@import "~@ng-select/ng-select/themes/default.theme.css";

/****************************************
* Table of Contents
*****************************************
* 1.0 - Header
* 2.0 - Product grid system
* 4.0 - Inner pages
*       - Product page
*       - Blog pages
* 5.0 - Sections
*       - Quick view
*       - Quick shop
*       - Instagram blocks
*       - Mega menu
*       - Head banner
*       - Head currency
*       - Head search
*       - Mini cart
*       - Main slide
* 6.0 - Tooltip
*       - Top tooltip
*       - Bottom tooltip
*       - Left tooltip
*       - Right tooltip
* 7.0 - Footer
* 8.0 - Responsive
* 9.0 - Plugins
* 	   	- Photoswipper
*		- Dift magnifier
*		- Threesixty degree
*		- Magnific popup
*
*/
body {
  font-family: Poppins, sans-serif !important;
}

.nt_js_lz.lazyloaded {
  display: none;
}

.btn {
  outline: none !important;
  box-shadow: none !important;
}

/****************************************
 * Header
 ****************************************/
.lazy_icons .flickity-button {
  visibility: visible;
}

#ntheader .ntheader_wrapper {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 390;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#ntheader.sticky_prepared.live_stuck .ntheader_wrapper {
  visibility: visible;
  opacity: 1;
  position: fixed;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-animation: animate_sticky 0.6s ease;
  animation: animate_sticky 0.6s ease;
}

#ntheader.live_stuck.ani_none .ntheader_wrapper {
  -webkit-animation: none;
  animation: none;
}

.hide_scrolld_true #ntheader.sticky_prepared.live_stuck .ntheader_wrapper {
  position: absolute;
  box-shadow: none;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: none;
  animation: none;
  transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  will-change: transform, -webkit-transform;
}

.hide_scrolld_true #ntheader.sticky_prepared.h_scroll_up .ntheader_wrapper {
  position: fixed;
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#ntheader.live_stuck #kalles-section-header_banner,
#ntheader.live_stuck #kalles-section-header_top,
#ntheader.live_stuck .logo_normal,
#ntheader.live_stuck .logo_mobile {
  display: none;
}

#ntheader.live_stuck .logo_sticky {
  display: inline-block;
}

