/*!
Script: NeoCart
Author: Gravity Infotech
Support: infotechgravity@gmail.com
Version: 3.2
*/

/* CSS Document */
@import url(../css/plugins/animation.css);
@import url(../css/plugins/bootstrap.min.css);
@import url(../css/plugins/light-box.css);
@import url(../css/plugins/ion.rangeSlider.min.css);
@import url(../css/plugins/owl-carousel.css);
@import url(../css/plugins/owl-theme.css);
/* @import url(../css/plugins/themify.css); */
/* @import url(../css/plugins/morris.css); */
/* @import url(../css/plugins/flaticon.css); */

/*------------------------------------
  Fonts
------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;400;500;600;700&display=swap');

@font-face {
    font-family: 'bochan';
    src: url('./../../fonts/LondonMM.ttf');
}

@font-face {
    font-family: 'london';
    src: url('./../../fonts/LondonMM.ttf');
}

@font-face {
    font-family: 'navicula';
    src: url('./../../fonts/Navicula.otf');
}

/*------------------------------------
  Preloader
------------------------------------*/

.preloader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader {
    width: 25px;
    aspect-ratio: 1;
    ;
    border: 3px solid #0000;
    border-right-color: #ff0000;
    animation: l24 1s infinite linear;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    inset: -3px;
    ;
    border: inherit;
    animation: inherit;
    animation-duration: 2s;
}

.loader:after {
    animation-duration: 4s;
}

@keyframes l24 {
    100% {
        transform: rotate(1turn)
    }
}

:root {
    --bs-primary: #C5DFF8;
    --bs-secondary: #4A55A2;
    --bs-primary-rgb: color-mix(in srgb, var(--bs-primary), transparent 70%);
    --bs-primary-light: color-mix(in srgb, var(--bs-primary), transparent 85%);
}

i.req {
    color: #e41515;
}

ul,
ol {
    padding: 0;
    margin: 0;
}


/* table css */

table tbody tr {
    vertical-align: middle;
}

/*--- end of preloader ---*/
/*------------------------------------------------------------
  Global Settings
-------------------------------------------------------------*/
* {
    outline: none;
}

.modal-open {
    overflow: hidden !important;
}

body {
    background: #ffffff;
    color: #121212;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    overflow-x: hidden !important;
    font-weight: 400;
}

html {
    position: relative;
    min-height: 100%;
}

a {
    color: #4a5682;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover,
a:focus {
    text-decoration: none;
}


.bg-primary-rgb {
    background-color: var(--bs-primary-rgb) !important;
}

/* gap */

.g-6,
.gy-6 {
    --bs-gutter-x: 4rem;
}

.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block;
}


.border-none {
    border: 0px !important;
}


html body .mdi:before,
html body .mdi-set {
    line-height: initial;
}

.form-check-input:checked {
    background-color: #978777;
    border-color: #978777 !important;
}

.btn.btn-primary {
    background-color: #b89e8d;
    color: #fff;
    padding: 14px 20px;
    border: 0px;
    font-weight: 500;

}


.btn.btn-secondary {
    background-color: var(--bs-secondary) !important;
    color: #fff;
    padding: 14px 20px;
    border: 0px;
    font-weight: 500;

}

.btn.btn-danger {
    background-color: #dc3545 !important;
    color: #fff;
    padding: 14px 20px;
    border: 0px;
    font-weight: 500;

}

.btn.btn-success {
    background-color: #198754 !important;
    color: #fff;
    padding: 14px 20px;
    border: 0px;
    font-weight: 500;

}

/* for cookie */
.js-cookie-consent-agree.btn.btn-primary {
    background-color: var(--bs-primary) !important;
    color: #fff;
    padding: 9px 20px !important;
    border: 0px;
    font-weight: 500;

}


@media (min-width: 200px) and (max-width: 767px) {

    .btn.btn-primary,
    .btn.btn-secondary,
    .fill_btn,
    .outline_btn,
    .wishlist_btn,
    .banner_btn,
    .btn.btn-danger,
    .btn.btn-success,
    .filter_btn_border,
    .btn.btn-outline-primary {
        padding: 10px 26px !important;
        font-size: 14px;
    }

    .btn.outline_btn span {
        font-size: 14px;
    }

}


section {
    position: relative;
}



.box-shadow-none {
    box-shadow: none !important;
}

.gray-bg {
    background: #f7f7f7;
    background-repeat: repeat;
    background-position: center;
}

.gray {
    background: #f4f5f7;
}

.gray-dark {
    background: #dce1e7;
}


.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-secondary {
    background-color: var(--bs-secondary) !important;
}


.border-primary {
    border-color: var(--bs-primary) !important;
}

.bg-1 {
    background: #f7d0cb;
}

.bg-2 {
    background: #dde9ed;
}

.tbl {
    display: table;
}

.list-style-none {
    list-style: none !important;
}






p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
    margin: 0 0 10px;
}


.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
    color: #978777;
}

.fw-700 {
    font-weight: 700;
    color: #978777;
}

.fw-800 {
    font-weight: 800;
}


.explore-content h1,

.shadow-0 {
    box-shadow: none !important;
}

.dn {
    display: none;
}

/*------------ GLobal Settings: Heading-------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #121212;
    font-weight: 500;
    margin-bottom: 0px;
}


.lead {
    font-size: 20px !important;
}



html body .dl {
    display: inline-block;
}

html body .db {
    display: block;
}

.no-wrap td,

.theme-cl {
    color: #5dbf13;
}




/* ==== text-size ==== */
.fs-7 {
    font-size: 15px !important;
}

.fs-8 {
    font-size: 14px !important;
}

.fs-9 {
    font-size: 13px !important;
}

.fs-10 {
    font-size: 12px !important;
}

.fs-11 {
    font-size: 10px !important;
}

/* ==== text-size end ==== */

p,
span {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

/*---------------- Global Element: data-overlay --------------*/
[data-overlay] {
    position: relative;
}

[data-overlay]:before {
    position: absolute;
    content: '';
    background: #052044;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}





.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,

.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,

.imagebg:not(.image--light) .bg--white p,


/*------------ Global Settings: Spinner ----------------*/
}




50% {
    opacity: 1;
}
}



/*-------------- Background Colors ----------------*/

.bg-transparent {
    background-color: transparent !important;
}

/*----------- GLobal Settings: Video ------------------*/



/*----------- GLobal Settings: Pagination ------------------*/
.pagination {
    display: block;
    padding-left: 0;

    margin: 20px auto 0 !important;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.pagination>li>a,
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 0;
    margin: 5px;
    color: #5a6f7c;
    text-decoration: none;
    background-color: #fff;
    ;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #eaeff5;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 2;
    color: #ffffff;
    cursor: pointer;
    background-color: #5dbf13;
    border-color: #5dbf13;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    background: var(--bs-secondary) !important;
    border: 1px solid var(--bs-secondary) !important;
    box-shadow: none !important;
    color: #fff
}

.pagination>li {
    display: inline;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #5dbf13;
    border-color: #5dbf13;
}

.pagination .page-item.left .page-link,
.pagination .page-item.right .page-link {
    width: auto;
    height: 42px;
    padding: 0 22px !important;
    display: flex;
    align-items: center;
}

.pagination>li {
    display: inline-block;
}

.pagination .page-item.left {
    float: left !important;
}

.pagination .page-item.right {
    float: right;
}

/*----------- Global Settings: Custom Checkbox & Radio Button ----------------*/
.checkbox-custom,

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,

.checkbox-custom-label,

.checkbox-custom+.checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    ;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}


.checkbox-custom:checked+.checkbox-custom-label:before {

    box-shadow: inset 0px 0px 0px 4px #fff;
}



.checkbox-custom:focus+.checkbox-custom-label,



/*--------------- GLobal Settings: On off switch ---------------*/




.onoffswitch-inner:before,






/*----------- GLobal Settings: Custom Radio Button ------------*/
.checkbox-custom,

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,

.checkbox-custom-label,

.checkbox-custom+.checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    ;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}


.checkbox-custom:checked+.checkbox-custom-label:before {
    background: #252c41;

    box-shadow: inset 0px 0px 0px 4px #fff;
}



.checkbox-custom:focus+.checkbox-custom-label,



/*------------- GLobal Settings: Bootstrap 4 hack --------------*/


.invisible {
    visibility: hidden !important;
}


@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}


/*---------- GLobal Settings: Section Heading Style ---------*/
.sec-heading {
    margin-bottom: 2rem;
}

