/** Shopify CDN: Minification failed

Line 438:0 Expected identifier but found "<!--"
Line 460:0 Expected identifier but found "<!--"
Line 460:27 Expected identifier but found "-->"
Line 1725:21 Unexpected "{"
Line 2189:0 Expected identifier but found "<!--"
Line 2211:0 Expected identifier but found "<!--"
Line 2211:27 Expected identifier but found "-->"
Line 3486:0 Expected identifier but found "<!--"
Line 3508:0 Expected identifier but found "<!--"
Line 3508:27 Expected identifier but found "-->"

**/


/* CSS from section stylesheet tags */
.internationalNotice {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 12px 15px;
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.4;
  color: #495057;
}

.internationalNotice strong {
  color: #212529;
}
footer{}
.footer-ico>.footer-ico-option{
	margin-bottom: 20px;
}
footer .footerPhoneNumber{
    width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
margin-bottom: 20px;
}
footer .footerPhoneNumber.desktop{
	display: none;
}



footer .footerPhoneNumber .icon{
	width: 23px;
  	height: 23px;
		margin-right: 15px;
}
footer .footerPhoneNumber span{
	font-family: 'Circular STD Book', sans-serif;
	font-weight: 500;
	font-size: 19px;
    color: #76C773;
	margin-right: 10px;
}
footer .footerPhoneNumber a{
  	font-family: 'Circular STD Book', sans-serif;
  	font-size: 19px;
	color:#76C773
}


@media(min-width:991px){
footer .footerPhoneNumber.mobile{
	display: none;
}
footer .footerPhoneNumber.desktop{
	display: flex;
    max-width: unset;
}
footer .footerPhoneNumber{
	flex-wrap:wrap;
	justify-content: flex-start;
}
footer .footerPhoneNumber a{
	flex: 0 0 100%;
	padding-left: 40px;
    margin-top: 10px;
	margin-left: 0;
    margin-right:0;
}
}
.internationalNotice {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 12px 15px;
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.4;
  color: #495057;
}

.internationalNotice strong {
  color: #212529;
}
.postProductBlock {
  padding-top: 30px;
  padding-bottom: 30px
}

