/**
Theme Name: Theme Owm Child
Author: OkkWebMedia
Author URI: https://www.okkwebmedia.ro/
Description: Theme for Folie En based on Astra Wordpress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-owm-child
Template: astra
*/

.notification-bar-owm .notification-holder,
.notification-bar-owm .notification-button a {
    line-height: normal;
}

.slick-list.draggable {
    height: max-content !important;
}

.slick-slide {
    height: fit-content;
}

.site-header .site-branding {
    padding: 10px 0;
}

.site-header .ast-header-account-text,
.site-header .ast-woo-header-cart-info-wrap {
    display:flex;
    flex-direction: column;
    line-height: normal;
}

.site-header .ast-woo-header-cart-info-wrap,
.ast-header-account-text .text-base,
.ast-header-account-wrap .text-base-log-out .upper a {
    font-size: 12px;
    font-weight: 400;
    color: #696969;
}

.ast-header-account-wrap .text-base-log-out {
    line-height: normal;
}

.ast-header-account-wrap .text-base-log-out .lower a {
    font-size: 16px;
    font-weight: 600;
    color: #363636;
}

.site-header .ast-header-account-link {
    display: flex;
    align-items: center;
}

.site-header .image-icon-acc {
    margin-right: 5px;
    width: 40px;
}

.site-header .ast-addon-cart-wrap span.ast-icon {
    display:none;
}

.site-header .ast-addon-cart-wrap:before {
    content:url('https://covernyl.com/wp-content/uploads/2025/07/shopping-basket-svgrepo-com-sec-removebg-preview-secf.png');
}

.site-header #dgwt-wcas-search-input-1,
.site-header #dgwt-wcas-search-input-2 {
    box-shadow: unset;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-family: 'Montserrat';
}

.dgwt-wcas-search-focused #dgwt-wcas-search-input-1,
.dgwt-wcas-search-focused #dgwt-wcas-search-input-2 {
    border-radius: 3px 3px 0 0;
}

.ast-header-account-text .nickname,
.ast-header-account-text .text-account,
.site-header .ast-woo-header-cart-info-wrap  .ast-woo-header-cart-total{
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

#mega-menu-primary > li > ul {
    display: flex !important;
    flex-direction: column;
}

.site-footer .copy-footer {
    display: flex;
    justify-content: space-between;
}

.site-footer .copy-footer a {
    color:var(--ast-global-color-3);
}

.site-footer .copy-footer a:hover {
    color:var(--ast-global-color-3);
}

ul.products li.product {
    /*background: #fff;*/
    padding: 20px !important;
    border: 1px solid #dddddd !important;
    max-height: fit-content;
}

ul.products li.product:hover {
    box-shadow: 0 12px 36px -8px rgb(53 64 117 / 10%);
}

ul.products li.product.outofstock .astra-shop-thumbnail-wrap .ast-shop-product-out-of-stock {
    display:none;
}

ul.products li.product .woocommerce-loop-product__title {
    font-weight: 700;
}

ul.products li.product .astra-shop-summary-wrap .button {
    width: 100%;
    background-color: #f1f1f1; 
    color: #3a81c3;
    border: 1px solid #3a81c3;
    font-size: 14px;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    text-transform: none;
}

ul.products li.product .astra-shop-summary-wrap .button:hover {
    background: #3a81c3;
    color: #fff;
}

ul.products li.product .astra-shop-summary-wrap .button .tx-button {
    width: 100%;
}

ul.products li.product .astra-shop-summary-wrap a.added:after,
ul.products li.product .astra-shop-summary-wrap .added_to_cart {
    display:none;
}

.home ul.products li.product .astra-shop-summary-wrap .button {
    border: 0;
    font-weight: 700;
}

.single-product ul.products li.product { 
    /*background: #fff !important;*/
}

.woocommerce .woocommerce-ordering {
    border: 1px solid rgba(24, 24, 24, .1);
    border-radius: 50px;
    padding-right: 10px;
}

.woocommerce .woocommerce-ordering select { 
    padding: 10px;
    color: #000;
}

/*.woocommerce .woocommerce-ordering select, .woocommerce .woocommerce-ordering select:focus-visible {*/
/*    border: none !important;*/
/*    border-color: transparent !important;*/
/*    outline: none;*/
/*    padding: 10px;*/
/*}*/

/*.woocommerce .woocommerce-ordering select {*/
/*    border-radius: 50px;*/
/*    background: #fff;*/
/*    width: 100%;*/
/*}*/

.woocommerce .woocommerce-ordering select {
    padding: 10px;
}

#products-home ul.products li.product {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.homeCategory .elementor-image-box-content {
    position: absolute;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    padding: 1.66em 2.33em;
    background: #eee8d5;
    -webkit-transform: translateY(53%);
    -moz-transform: translateY(53%);
    -ms-transform: translateY(53%);
    transform: translateY(53%);
    -webkit-transition: 500ms ease transform,500ms ease box-shadow;
    -moz-transition: 500ms ease transform,500ms ease box-shadow;
    transition: 500ms ease transform,500ms ease box-shadow;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 0%);
    box-shadow: 0 0 20px rgb(0 0 0 / 0%);
    z-index: 1;
}

.homeCategory .elementor-image-box-wrapper {
    position: relative;
}

.homeCategory .elementor-image-box-wrapper:after {
	display: block;
    content: "";
    position: absolute;
    background: #181818;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: transform 400ms ease-in-out,opacity 400ms ease-in-out;
    -moz-transition: transform 400ms ease-in-out,opacity 400ms ease-in-out;
    transition: transform 400ms ease-in-out,opacity 400ms ease-in-out;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    transition-delay: 50ms;
    opacity: 0;
    pointer-events: none;
}

.homeCategory .elementor-widget-container {
    overflow: hidden;
}

.homeCategory .elementor-image-box-wrapper .elementor-image-box-img img {
    height: 350px;
    object-fit: cover;
        -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 300ms ease-in-out;
    -moz-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
}

.homeCategory .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 0 !important;
}

.homeCategory .elementor-image-box-wrapper:hover .elementor-image-box-content {
	-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);
}

.homeCategory .elementor-image-box-wrapper:hover .elementor-image-box-img img {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.homeCategory .elementor-image-box-wrapper:hover:after {
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: .3;
}

.homeCategory .elementor-image-box-wrapper:hover .elementor-image-box-content {
    bottom: -1px;
}

.homeCategory .elementor-image-box-description {
    height: 63px;
}

.homeCategory .elementor-image-box-title {
    height: 54px;
}

.beneficiu-home .elementor-icon {
    border-color:#3a81c3 !important;
}

ul.products li.product .tinvwl-icon-heart {
    color: #cf373b;
}

ul.products li.product .tinvwl-icon-heart:before {
    font-size: 28px;
    margin-top: -20px !important;
    margin-left: -15px !important;
}


ul.products li.product .astra-shop-thumbnail-wrap .woocommerce-loop-product__link {
    padding-top: 10px;
}

ul.products li.product .astra-shop-thumbnail-wrap .woocommerce-loop-product__link img {
    max-height:230px;
    object-fit: cover;
}

#secondary .berocket_single_filter_widget > div,
#custom-secondary .berocket_single_filter_widget > div {
    border: 1px solid #f2f2f2;
    border-top: 2px solid #ca2025;
    padding: 20px;
}

#secondary .berocket_single_filter_widget div ul li label,
#custom-secondary .berocket_single_filter_widget div ul li label {
    font-size: 16px;
}

#secondary .berocket_single_filter_widget div ul li,
#custom-secondary .berocket_single_filter_widget div ul li {
    line-height: 1.476;
}

