.hide { display: none; }
.show { display: block; }
.text-justify { text-align: justify; }
.mobile-header-wrapper-style { z-index: 1048; }
.mobile-menu-active .body-overlay-1 { z-index: 1047; }
.search-style-2 form input {
    width: 100%;
    max-width: 320px;
    border-radius: 0;
    background-color: #efefef;
    border-color: #E2E9E1;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    background-image: url(../imgs/theme/icons/search.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 50px;
    font-style: italic;
    border-radius: 4px;
}
.search-style-2 form input:focus {
    border-color: #E2E9E1;
    border-width: 1px;
    border-style: solid;
}
.hero-slider-1 img {
    max-height: 500px;
    width: 100%;
}
.categori-allign-box {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}
.categori-allign-box-item {
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}
.categori-allign-box-item ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 15px !important;
    line-height: 1.35 !important;
    color: #1a1a1a;
    font-size: 13px !important;
}
.categori-allign-box-item .submenu-title {
    font-size: 16px !important;
    font-weight: 500;
    display: block;
    color: #e7276b;
    padding: 0px !important;
}
.categori-dropdown-wrap ul li.has-children .dropdown-menu {
    left: 100%;
    top: 0px;
    margin: 0;
    margin-top: 0px;
    border: 1px solid #eef0ee;
    min-width: 960px!important;
    width: 100%;
    right: 0;
    border-radius: 0;
    padding: 20px;
    position: absolute;
}
.brand-logo {
    height: 130px !important;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}
