/*!
 Author:         Bankai
 Template:       Opencart
*/
@font-face {
  font-family: 'latoregular';
  src: url("../../fonts/lato-regular-webfont.woff2") format("woff2"), url("../../fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rajdhanisemibold';
  src: url("../../fonts/rajdhani-semibold-webfont.woff2") format("woff2"), url("../../fonts/rajdhani-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rajdhanibold';
  src: url("../../fonts/rajdhani-bold-webfont.woff2") format("woff2"), url("../../fonts/rajdhani-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latomedium';
  src: url("../../fonts/lato-medium-webfont.woff2") format("woff2"), url("../../fonts/lato-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rajdhaniregular';
  src: url("../../fonts/rajdhani-regular-webfont.woff2") format("woff2"), url("../../fonts/rajdhani-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

body {
  font-family: "latoregular";
  color: #222222;
  font-size: calc(12px + (14 - 12) * (100vw - 375px) / (1900 - 375));
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.corporate-social-responsibility-gallery #main-footer img[alt="fleaves"] {
  display: block;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}

.container, .et_pb_row {
  width: 74% !important;
  max-width: 1700px !important;
}

@media (max-width: 1279px) {
  .container, .et_pb_row {
    width: 82% !important;
  }
}

.img-shadow {
  -webkit-box-shadow: 0 0 41px #a3a3a3;
  box-shadow: 0 0 41px #a3a3a3;
}

.hidden {
  display: none;
}

.slick-dots {
  left: 0;
}

.slick-dots li {
  margin: 0 1px;
}

.slick-dots li button:before {
  font-size: 13px;
  color: #b3b3b3;
  opacity: 1;
}

.breadcrumb-holder #breadcrumbs > span > span a {
  padding: 0 12px !important;
}

.breadcrumb-holder #breadcrumbs .breadcrumb_last {
  padding: 0 12px;
}

.et-db #et-boc .et-l .et_pb_row_0.et_pb_row.breadcrumb-holder,
.tax-product_cat .et_pb_row_0.et_pb_row.breadcrumb-holder,
.et_pb_row_0.et_pb_row.breadcrumb-holder {
  padding-top: 0px !important;
  text-align: center;
  padding-bottom: 0 !important;
}

.et-db #et-boc .et-l .et_pb_row_0.et_pb_row.breadcrumb-holder .et_pb_module,
.tax-product_cat .et_pb_row_0.et_pb_row.breadcrumb-holder .et_pb_module,
.et_pb_row_0.et_pb_row.breadcrumb-holder .et_pb_module {
  margin-bottom: 14px !important;
}

.et-db #et-boc .et-l .et_pb_row_0.et_pb_row.breadcrumb-holder #breadcrumbs,
.tax-product_cat .et_pb_row_0.et_pb_row.breadcrumb-holder #breadcrumbs,
.et_pb_row_0.et_pb_row.breadcrumb-holder #breadcrumbs {
  font-family: 'rajdhanisemibold';
  font-size: calc(12px + (16 - 12) * (100vw - 375px) / (1900 - 375));
  color: #000;
  margin: 0 -12px !important;
}

.et-db #et-boc .et-l .et_pb_row_0.et_pb_row.breadcrumb-holder .et_pb_text_0 .et_pb_text_inner p,
.tax-product_cat .et_pb_row_0.et_pb_row.breadcrumb-holder .et_pb_text_0 .et_pb_text_inner p,
.et_pb_row_0.et_pb_row.breadcrumb-holder .et_pb_text_0 .et_pb_text_inner p {
  font-family: 'rajdhanisemibold';
  font-size: calc(20px + (60 - 20) * (100vw - 375px) / (1900 - 375));
  color: #000;
  line-height: 1;
}

#et-boc .pagebanner.et_pb_section, #et-main-area .pagebanner.et_pb_section {
  position: relative;
  min-height: 62vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -52px !important;
  margin-bottom: 3em;
  padding-top: 52px !important;
}

@media (max-width: 1199px) {
  #et-boc .pagebanner.et_pb_section, #et-main-area .pagebanner.et_pb_section {
    min-height: 52vh;
  }
}

@media (max-width: 767px) {
  #et-boc .pagebanner.et_pb_section, #et-main-area .pagebanner.et_pb_section {
    min-height: 36vh;
  }
}

#et-boc .pagebanner.et_pb_section:before, #et-main-area .pagebanner.et_pb_section:before {
  content: "";
  min-height: inherit;
  font-size: 0;
}

#et-boc .pagebanner.et_pb_section .breadcrumb-holder, #et-main-area .pagebanner.et_pb_section .breadcrumb-holder {
  background: #fff;
  display: inline-block;
  width: auto !important;
  padding: 32px 50px !important;
  border-radius: 15px;
  text-align: center;
  min-width: 26%;
  margin: 0;
}

@media (max-width: 767px) {
  #et-boc .pagebanner.et_pb_section .breadcrumb-holder, #et-main-area .pagebanner.et_pb_section .breadcrumb-holder {
    padding: 14px 36px !important;
    margin: 0 10px;
  }
}

#et-boc .pagebanner.et_pb_section .breadcrumb-holder #breadcrumbs, #et-main-area .pagebanner.et_pb_section .breadcrumb-holder #breadcrumbs {
  color: #007b77;
  text-align: center;
}

#et-boc .pagebanner.et_pb_section .breadcrumb-holder #breadcrumbs > span > span > a, #et-boc .pagebanner.et_pb_section .breadcrumb-holder #breadcrumbs > span > span > span, #et-main-area .pagebanner.et_pb_section .breadcrumb-holder #breadcrumbs > span > span > a, #et-main-area .pagebanner.et_pb_section .breadcrumb-holder #breadcrumbs > span > span > span {
  padding: 0 10px !important;
}

#et-boc .pagebanner.et_pb_section .breadcrumb-holder #breadcrumbs > span > span > a > a, #et-boc .pagebanner.et_pb_section .breadcrumb-holder #breadcrumbs > span > span > span > a, #et-main-area .pagebanner.et_pb_section .breadcrumb-holder #breadcrumbs > span > span > a > a, #et-main-area .pagebanner.et_pb_section .breadcrumb-holder #breadcrumbs > span > span > span > a {
  padding-right: 10px !important;
}

#et-boc .pagebanner.et_pb_section .breadcrumb-holder #breadcrumbs > span > span > a > span, #et-boc .pagebanner.et_pb_section .breadcrumb-holder #breadcrumbs > span > span > span > span, #et-main-area .pagebanner.et_pb_section .breadcrumb-holder #breadcrumbs > span > span > a > span, #et-main-area .pagebanner.et_pb_section .breadcrumb-holder #breadcrumbs > span > span > span > span {
  padding-left: 10px !important;
}

#et-boc .pagebanner.et_pb_section .breadcrumb-holder #breadcrumbs span, #et-boc .pagebanner.et_pb_section .breadcrumb-holder #breadcrumbs a, #et-main-area .pagebanner.et_pb_section .breadcrumb-holder #breadcrumbs span, #et-main-area .pagebanner.et_pb_section .breadcrumb-holder #breadcrumbs a {
  color: #007b77;
}

#et-boc .pagebanner.et_pb_section .breadcrumb-holder .et_pb_text.et_pb_text_1 .et_pb_text_inner p, #et-main-area .pagebanner.et_pb_section .breadcrumb-holder .et_pb_text.et_pb_text_1 .et_pb_text_inner p {
  font-family: 'poppinsbold';
  color: #007b77;
  text-align: center;
  font-size: calc(20px + (48 - 20) * (100vw - 375px) / (1900 - 375)) !important;
  line-height: 1;
}

@media (max-width: 991px) {
  #et-boc .pagebanner.et_pb_section .breadcrumb-holder .et_pb_column .et_pb_module, #et-main-area .pagebanner.et_pb_section .breadcrumb-holder .et_pb_column .et_pb_module {
    margin-bottom: 12px;
  }
}

.pb84 {
  padding-bottom: calc(30px + (84 - 30) * (100vw - 375px) / (1900 - 375));
}

.pb22 {
  padding-bottom: calc(16px + (22 - 16) * (100vw - 375px) / (1900 - 375));
}

.pb35 {
  padding-bottom: calc(30px + (35 - 30) * (100vw - 375px) / (1900 - 375));
}

.hidden {
  display: none;
}

p {
  padding-bottom: 1.5em;
  color: #888888;
}

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

#page-container {
  margin-top: 0 !important;
}

.pagebanner {
  padding: 0 !important;
}

.pagebanner > div.et_pb_row {
  max-width: 100% !important;
  padding: 0 !important;
}

.pagebanner .page_banner-curve {
  position: absolute !important;
  bottom: 0;
  left: 0;
}

.pagebanner .et_pb_image_wrap {
  width: 100%;
}

.pagebanner .et_pb_image_wrap img {
  width: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}

.heading-all .et_pb_text_inner p {
  text-align: center;
  color: #333333;
  font-family: "latosemibold";
  font-size: calc(20px + (46 - 20) * (100vw - 375px) / (1900 - 375));
  position: relative;
  line-height: 1.4;
}

.heading-all .et_pb_text_inner p:before {
  content: "";
  background-image: url("../../img/title_decor.png");
  display: block;
  width: 22px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}

.open-filter {
  z-index: 1 !important;
}

.open-filter ~ #et-main-area .contact-float {
  z-index: 0 !important;
}

#filter-trigger-open {
  position: fixed;
  left: 0;
  -webkit-transform: none;
          transform: none;
  z-index: 10;
  top: 0;
  width: 100%;
  padding: 10px;
  border-radius: 0;
  background-image: none;
  background: #fff;
}

@media (min-width: 991px) {
  #filter-trigger-open {
    display: none;
  }
}

#filter-trigger-close {
  min-width: auto;
  border-radius: 0;
  background: #bd0000;
  border: 0;
}

@media (min-width: 991px) {
  #filter-trigger-close {
    display: none;
  }
}

@media (max-width: 991px) {
  #filter-mobile {
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    padding: 40px 15px 15px;
    overflow: auto;
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #filter-mobile.open {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    padding-top: 10px;
  }
}

.et-fixed-header #filter-trigger-open {
  top: 0;
}

.login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-btn > label {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 1.1em;
}

.woocommerce #content .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce .quantity input.qty {
  height: 42px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce-notices-wrapper .woocommerce-message > a {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.search-page-holder {
  min-height: 60vh;
}

.is-ajax-search-details {
  display: none !important;
}

.jquery-loading-modal__bg {
  left: 0;
  top: 0;
}

#main-header {
  z-index: 20;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#product_inner_form {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
  background: #fff;
  max-width: 68%;
  margin: 0 auto;
  padding: 5em;
  position: relative;
}

@media (max-width: 991px) {
  #product_inner_form {
    padding: 3em;
    max-width: 100%;
  }
}

#product_inner_form .mfp-close {
  color: #000 !important;
  opacity: 1;
  width: auto;
  height: unset;
  cursor: pointer;
  top: 16px;
  right: 26px;
  font-size: 60px;
  font-weight: normal;
  font-family: "latosemibold";
}

.heading-floating-text {
  font-size: 0;
  padding: 0 !important;
}

#main-content {
  min-height: 60vh;
  position: relative;
}

#main-content > article + .heading-floating-text, #main-content > .container + .heading-floating-text {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  top: 1.2em;
  z-index: 1;
  left: -12px;
  font-size: calc(28px + (180 - 28) * (100vw - 375px) / (1900 - 375));
  text-transform: uppercase;
  font-family: 'rajdhanibold';
}

@media (max-width: 767px) {
  #main-content > article + .heading-floating-text, #main-content > .container + .heading-floating-text {
    left: -4px;
    font-size: calc(40px + (180 - 40) * (100vw - 375px) / (1900 - 375));
  }
}

@media (min-width: 1920px) {
  #main-content > article + .heading-floating-text, #main-content > .container + .heading-floating-text {
    top: 1em;
  }
}

#main-content > article + .heading-floating-text p, #main-content > .container + .heading-floating-text p {
  color: #F3F3F3;
  line-height: .7;
}

@media (max-width: 767px) {
  #main-content {
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .et_pb_column .et_pb_row_inner,
  .et_pb_row {
    padding: 16px 0;
  }
}

@media (max-width: 767px) {
  .et-search-form input {
    padding-left: 22px;
  }
}

.et_pb_button,
.btn,
#content-area .button,
#main-content .button,
.form-submit .et_pb_button,
.woocommerce #respond input#submit {
  min-width: 11em;
}

