header .custom-header {
    border-bottom: 1px solid var(--border);
}
.header-logo img {
    width: 5rem;
    height: auto;
}
/** Custom Menu **/
.custom-header {
    padding-block: .75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-right {
    display: flex;
    align-items: center;
    gap: clamp(16px, 4vw, 48px);
}
.custom-menu {
    display: flex;
    align-items: center;
    gap: clamp(14px, 2vw, 28px);
}
.custom-menu a {
    font-size: 14px;
    color: var(--gray2);
    transition: 0.4s;
}
.custom-menu a:hover {
    color: var(--color1);
}
.header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.websima-auth-modal-btn,
.header-search {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color3);
    border-radius: 1rem;
    color: var(--black);
    font-size: 20px;
    cursor: pointer;
    border: 0;
}
.btn_cart {
    min-height: 3rem;
    background: var(--color3);
    min-width: 94px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
#mini_cart_count {
    width: 2rem;
    height: 2rem;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--title);
    font-style: normal;
    padding-bottom: 3px;
}
.btn_cart i {
    width: 30px;
    height: 30px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/** Mega Menu **/
.header-mega-menu {
    padding-block: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
/* --------------------
    Search Popup
-------------------- */
.bottom-head-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-search > span {
    margin-left: 5px;
    display: none
}
.search-pup-up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    color: white;
    overflow: hidden;
    overflow-y: visible;
    display: none;
    background: #00000033;
    backdrop-filter: blur(12px);
}
.search-pup-inner {
    height: 100%;
    max-height: 100%;
}
.search-pup-up #fast-search-input {
    width: 100%;
    text-align: right;
    border: none;
    background: #F7F7F7;
    color: #313233;
    font-size: 14px;
    padding: 23px 72px;
    border-radius: 112px;
}
.search-pup-up #fast-search-input::placeholder {
    color: #313233;
}
.search-pup-up .search-form:after {
    content: "\e909";
    font-family: 'icomoon';
    font-size: 24px;
    position: absolute;
    right: 28px;
    display: block;
    top: 10px;
    color: #313233;
}
.search-pup-up .search-results-box {
    background: unset;
    position: relative;
    top: unset;
    overflow: auto;
}
.fd-outer {
    width: 30px;
    margin-top: 10px;
    cursor: pointer;
    position: absolute;
    top: 70px;
    right: 30px;
    z-index: 10;
}
.fd-inner {
    width: 30px;
    text-align: center;
}
.fd-inner:before,
.fd-inner:after {
    position: absolute;
    content: '';
    height: 2px;
    width: inherit;
    background: #000;
    right: 0;
    transition: all .3s ease-in;
}
.fd-inner:after {
    bottom: 48%;
    transform: rotate(-45deg);
}
.fd-inner:before {
    top: 48%;
    transform: rotate(45deg);
}
.fd-outer label {
    font-size: .8em;
    line-height: 3em;
    text-transform: uppercase;
    color: #000;
    transition: all .3s ease-in;
    opacity: 0;
    cursor: pointer;
}
.fd-outer:hover .fd-inner:before,
.fd-outer:hover .fd-inner:after {
    transform: rotate(0);
    background: var(--color1);
}
.fd-outer:hover .fd-inner:before {
    top: 0;
}
.fd-outer:hover .fd-inner:after {
    bottom: 0;
}
.fd-outer:hover label {
    opacity: 1;
}
.search-pup-up .search-form {
    transform: scale(0);
    opacity: 0;
    transition-duration: .6s;
    transition-delay: .5s;
    display: flex;
}
.search-pup-up.popup-search-active .search-form {
    transform: scale(1);
    opacity: 1;
}
/*.search-results-box .button {*/
/*    width: 100%;*/
/*}*/
.search-pup-up .icons-wrapper .icon-close.search-remove {
    top: 0;
    left: 6px;
    color: rgb(210, 27, 27);
    transition: 0.4s ease;
    cursor: pointer;
    font-size: 15px;
}
.search-pup-up .icons-wrapper .icon-close.search-remove:hover {
    color: darkred;
}
.search-pup-up .icons-wrapper {
    position: absolute;
    top: 24px;
    left: 23px;
}
.search-pup-up .icons-wrapper i {
    position: absolute;
    top: 1px;
    left: 5px;
    display: none;
    font-size: 28px;
}
.single-title > .title-single {
    text-align: center;
    font-size: 28px;
    margin-bottom: 24px;
    line-height: normal;
}
.search-pup-inner .form-wrap {
    padding-top: 100px !important;
}
.search-by-json .body .is-search .list-products .item .on-sale {
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: auto;
    transform: unset;
    width: 36px;
    height: 16px;
    font-size: 11px;
}
.search-by-json .body .is-search .list-products .item .on-sale:before {
    content: none;
}
.search-by-json .body .is-search .list-products .item {
    position: relative;
    min-height: 120px;
}
.search-by-json .body .is-search .list-products .item .price {
    margin-top: 2rem;
    flex-direction: column;
    align-items: end;
    padding-left: 8px;
}
.search-by-json .body .is-search .list-products .item .price ins {
    padding-left: 22px;
}
.search-by-json .body .is-search .list-products .item .img {
    min-width: 100px;
    min-height: 100px;
    background: white;
    border-radius: 12px;
}
.search-by-json .body .is-search .list-products .item .img img {
    width: 84px !important;
    border-radius: 4px;
}
@media screen and (min-width: 992px) {
    .search-by-json .body {
        width: 100% !important;
    }
}
/* --------------------
    Modal bootstrap Css
-------------------- */
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: rgb(0 0 0 / 75%);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    height: 100%;
    margin: 0.5rem;
    pointer-events: none;
    border-radius: 20px;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, 0);
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    pointer-events: auto;
    background-clip: padding-box;
    border-radius: 20px;
    outline: 0;
    color: #313131;
    overflow: hidden;
    font-size: 14px;
    background: #fff;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: clamp(14px, 2vw, 16px);
    display: flex;
    align-items: center;
}
.modal-title i {
    margin-left: 10px;
    font-size: 20px;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px 20px 30px;
    text-align: center;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.modal-header .close {
    padding: 0.5rem 1rem;
    margin: -1rem auto -1rem -1rem;
    background: transparent;
    border: none;
    color: black;
    font-size: 29px;
    transition: 0.4s;
}
.modal-header .close:hover {
    transition: 0.4s;
    color: var(--danger);
}
/** login **/
.btnLogin span {
    display: flex;
    align-items: center;
    font-family: var(--regular);
}
.btnLogin {
    border: 0;
    background: no-repeat;
    display: flex;
    position: relative;
    margin: auto;
    align-items: stretch;
}
@media only screen and (max-width: 768px) {
    .websima-auth-modal-btn, .header-search {
        width: 2rem;
        height: 2rem;
        border-radius: 6px;
        font-size: 16px;
    }
}
.mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-mm {
    width: 2rem;
    height: 2rem;
    display: flex !important;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    background: var(--color3);
    border-radius: 6px;
}
/** Menu Mobile   *************************************/
#mask {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
#menumobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 250px;
    z-index: 99991;
    transition: all 0.5s;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
    overflow-y: auto;
    background-color: white;
    border-radius: 1rem 0 0 1rem;
}
#menumobile img {
    max-width: 80px;
    margin-left: 8px;
    height: auto;
}
.menu {
    list-style: none;
    padding: 0;
    padding-right: 8px;
}
#nomenumobile {
    cursor: pointer;
    transition: all 0.5s;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 3px;
    display: inline-flex;
    color: var(--primary);
    font-size: 24px;
    align-items: center;
    justify-content: center;
}
.tel-mm a {
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-align: center;
}
.tel-mm a:before {
    content: "";
    width: 6px;
    height: 6px;
    margin-left: 10px;
    display: inline-block;
    border-radius: 100%;
    animation: pulse 2s infinite;
    position: relative;
    top: -1px;
}
.come-menumobile {
    right: 0 !important;
}
.title-mm {
    background: var(--gray4);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub-menu.come-submenu::before {
    content: "";
    height: 70px;
    width: 100%;
    background: var(--black);
    position: absolute;
    top: 0;
    right: 0;
}
.title-mm img {
    user-select: none;
}
.btn-mm {
    padding: 0 20px;
    margin-top: 20px;
}
.btn-mm a {
    display: flex;
}
.title-sub-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-flow: row-reverse;
    color: var(--white);
}
.title-sub-head strong {
}
.main-mm {
    padding: 4px 8px;
}
.main-mm ul li a {
    color: var(--lightwhite) !important;
    display: block;
    padding: 8px 0;
    position: relative;
    width: 80%;
    font-size: 14px;
}
.main-mm ul li a:hover {
    color: var(--primary);
}
.main-mm ul li > .sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    background: var(--background);
    right: -250px;
    transition: 0.3s;
    z-index: 9;
    padding: 20px;
    border-radius: 1rem 0 0 1rem;
    list-style: none;
}
.childer i {
    cursor: pointer;
    border-width: 0 2px 2px 0;
    font-size: 10px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.childer {
    position: absolute;
    left: -25%;
    cursor: pointer;
    top: 10px;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.come-submenu {
    right: 0 !important;
}
.sub-closer {
    cursor: pointer;
    top: 10px;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
}
.sub-closer i {
    cursor: pointer;
    top: -1px;
    display: inline-block;
    padding: 3px;
    position: relative;
    left: -1px;
    font-size: 12px;
}
.title-subcome {
    font-weight: normal;
    position: relative;
    top: 2px;
}
.header-menu .navtop-right .menu-item-has-children > a:after {
    content: "\e902";
    font-family: "icomoon";
    margin-right: 1px;
    font-size: 7px;
    position: absolute;
    bottom: -2px;
    left: -12px;
    transform: rotate(-90deg) !important;
}
.sub-menu {
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    min-width: 220px;
    background: var(--lightblack);
    padding: 8px;
    visibility: hidden;
    z-index: 9;
    border-radius: 12px;
    top: 100%;
    right: 0px;
    border: 1px solid #e8e7f221;
}
.sub-menu li:not(:last-child) {
    border-bottom: 1px solid #e8e7f221;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
li.simple-menu:hover > .sub-menu {
    opacity: 1;
    transition: 0.3s;
    visibility: unset;
}