/*
Theme Name: CozyCorner Child
Theme URI: https://demo.theme-sky.com/cozycorner/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: cozycorner
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: cozycorner-child
*/

.header-left.child-header-left {
    flex: 1;
}

.header-right.child-header-right {
    width: fit-content;
}

.child-theme-search {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.child-theme-search .ts-search-by-category {
    max-width: 60%;
    width: 100%;
}

.child-theme-search .ts-search-result-container {
    width: 100%;
    top: 20px;
    border: none;
}

.child-list-items {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
}

.child-list-items li {
    list-style-type: none;
    padding: 0;
}

.child-list-items li:first-child a {
    color: #000000;
}

.child-list-items li:not(:first-child) {
    color: #848484 !important;
    font-weight: 400;
}

.child-row {
    margin-top: 2.25rem;
}

.common-border {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
}

h2.common-border {
    font-size: 2rem;
}

.woocommerce a.remove:hover {
    color: rgba(217, 217, 217, 1) !important;
}

.cart-page #main {
    flex: 1 !important;
    min-height: calc(100vh - 15.625rem);
}

.cart-row.cart-total {
    font-weight: 600;
}

.brands h3 {
    font-size: 18px;
    font-weight: 500;
}

.child-row {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 2rem;
}

.common-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.brand-item input {
    color: #000;
    font-size: normal;
    font-size: 14px;
}

html .brand-item input[type^=checkbox] {
    width: 24px;
    height: 24px;
}

.brand-item span {
    color: #848484;
    font-size: 13px;
}

.common-category-checkbox {
    margin-top: 1.875rem;
    border-bottom: 0;
}

.single-product-card .product-image {
    max-width: 340px;
    width: 100%;
    aspect-ratio: 1;
}

.single-product-card .product-image img {
    width: 100%;
    height: 100%;
    border-radius: .75rem;
}

.single-product-card {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.left-catelogue {
    position: sticky;
    top: 140px;
    align-self: flex-start;
    max-height: calc(100vh - 40px);
}

.common-border .be_scene_cat_data,
.be_scene_brands_data {
    max-height: 15rem;
    overflow-y: auto;
}

.multi-column-parent button {
    padding: 0;
}

/* .single-product-card:not(:last-child) {
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #E5E5E5;
} */
.product-label .onsale,
.product-label .out-of-stock {
    display: none !important;
}

.single-product-card {
    margin-bottom: 1.875rem;
}

.single-product-card .product-brand {
    color: #848484;
    font-size: 14px;
    line-height: 1rem;
    margin-top: .25rem;
}

.single-product-card .product-title {
    line-height: 2rem;
    margin-bottom: .25rem;
}

.single-product-card .product-title a {
    font-size: 1.625rem;
    line-height: 2rem;
    color: #000000;
}

.single-product-card .product-price {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 1.5rem;
}

.single-product-brands {
    max-width: 38.25rem;
    width: 100%;
}

.product-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .625rem;
}

.product-buttons .btn-class {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    /*height: 2.875rem;*/
    border: 1px solid #169C5C;
    width: 100%;
    border-radius: 2.5rem;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 500;
    margin-top: 2rem;
}

.product-buttons .btn-class.btn-green {
    background-color: #169C5C;
    color: #fff;
}

.product-buttons .btn-class.btn-outline {
    color: #169C5C;
}

.product-buttons .btn-class.btn-outline:hover {
    background-color: #169C5C;
    color: #fff;
}

.product-buttons .btn-class.btn-green:hover {
    background-color: #fff;
    color: #169C5C;
}

.related.products,
.single-product .single-product-buttons,
.single-product .ts-social-sharing,
.single-product .woocommerce-product-rating,
.single-product .availability.stock {
    display: none !important;
}

.single-product .meta-content {
    display: flex;
}

.single-product .meta-content .product-cat {
    order: 2;
    text-transform: capitalize;
}

.single-product .meta-content .posted_in {
    order: 3;
    text-transform: capitalize;
}

.single-product .product_title.entry-title {
    margin-bottom: 1.875rem !important;
}