#pi-eqw-cart {
  display: none !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 5px 18px !important;
  font-size: 14px !important;
}

a[data-title="Browse wishlist"] {
  font-weight: bold;
}

#main-header {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 9px #ccc;
          box-shadow: 0 0 9px #ccc;
}

#main-header .et_search_form_container {
  width: 100% !important;
}

#main-header .et_search_form_container span.et_close_search_field {
  right: 30px;
}

.mobile_menu_bar:before {
  color: #000;
  font-size: 25px;
}

.cart-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#et-secondary-nav .menu-item-has-children > a:first-child:after, #top-menu .menu-item-has-children > a:first-child:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1400px) {
  #et-secondary-nav .menu-item-has-children > a:first-child:after, #top-menu .menu-item-has-children > a:first-child:after {
    right: 10px;
  }
}

@media (max-width: 1199px) {
  #et-secondary-nav .menu-item-has-children > a:first-child:after, #top-menu .menu-item-has-children > a:first-child:after {
    right: -5px;
  }
}

#top-menu .sub-menu {
  border-top-color: #007b77 !important;
}

#top-menu li a::after {
  display: none;
}

#top-menu .sub-menu {
  border: 0;
  background: #fff;
  padding: 0 !important;
}

#top-menu .sub-menu li {
  padding: 0 !important;
  display: block;
}

#top-menu .sub-menu li a {
  color: #000;
  display: block;
  width: 100%;
  font-weight: normal;
  padding: 5px 22px !important;
}

#top-menu .sub-menu li a:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}

#top-menu .sub-menu .sub-menu {
  top: 0;
}

@media (max-width: 1365px) {
  .et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a,
  .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding: 34px calc(10px + (30 - 10) * (100vw - 375px) / (1900 - 375)) !important;
  }
}

@media (max-width: 1279px) {
  .et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a,
  .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding: 34px calc(10px + (25 - 10) * (100vw - 375px) / (1900 - 375)) !important;
  }
}

@media (max-width: 1199px) {
  .et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a,
  .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding: 34px calc(10px + (11 - 10) * (100vw - 375px) / (1900 - 375)) !important;
  }
}

@media (max-width: 991px) {
  #main-header .right-container {
    width: 30%;
  }
}

@media (max-width: 767px) {
  #main-header .right-container {
    width: 136%;
  }
}

@media (max-width: 986px) {
  #main-header .container.et_menu_container {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  #main-header .container.et_menu_container .right-container > * {
    margin-left: 5px;
  }
}

#main-header .container.et_menu_container .right-container a.cart-custom span {
  position: absolute;
  background: #000;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  color: #fff;
  font-size: 9px;
  line-height: 16px;
}

@media (max-width: 980px) {
  #logo {
    margin-right: -12px;
  }
}

@media (max-width: 767px) {
  #logo {
    max-width: 68px !important;
  }
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-radius: 50px;
  padding: 10px 55px 10px 20px;
  height: 46px;
  -webkit-box-shadow: inset 1px 2px 5px 1px #ebebeb;
          box-shadow: inset 1px 2px 5px 1px #ebebeb;
  font-size: 12px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: normal !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: normal !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
  /* IE 10+ */
  font-style: normal !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder {
  /* Firefox 18- */
  font-style: normal !important;
}

.dgwt-wcas-preloader.dgwt-wcas-close, .dgwt-wcas-inner-preloader {
  right: 22px;
}

.et_mobile_menu {
  border-top: 3px solid #000000;
}

.dgwt-wcas-search-form {
  max-width: 96%;
}

@media (max-width: 980px) {
  .dgwt-wcas-search-form {
    max-width: 100%;
  }
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  max-height: 16px;
  max-width: 16px;
  left: auto;
  right: 14px;
}

@media (max-width: 1281px) {
  #main-header #et-top-navigation {
    padding-left: 0px !important;
  }
}

@media (max-width: 1279px) {
  #main-header .container.et_menu_container .right-container > * {
    margin-left: 8px;
  }
}

@media (max-width: 1199px) {
  #main-header .container.et_menu_container .right-container .dgwt-wcas-search-wrapp {
    min-width: 190px;
    margin-left: 0 !important;
  }
}

@media (max-width: 980px) {
  #main-header .container.et_menu_container .right-container .dgwt-wcas-search-wrapp {
    min-width: 22px;
    margin-left: auto !important;
    max-width: 22px;
    margin-right: 0;
  }
}

@media (max-width: 980px) and (max-width: 980px) {
  #main-header .container.et_menu_container .right-container .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-ico-magnifier {
    max-height: 16px;
    max-width: 16px;
    right: -3px;
  }
}

@media (max-width: 980px) {
  #main-header .container.et_menu_container .right-container .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-search-input {
    width: 0%;
    opacity: 0;
  }
}

@media (max-width: 1279px) {
  #top-menu-nav {
    padding-left: 20px;
  }
}

@media (min-width: 980px) {
  .et-fixed-header {
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .et-fixed-header .header-top {
    background: #fff;
  }
}

@media (min-width: 980px) {
  .dgwt-wcas-suggestions-wrapp {
    width: 31% !important;
    right: 0px !important;
    left: auto !important;
    -webkit-transform: translateY(3%) translateX(-34%);
            transform: translateY(3%) translateX(-34%);
  }
}

.dgwt-wcas-suggestions-wrapp::-webkit-scrollbar {
  width: 4px;
}

.dgwt-wcas-suggestions-wrapp::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #333333;
}

.dgwt-wcas-suggestions-wrapp::-webkit-scrollbar-track {
  background-color: #cccccc;
  border-radius: 0px;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-si {
  width: 146px;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-si img {
  width: 100%;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-st > span {
  font-size: calc(13px + (18 - 13) * (100vw - 375px) / (1900 - 375)) !important;
  color: #000;
  font-family: 'rajdhanibold';
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-st {
  font-size: calc(13px + (18 - 13) * (100vw - 375px) / (1900 - 375)) !important;
  color: #000;
  font-family: 'rajdhanibold';
}

_:-ms-fullscreen, :root #main-header .container.et_menu_container .right-container > *:nth-child(2) img {
  width: 40px;
  height: 32px;
}

.mailchim-holder {
  padding-bottom: calc(24px + (80 - 24) * (100vw - 375px) / (1900 - 375));
}

@media (min-width: 991px) {
  .mailchim-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mailchim-holder p {
  color: #fff !important;
  font-family: 'poppinsbold';
  line-height: 1.2;
  font-size: calc(20px + (40 - 20) * (100vw - 375px) / (1900 - 375));
}

@media (min-width: 991px) {
  .mailchim-holder > * {
    width: calc(100%/2 - 1px);
  }
}

.mailchim-holder .h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .mailchim-holder .h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mailchim-holder .h input[type="email"] {
  -webkit-box-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
  border: 1px solid #fff;
  padding: 6px 16px;
  background-color: #fff;
  color: #007673;
  font-family: sans-serif;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 30px;
  font-size: 15px;
  height: 46px;
}

@media (max-width: 767px) {
  .mailchim-holder .h input[type="email"] {
    height: 45px !important;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    border-radius: 50px;
    font-size: 12px;
  }
}

.mailchim-holder .h input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #007673 !important;
}

.mailchim-holder .h input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #007673 !important;
}

.mailchim-holder .h input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #007673 !important;
}

.mailchim-holder .h input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #007673 !important;
}

.mailchim-holder .h input[type="submit"] {
  padding: 10px 10px;
  border: 2px solid #37b7b1;
  background-color: #37b7b1;
  cursor: pointer;
  color: #fff;
  -webkit-box-flex: 0.4;
      -ms-flex: 0.4;
          flex: 0.4;
  line-height: 1.5;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 15px;
}

@media (max-width: 767px) {
  .mailchim-holder .h input[type="submit"] {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 0;
    margin-top: 10px;
    border-radius: 50px;
    font-size: 12px;
  }
}

.socialink {
  padding-top: 16px;
}

.socialink li {
  padding-right: 8px !important;
}

#main-footer .footer-top .container > div:first-child {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
}

@media (max-width: 1199px) {
  #main-footer .footer-top .container > div:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 2em;
  }
}

@media (max-width: 991px) {
  #main-footer .footer-top .container > div:first-child {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100% !important;
    padding: 0;
  }
  #main-footer .footer-top .container > div:first-child .text-container {
    margin: 0 auto;
    margin-bottom: 2em;
  }
}

@media (max-width: 767px) {
  #main-footer .footer-top .container > div:first-child {
    text-align: center;
  }
}

#main-footer .footer-top .container .footer-content .footer-content-container p {
  letter-spacing: normal;
  font-size: calc(12px + (13.5 - 12) * (100vw - 375px) / (1900 - 375)) !important;
  color: #fff !important;
  text-align: justify;
}

@media (max-width: 767px) {
  #main-footer .footer-top .container .footer-content .footer-content-container p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #main-footer .footer-top .container .footer-content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100% !important;
    text-align: center;
  }
  #main-footer .footer-top .container .footer-content:nth-child(2) {
    display: none !important;
  }
}

#main-footer .footer-top .container .footer-content .social-holder {
  padding-top: 5px;
  padding-bottom: 16px;
}

#main-footer .footer-top .container .footer-content .social-holder img {
  width: auto;
}

#main-footer {
  position: relative;
  z-index: 1;
}

#main-footer img[alt="fleaves"] {
  width: auto;
  max-width: 17vw;
  position: absolute;
  -webkit-transform: translateY(-94%);
          transform: translateY(-94%);
  z-index: 1;
  left: 0;
  display: none;
}

@media (max-width: 1279px) {
  #main-footer img[alt="fleaves"] {
    max-width: 13vw;
  }
}

@media (max-width: 991px) {
  #main-footer img[alt="fleaves"] {
    max-width: 9vw;
  }
}

@media (max-width: 767px) {
  #main-footer .social-container {
    padding-top: 20px;
  }
}

#main-footer .footer_link a {
  margin-top: 25px;
  display: inline-block;
}

@media (max-width: 767px) {
  #main-footer .footer_link a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  #main-footer .footer-top {
    padding-bottom: 1em;
  }
  #main-footer .footer-top .social-container {
    padding-bottom: 10px;
  }
}

#main-footer .footer-top .container > div h5 {
  display: block;
  font-size: calc( 15px + (22 - 15) * (100vw - 375px) / (1900 - 375)) !important;
  line-height: 1em;
  padding-bottom: calc(15px + (24 - 15) * (100vw - 375px) / (1900 - 375));
  color: #fff;
  font-family: 'rajdhanisemibold';
}

@media (max-width: 991px) {
  #main-header .right-container > * {
    margin-left: 5px !important;
  }
  #main-header .right-container > * img {
    width: 18px !important;
  }
  #main-header #et_top_search {
    height: auto !important;
    width: 51px !important;
  }
}

@media (max-width: 991px) {
  #main-footer .footer-top .container > div.holder > div:first-child {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

@media (max-width: 767px) {
  #main-footer .footer-top .container > div.holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  #main-footer .footer-top .container > div.holder > div {
    margin-top: 14px;
  }
}

@media (max-width: 767px) {
  #footer-bottom {
    padding-top: 0;
  }
}

.single-product {
  overflow-x: hidden;
}

.single-product #breadcrumbs {
  text-align: left;
}

.single-product #main-heading {
  display: none !important;
}

.single-product-container .summary.entry-summary .brand a {
  color: #868686;
  font-size: calc(15px + (18 - 15) * (100vw - 375px) / (1900 - 375));
}

.single-product-container .clearfix > .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-product-container .clearfix > .images .br_alabel_better_compatibility > span {
  height: 28px !important;
  font-size: 13px !important;
  line-height: 28px !important;
}

.single-product-container .clearfix > .images > div.wpgis-slider-for {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 80%;
  margin: 0;
}

.single-product-container .clearfix > .images > div.wpgis-slider-for .slick-arrow {
  display: none !important;
}

.single-product-container .clearfix > .images > div.wpgis-slider-nav {
  width: 20%;
  overflow: visible;
}

.single-product-container .heateor_sss_sharing_title {
  font-weight: bold;
  color: #000;
  display: block;
  font-family: 'rajdhanisemibold';
  font-size: calc(13px + (16 - 13) * (100vw - 375px) / (1900 - 375));
}

.single-product-container #wpgis-gallery .slick-list {
  margin: 22px 0px;
}

