/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* theme custom css */
/* theme less variables start */
/*theme font size*/
/*theme line height*/
/*theme text align*/
/*theme text transform*/
/*theme font weight*/
/*theme text decoration*/
/*theme link outline*/
/* theme text color */
/* theme background color */
/* theme border color */
/* theme border style */
/* theme border width */
/*theme border-radius*/
/*theme layout*/
/*top menu less variables*/
/*footer less variables*/
/*=======================
general css
=======================*/
/*media width*/
/*==============================
Theme hyperlink override
================================*/
/*==============================
Theme primary button override
================================*/
/*==============================
from variabels override
================================*/
/*==============================
home page main block and title
================================*/
/*home page main block*/
/*main block title*/
/*title bottom border*/
/*==============================
theme slider navigation buttons
================================*/
/*==============================
theme slider navigation buttons
================================*/
/*Home page slider btn*/
/*slider btn hover*/
/*=======================
Home Advertisement Block
=======================*/
/*=================================
Home Page footer Newsletter Block
======================================*/
/*newsletter main title*/
/*newsletter text below title*/
/*newsletter main block*/
/*for mobile */
/*newsletter textbox*/
/*newsletter sbscribe button*/
/*on hover*/
/*==============================
Home newsletter popup variables
================================*/
/*newsletter popup block layout*/
/*newsletter popup title */
/*newsletter popup text content*/
/*newsletter popup socials*/
/*===============================
footer copyright block variables
===============================*/
/*======================
footer less variables
=======================*/
/*footer main */
/*footer title*/
/*footer social block*/
/*footer links*/
/*contact block*/
/*=============================================
sidebar and sidebar additional less variables
===============================================*/
/*sidebar and sidebar additional block*/
/*sidebar title*/
/*sidebar sub title*/
/*sidebar block filter and its options*/
/*sidebar block filter and its options title*/
/*=======================
top header less variables
=======================*/
/*top header variables*/
/*=======================
top-menu(nav) less variables
=======================*/
/*top menu block start*/
/*override navigation variables*/
/*nav level-0(level-top)*/
/*=======================================
Slider navigation arrows (Prev and next)
=========================================*/
/*===========================
Product Detail Page Variables
=============================*/
/*product detail page variables*/
/*product name on product page variables*/
/*add to buttons variable*/
/*product detail page override variables*/
/*product list page product name font size*/
/*product description less variables*/
/*product detail page tabs override less variables*/
/*==============================================
Shopping cart and chekout page less varibles
=============================================*/
/*shopping cart less variables*/
/*checkout page variables*/
/*===========================
Testimonial less Variables
=============================*/
/*testimonial image*/
/*testimonial name*/
/*testimonial company name*/
/*content*/
/*tesimonial link btns*/
/*testimonial detail page*/
/*testimonial name*/
/*testimonial description*/
/*testimonial company and links*/
/*===========================
My Account Pages less Variables
=============================*/
/*My account all pages less variables*/
/*===========================
Contact Us Page less Variables
=============================*/
/*contact us page less varibales*/
/*store title*/
/*store address title*/
/*store address text*/
/*===========================
New and Sale Label less
=============================*/
/*===========================
category page pagination less Variables
=============================*/
/*pagination less variales*/
/*override toolbar variables*/
/*===========================
Breadcrumbs less
=============================*/
/*breadcrumb*/
/*override layout variables*/
/*override button variables*/
/*override form variable*/
/*==============================
home page main block and title
================================*/
.block-title-main {
  float: left;
  text-align: center;
  width: 100%;
  /*    .title-border {
            background: @cpanel-main-block-title-color;
            display: block;
            height: @cpanel-main-title-bottom-block-height;
            margin: @cpanel-main-title-bottom-block-margin;
            width: @cpanel-main-title-bottom-block-width;
        }*/
}
.block-title-main h2 {
  color: #222222;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 20px;
}
.block-title-main h2:before {
  background-image: url("../images/stripes.png");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 11px;
  left: 100%;
  position: absolute;
  top: 10px;
  width: 140px;
}
.block-title-main h2:after {
  background-image: url("../images/stripes.png");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 100%;
  top: 10px;
  transform: rotate(180deg);
  width: 140px;
}
@media only screen and (max-width: 639px) {
  .block-title-main {
    /*        .title-border {
                    margin: @cpanel-main-title-bottom-block-margin-mobile;
                }*/
  }
  .block-title-main h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto 15px;
  }
  .block-title-main h2:before {
    width: 0;
    display: none;
  }
  .block-title-main h2:after {
    width: 0;
    display: none;
  }
}
.pad-main {
  padding: 30px 0;
}
.pad-main-product {
  padding: 30px 0 10px;
  float: left;
  width: 100%;
  clear: both;
  box-sizing: border-box;
}
.pad-main-bottom {
  padding-bottom: 30px;
}
.pad-main-top {
  padding-top: 30px;
}
@media only screen and (max-width: 639px) {
  .pad-main {
    padding: 15px 0;
  }
  .pad-main-bottom {
    padding-bottom: 15px;
  }
  .pad-main-top {
    padding-top: 15px;
  }
  .pad-main-product {
    padding: 15px 0 0;
  }
  .toolbar .pages .pages-items {
    display: inline-block;
    padding-top: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    display: inline-block;
    width: 100%;
  }
}
.back-main {
  background: #ffffff;
}
#maincontent {
  margin-top: 10px;
}
.img-resp {
  display: block;
  height: auto;
  max-width: 100%;
}
.center-b {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.row {
  clear: both;
  display: block;
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
}
.input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}
.input-group-btn {
  font-size: 0;
  position: relative;
  white-space: nowrap;
}
.input-group-addon,
.input-group-btn {
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
div[class^="swatch-opt-"] {
  margin-bottom: 5px;
}
/*==============================
theme slider navigation buttons
================================*/
.owl-theme .owl-controls .owl-buttons div.lft-btn,
.owl-theme .owl-controls .owl-buttons div.rgt-btn {
  background: #ffffff !important;
  color: #ffffff !important;
  display: inline-block;
  float: left;
  font-size: 24px !important;
  height: 35px !important;
  line-height: 31px !important;
  text-align: center !important;
  width: 35px !important;
  margin: 0 5px !important;
}
.owl-theme .owl-controls .owl-buttons div.lft-btn:hover,
.owl-theme .owl-controls .owl-buttons div.rgt-btn:hover {
  background: #ffffff !important;
}
/* set button position to top */
.owl-theme .owl-controls .owl-page {
  bottom: 30px;
  display: inline-block;
  position: relative;
}
/* Theme issue css add */
.search.summary {
  margin-bottom: 5px;
}
.compare.wrapper .action.compare:hover {
  color: #ffffff;
}
.cart-summary .checkout-methods-items {
  margin-top: 0;
}
.rating-summary .rating-result {
  margin-left: 0;
}
input[type="checkbox"] {
  position: relative;
  top: 0px;
}
.product-reviews-summary.empty .reviews-actions {
  margin-left: 0;
}
.review-field-ratings .review-field-rating .label {
  padding-top: 0;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary {
  width: 100%;
}
.checkout-index-index .modal-popup .form-shipping-address {
  margin-bottom: 20px;
}
.sidebar-additional .block .block-title > strong {
  margin-right: 5px;
}
.filter-options .count {
  margin-left: 3px;
}
.modal-popup .action-close {
  padding: 2em;
}
.pmiddle {
  transform: translateY(-50%);
}
.block.widget.block-products-list.grid .product-reviews-summary .reviews-actions a {
  display: inline-block;
}
.block.related .field.choice {
  top: -3px;
}
.table-checkout-shipping-method tbody .row {
  margin: 0;
}
.products-list .product.photo.product-item-photo {
  position: relative;
}
.products-list .product-item-details {
  padding-left: 15px;
}
.products-list .product-item-details .rating-summary .rating-result {
  margin-left: 0;
}
.fs-main .fs-row .fs-inner {
  margin: 5px 0;
}
.block-minicart .subtitle.empty {
  padding: 0px 0 20px;
}
.products-related .product-item-actions .actions-secondary > .action {
  padding-right: 5px;
}
.logo img {
  max-height: inherit;
  min-height: 40px;
}
@media screen and (max-width: 420px) {
  .products-grid .product-item,
  .page-products .product-item-info {
    width: 100%;
  }
  .product-image-container {
    width: 100%;
  }
  .products-grid .product-item {
    margin-left: 0;
  }
}
/* set square button */
.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #ed875f;
  display: block;
  border-radius: 0px !important;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}
.cus-owl .owl-prev {
  left: 0;
  margin-top: -17px;
  position: absolute !important;
  top: 50%;
}
.cus-owl .owl-next {
  right: 0;
  margin-top: -17px;
  position: absolute !important;
  top: 50%;
}
/*=======================
Home Advertisement Block
=======================*/
.homeadv {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.homeadv .ah-block {
  width: 32%;
  margin-left: calc(2%);
  position: relative;
  float: left;
}
.homeadv .ah-block:nth-child(3n + 1) {
  margin-left: 0;
}
.homeadv .ah-block > a {
  display: block;
}
.homeadv .ah-block > a > img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}
.homeadv .eff-1 {
  display: block;
  position: relative;
  overflow: hidden;
}
.homeadv .eff-1 > a {
  display: block;
}
.homeadv .eff-1 > a:before {
  border-top: 2px solid #dddddd;
  bottom: 15px;
  content: "";
  left: 100%;
  opacity: 0;
  position: absolute;
  right: 15px;
  transition: all 600ms ease 0s;
  z-index: 1;
}
.homeadv .eff-1 > a:after {
  border-right: 2px solid #dddddd;
  bottom: 15px;
  content: "";
  left: 15px;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: all 600ms ease 0s;
}
.homeadv .eff-1:before {
  border-top: 2px solid #dddddd;
  content: "";
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 100%;
  top: 15px;
  transition: all 600ms ease 0s;
  z-index: 1;
}
.homeadv .eff-1:after {
  border-right: 2px solid #dddddd;
  bottom: 100%;
  content: "";
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 600ms ease 0s;
}
.homeadv .eff-1:hover > a:before {
  left: 15px;
  opacity: 1;
}
.homeadv .eff-1:hover > a:after {
  opacity: 1;
  top: 15px;
}
.homeadv .eff-1:hover:before {
  opacity: 1;
  right: 15px;
}
.homeadv .eff-1:hover:after {
  bottom: 15px;
  opacity: 1;
}
.homeadv-1 {
  float: left;
  width: 100%;
}
.homeadv-1 .ah-main {
  width: 49%;
  margin-left: calc(2%);
  position: relative;
  float: left;
}
.homeadv-1 .ah-main:nth-child(2n + 1) {
  margin-left: 0;
}
.homeadv-1 .ah-main .ah-block {
  float: left;
  width: 100%;
}
.homeadv-1 .ah-main .ah-block > a {
  display: block;
}
.homeadv-1 .ah-main .ah-block > a > img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}
.homeadv-1 .ah-main.ah-right .ah-block:last-child {
  margin-top: 5%;
}
.homeadv-1 .eff-1 {
  display: block;
  position: relative;
  overflow: hidden;
}
.homeadv-1 .eff-1 > a {
  display: block;
}
.homeadv-1 .eff-1 > a:before {
  border-top: 2px solid #dddddd;
  bottom: 15px;
  content: "";
  left: 100%;
  opacity: 0;
  position: absolute;
  right: 15px;
  transition: all 600ms ease 0s;
  z-index: 1;
}
.homeadv-1 .eff-1 > a:after {
  border-right: 2px solid #dddddd;
  bottom: 15px;
  content: "";
  left: 15px;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: all 600ms ease 0s;
}
.homeadv-1 .eff-1:before {
  border-top: 2px solid #dddddd;
  content: "";
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 100%;
  top: 15px;
  transition: all 600ms ease 0s;
  z-index: 1;
}
.homeadv-1 .eff-1:after {
  border-right: 2px solid #dddddd;
  bottom: 100%;
  content: "";
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 600ms ease 0s;
}
.homeadv-1 .eff-1:hover > a:before {
  left: 15px;
  opacity: 1;
}
.homeadv-1 .eff-1:hover > a:after {
  opacity: 1;
  top: 15px;
}
.homeadv-1 .eff-1:hover:before {
  opacity: 1;
  right: 15px;
}
.homeadv-1 .eff-1:hover:after {
  bottom: 15px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .homeadv {
    width: 100%;
  }
  .homeadv .ah-block {
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .homeadv .eff-1 > a {
    display: block;
  }
  .homeadv .eff-1 > a:before {
    border-top: 2px solid transparent;
  }
  .homeadv .eff-1 > a:after {
    border-right: 2px solid transparent;
  }
  .homeadv .eff-1:before {
    border-top: 2px solid transparent;
  }
  .homeadv .eff-1:after {
    border-right: 2px solid transparent;
  }
  .homeadv-1 .ah-main {
    width: 100%;
    margin-left: 0;
  }
  .homeadv-1 .ah-main.ah-right .ah-block {
    margin-bottom: 15px;
  }
  .homeadv-1 .ah-main.ah-right .ah-block:last-child {
    margin-top: 0;
  }
  .homeadv-1 .ah-main.ah-left .ah-block {
    margin-bottom: 15px;
  }
  .homeadv-1 .eff-1 > a {
    display: block;
  }
  .homeadv-1 .eff-1 > a:before {
    border-top: 2px solid transparent;
  }
  .homeadv-1 .eff-1 > a:after {
    border-right: 2px solid transparent;
  }
  .homeadv-1 .eff-1:before {
    border-top: 2px solid transparent;
  }
  .homeadv-1 .eff-1:after {
    border-right: 2px solid transparent;
  }
}
/*=============================
Home Page footer Newsletter Block
==============================*/
.cp-newsletter {
  float: left;
  width: 100%;
  box-sizing: border-box;
  /*background: url('../images/newsletter-banner.png');*/
  background-attachment: fixed;
  background-size: cover;
}
.cp-newsletter .newsletter-block {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.cp-newsletter .newsletter-block .block-title-main {
  float: left;
  text-align: center;
  width: 100%;
}
.cp-newsletter .newsletter-block .block-title-main h2 {
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.cp-newsletter .newsletter-block .block-title-main .title-border {
  background: #ffffff;
  display: block;
  height: 3px;
  margin: 0 auto 30px;
  width: 80px;
}
.cp-newsletter .newsletter-block .newsletter-text {
  color: #ffffff;
  float: left;
  font-size: 17px;
  margin: 0 0 15px;
  width: 100%;
  text-align: center;
}
.cp-newsletter .newsletter-block .block-content {
  float: left;
  margin: 0;
  width: 100%;
}
.cp-newsletter .newsletter-block .block-content .newsletter-input {
  display: block;
  margin: 0 auto;
  width: 550px;
}
.cp-newsletter .newsletter-block .block-content .newsletter-input .control #newsletter {
  border: 3px solid #ffffff;
  box-sizing: border-box;
  font-size: 19px;
  height: 45px;
  padding: 0 12px;
  background: transparent;
  color: #ffffff;
}
.cp-newsletter .newsletter-block .block-content .newsletter-input .control #newsletter-error {
  position: absolute;
}
.cp-newsletter .newsletter-block .block-content .newsletter-input .input-group-btn button {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  box-shadow: none;
  height: 45px;
  font-size: 19px;
  box-sizing: border-box;
}
.cp-newsletter .newsletter-block .block-content .newsletter-input .input-group-btn button:hover {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 767px) {
  .cp-newsletter .newsletter-block .block-content .newsletter-input {
    width: 100%;
  }
}
/*==============================
Home newsletter popup
================================*/
.nh-wrapper .nh-img {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
.nh-wrapper .nh-content {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.nh-wrapper .nh-content > h2 {
  font-weight: 600;
  line-height: 33px;
  margin: 30px 0 20px;
  text-transform: uppercase;
  text-align: center;
}
.nh-wrapper .nh-content > p {
  line-height: 23px;
  margin: 0 0 15px;
  text-align: center;
}
.nh-wrapper .nh-content .nh-show {
  display: block;
  width: 195px;
  margin: 0 auto 10px;
}
.nh-wrapper .nh-content > h3 {
  text-align: center;
  font-weight: 400;
  margin: 0 0 15px;
}
.nh-wrapper .nh-content .nh-social {
  text-align: center;
}
.nh-wrapper .nh-content .nh-social > a {
  display: inline-block;
  margin: 0 3px;
}
@media only screen and (max-width: 767px) {
  #reference-first-message {
    max-width: 300px !important;
  }
  .nh-wrapper {
    max-width: 300px;
  }
  .nh-wrapper .nh-img {
    width: 100%;
    padding: 0;
    max-width: 300px;
  }
  .nh-wrapper .nh-content {
    width: 100%;
    max-width: 300px;
  }
}
/*======================
footer block
=======================*/
.cp-footer-container {
  float: left;
  width: 100%;
  padding: 50px 0 10px;
}
.cp-footer-container .cp-footer-main {
  float: left;
  width: 25%;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
}
.cp-footer-container .cp-footer-main .cp-fblock {
  float: left;
  width: 100%;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-ftitle {
  display: block;
  width: 100%;
  float: left;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-ftitle h3 {
  color: #ffffff;
  font-size: 21px;
  line-height: 22px;
  margin: 10px 0 20px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-ftitle > p {
  color: #ffffff;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent {
  display: block;
  width: 100%;
  float: left;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .logo {
  max-width: 100% !important;
  width: 100% !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .logo img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 125px;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .cp-social {
  list-style-type: outside none none;
  text-align: center;
  padding: 0;
  float: none;
  margin: 50px 0 0;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .cp-social li {
  text-align: center;
  display: inline-block;
  margin: 0px 1px;
  float: none;
  width: auto;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .cp-social li a {
  border: 1px solid #dddddd;
  color: #ffffff;
  font-size: 16px;
  display: block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  padding: 0px;
  border-radius: 50%;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .cp-social li a:before {
  content: "";
  font-family: "Fontawesome";
  margin-right: 0;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul {
  list-style: outside none none;
  padding: 0;
  float: left;
  margin: 0;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li {
  float: left;
  margin: 0 0 10px;
  width: 100%;
  color: #ffffff;
  font-size: 17px;
  line-height: 27px;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  font-size: 17px;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li a:before {
  content: "\f0da";
  font-family: "Fontawesome";
  margin-right: 10px;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li .cp-fcontact {
  float: left;
  padding: 0 0 0 20px;
  position: relative;
  width: 100%;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li .cp-fcontact span {
  position: absolute;
  left: 0;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li .cp-fcontact a:before {
  content: "";
  font-family: "Fontawesome";
  margin-right: 0;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .block.newsletter {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .block.newsletter > .content .field.newsletter {
  display: block;
  margin-bottom: 15px;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .block.newsletter > .content .field.newsletter .control:before {
  content: "";
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .block.newsletter > .content .field.newsletter .control #newsletter::-moz-placeholder {
  color: #ffffff;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .block.newsletter > .content .field.newsletter .control #newsletter {
  background: #666666;
  border-color: #666666;
  color: #ffffff;
  height: 40px;
  padding: 0 15px;
  margin-top: 5px;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .block.newsletter > .content .field.newsletter .control #newsletter:focus {
  box-shadow: none;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .block.newsletter > .content .actions {
  display: block;
  color: #222222;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .block.newsletter > .content .actions .action.subscribe.primary {
  background: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  font-weight: 600;
  margin-left: 0;
  padding: 8px 15px;
}
.copyright {
  background-image: url("../images/footer-stripes.png");
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .cp-footer-container .cp-footer-main {
    width: 33.3333%;
  }
  .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .cp-social {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .cp-footer-container .cp-footer-main:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cp-footer-container .cp-footer-main {
    width: 100%;
    margin-bottom: 20px;
  }
  .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .action.nav-toggle {
    display: none;
  }
  .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .cp-social {
    margin-bottom: 0;
  }
}
/*footer block end */
/*=============================================
sidebar and sidebar additional less variables
===============================================*/
.sidebar-main #layered-filter-block,
.sidebar-additional #layered-filter-block {
  background: transparent;
  padding: 0;
}
.sidebar-main .block,
.sidebar-additional .block {
  background: #f2f2f2;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 30px !important;
}
.sidebar-main .block .block-title,
.sidebar-additional .block .block-title {
  border-bottom: 1px solid #dddddd;
  color: #222222;
  padding: 0 0 10px;
}
.sidebar-main .block .block-title > strong,
.sidebar-additional .block .block-title > strong {
  color: #222222;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar-main .block .block-content .block-subtitle,
.sidebar-additional .block .block-content .block-subtitle {
  border-bottom: none;
  color: #222222;
  font-weight: 400;
  padding: 5px 0 15px;
  text-transform: uppercase;
  font-size: 17px;
}
.sidebar-main .block .block-content .subtitle,
.sidebar-additional .block .block-content .subtitle {
  font-weight: 400;
  margin-bottom: 10px;
}
.sidebar-main .block .block-content .filter-options .filter-options-item,
.sidebar-additional .block .block-content .filter-options .filter-options-item {
  background: #f2f2f2;
  margin: 0 0 12px;
  padding: 6px 5px 12px;
  border-bottom: none;
}
.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title,
.sidebar-additional .block .block-content .filter-options .filter-options-item .filter-options-title {
  font-weight: 600;
  color: #222222;
}
.sidebar-main .block .block-content .empty,
.sidebar-additional .block .block-content .empty {
  color: #222222;
}
/*sidebar wishlist block*/
#wishlist-sidebar .product-item {
  min-height: 70px;
}
#wishlist-sidebar .product-item .product-item-info .product-image-container .product-image-wrapper {
  padding: 50%;
}
#wishlist-sidebar .product-item-details .product-item-actions {
  position: relative;
  padding: 0;
  background: transparent;
}
/*sidebar and sidebar additional end*/
/*=======================
top header block
=======================*/
/*top header block*/
.page-footer {
  background: #222222;
  margin-top: 15px;
}
.copyright {
  background-color: #222222;
}
/*.page-header .switcher .options .action.toggle:after, .page-footer .switcher .options .action.toggle:after {

}
.page-header .switcher .options .action.toggle.active:after, .page-footer .switcher .options .action.toggle.active:after {

}*/
.switcher {
  color: #ffffff;
}
.switcher:hover {
  color: #f2703e;
}
@media only screen and (max-width: 767px) {
  .switcher {
    color: #000000;
  }
  .switcher:hover {
    color: #f2703e;
  }
}
.page-header {
  border: 0;
  margin-bottom: 0;
}
.page-header .switcher {
  margin: 0 0 0 13px;
  padding: 0 0 0 13px;
  border-left: 1px solid #444444;
}
.page-main > .page-title-wrapper .page-title {
  color: #222222;
  font-weight: 400;
  font-size: 36px;
}
.header-notification {
  float: left;
  max-width: 350px;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 15px;
  line-height: 21px;
}
@media only screen and (max-width: 991px) {
  .header-notification {
    max-width: 100%;
    width: 100%;
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .header-notification {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-header {
    margin-bottom: 0;
    background: #222222;
  }
}
/*=======================
top-menu(nav) less variables
=======================*/
/*top menu block start*/
@media only screen and (max-width: 767px) {
  .nav-sections {
    background: #ffffff;
  }
  .navigation .level0 {
    float: none;
  }
  .navigation .level0 > .level-top {
    box-sizing: border-box;
    position: relative;
    float: none;
  }
  .navigation .level0 .submenu {
    border-top: none;
  }
}
/*top menu block end*/
/*=======================================
Slider navigation arrows (Prev and next)
=========================================*/
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  color: #ffffff;
  background: #ffffff;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
  background: #ffffff;
}
@media only screen and (max-width: 639px) {
  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    display: none;
  }
}
/*=======================
Minicart block
=======================*/
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  opacity: 1;
}
.minicart-wrapper .action.showcart {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper .action.showcart .text {
    display: none;
  }
  .minicart-wrapper .action.showcart:before {
    color: #ffffff;
  }
  .minicart-wrapper .action.showcart:hover:before {
    color: #ffffff;
  }
  .minicart-wrapper {
    margin-left: 10px;
  }
}
/*=======================
Minicart block
=======================*/
/*block minicart start*/
/*block minicart end*/
/*===========================
Product Detail Page blocks
=============================*/
.product-item-name > a {
  font-size: 17px;
}
.product-slider li.product-item {
  width: 100% !important;
  background: transparent !important;
  box-sizing: border-box;
  padding: 10px;
}
.product-slider.product-items {
  margin: 0 !important;
}
.product-slider .product-item-info {
  width: 100%;
}
.fotorama__thumb-border {
  border: 2px solid #ffffff;
}
.product-info-main .product.attibute.overview > .value {
  font-size: 17px;
  line-height: 27px;
}
.product-info-main .product.attibute.overview > .value > p {
  font-size: 17px;
  line-height: 27px;
}
.product.attibute.description > .value {
  font-size: 17px;
  line-height: 27px;
}
.product.attibute.description > .value > p {
  font-size: 17px;
  line-height: 27px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  font-size: 17px;
}
.product-info-main .product-add-form .box-tocart .field.qty {
  float: left;
  margin-right: 10px;
}
.product-info-main .product-add-form .box-tocart .field.qty > label.label {
  float: left;
  line-height: 50px;
  margin-right: 10px;
}
.product-info-main .product-add-form .box-tocart .field.qty .control {
  float: left;
}
.product-info-main .product-add-form .box-tocart .field.qty .control #qty {
  height: 52px;
}
.product-info-main .product-add-form .box-tocart .actions #product-addtocart-button {
  height: 52px;
}
@media only screen and (max-width: 639px) {
  .product-slider li.product-item {
    padding: 5px;
  }
}
/*===========================
Testimonial less Variables
=============================*/
.t-avtar {
  border: 8px solid #ffffff;
}
.t-sept .t-vert,
.t-sept .t-horz {
  background: #dddddd;
}
.t-info .th-name > span > a {
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
.t-info .th-name > span > a:hover {
  color: #ffffff;
}
.t-info .th-name .t-bottom {
  background: #dddddd;
}
.t-info .th-company {
  color: #ffffff;
  font-size: 21px;
}
.t-info .th-desc .th-desc-inner {
  color: #444444;
  font-size: 19px;
  font-weight: 400;
  line-height: 33px;
}
.t-info .th-desc .th-desc-inner p {
  color: #444444;
  font-size: 19px;
  font-weight: 400;
  line-height: 33px;
}
.t-info .th-links .th-website,
.t-info .th-links .th-email {
  border: 2px solid #dddddd;
  border-radius: 50%;
  color: #dddddd;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px !important;
}
.t-info .th-links .th-website > a,
.t-info .th-links .th-email > a {
  color: #dddddd;
}
.t-info .th-links .th-website > a:hover,
.t-info .th-links .th-email > a:hover {
  color: #ffffff;
}
/*testimonial detail page*/
.tdet-wrapper .tdet-main .tdet-name {
  color: #ffffff;
  font-weight: 400;
  font-size: 27px;
  text-transform: uppercase;
  margin: 20px 0;
  line-height: 33px;
}
.tdet-wrapper .tdet-main .tdet-info .tdet-desc .fa {
  color: #ffffff;
  font-size: 24px;
}
.tdet-wrapper .tdet-main .tdet-info .tdet-desc > span {
  color: #222222;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}
.tdet-wrapper .tdet-main .tdet-info .tdet-desc > span p {
  color: #222222;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}
.tdet-wrapper .tdet-main .tdet-info .tdet-company,
.tdet-wrapper .tdet-main .tdet-info .tdet-email,
.tdet-wrapper .tdet-main .tdet-info .tdet-website {
  color: #222222;
  font-size: 16px;
  font-weight: 300;
}
.tdet-wrapper .tdet-main .tdet-info .tdet-company a,
.tdet-wrapper .tdet-main .tdet-info .tdet-email a,
.tdet-wrapper .tdet-main .tdet-info .tdet-website a {
  color: #222222;
  font-size: 16px;
  font-weight: 300;
}
.tdet-wrapper .tdet-main .tdet-info .tdet-company a:hover,
.tdet-wrapper .tdet-main .tdet-info .tdet-email a:hover,
.tdet-wrapper .tdet-main .tdet-info .tdet-website a:hover {
  color: #ffffff;
}
.tdet-wrapper .tdet-main .tdet-info .tdet-company span,
.tdet-wrapper .tdet-main .tdet-info .tdet-email span,
.tdet-wrapper .tdet-main .tdet-info .tdet-website span {
  border: 2px solid #dddddd;
  border-radius: 50%;
  color: #222222;
  font-size: 16px;
  height: 33px;
  line-height: 33px;
  margin-right: 0 7px 0 0;
  text-align: center;
  width: 33px;
}
/*===========================
My Account Pages less
=============================*/
#wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner {
  position: absolute;
  width: 100%;
}
#wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions {
  padding: 0;
  position: relative;
}
#wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions {
  padding: 0;
  position: relative;
}
#wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .product-item-inner {
  bottom: 0;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
  color: #222222;
  font-weight: 400;
  font-size: 36px;
}
/*===========================
category page pagination less Variables
=============================*/
.pages strong.page {
  padding: 5px 9px;
  min-width: 15px;
  border: 1px solid #dddddd;
  background: #f2f2f2;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}
.pages a.page {
  padding: 5px 9px;
  min-width: 15px;
  border: 1px solid #dddddd;
  color: #222222 !important;
  text-align: center;
}
.pages .action.next:before {
  font-size: 15px;
  color: #222222;
}
.pages .action.previous:before {
  font-size: 15px;
  color: #222222;
}
.pages .action:hover {
  background: #f2f2f2;
}
/*===========================
Contact Us Page less Variables
=============================*/
.c-wrapper,
.c-add {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.c-add {
  padding-left: 30px;
}
.c-add .cs-name {
  color: #ffffff;
  font-size: 27px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.c-add .cs-info {
  position: relative;
  padding-left: 30px;
}
.c-add .cs-info > span {
  font-size: 19px;
  left: 0;
  position: absolute;
  width: 30px;
  text-align: center;
}
.c-add .cs-info > b {
  display: block;
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 5px;
}
.c-add .cs-info > div {
  font-size: 17px;
  line-height: 18px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .c-wrapper,
  .c-add {
    width: 100%;
    margin-bottom: 30px;
  }
  .c-add {
    padding-left: 0;
  }
  .actions-toolbar > .primary .action:last-child {
    width: auto;
    float: left;
  }
  .box-tocart .action.tocart {
    width: auto;
  }
  .product-social-links {
    text-align: left;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
    width: auto;
    float: left;
    margin-bottom: 0px;
  }
  .actions-toolbar > .primary {
    display: inline-block;
  }
}
/*===========================
New and Sale Label less
=============================*/
.new-lbl,
.sale-lbl {
  background: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  height: 45px;
  line-height: 45px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 45px;
  z-index: 9;
  font-size: 17px;
  font-weight: 400;
}
.new-lbl {
  left: 10px;
}
.sale-lbl {
  right: 10px;
}
/*===========================
Breadcrumbs less
=============================*/
.breadcrumbs {
  background: #f2f2f2;
  padding: 20px 0;
}
/*Home banner block*/
.hb-main {
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
.hb-main .hb-left {
  float: left;
  width: 75%;
  box-sizing: border-box;
  padding-right: 5px;
}
.hb-main .hb-left .hb-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hb-main .hb-left .hb-slider > li {
  display: block;
  margin: 0;
}
.hb-main .hb-left .hb-slider > li > a {
  display: block;
}
.hb-main .hb-right {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-left: 15px;
}
.hb-main .hb-right .hb-top {
  display: block;
  margin-bottom: 20px;
}
.hb-main .hb-right .hb-bottom {
  display: block;
}
.hat-main {
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
.hat-main .hat-row {
  margin: 0 -10px;
}
.hat-main .hat-row .hat-inner {
  padding: 0 10px;
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.hat-main .hat-row .hat-inner > a {
  display: block;
}
.hab-main {
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
.hab-main .hab-row {
  margin: 0 -10px;
}
.hab-main .hab-row .hab-inner {
  padding: 0 10px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.hab-main .hab-row .hab-inner > a {
  display: block;
}
.page-main .block {
  margin-bottom: 0;
}
/*home blogs*/
.hpb-main {
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
.hpb-main .hpb-inner {
  padding: 0 10px;
  display: block;
  margin-bottom: 20px;
}
.hpb-main .hpb-inner .hpb-img {
  display: block;
}
.hpb-main .hpb-inner .hpb-content-main {
  background: #f2f2f2;
  display: block;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-top: none;
}
.hpb-main .hpb-inner .hpb-content-main .hpb-content {
  padding: 20px;
  display: block;
}
.hpb-main .hpb-inner .hpb-content-main .hpb-content > h2 {
  font-size: 20px;
  padding: 0;
  margin: 0 0 15px;
  display: block;
  font-weight: normal;
}
.hpb-main .hpb-inner .hpb-content-main .hpb-content > p {
  font-size: 14px;
  line-height: 20px;
}
.hpb-main .hpb-inner .hpb-content-main .hpb-info {
  padding: 20px;
  display: block;
  border-top: 1px solid #dddddd;
  box-sizing: border-box;
}
.hpb-main .hpb-inner .hpb-content-main .hpb-info > span.hpb-poster {
  margin-right: 10px;
}
.hpb-main .hpb-inner .hpb-content-main .hpb-info > span.hpb-poster > i {
  margin-right: 5px;
}
.hpb-main .hpb-inner .hpb-content-main .hpb-info > span.readmore {
  float: right;
  text-transform: uppercase;
}
/*home testimonials*/
.htb-main {
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
.htb-main .htb-content .htb-inner {
  margin-bottom: 20px;
}
.htb-main .htb-content .htb-inner .htb-img {
  display: block;
}
.htb-main .htb-content .htb-inner .htb-img > a > img {
  border: 2px solid;
  border-radius: 50%;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.htb-main .htb-content .htb-inner .htb-content-inner {
  display: block;
}
.htb-main .htb-content .htb-inner .htb-content-inner > p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 auto 15px;
  max-width: 85%;
  text-align: center;
  color: #555555;
}
.htb-main .htb-content .htb-inner .htb-content-inner > .htb-sept {
  width: 100px;
  height: 2px;
  display: block;
  margin: 0 auto 15px;
  background: #dddddd;
}
.htb-main .htb-content .htb-inner .htb-content-inner > .htb-info {
  display: block;
  text-align: center;
}
.htb-main .htb-content .htb-inner .htb-content-inner > .htb-info .htb-name {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}
.htb-main .htb-content .htb-inner .htb-content-inner > .htb-info > p {
  color: #555555;
  font-weight: 600;
}
/*brand block*/
.hbr-main {
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
.hbr-main .hbr-content .hbr-inner {
  margin-bottom: 20px;
  padding: 0 10px;
}
/*footer services block*/
.fs-main {
  display: block;
  clear: both;
  float: left;
  width: 100%;
  background: #f2f2f2;
}
.fs-main .fs-row {
  margin: 0 -10px;
}
.fs-main .fs-row .fs-inner {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 10px;
  position: relative;
  min-height: 60px;
}
.fs-main .fs-row .fs-inner .fs-left {
  position: absolute;
  left: 10px;
  top: 0;
  width: 60px;
  height: 60px;
  background: #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  border: 1px solid #dddddd;
}
.fs-main .fs-row .fs-inner .fs-right {
  float: left;
  width: 100%;
  padding-left: 80px;
  box-sizing: border-box;
}
.fs-main .fs-row .fs-inner .fs-right > h3 {
  color: #222222;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 6px;
}
.fs-main .fs-row .fs-inner .fs-right > p {
  color: #555555;
  margin: 0;
}
.columns {
  display: block;
}
.products-grid .product-item .product-img-block,
.products-list .product-item .product-img-block {
  display: block;
  position: relative;
  overflow: hidden;
}
.products-grid .product-item .pro-overlay,
.products-list .product-item .pro-overlay {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 0%;
  position: absolute;
  top: -5px;
  width: 100%;
  z-index: 1;
}
.products-grid .product-item:hover .pro-overlay,
.products-list .product-item:hover .pro-overlay {
  height: 100%;
}
.products-list .product-item .product-item-actions {
  padding: 10px 0;
}
.products-list .product-item .product-item-actions .actions-secondary .action {
  color: #222222;
}
.products-list .product-item .product-item-actions .actions-secondary .action:hover {
  color: #ffffff;
}
.product-info-main .product-social-links .product-addto-links a.action.towishlist {
  color: #222222;
}
.product-info-main .product-social-links .product-addto-links a.action.towishlist:hover {
  color: #ffffff;
}
.product-info-main .product-social-links .product-addto-links a.action.tocompare {
  color: #222222;
}
.product-info-main .product-social-links .product-addto-links a.action.tocompare:hover {
  color: #ffffff;
}
.product-info-main .product-social-links .action.mailto.friend {
  color: #222222;
}
.product-info-main .product-social-links .action.mailto.friend:hover {
  color: #ffffff;
}
.product-info-main .product-social-links .action.mailto.friend > span {
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .hb-main .hb-right {
    width: 100%;
    padding: 0;
  }
  .hb-main .hb-left {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .hb-main .hb-right .hb-top {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .hb-main .hb-right .hb-bottom {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .hat-main .hat-row {
    margin: 0;
  }
  .hat-main .hat-row .hat-inner {
    width: 100%;
    padding: 0;
  }
  .hab-main .hab-row {
    margin: 0;
  }
  .hab-main .hab-row .hab-inner {
    width: 100%;
    padding: 0;
  }
  .fs-main .fs-row {
    margin: 0;
  }
  .fs-main .fs-row .fs-inner {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
}
.product-reviews-summary {
  margin-left: 10px;
}
.product-reviews-summary .rating-summary {
  overflow: visible;
}
.product-reviews-summary .reviews-actions {
  line-height: 16px;
  vertical-align: middle;
  margin-left: 17px;
  float: left;
  margin-top: 5px;
}
.c-wrapper .form.contact {
  width: 100% !important;
}
.swatch-option {
  margin: 0 10px 5px 2px;
}
.nav-sections .switcher-dropdown {
  display: none;
}
.nav-sections .switcher-options.active .switcher-dropdown {
  display: block;
}
@media screen and (min-width: 768px) {
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .nav-toggle {
    top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .header .logo img {
    max-width: 135px;
    max-height: 43px;
  }
}
.navigation .level0 .submenu li {
  position: relative;
}
.contact-index-index .column.main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.contact-index-index .column.main #contact-form {
  flex: 0 0 calc(50% - 15px);
  box-sizing: border-box;
  width: auto;
  min-width: auto;
  padding: 0;
  margin: 0;
}
.contact-index-index .column.main .c-add {
  flex: 0 0 calc(50% - 15px);
  box-sizing: border-box;
  width: auto;
  min-width: auto;
  padding: 0;
  margin: 0;
}
.account .block-order-details-view address br {
  margin: 2px 0;
}
.compare.wrapper .action.compare:hover {
  color: #333333;
}
@media screen and (max-width: 767px) {
  .contact-index-index .column.main .c-add {
    flex: 0 0 100%;
  }
  .contact-index-index .column.main #contact-form {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-products .products-list .product-item-info {
    display: inline-block;
    width: 100%;
  }
  .page-products .products-list .product-item-info .product-item-details {
    display: inline-block;
    width: auto;
    padding: 0;
  }
  .page-products .products-list .product.photo.product-item-photo {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
}
/* Add css for theme 19-02-2020 start */
.account .table-wrapper {
  overflow: hidden;
  overflow-x: auto;
}
.wishlist-index-index .products-grid .product-item {
  float: left;
}
.account .column.main .block.block-order-details-view:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .form-wishlist-items .actions-toolbar .primary {
    width: 100%;
    text-align: left;
  }
  #wishlist-sidebar .product-item-details .product-item-actions .actions-primary,
  #wishlist-sidebar .product-item-details .product-item-actions .actions-secondary {
    display: inline-block;
    width: auto;
  }
  #wishlist-sidebar .product-item-details .product-item-actions .actions-secondary .action.delete {
    position: relative;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .multicheckout .actions-toolbar .secondary .action {
    width: auto;
  }
  .cart-summary .checkout-methods-items .action.primary.checkout {
    width: auto;
  }
}
@media screen and (max-width: 639px) {
  .page-products .grid.products-grid .product-item-info {
    width: 100%;
  }
  .fieldset > .field .addon input#price_to {
    max-width: 100%;
  }
  .order-review .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: none;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(2n + 1) {
    clear: both;
  }
  .form-wishlist-items .actions-toolbar .primary button.action {
    margin-bottom: 5px;
  }
  .cart-summary .checkout-methods-items .action.primary.checkout {
    width: auto;
  }
}
/* Add css for theme 19-02-2020 end */
/***********Nawaz 14 June 2023************/
.video-card {
  width: 100% !important;
  height: auto !important;
  margin: auto;
  display: table;
}
.n-categories-wrap .pagebuilder-column-line {
  justify-content: space-between;
  margin-bottom: 40px;
}
.n-categories-wrap .pagebuilder-column {
  width: 32% !important;
}
.n-categories-wrap figcaption {
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 25px;
  padding-bottom: 5px;
}
.n-pagebuilder-column-line-2 {
  margin-bottom: 60px;
}
.n-pagebuilder-column-line-2 .pagebuilder-column-line {
  justify-content: space-between;
}
.n-pagebuilder-column-line-2 .pagebuilder-column-line .pagebuilder-column {
  width: 48% !important;
}
.n-pagebuilder-column-line-2 p {
  padding-top: 15px;
  text-align: justify;
  margin-bottom: 10px;
}
.n-pagebuilder-column-line-2 p + p {
  padding-top: 5px;
}
.n-pagebuilder-column-line-2 h3 {
  letter-spacing: 4px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 5px;
}
.n-pagebuilder-column-line-2 h3 + h3 {
  padding: 0;
  margin: 0;
}
.n-pagebuilder-column-line-2 .img-size-300 {
  max-width: 300px;
  margin: auto;
}
.n-pagebuilder-column-line-2 .img-size-90per {
  max-width: 90%;
  text-align: left;
}
.mobile-reverse h3,
.mobile-reverse figure {
  text-align: right;
}
.n-wrap-1 p {
  max-width: 920px;
  margin: auto;
}
.n-wrap-2 {
  margin-bottom: 60px;
  margin-top: 40px;
}
.n-wrap-2 .pagebuilder-column-line .pagebuilder-column:last-child {
  padding-left: 80px;
  padding-top: 50px;
}
.n-wrap-2 .pagebuilder-column-line .pagebuilder-column:last-child button {
  background: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
}
.n-wrap-2 .pagebuilder-column .heading {
  text-transform: uppercase;
}
.n-wrap-2 .pagebuilder-column p {
  text-align: justify;
}
h2,
h4 {
  text-transform: uppercase;
}
h2 {
  font-size: 20px;
}
.modal-popup .modal-footer {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
h2.n-subtitle {
  font-size: 35px;
  letter-spacing: 4px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 25px;
}
/***********/
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li,
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li a,
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-ftitle > p,
.page-footer .copyright,
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-ftitle h3 {
  color: #fff !important;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-ftitle h3 {
  font-size: 20px;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .block.newsletter > .content .actions .action.subscribe.primary {
  color: #000;
}
.page-footer ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1;
  /* Firefox */
}
.page-footer :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.page-footer ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.cp-social {
  text-align: left !important;
  margin: 20px 0 0 !important;
}
.cp-footer-container {
  padding: 50px 0 50px !important;
}
.products.product-items {
  display: flex;
  flex-wrap: wrap;
}
.page-products.page-layout-1column .products-grid .product-item {
  width: 49%;
  margin: 0 0.5%;
}
.page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1) {
  margin-left: 0.5%;
}
.page-products .product-item-info {
  width: 100%;
}
.page-products.page-layout-1column .products-grid .product-item:hover .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  transform: scale(1, 1);
}
.product-item-name {
  text-align: center;
  text-transform: uppercase;
}
.product-item-name a {
  font-weight: 700 !important;
}
.product-image-wrapper {
  padding-bottom: 121% !important;
}
/********/
.product-info-main .product-info-price {
  border-bottom: none;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
  padding-bottom: 0;
  gap: 60px;
}
.product-info-main .product-info-price .price-box {
  padding-bottom: 0;
  xpadding-right: 100px;
}
.product-info-main .product-info-price .value {
  font-size: 20px;
}
.product-info-main .price-box .price-container .price {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.product-info-main button {
  background: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}
/****************/
.ui-accordion .ui-accordion-header {
  border-bottom: 1px solid #000;
  padding: 10px 0;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 0;
  text-transform: capitalize;
  line-height: 1.1;
  font-weight: 700;
}
.ui-accordion [data-role="content"] {
  padding: 10px 0;
}
.ui-accordion .ui-icon-plus {
  position: absolute;
  right: 10px;
  font-size: 20px;
  font-weight: 700;
}
.ui-accordion .ui-icon-plus::after {
  content: "+";
}
.ui-accordion .ui-icon-minus {
  position: absolute;
  right: 10px;
  font-size: 20px;
  font-weight: 700;
}
.ui-accordion .ui-icon-minus::after {
  content: "-";
}
/***********/
.product-info-main button {
  margin-bottom: 0;
}
.product-section-title {
  display: none;
}
.n-contact-form .form-group {
  margin-bottom: 10px;
}
.n-contact-form .form-control {
  height: 40px;
  border-radius: 3px;
}
.n-contact-form .control-label {
  display: block;
  padding-bottom: 5px;
  font-weight: 500;
}
.n-contact-form textarea {
  min-height: 100px;
}
.n-contact-form button {
  margin-top: 10px;
}
.hide-desktop {
  display: none !important;
}
.hide-mobile {
  display: block !important;
}
.hide-mobile .pagebuilder-column-group {
  margin-top: 1%;
}
.hide-mobile .pagebuilder-column-line {
  justify-content: space-between !important;
}
.hide-mobile .pagebuilder-column {
  width: 32.333% !important;
}
.modal-popup .modal-inner-wrap {
  width: 60%;
}
/**************/
.dropdown-content {
  z-index: 100 !important;
  xborder-top: 1px solid #000;
  xborder-bottom: 1px solid #000;
  xbox-shadow: none !important;
}
.dropdown-content .products-grid {
  display: flex;
  width: 60%;
  justify-content: center;
  margin: auto;
}
.dropdown-content .custom-menu-image,
.dropdown-content .subcat-products {
  width: auto;
  margin: 0 20px;
}
.dropdown-content .product-items {
  display: flex;
  flex-direction: column;
}
.dropdown-content .menu-items {
  width: 50%;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
}
.dropdown-content .menu-items li a {
  padding: 0;
}
.dropdown-content .product-image-photo {
  position: static !important;
}
.dropdown-content .product-image-wrapper {
  padding: 0 !important;
}
.dropdown-content .block.widget .products-grid .product-item {
  width: auto;
  margin-left: 0;
  background: none !important;
  margin-bottom: 10px;
}
.dropdown-content .product-items a {
  text-align: left !important;
  font-size: 14px !important;
  padding: 0 !important;
}
.dropdown-content .You,
.dropdown-content .Love,
.dropdown-content .One {
  display: none;
}
.dropdown-content .content-side {
  width: auto;
  display: flex;
  padding-left: 50px;
  padding-top: 10px;
}
.navbar a {
  text-transform: uppercase;
}
.block-search {
  display: block;
}
.header.content .compare.wrapper {
  display: none;
}
.header {
  display: flex;
  justify-content: center;
}
.page-layout-1column .product-info-main {
  width: 50% !important;
}
.page-layout-1column .product.media {
  width: 50%;
  box-sizing: border-box;
  padding: 0 30px 0 0;
}
h2,
h3,
.catalog-category-view .product-item-name a {
  letter-spacing: 4px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
}
h1 {
  letter-spacing: 4px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.justify-content-center .pagebuilder-column-line {
  justify-content: center;
}
.justify-content-center .pagebuilder-column-line p {
  margin-bottom: 0;
  padding-top: 0;
}
.category-title {
  padding: 0 !important;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left !important;
  letter-spacing: 4px;
}
.category-title span::after {
  display: none;
}
.category-world-perfumes .page-title-wrapper {
  display: none !important;
}
.category-beautiful-india .page-title-wrapper {
  display: none !important;
}
.product-items > li {
  margin: 0;
  margin-bottom: 10px;
}
.pad-main-product {
  float: none;
}
.double-menu {
  display: flex;
  padding-left: 50px;
  width: 50%;
}
.double-menu .menu-items {
  padding-left: 0px;
}
.double-menu .menu-items:last-child {
  padding-left: 20px;
}
.dropdown-content .double-menu .products-grid {
  xwidth: 100% !important;
}
.catalog-category-view .page-title-wrapper {
  text-align: center;
  xmargin-top: 15px;
  text-transform: uppercase;
  color: #333333;
  font-size: 30px;
}
.page-main > .page-title-wrapper .page-title {
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: 4px;
}
.catalog-category-view .product-item-name a {
  font-weight: 400 !important;
  padding-top: 0;
  padding-bottom: 0;
  font-family: 'BiProductFont';
  text-transform: uppercase;
  font-size: 4rem;
  letter-spacing: 8px;
  margin: 20px 0;
}
.catalog-product-view h1.page-title {
  font-family: 'BiProductFont';
  text-transform: uppercase;
  font-size: 5rem;
  letter-spacing: 8px;
}
.product-info-main .subhead {
  letter-spacing: 4px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
}
.product-info-main .product.attibute.overview,
.product-info-main .product.attribute.overview {
  margin: 15px 0;
}
.navbar a {
  letter-spacing: 3px;
}
.sitemap-item,
.sitemap-item-type li a {
  color: #222222;
  font-size: 1.6rem !important;
}
.sitemap-item:hover,
.sitemap-item-type li a:hover {
  color: #222222;
}
.solwin-menu {
  display: none !important;
}
.bi-menu {
  display: flex !important;
}
.post-item-link,
.archive-item-link,
.block-categories li a {
  color: #222222;
}
.post-description p {
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  line-height: 25px;
  text-align: justify;
}
.tabs-content h4 {
  letter-spacing: 4px;
}
.owl-theme .owl-controls .owl-page {
  bottom: 50px;
}
.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #929191;
  margin: 5px;
  border-radius: 15px !important;
}
.n-pagebuilder-column-line-2 h6 {
  font-family: 'BiProductFont';
  text-transform: uppercase;
  font-size: 12rem;
  letter-spacing: 8px;
  line-height: 1.1;
  margin: 0;
  font-weight: 400;
}
.n-pagebuilder-column-line-2 h6 + h3 {
  padding-top: 0;
  margin-top: 0;
}
.mobile-reverse h6 {
  text-align: right !important;
  margin-right: -10px !important;
}
a,
.alink,
a:visited,
a:active,
a:focus {
  color: #222 !important;
}
/***************/
.hamburger-menu-mobile {
  display: none;
}
.navbar {
  padding: 15px 0;
}
.navbar .dropdown:last-child a span::after {
  display: none;
}
.n-product-wrapper .product-image-wrapper {
  padding-bottom: 110% !important;
}
.nav-sections {
  z-index: 10;
}
.image-side {
  width: auto;
}
.modal-popup h2 {
  font-size: 18px;
  margin: 0;
}
.modal-popup ul,
.modal-popup ol {
  padding-left: 15px;
}
.modal-popup .modal-title {
  font-size: 18px;
  padding-right: 25px;
  letter-spacing: 1px;
}
.modal-popup .modal-content {
  padding-bottom: 0;
}
.modal-popup .modal-inner-wrap {
  width: 50%;
}
.product-image-photo {
  margin: 0;
}
.n-categories-wrap {
  margin-top: 70px;
}
.products {
  margin: 0px 0;
}
.page-main > .page-title-wrapper .page-title {
  margin-bottom: 0;
}
.n-product-wrapper .product-image-wrapper {
  padding-bottom: 0 !important;
  height: auto;
}
.n-product-wrapper .product-image-photo {
  position: static;
}
.catalog-category-view .product-item-name a {
  display: inline-block;
}
.slider-for-ingredients {
  margin-top: 20px !important;
}
.slider-for-ingredients .slick-slide {
  padding: 0 !important;
  margin: 0 10px;
}
.slider-for-ingredients .slick-list {
  margin: 0 -10px;
}
.fragrance-wrap {
  margin-top: 20px;
}
.fragrance-wrap h2 {
  margin-top: 0;
}
.tabs-content h4,
.cms-page-view h4 {
  letter-spacing: 1px;
  text-transform: none;
}
.cms-page-view .page-title-wrapper,
.blog-page-list .page-title-wrapper {
  text-align: center;
}
.cms-page-view h1,
.blog-page-list h1 {
  font-weight: 300 !important;
  line-height: 1.1;
  font-size: 3rem !important;
  margin-top: 0rem;
  margin-bottom: 2rem !important;
}
.cms-page-view h3,
.blog-page-list h3 {
  text-transform: none !important;
}
.post-author,
.post-info {
  display: none !important;
}
.blog-page-list .post-list .post-header .post-title,
.blog-page .post-list .post-header .post-title {
  text-transform: none !important;
  letter-spacing: 1px !important;
}
.blog-post-view .page-title {
  text-transform: none !important;
  letter-spacing: 1px !important;
  padding: 10px 0px 0px 0px;
}
/**12 July 2023**/
.category-world-perfumers .pagebuilder-column-line .pagebuilder-column {
  align-self: flex-start !important;
}
.category-world-perfumers .pagebuilder-column-line .pagebuilder-column p {
  padding-top: 0 !important;
}
/***********Media Nawaz************/
@media (min-width: 1200px) and (max-width: 1350px) {
  .cms-home .columns,
  .cms-home-fr .columns {
    padding: 0 15px;
  }
  .n-pagebuilder-column-line-2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-home .columns,
  .cms-home-fr .columns {
    padding: 0 15px;
  }
  .n-wrap-2 .pagebuilder-column-line .pagebuilder-column:last-child {
    padding-left: 15px;
    padding-top: 0;
  }
  .n-pagebuilder-column-line-2 {
    margin-bottom: 40px;
  }
  .n-pagebuilder-column-line-2 h3 {
    padding-top: 0;
    margin-top: 0;
  }
  .n-pagebuilder-column-line-2 .pagebuilder-column-line .pagebuilder-column {
    width: 49% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-main-full-width .columns .column.main {
    padding: 0 15px;
  }
  .action.nav-toggle:before {
    color: #000;
  }
  .nav-toggle {
    z-index: 10;
    top: 50%;
    transform: translate(0, -50%);
  }
  .logo {
    margin: 10px 0;
  }
  .home-product-section {
    margin-bottom: 20px !important;
  }
  .n-categories-wrap {
    margin-top: 50px;
  }
  .n-categories-wrap .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  .n-categories-wrap .pagebuilder-column {
    flex-direction: initial;
  }
  .n-categories-wrap .pagebuilder-column {
    flex-basis: initial;
  }
  .n-categories-wrap figcaption {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .n-wrap-2 .pagebuilder-column-line .pagebuilder-column:last-child {
    padding-left: 10px;
    padding-top: 0;
  }
  .n-pagebuilder-column-line-2 h6 {
    font-size: 10rem;
  }
  .navbar {
    display: none !important;
  }
  .nav-toggle {
    display: block;
  }
  .n-pagebuilder-column-line-2 .pagebuilder-column {
    flex-basis: initial;
  }
  .n-pagebuilder-column-line-2 {
    margin-bottom: 20px;
  }
  .catalog-product-view .column.main {
    flex-direction: initial !important;
  }
  .page-layout-1column .product.media {
    padding: 0 15px 0 0;
  }
  .product-full-width-section {
    width: 100%;
  }
  .page-main-description figure img {
    display: flex;
    margin: auto;
  }
  .n-pagebuilder-column-line-2 h3 {
    padding-top: 0;
    margin-top: 0;
  }
  .category-our-essence h2 {
    margin-top: 0;
  }
  .category-our-essence h3 {
    font-size: 18px;
  }
  .n-pagebuilder-column-line-2 h3 {
    padding-top: 0;
    margin-top: 0;
  }
  .n-pagebuilder-column-line-2 .pagebuilder-column-line .pagebuilder-column {
    width: 49% !important;
  }
  .category-the-master-creators .n-pagebuilder-column-line-2 .pagebuilder-column {
    align-self: flex-start !important;
  }
  .category-the-master-creators .n-pagebuilder-column-line-2 .pagebuilder-column h2 {
    margin-top: 0;
    padding-top: 0;
  }
  /************/
}
@media (max-width: 991px) {
  /**Mobile Menu**/
  .hamburger-menu-mobile {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 101;
    top: 0;
    left: -100%;
    transition: 0.5s linear;
    display: block;
    overflow: auto;
  }
  .hamburger-menu-mobile .mobile-menu {
    margin-top: 30px;
  }
  .close-x {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
    font-size: 30px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
  }
  .close-x img {
    width: 22px;
    cursor: pointer;
  }
  .left-zero {
    left: 0;
  }
  /****************************/
  .panel {
    background-color: #fff;
  }
  .panel .panel-heading,
  .panel-group .link a {
    color: #000;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    position: relative;
  }
  .panel .panel-heading .panel-title,
  .panel-group .link a .panel-title {
    margin: 0;
  }
  .panel-group .link a {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.6rem;
  }
  .panel-body {
    padding: 15px;
    border-top: 1px solid #ddd;
  }
  .panel-body ul {
    padding-left: 15px;
    margin-bottom: 0;
    list-style-type: none;
  }
  .panel-body .sub-menu-heading {
    font-weight: 600;
    font-size: 1.6rem;
    color: #222222;
    margin-bottom: 15px;
  }
  /**Logic Class**/
  .panel .panel-heading::after {
    content: "\002B";
    color: #000;
    font-weight: 700;
    font-size: 18px;
  }
  .panel-heading.active::after {
    content: "\2212";
  }
  .panel-collapse {
    display: none;
  }
  .panel-heading.active + .panel-collapse {
    display: block;
  }
  .page-header {
    margin-bottom: 10px;
  }
  .catalog-category-view .product-item-name a {
    margin: 15px 0;
    font-size: 3rem;
  }
  .category-view {
    margin-top: 0;
  }
  .fragrance-wrap {
    margin-top: 0;
  }
  .n-pagebuilder-column-line-2 {
    margin-bottom: 30px;
  }
  .n-pagebuilder-column-line-2 figure {
    margin-bottom: 10px;
  }
  .category-the-master-creators .pagebuilder-column {
    align-self: flex-start;
  }
  /**********/
}
@media (max-width: 767px) {
  .solwin-menu {
    display: block !important;
  }
  .bi-menu {
    display: none !important;
  }
  .hide-desktop {
    display: block !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .mobile-reverse .pagebuilder-column-line {
    flex-wrap: wrap-reverse;
  }
  .category-view {
    margin-top: 15px;
  }
  .n-pagebuilder-column-line-2 {
    margin-bottom: 50px;
  }
  /****/
  .header .logo img {
    max-width: 90px;
    max-height: initial !important;
  }
  .page-header .nav-toggle {
    top: 30px !important;
  }
  .video-card {
    width: 100%;
    xmargin-top: 50px;
  }
  .page-main-full-width {
    padding: 0 15px;
  }
  .n-categories-wrap figcaption {
    padding-bottom: 30px !important;
  }
  .n-categories-wrap .pagebuilder-column-line {
    margin-bottom: 10px;
  }
  .n-wrap-2 .pagebuilder-column-line .pagebuilder-column:last-child {
    padding-left: 0;
    padding-top: 30px;
  }
  .n-pagebuilder-column-line-2 .sub-heading-medium {
    width: 70%;
  }
  .mobile-reverse h3,
  .mobile-reverse figure {
    text-align: left;
  }
  h2.n-subtitle {
    line-height: 1.2;
  }
  .page-products .columns {
    padding-top: 0;
  }
  .product-item-name > a {
    font-size: 16px;
  }
  .n-pagebuilder-column-line-2 p {
    padding-top: 5px;
    margin-bottom: 5px;
  }
  .pagebuilder-slider.slick-initialized.slick-slider {
    margin-bottom: 30px;
  }
  .page-layout-1column .product-info-main {
    width: 100% !important;
  }
  .page-layout-1column .product.media {
    width: 100%;
    padding: 0;
  }
  .page-layout-product-full-width .columns .column.main {
    padding-bottom: 0;
  }
  h2 {
    font-size: 20px;
    line-height: 34px;
  }
  .n-pagebuilder-column-line-2 .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
  }
  .n-pagebuilder-column-line-2 figure {
    xmargin-bottom: 30px;
  }
  .fotorama-item {
    margin-bottom: 30px;
  }
  .table-wrapper {
    border-top: none !important;
  }
  #maincontent {
    margin-top: 15px;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    max-height: 100vh;
  }
  .catalog-category-view .product-item-name a {
    font-size: 2.5rem;
  }
  .n-pagebuilder-column-line-2 h3 + h3 {
    margin-bottom: 10px;
  }
  h2,
  h3,
  .catalog-category-view .product-item-name a {
    letter-spacing: 3px;
  }
  h1 {
    letter-spacing: 3px;
  }
  h2.n-subtitle {
    font-size: 26px;
    letter-spacing: 3px;
  }
  /**************************/
  .owl-theme .owl-controls .owl-page {
    bottom: 40px;
  }
  .home-product-section {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }
  .n-pagebuilder-column-line-2 h6 {
    font-size: 8rem;
  }
  .mobile-reverse h6 {
    text-align: left !important;
  }
  .cms-faq .ui-tabs {
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cms-faq .tabs-content h4 {
    line-height: 25px !important;
  }
  .nav-toggle {
    z-index: 10;
  }
  .scrollup {
    z-index: 9 !important;
  }
  .page-header .logo {
    margin: 0 !important;
  }
  /****************************/
  .thumblin-slider-wrap {
    margin-top: 10px;
    /* the slides */
    /* the parent */
  }
  .thumblin-slider-wrap .slick-slide {
    margin: 0 5px;
  }
  .thumblin-slider-wrap .slick-list {
    margin: 0 -5px;
  }
  .thumblin-slider-wrap .slider-for-ingredients-thumb {
    margin-top: 0;
  }
  .thumblin-slider-wrap .slider-for-ingredients-thumb .slide-thumb {
    padding: 0;
  }
  .thumblin-slider-wrap .slider-for-ingredients {
    display: block;
  }
  .thumblin-slider-wrap .slick-prev,
  .thumblin-slider-wrap .slick-next {
    height: 30px;
    width: 30px;
  }
  .thumblin-slider-wrap .slick-prev:before,
  .thumblin-slider-wrap .slick-next:before,
  .thumblin-slider-wrap .slick-prev:after,
  .thumblin-slider-wrap .slick-next:after {
    font-size: 18px;
  }
  .thumblin-slider-wrap .slick-next:before {
    padding-left: 0;
  }
  .thumblin-slider-wrap .slick-prev:before {
    padding-right: 0;
  }
  /*********/
  .n-categories-wrap {
    margin-top: 50px;
  }
  .pagebuilder-slider.slick-initialized.slick-slider {
    margin-bottom: 10px;
  }
  /**************/
  .page-main > .page-title-wrapper .page-title {
    font-size: 2rem;
  }
  .catalog-category-view .product-item-name a {
    margin: 5px 0;
  }
  .page-header {
    margin-bottom: 30px;
  }
  .catalog-category-view .product-item-name a {
    font-size: 2rem;
  }
  .category-our-essence h2 {
    margin-top: 0;
  }
  .category-our-essence h3 {
    font-size: 18px;
  }
  .category-the-master-creators .n-pagebuilder-column-line-2 figure {
    margin-bottom: 30px !important;
  }
  .cms-page-view h1 {
    font-size: 2rem !important;
  }
  .category-title {
    letter-spacing: 1px;
  }
  /**************/
}
.htmlsitemap-index-index .block-categories ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.action.primary {
  color: #222222;
}
/*******14 Aug 2023*******/
.box-tocart .action.tocart,
.action.primary,
.block-minicart .block-content .actions .viewcart {
  width: auto !important;
  background: #fff;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #dddddd;
  color: #222222;
  font-size: 1.6rem !important;
  cursor: pointer;
  display: inline-block;
  font-family: "FuturaBkBTBook";
  padding: 8px 15px !important;
}
.action.primary:hover {
  background: #ffffff;
  border: 1px solid #dddddd;
  color: #222222;
}
a.pagebuilder-button-primary {
  width: auto !important;
  background: #fff;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #dddddd;
  color: #222222;
  font-size: 1.6rem !important;
  cursor: pointer;
  display: inline-block;
  font-family: "FuturaBkBTBook";
  padding: 8px 15px !important;
}
.block-minicart .items-total .count,
.block-minicart .block-content .items-total {
  font-weight: 400 !important;
}
.block-minicart .subtotal {
  margin: 0;
  text-align: left;
}
.block-minicart .action.primary {
  margin: 0;
}
.block-minicart .product .actions > .primary {
  display: none;
}
.block-minicart .product-image-container {
  width: 120px !important;
  height: 120px !important;
  overflow: hidden;
}
.block-minicart .product-image-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill;
}
.block-minicart .product-item .product .product-item-photo {
  margin-left: 1px;
  margin-right: 10px;
}
.block-minicart .minicart-items .product-item-details {
  text-align: left;
}
.block-minicart .product-item-name {
  text-align: left;
  margin: 0 !important;
}
.block-minicart .product-item-name a {
  font-weight: 400 !important;
}
.block-minicart .block-content .actions .viewcart {
  width: 90% !important;
}
.block-minicart .minicart-items .price-excluding-tax {
  margin: 0;
}
.block-minicart .subtotal {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.block-minicart .action.primary {
  background: #000;
  color: #fff;
  width: 100% !important;
  min-height: 40px;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 16px !important;
  margin-left: 5px;
}
/******16 Aug******/
.page-header .panel.wrapper {
  border-bottom: none;
}
.page-header .block-search {
  padding: 0;
  width: auto;
}
.page-header .header.panel {
  padding-bottom: 0px;
  padding-top: 0px;
  display: flex;
  align-items: center;
}
.page-header .header.links > li {
  border-left: none !important;
  line-height: 1.1 !important;
  margin: 0 10px 0 0px !important;
  padding: 0 10px !important;
}
.page-header .block-search {
  padding: 0 !important;
  margin: 0;
  line-height: 1.1 !important;
}
.page-header .minicart-wrapper .action.showcart:before {
  font-size: 20px;
  line-height: 30px;
}
.page-header .minicart-wrapper .action.showcart:hover:before {
  color: #000;
}
#custom-search {
  display: none;
  width: 100%;
  margin-top: 15px;
  position: fixed;
  z-index: 1000;
  left: 0px;
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 4em;
}
.logo {
  z-index: 1;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title {
  background: #fff;
  border-bottom: 1px solid #ddd;
  color: #000;
}
.scrollup {
  z-index: 80;
}
.product-info-main .product-add-form .box-tocart .field.qty .control #qty {
  height: auto;
  padding: 6px 15px;
}
.minicart-wrapper .action.showcart .counter.qty {
  line-height: 28px;
}
.product-info-main .product-add-form .box-tocart .actions #product-addtocart-button {
  height: auto;
}
.minicart-wrapper .action.close::before {
  color: #000;
}
.minicart-wrapper .action.close:hover::before {
  color: #000;
}
.minicart-wrapper .action.close {
  top: 15px;
}
.header.content {
  padding: 0px 20px 20px;
  margin-top: 20px;
}
.page-header .switcher {
  margin: 0;
  padding: 0;
  border-left: none;
}
.product-info-main .product-add-form .box-tocart .field.qty > label.label {
  line-height: 2.2;
}
button {
  background: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
/*** By kanika from live ***/
.discoveryset-info p {
  margin: 15px auto;
}
.home-product-section h2.n-subtitle {
  font-size: 32px;
}
.product-info-main .subhead {
  letter-spacing: 3px !important;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  margin: 0px;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.n-pagebuilder-column-line-2 h4 {
  letter-spacing: 4px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 0;
  margin: 0;
  font-size: 20px;
}
.n-pagebuilder-column-line-2 h4 + h4 {
  padding-top: 0;
  margin-top: 0;
}
.mobile-reverse h4 {
  text-align: right;
}
.page-header .minicart-wrapper .action.showcart:before {
  display: none;
}
.cat-icon {
  width: 18px;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .mobile-reverse h4 {
    text-align: left;
  }
}
@media print {
  * {
    width: 100%;
  }
  p {
    text-align: left;
    width: 100%;
    display: block;
  }
  img {
    display: none !important;
  }
  .slick-slider {
    display: none !important;
  }
  video {
    display: none !important;
  }
  .ui-accordion [data-role="content"] {
    display: block !important;
  }
}
/*** location popup **/
.b-popup-body {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
.b-popup-body .b-popup-card {
  position: absolute;
  background: #fff;
  padding: 50px;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 750px;
}
.b-popup-body .b-popup-card .close-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.b-popup-body .b-popup-card .b-popup-heading p {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
.b-popup-body .b-popup-card .b-popup-heading h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  letter-spacing: 2px;
}
.b-popup-body .b-popup-card .b-popup-content {
  margin-top: 50px;
  text-align: center;
}
.b-popup-body .b-popup-card .b-popup-content .links-wrap ul {
  list-style-type: none;
  padding: 0;
}
.b-popup-body .b-popup-card .b-popup-content .links-wrap ul li,
.b-popup-body .b-popup-card .b-popup-content .links-wrap ul li a {
  margin: 15px 0;
  cursor: pointer;
  color: #1d1d1d;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}
.b-popup-content {
  display: flex;
  justify-content: center;
}
.b-popup-content .w-30 {
  width: 30%;
  transition: 0.2s linear;
}
.b-popup-content .w-70 {
  border-left: 1px solid #ddd;
  width: 70%;
  display: none;
  transition: 0.2s linear;
}
.b-popup-content .w-70 .country-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.b-popup-content .w-70 .country-list li {
  width: 25%;
}
.b-popup-content .w-70 .country-list li a {
  margin: 10px 0;
  cursor: pointer;
  color: #1d1d1d;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  display: block;
}
/****/
#bss-cookie-notice {
  background: #fff !important;
}
#bss-cookie-notice .cookie-title {
  color: #222 !important;
}
#bss-cookie-notice .cookie-content {
  color: #222 !important;
  line-height: 1.2 !important;
  margin-bottom: 25px;
}
#bss-cookie-notice .btn-cookie-more-infor {
  display: none !important;
}
#bss-cookie-notice .btn-cookie-accept {
  background-color: #fff !important;
  color: #222 !important;
  border: 1px solid #ddd !important;
  font-weight: 500 !important;
  border-radius: 0 !important;
}
.sub-language {
  display: none;
}
/**20 Aug 2023**/
.page-header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  box-sizing: border-box;
  width: 100%;
}
.page-header .panel.wrapper {
  z-index: 100;
  position: absolute;
  right: 0;
  top: 30%;
}
.page-header .authorization-link a {
  width: 14px;
  color: #000;
  line-height: initial !important;
}
.page-header #search-btn {
  width: 18px;
  color: #000;
  display: inline-block;
}
.page-header .header.panel > .header.links {
  align-items: center;
  display: flex;
}
.page-header .switcher .options .action.toggle {
  min-width: 50px;
}
.page-header .switcher .options .action.toggle:after {
  font-size: 16px;
  line-height: 1.3;
  content: "\f107" !important;
}
.page-header .switcher strong {
  font-size: 14px;
  padding-right: 5px;
}
.page-header .header.links > li {
  margin: 0 5px 0 0px !important;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 40px;
}
.block-minicart .product-item .product .product-item-photo {
  margin-left: 1px;
  margin-right: 30px;
}
.minicart-items .action.delete:before {
  content: "\f00d";
  font-family: "Fontawesome";
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions {
  margin-top: 20px;
}
/*********/
.customer-account-login .page-title-wrapper {
  display: none;
}
.customer-account-login .login-container .block .block-title strong {
  font-weight: 600;
}
.customer-account-login .fieldset > .field.choice .label {
  margin: 0px !important;
}
.customer-account-login .field.choice {
  display: flex;
}
.customer-account-login .action.login.primary {
  background: #000;
  color: #fff;
}
/*********/
.customer-account-create .page-title-wrapper {
  display: none;
}
.customer-account-create .login-container .block .block-title strong {
  font-weight: 600;
}
.customer-account-create .field.choice {
  display: flex;
}
.customer-account-create .fieldset > .field.choice .label {
  margin: 0px !important;
}
.customer-account-create .action.submit.primary {
  background: #000;
  color: #fff;
}
.customer-account-create .account .legend > span {
  font-weight: 600 !important;
}
/**form**/
.fieldset > .field > .label {
  font-weight: 400 !important;
  margin: 0 0 5px !important;
}
.form-control,
.input-text {
  height: 40px !important;
  border-radius: 3px !important;
}
/****/
.customer-account-forgotpassword .page-title-wrapper {
  display: none;
}
.customer-account-forgotpassword .action.submit.primary {
  background: #000;
  color: #fff;
}
.field.choice {
  display: flex;
}
.field.choice .label {
  margin: 0 !important;
}
/****/
/**23 Aug 2023**/
#custom-search {
  width: 300px;
  position: absolute;
  right: 0;
  left: initial;
  border-top: none;
  border-bottom: none;
  height: initial;
}
.page-header .block-search {
  margin: 0 8px;
}
.box-tocart .fieldset > .field > .label {
  margin: 0 5px 0px 0px !important;
}
.account .page-title-wrapper .page-title {
  display: none;
}
.account .action.edit,
.account .action.change-password {
  text-decoration: underline;
}
.block-dashboard-info .block-title {
  margin-bottom: 20px;
}
.account .column.main .block:not(.widget) .box-title > span {
  font-weight: 600;
}
.account .block.block-dashboard-addresses .block-title {
  margin-bottom: 20px;
}
.page-main > .page-title-wrapper .page-title {
  margin-bottom: 40px;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #000;
}
.account .block-collapsible-nav + .block-collapsible-nav {
  display: none;
}
.account .block.block-dashboard-orders {
  margin-top: 40px;
}
/***28 Aug*****/
#bss-cookie-notice {
  border: 1px solid #ddd !important;
  box-shadow: none !important;
}
.catalogsearch-result-index .toolbar-products {
  display: none;
}
.catalogsearch-result-index .sidebar-main .block .block-content .block-subtitle {
  display: none;
}
.catalogsearch-result-index .products-grid .product-item {
  width: 30% !important;
  margin: 0 1% 2% !important;
}
.page-main > .page-title-wrapper .page-title {
  margin-bottom: 40px;
  margin-top: 20px;
}
.catalogsearch-result-index .sidebar-main .block .block-title > strong {
  font-weight: 400;
  text-transform: none;
}
.catalogsearch-result-index .page-main > .page-title-wrapper .page-title {
  text-transform: none;
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 20px;
  letter-spacing: 2px;
}
.catalogsearch-result-index .filter-options .filter-options-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.catalogsearch-result-index .filter-options-content li a {
  display: flex;
  justify-content: space-between;
}
.block-search input {
  background: #fff;
}
/************/
.homepage-banner-slider .slick-dots li button {
  border-radius: 0;
  height: 4px;
  width: 30px;
}
.homepage-banner-slider .slick-dots li {
  height: auto;
  margin: 0 3px;
  width: auto;
}
.homepage-banner-slider .slick-dots {
  padding: 25px 0;
}
.block.related .product-item-details,
.block.crosssell .product-item-details {
  margin-top: 30px;
}
.block.related .product-item-info,
.block.crosssell .product-item-info {
  width: 100%;
}
.block.related .product-image-wrapper,
.block.crosssell .product-image-wrapper {
  padding-bottom: 100% !important;
}
.block.related .block-title.title,
.block.crosssell .block-title.title {
  margin-bottom: 10px;
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0;
}
.block.related .block-title.title strong,
.block.crosssell .block-title.title strong {
  font-weight: 400 !important;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.block.related .product-item-name a,
.block.crosssell .product-item-name a {
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 400 !important;
}
.home-product-section h2.n-subtitle {
  font-size: 25px;
}
.modal-inner-wrap {
  padding: 40px;
}
.modal-inner-wrap img {
  display: table;
  margin: auto;
}
.modal-inner-wrap .modal-popup .modal-header,
.modal-inner-wrap .modal-popup .modal-content,
.modal-inner-wrap .modal-popup .modal-footer {
  padding-left: 0;
  padding-right: 0;
}
.modal-inner-wrap .modal-footer {
  display: block;
}
.modal-inner-wrap .modal-popup .modal-title {
  font-size: 18px;
  padding-right: 0;
  letter-spacing: 1px;
  color: #000;
}
.modal-inner-wrap header.modal-header-inner {
  padding: 40px 0px 20px;
}
.modal-inner-wrap header {
  margin-top: 0px;
  padding-bottom: 20px;
}
.modal-popup .modal-title {
  font-size: 18px;
  padding-right: 0 !important;
  letter-spacing: 1px;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  text-transform: capitalize;
}
.modal-header {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 0;
  padding-right: 0;
}
/**05 Sep 2023**/
.slick-slider .product-item {
  padding: 10px !important;
}
.btn-wrap {
  margin-top: 20px;
}
.btn-black:hover {
  background-color: #222 !important;
  color: #fff !important;
  border: 1px solid #222 !important;
}
/**6 Sep 2023**/
.mt_popup_cookie_main_container .mt_popup_cookie_content {
  width: auto;
  padding: 40px;
}
.mt_popup_cookie_main_container .mt_popup_cookies_container {
  max-width: 600px !important;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translate(0, -50%);
}
.mt_popup_cookie_main_container .mt_popup_cookie_actions {
  justify-content: space-between;
  margin: 0;
  flex-direction: initial;
}
.mt_popup_cookie_main_container button {
  width: 49%;
}
.mt_popup_cookie_main_container .popup_accept_cookie:hover {
  color: #fff;
}
.mt_popup_cookie_main_container .popup_customize_cookie {
  background-color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.6rem !important;
  border: 1px solid #000 !important;
}
.mt_popup_cookie_main_container .mt_popup_cookie_actions {
  margin-top: 20px;
}
.mt_checkbox_popup:checked + .mt_cookiegroup_popup_toggle_slider {
  background: #000;
}
.mt_cookiegroup_popup_done_primary button {
  background-color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.6rem !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}
.modal-inner-wrap .modal-content {
  max-height: 100%;
}
.cms-page-view h3,
.blog-page-list h3 {
  font-size: 2.5rem;
  text-transform: capitalize !important;
  color: #222222;
  font-weight: 400;
  letter-spacing: 1px !important;
}
.htmlsitemap-index-index .block-categories ul ul {
  display: none;
}
/**12 Sep 2023**/
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .items-total {
  display: none;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title {
  text-transform: capitalize;
  letter-spacing: 1px;
}
#custom-sliding-cart .product-image-container {
  display: block;
  max-width: 100%;
}
.cart.table-wrapper .cart thead tr th.col {
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.cart.table-wrapper .product-image-container {
  width: 170px !important;
}
.cart.table-wrapper .item .col.item {
  display: flex;
  flex-direction: column;
}
.cart.table-wrapper .product-item-details {
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  text-align: left;
}
.cart.table-wrapper .product-image-container span.product-image-wrapper {
  border: 1px solid #ddd;
}
.cart.table-wrapper .actions-toolbar > .action-edit {
  display: none;
}
.cart.table-wrapper .product-item-photo {
  width: 100%;
}
.cart.table-wrapper .item-actions {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.cart.table-wrapper .product-item-details {
  padding-bottom: 0px;
}
.cart.table-wrapper table th {
  padding: 10px 0px;
  font-weight: 400;
}
.cart.table-wrapper .action {
  display: none;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  display: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: auto;
  height: auto;
  margin: 0;
  width: auto;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 55px;
}
.cart-summary .cart-totals tbody .mark .value {
  display: block;
}
.cart-summary .cart-totals .grand .mark {
  font-size: 1.6rem;
}
.cart-summary .cart-totals .grand .mark strong {
  font-weight: 400 !important;
}
.cart-summary .block .title strong {
  font-weight: 400;
}
.cart-summary .block.active > .title:after {
  display: none;
}
.cart-summary .cart-totals .grand strong {
  font-weight: 400 !important;
  font-size: 1.6rem;
}
.cart-summary .checkout-methods-items {
  text-align: left;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  background: #000;
  color: #fff;
}
.cart-summary .block .fieldset .field > .label {
  margin: 0 0 8px;
  display: none;
}
.cart-summary .title {
  font-weight: 600;
}
.block.crosssell {
  width: 100%;
}
.checkout-cart-index .page-main > .page-title-wrapper .page-title {
  text-transform: capitalize;
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-weight: 600;
}
/**16 Sep 2023**/
.orders-history thead tr {
  border-top: 1px solid #ddd;
}
.orders-history th {
  font-weight: 400;
}
.orders-history a {
  text-decoration: underline;
  display: inline-flex;
}
.sales-order-view .order-actions-toolbar .action {
  display: none;
}
.sales-order-view .page-title-wrapper .order-date {
  margin-top: 20px;
  background: #e9e9e9;
  padding: 10px 10px;
  font-weight: bold;
}
.sales-order-view .order-actions-toolbar .action.print {
  text-decoration: underline;
  display: block;
}
.sales-order-view .order-links {
  padding-bottom: 5px;
}
.sales-order-view .table-order-items th {
  font-weight: 400;
}
.sales-order-view .order-details-items .order-title > strong {
  display: none !important;
}
.sales-order-view .order-links {
  margin-bottom: 20px;
}
.sales-order-view .product-item-name {
  text-align: left;
}
.sales-order-view .price-including-tax .price,
.sales-order-view .price-excluding-tax .price {
  font-weight: 700;
  color: #222222;
  font-family: "FuturaBkBTBook";
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.6rem;
}
.sales-order-view .table tfoot {
  background: #fff;
  border-top: 1px solid #ddd;
}
.sales-order-view table > tfoot > tr > td {
  padding: 5px 10px;
}
.sales-order-view .grand_total {
  background: #e9e9e9;
}
.sales-order-view .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  padding: 11px 10px !important;
}
.sales-order-view .order-details-items {
  border-bottom: none;
}
.sales-order-view .block-order-details-view .block-title {
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.sales-order-print .page-title-wrapper .order-date,
.sales-order-invoice .page-title-wrapper .order-date {
  margin-top: 20px;
  background: #e9e9e9;
  padding: 10px 10px;
  font-weight: bold;
}
.sales-order-print .logo,
.sales-order-invoice .logo {
  display: table;
  margin: auto;
}
.sales-order-print .table tfoot,
.sales-order-invoice .table tfoot {
  background: #fff;
  border-top: 1px solid #ddd;
}
.sales-order-print table > tfoot > tr > td,
.sales-order-invoice table > tfoot > tr > td {
  padding: 5px 10px;
}
.sales-order-print .grand_total,
.sales-order-invoice .grand_total {
  background: #e9e9e9;
}
.sales-order-print .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-order-invoice .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  padding: 11px 10px !important;
}
.sales-order-print .price-including-tax .price,
.sales-order-invoice .price-including-tax .price,
.sales-order-print .price-excluding-tax .price,
.sales-order-invoice .price-excluding-tax .price {
  font-weight: 700;
  color: #222222;
  font-family: "FuturaBkBTBook";
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.6rem;
}
.sales-order-print .product-item-name,
.sales-order-invoice .product-item-name {
  text-align: left;
}
.sales-order-print .order-details-items,
.sales-order-invoice .order-details-items {
  border-bottom: none;
}
.sales-order-print .block-order-details-view .block-title,
.sales-order-invoice .block-order-details-view .block-title {
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.sales-order-print .table-order-items th,
.sales-order-invoice .table-order-items th {
  font-weight: 400;
}
.sales-order-print .order-details-items .order-title > strong,
.sales-order-invoice .order-details-items .order-title > strong {
  font-weight: 700;
  font-size: 1.6rem;
  display: block;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#muteunmute-home-video {
  right: 60px !important;
}
.slick-dots {
  bottom: -25px !important;
}
.slick-dots {
  opacity: 1 !important;
}
.slick-dots li button {
  background: #ddd;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal {
  text-align: left;
}
/**********/
.cms-terms-and-conditions-custom ol {
  counter-reset: item;
  position: relative;
  padding: 0;
}
.cms-terms-and-conditions-custom ol li {
  display: block;
}
.cms-terms-and-conditions-custom ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}
.cms-terms-and-conditions-custom ol ol ol li:before {
  content: counter(item, lower-alpha) ".";
  position: relative;
  left: -5px;
}
.cms-terms-and-conditions-custom ol ol li {
  text-indent: -30px;
}
.cms-terms-and-conditions-custom ol ol ol li {
  text-indent: -15px;
}
.cms-terms-and-conditions-custom ol ol ol ol li:before {
  content: counter(item, upper-roman) ".";
  position: relative;
  left: -5px;
}
.cms-terms-and-conditions-custom ol ol {
  padding-left: 30px;
  margin-top: 15px;
}
.cms-terms-and-conditions-custom ol > li {
  margin-bottom: 1.5rem;
}
/**25 Sep 2023**/
.block-authentication .block-title {
  font-size: 2.2rem;
  line-height: 1.2;
}
.block-authentication .block[class] {
  padding: 20px 30px 0 0;
}
.block-authentication .action.action-login {
  padding: 8px 15px;
  font-size: 1.6rem;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 0.5rem;
}
/**26 Sep 2023**/
.opc-progress-bar-item {
  width: 33.33%;
}
.opc-progress-bar-item:before {
  background: transparent;
  top: 16px;
  height: 0;
  border: 1px solid #ddd;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #000;
  height: 10px;
  margin-left: -7px;
  width: 10px;
}
.opc-progress-bar-item._active > span:before,
.opc-progress-bar-item._complete > span:before {
  background: #000;
}
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._complete:before {
  background: #000;
  height: 3px;
  top: 15px;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #fff;
  height: 10px;
  top: 10px;
}
.opc-progress-bar-item > span:after {
  content: "";
  counter-increment: none;
}
.opc-progress-bar-item._active > span:after,
.opc-progress-bar-item._complete > span:after {
  font-family: "luma-icons";
  content: "";
  background: #000;
  top: 12px;
  border: 1px solid #000;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #fff;
  height: 10px;
  top: 11px;
  border: 1px solid #ddd;
}
.opc-progress-bar-item._complete > span:after {
  content: "";
}
.opc-progress-bar-item._complete > span {
  color: #000;
}
.opc-progress-bar-item._complete:hover:before {
  background: #000;
}
/**************/
.form.payments hr {
  display: none;
}
.form.payments .field.choice {
  align-items: center;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  display: none;
}
.checkout-payment-method .payment-option-inner {
  max-width: 300px;
}
.minicart-items .product-item-details {
  padding-left: 0;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 15px;
  text-transform: uppercase;
}
.minicart-items .product-item-name {
  text-align: left;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 16px !important;
  margin: 0 !important;
}
.opc-block-summary .product-item .product-item-inner {
  max-width: 100%;
  margin: 10px 0 10px;
  box-sizing: border-box;
  padding-right: 15px;
}
.opc-block-summary .product-item .price {
  font-weight: 700;
}
.opc-block-shipping-information {
  padding: 0;
}
/**********/
.opc-summary-wrapper .modal-inner-wrap {
  padding: 0;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: 100%;
}
.opc-wrapper .fieldset.address {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
}
.opc-wrapper select {
  height: 40px !important;
  border-radius: 3px !important;
}
.opc-wrapper .fieldset > .field {
  width: 31.333%;
  margin: 0 1% 20px;
}
.opc-wrapper .field.street {
  width: 100% !important;
}
/**28 Sep 2023**/
.block.crosssell {
  padding: 0;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline;
  padding: 0;
  position: absolute;
  left: 6px;
  font-size: 11px;
  top: 0px;
  line-height: initial;
  height: initial;
}
.minicart-wrapper .action.showcart {
  display: inline;
  position: relative;
}
.minicart-wrapper {
  margin: 0;
}
.minicart-wrapper .action.showcart.active {
  display: inline !important;
}
/**6 Oct 2022**/
.cancel-order-button {
  font-family: "FuturaBkBTBook";
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.6rem;
  border: none;
  padding: 0;
  text-transform: capitalize;
  text-decoration: underline;
  vertical-align: top;
}
.cancel-order-button:hover {
  background: none;
  border: none;
  color: #222222;
}
.orders-history .col.actions .action:after {
  margin: 8px 10px 0 !important;
}
.block-order-details-view .block-content {
  display: flex;
  flex-wrap: wrap;
}
.page-header .authorization-link a.logout {
  width: 100% !important;
}
.customer-welcome li a {
  padding: 5px;
}
nav.item.current {
  padding: 5px;
  display: block;
  font-weight: 400;
}
.customer-welcome .header.links {
  padding: 10px 0;
}
.modal-popup .modal-header {
  display: block !important;
}
.cp-footer-main .block.newsletter .field {
  width: 100%;
}
table > thead > tr > th {
  padding: 15px 10px;
}
.pages .current strong.page {
  color: #000 !important;
}
.cms-terms-and-conditions-custom p {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.category-title {
  margin-bottom: 25px !important;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .block.newsletter > .content .field.newsletter .control #newsletter {
  color: #fff !important;
}
/**17 Oct 2023**/
#check-delivery-form {
  margin-bottom: 20px;
}
.totals-tax {
  display: none !important;
}
.homepage-banner-slider .slick-dots {
  padding: 0px 0 !important;
}
.check-delivery {
  display: flex;
  flex-wrap: wrap;
}
.check-delivery .legend {
  margin: 0 0 10px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.check-delivery .fieldset {
  width: 50%;
  margin-right: 10px;
}
.check-delivery .actions-toolbar {
  margin-top: 28px;
  align-self: self-start;
}
.check-delivery .action.primary {
  padding: 10px 15px !important;
}
.check-delivery .message.error {
  padding-left: 20px;
}
.action.primary:focus,
.action.primary:active {
  border: 1px solid #ddd;
  color: #222222;
}
.opc-wrapper .shipping-address-item {
  padding: 20px 35px 20px 0px;
}
.checkout-payment-method .payment-method-content {
  padding: 0 0 20px 0px;
}
.checkout-payment-method .payment-option-content {
  padding: 0px;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  padding: 0 0 0 20px;
}
/****/
.popup_accept {
  display: block;
  padding: 8px 10px;
}
.mt_popup_cookie_main_container button {
  padding: 0;
}
.cms-scent-essentials ol {
  padding-left: 15px;
}
.product-info-main p:not(.subhead) {
  text-align: justify !important;
}
.cms-faq div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-state-active {
  z-index: 1 !important;
}
.navbar span ~ span a span::after {
  display: none;
}
.cp-footer-container .cp-footer-main {
  width: 20%;
}
.terms-cond-click {
  margin-top: 15px !important;
  color: #fff !important;
}
.terms-cond-click a {
  color: #4c9dff !important;
}
.page-header .switcher .options ul.dropdown {
  min-width: 200px;
}
.page-header .switcher .options ul.dropdown a {
  font-size: 1.4rem;
}
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 0px;
}
.slick-dots .slick-active a {
  xborder-bottom: 1px solid #000;
  color: #000 !important;
}
.header.content {
  padding: 0px 20px 0px;
  max-width: 100% !important;
  left: 0;
}
/****/
.sitemap-item-type.sitemap-item-section h6 {
  margin-top: 0;
  font-size: 1.6rem !important;
}
.sitemap-item-type.sitemap-item-section a {
  margin-bottom: 10px;
  display: inline-block;
}
/****************/
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .cp-social li a {
  border-color: #fff !important;
  color: #222 !important;
  background: #fff !important;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .cp-social li a .fa {
  color: #222 !important;
}
.m-cp-fcontact a {
  padding-left: 2px;
}
.cms-home figcaption,
.cms-home-fr figcaption {
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 25px;
  padding-bottom: 5px;
}
.discoveryset-info p {
  margin: 0px auto 15px;
}
.n-wrap-1 {
  margin-top: 25px;
}
.n-categories-wrap {
  margin-top: 0px;
}
.n-categories-wrap .pagebuilder-column-line {
  margin-bottom: 0;
}
.homepage-banner-slider .slick-dots li {
  border-bottom: 2px solid #222 !important;
  padding: 2px 5px;
}
.iconplaypause {
  width: 35px;
  height: 35px;
  background-color: #fff;
  position: absolute;
  right: 90px;
  bottom: 10px;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  cursor: pointer;
}
.homepage-banner-slider .slick-dots li {
  border-bottom: 2px solid #222 !important;
  padding: 2px 5px;
}
#muteunmute-home-video {
  border: 0;
  padding: 5px;
  width: 35px;
  height: 35px;
  background-color: #fff !important;
  position: absolute !important;
  bottom: 10px !important;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  cursor: pointer;
}
.slick-dots {
  bottom: -40px !important;
}
.fotorama__arr .fotorama__arr__arr {
  height: 45px;
  width: 45px;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -172px -98px;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -95px -96px;
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background: none;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background: none;
}
.post-text-hld p br {
  display: none;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: none;
  border: none;
  box-shadow: none;
}
.slick-dots {
  opacity: 1 !important;
}
.homepage-banner-slider .slick-dots li {
  opacity: 0.6;
}
.slick-dots li.slick-active {
  opacity: 1 !important;
}
.iconplaypause,
#muteunmute-home-video {
  width: 25px;
  height: 25px;
  font-size: 12px;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #959595;
}
.fotorama_arr--next .fotoramaarr_arr {
  background-position: -172px -98px;
}
.fotorama_arr--prev .fotoramaarr_arr {
  background-position: -95px -96px;
}
.blog-index-index h1 {
  margin-bottom: 80px !important;
}
.blog-post-view .page-title-wrapper {
  display: none;
}
.blog-post-view .columns {
  margin-top: 50px;
}
.navbar .widget {
  font-size: inherit;
}
/****/
.post-list .post-header .post-title a {
  font-weight: 600 !important;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #222222;
  text-decoration: none;
  display: block;
  padding: 8px;
  text-transform: capitalize;
}
.fotorama__active .fotorama__dot {
  background-color: #222 !important;
  border-color: #222 !important;
}
/*****************/
.label {
  font-weight: 400 !important;
  margin: 0 0 5px !important;
  display: inline-block;
}
.mt-25 {
  margin-top: 25px;
}
#trackinginputError,
#trackingDetailsError {
  color: red;
  padding-top: 5px;
}
#callback-ajax_loading {
  margin-top: 15px;
}
.shipyaari-tracking-form h4 {
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: capitalize;
}
#trackingDetails ul {
  padding-left: 0;
  margin-top: 25px;
  list-style-type: none;
}
#trackingDetails ul li {
  margin-bottom: 25px;
}
#trackingDetails ul ul {
  margin-top: 25px;
}
#trackingDetails ul ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#trackingDetails ul .time {
  border-right: 1px solid #ddd;
  padding: 0px 25px 10px 0;
  margin-right: 15px;
}
#trackingDetails ul i {
  display: block;
  font-size: 14px;
}
#trackingDetails ul div {
  padding-bottom: 10px;
}
#trackingDetails ul div span {
  font-weight: 600;
}
.abs-account-block-font-size,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content {
  font-size: 1.6rem;
}
.sales-order-view .order-links {
  display: none;
}
.sales-order-view .actions-toolbar {
  display: none;
}
.payment-method-content .actions-toolbar {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}
.payment-method-content .primary {
  float: left !important;
  background: #000;
  color: #fff;
  min-height: 40px;
}
.payment-method-content .primary:hover {
  background: #000;
  color: #fff;
}
.payment-method-content .primary:focus {
  background: #000;
  color: #fff;
}
#modal-inviteme p#return-msg-show {
  text-align: center;
}
.x-twitter {
  width: 16px;
  position: relative;
  top: 2px;
}
.opacity-0 {
  opacity: 0;
}
.switcher:hover {
  color: #000;
}
.modal-popup .modal-title {
  text-align: center !important;
}
/*********Media start***********/
@media (min-width: 2000px) {
  .slick-slide img {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .page-header .switcher .options ul.dropdown {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-header .switcher .options ul.dropdown {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-header .panel.wrapper {
    z-index: 1;
  }
  .page-header .switcher .options ul.dropdown {
    right: 0;
  }
  .cp-footer-container .cp-footer-main {
    width: 33.333% !important;
  }
  .iconplaypause {
    right: 55px;
  }
  .products-grid .product-item {
    margin-bottom: 0;
  }
  .slick-slider .product-item {
    padding: 0px 10px !important;
  }
  .iconplaypause,
  #muteunmute-home-video {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .cms-home figcaption,
  .cms-home-fr figcaption {
    font-size: 16px;
  }
  .cms-terms-and-conditions-custom ol ol {
    padding-left: 30px;
  }
  /**End 991**/
}
@media screen and (max-width: 640px) {
  .homepage-banner-slider .slick-dots {
    padding: 4px 0;
  }
}
@media screen and (max-width: 767px) {
  .b-popup-body .b-popup-card {
    padding: 50px 30px 30px;
    width: 95%;
    box-sizing: border-box;
  }
  .b-popup-body .b-popup-card .close-btn {
    right: 15px;
    top: 15px;
  }
  .b-popup-content .w-30 {
    width: 100%;
  }
  .catalogsearch-result-index .products-grid .product-item {
    width: 48% !important;
    margin: 0 1% 2% !important;
  }
  .block-search input {
    left: 0;
    position: static;
    margin: 0;
  }
  #custom-search {
    right: 20px;
    margin-top: 5px;
    left: initial;
  }
  .block-search .control {
    border-top: none;
    margin: 0;
    padding: 0;
  }
  .page-header .panel.wrapper {
    top: 0;
  }
  .page-header {
    z-index: 10;
  }
  .page-header .panel {
    background-color: transparent;
  }
  .page-header .switcher .options ul.dropdown {
    right: 0;
  }
  .header.content {
    margin-top: 10px;
  }
  /****/
  .mt_popup_cookie_main_container h2 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .mt_popup_cookie_main_container .mt_popup_cookie_content {
    padding: 25px;
  }
  .mt_popup_cookie_main_container button {
    width: 100%;
  }
  .modal-inner-wrap {
    padding: 25px;
    width: 90% !important;
  }
  .modal-inner-wrap .mt_cookiegroup_popup_form_container p {
    text-align: left;
  }
  .modal-inner-wrap .mt_cookiegroup_popup_form_container .mt_cookiegroup_popup_caption {
    line-height: 22px;
    font-size: 16px;
  }
  /****/
  .slick-dots {
    bottom: -25px !important;
  }
  #muteunmute-home-video {
    right: 15px !important;
  }
  /****/
  .product-info-main .product-info-price {
    gap: 30px;
  }
  .cms-terms-and-conditions-custom ol ol {
    padding-left: 30px;
  }
  /****/
  .opc-wrapper .fieldset > .field {
    width: 100%;
    margin: 0 1% 20px;
  }
  .opc-block-shipping-information {
    padding: 15px;
  }
  /****/
  .block-order-details-view .block-content .box {
    width: 100% !important;
  }
  .cp-footer-container .cp-footer-main {
    width: 100%;
  }
  /****/
  .homepage-banner-slider .slick-dots {
    padding: 0 !important;
  }
  .iconplaypause {
    right: 55px;
  }
  #video-container {
    margin-top: 20px;
  }
  .b-popup-body .b-popup-card .b-popup-heading h4 {
    font-size: 12px;
  }
  /******5 Dec 2023******/
  .iconplaypause {
    right: 70px !important;
  }
  #muteunmute-home-video {
    right: 40px !important;
  }
  .slick-dots li a {
    font-size: 1.2rem;
  }
  .video-container-wrap {
    padding-top: 40px !important;
  }
  .products-grid .product-item {
    margin-bottom: 0;
  }
  .iconplaypause,
  #muteunmute-home-video {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .home-product-section {
    margin-bottom: 0 !important;
    margin-top: 20px !important;
  }
  .discovery-slider-row {
    margin-top: 40px !important;
  }
  .home-product-section.himaliya-img-wrap {
    margin-bottom: 0 !important;
    margin-top: 0px !important;
    padding-top: 0 !important;
  }
  .inspired-wrap {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-top: 0px !important;
  }
  .blog-post-view h1 {
    font-size: 2rem !important;
    padding: 10px 0px 0px 0px !important;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 640px) {
  .homepage-banner-slider .slick-dots {
    padding: 4px 0;
  }
}
/** switcher was not visible below 676*/
.panel.header .switcher {
  display: block !important;
}
.mt_popup_cookie_main_container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffffad;
  z-index: 90 !important;
}
@media only screen and (max-width: 769px) {
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #ffffff !important;
  }
}
@media only screen and (max-width: 767px) {
  p.invite-cont {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    text-align: justify;
  }
}
.action-primary:focus,
.action-primary:active,
.action-primary:hover {
  background: #ffffff;
  border: 1px solid #dddddd !important;
  color: #222222 !important;
}
.action.action-update {
  padding: 12px;
}
.action.action-cancel {
  margin: 10px !important;
}
.block-content ul li::before {
  content: '-';
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .secondary {
    text-align: left !important;
  }
}
@media only screen and (max-width: 768px) {
  .login-container .fieldset::after {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .modal-popup.confirm .modal-inner-wrap {
    height: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .cart.table-wrapper .item-actions {
    bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  a.action.viewcart {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .cart.table-wrapper .actions-toolbar > .action-delete {
    color: #222222 !important;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  button.action {
    width: 261px;
  }
}
@media only screen and (max-width: 768px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-wrapper .product-image-photo {
    width: 120px !important;
    height: 120px !important;
  }
}
.page-header .header.panel > .header.links,
.page-header .header.panel > .header.links,
#custom-sliding-cart {
  display: block !important;
}
.nav-sections {
  border-top: 0px solid #eee;
  border-bottom: 0px solid #eee;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #111111 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