#secondary .berocket_single_filter_widget .bapf_head h3,
#custom-secondary .berocket_single_filter_widget .bapf_head h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.fa-chevron-up:before,
.fa-chevron-down:before {
    margin-right: 25px;
    font-size: small;
}

.woocommerce-account .woocommerce-Address-title h2 {
    font-size: 24px;
}

.single-product #content,
.single-product .ast-woocommerce-container,
.single-product .product,
.ast-single-entry-banner {
    background: #eee8d5 !important;
}

.single-product .ast-single-entry-banner {
    border-bottom: 1px solid #dddddd;
}

.progress-container {
    background-color: #cecece;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.progress-container .inner-content {
    color: #fff;
    font-weight: bold;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.container-progress.loading {
    background-color: #ca2025;
}

.container-progress {
    opacity: 1;
    border-radius: 6px;
    background-color: green;
}

.cart-checkout-bar .progress-message {
    text-align:center;
}

.shipping-progress.page > div {
    position: fixed;
    left:0px;
    bottom: 25px;
    z-index: 99;
    padding: 20px;
    max-width:255px;
    box-shadow: 0 1px 10px 2px #00000029;
    background:#fff;
    transition: 1s;
}

.shipping-progress.page i {
    font-family: 'FontAwesome';
    font-style: normal;
    position: absolute;
    right: -35px;
    color: #fff;
    top: 0px;
    padding: 5px 10px;
    background: #3a81c3;
    cursor:pointer;
}

.shipping-progress.page.slideout > div {
    left: -252px;
}

.progress-message {
    margin-bottom: 10px;
}

.woocommerce-cart #shipping-progress-owm {
    max-width: 800px;
    margin: 0 auto 30px;
}

.woocommerce-cart #shipping-progress-owm .progress-message {
    text-align: center;
    margin-bottom: 15px;
}

.blog .post .ast-blog-featured-section,
.archive .post .ast-blog-featured-section {
    width: 40%;
}

.blog .post .ast-blog-featured-section .post-thumb,
.archive .post .ast-blog-featured-section .post-thumb {
    max-height: 400px;
    object-fit: cover;
}

.blog .post .post-content,
.archive .post .post-content {
    align-content: center;
    width: 60%;
}

.blog .post:not(:last-child),
.archive .post:not(:last-child){
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
}

.blog .post .post-content .posted-on:before,
.archive .post .post-content .posted-on:before {
    content: '\f073';
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 18px;
    color: #000;
}

.blog .post .post-content .entry-title a,
.blog .post .post-content .posted-on span,
.archive .post .post-content .posted-on span {
    color: #000;
}

.blog .post .post-content .cat-links a,
.archive .post .post-content .cat-links a {
    text-decoration: underline;
}

.blog .post .post-content .read-more a,
.archive .post .post-content .read-more a {
    padding: 5px 10px;
    background: #3a81c3;
    color: #fff;
}

.blog .post .post-content .read-more a:hover,
.archive .post .post-content .read-more a:hover{
    background: #363636;
}

.archive.search .ast-archive-entry-banner {
    padding: 20px 10px;
    background: #fff;
}

.archive.search .ast-archive-entry-banner h1 {
    font-size: 36px;
}

.archive.search .ast-archive-entry-banner p {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
    border: 1px solid #f2f2f2;
    border-top: 2px solid #ca2025;
    padding: 0 15px;
    /* max-width: 250px; */
}

