@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,500;0,700;1,400&display=swap");
body .site-header .basket {
  position: relative;
  display: none;
}

body .site-header .basket i {
  font-size: 28px;
  color: #2b2b2b;
}

body .site-header .basket span {
  position: absolute;
  top: -10px;
  font-size: 12px;
  background: #2b2b2b;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  color: white;
  text-align: center;
}

body.woocommerce .basket {
  display: block;
}

/* CATEGORY PAGE */
/* CATEGORY PAGE */
.woocommerce .filter-main-wrapper .filter-wrapper {
  display: none !important;
}

.woocommerce .single-product-option .category-block-inner-img {
  position: relative;
}

.woocommerce .single-product-option .category-block-inner-img p {
  display: none;
}

.woocommerce .single-product-option.out-of-stock .category-block-inner-img p {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: red;
  font-family: "Playfair Display", serif;
  font-size: 24px;
}

.woocommerce .single-product-option.out-of-stock .category-block-inner-img a {
  opacity: 0.4;
}

.woocommerce .single-product-option.out-of-stock .category-block-inner-title {
  opacity: 0.4;
}

/* PRODUCT PAGE */
/* PRODUCT PAGE */
.woocommerce .site-content .site-main .woocommerce-notices-wrapper {
  padding: 0 20px 30px !important;
}

