html, body {
    font-family: 'alfabet', sans-serif;
    margin: 0;
    font-weight: 400;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, strong {
    font-family: 'alfabet', sans-serif;
}

button, option, select, input, textarea {
    font-family: 'alfabet', sans-serif;
    outline: none
}

button:focus, option:focus, select:focus, input:focus, textarea:focus {
    outline: none;
}

button {
    cursor: pointer
}

picture {
    font-size: 0;
    line-height: unset
}

.row {
    width: 100%;
    max-width: 1840px;
    display: flex;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #000;
}


/*HEADER*/

header .top {
    background: #4D85C5;
}

header .top .row {
    justify-content: space-between;

    height: 40px;

    .phn {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .phn a {
        font-size: 13px;
        letter-spacing: 0;
        color: #FFFFFF;
        opacity: 1;
        padding-left: 20px;
        position: relative;
    }

    .phn a:before {
        content: '';
        position: absolute;
        top: 40%;
        left: 0;
        transform: translateY(-50%);
        width: 14px;
        height: 17px;
        background: url('/image/assets/header/phone.svg');
    }

    .msg {
        display: flex;
        align-items: center;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.85px;
        color: #FFFFFF;
        opacity: 1;
    }

    .top_right {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .top_right .dropdown-menu {
        list-style: none;
        padding: 0;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .top_right .dropdown-menu button {
        background: transparent;
        border: none;
        cursor: pointer;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        padding-top: 5px;
    }

    .top_right .dropdown-menu li:first-of-type {
        border-right: 1px solid #fff;
    }

    .track_top,
    .contact_top {
        display: flex;
        align-items: center;
    }

    /*.top_right img {
        margin-bottom: 5px;
    }*/

    .top_right a {
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0;
        color: #FFFFFF;
        opacity: 1;
        margin-left: 5px;
    }
}

#hdmn .row {
    justify-content: space-between;

    .logo {
        /*padding: 15px 0;*/
        font-size: 0;
    }

    .logo img {
        max-height: 80px;
    }

    .cnmn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        height: 100%;
    }

    .cnmn a {
        display: flex;
        gap: 10px;
        align-items: center;
        font-size: 13px;
        letter-spacing: 0;
        color: #003E81;
        opacity: 1;
    }

    .cart-mob {
        display: none;
    }

    .cart {
        background: #003E81;
        border-radius: 0 0 10px 10px;
        opacity: 1;
        height: 100%;
        display: flex;
        padding: 0 25px;
        box-sizing: border-box;
    }

    .cart a {
        font-size: 13px;
        letter-spacing: 0;
        color: #FFFFFF;
        opacity: 1;
        width: 100%;
    }

    .cart #cart-total {
        font-size: 13px;
        letter-spacing: 0;
        color: #303C41;
        opacity: 1;
        background: #D2DBDE;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        padding: 0;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #cart ul {
        list-style: none;
        margin: 0;
        display: none;
    }
}

/*FOOTER*/

footer h5 {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    color: #303C41;
    opacity: 1;
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 10px;
    position: relative;
}

footer h5:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 2px;
    background: #4D83C5;
}

