@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* basic css  */
* {
    font-family: 'DM Sans', sans-serif;
    font-family: 'Noto Kufi Arabic', sans-serif;
}


body {
    font-size: 15px;
    font-weight: 400;
    background: #f6dfdc;
    direction: rtl;
    font-family: 'Noto Kufi Arabic', sans-serif;


.offcanvas.offcanvas-end {
    right: auto;
    left: 0;
    transform: translateX(-100%);
}

a,
label {
    text-decoration: none;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.container {
    max-width: 1300px;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4F4A41;
    margin-bottom: 0px;
    font-family: 'Noto Kufi Arabic', sans-serif;
}


p {
    color: #6E6658;
    margin-bottom: 0px !important;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.colors {
    color: #aa756c, #646161, #ff9c8c;
}



.primary-color {
    color: #d9c1bd;
}

.lighter-color {
    color: #f6dfdc;
}

.darker-color {
    color: #aa756c;
}




/* 000000000000 */
input[type=checkbox] {
    position: relative;
    border: 2px solid #000;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 0 0 .6em;
    outline: 0;
    padding: 0 !important;
    vertical-align: middle;
    height: 15px;
    width: 15px;
    appearance: none;
    opacity: .8;
}

input[type=checkbox]:hover {
    opacity: 1;
}

input[type=checkbox]:checked {
    background-color: #000;
    opacity: 1;
}

input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4.5px;
    height: 10px;
    border: solid #f6dfdc;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

/* 000000000000 */




.btn-primary {
    padding: 12px 40px;
    color: #333;
    font-size: 15px;
    background-color: #eacac5;
    border: 1px solid #aa756c;
    border-radius: 50px;
    transition: .2s;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.btn-primary:hover {
    padding: 12px 40px;
    color: #fff;
    font-size: 15px;
    background-color: #222;
    border: 1px solid #222;
    border-radius: 50px;
}

.btn-primary2 {
    padding: 12px 40px;
    color: #333;
    font-size: 15px;
    background-color: #eacac5;
    border: 1px solid #aa756c;
    border-radius: 50px;
    transition: .2s;
}

.btn-primary2:hover {
    padding: 12px 40px;
    color: #333;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
}


.btn-secondary {
    padding: 12px 50px;
    color: #fff;
    font-size: 15px;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 50px;
    transition: .2s;

}

.btn-secondary:hover {
    padding: 12px 50px;
    color: #333;
    font-size: 15px;
    background-color: #eacac5;
    border: 1px solid #aa756c;
    border-radius: 50px;
}

.form-control:focus {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #fff !important;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1) !important;
    transition: .2s ease-out;
}

/* corner-whatsapp  */
#corner-whatsapp {
    transition: .2s;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.26);
    padding: 2px 0px 0px 0px;
}

#corner-whatsapp:hover {
    opacity: .8;
}

#corner-whatsapp.show {
    opacity: 1;
    visibility: visible;
}

/* back to top css  */
#back-to-top {
    display: block;
    color: #fff;
    background-color: #aa756c;
    padding: 10px 18px 10px 17px;
    box-shadow: 3px 7px 10px rgba(0, 0, 0, 0.26);
    font-size: 20px;
    border-radius: 50px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    transition: .2s;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

#back-to-top:hover {
    cursor: pointer;
    color: #333;
    background-color: #fdf6e6;

}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}



/* page nav css  */
.page-nav {
    background-image: linear-gradient(to bottom, #f6dfdc47, #f6dfdc61), url('../img/pn3.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-content {
    padding: 150px;
    text-align: center;
}

.nav-content h2 {
    color: #333;
    font-size: 40px;
    text-transform: uppercase;

    word-spacing: 10px;
}

.nav-content .navitem {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    display: inline-block;
    padding: 10px 12px;
    margin-top: 15px;
}

.nav-content .navitem span {
    margin-right: 8px;
    font-size: 18px;
    color: #333;
    float: left;
}

.nav-content .navitem span a {
    font-size: 18px;
    color: #333;
}

.nav-content .navitem span p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #aa756c;
}


/* section heading css  */
.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.totals {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    height: 45px;
    background: pink;
    border-bottom: 1px solid #d7d7de;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.totals div.subtotal {
    padding: 15px;
    text-align: center;
    color: #44444a;
    border-bottom: 1px solid #d7d7de;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.totals div.subtotal span.amount {
    color: #1f9ec5;
    margin-left: 10px;
    font-weight: 600;
}


/* 00000000000000000000000000000000000000000000000   sign in css  00000000000000000000000000000000000000000000000000000 */
.sign-in {
    padding: 150px 0px 120px;
    display: flex;
    align-items: center;
}

.sign-in .login-form {
    padding: 30px 45px;
    border-radius: 10px;
    text-align: center;
    background-color: #ffffffb0;
    box-shadow: 0px 5px 20px #3333335e;
}

.sign-in .login-form img {
    margin-bottom: 20px;
    width: 25%;
}

.sign-in .login-form .heading {
    margin-bottom: 30px;
}

.sign-in form .form-group {
    margin-bottom: 20px
}

.sign-in form .input-icon {
    position: relative;
}

.sign-in form .input-icon i {
    position: absolute;
    right: 15px;
    color: #CDCDCD;
    top: 22px;
    font-size: 17px;
}

.sign-in form .input-icon input {
    padding: 15px 45px 15px 10px;
}

.sign-in form .input-icon .view-password {
    position: absolute;
    top: 0px;
    left: 56px;
}

.sign-in form .input-icon .view-password i {
    color: #212529;
    font-size: 14px;
    display: none;
}

.sign-in form .input-icon input::placeholder {
    color: #bfbfbf;
}

.sign-in .login-form .small-links {
    display: flex;
    justify-content: space-between;
}

.sign-in .login-form .small-links a {
    color: #333;
}

.sign-in .login-form .small-links a:hover {
    color: #aa756c;
}

.sign-in .login-form .signin-btn a {
    width: 100%;
    padding: 15px 0px;
    font-weight: 600;
    border-radius: 5px;
}


/* 00000000000000000000000000000000000000000000000   forgot password css  00000000000000000000000000000000000000000000000000000 */
/* .forgot-password {
        display: flex;
        align-items: center;
    } */

.forgot-password .modal-header {
    position: relative;
}

.forgot-password .password-form {
    padding: 30px 45px;
    /* margin-top: 30px; */
    border-radius: 10px;
    text-align: center;
    background-color: #ffffffb0;
}

.forgot-password .password-form img {
    margin-bottom: 20px;
    width: 25%;
}

.forgot-password .password-form .heading {
    margin-bottom: 30px;
}

.forgot-password .password-form form .headline {
    margin-bottom: 10px
}

.forgot-password .password-form form .form-group {
    margin-bottom: 10px
}

.forgot-password .password-form form .input-icon {
    position: relative;
}

.forgot-password .password-form form .input-icon i {
    position: absolute;
    left: 15px;
    color: #CDCDCD;
    top: 22px;
    font-size: 17px;
}

.forgot-password .password-form form .input-icon input {
    padding: 15px 10px 15px 45px;
}

.forgot-password .password-form form .input-icon .view-password {
    position: absolute;
    top: 0px;
    right: 56px;
}

.forgot-password .password-form form .input-icon .view-password i {
    color: #212529;
    font-size: 14px;
    display: none;
}

.forgot-password .password-form form .input-icon input::placeholder {
    color: #bfbfbf;
}

.forgot-password .password-form .small-links {
    display: flex;
    justify-content: space-between;
}

.forgot-password .password-form .small-links p {
    display: none;
}

.forgot-password .password-form .small-links a {
    color: #333;
}

.forgot-password .password-form .small-links a:hover {
    color: #aa756c;
}

.forgot-password .password-form .signin-btn a {
    width: 100%;
    padding: 15px 0px 10px;
    font-weight: 600;
    border-radius: 5px;
}



/* 00000000000000000000000000000000000000000000000  Register css  00000000000000000000000000000000000000000000000000000 */
.register {
    padding: 80px 0px 80px;
    display: flex;
    align-items: center;
}


.register .register-form {
    padding: 30px 45px;
    margin-top: 30px;
    text-align: center;
    border-radius: 10px;
    background-color: #ffffffb0;
    box-shadow: 0px 5px 20px #3333335e;
}

.register .register-form img {
    margin-bottom: 20px;
    width: 25%;
}

.register .register-form .heading {
    margin-bottom: 30px;
}


.register form .form-group {
    margin-bottom: 20px
}

.register form .input-icon {
    position: relative;
}

.register form .input-icon i {
    position: absolute;
    right: 15px;
    color: #CDCDCD;
    top: 22px;
    font-size: 17px;
}

.register form .input-icon input {
    padding: 15px 45px 15px 10px;
}

.register form .input-icon input::placeholder {
    color: #bfbfbf;
}

.register form .input-icon .view-password {
    position: absolute;
    top: 0px;
    left: 56px;
}

.register form .input-icon .view-password i {
    color: #212529;
    font-size: 14px;
    display: none;
}



.register .register-form .small-links {
    display: flex;
    justify-content: space-between;
}

.register .register-form .small-links a {
    color: #333;
}

.register .register-form .small-links a:hover {
    color: #aa756c;
}

.register .register-form .register-btn a {
    width: 100%;
    padding: 15px 0px;
    font-weight: 600;
    border-radius: 5px;
}







/* 00000000000000000000000000000000000000000000000   top header css  00000000000000000000000000000000000000000000000000000 */


/* top header new  */
.header-top {
    background-color: #222;
    height: 40px;
    padding-top: 8px;
}

.header-top a {
    color: #b2b2b2;
}

.email-phone {
    display: flex;
}

.email-phone div {
    margin-right: 20px;
}


.navtop-links {
    display: flex;
    justify-content: end;
}

.navtop-links a {
    font-size: 12px;
    line-height: 1.8;
    padding: 12px 25px;
    height: 100%;
    color: #b2b2b2 !important;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    transition: .3s;
    text-align: right;

}

.navtop-links a:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.navtop-links a:hover {
    color: #aa756c !important;
}



.navtop-links .lang-btn,
.navtop-links .curr-btn {
    position: relative;
}

.navtop-links .lang-btn .dropdown-menu,
.navtop-links .curr-btn .dropdown-menu {
    z-index: 100000;
    position: absolute;
    inset: unset !important;
    margin: 0px !important;
    top: 32px !important;
    right: 18px !important;
    transform: none !important;
    min-width: 78px !important;
    box-shadow: 0px 10px 20px 0px #3333333d;
}

.navtop-links .curr-btn .dropdown-menu {
    z-index: 100000;
    position: absolute;
    inset: unset !important;
    margin: 0px !important;
    top: 32px !important;
    transform: none !important;
    min-width: 85px !important;
    box-shadow: 0px 10px 20px 0px #3333333d;
}

.navtop-links .lang-btn .dropdown-menu a,
.navtop-links .curr-btn .dropdown-menu a {
    padding: 5px 0px !important;
    color: #222 !important;
    padding-right: 10px !important;
}

.navtop-links .lang-btn .dropdown-toggle img,
.navtop-links .lang-btn .dropdown-menu a img {
    width: 20px;
    margin-top: -2px;
    margin-right: 2px;
}

.navtop-links .lang-btn .dropdown-menu .dropdown-item:hover,
.navtop-links .curr-btn .dropdown-menu .dropdown-item:hover {
    background-color: #dac2be7f !important;
}

.navtop-links .lang-btn .dropdown-menu .dropdown-item.active,
.navtop-links .curr-btn .dropdown-menu .dropdown-item.active {
    background-color: #dac2be !important;
}



/* 00000000000000000000000000000000000000000000000   main header with navs  00000000000000000000000000000000000000000000000000000 */
.responsive-bar {
    display: none;
}

.responsive-bar .resbar-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}


.navbar-toggler {
    font-size: 15px;
    top: -4.5px;
    left: 5px;
    position: absolute;
    border: none;
    background: none;
    line-height: 1;
    transition: .5s;
    padding: 4px 0px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}


/* 000000000000000 */


.responsive-bar .lang-btn {
    position: relative;
}

.responsive-bar .lang-btn a {
    color: #333;
}

.responsive-bar .lang-btn .dropdown-menu {
    z-index: 100000;
    position: absolute;
    inset: unset !important;
    margin: 0px !important;
    top: 25px !important;
    left: -7px !important;
    transform: none !important;
    min-width: 78px !important;
    box-shadow: 0px 10px 20px 0px #3333333d;
}

.responsive-bar .lang-btn .dropdown-menu a {
    padding: 5px 0px !important;
    color: #222 !important;
    padding-left: 10px !important;
}

.responsive-bar .lang-btn .dropdown-toggle img,
.responsive-bar .lang-btn .dropdown-menu a img {
    width: 20px;
    margin-top: -2px;
    margin-right: 2px;
}

.responsive-bar .lang-btn .dropdown-menu .dropdown-item:hover {
    background-color: #dac2be7f !important;
}

.responsive-bar .lang-btn .dropdown-menu .dropdown-item.active {
    background-color: #dac2be !important;
}


/* 000000000000000 */



