.woocommerce table.shop_table {
    border:none;
}
table tbody td {
    background:#fff !important;
}
.site-header-navigation {
    margin-bottom:0;
}
div#content {
    padding: 70px 0;
}
.woocommerce-notices-wrapper {
    display:none;
}
.cart-page-title {
    margin-bottom:55px;
}
.cart-page-title h1 {
    font-size:40px;
    line-height:48px;
    font-weight:600;
    margin-bottom:12px;
}
.cart-page-title p {
    font-size:16px;
    line-height:26px;
    color:rgba(77, 77, 77, 1);
}
.empty-cart-page .cart-page-title p {
    max-width: 431px;
}
.entry-content .woocommerce .cart-page-content {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.woocommerce .woocommerce-cart-form {
    width: 66.666%;
}
.woocommerce .cart-collaterals {
    width: 33.333% !important;
    padding-left:40px;
}
.woocommerce .cart-collaterals .cross-sells, 
.woocommerce-page .cart-collaterals .cross-sells {
    display:none;
}
.site .cart-collaterals .cart_totals {
    width:100%;
}
.site .cart-collaterals .cart_totals h2 {
    font-size:30px;
    line-height:40px;
    font-weight:500;
    margin-bottom:35px;
}
table.cart.woocommerce-cart-form__contents thead {
    display: none;
}
.woocommerce .product-remove {
    display:none;
}
.woocommerce td.product-subtotal {
    display:none;
}
.woocommerce td.product-quantity {
    display:none;
}
.woocommerce td.product-price {
    vertical-align: top;
}
.woocommerce td.product-price .woocommerce-Price-amount {
    display:block;
    text-align:right;
    margin-bottom:50px;
    font-size:20px;
    line-height:30px;
    font-weight:400;
}
.woocommerce .product-remove-desk {
    display: flex;
    justify-content: flex-end;
}
.woocommerce .product-quantity-desk {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.woocommerce .product-quantity-desk .product-quantity-minus,
.woocommerce .product-quantity-desk .product-quantity-plus {
    width: 52px;
    height: 52px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.woocommerce .quantity .qty {
    border: none;
    width:30px;
    padding:0;
    text-align:center;
}
.woocommerce .product-name .product-name-link {
    display:block;
    margin-bottom:20px;
    font-size:20px;
    line-height:30px;
    font-weight:400;
    text-decoration:none;
    color:#000;
}
.site a.remove:hover {
    background:none;
}
.site a.remove:hover svg path {
    fill:#ff0000;
}
#content .content-area table.cart td.actions, 
.site table.cart td.actions {
    padding-top:40px;
}
#content .content-area table.cart td.actions button.btn, 
.site table.cart td.actions button.btn {
    box-shadow:none;
}
.site .cart-collaterals .cart_totals {
    width: 100%;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    float: none;
}
.cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping {
    display:none;
}
.cart-collaterals .wc-proceed-to-checkout {
    padding-top:40px;
    padding-bottom:40px;
}
.cart-collaterals .wc-proceed-to-checkout .btn {
    width:100%;
    border-radius:0;
    box-shadow:none;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    margin-bottom:0;
}
.cart_totals_coupon {
    margin-top:40px;
    position:relative;
}
.cart_totals_coupon label {
    display:none;
}
.cart_totals_coupon input[name="coupon_code"] {
    width:100%;
    height:55px;
    border-color:rgba(0, 0, 0, 0.1);
    padding-left:20px;
}
.cart_totals_coupon button[type="submit"] {
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    width: fit-content;
    padding: 0;
    background: none;
}
.site .cart-collaterals .cart_totals table tr.cart-delivery td,
.site .cart-collaterals .cart_totals table tr.cart-delivery th {
    border-top:none;
}
.woocommerce table.shop_table tbody:first-child tr:first-child {
    border-top: 0;
}
.cart-accepted-payment h3 {
    font-size:16px;
    line-height:24px;
    font-weight:400;
    margin-bottom:12px;
}
.cart-accepted-payment .credit-cards {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:40px;
}
.cart-accepted-payment a {
    font-size:16px;
    line-height:24px;
    font-weight:400;
    text-decoration:underline;
    color:#000;
}
button[name="update_cart"].btn {
    display: none;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.post-area,
.hentry {
    overflow:visible;
}
@media (max-width:1399px) {
    #content > .col-full {
        max-width:1140px !important;
    }
}
@media (max-width:1199px) {
    #content > .col-full {
        max-width:960px !important;
    }
}
@media (max-width:992px) {
    #content > .col-full {
        max-width:720px !important;
    }
    .woocommerce .woocommerce-cart-form {
        width:100%;
    }
    .woocommerce .cart-collaterals {
        width:100% !important;
        padding-left:0;
    }
    #content .content-area table.cart td.actions .coupon, .site table.cart td.actions .coupon {
        width:100%;
    }
    #content .content-area table.cart td.actions .button {
        margin-left:auto;
    }
    .woocommerce table.shop_table td {
        border:none;
    }
    .woocommerce table.shop_table tr {
        border-top: 1px solid rgba(0, 0, 0, .1);
    }
}
@media (max-width:768px) {
    #content > .col-full {
        max-width:540px !important;
    }
    .cart-page-title h1 {
        font-size:34px;
        line-height:38px;
    }
    .woocommerce .product-remove {
        display:none !important;
    }
    .woocommerce table.shop_table_responsive tr td, 
    .woocommerce-page table.shop_table_responsive tr td {
        display:table-cell;
        text-align:unset !important;
    }
    .woocommerce table.cart .product-thumbnail, 
    .woocommerce-page #content table.cart .product-thumbnail, 
    .woocommerce-page table.cart .product-thumbnail {
        display:table-cell;
        padding-left:0;
        padding-right:0;
    }
    .woocommerce-page table.cart .product-thumbnail img {
        max-width:60px;
    }
    .woocommerce table.shop_table_responsive tr td::before, 
    .woocommerce-page table.shop_table_responsive tr td::before {
        display:none;
    }
    .woocommerce td.product-quantity,
    .woocommerce td.product-subtotal {
        display:none !important;
    }
    .woocommerce table.shop_table td {
        vertical-align:top !important;
    }
    .woocommerce .product-name .product-name-link,
    .woocommerce td.product-price .woocommerce-Price-amount {
        font-size:16px;
        line-height:21px;
    }
    .woocommerce .product-quantity-desk {
        gap:7px;
    }
    .woocommerce .product-quantity-desk .product-quantity-minus, 
    .woocommerce .product-quantity-desk .product-quantity-plus {
        width:35px;
        height:35px;
    }
    .woocommerce .product-quantity-desk .product-quantity-minus svg {
        width:12px;
        height:2px;
    }
    .woocommerce .product-quantity-desk .product-quantity-plus svg {
        width:12px;
        height:12px;
    }
    .woocommerce td.product-price .woocommerce-Price-amount {
        margin-bottom:20px;
    }
    .woocommerce table.shop_table tr {
        display:table-row;
    }
    .woocommerce td.product-price {
        position:relative;
    }
    .woocommerce .product-remove-desk {
        position:absolute;
        bottom:20px;
        right:13px;
    }
    .woocommerce table.shop_table tr:last-of-type td {
        border-top: 1px solid #ebe9eb;
    }
    .woocommerce table.shop_table_responsive tbody th, 
    .woocommerce-page table.shop_table_responsive tbody th {
        display:table-cell;
    }
    .site .cart-collaterals .cart_totals table td {
        text-align:right !important;
    }
}

