/*================================================
Default CSS
=================================================*/

@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* ::-webkit-scrollbar {
    z-index: 1; 
} */

/* body{overflow-x:hidden}
::-webkit-scrollbar{width: 12px;}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);-moz-box-shadow:inset 0 0 6px rgba(0,0,0,.3);box-shadow:inset 0 0 6px rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb{background: rgba(210,210,210,.8);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);-moz-box-shadow:inset 0 0 6px rgba(0,0,0,.5);box-shadow:inset 0 0 6px rgba(0,0,0,.5);}
::-webkit-scrollbar-thumb:window-inactive{background:rgba(210,210,210,.4)}

@media (max-width: 992px) {
    body{overflow-x:hidden}
::-webkit-scrollbar{width: 3px;}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);-moz-box-shadow:inset 0 0 6px rgba(0,0,0,.3);box-shadow:inset 0 0 6px rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb{background: rgba(210,210,210,.8);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);-moz-box-shadow:inset 0 0 6px rgba(0,0,0,.5);box-shadow:inset 0 0 6px rgba(0,0,0,.5);}
::-webkit-scrollbar-thumb:window-inactive{background:rgba(210,210,210,.4)}
} */


html,
body {
    height: 100%;
    /* overflow: auto; */
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-100 {
    padding-top: 75px;
    padding-bottom: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}


.pb-50 {
    padding-bottom: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.mb-30 {
    margin-bottom: 30px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    outline: 0 !important;
    color: var(---heading-color);
}

a:hover {
    text-decoration: none;
    color: #dca237;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 80px;
    font-weight: bold;
}

h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    font-weight: 500;
}

h4 {
    font-size: 22px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: var(--paragraph-color);
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
}


/* --Common Class Area start-- */

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1440px;
}

.img-zoom-hover img {
    /* transform-origin: 65% 75%; */
    transition: transform 1s, filter 0.5s ease-out;
}

.img-zoom-hover:hover img {
    transform: scale(1.1) rotate(1deg);
}

/* --Center Heading-- */
.center_heading {
    padding-bottom: 30px;
    text-align: left;
}

.center_heading h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  color: #461101;
  font-size: 35px;
  margin-bottom: 10px;
}

.center_heading p {
    padding-top: 10px;
    font-size: 33px;
    color:#000000;
    font-family: "Great Vibes", cursive;
}

/* --Center Heading Two-- */
.center_heading_two {
    padding-bottom: 30px;
    text-align: center;
}

.center_heading_two h2 {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.heading_border {
    display: block;
    background: var(--main-theme-color);
    height: 3px;
    width: 150px;
    margin: 10px auto 0 auto;
}

/* --Left Heading Three-- */
.left_heading_three {
    text-align: left;
}

.left_heading_three h2 {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

/* --Slider Arrow Style--*/

.slider_arrows_one .owl-nav {
    top: -45px;
    position: absolute;
    right: 0;
}

.slider_arrows_one .owl-carousel .owl-nav button.owl-next,
.slider_arrows_one .owl-carousel .owl-nav button.owl-prev {
    background: #dca237;
    color: #fff;
    border: none;
    padding: 0 !important;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    box-shadow: 0px 1px 3px -1px #000;
    transition: .4s all ease-in-out;
}

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


/* --Button-- */
.bg-gray {
    background: #f7f7f7;
}

.bg-whites {
    background-color: #fff;
    color: #000;
}

.bg-whites:hover {
    color: #fff;
    background-color: #000;
}


.bg-black {
    background-color: #0c542f;
    color: #fff;
    border: 1px solid #0c542f;
}

.bg-black:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}


.theme-btn-one {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    border-radius: 0;
    border-radius: 40px !important;
    color: white;
}

.bg-primary:hover {
    color: white;
}

.btn_md {
    padding: 16px 35px;
}

.btn_sm {
    padding: 8.8px 15px;
}

.btn-black-overlay {
    background-color: #dca237;
    color: #fff;
}

.btn-black-overlay:hover {
    background-color: #262626;
    color: #fff;
}

#common_banner_one {
    background: #dea833;
    padding: 20px 0;
    background-repeat: no-repeat;
    margin-top: 96px;
    object-fit: cover;
    background-size: cover;
}

#common_banner_one .row{ margin: 0px 0px !important; }

.common_banner_text {
    text-align: center;
    color: #fff;
}
.common_banner_text-slash{margin: 0px 8px;}
.common_banner_text h2 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 0px;
    float: inline-start;
}

.common_banner_text ul {
    display: flex;
    justify-content: end;
    padding-top: 8px;
}

.common_banner_text ul li {
    color: #fff;
    font-weight: 400;
}

.common_banner_text ul li.active {
    color: #8d0c16;
    font-size: 15px;
    padding-top: 2px;
}

.common_banner_text ul li i {
    color: #fff;
    font-size: 12px;
    padding: 0 8px;
}

.common_banner_text ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 0px;
}

.common_banner_text ul li a:hover {
    color: #000000;
}


/* --Common Class Area start-- */


/*--Common input style--*/

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="date"],
select {
    min-height: 35px;
    background: #fff;
    border-color: #ddd;
    border: 1px solid #ddd;
}

textarea {
    background: #fff !important;
    border-color: #ddd !important;
    border: 1px solid #ddd !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0px .75rem;
    font-size: 13px;
}

.form-control:focus {
    background-color: transparent;
    border-color: transparent;
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
    background-color: #fff;
    outline: none;
    box-sizing: none;
    border: 1px solid #dca237 !important;
}

button {
    border: none;
}


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


/*Layout*/


/*****************************
* Layout - Header
*****************************/


/*================================================
Top Header Area CSS
=================================================*/
.top-header {
    background-color: #8d0c16;
    padding-top: 12px;
    padding-bottom: 12px;
    position: fixed;
    width: 100%;
    z-index: 99;
    display: none;
}

.top-header-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.top-header-contact-info li {
    display: inline-block;
    margin-right: 0;
    position: relative;
    padding-left: 17px;
    font-size: 14px;
}

.top-header-contact-info li a {
    font-weight: 500;
    display: inline-block;
    color: #fff;
}

.top-header-contact-info li i {
    position: absolute;
    left: 0;
    top: 2.5px;
    color: var(--mainColor);
    font-size: 14px;
}

.top-header-contact-info li:last-child {
    margin-right: 0;
}

