.header-full {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    top: 0;

    z-index: 1;

}

.headertop-wrap {

    color: #3c297c;

    padding: 10px 0;

    font-size: 14px;

}

.headertop-left {
    display: none !important;
    list-style: none;

    display: flex;

    padding: 0;

    margin: 0;

}

.headertop-left li {

    margin: 0;

    margin-right: 25px;

    color: #2eb9d6;

}

.headertop-left li i {

    margin-right: 5px;

}

.headertop-left li a,

.headertop-left li span {

    color: #3c297c;

}

.headertop-right {

    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.dropdown-login-user {
    display: none !important;
    list-style: none;

    display: flex;

    margin: 0;

    padding: 0;

}

.dropdown-login-user li {

    margin: 0;

    margin-right: 25px;

}

.headertop_mxh a {

    display: inline-block;

    margin-left: 10px;

    color: #fff;

}

.headertop_mxh a i {

    font-size: 16px;

}



.full-header {

    z-index: 999;

}

.header-wrap {

    padding: 22px;

    background-color: #000;
    border-radius: 4px;
    color: #fff;

    align-items: center;

}



.header-logo {

    float: left;

    max-width: 185px;

    overflow: hidden;

    max-height: 120px;

    transition: all 0.3s;

}



.header-logo a {

    float: left;

    width: 100%;

}



img.site-logo {

    max-width: 100%;

    max-height: 120px;

}



/* menu */

.main-menu {

    flex: 1;

    transition: margin-top 0.3s;

}



/* Search */

.header-search {

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    position: absolute;

    background: #fff;

    z-index: 9999;

    visibility: hidden;

    opacity: 0;

    transition: visibility 1s, opacity 1s;

    -webkit-transform: translateY(-100%);

    transform: translateY(-100%);

    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.38, 1);

    -o-transition: all 0.3s cubic-bezier(0, 0, 0.38, 1);

    transition: all 0.3s cubic-bezier(0, 0, 0.38, 1);

}

.header-search.show {

    visibility: visible;

    opacity: 1;

    transition: visibility 1s, opacity 1s;

    -webkit-transform: translateY(0);

    transform: translateY(0);

}

.header-search.show::after {

    content: '';

    top: 0;

    left: 0;

    position: fixed;

    background: #ffffff80;

    z-index: 9999;

    width: 100vw;

    height: 100vh;

}

.header-search>.inner-container {

    z-index: 99999;

    position: relative;

}



.main-search {

    position: relative;

    z-index: 100;

    padding: 19px 0;

    display: flex;

}

.main-search form {

    display: flex;

    align-items: center;

    padding-left: 50px;

    width: 100%;

}

.main-search i {

    font-size: 20px;

    cursor: pointer;

}

.main-search .search-submit {

    border: 0;

}

.main-search #search-form {

    flex: 1;

    border: 0;

}



/*cart*/

.header-cart {

    position: relative;

    display: flex;

    align-items: center;

    cursor: pointer;

}

.header-cart .cart-count {

    display: inline-block;

    background: #3c297c;

    font-size: 11px;

    color: #fff;

    border-radius: 50%;

    width: 20px;

    height: 20px;

    line-height: 20px;

    text-align: center;

    position: absolute;

    right: -7px;

    top: -4px;

}

/*mini cart*/

.header-cart .cart {

    display: none;

    position: absolute;

    top: 35px;

    right: 0;

    background: #fff;

    padding: 0;

    text-align: left;

    z-index: 10000;

}

.header-cart:hover .cart {

    display: block;

}

.header-cart .btn-show-cart img {

    height: 50px;

    width: 50px;

    object-fit: contain;

}

.cart-header .minicart-body {

    padding: 5px 0px;

    margin: 0;

    max-height: 582px;

    width: 380px;

    border: solid 1px #ddd;

    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);

    border-radius: 10px;

}

.cart-header .woocommerce-mini-cart {

    padding: 0 20px !important;

    overflow-y: auto;

    max-height: 400px;

}

.cart-header .woocommerce-mini-cart__total.total,

.woocommerce .cart-header .woocommerce-mini-cart__total.total {

    margin: 20px 0;

    padding: 0 20px;

}

.cart-header li {

    list-style: none;

    overflow: hidden;

    border-bottom: 1px solid #ebebeb;

    padding: 10px 0 !important;

    font-size: 14px;

    font-weight: normal;

}

.cart-header li+li {

    padding-top: 20px;

}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {

    font-weight: normal !important;

}

