
body, h1, h2, h3, h4, h5, h6, p, span, a, li, div{
	font-family: "Montserrat", sans-serif;
}
.container {
    width: 100%;
    padding: 0;
}
.container .row {
    margin-left: 0;
    margin-right: 0;
}
#content-wrapper {
    padding: 0px !important;
}
#main footer.page-footer {
    margin: 0;
}
section#wrapper {
    padding: 0;
    background: #fff !important;
}
body:has(.top-menu-lists.active) {
    overflow: hidden;
}
body {
    overflow-x: hidden;
}
/********* header css ************/
#header .header-top {
    padding: 0px;
}
.header-top .container {
    width: 100%;
    padding: 0;
}
#index header#header {
    background: transparent;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
header#header.active {
    position: fixed !important;
    background: #fff !important;
    animation: fadeHeader 0.5s ease forwards;
    z-index: 999;
    width: 100%;
}
@keyframes fadeHeader {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    padding: 16px 120px;
    margin: 0px auto;
}
.header-left {
    display: flex;
    align-items: center;
    gap: 32px;
}
.header_logo img {
    width: 100%;
    max-width: 250px !important;
}
.header_serach #search_widget {
    min-width: 370px !important;
    float: unset !important;
    max-width: 370px !important;
}
.header_serach #search_widget i.material-icons.clear {
    display: none;
}
#index header#header:not(.active) .header_logo img {
    filter: brightness(0) invert(1);
}
.header_serach #search_widget input {
    background: none !important;
    border: 1px solid #1A1A1A !important;
    border-radius: 50px !important;
    padding: 10px 20px !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1A1A1A;
}
.header_serach #search_widget input::placeholder {
	font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1A1A1A;
}
.header_serach #search_widget i.search {
    padding: 0;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #1A1A1A;
}
#index .header_serach #search_widget input {
	border: 1px solid #fff !important;
	color: #E8E8E8;
}
#header.active .header_serach #search_widget input {
    border: 1px solid #3F4446 !important;
	color: #606060;
}
#index .header_serach #search_widget input::placeholder{
	color: #E8E8E8;
}
#header.active .header_serach #search_widget input::placeholder {
	color: #606060;
}
#index .header_serach #search_widget i.search{
	color: #fff;
}
#header.active .header_serach #search_widget i.search {
	color: #333333;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 32px;
}
.header_btn a {
    border: 1px solid #1A1A1A;
    border-radius: 32px;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color: #1A1A1A !important;
    display: flex;
    align-items: center;
    gap: 14px;
}
.header_btn a svg {
    display: none;
}
#index .header_btn a {
	border: 1px solid #fff;
	color: #fff !important;
}
#header.active .header_btn a {
    border: 1px solid #3F4446;
    color: #3F4446 !important;
}
#_desktop_cart .header {
    position: relative;
}
#header .fixed_icon, #header.active .header__icon {
    display: none;
}
#header.active .fixed_icon {
    display: block;
}
#header.active #_desktop_cart .header .cart-products-count {
    background: #000;
    color: #fff;
}
#_desktop_cart .header .cart-products-count {
    position: absolute;
    top: -5px;
    left: -15px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1A1A1A;
    font-size: 14px;
    border-radius: 100px;
    color: #fff;
    font-weight: 400;
}
#index #_desktop_cart .header .cart-products-count{
    background: #fff;
    color: #000;
}
a:focus, button:focus{
    outline: none;
    border: none;
    text-decoration: none;
}
.header_btn a:hover, #index .header_btn a:hover, #header.active .header_btn a:hover {
    background: #D2D2D2;
    color: #1A1A1A !important;
    border: 1px solid #D2D2D2;
}
.header_btn a:hover svg {
    display: block;
}
.header_btn a svg path {
    stroke: none;
}
/********* footer css ************/
#footer {
    background: #1A1A1A !important;
    padding: 0px !important;
}
.footer-top {
    max-width: 1920px;
    width: 100%;
    padding: 100px 120px 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    margin: 0px auto;
}
.footer-left .footer-content {
    display: flex;
    flex-flow: column;
    gap: 44px;
}
.footer-content .info {
    display: flex;
    flex-flow: column;
    gap: 48px;
    align-items: flex-start;
}
.footer-content .info p {
    color: #E8E8E8;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    margin: 0;
    max-width: 402px;
    position: relative;
}
.footer-content .info p::after {
    position: absolute;
    content: '';
    background: #B7C0B2;
    width: 80px;
    height: 4px;
    left: 0;
    top: -24px;
}
#footer .footer-heding {
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    color: #F5F5F5;
    margin: 0 0 24px 0px;
}
.ft-social-media ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 16px;
}
.ft-social-media ul li a {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #85927E;
    border-radius: 100px;
    border: 2px solid #ffffff05;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    gap: 16px;
}
.footer-menu ul li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #E8E8E8;
}
.ft-right-info {
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.footer-right.footer-col {
    max-width: 526px;
    width: 100%;
}
.ft-right-contact {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #ffffff05;
    border-radius: 60px;
}
.ft-right-contact .icon {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #85927E;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft-right-contact .info {
    display: flex;
    flex-flow: column;
    gap: 4px;
}
.ft-right-contact .info p {
    font-size: 12px;
    line-height: 15.6px;
    letter-spacing: .6px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.ft-right-contact .info a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}
.footer-bottom {
    max-width: 1920px;
    width: 100%;
    padding: 0px 120px 32px;
    margin: 0px auto;
}
.footer-bottom-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 32px;
    border-top: 1px solid #ffffff26;
}
.fb-left p {
    color: #E8E8E8;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
	margin: 0;
}
.fb-right p {
    color: #E8E8E8;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
	margin: 0;
}

/********** banner slider ***************/
.carousel .carousel-item figure {
    width: 100%;
}
.carousel {
    margin-bottom: 0 !important;
}
.carousel .carousel-inner {
    height: auto !important;
    margin: 0px !important;
}
.carousel .carousel-item .caption {
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 100%;
}
.carousel .carousel-item .caption .display-1 {
    display: none;
}
.carousel .carousel-item .caption .caption-description {
    display: flex;
    flex-flow: column;
    gap: 32px;
    text-align: center;
}
.carousel .carousel-item .caption .caption-description p {
    margin: 0;
    font-size: 64px;
    line-height: 100%;
    font-weight: 300;
}
.carousel .carousel-item .caption .caption-description a {
    padding: 12px 24px;
    background: #fff;
    border-radius: 32px;
    border: 1px solid #fff;
    display: flex;
    width: max-content;
    font-size: 14px;
    line-height: 20px;
    color: #3F4446;
    margin: 0px auto;
    font-weight: 600;
    align-items: center;
    gap: 12px;
}
.carousel .carousel-item .caption .caption-description a img {
    width: auto;
    display: none;
}
.carousel .carousel-item video {
    width: 100% !important;
    height: 100%;
}
.carousel .carousel-item .caption .caption-description a:hover img {
    display: block;
}
.carousel .carousel-item .caption .caption-description a:hover {
    background: #D2D2D2;
    border: 1px solid #D2D2D2;
}
.carousel .direction {
    display: none;
}
.carousel .carousel-indicators {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.carousel-indicators li {
    margin: 0px !important;
    border-color: #fff !important;
}
.carousel-indicators .active {
    background-color: #fff !important;
    width: 10px !important;
    height: 10px !important;
}

/************* new product css ***********/
.featured-products {
    padding: 100px 120px;
    max-width: 1920px;
    margin: 0px auto !important;
    display: flex;
    flex-flow: column;
    gap: 48px;
    background: #fff;
}
.featured-products .products-section-title {
    font-size: 40px;
    line-height: 130%;
    font-weight: 300;
    color: #1A1A1A;
    margin: 0 !important;
}
.products .js-product.product {
    padding: 0px !important;
    margin: 0px 15px !important;
}
.products .slick-list {
    margin: 0px -15px !important;
}
.product-miniature .thumbnail-container {
    margin-bottom: 0 !important;
    background: transparent !important;
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 16px;
	transition: .5s ease-in-out;
}
.product-miniature .thumbnail-container .product-flags {
    display: none;
}
.wishl_list .link-item img {
    width: 26px;
    height: 26px;
}
.product-miniature .thumbnail-container .product-thumbnail {
    height: 100% !important;
    overflow: hidden;
}
.product-miniature .thumbnail-container .product-thumbnail .second-image {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
	transition: .5s ease-in-out;
}
.product-miniature .thumbnail-container:hover .product-thumbnail .second-image {
    left: 0;
    opacity: 1;
}
.product-miniature .thumbnail-container .product-thumbnail .first-image {
	transition: .5s ease-in-out;
}
.product-miniature .thumbnail-container:hover .product-thumbnail .first-image {
    opacity: 0;
}
.product-miniature .thumbnail-container .product-thumbnail img {
    width: 100%;
}
.product-miniature .product-description {
    padding: 0 16px;
    background: transparent;
    position: unset;
}
.product-miniature .product-title {
	text-align: left !important;
	margin: 0px !important;
}
.product-miniature .product-title a {
    margin: 0px !important;
    text-align: left !important;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 150%;
    color: #1A1A1A !important;
    font-family: "Montserrat", sans-serif !important;
}
#category .product-miniature .product-title a {
    font-size: 24px !important;
}
.product-miniature .product-description .product-list-reviews {
    display: none;
}
.product-miniature .product-price-and-shipping:has(.price){
    margin: 2px 0px 16px;
} 
.product-miniature .product-price-and-shipping {
    text-align: left;
}
.product-miniature .product-price-and-shipping .price {
    font-size: 16px;
    line-height: 160%;
    font-weight: 500;
    color: #3F4446 !important;
    margin: 0px 16px 0px 0px;
}
.product-miniature .product-price-and-shipping .regular-price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4A4A4A !important;
}
.product-miniature .product-price-and-shipping .product-stock {
    padding: 4px 12px;
    background: #E8E8E8;
    border-radius: 31px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #1A1A1A;
}
.product-miniature .product-price-and-shipping .product-stock.in-stock {
    background: #DEEAD8;
}
.product-miniature .product-price-and-shipping .product-stock.low-stock {
    background: #FEF7CC;
}
.product-miniature .product-description .add-to-cart i {
    display: none;
}
.product-miniature .product-description .add-to-cart {
    padding: 6px 20px;
    border: 1px solid #333333;
    background: none;
    font-size: 14px;
    color: #333333;
    line-height: 130%;
    font-weight: 400;
    border-radius: 31px;
    width: 100%;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.product-miniature .product-description .add-to-cart img {
    display: none;
}
.product-miniature .product-description .add-to-cart:hover img {
    display: block;
}
.product-miniature .product-description .add-to-cart:focus{
	outline: none;
	box-shadow: none;
}
.wishlist-button-add {
    width: 42px !important;
    height: 42px !important;
    box-shadow: none !important;
    top: 8px !important;
    right: 16px !important;
}
.wishlist-button-add:hover{
    background: #D2D2D2;
}
.slick-prev, .slick-next {
    box-shadow: 0px 0px 17px 0px #00000012;
    width: 40px !important;
    height: 40px !important;
    background: #fff !important;
    border-radius: 100px;
    opacity: 1 !important;
    z-index: 9 !important;
}
.slick-prev::before, .slick-next::before {
    position: absolute;
    content: '' !important;
    background-image: url('/img/rt-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.slick-prev::before{
	background-image: url('/img/lt-arrow.png');
}
.slick-prev {
    left: 8px !important;
}
.slick-next {
    right: 8px !important;
}

/**acoordion product page**/
.product-detail-section {
    margin-top: 40px;
    background: #F5F3EE;
}
.product-detail-section-in {
    max-width: 1920px;
    padding: 60px 120px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 50px;
}
.product-detail-section-in:has(.product-detail-image-content) {
    justify-content: space-between;
}
.product-more-details {
    max-width: 680px;
    width: 100%;
}
.product-detail-section-in img {
	max-width: 100%;
	height: auto;
}
.accordion-item {
    border-bottom: 1px solid #D2D2D2;
}
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 8px;
    cursor: pointer;
}
.accordion-header span {
    font-size: 14px;
    line-height: 21px;
    color: #1A1A1A;
    font-weight: 400;
}
.accordion-header span.accordion-icon {
    font-size: 0;
    font-weight: normal;
    position: relative;
    width: 13px;
    height: 13px;
    display: block;
}
.accordion-header span.accordion-icon::after, .accordion-header span.accordion-icon::before {
    position: absolute;
    content: '';
    background: #1A1A1A;
    width: 1px;
    height: 13px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.accordion-header span.accordion-icon::before {
    width: 13px;
    height: 1px;
}
.accordion-content {
  display: none;
}
.accordion-item.active .accordion-content {
    display: block;
    padding: 0px 8px 16px;
}
.accordion-content p {
    margin: 0;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color: #4A4A4A;
}
.accordion-item.active .accordion-icon::after{
	display: none;
}
.accordion-item.active .accordion-header span {
    font-weight: 600;
}
.featured-products h2 {
    color: #1A1A1A;
    font-size: 56px;
    line-height: 120%;
    font-weight: 300;
    text-align: center;
    margin: 0;
}
span.color.texture {
    width: 50px;
    height: 50px;
}
.filter-btn, #category #js-product-list-top .sort-by-row button.select-title {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #3F4446;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    line-height: 24px;
    font-weight: 400;
    color: #3F4446;
}
.filter-btn i{
    font-size:16px;
}
.filter-overlay{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgb(0 0 0 / 17%);
    z-index:9998;
    display:none;
}
.filter-overlay.active{
    display:block;
}
#category #js-product-list-top .col-lg-7 {
    width: auto;
    padding: 0;
}