.top-header-menu {
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.top-header-menu li {
    display: inline-block;
    margin-left: 18px;
    position: relative;
    font-size: 14px;
}

.top-header-menu li::before {
    content: '';
    position: absolute;
    left: -14px;
    top: 4.5px;
    width: 1.4px;
    height: 14px;
    background-color: #dfdfdf;
}

.top-header-menu li:first-child {
    margin-left: 0;
}

.top-header-menu li:first-child::before {
    display: none;
}

.top-header-menu li:nth-child(2)::before {
    top: 6.5px;
}

.top-header-menu li .language-switcher {
    position: relative;
}

.top-header-menu li .language-switcher .dropdown-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.top-header-menu li .language-switcher .dropdown-toggle::after {
    display: none;
}

.top-header-menu li .language-switcher .dropdown-toggle img {
    width: 35px;
    border-radius: 3px;
    border: 2px solid #fff;
    position: relative;
    top: -2px;
}

.top-header-menu li .language-switcher .dropdown-toggle span {
    display: inline-block;
    margin-left: 5px;
}

.top-header-menu li .language-switcher .dropdown-toggle span i {
    position: relative;
    font-size: 12px;
    top: 0px;
    margin-left: 1px;
}

.top-header-menu li .language-switcher .dropdown-menu {
    padding: 15px;
    float: unset;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    display: block;
    margin-top: 12px;
    opacity: 0;
    visibility: visible;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item {
    padding: 0;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14.5px;
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item::before {
    display: none;
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item img {
    width: 40px;
    border-radius: 5px;
    border: 3px solid #fff;
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item span {
    display: inline-block;
    margin-left: 7px;
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item:hover,
.top-header-menu li .language-switcher .dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item:active,
.top-header-menu li .language-switcher .dropdown-menu .dropdown-item.active {
    color: #000;
    background-color: transparent;
}

.top-header-menu li .language-switcher .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.top-header-menu li .currency-switcher {
    position: relative;
}

.top-header-menu li .currency-switcher .dropdown-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.top-header-menu li .currency-switcher .dropdown-toggle::after {
    display: none;
}

.top-header-menu li .currency-switcher .dropdown-toggle span {
    display: inline-block;
}

.top-header-menu li .currency-switcher .dropdown-toggle span i {
    position: relative;
    font-size: 12px;
    top: 0px;
    margin-left: 1px;
}

.top-header-menu li .currency-switcher .dropdown-menu {
    padding: 15px;
    float: unset;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    display: block;
    margin-top: 12px;
    opacity: 0;
    visibility: visible;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item {
    padding: 0;
    color: #000;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 14.5px;
}

.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item::before {
    display: none;
}

.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}

.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item span {
    display: inline-block;
}

.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item:hover,
.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
}

.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item:active,
.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item.active {
    color: #000;
    background-color: transparent;
}

.top-header-menu li .currency-switcher .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.top-header-menu li a {
    font-weight: 600;
}

/*================================================
  Navbar Area CSS
  =================================================*/
.drodo-responsive-nav {
    display: none;
}

.drodo-nav {
    background-color: rgba(70, 17, 1, 1);
    /* margin-top: 48px; */
    position: fixed;
    width: calc(100% - 14px);
    z-index: 9999;
}

.drodo-nav-bg {
    background-color: #fef5ef;
}

.drodo-nav .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.drodo-nav .navbar {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.drodo-nav .navbar .navbar-brand {
    font-size: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.drodo-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.megamenu-submenu {
    display: ruby;
}
.megamenu-submenu li{padding-right: 69px;}

.megamenu-submenu li:last-child {
    padding-right: 0;
}
/* =========== */

.megamenu-submenu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 12px 16px;
}

.megamenu-submenu li {
    padding-right: 0;         /* remove old padding logic */
    max-width: 260px;         /* adjust as needed */
}

.megamenu-submenu li a {
    display: block;
    white-space: normal;      /* allows text wrapping */
    word-break: break-word;   /* breaks long words */
}

.megamenu-submenu li:nth-last-child(-n+5) {
    flex: 0 0 100%;
    max-width: 100%;
}

/* ============ */

.drodo-nav .navbar .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.drodo-nav .navbar .navbar-nav .nav-item {
    position: relative;
}

.drodo-nav .navbar .navbar-nav .nav-item a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    padding-top: 17px;
    padding-bottom: 20px;
    margin-left: 30px;
    margin-right: 20px;
    text-transform: capitalize;
}

.drodo-nav .navbar .navbar-nav .nav-item a i {
    font-size: 12px;
    position: relative;
    top: 0px;
    display: inline-block;
    margin-left: -3px;
    margin-right: -3px;
    left: 5px;
}

.drodo-nav .navbar .navbar-nav .nav-item a:hover,
.drodo-nav .navbar .navbar-nav .nav-item a:focus,
.drodo-nav .navbar .navbar-nav .nav-item a.active {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.drodo-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.drodo-nav .navbar .navbar-nav .nav-item:hover a,
.drodo-nav .navbar .navbar-nav .nav-item.active a {
    color:#dca237;
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    border: none;
    top: 67px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 13px 20px 11px;
    margin: 0;
    position: relative;
    display: block;
    color: #666666;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 15px;
    font-weight: 600;
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    left: 90%;
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.drodo-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu {
    position: inherit;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .container {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
    width: 90%;
    margin-top: 8px;
    position: absolute;
    top: auto;
    left: 0;
    padding: 17px 8px 25px;
    -webkit-transform: unset !important;
    transform: unset !important;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title {
    color: #0c542f;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
    /*text-transform: uppercase;*/
    margin-bottom: 8px;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 500;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title::before {
    width: 30px;
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title:first-child {
    margin-top: 0;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu a {
    border-bottom: none !important;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
    margin-top: 1px;
    color: #000;
    padding: 0;
    font-weight: 400;
    font-size: 0.84rem;
    line-height: 22px;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover,
.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category {
    position: absolute;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category h4 {
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    font-size: var(--fontSize);
    font-weight: 600;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .link-btn {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:not(:first-child) {
    margin-top: 15px;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover .category {
    bottom: 10px;
}

.others-option .option-item {
    display: inline-block;
    margin-left: 25px;
    position: relative;
    z-index: 3;
}

.others-option .option-item:first-child {
    margin-left: 0;
}

.others-option .option-item .search-btn-box {
    position: relative;
    top: 1px;
}

.others-option .option-item .search-btn-box .search-btn {
    font-size: 20px;
    cursor: pointer;
    color: #000;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.others-option .option-item .search-btn-box .search-btn:hover {
    color: var(--mainColor);
}

.others-option .option-item .cart-btn {
    font-size: 16px;
    position: relative;
    line-height: 1;
}

.others-option{
    position: relative;
    left: -17px;
}

.others-option .option-item .cart-btn a {
    display: inline-block;
    position: relative;
    color: #fff;
}

.others-option .option-item .cart-btn a span {
    position: absolute;
    right: -12px;
    top: -4px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 13.9px;
    border-radius: 50%;
    color: #fff;
    background-color: #dca237;
    font-size: 10px;
    font-weight: 600;
}

.others-option .option-item .wishlist-btn {
    font-size: 16px;
    position: relative;
    line-height: 1;
    top: 1px;
    /* left: -15px; */
}

.others-option .option-item .wishlist-btn a {
    display: inline-block;
    color:#fff;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .drodo-responsive-nav {
        display: block;
        background: #461101;
        height: 91px;
        position: fixed;
        width: 100%;
        z-index: 9999999;
    }

    .drodo-responsive-nav .drodo-responsive-menu {
        position: relative;
        padding-top: 6px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .mean-nav {
        margin-top: 85px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .mean-nav ul li a.active {
        color: var(--mainColor);
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 14px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 306px;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item {
        overflow: hidden;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .container {
        padding-left: 0;
        padding-right: 0;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row {
        display: block;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        margin-left: 0;
        margin-right: 0;
        margin-top: -20px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:last-child {
        margin-bottom: 15px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item a {
        width: 100%;
        float: unset;
        display: block;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title {
        color: #000;
        position: relative;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 8px;
        text-transform: uppercase;
        margin-bottom: 5px;
        margin-top: 25px;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 13.5px;
        font-weight: 600;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title::before {
        width: 30px;
        height: 1px;
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        background-color: var(--mainColor);
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title:first-child {
        margin-top: 5px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu a {
        border-bottom: none !important;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .mean-expand {
        display: none !important;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
        width: auto;
        overflow: hidden;
        display: block !important;
        padding: 1em 9% 13px;
        /* padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 8px; */
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
        border: none;
        margin-top: 15px;
        color: #666666;
        padding: 0;
        font-weight: 400;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover,
    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
        color: var(--mainColor);
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products {
        overflow: hidden;
        position: relative;
        text-align: center;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products img {
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category {
        position: absolute;
        left: 0;
        -webkit-transition: var(--transition);
        transition: var(--transition);
        right: 0;
        bottom: 0;
        background-color: #fff;
        padding: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category h4 {
        text-transform: uppercase;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
        font-size: var(--fontSize);
        font-weight: 600;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .link-btn {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 3;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:not(:first-child) {
        margin-top: 15px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover .category {
        bottom: 10px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides {
        margin-top: 0;
        border-top: none;
        border-bottom: none;
        border-left: none;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides .brand-item a {
        display: block !important;
        padding: 20px !important;
        width: auto !important;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option {
        position: absolute;
        right: 60px;
        top: 26px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item {
        display: inline-block;
        margin-left: 12px;
        position: relative;
        z-index: 3;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item:first-child {
        margin-left: 0;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .search-btn-box {
        position: relative;
        top: 2px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .search-btn-box .search-btn {
        font-size: 20px;
        cursor: pointer;
        color: #000;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .search-btn-box .search-btn:hover {
        color: var(--mainColor);
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .cart-btn {
        font-size: 20px;
        position: relative;
        line-height: 1;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .cart-btn a {
        display: inline-block;
        position: relative;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .cart-btn a span {
        position: absolute;
        right: -3px;
        top: -3px;
        width: 12px;
        height: 12px;
        text-align: center;
        line-height: 11.9px;
        border-radius: 50%;
        color: #fff;
        background-color: red;
        font-size: 9px;
        font-weight: 600;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .wishlist-btn {
        font-size: 20px;
        position: relative;
        line-height: 1;
        margin-right: -2px;
        top: 1px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .wishlist-btn a {
        display: inline-block;
    }

    .drodo-responsive-nav .mean-container a.meanmenu-reveal {
        color: #ffffff;
    }

    .drodo-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #ffffff;
    }

    .drodo-responsive-nav .logo {
        position: relative;
        width: 50%;
        z-index: 999;
    }

    .drodo-nav {
        display: none;
    }

    .navbar-area {
        padding-bottom: 15px;
    }

    .navbar-area.is-sticky {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/*================================================
  Search Overlay CSS
  =================================================*/
.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.search-overlay .search-overlay-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

/* .search-overlay .search-overlay-layer:nth-child(1) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .search-overlay .search-overlay-layer:nth-child(2) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
  }
  
  .search-overlay .search-overlay-layer:nth-child(3) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.9s ease-in-out 0.6s;
    transition: all 0.9s ease-in-out 0.6s;
  }*/

.search-overlay .search-overlay-close {
    position: absolute;
    top: 15px;
    right: 210px;
    width: 43px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all 0.9s ease-in-out 1.5s;
    transition: all 0.9s ease-in-out 1.5s;
    opacity: 0;
    visibility: hidden;
}

.search-overlay .search-overlay-close .search-overlay-close-line {
    width: 100%;
    height: 3px;
    float: left;
    margin-bottom: 5px;
    background-color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
    margin-top: -7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-overlay .search-overlay-close:hover .search-overlay-close-line {
    background: #000;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-overlay .search-overlay-form {
    /*-webkit-transition: all 0.1s ease-in-out 0.4s;
    transition: all 0.1s ease-in-out 0.4s;*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 74%;
    top: 2.6%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    max-width: 500px;
    width: 500px;
    border: 1px solid #ddd;
    border-radius: 25px;
}

.search-overlay .search-overlay-form form {
    position: relative;
}

.search-overlay .search-overlay-form form .input-search {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 30px;
    color: #000;
    padding: 0 0 0 25px;
}

.search-overlay .search-overlay-form form .input-search::-webkit-input-placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    letter-spacing: .5px;
    color: #000;
}

.search-overlay .search-overlay-form form .input-search:-ms-input-placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    letter-spacing: .5px;
    color: #000;
}

.search-overlay .search-overlay-form form .input-search::-ms-input-placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    letter-spacing: .5px;
    color: #000;
}

.search-overlay .search-overlay-form form .input-search::placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    letter-spacing: .5px;
    color: #000;
}

.search-overlay .search-overlay-form form .input-search:focus::-webkit-input-placeholder {
    color: transparent;
}

.search-overlay .search-overlay-form form .input-search:focus:-ms-input-placeholder {
    color: transparent;
}

.search-overlay .search-overlay-form form .input-search:focus::-ms-input-placeholder {
    color: transparent;
}

.search-overlay .search-overlay-form form .input-search:focus::placeholder {
    color: transparent;
}

.search-overlay .search-overlay-form form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 35px;
    color: #fff;
    height: 35px;
    border-radius: 50%;
    background-color: var(--main-theme-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border: none;
    font-size: 18px;
    line-height: 33px;
}

.search-overlay .search-overlay-form form button:hover {
    background-color: #000;
    color: #fff;
}

.search-overlay.search-overlay-active.search-overlay {
    opacity: 1;
    visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
    opacity: 1;
    visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
    opacity: 1;
    visibility: visible;
}





.shoppingCartModal.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.shoppingCartModal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.shoppingCartModal.modal.right.fade .modal-dialog {
    right: -420px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.shoppingCartModal.modal.right.fade.show .modal-dialog {
    right: 0;
}

.shoppingCartModal .modal-content {
    border-radius: 0;
    border: none;
}

.shoppingCartModal .modal-content .modal-body {
    padding: 25px 15px;
}

.shoppingCartModal .modal-content .modal-body h3 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart {
    position: relative;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-image {
    margin-right: 15px;
    width: 55px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-image a {
    display: block;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content {
    position: relative;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 {
    font-size: 15px;
    text-transform: initial;
    margin-bottom: 5px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 a {
    display: inline-block;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content span {
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
    color: var(--optionalColor);
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span {
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    color: var(--optionalColor);
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span.price {
    font-size: 14px;
    color: #000;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .remove-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: var(--optionalColor);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .remove-btn:hover {
    color: red;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart:hover .remove-btn {
    opacity: 1;
    visibility: visible;
}

.shoppingCartModal .modal-content .modal-body .products-cart-subtotal {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 15px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-subtotal span {
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}

.shoppingCartModal .modal-content .modal-body .products-cart-subtotal span.subtotal {
    float: right;
}

.shoppingCartModal .modal-content .modal-body .products-cart-btn .default-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}

.shoppingCartModal .close {
    color: #000;
    font-size: 30px;
    outline: 0 !important;
    line-height: initial;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: absolute;
    right: 5px;
    top: 15px;
    z-index: 1;
    background-color: transparent;
    border: none;
}

.shoppingCartModal .close:not(:disabled):not(.disabled):hover,
.shoppingCartModal .close:not(:disabled):not(.disabled):focus {
    color: red;
    text-decoration: none;
    opacity: 1;
}

.shoppingWishlistModal.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.shoppingWishlistModal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.shoppingWishlistModal.modal.right.fade .modal-dialog {
    right: -420px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.shoppingWishlistModal.modal.right.fade.show .modal-dialog {
    right: 0;
}

.shoppingWishlistModal .modal-content {
    border-radius: 0;
    border: none;
}

.shoppingWishlistModal .modal-content .modal-body {
    padding: 25px 15px;
}

.shoppingWishlistModal .modal-content .modal-body h3 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart {
    position: relative;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-image {
    margin-right: 15px;
    width: 55px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-image a {
    display: block;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content {
    position: relative;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 {
    font-size: 15px;
    text-transform: initial;
    margin-bottom: 5px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 a {
    display: inline-block;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content span {
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
    color: var(--optionalColor);
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span {
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    color: var(--optionalColor);
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span.price {
    font-size: 14px;
    color: #000;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .remove-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: var(--optionalColor);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .remove-btn:hover {
    color: red;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart:hover .remove-btn {
    opacity: 1;
    visibility: visible;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-subtotal {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 15px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-subtotal span {
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-subtotal span.subtotal {
    float: right;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-btn .default-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}

.shoppingWishlistModal .close {
    color: #000;
    font-size: 30px;
    outline: 0 !important;
    line-height: initial;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: absolute;
    right: 5px;
    top: 15px;
    z-index: 1;
    background-color: transparent;
    border: none;
}

.shoppingWishlistModal .close:not(:disabled):not(.disabled):hover,
.shoppingWishlistModal .close:not(:disabled):not(.disabled):focus {
    color: red;
    text-decoration: none;
    opacity: 1;
}

/* --Fashion--- */

/* -------------------------
   Banner Area 
---------------------------*/

#banner_one {
    background-image: url('../img/main-image.jpg');
    padding: 190px 0;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    margin-top: 95px;
}

.banner_text_one h1 {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 300;
    /* line-height: 150px; */
}

.banner_text_one h3 {
    text-transform: uppercase;
    font-weight: 500;
    color: #f3f3f3;
}

.banner_text_one a {
    margin-top: 30px;
}

.banner_text_one h1 span {
    display: block;
    color: #fff;
    font-weight: 600;
}

.hero_img {
    position: relative;
}

.hero_img img {
    position: absolute;
    top: -163px;
    right: 0;
}

.navbar-expand-md .navbar-collapse {
    position: relative;
}

/* -------------------------
   Product variation Area 
---------------------------*/

.product_variation_one_boxed {
    margin-bottom: 30px;
}

.row .col-lg-4 .product_variation_one_boxed:last-child {
    margin-bottom: 0;
}

.product_variation_one_boxed {
    position: relative;
    overflow: hidden;
}

.product_variation_one_boxed img {
    width: 100%;
}

.product_var_one_text_center {
    position: absolute;
    left: 40px;
    bottom: 0;
    padding: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
}

.product_var_one_text {
    position: absolute;
    left: 40px;
    top: 50%;
    padding: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
}

.product_var_one_text h2,
.product_var_one_text_center h2 {
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 700
}

.product_var_one_text h4,
.product_var_one_text_center h4 {
    text-transform: uppercase;
}

.product_var_one_text a,
.product_var_one_text_center a {
    margin-top: 20px;
}

.color_one {
    /* color: #0c542f; */
    color: #dca237;
}


/* -------------------------
    Hot Product Area 
---------------------------*/


/*  Filers CSS */
.tabs_center_button .nav-tabs {
    border-bottom: none;
    width: 100%;
    justify-content: center;
}

.tabs_center_button .nav-tabs li a {
    margin-left: 50px;
    transition: inherit;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background: transparent;
    padding-bottom: 5px;
}

.tabs_center_button .nav-tabs li:first-child a {
    margin-left: 0px;
}

.tabs_center_button .nav-tabs li a:hover {
    color: #dca237;
}

.tabs_center_button .nav-tabs li .active {
    color: #dca237 !important;
    border-bottom: 2px solid #dca237;
}

/* -------------------------
     Offer Timer One Area 
---------------------------*/

#offer_timer_one {
    background-image: url('../img/offer-banner-img1.jpg');
    background-size: cover;
    background-position: center;
    /* padding: 260px 0; */
        height: 510px;
}

.offer_timer_text {
    padding-left: 60px
}

.offer_timer_text h2 {
    font-size: 60px;
    line-height: 65px;
    font-family: "Dancing Script", cursive;
    text-align: center;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}

.offer_timer_text p {
    padding-top: 15px;
    padding-bottom: 30px;
}

#countdown ul li {
    border: 1px solid #c5c5c5;
    width: 100px;
    height: 70px;
    text-align: center;
    padding-top: 10px;
    margin-top: 30px;
    font-size: 14px;
}

#countdown ul li span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #545454;
}

#countdown ul li:first-child {
    margin-top: 0;
}

.offer_time_flex {
    display: flex;
    justify-content: center;
}


/* -------------------------
     To Days Area 
---------------------------*/
.form-group {
    margin-bottom: 20px;
}

label {
    margin-bottom: 5px;
}

.product_wrappers_one {
    overflow: hidden;
}

.product_wrappers_one .thumb {
    position: relative;
    overflow: hidden;
}

.product_wrappers_one .thumb .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.product_wrappers_one .thumb .image {
    height: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_wrappers_one .thumb .image img {
    z-index: 1;
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


/* .product_wrappers_one .thumb .image img {
    z-index: 1;
    transition: all 0.3s ease 0s;
    width: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 389px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
} */
/* .product_wrappers_one .thumb .image {
    display: flex;
    justify-content: center;
    align-items: center;
} */
.product_wrappers_one .thumb .image img.hover-image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
}

.product_wrappers_one .thumb .badges {
    position: absolute;
    z-index: 8;
    top: 18px;
    left: 18px;
    display: flex;
    flex-direction: column;
}

.product_wrappers_one .thumb .badges span {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    padding: 0 7px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 3px;
    color: #fff;
}

.product_wrappers_one .thumb .badges span+span {
    margin-top: 10px;
}

.product_wrappers_one .thumb .badges span.new {
    background-color: #007a58;
}

.product_wrappers_one .thumb .badges span.hot {
    background-color: #dca237;
}

.product_wrappers_one .thumb .badges span.sale {
    background-color: #e60000;
}

.product_wrappers_one .thumb .actions {
    position: absolute;
    z-index: 9;
    top: 18px;
    right: 18px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease 0s;
}

.product_wrappers_one .thumb .actions .action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #212121;
    border-radius: 50%;
    background-color: #fff;
}

.product_wrappers_one .thumb .actions .action i {
    font-size: 14px;
    line-height: 1;
}

.product_wrappers_one .thumb .actions .action+.action {
    margin-top: 10px;
}

.product_wrappers_one .thumb .actions .action:not(.wishlist) {
    visibility: hidden;
    transform: translateY(20px);
    opacity: 0;
}

.product_wrappers_one .thumb .actions .action.active {
    color: #e60000;
}

.product_wrappers_one .thumb .actions .action:hover:not(.active) {
    color: #fff;
    background-color: #dca237;
}

.product_wrappers_one .thumb .add-to-cart {
    display: block;
    width: 80%;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    text-align: center;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 11;
    margin: auto;
    font-weight: 600;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    transform: translateY(20px);
    color: #3f3f3f;
    opacity: 0;
    font-family: Raleway, sans-serif;
}

.product_wrappers_one .thumb .add-to-cart:hover {
    color: #dca237;
}

.product_wrappers_one .content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    padding: 20px 15px 15px 15px;
    transition: all 0.3s ease 0s;
    text-align: center;
    background-color: #fff;
}

.product_wrappers_one .content .title {
    font-size: 14px;
    margin: 0px 0 10px;
    display: flex;
    justify-content: space-between;
}

.product_wrappers_one .content p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    padding-top: 10px;
}

.product_wrappers_one .content .title a {
    text-decoration: none;
    color: #0c542f;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 15px;
    text-align: left;
    width: 100%;
}
.shpallpage .content .title a {
    width: 100% !important;
}
.product_wrappers_one .content .price {
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: left;
    /* color: #212121; */
    color: #3f3f3f;
    font-weight: 500;
}

.product_wrappers_one .content .price:not(:last-child) {
    margin-bottom: 20px;
}

.product_wrappers_one .content .price span.new {
    color: #3f3f3f;
    font-weight: 500;
}

.product_wrappers_one .content .price span.old {
    font-size: 14px;
    margin-left: 10px;
    text-decoration: line-through;
    color: #999;
}

.product_wrappers_one .content .btn {
    align-self: center;
}

.product_wrappers_one:hover .thumb .image img {
    transform: scale(1.1) rotate(3deg);
}

.product_wrappers_one:hover .thumb .image img:not(:last-child) {
    opacity: 0;
    transition: .5s all ease-in-out;
}

.product_wrappers_one:hover .thumb .image img.hover-image {
    opacity: 1;
    transition: .5s all ease-in-out;
}

.product_wrappers_one:hover .thumb .actions .action {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.product_wrappers_one:hover .thumb .add-to-cart {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.product_wrappers_one:hover .content .title a {
    color: #474747;
}

.product_wrappers_one:hover .content .title a:hover {
    color: #dca237;
}


/* -------------------------
 Spceial Banner Area 
---------------------------*/

#special_offer_one {
    background-image: url(../img/offer-banner-img2.png);
    background-position: center;
    /* padding: 250px 0; */
    height: 425px;
    margin: 55px 0px 75px;
    background-size: 100%;
    background-repeat: no-repeat;
}

#special_offer_two {
    background-image: url('../img/product-image/offer-1.jpg');
    background-position: center;
    padding: 250px 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.offer_banner_one h5 {
    color: var(--main-theme-color);
}

.offer_banner_one h2 {
    color: #fff;
    padding: 10px 0;
}

.offer_banner_one p {
    color: #fff;
    padding-bottom: 30px;
}


/* -------------------------
  Instagram Area Start 
---------------------------*/

.instgram_post {
    position: relative;
}

.instgram_post>a {
    display: block;
    position: relative;
    z-index: 1;
}

.instgram_post>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f3f0ea;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.instgram_post>a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: scale(1.2) translate(-50%, -50%);
    z-index: 2;
    font-size: 40px;
    color: #262626;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.instgram_post>a:hover::before {
    opacity: .7;
}

.instgram_post>a:hover i {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
}

.instgram_post img {
    width: 100%;
}


/* -------------------------
  Footer Area Start 
---------------------------*/

#footer_one {
    padding: 50px 0;
    background-color: #f8f8f8;
}

#footer_one .footer_left_side p {
    padding-top: 15px;
}

#footer_one .footer_left_side h2 {
    padding-top: 15px;
}

#footer_one .footer_one_widget ul {
    padding-top: 15px;
}

#footer_one .footer_one_widget h3 {
    text-transform: uppercase;
    font-size: 17px;
    color: #0c542f;
}

#footer_one .footer_one_widget ul li {
    padding-top: 10px;
    font-size: 14px;
    color: #000
}

#footer_one .footer_one_widget ul li a {
    font-size: 13px;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: 300;
}

/*#footer_one .footer_one_widget ul li:first-child {
    padding-top: 0px;
}
*/



#footer_one .footer_two_widget ul {
    padding-top: 15px;
}

#footer_one .footer_two_widget h3 {
    text-transform: uppercase;
    font-size: 17px;
    color: #0c542f;
}

#footer_one .footer_two_widget ul li {
    padding-top: 10px;
    font-size: 14px;
    color: #000;
    float: left;
    border-right: 1px solid #eee
}

#footer_one .footer_two_widget ul li a {
    font-size: 13px;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: 300;
    border-right: 1px solid #2b2a2a;
    line-height: 0px;
    padding-right: 6px;
    margin-right: 6px;
}


/*#footer_one .footer_two_widget ul li:first-child {
    padding-top: 0px;
}*/






#footer_one .footer_left_side_icon {
    padding-top: 20px;
}

#footer_one .footer_left_side_icon ul li {
    display: inline-flex;
    padding-left: 10px;
}

#footer_one .footer_left_side_icon ul li:first-child {
    padding-left: 0px;
}

#footer_one .footer_left_side_icon ul li a i {
    font-size: 18px;
}

#footer_one .footer_left_side p {
    padding-right: 50px;
}

#mc_embed_signup {
    padding-top: 20px;
}

#mc_embed_signup button {
    margin-top: 20px;
    background-color: #000;
    color: #fff;
}

#mc_embed_signup button:hover {
    background-color: #262626;
    color: #fff;
}

/* --CopyRight Area-- */

#copyright_one {
    padding: 15px 0;
    border-top: 1px solid #ededed;
    background: #0c3620
}

.copyright_left h6 {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

#copyright_one .copyright_right {
    text-align: right;
}

#copyright_one .copyright_left h6 span {
    font-weight: 600;
    color: #dca237;
}


/* -------------------------
  Footer Area End 
---------------------------*/

/* ------------------------------
    Furniture Home Page
--------------------------------- */
/* -------------------------
     Banner Area
---------------------------*/
.background_bg {
    background-position: center center;
    background-size: cover;
}

.furniture_slider {
    padding: 200px 0;
}

.furniture_slider_content h5 {
    opacity: 0;
    -webkit-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

.furniture_slider_content h2 {
    padding: 35px 0;
    font-size: 60px;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all 1400ms ease;
    -o-transition: all 1400ms ease;
    transition: all 1400ms ease;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

.furniture_slider_content a {
    opacity: 0;
    -webkit-transition: all 1600ms ease;
    -o-transition: all 1600ms ease;
    transition: all 1600ms ease;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

.furniture_slider_content p {
    padding-bottom: 30px;
    opacity: 0;
    -webkit-transition: all 1500ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

#furniture_banner .active .furniture_slider_content h5 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

#furniture_banner .active .furniture_slider_content h2 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

#furniture_banner .active .furniture_slider_content p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

#furniture_banner .active .furniture_slider_content a {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1700ms;
    -o-transition-delay: 1700ms;
    transition-delay: 1700ms;
}

#furniture_banner .owl-theme .owl-dots {
    position: absolute;
    top: 0;
    right: 50px;
    bottom: 0;
    margin: 0;
    width: 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#furniture_banner .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: block;
    width: 30px;
    height: 5px;
    background: var(--main-theme-color);
    border: 0px solid;
    margin: 5px 0px;
    padding: 0px;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#furniture_banner .owl-theme .owl-dots .owl-dot span {
    display: none;
}

#furniture_banner .owl-theme .owl-dots .owl-dot.active {
    width: 40px;
}

#furniture_banner .owl-theme .owl-dots .owl-dot:before {
    position: absolute;
    top: 0px;
    right: -10px;
    bottom: 0px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    background: var(--main-theme-color);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* -------------------------
     Banner Bottom Area
---------------------------*/
.furniture_bottom_wrapper {
    position: relative;
}

.furniture_bottom_wrapper .hover_effect_furniture {
    position: relative;
    display: block;
    outline: none !important;
}

.furniture_bottom_wrapper .hover_effect_furniture::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(51, 51, 51, 0.4);
    transition: all 0.35s ease;
}

.furniture_bottom_wrapper:hover>.hover_effect_furniture:before {
    visibility: visible;
    opacity: 1;
}

.furniture_bottom_wrapper .hover_effect_furniture::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(51, 51, 51, 0.4);
    transition: all 0.35s ease;
}

.furniture_bottom_wrapper a img {
    width: 100%;
}

.furniture_bottom_content {
    display: inline-block;
    position: absolute;
    padding-top: .4rem;
    left: 2rem;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.furniture_bottom_content a {
    color: #fff;
    border-bottom: 2px solid var(--main-theme-color);
}

.furniture_bottom_content a:hover {
    color: var(--main-theme-color);
}

.furniture-content-lg h5 {
    color: #fff;
}

.furniture-content-lg h2 {
    color: #fff;
    padding: 10px 0;
    line-height: 50px;
}

.furniture-content-md h5 {
    color: #fff;
    line-height: 0;
    padding-bottom: 2px;
    font-size: 16px;
}

.furniture-content-md h2 {
    color: #fff;
    padding: 13px 0;
    line-height: 28px;
    font-size: 22px;
}

/* -------------------------
     Offer Timer One 
---------------------------*/
#offer_timer_two {
    background: #5a6b85;
    padding-top: 100px;
}

.offer_time_two_Content {
    text-align: center;
}

.offer_time_two_Content img {
    width: 60%;
}

#countdown_two {
    padding-top: 36px;
}

#countdown_two ul {
    display: flex;
    justify-content: center;
}

#countdown_two li {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-left: 35px;
    padding: 10px 20px;
    position: relative;
    border: 1px solid var(--main-theme-color);
}

#countdown_two li::before {
    content: "";
    position: absolute;
    width: 30px;
    right: -10px;
    height: 35px;
    background: #5a6b85;
    top: -10px;
}

#countdown_two li::after {
    content: "";
    position: absolute;
    width: 30px;
    left: -10px;
    height: 35px;
    background: #5a6b85;
    bottom: -10px;
}

#countdown_two li:first-child {
    margin-left: 0px;
}

#countdown_two li span {
    display: block;
    font-size: 32px;
    font-style: italic;
    line-height: 49px;
    z-index: 99;
    position: relative;
}

/* -------------------------
  Furniture Popular Product
---------------------------*/
#furniture_popular_product .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
}

#furniture_popular_product .owl-carousel .owl-nav .owl-next,
#furniture_popular_product .owl-carousel .owl-nav .owl-prev {
    height: 30px;
    width: 30px;
    background: var(--main-theme-color);
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 10%);
    visibility: hidden;
    transition: .4s all ease-in-out;
}

#furniture_popular_product .owl-carousel .owl-nav .owl-next {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}

#furniture_popular_product .owl-carousel .owl-nav .owl-prev {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}

#furniture_popular_product .owl-carousel:hover .owl-nav .owl-prev,
#furniture_popular_product .owl-carousel:hover .owl-nav .owl-next {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

/* -------------------------
  Our Story Area
---------------------------*/
#furniture_story {
    background-image: url('../img/furniture/common/parallex.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 150px 0;
    position: relative;
}

#furniture_story::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000005c;
    position: absolute;
    top: 0;
}

.our_story_content {
    text-align: center;
    z-index: 9;
    position: relative;
}

.our_story_content p {
    padding: 40px 0;
}

.our_story_content h2,
.our_story_content p {
    color: #fff;
}

/* -------------------------
     Blog Post Area
---------------------------*/
.blog_post_wrapper {
    position: relative;
    overflow: hidden;
}

.blog_post_img {
    position: relative;
}

.blog_post_img a img {
    width: 100%;
    transition: .4s all ease-in-out;
}

.blog_post_wrapper:hover img {
    transform: rotate(2deg) scale(1.1);
}

.blog_post_date {
    text-align: center;
    padding: 15px 90px 15px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0, 76% 0, 100% 100%, 0 100%);
    background: #222;
    color: #fff;
    font-size: 18px;
}

.blog_post_date span {
    font-size: 16px;
}

.right_block {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 370px;
    background: rgba(34, 34, 34, .9);
    height: 100%;
    padding: 30px;
}

.right_side_content {
    color: #fff;
}

.right_side_content h5 {
    color: #fff;
    font-size: 24px;
}

.right_side_content p {
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 25px;
    font-size: 14px;
    padding-top: 15px;
}

.right_side_content a {
    color: #fff;
    border-bottom: 1px solid var(--main-theme-color);
}

.right_side_content a:hover {
    color: var(--main-theme-color);
}



/* ------------------------------
    Electronics Home Page
--------------------------------- */

/* --Banner Area-- */
.electronics_slider {
    padding: 200px 0;
}

.electronics_slider_content h5 {
    opacity: 0;
    -webkit-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

.electronics_slider_content h2 {
    padding: 35px 0;
    font-size: 60px;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all 1400ms ease;
    -o-transition: all 1400ms ease;
    transition: all 1400ms ease;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

.electronics_slider_content h2 span {
    color: var(--main-theme-color);
}

.electronics_slider_content a {
    opacity: 0;
    -webkit-transition: all 1600ms ease;
    -o-transition: all 1600ms ease;
    transition: all 1600ms ease;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

.electronics_slider_content h4 {
    padding-bottom: 30px;
    opacity: 0;
    -webkit-transition: all 1500ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

#electronics_banner .active .electronics_slider_content h5 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

#electronics_banner .active .electronics_slider_content h2 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

#electronics_banner .active .electronics_slider_content h4 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

#electronics_banner .active .electronics_slider_content a {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1700ms;
    -o-transition-delay: 1700ms;
    transition-delay: 1700ms;
}

#electronics_banner .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
}

#electronics_banner .owl-carousel .owl-nav .owl-prev {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}

#electronics_banner .owl-carousel .owl-nav .owl-next {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}

#electronics_banner .owl-carousel .owl-nav .owl-next,
#electronics_banner .owl-carousel .owl-nav .owl-prev {
    height: 30px;
    width: 30px;
    background: var(--main-theme-color);
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 10%);
    visibility: hidden;
    transition: .4s all ease-in-out;
}

#electronics_banner .owl-carousel:hover .owl-nav .owl-prev,
#electronics_banner .owl-carousel:hover .owl-nav .owl-next {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

/* --Banner Bottom Area-- */
.el_banner_bottom {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.el_banner_bottom img {
    transition: .4s all ease-in-out;
    width: 100%;
}

.el_banner_bottom img:hover {
    transform: scale(1.05);
}

.el_feature_wrappers {
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 16px 20px;
    margin-top: 30px;
}

.el_feature_wrappers .el_feature_box {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
}

.el_feature_box {
    position: relative;
}

.el_feature_box img {
    width: 45px;
    flex: 0 0 45px;
    margin: 0;
    margin-right: 10px;
}

.el_feature_wrappers .el_feature_text {
    overflow: hidden;
    flex-grow: 1;
}

.el_feature_wrappers .el_feature_text h3 {
    color: #253237;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 22px;
    margin-bottom: 0;
}

.el_feature_wrappers .el_feature_text p {
    line-height: 20px;
    color: #666;
    font-size: 13px;
    margin: 0;
}

/* --Top Product Area-- */
.tabs_right_button .nav-tabs {
    border-bottom: none;
    width: 100%;
    justify-content: space-between;
}

.tabs_right_button .nav-tabs li a {
    font-size: 16px;
    font-weight: 600;
    color: var(--paragraph-color);
}

.tabs_right_button .nav-tabs li a:hover {
    color: var(--main-theme-color);
}

.tabs_right_button .nav-tabs li .active {
    background: var(--main-theme-color);
    padding: 5px 22px;
    color: #fff !important;
}

/* --Promotion Banner Area-- */
#promotion_banner {
    background-color: #f7f7f7;
}

.elec_promo_text h2 {
    font-weight: 700;
    line-height: 48px;
    padding-bottom: 20px;
}

.elec_promo_icon {
    margin-top: 40px;
}

.icon_promo_item {
    display: inline-table;
    margin-right: 40px;
}

.icon_promo_item i {
    background: #525252;
    color: #FFF;
    text-align: center;
    line-height: 84px;
    font-size: 22px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
}

.icon_promo_item p {
    max-width: 129px;
    margin-bottom: 0;
    margin-top: 18px;
    display: block;
    font-weight: 700;
    text-align: left;
}

.promotion_img {
    text-align: right;
}

.insta_heading_elce {
    padding-bottom: 30px;
}

/* -------------------------
 product_slider_one Modal   
---------------------------*/

#product_slider_one .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px 7px;
    background: var(--heading-color);
}

#product_slider_one .owl-theme .owl-dots .owl-dot.active span,
#product_slider_one.owl-theme .owl-dots .owl-dot:hover span {
    background: #dca237;
    width: 20px;
    height: 6px;
}

.product_one_modal_top .close_modal_icon {
    position: absolute;
    right: 15px;
    z-index: 10;
    top: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
    transition: .3s;
    display: inline-block;
    background: #fff;
    border: 0;
}

.product_one_modal_top .close_modal_icon:hover {
    background: #dca237;
    color: #fff;
    transform: rotate(90deg);
}

.modal_product_content_one .reviews_rating {
    padding-top: 10px;
    display: none;
}
.modal-body .owl-carousel {
    margin-top: 0px;
}
.modal_product_content_one .reviews_rating i {
    color: #dca237;
}

.modal_product_content_one .reviews_rating span {
    font-weight: 600;
}

.modal_product_content_one h4 {
    padding-top: 10px;
}

.modal_product_content_one p {
    padding-top: 10px;
    font-size: 15px;
}

#product_count_form_one {
    padding-top: 20px;
}

#product_count_form_one input {
    width: 20%;
    min-height: 40px;
    border-radius: 0;
    margin: 0 8px;
    text-align: center;
}

#product_count_form_two {
    padding-top: 20px;
}

#product_count_form_two input {
    width: 30%;
    min-height: 35px;
    border-radius: 0;
    margin: 5px 8px 0px;
    text-align: center;
}

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

.variable-single-item {
    margin-top: 15px;
}

.variable-single-item>span {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: capitalize;
    color: #24262b;
}

.product-variable-color label {
    line-height: 0;
    margin-right: 5px;
    position: relative;
}

.product-variable-color label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}

.product-variable-color label span {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #e9ecef;
    border-radius: 2px;
    cursor: pointer;
}

.product-variable-color label .product-color-red {
    background: #f8bfdf;
}

.product-variable-color label .product-color-tomato {
    background: tomato;
}

.product-variable-color label .product-color-green {
    background: #8c898e;
}

.product-variable-color label .product-color-light-green {
    background: #90ee90;
}

.product-variable-color label .product-color-blue {
    background: #c0c022;
}

.product-variable-color label .product-color-light-blue {
    background: #add8e6;
}

.product-variable-color label span::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    content: "";
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
}

.product-variable-color label input:checked~span::after {
    content: "\f00c";
}

.modal_share_icons_one {
    padding-top: 15px;
}

.posted_icons_one {
    padding-top: 10px;
}

.modal_share_icons_one h4 {
    font-size: 18px;
    font-weight: 500;
}

.posted_icons_one a i {
    width: 30px;
    height: 30px;
    border: 1px solid;
    text-align: center;
    margin-right: 12px;
    border-radius: 25%;
    padding: 6px;
}

.plus-minus-input {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 auto;
    justify-content: flex-start;
}

.plus-minus-input input::-webkit-outer-spin-button,
.plus-minus-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.plus-minus-input input[type=number] {
    -moz-appearance: textfield;
}

.plus-minus-input button {
    background: #0c542f;
    color: #fff;
    font-size: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
}


/* ---------------------------------
       Shop Page 
-------------------------------------*/

.customs_sel_box {
    width: 143px;
    padding: 10px;
    font-size: 15px;
    line-height: 1;
    height: 40px;
    background: url(../img/common/arrow.png) no-repeat right;
    -webkit-appearance: none;
    background-position-x: 118px;
    border: 1px solid;
    background-size: 9%;
}
.customs_sel_box option{
    font-size: 14px;
    padding: 5px 10px;
    width: 200px;
}
.product_wrappers_one {
    margin-top: 30px;
    box-shadow: 0px 3px 15px 0px #0000000f;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.product_shot {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product_shot_title p {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    padding-right: 20px;
}

.product_shot_view ul {
    display: flex;
}

.product_shot_view ul li {
    padding-left: 10px;
}

.product_shot_view ul li:first-child {
    padding-left: 20px;
}

.product_shot_view ul li i {
    font-size: 20px;
}

.pagination {
    padding: 0;
    display: block;
    margin: 40px 0 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: 0 3px;
}

.pagination .page-item .page-link {
    color: var(--heading-color);
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f5f5f5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.pagination .page-item.active .page-link {
    background-color: #0c542f;
    color: #ffff;
    -webkit-box-shadow: 0px 7px 20px 0px #dcdcdc;
    box-shadow: 0px 7px 20px 0px #dcdcdc;
}

.product_shot_view .active {
    color: var(--main-theme-color);
}


/* ---------------------------------
       Shop List Page 
-------------------------------------*/

.product_wrappers_list {
    background: #ffff;
    padding: 40px 40px;
    box-shadow: 2px 2px 15px 2px #0000000a;
    margin-bottom: 30px;
}

#shop_main_area .row:nth-child(2) .col-lg-12:first-child .product_wrappers_list {
    margin-top: 30px;
}

.product_wrappers_list .content .product_para_top p {
    padding-top: 5px;
}

.product_wrappers_list .content .product_para_top .price {
    font-size: 20px;
    font-weight: 600;
    color: var(--main-theme-color);
    display: block;
    padding-top: 10px;
}

.product_wrappers_list .actions {
    padding-top: 10px;
}

.product_wrappers_list .actions a {
    padding-right: 10px;
    font-size: 18px;
}

.product_wrappers_list .content a {
    margin-top: 20px;
}


/* ---------------------------------
       Shop Sidebar Page 
-------------------------------------*/

.custom_boxed {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_boxed:last-child {
    margin-bottom: 0;
}

.custom_boxed input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.custom_boxed:hover input~.checkmark {
    background-color: #461101;
}

.custom_boxed input:checked~.checkmark {
    background-color: #461101;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom_boxed input:checked~.checkmark:after {
    display: block;
}

.custom_boxed .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.shop_sidebar_wrapper {
    padding-top: 30px;
}

.shop_Search {
    position: relative;
}

.shop_Search form input {
    padding: 10px 46px 10px 17px;
    border-radius: 0;
}

.shop_Search form button {
    background: none;
    position: absolute;
    top: 8px;
    right: 15px;
}

.shop_Search form button img {
    width: 20px;
}

.shop_sidebar_boxed {
    padding-top: 30px;
}

.shop_sidebar_boxed h4 {
    margin-bottom: 20px;
    font-size: 18px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}
/* ========== */


.shop_sidebar_boxed .range{
    position:relative;
    height:30px;
}

.shop_sidebar_boxed input[type=range]{
    position:absolute;
    width:100%;
    pointer-events:none;
    -webkit-appearance:none;
    background:none;
    margin-top: 13px;
}

.shop_sidebar_boxed input[type=range]::-webkit-slider-thumb{
    pointer-events:all;
    width:16px;
    height:16px;
    background:#444;
    border-radius:50%;
    -webkit-appearance:none;
}

.shop_sidebar_boxed .track{
    height:2px;
    background:#333;
    margin: 0px 0;
}

.shop_sidebar_boxed .price-values{
    display:flex;
    justify-content:space-between;
    margin-top: 16px;
}

.shop_sidebar_boxed .price-input{
    border:1px solid #bbb;
    padding:6px 10px;
    border-radius:20px;
    width:90px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:13px;
    background:#fff;
}

.shop_sidebar_boxed .price-input span{
    color:#666;
}

.shop_sidebar_boxed .to{
    display:flex;
    align-items:center;
    font-size:14px;
    color:#444;
}
/* ========= */
.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #312620 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 6px;
    margin-bottom: 20px;
    margin-left: auto;
    border-radius: 3px;
}

.price_filter .ui-slider-range {
    background: #312620 none repeat scroll 0 0;
    border-radius: 2px;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    height: 20px;
    width: 20px;
    top: 0;
    margin-top: -7px;
    background: #fff;
    border-radius: 50%;
    margin-left: 0;
    border: 3px solid #312620;
    transition: .1s linear;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all:focus {
    outline: none;
    box-shadow: none;
}

.price_slider_amount {
    overflow: hidden;
}

.price_slider_amount>span {
    font-size: 14px;
    font-weight: 500;
    color: #544842;
    text-transform: capitalize;
    margin-right: 5px;
    font-family: 'Jost', sans-serif;
}

.price_slider_amount>input[type="text"] {
    height: auto;
    margin-left: 0;
    text-align: left;
    width: 100px;
    border: none;
    font-size: 14px;
    color: #544842;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
}

.price_slider_amount>input[type="submit"] {
    float: left;
    text-transform: uppercase;
    transition: all 400ms ease-out 0s;
    cursor: pointer;
    width: 98px;
    padding: 11px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.price_filter {
    margin-top: 30px;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all:hover {
    border-color: #ff6000;
}

#sizes_input .custom_boxed {
    padding-left: 25px;
    margin-bottom: 20px;
    margin-right: 25px;
    display: inline-block;
}
/* #sizes_input .custom_boxed:last-child {margin-left: 15px;} */

#sizes_input .blabes2 .custom_boxed{
    margin-right: 40px;
}
#sizes_input .blabes2 .custom_boxed:last-child{margin-right: 0px;}
/* ---------------------------------
      Product Single Page 
-------------------------------------*/
.slider-nav .nav_img {
    margin-left: 15px;
}

.product_img_two_slider {
    margin-bottom: 30px;
}

.product_img_two_slider img {
    width: 100%;
    height: 470px;
}

.slider-nav .nav_img:first-child {
    margin-left: 0;
}

#product_single_one .customs_selects {
    padding-top: 30px;
}

#product_single_one .variable-single-item {
    padding-top: 10px;
}

