

/* Start:/bitrix/templates/dresscode/components/dresscode/offers.product/.default2/style.css?16588635251713*/
#homeCatalog{
	margin-top: 24px;
}

#homeCatalog .captionList{
	height: 60px;
	line-height: 60px;
	background-color: #2b2b2b;
}

#homeCatalog .captionList .slideBox{
	list-style: none;
	padding: 0px;
	margin: 0px;
	left: 0px;
}

#homeCatalog .captionList .cItem{
	list-style: none;
	float: left;
}

#homeCatalog .caption{
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border-left: 1px solid #313131;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 12px;
}

#homeCatalog .caption:hover{
	background-color: #202020;
}

#homeCatalog .caption.loading{
	opacity: 0.6;
}

#homeCatalog .cItem:first-child .caption{
	border: none;
}

#homeCatalog .caption a{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

#homeCatalog .cItem{
	float: left;
	width: 20%;
}

#homeCatalog .captionBtnRight,
#homeCatalog .captionBtnLeft{
	background: url(/bitrix/templates/dresscode/components/dresscode/offers.product/.default2/images/offerArrowSmall.png) 0 0 no-repeat transparent;
	position: absolute;
	height: 60px;
	width: 60px;
	top: 0;
}

#homeCatalog .captionBtnLeft{
	left: 0px;
}

#homeCatalog .captionBtnRight{
	right: 0px;
}

#homeCatalog .captionBtnLeft:hover{
	background-position: -0px -60px;
}

#homeCatalog .captionBtnLeft:active{
	background-position: -0px -120px;
}

#homeCatalog .captionBtnRight{
	background-position: -60px 0px;
}

#homeCatalog .captionBtnRight:hover{
	background-position: -60px -60px;
}

#homeCatalog .captionBtnRight:active{
	background-position: -60px -120px;
}
/* End */


/* Start:/local/components/delivery.info/templates/list/style.css?17671643915344*/
.detail-info-link {
    display: flex;
    gap: 11px;
    text-decoration: none;
    color: #27C148 !important;
    transition: all .3s;
    margin-bottom: 5px;
}

.detail-info-link svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
}

.detail-info-link span {
    font-size: 16px;
    line-height: 18px;
    border-bottom: 1px dashed !important;
}

@media (hover:hover) {
    .detail-info-link:hover {
        color: #19cc3f !important;
    }
}

.detail-info-link:active {
    color: #19cc3f !important;
}

#elementTools .secondTool {
    margin-top: 25px;
}

#elementTools .secondTool .row {
    position: relative;
}

#smallElementTools .secondTool .detail-info-link {
    margin-bottom: 0;
}

#smallElementTools .secondTool .row {
    position: relative;
}

.card-subinfo__list {
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.card-subinfo__btn-c {
    position: relative;
}

.card-subinfo__btn {
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: #27C148 !important;
    transition: all .3s;
}

.card-subinfo__btn svg {
    flex: 0 0 auto;
    width: 13px;
    height: 13px;
}

.card-subinfo__btn span {
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px dashed !important;
}

.product .row a.card-subinfo__btn {
    width: 100% !important;
}

@media (hover:hover) {
    .card-subinfo__btn:hover {
        color: #19cc3f !important;
    }
}

.card-subinfo__btn:active {
    color: #19cc3f !important;
}

@media screen and (min-width: 791px) and (max-width: 980px) {
    body .product .optional .analogs-block-over + .row {
        width: 40%;
        margin-top: -3px;
    }
}

@media screen and (max-width: 980px) {
    .catalog-wrapper {
        flex-flow: column;
    }

    body .product .optional .analogs-block-over + .row {
        margin-top: -3px;
        width: 43%;
        display: flex;
        justify-content: center;
    }

    body #catalog .product .optional .pos-rel {
        width: 56%;
    }

    .product .row .card-subinfo__list a.card-subinfo__btn {
        text-align: left;
        gap: 5px;
        margin-top: 0 !important;
    }

    .card-subinfo__btn span {
        font-size: 10px;
    }

    .card-subinfo__list {
        padding-top: 0;
        gap: 2px;
    }
}

/* delivery-popup */

.delivery-popup {
    display: none;
    z-index: 5;
    position: absolute;
    top: 100%;
    margin-top: 5px;
    width: 222px;
    max-width: 92vw;
    border-radius: 6px;
    box-shadow: -3.66px 4.88px 7.14px 0px #00000040;
    background: #D9D9D9;
    padding: 42px 20px 20px;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.delivery-popup.active {
    display: flex;
}

.delivery-popup__title {
    font-size: 18px;
    line-height: 21px;
    color: #666666;
    margin-bottom: 12px;
}

.delivery-popup__btn-wrap {
    display: flex;
}

.delivery-popup__btn {
    font-size: 18px;
    line-height: 1;
    color: #989898;
    transition: all .3s;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

@media (hover:hover) {
    .delivery-popup__btn:hover {
        color: #666666;
    }
}

.delivery-popup__close-btn {
    position: absolute;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 10px;
    outline: none;
    border: none;
    background: none;
    color: #666666;
    padding: 0;
    transition: all .3s;
}

@media (hover:hover) {
    .delivery-popup__close-btn:hover {
        color: #989898;
    }
}

.product .row:has(.delivery-popup) {
    overflow: visible;
}

.product .row:has(.delivery-popup) .delivery-popup__btn {
    width: auto !important;
    margin-top: 0 !important;
}

.card-subinfo__btn-c .delivery-popup {
    width: 160px;
    padding: 30px 20px 15px;
}

.card-subinfo__btn-c .delivery-popup__close-btn svg {
    width: 8px;
    height: 8px;
}

.card-subinfo__btn-c .delivery-popup__title {
    font-size: 14px;
    line-height: 18px;
}

.card-subinfo__btn-c .delivery-popup__btn {
    font-size: 14px;
}

@media (max-width: 991px) {
    .product .tabloid:has(.delivery-popup) {
        overflow: visible;
    }

    .card-subinfo__btn-c .delivery-popup {
        width: 125px;
        padding: 20px 10px 10px;
        margin-top: 0;
        border-radius: 4px;
    }

    .card-subinfo__btn-c .delivery-popup__close-btn {
        top: 7px;
        right: 7px;
    }

    .card-subinfo__btn-c .delivery-popup__close-btn svg {
        width: 7px;
        height: 7px;
    }

    .card-subinfo__btn-c .delivery-popup__title {
        font-size: 10px;
        line-height: 12px;
    }

    .card-subinfo__btn-c .delivery-popup__btn {
        font-size: 10px;
    }
}

/* delivery-popup ... end; */

@media (max-width: 980px) {
    body .items.productList .product.has-sanctions .clearfix.pos-rel .col-md-6-left {
        display: block;
        position: absolute;
        right: 100%;
    }

    body .items.productList .product.has-sanctions .col-md-6-left .count-form {
        display: none;
    }
}
/* End */
/* /bitrix/templates/dresscode/components/dresscode/offers.product/.default2/style.css?16588635251713 */
/* /local/components/delivery.info/templates/list/style.css?17671643915344 */
