li.first_item.active {
    background: #d7e166 !important;
}
.product-list .links_add {
    margin-left: 15px;
}
.product-list {
    width: 100%;
    overflow: hidden;
}
.box-product + .box-product {
    margin-left: 10px;
}
.catalog__pagging.pagging {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
ul.pagging__list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 5px;
    margin: 0 5px;
}

a.pagging__item {
    width: 38px;
    height: 38px;
    border: 1px solid #353e48;
    color: #000;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 10px;
    transition: all .15s ease;
}
a.pagging__item._active {
    color: #353e48;
    border: 1px solid rgb(255, 212, 32);
}
a.pagging__arrow {
    width: 38px;
    height: 38px;
    border: 1px solid #353e48;
    color: #000;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 10px;
    transition: all .15s ease;
}
a.pagging__arrow:hover {
    color: #353e48;
    border: 1px solid rgb(255, 212, 32);
}
a.pagging__item:hover {
    color: #353e48;
    border: 1px solid rgb(255, 212, 32);
}

span.more_category {
    width: 15px;
    display: block;
    position: relative;
    top: 2px;
}
span.more_category-children {
    width: 15px;
    display: block;
    position: relative;
    top: 2px;
}
a.sf-with-ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.sf-menu ul li a {
    display:flex;
}
ul.box-category > li ul ul.children-more {
    display: flex;
    margin-top: 0;
}
#column-left ul.box-category > li ul ul.children-more {
    flex-direction: column;
}
ul.box-category > li ul ul.children-more li{
    border-top: 1px solid #FCEBCC;
    border-bottom: 0px solid #FCEBCC;
}
ul.box-category > li ul > li > a.active{
    color: #07696b;
}
#header #cart._active .content {
    display:block;
}
.cart-info tbody .quantity input[type='text'] {
    text-align: center;
}
a.button.cart-mr {
    margin-right: 10px;
}

.popup_add_to_cart.active {
    display: flex;
}
.popup_add_to_cart {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #35353547;
    z-index: 9;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.add_to_cart_text {
    display: flex;
    padding: 24px 36px;
    background: #d7e166;
    border-radius: 12px;
    font-size: 18px;
}

.checkout-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
.checkout-row h2 {
    width: 100%;
    margin-bottom: 0px;
}

.variable_products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 15px;
    max-width: 100%;
}
.variable_product {
    display: flex;
    flex-direction: column;
    max-width: 120px;
    justify-content: flex-start;
}
#header #welcome {
    font-size: 18px;
}
.information_content h3 {
    border-bottom: 12px;
}

.information_content  ul {
    padding-bottom: 24px;
}
.box-product .name a {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30px;
}

h1.title_module {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
a.page_products svg.size-6 {
    width: 28px;
}
a.page_products {
    background: #e9f5fa;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    width: 130px;
    justify-content: space-around;
}
.delivery_info label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.delivery_info label input{
    width: auto;
}
.select_delivery {
    display: flex
;
    gap: 24px;
    width: 100%;
}
.checkout-col-full {
    width: 100%;
}

.page-order__inner {
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 50px;
}

.page-order__img {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 320px;
}
.page-order__text {
    font-size: 18px;
}

a, a:visited, a:link, a b {
    font-size: 16px;
}

.phone-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

}
.phone-header a{
    font-size: 24px;
}
div#language {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.cart-info thead td {
    font-size: 16px;
}

.cart-info .name a {
    font-size: 18px;
}
.cart-info tbody td {
    font-size: 18px;
}
.cart-total td.lastrow {
    padding-top: 18px;
    font-size: 22px;
    font-weight: 600;
}
.desc2 span {
    color: #1A4A5C;
    font-weight: 600;
    font-size: 16px;
}
select.large-field {
    text-align: left;
    padding-left: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 4px;
    border: 1px solid #d3ae66;
    border-radius: 8px;
    width: 97.5%;
    min-width: 300px;
    line-height: 26px;
    height: 31px;
    padding: 0 6px;
    overflow: hidden;
    background: #fef7e9;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdedce), to(#fef7e9));
}
#column-left .title_module {
    display: flex;
    align-items: flex-start;
}
@media only screen and (min-width: 1200px) {
    .box-product .image img {
        width: auto;
        height: 195px;
        max-width: none;
    }
    #column-left .box-product .image img {
        height: 70px;
    }
}

@media (max-width: 479.98px) {
    h1 {
        margin-top: 0px;
        padding-bottom: 5px;
    }
    .product-filter {
        display: none;
    }
    #content h1 {
        margin-bottom: 24px;
    }

    .menucaroussel input[type="text"] {
        min-width: 80% !important;
        margin-top: 0;
    }
    #header {
        background: #E1F2F9;
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        padding-top: 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }
    #header #logo {
        width: auto;
        height: 100px;
        position: relative;
        top: 0px;
        left: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    #header #logo img {
        height: auto;
        width: 85px;
    }
    #language {
        position: absolute;
        right: 10px;
        top: 75px;
    }
    #header #welcome {
       display: none;
    }
    .mobile_menu .m-center {
        border-right: 1px solid #000;
        border-left: 1px solid #000;
        background-color: #33748C;
        width: 86%;
        padding-left: 2px;
        padding-right: 2px;
    }
    div#header_right {
        padding-bottom: 30px;
    }

    .box-product .name a {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 60px;
    }
    .box-product .image {
        height: 145px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-list .box-product .new {
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        top: 10px;
        text-align: left;
        width: 80px;
        padding-left: 5px;
        left: 0px;
    }
    .product-list .description {
        font-size: 14px;
        color: #4D4D4D;
        line-height: 22px;
        font-family: 'Source Sans Pro', Arial;
        height: 0px;
        overflow: hidden;
        float: left;
        margin: 7px 0 5px;
        width: 100%;
    }
    .box-product .wrap_price {
        width: 100%;
    }
    .box-product .image img {
        min-width: auto;
        width: 100%;
        height: auto;
    }

}
