/* Colors */

:root {
    --primary_color: #FFFF00;
    --primary_hover_color: #006838;
    --secondary_color: #ff0000;
    --secondary_hover_color: #b50000;
    ;
    --rating_color: #FEB812;
}


/* End Colors */

a {
    color: #000080;
}

a:hover {
    text-decoration: none;
    color: #000;
}


/* Header */

.very_top_header {
    height: 35px;
    background: var(--secondary_color);
}

header {
    background: #fff;
    border-bottom: 1px solid #fed40c;
}

header.fixed_header {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

header.fixed_header.background {
    background: rgba(255, 255, 255, 1);
}

.header_top {}

.header_top ul {}

.header_top ul li {
    display: inline-block;
    padding: 2px 0;
}

.header_top ul li a {}

.header_top ul li a:hover {}

.header_top ul li a img {
    width: 20px;
}

.main_header {
    background: #fff;
    padding: 5px 0;
    border-bottom: 1px solid #fed40c;
}

.logo {}

.logo a {}

.logo a img {
    max-width: 100%;
}

.main_header .search {
    padding-top: 2px;
}

.main_header .search input {
    width: 100%;
    border: none;
    border-radius: 7px;
    padding: 5px 13px;
    margin-top: 10px;
}

.main_header .search input:focus {
    outline: none;
}

.main_menu {
    display: flex;
    justify-content: end;
}

.search_form {
    position: relative;
}

.top_search_btn {
    position: absolute;
    right: 3px;
    top: 14px;
    border: 0;
    background: none;
    color: #787C80;
    padding: 5px 6px;
}

.top_search_btn:focus {
    outline: none;
}

.header-search {
    position: relative;
}

.search-toggle {
    /* display: inline-block;
    margin-top: 2px;
    width: 40px;
    height: 40px;
    font-size: 2.1rem;
    line-height: 40px; */
    text-align: center;
    color: #423E3D;
}

.header-search form {
    margin: 0;
}

.header-search-wrapper {
    display: flex;
    display: -ms-flexbox;
    position: absolute;
    right: -2.3rem;
    z-index: 999;
    margin-top: 20px;
    color: #8d8d8d;
    box-sizing: content-box;
    height: 40px;
    border-radius: 5rem;
    border: 5px solid #ccc;
}

.header-search-popup .form-control {
    min-width: 350px;
    padding: 4px 22px;
    font-size: 18px;
    line-height: 20px;
}

.header-search-wrapper .btn {
    position: relative;
    padding: 0 0 3px 0;
    border: 0;
    min-width: 40px;
    color: #8d8d8d;
    font-size: 16px;
    background: #e7e7e9;
    border-radius: 0 5rem 5rem 0;
    cursor: pointer;
}

.search-form {
    display: none;
}

.header-search {
    position: relative;
    display: flex;
    justify-items: center;
    justify-content: center;
    top: 20px;
    height: 30px;
    width: 75px;
}

.header-search-category .form-control {
    border-radius: 5rem 0 0 5rem;
}

.main_menu {}

.main_menu ul {
    margin-top: 15px;
}

.npnls li a {
    margin-top: -10px;
}

.main_menu ul li {
    display: inline-block;
}

.main_menu ul li a {
    color: #423E3D;
    font-weight: 500;
    padding: 12px 5px;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 6px;
}

.main_menu ul li a:hover {
    color: #000;
    text-decoration: none;
}

.top_cart {
    position: relative;
}

.top_cart span {
    position: absolute;
    top: -3px;
    right: -3px;
    background: #FAE68B;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    line-height: 20px;
}

.header_bottom {
    width: 100%;
}

.category_menu {}

.category_menu ul {
    position: relative;
}

.category_menu ul li {
    display: inline-block;
    position: relative;
}

.category_menu ul li a {
    margin-top: 0px;
    color: #000080;
    display: inline-block;
    padding: 7px 0;
    margin-right: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
}

.category_menu ul li a:hover {
    text-decoration: none;
    color: #000;
}

.category_menu ul li a i {
    font-size: 12px;
}

.category_menu ul li a .label {
    font-size: 12px;
}

.category_menu ul li a.new_label {
    background: #000080;
    color: #fff;
    padding: 2px 10px;
}

.category_menu ul li a.new_label:hover {
    background: var(--primary_hover_color);
}

.bc_button {
    background: #FFD40C;
    color: #000080 !important;
    padding: 15px 20px !important;
}

.bc_button i {
    font-size: 14px !important;
    margin-right: 6px;
}


/* Mega Menu */


/* .category_menu ul li.mega_menu:before{content: "";position: fixed;left: 0;top: 0;width: 100%;height: 100%;    background: rgba(0, 0, 0, .5);z-index: 9;} */

.category_menu ul li.mega_menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #F4F6F9;
    position: absolute;
    left: 30%;
    bottom: 0;
    display: none;
}

.hide_arrow:before {
    display: none;
}

.category_menu ul li .mm_left {
    position: absolute;
    left: 0;
    top: 100%;
    padding-left: 0;
    width: 740px;
    z-index: 999;
    /* box-shadow: 4px 5px 6px #ddd; */
    display: none;
    /* min-height: 460px; */
    /* height: 660px; */
    /* overflow-y: scroll; */
}


/* Hide scrollbar for Chrome, Safari and Opera */

