@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

/*=============== Default CSS Start ==================*/
html {
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

:focus,
:hover,
:active {
    outline: 0;
    text-decoration: none !important;
}

a,
a:link {
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

h1,
h1 a,
h2,
h2 a,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-shadow: none;
}

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

:-webkit-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

*,
body * {
    box-sizing: border-box;
}

html body {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    color: #1d1d1f;
    font-size: 18px;
    background-color: #fff;
}

/* Text Common Font, Size , Style Start */
h1,
h2,
h3 {
    display: block;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
input,
button,
small,
label,
::placeholder,
::after,
::before:not(i:before) {
    font-family: "Lato", sans-serif;
}

h2 {
    max-width: 260px;
    color: #131b23;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    padding: 0 0 30px 0;
}

.c-title_secondary {
    color: #131b23;
    font-size: 48px;
    font-style: italic;
    font-weight: 600;
    line-height: 58px;
    max-width: 100%;
}

.c-tertiary_title,
.product_title {
    color: #1d1d1f;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.56px;
    max-width: 100%;
    margin-bottom: 22px;
    padding-bottom: 0;
}

.italic {
    font-style: italic;
}

.c-title_sm {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 27.36px;
    letter-spacing: 0.36px;
}

.bg-black .c-title_secondary {
    color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.container {
    max-width: 1140px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

/*******************header section start*******************/

header {
    border-bottom: solid 1px #dddddd;
    position: relative;
    z-index: 9;
    background: #000;
}

.header-main-sec {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.header-logo-sec {
    width: 15%;
}

.header-logo-sec a {
    display: block;
    height: 113px;
}

.header-menu-sec {
    width: 67%;
}

.header-social-sec {
    position: relative;
    width: 18%;
}

.header-social-sec:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    background: #ddd;
    left: 0;
    top: 0;
}

.header-social-sec ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-social-sec ul li {
    padding: 0 0 0 24px;
}

.header-social-sec ul li img {
    max-width: 24px;
    width: 24px;
}

/**menu**/
nav {
    z-index: 99;
}

nav .wrapper {
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
}

.wrapper .logo a {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.wrapper .nav-links {
    display: inline-flex;
    margin: 0;
}

.nav-links li {
    list-style: none;
    padding: 12px 18px;
    line-height: 22px;
}

.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.nav-links li a::before {
    position: absolute;
    content: "";
    background: #b96415;
    width: 100%;
    height: 5px;
    bottom: -56px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s ease;
    opacity: 0;
}

.nav-links li a:hover:before {
    opacity: 1;
}

.nav-links li ul li a:before {
    display: none;
}

.nav-links li ul li {
    padding: 6px 15px;
}

.nav-links li ul li a {
    font-size: 15px;
}

.nav-links li a.menu-dropdown:after {
    position: absolute;
    content: "";
    background: url(../images/drop-arrow.svg) right top no-repeat;
    width: 14px;
    height: 7px;
    top: 8px;
    right: -18px;
    filter: brightness(100);
}

.nav-links li a:hover,
.nav-links li a:active {
    color: #b96415;
}

.nav-links:not(.drop-menu) .current-menu a {
    color: #b96415;
}

.nav-links:not(.drop-menu) .current-menu a:before {
    opacity: 1;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #fff;
    width: 180px;
    line-height: 45px;
    top: 45px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    /* padding: 10px 0; */
}

.nav-links .drop-menu li a {
    color: #000;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 45px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0;
    font-weight: 400;
    border-radius: 0px;
}

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 30px;
}

.wrapper .btn.close-btn img {
    height: 100%;
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.body-text div {
    font-size: 45px;
    font-weight: 600;
}

/**menu**/

/**search**/
/* [data-toggle=modal], button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

button {
    position: relative;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

[data-toggle="modal"] {
    /* background: #0288D1;
  height: 3rem;
  width: 3rem;
  border-radius: 5px; */
    transition: all 0.3s ease;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transform: translateY(1rem) translateZ(0);
    transition: all 0.3s ease;
}

.modal.active {
    visibility: visible;
    transform: translateY(0) translateZ(0);
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.modal.active .content {
    opacity: 1;
    visibility: visible;
    display: flex;
    align-items: center;
}

.modal [data-dismiss="modal"] {
    position: absolute;
    height: 2rem;
    width: 2rem;
    top: 1rem;
    right: 1rem;
}

.modal [data-dismiss="modal"]:focus i {
    color: #0288d1;
}

.modal [data-dismiss="modal"] i {
    font-size: 2rem;
}

.modal [data-dismiss="modal"] span {
    display: block;
    color: rgba(255, 255, 255, 0.2);
    font-size: 0.5rem;
    transform: translateY(1.1rem);
}

.modal .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 80%;
    margin: 0 auto;
    padding: 1rem 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0.3s;
}

.modal .content.show-tag-results > div.results {
    visibility: hidden;
    transform: translateX(-100%);
}

.modal .content.show-tag-results > div.tag-results {
    visibility: visible;
    transform: translateX(0);
}

.modal .content > div {
    position: absolute;
    width: 100%;
    top: 8rem;
    left: 0;
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

.modal .content > div.results {
    visibility: visible;
    transform: translateX(0);
}

.modal .content > div.tag-results {
    visibility: hidden;
    transform: translateX(100%);
}

.modal h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-size: 0.75rem;
    margin-top: 0;
}

.modal input {
    display: block;
    width: 100%;
    background: none;
    border: 1px solid #fff;
    border-width: 0 0 1px 0;
    color: white;
    padding: 1.5rem 0;
    font-size: 18px;
    font-weight: 400;
}

.modal input:focus {
    outline: none;
}

/**search**/

/**user dropdown**/
.menu-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: not-allowed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-toggle::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 4px;
    background: #000;
    box-shadow: 0 8px 0 #000, 0 -8px 0 #000;
}

/* profile menu */

.profile {
    position: relative;
}

.menu {
    position: absolute;
    top: calc(100% + 24px);
    right: 16px;
    width: 200px;
    min-height: 100px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: 300ms;
    z-index: 9;
}

.menu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.menu ul {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
    background: #fff;
    align-items: flex-start;
}

.menu ul li {
    list-style: none;
    padding: 0;
    width: 100%;
}

.menu ul li:hover {
    background: #eee;
}

.menu ul li a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    gap: 6px;
    font-size: 16px;
}

.menu ul li a i {
    font-size: 1.2em;
}

/**user dropdown**/

/*******************header section end*******************/

/******************footer section start**********************/

footer {
    background: #000;
    padding: 60px 0 0 0;
}

footer h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 0 20px 0;
}

footer p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 157.5%;
}

footer ul {
    padding: 0;
    margin: 0;
}

.footer-top-sec ul li {
    list-style: none;
    line-height: 20px;
    padding: 0 0 16px 0;
}

.footer-top-sec ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.footer-top-sec ul li a:hover {
    color: #b96415;
}

footer form,
footer .footer-newsletter form {
    padding: 0;
    margin: 0;
}