@-webkit-keyframes animate_sticky {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes animate_sticky {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.h_banner_close:after,
.h_banner_close:before {
  content: " ";
  width: 7px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out,
    transform 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.h_banner_close:hover:before,
.show_icon_true .h_banner_close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.h_banner_close:hover:after,
.show_icon_true .h_banner_close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.h_banner_close {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.h_banner_close:hover,
.h_banner_close:focus {
  opacity: 0.6;
}

.trs_stuck .nt_menu > li > a,
.trs_stuck .nt_action > a,
.trs_stuck .nt_action > div > a {
  transition: none;
}

.show_icon_true .h_banner_close {
  font-size: 0;
  min-width: 20px;
  display: block;
}

.show_icon_true .h_banner_close:after,
.show_icon_true .h_banner_close:before {
  width: 20px;
  height: 2px;
  margin-top: -1px;
}

.nt_menu > li > div > div {
  min-width: 230px;
}

.nt_menu > li > div > .sub-column-item {
  padding: 10px 0;
}

.nt_menu div.menu-item > a,
.nt_menu ul li a {
  display: block;
  color: #878787;
  line-height: 1.5;
  padding: 3px 0px;
}

.sub-column-item .sub-column > li a {
  padding: 10px 0;
}

.nt_menu .sub-menu .sub-column-item {
  padding: 10px 15px;
  overflow-y: scroll;
  height: 250px;
}

.nt_menu .sub-menu .sub-column-item > a {
  color: #222;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #eee;
}

.nt_menu .sub-menu .type_mn_link.sub-column-item > a:last-child {
  margin-top: -15px;
}

.sub-column-item .sub-column {
  padding: 0;
}

.nt_menu .type_mega .sub-menu {
  padding: 20px 15px;
  max-height: 60vh;
  overflow-y: auto;
}

.nt_menu > li .sub-menu {
  text-align: left;
  position: absolute;
  min-width: 250px;
  background: #fff;
  top: 100%;
  z-index: 10;
  padding: 0;
  -webkit-box-shadow: inset 0 0 0 1px #eaeaea, 0 5px 20px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 1px #eaeaea, 0 5px 20px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.95);
  background-color: #fff;
  pointer-events: none;
}

.nt_menu > li.type_dropdown .sub-menu {
  min-width: 260px;
  padding: 10px 0;
}

.prs_nav .pr_grid_item.nt_pr {
  margin: 15px 0;
}

.nt_menu > li.type_html > .sub-menu {
  padding: 20px 15px;
}

.clhovermq .nt_menu li.has-children:hover > .sub-menu,
.clhovermq .nt_menu div:hover > .sub-menu,
.clno-hovermq .nt_menu li.has-children.is_hover > .sub-menu,
.clno-hovermq .nt_menu div.is_hover > .sub-menu,
.nt_menu li.menu_item_hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nt_menu > li .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.nt_menu > li.pos_left .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.nt_menu > li.type_dropdown .sub-menu .has-children,
.nt_menu > li.type_dropdown .sub-menu .has-children > a {
  position: relative;
}

.nt_menu > li.type_dropdown .sub-menu .has-children > a:after {
  right: 8px;
  position: absolute;
  color: rgba(82, 82, 82, 0.45);
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  font-family: fakalles, sans-serif;
  content: "\f105";
}

.nt_menu > li.pos_left .sub-menu .has-children > a:after {
  content: "\f104";
}

.nt_menu ul li a:hover,
.nt_menu ul li.is_hover a,
.nt_menu div.menu-item > a:hover,
.nt_menu div.menu-item.is_hover > a {
  color: #222;
}

.nt_menu .sub-menu .sub-column-item > :last-child {
  border-bottom: 0;
}

.hover_side_up .nt_menu > li > .sub-menu {
  -webkit-transform: translateY(15px) translateZ(0);
  transform: translateY(15px) translateZ(0);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
}

.clhovermq .hover_side_up .nt_menu > li.has-children:hover > .sub-menu,
.clno-hovermq .nt_menu > li.has-children.is_hover > .sub-menu,
.hover_side_up .nt_menu > li.menu_item_hover > .sub-menu {
  -webkit-transform: none;
  transform: none;
}

.lbc_nav {
  position: absolute;
  color: #fff;
  font-size: 9px;
  padding: 1px 7px 0;
  border-radius: 50px;
  top: 50%;
  line-height: 16px;
  background: #01bad4;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -5px;
  margin-top: -14px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.alignitems {
  display: contents;
}

.sub-menu .lbc_nav {
  position: static;
  display: inline-block;
}

.cats_menu > li {
  line-height: 1.4;
  border-bottom: 1px solid rgba(129, 129, 129, 0.15);
}

.cats_menu > li > a {
  padding: 12px 25px 15px 18px;
  color: #222;
  font-size: 14px;
  line-height: 20px;
}

.cats_menu > li > a > i {
  color: rgba(82, 82, 82, 0.6);
}

.cats_menu > li.has-children > a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  font-size: 14px;
  line-height: 14px;
  content: "\f105";
  font-family: fakalles, sans-serif;
  margin-left: 4px;
  color: rgba(82, 82, 82, 0.45);
  font-weight: 400;
  font-style: normal;
}

.cats_menu > li:hover > a {
  background-color: #f9f9f9;
  color: #494949;
}

.header_categories .fa47-angle-down {
  font-style: normal;
  font-size: 16px;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.header_categories:hover .fa47-angle-down {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.has_ntcanvas.has_fk_canvas .mfp-content {
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.has_ntcanvas.has_fk_canvas .mfp-wrap {
  display: none !important;
}

.banner_nav {
  padding: 13px 0;
}

.banner_nav:hover a {
  background-color: transparent !important;
}

.banner_nav img {
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.banner_nav:hover img {
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
}

/****************************************
 * Product grid system
 ****************************************/
.nt_pr.nt-swatched .back-img {
  display: none;
}

.nt_swatches_on_grid {
  margin: 0 -3px;
}

.swatch__list--item {
  margin: 3px;
  border: 1px solid #ddd;
  padding: 2px;
}

.swatch__list--item.nt_swatch_on_bg {
  cursor: pointer;
}

.swatch__value {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.swatch__value[data-bg] {
  opacity: 0;
  visibility: visible;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.swatch__value.lazyloaded[data-bg] {
  visibility: visible;
  opacity: 1;
}

.swatch_list_size_small .swatch__list--item {
  padding: 1px;
}

.swatch_list_size_small .swatch__list--item .swatch__value {
  width: 16px;
  height: 16px;
}

.swatch_list_size_large .swatch__list--item .swatch__value {
  width: 45px;
  height: 45px;
}

.swatch_style_rounded .swatch__list .swatch__list--item,
.swatch_style_rounded .swatch__list .swatch__value {
  border-radius: 50%;
}

.swatch__list--item.current-swatch {
  background-color: #333;
  border-color: #333;
}

.swatch__list--nt {
  opacity: 0;
}

.sp-single .product-images .p-thumb .flickity-enabled {
  z-index: 2;
}

.p_group_btns {
  z-index: 4;
}

.nt_labels {
  top: 15px;
  right: 15px;
  z-index: 4;
}

.nt_label {
  background-color: #e5e5e5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 20;
  height: 20px;
  width: 30px;
  font-size: 8px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#nt_search_canvas .onsale.nt_label,
.product_list_widget .onsale.nt_label {
  width: auto;
  height: auto;
  color: #fff;
  display: inline-block;
  padding: 2px 4px;
  border-radius: 2px;
  font-size: 10px;
  margin: 5px;
}

.label_style_rounded .nt_label {
  height: 30px;
  width: 30px;
  font-size: 8px;
  border-radius: 50%;
}

.nt_label + .nt_label {
  margin-top: 5px;
}

.hover_button {
  max-width: 100%;
  padding: 0 5px;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 50;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}

.hover_button .nt_add_qv,
.hover_button .pr_atc {
  font-size: 0;
  margin: 2.5px 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.hover_button .nt_add_qv i,
.hover_button .pr_atc i {
  font-weight: 600;
  font-size: 18px;
}

.product-image a.db:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: all 0.5s;
}

.product-image a.db:before,
.product-image a.wishlistadd,
.product-image a.nt_w_login,
.product-image .product-attr {
  opacity: 0;
  visibility: hidden;
}

.nt_labels,
.product-image:hover .product-image-flip .back,
.product-image:hover a.db:before,
.product-image:hover a.wishlistadd,
.product-image:hover .nt_add_cp > a,
.product-image:hover a.nt_w_login,
.product-image:hover .product-attr {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.product-image .nt_add_qv:hover,
.product-image .pr_atc:hover {
  background: #222;
  color: #fff;
  /* margin-top: 15px; */
}

.product-image .nt_add_w,
.product-image .nt_add_cp {
  z-index: 40;
  left: 12px;
  top: 12px;
}

.product-image .nt_add_w > a,
.product-image .nt_add_cp > a {
  width: 20px;
  height: 22px;
  text-align: center;
  margin: 0;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.nt_add_cp i {
  font-size: 20px;
}

.product-image .nt_add_w + .nt_add_cp {
  top: 40px;
}

.product-image .product-attr {
  bottom: 5px;
  left: 10px;
  right: 10px;
  z-index: 2;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1),
    1px 1px 1px rgba(0, 0, 0, 0.15);
}

.pr_grid_item .product-image:hover .hover_button {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.nt_pr .product-image .hover_img {
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18),
    -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.nt_pr:hover .product-image .hover_img {
  opacity: 1;
}

.hover_img2 .nt_pr:hover .product-image .hover_img {
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
}

.swatch__list_js.lazyload,
.swatch__list_js.lazyloading {
  background-image: url(../images/svg/lds-sw.svg);
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center left;
  background-position-x: -8px;
}

.row_pr_1.tc .swatch__list_js.lazyload,
.row_pr_1.tc .swatch__list_js.lazyloading {
  background-position: center !important;
}

.dcp_cd_ip {
  opacity: 0;
  height: 0;
}

.pr_lazy_img.main-img.lazyloaded,
.p-nav.p-nav-ready,
.nt_bg_lz.pr_lazy_img.lazyloaded,
.cat_grid_item__overlay.lazyloaded,
img.lz_op_ef.lazyloaded,
.swatch__value.lazyloaded,
.swatch__value_pr.lazyloaded {
  -webkit-animation: ani-fadeIn 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) 0s
    forwards;
  animation: ani-fadeIn 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
}

.nt_shipping.nt_icon_circle .icon:not(.ship_img):before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background: #56cfe1;
  transition: all 0.3s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.nt_shipping.nt_icon_circle:hover .icon:not(.ship_img):before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.nt_bg_lz.ship_img.lazyload:before,
.nt_bg_lz.ship_img.lazyloading:before {
  background-size: 30px;
}

.wf-fakalles-n4-active .header_picker:after,
.wf-fakalles-n4-inactive .header_picker:after {
  content: "\f107";
  position: absolute;
  font-family: Poppins, sans-serif !important;
  right: 12px;
  top: 0;
  font-size: 16px;
  pointer-events: none;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.mt10 {
  margin-top: 20px !important;
}

.sortby_pick i {
  transition: transform 0.2s ease-in-out;
}

.nt_lt_fake.opended .header_picker:after,
.style__simple .nt_lt_fake.opended > i,
.cat_sortby_js.opended .sortby_pick i {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.nt_lt_fake ul {
  padding: 15px 0;
  width: 100%;
  top: calc(100% + 10px);
  top: -webkit-calc(100% + 10px);
  margin: 0;
  background-color: #fff;
  z-index: 40;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-height: 280px;
  min-width: 250px;
  overflow: auto;
  overflow-x: hidden;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out,
    visibility 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  will-change: transform;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  border-radius: 3px;
}

.nt_lt_fake ul > li {
  color: #222;
  margin: 0;
  padding: 0 20px 0 10px;
  height: 40px;
  line-height: 30px;
}

.is-selcolor .swatch_pr_item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.bg_imh_sel {
  width: 25px;
  height: 25px;
  display: block;
  min-width: 25px;
  margin-right: 2px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

svg.ic_triangle_svg {
  display: block;
  top: calc(100% + 3px);
  top: -webkit-calc(100% + 3px);
  right: 20px;
  width: 18px;
  height: 8px;
  z-index: 50;
  -webkit-filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12));
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out,
    visibility 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  will-change: transform;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.swatch.is-label
  .nt_lt_fake
  .swatch_pr_item:not(.is-selected):hover
  .swatch__value_pr {
  transition: color 0.2s ease-in-out, background 0.15s ease-in-out;
}

.nt_lt_fake.opended ul,
.nt_lt_fake.opended svg.ic_triangle_svg,
.cat_sortby_js.opended svg.ic_triangle_svg {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1.001);
  transform: scale(1.001);
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1),
    transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear,
    -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
}

.nt_lt_fake .swatch__value_pr {
  display: block;
  text-align: left;
}

.post_nt_loop a > .lazyloaded {
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18),
    -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.post_nt_loop:hover a > .lazyloaded {
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
}

.post_nt_loop > a:before,
.post_nt_loop > .post-thumbnail:before {
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  z-index: 2;
}

.post_nt_loop:hover > a:before,
.post_nt_loop:hover > .post-thumbnail:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s;
}

.mfp-content.menu_opened,
.has_ntcanvas .mfp-content.menu_opened {
  background-color: #fff;
}

.menu_opened #nt_menu_canvas {
  display: block;
}

.search_frm_mb {
  z-index: 2;
  box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.17);
}

.search_frm_mb input.search_input_mb {
  padding: 0 50px 0 20px;
  height: 70px;
  border: none;
  width: 100%;
}

.search_frm_mb .search_btn_mb {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  padding: 0;
  width: 50px;
  border: none;
  background-color: transparent;
  color: #777;
  font-weight: 600;
  font-size: 20px;
}

.mb_nav_tabs {
  background-color: rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

#nt_menu_canvas > i {
  position: fixed;
  left: 300px;
  top: 0;
  color: #fff;
  z-index: 10;
  font-size: 50px;
  background-color: #222;
}

.mb_nav_title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 500;
  font-size: 12px;
  color: #222;
  padding: 5px 10px;
  height: 55px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  cursor: pointer;
}

.mb_cat_true .mb_nav_title {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.mb_nav_title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  width: 0;
  height: 2px;
  transition: width 0.25s ease;
}

.mb_nav_tabs .mb_nav_ul:after {
  right: 0;
  left: auto;
}

.mb_nav_tabs .active:after {
  width: 100%;
}

.mb_nav_title > span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mb_nav_title.active {
  background-color: rgba(0, 0, 0, 0.05);
}

.mb_nav_tab {
  display: none;
  -webkit-animation: ani-fadeIn 1s ease;
  animation: ani-fadeIn 1s ease;
}

.mb_nav_tab.active {
  display: block;
}

@-webkit-keyframes ani-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes ani-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.menu_infos_title {
  color: #222;
  margin-bottom: 10px;
  line-height: 1.3;
}

.mb_nav_tab ul ul {
  padding-left: 0;
}

#nav_header7 ul ul {
  padding-left: 7.5px;
}

.nt_mb_menu li {
  position: relative;
  display: block;
}

.nt_mb_menu .sub-menu li > a {
  padding-left: 30px;
}

.nt_mb_menu .sub-sub-menu li > a {
  padding-left: 40px;
}

.nt_mb_menu .sub-sub-sub-menu li > a {
  padding-left: 50px;
}

.nt_mb_menu .sub-menu li > a .nav_link_icon {
  color: #222;
}

.nt_mb_menu .sub-menu li > a {
  color: #878787;
}

.nt_mb_menu .menu-item-has-children > a {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.nt_mb_menu .product_list_widget {
  padding: 20px 20px 20px 30px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.footer_collapse_false .nav_link_icon {
  display: none;
}

.nav_link_icon {
  width: 12px;
  height: 12px;
  position: relative;
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.only_icon_true .nav_link_icon {
  width: 50px;
  height: 39px;
  margin-right: -20px;
  border-left: 1px solid rgba(129, 129, 129, 0.2);
}

.nav_link_icon:before,
.nav_link_icon:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out,
    -webkit-transform 0.35s ease-in-out;
}

.nav_link_icon:after {
  width: 1px;
  height: 12px;
}

.nav_link_icon:before {
  width: 12px;
  height: 1px;
  opacity: 1;
}

.pin_ic_2 .nav_link_icon {
  background-color: #fff;
  border-radius: 50%;
}

.pin_ic_2 .nav_link_icon:before,
.pin_ic_2 .nav_link_icon:after {
  display: none;
}

.nt_opended > a > .nav_link_icon:before,
.nt_opended > a > .nav_link_icon:after,
.sp-tab.active .tab-heading > .nav_link_icon:before,
.sp-tab.active .tab-heading > .nav_link_icon:after,
.footer_opened .nav_link_icon:before,
.footer_opened .nav_link_icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.nt_opended > a > .nav_link_icon:before,
.sp-tab.active a > .nav_link_icon:before,
.footer_opened .nav_link_icon:before {
  opacity: 0;
}

.tab-heading .nav_link_icon {
  width: 44px;
  height: 44px;
  background-color: #222;
  color: #fff;
}

.tab-heading .nav_link_icon:before {
  width: 15px;
  height: 2px;
}

.tab-heading .nav_link_icon:after {
  width: 2px;
  height: 15px;
}

li.menu-item.menu-item-infos {
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  padding: 20px;
}

.nt_mb_menu span.category-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.17);
}

.nt_mb_menu i {
  opacity: 0.8;
}

.nt_mb_menu li.current-menu-item > a {
  color: #83b735;
}

.icon-sub-menu.up-icon {
  color: #fff;
  background-color: #83b735;
}

.nt_mb_menu li.nt_opended > a,
.nt_mb_menu li:active > a,
.nt_mb_menu li > a:hover {
  background-color: rgba(0, 0, 0, 0.04);
  text-decoration: none;
}

.nt_mb_menu .menu-item-btns > a .iconbtns:before {
  display: inline-block;
  margin-right: 7px;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  content: "\e90e";
  font-family: "iconKalles", sans-serif;
}

.nt_mb_menu .menu-item-wishlist > a .iconbtns:before {
  content: "\e907";
}

.nt_mb_menu .menu-item-sea > a .iconbtns:before {
  content: "\e914";
}

.nt_mb_menu .menu-item-compare > a .iconbtns:before {
  font-family: "Line Awesome Free", sans-serif;
  font-weight: 900;
  content: "\f021";
  font-size: 18px;
}

.lbc_nav_mb {
  color: #fff;
  font-size: 9px;
  padding: 1px 7px 0;
  border-radius: 50px;
  line-height: 16px;
  background: #01bad4;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

#menu_mb_cat .sub-menu .products {
  margin-right: 0;
  margin-left: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

#menu_mb_cat .sub-menu .products > .nt_pr:first-child {
  margin-left: 7.5px;
}

#menu_mb_cat .sub-menu .products > .nt_pr {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  padding: 30px 7.5px;
  margin-top: 0;
}

.nt_fk_canvas {
  position: fixed;
  top: 125;
  bottom: 0;
  width: 300px;
  background-color: #fff;
  right: 350;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.2s;
  -webkit-transform: translate3d(104%, 0, 0);
  transform: translate3d(104%, 0, 0);
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); */
  display: block;
  z-index: 500;
}

body:not(.des_header_6) .nt_fk_canvas.nt_sleft {
  right: auto;
  left: 0;
  -webkit-transform: translate3d(-104%, 0, 0);
  transform: translate3d(-104%, 0, 0);
}

.mask-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}

.mask_opened {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.nt_fk_canvas.act_opened {
  -webkit-transform: none !important;
  transform: none !important;
}

.pin__type {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
}

.pin__type.pin__opened {
  z-index: 200;
}

.pin__type:not(.pin__opened):hover .pin__title {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

.pin__size--small {
  width: 24px;
  height: 24px;
  font-size: 10px;
}

.pin__size--medium {
  width: 32px;
  height: 32px;
  font-size: 12px;
}

.pin__size--exmedium {
  width: 40px;
  height: 40px;
  font-size: 13px;
}

.pin__size--large {
  width: 48px;
  height: 48px;
  font-size: 15px;
}

.pin__size--large .nav_link_icon:before {
  width: 20px;
}

.pin__size--large .nav_link_icon:after {
  height: 20px;
}

.pin__type .zoompin {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  display: block;
  -webkit-animation: zoompin 2s ease infinite;
  animation: zoompin 2s ease infinite;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 800px;
  perspective: 800px;
  background-color: rgba(255, 255, 255, 0.5);
}

.pin__type .pin_tt {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #65affa;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@-webkit-keyframes zoompin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoompin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pin__popup {
  width: 260px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s;
  z-index: 100;
  border-radius: 2px;
}

.popup__content {
  padding: 15px;
}

.pin__type > div {
  pointer-events: none;
}

.pin__popup .pr_grid_item {
  padding: 15px;
  margin: 0;
  font-size: 14px;
}

.pin__type_txt .popup__title {
  padding: 10px 15px;
  font-size: 16px;
  color: #2b2b2b;
}

.pin__type_txt .popup__content {
  border-top: 2px solid #f2f2f2;
  color: #878787;
  font-size: 14px;
}

.pin__type.pin__opened > div {
  pointer-events: auto;
}

.pin__type.pin__opened .pin__popup {
  opacity: 1;
  visibility: visible;
}

.pin__title {
  top: -50px;
  white-space: nowrap;
  background: #fff;
  color: #878787;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  top: -webkit-calc(-100% - 10px);
  top: calc(-100% - 10px);
  padding: 5px 30px;
  font-size: 14px;
  transition: transform 0.35s;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  display: block;
}

.pin__title:before,
.pin__popup:before {
  content: "";
  position: absolute;
  display: none;
}

.pin__title:before {
  border: 6px solid transparent;
  border-top: 6px solid #fff;
  bottom: -12px;
  left: calc(50% - 6px);
  left: -webkit-calc(50% - 6px);
}

.pin__size--small .pin__title {
  top: calc(-100% - 20px);
  top: -webkit-calc(-100% - 20px);
}

.pin__size--large .pin__title {
  top: -100%;
}

.pin__popup:before {
  border: 10px solid transparent;
}

.pin__popup.pin__popup--top,
.pin__popup--top .pin__popup {
  bottom: calc(100% - -20px);
  bottom: -webkit-calc(100% - -20px);
}

.pin__popup.pin__popup--top:before,
.pin__popup--top .pin__popup:before {
  border-top: 10px solid #fff;
  left: calc(50% - 10px);
  left: -webkit-calc(50% - 10px);
  bottom: -20px;
}

.pin__popup.pin__popup--bottom,
.pin__popup--bottom .pin__popup {
  top: calc(100% - -20px);
}

.pin__popup.pin__popup--bottom:before,
.pin__popup--bottom .pin__popup:before {
  border-bottom: 10px solid #fff;
  left: calc(50% - 10px);
  left: -webkit-calc(50% - 10px);
  top: -20px;
}

.pin__popup.pin__popup--right,
.pin__popup--right .pin__popup {
  left: calc(100% - -20px);
  left: -webkit-calc(100% - -20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pin__popup.pin__popup--right:before,
.pin__popup--right .pin__popup:before {
  border-right: 10px solid #fff;
  left: -20px;
  top: calc(50% - 10px);
  top: -webkit-calc(50% - 10px);
}

.pin__popup.pin__popup--left,
.pin__popup--left .pin__popup {
  right: calc(100% - -20px);
  right: -webkit-calc(100% - -20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pin__popup.pin__popup--left:before,
.pin__popup--left .pin__popup:before {
  border-left: 10px solid #fff;
  right: -20px;
  top: calc(50% - 10px);
  top: -webkit-calc(50% - 10px);
}

.pin__popup.pin__popup--top,
.pin__popup--top .pin__popup,
.pin__popup.pin__popup--bottom,
.pin__popup--bottom .pin__popup {
  left: calc(50% - 130px);
  left: -webkit-calc(50% - 130px);
}

.pin__popup.pin__popup--zoom,
.pin__popup--zoom .pin__popup {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.pin__popup.pin__popup--zoom.pin__popup--right,
.pin__popup.pin__popup--zoom.pin__popup--left,
.pin__popup--zoom.pin__popup--right .pin__popup,
.pin__popup--zoom.pin__popup--left .pin__popup {
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}

.pin__opened .pin__popup.pin__popup--zoom.pin__popup--top,
.pin__opened .pin__popup.pin__popup--zoom.pin__popup--bottom,
.pin__opened .pin__popup--zoom.pin__popup--top .pin__popup,
.pin__opened .pin__popup--zoom.pin__popup--bottom .pin__popup {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pin__opened .pin__popup.pin__popup--zoom.pin__popup--right,
.pin__opened .pin__popup.pin__popup--zoom.pin__popup--left,
.pin__opened .pin__popup--zoom.pin__popup--right .pin__popup,
.pin__opened .pin__popup--zoom.pin__popup--left .pin__popup {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.pin__popup.pin__popup--sup,
.pin__popup--sup .pin__popup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.pin__popup.pin__popup--sup.pin__popup--right,
.pin__popup.pin__popup--sup.pin__popup--left,
.pin__popup--sup.pin__popup--right .pin__popup,
.pin__popup--sup.pin__popup--left .pin__popup {
  -webkit-transform: translateY(calc(-50% - -30px));
  transform: translateY(calc(-50% - -30px));
}

.pin__opened .pin__popup.pin__popup--sup.pin__popup--right,
.pin__opened .pin__popup.pin__popup--sup.pin__popup--left,
.pin__opened .pin__popup.pin__popup--sdown.pin__popup--right,
.pin__opened .pin__popup.pin__popup--sdown.pin__popup--left,
.pin__opened .pin__popup--sup.pin__popup--right .pin__popup,
.pin__opened .pin__popup--sup.pin__popup--left .pin__popup,
.pin__opened .pin__popup--sdown.pin__popup--right .pin__popup,
.pin__opened .pin__popup--sdown.pin__popup--left .pin__popup {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pin__popup.pin__popup--sdown,
.pin__popup--sdown .pin__popup {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.pin__popup.pin__popup--sdown.pin__popup--right,
.pin__popup.pin__popup--sdown.pin__popup--left,
.pin__popup--sdown.pin__popup--right .pin__popup,
.pin__popup--sdown.pin__popup--left .pin__popup {
  -webkit-transform: translateY(calc(-50% - 30px));
  transform: translateY(calc(-50% - 30px));
}

.pin__popup.pin__popup--sleft,
.pin__popup--sleft .pin__popup {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.pin__popup.pin__popup--sleft.pin__popup--right,
.pin__popup.pin__popup--sleft.pin__popup--left,
.pin__popup--sleft.pin__popup--right .pin__popup,
.pin__popup--sleft.pin__popup--left .pin__popup {
  -webkit-transform: translateY(-50%) translateX(30px);
  transform: translateY(-50%) translateX(30px);
}

.pin__opened .pin__popup.pin__popup--sleft.pin__popup--right,
.pin__opened .pin__popup.pin__popup--sleft.pin__popup--left,
.pin__opened .pin__popup.pin__popup--sright.pin__popup--right,
.pin__opened .pin__popup.pin__popup--sright.pin__popup--left,
.pin__opened .pin__popup--sleft.pin__popup--right .pin__popup,
.pin__opened .pin__popup--sleft.pin__popup--left .pin__popup,
.pin__opened .pin__popup--sright.pin__popup--right .pin__popup,
.pin__opened .pin__popup--sright.pin__popup--left .pin__popup {
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}

.pin__popup.pin__popup--sright,
.pin__popup--sright .pin__popup {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.pin__popup.pin__popup--sright.pin__popup--right,
.pin__popup.pin__popup--sright.pin__popup--left,
.pin__popup--sright.pin__popup--right .pin__popup,
.pin__popup--sright.pin__popup--left .pin__popup {
  -webkit-transform: translateY(-50%) translateX(-30px);
  transform: translateY(-50%) translateX(-30px);
}

.pin__popup.pin__popup--rotate,
.pin__popup--rotate .pin__popup {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.pin__popup.pin__popup--rotate.pin__popup--right,
.pin__popup.pin__popup--rotate.pin__popup--left,
.pin__popup--rotate.pin__popup--right .pin__popup,
.pin__popup--rotate.pin__popup--left .pin__popup {
  -webkit-transform: translateY(-50%) rotateY(360deg);
  transform: translateY(-50%) rotateY(360deg);
}

.pin__opened .pin__popup.pin__popup--rotate.pin__popup--right,
.pin__opened .pin__popup.pin__popup--rotate.pin__popup--left,
.pin__opened .pin__popup--rotate.pin__popup--right .pin__popup,
.pin__opened .pin__popup--rotate.pin__popup--left .pin__popup {
  -webkit-transform: translateY(-50%) rotateY(0deg);
  transform: translateY(-50%) rotateY(0deg);
}

.pin__opened .pin__popup.pin__popup--sup,
.pin__opened .pin__popup.pin__popup--sdown,
.pin__opened .pin__popup--sup .pin__popup,
.pin__opened .pin__popup--sdown .pin__popup {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.pin__opened .pin__popup.pin__popup--sleft,
.pin__opened .pin__popup.pin__popup--sright,
.pin__opened .pin__popup--sleft .pin__popup,
.pin__opened .pin__popup--sright .pin__popup {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.pin__opened .pin__popup.pin__popup--rotate,
.pin__opened .pin__popup--rotate .pin__popup {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.mfp-wrap .pin__popup {
  width: 100%;
}

.mfp-wrap .pin_lazy_js .pin__popup {
  width: 300px;
}

.mfp-wrap .pin__popup:before {
  display: none;
}

.mfp-auto-cursor .mfp-content.mfp__pin {
  width: auto;
}

.mfp__pin .pin__popup {
  position: static;
  transform: none !important;
  opacity: 1;
  visibility: visible;
}

/****************************************
 * mpf popup
 ****************************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10421;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

html.hidden_y,
body.hidden_y {
  height: 100%;
  overflow: hidden;
}

body.hidden_y {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

.mfp-fade.mfp-bg.mfp-ready,
.mfp-bg.mfp-move-horizontal {
  opacity: 0.8;
}

.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-fade.mfp-bg.mfp-ready,
.mfp-bg.mfp-move-horizontal {
  opacity: 0.8;
}

.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* mfp-move-horizontal */
.mfp-move-horizontal .mfp-with-anim,
.mfp-move-vertical .mfp-with-anim {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

.mfp-move-horizontal .mfp-with-anim .product-images .images,
.mfp-move-horizontal .mfp-with-anim .summary-inner,
.mfp-move-vertical .mfp-with-anim .product-images .images,
.mfp-move-vertical .mfp-with-anim .summary-inner {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.mfp-move-vertical .mfp-with-anim {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.mfp-move-vertical .mfp-with-anim .product-images .images,
.mfp-move-vertical .mfp-with-anim .summary-inner {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.mfp-move-horizontal .mfp-with-anim .summary-inner,
.mfp-move-vertical .mfp-with-anim .summary-inner {
  -webkit-transition: opacity 0.85s ease, -webkit-transform 0.85s ease;
  transition: transform 0.85s ease, opacity 0.85s ease,
    -webkit-transform 0.85s ease;
}

.mfp-move-horizontal.mfp-bg,
.mfp-move-vertical.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim,
.mfp-move-horizontal.mfp-ready.mfp-removing .mfp-content,
.mfp-move-horizontal.mfp-ready .mfp-with-anim .summary-inner,
.mfp-move-horizontal.mfp-ready .mfp-with-anim .product-images .images,
.mfp-move-vertical.mfp-ready .mfp-with-anim,
.mfp-move-vertical.mfp-ready.mfp-removing .mfp-content,
.mfp-move-vertical.mfp-ready .mfp-with-anim .summary-inner,
.mfp-move-vertical.mfp-ready .mfp-with-anim .product-images .images {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.mfp-move-horizontal.mfp-ready.mfp-bg,
.mfp-move-vertical.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.mfp-move-vertical.mfp-removing .mfp-with-anim {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.mfp-move-horizontal.mfp-removing.mfp-bg,
.mfp-move-vertical.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-move-horizontal.mfp-removing .mfp-close,
.mfp-move-vertical.mfp-removing .mfp-close {
  display: none;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10431;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10451;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  cursor: pointer;
  outline: none;
  z-index: 1046;
  box-shadow: none;
  position: fixed;
  top: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  padding: 0;
  mix-blend-mode: normal;
  margin: 0 !important;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  min-height: 0;
  width: 50px;
  -webkit-backface-visibility: hidden;
  height: 50px;
  line-height: 50px;
  font-family: Arial, monospace;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(50%) translateZ(1px);
}

.mfp-ready .mfp-close {
  transform: translateY(0) translateZ(1px);
  opacity: 1;
  transition: all 0.25s ease, opacity 0.3s ease 0.35s;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.sp-content-help {
  background: #fff;
  max-width: 950px;
  margin: auto;
  padding: 25px 35px;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
}

.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

button.mfp-close {
  padding: 0;
  margin: 0;
  text-indent: 0;
  font-size: 0;
  text-align: center;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  background: 0 0;
  border-radius: 0;
}

button.mfp-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: none;
  color: #fff;
  opacity: 1;
}

/* .has_ntcanvas */
.has_ntcanvas .mfp-content,
.has_fk_canvas .nt_fk_canvas,
.has_ntcanvas .mfp-inline-holder .mfp-content {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px;
  background-color: #fff;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.2s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.has_fk_canvas #nt_cart_canvas {
  display: block;
  z-index: 10600;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.has_ntcanvas_right .mfp-content,
.has_fk_canvas.has_ntcanvas_right .nt_fk_canvas,
.has_ntcanvas.has_ntcanvas_right .mfp-inline-holder .mfp-content {
  left: auto;
  right: 0;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.has_ntcanvas_right .mfp-close {
  left: 0;
  right: auto;
}

.has_ntcanvas.mfp-ready .mfp-content,
.has_fk_canvas.has_ntcart.mfp-ready ~ #nt_cart_canvas,
.has_ntcanvas.mfp-ready .mfp-inline-holder .mfp-content {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.has_fk_canvas .has_fk_canvas.has_ntcart.mfp-removing ~ #nt_cart_canvas {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.has_fk_canvas.mfp-removing .mfp-content.menu_opened {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10400;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0;
  transition: opacity 0.25s;
}

.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-bg.mfp-removing,
.has_ntcanvas.mfp-removing .mfp-content {
  opacity: 0 !important;
}

.mfp-ready.mfp-removing .mfp-content {
  opacity: 0;
}

.hide_btn + .mfp-wrap .mfp-close,
.mfp-removing .mfp-close {
  display: none !important;
}

.nt_mini_cart .mini_cart_header {
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.nt_mini_cart .mini_cart_header > .close_pp {
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.nt_mini_cart .widget-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.nt_mini_cart .close_pp {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  font-size: 40px;
  cursor: pointer;
}

.nt_mini_cart .close_pp:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nt_mini_cart .empty > i {
  font-size: 55px;
}

.nt_mini_cart .empty > i:after,
.empty_cart_page > i:after {
  font-size: 22px;
  line-height: 1;
  left: 17px;
  top: 50%;
  margin-top: -5px;
  position: absolute;
  font-family: "Line Awesome Free", sans-serif;
  font-weight: 900;
  content: "\f00d";
}

.empty_cart_page > i:after {
  font-size: 35px;
  left: 28px;
  margin-top: -8px;
}

.mini_cart_footer .total {
  margin-bottom: 8px;
  color: #000;
  font-size: 18px;
}

.mini_cart_footer {
}

.mini_cart_footer .button {
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  width: 100%;
  background-color: #f7f7f7;
  border: 0;
  color: #222;
}

.mini_cart_footer .button.btn-checkout {
  background: #56cfe1;
  color: #fff;
}

.mini_cart_footer .button:hover {
  opacity: 0.8;
}

.mini_cart_wrap {
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mini_cart_footer {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid rgba(129, 129, 129, 0.2);
  box-shadow: 0 0 10px 0 rgba(129, 129, 129, 0.2);
}

.cookie-message {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  color: #222;
}

.mini_cart_content .mini_cart_item {
  padding: 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  transition: background-color 0.3s ease;
}

.mini_cart_content .mini_cart_item:hover {
  background-color: #f9f9f9;
}

.mini_cart_content .fixcl-scroll-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,
    -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
  transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s,
    transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s,
    -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
}

.mini_cart_content .mini_cart_note {
  padding: 20px;
  border-top: 1px solid rgba(129, 129, 129, 0.2);
}

.mini_cart_content .mini_cart_item:last-child {
  border-bottom: 0;
}

.fixcl-scroll {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.fixcl-scroll .fixcl-scroll-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.mini_cart_footer {
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.act_opened .mini_cart_footer {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,
    -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
  transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s,
    transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s,
    -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
}

.mini_cart_img {
  width: 120px;
  display: block;
  margin-right: 20px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.mini_cart_info {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.mini_cart_title {
  font-size: 14px;
  line-height: 20px;
  color: #222;
  display: block;
}

.mini_cart_meta {
  font-size: 12px;
  color: #999;
}

.cart_meta_price {
  font-size: 14px;
  color: #222;
}

.cart_meta_variant {
  margin-bottom: 0;
}

.cart_unit_price {
  font-size: 13px;
  color: #878787;
}

.mini_cart_actions {
  margin-top: 15px;
}

.mini_cart_actions .quantity {
  min-width: 120px;
  width: 120px;
  height: 40px;
  border: 1px solid #222;
  text-align: center;
  border-radius: 40px;
  display: block;
  margin-bottom: 15px;
}

.cart_ac_edit,
.cart_ac_remove {
  display: inline-block;
  margin-right: 10px;
}

.cart_ac_edit svg,
.cart_ac_remove svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.5;
}

.cart_dis_price + .cart_tot_price {
  font-weight: 600;
}

.cart_threshold,
.cart_countdown {
  font-size: 13px;
  padding: 8px 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  box-shadow: 0 0 10px 0 rgba(129, 129, 129, 0.2);
  color: #222;
  line-height: normal;
}

#CartSpecialInstructions {
  min-height: 100px;
  color: #222;
  padding: 8px 10px;
  width: 100% !important;
}

.nt_mini_cart.loading .mini_cart_content {
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
}

.nt_mini_cart.loading {
  pointer-events: none;
}

.nt_mini_cart.loading .fixcl-scroll-content {
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
}

.fix_layout_mbt4 .mini_cart_wrap {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.fix_layout_mbt4 .fixcl-scroll {
  height: auto;
}

.fix_layout_mbt4 .fixcl-scroll .fixcl-scroll-content {
  position: static;
}

.open_ntqv .nt_fk_canvas,
.open_ntqs .nt_fk_canvas {
  pointer-events: none;
}

#nt_login_canvas .fixcl-scroll .fixcl-scroll-content {
  padding: 20px;
}

#nt_login_canvas .nt_mini_cart {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  visibility: hidden;
  pointer-events: none;
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1),
    visibility 500ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.pside_opened #nt_login_canvas .nt_mini_cart.is_selected {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  pointer-events: auto;
  visibility: visible;
}

.has_ntcanvas .mfp-content {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

.mfp-content .section_nt_filter,
.mfp-content .section_sidebar_shop,
.mfp-content #opennt_1904,
.mfp-content #opennt_2808 {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.h3.cw {
  color: #fff;
}

.mfp-content .section_nt_filter > h3,
.mfp-content .section_sidebar_shop > h3,
#opennt_1904 h3,
#opennt_2808 h3,
.mfp-content .section_nt_filter > .h3,
.mfp-content .section_sidebar_shop > .h3,
#opennt_1904 .h3,
#opennt_2808 .h3 {
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(129, 129, 129, 0.2);
  justify-content: space-between;
  min-height: 50px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#cat_kalles ul {
  list-style: none;
}

#cat_kalles .sub-menu li > a {
  color: #878787;
}

.cat_nav_js > i,
#cat_kalles .facl-angle-down {
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.cat_nav_js.btn_open > i,
#cat_kalles .act-icon .facl-angle-down {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.mfp-content .row.wrap_filter {
  margin-right: 0;
  margin-left: 0;
}

.mfp-content .cat_shop_wrap {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.mfp-content .cat_fixcl-scroll-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
}

.mfp-content #cat_kalles > h3 i,
.mfp-content .section_nt_filter > h3 i,
.mfp-content .section_sidebar_shop > h3 i,
#opennt_1904 h3 i,
#opennt_2808 h3 i,
.mfp-content #cat_kalles > .h3 i,
.mfp-content .section_nt_filter > .h3 i,
.mfp-content .section_sidebar_shop > .h3 i,
#opennt_1904 .h3 i,
#opennt_2808 .h3 i {
  width: 50px;
  cursor: pointer;
}

.section_sidebar_shop ul {
  list-style: none;
}

.section_nt_filter ul,
.section_sidebar_shop ul.nt_filter_block {
  max-height: 250px;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.mfp-content .css_ntbar .css_ntbar::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.15);
}

.mfp-content .css_ntbar .css_ntbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
}

.blockid_price .price_slider {
  margin-bottom: 20px;
}

.blockid_price #min_price,
.blockid_price #max_price {
  display: none;
}

.blockid_price .price_slider_amount,
.blockid_title .loke_scroll {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -10px;
}

.blockid_price .price_slider_amount .button,
.blockid_title .button {
  order: 2;
  margin-bottom: 10px;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0.3px;
  font-weight: 600;
  min-width: 100px;
  border-radius: 5px;
}

.blockid_price .price_slider_amount .button,
.blockid_title .button {
  order: 2;
  margin-bottom: 10px;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0.3px;
  font-weight: 600;
  min-width: 100px;
  border-radius: 5px;
}

input:not([type="submit"]):not([type="checkbox"]).nt_cat_title {
  border-radius: 5px;
  color: #222;
  border: 2px solid #222;
  margin-bottom: 12px;
  font-size: 12px;
}

.filter_area .blockid_price .price_slider_amount .price_label,
.blockid_price .price_slider_amount .price_label {
  display: block;
  width: 100%;
}

.blockid_price .price_slider_amount .price_label {
  order: 1;
  margin-bottom: 10px;
  color: #717171;
  font-size: 14px;
}

.blockid_price .price_slider_amount .price_label > span {
  color: #2d2a2a;
  font-weight: 600;
}

.blockid_price .price_slider_amount .clear {
  display: none;
}

.login-see-prices .blockid_price {
  display: none;
}

.color-scheme-light .blockid_price .price_slider_amount .price_label,
.themet4-dark .blockid_price .price_slider_amount .price_label {
  color: rgba(255, 255, 255, 0.8);
}

.color-scheme-light .blockid_price .price_slider_amount .price_label > span,
.themet4-dark .blockid_price .price_slider_amount .price_label > span {
  color: #fff;
}

.color-scheme-light .blockid_price .ui-slider-horizontal:before,
.themet4-dark .blockid_price .ui-slider-horizontal:before {
  background-color: rgba(255, 255, 255, 0.4);
}

.nt_cat_available {
  display: none;
}

.blockid_available .css_agree_ck + label:before {
  margin-right: 8px;
  border-radius: 10px;
}

.blockid_available label {
  cursor: pointer;
}

.blockid_available .css_agree_ck ~ svg {
  top: 6px;
}

.blockid_available .css_agree_ck:checked + label:before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/****************************************
 * Tooltip
 ****************************************/
.ttip_nt:before,
.ttip_nt .tt_txt {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

.ttip_nt:hover:before,
.ttip_nt:hover .tt_txt {
  visibility: visible;
  opacity: 1;
}

.ttip_nt:hover:before,
.ttip_nt:hover .tt_txt {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}

.ttip_nt:before {
  content: "";
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}

.ttip_nt .tt_txt {
  display: inline-block;
  background: #383838;
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
}

.ttip_nt[aria-label] .tt_txt {
  content: attr(aria-label);
}

.ttip_nt[data-hint] .tt_txt {
  content: attr(data-hint);
}

[aria-label=""]:before,
[aria-label=""] .tt_txt,
[data-hint=""]:before,
[data-hint=""] .tt_txt {
  display: none !important;
}

/*****************************************
 * Classes added:
 *  1) tooltip_top
 *  2) tooltip_bottom
 *  3) tooltip_left
 *  4) tooltip_right
 ****************************************/

/*****************************************
 * set default color for tooltip arrows
 ****************************************/
body .tooltip_top_left:before {
  border-top-color: #383838;
}

body .tooltip_top_right:before {
  border-top-color: #383838;
}

.tooltip_top:before {
  border-top-color: #383838;
}

body .tooltip_bottom_left:before {
  border-bottom-color: #383838;
}

body .tooltip_bottom_right:before {
  border-bottom-color: #383838;
}

.tooltip_bottom:before {
  border-bottom-color: #383838;
}

body .tooltip_left:before {
  border-left-color: #383838;
}

body .tooltip_right:before {
  border-right-color: #383838;
}

/*****************************************
 * top tooltip
 ****************************************/
.tooltip_top:before,
.desgin__2.nt_pr .tooltip_top_right:before {
  margin-bottom: -11px;
}

.tooltip_top:before,
.tooltip_top .tt_txt,
.desgin__2.nt_pr .tooltip_top_right .tt_txt {
  bottom: 100%;
  left: 50%;
}

.tooltip_top:before,
.desgin__2.nt_pr .tooltip_top_right:before {
  left: calc(50% - 6px);
}

.tooltip_top .tt_txt,
.desgin__2.nt_pr .tooltip_top_right .tt_txt {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip_top:hover:before,
.desgin__2.nt_pr .tooltip_top_right:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.tooltip_top:hover .tt_txt,
.desgin__2.nt_pr .tooltip_top_right:hover .tt_txt {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.desgin__2.nt_pr .tooltip_top_right .tt_txt {
  margin-left: 0;
}

/*****************************************
 * bottom tooltip
 ****************************************/
.tooltip_bottom:before {
  margin-top: -11px;
}

.tooltip_bottom:before,
.tooltip_bottom .tt_txt {
  top: 100%;
  left: 50%;
}

.tooltip_bottom:before {
  left: calc(50% - 6px);
}

.tooltip_bottom .tt_txt {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip_bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.tooltip_bottom:hover .tt_txt {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

/*****************************************
 * right tooltip
 ****************************************/

body .tooltip_right:before {
  margin-left: -11px;
  margin-bottom: -6px;
}

body .tooltip_right .tt_txt {
  margin-bottom: -14px;
}

body .tooltip_right:before,
body .tooltip_right .tt_txt {
  left: 100%;
  bottom: 50%;
}

body .tooltip_right:hover:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

body .tooltip_right:hover .tt_txt {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/*****************************************
 * left tooltip
 ****************************************/
body .tooltip_left:before {
  margin-right: -11px;
  margin-bottom: -6px;
}

body .tooltip_left .tt_txt {
  margin-bottom: -14px;
}

body .tooltip_left:before,
body .tooltip_left .tt_txt {
  right: 100%;
  bottom: 50%;
}

body .tooltip_left:hover:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

body .tooltip_left:hover .tt_txt {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

/*****************************************
 * top-left tooltip
 ****************************************/
body .tooltip_top_left:before {
  margin-bottom: -11px;
}

body .tooltip_top_left:before,
body .tooltip_top_left .tt_txt {
  bottom: 100%;
  left: 50%;
}

body .tooltip_top_left:before {
  left: calc(50% - 6px);
}

body .tooltip_top_left .tt_txt {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

body .tooltip_top_left .tt_txt {
  margin-left: 12px;
}

body .tooltip_top_left:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

body .tooltip_top_left:hover .tt_txt {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

/*****************************************
 * top-right tooltip
 ****************************************/
body .tooltip_top_right:before {
  margin-bottom: -11px;
}

body .tooltip_top_right:before,
body .tooltip_top_right .tt_txt {
  bottom: 100%;
  left: 50%;
}

body .tooltip_top_right:before {
  left: calc(50% - 6px);
}

body .tooltip_top_right .tt_txt {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

body .tooltip_top_right .tt_txt {
  margin-left: -12px;
}

body .tooltip_top_right:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

body .tooltip_top_right:hover .tt_txt {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/*****************************************
 * bottom-left tooltip
 ****************************************/
body .tooltip_bottom_left:before {
  margin-top: -11px;
}

body .tooltip_bottom_left:before,
body .tooltip_bottom_left .tt_txt {
  top: 100%;
  left: 50%;
}

body .tooltip_bottom_left:before {
  left: calc(50% - 6px);
}

body .tooltip_bottom_left .tt_txt {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

body .tooltip_bottom_left .tt_txt {
  margin-left: 12px;
}

body .tooltip_bottom_left:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

body .tooltip_bottom_left:hover .tt_txt {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

/*****************************************
 * bottom-right tooltip
 ****************************************/
body .tooltip_bottom_right:before {
  margin-top: -11px;
}

body .tooltip_bottom_right:before,
body .tooltip_bottom_right .tt_txt {
  top: 100%;
  left: 50%;
}

body .tooltip_bottom_right:before {
  left: calc(50% - 6px);
}

body .tooltip_bottom_right .tt_txt {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

body .tooltip_bottom_right .tt_txt {
  margin-left: -12px;
}

body .tooltip_bottom_right:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

body .tooltip_bottom_right:hover .tt_txt {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/****************************************
 * Collection page
 ****************************************/
.products,
.result_clear,
.sp_result_html {
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease,
    -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease,
    -webkit-transform 0.25s ease;
}

.ajax_loading .products,
.ajax_loading .result_clear,
.ajax_loading .products + .kalles-info,
.products.loadingview {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.ajax_loading .cat_toolbar,
.ajax_loading .sidebar_nt,
.ajax_loading .products-footer,
.products.loadingview + .products-footer {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.nt_svg_loader {
  width: 100px;
  height: 100px;
  background-image: url("lds-sw2d00.svg?1945");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}

.ajax_loading .nt_svg_loader {
  display: block;
}

.nt_cat_lm,
.view_more,
.js_add_ld {
  background-image: url("../images/svg/lds-sw.svg") !important;
  background-size: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: none !important;
}

.nt_cat_lm.swl,
.view_more.swl,
.js_add_ld.swl {
  background-image: url("../images/svg/lds-swl.svg") !important;
}

.jscl_ld {
  background-size: 80px !important;
  pointer-events: none;
  color: transparent !important;
}

.nt_sortby {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: auto;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  display: block;
  z-index: 5000;
  font-size: 17px;
  visibility: hidden;
  cursor: pointer;
  background: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  text-align: left;
}

.nt_sortby .ic_triangle_svg {
  display: none;
}

.nt_sortby h3,
.nt_sortby .h3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  border-bottom: 1px solid #e1e3e4;
  font-size: 16px;
  color: #222;
}

.wrap_sortby {
  z-index: 50;
  padding: 15px 0;
  max-height: calc(100vh - 50px);
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.wrap_sortby a {
  display: block;
  position: relative;
  padding: 8px 15px;
  font-size: 14px;
  color: #878787;
}

.cat_sortby:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease-in-out;
  background: #000000;
  display: block;
  z-index: 4500;
}

.cat_sortby_js.opended:before {
  pointer-events: auto;
  opacity: 0.4;
}

.cat_sortby_js.opended .nt_sortby {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.cat_toolbar.cat_stuck_prepared {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 300;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-color: #fff;
  transition: opacity 0.1s, visibility 0.1s, transform 0.3s,
    -webkit-transform 0.3s;
  will-change: position;
}

.sortby_opended .cat_toolbar.cat_stuck_prepared {
  z-index: 390;
}

.cat_toolbar.cat_stuck_prepared.cat_stuck {
  position: fixed;
  margin-top: 0;
  border-top: 1px solid #dedede;
  padding: 10px;
  height: auto !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-animation: 1.35s animate_sticky;
  animation: 1.35s animate_sticky;
}

@media (min-width: 641px) {
  .cat_sortby:before {
    display: none;
  }

  .nt_sortby {
    z-index: 5;
    position: relative;
    width: auto;
    height: auto;
    -webkit-transform: none !important;
    transform: none !important;
    transition: none;
    box-shadow: none;
    border-radius: 3px;
  }

  .nt_sortby .ic_triangle_svg {
    display: block;
  }

  .nt_sortby h3,
  .nt_sortby .h3 {
    display: none;
  }

  .wrap_sortby {
    position: absolute;
    width: auto;
    height: auto;
    top: 10px;
    left: auto;
    right: 0;
    bottom: auto;
    min-width: 190px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background: #fff;
    color: #677279;
    z-index: 4;
    cursor: auto;
    border-radius: 3px;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out,
      visibility 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    will-change: transform;
    max-height: none;
    overflow: auto;
  }

  .cat_sortby_js.opended .nt_sortby .wrap_sortby {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1.001);
    transform: scale(1.001);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1),
      transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear,
      -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
  }
}

.widget h5.widget-title {
  position: relative;
  padding-bottom: 20px;
  margin-top: 0;
  font-size: 18px;
}

.widget h5.widget-title:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #222;
  left: 0;
  bottom: 15px;
  position: absolute;
}

.sidebar .widget:not(:first-child) {
  margin-top: 50px;
}

.sidebar .widget_product_categories ul li {
  padding-left: 15px;
  position: relative;
}

.sidebar .widget_product_categories ul ul {
  padding-left: 5px;
}

.sidebar .widget_product_categories ul li:before {
  color: #222;
  content: "+";
  left: 0;
  position: absolute;
}

.widget_product_categories .btn_cats_toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget_product_categories .btn_cats_toggle i {
  color: #888;
  font-size: 18px;
}

.cat_count_false .cat_count,
.blg_count_false .blg_count {
  display: none;
}

.nt_filter_styletag li {
  display: inline-block;
}

.widget .tagcloud a,
.nt_filter_styletag a {
  border: 1px solid #222;
  border-radius: 20px;
  color: #222;
  display: inline-block;
  font-size: 13px;
  margin: 0 5px 3px 0;
  padding: 2px 15px 1px;
}

.widget .tagcloud a:hover,
.widget .tagcloud a.active,
.nt_filter_styletag a:hover,
.nt_filter_styletag .active a,
.nt_filter_styletag a:hover .count_vr_filter,
.nt_filter_styletag .active a .count_vr_filter {
  color: #fff !important;
}

.count_vr_filter {
  color: #999;
  margin-left: 5px;
}

.count_vr_false .count_vr_filter {
  display: none !important;
}

.widget_product_categories .btn_cats_toggle.active {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.widget_instagram .pr_animated.done {
  -webkit-animation: none;
  animation: none;
}

.mfp-content .section_nt_filter .widget {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 20px;
}

.section_nt_filter .widget {
  margin-bottom: 30px;
}

.section_nt_filter h5.widget-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.mfp-content > .section_sidebar_shop .widget {
  padding: 20px;
}

.section_nt_filter .nt_filter_block a,
.section_nt_filter .nt_filter_block.nt_filter_color a:hover,
.section_nt_filter .nt_filter_block.nt_filter_color .active a {
  color: #222;
  text-transform: capitalize;
}

.section_nt_filter .nt_filter_size a {
  text-transform: uppercase;
}

.filter-swatch {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  text-align: center;
  line-height: 24px;
  border: 1px solid transparent;
}

.filter-swatch > span {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
}

a:hover > .filter-swatch,
.nt_filter_color li.active .filter-swatch {
  border-color: #e7e7e7;
}

.nt_ajaxFilter li,
.widget_product_categories ul > li {
  margin-bottom: 5px;
}

.nt_ajaxFilter li:last-child,
.widget_product_categories ul > li:last-child {
  margin-bottom: 0;
}

.filter_area .section_nt_filter {
  padding: 30px 30px 0;
  margin-top: 30px;
  margin-bottom: 40px;
  border-radius: 5px;
  border: 1px solid #e7e6e6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.filter_area .section_nt_filter .widget {
  padding-bottom: 0;
  border-bottom: 0;
}

.nt_filter_color a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.nt_filter_color .filter-swatch {
  width: auto;
  height: auto;
  padding: 2px;
}

.nt_filter_color .filter-swatch > span {
  width: 26px;
  height: 26px;
  display: block;
}

.nt_filter_block a,
.widget_product_categories a {
  text-transform: capitalize;
}

.nt_filter_block.nt_filter_size a {
  text-transform: uppercase;
}

.sidebar_nt.op__0 {
  opacity: 1;
}

ul.nt_filter_styleck > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

ul.nt_filter_styleck > li > a:before,
.js_agree_ck + label:before,
.css_agree_ck + label:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #d4d6d8;
  background: #fff;
  box-shadow: 0 1px rgba(212, 214, 216, 0.4);
  border-radius: 2px;
  -webkit-appearance: none;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    background 0.2s ease-in-out;
}

ul.nt_filter_styleck > li > a:before,
.nt_filter_color li .filter-swatch > span:after,
.js_agree_ck + label:before,
.css_agree_ck + label:before {
  box-shadow: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: all 0.2s ease-in-out;
}

.nt_filter_color li .filter-swatch > span {
  position: relative;
}

.nt_filter_color li .filter-swatch > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

ul.nt_filter_styleck > li.active > a:before,
.nt_filter_color li.active .filter-swatch > span:after {
  background-image: url(../images/svg/filter_selected.svg);
  background-size: 12px;
}

input[type="checkbox"].js_agree_ck,
input[type="checkbox"].css_agree_ck {
  display: none;
}

.js_agree_ck + label:before,
.css_agree_ck + label:before {
  position: relative;
  top: 3px;
}

.js_agree_ck ~ svg,
.css_agree_ck ~ svg {
  display: block;
  width: 12px;
  height: 12px;
  fill: #fff;
  position: absolute;
  top: 5px;
  left: 2px;
  pointer-events: none;
  transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.js_agree_ck:checked ~ svg,
.css_agree_ck:checked ~ svg {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.mini_cart_item .quantity svg,
.cart_item .quantity svg {
  width: 12px;
  height: 12px;
  stroke-width: 2;
}

.min_cqty_0 .mini_cart_item .qty_1 svg,
.min_cqty_0 .cart_item .qty_1 svg {
  display: inline-block;
}

.min_cqty_0 .mini_cart_item .qty_1 i,
.min_cqty_0 .cart_item .qty_1 i {
  display: none;
}

.min_cqty_1 .cart_item .qty_1,
.min_cqty_1 .mini_cart_item .qty_1 {
  pointer-events: none;
  opacity: 0.35;
}

.mini_cart_content .results_article_blog h4,
.mini_cart_content .results_prs_tt {
  font-size: 14px;
}

.kalles-model-viewer-ui .kalles-model-viewer-ui__button--poster,
button.plyr__control.plyr__control--overlaid {
  background-color: #5b5b5b;
  color: #f3f3f3 !important;
  border: 1px solid rgba(243, 243, 243, 0.05);
}

.kalles-model-viewer-ui .kalles-model-viewer-ui__button--poster:hover,
.kalles-model-viewer-ui .kalles-model-viewer-ui__button--poster:focus {
  color: #f3f3f3;
}

.btnt4_style_2 .plyr__control--overlaid,
.btnt4_style_2 .kalles-model-viewer-ui .kalles-model-viewer-ui__button--poster {
  border-radius: 50% !important;
}

.kalles-model-viewer-ui .kalles-model-viewer-ui__controls-area {
  background: #f3f3f3;
  border-color: rgba(91, 91, 91, 0.05);
}

.btnt4_style_2 .kalles-model-viewer-ui .kalles-model-viewer-ui__controls-area {
  border-radius: 999px;
  overflow: hidden;
}

/* end collections */
.bg_light-pink {
  background-color: #f3b0c2 !important;
}

.bg__hungry-up {
  background-color: #f76b6a !important;
}

.bg__hungry-up-light {
  background-color: #ffe8e8 !important;
}

.color__hungry-up {
  color: #f76b6a;
}

/****************************************
 * Product page
 ****************************************/
.product-title--big {
  font-size: 24px;
}

.p_group_btns .tt_txt,
.p_group_btns .ttip_nt:before {
  z-index: 1000;
}

.hover_button > a:after,
.nt_add_w > a:after,
.mail_agree:after,
.js_frm_cart:after,
.cart_ac_edit:after,
.hotspot_ins:after,
.js_add_group:after,
.sticky_atc_js:after,
.css_add_ld:after,
.on_list_view_true .pr_list_item .product-info__btns > a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-left-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}

.on_list_view_true .pr_list_item .product-info__btns > a:after,
.sticky_atc_js:after {
  border-left-color: currentColor;
}

.hover_button > a:not(:hover):after,
.cart_ac_edit:after,
.hotspot_ins:not(:hover):after {
  border-color: rgba(0, 0, 0, 0.3);
  border-left-color: #fff;
}

.hover_button > a.loading,
.nt_add_w > a.loading,
.mail_agree.loading,
.js_frm_cart.loading,
.js_add_group.loading,
.sticky_atc_js.loading,
.css_add_ld.loading,
.on_list_view_true .pr_list_item .product-info__btns > a.loading {
  pointer-events: none;
}

.hover_button > a.loading:after,
.nt_add_w > a.loading:after,
.mail_agree.loading:after,
.js_frm_cart.loading:after,
.cart_ac_edit.loading:after,
.hotspot_ins.loading:after,
.js_add_group.loading:after,
.sticky_atc_js.loading:after,
.css_add_ld.loading:after,
.on_list_view_true .pr_list_item .product-info__btns > a.loading:after {
  opacity: 1;
  -webkit-animation: spin 450ms infinite linear;
  animation: spin 450ms infinite linear;
}

.hover_button > a.loading > *,
.nt_add_w > a.loading > *,
.mail_agree.loading > span,
.mail_agree.loading:before,
.js_frm_cart.loading > *,
.cart_ac_edit.loading > *,
.hotspot_ins.loading > span,
.js_add_group.loading > *,
.sticky_atc_js.loading > *,
.css_add_ld.loading > span,
.on_list_view_true .pr_list_item .product-info__btns > a.loading > span {
  opacity: 0;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ul_tabs.mobile_true > .w__100 a:after {
  content: "\e844";
  font-family: "g3-icons", sans-serif;
  font-size: 20px;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
}

.mfp-content.popup_des {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background-color: #fff;
}

.mfp-content.popup_des .sp-tab.mobile_true {
  display: block;
  padding: 0;
}

.mfp-content.popup_des button.mfp-close {
  display: none;
}

.mfp-content.popup_des .mobile_true > h3 {
  padding: 15px 50px;
  display: block;
}

.mfp-content.popup_des .mobile_true > h3 > i {
  right: 10px;
}

.mfp-content.popup_des .mobile_true > .sp-tab-content {
  padding: 20px 15px;
}

/****************************************
 * Product Quick view
 ****************************************/
#content_quickview,
.sp-content-help {
  position: relative;
  background-color: #fff;
  max-width: 980px;
  overflow: hidden;
  margin: auto;
}

.t4_compare_true #content_quickview {
  max-width: 1025px;
}

.product-quickview a.out_stock_groupedr {
  padding: 5px 10px;
}

#content_quickview .kalles-section-pr_summary {
  margin-top: 0;
  padding: 30px 15px;
}

#content_quickview .nt_lt_fake ul {
  left: 1px;
}

#content_quickview .swatch__list_pr {
  margin: 10px -3px;
}

#content_quickview .nt_lt_fake .swatch__list_pr {
  margin: 0;
}

#content_quickview button.mfp-close {
  position: absolute !important;
  z-index: 4046 !important;
  top: 0;
  transform: none;
  background-color: transparent;
  color: #000;
  opacity: 1;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.product-quickview .flickity-page-dots {
  position: absolute;
  bottom: 15px;
}

.product-quickview .flickity-page-dots .dot {
  border: 2px solid #000;
  background-color: #e5e5e5;
  margin: 2.5px 5px;
}

.product-quickview .flickity-page-dots .dot.is-selected {
  background-color: #000;
}

/****************************************
 * Product Quick shop
 ****************************************/
.pr_deal_dt {
  color: #222;
  background: rgba(34, 34, 34, 0.1);
  opacity: 1;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  transform: translate3d(0, 140%, 0);
  -webkit-transform: translate3d(0, 140%, 0);
  padding: 8px 5px;
  line-height: 1.5;
}

.round_cd_true .pr_deal_dt {
  transform: translate3d(0, 150%, 0);
  -webkit-transform: translate3d(0, 150%, 0);
}

.round_cd_true .pr_deal_dt.donetmcd,
.pr_deal_dt.donetmcd {
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  transform: none;
  -webkit-transform: none;
}

.pr_deal_dt.expired_cdt4 {
  opacity: 0;
  visibility: hidden;
}

.pr_title_dt {
  font-size: 12px;
}

.pr_coun_dt {
  font-weight: 500;
}

.cdt_des_2 .pr_deal_dt {
  color: #222;
  background-color: #fff;
}

.cdt_des_3 .pr_deal_dt {
  color: #fff;
  background: #222;
}

.cdt_des_4 .pr_deal_dt {
  color: #fff;
  background: #56cfde;
}

.cdt_des_5 .pr_deal_dt {
  background: #f4f4f4;
  color: #222;
}

.round_cd_false .pr_deal_dt,
.round_cd_true .pr_deal_dt {
  font-size: 12px;
  width: calc(100% - 56px);
  width: -webkit-calc(100% - 56px);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 4px 10px;
}

.round_cd_true .pr_deal_dt {
  border-radius: 5px;
}

#content_quickview.pp_qs {
  max-width: 340px;
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

#content_quickview.pp_qs .qs_imgs_wrap {
  width: 90px;
}

#content_quickview.pp_qs .variations {
  margin-bottom: 25px;
}

#content_quickview.pp_qs .quantity {
  margin-bottom: 20px;
}

#content_quickview.pp_qs .price {
  font-size: 16px;
}

#content_quickview.pp_qs .qs_imgs_i,
#content_quickview.pp_qs .row.equal_nt {
  margin-right: 0;
  margin-left: 0;
}

#content_quickview.pp_qs .cl_pr_img,
#content_quickview.pp_qs .cl_pr_title,
#content_quickview.pp_qs .qs_img_i {
  padding-right: 0;
  padding-left: 0;
}

#content_quickview.pp_qs .cl_pr_title {
  margin: 0 10px 0 12px;
}

#content_quickview.pp_qs .nt_labels {
  left: 12px;
  top: 12px;
  right: auto;
}

#content_quickview.pp_qs .nt_lt_fake.opended ul {
  position: static;
  margin-top: 10px;
}

#content_quickview.pp_qs .nt_lt_fake.opended svg.ic_triangle_svg {
  top: 44px;
}

.mfp-move-horizontal .mfp-with-anim .product-images .nt_labels {
  opacity: 0;
  visibility: hidden;
  right: 30px;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim .product-images .nt_labels {
  visibility: visible;
  opacity: 1;
}

.qs_label.onsale {
  background-color: #ff4e00;
  margin: 0 4px;
  padding: 1px 5px;
}

.cl_pr_img + .cl_pr_title {
  text-align: left;
}

.cl_pr_img + .cl_pr_title .product-title {
  font-size: 14px;
}

/****************************************
 * Instagram blocks
 ****************************************/
.se_instagram .info {
  background: rgba(0, 0, 0, 0.6);
}

.se_instagram .item:hover .info {
  opacity: 1;
}

.ins_loaded .ins_content {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.ins_content {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ins_content > .ins_content_wrap {
  padding: 30px;
  max-width: 300px;
  width: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  background-color: #fff;
  z-index: 5;
}

.ins_content_wrap.style_2 {
  outline: 5px solid rgba(255, 255, 255, 0.5);
}

.ins_content.b_type_4 > .ins_content_wrap {
  max-width: 400px;
  padding: 23px 10px;
  background-color: rgba(246, 246, 248, 0.8);
}

.ins_loaded .ins_content_wrap {
  pointer-events: auto;
}

.ins_content p {
  font-size: 13px;
  line-height: 1.5;
}

.hr_border {
  border-top: 3px solid #000;
}

.hotspot_ins {
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  z-index: 10;
  padding: 0;
  backface-visibility: hidden;
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  text-shadow: none;
  font-weight: 600;
  overflow: hidden;
  transition: transform 0.2s ease-out, opacify 0.2s ease-out;
  opacity: 1;
}

.hotspot_ins.dark {
  border-color: #eee;
  background-color: #000;
  color: #fff;
}

.ins_shop_wrap .info {
  background: rgba(0, 0, 0, 0.6);
  font-size: 28px;
}

.ins_shop_wrap .item:hover .info {
  opacity: 1;
}

.pr_lazy_img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s ease,
    -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease,
    transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.clhovermq .ins_shop_wrap .col_ins:hover .pr_lazy_img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.b_type_4 .sub-title {
  color: #222;
  font-size: 16px;
}

#nt_backtop {
  right: 10px;
  bottom: 55px;
  padding: 5px;
  cursor: pointer;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transform: none;
  transition: all 0.25s ease;
  will-change: opacity;
}

#nt_backtop.bkt_show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  pointer-events: auto;
}

#nt_backtop span {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 35px;
  border-radius: 3px;
  background: #fff;
  color: #878787;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

#nt_backtop span i {
  z-index: 1;
  color: #878787;
  line-height: inherit;
}

#nt_backtop.des_bt2 span {
  line-height: 42px;
  border: 2px solid #293341;
  box-shadow: none;
  border-radius: 0;
}

#nt_backtop.des_bt2 span i {
  color: #293341;
  font-weight: bold;
}

.icon_like .tcount,
.icon_cart .tcount {
  top: -5px;
  right: -9px;
  z-index: 1;
  width: 15px;
  height: 15px;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.icon_like .tcount,
.h_icon_iccl .icon_like .tcount,
.h_icon_pegk .icon_like .tcount {
  right: -6px;
}

.h_icon_la .tcount {
  top: 0;
  right: -3px;
}

.h_icon_la .icon_like .tcount {
  top: -2px;
  right: -6px;
}

.cart_des_2 .icon_cart {
  cursor: pointer;
}

.cart_des_3 .icon_like .tcount,
.cart_des_3 .icon_cart .tcount {
  position: relative;
  display: inline-block;
  padding: 0 2px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  top: auto;
  right: auto;
  left: auto;
  margin-left: 5px;
}

.cart_des_3.nt_action > .icon_like > i,
.cart_des_3.nt_action > .icon_cart > a > i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart_des_3.nt_action > *:last-child {
  padding-right: 0;
}

.js_prs_search .product_list_widget .product-title {
  line-height: 1.4;
}

.wrap_sea_section .fixcl-scroll {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1000;
  width: auto;
  height: auto;
  background-color: #fff;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.1s ease-in-out;
}

.cltouchevents .wrap_sea_section.atc_show_rs .fixcl-scroll,
.clno-touchevents .atc_opended_rs:hover .fixcl-scroll {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrap_sea_section .mini_cart_content .fixcl-scroll-content {
  position: relative;
  max-height: 58vh;
  padding: 0;
}

.wrap_sea_section .product_list_widget .row {
  margin-right: 0;
  margin-left: 0;
}

.wrap_sea_section .product_list_widget .row > [class*="col-"] {
  border-bottom: 1px solid;
  border-right: 1px solid;
  padding: 15px;
  border-color: rgba(129, 129, 129, 0.2);
  transition: background-color 0.25s;
}

.wrap_sea_section .product_list_widget .row.mb__10.pb__10 {
  padding: 0;
  margin-bottom: 0;
}

.wrap_sea_section .product_list_widget .row > .col_a_link {
  padding: 0;
}

.wrap_sea_section .js_prs_search .detail_link {
  margin: 0;
  padding: 15px 0;
  border: 0;
}

.wrap_sea_section .sug_last_col .col_last_true {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.wrap_sea_section .product_list_widget .row > [class*="col-"]:hover {
  background-color: #f9f9f9;
}

.wrap_sea_section .ld_bar_search {
  bottom: auto;
  top: 0;
}

.type_sea_section {
  position: relative;
  z-index: 200;
}

.wrap_sea_section .widget_img_pr {
  padding-left: 0 !important;
}

.error_css_checkbox .css_agree_ck + label:before,
.error_css_email input.tc.input-text,
.error_css_email .signup-newsletter-form {
  border-color: #de5b82 !important;
}

.klaviyo_sub_frm .error_message:before {
  font-family: "Line Awesome Free", sans-serif;
  content: "\f071";
  position: absolute;
  top: 50%;
  left: 24px;
  line-height: 0;
  font-size: 18px;
  font-weight: 900;
}

@media (max-width: 1024px) {
  .cart_des_3.nt_action > a.icon_like {
    display: none;
  }

  .cltouchevents ul.cat_lv_0 {
    border-top: 1px solid #dedede;
  }

  .cltouchevents a.cat_link {
    line-height: 1.6;
    padding-top: 9px;
    padding-bottom: 9px;
    display: block;
  }

  .cltouchevents #cat_kalles ul.sub-menu {
    padding: 0;
  }

  .drift-bounding-box,
  .drift-zoom-pane,
  .dt_img_zoom {
    display: none !important;
  }

  .Search_dropdown_prepared #nt_search_canvas {
    top: 0 !important;
    left: auto !important;
  }
}

@media (min-width: 1025px) {
  .mfp-content.popup_filter,
  .mfp-inline-holder .mfp-content.popup_filter {
    width: 340px;
  }

  .cart_des_4.nt_action > .icon_cart > a {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart_des_4.nt_action > .icon_cart .tcount {
    position: relative;
    top: auto;
    right: auto;
    background-color: transparent;
    color: #222;
    box-shadow: none;
    width: auto;
    height: auto;
    font-size: 14px;
    margin-left: 6px;
  }

  .nt_label {
    height: 25px;
    width: auto !important;
    font-size: 13px;
    padding: 0px 10px !important;
    border-radius: 5px;
  }

  .label_style_rounded .nt_label {
    height: 60px;
    width: auto !important;
    font-size: 14px;
    width: auto;
    padding: 0px 10px !important;
    border-radius: 5px;
  }

  .thumb_left .col_nav.t4_show,
  .thumb_right .col_nav.t4_show {
    position: relative;
    overflow: hidden;
  }

  button.btn_pnav_prev,
  button.btn_pnav_next {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(48% - 10px);
    width: -webkit-calc(48% - 10px);
    padding: 0;
    border-radius: 0;
    font-size: 18px;
    line-height: 1;
    background-color: rgba(245, 245, 245, 0.5);
    color: #222;
    pointer-events: none;
    opacity: 0;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.123) !important;
  }

  button.btn_pnav_next {
    left: auto;
    right: 5px;
  }

  .thumb_right button.btn_pnav_prev {
    left: auto;
    right: 15px;
  }

  .thumb_right button.btn_pnav_next {
    right: auto;
    left: 5px;
  }

  button.btn_pnav_prev:hover,
  button.btn_pnav_next:hover {
    background-color: rgba(245, 245, 245, 0.8);
  }

  .col_nav.t4_show .btn_pnav_prev,
  .col_nav.t4_show .btn_pnav_next {
    color: #222;
    pointer-events: auto;
    opacity: 1;
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
  }

  .Search_dropdown_prepared #nt_search_canvas {
    bottom: auto;
    margin: 0 30px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out,
      visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    will-change: transform;
    pointer-events: none;
    border-radius: 3px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  }

  .Search_dropdown_prepared.hsearch-dropdown-opened #nt_search_canvas {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1),
      transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
  }

  .Search_dropdown_prepared #nt_search_canvas .mini_cart_header {
    display: none;
  }

  .Search_dropdown_prepared #nt_search_canvas .product_list_widget {
    position: static;
    max-height: 75vh;
  }

  .Search_dropdown_prepared #nt_search_canvas .detail_link {
    display: block;
    margin-top: 10px;
  }

  .hsearch-dropdown-opened .mask-overlay {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

/* end min width 1025px */
.nav_arrow_true .nt_menu > li.has-children > a:after {
  margin-left: 4px;
  color: rgba(82, 82, 82, 0.45);
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  font-family: fakalles, sans-serif;
  content: "\f107";
}

.nt_menu > li.has-children > a > i {
  color: rgba(82, 82, 82, 0.6);
}

button.mfp-close:after {
  content: "\e680";
  font-family: "Pe-icon-7-stroke", sans-serif;
  display: inline-block;
  font-size: 45px;
  line-height: 50px;
}

#content_quickview button.mfp-close:after {
  font-size: 40px;
}

.flickity-prev-next-button:before {
  display: block;
  content: "\e686";
  font-family: "Pe-icon-7-stroke", sans-serif;
  width: 36px;
  font-size: 36px;
  height: 36px;
  line-height: 36px;
}

.flickity-enabled:not(.flickity-rtl) .flickity-prev-next-button.next:before,
.flickity-rtl .flickity-prev-next-button.previous:before {
  content: "\e684";
}

html.wf-peicon7stroke-n4-loading button.mfp-close:after,
html.wf-peicon7stroke-n4-loading .flickity-prev-next-button:before,
html.wf-peicon7stroke-n4-loading .footer_collapse_true .widget-title:after,
html.wf-fakalles-n4-loading .nt_menu > li.has-children > a:after,
html.wf-fontawesome5free-n9-loading .tab-heading:after {
  opacity: 0;
}

.kalles_toolbar .kalles_toolbar_item {
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  position: relative;
}

.kalles_toolbar_item > a {
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  height: 45px;
  color: #222;
  font-weight: 400;
  line-height: 1;
}

.kalles_toolbar_item img {
  max-height: 22px;
}

.kalles_toolbar_label_true .kalles_toolbar_item > a {
  position: relative;
  padding-bottom: 15px;
}

.kalles_toolbar_label_false .kalles_toolbar_label {
  display: none;
}

.kalles_toolbar_label {
  position: absolute;
  right: 10px;
  bottom: 5px;
  left: 10px;
  display: block;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  color: #fff;
}

.toolbar_icon:before {
  font-size: 20px;
  content: "\e909";
  font-family: "iconKalles", sans-serif;
  font-weight: 600;
}

.type_toolbar_home .toolbar_icon:before {
  content: "\e918";
}

.type_toolbar_shop .toolbar_icon:before {
  content: "\e917";
}

.type_toolbar_account .toolbar_icon:before {
  content: "\e90e";
}

.type_toolbar_cart .toolbar_icon:before {
  content: "\e903";
}

.type_toolbar_search .toolbar_icon:before {
  content: "\e914";
}

.type_toolbar_compare .toolbar_icon:before {
  content: "\f021";
  font-family: "Line Awesome Free", sans-serif;
  font-weight: 900;
  font-size: 23px;
}

.type_toolbar_wish .toolbar_icon:before {
  content: "\e907";
}

.type_toolbar_blog .toolbar_icon:before {
  content: "\e916";
}

.type_toolbar_filter .toolbar_icon:before {
  content: "\e905";
}

.type_toolbar_sidebar .toolbar_icon:before {
  content: "\e91b";
}

.type_toolbar_nav .toolbar_icon:before {
  content: "\e919";
}

.toolbar_icon {
  position: relative;
}
#bg_toolbar {
}
#tool_ion {
  color: #fff;
}
.toolbar_count {
  position: absolute;
  top: 0px;
  right: 12px;
  z-index: 1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  background-color: #000;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.kalles_toolbar {
  transform: none;
  -webkit-transform: none;
}

.nt_currency ul {
  min-width: 100px;
  right: -10px;
  visibility: hidden;
  z-index: 400;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 10px;
  -webkit-transform: translateY(15px) translateZ(0);
  transform: translateY(15px) translateZ(0);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
}

.nt_action .my-account ul {
  top: 100%;
  z-index: 380;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  list-style: none;
  right: -5px;
  width: 165px;
  padding: 10px 0;
  /* line-height: 1.4; */
  /* margin-top: 30px; */
  border-radius: 3px;
  -webkit-transform: translateY(15px) translateZ(0);
  transform: translateY(15px) translateZ(0);
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
}

.nt_action .my-account:hover ul,
.nt_currency:hover ul {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.nt_action .my-account ul a {
  padding: 8px 18px;
}

.nt_action .my-account ul:after,
.nt_currency ul:after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 100%;
  left: 0;
  width: auto;
  height: 12px;
}

.nt_currency ul:after {
  height: 10px;
}

.mini_cart_footer > *:last-child {
  margin-bottom: 0;
}

.nt_fk_canvas#nt_cart_canvas,
.nt_fk_canvas#nt_login_canvas,
.nt_fk_canvas#nt_search_canvas {
  overflow-y: hidden;
}

.shipping_calculator h3,
.mini_cart_note label {
  color: #222;
  font-size: 15px;
  margin-top: 0;
  font-weight: 500;
}

.shipping_calculator select,
.shipping_calculator input[type="text"] {
  border-radius: 30px;
}

.shipping_calculator input.get_rates,
input.button.btn_back {
  background-color: #56cfe1;
  cursor: pointer;
  border: 2px solid #56cfe1;
  padding: 6px 35px;
  color: #fff;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
  width: 100%;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.shipping_calculator input.get_rates:hover,
input.button.btn_back:hover {
  opacity: 0.8;
}

.mini_cart_ship input.button.btn_back,
.mini_cart_gift input.button.btn_back,
.mini_cart_note input.button.btn_back2,
.mini_cart_dis input.button.btn_back2 {
  background-color: #fff;
  color: #222;
  border: 2px solid #222;
}

.mini_cart_gift svg {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  color: #de5b82;
}

.gift_item_true .mini_cart_title,
.mini_cart_gift .js_addtc.loading {
  pointer-events: none;
}

.mini_cart_gift .button_primary,
.mini_cart_gift .gift_wrap_text .cd {
  display: block;
}

.gift_item_true .mini_cart_actions .quantity {
  display: none;
}

.clno-touchevents .cart_pos_dropdown .cart_threshold {
  background-color: #f5f5f5;
}

#kalles-section-cart_widget .mini_cart_tool {
  transition: all 0.35s ease;
  background-color: #f5f5f5;
}

#kalles-section-cart_widget .mini_cart_tool .tt_txt {
  font-weight: 400;
}

#kalles-section-cart_widget .btns_cart_1 .mini_cart_tool.mt__20 {
  margin-top: 20px;
}

.kalles-challenge__container #g-recaptcha > div {
  text-align: center;
  margin: 10px auto 30px;
}

.mini_cart_tool > div {
  height: 40px;
  line-height: 40px;
  margin: 0 20px;
  cursor: pointer;
  color: #222;
  text-align: center;
  font-weight: 500;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  transition: background-color 0.3s;
}

.btns_cart_1 .mini_cart_tool > div {
  border: 0;
  font-size: 25px;
  display: inline-block;
  margin: 16px 8px;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 9px 5px 10px #dfe3ea, -5px -5px 10px #faffff;
  transition: all 0.25s ease-in-out;
}

.mini_cart_footer .button {
  transition: all 0.25s ease-in-out !important;
}

.mini_cart_tool > div:hover {
  background-color: #f9f9f9;
  box-shadow: inset 5px 5px 10px #dfe3ea, inset -5px -5px 10px #faffff;
}

.btns_cart_2 .mini_cart_tool > div:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.btns_cart_2 .mini_cart_tool > div:first-child:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0;
  right: 0;
  border-top: 2px dashed #999;
}

.mini_cart_note,
.mini_cart_ship,
.mini_cart_gift,
.mini_cart_dis {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transform: translateY(104%);
  transform: translateY(104%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  border-top: 1px solid rgba(129, 129, 129, 0.2);
  box-shadow: 0 0 10px 0 rgba(129, 129, 129, 0.2);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
}

.nt_mini_cart.ld_cart_tls .mini_cart_tool {
  opacity: 0;
}

.clno-touchevents .nt_fk_canvas.current_hover .ld_cart_tls .mini_cart_footer,
.nt_mini_cart.ld_cart_tls .mini_cart_footer {
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nt_mini_cart:before,
.frm_cart_page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 4;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.nt_mini_cart.ld_nt_cl:before,
.frm_cart_page.ld_nt_cl:before {
  opacity: 0.4;
  pointer-events: auto;
}

.nt_mini_cart > .is_nt_op {
  z-index: 8;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
}

.nt_mini_cart #CartSpecialInstructions {
  resize: none;
}

.clno-touchevents .cart_pos_dropdown:not(.template-cart) .icon_cart:after {
  content: "";
  position: absolute;
  top: 0;
  background-color: transparent;
  width: 340px;
  height: 50px;
  right: 0;
  margin-top: 12px;
  pointer-events: none;
}

.clno-touchevents
  .oped_dropdown_cart.cart_pos_dropdown:not(.template-cart)
  .icon_cart:after {
  pointer-events: auto;
}

.clno-touchevents .cart_pos_dropdown:not(.template-cart) .icon_cart {
  cursor: pointer;
}

.clno-touchevents .cart_pos_dropdown:not(.template-cart) .icon_cart > a {
  pointer-events: none;
}

.clno-touchevents .cart_pos_dropdown #nt_cart_canvas {
  opacity: 0;
  bottom: auto;
  box-shadow: -2px 4px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
  pointer-events: none;
  -webkit-transition: opacity 0.15s ease, transform 0.25s ease;
  transition: opacity 0.15s ease, transform 0.25s ease;
}

.clno-touchevents
  .cart_pos_dropdown
  #nt_cart_canvas
  .mini_cart_content
  .fixcl-scroll-content {
  position: static;
  max-height: 360px;
}

.clno-touchevents .cart_pos_dropdown #nt_cart_canvas .mini_cart_header {
  display: none;
}

.clno-touchevents #nt_cart_canvas.current_hover {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
}

.clno-touchevents.cart_pos_dropdown #nt_cart_canvas .mini_cart_footer {
  -webkit-transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,
    transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
  transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,
    transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
}

.clno-touchevents .nt_fk_canvas.current_hover .mini_cart_footer {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mask-overlay.cart_mask {
  background-color: rgba(255, 255, 255, 0.4);
}

.mini_search_frm {
  padding: 30px 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

input.search_header__input:not([type="submit"]):not([type="checkbox"]) {
  padding: 0 50px 0 20px;
  height: 40px;
  width: 100%;
  line-height: 18px;
  color: #222;
  border: 1px solid #e3e3e3;
  border-radius: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search_header__submit {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  padding: 0;
  width: 50px;
  border: none;
  background-color: transparent;
  color: #222;
  font-size: 15px;
}

.search_header__prs {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  box-shadow: 0 3px 10px 0 rgba(129, 129, 129, 0.2);
}

#nt_search_canvas .product_list_widget {
  padding: 20px;
}

.detail_link > i,
.h__banner a ~ .h_banner_wrap i,
.btn_icon_true:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition-property: -webkit-transform, transform;
}

.detail_link:hover > i,
.h__banner a:hover ~ .h_banner_wrap i.la-arrow-right,
.h__banner a:hover ~ .h_banner_wrap i.la-arrow-left,
.btn_icon_true:hover:after,
.nt_promotion:hover .btn_icon_true:after {
  -webkit-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}

.btn_new_icon_true:after,
.btn_icon_true:after {
  font-family: "Line Awesome Free", sans-serif;
  font-weight: 900;
  content: "\f061";
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  color: #fff;
}

.button.btn_icon_true.jscl_ld:after {
  opacity: 0;
}

.nt_cat_lm.btn_icon_true:after {
  content: "\f063";
}

a.button.button_dark:hover,
a.button.button_dark:focus {
  background-color: #222;
  border-color: #222;
  opacity: 0.8;
}

.hoverz_true .banner_hzoom .banner_img,
.banner_hzoom .nt_bg_lz {
  -webkit-transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.hoverz_true .banner_hzoom:hover .banner_img,
.hoverz_true .banner_hzoom:hover .nt_bg_lz {
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
}

.nt_fk_full {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 400;
  background-color: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  -webkit-transform: translate3d(0, 120%, 0);
  transform: translate3d(0, 120%, 0);
  display: block;
  width: 100% !important;
}

.nt_fk_full.act_opened {
  -webkit-transform: none;
  transform: none;
}

.result_tt_sea,
.js_prs_search .detail_link {
  margin-top: 20px;
  padding: 20px 0 0 0;
  border-top: 1px solid rgba(129, 129, 129, 0.2);
  font-size: 14px;
  display: block;
  text-align: start;
  outline: none !important;
}

strong.highlight {
  text-decoration: underline;
}

.product-image a.wis_added,
.product-image a.wis_remove {
  opacity: 1;
  visibility: visible;
}

.wis_added i:before {
  content: "\e804";
  color: #e81e63;
}

.wis_remove i:before {
  font-family: "Line Awesome Free", sans-serif;
  font-weight: 900;
  content: "\f1f8";
  color: #222;
  font-size: 25px;
}

.wishlistadd.loading,
.compare_add.loading {
  pointer-events: none;
}

.nt_add_cp .cpt4_added i:before {
  content: "\f058";
}

.nt_add_w a:hover i,
.nt_add_cp .cpt4_added:hover i {
  -webkit-animation: beat_heart 0.6s ease-in-out infinite;
  animation: beat_heart 0.6s ease-in-out infinite;
}

.compare_add:not(.cpt4_added):hover i {
  -webkit-animation: spin 0.6s ease-in-out infinite;
  animation: spin 0.6s ease-in-out infinite;
}

@-webkit-keyframes beat_heart {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes beat_heart {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.nt_pr .nt_add_w > a:after {
  border-width: 2px;
  margin-top: -11px;
}

.entry-summary .nt_add_w > a:after {
  border: 1px solid #f9f9f9;
  border-left-color: #222;
}

.frm_notify_pr .form-message--success ~ * {
  display: none;
}

.frm_notify_pr .form-message--success {
  color: #222;
}

.flickity-page-dots .dot {
  position: relative;
  overflow: hidden;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.flickity-page-dots .dot:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  box-shadow: 0 0 1px #fff;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.flickity-page-dots .dot.is-selected:after {
  height: 100%;
}

.pin_lazy_js .desgin__2 .product-image {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pin_lazy_js .desgin__2 .product-info {
  font-size: 15px;
  margin-top: 20px;
}

.pin_lazy_js .desgin__2 .product-title {
  font-size: 15px;
  margin-bottom: 5px;
}

.pin__type_url .pin_tt {
  color: #fff;
}

.sepr_deal_dt {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.sepr_deal_dt.donetmcd {
  opacity: 1;
  transform: translate3d(0, -20px, 0);
  -webkit-transform: translate3d(0, -20px, 0);
}

.sepr_coun_dt > span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 2px 5px;
  padding: 5px;
  min-width: 60px;
  min-height: 60px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  border-radius: 3px;
  background-color: #101010;
  color: #fff;
}

.deal_light .sepr_coun_dt > span {
  background-color: #fff;
  color: #333;
}

.sepr_coun_dt > span > span {
  color: #999;
  font-weight: normal;
  font-size: 14px;
}

.wrapp_rse_cd:hover .sepr_deal_dt {
  opacity: 0;
  visibility: hidden;
}

/* end products */
.h_banner_wrap strong,
#hbanner_cd {
  font-size: 14px;
  font-weight: 600;
}

.cat_grid_item__link {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.cat_grid_item__overlay,
.hoverz_true .nt_promotion > a {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.hoverz_true .cat_grid_item:hover .cat_grid_item__overlay,
.hoverz_true .nt_promotion:hover > a {
  transform: scale(1.11);
  -webkit-transform: scale(1.11);
  -o-transform: scale(1.11);
  -moz-transform: scale(1.11);
}

.h_search_btn:hover,
.h_search_btn:focus {
  opacity: 0.7;
}

.cl_h_search .mini_cart_content .fixcl-scroll-content {
  position: relative;
  max-height: 50vh;
  padding: 20px;
}

.cl_h_search .ld_bar_search {
  bottom: auto;
  top: 0;
}

.ntheader:not(.h_scroll_down) .cl_h_search.atc_show_rs .mini_cart_content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.img_fix_search {
  margin: 0 auto;
  max-width: 170px;
}

.cl_h_search .detail_link {
  display: block;
  border-top: 0;
  margin-top: 0;
  text-align: start;
  padding: 0;
  box-shadow: none !important;
  outline: none !important;
}

a.button.slt4_btn:hover,
a.button.imtt4_btn:hover,
a.button.slt4_btn:focus,
a.button.imtt4_btn:focus {
  opacity: 0.8;
}

.p_group_btns > button {
  width: 38px;
  height: 38px;
  background-color: #000d1d;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin: 0 7.5px;
  padding: 0;
  border: 0;
  min-height: 38px;
  font-weight: 400;
}

.p_group_btns > button.show_btn_pr_gallery {
  font-size: 16px;
}

.p_group_btns {
  right: 10px;
  bottom: 10px;
  opacity: 1;
}

.des_header_7 #nt_search_canvas.nt_fk_full {
  z-index: 1000;
}

.img_catk_mb {
  max-width: 20px;
  width: 100%;
}

.art_des3 .post-info {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 15px 22px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.art_des3 .post-inner:hover .post-info {
  opacity: 1;
}

.swatch__list--limit .swatch__list--more {
  display: inline-block !important;
}

.swatch__list--limit .swatch__list--more .tt_txt:after {
  content: var(--text);
  margin: 0 2px;
}

.swatch__list--limit .swatch__list--more a:before {
  content: "...";
  color: var(--text);
  position: absolute;
  z-index: 10;
  font-size: 9px;
  top: 0;
  left: 2px;
  right: 2px;
  bottom: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swatch_list_size_medium .swatch__list--more a:before {
  font-size: 12px;
}

.swatch_list_size_large .swatch__list--more a:before {
  font-size: 14px;
}

.swatch__value.bg_color_limit4 {
  background-color: #fff;
}

.swatch__list--limit[data-limit="1"] .swatch__list--item:nth-child(n + 1) {
  display: none;
}

.swatch__list--limit[data-limit="2"] .swatch__list--item:nth-child(n + 2) {
  display: none;
}

.swatch__list--limit[data-limit="3"] .swatch__list--item:nth-child(n + 3) {
  display: none;
}

.swatch__list--limit[data-limit="4"] .swatch__list--item:nth-child(n + 4) {
  display: none;
}

.swatch__list--limit[data-limit="5"] .swatch__list--item:nth-child(n + 5) {
  display: none;
}

.swatch__list--limit[data-limit="6"] .swatch__list--item:nth-child(n + 6) {
  display: none;
}

.swatch__list--limit[data-limit="7"] .swatch__list--item:nth-child(n + 7) {
  display: none;
}

.swatch__list--limit[data-limit="8"] .swatch__list--item:nth-child(n + 8) {
  display: none;
}

.swatch__list--limit[data-limit="9"] .swatch__list--item:nth-child(n + 9) {
  display: none;
}

.swatch__list--limit[data-limit="10"] .swatch__list--item:nth-child(n + 10) {
  display: none;
}

.swatch__list--limit[data-limit="11"] .swatch__list--item:nth-child(n + 11) {
  display: none;
}

.swatch__list--limit[data-limit="12"] .swatch__list--item:nth-child(n + 12) {
  display: none;
}

.swatch__list--limit[data-limit="13"] .swatch__list--item:nth-child(n + 13) {
  display: none;
}

.swatch__list--limit[data-limit="14"] .swatch__list--item:nth-child(n + 14) {
  display: none;
}

.swatch__list--limit[data-limit="15"] .swatch__list--item:nth-child(n + 15) {
  display: none;
}

.swatch__list--limit[data-limit="16"] .swatch__list--item:nth-child(n + 16) {
  display: none;
}

.swatch__list--limit[data-limit="17"] .swatch__list--item:nth-child(n + 17) {
  display: none;
}

.swatch__list--limit[data-limit="18"] .swatch__list--item:nth-child(n + 18) {
  display: none;
}

.swatch__list--limit[data-limit="19"] .swatch__list--item:nth-child(n + 19) {
  display: none;
}

.swatch__list--limit[data-limit="20"] .swatch__list--item:nth-child(n + 20) {
  display: none;
}

.swatch__list--limit[data-limit="21"] .swatch__list--item:nth-child(n + 21) {
  display: none;
}

.swatch__list--limit[data-limit="22"] .swatch__list--item:nth-child(n + 22) {
  display: none;
}

.swatch__list--limit[data-limit="23"] .swatch__list--item:nth-child(n + 23) {
  display: none;
}

.swatch__list--limit[data-limit="24"] .swatch__list--item:nth-child(n + 24) {
  display: none;
}

.swatch__list--limit[data-limit="25"] .swatch__list--item:nth-child(n + 25) {
  display: none;
}

.swatch__list--limit[data-limit="26"] .swatch__list--item:nth-child(n + 26) {
  display: none;
}

.swatch__list--limit[data-limit="27"] .swatch__list--item:nth-child(n + 27) {
  display: none;
}

.swatch__list--limit[data-limit="28"] .swatch__list--item:nth-child(n + 28) {
  display: none;
}

.swatch__list--limit[data-limit="29"] .swatch__list--item:nth-child(n + 29) {
  display: none;
}

.swatch__list--limit[data-limit="30"] .swatch__list--item:nth-child(n + 30) {
  display: none;
}

.swatch__list--limit[data-limit="31"] .swatch__list--item:nth-child(n + 31) {
  display: none;
}

.swatch__list--limit[data-limit="32"] .swatch__list--item:nth-child(n + 32) {
  display: none;
}

.swatch__list--limit[data-limit="33"] .swatch__list--item:nth-child(n + 33) {
  display: none;
}

.swatch__list--limit[data-limit="34"] .swatch__list--item:nth-child(n + 34) {
  display: none;
}

.swatch__list--limit[data-limit="35"] .swatch__list--item:nth-child(n + 35) {
  display: none;
}

.swatch__list--limit[data-limit="36"] .swatch__list--item:nth-child(n + 36) {
  display: none;
}

.swatch__list--limit[data-limit="37"] .swatch__list--item:nth-child(n + 37) {
  display: none;
}

.swatch__list--limit[data-limit="38"] .swatch__list--item:nth-child(n + 38) {
  display: none;
}

.swatch__list--limit[data-limit="39"] .swatch__list--item:nth-child(n + 39) {
  display: none;
}

.swatch__list--limit[data-limit="40"] .swatch__list--item:nth-child(n + 40) {
  display: none;
}

.swatch__list--limit[data-limit="41"] .swatch__list--item:nth-child(n + 41) {
  display: none;
}

.swatch__list--limit[data-limit="42"] .swatch__list--item:nth-child(n + 42) {
  display: none;
}

.swatch__list--limit[data-limit="43"] .swatch__list--item:nth-child(n + 43) {
  display: none;
}

.swatch__list--limit[data-limit="44"] .swatch__list--item:nth-child(n + 44) {
  display: none;
}

.swatch__list--limit[data-limit="45"] .swatch__list--item:nth-child(n + 45) {
  display: none;
}

.swatch__list--limit[data-limit="46"] .swatch__list--item:nth-child(n + 46) {
  display: none;
}

.swatch__list--limit[data-limit="47"] .swatch__list--item:nth-child(n + 47) {
  display: none;
}

.swatch__list--limit[data-limit="48"] .swatch__list--item:nth-child(n + 48) {
  display: none;
}

.swatch__list--limit[data-limit="49"] .swatch__list--item:nth-child(n + 49) {
  display: none;
}

.swatch__list--limit[data-limit="50"] .swatch__list--item:nth-child(n + 50) {
  display: none;
}

@media (min-width: 375px) {
  #nt_cart_canvas,
  #nt_login_canvas,
  #nt_menu_canvas,
  #nt_search_canvas {
    width: 250px;
  }

  #nt_menu_canvas > i {
    left: 320px;
  }
}
@media (min-width: 430px) {
  .mini_cart_img {
    width: 70px;
  }
}

/* end 375px */

@media (min-width: 768px) {
  .mt-100 {
    margin-top: 25px;
  }
  .p_group_btns {
    right: 20px;
    bottom: 12px;
  }

  .p_group_btns.nt_hide_2 {
    pointer-events: none;
  }

  .round_cd_true .pr_deal_dt {
    margin: 10px;
    border-radius: 20px;
    width: auto;
    font-size: 14px;
  }

  .round_cd_false .pr_deal_dt {
    width: auto;
    font-size: 14px;
    box-shadow: none;
    margin: 0;
  }

  .mini_cart_footer p.fs__12 {
    font-size: 13px;
  }

  #nt_cart_canvas,
  #nt_login_canvas,
  #nt_menu_canvas,
  #nt_search_canvas {
    width: 340px;
  }

  #nt_menu_canvas > i {
    left: 340px;
  }

  #content_quickview .kalles-section-pr_summary {
    padding: 30px 40px 30px 0;
  }

  .t4_compare_true #content_quickview .kalles-section-pr_summary {
    padding: 30px 30px 30px 0;
  }

  .summary-inner.gecko-scroll-quick {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    width: auto;
  }

  .summary-inner.gecko-scroll-quick:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    right: 15px;
    bottom: 0;
    z-index: 1;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(94%, rgba(255, 255, 255, 0)),
      to(#fff)
    );
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 94%,
      #fff 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 94%,
      #fff 100%
    );
  }

  .gecko-scroll-content-quick {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .threesixty .nav_bar {
    bottom: 40px !important;
  }

  #nt_backtop {
    right: 35px;
  }

  .pin__title:before,
  .pin__popup:before {
    display: block;
  }

  .footer_collapse_true .nav_link_icon {
    display: none;
  }

  .mfp-wrap .pin_lazy_js .pin__popup {
    width: 310px;
    padding: 5px;
  }

  .mfp-wrap .pin__type_txt {
    max-width: 400px;
  }
  p.copy_right {
    font-size: 13px;
    margin: 0px;
    font-size: 14px;
  }
  .pt__20 {
    padding-top: 15px;
  }
  .pb__20 {
    padding-bottom: 20px;
  }
  .toolbar_count {
    right: 55px;
  }
}

/* end min 768px */
@media (min-width: 1024px) {
  .toolbar_count {
    right: 80px;
  }
}
@media (min-width: 1025px) {
  .kalles_toolbar {
    display: none;
  }

  .css_ntbar::-webkit-scrollbar,
  .css_scrollbar .fixcl-scroll .fixcl-scroll-content::-webkit-scrollbar,
  .css_scrollbar .gecko-scroll-content-quick::-webkit-scrollbar {
    display: block;
  }

  .css_ntbar::-webkit-scrollbar,
  .css_scrollbar .fixcl-scroll ::-webkit-scrollbar,
  .css_scrollbar .gecko-scroll-quick ::-webkit-scrollbar {
    width: 3px;
  }

  .css_ntbar::-webkit-scrollbar-track,
  .css_scrollbar .fixcl-scroll ::-webkit-scrollbar-track,
  .css_scrollbar .gecko-scroll-quick ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.15);
  }

  .css_ntbar::-webkit-scrollbar-thumb,
  .css_scrollbar .fixcl-scroll ::-webkit-scrollbar-thumb,
  .css_scrollbar .gecko-scroll-quick ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25);
  }

  .nt_packery .product-attr {
    display: none;
  }

  .nt_packery .product-inner {
    overflow: hidden;
  }

  .nt_packery .product-info {
    transition: all 0.3s;
    visibility: hidden;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    background: -ms-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 30%
    );
    background: -o-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 30%
    );
    background: -moz-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 30%
    );
    background: -webkit-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 30%
    );
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .nt_packery .product-title a {
    color: #fff;
  }

  .nt_packery .price .cb,
  .nt_packery .cg,
  .nt_packery .price,
  .nt_packery .price del {
    color: rgba(255, 255, 255, 0.7);
  }

  .nt_packery .product-inner:hover .product-info {
    opacity: 1;
    visibility: visible;
  }

  .nt_packery .swatch__list--item {
    border-color: #fff;
  }

  .footer_collapse_true .nav_link_icon {
    display: none;
  }

  .cat-shop .sub-menu {
    display: block;
    top: 100%;
    left: 0;
    z-index: 300;
    width: 210px;
    padding: 5px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    text-align: left;
    max-height: 330px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
      transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease,
      -webkit-transform 0.2s ease;
  }

  #cat_kalles .current_intent > .sub-menu,
  #cat_kalles li:not(.idea_intent):hover > .sub-menu,
  .clno-hovermq #cat_kalles .has-children > .sub-menu.child-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
  }

  .hidden_false .nt_svg_loader {
    display: block;
  }

  .hover_button .nt_add_qv,
  .hover_button .pr_atc {
    padding: 0;
    font-size: 11px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .hover_button .nt_add_qv i,
  .hover_button .pr_atc i {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 15px;
    -webkit-transition: opacity 0.15s ease, transform 0.25s ease;
    transition: opacity 0.15s ease, transform 0.25s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  .hover_button .nt_add_qv:hover i,
  .hover_button .pr_atc:hover i {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
  }

  .hover_button .nt_add_qv > span,
  .hover_button .pr_atc > span {
    display: block;
    padding: 7px 18px;
    -webkit-transition: transform 0.25s ease, opacity 0.15s ease;
    transition: transform 0.25s ease, opacity 0.15s ease;
  }

  .hover_button .nt_add_qv:hover > span,
  .hover_button .pr_atc:hover > span {
    -webkit-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);
  }

  .hover_button .nt_add_qv:before,
  .hover_button .pr_atc:before {
    display: none;
  }

  #cat_kalles ul li a a {
    padding: 10px;
  }

  .des_header_7 .nt_fk_canvas {
    left: 280px !important;
    right: auto !important;
  }

  .des_header_7 .nt_fk_canvas:not(.act_opened) {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    box-shadow: none;
  }

  .des_header_7 .nt_mb_menu li.nt_opended > a,
  .des_header_7 .nt_mb_menu li:active > a,
  .des_header_7 .nt_mb_menu li > a:hover {
    background-color: transparent;
  }

  .des_header_7 .nt_action .my-account ul {
    left: -5px;
    right: auto;
  }

  .des_header_7 .nt_currency ul {
    left: -10px;
    right: auto;
  }

  .nt_fk_full .js_prs_search > .col-auto,
  .nt_fk_full .skeleton_wrap > .col-auto {
    max-width: 200px;
    min-width: 200px;
  }

  .nt_fk_full .mini_search_frm {
    padding: 50px 65px 40px;
  }

  .nt_fk_full .mini_search_frm .close_pp {
    font-size: 50px;
    top: 0;
    right: 0;
  }

  .nt_fk_full .mini_search_frm i.iccl.iccl-search {
    font-size: 20px;
    color: #222;
    right: 30px;
    position: absolute;
    top: 15px;
  }

  .nt_fk_full .mini_search_frm .search_header__submit {
    width: auto;
    background-color: transparent !important;
  }

  #nt_search_canvas.nt_fk_full {
    max-width: 90%;
    margin: 30px auto;
  }

  #nt_search_canvas.nt_fk_full .skeleton_img {
    width: 170px;
  }

  #nt_search_canvas.nt_fk_full .skeleton_txt2 {
    margin: 0 auto;
  }

  .nt_fk_full .frm_search_input {
    padding-left: 0;
  }

  #nt_search_canvas.nt_fk_full select {
    height: 50px;
    font-size: 15px;
    min-width: 300px;
  }

  .nt_fk_full
    input.search_header__input:not([type="submit"]):not([type="checkbox"]) {
    height: 50px;
    font-size: 16px;
  }

  #nt_search_canvas.nt_fk_full .product_list_widget {
    padding: 30px 20px;
  }
}

