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

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i,700,700i&display=swap");
:root {
    --primary: #000000;
    --secondary: #FFFFFF;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Poppins";
    font-size: 15px;
}

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

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

:focus {
    outline: 0 !important;
}

a {
    transition: 0.5s;
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: var(--primary);
    text-decoration: none;
}

p {
    margin-bottom: 15px;
    color: #777777;
    line-height: 1.8;
    font-size: 15px;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-family: "Poppins";
}


/* Custom Code */

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

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

.home-slides.owl-theme .owl-nav [class*=owl-] {
    color: var(--secondary) !important;
}


/* End */

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

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

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

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

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

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

.bg-f5f5f5 {
    background-color: #f5f5f5;
}


/*default-btn&optional-btn*/

.default-btn {
    display: inline-block;
    border: 1px solid var(--primary);
    padding: 10px 30px;
    transition: 0.5s;
    text-transform: uppercase;
    background-color: var(--primary);
    color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
}

.default-btn:hover {
    background-color: transparent;
    color: var(--primary);
    border-color: var(--primary);
    background-color: var(--secondary);
}

.optional-btn {
    display: inline-block;
    border: 1px solid var(--primary);
    padding: 10px 30px;
    transition: 0.5s;
    text-transform: uppercase;
    background-color: transparent;
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
}

.optional-btn:hover {
    background-color: var(--primary);
    color: var(--secondary);
    border-color: var(--primary);
}

.optional-btn-2 {
    display: inline-block;
    border: 1px solid var(--secondary);
    padding: 10px 30px;
    transition: 0.5s;
    text-transform: uppercase;
    background-color: var(--secondary);
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    border-inline-width: 100%;
}

.optional-btn-2:hover {
    background-color: transparent;
    color: var(--secondary);
    border-color: var(--secondary);
}

.optional-btn-3 {
    display: inline-block;
    border: 1px solid var(--secondary);
    padding: 10px 30px;
    transition: 0.5s;
    text-transform: uppercase;
    background-color: transparent;
    color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
    border-inline-width: 100%;
}

.optional-btn-3:hover {
    background-color: var(--secondary);
    color: var(--primary);
    border-color: var(--secondary);
}


/*section-title*/
.section-title {
    margin-top: -19px;
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}
.section-title span {
    display: block;
    margin-bottom: 8px;
    color: var(--primary);
    font-weight: 600;
}

.section-title h2 {
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 700;
    color: var(--black);
}

.section-title.text-start {
    max-width: 100%;
    position: relative;
    margin-left: 0;
    margin-bottom: 30px;
    margin-right: 0;
}

.section-title.text-start .default-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}


/*form-control*/

.form-control {
    background-color: #f5f5f5;
    height: 48px;
    border-radius: 0;
    box-shadow: unset !important;
    padding: 0 0 0 15px;
    border: 1px solid #f5f5f5;
    color: #000000;
    font-size: 15px;
    transition: 0.5s;
}

.form-control:focus {
    border-color: var(--primary);
    background-color: #ffffff;
}

.form-control:focus::-moz-placeholder {
    color: transparent;
}

.form-control:focus::placeholder {
    color: transparent;
}

.form-control::-moz-placeholder {
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.form-control::placeholder {
    transition: 0.5s;
}

textarea.form-control {
    padding-top: 15px;
    height: auto !important;
}


/*================================================
Top Header CSS
=================================================*/

.top-header {
    background-color: var(--secondary);
    padding-top: 12px;
    padding-bottom: 12px;
}

.top-header .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

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

.header-contact-info li {
    display: inline-block;
    color: var(--primary);
    margin-right: 25px;
    position: relative;
    font-weight: Medium;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: underline;
}

.header-contact-info li::before {
    position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    content: "";
    height: 12px;
    background-color: #636161;
}

.header-contact-info li a {
    display: inline-block;
    color: #d0d0d0;
    position: relative;
}

.header-contact-info li a:hover {
    color: var(--primary);
}

.header-contact-info li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--primary);
    transition: 0.5s;
}

.header-contact-info li a:hover::before {
    width: 100%;
}

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

.header-contact-info li:last-child::before {
    display: none;
}

.header-contact-info li .language-switcher {
    position: relative;
}

.header-contact-info li .language-switcher .dropdown-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #d0d0d0;
    font-weight: 600;
    font-size: 14.5px;
}

.header-contact-info li .language-switcher .dropdown-toggle::after {
    display: none;
}

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

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

.header-contact-info li .language-switcher .dropdown-toggle span i {
    position: relative;
    font-size: 20px;
    top: 4px;
    margin-left: -3px;
}

.header-contact-info li .language-switcher .dropdown-menu {
    padding: 15px;
    float: unset;
    border: none;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    display: block;
    margin-top: 10px !important;
    opacity: 0;
    visibility: visible;
    transition: 0.5s;
    transform: scaleX(0);
}

.header-contact-info li .language-switcher .dropdown-menu .dropdown-item {
    padding: 0;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 600;
}

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

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

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

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

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

.header-contact-info li .language-switcher .dropdown-menu .dropdown-item:active,
.header-contact-info li .language-switcher .dropdown-menu .dropdown-item.active {
    color: #000000;
    background-color: transparent;
}

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

.top-header-discount-info {
    text-align: center;
}

.top-header-discount-info p {
    margin-bottom: 0;
    line-height: initial;
    font-size: 14.5px;
    color: #ffffff;
}

.top-header-discount-info p a {
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #ffffff;
}

.top-header-discount-info p a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--primary);
    transition: 0.5s;
}

.top-header-discount-info p a:hover {
    color: var(--primary);
}

.top-header-discount-info p a:hover::before {
    width: 100%;
}

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

.header-top-menu li {
    display: inline-block;
    color: var(--primary);
    font-weight: 600;
    margin-right: 25px;
    position: relative;
    font-size: 12px;
}

.header-top-menu li::before {
    position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    content: "";
    height: 12px;
    background-color: var(--primary);
}

.header-top-menu li i {
    position: absolute;
    left: 0;
    top: 2.5px;
    font-size: 16px;
}

.header-top-menu li a {
    display: inline-block;
    color: var(--primary);
    padding-left: 22px;
    position: relative;
}

.header-top-menu li a:hover {
    color: var(--primary);
}

.header-top-menu li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--primary);
    transition: 0.5s;
}

.header-top-menu li a:hover::before {
    width: 100%;
}

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

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

.header-top-others-option {
    display: none;
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0;
}

.header-top-others-option .option-item {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    z-index: 3;
    color: #d0d0d0;
}

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

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

.header-top-others-option .option-item .search-btn-box .search-btn {
    font-size: 20px;
    cursor: pointer;
    color: #d0d0d0;
    transition: 0.5s;
}

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

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

.header-top-others-option .option-item .cart-btn a span {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 13.9px;
    border-radius: 50%;
    color: var(--secondary);
    background-color: var(--primary);
    font-size: 10px;
    font-weight: 600;
}


/*================================================
Navbar CSS
=================================================*/

.navbar-area .navbar-brand .white-logo {
    display: none;
}

.sticky-nav {
    background-color: var(--secondary) !important;
}

.sticky-nav .navbar .navbar-nav .nav-item a {
    color: var(--primary) !important;
}

.sticky-nav .navbar .others-option .option-item .cart-btn a span {
    color: var(--secondary) !important;
    background-color: var(--primary) !important;
}

.navbar-area.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background: var(--secondary) !important;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.navbar-area.header-sticky.is-sticky {
    opacity: 1;
    visibility: visible;
}

.navbar-area.header-sticky.scrollUp {
    transform: translateY(-85px);
    opacity: 0;
    visibility: hidden;
}

.navbar-area.navbar-style-two .ebm-nav .navbar .navbar-nav {
    margin-left: 50px;
    margin-right: auto;
}

.ebm-responsive-nav {
    display: none;
}

.ebm-responsive-nav .logo .white-logo {
    display: none;
}

.ebm-nav {
    background-color: var(--primary);
}

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

.ebm-nav .navbar {
    position: inherit;
    padding-left: 0;
    padding-right: 0;
}

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

.ebm-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

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

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

.ebm-nav .navbar .navbar-nav .nav-item a {
    position: relative; /* Ensure the link is positioned relative */
    text-decoration: none; /* Remove default underline */
}

.ebm-nav .navbar .navbar-nav .nav-item a:hover {
   opacity: 0.5 !important;
   background: none !important;
}

.ebm-nav .navbar .navbar-nav .nav-item a:hover::before {
    width: 100%; /* The underline will fill the full width of the text on hover */

}

.ebm-nav .navbar .navbar-nav .nav-item a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px; /* Add space between text and underline */
    width: 0; /* Start with no width */
    height: 2px; /* Line thickness */
    transition: width 0.5s; /* Smooth transition */
    background-color: #000; /* Underline color */
}



.ebm-nav .navbar .navbar-nav .nav-item a {
    color: var(--secondary);
    font-size: 16.5px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 13px;
    margin-right: 13px;
}

.ebm-nav .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -3px;
    margin-right: -3px;
}

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

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

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

.ebm-nav .navbar .navbar-nav .nav-item:hover a,
.ebm-nav .navbar .navbar-nav .nav-item.active a {
    color: var(--secondary);
}


.ebm-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: var(--secondary);
    position: absolute;
    border: none;
    top: 70px;
    left: 0;
    width: max-content;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    padding: 25px;
    transform: scaleX(0);
}

.ebm-nav .navbar .navbar-nav .nav-item .dropdown-menu .col-4 {
    flex: 1;
    padding: 0 15px;
    white-space: nowrap;
    margin-right: 10px;
}




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ebm-nav .navbar .navbar-nav .nav-item.megamenu {
    position: relative;
}

.ebm-nav .navbar .navbar-nav .nav-item.megamenu .container {
    display: block;
    flex-wrap: unset;
    align-items: unset;
    justify-content: unset;
}

.ebm-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
    width: auto;
    margin-top: 0px;
    position: absolute;
    top: auto;
    left: 0;
    padding: 2px 0;
    transform: unset !important;
}

.ebm-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title {
    color: #000000;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 25px;
    font-size: 15.5px;
    font-weight: 600;
}

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

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

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

.ebm-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #666666;
    padding: 10px 5px;
    font-weight: 400;
}

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

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

.ebm-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products img {
    transition: 0.5s;
}

