/*
 * Custom code goes here.
 */

/* hide firstname and lastname alerts in checkout form */
#customer-form input[name="firstname"]+span.form-control-comment, #customer-form input[name="lastname"]+span.form-control-comment {
    display: none;
}
/* fix for Chrome image rendering */
img {
 image-rendering: -webkit-optimize-contrast;
}

.tradingview-widget-container {max-width: 100%;}

/* CLS */
@media (max-width: 575px) {
  #header .header-nav {border-bottom: 1px solid #e5e5e5;}
}

@media (max-width: 767px) {
    .header-nav {height: 80px; }
    #_desktop_cart, #_desktop_user_info, .wp-nav {display: none;}
}

@media (min-width: 576px) {
#slideshow>#wpimageslider-wrap {
    float: none;
    width: 100%;
}
}

span.wpbuyprice {
    display: block;
    margin-top: 10px;
}



.product-discounts p.h3.product-discounts-title {
    padding: 6px 5px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: none;
    font-size: 14px;
}

@media (min-width: 1201px) {
.product-discounts, #product div#product-details {
    flex: 1;
}
}

.product-discounts {
    border: 1px solid #dedede;
    display: table;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 0;
}

.wp-discount-row {
    border-top: 1px solid #dedede;
    display: flex;
    padding: 5px 10px;
    font-size: 13px;
}


span.wp-discount-right {
    margin-left: auto;
}


@media (max-width: 1200px) {
#product div#product-details, #product .product-discounts {
    width: 100%;
}
#product .product-discounts {
    margin-bottom: 15px;
}
}


.wp-discount-details-wrap {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 1rem;
}

.product-discounts {
    border: 1px solid #dedede;
    display: table;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 0;
    min-width: 280px;
    margin-bottom: 2rem;
}



article.prod-box-grid .wp-cat-taxlabel {
text-align: center;
padding-top: 7px;
}

.block-category #category-description a, .product-information .product-description a, .tabs .product-description a {
    color: #1155cc;
    font-weight: 600;
    text-decoration: underline;
}


.block-category #category-description a:hover, .product-information .product-description a:hover, .tabs .product-description a:hover {
    text-decoration: none;
}

/*@media (min-width:768px) {
    #module-wpblog-archive .kr_blog_post_inner {display: grid;grid-template-columns: 1fr 1fr;gap: 20px;}
    #module-wpblog-archive .kr_blog_post_inner .blog_post {margin-bottom: 0;}
}*/