/************* Header CSS Starts *******************/
a,a:hover{
    text-decoration: none;
}
.hdr-logo-content{
    padding: 10px 0px;
}
.upper-header{
    align-items: center;
}
.upper-header .icon-dv{
    align-items: center;
}
.menu-container{
    border: 1px solid var(--bordercolor);
    border-width: 1px 0px 1px 0px;
}
.menu-bg{
    /* background: url(../images/bg_2.jpg) center center no-repeat;
    background-size: cover; */
    background: #42b10c2b;
}
.bottom-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img{
    margin-right: 8px;
    max-width: 160px;
}

.main-nav{
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
}
.seprator{
    border-right: 1px solid var(--sepratorColor);
}

.main-nav{
    justify-content: center;
    position: relative;
    padding: 22px 0px;
}
.main-nav li{
    display: block;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    color: var(--dark);
}
.main-nav > li >a{
    display: inline-block;
}
.main-nav li:first-child{
    padding-left: 0px;
    border-left: 0px;
}
.main-nav li:first-child a{
    border: 0px;
}
.main-nav li:last-child{
    padding-right: 0px;
}
.main-nav li > span{
    padding: 0px 3.15%;
}
.main-nav li > a{
    color: var(--dark);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
}
.main-nav li.active > a, .main-nav li:hover > a{
    color: var(--blue);
    font-weight:600;
}
.lr-auto{
    left: auto !important;
    right: auto !important;
}
.r-0{
    right: 0px !important;
    left: auto !important;
}
.submenu{
    position: relative
}
.main-nav-dropdown{
    width: 100%;
    padding: 20px;
    border-radius: 2px;
    left: 0px;
    position: absolute;
    top: 48px;
    z-index: 1030;
    margin: 0px;
    box-shadow: 4px 4px 12px 0px #0000001F;
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    transform-origin: 0% 0%;
    transform-style: preserve-3d;
    transform: rotateX(-75deg);
    transition: .3s all;
}




.is-open .main-nav-dropdown{
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
}
.dropdown-link-wrapper{
    position: relative;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.main-nav .megamenu-list {
    margin: 0px;
    padding: 0px;
}
.main-nav .megamenu-list li{
    margin-bottom: 10px;
}
.main-nav .megamenu-list li a{
    color: var(--MenuList);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
}
.main-nav .megamenu-list li a:hover{
    color: var(--bgcolor);
    text-decoration: none;
}
.main-nav .dropdown-link-wrapper .heading-link a{
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--MenuTitle) !important;
}


.main-nav-toggler{
    display: none;
    border: none;
    background: none;
    outline: none;
    margin-right: 5px;
    padding-bottom: 4px;
}
.close-main-nav{
    display: none;
}
.main-nav > li .arrow-icon{
    display: none;
}
.internal-wrpper > div:nth-child(odd){
    padding-right: 10px;
}
.internal-wrpper > div:nth-child(even){
    padding-left: 10px;
}
.mob-contact{
    display: none;
}

.cstm-dropdwon .dropdown-toggle{
    border: 1px solid var(--bordercolor);
    border-radius: 30px;
    padding: 8px 15px;
}
.cstm-dropdwon .dropdown-toggle::after{
    display: none;
}
.cstm-dropdwon .dropdown-menu{
    box-shadow: 4px 4px 32px 0px #0000001F;
    border: 0.5px solid #E0E3E7;
    border-radius: 10px;
    padding: 25px 0px 15px;
}
.cstm-dropdwon .dropdown-item{
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: var(--bgcolor);
    margin-bottom: 8px;
    cursor: pointer;
}
.cstm-dropdwon .dropdown-item svg{
    margin-right: 8px;
}
.icon-dv{
    display: flex;
}
.icon{
    width: 32px;
    height: 32px;
    background-color: var(--default);
    border-radius: 50%;
    display: flex;
}
.icon>svg{
    margin: auto;
    fill: var(--white);
}
.icon>svg path{
    fill: var(--white);
}
.icon-dv h2{
    font-size: 16px;
    color: var(--dark);
    line-height: 130%;
    margin: 0px;
}
.icon-dv h2 span{
    display: block;
    color: var(--default);
}
.rating-header{
    text-align: center;
}
.rating-header span{
    font-size: 14px;
    color: var(--bgcolor);
    margin-left: 4px;
}
.rating-header img{
    margin: auto;
}
.rating-header p{
    font-size: 10px;
    margin: 4px 0px 0px;
    color: var(--dark);
    font-weight: 600;

}
@media (min-width: 992px){
    .main-nav-dropdown{
        min-width: 300px;
    }
    .main-nav>li:hover .main-nav-dropdown{
        opacity: 1;
        visibility: visible;
        transform: rotateX(0deg);
    }
    .main-nav>li>a {
        padding-left: 16px;
        padding-right: 16px;
    }
    .mob-contact-list.block-list{
        display: none;
    }
    .upper-header .icon-dv{
        min-width: 290px;
    }
}
@media screen and (min-width:1350px){
    .phone-web{
        min-width: 340px;
    }
}

