/* header top */

body header ul {
    margin: 0;
    padding: 0;
}

body header ul li {
    list-style: none;
}

.mainHeader {
    position: relative;
    width: 100%;
    z-index: 9;
    padding-bottom: 10px;
}

.delivery {
    margin-top: 7px;
}

.delivery p i {
    font-size: 24px;
    color: #9f9f9f;
    position: relative;
    left: -2px;
    top: 2px;
}

.delivery p {
    font-weight: 600;
    position: relative;
    top: -3px;
}

.delivery p span{
    font-size: 12px;
    color: #9e9e9e;
    font-weight: normal;
}

.headertopSocial ul {
    margin: 0;
    padding: 0;
}

.headertopSocial ul li {
    float: left;
    margin-left: -1px;
    list-style: none;
}
.headertopSocial ul li a {
    display: block;
    border-width: 0px 1px;
    border-color: #eeeeee;
    border-style: solid;
    color: #dd2d27;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
}

.borderColor {
    border-bottom: solid 1px #eeeeee !important;
}

ul.desktopNavigation {
    margin-top: 0px;
    margin-left: 50px;
}

ul.desktopNavigation>li {
    margin-left: 10px;
}

ul.desktopNavigation>li:first-child {
    margin-left: 0;
}

ul.desktopNavigation > li > a{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    color: #33333b;
}

ul.desktopNavigation li.activeLink a {
    color: #dd2d27 !important;
}

ul.desktopNavigation>li>a:hover{
    color: #dd2d27 !important;
}

.inline-block {
    display: inline-block;
}

.rightSideIcons, .leftSideIcon {
    margin-top: 35px;
}

.searchIcon,
.shpoingBasket,
.barIcon {
    cursor: pointer;
    margin-left:15px;
    position: relative;
}

.shpoingBasket span{
    position: absolute;
    margin-top: -10px;
    margin-left: 10px;
    border-radius: 50%;
}

.navbar .dropdown {position:static;}


/* megamenu */
.navbar .dropdown-menu {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
    left: 50%;
    border-width: 0px;
    border-radius: 0;
    background-color: #fff;
    color: #8b8b99;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    width: 1170px;
    z-index: 23;
    border-top: 2px solid #dd2d27 !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}



@media (max-width:1199px) {
    ul.desktopNavigation>li>a {
        font-size: 12px;
    }

    ul.desktopNavigation>li {
        margin-left: 0px;
    }
}

@media (max-width:991px){
    .desktopNavitonHide,
    .shpoingBasket span {
        display: none;
    }
    .searchIcon,
    .shpoingBasket,
    .barIcon {
        margin-left: 0;
        margin-right: 10px;
    }

}

@media (min-width:992px) {
    .mobileHeaderShow {
        display: none;
    }
}


@media (max-width:500px) {
    .delivery p span {
        display: none;
    }

    .headertopSocial ul li a {
        width: 26px;
    }

    .delivery p i {
        font-size: 18px;
    }
}

@media (max-width:500px) {
    .mobileLogo > a > img{
        width:150px;
    }

    .rightSideIcons,
    .leftSideIcon {
        margin-top: 20px;
    }

    .searchIcon,
    .shpoingBasket,
    .barIcon {
        margin-left: 0;
        margin-right:10px;
    }

    .rightSideIcons>.barIcon {
        margin-right: 0;
    }

    .leftSideIcon>.searchIcon {
        margin-right: 0;
    }
    
}


.searchIcon {position: relative;}
.searchIcon img.searchIconInner,
.searchIcon img.crossIcon {
    position: absolute;
    top: -14px;
    background: #fff;
}



/* header top */



/* desktop search box */

.searchBoxDesktopOuter {
    margin-top: 120px;
}

.searchBoxDesktop > button {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-size: 40px;
    opacity: 1;
    top: -70px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border:solid 2px #fff;
    margin:auto;
    left:0;
    right: 0;
    outline: 0;
}

.searchBoxDesktop > button:hover {
    color: #ffffff;
}

#lightbox-search form.search .search_box {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    color: #8b8b99;
    border-width: 0;
    line-height: 48px;
    background-color: transparent;
    outline: 0;
}

