html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

body .container {
  flex-grow: 1;
}


.product_tabs_submenu_content {
    display: flex;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.carousel-inner img {
    max-height: 300px;
}

#products .product {
    height: calc(100% - 1.5rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pagination .page-link {
    color: #B390B3;
    border-color: #B390B3;
}

.pagination .active {
    background: #926092;
}

.row.scroll {
    overflow: scroll;
    flex-wrap: nowrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}
.row.scroll::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.product #product .container .row .col-lg-6  .sale {
    background-repeat: no-repeat;
    color: #F806CC;
    font-size: 1.2rem;
    height: 69px;
    line-height: 69px;
    position: absolute;
    width: 69px;
    text-align: center;
    margin: 1.5rem;
}

.ui-slider{
    position:relative;
    text-align:left;
}
.ui-slider-handle{
    background-color: #F806CC;
    border-radius: 1rem;
    position:absolute;
    z-index:2;
    width:1.2em;
    height:1.2em;
    cursor:default;
    -ms-touch-action:none;
    touch-action:none;
}

.ui-slider-range{
    position:absolute;
    z-index:1;
    font-size:.7em;
    display:block;
    border:0;
    background-position:0 0;
    background-color: #926092;
}

.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:1rem}
.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:1rem}
.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:1rem}
.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:1rem}

.ui-slider{position:relative;text-align:left}
.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}
.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}
.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}

.ui-slider-horizontal{
    height:.3em;
    background-color: #f4e1ee;
}
.ui-slider-horizontal .ui-slider-handle{
    top:-.45em;
    margin-left:-.6em;
}
.ui-slider-horizontal .ui-slider-range{top:0;height:100%}
.ui-slider-horizontal .ui-slider-range-min{left:0}
.ui-slider-horizontal .ui-slider-range-max{right:0}

.ui-slider-vertical{width:.8em;height:100px}
.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}
.ui-slider-vertical .ui-slider-range{left:0;width:100%}
.ui-slider-vertical .ui-slider-range-min{bottom:0}
.ui-slider-vertical .ui-slider-range-max{top:0}

.ui-widget-header{
    border:1px solid #aaa;
    background-color: #f806cc;
    font-weight:700
}
.ui-widget-header a{color:#222}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{
    border:1px solid #f806cc;
    background-color: #f806cc;
    font-weight:400;
}


.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{
    border:1px solid #f4e1ee;
    background-color: #f4e1ee;
    font-weight:400;
    color:#212121}


.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{
    
    border:1px solid #f4e1ee;
    background-color: #f4e1ee;
    font-weight:400;
    color:#212121}

.price_slider_wrapper .price_label {
    padding: 1rem 1.5rem;
    text-align: center;
}
.price_slider_wrapper .wp-element-button {
    width: 100%;
}

.woocommerce-product-search {
    display: flex;

}
.woocommerce-product-search .search-field {
    border-radius: 6px;
    border: 1px solid #A379A3;
    color: #A379A3;
    padding: .375rem .75rem;
    width: 100%;
}

i.colored_icon {
    color: #A379A3;
}
.button.trnasparent {
    background-image: none;
    background-color: transparent;
    padding: 0.5rem 1rem;
    border: none;
}


input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A379A3;
    opacity: 1; /* Firefox */
}
  
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A379A3;
}
  
input::-ms-input-placeholder { /* Microsoft Edge */
    color: #A379A3;
}

.navbar-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.site-search {
    order: 3;
    align-self: center;
    width: 100%;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem;
}



.c-w-wrap {
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 2px 3px 8px -3px rgba(0, 0, 0, 0.22);
    margin-bottom: 1.5rem;
    padding: 0.75rem;
}
.c-w-wrap.woocommerce-form {
    color: #B390B3;
}

.woocommerce-form-row {
    display: flex;
    flex-direction: column;
}
#cart .product-remove {
    /* text-align: center; */
    padding-left: 2rem;
}

#cart .product-quantity {
    text-align: center;
}

a.remove {
    color: #A379A3;
    font-size: 0.75rem;    
    cursor: pointer;
}
.restore_quantity {
    cursor: pointer;
}
.woocommerce-remove-coupon {
    color: #A379A3;
    font-size: 0.75rem;    
    cursor: pointer;
}

.woocommerce ul.order_details{margin:0 0 3em;list-style:none}
.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}
.woocommerce ul.order_details::after{clear:both}
.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #d3ced2;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}
.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}
.woocommerce ul.order_details li:last-of-type{border:none}
.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}
.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}

