/*-------------------------- Add your custom Css here -----------------*/
/* ==================== */
/* GENERAL STYLES */
/* ==================== */
a, a:focus {
  text-decoration: none !important;
  outline: none !important;
}



@media (max-width: 500px) {
  .product_list p.woocommerce-result-count,
  .product_list form.woocommerce-ordering {
    width: 100%;
    text-align: center;
  }
}

/* ==================== */
/* HEADER STYLES */
/* ==================== */
/* header.entry-header.ast-no-thumbnail.ast-header-without-markup {
  display: none;
} */

/* #main-footer {
  display: none;
} */

/* img#logo {
  border-radius: 5px;
}
 */
/*-------------------------- Add your custom Css here -----------------*/
.entry-hero {
    position: relative;
    display: none;
}
/* common */

/* Product */
.premium-woo-atc-button a .kadence-svg-iconset {
    display: none;
}

.premium-woo-products-details-wrap {
    border-top: 1px solid #ddd;
}

p#shipping_country_field,
p#billing_country_field {
    display: none;
}

.woocommerce-js ul#shipping_method .amount {
    font-weight: 500 !important;
}

a.iswv-custom-reset-variations {
    margin-top: 1px !important;
    margin-left: 12px;
}

/* Contact */
.contact_form {}
.contact_form p {}
.contact_form textarea, .contact_form input {
	width: 100%;
}

.contact_form textarea {
	height: 170px;
}

.contact_form .flex-container {
	margin-bottom: 20px;
}

input[type=submit] {
/*     background: #000 !important; */
}
input[type=submit]:hover {
    background: #000 !important;
}


@media (min-width: 767px) {
  .contact_form .flex-container {
    display: flex;
    gap: 20px;
  }
  .contact_form  .flex-item {
    flex: 1;
  }
}


/* Blog */
.loop-entry .entry-header .entry-title {
    font-size: 20px;
}

.single-post h1.entry-title {
    font-size: 22px;
}

h2.wp-block-heading {
    font-size: 20px;
}


/* cart */
span.pa-woo-mc__badge {
    margin-top: 4px;
}

.pa-woo-mc__preset-1 .pa-woo-mc__icon-wrapper {
    gap: 2px !important;
}

a.pa-woo-mc__empty-msg-btn {
    display: none;
}

/* checkout page */
input#billing_facebook {
    width: 100%;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    background: #034c1e;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.wc-block-components-sidebar-layout span.wp-block-button {
    display: inline-block;
}

.woocommerce-checkout span.optional.required {
    display: inline-block !important;
}

.woocommerce-js form .form-row.woocommerce-validated .select2-container, .woocommerce-js form .form-row.woocommerce-validated input.input-text, .woocommerce-js form .form-row.woocommerce-validated select {
    border-color: #9e9e9e;
}

header.entry-header:not(.related-entry-header) .entry-title {
    font-size: 22px;
}

.woocommerce-checkout h3 {
    font-size: 20px;
}

.bdpg-acc__qr-code img {
    width: auto !important;
    height: auto !important;
}

.pa-woo-mc__cart-buttons a.pa-woo-mc__mc-btn.pa-woo-mc__checkout:focus {
    color: #fff !important;
}


@media (max-width: 1199px) {
.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 40px;
    margin-bottom: 40px;
}
	
.wc-block-components-sidebar-layout .wc-block-components-main {
    padding-left: 20px;
}
	
	
}

@media (max-width: 740px) {
.wc-block-components-sidebar-layout.wc-block-cart {
    padding-left: 30px;
}
}

/* Product page */
.elementor-shortcode ul.products .product,
section.related.products li {
    border: 1px solid #ddd;
    padding: 10px !important;
    border-radius: 8px;
    transition: .5s;
    margin-bottom: 18px !important;
	align-items: flex-start;
}

.elementor-shortcode ul.products .product:hover,
section.related.products li:hover {
	box-shadow: 0px 0px 20px #3f2e2452;
}

.elementor-shortcode .ast-article-single img,
section.related.products li img {
    border-radius: 6px;
}

span.ast-woo-product-category {
    display: none !important;
}


.woocommerce ul.products, .custom_product_style .woocommerce-page ul.products {
    column-gap: 15px !important;
}


.elementor-shortcode .add_to_cart_button.button {
    background: #000 !important;
    border-radius: 4px !important;
    /* max-width: 118px; */
    font-size: 15px !important;
    transition: .5s;
    padding: 8px 10px;
}

.elementor-shortcode .add_to_cart_button.button:hover {
    background: #7d2d38 !important;
}