@media (max-width: 992px) {
    
    .icon-dv h2{
        font-size: 12px;
    }
    .icon{
        width: 24px;
        height: 24px;
    }
    .icon svg{
        width: 12px;
        height: 12px;
    }
    .menu-icon{
        order: 2;
        width: 30px;
    }
    .logo{
        flex: 1;
        order: 1;
    }
    .logo>a{
        display: flex;
    }
    .mob-contact{
        border-bottom: 1px solid var(--bordercolor);
        width: 100%;
        display: block;
    }
    .mob-contact-list{
        padding: 0px 12px;
    }
    .mob-contact-list li{
        display: inline-flex;
        align-items: center;
        font-size: 12px;
        font-weight: 400;
        color: #9e9e9e;
    }
    .mob-contact-list.block-list {
        margin-top: 20px;
    }
    .mob-contact-list.block-list li{
        display: flex;
    }
    .mob-contact-list.block-list li a{
        padding-left: 0px;
        margin-bottom: 12px;
        display: inline-flex;
        align-items: center;
    }
    .mob-contact-list.block-list li a svg{
        margin-right: 6px;
    }
    .mob-contact-list li a{
        color: var(--dark);
        position: relative;
        margin-right: 12px;
    }
    
    .mob-contact-list li a svg path{
        stroke: #000;
    }
    .main-nav-toggler{
        padding-bottom: 0px;
        display: flex;
        align-items: center;
    }
    .main-nav-toggler>i{
        font-size: 30px;
    }
    .main-nav-toggler svg{
        width: 22px;
        height: 22px;
    }
    .bottom-header{
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0px;
        top: 0px;
        padding-top: 18px;
        z-index: 10;
        background: var(--white);
        align-items: flex-start;
        overflow-y: auto;
        left: -100%;
        transition: all .3s;
        opacity: 0;
        visibility: visible;
    }
    
    

    .megamenu-panel{
        flex-direction: column;
    }
    .menu-icon{
        width: 30px;
    }
    .close-main-nav{
        display: block;
        border: none;
        outline: none;
        box-shadow: none;
        position: absolute;
        right: 12px;
        top: 9px;
        z-index: 2;    
        width: 28px;
        height: 28px;
        background: var(--bgcolor);
        border-radius: 100%;
        color: #fff;
    }
    .close-main-nav>svg{
        width: 14px;
        height: 14px;
    }
    .open-menu .bottom-header{
        opacity: 1;
        visibility: visible;
        transition: all .3s;
        left: 0px;
    }
    .bottom-header{
        flex-direction: column !important;
    }
    .main-nav-dropdown {
        width: 100%;
        padding: 0px;
        border-width: 1px 0px 0px 0px;
        position: unset;
        display: none;
        box-shadow: unset;
    }
    .main-nav{
        flex-direction: column;
        align-items: flex-start;
        padding: 0px 12px 0px 12px;
    }
    .main-nav > li{
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        position: relative;
        border-bottom: 1px solid var(--bordercolor);
    }
  
    .main-nav li > a{
        padding: 12px 0px;
        font-size: 16px;
        display: block;
        position: relative;
        z-index: 1;
    }
    .main-nav-dropdown .megamenu-list a{
        padding: 0px;
    }
    .main-nav .dropdown-link-wrapper .heading-link a{
        margin-bottom: 10px;
    }
    .main-nav li .dropdown-link-wrapper a {
        font-size: 14px;
        padding: 0px;
    }
    .submenu::after{
        content: "";
        position: absolute;
        top: 8px;
        right: 0px;
        transition: all .3s;
        background: url(../images/arrow-down.svg) center center no-repeat;
        background-size: 18px;
        width: 22px;
        height: 22px;
    }
    .is-open.submenu::after{
        transform: rotate(180deg);
        transition: all .3s;
    }
   
    .mob-search-input-box {
        position: absolute;
        top: -10%;
        left: 0;
        width: 100%;
        opacity: 0;
        align-items: center;
        background: #fff;
        border: 1px solid #e4e4e4;
        padding: 16px;
        z-index: 2;
    }
    .mob-search-input-box .close{
        font-size: 16px;
    }
  .search-result-close {
        position: absolute;
        right: 10px;
        top: 8px;
        cursor: pointer;
    }
    .flex-1{
        flex: 1;
    }
    .container{
        padding: 0px 12px !important;
    }
}
@media (max-width: 768px) {
    .top-bg-bar,.top-bg-bar span,.top-bg-bar a{
        font-size: 10px;
        line-height: 100%;
    }
    .top-bg-bar svg{
        width: 20px;
        height: 20px;
    }
    .top-bg-bar .col-lg-7{
        white-space: nowrap;
    }
    .top-bg-bar img{
        max-width: 20px !important;
    }
    .support-list{
        text-align: center;
        padding-top: 6px;
    }
    .support-list li {
        margin-right: 4px;
        padding-right: 6px;
    }
    .support-list li a{
        line-height: 100%;
        font-size: 12px;
    }
    
    .support-list li a>svg {
        margin-right: 5px;
        width: 12px;
        height: 12px;
    }
    .global-search{
        display: none;
    }

    .logo img {
        margin-right: 0px;
        max-width: 160px;
    }
}
@media screen and (max-width:580px){
    .product-body{
        padding:8px;
    }
}
@media screen and (min-width:992px) and (max-width:1100px){
    .container{
        padding: 0px 18px !important;
    }
    .main-nav>li>a {
        padding-left: 7px;
        padding-right: 7px;
    }
}
/* Custom dropdown width */