.woocommerce .product .entry-summary form {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.woocommerce .product .entry-summary form .stock-quantity {
  display: none;
}

.woocommerce .product .entry-summary form .quantity {
  margin-right: 15px;
}

/* Mobile Devices */
@media only screen and (max-width: 768px) {
  /* PRODUCT PAGE */
  /* PRODUCT PAGE */
  .woocommerce .product {
    padding-right: 25px !important;
    padding-left: 25px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce .product .woo-variation-product-gallery {
    margin: 0;
    max-width: 100% !important;
    width: 100%;
    display: block;
    float: none;
  }
  .woocommerce .product .woo-variation-product-gallery .woo-variation-gallery-wrapper {
    min-height: 0px !important;
    min-width: 0px !important;
  }
  .woocommerce .product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .woocommerce .product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
    max-width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .woocommerce .product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
    overflow: visible;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .woocommerce .product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper .woo-variation-gallery-thumbnail-slider {
    height: auto !important;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .woocommerce .product .entry-summary .woocommerce-product-details__short-description p,
  .woocommerce .product .entry-summary .woocommerce-product-details__short-description span,
  .woocommerce .product .entry-summary .woocommerce-product-details__short-description b,
  .woocommerce .product .entry-summary .woocommerce-product-details__short-description strong,
  .woocommerce .product .entry-summary .woocommerce-product-details__short-description a {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  .woocommerce .product .entry-summary form .quantity {
    margin-right: 0;
  }
  .woocommerce .woocommerce-tabs ul {
    padding: 0;
    margin: 0 0 30px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
  .woocommerce .woocommerce-tabs ul li {
    margin: 0px 0px 15px 0px;
  }
  .woocommerce .woocommerce-tabs ul li.active a {
    border-bottom: 3px solid #2b2b2b !important;
    padding-bottom: 5px !important;
  }
  /* BASKET */
  /* BASKET */
  .woocommerce-cart .cart-main-wrapper {
    padding: 30px 0;
  }
  .woocommerce-cart .cart-main-wrapper form > table {
    display: block;
  }
  .woocommerce-cart .cart-main-wrapper form > table thead,
  .woocommerce-cart .cart-main-wrapper form > table tbody,
  .woocommerce-cart .cart-main-wrapper form > table tr,
  .woocommerce-cart .cart-main-wrapper form > table td,
  .woocommerce-cart .cart-main-wrapper form > table th {
    display: block;
  }
  .woocommerce-cart .cart-main-wrapper form > table thead,
  .woocommerce-cart .cart-main-wrapper form > table .product-remove,
  .woocommerce-cart .cart-main-wrapper form > table .product-thumbnail {
    display: none;
  }
  .woocommerce-cart .cart-main-wrapper form > table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0 !important;
  }
  .woocommerce-cart .cart-main-wrapper form > table td::before {
    position: relative;
    min-width: 100px;
  }
  .woocommerce-cart .cart-main-wrapper form > table td.product-name {
    border: none;
  }
  .woocommerce-cart .cart-main-wrapper form > table td.product-name::before {
    content: "Product";
  }
  .woocommerce-cart .cart-main-wrapper form > table td.product-price::before {
    content: "Price";
  }
  .woocommerce-cart .cart-main-wrapper form > table td.product-quantity::before {
    content: "Quantity";
  }
  .woocommerce-cart .cart-main-wrapper form > table td.product-subtotal::before {
    content: "Subtotal";
  }
  .woocommerce-cart .cart-main-wrapper form > table .coupon {
    display: none !important;
  }
  .woocommerce-cart .cart-main-wrapper form > table button {
    float: none;
    position: relative !important;
    right: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  /* CHECKOUT */
  /* CHECKOUT */
  .woocommerce-checkout .site-content #customer_details .col-1,
  .woocommerce-checkout .site-content #customer_details .col-2 {
    width: 100%;
    padding: 0;
  }
  .woocommerce-checkout .site-content .wc_payment_methods.payment_methods {
    padding: 0 !important;
  }
  .woocommerce-checkout .site-content .wc_payment_methods.payment_methods .form-row {
    padding: 0 !important;
  }
}

/* THEIA TRANSPARENCY BY ERIK REART */
/**
 * SETTINGS
 */
/**
 * LOGIC aka THE MAGIC
 */
/**
 * GRID LAYOUT
 */
.grid {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -20px;
  font-size: 0;
}

.grid__cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0;
  padding-left: 20px;
  margin: 0;
  vertical-align: top;
  font-size: 1rem;
}

/**
 * GRID WIDTHS
 */
.\31\/2, .\32\/4, .\36\/12, .\31\32\/24 {
  width: 50%;
}

.\31\/3, .\34\/12, .\38\/24 {
  width: 33.33333%;
}

.\32\/3, .\38\/12, .\31\36\/24 {
  width: 66.66667%;
}

.\31\/4, .\33\/12, .\36\/24 {
  width: 25%;
}

.\33\/4, .\39\/12, .\31\38\/24 {
  width: 75%;
}

.\31\/12, .\32\/24 {
  width: 8.33333%;
}

.\32\/12, .\34\/24 {
  width: 16.66667%;
}

.\35\/12, .\31\30\/24 {
  width: 41.66667%;
}

.\37\/12, .\31\34\/24 {
  width: 58.33333%;
}

.\31\30\/12, .\32\30\/24 {
  width: 83.33333%;
}

.\31\31\/12, .\32\32\/24 {
  width: 91.66667%;
}

.\31\/24 {
  width: 4.16667%;
}

.\33\/24 {
  width: 12.5%;
}

.\35\/24 {
  width: 20.83333%;
}

.\37\/24 {
  width: 29.16667%;
}

.\39\/24 {
  width: 37.5%;
}

.\31\31\/24 {
  width: 45.83333%;
}

.\31\33\/24 {
  width: 54.16667%;
}

.\31\35\/24 {
  width: 62.5%;
}

.\31\37\/24 {
  width: 70.83333%;
}

.\31\39\/24 {
  width: 79.16667%;
}

.\32\31\/24 {
  width: 87.5%;
}

.\32\33\/24 {
  width: 95.83333%;
}

@media screen and (max-width: 499px) {
  .\31\/2--thumb, .\32\/4--thumb, .\36\/12--thumb, .\31\32\/24--thumb {
    width: 50%;
  }
  .\31\/3--thumb, .\34\/12--thumb, .\38\/24--thumb {
    width: 33.33333%;
  }
  .\32\/3--thumb, .\38\/12--thumb, .\31\36\/24--thumb {
    width: 66.66667%;
  }
  .\31\/4--thumb, .\33\/12--thumb, .\36\/24--thumb {
    width: 25%;
  }
  .\33\/4--thumb, .\39\/12--thumb, .\31\38\/24--thumb {
    width: 75%;
  }
  .\31\/12--thumb, .\32\/24--thumb {
    width: 8.33333%;
  }
  .\32\/12--thumb, .\34\/24--thumb {
    width: 16.66667%;
  }
  .\35\/12--thumb, .\31\30\/24--thumb {
    width: 41.66667%;
  }
  .\37\/12--thumb, .\31\34\/24--thumb {
    width: 58.33333%;
  }
  .\31\30\/12--thumb, .\32\30\/24--thumb {
    width: 83.33333%;
  }
  .\31\31\/12--thumb, .\32\32\/24--thumb {
    width: 91.66667%;
  }
  .\31\/24--thumb {
    width: 4.16667%;
  }
  .\33\/24--thumb {
    width: 12.5%;
  }
  .\35\/24--thumb {
    width: 20.83333%;
  }
  .\37\/24--thumb {
    width: 29.16667%;
  }
  .\39\/24--thumb {
    width: 37.5%;
  }
  .\31\31\/24--thumb {
    width: 45.83333%;
  }
  .\31\33\/24--thumb {
    width: 54.16667%;
  }
  .\31\35\/24--thumb {
    width: 62.5%;
  }
  .\31\37\/24--thumb {
    width: 70.83333%;
  }
  .\31\39\/24--thumb {
    width: 79.16667%;
  }
  .\32\31\/24--thumb {
    width: 87.5%;
  }
  .\32\33\/24--thumb {
    width: 95.83333%;
  }
}

@media screen and (min-width: 500px) and (max-width: 800px) {
  .\31\/2--handheld, .\32\/4--handheld, .\36\/12--handheld, .\31\32\/24--handheld {
    width: 50%;
  }
  .\31\/3--handheld, .\34\/12--handheld, .\38\/24--handheld {
    width: 33.33333%;
  }
  .\32\/3--handheld, .\38\/12--handheld, .\31\36\/24--handheld {
    width: 66.66667%;
  }
  .\31\/4--handheld, .\33\/12--handheld, .\36\/24--handheld {
    width: 25%;
  }
  .\33\/4--handheld, .\39\/12--handheld, .\31\38\/24--handheld {
    width: 75%;
  }
  .\31\/12--handheld, .\32\/24--handheld {
    width: 8.33333%;
  }
  .\32\/12--handheld, .\34\/24--handheld {
    width: 16.66667%;
  }
  .\35\/12--handheld, .\31\30\/24--handheld {
    width: 41.66667%;
  }
  .\37\/12--handheld, .\31\34\/24--handheld {
    width: 58.33333%;
  }
  .\31\30\/12--handheld, .\32\30\/24--handheld {
    width: 83.33333%;
  }
  .\31\31\/12--handheld, .\32\32\/24--handheld {
    width: 91.66667%;
  }
  .\31\/24--handheld {
    width: 4.16667%;
  }
  .\33\/24--handheld {
    width: 12.5%;
  }
  .\35\/24--handheld {
    width: 20.83333%;
  }
  .\37\/24--handheld {
    width: 29.16667%;
  }
  .\39\/24--handheld {
    width: 37.5%;
  }
  .\31\31\/24--handheld {
    width: 45.83333%;
  }
  .\31\33\/24--handheld {
    width: 54.16667%;
  }
  .\31\35\/24--handheld {
    width: 62.5%;
  }
  .\31\37\/24--handheld {
    width: 70.83333%;
  }
  .\31\39\/24--handheld {
    width: 79.16667%;
  }
  .\32\31\/24--handheld {
    width: 87.5%;
  }
  .\32\33\/24--handheld {
    width: 95.83333%;
  }
}

@media screen and (min-width: 501px) and (max-width: 1279px) {
  .\31\/2--handheld2, .\32\/4--handheld2, .\36\/12--handheld2, .\31\32\/24--handheld2 {
    width: 50%;
  }
  .\31\/3--handheld2, .\34\/12--handheld2, .\38\/24--handheld2 {
    width: 33.33333%;
  }
  .\32\/3--handheld2, .\38\/12--handheld2, .\31\36\/24--handheld2 {
    width: 66.66667%;
  }
  .\31\/4--handheld2, .\33\/12--handheld2, .\36\/24--handheld2 {
    width: 25%;
  }
  .\33\/4--handheld2, .\39\/12--handheld2, .\31\38\/24--handheld2 {
    width: 75%;
  }
  .\31\/12--handheld2, .\32\/24--handheld2 {
    width: 8.33333%;
  }
  .\32\/12--handheld2, .\34\/24--handheld2 {
    width: 16.66667%;
  }
  .\35\/12--handheld2, .\31\30\/24--handheld2 {
    width: 41.66667%;
  }
  .\37\/12--handheld2, .\31\34\/24--handheld2 {
    width: 58.33333%;
  }
  .\31\30\/12--handheld2, .\32\30\/24--handheld2 {
    width: 83.33333%;
  }
  .\31\31\/12--handheld2, .\32\32\/24--handheld2 {
    width: 91.66667%;
  }
  .\31\/24--handheld2 {
    width: 4.16667%;
  }
  .\33\/24--handheld2 {
    width: 12.5%;
  }
  .\35\/24--handheld2 {
    width: 20.83333%;
  }
  .\37\/24--handheld2 {
    width: 29.16667%;
  }
  .\39\/24--handheld2 {
    width: 37.5%;
  }
  .\31\31\/24--handheld2 {
    width: 45.83333%;
  }
  .\31\33\/24--handheld2 {
    width: 54.16667%;
  }
  .\31\35\/24--handheld2 {
    width: 62.5%;
  }
  .\31\37\/24--handheld2 {
    width: 70.83333%;
  }
  .\31\39\/24--handheld2 {
    width: 79.16667%;
  }
  .\32\31\/24--handheld2 {
    width: 87.5%;
  }
  .\32\33\/24--handheld2 {
    width: 95.83333%;
  }
}

@media screen and (min-width: 500px) {
  .\31\/2--handheld-and-up, .\32\/4--handheld-and-up, .\36\/12--handheld-and-up, .\31\32\/24--handheld-and-up {
    width: 50%;
  }
  .\31\/3--handheld-and-up, .\34\/12--handheld-and-up, .\38\/24--handheld-and-up {
    width: 33.33333%;
  }
  .\32\/3--handheld-and-up, .\38\/12--handheld-and-up, .\31\36\/24--handheld-and-up {
    width: 66.66667%;
  }
  .\31\/4--handheld-and-up, .\33\/12--handheld-and-up, .\36\/24--handheld-and-up {
    width: 25%;
  }
  .\33\/4--handheld-and-up, .\39\/12--handheld-and-up, .\31\38\/24--handheld-and-up {
    width: 75%;
  }
  .\31\/12--handheld-and-up, .\32\/24--handheld-and-up {
    width: 8.33333%;
  }
  .\32\/12--handheld-and-up, .\34\/24--handheld-and-up {
    width: 16.66667%;
  }
  .\35\/12--handheld-and-up, .\31\30\/24--handheld-and-up {
    width: 41.66667%;
  }
  .\37\/12--handheld-and-up, .\31\34\/24--handheld-and-up {
    width: 58.33333%;
  }
  .\31\30\/12--handheld-and-up, .\32\30\/24--handheld-and-up {
    width: 83.33333%;
  }
  .\31\31\/12--handheld-and-up, .\32\32\/24--handheld-and-up {
    width: 91.66667%;
  }
  .\31\/24--handheld-and-up {
    width: 4.16667%;
  }
  .\33\/24--handheld-and-up {
    width: 12.5%;
  }
  .\35\/24--handheld-and-up {
    width: 20.83333%;
  }
  .\37\/24--handheld-and-up {
    width: 29.16667%;
  }
  .\39\/24--handheld-and-up {
    width: 37.5%;
  }
  .\31\31\/24--handheld-and-up {
    width: 45.83333%;
  }
  .\31\33\/24--handheld-and-up {
    width: 54.16667%;
  }
  .\31\35\/24--handheld-and-up {
    width: 62.5%;
  }
  .\31\37\/24--handheld-and-up {
    width: 70.83333%;
  }
  .\31\39\/24--handheld-and-up {
    width: 79.16667%;
  }
  .\32\31\/24--handheld-and-up {
    width: 87.5%;
  }
  .\32\33\/24--handheld-and-up {
    width: 95.83333%;
  }
}

@media screen and (max-width: 800px) {
  .\31\/2--pocket, .\32\/4--pocket, .\36\/12--pocket, .\31\32\/24--pocket {
    width: 50%;
  }
  .\31\/3--pocket, .\34\/12--pocket, .\38\/24--pocket {
    width: 33.33333%;
  }
  .\32\/3--pocket, .\38\/12--pocket, .\31\36\/24--pocket {
    width: 66.66667%;
  }
  .\31\/4--pocket, .\33\/12--pocket, .\36\/24--pocket {
    width: 25%;
  }
  .\33\/4--pocket, .\39\/12--pocket, .\31\38\/24--pocket {
    width: 75%;
  }
  .\31\/12--pocket, .\32\/24--pocket {
    width: 8.33333%;
  }
  .\32\/12--pocket, .\34\/24--pocket {
    width: 16.66667%;
  }
  .\35\/12--pocket, .\31\30\/24--pocket {
    width: 41.66667%;
  }
  .\37\/12--pocket, .\31\34\/24--pocket {
    width: 58.33333%;
  }
  .\31\30\/12--pocket, .\32\30\/24--pocket {
    width: 83.33333%;
  }
  .\31\31\/12--pocket, .\32\32\/24--pocket {
    width: 91.66667%;
  }
  .\31\/24--pocket {
    width: 4.16667%;
  }
  .\33\/24--pocket {
    width: 12.5%;
  }
  .\35\/24--pocket {
    width: 20.83333%;
  }
  .\37\/24--pocket {
    width: 29.16667%;
  }
  .\39\/24--pocket {
    width: 37.5%;
  }
  .\31\31\/24--pocket {
    width: 45.83333%;
  }
  .\31\33\/24--pocket {
    width: 54.16667%;
  }
  .\31\35\/24--pocket {
    width: 62.5%;
  }
  .\31\37\/24--pocket {
    width: 70.83333%;
  }
  .\31\39\/24--pocket {
    width: 79.16667%;
  }
  .\32\31\/24--pocket {
    width: 87.5%;
  }
  .\32\33\/24--pocket {
    width: 95.83333%;
  }
}

@media screen and (max-width: 767px) {
  .\31\/2--pocket2, .\32\/4--pocket2, .\36\/12--pocket2, .\31\32\/24--pocket2 {
    width: 50%;
  }
  .\31\/3--pocket2, .\34\/12--pocket2, .\38\/24--pocket2 {
    width: 33.33333%;
  }
  .\32\/3--pocket2, .\38\/12--pocket2, .\31\36\/24--pocket2 {
    width: 66.66667%;
  }
  .\31\/4--pocket2, .\33\/12--pocket2, .\36\/24--pocket2 {
    width: 25%;
  }
  .\33\/4--pocket2, .\39\/12--pocket2, .\31\38\/24--pocket2 {
    width: 75%;
  }
  .\31\/12--pocket2, .\32\/24--pocket2 {
    width: 8.33333%;
  }
  .\32\/12--pocket2, .\34\/24--pocket2 {
    width: 16.66667%;
  }
  .\35\/12--pocket2, .\31\30\/24--pocket2 {
    width: 41.66667%;
  }
  .\37\/12--pocket2, .\31\34\/24--pocket2 {
    width: 58.33333%;
  }
  .\31\30\/12--pocket2, .\32\30\/24--pocket2 {
    width: 83.33333%;
  }
  .\31\31\/12--pocket2, .\32\32\/24--pocket2 {
    width: 91.66667%;
  }
  .\31\/24--pocket2 {
    width: 4.16667%;
  }
  .\33\/24--pocket2 {
    width: 12.5%;
  }
  .\35\/24--pocket2 {
    width: 20.83333%;
  }
  .\37\/24--pocket2 {
    width: 29.16667%;
  }
  .\39\/24--pocket2 {
    width: 37.5%;
  }
  .\31\31\/24--pocket2 {
    width: 45.83333%;
  }
  .\31\33\/24--pocket2 {
    width: 54.16667%;
  }
  .\31\35\/24--pocket2 {
    width: 62.5%;
  }
  .\31\37\/24--pocket2 {
    width: 70.83333%;
  }
  .\31\39\/24--pocket2 {
    width: 79.16667%;
  }
  .\32\31\/24--pocket2 {
    width: 87.5%;
  }
  .\32\33\/24--pocket2 {
    width: 95.83333%;
  }
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .\31\/2--lap, .\32\/4--lap, .\36\/12--lap, .\31\32\/24--lap {
    width: 50%;
  }
  .\31\/3--lap, .\34\/12--lap, .\38\/24--lap {
    width: 33.33333%;
  }
  .\32\/3--lap, .\38\/12--lap, .\31\36\/24--lap {
    width: 66.66667%;
  }
  .\31\/4--lap, .\33\/12--lap, .\36\/24--lap {
    width: 25%;
  }
  .\33\/4--lap, .\39\/12--lap, .\31\38\/24--lap {
    width: 75%;
  }
  .\31\/12--lap, .\32\/24--lap {
    width: 8.33333%;
  }
  .\32\/12--lap, .\34\/24--lap {
    width: 16.66667%;
  }
  .\35\/12--lap, .\31\30\/24--lap {
    width: 41.66667%;
  }
  .\37\/12--lap, .\31\34\/24--lap {
    width: 58.33333%;
  }
  .\31\30\/12--lap, .\32\30\/24--lap {
    width: 83.33333%;
  }
  .\31\31\/12--lap, .\32\32\/24--lap {
    width: 91.66667%;
  }
  .\31\/24--lap {
    width: 4.16667%;
  }
  .\33\/24--lap {
    width: 12.5%;
  }
  .\35\/24--lap {
    width: 20.83333%;
  }
  .\37\/24--lap {
    width: 29.16667%;
  }
  .\39\/24--lap {
    width: 37.5%;
  }
  .\31\31\/24--lap {
    width: 45.83333%;
  }
  .\31\33\/24--lap {
    width: 54.16667%;
  }
  .\31\35\/24--lap {
    width: 62.5%;
  }
  .\31\37\/24--lap {
    width: 70.83333%;
  }
  .\31\39\/24--lap {
    width: 79.16667%;
  }
  .\32\31\/24--lap {
    width: 87.5%;
  }
  .\32\33\/24--lap {
    width: 95.83333%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .\31\/2--lap1, .\32\/4--lap1, .\36\/12--lap1, .\31\32\/24--lap1 {
    width: 50%;
  }
  .\31\/3--lap1, .\34\/12--lap1, .\38\/24--lap1 {
    width: 33.33333%;
  }
  .\32\/3--lap1, .\38\/12--lap1, .\31\36\/24--lap1 {
    width: 66.66667%;
  }
  .\31\/4--lap1, .\33\/12--lap1, .\36\/24--lap1 {
    width: 25%;
  }
  .\33\/4--lap1, .\39\/12--lap1, .\31\38\/24--lap1 {
    width: 75%;
  }
  .\31\/12--lap1, .\32\/24--lap1 {
    width: 8.33333%;
  }
  .\32\/12--lap1, .\34\/24--lap1 {
    width: 16.66667%;
  }
  .\35\/12--lap1, .\31\30\/24--lap1 {
    width: 41.66667%;
  }
  .\37\/12--lap1, .\31\34\/24--lap1 {
    width: 58.33333%;
  }
  .\31\30\/12--lap1, .\32\30\/24--lap1 {
    width: 83.33333%;
  }
  .\31\31\/12--lap1, .\32\32\/24--lap1 {
    width: 91.66667%;
  }
  .\31\/24--lap1 {
    width: 4.16667%;
  }
  .\33\/24--lap1 {
    width: 12.5%;
  }
  .\35\/24--lap1 {
    width: 20.83333%;
  }
  .\37\/24--lap1 {
    width: 29.16667%;
  }
  .\39\/24--lap1 {
    width: 37.5%;
  }
  .\31\31\/24--lap1 {
    width: 45.83333%;
  }
  .\31\33\/24--lap1 {
    width: 54.16667%;
  }
  .\31\35\/24--lap1 {
    width: 62.5%;
  }
  .\31\37\/24--lap1 {
    width: 70.83333%;
  }
  .\31\39\/24--lap1 {
    width: 79.16667%;
  }
  .\32\31\/24--lap1 {
    width: 87.5%;
  }
  .\32\33\/24--lap1 {
    width: 95.83333%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .\31\/2--lap2, .\32\/4--lap2, .\36\/12--lap2, .\31\32\/24--lap2 {
    width: 50%;
  }
  .\31\/3--lap2, .\34\/12--lap2, .\38\/24--lap2 {
    width: 33.33333%;
  }
  .\32\/3--lap2, .\38\/12--lap2, .\31\36\/24--lap2 {
    width: 66.66667%;
  }
  .\31\/4--lap2, .\33\/12--lap2, .\36\/24--lap2 {
    width: 25%;
  }
  .\33\/4--lap2, .\39\/12--lap2, .\31\38\/24--lap2 {
    width: 75%;
  }
  .\31\/12--lap2, .\32\/24--lap2 {
    width: 8.33333%;
  }
  .\32\/12--lap2, .\34\/24--lap2 {
    width: 16.66667%;
  }
  .\35\/12--lap2, .\31\30\/24--lap2 {
    width: 41.66667%;
  }
  .\37\/12--lap2, .\31\34\/24--lap2 {
    width: 58.33333%;
  }
  .\31\30\/12--lap2, .\32\30\/24--lap2 {
    width: 83.33333%;
  }
  .\31\31\/12--lap2, .\32\32\/24--lap2 {
    width: 91.66667%;
  }
  .\31\/24--lap2 {
    width: 4.16667%;
  }
  .\33\/24--lap2 {
    width: 12.5%;
  }
  .\35\/24--lap2 {
    width: 20.83333%;
  }
  .\37\/24--lap2 {
    width: 29.16667%;
  }
  .\39\/24--lap2 {
    width: 37.5%;
  }
  .\31\31\/24--lap2 {
    width: 45.83333%;
  }
  .\31\33\/24--lap2 {
    width: 54.16667%;
  }
  .\31\35\/24--lap2 {
    width: 62.5%;
  }
  .\31\37\/24--lap2 {
    width: 70.83333%;
  }
  .\31\39\/24--lap2 {
    width: 79.16667%;
  }
  .\32\31\/24--lap2 {
    width: 87.5%;
  }
  .\32\33\/24--lap2 {
    width: 95.83333%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .\31\/2--ipad-pro, .\32\/4--ipad-pro, .\36\/12--ipad-pro, .\31\32\/24--ipad-pro {
    width: 50%;
  }
  .\31\/3--ipad-pro, .\34\/12--ipad-pro, .\38\/24--ipad-pro {
    width: 33.33333%;
  }
  .\32\/3--ipad-pro, .\38\/12--ipad-pro, .\31\36\/24--ipad-pro {
    width: 66.66667%;
  }
  .\31\/4--ipad-pro, .\33\/12--ipad-pro, .\36\/24--ipad-pro {
    width: 25%;
  }
  .\33\/4--ipad-pro, .\39\/12--ipad-pro, .\31\38\/24--ipad-pro {
    width: 75%;
  }
  .\31\/12--ipad-pro, .\32\/24--ipad-pro {
    width: 8.33333%;
  }
  .\32\/12--ipad-pro, .\34\/24--ipad-pro {
    width: 16.66667%;
  }
  .\35\/12--ipad-pro, .\31\30\/24--ipad-pro {
    width: 41.66667%;
  }
  .\37\/12--ipad-pro, .\31\34\/24--ipad-pro {
    width: 58.33333%;
  }
  .\31\30\/12--ipad-pro, .\32\30\/24--ipad-pro {
    width: 83.33333%;
  }
  .\31\31\/12--ipad-pro, .\32\32\/24--ipad-pro {
    width: 91.66667%;
  }
  .\31\/24--ipad-pro {
    width: 4.16667%;
  }
  .\33\/24--ipad-pro {
    width: 12.5%;
  }
  .\35\/24--ipad-pro {
    width: 20.83333%;
  }
  .\37\/24--ipad-pro {
    width: 29.16667%;
  }
  .\39\/24--ipad-pro {
    width: 37.5%;
  }
  .\31\31\/24--ipad-pro {
    width: 45.83333%;
  }
  .\31\33\/24--ipad-pro {
    width: 54.16667%;
  }
  .\31\35\/24--ipad-pro {
    width: 62.5%;
  }
  .\31\37\/24--ipad-pro {
    width: 70.83333%;
  }
  .\31\39\/24--ipad-pro {
    width: 79.16667%;
  }
  .\32\31\/24--ipad-pro {
    width: 87.5%;
  }
  .\32\33\/24--ipad-pro {
    width: 95.83333%;
  }
}

@media screen and (min-width: 768px) {
  .\31\/2--lap-and-up1, .\32\/4--lap-and-up1, .\36\/12--lap-and-up1, .\31\32\/24--lap-and-up1 {
    width: 50%;
  }
  .\31\/3--lap-and-up1, .\34\/12--lap-and-up1, .\38\/24--lap-and-up1 {
    width: 33.33333%;
  }
  .\32\/3--lap-and-up1, .\38\/12--lap-and-up1, .\31\36\/24--lap-and-up1 {
    width: 66.66667%;
  }
  .\31\/4--lap-and-up1, .\33\/12--lap-and-up1, .\36\/24--lap-and-up1 {
    width: 25%;
  }
  .\33\/4--lap-and-up1, .\39\/12--lap-and-up1, .\31\38\/24--lap-and-up1 {
    width: 75%;
  }
  .\31\/12--lap-and-up1, .\32\/24--lap-and-up1 {
    width: 8.33333%;
  }
  .\32\/12--lap-and-up1, .\34\/24--lap-and-up1 {
    width: 16.66667%;
  }
  .\35\/12--lap-and-up1, .\31\30\/24--lap-and-up1 {
    width: 41.66667%;
  }
  .\37\/12--lap-and-up1, .\31\34\/24--lap-and-up1 {
    width: 58.33333%;
  }
  .\31\30\/12--lap-and-up1, .\32\30\/24--lap-and-up1 {
    width: 83.33333%;
  }
  .\31\31\/12--lap-and-up1, .\32\32\/24--lap-and-up1 {
    width: 91.66667%;
  }
  .\31\/24--lap-and-up1 {
    width: 4.16667%;
  }
  .\33\/24--lap-and-up1 {
    width: 12.5%;
  }
  .\35\/24--lap-and-up1 {
    width: 20.83333%;
  }
  .\37\/24--lap-and-up1 {
    width: 29.16667%;
  }
  .\39\/24--lap-and-up1 {
    width: 37.5%;
  }
  .\31\31\/24--lap-and-up1 {
    width: 45.83333%;
  }
  .\31\33\/24--lap-and-up1 {
    width: 54.16667%;
  }
  .\31\35\/24--lap-and-up1 {
    width: 62.5%;
  }
  .\31\37\/24--lap-and-up1 {
    width: 70.83333%;
  }
  .\31\39\/24--lap-and-up1 {
    width: 79.16667%;
  }
  .\32\31\/24--lap-and-up1 {
    width: 87.5%;
  }
  .\32\33\/24--lap-and-up1 {
    width: 95.83333%;
  }
}

@media screen and (min-width: 801px) {
  .\31\/2--lap-and-up, .\32\/4--lap-and-up, .\36\/12--lap-and-up, .\31\32\/24--lap-and-up {
    width: 50%;
  }
  .\31\/3--lap-and-up, .\34\/12--lap-and-up, .\38\/24--lap-and-up {
    width: 33.33333%;
  }
  .\32\/3--lap-and-up, .\38\/12--lap-and-up, .\31\36\/24--lap-and-up {
    width: 66.66667%;
  }
  .\31\/4--lap-and-up, .\33\/12--lap-and-up, .\36\/24--lap-and-up {
    width: 25%;
  }
  .\33\/4--lap-and-up, .\39\/12--lap-and-up, .\31\38\/24--lap-and-up {
    width: 75%;
  }
  .\31\/12--lap-and-up, .\32\/24--lap-and-up {
    width: 8.33333%;
  }
  .\32\/12--lap-and-up, .\34\/24--lap-and-up {
    width: 16.66667%;
  }
  .\35\/12--lap-and-up, .\31\30\/24--lap-and-up {
    width: 41.66667%;
  }
  .\37\/12--lap-and-up, .\31\34\/24--lap-and-up {
    width: 58.33333%;
  }
  .\31\30\/12--lap-and-up, .\32\30\/24--lap-and-up {
    width: 83.33333%;
  }
  .\31\31\/12--lap-and-up, .\32\32\/24--lap-and-up {
    width: 91.66667%;
  }
  .\31\/24--lap-and-up {
    width: 4.16667%;
  }
  .\33\/24--lap-and-up {
    width: 12.5%;
  }
  .\35\/24--lap-and-up {
    width: 20.83333%;
  }
  .\37\/24--lap-and-up {
    width: 29.16667%;
  }
  .\39\/24--lap-and-up {
    width: 37.5%;
  }
  .\31\31\/24--lap-and-up {
    width: 45.83333%;
  }
  .\31\33\/24--lap-and-up {
    width: 54.16667%;
  }
  .\31\35\/24--lap-and-up {
    width: 62.5%;
  }
  .\31\37\/24--lap-and-up {
    width: 70.83333%;
  }
  .\31\39\/24--lap-and-up {
    width: 79.16667%;
  }
  .\32\31\/24--lap-and-up {
    width: 87.5%;
  }
  .\32\33\/24--lap-and-up {
    width: 95.83333%;
  }
}

@media screen and (max-width: 1024px) {
  .\31\/2--portable, .\32\/4--portable, .\36\/12--portable, .\31\32\/24--portable {
    width: 50%;
  }
  .\31\/3--portable, .\34\/12--portable, .\38\/24--portable {
    width: 33.33333%;
  }
  .\32\/3--portable, .\38\/12--portable, .\31\36\/24--portable {
    width: 66.66667%;
  }
  .\31\/4--portable, .\33\/12--portable, .\36\/24--portable {
    width: 25%;
  }
  .\33\/4--portable, .\39\/12--portable, .\31\38\/24--portable {
    width: 75%;
  }
  .\31\/12--portable, .\32\/24--portable {
    width: 8.33333%;
  }
  .\32\/12--portable, .\34\/24--portable {
    width: 16.66667%;
  }
  .\35\/12--portable, .\31\30\/24--portable {
    width: 41.66667%;
  }
  .\37\/12--portable, .\31\34\/24--portable {
    width: 58.33333%;
  }
  .\31\30\/12--portable, .\32\30\/24--portable {
    width: 83.33333%;
  }
  .\31\31\/12--portable, .\32\32\/24--portable {
    width: 91.66667%;
  }
  .\31\/24--portable {
    width: 4.16667%;
  }
  .\33\/24--portable {
    width: 12.5%;
  }
  .\35\/24--portable {
    width: 20.83333%;
  }
  .\37\/24--portable {
    width: 29.16667%;
  }
  .\39\/24--portable {
    width: 37.5%;
  }
  .\31\31\/24--portable {
    width: 45.83333%;
  }
  .\31\33\/24--portable {
    width: 54.16667%;
  }
  .\31\35\/24--portable {
    width: 62.5%;
  }
  .\31\37\/24--portable {
    width: 70.83333%;
  }
  .\31\39\/24--portable {
    width: 79.16667%;
  }
  .\32\31\/24--portable {
    width: 87.5%;
  }
  .\32\33\/24--portable {
    width: 95.83333%;
  }
}

@media screen and (min-width: 1025px) {
  .\31\/2--desk, .\32\/4--desk, .\36\/12--desk, .\31\32\/24--desk {
    width: 50%;
  }
  .\31\/3--desk, .\34\/12--desk, .\38\/24--desk {
    width: 33.33333%;
  }
  .\32\/3--desk, .\38\/12--desk, .\31\36\/24--desk {
    width: 66.66667%;
  }
  .\31\/4--desk, .\33\/12--desk, .\36\/24--desk {
    width: 25%;
  }
  .\33\/4--desk, .\39\/12--desk, .\31\38\/24--desk {
    width: 75%;
  }
  .\31\/12--desk, .\32\/24--desk {
    width: 8.33333%;
  }
  .\32\/12--desk, .\34\/24--desk {
    width: 16.66667%;
  }
  .\35\/12--desk, .\31\30\/24--desk {
    width: 41.66667%;
  }
  .\37\/12--desk, .\31\34\/24--desk {
    width: 58.33333%;
  }
  .\31\30\/12--desk, .\32\30\/24--desk {
    width: 83.33333%;
  }
  .\31\31\/12--desk, .\32\32\/24--desk {
    width: 91.66667%;
  }
  .\31\/24--desk {
    width: 4.16667%;
  }
  .\33\/24--desk {
    width: 12.5%;
  }
  .\35\/24--desk {
    width: 20.83333%;
  }
  .\37\/24--desk {
    width: 29.16667%;
  }
  .\39\/24--desk {
    width: 37.5%;
  }
  .\31\31\/24--desk {
    width: 45.83333%;
  }
  .\31\33\/24--desk {
    width: 54.16667%;
  }
  .\31\35\/24--desk {
    width: 62.5%;
  }
  .\31\37\/24--desk {
    width: 70.83333%;
  }
  .\31\39\/24--desk {
    width: 79.16667%;
  }
  .\32\31\/24--desk {
    width: 87.5%;
  }
  .\32\33\/24--desk {
    width: 95.83333%;
  }
}

@media screen and (min-width: 1160px) {
  .\31\/2--widescreen, .\32\/4--widescreen, .\36\/12--widescreen, .\31\32\/24--widescreen {
    width: 50%;
  }
  .\31\/3--widescreen, .\34\/12--widescreen, .\38\/24--widescreen {
    width: 33.33333%;
  }
  .\32\/3--widescreen, .\38\/12--widescreen, .\31\36\/24--widescreen {
    width: 66.66667%;
  }
  .\31\/4--widescreen, .\33\/12--widescreen, .\36\/24--widescreen {
    width: 25%;
  }
  .\33\/4--widescreen, .\39\/12--widescreen, .\31\38\/24--widescreen {
    width: 75%;
  }
  .\31\/12--widescreen, .\32\/24--widescreen {
    width: 8.33333%;
  }
  .\32\/12--widescreen, .\34\/24--widescreen {
    width: 16.66667%;
  }
  .\35\/12--widescreen, .\31\30\/24--widescreen {
    width: 41.66667%;
  }
  .\37\/12--widescreen, .\31\34\/24--widescreen {
    width: 58.33333%;
  }
  .\31\30\/12--widescreen, .\32\30\/24--widescreen {
    width: 83.33333%;
  }
  .\31\31\/12--widescreen, .\32\32\/24--widescreen {
    width: 91.66667%;
  }
  .\31\/24--widescreen {
    width: 4.16667%;
  }
  .\33\/24--widescreen {
    width: 12.5%;
  }
  .\35\/24--widescreen {
    width: 20.83333%;
  }
  .\37\/24--widescreen {
    width: 29.16667%;
  }
  .\39\/24--widescreen {
    width: 37.5%;
  }
  .\31\31\/24--widescreen {
    width: 45.83333%;
  }
  .\31\33\/24--widescreen {
    width: 54.16667%;
  }
  .\31\35\/24--widescreen {
    width: 62.5%;
  }
  .\31\37\/24--widescreen {
    width: 70.83333%;
  }
  .\31\39\/24--widescreen {
    width: 79.16667%;
  }
  .\32\31\/24--widescreen {
    width: 87.5%;
  }
  .\32\33\/24--widescreen {
    width: 95.83333%;
  }
}

@media screen and (max-width: 1279px) {
  .\31\/2--small-laptop, .\32\/4--small-laptop, .\36\/12--small-laptop, .\31\32\/24--small-laptop {
    width: 50%;
  }
  .\31\/3--small-laptop, .\34\/12--small-laptop, .\38\/24--small-laptop {
    width: 33.33333%;
  }
  .\32\/3--small-laptop, .\38\/12--small-laptop, .\31\36\/24--small-laptop {
    width: 66.66667%;
  }
  .\31\/4--small-laptop, .\33\/12--small-laptop, .\36\/24--small-laptop {
    width: 25%;
  }
  .\33\/4--small-laptop, .\39\/12--small-laptop, .\31\38\/24--small-laptop {
    width: 75%;
  }
  .\31\/12--small-laptop, .\32\/24--small-laptop {
    width: 8.33333%;
  }
  .\32\/12--small-laptop, .\34\/24--small-laptop {
    width: 16.66667%;
  }
  .\35\/12--small-laptop, .\31\30\/24--small-laptop {
    width: 41.66667%;
  }
  .\37\/12--small-laptop, .\31\34\/24--small-laptop {
    width: 58.33333%;
  }
  .\31\30\/12--small-laptop, .\32\30\/24--small-laptop {
    width: 83.33333%;
  }
  .\31\31\/12--small-laptop, .\32\32\/24--small-laptop {
    width: 91.66667%;
  }
  .\31\/24--small-laptop {
    width: 4.16667%;
  }
  .\33\/24--small-laptop {
    width: 12.5%;
  }
  .\35\/24--small-laptop {
    width: 20.83333%;
  }
  .\37\/24--small-laptop {
    width: 29.16667%;
  }
  .\39\/24--small-laptop {
    width: 37.5%;
  }
  .\31\31\/24--small-laptop {
    width: 45.83333%;
  }
  .\31\33\/24--small-laptop {
    width: 54.16667%;
  }
  .\31\35\/24--small-laptop {
    width: 62.5%;
  }
  .\31\37\/24--small-laptop {
    width: 70.83333%;
  }
  .\31\39\/24--small-laptop {
    width: 79.16667%;
  }
  .\32\31\/24--small-laptop {
    width: 87.5%;
  }
  .\32\33\/24--small-laptop {
    width: 95.83333%;
  }
}

@media screen and (min-width: 1320px) {
  .\31\/2--medium-laptop, .\32\/4--medium-laptop, .\36\/12--medium-laptop, .\31\32\/24--medium-laptop {
    width: 50%;
  }
  .\31\/3--medium-laptop, .\34\/12--medium-laptop, .\38\/24--medium-laptop {
    width: 33.33333%;
  }
  .\32\/3--medium-laptop, .\38\/12--medium-laptop, .\31\36\/24--medium-laptop {
    width: 66.66667%;
  }
  .\31\/4--medium-laptop, .\33\/12--medium-laptop, .\36\/24--medium-laptop {
    width: 25%;
  }
  .\33\/4--medium-laptop, .\39\/12--medium-laptop, .\31\38\/24--medium-laptop {
    width: 75%;
  }
  .\31\/12--medium-laptop, .\32\/24--medium-laptop {
    width: 8.33333%;
  }
  .\32\/12--medium-laptop, .\34\/24--medium-laptop {
    width: 16.66667%;
  }
  .\35\/12--medium-laptop, .\31\30\/24--medium-laptop {
    width: 41.66667%;
  }
  .\37\/12--medium-laptop, .\31\34\/24--medium-laptop {
    width: 58.33333%;
  }
  .\31\30\/12--medium-laptop, .\32\30\/24--medium-laptop {
    width: 83.33333%;
  }
  .\31\31\/12--medium-laptop, .\32\32\/24--medium-laptop {
    width: 91.66667%;
  }
  .\31\/24--medium-laptop {
    width: 4.16667%;
  }
  .\33\/24--medium-laptop {
    width: 12.5%;
  }
  .\35\/24--medium-laptop {
    width: 20.83333%;
  }
  .\37\/24--medium-laptop {
    width: 29.16667%;
  }
  .\39\/24--medium-laptop {
    width: 37.5%;
  }
  .\31\31\/24--medium-laptop {
    width: 45.83333%;
  }
  .\31\33\/24--medium-laptop {
    width: 54.16667%;
  }
  .\31\35\/24--medium-laptop {
    width: 62.5%;
  }
  .\31\37\/24--medium-laptop {
    width: 70.83333%;
  }
  .\31\39\/24--medium-laptop {
    width: 79.16667%;
  }
  .\32\31\/24--medium-laptop {
    width: 87.5%;
  }
  .\32\33\/24--medium-laptop {
    width: 95.83333%;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .\31\/2--retina, .\32\/4--retina, .\36\/12--retina, .\31\32\/24--retina {
    width: 50%;
  }
  .\31\/3--retina, .\34\/12--retina, .\38\/24--retina {
    width: 33.33333%;
  }
  .\32\/3--retina, .\38\/12--retina, .\31\36\/24--retina {
    width: 66.66667%;
  }
  .\31\/4--retina, .\33\/12--retina, .\36\/24--retina {
    width: 25%;
  }
  .\33\/4--retina, .\39\/12--retina, .\31\38\/24--retina {
    width: 75%;
  }
  .\31\/12--retina, .\32\/24--retina {
    width: 8.33333%;
  }
  .\32\/12--retina, .\34\/24--retina {
    width: 16.66667%;
  }
  .\35\/12--retina, .\31\30\/24--retina {
    width: 41.66667%;
  }
  .\37\/12--retina, .\31\34\/24--retina {
    width: 58.33333%;
  }
  .\31\30\/12--retina, .\32\30\/24--retina {
    width: 83.33333%;
  }
  .\31\31\/12--retina, .\32\32\/24--retina {
    width: 91.66667%;
  }
  .\31\/24--retina {
    width: 4.16667%;
  }
  .\33\/24--retina {
    width: 12.5%;
  }
  .\35\/24--retina {
    width: 20.83333%;
  }
  .\37\/24--retina {
    width: 29.16667%;
  }
  .\39\/24--retina {
    width: 37.5%;
  }
  .\31\31\/24--retina {
    width: 45.83333%;
  }
  .\31\33\/24--retina {
    width: 54.16667%;
  }
  .\31\35\/24--retina {
    width: 62.5%;
  }
  .\31\37\/24--retina {
    width: 70.83333%;
  }
  .\31\39\/24--retina {
    width: 79.16667%;
  }
  .\32\31\/24--retina {
    width: 87.5%;
  }
  .\32\33\/24--retina {
    width: 95.83333%;
  }
}

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?1269886#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-cancel-squared:before {
  content: '\e800';
}

/* '' */
.icon-bookmark-empty:before {
  content: '\e801';
}

/* '' */
.icon-bookmark:before {
  content: '\e802';
}

/* '' */
.icon-down-open-mini:before {
  content: '\e803';
}

/* '' */
.icon-left-open-mini:before {
  content: '\e804';
}

/* '' */
.icon-right-open-mini:before {
  content: '\e805';
}

/* '' */
.icon-up-open-mini:before {
  content: '\e806';
}

/* '' */
.icon-user:before {
  content: '\e807';
}

/* '' */
.icon-camera:before {
  content: '\e808';
}

/* '' */
.icon-facebook:before {
  content: '\f300';
}

/* '' */
.icon-twitter-bird:before {
  content: '\f303';
}

/* '' */
.icon-linkedin:before {
  content: '\f31a';
}

/* '' */
.icon-instagram:before {
  content: '\f31e';
}

/* '' */
/* ELEMENTS */
html {
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover, a:active {
  outline: 0;
}

a img {
  border: 0;
}

/* =Global
----------------------------------------------- */
html, body {
  overflow-x: hidden;
}

body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body[data-aos-duration='4000'] [data-aos],
[data-aos][data-aos][data-aos-duration='4000'] {
  -webkit-transition-duration: 4000ms;
          transition-duration: 4000ms;
}

*:focus {
  outline: 0 !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2 {
  font-family: 'Playfair Display', serif;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.clear {
  clear: both;
}

/* =Content
----------------------------------------------- */
#page-wrap {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

#page-wrap:before {
  display: none;
}

#page-wrap.inactive:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;
}

@media screen and (max-width: 1279px) {
  #page-wrap {
    -webkit-transition: margin-left .5s;
    transition: margin-left .5s;
  }
}

.wrap {
  zoom: 1;
  width: 100%;
  max-width: 96%;
  padding: 0 10px;
  margin: 0 2%;
}

.wrap:before, .wrap:after {
  content: "";
  display: table;
}

.wrap:after {
  clear: both;
}

.row {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.row:before, .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  border: 0;
}

button,
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  -webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
  width: 100%;
  padding: 15px;
  color: #111;
  font-size: 15px;
  background: #fff;
  border: 1px solid #ddd;
}

.social {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .social {
    text-align: center;
  }
}

.social ul {
  padding: 0;
  margin: 0;
}

.social ul li {
  display: inline-block;
  float: left;
}

@media screen and (max-width: 499px) {
  .social ul li {
    float: none;
  }
}

.social ul li a {
  color: #333;
  font-size: 18px;
  display: block;
  padding: 8px 12px;
}

.social ul li a:hover {
  color: #555;
}

.social ul li a:before {
  content: '';
  font-family: FontAwesome;
}

.social ul li a.facebook:before {
  content: '\f09a';
}

.social ul li a.twitter:before {
  content: '\f099';
}

.social ul li a.instagram:before {
  content: '\f16d';
}

/* row and column */
.custom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

[class*="cell-"] {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class*="cell-"] {
  padding-right: 0;
  padding-left: 0;
}

/* align item */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.d-flex img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/* column structure */
/* ----- Extra small devices ≤640px ----- */
.cell-12 {
  width: 100%;
}

.cell-11 {
  width: 91.66666667%;
}

.cell-10 {
  width: 83.33333333%;
}

.cell-9 {
  width: 75%;
}

.cell-8 {
  width: 66.66666667%;
}

.cell-7 {
  width: 58.33333333%;
}

.cell-6 {
  width: 50%;
}

.cell-5 {
  width: 41.66666667%;
}

.cell-4 {
  width: 33.33333333%;
}

.cell-3 {
  width: 25%;
}

.cell-2 {
  width: 16.66666667%;
}

.cell-1 {
  width: 8.33333333%;
}

/* show and hide cell */
.d-none {
  display: none;
}

.d-block {
  display: block;
}

/* ----- Small devices ≥641px ----- */
@media (min-width: 641px) {
  .cell-sm-12 {
    width: 100%;
  }
  .cell-sm-11 {
    width: 91.66666667%;
  }
  .cell-sm-10 {
    width: 83.33333333%;
  }
  .cell-sm-9 {
    width: 75%;
  }
  .cell-sm-8 {
    width: 66.66666667%;
  }
  .cell-sm-7 {
    width: 58.33333333%;
  }
  .cell-sm-6 {
    width: 50%;
  }
  .cell-sm-5 {
    width: 41.66666667%;
  }
  .cell-sm-4 {
    width: 33.33333333%;
  }
  .cell-sm-3 {
    width: 25%;
  }
  .cell-sm-2 {
    width: 16.66666667%;
  }
  .cell-sm-1 {
    width: 8.33333333%;
  }
  /* show and hide cell sm */
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
}

/* ----- Medium devices ≥768px ----- */
@media (min-width: 768px) {
  .cell-md-12 {
    width: 100%;
  }
  .cell-md-11 {
    width: 91.66666667%;
  }
  .cell-md-10 {
    width: 83.33333333%;
  }
  .cell-md-9 {
    width: 75%;
  }
  .cell-md-8 {
    width: 66.66666667%;
  }
  .cell-md-7 {
    width: 58.33333333%;
  }
  .cell-md-6 {
    width: 50%;
  }
  .cell-md-5 {
    width: 41.66666667%;
  }
  .cell-md-4 {
    width: 33.33333333%;
  }
  .cell-md-3 {
    width: 25%;
  }
  .cell-md-2 {
    width: 16.66666667%;
  }
  .cell-md-1 {
    width: 8.33333333%;
  }
  /* show and hide cell md */
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
}

/* ----- Large devices ≥1024px ----- */
@media (min-width: 1024px) {
  .cell-lg-12 {
    width: 100%;
  }
  .cell-lg-11 {
    width: 91.66666667%;
  }
  .cell-lg-10 {
    width: 83.33333333%;
  }
  .cell-lg-9 {
    width: 75%;
  }
  .cell-lg-8 {
    width: 66.66666667%;
  }
  .cell-lg-7 {
    width: 58.33333333%;
  }
  .cell-lg-6 {
    width: 50%;
  }
  .cell-lg-5 {
    width: 41.66666667%;
  }
  .cell-lg-4 {
    width: 33.33333333%;
  }
  .cell-lg-3 {
    width: 25%;
  }
  .cell-lg-2 {
    width: 16.66666667%;
  }
  .cell-lg-1 {
    width: 8.33333333%;
  }
  /* show and hide cell lg */
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
}

/* ----- Extra Large devices ≥1200px ----- */
@media (min-width: 1200px) {
  .cell-xl-12 {
    width: 100%;
  }
  .cell-xl-11 {
    width: 91.66666667%;
  }
  .cell-xl-10 {
    width: 83.33333333%;
  }
  .cell-xl-9 {
    width: 75%;
  }
  .cell-xl-8 {
    width: 66.66666667%;
  }
  .cell-xl-7 {
    width: 58.33333333%;
  }
  .cell-xl-6 {
    width: 50%;
  }
  .cell-xl-5 {
    width: 41.66666667%;
  }
  .cell-xl-4 {
    width: 33.33333333%;
  }
  .cell-xl-3 {
    width: 25%;
  }
  .cell-xl-2 {
    width: 16.66666667%;
  }
  .cell-xl-1 {
    width: 8.33333333%;
  }
  /* show and hide cell xl */
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
}

/* text alignment */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

.w-100 {
  width: 100%;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding-right: 50px;
  padding-left: 50px;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .container,
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 800px) {
  .container,
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container-fluid {
  max-width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #2B2B2B;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

.h1 {
  font-size: 5rem;
  line-height: 1;
}

.h2 {
  font-size: 2.5rem;
  line-height: 1.4;
}

.h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.h5 {
  font-size: 0.625rem;
  line-height: 1.4;
}

.h6 {
  font-size: 0.3125rem;
  line-height: 1.4;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

a.button {
  background: #2B2B2B;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: 1px solid #2b2b2b;
}

a.button:hover, a.button:focus {
  color: #2B2B2B !important;
  background-color: transparent;
  border-color: #2B2B2B !important;
}

a.white-btn {
  background: transparent;
  color: #2B2B2B;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: 1px solid #2B2B2B;
}

a.white-btn:hover, a.white-btn:focus {
  background: #2B2B2B;
  color: #ffffff !important;
  border-color: #2B2B2B !important;
}

button, input[type="submit"] {
  background: #2B2B2B;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  border: 1px solid #2b2b2b;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background: #000;
  color: #2B2B2B !important;
  background-color: transparent !important;
  border-color: #2B2B2B !important;
}

.empty-cart-wrapper {
  margin: 50px 0 20px;
  text-align: center;
}

.empty-cart-wrapper p.cart-empty.woocommerce-info {
  display: block;
  margin-bottom: 30px;
}

.no-cart-wrapper .wc-backward {
  display: table;
  margin: auto;
}

/* HEADER*/
.site-header {
  width: 100%;
  display: block;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .site-header {
    position: fixed;
    z-index: 999;
    background: #fff;
  }
}

@media screen and (max-width: 499px) {
  .site-header {
    text-align: left;
    height: 90px;
    border-bottom: 0px;
  }
}

.site-header .row {
  padding: 0;
}

@media screen and (max-width: 1279px) {
  .site-header .row {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.site-header .wrap {
  height: 100%;
}

.site-header .wrap .btn-cart {
  display: none;
  background-size: contain;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .site-header .wrap .btn-cart {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.site-header .wrap .btn-cart span {
  background: #212121;
  color: #fff;
  position: absolute;
  left: 3px;
  top: 6px;
  height: 20px;
  width: 20px;
  -webkit-transform: scale(1) translateY(-100%) translateX(100%);
  transform: scale(1) translateY(-100%) translateX(100%);
  font-size: 12px;
  line-height: 22px;
  border-radius: 50px;
  text-align: center;
}

.site-header .wrap .site-logo {
  display: inline-block;
  padding: 20px 0;
  margin: 0 30px;
}

@media screen and (max-width: 499px) {
  .site-header .wrap .site-logo {
    padding: 0;
    margin: 0;
    margin-left: -20%;
  }
}

.site-header .wrap .site-logo img {
  height: 34px;
  width: auto;
  vertical-align: middle;
}

@media screen and (max-width: 499px) {
  .site-header .wrap .site-logo img {
    height: 24px;
  }
}

.site-header .wrap .site-navigation {
  display: inline-block;
  padding: 15px 0px;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .site-header .wrap .site-navigation {
    width: 100%;
    padding: 8px 0px;
  }
}

.site-header .wrap .site-navigation .nav .left-menu,
.site-header .wrap .site-navigation .nav .right-menu {
  display: inline-block;
}

@media screen and (max-width: 499px) {
  .site-header .wrap .site-navigation .nav .left-menu,
  .site-header .wrap .site-navigation .nav .right-menu {
    display: none;
  }
}

@media screen and (min-width: 500px) and (max-width: 800px) {
  .site-header .wrap .site-navigation .nav .left-menu,
  .site-header .wrap .site-navigation .nav .right-menu {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .site-header .wrap .site-navigation .nav .left-menu,
  .site-header .wrap .site-navigation .nav .right-menu {
    display: none;
  }
}

.site-header .wrap .site-navigation .nav ul.menu {
  padding: 0;
  margin: 0;
}

.site-header .wrap .site-navigation .nav ul.menu li {
  list-style: none;
  display: inline-block;
  position: relative;
}

.site-header .wrap .site-navigation .nav ul.menu li a {
  color: #111;
  font-weight: 400;
  display: block;
  padding: 15px 20px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  letter-spacing: 2px;
  font-size: 14px;
}

.site-header .wrap .site-navigation .nav ul.menu li a:hover {
  color: #717171;
}

.site-header .wrap .site-navigation .nav ul.menu li.menu-item-has-children > a:after {
  content: '\e803';
  font-family: 'fontello';
  margin-left: 10px;
  color: #717171;
}

.site-header .wrap .site-navigation .nav ul.menu li.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 999;
  top: auto;
  left: 0;
  padding: 0;
  margin: 0;
  width: 250px;
  background: #fff;
  display: none;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.site-header .wrap .site-navigation .nav ul.menu li.menu-item-has-children .sub-menu li {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}

.site-header .wrap .site-navigation .nav ul.menu li.menu-item-has-children .sub-menu li a {
  width: 100%;
  padding: 15px 20px;
}

.site-header .wrap .site-navigation .nav ul.menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}

.site-header .wrap .burger_menu {
  display: none;
  float: right;
  padding: 22px;
  margin-right: -10px;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
}

.site-header .wrap .burger_menu.is-open .line:nth-child(1), .site-header .wrap .burger_menu.is-open .line:nth-child(2) {
  display: none;
}

.site-header .wrap .burger_menu.is-open .line:nth-child(3) {
  height: 3px;
}

@media screen and (min-width: 501px) and (max-width: 1279px) {
  .site-header .wrap .burger_menu {
    padding: 46px;
  }
}

@media screen and (max-width: 1279px) {
  .site-header .wrap .burger_menu {
    display: inline-block;
  }
}

@media screen and (max-width: 1279px) {
  .site-header .wrap .burger_menu {
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 499px) {
  .site-header .wrap .burger_menu {
    right: 20px;
  }
}

.site-header .wrap .burger_menu .line {
  width: 30px;
  height: 2px;
  background: #2b2b2b;
  margin-bottom: 5px;
}

.site-header .wrap .burger_menu .line:last-child {
  margin: 0;
}

.site-header .wrap .row {
  max-width: 1200px;
}

@media screen and (max-width: 1279px) {
  .site-header .wrap .row {
    max-width: 50%;
  }
}

.site-header .wrap .social-media-wrapper {
  padding: 0px;
  margin: 0px;
}

@media screen and (max-width: 1279px) {
  .site-header .wrap .social-media-wrapper {
    display: none;
  }
}

.site-header .wrap .social-media-wrapper li {
  margin-right: 25px;
}

.site-header .wrap .social-media-wrapper li:nth-last-child(1) {
  margin-right: 0px;
}

.site-header .wrap .social-media-wrapper li .fa {
  font-size: 28px;
  color: #2b2b2b;
}

/* FIXED NAVIGATION */
.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  color: #111;
  z-index: 9999;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  display: none;
}

.fixed-nav.show {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

@media screen and (min-width: 1320px) {
  .fixed-nav {
    display: block;
  }
}

.fixed-nav .inner {
  padding: 0px 30px;
  width: 100%;
  display: block;
  text-align: center;
}

.fixed-nav .inner .site-logo {
  display: inline-block;
  padding: 10px 0;
  margin: 0 40px;
}

.fixed-nav .inner .site-logo img {
  height: 30px;
  width: auto;
  vertical-align: middle;
}

.fixed-nav .inner .site-navigation {
  display: inline-block;
  padding: 0px;
}

.fixed-nav .inner .site-navigation .nav .left-menu,
.fixed-nav .inner .site-navigation .nav .right-menu {
  display: inline-block;
}

.fixed-nav .inner .site-navigation .nav ul.menu {
  padding: 0;
  margin: 0;
}

.fixed-nav .inner .site-navigation .nav ul.menu li {
  list-style: none;
  display: inline-block;
  position: relative;
}

.fixed-nav .inner .site-navigation .nav ul.menu li a {
  color: #111;
  font-weight: 400;
  display: block;
  padding: 25px 20px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  letter-spacing: 3px;
  font-size: 14px;
}

.fixed-nav .inner .site-navigation .nav ul.menu li a:hover {
  color: #717171;
}

.fixed-nav .inner .site-navigation .nav ul.menu li.menu-item-has-children > a:after {
  content: '\e803';
  font-family: 'fontello';
  margin-left: 10px;
  color: #717171;
}

.fixed-nav .inner .site-navigation .nav ul.menu li.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 999;
  top: auto;
  left: 0;
  padding: 0;
  margin: 0;
  width: 250px;
  background: #fff;
  display: none;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.fixed-nav .inner .site-navigation .nav ul.menu li.menu-item-has-children .sub-menu li {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}

.fixed-nav .inner .site-navigation .nav ul.menu li.menu-item-has-children .sub-menu li a {
  width: 100%;
  padding: 15px 20px;
}

.fixed-nav .inner .site-navigation .nav ul.menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}

/* MOBILE MENU OFF CANVAS */
#offcanvas-mobile-menu {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 90px;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #111;
  display: none;
  margin-left: -100%;
}

#offcanvas-mobile-menu.is-open {
  margin-left: 0%;
}

#offcanvas-mobile-menu .mbnav__backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  z-index: -1;
}

#offcanvas-mobile-menu.is-open .mbnav__backdrop {
  z-index: 999;
  visibility: visible;
}

#offcanvas-mobile-menu .social-media-wrapper {
  margin: 0px;
}

#offcanvas-mobile-menu .social-media-wrapper li {
  margin-right: 25px;
}

#offcanvas-mobile-menu .social-media-wrapper li:nth-last-child(1) {
  margin-right: 0px;
}

#offcanvas-mobile-menu .social-media-wrapper li .fa {
  font-size: 28px;
  color: #2b2b2b;
}

#offcanvas-mobile-menu .mobile-menu-wrap {
  padding: 30px 40px;
  width: 100%;
  float: left;
  z-index: 9999;
  position: relative;
}

#offcanvas-mobile-menu .mobile-menu-wrap .offcanvas-menu ul {
  padding: 0;
  margin: 0;
}

#offcanvas-mobile-menu .mobile-menu-wrap .offcanvas-menu ul li {
  width: 100%;
  float: left;
  position: relative;
}

#offcanvas-mobile-menu .mobile-menu-wrap .offcanvas-menu ul li a {
  padding: 15px 0px;
  width: 100%;
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
}

