.checkbox+.checkbox, .radio+.radio,
.checkbox, .radio {
	margin: 0;
	padding: 0;

}

.checkbox, .radio label {
	padding: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 40px;
	height: 40px;
	border: 1px solid #dcdcdc;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
	color: #000;
}

.checkbox, .radio label .otpion_name {
	pointer-events: none;
    user-select: none;
}

.rdo_option .radio label:hover{
	border: 1px solid #000;
}

.rdo_option .radio input[type="radio"]:checked + label {
	background-color: black;
	color: #fff;
	border-color: black;
}



picture {
	overflow: hidden;
}picture

.stock {
	color: #0A7F81;
}







#button-cart {
	background-color: #00CCCF;
	color: white;
	border: none;
}


.section-advantages.horizontally {
	display: block;
    font-size: 12px;
    margin-top: 23px;
    margin-bottom: 20px;
}

.section-advantages.horizontally .item-advantage {
    padding: 0;
}

.section-advantages.horizontally div {
    font-size: 12px;
}

.section-advantages.horizontally img {
    width: 15px;
    height: 15px;
}

.product__bigimages--wrapper .btn {
	z-index: 10; 
	position: absolute;
	padding: 0;
	border: none;
	border-radius: 100%;
	width: 0px;
	height: 0px;
	color: white;
	background-color: transparent;
}



.product__bigimages--wrapper .btn.right{
	display: block;
	right: 100px;
	bottom: 145px;
}

.product__bigimages--wrapper .btn.left{
	display: block;
	right: 170px;
	bottom: 145px;
}

.slick-slide div {
	height: 100px;
}

#product-product ul.slick-dots {
	display: none;
	position: absolute;
	bottom: 15px;
}

.mobile #product-product ul.slick-dots {
	bottom: -15px;
}


#product-product ul.slick-dots li {
	border-radius: 100%;
	width: 10px;
	height: 10px;
	background-color: #D5D0D0;
	
}

#product-product ul.slick-dots li.slick-active {
	background-color: #34302B;
}


.mobile #product-product ul.slick-dots {
	display: block;
}


.product__sets {

}

.product__body--wrapper {
	display: flex;
	align-items: flex-start;
	height: auto;
}

.product__images {
	top: 140px;

	flex-shrink: 0;
	min-width: 1px;
	display: flex;
	/* justify-content: space-between; */
	margin-right: 80px;
}

.product__smallimages {
	width: 100x;
	height: 100%;
	max-height: 100%;
}

.product__bigimages {
	object-fit: contain;
	position: relative;
	width: 650px;
	height: 700px;
}



/*.product__bigimages .img {
	object-fit: cover;
	height: 650px;
}*/