.category_menu ul li .mm_left::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.category_menu ul li .mm_left {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.category_menu ul li .mm_left ul {
    width: 290px;
    background: #F4F6F9;
    /* height: 100%; */
}

.category_menu ul li:hover .mm_left {
    display: block;
}

.category_menu ul li .mm_left li {
    display: block;
    position: relative;
}

.category_menu ul li .mm_left li i {
    /* position: absolute;
    right: 7px;
    top: 12px; */
    float: right;
    font-size: 12px;
    margin-top: 6px;
}

.category_menu ul li .mm_left li a {
    display: block;
    margin-right: 0;
    padding: 7px 15px;
    font-size: 14px;
    background: #F4F6F9;
}

.category_menu ul li .mm_left li a:hover {
    background: #000080;
    color: #fff;
}

.category_menu ul li .mm_left li:hover a {
    background: #000080;
    color: #fff;
}

.sub_sub_menu {
    position: absolute;
    left: 100%;
    top: 0;
    /* height: 100%; */
    width: 450px;
    padding: 12px;
    background: #fff;
    box-shadow: 4px 5px 6px #ddd;
    display: none;
}

.category_menu ul li .mm_left li:hover .sub_sub_menu {
    display: block;
}

.sub_sub_menu ul {
    position: unset !important;
    background: none !important;
    box-shadow: none !important;
    width: auto !important;
    margin-bottom: 5px;
}

.category_menu ul li .sub_sub_menu ul li {}

.category_menu ul li .sub_sub_menu ul li a {
    color: gray !important;
    padding: 1px 0;
    font-size: 13px;
}

.category_menu ul li .sub_sub_menu ul li a:hover {
    background: none;
    color: #000080 !important;
}

.category_menu ul li .sub_sub_menu h3 {
    margin-bottom: 16px;
}

.category_menu ul li .sub_sub_menu h3 a {
    font-size: 22px;
    padding: 0;
    display: inline-block;
}

.category_menu ul li .sub_sub_menu h4 {
    color: #000080;
    font-size: 14px;
    margin-bottom: 3px;
}

.category_menu ul li .mm_left li:hover h4 a {
    background: none;
    color: #0A1904;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

.category_menu ul li .mm_left li:hover h4 a:hover {
    color: #000080;
}

.category_menu ul li .mm_left li:hover ul li a {
    background: none !important;
}

.category_menu ul li .mm_left li:hover .sub_sub_menu h3 a {
    background: none !important;
    color: #000080 !important;
}

.category_menu ul li .sub_sub_menu h3 a:hover {
    background: unset;
    color: #000080 !important;
}

.card-columns.sub_menu_card_columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.card-columns.sub_menu_card_columns .card {
    border: none;
}


/* End Mega Menu */

.header_links {
    text-align: right;
}

.header_links a {
    color: #000080;
    font-weight: 800;
    font-size: 16px;
    padding: 15px 10px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}

.header_links a:hover {
    text-decoration: none;
    color: #000;
}


/* End Header */


/* Footer */

.footer_banner {
    margin-top: 120px;
}

.footer_banner img {}

.footer_social {
    margin-top: 6px;
}

.footer_social ul {}

.footer_social ul li {
    display: inline-block;
}

.footer_social ul li a {
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 50%;
    font-size: 15px !important;
    border: 2px solid;
    margin: 0 3px;
    display: inline-block !important;
}

.footer_social ul li a:hover {}

.footer_social ul li a i {
    line-height: 32px;
}

footer {}

.footer_widgets {
    background: #FFFBEE;
    color: #fff;
    padding-top: 70px;
    /* padding-bottom: 35px; */
}

.fw_box {
    margin-bottom: 35px;
}

.fw_box h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.fw_box ul {}

.fw_box ul li {}

.fw_box ul li a {
    color: #000;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

.fw_box ul li a:hover {
    text-decoration: none;
    color: #7EBB35;
}

.fw_box ul li a img {
    margin-bottom: 5px;
    width: 140px;
}

.fw_box .pay_image {
    width: 100%;
    margin-top: 15px;
    max-width: 300px;
}

.copyright {
    background: var(--secondary_color);
    color: #fff;
    font-size: 14px;
    border-top: ;
}

.copyright .row {
    /* border-top: 1px solid #a8a8a8; */
}

.footer_widget h6 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.footer_widget p {
    font-size: 13px;
    color: #000;
}

.copyright p {
    margin-bottom: 0;
    padding: 7px 0;
}

.news_letter_form {
    overflow: hidden;
    display: inline-block;
}

.news_letter_form input {
    border: 1px solid gray;
    font-size: 13px;
    padding: 5px 5px 3px;
    margin-right: 2px;
    float: left;
}

.news_letter_form input:focus {
    outline: none;
}

.news_letter_form button {
    float: left;
    padding: 5.5px 12px;
}


/* .footer_top{
    border-bottom: 1.5px solid #cfcfcf;
    border-top: 1.5px solid #cfcfcf;
    padding-bottom: 40px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 40px;
} */

.footer_widget .npnls img {
    width: 100%;
}


/* End Footer */


/* New footer */

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #fffbee;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff0000;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
    width: 80%;
}

.cta-text h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #000000;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.youtube-bg {
    background: #DD4B39;
}

.linkedin-bg {
    background: #3083ff;
}

.footer-widget-heading h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #1e1e1e;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: var(--secondary_color);
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}


/* end new footer */


/* Mobile Menu Bars */

.mobile_menu_bars {
    border: none;
    font-size: 25px;
    margin-top: 7px;
    color: #175C03;
    background: none;
}

.mobile_menu_bars:focus {
    outline: none;
}


/* .mobile_menu_bars.search_icon{font-size: 21px;} */

.footer_bottom {
    padding-bottom: 30px;
}