.sec-heading.lg {
    margin-bottom: 30px;
}

.sec-heading.center {
    text-align: center;
}

.sec-heading h2,
.sec-heading p {
    margin-bottom: 5px;
}

.sec-heading.light h2,
.sec-heading.light p {
    color: #ffffff;
}


.sec-heading p {
    margin-bottom: 0;
    line-height: 1.2;
}

.sec-heading-flex {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}

.main-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;

}


.f_2 {
    font-family: 'Montserrat', sans-serif;
}


.property-slide,





/*------------ GLobal Settings: All Forms Style ---------------*/

label {
    font-size: 14px;
    font-weight: 500;
}

input,
textarea {
    box-shadow: none !important;
}

.btn_danger {
    background-color: #dc3545 !important;
}

.form-control,
.form-control:focus {

    font-size: 14px;
    box-shadow: none;
    padding: 0.5rem 0.75rem;
    border: 1px solid #e6eaf3;
    background-clip: initial;
}

.input-h {
    padding: 13px 18px !important;
    font-weight: 500 !important;
    font-size: 14px;
}

.form-control {

    font-size: 14px;
    box-shadow: none;
    padding: .5rem .75rem;
    border: 1px solid #e6eaf3;
    background-clip: initial;
}

.submit-form .form-control,
.submit-page .form-control,

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}


.form-control.simple {
    background: #f2f3f5;
    border-color: #f2f3f5;

}

.select2-container {
    width: 100% !important;
    z-index: 55;
}

span.select2-selection.select2-selection--single {
    padding-left: 15px;

    border: 1px solid #e6eaf3;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;

    border: none;
    height: 54px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #16447d;
    font-weight: 500;
    line-height: 54px;
    text-align: left;
    padding: 0 15px 0 0;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}



.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #647b9c transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #647b9c;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 14px;
    top: 1px;
}

.image-bg .form-control,

select.form-control:not([size]):not([multiple]) {
    height: 56px;
}

select.form-control.fc-lg:not([size]):not([multiple]) {
    height: 62px;
}

.form-control.fc-lg {
    height: 62px;
}

textarea.form-control {
    height: 100px;
}

textarea.form-control.big {
    height: 180px;
}

.form-control::-webkit-input-placeholder {
    color: #647b9c;
    font-weight: 500;
}

.form-control:-ms-input-placeholder {
    color: #647b9c;
    font-weight: 500;
}

.form-control::placeholder {
    color: #647b9c;
    font-weight: 500;
}

/*------------- Form --------------*/





/**************************************
  Header Navigation Styles
***************************************/
/*--------- General Features: Topbar -----------*/











ul.tp-nav li:hover,



/*----------- Navigation -------------*/
#countryList {
    left: 20px;
}

@media (min-width: 280px) and (max-width: 576px) {
    #countryList {
        left: 10px;
    }
}

#countryList.rtl {
    right: 20px;
    left: unset;
}

#countryList .list-group {
    z-index: 999 !important;
    width: auto;
    max-height: 396px !important;
    height: auto !important;
}

.header a {
    font-size: 16px;
    color: #978777;
}

.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu>li>a {
    color: #ffffff;
}

.menu__list,
.nav-dropdown,
.nav-menu,

.menu__link,
.navigation,

.navigation,
.navigation * {
    box-sizing: border-box
}

.navigation {
    width: 100%;
    display: table;
    position: relative;
    font-size: 14px;
}

/* .nav-toggle, */


.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0
}




.nav-brand {
    font-size: 24px;
    padding-left: 0;
    text-decoration: none !important
}

.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown>li>a,
.nav-menu>li>a,




.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,








.nav-menu {
    margin: 0;
    padding: 0;
    line-height: normal
}



.nav-menu>li {
    text-align: left
}



.nav-menu+.nav-menu>li:first-child {
    border-top: none
}


.nav-menu>li>a,
.nav-menu>li>div>a {
    font-size: 16px;
    font-weight: 500;
}


.nav-menu>li>a>[class*=ion-],
.nav-menu>li>a>i {
    width: 18px;
    height: 16px;
    line-height: 16px;
    top: 1px;
    position: relative;
}

.nav-menu>li>a>[class*=ion-] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8)
}



.nav-menu+.nav-menu>li:first-child {
    position: relative;
}




.nav-menu.nav-menu-social>li>a>.fa,








.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,









.nav-search-icon:after,







.nav-search-inner input[type=search],

.navigation-portrait .nav-search-inner input[type=search],


.nav-button,



.nav-button:focus,













.nav-dropdown>li>a:hover,

.social-icon a i,

.nav-dropdown>.focus>a,










.menu__list,
.navbar,




.nav-dropdown>.focus>a .submenu-indicator-chevron,



nav a {
    display: inline-block
}





.deatils ul li i,






.logo h1 a {
    color: #fff;
    font-size: 1.3em
}

.logo span {
    display: block;
    font-size: .32em;
    letter-spacing: 4px
}


.navbar-nav {
    margin: 0
}



.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,






.menu--francisco .menu__link:focus,



.menu--francisco .menu__item--current .menu__link::before,


.menu--francisco .menu__item--current .menu__helper,

@-webkit-keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}


.search_blocks .form-control {
    border: none;
}


.blocks.search_blocks {
    max-width: 80%;
}

.single_shop_cart {
    display: flex;
    float: left;
    margin-right: 1.5rem;
    align-items: center;
}

.single_shop_cart:last-child {
    margin-right: 0rem;
}

.ss_cart_content {
    flex: 1;
}

.ss_cart_left {
    margin-right: 7px;
}


span.qut_counter {
    position: absolute;
    width: 18px;
    height: 18px;
    display: flex;
    background: #FFC107;

    align-items: center;
    justify-content: center;
    font-size: 12px;
    top: -6px;
    right: -6px;
    color: #ffffff;
}

.ss_cart_content strong {
    display: block;
    color: #FFC107;
}

.ss_cart_content span {
    color: #ffffff;
}

a.shop_category {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #ffffff !important;
}


div#mySearch {
    z-index: 9;
    position: absolute;
    bottom: -55px;
    padding: 0 10px;
    width: 100%;
}

#mySearch .blocks.search_blocks {
    width: 100%;
    max-width: 100%;
}

/*--------- Dashboard Dropdown ----------*/




/*--------------- cart Menu --------------*/







.general_header .nav-menu>.active>a,
.general_header .nav-menu>.focus>a,

.general_header .nav-menu>.active>a .submenu-indicator-chevron,
.general_header .nav-menu>.focus>a .submenu-indicator-chevron,

.general_header .nav-dropdown>.focus>a,

/*----------- Top bar --------------*/








/*--------- Category Menu -------------*/
div#myCategories {
    position: absolute;
    z-index: 2;
    left: 15vw;
    top: 15vh;
}

#cats_menu {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1;
}

#cats_menu ul,
#cats_menu ul li,
#cats_menu ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#cats_menu ul {
    position: relative;
    z-index: 700;
    float: left;
}

#cats_menu ul li {
    float: left;
    min-height: 1px;
    line-height: 1em;
    vertical-align: middle;
    position: relative;
}

#cats_menu ul li.hover,
#cats_menu ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

#cats_menu ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 598;
    width: 100%;
}

#cats_menu ul ul li {
    float: none;
}

#cats_menu ul ul ul {
    top: -2px;
    right: 0;
}

#cats_menu ul li:hover>ul {
    visibility: visible;
}

#cats_menu ul ul {
    top: 1px;
    left: 99%;
}

/* ===== rtl class ===== */
#cats_menu.rtl,
#cats_menu.rtl ul ul {
    top: 1px;
    left: unset;
    right: 99%;
    text-align: end;
}


#cats_menu ul li {
    float: none;
}

#cats_menu ul ul {
    margin-top: 1px;
}

#cats_menu ul ul li {
    font-weight: normal;
}

/* Custom CSS Styles */
#cats_menu {
    width: 250px;
    background: #ffffff;
    box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
    -webkit-box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
}

#cats_menu:before {
    content: '';
    display: block;
}

#cats_menu:after {
    content: '';
    display: table;
    clear: both;
}

#cats_menu a {
    display: block;
    padding: 17px 20px;
    text-decoration: none;
    border-bottom: 1px dashed #e5e8ef;
}

#cats_menu ul li:last-child a,
#cats_menu ul ul>li:last-child a {
    border-bottom: none;
}