#product_single_one .reviews_rating {
    padding-top: 15px;
}

#product_single_one .modal_product_content_one h4 {
    padding-top: 20px;
}

#product_single_one .modal_product_content_one h4 del {
    padding-left: 20px;
    color: var(--main-theme-color);
}

#product_single_one .modal_product_content_one p {
    padding-top: 20px;
}

#product_single_one .links_Product_areas {
    padding-top: 30px;
}

#product_single_one .links_Product_areas ul li {
    display: inline-flex;
    padding-right: 20px;
}

#product_single_one .links_Product_areas ul li a i {
    padding-right: 5px;
}

#product_single_one .links_Product_areas .theme-btn-one {
    margin-top: 20px;
}

.product_single_one_img img {
    width: 100%;
}

.product_details_tabs {
    padding-top: 65px;
}

.product_details_tabs .nav-tabs {
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
}

.product_details_tabs .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.product_details_tabs .nav-tabs li {
    margin-right: 25px;
}

.product_details_tabs .nav-tabs a {
    position: relative;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 0;
    border: none;
    background: transparent;
    transition: color 0.3s ease;
}

.product_details_tabs .nav-tabs a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background: #dca237;
    transition: width 0.3s ease;
}

.product_details_tabs .nav-tabs a:hover {
    color: #dca237;
}

.product_details_tabs .nav-tabs a:hover::after {
    width: 100%;
}

.product_details_tabs .nav-tabs a.active {
    font-weight: 600;
    color: #dca237;
}

.product_details_tabs .nav-tabs a.active::after {
    width: 100%;
}

.product_details_tabs ul li {
    padding-right: 50px;
}

.product_details_tabs .nav-tabs li a {
    font-size: 18px;
    font-weight: 500;
    color: #afafaf;
}

.product_details_tabs ul li a.active {
    color: var(--main-theme-color);
}

#description .product_description {
    padding-top: 25px;
}

#description .product_description ul {
    padding-left: 55px;
    padding-top: 20px;
}

#description .product_description ul li {
    list-style: disc;
    padding-top: 10px;
}

#description .product_description ul li:first-child {
    padding-top: 0px;
}

#description .product_description ul li:last-child {
    padding-bottom: 10px;
}

#additional .product_additional {
    padding-top: 20px;
}

#additional ul li {
    padding-top: 10px;
    font-weight: 600;
    color: #6b6b6b;
}

#additional ul li:first-child {
    padding-top: 0px;
}

#additional ul li span {
    color: #0c542f;
    display: block;
    padding-top: 8px;
}

#review .product_reviews {
    padding-top: 20px;
}

#review .product_reviews .media-public ul li {
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}

#review .product_reviews .media-img {
    padding-right: 20px;
}

#review .product_reviews .media .media-img img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#review .product_reviews .media-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#review .product_reviews ul .media {
    box-shadow: 0px 0px 15px 6px #96969614;
    padding: 44px 50px;
    margin-top: 30px;
}

#review .product_reviews ul .media:first-child {
    margin-top: 0;
}

#review .product_reviews .media-header .media-name h4 {
    font-size: 20px;
    padding-bottom: 10px;
}

#review .product_reviews .media-header .post-share a {
    font-size: 16px;
    color: #848484;
    padding-left: 18px;
}

#review .product_reviews .media-header .post-share a:hover {
    color: #dca237;
}

#review .product_reviews .media-pragraph p {
    padding-top: 5px;
}

#review .product_reviews .media-pragraph .product_review_strat span i {
    color: #0c542f;
}

#review .product_reviews .media-pragraph {
    padding-top: 5px;
}


/* ---------------------------------
      Product Single Two Page 
-------------------------------------*/

#product_single_two .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 44%;
}

#product_single_two .owl-prev {
    background: black;
    width: 25px;
    height: 35px;
    color: #fff;
}

#product_single_two .owl-next {
    background: black;
    width: 25px;
    height: 35px;
    color: #fff;
}

#product_single_two .owl-prev:hover,
#product_single_two .owl-next:hover {
    background: var(--main-theme-color);
}