footer form input,
footer .footer-newsletter form input {
    height: 50px;
    max-width: 252px;
    width: 100%;
    border-radius: 100px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px 20px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

footer form button,
footer .footer-newsletter form button {
    border-radius: 100px;
    width: 128px;
    height: 50px;
    background: #edc9af;
    border: none;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}

footer form button:hover,
footer .footer-newsletter form button:hover {
    background: #b96415;
}

.footer-top-sec {
    display: flex;
    padding-bottom: 30px;
    border-bottom: solid 1px #3a3a3a;
    margin-bottom: 10px;
}

.footer-story {
    max-width: 480px;
    padding-right: 40px;
}

.footer-menu {
    padding-right: 40px;
    width: 14%;
}

.footer-product {
    padding-right: 40px;
    width: 22%;
}

.footer-middle-sec {
    display: flex;
    padding-bottom: 10px;
    border-bottom: solid 1px #3a3a3a;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}
.footer-logo {
    width: 100px;
}
.footer-logo a {
    height: 113px;
    display: block;
}

.footer-phone {
    position: relative;
    padding-left: 34px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.dividder {
    color: #fff;
}

.footer-phone:before {
    position: absolute;
    content: "";
    background: url(../images/call-calling.svg) left top no-repeat;
    left: 0;
    top: 5px;
    width: 24px;
    height: 24px;
}

.footer-email {
    position: relative;
    padding-left: 30px;
}

.footer-email:before {
    position: absolute;
    content: "";
    background: url(../images/sms.svg) left top no-repeat;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
}

.footer-social-icon ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.footer-social-icon ul li {
    list-style: none;
    padding: 0 0 0 20px;
    line-height: 18px;
}

.footer-bottom-sec {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 20px;
}

.footer-middle-sec a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.footer-middle-sec a:hover {
    color: #b96415;
}

/******************footer section end**********************/

/*************home instagram section start*******************/

.home-insta-sec {
    background: #0d0000;
    padding: 110px 0 20px 0;
    text-align: center;
    border-bottom: 1px solid rgba(225, 225, 225, 0.2);
}

.home-insta-sec h3 {
    max-width: 490px;
    color: #fff;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 35px;
    padding: 0 0 50px 0;
    margin: 0 auto;
}

/*************home instagram section end*******************/

/*************home testimonial section start*******************/

.home-testimonial-sec {
    background: #f2f1f0;
    padding: 100px 0;
}

.home-testimonial-sec p {
    color: #1d1d1f;
    letter-spacing: 0.32px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    padding: 0 0 50px 0;
}

.common-btn {
    border-radius: 100px;
    border: 1px solid #663635;
    width: 204px;
    height: 60px;
    text-align: center;
    font-weight: 600;
    color: #663635;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.common-btn:hover {
    background: #663635;
    color: #fff;
}

.testimonial-box {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    background: #fff;
    padding: 20px;
    display: flex;
    gap: 10px;
    margin: 0 0 20px 0;
    max-width: 535px;
}

.testimonial-box ul {
    padding: 0 0 10px 0;
    margin: 0;
    display: flex;
}

.testimonial-box ul li {
    list-style: none;
    padding: 0 7px 0 0;
}

.testimonial-box p {
    color: #1d1d1f;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
}

.testimonial-review-sec .testimonial-box:nth-child(2n) {
    margin-left: 50px;
}

.home-testimonial-sec .container {
    display: flex;
    align-items: center;
}

.testimonial-content-sec {
    max-width: 436px;
    margin-right: 60px;
}

.testimonial-box-img {
    width: 60px;
}

.testimonial-box-txt {
    width: calc(100% - 70px);
}

/*************home testimonial section end*******************/

/*************home benefit section start*******************/

.home-benefit-sec {
    background: #1d1d1f;
    padding: 100px 0;
}

.home-benefit-carousel-bar {
    max-width: 50px;
    margin-left: 40px;
}

.home-benefit-carousel-bar ul {
    padding: 0;
    margin: 0;
}

.home-benefit-carousel-bar ul li {
    list-style: none;
    position: relative;
    padding-bottom: 100px;
}

.home-benefit-carousel-bar ul li:before {
    position: absolute;
    content: "";
    background: #eed9c4;
    width: 2px;
    height: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.home-benefit-carousel-bar ul li a {
    display: flex;
    width: 50px;
    height: 50px;
    border: solid 1px transparent;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.44px;
    align-items: center;
    justify-content: center;
    background: #eed9c4;
    color: #131b23;
}

.home-benefit-carousel-bar ul li:last-child {
    padding: 0;
}

.home-benefit-carousel-bar ul li:last-child::before {
    display: none;
}

.home-benefit-carousel-bar ul li:hover a,
.home-benefit-carousel-bar ul li.active a {
    background: #b96415;
    color: #fff;
}

.home-benefit-box-img {
    position: relative;
}

.home-benefit-box-img:before {
    position: absolute;
    content: "";
    background: url(../images/feature-img-bg.png) left top no-repeat;
    width: 119px;
    height: 138px;
    left: 0;
    top: 0;
}

.home-benefit-box-number {
    border-radius: 15px;
    background: #f9f1f0;
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.25);
    max-width: 350px;
    padding: 30px;
    position: absolute;
    left: -100px;
    top: 138px;
}

.no-div {
    width: 50px;
    height: 50px;
    background: #eed9c4;
    border-radius: 50%;
    color: #131b23;
    font-size: 22px;
    letter-spacing: 0.44px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -55px;
    margin-bottom: 10px;
}

.home-benefit-box-number h4 {
    color: #1d1d1f;
    font-size: 24px;
    letter-spacing: 0.48px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 0 10px 0;
}

.home-benefit-box-number p {
    color: #1d1d1f;
    letter-spacing: 0.44px;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
}

.home-benefit-box-text {
    border-radius: 15px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px 45px 20px 20px;
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.25);
    max-width: 350px;
    position: absolute;
    bottom: -50px;
    left: 30px;
}

.home-benefit-box-text span {
    color: #0d0000;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 10px 0;
    display: block;
}

.home-benefit-box-text-bottom {
    display: flex;
    gap: 10px;
}

.home-benefit-box-text-bottom p {
    font-size: 16px;
    color: #0d0000;
    font-weight: 500;
}

.home-benefit-box-bottom-txt ul {
    padding: 10px 0 0 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.home-benefit-box-bottom-txt ul li {
    list-style: none;
    width: 50%;
}

.home-benefit-box-bottom-txt ul li:first-child {
    color: #0d0000;
    font-weight: 500;
    font-size: 16px;
}

.home-benefit-box-bottom-txt ul li:last-child {
    color: #0d0000;
    font-weight: 400;
    font-size: 16px;
}

.home-benefit-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-benefit-content {
    max-width: 340px;
    margin-right: 60px;
}

.home-benefit-content p {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.32px;
    font-size: 16px;
    line-height: 21.76px;
}

.home-benefit-carousel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 500px);
}

.home-benefit-carousel-box {
    position: relative;
}

.home-benefit-carousel-box:not(.home-benefit-carousel-box--active) {
    display: none;
}

/*************home benefit section end*******************/

/*************home arrival section start*******************/

.home-arrival-sec {
    background: #1d1d1f;
    padding: 100px 0;
}

.home-arrival-sec h2 {
    max-width: 100%;
    text-align: center;
    width: 100%;
    color: #fff;
}

.home-arrival-img {
    position: relative;
    cursor: pointer;
}

.home-arrival-img img {
    border-radius: 25px;
}

.home-arrival-img::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.55);
    border-radius: 25px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease 0.3s;
    z-index: 2;
}

.home-arrival-img:hover::before {
    opacity: 1;
    transition: all 0.3s ease 0.3s;
}

.home-arrival-img-hv {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 4;
    opacity: 0;
    transition: all 0.3s ease 0.3s;
}

.home-arrival-img:hover .home-arrival-img-hv {
    opacity: 1;
}

.home-arrival-img-hv span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}

.home-arrival-img-hv span img {
    width: 24px;
    height: 24px;
}

.home-arrival-txt {
    padding: 24px 0 0 0;
}

.home-arrival-txt p a {
    color: #1d1d1f;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.36px;
}

.home-arrival-carousel .home-arrival-txt p a,
.home-arrival-carousel .home-arrival-txt h4 {
    color: #fff;
}

.home-arrival-txt p a:hover {
    color: #663635;
}

.home-arrival-txt h4 {
    color: #1d1d1f;
    padding: 20px 0 0 0;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.48px;
}

.home-arrival-carousel {
    padding: 0 15px;
}

.home-arrival-carousel .owl-nav {
    display: block !important;
}

.home-arrival-carousel .owl-prev {
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 200px;
    left: -15px;
}

.home-arrival-carousel .owl-prev span {
    font-size: 0;
    background: url(../images/carousel-arrow.svg) center center no-repeat;
    width: 14px;
    height: 12px;
    display: block;
    transform: rotateY(180deg);
}

.home-arrival-carousel .owl-prev:hover,
.home-arrival-carousel .owl-prev:active {
    background: #edc9af !important;
}

.home-arrival-carousel .owl-next {
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 200px;
    right: -15px;
}

.home-arrival-carousel .owl-next span {
    font-size: 0;
    background: url(../images/carousel-arrow.svg) center center no-repeat;
    width: 14px;
    height: 12px;
    display: block;
}

.home-arrival-carousel .owl-next:hover,
.home-arrival-carousel .owl-next:active {
    background: #edc9af !important;
}

.home-arrival-carousel .owl-dots {
    display: none !important;
}

/*************home arrival section end*******************/

/*************home banner bottom section start*******************/

.home-banner-bottom-sec {
    background: linear-gradient(
        149deg,
        #edc9af 11.38%,
        #eed9c4 46.27%,
        #edc9af 81.16%
    );
    padding: 156px 0 100px 0;
    margin-top: -130px;
}

.home-banner-bottom-sec ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.home-banner-bottom-sec ul li {
    list-style: none;
    border-radius: 25px;
    border: 1px solid rgba(19, 27, 35, 0.25);
    padding: 20px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #1d1d1f;
}

.home-featured-img {
    filter: brightness(100);
}

.home-banner-bottom-sec ul li h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}

.home-banner-bottom-sec ul li p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.home-featured-sec {
    padding: 0 0 100px 0;
}

.home-occasions-sec .c-title_secondary {
    max-width: 100%;
    text-align: left;
}

.home-occasions-sec img {
    border-radius: 50px;
}

.home-occasions-sec h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 32px;
}

.home-occasions-sec h3 span {
    display: block;
}

.home-occasions-l,
.home-occasions-r-top-l,
.home-occasions-r-top-r,
.home-occasions-r-bottom {
    position: relative;
}

.home-occasions-l h3 {
    left: 50px;
    bottom: 50px;
}

.home-occasions-r-top-l h3,
.home-occasions-r-bottom h3 {
    bottom: 30px;
    right: 30px;
    left: auto;
    text-align: right;
}

.home-occasions-r-top-r h3 {
    bottom: auto;
    left: 30px;
    top: 30px;
}