#offcanvas-mobile-menu .mobile-menu-wrap .offcanvas-menu ul li .mbnav__caret {
  position: absolute;
  top: 10px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.8em;
  height: 2.8em;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  #offcanvas-mobile-menu .mobile-menu-wrap .offcanvas-menu ul li .mbnav__caret {
    width: 1.8em;
    height: 1.8em;
  }
}

#offcanvas-mobile-menu .mobile-menu-wrap .offcanvas-menu ul li .mbnav__caret::before {
  content: "";
  position: absolute;
  right: 5px;
  color: #fff;
  border: 2px solid #040026;
  border-top: 0;
  border-right: 0;
  top: calc(50% - 15px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 3vw;
  width: 3vw;
  border-style: solid;
  border-color: #2b2b2b;
  border-width: 0px 1px 1px 0px;
}

@media screen and (min-width: 768px) {
  #offcanvas-mobile-menu .mobile-menu-wrap .offcanvas-menu ul li .mbnav__caret::before {
    height: 2vw;
    width: 2vw;
  }
}

#offcanvas-mobile-menu .mobile-menu-wrap .offcanvas-menu ul li.current_page_item a {
  color: #000;
}

#offcanvas-mobile-menu .mobile-menu-wrap .offcanvas-menu ul li ul {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