.single-product-container #wpgis-gallery .slick-slide {
  margin: 4px 12px;
}

.single-product-container #wpgis-gallery .slick-slide img {
  border-radius: 8px;
}

.single-product-container #wpgis-gallery img {
  opacity: 1 !important;
}

.single-product-container #wpgis-gallery .slick-arrow {
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  width: 34px;
  opacity: 1;
  line-height: 0 !important;
}

.single-product-container #wpgis-gallery .slick-arrow:hover {
  opacity: 0.6;
}

.single-product-container #wpgis-gallery .slick-arrow img {
  opacity: 1 !important;
}

.single-product-container #wpgis-gallery .slick-arrow:before {
  display: none !important;
}

.single-product-container #wpgis-gallery .slick-arrow.slick-prev {
  top: 0px;
}

.single-product-container #wpgis-gallery .slick-arrow.slick-next {
  bottom: -35px;
  top: auto;
}

.single-product-container .subscription_btn {
  display: inline-block;
  margin-left: 8px;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .single-product-container .subscription_btn {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .single-product-container .subscription_btn {
    margin-left: 0;
    margin-top: 20px !important;
  }
}

.single-product-container .subscription_btn .btn {
  text-align: center;
  background-position: 155px !important;
}

@media (max-width: 767px) {
  .single-product-container .subscription_btn .btn {
    background-position: 138px !important;
  }
}

.single-product-container .subscription_btn .btn:hover {
  background-position: 155px !important;
}

@media (max-width: 767px) {
  .single-product-container .subscription_btn .btn:hover {
    background-position: 138px !important;
  }
}

.single-product-container .stock.out-of-stock {
  display: none;
}

.single-product-container .entry-summary .add-to-enquiry {
  display: none !important;
}

@media (max-width: 374px) {
  .single-product-container .single_add_to_cart_button {
    display: block !important;
    margin-left: 0 !important;
    margin-top: 20px !important;
  }
}

@media (min-width: 1920px) {
  .single-product-container .woocommerce #content-area ul.products li.product .button, .single-product-container ul.products li.product .button {
    background-position: 160px !important;
  }
}

@media (min-width: 1920px) {
  .single-product-container form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
    height: 50px !important;
  }
}

.single-product-container .wpcf7 {
  max-width: 75%;
  margin: 0 auto;
  padding-top: calc(16px + (30 - 16) * (100vw - 375px) / (1900 - 375));
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .single-product-container .wpcf7 {
    max-width: 100%;
  }
}

.single-product-container .wpcf7 h2 {
  font-family: "latobold";
  font-size: calc(16px + (30 - 16) * (100vw - 375px) / (1900 - 375));
  margin-bottom: 20px;
  display: block;
  line-height: 1;
  text-align: center;
}

.single-product-container .outofstock .subscription_btn {
  margin-left: 0px;
  margin-top: 20px;
}

.single-product-container .outofstock .heateor_sss_sharing_container {
  margin-top: 16px;
}

.single-product-container .product_enquire_btn {
  display: none;
}

@media (max-width: 767px) {
  .single-product-container .product_enquire_btn {
    margin-right: 10px;
  }
}

.single-product-container.enquiry-product form .qty {
  display: none;
}

.single-product-container.enquiry-product .product_enquire_btn {
  display: inline-block;
}

.single-product-container.enquiry-product .woocommerce-Price-amount {
  display: none;
}

.single-product-container .sale .entry-summary p.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-product-container .sale .entry-summary p.price span {
  color: #d48f8f !important;
}

.single-product-container .sale .entry-summary p.price del {
  opacity: 1;
  margin-right: 2px;
}

.single-product-container .sale .entry-summary p.price del span {
  color: #c8c8c8 !important;
  font-family: 'rajdhaniregular';
}

.single-product-container .first_cat-name {
  color: #999999;
  font-family: 'latosemibold';
  text-transform: uppercase;
  font-size: calc(16px + (25 - 16) * (100vw - 375px) / (1900 - 375));
  padding-bottom: 6px;
}

.et_pb_gutters3.et_left_sidebar.woocommerce-page .related.products ul.products li.product, .et_pb_gutters3.et_right_sidebar.woocommerce-page .related.products ul.products li.product {
  margin-bottom: 40px !important;
}

.woocommerce-page .related.products ul.products li.product:nth-child(n) {
  width: 100% !important;
}

.yikes-custom-woo-tab-title {
  font-size: calc(16px + (22 - 16) * (100vw - 375px) / (1900 - 375));
  margin-bottom: 10px;
  display: block;
  line-height: 1;
  color: #007b77;
  display: none;
  margin-top: 10px;
}

.related.products {
  margin-top: 5em;
  margin-bottom: 6em;
}

@media (max-width: 767px) {
  .related.products .slick-list {
    margin: 0;
  }
}

.related.products h2 {
  text-transform: none;
  font-size: calc(20px + (40 - 20) * (100vw - 375px) / (1900 - 375)) !important;
  margin-bottom: 9px;
  display: block;
  line-height: 1;
  color: #000000;
  margin-top: 10px;
  font-family: 'rajdhanisemibold';
}

.related.products h2:after {
  background-color: #aaaaaa;
}

.related.products .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.related.products .slick-list .slick-slide {
  margin: 10px;
  height: inherit !important;
  width: 100% !important;
}

.related.products .slick-list .slick-slide > a {
  height: 100%;
}

.related.products .slick-arrow {
  opacity: 1 !important;
  margin-top: 0 !important;
  height: auto !important;
  z-index: 1;
}

.related.products .slick-arrow.slick-next {
  right: -2vw;
}

.related.products .slick-arrow.slick-prev {
  left: -2vw;
}

.related.products .slick-arrow:hover {
  opacity: 0.5;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #000 !important;
  font-weight: bold;
  display: block;
  font-family: 'rajdhanisemibold';
  font-size: calc(13px + (16 - 13) * (100vw - 375px) / (1900 - 375));
}

@media (min-width: 767px) {
  body.woocommerce
#content-area
div.product
.woocommerce-tabs
ul.tabs
li:last-child
a,
  body.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a {
    padding-left: 2px !important;
  }
}

body.woocommerce
#content-area
div.product
.woocommerce-tabs
ul.tabs
li.active
a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #868686 !important;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs,
body.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 6px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  margin: 0 !important;
}

.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  padding: 10px 18px !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0 !important;
}

.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
  font-style: italic;
}

.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta + .description {
  padding: 10px 18px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding-bottom: 20px;
}

.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
  margin-bottom: 0px !important;
}

.woocommerce-tabs {
  border: 0 !important;
}

.woocommerce-tabs .wc-tab {
  border: 1px solid #e5e5e5;
  padding: 26px 42px !important;
}

@media (max-width: 767px) {
  .woocommerce-tabs .wc-tab {
    padding: 12px !important;
  }
}

.woocommerce-tabs .wc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent !important;
}

@media (max-width: 767px) {
  .woocommerce-tabs .wc-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.woocommerce-tabs .wc-tabs::before {
  display: none !important;
}

.woocommerce-tabs .wc-tabs > * {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: transparent !important;
  border: 0 !important;
}

.woocommerce-tabs .wc-tabs > *:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 767px) {
  .woocommerce-tabs .wc-tabs > *:last-child a {
    padding-left: 2px !important;
  }
}

.woocommerce-tabs .wc-tabs > *.active a {
  color: #ff7e00;
}

.woocommerce-tabs .woocommerce-Reviews #review_form #commentform input[type="email"],
.woocommerce-tabs .woocommerce-Reviews #review_form #commentform input[type="text"],
.woocommerce-tabs .woocommerce-Reviews #review_form #commentform input[type="url"],
.woocommerce-tabs .woocommerce-Reviews #review_form #commentform textarea {
  color: #949494;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  padding: 12px 20px;
}

.woocommerce-tabs .woocommerce-Reviews #review_form .comment-reply-title {
  font-size: calc(16px + (22 - 16) * (100vw - 375px) / (1900 - 375));
  margin-bottom: 10px;
  display: block;
  line-height: 1;
  color: #000000;
  margin-top: 10px;
  font-family: 'rajdhanisemibold';
}

.woocommerce-tabs .woocommerce-Reviews #review_form textarea {
  resize: none;
  height: 120px !important;
  overflow: hidden;
}

.woocommerce-tabs .woocommerce-Reviews #review_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce-tabs .woocommerce-Reviews #review_form form p {
  padding-bottom: 0 !important;
}

.woocommerce-tabs .woocommerce-Reviews #review_form form .comment-notes {
  padding-bottom: 0 !important;
}

.woocommerce-tabs .woocommerce-Reviews #review_form form .comment-form-rating {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}

.woocommerce-tabs .woocommerce-Reviews #review_form form .comment-form-rating label {
  padding-right: 16px;
}

.woocommerce-tabs .woocommerce-Reviews #review_form form .comment-form-rating span {
  -webkit-columns: #949494;
          columns: #949494;
}

.woocommerce-tabs .woocommerce-Reviews #review_form form .comment-form-comment {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.woocommerce-tabs .woocommerce-Reviews #review_form form .form-submit {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.woocommerce-tabs .woocommerce-Reviews #review_form .comment-form-cookies-consent {
  display: none;
}

@media (max-width: 767px) {
  .woocommerce-tabs .woocommerce-Reviews #review_form .form-submit {
    text-align: center;
    margin-top: 20px !important;
  }
}

.woocommerce-tabs .woocommerce-Reviews .woocommerce-Reviews-title {
  display: none !important;
}

.woocommerce-tabs .woocommerce-Reviews .comment_container > img {
  display: none !important;
}

.woocommerce-tabs .woocommerce-Reviews .comment_container .comment-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce-tabs .woocommerce-Reviews .comment_container .comment-text .star-rating {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  float: none !important;
  margin-bottom: 6px !important;
  position: relative;
  top: -28px;
  left: 18px;
}

.woocommerce-tabs .woocommerce-Reviews .comment_container .comment-text .star-rating span:before {
  color: #ffca05;
}

.woocommerce-tabs .woocommerce-Reviews .comment_container .comment-text .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce-tabs .woocommerce-Reviews .comment_container .comment-text .meta .woocommerce-review__dash {
  display: none;
}

.woocommerce-tabs .woocommerce-Reviews .comment_container .comment-text .meta .woocommerce-review__author {
  text-transform: capitalize;
  color: #000;
  font-family: 'latomedium';
}

.xoo-wl-inline-form {
  padding: 15px 20px 27px;
  -webkit-box-shadow: 0 0 9px #ccc;
  box-shadow: 0 0 9px #ccc;
  border-radius: 4px;
  margin-top: 2em;
  background: #fff;
}

.xoo-wl-inline-form .xoo-wl-header .xwh-heading {
  text-align: left;
  color: #000;
  display: block;
  font-family: 'rajdhanisemibold';
  font-size: calc(13px + (16 - 13) * (100vw - 375px) / (1900 - 375));
}

.xoo-wl-inline-form .xoo-wl-header .xwh-heading + .xwh-subheading {
  margin: 4px 0px 12px;
  color: #888888;
}

.xoo-wl-inline-form .xoo_wl_required_qty_cont {
  display: none;
}

.xoo-wl-inline-form .xoo-aff-cont-email {
  margin: 0;
  width: 100%;
}

.xoo-wl-inline-form .xoo-aff-cont-email input {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 45px !important;
  padding-left: 1.4em;
  line-height: 1.4;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 13px;
}

@media (max-width: 767px) {
  .xoo-wl-inline-form .xoo-aff-cont-email input {
    border: 1px solid #ccc;
    margin-bottom: 1em;
  }
}

.xoo-wl-inline-form .xoo-wl-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .xoo-wl-inline-form .xoo-wl-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0;
    overflow: visible;
    background: transparent;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.xoo-wl-inline-form .xoo-wl-form > div:first-child {
  display: block;
}

.xoo-wl-inline-form .xoo-wl-form .xoo-aff-input-group .xoo-aff-input-icon {
  display: none;
}

.xoo-wl-inline-form .xoo-wl-form .xoo-wl-submit-btn {
  max-width: 11em !important;
  height: 45px !important;
  margin-right: 0 !important;
  margin-left: 11px;
}

@media (max-width: 767px) {
  .xoo-wl-inline-form .xoo-wl-form .xoo-wl-submit-btn {
    margin: 0 auto !important;
  }
}

_:-ms-fullscreen,
:root .xoo-wl-inline-form .xoo-aff-cont-email input {
  height: 48px !important;
}