.home-occasions-box {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.home-occasions-r-top {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 14px;
}

.home-occasions-sec h3 a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

/*************home banner bottom section end*******************/

/*.................../ banner section start /...................*/
.banner-section {
    padding-top: 70px;
    /* padding-bottom: 30px; */
    position: relative;
    height: 765px;
}

.banner-headlines {
    width: 466px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.banner-headlines h1 {
    color: #131b23;
    font-size: 56px;
    font-style: italic;
    font-weight: 600;
    line-height: 58px;
}

.banner-headlines h4 {
    color: #1d1d1f;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.44px;
}

.content-carousel {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 10%;
}

.content-carousel .owl-carousel {
    width: calc(100% - 75px);
}

.content-carousel .owl-carousel div {
    width: 50%;
}

.content-carousel .owl-carousel .owl-controls .owl-dot {
    background-size: cover;
    margin-top: 10px;
}

.content-carousel .owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: flex-start;
}

.content-carousel .owl-carousel .owl-dot {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-carousel .owl-carousel button.owl-dot {
    width: 160px;
    height: 200px !important;
    border-radius: 50px;
    background-size: cover;
    background-position: center center;
}

.content-carousel .owl-carousel.owl-loaded {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    width: 100%;
    height: 700px;
}

.content-carousel .owl-item.active img {
    border-radius: 300px 300px 50px 50px;
    width: 528px;
    height: 600px;
    margin-left: 24px;
    margin-top: 24px;
}

.content-carousel .owl-item.active::before {
    content: "";
    position: absolute;
    left: 8px;
    top: -8px;
    background: url(../images/banner-active-bg.png);
    width: 528px;
    height: 614px;
    z-index: -1;
}

.content-carousel .owl-nav {
    position: absolute;
    bottom: 25%;
    display: flex;
    gap: 20px;
    left: 37%;
    z-index: 1;
    width: fit-content !important;
}

.content-carousel .owl-carousel .owl-nav button.owl-next,
.content-carousel .owl-carousel .owl-nav button.owl-prev {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-carousel .owl-carousel .owl-nav button.owl-next::before,
.content-carousel .owl-carousel .owl-nav button.owl-prev::before {
    content: "";
    position: absolute;
    background: url("../images/carousel-arrow.svg");
    width: 16px;
    height: 14px;
}

.content-carousel .owl-carousel .owl-nav button.owl-prev::before {
    transform: rotate(180deg);
}

.content-carousel .owl-carousel .owl-nav button.owl-next span,
.content-carousel .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.content-carousel .owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #000 !important;
}

.content-carousel .owl-carousel .owl-nav button.owl-next {
    /* background: linear-gradient(149deg, #EDC9AF 11.38%, #EED9C4 46.27%, #EDC9AF 81.16%);
  transform: rotate(180deg); */
    border: 1px solid #000 !important;
}

.content-carousel .owl-carousel .owl-nav button.owl-next:hover,
.content-carousel .owl-carousel .owl-nav button.owl-prev:hover {
    background: linear-gradient(
        149deg,
        #edc9af 11.38%,
        #eed9c4 46.27%,
        #edc9af 81.16%
    );
    border: none !important;
}

/*...................../ banner section end /......................*/

/*...................../ our collection css start /.........................*/
.our-collection {
    padding: 100px 0px 50px 0;
    background: linear-gradient(
        149deg,
        #edc9af 11.38%,
        #eed9c4 46.27%,
        #edc9af 81.16%
    );
}

.collection-headlines h2 {
    text-align: center;
    max-width: 100%;
}

.section-padding {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.screenshot_slider .owl-item .item {
    transform: translate3d(0, 0, 0);
    margin: 50px 0;
    padding-bottom: 20px;
}

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 40px;
    filter: grayscale(1);
    opacity: 0.25;
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.screenshot_slider .owl-item.active.center {
    z-index: 3;
    position: relative;
}

.screenshot_slider .owl-item.active.center .item img {
    opacity: 1;
    filter: grayscale(0);
}

.screenshot_slider .owl-nav {
    text-align: center;
}

.screenshot_slider .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: #033aff !important;
}

.screenshot_slider.owl-carousel .owl-nav {
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    top: 40%;
    height: fit-content;
}

.screenshot_slider.owl-carousel .owl-nav button.owl-next,
.screenshot_slider.owl-carousel .owl-nav button.owl-prev {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}

.screenshot_slider.owl-carousel .owl-nav button.owl-next::before,
.screenshot_slider.owl-carousel .owl-nav button.owl-prev::before {
    content: "";
    position: absolute;
    background: url("../images/carousel-arrow.svg");
    width: 16px;
    height: 14px;
}

.screenshot_slider.owl-carousel .owl-nav button.owl-prev::before {
    transform: rotate(180deg);
}

.screenshot_slider.owl-carousel .owl-nav button.owl-next span,
.screenshot_slider.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.screenshot_slider.owl-carousel .owl-nav button.owl-prev {
    background: #fff;
    margin-left: -60px;
}

.screenshot_slider.owl-carousel .owl-nav button.owl-next {
    /* background: linear-gradient(149deg, #EDC9AF 11.38%, #EED9C4 46.27%, #EDC9AF 81.16%);
  transform: rotate(180deg); */
    margin-right: -60px;
    background: #fff;
}

.screenshot_slider.owl-carousel .owl-nav button.owl-next:hover,
.screenshot_slider.owl-carousel .owl-nav button.owl-prev:hover {
    background: linear-gradient(
        149deg,
        #edc9af 11.38%,
        #eed9c4 46.27%,
        #edc9af 81.16%
    );
    border: none !important;
}

.brown-btn-link {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 5px;
}

.brown-btn {
    width: 196px;
    height: 60px;
    border-radius: 100px;
    background: #663635;
    padding: 15px 40px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #663635;
}

.brown-btn:hover {
    background: none;
    border-color: #fff;
}

.screenshot_slider .owl-item.active .brown-btn {
    display: none;
}

.screenshot_slider .owl-item.active.center .brown-btn {
    display: flex;
}

/*...................../ our collection css end /.........................*/
/* Inner page common css start */

/* Banner css start */
.c-inner_banner {
    background: linear-gradient(
        327deg,
        #edc9af 13.82%,
        #eed9c4 47.55%,
        #edc9af 80.51%
    );
    padding: 70px 0 90px 0;
}

.c-inner_bannerWrapper {
    text-align: center;
}

.c-main_title {
    color: #131b23;
    text-align: center;
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 32px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.breadcrumb-item,
.breadcrumb-link,
.breadcrumbs span,
.breadcrumbs span a {
    color: #1d1d1f;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.36px;
}

.breadcrumb-link:hover,
.breadcrumbs span a:hover {
    color: #b96415;
}

.breadcrumb-item + .breadcrumb-item,
.breadcrumbs span + span {
    position: relative;
    padding-left: 24px;
}

.breadcrumb-item + .breadcrumb-item::before,
.breadcrumbs span + span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(../images/breadcrumb-arrow.svg) no-repeat center center;
    width: 24px;
    height: 24px;
}

.breadcrumb-item:last-child,
.breadcrumbs span.current-item {
    font-weight: 500;
}

/* Banner css end */

/* Slick css common start */
.slick-arrow,
.c-product_DetailsSection .woocommerce-product-gallery .slick-arrow {
    background-color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}

.slick-arrow:hover,
.slick-arrow:focus,
.c-product_DetailsSection .woocommerce-product-gallery .slick-arrow:hover,
.c-product_DetailsSection .woocommerce-product-gallery .slick-arrow:focus {
    background-color: #edc9af !important;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: -15px;
}

.slick-prev::before,
.slick-next::before,
.c-product_DetailsSection .woocommerce-product-gallery .slick-arrow::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/carousel-arrow.svg) no-repeat center center;
    display: inline-block;
}

.slick-prev::before,
.c-product_DetailsSection .sp_wgs-icon-left-open.slick-arrow::before {
    transform: rotate(180deg);
    top: 33%;
}

/* Slick css common end */

/* Inner page common css end */

/* Shop page css start */

.c-product_listSection {
    padding: 40px 0;
}

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

.c-product_filter .select2-container--sortBy,
.woocommerce-ordering select.orderby {
    border-radius: 14px;
    background: #131b23;
    padding: 13px 18px;
    border: 0;
}

.select2-container--sortBy .select2-selection__placeholder,
.select2-container--sortBy .select2-selection__rendered,
.woocommerce-ordering select.orderby {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}

.select2-container--sortBy .select2-selection__arrow b {
    display: none;
}

.select2-container--sortBy .select2-selection__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 20px;
    content: "";
    background: url("../images/drop-arrow.svg") no-repeat center center;
    filter: brightness(100);
    width: 14px;
    height: 14px;
}

.select2-container--sortBy .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px;
    padding-right: 5px;
    color: #fff;
}

.select2-container--sortBy .select2-results__option {
    color: #131b23;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.select2-container--sortBy .select2-dropdown {
    border: 0;
    border-radius: 14px;
    padding: 15px;
}

.c-product_list {
    display: flex;
    flex-wrap: wrap;
    margin: 35px -12px 0 -12px;
}

.c-sideBar {
    flex: 0 0 auto;
    width: 250px;
    padding: 0 12px;
}

.c-productBoxes {
    flex: 0 0 auto;
    width: calc(100% - 250px);
    padding: 0 12px;
}

.c-productBoxes_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
    row-gap: 35px;
}

.c-productBoxes_col {
    flex: 0 0 auto;
    width: 33.33%;
    padding: 0 13px;
}

.c-productBoxes_col:hover .home-arrival-img::before {
    opacity: 1;
    transition: all 0.3s ease 0.3s;
}

.c-productBoxes_col:hover .home-arrival-img .home-arrival-img-hv {
    opacity: 1;
}

.c-productBoxes_col:hover .home-arrival-img {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0.3s;
}

.c-productBoxes_col .home-arrival-img {
    overflow: hidden;
    border-radius: 25px;
    height: 340px;
}

.c-productBoxes_col .home-arrival-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-top: 40px;
    padding-left: 0;
}

.page-item,
.page-numbers li .page-numbers {
    display: flex !important;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #dfe3e8 !important;
    background: #fff !important;
}

.page-item svg {
    vertical-align: middle;
}

.page-link {
    display: block;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 4px;
    width: 100%;
}

.page-item.disable {
    opacity: 0.5;
    background: #919eab;
}

.page-item.disable .page-link {
    cursor: not-allowed;
}

.page-active {
    border: 1px solid #131b23;
}

.page-item:not(.disable):hover {
    background: #b96415;
}

.page-item:not(.disable):hover .page-link {
    color: #fff;
}

.page-active:hover {
    border-color: #b96415;
}

.c-shop_featured {
    padding: 40px 0;
    margin: 0;
    border-top: 1px solid #bcbcbc;
    background: #fff;
}

.c-shop_featured .home-featured-sec {
    padding-bottom: 0;
}

.c-productBoxes .error {
    margin-top: 100px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #000;
}

/* Shop page css end */

/* Product details css start */
.c-product_DetailsSection {
    padding: 90px 0 70px 0;
}

.c-product_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    row-gap: 30px;
}

.c-product_leftCol,
.c-product_rightCol {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 12px;
}

.slider-single .c-slider_item,
.wcgs-slider-image {
    height: 500px !important;
}

.wcgs-slider-image {
    width: 100%;
}

.slider-single {
    margin-bottom: 14px;
}

.slider-nav .c-slider_item,
.c-product_DetailsSection .wcgs-thumb {
    height: 140px;
}

.c-slider_item,
.wcgs-slider-image,
.c-product_DetailsSection .wcgs-thumb {
    border-radius: 25px;
    border: 4px solid #edc9af;
    overflow: hidden;
}