.single-product .page-container {
    padding-bottom: 0 !important;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a img {
    border-radius: 1rem;
}

.product-style-v1 .columns-2 .woocommerce.main-products .products {
    gap: 1rem;
}

.cart-wrapper {
    width: 100%;
}

.table-head {
    border-bottom: 1px solid #D9D9D9;
}

.table-head th {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
}

.product-name {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.custom-cart-dropdowns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

table.cart-table {
    border: none !important;
}

.dropdown-field span {
    color: #AA0000;
}

.cart-image {
    width: 100px;
    height: 100px;
    background-color: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
}

.cart-image img {
    width: 100%;
    height: 100%;
}

.cart-summary {
    background-color: #F5F5F5;
    padding: 1.5rem 4.375rem;
    height: fit-content;
    max-width: 31.25rem;
    width: 100%;
}

.cart-summary h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: #0D0D0D;
    padding-bottom: 20px;
    margin-bottom: 0 !important;
}

.cart-summary p {
    margin-bottom: 0;
}

.cart-items {
    border: 1px solid #D9D9D9;
    padding: 1.25rem 0;
    border-left: 0;
    border-right: 0;
    display: flex;
    flex-direction: column;
    gap: .625rem;
}

.cart-items .cart-row,
.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.cart-total {
    padding: 1.25rem 0;
}

.cart-items .cart-row span:first-child,
.cart-items .cart-row span:last-child,
.cart-total span {
    font-size: 1rem;
    line-height: 1.125rem;
    color: #0D0D0D;
}

.cart-items .cart-row span:first-child,
.cart-total span:first-child {
    font-size: 400;
}

.cart-items .cart-row span:last-child,
.cart-total span:last-child {
    font-weight: 600;
}

.common-btn {
    display: inline-flex;
    width: 100%;
    height: 2.875rem;
    border: 1px solid #A1A1A1;
    border-radius: 2rem;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-decoration: none !important;
}

.button-procurement {
    background-color: #A1A1A1;
    color: #fff;
}

.button-procurement:hover {
    background-color: #fff;
}

.button-browsing {
    margin-top: .625rem;
    border-color: #000000;
    color: #4D4D4D;
}


.cart-image {
    height: 100px;
    width: 100px;
    border-radius: 5px;
    margin-right: .625rem;
}

.cart-image img {
    width: 100%;
    height: 100%;
}

.cart-row-dropdown {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.cart-row-dropdown select {
    width: 100%;
}

.cart-row-dropdown label {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
}

.cart-row-dropdown label span {
    color: #AA0000;
}

.cart-summary {
    flex: 1;
    position: sticky;
    top: 140px;
    align-self: flex-start;
}

.cart-item-wrapper {
    padding: 1rem 0;
}

.cart-item-wrapper:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}

.footer-logo {
    max-width: 190px;
    width: 100%;
    height: 50px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
}

.cart-footer {
    position: sticky;
    bottom: 0;
    width: 100%;
    padding: 1.875rem 0;
    background-color: #fff;
}

.footer-area .e-con-inner {
    margin-left: 0 !important;
}

.footer-area .e-con-inner p {

    max-width: 190px;
    width: 100%;
}

.footer-area .e-con-inner p img {
    width: 100%;
    height: 100%;
}

.parent-check {
    position: relative;
}


.cart-page #page {
    flex-direction: column !important;
}

.common-border label {
    cursor: pointer;
}

.scroll-button {
    max-width: 3.375rem !important;
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
}

.single-product .meta-content .posted_in a {
    display: inline-block;
    padding-left: 4.75rem;
}

.single-procurement-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(-10px);
    z-index: 9999;
    max-width: 36rem;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}

.single-procurement-form.show-form {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) translateY(0);
}

.add-overlay {
    position: relative;
    overflow: hidden;
}

.add-overlay::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #030303;
    opacity: 0.3;
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 999;
}

.procurement {
    background-color: #fff;
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 1rem;
    padding: 2.75rem;
}

.procurement h2 {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-weight: 500;
    margin-bottom: 0;
}

.procurement-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.procurement .cart-row-bottom .cart-row-dropdown {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.125rem;
}

.procurement .cart-row-dropdown select {
    width: 100%;
    max-width: 100%;
}

.procurement .cart-row-dropdown select {
    color: #030303;
}

.procurement .cart-row-dropdown select option:disabled {
    color: #999
}

.show-price {
    margin-top: 2.5rem;
}

.show-price .cart-items {
    border-top: 0;
}

.procurement button {
    width: 100%;
}

.single-procurement-form span {
    cursor: pointer;
}

.procurement button:disabled {
    background-color: #A1A1A1;
    border-color: transparent;
    pointer-events: none;
}

.procurement button:disabled:hover {
    color: #fff;

}

.single-product-brands .product-group-button {
    display: none;
}