_:-ms-fullscreen,
:root .xoo-wl-inline-form .xoo-wl-form .xoo-wl-submit-btn {
  min-width: 12em !important;
}

@media (max-width: 767px) {
  body .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    height: 53px !important;
    width: 36px !important;
  }
}

.add-to-enquiry-single {
  font-size: 13px !important;
  max-width: 200px !important;
}

#pi-enquiry-container {
  margin-bottom: 4em;
}

#pi-enquiry-container .pi-row input {
  height: 44px;
  padding: 16px;
  border-radius: 5px;
}

#pi-enquiry-container .pi-row textarea {
  height: 128px;
  resize: none;
  border-radius: 5px;
  padding: 16px;
  overflow: hidden;
}

body .woocommerce-product-rating {
  display: block !important;
  cursor: pointer;
  color: #6d6d6d !important;
}

body .woocommerce-product-rating .star-rating span {
  color: #ffca05 !important;
}

body .woocommerce-product-rating .star-rating span:before {
  color: #ffca05 !important;
}

body .woocommerce-product-rating:before {
  color: #ffca05 !important;
}

.woosb-products .woosb-product .woosb-qty {
  width: 138px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 138px;
          flex: 0 0 138px;
}

.product-type-woosb .summary.entry-summary .woosb-wrap.woosb-bundled {
  display: none !important;
}

.woosb-wrap.woosb-bundled {
  border: 1px solid #ccc;
  padding: 26px;
  position: relative;
  padding-top: 64px;
}

.woosb-wrap.woosb-bundled .woosb-total.woosb-text {
  display: none !important;
}

.woosb-wrap.woosb-bundled > h3 {
  position: absolute;
  top: 0;
  background: #eeeeee;
  left: 0;
  width: 100%;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 1.4;
  font-family: 'rajdhanisemibold';
  padding: 5px 20px;
}

.woosb-wrap.woosb-bundled > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .woosb-wrap.woosb-bundled > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.woosb-wrap.woosb-bundled > div > div:first-child {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .woosb-wrap.woosb-bundled > div > div:first-child {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.woosb-wrap.woosb-bundled > div > div:last-child {
  width: 30%;
  text-align: right;
  color: #868686;
  font-family: 'rajdhanisemibold';
  font-size: 16px;
  padding-top: 20px;
}

@media (max-width: 1023px) {
  .woosb-wrap.woosb-bundled > div > div:last-child {
    width: 100%;
  }
}

.woosb-wrap.woosb-bundled > div > div:last-child .totalsavings-price {
  font-size: 20px;
  color: #000;
  text-shadow: 0 0 0pc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .woosb-wrap.woosb-bundled > div > div:last-child .totalsavings-price {
    font-size: 16px;
  }
}

.woosb-wrap.woosb-bundled > div > div:last-child .totalsavings-price .eq {
  font-size: 54px;
  line-height: 0;
  padding-right: 28px;
}

.woosb-wrap.woosb-bundled > div > div:last-child .btn-holder {
  padding-top: 32px;
}

@media (max-width: 1023px) {
  .woosb-wrap.woosb-bundled > div > div:last-child .btn-holder {
    padding-bottom: 20px;
  }
}

.woosb-wrap.woosb-bundled > div .woosb-product {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #ccc;
  margin: 0 10px;
  padding: 15px;
  position: relative;
  margin-bottom: 66px;
  margin-right: 70px;
  width: 36%;
}

@media (max-width: 1279px) {
  .woosb-wrap.woosb-bundled > div .woosb-product {
    width: 35%;
  }
}

@media (max-width: 1023px) {
  .woosb-wrap.woosb-bundled > div .woosb-product {
    width: 100%;
    margin-right: 0;
  }
}

.woosb-wrap.woosb-bundled > div .woosb-product:not(:last-child):before {
  content: "+";
  font-size: 55px;
  font-family: 'rajdhanisemibold';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(178%);
          transform: translateY(-50%) translateX(178%);
  right: 0;
}

@media (max-width: 1023px) {
  .woosb-wrap.woosb-bundled > div .woosb-product:not(:last-child):before {
    top: auto;
    bottom: 0;
    right: auto;
    left: auto;
    margin: 0 auto;
    -webkit-transform: translateY(107%);
            transform: translateY(107%);
  }
}

.woosb-wrap.woosb-bundled > div .woosb-product .woosb-thumb {
  width: 200px;
  height: 100%;
}

.woosb-wrap.woosb-bundled > div .woosb-product .woosb-thumb img {
  width: 100%;
  max-width: 100%;
}

.woosb-wrap.woosb-bundled > div .woosb-product .woosb-qty {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.woosb-wrap.woosb-bundled > div .woosb-product .woosb-price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  letter-spacing: 0;
  text-align: left;
  font-size: calc(15px + (20 - 15) * (100vw - 375px) / (1900 - 375)) !important;
  line-height: 1;
  width: 100%;
  margin: 0 auto !important;
  padding: 0;
  font-style: normal;
  font-family: 'rajdhanibold';
}

.woosb-wrap.woosb-bundled > div .woosb-product .woosb-title {
  width: 100%;
  padding: 0;
}

.woosb-wrap.woosb-bundled > div .woosb-product .woosb-title a {
  letter-spacing: 0;
  text-align: left;
  font-size: calc(13px + (16 - 13) * (100vw - 375px) / (1900 - 375)) !important;
  line-height: 1.3;
  padding-bottom: 2px;
  color: #000;
  font-family: 'rajdhanibold';
  margin-top: 0;
}

.woosb-wrap.woosb-bundled > div .woosb-product input[type="checkbox"] {
  cursor: pointer;
  margin-bottom: -52px;
  margin-top: 32px;
  width: 20px;
  height: 20px;
  z-index: 1;
  position: relative;
}

_:-ms-fullscreen, :root .woosb-wrap.woosb-bundled > div .woosb-product input[type='checkbox'] {
  margin-bottom: -48px;
  margin-top: 48px;
}

.berocket_better_labels .berocket_better_labels_line .br_alabel {
  z-index: 10 !important;
}

.post-type-archive-product #main-content, .tax-product_cat #main-content {
  padding-top: 10px !important;
}

.post-type-archive-product #main-content > .container, .tax-product_cat #main-content > .container {
  padding-top: 0 !important;
}

.shoppage-container .products.columns-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

@media (max-width: 1279px) {
  .shoppage-container .products.columns-4 {
    margin: 0 -8px !important;
  }
}

@media (max-width: 1919px) {
  .shoppage-container .products.columns-4 {
    margin: 0 -12px;
  }
}

.shoppage-container .products.columns-4 > li {
  width: calc(100%/3 - 1px) !important;
  padding: 0 20px !important;
  margin-right: 0 !important;
  margin-bottom: calc(10px + (48 - 10) * (100vw - 375px) / (1900 - 375)) !important;
}

@media (max-width: 1919px) {
  .shoppage-container .products.columns-4 > li {
    padding: 0 12px !important;
  }
}

@media (max-width: 1279px) {
  .shoppage-container .products.columns-4 > li {
    padding: 0 8px !important;
  }
}

@media (max-width: 1199px) {
  .shoppage-container .products.columns-4 > li {
    width: calc(100%/3 - 1px) !important;
  }
}

@media (max-width: 980px) {
  .shoppage-container .products.columns-4 > li {
    padding: 0 0px !important;
  }
}

.shoppage-container .products.columns-4 > li > a {
  height: 100%;
}

.shoppage-container .products.columns-4 > li > a.button {
  height: auto;
}

.woocommerce ul.products li.product .star-rating {
  display: none;
}

.br_alabel_better_compatibility {
  z-index: 1 !important;
}

.br_alabel_better_compatibility > span {
  height: 23px !important;
  width: 100% !important;
  font-size: 12px !important;
  min-width: 58px;
  margin-right: 0 !important;
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  border-radius: 0px !important;
  padding: 0 12px !important;
  margin-left: 0 !important;
  font-family: 'rajdhanisemibold';
  text-transform: uppercase;
  border-bottom-right-radius: 8px !important;
}

_:-ms-fullscreen, :root ul.products .et_shop_image {
  height: inherit;
}

.woocommerce ul.products li.product .et_shop_image img,
.woocommerce-page ul.products li.product .et_shop_image img {
  margin: 0 !important;
  -webkit-transition: 00.3s;
  transition: 00.3s;
}

.woocommerce ul.products li.product .et_shop_image .et_overlay,
.woocommerce-page ul.products li.product .et_shop_image .et_overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  background: transparent;
}

.woocommerce ul.products li.product .et_shop_image .et_overlay:after,
.woocommerce-page ul.products li.product .et_shop_image .et_overlay:after {
  min-height: inherit;
  font-size: 0;
}

.woocommerce ul.products li.product .et_shop_image .et_overlay:before,
.woocommerce-page ul.products li.product .et_shop_image .et_overlay:before {
  display: none;
}

.woocommerce ul.products li.product .et_shop_image .et_overlay .button,
.woocommerce-page ul.products li.product .et_shop_image .et_overlay .button {
  display: block !important;
}

.woocommerce ul.products li.product:hover .et_shop_image,
.woocommerce-page ul.products li.product:hover .et_shop_image {
  -webkit-box-shadow: 0 0 16px #ebebeb;
          box-shadow: 0 0 16px #ebebeb;
}

.woocommerce ul.products li.product:hover .et_shop_image img,
.woocommerce-page ul.products li.product:hover .et_shop_image img {
  opacity: 0.4;
}

.woocommerce ul.products li.product .featured_text,
.woocommerce-page ul.products li.product .featured_text {
  text-align: left;
  padding: 0 20px;
  padding-bottom: 8px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0;
}

.woocommerce ul.products li.product.sale .price, .woocommerce-page ul.products li.product.sale .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce ul.products li.product.sale .price del, .woocommerce-page ul.products li.product.sale .price del {
  padding-right: 2px !important;
  font-style: normal;
  font-family: 'rajdhaniregular';
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  letter-spacing: 0;
  text-align: left;
  font-size: calc(13px + (16 - 13) * (100vw - 375px) / (1900 - 375)) !important;
  line-height: 1.3;
  padding-bottom: 2px;
  color: #000;
  font-family: 'rajdhanibold';
  margin-top: 0;
}

.woocommerce ul.products li.product {
  position: relative;
}

@media (max-width: 1279px) {
  .shoppage-container .left {
    padding-right: 2em;
  }
}

@media (max-width: 980px) {
  .shoppage-container .left {
    margin-top: 0 !important;
  }
}

.woocommerce ul.products li.product .price del {
  font-size: calc(15px + (20 - 15) * (100vw - 375px) / (1900 - 375)) !important;
  padding-left: 0 !important;
}

.woocommerce ul.products li.product .price {
  color: #000;
  letter-spacing: 0;
  text-align: left;
  font-size: calc(15px + (20 - 15) * (100vw - 375px) / (1900 - 375)) !important;
  line-height: 1;
  width: 100%;
  margin: 0 auto !important;
  padding-top: 0px;
  font-style: normal;
  font-family: 'rajdhanibold';
}

.shoppage-container .woof_products_top_panel {
  display: none !important;
}

select {
  cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
  cursor: pointer;
}

@media (max-width: 991px) {
  .post-type-archive.woocommerce-shop #left-area ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
}

@media (max-width: 767px) {
  .post-type-archive.woocommerce-shop #left-area ul.products {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px;
  }
}

@media (max-width: 991px) {
  .post-type-archive.woocommerce-page ul.products li.product:nth-child(n) {
    width: calc(93%/3) !important;
    margin: 0 1% !important;
    margin-bottom: 14px !important;
  }
}

@media (max-width: 767px) {
  .post-type-archive.woocommerce-page ul.products li.product:nth-child(n) {
    width: calc(93%/2) !important;
    margin: 0 1% !important;
    margin-bottom: 14px !important;
  }
}

@media (max-width: 376px) {
  .post-type-archive.woocommerce-page ul.products li.product:nth-child(n) {
    width: 100% !important;
    margin: 0 1% !important;
    margin-bottom: 14px !important;
  }
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-ordering {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}

.itemsorder .woocommerce-ordering {
  display: none;
}

@media (max-width: 991px) {
  .post-type-archive #et-boc .pagebanner.et_pb_section {
    margin-top: -12px !important;
  }
  .post-type-archive #main-header.et-fixed-header {
    border-radius: 0 !important;
  }
}