.responsive-bar .menu .offcanvas-header {
    justify-content: end;
}

.cart-content {
    height: 65%;
    overflow-y: auto;
}

.cart-content::-webkit-scrollbar {
    width: 3px;
    background-color: rgba(128, 128, 128, 0.034);
}


.cart-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.44);
    border-radius: 20px;
}

.responsive-bar .menu .offcanvas-body li {
    margin-bottom: 5px;
}

.responsive-bar .offcanvas-body li a {
    color: #333;
    padding: 10px;
    border-radius: 5px;
}

.responsive-bar .offcanvas-body li a:hover {
    background-color: #aa756c;
    color: #fff;
}

.responsive-bar .menu .offcanvas-body li a:active {
    background-color: #aa756c !important;
    color: #fff !important;
}

.responsive-bar .offcanvas-body li a i {
    margin-right: 10px;
    display: flex;
    gap: 17px;
    font-size: 16px;
    letter-spacing: 2px;
}





/* 00000000000000000000000000000000000000000000000000000000000  */
.main-header {
    background-color: #f6dfdc;
    position: absolute;
    top: 40px;
    width: 100%;
    transition: .2s;
}

.main-header .brand-logo img {
    width: 100px;
    transition: .5s;
}



.header-navs {
    text-align: center;
    margin-top: 40px
}



.header-navs ul {
    margin: 0px;
    padding: 0px;
}

.header-navs li {
    display: inline-block;
    margin-right: 33px;
    transition: .5s;
}


.header-navs ul li a {
    display: inline-block;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
}

.header-navs ul li a:hover {
    color: #aa756c;
}

.header-navs ul li a.active {
    color: #aa756c;
}



.nav-btns {
    display: flex;
    justify-content: end;
    margin-top: 40px;

}

.nav-btns .nav-cart-icon,
.nav-btns .nav-wishlist-icon {
    position: relative;
}


.nav-btns .nav-search-icon,
.nav-btns .nav-cart-icon,
.nav-btns .nav-wishlist-icon {
    margin-left: 50px;
}

.nav-btns .nav-search-icon a,
.nav-btns .nav-cart-icon a,
.nav-btns .nav-wishlist-icon a {
    color: #333;
    font-size: 16px;
}

.nav-btns .nav-search-icon a:hover,
.nav-btns .nav-cart-icon a:hover,
.nav-btns .nav-wishlist-icon a:hover {
    color: #aa756c;
    font-size: 16px;
}

.nav-btns .nav-cart-icon .cart-icon-btn i::after {
    content: attr(data-notify);
    font-size: 9px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    display: block;
    position: absolute;
    top: -5px;
    right: -10px;
    border-radius: 50%;
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    background-color: #aa756c;
}

.nav-btns .nav-wishlist-icon a i::after {
    content: attr(data-notify);
    font-size: 9px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    display: block;
    position: absolute;
    top: -5px;
    right: -7px;
    border-radius: 50%;
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    background-color: #aa756c;
}

/*------------------------------------------------------------------
[ Modal search ]*/
.modal-search-header {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 0px;
    left: 0px;
    top: -180px;
    background-color: #f6dfdc;
    padding: 40px 0px 90px;
    z-index: 10;
    transition: .5s;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.198);
}

.show-modal-search {
    top: 0px;
}


.btn-hide-modal-search {
    position: absolute;
    color: #333;
    padding: 5px;
    right: 5px;
    font-size: 30px !important;
    top: -5px;
    opacity: 0.8;
}

.btn-hide-modal-search:hover {
    opacity: 1;
    color: #aa756c;
}


.wrap-search-header a {
    color: #fff;
    font-size: 22px !important;
    position: absolute;
    left: 28.4%;
    top: 47px;
    transition: .3s;
}

/*---------------------------------------------*/
.wrap-search-header input {
    font-size: 20px;
    color: #333;
    width: 45%;
    height: 100%;
    border-radius: 10px;
    padding-right: 55px;
    padding-top: 10px;
    border: none;
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 5px 2px 10px #f1e6cd;
    transition: .2s;
}

.wrap-search-header input:focus-visible {
    outline: none !important;
    box-shadow: 5px 5px 10px #3333332e;

}

.offcanvas-body .product-image {
    margin-left: 10px;
}



/* sidebar search input */
.search-input form {
    position: relative;
}

.search-input a {
    position: absolute;
    z-index: 1;
    color: #333;
    left: 13px;
    top: 8px;
    font-size: 18px;
}

.search-input input {
    width: 100%;
    color: #333;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #b2b2b2;
    padding: 12px 10px 12px 40px;
    background-color: #fff;
    z-index: 0;
}

.search-input input:focus-visible {
    outline: none;
}



/* CART SIDEBAR OFFCANVAS  */
.nav-btns .offcanvas {
    background-color: #fff;
    padding: 15px 20px;
    width: 350px;
}

.nav-btns .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6.5px 10px 6.5px 0px;
}


.nav-btns .offcanvas-header h5 {
    font-weight: bold;
    text-transform: uppercase;
}



.nav-btns .offcanvas-body {
    flex-grow: 1;
    padding: 20px 0px;
    overflow-y: auto;
}

.nav-btns .offcanvas-body ul {
    list-style: none;
    padding-right: 0;
    padding-left: 0;
}

.nav-btns .offcanvas-body ul li {
    border-radius: 5px;
    margin-bottom: 20px;
}

.nav-btns .offcanvas-body ul .single-product {
    display: flex;
    padding: 5px;
}

.nav-btns .offcanvas-body ul .single-product:hover {
    background-color: #e6e6e6;
}

.nav-btns .offcanvas-body ul .single-product .product-image {
    width: 35%;
}

.nav-btns .offcanvas-body ul .single-product .name-qty {
    width: 200px;
    padding: 10px 0px 0px 10px;
}

.nav-btns .offcanvas-body ul .single-product .name-qty a {
    color: #333;
    transition: .3s;
}

.nav-btns .offcanvas-body ul .single-product:hover .name-qty a {
    color: #aa756c;
}

.nav-btns .offcanvas-body ul .single-product .cross-btn {
    padding: 25px 0px 0px 0px;
    width: 34px;
}

.nav-btns .offcanvas-body ul .single-product .cross-btn a {
    color: red;
    opacity: 0.6;
}

.nav-btns .offcanvas-body ul .single-product .cross-btn a:hover {
    opacity: 1;
}



.nav-btns .offcanvas-body .total-btns {
    bottom: 20px;
    width: 80%;
    position: absolute;
}

.nav-btns .offcanvas-body .cart-total {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    margin-bottom: 5px;
    background-color: #fff;
}

.nav-btns .offcanvas-body .cart-total h5 {
    font-weight: bold;
}

.nav-btns .offcanvas-body .cart-total span {
    font-size: 16px;
}



.nav-btns .offcanvas-body .cart-btns {
    padding: 0px 10px;
}

.nav-btns .offcanvas-body .cart-btns a {
    display: block;
    padding: 10px 25px;
    color: #fff;
    text-align: center;
}

.nav-btns .offcanvas-body .cart-btns a:first-child {
    margin-bottom: 10px;
}

.nav-btns .offcanvas-body .cart-btns a:last-child {
    color: #333;
    background-color: #fff;
}

.nav-btns .offcanvas-body .cart-btns a:last-child:hover {
    color: #fff;
    background-color: #aa756c;
}





/* 00000000000000000000000000000000000000000000000000000000000  */
header.white {
    background: #f6dfdc;
    padding: 10px 0px;
    position: fixed;
    width: 100%;
    transition: .2s;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.198);
}

header.white .brand-logo img {
    float: left;
    width: 70px;
    transition: .5s;
}

header.white .header-navs {
    margin-top: 19px;
}

header.white ul li a {
    padding: 5px 0px 0px;
}

header.white .nav-btns {
    justify-content: end;
    margin-top: 21px;
}

header.white .navsearch {
    background-color: transparent;
    padding: 6px;
    border-radius: 50px;
}

header.white .nav-btns .search-btn i {
    position: relative;
    font-size: 20px;
    left: -35px;
}


/* 0000000000000000000000000000000000000 */






/* 00000000000000000000000000000000000000000000000   slider banner  css  00000000000000000000000000000000000000000000000000000 */
	.main-slider-banner {margin-top:70px;}

.main-slider-banner .slider-captions {
    color: #333;
    position: absolute;
    top: 35%;
    right: 12%;
	left: unset;
	display:none;
}


.main-slider-banner .slider-captions .slider-text {
    font-size: 30px;
	color:#fff;
}

.main-slider-banner .slider-captions a {
    background-color: #eacac5;
    border-color: #aa756c;
    padding: 15px 40px;
}

.main-slider-banner .slider-captions a:hover {
    padding: 15px 40px;
	color: #222;
}

.main-slider-banner .slider-captions .slider-title {
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 40px;
	color:#fff;
}

.main-slider-banner .carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    margin-right: 7px;
    margin-left: 7px;
    background-color: #ffffffe3;
    border: 0;
    border: 1px solid transparent;
    border-radius: 50px;
    opacity: 0.9;
}

.main-slider-banner .carousel-indicators {
    margin-bottom: 30px;
}

.main-slider-banner .carousel-indicators .active {
    border: 1px solid black !important;
}


/* 00000000000000000000000000000000000000000000000   categories section css  00000000000000000000000000000000000000000000000000000 */
.category-section {
    padding: 80px 0px 0px;
}

.single-box {
    position: relative;
}

.single-box a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    transition: .3s;
}

.single-box a:hover {
    background-color: #f9d68f45;
}


.single-box a .box-head {
    bottom: 20px;
    left: 20px;
    display: flex;
    position: absolute;
    flex-direction: column;
    background: #f6dfdc;
    padding: 15px 50px 15px 20px;
}

.single-box a .box-head h3 {
    font-weight: bold;
}

.single-box a:hover .box-head h3,
.single-box a:hover .box-head p {
    color: #aa756c;
}



.single-box a .box-btn p {
    font-size: 20px;
    color: #333;
    display: inline;
}

.category-section .section-btn {
    text-align: center;
    margin-top: 50px;
}

.category-section .section-btn a {
    padding: 8px 16px;
    font-size: 14px;
}


/* 00000000000000000000000000000000000000000000000   Featured-products css  00000000000000000000000000000000000000000000000000000 */
.Featured-products {
    padding: 80px 0px;
}

.Featured-products .single-product {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    background: rgb(170 117 108 / 10%);
}

.Featured-products .single-product .product-image {
    position: relative;
}
.Featured-products .single-product .product-image img, .related-products .single-product .product-image img, .new-arrivals .single-product .product-image img, .shop-section .single-product .product-image img{
	width:100%;}


.Featured-products .single-product .product-image ul {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    padding: 10px 5px;
    transform: translateY(30px);
    opacity: 0;
    z-index: -1;
    transition: all .48s ease
}

.Featured-products .single-product:hover .product-image ul {
    opacity: 1;
    z-index: 1;
    transform: translateY(0)
}

.Featured-products .single-product .product-image ul li {
    display: inline-block;
}

.Featured-products .single-product .product-image ul li:not(:last-child) {
    margin-right: 10px;
}

.Featured-products .single-product .product-image ul li button {
    border: 0;
    border-radius: 0;
    padding: 8px 12px 11px 11px;
    background: #aa756c;
}

.Featured-products .single-product .product-image ul li button:hover {
    background: #e98c7ea5;
}

.Featured-products .single-product .product-image ul li button i {
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
}

.Featured-products .single-product .product-name {
    padding: 15px;
}

.Featured-products .single-product .product-name h4 {
    white-space: nowrap;
    font-size: 18px;
}

.Featured-products .single-product:hover .product-name h4 {
    color: #aa756c;
}

.Featured-products .single-product .product-name h5 {
    font-size: 16px;
}


.Featured-products .section-btn {
    text-align: center;
    margin-top: 25px;
}

.Featured-products .section-btn a {
    padding: 8px 16px;
    font-size: 14px;
}

.checkout-btn {
    margin-top: 20px;
}

.checkout-btn a {
    display: block;
}


/* 00000000000000000000000000000000000000000000000   related products css  00000000000000000000000000000000000000000000000000000 */
.related-products {
    padding: 80px 0px;
}

.related-products .single-product {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    background: rgb(170 117 108 / 10%);
}

.related-products .single-product .product-image {
    position: relative;
}

.related-products .single-product .product-image ul {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    padding: 30px 5px;
    transform: translateY(30px);
    opacity: 0;
    z-index: -1;
    transition: all .48s ease
}

.related-products .single-product:hover .product-image ul {
    opacity: 1;
    z-index: 1;
    transform: translateY(0)
}

.related-products .single-product .product-image ul li {
    display: inline-block;
}

.related-products .single-product .product-image ul li:not(:last-child) {
    margin-right: 10px;
}

.related-products .single-product .product-image ul li button {
    border: 0;
    border-radius: 0;
    padding: 8px 12px 11px 11px;
    background: #aa756c;
}

.related-products .single-product .product-image ul li button:hover {
    background: #e98c7ea5;
}

.related-products .single-product .product-image ul li button i {
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
}

.related-products .single-product .product-name {
    padding: 15px;
}

