@charset "UTF-8";
@font-face {
  font-family: "Mandatory17";
  src: url("../fonts/Mandatory17.eot");
  src: url("../fonts/Mandatory17.eot?#iefix") format("embedded-opentype"), url("../fonts/Mandatory17.woff2") format("woff2"), url("../fonts/Mandatory17.woff") format("woff"), url("../fonts/Mandatory17.ttf") format("truetype"), url("../fonts/Mandatory17.svg#svgFontName") format("svg");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Mandatory29";
  src: url("../fonts/Mandatory29.eot");
  src: url("../fonts/Mandatory29.eot?#iefix") format("embedded-opentype"), url("../fonts/Mandatory29.woff2") format("woff2"), url("../fonts/Mandatory29.woff") format("woff"), url("../fonts/Mandatory29.ttf") format("truetype"), url("../fonts/Mandatory29.svg#svgFontName") format("svg");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "PauzaBook";
  src: url("../fonts/PauzaBook.eot");
  src: url("../fonts/PauzaBook.eot?#iefix") format("embedded-opentype"), url("../fonts/PauzaBook.woff2") format("woff2"), url("../fonts/PauzaBook.woff") format("woff"), url("../fonts/PauzaBook.ttf") format("truetype"), url("../fonts/PauzaBook.svg#svgFontName") format("svg");
  font-style: normal;
  font-weight: normal; }

body {
  font-family: 'PauzaBook';
  font-size: 20px; }

a {
  color: black;
  text-decoration: underline; }
  a:hover, a:focus {
    color: black;
    text-decoration: none; }

.hentry h3, .hentry .h3 {
  font-family: 'Mandatory29';
  font-size: 28px; }

.no-btn {
  appearance: normal;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  color: black; }

.btn {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
  border-radius: 0; }
  .btn:hover, .btn:focus {
    color: white;
    background-color: #009cff; }
  .btn.btn-primary {
    background: black; }
  .btn.btn-danger {
    background-color: #D33E43; }
    .btn.btn-danger:hover, .btn.btn-danger:focus {
      background-color: #D33E43; }
  .btn.btn-warning {
    background-color: #f0ad4e; }
    .btn.btn-warning:hover, .btn.btn-warning:focus {
      background-color: #f0ad4e; }
  .btn.btn-info {
    background-color: #4dbaff; }
    .btn.btn-info:hover, .btn.btn-info:focus {
      background-color: #4dbaff; }
  .btn.btn-success {
    background-color: #49df00; }
    .btn.btn-success:hover, .btn.btn-success:focus {
      background-color: #49df00; }
  .btn.btn-link {
    background-color: transparent;
    font-family: 'Mandatory17';
    color: black;
    font-size: 22px;
    padding: 0;
    border: 0; }
    .btn.btn-link:after {
      content: ">>";
      display: inline-block;
      margin-right: 5px;
      transition: margin-right 200ms ease; }
    .btn.btn-link:hover, .btn.btn-link:focus {
      background-color: transparent; }
      .btn.btn-link:hover:after, .btn.btn-link:focus:after {
        margin-right: 9px; }

ul.menu {
  padding: 0;
  margin: 0;
  list-style: none; }

ul.pagination li a, ul.pagination li span {
  color: #009cff;
  border: 1px solid #ccc; }
  ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li span:hover, ul.pagination li span:focus {
    background-color: rgba(204, 204, 204, 0.2);
    border-color: #ccc;
    color: #009cff; }

ul.pagination li.active a, ul.pagination li.active span {
  background-color: #009cff;
  border-color: #009cff; }

.breadcrumb li.item-home {
  padding-right: 5px; }

#header {
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background: #fff;
  z-index: 999; }
  @media all and (max-width: 991px) {
    #header {
      height: 90px; } }
  .admin-bar #header {
    margin-top: 32px; }
  .home #header {
    background: transparent; }

#toggle-main-nav.open .bars span {
  width: 27px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #toggle-main-nav.open .bars span:nth-child(1) {
    transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
    top: 0px; }
  #toggle-main-nav.open .bars span:nth-child(2) {
    opacity: 0; }
  #toggle-main-nav.open .bars span:nth-child(3) {
    bottom: -2px;
    transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(45deg) scale(1) skew(1deg) translate(0px); }

#toggle-main-nav.close .bars span {
  transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
  -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
  bottom: 0; }
  #toggle-main-nav.close .bars span:nth-child(2) {
    opacity: 1; }

#toggle-main-nav {
  outline: none;
  cursor: pointer; }
  #toggle-main-nav .bars {
    padding: 11px 17px 13px;
    display: block; }
    #toggle-main-nav .bars span {
      display: block;
      height: 2px;
      width: 27px;
      background: white;
      margin: 6px 0 0 0; }
      body.term-sup #toggle-main-nav .bars span,
      body.sup #toggle-main-nav .bars span {
        background: black; }
  #toggle-main-nav.close {
    opacity: 1; }