.woocommerce-account nav.woocommerce-MyAccount-navigation li {
    border: 0;
    border-bottom: 1px solid #f2f2f2;
    line-height: 16px;
    padding: 10px 0;
    list-style-type: none;
    margin: 5px 0 5px 20px;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation li a {
    color: #000;
    font-size: 15px;
    padding: 0;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account nav.woocommerce-MyAccount-navigation li a:hover {
    color: #cd2026 !important;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation li.is-active a {
    font-weight: 700;
    background-color: #eee8d5;
}

.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content a {
    color: #000;
    text-decoration:underline;
}

.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content a:hover {
    text-decoration:none;
}

.archive.woocommerce .ast-archive-entry-banner {
    border-bottom: 1px solid #dddddd;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 30px;
    padding: 30px;
    border: 1px solid #dcdcdc;
    /*background: #ffffff;*/
    border-radius: 5px;
    overflow: hidden;
}

.single-product .woocommerce-tabs .tabs:before,
.single-product .woocommerce-tabs .tabs li:before{
    display:none !important;
}

.single-product .woocommerce-tabs .tabs {
    margin-bottom: 25px !important;
    padding-bottom: 15px !important; 
    border-bottom: 1px solid #cb3d2d
}

.single-product .woocommerce-tabs ul.tabs li {
    padding: 0 30px !important;
    margin-right: 0 !important;
}

.single-product .woocommerce-tabs ul.tabs li.active {
    border-right: 1px solid #dcdcdc !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
    color: #000 !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #363636 !important;
    padding: 0 !important;
}

.single-product .related > h2 {
    display: inline-block;
    position: relative;
    font-size: 18px;
    /* height: 45px; */
    line-height: 45px;
    padding: 0 20px;
    min-width: 225px;
    color: #ffffff;
    background: #3a81c3;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    z-index: 1;
}

.summary-left {
    flex: 0 0 71%;
    max-width: 71%;
    float: left;
    margin-bottom: 30px;
}
.summary-left .summary-header {
	border: 1px solid #dcdcdc;
    border-radius: 5px;
    overflow: hidden;
    /*background: #ffffff;*/
    padding: 30px;
}
.summary-left .summary-header .product_title, .summary-left .summary-header .woocommerce-product-details__short-description {
	float: left;
	font-size: 16px;
	color: #272727;
	width: 48%;
	text-align: left;
	
}
.summary-left .summary-header .woocommerce-product-details__short-description p {
    font-size: 14px;
}

.single-product .summary-left .product_title {
    display:none;
}

.summary-cart {flex: 0 0 27%;max-width: 27%;float: right;display:inline-block;width: inherit;}
.summary-cart-original {border: 1px solid #dcdcdc;border-radius: 5px;overflow: hidden;padding: 28px 30px 30px 30px;}

.single-product div.product .summary-cart p.price {margin-bottom: 0px; font-size: 20px;}
.single-product div.product .summary-cart span.stock_wrapper i {color: #3a81c3;margin-left: 5px;}
.single-product .product .summary-cart .yith-wcwl-add-button {margin-bottom:0px;}

.single-product div.product div.images.woocommerce-product-gallery {
    margin-right: 30px;
    width: 48% !important;
}

ul.products li.product i {
    font-family: 'FontAwesome';
    background: #CA2026;
    float: left;
    padding: 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

ul.products li.product i:before {
    content: '\f291';
    font-style: normal;
}

.stockStatus {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    font-size: 14px;
    color: #5ca15d;
}

.stockStatus img {
    width: auto !important;
    height: 18px !important;
    float: left !important;
    padding-right: 5px !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
	background: transparent !important;
    border: none !important;
}

.single-product .summary-left span.onsale {
	border-radius: 0 !important;
    background-color: #a10f0f !important;
    line-height: 15px !important;
    padding: 3px 10px !important;
    min-height: auto !important;
    font-weight: 700;
    top: -.5em;
    left: -.5em;
    font-size: 18px;
    min-width: 48px !important;
}

ul.products li.product .onsale {
	position: absolute;
    top: 0px;
    right: 0;
    color: #FFF;
    z-index: 1;
    width: 130px;
    height: 65px;
    line-height: 100px !important;
    display: block !important;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    left: auto;
    right: -65px !important;
    opacity: .9;
    background: transparent;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

ul.products li.product .onsale:before {
	display: block;
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 65px 65px 65px;
    border-color: transparent transparent #ca2025 transparent;
    z-index: -1;
}

.single-product .related ul.products li.product .onsale {
    top: 6px;
    right: -58px !important;
}

.single-product .owm-attributes .woocommerce-product-attributes {
    width: 48%;
    float: left;
    /* margin-top: 30px; */
}

.single-product .owm-attributes .woocommerce-product-attributes-item {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.single-product .owm-attributes .woocommerce-product-attributes-item__label {
    margin-right: 20px;
    word-break: initial;
    font-weight: bold;
    text-transform: uppercase;
    display:block;
    font-size: 16px;
    color: #000;
}

.single-product .tinv-wishlist a:before {
    vertical-align: top !important;
    margin-top: 2px;
}

.single-product .product_meta {
    border-top: 0 !important;
    margin-bottom: 0 !important;
}

.single-product .product_meta > span,
.single-product .ast-stock-detail,
.single-product .summary-cart-original .out-of-stock {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    font-size: 14px;
    padding: 9px 10px;
    color: #000;
    width: 100%;
    font-weight: 700 !important;
}

.single-product .product_meta > span a {
    color: #000;
}

.single-product .product_meta > span a:hover {
    text-decoration:underline;
}

.single-product .ast-stock-detail,
.single-product .summary-cart-original .out-of-stock {
    font-size: 14px !important;
    margin-bottom: 0;
}

.single-product .ast-stock-detail .ast-stock-avail {
    font-weight: 700 !important;
}

.single-product .ast-stock-detail .stock {
    font-weight: 400 !important;
}

.single-product .ast-stock-detail .stock {
    color: #000 !important;
}

.single-product  div.product p.price,
.single-product  div.product span.price {
    color: #3a81c3;
    margin-bottom: 0px;
    font-size: 20px;
}

ul.products li.product .price {
    /*margin: 0 10px;*/
    font-size: 18px !important;
    color: #363636 !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

ul.products li.product .price del {
    font-weight: 400;
}

ul.products li.product .price ins {
    font-weight: 600;
    text-decoration: none;
    color: #e21b1b;
}

ul.products li.product .stockStatus {
    margin-bottom: 15px !important;
}

.single-product .tinvwl_add_to_wishlist_button {
    color: #000;
    text-decoration:underline;
}

.single-product .tinvwl_add_to_wishlist_button:hover {
    text-decoration:none;
}

.single-product .owm-attributes p {
    margin-bottom: 15px;
}

.single-product .woocommerce-Tabs-panel--pdf_tab a {
    color: #000;
    text-decoration:underline;
}

.single-product .woocommerce-Tabs-panel--pdf_tab a:hover {
    text-decoration:none;
}

.single-product .cart {
    padding-top: 30px;
}

.single-product .cart .button {
    padding: 0px !important;
    border-radius: 0;
    display: flex;
    align-items: center;
    width: 70% !important;
    line-height: normal;
}

.single-product .cart .button:before {
    content: '\f291';
    font-family: 'FontAwesome';
    background: #CA2026;
    float: left;
    padding: 13px 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.single-product .cart .button .tx-main-button {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
}

.single-product div.product .summary-cart p.price ins {
    text-decoration: underline;
}

.error404 .page-header .page-title{
    font-size: 48px;
    text-transform: none;
}

.error404 .page-content .page-sub-title {
    font-size: 28px;
    line-height:normal;
}

.error404 .page-content .ast-404-search {
    display:none;
}

.single-product .variations {
    border-bottom: 0 !important;
    padding: 8px;
}

.single-product .variations tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.single-product .variations tr .label {
    font-size: 16px;
}

.single-product .variations tr .value {
    display: flex !important;
    align-items: center;
    column-gap: 10px;
}

.single-product section.related > h2:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 45px solid #3a81c3;
    border-right: 20px solid transparent;
}

.woocommerce-cart .checkout-button {
    font-size: 16px !important;
    line-height: normal !important;
}

.woocommerce-cart .shop_table thead,
.cart_totals tbody tr th,
.woocommerce-checkout #order_review tr th {
    background-color: #cd2026 !important;
}

.woocommerce-cart .shop_table thead th,
.cart_totals tbody tr th,
.woocommerce-checkout #order_review tr th {
    color: #fff;
}

.woocommerce-checkout #order_review tr th {
    text-align: center;
    padding: 10px !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.archive .product.product-category {
    padding: 10px !important;
    /*border: 0 !important;*/
}

.archive .product.product-category a {
    display:flex !important;
    flex-direction: column;
    /*max-height: 200px;*/
}

.archive .sub-categories {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.woocommerce-cart .shop_table thead th {
    text-align:center;
    text-transform: uppercase;
}

.woocommerce-cart .shop_table thead th,
.woocommerce-cart .shop_table tbody tr td {
    border: 1px solid #dcd7ca !important;
    font-size: 14px;
}

.woocommerce-cart .shop_table tbody .cart_item td {
    text-align:center;
}

.woocommerce-cart .shop_table tbody .cart_item .product-name {
    text-align:left;
}

.woocommerce-cart .product-remove a {
    opacity:1;
    padding: 22px;
    /*background: #fff;*/
    border-radius: 50%;
}

.woocommerce-cart .product-remove a:before{
    content: '\f1f8';
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #cd2026;
    border:0;
    align-content: center; 
} 

.woocommerce-cart .product-remove a:hover {
    background: #cd2026;
}

.woocommerce-cart .product-remove a:hover:before {
    color: #fff;
}

.woocommerce-cart .product-remove a span {
    display:none;
}

.woocommerce-error li,
.woocommerce-error-owm li {
    margin-top: 0;
}

.woocommerce-error-owm li {
    margin-left:0px;
}

.woocommerce-error-owm {
    font-size: 15px;
    font-weight: 500;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #b81c23;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-error-owm::before {
    content: "\e016";
    color: #b81c23;
    font-family: WooCommerce;
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
    border:0 !important;
    padding: 0 !important;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #payment h3 {
    font-size: 26px !important;
    text-transform:uppercase;
    font-weight: 700;
}

.woocommerce-checkout #order_review_heading {
    margin-bottom: 20px !important;
}

.woocommerce-checkout #payment {
    padding: 15px;
    background: #e9e6ed;
    border-radius: 5px !important;
}

.woocommerce-checkout #payment .place-order {
    padding-bottom: 0 !important;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #dcd7e3 !important;
}

.woocommerce-checkout #payment div.payment_box:before {
    border-bottom-color: #dcd7e3 !important;
}

.woocommerce-checkout #order_review .shop_table thead .product-name {
    border-radius: 5px 0 0 0;
}

.woocommerce-checkout #order_review .shop_table thead .product-total {
    border-radius: 0 5px 0 0;
}

.woocommerce-checkout #order_review .shop_table tfoot .order-total th {
    border-radius: 0 0 0 5px;
}

.woocommerce-checkout #order_review .shop_table tfoot .order-total td {
    border-radius: 0 0 5px 0;
}

.archive .woocommerce-category-description {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    text-align:center;
}

.archive .woocommerce-category-description p {
    margin-bottom: 10px;
}

.wooac-popup .wooac-action a {
    color: #fff !important;
    background-color: #cd2026;
    text-decoration: none;
}

.wooac-popup .wooac-cart-content {
    margin: 15px 0 20px;
}

.wooac-popup .wooac-text {
    margin-top: 20px;
}

.wooac-popup .wooac-text a {
    color: #000;
    text-decoration: underline;
}

.wooac-popup .wooac-text a:hover {
    text-decoration: none;
}

.wooac-popup {
    max-width: 445px !important;
}

.mfp-close:before {
    display:none;
}

.single-product .ast-single-entry-banner .ast-container {
    max-width: 70rem;
}