.footer_widget {
    color: #000;
}


/* .middle_widget{    border-left: 1px solid #000080;
    border-right: 1px solid #000080;
    padding: 20px 20px;} */

.payment_methods {}

.payment_methods li {
    margin-bottom: 7px;
    display: inline-block;
    margin-right: 5px;
}

.payment_methods li img {}


/* End Mobile Menu Bars */


/* Fixed Mobile Menu */

.fixed_mobile_menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 3px 4px 7px #000;
    z-index: 9;
    padding-top: 5px;
}

.fixed_mobile_menu ul {}

.fixed_mobile_menu ul li {}

.fixed_mobile_menu ul li a {
    /* display: block;
    padding: 5px 0; */
    color: #000080;
    font-size: 25px;
}

.fixed_mobile_menu ul li a i {}

.fixed_mobile_menu ul li a:hover {}

.fixed_mobile_menu ul li a.cart_count {
    position: relative;
}

.fixed_mobile_menu ul li a.cart_count span {
    position: absolute;
    top: 2px;
    left: 58%;
    background: #FAE68B;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    line-height: 20px;
}


/* End Fixed Mobile Menu */


/* Mobile left menu */

#collapseLeftMenu {
    padding: 0 15px;
}

#collapseLeftMenu ul {}

#collapseLeftMenu ul li {
    position: relative;
}

#collapseLeftMenu ul li button {
    border: none;
    background: none;
    position: absolute;
    top: 4px;
    right: 0;
}

#collapseLeftMenu ul li button:focus {
    outline: none;
}

#collapseLeftMenu ul li a {
    color: #000;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 6px 4px;
    font-size: 14px;
}

#collapseLeftMenu ul li a:hover {
    text-decoration: none;
}

#collapseLeftMenu ul li ul {
    padding-left: 15px;
}

.npnls.bottom_nav {
    margin-top: 30px;
}


/* End Mobile left menu */


/* Mobile right menu */

#collapseRightMenu {}

#collapseRightMenu ul {}

#collapseRightMenu ul li {}

#collapseRightMenu ul li a {
    color: #000;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 6px 4px;
    font-size: 14px;
}

#collapseRightMenu ul li a:hover {
    text-decoration: none;
}


/* End Mobile right menu */


/* Slider Section */

.nivo-controlNav {
    display: none;
}

.nivo-directionNav {
    display: none;
}

.slider_banner {}

.slider_banner a {
    transition: .3s;
}

.slider_banner a:hover {
    box-shadow: 0px 0px 11px -2px #999;
}

.slider_banner a img {}

.slider_banner a:hover img {}


/* End Slider Section */


/* Feature Category */

.feature_category {
    /* padding: 40px 0; */
}

.fc_cart {
    position: relative;
    overflow: hidden;
    /* padding: 0px 10px 0px 10px; */
}

.fc_cart:hover {}

.fc_cart img {
    transition: 5s;
}

.fc_cart:hover img {
    transform: scale(1.2);
}

.fc_cart .fc_cart_info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
    padding-bottom: 50px;
}

.fc_cart .fc_cart_info h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
}


/* Feature Category End */

.features_one {
    padding: 0px 10px 0px 10px;
}

.features_two {}


/* Button */

.button {
    background: #E32121;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    transition: .3s;
    border: none;
    border-radius: 12px;
}

.button:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.button:focus {
    outline: none;
}


/* End Button */

.container-fluid.full {
    padding-left: 0;
    padding-right: 0;
}

.row_full {
    margin-right: 0;
    margin-left: 0;
}

.col_full {
    padding-right: 1px;
    padding-left: 1px;
}

.scci_wrap {
    display: inline-block;
    background: #00000073;
    padding: 10px 18px;
}

.fc_cart_info .button {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 5px 5px;
    font-size: 12px;
}


/* Video Section */

.video_section {}

.vs_content {}

.vsc_title {
    margin-top: 25px;
    color: #010100;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.vsc_title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100px;
    background: #FF0000;
}

.vs_content p {}


/* End Video Section */


/* Section Title */

.section_title {
    text-align: center;
    margin-bottom: 25px;
}

.section_title h2 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.section_title span.section_border {
    width: 100px;
    height: 3px;
    background: #FF0000;
    display: inline-block;
}


/* End Section Title */


/* Recommended Section */

.recommended_section {
    background: #FBFBFB;
}

.rc_list {}

.rc_box {
    /*color: #000;*/
     border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
}

.rc_box:hover {
    text-decoration: none;
    /* color: #000; */
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.rc_box_thumb {
    position: relative;
    padding-top:100%;
    overflow: hidden;
    height: 430px;
}

.rc_box_thumb img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill ;/* Changed from contain to cover */
    object-position:center bottom;
    transition: transform 0.5s ease-in-out;

}
.rc_box:hover img {
    transform: scale(1.1); /* Zoom in slightly */
}

.product_items_body .rc_box{
    height: 340px;
    margin-bottom: 1rem!important;

}
.product_items_body .rc_box img {
    height: 100%;
    object-fit: fill;
    object-position: center;
    overflow: hidden;
}

.gallery-thumbs {
        max-height: 500px !important;
}

.rc_box_info {}

.rc_box_info h4 {
    font-size: 16px;
    margin-bottom: 0;
    color: #3B3B3B;
    
    margin-top: 12px;
    margin-bottom: 2px;
}

.rc_box_info h4:hover {
     color: #3B3B3B;
    font-weight: bold;
}

.rc_box_info h6 {
    color: #3B3B3B;
}