.ebm-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category {
    position: absolute;
    left: 0;
    transition: 0.5s;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

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

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

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

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

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

.ebm-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides {
    margin-top: 30px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

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

.ebm-nav .navbar .others-option .option-item:hover{

    top: -4px;

}

.ebm-nav .navbar .others-option .option-item a:hover{
    opacity: 0.5 !important;
    /* border-bottom: #fff solid 1px ; */
}

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

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

.ebm-nav .navbar .others-option .option-item .search-btn-box .search-btn {
    font-size: 25px;
    cursor: pointer;
    color: var(--secondary);
    transition: 0.5s;
}

.ebm-nav .navbar .others-option .option-item .cart-btn {
    font-size: 25px;
    position: relative;
    line-height: 1;
}

.ebm-nav .navbar .others-option .option-item .cart-btn a {
    display: inline-block;
    position: relative;
    color: var(--secondary);
}

.ebm-nav .navbar .others-option .option-item .cart-btn a span {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 13.9px;
    border-radius: 50%;
    color: var(--primary);
    background-color: var(--secondary);
    font-size: 10px;
    font-weight: 600;
}

.ebm-nav .navbar .others-option .option-item .burger-menu {
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    top: 4px;
    margin-left: 5px;
}

.ebm-nav .navbar .others-option .option-item .burger-menu span {
    height: 1px;
    width: 25px;
    background: #000000;
    display: block;
    margin: 6px 0;
    transition: all 0.5s ease-in-out;
}

.ebm-nav .navbar .others-option .option-item .burger-menu.active span.top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.ebm-nav .navbar .others-option .option-item .burger-menu.active span.middle-bar {
    opacity: 0;
}

.ebm-nav .navbar .others-option .option-item .burger-menu.active span.bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    margin-top: 5px;
}

@media only screen and (max-width: 991px) {
    .ebm-responsive-nav {
        display: block;
    }
    .ebm-responsive-nav .ebm-responsive-menu {
        position: relative;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .mean-nav {
        margin-top: 90px;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .mean-nav ul li a.active {
        color: var(--primary);
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 15px;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 306px;
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item {
        overflow: hidden;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .container {
        padding-left: 0;
        padding-right: 0;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row {
        display: block;
        flex-wrap: unset;
        margin-left: 0;
        margin-right: 0;
        margin-top: -20px;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col {
        flex-basis: unset;
        flex-grow: unset;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:last-child {
        margin-bottom: 15px;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item a {
        width: 100%;
        float: unset;
        display: block;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title {
        color: #000000;
        position: relative;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 8px;
        text-transform: uppercase;
        margin-bottom: 5px;
        margin-top: 25px;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 13.5px;
        font-weight: 600;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title::before {
        width: 30px;
        height: 1px;
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        background-color: var(--primary);
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title:first-child {
        margin-top: 5px;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu a {
        border-bottom: none !important;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .mean-expand {
        display: none !important;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
        width: auto;
        overflow: hidden;
        display: block !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
        border: none;
        margin-top: 15px;
        color: #666666;
        padding: 0;
        font-weight: 400;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover,
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
        color: var(--primary);
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products {
        overflow: hidden;
        position: relative;
        text-align: center;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products img {
        transition: 0.5s;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category {
        position: absolute;
        left: 0;
        transition: 0.5s;
        right: 0;
        bottom: 0;
        background-color: #ffffff;
        padding: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category h4 {
        text-transform: uppercase;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
        font-size: 15px;
        font-weight: 600;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .link-btn {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 3;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:not(:first-child) {
        margin-top: 15px;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover img {
        transform: scale(1.3);
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover .category {
        bottom: 10px;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides {
        margin-top: 0;
        border-top: none;
        border-bottom: none;
        border-left: none;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides .brand-item a {
        display: block !important;
        padding: 20px !important;
        width: auto !important;
    }
    .ebm-responsive-nav .ebm-responsive-menu.mean-container .others-option {
        display: none;
    }
    .ebm-responsive-nav .mean-container a.meanmenu-reveal {
        color: var(--secondary);
    }
    .ebm-responsive-nav .mean-container a.meanmenu-reveal span {
        background: var(--secondary);
        position: relative;
        top: 8px;
        margin-top: -10px;
    }
    .ebm-responsive-nav .logo {
        position: relative;
        width: 40%;
        z-index: 999;
    }
    .ebm-nav {
        display: none;
    }
    .navbar-area {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: var(--primary);
    }
    .navbar-area.header-sticky {
        display: none;
    }
}


/*================================================
Search Overlay CSS
=================================================*/

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

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

.search-overlay .search-overlay-layer:nth-child(1) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out 0s;
}

.search-overlay .search-overlay-layer:nth-child(2) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out 0.3s;
}

.search-overlay .search-overlay-layer:nth-child(3) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.9s ease-in-out 0.6s;
}

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

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

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

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

.search-overlay .search-overlay-close:hover .search-overlay-close-line {
    background: var(--secondary);
    transform: rotate(180deg);
}

.search-overlay .search-overlay-form {
    transition: all 0.9s ease-in-out 1.4s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    max-width: 500px;
    width: 500px;
}

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

.search-overlay .search-overlay-form form .input-search {
    display: block;
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 30px;
    padding-left: 20px;
    color: #000000;
    font-size: 15px;
}

.search-overlay .search-overlay-form form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 45px;
    color: var(--secondary);
    height: 45px;
    border-radius: 50%;
    background-color: var(--primary);
    transition: 0.5s;
    border: none;
    font-size: 20px;
    line-height: 45px;
}

.search-overlay .search-overlay-form form button:hover {
    background-color: #000000;
    color: #ffffff;
}

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

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

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

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


/*================================================
Main Banner CSS
=================================================*/

/* Changes by shrey for responsive */

.main-banner {
    position: relative;
    z-index: 1;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%; /* Ensure the banner spans the full width */
    overflow: hidden; /* To avoid any overflow if image is larger */
}

.main-banner .banner-image {
     /* Keeps the image in the background */
    top: 0;
    left: 50%; /* Center the image horizontally */
    transform: translateX(-50%); /* Center the image exactly */
    width: 100%; /* Make the image take the full width of the container */
    height: auto; /* Allow the image height to adjust based on its aspect ratio */
    object-fit: contain; /* Ensure the image fits inside the container without cropping */
    z-index: -1; /* Ensure the image stays behind the content */
}

.main-banner .main-banner-content {
    position: absolute; /* Position content over the image */
    top: 50%; /* Vertically center the content */
    left: 50%; /* Horizontally center the content */
    transform: translate(-50%, -50%); /* Perfect centering */
    color: #fff; /* Text color */
    text-align: center; /* Center the text */
    z-index: 1; /* Ensure content is above the image */
}

@media only screen and (max-width: 767px) {
    .banner-image {
        margin-top: 0px !important;
    }
    .main-banner {
        height: auto;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .main-banner-content .sub-title {
        margin-bottom: 0px !important;
        font-size: 7px !important;
    }

	.main-banner-content h1 {
        margin-bottom: 1px !important;
        font-size: 15px !important;
    }

	.main-banner-content p {
        font-size: 6px !important;
	margin-bottom: 5px !important;
    }

	.main-banner-content .btn-box {
        margin-top: 3px;
    }

	.optional-btn-2{
		padding: 5px 10px !important;
		font-size: 7px !important;
    }
    .optional-btn-3{
		padding: 5px 10px !important;
		font-size: 7px !important;
    }
    .home-slides.owl-theme .owl-dots{
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-banner {
        height: auto;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .banner-image {
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-banner {
        height: auto !important;
    }
}



.banner-section {
    height: 650px;
    position: relative;
    z-index: 1;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section .main-banner-content {
    max-width: 100%;
    margin-left: 0;
}

.main-banner-content .sub-title {
    display: block;
    margin-bottom: 7px;
    font-size: 17.5px;
    font-weight: 600;
}

.main-banner-content h1 {
    margin-bottom: 12px;
    font-size: 65px;
    font-weight: 700;
    color: var(--secondary);
}

.main-banner-content p {
    color: var(--secondary);
    font-weight: 500;
    font-size: 17px;
}

.main-banner-content .btn-box {
    margin-top: 28px;
}

.main-banner-content .btn-box .optional-btn {
    margin-left: 15px;
}

.main-banner-content.text-white .submenu-title {
    color: #ffffff;
}

.main-banner-content.text-white h1 {
    color: #ffffff;
}

.main-banner-content.text-white p {
    color: #ffffff;
    opacity: 0.92;
}

.main-banner-content.text-white .btn-box .default-btn {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.main-banner-content.text-white .btn-box .default-btn:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.main-banner-content.text-white .btn-box .optional-btn {
    border-color: #ffffff;
    color: #ffffff;
}

.main-banner-content.text-white .btn-box .optional-btn:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.main-banner-content.text-center .btn-box .optional-btn {
    margin-left: 7px;
}

.main-banner-content.text-center .btn-box .default-btn {
    margin-right: 7px;
}

.banner-content {
    position: relative;
    overflow: hidden;
    padding: 55px;
    max-width: 640px;
    z-index: 1;
    margin-left: auto;
}

.banner-content .line {
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    border: 9px solid #000000;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.banner-content .sub-title {
    display: block;
    font-weight: 300;
    font-size: 30px;
}

.banner-content h1 {
    margin: 12px 0 20px;
    font-size: 65px;
    font-weight: 700;
}

.banner-content p {
    color: #000000;
    max-width: 495px;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 300;
}

.banner-content .btn-box {
    margin-top: 25px;
}

.banner-content .btn-box .optional-btn {
    margin-left: 15px;
}

.banner-content.text-white .submenu-title {
    color: #ffffff;
}

.banner-content.text-white .line {
    border-color: #ffffff;
}

.banner-content.text-white h1 {
    color: #ffffff;
}

.banner-content.text-white p {
    color: #ffffff;
    opacity: 0.92;
}

.banner-content.text-white .btn-box .default-btn {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.banner-content.text-white .btn-box .default-btn:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.banner-content.text-white .btn-box .optional-btn {
    border-color: #ffffff;
    color: #ffffff;
}

.banner-content.text-white .btn-box .optional-btn:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.hero-banner {
    padding-top: 30px;
    position: relative;
    z-index: 1;
    background-color: #f4f4f4;
}

.hero-banner .main-banner-content {
    max-width: 100%;
    margin-left: 0;
}

.banner-image {
    text-align: center;
    position: relative;
    z-index: 1;
}

.banner-image .circle {
    width: 470px;
    height: 470px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: -1;
    position: absolute;
    left: 0;
    top: 5%;
    right: 0;
    margin: 0 auto;
}

.banner-image img {
    width: unset !important;
    display: inline-block !important;
}

.owl-item.active .banner-content .sub-title {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.owl-item.active .banner-content h1 {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.owl-item.active .banner-content p {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.owl-item.active .banner-content .btn-box {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.owl-item.active .banner-content .line {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.home-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
    color: #000000;
    font-size: 45px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    border-radius: 0;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: #000000;
    transform: translateX(-10px) translateY(-50%);
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover.owl-next {
    transform: translateX(10px) translateY(-50%);
}

.home-slides.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.home-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    position: relative;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid transparent;
}

.home-slides.owl-theme .owl-dots .owl-dot span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: var(--secondary);
    margin: 2px;
}

.home-slides.owl-theme .owl-dots .owl-dot:hover span,
.home-slides.owl-theme .owl-dots .owl-dot.active span {
    border-color: var(--secondary);
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-] {
    left: 20px;
    opacity: 1;
    visibility: visible;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
}

.home-slides-two.owl-theme .owl-nav {
    margin-top: 0;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 45px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    border-radius: 0;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
}

.home-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ffffff;
    transform: translateX(-10px) translateY(-50%);
}

.home-slides-two.owl-theme .owl-nav [class*=owl-]:hover.owl-next {
    transform: translateX(10px) translateY(-50%);
}

.home-slides-two.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.home-slides-two.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    position: relative;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid transparent;
}

.home-slides-two.owl-theme .owl-dots .owl-dot span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #000000;
    margin: 2px;
}

.home-slides-two.owl-theme .owl-dots .owl-dot:hover span,
.home-slides-two.owl-theme .owl-dots .owl-dot.active span {
    border-color: #000000;
}

.home-slides-two.owl-theme:hover .owl-nav [class*=owl-] {
    left: 20px;
    opacity: 1;
    visibility: visible;
}

.home-slides-two.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
}

.home-slides-three.owl-theme .owl-dots {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
}

.home-slides-three.owl-theme .owl-dots .owl-dot {
    display: block;
}

.home-slides-three.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: transparent;
    position: relative;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid transparent;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3px;
    margin-bottom: 3px;
}

.home-slides-three.owl-theme .owl-dots .owl-dot span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #000000;
    margin: 2px;
}

.home-slides-three.owl-theme .owl-dots .owl-dot:hover span,
.home-slides-three.owl-theme .owl-dots .owl-dot.active span {
    border-color: #000000;
}


/*================================================
Categories Banner CSS
=================================================*/

.single-categories-box {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.single-categories-box img {
    transition: 0.5s;
    border-radius: 5px;
    width: 100%;
}

.single-categories-box .content {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 25px 25px 0;
    text-align: right;
}

.single-categories-box .content span {
    display: block;
    margin-bottom: 8px;
    transition: 0.5s;
    color: var(--primary);
    font-weight: 600;
    transform: translateY(12px);
}

.single-categories-box .content h3 {
    margin-bottom: 0;
    transition: 0.5s;
    transform: translateY(12px);
    font-size: 30px;
    font-weight: 700;
}

.single-categories-box .content .default-btn {
    background-color: transparent;
    color: #000000;
    border-color: #000000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.single-categories-box .content.text-white span {
    color: #ffffff;
}

.single-categories-box .content.text-white h3 {
    color: #ffffff;
}

.single-categories-box .link-btn {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    position: absolute;
}

.single-categories-box:hover img {
    transform: scale(1.07) rotate(3deg);
}

.single-categories-box:hover .content span {
    transform: translateY(-30px);
}

.single-categories-box:hover .content h3 {
    transform: translateY(-30px);
}

.single-categories-box:hover .content .default-btn {
    background-color: var(--secondary);
    color: var(--primary);
    border-color: var(--secondary);
    opacity: 1;
    visibility: visible;
    transform: translateY(-15px);
}

.categories-box {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.categories-box img {
    transition: 0.5s;
    width: 100%;
}

.categories-box .link-btn {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    position: absolute;
}

.categories-box .content {
    position: absolute;
    top: 30px;
    left: 30px;
    transition: 0.5s;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
}

.categories-box .content h3 {
    margin-bottom: 0;
    transition: 0.5s;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
}

.categories-box:hover img {
    transform: scale(1.07);
}

.categories-box:hover .content {
    background-color: var(--primary);
}

.categories-box:hover .content h3 {
    color: #ffffff;
}


/*================================================
Products CSS
=================================================*/

.all-products-area .container .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.all-products-area .facility-area {
    margin-bottom: 30px;
    background-color: #ffffff;
}

.all-products-area .products-area {
    margin-bottom: 30px;
    background-color: #ffffff;
}

.all-products-area .facility-slides.owl-theme .owl-nav [class*=owl-] {
    color: #87a1c1;
    background-color: #ffffff;
    border-color: #ffffff;
}

.all-products-area .facility-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--primary);
    color: #ffffff;
    border-color: var(--primary);
}

.all-products-area .brand-area {
    background-color: #ffffff;
}

.all-products-area .brand-item a {
    background-color: #f5f5f5;
    border-color: #e7e4e4;
}

.all-products-area .categories-banner-area {
    background-color: #ffffff;
    margin-bottom: 30px;
}

.all-products-area .ptb-100 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.all-products-area .pb-70 {
    padding-bottom: 0;
}

.all-products-area .pt-100 {
    padding-top: 30px;
}

.all-products-area .pb-100 {
    padding-bottom: 30px;
}

/* changes by shrey 10-01-2025 */

.single-products-box {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 18px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

.single-products-box .products-image {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.single-products-box .products-image a {
    position: relative;
    display: block;
}

.single-products-box .products-image a img {
    transition: 0.8s;
}

.single-products-box .products-image a .hover-image {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.07);
}

.single-products-box .products-image .products-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.single-products-box .products-image .products-button ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-products-box .products-image .products-button ul li {
    margin-bottom: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    transition: all 0.3s ease-in-out 0s;
}

.single-products-box .products-image .products-button ul li a {
    display: inline-block;
    font-size: 25px;
    line-height: 0;
    color: var(--secondary);
    position: relative;
    background-color: var(--primary);
    border-radius: 999px;
    padding: 7px;
}

.single-products-box .products-image .products-button ul li a:hover {
    color: var(--secondary);
}

.single-products-box .products-image .products-button ul li a .tooltip-label {
    right: 110%;
    top: 45%;
    transform: translateX(0) translateY(-45%);
    position: absolute;
    padding: 0 10px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: 0.3px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    color: transparent;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    background-color: var(--primary);
    color: var(--secondary);
}

.single-products-box .products-image .products-button ul li a .tooltip-label::before {
    content: "\e9ff";
    color: var(--primary);
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    right: -13px;
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    display: none !important;
}

.single-products-box .products-image .products-button ul li a:hover .tooltip-label {
    visibility: visible;
    opacity: 1;
    right: 135%;
}

.single-products-box .products-image .products-button ul li:last-child {
    margin-bottom: 0;
}

.single-products-box .products-image .products-button ul li:nth-child(1) {
    transition-delay: 0.1s;
}

.single-products-box .products-image .products-button ul li:nth-child(2) {
    transition-delay: 0.2s;
}

.single-products-box .products-image .products-button ul li:nth-child(3) {
    transition-delay: 0.3s;
}

.single-products-box .products-image .sale-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: red;
    color: #ffffff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-products-box .products-image .new-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: green;
    color: #ffffff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-products-box .products-content {
    margin-top: 20px;
    position: relative;
}

.single-products-box .products-content h3 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}

.single-products-box .products-content h3 a {
    display: inline-block;
    color: #000000;
}

.single-products-box .products-content h3 a:hover {
    color: var(--primary);
}

.single-products-box .products-content .price {
    margin-top: 8px;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 600;
}

.single-products-box .products-content .price .old-price {
    text-decoration: line-through;
    color: #999999;
    font-weight: 500;
}

.single-products-box .products-content .star-rating {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #f49f0b;
}

.single-products-box .products-content .star-rating i {
    display: inline-block;
    margin-left: -2px;
}

.single-products-box .products-content .add-to-cart {
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    transition: 0.5s;
    display: inline-block;
    color: #777777;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    font-size: 14px;
    font-weight: 600;
}

.single-products-box .products-content .add-to-cart:hover {
    color: var(--primary);
}

/* .single-products-box:hover .products-content .price {
    opacity: 0;
    visibility: hidden;
} */

.single-products-box:hover .products-content .add-to-cart {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.single-products-box:hover .products-image a .main-image {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.07);
}

.single-products-box:hover .products-image a .hover-image {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.single-products-box:hover .products-image .products-button ul li {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.products-box {
    margin-bottom: 30px;
    position: relative;
}

.products-box .products-image {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.products-box .products-image a {
    position: relative;
    display: block;
}

.products-box .products-image a img {
    transition: 0.8s;
}

.products-box .products-image a .hover-image {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.07);
}

.products-box .products-image .products-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
}

.products-box .products-image .products-button ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.products-box .products-image .products-button ul li {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transform: translateX(30px);
    transition: all 0.3s ease-in-out 0s;
    margin-left: 3px;
    margin-right: 3px;
}

.products-box .products-image .products-button ul li a {
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    color: #000000;
    position: relative;
    width: 40px;
    border-radius: 50%;
    line-height: 43px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    height: 40px;
}

.products-box .products-image .products-button ul li a:hover {
    background-color: var(--primary);
    color: #ffffff;
}

.products-box .products-image .products-button ul li a .tooltip-label {
    right: 50%;
    top: -15px;
    transform: translateX(50%);
    position: absolute;
    padding: 0 10px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: 0.3px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    color: transparent;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    background-color: #000000;
    color: #ffffff;
}

.products-box .products-image .products-button ul li a .tooltip-label::before {
    content: "\e9ff";
    color: #000000;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(90deg);
    transition: all 0.2s ease-in-out;
    bottom: -16px;
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
}

.products-box .products-image .products-button ul li a:hover .tooltip-label {
    visibility: visible;
    opacity: 1;
    top: -45px;
}

.products-box .products-image .products-button ul li:nth-child(1) {
    transition-delay: 0.1s;
}

.products-box .products-image .products-button ul li:nth-child(2) {
    transition-delay: 0.2s;
}

.products-box .products-image .products-button ul li:nth-child(3) {
    transition-delay: 0.3s;
}

.products-box .products-image .sale-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: red;
    color: #ffffff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.products-box .products-image .new-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: green;
    color: #ffffff;
    text-align: center;
    z-index: 2;
    padding: 1px 7px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.products-box .products-content {
    margin-top: 20px;
    position: relative;
}

.products-box .products-content .category {
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
}

.products-box .products-content h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.products-box .products-content h3 a {
    display: inline-block;
    color: #000000;
}

.products-box .products-content h3 a:hover {
    color: var(--primary);
}

.products-box .products-content .price {
    transition: 0.5s;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 600;
}

.products-box .products-content .price .old-price {
    text-decoration: line-through;
    color: #999999;
    font-weight: 500;
}

.products-box .products-content .star-rating {
    color: #f49f0b;
    margin-top: 8px;
}

.products-box .products-content .star-rating i {
    display: inline-block;
    margin-left: -2px;
}

.products-box .products-content .add-to-cart {
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    transition: 0.5s;
    display: inline-block;
    color: #777777;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    font-size: 14px;
    font-weight: 600;
}

.products-box .products-content .add-to-cart:hover {
    color: var(--primary);
}

.products-box .products-discount {
    position: absolute;
    top: -6.1px;
    right: 10px;
    display: inline-block;
}

.products-box .products-discount span {
    position: relative;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    width: 90px;
    background-color: red;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.products-box .products-discount span:before {
    height: 6px;
    width: 6px;
    left: -6px;
    position: absolute;
    content: "";
    top: 0;
    background: red;
}

.products-box .products-discount span:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: red;
}

.products-box:hover .products-content .price {
    opacity: 0;
    visibility: hidden;
}

.products-box:hover .products-content .add-to-cart {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.products-box:hover .products-image a .main-image {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.07);
}

.products-box:hover .products-image a .hover-image {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.products-box:hover .products-image .products-button ul li {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.single-productsBox {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.single-productsBox .products-image {
    position: relative;
    overflow: hidden;
}

.single-productsBox .products-image a {
    position: relative;
    display: block;
}

.single-productsBox .products-image a img {
    transition: 0.8s;
}

.single-productsBox .products-image a .hover-image {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.07);
}

.single-productsBox .products-image .products-button {
    position: absolute;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    bottom: 20px;
}

.single-productsBox .products-image .products-button ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-productsBox .products-image .products-button ul li {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transform: translateX(30px);
    transition: all 0.3s ease-in-out 0s;
    margin-left: 3px;
    margin-right: 3px;
}

.single-productsBox .products-image .products-button ul li a {
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    color: #000000;
    position: relative;
    width: 40px;
    border-radius: 50%;
    line-height: 43px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    height: 40px;
}

.single-productsBox .products-image .products-button ul li a:hover {
    background-color: var(--primary);
    color: #ffffff;
}

.single-productsBox .products-image .products-button ul li a .tooltip-label {
    right: 50%;
    top: -15px;
    transform: translateX(50%);
    position: absolute;
    padding: 0 10px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: 0.3px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    color: transparent;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    background-color: #000000;
    color: #ffffff;
}

.single-productsBox .products-image .products-button ul li a .tooltip-label::before {
    content: "\e9ff";
    color: #000000;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(90deg);
    transition: all 0.2s ease-in-out;
    bottom: -16px;
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
}

.single-productsBox .products-image .products-button ul li a:hover .tooltip-label {
    visibility: visible;
    opacity: 1;
    top: -45px;
}

.single-productsBox .products-image .products-button ul li:nth-child(1) {
    transition-delay: 0.1s;
}

.single-productsBox .products-image .products-button ul li:nth-child(2) {
    transition-delay: 0.2s;
}

.single-productsBox .products-image .products-button ul li:nth-child(3) {
    transition-delay: 0.3s;
}

.single-productsBox .products-image .sale-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: red;
    color: #ffffff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-productsBox .products-image .new-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: green;
    color: #ffffff;
    text-align: center;
    z-index: 2;
    padding: 1px 7px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-productsBox .products-content {
    margin-top: 20px;
    position: relative;
}

.single-productsBox .products-content .category {
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
}

.single-productsBox .products-content h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.single-productsBox .products-content h3 a {
    display: inline-block;
    color: #000000;
}

.single-productsBox .products-content h3 a:hover {
    color: var(--primary);
}

.single-productsBox .products-content .price {
    transition: 0.5s;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 600;
}

.single-productsBox .products-content .price .old-price {
    text-decoration: line-through;
    color: #999999;
    font-weight: 500;
}

.single-productsBox .products-content .star-rating {
    color: #f49f0b;
    margin-top: 8px;
}

.single-productsBox .products-content .star-rating i {
    display: inline-block;
    margin-left: -2px;
}

.single-productsBox .products-content .add-to-cart {
    position: absolute;
    left: 50%;
    bottom: 0;
    text-transform: uppercase;
    transition: 0.5s;
    display: inline-block;
    color: #777777;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
}

.single-productsBox .products-content .add-to-cart:hover {
    color: var(--primary);
}

.single-productsBox .products-discount {
    position: absolute;
    top: -6.1px;
    right: 10px;
    display: inline-block;
}

.single-productsBox .products-discount span {
    position: relative;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    width: 90px;
    background-color: red;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.single-productsBox .products-discount span:before {
    height: 6px;
    width: 6px;
    left: -6px;
    position: absolute;
    content: "";
    top: 0;
    background: red;
}

.single-productsBox .products-discount span:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: red;
}

.single-productsBox:hover .products-content .price {
    opacity: 0;
    visibility: hidden;
}

.single-productsBox:hover .products-content .add-to-cart {
    opacity: 1;
    margin-left: 0;
    visibility: visible;
}

.single-productsBox:hover .products-image a .main-image {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.07);
}

.single-productsBox:hover .products-image a .hover-image {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.single-productsBox:hover .products-image .products-button ul li {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.products-collections-area .container-fluid {
    width: 90%;
}

.products-filter-options {
    margin-bottom: 25px;
}

.products-filter-options .products-ordering-list .nice-select {
    background-color: transparent;
    border: none;
    height: 40px;
    line-height: 40px;
    color: #777777;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
}

.products-filter-options .products-ordering-list .nice-select::after {
    right: 2px;
    width: 7px;
    height: 7px;
    border-color: #727695;
    border-width: 1px;
}

.products-filter-options .products-ordering-list .nice-select .current {
    color: #777777;
    font-family: "Poppins";
}

.products-filter-options .products-ordering-list .nice-select .list {
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    /* width: 100%; */
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.products-filter-options .products-ordering-list .nice-select .list .option {
    transition: 0.5s;
    line-height: 35px;
    min-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
}

.products-filter-options .products-ordering-list .nice-select .list .option:hover,
.products-filter-options .products-ordering-list .nice-select .list .option.focus,
.products-filter-options .products-ordering-list .nice-select .list .option.selected.focus {
    background-color: transparent;
    color: var(--primary);
}

.products-filter-options .products-ordering-list .nice-select .list .option.selected {
    font-weight: 700;
}

.products-filter-options p {
    line-height: initial;
    margin-bottom: 0;
    font-family: "Poppins";
}

.products-filter-options .sub-title {
    color: #000000;
    display: inline-block;
    padding-right: 5px;
    font-size: 15px;
    font-weight: 600;
}

.products-filter-options .sub-title a {
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    margin-right: 15px;
    padding-left: 22px;
    display: block;
    position: relative;
}

.products-filter-options .sub-title a i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 1px;
}

.products-filter-options .sub-title a:hover {
    color: var(--primary);
}

.products-filter-options .view-list-row {
    position: relative;
    top: 2px;
}

.products-filter-options .view-list-row .view-column a {
    display: inline-block;
}

.products-filter-options .view-list-row .view-column .icon-view-one span {
    cursor: pointer;
    width: 7px;
    height: 14px;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-one.active span,
.products-filter-options .view-list-row .view-column .icon-view-one:hover span {
    border-color: var(--primary);
}

.products-filter-options .view-list-row .view-column .icon-view-two {
    margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-two span {
    cursor: pointer;
    width: 7px;
    height: 14px;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-two span:not(:first-child) {
    margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-two.active span,
.products-filter-options .view-list-row .view-column .icon-view-two:hover span {
    border-color: var(--primary);
}

.products-filter-options .view-list-row .view-column .icon-view-three {
    margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-three span {
    width: 7px;
    height: 14px;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-three span:not(:first-child) {
    margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-three.active span,
.products-filter-options .view-list-row .view-column .icon-view-three:hover span {
    border-color: var(--primary);
}

.products-filter-options .view-list-row .view-column .icon-view-four {
    margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-four span {
    width: 7px;
    height: 14px;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-four span:not(:first-child) {
    margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-four.active span,
.products-filter-options .view-list-row .view-column .icon-view-four:hover span {
    border-color: var(--primary);
}

.products-filter-options .view-list-row .view-column .icon-view-five {
    margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-five span {
    width: 5px;
    height: 14px;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-five span:not(:first-child) {
    margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-five.active span,
.products-filter-options .view-list-row .view-column .icon-view-five:hover span {
    border-color: var(--primary);
}

.products-filter-options .view-list-row .view-column .icon-view-six {
    margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-six span {
    width: 3px;
    height: 14px;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-six span:not(:first-child) {
    margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-six.active span,
.products-filter-options .view-list-row .view-column .icon-view-six:hover span {
    border-color: var(--primary);
}

.products-filter-options .view-list-row .view-column .view-grid-switch {
    margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .view-grid-switch span {
    width: 24px;
    height: 6px;
    display: block;
    position: relative;
    background-color: #d0d0d0;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .view-grid-switch span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    background-color: #ffffff;
    display: block;
    width: 2px;
    height: 6px;
}

.products-filter-options .view-list-row .view-column .view-grid-switch span:not(:first-child) {
    margin-top: 2px;
}

.products-filter-options .view-list-row .view-column .view-grid-switch.active span,
.products-filter-options .view-list-row .view-column .view-grid-switch:hover span {
    background-color: var(--primary);
}

#products-collections-filter.products-col-one .products-col-item {
    flex: 0 0 100%;
    max-width: 100%;
}

#products-collections-filter.products-col-one .products-col-item .single-products-box .products-image a img {
    width: 100%;
}

#products-collections-filter.products-col-one .products-col-item .products-box .products-image a img {
    width: 100%;
}

#products-collections-filter.products-col-one .products-col-item .single-productsBox .products-image a img {
    width: 100%;
}

#products-collections-filter.products-col-three .products-col-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

#products-collections-filter.products-row-view .products-col-item {
    flex: 0 0 100%;
    max-width: 100%;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    background-color: #fdfdfd;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box .products-image {
    position: relative;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box .products-content {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box .products-content .add-to-cart {
    left: 30px;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box .products-content .star-rating {
    right: 30px;
}

#products-collections-filter.products-row-view .products-col-item .products-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    background-color: #fdfdfd;
}

#products-collections-filter.products-row-view .products-col-item .products-box .products-image {
    position: relative;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

#products-collections-filter.products-row-view .products-col-item .products-box .products-content {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

#products-collections-filter.products-row-view .products-col-item .products-box .products-content .add-to-cart {
    left: 30px;
}

#products-collections-filter.products-row-view .products-col-item .single-productsBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    background-color: #fdfdfd;
}

#products-collections-filter.products-row-view .products-col-item .single-productsBox .products-image {
    position: relative;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

#products-collections-filter.products-row-view .products-col-item .single-productsBox .products-content {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

#products-collections-filter.products-row-view .products-col-item .single-productsBox .products-content .add-to-cart {
    left: 30px;
    transform: translateX(0);
}

#products-collections-filter.products-row-view .products-col-item.col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
}

#products-collections-filter.products-col-two .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
}

#products-collections-filter.products-col-four .col-lg-4 {
    flex: 0 0 25%;
    max-width: 25%;
}

/*================================================
About CSS
=================================================*/
.about-area {
    position: relative;
    z-index: 1;
  }

  .about-image {
    position: relative;
    padding-right: 100px;
    padding-bottom: 50px;
  }
  .about-image img {
    border-radius: 5px;
  }
  .about-image img:nth-child(2) {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1;
  }

  .about-content {
    padding-left: 15px;
  }
  .about-content .sub-title {
    display: block;
    margin-bottom: 8px;
    color: var(--primary);
    font-weight: 600;
  }
  .about-content h2 {
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 35px;
    font-weight: 700;
  }
  .about-content h6 {
    margin-bottom: 14px;
    line-height: 1.6;
    font-size: 16px;
  }
  .about-content .features-text {
    margin-top: 25px;
  }
  .about-content .features-text h5 {
    margin-bottom: 22px;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding-left: 47px;
    padding-top: 7px;
  }
  .about-content .features-text i {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-color: var(--primary);
    text-align: center;
    line-height: 35px;
    color: var(--secondary);
    font-size: 20px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
  }

  .about-inner-area {
    margin-top: 80px;
  }

  .about-text h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
    font-weight: 700;
  }
  .about-text h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    background-color: var(--primary);
    height: 1px;
  }
  .about-text p {
    color: #000000;
    font-size: 16px;
  }
  .about-text .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .about-text .features-list li {
    position: relative;
    margin-bottom: 13px;
    color: #000000;
    padding-left: 30px;
  }
  .about-text .features-list li i {
    font-size: 16px;
    color: #000000;
    background-color: #eaeaf2;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    transition: 0.5s;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .about-text .features-list li:last-child {
    margin-bottom: 0;
  }
  .about-text .features-list li:hover i {
    background-color: var(--primary);
    color: #ffffff;
  }



/*================================================
Products Details CSS
=================================================*/

.products-details-image img {
    width: 100%;
}

.products-details-image .row {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -15px;
}

.products-details-image .row .col-lg-6 {
    padding-left: 8px;
    padding-right: 8px;
}

.products-details-image .row .col-lg-6 .single-products-details-image {
    margin-top: 15px;
}

.products-details-image .single-products-details-image {
    margin-top: 30px;
}

.products-details-image .single-products-details-image:first-child {
    margin-top: 0;
}

.products-details-desc h3 {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 700;
}

.products-details-desc .price {
    margin-bottom: 15px;
    color: var(--primary);
    font-size: 22px;
    font-weight: 700;
}

.products-details-desc .price .old-price {
    text-decoration: line-through;
    color: #828893;
    font-weight: normal;
}

.products-details-desc .products-review {
    margin-bottom: 12px;
}

.products-details-desc .products-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 18px;
}

.products-details-desc .products-review .rating i {
    color: #ffba0a;
    display: inline-block;
    margin-right: -2px;
}

.products-details-desc .products-review .rating-count {
    display: inline-block;
    color: #000000;
    border-bottom: 1px solid #000000;
    line-height: initial;
    position: relative;
    top: -2px;
    font-weight: 600;
}

.products-details-desc .products-review .rating-count:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.products-details-desc .products-info {
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 0;
}

.products-details-desc .products-info li {
    color: #000000;
    margin-bottom: 8px;
    font-size: 16px;
}

.products-details-desc .products-info li:last-child {
    margin-bottom: 0;
}

.products-details-desc .products-info li span {
    color: #777777;
}

.products-details-desc .products-info li a {
    display: inline-block;
    font-weight: 600;
    color: #000000;
}

.products-details-desc .products-info li a:hover {
    color: var(--primary);
}

.products-details-desc .products-color-switch {
    margin-top: 10px;
}

.products-details-desc .products-color-switch span {
    margin-bottom: 8px;
    display: block;
    font-size: 17px;
    font-weight: 600;
}

.products-details-desc .products-color-switch ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: -3px;
    margin-left: -3px;
}

.products-details-desc .products-color-switch ul li {
    display: inline-block;
    margin-left: 3px;
    margin-top: 3px;
}

.products-details-desc .products-color-switch ul li a {
    display: block;
    position: relative;
    border: 1px solid transparent;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.products-details-desc .products-color-switch ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    margin: 2px;
    transition: 0.5s;
}

.products-details-desc .products-color-switch ul li a{
  overflow: hidden;
}

.products-details-desc .products-color-switch ul li a:hover,
.products-details-desc .products-color-switch ul li a:focus {
    border-color: #000000;
}

.products-details-desc .products-color-switch ul li a.color-white::before {
    background: #ffffff;
    border: 1px solid #eeeeee;
}

.products-details-desc .products-color-switch ul li a.color-black::before {
    background: #000000;
}

.products-details-desc .products-color-switch ul li a.color-red::before {
    background: red;
}

.products-details-desc .products-color-switch ul li a.color-blue::before {
    background: blue;
}

.products-details-desc .products-color-switch ul li a.color-green::before {
    background: green;
}

.products-details-desc .products-color-switch ul li a.color-yellow::before {
    background: yellow;
}

.products-details-desc .products-color-switch ul li a.color-yellowgreen::before {
    background: yellowgreen;
}

.products-details-desc .products-color-switch ul li a.color-pink::before {
    background: pink;
}

.products-details-desc .products-color-switch ul li a.color-violet::before {
    background: violet;
}

.products-details-desc .products-color-switch ul li a.color-teal::before {
    background: teal;
}

.products-details-desc .products-color-switch ul li a.color-plum::before {
    background: plum;
}

.products-details-desc .products-color-switch ul li a.color-lime::before {
    background: lime;
}

.products-details-desc .products-color-switch ul li a.color-blueviolet::before {
    background: blueviolet;
}

.products-details-desc .products-color-switch ul li.active a {
    border-color: #000000;
}

.products-details-desc .products-size-wrapper {
    margin-top: 8px;
    margin-bottom: 25px;
}

.products-details-desc .products-size-wrapper span {
    margin-bottom: 8px;
    display: block;
    font-size: 17px;
    font-weight: 600;
}

.products-details-desc .products-size-wrapper ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -8px;
    margin-left: -8px;
}

.products-details-desc .products-size-wrapper ul li {
    display: inline-block;
    margin-left: 8px;
    margin-top: 8px;
}

.products-details-desc .products-size-wrapper ul li a {
    width: auto;
    height: auto;
    display: block;
    line-height: normal;
    border: 1px solid #eeeeee;
    color: #858585;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
}

.products-details-desc .products-size-wrapper ul li a:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.products-details-desc .products-size-wrapper ul li.active a {
    border-color: var(--primary);
    color: var(--primary);
}

.products-details-desc .products-info-btn {
    margin-bottom: 25px;
}

.products-details-desc .products-info-btn a {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 22px;
    line-height: initial;
    font-size: 14px;
    font-weight: 600;
}

.products-details-desc .products-info-btn a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1.5px;
    background: var(--primary);
    transition: 0.5s;
}

.products-details-desc .products-info-btn a i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.products-details-desc .products-info-btn a:hover {
    color: var(--primary);
}

.products-details-desc .products-info-btn a:hover::before {
    width: 100%;
}

.products-details-desc .products-info-btn a:not(:first-child) {
    margin-left: 15px;
}

.products-details-desc .products-add-to-cart .input-counter {
    max-width: 120px;
    min-width: 120px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.products-details-desc .products-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 50px;
    transition: 0.5s;
    font-size: 22px;
}

.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
    left: 0;
}

.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
    right: 0;
}

.products-details-desc .products-add-to-cart .input-counter span:hover {
    color: var(--primary);
}

.products-details-desc .products-add-to-cart .input-counter input {
    height: 45px;
    color: #000000;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.products-details-desc .products-add-to-cart .input-counter input::-moz-placeholder {
    color: #000000;
}

.products-details-desc .products-add-to-cart .input-counter input::placeholder {
    color: #000000;
}

.products-details-desc .wishlist-compare-btn {
    margin-top: 20px;
}

.products-details-desc .wishlist-compare-btn .optional-btn {
    padding-top: 8px;
    padding-bottom: 10px;
}

.products-details-desc .wishlist-compare-btn .optional-btn i {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.products-details-desc .wishlist-compare-btn .optional-btn:not(:first-child) {
    margin-left: 10px;
}

.products-details-desc .buy-checkbox-btn {
    margin-top: 20px;
}

.products-details-desc .buy-checkbox-btn input {
    display: none;
}

.products-details-desc .buy-checkbox-btn .cbx {
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

.products-details-desc .buy-checkbox-btn .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.products-details-desc .buy-checkbox-btn .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #ebebeb;
    transition: all 0.2s ease;
    transition: 0.5s;
}

.products-details-desc .buy-checkbox-btn .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
    transition: 0.5s;
}

.products-details-desc .buy-checkbox-btn .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary);
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    transition: 0.5s;
}

.products-details-desc .buy-checkbox-btn .cbx span:last-child {
    padding-left: 4px;
    color: #000000;
    position: relative;
    top: -1px;
}

.products-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
    border-color: var(--primary);
}

.products-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child {
    background: var(--primary);
    border-color: var(--primary);
    animation: wave 0.4s ease;
}

.products-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.products-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

.products-details-desc .buy-checkbox-btn .item:not(:first-child) {
    margin-top: 20px;
}

.products-details-desc .buy-checkbox-btn .default-btn {
    display: block;
    text-align: center;
}

.products-details-desc .products-details-accordion {
    margin-top: 25px;
}

.products-details-desc .products-details-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    background: #ffffff;
    margin-bottom: 15px;
    border: none;
}

.products-details-desc .products-details-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-title {
    padding-left: 28px;
    color: #000000;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.products-details-desc .products-details-accordion .accordion .accordion-title i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 25px;
    transition: 0.5s;
}

.products-details-desc .products-details-accordion .accordion .accordion-title.active i {
    transform: rotate(180deg);
}

.products-details-desc .products-details-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-top: 15px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content.show {
    display: block;
}

.products-details-desc .products-details-accordion .accordion .accordion-content ul,
.products-details-desc .products-details-accordion .accordion .accordion-content ol {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content ul li,
.products-details-desc .products-details-accordion .accordion .accordion-content ol li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 13px;
    color: #777777;
}

.products-details-desc .products-details-accordion .accordion .accordion-content ul li::before,
.products-details-desc .products-details-accordion .accordion .accordion-content ol li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--primary);
    border-radius: 50%;
}

.products-details-desc .products-details-accordion .accordion .accordion-content ul li:last-child,
.products-details-desc .products-details-accordion .accordion .accordion-content ol li:last-child {
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table {
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-striped tbody tr td {
    border-top: none;
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 15px;
    color: #000000;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-striped tbody tr td:first-child {
    font-weight: 500;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-bordered tbody tr td {
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 15px;
    color: #777777;
    line-height: 1.7;
    border-color: #eeeeee;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-bordered tbody tr td:first-child {
    color: #000000;
    font-weight: 500;
}

.products-details-desc .products-details-accordion .accordion .accordion-content h3 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form {
    margin-top: 10px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title {
    position: relative;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .rating {
    display: inline-block;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .rating .bx.bxs-star {
    color: #ffba0a;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .rating i {
    color: #ebebeb;
    font-size: 16px;
    margin-right: -1px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: initial;
    position: relative;
    top: -2px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .default-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments {
    margin-top: 35px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    border-top: 1px dashed #eeeeee;
    padding-top: 30px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item .rating .bx.bxs-star {
    color: #ffba0a;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item .rating i {
    font-size: 17px;
    color: #ebebeb;
    margin-right: -1px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item h3 {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item span strong {
    font-weight: 500;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item p {
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form {
    margin-top: 30px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form h3 {
    margin-bottom: 20px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form form .form-group {
    margin-bottom: 15px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form form .default-btn {
    margin-top: 10px;
}

.products-details-tab {
    margin-top: 50px;
}

.products-details-tab .tabs {
    list-style-type: none;
    margin-bottom: -1px;
    padding-left: 0;
}

.products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 5px;
}

.products-details-tab .tabs li a {
    display: block;
    position: relative;
    color: #000000;
    border: 1px dashed #eeeeee;
    padding: 13px 30px 13px 48px;
    font-weight: 600;
    font-size: 15px;
}

.products-details-tab .tabs li a .dot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 12px;
    height: 12px;
    border: 1px solid #000000;
    transition: 0.5s;
    border-radius: 50%;
}

.products-details-tab .tabs li a .dot::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    margin: 2px;
    border-radius: 50%;
    transition: 0.5s;
}

.products-details-tab .tabs li a:hover {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.products-details-tab .tabs li a:hover .dot {
    border-color: #ffffff;
}

.products-details-tab .tabs li a:hover .dot::before {
    background: #ffffff;
}

.products-details-tab .tabs li.current a {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.products-details-tab .tabs li.current a .dot {
    border-color: #ffffff;
}

.products-details-tab .tabs li.current a .dot::before {
    background: #ffffff;
}

.products-details-tab .tabs li:last-child {
    margin-right: 0;
}

.products-details-tab .tab-content {
    border: 1px dashed #eeeeee;
    padding: 30px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content ul,
.products-details-tab .tab-content .tabs-item .products-details-tab-content ol {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content ul li,
.products-details-tab .tab-content .tabs-item .products-details-tab-content ol li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 13px;
    color: #777777;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content ul li::before,
.products-details-tab .tab-content .tabs-item .products-details-tab-content ol li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--primary);
    border-radius: 50%;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content ul li:last-child,
.products-details-tab .tab-content .tabs-item .products-details-tab-content ol li:last-child {
    margin-bottom: 0;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .table {
    margin-bottom: 0;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-striped tbody tr td {
    border-top: none;
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 15px;
    color: #000000;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-striped tbody tr td:first-child {
    font-weight: 600;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-bordered tbody tr td {
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 15px;
    color: #777777;
    line-height: 1.7;
    border-color: #eeeeee;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-bordered tbody tr td:first-child {
    color: #000000;
    font-weight: 600;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title {
    position: relative;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .rating {
    display: inline-block;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .rating .bx.bxs-star {
    color: #ffba0a;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .rating i {
    color: #ebebeb;
    font-size: 18px;
    margin-right: -1px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: initial;
    position: relative;
    top: -2px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .default-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments {
    margin-top: 35px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 200px;
    border-top: 1px dashed #eeeeee;
    padding-top: 30px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item .rating .bx.bxs-star {
    color: #ffba0a;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item .rating i {
    font-size: 17px;
    color: #ebebeb;
    margin-right: -1px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item h3 {
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item span strong {
    font-weight: 500;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item p {
    margin-bottom: 0;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form {
    margin-top: 30px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form h3 {
    margin-bottom: 20px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form form .form-group {
    margin-bottom: 15px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form form .default-btn {
    margin-top: 10px;
}

.related-products {
    margin-top: 70px;
}


/*================================================
Offer CSS
=================================================*/

.offer-area {
    position: relative;
    z-index: 1;
}

.offer-area .offer-image {
    position: absolute; /* Makes the image cover the area */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the section */
    z-index: -1; /* Keeps the image behind the content */
}

.offer-area .offer-content {
    position: relative; /* Keeps the content above the image */
    z-index: 1;
}

.offer-content {
    max-width: 550px;
    border: 1px solid #ffffff;
    margin-left: auto;
    text-align: center;
    border-radius: 5px;
    padding: 70px 40px;
    position: relative;
    z-index: 1;
}

.offer-content span {
    display: block;
    margin-bottom: 10px;
    color: var(--primary);
    font-weight: 600;
}

.offer-content h2 {
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 700;
}

.offer-content p {
    line-height: initial;
    margin-top: 10px;
}

.offer-content .default-btn {
    margin-top: 12px;
}

.offer-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
    border-radius: 5px;
    margin: 10px;
}

.offer-content-center {
    max-width: 550px;
    border: 1px solid #ffffff;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    padding: 70px 40px;
    position: relative;
    z-index: 1;
}

.offer-content-center span {
    display: block;
    margin-bottom: 10px;
    color: var(--primary);
    font-weight: 600;
}

.offer-content-center h2 {
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 700;
}

.offer-content-center p {
    line-height: initial;
    margin-top: 10px;
}

.offer-content-center .default-btn {
    margin-top: 12px;
}

.offer-content-center::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
    border-radius: 5px;
    margin: 10px;
}

.offer-content-box {
    max-width: 720px;
    margin-right: auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.offer-content-box span {
    display: block;
    color: #ffffff;
    font-weight: 300;
    font-size: 30px;
}

.offer-content-box h2 {
    margin: 10px 0 10px;
    color: #ffffff;
    font-size: 65px;
    font-weight: 700;
}

.offer-content-box p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}

.offer-content-box .default-btn {
    margin-top: 10px;
}

.single-offer-products {
    position: relative;
    border-radius: 5px;
    padding-right: 100px;
}

.single-offer-products img {
    display: inline-block !important;
    width: auto !important;
}

.single-offer-products .image {
    border-radius: 5px;
}

.single-offer-products .image a {
    display: block;
    border-radius: 5px;
}

.single-offer-products .image a img {
    border-radius: 5px;
}

.single-offer-products .content {
    position: absolute;
    right: 15px;
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    background-color: #ffffff;
    border-radius: 5px;
    padding: 40px;
    max-width: 415px;
    top: 50%;
    transform: translateY(-50%);
}

.single-offer-products .content h3 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
}

.single-offer-products .content p {
    margin-top: 10px;
}


/*================================================
Modal CSS
=================================================*/

.productsQuickView .modal-dialog {
    max-width: 900px;
    margin: 0 auto;
}

.productsQuickView .modal-content {
    border: none;
    padding: 40px;
    border-radius: 0;
}

.productsQuickView .modal-content button.close {
    position: absolute;
    right: 0;
    top: 0;
    outline: 0;
    opacity: 1;
    color: #000000;
    transition: 0.5s;
    line-height: 35px;
    padding: 0;
    margin: 0;
    font-size: 25px;
    width: 35px;
    text-shadow: unset;
    height: 35px;
    border: none;
    background-color: transparent;
}

.productsQuickView .modal-content button.close:hover {
    background-color: red;
    color: #ffffff;
}

.productsQuickView .modal-content .products-content h3 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
}

.productsQuickView .modal-content .products-content h3 a {
    color: #000000;
}

.productsQuickView .modal-content .products-content h3 a:hover {
    color: #000000;
}

.productsQuickView .modal-content .products-content .price {
    transition: 0.5s;
    margin-top: 12px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
}

.productsQuickView .modal-content .products-content .price .old-price {
    text-decoration: line-through;
    color: #999999;
    font-weight: 500;
}

.productsQuickView .modal-content .products-content .products-review .rating {
    display: inline-block;
    padding-right: 5px;
}

.productsQuickView .modal-content .products-content .products-review .rating i {
    color: #f49f0b;
    display: inline-block;
    margin-right: -2px;
}

.productsQuickView .modal-content .products-content .products-review .rating-count {
    display: inline-block;
    color: #000000;
    border-bottom: 1px solid #000000;
    line-height: initial;
    position: relative;
    top: -1px;
}

.productsQuickView .modal-content .products-content .products-review .rating-count:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.productsQuickView .modal-content .products-content .products-info {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.productsQuickView .modal-content .products-content .products-info li {
    font-size: 16px;
    color: #000000;
    margin-bottom: 8px;
}

.productsQuickView .modal-content .products-content .products-info li:last-child {
    margin-bottom: 0;
}

.productsQuickView .modal-content .products-content .products-info li span {
    color: #777777;
}

.productsQuickView .modal-content .products-content .products-info li a {
    display: inline-block;
    font-weight: 600;
    color: #000000;
}

.productsQuickView .modal-content .products-content .products-info li a:hover {
    color: #000000;
}

.productsQuickView .modal-content .products-content .products-color-switch {
    margin-top: 8px;
}

.productsQuickView .modal-content .products-content .products-color-switch h4 {
    font-size: 16px;
    color: #777777;
    margin-bottom: 6px;
}

.productsQuickView .modal-content .products-content .products-color-switch ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -4px;
    margin-left: -4px;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li {
    display: inline-block;
    margin-left: 4px;
    margin-top: 4px;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a {
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.selected{
  border: 4px solid #000 !important;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a{
  border: 2px solid #796262 !important;
}

.productsQuickView .modal-content .products-content .products-size-wrapper ul li a.selected{
  border: 2px solid #000 !important;
}


.productsQuickView .modal-content .products-content .products-color-switch ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    margin: 2px;
    transition: 0.5s;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a:hover,
.productsQuickView .modal-content .products-content .products-color-switch ul li a:focus {
    border-color: #000000;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-white::before {
    background: #ffffff;
    border: 1px solid #eeeeee;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-black::before {
    background: #000000;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-red::before {
    background: red;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-blue::before {
    background: blue;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-green::before {
    background: green;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-yellow::before {
    background: yellow;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-yellowgreen::before {
    background: yellowgreen;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-pink::before {
    background: pink;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-violet::before {
    background: violet;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-teal::before {
    background: teal;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-plum::before {
    background: plum;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-lime::before {
    background: lime;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-blueviolet::before {
    background: blueviolet;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li.active a {
    border-color: #000000;
}

.productsQuickView .modal-content .products-content .products-size-wrapper {
    margin-top: 8px;
    margin-bottom: 25px;
}

.productsQuickView .modal-content .products-content .products-size-wrapper h4 {
    font-size: 16px;
    color: #777777;
    margin-bottom: 8px;
}

.productsQuickView .modal-content .products-content .products-size-wrapper ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -8px;
    margin-left: -8px;
}

.productsQuickView .modal-content .products-content .products-size-wrapper ul li {
    display: inline-block;
    margin-left: 8px;
    margin-top: 8px;
}

.productsQuickView .modal-content .products-content .products-size-wrapper ul li a {
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 28px;
    border: 1px solid #eeeeee;
    color: #858585;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 2px;
    min-width: 30px;
    min-height: 30px;
}

.productsQuickView .modal-content .products-content .products-size-wrapper ul li a:hover,
.productsQuickView .modal-content .products-content .products-size-wrapper ul li a:focus {
    border-color: #000000;
    color: #000000;
}

.productsQuickView .modal-content .products-content .products-size-wrapper ul li.active a {
    border-color: #000000;
    color: #000000;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter {
    max-width: 110px;
    min-width: 110px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 50px;
    transition: 0.5s;
    font-size: 18px;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span.minus-btn {
    left: 0;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span.plus-btn {
    right: 0;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span:hover {
    color: var(--primary);
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input {
    height: 45px;
    color: #000000;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input::-moz-placeholder {
    color: #000000;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input::placeholder {
    color: #000000;
}

.productsQuickView .modal-content .products-content .view-full-info {
    margin-top: 25px;
    color: #000000;
    line-height: initial;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 15px;
}

.productsQuickView .modal-content .products-content .view-full-info::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000000;
    transition: 0.5s;
}

.productsQuickView .modal-content .products-content .view-full-info:hover::before {
    width: 0;
}

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

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

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

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

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

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

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

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

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
}

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

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

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

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

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content span {
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
    color: #777777;
}

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

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

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

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

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

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

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

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

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

.shoppingCartModal .modal-content .modal-body .products-cart-btn .optional-btn {
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.shoppingCartModal .modal-content .modal-body .products-cart-btn .optional-btn-2 {
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.shoppingCartModal .close {
    color: #000000;
    font-size: 30px;
    outline: 0 !important;
    line-height: initial;
    transition: 0.5s;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: transparent;
    border: none;
}

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

.sizeGuideModal .modal-dialog {
    max-width: 900px;
    margin: 0 auto;
}

.sizeGuideModal .modal-content {
    border: none;
    padding: 40px;
    border-radius: 0;
}

.sizeGuideModal .modal-content button.close {
    position: absolute;
    right: 0;
    top: 0;
    outline: 0;
    opacity: 1;
    color: #000000;
    transition: 0.5s;
    line-height: 35px;
    padding: 0;
    margin: 0;
    font-size: 20px;
    width: 35px;
    text-shadow: unset;
    height: 35px;
    border: none;
    background-color: transparent;
}

.sizeGuideModal .modal-content button.close:hover {
    background-color: red;
    color: #ffffff;
}

.sizeGuideModal .modal-content .modal-sizeguide {
    text-align: center;
}

.sizeGuideModal .modal-content .modal-sizeguide h3 {
    margin-bottom: 7px;
    font-size: 22px;
    font-weight: 700;
}

.sizeGuideModal .modal-content .modal-sizeguide p {
    margin-bottom: 25px;
}

.sizeGuideModal .modal-content .modal-sizeguide .table {
    margin-bottom: 0;
}

.sizeGuideModal .modal-content .modal-sizeguide .table thead {
    background-color: #000000;
    color: #ffffff;
}

.sizeGuideModal .modal-content .modal-sizeguide .table thead th {
    border-bottom: none;
    white-space: nowrap;
    color: #ffffff;
    vertical-align: middle;
    padding: 10px 15px;
}

.sizeGuideModal .modal-content .modal-sizeguide .table tr td,
.sizeGuideModal .modal-content .modal-sizeguide .table tr th {
    border-top: none;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 15px;
    padding: 10px 15px;
}

.productsShippingModal .modal-dialog {
    max-width: 900px;
    margin: 0 auto;
}

.productsShippingModal .modal-content {
    border: none;
    padding: 40px;
    border-radius: 0;
}

.productsShippingModal .modal-content button.close {
    position: absolute;
    right: 0;
    top: 0;
    outline: 0;
    opacity: 1;
    color: #000000;
    transition: 0.5s;
    line-height: 35px;
    padding: 0;
    margin: 0;
    font-size: 25px;
    width: 35px;
    text-shadow: unset;
    height: 35px;
    border: none;
    background-color: transparent;
}

.productsShippingModal .modal-content button.close:hover {
    background-color: red;
    color: #ffffff;
}

.productsShippingModal .modal-content .shipping-content h3 {
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 700;
}

.productsShippingModal .modal-content .shipping-content h3:first-child {
    margin-top: 0;
}

.productsShippingModal .modal-content .shipping-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.productsShippingModal .modal-content .shipping-content ul li {
    margin-bottom: 12px;
    color: #777777;
    position: relative;
    padding-left: 13px;
}

.productsShippingModal .modal-content .shipping-content ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
}

.productsShippingModal .modal-content .shipping-content ul li:last-child {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
}

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

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

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

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

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content span {
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
    color: #777777;
}

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

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

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

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

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

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

.shoppingWishlistModal .modal-content .modal-body .products-cart-btn .optional-btn {
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-btn .optional-btn-2 {
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.shoppingWishlistModal .close {
    color: #000000;
    font-size: 30px;
    outline: 0 !important;
    line-height: initial;
    transition: 0.5s;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    border: none;
    background-color: transparent;
}

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

.productsFilterModal.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 400px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}

.productsFilterModal.modal.left.fade .modal-dialog {
    left: -320px;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.productsFilterModal.modal.left.fade.show .modal-dialog {
    left: 0;
}

.productsFilterModal .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.productsFilterModal .modal-content .modal-body {
    padding: 0;
}

.productsFilterModal .modal-content .modal-body .woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li a i {
    top: 0;
    padding-left: 0;
}

.productsFilterModal button.close {
    position: absolute;
    left: 30px;
    top: 20px;
    outline: 0;
    padding-left: 25px;
    text-shadow: unset;
    opacity: 1;
    line-height: initial;
    transition: 0.5s;
    border: none;
    background-color: transparent;
    font-size: 15px;
}

.productsFilterModal button.close i {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -3.8px;
}

.productsFilterModal button.close:hover {
    color: red;
}


/*================================================
Page Title CSS
=================================================*/

.page-title-area {
    background-color: #f8f8f8;
    padding-top: 35px;
    padding-bottom: 30px;
}

.page-title-content {
    position: relative;
}

.page-title-content h2 {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 700;
}

.page-title-content ul {
    text-align: right;
    position: absolute;
    right: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    top: 50%;
    transform: translateY(-50%);
}

.page-title-content ul li {
    display: inline-block;
    margin-left: 15px;
    font-weight: 600;
    color: var(--primary);
    position: relative;
}

.page-title-content ul li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 6px;
    height: 12px;
    width: 1px;
    background-color: #777777;
}

.page-title-content ul li:first-child {
    margin-left: 0;
}

.page-title-content ul li:first-child::before {
    display: none;
}

.page-title-content ul li a {
    display: block;
}


/*================================================
Woocommerce Widget Sidebar CSS
=================================================*/

.woocommerce-widget-area .woocommerce-widget {
    margin-bottom: 35px;
}

.woocommerce-widget-area .woocommerce-widget .woocommerce-widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px;
    font-weight: 700;
}

.woocommerce-widget-area .woocommerce-widget .woocommerce-widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background-color: var(--primary);
}

.woocommerce-widget-area .woocommerce-widget:last-child {
    margin-bottom: 0;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li {
    margin-bottom: 9px;
    font-size: 14.5px;
    font-weight: 600;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li a {
    position: relative;
    padding-left: 28px;
    display: inline-block;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li a i {
    display: inline-block;
    background-color: var(--primary);
    width: 18px;
    height: 18px;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    position: absolute;
    left: 0;
    top: 1px;
    padding-left: 1px;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li:last-child {
    margin-bottom: 0;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list .delete-selected-filters {
    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list .delete-selected-filters:hover {
    color: red;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list .delete-selected-filters span {
    text-decoration: underline;
}

.woocommerce-widget-area .collections-list-widget .collections-list-row {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li {
    margin-bottom: 9px;
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 600;
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2.5px;
    width: 15px;
    transition: 0.5s;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #000000;
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li a:hover {
    color: var(--primary);
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li a:hover::before {
    border-color: var(--primary);
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li a.active::before {
    background-color: var(--primary);
    border-color: var(--primary);
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li.active a::before {
    background-color: var(--primary);
    border-color: var(--primary);
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li:last-child {
    display: inline-block;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price {
    margin-top: 20px;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs-handle {
    cursor: pointer;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-from,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-to,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-single {
    background-color: var(--primary);
    padding: 1px 5px 1px 11.5px;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-from::before,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-to::before,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-single::before {
    border-top-color: var(--primary);
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-from::after,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-to::after,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-single::after {
    content: "$";
    position: absolute;
    left: 5px;
    top: 0.5px;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-bar {
    background-color: var(--primary);
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-handle>i:first-child {
    background-color: var(--primary);
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-min,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-max {
    padding: 1px 3px 1px 9.5px;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-min::before,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-max::before {
    content: "$";
    position: absolute;
    left: 3px;
    top: 0.5px;
}

.woocommerce-widget-area .size-list-widget .size-list-row {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -10px;
}

.woocommerce-widget-area .size-list-widget .size-list-row li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.woocommerce-widget-area .size-list-widget .size-list-row li a {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 33px;
    border: 1px solid #eeeeee;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.woocommerce-widget-area .size-list-widget .size-list-row li a:hover,
.woocommerce-widget-area .size-list-widget .size-list-row li a:focus {
    border-color: var(--primary);
    color: #ffffff;
    background-color: var(--primary);
}

.woocommerce-widget-area .size-list-widget .size-list-row li a.active a {
    border-color: var(--primary);
    color: #ffffff;
    background-color: var(--primary);
}

.woocommerce-widget-area .size-list-widget .size-list-row li.active a {
    border-color: var(--primary);
    color: #ffffff;
    background-color: var(--primary);
}

.woocommerce-widget-area .color-list-widget .color-list-row {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: -5px;
    margin-top: -4px;
}

.woocommerce-widget-area .color-list-widget .color-list-row li {
    display: inline-block;
    margin-right: 4px;
    margin-top: 4px;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a {
    display: block;
    position: relative;
    border: 1px solid transparent;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eeeeee;
    border-radius: 50%;
    margin: 2px;
    transition: 0.5s;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a:hover {
    border-color: #000000;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-white::before {
    background: #ffffff;
    border: 1px solid #eeeeee;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-black::before {
    background: #000000;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-red::before {
    background: red;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-blue::before {
    background: blue;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-green::before {
    background: green;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-yellow::before {
    background: yellow;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-yellowgreen::before {
    background: yellowgreen;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-pink::before {
    background: pink;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-violet::before {
    background: violet;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-teal::before {
    background: teal;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-plum::before {
    background: plum;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-lime::before {
    background: lime;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-blueviolet::before {
    background: blueviolet;
}

.woocommerce-widget-area .color-list-widget .color-list-row li.active a {
    border-color: #000000;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li {
    margin-bottom: 9px;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 600;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2.5px;
    width: 15px;
    transition: 0.5s;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #000000;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a:hover {
    color: var(--primary);
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a:hover::before {
    border-color: var(--primary);
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a.active::before {
    background-color: var(--primary);
    border-color: var(--primary);
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li.active a::before {
    background-color: var(--primary);
    border-color: var(--primary);
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li:last-child {
    display: inline-block;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products .category {
    position: absolute;
    left: 0;
    transition: 0.5s;
    right: 0;
    background-color: #ffffff;
    padding: 20px;
    bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products .category h3 {
    text-transform: uppercase;
    margin-bottom: 7px;
    position: relative;
    z-index: 1;
    font-size: 20px;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products .category span {
    color: #777777;
    display: block;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products img {
    transition: 0.5s;
    width: 100%;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products .link-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products:hover img,
.woocommerce-widget-area .aside-trending-widget .aside-trending-products:focus img {
    transform: scale(1.3) rotate(4deg);
}


/*================================================
Sizing Guide CSS
=================================================*/

.sizing-guide-table h3 {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 700;
}

.sizing-guide-table table {
    margin-bottom: 0;
}

.sizing-guide-table table thead {
    background-color: var(--primary);
    color: #ffffff;
}

.sizing-guide-table table thead th {
    border-bottom: none;
    vertical-align: middle;
    color: #ffffff;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}

.sizing-guide-table table tr td {
    border-top: none;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.sizing-guide-table table tr td:first-child {
    font-weight: 600;
}

.sizing-guide-table .sizing-guide-info {
    padding-left: 0;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 0;
}

.sizing-guide-table .sizing-guide-info li {
    margin-bottom: 12px;
}

.sizing-guide-table .sizing-guide-info li:last-child {
    margin-bottom: 0;
}

.sizing-guide-table .sizing-guide-info li span {
    font-weight: 700;
}

.sizing-guide-table:not(:first-child) {
    margin-top: 35px;
}


/*================================================
Cart CSS
=================================================*/

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

.cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 25px 0 25px;
    text-transform: uppercase;
    border: none;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #777777;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
    padding: 10px;
}

.cart-table table tbody tr td.product-thumbnail a {
    display: inline-block;
}

.cart-table table tbody tr td.product-thumbnail a img {
    width: 100px;
}

.cart-table table tbody tr td.product-name a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.cart-table table tbody tr td.product-name ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0;
}

.cart-table table tbody tr td.product-name ul li {
    margin-bottom: 6px;
    font-size: 13.5px;
}

.cart-table table tbody tr td.product-name ul li span {
    display: inline;
    color: #000000;
}

.cart-table table tbody tr td.product-name ul li:last-child {
    margin-bottom: 0;
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal .subtotal-amount {
    color: #000000;
    font-weight: 600;
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: red;
    float: right;
    display: block;
    position: relative;
    top: -1px;
    font-size: 18px;
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 50px;
    transition: 0.5s;
    font-size: 22px;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: var(--primary);
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #000000;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
    color: #000000;
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #000000;
}

.cart-table table tbody tr td .unit-amount {
    color: #000000;
    font-weight: 600;
}

.cart-buttons {
    margin-top: 30px;
}

.cart-totals {
    background: #ffffff;
    padding: 40px;
    max-width: 500px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-left: auto;
    margin-top: 50px;
    margin-right: auto;
}

.cart-totals h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
}

.cart-totals ul {
    padding-left: 0;
    margin: 0 0 25px;
    list-style-type: none;
}

.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 10px 15px;
    color: #000000;
    overflow: hidden;
    font-weight: 600;
}

.cart-totals ul li:first-child {
    border-bottom: none;
}

.cart-totals ul li:last-child {
    font-size: 20px;
    border-top: none;
}

.cart-totals ul li:last-child span {
    color: #000000;
}

.cart-totals ul li span {
    float: right;
    font-weight: normal;
}


/*================================================
Checkout CSS
=================================================*/

.user-actions {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 15px 20px;
    border-top: 3px solid var(--primary);
    position: relative;
    margin-bottom: 40px;
}

.user-actions i {
    color: var(--primary);
    margin-right: 2px;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.user-actions span {
    display: inline-block;
    color: var(--primary);
    font-weight: 500;
    font-size: 16px;
}

.user-actions span a {
    display: inline-block;
    color: #000000;
}

.user-actions span a:hover,
.user-actions span a:focus {
    color: var(--primary);
}

.billing-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
    font-weight: 700;
}

.billing-details .title::before {
    content: "";
    position: absolute;
    background: var(--primary);
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}

.billing-details .form-group {
    margin-bottom: 25px;
}

.billing-details .form-group label {
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.billing-details .form-group label .required {
    color: red;
}

.billing-details .form-group .nice-select {
    float: unset;
    line-height: 48px;
    color: #000000;
    border: none;
    background-color: #f5f5f5 !important;
    font-weight: normal;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.billing-details .form-group .nice-select .list {
    background-color: #ffffff;
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
    transition: 0.5s;
    padding-left: 20px;
    padding-right: 20px;
}

.billing-details .form-group .nice-select .list .option:hover {
    background-color: var(--primary) !important;
    color: #ffffff;
}

.billing-details .form-group .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600;
}

.billing-details .form-group .nice-select:after {
    right: 20px;
}

.billing-details .form-check {
    margin-bottom: 20px;
}

.billing-details .form-check .form-check-label {
    color: #000000;
}

.billing-details .form-check label {
    position: relative;
    left: -3px;
    top: 1px;
    font-weight: 500;
}

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}

.order-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
    font-weight: 700;
}

.order-details .title::before {
    content: "";
    position: absolute;
    background: var(--primary);
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}

.order-details .order-table table {
    margin-bottom: 0;
}

.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    padding: 12px 20px 10px;
    font-weight: 700;
    font-size: 17px;
}

.order-details .order-table table tbody tr td {
    vertical-align: middle;
    border-color: #eaedff;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 13px;
}

.order-details .order-table table tbody tr td.product-name a {
    display: inline-block;
    font-weight: 500;
}

.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.total-price span {
    color: #000000;
    font-weight: 700;
}

.order-details .order-table table tbody tr td.shipping-price,
.order-details .order-table table tbody tr td.order-subtotal-price,
.order-details .order-table table tbody tr td.product-subtotal {
    font-weight: 700;
    color: #000000;
}

.order-details .payment-box {
    background-color: #ffffff;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    padding: 30px;
}

.order-details .payment-box .payment-method p [type=radio]:checked,
.order-details .payment-box .payment-method p [type=radio]:not(:checked) {
    display: none;
}

.order-details .payment-box .payment-method p [type=radio]:checked+label,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    color: #000000;
    position: relative;
    margin-bottom: 8px;
    font-weight: 600;
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::before,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::after,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--primary);
    position: absolute;
    top: 8px;
    left: 3px;
    border-radius: 50%;
    transition: 0.5s;
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.order-details .payment-box .default-btn {
    margin-top: 20px;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    display: block;
    text-align: center;
}


/*================================================
FAQ CSS
=================================================*/

.faq-accordion-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 60px;
    text-align: center;
}

.faq-accordion-tab .tabs li {
    margin-left: 10px;
    margin-right: 10px;
}

.faq-accordion-tab .tabs li a {
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    padding: 20px;
    display: block;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    font-size: 17px;
    font-weight: 700;
}

.faq-accordion-tab .tabs li a i {
    font-size: 30px;
}

.faq-accordion-tab .tabs li a span {
    display: block;
    margin-top: 8px;
}

.faq-accordion-tab .tabs li a:hover {
    background-color: var(--primary);
    color: #ffffff;
}

.faq-accordion-tab .tabs li.current a {
    background-color: var(--primary);
    color: #ffffff;
}

.tab .tabs-item {
    display: none;
}

.tab .tabs-item:first-child {
    display: block;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    border: none !important;
}

.faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    background: #ffffff;
    margin-bottom: 15px;
    border: none;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
    padding: 20px 25px 17px 60px;
    color: #000000;
    text-decoration: none;
    position: relative;
    display: block;
    border: none !important;
    font-size: 17px;
    font-weight: 700;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 25px;
    top: 18px;
    font-size: 25px;
    transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i {
    transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 20px;
    padding-right: 25px;
    padding-left: 60px;
}

.faq-accordion .accordion .accordion-content p {
    font-size: 16px;
    line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

.faq-accordion .accordion .accordion-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-content ul li {
    color: #777777;
    position: relative;
    margin-bottom: 12px;
    line-height: 25px;
    padding-left: 15px;
    font-size: 16px;
}

.faq-accordion .accordion .accordion-content ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--primary);
    border-radius: 50%;
}

.faq-accordion .accordion .accordion-content ul li:last-child {
    margin-bottom: 0;
}


/*================================================
404 Error CSS
=================================================*/

.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 520px;
}

.error-content h3 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.error-content p {
    margin-bottom: 25px;
}


/*================================================
Compare CSS
=================================================*/

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

.products-compare-table table tr td {
    color: #777777;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.products-compare-table table tr td:first-child {
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
}

.products-compare-table table tr td .remove-btn {
    margin-bottom: 15px;
}

.products-compare-table table tr td .remove-btn a {
    color: red;
    display: inline-block;
}

.products-compare-table table tr:first-child {
    background-color: transparent !important;
}

.products-compare-table table tr:first-child td {
    border-bottom: 1px solid #eeeeee;
}


/*================================================
Pagination CSS
=================================================*/

.pagination-area {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.pagination-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    z-index: -1;
}

.pagination-area .page-numbers {
    color: #aaaaaa;
    display: inline-block;
    line-height: 1;
    background-color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -10px;
    margin-bottom: -10px;
    padding-left: 8px;
    padding-right: 8px;
}

.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus,
.pagination-area .page-numbers.current {
    color: var(--primary);
}

.pagination-area .page-numbers.prev {
    padding-right: 0;
}

.pagination-area .page-numbers.next {
    padding-left: 0;
}

.pagination-area .page-numbers.prev,
.pagination-area .page-numbers.next {
    font-size: 28px;
    position: relative;
    top: 5px;
    margin-left: -3px;
    margin-right: -3px;
}


/*================================================
Widget Sidebar CSS
=================================================*/

.widget-area .widget {
    margin-bottom: 35px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget-area .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
    font-size: 21px;
    font-weight: 700;
}

.widget-area .widget .widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background-color: var(--primary);
}

.widget-area .widget_search form {
    position: relative;
}

.widget-area .widget_search form .screen-reader-text {
    display: none;
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}

.widget-area .widget_search form .search-field {
    height: 50px;
    color: #000000;
    background-color: #eef5f9;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 0 0 0 15px;
    border: none;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 500;
}

.widget-area .widget_search form .search-field::-moz-placeholder {
    color: #777777;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_search form .search-field::placeholder {
    color: #777777;
    transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus::-moz-placeholder {
    color: transparent;
}

.widget-area .widget_search form .search-field:focus::placeholder {
    color: transparent;
}

.widget-area .widget_search form button {
    border: none;
    background-color: var(--primary);
    color: #ffffff;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 5px;
    transition: 0.5s;
    border-radius: 5px;
    top: 5px;
    font-size: 20px;
}

.widget-area .widget_search form button:hover,
.widget-area .widget_search form button:focus {
    background-color: #000000;
    color: #ffffff;
}

.widget-area .widget_ebm_posts_thumb {
    position: relative;
    overflow: hidden;
}

.widget-area .widget_ebm_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px;
}

.widget-area .widget_ebm_posts_thumb .item:last-child {
    margin-bottom: 0;
}

.widget-area .widget_ebm_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}

.widget-area .widget_ebm_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.widget-area .widget_ebm_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../../assets/img/blog/img7.jpg);
}

.widget-area .widget_ebm_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../../assets/img/blog/img8.jpg);
}

.widget-area .widget_ebm_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../../assets/img/blog/img5.jpg);
}

.widget-area .widget_ebm_posts_thumb .item .thumb::before,
.widget-area .widget_ebm_posts_thumb .item .thumb::after {
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    content: "";
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.widget-area .widget_ebm_posts_thumb .item .thumb::before {
    width: 40px;
    height: 1px;
    left: 100%;
}

.widget-area .widget_ebm_posts_thumb .item .thumb::after {
    height: 40px;
    width: 1px;
    top: 0;
}

.widget-area .widget_ebm_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.widget-area .widget_ebm_posts_thumb .item .info span {
    display: block;
    color: #777777;
    text-transform: uppercase;
    margin-top: -2px;
    margin-bottom: 5px;
    font-size: 12px;
}

.widget-area .widget_ebm_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 600;
}

.widget-area .widget_ebm_posts_thumb .item .info .title a {
    display: inline-block;
}

.widget-area .widget_ebm_posts_thumb .item:hover .thumb::before,
.widget-area .widget_ebm_posts_thumb .item:hover .thumb::after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    color: #000000;
    padding-left: 18px;
    font-weight: 600;
    font-size: 15px;
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
    background: var(--primary);
    height: 8px;
    width: 8px;
    content: "";
    border-radius: 50%;
    left: 0;
    top: 7px;
    position: absolute;
}

.widget-area .widget_categories ul li a {
    color: #000000;
    display: inline-block;
}

.widget-area .widget_categories ul li a:hover {
    color: var(--primary);
}

.widget-area .widget_categories ul li .post-count {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 17px;
}

.widget-area .tagcloud a {
    display: inline-block;
    background-color: #f6f6f6;
    color: #000000;
    padding: 7px 15px;
    border: none;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px !important;
    margin-top: 8px;
    margin-right: 4px;
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
    color: #ffffff;
    background-color: var(--primary);
}

.widget-area .widget_instagram ul {
    padding-left: 0;
    list-style-type: none;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px;
}

.widget-area .widget_instagram ul li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.widget-area .widget_instagram ul li a {
    position: relative;
}

.widget-area .widget_instagram ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.widget-area .widget_instagram ul li a:hover::before {
    opacity: 0.7;
    visibility: visible;
}

.widget-area .widget_contact {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    height: 400px;
    text-align: center;
    background-image: url(../../assets/img/offer-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.widget-area .widget_contact::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    background-color: var(--primary);
    opacity: 0.7;
    z-index: -1;
}

.widget-area .widget_contact .text {
    position: absolute;
    left: 0;
    bottom: 25px;
    right: 0;
}

.widget-area .widget_contact .text .icon {
    width: 65px;
    height: 65px;
    border: 2px dashed var(--primary);
    position: relative;
    border-radius: 50%;
    font-size: 35px;
    transition: 0.5s;
    background-color: #ffffff;
    color: var(--primary);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
}

.widget-area .widget_contact .text .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.widget-area .widget_contact .text span {
    display: block;
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}

.widget-area .widget_contact .text a {
    display: inline-block;
    color: #ffffff;
    font-weight: 800;
    font-size: 25px;
}


/*================================================
Login CSS
=================================================*/

.login-content h2 {
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: 700;
}

.login-content .login-form {
    padding-right: 15px;
}

.login-content .login-form .form-group {
    margin-bottom: 20px;
}

.login-content .login-form .form-group .form-control {
    height: 50px;
}

.login-content .login-form .default-btn {
    display: block;
    width: 100%;
    padding: 14px 25px;
}

.login-content .login-form .forgot-password {
    display: inline-block;
    margin-top: 15px;
    position: relative;
    font-weight: 600;
}

.login-content .login-form .forgot-password::before {
    width: 100%;
    height: 1.5px;
    background: #777777;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: 0.5s;
    content: "";
}

.login-content .login-form .forgot-password:hover::before {
    width: 0;
}

.new-customer-content {
    padding-left: 15px;
}

.new-customer-content h2 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
}

.new-customer-content span {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
}

.new-customer-content .optional-btn {
    margin-top: 5px;
}


/*================================================
Signup CSS
=================================================*/

.signup-content {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.signup-content h2 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}

.signup-content .signup-form .form-group {
    margin-bottom: 20px;
}

.signup-content .signup-form .form-group label {
    display: block;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}

.signup-content .signup-form .form-group .form-control {
    height: 50px;
}

.signup-content .signup-form .default-btn {
    display: block;
    width: 100%;
    padding: 14px 25px;
}

.signup-content .signup-form .return-store {
    display: inline-block;
    margin-top: 15px;
    color: #777777;
    position: relative;
    font-size: 15px;
}

.signup-content .signup-form button.default-btn.return-store {
  color: #ffffff;
}
.signup-content .signup-form button.default-btn.return-store:hover {
  color: #000000;
}

.signup-content .signup-form .return-store::before {
    width: 100%;
    height: 1.5px;
    background: #777777;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: 0.5s;
    content: "";
}

.signup-content .signup-form .return-store:hover {
    color: #000000;
}

.signup-content .signup-form .return-store:hover::before {
    width: 0;
}


/*================================================
Contact CSS
=================================================*/

.contact-info h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

.contact-info p a {
    display: inline;
    font-weight: 500;
}

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

.contact-info .contact-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.contact-info .contact-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--primary);
    font-size: 20px;
}

.contact-info .contact-list li a {
    display: inline-block;
    font-weight: 600;
    position: relative;
}

.contact-info .contact-list li a:hover::before {
    width: 100%;
}

.contact-info .contact-list li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: 0.5s;
    background-color: var(--primary);
}

.contact-info .contact-list li:last-child {
    margin-bottom: 0;
}

.contact-info .opening-hours {
    padding-left: 0;
    margin-bottom: 25px;
    list-style-type: none;
}

.contact-info .opening-hours li {
    margin-bottom: 10px;
}

.contact-info .opening-hours li:last-child {
    margin-bottom: 0;
}

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

.contact-info .social li {
    display: inline-block;
    margin-right: 2px;
}

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

.contact-info .social li a {
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    color: var(--primary);
    background-color: #f4f4f4;
    font-size: 18px;
    position: relative;
    border-radius: 2px;
}

.contact-info .social li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-49%);
}

.contact-info .social li a:hover {
    background-color: var(--primary);
    color: #ffffff;
}

.contact-form h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

.contact-form form .form-group {
    margin-bottom: 20px;
}

.contact-form form .form-group label {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.contact-form form .form-group label span {
    color: red;
}

.contact-form form .with-errors ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0;
}

.contact-form form .with-errors ul li {
    color: red;
    font-size: 15px;
}

.contact-form form #msgSubmit {
    margin-bottom: 0;
}

.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
    margin-top: 15px;
}

#map iframe {
    width: 100%;
    height: 500px;
    margin-bottom: -10px;
}


/*================================================
Footer CSS
=================================================*/

.footer-area {
    padding-top: 100px;
    background-color: #000000;
    position: relative;
    z-index: 1;
}

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget h3 {
    color: #ffffff;
    margin-bottom: 25px;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 22px;
    font-weight: 700;
}

.single-footer-widget h3::before {
    width: 50px;
    height: 1px;
    bottom: -1px;
    content: "";
    position: absolute;
    left: 0;
    background-color: var(--secondary);
}

.single-footer-widget p {
    color: #ffffff;
}

.single-footer-widget .about-the-store p {
    font-weight: 600;
    width: 80%;
}

.single-footer-widget .about-the-store .footer-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .about-the-store .footer-contact-info li {
    margin-bottom: 12px;
    color: #ffffff;
    position: relative;
    padding-left: 25px;
}

.single-footer-widget .about-the-store .footer-contact-info li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
}

.single-footer-widget .about-the-store .footer-contact-info li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.single-footer-widget .about-the-store .footer-contact-info li a:hover {
    color: var(--secondary);
}

.single-footer-widget .about-the-store .footer-contact-info li a:hover::before {
    width: 100%;
}

.single-footer-widget .about-the-store .footer-contact-info li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: 0.5s;
    background-color: var(--secondary);
}

.single-footer-widget .about-the-store .footer-contact-info li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .social-link {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.single-footer-widget .social-link li {
    display: inline-block;
    margin-right: 2px;
}

.single-footer-widget .social-link li:last-child {
    margin-right: 0;
}

.single-footer-widget .social-link li a {
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--primary);
    background-color: #ffffff;
    font-size: 18px;
    position: relative;
    border-radius: 2px;
}

.single-footer-widget .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-49%);
}

.single-footer-widget .social-link li a:hover {
    background-color: var(--primary);
    color: #ffffff;
}

.single-footer-widget .quick-links {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .quick-links li {
    margin-bottom: 16px;
    color: #ffffff;
}

.single-footer-widget .quick-links li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.single-footer-widget .quick-links li a:hover {
    color: var(--secondary);
}

.single-footer-widget .quick-links li a:hover::before {
    width: 100%;
}

.single-footer-widget .quick-links li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: 0.5s;
    background-color: var(--secondary);
}

.single-footer-widget .quick-links li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .customer-support {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .customer-support li {
    margin-bottom: 16px;
    color: #ffffff;
}

.single-footer-widget .customer-support li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.single-footer-widget .customer-support li a:hover {
    color: var(--secondary);
}

.single-footer-widget .customer-support li a:hover::before {
    width: 100%;
}

.single-footer-widget .customer-support li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: 0.5s;
    background-color: var(--secondary);
}

.single-footer-widget .customer-support li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .footer-newsletter-box .newsletter-form {
    position: relative;
    margin-top: -5px;
}

.single-footer-widget .footer-newsletter-box .newsletter-form label {
    display: block;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter {
    width: 100%;
    background-color: transparent;
    border: 1px solid #848282;
    border-radius: 0;
    height: 45px;
    padding-left: 10px;
    color: #ffffff;
    font-size: 15px;
    border-radius: 0.25rem;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter::-moz-placeholder {
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #cccccc;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter::placeholder {
    transition: 0.5s;
    color: #cccccc;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter:focus::-moz-placeholder {
    color: transparent;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter:focus::placeholder {
    color: transparent;
}

.single-footer-widget .footer-newsletter-box .newsletter-form button {
    display: block;
    margin-top: 0.8rem;
    width: 100%;
    border-radius: 0.25rem;
    background-color: var(--primary);
    color: #ffffff;
    border: none;
    padding: 12px 25px;
    transition: 0.5s;
    font-weight: 600;
    font-size: 15px;
}

.single-footer-widget .footer-newsletter-box .newsletter-form button:hover {
    color: #000000;
    background-color: #ffffff;
}

.single-footer-widget .footer-newsletter-box .newsletter-form #validator-newsletter {
    position: absolute;
    left: 0;
    bottom: -32px;
    color: #ffffff !important;
}

.footer-bottom-area {
    margin-top: 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-bottom-area p {
    line-height: initial;
    margin-bottom: 0;
    color: #cecdcd;
    font-weight: 500;
}

.footer-bottom-area p i {
    position: relative;
    top: 1px;
}

.footer-bottom-area p a {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.footer-bottom-area p a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    transition: 0.5s;
    height: 1px;
    background-color: var(--primary);
}

.footer-bottom-area p a:hover {
    color: var(--primary);
}

.footer-bottom-area p a:hover::before {
    width: 100%;
}

.footer-bottom-area .payment-types {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
}

.footer-bottom-area .payment-types li {
    display: inline-block;
}

.footer-bottom-area .payment-types li a {
    display: block;
    transition: 0.5s;
}

.footer-bottom-area .payment-types li a:hover {
    transform: translateY(-5px);
}

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: -1;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
    animation: run 7s 0s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
    margin-left: -25%;
}

.lines .line:nth-child(1)::after {
    animation-delay: 2s;
}

.lines .line:nth-child(3) {
    margin-left: 25%;
}

.lines .line:nth-child(3)::after {
    animation-delay: 2.5s;
}

@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}


/*================================================
Go Top CSS
=================================================*/

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -42px;
    right: 15px;
    color: var(--secondary);
    background-color: var(--primary);
    z-index: 4;
    width: 42px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    font-size: 28px;
    transition: 0.5s;
    border-radius: 5px 5px 0 0;
}

.go-top i {
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    transform: translateY(-55%);
    transition: 0.5s;
}

.go-top.active {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.go-top:hover i {
    margin-top: -3px;
}


/* product image css  */

.product-img-display {
    overflow: hidden;
}

.product-img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.product-img-showcase img {
    min-width: 100%;
}

.product-img-select {
    display: flex;
}

.product-img-item {
    margin: 0.3rem;
}

.product-img-item:nth-child(1),
.product-img-item:nth-child(2),
.product-img-item:nth-child(3) {
    margin-right: 0;
}

.product-img-item:hover {
    opacity: 0.8;
}


/*  Dashboard Css   */

.dashboard-tabs-box {
    margin-bottom: 25px;
}

.tabs-box {
    border: 1px solid #dee2e6;
    border-radius: 25px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.action-img {
    width: 20px;
    /* Adjust image size */
    height: auto;
    cursor: pointer;
    margin: 0 5px;
}

.table {
    width: 100%;
    /* Full width */
}

.table-bg td {
    background-color: #EAECF0;
    color: #667085;
    white-space: nowrap;
    /* Prevent wrapping */
}

.status-pill {
    border-radius: 15px;
    padding: 5px 10px;
    color: white;
}

.status-confirmed {
    background-color: #007bff;
    /* Blue */
}

.status-delivered {
    background-color: #28a745;
    /* Green */
}

@media (max-width: 768px) {
    .sidebar {
        position: relative;
        height: auto;
        border-right: none;
        /* Remove border for small screens */
    }
}

.Dashboard-wishlist-img {
    width: 20%;
}

.dashboard-nav {
    margin-bottom: 5px;
}

.dashboard-nav .nav-link {
    border-radius: 99px;
    color: var(--primary);
}

.dashboard-nav .nav-link.active {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 99px;
}

.dashboard-nav-tabs {
    border: none;
}

.Profile-details .form-group {
    margin-bottom: 25px;
}


/*# sourceMappingURL=style.css.map */

/* added css by Shrey bhai 12-11-2024 */
.product-slider-arrows-container{
    position: fixed;
    width: 100%;
    z-index: 10;

}

.product-slide-arrows{
    display: flex;
    gap: 15px;
    justify-content: space-between;
    padding: 0px 5px;
}

.product-slide-prev{
    width: fit-content;
    align-content: center;
    align-self: center;
    background: rgb(0,0,0);

}

.product-slide-next{
    width: fit-content;
    align-content: center;
    align-self: center;
    background: rgb(0,0,0);

}

 .product-slide-prev, .product-slide-next {
    background: white;
    color: black;
    padding: 7px 7px;
    border: 1px solid var(--primary);
    transition: 0.5s;
    cursor: pointer;
    margin-top: -30%;
    z-index: 10;
    border-radius: 99px;
    display: flex;

}

.product-slide-next:hover {
    background: rgb(0, 0, 0);
    border: 1px solid var(--primary);
    color: var(--secondary);
}

.product-slide-prev:hover {
    background: rgb(0, 0, 0);
    border: 1px solid var(--primary);
    color: var(--secondary);
}

/* added css by Shrey bhai 12-11-2024  close */

/*# sourceMappingURL=style.css.map */

.products-details-desc .products-size-wrapper ul li a.selected {
	border: 2px solid #000;
}
.products-details-desc .products-color-switch ul li a.selected {
	border: 4px solid #000;
}
.products-details-desc .products-color-switch ul li a {
	border: 2px solid #796262;
}



/* New Css For CheckBoxes */






/* Hide the default checkbox input */
.woocommerce-widget-area .color-list-widget .color-list-row li input[type="checkbox"] {
    display: none;
}

/* Style the label to appear as a circle and display colors */
.woocommerce-widget-area .color-list-widget .color-list-row li label {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    border: 2px solid #796262; /* Default border */
    transition: all 0.3s ease;
}

/* Color background for each selector */
.woocommerce-widget-area .color-list-widget .color-list-row li label.color-black {
    background-color: #000000;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-red {
    background-color: #FF0000;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-yellow {
    background-color: #FFFF00;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-white {
    background-color: #FFFFFF;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-blue {
    background-color: #0000FF;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-green {
    background-color: #008000;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-yellowgreen {
    background-color: #9ACD32;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-pink {
    background-color: #FFC0CB;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-violet {
    background-color: #8A2BE2;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-blueviolet {
    background-color: #8A2BE2;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-purple {
    background-color: #800080;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-lime {
    background-color: #00FF00;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-plum {
    background-color: #DDA0DD;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-teal {
    background-color: #008080;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-orange {
    background-color: #FFA500;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-cyan {
    background-color: #00FFFF;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-magenta {
    background-color: #FF00FF;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-brown {
    background-color: #A52A2A;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-gray {
    background-color: #808080;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-beige {
    background-color: #F5F5DC;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-silver {
    background-color: #C0C0C0;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-gold {
    background-color: #FFD700;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-indigo {
    background-color: #4B0082;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-skyblue {
    background-color: #87CEEB;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-darkgreen {
    background-color: #006400;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-darkblue {
    background-color: #00008B;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-darkred {
    background-color: #8B0000;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-maroon {
    background-color: #800000;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-lightcoral {
    background-color: #F08080;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-lightgreen {
    background-color: #90EE90;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-darkorange {
    background-color: #FF8C00;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-lightblue {
    background-color: #ADD8E6;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-lightpink {
    background-color: #FFB6C1;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-lightyellow {
    background-color: #FFFFE0;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-lightgray {
    background-color: #D3D3D3;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-darkviolet {
    background-color: #9400D3;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-lightseagreen {
    background-color: #20B2AA;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-darkkhaki {
    background-color: #BDB76B;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-rosybrown {
    background-color: #BC8F8F;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-darkslategray {
    background-color: #2F4F4F;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-saddlebrown {
    background-color: #8B4513;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-cornflowerblue {
    background-color: #6495ED;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-slateblue {
    background-color: #6A5ACD;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-mediumvioletred {
    background-color: #C71585;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-lightsteelblue {
    background-color: #B0C4DE;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-darkorchid {
    background-color: #9932CC;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-lightgoldenrodyellow {
    background-color: #FAFAD2;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-darkturquoise {
    background-color: #00CED1;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-tomato {
    background-color: #FF6347;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-lightcyan {
    background-color: #E0FFFF;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-darkgray {
    background-color: #A9A9A9;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-aqua {
    background-color: #00FFFF;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-orchid {
    background-color: #DA70D6;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-forestgreen {
    background-color: #228B22;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-royalblue {
    background-color: #4169E1;
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-deepskyblue {
    background-color: #00BFFF;
}

:root {
  --peach-color: #ffcc99; /* This is a light peach color */
}

.woocommerce-widget-area .color-list-widget .color-list-row li label.color-peach {
    /*background-color:  #f6a192; */
    background-color: var(--peach-color);
}

/* Add a black border when the color is selected */
.woocommerce-widget-area .color-list-widget .color-list-row li input[type="checkbox"]:checked + label {
    border: 3px solid black;
}

/* Hover effects for the color labels */
.woocommerce-widget-area .color-list-widget .color-list-row li label:hover {
    opacity: 0.7;
}


/* Remove default list style and padding/margin */
.woocommerce-widget-area .size-list-widget .size-list-row {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -10px;
}

/* Style each size item */
.woocommerce-widget-area .size-list-widget .size-list-row li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
}

/* Hide the default checkbox but keep the label */
.woocommerce-widget-area .size-list-widget .size-list-row li input[type="checkbox"] {
    display: none;
}

/* Style for the label (checkbox style) */
.woocommerce-widget-area .size-list-widget .size-list-row li label {
    width: auto;
    min-width: 40px;
    height: 35px;
    display: inline-block;
    line-height: 33px;
    border: 2px solid lightgray;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0px 10px;
}

/* Add a checked style for the label when the checkbox is checked */
.woocommerce-widget-area .size-list-widget .size-list-row li input[type="checkbox"]:checked + label {
    border-color: var(--primary);
    color: #ffffff;
    background-color: var(--primary);
    border-radius: 6px;
}

/* Hover effect for the size label */
.woocommerce-widget-area .size-list-widget .size-list-row li label:hover {
    border-color: var(--primary);
    background-color: var(--primary);
    color: #ffffff;
}

/* Active state for the entire label (checked state) */
.woocommerce-widget-area .size-list-widget .size-list-row li input[type="checkbox"]:checked + label {
    border-color: var(--primary);
    color: #ffffff;
    background-color: var(--primary);
}

/* Style the entire list */
.woocommerce-widget-area .collections-list-widget .collections-list-row {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

/* Style each list item */
.woocommerce-widget-area .collections-list-widget .collections-list-row li {
    display: flex !important;
    align-items: center;
    margin-bottom: 12px;
}

/* Style the checkboxes */
.woocommerce-widget-area .collections-list-widget .collections-list-row li input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    cursor: pointer;
    accent-color: var(--primary, #007bff);
    border-radius: 50%;
    border: 2px solid #ccc;
    appearance: none;
    background-color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Checked state for round checkboxes */
.woocommerce-widget-area .collections-list-widget .collections-list-row li input[type="checkbox"]:checked {
    background-color: var(--primary, #007bff);
    border-color: var(--primary, #007bff);
}

/* Style the labels */
.woocommerce-widget-area .collections-list-widget .collections-list-row li label {
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    color: #333;
    transition: color 0.3s ease;
}

/* Hover effect on the labels */
.woocommerce-widget-area .collections-list-widget .collections-list-row li label:hover {
    color: var(--primary, #007bff);
}

/* Active state when a checkbox is checked */
.woocommerce-widget-area .collections-list-widget .collections-list-row li input[type="checkbox"]:checked + label {
    color: var(--primary, #007bff);
    font-weight: bold;
}

.product-modal-style {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.product-modal-style img {
    min-width: 100%;
}

.products-slides .single-products-box .products-image a img {
    width: auto !important;
    display: inline-block !important;
  }

  .products-slides.owl-theme .owl-nav {
    margin-top: 0;
  }
  .products-slides.owl-theme .owl-nav [class*=owl-] {
    color: var(--secondary);
    font-size: 20px;
    background-color: var(--primary);
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 48px;
    position: absolute;
    left: 0;
    transition: 0.5s;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    border-style: solid;
    border-color: var(--primary);
    border-width: 1.5px;
  }
  .products-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
  }
  .products-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--secondary);
    color: var(--primary);
    border-color: var(--primary);
  }
  .products-slides.owl-theme:hover .owl-nav [class*=owl-] {
    left: -30px;
    opacity: 1;
    visibility: visible;
  }
  .products-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px;
  }



  .products-slides-second .single-products-box .products-image a img {
    width: auto !important;
    display: inline-block !important;
  }

  .products-slides-second.owl-theme .owl-nav {
    margin-top: 0;
  }
  .products-slides-second.owl-theme .owl-nav [class*=owl-] {
    color: var(--secondary);
    font-size: 20px;
    background-color: var(--primary);
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 48px;
    position: absolute;
    left: 0;
    transition: 0.5s;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    border-style: solid;
    border-color: var(--primary);
    border-width: 1.5px;
  }
  .products-slides-second.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
  }
  .products-slides-second.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--secondary);
    color: var(--primary);
    border-color: var(--primary);
  }
  .products-slides-second.owl-theme:hover .owl-nav [class*=owl-] {
    left: -30px;
    opacity: 1;
    visibility: visible;
  }
  .products-slides-second.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px;
  }

  @media (max-width: 991px) {

    .nav-item .dropdown-menu{
        position: relative !important;
        top: 0 !important;
        left: 0;

    }

    .mean-container .mean-nav ul li a.mean-expand{
        width: auto !important;
    }

  }

  .new-price{
    font-size: 26px;
  }

  @media (max-width: 991px){

    #mobile-options{
        display: none !important;
    }

    #mobile-nav #mobile-options{
        display: flex !important;
    }

    .menu-mob-nav{
        /* background: black; */
        display: flex !important;
        align-items: center;
        justify-content: space-around;
        align-content: space-around;
        flex-direction: row;
    }

    .menu-mob-nav .option-item {
        background: black;
        border-radius: 50%;
        padding: 12px;
        margin-top: 15px;
        position: relative;
    }

    .menu-mob-nav .option-item span{
    position: absolute;
    background: white;
    color: black;
    border: solid 0.5px #000000;
    top: 0;
    border-radius: 50%;
    width: max-content;
    padding: 0px 8px;
    }

    }

    /* Lightbox Styles */
.lightbox-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

body.product-lightbox-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.lightbox-content img {
    max-height: 80vh;
    object-fit: contain;
    transition: transform 0.3s ease;
    width: 450px;
}

.lightbox-modal.show {
    display: flex;
    overflow: hidden;
}

.lightbox-btn-close{
    position: absolute;
    top: 20px;
    font-size: 30px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.lightbox-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    color: white;
    border-radius: 100px;
    font-size: 20px;
}

.lightbox-btn-close {
    right: 20px;
    border-radius: 100px;
}

/* Navigation Arrows */
.lightbox-btn-prev, .lightbox-btn-next  {
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 100px;
}

.lightbox-btn-prev {
    left: 10px;
}

.lightbox-btn-next {
    right: 10px;
}

/* Thumbnail Styles */
.lightbox-thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0px;
    left: 10px;
}

.lightbox-thumbnails img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s ease;

}

.lightbox-thumbnails img.selected {
    border: 2px solid white;
}

.lightbox-content img {
    position: relative;
    object-fit: cover;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.products-content .color-selector.productattgetdata {
	width: 30px;
	height: 30px;
	border-radius: 360px;
	/* border: 1px solid #000; */
	overflow: hidden;
}
.color-selector.productattgetdata.selected {
	border: 4px solid #000;
}
.color-selector.productattgetdata {
	border: 2px solid #796262;
}
.products-content .color-selector-feature.productattgetdatafeature {
	width: 30px;
	height: 30px;
	border-radius: 360px;
	/* border: 1px solid #000; */
	overflow: hidden;
}
.color-selector-feature.productattgetdatafeature.selected {
	border: 4px solid #000;
}


.products-content .color-selector.productattgetdatathree {
	width: 30px;
	height: 30px;
	border-radius: 360px;
	/* border: 1px solid #000; */
	overflow: hidden;
}
.color-selector.productattgetdatathree.selected {
	border: 4px solid #000;
}
.color-selector.productattgetdatathree {
	border: 2px solid #796262;
}
.products-content .color-selector-feature.productattgetdatathreefeature {
	width: 30px;
	height: 30px;
	border-radius: 360px;
	/* border: 1px solid #000; */
	overflow: hidden;
}
.color-selector-feature.productattgetdatathreefeature.selected {
	border: 2px solid #000;
}

.profile-box .row.cust_userprofile_address {
  padding-left: 0;
  padding-right: 0;
}

/* Responsive Display Styles */
@media (max-width: 768px) {
    .lightbox-thumbnails {
        bottom: 15px;
        left: 10px;
        gap: 5px;
    }

    .lightbox-thumbnails img {
        width: 60px;
        height: 60px;
    }

    .lightbox-content img {
        max-height: 50vh;
        width: auto;
    }
}


@media (max-width: 480px) {
    .lightbox-thumbnails {
        bottom: 20px;
    }

    .lightbox-thumbnails img {
        width: 50px;
        height: 50px;
    }

    .lightbox-content img {
        max-height: 50vh;
        width: auto;
    }
}

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

    .lightbox-thumbnails {
        bottom: 15px;
        left: 10px;
        gap: 5px;
    }

    .lightbox-thumbnails img {
        width: 60px;
        height: 60px;
    }

    .lightbox-content img {
        max-height: 50vh;
        width: auto;
    }
}


/* Changes 26-03-2025 */

.header-contact-info li{
    font-size: 13px;
}

.header-contact-info li a{
    font-size: 20px;
}

.pt-100{
    padding-top: 20px !important;
}

.pb-100{
    padding-bottom: 20px !important;
}

.pt-70{
    padding-top: 20px !important;
}

.pb-70{
    padding-bottom: 20px !important;
}

.ptb-100{
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.sectionfive .section-title{
    margin-top: 0px !important;
}

.login-area{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.signup-area{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.sku .new-price{
    font-size: 1.25rem;
}

.products-area .section-title{
    margin-top: 0px !important;
}

.footer-area{
    padding-top: 30px;
}

.footer-bottom-area{
    margin-top: 20px;
}