#nav-wrap {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9999;
  font-family: 'Mandatory29';
  letter-spacing: 1px; }
  @media all and (min-width: 1800px) {
    #nav-wrap {
      left: 100px; } }
  body.home #nav-wrap {
    left: 21px; }
    @media all and (min-width: 1800px) {
      body.home #nav-wrap {
        left: 121px; } }
  #nav-wrap a {
    text-decoration: none; }
  #nav-wrap .logo {
    position: relative;
    top: 40px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    transition: all 1000ms ease; }
    #nav-wrap .logo.visible-item {
      top: 0;
      opacity: 1; }
    #nav-wrap .logo a {
      display: inline-block;
      margin-right: 20px;
      float: left;
      color: white; }
      body.sup #nav-wrap .logo a,
      body.surf #nav-wrap .logo a,
      body.sk #nav-wrap .logo a,
      body.kite #nav-wrap .logo a {
        color: black;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        transition: all 250ms ease; }
        body.sup #nav-wrap .logo a:hover, body.sup #nav-wrap .logo a:focus,
        body.surf #nav-wrap .logo a:hover,
        body.surf #nav-wrap .logo a:focus,
        body.sk #nav-wrap .logo a:hover,
        body.sk #nav-wrap .logo a:focus,
        body.kite #nav-wrap .logo a:hover,
        body.kite #nav-wrap .logo a:focus {
          color: white; }
      body.sk #nav-wrap .logo a {
        color: white; }
        body.sk #nav-wrap .logo a:hover, body.sk #nav-wrap .logo a:focus {
          color: black; }
      #nav-wrap .logo a:last-child {
        margin-right: 0; }
      body.sup #nav-wrap .logo a.sup-link {
        color: white; }
      body.surf #nav-wrap .logo a.surf-link {
        color: white; }
      body.kite #nav-wrap .logo a.kite-link {
        color: white; }
      body.sk #nav-wrap .logo a.sk-link {
        color: black; }
  #nav-wrap .side-nav, #nav-wrap .main-nav {
    background: black;
    display: inline-block; }
    #nav-wrap .side-nav.close, #nav-wrap .main-nav.close {
      opacity: 1;
      overflow: hidden; }
  #nav-wrap .side-nav {
    -webkit-transition: padding 500ms ease;
    -moz-transition: padding 500ms ease;
    -ms-transition: padding 500ms ease;
    transition: padding 500ms ease;
    padding: 3px 0 2px;
    height: 60px;
    margin-top: 15px;
    /*.home.admin-bar & {
			margin-top: 47px;
		}*/ }
    #nav-wrap .side-nav.open {
      z-index: 9;
      position: relative; }
  #nav-wrap .main-nav {
    -webkit-transition: width 500ms ease 500ms;
    -moz-transition: width 500ms ease 500ms;
    -ms-transition: width 500ms ease 500ms;
    transition: width 500ms ease 500ms;
    height: 60px;
    width: 0;
    position: absolute;
    top: 15px;
    left: 0;
    /*.home.admin-bar & {
			top: 47px;
		}*/ }
    #nav-wrap .main-nav.open {
      width: 800px; }
    #nav-wrap .main-nav h1.logo, #nav-wrap .main-nav p.logo {
      margin: 0;
      padding: 0;
      font-size: 38px;
      color: white;
      line-height: 60px;
      position: absolute;
      left: 70px;
      right: auto;
      width: 260px;
      max-width: 260px; }
      @media all and (min-width: 1800px) {
        #nav-wrap .main-nav h1.logo, #nav-wrap .main-nav p.logo {
          left: 170px; } }
  #nav-wrap ul.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 580px; }
    #nav-wrap ul.main-menu a {
      color: white;
      padding: 5px 15px;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      transition: all 250ms ease; }
      body.sup #nav-wrap ul.main-menu a, body.surf #nav-wrap ul.main-menu a, body.kite #nav-wrap ul.main-menu a {
        color: black; }
      body.sk #nav-wrap ul.main-menu a:hover {
        color: black; }
    #nav-wrap ul.main-menu > li {
      float: right;
      font-size: 26px;
      font-weight: normal;
      line-height: 60px;
      position: relative;
      top: 0;
      opacity: 1;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      transition: all 500ms ease;
      top: 40px;
      opacity: 0; }
      #nav-wrap ul.main-menu > li.item:after {
        content: '';
        width: 3px;
        height: 18px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: white; }
        body.sup #nav-wrap ul.main-menu > li.item:after, body.surf #nav-wrap ul.main-menu > li.item:after, body.kite #nav-wrap ul.main-menu > li.item:after {
          background-color: black; }
      #nav-wrap ul.main-menu > li.item.last a {
        margin-left: 20px; }
      #nav-wrap ul.main-menu > li.item.last:after {
        content: none;
        display: none; }
      #nav-wrap ul.main-menu > li.item:first-child:after {
        content: none;
        display: none; }
      #nav-wrap ul.main-menu > li.visible-item {
        top: 0;
        opacity: 1; }
      #nav-wrap ul.main-menu > li.iconic {
        margin-top: 12px;
        margin-right: 0px; }
        #nav-wrap ul.main-menu > li.iconic a, #nav-wrap ul.main-menu > li.iconic a * {
          cursor: pointer; }
        #nav-wrap ul.main-menu > li.iconic a {
          padding: 0;
          cursor: pointer;
          display: block; }
          #nav-wrap ul.main-menu > li.iconic a svg {
            width: 40px;
            height: 40px; }
            #nav-wrap ul.main-menu > li.iconic a svg circle, #nav-wrap ul.main-menu > li.iconic a svg .cls-1 {
              -webkit-transition: all 250ms ease;
              -moz-transition: all 250ms ease;
              -ms-transition: all 250ms ease;
              transition: all 250ms ease; }
            #nav-wrap ul.main-menu > li.iconic a svg circle {
              fill: white; }
            #nav-wrap ul.main-menu > li.iconic a svg .cls-1 {
              fill: none;
              stroke: white;
              stroke-linecap: round;
              stroke-miterlimit: 10;
              stroke-width: 1.27px; }
          body.sup #nav-wrap ul.main-menu > li.iconic a svg .cls-1, body.surf #nav-wrap ul.main-menu > li.iconic a svg .cls-1, body.kite #nav-wrap ul.main-menu > li.iconic a svg .cls-1 {
            stroke: black; }
          body.sup #nav-wrap ul.main-menu > li.iconic a svg circle, body.surf #nav-wrap ul.main-menu > li.iconic a svg circle, body.kite #nav-wrap ul.main-menu > li.iconic a svg circle {
            fill: black; }
          #nav-wrap ul.main-menu > li.iconic a:hover svg .cls-1, #nav-wrap ul.main-menu > li.iconic a:focus svg .cls-1 {
            stroke: white; }
          #nav-wrap ul.main-menu > li.iconic a:hover svg circle, #nav-wrap ul.main-menu > li.iconic a:focus svg circle {
            fill: white; }
      #nav-wrap ul.main-menu > li.visible-item {
        top: 0;
        opacity: 1; }
      #nav-wrap ul.main-menu > li .sub-menu {
        display: flex;
        list-style: none;
        padding: 10px;
        margin: 0;
        position: absolute;
        top: 80px;
        background: white;
        border: 1px solid black;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        transition: all 500ms ease; }
        #nav-wrap ul.main-menu > li .sub-menu .cnr-triangle {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 8px 8px 8px;
          border-color: transparent transparent white transparent;
          top: -8px;
          right: 12px;
          position: absolute;
          z-index: 99;
          pointer-events: none; }
        #nav-wrap ul.main-menu > li .sub-menu li {
          flex-grow: 1;
          border-left: 1px solid black;
          line-height: 1; }
          #nav-wrap ul.main-menu > li .sub-menu li:last-child {
            border-left: 0; }
          #nav-wrap ul.main-menu > li .sub-menu li a {
            color: black;
            padding: 0 10px; }
      #nav-wrap ul.main-menu > li:hover .sub-menu {
        top: 56px;
        opacity: 1;
        pointer-events: all; }
      #nav-wrap ul.main-menu > li.en-sub-menu .sub-menu {
        direction: ltr; }
        #nav-wrap ul.main-menu > li.en-sub-menu .sub-menu li {
          border-left: 0;
          border-right: 1px solid black; }
          #nav-wrap ul.main-menu > li.en-sub-menu .sub-menu li:last-child {
            border-right: 0; }