.slider-nav .slick-slide {
    margin-right: 14px;
}

.slider-nav .slick-slide:last-child {
    margin-right: 0px;
}

.c-slider_item .c-product_img,
.wcgs-slider-image img,
.c-product_DetailsSection .wcgs-thumb img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.c-product_slider {
    position: relative;
}

.c-product_wishlist {
    position: absolute;
    top: 35px;
    right: 35px;
}

.c-wishlist_icon {
    cursor: pointer;
}

.c-Wishlist_wrapper:hover .c-wishlist_icon path,
.c-Wishlist_added .c-wishlist_icon path {
    fill: #b96415;
    stroke: #b96415;
}

.c-rating_block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    margin-bottom: 25px;
}

.c-product_price,
.product-price,
.product-price span {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.c-product_details,
.c-product_para,
.woocommerce-product-details__short-description p {
    color: #494949;
    font-size: 18px;
    font-weight: 400;
    line-height: 27.36px;
    letter-spacing: 0.36px;
}

.c-product_detailsList,
.c-product_details ul,
.c-description_tab .tab_content ul {
    margin: 0 0 35px 0;
    padding: 25px 0 0 0;
}

.c-product_detailsItem,
.c-product_details ul li,
.c-description_tab .tab_content ul li {
    color: #494949;
    font-size: 18px;
    font-weight: 400;
    line-height: 27.36px;
    letter-spacing: 0.36px;
    margin-bottom: 13px;
    position: relative;
    padding-left: 44px;
}

.c-product_detailsItem:last-child {
    margin-bottom: 0;
}

.c-product_detailsItem::after,
.c-product_details ul li:after,
.c-description_tab .tab_content ul li:after {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    background: url(../images/arrow-right.svg) no-repeat center center;
    width: 27px;
    height: 24px;
}

.c-qty_block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 30px;
}

.c-total,
.product-price,
.product-price span {
    color: #000;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.6px;
}

.c-qty,
.c-qty::placeholder,
.c-qty_label,
.quantity-label {
    border: 0;
    color: #5a5a5a;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.c-qty,
.c-qty::placeholder,
.qty.text {
    text-align: right !important;
}

.c-qty,
.qty.text {
    width: 100% !important;
    border: 0 !important;
}

.c-qty_field,
.quantity {
    width: 210px;
    display: flex;
    flex: 0 0 auto;
    border-radius: 50px;
    border: 1px solid #000;
    /* padding: 10px 16px 10px 29px; */
    padding: 7px 16px 7px 16px;
    justify-content: space-between;
}
.quantity {
    width: 100px;
    gap: 5px;
    justify-content: space-between;
    border-radius: 50px !important;
}

.c-total_price {
    flex: 0 0 auto;
    width: cal(96% - 210px);
}

.c-cart_btn {
    border-radius: 50px;
    background: #000;
    padding: 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    width: 100%;
}

.c-cart_btn:hover {
    background-color: #b96415;
}

.c-product_cart {
    width: 100%;
    padding-top: 4px;
}

.c-shipping_title .c-title_sm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.c-shipping_title {
    margin-bottom: 25px;
}

.c-shipping_cards {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.c-cards_lists {
    width: 50px;
    background-color: #f5f5f5;
    border-radius: 5px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-card_img {
    width: 100%;
    max-width: 30px !important;
}

.c-product_description {
    padding-bottom: 90px;
}

/* Responsive tab with accordian */
.c-description-tabs,
.woocommerce .c-product_DetailsSection .woocommerce-tabs .tabs.wc-tabs {
    margin: 0 0 15px 0;
    padding: 0 !important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #bcbcbc;
    overflow: inherit;
}

.c-description_item,
.c-product_DetailsSection .woocommerce-tabs .wc-tabs li {
    margin: 0 !important;
    cursor: pointer;
    position: relative !important;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    padding-bottom: 15px !important;
    transition: all 0.5s linear;
}

.c-product_DetailsSection .woocommerce-tabs .wc-tabs li a {
    color: #000;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.5;
    letter-spacing: 0.4px;
    padding: 0 !important;
}

.c-description_item.active,
.c-product_DetailsSection .woocommerce-tabs .wc-tabs li.active,
.c-product_DetailsSection .woocommerce-tabs .wc-tabs li.active a {
    font-weight: 800 !important;
}

.c-description_item.active::after,
.c-description_item::after,
.woocommerce .c-product_DetailsSection .woocommerce-tabs .wc-tabs li:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    background-color: #000;
    content: "";
}

.c-description_item.active::after,
.woocommerce
    .c-product_DetailsSection
    .woocommerce-tabs
    .wc-tabs
    li.active:after {
    width: 100%;
}

.c-description_item::after,
.woocommerce .c-product_DetailsSection .woocommerce-tabs .wc-tabs li::after {
    width: 0;
    transition: width 0.3s;
}

.c-description_item:hover::after,
.woocommerce
    .c-product_DetailsSection
    .woocommerce-tabs
    .wc-tabs
    li:hover:after {
    width: 100%;
}

.c-description_item + .c-description_item,
.woocommerce .c-product_DetailsSection .woocommerce-tabs .wc-tabs li + li {
    margin-left: 38px !important;
}

.tab_container {
    width: 100%;
}

.tab_content {
    padding: 20px 0 0 0;
    display: none;
}

.tab_drawer_heading {
    display: none;
}

.tab_content .c-product_detailsList {
    margin-bottom: 0;
}

/* Responsive tab with accordian */

.c-related_productsBlock {
    padding-top: 57px;
    padding-bottom: 70px;
    border-top: 1px solid #bcbcbc;
}

.c-related_productsBlock .c-tertiary_title {
    margin-bottom: 40px;
}

.c-related_productsSlider .home-arrival-img {
    height: 320px;
}

.c-related_productsSlider .home-arrival-img img {
    height: 100%;
    object-fit: cover;
}

.c-related_productsSlider .home-arrival-txt a,
.c-productBoxes_col .home-arrival-txt a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.c-related_productsSlider .owl-nav {
    position: absolute;
    top: -90px;
    right: 50px;
}

.c-related_productsSlider .owl-next span {
    font-size: 0;
    background: url(../images/carousel-arrow.svg) center center no-repeat;
    width: 14px;
    height: 12px;
    display: block;
}

.c-related_productsSlider .owl-prev span {
    font-size: 0;
    background: url(../images/carousel-arrow.svg) center center no-repeat;
    width: 14px;
    height: 12px;
    display: block;
    transform: rotateY(180deg);
}

.c-related_productsSlider .owl-next,
.c-related_productsSlider .owl-prev {
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
}

.c-related_productsSlider .owl-prev {
    right: 0;
}

.c-related_productsSlider .owl-nav button:hover,
.c-related_productsSlider .owl-nav button:active {
    background: #edc9af !important;
}

.c-review_block {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #bcbcbc;
}

.c-product_reviews {
    padding-top: 20px;
}

.c-product_reviews .testimonial-box {
    box-shadow: none;
    max-width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.c-product_reviews .testimonial-box .testimonial-box-txt {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #bcbcbc;
}

.c-product_reviews .testimonial-box:last-child .testimonial-box-txt {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

.c-product_reviews .testimonial-review-sec .testimonial-box:nth-child(2n) {
    margin-left: 0;
}

.c-product_reviews .testimonial-box:last-child {
    margin-bottom: 0;
}

.c-product_reviews .testimonial-box-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #edc9af;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #ffa15e;
}

.c-testimonials_title {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 6px;
}

.c-review_date {
    color: #6e6e6e;
    font-size: 20px;
    font-weight: 700;
}

.c-product_reviews .c-testimonials_list {
    padding: 0;
}

.c-testimonials_reviews {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.c-related_productsSlider .item:hover .home-arrival-img::before {
    opacity: 1;
    transition: all 0.3s ease 0.3s;
}

.c-related_productsSlider .item:hover .home-arrival-img .home-arrival-img-hv {
    opacity: 1;
}

/* Product details css end */

/* Contact us css start */

.c-address_section {
    padding: 90px 0 70px 0;
}

.c-address_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    row-gap: 20px;
}

.c-address_col {
    flex: 0 0 auto;
    width: 33.33333%;
    padding: 0 10px;
}

.c-address_box {
    border-radius: 20px;
    background: linear-gradient(
        162deg,
        #edc9af 10.79%,
        #eed9c3 49.22%,
        #eeccb3 87.64%
    );
    padding: 60px 40px 40px 40px;
    text-align: center;
    height: 100%;
}

.title-md {
    color: #131313;
    font-size: 25px;
    font-weight: 600;
}

.c-address_content {
    padding-top: 10px;
}

.c-address_icon {
    width: 60px;
}

.c-address,
.c-address_link {
    color: #1d1d1f;
    font-size: 16px;
    font-weight: 400;
}

.c-address {
    padding-top: 10px;
}

.c-address_link {
    display: block;
}

.c-address_link:hover {
    color: #b96415;
}

.c-address_link + .c-address_link {
    padding-top: 5px;
}

.c-form_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    row-gap: 30px;
}

.c-form_block {
    flex: 0 0 auto;
    width: 60%;
    padding: 0 12px;
}

.c-form_imgBlock {
    flex: 0 0 auto;
    width: 40%;
    padding: 0 12px;
}

.c-form_block .title-md {
    font-weight: 400;
    margin-bottom: 27px;
}

.c-form_section {
    padding-bottom: 90px;
}

.c-form_imgWrapper {
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
}

.c-form_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-control::placeholder,
.form-control {
    color: #717171 !important;
    font-size: 17px;
    font-weight: 500;
}

.form-control {
    border-radius: 30px !important;
    border: 1px solid #ddd !important;
    height: 55px;
    width: 100%;
    padding: 14px 50px !important;
}

.c-form_group {
    margin-bottom: 15px;
}

textarea.form-control {
    height: 130px;
    resize: none;
}

.c-submit_btn,
.c-form_block .c-submit_btn[type="submit"],
.c-submit_btn[type="submit"] {
    border-radius: 100px;
    border: 2px solid #000;
    background: #000;
    padding: 20px 45px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: none;
    font-family: "Lato", sans-serif;
}

.c-submit_btn:hover,
.c-form_block .c-submit_btn[type="submit"]:hover,
.c-submit_btn[type="submit"]:hover {
    background-color: #b96415;
    border-color: #b96415;
}

/* Contact us css end */

/******/

/* woocommerce css start */
.content-container.site-container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.content-area {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.single-product .product-price {
    margin: 0;
    align-self: baseline;
}

.woocommerce .c-product_DetailsSection .summary .star-rating::before,
.woocommerce .c-product_DetailsSection .summary .star-rating span::before {
    color: #1d1d1f;
}

.product-rating {
    margin: 0 0 0 30px !important;
}

.woocommerce div.product div.summary p,
.woocommerce-product-details__short-description {
    margin: 0 !important;
}

.woocommerce-product-details__short-description {
    padding: 25px 0 0 0 !important;
}

.c-product_DetailsSection .quantity .qty.text {
    height: auto !important;
    padding: 0 !important;
    width: 30px !important;
    text-align: center !important;
}
.quantity.spinners-added input.minus,
.quantity.spinners-added input.plus {
    padding: 0px;
}

.c-product_DetailsSection .quantity .qty.text:focus {
    box-shadow: none;
}

.c-product_DetailsSection .cart {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 30px !important;
}

.woocommerce .c-product_DetailsSection .cart::before {
    display: none;
}

.woocommerce .c-product_DetailsSection .quantity {
    float: none !important;
    margin: 0 !important;
}

.woocommerce .c-product_DetailsSection .single_add_to_cart_button {
    float: none !important;
    width: 100%;
    border-radius: 50px;
    background-color: #000 !important;
    padding: 14px !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    height: auto !important;
    line-height: 22px !important;
}

.woocommerce .c-product_DetailsSection .single_add_to_cart_button:hover {
    background-color: #b96415 !important;
}

.c-product_DetailsSection
    #wpgs-gallery
    .slick-slide.wcgs-thumb.slick-current.wcgs-thumb:hover
    img,
.c-product_DetailsSection #wpgs-gallery .slick-slide.wcgs-thumb img {
    border: none;
}

.c-product_DetailsSection .sp_wgs_thumb_nav.sp_wgs-icon-left-open.slick-arrow,
.c-product_DetailsSection .sp_wgs_thumb_nav.sp_wgs-icon-right-open.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.c-product_DetailsSection .sp_wgs_thumb_nav.sp_wgs-icon-left-open.slick-arrow {
    left: -10px;
}

.c-product_DetailsSection .sp_wgs_thumb_nav.sp_wgs-icon-right-open.slick-arrow {
    right: -10px;
}

.c-product_DetailsSection
    .sp_wgs_thumb_nav.sp_wgs-icon-left-open.slick-arrow::before,
.c-product_DetailsSection
    .sp_wgs_thumb_nav.sp_wgs-icon-right-open.slick-arrow::before {
    color: #000 !important;
}

.c-product_DetailsSection .woocommerce-tabs .tabs {
    text-align: left !important;
}

.c-product_DetailsSection #wpgs-gallery .gallery-navigation-carousel {
    margin-top: 14px;
    overflow: inherit;
}

.c-product_DetailsSection .summary {
    margin: 0 !important;
}

.c-product_DetailsSection #wpgs-gallery.woocommerce-product-gallery {
    margin-right: 24px;
    margin-bottom: 0;
}