body #open_filter {
  background: #000;
}

@media (max-width: 980px) {
  body #open_filter {
    position: fixed;
    left: 0;
    -webkit-transform: none;
    transform: none;
    z-index: 10;
    top: 0;
    width: 100%;
    padding: 10px;
    border-radius: 0;
    text-align: center;
  }
}

.woocommerce-page .woocommerce-pagination {
  margin-top: 2em;
}

.woocommerce-page #main-content > .container + .heading-floating-text {
  top: 32px;
}

@media (min-width: 1920px) {
  .woocommerce-page #main-content > .container + .heading-floating-text {
    top: 32px;
  }
}

.woocommerce ul.products li.product a .custom-div {
  color: #868686;
  font-size: 13px;
  line-height: 1;
  padding-top: 14px;
  margin-bottom: -6px;
}

.page-about-us #main-content > article + .heading-floating-text {
  top: .5em;
}

@media (min-width: 1920px) {
  .page-about-us #main-content > article + .heading-floating-text {
    top: .5em;
  }
}

.page-about-us .about-c h2 {
  font-family: 'rajdhanisemibold';
  font-size: calc(22px + (38 - 22) * (100vw - 375px) / (1900 - 375));
  color: #000;
  line-height: 1;
  padding-bottom: 20px;
}

.page-about-us.et-db #et-boc .et-l .et_pb_row_0.et_pb_row.breadcrumb-holder #main-heading {
  margin-bottom: calc(20px + (40 - 20) * (100vw - 375px) / (1900 - 375)) !important;
}

.page-about-us.et-db #et-boc .et-l .et_pb_row_0.et_pb_row.breadcrumb-holder > div:last-child .et_pb_module {
  margin-bottom: 0 !important;
}

.about-main-holder {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .about-main-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-main-holder > div:first-child {
  width: 54% !important;
  margin: 0;
  margin-top: 4em;
  margin-bottom: 4em;
  margin-right: -4em;
  z-index: 3;
  position: relative;
  background: #fff;
  padding: 11px;
  text-align: left;
  padding-left: 13em;
  padding-right: 5em;
}

@media (max-width: 1199px) {
  .about-main-holder > div:first-child {
    padding-left: 6em;
  }
}

@media (max-width: 767px) {
  .about-main-holder > div:first-child {
    width: 100% !important;
    padding-left: 4em;
    padding-right: 4em;
    margin-bottom: 1em;
    margin-top: 0;
  }
}

.about-main-holder > div:first-child #main-heading p {
  text-align: left !important;
}

.about-main-holder > div:last-child {
  width: 54% !important;
}

@media (max-width: 767px) {
  .about-main-holder > div:last-child {
    width: 100% !important;
  }
}

.about-main-holder > div:last-child .et_pb_image {
  margin-bottom: 0 !important;
  padding-bottom: 100%;
  height: 100%;
}

.page-contact-us .google-map iframe {
  border: 1.5px solid #ccc !important;
}

@media (max-width: 767px) {
  .page-contact-us .google-map iframe {
    height: 14em;
  }
}

.page-contact-us #main-footer img[alt="fleaves"] {
  display: block;
}

.page-contact-us .contact-f {
  -webkit-box-shadow: 0 0 41px #a3a3a3;
          box-shadow: 0 0 41px #a3a3a3;
}

.float-tissue {
  position: absolute;
  width: auto !important;
  right: 0;
  top: 10px;
  padding: 0 !important;
  max-width: 21vw !important;
}

@media (max-width: 1279px) {
  .float-tissue {
    max-width: 13vw !important;
  }
}

.contact-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px !important;
  padding-bottom: calc(20px + (60 - 20) * (100vw - 375px) / (1900 - 375)) !important;
}

@media (max-width: 980px) {
  .contact-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .contact-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0px !important;
  }
  .contact-holder .et_pb_text_2 .et_pb_text_inner {
    text-align: center;
  }
}

.contact-holder .ajax-loader {
  display: none;
}

.contact-holder a {
  color: #888888;
}

.contact-holder h4 {
  padding-bottom: 15px;
  font-family: 'rajdhanisemibold';
  font-size: calc(20px + (36 - 20) * (100vw - 375px) / (1900 - 375));
  color: #000;
  line-height: 1;
}

@media (max-width: 767px) {
  .contact-holder h4 {
    text-align: center;
  }
}

.contact-holder h5 {
  color: #333333;
  font-family: 'latobold';
  padding-bottom: 15px;
  font-size: calc(15px + (20 - 15) * (100vw - 375px) / (1900 - 375));
}

.contact-holder > div:first-child {
  width: 34%;
  margin: 0;
}

@media (max-width: 980px) {
  .contact-holder > div:first-child {
    width: 100%;
    padding-bottom: 2em;
  }
}

@media (max-width: 767px) {
  .contact-holder > div:first-child {
    margin-bottom: 0 !important;
  }
}

.contact-holder > div:last-child {
  width: 66%;
}

.contact-holder > div:last-child h4 + p {
  display: none;
}

@media (max-width: 990px) {
  .contact-holder > div:last-child {
    padding-left: 3em;
  }
}

@media (max-width: 980px) {
  .contact-holder > div:last-child {
    width: 100%;
    padding-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .contact-holder > div:last-child {
    padding-left: 0;
  }
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

@media (max-width: 767px) {
  .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-form > div {
  width: calc(100%/2 - 1px);
  padding: 0 5px;
  line-height: 1;
}

@media (max-width: 767px) {
  .contact-form > div {
    width: 100%;
  }
}

.contact-form > div label {
  padding: 4px 0 0px;
  display: none;
}

.contact-form > div input::-webkit-input-placeholder, .contact-form > div textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888888 !important;
}

.contact-form > div input::-moz-placeholder, .contact-form > div textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #888888 !important;
}

.contact-form > div input:-ms-input-placeholder, .contact-form > div textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #888888 !important;
}

.contact-form > div input:-moz-placeholder, .contact-form > div textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #888888 !important;
}

.contact-form > div.mes {
  width: 100%;
}

.contact-form > div.mes textarea {
  height: 126px;
  resize: none;
}

.contact-form > div.btn-container {
  width: 100%;
}

.contact-form > div.btn-container .wpcf7-spinner {
  display: none !important;
}

.contact-form .btn-container .wpcf7-not-valid-tip {
  text-align: left;
}

.contact_10 .et_pb_code_inner iframe {
  width: 100%;
}

@media (max-width: 767px) {
  .contact_10 .et_pb_code_inner iframe {
    height: 17em;
  }
}

.wpcf7 .btn-container {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .wpcf7 .btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .wpcf7 .btn-container .wpcf7-form-control-wrap {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@media (max-width: 767px) {
  .wpcf7 .btn-container .btn {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .recaptcha .wpcf7-not-valid-tip {
    text-align: center;
    margin-bottom: 10px;
  }
}

.wpcf7 .ajax-loader {
  display: none !important;
}

.page-home #et-main-area #main-content {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-home .et-fixed-header ~ #et-main-area #main-content .home-slider {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 980px) {
  .page-home .et-fixed-header ~ #et-main-area #main-content .home-slider {
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
  }
}

.home-slider {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 767px) {
  .home-slider {
    position: fixed;
    top: auto;
    left: 0;
    width: 100%;
  }
}

.home-slider .slick-dots {
  bottom: 35px;
  text-align: left;
  padding-left: 8%;
}

.home-slider .slick-dots li button::before {
  font-size: 10px !important;
  color: #666666;
}

.home-slider .slick-dots li.slick-active button:before {
  color: #fff !important;
}

.home-slider .main-slider {
  margin-bottom: 0;
}

.home-slider .main-slider .item .bg-cover {
  padding-bottom: 42%;
  position: relative;
  background-position: top;
}

@media (min-width: 1920px) {
  .home-slider .main-slider .item .bg-cover {
    padding-bottom: 45%;
  }
}

@media (max-width: 991px) {
  .home-slider .main-slider .item .bg-cover {
    padding-bottom: 66%;
  }
}

.home-slider .main-slider .item .bg-cover.shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-slider .main-slider .item .bg-cover .bg-cover {
  display: none;
}

.home-slider .main-slider .item .bg-cover .bg-cover + .bg-cover {
  display: block;
}

.home-slider .main-slider .item .bg-cover.left .bg-cover {
  display: block;
}

.home-slider .main-slider .item .bg-cover.left .bg-cover + .bg-cover {
  display: none;
}

.home-slider .main-slider .item .bg-cover.left .des {
  right: auto;
  left: 8%;
}

@media (max-width: 767px) {
  .home-slider .main-slider .item .bg-cover.left .des {
    left: 5%;
  }
}

@media (max-width: 767px) {
  .home-slider .main-slider .item .bg-cover {
    padding-bottom: 112%;
  }
  .home-slider .main-slider .item .bg-cover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
  }
}

.home-slider .main-slider .item .bg-cover .des {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 41%;
  right: 0;
  left: auto;
  padding-right: calc( 12px + (12 - 12) * (100vw - 375px) / (1900 - 375));
  text-align: center;
  text-align: left;
}

@media (max-width: 1440px) {
  .home-slider .main-slider .item .bg-cover .des {
    margin-top: 20px;
  }
}

@media (max-width: 1279px) {
  .home-slider .main-slider .item .bg-cover .des {
    max-width: 44%;
  }
}

@media (max-width: 1199px) {
  .home-slider .main-slider .item .bg-cover .des {
    max-width: 52%;
  }
}

@media (max-width: 991px) {
  .home-slider .main-slider .item .bg-cover .des {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .home-slider .main-slider .item .bg-cover .des {
    max-width: 90%;
    text-align: center;
    margin-top: 0;
    padding: 0;
  }
}

@media (min-width: 767px) {
  .home-slider .main-slider .item .bg-cover .des.Left {
    right: auto;
    left: 0;
    top: 46%;
    padding-left: calc( 12px + (332 - 12) * (100vw - 375px) / (1900 - 375));
    padding-right: 0;
  }
}

.home-slider .main-slider .item .bg-cover .des h2.h {
  white-space: pre-wrap;
  line-height: 1.2;
  font-size: calc(18px + (48 - 18) * (100vw - 375px) / (1900 - 375));
  text-transform: none;
  color: #fff;
}

@media (max-width: 1279px) {
  .home-slider .main-slider .item .bg-cover .des h2.h {
    line-height: 1.1;
    margin-bottom: 10px;
  }
}

.home-slider .main-slider .item .bg-cover .des h2.h:after {
  background-color: #ffffff;
}

.home-slider .main-slider .item .bg-cover .des .top-text {
  color: #fff;
  font-family: "rajdhanisemibold";
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .home-slider .main-slider .item .bg-cover .des .top-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-slider .main-slider .item .bg-cover .des .top-text:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  margin-right: 12px;
}

.home-slider .main-slider .item .bg-cover .des .text {
  color: #fff;
  padding-bottom: 2em;
}

.home-slider .main-slider .item .bg-cover .des .text > h2 {
  font-size: calc( 20px + (58 - 20) * (100vw - 375px) / (1900 - 375));
  padding-bottom: calc( 12px + (20 - 12) * (100vw - 375px) / (1900 - 375));
  line-height: 1;
  color: #fff;
  font-family: "rajdhanisemibold";
}

@media (max-width: 767px) {
  .home-slider .main-slider .item .bg-cover .des .text > h2 {
    text-align: center !important;
  }
}

.home-slider .main-slider .item .bg-cover .des .text p {
  color: #fff;
  line-height: 1;
  font-family: "rajdhaniregular";
  font-size: calc( 15px + (20 - 15) * (100vw - 375px) / (1900 - 375));
}

@media (max-width: 767px) {
  .home-slider .main-slider .item .bg-cover .des .text p {
    text-align: center !important;
  }
}

.home-slider .main-slider .slick-arrow.slick-next {
  right: 30px;
}

.home-slider .main-slider .slick-arrow.slick-prev {
  left: 30px;
  z-index: 1;
}

@media (min-width: 1365px) {
  .home-slider-height {
    height: calc((885 / 19.2) * 1vw);
  }
}

@media (max-width: 1364px) {
  .home-slider-height {
    height: calc((811 / 19.2) * 1vw);
  }
}

@media (max-width: 991px) {
  .home-slider-height {
    height: calc((1276 / 19.2) * 1vw);
  }
}

@media (max-width: 767px) {
  .home-slider-height {
    display: none;
  }
}

.home-holder {
  background: #fff;
  position: relative;
}

.home-holder .ftext {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  top: -8px;
  z-index: 1;
  left: -12px;
  font-size: calc(28px + (164 - 28) * (100vw - 375px) / (1900 - 375));
  text-transform: uppercase;
  font-family: "rajdhanibold";
  line-height: 0.7;
  color: #f3f3f3;
}

@media (max-width: 1365px) {
  .home-holder .ftext {
    top: 0;
  }
}

.home-holder .brands-lists {
  padding-top: calc(28px + (52 - 28) * (100vw - 375px) / (1900 - 375));
  position: relative;
}

@media (max-width: 767px) {
  .home-holder .brands-lists {
    padding-top: 0;
  }
}

.home-holder .brands-lists .head-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}

