/* Проблема з опціями типу список, текст опції не поміщався по висоті через height: 40px; */
.form-control {
    font-weight: 500;
    color: #2f2d40;
    padding: 12px 15px;
    background: #fff;
    border-color: #ccc;
    transition: all 250ms ease-in-out;
    width: 100%;
    height: 44px;
}
/* Контейнер для sticky_item та box-prinfo з білим фоном */
.product-main-wrapper {
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #f2f2f5;
}
.box-prinfo {
    border: 0px solid #f2f2f5!important;
}
.pr_box2 {
    border-top: 0px!important;
}
#sticky_item {
    border: 0px solid #f2f2f5!important;
}
@media (min-width: 992px) and (max-width: 1199px) {
    #additional {
        height: 620px;
		margin: 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    #additional {
        height: 500px;
		margin: 10px;
    }
}
@media (min-width: 1600px) {
    #additional {
        height: 610px;
        margin: 10px;
    }
}
@media (min-width: 1200px) {
    #sticky_item {
        position: sticky;
        top: 0px;
        max-width: 100%;
    }
}
.addimg_index {
    z-index: 777;
    padding: 0 7px 0 7px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.add_img_main.swiper-button-prev {
    opacity: 1 !important;
    left: -10px !important;
    z-index: 1000;
    border: 1px solid #ccc;
}
.add_img_main.swiper-button-next {
    opacity: 1 !important;
    right: -10px !important;
	z-index: 1000;
    border: 1px solid #ccc;
}
.add_img.swiper-button-prev {
    position: relative;
    top: 0px;
    transform: rotate(90deg);
    width: 33px;
    height: 33px;
    margin: 0 auto;
    right: 0;
	border: 1px solid #ccc;
	margin-top: 10px;
}
.add_img.swiper-button-next {
    position: relative;
    margin-top: 0px !important;
    top: 0px !important;
    transform: rotate(90deg);
    width: 33px;
    height: 33px;
    margin: 0 auto;
    margin-top: 0px;
    right: 0;
    border: 1px solid #ccc;
	margin-bottom: 10px;
}
/* Колір цифри кількості товарів у кошику */
@media (min-width: 992px) {
    #cart-total.circle_m {
        margin-left: 22px;
        color: #fff !important;
    }
}