.related-products .single-product .product-name h4 {
    white-space: nowrap;
    font-size: 18px;
}

.related-products .single-product:hover .product-name h4 {
    color: #aa756c;
}

.related-products .single-product .product-name h5 {
    font-size: 16px;
}




/* 00000000000000000000000000000000000000000000000   Cart / Wishist / buy popup css  00000000000000000000000000000000000000000000000000000 */

/* cart popup  */
.cart-popup .modal-content {
    border-radius: 20px !important;
    overflow: hidden;
}

.cart-popup .icon {
    text-align: center;
    background-color: #dac2be;
    padding: 20px 0px 10px;
}

.cart-popup .icon i {
    font-size: 5rem;
    color: #aa756c;
    box-shadow: 0px 0px 50px rgba(128, 128, 128, 0.362);
    border-radius: 40px;
}

.cart-popup .icon h5 {
    margin-top: 15px;
}

.cart-popup .popup-btns {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.cart-popup .popup-btns a {
    margin-left: 5px;
}

.cart-popup .popup-btns a:last-child {
    color: #aa756c;
    background-color: #fff;
    border: 2px solid #aa756c;
}

.cart-popup .popup-btns a:last-child:hover {
    color: #fff;
    background-color: #aa756c;
    border-color: #aa756c;
}





.wishlist-popup .modal-content {
    border-radius: 20px !important;
    overflow: hidden;
}

.wishlist-popup .icon {
    text-align: center;
    background-color: #dac2be;
    padding: 20px 0px 10px;
}

.wishlist-popup .icon i {
    font-size: 5rem;
    color: #aa756c;
    box-shadow: 0px 0px 50px rgba(128, 128, 128, 0.362);
    border-radius: 40px;
}

.wishlist-popup .icon h5 {
    margin-top: 15px;
}

.wishlist-popup .popup-btns {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.wishlist-popup .popup-btns a {
    margin-left: 5px;
}

.wishlist-popup .popup-btns a:last-child {
    color: #aa756c;
    background-color: #fff;
    border: 2px solid #aa756c;
}

.wishlist-popup .popup-btns a:last-child:hover {
    color: #fff;
    background-color: #aa756c;
    border-color: #aa756c;
}


/* 00000000000000000000000000000000000000000000000   middle banner css  00000000000000000000000000000000000000000000000000000 */
.banner {
    background-image: linear-gradient(45deg, #00000085, transparent), url(../img/products/middelbanner2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .offer-content {
    padding: 82px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.banner .offer-content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner .offer-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #fff;
}

.banner .offer-content .content-description {
    margin-bottom: 30px;
}

.banner .offer-content .content-description p {
    color: #fff;
    font-size: 15px;
}

/* 00000000000000000000000000000000000000000000000   best sellers css  00000000000000000000000000000000000000000000000000000 */
.best-seller {
    padding: 80px 0px 0px;
    background-color: rgb(255, 177, 177);
    height: 80vh;
}

/* 00000000000000000000000000000000000000000000000   New Arrivals css  00000000000000000000000000000000000000000000000000000 */
.new-arrivals {
    padding: 80px 0px;
}

.new-arrivals .single-new-product {
    padding: 30px 0px;
    text-align: center;
}


.new-arrivals .single-new-product .product-tagline h5 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.new-arrivals .single-new-product .product-heading h1 {
    font-weight: bold;
    text-transform: uppercase;
}

.new-arrivals .single-new-product .product-image {
    padding: 20px 0px;
}

.new-arrivals .single-new-product .product-image img {
    width: 75%;
}

.new-arrivals .single-new-product .product-name {
    margin-bottom: 20px;
	width: 75%;
    text-align: center;
    display: block;
    margin: 10px auto;
}

.new-arrivals .single-new-product .product-price h3 {
    font-size: 20px;
    margin-bottom: 50px;
}

.new-arrivals .single-new-product .product-btn {
    margin-bottom: 10px;
}

.new-arrivals .single-new-product .product-btn a {
    padding: 12px 30px;
}


.small-images .single-product {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.small-images .single-product .product-image {
    position: relative;
    background: linear-gradient(45deg, #c6a79e, #ffe8c8);

}


.small-images .single-product {
    text-align: center;
    background-color: rgb(170 117 108 / 10%);
}

.small-images .single-product .product-image ul {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    padding: 30px 5px;
    transform: translateY(30px);
    opacity: 0;
    z-index: -1;
    transition: all .48s ease
}

.small-images .single-product:hover .product-image ul {
    opacity: 1;
    z-index: 1;
    transform: translateY(0)
}

.small-images .single-product .product-image ul li {
    display: inline-block;
}

.small-images .single-product .product-image ul li:not(:last-child) {
    margin-right: 10px;
}

.small-images .single-product .product-image ul li button {
    border: 0;
    border-radius: 0;
    padding: 8px 13px 11px 11px;
    background: #aa756c;
}

.small-images .single-product .product-image ul li button:hover {
    background: #e98c7ea5;
}

.small-images .single-product .product-image ul li button i {
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
}

.small-images .single-product .product-name {
    padding: 10px;
}


.small-images .single-product .product-name h4 {
    font-size: 18px;
}

.small-images .single-product:hover .product-name h4 {
    color: #aa756c;
}

.small-images .single-product .product-name h5 {
    font-size: 16px;
}

.new-arrivals .section-btn {
    text-align: center;
    margin-top: 50px;
}

.new-arrivals .section-btn a {
    padding: 8px 16px;
    font-size: 14px;
}




















/* 00000000000000000000000000000000000000000000000   cart css  00000000000000000000000000000000000000000000000000000 */

.cart {
    padding: 80px 0px;
}


.cart .site-blocks-table {
    overflow-x: auto;
}

.cart .site-blocks-table .product-thumbnail img {
    width: 70%;
}



.cart .site-blocks-table .btn {
    padding: 4px 12px;
    color: #fff;
}

.cart .site-blocks-table thead th {
    padding: 20px 30px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
    color: #fff;
    background-color: #524f4f;
    font-size: 18px;
    width: calc(90% / 5);
}

.cart .site-blocks-table thead th:last-child {
    width: 10%;
}


/* product name  */
.cart .site-blocks-table tbody .product-name h2 {
    font-size: 16px;
}



/* - / + btn  */
.cart .site-blocks-table tbody .input-group {
    margin: 0px auto;
    max-width: 120px;
    width: 105px;
}

.cart .site-blocks-table tbody .input-group .input-group-prepend {
    background-color: #aa756c;
    border-radius: 0px 10px 10px 0px;

}

.cart .site-blocks-table tbody .input-group .input-group-append {
    background-color: #aa756c;

    border-radius: 10px 0px 0px 10px;
}

.cart .site-blocks-table tbody .input-group input {
    padding: 0px;
}



/* price  */
.cart .site-blocks-table tbody .price p {
    font-size: 14px;
}




.cart .site-blocks-table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #212529;
}

.cart .site-block-order-table td,
.cart .site-block-order-table th {
    color: #000000;
}




/* coupon section  */
.cart .coupon-section {
    padding: 20px 40px;
}

.cart .coupon-section .box-head {
    margin-bottom: 20px;
    padding-left: 10px;
    border-bottom: 1px solid #b2b2b2;
}

.cart .coupon-section .coupon-input-btn {
    display: flex;
    align-items: center;
    padding: 5px 0px;
    margin-bottom: 20px;
}

.cart .coupon-section .coupon-input {
    width: 100%;
}

.cart .coupon-section .coupon-input input {
    padding: 13px 20px 12px;
    border-radius: 50px;
}

.cart .coupon-section .coupon-btn {
    margin-left: 0px;
}

.cart .coupon-section .coupon-btn a {
    padding: 12px 14px;
    display: block;
    white-space: nowrap;
}

.cart .coupon-section .coupon-msg {
    display: flex;
    gap: 20px;
    padding-left: 15px;
}

.cart .coupon-section .coupon-msg span,
.cart .coupon-section .coupon-msg p {
    font-size: 16px;
}


/* .cart .coupon-section .apply-btn {
        margin-top: 31px;
        margin-bottom: 20px;
        text-align: end;
    } */




/*  checkout section  */
.cart .checkout-section {
    padding: 20px 40px;
    border: 1px solid #333;
}

.cart .checkout-section .box-head {
    margin-bottom: 20px;
    padding-left: 10px;
    border-bottom: 1px solid #b2b2b2;
}

.cart .checkout-section .amounts {
    margin-bottom: 20px;
}

.cart .checkout-section .amounts ul {
    list-style: none;
    margin: 0px;
    padding: 5px 10px;
}

.cart .checkout-section .amounts ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.cart .checkout-section .amounts ul li h5 {
    font-size: 18px;
}

.cart .checkout-section .amounts ul li span {
    font-size: 16px;
}

.cart .checkout-section .amounts ul li:last-child,
.cart .checkout-section .amounts ul li:last-child {
    border-top: 1px solid #b2b2b2;
    padding-top: 5px;
}

.cart .checkout-section .amounts ul li:last-child h5,
.cart .checkout-section .amounts ul li:last-child span {
    font-weight: 600;
}

.cart .checkout-section .checkout-btn {
    text-align: center;
    margin-bottom: 20px;
}

.cart .checkout-section .checkout-btn a {
    padding: 12px 30px;
}




/* 00000000000000000000000000000000000000000000000   wishlist css  00000000000000000000000000000000000000000000000000000 */


.wishlist {
    padding: 80px 0px;
}

.wishlist .site-blocks-table {
    overflow: auto;
}

.wishlist .site-blocks-table .product-thumbnail {
    width: 25%;
}

.wishlist .site-blocks-table .product-thumbnail img {
    width: 40%;
}



.wishlist .site-blocks-table .btn {
    padding: 4px 12px;
    color: #fff;
}

.wishlist .site-blocks-table thead th {
    padding: 20px 30px;
    text-align: center;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
    color: #fff;
    background-color: #524f4f;
    font-size: 18px;
    width: 30%;
}

.wishlist .site-blocks-table thead th:last-child {
    width: 10%;
}


/* products name  */
.wishlist .site-blocks-table tbody .product-name h2 {
    font-size: 19px;
}


/* price  */
.cart .site-blocks-table tbody .price p {
    font-size: 14px;
}



.wishlist .site-blocks-table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #212529;
}

.wishlist .site-block-order-table td,
.wishlist .site-block-order-table th {
    color: #000000;
}





/* 00000000000000000000000000000000000000000000000   checkout css  00000000000000000000000000000000000000000000000000000 */

.bill-section {
    padding: 80px 0px;
}

.billing-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.billing-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.billing-form label {
    color: #000000;
    font-size: 14px;
    margin-bottom: 5px;
}

.billing-form .icon {
    position: absolute;
    top: 50% !important;
    left: 15px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.billing-form .icon span {
    color: black !important;
}

.billing-form .select-wrap,
.billing-form .input-wrap {
    position: relative;
}

.billing-form .select-wrap select,
.billing-form .input-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.billing-form .form-control {
    font-weight: 300;
    border: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    height: 48px !important;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff !important;
    font-size: 14px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.billing-form .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}


.billing-form .form-control:focus,
.billing-form .form-control:active {
    border-color: #aa756c !important;
}

.billing-form textarea.form-control {
    height: inherit !important;
}


.billing-form .radio label {
    margin-right: 10px;
}

/* cart box css  */
.cart-total {
	padding-bottom: 20px;
    width: 100%;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.cart-total h3 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 13px 20px;
    margin-bottom: 20px;
    color: #fff;
    background-color: #524f4f;
}

.cart-total .All-prdcts {
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 10px;
}

.cart-total .All-prdcts .prdct-type,
.prdct-amount {
    font-weight: bold;
}

.cart-total .all-charges {
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 10px;
}



.cart-total p {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0px 20px;
}

.cart-total .p-attribute {
	font-size: 14px;
	width: 100%;
	margin-bottom: 20px !important;
	padding: 0px 20px;
}

.cart-total p .span-type {
    font-weight: bold;
}

.cart-total p.total-price span:first-child {
    text-transform: uppercase;
}

.cart-total p.total-price span {
    color: #000000;
    font-weight: 600;
}

.cart-total hr {
    background: rgba(255, 255, 255, 0.1);
}



/* payment box css  */
.payment-method {
    width: 100%;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.payment-method h3 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    padding: 13px 20px;
    color: #fff;
    background-color: #524f4f;
}

.payment-method .form-group {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 20px;
}


.payment-method div input {
    margin-right: 5px;
}

.payment-method .order-btn {
    padding: 20px;
    text-align: center;
}

/* 00000000000000000000000000000000000000000000000 our products css  00000000000000000000000000000000000000000000000000000 */
.shop-section {
    padding: 80px 0px;
    position: relative;
}

.shop-section .sidebar {
    padding-right: 10px;
}

.shop-section .products-side .top-inputs {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.shop-section .products-side .top-inputs .enteries h6 span {
    font-weight: 600;
}


/* 000000000 */
.shop-section .products-side .top-inputs .sort-box {
    position: relative;
    display: flex;
    gap: 10px;
}

.shop-section .products-side .top-inputs .sort-box h6 {
    color: #976860;
}

.shop-section .products-side .top-inputs .sort-box select {
    color: #333;
    background-color: #ffffff94;
    width: 137px;
    padding: 4px;
    margin-top: -3px;
    font-size: 13px;
	text-align:left;
}

.shop-section .products-side .top-inputs .sort-box select:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
    border-color: transparent;
}



/* 000000000 */
input[type="radio"] {
    appearance: none;
    height: 13px;
    width: 13px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #333;
}

input[type="radio"]:hover {
    appearance: none;
    height: 13px;
    width: 13px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #aa756c;
}

input[type="radio"]:checked {
    appearance: none;
    height: 13px;
    width: 13px;
    background: #aa756c;
    border: 3px solid #FFF;
    box-shadow: 0 0 0 1px #333;
}



/* checkbox */



.sidebar-box-2 {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.sidebar-box-2 h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sidebar-box-2 .heading a {
    color: #000000;
}

.sidebar-box-2 ul {
    margin: 0;
    padding: 0;
}

.sidebar-box-2 ul li {
    font-size: 12px;
    list-style: none;
    margin-bottom: 10px;
}

.sidebar-box-2 ul li a {
    color: #000000;
}

.sidebar .panel {
    border-bottom: 1px solid #d4d2d0;
}

.panel-heading a {
    padding: 15px 0;
    display: block;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    background: transparent;
    color: #333;
    position: relative;
    box-shadow: none !important;
    cursor: pointer;
}

.panel-heading a i {
    position: absolute;
    left: 7px;
    font-size: 15px;
    top: 50%;
    line-height: 1;
    margin-top: -8px;
}

/* color filter  */
.sidebar-box-2 .category-filter {
    max-height: 180px !important;
    overflow-y: scroll;
}

.sidebar-box-2 .category-filter::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(128, 128, 128, 0.233);
}

.sidebar-box-2 .category-filter::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.44);
    border-radius: 20px;
}




.sidebar-box-2 .category-filter,
.sidebar-box-2 .size-filter,
.sidebar-box-2 .price-filter,
.sidebar-box-2 .season-filter,
.sidebar-box-2 .color-filter {
    margin: 10px 0px;
    padding: 5px 10px;
    background-color: #80808012;
}

.sidebar-box-2 .panel-body form div {
    padding: 10px 0px;
}

.category-filter .size {
    padding: 10px 0px;
}

.sidebar-box-2 form div label,
.sidebar-box-2 form div label {
    color: #aa756c;
}

.sidebar-box-2 form div label,
.sidebar-box-2 form div label {
    cursor: pointer;
}

/* .sidebar-box-2 .size-filter form div input[type='checkbox']:checked:after,
    .sidebar-box-2 .color-filter form div input[type='checkbox']:checked:after {
        width: 12px;
        height: 13px;
        background-color: #976860;
        position: relative;
        top: -3.6px;
        border-radius: 2px;
        content: '';
        display: inline-block;
        visibility: visible;
    }*/


.sidebar-box-2 .price-filter form div input[type='range'] {
    border-radius: 8px;
    height: 7px;
    width: 220px;
    outline: none;
    transition: background 450ms ease-in;
}


.sidebar-box-2 .category-filter form div input,
.sidebar-box-2 .size-filter form div input {
    margin-right: 5px;
}




/* single product section */
.shop-section .single-product {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    background-color: rgb(170 117 108 / 10%);
}

.shop-section .single-product .product-image {
    position: relative;
    background-image: linear-gradient(45deg, #c6a79e, #ffe8c8);
}




.shop-section .single-product .product-image ul {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    padding: 10px 5px;
    transform: translateY(30px);
    opacity: 0;
    z-index: -1;
    transition: all .48s ease
}

.shop-section .single-product:hover .product-image ul {
    opacity: 1;
    z-index: 1;
    transform: translateY(0)
}

.shop-section .single-product .product-image ul li {
    display: inline-block;
}

.shop-section .single-product .product-image ul li:not(:last-child) {
    margin-right: 10px;
}

.shop-section .single-product .product-image ul li button {
    border: 0;
    border-radius: 0;
    padding: 8px 13px 11px 11px;
    background: #aa756c;
}

.shop-section .single-product .product-image ul li button:hover {
    background: #e98c7ea5;
}

.shop-section .single-product .product-image ul li button i {
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
}

.shop-section .single-product .product-name {
    padding: 15px;
}

.shop-section .single-product .product-name h4 {
    white-space: nowrap;
    font-size: 18px;
}

.shop-section .single-product:hover .product-name h4 {
    color: #aa756c;
}

.shop-section .single-product .product-name h5 {
    font-size: 16px;
}







/* down page navs  */
.shop-section .block-27 {
    display: flex;
    justify-content: center;
}

.shop-section .block-27 ul {
    list-style: none;
    padding-left: 0;
    display: flex;
}

.shop-section .block-27 ul li a,
.shop-section .block-27 ul li span {
    color: #000000;
    background: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}

.shop-section .block-27 ul>span {
    margin: 10px 10px 0px 0px;
}

.block-27 ul li.active a,
.block-27 ul li.active span {
    background: #000000;
    color: #fff;
    border: 1px solid transparent;
}

/* 00000000000000000000000000000000000000000000000   product details css  00000000000000000000000000000000000000000000000000000 */
.single-product-details {
    padding: 80px 0px 0px;
    position: relative;
}
	.prdct-photos {direction:ltr;}

.prdct-photos img {
    width: 100%;
    display: block;
	cursor:pointer;
}

.prdct-photos .img-display {
    overflow: hidden;
}

.prdct-photos .img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.prdct-photos .img-showcase img {
    min-width: 100%;
}

.prdct-photos .img-select {
    display: flex;
    position: relative;
}



.prdct-photos .img-item:nth-child(1),
.prdct-photos .img-item:nth-child(2),
.prdct-photos .img-item:nth-child(3) {
    margin-right: 0;
}

.prdct-photos .img-item:hover {
    opacity: 0.8;
}
	

/* 000000000000 */
.single-product-details .img-select .swiper {
    margin-top: 10px !important;
}

/* 000000000000 */




.product-details {
    padding: 0 30px 30px 0;
}

.product-details h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.product-details .rating {
    display: flex;
    gap: 30px;
    text-align: left;
}

.product-details .rating .stars a {
    color: #aa756c;
}

.product-details .rating .stars a:first-child {
    margin-right: 5px;
    font-size: 18px;
}

.product-details .rating .stars a .fa-star {
    font-size: 12px;
}



.product-details .numbers a,
.product-details .sold a {
    color: #333;
    font-size: 18px;
    font-weight: 400;
}

.product-details .numbers a span,
.product-details .sold a span {
    font-size: 16px;
    font-weight: normal;
    color: #646464;
}


/* Price  */
.product-details .price {
    color: #000000;
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-details .price p {
    text-decoration: line-through;
    font-size: 22px;
}

/* stock  */
.product-details .stock h5 {
    color: #1bb26c;
    margin-bottom: 30px;
    font-weight: 600;
	font-size:15px;
}

/* product description  */
.product-details .product-description p {
    margin-bottom: 20px !important;
}


/* product size, color and quantity */
.product-details .product-size,
.product-details .product-color,
.product-details .jacket-length,
.product-details .product-quantity {
    margin-bottom: 30px;
    display: flex;
    align-items: baseline;
}

.product-details .product-size strong,
.product-details .product-color strong,
.product-details .jacket-length strong,
.product-details .product-quantity strong {
    font-size: 17px;
    margin-left: 20px;
}

/* product size */
.product-size .form,
.jacket-length .form,
.product-color .form {
    display: flex;
    flex-wrap: wrap;
}

.product-size .form label,
.jacket-length .form label,
.product-color .form label {
    margin-left: 20px;
    font-size: 17px;
}

.product-size .form input {
    margin-left: 3px;
	width:21px; height:21px;
}
.product-size .form label {display:inline-flex; align-items: center;}
	
.product-color .form input {
    margin-left: 3px;
	width:21px; height:21px;
}
.product-color .form label {display:inline-flex; align-items: center;}

.product-color .form input {
    margin-right: 1px;
}


.jacket-length select {
    font-size: 15px;
}

.jacket-length select:focus {
    border-color: transparent;
    box-shadow: 0px 0px transparent !important;
}




.jacket-length select:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.jacket-length select .dropdown-item.active {
    background-color: #dac2be !important;
}

.jacket-length select a {
    color: #222 !important;
    padding-left: 10px !important;
    font-size: 12px;
}

.jacket-length .sort-box a {
    color: #333;
}




/* product quantity */
.product-details .product-quantity {
    margin-bottom: 50px;
}

.product-details .product-quantity button i {
    color: #000000;
}


.product-details .quantity-left-minus {
    background: #aa756c !important;
    padding: 0 15px;
    border-radius: 0px 10px 10px 0px;
}

.product-details .quantity-right-plus {
    background: #aa756c !important;
    padding: 0 15px;
    border-radius: 10px 0px 0px 10px;
}

.product-details .quantity-left-minus i,
.product-details .quantity-right-plus i {
    color: #fff !important;
}

.product-quantity button,
.product-details .product-quantity .form-control {
    height: 40px !important;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #aa756c;
    padding: 10px 7px;
    background: transparent !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
}

.product-details .product-quantity .form-control {
    width: 20%;
}

.product-details .form-group .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000000;
}

.product-details .form-group .icon span {
    color: #000000;
}

/* but btn  */
.product-details .buy-btns button {
    padding: 12px 30px;
}

/* customer's note  */
.customer-note textarea {
    border-radius: 5px;
    padding: 5px;
    margin-top: 50px;
    background-color: #ffffffa1;
    width: 100%;
}

.customer-note textarea:focus-visible {
    outline: 0;
}


/* social links */
.product-details .social-links {
    margin-top: 30px;
    display: flex;
    gap: 30px;
    align-items: baseline;
}

.product-details .social-links h5 i {
    font-size: 15px;
}

.product-details .social-links ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    gap: 10px;
    padding-right: 0;
}

.product-details .social-links ul li a {
    color: #aa756c;
    font-size: 20px;

}

.product-description-details .section-head {
    border-bottom: 1px solid #3333333f;
    margin-bottom: 20px;
}

.product-description-details .section-head ul {
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

.product-description-details .heads a {
    text-align: center;
    padding: 20px 30px !important;
    color: #000000;
    font-size: 22px;
    position: relative;
    border-bottom: 2px solid #aa756c;
    background: rgba(0, 0, 0, 0.05);
    min-width: 30%;
}

/* .product-description-details .heads a.active {
        font-weight: 700;
        color: #aa756c;
        border: 1px solid #aa756c;
        box-shadow: 0px 4px 10px #33333349;
    } */



.product-description-details .tab-content {
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.198);
}

.product-description-details .tab-content .description,
.product-description-details .tab-content .Manufacturer,
.product-description-details .tab-content .reviews {
    padding: 20px;
}

.product-description-details .tab-content .description p {
    margin-bottom: 20px !important;
}

.product-description-details .tab-content .review {
    width: 100%;
    margin-bottom: 30px;
    display: block;
    float: left;
}

.product-description-details .tab-content .review .user-img {
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
}

.product-description-details .tab-content .review .desc {
    width: calc(100% - 100px);
    float: right;
}

.product-description-details .tab-content .review .desc h4 {
    display: flex;
    margin-bottom: 10px;
}

.product-description-details .tab-content .review .desc h4 span {
    width: 49%;
    display: inline-block;
}

.product-description-details .tab-content .review .desc h4 span:first-child {
    font-size: 16px;
}

.product-description-details .tab-content .review .desc h4 span:last-child {
    font-size: 12px;
    color: #b3b3b3;
}

.product-description-details .tab-content .review .desc .star {
    width: 100%;
}

.product-description-details .tab-content .review .desc .star span {
    width: 49%;
    display: inline-block;
}

.product-description-details .tab-content .review .desc .star i {
    color: #aa756c;
}

.product-description-details .tab-content .review .desc .star .reply {
    padding: 2px 10px;
    background: #f0f0f0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.product-description-details .tab-content .review .desc .star .reply i {
    color: gray;
    font-size: 12px;
}



.rating-wrap {
    width: 100%;
    display: block;
    text-align: center;
}

.rating-wrap .star {
    display: block;
    width: 100%;
    margin-bottom: 20px !important;
}

.rating-wrap .star span {
    display: inline-block;
    color: #b3b3b3;
}

.rating-wrap .star span i {
    color: #aa756c;
}

.rating-wrap .star span:first-child {
    width: 62%;
}

.rating-wrap .star span:last-child {
    width: 32%;
}


/* 00000000000000000000000000000000000000000000000   about us  css  00000000000000000000000000000000000000000000000000000 */
.about-us {
    padding: 80px 0px 0px;
}

.description .main-section {
    margin-bottom: 0px;
}

.main-section .heading {
    margin-bottom: 30px;
}


.main-section .section-btn a {
    margin-top: 30px !important;
}

.description .about-us {padding:0;}
.description .about-us .main-section{margin:0;}
.description p {font-size:16px; letter-spacing:1px; }




.vision-mission {
    padding: 50px 0px 50px;
}

.vision-mission .vision {
    margin-bottom: 20px;
}

.vision-mission .vision,
.vision-mission .mission {
    text-align: center;
}

.vision-mission .section-description {
    padding: 20px;
}

.vision-mission .section-description p {
    font-size: 16px;
}

.vision-mission .section-description .heading {
    margin-bottom: 20px;
}

.description .about-us {
    padding: 0;
}

.description a {
    margin-top: 0;
}

/* 00000000000000000000000000000000000000000000000   services css  00000000000000000000000000000000000000000000000000000 */

.services .service-contents {
    padding: 80px 0px 0px;
}

.services .service-contents .small-heading {
    margin-bottom: 20px;
    text-align: center;
}

.services .service-contents .small-heading h5 {
    text-transform: uppercase;
    letter-spacing: 3px;
}


.services .service-contents .section-headlines {
    padding: 10px 2px;
    margin-bottom: 30px;
}

.services .service-contents .section-headlines h2 {
    font-size: 35px;
    margin-bottom: 20px;
    text-align: center;
}

.services-tiles {
    margin-bottom: 70px;
}



.single-service .service-icon-and-details {
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    min-height: 290px;
    padding: 25px 20px 10px;
    margin-bottom: 30px;
    border: 1px solid #d4d2d0;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.198);
    transition: .5s;
}

.single-service .service-icon-and-details:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 50px rgba(33, 33, 33, .1);
    border: 1px solid #aa756c;
}

.single-service .service-icon-and-details .icon {
    padding: 0px 20px;
    font-size: 50px;
    color: #aa756c;
    width: 40%;
}

.single-service .service-icon-and-details .service-details {
    width: 60%;
}

.single-service .service-icon-and-details .icon img {
    width: 100%;
    margin-bottom: 20px;
}

.single-service .service-icon-and-details .detail {
    padding: 0px 10px;
}

.single-service .service-icon-and-details .detail h3 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: -15px;
}