#offcanvas-mobile-menu .mobile-menu-wrap .offcanvas-menu ul li ul li a {
  font-weight: 400;
  font-size: 20px;
  padding: 10px 0px;
  color: #696969;
}

#offcanvas-mobile-menu .mobile-menu-wrap .offcanvas-menu ul li.is-open a {
  border-bottom: 0px;
}

#offcanvas-mobile-menu .mobile-menu-wrap .offcanvas-menu ul li.is-open > .mbnav__caret:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

#offcanvas-mobile-menu .mobile-menu-wrap .offcanvas-menu ul li.is-open ul {
  display: block;
  opacity: 1;
}

#offcanvas-mobile-menu .mobile-menu-wrap .offcanvas-menu ul li.is-open ul li a {
  border-bottom: 0px;
}

#offcanvas-mobile-menu .mobile-menu-wrap .offcanvas-menu ul li.is-open ul li:nth-last-child(1) a {
  border-bottom: 1px solid #2b2b2b;
  padding-bottom: 35px;
}

#offcanvas-mobile-menu .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #333;
  display: none;
}

@media screen and (max-width: 1279px) {
  #offcanvas-mobile-menu {
    display: block;
  }
}

.mini-cart-wrapper {
  width: 100%;
  height: calc(100vh - 100px);
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 9999;
  display: none;
  overflow: auto;
}

@media screen and (max-width: 1024px) {
  .mini-cart-wrapper {
    height: calc(100vh - 90px);
    top: 90px;
  }
}

.mini-cart-wrapper .mini-cart-inner-wrapper {
  width: 530px;
  max-width: calc(100vw - 40px);
  background: #fff;
  margin-left: auto;
  margin-right: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mini-cart-wrapper .mini-cart-inner-wrapper {
    width: 100%;
    max-width: 100vw;
  }
}