/* end min 1025px */

@media (min-width: 1200px) {
}

/* end min 1200px */

@media (min-width: 1366px) {
  .type_lookbook_img .pin__type .pin_tt.mfp_js {
    display: none;
  }

  .pin__type .mfp-hide {
    display: block !important;
  }
}

/* end min 1366px */
html.hside_opened,
body.pside_opened {
  overflow: hidden !important;
}

.menu-item .cat_space_item {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.menu-item.menu-item-cat ul {
  padding: 15px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.menu-item.menu-item-cat .cat_space_item:not(:first-child) {
  margin-top: 15px;
}

.menu-item.menu-item-cat .cat_grid_item__content {
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .js_prs_search > * {
    width: 100%;
  }

  .js_prs_search > * > .row {
    padding: 15px 0;
    margin: 0 -5px;
  }

  .js_prs_search > * > .row > .col-12 {
    padding: 0 0 0 10px;
  }

  .js_prs_search > * > .row > .col-12:first-child {
    min-width: 95px;
    max-width: 95px;
    padding-left: 0 !important;
  }

  .js_prs_search > * > .row > .col-12 + .col-12 {
    max-width: calc(100% - 95px);
    text-align: start;
  }

  .js_prs_search .img_fix_search img {
    background-size: contain;
  }

  .js_prs_search > *:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
  }

  .kalles_toolbar_true #nt_backtop,
  .kalles_toolbar_true .popup_slpr_wrap {
    bottom: 60px;
  }

  .kalles_toolbar_true {
    padding-bottom: 55px;
  }

  .pr_grid_item .product-image .hover_button,
  .pr_grid_item .product-image:hover .hover_button {
    opacity: 1;
    visibility: visible;
    left: 0px;
    transform: none;
    top: auto;
    bottom: 20px;
    right: 10px;
    z-index: 20;
    /* background: #fff; */
    /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
    border-radius: 35px;
    padding: 0;
  }
  .mb__50 {
    /* margin-bottom: 50px; */
  }
  .hover_button .nt_add_qv {
    top: 2px !important;
  }
  .hover_button .nt_add_qv,
  .hover_button .pr_atc {
    font-size: 0;
    /* margin: 0; */
    box-shadow: none;
    padding: 5px 11px;
    background: #de5b82 !important;
    position: relative;
    left: 2px;
    top: 10px;
    font-size: 3px;
    color: #fff;
    width: 70px;
    margin: auto;
  }
  .mob_quick {
    /* background: #ef2655;
    padding: 4px 10px;
    border-radius: 70px;
    color: #fff;
    font-weight: 500;
    font-size: 12px; */
  }

  span.mob_quick {
    padding: 4px 17px;
  }
  .hover_button .nt_add_qv > span:not(.tt_txt),
  .hover_button .pr_atc > span:not(.tt_txt) {
    display: none;
  }

  .hover_button .nt_add_qv i,
  .hover_button .pr_atc i {
    font-size: 16px;
  }

  .nt_labels {
    top: 10px;
    right: 10px;
  }

  .product-image .nt_add_w,
  .product-image .nt_add_cp {
    left: 10px;
    top: 10px;
  }

  .product-image .nt_add_w > a,
  .product-image .nt_add_cp > a {
    opacity: 1;
    visibility: visible;
    font-size: 16px;
    color: #222;
  }

  .product-image:hover a.db:before,
  .product-image:hover .product-attr {
    opacity: 0;
    visibility: hidden;
  }

  .sepr_deal_dt.pa.pe_none.op__0.l__0.r__0.b__0.donetmcd {
    position: static;
    transform: none;
    -webkit-transform: none;
    margin-top: 10px;
  }

  .sepr_coun_dt > span {
    min-width: 40px;
    min-height: 40px;
    font-size: 14px;
    line-height: 14px;
  }

  .sepr_coun_dt > span > span {
    font-size: 12px;
  }
}

/* end max 1024px */

@media (max-width: 767px) {
  button.mfp-close {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .pa_md .ins_content_wrap,
  .pa_md .ins_content.b_type_4 > .ins_content_wrap {
    box-shadow: none;
    outline: none;
    padding: 0;
    margin-bottom: 25px;
    background-color: transparent;
  }

  .ins_content.b_type_4 > .ins_content_wrap {
    max-width: 60%;
  }

  .nt_currency.curt4_fixed.cur_stt_2 {
    display: none;
  }
  .pb__20 {
    padding-bottom: 0px;
  }
}

/* end max 767px */
@media (max-width: 320px) {
  .mini_search_frm {
    padding: 15px 20px;
  }

  .frm_search_cat {
    margin-bottom: 15px;
  }
}

/* end max 320px */

.class_zoom {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.3, 1.3);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.3, 1.3);
  }
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
   Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 15000000;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: grabbing;
}