/* SIDEBAR */
.filter-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 380px;
    height: 100vh;
    background: white;
    z-index: 9999;
    transition: .35s ease;
    overflow-y: auto;
    padding: 20px;
}
.filter-sidebar.active{
    left:0;
}
.filter-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
}
.filter-top span:first-child {
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    color: #000000;
}
#closeFilter {
    cursor: pointer;
    height: 14px;
}
#filterSidebar .filter-body {
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.filter-block {
    padding: 0px 0px 10px;
    border-bottom: 1px solid #D2D2D2;
    display: flex;
    flex-flow: column;
    gap: 14px;
}
.filter-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}
.filter-header span:first-child {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #0D0D0C;
}
.filter-header .arrow{
    transition:.3s;
}
.filter-block.active .arrow{
    transform:rotate(180deg);
}
.filter-content{
    display:none;
}


/* PILLS */
.filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 10px;
}
.filter-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #5C5956;
    border-radius: 32px;
    padding: 6px 20px;
    font-size: 12px;
    cursor: pointer;
    margin: 0;
}
.filter-pill input{
    display:none;
}.filter-pill.active{
    background:#eee;
    border-color:#222;
}
.color-dot {
    width: 14px;
    height: 14px;
    border-radius: 50px;
}
span.color-dot[style="background:#ffffff; border: 1px solid #ffffff;"] {
    border: 1px solid #5C5956 !important;
}
.filter-pill a.js-search-link {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #5C5956;
}

/**sorting**/
.products-sort-order{
    position:relative;
}
.products-sort-order .dropdown-menu {
    display: none;
    position: absolute;
    top: 110%;
    right: 0;
    min-width: 320px;
    background: #fff;
    border: 1px solid #BBBBBB;
    border-radius: 24px;
    z-index: 99;
    padding: 24px 20px;
    flex-flow: column;
    gap: 10px;
    box-shadow: none;
}
.products-sort-order .select-list {
    display: block;
    padding: 10px 0px 10px;
    color: #0D0D0C !important;
    text-decoration: none;
    border-bottom: 1px solid #D2D2D2;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.products-sort-order .select-list:first-child {
    padding-top: 0;
}
.products-sort-order .select-list:last-child {
    padding-bottom: 0;
    border: none;
}
.products-sort-order .select-list:hover {
    background: transparent !important;
}

/**16-07-2026**/
.no-account {
    margin-top: 20px;
    text-align: center;
}
.create-account-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    max-width: 100%;
    height: 46px;
    border: 1px solid #333;
    border-radius: 30px;
    background: #fff;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}
.create-account-btn:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}
/*********** authentication page *************/
#authentication #wrapper .container, #password #wrapper .container {
    width: 100% !important;
    padding: 0px !important;
}
#authentication #wrapper .container > .row, #password #wrapper .container > .row {
    margin: 0px;
}
#authentication #wrapper .container > .row #content-wrapper, #password #wrapper .container > .row #content-wrapper {
    padding: 0;
}
#authentication #wrapper .container > .row #content-wrapper .login-form, #password #wrapper .container > .row #content-wrapper .login-form {
    margin: 0;
}
#registration #content-wrapper .page-header, #authentication #content-wrapper .page-header, #authentication #content-wrapper hr, #password #content-wrapper .page-header, #password #content-wrapper hr {
    display: none;
}
#registration #content-wrapper #content, #authentication #content-wrapper #content, #password #content-wrapper #content {
    max-width: 100%;
    margin: 0px !important;
    padding: 0px !important;
}
.main_form_ {
    position: relative;
}
.main_form_ .form_inner_ {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form_inner_in {
    width: 100%;
    max-width: 505px;
    background: #fff;
    padding: 60px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}
.form_inner_in h4 {
    font-size: 56px;
    font-weight: 300;
    line-height: 120%;
    color: #333333;
    margin: 0;
    text-align: center;
}
.form_inner_in p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
    margin: 12px 0px 60px;
    text-align: center;
}
.fomrs_input .form-group {
    margin: 0px;
    padding: 0px;
}
.fomrs_input .form-group label, .fomrs_input .form-group .col-md-3.form-control-comment, .fomrs_input .form-group span.input-group-btn, .fomrs_input footer::after{
    display: none;
}
.fomrs_input .form-group div {
    width: 100%;
    padding: 0px;
    float: none !important;
}
.fomrs_input .form-group input {
    background: none !important;
    border: none;
    border-bottom: 1px solid #837F7C;
    width: 100%;
    padding: 0px 0px 8px !important;
    font-size: 18px;
    line-height: 150%;
    color: #5C5956 !important;
    font-weight: 400;
}
.fomrs_input .form-group input::placeholder {
	font-size: 18px;
    line-height: 150%;
    color: #5C5956 !important;
    font-weight: 400;
}
.fomrs_input .forgot-password {
    margin: 20px 0px 60px !important;
    padding: 0px !important;
}
.fomrs_input .forgot-password a {
    color: #333333 !important;
    font-size: 14px; 
    line-height: 130%;
    font-weight: 400;  
    display: block;
    text-align: right;
}
.fomrs_input .forgot-password a:hover {
    color: #5C5956 !important;
    text-decoration: underline;
}
.fomrs_input footer {
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.fomrs_input footer #submit-login, .fomrs_input footer a, .fomrs_input .form-group #send-reset-link, #back-to-login	 {
    background: #3F4446;
    padding: 15px 24px !important;
    border-radius: 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #3F4446;
}
.fomrs_input footer #submit-login:focus, .fomrs_input footer a:focus, .fomrs_input .form-group #send-reset-link:focus, #back-to-login:focus{
	outline: none;
}
.fomrs_input footer a, #back-to-login {
    background: #fff;
    color: #3F4446;
}
.fomrs_input footer a:hover, #back-to-login:hover{
	border: 1px solid #0D0D0C;
	color: #837F7C;
	 background: transparent;
}
.fomrs_input #login-form .form-group.row:nth-of-type(1) {
    margin-bottom: 40px;
}
.main_form_ .bg_image img {
    width: 100%;
}
.forgotten-password {
    padding: 0;
}
a#back-to-login {
    margin-top: 10px;
}
.fomrs_input .form-group input:focus {
    outline: none !important;
    box-shadow: none !important;
}
.input-group.focus {
    outline: 0rem solid #24b9d7 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important;
    background-color: #fff !important;
    transition: background-color 9999s ease-in-out 0s;
}
.fomrs_input .form-group .password-strength-feedback.mt-1, .fomrs_input .form-group span.form-control-comment  {
    display: none !important;
}
#registration #content-wrapper #content .register-form #customer-form-fields .form-group.row {
    margin-bottom: 40px;
}
#registration #content-wrapper #content .register-form #customer-form-fields .form-group.row:nth-of-type(1) {
    margin: 0;
}
#registration #content-wrapper #content .register-form #customer-form-fields .field-password-policy {
    margin-bottom: 60px;
}
#registration #content-wrapper #content .register-form .fomrs_input button, .register-form .bottom_btn a {
    background: #3F4446;
    padding: 15px 24px !important;
    border-radius: 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #3F4446;
    text-transform: uppercase;
}
.register-form .bottom_btn {
    margin: 10px 0px 0px;
    display: flex;
    flex-flow: column;
    gap: 10px;
    justify-content: center;
}
.register-form .bottom_btn a {
    background: #fff;
    color: #3F4446;
}