.mini-cart-wrapper .mini-cart-inner-wrapper .close-btn {
  position: absolute;
  left: 5px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 1;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .mini-cart-wrapper .mini-cart-inner-wrapper .close-btn {
    left: auto;
    right: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mini-cart-wrapper .mini-cart-inner-wrapper .close-btn {
    top: 10px;
  }
}

.mini-cart-wrapper .mini-cart-inner-wrapper .close-btn::before, .mini-cart-wrapper .mini-cart-inner-wrapper .close-btn::after {
  content: ' ';
  position: absolute;
  left: 15px;
  height: 20px;
  width: 2px;
  background-color: #2b2b2b;
}

.mini-cart-wrapper .mini-cart-inner-wrapper .close-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mini-cart-wrapper .mini-cart-inner-wrapper .close-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper {
  overflow: auto;
  max-height: 520px;
  position: relative;
  padding: 30px;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper {
    max-height: 430px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper {
    max-height: 560px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper {
    max-height: 800px;
  }
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper .mini-cart-title h3 {
  width: 100%;
  color: #2b2b2b;
  font-size: 40px;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper .mini-cart-title h3 {
    font-size: 20px;
  }
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul {
  padding: 0px;
  margin: 0px;
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #2b2b2b;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0;
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-left-content {
  padding-right: 10px;
  width: 25%;
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-left-content img {
  width: 150px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content {
  padding-left: 10px;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  width: 75%;
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content .title a {
  font-size: 22px;
  color: #2b2b2b;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 767px) {
  .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content .title a {
    font-size: 15px;
  }
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content .product-meta-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content .product-meta-wrapper .product-price-wrapper h5 {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: 24px;
  color: #2b2b2b;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content .product-meta-wrapper .product-price-wrapper h5 {
    font-size: 18px;
  }
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content .product-meta-wrapper .product-quantity-wrapper span {
  width: 35px;
  height: 32px;
  border: 1px solid #2b2b2b;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-indent: 10px;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content .product-meta-wrapper .product-quantity-wrapper input {
  width: 35px;
  height: 32px;
  border: 1px solid #2b2b2b;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-indent: 10px;
  padding: 0;
  margin: 0;
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content .product-meta-wrapper .product-remove-wrapper {
  color: #2B2B2B;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #2b2b2b;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content .product-meta-wrapper .product-remove-wrapper {
    font-size: 15px;
  }
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li:nth-last-child(1) {
  border-bottom: 2px solid #2b2b2b;
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-bottom-wrapper {
  background: #fff;
  width: 100%;
  padding: 30px 30px 50px 30px;
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-bottom-wrapper .total-mini-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-bottom-wrapper .total-mini-cart span {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: 24px;
  color: #2b2b2b;
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-bottom-wrapper .total-mini-cart a.button {
  margin: 30px 0 40px;
}

.mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-bottom-wrapper .total-mini-cart a.link {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  border-bottom: 1px solid #2b2b2b;
  line-height: 1;
}

body.show {
  overflow: hidden;
  position: relative;
  height: 100vh;
}

@media screen and (max-width: 1279px) {
  .blankdiv {
    height: 90px;
  }
}

@media (min-width: 1280px) and (max-width: 1370px) {
  .site-header .wrap {
    -ms-flex-wrap: initial !important;
        flex-wrap: initial !important;
  }
  .site-header .wrap .site-navigation .nav ul li a {
    padding: 15px 10px !important;
  }
  .site-header .wrap .social-media-wrapper li {
    margin-right: 10px;
  }
  .site-header .social-media-wrapper {
    -ms-flex-wrap: inherit !important;
        flex-wrap: inherit !important;
  }
}

/* Footer */
.site-footer {
  padding: 50px 0;
  width: 100%;
  float: left;
  border-top: 1px solid #e7e7e7;
  margin-top: 50px;
  font-size: 14px;
}

.site-footer .footer-wrapper {
  /* Footer - Navigation */
}

.site-footer .footer-wrapper .footer-logo {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 499px) {
  .site-footer .footer-wrapper .footer-logo {
    text-align: center;
  }
}

.site-footer .footer-wrapper .footer-logo img {
  height: 100px;
  width: auto;
}

@media screen and (max-width: 499px) {
  .site-footer .footer-wrapper .company-information {
    text-align: center;
    display: none;
  }
}

.site-footer .footer-wrapper .company-information h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.site-footer .footer-wrapper .company-information .reg-number, .site-footer .footer-wrapper .company-information .vat-number {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.site-footer .footer-wrapper .company-information .info-field {
  margin-bottom: 15px;
}

.site-footer .footer-wrapper .company-information .info-field span {
  font-weight: bold;
}

@media screen and (max-width: 499px) {
  .site-footer .footer-wrapper .footer-navigation {
    display: none;
  }
}

.site-footer .footer-wrapper .footer-navigation ul {
  padding: 0;
  margin: 0;
}

.site-footer .footer-wrapper .footer-navigation ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
}

.site-footer .footer-wrapper .footer-navigation ul li a {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  padding: 15px;
  color: #000;
}

.site-footer .after-footer {
  margin: 20px 0 0 0;
  width: 100%;
  float: left;
}

@media screen and (max-width: 499px) {
  .site-footer .after-footer {
    text-align: center;
  }
}

.site-footer .after-footer .left {
  float: left;
  display: inline-block;
}

@media screen and (max-width: 499px) {
  .site-footer .after-footer .left {
    float: none;
  }
}

.site-footer .after-footer .right {
  float: right;
  display: inline-block;
}

@media screen and (max-width: 499px) {
  .site-footer .after-footer .right {
    float: none;
  }
}

.site-footer .after-footer .designed-by img {
  height: 22px;
  width: auto;
  display: block;
}

@media screen and (max-width: 499px) {
  .site-footer .after-footer .designed-by img {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-wrapper .grid .grid__cell {
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-wrapper .footer-navigation .grid__cell:first-child {
    width: 100%;
  }
}

/* ABOUT PAGE */
.page-template-about .hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
}

.page-template-about .hero:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.page-template-about .hero:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
}

.page-template-about .hero .inner-wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  float: right;
  width: 40%;
  margin-right: 100px;
}

.page-template-about .hero .inner-wrap .inner-content {
  position: relative;
  padding: 40px;
}

.page-template-about .hero .inner-wrap .inner-content h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
  margin: 0 0 20px 0;
  font-family: 'Playfair Display', serif;
}

.page-template-about .hero .inner-wrap .inner-content p {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  margin: 0 0 20px 0;
}

.page-template-about .hero .inner-wrap .inner-content .shop-now-btn {
  color: #fff;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-template-about .page-contents {
  position: relative;
  width: 100%;
  float: left;
}

/* GENERAL PAGE */
.page-template-default .page_header {
  padding: 50px 0;
}

.page-template-default .page_header .page_title h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}

.woocommerce-order-received .woocommerce-order {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
  display: block;
  width: 100%;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: 'Playfair Display', serif;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details {
  display: block;
  width: 100%;
  padding: 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
  display: block;
  width: 100%;
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* HOMEPAGE */
.home {
  /* Home - News */
  /* IMAGE CAROUSEL */
  /* Feature Section One */
  /* Feature Section Two */
}

.home .hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 105px);
  float: left;
}

@media screen and (max-width: 499px) {
  .home .hero {
    height: calc(100vh - 60px);
  }
}

.home .hero .hero-slider {
  height: calc(100vh - 105px);
  width: 100%;
  position: relative;
}

@media screen and (max-width: 499px) {
  .home .hero .hero-slider {
    height: calc(100vh - 60px);
  }
}

.home .hero .hero-slider .slick-dots {
  bottom: 50px;
  position: absolute;
  z-index: 20;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
}

.home .hero .hero-slider .slick-dots li {
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
}

.home .hero .hero-slider .slick-dots li button {
  border: 0;
  height: 40px;
  width: 40px;
}

.home .hero .hero-slider .slick-dots li button:before {
  content: '';
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border-bottom: 2px solid #fff;
  opacity: 0.4;
}

.home .hero .hero-slider .slick-dots li.slick-active button:before {
  content: '';
  opacity: 1;
}

.home .hero .hero-slider .slide {
  height: calc(100vh - 105px);
  width: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 499px) {
  .home .hero .hero-slider .slide {
    padding: 0;
    height: calc(100vh - 60px);
  }
}

.home .hero .hero-slider .slide:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.home .hero .hero-slider .slide:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
}

.home .hero .inner-wrap {
  position: absolute;
  bottom: 25%;
  width: 100%;
  top: auto;
  margin: 0 auto;
}

@media screen and (max-width: 499px) {
  .home .hero .inner-wrap {
    bottom: 80px;
  }
}

.home .hero .inner-wrap .inner-content {
  position: relative;
  padding: 40px;
  text-align: center;
  width: 40%;
  margin: 0 auto;
  z-index: 5;
}

@media screen and (max-width: 499px) {
  .home .hero .inner-wrap .inner-content {
    width: 90%;
    padding: 20px;
  }
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .home .hero .inner-wrap .inner-content {
    width: 80%;
  }
}

@media screen and (min-width: 500px) and (max-width: 800px) {
  .home .hero .inner-wrap .inner-content {
    width: 80%;
  }
}

.home .hero .inner-wrap .inner-content h1 {
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  line-height: 54px;
  margin: 0 0 20px 0;
  font-family: 'Playfair Display', serif;
}

@media screen and (max-width: 499px) {
  .home .hero .inner-wrap .inner-content h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

.home .hero .inner-wrap .inner-content p {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  margin: 0 0 20px 0;
}

.home .hero .inner-wrap .inner-content .discover-btn {
  display: inline-block;
  color: #fff;
  background: transparent;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  padding: 15px;
  margin: 20px 0 0 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
}

@media screen and (max-width: 499px) {
  .home .hero .inner-wrap .inner-content .discover-btn {
    font-size: 14px;
  }
}

.home .hero.no-overlay .hero-slider .slide:before, .home .hero.no-overlay .hero-slider .slide:after {
  display: none;
}

.home .latest-news {
  width: 100%;
  float: left;
  padding: 50px 0 20px 0;
}

.home .latest-news .section_header {
  margin: 0 0 30px 0;
  text-align: center;
}

.home .latest-news .section_header h3 {
  color: #949494;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
}

.home .latest-news .section_header h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 70px 0;
  font-family: 'Playfair Display', serif;
}

@media screen and (max-width: 499px) {
  .home .latest-news .section_header h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 40px 0;
  }
}

.home .latest-news .section_header h2 span {
  display: block;
  width: 100%;
}

.home .latest-news .grid .single-news-item {
  position: relative;
  margin-bottom: 30px;
}

.home .latest-news .grid .single-news-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.home .latest-news .grid .single-news-item .inner {
  position: relative;
}

.home .latest-news .grid .single-news-item .inner .post_image {
  width: 100%;
  height: auto;
  display: block;
  background-color: #111;
  position: relative;
  float: left;
  margin: 0 0 30px 0;
}

.home .latest-news .grid .single-news-item .inner .post_image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
}

.home .latest-news .grid .single-news-item .inner .post_desc {
  margin-top: 30px;
}

@media screen and (max-width: 499px) {
  .home .latest-news .grid .single-news-item .inner .post_desc {
    margin: 0;
  }
}

.home .latest-news .grid .single-news-item .inner .post_desc .category-name span {
  color: #949494;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 14px;
}

.home .latest-news .grid .single-news-item .inner .post_desc .title h3 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  font-family: 'Playfair Display', serif;
}

@media screen and (max-width: 499px) {
  .home .latest-news .grid .single-news-item .inner .post_desc .title h3 {
    font-size: 22px;
    line-height: 26px;
  }
}

.home .image-carousel {
  width: 100%;
  float: left;
  position: relative;
}

.home .image-carousel .carousel-slider .slide {
  cursor: w-resize;
}

.home .feature-section-one {
  width: 100%;
  float: left;
  position: relative;
}

.home .feature-section-one .inner-wrap {
  padding: 150px 0;
}

@media screen and (max-width: 499px) {
  .home .feature-section-one .inner-wrap {
    padding: 50px 0;
  }
}

.home .feature-section-one .inner-wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}

@media screen and (max-width: 499px) {
  .home .feature-section-one .inner-wrap .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.home .feature-section-one .inner-wrap .text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.home .feature-section-one .inner-wrap .image-block {
  -webkit-box-flex: 1.3;
      -ms-flex: 1.3;
          flex: 1.3;
}

.home .feature-section-one .inner-wrap .text-block {
  width: 45%;
  display: inline-block;
  float: left;
  text-align: left;
  padding: 40px 140px 40px 0px;
}

@media screen and (max-width: 499px) {
  .home .feature-section-one .inner-wrap .text-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    padding: 40px 0;
  }
}

.home .feature-section-one .inner-wrap .text-block .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home .feature-section-one .inner-wrap .text-block .inner .subtitle {
  color: #949494;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
}

.home .feature-section-one .inner-wrap .text-block .inner .title h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  margin: 0 0 30px 0;
  color: #111;
  font-family: 'Playfair Display', serif;
}

.home .feature-section-one .inner-wrap .text-block .inner .description p {
  font-size: 15px;
  line-height: 30px;
  color: #767676;
}

.home .feature-section-one .inner-wrap .text-block .inner .description a {
  color: #222;
  border-bottom: 1px solid #222;
}

.home .feature-section-one .inner-wrap .text-block .inner .read-more a {
  color: #111;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #111;
  padding: 18px 50px;
  text-align: center;
  display: inline-block;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.home .feature-section-one .inner-wrap .text-block .inner .read-more a:hover {
  background: #111;
  border: 1px solid #111;
  color: #fff;
}

.home .feature-section-one .inner-wrap .image-block {
  width: 55%;
  float: left;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 499px) {
  .home .feature-section-one .inner-wrap .image-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

.home .feature-section-one .inner-wrap .image-block .vertical-image {
  width: 60%;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
}

.home .feature-section-one .inner-wrap .image-block .vertical-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: inherit;
  margin: 0;
  padding: 0;
}

.home .feature-section-one .inner-wrap .image-block .square-image {
  width: 60%;
  position: absolute;
  top: 25%;
  right: 0;
  z-index: 5;
}

.home .feature-section-one .inner-wrap .image-block .square-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: inherit;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  position: relative;
}

.home .feature-section-two {
  width: 100%;
  float: left;
  position: relative;
}

.home .feature-section-two .inner-wrap {
  padding: 50px 0 150px 0;
}

@media screen and (max-width: 499px) {
  .home .feature-section-two .inner-wrap {
    padding: 50px 0;
  }
}

.home .feature-section-two .inner-wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}

@media screen and (max-width: 499px) {
  .home .feature-section-two .inner-wrap .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.home .feature-section-two .inner-wrap .text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.home .feature-section-two .inner-wrap .image-block {
  -webkit-box-flex: 1.3;
      -ms-flex: 1.3;
          flex: 1.3;
}

.home .feature-section-two .inner-wrap .text-block {
  width: 45%;
  display: inline-block;
  float: left;
  text-align: left;
  padding: 40px 0px 40px 140px;
}

@media screen and (max-width: 499px) {
  .home .feature-section-two .inner-wrap .text-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 40px 0;
  }
}

.home .feature-section-two .inner-wrap .text-block .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home .feature-section-two .inner-wrap .text-block .inner .subtitle {
  color: #949494;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
}

.home .feature-section-two .inner-wrap .text-block .inner .title h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  margin: 0 0 30px 0;
  color: #111;
  font-family: 'Playfair Display', serif;
}

.home .feature-section-two .inner-wrap .text-block .inner .description p {
  font-size: 15px;
  line-height: 30px;
  color: #767676;
}

.home .feature-section-two .inner-wrap .text-block .inner .description a {
  color: #222;
  border-bottom: 1px solid #222;
}

.home .feature-section-two .inner-wrap .text-block .inner .read-more a {
  color: #111;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #111;
  padding: 18px 50px;
  text-align: center;
  display: inline-block;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.home .feature-section-two .inner-wrap .text-block .inner .read-more a:hover {
  background: #111;
  border: 1px solid #111;
  color: #fff;
}

.home .feature-section-two .inner-wrap .image-block {
  width: 55%;
  float: left;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 499px) {
  .home .feature-section-two .inner-wrap .image-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.home .feature-section-two .inner-wrap .image-block .horizontal-image {
  width: 100%;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
}

.home .feature-section-two .inner-wrap .image-block .horizontal-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: inherit;
  margin: 0;
  padding: 0;
}

/* News / Blog */
.page-template-blog .latest-news {
  width: 100%;
  float: left;
  padding: 50px 0 20px 0;
}

@media screen and (max-width: 499px) {
  .page-template-blog .latest-news {
    padding: 20px 0 20px 0;
  }
}

.page-template-blog .latest-news .section_header {
  margin: 0 0 30px 0;
  text-align: center;
}

.page-template-blog .latest-news .section_header h3 {
  color: #949494;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
}

.page-template-blog .latest-news .section_header h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 70px 0;
  font-family: 'Playfair Display', serif;
}

@media screen and (max-width: 499px) {
  .page-template-blog .latest-news .section_header h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 40px 0;
  }
}

.page-template-blog .latest-news .section_header h2 span {
  display: block;
  width: 100%;
}

.page-template-blog .latest-news .grid .single-news-item {
  position: relative;
  margin-bottom: 30px;
}

.page-template-blog .latest-news .grid .single-news-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.page-template-blog .latest-news .grid .single-news-item .inner {
  position: relative;
}

.page-template-blog .latest-news .grid .single-news-item .inner .post_image {
  width: 100%;
  height: auto;
  display: block;
  background-color: #111;
  position: relative;
  float: left;
  margin: 0 0 30px 0;
}

.page-template-blog .latest-news .grid .single-news-item .inner .post_image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
}

.page-template-blog .latest-news .grid .single-news-item .inner .post_desc {
  margin-top: 30px;
}

@media screen and (max-width: 499px) {
  .page-template-blog .latest-news .grid .single-news-item .inner .post_desc {
    margin: 0;
  }
}

.page-template-blog .latest-news .grid .single-news-item .inner .post_desc .category-name span {
  color: #949494;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 14px;
}

.page-template-blog .latest-news .grid .single-news-item .inner .post_desc .title h3 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  font-family: 'Playfair Display', serif;
}

@media screen and (max-width: 499px) {
  .page-template-blog .latest-news .grid .single-news-item .inner .post_desc .title h3 {
    font-size: 22px;
    line-height: 26px;
  }
}

/* PAGINATION */
.adamley-pagination {
  width: 100%;
  display: block;
  text-align: center;
  margin: 40px 0;
  font-size: 15px;
}

.adamley-pagination .page-numbers {
  color: #333;
  padding: 10px 15px;
  text-align: center;
}

.adamley-pagination .page-numbers.current {
  background: #111;
  color: #fff;
}

/* CONATCT PAGE */
.page-template-contact .map-wrapper {
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
}

.page-template-contact .map-wrapper .maps {
  position: relative;
  width: 100%;
  height: 600px;
  float: left;
}

.page-template-contact .map-wrapper .maps iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-template-contact .contact-form-area {
  position: relative;
  width: 100%;
  float: left;
  padding: 100px 0px;
}

.page-template-contact .contact-form-area .contact-details {
  padding: 0 80px 0 0;
}

.page-template-contact .contact-form-area .contact-details .contact-field {
  margin: 0 0 20px 0;
  display: block;
  font-size: 15px;
  line-height: 30px;
}

.page-template-contact .contact-form-area .contact-details .contact-field p {
  font-size: 15px;
  line-height: 30px;
}

.page-template-contact .contact-form-area .contact-details .contact-field h3 {
  margin: 0 0 30px 0;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 700;
}

.page-template-contact .contact-form-area .contact-details .contact-field span {
  font-weight: bold;
  margin-right: 10px;
}

.page-template-contact .contact-form-area .contact-details .extra-fields {
  margin: 50px 0 0 0;
  border-top: 1px solid #e7e7e7;
  padding: 50px 0 0 0;
}

.page-template-contact .contact-form-area .contact-details .extra-fields h4 {
  margin: 0 0 20px 0;
}

.page-template-contact .contact-form-area .contact-details .extra-fields .contact-field {
  margin: 0 0 10px 0;
  padding: 0;
  display: inline-block;
}

.page-template-contact .contact-form-area .contact-details .extra-fields .contact-field span {
  font-weight: bold;
  margin-right: 10px;
}

.page-template-contact .contact-form-area .contact-form input[type="text"], .page-template-contact .contact-form-area .contact-form input[type="email"], .page-template-contact .contact-form-area .contact-form input[type="tel"], .page-template-contact .contact-form-area .contact-form textarea {
  width: 100%;
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 15px;
  font-size: 16px;
  color: #111;
  border: 1px solid #e7e7e7;
}

.page-template-contact .contact-form-area .contact-form input[type="text"]::-webkit-input-placeholder, .page-template-contact .contact-form-area .contact-form input[type="email"]::-webkit-input-placeholder, .page-template-contact .contact-form-area .contact-form input[type="tel"]::-webkit-input-placeholder, .page-template-contact .contact-form-area .contact-form textarea::-webkit-input-placeholder {
  font-size: 18px;
}

.page-template-contact .contact-form-area .contact-form input[type="text"]:-ms-input-placeholder, .page-template-contact .contact-form-area .contact-form input[type="email"]:-ms-input-placeholder, .page-template-contact .contact-form-area .contact-form input[type="tel"]:-ms-input-placeholder, .page-template-contact .contact-form-area .contact-form textarea:-ms-input-placeholder {
  font-size: 18px;
}

.page-template-contact .contact-form-area .contact-form input[type="text"]::-ms-input-placeholder, .page-template-contact .contact-form-area .contact-form input[type="email"]::-ms-input-placeholder, .page-template-contact .contact-form-area .contact-form input[type="tel"]::-ms-input-placeholder, .page-template-contact .contact-form-area .contact-form textarea::-ms-input-placeholder {
  font-size: 18px;
}

.page-template-contact .contact-form-area .contact-form input[type="text"]::placeholder, .page-template-contact .contact-form-area .contact-form input[type="email"]::placeholder, .page-template-contact .contact-form-area .contact-form input[type="tel"]::placeholder, .page-template-contact .contact-form-area .contact-form textarea::placeholder {
  font-size: 18px;
}

.page-template-contact .contact-form-area .contact-form textarea {
  resize: vertical;
}

.page-template-contact .contact-form-area .contact-form .wpcf7-submit, .page-template-contact .contact-form-area .contact-form input[type="submit"] {
  padding: 20px 50px;
  border: 0;
  border-radius: 0;
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  min-width: 200px;
  cursor: pointer;
}