.woocommerce .cart-header a.remove:hover {

    color: inherit;

    background: inherit;

}

.cart-header .minicart-body a.remove {

    float: right;

    text-align: right;

    font-size: 17px;

    line-height: 18px;

    padding-left: 5px;

    font-weight: 700 !important;

    color: #7b8395 !important;

}

.cart-header .minicart-body a.remove:hover {

    color: #226fe9 !important;

}

.cart-header .minicart-body a .attachment-woocommerce_thumbnail {

    float: left !important;

    width: 60px !important;

    min-height: 60px;

    height: auto;

    margin-right: 15px;

}

.cart-header .quantity {

    display: block;

    font-size: 13px;

    margin-left: 70px;



}

.nd-quantity {

    width: 50px;

    padding: 6px 18px;

    border: 1px solid #eaebf3;

    border-radius: 20px;

    display: block;

}

.cart-header .amount {

    font-weight: bold;

    color: #dd3333;

    margin-bottom: 5px;

    font-size: 15px;

}

.cart-header .total .amount {

    font-weight: bold;

    float: right;

}

.cart-header .total {

    font-size: 16px;

}

.cart-header .total strong {

    font-size: 14px;

    font-weight: 500;

}

.cart-header .woocommerce-mini-cart__buttons {

    padding: 0 20px;

    display: grid;

    grid-template-columns: 1fr 1fr;

    grid-gap: 15px;

}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {

    border: 0 !important;

}

.cart-header .minicart-body .variation dt {

    display: none;

}

.cart-header .minicart-body .variation,

.cart-header .minicart-body .variation dd,

.cart-header .minicart-body .variation dd p {

    display: initial;

    margin: 0;

    float: none;

}

.cart-header .minicart-body dl.variation::before {

    content: "-";

    display: initial;

}

.cart-header .minicart-body dl.variation dd::before {

    content: "/";

}

.cart-header .minicart-body dl.variation dd:first-child::before {

    display: none;

}



.woocommerce .cart-header .cart .button.checkout.wc-forward,

.cart-header .cart .button.checkout.wc-forward {

    padding: 8px 20px;

    text-align: left;

    cursor: pointer;

    text-decoration: none;

    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0;

    background: #2eb9d6;

    text-align: center;

    color: #fff;

    text-transform: uppercase;

    font-weight: 500;

    display: block;

    margin-bottom: 10px;

    height: auto;

    width: auto;

}

.woocommerce .cart-header .cart .button.wc-forward,

.cart-header .cart .button.wc-forward {

    background: #2eb9d6;

    color: #fff;

    border: 0;

    font-size: 14px;

    padding: 8px 20px !important;

    text-align: left;

    cursor: pointer;

    text-decoration: none;

    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0;

    text-align: center;

    display: block;

    height: auto !important;

    width: auto;

    margin-bottom: 10px;

    text-transform: uppercase;

    font-weight: 500;

    border-radius: 10px;

}

.woocommerce-mini-cart__empty-message {

    padding: 0 20px;

}



.cart-header .minicart-body p.woocommerce-mini-cart__empty-message {

    float: none;

    margin-bottom: 0;

}

/**/

.header-icon-search a.icon-search {

    margin-right: 10px;

}

.header-icon-search a i {
    color: #fff;
}

.header-cart a i {
    color: #fff;
}

.header-icon-search a.icon-search,

.header-user a,

.header-cart a.cart-icon {

    position: relative;

    display: block;

    width: 40px;

    height: 40px;

    text-align: center;

    border-radius: 100%;

    padding: 0;

    font-size: 15px;

    line-height: 40px;

    border: 1px solid #f5d461;

    color: #3c297c;

}

.header-cart a.cart-icon {

    background: #f5d461;

    color: #fff;

}



.main-menu {

    font-family: 'Dosis', sans-serif;

}



@media only screen and (min-width: 1100px) {

    .full-header.sticky .header-logo {

        max-width: 120px;

    }



    .full-header.sticky .main-menu {

        margin-top: 5px;

    }



    .full-header.sticky .header-search {

        margin-top: 10px;

    }

}



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

    .header-full {

        position: relative;

    }

    .header-wrap {

        padding: 10px 0;

    }

    .headertop_mxh a {

        margin-left: 5px;

        color: #2eb9d6;

    }

    .headertop-left li {

        margin-right: 15px;

    }



}



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

    .header-logo {

        max-width: 150px;

    }

}



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

    .full-header-top {

        display: none;

    }

}