.single-service .service-icon-and-details .detail .service-text p {
    line-height: 25px;
    font-size: 18px;
}





/* 00000000000000000000000000000000000000000000000   My account css  00000000000000000000000000000000000000000000000000000 */


/********* My Account CSS *********/
.my-account {
    padding: 80px 0;
}

.my-account .nav.nav-pills {
    border-bottom: 1px solid #bebebe !important;
    margin-bottom: 15px;
}

.my-account .nav.nav-pills ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 15px;
}

.my-account .nav.nav-pills ul li {
    display: inline-block;
    margin-right: 10px;
}

.my-account .nav.nav-pills .nav-link {
    font-size: 14px;
    padding: 15px 18px;
    color: #353535;
    background: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid #dddddd;
    transition: all .3s;
}

.my-account .nav.nav-pills .nav-link:last-child {
    border-bottom: none;
}

.my-account .nav.nav-pills .nav-link:hover,
.my-account .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #aa756c;
}

.my-account .nav.nav-pills .nav-link i {
    margin-left: 10px;
}




.my-account .tab-content {
    padding: 30px;
    background-color: #fff;
    border-radius: 2px;
}

.my-account .tab-content .tab-pane h2 {
    display: inline-block;
    margin-bottom: 50px;
    border-bottom: 2px solid #333;
}