#cats_menu ul ul ul>li a {
    border-bottom: 1px dashed #e5e8ef !important;
}

#cats_menu ul ul ul>li:last-child a {
    border-bottom: 0px !important;
}


#cats_menu>ul {
    width: 100%;
}

#cats_menu ul ul {
    width: 200px;
    z-index: 700;
}

#cats_menu li {
    position: relative;
}

#cats_menu ul li.has-sub>a:after {
    content: '\f105';
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: 50%;
    right: 19px;
    margin-top: -9px;
}

/* rtl class for cats_menu arrow */
#cats_menu.rtl ul li.has-sub>a:after {
    content: '\f104';
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: 50%;
    right: unset !important;
    left: 19px;
    margin-top: -9px;
}

.has-sub:hover,
.has-sub li:hover {
    background-color: var(--bs-primary-light);
    /*transition: .2s ease-in;*/
}


#cats_menu ul ul {
    background: #ffffff;
    box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
    -webkit-box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
}

#cats_menu ul ul a {
    font-size: 14px;
}







/*----------------------------------------------------
  Banner & Slider Style
----------------------------------------------------*/
.banner {
    display: flex;
    align-items: center;
    min-height: 580px;
    padding: 50px 0;
    position: relative;
}






.banner_caption.light h4,



.theme-cl {
    color: #5dbf13;
}





.carousel-control-next,
.carousel-control-prev {
    width: 50px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: rgba(2, 2, 2, 0.2);
    width: 35px;
    height: 35px;
    background-size: 40% 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*---------------- Full Banner Style ---------------*/










/*------------- Short Grocery Style ---------------*/
.grocery_light {
    background: #eff8e7;
}

.sec-heading h2 {
    font-weight: 600;
}


.grocery_light .owl-carousel .owl-nav button.owl-next,
.grocery_light .owl-carousel .owl-nav button.owl-prev,
.grocery_light .owl-carousel button.owl-dot {
    background: #cee8b7;
    border: 1px solid #b8da99;
}










.multi-tab ul li a.active,
.multi-tab ul li a:hover,

/*------------- Electrinic Home ----------------*/






/*----------------------------------------------
  All Types Product Element
---------------------------------------------------*/


/*------------- Deals of The Month ---------------*/
.owl-carousel.deals {
    width: 100%;
    display: block;
    position: relative;
    background: transparent;
    border: 1px solid #eaeef1;

}








/*------------- Verticle products ---------------*/






/*----------- Style 1 --------------*/
.woo_product_grid a {
    display: block;
}

.woo_product_grid {
    position: relative;
    width: 100%;
    display: block;
    background: #ffffff;
    transition: all ease 0.4s;
    height: 100%;
}

.woo_product_grid:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;

    z-index: 1;
    transition: all ease 0.4s;
    opacity: 0;
}

.woo_product_grid.no-hover:before {
    display: none;
}

.woo_product_thumb.small img {
    max-width: 100%;
    height: auto;
    max-width: 200px;
    display: table;
    margin: 1rem auto 0;
}


.woo_product_caption {
    width: 100%;
}





.woo_price {
    width: 100%;
    display: flex;
    align-items: center;
}












.woo_product_grid:hover:before,
.woo_product_grid:focus:before {
    opacity: 0.8;
}

.woo_product_grid.style_2:hover:before,

.woo_product_grid.style_2:hover,

.woo_product_grid:hover .woo_product_cart.hover,





.woo_product_caption.center {
    text-align: center;
    width: 100%;
}

/*------------- Style 3 --------------------*/





/*---------- Fashion Product -------------*/
.woo_product_grid.large .woo_product_thumb {

    overflow: hidden;
    position: relative;
}


.woo_product_grid.large .woo_product_thumb img {
    margin: 0;
}



/*------------------ List Layout Products -----------------*/


.woo_product_thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex: 1; */
}



.woo_cart_btn .btn {
    padding: 10px 20px;
}



/*---------- Design for Digital Products ------------------*/




.woo_product_grid.digital_products_box :hover:before,





/*---------- Custom Column Grid --------------*/





/*------------ Category Box ---------------*/

.banner-slider-2 img,
.banner-slider-3 img {
    height: 400px;
    object-fit: cover;
}











/* image */



.woo_category_box.border_style:hover,

/*------------ category Style 2 -----------------*/



/*---------------- Offer Banner -box Design ----------------*/



.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}






.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: #ffffff;
    color: inherit;
    border: 1px solid #fff;
    padding: 0 !important;
    font-size: 12px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    outline: none;
    font-size: 18px;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 15px;
    top: 45%;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 15px;
    top: 45%;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel button.owl-dot:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel button.owl-dot:focus {
    background: #fff;
    color: #000;
}

.owl-carousel .item .woo_product_grid {
    margin: 0;
}

.owl-carousel .item .row .woo_product_grid {
    margin-bottom: 0px;
    border: none;
}



.rounded-lg img {

    object-fit: cover;
}




/*---------------- Modal View Product ----------------*/
#viewproduct-over .modal-dialog.modal-dialog-centered {
    max-width: 1000px;
}

#viewproduct-over span.mod-close {
    right: -5px;
    top: -5px;
}

/*-------------------- Facts Design -------------------*/






/*------------------- card Cat Box -------------------*/


.bg-cover {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}




.btn.btn-link {
    color: #ffffff;
    font-size: 14px;
    background: #2b3144;
}

/*-------------- Side Collapse Sidebar ------------------*/



















/*------------ For Side Navigation --------------*/

@keyframes animateleft {
    from {
        left: -280px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}



.d-navigation ul {
    padding: 0;
    margin: 0;
}

.d-navigation ul li {
    display: block;
    width: 100%;
    width: 100%;
}

.d-navigation ul li a {
    padding: 12px 15px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #dee1ea;
}

.d-navigation ul li.dropdown a span {
    float: right;
    position: relative;
    top: 4px;
}

.d-navigation ul li.dropdown.active a span.ti-angle-left:before {
    content: "\e64b";
}

/*----------- Price range Slider -------------*/
.irs--flat .irs-line {
    top: 25px;
    height: 3px;
    background-color: #d9dfe8;

}

.irs--flat .irs-min,
.irs--flat .irs-max {
    display: none;
}

.irs--flat .irs-bar {
    top: 25px;
    height: 4px;
    background-color: #F5A11C;
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: -1px;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -3px;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #F5A11C;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background-color: #F5A11C;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: #F5A11C;
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
    background-color: #F5A11C;
}

/*----------- Search Page Sidebar ----------*/



























/*--------------- breadcrumbs -----------------*/




.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    margin: 0 auto;
}


/*-------- Dark Style -------------*/



.breadcrumbs_wrap.dark li.breadcrumb-item a,