#nav-wrap ul.main-menu > li.iconic .sub-menu {
  width: 160px;
  font-size: 18px;
  text-align: center;
  margin-right: -60px;
  padding-right: 2px;
  padding-left: 2px; }
  #nav-wrap ul.main-menu > li.iconic .sub-menu .cnr-triangle {
    right: 72px; }

#nav-wrap ul.main-menu > li.iconic:hover .sub-menu {
  top: 44px; }

#the-logo {
  float: left;
  overflow: hidden; }
  #the-logo a.logo-image {
    display: block;
    text-indent: -9999px;
    height: 60px;
    min-width: 120px;
    background-size: contain; }

#nav-container {
  float: right; }
  #nav-container .navbar-nav li a {
    padding: 0 30px;
    display: block;
    color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease; }
  #nav-container .navbar-nav li .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    min-width: 160px;
    max-height: 0;
    font-size: 90%;
    overflow: hidden;
    background: #e6e6e6;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease; }
    #nav-container .navbar-nav li .sub-menu li a {
      color: #009cff;
      line-height: 1.61803;
      padding: 5px 30px / 2; }
      #nav-container .navbar-nav li .sub-menu li a:hover, #nav-container .navbar-nav li .sub-menu li a:focus {
        text-decoration: none;
        background-color: #b3b3b3;
        color: white; }
  #nav-container .navbar-nav li:hover .sub-menu {
    max-height: 600px; }
  #nav-container .navbar-nav li.active a, #nav-container .navbar-nav li.active a:hover, #nav-container .navbar-nav li.active a:focus, #nav-container .navbar-nav li a:hover {
    color: #b3b3b3;
    background-color: rgba(255, 255, 255, 0.8); }

#side-nav-menu {
  position: absolute;
  background-color: white;
  border: 1px solid black;
  padding: 30px;
  left: 80px;
  top: 90px;
  width: 240px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease; }
  #side-nav-menu:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent white transparent transparent;
    top: 50%;
    left: -8px;
    margin-top: -8px;
    position: absolute;
    z-index: 99;
    pointer-events: none; }
  #side-nav-menu ul {
    list-style: none; }
    #side-nav-menu ul li a {
      color: black; }
  #side-nav-menu.active {
    left: 48px;
    opacity: 1;
    pointer-events: all; }

@media all and (min-width: 993px) {
  .widget_shopping_cart, .widget_shopping_cart a {
    font-family: 'PauzaBook';
    font-size: 18px; }
  body .widget_shopping_cart ul.product_list_widget li a {
    font-family: 'PauzaBook';
    font-size: 18px;
    line-height: 1.2; }
    body .widget_shopping_cart ul.product_list_widget li a img {
      padding: 0 0 0 15px;
      margin: 0; } }

#footer .container-fluid > .inner {
  border-top: 4px solid black;
  padding-top: 15px; }

#back2top {
  color: white;
  background-color: black;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  margin: 15px 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }
  #back2top:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 50%;
    top: 13px;
    margin-right: -6px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent white transparent;
    -webkit-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    -ms-transition: transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  #back2top:focus, #back2top:hover {
    outline: none;
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15); }
    #back2top:focus:after, #back2top:hover:after {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg); }