.my-account .tab-content .form-control {
    font-weight: 400;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    height: 48px !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    background: transparent !important;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: none !important;
}

.my-account .tab-content .form-control::placeholder {
    color: #b2b2b2;
}

.my-account .tab-content .form-control:focus,
.my-account .tab-content .form-control:active {
    border-color: #aa756c !important;
}


.my-account .tab-content .account-details h4 {
    margin-bottom: 5px;
}


.my-account .tab-content .account-details .update-btn,
.my-account .tab-content .password .save-btn {
    margin-top: 20px;
}

.my-account .tab-content .account-details a,
.my-account .tab-content .password a {
    padding: 12px 15px;
}

.my-account .tab-content .password h4 {
    margin-bottom: 5px;
}


/* address  */
.my-account .tab-content .address-box {
    padding: 10px 30px 10px 10px;
    border: 1px solid #b2b2b290;
    border-radius: 10px;
    margin-bottom: 20px;
}

.my-account .tab-content .address-box:hover {
    border: 1px solid #aa756c;
    box-shadow: 0px 1px 8px #33333327;
}

.my-account .tab-content .address-box h4 i {
    color: #aa756c;
}


.my-account .tab-content .address-box .mobile {
    margin-top: -5px;
    margin-bottom: 20px;
}


.my-account .tab-content .address-box .edit-btn {
    display: block;
    float: right;
    margin-top: -80px;
}





/* orders  */
.orders .site-blocks-table {
    overflow-x: auto;
}

.orders .site-blocks-table thead th {
    padding: 20px 30px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
    color: #fff;
    background-color: #524f4f;
    font-size: 18px;
    width: calc(90% / 5);
}

.orders .site-blocks-table thead th.product-thumbnail {
    white-space: nowrap;
}

@media (max-width: 575px) {
    .orders .site-blocks-table thead th {
        font-size: 14px;
        padding: 15px 35px;
    }
}

.orders .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: #212529;
}

.orders .site-blocks-table td.view-btn a {
    padding: 8px 10px;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    background-color: #aa756c;
    color: #fff;
}

.orders .site-blocks-table tbody tr {
    white-space: nowrap;
}




/* payment  */
.my-account .tab-content .payment-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 30px 20px 10px;
    border: 1px solid #b2b2b279;
    border-radius: 10px;
    margin-bottom: 20px;
}

.my-account .tab-content .payment-box img {
    width: 7%;
    margin-right: 20px;
}

.my-account .tab-content .payment-box input {
    margin-right: 10px;
}

.my-account .tab-content .payment-box .edit-btn {
    position: absolute;
    top: 38%;
    right: 30px;
}

.my-account .tab-content .cards-methods .payment-box .name h5 {
    font-size: 16px;
}

.my-account .tab-content .upi-methods .payment-box .name {
    display: flex;
    align-items: center;
}

.my-account .tab-content .upi-methods .payment-box .name h5 {
    margin-top: 12px;
}

/* 00000000000000000000000000000000000000000000000   order details  00000000000000000000000000000000000000000000000000000 */


.order-details {
    padding: 80px 0px;
}

.order-details .order-id {
    margin-bottom: 20px;
}

.order-details .top-row {
    margin-bottom: 30px;
}

.order-details .order-name {
    border: 1px solid #333;
    padding: 20px;
}

@media (max-width:768px) {
    .order-details .order-name {
        margin-bottom: 20px;
        padding: 10px;
    }

}

.order-details .order-name h2 {
    margin-bottom: 10px;
}

.order-details .order-name .details p span {
    font-weight: bold;
    float: right;
    margin-left: 4px;
}

.order-details .status {
    border: 1px solid #333;
    padding: 20px;
}

@media (max-width:768px) {
    .order-details .status {
        padding: 10px;
    }

}

.order-details .status div p span {
    font-weight: bold;
    float: right;
    margin-left: 4px;
}


.order-details .site-blocks-table {
    overflow-x: auto;
}

.order-details .site-blocks-table .product-thumbnail img {
    width: 40%;
}

@media (max-width: 991px) {
    .order-details .site-blocks-table .product-thumbnail img {
        width: 55%;
    }
	.product-size .form label, .jacket-length .form label, .product-color .form label {font-size:15px;}
	.banner {background-position: left center;}
}

@media (max-width: 767px) {
    .order-details .site-blocks-table .product-thumbnail img {
        width: 80%;
    }
	
	.Featured-products .single-product .product-image img, .related-products .single-product .product-image img, .new-arrivals .single-product .product-image img, .shop-section .single-product .product-image img{
	width:100%;}
	
	.main-slider-banner .carousel-indicators [data-bs-target] {margin-right:4px; margin-left:4px;}
	.shoprow {flex-direction: column-reverse;}
	
}

@media (max-width: 575px) {
    .order-details .site-blocks-table .product-thumbnail img {
        width: 100%;
    }
}






.order-details .site-blocks-table .btn {
    padding: 4px 12px;
    color: #fff;
}

.order-details .site-blocks-table thead th {
    padding: 20px 30px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
    color: #fff;
    background-color: #524f4f;
    font-size: 18px;
    width: calc(90% / 5);
}



@media (max-width: 575px) {
    .order-details .site-blocks-table thead th {
        font-size: 14px;
        padding: 15px 35px;
    }
}



.order-details .site-blocks-table thead th:last-child {
    width: 10%;
}


/* product name  */
.order-details .site-blocks-table tbody .product-name h2 {
    font-size: 19px;
}

@media (max-width: 850px) {
    .order-details .site-blocks-table tbody .product-name h2 {
        font-size: 17px;
    }
	.Featured-products .single-product .product-image img, .related-products .single-product .product-image img, .new-arrivals .single-product .product-image img, .shop-section .single-product .product-image img{
	width:100%;}

	
	
}

@media (max-width: 767px) {
    .order-details .site-blocks-table tbody .product-name h2 {
        font-size: 14px;
    }
}









/* - / + btn  */
.order-details .site-blocks-table tbody .input-group {
    margin: 0px auto;
    max-width: 120px;
}

.order-details .site-blocks-table tbody .input-group .input-group-prepend {
    background-color: #aa756c;
    border-radius: 10px 0px 0px 10px;
}

.order-details .site-blocks-table tbody .input-group .input-group-append {
    background-color: #aa756c;
    border-radius: 0px 10px 10px 0px;
}

.order-details .site-blocks-table tbody .input-group input {
    padding: 0px;
}



/* price  */
.order-details .site-blocks-table tbody .price p {
    font-size: 14px;
}


.order-details .site-blocks-table tbody td .payment p {
    margin-bottom: 10px !important;
    font-weight: bold;
    white-space: nowrap;
}

.order-details .site-blocks-table tbody td .charges p {
    margin-bottom: 10px !important;
    white-space: nowrap;
}

@media (max-width:575px) {

    .order-details .site-blocks-table tbody td .payment p,
    .order-details .site-blocks-table tbody td .charges p {
        font-size: 13px;
    }
}




.order-details .site-blocks-table td {
    padding: 10px;
    text-align: right;
    vertical-align: middle;
    color: #212529;
}

.order-details .site-blocks-table tbody tr:last-child {
    border-top: 2px solid black;
}

.order-details .site-block-order-table td,
.order-details .site-block-order-table th {
    color: #000000;
}


/* 00000000000000000000000000000000000000000000000   contact us  00000000000000000000000000000000000000000000000000000 */

.contact-us {
    padding-top: 80px;
}

.contact-us .icon {
    margin-bottom: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 20px;
}

.contact-us .icon span {
    font-size: 36px;
    color: #aa756c;
}

.contact-us .icon h4 {
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 18px;
}

.contact-us .icon p {
    color: #666666;
    margin-bottom: 0;
    direction: ltr;
}


/*---------------------
  Contact Form
-----------------------*/

.contact-form-title {
    margin-bottom: 50px;
    text-align: center;
}

.contact-form-title h2 {
    color: #1c1c1c;
    font-weight: 700;
}

.contact-form {
    padding: 80px 300px;
}

/* inside map div */

/*---------------------
  Map
-----------------------*/

.map {
    height: 500px;
    position: relative;
}

.map iframe {
    width: 100%;
}

.map .map-inside {
    position: absolute;
    left: 50%;
    top: 160px;
    -webkit-transform: translateX(-175px);
    -ms-transform: translateX(-175px);
    transform: translateX(-175px);
}

.map .map-inside i {
    font-size: 48px;
    color: #7fad39;
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translateX(-18px);
}

.map .map-inside .inside-widget {
    width: 350px;
    background: #ffffff;
    text-align: center;
    padding: 23px 0;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
    box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
}


.map .map-inside .inside-widget:after {
    position: absolute;
    left: 50%;
    bottom: -40px;
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-8px);
    border: 16px solid transparent;
    border-top: 30px solid #ffffff;
    content: "";
    z-index: -1;
}

.map .map-inside .inside-widget h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 4px;
}

.map .map-inside .inside-widget ul {
    padding-left: 0;
}