.rc_box_info h6 span {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
    text-decoration-color: red !important;
}

.rc_box_thumb, .rc_list_browser .bc_thumb , .category_page .bc_thumb{
    position: relative;
    padding-top:100%;
    overflow: hidden;
    height: 430px;
}

.rc_box_thumb img , .rc_list_browser .bc_thumb img,.category_page .bc_thumb img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill ;/* Changed from contain to cover */
    object-position:center bottom;
    transition: transform 0.5s ease-in-out;

}

.custom_label {
    position: absolute;
    /* left: 0; */
    top: 7px;
    background: red;
    color: #fff;
    /* border-radius: 3px; */
    /* padding: 2px 10px; */
    text-align: center;
    width: 78px;
    height: 25px;
    font-size: 13px;
    z-index: 10;
    line-height: 25px;
}



.custom_label::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 4px;
    border: 5px solid transparent;
    border-left: 4px solid #520909;
    transform: rotate(-408deg);
    z-index: -1;
}

.custom_label .lebel {
    overflow: hidden;
    width: 55px;
    max-height: 25px;
    display: inline-block;
}


/* review */

.sp_ratings{}
.spr_title{    font-weight: 700}
.spr_average{overflow: hidden;}
.spr_average .spr_amount{    font-size: 50px;
    font-weight: 800;float: left;    line-height: 60px;}
.spr_average .review{    display: inline-block;float: left;    margin-top: 10px;}
.spr_average .review i{    font-size: 35px;}

.spr_average .r_star{    width: 40px;}
.spr_average .r_star_top svg{width: 40px;height: 40px;}

.sp_star{color: var(--primary_color);}
.rb_title{    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 30px;}
.rb_list{}
.rb_list ul{}
.rb_list ul li{padding: 6px 0;}
.rb_p_group{overflow: hidden;}
.spp_left{float: left;}
.sp_progress{    margin-top: 6px;
    height: 11px;
    border-radius: 21px;
    float: left;
    width: calc(100% - 50px);
    margin-left: 17px;}

.sp_review_inputs{}
.sp_review_inputs h1{font-size: 20px;
    margin-top: 20px;}
.sp_review_inputs h2{    font-size: 18px;
    margin-top: 14px;}
.sp_review_inputs p{}
.sp_review_inputs .button{margin-top: 15px;}

.review_list{}
.rl_box{    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;}
.rl_box:last-child{border-bottom: none;margin-bottom: 0;}
.rl_box .review{}
.rl_box .review i{}
.rlb_title{    font-size: 15px;
    font-weight: 400;
    margin-top: 4px;    color: #999;}
.rlb_details{    margin-top: 20px;
    font-style: italic;
    font-weight: 700;    display: inline-block;margin-bottom: 0;}
.rlb_details span{    font-size: 33px;
    float: left;
    margin-top: -9px;}
.rlb_author{    font-size: 14px;
font-style: italic;
font-weight: 800;}

/* Rating Stars */
.rating_stars{}
.r_star{    width: 16px;
    height: 16px;display: inline-block;
    position: relative;}
.r_star svg{}
.r_star_top{    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.r_star_top svg{    width: 16px;
    height: 16px;}
/* End Rating Stars *

/****** Style Star Rating Widget *****/
.add_ratings{overflow: hidden;}
.retting_create {
    height: 65px;
    margin-top: 25px;
}

.ratting_title {
    font-size: 17px;
}

.add_product_review {
    padding-bottom: 45px;
}

.rating {
    border: none;
    float: left;
}

.rating>input {
    display: none;
}

.rating>label:before {
    margin: 0 5px;
    font-size: 40px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\f005";
}

.rating>.half:before {
    content: "\f005";
    position: absolute;
}

.rating>label {
    color: #ddd;
    float: right;
}

.rating>input:checked~label,

/* show gold star when clicked */

.rating:not(:checked)>label:hover,

/* hover current star */

.rating:not(:checked)>label:hover~label {
    color: #ffa534;
    font-weight: 900;
}


/* hover previous stars in list */

.rating>input:checked+label:hover,

/* hover current star when changing rating */

.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,

/* lighten current selection */

.rating>input:checked~label:hover~label {
    color:#ffa534;
    font-weight: 900;
}



/****** End Style Star Rating Widget *****/

.product_items_body .rc_box_thumb{
    height: 340px;
}

.bc_info {
    border: 1px solid #e0e4f6;
    background: #F7F7F7;
    margin-top: -1px;
    padding: 10px;
    text-align: center;
}

.bc_box{display: block;color: #000;transition: .3s;}
.bc_box:hover{color: #000;text-decoration: none;box-shadow: 0px 0px 6px 4px #ddd;}
.bc_thumb{border: 1px solid #e0e4f6;}

.rc_list.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}

.rc_list.owl-carousel .owl-nav button.owl-next {
    right: 15px;
}

.rc_list.owl-carousel .owl-nav button.owl-prev,
.rc_list.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 33%;
    font-size: 90px;
    color: #BE7D7D;
}

.rc_list.owl-carousel .owl-nav button.owl-prev:focus,
.rc_list.owl-carousel .owl-nav button.owl-next:focus {
    outline: none;
}

.rc_list.owl-carousel .owl-nav button.owl-prev:hover,
.rc_list.owl-carousel .owl-nav button.owl-next:hover {}

.rcl_label {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #ff5e14;
    color: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 21px;
    line-height: 18px;
    border-radius: 50%;
    padding-top: 20px;
}

.homepage_video_box {
    position: relative;
}

.homepage_video_box img {
    height: 400px;
}

.homepage_video_box .hvb_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    /* display: block; */
    /* width: 100%; */
    /* height: 100%; */
    /* background: rgb(0, 0, 0, .6); */
    text-align: center;
    color: #fff;
    /* padding-top: 25%; */
    z-index: 1;
    margin-top: -27px;
}

.homepage_video_box::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .6);
    text-align: center;
    color: #fff;
    content: "";
}