/********** product page css *************/
#product #wrapper .container .row {
    margin: 0px;
}
#product #wrapper .container .row #content-wrapper {
    padding: 0;
}
#main .product-container {
    margin: 0px auto !important;
    max-width: 1920px;
    padding: 80px 120px 100px;
    display: flex;
    justify-content: space-between;
}
#main .product-container::after, #wrapper .breadcrumb li::after{
	display: none;
}
#main .product-container .col-md-6 {
    padding: 0;
}
#main .product-container .col-md-6:first-child {
    max-width: 970px;
    width: 100%;
}
#main .product-container .col-md-6:last-child {
    max-width: 540px;
    width: 100%;
}
.breadcrumb {
    margin-bottom: 8px;
}
.breadcrumb ol, .breadcrumb ol li {
    display: flex !important;
    align-items: center;
    gap: 4px;
}
.breadcrumb ol li a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #353331;
}
.breadcrumb ol li .breadcrumb-separator {
    width: 1px;
    height: 16px;
    background: #353331;
    display: block;
    margin: 0px 1px;
}
.breadcrumb ol li .active {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #0D0D0C;
}
#product #wrapper .container .row .product_names {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
#product #wrapper .container .row .product_names h1.h1 {
    font-size: 28px;
    line-height: 130%;
    font-weight: 300;
    color: #1A1A1A;
    margin: 0;
}
#main .product-container #product-description-short-6 {
    margin-bottom: 16px;
}
#main .product-container #product-description-short-6 p {
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color: #777777;
    margin: 0;
}
#main .product-container .product-prices .product-price.h5, #main .product-container .product-prices .product-price.h5 .current-price{
    margin: 0;
}
#main .product-container .product-prices {
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
#main .product-container .product-prices .product-price.h5 .current-price .current-price-value {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    color: #1A1A1A;
}
#main .product-container .product-prices .tax-shipping-delivery-label {
    display: none;
}
.product-information .product-variants .product-variants-item {
    margin: 0;
}
.product-information .product-variants .product-variants-item .control-label {
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 10px;
}
.product-information .product-variants .product-variants-item  ul {
    display: flex;
    margin: 0;
    align-items: center;
    gap: 16px;
}
.product-information .product-variants .product-variants-item ul li, .product-information .product-variants .product-variants-item ul li label {
    margin: 0;
}
.product-information .product-variants .product-variants-item ul li label span {
    margin: 0;
    width: 77px;
    height: 77px;
    border: 1px solid #D2D2D2 !important;
}
.product-information .product-variants .product-variants-item ul li label input:checked + span {
    border: 1px solid #333333 !important;
}
.product-information .product-actions .product-stock {
    background: #DEEAD8;
    padding: 6px 20px;
    border-radius: 31px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #1A1A1A;
}
.product-information .product-actions .product-stock.out-of-stock {
    background: #E8E8E8;
}
.product-information .product-actions .product-stock {
    background: #DEEAD8;
    padding: 6px 20px;
    border-radius: 31px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #1A1A1A;
    margin-top: 22px;
    display: inline-block;
}
.product-information .product-accessories {
    border-top: 1px solid #D2D2D2;
    padding-top: 32px;
}
.product-information .product-accessories p.h5 {
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    color: #1A1A1A;
    margin: 0 0 8px 0px;
}
.product-information .product-accessories .products {
    width: 100%;
    overflow: auto;
}
.product-information .product-accessories .products::after{
	display: none;
}
.products_accessory {
    display: flex;
    width: max-content;
    gap: 24px;
}
.products_accessory .js-product.product {
    margin: 0px !important;
}
.products_accessory .js-product.product .thumbnail-container {
    gap: 8px;
}
.products_accessory .js-product.product .thumbnail-container .wishlist-button-add, .products_accessory .js-product.product .thumbnail-container .thumbnail-top .highlighted-informations, .products_accessory .product-miniature .thumbnail-container:hover .product-description::after, .products_accessory .product-miniature .product-description form {
    display: none;
}
.products_accessory .js-product.product .thumbnail-container .thumbnail-top {
    border: 1px solid #D2D2D2;
}
.products_accessory .product-miniature .product-title a {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 600;
}
.products_accessory .js-product.product .product-miniature {
    max-width: 170px;
    width: 170px;
}
.products_accessory .product-miniature .product-title {
    margin-bottom: 4px !important;
}
.products_accessory .product-miniature .product-price-and-shipping .product-stock, .products_accessory .product-miniature .product-price-and-shipping .regular-price {
    display: none;
}
.products_accessory .product-miniature .product-price-and-shipping .price {
    margin: 0px !important;
    line-height: 30px;
    font-weight: 600;
    color: #1A1A1A !important;
}
.product-information .product-actions .availability-date {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #1A1A1A;
    margin-top: 8px;
}
.product-information .product-actions .availability-date span {
    font-weight: 400;
}
.pro_main_img img {
    width: 100%;
}
.product_thumb_items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 16px;
    width: 100%;
}
.product_thumb_item.thumb-full {
    width: calc(50% - 15px);
}
.product_thumb_item.thumb-half {
    width: calc(50% - 15px);
}
.product_thumb_items .product_thumb_item:first-child {
    width: 100% !important;
}
.product_thumb_item img {
    width:100%;
    display:block;
}
.product_info_right {
    position: sticky;
    top: 100px;
}
.products_accessory .ets-wishlist-button-add {
    display: none;
}
.main_product_image {
    position: relative;
}
.main_product_image .view-3d {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.view-3d p {
    padding: 5px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #E8E8E8;
    border-radius: 16px;
    margin: 0;
    width: max-content;
    font-size: 16px;
    line-height: 160%;
    font-weight: 500;
    color: #1A1A1A;
    cursor: pointer;
}
.background_overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #00000030;
    z-index: 9999;
	display: none;
}
.popup-3d-outer {
    position: absolute;
    top: -78px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.popup-3d-inner {
    max-width: 775px;
    max-height: 775px;
    background: #fff;
    border-radius: 24px;
    padding: 60px;
    position: relative;
}
.video-3d video {
    width: 100%;
    height: auto;
}
p.close-3d {
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
}
.background_overlay.active {
    display: block;
}
.popup-3d-outer.active {
    display: flex;
}
.product-information .product-discounts {
    margin: 0;
}
.product-information .product-add-to-cart {
    padding: 24px 0px 32px;
}
.product-information .product-add-to-cart .add, .product-information .product-add-to-cart .qty {
    margin: 0;
}
.product-information .product-add-to-cart .add button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: #1A1A1A;
    border: 1px solid #1A1A1A;
    border-radius: 32px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
}
.product-information .product-add-to-cart .add button:hover {
    background: #6B7476;
    border: 1px solid #6B7476;
}
.product-information .product-add-to-cart .product-quantity {
    display: flex;
    align-items: center;
    gap: 16px;
}
.product-information .product-add-to-cart .qty .input-group {
    padding: 8px 12px;
    border: 1px solid #A4A4A4;
    border-radius: 32px;
    background: #F5F5F5;
    width: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-information .product-add-to-cart .qty .input-group input {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1A1A1A !important;
    width: 25px !important;
    height: auto !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    text-align: center;
}
.product-information .product-add-to-cart .qty .input-group-btn-vertical {
    position: absolute;
    width: 100%;
    height: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: row-reverse;
}
.product-information .product-add-to-cart .qty .input-group-btn-vertical button {
    border: none;
    background: none;
    width: auto;
    padding: 0;
    position: relative;
    height: auto;
}
.product-information .product-add-to-cart .qty .input-group-btn-vertical button i {
    display: none;
}
.product-information .product-add-to-cart .qty .input-group-btn-vertical button::after {
    position: absolute;
    content: '';
    background: #1A1A1A;
    width: 13px;
    height: 1px;
    left: -24px;
    top: 0;
}
.product-information .product-add-to-cart .qty .input-group-btn-vertical button.bootstrap-touchspin-down::after {
    left: auto;
    right: -24px; 
}
.product-information .product-add-to-cart .qty .input-group-btn-vertical button.bootstrap-touchspin-up::before {
    position: absolute;
    content: '';
    background: #1A1A1A;
    width: 1px;
    height: 13px;
    top: 50%;
    right: 17.5px;
    transform: translateY(-50%);
}
.product-miniature .thumbnail-container:hover .product-description::after {
    border: none;
}
body:has(.background_overlay.active) {
    overflow: hidden;
}
.product-dimensions {
    width: 100%;
}
.product-dimensions-item, .product-care-item {
    border-bottom: 1px solid #8E8E8E;
}
.product-dimensions-title, .product-care-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border: 0;
    background: none;
    color: #000;
    cursor: pointer;
}
.product-dimensions-title span, .product-care-title span {
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    font-weight: 600;
}
.product-dimensions-icon, .product-care-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}
.product-dimensions-content, .product-care-content {
    display: none;
    padding: 0 10px 15px;
}
.product-dimensions-content p, .product-care-content p {
    margin: 0px 0px 10px;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    gap: 15px;
}
.product-dimensions-content p strong {
    width: 110px;
    color: #4A4A4A;
}
.product-dimensions-content p:last-child, .product-care-content p:last-child {
    margin-bottom: 0;
}
.product-dimensions-item.active .product-dimensions-content, .product-care-item.active .product-care-content {
    display: block;
}
.product-dimensions-item.active .product-dimensions-icon, .product-care-item.active .product-care-icon {
    transform: rotate(90deg);
}
span#product-availability {
    display: none;
}
.products_accessory > .product {
    width: 100% !important;
}
.product-popup-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
}
.product-popup-slider div {
    height: 100vh;
    cursor: move;
    width: 100%;
    text-align: center;
}
.popup_item_img img.images {
    margin: 0px auto;
    height: 100%;
}
.popup-inner {
    position: relative;
}
.popup-inner button {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    z-index: 9;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-inner button#popup_prevBtn {
    right: auto;
    left: 30px;
}
.product-popup-slider .close_popup_ {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}
.product-popup-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    display: none;
}
.product-popup-slider.active {
    display: block;
}
body:has(.product-popup-slider.active) {
    overflow: hidden;
}



