/* Theme Style Start */

.tsb {
    font-weight: 400;
}

.tb {
    font-weight: 400;
}

.twr {
    font-weight: 400;
}

.rr {
    font-weight: 400;
}

.rb {
    font-weight: 400;
}

.aspect-1 {
    aspect-ratio: 1;
}

.custom-light-primary-color-20 {
    background-color: rgb(0 0 0 / 50%) !important;
}

.bg-white-overlay-50 {
    background: rgb(0 0 0 / 60%) !important;
}

.color-grey {
    --color-gray: #7d879c !important;
    color: var(--color-gray) !important;
}

.p-16 {
    padding: 16px !important;
}

.position-sticky {
    position: sticky !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.text-align-right {
    text-align: right !important;
}

.categories-title,
.__cate-item p,
.feature-product-title,
.for-feature-title,
.section-header span,
.footer-slide-item p,
.arrival-title,
.product-price,
.recommended-product-card span,
.flash-product-price,
.cart-total-price,
.cart_total_amount,
.widget-product-meta span:last-child,
.brand_div .__content,
.widget-title,
.floating-search .search-bar-input {
    font-family: var(--font-family-heading) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
}

.navbar-nav,
.nav-link,
.nav-item {
    font-family: var(--font-family-heading) !important;
}

/* Theme Style End */

/* Header Start */

.__close-announcement {
    display: none !important;
}

/*@media (max-width: 576px) {*/
    #announcement {
        font-size: 14px !important;
    }
/*}*/

.topbar .change-language a {
    color: black !important;
}

.navbar-sticky.navbar-stuck.unset {
    position: unset;
}

.desktop-logo-img {
    width: 100%;
    height: 100%;
    max-width: 160px;
}

.mobile-logo-img {
    width: 100%;
    height: 100%;
    max-width: 150px;
}

.desktop-menu .category-menu-toggle-btn.dropdown-toggle::after {
    display: none !important;
}