#videoeModal .modal-content {
    background: #000;
}

#videoeModal .modal-header {
    border-bottom: 0;
}

#videoeModal .close {
    color: #fff;
}

#videoeModal .modal-dialog {
    max-width: 700px;
    max-height: 500px;
}

.homepage_video_box .hvb_btn:hover {
    text-decoration: none;
    color: #D3BC5D;
}

.homepage_video_box .hvb_btn i {
    font-size: 35px;
    height: 55px;
    width: 55px;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 55px;
    border-radius: 50%;
}

.homepage_video_box .hvb_btn:hover i {
    border: 1px solid #D3BC5D;
}

.homepage_video_box .hvb_btn span {
    font-size: 12px;
}


/* Recommended Section End */


/* Button Red */

.btn_red {
    background: black;
    border: none;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
}

.btn_red:hover {}

.btn_red:focus {
    outline: none;
}


/* Button Red End */


/* Left Menu */

.left_all_category {
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 999;
    padding-left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.left_all_category.active {
    visibility: visible;
    opacity: 1;
}

.lac_container {
    width: 360px;
    overflow: auto;
    background: #fff;
    height: 100%;
    margin-left: -360px;
    transition: .3s;
}

.left_all_category.active .lac_container {
    margin-left: 0;
}

.lac_header {
    background: #232F3E;
}

.lac_header a {
    color: #fff;
    padding: 7px 6px;
    display: inline-block;
    font-size: 18px;
}

.lac_header a:hover {}

.lac_items {}

.lac_close {
    color: #fff;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 19px;
}

.lac_close:hover {
    cursor: pointer;
}


/* End Left Menu */


/* Mobile left menu */

#collapseLeftMenu {
    padding: 0 15px;
}

#collapseLeftMenu ul {}

#collapseLeftMenu ul li {
    position: relative;
}

#collapseLeftMenu ul li button {
    border: none;
    background: none;
    position: absolute;
    top: 4px;
    right: 0;
}

#collapseLeftMenu ul li button:focus {
    outline: none;
}

#collapseLeftMenu ul li a {
    color: #000;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 6px 4px;
    font-size: 14px;
}

#collapseLeftMenu ul li a:hover {
    text-decoration: none;
}

#collapseLeftMenu ul li ul {
    padding-left: 15px;
}

.left_all_category {
    /* padding: 0 15px; */
}

.left_all_category ul {}

.left_all_category ul li {
    position: relative;
}

.left_all_category ul li button {
    border: none;
    background: none;
    position: absolute;
    top: 4px;
    right: 14px;
}

.left_all_category ul li button:focus {
    outline: none;
}

.left_all_category ul li a {
    color: #000;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 6px 4px;
    font-size: 14px;
}

.left_all_category ul li a:hover {
    text-decoration: none;
}

.left_all_category ul li ul {
    padding-left: 15px;
}


/* End Mobile left menu */


/* Breadcrumb */

.c_breadcrumb {}

.c_breadcrumb_list {}

.c_breadcrumb_list ul {}

.c_breadcrumb_list ul li {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 0;
    margin-right: 10px;
    position: relative;
}

.c_breadcrumb_list ul li::before {
    content: '/';
}

.c_breadcrumb_list ul li span {
    padding-left: 10px;
}

.c_breadcrumb_list ul li:first-child::before {
    display: none;
}

.c_breadcrumb_list ul li a {
    color: #000;
    font-size: 14px;
}

.c_breadcrumb_list ul li a:hover {
    color: #000;
}


/* End Breadcrumb */

#xzoom-default {
    max-width: 100% !important;
    width: 100% !important
}

.product_pay_image {
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    transition: .6s;
    padding: 3px 5px;
}

.product_pay_image:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.product_pay_image img {
    max-width: 100%;
    width: 100px;
}

.product_heart {
    border: none;
    background: none;
    font-size: 33px;
    color: #999;
    transition: .3s;
    margin-top: 3px;
}

.product_heart:focus {
    outline: none;
}

.product_heart:hover {
    color: #FFD40C;
}

.pp_heading {
    font-size: 16px;
    font-weight: bold;
}

.product_description {
    font-size: 14px;
    margin-bottom: 15px;
}

.product_table {
    font-size: 14px;
    margin-bottom: 20px;
}


/* Sidebar Widgets */

.sidebar_widgets {
    transition: .3s;
}

.sw_box {
    margin-bottom: 7px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
}

.sw_box.border_none {
    border-bottom: 0;
}

.sw_heading {}

.sw_heading h2 {
    font-size: 15px;
    display: inline-block;
}

.sw_heading button {
    border: none;
    background: none;
    float: right;
    margin-top: 3px;
}

.sw_heading button:hover {
    color: #000080;
}

.sw_heading button:focus {
    outline: none;
}

.sw_content {}

.sw_content ul {}

.sw_content ul li {
    display: table;
    position: relative;
}

.sw_content ul li .form-check {
    overflow: hidden;
}

.sw_content ul li .form-check input {
    float: left;
}

.sw_content ul li a {
    font-size: 13px;
    display: inline-block;
    color: #000080;
    padding: 4px 0;
}