@media (min-width: 765px) {
  .postProductBlock .siteWidth {
    position: relative;
    z-index: 1
  }

  .postProductBlock .siteWidth:before {
    content: '';
    background-color: #f5fafd;
    border-radius: 5px;
    width: calc(100% + 100px);
    height: calc(100% + 80px);
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

@media (min-width: 991px) {
  .postProductBlock .siteWidth:before {
    width: calc(100% + 140px);
    height: calc(100% + 120px)
  }
}

.postProductBlock .innerWrapper {
  max-width: 350px;
  margin: 0 auto
}

.postProductBlock .innerWrapper .element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px
}

.postProductBlock .innerWrapper .element .iconBlock {
  width: 90px;
  height: 90px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin-right: 0;
  margin-top: -10px;
  margin-left: -10px
}

.postProductBlock .innerWrapper .element .iconBlock img {
  width: 100%;
  height: 100%
}

@media (min-width: 765px) {
  .postProductBlock .innerWrapper .element .iconBlock {
    width: 110px;
    height: 110px;
    margin: 0 auto -5px
  }
}

@media (min-width: 991px) {
  .postProductBlock .innerWrapper .element .iconBlock {
    width: 130px;
    height: 130px
  }
}

.postProductBlock .innerWrapper .element .textBlock h4.title {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #19191b;
  margin-bottom: 10px
}

@media (min-width: 765px) {
  .postProductBlock .innerWrapper .element .textBlock h4.title {
    font-size: 24px;
    line-height: 34px
  }
}

.postProductBlock .innerWrapper .element .textBlock .text {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #19191b
}

@media (min-width: 765px) {
  .postProductBlock .innerWrapper .element .textBlock .text {
    font-size: 16px;
    line-height: 24px;
    color: #8c97ac
  }
}

@media (min-width: 765px) {
  .postProductBlock .innerWrapper .element .textBlock {
    text-align: center
  }
}

.postProductBlock .innerWrapper .element:last-child {
  margin-bottom: 0
}

@media (min-width: 576px) {
  .postProductBlock .innerWrapper .element {
    margin-bottom: 30px
  }
}

@media (min-width: 765px) {
  .postProductBlock .innerWrapper .element {
    display: block;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    padding-left: 10px;
    padding-right: 10px
  }
}

@media (min-width: 991px) {
  .postProductBlock .innerWrapper .element {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (min-width: 765px) {
  .postProductBlock .innerWrapper {
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px
  }
}

@media (min-width: 1260px) {
  .postProductBlock .innerWrapper {
    max-width: 1130px;
    margin: 0 auto
  }
}

@media (min-width: 765px) {
  .postProductBlock {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media (min-width: 991px) {
  .postProductBlock {
    padding-top: 70px;
    padding-bottom: 70px
  }
}
.productSection {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff
}

.productSection .innerWrapper h1.title {
  	text-align: center;
	font-size: 20px;
  	margin-bottom: 20px
}

@media (min-width: 576px) {
  .productSection .innerWrapper h1.title {
    font-size: 26px;
    line-height: 36px
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper h1.title {
    line-height: 38px
  }
}

.productSection .innerWrapper .findOutMore {
  border: 1px solid #8c97ac;
  background-color: rgba(245, 250, 253, .4);
  border-radius: 5px;
  padding: 15px 20px;
/*   max-width: 440px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.productSection .innerWrapper .findOutMore .textWrap {
  padding-right: 20px
}

.productSection .innerWrapper .findOutMore .textWrap .text {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  color: #19191b;
  font-size: 16px;
  margin-bottom: 10px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .findOutMore .textWrap .text {
    font-size: 21px
  }
}

.productSection .innerWrapper .findOutMore .textWrap a {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 21px;
  color: #76c773
}

.productSection .innerWrapper .findOutMore .textWrap a .icon {
  width: 20px;
  height: 20px;
  margin-left: 10px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .findOutMore .textWrap a {
    font-size: 18px
  }
}

.productSection .innerWrapper .findOutMore .imgWrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83px;
  flex: 0 0 83px
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .findOutMore {
    padding: 15px 40px
  }
}

.productSection .innerWrapper .leftSide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 630px;
  flex: 0 0 630px;
  padding-top: 5px
}

.productSection .innerWrapper .leftSide .sliderBlock {
  max-width: 220px;
  margin: 0 auto 28px
}

.productSection .innerWrapper .leftSide .sliderBlock .sliderItem img {
  width: 100%;
  max-width: 355px;
  margin-left: auto;
  margin-right: auto
}

.productSection .innerWrapper .leftSide .sliderBlock .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0
}

.productSection .innerWrapper .leftSide .sliderBlock .slick-dots li button {
  width: 12px;
  height: 12px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.productSection .innerWrapper .leftSide .sliderBlock .slick-dots li button:before {
  width: 12px;
  height: 12px;
  line-height: 12px;
  color: #8c97ac;
  opacity: 1
}

.productSection .innerWrapper .leftSide .sliderBlock .slick-dots li.slick-active button {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2)
}

@media (min-width: 765px) {
  .productSection .innerWrapper .leftSide .sliderBlock {
    max-width: 400px;
    margin-bottom: 70px
  }
}

.productSection .innerWrapper .leftSide .sliderBlockPrev {
  max-width: 300px;
  margin: 0 auto 17px
}

.productSection .innerWrapper .leftSide .sliderBlockPrev .slick-track {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important
}

.productSection .innerWrapper .leftSide .sliderBlockPrev .sliderItem {
  cursor: pointer;
<!--   margin-right: 15px -->
}

.productSection .innerWrapper .leftSide .sliderBlockPrev .sliderItem img {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.productSection .innerWrapper .leftSide .sliderBlockPrev .sliderItem.slick-current {
  border: 1px solid #8c97ac;
  border-radius: 5px
}

.productSection .innerWrapper .leftSide .sliderBlockPrev .sliderItem.slick-current img {
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9)
}

@media (min-width: 991px) {
  .productSection .innerWrapper .leftSide .sliderBlockPrev .sliderItem {
<!--     margin-left: 5px; -->
<!--     margin-right: 5px -->
  }

  .productSection .innerWrapper .leftSide .sliderBlockPrev .sliderItem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper .leftSide .sliderBlockPrev {
    max-width: 450px
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .leftSide .sliderBlockPrev {
    margin-bottom: 40px
  }
}
.productSection .innerWrapper .leftSide .reviewText {
	margin-bottom: 30px;
}
.productSection .innerWrapper .leftSide .reviewText .stars{
	display: flex;
	align-items:center;
    margin-bottom: 10px;
}
.productSection .innerWrapper .leftSide .reviewText .stars .icon{
	width: 17px;
	height: 17px;
}
.productSection .innerWrapper .leftSide .reviewText .text1{
	font-family: "Circular Std", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color:#7C8087;
}

.productSection .innerWrapper .leftSide .reviewText .text1 span{
	font-family: "Circular Std", sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #76c773;
}

.productSection .innerWrapper .leftSide .findOutMore {
  display: none
}

@media (min-width: 991px) {
  .productSection .innerWrapper .leftSide .findOutMore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.productSection .innerWrapper .leftSide .togetherBlock {
  display: none
}

@media (min-width: 991px) {
  .productSection .innerWrapper .leftSide .togetherBlock {
    display: block
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding-right: 15px;
    padding-top: 0
  }
}

.productSection .innerWrapper .rightSide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 640px;
  flex: 0 0 640px
}

.productSection .innerWrapper .rightSide .pseudoTitle {
  display: none;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  color: #19191b;
  font-size: 20px;
  line-height: 44px;
  margin-bottom: 30px
}

@media (min-width: 765px) {
  .productSection .innerWrapper .rightSide .pseudoTitle {
    display: block;
  font-size: 32px;
  }
}

.productSection .innerWrapper .rightSide .reviewBlock .reviewRating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px
}

.productSection .innerWrapper .rightSide .reviewBlock .reviewRating .int {
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: rgba(28, 30, 34, .9);
  margin-right: 9px
}

.productSection .innerWrapper .rightSide .reviewBlock .reviewRating .icon {
  margin-left: -2px;
  width: 17px;
  height: 17px
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .reviewBlock .reviewRating {
    margin-bottom: 14px
  }
}

.productSection .innerWrapper .rightSide .priceBlock {
  font-size: 28px;
  margin-bottom: 8px
}

.productSection .innerWrapper .rightSide .priceBlock .price {
  font-weight: 700;
  color: #19191b;
  margin-right: 13px
}

@media (min-width: 991px) {
  .productSection .innerWrapper .rightSide .priceBlock .price {
    margin-right: 23px
  }
}

.productSection .innerWrapper .rightSide .priceBlock .oldPrice {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  color: #fb5228;
  position: relative
}

.productSection .innerWrapper .rightSide .priceBlock .oldPrice:before {
  content: '';
  width: calc(100% + 6px);
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3px;
  background-color: #fb5228;
  margin: auto;
  border-radius: 5px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .priceBlock {
    font-size: 32px;
    margin-bottom: 10px
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper .rightSide .priceBlock {
    font-size: 34px
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .rightSide .priceBlock {
    font-size: 38px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .priceBlock {
    margin-bottom: 15px
  }
}

.productSection .innerWrapper .rightSide .description {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 12px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .description {
    font-size: 14px;
    line-height: 21px
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper .rightSide .description {
    font-size: 15px;
    line-height: 24px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .description {
    margin-bottom: 22px
  }
}

.productSection .innerWrapper .rightSide .buyControlBlock {
  margin-bottom: 8px
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock {
  display: none
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock input {
  border-radius: 0;
  border: 0;
  border-top: 1px solid rgba(140, 151, 171, .4);
  border-bottom: 1px solid rgba(140, 151, 171, .4);
  height: 50px;
  width: 20px;
  text-align: center;
  -moz-appearance: textfieldж
	font-family: 'Circular STD', sans-serif;
	font-weight: 700;
	font-size: 16px;
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock input {
    height: 57px
  }
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock button {
  cursor: pointer;
  width: 47px;
  height: 50px;
  border: 1px solid rgba(140, 151, 171, .4);
  border-radius: 5px;
  background-color: #fff;
  position: relative;
	font-family: 'Circular STD', sans-serif;
	font-weight: 700;
	font-size: 16px;
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock button.minus {
  border-right: none;
  border-radius: 5px 0 0 5px
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock button.plus {
  border-left: none;
  border-radius: 0 5px 5px 0
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock button:hover {
  background-color: #8c97ab33
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock button {
    width: 68px;
    height: 57px
  }
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.productSection .innerWrapper .rightSide .buyControlBlock .btn1 {
  max-width: 100%;
  height: 50px;
  line-height: 48px;
  margin-bottom: 8px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .btn1 {
    max-width: 175px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .btn1 {
    height: 57px;
    line-height: 57px;
    max-width: 250px;
    margin-bottom: 0
  }
}

.productSection .innerWrapper .rightSide .buyControlBlock .btn2 {
  height: 50px;
  line-height: 48px;
  max-width: 100%
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .btn2 {
    max-width: 175px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .btn2 {
    height: 57px
  }
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .buyControlBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .buyControlBlock {
    margin-bottom: 18px
  }
}

.productSection .innerWrapper .rightSide .deliveryBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(140, 151, 171, .1);
  border-radius: 5px;
  height: 42px;
  margin-bottom: 20px
}

.productSection .innerWrapper .rightSide .deliveryBlock span {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #19191b;
  margin-right: 15px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .deliveryBlock span {
    font-size: 16px
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper .rightSide .deliveryBlock span {
    font-size: 18px
  }
}

.productSection .innerWrapper .rightSide .deliveryBlock .icon {
  width: 26px;
  height: 18px
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .deliveryBlock .icon {
    width: 33px;
    height: 22px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .deliveryBlock {
    height: 50px
  }
}

.productSection .innerWrapper .rightSide .shippingBlock {
  margin-bottom: 11px
}

.productSection .innerWrapper .rightSide .shippingBlock .shipmentPoint {
  font-family: 'Circular Std Book', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #19191b;
  margin-bottom: 9px
}

.productSection .innerWrapper .rightSide .shippingBlock .shipmentPoint button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin-left: 5px;
  font-family: 'Circular Std', sans-serif;
  color: #76c773;
  position: relative;
  font-size: inherit;
  line-height: inherit
}

.productSection .innerWrapper .rightSide .shippingBlock .shipmentPoint button:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #76c773;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.productSection .innerWrapper .rightSide .shippingBlock .shipmentPoint button:hover:before {
  opacity: 0
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .shippingBlock .shipmentPoint {
    font-size: 18px;
    margin-bottom: 12px
  }
}

.productSection .innerWrapper .rightSide .shippingBlock .inputWrapper {
  display: none;
  position: relative
}

.productSection .innerWrapper .rightSide .shippingBlock .inputWrapper input {
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid rgba(140, 151, 171, .4);
  border-radius: 5px;
  padding-right: 150px;
  padding-left: 15px;
  font-size: 14px
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .shippingBlock .inputWrapper input {
    height: 52px
  }
}

.productSection .innerWrapper .rightSide .shippingBlock .inputWrapper button {
  cursor: pointer;
  width: 140px;
  background-color: #8c97ac;
  border-radius: 5px;
  height: 43px;
  border: 2px solid #8c97ac;
  font-family: "Circular Std", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 1px;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.productSection .innerWrapper .rightSide .shippingBlock .inputWrapper button:hover {
  border-color: #00a250;
  background-color: #00a250
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .shippingBlock .inputWrapper button {
    width: 170px;
    font-size: 16px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .shippingBlock .inputWrapper button {
    width: 243px;
    height: 50px
  }
}

.productSection .innerWrapper .rightSide .shippingBlock .error {
  display: none;
  font-family: 'Circular Std Book', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fb5228;
  margin-top: 13px;
  margin-bottom: 20px
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .shippingBlock {
    margin-bottom: 12px
  }
}

.productSection .innerWrapper .rightSide .priorityBlock {
  margin-bottom: 10px
}

.productSection .innerWrapper .rightSide .priorityBlock ul li {
  font-family: 'Circular Std Book', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 27px;
  color: #19191b;
  position: relative;
  padding-left: 14px
}

.productSection .innerWrapper .rightSide .priorityBlock ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f5a623;
  position: absolute;
  top: 8px;
  left: 0
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .priorityBlock ul li:before {
    width: 10px;
    height: 10px;
    top: 12px
  }
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .priorityBlock ul li {
    font-size: 14px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .priorityBlock ul li {
    padding-left: 20px;
    line-height: 34px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .priorityBlock {
    margin-bottom: 14px
  }
}

.productSection .innerWrapper .rightSide .accordionBlock {
  margin-bottom: 17px
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem {
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
  border-bottom: 1px solid rgba(140, 151, 171, .4)
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .switcher {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 17px;
  right: 0;
  fill: #76c773;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .accordionBlock .accordionItem .switcher {
    top: 25px
  }
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemTitle {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  color: #19191b;
  font-size: 16px;
  cursor: pointer
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemTitle:hover {
  color: #999
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemTitle {
    font-size: 18px
  }
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemText {
  padding-top: 13px;
  font-family: 'Circular Std Book', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: #19191b
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemText .someText {
  font-family: 'Circular Std', sans-serif;
  font-weight: 500
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemText .second li {
  position: relative;
  padding-left: 36px
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemText .second li:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #f5a623;
  border-radius: 50%;
  left: 22px;
  top: 9px
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemText ul li {
  position: relative;
  padding-left: 21px
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemText ul li:before {
  content: '';
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background-color: #8c97ac;
  position: absolute;
  top: 11px;
  left: 0
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem:first-child {
  border-top: 1px solid rgba(140, 151, 171, .4)
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem.active {
  padding-bottom: 14px
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem.active .switcher path {
  d: path("M0 80855V6.24H16V9.15886V9.728H0V6.24Z")
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .accordionBlock .accordionItem {
    padding-top: 19px;
    padding-bottom: 19px
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .rightSide .findOutMore {
    display: none
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .rightSide .togetherBlock {
    display: none
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper .rightSide {
    max-width: 550px;
    margin: 0 auto
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .rightSide {
    max-width: unset;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    padding-left: 15px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-left: unset;
    margin-right: unset
  }
}

.productSection .innerWrapper .buyTogetherBlock {
  padding: 20px;
  border: 1px solid rgba(140, 151, 172, .6);
  border-radius: 5px;
  max-width: 545px;
  margin: 0 auto;
  background-color: rgba(245, 250, 253, .4)
}

.productSection .innerWrapper .buyTogetherBlock .title {
  text-align: center;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  color: #19191B;
  font-size: 16px;
  margin-bottom: 20px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .buyTogetherBlock .title {
    font-size: 21px;
    margin-bottom: 30px
  }
}

.productSection .innerWrapper .buyTogetherBlock .imgWrap {
  max-width: 250px;
  margin: 0 auto 20px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .buyTogetherBlock .imgWrap {
    max-width: 320px
  }
}

.productSection .innerWrapper .buyTogetherBlock .priceBlock {
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px;
  text-align: center
}

.productSection .innerWrapper .buyTogetherBlock .priceBlock .text {
  font-size: 21px;
  margin-right: 5px
}

.productSection .innerWrapper .buyTogetherBlock .priceBlock .price {
  font-size: 21px
}

.productSection .innerWrapper .buyTogetherBlock .priceBlock .oldPrice {
  color: #fb5228;
  font-size: 21px;
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  position: relative
}

.productSection .innerWrapper .buyTogetherBlock .priceBlock .oldPrice:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fb5228;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

@media (min-width: 576px) {
  .productSection .innerWrapper .buyTogetherBlock .priceBlock {
    margin-bottom: 30px
  }
}

.productSection .innerWrapper .buyTogetherBlock .inputWrapper {
  margin-bottom: 15px
}

.productSection .innerWrapper .buyTogetherBlock .inputWrapper .price {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  margin: 0 5px;
  color: #19191b
}

.productSection .innerWrapper .buyTogetherBlock .inputWrapper .oldPrice {
  color: #fb5228;
  position: relative
}

.productSection .innerWrapper .buyTogetherBlock .inputWrapper .oldPrice:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #fb5228
}

.productSection .innerWrapper .buyTogetherBlock .inputWrapper.double label:before {
  top: 6px
}

.productSection .innerWrapper .buyTogetherBlock .inputWrapper.double label:after {
  top: 11px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .buyTogetherBlock .inputWrapper {
    margin-bottom: 20px
  }
}

.productSection .innerWrapper .buyTogetherBlock .btnWrap {
  text-align: center;
  margin-top: 40px;
}

.productSection .innerWrapper .buyTogetherBlock .btnWrap .activeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  background-color: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.productSection .innerWrapper .buyTogetherBlock .btnWrap .activeBtn span {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  color: #76c773;
  font-size: 14px;
  margin-right: 5px;
  position: relative
}

.productSection .innerWrapper .buyTogetherBlock .btnWrap .activeBtn span:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: transparent
}

@media (min-width: 576px) {
  .productSection .innerWrapper .buyTogetherBlock .btnWrap .activeBtn span {
    font-size: 16px;
    margin-right: 10px
  }
}

.productSection .innerWrapper .buyTogetherBlock .btnWrap .activeBtn .icon {
  width: 16px;
  height: 16px
}

.productSection .innerWrapper .buyTogetherBlock .btnWrap .activeBtn:hover span:before {
  background-color: #76c773
}

@media (min-width: 576px) {
  .productSection .innerWrapper .buyTogetherBlock {
    padding: 20px 55px
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper .buyTogetherBlock {
    padding: 30px 70px
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .buyTogetherBlock {
    padding: 20px 15px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .buyTogetherBlock {
    padding: 30px 70px
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 576px) {
  .productSection {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media (min-width: 765px) {
  .productSection {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media (min-width: 991px) {
  .productSection {
    padding-top: 20px;
    padding-bottom: 60px
  }
}

@media (min-width: 1260px) {
  .productSection {
    padding-bottom: 70px
  }
}

.productSection .togetherBlock {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto
}

.productSection .togetherBlock .fbtBlock {
  text-align: center;
  background-color: #FDFEFF;
  border-radius: 5px;
  border: 1px solid #EAECF0;
  padding: 20px 15px;
  margin-bottom: 20px
}

.productSection .togetherBlock .fbtBlock .title {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px
}

@media (min-width: 991px) {
  .productSection .togetherBlock .fbtBlock .title {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 30px
  }
}

.productSection .togetherBlock .fbtBlock .imgWrap {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px
}

@media (min-width: 991px) {
  .productSection .togetherBlock .fbtBlock .imgWrap {
    max-width: 280px
  }
}

.productSection .togetherBlock .fbtBlock .priceBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
}

.productSection .togetherBlock .fbtBlock .priceBlock span {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 700;
  color: #19191b;
  font-size: 21px
}

@media (min-width: 991px) {
  .productSection .togetherBlock .fbtBlock .priceBlock .price {
    font-size: 21px
  }
}

.productSection .togetherBlock .fbtBlock .priceBlock .oldPrice {
  margin: 0 10px;
	color:#fb5228;
	position:relative;
}
.productSection .togetherBlock .fbtBlock .priceBlock .oldPrice:before{
    content: '';
    width: calc(100% + 6px);
    height: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3px;
    background-color: #fb5228;
    margin: auto;
    border-radius: 5px;
}

@media (min-width: 991px) {
  .productSection .togetherBlock .fbtBlock .priceBlock .oldPrice {
    font-size: 21px
  }
}
.productSection .togetherBlock .fbtBlock .btnWrap .btn2 {
	background-color:#FDFEFF;
}
.productSection .togetherBlock .fbtBlock .btnWrap .btn2:hover{
	background-color:#00a250;
}
@media (min-width: 991px) {
  .productSection .togetherBlock .fbtBlock .btnWrap .btn2 {
    max-width: 290px
  }
}

@media (min-width: 991px) {
  .productSection .togetherBlock .fbtBlock {
    padding: 35px 40px
  }
}

@media (min-width: 991px) {
  .productSection .togetherBlock {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media (min-width: 1260px) {
  .productSection .togetherBlock {
    max-width: 480px;
    margin-left: unset;
    margin-right: unset
  }
}
.steps-item.show-step{
  transition: all 1s;
  transition-behavior: allow-discrete;
  top: 0px;
  max-height:420px;
  position: relative;
}
  
.steps-item{
  position: relative;
  transition: all 1s;
  transition-behavior: allow-discrete;
  max-height: 0;
  top: 420px;
  background-color: #ffffff;
}

.scroll-up{
  top: -420px !important;
}

.remove-height{
  max-height:0px !important;
}
  
#note.final-hide,
#banner-heading.final-hide,
#breadcrumbs.final-hide{
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
  margin-bottom: 0px;
  padding: 0px;
}

#tracking_interest{
  height: 420px;
  overflow-y: clip;
  transition: all 1s;
  transition-behavior: allow-discrete;
}
  
#show_additional_phone,
#show_additional_for_business{
  margin: 5px 0 15px;
  transition: all 0.5s;
  transition-behavior: allow-discrete;
  opacity: 0;
  scale: 0;
  visibility: hidden;
  max-height: 0;
}
#show_additional_phone.show,
#show_additional_for_business.show{
  position: relative;
  transition: all 0.5s;
  transition-behavior: allow-discrete;
  opacity: 1;
  scale: 1;
  visibility: visible;
  max-height: 100%;
}

#FinalStep{
  opacity: 0;
  scale: 0;
  transition: all .5s;
  transition-behavior: allow-discrete;
  visibility: hidden;  
}

#FinalStep.FinalStepShow,
#success_sent_txt.FinalStepShow{
  opacity:1;
  visibility: visible;
  scale:1;
  transition: all 0.5s;
  transition-behavior: allow-discrete;  
}
  
#FinalStep .box-selection-container p{
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
  text-wrap: balance;
}
#FinalStep .box-selection-container a{
  color:#76c773;
}  

.icon-send{
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
  
.icon-send:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(https://cdn.shopify.com/s/files/1/0075/3677/1145/files/arrow-right-send.svg?v=1719461161) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  rotate: 45deg;
}

.hiding-btn{
  transition: .25s all;
  opacity: 0;
  visibility: hidden;
}
  
/* text input style */  
  
.item-input-box input[type="email"],
.item-input-box input[type="tel"],
.item-input-box input[type="number"],
.item-input-box input[type="text"]{
  background: 0;
  border: 0;
  outline: none;
  max-width: 400px;
  font-size: 1.5em;
  transition: padding .3s .2s ease;
  height: 60px;
  padding: 0px 80px;  
  text-align: center;
}

.item-input-box input[type="email"]:focus,
.item-input-box input[type="tel"]:focus,
.item-input-box input[type="number"]:focus,
.item-input-box input[type="text"]:focus{
  padding-bottom: 5px;
}

.item-input-box input[type="email"]:focus + .line::after,
.item-input-box input[type="tel"]:focus + .line::after,
.item-input-box input[type="number"]:focus + .line::after,
.item-input-box input[type="text"]:focus + .line::after{
  transform: scaleX(1);
}

.user-email-container,
.user-phone-container,
.user-text-container,{
  flex-direction: column;
}

.user-email-container .item-input-box,
.user-phone-container .item-input-box,
.user-text-container .item-input-box{
  position: relative;
  align-content: center;
  background-color: #efefef;
}

.user-email-container .item-input-box .line,
.user-phone-container .item-input-box .line,
.user-text-container .item-input-box .line {
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #bdc3c7;
}

.user-email-container .item-input-box .line::after,
.user-phone-container .item-input-box .line::after,
.user-text-container .item-input-box .line::after {
  content: " ";
  position: absolute;
  float: left;
  width: 100%;
  height: 3px;
  left: 0;
  transform: scaleX(0);
  transition: transform .3s ease;
  background: #76c773;
}
  
/* text input style */


/* radio and checkbox style */
input[type=radio] {
    opacity: 0;
    visibility: hidden;
    display: none;
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label{
    border-color: #76c773;
    background-color: #f5fff4;
    color:#76c773;
}
  
input[type=checkbox]+label,
input[type=radio]+label {
  font-size: 16px;
  line-height: 21px;
  padding-left: 0;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 1px solid #cdcdcd;
  border-radius: 6px;
}

input[type=checkbox]+label:before, 
input[type=radio]+label:before{
  content: "";
  width: 28px;
  height: 28px;
  top: 2px;
  left: 2px;
  border-width: 0px;
  border-radius: 0px;
}

input[type=checkbox]:checked+label:after,
input[type=radio]:checked+label:after{
  content: '';
  position: absolute;
  width: 2ex;
  height: 1ex;
  background: rgba(0, 0, 0, 0);
  top: 45%;
  left: 10px;
  border: 3px solid #76c773;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
  border-radius: 0px;
}
/* radio and checkbox style */

.sublabel{
  margin-top: 10px;
  font-size: 14px;
  color: #8f8f8f;
}
  
#note{
  margin: 15px 0;
  font-size: 14px;
  color: #8f8f8f;
  text-align: center;
  visibility: visible;
  transition: all 0.5s;
  opacity: 1;
}

#success_sent_txt{
  font-size: 13px;
  color: #76c773;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  opacity: 0;
}
  
.btn-nxt{
  max-width: 200px;
  padding: 18px 8px;
  font-size: 18px;
  height: auto;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: normal;
}

.box .box-label{
  color: #010101;
  font-size: 31px;
  line-height: 130%;
  font-weight: 400;
  background-color: #fff;
  box-shadow: #fff 0 0;
  padding: 0 20px;
  border: 0px none rgb(255, 255, 255);
  border-radius: 0;
  text-align: center;
  overflow-wrap: break-word;
  text-wrap: balance;
}
  
#banner-heading{
  color: rgb(14, 164, 75);
  font-size: 18px;
  font-weight: 1;
  background-color: rgb(209, 244, 223);
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
  padding: 16px 8px;
  border: 0px none rgb(255, 255, 255);
  border-radius: 6px;
  text-align: left;
  overflow-wrap: break-word;
  margin-bottom: 20px;
  visibility: visible;
  transition: all 0.25s;  
  opacity: 1;
}  

.box-selection-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 15px 20px 15px;
  height: auto;
  gap: 8px;
}
  
.box .box-selection-container .item {
  flex-grow: 1;
  height: 80px;
  align-self: center;
  text-align: center;
  width: 30%;
  border-radius: 6px;
  align-content: center;
}

  
/* modal style */
.custom-modal .close {
  position: absolute;
  top: 0px;
  right: 4px;
  font-size: 35px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.modal-body{
  text-align: center;
}
  
.custom-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}
  
.show{
  display: block;
}
  
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  min-width: 582px;
  max-height: fit-content;
}

.modal-body{
  max-width: 540px;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 767px){
  .modal-content {
    min-width:400px;
  }
  .steps-item.show-step{
    height: 460px;
    max-height: 460px;
  }
  #tracking_interest{
   height: 460px; 
  }
  .scroll-up{
    top:-460px !important;
  }
  .item-input-box input[type="email"], 
  .item-input-box input[type="tel"],
  .item-input-box input[type="number"],
  .item-input-box input[type="text"]{
    padding: 0px 40px;
  }
  item-input-box{
    width:100%;
  }
}
  
/* end modal style */


/* breadcrumbs */
#breadcrumbs ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: center;
}

#breadcrumbs li {
  padding: 5px 5px;
  border: 1px solid #ccc;
  border-radius: 100px;
}