.toolbar-sorter.sorter {
    float: right;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* rtl class */
.toolbar-sorter.sorter.rtl {
    float: left !important;
}

.toolbar-sorter.sorter label {
    margin: 0;
}

/* toolbar-sorter rtl */
.toolbar-sorter.rtl.sorter label {
    margin: 0;
    margin-left: 10px;
    margin-right: 0px !important;
}

.modes {
    float: right;
    margin-left: 20px;
    margin-top: 6px;
    margin-right: 6px;
}


.modes a {
    margin-left: 10px;
    font-size: 17px;
}


.control {
    display: inline-block;
}



.toolbar select {
    border: 1px solid #ebedf1;
    background: #ffffff;
    height: 38px;
    color: #647b9c;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0 10px;
    padding-right: 30px;
    line-height: 31px;

}

.toolbar .toolbar-sorter.rtl select {
    padding-left: 30px;
    padding-right: 10px !important;

}

/*----------------------- Product Detail ------------------*/
.woo_cats_wrps {
    position: relative;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.woo_cats_wrps .woo_pr_cats a {
    color: var(--bs-secondary-color) !important;
}

.woo_cats_wrps .woo_pr_cats {
    font-size: 14px;
    font-weight: 600;
    flex: 1;
}


.woo_pr_title {
    font-weight: 500;
    margin-bottom: 0;
}






.woo_pr_price {
    display: flex;
    width: 100%;
    align-items: center;
}

.woo_pr_offer_price {
    display: flex;
    width: 100%;
    align-items: end;
}

.woo_pr_offer_price h3 sup {
    font-size: 20px;
    color: #afb8d0;
}













.custom-size .custom-control-label:before,
.custom-size .custom-control-label:after,
.custom-color .custom-control-label:before,





/*-------- Color varient -------------*/












.woo_btn_action .btn:hover,


.woo_btn_action .btn.btn-gray:focus,




.cart_sku_preflix {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.sku_preflix_first {
    font-size: calc(12px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #777;
    font-weight: 600;
}

.sku_preflix_last {
    text-align: left;
    font-size: 14px;
    margin: 0 5px;
    color: #222;
    font-weight: 500;
}


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

.sku_preflix_last ul li {
    display: inline-block;
    padding-right: 15px;
}

.sku_preflix_last ul li a {
    font-size: 13px;
}






/*------------------ Shopping cart Elements ----------------*/
.tbl_cart_product {
    display: flex;
    align-items: center;
    width: 100%;
}


.tbl_cart_product_caption {
    position: relative;
    display: inline-block;
}

.tbl_cart_product_caption .tbl_pr_title a {
    margin-bottom: 2px;
    font-size: 17px;
    font-weight: 600;
    color: #121212 !important;
}

.tbl_cart_product_caption .tbl_pr_quality {
    font-size: 14px;
    color: #747474 !important;
    font-weight: 600;
}

.tbl_org_price {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}


.tbl_pr_action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.tbl_pr_action .tbl_remove {
    width: 35px;
    height: 35px;
    font-size: 10px;
    background-color: #DC3545;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}






/* ======= table responsive ======= */

@media (min-width: 425px) and (max-width: 768px) {
    .tbl_cart_product_caption .tbl_pr_title a {
        font-size: 16px;
    }
}



.list-group-item {
    border: 1px solid #e0e4ec;
}

.list-group-sm .list-group-item {
    padding: 1.25rem 1.25rem;
}

.list-group-flush-x .list-group-item {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
    background: transparent;
}

.list-group-flush-y .list-group-item:first-child {
    padding-top: 0;
    border-top: none;
}

.list-group-flush-y .list-group-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}



.customs-control,







.collapse:not(.show) {
    display: none;
}

/*----------- Product Detail Reviews, Decription and Info -------------*/





.custom-tab .nav-tabs .nav-item.show .nav-link,

.custom-tab .nav-tabs .nav-item.show .nav-link,

















.jr-nomal,

.jr-rating:after,

.jr-nomal:after,



.jr-nomal,



/*--------------- Order Tracking ------------------*/






.trach_icon_list {

    border: 1px solid #e2e6ef;
    position: relative;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 55px;
    height: 55px;
}










/*------------ Product Thumb Zoom ------------------*/
.sp-loading {
    text-align: center;
    max-width: 270px;
    padding: 15px;
    border: 5px solid #eee;
    font-size: 12px;
    color: #888;
}

/* Element wrapper */
.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    position: relative;
    width: 100%;
}

/* Thumbnails */
.sp-thumbs {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.sp-thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
    width: 90px;
    height: 90px;
    overflow: hidden;
    opacity: .3;
    display: inline-flex;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border: 1px solid #eceef5;
    margin: 2px;

}

.sp-thumbs a:hover {
    opacity: 1;
}

/* Styles for the currently selected thumbnail */
.sp-thumbs a:active,
.sp-current {
    opacity: 1 !important;
    position: relative;
}

.sp-current {
    border: 2px solid var(--bs-secondary) !important;
}

/* Image currently being viewed */
.sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
}

.sp-large a img {
    width: 100%;
    height: 600px;
    overflow: hidden;
    object-fit: cover;

}

.sp-large a {
    display: block;
}

/* Panning Zoomed Image */
.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
}

/* Lightbox */
.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .9);
    z-index: 500;
    display: none;
    cursor: pointer;
}

.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff;
}

#sp-prev,
#sp-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .2s;
}

#sp-prev {
    left: 10px;
}

#sp-prev:before {
    content: '';
    border: 7px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    top: 16px;
    left: 7px;
}

#sp-next {
    right: 10px;
}

#sp-next:before {
    content: '';
    border: 7px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    top: 16px;
    left: 18px;
}

#sp-prev:hover,
#sp-next:hover {
    background: #444;
}

/* Tweak styles for small viewports */
@media screen and (max-width: 400px) {
    .sp-wrap {
        margin: 0 0 15px 0;
    }

    #sp-prev,
    #sp-next {
        top: auto;
        margin-top: 0;
        bottom: 25px;
    }
}


@media (min-width: 280px) and (max-width: 576px) {
    .vendor_profl_caption h4 {
        font-size: 24px;
    }
}


.faq .accordion-button.collapsed {
    background-color: #fff !important;
    color: #000 !important;
    transition: .3s;
}

.faq .accordion-button {
    background-color: var(--bs-primary-rgb) !important;
    border: 1px solid var(--bs-primary) !important;
    color: #000 !important;
    transition: .3s;
}

.faq .accordion-collapse {
    border: 1px solid var(--bs-primary) !important;
}


.verticle_tab.nav-pills .nav-link.active,


/*==========================================
 Blog & Articles
=============================================*/








/*------------- Blog Detail ----------------*/




blockquote {
    font-size: 1.78571429em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    border-left: 0;
    font-style: italic;
    font-weight: 300;
    padding: 1rem;
    background: #ffffff;
    border-left: 2px solid #F5A11C;
    position: relative;
    padding-top: 2rem;
    margin-top: 15px;
}

blockquote:before {
    content: "\e67f";
    position: absolute;
    left: 10px;
    top: 3px;
    font-size: 40px;
    color: #e5e7ea;
    opacity: 1;
}

blockquote:not(:last-child) {
    margin-bottom: 1.04em;
}

blockquote p {
    line-height: 1.7;
    font-size: 20px;
}






ul.social li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(71, 119, 244, 0.2);
    box-shadow: 0 0 12px 0 rgba(71, 119, 244, 0.2);
    line-height: 40px;
    text-align: center;
}

/*===================================================
  Dashboard My Account
====================================================*/

ul.item-groups {
    padding: 0;
    margin: 0;
    width: 100%;
}

ul.item-groups li {
    display: block;
    list-style: none;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e6e8ec;
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
}

ul.item-groups li:last-child {
    border-bottom: none;
    padding: 0;
}




/*----------- Add Payment Methode -----------------*/




.add-payment-card label,






.modal-body {
    padding: 2em 2em;
}


span.mod-close {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #e6eaef;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #1a1e2b !important;
    cursor: pointer;
    z-index: 1;
}

/*-------------- Dashboard Navigatio --------------*/
nav.dashboard-nav {
    background: #ffffff;

}

.dashboard-nav .list-group-item {
    border-top: none;
    padding: 13px;
    position: relative;
    border-color: #ebeef3;
}

.dashboard-nav .list-group-item.active {
    border-color: #ebeef3;
    color: #F5A11C;
    font-weight: 600;
}

/*-------------------------------------------------
  Footer Start
--------------------------------------------------*/
/*---------- Call To Action -------------------*/






.fw {
    margin-bottom: 18px;
    display: inline-block;
    position: relative;
    padding-left: 28px;
    width: 100%;
}

.fw:last-child {
    margin: 0;
}

.fw:before {
    vertical-align: initial;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.fw.fw-location:before {
    content: "\e693";
}

.fw.fw-mail:before {
    content: "\e75a";
}

.fw.fw-call:before {
    content: "\e621";
}

.fw.fw-skype:before {
    content: "\e72d";
}

.fw.fw-web:before {
    content: "\e665";
}












.skin-dark-footer .form-control::-webkit-input-placeholder {
    color: #9ea6ba;
}

.skin-dark-footer .form-control:-ms-input-placeholder {
    color: #9ea6ba;
}

.skin-dark-footer .form-control::placeholder {
    color: #9ea6ba;
}




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

.address_infos ul li {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.7;
}

.address_infos ul li i {
    font-size: 17px;
    position: absolute;
    top: 2px;
    left: 0;
}

.newsletter_box .form-control {
    height: 46px;
    border: none;

}


.fashion-theme2 .woo_category_box.border_style:hover,

.fashion-theme2 .verticle_tab.nav-pills .nav-link.active,



.fashion-theme2 .page-item.active .page-link {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.fashion-theme2 .pagination>.active>a,
.fashion-theme2 .pagination>.active>a:focus,
.fashion-theme2 .pagination>.active>a:hover,
.fashion-theme2 .pagination>.active>span,
.fashion-theme2 .pagination>.active>span:focus,
.fashion-theme2 .pagination>.active>span:hover,
.fashion-theme2 .pagination>li>a:focus,
.fashion-theme2 .pagination>li>a:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}


.fashion-theme2 .dashboard-nav .list-group-item.active {
    background-color: #B89E8D !important;
    color: #fff;
    font-weight: bold;
}

.fashion-theme2 .dashboard-nav .list-group-item:hover {
    background-color: #B89E8D !important;
    color: #fff;
    font-weight: bold;
    transition: .3s;
}

.user_image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    ;
}