.sw_content ul li button {
    border: none;
    background: none;
    color: #000080;
    padding: 0;
    position: absolute;
    top: 2px;
    padding-left: 5px;
}

.sw_content ul li button i {
    font-size: 14px;
    transform: rotate(90deg);
    transition: .3s;
}

.sw_content ul li button.collapsed i {
    transform: rotate(0deg);
}

.sw_content ul li button:focus {
    outline: none;
}

.sw_content ul li a:hover {
    color: var(--secondary_color);
    text-decoration: none;
}

.sw_content ul li .form-check-label {
    font-size: 14px;
    float: left;
    font-weight: 500;
    color: #000080;
    margin-top: 1px;
}

.sw_content ul li .form-check-label:hover {
    color: var(--primary_hover_color);
    cursor: pointer;
}

.sw_content ul li .form-check-label span {
    float: left;
    margin-right: 10px;
}

.sw_content ul li .form-check-label i {
    font-size: 11px;
    float: left;
    margin-top: 4px;
}

.sw_content ul li ul {
    padding-left: 16px;
}


/* .sw_content ul li .cd_empty_icon {
    width: 11px;
    display: inline-block;
} */

.sw_content ul li ul li ul {
    padding-left: 15px;
}

.sidebar_widgets_wrap {
    transition: .3s;
}

.sidebar_btns {
    border-bottom: none;
}

.sb_btn_reset {
    background: var(--secondary_color);
}

.sidebar_widgets_wrap.active {
    /* right: 0; */
    visibility: visible;
    opacity: 1;
}

.sidebar_widgets_wrap.active .sidebar_widgets {
    left: 0;
}


/* End Sidebar Widgets */


/* Main Categories */

.mc_row {
    margin-right: -5px;
    margin-left: -5px;
}

.mc_col {
    padding-right: 5px;
    padding-left: 5px;
}

.main_categories {
    margin: 45px 0;
}

.mc_heading {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #EAEAEA;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.mc_items {}

.mci_box {
    border-bottom: 1px solid #eae7e7;
    padding-bottom: 17px;
    margin-bottom: 17px;
    color: #000;
}

.mci_box:hover {
    text-decoration: none;
    color: #000;
}

.mci_box:last-child {
    border: none;
}

.mci_thumb {
    background: #F7F8FA;
}

.mci_thumb img {}

.mci_infos {}

.mci_title {
    font-weight: 400;
    font-size: 14px;
    height: 32px;
    overflow: hidden;
}

.mci_price_old {
   color: #999;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
    text-decoration-color: red !important;
}

.sp_sale_price{
    color:#3B3B3B !important;
}
.regular-price{
    color: #999;
    text-decoration: line-through;
    text-decoration-color: red !important;
}
.mci_price {
    font-size: 14px;
    font-weight: 500;
}

.orderby {
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.orderby:focus {
    outline: none;
}


/* End Main Categories */


/* Category Page */

.category_page {}

.cp_title {
    font-size: 20px;
}

.cp_info {}

.pib_loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 40px;
    background: rgb(0, 0, 0, .5);
    height: 100%;
    z-index: 999999;
    color: #fff;
    padding-top: 14%;
}


/* End Category Page */


/* User Panel */

.up_wrap {
    margin-top: 55px;
}

.user_profile {}

.user_img {}

.user_img img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.up_nav {}

.up_nav li {}

.up_nav li a {
    display: block;
    color: #000080;
}

.up_nav li a:hover {
    color: var(--primary_hover_color);
    text-decoration: none;
}

.up_nav li a i {
    width: 25px;
}

.dashboard_items {}

.dashboard_items i {
    font-size: 35px;
    transition: .3s;
    color: rgba(0, 0, 0, .15);
}

.dashboard_items .card:hover i {
    font-size: 40px;
}

.link_item {
    color: #000080;
}

.link_item:hover {
    color: var(--primary_hover_color);
    text-decoration: none;
}

.user_menu .list-group-item.active {
    border: none;
    background: #000080;
}

.user_menu .list-group-item.active a {
    color: #fff;
}


/* End User Panel */


/* Password Input */

.view_password_group {
    position: relative;
}

.view_password_group input {
    padding-right: 35px;
}

.view_password_btn {
    position: absolute;
    top: 38px;
    right: 2px;
    border: none;
    background: none;
    font-size: 18px;
}

.view_password_btn:focus {
    outline: none;
}


/* End Password Input */


/* Customer Ajax Loader */

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 40px;
    background: rgb(0, 0, 0, .5);
    height: 100vh;
    z-index: 999999;
    color: #fff;
    padding-top: 45vh;
}


/* End Customer Ajax Loader */


/* Side Cart Section */

.side_cart_section {
    position: fixed;
    top: 7%;
    /* right: 0; */
    right: -400px;
    /* height: calc(100vh - 47px); */
    z-index: 999;
    width: 400px;
    background: #fff;
    transition: .3s;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
    overflow: auto
}

@media (max-width:450px) {
    .side_cart_section {
        width: 100%;
    }
}

.show_sc {
    right: 0
}

.sc_head {
    background: #000080;
    color: #fff;
    position: relative;
    padding: 15px 0px;
    display: flex;
    justify-content: space-around;
}

.sc_head h4 {
    font-size: 19px;
    text-align: center;
    margin: 0
}

.sc_head i {
    padding-left: 10px;
}

.scp_list {
    padding: 0 15px;
    margin-top: 15px;
    min-height: calc(100vh - 251px);
    overflow: auto;
}

.sc_head i:hover {
    cursor: pointer
}