/****************************************
* Background is added as a separate element.
* As animating opacity is much faster than animating rgba() background-color.
*******************************************************************************/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*******************************************************************************
* stretched thumbnail or div placeholder element (see below)
* style is added to avoid flickering in webkit/blink when layers overlap
*******************************************************************************/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/************************************************
* div element that matches size of large image
* large image loads on top of it
************************************************/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/**************************************************
* Error message appears when image is not loaded
* (JS option errorMsg controls markup)
***************************************************/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

/****************************************
* ! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license
* Contents:
* 1. Buttons
* 2. Share modal and links
* 3. Index indicator ("1 of X" counter)
* 4. Caption
* 5. Loading indicator
* 6. Additional styles (root element, top bar, idle state, hidden state, etc.)
************************************************************************************/

/****************************************
* 1. Buttons
* <button> css reset
****************************************/
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
  (-webkit-min-device-pixel-ratio: 1.09375),
  (min-resolution: 105dpi),
  (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/svg/default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/****************************************
 * no arrows on touch screens
 ****************************************/
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*******************************************
*  Arrow buttons hit area
*  (icon is added to :before pseudo-element)
*********************************************/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/****************************************
* 2. Share modal/popup and links
****************************************/
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*************************************************
 * increase size of share links on touch devices
 *************************************************/
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #ffffff;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #ffffff;
}