#product_single_two .customs_selects {
    padding-top: 30px;
}

#product_single_two .variable-single-item {
    padding-top: 10px;
}

#product_single_two .reviews_rating {
    padding-top: 15px;
}
.modal_product_content_one h3{
    font-size: 30px;
    line-height: 110%;
    /* letter-spacing: -1.05px; */
    margin-bottom: 6px;
    font-family: 'Playfair Display', serif;
}
.modal_product_content_one h6 {
    line-height: 22px;
}
/* BUTTON */
.sizesection .add-btn{
    flex:1;
    background:#461101;
    color:white;
    border:none;
    border-radius:30px;
    padding: 11px 50px;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    margin-top: 30px;
}

.product-weight .weight-options{
    display:flex;
    gap:15px;
    margin-bottom:25px;
}

.product-weight .weight-btn{
    border:none;
    padding: 7px 17px;
    font-weight: 300;
    border-radius: 25px;
    cursor: pointer;
    background: #f0ebe7;
    font-weight: 400;
    font-size: 14px;
}
.product-weight .weight-btn.active{
    background:#461101;
    color:white;
}
.product-weight h4{
    margin-bottom:12px;
    font-weight:400;
    font-size: 16px;
}

.title-description h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    color: #461101;
    font-size: 33px;
    margin-bottom: 9px;
}
.description-content p {
    line-height: 31px;
    color: black;
}



#product_single_two .modal_product_content_one h4 {
    padding-top: 22px;
    padding-bottom: 25px;
}

#product_single_two .modal_product_content_one h4 del {
    padding-left: 20px;
    color: #dca237;
}

#product_single_two .modal_product_content_one p {
    padding-top: 20px;
}

#product_single_two .links_Product_areas {
    padding-top: 30px;
}

#product_single_two .links_Product_areas ul li {
    display: inline-flex;
    padding-right: 20px;
}

#product_single_two .links_Product_areas ul li a i {
    padding-right: 5px;
}

#product_single_two .links_Product_areas .theme-btn-one {
    margin-top: 20px;
}


/* ---------------------------------
     About Page 
-------------------------------------*/

.about_top_img img {
    width: 100%;
}

.about_top_left_content h2 {
    text-transform: uppercase;
}

.about_top_left_content h4 {
    line-height: 30px;
    padding-top: 15px;
    font-weight: 400;
}

.about_top_left_content p {
    padding-top: 10px;
}

#about_progressbar {
    background: #f6f6f6;
}

.about_progressbar_content p {
    padding-top: 20px;
}

.skill-progressbar {
    margin-bottom: 35px;
}

.skill-progressbar:last-child {
    margin-bottom: 0;
}

.service_promo_single_item {
    text-align: center;
    box-shadow: 0px 0px 6px 1px #0000001c;
    padding: 25px 10px;
    height: 100%;
}

.service_prom_content {
    padding-top: 10px;
}

.service_prom_content p {
    padding-top: 10px;
}

#team_area {
    background-color: #f6f6f6;
}

.team-single {
    background: #FFF;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 25px;
}

.team-content {
    position: relative;
    font-size: 16px;
    padding-top: 20px;
}

.team-name {
    font-weight: 700;
    font-size: 20px;
}

.team-img img {
    margin: 0 auto;
}

.team-social {
    width: 100%;
    background: #FFF;
    bottom: -22px;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    padding: 10px 0;
}

.team-social li {
    display: inline-block;
    margin-right: 10px;
}

.team-social li:last-child {
    margin-right: 0;
}

.team-social a {
    color: #000;
    transition: all 0.5s ease;
}

.team-social a:hover {
    color: #b19361;
}

.team-single:hover .team-social {
    bottom: -24px;
    opacity: 1;
    visibility: visible;
}

.pos-absolute {
    position: absolute;
}


/* ---------------------------------
     Cart Page 
-------------------------------------*/


/*****************************
* Components - Table
*****************************/

table {
    width: 100%;
}

.table-responsive {
    position: relative;
    /* z-index: -1; */
}

.view {
    /* color: #b19361; */
    color: #dca237;
}

.table_desc {
    border: 1px solid #ededed;
}

.table_page table thead tr:last-child th,
.table_desc table tbody tr td:last-child {
    border-right: 0;
}

.table-responsive table thead {
    background: #461101;
}

.table_page table thead tr th {
    color: #fff;
    border-bottom: 3px solid #461101;
    border-right: 1px solid #ededed;
    font-size: 14.5px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px;
    text-align: center;
}

.table_page table tbody tr td {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    text-align: center;
    padding: 10px;
}

.table-responsive table tbody tr td {
    border-left: 1px solid #ededed;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    min-width: 110px;
}

.product_stock h6 {
    font-size: 16px;
}

.table_page table tbody tr td.product_remove {
    min-width: 100px;
    font-size: 20px;
}

.table_page table tbody tr td.product_thumb {
    max-width: 180px;
    overflow: hidden;
}

.table_page table tbody tr td.product_thumb img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 6px;
}

.table_page table tbody tr td.product_name {
    min-width: 180px;
}

.table_page table tbody tr td.product-price {
    min-width: 130px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.table_page table tbody tr td.product_quantity {
    min-width: 180px;
}

.product_quantity .plus-minus-input {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 auto;
    justify-content: center;
}

#total_cart_form_three .custom_boxed{padding-left: 0px;}

.table_page table tbody tr td.product_quantity label {
    font-weight: 600;
    margin-right: 5px;
}

.table_page table tbody tr td.product_quantity input {
    width: 60px;
    height: 40px;
    padding: 0 5px 0 10px;
    background: none;
    border: 1px solid #ededed;
}

.table_page table tbody tr td.product_addcart {
    min-width: 180px;
}

.cart_submit {
    text-align: right;
    padding: 12px;
}

.coupon_code {
    border: 1px solid #ededed;
    margin-top: 60px;
}

.coupon_code h3,
.coupon_code .h3 {
    color: #ffff;
    line-height: 36px;
    padding: 5px 15px;
    background: #dca237;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.coupon_inner {
    padding: 10px 20px 25px;
}

.coupon_inner p {
    font-size: 13px;
    margin-bottom: 20px;
}

.coupon_inner input {
    border: 1px solid #ededed;
    min-height: 38px;
    background: none;
    padding: 0 20px;
    margin-right: 20px;
    font-size: 12px;
    color: #333;
    width: 175px;
}

.coupon_inner a {
    display: block;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    border-radius: 3px;
}

.cart_subtotal {
    display: flex;
    justify-content: space-between;
}

.cart_subtotal p {
    font-weight: 600;
    font-size: 14px;
}

.cart_subtotal p span {
    margin-right: 30px;
}

.cart_subtotal .cart_amount {
    font-size: 18px;
    font-weight: 500;
}

.checkout_btn {
    text-align: right;
}

.checkout_btn a {
    display: initial;
    font-size: 12px;
}

#cart_area_two .plus-minus-input {
    justify-content: center;
}

#cart_area_two .table_page table tbody tr td.product_quantity input {
    margin: 0 8px;
}

.coupon_inner_two {
    padding-top: 30px;
}

.coupon_inner_two p {
    font-size: 13px;
    margin-bottom: 20px;
}

.coupon_inner_two input {
    border: 1px solid #ededed;
    min-height: 38px;
    background: none;
    padding: 0 20px;
    margin-right: 20px;
    font-size: 12px;
    color: #333;
    width: 175px;
}

.coupon_inner_two a {
    display: block;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    border-radius: 3px;
}

.product_quantity input {
    text-align: center;
}

.pro-remove button {
    background: transparent;
}


/* ---------------------------------
    Empty Cart Page 
-------------------------------------*/

.empaty_cart_area {
    text-align: center;
}

.empaty_cart_area img {
    width: 100%;
}

.empaty_cart_area h3 {
    padding-top: 15px;
}

.empaty_cart_area a {
    margin-top: 25px;
}


/* ---------------------------------
       CheckOut Page 
-------------------------------------*/

#checkout_one .form-group {
    margin-bottom: 10px;
}

#checkout_one .form-group label {
    font-size: 14.5px;
    font-weight: 600;
    padding-bottom: 0px;
}

.bg-white {
    background-color: #fff;
}

.checkout-area-bg {
    padding-left: 7px;
    margin-bottom: 30px;
    /* box-shadow: 0px 0px 10px 0px #00000012; */
}

.check-heading {
    border-bottom: 2px solid #0c542f;
}

.check-heading h3 {
    font-weight: 700;
    padding-bottom: 10px;
}

.check-out-form {
    padding-top: 20px;
}

#checkout-area .form-group {
    margin-bottom: 20px;
}

#checkout-area .form-group label {
    font-size: 16px;
    font-weight: 600;
}

#checkout-area .form-control {
    border: 1px solid var(--main-theme-color);
    background: #fff;
    font-size: 14px;
    border-radius: 0;
}

.order_review {
    background-color: #f7f8fb;
    padding: 30px;
    padding-top: 10px;
}

.order_table thead th {
    border-bottom-width: 1px;
    font-weight: 600;
    color: #fff;
}

.order_table tbody td {
    border: 0;
}

.order_table tfoot th {
    font-weight: 600;
}

.product-subtotal {
    font-weight: 600;
}

.payment_method {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.payment_option .custome-radio {
    margin-bottom: 10px;
}

.custome-radio .form-check-input,
.custome-checkbox .form-check-input {
    display: none;
}

.payment_option .custome-radio .form-check-label {
    color: #292b2c;
    font-weight: 600;
}

.custome-radio .form-check-label,
.custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
}

.custome-radio input[type="radio"]:checked+.form-check-label::before {
    border-color: var(--main-theme-color);
}

.custome-radio .form-check-label::before {
    content: "";
    border: 1px solid #908f8f;
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 8px;
}

.custome-radio input[type="radio"]:checked+.form-check-label::after {
    opacity: 1;
}

.custome-radio input[type="radio"]+.form-check-label::after {
    content: "";
    background-color: var(--main-theme-color);
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    top: 7px;
    left: 3px;
    opacity: 0;
}

.payment-text {
    display: none;
    margin-top: 5px;
    margin-bottom: 0;
}

.payment_option .custome-radio:first-child .payment-text {
    display: block;
}

.payment_option .custome-radio .form-check-label {
    color: #292b2c;
    font-weight: 600;
}

.order_review {
    margin-bottom: 40px;
    box-shadow: 0px 0px 10px 0px #00000012;
    z-index: 1;
    position: relative;
}

.payment_method {
    padding-top: 30px;
}

.order_table {
    padding-top: 20px;
}

.order_review .table-responsive table thead {
    background: var(--main-theme-color);
    text-align: center;
}


/* ---------------------------------
       CheckOut Two Page 
-------------------------------------*/

.user-actions {
    margin-bottom: 20px;
}

.user-actions h3,
.user-actions .h3 {
    font-size: 13px;
    font-weight: 400;
    background-color: #f7f6f7;
    padding: 15px 10px;
    border-top: 3px solid var(--main-theme-color);
    margin-bottom: 0;
}

.user-actions h3 a,
.user-actions .h3 a {
    color: var(--main-theme-color);
}

.checkout_info {
    border: 1px solid #ededed;
    margin-top: 25px;
    padding: 20px 30px;
}

.checkout_info p {
    margin-bottom: 15px;
    font-size: 14px;
}

.form_group {
    margin-bottom: 20px;
}

.form_group .btn {
    margin-right: 20px;
}

.form_group.group_3 {
    display: flex;
    align-items: center;
}

.checkout_coupon input[type=text] {
    background: none;
    border: 1px solid #ededed;
    width: 200px;
    height: 45px;
    font-size: 12px;
    padding: 0 20px;
    color: #777;
}

.checkout_coupon .btn {
    margin-left: 20px;
}

.country_option {
    width: 100%;
}

.country_option .list {
    height: 150px;
    overflow-y: scroll;
}

.order-notes {
    margin-bottom: 53px;
}

.default-form-box label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;
}

#checkout_two .checkout_coupon input[type=text] {
    background: none;
    border: 1px solid #ededed;
    width: 200px;
    min-height: 35px;
    font-size: 12px;
    padding: 0 20px;
    color: #777;
}

#checkout_two .checkout_coupon input[type=text] {
    background: none;
    border: 1px solid #ededed;
    width: 200px;
    max-height: 36px;
    ;
    font-size: 12px;
    padding: 0 20px;
    color: #777;
}

.default-form-box .checkbox-default {
    padding-left: 20px;
    margin: 0;
}

#checkout_two .checkout_area_two h3 {
    font-size: 16px;
    line-height: 30px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #fff;
    background: var(--main-theme-color);
    font-weight: 500;
}

.checkout_form_area form {
    padding-top: 20px;
}

.checkout_form_area form .default-form-box {
    padding-bottom: 20px;
}

.order_table table thead tr th {
    min-width: 50%;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.order_table table tbody tr td {
    min-width: 50%;
    text-align: left;
    padding: 15px 30px;
    border-bottom: 1px solid #ddd;
}

.order_table table tfoot tr th {
    min-width: 50%;
    text-align: left;
    padding: 15px 30px;
    border-bottom: 1px solid #ddd;
}

.order_table table tfoot tr td {
    min-width: 50%;
    text-align: left;
    padding: 15px 30px;
    border-bottom: 1px solid #ddd;
}

.input-radio span {
    font-weight: 500;
    padding-right: 10px;
}

.input-radio span input[type=radio],
.account_login_form form span input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-right: 2px;
    position: relative;
    top: 2px;
}

.checkbox-default-more-text em {
    margin-top: 16px;
    display: block;
}

#methodCod p {
    padding-bottom: 20px;
}

.checkout_area_two .table-responsive table thead {
    background: #000;
}


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

.order_tracking_wrapper {
    box-shadow: 0px 0px 7px 3px #0000002b;
    padding: 20px 30px;
}

.order_tracking_wrapper p {
    text-align: center;
}

.order_tracking_wrapper h4 {
    padding-bottom: 10px;
    text-align: center;
}

.order_tracking_wrapper form {
    padding-top: 20px;
}

.order_track_button {
    text-align: center;
}


/* ---------------------------------
     Error Page 
-------------------------------------*/

.erorr_wrapper {
    text-align: center;
}

.erorr_wrapper h1 {
    font-weight: 200;
    font-size: 200px;
    text-shadow: 2px 8px 5px #f7983747;
    font-style: italic;
    line-height: 165px;
}

.erorr_wrapper h3 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.erorr_wrapper form input {
    border-radius: 0px;
}

.erorr_wrapper form button {
    background: #000;
    color: #fff;
    padding: 1px 20px;
}

.erorr_wrapper a {
    margin-top: 30px;
}


/* ---------------------------------
     Compare Page 
-------------------------------------*/

.compare-table .table tbody tr td.first-column {
    min-width: 180px;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

.compare-table .table tbody tr td {
    text-align: center;
    border: none;
    padding: 25px 30px;
    vertical-align: middle;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
}

.compare-table .table tbody tr td.product-image-title {
    min-width: 305px;
    vertical-align: bottom;
}

.compare-table .table tbody tr td.product-image-title .image {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
}

.compare-table .table tbody tr td.product-image-title .image img {
    max-width: 100%;
}

.compare-table .table tbody tr td.product-image-title .category:hover,
.compare-table .table tbody tr td.product-image-title .title:hover {
    color: #b19361;
}

.compare-table .table tbody tr td.product-image-title .category {
    clear: both;
    color: #333;
    float: left;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 15px;
    margin-bottom: 7px;
    margin-top: 15px;
    text-transform: capitalize;
}

.compare-table .table tbody tr td.product-image-title .title {
    float: left;
    clear: both;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.compare-table .table tbody tr td.pro-desc p {
    text-align: left;
    margin: 0;
}

.compare-table .table tbody tr td.pro-price {
    font-size: 15px;
    font-weight: 600;
}

.compare-table .table tbody tr td.pro-color {
    font-size: 15px;
    font-weight: 600;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 21px;
    overflow: hidden;
    display: block;
    text-align: center;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.pro-stock {
    font-size: 15px;
    font-weight: 600;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart .pro-remove button {
    border: none;
    background-color: transparent;
    padding: 0;
}

.compare-table table {
    margin-bottom: 0;
}


/* ---------------------------------
     My Account Page 
-------------------------------------*/

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/* ========== */

.user-menu{
    position: relative;
}

.user-btn{
    font-size: 14px;
    color: #000000;
    cursor: pointer;
}

.user-dropdown{
    position: absolute;
    right: 0;
    top: 30px;
    background: #fff;
    /* border-radius: 8px; */
    min-width: 160px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
    z-index: 100;
    padding: 10px 0px;
}

.user-dropdown a{
    display: block;
    padding: 10px 15px;
    color: #000000 !important;
    text-decoration: none;
    font-size: 13px;
    width: 100%;
}

/* .user-dropdown a:hover{
    background: #f2f2f2;
} */

/* Show dropdown on hover */
.user-menu:hover .user-dropdown{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}



.dashboard_tab_button {
    margin: 0 auto 30px auto;
    text-align: center;
    justify-content: center;
    width: 100%;
    display: flex;
    /* background: #fff; */
    padding: 10px 16px;
    border-radius: 50px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); */
}

.nav-tabs {
    border: none;
    gap: 10px;
}

/* 
.{
      text-decoration: none;
      color: #000;
      font-weight: 600;
      padding: 12px 25px;
      border-radius: 30px;
      transition: 0.3s ease;
} */

.dashboard_tab_button li a {
    border: 1px solid #E8E8E8;
    border-bottom: none;
    color: #212121;
    font-weight: 500;
    font-size: 15px;
    display: block;
    padding: 8px 16px;
    border-radius: 30px;
    transition: 0.3s ease;
    text-transform: uppercase;
}

.dashboard_tab_button li a .active {
    background: linear-gradient(45deg, #00c6ff, #7d00ff);
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.dashboard_tab_button li a:last-child {
    border: 1px solid #ebe8e8 !important;
    border-radius: 30px !important;
}

.dashboard_tab_button li a i {
    font-size: 14px;
    text-align: center;
    width: 25px;
}

.dashboard_tab_button li a.active,
.dashboard_tab_button li a:hover {
    background-color: #0c542f !important;
    border-color: #0c542f !important;
    color: #fff !important;
}

.dashboard_content h4,
.dashboard_content .h4 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
}

.dashboard_content p a {
    color: #b19361;
    font-weight: 500;
}

.billing_address h5 {
    padding-bottom: 10px;
}

.input-radio span {
    font-weight: 500;
    padding-right: 10px;
}

.input-radio span input[type=radio],
.account_login_form form span input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-right: 2px;
    position: relative;
    top: 2px;
}

.checkbox-default-more-text em {
    margin-top: 16px;
    display: block;
}

.account_details_form .default-form-box {
    margin-bottom: 20px;
}

.account_details_form .input-radio {
    margin-top: 20px;
}

.account_details_form .example {
    font-size: 14px;
    display: block;
}

.myaccount-content .title {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    color: #212121;
    border-bottom: 1px dashed #E8E8E8;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 500;
}

.myaccount-content {
    /* border: 1px solid #E8E8E8; */
    padding: 30px;
}

.myaccount-content table {
    overflow: hidden;
}

.billing_address p {
    padding-top: 10px;
}

.billing_address a {
    margin-top: 20px;
}

.img_profiles {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid var(--main-theme-color);
    overflow: hidden;
}

.fixed_icon input {
    opacity: 0;
    position: absolute;
}

/*---------------------------new design-----------------------------*/
.mycoupon-box {
    width: 750px;
    background-color: #fff;
    padding: 24px 16px 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 40px;
}

.mycoupon-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 15px 0;
}

.mycoupon-name h6 {
    color: #0c542f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* .mycoupon-valid p{
    font-size: 14px;
    color: #878787;
    white-space: nowrap;
    font-weight: 500;
} */
.mycoupon-text p {
    font-size: 14px;
    color: #212121;
    max-width: 530px;
}

.mycoupon-view p {
    font-size: 16.5px;
    color: #26a541;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    font-weight: 500;
}

.mycoupon-icon i {
    font-size: 30px;
    color: #26a541;
}

.mycoupon-valid p {
    font-weight: 600;
    color: #dca237;
    font-size: 18px;
}

.order-save h5 {
    color: #26a541;
    font-weight: 600;
    font-size: 16px;
}

.order-safe h6 {
    font-size: 16px;
    text-align: left;
    display: inline-block;
    color: #000000;
    padding: 3px 0 5px 35px;
    background: url(../img/svg/shield_b33c0c.svg) no-repeat 0 50%;
    background-size: 25px 31px;
    font-weight: 500;
    margin-left: 10px;
}

.placeorder-bton {
    background: var(--main-theme-color);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    border: none;
    color: #fff;
    cursor: pointer !important;
    padding: 10px 55px;
    margin-left: 195px;
}

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

.coupon-coupon-card {
    /* width: 32%; */
    display: inline-flex;
    border: 1px solid #e0e0e0;
    margin-right: 0px;
}

.coupon-coupon-cardmgtp {
    gap: 30px;
    display: flex;
}

.coupon-coupon-image-component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    vertical-align: top;
    text-align: center;
    min-width: 109px;
    max-width: 109px;
    height: 116px;
    padding: 13px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: #14cda8;
}

.coupon-coupon-image {
    width: 100%;
}

.coupon-coupon-purchase {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    width: 64%;
    padding: 12px 12px 12px 15px;
    border-left: 1px dashed #d4d5d9;
    position: relative;
}

.coupon-coupon-purchase-info {
    margin-bottom: 10px;
}

.coupon-coupon-purchase-info-title {
    font-weight: 500;
    color: #282C3F;
    font-size: 16px;
    line-height: 22px;
}

.coupon-coupon-purchase-info-label {
    color: #7e818c;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
}

.coupon-coupon-purchase-code-info {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 14px;
}

.coupon-coupon-time {
    font-size: 12px;
    color: #282C3F;
    font-weight: 500;
}

.coupon-coupon-view-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.coupon-coupon-view-products-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #0c542f;
    cursor: pointer;
    padding-right: 8px;
}