h2.woocommerce-loop-product__title {
    font-weight: 400;
}

nav.woocommerce-pagination,
form.woocommerce-ordering {
    display: none;
}

p.woocommerce-result-count {
    margin-bottom: 26px !important;
	font-size: 14px;
}

.woocommerce-Tabs-panel--description h4,
.woocommerce-product-details__short-description h4 {
    margin-top: 15px;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 18px;
}


.single-product .summary .ast-stock-detail {
    margin-bottom: 10px;
    display: none;
}

.single-product .product_meta {
    display: none;
}

section.related.products h2 {
    font-size: 22px;
}

.woocommerce-checkout a.button.button-primary.wt_pklist_invoice_print {
    display: none;
}

/*filter for phone*/
.filter_area.open {
    left: 0;
}

.filter_area .filter_close_btn {
    cursor: pointer;
    position: fixed;
    left: -50px;
    transition: .3s !important;
}

.filter_area.open .filter_close_btn {
    left: 284px;
}

.filter_open_btn {
    cursor: pointer;
}

.full_overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	z-index: 998;
    display: none;
}

.full_overlay.open {
	opacity: .6;
	visibility: visible;
}

@media (max-width: 767px) {
.filter_area {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: left 0.3s ease;
    padding: 20px;
    overflow-y: auto;
}
  
.full_overlay {
    display: block;
}
}

@media (min-width: 768px) {
  .filter_open_btn {
    opacity: 0;
    pointer-events: none;
  }
}

/* single product page */
span.single-product-category {
    display: none !important;
}




/* Testimonial */
.testiminial .premium-testimonial-content-wrapper {
    padding: 15px 100px;
}

@media (max-width: 767px) {
.testiminial .premium-testimonial-content-wrapper {
    padding: 10px 10px;
}
}


/* arrow */

.elementor-widget-premium-weather.premium-hours-vertical a.carousel-arrow, .premium-blog-wrap a.carousel-arrow, .premium-facebook-feed-wrapper a.carousel-arrow, .premium-fb-rev-container a.carousel-arrow, .premium-hscroll-wrap a.carousel-arrow, .premium-instafeed-container a.carousel-arrow, .premium-mobile-menu__wrap a.carousel-arrow, .premium-persons-container a.carousel-arrow, .premium-pinterest-feed__pins-wrapper a.carousel-arrow, .premium-search__query-wrap a.carousel-arrow, .premium-tabs-nav-list a.carousel-arrow, .premium-tcloud-container a.carousel-arrow, .premium-testimonial-box a.carousel-arrow, .premium-tiktok-feed__videos-wrapper a.carousel-arrow, .premium-twitter-feed-wrapper a.carousel-arrow, .premium-woo-cats__list-wrap a.carousel-arrow, .premium-woocommerce a.carousel-arrow, #ast-scroll-top {
    z-index: 98 !important;
}


/* My account */

nav.woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
}

.woocommerce-orders-table table tr:nth-child(even) td {
    background-color: #f9f9f9;
}

.woocommerce-orders-table table tr:nth-child(odd) td {
    background-color: #ffffff;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {
    background: #dddddda8 !important;
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-date {
    border-top: 1px solid var(--ast-border-color);
}


/* Search page*/
.blog .post-thumb-img-content img,
.search-results .post-thumb-img-content img {
    object-fit: cover;
/*     object-position: top; */
    aspect-ratio: 16 / 12;
}


.search-results .ast-article-inner h2.entry-title {
    font-size: 15px;
    line-height: 1.4;
}

.search-results .ast-article-inner h4 {
    font-size: 15px;
    margin-top: 10px;
}

.ast-post-format-.blog-layout-4.ast-article-inner {
    border-radius: 8px;
    overflow: hidden;
}

/* Category  */
nav.woocommerce-breadcrumb {
    margin-bottom: 0 !important;
}

.archive .woocommerce-products-header__title.page-title {
    margin: 0;
    font-size: 22px;
	display: none;
}


/* Blog page */

.blog h2.entry-title.ast-blog-single-element {
    font-size: 15px !important;
    line-height: 1.4;
}


.single-post .post h1.entry-title {
    font-size: 20px !important;
}

.single-post .post h3 {
    font-size: 17px !important;
}

#secondary .wp-block-group h2 {
    font-size: 20px !important;
}

.widget_block ul.wp-block-latest-posts__list.wp-block-latest-posts li a {
    color: #333;
    font-size: 14px;
}

h3.ast-related-post-title.entry-title a {
    font-size: 16px !important;
    font-weight: 600 !important;
}


/*  */