.fashion-theme2 .custom-tab .nav-tabs .nav-item.show .nav-link,



/*------------- Navigation -----------------*/



.fashion-theme2 .ss_cart_content strong {
    color: #FFC107;
}

.fashion-theme2 .nav-menu>.active>a .submenu-indicator-chevron,
.fashion-theme2 .nav-menu>.focus>a .submenu-indicator-chevron,

.fashion-theme2 .nav-dropdown>li>a:hover,

.fashion-theme2 .nav-dropdown>.focus>a,


.fashion-theme2 span.qut_counter {
    background: #B89E8D;
    color: #FFF;
}


.fashion-theme2 .theme-cl {
    color: #121212;
}


.fashion-theme2.light .ss_cart_content span {
    color: #5872ab;
}

.fashion-theme2.light .ss_cart_content strong {
    display: block;
    color: #29344c;
}

.fashion-theme2.light span.qut_counter {
    background: #2291FF;
    color: #ffffff;
}

.main_header.header-fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    background-color: rgb(184, 158, 141);
    padding-top: 0.5rem;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .nav-menu.nav-menu-social>li.login_click.bg-white {
        background: #ffffff !important;
    }

    .header.header-dark {
        background-color: #1f263e;
    }

    .header.header-dark .nav-brand,
    .header.header-dark .nav-brand:focus,
    .header.header-dark .nav-brand:hover,
    .header.header-dark .nav-menu>li>a {
        color: #ffffff;
    }



}

/*=========================================
  Responsiveness Designs
=========================================*/
@media (min-width: 576px) {
    .product.grid-5>li {
        width: 50%;
        flex: 0 0 50%;
    }
}

@media (min-width: 768px) {
    .tp-side-menu {
        display: none;
    }

}

@media (min-width: 992px) {

    .banner_caption_form .blocks.search_blocks {
        max-width: 65%;
    }










}

@media (min-width: 1024px) {
    .hide-24 {
        display: none;
    }









    .woo_pr_title {
        font-size: 24px;
        line-height: 1.2;
        font-weight: 600;
    }

    #viewproduct-over .woo_pr_title {
        font-size: 30px;
        line-height: 1.2;
    }
}

@media (min-width: 1200px) {
    .tags_explore h2 {
        font-weight: 800;
        font-size: 50px;
    }



    #viewproduct-over .modal-dialog.modal-dialog-centered {
        max-width: 1000px;
    }

}

@media (max-width: 1199px) {}

@media (max-width: 1023px) {
    .show-23 {
        display: block;
    }

}

@media (max-width: 992px) {
    .nav-dropdown>li>a {
        border-bottom: 1px solid #252731;
        color: #8e909e;
    }
















}

@media (max-width: 991px) {
    .hide-91 {
        display: none;
    }



    .m-full {
        padding: 10px 26px;
    }

    .m-full .btn {
        width: 100%;
    }

    .show-91 {
        display: block;
    }











}

@media (max-width: 767px) {
    .tp-side-menu {
        display: block;
    }






    .banner {
        display: flex;
        align-items: center;
        min-height: 280px;
        padding: 50px 0;
        position: relative;
    }

    .toolbar-sorter.sorter {
        float: none;
        display: block;
        align-items: center;
    }

    .modes {
        float: left;
        margin-left: 0;
        margin-top: 6px;
        margin-right: 6px;
    }





    .pad-bt,



}

@media (max-width: 575.98px) {
    .topbar_menu ul li {
        font-size: 11px;
        margin-left: 7px;
    }








    .newsletter_box .form-control {
        height: 46px;
        border: none;

    }

    .newsletter_box {
        margin-top: 1rem;
    }




}

@media (max-width: 414px) {

    .pagination .page-item.left .page-link,
    .pagination .page-item.right .page-link {
        height: 45px;
        width: 45px;
        padding: 0px !important;
    }

    .single_shop_cart {
        margin-right: 1rem;
    }

    .pagination .page-item.left .page-link span,
    .pagination .page-item.right .page-link span {
        line-height: 0;
        text-align: center;
        width: auto;
        height: auto;
        float: none;
        margin: 0 auto;
    }

    .pagination .page-item.left .page-link,
    .pagination .page-item.right .page-link {
        font-size: 0;
    }

    .pagination .page-item.left .page-link i,
    .pagination .page-item.right .page-link i {
        font-size: 15px;
    }


    .woo_pr_detail .tbl_cart_product_caption {
        display: block;
    }

    .tbl_cart_product_caption .tbl_pr_title {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 15px;
    }
}

/*Extra*/
.iti--allow-dropdown {
    width: 100%;
}

/*Extra*/





.rating>input {
    display: none
}

.rating {
    direction: rtl;
    display: inline-block;
    cursor: default;
}

.rating>label {
    position: relative;
    width: 25px;
    font-size: 30px;
    color: #ffc107;
    cursor: pointer;
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}


@media (min-width: 1400px) {
    .col-2xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

/*
 * demo
 */
.curtain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: calc(100%/3);
    overflow: hidden;
    z-index: 20;
}

.image-container,

.shine {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: linear-gradient(-90deg, #efefef 0%, #fcfcfc 50%, #efefef 100%);
    background-size: 400% 400%;
    -webkit-animation: shine 1.3s infinite;
    animation: shine 1.3s infinite;
    opacity: 0.8;
}

@-webkit-keyframes shine {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: -135% 0%;
    }
}

@keyframes shine {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: -135% 0%;
    }
}

.item-list {
    position: absolute;
    top: 100%;
    width: 94%;
}

.coupon {

    box-shadow: 5px 8px 10px #d6d5d533
}

.code:hover {
    background: green;
    color: #fff;
    cursor: pointer
}

.js-cookie-consent {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 9999;
    background-color: #465045;
    color: #ffffff;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 576px) {
    .cookie-consent__message {
        font-family: 'bochan';
        font-size: 1.1rem;
        line-height: 1.2rem;
        margin-bottom: 1rem;
    }

    .cookie-consent__message a {
        font-family: 'bochan';
        font-size: 1.1rem;
        color: #fff;
        text-decoration: underline;
    }
}

@media (min-width: 576px) {
    .cookie-consent__message {
        font-family: 'bochan';
        font-size: 0.9rem
    }

    .cookie-consent__message a {
        font-family: 'bochan';
        font-size: 0.9rem;
        color: #fff;
        text-decoration: underline;
    }
}

.js-cookie-consent-agree {
    font-family: 'bochan';
    color: #fff;
    border: 1px solid #ffffff;
    font-size: 0.9rem;
    padding: 10px 25px;
}

.js-cookie-consent-agree:hover {
    color: #465045;
    background-color: #ffffff;
    font-weight: bold;
}



/*-------------- extra -------------*/





/* =============================== jenish 05-01-24 =============================== */


/* ============== tool tip start =========== */

[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
    position: absolute;
    visibility: hidden;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
    visibility: visible;
    opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
    background-color: #b89e8d;
    content: attr(data-tooltip);
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 10px !important;

    color: #fff;
    z-index: 1000;
    font-size: 12px;
}


/* right */
.tooltip-right:before,


.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,

/* Left */
.tooltip-left:before,
.tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
    transform: translateX(-12px);
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: -4px;
    border-top-color: transparent;
    border-left-color: #b89e8d;
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
    transform: translateX(-12px);
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,


/* START TOOLTIP TOP CSS */
[tooltip] {
    position: relative;
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-weight: 200;
    font-size: 12px;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
}