/********** category page css **************/
#category .breadcrumb {
    max-width: 1920px;
    padding: 32px 120px 0px;
    margin: 0px auto;
}
#category .block-category.card {
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 120px;
    display: flex;
    flex-flow: column;
    gap: 16px;
}
#category .block-category.card h1 {
    font-size: 40px;
    line-height: 130%;
    font-weight: 600;
    color: #4A4A4A;
    margin: 0;
    text-align: center;
}
#category .card #category-description {
    max-width: 535px;
    margin: 0px auto;
}
#category .card #category-description p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4A4A4A;
    text-align: center;
    margin: 0;
}
#category .block-category.card::after{
	display: none;
}
#category #products .products {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 48px;
}
#category #products .products .product {
    margin: 0px !important;
    width: 100%;
}
#category #products {
    max-width: 1920px;
    margin: 0px auto;
    padding: 20px 120px 100px;
}
#category #js-product-list-top::after, #category #products .products::after{
	display: none;
}
#category #js-product-list-top {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 48px;
}
#category #products .pagination {
    margin: 0;
    padding-top: 48px;
}
#category #products .pagination > div {
    width: 100%;
    margin: 0;
}
#category #products .pagination button#load-more-products {
    background: #1A1A1A;
    padding: 12px 24px;
    border: 1px solid #1A1A1A;
    border-radius: 31px;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color: #FFFFFF;
    width: fit-content;
    display: block;
    margin: 0px auto;
}
#category #products .pagination button#load-more-products:hover{
    background: #6B7476;
    color: #fff;
    border: 1px solid #6B7476;
}
section#js-active-search-filters {
    display: none;
}
#filterSidebar .clear-all-wrapper {
    text-align: center;
    margin-top: 48px;
}
.clear-all-wrapper button.btn-primary {
    background: #E8E8E8 !important;
    padding: 12px 24px;
    border-radius: 32px;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #8E8E8E !important;
    outline: none !important;
}
#category #js-product-list-top .sort-by-row {
    display: flex;
    align-items: center;
    gap: 16px;
}
#_desktop_currency_selector .currency-selector a {
    display: block;
    padding: 10px 0px 10px;
    color: #0D0D0C !important;
    text-decoration: none;
    border-bottom: 1px solid #D2D2D2;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
#_desktop_currency_selector .currency-selector a:first-child {
    padding-top: 0;
}
.products-sort-order .dropdown-menu:has(#_desktop_currency_selector) {
    min-width: 108px;
    width: 100%;
}
#_desktop_currency_selector .currency-selector a:last-child {
    padding-bottom: 0;
    border: none;
}
.filter-btn:hover, #category #js-product-list-top .sort-by-row button.select-title:hover {
    background: #E8E8E8;
}


/******* contact page css **********/
.contact_banner .banner-inner img {
    width: 100%;
}
.contact_banner .banner-inner {
    position: relative;
}
.contact_banner .banner-content {
    position: absolute;
    left: 120px;
    bottom: 108px;
}
.contact_banner .banner-content h1 {
    font-size: 64px;
    line-height: 100%;
    font-weight: 300;
    color: #FFFFFF;
}
#contact #wrapper .container > .row {
    padding: 100px 120px;
    display: flex;
    gap: 93px;
}
#contact #wrapper .container > .row::after{
	display: none;
}
#contact #wrapper .container > .row > div {
    padding: 0;
}
.contact-rich {
    background: #F5F5F5;
    padding: 60px;
}
.contact-infos {
    display: flex;
    flex-flow: column;
    gap: 16px;
}
.contact-infos .line {
    width: 100%;
    height: 1px;
    background: #D2D2D2;
}
.contact-info p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #4A4A4A;
    margin: 0;
}
.contact-info a {
    font-size: 16px;
    line-height: 160%;
    font-weight: 500;
    color: #4A4A4A;
}
.contact-info {
    display: flex;
    flex-flow: column;
    gap: 4px;
}
.contact-info .inner_info {
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.map_view .view-map-link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #3F4446;
    width: fit-content;
    position: relative;
}
.map_view .view-map-link::after {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: .5s ease-in-out;
    transform: scaleX(0);
    transform-origin: left;
}
.map_view .view-map-link:hover::after {
    transform: scale(1);
}
.contact-info .inner_info div {
    display: flex;
    align-items: center;
}
.contact-info .inner_info div span:first-child {
    width: 100px;
}
#contact #wrapper .container > .row #content {
    padding: 0px 120px 100px 60px; 
}
#contact #wrapper .container > .row #content .contact-form {
    padding: 0;
}
.contact-form form {
    display: flex;
    flex-flow: column;
    gap: 80px;
}
.contact_title h3 {
    font-size: 40px;
    line-height: 130%;
    font-weight: 300;
    color: #1A1A1A;
    margin: 0;
}
#content .contact-form .form-group {
    margin: 0;
}
.contact-form .form_inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.contact-form .form_input input, .contact-form .form_input textarea {
    padding: 0px 0px 16px;
    border: none;
    background: none;
    border-bottom: 1px solid #837F7C;
    width: 100%;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #5C5956;
    height: 44px;
}
.contact-form .form_input input::placeholder, .contact-form .form_input textarea::placeholder {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #5C5956;
}
.contact-form .form-fields {
    display: flex;
    flex-flow: column;
    gap: 32px;
}
.contact-form .form_input input:focus, .contact-form .form_input textarea:focus {
    outline: none;
    box-shadow: none;
}
.contact-form .form-footer input.btn {
    background: #1A1A1A;
    border: 1px solid #1A1A1A;
    padding: 12px 24px;
    border-radius: 32px;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
}
.contact-form .form-footer input.btn:hover, .contact-form .form-footer input.btn:focus{
    background: #6B7476;
	border: 1px solid #6B7476;
	outline: none;
}
.contact-form .form-footer {
    text-align: left !important;
}
.contact-form .form-fields .form-group .form-check {
    margin: 0;
}
.contact-form .form-fields .form-group .form-check label {
    position: relative;
    padding-left: 69px !important;
}
.contact-form .form-fields .form-group .form-check label, .contact-form .form-fields .form-group .form-check div {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #4A4C4F;
    padding: 0;
    padding-left: 30px;
}
.contact-form .form-fields .form-group .form-check label::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #E5E5E5;
    border-radius: 4px;
    left: 0;
    top: 5px;
}
.contact-form .form-fields .form-group .form-check input {
    opacity: 0;
    margin-left: -55px;
}
.contact-form .form-fields .form-group .form-check label::before {
    position: absolute;
    content: '';
    background-image: url('/img/check.png');
    width: 10px;
    height: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 4px;
    top: 10px;
    z-index: 9;
    opacity: 0;
}
.contact-form .form-fields .form-group .form-check label:has(input:checked)::before {
    opacity: 1;
}
.contact-form .form-fields .form-group .form-check label:has(input:checked)::after {
    background: #E8E8E8;
}