/* .scp_box {
    text-align: center;
    margin-bottom: 25px;
    position: relative
}

.scp_thumb {
    margin-bottom: 20px
}

.scp_title {
    display: block;
    font-weight: 700;
    color: #4f4f4f
}

.scp_title:hover {
    color: #3D3D3D;
    text-decoration: none
}

.scp_price {
    margin: 5px 0
}

.remove_cart {
    margin-top: 7px;
    color: #4f4f4f;
    display: inline-block
}

.remove_cart:hover {
    text-decoration: none;
    color: #007bff;
    cursor: pointer
} */


/* New Site Cart Style */

.sci_top {
    position: relative;
}

.sc_price {
    font-size: 14px;
}

.scp_total_amount {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px 0;
}

.sc_remove {
    border: 1px solid;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 11px;
    border-radius: 50%;
    color: #999;
    margin-top: 27px;
}

.sc_remove:hover {
    cursor: pointer;
    color: #000080
}

.sc_empty {
    margin: 15px;
}

.sc_empty h2 {
    font-weight: 400;
}

.sc_spinner {
    display: none;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    background: gray;
}

a.disabled .sc_spinner {
    display: inline-block;
}

.scp_buttons {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin: 5px;
}


/* a.disabled .b_text {
    display: none;
} */

.empty_cart_bag {
    color: #B4B4B4;
    font-size: 80px;
}

.sc_footer {
    /* position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; */
    padding: 10px 15px;
}

.scp_box {
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}


/* width */

.scp_list::-webkit-scrollbar {
    width: 3px;
}


/* Track */

.scp_list::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.scp_list::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

.scp_list::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* End Side Cart Section */

.top_cart {
    position: relative;
}

.top_cart .count {
    position: absolute;
    color: #fff;
    left: 3px;
    bottom: 8px;
    font-size: 10px;
    width: 100%;
    text-align: center;
}


/* Cart Page */

.ci_card {}

.ci_card .card-header,
.cos_card .card-header,
.primary_header {
    background: #000080;
    color: #fff;
}

.ci_card .card-body {
    padding: 0;
}

.cart_items {}

.ci_box {
    border-bottom: 1px solid #e0e6ef;
    padding-bottom: 10px;
    padding: 10px 15px;
    position: relative;
}

.ci_box:last-child {
    border-bottom: none;
}

.cib_img {
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    transition: .3s;
    width: 140px;
    max-width: 100%;
    height: auto;
}

.cib_img:hover {
    transform: scale(1.1);
}

.cib_tools {}

.cib_title {}

.cib_title a {
    color: #000080;
    font-size: 16px;
    font-weight: normal;
}

.cib_title a:hover {
    text-decoration: none;
    color: var(--primary_hover_color);
}

.cib_quantity {
    float: left;
}