footer a {
    font-size: 13px;
    letter-spacing: 0;
    color: #303C41;
    opacity: 1;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer li {
    padding-bottom: 15px;
}

footer .container {
    padding: 80px 0;
}

footer .row {
    width: 100%;
    max-width: 1060px;
    justify-content: space-between;
}

footer .store-inf {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 60px;
    border-right: 1px solid #DBDBDB;
}

footer .store-inf .logo {
    font-size: 0;
}

footer .store-inf .logo img {
    max-height: 80px;
}

footer .store-inf .phone,
footer .store-inf .email,
footer .store-inf .location {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .social {
    display: flex;
    gap: 15px;
}

footer .bottom-div {
    padding: 25px 0;
    background: #F4F5F6;
}

footer .developed {
    display: flex;
    box-sizing: border-box;
    flex-flow: column;
    justify-content: space-between;
}

footer .developed span {
    font-size: 13px;
    color: #7A7A7B;
}

/*SEARCH*/
.hsrch-container {
    max-width: 800px;
    width: 100%;
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    padding: 0 20px;
    box-sizing: border-box;
    display: none;
}

.hsrch-container.open {
    display: block;
}

.hsrch-container .hsrch {
    display: flex;
    justify-content: space-between;
    background: #EFF1F5;
    border-radius: 8px;
    z-index: 999;
    position: relative;
}

.hsrch-container .hsrch input {
    width: 100%;
    border: none;
    padding: 0 0 0 20px;
    font-size: 20px;
    line-height: 64px;
    background: none;
}

.hsrch-container .hsrch button {
    border: 0;
    background: 0;
    font-size: 30px;
    padding: 0 10px;
    cursor: pointer;
}

.hsrch-container .hsrch button img {
    max-height: 25px;
}

.hsrch-container .hsrch span#cls-srch {
    border: 0;
    background: 0;
    font-size: 30px;
    line-height: 64px;
    padding: 0 20px 0 10px;
    cursor: pointer;
    color: #7d7d7d;
    position: relative;
    width: 40px;
}

.hsrch-container .hsrch span#cls-srch::before {
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: 18px;
    left: 26px;
    height: 30px;
    width: 2px;
    background: #000;
    display: block;
}

.hsrch-container .hsrch span#cls-srch::after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 18px;
    left: 26px;
    height: 30px;
    width: 2px;
    background: #000;
    display: block;
}

.glbovrlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    display: flex;
    justify-content: center;
    align-items: center;
}

.glbovrlay .glbcnt {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    box-sizing: border-box;
}


/*BREADCRUMBS*/

#glb-brdcrmbs {
    padding: 0 0 16px 0;

    .row {
        padding: 0;
    }

    a {
        font-weight: 300;
        font-size: 13px;
        letter-spacing: -0.17px;
        color: #303C41;
        padding-right: 20px;
        opacity: 1;
        position: relative;
    }

    a:last-of-type {
        font-weight: 500;
    }

    a:last-child:before {
        display: none;
    }

    a:nth-child(n-2):before {
        content: '';
        border-top: 1px solid #707070;
        border-right: 1px solid #707070;
        height: 4px;
        width: 4px;
        position: absolute;
        transform: translateY(-50%) rotate(45deg);
        top: 50%;
        right: 8px;
    }
}

/*PRODUCT BOX*/

.glbprdr {
    width: 100%;
    box-sizing: border-box;
    height: auto !important;
    background: #FFFFFF;
    border-radius: 6px;
}

.glbprdr .glbprdrc {

    h2 a {
        font-weight: normal;
        font-size: 18px;
        letter-spacing: -0.20px;
        color: #000000;
        opacity: 1;
    }

    padding: 25px 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;

    .cvr {
        display: inline-block;
        width: 100%;
        padding-bottom: 100%;
        position: relative;
        box-sizing: border-box;
        text-align: center;
    }

    .cvr a {
        font-size: 0;
    }

    .cvr a.loaded {
        padding-bottom: 0 !important;
    }

    .cvr img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .inf {
        flex-grow: 1
    }

    .prcs {
        padding: 20px 0;
    }

    .prcs strong {
        font-weight: 600;
        letter-spacing: -0.32px;
        color: #000000;
        font-size: 16px;
    }

    .prcs span {
        letter-spacing: -0.32px;
        color: #A6A6A6;
        margin-left: 14px;
        font-size: 16px;
        font-weight: 600;
        text-decoration-line: line-through;
        -webkit-text-decoration-line: line-through;
        text-decoration-color: #A6A6A6;
        -webkit-text-decoration-color: #A6A6A6;
    }

}

.adtcrtbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.adtcrtbtn .btn-cart {
    background: #303C41;
    border-radius: 4px;
    font-size: 15px;
    letter-spacing: -0.25px;
    color: #FFFFFF;
    opacity: 1;
    padding: 15px 60px;
    border: none;
}

.adtcrtbtn .btn-fav {
    background: none;
    border: 1px solid #303C41;
    border-radius: 4px;
    letter-spacing: -0.25px;
    color: #FFFFFF;
    opacity: 1;
    padding: 15px;
    font-size: 0;
}

/*PAGINATION*/

#pagination {
    margin: 50px auto;
    width: 100%;
    padding: 25px 0;
    box-sizing: border-box;
}

#pagination .pagination {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}

#pagination .pagination li {
    margin-bottom: 5px;
    margin-right: 16px;
}

#pagination .pagination li:last-of-type {
    margin-right: 0;
}

#pagination .pagination a {
    display: block;
    padding: 6px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #003E81;
}

#pagination .pagination .active {
    color: #ffffff;
    background: #003E81;
    border-radius: 50%;
    padding: 10px 15px;
}

#pagination .pagination .active a {
    color: black;
}

#error-not-found {
    p {
        font-size: 15px;
        font-weight: 400;
    }
}

.buttons {
    margin-top: 40px;

    .continue a {
        background: #303C41;
        border-radius: 4px;
        color: #ffffff;
        padding: 15px 30px;
    }
}

/*MODAL*/
#crtovrlay, #glbovrlay, #nslttrovrlay {
    opacity: 0.6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 990;
    background: #000000;
}

.cart-modal {
    position: relative;
    width: 80%;
    margin: auto;
    max-width: 480px;
    box-sizing: border-box;
    padding: 40px 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 500;
    z-index: 1000;
    background: #fff;
    color: #000000;
}

.cart-modal .cart-modal-buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0 auto;
}

.cart-modal .cart-modal-buttons #clscrtovrlay {
    flex: 0 0 calc(50% - 22px);
    width: calc(50% - 22px);
    background: #ADADAD;
    padding: 10px 8px;
    font-weight: 400;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 21px;
    cursor: pointer;
    text-align: center;
}

.cart-modal .cart-modal-buttons .checkout-btn {
    flex: 0 0 calc(50% - 22px);
    width: calc(50% - 22px);
    background: #003E81;
    color: #FFFFFF;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    padding: 10px 10px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.cart-modal .cart-modal-buttons .checkout-btn:hover {
    background: #003E81;
}

.cart-modal p {
    margin: 0;
    padding: 20px 20px 0;
    box-sizing: border-box;
    line-height: 24px;
}

#cls-cart {
    border: 0;
    background: 0;
    padding: 0 0px 0 0px;
    cursor: pointer;
    top: 5px;
    right: 10px;
    position: absolute;
    width: 30px;
    height: 30px;
}

#cls-cart::before {
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: 5px;
    left: 15px;
    height: 20px;
    width: 2px;
    background: #000;
    display: block;
}

#cls-cart::after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 5px;
    left: 15px;
    height: 20px;
    width: 2px;
    background: #000;
    display: block;
}

.alert-success {
    font-size: 15px;
    padding-left: 50px;
    margin: 20px 0;
}

.text-danger {
    color: red;
    font-size: 13px;
    margin: 20px 0;
}

/*MENU*/

.menu {
    flex-grow: 1;
}

#menu {
    display: flex;
    align-items: center;

}

#menu .navbar-nav {
    display: flex;
    list-style: none;
    margin: 0;
    gap: 20px;
}

#menu p {
    margin: 0;
}

#menu li a {
    font-size: 15px;
    letter-spacing: 0;
    color: #003E81;
    opacity: 1;
}

#menu .dropdown-menu {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    min-width: 200px;
    border: 1px solid #ddd;
}

#menu .products-menu {
    display: none;
    position: absolute;
    top: 155px;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    max-width: 100%;
    min-height: 150px;
    border-top: 1px solid #ddd;
    align-items: center;
    padding: 50px 20px;
    transition: ease 0.25s;
}