#breadcrumbs .active {
  background-color: #76c773;
  border: 1px solid rgb(118 199 115 / 50%);
}
  
#breadcrumbs .done {
  opacity: 0.8;
  background-color: #cfcfcf;
  border: 1px solid #cfcfcf;
}
  
/* end breadcrumbs */
.productSection {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff
}

.productSection .innerWrapper h1.title {
  	text-align: center;
	font-size: 20px;
  	margin-bottom: 20px
}

@media (min-width: 576px) {
  .productSection .innerWrapper h1.title {
    font-size: 26px;
    line-height: 36px
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper h1.title {
    line-height: 38px
  }
}

.productSection .innerWrapper .findOutMore {
  border: 1px solid #8c97ac;
  background-color: rgba(245, 250, 253, .4);
  border-radius: 5px;
  padding: 15px 20px;
/*   max-width: 440px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.productSection .innerWrapper .findOutMore .textWrap {
  padding-right: 20px
}

.productSection .innerWrapper .findOutMore .textWrap .text {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  color: #19191b;
  font-size: 16px;
  margin-bottom: 10px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .findOutMore .textWrap .text {
    font-size: 21px
  }
}

.productSection .innerWrapper .findOutMore .textWrap a {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 21px;
  color: #76c773
}

.productSection .innerWrapper .findOutMore .textWrap a .icon {
  width: 20px;
  height: 20px;
  margin-left: 10px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .findOutMore .textWrap a {
    font-size: 18px
  }
}

.productSection .innerWrapper .findOutMore .imgWrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83px;
  flex: 0 0 83px
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .findOutMore {
    padding: 15px 40px
  }
}

.productSection .innerWrapper .leftSide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 630px;
  flex: 0 0 630px;
  padding-top: 5px
}

.productSection .innerWrapper .leftSide .sliderBlock {
  max-width: 220px;
  margin: 0 auto 28px
}

.productSection .innerWrapper .leftSide .sliderBlock .sliderItem img {
  width: 100%;
  max-width: 355px;
  margin-left: auto;
  margin-right: auto
}

.productSection .innerWrapper .leftSide .sliderBlock .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0
}

.productSection .innerWrapper .leftSide .sliderBlock .slick-dots li button {
  width: 12px;
  height: 12px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.productSection .innerWrapper .leftSide .sliderBlock .slick-dots li button:before {
  width: 12px;
  height: 12px;
  line-height: 12px;
  color: #8c97ac;
  opacity: 1
}

.productSection .innerWrapper .leftSide .sliderBlock .slick-dots li.slick-active button {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2)
}

@media (min-width: 765px) {
  .productSection .innerWrapper .leftSide .sliderBlock {
    max-width: 400px;
    margin-bottom: 70px
  }
}

.productSection .innerWrapper .leftSide .sliderBlockPrev {
  max-width: 300px;
  margin: 0 auto 17px
}

.productSection .innerWrapper .leftSide .sliderBlockPrev .slick-track {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important
}

.productSection .innerWrapper .leftSide .sliderBlockPrev .sliderItem {
  cursor: pointer;
<!--   margin-right: 15px -->
}

.productSection .innerWrapper .leftSide .sliderBlockPrev .sliderItem img {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.productSection .innerWrapper .leftSide .sliderBlockPrev .sliderItem.slick-current {
  border: 1px solid #8c97ac;
  border-radius: 5px
}

.productSection .innerWrapper .leftSide .sliderBlockPrev .sliderItem.slick-current img {
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9)
}

@media (min-width: 991px) {
  .productSection .innerWrapper .leftSide .sliderBlockPrev .sliderItem {
<!--     margin-left: 5px; -->
<!--     margin-right: 5px -->
  }

  .productSection .innerWrapper .leftSide .sliderBlockPrev .sliderItem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper .leftSide .sliderBlockPrev {
    max-width: 450px
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .leftSide .sliderBlockPrev {
    margin-bottom: 40px
  }
}
.productSection .innerWrapper .leftSide .reviewText {
	margin-bottom: 30px;
}
.productSection .innerWrapper .leftSide .reviewText .stars{
	display: flex;
	align-items:center;
    margin-bottom: 10px;
}
.productSection .innerWrapper .leftSide .reviewText .stars .icon{
	width: 17px;
	height: 17px;
}
.productSection .innerWrapper .leftSide .reviewText .text1{
	font-family: "Circular Std", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color:#7C8087;
}

.productSection .innerWrapper .leftSide .reviewText .text1 span{
	font-family: "Circular Std", sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #76c773;
}

.productSection .innerWrapper .leftSide .findOutMore {
  display: none
}

@media (min-width: 991px) {
  .productSection .innerWrapper .leftSide .findOutMore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.productSection .innerWrapper .leftSide .togetherBlock {
  display: none
}

@media (min-width: 991px) {
  .productSection .innerWrapper .leftSide .togetherBlock {
    display: block
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding-right: 15px;
    padding-top: 0
  }
}

.productSection .innerWrapper .rightSide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 640px;
  flex: 0 0 640px
}

.productSection .innerWrapper .rightSide .pseudoTitle {
  display: none;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  color: #19191b;
  font-size: 20px;
  line-height: 44px;
  margin-bottom: 30px
}

@media (min-width: 765px) {
  .productSection .innerWrapper .rightSide .pseudoTitle {
    display: block;
  font-size: 32px;
  }
}

.productSection .innerWrapper .rightSide .reviewBlock .reviewRating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px
}

.productSection .innerWrapper .rightSide .reviewBlock .reviewRating .int {
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: rgba(28, 30, 34, .9);
  margin-right: 9px
}

.productSection .innerWrapper .rightSide .reviewBlock .reviewRating .icon {
  margin-left: -2px;
  width: 17px;
  height: 17px
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .reviewBlock .reviewRating {
    margin-bottom: 14px
  }
}

.productSection .innerWrapper .rightSide .priceBlock {
  font-size: 28px;
  margin-bottom: 8px
}

.productSection .innerWrapper .rightSide .priceBlock .price {
  font-weight: 700;
  color: #19191b;
  margin-right: 13px
}

@media (min-width: 991px) {
  .productSection .innerWrapper .rightSide .priceBlock .price {
    margin-right: 23px
  }
}

.productSection .innerWrapper .rightSide .priceBlock .oldPrice {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  color: #fb5228;
  position: relative
}

.productSection .innerWrapper .rightSide .priceBlock .oldPrice:before {
  content: '';
  width: calc(100% + 6px);
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3px;
  background-color: #fb5228;
  margin: auto;
  border-radius: 5px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .priceBlock {
    font-size: 32px;
    margin-bottom: 10px
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper .rightSide .priceBlock {
    font-size: 34px
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .rightSide .priceBlock {
    font-size: 38px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .priceBlock {
    margin-bottom: 15px
  }
}

.productSection .innerWrapper .rightSide .description {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 12px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .description {
    font-size: 14px;
    line-height: 21px
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper .rightSide .description {
    font-size: 15px;
    line-height: 24px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .description {
    margin-bottom: 22px
  }
}

.productSection .innerWrapper .rightSide .buyControlBlock {
  margin-bottom: 8px
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock {
  display: none
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock input {
  border-radius: 0;
  border: 0;
  border-top: 1px solid rgba(140, 151, 171, .4);
  border-bottom: 1px solid rgba(140, 151, 171, .4);
  height: 50px;
  width: 20px;
  text-align: center;
  -moz-appearance: textfieldж
	font-family: 'Circular STD', sans-serif;
	font-weight: 700;
	font-size: 16px;
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock input {
    height: 57px
  }
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock button {
  cursor: pointer;
  width: 47px;
  height: 50px;
  border: 1px solid rgba(140, 151, 171, .4);
  border-radius: 5px;
  background-color: #fff;
  position: relative;
	font-family: 'Circular STD', sans-serif;
	font-weight: 700;
	font-size: 16px;
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock button.minus {
  border-right: none;
  border-radius: 5px 0 0 5px
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock button.plus {
  border-left: none;
  border-radius: 0 5px 5px 0
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock button:hover {
  background-color: #8c97ab33
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock button {
    width: 68px;
    height: 57px
  }
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.productSection .innerWrapper .rightSide .buyControlBlock .btn1 {
  max-width: 100%;
  height: 50px;
  line-height: 48px;
  margin-bottom: 8px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .btn1 {
    max-width: 175px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .btn1 {
    height: 57px;
    line-height: 57px;
    max-width: 250px;
    margin-bottom: 0
  }
}

.productSection .innerWrapper .rightSide .buyControlBlock .btn2 {
  height: 50px;
  line-height: 48px;
  max-width: 100%
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .btn2 {
    max-width: 175px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .btn2 {
    height: 57px
  }
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .buyControlBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .buyControlBlock {
    margin-bottom: 18px
  }
}

.productSection .innerWrapper .rightSide .deliveryBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(140, 151, 171, .1);
  border-radius: 5px;
  height: 42px;
  margin-bottom: 20px
}

.productSection .innerWrapper .rightSide .deliveryBlock span {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #19191b;
  margin-right: 15px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .deliveryBlock span {
    font-size: 16px
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper .rightSide .deliveryBlock span {
    font-size: 18px
  }
}

.productSection .innerWrapper .rightSide .deliveryBlock .icon {
  width: 26px;
  height: 18px
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .deliveryBlock .icon {
    width: 33px;
    height: 22px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .deliveryBlock {
    height: 50px
  }
}

.productSection .innerWrapper .rightSide .shippingBlock {
  margin-bottom: 11px
}

.productSection .innerWrapper .rightSide .shippingBlock .shipmentPoint {
  font-family: 'Circular Std Book', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #19191b;
  margin-bottom: 9px
}

.productSection .innerWrapper .rightSide .shippingBlock .shipmentPoint button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin-left: 5px;
  font-family: 'Circular Std', sans-serif;
  color: #76c773;
  position: relative;
  font-size: inherit;
  line-height: inherit
}

.productSection .innerWrapper .rightSide .shippingBlock .shipmentPoint button:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #76c773;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.productSection .innerWrapper .rightSide .shippingBlock .shipmentPoint button:hover:before {
  opacity: 0
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .shippingBlock .shipmentPoint {
    font-size: 18px;
    margin-bottom: 12px
  }
}

.productSection .innerWrapper .rightSide .shippingBlock .inputWrapper {
  display: none;
  position: relative
}

.productSection .innerWrapper .rightSide .shippingBlock .inputWrapper input {
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid rgba(140, 151, 171, .4);
  border-radius: 5px;
  padding-right: 150px;
  padding-left: 15px;
  font-size: 14px
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .shippingBlock .inputWrapper input {
    height: 52px
  }
}

.productSection .innerWrapper .rightSide .shippingBlock .inputWrapper button {
  cursor: pointer;
  width: 140px;
  background-color: #8c97ac;
  border-radius: 5px;
  height: 43px;
  border: 2px solid #8c97ac;
  font-family: "Circular Std", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 1px;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.productSection .innerWrapper .rightSide .shippingBlock .inputWrapper button:hover {
  border-color: #00a250;
  background-color: #00a250
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .shippingBlock .inputWrapper button {
    width: 170px;
    font-size: 16px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .shippingBlock .inputWrapper button {
    width: 243px;
    height: 50px
  }
}

.productSection .innerWrapper .rightSide .shippingBlock .error {
  display: none;
  font-family: 'Circular Std Book', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fb5228;
  margin-top: 13px;
  margin-bottom: 20px
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .shippingBlock {
    margin-bottom: 12px
  }
}

.productSection .innerWrapper .rightSide .priorityBlock {
  margin-bottom: 10px
}

.productSection .innerWrapper .rightSide .priorityBlock ul li {
  font-family: 'Circular Std Book', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 27px;
  color: #19191b;
  position: relative;
  padding-left: 14px
}

.productSection .innerWrapper .rightSide .priorityBlock ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f5a623;
  position: absolute;
  top: 8px;
  left: 0
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .priorityBlock ul li:before {
    width: 10px;
    height: 10px;
    top: 12px
  }
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .priorityBlock ul li {
    font-size: 14px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .priorityBlock ul li {
    padding-left: 20px;
    line-height: 34px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .priorityBlock {
    margin-bottom: 14px
  }
}

.productSection .innerWrapper .rightSide .accordionBlock {
  margin-bottom: 17px
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem {
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
  border-bottom: 1px solid rgba(140, 151, 171, .4)
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .switcher {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 17px;
  right: 0;
  fill: #76c773;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .accordionBlock .accordionItem .switcher {
    top: 25px
  }
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemTitle {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  color: #19191b;
  font-size: 16px;
  cursor: pointer
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemTitle:hover {
  color: #999
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemTitle {
    font-size: 18px
  }
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemText {
  padding-top: 13px;
  font-family: 'Circular Std Book', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: #19191b
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemText .someText {
  font-family: 'Circular Std', sans-serif;
  font-weight: 500
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemText .second li {
  position: relative;
  padding-left: 36px
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemText .second li:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #f5a623;
  border-radius: 50%;
  left: 22px;
  top: 9px
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemText ul li {
  position: relative;
  padding-left: 21px
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemText ul li:before {
  content: '';
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background-color: #8c97ac;
  position: absolute;
  top: 11px;
  left: 0
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem:first-child {
  border-top: 1px solid rgba(140, 151, 171, .4)
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem.active {
  padding-bottom: 14px
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem.active .switcher path {
  d: path("M0 80855V6.24H16V9.15886V9.728H0V6.24Z")
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .accordionBlock .accordionItem {
    padding-top: 19px;
    padding-bottom: 19px
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .rightSide .findOutMore {
    display: none
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .rightSide .togetherBlock {
    display: none
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper .rightSide {
    max-width: 550px;
    margin: 0 auto
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .rightSide {
    max-width: unset;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    padding-left: 15px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-left: unset;
    margin-right: unset
  }
}

.productSection .innerWrapper .buyTogetherBlock {
  padding: 20px;
  border: 1px solid rgba(140, 151, 172, .6);
  border-radius: 5px;
  max-width: 545px;
  margin: 0 auto;
  background-color: rgba(245, 250, 253, .4)
}

.productSection .innerWrapper .buyTogetherBlock .title {
  text-align: center;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  color: #19191B;
  font-size: 16px;
  margin-bottom: 20px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .buyTogetherBlock .title {
    font-size: 21px;
    margin-bottom: 30px
  }
}

.productSection .innerWrapper .buyTogetherBlock .imgWrap {
  max-width: 250px;
  margin: 0 auto 20px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .buyTogetherBlock .imgWrap {
    max-width: 320px
  }
}

.productSection .innerWrapper .buyTogetherBlock .priceBlock {
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px;
  text-align: center
}

.productSection .innerWrapper .buyTogetherBlock .priceBlock .text {
  font-size: 21px;
  margin-right: 5px
}

.productSection .innerWrapper .buyTogetherBlock .priceBlock .price {
  font-size: 21px
}

.productSection .innerWrapper .buyTogetherBlock .priceBlock .oldPrice {
  color: #fb5228;
  font-size: 21px;
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  position: relative
}

.productSection .innerWrapper .buyTogetherBlock .priceBlock .oldPrice:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fb5228;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

@media (min-width: 576px) {
  .productSection .innerWrapper .buyTogetherBlock .priceBlock {
    margin-bottom: 30px
  }
}

.productSection .innerWrapper .buyTogetherBlock .inputWrapper {
  margin-bottom: 15px
}

.productSection .innerWrapper .buyTogetherBlock .inputWrapper .price {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  margin: 0 5px;
  color: #19191b
}

.productSection .innerWrapper .buyTogetherBlock .inputWrapper .oldPrice {
  color: #fb5228;
  position: relative
}

.productSection .innerWrapper .buyTogetherBlock .inputWrapper .oldPrice:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #fb5228
}

.productSection .innerWrapper .buyTogetherBlock .inputWrapper.double label:before {
  top: 6px
}

.productSection .innerWrapper .buyTogetherBlock .inputWrapper.double label:after {
  top: 11px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .buyTogetherBlock .inputWrapper {
    margin-bottom: 20px
  }
}

.productSection .innerWrapper .buyTogetherBlock .btnWrap {
  text-align: center;
  margin-top: 40px;
}

.productSection .innerWrapper .buyTogetherBlock .btnWrap .activeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  background-color: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.productSection .innerWrapper .buyTogetherBlock .btnWrap .activeBtn span {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  color: #76c773;
  font-size: 14px;
  margin-right: 5px;
  position: relative
}

.productSection .innerWrapper .buyTogetherBlock .btnWrap .activeBtn span:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: transparent
}

@media (min-width: 576px) {
  .productSection .innerWrapper .buyTogetherBlock .btnWrap .activeBtn span {
    font-size: 16px;
    margin-right: 10px
  }
}

.productSection .innerWrapper .buyTogetherBlock .btnWrap .activeBtn .icon {
  width: 16px;
  height: 16px
}

.productSection .innerWrapper .buyTogetherBlock .btnWrap .activeBtn:hover span:before {
  background-color: #76c773
}

@media (min-width: 576px) {
  .productSection .innerWrapper .buyTogetherBlock {
    padding: 20px 55px
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper .buyTogetherBlock {
    padding: 30px 70px
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .buyTogetherBlock {
    padding: 20px 15px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .buyTogetherBlock {
    padding: 30px 70px
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 576px) {
  .productSection {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media (min-width: 765px) {
  .productSection {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media (min-width: 991px) {
  .productSection {
    padding-top: 20px;
    padding-bottom: 60px
  }
}

@media (min-width: 1260px) {
  .productSection {
    padding-bottom: 70px
  }
}

.productSection .togetherBlock {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto
}

.productSection .togetherBlock .fbtBlock {
  text-align: center;
  background-color: #FDFEFF;
  border-radius: 5px;
  border: 1px solid #EAECF0;
  padding: 20px 15px;
  margin-bottom: 20px
}

.productSection .togetherBlock .fbtBlock .title {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px
}

@media (min-width: 991px) {
  .productSection .togetherBlock .fbtBlock .title {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 30px
  }
}

.productSection .togetherBlock .fbtBlock .imgWrap {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px
}

@media (min-width: 991px) {
  .productSection .togetherBlock .fbtBlock .imgWrap {
    max-width: 280px
  }
}

.productSection .togetherBlock .fbtBlock .priceBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
}

.productSection .togetherBlock .fbtBlock .priceBlock span {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 700;
  color: #19191b;
  font-size: 21px
}

@media (min-width: 991px) {
  .productSection .togetherBlock .fbtBlock .priceBlock .price {
    font-size: 21px
  }
}

.productSection .togetherBlock .fbtBlock .priceBlock .oldPrice {
  margin: 0 10px;
	color:#fb5228;
	position:relative;
}
.productSection .togetherBlock .fbtBlock .priceBlock .oldPrice:before{
    content: '';
    width: calc(100% + 6px);
    height: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3px;
    background-color: #fb5228;
    margin: auto;
    border-radius: 5px;
}

@media (min-width: 991px) {
  .productSection .togetherBlock .fbtBlock .priceBlock .oldPrice {
    font-size: 21px
  }
}
.productSection .togetherBlock .fbtBlock .btnWrap .btn2 {
	background-color:#FDFEFF;
}
.productSection .togetherBlock .fbtBlock .btnWrap .btn2:hover{
	background-color:#00a250;
}
@media (min-width: 991px) {
  .productSection .togetherBlock .fbtBlock .btnWrap .btn2 {
    max-width: 290px
  }
}

@media (min-width: 991px) {
  .productSection .togetherBlock .fbtBlock {
    padding: 35px 40px
  }
}

@media (min-width: 991px) {
  .productSection .togetherBlock {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media (min-width: 1260px) {
  .productSection .togetherBlock {
    max-width: 480px;
    margin-left: unset;
    margin-right: unset
  }
}
.productSection {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff
}

.productSection .innerWrapper h1.title {
  	text-align: center;
	font-size: 20px;
  	margin-bottom: 20px
}

@media (min-width: 576px) {
  .productSection .innerWrapper h1.title {
    font-size: 26px;
    line-height: 36px
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper h1.title {
    line-height: 38px
  }
}

.productSection .innerWrapper .findOutMore {
  border: 1px solid #8c97ac;
  background-color: rgba(245, 250, 253, .4);
  border-radius: 5px;
  padding: 15px 20px;
/*   max-width: 440px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.productSection .innerWrapper .findOutMore .textWrap {
  padding-right: 20px
}

.productSection .innerWrapper .findOutMore .textWrap .text {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  color: #19191b;
  font-size: 16px;
  margin-bottom: 10px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .findOutMore .textWrap .text {
    font-size: 21px
  }
}

.productSection .innerWrapper .findOutMore .textWrap a {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 21px;
  color: #76c773
}

.productSection .innerWrapper .findOutMore .textWrap a .icon {
  width: 20px;
  height: 20px;
  margin-left: 10px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .findOutMore .textWrap a {
    font-size: 18px
  }
}

.productSection .innerWrapper .findOutMore .imgWrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83px;
  flex: 0 0 83px
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .findOutMore {
    padding: 15px 40px
  }
}

.productSection .innerWrapper .leftSide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 630px;
  flex: 0 0 630px;
  padding-top: 5px
}

.productSection .innerWrapper .leftSide .sliderBlock {
  max-width: 220px;
  margin: 0 auto 28px
}

.productSection .innerWrapper .leftSide .sliderBlock .sliderItem img {
  width: 100%;
  max-width: 355px;
  margin-left: auto;
  margin-right: auto
}

.productSection .innerWrapper .leftSide .sliderBlock .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0
}

.productSection .innerWrapper .leftSide .sliderBlock .slick-dots li button {
  width: 12px;
  height: 12px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.productSection .innerWrapper .leftSide .sliderBlock .slick-dots li button:before {
  width: 12px;
  height: 12px;
  line-height: 12px;
  color: #8c97ac;
  opacity: 1
}

.productSection .innerWrapper .leftSide .sliderBlock .slick-dots li.slick-active button {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2)
}

@media (min-width: 765px) {
  .productSection .innerWrapper .leftSide .sliderBlock {
    max-width: 400px;
    margin-bottom: 70px
  }
}

.productSection .innerWrapper .leftSide .sliderBlockPrev {
  max-width: 300px;
  margin: 0 auto 17px
}

.productSection .innerWrapper .leftSide .sliderBlockPrev .slick-track {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important
}

.productSection .innerWrapper .leftSide .sliderBlockPrev .sliderItem {
  cursor: pointer;
<!--   margin-right: 15px -->
}

.productSection .innerWrapper .leftSide .sliderBlockPrev .sliderItem img {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.productSection .innerWrapper .leftSide .sliderBlockPrev .sliderItem.slick-current {
  border: 1px solid #8c97ac;
  border-radius: 5px
}

.productSection .innerWrapper .leftSide .sliderBlockPrev .sliderItem.slick-current img {
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9)
}

@media (min-width: 991px) {
  .productSection .innerWrapper .leftSide .sliderBlockPrev .sliderItem {
<!--     margin-left: 5px; -->
<!--     margin-right: 5px -->
  }

  .productSection .innerWrapper .leftSide .sliderBlockPrev .sliderItem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper .leftSide .sliderBlockPrev {
    max-width: 450px
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .leftSide .sliderBlockPrev {
    margin-bottom: 40px
  }
}
.productSection .innerWrapper .leftSide .reviewText {
	margin-bottom: 30px;
}
.productSection .innerWrapper .leftSide .reviewText .stars{
	display: flex;
	align-items:center;
    margin-bottom: 10px;
}
.productSection .innerWrapper .leftSide .reviewText .stars .icon{
	width: 17px;
	height: 17px;
}
.productSection .innerWrapper .leftSide .reviewText .text1{
	font-family: "Circular Std", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color:#7C8087;
}

.productSection .innerWrapper .leftSide .reviewText .text1 span{
	font-family: "Circular Std", sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #76c773;
}

.productSection .innerWrapper .leftSide .findOutMore {
  display: none
}

@media (min-width: 991px) {
  .productSection .innerWrapper .leftSide .findOutMore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.productSection .innerWrapper .leftSide .togetherBlock {
  display: none
}

@media (min-width: 991px) {
  .productSection .innerWrapper .leftSide .togetherBlock {
    display: block
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding-right: 15px;
    padding-top: 0
  }
}

.productSection .innerWrapper .rightSide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 640px;
  flex: 0 0 640px
}

.productSection .innerWrapper .rightSide .pseudoTitle {
  display: none;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  color: #19191b;
  font-size: 20px;
  line-height: 44px;
  margin-bottom: 30px
}

@media (min-width: 765px) {
  .productSection .innerWrapper .rightSide .pseudoTitle {
    display: block;
  font-size: 32px;
  }
}

.productSection .innerWrapper .rightSide .reviewBlock .reviewRating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px
}

.productSection .innerWrapper .rightSide .reviewBlock .reviewRating .int {
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: rgba(28, 30, 34, .9);
  margin-right: 9px
}

.productSection .innerWrapper .rightSide .reviewBlock .reviewRating .icon {
  margin-left: -2px;
  width: 17px;
  height: 17px
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .reviewBlock .reviewRating {
    margin-bottom: 14px
  }
}

.productSection .innerWrapper .rightSide .priceBlock {
  font-size: 28px;
  margin-bottom: 8px
}

.productSection .innerWrapper .rightSide .priceBlock .price {
  font-weight: 700;
  color: #19191b;
  margin-right: 13px
}

@media (min-width: 991px) {
  .productSection .innerWrapper .rightSide .priceBlock .price {
    margin-right: 23px
  }
}

.productSection .innerWrapper .rightSide .priceBlock .oldPrice {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  color: #fb5228;
  position: relative
}

.productSection .innerWrapper .rightSide .priceBlock .oldPrice:before {
  content: '';
  width: calc(100% + 6px);
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3px;
  background-color: #fb5228;
  margin: auto;
  border-radius: 5px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .priceBlock {
    font-size: 32px;
    margin-bottom: 10px
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper .rightSide .priceBlock {
    font-size: 34px
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .rightSide .priceBlock {
    font-size: 38px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .priceBlock {
    margin-bottom: 15px
  }
}

.productSection .innerWrapper .rightSide .description {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 12px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .description {
    font-size: 14px;
    line-height: 21px
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper .rightSide .description {
    font-size: 15px;
    line-height: 24px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .description {
    margin-bottom: 22px
  }
}

.productSection .innerWrapper .rightSide .buyControlBlock {
  margin-bottom: 8px
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock {
  display: none
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock input {
  border-radius: 0;
  border: 0;
  border-top: 1px solid rgba(140, 151, 171, .4);
  border-bottom: 1px solid rgba(140, 151, 171, .4);
  height: 50px;
  width: 20px;
  text-align: center;
  -moz-appearance: textfieldж
	font-family: 'Circular STD', sans-serif;
	font-weight: 700;
	font-size: 16px;
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock input {
    height: 57px
  }
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock button {
  cursor: pointer;
  width: 47px;
  height: 50px;
  border: 1px solid rgba(140, 151, 171, .4);
  border-radius: 5px;
  background-color: #fff;
  position: relative;
	font-family: 'Circular STD', sans-serif;
	font-weight: 700;
	font-size: 16px;
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock button.minus {
  border-right: none;
  border-radius: 5px 0 0 5px
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock button.plus {
  border-left: none;
  border-radius: 0 5px 5px 0
}

.productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock button:hover {
  background-color: #8c97ab33
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock button {
    width: 68px;
    height: 57px
  }
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .qtyInputBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.productSection .innerWrapper .rightSide .buyControlBlock .btn1 {
  max-width: 100%;
  height: 50px;
  line-height: 48px;
  margin-bottom: 8px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .btn1 {
    max-width: 175px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .btn1 {
    height: 57px;
    line-height: 57px;
    max-width: 250px;
    margin-bottom: 0
  }
}

.productSection .innerWrapper .rightSide .buyControlBlock .btn2 {
  height: 50px;
  line-height: 48px;
  max-width: 100%
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .btn2 {
    max-width: 175px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .buyControlBlock .btn2 {
    height: 57px
  }
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .buyControlBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .buyControlBlock {
    margin-bottom: 18px
  }
}

.productSection .innerWrapper .rightSide .deliveryBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(140, 151, 171, .1);
  border-radius: 5px;
  height: 42px;
  margin-bottom: 20px
}

.productSection .innerWrapper .rightSide .deliveryBlock span {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #19191b;
  margin-right: 15px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .deliveryBlock span {
    font-size: 16px
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper .rightSide .deliveryBlock span {
    font-size: 18px
  }
}

.productSection .innerWrapper .rightSide .deliveryBlock .icon {
  width: 26px;
  height: 18px
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .deliveryBlock .icon {
    width: 33px;
    height: 22px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .deliveryBlock {
    height: 50px
  }
}

.productSection .innerWrapper .rightSide .shippingBlock {
  margin-bottom: 11px
}

.productSection .innerWrapper .rightSide .shippingBlock .shipmentPoint {
  font-family: 'Circular Std Book', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #19191b;
  margin-bottom: 9px
}

.productSection .innerWrapper .rightSide .shippingBlock .shipmentPoint button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin-left: 5px;
  font-family: 'Circular Std', sans-serif;
  color: #76c773;
  position: relative;
  font-size: inherit;
  line-height: inherit
}

.productSection .innerWrapper .rightSide .shippingBlock .shipmentPoint button:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #76c773;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.productSection .innerWrapper .rightSide .shippingBlock .shipmentPoint button:hover:before {
  opacity: 0
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .shippingBlock .shipmentPoint {
    font-size: 18px;
    margin-bottom: 12px
  }
}

.productSection .innerWrapper .rightSide .shippingBlock .inputWrapper {
  display: none;
  position: relative
}

.productSection .innerWrapper .rightSide .shippingBlock .inputWrapper input {
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid rgba(140, 151, 171, .4);
  border-radius: 5px;
  padding-right: 150px;
  padding-left: 15px;
  font-size: 14px
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .shippingBlock .inputWrapper input {
    height: 52px
  }
}

.productSection .innerWrapper .rightSide .shippingBlock .inputWrapper button {
  cursor: pointer;
  width: 140px;
  background-color: #8c97ac;
  border-radius: 5px;
  height: 43px;
  border: 2px solid #8c97ac;
  font-family: "Circular Std", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 1px;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.productSection .innerWrapper .rightSide .shippingBlock .inputWrapper button:hover {
  border-color: #00a250;
  background-color: #00a250
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .shippingBlock .inputWrapper button {
    width: 170px;
    font-size: 16px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .shippingBlock .inputWrapper button {
    width: 243px;
    height: 50px
  }
}

.productSection .innerWrapper .rightSide .shippingBlock .error {
  display: none;
  font-family: 'Circular Std Book', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fb5228;
  margin-top: 13px;
  margin-bottom: 20px
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .shippingBlock {
    margin-bottom: 12px
  }
}

.productSection .innerWrapper .rightSide .priorityBlock {
  margin-bottom: 10px
}

.productSection .innerWrapper .rightSide .priorityBlock ul li {
  font-family: 'Circular Std Book', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 27px;
  color: #19191b;
  position: relative;
  padding-left: 14px
}

.productSection .innerWrapper .rightSide .priorityBlock ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f5a623;
  position: absolute;
  top: 8px;
  left: 0
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .priorityBlock ul li:before {
    width: 10px;
    height: 10px;
    top: 12px
  }
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .priorityBlock ul li {
    font-size: 14px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .priorityBlock ul li {
    padding-left: 20px;
    line-height: 34px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .priorityBlock {
    margin-bottom: 14px
  }
}

.productSection .innerWrapper .rightSide .accordionBlock {
  margin-bottom: 17px
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem {
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
  border-bottom: 1px solid rgba(140, 151, 171, .4)
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .switcher {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 17px;
  right: 0;
  fill: #76c773;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .accordionBlock .accordionItem .switcher {
    top: 25px
  }
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemTitle {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  color: #19191b;
  font-size: 16px;
  cursor: pointer
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemTitle:hover {
  color: #999
}

@media (min-width: 576px) {
  .productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemTitle {
    font-size: 18px
  }
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemText {
  padding-top: 13px;
  font-family: 'Circular Std Book', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: #19191b
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemText .someText {
  font-family: 'Circular Std', sans-serif;
  font-weight: 500
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemText .second li {
  position: relative;
  padding-left: 36px
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemText .second li:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #f5a623;
  border-radius: 50%;
  left: 22px;
  top: 9px
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemText ul li {
  position: relative;
  padding-left: 21px
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem .itemText ul li:before {
  content: '';
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background-color: #8c97ac;
  position: absolute;
  top: 11px;
  left: 0
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem:first-child {
  border-top: 1px solid rgba(140, 151, 171, .4)
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem.active {
  padding-bottom: 14px
}

.productSection .innerWrapper .rightSide .accordionBlock .accordionItem.active .switcher path {
  d: path("M0 80855V6.24H16V9.15886V9.728H0V6.24Z")
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide .accordionBlock .accordionItem {
    padding-top: 19px;
    padding-bottom: 19px
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .rightSide .findOutMore {
    display: none
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .rightSide .togetherBlock {
    display: none
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper .rightSide {
    max-width: 550px;
    margin: 0 auto
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .rightSide {
    max-width: unset;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    padding-left: 15px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-left: unset;
    margin-right: unset
  }
}

.productSection .innerWrapper .buyTogetherBlock {
  padding: 20px;
  border: 1px solid rgba(140, 151, 172, .6);
  border-radius: 5px;
  max-width: 545px;
  margin: 0 auto;
  background-color: rgba(245, 250, 253, .4)
}

.productSection .innerWrapper .buyTogetherBlock .title {
  text-align: center;
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  color: #19191B;
  font-size: 16px;
  margin-bottom: 20px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .buyTogetherBlock .title {
    font-size: 21px;
    margin-bottom: 30px
  }
}

.productSection .innerWrapper .buyTogetherBlock .imgWrap {
  max-width: 250px;
  margin: 0 auto 20px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .buyTogetherBlock .imgWrap {
    max-width: 320px
  }
}

.productSection .innerWrapper .buyTogetherBlock .priceBlock {
  font-family: "Circular Std", sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px;
  text-align: center
}

.productSection .innerWrapper .buyTogetherBlock .priceBlock .text {
  font-size: 21px;
  margin-right: 5px
}

.productSection .innerWrapper .buyTogetherBlock .priceBlock .price {
  font-size: 21px
}

.productSection .innerWrapper .buyTogetherBlock .priceBlock .oldPrice {
  color: #fb5228;
  font-size: 21px;
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  position: relative
}

.productSection .innerWrapper .buyTogetherBlock .priceBlock .oldPrice:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fb5228;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

@media (min-width: 576px) {
  .productSection .innerWrapper .buyTogetherBlock .priceBlock {
    margin-bottom: 30px
  }
}

.productSection .innerWrapper .buyTogetherBlock .inputWrapper {
  margin-bottom: 15px
}

.productSection .innerWrapper .buyTogetherBlock .inputWrapper .price {
  font-family: "Circular Std", sans-serif;
  font-weight: 500;
  margin: 0 5px;
  color: #19191b
}

.productSection .innerWrapper .buyTogetherBlock .inputWrapper .oldPrice {
  color: #fb5228;
  position: relative
}

.productSection .innerWrapper .buyTogetherBlock .inputWrapper .oldPrice:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #fb5228
}

.productSection .innerWrapper .buyTogetherBlock .inputWrapper.double label:before {
  top: 6px
}

.productSection .innerWrapper .buyTogetherBlock .inputWrapper.double label:after {
  top: 11px
}

@media (min-width: 576px) {
  .productSection .innerWrapper .buyTogetherBlock .inputWrapper {
    margin-bottom: 20px
  }
}

.productSection .innerWrapper .buyTogetherBlock .btnWrap {
  text-align: center;
  margin-top: 40px;
}

.productSection .innerWrapper .buyTogetherBlock .btnWrap .activeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  background-color: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.productSection .innerWrapper .buyTogetherBlock .btnWrap .activeBtn span {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  color: #76c773;
  font-size: 14px;
  margin-right: 5px;
  position: relative
}

.productSection .innerWrapper .buyTogetherBlock .btnWrap .activeBtn span:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: transparent
}

@media (min-width: 576px) {
  .productSection .innerWrapper .buyTogetherBlock .btnWrap .activeBtn span {
    font-size: 16px;
    margin-right: 10px
  }
}

.productSection .innerWrapper .buyTogetherBlock .btnWrap .activeBtn .icon {
  width: 16px;
  height: 16px
}

.productSection .innerWrapper .buyTogetherBlock .btnWrap .activeBtn:hover span:before {
  background-color: #76c773
}

@media (min-width: 576px) {
  .productSection .innerWrapper .buyTogetherBlock {
    padding: 20px 55px
  }
}

@media (min-width: 765px) {
  .productSection .innerWrapper .buyTogetherBlock {
    padding: 30px 70px
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper .buyTogetherBlock {
    padding: 20px 15px
  }
}

@media (min-width: 1260px) {
  .productSection .innerWrapper .buyTogetherBlock {
    padding: 30px 70px
  }
}

@media (min-width: 991px) {
  .productSection .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 576px) {
  .productSection {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media (min-width: 765px) {
  .productSection {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media (min-width: 991px) {
  .productSection {
    padding-top: 20px;
    padding-bottom: 60px
  }
}

@media (min-width: 1260px) {
  .productSection {
    padding-bottom: 70px
  }
}

.productSection .togetherBlock {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto
}

.productSection .togetherBlock .fbtBlock {
  text-align: center;
  background-color: #FDFEFF;
  border-radius: 5px;
  border: 1px solid #EAECF0;
  padding: 20px 15px;
  margin-bottom: 20px
}

.productSection .togetherBlock .fbtBlock .title {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px
}

@media (min-width: 991px) {
  .productSection .togetherBlock .fbtBlock .title {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 30px
  }
}

.productSection .togetherBlock .fbtBlock .imgWrap {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px
}

@media (min-width: 991px) {
  .productSection .togetherBlock .fbtBlock .imgWrap {
    max-width: 280px
  }
}

.productSection .togetherBlock .fbtBlock .priceBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
}

.productSection .togetherBlock .fbtBlock .priceBlock span {
  font-family: "Circular Std Book", sans-serif;
  font-weight: 700;
  color: #19191b;
  font-size: 21px
}

@media (min-width: 991px) {
  .productSection .togetherBlock .fbtBlock .priceBlock .price {
    font-size: 21px
  }
}

.productSection .togetherBlock .fbtBlock .priceBlock .oldPrice {
  margin: 0 10px;
	color:#fb5228;
	position:relative;
}
.productSection .togetherBlock .fbtBlock .priceBlock .oldPrice:before{
    content: '';
    width: calc(100% + 6px);
    height: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3px;
    background-color: #fb5228;
    margin: auto;
    border-radius: 5px;
}

@media (min-width: 991px) {
  .productSection .togetherBlock .fbtBlock .priceBlock .oldPrice {
    font-size: 21px
  }
}
.productSection .togetherBlock .fbtBlock .btnWrap .btn2 {
	background-color:#FDFEFF;
}
.productSection .togetherBlock .fbtBlock .btnWrap .btn2:hover{
	background-color:#00a250;
}
@media (min-width: 991px) {
  .productSection .togetherBlock .fbtBlock .btnWrap .btn2 {
    max-width: 290px
  }
}

@media (min-width: 991px) {
  .productSection .togetherBlock .fbtBlock {
    padding: 35px 40px
  }
}

@media (min-width: 991px) {
  .productSection .togetherBlock {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media (min-width: 1260px) {
  .productSection .togetherBlock {
    max-width: 480px;
    margin-left: unset;
    margin-right: unset
  }
}