/* Header Css Start ***
*********************/
/* Start Used Common CSS */
:root {
    --skinColor: #EF4A4A;
    --skinHoverColor: #f37070;
    --skinColor2: #00baf2;
    --skinColor3: #FFCB38;
    --lightColor: #F2F4F6;
    --lightColor2: #F7F8FA;
    --lightColor3: #F7F9FB;
    --whiteColor: #FFF;
    --blackColor: #000;
    --darkColor: #0D0E10;
    --darkColor2: #101A1F;
    --darkHoverColor: #272E2E;
    --grayColor: #818195;
    --grayColor2: #74807F;
    --grayColor3: #9E9EA9;
    --borderColor: #D9D9DF;
}
a:hover{
    color: #00baf2;
}
.mt-3px{
    margin-top: 3px !important;
}

.al-title-14px{
    color: var(--darkColor);
    font-family: "Albert Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
} 
.al-title-16px{
    color: var(--darkColor);
    font-family: "Albert Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}

/* Button */
.fsh-btn-dark{
    border: none;
    display: inline flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 100px;
    background: var(--darkColor);
    padding: 16px 30px;
    color: var(--whiteColor);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    transition: .3s;
}
.fsh-btn-dark:hover {
    background: var(--darkHoverColor);
    color: var(--whiteColor);
}
.fsh-btn-dark:active {
    background: var(--darkHoverColor) !important;
    color: var(--whiteColor) !important;
}
.icon-left.fsh-btn-dark svg,
.icon-right.fsh-btn-dark svg,
.icon-left.fsh-btn-dark img,
.icon-right.fsh-btn-dark img{
    transition: .3s;
}
.icon-right.fsh-btn-dark:hover svg,
.icon-right.fsh-btn-dark:hover img{
    transform: translateX(5px);
}
.icon-left.fsh-btn-dark:hover svg,
.icon-left.fsh-btn-dark:hover img{
    transform: translateX(-5px);
}

/* SVG Display Block */
.svg-block > svg{
    display: block;
}

.red-badge-sm{
    display: block;
    width: fit-content;
    padding: 5px 7px;
    border-radius: 69px;
    background: var(--skinColor);
    color: var(--whiteColor);
    font-family: "Albert Sans";
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 8px */
}
.sky-blue-badge-sm{
    display: block;
    width: fit-content;
    padding: 5px 7px;
    border-radius: 69px;
    background: var(--skinColor2);
    color: var(--whiteColor);
    font-family: "Albert Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 8px */
}
.mb-40px{
    margin-bottom: 40px !important;
}
/* End Used Common CSS */


/* Top Header */
.top-header-section{
    background: var(--darkColor);
    padding: 14px 0;
}
.z-index-1041 .list{
    z-index: 1041;
}
.white-borderless-select{
    height: auto;
    line-height: 100%;
    border: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 20px;
    background: transparent;
    color: var(--whiteColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
}
.white-borderless-select::after{
    right: 0;
    transform-origin: 8px 0;
    border: none;
    width: 16px;
    height: 16px; 
    background-image: url(../images/image-icons/angle-down-white-16.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    margin-top: 0;
    transform: rotate(0deg) translateY(-50%);
}
.white-borderless-select.open::after{
    transform: rotate(180deg) translateY(-50%);
}
.white-borderless-select .list{
    border: none;
    border-radius: 8px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 40px 0px rgba(10, 23, 22, 0.10);
    padding: 10px;
    min-width: 100%;
}
.white-borderless-select .option{
    min-height: auto;
    line-height: inherit;
    padding: 7px 10px;
    border-radius: 4px;
    color: var(--grayColor);
    font-family: "Albert Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
}
.white-borderless-select .option.selected{
    font-weight: 500;
}
.white-borderless-select .option:hover, 
.white-borderless-select .option.focus, 
.white-borderless-select .option.selected.focus {
    background-color: var(--lightColor);
    color: var(--darkColor);
}
.contact-info-line,
.select-info-line{
    padding-right: 13px;
    position: relative;
}
.contact-info-line::after,
.select-info-line::after{
    position: absolute;
    content: "";
    height: 23px;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #323232;
}



/* Logo Header */
.logo-header{
    border-bottom: 1px solid var(--borderColor);

    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    z-index: 1040;
    background-color: var(--whiteColor);
}
.logo-header.header-bg {
    background-color: var(--whiteColor);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.header-logo{
    /*padding: 24px 0;*/
    display: block;
    width: fit-content;
}
a.header-logo img{
    width:140px;
}

/* SVG Link */
.svg-link svg{
    display: block;
}
.svg-link path{
    transition: .3s;
}
.svg-link:hover path{
    fill: var(--skinColor);
}
.svg-link2 svg{
    display: block;
}
.svg-link2 path{
    transition: .3s;
}
.svg-link2:hover path{
    stroke: var(--skinColor);
}

/* For svg active link */
.svg-action-link svg{
    display: block;
}
.svg-action-link path{
    transition: .3s;
}
.svg-action-link.active path,
.svg-action-link:hover path{
    fill: var(--skinColor);
}
.svg-action-link2 svg{
    display: block;
}
.svg-action-link2 path{
    transition: .3s;
}
.svg-action-link2.active path,
.svg-action-link2:hover path{
    stroke: var(--skinColor);
}

.dark-circle-badge{
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #00baf2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whiteColor);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: unset; 
    position: absolute;
    right: -6px;
    top: -6px;
    padding-bottom: 0px;
    transition: .3s;
}
.header-svg-link:hover .dark-circle-badge{
    background: var(--skinColor2);
}

.search-modal-btn{
    border: none;
    background: transparent;
    position: relative;
}

@media only screen and (max-width:991px){
    .search-modal-btn{
        display:none;
    }
}

/* login dropdown */
.header-user-dropdown-btn{
    border: none;
    padding: 0;
    padding-right: 22px;
    position: relative;
}
.header-user-dropdown-btn::after{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 27px;
    border-radius: 0px 50px 50px 0px;
    background-color: #F1F3F6;
    margin: 0;
    vertical-align: middle;
    border: none;
    z-index: -1;
    background-image: url(../images/image-icons/angle-down-black-16.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: calc(100% - 4px) 5px;
}
.header-user-dropdown-btn:active::after{
    background-color: var(--lightColor2);
}
.header-user-profile{
    display: block;
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
}
.header-user-profile img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.header-user-dropdown-menu{
    border: none;
    border-radius: 8px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 40px 0px rgba(10, 23, 22, 0.10);
    padding: 10px;
}
.header-user-dropdown-header{
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #ECECEC;
}
.header-user-dropdown-profile{
    height: 26px;
    width: 26px;
    flex: 0 0 26px;
    border-radius: 50%;
    overflow: hidden;
}
.header-user-dropdown-profile > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.header-user-dropdown-menu .dropdown-item{
    color: var(--grayColor);
    font-family: "Albert Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    border-radius: 4px;
    padding: 7px 10px;
    transition: .3s;
}
.header-user-dropdown-menu .dropdown-item:hover{
    color: var(--darkColor);
    background: var(--lightColor);
}

/* Mobile Menu btn */
.menu-button{
    padding: 0;
    border: none;
    background-color: transparent;
}

/* Offcanvas Menu */
.menuoffcanvas.offcanvas.offcanvas-start{
    width: 100%;
    border: none;
}
.menuoffcanvas{
    padding: 20px;
}
.menuoffcanvas-header{
    padding: 0;
}
.menuoffcanvas-header .btn-close{
    box-shadow: none;
    opacity: 0.5;
    transition: .3s;
}
.menuoffcanvas-header .btn-close:hover{
    opacity: 1;
}
.menuoffcanvas-body{
    padding: 0;
}
.mobile-iconbadge-link:hover .dark-circle-badge {
    background: var(--skinColor);
}
/* Search */
.search-form-control{
    border-radius: 100px;
    border: 1px solid var(--borderColor);
    padding: 12px 32px 12px 15px;
    color: var(--grayColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    transition: .3s;
    height: 40px;
}
.search-form-control::placeholder{
    color: var(--grayColor);
}
.search-form-control:focus{
    color: var(--darkColor);
}
.search-form-control:focus,
.search-form-control:hover{
    border-color: var(--darkColor);
}
.search-form-control:has(~ .search-submit-btn:hover){
    border-color: var(--darkColor);
}
.search-form-control::-webkit-search-cancel-button {
    display: none;
}
.search-submit-btn{
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px; 
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--darkColor);
    padding: 0;
    border-radius: 50%;
    transition: .3s;
    border: none;
}
.search-submit-btn:hover{
    background: var(--skinColor);
}
.search-submit-btn:active{
    background: var(--skinColor) !important;
}

.mobile-menu-ul{
    padding-right: 3px;
}
.mobile-menuitem-a{
    color: var(--darkColor);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
    width: 100%;
}
.mobile-menuitem-a.active-inn{
    color:var(--skinColor);
    background: #e5e5e5;
}
.mobile-menuitem-a:hover{
    color: var(--skinColor);
}
.mobile-menuitem-a > .text{
    padding-top: 3px;
}
.mobile-menuitem-a > svg{
    display: block;
    min-width: 22px;
}
.mobile-menuitem-a > svg > path{
    transition: .3s;
}
.mobile-menuitem-a:hover > svg > path{
    fill: var(--skinColor);
}
.mobile-menuitem-a-have-sub{
    padding-right: 20px;
    position: relative;
}
.mobile-menuitem-a-have-sub::after{
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    right: 0;
    top: 3px;
    background-image: url(../images/image-icons/angle-right-black-16px.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    transition: .3s;
}
.mobile-menuitem-a-have-sub:hover::after{
    background-image: url(../images/image-icons/angle-right-red-16.svg);
}
.mobile-dropdown-menu{
    padding: 12px 0 0 30px;
    display: none;
}
.mobile-dropdown-menu > li:not(:last-child){
    margin-bottom: 12px;
}
/* after active submenu */
.active-mobile-submenu > .mobile-menuitem-a-have-sub{
    color: var(--skinColor);
}
.active-mobile-submenu > .mobile-menuitem-a-have-sub > svg > path{
    fill: var(--skinColor);
}
.active-mobile-submenu > .mobile-menuitem-a-have-sub::after{
    transform: rotate(90deg);
    background-image: url(../images/image-icons/angle-right-red-16.svg);
}
/* Mobile sub dropdown menu */
.mobile-subdrop-menu{
    padding: 12px 0 0 20px;
    display: none;
}
.mobile-subdrop-menu > li:not(:last-child){
    margin-bottom: 12px;
}
.mobile-dropitem-a-have-sub{
    padding-right: 20px;
    position: relative;
}
.mobile-dropitem-a-have-sub::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    right: 0;
    top: 3px;
    background-image: url(../images/image-icons/angle-right-black-16px.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    transition: .3s;
}
.mobile-dropitem-a-have-sub:hover::after{
    background-image: url(../images/image-icons/angle-right-red-16.svg);
}
.mobile-dropitem-a-have-sub:hover::after{
    background-image: url(../images/image-icons/angle-right-red-16.svg);
}
.active-mobile-sub-submenu > .mobile-dropitem-a-have-sub::after{
    transform: rotate(90deg);
    background-image: url(../images/image-icons/angle-right-red-16.svg);
}
.active-mobile-sub-submenu > .mobile-dropitem-a-have-sub{
    color: var(--skinColor);
}

/* Menu */
.header-menu-ul{
    display: flex;
    align-items: center;
    column-gap: 26px;
}
.header-menuitem-a{
    color: var(--darkColor);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    transition: .3s;
    line-height: 68px; 
}
.header-menuitem-a.active,
.header-menuitem-a:hover{
    color: var(--skinColor);
}
.menu-item-badge{
    background-image: url(../images/images/badge-red-shape.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 3px 4px 5px 5px;
    position: absolute;
    top: -100%;
    right: -10px;
    color: var(--whiteColor);
    font-family: "Albert Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 10px */
    text-transform: uppercase;
}
/* If Have Dropdown */
.header-menuitem-a-have-sub{
    display: flex;
    align-items: center;
    column-gap: 4px;
}
.header-menuitem-a-have-sub > svg{
    display: block;
}
.header-menuitem-a-have-sub > svg > path{
    transition: .3s;
}
.header-menuitem-a-have-sub:hover > svg > path{
    fill: var(--skinColor);
}
.header-menuitem-a-have-sub.active > svg > path{
    fill: var(--skinColor);
}

/* Dropdown Menu */
.header-dropdown-menu{
	padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 4px 40px 0px rgba(10, 23, 22, 0.10);
    min-width: 180px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    left: 0;
    top: calc(100% + 5px);
    background: var(--whiteColor);
    transition: all ease 350ms;
    z-index: 9;
}
.header-dropdown-menuitem-a{
    padding: 7px 12px;
    border-radius: 4px;
    color: var(--grayColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    width: 100%;
    transition: .3s;
}
.header-dropdown-menuitem-a:hover{
    color: var(--darkColor);
    background: var(--lightColor);
}
.header-menuitem-have-sub{
    position: relative;
}
.header-menuitem-have-sub:hover .header-dropdown-menu{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    top: 100%;
}
/* Sub Dropdown */
.header-dropitem-have-sub {
    position: relative;
}
.header-dropitem-have-sub > .header-dropdown-menuitem-a{
    padding-right: 16px;
    position: relative;
}
.header-dropitem-have-sub > .header-dropdown-menuitem-a::after {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    right: 2px;
    top: 7px;
    background-image: url(../images/image-icons/angle-right-gray-14.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    transition: .3s;
}
.header-dropitem-have-sub > .header-dropdown-menuitem-a::before {
    position: absolute;
    content: "";
    height: calc(100% + 8px);
    width: 10px;
    right: -10px;
    top: 0px;
    background: transparent;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.header-dropitem-have-sub > .header-dropdown-menuitem-a:hover::after {
    background-image: url(../images/image-icons/angle-right-black-14.svg);
}
.header-sub-dropdown-menu{
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 4px 40px 0px rgba(10, 23, 22, 0.10);
    min-width: 180px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    left: calc(100% + 10px);
    top: 5px;
    background: var(--whiteColor);
    transition: all ease 350ms;
}
.header-sub-dropdown-a{
    padding: 7px 10px;
    border-radius: 4px;
    color: var(--grayColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    width: 100%;
    transition: .3s;
}
.header-sub-dropdown-a:hover{
    color: var(--darkColor);
    background: var(--lightColor);
}
.header-dropitem-have-sub:hover > .header-dropdown-menuitem-a::before{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.header-dropitem-have-sub:hover > .header-sub-dropdown-menu{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    top: 0;
}

/* Mega Menu */
.mega-menu-btn-wrap{
    border-radius: 100px;
    position: static;
}
.mega-menu-btn{
    display: flex;
    align-items: center;
    column-gap: 4px;
}
.mega-menu-btn > svg > path{
    transition: .3s;
}
.mega-menu-btn:hover > svg > path{
    fill: var(--skinColor);
}
.mega-menu-wrap{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease 350ms;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    margin-top: 5px;
    z-index: 999;
}

.mega-menu-btn-wrap:hover .mega-menu-wrap{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    margin-top: 0px;
}

.mega-menu-inner-wrap{
    border-radius: 0px 0px 12px 12px;
    background: var(--whiteColor);
    padding: 30px;
    border-top: 1px solid var(--borderColor);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    height: 85vh;
}
.mega-ads-wrap{
    overflow: hidden;
    border-radius: 8px;
    width: 254px;
    flex: 0 0 254px;
    aspect-ratio: 254 / 320;
    position: relative;
    z-index: 1;
}
.mega-ads-wrap::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 166px;
    border-radius: 0px 0px 8px 8px;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(16, 13, 14, 0.00) 0%, #100D0E 100%);
    z-index: 1;
}
.mega-ads-wrap .banner{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.mega-ads-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
}
.mega-ads-content .subtitle{
    text-align: center;
    margin-bottom: 6px;
    color: var(--whiteColor);
    font-family: "Albert Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 11px */
    text-transform: uppercase;
}
.mega-ads-content .title{
    text-align: center;
    margin-bottom: 3px;
    color: var(--whiteColor);
    font-family: "Bai Jamjuree";
    font-size: 41px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 41px */
    letter-spacing: 4.1px;
}
.mega-ads-content .percentage{
    text-align: center;
    color: var(--whiteColor);
    font-family: "Albert Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; /* 48px */
}

.mega-list-main-wrap{
    /* display: grid;
    grid-template-columns: repeat(4, 1fr); */
    gap: 30px;
    width: 50%;
    border-right:1px solid #dfdfdf;
}
.mega-nav-item:not(:last-child){
    margin-bottom: 2px;
}

.mega-list-main-wrap .mega-list-wrap{
    margin-bottom: 10px;
}
.mega-nav-link{
    padding: 6px 12px;
    border-radius: 4px;
    color: var(--grayColor);
    font-family: "Albert Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    width: 100%;
}
.mega-nav-link.active,
.mega-nav-link:hover{
    color: var(--darkColor);
    background: var(--lightColor);
}

.mega-nav-link-have-sub{
    padding-right: 24px;
    position: relative;
}
.mega-nav-link-have-sub::after{
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    right: 8px;
    top: 5px;
    background-image: url(../images/image-icons/angle-right-black-16px.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    transition: .3s;
}
.active-mega-nav-sub .mega-nav-link-have-sub::after{
    transform: rotate(90deg);
}
.mega-nav-dropdown{
    display: none;
    padding: 4px 0 3px 12px;
}
.mage-nav-sublink{
    width: 100%;
    padding: 4px 8px 4px 9px;
    position: relative;
    color: var(--grayColor);
    font-family: "Albert Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    transition: .3s;
}
.mage-nav-sublink::after{
    position: absolute;
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 50%;
    left: 0;
    top: 9px;
    background: var(--borderColor);
    transition: .3s;
}
.mage-nav-sublink:hover{
    color: var(--darkColor);
}
.mage-nav-sublink:hover::after{
    background: var(--darkColor);
}

.mega-nav-link-have-badge{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 4px 12px;
}

.mobile-menuitem-a.active-inn + .dkmobile-dropdown-menu{
    display: block;
    max-height: fit-content;
}
.mega-list-ads-wrap{
    position: relative;
}
.dkmobile-dropdown-menu{
    position: absolute;
    left:50%;
    top:0;
}
.dkmobile-dropdown-menu a{
    font-size: 13px;
    margin-bottom: 3px;
}
.showmore-wrapp{
    background: #fff;
    width:100%;
}

a.mobile-menuitem-a.dkmobile-dropitem-a-have-sub.active-inn + .dkmobile-subdrop-menu{
    display: block;
    max-height: fit-content;
}
.items-show-more {
    margin: 0 10px 13px;
    border: 1px solid var(--skinColor);
    padding: 3px 10px;
    background: transparent;
    display:inline-block;
    border-radius: 10px;
}
.items-show-more a {
    color: var(--skinColor);
    font-weight: 600;
}
.items-show-more:hover{
  background:var(--skinColor);
}
.items-show-more:hover a{
    color: #fff;
}
/* Header Responsive Css */
@media all and (max-width: 1199px){
    /* Header */
    .mega-list-main-wrap {
        gap: 16px;
    }
    .mega-ads-wrap {
        width: 220px;
        flex: 0 0 220px;
    }
}
@media all and (max-width: 991px){
    /* Header */
    .quick-view-banner-wrap {
        width: 100%;
        flex: 0 0 auto;
    }
}
@media all and (max-width:991.99px){
    .dkmobile-subdrop-menu{
      background: #f9f9f9;
      margin-bottom: 10px;
    }
    .dkmobile-subdrop-menu li a{
        font-size: 13px;
        margin-bottom: 7px;
        border-bottom: 1px solid #c8c8c8;
        padding: 5px 0;
    }
    .menuoffcanvas.offcanvas.offcanvas-start{
        width: 100%;
    }
}
@media all and (max-width: 575px){
    a.header-logo img{
        width:100px;
    }
    .main-header-row{
        padding:12px 0;
    }
    /* Header */
    .contact-info-line,
    .select-info-line{
        padding-right: 0px;
    }
    .contact-info-line::after,
    .select-info-line::after{
        display: none;
    }
    .white-borderless-select.right .list {
        left: 0;
        right: auto;
    }
    .white-borderless-select.right {
        float: right;
    }
    .header-user-dropdown-btn {
        padding-right: 15px;
    }
    .header-user-dropdown-btn::after {
        width: 24px;
        background-size: 12px 12px;
        background-position: calc(100% - 3px) 7px;
    }
}
/* Header Css End ***
*******************/


/* ==================================================
   DESKTOP ONLY – SCROLLABLE MEGA MENU
   ================================================== */

/* Apply ONLY on desktop */
@media (min-width: 992px) {

    /* Prevent mega menu from exceeding viewport */
    .mega-menu-wrap {
        max-height: 80vh;
        overflow: hidden;
    }

    /* Make category columns scrollable */
    .mega-list-main-wrap {
        max-height: 70vh;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 12px; /* space for scrollbar */
    }

    /* Keep banner fixed while scrolling */
    .mega-ads-wrap {
        position: sticky;
        top: 0;
    }

    /* Smooth scrolling */
    .mega-list-main-wrap {
        scroll-behavior: smooth;
    }

    /* Scrollbar styling (Chrome / Edge) */
    .mega-list-main-wrap::-webkit-scrollbar {
        width: 6px;
    }

    .mega-list-main-wrap::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 4px;
    }

    .mega-list-main-wrap::-webkit-scrollbar-track {
        background: transparent;
    }
}
/* saerch box css */

.search-wrapper{
    position:relative;
    display: flex;
}
.header-search-box {
    position: absolute;
    right: 18px;
    top: -4px;
}
.header-search-box input {
    border-radius: 21px;
    border: 1px solid #000;
    padding: 4px 32px 4px 10px;
    font-size: 14px;
    width:310px;
    display:none;
}
.search-close-btn{
    display: none;
    border: 0;
    background:transparent
}
.search-wrapper.active .search-close-btn, .search-wrapper.active .header-search-box input{
    display: block;
}
.search-wrapper.active .search-close-btn{
color: var(--skinColor);
}
/* .search-wrapper.active .header-search-icon{
    position: absolute;
    right: 30px;
    z-index: 9;
    top: -10px;
} */
.search-wrapper.active .header-search-icon, .submit-search-btn{
    display:none;
}
.search-wrapper.active .submit-search-btn{
    display:block;
    position: absolute;
    right: 4px;
    top: 3px;
}
.search-wrapper.active .header-svg-link-inner.has-text{
    background: #000;
    height: 24px !important;
    width: 22px;
    border-radius: 20px;
    padding:4px;
}
.search-wrapper.active .header-svg-link-inner.has-text svg{
    position: relative;
    left: 7px;
    height: 15px;
    width: 15px;
}
.search-wrapper.active .header-svg-link-inner.has-text path{
    fill:#fff;
}

.has-submenu{
    cursor: pointer;
}

/* new header tab */
ul.tab-menu-list {
    display: flex;
    justify-content: space-between;
}
ul.tab-menu-list li a {
    font-size: 17px;
    font-weight: 500;
}
ul.tab-menu-list li:hover a, ul.tab-menu-list li a.active{
 color: #00baf2
}
.menu-tab-content-wrap .tab-content{
    display: none;
}
.menu-tab-content-wrap .tab-content.active{
    display:block;
}
.top-menu-wrap .container{
    position: relative;
}
.menu-tab-content-wrap .tab-content {
    background: #fff;
    box-shadow: 0px 0px 5px #999;
    padding:20px;
    height:auto;
    position: absolute;
    width: 100%;
    top: 35px;
    left:0;
    z-index: 9999;
    border-radius: 5px 5px 10px 10px;
    padding-bottom: 80px;
}
.menu-tab-content-wrap .tab-content:last-of-type{
    height: 60vh;
    padding:13px;
}
ul.tab-menu-list .active {
    position: relative;
}
ul.tab-menu-list .active::after{
 position: absolute;
 content:"";
 width:100%;
 bottom:-10px;
 left:0;
 border-top: 3px solid #1c3481;
}

.top-menu-tab.sticky .tab-menu-list .active::after{
  border-top: 3px solid #00baf2;
}
.list-inner-content{
 display:flex;
 position: relative;
}
.list-inner-left{
 width:23%;
 height:56vh;
 overflow-y: scroll;
 padding-right:4px;

}
.list-inner-left::after{
    position: absolute;
    content: "";
    height: 56vh;
    border-right:1px solid #999;
    top:0;
    left:24%;

}
.list-inner-left ul li{
    padding: 3px 0;
}
.list-inner-right{
 width:75%;
 padding-left: 20px;
}
.list-inner-right ul li{
 padding: 3px 0;
 display: flex;
}
.list-inner-left > ul > li:hover, .list-inner-left > ul > li.active-right {
    background: #e8e6e6;
}
.list-inner-left > ul > li > a:hover{
 color: #00baf2;
}

/* new header css */
.newheader{
    padding:10px 0 0;
}
.new-header-right {
    display: flex;
    justify-content: right;
}
.header-right-inn {
    display: flex;
    margin-right: 20px;
    align-items: center;
}
.new-cart.header-right-inn{
    margin-right:0;
}
.new-search-bar {
    text-align: center;
    position: relative;
}
.newheader .container .row {
    align-items: center !important;
}
.new-search-bar input {
    border-radius: 20px;
    border: 1px solid #00baf2;
    padding: 6px 10px;
    width:100%;
    background: #f7f7f7;
}
.new-search-bar button {
    position: absolute;
    right: 15px;
    top: 5px;
}
.header-right-inn:hover a svg, .header-right-inn:hover a path{
    fill: var(--skinColor) !important;
}
.list-inner-left ul li a{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.list-inner-right {
    position: absolute;
    top: 0;
    left: 24%;
}
.left-has-submenu ul li{
  cursor: pointer;
}

.left-has-submenu,
.right-has-submenu{
    display:none;
}

.left-submenu.active-right > .left-has-submenu{
    display:block;
    /* overflow-x: scroll; */
}

.right-submenu.active-third > .right-has-submenu{
    display:block;
}

.right-has-submenu {
    position: absolute;
    top: 0;
    width: 300px;
    left: 110%;
}
.right-submenu {
    display: flex;
    justify-content: space-between;
}
.list-inner-left .left-submenu > a {
    padding: 0 9px;
}
.list-inner-left .left-submenu.active-right > a{
    font-weight: 600;
    color:#00baf2;
}
.right-submenu.active-third > a:hover{
  color:#00baf2;
}
.menu-tab-content-wrap > ul > li {
    padding: 3px 0;
}
.menu-tab-content-wrap ul li a{
    font-size: 14px;
}
.tab-content-columns ul li{
    padding:5px 10px;
}
.menu-tab-content-wrap h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color:#1c3481;
}
.tab-content-wrapper{
    display: flex;
}
.subcategory-columns {
 display: flex;
 gap: 30px;
 align-items: flex-start;
}
.subcategory-column {
 list-style: none;
 padding: 0;
 margin: 0;
}
.subcategory-columns.all-items-visible{
    width:961px;
    overflow-x: scroll;
}
button.load-more-subcategories {
    position: absolute;
    right: -3px;
    border: 1px solid var(--skinColor2);
    background: var(--skinColor2);
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
}
.subcategory-columns .subcategory-column .right-submenu{
    width:175px;
}
.subcategory-column li{
    padding-bottom: 5px;
    margin-right: 15px;
}
li.left-submenu a span{
    display: inline-block;
    padding-left: 75px;
}
.tab-content-wrapper.all-items-visible{
    overflow-x: scroll;
}
.tab-content-wrapper.all-items-visible ul li{
    width:210px;
    margin-right: 5px;
}
.upperheader{
 border-bottom: 1px solid var(--borderColor);
}
.logindropdown {
    margin-right: 20px;
}
.top-menu-tab {
    border-top: solid #e8e6e6 1px;
    margin-top: 5px;
    padding-top: 10px;
}
.top-menu-tab.sticky{
   position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #1c3481;
    z-index: 9999;
    margin-top: 0;
}
.top-menu-tab.sticky .tab-menu-list li a{
    color: #fff;
}
.top-menu-tab {
    border-top: solid #e8e6e6 1px;
    margin-top: 5px;
    padding-top: 10px;
    box-shadow: 1px 2px 5px #dddddd;
    padding-bottom: 10px;
}

.mobile-hamburger{
    display:none;
}

.hamburger{
    width:30px;
    height:30px;
    border:none;
    background:none;
    cursor:pointer;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:6px;
    margin:20px;
    z-index:1001;
    position:relative;
}

.hamburger span{
    height:3px;
    width:100%;
    background:#000;
    border-radius:5px;
    transition:.3s;
}
.search-bar-mobile{
    display:none;
}

@media only screen and (max-width:1000px){
    .mobile-hamburger{
        display:block;
        position: relative;
        z-index: 9;
    }
    .top-menu-tab{
        display:none;
    }
    .search-bar-desktop{
        display:none;
    }
    .search-bar-mobile{
        display:block;
        margin:10px 0 15px 0;
    }

}


/* mobile menu css */

.hamburger{
    border:none;
    background:none;
    color:#000;
    font-size:28px;
    cursor:pointer;
}

/* Overlay */

.overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.5);
    opacity:0;
    visibility:hidden;
    transition:.35s;
    z-index:998;
}

.overlay.show{
    opacity:1;
    visibility:visible;
}

/* Sidebar */

.sidebar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:#fff;
    transform:translateX(-100%);
    transition:transform .35s ease;
    z-index:9999;
    overflow-y:auto;
    box-shadow:3px 0 15px rgba(0,0,0,.2);
}

.sidebar.open{
    transform:translateX(0);
}

.sidebar-header{

    display:flex;
    justify-content:flex-end;
    align-items:center;

    padding:20px;

    border-bottom:1px solid #ddd;
}

.sidebar-header button{

    border:none;
    background:none;
    font-size:24px;
    cursor:pointer;
    color:#00baf2;
}

/* Menu */

.menu{
    list-style:none;
}

.menu li{
    border-bottom:1px solid #eee;
}
.mobile-menu li{
    padding:7px 10px;
    border-bottom:1px solid #d2d2d2;
}

.menu a,
.menu-title{

    display:flex;
    justify-content:space-between;
    align-items:center;
    text-decoration:none;
    color:#333;
    cursor:pointer;
}

.menu a:hover,
.menu-title:hover{
    background:#f5f5f5;
}

/* Submenu */

.mobile-submenu{

    list-style:none;

    max-height:0;
    overflow:hidden;

    transition:max-height .35s ease;

    background:#f8f8f8;
}

.has-mobile-submenu.active .mobile-submenu{
    max-height:500px;
}
.mobile-inner-submenu{
    display:none;
}
.has-mobile-inner-submenu.active .mobile-inner-submenu{
    display:block;
}


.mobile-submenu li a{
    padding-left:5px;
}

/* Rotate Arrow */

.menu-title span{
    transition:.3s;
    color:#00baf2;
}

.has-mobile-submenu.active .menu-title span{
    transform:rotate(180deg);
}