@media (max-width: 1648px) {
  .rtl #menu-footer-menu li,
  .rtl #footer p.info {
    font-size: 12px; }
  .rtl #footer p.info {
    margin-right: 20px; } }

@media (max-width: 1442px) {
  .rtl #menu-footer-menu,
  .rtl #footer p.info {
    float: none; }
  .rtl #footer p.info {
    margin: 15px 0; } }

.marg {
  margin: 30px; }

.marg-top {
  margin-top: 30px; }

.marg-bottom {
  margin-bottom: 30px; }

.marg-left {
  margin-left: 30px; }

.marg-right {
  margin-right: 30px; }

.dbl-marg-top {
  margin-top: 60px; }

.dbl-marg-bottom {
  margin-bottom: 60px; }

.pad {
  padding: 15px; }

.pad-top {
  padding-top: 15px; }

.pad-bottom {
  padding-bottom: 15px; }

.pad-left {
  padding-left: 15px; }

.pad-right {
  padding-right: 15px; }

hr {
  border-top: 4px solid black; }

.thumb img {
  width: 100%;
  height: auto; }

img.thumb {
  max-width: 100%;
  height: auto; }

.thumb-long {
  height: 320px;
  overflow: hidden;
  position: relative; }
  .thumb-long img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.container {
  position: relative; }
  @media (min-width: 1800px) {
    .container {
      width: auto;
      padding-left: 100px;
      padding-right: 100px; } }

.owl-carousel .real-nav button {
  position: absolute;
  top: 50%;
  height: 28px;
  width: 28px;
  margin-top: -14px;
  line-height: 28px;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 50%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease; }
  .owl-carousel .real-nav button.btn-prev {
    right: 10px;
    padding-left: 4px; }
  .owl-carousel .real-nav button.btn-next {
    left: 10px;
    padding-right: 4px; }
  .owl-carousel .real-nav button:hover, .owl-carousel .real-nav button:focus {
    outline: none;
    background-color: black;
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15); }

.cat-term-children {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }
  .cat-term-children li {
    float: right; }
    .cat-term-children li a {
      display: block;
      padding: 10px;
      text-decoration: none; }

#product_cat-loop ul.products li.product-2 {
  clear: none;
  padding: 15px 15px 0;
  float: right; }
  @media all and (min-width: 1200px) {
    #product_cat-loop ul.products li.product-2 {
      width: 25%;
    }
  }
  @media all and (max-width: 1200px) {
    #product_cat-loop ul.products li.product-2 {
      width: 33.333%; } }
  @media all and (max-width: 768px) {
    #product_cat-loop ul.products li.product-2 {
      width: 50%; } }
  @media all and (max-width: 480px) {
    #product_cat-loop ul.products li.product-2 {
      width: 100%; } }
  #product_cat-loop ul.products li.product-2 h2 {
    min-height: 48px; }

.woo-cat-header {
  border-top: 4px solid black;
  border-bottom: 4px solid black;
  position: relative;
  height: 63px;
  margin-bottom: 30px; }
  .woo-cat-header .cat-first-childs {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    display: flex;
    right: 50%;
    top: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }
    .woo-cat-header .cat-first-childs li {
      flex-grow: 1;
      padding: 18px 0; }
      .woo-cat-header .cat-first-childs li a {
        padding: 0 20px;
        display: block;
        line-height: 14px;
        text-decoration: none;
        height: 19px;
        border-left: 2px solid #000;
        font-size: 24px;
        letter-spacing: 1px; }
      .woo-cat-header .cat-first-childs li:last-child a {
        border: 0; }
      .woo-cat-header .cat-first-childs li.active {
        background-color: black; }
        .woo-cat-header .cat-first-childs li.active a {
          color: white; }
  .woo-cat-header .h1 {
    margin: 0;
    padding: 0;
    font-family: 'Mandatory29';
    font-size: 65px;
    line-height: 48px;
    color: black; }

.woocommerce table.shop_table {
  border: 0; }
  .woocommerce table.shop_table thead {
    display: none; }
  .woocommerce table.shop_table .qty {
    border: 1px solid black; }

.woocommerce-cart .shop_table label, .woocommerce-cart .shop_table .amount-txt {
  float: right;
  margin-left: 10px;
  display: inline-block; }

.woocommerce-cart td a {
  text-decoration: none; }

.woocommerce-cart td .amount {
  font-weight: 700;
  font-size: 24px; }

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  border: 1px solid black; }

.woocommerce .cart .coupon .input-text {
  min-width: 160px;
  padding-top: 0 !important; }

.woocommerce .cart .coupon .button {
  position: relative;
  top: -1px; }

.woocommerce .cart .button, .woocommerce .cart input.button {
  background-color: black;
  border-radius: 0;
  color: white;
  padding: 4px 25px 8px; }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 4px 25px 8px;
  border-radius: 0; }

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 160px;
  border: 1px solid black;
  -webkit-box-shadow: 5px 5px 0 black;
  -moz-box-shadow: 5px 5px 0 black;
  -ms-box-shadow: 5px 5px 0 black;
  box-shadow: 5px 5px 0 black; }

.woocommerce table.shop_table tr:first-child td {
  border-top: 3px solid black; }

.woocommerce table.shop_table tr:last-child td {
  border-top: 3px solid black;
  border-bottom: 0; }