.page-template-contact .contact-form-area .contact-form .wpcf7-submit:hover, .page-template-contact .contact-form-area .contact-form input[type="submit"]:hover {
  background: #222;
}

/* SINGLE BLOG POST */
.single-post .hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 105px);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
}

@media screen and (max-width: 499px) {
  .single-post .hero {
    height: calc(100vh - 60px);
  }
}

.single-post .hero:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.single-post .hero:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 350px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
  /* IE6-9 */
}

.single-post .hero .hero-title {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 40px;
  left: 0;
}

.single-post .hero .hero-title .title-wrap {
  color: #fff;
  position: relative;
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-post .hero .hero-title .title-wrap .post-date {
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
  margin-right: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  text-align: center;
}

.single-post .hero .hero-title .title-wrap .post-date div {
  width: 100%;
  display: block;
  float: left;
}

.single-post .hero .hero-title .title-wrap .post-date .day {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.single-post .hero .hero-title .title-wrap .post-date .month {
  font-size: 14px;
  line-height: 18px;
}

.single-post .hero .hero-title .title-wrap .post-date .year {
  font-size: 14px;
  line-height: 18px;
}

.single-post .hero .hero-title .title-wrap .post-title {
  display: inline-block;
  float: left;
  word-break: break-word;
}

.single-post .hero .hero-title .title-wrap .post-title h1 {
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
  padding: 0;
  font-family: 'Playfair Display', serif;
}

.single-post .article-wrap {
  width: 100%;
  float: left;
  padding: 120px 0;
}

@media screen and (max-width: 499px) {
  .single-post .article-wrap {
    padding: 50px 0;
  }
}

.single-post .article-wrap .post-container {
  max-width: 960px;
  padding: 0 30px;
  margin: 0 auto;
}

.single-post .article-wrap .post-container h2 {
  color: #222;
}

.single-post .article-wrap .post-container p {
  font-size: 18px;
  line-height: 28px;
  color: #222;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 30px 0;
}

.single-post .article-wrap .post-container blockquote {
  margin: 80px 40px;
}

@media screen and (max-width: 499px) {
  .single-post .article-wrap .post-container blockquote {
    margin: 40px 20px;
  }
}

.single-post .article-wrap .post-container blockquote p {
  font-size: 30px;
  line-height: 44px;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  color: #111;
}

@media screen and (max-width: 499px) {
  .single-post .article-wrap .post-container blockquote p {
    font-size: 24px;
    line-height: 28px;
  }
}

.woocommerce .hero-banner .banner-title {
  letter-spacing: 3.6px;
  color: #2b2b2b;
  margin-bottom: 0;
  text-transform: uppercase;
}

.woocommerce .hero-banner .banner-sub-title {
  color: #2b2b2b;
  font-family: "Playfair Display", serif;
  font-size: 2.4em;
  margin: 0.2em 0;
  font-weight: normal;
}

.woocommerce .hero-banner .banner-left-content-wrap {
  width: 75%;
  padding-left: 15%;
}

@media screen and (max-width: 767px) {
  .woocommerce .hero-banner .banner-left-content-wrap {
    width: 100%;
    padding: 20px 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .woocommerce .hero-banner .banner-left-content-wrap {
    width: 100%;
    padding: 40px 60px;
  }
}

/* hero banner */
@media screen and (max-width: 767px) {
  .hero-banner-inner-content .custom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.hero-banner-inner-content .banner-title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 3.6px;
  color: #2b2b2b;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 0px;
}

.hero-banner-inner-content .banner-sub-title {
  color: #2b2b2b;
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  line-height: 1;
  margin: 0.2em 0;
  font-weight: normal;
}

.hero-banner-inner-content .banner-left-content-wrap {
  padding: 60px 20px;
  max-width: 450px;
  margin: auto;
}

.hero-banner-inner-content .banner-left-content-wrap p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6;
  color: #2b2b2b;
}

.hero-banner-inner-content .right-content img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .hero-banner-inner-content .right-content img {
    height: 232px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* our product range  */
.category-block,
.other-section {
  padding: 60px 0 110px;
}

@media screen and (max-width: 767px) {
  .category-block,
  .other-section {
    padding: 40px 0 60px;
  }
}

.category-block .categrory-block-title,
.other-section .categrory-block-title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 30px 0;
  color: #111;
  font-family: "Playfair Display", serif;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .category-block .categrory-block-title,
  .other-section .categrory-block-title {
    font-size: 2rem;
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .category-block .categrory-block-title,
  .other-section .categrory-block-title {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
}

.category-block .categrory-block-item-wrap,
.other-section .categrory-block-item-wrap {
  padding-top: 1em;
  width: 100%;
}

.category-block .categrory-block-item-wrap [class*="cell-"],
.other-section .categrory-block-item-wrap [class*="cell-"] {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .category-block .categrory-block-item-wrap [class*="cell-"],
  .other-section .categrory-block-item-wrap [class*="cell-"] {
    margin-bottom: 12px;
    padding: 0 30px;
  }
}

.category-block .categrory-block-item-wrap .category-link-btn,
.other-section .categrory-block-item-wrap .category-link-btn {
  display: block;
  height: 100%;
  position: relative;
}

.category-block .categrory-block-item-wrap .categrory-block-item,
.other-section .categrory-block-item-wrap .categrory-block-item {
  position: relative;
  height: 300px;
}

.category-block .categrory-block-item-wrap .categrory-block-item .category-title,
.other-section .categrory-block-item-wrap .categrory-block-item .category-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 100%;
}

.category-block .categrory-block-item-wrap .categrory-block-item .category-title h4,
.other-section .categrory-block-item-wrap .categrory-block-item .category-title h4 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 3.75rem;
  font-weight: 500;
}

@media screen and (max-width: 1279px) {
  .category-block .categrory-block-item-wrap .categrory-block-item .category-title h4,
  .other-section .categrory-block-item-wrap .categrory-block-item .category-title h4 {
    font-size: 2.75rem;
  }
}

.category-block .categrory-block-item-wrap .categrory-block-item .category-link,
.other-section .categrory-block-item-wrap .categrory-block-item .category-link {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 142px;
  text-align: center;
  bottom: 0;
  padding: 0.8em 1.8em;
  color: #fff;
  background-color: #2b2b2b;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.category-block .categrory-block-item-wrap .categrory-block-item .category-image,
.other-section .categrory-block-item-wrap .categrory-block-item .category-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.category-block .categrory-block-item-wrap .categrory-block-item:hover img,
.other-section .categrory-block-item-wrap .categrory-block-item:hover img {
  -webkit-transform: scaleY(1.1);
          transform: scaleY(1.1);
}

@media screen and (max-width: 767px) {
  .category-block .categrory-block-item-wrap .categrory-block-item:hover img,
  .other-section .categrory-block-item-wrap .categrory-block-item:hover img {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.category-block .categrory-block-item-wrap .categrory-block-item:hover .category-link,
.other-section .categrory-block-item-wrap .categrory-block-item:hover .category-link {
  bottom: -5%;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

@media screen and (max-width: 767px) {
  .category-block .categrory-block-item-wrap .categrory-block-item:hover .category-link,
  .other-section .categrory-block-item-wrap .categrory-block-item:hover .category-link {
    bottom: 0;
  }
}

/* fifty fifty left image with content */
.shop-left-image-content-section {
  padding: 40px 0;
  background-color: #fffbf5;
}

@media screen and (max-width: 767px) {
  .shop-left-image-content-section .custom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .shop-left-image-content-section .custom-row [class*="cell-"] {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.shop-left-image-content-section .shop-left-image-title {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 30px 0;
  color: #111;
  font-family: "Playfair Display", serif;
}

@media screen and (max-width: 767px) {
  .shop-left-image-content-section .shop-left-image-title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px 0;
  }
}

.shop-left-image-content-section .shop-left-inner-image {
  position: absolute;
  left: -100px;
  padding-top: 5%;
  padding-left: 5%;
  bottom: 72px;
}

@media screen and (max-width: 1024px) {
  .shop-left-image-content-section .shop-left-inner-image {
    left: 0px;
    bottom: -50px;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .shop-left-image-content-section .shop-left-inner-image {
    left: 50px;
    bottom: -40px;
    max-width: 225px;
    padding: 0;
  }
}

.shop-left-image-content-section .left-content {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  position: relative;
}

@media screen and (max-width: 767px) {
  .shop-left-image-content-section .left-content {
    -webkit-transform: translateY(12%);
            transform: translateY(12%);
  }
}

.shop-left-image-content-section .right-content-wrap {
  padding-left: 10%;
  max-width: 530px;
}

@media screen and (max-width: 767px) {
  .shop-left-image-content-section .right-content-wrap {
    padding-right: 0%;
    padding-left: 0%;
  }
}

.shop-left-image-content-section .right-content-wrap p {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .shop-left-image-content-section .right-content-wrap p {
    font-size: 16px;
    line-height: 26px;
  }
}

/* fifty fifty right image with content */
.shop-right-image-content-section {
  padding: 10em 0;
}

@media screen and (max-width: 800px) {
  .shop-right-image-content-section {
    padding: 4em 0 2em 0;
  }
}

@media screen and (max-width: 767px) {
  .shop-right-image-content-section .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .shop-right-image-content-section .left-content {
    margin-bottom: 30px;
  }
}

.shop-right-image-content-section .shop-right-image-title {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 30px 0;
  color: #2b2b2b;
  font-family: "Playfair Display", serif;
}

@media screen and (max-width: 767px) {
  .shop-right-image-content-section .shop-right-image-title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px 0;
  }
}

.shop-right-image-content-section .left-content-wrap {
  padding-right: 10%;
  max-width: 530px;
}

@media screen and (max-width: 767px) {
  .shop-right-image-content-section .left-content-wrap {
    padding-right: 0;
    max-width: 100%;
  }
}

.shop-right-image-content-section .left-content-wrap p {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .shop-right-image-content-section .left-content-wrap p {
    font-size: 16px;
    line-height: 26px;
  }
}

.other-section {
  padding: 5em 0;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .other-section {
    padding: 5em 20px;
  }
}

@media screen and (max-width: 767px) {
  .other-section {
    padding: 5em 20px 2em 20px;
  }
}

@media screen and (max-width: 1024px) {
  .other-section .categrory-block-item-wrap [class*="cell-"] {
    padding: 0 8px;
  }
}

@media screen and (max-width: 1024px) {
  .other-section .categrory-block-item-wrap [class*="cell-"] .categrory-block-item {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .other-section .categrory-block-item-wrap [class*="cell-"] .categrory-block-item {
    height: 150px;
  }
}

@media screen and (max-width: 1024px) {
  .other-section .categrory-block-item-wrap [class*="cell-"] .categrory-block-item .category-title h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .other-section .categrory-block-item-wrap [class*="cell-"] .categrory-block-item .category-link {
    padding: 5px 10px;
    width: 70px;
    margin: auto;
    left: 0;
    right: 0;
  }
}

.other-section .other-section-title {
  margin: 0 0 1.8em 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .other-section .other-section-title {
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 1024px) {
  .other-section .other-section-title {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
}

/* product listing css */
.product-listing-wrapper .pagination .load-more-btn {
  margin-top: 45px;
  display: inline-block;
  max-width: 114px;
  width: 100%;
}

.woo-product-listing .column-wrapper {
  margin-bottom: 20px;
}

.woo-product-listing .column-wrapper .category-block-inner .category-block-inner-img {
  height: auto;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .woo-product-listing .column-wrapper .category-block-inner .category-block-inner-img {
    height: auto;
  }
}

.woo-product-listing .column-wrapper .category-block-inner .category-block-inner-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.woo-product-listing .column-wrapper .category-block-inner .category-block-inner-img a {
  display: block;
  height: 100%;
}

.woo-product-listing .column-wrapper .category-block-inner .category-block-inner-title {
  padding: 20px 0;
}

.woo-product-listing .column-wrapper .category-block-inner .category-block-inner-title a.button {
  max-width: 114px;
  width: 100%;
  text-align: center;
  padding: 6px 15px;
}

.woo-product-listing .column-wrapper .category-block-inner .category-block-inner-title h4 {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 800px) {
  .woo-product-listing .column-wrapper .category-block-inner .category-block-inner-title h4 {
    font-size: 15px;
  }
}

.woo-product-listing .column-wrapper .category-block-inner .category-block-inner-title .woocommerce-product-details__short-description {
  display: none;
}

.woo-product-listing .column-wrapper .category-block-inner .category-block-inner-title .meta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woo-product-listing .column-wrapper .category-block-inner .category-block-inner-title .meta-wrapper-price {
  display: block;
  font-size: 2.25rem;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .woo-product-listing .column-wrapper .category-block-inner .category-block-inner-title .meta-wrapper-price {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 800px) {
  .woo-product-listing .column-wrapper .category-block-inner .category-block-inner-title .meta-wrapper-price {
    font-size: 18px;
  }
}

@media screen and (max-width: 800px) {
  .woo-product-listing .column-wrapper .category-block-inner .category-block-inner-title .meta-wrapper a {
    font-size: 14px;
    max-width: 78px;
  }
}

.woo-product-listing .column-wrapper .category-block-inner .category-block-inner-title .meta-wrapper .color-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .woo-product-listing .column-wrapper .category-block-inner .category-block-inner-title .meta-wrapper .color-part {
    width: 100%;
    margin-bottom: 10px;
  }
}

.woo-product-listing .column-wrapper .category-block-inner .category-block-inner-title .meta-wrapper .color-part span {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin-right: 5px;
  border: 1px solid transparent;
}

.woo-product-listing .column-wrapper .category-block-inner .category-block-inner-title .meta-wrapper .color-part span:first-child {
  border: 2px solid #000;
}

.woo-product-listing .column-wrapper .category-block-inner .category-block-inner-title .meta-wrapper-color {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woo-product-listing .column-wrapper .category-block-inner .category-block-inner-title .meta-wrapper-color .meta-wrapper-price {
  width: 100%;
  margin-top: -10px;
  margin-bottom: 10px;
}

.woo-product-listing .column-wrapper .category-block-inner .category-block-inner-img:hover a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  overflow: hidden;
}

/* category page filter css */
.product-listing-main-wrapper .no-products {
  margin-top: 50px;
}

.product-listing-main-wrapper .no-products h2 {
  letter-spacing: 3.6px;
  color: #2b2b2b;
  margin-bottom: 0;
  text-transform: uppercase;
}

.product-listing-main-wrapper .ajax-loading {
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

.product-listing-main-wrapper .ajax-loading span {
  background-image: url(../images/ajax-loader.gif);
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: auto;
}

.product-listing-main-wrapper .product-title-wrapper .title h2 {
  font-size: 40px;
  color: #2b2b2b;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .product-listing-main-wrapper .product-title-wrapper .title h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper h2 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper h2 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 1024px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .filter-wrapper .select2-container {
    width: 100% !important;
    z-index: 9 !important;
  }
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .filter-wrapper .select2-container .select2-selection {
  height: 58px;
  border-radius: 0;
  border-color: #2b2b2b;
}

@media screen and (max-width: 499px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .filter-wrapper .select2-container .select2-selection {
    height: 48px;
  }
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .filter-wrapper .select2-container .select2-selection .select2-selection__rendered {
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  font-family: "Playfair Display", serif;
  color: #2b2b2b;
  font-weight: 500;
  padding-left: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 499px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .filter-wrapper .select2-container .select2-selection .select2-selection__rendered {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
  }
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .filter-wrapper .select2-selection__arrow b {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.7vw !important;
  width: 0.7vw !important;
  border-style: solid !important;
  border-color: #2b2b2b !important;
  border-width: 0px 1px 1px 0px !important;
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
  -webkit-transition: border-width 150ms ease-in-out !important;
  transition: border-width 150ms ease-in-out !important;
  left: auto !important;
  right: 15px;
  margin-left: 0 !important;
  margin-top: 0 !important;
  top: 70% !important;
}

@media screen and (max-width: 1024px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .filter-wrapper .select2-selection__arrow b {
    height: 2vw !important;
    width: 2vw !important;
    top: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .filter-wrapper .select2-selection__arrow b {
    height: 3vw !important;
    width: 3vw !important;
  }
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .filter-wrapper .variation-dropdown-wrapper {
  position: relative;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .filter-wrapper .variation-dropdown-wrapper {
    width: 100%;
  }
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .filter-wrapper .variation-dropdown-wrapper .dropbtn {
  color: #2b2b2b;
  background-color: #ffffff;
  text-decoration: none;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  display: block;
  padding: 14px 45px 14px 15px;
  line-height: 1.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #2b2b2b;
  width: 230px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}

@media screen and (max-width: 499px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .filter-wrapper .variation-dropdown-wrapper .dropbtn {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .filter-wrapper .variation-dropdown-wrapper .dropbtn {
    width: 100%;
  }
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .filter-wrapper .variation-dropdown-wrapper .dropbtn::after {
  content: "";
  position: absolute;
  right: 20px;
  color: #fff;
  border: 2px solid #040026;
  border-top: 0;
  border-right: 0;
  top: calc(50% - 15px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 0.7vw;
  width: 0.7vw;
  border-style: solid;
  border-color: #2b2b2b;
  border-width: 0px 1px 1px 0px;
}

@media screen and (max-width: 1024px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .filter-wrapper .variation-dropdown-wrapper .dropbtn::after {
    height: 2vw;
    width: 2vw;
    top: calc(50% - 2vw);
  }
}

@media screen and (max-width: 767px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .filter-wrapper .variation-dropdown-wrapper .dropbtn::after {
    height: 3vw;
    width: 3vw;
    top: calc(50% - 3vw);
  }
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .variation-main-wrapper {
  display: none;
  position: absolute;
  top: 57px;
  z-index: 10;
  left: -100%;
  right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .variation-main-wrapper {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .variation-main-wrapper {
    left: -20px;
    top: 75px;
  }
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .variation-main-wrapper .variation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 460px;
  background: #fff;
  border: 1px solid #2b2b2b;
  padding: 25px 35px;
}

@media screen and (max-width: 767px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .variation-main-wrapper .variation-wrapper {
    width: 100vw;
    background: #f5f5f5;
    border-left: 0;
    border-right: 0;
  }
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .variation-main-wrapper .variation-wrapper .variation-color-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .variation-main-wrapper .variation-wrapper .variation-color-wrapper .color-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .variation-main-wrapper .variation-wrapper .variation-pattern-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .variation-main-wrapper .variation-wrapper .variation-pattern-wrapper .pattern-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .variation-main-wrapper .variation-wrapper label {
  font-size: 20px;
  color: #2b2b2b;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 499px) {
  .product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .variation-main-wrapper .variation-wrapper label {
    font-size: 16px;
  }
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .variation-main-wrapper .variation-wrapper .variation-color-wrapper {
  padding-right: 50px;
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .variation-main-wrapper .variation-wrapper .variation-color-wrapper .variation-title span {
  font-size: 20px;
  color: #2b2b2b;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .variation-main-wrapper .variation-wrapper .variation-pattern-wrapper .variation-title span {
  font-size: 20px;
  color: #2b2b2b;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.product-listing-main-wrapper .product-title-wrapper .filter-main-wrapper .variation-main-wrapper .variation-wrapper .variation-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

/* cart page css */
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
  padding: 15px;
  background-color: rgba(48, 49, 51, 0.05);
  border-radius: 3px;
  color: #303133;
  list-style-type: none !important;
  margin-bottom: 36px;
  width: 50%;
  margin: 40px auto 0;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error {
  background-color: rgba(255, 49, 0, 0.05);
  border-radius: 3px;
  color: #ff3100;
  list-style-type: none !important;
  margin-bottom: 36px;
  padding: 15px;
  width: 50%;
  margin: 40px auto 0;
}

.cart-main-wrapper {
  padding: 72px 36px 72px 36px;
}

.cart-main-wrapper .shop_table.cart {
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-top-width: 1px;
  border-top-style: solid;
  empty-cells: show;
  border: 1px solid;
  margin: 18px 0px 0px 0px;
  border-spacing: 0;
  padding: 0px 20px;
}

.cart-main-wrapper .shop_table.cart tr .product-remove {
  width: 10px;
  padding-right: 0;
}

.cart-main-wrapper .shop_table.cart tr .product-thumbnail {
  padding: 27px 18px 27px 18px;
  text-align: center !important;
}

.cart-main-wrapper .shop_table.cart tr .product-thumbnail a img {
  width: 72px;
  min-width: 72px;
  vertical-align: middle;
  height: auto;
  border-radius: 2px;
}

.cart-main-wrapper .shop_table.cart tr .product-quantity input {
  width: 45px;
  height: 45px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  text-align: center;
  margin: 0;
  border-radius: 0;
  text-indent: 15px;
  line-height: 1;
  border: 1px solid #2b2b2b;
}

.cart-main-wrapper .shop_table.cart .actions {
  position: relative;
}

.cart-main-wrapper .shop_table.cart .actions .coupon {
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cart-main-wrapper .shop_table.cart .actions .coupon label {
  margin-right: 20px;
  margin-top: 10px;
}

.cart-main-wrapper .shop_table.cart .actions .coupon input {
  width: 220px;
  margin-right: 20px;
}

.cart-main-wrapper .shop_table.cart .actions button[name="update_cart"] {
  float: right;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cart-main-wrapper .cart-collaterals {
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-top-width: 1px;
  border-top-style: solid;
  empty-cells: show;
  border: 1px solid;
  margin: 18px 0px 0px 0px;
  border-spacing: 0;
  padding: 20px;
}

.cart-main-wrapper .cart-collaterals .shop_table {
  width: 100%;
  margin-bottom: 20px;
}

.cart-main-wrapper .cart-collaterals .shop_table td {
  text-align: right;
}

.cart-main-wrapper .cart-collaterals .shop_table td a {
  display: inline-block;
}

.cart-main-wrapper .cart-collaterals .shop_table .order-total th,
.cart-main-wrapper .cart-collaterals .shop_table .order-total td {
  border-bottom: 1px solid #2b2b2b;
}

.cart-main-wrapper .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}

/* cart sidebar css */
/* cart icon header */
.vi-wcaio-sidebar-cart-wrap .vi-wcaio-sidebar-cart-overlay {
  position: relative;
}

.vi-wcaio-sidebar-cart-wrap.vi-wcaio-sidebar-cart-wrap-init .vi-wcaio-sidebar-cart-pd-name-wrap a {
  font-size: 24px;
  color: #2b2b2b !important;
  font-family: "Playfair Display", serif;
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  .vi-wcaio-sidebar-cart-wrap.vi-wcaio-sidebar-cart-wrap-init .vi-wcaio-sidebar-cart-pd-name-wrap a {
    font-size: 15px;
  }
}

.vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-header-wrap .vi-wcaio-sidebar-cart-header-title-wrap {
  width: 100% !important;
  color: #2b2b2b;
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  text-align: center;
}

.vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-products .vi-wcaio-sidebar-cart-pd-desc .vi-wcaio-sidebar-cart-pd-quantity {
  margin-bottom: 0px;
}

.vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-products .vi-wcaio-sidebar-cart-pd-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #2b2b2b;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0;
}

.vi-wcaio-sidebar-cart .vi-wcaio-sidebar-cart-products .vi-wcaio-sidebar-cart-pd-wrap:nth-last-child(1) {
  border-bottom: 2px solid #2b2b2b;
}

.vi-wcaio-sidebar-cart-close-wrap {
  right: auto !important;
  left: 15px;
}

@media screen and (max-width: 800px) {
  .vi-wcaio-sidebar-cart-close-wrap {
    left: auto;
    right: 35px !important;
  }
}

@media screen and (max-width: 800px) {
  .vi-wcaio-sidebar-cart-close-wrap i::before {
    font-size: 22px;
  }
}

.vi-wcaio-sidebar-cart-footer.vi-wcaio-sidebar-cart-footer-products a.continue-shopping {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-top: 40px;
  border-bottom: 1px solid #2b2b2b;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .vi-wcaio-sidebar-cart-2 .vi-wcaio-sidebar-cart-content-wrap {
    height: 89vh;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 100%;
  }
}

.vi-wcaio-sidebar-cart-2 .vi-wcaio-sidebar-cart-content-wrap > div {
  border: none;
}

@media screen and (max-width: 767px) {
  .vi-wcaio-sidebar-cart-2 .vi-wcaio-sidebar-cart-content-wrap.vi-wcaio-sidebar-cart-content-open {
    position: relative;
  }
}

.vi-wcaio-sidebar-cart-products .vi-wcaio-sidebar-cart-pd-img-wrap {
  width: 35% !important;
}

.vi-wcaio-sidebar-cart-products .vi-wcaio-sidebar-cart-pd-img-wrap img {
  width: 120px !important;
  height: 120px !important;
}

.vi-wcaio-sidebar-cart-pd-info-wrap {
  width: 65% !important;
}

@media screen and (max-width: 800px) {
  .vi-wcaio-sidebar-cart-pd-info-wrap {
    padding-left: 15px !important;
  }
}

.vi-wcaio-sidebar-cart-pd-info-wrap .vi-wcaio-sidebar-cart-pd-desc .vi-wcaio-sidebar-cart-pd-quantity {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.vi-wcaio-sidebar-cart-pd-info-wrap .vi-wcaio-sidebar-cart-pd-desc .vi-wcaio-sidebar-cart-pd-quantity span.vi_wcaio_change_qty {
  display: none;
}

.vi-wcaio-sidebar-cart-pd-info-wrap .vi-wcaio-sidebar-cart-pd-desc .vi-wcaio-sidebar-cart-pd-price {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.vi-wcaio-sidebar-cart-pd-info-wrap .vi-wcaio-sidebar-cart-pd-desc .vi-wcaio-sidebar-cart-pd-price .woocommerce-Price-amount.amount {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 24px;
  color: #2b2b2b;
}

@media screen and (max-width: 800px) {
  .vi-wcaio-sidebar-cart-pd-info-wrap .vi-wcaio-sidebar-cart-pd-desc .vi-wcaio-sidebar-cart-pd-price .woocommerce-Price-amount.amount {
    font-size: 18px;
  }
}

.vi-wcaio-sidebar-cart-pd-info-wrap .vi-wcaio-sidebar-cart-pd-desc .vi-wcaio-sidebar-cart-pd-remove {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: #2b2b2b;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #2b2b2b;
  line-height: 1;
}

.vi-wcaio-sidebar-cart-pd-info-wrap .vi-wcaio-sidebar-cart-pd-desc .vi-wcaio-sidebar-cart-pd-remove-wrap a {
  font-size: 20px;
  text-decoration: underline;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

body .vi-wcaio-sidebar-cart-products .vi-wcaio-sidebar-cart-pd-desc .vi_wcaio_qty {
  width: 32px;
  height: 32px;
  border: 1px solid #2b2b2b !important;
  font-size: 15px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.vi-wcaio-sidebar-cart-footer-wrap .vi-wcaio-sidebar-cart-footer.vi-wcaio-sidebar-cart-footer-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vi-wcaio-sidebar-cart-footer-wrap .vi-wcaio-sidebar-cart-footer.vi-wcaio-sidebar-cart-footer-products .vi-wcaio-sidebar-cart-footer-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vi-wcaio-sidebar-cart-footer-wrap .vi-wcaio-sidebar-cart-footer.vi-wcaio-sidebar-cart-footer-products .vi-wcaio-sidebar-cart-footer-cart_total-title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 24px;
  color: #2b2b2b !important;
}

.vi-wcaio-sidebar-cart-footer-wrap .vi-wcaio-sidebar-cart-footer.vi-wcaio-sidebar-cart-footer-products .woocommerce-Price-amount.amount {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 30px;
  color: #2b2b2b;
}

.vi-wcaio-sidebar-cart-footer-wrap .vi-wcaio-sidebar-cart-footer.vi-wcaio-sidebar-cart-footer-products .vi-wcaio-sidebar-cart-footer-action .vi-wcaio-sidebar-cart-bt.vi-wcaio-sidebar-cart-bt-update {
  background: #2b2b2b;
  color: #fff;
  padding: 25px 25px !important;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  border: 1px solid #2b2b2b !important;
}

.vi-wcaio-sidebar-cart-footer-wrap .vi-wcaio-sidebar-cart-footer.vi-wcaio-sidebar-cart-footer-products .vi-wcaio-sidebar-cart-footer-action a {
  background: #2b2b2b;
  color: #fff;
  padding: 25px 25px !important;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  border: 1px solid #2b2b2b !important;
}

.vi-wcaio-sidebar-cart-footer-action {
  margin-top: 30px;
}

.vi-wcaio-sidebar-cart-overlay.vi-wcaio-disabled ~ .vi-wcaio-sidebar-cart.vi-wcaio-sidebar-cart-2.vi-wcaio-sidebar-cart-bottom_right {
  position: absolute;
  top: 90px;
  right: 40px;
  bottom: auto;
}

@media screen and (max-width: 1024px) {
  .vi-wcaio-sidebar-cart-overlay.vi-wcaio-disabled ~ .vi-wcaio-sidebar-cart.vi-wcaio-sidebar-cart-2.vi-wcaio-sidebar-cart-bottom_right {
    right: auto;
    left: 90px;
  }
}

@media screen and (max-width: 767px) {
  .vi-wcaio-sidebar-cart-overlay.vi-wcaio-disabled ~ .vi-wcaio-sidebar-cart.vi-wcaio-sidebar-cart-2.vi-wcaio-sidebar-cart-bottom_right .vi-wcaio-sidebar-cart-icon-wrap {
    background: transparent;
  }
}

.vi-wcaio-sidebar-cart-overlay.vi-wcaio-disabled ~ .vi-wcaio-sidebar-cart.vi-wcaio-sidebar-cart-2.vi-wcaio-sidebar-cart-bottom_right .vi-wcaio-sidebar-cart-icon {
  background-image: url(../images/bx-shopping-bag.png);
  display: block;
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  text-align: center;
  margin: auto;
}

.vi-wcaio-sidebar-cart-overlay.vi-wcaio-disabled ~ .vi-wcaio-sidebar-cart.vi-wcaio-sidebar-cart-2.vi-wcaio-sidebar-cart-bottom_right .vi-wcaio-sidebar-cart-icon .vi-wcaio-sidebar-cart-count-wrap {
  height: 30px;
  width: 30px;
  -webkit-transform: scale(1) translateY(-70%) translateX(70%);
          transform: scale(1) translateY(-70%) translateX(70%);
  line-height: 35px;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .vi-wcaio-sidebar-cart-overlay.vi-wcaio-disabled ~ .vi-wcaio-sidebar-cart.vi-wcaio-sidebar-cart-2.vi-wcaio-sidebar-cart-bottom_right .vi-wcaio-sidebar-cart-icon .vi-wcaio-sidebar-cart-count-wrap {
    height: 20px;
    width: 20px;
    line-height: 20px;
  }
}

.vi-wcaio-sidebar-cart-overlay.vi-wcaio-disabled ~ .vi-wcaio-sidebar-cart.vi-wcaio-sidebar-cart-2.vi-wcaio-sidebar-cart-bottom_right .vi-wcaio-sidebar-cart-icon .vi-wcaio-sidebar-cart-count {
  font-family: "Roboto", serif;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .vi-wcaio-sidebar-cart-overlay.vi-wcaio-disabled ~ .vi-wcaio-sidebar-cart.vi-wcaio-sidebar-cart-2.vi-wcaio-sidebar-cart-bottom_right .vi-wcaio-sidebar-cart-icon .vi-wcaio-sidebar-cart-count {
    font-size: 12px;
  }
}

.vi-wcaio-sidebar-cart-overlay.vi-wcaio-disabled ~ .vi-wcaio-sidebar-cart.vi-wcaio-sidebar-cart-2.vi-wcaio-sidebar-cart-bottom_right .vi-wcaio-sidebar-cart-icon i {
  display: none;
}

.woocommerce .hero-banner .hero-banner-inner-content .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: calc((100% - 1180px) / 2);
}

@media screen and (max-width: 1279px) {
  .woocommerce .hero-banner .hero-banner-inner-content .left-content {
    padding: 40px 50px;
  }
}

.woocommerce .hero-banner .hero-banner-inner-content .banner-left-content-wrap {
  width: auto;
  padding: 0;
  max-width: 450px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .woocommerce .hero-banner .hero-banner-inner-content .banner-left-content-wrap p {
    font-size: 16px;
  }
}

.woocommerce .hero-banner .hero-banner-inner-content .banner-left-content-wrap .banner-sub-title {
  font-size: 80px;
}

@media (max-width: 1470px) {
  .woocommerce .hero-banner .hero-banner-inner-content .banner-left-content-wrap .banner-sub-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 1279px) {
  .woocommerce .hero-banner .hero-banner-inner-content .banner-left-content-wrap .banner-sub-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce .hero-banner .hero-banner-inner-content .banner-left-content-wrap .banner-sub-title {
    font-size: 46px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce .hero-banner .hero-banner-inner-content .banner-left-content-wrap .banner-title {
    font-size: 15px;
  }
}

.product-listing-wrapper .container {
  padding: 0 35px;
}

@media screen and (max-width: 767px) {
  .product-listing-wrapper .woo-product-listing [class*="cell-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* single product tab */
.single-product .site-content .site-main {
  background: #FFFBF5;
  padding: 40px 0 100px;
  position: relative;
}

.single-product .site-content .site-main .woocommerce-notices-wrapper {
  background: #FFFBF5;
  padding: 40px 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-product .site-content .site-main .woocommerce-notices-wrapper .woocommerce-error li a {
  margin-right: 20px;
}

.single-product .site-content .site-main .woocommerce-notices-wrapper .woocommerce-message a {
  margin-right: 20px;
  display: inline-block;
}

.single-product .single-product-header-wrapper {
  background: #FFFBF5;
  padding: 40px 0 100px;
  position: relative;
}

@media screen and (max-width: 800px) {
  .single-product .single-product-header-wrapper {
    padding: 0px 0 100px;
  }
}

.single-product .single-product-header-wrapper a.white-btn {
  position: relative;
  left: -100px;
  display: inline;
  top: 37px;
}

@media screen and (max-width: 800px) {
  .single-product .single-product-header-wrapper a.white-btn {
    position: relative;
    left: 5px;
    top: -25px;
  }
}

@media screen and (max-width: 1024px) {
  .single-product .single-product-header-wrapper a.white-btn {
    left: 0px;
    top: -5px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .single-product .single-product-header-wrapper a.white-btn {
    top: -35px;
  }
}

.single-product .single-product-header-wrapper .mobile-title-wrapper {
  display: none;
}

@media screen and (max-width: 800px) {
  .single-product .single-product-header-wrapper .mobile-title-wrapper {
    display: block;
    margin-bottom: 25px;
  }
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .single-product .single-product-header-wrapper .single-product-wrap .left-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .single-product .single-product-header-wrapper .single-product-wrap .left-content {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .single-product .single-product-header-wrapper .single-product-wrap .left-content {
    width: 100%;
  }
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .woocommerce-product-gallery__trigger {
  display: none;
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .flex-viewport {
  padding: 0px;
  width: 80%;
  overflow: hidden !important;
}

@media screen and (max-width: 767px) {
  .single-product .single-product-header-wrapper .single-product-wrap .left-content .flex-viewport {
    width: 100%;
    height: 300px !important;
  }
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .flex-viewport .woocommerce-product-gallery__wrapper {
  margin-top: 0px;
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content ol {
  padding: 0px;
  width: 20%;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .single-product .single-product-header-wrapper .single-product-wrap .left-content ol {
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content ol li {
  height: 100px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .single-product .single-product-header-wrapper .single-product-wrap .left-content ol li {
    height: 75px;
    width: 100px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .single-product .single-product-header-wrapper .single-product-wrap .left-content ol li:nth-last-child(1) {
    margin-right: 0px;
  }
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content ol li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  left: -40px;
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  display: block;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image.flex-active-slide {
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .single-product .single-product-header-wrapper .single-product-wrap .left-content .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image.flex-active-slide {
    left: -40px;
  }
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper {
  display: block;
  width: 100%;
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0px;
}

@media screen and (max-width: 767px) {
  .single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper .slider.slider-for {
  width: 100%;
  float: left;
  max-width: 84%;
  padding-left: 35px;
}

@media screen and (max-width: 767px) {
  .single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper .slider.slider-for {
    max-width: 100%;
    padding-left: 0px;
  }
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper .slider.slider-for .slider-banner-image {
  height: 500px;
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper .slider.slider-for .slider-banner-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper .slider.slider-nav {
  max-width: 16%;
  width: 100%;
  float: left;
  height: 500px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper .slider.slider-nav {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
  }
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper .slider.slider-nav .dashicons, .single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper .slider.slider-nav .dashicons-before:before {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color .1s ease-in;
  transition: color .1s ease-in;
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper .slider.slider-nav:hover .btn-prev, .single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper .slider.slider-nav:hover .btn-next {
  opacity: 1;
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper .slider.slider-nav .btn-prev {
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  color: #fff;
  background: #000000;
  font-size: 14px;
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper .slider.slider-nav .btn-prev:before {
  content: "\f062";
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper .slider.slider-nav .btn-next {
  font-family: 'FontAwesome';
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  color: #fff;
  background: #000000;
  font-size: 14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper .slider.slider-nav .btn-next:before {
  content: "\f062";
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper .slider.slider-nav .slick-arrow {
  display: none;
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper .slider.slider-nav .slick-slide {
  margin-bottom: 12px;
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper .slider.slider-nav .slick-slide.thumbnail-image .thumbImg {
  max-width: 178px;
  height: 110px;
  margin: 0 auto;
  border: 1px solid #EBEBEB;
}

.single-product .single-product-header-wrapper .single-product-wrap .left-content .single-product-slider-main-wrapper .woocommerce-product-gallery__wrapper .slider.slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .single-product .single-product-header-wrapper .single-product-wrap .right-content {
    width: 100%;
  }
}

.single-product .single-product-header-wrapper .single-product-wrap .right-content .variations td.label {
  display: none;
}

.single-product .single-product-header-wrapper .single-product-wrap .right-content .variations td.value .reset_variations {
  margin-left: 10px;
}

.single-product .single-product-header-wrapper .single-product-wrap .right-content .variations td.value select[name="attribute_pa_color"] ~ .select2-container--default {
  margin-bottom: 15px;
}

.single-product .single-product-header-wrapper .single-product-wrap .right-content .variations td.value .select2-container {
  height: 56px;
}

.single-product .single-product-header-wrapper .single-product-wrap .right-content .variations td.value .select2-container .select2-selection {
  height: 56px;
  border-radius: 0;
  border-color: #2B2B2B;
}

.single-product .single-product-header-wrapper .single-product-wrap .right-content .variations td.value .select2-container .select2-selection .select2-selection__rendered {
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  color: #2B2B2B;
  font-weight: 500;
  padding-left: 20px;
  text-transform: uppercase;
}

.single-product .single-product-header-wrapper .single-product-wrap .right-content .variations td.value .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  color: #2B2B2B;
  font-weight: 500;
  text-transform: uppercase;
}

.single-product .single-product-header-wrapper .single-product-wrap .right-content .variations td.value .select2-selection__arrow b {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.7vw;
  width: 0.7vw;
  border-style: solid;
  border-color: #2b2b2b;
  border-width: 0px 1px 1px 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-width 150ms ease-in-out;
  transition: border-width 150ms ease-in-out;
  left: auto;
  right: 15px;
  margin-left: 0;
  margin-top: 0;
  top: 70%;
}

.single-product .single-product-header-wrapper .single-product-wrap .right-content .variations .select2-container--default .select2-results__option--highlighted[aria-selected] {
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  background-color: #2b2b2b;
}

.single-product .single-product-header-wrapper .single-product-wrap .right-content .variations .select2-container--default .select2-results__option[aria-selected] {
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

.single-product .single-product-header-wrapper .single-product-wrap .right-content .variations .select2-container--open .select2-dropdown--below {
  border-radius: 0;
}

.single-product .single-product-header-wrapper .single-product-wrap .right-content .single_variation_wrap .woocommerce-variation.single_variation {
  display: none !important;
}

.single-product .single-product-additional-info-wrapper {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .single-product .single-product-additional-info-wrapper .related-products-title {
    font-size: 20px;
    text-align: center;
  }
}

.single-product .single-product-additional-info-wrapper ul.tabs.wc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 15px 0;
  margin: 0 0 55px 0;
  border-bottom: 2px solid #2B2B2B;
}

.single-product .single-product-additional-info-wrapper ul.tabs.wc-tabs li {
  margin: 0 3%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .single-product .single-product-additional-info-wrapper ul.tabs.wc-tabs li {
    margin: 0 2%;
  }
}

@media screen and (max-width: 767px) {
  .single-product .single-product-additional-info-wrapper ul.tabs.wc-tabs li {
    margin: 0px 0px 20px 0px;
    width: 45%;
  }
}

.single-product .single-product-additional-info-wrapper ul.tabs.wc-tabs li:nth-child(1) {
  margin-left: 0px;
}

.single-product .single-product-additional-info-wrapper ul.tabs.wc-tabs li:nth-last-child(1) {
  margin-right: 0px;
}

.single-product .single-product-additional-info-wrapper ul.tabs.wc-tabs a {
  font-size: 30px;
  font-family: 'Playfair Display', serif;
  color: #2B2B2B;
  font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .single-product .single-product-additional-info-wrapper ul.tabs.wc-tabs a {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .single-product .single-product-additional-info-wrapper ul.tabs.wc-tabs a {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .single-product .single-product-additional-info-wrapper ul.tabs.wc-tabs a {
    font-size: 14px;
  }
}

.single-product .single-product-additional-info-wrapper ul.tabs.wc-tabs li.active a {
  border-bottom: 6px solid #2B2B2B;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .single-product .single-product-additional-info-wrapper ul.tabs.wc-tabs li.active a {
    padding-bottom: 12px;
  }
}

.single-product .single-product-additional-info-wrapper .woocommerce-Tabs-panel--additional_information h2 {
  display: none;
}

.single-product .single-product-additional-info-wrapper .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes td p {
  margin: 0px;
}

.single-product .single-product-additional-info-wrapper .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
  display: none;
}

.single-product .single-product-additional-info-wrapper .woocommerce-Tabs-panel--reviews .woocommerce-noreviews {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
}

.single-product .single-product-additional-info-wrapper .woocommerce-Tabs-panel--reviews .comment-form-rating label {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
  display: block;
  margin-top: 15px;
}

.single-product .single-product-additional-info-wrapper .woocommerce-Tabs-panel--reviews p.stars {
  position: relative;
  font-size: 1em;
}

.single-product .single-product-additional-info-wrapper .woocommerce-Tabs-panel--reviews p.stars a {
  color: inherit !important;
  display: inline-block;
  font-weight: 600;
  text-indent: -9999px;
  position: relative;
  width: 1.1em;
  font-size: 11px;
  opacity: .5;
  text-align: left;
}

.single-product .single-product-additional-info-wrapper .woocommerce-Tabs-panel--reviews p.stars a:last-child {
  border-right: 0;
}

.single-product .single-product-additional-info-wrapper .woocommerce-Tabs-panel--reviews p.stars a:hover ~ a {
  opacity: .5;
}

.single-product .single-product-additional-info-wrapper .woocommerce-Tabs-panel--reviews p.stars a.star-1:after {
  content: "\53";
  font-family: "star";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.single-product .single-product-additional-info-wrapper .woocommerce-Tabs-panel--reviews p.stars a.star-2:after {
  content: "\53";
  font-family: "star";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.single-product .single-product-additional-info-wrapper .woocommerce-Tabs-panel--reviews p.stars a.star-3:after {
  content: "\53";
  font-family: "star";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.single-product .single-product-additional-info-wrapper .woocommerce-Tabs-panel--reviews p.stars a.star-4:after {
  content: "\53";
  font-family: "star";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.single-product .single-product-additional-info-wrapper .woocommerce-Tabs-panel--reviews p.stars a.star-5:after {
  content: "\53";
  font-family: "star";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.single-product .single-product-additional-info-wrapper .woocommerce-Tabs-panel--reviews p.stars > span:hover a {
  opacity: 1;
}

.single-product .single-product-additional-info-wrapper .woocommerce-Tabs-panel--reviews p.stars a.active ~ a {
  opacity: .5;
}

.single-product .single-product-additional-info-wrapper .woocommerce-Tabs-panel--reviews p.stars.selected a {
  opacity: 1;
}

.single-product .single-product-additional-info-wrapper .comment-form-comment label {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
  display: block;
}

.single-product .woo-variation-gallery-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding-right: 50px;
  padding-left: 50px;
}

@media only screen and (min-width: 769px) {
  .single-product .woo-variation-gallery-product .woo-variation-product-gallery {
    max-width: 50% !important;
    width: 50%;
  }
}

.single-product .woo-variation-gallery-product .woo-variation-product-gallery .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
  width: 100%;
  float: left;
  max-width: 84%;
  padding-left: 35px;
}

.single-product .woo-variation-gallery-product .woo-variation-product-gallery .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper .slick-arrow {
  display: none !important;
}

.single-product .woo-variation-gallery-product .woo-variation-product-gallery .woo-variation-gallery-container .wvg-gallery-thumbnail-image {
  margin-bottom: 12px;
}

.single-product .right-content .summary-inner-content {
  max-width: 450px;
  margin-left: auto;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .single-product .right-content .summary-inner-content {
    max-width: 100%;
  }
}

.single-product .right-content .summary-inner-content h1 {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0px;
}

@media screen and (max-width: 800px) {
  .single-product .right-content .summary-inner-content h1 {
    display: none;
  }
}

.single-product .right-content .summary-inner-content p.price {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 20px;
  font-family: 'Playfair Display', serif;
}

@media screen and (max-width: 767px) {
  .single-product .right-content .summary-inner-content p.price {
    margin-bottom: 25px;
  }
}

.single-product .right-content .summary-inner-content .quantity .qty {
  width: 56px;
  height: 56px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  text-align: center;
  margin: 0;
  border-radius: 0;
  text-indent: 15px;
  border: 1px solid #2b2b2b;
}

@media screen and (max-width: 767px) {
  .single-product .right-content .summary-inner-content .quantity .qty {
    text-indent: 0px;
  }
}

.single-product .right-content .summary-inner-content .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.single-product .right-content .summary-inner-content .woocommerce-variation-add-to-cart .stock-quantity {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .single-product .right-content .summary-inner-content .woocommerce-variation-add-to-cart .stock-quantity {
    font-size: 16px;
  }
}

.single-product .right-content .summary-inner-content .woocommerce-variation-add-to-cart button {
  padding: 15px 20px;
  margin-right: 60px;
  margin-left: 40px;
}

.single-product .right-content .summary-inner-content .woocommerce-product-details__short-description {
  margin-top: 20px;
  margin-bottom: 30px;
}

.single-product .right-content .summary-inner-content .woocommerce-product-details__short-description p {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}

.single-product .right-content .summary-inner-content .woocommerce-product-details__short-description p span {
  font-weight: 300 !important;
}

.single-product .right-content .summary-inner-content form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .single-product .right-content .summary-inner-content form.cart {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .single-product .right-content .summary-inner-content form.cart {
    margin-top: 50px;
  }
}

.single-product .right-content .summary-inner-content form.cart .single_add_to_cart_button {
  padding: 15px 15px;
}

@media screen and (max-width: 767px) {
  .single-product .right-content .summary-inner-content form.cart .single_add_to_cart_button {
    font-size: 14px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

.single-product .right-content .summary-inner-content form.cart table.variations td.label {
  display: none;
}

.single-product .right-content .summary-inner-content .product_meta {
  display: none;
}

/*USE CSS for Slider*/
/* checkout page css */
.coupon-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.coupon-wrapper .woocommerce-error {
  padding: 0;
}

.coupon-wrapper .woocommerce-error li {
  color: #ff0000;
}

.coupon-wrapper .woocommerce-form-coupon-toggle {
  padding: 0 20px;
}

.coupon-wrapper .woocommerce-form-coupon-toggle .woocommerce-info {
  border-top-color: #2b2b2b;
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #2b2b2b;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.coupon-wrapper .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
  text-decoration: underline;
}

.coupon-wrapper .checkout_coupon.woocommerce-form-coupon {
  padding: 0 20px;
}

.woocommerce-checkout-review-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
}

.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table {
  border: 1px solid #2b2b2b;
  margin: 0 -1px 24px 0;
  text-align: left;
  border-collapse: separate;
}

.woocommerce-checkout-review-order .woocommerce-checkout-payment {
  padding: 20px;
  background: #ebe9eb;
}

.woocommerce-checkout-review-order .woocommerce-checkout-payment ul {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #d3ced2;
  margin: 0;
  list-style: none outside;
}

.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 1rem;
  line-height: 1.5em;
}

.woocommerce table.shop_table td {
  border-top: 1px solid #2b2b2b;
  padding: 1rem;
  vertical-align: middle;
  line-height: 1.5em;
}

.woocommerce table.shop_table tbody th {
  font-weight: 700;
  border-top: 1px solid #2b2b2b;
}

.woocommerce table.shop_table tfoot td {
  font-weight: 700;
  border-top: 1px solid #2b2b2b;
}

.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid #2b2b2b;
}

.woocommerce table td {
  text-align: left;
  font-weight: normal;
}

.woocommerce #payment #place_order {
  float: right;
}

.woocommerce-page #payment #place_order {
  float: right;
}

.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
}

.woocommerce-checkout #payment div.form-row {
  padding: 1em;
}

.checkout-form-field-wrapper #customer_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

.checkout-form-field-wrapper #customer_details .col-1 {
  width: 50%;
  padding: 0 20px;
}

.checkout-form-field-wrapper #customer_details .col-2 {
  width: 50%;
  padding: 0 20px;
}

.checkout-form-field-wrapper #order_review_heading {
  padding: 0 20px;
}

.woocommerce-billing-fields .select2-container {
  height: 56px;
}

.woocommerce-billing-fields .select2-container .select2-selection {
  height: 56px;
  border-radius: 0;
  border-color: #2B2B2B;
}

.woocommerce-billing-fields .select2-container .select2-selection .select2-selection__rendered {
  height: 56px;
  line-height: 56px;
  color: #2B2B2B;
  font-weight: 500;
  padding-left: 20px;
}

.woocommerce-billing-fields .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  color: #2B2B2B;
  font-weight: 500;
  text-transform: uppercase;
}

.woocommerce-billing-fields .select2-selection__arrow b {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0.7vw !important;
  width: 0.7vw !important;
  border-style: solid !important;
  border-color: #2b2b2b !important;
  border-width: 0px 1px 1px 0px !important;
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
  -webkit-transition: border-width 150ms ease-in-out !important;
  transition: border-width 150ms ease-in-out !important;
  left: auto !important;
  right: 15px !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  top: 70% !important;
}

.woocommerce-billing-fields input[type="text"] {
  border-color: #2b2b2b;
}

.woocommerce-billing-fields input[type="email"] {
  border-color: #2b2b2b;
}

.woocommerce-billing-fields input[type="tel"] {
  border-color: #2b2b2b;
}

.woocommerce-billing-fields input[type="password"] {
  border-color: #2b2b2b;
}

.woocommerce-billing-fields select {
  border-color: #2b2b2b;
}

.woocommerce-billing-fields textarea {
  border-color: #2b2b2b;
}

.woocommerce-additional-fields input[type="text"] {
  border-color: #2b2b2b;
}

.woocommerce-additional-fields input[type="email"] {
  border-color: #2b2b2b;
}

.woocommerce-additional-fields input[type="tel"] {
  border-color: #2b2b2b;
}

.woocommerce-additional-fields input[type="password"] {
  border-color: #2b2b2b;
}

.woocommerce-additional-fields select {
  border-color: #2b2b2b;
}

.woocommerce-additional-fields textarea {
  border-color: #2b2b2b;
}

.account-main-wrapper {
  padding: 72px 36px 72px 36px;
}

.account-main-wrapper .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .account-main-wrapper .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.account-main-wrapper .woocommerce-MyAccount-navigation {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .account-main-wrapper .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .account-main-wrapper .woocommerce-MyAccount-navigation ul {
    padding: 0px;
  }
}

.account-main-wrapper .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #006cff;
  font-weight: 600;
}

.account-main-wrapper .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 6px 0;
  position: relative;
}

.account-main-wrapper .woocommerce-MyAccount-navigation ul li a::before {
  content: none !important;
  font-family: uncodeicon;
  position: absolute;
  font-size: 1.2em;
  top: 2px;
}

.account-main-wrapper .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: '\f0e4';
}

.account-main-wrapper .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: '\f07a';
}

.account-main-wrapper .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: '\f019';
  top: 3px;
}

.account-main-wrapper .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: '\f015';
}

.account-main-wrapper .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: '\f007';
}

.account-main-wrapper .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: '\f08b';
  top: 4px;
}

.account-main-wrapper .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: '\f09d';
  top: 3px;
}

.account-main-wrapper .woocommerce-MyAccount-content {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .account-main-wrapper .woocommerce-MyAccount-content {
    width: 100%;
  }
}

.account-main-wrapper .woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button {
  display: table;
  margin-bottom: 10px;
}

.account-main-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses {
  margin: 18px 0px 0px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .account-main-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account-main-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.account-main-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses .col-1, .account-main-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
  width: calc(50% - 18px);
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .account-main-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses .col-1, .account-main-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account-main-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses .col-1, .account-main-wrapper .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
    width: 100%;
  }
}
/*# sourceMappingURL=custom.css.map */