a.pswp__share--pinterest:hover {
  background: #ce272d;
  color: #ffffff;
}

a.pswp__share--download:hover {
  background: #ddd;
}

/****************************************
* 3. Index indicator ("1 of X" counter)
****************************************/
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #ffffff;
  opacity: 0.75;
  padding: 0 10px;
}

/****************************************
* 4. Caption
***************************************/
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #bbbbbb;
}

.pswp__caption__center {
  text-align: center;
  text-transform: capitalize;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #cccccc;
}

.pswp__caption--empty {
  display: none;
}

/********************************************************************
 * Fake caption element, used to calculate height of next/prev image
 ********************************************************************/
.pswp__caption--fake {
  visibility: hidden;
}

/******************************************************************************
*  5. Loading indicator (preloader)
*  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
*******************************************************************************/
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../images/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

/***********************************************************************************************
* The idea of animating inner circle is based on Polymer ("material") loading indicator
* by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
************************************************************************************************/
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/****************************************
6. Additional styles
 ***************************************/
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-smooth: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
   pswp__ui--hidden class is added when controls are hidden
   e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.drift-bounding-box,
.drift-zoom-pane {
  position: absolute;
  pointer-events: none;
}

.drift-bounding-box {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
  z-index: 500;
}

.drift-zoom-pane {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.drift-zoom-pane {
  background: #fff;
  transform: translate3d(0, 0, 0);
  z-index: 3;
  box-shadow: 0 1px 5px rgba(127, 127, 127, 0.02),
    0 5px 18px rgba(127, 127, 127, 0.2);
}

.drift-zoom-pane.drift-open {
  display: block;
}

.dt_img_zoom .drift-zoom-pane {
  height: 34.375rem;
  width: 34.375rem;
  left: 0;
}

.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-size: 50px;
}