.woocommerce table.shop_table td {
  padding: 30px 5px; }

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 3px solid black; }

.gallery .gallery-item {
  overflow: hidden; }

.woocommerce a.remove {
  color: black !important;
  font-weight: 300;
  font-size: 60px; }
  .woocommerce a.remove:hover, .woocommerce a.remove:focus {
    color: red !important;
    background: none; }

.woocommerce .related-carousel {
  text-align: center; }
  .woocommerce .related-carousel li {
    list-style: none;
    margin: 0 !important;
    width: 25%;
    display: inline-block;
    position: relative; }
    @media all and (max-width: 993px) {
      .woocommerce .related-carousel li {
        width: 50%; } }
  .woocommerce .related-carousel.owl-carousel li {
    width: 100%; }
  .woocommerce .related-carousel h2.woocommerce-loop-product__title {
    font-family: 'PauzaBook';
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 30px 0 15px; }
  .woocommerce .related-carousel a.button {
    display: none; }
  .woocommerce .related-carousel span.price {
    display: block;
    text-align: center;
    font-size: 18px; }
  .woocommerce .related-carousel .real-nav button {
    margin-top: -58px; }

#sale-carousel, .related-carousel {
  text-align: center; }
  #sale-carousel .real-nav button, .related-carousel .real-nav button {
    margin-top: -15px !important;
    position: absolute;
    top: 50% !important; }
    #sale-carousel .real-nav button.btn-prev, .related-carousel .real-nav button.btn-prev {
      right: -14px; }
    #sale-carousel .real-nav button.btn-next, .related-carousel .real-nav button.btn-next {
      left: -14px; }
  #sale-carousel h3, .related-carousel h3 {
    text-align: center;
    font-size: 22px; }
  #sale-carousel a, .related-carousel a {
    text-decoration: none; }
  #sale-carousel .currency, .related-carousel .currency {
    display: inline-block;
    margin-right: 4px;
    font-weight: 700; }

#sale-carousel .sale-item {
  display: inline-block;
  float: none; }

#sale-carousel .owl-item .sale-item {
  width: 100%; }

.panel {
  border-radius: 0;
  border: 1px solid black;
  padding: 20px;
  background: white;
  box-shadow: 5px 5px 0 #ffc000; }
  .panel.panel-default .panel-heading {
    border: 0;
    background-color: transparent;
    border-bottom: 3px solid black;
    padding: 0;
    margin: 0 0 10px; }
    .panel.panel-default .panel-heading * {
      font-family: 'PauzaBook';
      font-size: 22px; }
  .panel.panel-default .panel-body {
    padding: 0; }

.blog-template > .toolbar {
  direction: rtl;
  padding: 30px 0; }
  .blog-template > .toolbar button {
    appearance: normal;
    -webkit-appearance: none;
    border: 0;
    background: none;
    font-size: 24px;
    color: black;
    border-left: 2px solid black;
    padding: 0 25px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .blog-template > .toolbar button:last-child {
      border-left: 0; }
    .blog-template > .toolbar button:hover, .blog-template > .toolbar button:focus {
      outline: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }

.angle-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .angle-list li:before {
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid black;
    margin-left: 8px;
    font-size: 14px; }

.container-fluid {
  padding-left: 95px;
  padding-right: 95px; }

.form-control {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  padding: 8px 0; }

.wpcf7 .btn {
  margin-top: 60px;
  width: 100%;
  display: block;
  border: 0;
  padding: 12px 0;
  font-size: 16px;
  color: white;
  font-family: 'PauzaBook';
  font-size: 18px; }

.main-thumb {
  margin-bottom: 30px; }

.page-template-page-contact .wpcf7 {
  font-size: 20px; }
  .page-template-page-contact .wpcf7 h3 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px; }
  .page-template-page-contact .wpcf7 .form-control {
    font-size: 20px;
    height: 42px; }
    .page-template-page-contact .wpcf7 .form-control:focus {
      outline: none;
      border-bottom: 1px solid #009cff;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
    .page-template-page-contact .wpcf7 .form-control::-webkit-input-placeholder {
      color: #a5a5a5; }
    .page-template-page-contact .wpcf7 .form-control::-moz-placeholder {
      color: #a5a5a5; }
    .page-template-page-contact .wpcf7 .form-control:-ms-input-placeholder {
      color: #a5a5a5; }
    .page-template-page-contact .wpcf7 .form-control:-moz-placeholder {
      color: #a5a5a5; }

#main {
  margin-top: 125px; }
  body.home #main {
    margin-top: 0; }

#content img.size-full {
  width: 100%;
  height: auto; }

#related-posts {
  border-top: 4px solid black;
  padding-top: 40px;
  margin-top: 30px; }
  @media all and (max-width: 993px) {
    #related-posts .post {
      margin-bottom: 40px; }
      #related-posts .post:nth-child(2n+1) {
        clear: right; } }
  #related-posts .thumb {
    overflow: hidden; }

.page-header {
  margin: 0;
  padding: 0;
  border: 0; }

h1, h2 {
  font-size: 48px;
  margin: 0 0 10px;
  font-family: 'Mandatory29'; }

.owl-carousel .owl-item img {
  height: auto; }

#portfolio {
  margin: 1rem -25px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-column-width: 33.33333333333333%;
  -moz-column-width: 33.33333333333333%;
  column-width: 33.33333333333333%;
  direction: rtl; }
  #portfolio .tile {
    display: inline-block; }
  #portfolio .content {
    display: block !important; }
    #portfolio .content p {
      font-size: 14px; }