.coupon-coupon-view-products-icon {
    cursor: pointer;
}




/* ---------------------------------
   Login Page 
-------------------------------------*/

.account_form {
    box-shadow: 0px 0px 7px 5px #0000000a;
    padding: 30px 40px;
    background: #fff;
}

.account_form h3 {
    text-align: center;
}

.account_form form {
    padding-top: 30px;
}

.account_form form .default-form-box {
    margin-bottom: 30px;
}

.forgot {
    margin-top: 15px;
    text-align: center;
}

.forgot a {
    font-size: 13px;
    color: #461101;
    text-decoration: underline;
}

.line {
    margin: 13px 0;
    text-align: center;
    color: #aaa;
}

.register {
    text-align: center;
    font-size: 14px;
}

.register a {
    color: #461101;
    text-decoration: none;
    font-weight: bold;
}

.login_submit {
    text-align: center;
    margin-top: 30px;
}
.login_submit .btn-black-overlay{background-color: #461101;}

.login_submit .btn_md {
    padding: 12px 40px;
}

.remember_area {
    padding-top: 20px;
}


/* ---------------------------------
   Faqs Page 
-------------------------------------*/

.faqs_area_wrapper .card_items_area {
    margin-bottom: 20px;
}

/* .faqs_area_wrapper .collapse {
    background: #f7f7f7;
    padding: 20px 20px;
} */

.faqs_area_wrapper .collapse .card-body {
    padding: 0px;
}

.faqs_area_wrapper .card-header {
    width: 100%;
    text-align: left;
    font-size: 18px;
    padding: 0;
}

.faqs_area_wrapper .card-header a h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}


/* ---------------------------------
   Privacy Policy Page 
-------------------------------------*/

.privacy_policy_text {
    padding-top: 30px;
}

.privacy_policy_text p {
    padding-top: 20px;
}


/* ---------------------------------
   Coming Soon 
-------------------------------------*/

#coming_soon_area {
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/common/coming-soon.jpg");
    position: relative;
    display: flex;
    align-items: center;
}

#coming_soon_area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000054;
}

.coming_soon_content {
    text-align: center;
    z-index: 999;
    position: relative;
}

.coming_soon_title {
    padding-top: 30px;
}

.coming_soon_title h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
}

.coming_soon_title p {
    color: #fff;
    padding-top: 10px;
}

.coming_soon_time {
    padding-top: 40px;
}

#countdown_soon ul {
    display: flex;
}

#countdown_soon ul li {
    border: 1px solid #fff;
    width: 100%;
    color: #fff;
    padding: 15px 0;
    font-size: 20px;
    margin-left: 20px;
}

#countdown_soon ul li:first-child {
    margin-left: 0;
}

#countdown_soon ul li span {
    display: block;
    font-size: 45px;
    line-height: 55px
}

.coming_soon_newsletter {
    padding-top: 40px;
}

.coming_soon_newsletter h3 {
    color: #fff;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-style: italic;
}

.coming_soon_newsletter form input {
    min-height: 50px;
}


/* -------------------------
  Blog Page Area Start 
---------------------------*/

.blog_one_item {
    overflow: hidden;
}

.blog_one_img {
    overflow: hidden;
}

.blog_one_item a img {
    width: 100%;
    overflow: hidden;
}

.blog_text {
    padding-top: 15px;
}

.blog_text .date_area a {
    font-size: 16px;
    color: var(--main-theme-color);
    font-weight: 600;
    text-decoration: underline;
}

.blog_text .heading {
    padding-top: 15px;
    line-height: 32px;
}

.blog_text .para {
    padding-top: 10px;
}

.blog_text .button {
    display: block;
    font-size: 16px;
    color: var(--heading-color);
    font-weight: 600;
    border: 1px solid;
    padding: 6px 28px;
    width: 175px;
    margin-top: 17px;
}

.blog_text .button:hover {
    color: var(--main-theme-color);
}

.blog_text .button i {
    padding-left: 10px;
}

#blog_grid_area_one .blog_one_item {
    margin-bottom: 30px;
}


/* -------------------------
  Blog List Page Area
---------------------------*/

#blog_list_area .blog_list_item {
    margin-bottom: 30px;
}


/* -------------------------
  Blog single Page Area
---------------------------*/

.blog_single_img {
    overflow: hidden;
}

.blog_single_img img {
    width: 100%;
}

.blog_single_widget {
    padding-top: 30px;
}

.blog_single_first_Widget {
    padding-top: 15px;
}

.blog_single_first_Widget h2 {
    font-size: 28px;
    font-weight: 600;
}

.blog_single_first_Widget p {
    padding-top: 15px;
}

.blog_single_first_Widget blockquote {
    background: #eaeaea;
    margin-top: 35px;
    padding: 20px 40px;
    font-size: 20px;
    font-style: italic;
}

.blog_details_center_img {
    padding-top: 20px;
}

.blog_single_secend_widget {
    padding-top: 30px;
}

.blog_single_secend_widget h2 {
    font-size: 28px;
    font-weight: 600;
}

.blog_single_secend_widget p {
    padding-top: 15px;
}

.single_categoris_bottom {
    padding-top: 30px;
}

.single_categoris_bottom ul li {
    display: inline-flex;
}

.single_categoris_bottom ul li a {
    color: #636161;
    border: 1px solid #dcd9d9;
    padding: 7px 10px;
    font-size: 14px;
}

.single_categoris_bottom ul li a:hover {
    color: var(--main-theme-color);
    border: 1px solid var(--main-theme-color);
}

.post_author .author_img {
    float: left;
    padding-right: 15px;
}

.post_author .author_info .author_name a {
    font-size: 18px;
    font-weight: 600;
}

.post_author .author_info p {
    padding-top: 10px;
}

.post_author {
    margin-top: 30px;
}

.related_blogs {
    padding-top: 30px;
}

.single_comment_area {
    padding-top: 50px;
}

.content_title h3 {
    font-size: 24px;
}

.comment_user img {
    height: auto;
    max-width: 80px;
}

.comment_content {
    padding-left: 20px;
}

.comment_content .meta_data h6 {
    font-size: 16px;
}

.comment-time {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-style: italic;
}

.comment_content p:last-child {
    margin-bottom: 0;
}

.comment_info {
    padding-bottom: 20px;
}

.comment_info .children {
    margin-top: 20px;
    padding-top: 20px;
    margin-left: 60px;
}

.comment_list {
    padding-top: 30px;
}

.comment_replay_box {
    padding-top: 20px;
}

.comment_replay_box form {
    padding-top: 20px;
}


/* --Sidebar-- */

.shop-sidebar-wrap h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    position: relative;
    display: block;
    border-bottom: 1px solid #ebebeb;
}

.shop-sidebar-wrap h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: #e60000;
}

.left-sidebar button {
    position: absolute;
    width: 50px;
    left: auto;
    right: 0;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    border-radius: 0;
    border-color: #ebebeb;
    background-color: #212121;
    color: #fff;
    padding: 0;
    z-index: 99999;
}

.search-widget form input {
    min-height: 50px;
}

.left-sidebar .category-post li {
    margin-bottom: 10px;
    display: block;
}

.left-sidebar .category-post li a {
    line-height: 24px;
    position: relative;
    display: block;
}

.left-sidebar .category-post li a span {
    float: right;
}

.left-sidebar .recent-post-widget .recent-single-post {
    margin: 0 0 30px;
}

.left-sidebar .recent-post-widget .recent-single-post .thumb-side {
    overflow: hidden;
}

.left-sidebar .recent-post-widget .recent-single-post .thumb-side img {
    max-width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: center;
}

.left-sidebar .recent-post-widget .recent-single-post .media-side {
    margin: 0 0 0 18px;
    align-self: center;
    align-items: center;
    line-height: 24px;
}

.left-sidebar .recent-post-widget .recent-single-post .media-side h5 {
    font-size: 16px;
}

.left-sidebar .recent-post-widget .recent-single-post .media-side span {
    font-size: 14px;
    padding-top: 8px;
    display: block;
}

.shop-sidebar-wrap .sidebar-widget-tag li {
    line-height: 1;
    float: left;
    list-style: none;
}

.shop-sidebar-wrap .sidebar-widget-tag li:first-child a {
    margin-left: 0;
}

.shop-sidebar-wrap .sidebar-widget-tag li a {
    display: block;
    float: left;
    padding: 0 20px;
    line-height: 33px;
    font-weight: 400;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    background: #fff;
    margin: 4px;
    text-transform: capitalize;
    color: #474747;
}

.shop-sidebar-wrap .sidebar-widget-tag li a:hover {
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
    color: #fff;
}

.flicker-widget li {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    overflow: hidden;
}

.flicker-widget img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    object-position: center;
}

.single_center_img {
    overflow: hidden;
}

.single_center_img img {
    width: 100%;
}

.related_blogs .blog_one_item {
    margin-bottom: 30px;
}

.follwos_icons ul li {
    display: inline-flex;
    padding-left: 20px;
}

.follwos_icons ul li:first-child {
    padding-left: 0px;
}

.follwos_icons p {
    padding-top: 20px;
}

/**=====================
    invoice pages start
==========================**/
.invoice-wrapper {
    background-color: white;
    -webkit-box-shadow: #e6e6e6 0px 0px 14px 3px;
    box-shadow: #e6e6e6 0px 0px 14px 3px;
    position: relative;
}

.invoice-footer .buttons {
    text-align: right;
}

.invoice-wrapper h2 {
    font-size: 30px;
}

.invoice-wrapper h4 {
    color: #646464;
    font-size: 18px;
    font-weight: 400;
}

.invoice-wrapper .invoice-detail h5 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
}

.invoice-wrapper .invoice-detail h6 {
    margin-bottom: 0;
    font-size: 16px;
    color: #6d6d6d;
}

