.tabs_content .icon_download {
    margin-bottom: 10px;
}
.tabs_content .icon_download a {
    padding: 15px 35px 15px 15px!important;
    width: 23%!important;
}
.tabs_content .icon_download a i {
    padding-right: 10px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: var(--main_bgr);
    color: #fff;
}
/* end tab product */

/* product */
.product_meta {
    margin-top: 10px;
}
.single-product .bottom_section .products.related .product_wrapper {
    margin-top: 10px;
}
.woocommerce .product_wrapper {
    border-color: transparent;
    box-shadow: 0px 5px 24px 10px rgb(117 117 120 / 8%);
    transition: all .5s ease-in-out;
    padding-bottom: 10px;
    background-color: #fff;
}
/* end product */

/* archive-product */
.sec_pro_ntv .woocommerce ul.products > li {
    flex: 0 0 33.33%!important;
    max-width: 33.33%!important;
    padding-right: 0;
}
/* end archive-product */
.woocommerce .orderby {
    height: 35px;
}
/* cart */
.woocommerce .woocommerce-mini-cart__buttons a.wc-forward {
    background-color: var(--main_bgr);
    color: #fff;
}
.woocommerce .woocommerce-mini-cart__buttons a.wc-forward:hover {
    background-color: var(--main_bgr);
    color: #fff;
    transition: .3s;
}
.woocommerce-notices-wrapper .woocommerce-message {
    flex-direction: row-reverse; 
    align-items: center; 
    margin-bottom: .5em;
    color: red;
    padding: 1em;
    background-color: #ececec;
}

/* price */
.woocommerce ul.products li.product .price { color: #000; font-weight: 600; display: none; }
span.pewc-order-item-price, strong.product-quantity {
    display: none;
}
/* end price  */

/* form_cart_totals */
.form_cart_totals {
    background: #e8edf0;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.form_cart_totals p {
    margin-bottom: 10px!important;
}
.form_cart_totals form input[type="text"], .form_cart_totals form input[type="email"], 
.form_cart_totals form input[type="tel"], .form_cart_totals form textarea {
    width: 100%;
    text-indent: 10px;
    border: none;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 5px;
    outline: none;
}
.form_cart_totals form textarea {
    padding-top: 10px;
}
.form_cart_totals form input[type="submit"] {
    padding: 13px 20px;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    background-color: var(--main_bgr);
    margin-left: 0;
    width: 100%;
}
.form_cart_totals form input[type="submit"]:hover {
    background-color: #fa7d11;
}
/* end form_cart_totals */

/* tag */
.meta_tags {
    background-color: #f3f3f3;
    padding: 15px 15px;
    margin-top: 10px;
}
.meta_tags span.tagged_as a {
    background-color: #f1cccd;
    color: #4b4545;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 4px;
}
/* end-tag */
@media (max-width: 640px){
    #main_product ul.products li {
        flex: 0 0 50%!important;
        max-width: 50%!important;
        padding: 0 6px;
        padding-right: 0;
    }
    .woocommerce ul.products {
        padding: 0 5px!important;
    }
    .woocommerce .product_wrapper {
        padding: 0 5px;
        padding-bottom: 20px;
    }
    input#pewc_group_236_239 {
        height: 33px;
        padding-left: 0;
    }
    #content_archive_gtbh030620 ul {
        padding: 0 7px;
    }
}

@media (max-width: 450px){
    .woocommerce .woocommerce-ordering {
        float: none;
    }
    .woocommerce .orderby {
        height: 32px;
    }
}