/********** cart page css **************/
#cart .header-inner .header-right, #cart .header-inner .header_menu, #cart .header-inner .header_serach {
    display: none;
}
#cart .header-inner {
    justify-content: center;
}
#cart #content-wrapper #main {
    max-width: 1920px;
    margin: 0px auto;
    padding: 80px 120px 100px 120px;
}
.cart-top-info {
    display: flex;
    flex-flow: column;
    gap: 16px;
}
.cart-top-info h1 {
    font-size: 56px;
    line-height: 120%;
    font-weight: 300;
    color: #1A1A1A;
    text-transform: math-auto;
    margin: 0;
}
.cart-top-info p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4A4A4A;
    margin: 0;
}
#cart .cart-bottom {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    justify-content: space-between;
    margin-top: 20px;
}
.cart-bottom .cart-summary {
    display: flex;
    flex-flow: column;
    gap: 12px;
}
.cart-bottom .cart-summary .summery-top {
    background: #F5F5F5;
    padding: 32px 32px 62px 32px;
    border-radius: 16px;
    display: flex;
    flex-flow: column;
    gap: 24px;
}
.cart-bottom .cart-grid-right {
    width: 100%;
    max-width: 400px;
}
.cart-bottom .cart-summary .summery-top h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #1A1A1A;
    margin: 0;
}
.summery-top .cart-detailed-subtotals {
    padding: 0;
    display: flex;
    flex-flow: column;
    gap: 20px;
}	
.summery-top .cart-detailed-subtotals .cart-summary-line {
    margin: 0;
}
.summery-top .cart-detailed-subtotals .cart-summary-line span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400 !important;
    color: #4A4A4A !important;
}
.summery-top .cart-detailed-subtotals::after, .summery-top .cart-detailed-subtotals .cart-summary-line::after, .summery-top .cart-detailed-subtotals .cart-summary-line div{
	display: none;
}
.summery-top .cart-detailed-totals .cart-summary-totals {
    padding: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #BBBBBB;
}
.summery-top .cart-detailed-totals .cart-summary-totals .cart-total {
    padding: 0;
    border: none;
    margin: 0;
}
.summery-top .cart-detailed-totals .cart-summary-totals .cart-total span {
    font-size: 20px !important;
    line-height: 30px;
    font-weight: 500 !important;
    color: #1A1A1A;
}
.summery-top .cart-detailed-subtotals .cart-summary-line {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-bottom .cart-grid-body {
    width: 100%;
}
.cart-bottom .cart-grid-body .cart-overview {
    padding: 0;
}
.cart-bottom .cart-grid-body .cart-items {
    display: flex;
    flex-flow: column;
    gap: 24px;
}
.cart-bottom .cart-grid-body .cart-items .cart-item {
    padding: 25px;
    border: 1px solid #E8E8E8;
    border-radius: 16px;
}
.product-line-grid {
    display: flex;
    gap: 24px;
}
.product-line-grid .product-line-grid-left {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-line-grid .product-line-grid-left .product-image, .product-line-grid .product-line-grid-left .product-image img {
    width: 100%;
    height: 100%;
}
.cart-product-info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.cart-product-info .info-top {
    display: flex;
    flex-flow: column;
    gap: 8px;
}
.cart-product-info .info-top a {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    color: #333333 !important;
    margin: 0;
}
.cart-product-info .info-top .product-line-info span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #606060;
}
.cart-product-info .info-bottom {
    display: flex;
    align-items: center;
    gap: 16px;
}
.cart-item-right {
    margin: 0px 0px 0px auto;
}
.cart-item-right .price {
    width: auto;
    padding: 0;
}
.cart-item-right .price .product-price {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #3F4446;
    margin: 0;
}
.cart-item-right .price .product-price strong {
    font-weight: 500;
}
.cart-product-info .info-bottom .right-col a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #8E8E8E !important;
    text-decoration: underline;
}
.cart-product-info .info-bottom .qty .input-group {
    padding: 8px 16px;
    border: 1px solid #3F4446;
    border-radius: 32px;
    width: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-product-info .info-bottom .qty .input-group input {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #3F4446 !important;
    width: 30px !important;
    height: auto !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    text-align: center;
}
.cart-product-info .info-bottom .qty .input-group .input-group-btn-vertical {
    position: absolute;
    width: 100%;
    height: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: row-reverse;
}
.cart-product-info .info-bottom .qty .input-group .input-group-btn-vertical button {
    border: none;
    background: none;
    width: auto;
    padding: 0;
    position: relative;
    height: auto;
}
.cart-product-info .info-bottom .qty .input-group .input-group-btn-vertical button i {
    display: none;
}
.cart-product-info .info-bottom .qty .input-group .input-group-btn-vertical button::after {
    position: absolute;
    content: '';
    background: #1A1A1A;
    width: 13px;
    height: 1px;
    left: -24px;
    top: 0;
}
.cart-product-info .info-bottom .qty .input-group .input-group-btn-vertical button.bootstrap-touchspin-up::before {
    position: absolute;
    content: '';
    background: #1A1A1A;
    width: 1px;
    height: 13px;
    top: 50%;
    right: 17.5px;
    transform: translateY(-50%);
}
.cart-product-info .info-bottom .qty .input-group .input-group-btn-vertical button.bootstrap-touchspin-down::after {
    left: auto;
    right: -24px;
}
.cart-bottom .cart-summary .checkout {
    padding: 0;
    display: flex;
    flex-flow: column;
    gap: 12px;
}
.cart-bottom .cart-summary .checkout .continuar, .cart-bottom .cart-summary .checkout .seguir, .cart-bottom .cart-summary .checkout .disabled {
    background: #3F4446;
    border-radius: 32px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
}
.cart-bottom .cart-summary .checkout .seguir {
    background: none;
    border: 1px solid #3F4446;
    color: #3F4446;
}
.cart-bottom .cart-summary .checkout .disabled {
    opacity: .3;
}



/******* brand page css **********/
#cms .page-header {
    display: none;
}
#main .page-content {
    margin: 0;
    padding: 0;
}
.brand_banner {
    position: relative;
}
.brand_banner .brand_content {
    position: absolute;
    left: 120px;
    bottom: 200px;
    display: flex;
    flex-flow: column;
    gap: 24px;
}
.brand_banner .brand_content h1 {
    font-size: 64px;
    line-height: 100%;
    font-weight: 300;
    color: #fff;
    margin: 0;
}
.brand_banner .brand_content h1 b {
    font-weight: 600;
}
.brand_banner img {
    width: 100%;
}
.brand_content a {
    padding: 12px 24px;
    background: #fff;
    width: fit-content;
    border-radius: 32px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #1A1A1A;
}
.brand_content a:hover {
    background: #D2D2D2;
}
.top-row {
    max-width: 1920px;
    padding: 100px 120px;
    margin: 0px auto;
    display: flex;
    gap: 68px;
}
.top-row .left-col {
    display: flex;
    flex-flow: column;
    gap: 55px;
    height: 974px;
    width: 100%;
    max-width: 874px;
}
.top-row .right-col {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    max-width: 734px;
}
.top-row .left-col .content h4 {
    font-size: 56px;
    line-height: 120%;
    font-weight: 300;
    color: #1A1A1A;
    margin: 0;
}
.top-row .left-col .content p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #4A4A4A;
    margin: 0;
}
.top-row .left-col .content {
    max-width: 731px;
    display: flex;
    flex-flow: column;
    gap: 30px;
}
.top-row .right-col p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #4A4A4A;
    margin: 20px 0px 0px;
}
.top-row .right-col .images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.top-row .right-col .images img {
    width: 100%;
}
.image_block_ {
    max-width: 1920px;
    margin: 0px auto;
    padding: 0px 120px 100px;
    display: flex;
    flex-flow: column;
    gap: 60px;
}
.image_block_ .content h4 {
    font-size: 56px;
    line-height: 120%;
    font-weight: 300;
    color: #333333;
    margin: 0;
}
.image_block_ .content p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #4A4A4A;
    margin: 0;
    max-width: 760px;
    width: 100%;
}
.image_block_ .content {
    display: flex;
    flex-flow: column;
    gap: 28px;
}
.image_block_ img {
    width: 100%;
}
.images_block_content .image__block {
    display: flex;
}
.images_block_content .image__block .left_image {
    width: 50%;
}
.images_block_content .image__block .left_image img {
    width: 100%;
}
.images_block_content .image__block .right_content {
    padding: 80px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 50%;
}
.images_block_content .image__block .right_content p {
    font-size: 36px;
    line-height: 130%;
    font-weight: 300;
    color: #333333;
    text-align: left;
    margin: 0;
}
.images_block_content .image__block .right_content a, .nuestros-productos-in .right_content a{
    padding: 12px 24px;
    background: #1A1A1A;
    border: 1px solid #1A1A1A;
    width: fit-content;
    border-radius: 32pc;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    font-weight: 400;
}
.images_block_content .image__block .right_content a:hover, .nuestros-productos-in .right_content a:hover {
    background: #6B7476;
    border: 1px solid #6B7476;
}
.nuestros-productos {
    background: #F5F5F5;
    padding: 120px 222px;
}
.nuestros-productos-in {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.nuestros-productos-in .left_images {
    max-width: 820px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 48px;
}
.nuestros-productos-in .right_content {
    max-width: 551px;
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 32px;
}
.nuestros-productos-in .right_content div {
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.nuestros-productos-in .right_content div h4 {
    font-size: 56px;
    line-height: 120%;
    font-weight: 300;
    color: #333333;
    margin: 0;
}
.nuestros-productos-in .right_content div p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4A4A4A;
    margin: 0;
}
.nuestros-productos-in .large-image p:first-child {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #333333;
}
.nuestros-productos-in .large-image p:first-child b {
    font-size: 20px;
    line-height: 130%;
    font-weight: 600;
    text-transform: uppercase;
}
.nuestros-productos-in .large-image {
    display: flex;
    flex-flow: column;
    gap: 13px;
}
.nuestros-productos-in .small_images {
    display: flex;
    flex-flow: column;
    gap: 36px;
}
.nuestros-productos-in .small_images .small_image {
    display: flex;
    flex-flow: column;
    gap: 15px;
}
.nuestros-productos-in .small_images .small_image p {
    font-size: 20px;
    line-height: 130%;
    font-weight: 600;
    color: #A4A4A4;
    margin: 0;
    text-transform: uppercase;
}
.thank-you-content {
    background: #F5F5F5;
}
.thank-you-content-in {
    max-width: 1920px;
    width: 100%;
    margin: 0px auto;
    padding: 80px 120px;
    display: flex;
    justify-content: space-between;
}
.thank-you-content-in .left-content {
    width: 100%;
    max-width: 682px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 100px 0px 60px;
}
.left-content .content-top {
    display: flex;
    flex-flow: column;
    gap: 31px;
}
.left-content .content-top h1 {
    font-size: 64px;
    line-height: 100%;
    font-weight: 300;
    color: #333333;
    text-align: left;
    margin: 0;
}
.left-content .content-top p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #333333;
    margin: 0;
    max-width: 541px;
    text-align: left;
}
.left-content .content-bottom {
    display: flex;
    flex-flow: column;
    gap: 26px;
}
.left-content .content-bottom p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    margin: 0;
    color: #333333;
    text-align: left;
    max-width: 434px;
}
.left-content .content-bottom a {
    padding: 15px 24px;
    background: #3F4446;
    border: 1px solid #3F4446;
    width: fit-content;
    border-radius: 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
}
.page-cms-10 .left-content .content-top {
    gap: 8px;
}
.page-cms-10 .left-content .content-top p {
    font-size: 40px;
    line-height: 130%;
    font-weight: 300;
}	
.page-cms-10 .left-content .content-bottom {
    gap: 33px;
}
.page-cms-10 .left-content .content-bottom p {
    max-width: 535px;
}
.order-sort {
    position: relative;
}
.order-sort-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #3F4446;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    color: #3F4446;
    line-height: 24px;
    font-weight: 400;
}
.sort-icon {
    font-size: 18px;
}
.order-sort-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 230px;
    padding: 8px 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