.tile {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease; }

.scale-anm {
  transform: scale(1); }

.tile img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 1rem; }

.btn {
  font-family: Lato;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  padding: .5rem 1rem;
  margin: 0;
  height: auto;
  border: 1px solid;
  vertical-align: middle;
  -webkit-appearance: none;
  color: #555;
  background-color: transparent; }

.btn:hover {
  text-decoration: none; }

.btn:focus {
  outline: none;
  border-color: var(--darken-2);
  box-shadow: 0 0 0 3px var(--darken-3); }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

.woocommerce ul.products li.product.sale, .woocommerce ul.products li.product.outofstock,
.woocommerce ul.products li.product-2.sale,
.woocommerce ul.products li.product-2.outofstock {
  overflow: hidden;
  position: relative; }

.woocommerce ul.products li.product .outofstock-label, .woocommerce ul.products li.product .onsale,
.woocommerce ul.products li.product-2 .outofstock-label,
.woocommerce ul.products li.product-2 .onsale {
  right: -40px;
  top: 20px;
  left: auto;
  margin: auto;
  letter-spacing: 0.5px; }

.woocommerce span.outofstock-label,
.woocommerce span.onsale {
  border-radius: 0;
  line-height: 1;
  padding: 4px 12px 8px;
  min-width: 150px;
  min-height: auto;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  z-index: 9; }
  .woocommerce span.outofstock-label:before, .woocommerce span.outofstock-label:after,
  .woocommerce span.onsale:before,
  .woocommerce span.onsale:after {
    content: '•';
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    display: inline-block; }

.woocommerce span.onsale {
  background-color: #243aff; }

.woocommerce span.outofstock-label {
  background-color: #fe2c2b; }

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product-2 .woocommerce-loop-product__title {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Pauza'; }

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product-2 .button {
  display: none; }

.woocommerce .product .price, .woocommerce .product span.price, .woocommerce .product p.price, .woocommerce div.product .price, .woocommerce div.product span.price, .woocommerce div.product p.price {
  color: black;
  margin-bottom: 30px; }

.woocommerce .product .woo-thumbntext, .woocommerce div.product .woo-thumbntext {
  display: inline-block;
  width: 100%; }

#footer p.info {
  float: right;
  font-size: 14px;
  line-height: 1;
  margin: 0 40px 0 0; }

body {
  overflow-x: hidden; }

.sp-special-media {
  margin-bottom: 60px; }
  @media all and (min-width: 993px) {
    .sp-special-media {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .sp-special-media .has-neighbour {
        width: 50%;
        float: right;
        position: relative; }
        .sp-special-media .has-neighbour img {
          position: absolute;
          height: 100%;
          width: 100%;
          object-fit: cover; } }
  .sp-special-media img {
    max-width: 100%;
    height: auto; }

ul.cnr-special-info {
  list-style: none;
  direction: ltr;
  margin: 0;
  display: inline-block;
  width: 100%; }
  ul.cnr-special-info li {
    float: left;
    width: 50%;
    padding: 10px;
    font-size: 18px; }
    ul.cnr-special-info li span {
      display: block;
      padding: 5px 10px; }
    ul.cnr-special-info li .sh-label {
      background-color: black;
      color: rgba(255, 255, 255, 0.85); }

#menu-footer-menu {
  float: right; }
  #menu-footer-menu li {
    float: right;
    padding: 0 10px;
    line-height: 1;
    text-align: center;
    margin: 0;
    font-size: 14px;
    position: relative; }
    #menu-footer-menu li:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 4px;
      bottom: 0;
      background: black;
      width: 1px; }
    #menu-footer-menu li:first-child {
      padding-right: 0; }
    #menu-footer-menu li:last-child:after {
      content: none;
      display: none; }
    #menu-footer-menu li a {
      text-decoration: none; }

.cnr-loader {
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  transition: opacity 200ms ease; }

.woocommerce.rtl div.product form.cart {
  margin-bottom: 20px; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: black;
  border-radius: 0; }

.woocommerce.single-product #content {
  margin-top: 50px; }
  .woocommerce.single-product #content .summary {
    padding: 0 40px; }

.woocommerce div.product div.images .woocommerce-product-gallery__image {
  background-color: white;
  border: 1px solid black;
  -webkit-box-shadow: 5px 5px 0 black;
  -moz-box-shadow: 5px 5px 0 black;
  -ms-box-shadow: 5px 5px 0 black;
  box-shadow: 5px 5px 0 black;
  overflow: hidden;
  position: relative;
  /*&:nth-child(1) {
		float: left;
		width: 67%;
		min-height: 560px;
		
		img {
			position: absolute;
			@include prefix(transition, all 500ms ease);
		}
		.secondary-thumb {
			opacity: 0;
		}
		
	}
	&:nth-child(n+2) {
		float: right;
		width: 31.4%;
		height: 160px;
		overflow: hidden;
		position: relative;
		margin-bottom: 20px;
		
		img {
			width: auto;
			height: auto;
			// min-width: 160px;
			// min-height: 160px;
			position: absolute;
			top: 50%;
			@include prefix(transform, translateY(-50%));
		}
	}*/ }

.woocommerce.single-product .sku_wrapper {
  display: block; }

.woocommerce.single-product .product form.cart .woocommerce-variation-add-to-cart {
  float: right; }

.woocommerce.single-product .product form.cart div.quantity {
  float: right; }
  .woocommerce.single-product .product form.cart div.quantity label {
    display: block; }
  .woocommerce.single-product .product form.cart div.quantity input {
    border: 1px solid black;
    padding: 1px 12px 5px 2px; }