[tooltip]::after {
    content: attr(tooltip);
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;

    background: #000;
    color: #fff;
    z-index: 1000;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #000;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

/* ============== tooltip end ============== */


.sec-title {
    font-size: 34px;
    font-weight: 700;
}

@media (min-width: 200px) and (max-width: 576px) {
    .sec-title {
        font-size: 28px !important;
    }
}

.pages_subtitle {
    color: lightslategrey;
    font-weight: 500;
}

/* blog subtitle */

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

/* ===== line limit ===== */

.line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fill_btn,
.fill_btn:hover,
.fill_btn:active {
    background-color: var(--bs-secondary) !important;
    color: #fff !important;
    padding: 14px 36px;

    border: 0px !important;
}

.outline_btn:hover,
.outline_btn {
    border: 1px solid var(--bs-secondary) !important;
    color: #000 !important;
    padding: 13px 20px;

}

.wishlist_btn:hover,
.wishlist_btn {
    border: 1px solid var(--bs-secondary) !important;
    background-color: var(--bs-primary-rgb) !important;
    color: #000 !important;
    padding: 13px 20px;

}

/* ===== top bar ===== */


.header i {
    font-size: 24px;
}


.head-user-img {
    height: 25px;
    width: 25px;
    object-fit: cover;
    ;
}

.w-40px {
    width: 35px;
}

/* ======= language ======= */

.dropdown-menu.search.show {
    top: 7px !important;
}

.dropdown-item:active {
    background-color: #fff;
    color: #000;
}

/* ====== search input ====== */
.input-group-append {
    display: flex;
    justify-content: center;
    padding: 0px 0px 0 2px;
    align-items: center;
}


.search_bar_icon {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #fff !important;
}


.search-bg {}

/* === icon ===  */


.shop_category span {
    font-size: 16px;
    font-weight: 500;
}

nav .nav-menu ul li a {
    padding: 13px 13px 13px 20px;
    font-size: 17px;
    font-weight: 500;
}




/* ===== schrtoll bar ===== */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
}


/* ============= main-slider start ============= */


.home_banner img {
    width: 100%;
    /* height: 560px; */

    object-fit: cover;
}

.home_banner .owl-nav {
    margin: 0;
}


.banner_btn:active,
.banner_btn {
    background-color: var(--bs-secondary) !important;
    color: #fff;
    padding: 14px 30px;
    border: 1px solid var(--bs-secondary) !important;

}

.filter_btn_border:active,

.layer {
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .5;
    display: flex;
    position: absolute;
    top: 0;
}

@media (min-width: 768px) and (max-width: 2560px) {

    .banner_title {
        font-size: 65px;
        line-height: 70px;
        font-weight: 500;
        color: #fff;
    }
}

@media (min-width: 768px) and (max-width: 768px) {

    .banner_title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    .banner_title {
        font-size: 32px;
        line-height: inherit;
        color: #fff;
    }

    .banner_text {
        padding: 0rem 1rem;
    }
}

/* ======== service start ======== */
.service_card i {
    font-size: 25px;
}

.service_card h5 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 4px;
}

.service_card p {
    font-size: 14px;
    font-weight: 400;
    color: lightslategray;
}

.title_more_btn,
.title_more_btn:hover,
.title_more_btn_white,




.title_more_btn:hover:before,


/* ========= offer slider ========= */





100% {
    transform: translateX(0%);
}
}


0% {
    transform: translateX(0%);
}
}


/* ======= products start ======= */


@media (min-width: 280px) and (max-width: 576px) {
    .top_deals_main {
        padding: 60px 0px;
    }
}

/* ======= review start ======= */



/* ======= blog start ======= */

.blogs_images {
    height: 250px;
    object-fit: cover;
}


.blog_title {
    font-weight: 700;
    font-size: 24px;
    color: #000;
}

.blogs_title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

@media (min-width: 200px) and (max-width: 768px) {
    .blogs_title {
        font-size: 16px;
    }
}

/* ======= products start ======= */

.product-img {
    height: 400px;
    width: 100%;
    object-fit: cover;

}

@media (min-width: 200px) and (max-width: 1024px) {
    .product-img {
        height: 280px;
    }
}

.woo_product_caption h5 {
    font-size: 15px;
    color: #262834;
    max-width: max-content;
    text-overflow: ellipsis;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.woo_product_caption p {
    font-size: 12px;
    font-weight: 500;
    color: #767676;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
}

.arrow-label-wrap {
    position: absolute;
    left: calc(6px + (20 - 6) * ((100vw - 320px) / (1920 - 320)));
    top: calc(6px + (20 - 6) * ((100vw - 320px) / (1920 - 320)));
    z-index: 1;
}

.arrow-label-wrap.rtl {
    left: unset;
    right: calc(6px + (20 - 6) * ((100vw - 320px) / (1920 - 320)));
}

.arrow-label-wrap .arrow-label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: calc(9px + (12 - 10) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
    padding: 10px;

    color: #fff;
    position: relative;
    display: inline-block;
}

.arrow-label .arrow-label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: calc(9px + (12 - 10) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
    padding: 10px;

    color: #fff;
    position: relative;
    display: inline-block;
}

/* ==== rtl class ==== */








/* thembnail images */
.option {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -61px !important;
    transition: 0.2s ease-in;
}

#thumbs {
    display: flex;
    align-items: center;
    padding: 10px 17px;
    background-color: #fff;
    transition: .5s ease;
    border-bottom: 1px solid lightgray;
    gap: 20px;
}

@media (min-width: 200px) and (max-width: 768px) {
    #thumbs {
        gap: 10px;
    }
}

#thumbs img {
    height: 40px;
    width: 40px;
    ;
    cursor: pointer;
    object-fit: cover;
}

#thumbs .active {
    border: 2px solid var(--bs-secondary);
}

.thumbs {
    display: flex;
    align-items: center;
    padding: 10px 17px;
    background-color: #fff;
    transition: .5s ease;
    border-bottom: 1px solid lightgray;
    gap: 20px;
}

.thumbs img {
    height: 40px !important;
    width: 40px !important;
    ;
    cursor: pointer;
    object-fit: cover;
}

@media (min-width: 200px) and (max-width: 768px) {
    .product-list-img {
        height: 220px;
    }

    .thumbs img {
        height: 35px !important;
        width: 35px !important;
    }
}

.thumbs .active {
    border: 2px solid #978777
}


/* product view modal */