.c-product_DetailsSection .woocommerce-tabs {
    padding-top: 70px;
}

.woocommerce.product-tab-style-center
    div.product
    .woocommerce-tabs
    ul.tabs
    li.active,
.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li {
    border-bottom: 0 !important;
}

.woocommerce .c-product_DetailsSection .woocommerce-tabs .tabs.wc-tabs::before {
    display: none;
}

.woocommerce .product .c-product_DetailsSection .woocommerce-tabs .panel {
    margin: 0;
    padding-top: 20px;
}

.c-product_DetailsSection .woocommerce-tabs .panel .c-product_detailsList {
    margin-bottom: 0;
}

.footer-html {
    margin: 0 !important;
}

.woocommerce
    .product
    .summary
    .woocommerce-product-details__short-description
    p {
    margin-bottom: 25px !important;
}

.c-related_productsBlock .arrival-heart .woosw-btn:hover,
.woosw-btn:hover {
    background-color: transparent;
    box-shadow: none;
}

.c-related_productsBlock .arrival-heart .woosw-btn .woosw-btn-icon::before,
.woosw-btn-icon::before {
    color: #b96415;
    font-size: 25px;
}

.woosw-btn:focus,
.woosw-btn:active,
.woosw-btn:active:focus {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

.c-product_DetailsSection
    .woocommerce-product-details__short-description
    .c-product_detailsList,
.c-product_DetailsSection .woocommerce-product-details__short-description ul {
    padding-top: 0;
}

.woocommerce-wish-icon-over-img {
    position: absolute;
    top: 17px;
    left: 46%;
}

.c-product_DetailsSection .wcgs-lightbox {
    display: none;
}

.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
    color: #ff9529;
}

.woosw-item--name a {
    color: #1d1d1f;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.56px;
    margin-bottom: 22px;
    padding-bottom: 0;
}

.button.add_to_cart_button {
    background: #edc9af;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 9px 15px;
    color: #000;
}

.button.add_to_cart_button:hover {
    background-color: #b96415;
}

.woosw-popup-close {
    background: #b96415;
    border-radius: 50%;
    width: 40px;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 3px !important;
}

.woosw-popup-close::after {
    color: #fff !important;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
    background: linear-gradient(
        327deg,
        #edc9af 13.82%,
        #eed9c4 47.55%,
        #edc9af 80.51%
    );
}

.woosw-popup-content-bot .woosw-page,
.woosw-popup-content-bot .woosw-continue,
.woosw-popup-inner .woosw-name,
.woosw-popup-inner .woosw-count {
    color: #1d1d1f;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px !important;
    letter-spacing: 0.56px;
}

.woosw-popup-inner .woosw-count-wrapper::after,
.woosw-popup-inner .woosw-count-wrapper::before {
    color: #1d1d1f !important;
}

.woocommerce .sale span.onsale {
    z-index: 1;
}

.woocommerce
    div.product
    form.cart
    .group_table
    td.woocommerce-grouped-product-list-item__label {
    vertical-align: top !important;
}

.woocommerce
    div.product
    form.cart
    .group_table
    td.woocommerce-grouped-product-list-item__label
    a {
    font-family: "Lato", sans-serif;
    color: #1d1d1f;
    font-size: 18px;
}

/* shop page filter css start */
.c-sideBar .awf-filter-wrapper,
.c-sideBar .awf-active-badge {
    margin: 0 0 20px 0;
    border-radius: 25px;
    background: #edc9af;
    padding: 20px;
}

.c-sideBar .awf-filter-title {
    color: #000;
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}

.c-sideBar
    .awf-filters-container
    .awf-filter-container.awf-range-slider-container,
.c-sideBar .awf-filters-container .awf-taxonomy-range-slider-container {
    margin: 70px 1em 30px 1em;
}

.c-sideBar .noUi-pips-horizontal {
    height: auto;
}

.c-sideBar .noUi-horizontal .noUi-tooltip {
    background-color: transparent;
    border: 0;
}

.c-sideBar .awf-filters-product-categories ul li a,
.c-sideBar .awf-filters-container ul li a {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    white-space: normal;
}

.c-sideBar .awf-filters-product-categories ul li input[type="radio"] {
    vertical-align: top;
    margin-top: 6px;
}

.c-sideBar .awf-filters-product-categories ul li:hover {
    background-color: transparent;
}

.c-sideBar .awf-filters-product-categories ul li {
    margin-bottom: 15px;
}