.cib_remove {
    border: 0;
    background: none;
    color: #dc3545;
    font-size: 16px;
    font-weight: 400;
    margin-top: 14px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.cib_remove:hover {
    color: red;
    text-decoration: none;
}

.cib_remove:hover {}

.cib_remove:focus {
    outline: none;
}

.cib_amounts {
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
    color: var(--secondary_color);
    height: 100%;
    position: relative;
}

.ci_save_amount {
    margin-bottom: 0;
}

.ci_amount {
    margin-bottom: 0;
    font-size: 22px;
}

.ci_amount_p {
    font-size: 22px;
}

.cos_card {}

.cos_card table {}

.cos_card table th {
    font-size: 14px;
    font-weight: 500;
}

.cos_card table th td {}

.cos_card .button {
    padding: 5px 16px;
    font-size: 18px;
}

.cos_card .button:hover {
    text-decoration: none;
    background: var(--primary_hover_color);
}

.cos_card p {}

.cos_card p a {
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    color: #000080;
    font-weight: 700;
}


/* End Cart Page */


/* Checkout */

.checkout_card {}

.checkout_card p {}

.checkout_card p a {
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    color: #000080;
    font-weight: 700;
}

.checkout_card p a:hover {
    text-decoration: none;
    color: var(--primary_hover_color);
}

.continue_to_shopping {
    color: #000;
}

.continue_to_shopping:hover {
    color: #000;
}


/* End Checkout */

.sp_quantity {
    border: 1px solid #ddd;
    display: inline-block;
    /* border-radius: 7px; */
    overflow: hidden;
    margin-top: 15px;
}

.sp_quantity button {
    border: none;
    background: none;
    float: left;
    padding: 6px 10px;
}

.sp_quantity button:focus {
    outline: none;
}

.sp_quantity button:hover {
    color: var(--primary_hover_color);
}

.sp_quantity input {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
    float: left;
    width: 45px;
    text-align: center;
    padding: 6px 0;
}

.sp_quantity input:focus {
    outline: none;
}

.sci_quantity {}

.sci_quantity input {
    height: 26px;
    font-size: 12px;
}

.sci_quantity button {
    line-height: 12px;
}

.sci_quantity button i {
    font-size: 13px
}

.other_page .top_search_btn {
    top: 10px;
}

.main_banner_img {
    height: 60vh;
}

.banner_text_relative {
    position: relative;
    height: 100%;
}

.banner_text_absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner_text_absolute_wrap {
    display: inline-block;
    background: #00000073;
    padding: 10px 18px;
    width: 400px;
    text-transform: uppercase;
    padding: 14px 0;
    color: #fff;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner_text_absolute_wrap h2 {
    font-size: 48px;
}

.banner_text_absolute_wrap a {
    color: #fff;
    border: 1px solid #ddd;
    font-size: 18px;
    padding: 4px 14px;
    font-weight: bold;
}

.banner_text_absolute_wrap a:hover {
    color: #ddd;
}

.xzoom-container {
    position: sticky;
    top: 0;
}


/* Mega Menu design */

.npnls .megamenu {
    top: 100%;
    left: -15px;
    margin-top: 9px;
    width: 650px;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 1rem 2.5rem rgb(0 0 0 / 15%);
    border: 1px solid #eee;
    padding: 10px 20px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.category_menu ul li:hover .megamenu {
    opacity: 1;
    visibility: visible;
}

.npnls .megamenu .nolink {
    /* cursor: default; */
    display: inline-block;
    padding-bottom: 11px;
    font-weight: 700;
    color: #000080;
    font-size: 12px;
}

.npnls .megamenu .submenu {
    margin: 0;
    padding-top: 0;
    border-top: none;
    display: block;
    position: static;
    box-shadow: none;
    min-width: 0;
    padding-inline-start: 0;
}

.megamenu ul li a {
    padding: 7px 8px 8px 0;
    display: block;
    transition: 0.2s ease-out;
    color: #777;
    font-size: 12px;
    margin-right: 0;
}

.menu-banner {
    height: 100%;
}

.menu-banner figure {
    margin-bottom: 0;
    height: 100%;
}

.menu-banner h4 {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1;
    color: #485156;
    margin-bottom: 3.5rem;
}

.menu-banner h4 span {
    font-size: 3.1rem;
    font-weight: 700;
}

.menu-banner a.btn {
    font-family: Oswald, sans-serif;
    border-radius: 1px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    padding: 0.5em 1em;
    font-size: 1.1rem;
}

.menu-banner img {
    height: 260px;
    width: 190px;
    object-fit: cover;
}

span.user-name {
    font-weight: 700;
    font-size: 12px;
}


/* Checkout Right Sidebar */

.guest_right_sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    background: rgb(0, 0, 0, .5);
    height: 100%;
    display: none;
    z-index: 9999;
}

.guest_right_sidebar.active {
    display: block;
}

.guest_right_sidebar .grs_wrap {
    width: 305px;
    background: #fff;
    max-width: 100%;
    height: 100%;
    float: right;
    padding: 10px;
}

.guest_right_sidebar .grs_wrap .header {}

.guest_right_sidebar .grs_wrap .header button {
    border: none;
    background: none;
    float: right;
}

.guest_right_sidebar .grs_wrap .header button:focus {
    outline: none;
}

.guest_right_sidebar .grs_wrap .header h3 {}

.guest_right_sidebar .grs_wrap .body {}


/* End Checkout Right Sidebar */


/* product single page attribute */

.product_prices {
    font-size: 20px;
    font-weight: 600;
}

.picker {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: .5rem;
    margin-block-end: 1rem;
    border: 1px solid #ddd;
    border-radius: .5rem;
}

.picker legend {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .15em;
    padding-inline: .5rem;
}

.picker label {
    position: relative;
    inline-size: 3rem;
    block-size: 2.5rem;
    isolation: isolate;
    display: grid;
    place-items: center;
}

.picker label>span {
    position: absolute;
    inset: 0;
    block-size: 100%;
    inline-size: 100%;
}

.picker label>input:focus~span {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}


/* Size pickers */

label[for*="size"]>span {
    font-size: 1rem;
    line-height: 1;
    display: grid;
    place-items: center;
    padding: .5rem;
    background-color: #eee;
    border-radius: .25rem;
}

label[for*="size"]>input:checked~span {
    background-color: #000;
    color: #eee;
}


/* Color pickers */

label[for*="color"] {
    inline-size: 1.5rem;
    block-size: 1.5rem;
    ;
}

label[for*="color"]>span {
    font-size: 1px;
    display: grid;
    place-items: center;
    background-color: var(--color, #eee);
    /* border-radius: 100%; */
    color: transparent;
}


/* label[for*="color"]>input:checked~span {
    box-shadow: 0 0 0 2px #fff, 0 0 0 6px var(--color);
} */

label[for*="size"]>span {
    /* box-shadow: 0 0 0 2px #fff, 0 0 0 6px rgb(211 211 211 / 88%); */
}

label[for*="size"]>input:checked~span {
    box-shadow: 0 0 0 2px #fff, 0 0 0 6px #7c7424;
}

label[for*="color"]>span {
    box-shadow: 0 0 0 2px #fff, 0 0 0 6px rgb(211 211 211 / 88%);
}

label[for*="color"]>input:checked~span {
    box-shadow: 0 0 0 2px #fff, 0 0 0 6px #000;
}


/* category page */

.sort_select {
    display: inline-block;
    max-width: 150px;
}

.flag-category {
    margin-top: 10px;
    margin-right: 5px;
}

.country {
    position: relative;
    margin: 0 auto;
}

.country .select {
    position: relative;
    padding: 0 10px 0 10px;
    line-height: 40px;
    border: 1px solid #a6a6a6;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.country .dropdown {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    height: 90px;
    border: 1px solid #cfcfcf;
    border-top: 1px solid #a6a6a6;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

.country .dropdown li {
    padding: 0 20px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 400;
    color: #828282;
    cursor: pointer;
}

.country .dropdown li:first-child {
    margin-top: 0;
}

.country .dropdown li.open {
    display: block;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .language-menu-fiexed img {
        height: auto;
    }
}

@supports not (-webkit-touch-callout: none) {
    /* CSS for other than iOS devices */
    .language-menu-fiexed img {
        height: 100%;
    }
}
