@media screen and (min-width: 768px) {
  .single-product .header .web_logo.color {
    opacity: 1;
  }
  .single-product .header .web_logo.white {
    opacity: 0;
  }
  .single-product .header .btn_line.white {
    color: #223329;
  }
  .single-product .header .btn_line.white::before {
    border-color: #223329;
  }
  .single-product .header .btn_line.white::after {
    background-color: #223329;
  }
  .single-product .header .btn_line.white span.lines::before {
    background-color: #223329;
  }
  .single-product .header .btn_line.white span.lines::after {
    border-color: #223329;
  }
}
.single_product {
  position: relative;
  z-index: 20;
  margin-bottom: -390px;
}
.single_product .woocommerce-notices-wrapper .woocommerce-message {
  display: none !important;
}
.single_product .woocommerce-variation.single_variation .woocommerce-variation-price span.price, .single_product .woocommerce-variation.single_variation .woocommerce-variation-price p.price {
  color: #AD8A63;
}
.single_product .product-type-simple .in-stock {
  display: none;
}

.woocommerce .single_product div.product span.price ins, .woocommerce .single_product div.product div.prod_price ins {
  color: #ff1b1b;
}

.single-product .footer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 154px;
  background: -webkit-linear-gradient(-450deg, #f2efea 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f2efea), to(#ffffff));
  background: -webkit-linear-gradient(top, #f2efea 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #f2efea 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f2efea 0%, #ffffff 100%);
  background: linear-gradient(180deg, #f2efea 0%, #ffffff 100%);
}

.sproduct_wrap .sproduct_left_cont_el1 .title_35, .sproduct_wrap .sproduct_left_cont_el1 .text_above_price, .sproduct_wrap .sproduct_left_cont_el1 .prod_price, .sproduct_wrap .sproduct_left_cont_el1 .line_animation_wrap {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.8s ease-in-out 0.2s;
  -moz-transition: all 0.8s ease-in-out 0.2s;
  -o-transition: all 0.8s ease-in-out 0.2s;
  transition: all 0.8s ease-in-out 0.2s;
}
.sproduct_wrap .sproduct_left_cont_el1 .woocommerce-product-details__short-description {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.8s ease-in-out 0.4s;
  -moz-transition: all 0.8s ease-in-out 0.4s;
  -o-transition: all 0.8s ease-in-out 0.4s;
  transition: all 0.8s ease-in-out 0.4s;
}
.sproduct_wrap .sproduct_left_cont_el2 {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.8s ease-in-out 0.6s;
  -moz-transition: all 0.8s ease-in-out 0.6s;
  -o-transition: all 0.8s ease-in-out 0.6s;
  transition: all 0.8s ease-in-out 0.6s;
}
.sproduct_wrap .sproduct_right .slick-dots, .sproduct_wrap .sproduct_right .sproduct_features, .sproduct_wrap .sproduct_right .sproduct_features_img {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.8s ease-in-out 0.8s;
  -moz-transition: all 0.8s ease-in-out 0.8s;
  -o-transition: all 0.8s ease-in-out 0.8s;
  transition: all 0.8s ease-in-out 0.8s;
}
.sproduct_wrap .sproduct_gallery .slick-list {
  height: 0;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
.sproduct_wrap.start_anim .sproduct_left_cont_el1 .title_35, .sproduct_wrap.start_anim .sproduct_left_cont_el1 .text_above_price, .sproduct_wrap.start_anim .sproduct_left_cont_el1 .prod_price, .sproduct_wrap.start_anim .sproduct_left_cont_el1 .line_animation_wrap {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.sproduct_wrap.start_anim .sproduct_left_cont_el1 .woocommerce-product-details__short-description {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.sproduct_wrap.start_anim .sproduct_left_cont_el2, .sproduct_wrap.start_anim .sproduct_gallery_nav {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.sproduct_wrap.start_anim .sproduct_right .slick-dots, .sproduct_wrap.start_anim .sproduct_right .sproduct_features, .sproduct_wrap.start_anim .sproduct_right .sproduct_features_img {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.sproduct_wrap.start_anim .sproduct_gallery .slick-list {
  height: 600px;
}

/*=================================
=            Gear List            =
=================================*/
.gear_list_added {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 990;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  pointer-events: none;
  opacity: 0;
}
.gear_list_added a {
  display: block;
  min-width: 280px;
  height: 66px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #AD8A63;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.gear_list_added .text {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gear_list_added .nr {
  padding-right: 10px;
}
.gear_list_added svg {
  width: 13px;
  height: 13px;
  stroke: #fff;
  vertical-align: middle;
  stroke-width: 23;
}
.gear_list_added .text_1 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: #AD8A63;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  opacity: 0;
}
.gear_list_added.active {
  pointer-events: auto;
  opacity: 1;
}
.gear_list_added.added .text_1 {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .gear_list_added a {
    min-width: 224px;
    height: 53px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    font-size: 13px;
  }
  .gear_list_added svg {
    width: 8px;
    height: 8px;
  }
  .single_product {
    margin-bottom: -45px;
  }
  .sproduct_btn_wrap .btn_line.h_48 {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 767px) {
  .gear_list_added {
    right: 50%;
    bottom: 15px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  .single_product {
    margin-bottom: 15px !important;
  }
}
/*=====  End of Gear List  ======*/
.woocommerce div.sproduct_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -120px;
}

.sproduct_left {
  width: -webkit-calc(50% - 60px);
  width: -moz-calc(50% - 60px);
  width: calc(50% - 60px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .sproduct_left .sproduct_gallery_wrap {
    display: none;
  }
}

.sproduct_gallery_wrap {
  padding-bottom: 30px;
}

.sproduct_left_wrap {
  padding-right: 30px;
  padding-top: 131px;
  padding-bottom: 25px;
  width: -webkit-calc(50vw - 120px);
  width: -moz-calc(50vw - 120px);
  width: calc(50vw - 120px);
  max-width: 100%;
  position: fixed;
  top: 0;
}
.sproduct_left_wrap.bot {
  position: absolute;
  bottom: 0;
  top: auto !important;
}
.sproduct_left_wrap.relative {
  position: relative;
}

.sproduct_left_cont {
  width: 445px;
  max-width: 100%;
}
.sproduct_left_cont .wc_breadcrumb {
  padding: 0 0 46px;
}
.sproduct_left_cont .wc_breadcrumb a {
  padding-bottom: 4px;
}
.sproduct_left_cont .text_above_price {
  color: #C8C8C8;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 13px;
}
.sproduct_left_cont .prod_price {
  color: #AD8A63;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}
.sproduct_left_cont .prod_tags {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 7px;
  font-size: 14px;
}
.sproduct_left_cont .prod_tags .single_tag a {
  display: block;
  position: relative;
  padding-left: 8px;
  padding-right: 18px;
}
.sproduct_left_cont .prod_tags .single_tag a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #393E41;
}
.sproduct_left_cont .out_sproduct_btn_wrap {
  max-width: 291px;
}

.woocommerce-product-details__short-description {
  border-bottom: 1px solid #AD8A63;
  margin-top: -4px;
  padding-bottom: 16px;
  font-size: 14px;
}
.woocommerce-product-details__short-description > * {
  margin-bottom: 0;
}
.woocommerce-product-details__short-description .read_more_wrapp {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
.woocommerce-product-details__short-description .read_more_wrapp > * {
  margin-bottom: 0;
  display: inline;
}
.woocommerce-product-details__short-description .read_more_wrapp::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -16px;
  background-color: #AD8A63;
}
.woocommerce-product-details__short-description .text_dots > * {
  margin-bottom: 0;
  display: inline;
}
@media screen and (max-width: 767px) {
  .woocommerce-product-details__short-description .text_dots {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
  }
}
.woocommerce-product-details__short-description .text_full {
  display: none;
}
.woocommerce-product-details__short-description .text_full > * {
  margin-bottom: 0;
}
.woocommerce-product-details__short-description .read_more_btn {
  text-decoration: underline;
  padding-left: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .woocommerce-product-details__short-description .read_more_btn:hover {
    color: #AD8A63;
  }
}
.woocommerce-product-details__short-description .read_more_btn .t2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .woocommerce-product-details__short-description .read_more_btn {
    padding-left: 0;
  }
}
.woocommerce-product-details__short-description.active .text_full {
  display: block;
}
.woocommerce-product-details__short-description.active .text_dots {
  display: none;
}
.woocommerce-product-details__short-description.active .read_more_btn .t1 {
  display: none;
}
.woocommerce-product-details__short-description.active .read_more_btn .t2 {
  display: block;
}

.woocommerce div.product p.stock {
  font-size: 1em;
  padding: 0;
}
.woocommerce div.product form.cart .variations.sproduct_variations {
  width: auto;
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations.sproduct_variations .label {
  padding-right: 0;
}
.woocommerce div.product form.cart .variations.sproduct_variations .label label {
  font-weight: 300;
}
.woocommerce div.product form.cart .variations.sproduct_variations select {
  min-width: inherit;
  margin-right: 0;
}
.woocommerce div.product form.cart .variations.sproduct_variations .reset_variations {
  display: none;
}

.sproduct_variations {
  padding: 6px 0;
}
.sproduct_variations tbody {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sproduct_variations tr:nth-child(2n) {
  padding-left: 20px;
}
.sproduct_variations td {
  padding: 6px 0;
}
.sproduct_variations label {
  font-size: 14px;
  font-weight: 300;
  padding-right: 8px;
}
.sproduct_variations .sellect_wrap {
  display: inline-block;
  position: relative;
}
.sproduct_variations .sellect_wrap::after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #AD8A63;
  position: absolute;
  right: 11px;
  top: 15px;
}
.sproduct_variations .reset_variations {
  position: absolute;
  left: 100%;
  display: none !important;
}
.sproduct_variations select {
  height: 28px;
  display: block;
  border: 1px solid #AD8A63;
  padding: 2px 20px 2px 8px;
  font-size: 14px;
  font-weight: 300;
  background-color: transparent;
  width: 150px;
}

.woocommerce input[type=number], .woocommerce-page input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce span.onsale {
  display: none;
}

.sproduct_btn_qun_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}

.sproduct_quanitity_wrap {
  width: 140px;
  position: relative;
}
.sproduct_quanitity_wrap div.quantity {
  float: none !important;
  margin: 0 !important;
  position: relative;
}
.sproduct_quanitity_wrap #wc-stripe-payment-request-wrapper, .sproduct_quanitity_wrap #wc-stripe-payment-request-button-separator {
  display: none !important;
}
.sproduct_quanitity_wrap input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
  width: 100% !important;
  pointer-events: none;
  height: 48px;
  border: 2px solid #ad8a63;
  background-color: transparent;
}
.sproduct_quanitity_wrap .q_less, .sproduct_quanitity_wrap .q_more {
  position: absolute;
  top: 2px;
  text-align: center;
  height: -webkit-calc(100% - 4px);
  height: -moz-calc(100% - 4px);
  height: calc(100% - 4px);
  width: 50px;
  padding-top: 9px;
  cursor: pointer;
  background-color: #F2EFEA;
}
.sproduct_quanitity_wrap .q_less {
  left: 2px;
}
.sproduct_quanitity_wrap .q_more {
  right: 2px;
}

.sproduct_btn_wrap {
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px);
  width: calc(100% - 140px);
  padding-left: 16px;
}
.sproduct_btn_wrap button, .sproduct_btn_wrap .btn_green {
  margin-bottom: 15px !important;
}
.sproduct_btn_wrap .btn_line {
  color: #393E41;
  font-weight: 500 !important;
}
.sproduct_btn_wrap .btn_line .amount {
  font-weight: 300 !important;
}
.sproduct_btn_wrap .btn_green.disabled {
  cursor: not-allowed;
}
.sproduct_btn_wrap .submit_btn_v2 {
  display: none;
}

.sproduct_link_wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}
.sproduct_link_wrap .sproduct_link_style {
  color: #AD8A63;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  cursor: pointer;
  line-height: 18px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .sproduct_link_wrap .sproduct_link_style:hover {
    color: #223329;
  }
}
.sproduct_link_wrap .sproduct_link_style.disabled {
  cursor: not-allowed;
}

.sproduct_right {
  width: -webkit-calc(50% + 60px);
  width: -moz-calc(50% + 60px);
  width: calc(50% + 60px);
}

.sproduct_gallery {
  height: 620px;
  margin: 0;
}
.sproduct_gallery .slick-list {
  position: relative;
}
.sproduct_gallery .slick-list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 5;
}
.sproduct_gallery .img {
  height: 600px;
  display: block !important;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  background-color: #fff;
}

.slick-dots {
  list-style: none;
  padding: 0px 23px;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slick-dots li {
  padding: 10px 4px;
  line-height: 0;
  cursor: pointer;
}
.slick-dots li::marker {
  display: none;
}
.slick-dots button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 31px;
  height: 2px;
  display: block;
  background-color: #C8C8C8;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  font-size: 0;
  color: transparent;
}
.slick-dots .slick-active button {
  background-color: #AD8A63;
}

.sproduct_features {
  padding: 30px 65px 60px 28px;
}
.sproduct_features .wysiwyg ul {
  margin: 0;
}
.sproduct_features .wysiwyg ul li {
  padding: 15px 0;
}
.sproduct_features .spec_wrap {
  padding-top: 18px;
}
.sproduct_features .spec_wrap .lab {
  padding-right: 20px;
  white-space: nowrap;
}
.sproduct_features .spec_wrap td {
  vertical-align: top;
}

.sproduct_features_img {
  padding-top: 35px;
  position: relative;
  margin-bottom: 30px;
}
.sproduct_features_img::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: -webkit-calc(100% - 28px);
  width: -moz-calc(100% - 28px);
  width: calc(100% - 28px);
  background-color: #223329;
}
.sproduct_features_img .bg {
  height: 583px;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
}
.sproduct_features_img .desc_wrap {
  position: relative;
  z-index: 5;
  color: #fff;
  padding: 30px 93px 68px;
}
.sproduct_features_img .desc {
  width: 450px;
  max-width: 100%;
}

.woocommerce .single_product .woocommerce-message .button, .woocommerce .single_product .woocommerce-error .button, .woocommerce .single_product .woocommerce-info .button, .woocommerce-page .single_product .woocommerce-message .button, .woocommerce-page .single_product .woocommerce-error .button, .woocommerce-page .single_product .woocommerce-info .button {
  display: none;
}

@media screen and (max-width: 1150px) {
  .woocommerce div.product form.cart .variations.sproduct_variations {
    width: 100%;
  }
  .sproduct_variations tr {
    width: 100%;
  }
  .sproduct_variations tr:nth-child(2n) {
    padding-left: 0px;
  }
  .sproduct_variations td {
    padding: 3px 0;
    line-height: 1;
  }
  .sproduct_variations .value {
    width: 100%;
  }
  .sproduct_variations .sellect_wrap {
    width: 100%;
  }
  .sproduct_variations select {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce div.sproduct_wrap {
    margin-right: -40px;
  }
  .sproduct_left {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .sproduct_right {
    width: -webkit-calc(50% + 20px);
    width: -moz-calc(50% + 20px);
    width: calc(50% + 20px);
  }
  .sproduct_left_wrap {
    padding-right: 11px;
    padding-top: 92px;
    padding-bottom: 0px;
    width: -webkit-calc(50vw - 40px);
    width: -moz-calc(50vw - 40px);
    width: calc(50vw - 40px);
  }
  .sproduct_left_cont .title_35 {
    width: 95%;
  }
  .sproduct_left_cont .text_above_price {
    font-size: 11px;
    padding-top: 9px;
  }
  .sproduct_left_cont .prod_price {
    font-size: 19px;
  }
  .sproduct_left_cont .prod_tags {
    font-size: 11px;
  }
  .sproduct_left_cont .prod_tags .single_tag a {
    padding: 0 15px 0 7px;
  }
  .woocommerce-product-details__short-description {
    font-size: 12px;
    padding-bottom: 12px;
    border-width: 1px;
  }
  .sproduct_quanitity_wrap {
    width: 90px;
  }
  .sproduct_quanitity_wrap input[type=number] {
    height: 38px;
    border-width: 1px;
    font-size: 13px;
  }
  .sproduct_quanitity_wrap .q_less, .sproduct_quanitity_wrap .q_more {
    padding-top: 3px;
    width: 35px;
  }
  .sproduct_btn_wrap {
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    padding-left: 9px;
  }
  .sproduct_btn_wrap .btn_green, .sproduct_btn_wrap .btn_line {
    margin-bottom: 11px !important;
  }
  .sproduct_gallery {
    height: 378px;
  }
  .sproduct_gallery .img {
    height: 356px;
  }
  .slick-dots li {
    padding: 10px 3px;
  }
  .slick-dots button {
    width: 24px;
  }
  .sproduct_features {
    padding: 19px 40px 40px 26px;
  }
  .sproduct_features .wysiwyg {
    margin-top: -3px;
  }
  .sproduct_features .wysiwyg ul li {
    padding: 13px 0;
  }
  .sproduct_features .spec_wrap {
    padding-top: 9px;
    font-size: 13px;
  }
  .sproduct_features .spec_wrap .lab {
    padding-right: 4px;
  }
  .sproduct_features_img {
    margin-bottom: 12px;
  }
  .sproduct_features_img::before {
    width: -webkit-calc(100% - 26px);
    width: -moz-calc(100% - 26px);
    width: calc(100% - 26px);
  }
  .sproduct_features_img .bg {
    height: 312px;
  }
  .sproduct_features_img .desc_wrap {
    font-size: 13px;
    padding: 21px 40px 39px 47px;
  }
  .sproduct_wrap.start_anim .sproduct_gallery .slick-list {
    height: 356px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce div.sproduct_wrap {
    margin-right: 0;
    display: block;
  }
  .sproduct_left {
    width: 100%;
  }
  .sproduct_left_wrap {
    width: 100% !important;
    padding-right: 0;
    padding-top: 0;
    position: relative;
  }
  .sproduct_left_wrap.bot {
    position: relative;
  }
  .woocommerce div.product form.cart .variations.sproduct_variations {
    margin-bottom: 9px;
  }
  .sproduct_quanitity_wrap {
    width: 100%;
    margin-bottom: 18px;
  }
  .sproduct_quanitity_wrap input[type=number] {
    height: 48px;
    border-width: 1px;
    font-size: 16px;
  }
  .sproduct_quanitity_wrap .q_less, .sproduct_quanitity_wrap .q_more {
    padding-top: 7px;
    width: 48px;
  }
  .sproduct_btn_wrap {
    width: 100%;
    padding-left: 0px;
  }
  .sproduct_btn_wrap .btn_green, .sproduct_btn_wrap .btn_line {
    margin-bottom: 0px !important;
  }
  .sproduct_btn_wrap .btn_green {
    height: 48px;
    font-size: 16px;
  }
  .sproduct_link_wrap {
    padding-top: 23px;
  }
  .sproduct_gallery_wrap {
    margin: 0 -20px;
  }
  .sproduct_gallery_wrap .slick-dots {
    display: none !important;
  }
  .sproduct_gallery {
    height: 350px;
  }
  .sproduct_gallery .img {
    height: 350px;
  }
  .sproduct_left_cont .wc_breadcrumb {
    padding: 10px 0 30px;
  }
  .sproduct_left_cont .title_35 {
    padding-top: 20px;
  }
  .sproduct_left_cont .out_sproduct_btn_wrap {
    max-width: 100%;
  }
  .title_wrap_product {
    padding-top: 20px;
  }
  .title_wrap_product .title_35 {
    padding-top: 0;
  }
  .sproduct_right {
    width: 100%;
  }
  .sproduct_right .sproduct_gallery_wrap {
    display: none;
  }
  .sproduct_features {
    padding-left: 0;
    padding-right: 0;
  }
  .sproduct_features_img {
    margin: 0 -20px 12px;
  }
  .sproduct_features_img::before {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .sproduct_features_img .desc_wrap {
    padding: 21px 40px 39px 40px;
  }
  .sproduct_wrap.start_anim .sproduct_gallery .slick-list {
    height: 350px;
  }
}
/*===========================================
=            Generic info module            =
===========================================*/
.generic_info_module .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 0;
  position: relative;
}
.generic_info_module .wrap::before {
  content: "";
  width: -webkit-calc(41.6% + 120px);
  width: -moz-calc(41.6% + 120px);
  width: calc(41.6% + 120px);
  position: absolute;
  left: -120px;
  top: 0;
  height: 100%;
  background-color: #223329;
}
.generic_info_module .left {
  width: 41.6%;
  position: relative;
  z-index: 2;
  padding: 40px 60px 40px 0;
}
.generic_info_module .title {
  width: 260%;
  padding-bottom: 8px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
.generic_info_module .desc {
  color: #fff;
  padding: 10px 0 50px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.8s ease-in-out 0.2s;
  -moz-transition: all 0.8s ease-in-out 0.2s;
  -o-transition: all 0.8s ease-in-out 0.2s;
  transition: all 0.8s ease-in-out 0.2s;
}
.generic_info_module .btn_wrap {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.8s ease-in-out 0.2s;
  -moz-transition: all 0.8s ease-in-out 0.2s;
  -o-transition: all 0.8s ease-in-out 0.2s;
  transition: all 0.8s ease-in-out 0.2s;
}
.generic_info_module .bg_wrap {
  width: 58.4%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
.generic_info_module .bg {
  min-height: 427px;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 3s ease-in-out 0s;
  -moz-transition: all 3s ease-in-out 0s;
  -o-transition: all 3s ease-in-out 0s;
  transition: all 3s ease-in-out 0s;
}
.generic_info_module.start_anim .title, .generic_info_module.start_anim .desc, .generic_info_module.start_anim .btn_wrap {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.generic_info_module.start_anim .bg_wrap {
  opacity: 1;
}
.generic_info_module.start_anim .bg {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.generic_info_module.rel_prod .title {
  width: 100%;
}
.generic_info_module.rel_prod .bg_wrap {
  overflow: visible;
}
.generic_info_module.rel_prod .wrap {
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.generic_info_module.rel_prod .wrap::before {
  display: none;
}
.generic_info_module.rel_prod .left::before {
  content: "";
  width: -webkit-calc(100% + 120px);
  width: -moz-calc(100% + 120px);
  width: calc(100% + 120px);
  position: absolute;
  left: -120px;
  top: -38px;
  height: -webkit-calc(100% + 76px);
  height: -moz-calc(100% + 76px);
  height: calc(100% + 76px);
  background-color: #223329;
}
.generic_info_module .prod_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding-left: 93px;
  margin-right: -16px;
}
.generic_info_module .prod_wrap .shop_page_product {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .generic_info_module .wrap {
    padding: 31px 0;
  }
  .generic_info_module .wrap::before {
    width: 45%;
    left: 0;
  }
  .generic_info_module .container {
    padding: 0;
  }
  .generic_info_module .left {
    padding: 35px 40px 5px;
    width: 45%;
  }
  .generic_info_module .title {
    padding-bottom: 2px;
  }
  .generic_info_module .desc {
    font-size: 11px;
    padding: 2px 0 22px;
  }
  .generic_info_module .bg_wrap {
    width: 55%;
  }
  .generic_info_module .bg {
    min-height: 260px;
  }
  .generic_info_module.rel_prod .left::before {
    left: -120px;
    top: -31px;
    height: -webkit-calc(100% + 62px);
    height: -moz-calc(100% + 62px);
    height: calc(100% + 62px);
  }
  .generic_info_module .prod_wrap {
    margin-top: -31px;
    padding-left: 0px;
    margin-right: 0px;
  }
  .generic_info_module .prod_wrap .shop_page_product .img_wrap {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .generic_info_module .wrap {
    padding: 10px 0;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .generic_info_module .wrap::before {
    display: none;
  }
  .generic_info_module .container {
    padding: 0 20px;
  }
  .generic_info_module .left {
    padding: 40px 27px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    background-color: #223329;
  }
  .generic_info_module .title {
    padding-bottom: 2px;
    width: 100%;
  }
  .generic_info_module .desc {
    font-size: 11px;
    padding: 2px 0 22px;
  }
  .generic_info_module .bg_wrap {
    width: 100%;
  }
  .generic_info_module.rel_prod .wrap {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .generic_info_module.rel_prod .wrap::before {
    display: none;
  }
  .generic_info_module.rel_prod .left::before {
    display: none;
  }
  .generic_info_module.rel_prod .bg_wrap {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    box-ordinal-group: 5;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    -ms-flex-order: 5;
  }
  .generic_info_module .prod_wrap {
    margin: 0 -20px;
  }
  .generic_info_module .prod_wrap .shop_page_product {
    width: 100%;
  }
}
/*=====  End of Generic info module  ======*/
/*===========================================
=            Pro-Deal info module            =
===========================================*/
.prodeal_info_module {
  margin: 86px 0;
}
.prodeal_info_module .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  position: relative;
}
.prodeal_info_module .right {
  width: 400px;
  position: relative;
  z-index: 2;
  padding: 70px 0px 40px 40px;
}
.prodeal_info_module .title {
  padding-bottom: 8px;
  padding-right: 10px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
.prodeal_info_module .undder_title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 13px 0 24px;
}
.prodeal_info_module .line_animation_wrap {
  padding-right: 24px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
.prodeal_info_module .btn_circle {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.8s ease-in-out 0.2s;
  -moz-transition: all 0.8s ease-in-out 0.2s;
  -o-transition: all 0.8s ease-in-out 0.2s;
  transition: all 0.8s ease-in-out 0.2s;
}
.prodeal_info_module .desc {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.8s ease-in-out 0.2s;
  -moz-transition: all 0.8s ease-in-out 0.2s;
  -o-transition: all 0.8s ease-in-out 0.2s;
  transition: all 0.8s ease-in-out 0.2s;
}
.prodeal_info_module .desc .icon {
  float: left;
  max-width: 50%;
  padding-right: 22px;
  margin-top: -7px;
}
.prodeal_info_module .bg_wrap {
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
.prodeal_info_module .bg {
  min-height: 555px;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 3s ease-in-out 0s;
  -moz-transition: all 3s ease-in-out 0s;
  -o-transition: all 3s ease-in-out 0s;
  transition: all 3s ease-in-out 0s;
}
.prodeal_info_module.start_anim .title, .prodeal_info_module.start_anim .desc, .prodeal_info_module.start_anim .btn_circle, .prodeal_info_module.start_anim .line_animation_wrap {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.prodeal_info_module.start_anim .bg_wrap {
  opacity: 1;
}
.prodeal_info_module.start_anim .bg {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

@media screen and (max-width: 1024px) {
  .prodeal_info_module {
    margin: 60px 0;
  }
  .prodeal_info_module .container {
    padding-left: 0;
  }
  .prodeal_info_module .right {
    width: 45%;
    padding: 84px 0px 20px 30px;
  }
  .prodeal_info_module .bg_wrap {
    width: 55%;
  }
  .prodeal_info_module .bg {
    min-height: 350px;
  }
  .prodeal_info_module .title {
    font-size: 18px;
    padding-bottom: 0;
    padding-right: 0;
    width: 80%;
  }
  .prodeal_info_module .undder_title {
    padding: 0 0 11px;
  }
  .prodeal_info_module .desc {
    font-size: 13px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .prodeal_info_module .desc .icon {
    width: 45px;
    padding-right: 0;
  }
  .prodeal_info_module .desc .icon + .text {
    width: -webkit-calc(100% - 45px);
    width: -moz-calc(100% - 45px);
    width: calc(100% - 45px);
    padding-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .prodeal_info_module {
    margin: 30px 0;
  }
  .prodeal_info_module .container {
    padding-left: 20px;
  }
  .prodeal_info_module .wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodeal_info_module .right {
    width: 100%;
    padding: 21px 0px 0px 0px;
  }
  .prodeal_info_module .bg_wrap {
    width: 100%;
  }
  .prodeal_info_module .bg {
    min-height: 280px;
  }
  .prodeal_info_module .title {
    width: 55%;
  }
  .prodeal_info_module .undder_title {
    padding: 0 0 11px;
  }
  .prodeal_info_module .btn_circle {
    position: absolute;
    left: 62%;
    width: 38%;
    top: 24px;
  }
}
/*=====  End of Pro-Deal info module  ======*/
/*====================================
=            Testimonials            =
====================================*/
.testimonials_module .top_section {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: absolute;
  left: 290px;
  top: 0;
}
.testimonials_module .top_section .line_animation_wrap {
  margin: 5px;
}
.testimonials_module .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -120px;
  padding: 50px 0 70px;
  position: relative;
}
.testimonials_module .wrap::before {
  content: "";
  width: 380px;
  position: absolute;
  left: -120px;
  top: 0;
  height: 100%;
  background-color: #223329;
  z-index: -1;
}
.testimonials_module .slider_wrap {
  width: -webkit-calc(100% - 180px);
  width: -moz-calc(100% - 180px);
  width: calc(100% - 180px);
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2;
}
.testimonials_module .navigation_wrap {
  width: 180px;
  padding: 115px 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.testimonials_module .slick-arrow {
  width: 56px;
  height: 56px;
  text-align: center;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: block !important;
  cursor: pointer;
  margin: 30px 0;
}
.testimonials_module .slick-arrow svg {
  fill: #fff;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .testimonials_module .slick-arrow:hover {
    border-color: #AD8A63;
  }
  .testimonials_module .slick-arrow:hover svg {
    fill: #AD8A63;
  }
}
.testimonials_module .slick-next svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonials_module .active_slide {
  color: #ffffff;
  font-weight: 600;
  width: 150px;
  max-width: 100%;
  border-bottom: 3px solid #fff;
  line-height: 1.4;
  margin-top: auto;
  position: relative;
}
.testimonials_module .active_slide .progress_bar {
  width: 66px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #AD8A63;
}
.testimonials_module .active_slide .active {
  font-size: 60px;
}
.testimonials_module .active_slide .total {
  font-size: 30px;
  opacity: 0.2;
  padding-left: 10px;
}

.testimonials_module_single {
  padding-right: 50px;
}
.testimonials_module_single .bg {
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 105px 55px 60px;
  position: relative;
  width: 800px;
}
.testimonials_module_single .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.6;
  z-index: 1;
}
.testimonials_module_single .left {
  width: 44%;
  position: relative;
  z-index: 5;
  padding-top: 60px;
  padding-right: 30px;
}
.testimonials_module_single .left img {
  width: 250px;
  height: auto;
  max-width: 100%;
}
.testimonials_module_single .right {
  width: 56%;
  position: relative;
  z-index: 5;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 290px;
}
.testimonials_module_single .stars_wrap {
  width: 140px;
}
.testimonials_module_single .stars {
  height: 18px;
  margin-left: -5px;
}
.testimonials_module_single .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  padding-top: 25px;
}
.testimonials_module_single .subtitle {
  line-height: 1.2;
  font-weight: 500;
  font-size: 18px;
}
.testimonials_module_single .desc {
  font-size: 14px;
  line-height: 2.1428571429;
  opacity: 0.75;
  padding: 11px 0;
}
.testimonials_module_single .bottom {
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-top: auto;
}
.testimonials_module_single .bottom span {
  padding-left: 10px;
  vertical-align: middle;
}
.testimonials_module_single .bottom img {
  vertical-align: middle;
  display: inline-block;
}
.testimonials_module_single .bleft {
  opacity: 0.75;
}
.testimonials_module_single .bright {
  cursor: pointer;
}

.testimonials_module_video_wrap {
  position: fixed;
  z-index: 1500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.testimonials_module_video_wrap .close_video {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #AD8A63;
  cursor: pointer;
  z-index: 50;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.testimonials_module_video_wrap .close_video::before, .testimonials_module_video_wrap .close_video::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #AD8A63;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.testimonials_module_video_wrap .close_video::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.testimonials_module_video_wrap .close_video::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  .testimonials_module_video_wrap .close_video:hover {
    opacity: 0.8;
  }
}
.testimonials_module_video_wrap iframe, .testimonials_module_video_wrap .wrap_video {
  border: none;
  width: 100%;
  height: 100%;
}
.testimonials_module_video_wrap.active {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 1024px) {
  .testimonials_module .wrap {
    padding: 55px 0;
    margin-right: -40px;
  }
  .testimonials_module .wrap::before {
    width: 260px;
    left: -40px;
  }
  .testimonials_module .top_section {
    left: 240px;
    top: 12px;
  }
  .testimonials_module .navigation_wrap {
    width: 130px;
  }
  .testimonials_module .slider_wrap {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
  }
  .testimonials_module .navigation_wrap {
    padding: 24px 0 0px;
  }
  .testimonials_module .slick-arrow {
    width: 46px;
    height: 46px;
    margin: 24px 0;
  }
  .testimonials_module .slick-arrow svg {
    width: 15px;
    height: 14px;
  }
  .testimonials_module .active_slide {
    width: 120px;
    border-width: 2px;
    position: relative;
    top: 12px;
  }
  .testimonials_module .active_slide .progress_bar {
    width: 53px;
    height: 2px;
    bottom: -2px;
  }
  .testimonials_module .active_slide .active {
    font-size: 48px;
  }
  .testimonials_module .active_slide .titalt {
    font-size: 24px;
  }
  .testimonials_module_single {
    padding-right: 24px;
  }
  .testimonials_module_single .bg {
    width: 550px;
    padding: 44px 18px 40px 11px;
  }
  .testimonials_module_single .left {
    width: 40%;
    padding-top: 50px;
  }
  .testimonials_module_single .right {
    width: 60%;
    min-height: 220px;
  }
  .testimonials_module_single .stars_wrap {
    width: 125px;
  }
  .testimonials_module_single .stars {
    height: 16px;
  }
  .testimonials_module_single .title {
    font-size: 18px;
    padding-top: 18px;
  }
  .testimonials_module_single .subtitle {
    font-size: 15px;
  }
  .testimonials_module_single .desc {
    font-size: 11px;
    padding: 9px 0;
  }
  .testimonials_module_single .bottom {
    font-size: 11px;
  }
  .testimonials_module_single .bleft img {
    width: 20px;
  }
  .testimonials_module_single .bright img {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .testimonials_module {
    padding-top: 30px;
  }
  .testimonials_module .wrap {
    display: block;
    margin-right: 0;
    padding: 0;
  }
  .testimonials_module .wrap::before {
    left: -20px;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    top: auto;
    bottom: 0;
    height: 215px;
  }
  .testimonials_module .top_section {
    position: relative;
    left: 0;
    top: 0;
    padding-bottom: 16px;
  }
  .testimonials_module .navigation_wrap {
    padding: 40px 0 34px;
    width: 100%;
  }
  .testimonials_module .slider_wrap {
    width: 100%;
  }
  .testimonials_module .active_slide {
    top: 0;
    margin: auto;
  }
  .testimonials_module_single {
    padding-right: 20px;
  }
  .testimonials_module_single .bg {
    width: -webkit-calc(100vw - 40px);
    width: -moz-calc(100vw - 40px);
    width: calc(100vw - 40px);
    display: block;
    padding: 10px 13px 23px;
  }
  .testimonials_module_single .left {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .testimonials_module_single .left img {
    height: 83px;
    width: auto;
    margin: auto;
  }
  .testimonials_module_single .stars_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
  }
  .testimonials_module_single .right {
    min-height: 160px;
    width: 100%;
  }
  .testimonials_module_single .title {
    padding-top: 4px;
  }
  .testimonials_module_single .desc {
    padding: 8px 0;
  }
}
/*=====  End of Testimonials  ======*/
.sproduct_gallery_nav {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.8s ease-in-out 0.8s;
  -moz-transition: all 0.8s ease-in-out 0.8s;
  -o-transition: all 0.8s ease-in-out 0.8s;
  transition: all 0.8s ease-in-out 0.8s;
}
.sproduct_gallery_nav .img_nav {
  position: relative;
  width: 80px;
  height: 80px;
  cursor: pointer;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
  background-color: #fff;
}
.sproduct_gallery_nav .img_nav::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 1;
}
.sproduct_gallery_nav .slick-arrow {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.sproduct_gallery_nav .slick-arrow svg {
  width: 16px;
  height: 16px;
}
.sproduct_gallery_nav .slick-arrow.slick-prev {
  left: -30px;
}
.sproduct_gallery_nav .slick-arrow.slick-prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sproduct_gallery_nav .slick-arrow.slick-next {
  right: -30px;
}

@media screen and (max-width: 1024px) {
  .sproduct_gallery_nav {
    padding: 0 30px 0 20px;
  }
  .sproduct_gallery_nav .slick-arrow.slick-prev {
    left: -10px;
  }
  .sproduct_gallery_nav .slick-arrow.slick-next {
    right: -2px;
  }
}
@media screen and (max-width: 767px) {
  .sproduct_gallery_nav {
    padding: 0 20px;
    margin-top: 20px;
  }
  .sproduct_gallery_nav .slick-arrow {
    width: 20px;
  }
  .sproduct_gallery_nav .slick-arrow svg {
    width: 12px;
    height: 12px;
  }
  .sproduct_gallery_nav .slick-arrow.slick-prev {
    left: -2px;
  }
  .sproduct_gallery_nav .slick-arrow.slick-next {
    right: -2px;
  }
}/*# sourceMappingURL=single_product.css.map */