.order-sort-dropdown.show {
    display: block;
}
.order-sort-dropdown a {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #eee;
} 
.order-sort-dropdown a:last-child {
    border-bottom: 0;
}
 .order-sort-dropdown a:hover,
.order-sort-dropdown a.active {
    background: #f7f7f7;
}
 .order-history-toolbar{
    display:flex;
    gap:15px;
    align-items:center;
}
.search-box {
    display: flex;
    align-items: center;
    width: auto;
    height: 40px;
    border: 1px solid #3F4446;
    border-radius: 25px;
    background: white;
}
.search-box input{
    width:auto;
    border:0;
    outline:none;
    padding:8px 15px;
    border-radius:25px;
	display: none;
}
.search-box button {
    border: 0;
    background: none;
    cursor: pointer;
    height: 40px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-box i {
    color: #666;
    font-size: 23px;
}
.search-box:hover input, .search-box:focus input {
    display: block;
}
#history .customer-page-header .customer-page-title {
    display: none;
}
.history-page-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 48px;
}
.history-page-info .customer-page-title {
    color: #1A1A1A;
    font-size: 40px;
    line-height: 130%;
    margin: 0;
    font-weight: 600;
}
.order-history-sec thead.thead-default {
    display: none;
}


/********* checkout page css ***********/
#checkout .header-inner .header-right, #checkout .header-inner .header_menu, #checkout .header-inner .header_serach {
    display: none;
}
#checkout .header-inner {
    justify-content: center;
}
#checkout #content-wrapper #content {
    max-width: 1920px;
    margin: 0px auto;
    padding: 80px 120px;
}
#checkout .cart-grid-right .cart-summary-products {
    display: none;
}
.checkout-info {
    background: #F5F5F5;
    padding: 32px 32px 62px 32px;
    border-radius: 16px;
    display: flex;
    flex-flow: column;
    gap: 24px;
}
.checkout-top-info h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #1A1A1A;
    margin: 0;
}
.checkout-info #js-checkout-summary {
    background: none;
}
.checkout-info #js-checkout-summary .card-block {
    padding: 0;
}
.checkout-info #js-checkout-summary .card-block .cart-summary-subtotals-container {
    padding: 0 !important;
    display: flex;
    flex-flow: column;
    gap: 20px;
    border: none !important;
}
.cart-summary-line::after{
	display: none;
}
.checkout-info #js-checkout-summary .card-block .cart-summary-subtotals-container::after, .checkout-info #js-checkout-summary .card-block .cart-summary-subtotals-container .cart-summary-line{
	display: none;
}
.checkout-info #js-checkout-summary .card-block .cart-summary-subtotals-container .cart-summary-line {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkout-info #js-checkout-summary .card-block .cart-summary-subtotals-container .cart-summary-line span {
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 400 !important;
    color: #4A4A4A !important;
}
.checkout-info #js-checkout-summary .cart-summary-totals {
    padding: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #BBBBBB;
}
.checkout-info #js-checkout-summary .cart-summary-totals .cart-summary-line {
    padding: 0;
    border: none;
    margin: 0;
}
.checkout-info #js-checkout-summary .cart-summary-totals .cart-summary-line span {
    font-size: 20px !important;
    line-height: 30px;
    font-weight: 500 !important;
    color: #1A1A1A;
}
.checkout-info #js-checkout-summary {
    margin: 0;
}
#checkout .cart-grid-right {
    width: 100%;
    max-width: 400px;
}
#checkout #content-wrapper #content .checkout-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    justify-content: space-between;
    margin-top: 20px;
}
#checkout #content-wrapper #content .checkout-row .cart-grid-body {
    width: 100%;
}
.checkout-steps{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:40px;
}
.checkout-steps .step {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 14px;
    pointer-events: none;
}
.checkout-steps .step.active, .checkout-steps .step.completed {
    pointer-events: auto;
}
.checkout-steps span{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#eee;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:16px;
}
.checkout-steps .active span{
    background:#333;
    color:#fff;
}
.checkout-steps .line {
    width: 120px;
    height: 2px;
    background: #ddd;
    margin: 0 32px 0px 16px;
}
.checkout-step > .step-title {
    display: none;
}
.checkout-content{
    display:none;
}
.checkout-content.active{
    display:block;
}
.step{
    cursor:pointer;
}
.step.active span, .step.completed span {
    background: #333;
    color: #fff;
}
.step.active, .step.completed {
    color: #333333;
}
.checkout-step .content {
    display: block !important;
}
#checkout-personal-information-step {
    display: none;
}
.checkout-row .cart-grid-body .checkout-step, .checkout-row .cart-grid-body .checkout-step .content {
    padding: 0 !important;
}
.checkout-row .cart-grid-body .checkout-step .content h2.h4, .checkout-row .cart-grid-body .checkout-step .content form > p:first-child {
    margin: 0 0 24px 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #1A1A1A;
}
.address-selector p {
    display: none;
}
.address-selector {
    margin: 0 !important;
    gap: 24px;
    justify-content: flex-start !important;
}
.address-selector article.address-item {
    border: 2px solid #E8E8E8 !important;
    border-radius: 16px !important;
    padding: 24px;
    background: #fff !important;
    margin: 0px !important;
}
.address-selector article.address-item header {
    margin: 0 0 10px 0;
    min-height: auto !important;
}
.address-selector article.address-item header label {
    padding: 0 !important;
    margin: 0;
    position: relative;
}
.address-selector article.address-item header label .custom-radio {
    border: 1px solid #1A1A1A !important;
    width: 16px !important;
    height: 16px !important;
    padding: 3px !important;
    margin: 0px  !important;
    position: absolute;
    top: 3px;
    left: 0;
}
.address-selector article.address-item header label .custom-radio span {
    width: 10px !important;
    height: 10px !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    background: #1A1A1A !important;
}
.address-selector article.address-item header label .address-alias {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #333333;
    margin: 0 0 8px 24px;
}
.address-selector article.address-item header label .address {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #606060;
    margin-left: 24px !important;
}
.address-selector article.address-item.selected {
    border-color: #1A1A1A !important;
}
.address-selector article.address-item .address-footer {
    padding: 0 !important;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.address-selector article.address-item .address-footer a {
    display: flex !important;
    align-items: center;
    gap: 5px;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 500;
    color: #606060 !important;
}
.address-selector article.address-item .address-footer a:hover {
    color: #1A1A1A !important;
}
.js-address-form .add-address {
    margin: 24px 0px !important;
}
.js-address-form .add-address a {
    border: 1px solid #3F4446;
    border-radius: 32px;
    padding: 11px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 7px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #3F4446;
}
#checkout #content-wrapper #content > .top {
    display: flex;
    flex-flow: column;
    gap: 40px;
}
#checkout #content-wrapper #content > .top h4 {
    font-size: 56px;
    line-height: 120%;
    font-weight: 300;
    color: #1A1A1A;
    margin: 0;
}
.delivery-options-list .delivery-options {
    display: none;
}
#checkout .content .continue {
    background: #3F4446;
    padding: 13px 32px;
    border-radius: 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
}
#checkout .content .continue:focus{
	outline: none;
	box-shadow: none;
}
.checkout-adicional {
    border: 1px solid #D2D2D2;
    padding: 33px;
    border-radius: 16px;
    display: flex;
    flex-flow: column;
    gap: 16px;
    margin-bottom: 32px;
}
.checkout-adicional h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #1A1A1A;
    margin: 0;
}
.checkout-adicional #delivery {
    display: flex;
    flex-flow: column;
    gap: 8px;
}
.checkout-adicional #delivery label {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #1A1A1A;
    margin: 0;
}
.checkout-adicional #delivery p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #4A4A4A;
    margin: 0;
}
.checkout-adicional #delivery textarea {
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    padding: 12px 16px;
    height: 170px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1A1A1A;
}
.checkout-adicional #delivery textarea:hover, .checkout-adicional #delivery textarea:focus {
    outline: none;
    box-shadow: none;
}
.checkout-adicional #delivery textarea::placeholder {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #777777;
    opacity: 1;
}
.payment-cart-products {
    border: 1px solid #D2D2D2;
    border-radius: 16px;
    padding: 33px;
    display: flex;
    flex-flow: column;
    gap: 24px;
}
.payment-cart-products h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #333333;
    margin: 0;
}
.checkout-product-item {
    display: flex;
    flex-flow: column;
    gap: 16px;
}
.checkout-product-item .cart-product {
    display: flex;
    gap: 16px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 16px;
}
.checkout-product-item .cart-product:last-child {
    border: none;
    padding-bottom: 0px;
}
.checkout-product-item .cart-product .product-image {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout-product-item .cart-product .product-image img {
    width: 100%;
    height: 100%;
}
.checkout-product-item .cart-product .product-info {
    display: flex;
    flex-flow: column;
    gap: 4px;
}
.checkout-product-item .cart-product .product-info h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}
.checkout-product-item .cart-product .product-info p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #606060;
    margin: 0;
}
.checkout-product-item .cart-product .checkout-price {
    margin: 0px 0px 0px auto;
}
.checkout-product-item .cart-product .checkout-price p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #3F4446;
    margin: 0;
}
.payment-cart-products.address {
    margin: 32px 0px !important;
}
.address-checkout-cart {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.address-checkout-cart p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #333333;
    margin: 0;
}
.address-checkout-cart .info {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #606060;
    margin: 0;
}
.address-checkout-cart > div {
    display: flex;
    flex-flow: column;
    gap: 8px;
}
.checkout-payment-info {
    background: #FFF9E6;
    padding: 25px;
    border-radius: 16px;
    margin-bottom: 32px;
    border: 1px solid #FFD966;
    display: flex;
    gap: 16px;
}
.checkout-payment-info .text {
    display: flex;
    flex-flow: column;
    gap: 8px;
}
.checkout-payment-info .text h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #333333;
    margin: 0;
}
.checkout-payment-info .text p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #606060;
    margin: 0;
}
#checkout-payment-step .content .payment-options, #checkout-payment-step .content #conditions-to-approve {
    display: none;
}
#checkout-payment-step .content #payment-confirmation .ps-shown-by-js {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#checkout-payment-step .content #payment-confirmation .ps-shown-by-js button {
    background: #3F4446;
    border-radius: 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 13px 26px;
    border: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px !important;
    outline-offset: 0px !important;
}
/*==============================================================
ORDER CONFIRMATION
==============================================================*/
.custom-order-confirmation {
    padding: 80px 32px;
    max-width: 1920px;
    margin: 0px auto;
}
.confirmation-wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.confirmation-icon {
    margin-bottom: 25px;
}
.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #DEEAD8;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-circle i {
    color: #4A7C59;
    font-size: 40px;
}
.confirmation-title {
    margin: 0;
    color: #1A1A1A;
    font-size: 56px;
    font-weight: 300;
    line-height: 120%;
}
.confirmation-reference {
    margin-top: 18px;
    margin-bottom: 40px;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.confirmation-reference strong {
    color: #1A1A1A;
    font-weight: 600;
}
.confirmation-card {
    background: #F5F5F5;
    border-radius: 16px;
    padding: 41px;
    text-align: left;
    margin-bottom: 40px;
    border: 1px solid #E8E8E8;
    display: flex;
    flex-flow: column;
    gap: 24px;
}
.section-title {
    display: flex;
    align-items: center;
    gap: 16px;
}
.section-icon {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
}
.section-icon i {
    font-size: 23px;
    color: #3F4446;
}
.section-title span:last-child {
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    color: #1A1A1A;
}
.confirmation-section {
    display: flex;
    flex-flow: column;
    gap: 16px;
}
.section-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4A4A4A;
    padding-left: 40px;
}
.order-info-box {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #E8E8E8;
    display: flex;
    flex-flow: column;
    gap: 12px;
}
.order-info-title {
    font-size: 16px;
    font-weight: 500;
    color: #1A1A1A;
    margin: 0;
    line-height: 24px;
}
.order-info-box-in {
    display: flex;
    flex-flow: column;
    gap: 8px;
}
.order-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-info-row span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #4A4A4A;
}
.order-info-row strong {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.confirmation-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
}
.btn-home, .btn-orders {
    border: 1px solid #3F4446;
    border-radius: 32px;
    padding: 13px 26px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #3F4446;
}
a.btn-orders {
    background: #3F4446;
    color: #fff;
}
a.btn-home:hover {
    color: #3F4446;
}
.confirmation-footer {
    border-top: 1px solid #D2D2D2;
    padding-top: 33px;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 20px;
    font-weight: 400;
}
.confirmation-footer a {
    color: #1A1A1A;
    text-decoration: underline;
}
.hidden {
    display: none !important;
}
#checkout-addresses-step .js-address-form form > div {
    margin: 0 !important;
}
#checkout-addresses-step .js-address-form .form-group > *, #address .address-form .form-group > * {
    width: 100%;
    padding: 0;
}
#checkout-addresses-step .js-address-form .form-group .form-control-label, #address .address-form .form-group .form-control-label {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #333333;
    margin: 0px 0px 8px 0px;
}
#checkout-addresses-step .js-address-form .form-group .form-control-comment, #address .address-form .form-group .form-control-comment {
    display: none;
}
#checkout-addresses-step .js-address-form .form-group input, #checkout-addresses-step .js-address-form .form-group select {
    border: 1px solid #E8E8E8 !important;
    border-radius: 8px !important;
    background: none !important;
    height: 48px !important;
}
#checkout-addresses-step .js-address-form .form-group input:focus, #checkout-addresses-step .js-address-form .form-group select:focus{
	outer: none;
}
#checkout-addresses-step .js-address-form .form-group, #address .address-form .form-group {
    margin: 0px !important;
}
#checkout-addresses-step .js-address-form .form-fields, #address .address-form .form-fields {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
}
#address .address-form .form-fields {
    column-gap: 40px !important;
    margin-bottom: 48px;
}
#checkout-addresses-step .js-address-form .form-group:nth-of-type(1), #checkout-addresses-step .js-address-form .form-group:nth-of-type(4), #checkout-addresses-step .js-address-form .form-group:nth-of-type(9), #checkout-addresses-step .js-address-form .form-group:nth-of-type(12) {
    grid-column: 1 / span 2;
}
#checkout-addresses-step .js-address-form .form-group input:focus, #checkout-addresses-step .js-address-form .form-group select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #333333 !important;
}
#checkout-addresses-step .js-address-form .form-group:last-child {
    display: none;
}	
#checkout-addresses-step footer {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row-reverse;
    gap: 15px;
}
#checkout-addresses-step footer .cancel-address {
    border: 1px solid #3F4446;
    padding: 13px 26px;
    border-radius: 32px;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #3F4446 !important;
    text-decoration: none;
}
#checkout-addresses-step .js-address-form form .invoice-checkbox-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    border: 1px solid #E8E8E8;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 40px !important;
}
#checkout-addresses-step footer.address-footer {
    margin-top: 24px;
}
.invoice-title {
    font-size: 24px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 36px;
}
.invoice-checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #4A4A4A;
    margin: 0;
    line-height: 21px;
    font-weight: 400;
}
.invoice-checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #1A1A1A;
}