.c-sideBar .awf-apply-filter-btn,
.c-sideBar .awf-reset-btn {
    border-radius: 100px;
    background: #663635;
    padding: 9px 40px;
    width: 100%;
    margin-top: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.c-sideBar .awf-apply-filter-btn:hover,
.c-sideBar .awf-reset-btn:hover {
    background: #b96415;
}

.woocommerce-ordering select.orderby {
    padding-right: 40px;
}

.woocommerce-ordering select.orderby {
    -webkit-appearance: none;
    background-image: url(../images/arrow-right_white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 93% center;
}

.woocommerce-ordering select.orderby option {
    background-color: #fff;
    color: #000;
}

.awf-active-badge {
    color: #000;
}

.woocommerce-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.5em;
}

.page-numbers li .page-numbers {
    color: #000 !important;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px !important;
    padding: 5px 4px;
    min-width: 32px !important;
    margin: 0 !important;
}

.page-numbers li .page-numbers.current {
    border: 1px solid #131b23 !important;
    background: #b96415 !important;
    color: #fff !important;
}

.page-numbers li .page-numbers:not(.disable):hover {
    background: #b96415 !important;
    color: #fff !important;
}

.page-numbers li .prev.page-numbers,
.page-numbers li .next.page-numbers {
    font-size: 0;
    position: relative;
}

.page-numbers li .next.page-numbers::after,
.page-numbers li .prev.page-numbers::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    background: url(../images/drop-arrow.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    filter: brightness(4);
}

.page-numbers li .prev.page-numbers::after {
    transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
}

.page-numbers li .next.page-numbers::after {
    transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
}

.page-numbers li .next.page-numbers:hover:after,
.page-numbers li .prev.page-numbers:hover:after {
    filter: brightness(100);
}

/* shop page filter css end */

/* woocommerce css end */

/* Home page banner css start 06.12.2023 */
.c-banner_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-banner_slider {
    flex: 0 0 auto;
    width: 50%;
}

.home-slider_single .c-slider_item {
    height: 600px;
    /* width: auto !important; */
    max-width: 528px;
    border: 0;
    border-radius: 300px 300px 50px 50px;
    margin-left: 24px;
    margin-top: 24px;
}

.home-slider_single .c-slider_item::after {
    content: "";
    position: absolute;
    left: 8px;
    top: -8px;
    background: url(../images/banner-active-bg.png);
    width: 528px;
    height: 614px;
    z-index: -1;
}

.home-slider_nav {
    position: absolute;
    left: 0;
    bottom: 160px;
    width: 610px;
    padding: 0 20px;
}

.home-slider_nav .c-slider_item {
    height: 200px;
    border-radius: 50px;
}

.home-slider_nav .slick-track {
    display: flex;
    gap: 24px;
}

.home-slider_nav .slick-track::before {
    display: none;
}

.banner-headlines {
    height: 100%;
}

.home-slider_single .slick-arrow {
    bottom: 80px;
    top: inherit;
}

.home-slider_single .slick-prev {
    left: -120px;
}

.home-slider_single .slick-next {
    right: inherit;
    left: -60px;
}

.home-slider_nav .slick-prev {
    left: 15px;
}

.home-slider_nav .slick-next {
    right: 40px;
}

.home-slider_nav .slick-slide .c-slider_item {
    border: 5px solid transparent;
}

.home-slider_nav .slick-slide.slick-current .c-slider_item {
    border: 5px solid #edc9af;
}

.home-slider_single .c-slider_item::after {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Home page banner css end 06.12.2023 */

/* header css start */
.header-social-sec button:hover,
.header-social-sec button:focus,
.header-social-sec button:active,
.header-social-sec button:active:focus {
    box-shadow: none;
    background-color: transparent;
}

.modal .dgwt-wcas-search-wrapp {
    max-width: 100%;
}

.modal .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background-color: transparent;
}

.modal
    .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input {
    width: 100%;
    background: none;
    border: 1px solid #fff;
    border-width: 0 0 1px 0;
    color: white;
    padding: 1.5rem 0;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0;
}

.modal
    .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input:hover {
    background-color: transparent;
}

.modal .dgwt-wcas-search-submit {
    display: none !important;
}

.dgwt-wcas-preloader.dgwt-wcas-close {
    width: 30px !important;
}

.dgwt-wcas-preloader.dgwt-wcas-close svg {
    background: #fff !important;
    border-radius: 50%;
    padding: 3px;
}

/* Latest menu css start */

ul.slimmenu li {
    background-color: transparent;
    padding: 0;
    border: 0 !important;
    display: inline-flex;
    align-items: center;
}

.nav-links.slimmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.nav-links.slimmenu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 18px;
    line-height: 22px;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.nav-links.slimmenu li a:hover {
    background-color: transparent;
}

.nav-links.slimmenu li:hover > a {
    color: #b96415;
}

ul.slimmenu li .sub-toggle i {
    display: none;
}

ul.slimmenu li .sub-toggle {
    width: auto;
    position: static;
}

ul.slimmenu li .sub-toggle::before {
    background: url(../images/drop-arrow.svg) no-repeat center center;
    width: 20px;
    filter: brightness(100);
    height: 20px;
}

/* .nav-links li a::before{
  bottom: -44px;
} */
.nav-links .has-submenu ul {
    min-width: 10rem;
    padding: 0;
    box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    float: none;
    background-clip: padding-box;
    right: 0;
    height: auto !important;
}

.nav-links .has-submenu {
    position: static;
}

.nav-links .has-submenu ul li {
    background-color: transparent;
    width: 100%;
    padding: 0;
    /* float: none; */
}

.submenu_wrapper > ul {
    display: block !important;
}

.nav-links .has-submenu ul li a {
    color: #000;
    width: 100%;
    padding: 10px 15px;
    text-transform: capitalize;
}

.nav-links .has-submenu ul li:hover > a,
.nav-links .has-submenu ul .current-menu a {
    background-color: #b96415;
    color: #fff;
}

.menu-collapser {
    font-size: 0;
    background-color: transparent;
}

.header-menu-sec nav .collapse-button .icon-bar {
    display: none;
}

.menu-collapser .collapse-button {
    right: 20px;
    top: 7px;
    width: 40px;
    padding: 0;
}

.menu-collapser .collapse-button:after {
    background: url(../images/menu-img.png) no-repeat center center;
    width: 32px;
    height: 32px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.has-submenu .has-submenu .sub-toggle {
    filter: brightness(0);
    background: transparent;
    right: 20px;
}

.has-submenu .has-submenu:hover .sub-toggle {
    filter: brightness(100);
}

.header-social-sec button[data-toggle="modal"] {
    vertical-align: bottom;
}

/* Latest menu css end */

/* wishlist page css start */

.page-hero-section {
    z-index: 1;
    background: linear-gradient(
        327deg,
        #edc9af 13.82%,
        #eed9c4 47.55%,
        #edc9af 80.51%
    );
    padding: 70px 0 90px 0;
}

.page-hero-section .hero-container,
.page-hero-section .entry-hero-container-inner {
    width: 100%;
    padding: 0;
    background-color: transparent;
}

.page-hero-section .hero-container header {
    background-color: transparent;
    z-index: 1;
    width: 100%;
    padding: 0;
    min-height: auto !important;
    border: 0;
}

.page-hero-section .hero-container header .entry-title {
    color: #131b23;
    text-align: center;
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 0px;
}

table.woosw-items .button.add_to_cart_button {
    width: 150px;
    text-align: center;
    padding: 15px 15px;
}

.page-wishlist .content-area .single-content,
.account-wishlist .content-area .single-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 90px 20px 70px 20px;
}

.page-wishlist .content-area .entry-content-wrap,
.account-wishlist .content-area .entry-content-wrap {
    padding: 0;
}

.page-wishlist .woosw-list table.woosw-items tr,
.account-wishlist .woosw-list table.woosw-items tr {
    background-color: #fff;
    box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}

.page-wishlist .woosw-list table.woosw-items tr td,
.page-wishlist .woosw-list table.woosw-items tr:nth-child(2n) td,
.account-wishlist .woosw-list table.woosw-items tr td,
.account-wishlist .woosw-list table.woosw-items tr:nth-child(2n) td {
    background-color: transparent;
}

.page-wishlist .woosw-actions:empty,
.account-wishlist .woosw-actions:empty {
    display: none;
}

.page-wishlist .woosw-list table.woosw-items,
.account-wishlist .woosw-list table.woosw-items {
    border-collapse: separate;
    border-spacing: 0 15px;
}

/* Wishlist page css end */

/* About us css start */

.c-hero_section {
    padding: 90px 0 70px 0;
}

.c-about_section {
    padding-bottom: 70px;
}

.c-hero_img {
    width: 100%;
}

.c-about_content,
.c-about_content p {
    color: #1d1d1f;
    letter-spacing: 0.44px;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
}

/* About us css end */

/* Cart page css start */
.content-container.site-container {
    max-width: 100% !important;
}

.entry.single-entry {
    box-shadow: none !important;
    border-radius: 0 !important;
}

.woocommerce-page .entry-content-wrap {
    padding: 0;
}

.nexus-woo_wrapper {
    padding: 90px 0 70px 0;
}

.cart-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin: 0 -15px;
}

.cart-form_wrapper {
    flex: 0 0 auto;
    width: 60%;
    padding: 0 15px;
}

.nexus-woo_wrapper .cart-collaterals {
    flex: 0 0 auto;
    width: 40%;
    float: none;
    padding: 0 15px;
}

.nexus-woo_wrapper h2,
.nexus-checkout h3 {
    max-width: 100%;
    color: #131b23;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px !important;
}

.cart-form_wrapper .cart thead {
    display: none;
}

.nexus-woo_wrapper .cart_totals {
    padding: 15px 15px;
    border: 1px solid #f6f2f2;
    margin-top: 51px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
}

.shipping-calculator-button {
    color: #b96415;
    font-size: 18px;
}

.woocommerce .cart_totals table.shop_table input {
    border-radius: 30px !important;
    border: 1px solid #ddd !important;
    height: 40px;
    width: 100% !important;
    padding: 14px 20px !important;
    color: #717171 !important;
    font-size: 17px;
    font-weight: 500;
}

.woocommerce
    .cart_totals
    table.shop_table
    .select2-container--default
    .select2-selection--single {
    border-radius: 30px !important;
    border: 1px solid #ddd !important;
    height: 40px;
    width: 100% !important;
}

.woocommerce
    .cart_totals
    table.shop_table
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 9px 20px !important;
    color: #717171 !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px !important;
}

.woocommerce
    .cart_totals
    table.shop_table
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 1px;
    right: 16px;
    width: 20px;
}

.woocommerce .cart_totals table.shop_table .shipping-calculator-form .button,
.woocommerce .nexus-woo_wrapper .wc-proceed-to-checkout .checkout-button {
    border-radius: 100px;
    background: #663635;
    padding: 9px 40px;
    width: 100%;
    margin-top: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.woocommerce
    .cart_totals
    table.shop_table
    .shipping-calculator-form
    .button:hover,
.woocommerce .nexus-woo_wrapper .wc-proceed-to-checkout .checkout-button:hover {
    background: #b96415;
}

.woocommerce .nexus-woo_wrapper .wc-proceed-to-checkout .checkout-button {
    margin: 0;
}

.c-cart_row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin: 0 -10px;
}

.c-cart_imgCol,
.c-cart_textCol,
.c-product_Removewrapper,
.c-product_detailsWrapper {
    flex: 0 0 auto;
    padding: 0 10px;
}

.c-cart_imgCol {
    width: 250px;
}

.c-cart_textCol {
    width: calc(100% - 250px);
}

.c-product_img img {
    width: 100% !important;
}

.c-product_Removewrapper,
.c-product_detailsWrapper {
    width: 100%;
}

.c-product_detailsWrapper {
    order: 1;
    text-align: left;
}

.c-product_Removewrapper {
    order: 2;
    align-self: flex-end;
}