.invoice-wrapper .invoice-body {
    padding: calc(15px + (45 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.invoice-wrapper .invoice-body .table th,
.invoice-wrapper .invoice-body .table td {
    border-top: none;
}

.invoice-wrapper .invoice-body .table {
    font-size: 16px;
}

.invoice-wrapper .invoice-body .table td {
    color: #646464;
}

.invoice-wrapper .invoice-body .table tbody td,
.invoice-wrapper .invoice-body .table tbody th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.invoice-wrapper .invoice-body .table tbody th {
    font-weight: normal;
    color: #646464;
}

.invoice-wrapper .invoice-body .table tbody tr:first-child td,
.invoice-wrapper .invoice-body .table tbody tr:first-child th {
    padding-top: 22px;
}

.invoice-wrapper .invoice-body .table tbody tr:last-child td,
.invoice-wrapper .invoice-body .table tbody tr:last-child th {
    padding-bottom: 22px;
}

.invoice-wrapper .invoice-body .table tfoot {
    border-top: 1px solid #ddd;
}

.invoice-wrapper .invoice-body .table tfoot td {
    padding-top: 15px;
}

.invoice-wrapper .invoice-footer {
    padding: calc(15px + (45 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.invoice-wrapper .authorise-sign h6 {
    margin-bottom: 0;
    font-size: 18px;
    color: black;
    font-weight: bold;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    line-height: 1;
}

.theme-invoice-1 .invoice-header {
    padding: calc(15px + (45 - 15) * ((100vw - 320px) / (1920 - 320)));
    background-color: #f8f8f8;
}

.theme-invoice-1 .invoice-header h4 {
    font-size: 16px;
    color: #646464;
    margin-bottom: 5px;
}

.theme-invoice-1 .invoice-header .upper-icon {
    position: absolute;
    width: calc(50px + (70 - 50) * ((100vw - 320px) / (1920 - 320)));
    height: calc(50px + (70 - 50) * ((100vw - 320px) / (1920 - 320)));
    top: 0;
    right: calc(30px + (60 - 30) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--theme-deafult);
}

.theme-invoice-1 .invoice-header .upper-icon img {
    width: calc(22px + (30 - 22) * ((100vw - 320px) / (1920 - 320)));
}

.theme-invoice-1 .invoice-header .header-content {
    margin-top: 50px;
}

.theme-invoice-1 .invoice-header .header-content h2 {
    font-size: 30px;
}

.theme-invoice-1 .invoice-header .detail-bottom {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #dddddd;
}

.theme-invoice-1 .invoice-header .detail-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.theme-invoice-1 .invoice-header .detail-bottom ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.theme-invoice-1 .invoice-header .detail-bottom ul li span {
    color: var(--theme-deafult);
    text-transform: capitalize;
}

.theme-invoice-1 .invoice-header .detail-bottom ul li h4 {
    margin-bottom: 0;
    margin-left: 4px;
}

.theme-invoice-4 .invoice-header {
    padding: calc(15px + (65 - 15) * ((100vw - 320px) / (1920 - 320)));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.theme-invoice-4 .invoice-header .background-invoice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.theme-invoice-4 .invoice-wrapper .invoice-body {
    padding: 0;
    z-index: 1;
    position: relative;
}

.theme-invoice-4 .top-sec {
    padding: 0 calc(15px + (65 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (45 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.theme-invoice-4 .date-detail li h4 {
    margin-bottom: 0;
}

.theme-invoice-4 .date-detail li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.theme-invoice-4 .date-detail li span {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--main-theme-color);
    margin-right: 8px;
}

.theme-invoice-4 .title-sec {
    padding: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (65 - 15) * ((100vw - 320px) / (1920 - 320)));
    background-color: #f8f8f8;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.theme-invoice-4 .title-sec .title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

.theme-invoice-4 .table-sec {
    padding: calc(15px + (40 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (65 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.theme-invoice-4 .invoice-wrapper .invoice-body .table thead {
    background-color: black;
}

.theme-invoice-4 .invoice-wrapper .invoice-body .table thead th {
    border-bottom: 0 !important;
    padding: 18px;
    color: white;
}

.invoice-wrapper .invoice-body .table thead th {
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 16px;
    border-color: var(--main-theme-color) !important;
    border-bottom: 1px solid;
}

.theme-invoice-4 .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: white;
    color: #646464;
}

.theme-invoice-4 .table-striped>tbody>tr:nth-of-type(even) {
    --bs-table-accent-bg: #0000000d;
    color: #212529;
}

.theme-invoice-4 .invoice-wrapper .invoice-body .table tbody th,
.theme-invoice-4 .invoice-wrapper .invoice-body .table tbody td {
    padding: 18px 18px !important;
    font-size: 18px;
}

.theme-invoice-4 .table-sec .table-footer {
    background-color: var(--main-theme-color);
    display: inline-block;
    padding: 10px 10px 10px 10px;
    color: white;
    margin-top: 30px;
    font-size: 18px;
}

.theme-invoice-4 .table-sec .table-footer span:first-child {
    margin-right: 20px;
}

.theme-invoice-4 .table-sec .table-footer span:nth-child(2) {
    font-weight: 600;
}

.theme-invoice-4 .invoice-wrapper .invoice-footer {
    padding: calc(15px + (45 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (65 - 15) * ((100vw - 320px) / (1920 - 320)));
    background-color: #f8f8f8;
    position: relative;
}

.theme-invoice-4 .invoice-wrapper .invoice-footer .design-shape {
    position: absolute;
    top: -34px;
}

.theme-invoice-4 .invoice-wrapper .invoice-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.theme-invoice-4 .invoice-wrapper .invoice-footer ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.theme-invoice-4 .invoice-wrapper .invoice-footer ul li i {
    margin-right: 30px;
    color: var(--main-theme-color);
    font-size: 20px;
}

.theme-invoice-4 .invoice-wrapper .invoice-footer ul li h4 {
    line-height: 24px;
    font-size: 16px;
}

/* --Invoice Page Two-- */
.theme-invoice-1 .invoice-header {
    padding: calc(15px + (45 - 15) * ((100vw - 320px) / (1920 - 320)));
    background-color: #f8f8f8;
}

.theme-invoice-1 .invoice-header .upper-icon {
    position: absolute;
    width: calc(50px + (70 - 50) * ((100vw - 320px) / (1920 - 320)));
    height: calc(50px + (70 - 50) * ((100vw - 320px) / (1920 - 320)));
    top: 0;
    right: calc(30px + (60 - 30) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--main-theme-color);
}

.theme-invoice-1 .invoice-header .upper-icon img {
    width: calc(22px + (30 - 22) * ((100vw - 320px) / (1920 - 320)));
}

.theme-invoice-1 .invoice-header .header-content {
    margin-top: 50px;
}

.theme-invoice-1 .invoice-header .detail-bottom {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #dddddd;
}

.theme-invoice-1 .invoice-header .detail-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.theme-invoice-1 .invoice-header .detail-bottom ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.theme-invoice-1 .invoice-header .detail-bottom ul li span {
    color: var(--main-theme-color);
    text-transform: capitalize;
}

.theme-invoice-1 .invoice-header .detail-bottom ul li h4 {
    margin-bottom: 0;
    margin-left: 4px;
}

.invoice-wrapper .authorise-sign {
    position: absolute;
    bottom: calc(13px + (40 - 13) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
}

/* -------------------------
  Contact Page Area
---------------------------*/

.contact_info {
    padding-bottom: 50px;
}

.contact_info h3 {
    padding-bottom: 15px;
}

.left_side_contact ul li {
    padding-bottom: 30px;
}

.left_side_contact .address_location {
    display: flex;
}

.address_location i {
    padding-top: 5px;
}

.left_side_contact .address_location p {
    padding-left: 20px;
    color: #0a0d14;
}

.contact_widget a {
    display: block;
    padding-left: 20px;
    padding-bottom: 10px;
}

.contact_form_one form .form-group {
    margin-bottom: 30px;
}

.contact_form_one h3 {
    padding-bottom: 30px;
}

.map_area {
    margin-top: 50px;
}

.map_area iframe {
    width: 100%;
    border: none;
    height: 450px;
}

/* -------------------------
  Product Hover Page 
---------------------------*/
.product_item_two {
    margin-top: 30px;
}

.product_hover_heading {
    text-align: center;
}

/* --Product Hover TWo-- */
.product_item_two .product_item_inner {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.product_item_two.product_item_inner img {
    width: 100%;
}

.product_item_two .product_button {
    background: #ffff none repeat scroll 0 0;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 8%);
    opacity: 0;
    bottom: -50px;
    left: 50%;
    visibility: hidden;
    position: absolute;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border: 1px solid #eeeeee;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: table;
    text-align: center;
}

.product_item_two .product_button a {
    border-right: 1px solid #eeeeee;
    font-size: 18px;
    padding: 15px 20px;
    display: table-cell;
}

.product_button a:last-child {
    border: none;
}

.product_item_two .product_detail {
    overflow: hidden;
    text-align: center;
    padding-top: 10px;
}

.product_item_two:hover .product_button {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.product_item_two .product_detail .product_title a {
    font-size: 16px;
}

.product_item_two .product_detail .item_price {
    padding-top: 5px;
    font-weight: 600;
}

/* --Product Hover Three-- */
#hot_Product_area .product_box {
    margin-top: 30px;
}

.product_box {
    margin-bottom: 0px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;

}

.product_img {
    position: relative;
    overflow: hidden;
}

.product_img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.product_img img {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product_action_box {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    right: 0;
    text-align: center;
    padding-top: 0;
    transition: all .5s ease-in-out;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pr_action_btn {
    display: table;
    margin: 0 auto;
}

.product_action_box li:nth-child(1) {
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.product_action_box li {
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px);
    opacity: 0;
}

.pr_action_btn li {
    position: relative;
    margin: 0px 5px;
    display: inline-block;
}

.product_box .pr_action_btn li a {
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.pr_action_btn li a {
    background-color: #fff;
    font-size: 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    width: 37px;
    height: 37px;
    padding: 0;
    display: block;
    text-align: center;
}

.pr_action_btn li a i {
    vertical-align: middle;
    line-height: 37px;
    font-size: 18px;
}

.product_box .product_info {
    position: relative;
}

.product_info {
    padding: 15px;
}

.product .product_title,
.product_box .product_title,
.product_wrap .product_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    padding-bottom: 6px;
}

.product_price {
    margin-bottom: 5px;
}

.rating_wrap .rating {
    overflow: hidden;
    position: relative;
    height: 20px;
    font-size: 12px;
    width: 70px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: middle;
}

.rating::before {
    font-size: 12px;
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    float: left;
    color: #F6BC3E;
}

.product_rate {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #F6BC3E;
}

.rating_num {
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
}

.product_box .add-to-cart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    background-color: #fff;
    padding: 10px 15px 15px 15px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}

.btn-fill-out {
    background-color: transparent;
    border: 1px solid #FF324D;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.product:hover .product_img:before,
.product_box:hover .product_img:before {
    opacity: 1;
}

.product_box:hover .add-to-cart {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}

.product:hover .product_action_box li,
.product_box:hover .product_action_box li,
.product_wrap:hover .product_action_box li {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.product_price del {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 3px;
}

.product_price .price {
    color: #FF324D;
    font-weight: 600;
}

/*--------------------------------
         LookBook Page
-----------------------------------*/
.lookbook .lookbook-block {
    position: relative;
}

.lookbook .lookbook-block .lookbook-dot {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    width: 29px;
    height: 29px;
    line-height: 29px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 50%;
    left: 12%;
    background-color: #ffff;
}

.lookbook .lookbook-block .lookbook-dot:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    zoom: 1;
    background-color: transparent\9;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lookbook .lookbook-block .lookbook-dot span {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox {
    visibility: hidden;
    top: -98px;
    left: 150%;
    position: absolute;
    width: 130px;
    background-color: #ffff;
    -webkit-box-shadow: -3px -3px 13px rgb(48 54 61 / 10%);
    box-shadow: -3px -3px 13px rgb(48 54 61 / 10%);
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid #ffff;
    border-bottom: 8px solid transparent;
    top: 41%;
    left: -8px;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox img {
    margin-top: 0;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info {
    padding: 5px;
    text-align: center;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5.title {
    font-weight: 700;
    font-size: 16px;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5 {
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 20px;
    font-size: 14px;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h6 {
    text-transform: uppercase;
    color: var(--main-theme-color);
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
}

.lookbook .lookbook-block .lookbook-dot.dot2 {
    top: 70%;
    left: 27%;
}

.lookbook .lookbook-block .lookbook-dot.dot3 {
    top: 36%;
    left: 35%;
}

.lookbook .lookbook-block .lookbook-dot.dot4 {
    top: 66%;
    left: 55%;
}

.lookbook .lookbook-block .lookbook-dot:hover {
    background-color: var(--main-theme-color);
    -webkit-box-shadow: 0 0 0 3px rgb(255 255 255 / 50%);
    box-shadow: 0 0 0 3px rgb(255 255 255 / 50%);
    z-index: 10;
}

.lookbook .lookbook-block .lookbook-dot:hover .dot-showbox {
    -webkit-animation: fadeInUp 400ms ease-in-out;
    animation: fadeInUp 400ms ease-in-out;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.lookbook .lookbook-block .lookbook-dot:hover:before {
    transform: scale(1.3);
}

.lookbook .lookbook-block .lookbook-dot:hover span {
    color: #ffff;
}

.img-width img {
    width: 100%;
}

.padd-bottom {
    padding-bottom: 30px;
}

/*--------------------------------
        Account Info Edit Page
-----------------------------------*/
.account_thumd {
    text-align: center;
    position: relative;
}

.account_thumd img {
    border-radius: 50%;
}

.account_thumd h4 {
    padding-top: 25px;
    padding-bottom: 5px;
}

.account_thumb_img {
    position: relative;
}

.fixed_icon {
    position: absolute;
    background: #ffff;
    bottom: 6%;
    right: 10%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    transform: translate(-4px, -7px);
    box-shadow: 4px 6px 13px 0px #00000030;
}

.account_setting {
    padding-left: 60px;
}

.account_setting_heading {
    padding-bottom: 20px;
}

.account_setting_heading h2 {
    padding-bottom: 5px;
}

#account_info_form .form-control {
    margin-bottom: 20px;
    font-size: 14px;
}

#account_info_form .form-group {
    margin-bottom: 40px;
}

#account_info_form .input-radio {
    padding-bottom: 20px;
}

/*--------------------------------
    Order Completed Page
-----------------------------------*/
.order_complete i {
    color: #FF324D;
    font-size: 80px;
    margin-bottom: 20px;
}

.order_complete_heading {
    padding-bottom: 30px;
}

.order_complete p {
    padding-bottom: 30px;
}

/*--------------------------------
   Vandor Dashboard Page
-----------------------------------*/
.vendor_top_box {
    text-align: center;
    border: 1px solid #f79837;
    padding: 20px 0;
    box-shadow: 3px 5px 7px 1px #00000014;
    transition: .4s all ease-in-out;
}

.vendor_top_box:hover {
    box-shadow: none;
}

.vendor_top_box h2 {
    font-weight: 600;
    color: var(--main-theme-color);
}

.vendor_top_box h4 {
    margin-bottom: 0;
    font-weight: 400;
    padding-top: 5px;
}

.mychart_area {
    padding-top: 30px;
}

.vendor_order_boxed {
    padding-top: 40px;
}

#all_product .vendor_order_boxed {
    padding-top: 0px;
}

#all_order .vendor_order_boxed {
    padding-top: 0px;
}

.pending_table {
    background: #fff;
    box-shadow: 3px 3px 6px 3px #00000008;
}

.pending_table thead tr th {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pending_table tbody tr {
    /* border-bottom: 1px solid #eee; */
    margin-bottom: 10px;
}

.pending_table tbody tr td {
    vertical-align: middle;
    text-transform: capitalize;
    text-align: center;
}

.btn_right_table {
    text-align: right;
    margin-top: 30px;
}

/* --Vendor Profile-- */
.profils_details_vendor {
    display: flex;
}

.profils_details_vendor .profile_left {
    width: 150px;
    margin-right: 15px;
}

.profils_details_vendor .profile_left {
    display: flex;
    align-items: center;
}

.vendors_profiles ul li h4 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
}

.vendors_profiles .btn_left_table {
    padding-top: 10px;
}

/* --Setting Area-- */
.setings_boxed {
    box-shadow: 0px 0px 3px 2px #00000014;
    padding: 20px 20px;
    margin-bottom: 30px;
}

.setings_boxed h3 {
    font-size: 18px;
    padding-bottom: 10px;
}

/*--------------------------------
        Add Product Page
-----------------------------------*/
.add_product_form .fotm-group {
    margin-bottom: 20px;
}

.add_product_form .fotm-group select {
    display: block;
    width: 100%;
}

.add_product_wrapper h3 {
    padding-bottom: 30px;
}

.add_product_form {
    box-shadow: 0px 2px 8px 4px #0000000f;
    background: #fff;
    padding: 30px 25px;
}

.image-input {
    text-align: center;
}

.image-input input {
    display: none;
}

.image-input label {
    display: block;
    color: #FFF;
    background: #000;
    padding: 0.3rem 0.6rem;
    font-size: 17px;
    cursor: pointer;
    width: 26%;
    margin: 21px auto 33px auto;
}

.image-input label i {
    font-size: 125%;
    margin-right: 0.3rem;
}

.image-input label:hover i {
    animation: shake 0.35s;
}

.image-input img {
    max-width: 200px;
    max-height: 200px;
    border: 2px solid #ffc107;
    margin: 0 auto;
}

.back_to_area a {
    font-size: 14px;
    color: var(--main-theme-color);
}

.back_to_area {
    padding-bottom: 40px;
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

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

    75% {
        transform: rotate(-10deg);
    }

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

/*--------------------------------
            Preloader
-----------------------------------*/
#preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999999999;
}

#status {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center
}

/*--------------------------------
            Offer Modal 
-----------------------------------*/
.theme-modal .modal-dialog .modal-content .modal-body.modal-bg {
    background-color: #e5e5e7;
    padding: 0px;
}

.theme-modal .modal-dialog .modal-content .modal-body .offer_modal_img {
    text-align: right;
}

.theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left {
    padding-left: 80px;
    padding-top: 30px;
}

.theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left img {
    width: 200px;
    height: 60px;
}

.theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left h3 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 25px;
}

.theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left p {
    font-size: 14px;
    line-height: 24px;
    padding-top: 15px;
}

.theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left form input {
    border: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left form label {
    font-size: 14px;
}

.theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left form button {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left form .check_boxed_modal {
    padding-top: 10px;
}

.theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left form {
    padding-top: 30px;
}

.theme-modal .modal-dialog .modal-content .modal-body .close {
    padding-right: 10px;
    padding-top: 13px;
    position: absolute;
    right: 25px;
    top: 0;
    font-size: 30px;
    cursor: pointer;
    z-index: 999;
    background: transparent;
}

/*--------------------------------
        Cookies area
-----------------------------------*/
.cookie-bar.show {
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cookie-bar p {
    color: #fff;
}

.cookie-bar a {
    margin-left: 20px;
}

.cookie-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: -70px;
    left: 0;
    width: 100%;
    background-color: var(--main-theme-color);
    padding: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;
}

.offer_modal_left .input-group-append {
    display: flex;
}

/* ----------------------------
        Grocery Page
-------------------------------*/

/* --Banner-- */
#grocery_banner {
    background-image: url('../img/grocery/banner/grocery_banner_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.banner_last_img {
    padding-bottom: 25px;
}

.grocery_heading h2 {
    font-weight: 600;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 20px;
    position: relative;
}

.grocery_heading {
    margin-bottom: 30px;
}

.grocery_heading h2::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 3px;
    background-color: var(--main-theme-color);
    bottom: 0;
    left: 0;
}

.grocery_small_item {
    border: 1px solid #d4d0d0;
    text-align: center;
    padding: 25px 13px;
    transition: .4s all ease-in-out;
}

.grocery_small_item:hover {
    background: #e2e2e2;
}

.grocery_small_item h4 {
    font-size: 18px;
    padding-top: 10px;
}

.grocery_small_item p {
    padding-top: 10px;
    font-weight: 600;
}

.slider_button_style .owl-nav {
    top: -115px;
    position: absolute;
    right: 0;
}

.slider_button_style .owl-carousel .owl-nav button.owl-next,
.slider_button_style .owl-carousel .owl-nav button.owl-prev {
    background: #fff;
    color: var(--heading-color);
    padding: 0 !important;
    width: 45px;
    height: 46px;
    margin-left: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    transition: .4s all ease-in-out;
    border: 1px solid #00000045;
    box-shadow: 0px 0px 17px -9px #000;
}

.slider_button_style .owl-carousel .owl-nav button.owl-next:hover,
.slider_button_style .owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--main-theme-color);
    box-shadow: none;
}

.discount_item a img {
    width: 100%;
}

.discount_item {
    padding-bottom: 20px;
}

.sp_product_item {
    background: #f2f4f7;
    border-radius: 6px;
    text-align: center;
}

.sp_product_thumb {
    position: relative;
    padding: 32px 15px 0px;
}

.sp_product_thumb .batch {
    position: absolute;
    top: 25px;
    right: 15px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    background: var(--main-theme-color);
    color: #fff;
    padding: 6px 6px;
    min-width: 45px;
    text-align: center;
    z-index: 1;
    line-height: 1;
}

.sp_product_thumb a {
    position: relative;
    display: block;
}

.sp_product_thumb img {
    display: inline-block;
    max-width: 100%;
}

.sp_product_content {
    padding: 25px 40px 25px;
}

.sp_product_content .rating_sp {
    color: var(--main-theme-color);
    font-size: 10px;
    letter-spacing: -.5px;
    margin-bottom: 4px;
}

.sp_product_content h6 {
    font-size: 16px;
    font-weight: 700;
    color: #515457;
    line-height: 1.4;
    margin-bottom: 7px;
}

.sp_product_content .product_status {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    color: var(--main-theme-color);
}

.sp_product_content .sp_cart_wrap {
    width: 132px;
    margin: 15px auto 15px;
}

.sp_product_content .sp_cart_wrap .cart_plus_minus {
    position: relative;
}

.sp_product_content .sp_cart_wrap input {
    width: 100%;
    background: #ebebeb;
    border: none;
    padding: 10px 50px;
    font-size: 14px;
    font-weight: 700;
    color: #41464c;
    text-align: center;
    border-radius: 50px;
}

.best_sellers_products .sp_product_item .cart_plus-minus .qtybutton {
    background: #f2f4f7;
    border-color: #fff;
}

.sp_product_content .cart_plus_minus .qtybutton.dec {
    font-size: 20px;
}

.sp_product_content .cart_plus_minus .qtybutton.inc {
    left: auto;
    right: 0;
}

.sp_product_content .cart_plus_minus .qtybutton {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #ebebeb;
    cursor: pointer;
    z-index: 1;
    font-weight: 800;
    font-size: 16px;
    font-family: var(--font-family-heading);
    color: var(--color-secondary);
    user-select: none;
}

.sp_product_content>p {
    margin-bottom: 0;
    font-size: 14px;
    color: #515457;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.grocery_todays_area_left {
    background-color: #f2f4f7;
    text-align: center;
    padding: 37px 18px;
    border-radius: 5px;
}

#countdown_grocery ul li {
    display: inline-grid;
    background: #fff;
    width: 85px;
    border-top: 2px solid var(--main-theme-color);
    padding: 15px 12px;
    font-size: 13px;
    margin-right: 13px;
    text-align: center;
}

#countdown_grocery ul li:last-child {
    margin-right: 0px;
}

#countdown_grocery ul li span {
    display: block;
    font-size: 24px;
    font-weight: 600;
}

.grocery_todays_img {
    padding-top: 30px;
}

.grocery_todays_content {
    padding-top: 30px;
}

.grocery_todays_content h3 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
}

.grocery_todays_content p {
    padding-bottom: 20px;
}

#todays_deails_area .sp_product_thumb img {
    display: inline-block;
    max-width: 100%;
    width: 100px;
}

#todays_deails_area .sp_product_content {
    padding: 20px 20px 23px;
}

#todays_deails_area .sp_product_content h6 {
    font-size: 14px;
    margin-bottom: 5px;
}

#todays_deails_area .sp_product_content .cart_plus_minus .qtybutton {
    width: 35px;
    height: 35px;
}

#todays_deails_area .sp_product_content .sp_cart_wrap input {
    padding: 5px 50px;
    min-height: 35px;
}

#todays_deails_area .sp_product_item {
    margin-bottom: 25px;
}

.grocery_cat_wrapper {
    background-image: url('../img/grocery/banner/grocery_cta_bg.png');
    background-repeat: no-repeat;
    padding-top: 30px;
}

.grocery_cta_content {
    padding-left: 40px;
}

.grocery_cta_content h2 {
    line-height: 50px;
}

.grocery_cta_content p {
    padding-top: 15px;
}

.grocery_cta_content form {
    padding-top: 30px;
}

.grocery_cta_content .input-group {
    width: 75%;
}

.btn_cta {
    border: none;
    background: var(--main-theme-color);
    width: 56px;
    height: 50px;
    line-height: 50px;
    font-size: 19px;
    color: #fff;
    border-radius: 0 6px 6px 0;
}

.grcery_support_boxed {
    display: flex;
    background: #f1f2ff94;
    padding: 30px 20px;
    border-radius: 5px;
    transition: .4s all ease-in-out;
}

.grcery_support_boxed:hover {
    transform: translateY(-10px);
}

.support_boxed_grocery_content {
    padding-left: 20px;
}

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

.support_boxed_grocery_content p {
    padding-top: 2px;
    font-size: 14px;
}

/* ------------------------------------
        Pharmacy Page
--------------------------------------*/
#pharmacy_banner {
    padding: 50px 0 0 0;
    position: relative;
}

.pharmacy_banner_img img {
    width: 100%;
}

#pharmacy_categorie {
    position: relative;
}

.pharmacy_top_card {
    padding: 20px 20px;
    border: 1px solid #e2e2e2;
    text-align: center;
    transition: .4s all ease-in-out;
}

.pharmacy_top_card:hover {
    border: none;
    background: #ebebeb;
    border: 1px solid #e2e2e2;
}

.pharmacy_top_card a h4 {
    font-size: 18px;
    padding-top: 10px;
}

.slider_button_left_right .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
}

.slider_button_left_right .owl-carousel .owl-nav .owl-next,
.slider_button_left_right .owl-carousel .owl-nav .owl-prev {
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 10%);
    transition: .4s all ease-in-out;
    border: 1px solid #dbd9d9;
}

.slider_button_left_right .owl-carousel .owl-nav .owl-next:hover,
.slider_button_left_right .owl-carousel .owl-nav .owl-prev:hover {
    color: var(--main-theme-color);
}

.view_all_arae {
    position: absolute;
    top: 20px;
    right: 0;
}

.view_all_arae a {
    color: var(--main-theme-color);
    font-size: 18px;
    font-weight: 500;
}

.view_all_arae a:hover {
    color: var(--heading-color);
}

#pharmacy_featured_product {
    position: relative;
}

.tabs_left_button .nav-tabs {
    border-bottom: none;
    width: 100%;
    justify-content: end;
    position: absolute;
    right: 15px;
    top: -70px;
}

.tabs_left_button .nav-tabs li:first-child a {
    margin-left: 0px;
}

.tabs_left_button .nav-tabs li .active {
    color: var(--main-theme-color) !important;
}

.tabs_left_button .nav-tabs li a {
    margin-left: 50px;
    transition: inherit;
    background: transparent;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
}


.pharmacy_product_card {
    position: relative;
    border: 1px solid #d2d2d285;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.pharmacy_product_img {
    position: relative;
}

.pharmacy_product_img a img {
    width: 100%;
}

.pharmacy_product_img .batch {
    position: absolute;
    top: 15px;
    right: 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background: var(--main-theme-color);
    color: #fff;
    padding: 4px 11px;
    min-width: 45px;
    text-align: center;
    z-index: 1;
    line-height: 1;
}

.pharmacy_product_text {
    text-align: center;
    background: #fff;
    padding: 17px 10px;
}

.pharmacy_product_text p {
    padding-top: 7px;
    font-size: 20px;
    color: var(--main-theme-color);
    font-weight: 500;
}

.pharmacy_product_text p del {
    padding-left: 10px;
    color: #f798378c;
}

.pharmacy_product_icon {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    right: 0;
    text-align: center;
    padding-top: 0;
    transition: all .5s ease-in-out;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pharmacy_product_icon ul {
    display: table;
    margin: 0 auto;
}

.pharmacy_product_icon ul li {
    position: relative;
    display: inline-block;
    background: #fff;
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px);
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.pharmacy_product_icon ul li:last-child a {
    border-right: none;
}

.pharmacy_product_icon ul li a {
    line-height: 45px;
    padding: 10px 10px;
    border-right: 1px solid #dedede;
}

.pharmacy_product_card:hover .pharmacy_product_icon li {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

#pharmacy_date_month {
    background: #ebebeb;
}

.pharmacy_date_img {
    margin-bottom: 30px;
}

#pharmacy_date_month ul li span {
    display: block;
    font-size: 24px;
    font-weight: 600;
}

#pharmacy_grocery {
    text-align: center;
    padding-top: 30px;
}

#pharmacy_grocery ul li {
    display: inline-grid;
    background: #fff;
    width: 85px;
    border-top: 2px solid var(--main-theme-color);
    padding: 15px 12px;
    font-size: 13px;
    margin-right: 13px;
    text-align: center;
}

#pharmacy_grocery ul li span {
    display: block;
    font-size: 24px;
    font-weight: 600;
}