.map .map-inside .inside-widget ul li {
    list-style: none;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

/* contact form  */
.contact-form form input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #000000;
    padding-right: 20px;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.contact-form form input::placeholder {
    color: #6f6f6f;
}

.contact-form form textarea {
    width: 100%;
    height: 150px;
    font-size: 16px;
    color: #000000;
    padding-right: 20px;
    margin-bottom: 24px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding-top: 12px;
    resize: none;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.contact-form form textarea::placeholder {
    color: #6f6f6f;
    font-family: 'Noto Kufi Arabic', sans-serif;
}



.contact-form form input:focus-visible,
.contact-form form textarea:focus-visible {
    outline: none !important;
    box-shadow: 5px 5px 10px #3333332e;
}

.contact-form form a {
    padding: 10px 28px;
    font-size: 13px;
}

.contact-form form a:hover {
    padding: 10px 28px;
    font-size: 13px;
}

.contact-form form a i {
    margin-left: 2px;
}



/* 00000000000000000000000000000000000000000000000   footer css  00000000000000000000000000000000000000000000000000000 */
.footer {
    padding: 20px 20px 20px;
    background-image: linear-gradient(to bottom, #000000ab, #875148bf), url(../img/products/middelbanner2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



/* brand-details */

.footer .brand-details {
    padding: 10px;
    text-align: center;
}

.footer .brand-details div {
    margin-bottom: 20px;
}

.footer .brand-details div:last-child {
    margin-bottom: 0px;
}

.footer .brand-details p {
    color: #fff;
    font-size: 13px;
}




/* footer logo  */
.footer .brand-details .footer-logo img {
    width: 120px;
}





/* social icons  */
.footer .brand-links {
    text-align: center;
    padding-top: 125px;
}

.footer .brand-links .social-links {
    margin-bottom: 25px;
}

.footer .brand-links .social-links ul {
    list-style: none;
    padding-left: 0px;
}

.footer .brand-links .social-links ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer .brand-links .social-links ul li a {
    padding: 9px 15px;
    color: #fff;
    background-color: #aa756c;
    border-radius: 50px;
    transition: .2s;
}

.footer .brand-links .social-links ul li a:hover {
    color: #333;
    background-color: #fdf6e6;
}


/* contact  */
.footer .brand-links .brand-contact {
    display: block;
    direction: ltr;
}

.footer .brand-links .brand-contact a {
    color: #fff;
    font-size: 13px;
}

.footer .brand-links .brand-contact a:first-child {
    margin-right: 15px;
}

/* policy btns  */





/* quick links  */
.footer-navs {
    text-align: center;
    padding-top: 10px;
}

.footer .col-heading {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.footer .col-list ul {
    list-style: none;
    padding-left: 0px;
    padding-right: 0;
}

.footer .col-list ul li {
    margin-bottom: 12px;
}

.footer .col-list ul li a {
    color: #fff;
    font-size: 15px;
    transition: .3s;
}

.footer .col-list ul li a:hover {
    color: #aa756c;
}



.subcategory_box {padding-right:15px; padding-top:10px;}
.subcategory_box {padding-left:0px;} 


/* footer-copyright-social */
.footer .footer-copyright {
    margin-top: 20px;
    border-top: 1px solid #e98d7e;
    display: flex;
    justify-content: space-between;
}

.footer .footer-copyright .copyright,
.footer .footer-copyright .links {
    padding-top: 19px;
}

.footer .footer-copyright .copyright p {
    color: #fff;
    font-size: 15px;
    text-align: left;
}

.footer .footer-copyright .copyright p a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.footer .footer-copyright .links a {
    color: #fff;
    font-size: 15px;
    margin-right: 30px;
    font-weight: 700;
}

.footer .footer-copyright .links a:last-child {
    margin-right: 0px;
}
	.copyright {direction:ltr;}

/* 00000000000000000000000000000000000000000000000   failed page   00000000000000000000000000000000000000000000000000000 */

.failed-order {
	position: relative;
	min-width: 100vw;
	min-height: 100vh;
}

.failed-order .content {
	position: absolute;
	height: 400px;
	width: 550px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.failed-order .msg-box {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    position: relative;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 2px 20px rgb(159, 159, 159);
}

.failed-order .msg-box img {
    position: absolute;
    width: 100%;
}

.failed-order .msg-box .icon {
    padding: 20px 0px;
}

.failed-order .msg-box .icon i {
    font-size: 70px;
    margin-bottom: 10px;
    color: #e62e2e;
}

.failed-order .msg-box .icon h1 {
    font-family: 'Agbalumo';
    font-size: 30px;
    color: #e62e2e;
    margin-bottom: 30px;
}

.failed-order .msg-box .icon h3 {
    margin-bottom: 15px;
}

.failed-order .msg-box .id {
    padding: 20px 0px;
}

.failed-order .msg-box .id h3 {
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    color: #bf4242;
}

.failed-order .msg-box .btns {
    margin: 20px 0px;
}

/* 00000000000000000000000000000000000000000000000   privacy policy   00000000000000000000000000000000000000000000000000000 */
.privacy-policy {
    padding: 80px 0px;
}

.privacy-policy h1 {
    margin-bottom: 20px;
}

.privacy-policy div {
    margin-bottom: 40px;
}

.privacy-policy div h2 {
    margin-bottom: 10px;
}

/* 00000000000000000000000000000000000000000000000   Term and Conditions  00000000000000000000000000000000000000000000000000000 */
.terms-and-condition {
    padding: 80px 0px;
}

.terms-and-condition h1 {
    margin-bottom: 20px;
}

.terms-and-condition div {
    margin-bottom: 40px;
}

.terms-and-condition div h2 {
    margin-bottom: 10px;
}

.price {
    display: inline-flex;
}

.original-price {
    margin-right: 5px;
}

/* 00000000000000000000000000000000000000000000000   MEDIA QUERIES   00000000000000000000000000000000000000000000000000000 */

@media(min-width:1540px) {

    .banner .offer-content {
        padding: 200px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

}

@media(max-width:1423px) {
    .bill-section {
        padding: 80px 120px;
    }
}

@media(max-width:1375px) {

    .my-account {
        padding: 80px 30px;
    }

    .shop-section {
        padding: 80px 40px;
    }

    .category-section {
        padding: 80px 50px 0px;
    }

    .Featured-products {
        padding: 80px 50px;
    }

    .related-products {
        padding: 80px 50px;
    }

    .new-arrivals {
        padding: 80px 50px 80px;
    }

    .contact-us {
        padding: 80px 50px 0px;
    }

    .contact-form {
        padding: 80px 50px;
    }

    .services .service-contents {
        padding: 80px 50px 0px;
    }

    .cart {
        padding: 80px 50px;
    }

    .single-product-details {
        padding: 80px 50px 80px;
    }


}

@media(max-width:1200px) {
    .banner .offer-content {
        padding: 100px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .modal-search-header {
        width: 100%;
        height: 0px;
        left: 0px;
        padding: 20px 0px 70px;
        z-index: 10;
        transition: .5s;
    }

    .wrap-search-header a {
        color: #fff;
        font-size: 22px !important;
        position: absolute;
        left: 28.4%;
        top: 27px;
        transition: .3s;
    }



    .order-box .order-details {
        width: 39%;
    }

    .order-box .order-details h4 {
        font-size: 21px;
    }

    .order-box .order-price,
    .order-box .order-status {
        width: 18%;
    }

    .order-box .order-status {
        padding: 7px;
    }

    .order-box .order-status .order-date {
        font-size: 14px;
    }

    .header-navs ul li a {
        font-size: 14px;
    }

    .contact-us .icon {
        padding: 30px 16px;
    }

    .order-box .prdct-img {
        width: 20%;
    }

    .order-box .prdct-img img {
        width: 80%;
        padding-left: 15px;
        padding-top: 22px;
    }
}

@media(max-width:1085px) {

    .nav-btns .icons i {
        font-size: 19px;
        margin-right: 21px;
    }

    .nav-btns .search-btn i {
        position: relative;
        font-size: 20px;
        left: -35px;
        margin-right: -7px;
    }

    .main-slider-banner .slider-captions .slider-text {
        font-size: 25px;
		color:#fff;
    }

    .main-slider-banner .slider-captions .slider-title {
        font-size: 50px;
        font-weight: 600;
        letter-spacing: -1px;
        margin-bottom: 40px;
		color:#fff;
    }

    .single-box {
        margin-bottom: 30px;
        position: relative;
    }

    .category-section {
        padding: 50px 30px 0px;
    }

    .Featured-products {
        padding: 80px 30px;
    }

    .related-products {
        padding: 80px 30px;
    }

    .new-arrivals {
        padding: 80px 30px 80px;
    }

    .contact-us {
        padding: 80px 30px 0px;
    }

    .contact-form {
        padding: 80px 30px;
    }

    .services .service-contents {
        padding: 80px 30px 0px;
    }


    .banner .offer-content {
        padding: 100px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .new-arrivals .single-new-product {
        text-align: center;
        background-color: #f6f6f6;
        margin-bottom: 50px;
    }

    .small-images .single-product .product-image img {
        width: 100%;
    }

    .new-arrivals .single-new-product .product-tagline h5 {
        font-size: 22px;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

    .new-arrivals .single-new-product .product-heading h1 {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 28px;
    }

    .new-arrivals .single-new-product .product-image img {
        width: 55%;
    }

    .new-arrivals .single-new-product .product-btn {
        margin-bottom: 10px;
        padding: 0px 20px;
    }

    .new-arrivals .single-new-product .product-btn a {
        padding: 15px 15px;
    }

    .new-arrivals .single-new-product .product-btn a:nth-child(1) {
        padding: 15px 25px;
    }

    .small-images .single-product .product-name h4 {
        font-size: 16px;
    }

    .cart {
        padding: 80px 30px;
    }

    .bill-section {
        padding: 80px;
    }

    .modal-search-header {
        width: 100%;
        height: 0px;
        left: 0px;
        padding: 20px 0px 70px;
        z-index: 10;
        transition: .5s;
    }




    .order-box .order-details {
        width: 38%;
    }

    .order-box .order-details h4 {
        font-size: 18px;
    }

    .order-box .order-details .order-id,
    .order-box .order-details .size,
    .order-box .order-details .color {
        font-size: 13px;
    }

    .order-box .order-price .qty {
        font-size: 13px;
    }


    .order-box .order-price,
    .order-box .order-status {
        width: 18%;
    }

    .order-box .order-status {
        padding: 7px;
    }

    .order-box .order-status .order-date {
        font-size: 13px;
    }

    .order-box .order-status .status-p {
        padding: 6px 10px;
    }

    .order-box .order-status .status-d {
        padding: 7px 12px;
    }

    .order-box .order-status .status-c {
        padding: 6px 10px;
    }

    .my-account .tab-content .payment-box img {
        width: 9%;
        margin-right: 20px;
    }

    .header-navs ul li a {
        font-size: 12px;
    }

    .single-box a .box-head {
        padding: 5px 35px 5px 10px;
    }

    .single-box a .box-head h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .single-box a .box-head p {
        font-size: 18px;
    }

    .category-section .swiper-arrows .fa-angle-left,
    .category-section .swiper-arrows .fa-angle-right {
        top: 43%;
    }

    .category-section .section-btn {
        text-align: center;
        margin-top: 0px;
    }

    .Featured-products .section-btn {
        text-align: center;
        margin-top: 0px;
    }

    .new-arrivals .section-btn {
        text-align: center;
        margin-top: 20px;
    }

    .contact-us .icon {
        padding: 25px 10px;
    }

    .single-service .service-icon-and-details .detail h3 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .single-product-details {
        padding: 80px 30px 80px;
    }
}

@media(max-width:991px) {

    .header-top,
    .header.white,
    .main-header {
        display: none;
    }


    /* responsive bar css  */
    .responsive-bar {
        display: block;
        width: 100%;
        height: 80px;
        position: relative;
        top: 0px;
        left: 0;
        padding: 5px 40px 5px 10px;
        box-sizing: border-box;
        z-index: 2000;
    }

    .responsive-bar .navbar {
        display: inline;
    }

    .responsive-bar .resbar-logo img {
        width: 70px;
    }

    .responsive-bar .offcanvas-header img {
        width: 30%;
    }

    nav {
        padding: 0;
    }


    nav .logo {
        display: none;
    }

    nav ul {
        width: 100%;
        display: none;
    }


    nav ul li {
        display: block;
        border-bottom: 2px solid #fff;
        width: 100%;
    }

    nav ul li a {
        display: block;
        text-align: right;
        font-size: 16px;
    }


    .header-navs ul li a {
        width: 100px;
    }


    .header-navs ul li a .active {
        display: block;
    }

    .main-header .brand-logo img,
    header.white .brand-logo img {
        display: none;
    }

    .nav-btns {
        display: flex;
        justify-content: end;
        margin-top: -45px;
    }

    .nav-content {
        padding: 100px;
        text-align: center;
    }

    .banner .offer-content h1 {
        font-size: 50px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .cart .checkout-section {
        padding: 20px 10px;
    }

    .cart .coupon-section {
        padding: 20px 10px;
    }

    .modal-search-header {
        padding: 15px 0px 58px;
    }

    .show-modal-search {
        top: 80px;
    }

    .wrap-search-header a {
        color: #fff;
        position: absolute;
        left: 29%;
        top: 23px;
    }

    .my-account {
        padding: 60px 20px;
    }

    .Featured-products .single-product .product-image ul,
    .related-products .single-product .product-image ul,
    .small-images .single-product .product-image ul,
    .shop-section .single-product .product-image ul {
        opacity: 1;
        z-index: 1;
        transform: translateY(0px);
        padding: 20px 0px;
    }

    .order-box .order-details {
        padding: 20px 5px;
    }

    .order-box .order-details {
        width: 37%;
    }

    .order-box .order-price,
    .order-box .order-status {
        width: 19%;
        padding: 10px;
    }

    .order-box .order-status .order-date {
        font-size: 11px;
    }

    .order-box .order-details h4 {
        font-size: 15px;
    }

    .order-box .order-details .order-id,
    .order-box .order-details .size,
    .order-box .order-details .color {
        font-size: 10px;
    }

    .order-box .order-status .status-p {
        padding: 6px 9px;
        font-size: 13px;
    }

    .order-box .order-status .status-d {
        padding: 7px 10px;
        font-size: 13px;
    }

    .order-box .order-status .status-c {
        padding: 6px 8px;
        font-size: 13px;
    }

    .order-box .order-price,
    .order-box .order-status {
        width: 19%;
        padding: 5px;
    }

    .cart-popup .cart-product {
        justify-content: start;
        gap: 60px;
    }

    .footer .brand-details .footer-logo img {
        width: 110px;
    }

    .main-slider-banner .slider-captions {
        top: 30%;
    }

    .cart .site-blocks-table td {
        padding: 5px;
    }

    .cart .site-blocks-table .product-thumbnail img {
        width: 80%;
    }

    .wishlist .site-blocks-table .product-thumbnail img {
        width: 55%;
    }

    .cart .site-blocks-table .btn {
        padding: 2px 10px;
    }

    .cart .site-blocks-table tbody .input-group {
        max-width: 100px;
    }
}

@media(max-width:850px) {

    .modal-search-header {
        padding: 15px 0px 58px;
    }

    .wrap-search-header input {
        color: #333;
        width: 98%;
        height: 100%;
		font-size:16px;
    }

    .wrap-search-header a {
        color: #111;
        position: absolute;
        left: 25px;
		top:15px;
		
    }

    .product-size form label,
    .product-color .form label {
        margin-right: 12px;
    }

    .my-account .nav.nav-pills .nav-link {
        font-size: 13px;
    }

    .my-account .nav.nav-pills .nav-link i {
        margin-left: 7px;
    }

    .single-box a .box-head {
        padding: 5px 30px 5px 10px;
    }


    .single-box a .box-head h3 {
        margin-bottom: 0px;
        font-size: 20px;
    }

    .single-box a .box-head p {
        font-size: 16px;
    }

    .cart .site-blocks-table tbody .product-name h2 {
        font-size: 16px;
    }

    .wishlist .site-blocks-table tbody .product-name h2 {
        font-size: 17px;
    }

    .cart .checkout-section .amounts ul {
        padding: 0px;
    }


    .footer .footer-copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-copyright .copyright p,
    .footer .footer-copyright .links {
        text-align: center;
    }
}

@media(max-width:767px) {
    .cart {
        padding: 80px 20px;
    }

    .cart .coupon-section {
        margin-bottom: 50px;
    }

    .bill-section {
        padding: 80px 20px;
    }

    .bill-section .cart-total {
        width: 100%;
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.05);
        padding: 20px;
        margin-bottom: 50px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 70px;
    }

    .main-slider-banner .slider-captions {
        color: #333;
        position: absolute;
        top: 28%;
        left: 11%;
    }

    .main-slider-banner .slider-captions .slider-text {
        font-size: 18px;
    }

    .main-slider-banner .slider-captions a,
    .main-slider-banner .slider-captions a:hover {
        padding: 10px 25px;
    }

    .main-slider-banner .slider-captions .slider-title {
        font-size: 40px;
        font-weight: 600;
        letter-spacing: -1px;
        margin-bottom: 30px;
    }

    .wrap-search-header input {
        font-size: 20px;
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 10px;
    }

    .wrap-search-header a {
        font-size: 23px !important;
        top: 20px;
    }

    .modal-search-header {
        padding: 15px 0px 58px;
    }

    .sign-in .login-form {
        margin: 30px;
        margin-top: -100px;

    }

    .my-account .tab-content {
        padding: 10px;
        padding-bottom: 30px;
    }

    .order-box {
        display: none;
    }

    .order-box-res {
        display: block;
    }

    .my-account .tab-content .payment-box img {
        width: 16%;
        margin-right: 15px;
    }

    .single-box a .box-head {
        padding: 5px 20px 5px 8px;
        left: 16px;
        bottom: 16px;
    }

    .single-box a .box-head h3 {
        margin-bottom: 0px;
        font-size: 14px;
    }

    .single-box a .box-head p {
        font-size: 10px;
    }

    .footer {
        padding: 40px 25px 20px;
    }

    .footer .brand-details {
        text-align: left;
        padding: 10px;
    }

    .footer .brand-details .footer-logo img {
        width: 90px;
    }

    .footer .brand-links {
        text-align: left;
        padding-top: 40px;
    }

    .footer-navs {
        text-align: left;
        margin-top: 40px;
    }

    .category-section .swiper-arrows .fa-angle-left,
    .category-section .swiper-arrows .fa-angle-right {
        top: 41%;
    }

    .category-section {
        padding: 50px 20px 0px;
    }

    .Featured-products {
        padding: 70px 20px;
    }

    .related-products {
        padding: 70px 20px;
    }

    .new-arrivals {
        padding: 70px 20px 50px;
    }

    .contact-us {
        padding: 80px 20px 0px;
    }

    .contact-form {
        padding: 80px 20px;
    }

    .services .service-contents {
        padding: 80px 20px 0px;
    }

    .single-service .service-icon-and-details .detail .service-text p {
        font-size: 17px;
    }

    .cart .site-blocks-table tbody .product-name h2 {
        font-size: 14px;
    }

    .wishlist .site-blocks-table tbody .product-name h2 {
        font-size: 14px;
    }

    .cart .site-blocks-table .product-thumbnail img {
        width: 100%;
    }

    .wishlist .site-blocks-table .product-thumbnail img {
        width: 80%;
    }

    .main-section .heading {
        margin-top: 30px;
    }

    .main-section .section-btn {
        text-align: center;
    }

    .single-product-details {
        padding: 80px 20px 80px;
    }

    .my-account .nav.nav-pills ul li {
        display: block;
        margin-bottom: 10px;
    }

}

@media(max-width:630px) {

    .nav-btns .search-btn i {
        position: relative;
        font-size: 20px;
        left: -35px;
        margin-right: -10px;
        margin-top: 8px;
    }


    .nav-btns .offcanvas-body .total-btns {
        bottom: 15px;
        width: 80%;
        position: absolute;
    }

    .modal-search-header {
        padding: 15px 0px 58px;
    }

    .product-description-details .heads a {
        padding: 15px 20px !important;
        color: #000000;
        min-width: 0%;
    }

    .shop-section {
        padding: 30px 0px;
    }

    .my-account .tab-content .payment-box img {
        width: 20%;
        margin-right: 10px;
    }

    .my-account .tab-content .cards-methods .payment-box .name {
        margin-top: 5px;
    }

    .my-account .tab-content .payment-box .edit-btn {
        position: absolute;
        top: 37%;
        right: 15px;
    }

    .my-account .tab-content .address-box .edit-btn {
        margin-right: -15px;
    }

    .footer .brand-details .brand-contact a {
        font-size: 13px;
    }

    .single-box a .box-head {
        bottom: 7px;
        left: 7px;
    }

    .single-box a .box-btn {
        margin: -3px 0px -2px;
    }

    .single-service .service-icon-and-details {
        min-height: 200px;
    }
	.nav-btns .nav-search-icon, .nav-btns .nav-cart-icon  {margin-left:30px;}
.nav-btns .nav-wishlist-icon {margin-left:50px;}

}

@media(max-width:575px) {

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, 0.616);
        padding: 13px 8px;
        background-position: 50%;
        background-size: 100% 100%;
    }
	.product-details h3 {font-size:25px;}

    .carousel-control-next,
    .carousel-control-prev {
        width: 35px;
    }

    .main-slider-banner .slider-captions .slider-title {
        font-size: 30px;
        font-weight: 600;
        letter-spacing: -1px;
        margin-bottom: 25px;
    }

    .main-slider-banner .slider-captions .slider-text {
        font-size: 15px;
    }

    .main-slider-banner .slider-captions a,
    .main-slider-banner .slider-captions a:hover {
        padding: 10px 15px;
    }

    .category-section {
        padding: 50px 10px 0px;
    }

    .Featured-products {
        padding: 50px 10px;
    }

    .related-products {
        padding: 50px 10px;
    }

    .new-arrivals {
        padding: 50px 10px;
    }

    .contact-us {
        padding: 80px 10px 0px;
    }

    .contact-form {
        padding: 80px 10px;
    }

    .services .service-contents {
        padding: 80px 10px 0px;
    }

    .new-arrivals .single-new-product .product-btn a:nth-child(1) {
        padding: 15px 25px;
        margin-right: 15px;
    }

    .nav-content {
        padding: 50px;
        text-align: center;
    }

    .nav-content h2 {
        color: #333;
        font-size: 40px;
        text-transform: uppercase;
    }

    .cart .coupon-section .coupon-input input {
        padding: 15px 15px;
        border-radius: 50px;
    }

    .nav-btns .offcanvas-body ul {
        list-style: none;
        padding-right: 0px;
    }

    .nav-btns .offcanvas-body .cart-btns {
        display: block;
        padding: 0px;
    }

    .nav-btns .offcanvas-body .cart-btns a {
        padding: 10px 25px;
        color: #fff;
        display: block;
        text-align: center;
    }

    .nav-btns .offcanvas-body .cart-total {
        display: flex;
        justify-content: space-between;
        padding: 10px 20px;
        margin-bottom: 10px;
    }

    .main-slider-banner .slider-captions .slider-title {
        font-size: 30px;
        font-weight: 600;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }

    .main-slider-banner .slider-captions a,
    .main-slider-banner .slider-captions a:hover {
        padding: 7px 10px;
        font-size: 10px;
    }

    .nav-btns .search-btn i {
        position: relative;
        font-size: 20px;
        left: -35px;
        margin-right: -10px;
        margin-top: 12px;
    }

    .nav-btns .icons {
        margin: 12px 0px 0px 0px;
    }

    .Featured-products .single-product .product-name {
        padding: 10px;
    }

    .related-products .single-product .product-name {
        padding: 10px;
    }

    .shop-section .single-product .product-name {
        padding: 10px;
    }

    .nav-btns {
        display: flex;
        justify-content: end;
        margin-top: -45px;
    }

    .wrap-search-header input {
        color: #333;
        font-size: 16px;
        width: 100%;
        height: 100%;
        padding-left: 15px;
    }

    .wrap-search-header a {
        color: #333;
        position: absolute;
        left: 10px;
        top: 8px;
    }

    .register form .input-icon input[name=firstName] {
        margin-bottom: 20px;
    }

    .sign-in .login-form {
        margin: 0px;
    }

    .product-description-details .heads a {
        padding: 10px 20px !important;
        font-size: 18px;
        min-width: 0;
    }

    .cart-popup .cart-product {
        gap: 35px;
    }

    .cart-popup .popup-btns a {
        padding: 10px 25px;
    }

    .wishlist-popup .popup-btns a {
        padding: 10px 25px;
        font-size: 14px;
    }

    .Featured-products .single-product .product-image ul,
    .related-products .single-product .product-image ul,
    .shop-section .single-product .product-image ul {

        padding: 7px 5px 9px;
    }


    .small-images .single-product .product-image ul {
        padding: 7px 5px 9px;
    }


    .Featured-products .single-product .product-image ul li button {
        padding: 2px 8px 5px 7px;
    }

    .Featured-products .single-product .product-image ul li button i {
        font-size: 12px;
    }

    .related-products .single-product .product-image ul li button {
        padding: 2px 8px 5px 7px;
    }

    .related-products .single-product .product-image ul li button i {
        font-size: 12px;
    }

    .small-images .single-product .product-image ul li button {
        padding: 2px 8px 5px 7px;
    }

    .small-images .single-product .product-image ul li button i {
        font-size: 12px;
    }

    .shop-section .single-product .product-image ul li button {
        padding: 2px 8px 5px 7px;
    }

    .shop-section .single-product .product-image ul li button i {
        font-size: 12px;
    }

    .category-section .row {
        --bs-gutter-x: 13px;
    }

    .category-section .section-btn {
        margin-top: -5px;
    }

    .Featured-products .section-btn {
        margin-top: -5px;
    }

    .related-products .section-btn {
        margin-top: -5px;
    }

    .new-arrivals .section-btn {
        margin-top: 15px;
    }

    .section-heading {
        margin-bottom: 30px;
    }

    #corner-whatsapp {
        width: 40px;
        height: 40px;
        bottom: 75px;
        right: 10px;
        font-size: 23px;
        padding: 2px 0px 0px 0px;
    }

    #back-to-top {
        padding: 7px 14px 7px 13px;
        font-size: 17px;
        bottom: 25px;
        right: 10px;
    }

    .nav-content .navitem span {
        font-size: 16px;
    }

    .nav-content .navitem span a {
        font-size: 16px;
    }

    .nav-content .navitem span p {
        font-size: 16px;
    }

    .site-blocks-table td {
        padding: 20px 10px;
    }


    .site-blocks-table tbody .product-name h2 {
        font-size: 17px;
    }

    .cart {
        padding: 80px 10px;
    }

    .shop-section .products-side .top-inputs {
        padding: 10px;
    }

    .shop-section .products-side .top-inputs .sort-box .dropdown-menu {
        right: 0px !important;
    }

    .product-details {
        padding: 30px 10px;
    }

    .single-service .service-icon-and-details .detail .service-text p {
        font-size: 13px;
    }

    .single-service .service-icon-and-details .detail h3 {
        font-size: 20px;
    }

    .cart .site-blocks-table thead th {
        font-size: 14px;
        padding: 15px 35px;
    }

    .wishlist .site-blocks-table thead th {
        font-size: 14px;
        padding: 15px 35px;
    }

    .wishlist .site-blocks-table .product-thumbnail img {
        width: 100%;
    }

    .single-product-details {
        padding: 80px 10px 80px;
    }

    .main-slider-banner .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
    }

    .main-slider-banner .carousel-indicators {
        margin-bottom: 5px;
    }

    .my-account {
        padding: 30px 0px;
    }

    .success-order .msg-box .icon i {
        font-size: 50px;
    }

    .shop-section .block-27 ul li a,
    .shop-section .block-27 ul li span {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

@media(max-width:450px) {

    .modal-search-header {
        padding: 15px 0px 58px;
    }


    .register .register-form {
        padding: 30px 15px;
    }

    .sign-in .login-form {
        padding: 30px 15px;
    }

    .my-account .tab-content .address-box {
        padding: 10px 15px 10px 10px;
    }

    .product-description-details .heads a {
        padding: 8px 10px !important;
        font-size: 16px;
        min-width: 0;
    }

    .product-size form label,
    .product-color .form label {
        margin-right: 17px;
    }

    .product-description-details .tab-content .review .desc {
        width: 100%;
        float: right;
        margin-top: 20px;
    }

    .my-account .tab-content .address-box .edit-btn {
        margin-right: 0px;
    }

    .cart-popup .cart-product {
        gap: 20px;
    }


    .nav-btns .nav-search-icon{
        margin-right: 35px;
    }

    .footer .brand-details .brand-contact {
        display: block;
    }

    .btn-hide-modal-search {
        font-size: 23px !important;
    }

    .category-section .row {
        --bs-gutter-x: 10px;
    }

    .single-box a .box-head {
        bottom: 7px;
        left: 7px;
        padding: 3px 5.5px 3px 5px;
    }

    .main-slider-banner .slider-captions {
        color: #333;
        position: absolute;
        top: 23%;
        left: 11%;
    }

    .category-section {
        padding: 50px 0px 0px;
    }

    .Featured-products {
        padding: 50px 0px;
    }

    .related-products {
        padding: 50px 0px;
    }

    .new-arrivals {
        padding: 50px 0px;
    }

    .contact-us {
        padding: 80px 0px 0px;
    }

    .contact-form {
        padding: 80px 0px;
    }

    .services .service-contents {
        padding: 80px 0px 0px;
    }

    .cart .coupon-section .apply-btn a {
        padding: 12px 20px;
    }

    .cart .coupon-section .coupon-btn a {
        padding: 12px 15px;
        font-size: 12px;
    }

    .cart .coupon-section .coupon-btn {
        margin-left: 0;
        margin-top: -2.2px;
    }

    .cart .coupon-section .coupon-input input {
        padding: 9px 15px 11px 15px;
    }

    .cart {
        padding: 80px 0px;
    }

    .shop-section .products-side .top-inputs {
        padding: 10px 0px;
        display: block;
        text-align: center;
    }

    .shop-section .products-side .top-inputs .enteries {
        margin-bottom: 10px;
    }


    .single-service .service-icon-and-details {
        padding: 15px 20px 10px 0px;
    }

    .single-service .service-icon-and-details .detail .service-text p {
        line-height: 20px;
    }

    .single-product-details {
        padding: 80px 0px 80px;
    }

    .success-order .msg-box .icon h1 {
        font-family: 'Agbalumo';
        font-size: 28px;
        color: #42bf5f;
        margin-bottom: 10px;
    }

    .shop-section .products-side .top-inputs .sort-box {
        position: relative;
        display: flex;
        gap: 10px;
        justify-content: center;
        margin-top: 5px;
    }


    .shop-section .products-side .top-inputs .sort-box .dropdown-menu {
        right: 15px !important;
    }

}

@media(max-width:412px) {
    .Featured-products .single-product .product-name h4 {
        font-size: 16px;
    }

    .related-products .single-product .product-name h4 {
        font-size: 16px;
    }

    .my-account .tab-content .payment-box {
        padding: 10px 15px 10px 10px;
        margin-bottom: 20px;
    }

    .map .map-inside .inside-widget {
        width: 210px;
        margin-left: 70px;
    }

    .cart-popup .cart-product {
        gap: 16px;
    }

    .shop-section .single-product .product-name h4 {
        font-size: 16px;
    }

    .success-order .msg-box .icon h1 {
        font-size: 24px;
    }
}

@media (max-width:380px) {
    .street {
        padding-right: 35px;
    }

    .product-size form label,
    .product-color .form label {
        margin-right: 11px;
    }

    .footer {
        padding: 40px 10px 30px;
    }

    .footer .brand-details .brand-address p {
        font-size: 14px;
    }

    .cart-popup .popup-btns a {
        padding: 12px 22px;
        font-size: 12px;
    }

    .wishlist-popup .popup-btns a {
        padding: 12px 17px;
        font-size: 12px;
    }

    .single-box a .box-head h3 {
        font-size: 12px;
    }

    .single-service .service-icon-and-details .detail h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .single-service .service-icon-and-details .detail {
        padding: 0px;
    }
}

@media(max-width:370px) {
    .nav-btns .offcanvas {
        background-color: #fff;
        padding: 30px 10px;
    }

    .new-arrivals .single-new-product .product-btn {
        margin-bottom: 10px;
        padding: 0px 0px;
    }

    .new-arrivals .single-new-product .product-btn a {
        padding: 15px 10px;
    }


    .Featured-products .single-product .product-name h4 {
        font-size: 14px;
    }

    .Featured-products .single-product .product-name h5 {
        font-size: 12px;
    }

    .related-products .single-product .product-name h4 {
        font-size: 14px;
    }

    .related-products .single-product .product-name h5 {
        font-size: 12px;
    }

    .small-images .single-product .product-name h4 {
        font-size: 14px;
    }

    .small-images .single-product .product-name h5 {
        font-size: 13px;
    }

    .my-account .tab-content .address-box .name-mobile {
        display: flex;
        align-items: baseline;
        gap: 10px;
    }

    .product-details .buy-btns button {
        padding: 15px 24px;
        margin-right: 10px;
    }

    .product-description-details .heads a {
        padding: 4px 7px !important;
        font-size: 15px;
    }

    .my-account .tab-content .address-box .street p {
        font-size: 12px;
    }

    .responsive-bar {
        height: 70px;
    }

    .responsive-bar .resbar-logo img {
        width: 60px;
    }

    .nav-btns {
        display: flex;
        justify-content: end;
        margin-top: -40px;
    }

    .new-arrivals .single-new-product .product-btn a:nth-child(1) {
        padding: 10px 22px;
        font-size: 13px;
    }

    .new-arrivals .single-new-product .product-btn a {
        padding: 10px 12px;
        font-size: 13px;
    }

    .footer .footer-copyright .links a {
        display: block;
        margin-right: 0px;
    }

    .show-modal-search {
        top: 70px;
    }

    .main-slider-banner .slider-captions {
        top: 20%;
    }

    .main-slider-banner .slider-captions .slider-title {
        margin-bottom: 5px;
    }

    .shop-section .single-product .product-name h4 {
        font-size: 14px;
    }

    .shop-section .single-product .product-name h5 {
        font-size: 12px;
    }

    .contact-form form a {
        padding: 10px 25px;
        font-size: 10px;
    }

    .contact-form form a:hover {
        padding: 10px 25px;
        font-size: 10px;
    }

    .nav-content h2 {
        font-size: 30px;
    }

    .nav-content {
        padding: 40px 30px 30px;
    }

    .success-order .msg-box .icon h1 {
        font-size: 20px;
    }

    .success-order .msg-box .id h4 {
        font-size: 19px;
    }

    .success-order .msg-box .email p {
        font-size: 12px;
    }

    .success-order .msg-box .btns a {
        padding: 12px 20px;
    }
}

@media(max-width:320px) {
    .nav-btns .offcanvas-body .cart-btns a {
        padding: 10px 15px;
        color: #fff;
    }

    .product-details .buy-btns button {
        padding: 10px 15px;
        margin-right: 10px px;
        font-size: 15px;
    }

    .nav-btns .nav-search-icon,
    .nav-btns .nav-cart-icon,
    .nav-btns .nav-wishlist-icon {
        margin-right: 25px;
    }

    .cart-popup .popup-btns a {
        padding: 10px 15px;
        font-size: 9px;
    }

    .single-box a .box-head h3 {
        font-size: 10px;
    }


    .single-box a .box-head {
        bottom: 3px;
        left: 3px;
        padding: 4px;
    }


}







.new-arrivals .single-new-product {
    padding: 5% 20px;
}

.small-images .single-product {
    margin-bottom: 4%;
}

@media only screen and (max-width: 1315px) and (min-width: 1215px) {
    .small-images .single-product.product-image-margin {
        margin-bottom: 10% !important;
    }

    .new-arrivals .single-new-product {
        padding: 4% 0px;
    }
}

@media only screen and (max-width: 1214px) and (min-width: 1114px) {
    .small-images .single-product.product-image-margin {
        margin-bottom: 10% !important;
    }

    .new-arrivals .single-new-product {
        padding: 3% 0px;
    }
}


@media only screen and (max-width: 1113px) and (min-width: 1086px) {
    .small-images .single-product.product-image-margin {
        margin-bottom: 12% !important;
    }

    .new-arrivals .single-new-product {
        padding: 3% 0px;
    }
}

@media only screen and (max-width: 1085px) and (min-width: 992px) {
    .small-images .single-product.product-image-margin {
        margin-bottom: 3% !important;
    }

    .new-arrivals .single-new-product {
        padding: 5% 0px;
    }
}

.original-price {
    text-decoration: line-through;
}

.success_message {
    margin-bottom: 26px;
    padding: 2px;
    border-radius: 2px;
    font-weight: 600;
    color: #0f7a139e;
    letter-spacing: 0.2px;
}

.failed_message {
    margin-bottom: 26px;
    padding: 2px;
    border-radius: 2px;
    color: #ff00006b;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.product-details .out-stock h5 {
    color: #930804;
    margin-bottom: 30px;
    font-weight: 600;
}



/* success page css  */


.success-order {
    position: relative;
    min-width: 100vw;
    min-height: 100vh;
}

.success-order .content {
    position: absolute;
    height: 400px;
    width: 550px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.success-order .msg-box {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 2px 20px rgb(159, 159, 159);
}

.success-order .msg-box .icon {
    margin-bottom: 20px;
}


.success-order .msg-box .icon h1 {
    font-family: 'Agbalumo';
    font-size: 30px;
    color: #42bf5f;
    margin-bottom: 10px;
}

.success-order .msg-box .icon h3 {
    margin-bottom: 15px;
}




.success-order .msg-box .id {
    margin-bottom: 20px;
}

.success-order .msg-box .id h4 span {
    font-family: sans-serif;
    letter-spacing: 2px;
    color: #aa756c;
    margin-bottom: 10px;
}



.success-order .msg-box .details ul {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
}

.success-order .msg-box .details ul li {
    border-right: 1px solid #a2a2a2;
    padding: 0px 15px;
}

.success-order .msg-box .details ul li:last-child {
    border-right: none;
}

.success-order .msg-box .details ul li span {
    font-weight: bold;
    color: #aa756c;
}





.success-order .msg-box .email {
    margin-bottom: 30px;
}

.success-order .msg-box .email p {
    font-size: 15px;
    margin-bottom: 3px !important;
}

.success-order .msg-box .email p span {
    font-family: sans-serif;
    color: #5b5b5b;
}

.success-order .msg-box .btns {
    margin: 20px 0px;
}



/* queries  */

@media (max-width:575px) {
    .success-order .msg-box .details ul li h6 {
        font-size: 14px;
    }

    .success-order .msg-box .details ul li span {
        font-size: 13px;
    }
}

@media (max-width:380px) {
    .success-order .msg-box .email p {
        font-size: 12px;
    }
}


.swiper-slide {
	min-width: 75px;
}

.phone a {
	unicode-bidi: plaintext
}
	
/* Product details - image scroll */
.single-product-details .prdct-photos .slider-for {
	margin-bottom: 15px;
}
.single-product-details .prdct-photos .slider-for .slick-arrow {
	background-color: #AA756C;
	color: #fff;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 4;
}
.single-product-details .prdct-photos .slider-for .slick-next {
	position: absolute;
	right: -10px;
	top: 45%;
	border-radius: 0px 5px 5px 0px;
}
.single-product-details .prdct-photos .slider-for .slick-prev {
	position: absolute;
	left: -10px;
	top: 45%;
	border-radius: 5px 0px 0px 5px;
}
.slider-nav .slick-slide {
	padding: 5px;
}
.slider-nav .slick-active.slick-current.slick-slide {
	opacity: 0.7;
}
/* Product details - image scroll */