.c-product_detailsWrapper a {
    color: #131b23;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    padding: 0;
    margin-bottom: 10px;
    display: block;
}

.c-cart_textCol .woocommerce-Price-amount.amount {
    color: #131b23;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding: 0;
    margin-bottom: 10px;
    display: block;
}

.woocommerce .c-product_Removewrapper a.remove {
    display: block;
    font-size: 16px;
    height: auto;
    width: 100%;
    text-align: left;
    line-height: 22px;
    border-radius: 0;
    color: #a3a1a1 !important;
    font-weight: 500;
    border: 0;
    font-family: "Lato" sans-serif;
    background-color: transparent;
    margin-bottom: 15px;
}

.woocommerce .c-product_Removewrapper a.remove:hover {
    background-color: transparent;
}

.c-cart_textCol .c-cart_row {
    justify-content: space-between;
    height: 100%;
    justify-content: center;
}

.c-product_Removewrapper .quantity {
    width: 60px;
    border-radius: 6px;
}

.woocommerce .c-product_Removewrapper .quantity .qty {
    padding: 0;
    text-align: center !important;
}

.c-product_qtyBlock {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.c-product_qtyBlock .woocommerce-Price-amount.amount {
    margin-bottom: 0;
}

.woocommerce .cart-form_wrapper table.shop_table td {
    border: 0;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}

.woocommerce .cart-form_wrapper table.shop_table tr:last-child td {
    border-bottom: 0;
}

.cart-form_wrapper .button,
.woocommerce-message .button,
.button.button-primary,
.form-row.place-order #place_order,
.nexus-woo_wrapper .checkout_coupon .button,
.button.wc-backward {
    border-radius: 100px;
    background: #663635;
    padding: 9px 40px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.cart-form_wrapper .button:hover,
.woocommerce-message .button:hover,
.button.button-primary:hover,
.form-row.place-order #place_order,
.nexus-woo_wrapper .checkout_coupon .button:hover,
.button.wc-backward:hover {
    background: #b96415;
}

.woocommerce-message,
.woocommerce-info:not(#wcms_message) {
    background: linear-gradient(
        327deg,
        #edc9af 13.82%,
        #eed9c4 47.55%,
        #edc9af 80.51%
    ) !important;
    border-left-color: #b96415 !important;
    color: #000 !important;
}

.woocommerce-message .restore-item,
.woocommerce-info .showcoupon,
.woocommerce-info .showlogin {
    color: #000;
}

.c-product_detailsWrapper .variation-Size {
    margin-left: 0;
}

/* Cart page css end */

/* Checkout page css start */
.woocommerce .nexus-checkout form .form-row input,
.woocommerce
    .nexus-checkout
    .select2-container--default
    .select2-selection--single,
.woocommerce .nexus-checkout form select {
    border-radius: 30px !important;
    border: 1px solid #ddd !important;
    height: 45px;
    padding: 14px !important;
    color: #717171 !important;
    font-size: 17px;
    font-weight: 500;
}

.woocommerce .nexus-checkout form select {
    padding: 0 14px !important;
}

.woocommerce .nexus-checkout form .form-row input::placeholder,
.woocommerce .nexus-checkout form .form-row textarea::placeholder,
.woocommerce form .form-row textarea::placeholder {
    color: #717171 !important;
    font-size: 17px;
    font-weight: 500;
}

.woocommerce form .form-row textarea {
    color: #717171 !important;
    font-size: 17px;
    font-weight: 500;
    height: 100px;
}

.woocommerce .nexus-checkout form .form-row label {
    line-height: 2.4;
    color: #1d1d1f;
    font-size: 16px;
}

.woocommerce
    .nexus-checkout
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 16px;
}

.woocommerce
    .nexus-checkout
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 45px;
    right: 11px;
}

.nexus-checkout #shipping_addresses .ship_address {
    float: none;
    width: 100%;
    margin: 15px 0;
    padding: 15px;
    background: linear-gradient(
        327deg,
        #edc9af 13.82%,
        #eed9c4 47.55%,
        #edc9af 80.51%
    ) !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5em;
}

.nexus-checkout #shipping_addresses .ship_address dl,
.nexus-checkout #shipping_addresses .ship_address dd {
    margin: 0;
}

.nexus-checkout #shipping_addresses .ship_address address {
    margin: 0;
}

.modify-address-button,
.modify-address-button:hover {
    color: #663635;
}

.ms_shipping_note {
    color: #717171 !important;
    font-size: 17px;
    font-weight: 500;
}

.nexus-woo_wrapper .checkout_coupon {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.nexus-woo_wrapper .checkout_coupon p:not(.form-row) {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 0;
}

.nexus-woo_wrapper .checkout_coupon #coupon_code {
    border-radius: 30px !important;
    border: 1px solid #ddd !important;
    height: 45px;
    padding: 14px !important;
    color: #717171 !important;
    font-size: 17px;
    font-weight: 500;
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.nexus-woo_wrapper .checkout_coupon .form-row.form-row-first {
    width: 30%;
}

.nexus-woo_wrapper .checkout_coupon .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 45px;
}

.wc-empty-cart-message {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.cart-empty {
    margin: 90px 0 15px 0 !important;
    padding: 30px !important;
    font-size: 25px !important;
    line-height: 32px;
}

.return-to-shop {
    padding: 0px 0 70px 0;
}

.nexus-checkout #customer_details h3 {
    float: none !important;
}

.woocommerce .woocommerce-NoticeGroup {
    margin-bottom: 30px;
}

.woocommerce .woocommerce-error {
    background: linear-gradient(
        327deg,
        #edc9af 13.82%,
        #eed9c4 47.55%,
        #edc9af 80.51%
    ) !important;
}

.woocommerce .woocommerce-error li {
    color: #000;
}

.woocommerce-thankyou-order-received {
    text-align: center;
    color: green;
    font-size: 25px;
    font-weight: 500;
}

.c-thank_youBlock .addresses address {
    background: linear-gradient(
        327deg,
        #edc9af 13.82%,
        #eed9c4 47.55%,
        #edc9af 80.51%
    ) !important;
    color: #000;
    padding: 15px 20px;
    font-size: 18px;
    border: none;
}

.nexus-checkout .woocommerce-checkout #wcms_message {
    background: linear-gradient(
        327deg,
        #edc9af 13.82%,
        #eed9c4 47.55%,
        #edc9af 80.51%
    ) !important;
    border-left-color: #663635;
}

.nexus-checkout .woocommerce-checkout #wcms_set_addresses {
    border-radius: 100px;
    background: #663635 !important;
    padding: 9px 40px !important;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
}

.nexus-checkout .woocommerce-checkout #wcms_set_addresses:hover {
    background: #b96415 !important;
}

/* Checkout page css start */
/* On sale css start */
.c-prod-onsale {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    text-indent: 13px;
    text-transform: uppercase;
}

.woocommerce .c-product_DetailsSection .onsale {
    background-color: transparent !important;
    top: 1rem;
    left: 2.5rem;
    color: #000 !important;
    line-height: 1 !important;
    text-transform: uppercase;
}

.c-prod-onsale::after,
.onsale::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(
        327deg,
        #edc9af 13.82%,
        #eed9c4 47.55%,
        #edc9af 80.51%
    ) !important;
    z-index: -1;
}

/* On sale css end */

/* Shipping address css start */
.c-shipping-addresses .c-shipping_form {
    padding: 90px 0 70px 0;
}

.c-shipping-addresses #address_form .h2-link,
.c-shipping-addresses #address_form .button,
.c-shipping-addresses .c-shipping_form .button,
.c-myAccount_row .button {
    border-radius: 100px;
    background: #663635 !important;
    padding: 9px 40px !important;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 15px;
}

.c-shipping-addresses #address_form .h2-link:hover,
.c-shipping-addresses #address_form .button:hover,
.c-shipping-addresses .c-shipping_form .button:hover,
.c-myAccount_row .button:hover {
    background: #b96415 !important;
}

.c-shipping-addresses #address_form .wc-shipping-multiple-addresses .quantity {
    width: 50px;
    border-radius: 6px;
    padding: 3px;
}

.c-shipping-addresses
    #address_form
    .wc-shipping-multiple-addresses
    .quantity
    .qty {
    text-align: center !important;
    padding: 0 !important;
}

.c-shipping-addresses #address_form .address-select {
    font-size: 16px;
}

.c-shipping-addresses .address-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.c-shipping-addresses .address-container .address-block {
    float: none;
    width: 32%;
    min-height: 170px;
    margin: 0;
    position: relative;
    padding: 15px 15px 50px 15px;
    flex: 0 0 auto;
    background: linear-gradient(
        327deg,
        #edc9af 13.82%,
        #eed9c4 47.55%,
        #edc9af 80.51%
    );
}

.c-shipping-addresses .c-shipping_form .address-block .buttons {
    width: auto;
}

.c-shipping-addresses .c-shipping_form .address-block .buttons .button {
    width: auto;
}

.c-shipping_form h2 {
    max-width: 100%;
    font-size: 35px;
    line-height: 41px;
}

.c-shipping_form form select,
.c-shipping_form form input,
.c-shipping_form form textarea,
.c-shipping_form form .select2-container--default .select2-selection--single,
.woocommerce .form-row input,
.woocommerce .form-row textarea,
.woocommerce .form-row .select2-container--default .select2-selection--single {
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 14px 30px !important;
    color: #717171;
    font-size: 17px;
    font-weight: 500;
}

.c-shipping_form form .select2-container--default .select2-selection--single,
.woocommerce .form-row .select2-container--default .select2-selection--single {
    padding: 0 !important;
    height: 56px;
}

.c-shipping_form
    form
    .select2-container
    .select2-selection--single
    .select2-selection__rendered,
.woocommerce
    .form-row
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 14px 30px !important;
}

.c-shipping_form form input::placeholder,
.c-shipping_form form textarea::placeholder,
.woocommerce .form-row input::placeholder,
.woocommerce .form-row textarea::placeholder {
    color: #717171;
    font-size: 17px;
    font-weight: 500;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 100% !important;
}