.home #best-selling-title h2 {
    display: inline-block;
    position: relative;
    height: 45px;
    line-height: 45px !important;
    padding: 0 20px;
    min-width: 200px;
    background: #3a81c3;
}

.home #best-selling-title h2:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 45px solid #3a81c3;
    border-right: 20px solid transparent;
}

.site-footer h2.widget-title {
    font-weight: 600;
    text-transform: uppercase;
}

.site-footer .footer-social-inner-wrap .ast-facebook:before {
    content:url('https://covernyl.com/wp-content/uploads/2025/07/facebook-5221.png');
}

.site-footer .footer-social-inner-wrap .ast-instagram:before {
    content:url('https://covernyl.com/wp-content/uploads/2025/07/Instagram_icon.png-e1752235101936.webp');
}

.site-footer .footer-social-inner-wrap .ast-tiktok:before {
    content:url('https://covernyl.com/wp-content/uploads/2025/07/tiktok-logo-10296.png');
}

.site-footer .footer-social-inner-wrap .ast-youtube:before {
    content:url('https://covernyl.com/wp-content/uploads/2025/07/youtube-logo-2431.png');
}

.single-product .monstra_holder {
    display: flex;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    overflow: hidden;
    padding-top: 22px;
    margin-top: 15px;
}

.single-product .monstra_holder .monstra-product-section {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

.single-product .monstra_holder .monstra-product-section .monstra-product-subtitle {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
}

.single-product .monstra_holder .monstra-product-section .monstra-product-title {
    font-size: 14px;
    color: #000;
}

.single-product .monstra_holder .monstra-product-section .monstra-product-title ins {
    text-decoration: underline;
}

.single-product .monstra_holder .monstra-product-section .monstra-product-add {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 150px;
}

.single-product .monstra_holder .monstra-product-section .monstra-product-add .monstra-product-add-button {
    display: block;
}

.single-product .monstra_holder .monstra-product-section .monstra-product-add .monstra-product-add-button a {
    background: #fff;
    text-decoration: none;
    color: #3a81c3 !important;
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #3a81c3;
}

.single-product .monstra_holder .monstra-product-section .monstra-product-add .monstra-product-add-button a:hover {
    background: #363636;
    color: #fff !important;
    border: 1px solid #363636;
}

.single-product .dropdown-holder-owm {
    padding: .5em;
    margin-bottom: 20px;
}

.single-product .variable-box-owm {
    display: flex;
    align-items: center;
    /* column-gap: 30px; */
}

.single-product .variable-box-owm > div {
    width: 100%;
    margin-bottom: 15px;
}

.single-product .variable-box-owm label {
    font-weight: 700;
    margin-bottom: 0px;
}

.single-product .variable-box-owm select {
    max-width: 100%;
    min-width: 100%;
    display: inline-block;
    margin-right: 1em;
    padding: 5px;
    font-size: 15px;
}

.woocommerce-account .tinv-wishlist .out-of-stock i {
    font-size: 26px;
}

/*Custom Filters Mobile*/
.custom-filters {
    float: right;
    width: 100%;
}

.custom-filters p {
    padding: 0.5em;
    border: 1px solid #dddddd;
    border-radius:0 !important;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    -webkit-border-radius: 0px;
    width:255px;
    line-height:normal;
}

.custom-filters p .icon-arrow {
    float: right;
    top: 3px;
    position: relative;
    right: 0px;
    font-size: 12px;
}

.custom-filters #secondary {
    display:none;
}

.custom-filters {
    display:none;
}

.custom-filters.first:last-child {
    display:block;
}

.fa-chevron-down:before {
    content: "\f078";
    margin-right: 25px;
    font-size: small;
}

.fa-chevron-up:before {
    content: "\f077" !important;
    margin-right: 25px;
    font-size: small;
}

.custom-filters p,
.woocommerce-ordering select {
    width:100%;
    border-color: rgb(102, 102, 102);
    padding: 7px;
}

.custom-filters p span {
    color: #fff;
}

.custom-filters p i {
    display:none;
}

.custom-filters p {
    padding: 10px;
    background-color: #3a81c3;
    border: 1px solid #fff;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    margin: 0;
    margin-bottom: 20px;
    width: 200px;
    text-align: center;
}

.custom-filters p:hover {
    background-color: #363636;
}

.custom-filters p i {
    float: right;
    top: 3px;
    position: relative;
    right: -5px; 
}

.home ul.products li.product .onsale {
    width: 115px;
    right: -46px !important;
}

.woocommerce-cart .shop_table .product-quantity {
    text-align:center;
}

.woocommerce .onsale.hidden {
    opacity:0;
    visibility:hidden;
}

.single-product .summary-cart-original .unit-exp,
.single-product .summary-cart-original .qty-based-pricing {
    font-size: 15px;
}

.single-product div.product .summary-cart span.stock i {
    color: #3a81c3;
    margin-left: 5px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-weight: 500 !important;
}

#post-1831,
#post-1834 {
    max-width: 800px;
    margin: 30px auto;
}

.woocommerce-form-login p label,
.woocommerce-form-register p label{
    font-size: 16px !important;
}

.woocommerce-form-login p label span {
    font-size: 13px;
    font-weight:400;
}

.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-register .woocommerce-form-register__submit {
    display: flex !important;
    justify-self: center;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.woocommerce-form-login .lost_password {
    text-align: center;
}

.woocommerce-form-login .lost_password a {
    color: #000;
    text-decoration:underline;
}

.woocommerce-form-login .lost_password a:hover {
    text-decoration:none;
}

button {
    line-height: normal;
}

.woocommerce-form-register .woocommerce-privacy-policy-text,
.woocommerce-form-register .woocommerce-FormRow{
    text-align: center;
    text-align: -webkit-center;
}

.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-register .woocommerce-form-row:last-child  {
    text-align:center;
    text-align: -webkit-center;
}

.woocommerce-form-register .woocommerce-privacy-policy-text a {
    color: #000;
    text-decoration:underline;
}

.woocommerce-form-register .woocommerce-privacy-policy-text a:hover {
    text-decoration:none;
}

#post-1748 .lost_reset_password label {
    font-size: 15px;
    font-weight: 500;
}

.site-footer li {
    position: relative;
}

.site-footer li a {
    padding: 10px 10px 10px 15px;
}

.site-footer li a:hover {
    text-decoration:underline;
}

.site-footer li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    background: #999;
    transform: rotate(45deg);
}

.site-footer .copy-footer .left-side {
    font-weight: 700;
}

.site-footer .copy-footer a:hover {
    text-decoration:underline;
    color: var(--ast-global-color-3);
}

.archive.search.woocommerce .ast-archive-entry-banner h1 {
    font-size: 32px;
    color: #cd2653;
}

.archive.search.woocommerce .ast-archive-entry-banner h1 span {
    color: #363636;
}

.archive.search.woocommerce .ast-archive-entry-banner {
    padding: 40px 10px;
    border-bottom: 0;
}

.archive.search.woocommerce #secondary {
    display:none;
}

.archive.search.woocommerce #primary {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.archive.search.woocommerce nav.woocommerce-breadcrumb,
.archive.search.woocommerce p.woocommerce-result-count,
.archive.search.woocommerce form.woocommerce-ordering { 
    display:none;
}

.archive.search.woocommerce ul.products:not(.elementor-grid).columns-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

#custom-wc-breadcrumb {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#custom-wc-breadcrumb .woocommerce-breadcrumb {
    margin-bottom: 0;
    color: #767676;
    font-size: 14px;
}

#custom-wc-breadcrumb .woocommerce-breadcrumb a {
    color: #272727;
    text-decoration: underline;
}

.archive.woocommerce .ast-container #primary,
.archive.woocommerce .ast-container #secondary {
    margin-top: 10px;
}