.drift-zoom-pane img {
  position: absolute;
  display: block;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

.drift-zoom-pane img {
  top: 0;
  left: 0;
}

.drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.p-thumb .drift-zoom-pane.drift-opening {
  animation: drift-fadeIn 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 150ms cubic-bezier(0, 0, 0.2, 1);
}

.p-thumb .drift-zoom-pane.drift-closing {
  animation: drift-fadeOut 150ms cubic-bezier(0, 0, 0.2, 1);
}

@keyframes drift-fadeZoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes drift-fadeZoomOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes drift-fadeIn {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes drift-fadeOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.clhovermq .zoom_tp_1 .img_action_zoom .img_ptw {
  cursor: crosshair;
}

.zoom_tp_2 .summary {
  transition: opacity 0.2s ease;
}

.zoom_tp_2 .zoom_fade_if .summary {
  margin-top: 0;
  opacity: 0.3;
}

.zoom_tp_3 .drift-zoom-pane {
  width: 240px;
  height: 240px;
  overflow: hidden;
  border: 1px solid #de5b82;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.pswp__thumbnails {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  white-space: nowrap;
  overflow: auto;
  opacity: 0;
  background: transparent;
  transition: opacity 0.2s ease-out;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}

.pswp.pswp_pp_prs.pswp--animated-in .pswp__thumbnails {
  opacity: 1;
}

.pswp_thumb_item {
  min-width: 50px;
  width: 50px;
  margin: 5px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.pswp_thumb_item img {
  width: 100%;
}

.pswp_thumb_item.pswp_tb_active {
  box-shadow: 0 0 0 2px #ff4e00;
}

.pswp__caption {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .pswp__thumbnails {
    width: auto;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 100vh;
    margin: 50px;
    background: transparent;
    overflow: visible;
  }
  .mb__50 {
    margin-bottom: 0px;
  }
  .pswp__caption {
    opacity: 1;
  }
}

.pswp_tp_light .pswp__bg {
  background: #fff;
}

.pswp_tp_light .pswp__img--placeholder--blank {
  background-color: #f6f6f8;
}

.pswp_tp_light .pswp__button--arrow--left,
.pswp_tp_light .pswp__button--arrow--right {
  background: none !important;
}

.pswp_tp_light .pswp__button--arrow--left:before,
.pswp_tp_light .pswp__button--arrow--right:before,
.pswp_tp_light .pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(33, 43, 54, 0.9);
}

.pswp_tp_light .pswp_thumb_item.pswp_tb_active {
  box-shadow: 0 0 0 2px #56cfe1;
}

.pswp_tp_light .pswp__caption__center {
  color: #fff;
}

.ajax_pp_popup {
  position: relative;
  background: #fff;
  max-width: 950px;
  margin: 30px auto;
  padding: 30px;
  width: 100%;
}

.ajax_pp_popup.ask_ajax_pp_js {
  max-width: 570px;
}

#content_quickview .extra-link {
  display: none;
}

.ajax_pp_js.loading {
  pointer-events: none;
}

.sizeguide_table td,
.sizeguide_table tr {
  transition: all 0.25s ease;
}

.sizeguide_table tr:hover {
  background-color: #f6f6f8;
}

.sizeguide_table tr td:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.style__simple .nt_lt_fake > i {
  top: 10px;
  right: 8px;
  font-size: 20px;
  color: #878787;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.pr_360_wrapper {
  display: block;
  position: relative;
  max-width: 800px;
  margin: 100px auto;
}

.group_table select.product-form_group_variants {
  display: block;
  margin: 0 auto 10px;
}

.threesixty {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  cursor: ew-resize;
  width: 100% !important;
  height: auto !important;
  display: block;
  padding-bottom: 75%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}

.threesixty:active {
  cursor: ew-resize;
}

.threesixty .threed-title {
  position: relative;
  padding-top: 20px;
  z-index: 40;
  text-align: center;
}

.threesixty .threesixty_imgs {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.threesixty .threesixty_imgs img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}

.threesixty .threesixty_imgs img.previous-image {
  visibility: hidden;
}

.threesixty .threesixty_imgs img.current-image {
  visibility: visible;
}

.threesixty .spinner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.threesixty .spinner > span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: black;
  font-weight: normal;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.threesixty .spinner span {
  line-height: 60px;
}

.threesixty .nav_bar {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -67.5px;
  z-index: 11;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.threesixty .nav_bar .butn {
  display: inline-block;
  width: 45px;
  height: 45px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.threesixty .nav_bar .butn:hover {
  background-color: #f9f9f9;
}

.threesixty .nav_bar .butn > span {
  width: 24px;
  height: 24px;
  background: url("../images/svg/prev.svg");
}

.threesixty .nav_bar .butn .icon-play {
  background: url("../images/svg/play.svg");
}

.threesixty .nav_bar .butn .icon-forward {
  background: url("../images/svg/next.svg");
}

.threesixty .nav_bar .butn .icon-pause {
  background: url("../images/svg/pause.svg");
}

.p_group_btns.nt_hide {
  pointer-events: none;
}

.nt_mfp_360,
.p_group_btns.nt_hide,
.p_group_btns.nt_hide_2 > *:not(.pr__view-in-space) {
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.nt_mfp_360.sh_ani_css {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

img.zoomImg {
  background-color: #fff;
}

.btn_filter.opened > i:before {
  font-family: "Line Awesome Free", sans-serif;
  font-weight: 900;
  content: "\f00d";
}

#opennt_1904 ul,
#opennt_2808 ul {
  position: static;
  opacity: 1;
  pointer-events: auto;
  background-color: #fff;
  padding: 0;
}

#opennt_1904 a.currency-item,
#opennt_2808 a.lang-item {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}

#opennt_1904 a.currency-item:not(.selected),
#opennt_2808 a.lang-item:not(.selected) {
  color: #222;
}

#opennt_1904 a.currency-item:hover,
#opennt_1904 a.currency-item.selected,
#opennt_2808 a.lang-item:hover,
#opennt_2808 a.lang-item.selected {
  background-color: rgba(0, 0, 0, 0.04);
}

.flagst4.lazyloaded:before {
  background-image: url(../images/currency_flags.png);
  background-repeat: no-repeat;
  border-radius: 0;
  width: 30px;
  height: 20px;
  content: "";
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  overflow: hidden;
}

.languages .flagst4.lazyloaded:before {
  display: none;
}

.flagst4-VND:before {
  background-position: -125px -5px;
}

.flagst4-USD:before {
  background-position: -365px -5px;
}

.flagst4-AUD:before {
  background-position: -285px -455px;
}

.flagst4-GBP:before {
  background-position: -405px -5px;
}

.flagst4-CAD:before {
  background-position: -365px -395px;
}

.flagst4-DKK:before {
  background-position: -205px -365px;
}

.flagst4-EUR:before {
  background-position: -165px -485px;
}

.flagst4-HKD:before {
  background-position: -485px -155px;
}

.flagst4-JPY:before {
  background-position: -125px -275px;
}

.flagst4-NZD:before {
  background-position: -365px -155px;
}

.flagst4-SGD:before {
  background-position: -125px -95px;
}

.flagst4-sm.lazyloaded:before {
  background-image: url(../images/currency_flags_sm.png);
  width: 15px;
  height: 10px;
}

.flagst4-sm.flagst4-VND:before {
  background-position: -45px 0;
}

.flagst4-sm.flagst4-USD:before {
  background-position: -75px -160px;
}

.flagst4-sm.flagst4-AUD:before {
  background-position: -105px -150px;
}

.flagst4-sm.flagst4-GBP:before {
  background-position: -150px 0;
}

.flagst4-sm.flagst4-CAD:before {
  background-position: -135px -130px;
}

.flagst4-sm.flagst4-DKK:before {
  background-position: -75px -120px;
}

.flagst4-sm.flagst4-EUR:before {
  background-position: -60px -160px;
}

.flagst4-sm.flagst4-HKD:before {
  background-position: -90px -170px;
}

.flagst4-sm.flagst4-JPY:before {
  background-position: -45px -90px;
}

.flagst4-sm.flagst4-NZD:before {
  background-position: -135px -50px;
}

.flagst4-sm.flagst4-SGD:before {
  background-position: -45px -30px;
}

.country_user.flagst4:before {
  margin-right: 0;
  margin-left: 5px;
  -ms-flex-order: 4;
  order: 4;
}

.flagst4-VND:before,
.flagst4-USD:before,
.flagst4-AUD:before,
.flagst4-GBP:before,
.flagst4-CAD:before,
.flagst4-DKK:before,
.flagst4-EUR:before,
.flagst4-HKD:before,
.flagst4-JPY:before,
.flagst4-NZD:before,
.flagst4-SGD:before {
  background-position: center !important;
  width: 30px !important;
  height: 22.5px !important;
}

.flagst4-sm.flagst4-VND:before,
.flagst4-sm.flagst4-USD:before,
.flagst4-sm.flagst4-AUD:before,
.flagst4-sm.flagst4-GBP:before,
.flagst4-sm.flagst4-CAD:before,
.flagst4-sm.flagst4-DKK:before,
.flagst4-sm.flagst4-EUR:before,
.flagst4-sm.flagst4-HKD:before,
.flagst4-sm.flagst4-JPY:before,
.flagst4-sm.flagst4-NZD:before,
.flagst4-sm.flagst4-SGD:before {
  width: 16px !important;
  height: 12px !important;
}

.flagst4-VND.lazyloaded:before {
  background-image: url(../images/svg/vnd.svg);
}

.flagst4-USD.lazyloaded:before {
  background-image: url(../images/svg/usd.svg);
}

.flagst4-AUD.lazyloaded:before {
  background-image: url(../images/svg/aud.svg);
}

.flagst4-GBP.lazyloaded:before {
  background-image: url(../images/svg/gbp.svg);
}

.flagst4-CAD.lazyloaded:before {
  background-image: url(../images/svg/cad.svg);
}

.flagst4-DKK.lazyloaded:before {
  background-image: url(../images/svg/dkk.svg);
}

.flagst4-EUR.lazyloaded:before {
  background-image: url(../images/svg/eur.svg);
}

.flagst4-HKD.lazyloaded:before {
  background-image: url(../images/svg/hkd.svg);
}

.flagst4-JPY.lazyloaded:before {
  background-image: url(../images/svg/jpy.svg);
}

.flagst4-NZD.lazyloaded:before {
  background-image: url(../images/svg/nzd.svg);
}

.flagst4-SGD.lazyloaded:before {
  background-image: url(../images/svg/sgd.svg);
}

#ld_cl_bar,
.ld_cart_bar,
.ld_bar_search {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #00badb;
  transition: width 0.25s ease-in-out;
  z-index: 100000;
  pointer-events: none;
  opacity: 0;
}

.ld_cart_bar,
.ld_bar_search {
  position: absolute;
  z-index: 20;
}

.ld_bar_search {
  bottom: 0;
  top: auto;
}

#ld_cl_bar.on_star,
.ld_cart_bar.on_star,
.ld_bar_search.on_star {
  width: 40%;
  opacity: 1;
}

#ld_cl_bar:not(.on_star).on_60,
.ld_cart_bar:not(.on_star).on_60 {
  width: 60%;
  opacity: 1;
}

#ld_cl_bar:not(.on_star).on_80,
.ld_cart_bar:not(.on_star).on_80 {
  width: 80%;
  opacity: 1;
}

#ld_cl_bar:not(.on_star).on_90,
.ld_cart_bar:not(.on_star).on_90 {
  width: 90%;
  opacity: 1;
}

#ld_cl_bar:not(.on_star).on_94,
.ld_cart_bar:not(.on_star).on_94 {
  width: 94%;
  opacity: 1;
}

#ld_cl_bar.on_end,
.ld_cart_bar.on_end,
.ld_bar_search.on_end {
  width: 100%;
}

.skeleton_img {
  background: #e1e3e4;
  padding-bottom: 100%;
  width: 80px;
}

.skeleton_txt1,
.skeleton_txt2 {
  height: 10px;
  width: 100%;
  background: #e1e3e4;
  margin-bottom: 8px;
}

.skeleton_txt2 {
  width: 38%;
  margin-bottom: 0;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.popup-added_to_cart {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: white;
  border: 2px solid rgba(101, 101, 101, 0.25);
  text-align: center;
  overflow: hidden;
  padding: 20px 40px 0 40px;
}

.popup-added_to_cart p {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
}

.popup-added_to_cart a {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.popup-added_to_cart:after {
  position: absolute;
  bottom: 20px;
  right: -18px;
  line-height: 110px;
  z-index: 1;
  font-size: 130px;
  color: rgba(123, 123, 123, 0.1);
  transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  content: "\f217";
  font-family: "Line Awesome Free", sans-serif;
  font-weight: 900;
}

.popup-added_to_cart .close-popup {
  color: #6d6d6d;
  background-color: transparent;
  padding: 0 0 1px 0;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.popup-added_to_cart .close-popup:hover {
  text-decoration: none;
  border-color: #a6a6a6;
  background-color: transparent;
}

.popup-added_to_cart .close-popup:focus {
  border-color: #a6a6a6;
  background-color: transparent;
}

.popup-added_to_cart .close-popup:hover {
  color: black;
}

.popup-added_to_cart .view-cart {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 2;
}

/*******************************************************************
* ! nouislider
* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
 ********************************************************************/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/***********************
 * Wrapper for all connect elements.
 *********************************************/
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/***********************
* Offset direction
***********************/
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/*******************************************************************
 * Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 *****************************************************************************************/
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/*********************************************
 * Slider size and handle placement;
 *********************************************/
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/*****************************************************************************************
 * Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 *****************************************************************************************/
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

/**********************
 * Handles and cursors
 **********************/
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/**********************
 * Handle stripes
 **********************/
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/**********************
* Disabled state
/**********************/
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/**********************
 * Base
 **********************/
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* Only showing tooltips when sliding handles */
.noUi-tooltip {
  display: none;
}

.price_steps_slider {
  width: 100%;
  margin-top: -1px;
  height: 20px;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 20px;
}

.noUi-connects {
  border-radius: 0;
  height: 2px;
  background-color: #e7e7e7;
}

.noUi-connect {
  height: 2px;
  width: 100%;
  background: #83b735;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -11px;
  outline: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  cursor: ew-resize;
}

.noUi-handle:before,
.noUi-handle:after {
  background: #83b735;
  top: 4px;
  width: 2px;
  height: 15px;
}

.noUi-handle:after {
  left: 16px;
}

.brand_hover_1 .brand_item img.lazyloaded {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter 0.3s ease, opacity 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-animation: none !important;
  animation: none !important;
}

.brand_hover_1 .brand_item:hover img.lazyloaded {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.brand_hover_2 .brand_item:hover img {
  -webkit-animation: bounceIn 0.5s ease;
  -o-animation: bounceIn 0.5s ease;
  animation: bounceIn 0.5s ease;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.store-availability-small-text {
  font-size: 13px;
}

.store-availability-information {
  display: flex;
  margin-left: 5px;
}

.store-availability-information-container {
  margin-left: 5px;
}

.store-availability-information__title {
  margin-bottom: 0;
}

.store-availability-information__stock {
  margin-bottom: 0;
}

.store-availability-information__button {
  text-decoration: underline;
  cursor: pointer;
  border: none;
  padding: 0;
  background: transparent !important;
  margin-top: 8px;
  min-height: auto;
}

.store-availability-information__button:hover,
.store-availability-information__button:focus {
  color: initial;
  opacity: 0.5;
}

.store-availability-container .icon {
  width: 12px;
  height: 12px;
  margin: 4px 4px 0 0;
}

.store-availability-container .icon-in-stock {
  fill: #00730b;
}

.store-availability-container .icon-out-of-stock {
  fill: #dd2200;
}

.store-availability-container svg path {
  fill: context-fill;
  stroke: context-stroke;
}

.store-availability-container .icon-close {
  width: 18px;
  height: 18px;
  margin: 0;
}

.store-availability-container .store-availability-list__stock .icon {
  margin: 0 2px 3px 0;
}

.store-availability-container
  .store-availability-list__confirm-address
  .icon-unverified-address {
  margin: 0 0 3px 0;
}

.store-availability-container
  .store-availability-list__confirm-address
  .icon-unverified-address
  .icon-unverified-address__exclamation {
  fill: #333232;
}

.store-availability-container
  .store-availability-list__confirm-address
  .icon-unverified-address
  .icon-unverified-address__circle {
  stroke: #333232;
  fill: transparent;
}

.store-availabilities-modal {
  z-index: 3;
  width: 375px;
  left: auto;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  box-shadow: -4px 4px 6px rgba(58, 58, 58, 0.04);
}

.store-availabilities-modal--active {
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (max-width: 749px) {
  .store-availabilities-modal--active {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
  }
}

.store-availabilities-modal__header {
  display: flex;
  justify-content: space-between;
  margin: 16px 0 16px 0;
  padding: 0 24px 0 24px;
}

.store-availabilities-modal__product-title {
  font-size: 17px;
  text-transform: none;
  margin-bottom: 0;
  letter-spacing: 0;
}

.store-availabilities-list {
  overflow-y: auto;
  padding: 0 20px 0 20px;
}

.store-availabilities-modal__close {
  margin: -14px -14px 0 0;
  padding: 14px;
  align-self: start;
}

.store-availability-list__item {
  padding-bottom: 16px;
  list-style: none;
}

.store-availability-list__item:not(:first-child)::before {
  content: "";
  display: block;
  margin: 0 0 16px 0;
  border-bottom: 1px solid #ebebeb;
}

.store-availability-list__address {
  font-size: 13px;
  font-style: normal;
  margin-bottom: 0;
}

.store-availability-list__location {
  font-size: 15px;
  margin-bottom: 8px;
}

.store-availability-list__stock {
  margin-top: 8px;
  margin-bottom: 16px;
}

.store-availabilities-list p:last-child,
.store-availability-list__phone {
  margin-bottom: 0;
}

.nt_fk_canvas#store_availabilities_modal {
  overflow-y: hidden;
}

.store-availability-information__title strong {
  color: #222;
}

.open_ntqs .store_availabilities_modal,
.open_ntqv .store_availabilities_modal {
  pointer-events: auto;
}

.store-availabilities-modal__variant-title {
  color: #878787;
  text-transform: none;
}

@media (min-width: 375px) {
  .store_availabilities_modal {
    width: 320px;
  }
}

@media (min-width: 768px) {
  .store_availabilities_modal {
    width: 340px;
  }
}

/*************************************
 * Heade banner
 ************************************/
.h__banner {
  background-color: #e91e63;
  min-height: 41px;
  font-size: 12px;
}

.h_banner_wrap {
  color: #ffffff;
}

.h_banner_wrap strong {
  font-size: 14px;
  font-weight: 600;
}

.h_banner_close:after,
.h_banner_close:before {
  content: "";
  width: 7px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out,
    transform 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.h_banner_close:hover:before,
.show_icon_true .h_banner_close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.h_banner_close:hover:after,
.show_icon_true .h_banner_close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.h_banner_close {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.h_banner_close:hover,
.h_banner_close:focus {
  opacity: 0.6;
}

.h__banner a:hover ~ .h_banner_wrap i.la-arrow-right {
  -webkit-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}

.h__banner a ~ .h_banner_wrap i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition-property: -webkit-transform, transform;
}

#kalles-section-header_banner {
  transition: height 0.6s 0.25s;
  -webkit-transition: height 0.6s 0.25s;
  will-change: height;
}

body:not(.h_calc_ready) #kalles-section-header_banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
}

.h_calc_ready #kalles-section-header_banner {
  position: relative;
  overflow: hidden;
  height: 0;
}

/************************************
* head currency
************************************/
.nt_currency ul {
  min-width: 100px;
  right: -10px;
  visibility: hidden;
  z-index: 400;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 10px;
  -webkit-transform: translateY(15px) translateZ(0);
  transform: translateY(15px) translateZ(0);
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s,
    -webkit-transform 0.2s;
}

.nt_currency:hover ul {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

[class^="nt-currency-flag"]::before {
  background-image: url(../images/svg/usd.svg);
  background-repeat: no-repeat;
  border-radius: 0;
  width: 30px;
  height: 20px;
  content: "";
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  overflow: hidden;
}

.nt_currency [class*="--w16-h-12"]::before {
  width: 16px;
  height: 12px;
}

.nt_currency [class*="flag--usd"]::before {
  background-image: url(../images/svg/usd.svg);
}

.nt_currency [class*="flag--aud"]::before {
  background-image: url(../images/svg/aud.svg);
}

.nt_currency [class*="flag--cad"]::before {
  background-image: url(../images/svg/cad.svg);
}

.nt_currency [class*="flag--dkk"]::before {
  background-image: url(../images/svg/dkk.svg);
}

.nt_currency [class*="flag--eur"]::before {
  background-image: url(../images/svg/eur.svg);
}

.nt_currency [class*="flag--jpy"]::before {
  background-image: url(../images/svg/jpy.svg);
}

.nt_currency [class*="flag--gbp"]::before {
  background-image: url(../images/svg/gbp.svg);
}

.nt_currency [class*="flag--hkd"]::before {
  background-image: url(../images/svg/hkd.svg);
}

.nt_currency [class*="flag--nzd"]::before {
  background-image: url(../images/svg/nzd.svg);
}

.nt_currency [class*="flag--sgd"]::before {
  background-image: url(../images/svg/sgd.svg);
}

.header-text i {
  font-size: 16px;
  vertical-align: middle;
}

/**************************************************
* Mega menu
**************************************************/
.kl_menu,
.kl_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kl_menu li {
  font-size: 14px;
  list-style: none;
  position: relative;
}

.kl_menu > li > a {
  font-weight: 400;
  font-size: 14px;
  height: 70px;
  color: #222222;
  padding-right: 17.5px;
  padding-left: 17.5px;
}

.kl_menu .sub-menu {
  display: none;
}

.nt_action > a,
.nt_action > div {
  padding: 0 6px;
}

.nt_action > a,
.nt_action > div > a {
  color: #222;
}

.nt_action > a > i,
.nt_action > div > a > i {
  font-size: 22px;
  line-height: 1;
}

.h_icon_iccl .icon_like .tcount,
.h_icon_pegk .icon_like .tcount,
.icon_like .tcount {
  right: -6px;
}

.nt_action .tcount,
.toolbar_count {
  background-color: #000000;
  color: #ffffff;
}

@media (min-width: 1025px) {
  .kl-header__style-3 .col_group_btns {
    min-width: 16.666667%;
  }

  .nt_action > a,
  .nt_action > div {
    padding: 0 8px;
  }

  .h_icon_pegk .nt_action > a,
  .h_icon_pegk .nt_action > div {
    padding: 0 6px;
  }
}

.mask-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}

.mask_opened {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.nt_fk_canvas.act_opened {
  -webkit-transform: none !important;
  transform: none !important;
}

/**************************************************
* Head search
**************************************************/
.mini_search_frm {
  padding: 30px 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

input.search_header__input:not([type="submit"]):not([type="checkbox"]) {
  padding: 0 50px 0 20px;
  height: 40px;
  width: 100%;
  line-height: 18px;
  color: #222;
  border: 1px solid #e3e3e3;
  border-radius: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search_header__submit {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  padding: 0;
  width: 50px;
  border: none;
  background-color: transparent;
  color: #222;
  font-size: 15px;
}

.search_header__prs {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  box-shadow: 0 3px 10px 0 rgba(129, 129, 129, 0.2);
}

.widget .product_list_widget .product-title,
.widget .post_list_widget .article-title {
  color: #222;
  font-weight: 500;
  line-height: 24px;
}

.widget .product_list_widget ins {
  color: #de5b82;
  text-decoration: none;
}

.widget_img_pr,
.widget_img_ar {
  min-width: 95px;
  max-width: 95px;
  padding-right: 0 !important;
}

.widget_if_pr,
.widget_if_ar {
  padding-left: 10px !important;
  color: #878787;
}

#nt_search_canvas .product_list_widget {
  padding: 20px;
}

.widget-title {
  font-weight: 500;
}

.font-poppins {
  font-family: Poppins, sans-serif;
}

.p_group_btns {
  z-index: 4;
}

.col_thumb:hover > .p_group_btns {
  z-index: 100;
}

/**************************************************
* labels
**************************************************/
.nt_labels {
  opacity: 0;
  visibility: hidden;
  top: 11px;
  right: 11px;
  z-index: 4;
}

.nt_label {
  background-color: #e5e5e5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 20;
  height: 20px;
  width: 30px;
  font-size: 8px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#nt_search_canvas .onsale.nt_label,
.product_list_widget .onsale.nt_label {
  width: auto;
  height: auto;
  color: #fff;
  display: inline-block;
  padding: 2px 4px;
  border-radius: 2px;
  font-size: 10px;
  margin: 5px;
}

.label_style_rounded .nt_label {
  height: 30px;
  width: 30px;
  font-size: 8px;
  border-radius: 50%;
}

.nt_label + .nt_label {
  margin-top: 5px;
}

.nt_labels,
.product-image:hover .product-image-flip .back,
.product-image:hover a.db:before,
.product-image:hover a.wishlistadd,
.product-image:hover .nt_add_cp > a,
.product-image:hover a.nt_w_login,
.product-image:hover .product-attr {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 1025px) {
  .nt_label {
    height: 25px;
    width: 60px;
    font-size: 13px;
  }

  .label_style_rounded .nt_label {
    height: 35px;
    width: 35px;
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .nt_labels {
    top: 10px;
    right: 10px;
  }
}

/**************************************************
* Mini cart
**************************************************/
.nt_mini_cart .mini_cart_header .fwm {
  font-weight: 500;
}

.nt_mini_cart .mini_cart_header {
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.nt_mini_cart .mini_cart_header > .close_pp {
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.nt_mini_cart .widget-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.nt_mini_cart .close_pp {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  font-size: 40px;
  cursor: pointer;
}

.nt_mini_cart .close_pp:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nt_mini_cart .empty > i {
  font-size: 55px;
}

.nt_mini_cart .empty > i:after,
.empty_cart_page > i:after {
  font-size: 22px;
  line-height: 1;
  left: 17px;
  top: 50%;
  margin-top: -5px;
  position: absolute;
  font-family: "Line Awesome Free", sans-serif;
  font-weight: 900;
  content: "\f00d";
}

.empty_cart_page > i:after {
  font-size: 35px;
  left: 28px;
  margin-top: -8px;
}

.mini_cart_footer .total {
  margin-bottom: 8px;
  color: #000;
  font-size: 18px;
}

.mini_cart_footer .button {
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  width: 100%;
  background-color: #f7f7f7;
  border: 0;
  color: #222;
}

.mini_cart_footer .button.btn-checkout {
  background: #56cfe1;
  color: #fff;
}

.mini_cart_footer .button:hover {
  opacity: 0.8;
}

.mini_cart_wrap {
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 35px 0px 0px 0px;
}

.mini_cart_footer {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: none !important;
  box-shadow: none !important;
}

.cookie-message {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  color: #222;
}

.mini_cart_content .mini_cart_item {
  padding: 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  transition: background-color 0.3s ease;
}

.mini_cart_content .mini_cart_item:hover {
  background-color: #f9f9f9;
}

.mini_cart_content .fixcl-scroll-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,
    transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,
    transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}

.mini_cart_content .mini_cart_note {
  padding: 20px;
  border-top: 1px solid rgba(129, 129, 129, 0.2);
}

.mini_cart_content .mini_cart_item:last-child {
  border-bottom: 0;
}

.fixcl-scroll {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px !important;
}

.fixcl-scroll .fixcl-scroll-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.mini_cart_footer {
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.act_opened .mini_cart_footer {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,
    transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,
    transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}

.mini_cart_img {
  width: 120px;
  display: block;
  margin-right: 20px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.mini_cart_info {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.mini_cart_title {
  font-size: 14px;
  line-height: 20px;
  color: #222;
  display: block;
}

.mini_cart_meta {
  font-size: 12px;
  color: #999;
}

.cart_meta_price {
  font-size: 14px;
  color: #222;
}

.cart_meta_variant {
  margin-bottom: 0;
}

.cart_unit_price {
  font-size: 13px;
  color: #878787;
}

.mini_cart_actions {
  margin-top: 15px;
}

.mini_cart_actions .quantity {
  min-width: 120px;
  width: 120px;
  height: 40px;
  border: 1px solid #222;
  text-align: center;
  border-radius: 40px;
  display: block;
  margin-bottom: 15px;
}

.cart_ac_edit,
.cart_ac_remove {
  display: inline-block;
  margin-right: 10px;
  float: right;
}

.cart_ac_edit svg,
.cart_ac_remove svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.5;
}

.cart_dis_price + .cart_tot_price {
  font-weight: 600;
}

.cart_threshold,
.cart_countdown {
  font-size: 13px;
  padding: 8px 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  box-shadow: 0 0 10px 0 rgba(129, 129, 129, 0.2);
  color: #222;
  line-height: normal;
}

#CartSpecialInstructions {
  min-height: 100px;
  color: #222;
  padding: 8px 10px;
  width: 100% !important;
}

.nt_mini_cart.loading .mini_cart_content {
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
}

.nt_mini_cart.loading {
  pointer-events: none;
}

.nt_mini_cart.loading .fixcl-scroll-content {
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
}

.fix_layout_mbt4 .mini_cart_wrap {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.fix_layout_mbt4 .fixcl-scroll {
  height: auto;
}

.fix_layout_mbt4 .fixcl-scroll .fixcl-scroll-content {
  position: static;
}

.open_ntqv .nt_fk_canvas,
.open_ntqs .nt_fk_canvas {
  pointer-events: none;
}

#nt_login_canvas .fixcl-scroll .fixcl-scroll-content {
  padding: 20px;
}

#nt_login_canvas .nt_mini_cart {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: visibility 500ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: visibility 500ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.pside_opened #nt_login_canvas .nt_mini_cart.is_selected {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  pointer-events: auto;
  visibility: visible;
}

.has_ntcanvas .mfp-content {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

.nt_fk_canvas#nt_cart_canvas,
.nt_fk_canvas#nt_login_canvas,
.nt_fk_canvas#nt_search_canvas {
  overflow-y: hidden;
}

ul.nt_filter_styleck > li > a:before,
.js_agree_ck + label:before,
.css_agree_ck + label:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #d4d6d8;
  background: #fff;
  box-shadow: 0 1px rgba(212, 214, 216, 0.4);
  border-radius: 2px;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    background 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    background 0.2s ease-in-out;
}

ul.nt_filter_styleck > li > a:before,
.nt_filter_color li .filter-swatch > span:after,
.js_agree_ck + label:before,
.css_agree_ck + label:before {
  box-shadow: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nt_filter_color li .filter-swatch > span {
  position: relative;
}

.nt_filter_color li .filter-swatch > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

ul.nt_filter_styleck > li.active > a:before,
.nt_filter_color li.active .filter-swatch > span:after {
  background-image: url(../images/filter_selected.svg);
  background-size: 12px;
}

input[type="checkbox"].js_agree_ck,
input[type="checkbox"].css_agree_ck {
  display: none;
}

.js_agree_ck + label:before,
.css_agree_ck + label:before {
  position: relative;
  top: 3px;
}

.js_agree_ck ~ svg,
.css_agree_ck ~ svg {
  display: block;
  width: 12px;
  height: 12px;
  fill: #fff;
  position: absolute;
  top: 5px;
  left: 2px;
  pointer-events: none;
  transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.js_agree_ck:checked ~ svg,
.css_agree_ck:checked ~ svg {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.js_agree_ck:checked + label:before {
  border-color: var(--main-color);
  background-color: var(--main-color);
}

#kalles-section-cart_widget .mini_cart_tool {
  transition: all 0.35s ease;
  background-color: #f5f5f5;
}

#kalles-section-cart_widget .mini_cart_tool .tt_txt {
  font-weight: 400;
}

#kalles-section-cart_widget .btns_cart_1 .mini_cart_tool.mt__20 {
  margin-top: 20px;
}

.kalles-challenge__container #g-recaptcha > div {
  text-align: center;
  margin: 10px auto 30px;
}

.mini_cart_tool > div {
  height: 40px;
  line-height: 40px;
  margin: 0 20px;
  cursor: pointer;
  color: #222;
  text-align: center;
  font-weight: 500;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btns_cart_1 .mini_cart_tool > div {
  border: 0;
  font-size: 25px;
  display: inline-block;
  margin: 16px 8px;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 9px 5px 10px #dfe3ea, -5px -5px 10px #faffff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.mini_cart_footer .button {
  transition: all 0.25s ease-in-out !important;
}

.mini_cart_tool > div:hover {
  background-color: #f9f9f9;
  box-shadow: inset 5px 5px 10px #dfe3ea, inset -5px -5px 10px #faffff;
}

.btns_cart_2 .mini_cart_tool > div:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.btns_cart_2 .mini_cart_tool > div:first-child:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0;
  right: 0;
  border-top: 2px dashed #999;
}

.mini_cart_note,
.mini_cart_ship,
.mini_cart_gift,
.mini_cart_dis {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transform: translateY(104%);
  transform: translateY(104%);
  -webkit-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  border-top: 1px solid rgba(129, 129, 129, 0.2);
  box-shadow: 0 0 10px 0 rgba(129, 129, 129, 0.2);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
}

.nt_mini_cart.ld_cart_tls .mini_cart_tool {
  opacity: 0;
}

.clno-touchevents .nt_fk_canvas.current_hover .ld_cart_tls .mini_cart_footer,
.nt_mini_cart.ld_cart_tls .mini_cart_footer {
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nt_mini_cart:before,
.frm_cart_page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 4;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.nt_mini_cart.ld_nt_cl:before,
.frm_cart_page.ld_nt_cl:before {
  opacity: 0.4;
  pointer-events: auto;
}

.nt_mini_cart > .is_nt_op {
  z-index: 8;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
}

.nt_mini_cart #CartSpecialInstructions {
  resize: none;
}

.mini_cart_note label {
  color: #222;
  font-size: 15px;
  margin-top: 0;
  font-weight: 500;
}

.mini_cart_ship input.button.btn_back,
.mini_cart_gift input.button.btn_back,
.mini_cart_note input.button.btn_back2,
.mini_cart_dis input.button.btn_back2 {
  background-color: #fff;
  color: #222;
  border: 2px solid #222;
}

.mini_cart_gift svg {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  color: #de5b82;
}

.gift_item_true .mini_cart_title,
.mini_cart_gift .js_addtc.loading {
  pointer-events: none;
}

.mini_cart_gift .button_primary,
.mini_cart_gift .gift_wrap_text .cd {
  display: block;
}

.gift_item_true .mini_cart_actions .quantity {
  display: none;
}

.clno-touchevents .cart_pos_dropdown .cart_threshold {
  background-color: #f5f5f5;
}

.mini_cart_footer > *:last-child {
  margin-bottom: 0;
}

.nt_fk_canvas#nt_cart_canvas,
.nt_fk_canvas#nt_login_canvas,
.nt_fk_canvas#nt_search_canvas {
  overflow-y: hidden;
}

.shipping_calculator h3,
.mini_cart_note label {
  color: #222;
  font-size: 15px;
  margin-top: 0;
  font-weight: 500;
  font-family: Poppins, sans-serif;
}

.shipping_calculator select,
.shipping_calculator input[type="text"] {
  border-radius: 30px;
}

.shipping_calculator input.get_rates,
input.button.btn_back {
  background-color: #56cfe1;
  cursor: pointer;
  border: 2px solid #56cfe1;
  padding: 6px 35px;
  color: #fff;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
  width: 100%;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.shipping_calculator input.get_rates:hover,
input.button.btn_back:hover {
  opacity: 0.8;
}

.mini_cart_ship input.button.btn_back,
.mini_cart_gift input.button.btn_back,
.mini_cart_note input.button.btn_back2,
.mini_cart_dis input.button.btn_back2 {
  background-color: #fff;
  color: #222;
  border: 2px solid #222;
}

.mini_cart_note textarea::placeholder {
  color: #222;
}

.mini_cart_gift svg {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  color: #de5b82;
}

.gift_item_true .mini_cart_title,
.mini_cart_gift .js_addtc.loading {
  pointer-events: none;
}

.mini_cart_gift .button_primary,
.mini_cart_gift .gift_wrap_text .cd {
  display: block;
}

.gift_item_true .mini_cart_actions .quantity {
  display: none;
}

.clno-touchevents .cart_pos_dropdown .cart_threshold {
  background-color: #f5f5f5;
}

@media (min-width: 1025px) {
  .css_ntbar::-webkit-scrollbar,
  .css_scrollbar .fixcl-scroll .fixcl-scroll-content::-webkit-scrollbar,
  .css_scrollbar .gecko-scroll-content-quick::-webkit-scrollbar {
    display: block;
  }

  .css_ntbar::-webkit-scrollbar,
  .css_scrollbar .fixcl-scroll ::-webkit-scrollbar,
  .css_scrollbar .gecko-scroll-quick ::-webkit-scrollbar {
    width: 3px;
  }

  .css_ntbar::-webkit-scrollbar-track,
  .css_scrollbar .fixcl-scroll ::-webkit-scrollbar-track,
  .css_scrollbar .gecko-scroll-quick ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.15);
  }

  .css_ntbar::-webkit-scrollbar-thumb,
  .css_scrollbar .fixcl-scroll ::-webkit-scrollbar-thumb,
  .css_scrollbar .gecko-scroll-quick ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25);
  }
}

/**************************************************
* Quantity
**************************************************/
.quantity .tc button:hover {
  color: var(--main-color);
}

.quantity input.input-text[type="number"] {
  background-color: #000;
}

.ttip_nt .tt_txt {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.variations_form .quantity.qty__false {
  display: none !important;
}

.quantity input.input-text[type="number"] {
  -moz-appearance: textfield;
  width: 35px;
  border: 0;
  height: 38px;
  background: none;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  color: #222;
}

.content-quickview .quantity input.input-text[type="number"] {
  width: 90px;
}

.quantity input.input-text[type="number"]:focus {
  border-color: #222;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.quantity input[type="number"]:focus {
  outline: none;
}

.quantity .tc a,
.quantity .tc button {
  top: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: transparent;
}

.price,
.price_range {
  color: #696969;
  margin: 0;
}

.price del,
.price_range del {
  color: #878787;
}

.price ins,
.price_range ins {
  color: #de5b82;
  text-decoration: none;
  margin-left: 6px;
}

.price__unit {
  font-size: 12px;
}

.hover_button > a:after,
.nt_add_w > a:after,
.mail_agree:after,
.js_frm_cart:after,
.cart_ac_edit:after,
.hotspot_ins:after,
.js_add_group:after,
.sticky_atc_js:after,
.css_add_ld:after,
.on_list_view_true .pr_list_item .product-info__btns > a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-left-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}

.on_list_view_true .pr_list_item .product-info__btns > a:after,
.sticky_atc_js:after {
  border-left-color: currentColor;
}

.hover_button > a:not(:hover):after,
.cart_ac_edit:after,
.hotspot_ins:not(:hover):after {
  border-color: rgba(0, 0, 0, 0.3);
  border-left-color: #fff;
}

.hover_button > a.loading,
.nt_add_w > a.loading,
.mail_agree.loading,
.js_frm_cart.loading,
.js_add_group.loading,
.sticky_atc_js.loading,
.css_add_ld.loading,
.on_list_view_true .pr_list_item .product-info__btns > a.loading {
  pointer-events: none;
}

.hover_button > a.loading:after,
.nt_add_w > a.loading:after,
.mail_agree.loading:after,
.js_frm_cart.loading:after,
.cart_ac_edit.loading:after,
.hotspot_ins.loading:after,
.js_add_group.loading:after,
.sticky_atc_js.loading:after,
.css_add_ld.loading:after,
.on_list_view_true .pr_list_item .product-info__btns > a.loading:after {
  opacity: 1;
  -webkit-animation: spin 450ms infinite linear;
  animation: spin 450ms infinite linear;
}

.hover_button > a.loading > *,
.nt_add_w > a.loading > *,
.mail_agree.loading > span,
.mail_agree.loading:before,
.js_frm_cart.loading > *,
.cart_ac_edit.loading > *,
.hotspot_ins.loading > span,
.js_add_group.loading > *,
.sticky_atc_js.loading > *,
.css_add_ld.loading > span,
.on_list_view_true .pr_list_item .product-info__btns > a.loading > span {
  opacity: 0;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**************************************************
* Tooltip
**************************************************/
.ttip_nt:before,
.ttip_nt .tt_txt {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

.ttip_nt:hover:before,
.ttip_nt:hover .tt_txt {
  visibility: visible;
  opacity: 1;
}

.ttip_nt:hover:before,
.ttip_nt:hover .tt_txt {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}

.ttip_nt:before {
  content: "";
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}

.ttip_nt .tt_txt {
  display: inline-block;
  background: #383838;
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
}

.ttip_nt[aria-label] .tt_txt {
  content: attr(aria-label);
}

.ttip_nt[data-hint] .tt_txt {
  content: attr(data-hint);
}

[aria-label=""]:before,
[aria-label=""] .tt_txt,
[data-hint=""]:before,
[data-hint=""] .tt_txt {
  display: none !important;
}

/**
 * Classes added:
 *  1) tooltip_top
 *  2) tooltip_bottom
 *  3) tooltip_left
 *  4) tooltip_right
 */
/**
 * set default color for tooltip arrows
 */
body .tooltip_top_left:before {
  border-top-color: #383838;
}

body .tooltip_top_right:before {
  border-top-color: #383838;
}

.tooltip_top:before {
  border-top-color: #383838;
}

body .tooltip_bottom_left:before {
  border-bottom-color: #383838;
}

body .tooltip_bottom_right:before {
  border-bottom-color: #383838;
}

.tooltip_bottom:before {
  border-bottom-color: #383838;
}

body .tooltip_left:before {
  border-left-color: #383838;
}

body .tooltip_right:before {
  border-right-color: #383838;
}

/**
 * top tooltip
 */
.tooltip_top:before,
.tooltip_top_right:before {
  margin-bottom: -11px;
}

.tooltip_top:before,
.tooltip_top .tt_txt,
.tooltip_top_right .tt_txt {
  bottom: 100%;
  left: 50%;
}

.tooltip_top:before,
.tooltip_top_right:before {
  left: calc(50% - 6px);
}

.tooltip_top .tt_txt,
.tooltip_top_right .tt_txt {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip_top:hover:before,
.tooltip_top_right:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.tooltip_top:hover .tt_txt,
.tooltip_top_right:hover .tt_txt {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.tooltip_top_right .tt_txt {
  margin-left: 0;
}

/**
 * bottom tooltip
 */
.tooltip_bottom:before {
  margin-top: -11px;
}

.tooltip_bottom:before,
.tooltip_bottom .tt_txt {
  top: 100%;
  left: 50%;
}

.tooltip_bottom:before {
  left: calc(50% - 6px);
}

.tooltip_bottom .tt_txt {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip_bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.tooltip_bottom:hover .tt_txt {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

/**
 * right tooltip
 */

body .tooltip_right:before {
  margin-left: -11px;
  margin-bottom: -6px;
}

body .tooltip_right .tt_txt {
  margin-bottom: -14px;
}

body .tooltip_right:before,
body .tooltip_right .tt_txt {
  left: 100%;
  bottom: 50%;
}

body .tooltip_right:hover:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

body .tooltip_right:hover .tt_txt {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * left tooltip
 */
body .tooltip_left:before {
  margin-right: -11px;
  margin-bottom: -6px;
}

body .tooltip_left .tt_txt {
  margin-bottom: -14px;
}

body .tooltip_left:before,
body .tooltip_left .tt_txt {
  right: 100%;
  bottom: 50%;
}

body .tooltip_left:hover:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

body .tooltip_left:hover .tt_txt {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

/**
 * top-left tooltip
 */
body .tooltip_top_left:before {
  margin-bottom: -11px;
}

body .tooltip_top_left:before,
body .tooltip_top_left .tt_txt {
  bottom: 100%;
  left: 50%;
}

body .tooltip_top_left:before {
  left: calc(50% - 6px);
}

body .tooltip_top_left .tt_txt {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

body .tooltip_top_left .tt_txt {
  margin-left: 12px;
}

body .tooltip_top_left:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

body .tooltip_top_left:hover .tt_txt {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

/**
 * top-right tooltip
 */
body .tooltip_top_right:before {
  margin-bottom: -11px;
}

body .tooltip_top_right:before,
body .tooltip_top_right .tt_txt {
  bottom: 100%;
  left: 50%;
}

body .tooltip_top_right:before {
  left: calc(50% - 6px);
}

body .tooltip_top_right .tt_txt {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

body .tooltip_top_right .tt_txt {
  margin-left: -12px;
}

body .tooltip_top_right:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

body .tooltip_top_right:hover .tt_txt {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/**
 * bottom-left tooltip
 */
body .tooltip_bottom_left:before {
  margin-top: -11px;
}

body .tooltip_bottom_left:before,
body .tooltip_bottom_left .tt_txt {
  top: 100%;
  left: 50%;
}

body .tooltip_bottom_left:before {
  left: calc(50% - 6px);
}

body .tooltip_bottom_left .tt_txt {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

body .tooltip_bottom_left .tt_txt {
  margin-left: 12px;
}

body .tooltip_bottom_left:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

body .tooltip_bottom_left:hover .tt_txt {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

/**
 * bottom-right tooltip
 */
body .tooltip_bottom_right:before {
  margin-top: -11px;
}

body .tooltip_bottom_right:before,
body .tooltip_bottom_right .tt_txt {
  top: 100%;
  left: 50%;
}

body .tooltip_bottom_right:before {
  left: calc(50% - 6px);
}

body .tooltip_bottom_right .tt_txt {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

body .tooltip_bottom_right .tt_txt {
  margin-left: -12px;
}

body .tooltip_bottom_right:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

body .tooltip_bottom_right:hover .tt_txt {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/**************************************************
* grid instagram
**************************************************/
.kalles-instagram-grid {
  display: block;
  list-style: none;
  margin: -1px;
  font-size: 0;
  line-height: 0;
}

.kalles-instagram-grid__elm {
  display: inline-block;
  width: 33.33333333%;
  padding: 1px;
  font-size: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
}

.kalles-instagram-grid__thumb-link::after {
  content: "\f16d";
  display: inline-block;
  font-family: fakalles, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #ededed;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  z-index: 10;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.kalles-instagram-grid__thumb-link::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.kalles-instagram-grid__thumb-link img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  z-index: 1;
}

.kalles-instagram-grid__thumb-link:hover::after,
.kalles-instagram-grid__thumb-link:hover::before {
  opacity: 1;
  visibility: visible;
}

.kalles-instagram-grid__thumb-link:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.kalles-instagram-grid__thumb-link {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

/**************************************************
* Main slide
**************************************************/
.kalles-caption--midle-right,
.kalles-caption--midle-left {
  top: 50%;
  left: 39%;
  transform: translate(-39%, -50%);
}

.kalles-caption-layout-01__subtitle {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #222222;
  margin: 0 0 5px;
}

.kalles-caption-layout-01__title {
  /* font-family: Poppins, sans-serif; */
  font-size: 25px;
  font-weight: 600;
  color: #222222;
  margin: 0 0 11px;
}

.type_slideshow button.kalles-caption-layout-01__button.slt4_btn,
.type_slideshow a.kalles-caption-layout-01__button.slt4_btn {
  min-height: 40px;
  font-size: 14px;
  color: #ffffff;
  background-color: #de5b82 !important;
  border-color: #de5b82 !important;
  min-width: 150px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kalles-slide-element__pdb-600 {
  padding-top: 250px;
}

@media (min-width: 768px) {
  .kalles-caption--midle-left {
    top: 50%;
    left: 0;
    right: auto;
    transform: translate(0, -50%);
  }

  .kalles-caption--midle-right {
    top: 50%;
    right: 0;
    left: auto;
    transform: translate(0, -50%);
  }

  .kalles-caption-layout-01__subtitle {
    font-size: 18px;
  }

  .kalles-caption-layout-01__title {
    font-size: 55px;
    font-family: Poppins, sans-serif !important;
    text-transform: capitalize;
  }

  .type_slideshow button.kalles-caption-layout-01__button.slt4_btn,
  .type_slideshow a.kalles-caption-layout-01__button.slt4_btn {
    font-weight: 600;
    min-height: 40px;
    font-size: 14px;
  }

  .kalles-slide-element__pdb-600 {
    padding-top: 500px;
  }
}

@media (min-width: 1025px) {
  .kalles-slide-element__pdb-600 {
    padding-top: 600px;
  }
}

/**************************************************
* Quick shop
**************************************************/
.pt__127_6-percent,
.kalles-quick-shop .qs_img_i.nt_img_ratio {
  padding-top: 127.6595745%;
}

.kalles-quick-view-tpl .sp-pr-gallery__img .nt_bg_lz,
.nt_carousel_qv.equal_nt.ratio_img1 .nt_bg_lz {
  padding-top: 127.5862069%;
}

.nt_label,
.nt_label.on,
.qs_label.onsale {
  background-color: #ff4e00;
}

/**************************************************
* Megamenu
**************************************************/
.megamenu-content-650px {
  width: 650px !important;
}

.megamenu-content-950px {
  width: 950px !important;
}

.megamenu-content-1000px {
  width: 1000px !important;
}

.megamenu-content-1050px {
  width: 1050px !important;
}

.megamenu-content-1100px {
  width: 1100px !important;
}

.megamenu-content-1200px {
  width: 1200px !important;
}

.megamenu-content-750px {
  width: 750px;
}

.megamenu-content-700px {
  width: 700px;
}

.lbc_nav.lb_menu_hot {
  background-color: #ff3e11;
  color: #fff;
}

.kalles-rating-result {
  display: flex;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
}

.kalles-rating-result__pipe {
  display: flex;
}

.kalles-rating-result__start {
  display: inline-block;
  background-image: url(../images/active-start.svg);
  height: 13px;
  width: 13px;
}

.kalles-rating-result__start--big {
  height: 15px;
  width: 15px;
  background-size: contain;
}

.kalles-rating-result__start.active ~ .kalles-rating-result__start {
  background-image: url(../images/deactive-start.svg);
}

.kalles-rating-result__start + .kalles-rating-result__start {
  margin-inline-start: 2.5px;
}

.kalles-rating-result__number {
  margin-inline-start: 10px;
}

@media (min-width: 1025px) {
  .thumb_left .p-nav .flickity-slider,
  .thumb_left .p-nav .flickity-viewport,
  .thumb_right .p-nav .flickity-slider,
  .thumb_right .p-nav .flickity-viewport {
    -ms-transform: none !important;
    transform: none !important;
    overflow: visible !important;
    height: auto !important;
  }
}

.popup_prpr_wrap {
  max-width: 950px;
  margin: 30px auto;
  padding: 30px;
}

/****************************
* fix bugs reports
*****************************/
.kalles-section-pr_summary .product_title {
  font-size: 20px;
}

/* -----------------------------PRODUCT PAGE CSS---------------------------------------------- */
.ride {
  margin: 30px;
  width: 100%;
  max-width: 1150px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.headi {
  text-transform: uppercase;

  font-size: 14px;
  font-family: Poppins, sans-serif !important;
}

.colo {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif !important;
}

.anc {
  text-decoration: none;
  color: #bbb;
  font-family: Poppins, sans-serif !important;
}
.skky i {
  color: #fff;
  font-size: 25px;
}
.foote.skky button i {
  color: #fff !important;
  font-size: 25px;
}
button:hover i {
  color: #fff !important;
  font-size: 25px;
}
.shar a i {
  color: #000;
  font-size: 25px;
}
.arrt ul li {
  font-family: Poppins, sans-serif !important;
  font-size: 15px;
  font-weight: 400;
}
.stok p {
  font-family: Poppins, sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  color: #00730b;
}
.stok h5 {
  font-family: Poppins, sans-serif !important;
  font-size: 18px;
  font-weight: 400;
}
.ind {
  color: #00730b !important;
  font-weight: bold !important;
}
.prod {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background: linear-gradient(to bottom, #6bffc8 0%, #42c8cb 100%); */
  /* background: linear-gradient(to bottom, #e93761 0%, #e53d64 100%); */
  border-radius: 20px 20px 0 0;
  /* padding: 55px 0; */
  width: 100%;
  /* display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    border-radius: 20px 20px 0 0;
    padding: 55px 0;
    width: 100%; */
}
.product-pic {
  max-width: 100% !important;
  position: relative;
  left: 0;
  margin: 0px 0;
  /* filter: drop-shadow(-6px 40px 23px rgba(0, 0, 0, 0.5)); */
  height: 100% !important;
  width: 100% !important;
}
.prodte {
  padding: 40px;
  background-color: white;
  border-radius: 0 0 20px 20px;
  font-family: Poppins, sans-serif !important;
}
.prodte .title {
  /* text-transform: uppercase; */
  margin: 0;
  font-family: Poppins, sans-serif !important;
  font-size: 25px;
  font-weight: 600;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.prodte .colorCat {
  text-transform: uppercase;
  font-style: italic;
  color: #bbb;
  font-weight: 700;
  font-size: 14px;
}
.prodte .price {
  font-weight: 700;
  margin-top: 5px;
  font-size: 18px;
  font-family: Poppins, sans-serif !important;
}
.prodte .price .current {
  color: #fe6168;
  margin-left: 6px;
  font-family: Poppins, sans-serif !important;
  font-size: 22px;
  font-weight: 600;
}
.prodte .before {
  text-decoration: line-through;
  font-size: 23px;
  font-family: roboto;
  color: #222;
}
.prodte .heed {
  margin-bottom: 10px;
  position: relative;
  font-family: Poppins, sans-serif !important;
}
.prodte .arrt > h5 {
  font-family: Poppins, sans-serif !important;
  margin: 0;
}
.prodte .arrt > p {
  font-family: Poppins, sans-serif !important;
  color: #727476;
  margin: 0.5em 0;
  font-size: 14px;
  overflow-wrap: anywhere;
  line-height: 1.6;
  width: 90%;
}
.prodte .cont {
  font-family: Poppins, sans-serif !important;
  margin: 0em 0 1.2em;
}
.prodte .cont > skky {
  font-family: Poppins, sans-serif !important;
  padding-right: 15rem;
}
.prodte .cont .option {
  font-family: Poppins, sans-serif !important;
  margin-top: 12px;
  display: inline-block;
  position: relative;
}
.prodte .cont .option:hover {
  color: #444444;
}
.prodte .cont .option::before {
  content: "";
  position: absolute;
  border-width: 2px 2px 0 0;
  border-style: solid;
  top: 0;
  bottom: 0;
  height: 5px;
  width: 5px;
  right: -18px;
  margin: auto;
  transform: rotate(135deg);
}
.prodte .cont > skky + skky {
  font-family: Poppins, sans-serif !important;
  margin-top: 20px;
  flex: none;
  padding: 0px;
}
.prodte .cont .colo {
  font-family: Poppins, sans-serif !important;
  display: flex;
  margin: 15px 5px;
}
.prodte .color li + li {
  font-family: Poppins, sans-serif !important;
  margin-left: 15px;
}
.prodte .colors {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
}
.prodte .color-bdot1 {
  background-color: #59e8c8;
}
.prodte .color-bdot1:hover,
.prodte .color-bdot1.active {
  box-shadow: 0 0 0 3px white, 0 0 0 5px #59e8c8;
}
.prodte .color-bdot2 {
  background-color: #ffee71;
}
.prodte .color-bdot2:hover,
.prodte .color-bdot2 .active {
  box-shadow: 0 0 0 3px white, 0 0 0 5px #ffee71;
}
.prodte .color-bdot3 {
  background-color: #6654af;
}
.prodte .color-bdot3:hover,
.prodte .color-bdot3 .active {
  box-shadow: 0 0 0 3px white, 0 0 0 5px #6654af;
}
.prodte .color-bdot4 {
  background-color: #343434;
}
.prodte .color-bdot4:hover,
.prodte .color-bdot4 .active {
  box-shadow: 0 0 0 3px white, 0 0 0 5px #343434;
}
.prodte .color-bdot5 {
  background-color: #dfdfdf;
}
.prodte .color-bdot5:hover,
.prodte .color-bdot5 .active {
  box-shadow: 0 0 0 3px white, 0 0 0 5px #dfdfdf;
}
.prodte .rate {
  font-family: Poppins, sans-serif !important;
  position: static;
  margin-top: 10px;
}
.prodte .rate .anc {
  font-family: Poppins, sans-serif !important;
  font-size: 18px;
  color: #bbb;
}
.prodte .rate .anc.active,
.prodte .rate .anc:hover {
  color: #fe6067;
}

.dots {
  display: flex;
  margin-top: 40px;
}
.dots > .anc {
  background-color: #349a98;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
}
.dots > .anc:hover,
.dots > .anc.active {
  background-color: white;
}
.dots i {
  display: none;
}

.foote {
  font-family: Poppins, sans-serif !important;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}
.foote > button {
  font-family: Poppins, sans-serif !important;
  display: flex;
  border: 0;
  padding: 7px 16px;
  align-items: center;
  border-radius: 7px;
  cursor: pointer;
  background: #fb2a5b;
  /* box-shadow: 0 10px 30px 0 rgba(255, 136, 107, 0.7); */
  transition: 200ms;
}
/* .foote > button:hover {
  background: linear-gradient(to bottom, #ff4164 0%, #ff886b 100%);
} */
.foote > button > img {
  width: 31px;
}
.foote > button > span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 10px;
  color: white;
}
.foote > .anc img {
  width: 24px;
  opacity: 0.8;
}
.foote > .anc:hover img {
  opacity: 1;
}

.size {
  border: none;
  margin-top: 5px;
  color: #000;
  font-size: 15px;
  padding: 0px;
  padding-right: 1rem;
}
.movet {
  padding-right: 3rem;
}
.w-20 {
  width: 15% !important;
}
.total {
  background-color: whitesmoke;
  height: auto;
  margin: auto;
  /* display: flex; */
  color: #444444;
  padding-top: 5px;
  margin-top: 10px;
}
@media (min-width: 37.5em) {
  .prodte .rate {
    position: absolute;
    top: 12px;
    right: 10px;
    margin-top: 0;
  }
  .prodte .cont > skky.qty {
    width: 60px;
  }
  .prodte .cont > skky + skky {
    border-left: 2px solid rgba(187, 187, 187, 0.5);
    padding-left: 25px;
    padding-right: 25px;
    width: 100px;
    margin-top: 0;
  }
  .prodte .cont {
    display: flex;
  }
}
@media (min-width: 56.25em) {
  .ride {
    display: flex;
    flex-direction: row;
    align-items: normal;
    margin: auto;
  }

  .prod {
    border-radius: 20px 0 0 20px;
    max-width: 380px;
    background-color: #fff !important;
    padding: 5px 0px;
    min-height: 468px;
  }

  .product-pic {
    left: 0px;
    max-width: 100% !important;
  }

  .prodte {
    width: 100%;
    border-radius: 0 20px 20px 0;
  }
}
@media (min-width: 320px) and (max-width: 425px) {
  .prodte .title {
    font-size: 20px;
  }
}
/* ----------------------------cart page-------------------------------------------- */
.card h2 {
  font-family: Poppins, sans-serif !important;
  font-size: 17px;
  margin-top: 30px;
  font-weight: 600;
}
.iion {
  color: #2874f0;
  font-size: 20px;
  /* margin-left: 7rem; */
}
li#delivery_search {
  background-color: #fb2b5c;
  color: white;
  font-size: 10px;
}

.cart li {
  display: inline-block;
  font-family: Poppins, sans-serif !important;
  color: #878787;
  font-weight: 600;
  font-size: 13px;
  margin-top: 30px;
}
.cart li input {
  font-family: Poppins, sans-serif !important;
  height: 1.9rem;
  /* margin-top: 12px; */
  border-radius: 5px 0px 0px 5px !important;
  border-color: #000 !important;
  color: #878787 !important;
  padding: 0px 0px 0px 9px !important;
}
.cart li input::after .sear_icon {
}
.bdr {
  width: 97%;
  height: 1px;
  background-color: #d1c9c9;
  margin: 15px 0px;
}

.small-box img {
  width: 65%;
  border-radius: 5px;
}
.waist li {
  font-family: Poppins, sans-serif !important;
  color: #878787;
  font-weight: 600;
  list-style: none;
  font-size: 1rem;
  margin-top: 7px;
}
.waist1 li {
  font-family: Poppins, sans-serif !important;
  color: #8f8d8d;
  font-weight: 500;
  list-style: none;
  font-size: 0.9rem;
  margin-top: 7px;
}
.ind1 {
  color: #00730b;
  font-size: 0.8rem;
}
.ind2 {
  color: #fb2b5c;
  font-size: 0.8rem;
}
.plac {
  /* margin-top: 40px; */
  /* margin-bottom: 50px; */
  margin: 20px auto;
  width: 200px;
  padding: 0px;
}

.incre {
}
.incre button a {
  text-decoration: none;
  color: #fff;
}

.incre button {
  font-weight: bold;
  font-size: 12px;
  border: none;
  background: none;
  margin-left: 10px;
  background-color: #fb2a5b;
  color: white !important;
  border-radius: 5px;
}

.incre input {
  width: 6%;
  margin-left: 4px;
  padding: 0px 0px 0px 12px !important;
  color: #000 !important;
  border-radius: 5px !important;
  border-color: black !important;
}
.detai {
  border-radius: 5px;
}
.del thead {
  border-bottom: 1px solid gray;
}
.detai tr th {
  font-family: Poppins, sans-serif !important;
  border: none;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding-left: 0rem;
  text-align: center;
}
.billing-addrss .detai tr th,
.billing-addrss .detai tr td {
  color: #fff !important;
}
.billing-addrss .detai tr td {
  border-bottom: 1px solid #eee !important;
  padding-top: 15px !important;
  padding-bottom: 15px;
}
.detai tr td {
  font-family: Poppins, sans-serif !important;
  border: none;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
  width: 65%;
  border-bottom: 1px solid #c6c4c4;
}
.detai tr td p {
  font-family: Poppins, sans-serif !important;
  border: none;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.del {
  height: auto;
  /* margin-top: 60px; */
  box-shadow: 3px 2px 6px 2px rgb(0 0 0 / 20%);
  border-radius: 5px;
}
@media (min-width: 320px) and (max-width: 425px) {
  .iion {
    margin-left: 0rem;
  }
  .cart li input {
    height: 1.8rem;
    margin-left: 30px;
  }
  .incre button {
    margin-left: 0px;
    background-color: #ef2655;
    color: #fff;
    margin-top: 10px;
    border-radius: 4px;
    padding: 6px 19px;
  }
  .plac {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .incre input {
    width: 14%;
    margin-left: 4px;
    padding: 1px 9px;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  .incre button {
    margin-left: 10px;
  }
  .detai tr th {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol" !important;
    border: none;
    padding-left: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .card h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol" !important;
    font-size: 18px;
  }
  .iion {
    color: #2874f0;
    font-size: 20px;
    margin-left: 3rem;
  }
}

span.dropdown:hover ul.dropdown-menu {
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  /*left: -100px !important;*/
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 25px;
  /* margin: 1.125rem 0 0; */
  font-size: 1rem;
  color: #212529;
  text-align: center !important;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.wh-200 {
  width: 100%;
  height: 200px;
  object-fit: contain;
  /* border-radius: 5px; */
}
.mt-100 {
  margin-top: 80px;
}
.mb-100 {
  margin-bottom: 80px;
}
.pd-25-15 {
  padding: 25px 15px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.bg-gray {
  background: light-gray !important;
}
.br-btm {
  border-bottom: lightgray 2px solid;
}
.sh-btn {
  width: 120px;
  margin: 0px auto;
}
.card-div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: lightgray;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
/* Check out page*************************************************************************************************************************************************/

label {
  color: black !important;
  font-weight: 500;
  font-size: 1.2em;
}
.page-head {
  padding: 25px 0;
  color: #ededed;
}
select {
  border-radius: 10px !important;
}
textarea {
  overflow: auto;
  padding: 10px 15px;
  min-height: 68px !important;
}
.checkimg {
  width: 25%;
  border-radius: 5px;
  margin-left: 6%;
}
p.\31 itm {
  color: black;
  font-size: 1.4em;
  margin-left: 2em;
  margin-top: 0.3em;
}
p.Editt {
  color: black;
  font-size: 1.4em;
  margin-top: 0.3em;
  float: right;
  margin-right: 3em;
}
.mains {
  display: flex;
}
.row.\31 it {
  border-bottom: 1px solid;
  width: 100%;
  margin-left: 0em;
}
.checki li {
  list-style: none;
  margin-left: 20px;
  color: #000;
  margin-top: 10px;
}
.lin {
  background-color: #dddcdc;
  width: 94%;
  height: 1px;
  margin-left: 3%;
  margin-bottom: 20px;
}
.col-6.\31 it {
  margin-bottom: -21px;
}
.check-total li {
  color: #000;
  font-weight: 500;
  list-style: none;
  margin-left: 1.8em;
  margin-top: 18px;
  font-size: 18px;
}
.check-amount li {
  color: #000;
  font-weight: 500;
  list-style: none;
  margin-left: 12.8em;
  margin-top: 18px;
  font-size: 18px;
}
li.totalto {
  margin-bottom: 20px;
}
li.payment_method {
  list-style: none;
}
.button.button_primary {
  background-color: var(--main-color);
  color: #fff !important;
  border-color: var(--main-color);
  margin-top: 35px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 375px) {
  .check-amount li {
    color: #000;
    font-weight: 500;
    list-style: none;
    margin-left: 2.8em;
    margin-top: 18px;
    font-size: 18px;
  }
}
@media only screen and (min-device-width: 376px) and (max-device-width: 425px) {
  .check-amount li {
    color: #000;
    font-weight: 500;
    list-style: none;
    margin-left: 5.8em;
    margin-top: 18px;
    font-size: 18px;
  }
}
@media only screen and (min-device-width: 426px) and (max-device-width: 768px) {
  .check-amount li {
    color: #000;
    font-weight: 500;
    list-style: none;
    margin-left: 5.8em;
    margin-top: 18px;
    font-size: 18px;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
  .check-amount li {
    color: #000;
    font-weight: 500;
    list-style: none;
    margin-left: 10.8em;
    margin-top: 18px;
    font-size: 18px;
  }
}
/* ***********************************COUPONS************************************************8 */
.menuone {
  margin: 0;
  display: flex;
  list-style: none;
}
.menuone a {
  position: relative;
  z-index: 2;
  display: block;
  letter-spacing: 0.01rem;
  /* padding: 1rem 1rem; */
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  transition: 0.2s;
  color: #000 !important;
}
.menuone a:hover {
  color: #f82b5b !important;
}
.menuone a:hover .icon {
  fill: #fff;
}

.dropdown > a {
  display: flex;
  align-items: center;
}
.dropdown > a .icon {
  margin-left: 0.25em;
}

.dropdown:hover .dropdown-nav {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.flickity-button {
  width: 40px;
}

.dropdown-nav {
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1),
    opacity 0.3s ease-in-out;
  transform: translateY(-4rem);
  list-style: none;
  /* margin: 0; */
  /* padding: 0; */
  position: absolute;
  z-index: 1;
  background: rgb(248 230 230);
  width: 12em;
  height: 19em;
  overflow-y: scroll;
}
.dropdown-nav a {
  font-weight: 400;
  font-size: 14px;
}
.dropdown-nav a:hover {
  color: #fff !important;
}
/* ****************************couponspages********************************************** */
.coupon {
  background-color: #e9ebee;
}
.headd {
  border-radius: 3px;
  overflow: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  height: 4em;
  width: 100%;
  background-color: #fff;
  margin-top: 2em;
}
.headd ul li {
  list-style: none;
  text-align: center;
}
.headd ul li a {
  font-family: Poppins, sans-serif !important;
  font-size: 2em;
  font-weight: 600;
  color: #000;
}
.coupo {
  color: #de5b82 !important;
}
.partone {
  background-color: #fff;
  /* height: 14em; */
  /* margin-bottom: 3em; */
  padding: 25px;
}

.amaz {
  margin-top: 45px;
}
.ribbon-wrapper {
  position: absolute;
  top: -25px;
  right: -24px;
  overflow: hidden;
  width: 83px;
  height: 85px;
}

.ribbon {
  font-size: 10px;
  position: relative;
  top: 17px;
  left: -8px;
  width: 120px;
  padding: 1px;
  color: #fff;
  text-align: center;
  background-color: #ff3100;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.contentin {
  margin-top: 1.8em;
}
.contentin li {
  list-style: none;
  display: inline-block;
  font-size: 15px;
  font-family: Poppins, sans-serif !important;
}
.contentin h3 {
  display: inline-block;
  font-size: 1em;
  font-family: Poppins, sans-serif !important;
  margin-left: 5px;
}
.contentin p {
  font-family: Poppins, sans-serif !important;
  font-size: 1em;
  color: #000;
  font-weight: 600;
}
.check {
  color: #fb295a;
}
.btn_shows {
  width: 50%;
  margin: 0 auto;
}
.btn_shows button {
  width: 70%;
  margin: 0 auto;
  background-color: #fed4dd;
  border: navajowhite;
  border-radius: 50px;
}
.btn_shows button:hover {
  background-color: #f92b5b;
  color: #fed4de;
}
.start {
  margin-top: 2em;
}
.mail {
  padding: 0px 0px;
}
.mail h4 {
  font-family: Poppins, sans-serif !important;
  font-weight: 600;
  color: #000;
  text-align: center;
  border-bottom: 2px solid #d8cece;
}

.mail p {
  font-family: Poppins, sans-serif !important;
  font-size: 1.1em;
  text-align: center;
  color: #535252;
  font-weight: 600;
}
.mail input {
  height: 3.1em;
  width: 100%;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-color: #000 !important;
  margin-left: 1.3em;
  margin-bottom: 25px;
}
.mail button {
  width: 85%;
  font-size: 13px;
  margin: 0px;
  padding: 0px 0px !important;
  border-radius: inherit;
  border-color: #000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.mail button a {
}
.drop {
}
.drop button:hover .drop button {
  color: #fff;
}
.drop button {
  width: 100%;
  border-radius: 10px;
}
.drop button a:hover {
  color: #fff;
}
/************************************PROFILE-page*****************************************/
.main-pro {
  margin: 20px;
  height: auto;
}
.headthree h3 {
  margin: 12px;
  font-size: 25px;
  color: #000;
  font-weight: bold;
}
.btn-edit {
  background-color: #eaeaea;
}
.btn-edit1 {
  display: inline-block;
}
.btn-edit1 button {
  margin: 12px;
  border: none;
  background-color: #df2953;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 17px;
  border-radius: 3px;
}
button.ml-8 {
  margin-left: 25rem;
}
.col-md-9.col-lg-9.col-xl-9.headthree {
  background-color: #eaeaea;
}
label.fw-900.fw-500 {
  padding-top: 30px;
}

input.form-control.frm-input {
  background-color: #eaeaea;
}

.query-effec {
  display: none;
}
#editable {
}
.about-list .media {
  padding: 7px 0;
}
.about-list label {
  color: #20247b;
  font-weight: 600;
  width: 50%;
  margin: 0;
  position: relative;
  font-size: 17px;
}
.about-list p {
  margin: 0;
  font-size: 15px;
}
.about-text h3 {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 6px;
  margin-top: 27px;
  display: inline-block;
}
.card-heading {
  border-bottom: 1px solid lightgray;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 7px 0px;
}
.icon-sear li {
  background-color: #c6bc18;
  list-style: none;
  display: inline-block;
  padding: 7px 13px;
  color: white;
  border-radius: 2px;
  margin-top: 29px !important;
}
.icon-sear li a {
  color: white;
  font-size: 15px;
}
.avatar {
  margin-top: 60px;
}
.pro_file {
  margin-bottom: 3em;
  margin-top: 64px;
}
.acc_nt h2 {
  font-family: Poppins, sans-serif !important;
  font-size: 1.8em;
  margin: 0px;
}
.over_view {
  border-bottom: 1px solid #c9c7c7;
  margin-top: 1em;
}
.over_view h3 {
  font-family: Poppins, sans-serif !important;
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 0.7em;
}
.over_view li {
  font-family: Poppins, sans-serif !important;
  margin-bottom: 0.7em;
  list-style: none;
}
.over_view li a {
  font-size: 1.2em;
  color: #000;
}
.over_view li a:hover {
  color: #f92a5a !important;
}
label.fw-900.fw-500.gender {
  display: block;
}
label.mal {
  margin-top: 1em;
  margin-left: 0.7em;
}
input.frm-input.rad {
  margin-left: 1em;
}
h3.over {
  margin-top: 3em;
}
.btn-sub {
  width: 18%;
  margin: 0px auto;
}
.btn-sub button {
  width: 100%;
  margin-top: 1em;
}
/* incease decrease */
.inc_dec {
  width: 300px;
}

.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 8px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

.inc_dec #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

.inc_dec #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

.inc_dec #input-wrap {
  margin: 0px;
  padding: 0px;
}

.inc_dec input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 40px;
}

.inc_dec input[type="number"]::-webkit-inner-spin-button,
.inc_dec input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* }*********************************************** */
.img_wat {
}
.item_ord h3 {
  font-family: Poppins, sans-serif !important;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 20px;
}
.order-sec {
  margin-bottom: 15px;
}
.order-disp {
  font-family: Poppins, sans-serif !important;
}
.order-disp p {
  font-family: Poppins, sans-serif !important;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.order-disp li {
  font-family: Poppins, sans-serif !important;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.or_rec {
  font-weight: 600;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #de5b82 !important;
}
.nav-link:focus,
.nav-link:hover {
  color: rgb(48, 236, 11);
}
.nav-pills .nav-link {
  color: #000 !important;
}
.btn-del {
  width: 23%;
  margin: 0px auto;
}
.btn-rept {
  width: 45%;
  margin: 0px auto;
}
.btn-rept button {
}
.over_flow {
  width: 100%;
  height: 450px;
  overflow-x: hidden;
}
.li-none {
  list-style: none;
}
.txt-center {
  text-align: center;
}
.mt-150 {
  margin-top: 150px;
}
/* .mt-130 {
  margin-top: 130px;
} */
.mt-20 {
  margin-top: 20px;
}
.mb-100 {
  margin-bottom: 80px;
}
.mr-20 {
  margin-right: 20px;
}
.mt-111 {
  margin-top: 110px;
}
/* .mini_cart_wrap {
  margin-top: 56px;
} */
.pb-50 {
  padding-bottom: 50px;
}
.p-10 {
  padding: 10px;
}
.coupon-card {
  width: 200px;
  text-align: center;
  margin: 0px auto;
  background: wheat;
  padding: 10px 0px;
  border: 2px dashed orangered;
}
.ad-sty {
  list-style: none;
  line-height: 30px;
}
.pd-20 {
  padding: 20px;
}
.br {
  border-radius: 10px !important;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
  background: #123666 !important;
  margin-bottom: 10px;
  color: #fff !important;
  padding: 12px 10px !important;
  /* height: 54px !important; */
  height: 41px !important;
  line-height: 0px;
  font-weight: 400;
  font-size: 17px;
}
.pd-30 {
  padding: 30px;
}
.but {
  border: none;
  background: #fff;
  color: #222;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
}
.but:hover {
  background-color: none !important;
  color: black;
}
.bt-mr {
  width: 80px;
  margin: 0px auto;
}
.close {
  color: orangered !important;
}
.card1 {
  position: relative;
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  /* display: flex; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
/* .store_product {
  box-shadow: 3px 2px 6px 2px rgb(0 0 0 / 20%);
  border-radius: 5px !important;
} */
.mt-cop_sing {
  margin-top: 10rem;
}
.forum_btn {
  padding: 5px 8px;
  border-radius: 5px;
}
.top_span {
  color: #de5b82 !important;
  font-size: 1.1em;
  font-weight: 600;
}
.nav_ul {
  margin: 0px !important;
}
span.mob_quick {
  background: #fff;
  color: #000;
  padding: 6px 29px;
  border-radius: 55px;
  transition: all 0.3s ease-in;
}
span.mob_quick:hover {
  background: #000;
  color: #fff;
  transition: all 0.3s ease-in;
}
.product-images.pr.oh {
  height: 350px;
  top: 100px;
}
.view_button_single {
  margin-top: 20px;
  color: #ffff;
  background-color: #fb2a5b;
  border-radius: 50px !important;
  margin-bottom: 10px;
}
.single_pr_discrip {
  font-size: 1em;
}
.descri_cont {
  color: #878787 !important;
}
.minus_pro {
  border: none;
  color: #000;
  font-size: 17px;
  font-weight: 800;
  padding: 0px 15px;
}
.minus_pro:hover {
  background: none !important;
  border: none;
  color: #000 !important;
}
/* .btn_brd::before{
  content: "";
position: relative;
    width: 16px;
    height: 16px;
    
    border: 1px solid #000;    
    padding: 14px 57px;
    top: 62px;
    border-radius: 65px;
} */
.pro_num {
  padding: 0px 0px 0px 8px !important;
  color: #000 !important;
  border: none !important;
}
.quantity_btn {
}
.btn_cart_search {
  padding: 0px 4px !important;
  border: 1px solid #000 !important;
  font-size: 15px !important;
  background: #fb2a5b;
  color: #fff !important;
  border-radius: 0px 55px 55px 0px !important;
}
.input-group-append {
  height: 30px;
  margin-top: 12px;
}
.btn_cart_search:hover {
  /* background: none !important;
border: none; */
  color: #fdd4de;
}
.input_add {
  margin-top: 0px !important;
}
.btn_cart_add {
  padding: 0px 15px !important;
  border: 1px solid #000 !important;
  font-size: 15px !important;
  background: #fb2a5b;
  color: #fff !important;
  border-radius: 0px 5px 5px 0px !important;
}
.add_input input {
  border: 1px solid #000 !important;
  border-radius: 5px 0px 0px 5px !important;
  padding: 0px 0px 0px 15px !important;
  height: 35px;
}
.price_head {
  border: none !important;
  text-align: center;
  font-weight: 700 !important;
  font-size: 18px;
  position: relative;
  left: 25px;
  color: #de5b82 !important;
}
.search_pin {
}
.search_pin input {
}
.icon {
  background: #fb2a5b;
  padding: 4px 8px;
  border-radius: 0px 5px 5px 0px;
}
.shop_cart {
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 8px 0px;
  background: transparent;
  color: white;
  min-width: 35px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}
.add_icon {
  padding: 6.5px 0px !important;
}
.input_searchli {
}
.delivery {
}
/* *********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************Responsive    *****************************************************************************************************************************************************************************************************************Home********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************** */
@media only screen and (min-width: 320px) and (max-width: 1100px) {
  #info-head {
    display: none;
  }
  .fl_center {
    padding: 0px 0px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  .header__mid .css_h_se {
    min-height: 70px;
    padding-right: 20px;
  }
  /* .is-selected .img_tran_ef.lazyloaded {
    margin-top: 70px;
    height: 190px;
  } */
  /* .type_slideshow .flickity-page-dots .dot,
  .type_banner_collection .flickity-page-dots .dot {
    display: none;
  } */
  .type_slideshow button.kalles-caption-layout-01__button.slt4_btn,
  .type_slideshow a.kalles-caption-layout-01__button.slt4_btn {
    min-height: 25px;
    font-size: 12px !important;
    color: #ffffff;
    min-width: 95px;
    padding: 6px 18px;
  }
  .kalles-caption-layout-01__title {
    font-size: 20px;
  }
  .mt__40 {
    margin-top: 10px;
  }
  /* .mt-100 {
    margin-top: 20px;
} */
  /* .mt-111 {
    margin-top: 74px;
}
    */
  .detai tr th {
    padding-left: 6rem !important;
    font-size: 15px !important;
  }
  .padding-product {
    padding: 14px !important ;
  }
}
@media only screen and (max-width: 768px) {
  .mt-111 {
    margin-top: 74px;
  }
  .mt-100 {
    margin-top: 20px;
  }
  .mb-100 {
    margin-bottom: 20px;
  }
  .mt-cop_sing {
    margin-top: 5rem;
    padding-bottom: 3rem;
  }
  .btn_shows button {
    width: 90%;
    margin: 0 auto;
    background-color: #fed4dd;
    border: navajowhite;
    border-radius: 50px;
  }
  .btn_shows {
    width: 80%;
    margin: 0 auto;
  }
  .partone {
    margin: 0em 1px !important;
    padding: 0px;
    padding-bottom: 20px;
  }

  p.copy_right {
    font-size: 12px;
  }
  .mt-150 {
    margin-top: 75px;
  }
  .pr_grid_item .product-image .hover_button {
    display: block;
  }
  .hover_button .pr_atc {
    font-size: 0;
    /* margin: 0; */
    box-shadow: none;
    padding: 6px 9px;
    background: #ef2655;
    position: relative;
    left: 2px;
    top: 2px;
    font-size: 0px;
    color: #fff;
    width: 36%;
  }

  span.mob_quick {
    background: #fff;
    color: #000;
    padding: 5px 7px !important;
    font-size: 13px !important;
  }
  .width95 {
    width: 52% !important;
  }
  .btn-del {
    width: 36% !important;
  }
}
@media only screen and (max-width: 600px) {
  select.size {
    /* width: 60px !important; */
  }
  .footer__top_wrap {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 540px) {
  .last-full-cloths .nt_bg_lz,
  .pr_lazy_img,
  .equal_nt .nt_bg_lz {
    min-height: 170px !important;
  }
  .nt_pr .product-info .price {
    font-size: 12px;
  }
  .col-md-2.mt__30 {
    margin-top: 13px;
  }
}
@media only screen and (max-width: 425px) {
  .ribbon {
    display: none;
  }
  .forum_cont {
    font-size: 1.1em;
  }
  .delivery {
    display: none !important;
  }
  .input_searchli {
    margin-left: 0px !important;
  }
  .cart li {
    margin-top: 10px;
  }
  /* .page-head {
    margin-top: 73px;
  } */
  .contact-content h3 {
    font-size: 20px !important;
  }
  .contact-form h3 {
    font-size: 20px !important;
  }
  .contact-form label {
    font-size: 13px !important;
  }
  #nt_wrapper h1,
  h2 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .btn-del {
    width: 52%;
  }
  .card br {
    margin-bottom: 20px !important;
  }
  .br {
    margin-bottom: 10px;
  }
  .checkout-section__title,
  .order-review__title {
    font-size: 17px !important;
  }
  .checkout-section__field label {
    font-size: 14px;
  }
  .product-title {
    min-height: 30px !important;
  }
}
@media only screen and (max-width: 360px) {
  .hover_button .nt_add_qv i,
  .hover_button .pr_atc i {
    font-size: 12px !important;
  }
  .hover_button .nt_add_qv,
  .hover_button .pr_atc {
    width: 55px !important;
  }
}
@media only screen and (max-width: 1024px) {
  /* .page-head {
    margin-top: 73px;
  } */
  /* #nt_wrapper {
    padding-top: 68px;
  } */
  .card br {
    margin-bottom: 20px;
  }
  .mt-130 {
    margin-top: 0px !important;
  }
  .mt-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (min-width: 748px) and (max-width: 1024px) {
  .mt10 {
    margin-top: 20px !important;
  }
}
.ds-block {
  display: block !important;
}
.dropdown-menu li a {
  text-decoration: none;
  font-weight: 600;
  color: black;
}
.nt_menu li a {
  text-decoration: none;
}

.pd-50 {
  padding: 50px;
}
.mt-120 {
  margin-top: 120px;
}
.txt-justify {
  text-align: justify;
}
.lh-30 {
  line-height: 30px;
}
.btn-bery {
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.cart-cd {
  margin-left: 10px;
  padding: 10px;
  border-radius: 10px;
}
.item {
  height: 200px;
}
.cart_ac_remove1 {
  margin-right: 10px;
  float: right;
}
.product-image.position-relative.oh.lazyloaded {
  border-radius: 10px 10px 0px 0px;
}
.product-inner.pr {
  background: #fff;
  border-radius: 5px 5px;
}
.product-info {
  padding: 0px 10px 15px;
}
.product-image.pr.oh {
  border-radius: 10px 10px 0px 0px;
}
.product.nt_pr {
  padding: 0px 10px !important;
}
.post-content {
  text-align: left;
  max-height: 74px !important;
  overflow: hidden !important;
}
p.mg__0 {
  color: white;
}
.mt-10 {
  margin: 10px 0px;
}
.wrap_title.des_title_2 {
  margin-bottom: 25px;
}
.shop_cart {
  color: #de5b82;
}
.mt-105 {
  margin-top: 105px;
}
button:hover {
}
.button-modified {
  width: auto;
}
.color-head {
  color: #fb2756 !important;
}
.margin-button {
  margin-bottom: 25px !important;
  height: 46px !important;
}
.img_wat {
  height: 200px;
  width: 86%;
}
.item1 {
  height: 400px;
  border-radius: 50px 0px 0px 50px;
  width: 100% !important;
}
.badge-secondary {
  color: #fff;
  margin-left: 5px;
  background-color: #de5b82 !important;
}
.badge-second {
  color: #fff;
  margin-left: 5px;
  background-color: #de5b82 !important;
}
a:hover {
  text-decoration: none !important;
  color: #de5b82 !important;
}
.del-1,
.del-1:hover {
  background: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 50px;
  color: red;
}
.bc-prt {
  background: #fff !important;
  border: none !important;
  border-radius: 25px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  margin-right: 35px;
  color: #de5b82 !important;
}
.bg-c {
  background-size: cover;
}
.pd-100 {
  padding: 100px 0px;
}
.fc {
  margin-bottom: 15px;
  border-radius: 10px !important;
  padding: 10px !important;
}
.fc-p {
  margin: 0px 10px;
}

.fc-p ::after {
  position: absolute;
  border: 2px solid gray;
  width: 25%;
  top: 20px;
  content: "";
}
.pd-20 {
  padding: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.pd-10 {
  padding: 10px;
}
.b-sub {
  width: 100px;
  margin: 10px auto;
}
.p-hd {
  font-size: 17px;
  font-weight: 600;
}
.pd-t-25 {
  padding-top: 25px;
}
.pd-b-50 {
  padding-bottom: 50px;
}
body .bt-sub {
  background: #de5b82 !important;
  border: none !important;
  border-radius: 25px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 10px 37px !important;
  width: auto;
  color: #fff !important;
}
.bx-sd {
  box-shadow: 5px 5px 8px rgb(211 211 211 / 50%) !important;
}
.cl-red {
  color: red;
}
div#search-pref {
  padding: 20px;
  height: 350px;
  overflow-y: auto;
}
p.search-content {
  color: #000;
  margin-bottom: 5px;
  font-size: 13px;
}

.bd_sty {
  text-align: center;
  margin-top: 10px;
  text-transform: capitalize;
  font-family: Poppins, sans-serif !important;
}
.off-img {
  display: block;
  margin: 10px auto;
}
.mt-180 {
  margin-top: 180px;
}
.mb-50 {
  margin-bottom: 50px;
}
.nt_menu .sub-menu .sub-column-item ::-webkit-scrollbar {
  width: 5px;
}
.bc-ckt {
  background: #de5b82 !important;
  border: none !important;
  border-radius: 5px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  width: 200px;
}
.single_add_to_cart_button:hover {
  background: #de5b82 !important;
  border: none !important;
  color: white !important;
}
.bt-cl {
  background: #de5b82 !important;
  border: none !important;
  border-radius: 5px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: white !important;
  width: 100px;
}
@media (min-width: 319px) and (max-width: 520px) {
  .pd-100 {
    padding: 20px 0px;
  }
  .btn-sub {
    width: 50%;
    margin: 0px auto;
  }
  .nt_fk_canvas {
    width: 250px;
  }
}
@media (min-width: 319px) and (max-width: 375px) {
  button.ml-8 {
    margin-left: 13rem;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  button.ml-8 {
    margin-left: 17rem;
  }
}
.b-par {
  color: #fa2757 !important;
  font-weight: 700;
}
.d-flex {
  display: flex;
  /* justify-content: space-between; */
  font-weight: bolder;
  color: #123666;
}
.pd-15 {
  padding: 15px;
}
.error_message {
  color: red;
  font-size: 13px;
}
.jus-space-btw {
  justify-content: space-between;
}
/* --------otp------------------ */
.card-otp {
  width: 350px;
  padding: 10px;
  border-radius: 20px;
  background: #d4efdf;
  border: none;
  position: relative;
}
.container-otp {
  height: 100vh;
}
.mobile-text {
  color: #cd5c5c;
  font-size: 15px;
}
.form-control-otp {
  margin-right: 12px;
}
.form-control-otp:focus {
  color: #495057;
  background-color: #d4efdf;
  border-color: #c0392b;
  outline: 0;
  box-shadow: none;
}
.cursor {
  cursor: pointer;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-200 {
  margin-top: 200px;
}
/* ---------otp end------------ */
/* .forgot{
  
} */

.all_store_out h4 {
  font-size: 16px;
  line-height: 30px;
}

.footer-contact img {
  width: 120px;
  margin-bottom: 0px !important;
}

@media screen and (max-width: 992px) {
  .w__100px,
  .w__100.logo_mobile,
  .w__100.logo_sticky {
    width: 80px !important;
  }
  .kalles-slide-element__pdb-600 {
    padding-top: 350px;
  }
  .kalles-caption-layout-01__title {
    font-size: 40px !important;
  }
  .trend-btn .products-footer {
    position: static !important;
    /* display: none !important; */
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 100% !important;
  }
  .cat_space_30 .cat_space_item {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 17px;
  }
  .trending-btnn.trend-btn .products-footer {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .kalles-caption-layout-01__title {
    font-size: 40px !important;
  }
  .nt_section.type_featured_collection {
    padding-left: 2px !important;
    padding-left: 2px !important;
  }
  .dis-none {
    display: none !important;
  }
  table td {
    float: left;
    width: 100% !important;
  }
  .d-flex.crt-qunty {
    width: 150px !important;
  }
  .plac {
    margin-top: 20px !important;
  }
  body .billing-addrss .col-6 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .trending_ot {
    padding: 20px 0px !important;
  }
  .mb__80 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 540px) {
  .foote.skky button {
    width: 100%;
    text-align: center !important;
    display: flex;
    justify-content: center;
    border-radius: 50px !important;
    padding: 7px 0px;
  }
  .foote.skky button i {
    color: #fff !important;
    font-size: 18px;
  }
  .foote > button > span {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 10px;
    color: white;
  }
  /* .nt_cats_holder .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
  } */
  .mini_cart_content .mini_cart_item {
    flex-direction: column;
  }
  .mini_cart_title {
    line-height: 20px;
    margin-top: 20px;
  }
  button.btn.cart_ac_remove1 {
    margin-top: 10px;
  }
  .mini_cart_actions .quantity {
    min-width: 150px;
    width: 120px;
    height: 40px;
    border: 1px solid #222;
    text-align: center;
    border-radius: 40px;
    display: block;
    margin-bottom: 15px;
  }
  .kalles-caption-layout-01__title {
    font-size: 30px !important;
  }
  .kalles-caption-layout-01__title {
    font-size: 30px !important;
  }
  .cat_size_4.cat_space_30 .cat_grid_item_1 .cat_grid_item__overlay {
    padding-top: 140% !important;
  }
  .hover_button .nt_add_qv,
  .hover_button .pr_atc {
    width: 58px !important;
  }

  .hover_button .nt_add_qv i,
  .hover_button .pr_atc i {
    font-size: 14px !important;
    color: #fff !important;
  }

  .type_slideshow .flickity-page-dots,
  .type_banner_collection .flickity-page-dots {
    bottom: 25px !important;
  }
  .product.nt_pr {
    padding: 0px 5px !important;
  }
  .nt_section.type_featured_collection {
    padding-top: 15px !important;
    padding-bottom: 25px !important;
  }
  .mb__60 {
    margin-bottom: 40px !important;
  }
  .mt__60 {
    margin-top: 40px !important;
  }
  body .cart-inner,
  body .billing-addrss {
    padding: 30px 15px !important;
  }
  .plac {
    margin-top: 0px !important;
  }
  .cart-si-left a.button {
    padding: 6px 20px !important;
    font-size: 10px !important;
  }
}

@media screen and (max-width: 480px) {
  .cat_grid_item__wrapper .cat_grid_item__title {
    font-size: 12px !important ;
  }
  .cat_design_1 .cat_grid_item__wrapper,
  .cat_design_4 .cat_grid_item__wrapper,
  .cat_design_6 .cat_grid_item__wrapper,
  .cat_design_7 .cat_grid_item__wrapper {
    /* min-width: 145px !important; */
  }
  body .cart-inner,
  body .billing-addrss {
    padding: 20px 10px !important;
  }
  .d-flex.crt-qunty {
    width: 100px !important;
  }
  .mini_search_frm {
    padding-top: 0px !important;
  }
}

.btn {
  padding: 0.375rem 1.5rem !important;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.sub-menu .flickity-slider .card {
  border: none !important;
  width: auto !important;
  height: auto;
}
.sub-menu .flickity-slider .card img {
  border: none !important;
  width: 120px !important;
  height: 120px !important;
  border-radius: 100px !important;
  object-fit: cover !important;
}

.col-auto.icon.medium.csi {
  width: 36px;
}

.header-text img {
  width: 36px;
  margin-right: 10px;
}

.profile-main {
  background: #fff;
  padding: 15px 40px;
}

.over_view h5 {
  font-size: 20px;
  margin-bottom: 0px !important;
  padding-bottom: 10px;
}

.infor-out.header-text img {
  width: 18px;
  margin-right: 0px;
}
.infor-out.header-text a {
  margin-right: 10px !important;
}

.nt_single_blog .col-md-8 img {
  height: 415px;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}
.offr_txt h4 {
  margin-top: 10px !important;
}
/* .blog-item{
  background: #fff;
    border-radius: 15px;
    transition: 0.3s;
    padding: 30px;
    box-shadow: 15px 15px 30px rgb(0 0 1 / 5%);
} */

.recent-posts {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
}
.recent-posts .recent-post-widget {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.recent-posts .title {
  font-size: 20px !important;
  line-height: 26px;
  font-weight: 500;
  color: #19082d;
  margin: 0;
}
.recent-posts .recent-post-widget .post-img {
  width: 100px;
  float: left;
  padding-right: 15px;
}
.post-desc .date-post {
  display: block;
  font-size: 14px;
  color: #3e3e3e;
  margin-bottom: 5px;
}
.recent-posts .recent-post-widget .post-img img {
  width: 100%;
  border-radius: 5px;
  height: 82px;
  margin-top: 0;
  object-fit: cover;
}
.post-desc a {
  color: #123666;
}
.menu_footer ul.menu li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #de5b82 !important;
  left: -2px;
  top: 12px;
  transform: rotate(45deg);
}
.menu_footer ul.menu li {
  position: relative;
  padding-left: 15px;
}
.forum-main {
  box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
}
.form-single-out {
  background: #fff;
}
.card-divv {
  background: #fff;
  padding: 30px 10px 10px;
}
.card-divv,
.cardd {
  background: #fff;
  padding: 30px 30px 10px;
}
.card-divv .col-md-12 {
  padding: 0px !important;
}
.cardd {
  min-height: 380px;
}
input:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
button.forum_btn {
  border-radius: 100px !important;
  padding: 7px 34px !important;
  background: #de5b82 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 500 !important;
  font-size: 16px;
}
table td {
  font-size: 0.875rem;
  vertical-align: middle;
  padding: 0.5rem 1rem;
}
.swal2-title {
  font-size: 22px !important;
  font-weight: 500 !important;
  text-transform: capitalize;
}
.swal2-confirm {
  background: #de5b82 !important;
  padding: 10px 23px;
  color: #fff !important;
}
.cart-inner {
  background-color: #fff !important;
  padding: 30px !important;
}
.col-md-12.cart-cd table tr td img {
  width: 75px;
  height: 75px;
  object-fit: cover;
}
div#swal2-html-container {
  margin-top: 5px;
  font-size: 14px;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 1px 1px 1px !important;
}
.cart-si-left {
  justify-content: space-around;
}
.head {
  margin-bottom: 25px !important;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.plus_icn {
  padding: 17px 10px 10px 16px;
  font-size: 12px !important;
}

.custom-loader {
  width: 50px;
  height: 50px;
  display: grid;
  border-radius: 50%;
  -webkit-mask: radial-gradient(farthest-side, #0000 40%, #000 41%);
  background: linear-gradient(0deg, #766df480 50%, #766df4ff 0) center/4px 100%,
    linear-gradient(90deg, #766df440 50%, #766df4bf 0) center/100% 4px;
  background-repeat: no-repeat;
  animation: s3 1s infinite steps(12);
}
.custom-loader::before,
.custom-loader::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}
.custom-loader::after {
  opacity: 0.83;
  transform: rotate(60deg);
}

@keyframes s3 {
  100% {
    transform: rotate(1turn);
  }
}

.brands-logs {
  text-align: center;
}

.brands-logs img {
  border-radius: 100%;
  width: 135px !important;
  height: 135px !important;
  object-fit: cover !important;
  border: 4px solid #de5b82 !important;
  margin: auto;
  object-position: top center;
}

.brands-logs h3 {
  font-size: 15px;
  margin-top: 17px;
}

.carousel {
  z-index: 9 !important;
}

.carousel-container {
  width: 102% !important;
}

.breadcum_out {
  margin-top: 75px;
}

.cat_grid_item__link {
  cursor: pointer;
}

.product-image .nt_add_w > a,
.product-image .nt_add_cp > a {
  width: 22px;
  height: 22px;
  text-align: center;
  margin: 0;
  font-size: 14px;
  color: #fff;
  line-height: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background: #de5b82;
  color: #fff !important;
  border-radius: 50px;
  padding: 4px;
}

.nt_section.type_collection_list {
  margin-top: 70px;
}
.sp_header_mid {
  box-shadow: 0px 9px 10px -8px rgba(0, 0, 0, 0.12);
}

.form-row .error-fld {
  color: red !important;
  font-size: 13px !important;
  margin-top: 9px !important;
  margin-left: 8px;
}

.block-shadow li:last-child {
  padding-bottom: 0px !important;
}

.ngx-pagination {
  background: #de5b82 !important;
  border-radius: 10px;
  padding: 4px 0px;
}
.ngx-pagination .disabled {
  font-size: 13px !important;
  color: #fff !important;
}

.ngx-pagination .current {
  padding: 0.1875rem 0.625rem;
  background: rgb(16, 60, 109) !important;
  color: #fefefe;
  cursor: default;
  font-size: 12px;
  border-radius: 7px;
}
.ngx-pagination a:hover,
.ngx-pagination button:hover {
  background: rgb(16, 60, 109) !important;
  color: #fff;
  border-radius: 7px;
}
.ngx-pagination li span {
  padding: 0em 0rem;
  border-radius: 7px;
  color: #fff !important;
  font-size: 12px;
}

.pagination-previous a,
.pagination-next a {
  color: #fff !important;
}

.brands-logs {
  cursor: pointer;
}
.nt-social .d-flex li a {
  margin: 0px 0px !important;
}
.nt-social .d-flex li i {
  position: static !important;
  background: #de5b82 !important;
  color: #fff !important;
  width: 28px !important;
  height: 28px;
  line-height: 26px;
  text-align: center;
  border-radius: 50px !important;
  font-size: 14px;
  margin-right: 6px;
}

.login-main {
  padding: 48px 40px;
  -webkit-box-shadow: 0 0 40px 5px rgb(51 51 51 / 10%);
  box-shadow: 0 0 40px 5px rgb(51 51 51 / 10%);
  /* width: 800px; */
  margin: auto;
  margin-top: auto;
  margin-top: auto;
  border-radius: 10px;
  /* margin-top: -112px; */
  position: relative;
  z-index: 9;
  background: #fff;
}
.mini_cart_contentt {
  margin: auto;
  max-width: 500px;
}

p.quan {
  font-weight: 600;
  margin-left: 10px;
  margin-top: 3px;
  font-size: 16px;
}

.product-image .brands-logs img {
  border-radius: 10px !important;
  width: auto !important;
  height: auto !important;
  object-fit: cover !important;
  border: 0px solid #de5b82 !important;
  margin: auto !important;
  object-position: top center;
}

.product-image .carousel-container {
  width: 100% !important;
  height: 396px !important;
}

.empty-card img {
  width: 320px;
}
.empty-card {
  text-align: center;
  background: #fff;
  margin-top: 20px;
  padding: 20px;
}
.cart-inner .whish-btn {
  width: 130px !important;
}
.product-image .carousel-arrow {
  top: 100% !important;
}
.add_btn {
  padding: 7px 16px;
  margin: 0 auto;
  border: 3px solid #fe2e52;
  display: flex;
  border-radius: 50px;
  background: #fff;
  color: #000 !important;
  /* border: none; */
}
.bck {
  background-color: #123666;
}
.cl_btn {
  color: #fff !important;
  background: #de5b82;
  border: none;
}
.modal-body {
  margin-top: 25px;
  margin-bottom: 25px;
}
.modal-body p {
  margin: 9px 0px;
}
.wissh_list_row .col-lg-2 {
  margin-bottom: 20px;
}
.single_size_color div {
  flex-wrap: wrap !important;
}
.plus_minus_box {
  height: 40px;
}
.size_colors_quantity {
  align-items: center;
}

/* ---------------------------- single-product-page ------------------------- */

.single_specific_section .ride {
  margin: 25px 0px 0px;
}
.quntity-ot p {
  margin: 0px;
  color: #fb2a5b;
  font-size: 18px;
}
.single_specific_section {
  padding: 50px 0px;
}
.size_colors_quantity {
  display: flex;
}
.single_size_color {
  display: flex;
}

.nav-pills .nav-item {
  margin: 0px 10px 10px;
}
.single-specific-table {
  max-width: 590px !important;
  border-left: 4px solid pink !important;
  border-top: 4px solid pink !important;
}
.single-specific-table th,
td {
  border: 1px solid pink;
  padding: 3px 12px;
}
.single-specific-table th {
  width: 40%;
  color: #123666;
}
.single-product-details-table th,
td {
  border: 1px solid pink;
  padding: 3px 12px;
}
.single-product-details-table th {
  width: 200px;
  color: #123666;
}
.single-product-details-table {
  max-width: 590px;
  border-left: 4px solid pink !important;
  border-top: 4px solid pink !important;
}

/* ------------ faq-------------- */

.pro-box {
  max-width: 580px;
  margin: 20px auto;
  background: #fff;
  border-radius: 7px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}

.pro-box .pro-heading {
  background: #412656;
  border-radius: 7px 7px 0px 0px;
  padding: 10px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  /* font-family: "Rubik"; */
}

.pro-faqs {
  padding: 0px 20px 20px;
}

::-webkit-details-marker {
  float: right;
  margin-top: 3px;
}
details p {
  margin: 5px 0px;
}
details {
  background: #f6f6f6;
  padding: 10px 20px;
  border-radius: 7px;
  margin-top: 15px;
  /* font-family: "Rubik"; */
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
}

details summary {
  outline: none;
  color: #d2425b;
}

/* ------------- faq--------------- */

/* -----------------product-review ---------- */

.review {
  /* display: inline-block; */
  /* margin: 2rem; */
  margin-bottom: 20px;
  padding: 15px;
  max-width: 590px;
  border-radius: 3px;
  /* border: 1px solid #bfbfbf; */
  background-color: #fff;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
}
.review .review__title {
  margin: 0 20px 0 0;
  font-size: 19px;
}
.review .review__score {
  display: flex;
  align-items: center;
  /* margin-bottom: 0.8rem; */
}
.review-h2 {
  font-size: 22px;
  margin: 0px 0px 16px 0px;
}
.review .review__score .score {
  font-size: 10px;
  margin-top: 4px;
}
.review .review__score .score-stars {
  margin-left: 0.8rem;
}
.review .review__text {
  line-height: 1.45;
}
.review__text i {
  font-size: 15px;
  color: #000;
}

/* -----------------product-review ---------- */

/* ---------------------------- single-product-page ------------------------- */
.sold {
  font-size: 20px;
}
.contact_subit_buton {
  background-color: var(--main-color) !important;
}
.display_non_main {
  display: none;
}
.cart_product_price {
  color: #44447b;
  font-weight: 500;
}
.dispal_no_empty {
  display: none;
}
.inrecment_decrement_one {
  display: none;
}
.increment_decrement_out {
  display: none;
}
.user_profile_details {
  max-width: 400px;
  margin: auto;
}

select.size,
.size.skky.btn_brd input[type="number"] {
  background: #ededed;
  border-radius: 3px !important;
  padding: 5px 14px;
  color: #fff;
  background-color: #222 !important;
  cursor: pointer;
  width: 80px;
  margin-left: 2px;
  margin-top: 5px !important;
  text-align: center;
}