/******** legal page css *********/
.legal-banner {
    position: relative;
}
.legal-banner img {
    width: 100%;
}
.legal-banner .content {
    position: absolute;
    left: 120px;
    bottom: 200px;
    z-index: 1;
}
.legal-banner .content h1 {
    font-size: 64px;
    line-height: 100%;
    font-weight: 300;
    margin: 0;
    color: #fff;
}
.legal-banner .content h1 span {
    font-size: 72px;
    font-weight: 600;
}
.legal-page-content {
    max-width: 1160px;
    margin: 0px auto;
    padding: 95px 0px;
    display: flex;
    flex-flow: column;
    gap: 48px;
}
.legal-page-item {
    display: flex;
    flex-flow: column;
    gap: 16px;
}
.legal-page-item h3 {
    font-size: 30px;
    line-height: 130%;
    font-weight: 300;
    margin: 0;
    color: #000000;
}
.legal-page-item p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin: 0;
	text-align: left;
}
.legal-page-info {
    border: 1px solid #CDCBCB;
    border-radius: 12px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}
.legal-page-info .info-item {
    display: flex;
    flex-flow: column;
    gap: 4px;
}
.legal-page-info .info-item h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #3A3A3A;
    margin: 0;
}
.legal-page-info .info-item p {
    font-size: 14px;
    line-height: 130%;
    color: #3A3A3A;
    max-width: 298px;
}
.legal-page-item ul {
    margin: 0 !important;
    padding: 0;
    list-style: none !important;
}
.legal-page-item ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    position: relative;
    padding-left: 20px;
}
.legal-page-item ul li::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: 0;
    top: 8px;
    background: #000;
    border-radius: 100px;
}

/***** cookie page ********/
.ets_cookie_banber_block.bottom {
    max-width: 633px;
    backdrop-filter: blur(30px);
    padding: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    display: flex;
    flex-flow: column;
    gap: 36px;
    border: none;
    box-shadow: none !important;
}
.ets_cookie_banber_block.bottom > div {
    padding: 0 0px;
}
.ets_cookie_banner_content {
    display: flex;
    flex-flow: column;
    gap: 16px;
}
.ets_cookie_banner_content h4 {
    font-size: 56px;
    line-height: 120%;
    font-weight: 300;
    margin: 0;
    color: #333333;
    text-align: left;
}
.ets_cookie_banner_content .info {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #494D50;
    margin: 0;
    text-align: left;
}
.ets_cookie_banner_content p:last-child {
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color: #333333;
    margin: 0;
    text-align: left;
}
.ets_cookie_banner_content p a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #3F4446;
}
.ets_cookie_banner_footer {
    flex-flow: column;
    gap: 10px !important;
    width: 100% !important;
}
.ets_cookie_banner_footer .ets-cb-btn-ok {
    background: #3F4446 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
}
.ets_cookie_banner_footer .ets-cb-btn-not-ok {
    border: 1px solid #3F4446 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #3F4446 !important;
}
.ets_cookie_banner_footer .btn-primary {
    padding: 15px 24px;
    border-radius: 32px !important;
    width: 100% !important;
    position: relative;
    display: flex;
    flex-flow: row-reverse;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.ets_cookie_banner_footer .btn.btn-primary.ets-cb-btn-not-ok:hover {
    background: #3f4446 !important;
    border-color: #3f4446 !important;
}
.ets_cookie_banber_block.bottom .close_cookie {
    background: #3e4446;
    top: 7px;
    right: 5px;
    transform: scale(1.5);
}
.btn.btn-primary.full-left.ets-cb-btn-not-ok:hover svg path {
    stroke: #fff;
}
#blockcart-modal .modal-content {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #E8E8E8;
}
#blockcart-modal .modal-content .modal-body .product-name {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    color: #1A1A1A;
}
#blockcart-modal .modal-content .modal-body .product-price {
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #3F4446 !important;
}
#blockcart-modal .modal-content .modal-body .cart-content-btn {
    display: flex;
    flex-flow: column;
    gap: 10px;
}
#blockcart-modal .modal-content .modal-body .cart-content-btn button {
    margin: 0;
    border: 1px solid #3F4446;
    padding: 15px 24px;
    border-radius: 32px;
    background: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #3F4446;
}
#blockcart-modal .modal-content .modal-body .cart-content-btn a {
    padding: 15px 24px;
    background: #3F4446 !important;
    border-radius: 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
}
.ets-wishlist-footer-links {
    display: none;
}
#wishlist-page #content-wrapper #main {
    max-width: 1920px;
    margin: 0px auto;
    padding: 60px 120px;
}
#wishlist-page .ets-wishlist-products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
li.ets-wishlist-products-item {
    width: 100%;
    padding: 0;
    float: unset;
}
.ets-wishlist-product {
    max-width: 100%;
}
.ets-wishlist-product img {
    width: 100%;
}
.ets-wishlist-product-right {
    padding: 0px 16px;
}
.ets-wishlist-product-right a {
    display: flex;
    flex-flow: column;
    gap: 4px;
}
.pro_main_img {
    overflow: hidden;
}
#custom-main-image, .product_thumb_items img {
    cursor: zoom-in;
}
#addresses .customer-page-content .addresses-footer {
    display: block !important;
}
#addresses .customer-page-content:has(.emptyBox) .addresses-footer, #address .page-header {
    display: none !important;
}
#addresses .customer-page-content .addresses-footer a:hover {
    background: #6B7476;
    border-color: #6B7476;
}
#address .address-form .form-group:has(input[required]) > label::after, #address .address-form .form-group:has(select[required]) > label::after, #address .address-form .form-group:has(textarea[required]) > label::after {
    content: " *";
}
#checkout-addresses-step .form-group:has(input[required]) > label::after, #checkout-addresses-step .form-group:has(select[required]) > label::after, #checkout-addresses-step .form-group:has(textarea[required]) > label::after {
    content: " *";
}
span.wishlist-title {
    display: block;
    margin-top: 25px;
}
.gdprModal .gdprModal__placeholder {
    box-shadow: none !important;
    width: auto !important;
    background: #fff !important;
}
.gdprModal .gdprModal__placeholder .gdpr-consent-tabs {
    background: #fff !important;
    box-shadow: none !important;
    padding: 60px;
    width: 100% !important;
}
.gdprModal .gdprModal__placeholder .h3_popuptitle {
    font-size: 56px;
    line-height: 120%;
    font-weight: 300;
    color: #333333 !important;
    margin: 0 0 12px 0;
}
.gdprModal .gdprModal__placeholder .div_text {
    margin: 0 !important;
    display: flex;
    flex-flow: column;
    gap: 16px;
}
.gdprModal .gdprModal__placeholder .div_text p {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #494D50 !important;
}
.gdprModal .gdprModal__placeholder .div_text p a {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    color: #3F4446 !important;
    margin-left: 4px !important;
}
.gdprModal .gdprModal__placeholder .div_accept_moreinfo {
    margin: 36px 0px 0px;
    display: flex;
    gap: 10px;
}
.gdprModal .gdprModal__placeholder .div_accept_moreinfo .gdpr_buttons {
    width: 50%;
}
.gdprModal .gdprModal__placeholder .div_accept_moreinfo .span_moreinfo {
    border: 1px solid #3F4446;
    padding: 15px 24px;
    border-radius: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #3F4446 !important;
    margin: 0;
    width: 50%;
}
.gdprModal .gdprModal__placeholder .div_accept_moreinfo .span_moreinfo::after{
	display: none;
}
.gdprModal .gdprModal__placeholder .div_accept_moreinfo #accept-all-gdpr {
    padding: 15px 24px;
    margin: 0;
    height: auto;
    width: 100%;
    border-radius: 32px;
    background: #3F4446 !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}
