@charset "UTF-8";
/*
*/
/*
.........................................
Table of Contents:
# Theme default CSS
#  Google Font 
# Common Style
# Common Classes
# Section Padding
# Overlay styles
# theme css
.........................................
*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&amp;display=swap");
/*-- Common Style --*/
*, *::after, *::before {
box-sizing: border-box;
}
html, body {
height: 100%;
}
body {
/*background-color: #f9f9f9;*/
font-family: "Rubik", sans-serif;
line-height: 28px;
font-size: 14px;
font-style: normal;
font-weight: normal;
visibility: visible;
/* color: #fff;*/ 
background:url(../images/bg1.jpg) repeat; background-attachment: fixed; 
/* text-transform: capitalize; */
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: list-item;
}
h1, h2, h3, h4, h5, h6 {
color: #222d39;
font-weight: 600;
margin-top: 0;
font-family: "Rubik", sans-serif;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 30px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 20px;
margin: 5px 0;
}
h6 {
font-size: 18px;
margin: 5px 0;
}
/* ================= TABLET (≤ 991px) ================= */
@media (max-width: 991px) {
    h1 { font-size: 38px; line-height: 1.2; }
    h2 { font-size: 30px; line-height: 1.25; }
    h3 { font-size: 26px; line-height: 1.3; }
    h4 { font-size: 22px; line-height: 1.35; }
    h5 { font-size: 18px; line-height: 1.4; }
    h6 { font-size: 16px; line-height: 1.45; }
}

/* ================= MOBILE (≤ 767px) ================= */
@media (max-width: 767px) {
    h1 { font-size: 28px; line-height: 1.25; }
    h2 { font-size: 24px; line-height: 1.3; }
    h3 { font-size: 20px; line-height: 1.35; }
    h4 { font-size: 18px; line-height: 1.4; }
    h5 { font-size: 16px !important; line-height: 1.45; }
    h6 { font-size: 14px; line-height: 1.5; }
}
p:last-child {
margin-bottom: 0;
}
p {
font-family: "Rubik", sans-serif;
}
a, button {
color: inherit;
display: inline-block;
line-height: inherit;
text-decoration: none;
cursor: pointer;
}
a, button, img, input, span {
transition: all 0.3s ease 0s;
}
*:focus {
outline: none !important;
}
a:focus {
color: inherit;
outline: none;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #743d04cc;
}
button, input[type=submit] {
cursor: pointer;
}
img {
max-width: 100%;
height: auto;
}
ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
/*-- 
- Common Classes
-----------------------------------------*/
.fix {
overflow: hidden;
}
.hidden {
display: none;
}
.clear {
clear: both;
}
.theme-bg {
background: #f1dfc9 !important;
}
.bg-gray {
background: #f6f6f6;
}
.capitalize {
text-transform: capitalize;
}
.uppercase {
text-transform: uppercase;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
padding-right: 0;
padding-left: 0;
margin: 0;
}
/*-- 
- Section Padding
-------------------------------------*/
.section-ptb {
padding: 120px 0;
}
@media only screen and (min-width: 992px) {
.section-ptb {
padding: 100px 0;
}
}
@media only screen and (min-width: 768px) {
.section-ptb {
padding: 25px 0;
}
}
@media only screen and (max-width: 767px) {
.section-ptb {
padding: 70px 0;
}
}
@media only screen and (max-width: 479px) {
    .section-ptb {
        padding: 60px 0;
    }


}
.section-ptb-90 {
padding: 90px 0;
}
@media only screen and (min-width: 992px) {
.section-ptb-90 {
padding: 80px 0;
}
}
@media only screen and (min-width: 768px) {
.section-ptb-90 {
padding: 19px 0;
}
}
@media only screen and (max-width: 767px) {
.section-ptb-90 {
padding: 60px 0;
}
}
@media only screen and (max-width: 479px) {
.section-ptb-90 {
padding:  0;
}
}
.section-pt {
padding-top: 120px;
}
@media only screen and (min-width: 992px) {
.section-pt {
padding-top: 100px;
}
}
@media only screen and (min-width: 768px) {
.section-pt {
padding-top: 80px;
}
}
@media only screen and (max-width: 767px) {
.section-pt {
padding-top: 70px;
}
}
@media only screen and (max-width: 479px) {
.section-pt {
padding-top: 60px;
}
}
.section-pt-90 {
padding-top: 90px;
}
@media only screen and (min-width: 992px) {
.section-pt-90 {
padding-top: 60px;
}
}
@media only screen and (min-width: 768px) {
.section-pt-90 {
padding-top: 50px;
}
}
@media only screen and (max-width: 767px) {
.section-pt-90 {
padding-top: 40px;
}
}
@media only screen and (max-width: 479px) {
.section-pt-90 {
padding-top: 30px;
}
}
.section-pt-60 {
padding-top: 60px;
}
@media only screen and (min-width: 992px) {
.section-pt-60 {
padding-top: 40px;
}
}
@media only screen and (min-width: 768px) {
.section-pt-60 {
padding-top: 20px;
}
}
@media only screen and (max-width: 767px) {
.section-pt-60 {
padding-top: 10px;
}
}
@media only screen and (max-width: 479px) {
.section-pt-60 {
padding-top: 0px;
}
}
.section-pb-70 {
padding-bottom: 90px;
}
@media only screen and (min-width: 992px) {
.section-pb-70 {
padding-bottom: 60px;
}
}
@media only screen and (min-width: 768px) {
.section-pb-70 {
padding-bottom: 50px;
}
}
@media only screen and (max-width: 767px) {
.section-pb-70 {
padding-bottom: 40px;
}
}
@media only screen and (max-width: 479px) {
.section-pb-70 {
padding-bottom: 30px;
}
}
.section-pb {
padding-bottom: 120px;
}
@media only screen and (min-width: 992px) {
.section-pb {
padding-bottom: 90px;
}
}
@media only screen and (min-width: 768px) {
.section-pb {
padding-bottom: 80px;
}
}
@media only screen and (max-width: 767px) {
.section-pb {
padding-bottom: 70px;
}
}
@media only screen and (max-width: 479px) {
.section-pb {
padding-bottom: 60px;
}
}
.section-ptb-140 {
padding: 140px 0;
}
@media only screen and (min-width: 992px) {
.section-ptb-140 {
padding: 90px 0;
}
}
@media only screen and (min-width: 768px) {
.section-ptb-140 {
padding: 80px 0;
}
}
@media only screen and (max-width: 767px) {
.section-ptb-140 {
padding: 70px 0;
}
}
@media only screen and (max-width: 479px) {
.section-ptb-140 {
padding: 60px 0;
}
}
.section-ptb-160 {
padding: 160px 0;
}
@media only screen and (min-width: 992px) {
.section-ptb-160 {
padding: 110px 0;
}
}
@media only screen and (min-width: 768px) {
.section-ptb-160 {
padding: 80px 0;
}
}
@media only screen and (max-width: 767px) {
.section-ptb-160 {
padding: 70px 0;
}
}
@media only screen and (max-width: 479px) {
.section-ptb-160 {
padding: 60px 0;
}
}
/*-- Margin top --*/
.mt--5 {
margin-top: 5px;
}
.mt--10 {
margin-top: 10px;
}
.mt--15 {
margin-top: 15px;
}
.mt--20 {
margin-top: 20px;
}
.mt--25 {
margin-top: 25px;
}
.mt--30 {
margin-top: 30px;
}
.mt--35 {
margin-top: 35px;
}
.mt--40 {
margin-top: 40px;
}
.mt--45 {
margin-top: 45px;
}
.mt--50 {
margin-top: 50px;
}
.mt--55 {
margin-top: 55px;
}
.mt--60 {
margin-top: 60px;
}
.mt--65 {
margin-top: 65px;
}
.mt--70 {
margin-top: 70px;
}
.mt--75 {
margin-top: 75px;
}
.mt--80 {
margin-top: 80px;
}
.mt--85 {
margin-top: 85px;
}
.mt--90 {
margin-top: 90px;
}
.mt--95 {
margin-top: 95px;
}
.mt--100 {
margin-top: 100px;
}
.mt--105 {
margin-top: 105px;
}
.mt--110 {
margin-top: 110px;
}
.mt--115 {
margin-top: 115px;
}
.mt--120 {
margin-top: 120px;
}
.mt--125 {
margin-top: 125px;
}
/*-- Margin Bottom --*/
.mb--5 {
margin-bottom: 5px;
}
.mb--10 {
margin-bottom: 10px;
}
.mb--15 {
margin-bottom: 15px;
}
.mb--20 {
margin-bottom: 20px;
}
.mb--25 {
margin-bottom: 25px;
}
.mb--30 {
margin-bottom: 30px;
}
.mb--35 {
margin-bottom: 35px;
}
.mb--40 {
margin-bottom: 40px;
}
.mb--45 {
margin-bottom: 45px;
}
.mb--50 {
margin-bottom: 50px;
}
.mb--55 {
margin-bottom: 55px;
}
.mb--60 {
margin-bottom: 60px;
}
.mb--65 {
margin-bottom: 65px;
}
.mb--70 {
margin-bottom: 70px;
}
.mb--75 {
margin-bottom: 75px;
}
.mb--80 {
margin-bottom: 80px;
}
.mb--85 {
margin-bottom: 85px;
}
.mb--90 {
margin-bottom: 90px;
}
.mb--95 {
margin-bottom: 95px;
}
.mb--100 {
margin-bottom: 100px;
}
.mb--105 {
margin-bottom: 105px;
}
.mb--110 {
margin-bottom: 110px;
}
.mb--115 {
margin-bottom: 115px;
}
.mb--120 {
margin-bottom: 120px;
}
.mb--125 {
margin-bottom: 125px;
}
/*-- padding top --*/
.pt--5 {
padding-top: 5px;
}
.pt--10 {
padding-top: 10px;
}
.pt--15 {
padding-top: 15px;
}
.pt--20 {
padding-top: 20px;
}
.pt--25 {
padding-top: 25px;
}
.pt--30 {
padding-top: 30px;
}
.pt--35 {
padding-top: 35px;
}
.pt--40 {
padding-top: 40px;
}
.pt--45 {
padding-top: 45px;
}
.pt--50 {
padding-top: 50px;
}
.pt--55 {
padding-top: 55px;
}
.pt--60 {
padding-top: 60px;
}
.pt--65 {
padding-top: 65px;
}
.pt--70 {
padding-top: 70px;
}
.pt--75 {
padding-top: 75px;
}
.pt--80 {
padding-top: 80px;
}
.pt--85 {
padding-top: 85px;
}
.pt--90 {
padding-top: 90px;
}
.pt--95 {
padding-top: 95px;
}
.pt--100 {
padding-top: 100px;
}
.pt--105 {
padding-top: 105px;
}
.pt--110 {
padding-top: 110px;
}
.pt--115 {
padding-top: 115px;
}
.pt--120 {
padding-top: 120px;
}
.pt--125 {
padding-top: 125px;
}
/*-- padding Bottom --*/
.pb--5 {
padding-bottom: 5px;
}
.pb--10 {
padding-bottom: 10px;
}
.pb--15 {
padding-bottom: 15px;
}
.pb--20 {
padding-bottom: 20px;
}
.pb--25 {
padding-bottom: 25px;
}
.pb--30 {
padding-bottom: 30px;
}
.pb--35 {
padding-bottom: 35px;
}
.pb--40 {
padding-bottom: 40px;
}
.pb--45 {
padding-bottom: 45px;
}
.pb--50 {
padding-bottom: 50px;
}
.pb--55 {
padding-bottom: 55px;
}
.pb--60 {
padding-bottom: 60px;
}
.pb--65 {
padding-bottom: 65px;
}
.pb--70 {
padding-bottom: 70px;
}
.pb--75 {
padding-bottom: 75px;
}
.pb--80 {
padding-bottom: 80px;
}
.pb--85 {
padding-bottom: 85px;
}
.pb--90 {
padding-bottom: 90px;
}
.pb--95 {
padding-bottom: 95px;
}
.pb--100 {
padding-bottom: 100px;
}
.pb--105 {
padding-bottom: 105px;
}
.pb--110 {
padding-bottom: 110px;
}
.pb--115 {
padding-bottom: 115px;
}
.pb--120 {
padding-bottom: 120px;
}
.pb--125 {
padding-bottom: 125px;
}
/*-- Overlay styles --*/
[data-overlay],
[data-secondary-overlay],
[data-black-overlay],
[data-white-overlay] {
position: relative;
}
[data-overlay] > div,
[data-overlay] > *,
[data-secondary-overlay] > div,
[data-secondary-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
position: relative;
z-index: 2;
}
[data-overlay]:before,
[data-secondary-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 2;
}
[data-overlay]:before {
background-color: #f1dfc9;
}
[data-secondary-overlay]:before {
background-color: #031b38;
}
[data-black-overlay]:before {
background-color: #000000;
}
[data-white-overlay]:before {
background-color: #ffffff;
}
[data-overlay="1"]:before,
[data-secondary-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
opacity: 0.1;
}
[data-overlay="2"]:before,
[data-secondary-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
opacity: 0.2;
}
[data-overlay="3"]:before,
[data-secondary-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
opacity: 0.3;
}
[data-overlay="4"]:before,
[data-secondary-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
opacity: 0.4;
}
[data-overlay="5"]:before,
[data-secondary-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
opacity: 0.5;
}
[data-overlay="6"]:before,
[data-secondary-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
opacity: 0.6;
}
[data-overlay="7"]:before,
[data-secondary-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
opacity: 0.7;
}
[data-overlay="8"]:before,
[data-secondary-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
opacity: 0.8;
}
[data-overlay="9"]:before,
[data-secondary-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
opacity: 0.9;
}
[data-overlay="10"]:before,
[data-secondary-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
opacity: 1;
}
.menu {
padding-left: 30px;
}
.menu li a {
padding: 10px 20px;
display: flex;
font-size: 14px;
font-weight: 500;
border-bottom: 1px solid rgba(89, 184, 40, 0.1);
justify-content: space-between;
align-items: center; color:#f1dfc9;
}
@media only screen and (min-width: 1200px) {
.menu li a {
padding: 26px 10px;
border-bottom: none;
}
}
@media only screen and (min-width: 1500px) {
.menu li a {
padding: 26px 20px;
border-bottom: none;
}
}
@media only screen and (min-width: 1200px) {
.menu li a {
display: block;
}
.menu li:first-child a {
padding-left: 0;
}
}
.menu li:last-child a {
border-bottom: none;
}
.header {
    background-color:rgb(116 61 4 / 80%);
}
.header hr {
margin: 0;
}
.header .header-top {
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
.header .header-top {
padding-left: 50px;
padding-right: 50px;
}
}
.header .header-top .logo {
display: block; width: 30%; 
}
.header .header-bottom {
border-bottom: 1px solid #ededed;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.01);
padding: 10px 20px;
}
@media only screen and (min-width: 992px) {
.header .header-bottom {
padding-left: 0px;
padding-right: 0px;
}
}
.fixed-totop {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgb(116 61 4 / 65%);
}