#mega-menu-primary .mega-menu-tabbed > .mega-sub-menu > li > a {
    display:flex !important;
    line-height: 1.5 !important;
}

.woocommerce-pagination ul.page-numbers {
    display: flex !important;
    column-gap: 0;
    border: 1px solid #cfc8d8 !important;
    width: max-content;
    justify-self: center;
}

.woocommerce-pagination .page-numbers li {
    margin: 0 !important;
    border: 0 !important;
    border-right: 1px solid #cfc8d8 !important;
}

.woocommerce-pagination .page-numbers li:last-child {
    border-right: 0 !important;
}

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
    padding: 7.5px !important;
    min-width: 0 !important;
}

.woocommerce-pagination .page-numbers li a {
    color: #272727;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #e9e6ed;
    color: #816e99;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0;
    width: 15px;
    min-width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #dcd7ca;
    box-shadow: none;
    cursor: pointer;
}

#secondary .berocket_single_filter_widget .bapf_body ul li input {
    vertical-align: text-top;
    /*margin-top: 1px;*/
}

input[type="checkbox"]:checked::before {
    content: url('https://covernyl.com/wp-content/uploads/2025/07/icon-check-filter.svg');
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 20px;
}

input[type="checkbox"]:checked::before {
    margin: -4px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input[type="checkbox"]:checked::before {
    margin: -4px -11px;
}

input[type="radio"]:checked, input[type=reset],
input[type="checkbox"]:checked,
input[type="checkbox"]:hover:checked, 
input[type="checkbox"]:focus:checked, 
input[type=range]::-webkit-slider-thumb{
    background: #fff;
    border-color: #dcd7ca;
}

.bapf_slidr .bapf_slidr_all {
    font-size: 21px;
}

.bapf_slidr_main.ui-widget-content .ui-slider-range,
.berocket_filter_price_slider.ui-widget-content .ui-slider-range {
    background-color: #a46497;
}

#secondary .berocket_single_filter_widget .bapf_slidr_main .ui-slider-handle {
    background-color: #ca2025;
}

.tinv-wishlist .tinvwl-buttons-group,
.tinv-wishlist .tinv-modal-inner i { 
    display:none !important;
}

.tinv-wishlist .tinv-txt {
    margin-bottom: 0 !important;
}

.woocommerce-cart .shop_table {
    border-radius: 5px !important;
}

.woocommerce-cart .shop_table .product-name a {
    color: #272727;
}

.woocommerce-cart .shop_table .product-name .variation dt {
    font-weight: 700;
}

.woocommerce-cart .cart_totals {
    border-width: 0 !important;
}

.woocommerce-cart .cart_totals h2 {
    background: #eee8d5 !important;
}

.woocommerce-cart .cart_totals h2 {
    border-bottom: 0 !important;
    margin-bottom: 8px !important;
}

.woocommerce-cart .cart_totals .shop_table th,
.woocommerce-cart .cart_totals .shop_table td {
    text-align:right;
}

.woocommerce-cart .cart_totals .shop_table th {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
} 

.woocommerce-cart .cart_totals .shop_table .cart-subtotal th {
    border-radius: 5px 0 0 0;
}

.woocommerce-cart .cart_totals .shop_table .cart-subtotal td {
    border-radius: 0 5px 0 0;
}

.woocommerce-cart .cart_totals .shop_table .order-total th {
    border-radius: 0 0 0 5px;
}

.woocommerce-cart .cart_totals .shop_table .order-total td {
    border-radius: 0 0 5px 0;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    background-color: #f6f5f8;
    color: #515151;
    font-weight: 500;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.woocommerce-checkout #ship-to-different-address {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.woocommerce-checkout #ship-to-different-address span {
    font-size: 15px;
    font-weight: 500;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label{
    font-weight: 500 !important;
    font-size: 15px !important;
}

.woocommerce-checkout #order_review tr th,
.woocommerce-checkout #order_review tr td {
    border: 1px solid #dcd7ca;
    border-right: 1px solid #dcd7ca !important;
    font-size: 14px;
}

.woocommerce-checkout #order_review thead .product-total,
.woocommerce-checkout #order_review .cart_item .product-total,
.woocommerce-checkout #order_review tfoot td {
    text-align: center !important;
}

.woocommerce-checkout #order_review td {
    padding: 9px 12px !important;
}

.woocommerce-checkout #order_review .cart_item .variation dt,
.woocommerce-checkout #order_review tfoot .order-total bdi,
.woocommerce-checkout #order_review tfoot .cart-subtotal .amount, 
.woocommerce-checkout #order_review tfoot .fee .amount {
    font-weight: 700;
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods {
    border-bottom: 1px solid #cfc8d8 !important;
    padding-bottom: 15px !important;
} 

.woocommerce-checkout .woocommerce-checkout-payment #terms {
    vertical-align: unset;
}

.woocommerce-checkout .woocommerce-checkout-payment .validate-required {
    margin-bottom: 6px !important;
}

.woocommerce-checkout .woocommerce-checkout-payment #place_order {
    width: max-content !important;
    float: left !important;
    padding: 13px 45px;
    font-size: 20px;
    text-transform: none;
    font-weight: 500;
    border-radius: 0;
}

.woocommerce-checkout h3 {
    color: #363636;
}

.woocommerce-cart .actions button {
    border-radius: 0;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    padding: 13px 45px !important;
    font-size: 20px !important;
    border-radius: 0;
    text-transform: none;
    font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    margin-bottom:15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 20px 0;
}