.woocommerce-table {
    width: 100%;
}
.woocommerce-table thead {
    border-bottom: 1px solid;
}

.woocommerce-table tbody tr th, .woocommerce-table tbody tr td{
    height: 2.5rem;
}

.woocommerce-table tfoot {
    border-top: 1px solid;
}

.woocommerce-table.order_details tr td, .woocommerce-table.order_details tr th {
    width: auto;
}
.woocommerce-table.order_details tr td:first-child {
    width: 5rem;
}
.product-thumbnail.image .wrap {
    background-color: #F9F9F9;
    border-radius: 0.5rem;
    width: 5rem;
    text-align: center;
}
.product-thumbnail.image .wrap img {
    height: 2.5rem;
}
.woocommerce-table.order_details tr td:last-child, .woocommerce-table.order_details tr th:last-child {
    text-align: right;
}
.shop_table.order_detail {
    width: 100%;
}

.contacts {
    background-color: #ffffff;
    border-radius: 0.5rem;
    color: #926092;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
}
.contacts .line-heading .text {
    background-color: #ffffff;
}
.footer_contacts .line-heading .text {
    background-color: transparent;
    color: white;
}

.footer_contacts .line-heading:after {
    top: 100%;
}

.footer_contacts .contacts{
    padding: 0;
    background-color: transparent;
    color: white;

}
.contact_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    align-items: center;
}
.contact_row .name {
    font-weight: bold;
}
.contact_row .value {
    text-align: right;
}
.contact_row .icon {
    font-size: 4rem;
}

.mini_cart_header_icon {
    position: relative;

}
.mini_cart_wrapper {
    display: none;
    position: absolute;
    top: 89px;

    width: 320px;
    /* height: 320px; */
    background-color: #ffffff;
    z-index: 999;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.5rem 0.05rem #926092;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    text-align: center;
    color: #926092;

    max-height: calc(100vh - 110px);
    overflow-y: scroll;

}

#header .header-wrap.links.links-d {
    margin-left: 0;
}

#header .header-wrap.links.links-d::before {
    content: none;

}
#header .header-wrap .mini_cart_wrapper a, #header .header-wrap .mini_cart_wrapper p, .product-name.title a{
    font-size: 1rem;
    color: #926092;
    margin: 0;

}
#header .header-wrap  .woocommerce-mini-cart__buttons.buttons a {
    color: #ffffff;
}

.woocommerce-mini-cart {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.woocommerce-mini-cart-item {
    display: flex;
    align-items: center;
    border-bottom: 0.1rem dotted #926092;
    padding: 0.4rem 0 0.4rem 0;
    flex-wrap: wrap;

}
.woocommerce-mini-cart__total.total {
    padding: 1.5rem 0;
}
.mini_cart_wrapper .product-thumbnail.image {
    width: 20%;
    text-align: center;
}
.mini_cart_wrapper .product-thumbnail.image img {
    max-height: 4rem;
    margin: auto;
}
.mini_cart_wrapper .product-remove {
    width: 10%;
}
.mini_cart_wrapper .product-name.title {
    width: 35%;
}
.mini_cart_wrapper .product-price.price {
    width: 35%;
}
.mini_cart_wrapper  .product-grouped {
    width: 100%;
}
.mini_cart_wrapper  .product-grouped .product-name.title {
    width: 100%;
    text-align: right;
}

/* .container.navbar-container.strech, .collapse.navbar-collapse.strech  {
    align-items: stretch;
}
.container.navbar-container.strech > *, .collapse.navbar-collapse.strech > *{
    align-items: center;
} */

.header-wrap.links.links-d.strech {
    height: 109px;
    align-items: center;
}
.mini_cart_header_wrapper {
    height: calc(100% - 40px);
    display: flex;
    margin: 20px 0;
    /* margin: 0 0 20px 0; */
}
.mini_cart_header_wrapper .mini_cart_header_icon{
    align-self: center;
}

.mini_cart_header_wrapper:hover .mini_cart_wrapper{
    display: block;
}


.woocommerce-MyAccount-navigation a{
    color: #926092;

}
.woocommerce-MyAccount-content {
    color: #926092;
    background-color: #ffffff;
    padding: 4rem 2rem;
    border-radius: 0.5rem;
}
.woocommerce-orders-table {
    width: 100%;
    text-align: center;
}
.woocommerce-table--order-details a {
    color: #926092;

}

#top-products .product .sale {

    transform: translate(50%,-50%);
}