.small-img {
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.product__smallimages .slick-slide img {
	width: 100px;
}


.small-img img {
	width: 100px;
	height: 100%;
	object-fit: cover;
}

.product__smallimages .slick-slide {
	margin-bottom: 14px;
	cursor: pointer;
}

.product__info {
	width: 600px;
	height: auto;
	overflow: hidden;
}

.product__info--model {
	font-size: 12px;
	color: #a3a0a0;
	margin-bottom: 2px;
}

.product__info h1 {
	font-size: 36px;
	line-height: 120%;
	color: #141414;
	margin-top: 0;
	margin-bottom: 2px;
}

.stock {
	font-size: 12px;
	margin-bottom: 25px;
}

.stock.green {
	color: #82a018;
}

.product__options .form-group>label {
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	color: #1e1e1e;
	margin-bottom: 8px;
}


.radio input {
	display: none !important;
}

.radio label {
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.rdo-options .form-group .radio label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	height: 51px;
	min-width: 51px;
	padding: 16px;
	font-weight: 600;
	font-size: 16px;
	color: #1e1e1e;
	background: #f7f7f7;
	cursor: pointer;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.rdo-options .form-group .radio label:hover {
	color: #fff;
	background: #1e1e1e;
}

.rdo-options .form-group .radio input[type='radio']:checked+label {
	color: #fff;
	background: #1e1e1e;
}

.rdo-options .form-group .radio.radio__image label {
	padding: 4px;
	min-width: 24px;
	width: 32px;
	height: 32px;
	background: #fff;
}

.rdo-options .form-group .radio.radio__image label:hover {
	border: 1px solid #666666;
}

.rdo-options .form-group .radio.radio__image input[type='radio']:checked+label {
	border: 1px solid #666666;
}

.rdo-options .form-group .radio.radio__image input[type='radio']:checked+label {
	background: transparent;
}


  .rdo-options .form-group:nth-child(2) .radio label {
	padding: 4px;
	min-width: 24px;
	width: 32px;
	height: 32px;
	background: #fff;
  }
  
  .rdo-options .form-group:nth-child(2) .radio label:hover {
	border: 1px solid #666666;
  }
  
  .rdo-options .form-group:nth-child(2) .radio input[type='radio']:checked + label {
	border: 1px solid #666666;
  }
 
.product__options .form-group {
	margin-bottom: 25px;
}

.product__options .form-group>div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.radio.radio__image label {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: unset;
	width: 32px;
	height: 32px;
	border: 1px solid transparent;
	padding: 4px;
	background: #fff;
	cursor: pointer;
}

.radio.radio__image label img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.radio.radio__image input[type='radio']:checked+label {
	border-color: #666666;
}

.number-spinner {
	display: flex;
	align-items: center;
	width: max-content;
	height: 50px;
	background: #f7f7f7;
}

.number-spinner button {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
	opacity: 1;
}

.number-spinner input {
	height: 50px;
	min-width: 50px;
	font-size: 20px;
	text-align: center;
	color: #000;
	background-color: transparent;
}

.product__buttons--top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.list-price {
	display: flex;
	align-items: flex-end;
	font-weight: 500;
	font-size: 32px;
	text-align: center;
	color: #1e1e1e;
}

.old-price {
	font-size: 16px;
	text-decoration: line-through;
	text-align: center;
	color: #7a7a7a;
	padding-bottom: 4px;
	margin-right: 20px;
}

.product__buttons--row {
	display: flex;
	margin-bottom: 40px;
}

.product__buttons--row button {
	width: 50%;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	text-align: center;
	color: #fff;
	border: 1px solid #000;
	background: #000;
	text-transform: uppercase;
}

.product__buttons--row button.btn-buy-one {
	background: #fff;
	border: 1px solid #dcdcdc;
	color: #9d9d9d;
}

.accordeon__item--title {
	height: 30px;
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0px;
	padding-bottom: 10px;
	cursor: pointer;
}

.accordeon__item--title>span {
	font-weight: 500;
	font-size: 14px;
	color: #000;
}

.accordeon__item--title div {
	font-weight: 400;
}


.product__accordeon {
	width: 100%;
}

.product__accordeon .accordeon__item:last-child.expanded .accordeon__item--list {

}

.accordeon__item--list {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.6s ease;
}

.accordeon__item.expanded .accordeon__item--list {
	max-height: 500px;
}

.accordeon__item--list * {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #656565;
}

b,
strong {
	font-weight: 700 !important;
}

.attribute__item {
	display: flex;
	align-items: flex-end;
	width: 100%;
	padding: 10px 0;
}

.accordeon__item--title>svg {
	margin-right: 10px;
}

.accordeon__item svg {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.expanded svg {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.attribute__item--name {
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #3d3b38;
	width: max-content;
	flex-shrink: 0;
	padding-right: 8px;
}

.attribute__item-dashed {
	width: 100%;
	height: 100%;
	border-bottom: 1px dashed #d1d1d1;
}

.attribute__item--text {
	/* width: max-content; */
	flex-shrink: 0;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #3d3b38;
	padding-left: 8px;
}

.prod__info {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #202020;
	background-color: #F2F9FF;
	margin-bottom: 18px;
	padding: 10px;
}

.prod__info img {
	margin-right: 30px;
}

.item-advantage {
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 120%;
	color: #202020;
	margin-bottom: 0;
	padding-top: 15px;
}

.advantage-caption {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.ico-advantage {
	margin-right: 15px;
}

.product__carousel {
	margin-bottom: 100px;
}

.product__images .slick-dots {
	display: none !important;
}

.product__bigimages--wrapper {
	z-index: 1;
	position: relative;
}

.product__wishlist {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 24px;
	height: 24px;
	z-index: 2;
	background-color: transparent;
}

.product__images .product__item--stickers {
	top: 23px;
	left: 22px;
}

.product__options--wrapper {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.product__sizes a {
	height: 51px;
	display: flex;
	align-items: center;
	width: max-content;
	font-size: 12px;
	text-decoration: underline !important;
	color: #202020;
	margin-top: 33px;
}

.mobile .product__images {
    height: 400px;
    margin-bottom: 30px;
    padding-bottom: 20px;
	border-bottom: #B5B5B5 1px solid;
}

.mobile .product__images .product__bigimages--wrapper {
    height: 100%;
}

.mobile .product__images .product__bigimages--wrapper .product__bigimages {
    height: 100%;
    margin-bottom: 0;
}

.mobile .slick-slide > div {
    height: 100%;
}

.mobile .slick-slide > div > a {
    height: 100%;
}

.mobile .slick-slide > div > a picture{
    height: 100%;
}

.mobile .slick-slide > div > a picture > img{
    height: 100%;
    width: 100%;
}



.mobile .product__images .slick-slide {
    min-height: 370px;
}

@media (min-width: 1281px) {
	body[class*="product-product"] .wrapper {
		overflow: unset;
	}
}

@media (max-width: 1699.98px) {

	
	.product__images {
		margin-right: 30px;
	}
}



@media (max-width: 1480.98px) {

	.product__bigimages--wrapper .btn.right{
		display: block;
		right: 100px;
		bottom: 140px;
	}
	
	.product__bigimages--wrapper .btn.left{
		display: block;
		right: 170px;
		bottom: 140px;
	}
	
	#product-product .slick-track {
		width: 75px;
	}


	.product__images {
		width: 740px;
		height: 598px;
	}

	.slick-slide div {
		height: 80px;
	}
	
	.small-img {
		width: 80px;
		height: 85px;
	}

	.product__bigimages picture {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.product__bigimages {
		width: 524px;
	}

	.product__smallimages .slick-slide img{
		height: 80px;
		width: 80px;
	}

	.product__smallimages {
		width: 200px;
	}
}

@media (max-width: 1279.99px) {
	.product__body--wrapper {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.product__images {
		top: 0;
		margin-bottom: 60px;
		margin-right: 0;
	}

	.product__info {
		width: 100%;
	}

	.product__info--model {
		margin-bottom: 4px;
	}

	.product__info h1 {
		margin-bottom: 4px;
	}

	.stock {
		margin-bottom: 30px;
	}

	.product__options .form-group {
		margin-bottom: 32px;
	}

	.accordeon__item--list * {
		color: #202020;
	}
}

#product-product .product__carousel--pagination {
	display: none;
}

#product-product .product__carousel--pagination .swiper-pagination-bullet {
	border: none;
	background-color: #D5D0D0;
}

#product-product .product__carousel--pagination  .swiper-pagination-bullet-active {
	background-color: #34302B;
}



.mobile #product-product .product__carousel--pagination {
	display: block;
}


@media (max-width: 991.98px) {
	.product__options .form-group {
		margin-bottom: 13px;
	}

	.product__sizes a {
		margin-top: 13px;
		height: 15px;
	}
}

@media (max-width: 789.98px) {
	

	
}

@media (max-width: 789.98px) {
	


	.product__bigimages--wrapper .wraper{
		display: none;
		right: 100px;
		bottom: 150px;
	}
	
	.product__bigimages--wrapper .btn.left.slick-arrow{
		display: none;
		right: 170px;
		bottom: 150px;
	}

	.product__body {
		margin-bottom: 25px;
	}

	.product__images .slick-dots {
		display: block !important;
	}

	.product__smallimages {
		display: none !important;
	}

	.product__bigimages {
		width: 100%;
	}

	.product__bigimages--wrapper {
		width: calc(100vw - 20px);
	}

	.product__images {
		width: 100%;
		height: auto;
	}

	.product__carousel h2.block__title {
		font-weight: 400;
		font-size: 24px;
		text-transform: uppercase;
		color: #0f0f0f;
		margin: 0;
		border: none;
		padding-right: 20px;
	}

	
	.product__carousel .product_slide--buttons {
		margin-right: 0;
	}

	.product__carousel {
		margin-bottom: 55px;
	}
}

@media (max-width: 679.98px) {
	.product__info h1 {
		font-weight: 600;
		font-size: 20px;
		line-height: 120%;
		color: #141414;
	}



	.list-price {
		font-size: 28px;
	}

	.product__buttons--row {
		flex-direction: column;
		gap: 6px;
	}

	.product__buttons--row button {
		width: 100%;
	}
}

@media (max-width: 649.98px) {
	.product__bigimages--wrapper {
		height: 300px;
	}


	
	
	
	
	.product__bigimages .img,
	.product__bigimages .img-responsive {
		object-fit: cover;
		height: 300px;
		width: 100%;
	}

	.product__sets {

	}

	.product__body {
		margin-bottom: 0;
	}
}



	.product__smallimages {
		width: 110px;
	}

	.product__smallimages .slick-slide {
	
		height: 100px;
		margin-bottom: 10px;

	}

	.accordeon__item--title {
		margin-bottom: 10px;
	}

	.swiper-wrapper .swiper-slide {

	}

    /* ONE CLICK *//* ONE CLICK *//* ONE CLICK *//* ONE CLICK */
    /* ONE CLICK *//* ONE CLICK *//* ONE CLICK *//* ONE CLICK */
    /* ONE CLICK *//* ONE CLICK *//* ONE CLICK *//* ONE CLICK */
    /* ONE CLICK *//* ONE CLICK *//* ONE CLICK *//* ONE CLICK */


    .mfp-container .option_wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .mfp-container .option_wrapper .radio label {
        display: flex
        ;
            align-items: center;
            justify-content: center;
            width: max-content;
            height: 45px;
            min-width: 45px;
            padding: 5px 10px;
            margin: 0 10px 10px 0;
            font-weight: 600;
            font-size: 16px;
            color: #1e1e1e;
            background: #f7f7f7;
            cursor: pointer;
            -webkit-transition: all 0.2s 
        ease 0s;
            -o-transition: all 0.2s ease 0s;
            transition: all 0.2s 
        ease 0s;
    }

    .mfp-container .option_wrapper .radio label span {
        display: block;
        user-select: none;
        margin: 0 !important;
    }


    .mfp-container .option_wrapper .radio:has(input:checked) label {
        color: #fff;
        background: #1e1e1e;
    }