.offer-top {
    --bs-bg-opacity: 1;
    font-weight: 500;
    padding: calc(6px + (10 - 8) * ((100vw - 320px) / (1920 - 320))) calc(10px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
    background-color: var(--bs-secondary);
    font-size: 12px;

    color: #fff;
    display: inline-block;
}

.star_rating span {
    font-size: 14px;
    font-weight: 500;
}

.size_variation ul li input:checked+label {
    border-color: var(--bs-secondary);
    background-color: var(--bs-secondary);
    color: #fff !important;
}

.star_rating span {
    font-size: 14px;
}

.star_rating i {
    font-size: 12px;
}

.product-modal-detail {
    overflow: auto;
    overflow-x: hidden;
}

.product-modal-detail .very-button {
    padding: 0.5rem .5rem !important;
    min-width: 2.6rem;
    text-align: center;
}

.modal-body::-webkit-scrollbar,
#exampleModalCenter::-webkit-scrollbar {
    display: none;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.featured_products:hover li:first-child {
    animation: fadeInRight 400ms ease-in-out;
}

.featured_products:hover li:nth-child(2) {
    animation: fadeInRight 600ms ease-in-out;
}

.featured_products:hover li:nth-child(3) {
    animation: fadeInRight 800ms ease-in-out;
}

.featured_products:hover li:nth-child(4) {
    animation: fadeInRight 1000ms ease-in-out;
}

/* rtl product option animation */
.featured_products:hover .rtl li:first-child {
    animation: fadeInLeft 400ms ease-in-out;
}

.featured_products:hover .rtl li:nth-child(2) {
    animation: fadeInLeft 600ms ease-in-out;
}

.featured_products:hover .rtl li:nth-child(3) {
    animation: fadeInLeft 800ms ease-in-out;
}

.featured_products:hover .rtl li:nth-child(4) {
    animation: fadeInLeft 1000ms ease-in-out;
}

@media (min-width: 991px) {

    .woo_product_caption .woo_price h6 {
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        color: #000;
    }

    .woo_product_caption .less_price {
        font-size: 12px;
        font-weight: 500;
        color: #000;
    }
}

@media (max-width: 991px) {

    .woo_product_grid .card .product_icon {
        display: block;
        z-index: 3;
    }

    .woo_product_grid .card .option {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px !important;

        overflow: hidden;
    }
}

@media (max-width: 576px) {
    .woo_product_caption h5 {
        font-size: 15px;
    }
}

@media (max-width: 425px) {

    .featured_products img {
        height: 200px;
    }
}

@media (max-width: 320px) {
    .featured_products img {
        height: 180px;
    }
}

@media (min-width: 280px) and (max-width: 576px) {

    .woo_product_caption p {
        font-size: 11px;
    }


    .woo_product_caption .woo_price h6 {
        font-size: 14px;
        display: inline-block;
        color: #000;
        font-weight: 600;
    }

    .woo_product_caption .woo_price del {
        font-size: 12px;
        color: var(--bs-secondary);
        font-weight: 600;
    }
}

@media (min-width: 412px) and (max-width: 414px) {
    .product_modalimg img {
        height: 400px;
    }
}


/* ========== banner 2 start ========== */



/* =========== list product start ===========  */

.product-list-img {
    object-fit: cover;
    height: 230px;
    width: 100%;

}

@media (max-width: 375px) {
    .product-list-img {
        height: 130px;
    }
}

/* =========== top brands =========== */




@media (max-width: 375px) {
    .woo_brand_box.border_style {
        width: auto;
        height: 150px;
    }
}

/* ========== New Arrivals img ========== */




@media (min-width: 200px) and (max-width: 768px) {
    .new.product-img-2 {
        height: 190px;
    }
}

/* =========== footer =========== */

/* footer brands icons color */
.social_links {
    background: var(--bs-secondary);
    color: white;
}


/* ========== placeholder color ========== */
::placeholder {
    color: #565656 !important;
}




/* ===== breadcrumb start here ===== */



.breadcrumb-sec {
    background-color: #978777;
}

.breadcrumb-sec .active {
    color: var(--bs-secondary);
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb-sec nav a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}


/* ========= product detail ========= */

.cart_sku_preflix i {
    font-size: 8px;
    color: #000;
    padding: 0px 5px;
}

/* review */

.progress_rating,




@media (max-width: 425px) {
    .sp-large a img {
        height: 400px;
    }
}


/* seller */

.text-light {
    color: #838383 !important;
}







@media (max-width: 425px) {
    .about-seller {
        padding-left: 0px;
        justify-content: center;
    }



    .dots {
        margin: 0px 6px;
    }


    .woo_pr_title {
        font-size: 18px;
        font-weight: 600;
    }
}



/* seller page */

.dots {
    width: 6px;
    height: 6px;
    background: #626262;
    margin: 0px 10px;
}





/*--------------------------*/


.qty-container .qty-btn-minus,




/*---------------------------*/

/* avtars */




/*=============== ALL SHOP SECTION start ===============*/









.price_range input[type="number"]::-webkit-outer-spin-button,








/* PRICE RANGE END */
/* BRANDS CHECK BOX START */



/* BRANDS CHECK BOX END */
/* SHOP CATEGORIES START */


.accordion_button {
    padding: 14px !important;
}






/* SHOP CATEGORIES END */
/* SHOP RATING START */


/* SHOP RATING ENd */
/* SHOP DISCOUNT START */
.shop_discount label {
    margin-top: 10px;
    cursor: pointer;
}

.shop_discount input {
    width: 18px;
    height: 18px;
}

.shop_discount span {
    font-size: 16px;
    font-weight: 500;
}




@media (max-width: 425px) {
    .product-img {
        height: 200px;
    }
}

@media (max-width: 320px) {
    .product-img {
        height: 150px;
    }
}

/* SHOP DISCOUNT END */

.accordion-button.rtl::after {
    margin-left: unset;
    margin-right: auto;
}

/*=============== ALL SHOP SECTION END ===============*/


/* ====== user side bar ====== */

.account-mobile-menu.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--bs-secondary);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.account_menu li a {
    color: #000;
    transition: 0.2s ease-in;
    padding: 13px !important;
    overflow: hidden;
}


.account-mobile-menu.accordion-button:after,
.account-mobile-menu.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* =========== user account start =========== */
.view_order_icon {
    width: 30px;
    height: 30px;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000 !important;
    color: #fff;
}


/* ======= account order ======= */
tbody tr td {
    padding: 15px !important;
}

/* ======= order status ======= */
.delivered {
    background-color: #f1faff;

    color: #00a3ff;
    font-size: 13px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 0px 10px;
    white-space: nowrap;
}







.table-responsive::-webkit-scrollbar {
    height: 4px;
}



/* ========= My Address ========= */

.cursor-pointer {
    cursor: pointer;
}


.btn_danger:active,
.btn_danger {
    background-color: #dc3545 !important;
    color: #fff;
    padding: 14px 20px;
    border: 0px;
    font-weight: 500;

}


/* ============ wallet ============ */



/* payment modal css */
.recharge_payment_option label.radio-card .check-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: solid 2px #e3e3e3;
    transition: 200ms linear;
    position: relative;

}

.recharge_payment_option label.radio-card input[type=radio]:checked+.card-content-wrapper .check-icon {
    background: var(--bs-secondary);
    border-color: var(--bs-secondary);
    transform: scale(1.2);
}

.recharge_payment_option label.radio-card input[type=radio]:checked+.card-content-wrapper .check-icon:before {
    transform: scale(1);
    opacity: 1;
}

.recharge_payment_option label.radio-card .check-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    transform: scale(1.6);
    transition: 200ms linear;
    opacity: 0;
}


.recharge_payment_option label.radio-card input[type=radio]:checked+.card-content-wrapper {
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px var(--bs-secondary);
}

.recharge_payment_option label.radio-card .card-content-wrapper {

    padding: 10px 15px;
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
    transition: 200ms linear;
    cursor: pointer;
}

/* radio button */
.recharge_payment_option label.radio-card input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* image */
.card-content img {
    width: 100%;
    height: 100%;
}

.payment_option_img {
    width: 40px;
    height: 40px;
}

.card-content {
    display: flex;
    align-items: center;
    gap: 10px;
}



@media (max-width: 576px) {
    .trach_icon_list {
        width: 50px;
        height: 50px;
        font-size: 24px;
        margin: 0;
    }
}


/* ========== Notification ========== */

.notifications_img {
    width: 25px;
}

.account_menu li .active {
    background-color: var(--bs-secondary) !important;
    color: #fff;
}

.notifications-title {
    font-size: 16px;
    font-weight: 700;
    color: #121212;
}

/* ============== order detail start ============== */


@media (max-width: 425px) {
    .order_item_img {
        width: 100% !important;

    }
}

.order_list_right a {
    font-size: 18px;
}

.btn_success,


/* ============== order detail start ============== */


@media (min-width: 200px) and (max-width: 375px) {
    .order_track_img {
        height: 200px;
    }
}

/* ========== track_order ========== */










/* rtl class */







/* for mobile vt line */




@media (min-width: 768px) and (max-width: 2560px) {

    .progress-step,
    .progress-step-rtl {
        text-align: center;
        position: relative;
        z-index: 1;
    }


    .progress-step .step-count,

    .progress-step:before,
    .progress-step:after,
    .progress-step-rtl:before,
}


@media screen and (min-width: 640px) {
    .progress-step:first-of-type:before {
        right: 50%;
        width: 50%;
    }

}


@media screen and (min-width: 768px) {
    .w-md-50 {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .w--100 {
        width: 100%;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    .progress-step {
        display: flex;
        gap: 15px;
        align-items: center;
    }
}




.cart-table-title {
    font-size: 16px;
    font-weight: 700;
}

/* ================= user account end ================ */

/* ========= checkout page ========= */
.coupon_btn {
    color: #fff;
    padding: 14px 10px !important;
    border: 0px;
    margin-bottom: 0;
}

.order_summary_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* ======== order success page ======== */

.circle_information_icon {
    width: 90px;
    height: 90px;
    margin: auto;
}

.circle_information_icon img {
    width: 100%;
    height: 100%;
}





.login_btn {
    background-color: #b89e8d;
    color: #fefefe !important;
    padding: 14px 36px !important;
    font-size: 1.3rem;
    font-weight: bold;
}


/* ====== faq START ====== */

.accordion-item {
    background-color: #fff;
    color: #111;
    border: 0;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: none !important;
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: none !important;
    transform: rotate(0deg) !important;
    margin: 0;
}

.faq .accordion-button::after {
    content: "\2212";
    font-size: 22px;
    right: 1rem;
    font-weight: 400;
}

.faq .accordion-button::after {
    background-image: none;
    display: flex;
    align-items: center;
}

.faq .accordion-button::after {
    width: 10px;
    height: 10px;
    background-position: center;
}

.faq .accordion-button.collapsed::after {
    content: "\002B";
    margin: 0;
}

/* ========= blog-detail ========= */

.blog-details-images {
    height: 500px;

    object-fit: cover;
}




/* FOOTER MOBILE MENU SECTION START */


/* mobile menu home */



.active1 p::before {
    content: ".";
    width: auto;
    height: 5px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--bs-secondary);
    font-size: 40px;
}



.load {
    width: 20px;
    height: 20px;
    border: solid 3px #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: all 0.5s ease-in;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    transition: all 0.5s ease-in;
    animation-name: rotate;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin: 5px !important;
}

@keyframes rotate {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* header css */

@media (min-width: 200px) and (max-width: 1024px) {

    .nav-menu>li>a,
    .nav-menu>li>div>a {
        font-size: 15px;
    }
}




@media (min-width: 200px) and (max-width: 576px) {
    .top-bar-offer marquee span {
        font-size: 18px !important;
    }
}


.nav-link.active {
    color: var(--bs-secondary) !important;
}










#carouseltest .carousel-control-next-icon,
#carouseltest .carousel-control-prev-icon {
    background-color: #fff !important;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 20%;
    color: #000 !important;
}

#carouseltest img {
    height: 700px;
    object-fit: cover;
}