.pharmacy_time_area {
    margin-bottom: 40px;
    text-align: center;
}

.pharmacy_time_area h2 {
    padding-bottom: 15px;
}

.pharmacy_date_img img {
    width: 100%;
}

.pharmacy_promo_img {
    margin-bottom: 30px;
}

.pharmacy_promo_img img {
    width: 100%;
}

.pharmacy_heading_wrapper {
    position: relative;
}

.partner_logo_pharmacy {
    position: relative;
    z-index: 999;

}

.partner_logo_pharmacy img {
    width: 60% !important;
    margin: 0 auto !important;
}

#pharmacy_footer_top {
    background: #ebebeb;
    padding: 80px 0;
}

.pharmacy_footer_text {
    text-align: center;
}

.pharmacy_footer_text p {
    padding-top: 10px;
    font-size: 18px;
}

.pharmacy_footer_text {
    padding-bottom: 20px;
}

/* ----------------------------
       Jewellary Page
-------------------------------*/
#jewellry_banner {
    background-image: url("../img/jewellary/banner/banner.png");
    padding: 160px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.jewellry_banner_text h1 {
    font-size: 65px;
    font-weight: 500;
    color: #fff;
    line-height: 75px;
    padding-bottom: 15px;
}

.jewellry_banner_text h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px;
}

.jewellry_banner_text h5 span {
    color: #000;
}

.jewellry_banner_text a {
    margin-top: 30px;
    font-size: 18px;
}

.hover_area_translateY {
    transition: .4s all ease-in-out;
}

.hover_area_translateY:hover {
    transform: translateY(10px)
}

.jewellary_offer_topimg img {
    width: 100%;
}

.jewellry_top_twoimg {
    padding-bottom: 30px;
}

.jewellry_top_twoimg img {
    width: 100%;
}

.jewellary_heading {
    text-align: center;
    padding-bottom: 70px;
}

.jewellary_heading h2 {
    position: relative;
}

.jewellary_heading h2::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 3px;
    background: var(--main-theme-color);
    left: 50%;
    bottom: -26px;
    transform: translate(-50%, -50%);
    border-radius: 15px;
}

.jewellary_heading h2::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--main-theme-color);
    left: 50%;
    bottom: -40px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 4px solid #fff;
    z-index: 99;
}

.jewellary_product_card {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.jewellary_product_img {
    position: relative;
    background: #eeeeee;
    padding: 18px;
}

.jewellary_product_img a img {
    width: 100%;
}

.jewellary_product_text {
    padding-top: 25px;
}

.jewellary_product_text p {
    padding: 10px 0;
}

.jewellary_product_text h4 {
    color: var(--main-theme-color);
}

.jewellary_product_icon {
    position: absolute;
    top: 65%;
    left: 20px;
    z-index: 2;
    right: 0;
    text-align: center;
    padding-top: 0;
    transition: all .5s ease-in-out;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jewellary_product_icon ul {
    display: table;
}

.jewellary_product_icon ul li {
    position: relative;
    background: #fff;
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px);
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    margin-bottom: 5px;
}

.jewellary_product_icon ul li:last-child a {
    border-right: none;
}

.jewellary_product_icon ul li a {
    line-height: 45px;
    padding: 10px 10px;
}

.jewellary_product_card:hover .jewellary_product_icon li {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.dots_style .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #86979170;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.dots_style .owl-theme .owl-dots .owl-dot.active span,
.dots_style .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-theme-color);
}

#paralex_area {
    background-image: url("../img/jewellary/banner/paralex.png");
    padding: 145px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
}

.paralex_text {
    text-align: center;
}

.paralex_text h3 {
    color: #fff;
}

.paralex_text h2 {
    font-size: 60px;
    color: #fff;
    padding: 30px 0;
}

.paralex_text p {
    color: #fff;
    padding: 0 155px;
    font-size: 18px;
    padding-bottom: 30px;
}

#explore_product_jewellary .tabs_center_button {
    padding-bottom: 40px;
}

#jewellary_customer_service {
    background: #f4f4f4;
    padding: 100px 0;
}

.jewel_serv_card {
    text-align: center;
}

.jewel_serv_card i {
    font-size: 40px;
    padding-bottom: 20px;
}

.jewel_serv_card h4 {
    padding-bottom: 5px;
}

.jewellary_blog_card {
    text-align: center;
}

.jewellary_blog_img {
    overflow: hidden;
}

.jewellary_blog_img img {
    transition: .4s all ease-in-out;
    width: 100%;
}

.jewellary_blog_card:hover .jewellary_blog_img img {
    transform: scale(1.2);
}

.jewellary_blog_content {
    padding-top: 25px;
}

.jewellary_blog_content h3 {
    padding-bottom: 15px;
}

.jewellary_blog_card:hover .jewellary_blog_content h3 a {
    color: var(--main-theme-color);
}

.jewellary_blog_content h6 {
    font-size: 16px;
}

.jewellary_blog_content h6 a {
    color: var(--main-theme-color);
}

.jewellary_blog_content p {
    padding-top: 15px;
    padding-bottom: 15px;
}

.jewellary_blog_content .read_more {
    color: var(--main-theme-color);
}

.grocery_banner_img img {
    width: 100%;
}

/* ----------------------------
       Baby Shop Page
-------------------------------*/

#baby_banner {
    padding: 50px 0;
}

.baby_banner_img img {
    width: 100%;
}

.baby_category_card {
    text-align: center;
    position: relative;
    margin-top: 10px;
    transition: .4s all ease-in-out;
}

.baby_category_card:hover {
    transform: translateY(-10px);
}

.baby_cat_img {
    position: absolute;
    top: -57px;
    left: 50%;
    transform: translate(-50%);
}

.baby_cat_content {
    border: 1px solid #dcdcdc;
    ;
    padding: 70px 20px 20px 20px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.baby_category_card p {
    padding-top: 10px;
    color: #000;
    font-size: 14px;
}

#baby_trending_product .tabs_center_button {
    padding-bottom: 40px;
}

#baby_offer_banner {
    padding: 150px 0;
    background-image: url("../img/baby-shop/banner/offer_bg.jpg");
    background-repeat: no-repeat;
}

.baby_offer_banner_text {
    text-align: center;
}

.baby_offer_banner_text h2 {
    color: #fff;
    padding-bottom: 60px;
    font-size: 55px;
}

.baby_todays_count {
    padding-top: 40px;
}

.baby_blog_thumb a img {
    width: 100%;
    filter: invert(0.2);
    transition: .4s all ease-in-out;
}

.baby_blog_card:hover .baby_blog_thumb a img {
    filter: invert(0);
}

.baby_blog_content {
    padding-top: 20px;
}

.baby_blog_content span {
    padding-bottom: 5px;
    display: block;
    font-size: 14px;
    color: #8d8d8d;
}

.baby_blog_content h3 {
    padding-top: 10px;

}

.baby_blog_content p {
    padding-top: 10px;
    padding-bottom: 20px;
}

.baby_blog_content .read_more {
    color: var(--main-theme-color);
}

.baby_offer_one_img a img {
    width: 100%;
}

/* ----------------------------
     Cart 3 Page
-------------------------------*/
#cart_area_three .coupon_code {
    margin-top: 0;
}

#cart_area_three .cart_submit {
    padding: 20px 0 0 0;

}

#total_cart_form_three .rigth_cart {
    display: inline-block;
    float: right;
}

.total_cart_inner {
    padding: 20px 15px;
}

.total_cart_inner h5 {
    padding-bottom: 17px;
    font-weight: 700;
}

.estimate_for_country {
    font-weight: 800;
    padding-top: 10px;
}

.total_catr_three_bottom {
    margin-top: 30px;
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
}

.total_catr_three_bottom h5 {
    font-weight: 500;
}

.total_catr_three_bottom h5 span {
    float: right;
}

.bottom_code {
    margin-top: 30px !important;
}

/* ----------------------------
    Product Details 3 Page
-------------------------------*/
#product_single_three .list_three_pro li {
    padding-bottom: 10px;
}

#product_single_three .list_three_pro li span {
    padding-right: 10px;
}

#product_single_three .list_three_pro {
    padding-top: 23px;
}


#product_single_three .customs_selects {
    padding-top: 30px;
}

#product_single_three .variable-single-item {
    padding-top: 10px;
}

#product_single_three .reviews_rating {
    padding-top: 15px;
}

#product_single_three .modal_product_content_one h4 {
    padding-top: 20px;
}

#product_single_three .modal_product_content_one h4 del {
    padding-left: 20px;
    color: var(--main-theme-color);
}

#product_single_three .modal_product_content_one p {
    padding-top: 20px;
}

#product_single_three .links_Product_areas ul li {
    display: inline-flex;
    padding-right: 20px;
}

#product_single_three .links_Product_areas ul li a i {
    padding-right: 5px;
}

#product_single_three .links_Product_areas .theme-btn-one {
    margin-top: 20px;
}

.align_text_color {
    font-weight: 600;
    text-transform: capitalize;
    color: #24262b;
    position: relative;
    top: -9px;
    padding-right: 15px;
}

.product_details_cat {
    padding-top: 20px;
}

.product_details_cat ul li {
    display: inline-flex;
    font-weight: 600;
    text-transform: capitalize;
    color: #24262b;
    position: relative;
    top: -9px;
    padding-right: 8px;
}

.product_details_cat ul li a {
    font-weight: 400;
}

.product_details_bor {
    border-bottom: 1px solid #efefef;
}

.area_custom_details {
    display: flex;
    align-items: center;
}

.product_detail_socials {
    padding-top: 15px;
}

.product_detail_socials ul li {
    padding-left: 10px;
}

.product_detail_socials ul li a {
    display: inline-block;
    height: 36px;
    width: 36px;
    background: #ddd;
    text-align: center;
}

.product_detail_socials ul li a i {
    font-size: 18px;
    line-height: 36px;
    color: var(--heading-color);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.product_detail_socials ul li:hover a {
    background-color: var(--main-theme-color);
}

.product_detail_socials ul li:hover a i {
    color: #fff;
}

.product_detail_socials h6 {
    font-size: 16px;
    font-weight: 700;
}





.product_category_one {
    overflow: hidden;
}

.product_category_one .thumb {
    position: relative;
    overflow: hidden;
}

.product_category_one .thumb .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.product_category_one .thumb .image img {
    z-index: 1;
    max-width: 100%;
    transition: all 0.3s ease 0s;
    width: 100%;
    border-radius: 10px
}

.product_category_one .thumb .image img.hover-image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
}

.product_category_one .content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    padding: 12px 0px 0px 0px;
    transition: all 0.3s ease 0s;
    text-align: center;
    background-color: #e9c583;

}

.product_category_one .content .title {
    font-size: 14px;
    margin: 0px 0 7px
}

.product_category_one .content .title a {
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-family: "PT Serif", serif;
}

.product_category_one .content .discount {
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 600;
    padding-bottom: 11px;
    font-family: "PT Serif", serif;
}

.product_category_one .content .shop-now {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 400;
    padding-bottom: 8px;

}

.product_category_one .content .btn {
    align-self: center;
}

.product_category_one:hover .thumb .image img {
    transform: scale(1.1) rotate(3deg);
    border-radius: 10px
}

.product_category_one:hover .thumb .image img:not(:last-child) {
    opacity: 0;
    transition: .5s all ease-in-out;
}

.product_category_one:hover .thumb .image img.hover-image {
    opacity: 1;
    transition: .5s all ease-in-out;
    border-radius: 10px;
}

.product_category_one:hover .content .title a {
    color: #000;
}

.product_category_one:hover .content .title a:hover {
    color: #0c542f;
}

.product_category_one {
    margin-top: 30px;
    box-shadow: 0px 3px 15px 0px #0000000f;
    padding: 12px;
    /* background-color: #ffd1d1; */
    background: #dca2379e;
    border-radius: 10px
}













.product_ultimate_one {
    overflow: hidden;
}

.product_ultimate_one .thumb {
    position: relative;
    overflow: hidden;
}

.product_ultimate_one .thumb .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.product_ultimate_one .thumb .image img {
    z-index: 1;
    max-width: 100%;
    transition: all 0.3s ease 0s;
    width: 100%;
    border-radius: 10px
}

.product_ultimate_one .thumb .image img.hover-image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
}

.product_ultimate_one .content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    padding: 5px 0px 0px 0px;
    transition: all 0.3s ease 0s;
    text-align: center;
    background-color: #fff;
    bottom: 85px;
    margin: 0 15px;
    border-radius: 10px;

}

.product_ultimate_one .content .title {
    font-size: 14px;
    margin: 0px 0 7px
}

.product_ultimate_one .content .title a {
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    line-height: 26px;
}

.product_ultimate_one .content .discount {
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 600;
    padding-bottom: 11px;
    font-family: "PT Serif", serif;
}

.product_ultimate_one .content .shop-now {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 400;
    padding-bottom: 8px;

}

.product_ultimate_one .content .btn {
    align-self: center;
}

.product_ultimate_one:hover .thumb .image img {
    transform: scale(1.1) rotate(3deg);
    border-radius: 10px
}

.product_ultimate_one:hover .thumb .image img:not(:last-child) {
    opacity: 0;
    transition: .5s all ease-in-out;
}

.product_ultimate_one:hover .thumb .image img.hover-image {
    opacity: 1;
    transition: .5s all ease-in-out;
    border-radius: 10px
}

.product_ultimate_one:hover .content .title a {
    color: #000;
}

.product_ultimate_one:hover .content .title a:hover {
    color: #dca237;
}

.product_ultimate_one {
    margin-top: 30px;
    border-radius: 10px
}

/* profile-page-css */
/* Card Container */
.my_profile-card {
    max-width: 950px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
}

/* Header */
/* .my_profile-header {
    background: linear-gradient(135deg, #2563eb, #4f46e5);
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
} */

/* Form Styles */
.my_profile-form {
    padding: 5px;
}

.my_profile-label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #333;
}

.my_profile-input,
.my_profile-textarea {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px 14px;
    width: 100%;
    transition: border 0.2s ease;
}

.my_profile-input:focus,
.my_profile-textarea:focus {
    border-color: #2563eb;
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

/* Button */
.my_profile-btn {
    background: #dca237;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 40px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.my_profile-btn:hover {
    background: #7f5c1c;
    transform: translateY(-2px);
}

/* end-profile-css */

/* change-pw-css */
/* Card */
.change_password-card {
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Header */
/* .change_password-header {
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    padding: 20px;
} */
/* Form */
.change_password-form {
    padding: 10px;
}

.br_4 {
    border-radius: 4px;
}

.change_password-label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #333;
}

.change_password-input {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px 14px;
    width: 100%;
    transition: border 0.2s ease;
}

.change_password-input:focus {
    border-color: #f97316;
    outline: none;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.2);
}

/* Button */
.change_password-btn {
    background: #dca237;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 40px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.change_password-btn:hover {
    background: #b57e18;
    transform: translateY(-2px);
}

/* end-change-pw-css */
.product_detail-reviewsummary {
    margin-top: 65px;
}

.reviewsummary-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}

/* Left section (Overall rating) */
.product_detail-overall {
    flex: 1;
    min-width: 200px;
    text-align: center;
    border-right: 1px solid #eee;
    padding-right: 20px;
}

.product_detail-overallrating {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
    line-height: 1;
}

.product_detail-starrating {
    margin: 10px 0;
}

.product_detail-starrating i {
    color: #0c542f;
    /* gold stars */
    margin-right: 2px;
}

.product_detail-ratingtext {
    font-size: 0.9rem;
    color: #666;
}

/* Right section (Breakdown) */
.product_detail-breakdown {
    flex: 2;
    min-width: 250px;
}

.product_detail-breakdown-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 10px;
}

.product_detail-breakdown-label {
    width: 80px;
    font-size: 0.9rem;
    color: #444;
}

.product_detail-breakdown-bar {
    flex: 1;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    height: 10px;
    position: relative;
}

.product_detail-breakdown-fill {
    height: 100%;
    border-radius: 4px;
}

.fill-excellent {
    background: #28a745;
}

.fill-verygood {
    background: #17a2b8;
}

.fill-good {
    background: #ffc107;
}

.fill-average {
    background: #fd7e14;
}

.fill-poor {
    background: #dc3545;
}

.product_detail-breakdown-count {
    width: 40px;
    text-align: right;
    font-size: 0.9rem;
    color: #333;
}

.product_detail-reviewsummary h3 {
    font-size: 20px;
}


/*===================================================================

====================================================================*/


.address-section {
    max-width: 700px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.address-section h2 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #333;
}