.gdprModal .gdprModal__placeholder .div_accept_moreinfo #accept-all-gdpr img, .gdprModal .gdprModal__placeholder .div_accept_moreinfo .span_moreinfo img {
    width: auto;
	margin-left: 14px;
    height: 15px;
}

.collection-grid .collection-card:hover .collection-content h3 {
    text-decoration: underline;
}
/********* wishlist page css *************/
.ets-wishlist-container {
    max-width: 1920px;
    width: 100%;
    padding: 60px 120px 60px;
    margin: 0px auto;
}
.ets-wishlist-container-header h1, .ets-wishlist-products-container-header h1 {
    font-size: 40px;
    margin-bottom: 0;
    color: #1A1A1A;
    line-height: 130%;
    font-weight: 300;
}
.ets-wishlist-container-header {
    border-bottom: 1px solid #BBBBBB !important;
    padding-bottom: 20px;
	margin-top: 0px;
}
a.ets-wishlist-add-to-new {
    gap: 8px;
    padding: 10px 20px;
    border-radius: 32px;
    border: 1px solid #3F4446;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #3F4446 !important;
}
a.ets-wishlist-add-to-new:hover {
    background: #3F4446;
    color: #ffffff!important;
    border-color: #3F4446;
}
.ets-wishlist-container .table tr th, .ets-wishlist-modal .modal-header h5.modal-title {
    font-size: 25px;
    margin-bottom: 0;
    color: #1A1A1A;
    line-height: 120%;
    font-weight: 300;
    text-align: left;
}
.ets-wishlist-container .table tr.ets-wishlist-list-item p.ets-wishlist-list-item-title span {
    font-size: 20px;
    margin-bottom: 0;
    color: #1A1A1A;
    line-height: 120%;
    font-weight: 300;
}
.ets-wishlist-container .table tr.ets-wishlist-list-item p.ets-wishlist-list-item-title {
    padding: 0;
}
.ets-wishlist-container .table tr.ets-wishlist-list-item .list-order-products a {
    border: 1px solid #ccc;
    border-radius: 7px;
}
.ets-wishlist-container .table tr.ets-wishlist-list-item .list-order-products {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ets-wishlist-container .table tr.ets-wishlist-list-item td.ets-wishlist-list-item-right {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
}
.ets-wishlist-container .table tr.ets-wishlist-list-item td.ets-wishlist-list-item-right i svg {
    width: 18px !important;
    height: 18px !important;
}
.ets-wishlist-list-item-right > a, .ets-wishlist-list-item-right button {
    fill: #3F4446 !important;
    color: #3F4446 !important;
}
.ets-wishlist-modal .modal-body label {
    padding: 0;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 120%;
    font-weight: 300;
    text-align: left;
}
.ets-wishlist-modal .modal-body input {
    font-size: 16px;
    color: #1A1A1A;
    border-radius: 10px !important;
    padding: 15px 15px;
}
.ets-wishlist-modal .modal-footer button {
    padding: 12px 24px;
    border-radius: 32px;
    background: #1A1A1A !important;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF !important;
    font-weight: 400;
}
.ets-wishlist-modal .modal-footer button.modal-cancel {
    background: #6B7476 !important;
}
.ets-wishlist-products-container-header {
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 20px;
    margin-bottom: 48px;
}
.ets-wishlist-products-container .sort-by-row {
    justify-content: flex-end;
    min-width: auto;
}
.ets-wishlist-products-container .sort-by-row .products-sort-order {
    width: auto;
}
.ets-wishlist-products-container .sort-by-row button.select-title {
    border: 1px solid #3F4446;
    border-radius: 50px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #3F4446;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: max-content;
    background: #fff;
}
.ets-wishlist-products-container .sort-by-row button.select-title:hover {
    background: #E8E8E8;
}
a.ets-wishlist-add-to-new i.material-icons {
    margin-right: 0;
}
.ets-wishlist-chooselist li.item-wishlist p {
    font-size: 18px;
    line-height: 130%;
    color: #1A1A1A;
    font-weight: 300;
}
button.ets-wishlist-button-add.btn_delete_wishlist {
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
}
button.ets-wishlist-button-add.btn_delete_wishlist:hover {
    background: #D2D2D2 !important;
}
button.ets-wishlist-button-add.btn_delete_wishlist i {
    width: auto !important;
    height: auto !important;
}
.ets-wishlist-product-combinations a {
    display: none;
}
.ets-wishlist-product-combinations p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #8E8E8E;
}
.ets-wishlist-products-container .results {
    display: none;
}
.ets-wishlist-products-container .wishlist-add-all-wrapper {
    margin-top: 48px;
    text-align: center;
}
.ets-wishlist-products-container .wishlist-add-all-wrapper button {
    padding: 15px 24px;
    border-radius: 32px;
    background: #3F4446;
    border: 1px solid #3F4446;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}
.ets-wishlist-products-container .wishlist-add-all-wrapper button i {
    display: none;
}
.ets-wishlist-products-item .product-miniature .add-to-cart {
    padding: 6px 20px;
    border: 1px solid #333333;
    background: none;
    font-size: 14px;
    color: #333333;
    line-height: 130%;
    font-weight: 400;
    border-radius: 31px;
    width: 100%;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.ets-wishlist-products-item .product-miniature .add-to-cart i, .ets-wishlist-products-item .product-miniature .add-to-cart img {
    display: none;
}
.ets-wishlist-products-item .product-miniature .add-to-cart:hover img {
    display: block;
}
.ets-wishlist-product-combinations {
    margin-bottom: 0;
}
.ets-wishlist-product-bottom {
    padding: 0px 16px;
}
#deleteWishlistModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
body:has(#deleteWishlistModal.show) {
    overflow: hidden;
}
.delet_popup_modal {
    background: #fff;
    max-width: 633px;
    width: 100%;
    padding: 60px;
    backdrop-filter: blur(30px);
}
.delet_popup_modal .modal-content {
    display: flex;
    flex-flow: column;
    gap: 36px;
    border: none;
}
.delet_popup_modal .modal-content .wishlist_message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-direction: row-reverse;
}
.delet_popup_modal .modal-content .wishlist_message p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    color: #333333;
    margin: 0;
}
.delet_popup_modal .modal-content .wishlist_message button {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}
.delet_popup_modal .modal-content div:last-child {
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.delet_popup_modal .modal-content div #confirmDeleteWishlist {
    background: #1A1A1A;
    border: 1px solid #1A1A1A;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 24px;
    border-radius: 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    justify-content: center;
	cursor: pointer;
}
.delet_popup_modal .modal-content div #confirmDeleteWishlist:hover {
    background: #6B7476;
    border-color: #6B7476;
}
.delet_popup_modal .modal-content div:last-child .cancel-delete {
    background: #fff;
    border: none;
    padding: 15px 24px;
    border-radius: 32px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #1A1A1A;
    cursor: pointer;
}
#wishlist-page #blockcart-modal {
    display: none !important;
}
#wishlist-page.modal, #wishlist-page.modal-open {
    overflow: auto !important;
    padding: 0px !important;
}