#lightbox-search form.search {
    position: relative;
    height: 50px;
    padding-right: 60px;
    border-radius: 3px;
    border: 1px solid #e7e9f3;
    background-color: #fff;
}

#lightbox-search form.search .search-submit {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px;
    width: 50px;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0 3px 3px 0;
    border-width: 0;
}

#lightbox-search form.search .search-submit span img{
    opacity: 0.5;
}


/* ////// /////////////// */




/* cart start form here */

body .info-header {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 1001;
}

body .info-header.active .info-header-close {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

body .info-header .info-header-wrapper {
    position: relative;
    padding: 50px 100px 50px;
    z-index: 22;
    background-color: #fff;
    height: 100vh;
    width: 600px;
    max-width: 100%;
    float: right;
    -webkit-overflow-scrolling: touch;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

body .info-header.active {
    visibility: visible;
}

body .info-header.active .info-header-wrapper {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

body .info-header .info-header-groupclose {
    background-color: #fff;
    height: 60px;
    padding-left: 100px;
    padding-right: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

body .info-header .info-header-groupclose .close-info {
    display: block;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

/* //////////// cart end here ///////////// */





















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

    body .navigation_dropdown_scroll .navigation_links_top,
    body .navigation_dropdown_scroll .navigation_dropdown_scroll_group {
        padding: 30px
    }
}





body .navigation_links_mobile>li {
    margin-bottom: 25px;
    position: relative;
    list-style: none;
}


body .navigation_dropdown_scroll {
    padding: 0;
    position: fixed;
    display: block !important;
    left: 0;
    top: 0;
    margin: 0;
    border: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
    margin-left: -100%;
    z-index: 1001;
    border-radius: 0;
}


body .navigation_dropdown_scroll.hover-dropdown,
body .navigation_dropdown_scroll.active-dropdown {
    visibility: visible;
    margin-left: 0;
}


body .navigation_dropdown_scroll .navigation_dropdown_group {
    background-color: #fff;
    background-color: #fff;
    width: 425px;
    max-width: 100%;
    height: 100%;
    position: relative;
    z-index: 22;
}



body .navigation_dropdown_scroll .navigation_links_top {
    padding: 30px 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* display: flex; */
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    background-color: #fff;
}


body .navigation_dropdown_scroll .navigation_links_top .close-navigation-dropdown {
    width: 30px;
    height: 30px;
    text-align: right;
}

body .navigation_dropdown_scroll.hover-dropdown .navigation_dropdown_scroll_close,
body .navigation_dropdown_scroll.active-dropdown .navigation_dropdown_scroll_close {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
}

body .navigation_dropdown_scroll .navigation_dropdown_scroll_close {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

body .navigation_links_mobile>li .menu-mobile-container.sub-mega-menu .mega-links li.list-title {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

body .navigation_links_mobile>li .menu-mobile-container.sub-mega-menu .mega-links li:not(:last-child) {
    border-bottom: 1px solid #e7e9f3;
}

body .navigation_links_mobile>li .menu-mobile-container.sub-mega-menu .mega-links li {
    padding: 10px 0px;
}

body .navigation_links_mobile li {
    position: relative;
}

body .navigation_dropdown_scroll .navigation_dropdown_scroll_group {
    position: relative;
    padding: 30px 60px 60px;
    padding-bottom: 160px !important;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 21;
    -webkit-overflow-scrolling: touch;
}

body .navigation_links_mobile li a {
    font-size: 14px;
    color: #8b8b99;
    font-weight: 600;
}


body .navigation_links_mobile>li>a {
    text-transform: capitalize;
    display: block;
    font-size: 16px;
    padding-right: 39px;
    color: #dd2d27;
}

.mobileNavigationHide {
    display: none;
}

.displayNoneElement {
    display: none;
}

body .navigation_links_mobile .arrow_sub {
    position: absolute;
    top: -5px;
    right: 22px;
    margin: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: right;
    padding: 0;
    display: block;
}

.arrow1 {
    z-index: 1;
}

.arrowHide {
    display: none !important;
}

.displayBlock {
    display: block !important;
}

.arrow_sub>img,
.close-navigation-dropdown>img {
    opacity: 0.4;
}


@media only screen and (max-width: 991px) {
    .m_search {
        position: relative !important
        
    }

    .m_search .m_dropdown-search {
        left: 0;
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        border: 1px solid #e7e9f3;
    }

    .m_search .m_dropdown-search form.search {
        position: relative;
        height: 50px;
        padding-right: 60px;
        border-radius: 3px;
        border: 1px solid #e7e9f3;
        background-color: #fff
    }

    .m_search .m_dropdown-search form.search .search_box {
        padding: 0 20px;
        width: 100%;
        height: 100%;
        color: #8b8b99;
        border-width: 0;
        line-height: 48px;
        background-color: transparent;
        font-size: 14px
    }

    .m_search .m_dropdown-search form.search .search-submit {
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 1px;
        padding: 0;
        margin-top: -1px;
        margin-bottom: -1px;
        width: 50px;
        background-color: #fff;
        border-color: #fff;
        border-radius: 0 3px 3px 0;
        border-width: 0
    }

    .m_search .m_dropdown-search form.search .search-submit:focus {
        outline: none
    }

    .m_search .m_dropdown-search form.search .search-submit * {
        font-size: 15px;
        color: #fff;
        line-height: 48px;
        font-weight: 700
    }

    .m_search .m_dropdown-search form.search .search-submit .cs-icon.icon-search:before {
        color: #fff
    }

    .m_search .m_dropdown-search form.search .search-clear {
        font-size: 14px;
        position: absolute;
        top: 50%;
        right: 75px;
        margin-top: -7px;
        color: #8b8b99;
        font-weight: 700
    }

    .m_search .m_dropdown-search ::-webkit-input-placeholder {
        color: #8b8b99;
        font-size: 14px;
        font-weight: 500
    }

    .m_search .m_dropdown-search ::-moz-placeholder {
        color: #8b8b99;
        font-size: 14px;
        font-weight: 500
    }

    .m_search .m_dropdown-search :-ms-input-placeholder {
        color: #8b8b99;
        font-size: 14px;
        font-weight: 500
    }

    .m_search .m_dropdown-search ::-ms-input-placeholder {
        color: #8b8b99;
        font-size: 14px;
        font-weight: 500
    }

    .m_search .m_dropdown-search form.search .search-submit .cs-icon.icon-search:before {
        color: #8b8b99
    }

    .m_search .search-results {
        display: none !important
    }

    .search-content {
        top: 10px;
    }
}

.plusIcon, .minusIcon {
    position: absolute;
    top: 0;
}

.plusIcon {
    z-index: 1;
}

body .info-header .info-header-wrapper .info-header-content {
    overflow-y: auto;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

body .info-header .info-header-wrapper .info-header-content .info-header-content-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    margin-bottom: auto;
    margin-top: auto;
}



body .info-header .info-header-wrapper .info-header-content .info-header-cart>.cart-title span {
    font-size: 36px;
    font-weight: 600;
    color: #282828;
}

body .info-header .info-header-wrapper .info-header-content .info-header-cart>.cart-title {
    padding-bottom: 45px;
    *zoom: 1;
    border-bottom: 1px solid #e7e9f3;
}

body .info-header .info-header-wrapper .info-header-content .info-header-cart>.cart-title::after {
    content: '';
    display: table;
    clear: both;
}

body .info-header .info-header-wrapper .info-header-content .info-header-cart .empty {
    margin-top: 40px;
    color: #8b8b99;
}

body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info ._btn {
    width: 100%;
    color: #fff;
    border-color: #dd2d27;
    background-color: #dd2d27;
    font-size: 14px;
    padding: 0 16px;
    font-weight: 500;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
}

body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info ._btn:hover {
    color: #fff;
    border-color: #27272f;
    background-color: #27272f;
}

body .info-header .info-header-wrapper .info-header-content .info-header-cart .empty ._btn {
    margin-top: 40px;
}

._btn {
    border-style: solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 16px;
    padding-right: 16px;
    letter-spacing: normal;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: none;
    width: auto;
    border-radius: 5px;
    font-family: Poppins;
    color: #fff;
    border-color: #dd2d27;
    background-color: #dd2d27;
}

body .info-header .info-header-wrapper .info-header-content .info-header-item .login-register-content .nav-tabs>li {
    margin-right: 20px;
    margin-left: 20px;
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

body .info-header .nav-tabs>li:hover,
body .info-header .nav-tabs>li.active {
    color: #282828;
     text-decoration: underline;
     cursor: default;
}

body .info-header .info-header-wrapper .info-header-content .info-header-item .login-register-content .nav-tabs {
    text-align: center;
    display: block;
}

body .info-header .nav-tabs {
    color: #282828;
    margin-bottom: 30px;
    border-bottom: 0;
}

body .info-header .info-header-wrapper .info-header-content .info-header-content-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    margin-bottom: auto;
    margin-top: auto;
}

body .info-header .info-header-wrapper .info-header-content .info-header-item .login-register-content .nav-tabs>li>a {
    font-size: 18px;
    text-transform: none;
    font-weight: 600;
    color: #8a8a8a;
}


.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #020202;
    background-color: transparent;
    border-width: 0;
}

body .info-header .account-item-content .form-item input.form-control {
    height: 50px;
    padding: 0 15px;
    font-size: 14px;
    color: #8b8b99;
    border: 1px solid rgba(231, 233, 243, 0.5);
}

body .info-header .account-item-content .form-item.form-password input.form-control {
    padding-right: 30px;
}

body .info-header .account-item-content .form-item * {
    color: #8b8b99;
}

body .info-header .account-item-content .form-item {
    padding: 8px 0;
}

body .info-header .account-item-content .form-item.form-password {
    position: relative;
}

body .info-header .account-item-content .action_bottom ._btn {
    color: #fff;
    border-color: #dd2d27;
    background-color: #dd2d27;
    font-size: 14px;
    padding: 0 16px;
    font-weight: 500;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    width: 100%;
    margin-top: 16px;
}

body .info-header .account-item-content .action_bottom {
    text-align: left;
    padding: 8px 0;
}


body .info-header .info-social .social-title {
    font-size: 24px;
    color: #282828;
    font-weight: 600;
}

body .info-header .info-social {
    text-align: center;
}

body .info-header .account-item-content .form-item input.form-control:focus {
    outline: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dd2d27;
}

.info-header-content {
    -ms-overflow-style: none;
}

body .info-header .info-social .social-content>a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 35px;
    margin-bottom: 10px;
}

.hrefActive {
    color: #020202 !important;
    cursor: default;
    text-decoration: underline;
}

body header.affix {
    position: fixed !important;
    background-color: #fff !important;
    z-index: 25;
    width: 100%;
    left: 0;
    top: 0;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    -ms-transition: all 500ms ease;
    /* -webkit-transition: all 500ms ease; */
    /* transition: all 500ms ease; */
}

.dropdown-toggle {
    position: relative;
}

.sub-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 35px;
}

.padding{
        padding-bottom: 60px;
        padding-top: 30px;
        padding-left: 100px;
        padding-right: 100px;
}

.list-title {
    font-size: 16px;
    color: #282828;
    font-weight: 500;
    margin-bottom: 10px;
    font-weight: bold;
}

.nav .nav-item .nav-link {
  padding-left: 0rem;
}