.woocommerce-account .woocommerce-MyAccount-content label {
    font-weight: 500 !important;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset {
    margin-top: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
    padding: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button {
    border-radius: 0;
}

.woocommerce-orders .shop_table thead th {
    background: #cd2026;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 14px;
}

.woocommerce-orders .shop_table th,
.woocommerce-orders .shop_table td {
    border: 1px solid #dcd7ca !important;
}

.woocommerce-orders .order .button {
    padding: 5px 20px;
}

.woocommerce-view-order .woocommerce-order-details__title {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
}

.woocommerce-view-order .order_item a {
    color: #000;
}

.woocommerce-view-order .order_item .wc-item-meta {
    margin-left: 0;
}

.woocommerce-view-order .order_item .wc-item-meta strong {
    font-weight: 700 !important;
}

.woocommerce-view-order .order_details {
    border-radius: 5px !important;
}

.woocommerce-view-order .order_details th,
.woocommerce-view-order .order_details td {
    border: 1px solid #dcd7ca;
}

.woocommerce-view-order .order_details thead th,
.woocommerce-view-order .order_details tfoot th {
    background: #cd2026;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 14px;
    text-align:center;
}

.woocommerce-view-order .order_details tfoot .amount {
    font-weight: 700;
}

.woocommerce-view-order .order_details thead .product-name {
    border-radius: 5px 0 0 0;
    border-right: 1px solid #dcd7ca !important;
}

.woocommerce-view-order .order_details thead .product-total {
    border-radius: 0 5px 0 0;
}

.woocommerce-view-order .order_details tfoot tr:last-child th {
    border-radius: 0 0 0 5px;
}

.woocommerce-view-order .order_details tfoot tr:last-child td {
    border-radius: 0 0 5px 0;
}

.woocommerce-view-order .order_details .order_item .product-total,
.woocommerce-view-order .order_details tfoot td {
    text-align:center;
}

.woocommerce-edit-address .addresses .title {
    border: 0;
    background: transparent;
    position: relative;
    padding: 0;
}

.woocommerce-view-order .addresses .woocommerce-column__title,
.woocommerce-edit-address .addresses .title h2 {
    font-size: 16px;
    font-weight: 700;
    border: 0;
    background: unset;
}

.woocommerce-edit-address .addresses .title a {
    position:absolute;
    right: 0;
    top: 0;
    background: #3a81c3;
    padding: 8px 15px !important;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
}

.woocommerce-edit-address .addresses .title a:hover {
    background: #363636;
}

.woocommerce-view-order .addresses address,
.woocommerce-edit-address .addresses address {
    border: 0;
    padding: 8px;
}

.woocommerce-edit-address .addresses {
    display: flex;
    flex-direction: column;
}

.woocommerce-edit-address h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.woocommerce-edit-address .button {
    border-radius: 0 !important;
}

.woocommerce-edit-address .addresses address {
    line-height:normal;
    padding: 0;
}

.woocommerce-account .tinv-wishlist .tinv-header h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.woocommerce-account .tinv-wishlist thead th {
    background: #cd2026;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 14px;
    text-align: center;
}

.woocommerce-account .tinv-wishlist th,
.woocommerce-account .tinv-wishlist td {
    border: 1px solid #dcd7ca;
}

.woocommerce-account .tinv-wishlist tfoot {
    display:none;
}

.woocommerce-account .tinv-wishlist .product-name a {
    color: #000;
    text-decoration:underline;
}

.woocommerce-account .tinv-wishlist .product-name a:hover {
    text-decoration:none;
}

.woocommerce-account .tinv-wishlist td {
    text-align:center;
}

.woocommerce-account .tinv-wishlist .product-stock p {
    margin-bottom: 0;
    justify-self: center;
}

.woocommerce-account .tinv-wishlist .product-action button,
.woocommerce-account .tinv-wishlist .product-action a {
    padding: 6px 25px !important;
    font-size: 14px;
    line-height: 40px;
    background-color: #f1f1f1 !important;
    color: #3a81c3 !important;
    -webkit-transition: all 0.3s ease-out 0s;
    letter-spacing: 0;
    border-radius: 50px;
    text-transform: initial;
    border: 1px solid #3a81c3;
}

.woocommerce-account .tinv-wishlist .product-action button:hover,
.woocommerce-account .tinv-wishlist .product-action a:hover {
    background-color: #3a81c3 !important;
    color: #fff !important;
}

.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in,
.single-product .ast-stock-detail {
    display:none !important;
}

.single-product .product_meta .meta-holder .sku_wrapper,
.single-product .product_meta .meta-holder .stock_wrapper,
.single-product .product_meta .meta-holder .posted_in {
    border-bottom: 1px solid #dcdcdc;
    display: block !important;
    font-size: 14px;
    padding: 9px 10px;
    font-weight: bold;
}

.single-product .meta-holder {
    margin-top: 15px;
}

.single-product .product_meta .meta-holder .sku_wrapper span,
.single-product .product_meta .meta-holder .stock_wrapper span,
.single-product .product_meta .meta-holder .posted_in a {
    font-weight: normal;
}

.single-product .product_meta .meta-holder .posted_in a {
    color: #000;
}

.single-product .product_meta .meta-holder .posted_in a:hover {
    text-decoration:underline;
}

.single-product .summary-cart-original .woocommerce-product-rating {
    margin-bottom: 34px !important;
}

.woocommerce .star-rating span:before,
.woocommerce p.stars a:before,
.woocommerce .star-rating:before {
    color: #FFBF00;
}

.single-product .summary-cart-original .star-rating {
    font-size: 21px;
}

.single-product .summary-cart-original .woocommerce-review-link {
    font-size: 21px;
    color: #000;
    text-decoration: underline;
}

.single-product .summary-cart-original .woocommerce-review-link:hover {
    text-decoration: none;
}

.single-product .comment_container .avatar {
    width: 32px !important;
    height: auto !important;
    background: #e9e6ed !important;
    border: 1px solid #e1dde7 !important;
    border-radius: 0 !important;
}

.single-product .comment_container .comment-text {
    border: 1px solid #e1dde7 !important;
    padding: 1em 1em 0 !important;
    position:relative;
}

.single-product .comment_container .comment-text .review-rating {
    position:absolute;
    top:15px;
    right: 15px;
}

.single-product .comment_container .comment-text .meta {
    color: #767676 !important;
}

.single-product .comment_container .comment-text .woocommerce-review__dash {
    display:inline !important;
}

.single-product .comment_container .comment-text .woocommerce-review__published-date {
    font-size: 16px !important;
    padding-left: 0 !important;
}
 
.single-product .comment_container .comment-text p {
    margin-bottom: 16px !important;
}

.single-product #comments .commentlist li {
    border-bottom: 0 !important;
}

.single-product #review_form {
    padding: 0 !important;
    border: 0 !important;
}

.single-product #review_form p.comment-form-comment {
    max-width:580px;
}

.single-product #reply-title {
    font-size: 20px;
    font-weight: 700;
}

.single-product #commentform label {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.single-product #commentform .form-submit #submit {
    line-height: normal !important;
    border-radius: 0 !important; 
}

.single-product #commentform .comment-form-rating {
    flex-direction: column; 
}

.single-product #commentform .comment-form-rating .stars {
    font-size: 16px;
}

.archive ul.products.sub-categories li a img {
    max-height: 200px;
}

.checkout-inline-error-message {
    display:none;
}

.cr-all-reviews-shortcode .cr-comment-images, .cr-comment-videos {
    order:4;
}

.single-product .variable-box-owm select {
    border-color: #767676;
    color: #000;
}

.single-product .summary-cart-original .button.disabled {
	background-color: #3a81c3 !important;
}

.single-product #review_form .comment-form-author,
.single-product #review_form .comment-form-email {
	float: none !important;
    max-width: 580px;
    display: block !important;
}

.woocommerce-cart .shop_table .actions .button:disabled {
	color: #000;
}

.woocommerce-cart .shop_table .actions .button:disabled:hover {
	color: #000 !important;
	background-color: #3a81c3 !important;
}

.archive .sub-categories .woocommerce-loop-category__title {
    /*position:inherit !important;*/
    position:unset !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    font-size: 15px !important;
    text-transform: unset !important;
    display: flex;
    justify-content: center;
    column-gap: 5px;
}

.archive .sub-categories .woocommerce-loop-category__title mark {
    font-size: 15px !important;
    font-weight: 700;
    color: #000;
}

.woocommerce-account .tinv-wishlist .product-remove i:before {
    color: #cd2026;
}

.woocommerce-account .tinv-wishlist .product-remove i:hover:before {
    color: #fff;
    padding: 5px;
    background: #cd2026;
    border-radius: 100%;
}

.woocommerce-account #customer_login {
    display: flex;
    flex-direction: column;
}

.woocommerce-account #customer_login h2 {
    font-size: 20px;
    font-weight: 700;
}

.woocommerce-checkout .woocommerce-form-login {
    margin: 30px auto;
    max-width: 800px;
    text-align: center;
    border: 1px solid #cfc8d8;
    padding: 20px;
    border-radius: 5px;
}

.woocommerce-checkout .woocommerce-form-login label {
    text-align: left;
}

.blog .ast-archive-entry-banner,
.archive .ast-archive-entry-banner{
    border-bottom: 1px solid #ddd;
}

.single-product #mega-menu-primary > .mega-menu-item-has-children > a {
    display:flex !important;
}

.woocommerce-cart .coupon {
    align-items: center !important;
}

.woocommerce-cart .coupon #coupon-error-notice {
    margin-bottom: 0;
    margin-left: 5px;
}

.archive .sub-categories .woocommerce-loop-category__title {
    background-color: #eee8d5 !important;
}

.single-product .ast-single-entry-banner {
    background: #eee8d5 !important;
}

/*Media queries*/ 
@media screen and  (max-width: 1450px) {
    .single-product div.product .summary-cart p.price {font-size: 18px;}
}    