.woocommerce.single-product .product form.cart .button {
  float: right;
  padding: 8px 60px;
  margin: 33px 10px 0 0; }

.woocommerce.single-product .product form.cart .variations {
  margin: 0;
  position: relative;
  display: inline-block;
  float: right;
  width: auto; }
  .woocommerce.single-product .product form.cart .variations .variation {
    float: right;
    position: relative; }
    .woocommerce.single-product .product form.cart .variations .variation:after {
      display: block;
      position: absolute;
      left: 30px;
      top: 50px;
      width: 0;
      height: 0;
      content: '';
      border-style: solid;
      border-width: 4px 4px 0 4px;
      border-color: black transparent transparent transparent; }
    .woocommerce.single-product .product form.cart .variations .variation .reset_variations {
      position: absolute;
      right: 0;
      bottom: -25px; }
    .woocommerce.single-product .product form.cart .variations .variation label {
      display: block; }
    .woocommerce.single-product .product form.cart .variations .variation select {
      min-width: 100px;
      width: 100px;
      margin: 0;
      appearance: normal;
      -webkit-appearance: none;
      background: white;
      border: 1px solid black;
      border-radius: 0;
      padding: 4px 12px 8px;
      line-height: 1.1;
      margin-left: 15px; }

.widget_recent_entries ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget_recent_entries ul li {
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    line-height: 3;
    padding: 0 0 0 30px / 2; }
    .widget_recent_entries ul li a {
      padding: 0 0 0 30px / 2; }
    .widget_recent_entries ul li:last-child {
      border-bottom: 0; }

.widget_recent_comments ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget_recent_comments ul li {
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    line-height: 3;
    padding: 0 0 0 30px / 2; }
    .widget_recent_comments ul li a {
      padding: 0 0 0 30px / 2; }
    .widget_recent_comments ul li:last-child {
      border-bottom: 0; }

.widget_meta ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget_meta ul li {
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    line-height: 3;
    padding: 0 0 0 30px / 2; }
    .widget_meta ul li a {
      padding: 0 0 0 30px / 2; }
    .widget_meta ul li:last-child {
      border-bottom: 0; }

.widget_archive ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget_archive ul li {
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    line-height: 3;
    padding: 0 0 0 30px / 2; }
    .widget_archive ul li a {
      padding: 0 0 0 30px / 2; }
    .widget_archive ul li:last-child {
      border-bottom: 0; }

.widget_pages ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget_pages ul li {
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    line-height: 3;
    padding: 0 0 0 30px / 2; }
    .widget_pages ul li a {
      padding: 0 0 0 30px / 2; }
    .widget_pages ul li:last-child {
      border-bottom: 0; }

.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget_categories ul li {
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    line-height: 3;
    padding: 0 0 0 30px / 2; }
    .widget_categories ul li a {
      padding: 0 0 0 30px / 2; }
    .widget_categories ul li:last-child {
      border-bottom: 0; }

h3.widget-title {
  margin: 0;
  padding: 0;
  list-style: none; }

.widget h3.widget-title {
  padding: 0 0 0 30px / 2;
  font-size: 18px;
  background: rgba(204, 204, 204, 0.2);
  line-height: 3; }

.widget_calendar #calendar_wrap {
  padding: 30px / 3 30px / 2; }

#wp-calendar {
  width: 100%; }

body.home {
  overflow: hidden; }