#top-products .product {
    height: calc(100% - 1.5rem);
}
#top-products .product .row {
    height: 100%;
    align-items: center;
}

#favorite .item:last-child::after {
    content: none;
}

#products .product .image img {
    height: 200px;
}
#products .product h2 {
    height: 4rem;
}

.fitler_toggle_button {
    text-align: center;
    display: block;
}
.fitler_toggle_button .button i{
    color: #ffffff;
    padding: 0.5rem;
}
.filter_bar_wrapper {
    display: none;
}

#product .price {
    font-size: 1.2rem;
}
#product .price ins {
    padding-left: 1rem;
}
.drinks .filter .switch {
    display: flex;
    text-align: center;
    justify-content: center;
    /* flex-basis: 25%; */
    flex-wrap: wrap;
    padding: 1rem;
}

#intro .info {
    display: flex;
    flex-direction: column;
}
#intro .info .value {
    border-bottom: 1px dashed #926092;
    padding: 0.5rem 0;
    margin: 0 1rem;
}
#intro .info .value::after {
    content: none;
}

.drinks .filter .switch .option {
    background-color: transparent;
}
.drinks .filter .switch .option.active, .drinks .filter .options .option.active label{
    /* background-color: #F806CC; */
    background-image: linear-gradient(to right, #A80F78, #D40AA6);
    border-radius: 1.5rem;
    
}

/* background-image: url("../assets/images/icon_switch_checked.svg"); */

#products.drinks .filter .switch .option.active .text {
    background-image: url('./assets/images/icon_switch_checked.svg')
}
#products.drinks .filter .options .option label .text {
    background-image: url("./assets/images/icon_add_filtr.svg");  

    /* background-position: 0.5rem 50%; */
    /* background-repeat: no-repeat; */
    /* display: inline-block; */

}
#products.drinks .filter .options .option.active label .text{
    background-image: url("./assets/images/icon_close_filtr.svg");  
}

.drinks .filter .switch .option.active span, .drinks .filter .options .option.active span {
    color: #ffffff;
}

@media (max-width: 991px) {
    /* hide banner for the smaller devices */
    #intro .col-lg-6.col-xl-7.order-lg-1 {
        display: none;
    } 
}


@media (min-width: 992px) {
    #intro .info { 
        display: block;
    }
    #intro .info .value {
        border-bottom: none;
        padding: 0;
        margin: 0 0.5rem 0 0;
    }
    #intro .info .value::after {
        content: "|";
    }
    .c-w-wrap {
        padding: 2rem;
    }
    .navbar-expand-lg .navbar-collapse {
        flex-wrap: wrap;
        justify-content: center;
    }
    .navbar-expand-lg .navbar-nav {
        width: 100%;
        justify-content: center;
    }
    
    #header .header-wrap.cart-info::before {
        content: none;
    }
    .header-wrap.links.links-d.strech {
        height: 49px;
    }
    .mini_cart_wrapper {
        top: 34px;
    }
    #header .navbar-collapse {
        align-self: flex-end;
    }
    .mini_cart_header_wrapper {
        height: calc(100% - 20px);
        margin: 0 0 10px 0;
        align-self: flex-end;
    }
    #header .cart-info {
        margin-left: 0;
        padding-left: 0;
    }

    .site-search {
        order: inherit;
        padding-left: 1.25rem;
        margin-bottom: 0rem;
        width: auto;
    }
    .fitler_toggle_button { 
        display: none;
    }
    .filter_bar_wrapper {
        display: block;
    }
    #product .price {
        font-size: 2.2rem;
    }

}

@media (min-width: 1400px) {
    .navbar-expand-lg .navbar-collapse {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-nav {
        width: auto;
        justify-content: unset;
    }
    #header .header-wrap.cart-info::before {
        content: ' ';
    }

    .header-wrap.links.links-d.strech {
        height: 109px;
    }
    .mini_cart_wrapper {
        top: 89px;
    }
    #header .navbar-collapse {
        align-self: center;
    }
    .mini_cart_header_wrapper {
        margin: 20px 0;
        align-self: center;
    }
    #header .cart-info {
        margin-left: 1.25rem;
        padding-left: 1.25rem;
    }
}