@media screen and (max-width: 1150px) {
    .summary-left { max-width: 100%; float: none; margin-bottom: 0; }
    .summary-cart {max-width: 100%; width: 100%; float: none; border: none; margin-top: 0;}
    .summary-left .summary-header {border: none; 
    /*padding-bottom: 0;*/
    }
    
    .single-product .related ul.products:not(.elementor-grid) {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1024px) {
    .home ul.products:not(.elementor-grid) {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media screen and (max-width: 999px) {
    .archive .ast-woocommerce-container,
    .single-product .ast-woocommerce-container{
        padding: 0;
    }
    
    .single-product div.product div.images.woocommerce-product-gallery {
        width: 100% !important;
    }
    
    div.product div.images img {
        max-height: 500px;
    }
    
    #ast-mobile-header .menu-toggle span {
        display:none;
    }
    
    #ast-mobile-header .menu-toggle {
        display:flex;
        flex-direction:column;
    }

    #ast-mobile-header .menu-toggle:before {
        content: url('https://covernyl.com/wp-content/uploads/2025/07/svgviewer-png-output.png');
    }
    
    #ast-mobile-header .menu-toggle:after {
        font-size: 12px;
        content: 'Meniu';
        color: #6d6d6d;
        text-transform: none;
        letter-spacing: normal;
        font-weight: 600;
    }
    
    #ast-mobile-popup #mega-menu-primary > li a {
        background:#fff !important;
        font-size: 18px !important;
        padding: 0px 10px !important;
        font-weight: 700 !important;
        color: #272727 !important;
        text-transform:none !important;
        border-bottom: 1px solid #ccc !important;
    } 
    
    #ast-mobile-popup #mega-menu-primary > li > ul {
        padding: 0 !important;
    }
    
    #ast-mobile-popup #mega-menu-primary > li > ul > li > ul > li > ul li {
        padding: 5px 25px !important;
    }
    
    .site-footer .footer-social-inner-wrap a {
        margin:5px;
    }
    
    .site-footer li {
        padding: 10px 20px;
        border-bottom: 1px solid #f2f2f2;
    }
    
    .mobile-menu .disable-menu-item > .ancestor-wrapper a {
        pointer-events:none;
    }
    
    #ast-mobile-popup .ast-mobile-popup-header {
        padding: 40px 20px;
        min-height: auto;
    }
    
    #ast-mobile-popup button#menu-toggle-close {
        align-items: center;
        padding: 0;
    }
    
    #ast-mobile-popup button#menu-toggle-close:before {
        content: 'Close menu';
        text-transform: none;
        font-size: 18px;
        font-weight: 500;
        margin-right: 21px;
    }
    
    #ast-mobile-popup button#menu-toggle-close svg {
        width: 30px;
        height: 30px;
    }
    
    #ast-hf-mobile-menu li {
        border-bottom: 1px solid #DCD7CA;
    }
    
    #ast-hf-mobile-menu li a {
        line-height: normal;
        width: calc(100% - 60px);
    }
    
    #ast-hf-mobile-menu li .ast-menu-toggle {
        top: 17px;
        /*flex-shrink: 0; */
        /*margin: 1rem 0; */
        /*padding: 8px 15px 3px 15px;*/
        /*border-top: 1px solid #DCD7CA;*/
        /*border-bottom: 1px solid #DCD7CA;*/
        /*border-radius: 0;*/
        line-height: normal;
        right: 0;
        transition: all 0.15s linear; 
        padding: 3px 16px;
    }
    
    #ast-hf-mobile-menu li.menu-item-has-children ul {
        border-top: 1px solid #DCD7CA;
    }
    
    /*#ast-hf-mobile-menu .ast-submenu-expanded > .menu-link,*/
    /*#ast-hf-mobile-menu .ast-submenu-expanded > .ast-menu-toggle {*/
    /*    border-bottom: 1px solid #DCD7CA;*/
    /*    border-top: 1px solid #DCD7CA;*/
    /*}*/
    
    /*#ast-hf-mobile-menu .ast-submenu-expanded .ast-menu-toggle {*/
    /*    top: 0;*/
    /*}*/
    
    /*#ast-hf-mobile-menu .ast-submenu-expanded ul .ast-submenu-expanded .ast-menu-toggle {*/
    /*    top: -1px;*/
    /*    border-bottom: 1px solid #DCD7CA;*/
    /*}*/
    
    #ast-hf-mobile-menu li .ast-menu-toggle .ast-icon {
        /*padding: 5px 0 5px 1rem;*/
        /*border-left: 0.1rem solid #dcd7ca;*/
        padding: inherit;
        padding-right: 0;
    }
    
    #ast-hf-mobile-menu li .ast-menu-toggle svg {
        margin:0;
    }
    
    #ast-hf-mobile-menu li.menu-item-has-children ul,
    #ast-hf-mobile-menu li.menu-item-has-children ul li {
        transition: all 0.15s linear;  
    }
    
    #ast-hf-mobile-menu li.menu-item-has-children ul li a {
        padding: 20px 25px;
        font-weight: 500;
        font-size: 15px;
        border-left: 10px solid #dcd7ca;
        transition: all 0.15s linear;
    }
    
    #ast-hf-mobile-menu li.menu-item-has-children ul li ul li a {
        border-left: 20px solid #dcd7ca;
    }
    
    #ast-hf-mobile-menu li.menu-item-has-children ul li ul li ul li a {
        border-left: 30px solid #dcd7ca;
    }
    
    #ast-hf-mobile-menu li.menu-item-has-children ul li a span {
        display:none;
    }
    
    .blog .post .ast-article-inner,
    .archive .post .ast-article-inner {
        flex-direction: column;
    }
    
    .blog .post .post-thumb,
    .archive .post .post-thumb {
        width: 100%;
        display: flex;
    }
    
    .blog .post .post-content,
    .blog .post .post-thumb a,
    .archive .post .post-content,
    .archive .post .post-thumb a {
        width: 100%;
    }
    
    .woocommerce-cart .shop_table tbody .product-thumbnail {
        display:none !important;
    }
    
    .woocommerce-cart .shop_table tbody .product-remove {
        text-align-last: left;
    }
    
    .woocommerce-cart .product-remove {
        display:none !important;
    }
    
    .woocommerce-cart .product-remove.mobile {
        display:block !important;
    }
    
    .woocommerce-cart .product-remove.mobile a {
        width: 100%;
        padding: .7em 1em;
        height:unset;
    }
    
    .woocommerce-cart .product-remove.mobile a:hover {
        background: unset;
    }
    
    .woocommerce-cart .product-remove.mobile a:hover:before {
        color: #cd2026;
    }
    
    .woocommerce-cart .product-remove.mobile a:after {
        content: 'Remove product';
        margin-left: 10px;
        font-size: 18px;
        color: #cd2026;
        font-weight: 700;
    }
    
    .woocommerce-cart .product-remove.mobile a:focus {
        outline: unset;
    }
    
    .woocommerce-cart .cart_totals h2 {
        font-size: 20px;
        margin-bottom: 5px;
        padding-bottom: 0;
    }
    
    .woocommerce-cart .cart_totals .shop_table {
        border: 0;
    }
    
    .woocommerce-cart .cart_totals .shop_table td {
        border: 0 !important;
        border-bottom: 1px solid #dcd7ca !important;
    }
}