@media screen and (min-width:1300px){
    .drop-35{
        width: 35% !important;

    }
    .drop-50{
        width: 50% !important;
    }
    .drop-75{
        width: 75% !important;
    }
    .column-5{
        flex: 0 0 auto;
        width: 20%;
    }
}

/* Custom dropdown width End*/

/* Modal  */
    .cstm-modal  .modal-content{
        border: 0px;
        border-radius: 20px;
        box-shadow: 0px 0px 24px 3px rgba(0,0,0,0.1);
        padding:20px;
    }
    .cstm-modal .modal-body>img{
        max-width: 120px;
        margin: auto;
    }
    .cstm-modal .modal-body h2{
        font-size: 32px;
        font-weight: 800;
        line-height: 38.73px;
        text-align: center;
        color: var(--bgcolor);
        margin: 24px 0px 0px;
    }
    .cstm-modal .modal-body p{
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        text-align: center;
        color: var(--dark);
        margin: 10px 0px 0px 0px;
        padding: 0px 40px;
    }
 
    .cstm-modal .modal-header .btn-close{
        padding: 10px 10px 0px 0px;
        border: 0px;
        width: 24px;
        height: 24px;
        background: transparent;
    }
    .btn-close:focus{
        box-shadow: unset;
    }
    .discount-coupon {
        border: 0.7px dashed #939EAA;
        padding: 16px;
        display: flex;
        justify-content: space-between;
        margin: 30px 0px 40px;
        border-radius: 8px;
    }
    .discount-coupon span{
        font-size: 16px;
        font-weight: 500;
        line-height: 19.36px;
        letter-spacing: -0.02em;
        text-align: left;
        color: var(--bgcolor);
    }
    .discount-modal .modal-body .default-btn{
        width: 100%;
        display: block;
    }


    .cstm-modal .modal-body .modal-title{
        text-align: start;
    }
    .cstm-modal .modal-body .modal-subtitle{
        color: var(--dark);
        text-align: start;
    }
    .cstm-modal .form-group{
        margin-bottom: 20px;
    }
    .cstm-modal label{
        font-size: 14px;
        font-weight: 500;
        line-height: 16.94px;
        color: var(--MenuList);
        margin-bottom: 6px;
    }
    /* .cstm-modal .form-control{
        border-color: var(--cardBorder);
        border-width: 1px;
        border-radius: 8px;
        color: var(--txtlight);
        font-size: 14px;
        font-weight: 400;
        line-height: 16.94px;
        text-align: left;
        padding: 17px 16px;
    } */
    .password-hide{
        position: absolute;
        top: 15px;
        right: 15px;
    }
   body .blue-link{
        color: var(--blue) !important;
        text-decoration: underline;
    }
/* modal End */

/*************Header CSS Ends ************************/