.home-holder .brands-lists .head-h h2 {
  color: #000;
  line-height: 1.2;
  font-size: calc(20px + (40 - 20) * (100vw - 375px) / (1900 - 375));
  text-align: left;
  font-family: "rajdhanisemibold";
  padding: 0;
}

.home-holder .best-seller-section.woocommerce {
  background: #fff;
  position: relative;
  overflow-x: hidden;
}

.home-holder .best-seller-section.woocommerce .ftext {
  right: -8px;
  left: auto;
  top: 30px;
}

.home-holder .best-seller-section.woocommerce .heading-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-holder .best-seller-section.woocommerce .heading-all p {
  color: #000;
  line-height: 1.2;
  font-size: calc(20px + (40 - 20) * (100vw - 375px) / (1900 - 375));
  text-align: left;
  font-family: "rajdhanisemibold";
}

.home-holder .best-seller-section.woocommerce .slick-arrow {
  display: none !important;
}

.home-holder .best-seller-section.woocommerce .related.products .slick-list {
  margin: 0 -10px;
}

.home-holder .best-seller-section.woocommerce ul.products li.product a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.home-holder .best-seller-section.woocommerce > div {
  padding-top: calc( 30px + (115 - 30) * (100vw - 375px) / (1900 - 375)) !important;
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: calc(30px + (42 - 30) * (100vw - 375px) / (1900 - 375));
}

@media (max-width: 1199px) {
  .home-holder .best-seller-section.woocommerce > div {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .home-holder .best-seller-section.woocommerce > div {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.home-holder .best-seller-section.woocommerce .related.products {
  margin-top: 0 !important;
}

.home-holder .best-seller-section.woocommerce ul.products li.product .button {
  background-color: transparent !important;
}

@media (min-width: 1920px) {
  .home-holder .best-seller-section.woocommerce ul.products li.product .button {
    background-position: 160px !important;
  }
}

@media (min-width: 767px) {
  .home-holder .store-d-holder .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home-holder .store-d-holder .item > div:first-child {
  width: 42%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 80px;
}

@media (max-width: 1199px) {
  .home-holder .store-d-holder .item > div:first-child {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .home-holder .store-d-holder .item > div:first-child {
    padding-right: 14px;
  }
}

@media (max-width: 767px) {
  .home-holder .store-d-holder .item > div:first-child {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 45px 10px;
  }
}

.home-holder .store-d-holder .item > div:first-child .des .top-text {
  color: #fff;
  font-family: "rajdhanisemibold";
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .home-holder .store-d-holder .item > div:first-child .des .top-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-holder .store-d-holder .item > div:first-child .des .top-text:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  margin-right: 12px;
}

.home-holder .store-d-holder .item > div:first-child .des .text {
  color: #fff;
  padding-bottom: 2em;
}

.home-holder .store-d-holder .item > div:first-child .des .text > h2 {
  font-size: calc( 20px + (58 - 20) * (100vw - 375px) / (1900 - 375));
  padding-bottom: calc( 12px + (20 - 12) * (100vw - 375px) / (1900 - 375));
  line-height: 1;
  color: #fff;
  font-family: "rajdhanisemibold";
}

.home-holder .store-d-holder .item > div:first-child .des .text p {
  color: #fff;
  line-height: 1;
  font-family: "rajdhaniregular";
  font-size: calc( 15px + (20 - 15) * (100vw - 375px) / (1900 - 375));
  line-height: 1.4;
}

.home-holder .store-d-holder .item > div:last-child {
  width: 58%;
  padding-bottom: 39%;
}

@media (max-width: 1199px) {
  .home-holder .store-d-holder .item > div:last-child {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .home-holder .store-d-holder .item > div:last-child {
    width: 100%;
    padding-bottom: 70%;
  }
}

.home-holder .store-d-holder .slick-prev {
  left: 36px;
}

.home-holder .store-d-holder .slick-next {
  right: 36px;
}

.home-holder .shop-cat-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .home-holder .shop-cat-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-holder .shop-cat-section .ftext {
  right: -10px;
  left: auto;
  top: 32px;
}

.home-holder .shop-cat-section > div:first-child {
  width: 65%;
  padding-bottom: 44%;
}

@media (max-width: 767px) {
  .home-holder .shop-cat-section > div:first-child {
    width: 100%;
    padding-bottom: 70%;
  }
}

.home-holder .shop-cat-section > div:last-child {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 70px;
}

@media (max-width: 1199px) {
  .home-holder .shop-cat-section > div:last-child {
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .home-holder .shop-cat-section > div:last-child {
    width: 100%;
    padding-top: 20px;
  }
}

.home-holder .shop-cat-section > div:last-child .des h2 {
  color: #000;
  line-height: 1.2;
  font-size: calc(20px + (40 - 20) * (100vw - 375px) / (1900 - 375));
  text-align: left;
  font-family: "rajdhanisemibold";
  padding-bottom: calc( 20px + (40 - 20) * (100vw - 375px) / (1900 - 375));
}

.home-holder .shop-cat-section > div:last-child .des .cat-li {
  counter-reset: li;
}

.home-holder .shop-cat-section > div:last-child .des .cat-li > div a {
  color: #000;
  line-height: 1;
  font-size: calc( 18px + (22 - 18) * (100vw - 375px) / (1900 - 375));
  text-align: left;
  font-family: "rajdhanisemibold";
  text-shadow: 0 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 18px;
}

.home-holder .shop-cat-section > div:last-child .des .cat-li > div a:before {
  counter-increment: li;
  content: counter(li, decimal-leading-zero);
  font-family: "rajdhanisemibold";
  display: block;
  margin-right: 20px;
  font-size: 13px;
}

.home-holder .shop-cat-section > div:last-child .des .cat-li > div a:hover {
  color: #868686;
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
}

.home-holder .latest-article {
  padding: calc(20px + (100 - 20) * (100vw - 375px) / (1900 - 375)) 0;
  position: relative;
}

.home-holder .latest-article .ftext {
  top: calc(20px + (100 - 20) * (100vw - 375px) / (1900 - 375));
}

.home-holder .latest-article .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.home-holder .latest-article .slick-track .slick-slide {
  height: inherit !important;
}

.home-holder .latest-article .head-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}

.home-holder .latest-article .head-h h2 {
  color: #000;
  line-height: 1.2;
  font-size: calc(20px + (40 - 20) * (100vw - 375px) / (1900 - 375));
  text-align: left;
  font-family: "rajdhanisemibold";
  padding: 0;
}

.home-holder .latest-article .slick-list {
  margin: 0 calc(-12px + (-25 - -12) * (100vw - 375px) / (1900 - 375));
}

.home-holder .latest-article .item {
  padding: calc(12px + (20 - 12) * (100vw - 375px) / (1900 - 375));
  height: 100%;
}

.home-holder .latest-article .item > a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 5px 16px 0px #e5e5e5;
          box-shadow: 0px 5px 16px 0px #e5e5e5;
  height: 100%;
}

.home-holder .latest-article .item > a:hover {
  -webkit-box-shadow: 0px 5px 16px 0px #e5e5e5;
          box-shadow: 0px 5px 16px 0px #e5e5e5;
}

.home-holder .latest-article .item .bg-cover {
  padding-bottom: 75%;
  height: 100%;
}

.home-holder .latest-article .item .info {
  padding: 20px;
}

.home-holder .latest-article .item .info .title {
  color: #000;
  font-size: calc(14px + (18 - 14) * (100vw - 375px) / (1900 - 375));
  font-family: "rajdhanisemibold";
  line-height: 1.2;
}

.home-holder .latest-article .item .info .date {
  color: #868686;
  font-size: 13px;
}

.home-holder .latest-article .item .info .des {
  padding-bottom: calc( 16px + (24 - 16) * (100vw - 375px) / (1900 - 375));
}

.home-holder .latest-article .item .info .des + label {
  font-family: "rajdhanisemibold";
  color: #000;
  font-size: 15px;
  border-bottom: 3px solid #000;
}

.home-holder .insta-h {
  position: relative;
  padding-top: 5em;
  padding-bottom: 5em;
}

.home-holder .insta-h .sb_instagram_header,
.home-holder .insta-h #sbi_load {
  display: none !important;
}

.home-holder .insta-h h2 {
  color: #fff;
  line-height: 1.2;
  font-size: calc(20px + (40 - 20) * (100vw - 375px) / (1900 - 375));
  text-align: center;
  font-family: "rajdhanisemibold";
  padding-bottom: 22px;
}

.home-holder .insta-h > div > div:last-child .sbi_photo_wrap {
  padding: 8px;
}

.home-holder .insta-h > div > div:last-child .sbi_photo_wrap a {
  height: auto !important;
  padding-bottom: 100% !important;
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .page-news-updates .pagebanner, .page-blog-page .pagebanner {
    margin-top: 0 !important;
  }
}

.single-blog .article-content, .single-news .article-content {
  height: 18em;
  overflow-y: scroll;
}

.single-blog .heateorSssFacebookBackground, .single-news .heateorSssFacebookBackground {
  background-color: #f078ac;
  width: 28px !important;
  height: 28px !important;
}

@media (max-width: 767px) {
  .single-blog .et_pb_section_2.et_pb_section, .single-news .et_pb_section_2.et_pb_section {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
  }
}

.page-articles .custom-pagination, .tax-article_category .custom-pagination {
  text-align: left;
}

@media (max-width: 767px) {
  .page-articles .custom-pagination, .tax-article_category .custom-pagination {
    text-align: center;
  }
}

.page-articles .footer-curve img, .page-articles .footer-top, .tax-article_category .footer-curve img, .tax-article_category .footer-top {
  position: relative;
  z-index: 2;
}

.page-articles .floating-pencil, .tax-article_category .floating-pencil {
  bottom: 12em;
}

.article-slider, .article-content-h {
  max-width: 62% !important;
}

@media (max-width: 980px) {
  .article-slider, .article-content-h {
    max-width: 80% !important;
  }
}

.article-slider .et_pb_post_title .et_pb_title_container, .article-content-h .et_pb_post_title .et_pb_title_container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-slider .et_pb_post_title .et_pb_title_container > *:first-child, .article-content-h .et_pb_post_title .et_pb_title_container > *:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.article-slider .et_pb_post_title .et_pb_title_container > *:last-child, .article-content-h .et_pb_post_title .et_pb_title_container > *:last-child {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.single-articles.et-db #et-boc .et-l .et_pb_row_0.et_pb_row.breadcrumb-holder {
  text-align: left;
}

.article-slider .slick-slider {
  margin: 0 !important;
}

.article-slider .slick-slide {
  margin: 0 !important;
}

.article-slider .slick-slide .et_pb_image_wrap {
  width: 100% !important;
}

.article-slider .slick-slide .et_pb_image_wrap img {
  width: 100% !important;
}

.article-slider .slick-dots {
  position: relative;
}

.article-slider .slick-dots li {
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  width: 42px;
  height: 7px;
  border-radius: 50px;
  opacity: 1 !important;
  background: #a7a7a7;
}

.article-slider .slick-dots li.slick-active {
  background: #ed1c24;
}

.article-slider .slick-dots li button:before {
  display: none !important;
}

.articles-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (min-width: 767px) {
  .articles-holder .custom-pagination {
    padding-top: 20px !important;
  }
}

@media (max-width: 991px) {
  .articles-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.articles-holder .column-left {
  width: 28%;
  padding-right: 3.5em;
}

@media (max-width: 1279px) {
  .articles-holder .column-left {
    padding-right: 2.5em;
  }
}

@media (max-width: 991px) {
  .articles-holder .column-left {
    width: 100%;
    padding-right: 0;
  }
}

.articles-holder .column-left h3 {
  color: #000;
  margin-bottom: 5px;
  font-size: calc(20px + (42 - 20) * (100vw - 375px) / (1900 - 375));
  font-family: 'rajdhanisemibold';
}

.articles-holder .column-left .lastest-article {
  margin-bottom: 26px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 26px;
}

.articles-holder .column-left .lastest-article .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
}

.articles-holder .column-left .lastest-article .item > div.image {
  width: 34%;
}

.articles-holder .column-left .lastest-article .item > div.image .bg-cover {
  padding-bottom: 66%;
  border-radius: 8px;
}

.articles-holder .column-left .lastest-article .item > div.info {
  padding-left: 10px;
  width: 66%;
}

.articles-holder .column-left .lastest-article .item > div.info span {
  display: block;
  position: relative;
}

.articles-holder .column-left .lastest-article .item > div.info span.date {
  color: #ed1c24;
  margin-top: 6px;
}

.articles-holder .column-left .archives {
  margin-bottom: 2em;
  border-bottom: 2px solid #ddd;
  padding-bottom: 2em;
}

.articles-holder .column-left .archives .year {
  position: relative;
  padding: 10px 20px;
  font-size: calc(13px + (14 - 12) * (100vw - 375px) / (1900 - 375)) !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 10px;
  padding: 8px 1.2em;
  display: block;
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 50px;
  text-transform: uppercase;
  font-family: 'rajdhanisemibold';
}

.articles-holder .column-left .archives .year a {
  color: #000;
}

.articles-holder .column-left .archives .year .archive-btn {
  position: absolute;
  right: 23px;
  top: 0;
  background: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: 0 0 !important;
          box-shadow: 0 0 !important;
  padding: 0 !important;
  outline: 0 !important;
  min-width: auto;
  color: #000 !important;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

.articles-holder .column-left .archives .year:hover, .articles-holder .column-left .archives .year.active {
  background: #000;
}

.articles-holder .column-left .archives .year:hover a, .articles-holder .column-left .archives .year:hover .archive-btn, .articles-holder .column-left .archives .year.active a, .articles-holder .column-left .archives .year.active .archive-btn {
  color: #fff !important;
}

.articles-holder .column-left .archives .months {
  padding-left: 18px;
  margin-top: 13px;
  margin-bottom: 18px;
  list-style: none;
  display: none;
}

.articles-holder .column-left .archives .months.show {
  display: block;
}

.articles-holder .column-left .archives .months li a {
  font-family: 'rajdhanisemibold';
  font-size: calc(13px + (14 - 12) * (100vw - 375px) / (1900 - 375)) !important;
  color: #868686;
}

.articles-holder .column-left .archives .months li.active .archive-month, .articles-holder .column-left .archives .months li:hover .archive-month {
  color: #000;
}

.articles-holder .column-right {
  width: 72%;
}

@media (max-width: 991px) {
  .articles-holder .column-right {
    width: 100%;
  }
}

.articles-holder .column-right .article-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}

.articles-holder .column-right .article-lists > .item {
  width: calc(100%/3 - 1px);
  padding: 0 16px;
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .articles-holder .column-right .article-lists > .item {
    width: 100%;
  }
}

.articles-holder .column-right .article-lists > .item > a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}

@media (max-width: 767px) {
  .articles-holder .column-right .article-lists > .item > a {
    -webkit-box-shadow: 0px 5px 16px 0px #e5e5e5;
            box-shadow: 0px 5px 16px 0px #e5e5e5;
  }
}

.articles-holder .column-right .article-lists > .item > a:hover {
  -webkit-box-shadow: 0px 5px 16px 0px #e5e5e5;
          box-shadow: 0px 5px 16px 0px #e5e5e5;
}

.articles-holder .column-right .article-lists > .item .bg-cover {
  padding-bottom: 75%;
  height: 100%;
}

.articles-holder .column-right .article-lists > .item .info {
  padding: 20px;
}

.articles-holder .column-right .article-lists > .item .info .title {
  color: #000;
  font-size: calc(14px + (18 - 14) * (100vw - 375px) / (1900 - 375));
  font-family: 'rajdhanisemibold';
  line-height: 1.2;
}

.articles-holder .column-right .article-lists > .item .info .date {
  color: #868686;
  font-size: 13px;
}

.articles-holder .column-right .article-lists > .item .info .des {
  padding-bottom: calc(16px + (24 - 16) * (100vw - 375px) / (1900 - 375));
}

.articles-holder .column-right .article-lists > .item .info .des + label {
  font-family: 'rajdhanisemibold';
  color: #000;
  font-size: 15px;
  border-bottom: 3px solid #000;
}

.single-blog .et_pb_section.et_pb_section_2 > .et_pb_row, .single-news .et_pb_section.et_pb_section_2 > .et_pb_row, .single-articles .et_pb_section.et_pb_section_2 > .et_pb_row {
  max-width: 64% !important;
}

@media (max-width: 1199px) {
  .single-blog .et_pb_section.et_pb_section_2 > .et_pb_row, .single-news .et_pb_section.et_pb_section_2 > .et_pb_row, .single-articles .et_pb_section.et_pb_section_2 > .et_pb_row {
    max-width: 70% !important;
  }
}

@media (max-width: 991px) {
  .single-blog .et_pb_section.et_pb_section_2 > .et_pb_row, .single-news .et_pb_section.et_pb_section_2 > .et_pb_row, .single-articles .et_pb_section.et_pb_section_2 > .et_pb_row {
    max-width: 80% !important;
  }
}

@media (max-width: 767px) {
  .single-blog .et_pb_section.et_pb_section_2 > .et_pb_row, .single-news .et_pb_section.et_pb_section_2 > .et_pb_row, .single-articles .et_pb_section.et_pb_section_2 > .et_pb_row {
    max-width: 90% !important;
  }
}

.single-blog .et_pb_section.et_pb_section_2 > .et_pb_row .et_pb_image_wrap, .single-news .et_pb_section.et_pb_section_2 > .et_pb_row .et_pb_image_wrap, .single-articles .et_pb_section.et_pb_section_2 > .et_pb_row .et_pb_image_wrap {
  width: 100%;
}

.single-blog .et_pb_post_title, .single-news .et_pb_post_title, .single-articles .et_pb_post_title {
  margin: 0 !important;
}

.single-blog .et_pb_title_container .entry-title, .single-news .et_pb_title_container .entry-title, .single-articles .et_pb_title_container .entry-title {
  color: #000;
  font-size: calc(20px + (28 - 20) * (100vw - 375px) / (1900 - 375));
  font-family: 'rajdhanisemibold';
  line-height: 1.2;
}

.single-blog .et_pb_title_container .et_pb_title_meta_container, .single-news .et_pb_title_container .et_pb_title_meta_container, .single-articles .et_pb_title_container .et_pb_title_meta_container {
  color: #888888 !important;
  padding-top: 4px;
  padding-bottom: 0px !important;
  margin-top: -26px;
}

.single-blog .heateor_sss_sharing_container, .single-news .heateor_sss_sharing_container, .single-articles .heateor_sss_sharing_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-blog .heateor_sss_sharing_container .heateor_sss_sharing_title, .single-news .heateor_sss_sharing_container .heateor_sss_sharing_title, .single-articles .heateor_sss_sharing_container .heateor_sss_sharing_title {
  color: #000;
  font-size: calc(14px + (16 - 14) * (100vw - 375px) / (1900 - 375));
  font-family: 'rajdhanibold';
}

.single-blog #main-content > article + .heading-floating-text, .single-news #main-content > article + .heading-floating-text, .single-articles #main-content > article + .heading-floating-text {
  top: .8em;
}

@media (min-width: 1920px) {
  .single-blog #main-content > article + .heading-floating-text, .single-news #main-content > article + .heading-floating-text, .single-articles #main-content > article + .heading-floating-text {
    top: .7em;
  }
}

.nextprev-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: calc(16px + (44 - 16) * (100vw - 375px) / (1900 - 375));
}