#menu .products-menu.active {
    display: flex;
}

#menu .products-menu .dropdown-inner ul {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    padding-left: 0 !important;
    list-style: none;
    gap: 20px;
}

#menu .dropdown {
    position: relative;
}

#menu .navbar .nav > li {
    padding: 35px 0;
}

#menu .dropdown .dropdown-child,
#menu .products .product-child {
    font-size: 15px;
    letter-spacing: 0;
    color: #003E81;
    opacity: 1;
    position: relative;
}

#menu .dropdown .dropdown-menu .dropdown-inner ul {
    padding-left: 0 !important;
    list-style: none;
}

#menu .dropdown .dropdown-menu .dropdown-inner li {
    margin: 10px 0;
}

#menu .dropdown.active .dropdown-child::before,
#menu .products.active .product-child::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #003E81;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    transition: ease 0.25s;
}

#menu .dropdown .dropdown-menu {
    border: 1px solid #003E81;
    border-radius: 4px;
    background: #FFFFFF;
    position: absolute;
    padding: 30px;
    z-index: 999;
    display: none;
    transition: ease 0.25s;
}

#menu .dropdown.active .dropdown-menu {
    display: block;
}

#menu .dropdown.active .dropdown-inner {
    display: block;
}

#menu .dropdown-child-item #grandchildren {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #003E81;
    padding: 30px !important;
    z-index: 999;
    transition: ease 0.25s;
}

#menu #grandchildren li a {
    text-decoration: none;
}

#menu .dropdown-child-item.active #grandchildren {
    display: block;
}

#information-information > .row {
    max-width: 1400px;
}

.top_left {
    display: none;
}

.mobttl {
    display: none;
}

#menu .dropdown-child-item .mob {
    display: none;
}

#menu li.company,
#menu li.company p {
    position: relative;
}

#menu .company-info {
    border: 1px solid #003E81;
    border-radius: 4px;
    background: #FFFFFF;
    position: absolute;
    padding: 30px;
    z-index: 999;
    display: none;
    transition: ease0 .25s;
    top: 70px;
    left: 0;
    min-width: 150px;
}

#menu .company-info.active {
    display: block;
}

#menu .company-info ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#menu li.company.active > p::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #003E81;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    transition: ease0 .25s;
}

@media only screen and (max-width: 1280px) {

    .adtcrtbtn .btn-cart {
        padding: 15px 45px;
    }

}