.c-shipping_form form.wcms-address-form .screen-reader-text,
.c-myAccount_row .woocommerce-MyAccount-content .screen-reader-text {
    clip: inherit;
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inherit;
    height: auto;
    margin: 0;
    overflow: inherit;
    padding: 0;
    position: static !important;
    width: auto;
    opacity: 0;
}

.c-shipping_form form.wcms-address-form .address-column,
.c-myAccount_row
    .woocommerce-MyAccount-content
    .woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.c-shipping_form form.wcms-address-form .address-column .form-row,
.c-myAccount_row
    .woocommerce-MyAccount-content
    .woocommerce-address-fields__field-wrapper
    .form-row {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
}
/* Shipping address css end */

/* My account css start */
.c-myAccount_block {
    padding: 90px 0 70px 0;
}

.c-myAccount_row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.c-myAccount_row .account-navigation-wrap {
    flex: 0 0 auto;
    border: 0 !important;
}

.c-myAccount_row .account-navigation-wrap .woocommerce-MyAccount-navigation {
    border-radius: 25px;
    background: #edc9af;
    padding: 20px;
}

.c-myAccount_row .woocommerce-MyAccount-navigation ul li.is-active a,
.c-myAccount_row .woocommerce-MyAccount-navigation ul li:hover a {
    border-right-color: #b96415 !important;
}

.c-myAccount_row .woocommerce-MyAccount-navigation ul li a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    position: relative;
}

.c-myAccount_row .woocommerce-MyAccount-navigation ul li a:after {
    position: absolute;
    top: 16px;
    left: 0;
    content: "";
    background: url(../images/drop-arrow.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
}

.c-myAccount_row .woocommerce-MyAccount-content {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    padding: 30px !important;
    flex: 0 0 auto;
    width: 66% !important;
    border-radius: 16px;
}

.c-myAccount_row .woocommerce-MyAccount-content a {
    color: #b96415;
    font-weight: 600;
}

.c-myAccount_row .woocommerce-MyAccount-content .button {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
}

.c-myAccount_row .woocommerce-MyAccount-content .button.wc-forward {
    margin-top: 0;
    float: none;
}

.c-myAccount_row .woocommerce-MyAccount-content .woocommerce-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.c-myAccount_row .woocommerce-MyAccount-content .woocommerce-info::before,
.c-myAccount_row .woocommerce-MyAccount-content .woocommerce-info::after {
    display: none;
}

.woocommerce-MyAccount-content .woocommerce-Address {
    background: linear-gradient(
        327deg,
        #edc9af 13.82%,
        #eed9c4 47.55%,
        #edc9af 80.51%
    );
    padding: 0px;
    border-radius: 6px;
}

.woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
    background-color: transparent;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.woocommerce-MyAccount-content .u-columns.addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-content .u-columns.addresses::after,
.woocommerce-MyAccount-content .u-columns.addresses::before {
    display: none;
}

.woocommerce-MyAccount-content .u-columns.addresses h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    float: none !important;
    text-align: left;
    flex: 0 0 auto;
    width: 80%;
}

.woocommerce-MyAccount-content .woocommerce-Address-title .edit {
    position: relative;
    font-size: 0;
    float: none !important;
    padding: 0 !important;
    width: 30px;
    height: 30px;
    background: #fff;
    text-indent: 9px;
    border-radius: 50%;
    display: flex;
    align-items: flex-start;
}

.woocommerce-MyAccount-content .woocommerce-Address-title .edit:after {
    position: absolute;
    top: -10px;
    left: 0px;
    content: "\ec59";
    font-family: "Phosphor-Thin" !important;
    font-size: 25px;
}

.woocommerce-MyAccount-content .woocommerce-Address address {
    padding: 0 15px 15px;
}

.c-myAccount_row
    .woocommerce-MyAccount-content
    .woocommerce-address-fields__field-wrapper {
    margin-bottom: 30px;
}

.account-wishlist table.woosw-items .button.add_to_cart_button {
    padding: 15px 15px !important;
}

.event_section .event_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.event_section .event_title p {
    margin-bottom: 0 !important;
}

.c-event_form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.c-event_formCol {
    flex: 0 0 auto;
    width: 48%;
}

.c-event_radioGroup {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
}

.c-event_formCol > label {
    width: 100%;
    display: block;
    font-weight: 600;
}

#custom_event_date {
    width: 100%;
    border-radius: 30px;
}

.c-event_btn input[type="submit"] {
    border-radius: 100px;
    background: #663635 !important;
    padding: 9px 40px !important;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
}

.c-event_btn input[type="submit"]:hover {
    background: #b96415 !important;
}

.c-myAccount_row .woocommerce-order-details__title,
.c-myAccount_row .woocommerce-column__title {
    max-width: 100%;
    font-size: 25px;
    font-weight: 600;
    line-height: 31px;
    padding: 0 0 30px 0;
    margin: 0;
}

.c-myAccount_row .addresses address {
    background: linear-gradient(
        327deg,
        #edc9af 13.82%,
        #eed9c4 47.55%,
        #edc9af 80.51%
    ) !important;
    color: #000;
    padding: 15px 20px;
    font-size: 18px;
    border: none;
}

.c-myAccount_row .woocommerce-customer-details {
    margin-bottom: 0;
}
/* My account css end */

/* Become a seller css start */
.c-seller_section {
    padding: 90px 0 70px 0;
}

.c-seller_formWrapper .c-form_row .heading {
    font-weight: 600;
    width: 100%;
    padding: 0 12px;
    font-family: "Lato", sans-serif;
    margin-bottom: 15px;
}

.c-seller_formWrapper .c-form_row {
    row-gap: 5px;
}

.c-seller_formWrapper .c-form_row .c-form_group {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 12px;
}

.c-seller_formWrapper .c-form_row .c-form_group.col-100 {
    width: 100%;
}

.c-seller_formWrapper .c-form_row .c-form_group textarea {
    height: 150px;
    resize: none;
}

.c-seller_formWrapper form {
    padding: 30px;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
}
/* Become a seller css start */

/* Country field css start */
.woocommerce
    .form-row
    .xoo-ml-has-cc
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0px 5px !important;
    display: flex;
    align-items: center;
}

.woocommerce
    .checkout.woocommerce-checkout
    .form-row
    .xoo-ml-has-cc
    .select2-container--default
    .select2-selection--single {
    height: 45px;
}

.xoo-ml-otp-form .xoo-ml-otp-input-cont {
    display: flex !important;
    margin: 0 auto;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

form.xoo-ml-otp-form input.xoo-ml-otp-input {
    max-width: 35px !important;
}
/* Country field css end */

/* 28.12.2023 Menu css start */
nav .navbar .nav-links {
    line-height: 70px;
    height: 100%;
}

nav .navbar .links {
    display: flex;
    margin: 0;
    justify-content: flex-end;
}

nav .navbar .links li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    position: relative;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    width: 22px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
    margin-left: 7px;
    cursor: pointer;
}

nav .navbar .links li .arrow img {
    filter: brightness(100);
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 40px;
    left: 0;
    line-height: 40px;
    display: none;
    z-index: 2;
    min-width: 250px;

    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;

    animation: fadeInUp 1s ease backwards;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

nav .navbar .links li .sub-menu li {
    flex: 0 0 auto;
    width: 100%;
    gap: 10px;
    border-top: 1px solid #dbb490;
}

nav .navbar .links li .sub-menu li:first-child {
    border-top: none;
}

nav .navbar .links li .sub-menu li:hover {
    background: #dbb490;
}

nav .navbar .links li .sub-menu li:hover a {
    color: #fff;
    font-weight: 600;
}

.navbar .nav-items .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}


/* 02.01.2024 */
.single-content .woo-wallet-sidebar ul,
.single-content .woo-wallet-transactions-items {
    padding: 0;
}

.custom-product-field
    .date_time
    .c-new-time
    .woocommerce-input-wrapper
    .input-text {
    background: url(../images/clock.png) 94% center no-repeat;
    background-size: 18px;
}

.fadeInUp {
    animation: fadeInUp 1s ease backwards;
}

@keyframes fadeInUp {
    0% {
        transform: translate(0px, 100px);
        opacity: 0;
    }

    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}

.orderform {
    padding: 50px 0px;
    text-align: center;
}

.orderform .track_order {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.orderform .track_order label {
    text-align: left;
}
.orderform .track_order .button {
    width: 196px;
    height: 60px;
    border-radius: 100px;
    background: #663635;
    padding: 15px 40px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #663635;
}

.orderform .track_order .button:hover {
    color: #663635;
    background: transparent;
}

.footer-social-icon img {
    height: 20px;
}

.quantity-label {
    display: none !important;
}

.variations_button {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/*****11-03-24*****/
.woocommerce-product-details__short-description ul, .woocommerce-product-details__short-description ol{padding: 0; margin: 0;}
.woocommerce-product-details__short-description ul li, .woocommerce-product-details__short-description ol li{list-style: none; position: relative; padding: 0 0 10px 30px;}
.woocommerce-product-details__short-description ul li:before, .woocommerce-product-details__short-description ol li:before{position: absolute; content: ''; background: #b96415; width: 10px; height: 10px; border-radius: 50%; left: 0; top: 10px;}

.woocommerce-variation.single_variation{position:relative;}
.woocommerce-variation-price{position:absolute; left:130px; top:10px; font-size:24px; width:100%;}


/* 31.05.2024 */
.footer-address-sec{
    flex-direction: column;
}
.footer-address-sec .country-switcher, .footer-address-sec .country-switcher:focus{
    background-color: #b96415;
    border: 0;
    color: #fff;
    border-radius: 50px;
    margin-top: 15px;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.footer-address-sec .country-switcher option{
    background-color: #fff;
}

@media screen and (max-width:992px) {
.woocommerce-variation-price{font-size: 20px;}
}

/*****11-03-24*****/
























/****/