@media (max-width: 767px) {
  .nextprev-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.nextprev-article > div:first-child {
  text-align: left;
}

.nextprev-article > div:first-child .btn {
  background-image: url("../../img/btn-orangel.png") !important;
  background-repeat: no-repeat !important;
  background-size: 8px !important;
  background-position: 28px !important;
}

.nextprev-article > div:first-child .btn:hover {
  background-image: url("../../img/btn-white.png") !important;
  background-repeat: no-repeat !important;
  background-size: 8px !important;
  background-position: 28px !important;
}

.nextprev-article > div:nth-child(2) {
  text-align: center;
}

.nextprev-article > div:last-child {
  text-align: right;
}

@media (max-width: 767px) {
  .nextprev-article > div {
    width: 100%;
    padding: 5px;
    text-align: center !important;
  }
}

.categories-prod > ul {
  margin-top: 1rem;
  padding: 0;
}

.categories-prod > ul > li {
  list-style: none;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.categories-prod > ul > li > span {
  position: relative;
  padding: 10px 20px;
  font-size: calc(13px + (14 - 12) * (100vw - 375px) / (1900 - 375)) !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 10px;
  padding: 8px 1.2em;
  display: block;
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 50px;
  font-family: 'rajdhanisemibold';
}

.categories-prod > ul > li > span.has-sub {
  cursor: pointer;
  position: relative;
}

.categories-prod > ul > li > span.has-sub a {
  display: inline-block;
}

.categories-prod > ul > li > span.has-sub:after {
  content: "+";
  color: #000;
  position: absolute;
  right: 18px;
  font-size: 20px;
}

.categories-prod > ul > li > span.has-sub.active:after {
  content: "-";
  color: #fff;
}

.categories-prod > ul > li > span.has-sub.active + .sub-cat {
  display: block;
}

.categories-prod > ul > li > span.has-sub.active + .sub-cat li a {
  display: block;
}

.categories-prod > ul > li > span.has-sub.active + .sub-cat li a:hover {
  color: #000;
  opacity: 1;
}

.categories-prod > ul > li > span:hover, .categories-prod > ul > li > span.active {
  background-color: #000;
  color: #fff;
}

.categories-prod > ul > li > span:hover > a, .categories-prod > ul > li > span.active > a {
  color: #fff;
}

.categories-prod > ul > li > span:hover:after, .categories-prod > ul > li > span.active:after {
  color: #fff;
}

.categories-prod > ul > li > span > a {
  color: #000;
  display: block;
}

.categories-prod > ul > li > span:hover > a {
  color: #fff;
}

.categories-prod > ul > li.active > span.active {
  background-color: #000;
}

.categories-prod > ul > li.active > span.active > a {
  color: #fff;
}

.categories-prod .sub-cat {
  padding: 0 !important;
  display: none;
  margin-top: 10px;
}

.categories-prod .sub-cat > li {
  list-style: none;
}

.categories-prod .sub-cat > li > span {
  padding: 0px;
  display: block;
  background-color: transparent;
  border-radius: 50px;
  color: #000;
}

.categories-prod .sub-cat > li > span a {
  display: block;
  padding: 0 18px;
  font-family: 'rajdhanisemibold';
  font-size: calc(13px + (14 - 12) * (100vw - 375px) / (1900 - 375)) !important;
  color: #868686;
}

.categories-prod .sub-cat > li.active > span, .categories-prod .sub-cat > li:hover > span {
  color: #000;
}

.categories-prod .sub-cat > li.active > span a, .categories-prod .sub-cat > li:hover > span a {
  color: #000;
}

.categories-prod .sub-sub-cat {
  padding: 0 !important;
  padding-left: 2em !important;
}

.categories-prod .sub-sub-cat > li {
  list-style: none;
}

.categories-prod .sub-sub-cat > li > a {
  color: #000;
  padding: .2rem 1.2em;
  display: block;
}

.categories-prod .sub-sub-cat > li.active > a {
  color: #fff;
}

.nextprev-article button {
  font-family: 'rajdhanibold';
  background: transparent;
  border: 0;
  border-bottom: 3px solid #000;
  padding: 0;
  font-size: 15px;
  cursor: pointer;
}

.faq-holder-main .accordion-content ul li .li-container .title {
  padding-right: 48px;
}

.faq-holder-main .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 84%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .faq-holder-main .holder {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .faq-holder-main .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.faq-holder-main .holder > div:first-child {
  width: 25%;
  padding-right: 3em;
  display: none;
}

@media (max-width: 1279px) {
  .faq-holder-main .holder > div:first-child {
    padding-right: 2em;
  }
}

@media (max-width: 991px) {
  .faq-holder-main .holder > div:first-child {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .faq-holder-main .holder > div:first-child {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.faq-holder-main .holder > div:first-child button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  line-height: 2;
  margin-bottom: 10px;
  background-color: transparent;
  color: #007673;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .faq-holder-main .holder > div:first-child button {
    font-size: 14px;
  }
}

.faq-holder-main .holder > div:first-child button.active, .faq-holder-main .holder > div:first-child button:hover {
  background-color: #007673;
  color: #fff;
}

.faq-holder-main .holder > div:last-child {
  width: 100%;
}

@media (max-width: 767px) {
  .faq-holder-main .holder > div:last-child {
    width: 100%;
  }
}

.faq-holder-main .holder > div:last-child .panel-group {
  display: none;
}

.faq-holder-main .holder > div:last-child .panel-group.active {
  display: block;
}

.faq-holder-main .des {
  text-align: center;
  margin-bottom: 4em;
}

.faq-holder-main .panel-group > h3 {
  margin-bottom: 15px;
  color: #1f4f50;
  font-family: 'halantbold';
  font-size: 28px;
}

@media (max-width: 1199px) {
  .faq-holder-main .panel-group > h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .faq-holder-main .panel-group > h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

.faq-holder-main .panel-body {
  padding: 14px 0;
  background: transparent;
  border: 0;
  margin-top: 1px;
  border-top: 0 !important;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .faq-holder-main .panel-body {
    font-size: 11px;
  }
}

.faq-holder-main .panel-group .panel {
  border-radius: 8px;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-holder-main .panel-group .panel + .panel {
  margin-top: 8px;
}

.faq-holder-main .panel-group .panel .panel-heading {
  border-radius: 0px;
  background-color: transparent;
  border: 0;
}

.faq-holder-main .panel-group .panel .panel-heading .panel-title a {
  color: #282728;
  padding: 14px 0;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  font-size: 15px;
  border-bottom: 2px solid #1f4f50;
  padding-right: 32px;
}

@media (max-width: 767px) {
  .faq-holder-main .panel-group .panel .panel-heading .panel-title a {
    padding-right: 4em;
    font-size: 14px;
  }
}

.faq-holder-main .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] {
  background: transparent;
  color: #282728;
}

.faq-holder-main .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"]:before {
  content: "-";
}

.faq-holder-main .panel-group .panel .panel-heading .panel-title a:before {
  content: "+";
  position: absolute;
  font-size: 26px;
  right: 15px;
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1f4f50;
}

.gallery-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
  margin-bottom: -22px;
}

@media (max-width: 767px) {
  .gallery-h {
    margin: 0 -12px;
  }
}

.gallery-h .item {
  width: calc(100%/3 - 1px);
  padding: 0 20px;
  padding-bottom: 22px;
}

@media (max-width: 991px) {
  .gallery-h .item {
    width: calc(100%/3 - 1px);
  }
}

@media (max-width: 767px) {
  .gallery-h .item {
    width: calc(100%/2 - 1px);
  }
}

@media (max-width: 374px) {
  .gallery-h .item {
    width: 100%;
  }
}

.gallery-h .item > div {
  cursor: pointer;
}

.gallery-h .item .text-title {
  text-align: left;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .gallery-h .item .text-title h4 {
    font-size: 15px;
    font-family: 'latomedium';
  }
}

.gallery-h .item .bg-cover {
  width: 100%;
  padding-bottom: 92%;
  position: relative;
  border-radius: 18px;
}

.gallery-h .item .bg-cover:before {
  content: "";
  background-image: url("../../img/gallery-hover.png");
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.31);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.gallery-h .item .bg-cover:hover:before {
  opacity: 1;
}

.activity-main-holder .f-img-holder .rimg {
  top: -4em;
}

#body-id-gallery #main-content {
  padding-bottom: 0;
}

.f-img-holder {
  max-width: 100%;
  padding: 0;
  position: static;
}

@media (max-width: 1080px) {
  .f-img-holder img {
    opacity: 0.4;
  }
}

.f-img-holder .et_pb_column {
  position: static;
}

.f-img-holder .rimg {
  position: absolute;
  right: 0;
  top: -9em;
}

.f-img-holder .rimg img {
  max-width: 16em;
}

.f-img-holder .limg {
  position: absolute;
  left: 0;
  top: 28em;
}

.f-img-holder .limg img {
  max-width: 10em;
}

.f-img-holder .f-btm-image {
  position: absolute;
  bottom: 0;
}

.f-img-holder .f-btm-image img {
  max-width: 18em;
}

.activity-holder .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.activity-holder .lists .item {
  width: calc(100%/3 - 1px);
}

@media (max-width: 981px) {
  .activity-holder .lists .item {
    width: calc(100%/2 - 1px);
  }
}

@media (max-width: 767px) {
  .activity-holder .lists .item {
    width: calc(100%/1 - 1px);
  }
}

.activity-holder .lists .item:hover .bg-cover:before {
  width: 100%;
}

.activity-holder .lists .item > div {
  padding: .5em;
  padding-bottom: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.activity-holder .lists .item > div .bg-cover {
  min-height: 18em;
  cursor: pointer;
  position: relative;
}

@media (max-width: 1080px) {
  .activity-holder .lists .item > div .bg-cover {
    min-height: 14em;
  }
}

.activity-holder .lists .item > div .bg-cover:before {
  content: "";
  width: 0%;
  height: 100%;
  background: rgba(171, 138, 88, 0.63);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.activity-holder .lists .item > div .des {
  background: #ab8a58;
  height: 100%;
  color: #fff;
  max-width: 82%;
  margin: 0 auto;
  width: 100%;
  margin-top: -2.5em;
  padding: 16px;
  font-family: 'latoregular';
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.activity-holder .lists .item > div .des .t {
  font-size: 18px;
  padding-bottom: .3em;
  line-height: 1.2;
}

#activity_gallery {
  margin-top: 6em;
  margin-bottom: 6em;
}

@media (max-width: 1080px) {
  #activity_gallery .container {
    width: 90%;
  }
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.gallery-popup {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.gallery-popup {
  max-width: 64%;
  margin: 0 auto;
  position: relative;
  -webkit-animation-name: zoom;
  animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  margin-top: 1em;
  margin-top: 4em;
}

@media (max-width: 1199px) {
  .gallery-popup {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .gallery-popup {
    max-width: 90%;
    padding: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 4em;
  }
}

.gallery-popup .holder .des {
  padding-top: 10px;
}

.gallery-popup .holder h3.title {
  text-align: center;
  font-family: 'latobold';
  padding-bottom: 30px;
  font-size: calc(15px + (27 - 15) * (100vw - 375px) / (1900 - 375));
}

.gallery-popup .holder .slider-nav {
  margin: 0 -7px;
}

.gallery-popup .holder .slick-nav img {
  max-width: 15px;
}

.gallery-popup .holder .slick-nav.right {
  right: -33px;
}

.gallery-popup .holder .slick-nav.left {
  left: -33px;
}

.gallery-popup .slick-no-slide .slick-track {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none !important;
          transform: none !important;
}

.gallery-popup .slick-slide .item img {
  width: 100%;
  border-radius: 20px;
}

.gallery-popup .slider-nav .slick-slide .item {
  padding: 12px 6px;
}

.gallery-popup .slider-nav .slick-slide .item > div {
  padding: 2px;
  padding-bottom: 64%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gallery-popup .slider-nav .slick-slide.slick-current .item > div img {
  opacity: 0.5;
}

.gallery-popup .slider-nav .slick-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.gallery-popup .slider-nav .slick-nav.right {
  right: 16px;
}

.gallery-popup .slider-nav .slick-nav.left {
  left: 16px;
}

.gallery-popup .mfp-close {
  right: -50px;
  top: -50px !important;
  color: #fff !important;
  opacity: 1;
  max-width: 46px;
  width: auto;
  height: unset;
  cursor: pointer;
}

@media (max-width: 767px) {
  .gallery-popup .mfp-close {
    right: 0;
    top: -40px !important;
    max-width: 38px;
  }
}

.gallery-popup .slider-for .slick-prev {
  left: -95px;
}

@media (max-width: 991px) {
  .gallery-popup .slider-for .slick-prev {
    left: -40px;
  }
}

.gallery-popup .slider-for .slick-next {
  right: -95px;
}

@media (max-width: 991px) {
  .gallery-popup .slider-for .slick-next {
    right: -40px;
  }
}

.gallery-popup .slider-for .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.gallery-popup .slider-for .slick-track .slick-slide {
  height: inherit !important;
}

.gallery-popup .slider-for .slick-track .slick-slide iframe {
  width: 100%;
}

@media (max-width: 1279px) {
  .gallery-popup .slider-for .slick-track .slick-slide iframe {
    height: 30em;
  }
}

@media (max-width: 991px) {
  .gallery-popup .slider-for .slick-track .slick-slide iframe {
    height: 21em;
  }
}

.gallery-popup .slider-for .slick-track .slick-slide div {
  height: 100%;
  border-radius: 20px;
}

.gallery-popup .slider-for .slick-track .slick-slide div > div {
  height: 100%;
}

.gallery-popup .slider-for .slick-track .slick-slide div > div h3 {
  color: #842f33;
  font-family: 'archivobold';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 23px;
  padding-top: 1.2em;
  margin: 0;
  padding-right: 90px;
}

@media (max-width: 1199px) {
  .gallery-popup .slider-for .slick-track .slick-slide div > div h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .gallery-popup .slider-for .slick-track .slick-slide div > div h3 {
    font-size: 16px;
  }
}

.gallery-popup .slider-for .slick-track .slick-slide div > div .c-count {
  position: absolute;
  height: auto;
  right: 58px;
  bottom: 25px;
}

.brands-lists .slick-list {
  margin: 0 -10px;
}

.brands-lists .slider-holder {
  margin: -20px -10px;
  padding-bottom: 100px;
}

.brands-lists .slider-holder .slick-nav {
  position: absolute;
  bottom: 4px;
}

.brands-lists .slider-holder .slick-nav.prev {
  left: 18px;
}

.brands-lists .slider-holder .slick-nav.next {
  right: 18px;
}

.brands-lists .slider .item {
  padding: 20px 10px;
}

.brands-lists .slider .item > div {
  -webkit-box-shadow: 0px 9px 16px 0px #efefef;
          box-shadow: 0px 9px 16px 0px #efefef;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.brands-lists .slider .item > div:hover {
  -webkit-box-shadow: 7px 9px 25px 0px #e3e3e3;
          box-shadow: 7px 9px 25px 0px #e3e3e3;
}

@media (min-width: 767px) {
  .brands-lists .lists > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -30px;
  }
}

.brands-lists .lists > .item:not(:last-child) {
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .brands-lists .lists > .item:not(:last-child) {
    padding-bottom: 30px;
  }
}

.brands-lists .lists > .item > div {
  text-align: center;
}

@media (min-width: 767px) {
  .brands-lists .lists > .item > div {
    width: calc(100%/2 - 1px);
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 0 30px;
  }
}

.brands-lists .lists > .item > div h3 {
  font-family: 'rajdhanisemibold';
  font-size: calc(18px + (36 - 18) * (100vw - 375px) / (1900 - 375));
  color: #000;
  line-height: 1;
}

@media (max-width: 767px) {
  .brands-lists .lists > .item > div h3 {
    padding-top: 20px;
  }
}

.brands-lists .lists > .item > div .text {
  padding-bottom: 20px;
}

.brands-lists .lists > .item > div .tags {
  padding-bottom: 26px;
  color: #000;
  font-family: 'latomedium';
}

.brands-lists .lists > .item > div:first-child img {
  width: 100%;
  border: 1px solid #e1e1e1;
}

@media (min-width: 767px) {
  .brands-lists .lists > .item:nth-child(even) > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.slick-dots-inline .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 50px;
  background: #e8e1cf;
  padding: 0;
  margin: 0 auto;
}

.slick-dots-inline .slick-dots li {
  width: 100%;
  line-height: 0;
  height: 2px;
  background: #e1e1e1;
  margin: 0;
}

.slick-dots-inline .slick-dots li button {
  width: 100%;
  height: 0px;
  font-size: 0;
  border: 0;
  background: transparent;
  border-radius: 50px;
  padding: 0px;
}

.slick-dots-inline .slick-dots li button::before {
  display: none;
}

.slick-dots-inline .slick-dots li.slick-active button {
  background: #000;
  height: 5px;
  top: -1.8px;
  position: relative;
}
/*# sourceMappingURL=main.css.map */