@media only screen and (max-width: 1150px) {

    .mobttl {
        display: block;
    }

    header .top .row .top_right .track_top,
    header .top .row .top_right .contact_top {
        display: none;
    }

    body.active {
        overflow: hidden;
    }

    #menu .navbar-nav {
        gap: 10px;
    }

    .adtcrtbtn .btn-cart {
        padding: 15px 45px;
    }

    .cnmn > a {
        display: none !important;
    }

    #hdmn .menu {
        display: none;
    }

    .top_left {
        padding-top: 25px;
        display: block;
    }

    .top_left .clsmn {
        display: block;
        position: relative;
        height: 20px;
        width: 20px;
        z-index: 10;
    }

    .top_left .clsmn:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 16px;
        border-top: 2px solid #003e81;
        border-bottom: 2px solid #003e81;
    }

    .top_left .clsmn:after {
        content: "";
        position: absolute;
        left: 0;
        width: 21px;
        border-top: 2px solid #003e81;
        top: 50%;
        transform: translateY(-50%);
    }

    .top_left .clsmn.active:before {
        top: 7px;
        left: 5px;
        border-bottom: none;
        transform: rotate(-45deg);
    }

    .top_left .clsmn.active:after {
        transform: rotate(45deg);
    }

    .top_left .mob_menu {
        display: none;
    }

    .top_left .mob_menu.active {
        padding: 25px 0 250px 0;
        position: fixed;
        top: 156px;
        left: 0;
        width: 350px;
        height: calc(100% - 156px);
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 999;
        overflow-y: scroll;
        box-sizing: border-box;
    }

    .top_left .srch_mob {
        background: #E4E8EA;
        border-radius: 5px;
        width: 100%;
        max-width: calc(100% - 64px);
        box-sizing: border-box;
    }

    .top_left .srch_mob form {
        padding: 20px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .top_left .srch_mob button {
        border: none;
        background: transparent;
    }

    .top_left .srch_mob input {
        font-size: 13px;
        letter-spacing: 0;
        color: #303C41;
        opacity: 1;
        width: 100%;
        border: none;
        background: transparent;
    }

    .top_left #menu .navbar {
        width: 100%;
    }

    .top_left #menu .navbar-nav {
        flex-direction: column;
    }

    .top_left #menu {
        flex-grow: unset;
        width: 100%;
        border-top: 1px solid #E4E8EA;
        border-bottom: 1px solid #E4E8EA;
        margin-top: 30px;
        overflow-y: scroll;
    }

    .top_left #menu .row {
        padding: 0;
        height: 100%;
    }

    .top_left #menu .navbar-nav {
        padding: 0;
    }

    .top_left #menu .navbar-nav > li {
        border-bottom: 1px solid #E4E8EA;
    }

    .top_left #menu li p {
        font-size: 16px;
    }

    .top_left #menu .dropdown {
        margin-top: 10px;
    }

    .top_left #menu .dropdown p,
    .top_left #menu .products p {
        position: relative;
    }

    .top_left #menu .dropdown .mobttl p:after,
    .top_left #menu .products .mobttl p:after,
    .top_left #menu .company .mobttl p:after {
        display: none;
    }

    .top_left #menu .dropdown p:after,
    .top_left #menu .products p:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 8px;
        height: 8px;
        border-top: 1px solid #003E81;
        border-right: 1px solid #003E81;
        transform: translateY(-50%) rotate(45deg);
    }

    .top_left #menu .dropdown-child-item a {
        position: relative;
        width: 100%;
        display: inline-block;
    }

    .top_left #menu .dropdown-child-item .mob {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 15px;
        height: 15px;
        transform: translateY(-50%);
        z-index: 10;
    }

    .top_left #menu .dropdown-child-item .mob:after {
        content: '';
        position: absolute;
        top: 30%;
        right: 0;
        width: 8px;
        height: 8px;
        border-top: 1px solid #003E81;
        border-right: 1px solid #003E81;
        transform: translateY(-50%) rotate(45deg);
    }

    .top_left #menu .dropdown.active .dropdown-menu {
        border: none;
        border-radius: 0;
        background: #FFFFFF;
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 30px;
        z-index: 9999;
        display: none;
        transition: ease 0.25s;
    }

    .top_left #menu .products.active .products-menu {
        display: block;
        flex-direction: column;
        align-items: start;
        border-radius: 0;
        background: #FFFFFF;
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 30px;
        z-index: 9999;
        transition: ease 0.25s;
    }

    .top_left #menu .products-menu .dropdown-inner ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .top_left #menu .dropdown {
        position: static;
    }

    .top_left #menu .navbar .nav > li {
        padding: 15px 20px;
    }

    .menu-btn {
        position: absolute;
        bottom: 20px;
        left: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 5px;
        box-sizing: border-box;
    }

    .menu-btn .boxcnt {
        background: #F4F5F6;
        padding: 15px 0 15px 40px;
    }

    .menu-btn .boxcnt a {
        display: flex;
        gap: 10px;
        align-items: center;
        font-size: 11px;
        letter-spacing: 0;
        color: #003E81;
        opacity: 1;
    }

    .top_left #menu .mobttl {
        display: block;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 0;
        color: #303C41;
        opacity: 1;
        margin-bottom: 40px;
    }

    .top_left #menu .dropdown-menu.active .mobttl p:after,
    .top_left #menu .products-menu.active .mobttl p:after,
    .top_left #menu .dropdown-child-item.active .mobttl p:after,
    .top_left #menu .dropdown.active .dropdown-child::before,
    .top_left #menu .products.active .product-child::before,
    .top_left #menu .company.active span:after {
        display: none;
    }

    .top_left #menu .mobttl p {
        padding-left: 15px;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0;
        color: #003E81;
        opacity: 1;
        margin-bottom: 10px;
    }

    .top_left #menu .mobttl p:before {
        content: '';
        position: absolute;
        top: 40%;
        left: 0;
        width: 8px;
        height: 8px;
        border-top: 1px solid #003E81;
        border-right: 1px solid #003E81;
        transform: translateY(-50%) rotate(-130deg);
    }

    .top_left #menu .dropdown-child-item #grandchildren {
        border: none;
        border-radius: 0;
        background: #FFFFFF;
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 30px;
        z-index: 99999;
        display: none;
        transition: ease 0.25s;
        transform: translateX(0);
    }

    .top_left #menu #grandchildren li a {
        text-decoration: none;
    }

    .top_left #menu .dropdown-child-item #grandchildren.active {
        display: block;
    }

    .top_left #menu .company p {
        position: relative;
    }

    .top_left #menu .company {
        position: static;
    }

    .top_left #menu .company span:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 8px;
        height: 8px;
        border-top: 1px solid #003E81;
        border-right: 1px solid #003E81;
        transform: translateY(-50%) rotate(45deg);
    }

    .top_left #menu .company.active .company-info {
        display: block;
    }

    .top_left #menu .company .company-info {
        border: none;
        border-radius: 0;
        background: #FFFFFF;
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 30px;
        z-index: 9999;
        display: none;
        transition: ease 0.25s;
    }

}