@media (max-width: 576px) {
    .start_selling_banner {
        height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 2560px) {
    .best_sellers h5 {
        font-size: 50px;
    }
}








.h-50px {
    width: calc(120px + (150 - 120) * ((100vw - 320px) / (2560 - 320))) !important;
}



/*-- PWA --*/

.pwa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bs-secondary);
    width: 100%;
    position: relative;
    padding: 15px 10px;
    color: #FFF;
}





.pwa .close-btn {
    text-align: center;
    width: 30px;
    color: #fff;
    font-size: 24px;
    display: block;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.my-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

@media (min-width: 200px) and (max-width: 768px) {
    .py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .my-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

#countdown .fs-1 {
    font-size: 1.4rem !important;
    font-weight: 600;
}

#countdown span {
    font-size: 14px;
}


.categori-img img {
    height: 27px;
    width: auto;
    object-fit: cover;
}

.lh-7 {
    line-height: 20px;
}



/*-------- whatsapp chat --------*/

.bg-msg {
    background-color: #E5DDD5;
}

.wrapper {
    position: fixed;
    right: 8px;
    bottom: 166px;
    width: 300px;
    background-color: #fff;

    opacity: 0;
    transition: all 0.4s;
    z-index: 500;
    visibility: hidden;
    overflow: hidden;
}











#check:checked~.wrapper {
    opacity: 1;
    visibility: visible;
}





.chat-form input,
textarea,



.form-control:focus,
.btn:focus {
    box-shadow: none
}

#check {
    display: none !important
}

.btn-whatsapp,
.btn-whatsapp:hover,

/* ======================== jenish css end ======================== */


/*====================== join model start ======================*/
.newslatter-img {
    height: 450px;
}

.subscribe-title {
    font-size: 30px;
    font-weight: 600;
}

#NewsModal .btn-close {
    position: absolute;
    right: 2%;
    top: 5%;
}



/* ================ QUICH CALL ================ */

.quick_call {
    position: fixed;
    right: 8px;
    bottom: 95px;
    width: 300px;
    background-color: #fff;

    opacity: 0;
    transition: all 0.4s;
    z-index: 500;
    visibility: hidden;
    overflow: hidden;
}


@media (min-width: 200px) and (max-width: 767px) {

    .quick-btn_ltr,
    .quick-btn {
        bottom: 100px !important;
    }

    .quick_call_rtl,


    #sales-booster-popup {
        bottom: 100px !important;
    }

}









/* @keyframes widtgg {
    0% {
        width: 150px;
    }
} */



#quick_call:checked~.quick_call {
    opacity: 1;
    visibility: visible;
    transition: all .4s ease-in-out;
}





#quick_call {
    display: none !important
}

/* ======================== jenish css end ======================== */





/*====================== join model start ======================*/
.newslatter-img {
    height: 450px;
}

.subscribe-title {
    font-size: 30px;
    font-weight: 600;
}

#NewsModal .btn-close {
    position: absolute;
    right: 2%;
    top: 5%;
}

/*====================== join model end ======================*/





/* ====================dhruvil desai=================== */


.accordion-button::after {
    margin: 0px !important;
}





#sales-booster-popup {
    position: fixed;
    left: 20px;
    bottom: 20px;
    font-size: 1rem;
    background: #fff;
    z-index: 700000000000000;
    max-width: 400px;
    width: calc(100vw - 40px);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out;
}

/* rtl class */
#sales-booster-popup.rtl {
    right: 20px;
    left: unset;
}


#sales-booster-popup .close {
    margin: 10px;
    color: #888;
    cursor: pointer;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}



#sales-booster-popup .heading {
    font-size: 15px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

#sales-booster-popup .info {
    font-size: 0.8rem;
    color: #555;
    margin-bottom: 5px;
}



.pos-absolute.right,
.pos-fixed.right {
    right: 0;
}

.pos-absolute.left,
.pos-fixed.left {
    left: 0;
}

.pos-absolute.top,
.pos-fixed.top {
    top: 0;
}

.pos-absolute {
    position: absolute;
}


/* rtl class */

#sales-booster-popup:not(.loaded) {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}


@keyframes blinker {
    50% {
        opacity: 0;
    }
}


/* bluer effect */


.glyphicon {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}











.woo_product_grid .card:hover .option {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -1px !important;

    overflow: hidden;
}

/*Minhas edições*/

.card {
    border-radius: 0px !important;
}

.btn-primary {
    border-radius: 0px !important;
}

.wishlist_btn:hover,
.wishlist_btn {
    border: none !important;
    border-radius: 0 !important;
}

.logo {
    height: 4.8rem
}

.whatsapp-fixo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    font-size: 24px;
    background-color: #7f886b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-fixo i {
    color: #fff;
    font-size: 2.2rem;
}

@media (min-width: 768px) {

    .sidemenu {
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }

    .sidemenu .nav-menu .liSideMenu {
        margin-bottom: 0.8rem;
    }

    .sidemenu .nav-menu .liSideMenu a,
    .sidemenu .nav-menu .liSideMenu .shopby_categories a span {
        font-size: 1.8rem;
        font-family: 'bochan';
        font-weight: bold;
    }

    .sidemenu .nav-menu .liSideMenu a:hover,
    .sidemenu .nav-menu .liSideMenu .shopby_categories a span:hover {
        font-weight: bolder;
    }

    .sidemenu .nav-menu .liSideMenu .shopby_categories a .category_name {
        font-size: 1.2rem;
        margin-left: 2rem;
        font-weight: bold;
    }

    .sidemenu .nav-menu .liSideMenu .shopby_categories a .category_name:last-child {
        margin-left: 0;
    }

}


.sidemenu .nav-menu .liSideMenu {
    margin-bottom: 0.8rem;
}

.sidemenu .nav-menu .liSideMenu a,
.sidemenu .nav-menu .liSideMenu .shopby_categories a span {
    font-family: 'bochan';
    font-weight: bold;
}

.sidemenu .nav-menu .liSideMenu a:hover,
.sidemenu .nav-menu .liSideMenu .shopby_categories a span:hover {
    font-weight: bolder;
}

.sidemenu .nav-menu .liSideMenu .shopby_categories a .category_name {
    margin-left: 2rem;
    font-weight: bold;
}

.sidemenu .nav-menu .liSideMenu .shopby_categories a .category_name:last-child {
    margin-left: 0;
}



#menuButton {
    background-color: transparent;
}

#menuButton i {
    font-size: 2.5rem;
    color: #fefefe;
}

.search_blocks {
    border-bottom: 2px solid #fefefe;
    box-shadow: none;
}

.search_bar_icon i {
    font-size: 18px
}

.single_shop_cart p {
    font-size: 14px;
    color: #fefefe;
    font-weight: bold;
}

.single_shop_cart i {
    color: #fefefe;
}

.banner-home-video {}

.banner-home-video video {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    /* Faz o vídeo preencher sem distorcer */
    object-position: center;
}

/* header responsive */

@media (min-width: 576px) and (max-width: 2560px) {
    .logo {
        height: 50px;
    }
}

@media (max-width: 768px) {
    .blocks.search_blocks {
        max-width: 75%;
    }

    .search_bar_icon {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .extra-margin {
        margin-bottom: 100px !important;
    }

    .extra-margin2 {
        margin-bottom: 80px !important;
    }
}

@media (max-width: 576px) {
    .logo {
        height: 70px;
    }

    .blocks.search_blocks {
        max-width: 100%;
    }
}

body.swal2-toast-shown .swal2-container {
    right: 9% !important;
}