/** Product Archive Page CSS **/
.woocommerce-page .ct-container-full{
    padding: 50px 0;
}
button{
    color: #15191F !important;
    border-radius: 4px;
}

button:hover{
    color: #15191F !important;
}

.button{
    color: #15191F !important;
    border-radius: 4px;
}

.button:hover{
    color: #15191F !important;
}

a.woocommerce-Button.wc-forward.button{
    color: #15191F;
}

.woocommerce-info {
    color: #15191F;
}


p.woocommerce-notice{
    color: #15191F;
}

a.woocommerce-button.button.view{
	color: #15191F !important;
}


.woocommerce-Address-title h2{
    font-size: 24px !important;
}

/** =========== **/

body.archive{
    background: #15191f;
}

body.archive .ct-woo-card-actions a{
    color: #15191F;
    width: 100%;
}

body.archive .woocommerce-loop-product__title{
    font-size: 16px;
    line-height: 1.2em;
    
}

body.archive .woocommerce-loop-product__title a.woocommerce-LoopProduct-link{
    color: #CBD2DE;
}

body.archive [data-products] .product figure {
    --product-element-spacing: 12px;
}

body.archive ul.products li.product ul.entry-meta{
    display: none;
}

/** Product box **/
body.archive ul.products li.product{
    padding: 15px;
    border: 1px solid #CBD2DE4F !important;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


/** Pagination active link color */
body.archive [data-pagination=simple] .page-numbers.current, [data-pagination=next_prev] .page-numbers.current{
    color: #15191f;
}

/** WooCommerce no product found on archive page **/
.woocommerce-no-products-found .woocommerce-info{
    color: #15191f;
}

/* Remove category archive background image */
body.archive .hero-section[data-type=type-2]>figure{
    display: none;
    
}

/* product archive hero section */
body.archive .hero-section {
    background: #1f2226 !important;
    
}

body.archive .hero-section[data-type=type-2]>[class*=ct-container]{
    min-height: var(--min-height, 150px);
}

/** End of Product Archive Page CSS */




/** Started CSS for Single Product Page **/
body.single .ct-container-full, body.single-product .ct-container-full{
    padding: 35px 0;
}

body.single .woocommerce-product-gallery .ct-product-gallery-container figure.ct-media-container img{
    aspect-ratio: 1 / 1 !important;
    border-radius: 8px;
    max-width: 1000px;
    max-height: 1000px;
    object-fit: cover;
}

body.single .woocommerce-product-gallery .ct-product-gallery-container figure.ct-media-container img.zoomImg{
    border-radius: 8px !important;
}

body.single-product button.single_add_to_cart_button, button.single_add_to_cart_button.added{
    color: #15191F;
}
body.single-product button.single_add_to_cart_button:hover{
    color: #15191F;
    border-radius: 4px;
}


body.single-product .ct-increase:hover{
    color: #15191F;
}
body.single-product .ct-decrease:hover{
    color: #15191F;
}

body.single-product h1.product_title.entry-title {
    font-size: 28px;
}

/** Single product related product list */
body.single-product .ct-woo-card-actions a{
    color: #15191F;
    width: 100%;
}

body.single-product .woocommerce-loop-product__title{
    font-size: 16px;
    line-height: 1.2em;
    
}

body.single-product .woocommerce-loop-product__title a.woocommerce-LoopProduct-link{
    color: #CBD2DE;
}

body.single-product [data-products] .product figure {
    --product-element-spacing: 12px;
}

body.single-product ul.products li.product ul.entry-meta{
    display: none;
}

/** Product box **/
body.single-product ul.products li.product{
    padding: 15px;
    border: 1px solid #CBD2DE4F !important;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

body.single-product .ct-cart-actions :is(.single_add_to_cart_button,.added_to_cart) {
    background: #ffbf00;
    color: #15191F;
}

body.single-product .ct-cart-actions :is(.single_add_to_cart_button,.added_to_cart):hover{
    background: #fff;
    color: #15191F;
}

/** End **/


/** Cart Page CSS **/
body.woocommerce-cart .ct-container-full{
    padding: 25px 0;
}

body.woocommerce-cart .coupon button{
    color: #15191F;
    border-radius: 4px;
}

body.woocommerce-cart .coupon button:hover{
    color: #15191F;
    border-radius: 4px;
}

.woocommerce-cart-form__contents td.actions button{
    border-radius: 4px;
    color: #15191F;
}

.woocommerce-cart-form__contents td.actions button:hover{
    color: #15191F;
    border-radius: 4px;
}

body.woocommerce-cart .wc-proceed-to-checkout a{
    color:#15191F;
}

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message{
    color: #15191F;
}

body.woocommerce-cart .cart-empty.woocommerce-info{
    color: #15191F;
}

body.woocommerce-cart p.return-to-shop a.button{
    color: #15191F;
}


/** Checkout Page CSS **/
body.woocommerce-checkout .ct-container-full{

    padding: 50px 0;

}

.woocommerce-info span.woocommerce-no-available-payment-methods-message{
    color: #15191F;
}

/** end **/

/** Elementor Menu Cart Icon CSS **/

.top-cart-icon .elementor-menu-cart__toggle_button{
    padding: 0 !important;
    background-color: #15191F !important;
    border: none !important;
    font-size: 24px !important;
}

/** End **/



/** Woocomerce login form css for login page **/
.woocommerce-form-login .form-row-first{
    width: 100%;
}

.woocommerce-form-login .form-row-last{
    width: 100%;
}

/** WooCommerce registration form upload file styling**/
.b2b-upload-box {
    border: 2px dashed #cbd5e1;
    padding: 24px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    background:#15191F;
}

.b2b-upload-icon {
    display: block;
    font-size: 28px;
    margin-bottom: 8px;
}

.b2b-upload-text {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.b2b-upload-hint {
    color: #6b7280;
    font-size: 13px;
}

.b2b-file-name {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #ffbf00;
}
/** End of upload input file styling**/

/** Cookie Consent banner Color customization **/
.cky-consent-container button.cky-btn-accept{
    background-color: #ffbf00 !important;
    border: none !important;
}

.cky-consent-container button.cky-btn-reject{
    border: 2px solid #fff !important;
    color: #fff !important;
    background-color: transparent !important;
}

.cky-btn-revisit-wrapper{
	background: #ffbf00 !important;
}

.cky-btn-revisit:hover{
	background: #ffbf00 !important;
}