@media only screen and (max-width: 960px) {

    header .top .phn {
        gap: 0 !important;
    }

    header .top .phn p {
        font-size: 0 !important;
    }

    header .top .top_right a.txt {
        display: none;
    }

    .adtcrtbtn .btn-cart {
        padding: 15px 60px;
    }

}

@media only screen and (max-width: 840px) {
    .adtcrtbtn .btn-cart {
        padding: 15px 45px;
    }

    .ftr.clean-protect {
        padding: 50px 0;
    }

    .ftr.clean-protect .title:after {
        display: none;
    }

    .ftr.clean-protect .title {
        flex-direction: column;
        align-items: start;
        margin-bottom: 15px;
    }

    .ftr h3 {
        font-size: 28px;
    }

    .ftr.clean-protect h3 {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 780px) {

    footer .container .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px 0;
    }

    footer .row > div {
        padding-left: 80px;
    }

    footer .row > div:nth-child(3) {
        border-right: 1px solid #DBDBDB;
    }


}

@media only screen and (max-width: 640px) {
    footer .row > div {
        padding-left: 40px;
        padding-right: 0;
    }

    footer .container .row {
        grid-template-columns: 1fr;
    }

    footer .row div {
        border: none;
    }

    footer .row div:nth-child(3) {
        border-right: none;
    }

    #hdmn .row .cart img:first-of-type {
        display: none;
    }

    #hdmn .row .cart {
        padding: 0 10px;
        background: transparent;
    }

    #hdmn .row .cart a {
        font-size: 0 !important;
        gap: 5px;
    }

    #hdmn .row .cart .cart-mob {
        display: block;
    }

    #hdmn .row .cnmn a.fav {
        display: none;
    }

    #hdmn .logo img {
        max-width: 250px;
    }

}

@media only screen and (max-width: 480px) {

    footer .row > div {
        padding-left: 60px;
    }

    .top_left {
        padding-top: 25px;
    }

    #categories .categories {
        padding: 50px 0 !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    #hdmn .logo img {
        max-width: 200px;
    }

}

@media only screen and (max-width: 470px) {
    .top_left .mob_menu.active {
        width: 100%;
        top: 155px;
    }
}