.desktop-menu .nav-link,
.desktop-menu .nav-item {
    color: #000 !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

.floating-search {
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
}

.floating-search .search-bar-input {
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
}

.floating-search .search-bar-btn {
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
}

.count-value {
    width: auto;
    height: auto;
    font-size: 0.75rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.25rem;
}

.desktop-menu .dropdown-menu {
    width: 100%;
    height: 100%;
    max-height: 400px;
    overflow-x: visible;
    overflow-y: scroll;
}

.dropdown-menu .dropdown {
    transition: all 0.3s ease;
}

.dropdown-menu .dropdown:hover {
    background: #f3f5f9 !important;
    transition: all 0.3s ease;
}

.navbar-expand-md .dropdown-menu > .dropdown .dropdown-menu .dropdown:hover {
    background: #fff !important;
    transition: all 0.3s ease;
}

.dekhtop-cat-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dekhtop-cat-menu .dropdown-item {
    width: unset !important;
}

.dekhtop-cat-menu > li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hamburger-icon {
    display: block;
    cursor: pointer;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 20px;
}

.sidebar-header {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-sidebar-button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.sidebar-menu .input-group-overlay {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.sidebar-menu .search-card {
    margin-top: 10px;
}

.sidebar-menu .search-result-box {
    height: 100%;
    max-height: 400px;
}

.sidebar-menu {
    position: fixed;
    top: 0;
    left: -110%;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    height: 100%;
    max-width: 400px;
    transition: all 0.6s ease;
    box-shadow: 4px 0 6px rgba(0, 0, 0, 0.3);
    overflow-x: visible !important;
    overflow-y: scroll;
}

.sidebar-menu.open-sidebar-menu {
    left: 0 !important;
    transition: all 0.6s ease;
}

.sidebar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu .nav-item a {
    border-bottom: 1px solid #ddd !important;
    width: 100% !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 18px !important;
    font-size: 16px !important;
    transition: all ease 0.3s;
    letter-spacing: 0 !important;
}

.sidebar-menu .nav-item a:hover {
    background: #fafafa;
    transition: all ease 0.3s;
}

.sidebar-menu .__cate-side-price {
    padding: 0 !important;
}

.sidebar-menu .menu--caret-accordion .card-header {
    width: 100% !important;
}

.sidebar-menu .menu--caret-accordion .card-header label,
.sidebar-menu .menu--caret-accordion .card-header a {
    font-weight: 600 !important;
    text-transform: uppercase !important;
    transform: none !important;
    color: #000 !important;
    letter-spacing: 0 !important;
    width: auto !important;
    padding: 0 !important;
    border: none !important;
}

.sidebar-menu .__cate-side-arrordion .card-header {
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 !important;
}

.sidebar-menu .menu--caret-accordion .menu-second-child {
    background: #fafafa;
}

.sidebar-menu .menu--caret-accordion .menu-third-child {
    background: #f3f5f9;
}

.brands-collection-menu .input-group-append-overlay {
    top: 0 !important;
}

@media (min-width: 576px) {
    .sidebar-menu {
        overflow: visible;
    }
    
    .sidebar-menu .__cate-side-arrordion .card-header {
        padding: 16px;
    }
    
    .sidebar-menu .__cate-side-arrordion .card-header label,
    .sidebar-menu .__cate-side-arrordion .card-header a {
        font-size: 16px;
    }

    .sidebar-menu .menu--caret-accordion .card-body {
        position: absolute;
        top: 0;
        right: unset;
        left: 99%;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    
    .sidebar-menu .menu--caret-accordion .card-header:hover,
    .sidebar-menu .menu--caret-accordion.open .card-header {
        background: #fafafa;
    }
    
    .sidebar-menu .menu--caret-accordion .menu--caret {
        transform: rotate(0deg);
    }
    
    .sidebar-menu .menu--caret-accordion.open > div > .menu--caret {
        transform: rotate(180deg);
    }
    
    .brands-collection-menu .menu-second-child {
        overflow-x: visible;
        overflow-y: scroll;
    }
    
    .brands-collection-menu .menu-second-child .menu--caret-accordion .menu--caret {
        transform: rotate(90deg) !important;
    }
    
    .brands-collection-menu .menu-second-child .menu--caret-accordion.open .menu--caret {
        transform: rotate(-90deg) !important;
    }
    
    .brands-collection-menu .menu-third-child {
        position: unset !important;
    }
    
    .brands-collection-menu .menu-third-child .card-header {
        padding: 12px 12px 12px 28px !important;
    }
    
    .brands-collection-menu .menu-third-child .card-header label,
    .brands-collection-menu .menu-third-child .card-header a {
        font-size: 12px !important;
    }
}

@media (max-width: 576px) {
    .sidebar-menu {
        max-width: 100% !important;
    }
    
    .sidebar-menu .menu--caret-accordion .menu-first-child {
        padding: 16px;
    }
    
    .sidebar-menu .menu--caret-accordion .menu-first-child label,
    .sidebar-menu .menu--caret-accordion .menu-first-child a {
        font-size: 16px;
    }

    .sidebar-menu .menu--caret-accordion .menu-second-child .card-header {
        padding: 14px 18px 14px 30px;
    }
    
    .sidebar-menu .menu--caret-accordion .menu-second-child .card-header label,
    .sidebar-menu .menu--caret-accordion .menu-second-child .card-header a {
        font-size: 14px;
    }

    .sidebar-menu .menu--caret-accordion .menu-third-child .card-header {
        padding: 12px 18px 12px 50px;
    }
    
    .sidebar-menu .menu--caret-accordion .menu-third-child .card-header label,
    .sidebar-menu .menu--caret-accordion .menu-third-child .card-header a {
        font-size: 12px;
    }
    
    .sidebar-menu .menu--caret-accordion .menu--caret {
        transform: rotate(90deg);
    }

    .sidebar-menu .menu--caret-accordion.open > div > .menu--caret {
        transform: rotate(-90deg);
    }
}

/* Header End */

/* Home Top Slider Start */

.__top-slider-images .owl-nav {
    top: 50% !important;
}

.__top-slider-images {
    width: 100% !important;
    max-width: 100% !important;
}

.__top-slider-images .__slide-img {
    height: 100% !important;
    max-height: 100% !important;
}

/* Home Top Slider End */

/* Home Catagories Start */

.home-catagories .card {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Home Catagories End */

/* Inner Catagories Page Start */

.cate_div {
    background: #fff;
    opacity: 1;
    height: 100%;
    display: block;
    filter: drop-shadow(0px 0px 15px rgba(20, 85, 172, 0.05));
    padding: 10px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

/* Inner Catagories Page End */

/* Inner Products Catagories Page Start */

.range-slider {
    position: relative;
    margin: 0 14px;
    padding: 14px 0;
    width: auto;
    height: 100%;
}

.slider-track {
    position: absolute;
    height: 5px;
    background: #000;
    border-radius: 5px;
    top: 50%;
    z-index: 0;
}

input[type="range"] {
    position: absolute;
    width: 100%;
    height: 5px;
    -webkit-appearance: none;
    background: #000;
    pointer-events: none;
    z-index: 1;
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 1;
    outline: none;
}

@media (max-width: 576px) {
    #SearchParameters #shop-sidebar,
    #SearchParameters #shop-sidebar,
    #SearchParameters #shop-sidebar.show,
    #SearchParameters #shop-sidebar.active {
        position: fixed !important;
    }
}

/* Inner Product Catagories Page End */

/* Inner Product Pages Start */

.quick-view {
    display: none !important;
}

.cz-image-zoom-pane {
    display: none !important;
}

@media (max-width: 576px) {
    .owl-theme:not(:hover) .owl-nav {
        opacity: 1 !important;
    }
}

.product-page .product-single-hover .inline_product img {
    object-position: top;
}

.product-page .cz-product-gallery .product-preview-item {
    aspect-ratio: unset !important;
    margin: 20px 0;
}

.product-page .cz-product-gallery .product-preview-item:first-child {
    margin-top: 0 !important;
}

.product-page .cz-product-gallery .product-preview-item:last-child {
    margin-bottom: 0 !important;
}

.product-page .cz .owl-carousel .owl-stage {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    transform: none !important;
}

.product-page .cz .owl-carousel .owl-item {
    width: 100% !important;
    height: 100% !important;
}

.product-page .cz .product-preview-thumb {
    width: 100% !important;
    height: 100% !important;
}

.product-page .cz-product-gallery iframe {
    border-radius: 5px !important;
}

.product-page .related-products .product-single-hover .inline_product img {
    height: 400px !important;
}

.quantity-box {
    overflow: hidden !important;
}

.product-select-box {
    position: relative !important;
    height: 45px !important;
    width: 100% !important;
    outline: none !important;
    font-size: 14px !important;
    padding: 0 15px !important;
    background: transparent !important;
}

.product-select-box option {
    height: 100% !important;
    width: 100% !important;
    outline: none !important;
    border: none !important;
    font-size: 16px !important;
    background: transparent !important;
}

.size-chart {
    padding: 5px 10px;
    line-height: 1;
    border-radius: 15px !important;
    color: rgb(0, 0, 0);
    background: rgb(219, 219, 219);
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    border: 1px dashed rgb(131, 124, 124);
    margin: 10px 0 0 10%;
}

.size-chart-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.size-chart-popup .popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 60%;
    height: 80%;
    overflow: scroll;
    position: relative;
}

.size-chart-popup .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

.size-btn-grp1 .btn {
    padding: 8px 14px !important;
    font-size: 14px !important;
}

.size-btn-grp2 .btn {
    padding: 6px 12px !important;
    font-size: 12px !important;
}

.select-sleeve {
    margin-top: 10px;
    transition: all 0.3s ease;
}

.product-accordion .btnF {
    width: 100% !important;
    border-width: 1px 0 1px 0 !important;
    border-style: solid !important;
    border-color: #ddd !important;
    padding: 20px 10px;
}

.size-btn.selected {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

.product-size-select label {
    padding: 0 16px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
    border-color: #ddd !important;
    background-color: transparent !important;
}

.product-size-select input:checked ~ label {
    background-color: transparent !important;
    color: #000 !important;
    border-color: #000 !important;
}

.custom-template .cst-policy-title {
    font-size: 14px;
    font-weight: 400;
}

.custom-template .cst-policy {
    font-size: 12px;
    margin: 0 0 10px 10px;
    padding: 0;
}

.custom-template .cst-policy li {
    margin: 0;
    padding: 0 0 0 4px;
}

.custom-template .image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.custom-template .shirt-image,
.custom-template .trouser-image {
    width: 100%;
    height: 100%;
}

.custom-template .overlay-text {
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    color: black;
    font-weight: 400;
    pointer-events: none;
}

.custom-template form {
    display: flex;
    flex-direction: column;
}

.custom-template input,
.custom-template textarea,
.note-textarea {
    padding: 8px;
    margin: 5px 0 0 0;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

#shoulderTextShirt {
    top: 0;
    left: 30%;
}

#chestTextShirt {
    top: 15%;
    left: 42%;
}

#sleeveTextShirt {
    top: 10%;
    left: 0;
}

#wristTextShirt {
    top: 42%;
    left: 0;
}

#waistTextShirt {
    top: 28%;
    left: 40%;
}

#hipTextShirt {
    top: 41%;
    left: 44%;
}

