

/* Start:/local/templates/coolbottles/components/bitrix/menu/catalog/style.css?1765179030240*/
.top-menu a {
    color: black;
}

.top-menu img {
    height: 50px;
}

.top-menu a {
    font-size: 12px;
}

@media screen and (max-width: 574px) {
    .menu-ico {
        width: 15%;
    }
    .top-menu img {
        height: 35px;
    }
}
/* End */


/* Start:/local/templates/coolbottles/components/bitrix/sale.basket.basket.line/basket-line/style.css?17645962235023*/
.bx-basket-item-list {
    position: fixed;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    padding-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    left: auto;

}

.badge-basket {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 9px;
    border-radius: 50%;
    background-color: var(--bs-yellow);
    top: -16px;
    line-height: 1;
    right: -16px;
    color: white;
    font-weight: bold;
}

.bx-basket {
}

.basket-line-block {
    position: relative;
    white-space: nowrap;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
    position: relative;
}

/*FIXED BASKET*/

@media (min-width: 768px) {
    .bx-basket-fixed {
        position: fixed;
        z-index: 998;
        overflow: hidden;
        padding-top: 10px;
        width: 200px;
        border: 1px solid #f0f0f0;
        border-radius: 1px;
        background: #fff;
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    }

    .bx-basket-fixed.top {
        top: 10px
    }

    .bx-basket-fixed.right {
        right: 10px
    }

    .bx-basket-fixed.bottom {
        bottom: 10px
    }

    .bx-basket-fixed.left {
        left: 10px
    }

    .bx-basket-fixed.bx-max-height {
        top: 10px;
        bottom: 10px;
    }
}

@media (max-width: 767px) {
    .bx-basket-fixed {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 998;
        overflow: hidden;
        padding-top: 10px;
        border: 1px solid #f0f0f0;
        border-radius: 1px;
        background: #fff;
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    }

    .bx-basket-fixed.vcenter {
        bottom: 10px;
        top: auto !important;
    }

    /*.bx-basket-item-list {
        display: none;
    }*/
    .bx-opener .bx-basket-item-list {
        padding-bottom: 75px;
        left: 0;
        right: 0;
    }

    .badge-basket {
        top: -9px;
        font-weight: normal;
        right: 16px;
        font-size: 10px;
        padding: 4px 7px;
    }

    /*.bx-basket-fixed */
}

.bx-basket-fixed .basket-line-block {
    margin-left: 10px;
}

.bx-basket-item-list {


}

.bx-opener .bx-basket-item-list {
    padding-bottom: 75px;
}

.bx-max-height .bx-basket-item-list {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.bx-closed .bx-basket-item-list {
    overflow: hidden;
    height: 20px;
}

.bx-basket-item-list-action {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    padding: 3px 0;
    height: 20px;
    background: #f7f7f7;
    color: #4f4f4f;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
}

.bx-basket-item-list-container {
    overflow-y: auto;
    max-height: 100%
}

.bx-basket-item-list-item {
    position: relative;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.bx-basket-item-list-item-status {

    padding: 3px;
    border-radius: 0.25rem;
    background: #ebebeb;
    text-align: center;
    white-space: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}


.bx-basket-item-list-item-img img {
    max-width: 90px;
    height: auto;
}

.bx-basket-item-list-item-name {
    padding-bottom: 5px;
}

.bx-basket-item-list-item-name a {
    font-size: 13px;
    line-height: 16px;
}

.bx-basket-item-list-item-remove {
    width: 20px;
    height: 20px;
    opacity: .5;
    cursor: pointer;
    transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
    content: '';
    transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover {
    opacity: .7;
}

.bx-basket-item-list-item-price-block {
    padding-bottom: 5px;
    font-size: 12px;
}

.bx-basket-item-list-item-price {
    display: inline-block;
    margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
    display: inline-block;
    margin-right: 5px;
    color: #b0b0b0;
    text-decoration: line-through
}

.bx_cart_login_top .basket-line {
    line-height: 1.44em;
}
/* End */


/* Start:/local/templates/coolbottles/components/bitrix/search.title/top/style.css?1765443273944*/
.searche-title {}

.search-title-button {
	background-image: url(/local/templates/coolbottles/components/bitrix/search.title/top/images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 45px;
	/* min-height: 38px; */
	height: calc(1.5em + 0.75rem);
}


.title-search-result {
	border: 1px solid #ced4da;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
}

.search-title-result-item {
	border-bottom: 1px solid #ddd;
}


.search-title .search-title-result-item:last-child {
	border-bottom:  none;
}

.search-title-result-item-link {
	font-size: 16px;
	transition: 170ms linear all;
}

.search-title-result-item-price {
	font-size: 16px;
}

.search-title-result-item-current-price {
	font-weight: bold;
}

.search-title-result-item-old-price {
	font-size: 80%;
	text-decoration: line-through;
}
.form-search{
    width: 100%;
    max-width: 700px;
}
.search-top .btn-link{
    top: 1rem;
    right: 1rem;
}
/* End */
/* /local/templates/coolbottles/components/bitrix/menu/catalog/style.css?1765179030240 */
/* /local/templates/coolbottles/components/bitrix/sale.basket.basket.line/basket-line/style.css?17645962235023 */
/* /local/templates/coolbottles/components/bitrix/search.title/top/style.css?1765443273944 */