#hp-hero-banner {
  display: flex; }
  #hp-hero-banner .item {
    height: 100vh;
    position: relative;
    touch-action: none;
    -ms-touch-action: none;
    width: 33%;
    display: block;
    cursor: pointer; }
    #hp-hero-banner .item:hover, #hp-hero-banner .item:focus {
      outline: none; }
      #hp-hero-banner .item:hover .shadow, #hp-hero-banner .item:focus .shadow {
        opacity: 0.95; }
  #hp-hero-banner a {
    text-decoration: none; }
  #hp-hero-banner .shadowboard {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .375s;
    transition: opacity .375s;
    position: relative; }
  #hp-hero-banner .clipboard, #hp-hero-banner .shadowboard {
    position: absolute;
    top: 0;
    bottom: 0; }
  #hp-hero-banner .img .clipboard, #hp-hero-banner .img .shadowboard {
    background-color: #d3d0c9;
    background-size: cover; }
  #hp-hero-banner .shadow {
    opacity: 0.5;
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    transition: all 1200ms ease; }
    #hp-hero-banner .shadow .clipboard, #hp-hero-banner .shadow .shadowboard {
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3000000',GradientType=0 ); }
  #hp-hero-banner .item-1 {
    flex-grow: 1; }
    #hp-hero-banner .item-1 .clipboard, #hp-hero-banner .item-1 .shadowboard {
      right: 0;
      left: 10px; }
    #hp-hero-banner .item-1 .clipboard {
      -webkit-clip-path: polygon(26% 0%, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(26% 0%, 100% 0%, 100% 100%, 0% 100%); }
  #hp-hero-banner .item-2 {
    flex-grow: 2;
    margin-left: -10.8%;
    margin-right: -10.8%; }
    #hp-hero-banner .item-2 .clipboard, #hp-hero-banner .item-2 .shadowboard {
      left: 10px;
      right: 10px; }
    #hp-hero-banner .item-2 .clipboard {
      -webkit-clip-path: polygon(23% 0%, 100% 0%, 77% 100%, 0% 100%);
      clip-path: polygon(23% 0%, 100% 0%, 77% 100%, 0% 100%); }
  #hp-hero-banner .item-3 {
    flex-grow: 1; }
    #hp-hero-banner .item-3 .clipboard, #hp-hero-banner .item-3 .shadowboard {
      right: 10px;
      left: 0; }
    #hp-hero-banner .item-3 .clipboard {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 74% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 74% 100%, 0% 100%); }
  #hp-hero-banner .inner-menu {
    position: absolute;
    text-align: center;
    bottom: 200px;
    left: 0;
    right: 0; }
    #hp-hero-banner .inner-menu .menu-title {
      font-size: 140px;
      color: white;
      line-height: 1;
      font-family: 'Mandatory17'; }
    #hp-hero-banner .inner-menu .menu-container {
      position: absolute;
      left: 0;
      right: 0;
      opacity: 0;
      bottom: -84px;
      font-family: 'Mandatory29';
      letter-spacing: 1px;
      -webkit-transition: all 600ms ease;
      -moz-transition: all 600ms ease;
      -ms-transition: all 600ms ease;
      transition: all 600ms ease; }
      #hp-hero-banner .inner-menu .menu-container.menu-in {
        bottom: -56px;
        opacity: 1; }
      #hp-hero-banner .inner-menu .menu-container ul {
        display: inline-block;
        margin: 0;
        padding: 12px 30px; }
        #hp-hero-banner .inner-menu .menu-container ul li {
          float: right;
          border-left: 2px solid white;
          line-height: 1;
          font-size: 22px; }
          #hp-hero-banner .inner-menu .menu-container ul li a {
            color: white;
            display: block;
            padding: 0 10px; }
          #hp-hero-banner .inner-menu .menu-container ul li:last-child {
            border-left: 0; }
  #hp-hero-banner .item-surf .menu-container ul.menu {
    background-color: #009cff; }
  #hp-hero-banner .item-sup .menu-container ul.menu {
    background-color: #ffc000; }
  #hp-hero-banner .item-kite .menu-container ul.menu {
    background-color: #49df00; }

/*new home page*/
#home_main {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover; }

.page-template-front-page1 #main {
  margin-top: 0px !important; }

#home_nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;

   }

#home_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }

#home_nav ul li {
  min-width: 260px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 145px;
  color: white;
  font-family: 'Mandatory29';
  position: relative;
  line-height: 1;
  background: transparent;
  -webkit-transition: all 150ms ease 150ms;
  transition: all 150ms ease 150ms; }

#home_nav ul a {
  padding: 0px 50px;
  color: white; }

#home_nav ul li:after {
  border-right: 1px solid #fff;
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  content: "";
  height: 145px;
  bottom: 0; }

#home_nav ul li:last-child:after {
  border-right: 0; }

.home_slide {
  min-height: 100vh;
  background-size: cover; }

#home_nav ul li:hover {
  /*background: rgba(0, 127, 255, 0.6);
	webkit-transition: all 150ms ease 150ms;
	-moz-transition: all 150ms ease 150ms;
	-ms-transition: all 150ms ease 150ms;
	transition: all 150ms ease 150ms;*/ }

.logo {
  right: 15px; }

/*# sourceMappingURL=assets/css/main.css.map */

@media all and (min-width: 1200px) {
  #product_cat-loop ul.products li.product-2:nth-child(4n+1) {
    clear: right;
  }
}

@media all and (max-width: 1200px) and (min-width: 768px) {
  #product_cat-loop ul.products li.product-2:nth-child(3n+1) {
    clear: right;
  }
}

@media all and (max-width: 768px) {
  #product_cat-loop ul.products li.product-2:nth-child(2n+1) {
    clear: right;
  }
}

.product.product-type-variable form.cart .single_variation_wrap {
  position: relative;
}

.product.product-type-variable form.cart .single_variation_wrap .woocommerce-variation-availability {
  position: absolute;
  top: 73px;
  right: 115px;
}

.woocommerce ul#shipping_method li {
  position: relative;
  text-indent: 0;
  padding-right: 25px;
}

.woocommerce ul#shipping_method li input {
  position: absolute;
  right: 0;
  top: 15px;
}

.woocommerce ul#shipping_method li label {
  display: block;
  float: none;
  margin: 0;
}

.woocommerce ul#shipping_method li .amount-txt {
  display: none;
}

@media all and (min-width: 992px) {
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 380px !important;
    max-width: 100% !important;
  }
}

.order-total .amount-txt, .product-subtotal .amount-txt {
  display: none !important;
}

@media all and (max-width: 768px) {
  .product-quantity label, tr.cart-subtotal .amount-txt {
    display: none !important;
  }

  .woocommerce table.shop_table_responsive tr.shipping td::before, .woocommerce-page table.shop_table_responsive tr.shipping td::before {
    float: none;
    display: block;
    text-align: center;
  }

  .woocommerce ul#shipping_method li {
    border-bottom: 1px solid #ddd;
  }

  .woocommerce table.shop_table tr.order-total td {
    padding: 0 5px;
  }

  .woocommerce-checkout-review-order-table tr.shipping td {
    width: 50%;
  }

  .woocommerce-checkout-review-order-table tr.order-total th {
    border: 0 !important;
  }

  .woocommerce-billing-fields__field-wrapper {
    overflow: hidden;
  }

}

.woocommerce table.shop_table_responsive tr td.product-subtotal::before, .woocommerce-page table.shop_table_responsive tr td.product-subtotal::before {
  display: none;
}