.brand-logo img{ height: 130px !important; }
.main-menu .fi { font-size: 14px; position: relative; top: 1px; margin-right: 5px; }
.product-cart-wrap .product-img-action-wrap .product-img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.detail-gallery .slick-slider {
    background: #FFFFFF;
}
.detail-gallery .slick-slider img {
    opacity: 0.96;
}
.product-image-slider {
    border: 1px solid #ECECEC;
}
.product-cart-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    overflow: hidden;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}
.product-cart-wrap .product-badges.product-badges-position {
    position: absolute;
    left: 20px;
    top: 19px;
    z-index: 8;
}
.carausel-6-columns-cover .product-img {
    border: 1px solid #ECECEC;
}
.shopping-cart-title {
    display: block;
    width: 100%;
}
.table-borderless td{
    border-width: 0px !important;
}
.gray-bg { background: #F0F2F5; }
.bg-white { background: #FFFFFF!important; }
.rounded {
    border-radius: 0.4rem!important;
}
.overflow-hidden { overflow: hidden; }
.inline-block { display: inline-block; }
.text-stroke {
    text-decoration: line-through;
}
.cart-items-number {
    width: 100px;
    display: inline-block;
    height: 32px;
    overflow: hidden;
    border: 2px solid #F0F2F5;
    background: #F0F2F5;
    border-radius: 15px;
}
.cart-items-number .qty{
    border: 0px;
    padding: 0px;
    height: 30px;
    text-align: center;
    background: #F0F2F5;
}
.cart-items-number button {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    border-width: 0px;
}
.cart-remove-link {
    margin-left: 30px;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    cursor: pointer;
}
.newsletter {
    background-color: #4ca746;
    display: none;
}
.btn-block { display: block; }
.coupon-wrapper {
    border: 2px solid #ECECEC;
    overflow: hidden;
}
.coupon-box {
    border:  3px dashed white;
    padding: 20px;
    background: #ECECEC;
    overflow: hidden;
}
.coupon-code {
    font-size: 20px;
    font-weight: normal;
    color: green;
    border: 1px dashed white;
    padding: 8px 10px;
    background: #FAFAFA;
}
.coupon-description {
    font-size: 14px;
    color: #b6b6b6;
}
.nav-link, .nav-link:hover {
    display: block;
    color: #282828;
    text-decoration: none;
}
/*
.gray-overlay {
    background: #000;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    position: absolute;
    opacity: 0.4;
}

.main-menu > nav > ul > li:hover .gray-overlay {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
*/
.main-menu > nav > ul > li ul.mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    width: 100%;
    padding: 15px;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    opacity: 0;
    visibility: hidden;
    margin-top: 0px;
    border-radius: 0 0 4px 4px;
    z-index: 99999;
    border: 1px solid #eef0ee;
}

/*.main-menu > nav > ul > li ul.mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}*/
.main-menu > nav > ul > li ul.mega-menu li {
    line-height: 1;
    display: block;
    position: relative;
    float: left;
    padding-right: 0px; 
}

.main-menu > nav > ul > li ul.mega-menu .nav-pills .nav-link {
    width: 100%;
    text-align: left;
    border-radius: 0px;
}
.main-menu > nav > ul > li ul.mega-menu .nav-pills .nav-link.active, 
.main-menu > nav > ul > li ul.mega-menu .nav-pills .show>.nav-link {
    color: #282828;
    background-color: #ECECEC;
}
.main-menu > nav > ul > li ul.mega-menu .nav-section{
    border-right: 2px solid #ECECEC;
}

.main-menu > nav > ul > li ul.mega-menu li ul {
    margin-top: 0px;
    margin-bottom: 8px;
}
.main-menu > nav > ul > li ul.mega-menu li ul li {
    line-height: 1;
    display: block;
    margin-bottom: 4px;
    float: none;
}
.main-menu > nav > ul > li ul.mega-menu  .mainmenu-title {
    padding: 0 0 0 15px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 25px;
    display: block;
    font-size: 18px;
}
.shop-category-icon {
    position: relative;
    top: 4px;
    padding-right: 10px;
}
footer {
    border-top: 1px solid #DEE2E6;
}
.page-header.breadcrumb-wrap {
    padding: 10px 20px;
    background-color: #E9ECEF;
}
.full-w { width: 100% !important; }

.offcanvas-body .nav-tabs .nav-link.active {
    color: #e7276b;
    border-radius: 26px;
    background-color: #FCDCE5;
    text-align: center;
    margin-right: 3px;
    position: relative;
    display: inline-block;
    border: 1px solid #e7276b30;
}
.offcanvas-body .nav-tabs .nav-link {
    background-color: #FFFFFF;
}
.offcanvas-body .nav-tabs .nav-link:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.offcanvas-body .heading_s1{
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ECECEC;
    text-align: center;
}
.varient-border {
    border: 1px solid #e7276b;
}
.product-cart-wrap { height: calc(100% - 20px);}
.product-cart-wrap .product-badges span.hot {
    background-color: #DB4437;
}
.product-cart-wrap .product-content-wrap h2 a:hover {
    color: #1a1a1a;
}
.quick-serach-items {
    display: block;
    position: absolute;
    z-index: 1000;
    width: 100%;
    max-width: 683px;
    background: wheat;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    width: 100;
    background: #FFFFFF;
} 
.quick-serach-items li{ 
    border-bottom: 1px solid #ECECEC;
}
.quick-serach-items li .product-box { 
    padding: 4px;
    overflow: hidden;
}
.quick-serach-items li .product-box .product-img {
    width: 55px;
    height: 55px;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
.quick-serach-items li .product-box .product-img img{
    width: 100%;
}

.quick-serach-items li .product-box .product-content {
    float: left;
    line-height: 1.35;
    width: calc(100% - 160px);
}
.quick-serach-items li .product-box .product-content .product-title {
    font-size: 13px;
    color: #1a1a1a;
    margin-bottom: 4px;
}
.quick-serach-items li .product-box .product-content .product-info {
    font-size: 11px;
    color: #8e8e9070;
}
.quick-serach-items li .product-box .product-content .product-price {
    font-size: 11px;
    color: #0F9D58;
}
.quick-serach-items li .product-box .product-action {
    text-align: right;
}
.quick-serach-items li .product-box .product-action .action-btn{
    width: 36px;
    height: 36px;
    line-height: 38px;
    border-radius: 50px;
    background-color: #FCDCE5;
    text-align: center;
    margin-right: 3px;
    position: relative;
    display: inline-block;
    border: 1px solid #e7276b30;
    position: relative;
    top: 10px;
}
.quick-serach-items li .product-box .product-action .action-btn:hover {
    color: #FFFFFF;
    background-color: #e7276b;
    border: 1px solid transparent;
}
#keyword_suggesstion_box { display: none; }
/*#usernameStatus { display: none; overflow: hidden; }*/

.out-of-stock-img {
    filter: grayscale(100%);
}

.product-cart-wrap .product-badges span.out-of-stock {
    border-radius: 1px;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    background: #E1E1E1;
    color: #282828;
    padding: 10px;
    position: relative;
    width: 150px;
    height: 32px;
}
.product-cart-wrap .product-badges.product-badges-position-out-of-stock {
    position: absolute;
    left: calc(50% - 75px);
    top: calc(50% - 16px);
    z-index: 8;
}

.btn-out-of-stock, 
.btn-out-of-stock:hover {
    background: #E1E1E1;
    color: #282828;
    border-color: #C1C1C1;
    border-radius: 2px;
    cursor: default;
}


.product-cart-wrap .product-content-wrap .product-price span.old-price {
    font-size: 14px;
    font-weight: 400;
    color: #90908e;
    margin: 0 0 0 7px;
    text-decoration: line-through;
    line-break: auto;
}

.aspect-video { aspect-ratio: 1.77777; }
.w-full { width: 100%;}
.h-full { height: 100%; }
.border-b { border-bottom: 1px solid #ECECEC; }
.bg-theme { background: #e7276b; }
.pr-4 { padding-right: 2rem; }

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    transform: translateX(0%);
    animation: scroll-left 90s linear 2s infinite; /* delay of 2s before start */
    cursor: pointer;
}

.marquee-container:hover .marquee {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.header-action-icon-menu  > a {
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.header-action-icon-menu  > a img {
    display: inline-block;
    max-width: 25px;
    opacity: 0.8;
    margin-right: 5px;
}
.header-action-icon-menu  > a span {
    display: inline-block;
}

.header-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media (min-width: 768px) {
  .header-wrap {
    justify-content: center; /* Center all items horizontally */
  }
}
.search-style-2 {
    flex: 1;
}

.logo-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header-action-right {
    display: flex;
    align-items: center;
}

/* Hide dropdown by default */
.language-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    min-width: 180px;
    z-index: 999;
    padding: 8px 0;
}

/* Show on hover */
.header-action-icon-menu:hover .language-dropdown {
    display: block;
}

.language-dropdown li {
    list-style: none;
}

.language-dropdown li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
}

.language-dropdown li a:hover {
    background-color: #f5f5f5;
}
main { min-height: 600px }