.address-card {
    /* border: 1px solid #ddd; */
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.07);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.address-card input[type="radio"] {
    margin-top: 5px;
    transform: scale(1.2);
}

.address-details {
    flex: 1;
}

.address-card input[type="radio"] {
    margin-top: 15px;
    accent-color: var(--main-theme-color);
}

.address-card:hover,
.address-card input[type="radio"]:checked+.address-details {
    border-color: #206afd;
}

.address-text {
    font-size: 15px;
    color: #333;
    margin-top: 8px;
}

.address-details h3 {
    margin: 0;
    font-size: 18px;
    color: #0c542f;
}

.labeloctin {
    font-size: 13px;
    color: #555;
    background: #e0e0e0;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
}

.addphone {
    font-size: 14px;
    color: #444;
    margin-top: 4px;
}

.selectedAddress {
    color: var(--main-theme-color);
}

.QqFHMw._7Pd1Fp {
    background: #0c542f;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    border: none;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}

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

.mycoupon-box-1 {
    width: 100%;
    background-color: #fff;
    padding: 24px 16px 24px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 25px;
}

.ordertotl {
    margin: 10px 0px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0px;
}

.order-save {
    padding-top: 06px;
}



/* ======================================================================= */


.star-rating {
    width: 70%;
    color: gray;
    font-size: 24px;
    border-bottom: 0.4px solid rgba(194, 194, 194, 0.829);
}

.star-rating span {
    color: gold;
}

.main-info p {
    font-size: 15px;
    color: gray;
    margin-bottom: 30px;
}

#price {
    color: rgb(168, 14, 14);
    font-size: 21px;
}

/* Select Items */

.change-color {
    margin-bottom: 10px;
}

.change-color .thumb-box {
    margin: 10px 10px 10px 0;
    width: 40px;
    display: inline-block;
}

.change-size select {
    padding: 5px 10px;
    border-radius: 4px;
    border-color: rgb(189, 189, 189);
    margin-top: 10px;
}

.description ul {
    padding-left: 17px;
    font-size: 15px;
    line-height: 1.3rem;
}



.thumb-box {
    width: 75%;
    margin: 10px auto;
    background: white;
    border: 1px solid gray;
}

.thumb-box img {
    width: 100%;
    height: 100%;
}

.item-image-main img {
    width: 100%;
    height: auto;
}

.thumb-box:hover {
    cursor: pointer;
    border-color: #e77600;
    ;
    box-shadow: 0px 1px 5px 1px #e77600;
}

/* ===== Colour options ===== */
.color-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.color-option {
    border: 2px solid #ccc;
    border-radius: 6px;
    padding: 6px;
    width: 100px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}

.color-option img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.color-option .price {
    font-weight: bold;
    font-size: 14px;
}

.color-option .old-price {
    text-decoration: line-through;
    color: #777;
    font-size: 12px;
}

.color-option.active {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px #2563eb33;
}




/* ===== Colour options ===== */
.color-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.color-option {
    border: 2px solid #ccc;
    border-radius: 6px;
    padding: 6px;
    width: 100px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}

.color-option img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.color-option .price {
    font-weight: bold;
    font-size: 14px;
}

.color-option .old-price {
    text-decoration: line-through;
    color: #777;
    font-size: 12px;
}

.color-option.active,
.color-option:hover {
    border-color: #0c542f;
    box-shadow: 0 0 0 2px #0c542f21;
}

/* ===== Size options ===== */
.size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.size-option {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 8px 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.size-option.active,
.size-option:hover {
    border: 2px solid #2563eb;
    font-weight: bold;
    color: #2563eb;
}

.recommended {
    margin-top: 18px;
    font-size: 13px;
    color: #333;
}

.recommended strong {
    color: #000;
}

.sizesection {
    margin: 4px 0px 0px !important;
}

.bankoffers-cards {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3);
    margin-left: .1rem;
    width: 32%;
    margin-right: 10px;
}

.bankoffers-cards {
    display: inline-block;
    position: relative;
    vertical-align: baseline;
    overflow: hidden;
    border-radius: 5px;
    padding: 7px 10px;
    margin-top: .2rem;
}

.bankoffers {
    display: inline-flex;
}

.bankoffers-cards p {
    font-size: 13px;
    color: #000;
}

.bankoffers-head {
    margin-top: 15px;
    padding-bottom: 05px;
    display: flex;
}

.bankoffers-cards p a {
    font-size: 16px;
    color: #0c542f;
}

.bankoffers-head h5 {
    font-size: 18px !important;
    line-height: 20px !important;
    font-weight: 600
}

.bankoffers-head i {
    padding-right: 10px;
}

.logo img {
    width: 80px;
}

/* about-section-styles */
.traditional-border {
    position: relative;
    padding: 50px 50px 40px;
}

.traditional-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: repeating-linear-gradient(90deg, #c62828, #c62828 10px, #ffd54f 10px, #ffd54f 20px);
}
        
.traditional-border::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: repeating-linear-gradient(90deg, #ffd54f, #ffd54f 10px, #c62828 10px, #c62828 20px);
}

/* Traditional background pattern */
.traditional-bg {
   
    position: relative;
    overflow: hidden;
}

.traditional-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(198, 40, 40, 0.05) 2px, transparent 2px),
        radial-gradient(circle at 75% 75%, rgba(255, 213, 79, 0.05) 2px, transparent 2px);
    background-size: 60px 60px;
    z-index: 0;
}

/* Custom section styling */
.sweetshop-section {
    padding: 0px 0px 90px;
    position: relative;
}

.section-title {
    position: relative;
    margin-bottom: 58px;
    text-align: center;
}
.center_headig h2{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    color: #461101;
    font-size: 38px;
    margin-bottom: 13px;
}
.section-title h2 {
    display: inline-block;
    padding: 0 20px;
    background-color: #fefefe;
    position: relative;
    z-index: 1;
    font-size: 2.5rem;
}

.section-title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, transparent, #dca236, transparent);
    z-index: 0;
}

/* Traditional card design */
.traditional-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    background-color: white;
}

.traditional-card:hover {
    transform: translateY(-10px);
}

.traditional-card-header {
    background-color: #461101;
    color: white;
    padding: 17px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
}

.traditional-card-body {
    padding: 20px;
}

/* Traditional icon */
.traditional-icon {
    width: 70px;
    height: 70px;
    background-color: #ffd54f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #3e2723;
    font-size: 1.8rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Traditional button */
.traditional-btn {
    background-color: #c62828;;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.traditional-btn:hover {
    background-color: #a71c1c;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(198, 40, 40, 0.2);
}

.traditional-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
}

.traditional-btn:hover::after {
    animation: shimmer 0.8s;
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

/* Traditional image frame */
.traditional-frame {
    border: 10px solid white;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.traditional-frame::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #ffd54f;
    border-radius: 10px;
    z-index: -1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 2rem;
    }
    
    .sweetshop-section {
        padding: 0px 0 65px;
    }
}

/* Ornamental divider */
.ornamental-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

.ornamental-divider span {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23c62828" d="M50,10 C60,10 70,15 75,25 C80,35 80,45 75,55 C70,65 60,70 50,70 C40,70 30,65 25,55 C20,45 20,35 25,25 C30,15 40,10 50,10 Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 10px;
}

.ornamental-divider::before,
.ornamental-divider::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background: linear-gradient(to right, transparent, #c62828);
}

.ornamental-divider::after {
    background: linear-gradient(to left, transparent, #c62828);
}

/* Traditional list */
.traditional-list {
    list-style-type: none;
    padding-left: 0;
}

.traditional-list li {
    padding: 8px 0;
    padding-left: 30px;
    position: relative;
}

.traditional-list li::before {
    content: "★";
    position: absolute;
    left: 0;
    color: #ffd54f;
    font-size: 1.2rem;
}
.sweetshop-section h3{
    font-family: 'Playfair Display', serif;
    font-size: 33px;
    color:#461101;
}

.sweetshop-section p{
    line-height:31px;
    margin-bottom: 13px;
}


/* end-about-section-styles */


.sweetscontact-us-section {
    padding: 80px 0;
    position: relative;
    /* background-color: #fff0e6; */
}

.sweetscontact-us-section .form-box{
        width: 100%;
        margin:0px auto;
        padding:35px;
        background:#fff;
        border-radius:20px;
        box-shadow:0 10px 30px rgba(0,0,0,0.08);
    }
.sweetscontact-us-section .field{
    width: 100%;
}
.sweetscontact-us-section label{
        display:block;
        font-size:14px;
        margin-bottom:6px;
        margin-top:15px;
        color:#333;
    }

   /* .sweetscontact-us-section .contct-namerow{
        display:flex !important;
        gap:15px !important;
    }
.sweetscontact-us-section .row{
        display:flex;
        gap:15px;
    } */
   .sweetscontact-us-section  .input-group{
        width: 100%;
        position:relative;
    }

   .sweetscontact-us-section  .input-group i{
        position:absolute;
        left:12px;
        top:50%;
        transform:translateY(-50%);
        color:#888;
        font-size:15px;
    }
.sweetscontact-us-section .lsticon i{top: 13% !important; transform: none !important;}

.sweetscontact-us-section .input-group input,
.sweetscontact-us-section .input-group textarea{
        width:100%;
        padding:11px 14px 11px 40px;
        font-size:14px;
        border:1px solid #e0e0e0;
        border-radius:10px !important;
        outline:none;
        background:#fff;
        transition:0.2s;
    }

.sweetscontact-us-section .input-group input:focus,
.sweetscontact-us-section .input-group textarea:focus{
        border-color:#ff6a2d;
        box-shadow:0 0 0 3px rgba(255,106,45,0.15);
    }

.sweetscontact-us-section textarea{
        height:120px;
        resize:none;
    }

.sweetscontact-us-section .btn-submit{
        margin-top:25px;
        width:230px;
        padding:10px;
        background:#461101;
        color:#fff;
        font-size:16px;
        border:none;
        border-radius: 50px;
        cursor:pointer;
        transition:0.2s;
    }

.sweetscontact-us-section .btn-submit:hover{
        opacity:0.9;
    }
.contact-usinfo {
    padding-left: 25px;
    padding-top: 15px;
}
.contact-usinfo h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    color: #461101;
    font-size: 38px;
    margin-bottom: 13px;
}
.contact-usinfo p {
    line-height: 30px;
    width: 80%;
}
.contact-usinfo-item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 15px;
    width: 100%;
}
.contact-usinfo-item i{
    font-size: 24px;
    color: #461101;
    margin-right: 20px;
}
.contact-usinfo-item-text p{
    width: 80% !important;
}

.contact-usinfo-item-text-1 h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
}

.contact-usinfo-item-text-1 p{width: 100%;}
.contact-usinfo-text{
    margin-left: 10px;
}
.contact-usinfo-item-text h4{
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
}

/* ================= About page styles (migrated from about.css) ================= */

:root{
    --about-primary:#d35400; /* warm orange */
    --about-dark:#222;
    --about-muted:#777;
    --about-accent:#f7f0ea;
}


.about-intro{padding:100px 0px 10px}
.about-intro-image img{border-radius:8px;box-shadow:0 8px 30px rgba(34,34,34,0.06)}
.about-intro-content h3{font-size:30px;margin-bottom:18px;color:var(--about-dark)}
.about-intro-content p{color: #000;line-height:1.8; margin-bottom: 10px;}
.about-highlights{margin-top:15px;padding-left:18px;color: #393939;}
.about-highlights li{margin-bottom:8px}
.about-intro-content .theme-btn-one{margin-top:25px;background:var(--about-primary);border-radius:50px;padding:12px 30px;color:#fff;transition:0.3s;}
.about-intro-content .theme-btn-one:hover{background:#a84300;transform:translateY(-3px);box-shadow:0 10px 20px rgba(211,84,0,0.2)}

/* Mission & Stats */
.mission-stats{padding:50px 0}
.mission-stats.bg-light{background:#fbfbfb}
.mission-stats h4{font-size:22px;margin-bottom:8px}
.mission-stats h5{margin-top:18px;     margin-bottom: 8px; font-size: 22px; color: var(--about-dark); font-weight: 500;}
.stat-box{background:#fff;border-radius:8px;padding:22px 10px;box-shadow:0 6px 18px rgba(0,0,0,0.03)}
.stat-box h3{font-size:28px;color:var(--about-primary);margin-bottom:6px}
.stat-box p{margin:0;color:var(--about-muted)}

.about-intro-content h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    color: #461101;
    font-size: 38px;
}

/* Small polish for lists */
.about-intro-content .about-highlights{list-style:disc;margin-left:0px}

/* ================= end about styles ================= */

.about-cta {
    position: relative;
    background: linear-gradient(rgb(105 105 105 / 80%), rgb(21 21 21 / 80%)), url(../img/bg-2.jpg) center center no-repeat;
    background-size: cover;
    /* background-image: url(../img/bg-2.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    padding: 120px 0px;
    justify-content: center;
}
.about-cta h3{
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Playfair Display', serif;
}
.about-cta p{
    color: #ddd;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 28px;
}
.about-cta .theme-btn-one {
    background: #dca237;
    border: 0;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.about-cta .theme-btn-one:hover {
    background: #7f5c1c;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(198, 40, 40, 0.2);
}

/* =========== */

.about-us-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 30px;
    margin-right: 20px;
}
.about-image-box {
    width: calc(50% - 15px);
}
.about-img-1 figure, .about-img-2 figure, .about-img-3 figure {
    display: block;
    border-radius: 30px;
}
.about-img-1 img {
    aspect-ratio: 1 / 1.91;
}
.about-img-1 img, .about-img-2 img, .about-img-3 img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.about-image-box {
    width: calc(50% - 15px);
}
.about-img-2 {
    margin-bottom: 30px;
}

.about-intro-content{
    margin-top: -90px;
}


/* --- STYLE 2 --- */

.section-style2 {
    padding: 0;
    font-family: "Poppins", sans-serif;
}

/* Wave background area */
.style2-wave {
    background: linear-gradient(135deg, #fff7f0 0%, #ffe9d6 100%);
    padding: 70px 5% 110px;
    text-align: center;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
}

.style2-wave h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.style2-wave p {
    font-size: 16px;
    max-width: 800px;
    margin: auto;
    line-height: 1.7;
}

/* Values row */
.style2-values {
    margin-top: -60px;
    display: flex;
    justify-content: center;
    gap: 25px;
    padding: 0 5%;
    flex-wrap: wrap;
}

.style2-value-box {
    background: #fff;
    width: 250px;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.style2-value-box h4 {
    font-size: 18px;
    margin-top: 20px;
}

.style2-value-box span {
    color: #c0671d;
    font-size: 28px;
}

/* Stats row */
.style2-stats {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    padding-bottom: 75px;
}

.style2-stat-card {
    background: #fff;
    width: 240px;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    text-align: center;
}

.style2-stat-card h3 {
    font-size: 32px;
    color: #c0671d;
    margin-bottom: 20px;
}

.style2-stat-card p {
    margin: 0;
    font-size: 15px;
    color:#000;
}

/* Responsive */
@media (max-width: 768px){
    .style2-value-box,
    .style2-stat-card {
        width: 100%;
        max-width: 320px;
    }
}

.productdtils{ width: 1280px !important;}


/* New Footer */

.footer-links h2 {
    font-size: 1.45rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Roboto Slab", serif;
    letter-spacing: 0.4px;
    color: #0c542f;
    margin-bottom: 12.5px;
}
.footer-links p {
    font-size: 13px;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: 300;
    line-height: 27px;
}
.footer-links ul {
    padding-top: 2px;
}
.footer-links ul li {
    padding-bottom: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 300;
}
.footer-links ul li a {
    font-size: 13px;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: 300;
}
.footer-links ul li a:before {
    content: "\f101";
    position: absolute;
    font-weight: 400;
    font-family: var(--icon-font);
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 16px;
    background-color: transparent;
    border: none;
    color: #2d96d8;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.middle-footer-1{padding-left: 20px;}

.middle-footer{margin-left: -10px;}

.getintouch-footer ul li{line-height: 26px; padding-left: 20px; padding-bottom: 8px;} 

.getintouch-footer ul li i{margin-left: -19px;}

.tab-pane .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.tab-pane .col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
}
#to_days_area .col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
}

.slick-prev, .slick-next {
    background: #000;
    color: #000 !important;
    border: none;
    font-weight: 800;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    z-index: 1;
    cursor: pointer;
}
.slick-prev { left: -18px !important; color: #000 !important; }
.slick-next { right: -2px !important; }


/* new changes */

.seemore-btn {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    border-radius: 0;
    padding: 10px 16px;
    /* background-color: #dca237; */
    background: none;
    color: #000000;
    float: inline-end;
    margin-top: -60px;
    border-radius: 8px !important;

}
.whtmakes_section .center_heading {
    padding-bottom: 43px;
    text-align: left;
}

.ordersconfirm-btn{
    width: 130px !important;
    padding: 8px 20px !important;
    font-size: 15px !important;
}

.ptb-100-s{margin: 0px 0px 100px;}

.karappodulu-section {
    padding: 58px 0px 40px !important;
}

/*=============-----------------===================*/

.terms-policy-return_section{padding: 50px 0px 40px;}

.terms-intro-content h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    color: #461101;
    font-size:24px;
    padding-bottom:15px; padding-top:15px;
}
.terms-intro-content p{color: #000;line-height:1.8; margin-bottom: 10px;}

.terms-intro-content .about-highlights li {
    margin-bottom: 8px;
    padding-left: 20px;
}

.terms-intro-content .about-highlights li img{margin-left: -20px;}

.terms-intro-content p a{color: #dca237;}

.terms-intro-content p a:hover {color: rgba(70, 17, 1, 1);}

/*===========*/

.mobile-menu {
    display: none !important;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    background: white;
    -webkit-box-shadow: 0 -3px 6px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 -3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 -3px 6px 0 rgb(0 0 0 / 16%);
    display: block;
    z-index: 999999;
    text-align: center;
    width: 100%;
    padding-top: 13px;
}

.mobile-menu ul {
    display: flex;
    gap: 0px;
}

.mobile-menu ul li{
    width: 100%;
}

.mobile-menu ul li i{
    font-size: 20px;
    display:block;
    margin-bottom:4px;
}

.mobile-menu ul li a span{
    font-size: 11.5px;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}


.price-contet{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    flex-wrap:wrap;
    align-items: center;
}

.contet-drpdwn{
    flex:1;
}

.weight-dropdown{
        width: 100%;
    float: inline-start;
    padding: 6px 10px 6px 12px;
    border:1.5px solid #c78a3b;
    border-radius:8px;
    background:#fff;
    color:#222;
    font-size:14px;
    outline:none;
    cursor:pointer;

    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");

    background-repeat:no-repeat;
    background-position:right 9px center;
    background-size:14px;
}

.price-product p{
    margin:0;
    font-size:20px;
    font-weight:600;
    color:#000;
    padding-top: 0px !important;
}

.contet-drpdwn select:focus{
    border:1.5px solid #c78a3b;
    outline:none;
    box-shadow:none;
}

 Mobile Responsive 
@media(max-width:412px){

    .price-contet{
        gap:10px;
        display: block;
    }

    .weight-dropdown{
        width:100%;
        padding:8px 10px;
        font-size:13px;
    }

    .price-product p{
        font-size:18px;
    }
}

@media(max-width:412px){

    .price-contet{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        gap:8px;
    }

    .contet-drpdwn,
    .price-product,
    .made-text{
        display:block;
        width:100%;
    }

    .weight-dropdown{
        width:100%;
    }
}

.searcheader-btn{display:none !important;}