/* Products */
section.cart-product.must-have-product {
    padding-top: 50px;
}
.cart-product .section-heading .section-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    margin-bottom:40px;
    text-align:left;
}
.colors {
    gap:12px;
    margin-bottom:12px;
}
.colors input {
    position:absolute;
    visibility:hidden;
}
.colors .color {
    display:block;
    width:19px;
    height:19px;
    border-radius:50%;
}
.colors input[type="radio"]:checked + .color {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #ddd;
}
.colors .color.brown {
    background:#964E2A;
}
.colors .color.black {
    background:#000;
}
.colors .color.darkgray {
    background:#6C685E;
}
.colors .color.pink {
    background:#C7336A;
}
.homepage-product {
    padding:124px 0 97px;
}
.best-product-heading {
    margin:0 132px 73px;
    padding:0 12px;
}
.best-product-heading h2 {
    font-size:40px;
    font-weight:600;
    line-height:46px;
    margin-bottom:20px;
    max-width:715px;
}
.best-product-heading p {
    max-width:715px;
}
.product-item .search-result-item .alg-wc-wl-view-state {
    height:20px;
}
@media (max-width:1400px) {
    .search--results-wrapper {
        margin-left:30px;
        margin-right:30px;
    }
    .empty-cart-page .search--results-wrapper {
        margin:0;
    }
    section.cart-product.must-have-product .owl-carousel .owl-stage-outer {
        padding:0;
        margin:0 -6px;
    }
    .best-product-heading {
        margin-left:30px;
        margin-right:30px;
    }
}
@media (max-width:992px) {
    .search--results-wrapper {
        margin-left:0;
        margin-right:0;
    }
    section.cart-product.must-have-product .owl-carousel .owl-stage-outer {
        width: auto !important;
        max-width: unset !important;
    }
    .best-product-heading {
        margin-left:15px;
        margin-right:15px;
    }
}
section.cart-product.must-have-product .owl-carousel .owl-stage-outer {
    padding:0 6px;
}
.search--results-wrapper .owl-stage {
    /* right:6px; */
}
.search--results-wrapper .product-item {
    padding:0 6px;
}
.search-result-item-favorite {
    top:10px;
    right:10px;
    z-index:1;
    width: 35px;
    height: 35px;
    background: #f6f6f6;
}
.search-result-item-favorite.active svg path {
    fill:#000;
}
.search-result-item-img {
    width:100%;
    aspect-ratio:3/3;
}
.search-result-item-img img {
    display:block;
    width:100%;
    height:100%;
    object-fit: contain;
}
.search-result-item h3 {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.search-result-item .prices .price {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000000;
}
.search-result-item .prices .old-price {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-decoration-line: line-through;
    color: #B8B8B8;
}
.search-result-item-img .overlay {
    height:fit-content;
    width: fit-content;
    bottom: 40px;
    left: 50%;
    transform:translateX(-50%);
    opacity:0;
    transition:0.3s;
    box-shadow:0 2px 3px 1px #ccc;
    border-radius:8px;
    overflow:hidden;
}
.search-result-item:hover .overlay {
    opacity:1;
}
.search-result-item-img .overlay span {
    width:50px;
    height:50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-result-item-img .overlay span:nth-of-type(2) {
    border-left:1px solid #EEEEEE;
    border-right:1px solid #EEEEEE;
}
.search-result-item-img .overlay span:hover {
    background:#eeeeee
}
.search-result-item-img .overlay span img {
    max-width:100%;
    height:auto;
    object-fit:cover;
}
.alertmessage {
    position:fixed;
    bottom:0;
    margin-bottom:0;
    left:50%;
    transform:translateX(-50%);
    max-width:620px;
    width:80%;
    display:none !important;
}
.alertmessage.active {
    display:flex !important;
}
.alg-wc-wl-thumb-btn-loop {
    color:#000 !important;
}
/* Products */

/* Start: Quick view */
.quickview-modal {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.2);
    z-index:99;
    display:flex;
    align-items:center;
    justify-content:center;
    display:none;
}
.quickview-modal.active {
    display:flex;
}
.quickview-modal .quickview-inner {
    width:90%;
    max-width:1278px;
    margin:auto;
    max-height:674px;
    height:90%;
    background:#fff;
    overflow:auto;
}
.quickview-modal .quickview-carousel-wrapper {
    width:45%;
    padding:40px 40px 80px;
    border-right:1px solid #c6c6c6;
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel,
.quickview-modal .quickview-carousel-wrapper .quickview-carousel.owl-carousel .owl-stage,
.quickview-modal .quickview-carousel-wrapper .quickview-carousel.owl-carousel .owl-stage-outer,
.quickview-modal .quickview-carousel-wrapper .quickview-carousel.owl-carousel .owl-item,
.quickview-item {
    height:100%;
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel.owl-carousel .owl-item .quickview-item img {
    height:100%;
    object-fit:contain;
}
.quickview-modal .quickview-details {
    width:55%;
    padding:40px;
    height:fit-content;
}
.quickview-modal .quickview-details h3 {
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom:5px;
}
.quickview-modal .quickview-details .price {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-right:10px;
}
.quickview-modal .quickview-details .old-price {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-decoration-line: line-through;
    text-transform: capitalize;
    color: #4D4D4D;
    margin-right:50px;
}
.quickview-modal .quickview-details .sharing {
    gap:12px;
    cursor:pointer;
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel .owl-nav {
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel .owl-nav button span {
    display:none;
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel .owl-nav button::after {
    content:'';
    display:block;
    width:15px;
    height:15px;
    border-left:1px solid #000;
    border-bottom:1px solid #000;
    transform: rotate(45deg);
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel .owl-nav button.owl-next::after {
    transform:rotateZ(225deg);
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel .owl-nav button:hover {
    background:unset;
}
.quickview-modal .quickview-carousel-wrapper .owl-theme .owl-dots .owl-dot span {
    width:19px;
    height:5px;
    margin:0 4px;
}
.quickview-modal-close-icon {
    right:40px;
    top:40px;
}
.btn-qty {
    border:none;
    outline:none;
    box-shadow:none;
    box-sizing: border-box;
    background:none;
    padding:0 !important;
}
.current-qty {
    border:none;
    margin:0 15px;
}
@media (max-width:768px) {
    .quickview-modal .quickview-inner {
        flex-direction: column !important;
    }
    .quickview-modal .quickview-carousel-wrapper {
        width:100%;
        border:none;
    }
    .quickview-modal .quickview-details {
        width:100%;
    }
    .quickview-modal-close-icon {
        top:10px;
        right:10px;
    }
}
/* End: Quick view */