/* .sucess-response-cart  {
    height: calc(100vh - 22rem);
} */
.association-selection #page,
.cart-empty #page {
    flex-direction: column;
    height: 100vh;
}

.association-selection #main,
.cart-empty #main {
    flex: 1;
}

.cart-empty .parent-check {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4.125rem;
}

.association-selection .page-container.show_breadcrumb_v1 {
    height: 100%;
    padding-top: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.empty-cart-icon {
    max-width: 5.875rem;
    width: 100%;
    height: 5.875rem;
}

.empty-cart-icon img {
    width: 100%;
    height: 100%;
}

.sucess-response-cart .show-results {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sucess-response-cart .parent-check {
    height: 100%;
}

.sucess-response-cart .show-results .show-check-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.sucess-response-cart .show-results h2,
.sucess-response-cart .show-results p {
    margin-bottom: 0 !important;
}

.sucess-response-cart .show-results p {
    font-size: 1.5rem;
    line-height: 1.875rem;
}

.sucess-response-cart .show-results h2 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2.875rem;
}

.sucess-response-cart .show-results a {
    display: inline-flex;
    height: 2.875rem;
    max-width: 20rem;
    width: 100%;
    background-color: #169C5C;
    color: #fff;
   
    font-size: 16px;   /* reson for this is 1rem=15px */
    font-weight: 500;
    line-height: 1.25rem;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    text-decoration: none;
}
.sucess-response-cart .show-results a:hover{
    background-color: #fff;
    color: #169C5C;
    border:1px solid  #169C5C;
}
.summary.entry-summary .variations_button {
    column-gap: 12px;
}

.summary.entry-summary .variations_button .pro-button {
    flex: 1;
}

.summary.entry-summary .procure_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
}

.summary.entry-summary .procure_buttons button.btn-green.btn-class {
    margin-top: 0;
    width: 100%;
    /*height: 40px;*/
}

.summary.entry-summary .procure_buttons .pro-button {
    width: 100%;
}

.ts-product-columns-selector ul .columns-1-1 {
    display: none !important;
}

.woocommerce div.product .summary form.cart div.quantity {
    display: none !important;
}

/*.single-product-brands .product-buttons.single-parent{
    display: none !important;
}*/
section.product .heading-title.product-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body div.product .summary form.cart .single_add_to_cart_button,
body .procure_buttons .single_add_to_cart_button {
    background-color: white !important;
    color: #169C5C !important;
    flex: 1;
}

body div.product .summary form.cart .single_add_to_cart_button:hover,
body .procure_buttons .single_add_to_cart_button:hover {
    background-color: white !important;
}

.products .product-buttons .btn-class {
    height: 2.875rem;
}

body .quantity .number-button,
.cart-dropdown-form .pro-button {
    display: none;
}

body .quantity .number-button,
.cart-dropdown-form .pro-button {
    display: none;
}

.cart-summary button.common-btn.button-procurement {
    background: #169c5c;
}

.cart-summary button.common-btn.button-procurement:hover {
    color: #fff;
}

.show-loader-data {
    position: relative;
    overflow: hidden;
}

.show-loader-data::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    top: 0;
    height: 100%;
}
.product-per-page-form:hover,.before-loop-wrapper > .woocommerce-ordering:hover {
   z-index: 9999 !important;
}
.product-per-page-form ul.perpage ul{
    z-index: 9999999999;
}
 .product-per-page-form ul.perpage ul:before {
    z-index: 999999999999 !important;
}
 .product-per-page-form ul.perpage ul li{
    z-index: 99999999999999 !important;
}
.show-loader-data:after {
    content: url('../../../wp-content/themes/cozycorner-child/assets/image/loader.gif');
    display: block;
    position: absolute;
    width: 1.875rem;
    height: 1.875rem;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -10%);
    z-index: 9999;
    scale: 0.7;
}
.show-loader-data.products.loading{
    z-index: -1 !important;
}
.button-procurement:disabled {
    background-color: #4D4D4D !important;
    pointer-events: none;
}

.be-add-to-cart-btn.added:before {
    content: "\e9bc";
    line-height: 1;
        font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    margin-right: 5px;
}
.association-selection .woocommerce-message{
    display: none !important;   
}

@media screen and (max-width:992px) {
    .cart-wrapper.cart-container {
        flex-direction: column;
    }
}

@media screen and (max-width:768px) {
    .child-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .left-catelogue {
        position: relative;
        top: 0;
    }

}