@media screen and (max-width: 850px) {
    .summary-left {flex: 0 0 100%; max-width: 100%;}
    .summary-cart {flex: 0 0 100%; max-width: 100%; margin-top: 20px;}
    
    .archive ul.products:not(.elementor-grid),
    .home ul.products:not(.elementor-grid) {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media screen and  (max-width: 768px) {
    .summary-left .summary-header .product_title, .summary-left .summary-header .woocommerce-product-details__short-description, .woocommerce-product-attributes {float: none; width: 100%;}
    .summary-cart {padding-top: 30px;}
    
    .single-product .woocommerce-tabs ul.tabs li {
        display: inline-block !important;
        width: 100%;
        margin-bottom: 10px !important;
        padding: 0 !important;
        border: none !important;
    }
    
    .single-product .monstra_holder .monstra-product-section {
        flex-direction: column;
        gap: 20px;
    }
    
    .single-product .monstra_holder .monstra-product-section .monstra-product-add .monstra-product-add-button {
        margin-bottom: 25px;
    }
    
    .homeCategory .elementor-image-box-content {
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}
	
	.summary-left .summary-header {padding-bottom: 0;}
	
	.error404 .page-header .page-title { 
        font-size: 24px;
    }

    .error404 .page-content .page-sub-title {
        font-size: 18px;
    }
    
    .archive ul.products.sub-categories li a img {
        max-height: 150px;
    }
    
    div.product div.images img {
        max-height: 400px;
    }
    
    #before-after-container h2 {
        text-align: center;
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .woocommerce-account .woocommerce-MyAccount-content p {
        font-size: 15px;
    }
    
    .woocommerce-account .tinv-wishlist th, .woocommerce-account .tinv-wishlist td {
        border: 0;
    }
    
    .woocommerce-account .tinv-wishlist .wishlist_item {
        position: relative;
    }
    
    .woocommerce-account .tinv-wishlist .wishlist_item td {
        padding: 10px;
        border-right: 1px solid #dcd7ca;
    }
    
    .woocommerce-account .tinv-wishlist .product-remove {
        position: absolute;
        bottom: 0;
        padding: 20px !important;
    }
    
    .woocommerce-account .tinv-wishlist .product-remove button {
        float:right;
    }
    
    .woocommerce-account .tinv-wishlist .product-remove i:before {
        content: '\f1f8' !important;
        font-family: 'FontAw.single-product .owm-attributes .woocommerce-product-attributes-item__labelesome';
        color: #272727;
    }
    
    .woocommerce-account .tinv-wishlist .product-remove i:hover:before {
        color: #272727;
        background: transparent;
    }
    
    .woocommerce-account .tinv-wishlist .product-action {
        border-bottom: 1px solid #dcd7ca;
        padding-bottom: 60px !important;
    }
    
    .woocommerce-checkout .woocommerce-checkout-payment #place_order {
        float:unset !important;
        width: 100% !important;
    }
    
    .single-product .owm-attributes .woocommerce-product-attributes-item__label {
        min-width: fit-content;
    }
    
    .homeCategory .elementor-image-box-title {
        font-size: 17px !important;
    }
    
    .homeCategory .elementor-image-box-description {
        font-size: 15px;
    }
    
    .home #best-selling-title h2:after {
        right: -18px;
        border-right: 19px solid transparent;
    }
    
    .single-product .owm-attributes .woocommerce-product-attributes {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .archive ul.products:not(.elementor-grid),
    .home ul.products:not(.elementor-grid) {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    
    .archive ul.products.sub-categories:not(.elementor-grid) {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    
    .archive .woocommerce-result-count {
        float: unset;
        text-align: center;
    }
    
    .custom-filters p {
        width: 100%;
    }
    
    .single-product .related ul.products:not(.elementor-grid) {
        grid-template-columns: repeat(1, 1fr);
    } 
    
    .home ul.products:not(.elementor-grid) { 
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

@media screen and (max-width: 600px) {
    ul.products li.product .onsale,
    ul.products li.product .onsale:before {
        overflow: hidden !important;
    }  
}

@media screen and (max-width: 480px) {
    .single-product div.product .summary-cart p.price {font-size: 17px;}
    
    .site-footer .copy-footer {
        flex-direction: column;
    }
}

@media screen and (max-width: 450px) {
    .homeCategory .elementor-image-box-wrapper .elementor-image-box-img img {
        height: 400px;
    }
    
    .homeCategory .elementor-image-box-title {
        height: auto;
        margin-bottom: 5px !important;
    }
    
    .homeCategory .elementor-image-box-description {
        height: auto;
    }
}

@media screen and (max-width:390px) {
    .single-product .summary-cart-original, .single-product .summary-left .summary-header {padding-left:20px;padding-right:20px;}
    .single-product div.product .summary-cart p.price {font-size: 15px;}
}

@media (min-width: 769px) and (max-width: 1150px) {
    .summary-left .summary-header {
        margin-bottom: 30px;    
    }    
}

@media screen and (min-width:1151px) and (max-width: 1231px) {
    .single-product div.product .summary-cart p.price {font-size: 15px;}
}

@media screen and (min-width:1232px) and (max-width: 1345px) {
    .single-product div.product .summary-cart p.price {font-size: 17px;}
}

@media screen and (min-width:1231px) and (max-width: 1300px) {
    .single-product .summary-cart-original {padding-left:20px;padding-right:20px;}
}

@media screen and (min-width: 769px) {
    .woocommerce-checkout #customer_details {
        width: 50% !important;
        margin-right:30px !important;
    }
    
    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #order_review {
        width: calc(50% - 50px) !important;
    }
    
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 75%;
        padding: 0 15px 0 50px;
        display: flex;
        flex-direction: column;
    }
    
    .woocommerce.woocommerce-checkout form #customer_details.col2-set, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
        float: left;
    }
    
    .woocommerce.woocommerce-checkout form #order_review, .woocommerce.woocommerce-checkout form #order_review_heading, .woocommerce-page.woocommerce-checkout form #order_review, .woocommerce-page.woocommerce-checkout form #order_review_heading {
        width: 40%; 
        float: right;
        margin-right: 0;
        clear: right;
    }
    
    .woocommerce #customer_login > div {
        float: left;
        width: 48%;
    }
}

@media screen and (min-width: 922px) {
    .search-header .dgwt-wcas-search-wrapp {
        min-width: 450px;
    }
    
     .error404 #content {
        margin-bottom:130px;
    }
}

@media screen and (min-width: 1000px) {
    .tinv-wishlist .product-action {
        width: 250px;
    }   
    
    .woocommerce-cart .product-remove.mobile {
        display:none;
    }
    
    .dgwt-wcas-suggestions-wrapp {
        border-radius: 0 !important;
        max-width: 440px !important;
        margin-left: 5px;
        padding: 0 !important;
    }
    
    .dgwt-wcas-suggestion-cat span {
        text-decoration:underline !important;
    }
    
    .dgwt-wcas-suggestion-cat .dgwt-wcas-st-breadcrumbs,
    .dgwt-wcas-suggestion-cat .dgwt-wcas-st-label-in {
        text-decoration:none !important;
    }
    
    .dgwt-wcas-st-more {
        color: #272727;
        text-decoration:underline;
    }
    
    .dgwt-wcas-st-more:hover {
        text-decoration:none;
    }
}

@media screen and (min-width: 1025px) {
    .archive.woocommerce .ast-container #secondary {
        padding-right: 10px;
    }
    
    .archive.woocommerce .ast-container #primary .ast-woocommerce-container {
        padding: 0 10px;
    }
} 

@media screen and (min-width: 1201px) {
    .archive .ast-woocommerce-container { 
        padding: 0;
    }
    
    .single-product #primary .ast-woocommerce-container {
        padding: 50px 10px;
    }
}

@media screen and (min-width: 1220px) {
    .archive .sub-categories .woocommerce-loop-category__title {
        color: #3a81c3;
        /*position:inherit !important;*/
        position:unset !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        font-size: 20px !important;
        text-transform: unset !important;
    }
    
    .archive .woocommerce-loop-category__title .count {
        display:none !important;
    }
}