/*/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*  *::after, *::before {
    content: '';
}*/


body {
  font-size: 100%;
  font-family: "PT Sans", sans-serif;
  color: #3e585f;
  background-color: #47374e;
}
body::after {
  /* dark overlay layer - visible when we fire .cd-quick-view */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
background: rgba(35,35,44,.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;

}
@media only screen and (min-width: 1024px) {
  body.overlay-layer::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
}



/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container:after {
  content: "";
  display: table;
  clear: both;
}

/* --------------------------------

Main components

-------------------------------- */
#cd-quick-view-loader{ position: fixed;    top: 0;z-index: 99; width: 100%;height: 100%;display: flex;align-items: center;text-align: center; background: var(--dark-color);opacity: 0.99;justify-content: center;justify-content: center;}

.cd-items {
  padding: 1em 0;
}
@media only screen and (min-width: 768px) {
  .cd-items {
    padding: 2em 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-items {
    padding: 4em 0 0;
  }
}

.cd-item {
  position: relative;
  margin: 0 0 1em;
}
.cd-item > img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cd-item {
    width: 48%;
    float: left;
    margin: 0 4% 2em 0;
  }
  .cd-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-item {
    width: 22%;
    float: left;
    margin: 0 4% 2.8em 0;
  }
  .cd-item:nth-child(2n) {
    margin-right: 4%;
  }
  .cd-item:nth-child(4n) {
    margin-right: 0;
  }
  .cd-item.empty-box::after {
    /* box visible as placeholder when the .cd-quick-view zooms in */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #392c3f;
  }
}

.cd-trigger {
  position: absolute;
  height: 50px;
  line-height: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, background-color 0.2s;
  -moz-transition: opacity 0.2s, background-color 0.2s;
  transition: opacity 0.2s, background-color 0.2s;
}
.no-touch .cd-trigger:hover {
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1024px) {
  .cd-trigger {
    /* always visible on small devices */
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-trigger {
    /* only visible on hover on big devices */
    opacity: 0;
  }
}

@media only screen and (min-width: 1170px) {
  .no-touch .cd-item:hover .cd-trigger {
    opacity: 1;
  }

  .touch .cd-item .cd-trigger {
    opacity: 1;
  }
}
.cd-quick-view {
  /* quick view non available on small devices */
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cd-quick-view {
    display: block;
    position: fixed;
    max-width: 1200px;
    visibility: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, width;
  z-index: 100;

  }
  .cd-quick-view:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-quick-view.is-visible {
    /* class added when user clicks on .cd-trigger */
    visibility: visible;
  }
  .cd-quick-view.animate-width {
    /* class added at the end of the first zoom-in animation */
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
  }
}

.cd-slider-wrapper {
  position: relative;
  display: inline-block;
  float: left;
  /*width: 50%;*/
}
.cd-slider-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.pt-product-woo-image{ padding: 0;margin: 0; }

.cd-slider {
  float: none;
}
.cd-slider li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;width: 100%;
  opacity: 0;transition: all 0.5s ease;
}
.cd-slider li img {
  display: block;
  max-width: 100%;

}
.cd-slider li.selected {
  position: relative;
  z-index: 3;
   opacity: 1;
}
.add-content .cd-slider {
margin: 0;    padding: 0;
}

.cd-slider-navigation {
  opacity: 0;
}
.add-content .cd-slider-navigation {
  opacity: 1;
}

ul.cd-slider-navigation{
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
justify-content: space-between;
}
.cd-slider-navigation li:first-child {
  left: 0;
}
.cd-slider-navigation li:last-child {
  /* equal to the .cd-slider-wrapper margin-right */
  right: 3em;
}
.cd-slider-navigation li a {
    width: 50px;
  height: 50px;
font-size: 0;
  display: inline-flex;
     align-items: center;
justify-content: center;
  background: var(--white-color);
  color: var(--secondary-color);
  transition: all 0.5s ease;
  /* Force Hardware Acceleration in WebKit */
}
.cd-slider-navigation li a:hover{ color: var(--dark-color); }


.cd-slider-navigation li a::before{
  /* create arrows in CSS */
      content: '';
  position: absolute;
font-family: "Ionicons";
font-size: 25px;
  display: inline-block;


}
.cd-slider-navigation li a.cd-next { margin-left: 5px; }
.cd-slider-navigation li a.cd-prev { margin-right: 5px; }
.cd-slider-navigation li a.cd-next::before{content: "\f3d2";}
.cd-slider-navigation li a.cd-prev::before{content: "\f3d3";}


.cd-item-info {
  position: absolute;
  padding:50px 20px 20px 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s, visibility 0s;
  -moz-transition: opacity .3s, visibility 0s;
  transition: opacity .3s, visibility 0s;
}

.cd-item-info .cd-item-action li {
  display: inline-block;
  margin-right: 1em;
}
.cd-item-info .cd-item-action li:first-child {
  margin-left: -4px;
}
.cd-item-info .add-to-cart {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0.25em;
  border: none;
  padding: .6em 1.2em;
  background-color: #f82f53;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
}
.add-content .cd-item-info {
  /* class added at the end of the width animation, used to show the content */
  position: relative;
  visibility: visible;
  opacity: 1;    max-height: 480px;
    overflow: auto;
}
.add-content .cd-item-info h2 {
  -webkit-animation: cd-slide-in 0.3s;
  -moz-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;margin-bottom: 10px;    font-size: 30px;    line-height: 40px;
}
.add-content .cd-item-info p {
  -webkit-animation: cd-slide-in 0.4s;
  -moz-animation: cd-slide-in 0.4s;
  animation: cd-slide-in 0.4s;    margin-bottom: 15px;
}
.add-content .cd-item-info .woocs_price_code{ color: var(--dark-color); font-size: 20px;}
.add-content .cd-item-info .cd-item-action .woocs_price_code{ font-size: 14px; }
.add-content .cd-item-info .woocommerce-grouped-product-list-item__price p{ margin-bottom: 0;  }
.add-content .cd-item-info .woocommerce-grouped-product-list-item__price p.stock{    color: #77a464;}
.add-content .cd-item-info .cd-item-action {
  -webkit-animation: cd-slide-in 0.5s;
  -moz-animation: cd-slide-in 0.5s;
  animation: cd-slide-in 0.5s;margin: 0;padding: 0;    margin-top: 20px;
}

.woocommerce .cd-quick-view .star-rating { float: none;      margin-bottom: 15px;color: #ffb400;}
.woocommerce .cd-quick-view .woocommerce-Price-amount{font-weight: 500;color: var(--dark-color);}
.cd-quick-view .pt-table-variations{ margin-bottom: 15px;  }
.cd-quick-view table.variations{ border: none;margin: 0; }
.cd-quick-view table.variations td{display: inline-block;vertical-align: top;     padding-left: 0; width: 73%;}
.cd-quick-view table.variations td select{ border-radius: 0; }
.cd-quick-view table.variations td.label{width: 96px !important; }
.woo-variation-swatches.wvs-show-label .cd-quick-view table.variations td{ display: inline-block; }
.woo-variation-swatches.wvs-show-label .cd-quick-view table.variations td.label{    width: 125px !important;}
.woo-variation-swatches.wvs-show-label .cd-quick-view table.variations td.label label{ padding-top:3px;  }
.cd-quick-view table.variations td.label label{ padding-top: 10px;  }
.cd-quick-view table.variations a.reset_variations{      font-size: .83em;text-decoration: none;}
.cd-quick-view table.group_table{
    border: 1px solid var(--grey-color);
    margin-bottom: 35px;
}
.cd-quick-view table.group_table tr {
    border-bottom: 1px solid var(--grey-color);
}
.cd-quick-view table.group_table td {
    vertical-align: middle;text-align: center;    font-size: 14px;
    line-height: 22px;
}
.cd-quick-view table.group_table td.woocommerce-grouped-product-list-item__quantity{     width: 34%; }
.cd-quick-view table.group_table td.woocommerce-grouped-product-list-item__label{ width: 32%; }
.cd-quick-view .grouped_form .group_table .add_to_cart_button{ text-transform: capitalize;padding: 5px 10px;  }
.cd-quick-view .grouped_form .group_table .product_type_grouped{    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;    text-transform: capitalize;}
.cd-quick-view table.group_table td a{ text-decoration: none; }


.cd-quick-view div.quantity {
    border: 1px solid var(--grey-color);
    position: relative;
    margin-right: 10px;
    float: none;
    display: inline-block;
    height: 50px;
    transition: all 0.5s ease-in-out;
}
.cd-quick-view div.quantity.hidden { display: none; }
.cd-quick-view div.quantity:hover{  border-color: var(--dark-color);  }
.cd-quick-view div.quantity .input-text {-webkit-appearance: none;
    padding: 0;
    width: 40px;
    height: 50px;
    line-height: 50px;
        float: none;
    text-align: center;
    border: 0;
    outline: 0;
    -webkit-appearance: none !important: none;
    background: transparent;
    border-radius: 0;  vertical-align: top;}
.cd-quick-view div.quantity .input-text:hover ,.cd-quick-view div.quantity [type="button"]:hover{ color: var(--dark-color); }
.cd-quick-view div.quantity [type="button"] { background: none;    color: var(--secondary-color);    width: 26px;    font-size: 30px;    line-height: normal;    padding: 0;    padding-bottom: 5px;    vertical-align: middle;}
.cd-quick-view div.quantity .plus[type="button"] {
    font-size: 20px;
    line-height: 46px;
}

.cd-quick-view .button.single_add_to_cart_button {
    border-radius: 0;
    font-weight: 400;
    background: var(--dark-color) !important;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.cd-quick-view .button.single_add_to_cart_button:hover{ background: var(--secondary-color) !important; }

.cd-quick-view .product-single-meta-btns {
    display: inline-block;
    vertical-align: top;
}
.cd-quick-view .button.single_add_to_cart_button i{margin-right: 7px;}
.cd-quick-view .product-single-meta-btns .yith-wcwl-add-to-wishlist{ margin-left: 10px; }
.cd-quick-view .product-single-meta-btns .yith-wcwl-add-to-wishlist a {
    color: var(--secondary-color);
    border: 1px solid rgba(0,0,0,.1);
    background: transparent;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0;
}
.cd-quick-view .product-single-meta-btns .yith-wcwl-add-to-wishlist a i{ font-size: 16px; }

.cd-quick-view .product-single-meta-btns .yith-wcwl-add-to-wishlist a:hover {
    background: var(--dark-color);
    color: var(--white-color);
}


@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translate3d(-40px, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
    -o-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.cd-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .3s 0s, visibility 0s .3s;
  -moz-transition: -moz-transform .3s 0s, visibility 0s .3s;
  transition: transform .3s 0s, visibility 0s .3s;
}
.cd-close::before, .cd-close::after {
  /* close icon in css */
  position: absolute;
  top: 12px;
  left: 5px;
  display: inline-block;
  height: 2px;
  width: 20px;
  background: #686868;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;
}

.cd-close:hover::before, .cd-close:hover::after{
  background: #282828;

}
.cd-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-close::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.no-touch .cd-close:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.add-content .cd-close {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .3s 0s, visibility 0s 0s;
  transition: transform .3s 0s, visibility 0s 0s;
}


.pt-product-woo-image .owl-nav{ position: absolute;top: 50%;transform: translateY(-50%);    width: 100%;  }
.pt-product-woo-image .owl-nav .owl-prev span,.pt-product-woo-image .owl-nav .owl-next span{ border: none;outline: none; width: 40px; height: 40px; border-radius: 50%;text-align: center;display: inline-block;background: rgba(255,255,255,.5);font-size: 26px;line-height: 34px;margin-top: -20px;}
.pt-product-woo-image .owl-nav .owl-prev.disabled,.pt-product-woo-image .owl-nav .owl-next.disabled{ opacity: 0.5; }
.pt-product-woo-image .owl-nav .owl-prev{ margin-left: 20px; }
.pt-product-woo-image .owl-nav .owl-next{ float: right;margin-right: 20px; }

.pt-product-woo-image .owl-dots { text-align: center; position: absolute; width: 100%; bottom: 20px;}
.pt-product-woo-image .owl-dots button.owl-dot span{ width: 8px;height: 8px;background: var(--secondary-color); border-radius: 100px;display: inline-block;opacity: 0.5;margin: 0 6px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;}
.pt-product-woo-image .owl-dots button.owl-dot.active span,.pt-product-woo-image .owl-dots button.owl-dot:hover span{ opacity: 1; }