.fixed-totop.mobile-header {
padding: 0px 20px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.01);
}
.select-search-option {
width: 100%;
display: flex;
align-items: center;
border-radius: 3px;
}
.select-search-option .flux-custom-select {
width: 100px;
background-color: #f8f8f8;
border: 1px solid #ededed;
}
@media only screen and (min-width: 768px) {
.select-search-option .flux-custom-select {
width: 170px;
}
}
.select-search-option .flux-custom-select .select-selected {
background-color: #f8f8f8;
border: none;
color: #4b566b;
padding: 9px 16px;
}
.select-search-option .flux-custom-select .select-selected:after {
border-color: #4b566b transparent transparent transparent;
top: 20px;
}
.select-search-option .flux-custom-select .select-selected.select-arrow-active:after {
border-color: transparent transparent #4b566b transparent;
top: 14px;
}
.select-search-option .flux-custom-select .select-items {
background-color: #fff;
}
.select-search-option .flux-custom-select .select-items div {
color: #4b566b;
display: block;
padding: 5px 15px;
font-size: 13px;
border: none;
border-bottom: 1px solid rgba(89, 184, 40, 0.1);
}
.select-search-option .flux-custom-select .select-items div:hover, .select-search-option .flux-custom-select .select-items div.same-as-selected {
background-color: #f1dfc9;
color: white;
}
.select-search-option .search-form {
width: calc(100% - 100px);
position: relative;
}
@media only screen and (min-width: 768px) {
.select-search-option .search-form {
width: calc(100% - 170px);
}
}
.select-search-option .search-form input {
width: 100%;
background-color: #f8f8f8;
border: 1px solid #ededed;
border-left: none;
padding: 9px 24px;
}
.select-search-option .search-form .submit-btn {
position: absolute;
right: 0;
top: 0;
width: 55px;
height: 100%;
border: 1px solid #ededed;
background-color: #f8f8f8;
color: #a1b1bc;
line-height: 50px;
}
.site-action {
max-width: 600px;
}
.site-action .site-phone a, .site-action .site-help a {
color: #222533;
font-size: 13px;
transition: all 0.3s ease;
}
.site-action .site-phone i, .site-action .site-help i {
color: #222533;
margin-right: 3px;
transition: all 0.3s ease;
}
.site-action .site-phone:hover a, .site-action .site-help:hover a {
color: #f1dfc9;
}
.site-action .site-phone:hover i, .site-action .site-help:hover i {
color: #f1dfc9;
}
.wish-list {
position: relative;
}
.wish-list a {
width: 35px;
height: 35px;
line-height: 38px;
border-radius: 50%;
background-color: #fbbbbb;
position: relative;
text-align: center;
}
.wish-list a i {
color: white;
}
.wish-list a .count {
position: absolute;
right: -4px;
top: -4px;
width: 16px;
height: 16px;
border-radius: 50%;
background-color: #f55050;
font-size: 10px;
line-height: 16px;
color: white;
}
.my-account {
position: relative;
}
.my-account a {
padding: 9px 25px;
background-color: rgb(241 223 192);
border-radius: 73px; color:#86511b;
}
.my-account .submenu {
position: absolute;
right: 0;
top: 100%;
min-width: 100%;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
background-color:rgb(116 61 4 / 75%);
z-index: 2;
transform: scaleY(0);
transform-origin: top;
transition: all 0.3s ease;
/*border-top: 3px solid #9b682d;*/border-radius:5px; overflow:hidden;
padding: 15px 0;
width: 13.5rem;
min-width: 12.5rem;
background: rgb(116 61 4 / 75%);
}
.my-account .submenu li a {
padding: 8px 24px;
color: #fbe8d0;
font-size: 1rem;
display: block;
background-color:rgb(116 61 4 / 75%);
border-radius:0px;
}
.my-account .submenu li a:hover {
background-color: #f8f9fa;
color: #514e5f;
}
.my-account:hover .submenu {
transform: scaleY(1);
}
.signin-option a {
padding: 9px 25px;
background-color: #e8eaee;
border-radius: 3px;
}
.all-catagory-option {
position: relative;
padding: 20px 0px;
}
.all-catagory-option > a {
font-weight: 700;
color: #f1dfc9;
font-size: 16px;
}
.all-catagory-option > a i {
margin-right: 10px;
background-color: #f1dfc9;
color: white;
padding: 10px 11px;
border-radius: 3px;
width: 45px;
height: 40px;
text-align: center;
/* line-height: 20px; */
font-size: 20px;
transition: all 0.3s ease;
}
@media only screen and (max-width: 1200px) {
.mobile-header{padding:10px 20px !important;}
.all-catagory-option > a i {
width: 35px;
height: 35px;
line-height: 16px;
font-size: 16px;
}
}
.all-catagory-option > a:hover i {
background-color: #438e1c;
}
.all-catagory-option > a.bar-btn {
display: block;
}
.all-catagory-option > a.close-btn {
display: none;
}
.all-catagory-option.mobile-device a {
padding: 0;
width: auto;
}
.all-catagory-option.mobile-device a i {
margin-right: 0;
}
.all-catagory-option .submenu-iconic {
position: absolute;
left: 0;
top: 100%;
width: 102%;
height: 630px;
background-color: white;
border: 1px solid #ebebeb;
z-index: 99;
}
.menu-item-iconic {
list-style-type: none;
width: 100%;
}
.menu-item-iconic li {
position: initial;
}
.menu-item-iconic li a {
width: 100%;
padding: 12px 30px;
font-size: 14px;
position: relative;
}
.menu-item-iconic li a img {
width: 30px;
margin-right: 10px;
}
.menu-item-iconic li a i {
position: absolute;
right: 20px;
top: 50%;
margin-top: -9px;
transform: rotate(-90deg);
}
.menu-item-iconic li .side-mega-menu {
position: absolute;
left: 100%;
top: 0px;
height: 630px;
overflow-y: auto;
width: 220px;
background-color: white;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
display: none;
}
.menu-item-iconic li .side-mega-menu h6 {
font-size: 14px;
}
.menu-item-iconic li .side-mega-menu ul li a {
font-size: 13px;
padding: 5px 0px;
}
@media only screen and (min-width: 1200px) {
.menu-item-iconic li .side-mega-menu {
height: 500px;
}
}
.menu-item-iconic li .side-mega-menu.lg {
width: 700px;
}
.menu-item-iconic li .side-mega-menu.md {
width: 450px;
}
.menu-item-iconic li .side-mega-menu .side-mega-menu-container {
padding: 30px;
}
.menu-item-iconic li .side-mega-menu .side-mega-menu-container ul {
margin-bottom: 30px;
}
.menu-item-iconic li .side-mega-menu .side-mega-menu-container ul li {
line-height: 2.5;
}
.menu-item-iconic li:hover .side-mega-menu {
display: block;
}
.fixed-totop .all-catagory-option .submenu-iconic {
display: none;
}
.fixed-totop .all-catagory-option:hover .submenu-iconic {
display: block;
}
.open-side-menu .all-catagory-option .bar-btn {
display: none;
}
.open-side-menu .all-catagory-option .close-btn {
display: block;
}
.catagory-sidebar.all-catagory-option {
position: relative;
padding-bottom: 50px;
}
.catagory-sidebar.all-catagory-option > a {
background-color: #f1dfc9;
color: white;
padding: 10px 30px;
border-radius: 3px;
width: 210px;
}
.catagory-sidebar.all-catagory-option > a i {
margin-right: 5px;
}
.catagory-sidebar.all-catagory-option > .catagory-submenu {
padding-top: 20px;
position: static;
top: 0%;
width: 100%;
min-width: 250px;
z-index: 2;
}
@media only screen and (min-width: 1500px) {
.catagory-sidebar.all-catagory-option > .catagory-submenu {
min-width: 300px;
}
}
.catagory-sidebar.all-catagory-option .catagory-submenu {
text-align: left;
background-color: #fff;
overflow: hidden;
}
.catagory-sidebar.all-catagory-option .catagory-submenu li a {
padding: 10px 30px;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
@media only screen and (min-width: 1500px) {
.catagory-sidebar.all-catagory-option .catagory-submenu li a {
padding: 15px 50px;
}
}
.catagory-sidebar.all-catagory-option .catagory-submenu li a i {
transform: rotate(-90deg);
transition: all 0.3s ease;
}
.catagory-sidebar.all-catagory-option .catagory-submenu li a:after {
content: "";
position: absolute;
right: 0;
top: 50%;
margin-top: 0px;
width: 2px;
height: 0px;
background-color: #2c3e50;
transition: all 0.3s ease;
}
.catagory-sidebar.all-catagory-option .catagory-submenu li a[aria-expanded=true] {
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.catagory-sidebar.all-catagory-option .catagory-submenu li a[aria-expanded=true] i {
transform: rotate(0deg);
}
.catagory-sidebar.all-catagory-option .catagory-submenu li a[aria-expanded=true]:after {
height: 36px;
margin-top: -18px;
}
.catagory-sidebar.all-catagory-option .catagory-submenu li .icon {
width: 20px;
margin-right: 10px;
}
.catagory-sidebar.all-catagory-option .catagory-submenu li .icon img {
width: 100%;
}
.catagory-sidebar.all-catagory-option .catagory-submenu .catagory-submenu {
position: relative;
padding-left: 50px;
margin-top: 20px;
margin-bottom: 20px;
}
@media only screen and (min-width: 1500px) {
.catagory-sidebar.all-catagory-option .catagory-submenu .catagory-submenu {
margin-top: 35px;
margin-bottom: 35px;
}
}
.catagory-sidebar.all-catagory-option .catagory-submenu .catagory-submenu li a {
padding: 10px 25px;
}
.catagory-sidebar.all-catagory-option .catagory-submenu .catagory-submenu li:first-child a {
padding-top: 0;
}
.catagory-sidebar.all-catagory-option .catagory-submenu .catagory-submenu li:last-child a {
padding-bottom: 0;
}
.catagory-sidebar.all-catagory-option .catagory-submenu .catagory-submenu:after {
content: "";
position: absolute;
left: 50px;
top: 0;
width: 1px;
height: 100%;
background-color: #c6c6c6;
}
.catagory-sidebar.all-catagory-option.iconic-catagory-submenu .catagory-submenu .catagory-submenu {
padding-left: 20px;
}
.catagory-sidebar.all-catagory-option.iconic-catagory-submenu .catagory-submenu .catagory-submenu:after {
left: 25px;
display: none;
}
.menu-area .cart-icon {
width: 45px;
height: 45px;
display: inline-block;
background-color: #f1dfc0;
text-align: center;
line-height: 45px;
border-radius: 50%;
position: relative;color: #9b682d;
border: solid #f1dfc0 1px;
font-size: 20px;
}
.menu-area .cart-icon:hover {
    background-color: #9b682d;
    color:#f1dfc0;
    border-color:#9b682d;
}
.cart-blink:hover{color:#9b682d !important;}
.menu-area .cart-icon .count {
width: 18px;
height: 18px;
border-radius: 50%;
background-color: #ff0a21;
color: #f1dfc0;
font-size: 12px;
line-height: 18px;
position: absolute;
right: -2px;
top: -3px;
}

.cart-blink {
    animation: blink-animation 1s steps(2, start) infinite;
    background-color: #dc3545 !important;
}




.menu li.item-has-children {
position: relative;
}
.menu li.item-has-children.active > a {
color: #f1dfc9;
}
.menu li.item-has-children > a i {
font-size: 12px;
}
.menu li.item-has-children .submenu {
position: absolute;
left: 0;
top: 100%;
min-width: 220px;
background-color: #fff;
transform: scaleY(0);
transform-origin: top;
transition: all 0.3s ease;
border-top: 3px solid #f1dfc9;
z-index: 2;
}
.menu li.item-has-children .submenu li a {
display: block;
padding: 8px 15px;
font-size: 13px;
font-weight: 400;
border-bottom: 1px solid rgba(89, 184, 40, 0.1);
}
.menu li.item-has-children .submenu li a:hover {
background-color: #f1dfc9;
color: white;
}
.menu li.item-has-children .submenu li.active > a {
background-color: #f1dfc9;
color: white;
}
.menu li.item-has-children .submenu .submenu {
left: 100%;
top: 0;
}
.menu li.item-has-children:hover > .submenu {
transform: scaleY(1);
}
@media only screen and (max-width: 1200px) {
.menu li.item-has-children .submenu {
position: static;
transform: scaleY(1);
}
.menu li.item-has-children .submenu li a {
border-bottom: none;
}
.menu li.item-has-children .submenu li a:hover {
background-color: transparent;
color: #f1dfc9;
}
}
.menu li.item-has-children .item-has-children > a {
display: flex !important;
justify-content: space-between;
align-items: center;
}
.menu li.item-has-mega-menu > a i {
font-size: 12px;
}
.menu li.item-has-mega-menu .mega-menu-container {
position: absolute;
left: 0;
top: 100%;
max-width: 1200px;
width: 100%;
max-height: 480px;
padding: 50px 30px 30px 30px;
overflow-y: auto;
background-color: #fff;
transform: scaleY(0);
transform-origin: top;
transition: all 0.3s ease;
z-index: 9;
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.06);
}
.menu li.item-has-mega-menu .mega-menu-container .ctagory-item .title {
font-size: 13px;
color: #2c3e50;
margin-top: 0;
margin-bottom: 15px;
}
.menu li.item-has-mega-menu .mega-menu-container .ctagory-item .active {
color: #f1dfc9;
}
.menu li.item-has-mega-menu .mega-menu-container .ctagory-item ul {
margin-bottom: 35px;
}
.menu li.item-has-mega-menu .mega-menu-container .ctagory-item ul li a {
padding: 5px 0;
color: #4b566b;
font-size: 13px;
font-weight: 400;
}
.menu li.item-has-mega-menu .mega-menu-container .ctagory-item ul li a:hover {
color: #f1dfc9;
}
.menu li.item-has-mega-menu:hover > a {
color: #f1dfc9;
}
.menu li.item-has-mega-menu:hover .mega-menu-container {
transform: scaleY(1);
}
.mobile-header button {
background-color: transparent;
border: none;
outline: none;
}

.mobile-header .menu-bar {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: rgb(116 61 4 / 63%);
    padding: 5px 10px !important;
    line-height: 0;
    border: 1px solid #eeee;
    position: relative;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .mobile-header .menu-bar {
        font-size: 13px;
        padding: 6px 20px 6px 14px;
    }
}

@media (max-width: 576px) {
    .mobile-header .menu-bar {
        font-size: 12px;
        padding: 8px 18px;
    }
}
.mobile-search button {
width: 40px;
height: 35px;
border-radius: 3px;
background-color: #fcfcfc;
border: 1px solid #eee;
line-height: 34px;
text-align: center;
}
.catagory-sidebar-area-inner::-webkit-scrollbar {
width: 3px;
}
.catagory-sidebar-area-inner::-webkit-scrollbar-track {
box-shadow: inset 0 0 3px #c2c2c2;
}
.catagory-sidebar-area-inner::-webkit-scrollbar-thumb {
background-color: rgba(169, 169, 169, 0.4);
outline: 1px solid #fff;
}
.bg-color-white {
background-color: #fff;
}
.theme-color {
color: #f1dfc9 !important;
}
.bg-theme-color {
background-color: #f1dfc9 !important;
color: white;
}
.box-shadow {
border: 1px solid #f3f3f3;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1) !important;
}
.border-radius5 {
border-radius: 5px;
}
.section-wrapper {
position: relative;
}
.mlr-20 {
margin-left: -20px;
margin-right: -20px;
}
.height-100vh {
height: 100vh;
}
.slider-btn-group {
position: absolute;
right: 0;
top: -45px;
width: 100px;
display: flex;
justify-content: flex-end;
background-color: #f9f9f9;
}
.slider-btn-group .slider-btn-next, .slider-btn-group .slider-btn-prev {
width: 30px;
height: 30px;
border-radius: 50%;
text-align: center;
line-height: 30px;
background-color: white;
margin-left: 5px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
cursor: pointer;
}
.slider-btn-group .slider-btn-next svg, .slider-btn-group .slider-btn-prev svg {
width: 12px;
height: 12px;
}
.slider-btn-group .slider-btn-next:hover, .slider-btn-group .slider-btn-prev:hover {
background-color: #f1dfc9;
}
.slider-btn-group .slider-btn-next:hover svg, .slider-btn-group .slider-btn-prev:hover svg {
fill: white;
}
@media only screen and (max-width: 1200px) {
.slider-btn-group {
width: 100%;
top: 50%;
justify-content: space-between;
height: 0px;
z-index: 2;
}
.slider-btn-group .slider-btn-next {
position: relative;
right: -15px;
top: -15px;
}
.slider-btn-group .slider-btn-prev {
position: relative;
left: -15px;
top: -15px;
}
}
.section-heading {
position: relative;
margin-bottom: 10px;
}
.section-heading:after {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 1px;
background-color: #ccc;
}
.section-heading .heading-title {
display: inline-block;
font-size: 24px;
color: #222533;
position: relative;
z-index: 1;
background-color: #f9f9f9;
padding-right: 25px;
}
.section-heading .heading-circle {
width: 17px;
height: 17px;
border-radius: 50%;
border: 4px solid #f68501;
display: inline-block;
margin-right: 4px;
}
.section-heading .heading-circle.green {
border-color: #f1dfc9;
}
@media only screen and (max-width: 1200px) {
.section-heading {
text-align: center;
margin-left: 20px;
margin-right: 20px;
}
.section-heading .heading-title {
padding: 0 10px;
font-size: 20px;
}
}
.advertisement-section img {
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
.social-media-list li a {
width: 40px;
height: 40px;
border-radius: 50%;
line-height: 42px;
text-align: center;
background-color: #f3f3f3;
color: #8a8e9b;
margin-right: 7px;
}
.social-media-list li a:hover {
color: white;
background-color: #f1dfc9;
}
.product-details-popup {
position: fixed;
top: 50%;
left: 0;
width: 100%;
height: 100%;
z-index: -999;
opacity: 0;
visibility: hidden;
transform: translateY(-50%);
display: flex;
align-items: center;
}
.product-details-popup .modal-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
opacity: 0;
}
.product-details-popup .product-zoom-info-container {
transform: scale(0);
transition: all 0.3s ease;
}
.product-details-popup .product-zoom-info-container .slick-slide img {
display: none !important;
}
.product-details-popup.open-side {
z-index: 999;
opacity: 1;
visibility: visible;
}
.product-details-popup.open-side .modal-overlay {
opacity: 1;
cursor: zoom-out;
}
.product-details-popup.open-side .product-zoom-info-container {
transform: scale(1);
}
.product-details-popup.open-side .product-zoom-info-container .slick-slide img {
display: block !important;
}
.product-details-popup .product-zoom-info-container {
position: relative;
}
.product-details-popup .product-zoom-info-container .closed-modal {
position: absolute;
right: -10px;
top: -10px;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
background-color: #f1dfc9;
color: white;
border-radius: 50%;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
z-index: 2;
cursor: pointer;
}
@media only screen and (max-width: 991px) {
.product-details-popup .product-details-content {
display: none;
}
.subscriptionTable .checkbox-btn input[type="checkbox"]{padding: 10px !important;}
}
.price-increase-decrese-group {
background-color: #f1dfc9;
padding: 0px 5px;
border-radius: 5px;
width: 75px;
}
.price-increase-decrese-group button {
color: white;
padding: 5px 5px;
cursor: pointer;
outline: none;
border: none;
}
.price-increase-decrese-group button:focus {
outline: none;
box-shadow: none;
}
.price-increase-decrese-group input {
width: 25px;
background-color: #f1dfc9;
color: white;
outline: none;
border: none;
padding: 0px 5px;
text-align: center;
}
/* popup box css */
.popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0);
z-index: 99999;
}
.popup-overlay {
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 99999;
cursor: crosshair;
}
.popup .popup-wrapper {
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
padding: 30px;
width: 100%;
height: 100%;
}
.popup .popupbox {
max-width: 700px;
width: 100%;
position: relative;
z-index: 999999;
}
.popup .popupbox button img {
width: 70%;
margin: auto;
}
.popupbox .popup-close {
position: absolute;
right: -15px;
top: -15px;
z-index: 2;
border: none;
background: none;
outline: none;
width: 30px;
height: 30px;
border-radius: 50%;
line-height: 28px;
text-align: center;
background-color: #fff;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1200px) {
.popup {
padding: 50px;
}
}
@media (max-width: 500px) {
.popup {
padding: 10px;
}
.popup .popup-wrapper {
padding: 40px;
}
}
@media only screen and (max-width: 767px) {
section {
padding-left: 10px;
padding-right: 10px;
}
}
.to-top {
width: 40px;
height: 40px;
display: block;
background-color: #f1dfc0;
color: #85511c;
border-radius: 3px;
position: fixed;
bottom: 56px;
right: 30px;
z-index: 99;
text-align: center;
line-height: 40px;
font-size: 20px;
cursor: pointer;
transform: translateY(100px);
opacity: 0;
transition: all 0.4s ease;
}
.to-top:focus, .to-top:active {
color: #85511c;
background-color: #f1dfc0;
}
.to-top:hover {
color: #f1dfc0;
background-color: #85511c;
}
.to-top.fixed-totopmbb {
transform: translateY(0px);
opacity: 1;
}
.mega-menu-relative {
position: relative;
}
.mega-menu-relative .col-md-7, .mega-menu-relative .col-md-10 {
position: initial;
}
.mega-menu-relative .mega-menu-container {
z-index: 99999 !important;
}
#menu-id.modal {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner-section {
height: 520px;
background-image: url(../images/banner/banner-bg.jpg);
}
.banner-section .banner-content-area {
width: 100%;
}
@media only screen and (max-width: 1200px) {
.banner-section {
height: 350px;
background-image: url(../images/banner/banner-bg2.jpg);
}
}
@media only screen and (max-width: 479px) {
.banner-section {
height: 250px;
background-position: 48% 38%;
}
}
.banner-section.bg-img2 {
background-image: url(../images/banner/banner-bg3.jpg);
background-position: top center;
}
.banner-section.bg-img3 {
background-image: url(../images/banner-slider/3-3.jpg);
background-position: top center;
}
.banner-section.bg-img4 {
background-image: url(../images/banner/banner-bg-5.jpg);
background-position: top center;
}
@media only screen and (max-width: 1200px) {
.banner-section.bg-img4 {
background-position: top left;
}
}
.banner-content h6 {
font-weight: normal;
font-size: 18px;
}
.banner-content h2 {
font-size: 42px;
font-weight: 700;
color: #222533;
line-height: 1.1;
margin-bottom: 25px;
}
.banner-content .banner-btn {
font-size: 13px;
font-weight: 700;
color: white;
background-color: #f1dfc9;
padding: 10px 25px;
border-radius: 3px;
text-transform: uppercase;
}
.banner-content .banner-btn:hover {
background-color: #438e1c;
}
@media only screen and (max-width: 1200px) {
.banner-content {
text-align: center;
}
.banner-content h2 {
font-size: 30px;
}
}
@media only screen and (max-width: 479px) {
.banner-content h2 {
font-size: 26px;
}
.banner-content .banner-btn {
padding: 6px 17px;
font-size: 12px;
}
}
.banner-search {
max-width: 675px;
display: block;
margin: auto;
background-color: #fff;
border: 1px solid #ededed;
border-radius: 5px;
padding: 2px;
text-align: left;
}
.banner-search .select-selected:after {
right: 18px;
}
.banner-search .select-search-option .flux-custom-select .select-selected {
background-color: #f1dfc9;
border: none;
color: white;
padding: 9px 16px;
font-weight: 600;
border-radius: 5px 0px 0px 5px;
}
@media only screen and (max-width: 767px) {
.banner-search .select-search-option .flux-custom-select .select-selected {
border-radius: 5px 5px 5px 5px;
}
}
.banner-search .select-search-option .flux-custom-select .select-selected:after {
border-color: white transparent transparent transparent;
top: 20px;
}
.banner-search .select-search-option .search-form input {
border: none;
background-color: #fff;
}
.banner-search .select-search-option .search-form input::placeholder {
color: #60696f;
}
.banner-search .select-search-option .search-form .submit-btn {
border: none;
background-color: #f1dfc9;
color: white;
border-radius: 0px 5px 5px 0px;
}
.banner-search .select-search-option {
border-radius: 5px;
}
@media only screen and (max-width: 767px) {
.banner-search {
padding: 25px;
}
.banner-search .select-search-option {
display: block;
}
.banner-search .select-search-option .flux-custom-select {
width: 100%;
margin-bottom: 20px;
border: none;
}
.banner-search .select-search-option .search-form {
width: calc(100% - 0px);
}
.banner-search .select-search-option .search-form input {
border: 1px solid #ebebeb;
border-radius: 5px;
}
}
@media only screen and (max-width: 479px) {
.search-banner {
height: 350px;
}
}
.banner-slider-container {
overflow: hidden;
height: 100%;
position: relative;
}
.banner-slider-container .swiper-slide .banner-content-area {
display: flex;
align-items: center;
position: relative;
height: 100%;
width: 100%;
}
.banner-slider-container .swiper-slide .banner-content-area .slider-image {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: url(../images/banner-slider/01.jpg);
}
.banner-slider-container .swiper-slide .banner-content-area .slider-image.slider-image2 {
background-image: url(../images/banner-slider/2-2.jpg);
background-size: 100%;
background-position: 100% 36%;
}
.banner-slider-container .swiper-slide .banner-content-area .slider-image.slider-image3 {
background-image: url(../images/banner-slider/3-3.jpg);
background-size: 130%;
background-position: 4% 62%;
}
@media only screen and (max-width: 991px) {
.banner-slider-container .swiper-slide .banner-content-area .slider-image.slider-image1 {
background-image: url(../images/banner-slider/01-1.jpg);
}
}
@media only screen and (max-width: 479px) {
.banner-slider-container .swiper-slide .banner-content-area .slider-image.slider-image1 {
background-size: 150%;
}
.banner-slider-container .swiper-slide .banner-content-area .slider-image.slider-image3 {
background-size: 200%;
background-position: 0% 84%;
}
.banner-slider-container .swiper-slide .banner-content-area .slider-image.slider-image2 {
background-size: 150%;
background-position: 48% 38%;
}
}
.banner-slider-container .swiper-slide .banner-content-area .container {
position: relative;
z-index: 2;
}
.banner-slider-container .swiper-pagination {
display: flex;
width: auto;
left: 50%;
bottom: 35px;
transform: translateX(-50%);
background-color: #f9f9f9;
padding: 15px 5px;
border-radius: 20px;
padding: 12px 15px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
.banner-slider-container .swiper-pagination {
bottom: 10px;
}
}
.banner-slider-container .swiper-pagination .swiper-pagination-bullet {
display: block;
width: 10px;
height: 10px;
opacity: 1;
background-color: #e9e9e9;
}
.banner-slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: #f1dfc9;
}
.slider-banner {
padding-left: 0;
padding-right: 0;
}
@media only screen and (max-width: 991px) {
.slider-banner {
height: 400px;
}
}
@media only screen and (max-width: 767px) {
.slider-banner {
height: 350px;
}
}
@media only screen and (max-width: 479px) {
.slider-banner {
height: 300px;
}
}
@media only screen and (min-width: 992px) {
.slider-banner {
height: 500px;
}
}
@media only screen and (min-width: 1200px) {
.slider-banner {
height: 500px;
}
.slider-banner .banner-slider-container .slider-image {
background-size: 118%;
}
}
@media only screen and (min-width: 1500px) {
.slider-banner {
height: 630px;
}
}
.info-box-section {
padding-top: 60px;
padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
.info-box-section {
padding-bottom: 20px;
padding-top: 50px;
}
}
.info-box-item {
background-color: rgba(255, 255, 255, 0.9);
padding: 35px 30px;
border-radius: 5px;
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.info-box-item:after {
content: "";
position: absolute;
left: 50%;
bottom: 0;
width: 10px;
margin-left: -5px;
height: 3px;
background-color: #f1dfc9;
opacity: 0;
transition: all 0.3s;
}
.info-box-item .info-icon {
width: 70px;
display: inline-block;
margin-bottom: 10px;
}
.info-box-item .info-icon img {
width: 50px;
height: 40px;
}
.info-box-item .info-content {
padding-left: 20px;
}
.info-box-item .info-content h6 {
font-size: 18px;
font-weight: 500;
color: #222533;
margin-bottom: 6px;
margin-top: 0;
}
.info-box-item .info-content p {
font-size: 14px;
color: #4b566b;
margin-bottom: 0;
line-height: 2;
}
@media only screen and (max-width: 991px) {
.info-box-item {
padding: 20px 30px;
}
}
.info-box-container {
overflow: hidden;
}
.info-box-container .swiper-slide-active .info-box-item {
background-color: white;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.info-box-container .swiper-slide-active .info-box-item:after {
left: 0;
width: 100%;
margin-left: 0px;
opacity: 1;
}
.catagory-section {
padding-bottom: 60px;
padding-top: 30px;
}
@media only screen and (max-width: 767px) {
.catagory-section {
padding-bottom: 30px;
}
}
.category-section {
padding-left: 20px;
padding-right: 20px;
}
@media only screen and (min-width: 992px) {
.category-section {
padding-left: 40px;
padding-right: 40px;
}
}
.catagory-container {
overflow: hidden;
}
.catagory-item {
background-color: rgba(255, 255, 255, 0.9);
padding: 15px 10px;
border-radius: 5px;
transition: all 0.3s ease;
text-align: center;
display: block;
}
.catagory-item .catagory-icon {
margin-top: 5px;
margin-bottom: 5px;
}
.catagory-item .catagory-icon svg {
width: 60px;
height: 60px;
}
.catagory-item .catagory-name {
font-size: 13px;
color: #222533;
margin-bottom: 0;
letter-spacing: -0.5px;
}
.catagory-item:hover {
background-color: white;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.catagory-item:hover .catagory-icon svg {
fill: #f1dfc9;
}
.category-section {
padding-top: 30px;
padding-bottom: 30px;
}
.category-container2 {
overflow: hidden;
padding: 15px;
}
.category-container2 .category-item {
background-color: white;
width: 100%;
text-align: center;
padding: 10px 0;
display: block;
border-radius: 5px;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.03);
border: 1px solid #fff;
}
.category-container2 .category-item:hover {
border: 1px solid #f1dfc9;
}
.category-container2 .category-item:hover p {
color: #4b566b;
}
.category-container2 .category-item p {
font-size: 12px;
}
@media only screen and (min-width: 1200px) {
.category-container2 .category-item p {
font-size: 14px;
}
}
.about-content h3 {
font-size: 30px;
font-weight: 400;
}
.about-content p {
font-size: 13px;
}
.about-image {
border-radius: 5px;
overflow: hidden;
}
.about-image img {
width: 100%;
}
.more-product-btn {
font-size: 14px;
padding: 10px 32px;
border-radius: 5px;
background-color: white;
color: #f1dfc9;
}
.more-product-btn:hover {
background-color: #f1dfc9;
color: white;
}
.post-item {
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
border-radius: 5px;
background-color: white;
overflow: hidden;
}
.post-item .post-thumb {
overflow: hidden;
}
.post-item .post-thumb a {
display: block;
}
.post-item .post-thumb img {
width: 100%;
transition: all 0.3s ease;
}
.post-item .post-content {
padding: 30px 25px;
}
.post-item .post-content .meta-post {
margin-bottom: 10px;
}
.post-item .post-content .title a {
font-size: 18px;
font-weight: 400;
line-height: 1.6;
transition: all 0.3s ease;
}
.post-item .post-content .title a:hover {
color: #f1dfc9;
}
.post-item:hover .post-thumb img {
transform: scale(1.1);
}
.meta-post li {
font-size: 14px;
font-weight: 400;
margin-right: 30px;
}
.meta-post li:last-child {
margin-right: 0;
}
.meta-post li .icon {
color: #f1dfc9;
margin-right: 4px;
font-weight: 700;
}
.meta-post li .meta-content, .meta-post li .meta-link {
color: #777b92;
}
.blog-btn {
font-size: 14px;
color: #273167;
font-weight: 400;
}
.blog-btn span {
margin-left: -2px;
font-size: 12px;
transition: all 0.3s ease;
}
.blog-btn:hover span {
margin-left: 3px;
}
.post-item:hover .post-thumb img {
transform: scale(1.1);
}
.post-item:hover .post-content .title a, .post-item:hover .border-effect .title a {
color: #f1dfc9;
}
.post-item:hover .post-content:after, .post-item:hover .border-effect:after {
width: calc(100% - 50px);
background-color: #f1dfc9;
}
.post-item:hover .post-content .blog-btn, .post-item:hover .border-effect .blog-btn {
color: #f1dfc9;
}
.border-effect {
position: relative;
}
.border-effect:after {
content: "";
position: absolute;
left: 25px;
bottom: 0;
width: 70px;
height: 2px;
background-color: #323232;
transition: all 0.3s ease;
}
.blog-sidebar .searh-widget {
border-radius: 40px;
}
.blog-sidebar .widget {
padding: 0 !important;
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
margin-bottom: 60px;
}
.blog-sidebar .widget .widget-wrapper, .blog-sidebar .widget .widget-wrapper1 {
padding: 0 20px;
}
.blog-sidebar .search-form {
width: 100%;
position: relative;
border-radius: 5px;
overflow: hidden;
}
.blog-sidebar .search-form input {
width: 100%;
padding: 12px 25px;
border: none;
border-radius: 5px;
background-color: white;
}
.blog-sidebar .search-form input:active, .blog-sidebar .search-form inputfocus, .blog-sidebar .search-form input:hover {
border-color: #f1dfc9;
}
.blog-sidebar .search-form i {
position: absolute;
right: 20px;
top: 50%;
margin-top: -9px;
}
.blog-sidebar .widget-title {
background-color: #f8f8f8;
padding: 15px 20px;
color: #222d39;
}
.blog-sidebar .widget-title:after {
background-color: #f2f2f2 !important;
bottom: 0px !important;
}
.blog-sidebar .catagory-list {
padding-left: 0;
margin-bottom: 0;
padding-top: 20px;
padding-bottom: 20px;
}
.blog-sidebar .catagory-list li:first-child a {
padding-top: 0px;
}
.blog-sidebar .catagory-list li:last-child a {
padding-bottom: 0px;
}
.blog-sidebar .catagory-list li a {
background-color: #fff;
padding: 10px 0px;
border-bottom: 1px solid #f2f2f2;
transition: all 0.3s ease;
}
.blog-sidebar .catagory-list li a .count {
background-color: #f5f5f5;
padding: 3px 5px;
color: #222d39;
border-radius: 1px;
font-size: 11px;
transition: all 0.3s ease;
}
.blog-sidebar .catagory-list li a:hover {
color: #f1dfc9;
}
.blog-sidebar .catagory-list li a:hover .count {
background-color: #f1dfc9;
color: white;
}
.blog-sidebar .catagory-list li:last-child a {
border-bottom: none;
}
.blog-sidebar .small-post-list .post-item {
box-shadow: none;
padding: 10px 0;
border-bottom: 1px solid #f2f2f2;
}
.blog-sidebar .small-post-list .post-item .post-thumb {
width: 65px;
overflow: hidden;
position: relative;
}
.blog-sidebar .small-post-list .post-item .post-thumb img {
width: 100%;
}
.blog-sidebar .small-post-list .post-item .post-content {
width: calc(100% - 65px);
padding: 0 0 0 10px;
}
.blog-sidebar .small-post-list .post-item .post-content .title {
font-size: 14px;
color: #222d39;
line-height: 15px;
margin-bottom: 0px;
display: block;
transition: all 0.3s ease;
}
.blog-sidebar .small-post-list .post-item .post-content .meta-post {
margin-bottom: 0;
}
.blog-sidebar .small-post-list .post-item .post-content .meta-post li {
font-size: 12px;
}
.blog-sidebar .small-post-list .post-item:hover .post-thumb:after {
opacity: 1;
}
.blog-sidebar .small-post-list .post-item:hover .title {
color: #f1dfc9;
}
.blog-sidebar .tag-list {
padding: 25px 0;
}
.blog-sidebar .tag-list li {
display: inline-block;
}
.blog-sidebar .tag-list li a {
display: block;
padding: 6px 15px !important;
font-size: 12px;
border: 1px solid #ebebeb;
color: #222d39;
border-radius: 3px;
margin-right: 8px;
margin-bottom: 8px;
line-height: 1.5;
font-weight: 400;
}
.blog-sidebar .tag-list li a:hover {
background-color: #f1dfc9;
color: white;
border-color: #f1dfc9;
}
.tag-list li:first-child, .share-list li:first-child {
font-size: 20px;
font-weight: 700;
color: #222d39;
}
.entry-wrapper {
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
padding: 30px;
background-color: white;
}
.entry-single .tag-list li:first-child, .entry-single .share-list li:first-child {
font-size: 20px;
font-weight: 700;
color: #222d39;
}
.entry-single .entry-header {
margin-bottom: 20px;
}
.entry-single .entry-header img {
width: 100%;
}
.entry-single .title {
font-size: 24px;
}
.entry-single p span {
color: #f1dfc9;
}
blockquote {
padding: 30px;
position: relative;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
border-radius: 5px;
overflow: hidden;
}
blockquote:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 5px;
height: 100%;
background-color: #f1dfc9;
}
blockquote:before {
content: "";
position: absolute;
right: 0px;
top: 0%;
width: 72px;
height: 60px;
z-index: 2;
background-repeat: no-repeat;
}
blockquote p {
font-size: 20px;
color: #363636;
margin-bottom: 15px;
line-height: 30px;
}
blockquote span {
font-size: 14px;
color: #f1dfc9;
}
blockquote span span {
color: #4b566b;
}
.share-list li {
display: inline-block;
}
.share-list li a {
width: 18px;
height: 18px;
border-radius: 3px;
font-size: 10px;
color: rgba(255, 255, 255, 0.8);
background-color: #e1e1e1;
transition: all 0.3s ease;
display: block;
margin: 2px;
text-align: center;
line-height: 19px;
}
.share-list li a:hover {
background-color: #f1dfc9;
color: white;
}
.comment-title {
color: #222d39;
font-weight: 400;
}
.comment-title i {
color: #f1dfc9;
margin-right: 7px;
}
.comment-item .comment-author {
background-color: #f8f8fb;
padding: 20px 25px;
}
.comment-item .comment-author .author-image {
width: 60px;
height: 60px;
overflow: hidden;
border-radius: 50%;
}
.comment-item .comment-author .author-image img {
width: 100%;
}
.comment-item .comment-author .author-name-info {
width: calc(100% - 60px);
padding-right: 10px;
padding-left: 15px;
position: relative;
}
.comment-item .comment-author .author-name-info .name {
font-size: 16px;
font-weight: 700;
}
.comment-item .comment-author .author-name-info .publish-date {
font-size: 14px;
margin-bottom: 0;
}
.comment-item .comment-author .author-name-info .reply-btn {
font-size: 12px;
padding: 1px 15px;
background-color: #777b92;
color: white;
border-radius: 3px;
transition: all 0.3s ease;
margin-top: 10px;
display: inline-block;
}
.comment-item .comment-author .author-name-info .reply-btn:hover {
background-color: #f1dfc9;
color: white;
}
@media only screen and (min-width: 768px) {
.comment-item .comment-author .author-name-info {
padding-right: 100px;
}
.comment-item .comment-author .author-name-info .reply-btn {
position: absolute;
right: 20px;
top: 50%;
margin-top: -13px;
}
}
.comment-item .comment-content {
padding: 20px 25px;
margin-bottom: 25px;
}
.comment-item .comment-content p {
margin-bottom: 0;
}
.comment-item .comment-item {
margin-left: 30px;
position: relative;
}
.comment-item .comment-item:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 3px;
height: 100%;
background-color: #f1dfc9;
z-index: 1;
}
.respons-contact-form .form-item {
position: relative;
}
.respons-contact-form .form-item i {
position: absolute;
right: 20px;
top: 15px;
color: #dddfec;
}
.respons-contact-form .form-item input, .respons-contact-form .form-item textarea {
width: 100%;
padding: 15px 30px;
border: 1px solid #e2e7f3;
outline: none;
margin-bottom: 10px;
color: #dddfec;
border-radius: 3px;
}
.respons-contact-form .form-item input:hover, .respons-contact-form .form-item input:active, .respons-contact-form .form-item input:focus, .respons-contact-form .form-item textarea:hover, .respons-contact-form .form-item textarea:active, .respons-contact-form .form-item textarea:focus {
border-color: #f1dfc9;
}
.respons-contact-form .form-item textarea {
min-height: 120px;
}
.respons-contact-form .submit {
padding: 15px 30px;
border: none;
background-color: #777b92;
color: white;
border-radius: 5px;
transition: all 0.3s ease;
line-height: 1.5;
}
.respons-contact-form .submit:hover {
background-color: #f1dfc9;
color: white;
}
@media only screen and (max-width: 1200px) {
.footer .container {
padding-left: 30px;
padding-right: 30px;
}
.footer .col-lg-3 {
margin-bottom: 30px;
}
.footer .col-lg-3:last-child {
margin-bottom: 0;
}
}
.footer-newsletter {
padding-top: 32px;
padding-bottom: 32px;
border-bottom: 1px solid #e5e5e5;
}
.newsletter-heading h5 {
text-transform: uppercase;
color: #f1dfc9;
font-size: 16px;
font-weight: 700;
}
.newsletter-form {
max-width: 320px;
position: relative;
}
.newsletter-form input {
width: 100%;
padding: 14px 60px 13px 20px;
border: 1px solid #e1e1e1;
border-radius: 5px;
}
.newsletter-form .submit-btn {
position: absolute;
right: 10px;
top: 50%;
margin-top: -21px;
width: 42px;
height: 42px;
border-radius: 3px;
background-color: #f1dfc9;
border: none;
outline: none;
text-align: center;
line-height: 40px;
transition: all 0.3s ease;
}
.newsletter-form .submit-btn svg {
fill: white;
width: 60%;
}
.newsletter-form .submit-btn:hover {
background-color: #438e1c;
}
.footer-top {
padding-top: 60px;
padding-bottom: 60px;
border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
.footer-top {
padding-top: 30px;
padding-bottom: 30px;
}
}   
.footer-bottom {
padding: 10px 0 5px;
}
.footer-widget .footer-title {
font-size: 18px;
font-weight: 500;
margin-bottom: 25px;
}
.footer-widget ul li {
font-size: 14px;
color: #4b566b;
line-height: 36px;
}
.footer-widget .footer-logo {
display: block;
margin-bottom: 25px;
}
.footer-widget p {
margin-bottom: 25px;
color: #4b566b;
font-size: 14px;
}
.apps-store {
margin-bottom: 40px;
padding-top: 10px;
}
.apps-store a {
display: block;
margin-bottom: 15px;
}
.apps-store a img {
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
border-radius: 3px;
}
.apps-store a:hover {
opacity: 0.7;
}
.payment-method a {
display: inline-block;
margin-right: 10px;
}
.footer-menu li a {
margin-left: 10px;
font-size: 13px;
color: #4b566b;
}
.footer-menu li a:hover {
color: #f1dfc9;
}
.mobile-footer {
position: fixed;
bottom: 0px;
left: 50%;
width: 100%;
height: 55px;
background-color: rgb(116 61 4 / 80%);
z-index: 9;
border-radius: 0px;
transform: translateX(-50%);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.mobile-footer .info {
padding-left: 30px;
font-size: 24px;
color: #e8d4bb;
background-color: transparent;
border: none;
outline: none;
}
.mobile-footer .info:hover {
color: #58b827;
}
.mobile-footer .footer-cart .cart-amount {
color: #4b566b;
font-weight: 500;
}
.mobile-footer .footer-cart .cart-icon {
width: 35px;
height: 35px;
display: inline-block;
text-align: center;
line-height: 35px;
border-radius: 50%;
position: relative;
font-size: 18px;
color: #e8d4bb;
}
.mobile-footer .footer-cart .cart-icon:hover {
color: #58b827;
}
.mobile-footer .footer-cart .cart-icon .count {
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #f47b7b;
color: white;
font-size: 11px;
line-height: 19px;
position: absolute;
right: -8px;
top: -5px;
}
.mobile-footer .footer-admin-area {
padding-right: 30px;
}
.mobile-footer .footer-admin-area .user-admin {
color: #e8d4bb;
font-size: 20px;
background-color: transparent;
border: none;
outline: none;
}
.mobile-footer .footer-admin-area .user-admin:hover {
color: #58b827;
}
.contact-info {
padding: 40px 35px;
background-color: #fff;
border-radius: 10px;
}
.contact-info h4 {
font-size: 26px;
}
.contact-info p {
font-size: 13px;
line-height: 24px;
color: #4b566b;
}
.contact-info .contact-details li {
display: flex;
padding: 10px 0;
}
.contact-info .contact-details li .title {
width: 90px;
font-size: 14px;
color: #363636;
font-weight: 500;
display: inline-block;
}
.contact-info .contact-details li .desc {
width: calc(100% - 90px);
font-size: 13px;
line-height: 20px;
color: #4b566b;
display: inline-block;
}
.contact-form-area {
background-color: #fff;
border-radius: 10px;
padding: 40px 35px;
}
.contact-form .input-item {
position: relative;
background-color: #fafafa;
margin-bottom: 30px;
border-radius: 5px;
overflow: hidden;
}
.contact-form .input-item input {
padding: 10px 40px 10px 20px;
width: 100%;
border: none;
background-color: transparent;
font-size: 13px;
}
.contact-form .input-item textarea {
width: 100%;
min-height: 150px;
padding: 10px 40px 10px 20px;
background-color: transparent;
border: none;
font-size: 13px;
}
.contact-form .input-item i {
position: absolute;
right: 20px;
top: 15px;
color: #d2d8e2;
}
.contact-form .submit {
border: none;
background-color: #f1dfc9;
padding: 11px 30px;
text-transform: uppercase;
color: white;
font-weight: 600;
border-radius: 5px;
}
.trending-product-section {
padding-top: 60px;
padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
.trending-product-section {
padding-top: 30px;
padding-bottom: 40px;
}
}
.recommend-product-container,
.trending-product-container {
overflow: hidden;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
}
.product-list {
width:100%;
}
@media only screen and (min-width: 992px) {
.product-list {
padding-top: 0px; 
}
}
.product-item {
background: rgb(116 61 4 / 39%);
border-radius: 5px;
overflow: hidden;
transition: all 0.3s ease;
}
.product-item .product-thumb {
position: relative;
text-align: center;
}
.product-item .product-thumb img {
width: 100%;
}
.product-item .product-thumb .batch {
position: absolute;
left: 15px;
top: 20px;
}
.product-item .product-thumb .wish-link {
position: absolute;
right: 15px;
top: 12px;
}
.product-item .product-content {
padding: 25px 20px;
}
.product-item .product-content .cata {
font-size: 12px;
color: #ccc;
margin-bottom: 6px;
line-height: 1;
}
.product-item .product-content .cata:hover {
color: #f1dfc9;
}
.product-item .product-content h6 {
margin: 0;
}
.product-item .product-content .product-title {
font-size: 15px;
font-weight: 500;
color: #363636;
}
.product-item .product-content .product-title:hover {
color: #f1dfc9;
}
.product-item .product-content .quantity {
margin-bottom: 0;
}
.product-item .product-content .price {
color: #f1dfc9;
font-size: 14px;
}
.product-item .product-content .price del {
color: #d7d7d7;
margin-left: 3px;
}
.product-item .product-content .cart-btn {
font-size: 12px;
border: 1px solid #e8eaee;
padding: 7px 10px;
border-radius: 3px;
line-height: 1;
color: #f1dfc9;
transition: all 0.3s ease;
cursor: pointer;
}
.product-item .product-content .cart-btn:hover {
border-color: #f1dfc9;
background-color: #f1dfc9;
color: white;
}
@media only screen and (min-width: 992px) {
.product-item:hover {
box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.08);
transform: scale(1.1);
}
}
.product-item.stock-out {
position: relative;
}
.product-item.stock-out:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.8);
}
.product-item.stock-out:before {
content: "Stock Out";
position: absolute;
left: 50%;
top: 50%;
z-index: 2;
border: 1px solid #363636;
padding: 3px 14px;
transform: translate(-50%, -50%);
border-radius: 3px;
width: 100px;
text-align: center;
}
.product-item:hover.stock-out {
transform: scale(1);
}
.wish-link {
width: 35px;
height: 35px;
background-color: #f6f8fa;
border-radius: 50%;
text-align: center;
line-height: 35px;
}
.wish-link svg {
width: 16px;
height: 16px;
}
.wish-link svg path {
fill: transparent;
stroke: #7e7e7f;
stroke-width: 15px;
}
.wish-link:hover svg path, .wish-link.focus svg path {
fill: #f55050;
stroke: #f55050;
}
.batch {
padding: 5px 10px;
font-size: 11px;
text-transform: uppercase;
color: white;
background-color: #f68501;
font-weight: 500;
line-height: 1;
min-width: 45px;
text-align: center;
border-radius: 1px;
}
.page-content .product-item {
margin-bottom: 30px;
}
.loadMore {
padding: 17px 40px;
display: inline-block;
font-size: 14px;
background-color: #c08e4f;
color: white;
border: none;
outline: none;
line-height: 1;
border-radius: 5px;
transition: all 0.3s ease;
}
.loadMore:hover {
background-color: #438e1c;
}
.order-details-container-mobile .cart-product-item {
padding: 7px 20px;
border-bottom: 1px solid #e8eaee;
}
.order-details-container-mobile .cart-product-item .product-content a.product-title {
font-weight: 600;
font-size: 15px;
}
.order-details-container-mobile .cart-product-item .product-content .product-price {
font-weight: 500;
}
.testimonial-section {
padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
.testimonial-section {
padding-bottom: 60px;
}
}
.testimonial-section .section-heading {
margin-bottom: 30px;
}
.testimonial-container {
width: 100%;
margin: auto;
overflow: hidden;
}
.testimonial-container .testimonial-body {
background-color: white;
border-radius: 5px;
text-align: center;
padding: 60px 13%;
}
.testimonial-container .testimonial-body .testi-author-pic {
width: 70px;
height: 70px;
border-radius: 50%;
overflow: hidden;
display: inline-block;
margin-bottom: 20px;
}
.testimonial-container .testimonial-body .desc {
font-size: 14px;
line-height: 28px;
color: #4b566b;
margin-bottom: 25px;
}
.testimonial-container .testimonial-body .author-info .name {
font-size: 16px;
font-weight: 600;
}
.testimonial-container .testimonial-body .author-info .rating i {
color: #f9d300;
font-size: 12px;
}
.testimonial-slider-btn-group .testimonial-slider-prev,
.testimonial-slider-btn-group .testimonial-slider-next {
position: absolute;
top: 50%;
width: 45px;
height: 45px;
margin-top: -22px;
background-color: #fff;
border-radius: 50%;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
text-align: center;
line-height: 44px;
z-index: 2;
cursor: pointer;
}
.testimonial-slider-btn-group .testimonial-slider-prev svg,
.testimonial-slider-btn-group .testimonial-slider-next svg {
width: 40%;
display: inline-block;
}
.testimonial-slider-btn-group .testimonial-slider-prev:hover,
.testimonial-slider-btn-group .testimonial-slider-next:hover {
background-color: #f1dfc9;
}
.testimonial-slider-btn-group .testimonial-slider-prev:hover svg,
.testimonial-slider-btn-group .testimonial-slider-next:hover svg {
fill: white;
}
.testimonial-slider-btn-group .testimonial-slider-prev {
left: 30px;
}
@media only screen and (max-width: 1200px) {
.testimonial-slider-btn-group .testimonial-slider-prev {
left: -10px;
}
}
.testimonial-slider-btn-group .testimonial-slider-next {
right: 30px;
}
@media only screen and (max-width: 1200px) {
.testimonial-slider-btn-group .testimonial-slider-next {
right: -10px;
}
}
.sitebar-drawar {
position: fixed;
top: 50%;
right: 0;
margin-top: -45px;
width: 100px;
height: 70px;
background-color: #f1dfc9;
padding: 10px;
cursor: pointer;
border-radius: 5px 0px 0px 5px;
transition: all 0.3s ease;
z-index: 9;
}
.sitebar-drawar .cart-count {
color: white;
font-weight: 500;
font-size: 13px;
line-height: 1;
margin-bottom: 6px;
}
.sitebar-drawar .cart-count span {
margin-left: 10px;
}
.sitebar-drawar .total-price {
padding: 7px 15px;
background-color: #fff;
color: #000000;
line-height: 1;
text-align: center;
border-radius: 5px;
font-weight: 500;
display: block;
margin-top: 5px;
}
@media only screen and (min-width: 1500px) {
.sitebar-drawar {
margin-top: -73px;
width: 145px;
height: 105px;
padding: 20px;
}
.sitebar-drawar .cart-count {
color: white;
font-weight: 500;
font-size: 16px;
line-height: 1;
margin-bottom: 12px;
}
.sitebar-drawar .cart-count span {
margin-left: 10px;
}
.sitebar-drawar .total-price {
padding: 13px 25px;
}
}
.sitebar-drawar.hide-drawer {
right: -145px;
}
@media only screen and (max-width: 1200px) {
.sitebar-drawar {
margin-top: -24px;
width: 50px;
height: 45px;
padding: 5px;
display: none;
}
.sitebar-drawar .cart-count {
margin-bottom: 0;
}
.sitebar-drawar .cart-count span {
display: none;
}
.sitebar-drawar .total-price {
display: none;
}
}
.sitebar-cart {
width: 300px;
position: fixed;
top: 0;
right: -350px;
z-index: 9999;
background-color: white;
height: 100vh;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
transition: all 0.3s ease;
}
.sitebar-cart.open-cart {
right: 0;
}
.sitebar-cart .sc-head {
background-color: #3d3d3d;
padding: 15px 20px;
}
.sitebar-cart .sc-head .cart-count {
color: #f1dfc9;
font-size: 16px;
font-weight: 700;
display: flex;
align-items: center;
}
.sitebar-cart .sc-head .cart-count svg {
fill: #f1dfc9;
}
.sitebar-cart .sc-head .cart-count span {
margin-left: 6px;
margin-top: 6px;
}
.sitebar-cart .sc-head .close-icon {
color: #f1dfc9;
cursor: pointer;
}
.sitebar-cart .sc-head .close-icon:hover {
color: #ff2343;
}
.sitebar-cart .cart-product-container {
height: calc(100vh - 150px);
overflow-y: auto;
}
.sitebar-cart .cart-product-item {
padding: 5px 20px;
border-bottom: 1px solid #dbdbdb;
position: relative;
}
.sitebar-cart .cart-product-item .close-item {
position: absolute;
right: 10px;
top: 5px;
color: #ff7b8f;
cursor: pointer;
z-index: 1;
}
.sitebar-cart .cart-product-item .product-content .product-title {
font-size: 15px;
color: #363636;
}
.sitebar-cart .cart-product-item .product-content .product-cart-info {
font-size: 13px;
color: #bebebe;
}
.sitebar-cart .product-price {
font-size: 15px;
}
.sitebar-cart .product-price del {
color: #bebebe;
font-weight: 400;
}
.sitebar-cart .product-price span {
color: #363636;
}
.sitebar-cart .cart-footer {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
.sitebar-cart .price-increase-decrese-group {
background-color: #f1dfc9;
padding: 0px 10px;
border-radius: 5px;
width: 100px;
}
.sitebar-cart .price-increase-decrese-group button {
color: white;
padding: 3px 5px;
cursor: pointer;
outline: none;
border: none;
}
.sitebar-cart .price-increase-decrese-group button:focus {
outline: none;
box-shadow: none;
}
.sitebar-cart .price-increase-decrese-group input {
width: 40px;
background-color: #f1dfc9;
color: white;
outline: none;
border: none;
padding: 0px 5px;
text-align: center;
}
.product-other-charge {
padding: 15px 20px;
display: none;
}
.product-other-charge p {
font-weight: 700;
margin-bottom: 5px;
}
.product-other-charge a {
color: #f1dfc9;
font-weight: 500;
}
.cart-total {
padding: 15px 20px;
background-color: #f5f5f5;
position: relative;
z-index: 2;
}
.cart-total .saving {
font-size: 14px;
font-weight: 700;
margin-bottom: 5px;
}
.cart-total .total-price {
font-weight: 700;
font-size: 20px;
color: #f1dfc9;
margin-bottom: 5px;
}
.cart-total .procced-checkout {
background-color: #f1dfc9;
color: white;
display: block;
text-align: center;
padding: 10px 30px;
border-radius: 5px;
margin-top: 10px;
}
.cart-total .procced-checkout:hover {
background-color: #438e1c;
}
.page-header-section {
background-color: #f6f6f6;
padding: 10px 0;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.06);
position: relative;
}
.breadcrumb {
background-color: transparent;
margin-bottom: 0;
padding: 0;
}
.breadcrumb li {
color: #fff;
font-weight: 500;
}
.breadcrumb li:first-child {
margin-left: 0;
}
.breadcrumb li span {
margin: 0 10px;
color: #bebebe;
}
.breadcrumb li a {
font-size: 13px;
color: #f1dfc9;
font-weight: 400;
}
.breadcrumb li a:hover {
color: #fff;
}
.breadcrumb-item.active{
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #f1dfc9;
}
.widget.widget-head {
padding-bottom: 6px !important;
}
.widget.widget-head h6 {
font-size: 14px;color: #f1dfc9;
}
.widget.widget-head a {
font-size: 14px;
font-weight: 600;color: #f1dfc9;
}
@media only screen and (min-width: 992px) {
.widget.widget-head {
padding-bottom: 15px !important;
}
}
.sidebar .widget {
/*background-color: #fff;*/background-color: rgb(116 61 4 / 63%);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
padding: 10px 20px 0px 20px;
border-radius: 3px;
}
@media only screen and (min-width: 992px) {
.sidebar .widget {
padding: 20px 20px 20px 20px;
margin-bottom: 10px;
}
}
.sidebar .widget-wrapper {
padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
.sidebar .widget-wrapper {
padding-bottom: 0px;
}
}
.sidebar .widget-title {
position: relative;
padding-bottom: 10px;
font-size: 14px;
font-weight: 600;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;color: #fff;
}
.sidebar .widget-title:after {
content: "";
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 1px;
background-color: #b8b8b8;
display: none;
}
@media only screen and (min-width: 992px) {
.sidebar .widget-title {
padding-bottom: 8px;
font-size: 18px;
}
.sidebar .widget-title:after {
display: block;
}
}
.sidebar .catagory-menu > li > a {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f2f2f2;
padding: 6px 0px;
}
.sidebar .catagory-menu > li:last-child > a {
border-bottom: none;
}
.sidebar .catagory-submenu {
padding-top: 10px;
padding-left: 20px;
}
.sidebar .checkbox-item {
position: relative;
}
.sidebar .checkbox-item input {
opacity: 0;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
cursor: pointer;
}
.sidebar .checkbox-item .checkbox {
width: 12px;
height: 12px;
border: 1px solid #ccc;
display: inline-block;
position: relative;
}
.sidebar .checkbox-item .checkbox:after {
content: "";
position: absolute;
left: 2px;
top: 0px;
width: 60%;
height: 85%;
border-right: 2px solid #ccc;
border-bottom: 2px solid #ccc;
transform: rotate(30deg);
opacity: 0;
}
.sidebar .checkbox-item input[type=checkbox]:checked ~ .checkbox {
border-color: #f1dfc9;
}
.sidebar .checkbox-item input[type=checkbox]:checked ~ .checkbox:after {
opacity: 1;
border-color: #f1dfc9;
}
.sidebar .checkbox-item .label {
font-size: 13px;
color: #fff;
text-transform: uppercase;
margin-left: 3px;
}
.sidebar .catagory-menu li > a .plus-minus:after {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 9px;
height: 1px;
background-color: #fff;
margin-left: -4.5px;
margin-top: -0.5px;
}
.sidebar .catagory-menu li > a .plus-minus:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 9px;
height: 1px;
background-color: #fff;
margin-left: -4.5px;
margin-top: -0.5px;
transform-origin: middle;
}
.sidebar .catagory-menu > li > a > .plus-minus {
background-color: #f1dfc9;
width: 21px;
height: 21px;
border-radius: 3px;
position: relative;
}
.sidebar .catagory-menu > li > a.collapsed > .plus-minus:after {
background-color: white;
}
.sidebar .catagory-menu > li > a.collapsed > .plus-minus:before {
transform: rotate(90deg);
background-color: white;
}
.sidebar .catagory-menu li > a.collapsed .plus-minus {
width: 21px;
height: 21px;
background-image: linear-gradient(to bottom right, #b78851, #f1dfc0);
border-radius: 3px;
position: relative;
}
.sidebar .irs {
position: relative;
display: block;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
height: 55px;
}
.sidebar .irs-line {
position: relative;
display: block;
overflow: hidden;
outline: none !important;
height: 10px;
top: 12px;
background: #ececec;
border-radius: 16px;
-moz-border-radius: 16px;
}
.sidebar .irs-line-left,
.sidebar .irs-line-mid,
.sidebar .irs-line-right {
position: absolute;
display: block;
top: 0;
}
.sidebar .irs-line-left {
left: 0;
width: 11%;
height: 8px;
}
.sidebar .irs-line-mid {
left: 9%;
width: 82%;
height: 8px;
}
.sidebar .irs-line-right {
right: 0;
width: 11%;
height: 8px;
}
.sidebar .irs-bar {
position: absolute;
display: block;
left: 0;
width: 0;
height: 4px;
top: 15px;
background: #f1dfc9;
}
.sidebar .irs-bar-edge {
position: absolute;
display: block;
top: 0;
left: 0;
height: 10px;
top: 15px;
width: 14px;
border: 1px solid #428bca;
border-right: 0;
background: #428bca;
background: -webkit-gradient(linear, left bottom, left top, from(#428bca), to(#7fc3e8));
background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
border-radius: 16px 0 0 16px;
-moz-border-radius: 16px 0 0 16px;
}
.sidebar .irs-shadow {
position: absolute;
display: none;
left: 0;
width: 0;
height: 2px;
top: 38px;
background: #000;
opacity: 0.3;
border-radius: 5px;
-moz-border-radius: 5px;
}
.sidebar .irs-slider {
position: absolute;
display: block;
cursor: default;
z-index: 1;
top: 11px;
width: 8px;
height: 12px;
background: #f1dfc9;
border-radius: 27px;
cursor: pointer;
}
.sidebar .irs-slider.type_last {
z-index: 2;
}
.sidebar .irs-min {
position: absolute;
display: block;
left: 0;
cursor: default;
}
.sidebar .irs-max {
position: absolute;
display: block;
right: 0;
cursor: default;
}
.sidebar .irs-from,
.sidebar .irs-to,
.sidebar .irs-single {
position: absolute;
display: block;
top: 35px;
left: 0;
cursor: default;
white-space: nowrap;
color: black;
font-size: 12px;
line-height: 1.333;
text-shadow: none;
padding: 1px 5px;
background: transparent;
border-radius: 3px;
-moz-border-radius: 3px;
font-weight: 700;
}
.sidebar .irs-grid {
position: absolute;
display: none;
bottom: 0;
left: 0;
width: 100%;
height: 20px;
height: 27px;
}
.sidebar .irs-with-grid {
height: 75px;
}
.sidebar .irs-with-grid .irs-grid {
display: block;
}
.sidebar .irs-grid-pol {
position: absolute;
top: 0;
left: 0;
width: 1px;
height: 8px;
background: #000;
opacity: 0.5;
background: #428bca;
}
.sidebar .irs-grid-pol.small {
height: 4px;
background: #999;
}
.sidebar .irs-grid-text {
position: absolute;
bottom: 0;
left: 0;
white-space: nowrap;
text-align: center;
font-size: 9px;
line-height: 9px;
padding: 0 3px;
color: #000;
bottom: 5px;
color: #99a4ac;
}
.sidebar .irs-disable-mask {
position: absolute;
display: block;
top: 0;
left: -1%;
width: 102%;
height: 100%;
cursor: default;
background: rgba(0, 0, 0, 0);
z-index: 2;
}
.sidebar .lt-ie9 .irs-disable-mask {
background: #000;
filter: alpha(opacity=0);
cursor: not-allowed;
}
.sidebar .lt-ie9 .irs-shadow {
filter: alpha(opacity=30);
}
.sidebar .irs-disabled {
opacity: 0.4;
}
.sidebar .irs-hidden-input {
position: absolute !important;
display: block !important;
top: 0 !important;
left: 0 !important;
width: 0 !important;
height: 0 !important;
font-size: 0 !important;
line-height: 0 !important;
padding: 0 !important;
margin: 0 !important;
outline: none !important;
z-index: -9999 !important;
background: none !important;
border-style: solid !important;
border-color: transparent !important;
}
.sidebar .irs-min,
.sidebar .irs-max {
display: none;
color: #333;
font-size: 12px;
line-height: 1.333;
text-shadow: none;
top: 0;
padding: 1px 5px;
background: rgba(0, 0, 0, 0.1);
border-radius: 3px;
-moz-border-radius: 3px;
}
.sidebar .lt-ie9 .irs-min,
.sidebar .lt-ie9 .irs-max {
background: #ccc;
}
.sidebar .lt-ie9 .irs-from,
.sidebar .lt-ie9 .irs-to,
.sidebar .lt-ie9 .irs-single {
background: #999;
}
.sidebar .irs-to {
background-color: #f1dfc9;
color: white;
padding: 3px;
}
.sidebar .range-slider {
position: relative;
padding-bottom: 30px;
}
.sidebar .range-slider .submit {
border: none;
background-color: #333;
color: white;
padding: 6px 15px;
font-size: 13px;
line-height: 1;
border-radius: 3px;
position: absolute;
right: 50%;
bottom: 13px;
margin-right: -27px;
}
.sidebar .widget-wrapper ul li a {
padding: 9px 0;
border-bottom: 1px solid #f2f2f2; color:#fff;
}
.sidebar .widget-wrapper ul li a .amount {
width: 30px;
height: 20px;
background-color: #f5f5f5;
color: #d7d7d7;
line-height: 1.7;
font-size: 13px;
text-align: center;
border-radius: 2px;
}
.sidebar .widget-wrapper ul li a:hover .amount {
background-color: #f1dfc9;
color: white;
}
.sidebar .widget-wrapper ul li:last-child a {
border-bottom: none;
}
.sidebar .widget-wrapper .flux-custom-select {
margin-top: 20px;
width: 100%;
background-color: #f8f8f8;
border: none;
}
@media only screen and (min-width: 768px) {
.sidebar .widget-wrapper .flux-custom-select {
width: 100%;
}
}
.sidebar .widget-wrapper .flux-custom-select .select-selected {
background-color: #f8f8f8;
border: 1px solid #ededed;
color: #4b566b;
}
.sidebar .widget-wrapper .flux-custom-select .select-selected:after {
border-color: #4b566b transparent transparent transparent;
top: 20px;
}
.sidebar .widget-wrapper .flux-custom-select .select-selected.select-arrow-active:after {
border-color: transparent transparent #4b566b transparent;
top: 14px;
}
.sidebar .widget-wrapper .flux-custom-select .select-items {
background-color: #fff;
}
.sidebar .widget-wrapper .flux-custom-select .select-items div {
color: #4b566b;
display: block;
padding: 5px 15px;
font-size: 13px;
border: none;
border-bottom: 1px solid rgba(89, 184, 40, 0.1);
}
.sidebar .widget-wrapper .flux-custom-select .select-items div:hover, .sidebar .widget-wrapper .flux-custom-select .select-items div.same-as-selected {
background-color: #f1dfc9;
color: white;
}
.product-zoom-info-container {
background-color: rgb(116 61 4 / 39%);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
border-radius: 10px;
}
.product-zoom-area {
padding: 30px 20px;
border-right: 1px solid #eaeaea;
position: relative;
}
.product-zoom-area .batch {
position: absolute;
right: 25px;
top: 30px;
z-index: 1;
}
.product-zoom-area .cart-btn-toggle {
position: absolute;
left: 25px;
top: 25px;
padding: 1px 15px;
background-color: #f1dfc9;
color: white;
border-radius: 3px;
z-index: 2;
}
.product-zoom-area .cart-btn-toggle i {
margin-right: 6px;
}
.product-zoom-area .product-slick {
margin-bottom: 20px;
border-radius: 5px;
overflow: hidden;
}
.product-zoom-area .product-slick .slick-slide div {
display: block !important;
}
.product-zoom-area .slider-nav {
border-radius: 5px;
overflow: hidden;
}
.product-zoom-area .slider-nav .slick-slide {
cursor: pointer;
}
.product-zoom-area .slider-nav .slick-slide > div {
margin-left: 5px;
margin-right: 5px;
border: 1px solid #eaeaea;
}
.product-zoom-area .slider-nav .slick-slide div {
display: block !important;
}
.product-zoom-area .slider-nav .slick-slide.slick-current > div {
border: 1px solid #f1dfc9;
}
.product-zoom-area .slider-nav .slick-next {
right: 8px;
z-index: 2;
opacity: 1;
}
.product-zoom-area .slider-nav .slick-prev {
left: 8px;
z-index: 2;
opacity: 1;
}
.product-zoom-area .slider-nav .slick-prev:before, .product-zoom-area .slider-nav .slick-next:before {
opacity: 1;
font-size: 25px;
}
.product-details-content {
position: relative;
padding: 40px 20px;
}
.product-details-content .wish-link {
position: absolute;
right: 15px;
top: 12px;
}
.product-details-content .cata {
font-size: 14px;
color: #cccccc;
margin-bottom: 0px;
}
.product-details-content h2 {
font-size: 25px;
color: #f1dfc9;
font-weight: 500;
margin-bottom: 0px;
}
.product-details-content .quantity {
font-size: 16px;
color: #fff;
margin-bottom: 10px;
}
.product-details-content .price {
font-size: 25px;
color: #f1dfc9;
font-weight: 500;
margin-bottom: 20px;
}
.product-details-content .price del {
color: #d7d7d7;
margin-left: 15px;
}
.product-details-content .price-increase-decrese-group {
margin-bottom: 20px;
}
.product-details-content p {
font-size: 14px;
color: #4b566b;
margin-bottom: 30px;
}
.product-details-content .buy-now {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
color: white;
background-color: #f1dfc9;
border-radius: 5px;
padding: 9px 30px;
display: inline-block;
}
.description-review-area {
background-color: #fff;
}
.description-review-topbar {
position: relative;
}
.description-review-topbar:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background-color: #fafafa;
}
.description-review-topbar a {
font-size: 16px;
font-weight: 500;
line-height: 1;
margin: 0 90px 0px 0px;
padding: 18px 0px;
position: relative;
}
.description-review-topbar a:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background-color: #fafafa;
z-index: 2;
}
.description-review-topbar a:last-child {
margin: 0 0px 0px 0px;
}
@media only screen and (max-width: 767px) {
.description-review-topbar a {
margin: 0 5px 0px 0;
padding: 18px 5px;
font-size: 14px;
}
}
.description-review-topbar a.active {
background-color: transparent;
color: #f1dfc9;
}
.description-review-topbar a.active:after {
background-color: #f1dfc9;
}
.description-review-bottom {
padding: 33px 0 0;
}
.description-review-bottom .product-description-wrapper p {
margin: 0 0 25px;
}
.description-review-bottom .product-description-wrapper p:last-child {
margin: 0 0 0px;
}
.description-review-bottom .product-anotherinfo-wrapper ul li {
color: #333;
font-size: 14px;
list-style: outside none none;
margin: 0 0 13px;
}
.description-review-bottom .product-anotherinfo-wrapper ul li span {
color: #15273e;
display: inline-block;
font-weight: 500;
margin: 0 26px 0 0;
min-width: 85px;
}
.description-review-area p {
margin-bottom: 30px;
}
.description-review-area p:last-child {
margin-bottom: 0;
}
.description-review-area ul {
padding-left: 40px;
margin-bottom: 30px;
}
.description-review-area ul li {
position: relative;
}
.description-review-area ul li:after {
content: "";
position: absolute;
left: -30px;
top: 50%;
width: 15px;
height: 2px;
margin-top: -1px;
background-color: #f1dfc9;
}
.review-comments-section h3 {
font-size: 20px;
font-weight: 700;
margin-bottom: 20px;
}
.review-comment-list {
padding: 30px;
border: 1px solid #eaeaea;
margin-bottom: 40px;
border-radius: 10px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.03);
}
.review-comment-item {
border-bottom: 1px solid #f2ecec;
padding: 20px 0;
text-align: center;
}
@media only screen and (min-width: 768px) {
.review-comment-item {
text-align: left;
}
}
.review-comment-item:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.review-comment-item:first-child {
padding-top: 0px;
}
.review-comment-item .thumb {
width: 100px;
display: inline-block;
margin-bottom: 20px;
}
.review-comment-item .thumb img {
width: 100%;
}
@media only screen and (min-width: 768px) {
.review-comment-item .thumb {
display: block;
margin-bottom: 0;
}
}
.review-comment-item .content {
text-align: center;
}
@media only screen and (min-width: 768px) {
.review-comment-item .content {
padding-left: 20px;
width: calc(100% - 100px);
text-align: left;
}
}
.review-comment-item .content .head {
margin-bottom: 6px;
}
.review-comment-item .content .head .rating i {
color: #F5A623;
}
.review-comment-item .content .name {
font-size: 16px;
font-weight: 600;
margin-top: 0;
margin-bottom: 0;
}
.review-comment-item .content .post-time {
font-size: 13px;
line-height: 22px;
color: #a6a3a3;
}
.review-comment-item .content .review-body p {
font-size: 14px;
line-height: 23px;
}
.review-comment-item .content .review-body p:last-child {
margin-bottom: 0;
}
.review-form {
padding: 30px;
border: 1px solid #eaeaea;
border-radius: 10px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.03);
}
.review-form .input-item {
margin-bottom: 15px;
}
.review-form .input-item label {
font-size: 13px;
font-weight: 500;
}
.review-form .input-item input {
width: 100%;
padding: 6px 15px;
border: 1px solid #eaeaea;
border-radius: 3px;
}
.review-form .input-item textarea {
width: 100%;
padding: 6px 15px;
border: 1px solid #eaeaea;
min-height: 150px;
border-radius: 3px;
}
.review-form .input-item .rating i {
color: #F5A623;
}
.review-form .review-submit {
font-size: 15px;
font-weight: 600;
padding: 8px 30px;
background-color: #f1dfc9;
color: white;
border: none;
border-radius: 3px;
outline: none;
transition: all 0.3s ease;
}
.review-form .review-submit:hover {
background-color: rgba(89, 184, 40, 0.8);
}
.review-form .card-body {
padding: 0;
}
.review-form .rating {
border: none;
margin-right: 0px;
margin-top: 35px;
}
.review-form .myratings {
font-size: 48px;
color: green;
}
.review-form .rating > [id^=star] {
display: none;
}
.review-form .rating > label:before {
margin: 5px;
font-size: 2.25em;
font-family: "Font Awesome 5 Free";
display: inline-block;
content: "";
}
.review-form .rating > .half:before {
content: "";
position: absolute;
}
.review-form .rating > label {
color: #ddd;
float: right;
}
.review-form .rating > [id^=star]:checked ~ label,
.review-form .rating:not(:checked) > label:hover,
.review-form .rating:not(:checked) > label:hover ~ label {
color: #FFD700;
}
.review-form .rating > [id^=star]:checked + label:hover,
.review-form .rating > [id^=star]:checked ~ label:hover,
.review-form .rating > label:hover ~ [id^=star]:checked ~ label,
.review-form .rating > [id^=star]:checked ~ label:hover ~ label {
color: #FFED85;
}
.review-form input.reset-option {
display: none;
}
.login-area {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
z-index: -999;
opacity: 0;
visibility: hidden;
}
.login-area .overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.65);
z-index: 1;
opacity: 0;
}
.login-area .login-body-wrapper {
max-width: 545px;
width: 90%;
position: relative;
z-index: 2;
background-color: white;
border-radius: 10px;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
overflow: hidden;
transform: scale(0);
transition: all 0.5s ease;
max-height: 90vh;
overflow-y: auto;
}
.login-area .login-body-wrapper .forgot-password {
background-color: #f8f8f8;
padding: 20px 15px;
}
.login-area .login-body-wrapper .forgot-password a {
color: #f1dfc9;
}
.login-area .login-body {
width: 100%;
padding: 40px 40px 0px 40px;
position: relative;
}
.login-area .login-body .close-icon {
width: 25px;
height: 25px;
border-radius: 50%;
text-align: center;
line-height: 26px;
font-size: 12px;
background-color: #f1dfc9;
color: white;
position: absolute;
right: 6px;
top: 6px;
}
@media only screen and (max-width: 479px) {
.login-area .login-body {
padding: 20px 20px 0px 20px;
}
}
.login-area .login-body .login-header {
margin-bottom: 20px;
text-align: center;
}
.login-area .login-body .login-header h4 {
font-size: 26px;
color: #f1dfc9;
}
@media only screen and (max-width: 479px) {
.login-area .login-body .login-header h4 {
font-size: 22px;
}
}
.login-area .login-body .login-header p {
font-size: 14px;
color: #363636;
margin-bottom: 0;
}
.login-area .login-body .login-form input {
width: 100%;
border: 1px solid #e4e4e4;
background-color: #e7e7e7;
padding: 15px 35px;
margin-bottom: 25px;
border-radius: 3px;
}
.login-area .login-body .login-form .submit {
width: 100%;
border: 1px solid #f1dfc9;
background-color: #f1dfc9;
padding: 12px 35px;
margin-bottom: 5px;
color: white;
outline: none;
border-radius: 3px;
}
@media only screen and (max-width: 479px) {
.login-area .login-body .login-form input {
padding: 10px 25px;
}
.login-area .login-body .login-form .submit {
padding: 9px 25px;
}
}
.login-area .login-body .seperator {
margin: 20px 0;
}
.login-area .login-body .othersignup-option a {
width: 100%;
border: 1px solid #f1dfc9;
background-color: #f1dfc9;
padding: 12px 35px;
margin-bottom: 25px;
color: white;
outline: none;
border-radius: 3px;
text-align: center;
}
.login-area .login-body .othersignup-option a i {
margin-right: 10px;
}
.login-area .login-body .othersignup-option a.facebook {
border: 1px solid #4267b2;
background-color: #4267b2;
}
.login-area .login-body .othersignup-option a.google {
border: 1px solid #4285f4;
background-color: #4285f4;
}
.login-area .login-body .othersignup-option a:last-child {
margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
.login-area .login-body .othersignup-option a {
padding: 9px 15px;
}
}
.login-area .login-body .dont-account p {
font-weight: 300;
}
.login-area .login-body .dont-account p a {
color: #f1dfc9;
}
.login-area.open-form {
z-index: 999;
opacity: 1;
visibility: visible;
}
.login-area.open-form .overlay {
opacity: 1;
cursor: zoom-out;
}
.login-area.open-form .login-body-wrapper {
transform: scale(1);
}
.eflux-login-form-area {
background-color: rgb(116 61 4 / 39%);
 border-radius: 10px;
padding: 25px 25px 25px;
border: 1px solid #6c3600;
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
margin-left: -30px;
min-height: 100vh !important;
}
.eflux-login-form-area1 {min-height:inherit!important; border-radius: 10px;}
.eflux-login-form-area1 .eflux-login-form .input-item {margin-bottom: 15px;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 110px !important;
    left: 20px !important;
    z-index: 999;
    width: auto;
}
.swiper-pagination-bullet{background: #fff !important;}
.swiper-pagination-bullet-active{
background-color: #f27b03 !important;
}
.eflux-login-form .input-item {
position: relative;
margin-bottom: 15px;
}
.sosalM {position: fixed;width: 60px;transition: all 0.3s linear;box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4);z-index: 11;right: 0;bottom:40%; border-radius: 25px;}
.sosalM ul {margin: 0;
padding: 0;
list-style: none;
}
.sosalM li{height: 40px;position:relative;}
.sosalM li a{color: #fff !important;display: block;height: 100%;width: 100%;line-height: 45px;padding-right:25%;border-bottom: 1px solid rgba(0,0,0,.4);transition: all .3s linear;text-decoration: none !important;}
.sosalM li:nth-child(1) a{background: #6c3600; border-radius: 10px 0px 0px 0px;}
.sosalM li:nth-child(2) a{background: #6c3600;}
.sosalM li:nth-child(3) a{background: #6c3600;}
.sosalM li:nth-child(4) a{background: #6c3600;}
.sosalM li:nth-child(5) a{background: #6c3600;}
.sosalM li:nth-child(6) a{background: #6c3600;}
.sosalM li:nth-child(7) a{background: #6c3600;}
.sosalM li:nth-child(8) a{background: #6c3600;}
.sosalM li:nth-child(9) a{background: #6c3600; border-radius:0px 0px 0px 10px;}
.sosalM li a i{position: absolute;top: 12px;right:24px;font-size: 16px;}
.sosalM ul li a span{display: none;font-weight:400;letter-spacing: 1px;text-transform: uppercase;}
.sosalM a:hover {z-index:1;width: 200px;border-bottom: 1px solid rgba(0,0,0,.5);box-shadow: 0 0 1px 1px rgba(0,0,0,.3);position: absolute;right: 0;}
.sosalM ul li:hover a span{padding-left: 0;display: block;font-size: 13px;text-align: center;}
.xico{fill: #fff;margin-top: 10px;margin-left: 4px; float:right;}
.whites{color: #fff !important;}
input:-internal-autofill-selected{background-color: none !important;}
.logo_login {
margin: 20px 0 30px;
text-align: center;
}
.logo_login p{
color: #f1dfc9;
font-size: 20px; 
font-weight: 700;
}
.call_whatsapp_popup {
display: flex;
color: #fff;
justify-content: center;
gap: 4px;
font-size: 18px;
padding-top: 5px;
}
.call_whatsapp_popup p {
display: inline;
margin: 0px;
}
.call_whatsapp_popup a { text-decoration: none;font-size: 16px;}
.popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
}
.popup.hidden {
display: none;
}
.checkbox-groups{
display: flex;
align-items: center;
}
.checkbox-groups label {
font-size: 12px;
line-height: normal;
text-align: left;
padding-top: 10px;
padding-left: 10px;
}
.popup_inputs input ::placeholder{
color: #000;
}
.popup_submit{
background-color: #c08e4f;
width: 100%;
color: #fff;
border: none;
}
.popup-close-btn {
position: fixed;
top: 70px;
right: 30%;
background-color: #000;
color: #fff;
border: none;
border-radius: 50%;
width: 30px;
height: 30px;
font-size: 18px;
font-weight: bold;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.popup-close-btn:hover {
background-color: #d32f2f;
}
.partner-section{
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    right: 0px;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); */
    text-transform:uppercase;
    bottom: 40px;
    z-index: 99;
    display: flex;
    align-items: center;
    background: rgb(16 16 16 / 32%);
    backdrop-filter: blur(2px);
}
.partner-box {
   background: #fff;
  color: rgb(128 70 18);
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.partner-box::after {
   content: "";
   position: absolute;
   right: -27px;
   top: 50%;
   transform: translateY(-50%);
   width: 0;
   height: 0;
   border-top: 30px solid transparent;
   border-bottom: 29px solid transparent;
   border-left: 28px solid #fff;
   z-index: 999;
}
.marquee-box {
  font-size: 18px;
  font-weight: 500;
  padding-left: 35px;
  width:80%;
  color:#fff;
}
.Forgot_Password {
padding-top: 10px;
}
.text-marquee span {
display: inline-block;
padding-left: 100%; 
animation: scroll-text 15s linear infinite;
font-size: 18px; 
color: #f1dfc9;
}
.btn-height{
height: 40px !important;
}
.brand_partner {position: relative;z-index: 999;top:-114px;text-align: center;text-transform: uppercase;}
.brand_partner h3 {color: #ffff;margin: 0 auto 7px;font-size: 18px;}
.swiper-pagination-bullet {width: 15px!important;height: 15px!important;}
.login-app {text-align:center;}
.login-app img {width:95px;border-radius: 5px;border: 1px solid  #6c3600c2;}
.input-item {position: relative;}
.show-pass {position: absolute; right: 0px; top: 43%; transform: translateY(-50%); cursor: pointer;}
.show-pass i {color:#744009;}
.input-item i {color:#fff;}
.swiper-container {width: 100%;height: 100%;}
.swiper-slide {text-align: center;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.slide-image img {max-width: 100%;height: auto;}
.slide-content {margin-top: 20px;}
.slide-content h3 {margin: 0 0 10px;font-size: 40px;font-weight: bold;color: #fff;}
.slide-content p {margin: 0;font-size: 20px;line-height: 35px;}
/* .eflux-login-form .input-item input {height: 35px !important;} */
.login_pages{overflow: hidden;}
.slide-image img{min-height: 96vh !important;}
.eflux-login-form{width: 80%;margin:auto;}
.eflux-login-form-area_login{width: 70%;margin: auto;border: 1px solid #6c3600c2;padding:40px 20px;border-radius: 15px;background: rgb(108 54 0 / 30%);margin-bottom: 40px;}
@keyframes scroll-text {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-100%);
}
}
.popup_inputs{margin-bottom: 7px;}
.popup_inputs label{margin-bottom: 0px;}
.popup_inputs input{width: 100%;border: 1px solid #ccc}
.popup_inputs textarea{width: 100%;height: 80px;border: 1px solid #ccc}
.popup-content {background-color: #fff;padding: 20px;border-radius: 8px;max-width: 600px;width:30%;}
.popup-close {position: absolute;top: 10px;right: 10px;font-size: 24px;cursor: pointer;color: #000;}
.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 8px;
    width: 100%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    z-index: 999;
    text-align: center;
    /* background: rgb(16 16 16 / 32%);
    backdrop-filter: blur(2px);
    border: 1px solid rgb(16 16 16 / 50%);*/
}
 .slide-image::before {
  content: "";              
  position: absolute;
  inset: 0;                
  background: rgba(0, 0, 0, 28%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  transition: 0.4s ease;
  z-index: 2;
}
.slide-content h3 {margin: 0 0 10px;font-size: 90px;font-weight: bold;color: #fff;}
.slide-content p {margin: 0;font-size: 24px;line-height: 35px;}
@media only screen and (max-width: 991px) {
.eflux-login-form .input-item {
margin-bottom: 10px;
}
}
.eflux-login-form .input-item label {
margin-bottom: 5px;
font-size: 16px;
text-transform: uppercase; color: #fff;
}
.eflux-login-form .input-item input {
padding: 10px 30px 10px 10px;
width: 100%;
border: 1px solid #fff;
/*background-color: #fafafa;*/ background:none;
font-size: 16px;
border-radius: 5px;
outline: none; color:#fff;
}
.show-pass {
    position: absolute;
    right: 10px;
    top: 49%;
    transform: translateY(-50%);
    cursor: pointer;
}

.eflux-login-form .input-item i {
position: absolute;
right: 20px;
top: 12px;
color: #fff;
}
.eflux-login-form .submit {
    border-radius: 5px !important;
    background: #744009 !important;
    border-color: #744009 !important;
    color: #fff !important;
    border: 1px solid #744009;
}
/* .eflux-login-form .submit:hover {
    background-color: transparent!important;
    border-color: #fff !important;
} */
.new-customer-container > h6 {
font-size: 16px;
font-weight: 300;
text-transform: uppercase;
margin-bottom: 10px;
}
.new-customer-container .new-customer-box {
background-color: #fff;
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
padding: 30px 25px;
border-radius: 10px;
}
.new-customer-container .new-customer-box h6 {
font-size: 16px;
font-weight: normal;
}
.new-customer-container .new-customer-box p {
font-size: 15px;
margin-bottom: 25px;
}
.new-customer-container .new-customer-box .signup-btn {
width: 200px;
border: none;
background-color: #f1dfc9;
padding: 15px 40px;
text-transform: uppercase;
color: #fff;
font-weight: 500;
border-radius: 5px;
transition: all 0.3s ease;
outline: none;
text-align: center;
}
.new-customer-container .new-customer-box .signup-btn:hover {
background-color: #438e1c;
color: white;
}
@media only screen and (min-width: 1500px) {
.eflux-login-form-area {
padding: 35px 25px;
}
/* .eflux-login-form input {
padding: 15px 15px 10px 15px !important;
width: 100%;
font-size: 14px;
border-radius: 5px;
} */
.eflux-login-form .submit {
padding: 10px 30px;
}
.new-customer-container .new-customer-box {
padding: 25px 25px;
}
.new-customer-container .new-customer-box p {
margin-bottom: 20px;
}
.new-customer-container .new-customer-box .signup-btn {
width: 130px;
border: none;
background-color: #f1dfc9;
padding: 10px 30px;
}
}
@media only screen and (max-width: 991px) {
.eflux-login-form-area {padding: 25px 25px;margin: 0;}
.eflux-login-form input {padding: 10px 35px 10px 15px!important;width: 100%;font-size: 13px;border-radius: 5px;}
.eflux-login-form .submit {padding: 10px 20px;font-size: 13px;}
.new-customer-container .new-customer-box {padding: 20px 15px;}
.new-customer-container .new-customer-box p {margin-bottom: 20px;}
.new-customer-container .new-customer-box .signup-btn {width: 130px;border: none;background-color: #f1dfc9;padding: 10px 30px;}
.checkbox-btn input[type="checkbox"]{padding: 10px !important;}
}
.admin-page-section {background-color: #f1f1f1;height: 310px;background-image: url(../images/page-header.jpg);}
@media only screen and (max-width: 767px) {
.admin-page-section {height: 200px;}
}
@media only screen and (max-width: 767px) {
.admin-content-area {text-align: center;}
}
.admin-content-area .admin-thumb {width: 80px;height: 80px;border-radius: 50%;overflow: hidden;border: 5px solid #fff;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);position: relative;margin-bottom: 7px;display: inline-block;}
.admin-content-area .admin-thumb img {width: 100%;}
.admin-content-area .admin-thumb .image-change-option {position: absolute;right: -10px;top: -10px;}
.admin-content-area .admin-content .name {font-size: 22px;font-weight: 700;margin-bottom: 0px;color: #363636;}
.admin-content-area .admin-content .desc {color: #5f5f5f;font-size: 14px;margin-bottom: 0;}
.dashboard-section {padding-top: 50px;padding-bottom: 70px;}
@media only screen and (max-width: 1200px) {
.dashboard-section {padding-top: 20px;padding-bottom: 60px;}
}
.dashbord-nav {background-color: #fff;margin-bottom: 60px;border-radius: 10px;overflow: hidden;}
.dashbord-nav li {text-align: center;}
.dashbord-nav li a {padding: 10px 25px;display: block;background-color: #fff;font-size: 13px;font-weight: 700;text-align: left;border: 1px solid #f3f3f3;}
.dashbord-nav li a.active {background-color: #f1dfc9;color: white;}
.dashbord-nav li a i {margin-right: 10px;}
@media only screen and (min-width: 992px) {
.dashbord-nav {padding: 10px 30px;border-radius: 10px;border: 1px solid #f3f3f3;}
.dashbord-nav li a {border-radius: 5px;border: none;}
.dashbord-nav li a i {display: none;}
}
/* .dashboard-body {border: 1px solid #bb7a2b;box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);} */
.dashboard-body .profile {position: relative;}
.dashboard-body .profile > .title {font-size: 16px;font-weight: 700;margin-top: 0;display: block;padding: 25px 30px;border: 1px solid #f3f3f3;background-color: #fff;position: relative;}
.dashboard-body .profile > .title .edit {position: absolute;right: 25px;top: 50%;margin-top: -10px;cursor: pointer;color: #f1dfc9;}
.dashboard-body .profile .list-profile-info {padding: 10px 30px;background: #fafafa;}
.dashboard-body .profile .list-profile-info li {display: flex;padding: 15px 0;}
.dashboard-body .profile .list-profile-info li .title {width: 100px;display: block;font-size: 15px;font-weight: 600;}
.dashboard-body .profile .list-profile-info li .desc {padding-left: 50px;font-size: 13px;margin-bottom: 0;}
.dashboard-body .profile-address-book > .title {font-size: 16px;font-weight: 700;margin-top: 0;display: block;padding: 10px 20px;border: 1px solid #f3f3f3;background-color:rgb(116 61 4 / 63%);margin-bottom: 0; color:#f1dfc9;}
.profile-address-book .form-check-input {margin-left: 0;}
/* .dashboard-body .profile-address-book .address-list li {display: flex;padding: 20px 25px;position: relative; background:rgb(116 61 4 / 39%); border-radius: 8px; margin-bottom: 15px;} */
.dashboard-body .profile-address-book .address-list li .card{background: rgb(116 61 4 / 39%);}
.dashboard-body .profile-address-book .address-list li:hover .card{background: rgb(116 61 4 / 55%);}
/* .dashboard-body .profile-address-book .address-list li .edit-delete-btn {position: absolute;right: 15px;top: 20px;} */
.dashboard-body .profile-address-book .address-list li .edit-delete-btn button {border: none;outline: none;background-color: transparent;}
.dashboard-body .profile-address-book .address-list li .edit-delete-btn button.edit {color: #f1dfc9;}
.dashboard-body .profile-address-book .address-list li .edit-delete-btn button.delete {color: red;}
.dashboard-body .profile-address-book .address-list li .icon {width: 40px;font-size: 18px;color: #efefef;}
/* .dashboard-body .profile-address-book .address-list li .address-text {width: calc(100% - 40px);} */
.dashboard-body .profile-address-book .address-list li .address-text h6 {margin-bottom: 7px;font-weight: 700;font-size: 14px; color:#f1dfc9;}
.dashboard-body .profile-address-book .address-list li .address-text p {margin-bottom: 0;font-size: 15px;line-height: 26px; color:#f1dfc9;}
.dashboard-body .profile-address-book .address-list li.active {background-color:rgb(116 61 4 / 39%);border: 1px solid #fff;}
.dashboard-body .profile-address-book .address-list li.active .icon {background-color: transparent;color: #f1dfc9;}
/* .dashboard-body .profile-address-book .address-list li:hover {background-color: rgb(116 61 4 / 63%);} */
.dashboard-body .profile-address-book .address-list li:hover .icon {background-color: transparent;color: #f1dfc9;}
.dashboard-body .profile-address-book .address-list li.addnew {background-color:rgb(116 61 4 / 39%);padding: 10px 10px;text-align: center;justify-content: center;}
.dashboard-body .profile-address-book .address-list li.addnew .add-new-btn {padding: 5px 20px;border-radius: 5px !important;background: #744009 !important;border-color: #744009 !important;color: #fff !important;border: 1px solid #7b450e;outline: none;}
.dashboard-body .profile-address-book .address-list li.addnew .add-new-btn:hover {background-color: transparent !important;border-color: #fff !important;}
.profile-edit .modal-dialog {max-width: 600px;}
.profile-edit-container {max-width: 100%;background-color: #fff;box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);border-radius: 10px;padding: 40px 40px;position: relative;z-index: 9;}
.profile-edit-container .head {margin-bottom: 30px;}
.dashboard-body .profile-address-book .address-list li .icon {width: 20px;}
.profile-edit-container .head p {margin-bottom: 0;}
/* .dashboard-body .profile-address-book .address-list li {padding:10px 15px 10px 25px;} */
.profile-edit-container .title {font-size: 24px;display: block;text-align: center;margin-top: 0;}
.profile-form .input-item {margin-bottom: 15px;}
.profile-form .input-item label {display: block;margin-bottom: 0px;}
.profile-form .input-item input {width: 100%;padding: 6px 15px;border: 1px solid #f3f3f3;}
.profile-form .input-item input::placeholder {color: #bbbbc1;font-weight: 300;font-size: 12px;}
.profile-form .input-item textarea {width: 100%;padding: 6px 25px;border: 1px solid #f3f3f3;min-height: 100px;}
.profile-form .input-item .select-selected {background-color: white;border: 1px solid #f3f3f3;color: #bbbbc1;border-radius: 3px;font-size: 12px;}
.profile-form .input-item .select-selected:after {top: 21px;position: absolute;border: 6px solid transparent;border-color: #dad5d5 transparent transparent transparent;}
.profile-form .input-item .select-selected.select-arrow-active:after {border-color: transparent transparent #dad5d5 transparent;top: 13px;}
.profile-form .input-item .select-items {background-color: #fff;box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);}
.profile-form .input-item .select-items div {color: #bbbbc1;border-color: transparent transparent rgba(0, 0, 0, 0.02) transparent;font-size: 12px;}
.profile-form .input-item .select-items div:hover {background-color: #f1dfc9;color: white;}
.profile-form .submit {border: none;outline: none;padding: 10px 35px;border-radius: 5px;background-color: #f1dfc9;color: white;cursor: pointer;}
.profile-form .cencel {border: none;outline: none;padding: 10px 35px;border-radius: 5px;background-color: black;color: white;cursor: pointer;}
.address-edit-box h4 {font-size: 24px;text-align: center;margin-bottom: 25px;}
.address-edit-box .address-form .input-item {margin-bottom: 15px;}
.address-edit-box .address-form .input-item label {font-size: 13px;font-weight: 500;margin-bottom: 6px;}
.address-edit-box .address-form .input-item input {width: 100%;padding: 6px 15px;border: 1px solid #f3f3f3;border-radius: 3px;}
.address-edit-box .address-form .input-item input::placeholder {color: #bbbbc1;font-weight:300;font-size:12px;}
.address-edit-box .address-form .input-item textarea {
width: 100%;
padding: 6px 25px;
border: 1px solid #f3f3f3;
border-radius: 3px;
min-height: 150px;
}
.address-edit-box .address-form .input-item textarea::placeholder {
color: #bbbbc1;
font-weight: 300;
font-size: 12px;
}
.address-edit-box .address-form .input-item .select-selected {
background-color: white;
border: 1px solid #f3f3f3;
color: #dad5d5;
border-radius: 3px;
color: #bbbbc1;
font-size: 12px;
}
.address-edit-box .address-form .input-item .select-selected:after {
top: 21px;
position: absolute;
border: 6px solid transparent;
border-color: #dad5d5 transparent transparent transparent;
}
.address-edit-box .address-form .input-item .select-selected.select-arrow-active:after {
border-color: transparent transparent #dad5d5 transparent;
top: 13px;
}
.address-edit-box .address-form .input-item .select-items {
background-color: #fff;
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.address-edit-box .address-form .input-item .select-items div {
color: #bbbbc1;
border-color: transparent transparent rgba(0, 0, 0, 0.02) transparent;
font-size: 12px;
}
.address-edit-box .address-form .input-item .select-items div:hover {
background-color: #f1dfc9;
color: white;
}
.address-edit-box .address-form .submit {
background-color: #f1dfc9;
color: white;
padding: 12px 25px;
border-radius: 3px;
border: none;
outline: none;
line-height: 1;
}
.address-edit-box .address-form .cancel {
background-color: #222222;
color: white;
padding: 12px 25px;
border-radius: 3px;
border: none;
outline: none;
line-height: 1;
}
.order-head h5 {
font-size: 18px;
font-weight: 700;
margin-bottom: 25px;
}
.order-item {
margin-bottom: 5px;
margin-bottom: 5px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.order-item:last-child {
margin-bottom: 0;
}
.order-item .table tr {
border-top: 1px solid #f3f3f3;
border-right: 1px solid #f3f3f3;
}
.order-item .table th {
background-color: #fbfbfb;
border: none !important;
width: 33.33%;
font-size: 13px;
font-weight: 700;
}
.order-item .table td {
border: none !important;
width: 33.33%;
font-size: 13px;
font-weight: 500;
}
.order-item .table td .order-number {
font-size: 13px;
font-weight: 500;
margin-bottom: 6px;
}
.order-item .table td .date {
font-size: 11px;
color: #656565;
font-weight: 400;
}
.order-item .table td p {
margin-bottom: 0;
line-height: 1.8;
}
.order-item .table td .price {
font-size: 11px;
color: #656565;
font-weight: 400;
}
.order-item .table td .pending {
color: #fa5454;
font-size: 13px;
}
.order-item .table td .done {
color: #f1dfc9;
}
.order-item .table td .my-balance {
font-size: 11px;
font-weight: 700;
}
.order-item .table td .credits {
font-size: 14px;
font-weight: 700;
}
.order-item .table td .view-details {
font-size: 13px;
font-weight: 400;
}
.order-item .table td .offer-active {
font-size: 14px;
font-weight: 700;
color: 363636;
}
.order-item .table thead, .order-item .table tbody {
padding: 0;
border-bottom: 1px solid #f3f3f3;
border-left: 1px solid #f3f3f3;
}
@media only screen and (max-width: 767px) {
.order-item .table {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.homePage-section .products-list .card-text{display: none;}
.homePage-section .products-list .zoom-card {flex-direction: column;}
.homePage-section .products-list .zoom-card .card-body{padding:10px 0 0px; width:100%;text-align: left;}
.homePage-section  .products-list .card-title{margin: 0 !important;}
.homePage-section .products-list .zoom-card .img-box{width:100%;}
}

.offre-item {
text-align: center;
display: block;
}
.offre-item .icon {
width: 45px;
height: 45px;
border-radius: 50%;
line-height: 45px;
text-align: center;
margin-bottom: 10px;
transition: all 0.3s ease;
border: 1px solid #f1dfc9;
display: inline-block;
}
.offre-item .icon svg {
width: 22px;
fill: #f1dfc9;
}
.offre-item .offer-name {
font-size: 12px;
color: #363636;
margin-bottom: 0;
}
.offre-item.active .icon, .offre-item:hover .icon {
background-color: #f1dfc9;
}
.offre-item.active .icon svg, .offre-item:hover .icon svg {
fill: white;
}
.wallet-item {
margin-bottom: 30px;
}
.rewards table tbody tr:last-child {
border-top: none;
}
.price-btn {
display: none;
}
.track-order-item {margin-bottom: 30px;box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);overflow: hidden;border-radius: 5px; background-color: rgb(116 61 4 / 39%);font-size: 14px;}
.track-order-item .track-order-head {padding: 14px 20px;background-color: rgb(116 61 4 / 63%);}
.track-order-item .track-order-head h2{color:#fff;}
.track-order-item .track-order-head h6 {font-size: 16px;font-weight: 700;color: #363636;margin: 0;}
.track-order-item .track-number-link {padding: 20px 30px;background: rgb(116 61 4 / 42%)}
.track-order-item .track-number-link .order-number {font-size: 14px;font-weight: 500;margin-bottom: 6px; color:#fff;}
.track-order-item .track-number-link .date {font-size: 13px;color: #fff;font-weight: 400;}
.track-order-item .track-number-link p {margin-bottom: 0;line-height: 1.8;}
.track-order-item .track-number-link .price {font-size: 13px;color: #fff;font-weight: 400;}
.track-order-item .track-number-link .order-btn {padding: 9px 39px;background-color: #f1dfc9;border-radius: 3px;color: white;}

.track-order-item .track-order-info .to-list li .t-title {min-width: 100px;display: inline-block;}
.track-order-item .track-order-info .to-list li.inc-vat {font-size: 13px;font-weight: 700;color: #f1dfc9;}
.track-order-item .track-order-footer {padding: 15px 35px; color:#f1dfc9;background-color: rgb(116 61 4 / 65%);}
.track-order-item .track-order-footer p {margin-bottom: 0;}
.track-order-item .track-order-footer p a {color: #f1dfc9;font-size: 13px;}
.delevary-time {font-size: 14px;font-weight: normal;color: #f1dfc9;padding:20px 30px;border-bottom: 1px solid;}


.track-order-item .track-number-link .order-btn:hover {background-color: #438e1c;}
.track-order-item .track-order-info {padding:40px 50px;background-color: rgb(116 61 4 / 65%);color: #fff;}



.order-details-head {
    padding: 20px 30px 20px;
    /* border-bottom: 1px solid #f3f3f3; */
    background: #74400957;
    margin-bottom: 20px;
}
.order-title{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 2px solid #edf2f7;
    padding-bottom: 8px;
}
.order-details-head h6 {font-size: 15px;font-weight: 700;color: #f1dfc9;margin: 0; text-transform:uppercase;margin-bottom: 10px;}
.order-details-item {border-bottom: 1px solid #f3f3f3;padding: 10px 25px;position: relative;}
.order-details-item .close-item {position: absolute;top: 20px;right: 30px;color: #e7e7e7;cursor: pointer;}
.order-details-item .product-content {padding-left: 25px;}
.order-details-item .product-content .product-title {font-size: 16px;color: #f1dfc9;font-weight: 500;}
.order-details-item .product-content .product-cart-info {font-size: 13px;color: #f1dfc0;}
.product-content{ color:#fff;}

@media only screen and (max-width: 479px) {
.track-order-item .track-number-link .order-btn {padding: 4px 10px;}
}


@media only screen and (min-width: 992px) {
.track-order-item .track-order-info {padding-right: 50px;}
}

@media only screen and (max-width: 767px) {
.delevary-time {padding-left: 25px;padding-right: 25px;padding-bottom: 10px;}
}

@media only screen and (min-width: 992px) {
.order-details-item .product-content .product-cart-info {
padding-right: 60px;
}
}
.order-details-item .product-content .product-price {
font-size: 16px;
font-weight: 500;
color: #f1dfc9;
}
@media only screen and (min-width: 992px) {
.order-details-item .product-content .product-price {
padding-right: 0px;
}
}
.order-details-item .product-content .product-price del {
color: #f1dfc0;
}
.to-list li {
padding: 6px 10px;
}
.product-delevary-process {
padding-top: 50px;
padding-bottom: 70px;
max-width: 95%;
margin: auto;
}
@media only screen and (max-width: 767px) {
.product-delevary-process {
padding-top: 40px;
padding-bottom: 60px;
padding-left: 20px;
padding-right: 20px;
}
}
.product-delevary-process .process-bar {
width: 100%;
height: 60px;
background-color: #eeeeee;
position: relative;
border-radius: 5px;
}
@media only screen and (max-width: 767px) {
.product-delevary-process .process-bar {
height: 30px;
}
}
.product-delevary-process .process-bar .process-bar-active {
/*background-color: #f1dfc9;*/
width: 65%;
height: 100%;
border-radius: 5px;
}
.product-delevary-process .process-bar .process-bar-item-container {
width: 95%;
position: absolute;
left: 50%;
top: 50%;
transform: translateY(-33%) translateX(-50%);
}
.product-delevary-process .process-bar .process-bar-item-container .process-bar-item {
text-align: center; color:#fff;
}
@media only screen and (max-width: 767px) {
.product-delevary-process .process-bar .process-bar-item-container .process-bar-item {
width: 70px;
height: 90px;
}
.product-delevary-process .process-bar .process-bar-item-container .process-bar-item .name {
font-size: 12px;
line-height: 1.2;
}
}
.product-delevary-process .process-bar .process-bar-item-container .process-bar-item-inner {
width: 100px;
height: 80px;
background-color: #eeeeee;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
text-align: center;
margin-bottom: 15px;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
@media only screen and (max-width: 767px) {
.product-delevary-process .process-bar .process-bar-item-container .process-bar-item-inner {
width: 60px;
height: 50px;
margin-bottom: 3px;
}
}
.product-delevary-process .process-bar .process-bar-item-container .process-bar-item-inner .check-icon {
position: absolute;
right: 5px;
top: 5px;
line-height: 1;
opacity: 0.95;
}
.product-delevary-process .process-bar .process-bar-item-container .process-bar-item-inner .check-icon i {
color: #f1dfc9;
}
@media only screen and (max-width: 767px) {
.product-delevary-process .process-bar .process-bar-item-container .process-bar-item-inner .check-icon i {
font-size: 8px;
}
}
.product-delevary-process .process-bar .process-bar-item-container .process-bar-item-inner .icon-outer {
width: 50px;
height: 50px;
padding: 4px;
background-image: linear-gradient(#fff, #d7d7d7);
border-radius: 50%;
display: inline-block;
}
.product-delevary-process .process-bar .process-bar-item-container .process-bar-item-inner .icon-outer .icon {
background-color: #ededed;
width: 100%;
height: 100%;
border-radius: 50%;
text-align: center;
line-height: 45px;
}
.product-delevary-process .process-bar .process-bar-item-container .process-bar-item-inner .icon-outer svg {
width: 25px;
}
@media only screen and (max-width: 767px) {
.product-delevary-process .process-bar .process-bar-item-container .process-bar-item-inner .icon-outer {
width: 30px;
height: 30px;
}
.product-delevary-process .process-bar .process-bar-item-container .process-bar-item-inner .icon-outer .icon {
line-height: 22px;
}
.product-delevary-process .process-bar .process-bar-item-container .process-bar-item-inner .icon-outer .icon svg {
width: 100%;
}
}
.product-delevary-process .process-bar .process-bar-item-container .process-bar-item-inner.active {
background-color: #f1dfc9;
}
.product-delevary-process .process-bar .process-bar-item-container .process-bar-item-inner.active .icon-outer .icon svg {
fill: #f1dfc9;
}
.contact-number-item > h6 {
font-size: 18px;
font-weight: 500;
margin-bottom: 10px;
}
.contact-number-item div h6 {
font-size: 14px;
}
.contact-number-item p {
font-size: 14px;
}
.contact-number-item .send-code-form input {
max-width: 250px;
width: 100%;
padding: 4px 15px;
border: 1px solid #dadada;
background-color: #fdfdfd;
border-radius: 3px;
margin-bottom: 10px;
margin-right: 10px;
}
.contact-number-item .send-code-form .submit {
padding: 4px 15px;
border: none;
background-color: #f1dfc9;
color: #f1dfc9;
outline: none;
border-radius: 3px;
margin-left: 10px;
}
.contact-number-item .send-code-form .submit:hover {
background-color: #438e1c;
}
.contact-number-item .varify-code-form input {
width: 38px;
height: 38px;
display: inline-block;
border: 1px solid #dadada;
background-color: #fdfdfd;
text-align: center;
line-height: 38px;
border-radius: 3px;
margin-right: 10px;
margin-bottom: 10px;
}
.contact-number-item .varify-code-form .submit {
padding: 4px 15px;
border: none;
background-color: #f1dfc9;
color: #f1dfc9;
outline: none;
border-radius: 3px;
margin-left: 10px;
}
.contact-number-item .varify-code-form .submit:hover {
background-color: #438e1c;
}
.contact-number-item .varify-code-form .resend-code {
font-size: 13px;
margin-top: 0;
}
.billing-item > h6 {
font-size: 18px;
font-weight: 500;
margin-bottom: 10px;
}
.form-item {
margin-bottom: 30px;
}
.form-item h6 {
margin-top: 0px;
}
.billing-form .input-item {
margin-bottom: 20px;
}
.billing-form .input-item label {
display: block;
}
.billing-form .input-item input {
width: 100%;
padding: 6px 25px;
border: 1px solid #dadada;
background-color: #fdfdfd;
border-radius: 3px;
margin-bottom: 20px;
}
.billing-form .input-item input:last-child {
margin-bottom: 0;
}
.billing-form .input-item .select-selected {
background-color: #fdfdfd;
border: 1px solid #dadada;
color: #dad5d5;
border-radius: 3px;
min-height: 46px;
}
.billing-form .input-item .select-selected:after {
top: 21px;
position: absolute;
border: 6px solid transparent;
border-color: #dad5d5 transparent transparent transparent;
}
.billing-form .input-item .select-selected.select-arrow-active:after {
border-color: transparent transparent #dad5d5 transparent;
top: 13px;
}
.billing-form .input-item .select-items {
background-color: #fff;
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.billing-form .input-item .select-items div {
color: #bbbbc1;
border-color: transparent transparent rgba(0, 0, 0, 0.02) transparent;
font-size: 12px;
}
.billing-form .input-item .select-items div:hover {
background-color: #f1dfc9;
color: #f1dfc9;
}
.time-schedule-container p {
margin-bottom: 10px;
}
.time-schedule-container .time-schedule-box {
background-color: #f9f9f9;
border: 1px solid #dadada;
padding: 20px;
max-width: 214px;
width: 100%;
border-radius: 5px;
}
.payment-form {
padding-top: 15px;
padding-bottom: 10px;
}
.input-item.radio {
position: relative;
}
.input-item.radio input {
opacity: 0;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
cursor: pointer;
}
.input-item.radio label {
position: relative;
padding-left: 20px;
}
.input-item.radio label:after {
content: "";
left: 0px;
top: 6px;
position: absolute;
width: 14px;
height: 14px;
border: 1px solid #3c444d;
border-radius: 50%;
}
.input-item.radio label:before {
content: "";
left: 0px;
top: 6px;
position: absolute;
width: 14px;
height: 14px;
border: 1px solid #222d39;
background-color: #222d39;
border-radius: 50%;
transform: scale(0);
transition: all 0.3s ease;
}
.input-item.radio input[type=radio]:checked ~ label:before {
transform: scale(0.6);
}
.place-order-btn {
padding: 19px 35px;
color: #f1dfc9;
background-color: #ff4c3b;
display: inline-block;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
line-height: 1;
border-radius: 2px;
}
.place-order-btn:hover {
background-color: rgba(255, 76, 59, 0.8);
color: #f1dfc9;
}
.cart-item.sitebar-cart {
position: static;
width: 100%;
padding: 0px !important;
height: auto;
}
.cart-item.sitebar-cart .cart-product-container {
height: auto;
overflow-y: auto;
}
.cart-item.sitebar-cart .cart-product-container .cart-product-item {
padding: 30px 35px;
border-bottom: 1px solid #dbdbdb;
}
.cart-item.sitebar-cart .cart-product-container .cart-product-item > .row:first-child {
margin-bottom: 10px;
}
.cart-item.sitebar-cart .cart-footer {
position: static;
}
.cart-item.sitebar-cart .cart-footer .product-other-charge {
padding: 30px 35px;
}
.cart-item.sitebar-cart .cart-footer .cart-total {
padding: 30px 35px;
background-color: #f5f5f5;
}
.page-layout {
transition: all 0.3s ease;
position: relative; min-height: 450px;max-height:87vh;overflow: auto;
}
.page-layout .catagory-sidebar-area {
width: 250px;
position: absolute;
top: 0px;
transition: all 0.3s ease;
z-index: 99;
left: -350px;
padding-bottom: 30px;
}
@media only screen and (min-width: 1500px) {
.page-layout .catagory-sidebar-area {
width: 350px;
left: -350px;
}
}
@media only screen and (max-width: 479px) {
.page-layout .catagory-sidebar-area {
max-width: 300px;
width: 100%;
}
}
.page-layout .catagory-sidebar-area.fixed-totop {
position: fixed;
left: -350px;
top: 80px !important;
right: auto;
}
.page-layout .catagory-sidebar-area .catagory-sidebar-area-inner {
width: 100%;
height: calc(100vh - 80px);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
overflow-y: auto;
background-color: #fff;
}
.page-layout .main-content-area {
transition: all 0.3s ease; min-height: auto;
}
@media only screen and (min-width: 1200px) {
.page-layout.open-side-menu {
padding-left: 250px;
}
.page-layout.open-side-menu .container {
max-width: 925px;
}
}
@media only screen and (min-width: 1300px) {
.page-layout.open-side-menu {
padding-left: 250px;
}
.page-layout.open-side-menu .container {
max-width: 925px;
}
}
.page-layout.open-side-menu .catagory-sidebar-area {
left: 0;
}
.page-layout.open-side-menu .catagory-sidebar-area.fixed-totop {
left: 0px;
}
@media only screen and (min-width: 1500px) {
.page-layout.open-side-menu {
padding-left: 350px;
}
.page-layout.open-side-menu .container {
margin-left: 80px;
max-width: 1140px;
}
}
@media only screen and (min-width: 1200px) {
.page-layout.open-side-menu.no-side-animation {
padding-left: 0px;
}
.page-layout.open-side-menu.no-side-animation .container {
max-width: 1140px;
}
}
@media only screen and (min-width: 1300px) {
.page-layout.open-side-menu.no-side-animation {
padding-left: 0px;
}
.page-layout.open-side-menu.no-side-animation .container {
max-width: 1140px;
}
}
.page-layout.open-side-menu.no-side-animation .catagory-sidebar-area {
left: 0;
}
.page-layout.open-side-menu.no-side-animation .catagory-sidebar-area.fixed-totop {
left: 0px;
}
@media only screen and (min-width: 1500px) {
.page-layout.open-side-menu.no-side-animation {
padding-left: 0px;
}
.page-layout.open-side-menu.no-side-animation .container {
margin-left: 0px;
max-width: 1140px;
}
}
.advertisement-section {
text-align: center;
}
@media only screen and (max-width: 1200px) {
.advertisement-section .col-lg-4 {
margin-bottom: 30px;
}
.advertisement-section .col-lg-4:last-child {
margin-bottom: 0;
}
.advertisement-section .col-lg-6 {
margin-bottom: 30px;
}
.advertisement-section .col-lg-6:last-child {
margin-bottom: 0;
}
}
.address-edit-box .modal-content .modal-body {
background: #e1c4a6fc;
}
.modal-content .menu {
max-height: 400px;
overflow-y: auto;
}
.modal-content ul li a {
padding: 10px 20px;
display: flex;
font-size: 14px;
font-weight: 500;
border-bottom: 1px solid rgb(0 0 0 / 10%);
justify-content: space-between;
align-items: center;
color:#000;
}
.modal-content .select-search-option {
display: block;
padding: 40px 35px;
}
@media only screen and (max-width: 479px) {
.modal-content .select-search-option {
padding: 15px 5px;
}
}
.modal-content .select-search-option .flux-custom-select {
width: 100%;
margin-bottom: 15px;
}
.modal-content .select-search-option .search-form {
width: 100%;
}
.modal-content .select-search-option .select-items {
background-color: #fff;
max-height: 250px;
overflow-y: auto;
}
.countdown-section {
background-image: url(../images/countdown-bg.png);
background-size: 100% 100%;
margin-top: 60px;
margin-bottom: 80px;
}
.countdown-section .shop-btn {
font-size: 15px;
padding: 6px 20px;
background-color: #faa824;
color: #f1dfc9;
border-radius: 3px;
transition: all 0.3s ease;
}
.countdown-section .shop-btn:hover {
background-color: #f1dfc9;
}
.countdown-section .section-header h3 {
font-weight: 700;
color: #f1dfc9;
margin-bottom: 30px;
}
.countdown-section .countdown .count-item {
width: 126px;
background-color: white;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
border-radius: 5px;
margin: 7px;
text-align: center;
padding: 20px 0;
}
.countdown-section .countdown .count-item .count-number {
font-size: 28px;
font-weight: 700;
color: #222533;
}
.countdown-section .countdown .count-item .count-text {
font-size: 11px;
color: #fc7550;
font-weight: 500;
line-height: 1;
margin-top: 8px;
}
.feature-brand-container {
overflow: hidden;
padding: 15px 0;
}
.feature-brand-container .swiper-slide a {
display: block;
background-color: white;
text-align: center;
padding: 20px 15px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03);
border-radius: 5px;
overflow: hidden;
}
.brand-page-header-section {
padding: 60px 0px 0px 0px;
}
.brand-page-header-section .brand-content-item {
background-color: white;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03);
padding: 40px;
border-radius: 5px;
}
.brand-page-header-section .brand-content-item .thumb {
width: 200px;
background-color: white;
height: 120px;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.03);
border-radius: 5px;
display: inline-block;
}
.brand-page-header-section .brand-content-item .content {
width: calc(100% - 200px);
padding-left: 30px;
}
@media only screen and (max-width: 767px) {
.brand-page-header-section .brand-content-item .content {
width: calc(100% - 0px);
}
}
.brand-page-header-section .brand-content-item .content p {
margin-bottom: 0;
}
/* .wishlist {
    background-color: #fff;
} */
.wishlist-header {
padding: 28px 30px;background-color: rgb(116 61 4 / 63%);
border-bottom: 1px solid #f3f3f3;
}
.wishlist-header h6 {
font-size: 15px;
font-weight: 700;
color: #f1dfc9;
margin: 0;
}
.wishlist-item {
border-bottom: 1px solid #f3f3f3;
padding: 10px 25px;
position: relative;
}
.wishlist-item .close-item {
position: absolute;
top: 20px;
right: 30px;
color: #e7e7e7;
cursor: pointer;
}
.wishlist-item .close-item:hover {
color: #ff7b8f;
}
@media only screen and (max-width: 767px) {
.wishlist-item .close-item {
top: 5px;
right: 15px;
}
}
.wishlist-item:last-child {
border-bottom: none;
}
.wishlist-item .thumb {
min-width: 120px;
}
.wishlist-item .product-content {
padding-left: 25px;
}
@media only screen and (min-width: 992px) {
.wishlist-item .product-content {
padding-left: 70px;
}
}
.wishlist-item .product-content .product-title {
font-size: 16px;
color: #363636;
font-weight: 500;
}
.wishlist-item .product-content .product-cart-info {
font-size: 13px;
color: #d0d0d0;
}
.wishlist-item .product-content .product-price {
font-size: 16px;
font-weight: 500;
color: #363636;
margin-bottom: 20px;
}
.wishlist-item .product-content .product-price del {
color: #bebebe;
}
.wishlist-item .product-content .cart-btn {
padding: 9px 13px;
}
.wishlist-item:hover {
transform: scale(1);
box-shadow: none;
}
.pagination li {
margin-right: 10px;
}
.pagination li a {
width: 35px;
height: 35px;
border-radius: 3px;
background-color: #f3f3f3;
color: #222d39;
text-align: center;
line-height: 35px;
display: block;
font-size: 13px;
overflow: hidden;
transition: all 0.3s ease;
}
.page-item:first-child .page-link {
    height: 35.5px;
    display: flex;
    align-items: center;
}
 nav {
    display: block !important;
}
.pagination li a.active, .pagination li a:hover {
background-color: #f1dfc9;
color: #f1dfc9;
}
.pagination li:last-child {
margin-right: 0;
}
.pagination li:last-child a {
width: auto;
height: auto;
}
.pagination li:last-child a .icon {
width: 35px;
height: 35px;
background-color: #3da20a;
line-height: 35px;
text-align: center;
color: white;
}
.pagination li:last-child a .text {
padding: 0px 20px;
background-color: #f1dfc9;
color: white;
}
.pagination li:first-child a {
width: auto;
height: auto;
}
.pagination li:first-child a .icon {
width: 35px;
height: 35px;
background-color: #3da20a;
line-height: 35px;
text-align: center;
color: white;
}
.pagination li:first-child a .text {
padding: 0px 20px;
background-color: #f1dfc9;
color: white;
}
.faq {
margin-bottom: 10px;
background-color: #fff;
box-shadow: 0 0px 10px 0 rgba(34, 34, 34, 0.06);
border-radius: 5px;
}
.faq:last-child {
margin-bottom: 0;
}
.faq .faq-header {
box-shadow: 0 0px 10px 0 rgba(34, 34, 34, 0.06);
border-radius: 5px;
}
.faq .faq-header .btn-link {
width: 100%;
padding: 20px 50px 22px 80px;
text-align: left;
background-color: white;
text-decoration: none;
font-size: 16px;
font-weight: 600;
color: #273167;
border: none;
position: relative;
cursor: pointer;
}
.faq .faq-header .btn-link .icon {
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 50%;
text-align: center;
background-color: #f1dfc9;
position: absolute;
left: 30px;
top: 50%;
margin-top: -15px;
}
.faq .faq-header .btn-link .icon i {
line-height: 30px;
color: #fff;
}
.faq .faq-header .btn-link .fa-minus {
display: block;
}
.faq .faq-header .btn-link .fa-plus {
display: none;
}
.faq .faq-header .btn-link.collapsed {
color: #273167;
}
.faq .faq-header .btn-link.collapsed .icon {
background-color: #ebebeb;
}
.faq .faq-header .btn-link.collapsed .icon .fa-minus {
display: none;
}
.faq .faq-header .btn-link.collapsed .icon .fa-plus {
display: block;
}
.faq .faq-body {
padding: 20px 30px 20px 40px;
}
.faq .faq-body p {
font-size: 14px;
line-height: 2.2;
}
.faq .faq-body p:last-child {
margin-bottom: 0;
}
.error-page {
padding-top: calc(60px + 5.20vw);
padding-bottom: calc(60px + 5.20vw);
}
.error-page h1 {
font-size: calc(100px + 5.20vw);
color: #f1dfc9;
line-height: calc(90px + 5.20vw);
}
.error-page h3 {
font-size: calc(22px + 0.52vw);
color: #222533;
}
.error-page p {
font-size: calc(15px + 0.20vw);
color: #222533;
margin-bottom: 30px;
}
.error-page .backhome {
font-size: 14px;
width: 180px;
height: 48px;
line-height: 48px;
font-size: 16px;
font-weight: 600;
background-color: #f1dfc9;
color: white;
display: inline-block;
border-radius: 4px;
text-align: center;
transition: all 0.3s ease;
}
@media only screen and (min-width: 1200px) {
.error-page .backhome {
font-size: 16px;
width: 240px;
height: 60px;
line-height: 60px;
}
}
.error-page .backhome:hover {
background-color: #222533;
}
.comming-soon-page {
width: 100%;
min-height: 100vh;
position: relative;
background-image: url(../images/comming-soon-bg.png);
background-color: #eff3f6;
background-position: top;
background-repeat: no-repeat;
background-size: 100%;
padding: 120px 0px;
}
@media only screen and (min-width: 1500px) {
.comming-soon-page {
padding-top: 200px;
}
}
@media only screen and (max-width: 767px) {
.comming-soon-page {
padding-left: 20px;
padding-right: 20px;
padding-top: 80px;
padding-bottom: 80px;
}
}
.comming-soon-page .comming-soon-content h1 {
font-size: 36px;
color: #f1dfc9;
}
@media only screen and (min-width: 1500px) {
.comming-soon-page .comming-soon-content h1 {
font-size: 46px;
margin-top: 20px;
}
}
@media only screen and (max-width: 767px) {
.comming-soon-page .comming-soon-content h1 {
font-size: 26px;
margin-top: 30px;
}
}
.comming-soon-page .comming-soon-content p {
font-size: 18px;
line-height: 30px;
}
@media only screen and (min-width: 1500px) {
.comming-soon-page .comming-soon-content p {
font-size: 22px;
line-height: 36px;
}
}
@media only screen and (max-width: 767px) {
.comming-soon-page .comming-soon-content p {
font-size: 14px;
line-height: 25px;
}
}
.comming-soon-page .countdown-container {
margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
.comming-soon-page .countdown-container {
margin-bottom: 30px;
}
}
.comming-soon-page .countdown-container .count-item {
width: 160px;
height: 90px;
border-radius: 10px;
background-color: #fff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 5px;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 1500px) {
.comming-soon-page .countdown-container .count-item {
height: 100px;
margin: 15px;
}
}
@media only screen and (max-width: 767px) {
.comming-soon-page .countdown-container .count-item {
width: 100px;
height: 70px;
}
}
.comming-soon-page .countdown-container .count-item .count-number {
font-size: 30px;
font-weight: 600;
color: #222533;
line-height: 1.1;
}
@media only screen and (min-width: 1500px) {
.comming-soon-page .countdown-container .count-item .count-number {
font-size: 45px;
}
}
@media only screen and (max-width: 767px) {
.comming-soon-page .countdown-container .count-item .count-number {
font-size: 22px;
}
}
.comming-soon-page .countdown-container .count-item .count-text {
font-size: 12px;
color: #f1dfc9;
font-weight: 600;
text-transform: uppercase;
}
@media only screen and (min-width: 1500px) {
.comming-soon-page .countdown-container .count-item .count-text {
font-size: 14px;
}
}
.notify-area {
margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
.notify-area {
margin-bottom: 30px;
}
}
.notify-area h4 {
font-size: 16px;
line-height: 30px;
color: #a0a0a0;
text-transform: uppercase;
text-align: center;
margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
.notify-area h4 {
font-size: 14px;
}
}
.notify-form {
max-width: 720px;
width: 100%;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
}
.notify-form input {
border: 1px solid #cbcccd;
color: #aeaeae;
font-size: 15px;
padding: 12px 25px;
width: 65%;
height: 60px;
}
@media only screen and (max-width: 767px) {
.notify-form input {
height: 50px;
}
}
.notify-form .submit-btn {
font-size: 18px;
font-weight: 600;
color: #fff;
background-color: #f1dfc9;
padding: 12px 15px;
border: none;
width: 30%;
margin-left: 15px;
height: 60px;
}
@media only screen and (max-width: 767px) {
.notify-form .submit-btn {
height: 50px;
font-size: 15px;
min-width: 100px;
}
}
.comming-soon-footer {
position: absolute;
left: 0;
bottom: 40px;
width: 100%;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}
.comming-soon-footer .social-media-list li a {
width: 25px;
height: 25px;
color: #222533;
background-color: transparent;
}
.comming-soon-footer .social-media-list li a:hover {
background-color: transparent;
color: #f1dfc9;
}
.news-letter-container {
background-color: #222a23;
padding: 65px 20px 40px 20px;
}
.news-letter-container .news-letter-content h6 {
font-size: 20px;
color: #f1dfc9;
text-transform: uppercase;
font-weight: normal;
margin-bottom: 15px;
}
.news-letter-container .news-letter-content h2 {
color: #fff;
font-size: 52px;
margin-bottom: 15px;
}
.news-letter-container .news-letter-content .order-text {
font-size: 19px;
color: #6b7d6d;
margin-bottom: 25px;
}
.news-letter-container .news-letter-content .newsletter-form2 {
max-width: 476px;
width: 100%;
margin: auto;
}
.news-letter-container .news-letter-content .newsletter-form2 input {
width: 100%;
border: 1px solid #f1dfc9;
padding: 14px 15px;
text-align: center;
margin-bottom: 30px;
}
.news-letter-container .news-letter-content .newsletter-form2 button {
border: none;
background-color: #f1dfc9;
padding: 14px 15px;
width: 100%;
text-align: center;
font-size: 16px;
color: white;
margin-bottom: 25px;
}
.news-letter-container .news-letter-content .desc {
color: white;
font-size: 16px;
margin-bottom: 35px;
}
.news-letter-container .news-letter-content .no-thanks {
font-size: 16px;
color: #666a9a;
text-transform: uppercase;
margin-bottom: 0px;
}
.news-letter-container .news-letter-content .no-thanks:hover {
color: #f1dfc9;
}
.product-order-success-container {
background-color: white;
border-radius: 12px;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
overflow: hidden;
}
.product-order-success-container .product-order-success {
background-color: #85cb62;
text-align: center;
padding: 35px 20px;
}
.product-order-success-container .product-order-success .iconimage {
margin-bottom: 10px;
}
.product-order-success-container .product-order-success h2 {
color: white;
font-size: 30px;
}
/*======== Ak.css ========*/
.mauto{ margin:0 auto; float:none;}
.copyright{ color:#f1dfc9;}
.copyright a{ color:#f1dfc9;}
ul.footer-menu{ color:#f1dfc9;list-style: none !important;}
.footer-menu li{list-style: none !important;}
.footer-menu li a{ color:#f1dfc9!important; display: contents;}
.eflux-login-form-area ::placeholder {color:#f1dfc9!important;opacity: 1;}
.eflux-login-form-area ::-ms-input-placeholder {color:#f1dfc9!important;}
.otp-part{ /*width:100%; float:left; text-align:center; padding:20px 0px;*/display: flex;align-items: center;justify-content: center; text-align:center;}
.otpCL{width: 70px!important;margin-right: 10px;float: left;padding: 3px;background: none;border: 1px solid #fff;padding: 10px 10px!important;text-align: center;font-size: 28px!important;}
.fl{ float:left!important;}
.fr{ float:right!important;}
.rad{ color:#FF0000;}
.forgot-ps{color: #744009;font-size: 16px;float: right;line-height: 0px;width: 100%;text-align: end;}
.forgot-ps:hover, .create a:hover{text-decoration: underline;color: #744009;}
.orr { color: #e5cebd;border-bottom: 1px solid;width: 100%;text-align: center;margin:0px 0 10px; font-size: 16px;}
.orr span{background: #a27342;padding: 0px 5px;position: relative;top: 14px;}
.create{ text-align:center; color:#744009;line-height: 31px;}
.hedtext{ font-size: 28px;text-transform: uppercase;color: #e5cebd;margin: 0 0 15px;border-bottom: 2px solid;}
.pro-con{ margin:10px;}
.pro-con li{ margin:0; padding:0; color:#f1dfc9;    line-height: 21px;}
.pro-con li b{ color:#fff; margin-right:10px; font-weight:400;}
.pro-det{margin: 2px;width: 100%;float: left;}
.pro-det li{margin: 0;padding: 10px 0;color: #f1dfc9;line-height: normal;border-bottom: 1px solid rgb(241 223 201 / 50%);font-size: 16px;}
.pro-det li b{ color:#fff; margin-right:10px; font-weight:400;}
.reel-size{ background:none; color:#fff; padding:2px 5px; border:#fff 1px solid; width:100%;}
.destination-box .pro-det li{padding: 5px 0;}
.destination-box .pro-det li {padding: 5px 0;width: 48%;float: left;margin-right: 8px;}
.reel-size option{ background:#9b682d;}
.hedDTL{font-size: 25px;color: #f1dfc9;font-weight: 500;margin-bottom: 10px;padding-bottom: 10px;}
.date{color: #eedfc9; font-weight:600;}
.addP{font-size: 14px;float: right;color: #a4e583;}
/* .passbookTbl table {font-family: arial, sans-serif;border-collapse: collapse;width: 100%;}
.passbookTbl th { font-size:14px; text-transform:uppercase; line-height: 15px;}
.passbookTbl td, th {border: 1px solid #dddddd;text-align: left;padding: 8px;color: #f1dfc9;line-height: 17px;}
.passbookTbl tr:nth-child(even) {background-color: rgb(116 61 4 / 63%);} */
.datebg{background:#87551f; color:#fff; font-size:14px; border:1px solid #fff; padding:5px;text-transform: uppercase;border-radius: 5px;}
.bg1{background-color: rgb(116 61 4 / 39%);}
.reel-size1 {background: none;color: #fff;padding: 2px 5px;width: 100%;border: none;text-align: center;padding: 0;}
.reel-size1 option{ background:#9b682d;}
.add-cart-btn {background: #f1dfc9;color: #824d17;padding: 0px 10px;font-size: 18px;border-radius: 5px;text-transform: uppercase;background: none;border: none;}
.add-cart-btn:hover{ background:#f1dfc0; color:#643303;background: none;border: none;}
.pros-btn{padding: 10px 20px;font-size: 14px;border-radius: 5px !important;background: #744009 !important;border-color: #744009 !important;
    color: #fff !important;
    border: 1px solid #744009;
    text-transform: uppercase;font-weight: 600;}
.pros-btn:hover{
    background-color: #744009 !important;
    border-color: #fff !important;
}
.btn-danger {color: #fff;background:#f52301;}
.btn-danger:hover {background:#ed2f10; border-color: #fff;}
/* .passbookTbl td { text-align:center!important;vertical-align: middle;} */
.lastbox label{ margin:0; font-size: 16px;}
#text_msg-container{font-size: 26px;font-weight: 600;color: #f3ce97;text-align: center;line-height: normal;}
.pagination{justify-content: center;}
.pagination li a:hover{ background:#007bff; color:#fff;border-color: #007bff;}
.cart-Hed th{ text-transform:initial; text-align: center;}
.amountLeft{ width:69.8%!important;min-width: 856px;}
.amountP{ width:25.3%!important; border-top:none !important;}
::-webkit-scrollbar {width: 7px; height:7px;}
::-webkit-scrollbar-track {background:#f1dfc9;}
::-webkit-scrollbar-thumb {background: #9b682d;}
::-webkit-scrollbar-thumb:hover {background: #555;}
/*======== Ak.css End========*/
@media only screen and (max-width: 767px) {
.product-order-success-container .product-order-success h2 {font-size: 24px;}
.footer .container {padding-left: 10px;padding-right: 10px;}
.dashboard-body .profile-address-book .address-list li.addnew .add-new-btn {padding:5px 10px;}
}
.product-order-success-container .product-order-success p {
color: white;
font-size: 18px;
}
@media only screen and (max-width: 767px) {
.product-order-success-container .product-order-success p {
font-size: 14px;
}
.page-layout{
    min-height: auto;
    max-height: 100%;
}
}
.product-order-success-container .product-order-success .order-btn {
    padding: 7px 15px;
    background-color: #744009 ;
    color: #fff;
    border-radius: 8px;
    border: solid #744009  1px;
    font-weight: 600;
}
.product-order-success-container .product-order-success .order-btn:hover {
border-color: #fff;
}
.product-order-success-container .order-description {
padding: 20px 20px 20px 20px;
}
.product-order-success-container .order-description .order-info {
margin-bottom: 10px;
}
.product-order-success-container .order-description .order-info li {
display: flex;
line-height: 2.1;
}
.product-order-success-container .order-description .order-info li h6 {
width: 180px;
font-size: 15px;
font-weight: 500;
text-align:left !important;
}
.product-order-success-container .order-description .order-info li p {
margin-left: 40px;
margin-bottom: 0;
    color: #212529;
    text-align: right !important;
}
@media only screen and (max-width: 767px) {
.product-order-success-container .order-description {
padding: 10px;
}
.product-order-success-container .order-description li h6 {
width: 160px !important;
}
.product-order-success-container .order-description li p {
margin-left: 20px !important;
}
}
.product-order-success-container .order-description .view-summery {
font-size: 15px;
color: #f1dfc9;
text-decoration: underline;
}
.product-order-success-container .order-description .view-summery:hover {
text-decoration: none;
}
.right-nav-menu {
border-radius: 10px;
background-color:rgb(116 61 4 / 39%);
box-shadow: 0px 0px 20px 0px rgba(89, 184, 40, 0.06);
overflow: hidden;
}
.right-nav-menu .right-nav-menu-toggle {
display: none;
}
.right-nav-menu li a {
display: flex;
align-items: center;
padding: 12px 30px;
border-bottom: 1px solid #f5f5f5; color: #f1dfc9;
}
.right-nav-menu li a:last-child {
border-bottom: none;
}
.right-nav-menu li a .icon {
margin-right: 7px;
}
.right-nav-menu li a .icon svg {
width: 18px;
height: 18px;fill: #eedfc9;
}
.right-nav-menu li:hover a {
background-color: rgb(116 61 4 / 39%);
color: #fff;
}
.right-nav-menu li.active a {
background-color: rgb(116 61 4 / 39%);
color: white;
}
.right-nav-menu li.active a .icon svg {
fill: white;
}
.order-status-nav {
border-bottom: 1px solid #f1dfc9;
display: flex;
max-width: 100%;
margin-bottom: 30px;
}
.order-status-nav li {
width: 33.33%;
}
.order-status-nav li a {
margin-right: 2px;
background-color:rgb(116 61 4 / 39%);
box-shadow: 0px 0px 6px 0px rgba(89, 184, 40, 0.06);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 90px;
overflow: hidden;
border-top-left-radius: 6px;
border-top-right-radius: 6px;fill: #eedfc9;
}
@media only screen and (max-width: 991px) {
.order-status-nav{ overflow:auto;padding: 10px;}
.order-status-nav li a {height: auto;padding: 10px 10px;text-align: center;line-height: 18px;}
}
.order-status-nav li a .icon {
margin-bottom: 5px;
}
.order-status-nav li a .icon svg {
width: 30px;
height: 30px;color:#f1dfc9;
}
.order-status-nav li a span {
font-size: 14px;
font-weight: 500; color:#f1dfc9;
}
.cancelBut{background: #f76037;text-align: center;padding: 0!important;font-size: 14px;}
@media only screen and (max-width: 991px) {
.order-status-nav li a span {
font-size: 14px;
}
}
.order-status-nav li:hover a {
background-color: rgb(116 61 4 / 63%);
color: #fff;
}
.order-status-nav li.active a {
background-color: rgb(116 61 4 / 63%);
color: white;
/* transform: scaleY(1.05); */
transform-origin: bottom;
}
.order-status-nav li.active a .icon svg {
fill: white;
}
.profile-address-book .form-check-input {
    margin-left: -20px;
}
.order-status-nav li:last-child a {
margin-right: 0;
}
.order-card {
border-radius: 10px;
background-color:rgb(116 61 4 / 39%);
box-shadow: 0px 0px 20px 0px rgba(89, 184, 40, 0.06);
overflow: hidden;
}
.order-card .order-card-header {
padding: 20px 20px 5px 20px;
}
.order-card .order-card-header .deliver {
font-size: 14px;
font-weight: 500;
border-radius: 5px !important;
background: #744009 !important;
border-color: #744009 !important;
color: #fff !important;
padding: 5px 12px;
border: 1px solid #744009;
}
.order-card .order-card-header .deliver:hover{
    background-color: transparent !important;
    border-color: #fff !important;
}
.order-card .order-card-header .deliver.process {
background-color: #ffc107;
}
.order-card .order-card-header .deliver.cancel {
background-color: #f76037;
}
.order-card .order-card-body {
padding: 5px 20px 20px 20px; color:#f1dfc9;
}
.order-card .order-card-body table {
width: 100%;
}
.order-card .order-card-body table th, .order-card .order-card-body table td {
width: 33.33%;
}
@media only screen and (max-width: 991px) {
.order-card .order-card-body table th, .order-card .order-card-body table td {
font-size: 13px;
}
}
.order-card .order-card-body .order-info-extra {
display: none;
}
.order-card .order-card-body .order-info-extra h6 {
font-size: 14px;
font-weight: 700; color:#f1dfc9;
}
.order-card .order-card-body .order-info-extra ul li {
font-size: 13px;
}
.order-card .order-card-body .order-info-extra ul li i {
color: #f1dfc9;
font-size: 10px;
}
.order-card .order-card-body .order-info-extra .destination-box {
border: 1px dashed #ebebeb;
background-color: rgb(116 61 4 / 39%);
padding: 10px 15px;
border-radius: 10px;
overflow: hidden;
}
.order-card .order-card-body .order-info-extra .order-detail {
font-size: 13px;
background-color: #6c6c6c;
padding: 1px 10px;
color: white;
border-radius: 4px;
}
.order-card .order-card-body .order-info-extra .review {
font-size: 13px;
background-color: #f1dfc9;
padding: 1px 10px;
color: white;
border-radius: 4px;
margin-left: 10px;
}
.order-card .order-card-footer {
padding: 5px 5px 5px 5px;
border-top: 1px solid #f3f3f3;
}
.order-card .order-card-footer .view, .order-card .order-card-footer .show-less {
font-size: 14px;
font-weight: 400;
color: #f1dfc0;
cursor: pointer;
}
.order-card .order-card-footer .show-less {
display: none;
}
.order-card.show .order-info-extra {
display: block;
}
.order-card.show .view {
display: none;
}
.order-card.show .show-less {
display: block;
}
.my-account-box {
border-radius: 10px;
box-shadow: 0px 0px 20px 0px rgba(89, 184, 40, 0.06);
overflow: hidden;
}
.my-account-box .my-account-header {
padding: 20px 20px;
background-color: rgb(116 61 4 / 63%);
}
.my-account-box .my-account-header h3{margin: 0;}
.alert-success {color: #9b682d;background-color:#f1dfc0;border-color: #f1dfc0;}
@media only screen and (max-width: 991px) {
.my-account-box .my-account-header {padding: 10px 20px;}
.footer {position: relative!important;}
}
.my-account-box .my-account-header h6 {
font-weight: 700; color:#f1dfc9;
}
.my-account-box .my-account-header h3 {color:#fff;}
.my-account-box .my-account-body {
padding: 20px 20px; background:rgb(116 61 4 / 39%);
}
@media only screen and (max-width: 991px) {
.my-account-box .my-account-body {
padding: 10px;
}
}
.my-account-box .my-account-body .eflux-login-form .input-item {
margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
.my-account-box .my-account-body .eflux-login-form .input-item {
margin-bottom: 10px;
}
}
.my-account-box .my-account-body .eflux-login-form .input-item label {
font-size: 16px;
color: #fff;
text-transform: capitalize;
margin-bottom: 10px;

}
.my-account-box .my-account-body .eflux-login-form .input-item input {
/*background-color: white; */
padding: 8px 15px 8px 15px !important;
}
.modal-content{border-radius: 12px; background:none;box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;border: solid 1px #A97449;}
.modal-header{border-top-left-radius: 12px;border-top-right-radius: 12px; border-bottom: none;align-items: center;}
.modal-body.only-body-radius {border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;}
.snapShotModel .modal-body, .modal-footer, .financerCheckout{border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;}
.modal-content h4{ color:#e9d6b7;margin-bottom: 10px;}
@media only screen and (max-width: 767px) {
.track-order-item .track-number-link {padding: 14px 15px; overflow: auto;}
.order-details{ overflow:auto;}
.track-order-info.review-table{ width:100%;}
.reel-size1 option {font-size: 12px;}
.banner .slide-content{display: none;}
.homePageHeader .logo {
    width: 50% !important;
}
.homePageHeader{position: static !important;}
/* .contentSection {
    position: static  !important;
    transform: unset !important;
    padding-bottom: 15px;
} */
}
@media only screen and (max-width: 991px) {
.dashboard-section {
position: relative;
}
.dashboard-section .right-nav-menu {
position: absolute;
left: -260px;
width: 250px;
overflow: visible;
top: -60px;
transition: all 0.3s ease;
z-index: 99;
}
.dashboard-section .right-nav-menu .right-nav-menu-toggle {
display: block;
width: 35px;
height: 35px;
right: -45px;
top: 25%;
background-color: #f1dfc9;
position: absolute;
text-align: center;
border-radius: 3px;
color: white;
line-height: 37px;
}
.dashboard-section .right-nav-menu .right-nav-menu-toggle i {
font-size: 20px;
}
.dashboard-section .right-nav-menu .right-nav-menu-toggle svg {
width: 28px;
height: 28px;
fill: white;
}
.dashboard-section .right-nav-menu.open {
left: -10px;
}
.dashboard-section .wishlist-item .product-content {
padding-left: 10px;
padding: 2px 6px;
}
.dashboard-section .wishlist-header {
padding: 16px 30px;
border-bottom: 1px solid #f3f3f3;
}
.homePageHeader .navbar-custom{padding: 12px 15px !important;}
}
.dashboard-section .col-lg-3 {
position: initial;
}
.d-flex_custom{
    display: flex;
}
/*# sourceMappingURL=style.css.map */
/* .page-content{ min-height:800px;} */
.page-content{padding: 20px 0 80px 0;}
textarea.form-control{ background:none; border-color:#dcc89b;height: 50px;}
/* .input-item .form-control{background:none;color: #f1dfc0;font-size: 14px;} */
option{ background:#6e471d;color: #f1dfc0;font-size: 14px; padding:8px!important;}
.form-control:focus{ background:none;color: #744009; border-color:#744009;box-shadow: none;}
.delete{color: #d6c2a3;}
input::placeholder {color: #744009!important;}
.addressForm input::placeholder {color: #fff;}
.form-control {border: 1px solid #744009;background: none; color:#744009;}
/* .modal-body label {margin-bottom: 0; color:#f1dfc0;} */
.btn-primary {border-radius: 5px !important;background: #744009 !important;border-color: #744009 !important;color: #fff !important; text-transform: uppercase;padding: 10px 20px;font-weight: 600;}
.btn-primary:hover {background: #744009 !important;border-color: #fff !important;color: #fff !important;}
.btn-secondary {color: #744009;border-color: #f1dfc0; background:#f1dfc0; text-transform: uppercase; font-weight:600; border-radius: 8px; padding: 10px 20px;}
.btn-secondary:hover {color: #fff;background: #744009;border-color: #fff;}  
.btn-outline-primary{color: #744009;border-color: #744009;border-radius: 8px;text-transform: uppercase;font-weight: 600;}
.btn-outline-primary:hover{color: #fff;border-color: #744009;  background: #744009;}
.btn-outline-secondary{color: #f1dfc0;border-color: #f1dfc0;border-radius: 8px;text-transform: uppercase; font-weight: 600;}
.btn-outline-secondary:hover{color: #744009;border-color: #f1dfc0; background: #f1dfc0;}

.widget-head a:not([href]):not([tabindex]):hover{color: #d6c2a3!important;}
.side-bar .widget {background-color: rgb(116 61 4 / 63%);box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);padding: 10px 20px 0px 20px;border-radius: 3px;}
.webpaginate{text-align: center;width: 100%;display: inline-grid;align-items: center;justify-content: center; margin:15px 0;}
.webpaginate .page-item.disabled .page-link{ background:rgb(116 61 4 / 80%); color:#fff; font-size:16px; }
.webpaginate .pagination li:last-child a {width: auto;height: 35px;line-height: 16px;font-size: 16px;background:rgb(116 61 4 / 80%); color:#fff;}
.pagination li a{width: auto;height: 35px;line-height: 16px;font-size: 16px;background:#753e05; color:#fff; border-color: #753e05;}
.pagination li a:hover{background: #753e05; border-color:#fff;}
@media only screen and (min-width: 992px) {
.side-bar .widget {padding: 20px 20px 20px 20px;margin-bottom: 10px;}
}
.side-bar .widget-wrapper {padding-bottom: 20px;}
@media only screen and (min-width: 992px) {
.side-bar .widget-wrapper {padding-bottom: 0px;}
}
.side-bar .widget-title {position: relative;padding-bottom: 10px;font-size: 14px;font-weight: 600;width: 100%;display: flex;justify-content: space-between;align-items: center;color: #fff;}
.side-bar .widget-title:after {content: "";position: absolute;left: 0;bottom: -2px;width: 100%;height: 1px;background-color: #b8b8b8;display: none;}
@media only screen and (min-width: 992px) {
.side-bar .widget-title {padding-bottom: 8px;font-size: 18px;}
.side-bar .widget-title:after {display: block;}
}
.side-bar .catagory-menu > li > a {display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #f2f2f2;padding: 6px 0px;}
.side-bar .catagory-menu > li:last-child > a {border-bottom: none;}
.side-bar .catagory-submenu {padding-top: 10px;padding-left: 20px;}
.side-bar .checkbox-item {position: relative;}
.side-bar .checkbox-item input {opacity: 0;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;cursor: pointer;}
.side-bar .checkbox-item .checkbox {width: 12px;height: 12px;border: 1px solid #ccc;display: inline-block;position: relative;}
.side-bar .checkbox-item .checkbox:after {content: "";position: absolute;left: 2px;top: 0px;width: 60%;height: 85%;border-right: 2px solid #ccc;border-bottom: 2px solid #ccc;transform: rotate(30deg);opacity: 0;}
.side-bar .checkbox-item input[type=checkbox]:checked ~ .checkbox {border-color: #f1dfc9;}
.side-bar .checkbox-item input[type=checkbox]:checked ~ .checkbox:after {opacity: 1;border-color: #f1dfc9;}
.side-bar .checkbox-item .label {font-size: 13px;color: #fff;margin-left: 3px;}
.side-bar .catagory-menu li > a .plus-minus:after {content: "";position: absolute;left: 50%;top: 50%;width: 9px;height: 1px;background-color: #814a10;margin-left: -4.5px;margin-top: -0.5px;}
.side-bar .catagory-menu li > a .plus-minus:before {content: "";position: absolute;left: 50%;top: 50%;width: 9px;height: 1px;background-color: #fff;margin-left: -4.5px;margin-top: -0.5px;transform-origin: middle;}
.side-bar .catagory-menu > li > a > .plus-minus {background-color: #e7d6b8;width: 21px;height: 21px;border-radius: 3px;position: relative;}
.side-bar .catagory-menu > li > a.collapsed > .plus-minus:after {background-color: white;}
.side-bar .catagory-menu > li > a.collapsed > .plus-minus:before {transform: rotate(90deg);background-color: white;}
.side-bar .catagory-menu li > a.collapsed .plus-minus {width: 21px;height: 21px;background-image: linear-gradient(to bottom right, #b78851, #f1dfc0);border-radius: 3px;position: relative;}
.side-bar .irs {position: relative;display: block;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;height: 55px;}
.side-bar .irs-line {position: relative;display: block;overflow: hidden;outline: none !important;height: 10px;top: 12px;background: #ececec;border-radius: 16px;-moz-border-radius: 16px;}
.side-bar .irs-line-left,
.side-bar .irs-line-mid,
.side-bar .irs-line-right {position: absolute;display: block;top: 0;}
.side-bar .irs-line-left {left: 0;width: 11%;height: 8px;}
.side-bar .irs-line-mid {left: 9%;width: 82%;height: 8px;}
.side-bar .irs-line-right {right: 0;width: 11%;height: 8px;}
.side-bar .irs-bar {position: absolute;display: block;left: 0;width: 0;height: 4px;top: 15px;background: #f1dfc9;}
.side-bar .irs-bar-edge {position: absolute;display: block;top: 0;left: 0;height: 10px;top: 15px;width: 14px;border: 1px solid #428bca;border-right: 0;background: #428bca;background: -webkit-gradient(linear, left bottom, left top, from(#428bca), to(#7fc3e8));background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);border-radius: 16px 0 0 16px;-moz-border-radius: 16px 0 0 16px;}
.side-bar .irs-shadow {position: absolute;display: none;left: 0;width: 0;height: 2px;top: 38px;background: #000;opacity: 0.3;border-radius: 5px;-moz-border-radius: 5px;}
.side-bar .irs-slider {position: absolute;display: block;cursor: default;z-index: 1;top: 11px;width: 8px;height: 12px;background: #f1dfc9;border-radius: 27px;cursor: pointer;}
.side-bar .irs-slider.type_last {z-index: 2;}
.side-bar .irs-min {position: absolute;display: block;left: 0;cursor: default;}
.side-bar .irs-max {position: absolute;display: block;right: 0;cursor: default;}
.side-bar .irs-from,
.side-bar .irs-to,
.side-bar .irs-single {position: absolute;display: block;top: 35px;left: 0;cursor: default;white-space: nowrap;color: black;font-size: 12px;line-height: 1.333;text-shadow: none;padding: 1px 5px;background: transparent;border-radius: 3px;-moz-border-radius: 3px;font-weight: 700;}
.side-bar .irs-grid {position: absolute;display: none;bottom: 0;left: 0;width: 100%;height: 20px;height: 27px;}
.side-bar .irs-with-grid {height: 75px;}
.side-bar .irs-with-grid .irs-grid {display: block;}
.side-bar .irs-grid-pol {position: absolute;top: 0;left: 0;width: 1px;height: 8px;background: #000;opacity: 0.5;background: #428bca;}
.side-bar .irs-grid-pol.small {height: 4px;background: #999;}
.side-bar .irs-grid-text {position: absolute;bottom: 0;left: 0;white-space: nowrap;text-align: center;font-size: 9px;line-height: 9px;padding: 0 3px;color: #000;bottom: 5px;color: #99a4ac;}
.side-bar .irs-disable-mask {position: absolute;display: block;top: 0;left: -1%;width: 102%;height: 100%;cursor: default;background: rgba(0, 0, 0, 0);z-index: 2;}
.side-bar .lt-ie9 .irs-disable-mask {background: #000;filter: alpha(opacity=0);cursor: not-allowed;}
.side-bar .lt-ie9 .irs-shadow {filter: alpha(opacity=30);}
.side-bar .irs-disabled {opacity: 0.4;}
.side-bar .irs-hidden-input {position: absolute !important;display: block !important;top: 0 !important;left: 0 !important;width: 0 !important;height: 0 !important;font-size: 0 !important;line-height: 0 !important;padding: 0 !important;margin: 0 !important;outline: none !important;z-index: -9999 !important;background: none !important;border-style: solid !important;border-color: transparent !important;}
.side-bar .irs-min,
.side-bar .irs-max {display: none;color: #333;font-size: 12px;line-height: 1.333;text-shadow: none;top: 0;padding: 1px 5px;background: rgba(0, 0, 0, 0.1);border-radius: 3px;-moz-border-radius: 3px;}
.side-bar .lt-ie9 .irs-min,
.side-bar .lt-ie9 .irs-max {background: #ccc;}
.side-bar .lt-ie9 .irs-from,
.side-bar .lt-ie9 .irs-to,
.side-bar .lt-ie9 .irs-single {background: #999;}
.side-bar .irs-to {background-color: #f1dfc9;color: white;padding: 3px;}
.side-bar .range-slider {position: relative;padding-bottom: 30px;}
.side-bar .range-slider .submit {border: none;background-color: #333;color: white;padding: 6px 15px;font-size: 13px;line-height: 1;border-radius: 3px;position: absolute;right: 50%;bottom: 13px;margin-right: -27px;}
.side-bar .widget-wrapper ul li a {padding: 9px 0;border-bottom: 1px solid #f2f2f2; color:#fff;}
.side-bar .widget-wrapper ul li a .amount {width: 30px;height: 20px;background-color: #f5f5f5;color: #d7d7d7;line-height: 1.7;font-size: 13px;text-align: center;border-radius: 2px;}
.side-bar .widget-wrapper ul li a:hover .amount {background-color: #f1dfc9;color: white;}
.side-bar .widget-wrapper ul li:last-child a {border-bottom: none;}
.side-bar .widget-wrapper .flux-custom-select {margin-top: 20px;width: 100%;background-color: #f8f8f8;border: none;}
.text-white{ color:#fff!important;}
.slpt .reel-size1 {width:100%; cursor: pointer;}
#pagination-container{ padding-top:20px;}
.refreshI{background: none;border: none;color: #753d04; font-size: 18px; background:#f1dfc0; border-radius: 50%;width: 40px;
    height: 40px; display:flex;align-items: center;justify-content: center;}
.refreshIPeper {
    display: inline-block;
    line-height: 20px;
}
/* .onboarding{margin-right: 6px;} */
.logo_login img{ width:60%;margin-bottom: 15px;}
@media only screen and (min-width: 768px) {
.side-bar .widget-wrapper .flux-custom-select {width: 100%;}}
.side-bar .widget-wrapper .flux-custom-select .select-selected {background-color: #f8f8f8;border: 1px solid #ededed;color: #4b566b;}
.side-bar .widget-wrapper .flux-custom-select .select-selected:after {border-color: #4b566b transparent transparent transparent;top: 20px;}
.side-bar .widget-wrapper .flux-custom-select .select-selected.select-arrow-active:after {border-color: transparent transparent #4b566b transparent;top: 14px;}
.side-bar .widget-wrapper .flux-custom-select .select-items {background-color: #fff;}
.side-bar .widget-wrapper .flux-custom-select .select-items div {color: #4b566b;display: block;padding: 5px 15px;font-size: 13px;border: none;border-bottom: 1px solid rgba(89, 184, 40, 0.1);}
.popup-close-B {position: relative;top: -17px;right: -15px;color: #000;border: none;background: none;font-size: 28px;font-weight: bold;cursor: pointer;float: right;}
.rFQ h2 {font-size: 22px;border-bottom: 1px solid;padding-bottom: 6px;text-transform: uppercase;}
@media only screen and (max-width: 767px) {
.dashboard-section {padding-top: 10px;padding-bottom: 10px; padding-left: 0;padding-right: 0;}
.tableidud{ width: 100%;}
.tableidud-1{width: 985px;}
.privacypoliceies_ol{
padding-inline-start: 20px;
}
.mobile_terms_conditions{
font-size: 29px;
}
.order-card .order-card-header {
    padding: 15px 5px 15px 5px;
}
.order-status-nav li.active a{
    transform: none;
}
.order-card .order-card-header .deliver{
font-size: 13px;
}
.eflux-login-form-area_login { width: 100% !important}
.slide-content h3 { font-size: 30px;}
.partner_login{
width: 100%;
border-radius: 15px 15px 15px 15px !important;
}
.partner-LOG .eflux-login-form-area_login{
border-radius: 15px 15px 15px 15px !important;
margin-left: 0 !important;
margin-top: 15px !important;
}
.main_login_pr {
padding: 3vh 0 !important;
}
.partner-LOG {
margin-left: 0px !important;
}
.partner_login h1{
font-size: 32px;
}
.custom-head .btn {
font-size: 0.9rem !important;
}
.amountLeft {
    min-width: 606px;
}
.eflux-login-form{
width: 100%;
}
.fa-arrow-up{
padding-top: 10px;
}
.slide-image img {min-height: 70vh !important;}
.sosalM{bottom:20%!important;}
.eflux-login-form-area_login_mobile{
margin-bottom: 30px !important;
}
.partner-LOG .eflux-login-form-area_login{
margin-bottom: 60px !important;
}
.rc-anchor-normal{
width: 282px;
}
}
@media (max-width: 1023px) {
.js-scroll-trigger {
margin-bottom: 30px !important; 
}
.fa-arrow-up{
padding-top: 10px;
}
}

@media (max-width: 1024px) and (max-width: 1365px) {
.amountLeft {
width: 69.6% !important;
min-width: auto !important;
}
}
@media (min-width: 1480px) and (max-width: 2180px) {
.partner_login{
min-height: 412px !important;
}
.main_login_pr {
padding: 30vh 0 !important;
}
.amountLeft {
    width: 69.6% !important;
    min-width: 856px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1100px) {
.eflux-login-form-area_login { width: 90%;}
.logo_login img {width: 50%;}
.eflux-login-form .input-item {margin-bottom: 1px;}

.partner-LOG .eflux-login-form-area_login {padding: 4px 20px!important;min-height: 346px!important;}
.partner_login{padding:27px 20px!important;min-height: 346px!important;}
.mobile-footer {opacity: 0;}

}



@media only screen and (min-width: 1400px) and (max-width: 3000px) {
.container-fluid { max-width: 1400px;}
.partner-LOG .eflux-login-form-area_login{min-height: 400px!important;}
.partner_login {min-height: 490px !important;}

}
.custom-head{margin-bottom: -2px;}
.custom-head .btn-outline-secondary{border: none !important;background: transparent !important;cursor: pointer;}
.custom-head .active {border-bottom: 4px solid #ff8800 !important;}
.custom_cart i{font-size: 16px;}
.partner-LOG{margin-left: 25px;}
.partner-LOG .eflux-login-form-area_login{width: 100%;margin: auto;border: 1px solid #6c3600c2;padding: 10px 20px;background: rgb(108 54 0 / 30%);min-height: 410px;margin-left: -30px;border-radius: 0px 15px 15px 0px;}
.main_login_pr{padding: 15vh 0;}
.partner_login{
background:#fff; 
padding:20px;
text-align: center;
border-radius: 10px;
border-radius: 15px 0px 0px 15px;
min-height: 58vh;
}
.partner_login h1{
padding-top: 25px;
}
.login_pr_input{
margin-bottom: 18px !important;
}

@media (max-width: 768px) {
.tbMobile{width: 100%;}
.pagination {flex-wrap: wrap;}
/* Show fewer links on small screens */
/* .page-item:not(.active):not(:first-child):not(:last-child):not(.page-item.disabled) {display: none;} */
/* Always show first, last, and active page */
.page-item:first-child,
.page-item:last-child,
.page-item.active {display: inline-block;}
/* Show ellipsis for hidden links */
.page-item.disabled {display: inline-block;}
.d-flex_custom {    display: flow;}
.d-flex_custom .date{position: relative;top: 15px;left: 20px;}
.d-flex_custom a{    margin-top: 10px;}
.homePage-section{padding: 10px !important;}
}
.login_buttons_center{ text-align: center;}
.reelsize_custom{padding: 5px;}
.modal-header .close span{color: #ff8800;}
.date-input-wrapper {position: relative;}
.custom-date-input::-webkit-calendar-picker-indicator {cursor: pointer;color: #ff5500 !important; /* Icon hover color */background-color: transparent; /* Ensure the background is visible */border-radius: 50%; /* Optional: Make the icon area round */}

.comp{ text-transform:uppercase; padding-left: 0px; word-wrap: break-word;}

.login-section.section-ptb .eflux-login-form-area {min-height:inherit!important;}

.totalPRIC, .netPay{color: #000!important;font-size: 18px;font-weight:600;}
.addDA1{padding-top: 10px;float: left;}
.hADb{min-height: 60px;}

.order-S-DD{ background:#4c2d0d; padding:5px 10px; margin:0;}
.order-S-DD h5{padding: 2px 10px 2px 0;color: #fff; font-size:18px;}
.order-S-DD .close span{ padding:0px 5px;color: #fff;}
.order-S-DD .close {margin: -9px -1rem -1rem!important;}
.modal-footer{background:#4c2d0d; padding:15px; margin:0;}


.order-S-DD input[type="date"]::-webkit-calendar-picker-indicator {color: #fff; }
.orp-pt .modal-body{ border-top:none!important;background: #e1c4a6fc;}
.modelfinancer .input-box input, .modelfinancer .input-box select, .modelfinancer .input-box textarea{background: #5c340e;}

.submitb{background:#744009; color:#fff;  border:solid #fff 1px; padding: 5px 15px;border-radius: 5px; width:100%; font-weight: 600; text-transform: uppercase;}
.submitb:hover{background:#f1dfc0; color:#753e05; }

@media (max-width: 767px) { 
.onboarding{ display:none;}
.popup-content {    width: 100%;}
.login_pages.partner-LOG .partner_login{ display:none;}
.main_login_pr .login-section{padding-left: 0!important;padding-right: 0!important;}
.partner-LOG .eflux-login-form-area_login{padding-left: 5px!important;padding-right:5px!important;}
.dashboard-body .profile-address-book .address-list li {width: 100%;}
.addDA{float: right;font-size: 10px;padding:5px 5px;font-weight: 400;}
.addDA1{padding-top: 2px;float: left;font-size: 15px;}
.hADb{min-height:inherit;float: left;}
.dashboard-body .profile-address-book .address-list li {padding: 0 5px;}
.dashboard-body .profile-address-book .address-list li:last-child{margin-bottom: 0!important;}
.dashboard-body .profile-address-book > .title{padding: 10px 10px;width:100%;display:flow;}
.pros-btn {padding: 8px 10px;font-size: 11px;}
.address-list .modal-content .modal-body {padding: 15px;overflow: auto;height: 80vh;}

.order-status-nav li:last-child a {width: 150px;}
.partner-LOG .eflux-login-form-area_login {border-radius: 15px;}
.top-action-row {border-bottom: 1px dashed rgb(241 223 201 / 34%);padding-bottom: 6px;  }
.btn-animation{width: 100%;}

}


/*sunil*/

.customTabs .selected_item{
    background: #744009 !important;
    border-radius: 0;
    padding: 10px 10px;
    min-width: 140px;
    max-width: 300px;
    border-right: 1px solid #fff !important;
    color:#fff !important;
}
.customTabs .selected_item.active{
    background: #744009a8 !important;
}
.customTabs .selected_item.btn-outline-secondary:hover{color: #fff;}
.modal-body{background: #e1c4a6fc;}
.tabHeadingLeft{padding: 15px 20px;}
.tabHeadingLeft h3, .tabHeadingLeft h5{margin-bottom: 0;}
.tabHeading{
    display: flex;
    justify-content: space-between;
    background: #744009a8;
    color: #fff;
    border-radius: 8px 8px 0 0;
}
.tabHeading h3{color:#fff; margin-bottom: 0;}
.tabHeading h3 span{font-weight: 400;}
.tabHeading .lastbox {
    display: flex;
    gap: 10px;
    align-items: center;
}
.tabHeading .refreshI{
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #744009;
    text-align: center;
    border-radius: 50%;
    position: relative;
    color: #f1dfc0;
    border: solid #744009 1px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabHeading .refreshI:hover{background-color: #f1dfc0;color: #744009;}
.tabFormContainer{
    padding:20px;
}
/* .tabsection, .tabsection .table-responsive{
    border-radius: 12px;
} */
.customTabs .selected_item:first-child {
    border-radius: 5px 0 0 0;
}
.customTabs .selected_item:last-child {
    border-radius: 0 5px 0 0;
    border-right: none !important;
}
.transportation{
    padding: 10px;
    background: #744009;
    color: #f1dfc0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}
.transportpr{
    background: #cb9c6a80;
}

.input-box {
  position: relative;
  margin-bottom: 15px;
}

.input-box input,
.input-box select,
.input-box textarea {
    width: 100%;
    height: 50px;              
    padding: 10px 12px;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
    background: #744009a8;
    font-size: 16px;            
    border-radius: 8px 8px 0 0;
    transition: border-color 0.3s ease;
    color: #fff;
    box-sizing: border-box;
}
.input-box input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    padding-right: 40px;
    line-height: normal;
}

.input-box input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 10px;
    cursor: pointer;
    filter: invert(1);
}

.input-box .select::after {
  content: "\f107"; /* Font Awesome down arrow (chevron-down) */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
  font-size: 18px;
}
.input-box select:focus {
  border-color: #fff;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
.select{position: relative;}
.input-box .select:focus::after {
  color: #fff; 
}
.input-box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* background-image: url("../images/Arrow-down-white.svg");
  background-repeat: no-repeat;
  background-position: right 10px center; 
  background-size: 25px;
  color: white; */
}
.input-box input[type="date"]::-webkit-calendar-picker-indicator{
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.date-icon::after {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 69%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
  pointer-events: none;
  transition: color 0.3s ease;
}

.input-box label {
  /* position: absolute;
  top: -30px;
  left: 0px; */
  color: #fff;
  font-size: 16px;
  pointer-events: none;
  transition: 0.3s ease all;
}

/* Focus or has text */
.input-box input:focus, .input-box select:focus {
  border-color: #ff8800;
  background: #744009a8;
}
.input-box input:focus + label,
.input-box input:valid + label, .input-box select:focus + label,
.input-box select:valid + label {
  top: -25px;
  left: 10px;
  /* font-size: 11px; */
  color: #fff;
}
.totalsection{
    background:#744009a8;
    padding: 30px 20px;
    color:#ffff;
    border-radius: 8px;
    margin-top: 5px;
}
.totalsection .totalList{
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    border-bottom: dotted #fff 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:2px;
}
.totalsection .totalList span{font-weight: 600;}
.note{
    background: #744009;
    color: #fff;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 13px;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.bg2{background: #744009a8;}
.tableBg{
    background: #dfc6ad;
    padding: 20px;
}
.table{
    margin-bottom: 0;
}
.table-bordered th {
    background: #cb9c6a80;
    font-weight:600;
    color:#000;
}
.table-bordered td, .table-bordered th, .table-bordered thead th{
    border: 1px solid #744009;
    text-align: center;
    padding: 12px;
    font-size:14px;
}
tr:nth-child(even) {background-color: #cb9c6a24;}
tr:hover{background-color: #cb9c6a57;}
.table-bordered{border: 1px solid #744009;}
.tabFormContainer .table-bordered th, .tabFormContainer .table-bordered th select{
    color: #000;
    font-weight: 500;
    vertical-align: top;
}
.SnapshotTbl th{
    padding: 10px;
}
.page-item.active .page-link {
    background-color: #753e05;
    border-color: #fff;
}
/* .paperSheet .tabHeading, .paperSheet .input-box select, .paperSheet .input-box input, .paperSheet .totalsection, .paperSheet .note{
    background: #7a5023ad;
}
.angleBoard .tabHeading, .angleBoard .input-box select, .angleBoard .input-box input, .angleBoard .totalsection, .angleBoard .note{
    background: #72470fab;
} */
 .clr1.active{
    border-bottom-color: #763317;
 }
 .clr2.active{
    border-bottom-color: #ff0000 !important;
 }
 .clr6.active{
    border-bottom-color: #0d2afb !important;
 }
 .clr7.active{
    border-bottom-color: #7a00ff !important;
 }
 .clr11.active{
    border-bottom-color: #00b0ff !important;
 }
 .clr5.active{
    border-bottom-color: #00ff2b !important;
 }
 .clr12.active{
    border-bottom-color: #ff6a00 !important;
 }
 
 .modal-header {
    background: #4c2d0d;
    padding:15px;
}
.modelfinancer .model-body{
    background: #bb8957;
}
.modelfinancer .input-box label{
    color: #000;
}
.input-box textarea{
    max-height: 40px;
}
/* #facerDetails, #fluteDetails{padding-left:10px;} */
.financerCheckout th{color:#000;}
.financerCheckout td{text-align: left;}
.transportation th{vertical-align: middle !important;}
.error{
    background: #744009;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    margin:10px 0;
    color: #fff;
}
.totalsection .submitb{margin-top: 20px;}
.angleBoard .tabFormContainer{ background: #d9954e57;}
.angleBoard input, .angleBoard select, .angleBoard .totalsection, .angleBoard .note{background: #5c340e;}
.angleBoard input:focus, .angleBoard select:focus{background: #5c340e;color:#fff;}
.angleBoard .submitb{background: #f1dfc0;color: #753e05; border-color: #744009;}
.angleBoard .submitb:hover{background: #744009;color: #fff; border-color: #fff;}
.paperSheet .tabFormContainer{ background:#cb9c6a94;border-radius: 0 0 8px 8px;}
.paperSheet input, .paperSheet select, .paperSheet .totalsection, .paperSheet .note{background: #f7e9d0;color: #3b2a16;}
.paperSheet .input-box label{color: #2b1a09;}
.paperSheet input, .paperSheet select{border-color:#84521e;}
.paperSheet input:focus, .paperSheet select:focus{color:#fff;}
.paperSheet .input-box .select::after{color: #3b2a16;}
.paperSheet .input-box .date-icon::after{color: #3b2a16;}
.paperSheet #facerDetails {color: #fff;}
.paperSheet .submitb:hover{border-color: #744009;}
.paperSheet, .angleBoard, .corruRoll, .corruSheet2ply, .boxCal{border: solid 1px #83511d;border-radius: 8px;}
.paperSheet .totalsection{margin-top: 50px;}
.angleBoard .totalsection{margin-top: 40px;}
.paperSheet .totalsection .totalList{border-color: #744009;}
.product-list .bg1{border-radius: 8px;}
.radio-container{
    display: flex;
    align-items: center;
    gap: 10px;
}
.radio-btn {
    display: flex;
    align-items: center;
}
.radio-btn input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #744009;
  background: #f1dfc0;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  transition: 0.2s;
}

.radio-btn input[type="radio"]:checked {
  border-color: #744009;
    background-color: #f1dfc0;
}

.radio-btn input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #744009;
}

.radio-btn label {
  font-weight: 500;
  cursor: pointer;
  color: #744009;
  margin-bottom: 0;
}

.radio-btn input[type="radio"]:checked + label {
  color: #744009;
}

/* ========== CHECKBOX DESIGN (same theme) ========== */
.checkbox-btn input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #744009;
    background: #f1dfc0;
    border-radius: 4px;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: 0.2s;
}

/* checked background */
.checkbox-btn input[type="checkbox"]:checked {
    background-color: #744009;
    border-color: #744009;
}

/* tick */
.checkbox-btn input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* LOCKED STATE (disabled ka replacement) */
.checkbox-btn input[type="checkbox"].is-locked {
    pointer-events: none;
    opacity: 0.85;
}

.checkbox-btn label {
    cursor: pointer;
    color: #744009;
}

.checkbox-btn input[type="checkbox"]:checked + label {
    color: #744009;
}


.tabHeadingRight{
    position: relative;
    padding: 15px 15px 15px 40px;
    background: #f1dfc0;
    border-radius: 0 8px 0 0;
}
.tabHeadingRight::after {
    position: absolute;
    left: -24px;
    transform: skew(-30deg, 0deg);
    box-shadow: rgba(0, 0, 0, .1) -3px 2px 5px, inset rgba(255, 255, 255, .09) 1px 0;
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    background: #f1dfc0;
}
.financerCheckout #financerTableContainer .btn{width:100%;}
.btn-container{display: flex;align-items: center; justify-content: space-between;}
.my-account-body .btn-primary:hover{background: #744009!important ; border-color: #fff !important; color: #fff !important;}
.btn-section{
    padding: 25px 0;
    border-top: solid #905e29 1px;
}
hr{border-top: 1px dashed rgb(133 80 24);}

.btn-group .custom-control-label {
  margin-left: 0.75em;
}
.membershipPlan .custom-radio{ 
   border-color: #744009 !important;
    color: #fff;
    padding: 10px 30px;
    background-color: #744009;
    min-width: 250px;
    border: solid 5px;
    text-transform: uppercase;
}
.membershipPlan .custom-radio.active{
    background: #f1dfc0 !important;
    color: #744009 !important;
    border-color: #744009 !important;
    font-weight: 600;
    
}
.memberMonthlyYearly .custom-control {
    border-color: #744009 !important;
    color: #fff;
    padding: 10px 30px;
    background-color: #744009;
    min-width: 150px;
    border-radius: 50px;
    margin: -3px;
    border: solid 4px;
    text-transform: uppercase;
}
.memberMonthlyYearly .custom-control.active{
    background: #f1dfc0 !important;
    color: #744009 !important;
    border-color: #744009 !important;
    font-weight: 600;
}

/*.membershipPlan .custom-radio:first-child{border-radius: 12px 0 0 12px;}
.membershipPlan .custom-radio:last-child{border-radius: 0 12px 12px 0}*/
.btn:focus, .btn-outline-secondary.focus, .btn.active{box-shadow: none !important; outline: none  !important;}
.totalValue{
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding: 20px 0 0;
}

.homePage{
    background-color: rgb(116 61 4 / 39%);
    /* border-radius: 12px 12px 0 0; */
}
.homePage .title, .productsDetails .title{
    color:#fff;
    padding:20px;
    background: #744009a8;
    margin-bottom: 0;
}


/* =========================
   PRODUCT CARD
========================= */
.products-list .zoom-card{
    display:flex;
    align-items:center;
    gap:16px;
    padding:12px;
    border-radius:12px;
    background:#744009a8;
    border-bottom:4px solid #fff;
}

/* =========================
   IMAGE (FIXED SIZE – ALL DEVICES)
========================= */
.products-list .img-box{
    width:260px;              /* SAME everywhere */
    height:195px;             /* 4:3 ratio */
    flex-shrink:0;
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    position:relative;
}

.products-list .img-box img{
    width:100%;
    height:100%;
    object-fit:contain;
    transition:transform .4s ease;
}
.products-list .zoom-card img{border-radius: 8px;}
.products-list .zoom-card:hover img{
    transform:scale(1.05);
}

/* =========================
   CONTENT (AUTO FLEX)
========================= */
.products-list .card-body{
    flex:1;
}
.products-list .card-title{text-align: right;}
.products-list .card-title,
.products-list .card-text{
    color:#fff;
}

.products-list .card-text{
    text-align:justify;
    font-size:14px;
}

/* =========================
   MOBILE (LAYOUT CHANGE ONLY)
========================= */
@media(max-width:768px){

    .products-list .zoom-card{
        flex-direction:column;
        align-items:flex-start;
    }

    /* image size SAME – just centered */
    .products-list .img-box{
        margin:auto;
    }
    .products-list .card-title{text-align: left;}
}


.homePage-section{padding: 30px;}
.modalInput .form-control{
    border: 1px solid #744009;
    background: none;
    color: #4c2d0d;
}
.modalInput .form-control:focus{
    border-color: #744009;
    box-shadow: 0 0 0 .2rem #74400945;
    color: #744009;
}
.modalInput label{color: #4c2d0d;}
.pcSection{
    background: #dfc6ad;
    padding: 20px;
}
.pcSection label{color: #4c2d0d;}

.remove-cart-btn{
    border: none;
    background: none;
    color: rgb(245, 35, 1);
}
.remove-cart-btn:hover, .remove-cart-btn:focus, .remove-cart-btn:active{
    border: none;
    background: none !important;
    color: rgb(209 33 5) !important;
    box-shadow: none;
}
.table td, .table th{vertical-align: middle;}
.address-list .radio-btn{align-items: baseline;margin-left: 10px;}
.form-control:disabled{
    background-color: #dfc7af !important;
    opacity: 1;
}
.product-order-success h4{color:#fff;}
.box-align {
    display: flex;
    flex-wrap: wrap;
}

.box-align-col {
    flex: 1 1 calc(50% - 20px);
    padding: 20px 40px;
    background: rgb(116 61 4 / 65%);  
    border-right: dashed 1px #ffffff2b; 
}
.order-item span{font-weight: 600; width:250px;}
.order-btn .btn:hover{
    border-color: #fff !important;
    background: #744009 !important;
    color: #fff !important;
}
/* td{border-bottom: solid 1px #74400966; padding: 0 10px;} */
.amount-hg{
    border-bottom: solid 1px #74400966;
    padding: 8px;
    margin: 0 20px;
}
.text-warning{color: #C46200 !important;}
.view-icon:hover{color: #996530e0;}
.custom_nav {
    display: flex;
    align-items: center;
    padding: 0;
}

.custom_nav li {
    list-style: none;
}
.custom_nav li .nav-link{
    background: #f1dfc0;
    border-radius: 50px;
    color: #744009;
    padding: 8px 20px;
}
.custom_nav li  a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 12px;
    text-decoration: none;
    transition: 0.3s;
}

.custom_nav li  a:hover {
    color: #C46200;
}
.custom_nav .dropdown-menu {
    border-radius: 8px;
    border: none;
    padding: 10px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 160px;
}
.custom_nav .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    font-size: 15px;
    color: #333;
    transition: 0.3s;
}

.custom_nav .dropdown-menu .dropdown-item:hover {
    background-color: #F5E4D3;
    color: #C46200;
}
.paperReel .tabFormContainer {
    padding: 0px;
    border-radius: 8px;
}
.paperReel .tabFormContainer .tableBg {border-radius: 8px;}
.fa, .far, .fas {font-size: 20px;}
.order-icon{width: 30px;text-align: center;margin: auto;}
.selectList{margin-bottom: 0;}
.selectList select{
    background: #f1dfc0;
    color: #744009;
    font-weight: 600;
    border-radius: 50px;
    padding: 5px 20px;
    border: none;
    width:140px;
    box-shadow: none;
    min-height: 40px;
}
.selectList select option{background: #f1dfc0;color: #744009;}
.selectList select option:hover{background: #744009 !important;color: #f1dfc0!important;}
.selectList select:focus{background: #f1dfc0;color: #744009;box-shadow: none;}
.selectList .select::after{color: #744009;}
.back-btn{
    background: #f1dfc0;
    color: #744009;
    margin: 0;
    padding: 6px 35px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 32px;
    border:solid #f1dfc0 1px;
    font-weight: 600;
    text-transform: uppercase;
}
.back-btn:hover{color: #fff;border-color: #fff;background:#744009;}
.products-list:nth-child(1) .zoom-card:hover{border-color: #ff8800 ;}
.products-list:nth-child(2) .zoom-card:hover{border-color: #ff0000 ;}
.products-list:nth-child(3) .zoom-card:hover{border-color: #0d2afb ;}
.products-list:nth-child(4) .zoom-card:hover{border-color: #7a00ff ;}
.products-list:nth-child(5) .zoom-card:hover{border-color: #00ff2b;}
.products-list:nth-child(6) .zoom-card:hover{border-color: #fbff00;}
.f20{font-size: 20px;}

.orderDetails{max-width:100%  !important;padding: 30px 25px;}
.billing-card {
  background: rgb(131 79 24 / 65%);
    border: 1px solid #f1dfc066;
    padding: 16px;
    border-radius: 8px;
    color: #fff;
    max-width: 360px;
}

/* header */
.billing-header {
  display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(255 255 255 / 79%);
    padding-bottom: 8px;
}

.billing-title {
  font-weight: 600;
    font-size: 20px;
    color: #fff;
    padding-left: 4px;
}

.billing-gstin span {
  font-size: 14px;
    color: #f8f8f8;
    background: #744009;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 1px; margin-left: 10px;
}

/* body rows */
.billing-body .bill-row {
  display: flex;
    gap: 0px;
    padding: 8px 0;
    /* align-items: center; */
    border-bottom: 1px dashed #ffffff1f;
    flex-direction: column;
    margin-bottom: 5px;
}

.billing-body .bill-row:last-child {
  border-bottom: none;
}

.bill-label {
  /* flex: 0 0 130px; */
    font-size: 14px;
    color: #f8f8f8;
    font-weight: 600;
}

.bill-value {
  flex: 1;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  word-break: break-word;
}

/* small screens: stack rows */
@media (max-width: 576px) {
  .billing-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .bill-label {
    flex: 0 0 auto;
    width: 100%;
    font-size: 13px;
  }

  .billing-body .bill-row {
    flex-direction: column;
    gap: 4px;
    padding: 8px 0;
  }

  .bill-value { font-size: 13px; }
}
.order-details-container .media{gap:20px}
.media .tableBg{padding: 10px;}
.tb-heading{
    color: #744009;
    margin-bottom: 15px;
}
.orderDetails .billing-body {
    background: rgb(116 61 4 / 65%);
    padding: 20px;
    border-radius: 8px;
}
.orderDetails .billing-header{margin-bottom: 0; border:none;}
.orderDetails .billing-body .bill-row{flex-direction: row;align-items: center;}
.orderDetails .billing-body .bill-row .bill-label {flex: 0 0 130px;}
.box-align-col:last-child{border:none;}
.back-btn:hover{color: #fff;border-color: #fff;background:#744009;}
.pending{color:#A05A14}
.confirm{color:#ff8800}
.cancel{color:#B3261E}
.return{color:#A84300}
.delivered{color:#1F6F3E}
.dispatched{color:#4A3EB1}
.close-btn {
  position: absolute;
    top: 13px;
    right: 10px;
    width: 32px;
    height: 32px;
    border: none;
    background: #f52301;
    color: #f8f8f8;
    font-size: 22px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}
.modal-header h5{margin:0;  }
.deliver i{color: #A05A14;}
.btn-icon i{margin-right: 10px; font-size: 15px;}
.vh-h span{text-transform: uppercase;}
.financerCheckout td .btn-primary{padding: 5px 10px;}
.orderDetailsSection{
    display: flex;
    justify-content: space-between;
}
.orderDetailsItems{
    height: 100%;
    border-right: 1px dashed #ffffff54;
    padding: 15px 20px;
    background: #d3a77742;
    color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
}
.orderDetailsSection .col-lg-3:last-child .orderDetailsItems {
border-right: none;
}
.tooltip {
    opacity: 1 !important;
}

/* Parent */
.custom-tooltip-item {
    position: relative;
    cursor: pointer;
}

/* Tooltip Box */
.custom-tooltip-item::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(241 223 192);
    color: #86511b;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease-in-out;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    z-index: 999;
}

/* Tooltip Arrow */
.custom-tooltip-item::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent rgb(241 223 192) transparent;
    opacity: 0;
    transition: 0.2s ease-in-out;
}

/* Show Tooltip on Hover */
.custom-tooltip-item:hover::after,
.custom-tooltip-item:hover::before {
    opacity: 1;
}
.user-icon{font-size: 14px;}
.offer-msg{
    color: #fff;
    position: absolute;
    top: 17px;
    left: 32%;
}
.modalInput input:-webkit-autofill,
.modalInput input:-webkit-autofill:hover,
.modalInput input:-webkit-autofill:focus,
.modalInput textarea:-webkit-autofill,
.modalInput textarea:-webkit-autofill:hover,
.modalInput textarea:-webkit-autofill:focus,
.modalInput select:-webkit-autofill,
.modalInput select:-webkit-autofill:hover,
.modalInput select:-webkit-autofill:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-text-fill-color: #744009 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.eflux-login-form-area input:-webkit-autofill,
.eflux-login-form-area input:-webkit-autofill:hover,
.eflux-login-form-area input:-webkit-autofill:focus{
     -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}
.input-box input:-webkit-autofill,
.input-box input:-webkit-autofill:hover,
.input-box input:-webkit-autofill:focus,
.input-box textarea:-webkit-autofill,
.input-box textarea:-webkit-autofill:hover,
.input-box textarea:-webkit-autofill:focus,
.input-box select:-webkit-autofill,
.input-box select:-webkit-autofill:hover,
.input-box select:-webkit-autofill:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-text-fill-color: #FFF !important;
  transition: background-color 5000s ease-in-out 0s;
}


.modalInput .form-control[readonly]
 {
    background: none;
}


.btn-animation{display: inline-flex;align-items: center;justify-content: space-between;}
#arrowAnim {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 2px;
}

.arrow {
  width: 20px;
  height: 20px;
  border: 5px solid;
  border-color: #7cd363 transparent transparent #7cd363;
  transform: rotate(135deg);
}

.arrowSliding {
  position: absolute;
  animation: slide 3s linear infinite;
}

.delay1 {
  animation-delay: 1.5s;
}

@keyframes slide {
  0%   { opacity: 0; transform: translateX(-20px); }  /* left side */
  20%  { opacity: 1; transform: translateX(-10px); }
  80%  { opacity: 1; transform: translateX(10px); }   /* right side */
  100% { opacity: 0; transform: translateX(-20px); }
}

.inputColor input, .inputColor input::placeholder{color: #744009 !important;}
.fa-arrow-up, .fa-arrow-down{font-size: 14px;}
.fa-arrow-up{margin-left: 5px;}
.passwordIcon{position: relative;}
.passwordIcon{
    position: absolute;
    right: 30px;
    top: 43px;
    color: #744009;
}
.get-financer-msg{width:50%; margin: auto; font-weight: 400; line-height: 35px;}
.get-financer-msg span{font-weight: 600;}
#fluteDetails_m{padding: 8px 16px; color: #744009; font-weight: 600; border-radius: 8px; background: #f1dfc0; border:dashed 1px #744009;}
.modelrfq .form-group{margin-bottom: 5px;}
.headingStyle h1 {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 11px 0;
    grid-gap: 12px;
}

.headingStyle h1:after,.headingStyle h1:before {
  content: " ";
  display: block;
  border-bottom: 2px dashed #744009;
}
.modelrfq .date-icon::after{
    transform: translateY(-80%);
    color:#744009 ;
    right: 14px;
} 

/*  Homepage Header */
.homePageHeader{position: absolute;top:0;left:0;width: 100%;z-index: 9;}
/* .homePageHeader .container-fluid{max-width:100% !important; padding: 0 40px;} */
.homePageHeader .mega-dropdown {
    position: relative;
}
.homePageHeader .mega-dropdown .dropdown-menu {
    width: 450px;
    min-height: 350px;  
    height: auto !important;
    left: 0%;
    transform: translateX(-50%) translateY(-15px);
    top: 98%;
    visibility: hidden;
    display: block !important; 
    transition: all 0.35s ease;
    background: #fff;
    padding: 30px 0;
    border-top:solid #ff8800 10px;

    background-color: rgb(255, 255, 255);
    will-change: transform;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 16px 32px 0px, rgba(0, 0, 0, 0.25) 0px 2px 4px 0px;
    opacity: 1;
    transform-origin: 50% 100% 0px;
}

.nav-item.mega-dropdown:hover .dropdown-menu,
.homePageHeader .mega-dropdown .dropdown-menu:hover {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0px);
}
.read-more{
    color: #ffdd88;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    transition: 0.2s;
    margin-top:15px ;
}
.read-more:hover{ text-decoration: underline; cursor: pointer;}
.homePageHeader .mega-menu .products-list .zoom-card .img-box{width: 250px;height:100%;}
.homePageHeader .mega-menu .products-list .zoom-card{padding: 0px; flex-direction: row;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    transition: all 0.3s ease;
}
.homePageHeader .mega-menu .products-list .card-title, .card-text {
    color: #fff;
}

/* .homePageHeader .mega-menu .products-list .zoom-card:hover{
        transform: translateY(-8px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
    } */
.homePageHeader .mega-menu .products-list .zoom-card .card-body{padding: 0px 0 0 20px; width:100%;    text-align: center;}

/* --------------------- TOP BAR --------------------- */
.homePageHeader .top-bar {
    background: rgb(177 86 5 / 78%);
    backdrop-filter: blur(2px);
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
}

.homePageHeader .top-bar i { margin-right: 5px; font-size: 20px; }
.top-bar .fa-phone{rotate: 100deg;}
.homePageHeader .logo{width:20%;}
.homePageHeader .logo img{width:100%;}
.login-icon{width:75px;}

/* --------------------- NAVBAR --------------------- */
.homePageHeader .navbar-custom {
    /* background: rgb(128 70 18 / 68%); */
    background: rgb(16 16 16 / 32%);
    backdrop-filter: blur(10px);
    padding: 12px 0;
    z-index: 999;
}
.homePageHeader .navbar-custom .nav-link:hover{background:#555658;}
.homePageHeader .navbar-custom .nav-link {
    color: #fff !important;
    font-weight: 600;
    padding: 10px 20px !important;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 4px;
}

/* Dropdown */
.homePageHeader .navbar-custom .dropdown-menu {
    /* background: #804612e0; */
}
.dropdown-toggle {
    position: relative;
    padding-right: 18px !important;
}

.dropdown-toggle::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    transform: rotate(45deg);
    margin-left: 6px;
    vertical-align: middle;

    /* bootstrap default arrow remove */
    border-top: none !important;
    border-left: none !important;
}  
.homePageHeader .navbar-custom .dropdown-item {
    color: white;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.homePageHeader .navbar-custom .dropdown-item:hover {
    background: #6a370f;
}

/* Hover open for desktop */
@media (min-width: 992px) {
    .homePageHeader .navbar-custom .dropdown:hover > .dropdown-menu {
    display: block;
    }
}

/* Login Button */
.login-btn, .register-btn {
    border: 1px solid #fff;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    border-radius:4px ;
    background: #fff;
    color: #744009;
    text-transform: uppercase;
}
.register-btn{
    background: #f1dfc0 !important;
    border-color: #f1dfc0;
    color: #744009 !important;
}
.register-btn:hover{
    background: #ebce9c  !important;
    border-color: #ebce9c;
}
.login-btn{
    background: none;
    color:#fff;
}
.login-btn:hover {
    background: #744009;
    color: #fff;
}

/* --------------------- MOBILE LEFT SIDE MENU --------------------- */

.homePageHeader .mobile-menu {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100%;
    background: #804612;
    overflow-y: auto;
    transition: all 0.4s ease;
    z-index: 9999;
}

.homePageHeader .mobile-menu.active {
    right: 0;
}

.homePageHeader .mobile-menu a {
    display: block;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-bottom: 1px solid #9a5c2d;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.homePageHeader .mobile-menu a:hover, .homePageHeader .mobile-menu a.active{
    font-weight: 600;
    border-color: #fff;
    background: #6a370f;
    color:#fff;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9998;
}

.overlay.active {
    display: block;
}

.homePageHeader .mobile-close {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    padding: 20px;
}
.loginBg{
    background-image: url("../images/bg1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}

.footer{
    position:fixed;bottom: 0;left: 0;right: 0;z-index: 999;backdrop-filter: blur(2px);
    background-color: rgb(116 61 4 / 80%);
    border-top: solid #fff 1px;
}


/*  login */

.loginSection .container-fluid{
    max-width: 100%;
    color:#000;
}
.loginLogo{width:40%;}
.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  font-size: 15px;
}

.check-list li:before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #2a8c2a; /* green color */
  font-weight: bold;
}
.loginTitle{font-size: 30px; line-height: 50px;}
.left-section {
    background: #f1dfc0;
    padding:40px;
    min-height: 100vh;
}
.login-card {
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}
.captcha-box {
    width: 260px;
    height: 56px;
}
.login-card .nav-tabs .nav-item .nav-link{    
    color: #744009;
    background-color: #cb9c6a24;
    border: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-right: 10px;
    text-transform: uppercase;
}
.login-card .nav-tabs .nav-item .nav-link.active{
    color: #fff;
    background-color: #744009;
    font-weight: 600;
}
.loginSection .form-group input{
    height: 50px;
    line-height: 30px;
    background: transparent;
    font-size: 16px;
    height: 50px;
    line-height: 30px;
    background: #fff !important;
    font-size: 16px;
    box-shadow: none;
}
.sp-relative{position: relative;}
.loginSection .form-group input::placeholder {color: #744009;}
.loginSection .form-group input:focus{border-color: #744009;color: #744009;}
.loginSection .form-group input:-webkit-autofill,
.loginSection .form-group input:-webkit-autofill:hover,
.loginSection .form-group input:-webkit-autofill:focus,
.loginSection .form-group textarea:-webkit-autofill,
.loginSection .form-group textarea:-webkit-autofill:hover,
.loginSection .form-group textarea:-webkit-autofill:focus,
.loginSection .form-group select:-webkit-autofill,
.loginSection .form-group select:-webkit-autofill:hover,
.loginSection .form-group select:-webkit-autofill:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-text-fill-color: #744009  !important;
  transition: background-color 5000s ease-in-out 0s;
}
.plySelect{width:65%;}


/*  Inner Tabs  */
.innerTabs{display: flex;align-items: center; justify-content: center;padding: 14px 20px;}
.tabsBg{background: #f1dfc0;color: #744009;}
.tabsBg h3{color: #744009;}
.innerTabsBox a{text-transform: uppercase; padding: 10px 20px; font-size: 16px;color: #212529; border-bottom: solid #f1dfc0 3px;}
.innerTabsBox a:hover, .innerTabsBox a.active{color:#744009; border-color: #744009;}
.innerTabsBox a.active{font-weight: 600;}
.rfqS .tabFormContainer {background: #efdbb778;}
.rfqS .input-box label, .rfqS label{color:#212529;}
.rfqS .radio-btn label{font-weight: 400;}
.lineHeightIcon{line-height: 1;}
.rfqS .tableBg{background: #f1dfc0;}
.rfqS  .input-box input, .rfqS  .input-box select, .rfqS  .input-box textarea{background: #744009;}
.input-inline{
    display: flex;
    align-items: center;
}
.input-inline label, .input-inline input{width:100%;}
.headingSm span{font-size: 20px;}
.boxCal .input-box input, .boxCal .input-box select, .boxCal  .input-box textarea{background: #744009;}
.boxCal .input-box label, .corrusheet .input-box label, .CBOF .input-box label{color:#212529;}
.corrusheet  .input-box input, .corrusheet  .input-box select, .corrusheet  .input-box textarea{background: #744009;}
.CBOF  .input-box input, .CBOF  .input-box select, .CBOF  .input-box textarea{background: #744009;}
.homeIcon .cart-icon{background-color: #fff;}
.productsDetails .image-box img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    transition: 0.4s;
    border:#74400973 solid 10px;
}
.productsDetails .desc{font-size: 16px;}
.innerPage{padding-top: 70px;}
.specialplytable .form-control[readonly]{
    background-color:none;
}
.contentSection {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
    width: 100%;
    z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .contentSection {top: 52%;}
    .login-card{padding: 25px;}
}
@media (max-width: 767px) {
    .contentSection {max-width: 400px;}
    .contentSection {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding: 20px 0;
        margin: auto;        
    }
}
.contentSection .login-card{
    background-color: #ffffff1a;
    backdrop-filter: blur(100px);
    border: solid #ffffff73 2px;
}
.contentSection .login-card .nav-tabs .nav-item .nav-link {
    color: #212529;
    background: #f3f3f370;
}
.contentSection .login-card .nav-tabs .nav-item .nav-link.active, .contentSection .login-card .nav-tabs .nav-item .nav-link:hover {
    color: #744009 !important;
    background: #f1dfc0 !important;
    backdrop-filter: blur(2px);
}
.contentSection .login-card .nav-tabs {
    border-bottom: 1px solid #f3f3f3b5;
}
.contentSection .login-card, .contentSection .forgot-ps, .contentSection .create, .contentSection .login-card .show-pass i{color:#fff;}
.contentSection .login-card .input-box input{background: #ffffff1a !important;}
.homePageHeader .menu-area .cart-icon{
    background: none;
    color: #fff;
    border: solid #ffffff 1px;
}
.homePageHeader .menu-area .cart-icon:hover{
    background: #744009;
    color: #fff;
    border: solid #744009 1px;
}
.homePageHeader .custom-tooltip-item::before {top: 140%;}
.homePageHeader .custom-tooltip-item::after {bottom: -58px;}
.homePageHeader .mega-dropdown .nav-link{background: #dfdddc47;backdrop-filter: blur(2px);}
.contentSection .login-card .btn-primary{
    color: #744009 !important;
    background: #f1dfc0 !important;
    backdrop-filter: blur(2px);
    border-color: #f1dfc0;
}
.contentSection .login-card .btn-primary:hover{
    color: #fff !important;
    background: #744009 !important;
    backdrop-filter: blur(2px);
    border-color: #744009;
}
.contentSection .login-card .input-box input::placeholder {color:#fff !important;}
.section{
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 80px;
    width: 100%;
    height: min-content;
    padding: 112px;
    display: flex;
    position: relative;
    overflow: visible;
}
@media (max-width: 767px) {
    .section {
        padding: 40px 20px;
        gap: 32px;
        align-items: stretch;
    }
    .innerPage {
        padding-top: 40px;
    }
    .loginSection .left-section{display: none !important;}
    .header .header-top .logo {
        width: 60%;
    }
}
@media (max-width: 576px) {
    .section {
        padding: 24px 0px;
    }
     .innerPage {
        padding-top: 10px;
    }
    .login-card{width:100% !important; padding: 15px;}
}
.productSection .section:nth-child(odd){
    background: #efe5d3b5;
}
.productSection .section:nth-child(even){
    background: #fff;
}
.productSection .section:nth-child(even) .row{
    flex-direction: row-reverse;
}
.productSection .section:nth-child(even) .row .image-box{text-align: right;}
.productSection .section .row .image-box img{border-radius: 8px;}
.productSection .section .content-box p{text-align: justify;font-size:16px;}
.productSection .section .content-box  .title{position: relative; margin-bottom: 30px;}
.productSection .section .content-box  .title:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100px;
  height: 4px;
  content: "";
  background-color: #744009;
}
.productSection .section:nth-child(1) .content-box  .title:before {
    background-color: #ff8800;
}
.productSection .section:nth-child(2) .content-box  .title:before {
    background-color: #ff0000;
}
.productSection .section:nth-child(3) .content-box  .title:before {
    background-color: #0d2afb;
}
.productSection .section:nth-child(4) .content-box  .title:before {
    background-color: #7a00ff;
}
.productSection .section:nth-child(5) .content-box  .title:before {
    background-color: #00ff2b;
}
.productSection .section:nth-child(6) .content-box  .title:before {
    background-color: #ff8800;
}
.fixedClass {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.g-recaptcha {
    transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
    
.contentP p{
    font-size: 16px;
}
.pageHeading{font-size: 24px;}
.eligibilityInput .checkbox-btn{margin-bottom: 10px;}
.eligibilityInput .checkbox-btn input{margin-top: 2px; flex-shrink: 0; }
.eligibilityInput .checkbox-btn label{line-height: 20px;}
.checkbox-btn {
    display: flex;
    align-items: flex-start;
}
.inner-heading {
    font-weight: 300;
    color: #744009;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 600;
}
.inner-heading::before{
    position: absolute;
    left: 17px;
    bottom: 17px;
    width: 60px;
    height: 3px;
    content: "";
    background-color: #744009;
    border-radius: 4px;
}
textarea.placeHolder::placeholder{
    color: #4c2d0d;
}
.text-black{color: #000;}
button:disabled,
input:disabled,
select:disabled,
textarea:disabled, .membershipPlan .Yearly, .membershipPlan .Monthly, .membershipPlan .DemoWeekly {
    background-color: #e0e0e0;
    color: #999;
    cursor: not-allowed;
}
.Yearly.custom-tooltip-item::before, .Monthly.custom-tooltip-item::before{
    top:111%;
} 


@media (max-width: 991px) {

    .customTabs {
        flex-wrap: nowrap;            
        justify-content: flex-start !important;
        overflow-x: auto;           
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; 
    }

    .customTabs::-webkit-scrollbar {
        display: none;   
    }

    .customTabs .selected_item {
        flex: 0 0 auto;
        white-space: nowrap;
        font-size: 14px;
        padding: 6px 14px;
    }
}
.table tbody+tbody{border: none;}
.borderclass .card{border: solid 1px #fff;}


/* ================= MOBILE CARD VIEW ================= */
@media (max-width: 767px) {

    #product-container.product-list{background:none;padding:0;}
    .paperReel .tabFormContainer{padding:0;}
    .paperReel .tableBg{padding:0px; background: none;}
    .paperReel .table-mobile-card{border:none;}

    /* reset table */
    .table-mobile-card,
    .table-mobile-card thead,
    .table-mobile-card tbody,
    .table-mobile-card tr,
    .table-mobile-card td,
    .table-mobile-card th{
        display:block!important;
        width:100%!important;
    }

    .table-mobile-card thead{
      padding: 10px;
      background: rgb(223 198 173 / 60%);
      margin-bottom: 10px;
      border-radius: 8px;
    }
    .table-mobile-card thead th{
        border:none!important;
        padding:8px 0!important;
        margin-bottom:5px;
        background: none;
    }
    .table-mobile-card thead .sub-header{display:none!important;}

    /* card */
    .table-mobile-card tbody tr{
        display:flex!important;
        flex-wrap:wrap;
        margin-bottom:10px;
        border:1px solid #9F765A;
        border-radius:8px;
        background:rgb(223 198 173 / 60%);
    }

    .table-mobile-card tbody td{
        display:flex!important;
        align-items:center;
        padding:5px 20px;
        border-bottom:1px solid rgb(116 64 9 / 21%);
        color:#392116;
        line-height:20px;
        border: none;
        justify-content: center;
    }

    .table-mobile-card tbody td::before{
        font-weight:500;
        font-size:14px;
        margin-right:10px;
    }

    .table-mobile-card tbody td:nth-child(1){
        background:#744009;
        color:#f1dfc0;
        border-radius: 6px 6px 0 0;
    }
    .table-mobile-card tbody tr td:nth-child(2),
    .table-mobile-card tbody tr td:nth-child(3){
        border-bottom:1px solid rgb(116 64 9 / 21%);
    }
    .table-mobile-card tbody td:nth-child(1)::before{color:#f1dfc0;}

    /* labels */
    .table-mobile-card tbody td:nth-child(1)::before{content:"Brand:";}
    .table-mobile-card tbody td:nth-child(2)::before{content:"Item Type:";}
    .table-mobile-card tbody td:nth-child(4)::before{content:"Size";}
    .table-mobile-card tbody td:nth-child(5)::before{content:"Weight";}
    .table-mobile-card tbody td:nth-child(6)::before{content:"Rate \20B9";}

    .table-mobile-card tbody tr td:nth-child(2),
    .table-mobile-card tbody tr td:nth-child(3){
        width:50% !important;
        border-bottom:none;
        font-size:13px;
    }
    .table-mobile-card tbody tr td:nth-child(2){padding-right: 0; justify-content: flex-start; text-align: left;border-bottom: 1px solid rgba(116, 64, 9, .15);}
    .table-mobile-card tbody tr td:nth-child(3){padding-left: 0; text-align: right;justify-content:end;border-bottom: 1px solid rgba(116, 64, 9, .15);}

    /* size weight rate row */
    .table-mobile-card tbody tr td:nth-child(4),
    .table-mobile-card tbody tr td:nth-child(5),
    .table-mobile-card tbody tr td:nth-child(6){
        width:33.33%!important;
        flex-direction:column;
        align-items:flex-start;
        border-bottom:none;
        font-size:13px;
    }

    .table-mobile-card tbody tr td:nth-child(4)::before,
    .table-mobile-card tbody tr td:nth-child(5)::before,
    .table-mobile-card tbody tr td:nth-child(6)::before{
        margin-bottom:3px;
        font-size:12px;
        font-weight:600;
    }
    .table-mobile-card tbody tr td:nth-child(5){align-items: center;}
    .table-mobile-card tbody tr td:nth-child(6){align-items: end;}
    .table-mobile-card tbody tr td:nth-child(6)::before, .table-mobile-card tbody tr td:nth-child(5)::before{margin-right: 0;}

    /* amount + button row */
    .table-mobile-card tbody tr td:nth-child(7),
    .table-mobile-card tbody tr td:nth-child(8){
        width:50%!important;
        border-top:1px solid rgba(116,64,9,.35);
        border-bottom:none;
        padding:5px 20px;
        align-items:center;
    }

    .table-mobile-card tbody tr td:nth-child(7){
        font-size:15px;
        font-weight:600;
        gap:4px;
        justify-content: flex-start;
    }
    .table-mobile-card tbody tr td:nth-child(7)::before{
        content:"₹";
        font-size:16px;
        font-weight:700;
        margin-right:0;
    }

    .table-mobile-card tbody tr td:nth-child(8){
        justify-content:flex-end;
    }

    /* add to cart */
    .add-cart-btn{
        color:#744009;
        border-radius:6px;
        padding:4px 8px;
        display:inline-flex;
        align-items:center;
        transition:.2s;
    }
    .add-cart-btn i{font-size:20px;}
    .add-cart-btn:hover{color: #593107;}

    .table-mobile-card thead tr{
        display:flex!important;
        flex-wrap:wrap;
        gap:2px;
    }
    .table-mobile-card thead tr:hover{background: none;}
    .table-mobile-card thead tr th{ margin: 0; padding:3px 0 !important;}
    .table-mobile-card thead tr > th:nth-child(1),
    .table-mobile-card thead tr > th:nth-child(2){
        width:48%!important;
        padding:0!important;
    }
    .table-mobile-card thead tr > th:nth-child(1){margin-right: 7px ;}
    .table-mobile-card thead tr > th:nth-child(3){
        width:67%!important;
        display:flex!important;
        gap:6px;
        margin: 5px 5px 5px 0;
    }
    .table-mobile-card thead tr > th:nth-child(4){
        width:30%!important;
        display:flex!important;
        gap:6px;
        margin: 5px 0;
    }

    .table-mobile-card thead tr > th:nth-child(3) select{
        width:33.33%!important;
    }
    .table-mobile-card thead tr > th:nth-last-child(2){
        width:79%!important;
        display:flex!important;
        justify-content:flex-start;
        align-items:center;
    }

    .table-mobile-card thead tr > th:nth-last-child(1){
        width:20%!important;
        display:flex!important;
        justify-content:center;
        align-items:flex-start;
    }
    .table-mobile-card thead tr > th:nth-last-child(2) *{
        text-align:left!important;
        color:#392116;
    }

    #transport-type-cell{
        width:100%;
        text-align:center;
        justify-content: center;
    }
    .tabHeading .lastbox{align-items: flex-start;}

    .radio-container{
        display:flex;
        justify-content:flex-start;
        gap:10px;
        flex-wrap:wrap;
    }

    /* ===== CUSTOM SELECT DESIGN (SAME AS IMAGE) ===== */

.reel-size1{
    padding:6px 0;
    font-size:12px;
    font-weight:500;
    color:#392116 !important;

    background:
        linear-gradient(180deg, rgba(255,255,255,.25), rgba(255,255,255,0)),
        #e3c5a3;

    border:1px solid #9f765a;
    border-radius:6px;
}

.reel-size1:hover{
    background-color:#e8ccb0;
}

.reel-size1:focus{
    outline:none;
    border-color:#7a4a1f;
    box-shadow:0 0 0 2px rgba(122,74,31,.25);
}

}
@media (max-width: 576px) {
  .mobile-wrapper .container-fluid{
    padding-left: 5px;
    padding-right: 5px;
  }
  .header-bottom .container-fluid{padding: 0 5px 0 10px;}
}
@media (max-width: 767px) {
    .transportation{
        padding: 2px 40px;
        font-weight: 600;
        text-align: center !important;
    }
    .login-card .nav-tabs .nav-item .nav-link{padding: 4px 8px;}
    .menu-area .cart-icon{
        width:auto;
        height: auto;
        background: none;
        color:#f1dfc0;
        border: none;
        padding: 0 5px;
        border-radius: 0;
        margin: 0;
        border: none !important;        
    }
    .menu-area .cart-icon i{font-size: 16px;}
    .logo img{width: 100%;}
    .header .header-bottom{padding: 10px 0;}
    .menu-bar{display: block !important;}
    .page-content{padding:10px 0;}

    .tabHeading{flex-direction:column;}
    .tabHeadingRight::after{display: none;}
    .tabHeadingRight{padding: 10px; border-radius: 0;}
    .tabFormContainer{padding: 10px;}
    .boxCal .tabFormContainer{padding: 0;}
    .boxCal .tableBg{padding: 10px;}
    .note{margin-bottom: 15px !important;}
    .paperSheet .totalsection, .angleBoard .totalsection{margin-top: 0;}
    .paperReel{background: none;}
    .footer-menu li a{font-size: 12px;}
    .table-mobile-card #transport-type-cell .mode{
        padding: 2px 10px;
        background: #744009;
        color: #f1dfc0;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 5px;
        display: block;
        text-align: center !important;
    }
    .menu-area .cart-icon .count{
        width: 14px;
        height: 14px;
        font-size: 10px;
        line-height: 15px;
        right: -5px;
        top: -7px;
    }
    .orderDetailsItems{border-right: none;}
    .track-order-item .track-order-info{    padding: 10px;}
    .media-footer{width:100%}
    .track-order-item{margin-bottom: 0;}
    .my-account-box .col-sm-6.text-sm-right .btn-sm.btn-md-inline{width: 100%;}
    .product-order-success-container .order-description .order-info li{justify-content: space-between;}
    .footer-menu.copyRight{display: none !important;}
    .tabHeading {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .tableBgDone{padding: 0; background: none;}
  .totalValue{padding: 0;}

  .tabHeading h3 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .tabHeading h3 span {
    font-size: 16px;
    opacity: 0.8;
  }

  .tabHeading .selectList {
    width: 100%;
  }

  .tabHeading .selectList select {
    width: 100%;
    padding: 10px 12px;
    font-size: 15px;
    border-radius: 8px;
  }
}

/* Mobile */
@media (max-width: 480px){
    .forgot-ps{
        font-size: 14px;
        white-space: nowrap;
    }
    .captcha-forgot-wrap{flex-direction: column; align-items: center;}
    .captcha-box{height: auto; margin: auto;}
    .forgot-box{margin-bottom: 10px;}
    .passbookTable th[colspan="4"] > div > div:last-child {
        flex-direction: column;
        width: 100%;
        align-items: flex-start !important;
    }
    .passbookTable th input[type="date"]{width:100%;}
}

.mobile-nav-wrapper {
    z-index: 9999 !important; 
}
html, body{
  height: 100%;
}
.site-body{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main-content {
    flex: 1 0 auto;
    min-height: calc(100dvh - 70px - 45px - 40px);
    /* margin-top: 20px;
    margin-bottom: 20px; */
}
.angleBoardHide th{
    min-width: 150px;
}
.table thead th {vertical-align: middle;}


.bill-container{
    background: #dfc6ad;
    padding: 0 20px 30px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.bill-summary {
  width: 500px;
  border-radius: 14px;
  overflow: hidden;
}

.bill-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  border-bottom: 1px dashed #744009;
}

.label {
  font-weight: 600;
  color: #5a3b10;
}

.value {
  font-weight: 600;
  font-size: 14px;
}

.value.negative {
  color: #c0392b;
}

.net-pay .label,
.net-pay .value {
  color: #fff;
}

.net-title {
  font-size: 16px;
  font-weight: 700;
}

.total {
  font-size: 24px;
  font-weight: 900;
}

.radio-group {
  margin-top: 8px;
  display: flex;
  gap: 15px;
  font-size: 14px;
}

/* -------- MOBILE -------- */
@media (max-width: 768px) {

  .bill-item {
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 6px;
  }

  .value,
  .total {
    align-self: flex-end;
  }

  .radio-group {
    flex-direction: column;
    gap: 6px;
  }

}

@media (max-width: 767px) {
.snapshotTable{border: none;}
.orp-pt .modal-body{padding: 16px 10px;}
  /* table reset */
  .snapshotTable thead {
    display: none;
  }

  .snapshotTable,
  .snapshotTable tbody,
  .snapshotTable tr {
    display: block;
    width: 100%;
  }

  /* Card */
  .snapshotTable tr {
    padding: 5px 10px;
    border-bottom: 1px dashed #b07a42;
    position: relative;
  }
  .snapshotTable tr:last-child{border-bottom: none;}

  /* Hide No */
  .snapshotTable td.col-no {
    display: none;
  }

  /* Product full width */
  .snapshotTable td.col-product {
    display: block;
    font-size: 14px;
    border: none;
    text-align: left;
    color: #4b2b12;
    line-height: 20px;
  }
  .snapshotTable td{padding: 0;}
  /* Inline row for Rate + Trend + View */
  .snapshotTable td.col-rate,
  .snapshotTable td.col-trend,
  .snapshotTable td.col-action {
    display: inline-flex;
    align-items: center;
    border: none;
    padding: 0;
  }

  .snapshotTable td.col-rate {
    width: 77%;
    font-size: 14px;
    font-weight: 800;
    color: #3a1f0b;
    line-height: 20px;
  }
  .snapshotTable td.col-rate::before {
        content: "₹";
        font-size: 14px;
        font-weight: 700;
        margin-right: 0;
        margin-right: 5px;
    }

  .snapshotTable td.col-trend {
    /* position: absolute;
        top: 8px;
        right: 8px; */
        width: 10%;
        justify-content: end;
  }

  .snapshotTable td.col-action {
    width: 10%;
    justify-content: flex-end;
  }

  .snapshotTable td.col-trend img {
    width: 18px !important;
  }
  .view-icon{
    padding: 0 5px 0 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .view-icon i {
    font-size: 16px;
    color: #824d17;
  }
}



@media (max-width: 768px) {

  .tbMobile table,
  .tbMobile tbody,
  .tbMobile tr,
  .tbMobile td {
    display: block;
    width: 100%;
    border: none;
  }

  .cart-Hed {
    display: none !important;
  }

  /* MAIN CARD */

  .tbMobile tr {    
    border: 1px solid #744009;
    border-radius: 4px;
    margin-bottom: 15px;
  }
  .tbMobile tr:last-child {    
    margin-bottom: 0;
  }
    .tbMobile tr td:nth-child(1) {
        /* background: linear-gradient(180deg, #f6e1c7, #e8caa5); */
        background: #744009;
        color: #fff;
        border-radius: 2px 2px 0 0;
    }
    .tbMobile tr td:nth-child(1)::before {color: #fff;}
  .tbMobile {padding: 10px;}
  .tbMobile td {
    display: flex;
    align-items: center;
    padding: 7px 10px;
    border-bottom: 1px dashed rgba(0,0,0,.18);
    line-height: 20px;
    color: #744009;
  }

  .tbMobile td:last-child {
    border-bottom: none;
    padding-top: 14px;
    justify-content: end;
  }

  .tbMobile td::before {
        min-width: 92px;
        font-weight: 500;
        color: #744009;
        text-align: left;
  }

  /* Paper Reel View Cart thead Lable */
  .prViewTh td:nth-child(1)::before { content: "Brand"; }
  /* .prViewTh td:nth-child(2)::before { content: "Item Name"; } */
  .prViewTh td:nth-child(2)::before { content: "Item Type"; }
  .prViewTh td:nth-child(3)::before { content: "Item Profile (BF>GSM>COLOR)"; }
  .prViewTh td:nth-child(4)::before { content: "Reel Size"; }
  .prViewTh td:nth-child(5)::before { content: "Weight (Kgs)"; }
  .prViewTh td:nth-child(6)::before { content: "Rate (₹)"; }
  .prViewTh td:nth-child(7)::before { content: "Amount (₹)"; }
  .prViewTh td:nth-child(8)::before { content: "GST Rate"; }
  .prViewTh td:nth-child(9)::before { content: "With GST Amount (₹)"; }

    /* Paper Sheet View Cart thead Lable */
  .psViewTh td:nth-child(1)::before { content: "Reel Size"; }
  .psViewTh td:nth-child(2)::before { content: "Cutting Size"; }
  .psViewTh td:nth-child(3)::before { content: "No. of Sheet"; }
  .psViewTh td:nth-child(4)::before { content: "Item Type> GSM> BF"; }
  .psViewTh td:nth-child(5)::before { content: "Weight (Kgs)"; }
  .psViewTh td:nth-child(6)::before { content: "Rate (₹)"; }
  .psViewTh td:nth-child(7)::before { content: "GST Rate (₹)"; }
  .psViewTh td:nth-child(8)::before { content: "Net Amount (₹)"; }

  /* corru Roll View Cart thead Lable */
  .crViewTh td:nth-child(1)::before { content: "Reel Size"; }
  .crViewTh td:nth-child(2)::before { content: "Flute Type"; }
  .crViewTh td:nth-child(3)::before { content: "Facer Profile (Item Type>GSM>BF)"; }
  .crViewTh td:nth-child(4)::before { content: "Flute Profile (Item Type>GSM>BF)"; }
  .crViewTh td:nth-child(5)::before { content: "Weight (Kgs)"; }
  .crViewTh td:nth-child(6)::before { content: "Rate (₹)"; }
  .crViewTh td:nth-child(7)::before { content: "GST Rate (₹)"; }
  .crViewTh td:nth-child(8)::before { content: "Net Amount (₹)"; }

  /* corru Sheet 2ply View Cart thead Lable */
  .cs2plyViewTh td:nth-child(1)::before { content: "Flute Type"; }
  .cs2plyViewTh td:nth-child(2)::before { content: "Reel Size"; }
  .cs2plyViewTh td:nth-child(3)::before { content: "Cutting Size (Inch)"; }
  .cs2plyViewTh td:nth-child(4)::before { content: "No. of Sheet"; }
  .cs2plyViewTh td:nth-child(5)::before { content: "Facer Profile (Item Type>GSM>BF)"; }
  .cs2plyViewTh td:nth-child(6)::before { content: "Flute Profile (Item Type>GSM>BF)"; }
  .cs2plyViewTh td:nth-child(7)::before { content: "Weight (Kgs)"; }
  .cs2plyViewTh td:nth-child(8)::before { content: "Rate (₹)"; }
  .cs2plyViewTh td:nth-child(9)::before { content: "GST Rate (₹)"; }
  .cs2plyViewTh td:nth-child(10)::before { content: "Net Amount (₹)"; }

  /* Angle Board View Cart thead Lable */
  .abViewTh td:nth-child(1)::before { content: "Item Type"; }
  .abViewTh td:nth-child(2)::before { content: "Cutting Size (Inches)"; }
  .abViewTh td:nth-child(3)::before { content: "Order Qty (Nos)"; }
  .abViewTh td:nth-child(4)::before { content: "Weight (Kgs)"; }
  .abViewTh td:nth-child(5)::before { content: "Rate (₹)"; }
  .abViewTh td:nth-child(6)::before { content: "GST Rate (₹)"; }
  .abViewTh td:nth-child(7)::before { content: "Net Amount (₹)"; }
  
  .tbMobile td {
    justify-content:space-between;
    gap: 12px;
  }

}

@media (max-width: 767px) {
  .mobile-bill-card table,
  .mobile-bill-card tbody {
    display: block;
    width: 100%;
  }
  .mobile-bill-card tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
  }

  .mobile-bill-card tr > td {
    display: contents !important;
    line-height: 20px;
    color: #744009;
  }

  .mobile-bill-card .amountLeft {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
  }

  .mobile-bill-card .amountP {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
  }

  .mobile-bill-card .amount-hg {
    font-weight: 600;
    border-bottom: none;
    margin: 0;
  }
  .mobile-bill-card .amount-hg::before, .mobile-bill-card .totalPRIC::before {
        content: "₹";
        font-size: 16px;
        font-weight: 700;
        margin-right: 0;
    }
    .mobile-bill-card .totalPRIC::before {font-size: 22px;}

  .mobile-bill-card .negative .amount-hg {
    color: #c10000;
  }

  .mobile-bill-card .totalPRIC {
    font-size: 17px;
    font-weight: 700;
  }
  .netPay{font-size: 14px;}

  .mobile-bill-card .f20 {
    font-size: 20px;
    font-weight: 800;
  }

  .mobile-bill-card tr:last-child {
    /* background: linear-gradient(180deg, #7a3e00, #5b2c00); */
    justify-content: center;
    padding: 10px;
  }

  .mobile-bill-card tr:last-child a.btn {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 14px;
  }


   /* Table layout break */
   .mobile-bill-card {
    overflow-x: hidden;
  }
  .passbookTbl .tabFormContainer{padding: 0;}
  .passbookTbl .tabHeading {flex-direction: row;}
  .passbookTbl .back-btn{
    padding: 6px 12px;
    border-radius: 35px;
    font-size: 14px;
    line-height: 13px;
    }
    .product-list{padding-top: 0; background: none;}
  .mobile-bill-card table,
  .mobile-bill-card tbody {
    display: block;
    width: 100%;
  }
  .mobile-bill-card tr.summary-row-net {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 14px;
    border-bottom: none;
  }
  .mobile-bill-card tr.summary-row-net td {
    display: block !important;
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
    text-align: left !important;
  }
  .mobile-bill-card tr.summary-row-net td.amountLeft {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
  }
  .mobile-bill-card tr.summary-row-net .totalPRIC {
    font-size: 17px;
    font-weight: 700;
    text-align: left;
  }
  .mobile-bill-card .radio-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
  }

  .mobile-bill-card .radio-btn {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .mobile-bill-card tr.summary-row-net td:last-child {
    margin-top: 12px;
    text-align: center !important;
  }

  .mobile-bill-card tr.summary-row-net .f20 {
    font-size: 22px;
    font-weight: 800;
    display: block;
    text-align: right;
  }
}


/*  Bank Details Table */

@media (max-width: 768px) {

  .bank-table thead {
    display: none;
  }

  .bank-table,
  .bank-table tbody,
  .bank-table tr {
    display: block;
    width: 100%;
    border: none;
  }
  .bank-table td {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border: none;
    text-align: right;
    border-bottom: 1px dashed rgb(116 64 9 / 24%);
    line-height: 20px;
  }
  .bank-table td:last-child{border-bottom: none;}

  .bank-table td::before {
    font-weight: 600;
    color: #744009;
    text-align: left;
  }

  .bank-table td:nth-child(1)::before { content: "Bank Account No."; }
  .bank-table td:nth-child(2)::before { content: "Beneficiary Name"; }
  .bank-table td:nth-child(3)::before { content: "IFSC Code"; }
  .bank-table td:nth-child(4)::before { content: "Bank Name"; }
  .bank-table td:nth-child(5)::before { content: "Branch Address"; }

  /* angle Board Order Table */
  .abOrder td:nth-child(1)::before { content: "Dispatch Date"; }
  .abOrder td:nth-child(2)::before { content: "Cutting Size (Inches)"; }
  .abOrder td:nth-child(3)::before { content: "Order Qty"; }
  .abOrder td:nth-child(4)::before { content: "Rate (₹)"; }
  .abOrder td:nth-child(5)::before { content: "Weight(Kgs)"; }
  .abOrder td:nth-child(6)::before { content: "Amount (₹)"; }
}

/* Passbook Table */

@media (max-width: 767px) {
.passbookBg .tableBg{padding: 0; background: none;}
.passbookTable{border: none;}
.passbookTable thead{margin-bottom: 15px;display: block;}
  /* Hide table header rows */
  .passbookTable tr:nth-child(2), .passbookTable .dateSec span{
    text-align: left;
  }

  .passbookTable,
  .passbookTable tbody,
  .passbookTable tr,
  .passbookTable td {
    display: block;
    width: 100%;
  }

  .passbookTable th[colspan="4"] {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
    }

    /* Remove table constraints */
    .passbookTable tr:first-child {
    display: block;
    width: 100%;
    }

    /* Inner wrapper full width */
    .passbookTable th[colspan="4"] > div {
    width: 100%;
    }
  .passbookTable tr{margin-bottom: 15px;}
  /* Each row becomes a CARD */
  .passbookTable tbody tr {
    background: linear-gradient(180deg, #f6e1c7, #e8caa5);
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 14px 16px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.18);
  }

  .passbookTable td {
    border: none !important;
    padding: 6px 0;
    text-align: right !important;
    font-size: 14px;
    position: relative;
    border-bottom: dashed 1px #744009;
  }

  /* LABELS */
  .passbookTable td:nth-child(1)::before {
    content: "Transaction Date";
    float: left;
    font-weight: 600;
    color: #4a2e13;
  }

  .passbookTable td:nth-child(2)::before {
    content: "Description";
    float: left;
    font-weight: 600;
    color: #4a2e13;
  }

  .passbookTable td:nth-child(3)::before {
    content: "Amount";
    float: left;
    font-weight: 600;
    color: #4a2e13;
  }

  .passbookTable td:nth-child(4)::before {
    content: "Balance";
    float: left;
    font-weight: 600;
    color: #4a2e13;
  }

  /* Amount styling */
  .passbookTable td:nth-child(3) {
    font-weight: 700;
  }

  .passbookTable td:nth-child(3) .cancel {
    color: #c62828;
  }

  .passbookTable td:nth-child(4) {
    font-weight: 700;
    color: #2e1c0f;
  }

  /* ===== PASSBOOK DATE HEADER UI ===== */
.passbookTable th[colspan="4"] {
  background: linear-gradient(180deg, #e7bf9a, #d4a87f);
  border-radius: 8px;
  padding:10px;
  margin-bottom: 15px;
  border: 1px solid #9b6a3c;
}

/* Remove default table border look */
.passbookTable th[colspan="4"] {
  border-bottom: none;
}

/* Inner flex wrapper */
.passbookTable th[colspan="4"] > div {
  flex-direction: column;
}

/* "Select Date" text */
.passbookTable th[colspan="4"] > div > div:first-child {
  font-weight: 700;
  font-size: 15px;
  color: #4a2a0a;
  margin-bottom: 10px;
  text-align: left;
}

/* Date input row */
.passbookTable th[colspan="4"] > div > div:last-child {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* Labels Start / End */
.passbookTable th span {
  font-size: 13px;
  color: #4a2a0a;
  font-weight: 600;
}

/* Date input box */
.passbookTable th input[type="date"] {
  background: #7a3f0e;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 13px;
}

/* Calendar icon color (Chrome) */
.passbookTable th input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

/* Search button (if exists under th) */
.passbookTable .btn,
.passbookTable button {
  background: linear-gradient(180deg, #8b4a13, #6a3208);
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  font-weight: 600;
  width: 100%;
  margin-top: 10px;
  border: none;
}
.passbookTable th input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #7a3f0e;
  color: #fff;
  border-radius: 6px;
  width: 100%;
}

.passbookTable th input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}

.passbookTable th input[type="date"]::-webkit-datetime-edit {
  padding: 0;
}

.custom-date-input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #f7ecd9;   
  color: #3b220f;
  border-radius: 6px;
  padding: 10px 36px 10px 12px;
  height: 42px;
}
.custom-date-input::-webkit-date-and-time-value {
  text-align: left;
}

.custom-date-input::-webkit-datetime-edit {
  padding: 0;
}


}


/*Subscription fee*/

@media (max-width: 768px) {

  .membershipPlan {
    flex-direction: column;
    width: 100%;
  }

  .membershipPlan .btn {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
    border-radius: 10px !important;
    font-size: 15px;
    padding: 10px 12px;
    border:2px solid;
  }
  .memberMonthlyYearly .btn{
    min-width: auto;
    font-size: 12px;
    padding: 5px 10px;}

  .membershipPlan .btn:last-child {
    margin-bottom: 0;
  }
  .memberMonthlyYearly .membershipPlan {
    flex-direction: row;
    gap: 10px;
  }

  .memberMonthlyYearly .btn {
    flex: 1;
    margin-bottom: 0;
  }
}


@media (max-width: 768px) {
    .subscriptionBody .tableBg{
        padding: 0;
        background: none;
    }
    .subscriptionTable thead{display: none;}
    .subscriptionBody .totalValue{padding: 0;}
  
  .subscriptionTable td:nth-child(1)::before {
    display: none;
  }

  .subscriptionTable td:nth-child(2)::before {
    content: "Amount";
  }

  .subscriptionTable td:nth-child(3)::before {
    content: "Expired On";
  }
  .subscriptionTable .checkbox-btn{
    align-items: center;
  }
  .subscriptionTable .checkbox-btn label {
    font-weight: 600;
    color: #4a250a;
    margin: 0;
    }

    .subscriptionTable td:nth-child(2) {
    font-weight: 700;
    }

    .subscriptionTable td:nth-child(3) {
    font-size: 13px;
    opacity: .85;
    }


}

@media (max-width: 768px) {
  /* RESET */
  .orderCardTable,
  .orderCardTable tbody,
  .orderCardTable tr,
  .orderCardTable td {
    display: block;
    width: 100%;
    border: none;
  }

  .orderCardTable thead {
    display: none;
  }

  /* CARD */
  .orderCardTable tr {
    background: linear-gradient(180deg,#f7dfc6,#efd0aa);
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 16px;
    position: relative;
    box-shadow: 0 6px 14px rgba(0,0,0,.08);
    padding-bottom: 40px;
  }

  .orderCardTable td {
    padding: 2px 0;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* ORDER NUMBER */
  .orderCardTable td:nth-child(1) {
    font-weight: 700;
    font-size: 15px;
  }

  /* VIEW ICON */
  .orderCardTable td:nth-child(6) {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px;
    width:10%;
  }

  .orderCardTable td:nth-child(6) .view-icon {
    font-size: 18px;
    color: #6b3c0a;
  }

  /* SEPARATOR */
  .orderCardTable td:nth-child(2) {
    border-top: 1px dashed #caa57a;
  }

  /* LABELS */
  .orderCardTable td::before {
    font-weight: 600;
    color: #5a3410;
  }

  .orderCardTable td:nth-child(2)::before { content: "Date"; }
  .orderCardTable td:nth-child(3)::before { content: "Amount"; }
  .orderCardTable td:nth-child(4)::before { content: "Type"; }

  /* STATUS */
  .orderCardTable td:nth-child(5) {
    position: absolute;
    bottom: 5px;
    left: 10px;
    width:40%;
    font-weight: 600;
  }


  /* DELETE / ACTION ICON */
  .orderCardTable td:nth-child(7) {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 0;
    width:10%;
  }
  .order-icon img{width:20px}

}

/* error popup  */
.swal2-popup{
    background: #f1dfc0;
    padding: 0;
}
.swal2-icon.swal2-success {
  border-color: #22BB33 !important;
}
.swal2-success [class^="swal2-success-line"] {
  background-color: #22BB33 !important;
}
.swal2-success-ring {
  border-color: #22BB33 !important;
}
.swal2-title {
  color: #744009 !important;
}
.swal2-html-container {
  color: #744009 !important;
}
.swal2-confirm {
  background-color: #744009 !important;
  color: #fff !important;
}

.swal2-cancel {
  background-color: red !important;
  color: #fff !important;
}

.swal2-icon.swal2-warning {
  border-color: red !important;
  color: red !important;
}

.swal2-icon.swal2-warning span {
  background-color: red !important;
}

/* .swal2-actions.success-actions {
  width: 100%;
  box-sizing: border-box;  
}

.swal2-actions.success-actions .swal2-confirm {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0 0 4px 4px;
}

.swal2-actions.warning-actions {
  width: 100%;
  display: flex !important;
}

.swal2-actions.warning-actions .swal2-confirm,
.swal2-actions.warning-actions .swal2-cancel {
  width: 50% !important;
  margin: 0 !important;
  border-radius: 0;
} */

.swal2-actions.warning-actions {
  width: 100%;
  display: flex !important;
}

.swal2-actions.warning-actions .swal2-confirm,
.swal2-actions.warning-actions .swal2-cancel {
  width: 50% !important;
  margin: 0 !important;
}
.swal2-actions.warning-actions .swal2-confirm{border-radius: 0 0 0 4px;}
.swal2-actions.warning-actions .swal2-cancel{border-radius: 0 0 4px 0;}

.swal2-actions.success-actions {
  width: 100%;
  display: block !important;   /* 🔥 THIS FIXES SMALL BUTTON */
}

.swal2-actions.success-actions .swal2-confirm {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0 0 4px 4px;
}
.delete-vehicle:hover, .delete-address:hover{color: #fff;}

/* Tabs wrapper */
.tabs-wrapper {
  position: relative;
  margin-bottom: 2px;
  /* overflow: hidden; */
}

.scroll-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  min-width: 0;
}


.scroll-tabs::-webkit-scrollbar {
  display: none;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-link {
  border: none;
  color: #744009 !important;
  font-weight: 600;
  padding: 8px 16px;
  white-space: nowrap; 
  margin: 0 2px;
  background: #f1dfc0;
  
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover{
  background: #744009;
  color: #fff !important;
}

/* Arrow buttons (mobile only) */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 10;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.scroll-btn.left {
  left: 0px;
}

.scroll-btn.right {
  right: 0px;
}

/* Hide arrows on desktop */
@media (min-width: 768px) {
  .scroll-btn {
    display: none;
  }
}
.nav-tabs .nav-link.disabled-link{
    background: #f1dfc0;
    opacity: 0.6;
    cursor: not-allowed;
    
}
.nav-tabs .nav-link:hover.disabled-link{
    color:#744009 !important;
}