#arm-holeTextShirt {
    top: 9%;
    left: 42%;
}

#bottomTextShirt {
    bottom: 8%;
    left: 32%;
}

#shirtTextShirt {
    top: 50%;
    left: 73%;
}

#trouserTextTrouser {
    top: 64%;
    left: -2%;
}

#waistTextTrouser {
    top: -3%;
    left: 30%;
}

#hipTextTrouser {
    top: 17%;
    left: 30%;
}

#thighTextTrouser {
    top: 36%;
    left: 43%;
}

#kneeTextTrouser {
    top: 56%;
    left: 44%;
}

#bottomTextTrouser {
    bottom: 3%;
    left: 40%;
}

.product-accordion .details-text-justify h1,
.product-accordion .details-text-justify h2,
.product-accordion .details-text-justify h3,
.product-accordion .details-text-justify h4,
.product-accordion .details-text-justify h5,
.product-accordion .details-text-justify h6 {
    text-align: start !important;
    font-size: 14px !important;
    font-family: var(--font-family-text) !important;
    text-transform: none !important;
}

/* Inner Products Pages End */

/* Footer Start */

.footer-slide-item img {
    transition: transform 0.6s;
}

.footer-slide-item:hover img {
    transform: rotateY(360deg);
}

.copyright-text {
    border-top: 1px solid rgba(255, 255, 255, 0.1882352941);
}

.footer-end a:hover {
    color: #999898 !important;
}

/* Footer End */

/* Cart Shipping Page Start */

.countries-select-area .bs-searchbox .form-control {
    border: 1px solid #000 !important;
    padding: 4px !important;
}

/* Cart Shipping Page End */