/*
Theme Name: Укр-стандарт
Author: Q4Dizzy
Author URI:
Description:
Version: 1.0.0
*/ 

@import "./assets/css/style.min.css";
@media (min-width: 992px) {
    .col-md-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (max-width: 991px) {
    .col-md-5 {
        flex: 0 0 33%;
        max-width: 33%;
    }
}
@media (max-width: 545px) {
    .col-md-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.bottom-box .card {
    justify-content: space-between;
    border: unset;
}
.bottom-box .pr-btm span.amount {
    display:block;
    color: #3356FF;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.bottom-box .card > a:hover {
    text-decoration: none;
}
.bottom-box .card > a > img {
    max-width: 100%;
    height: auto;
}
.bottom-box .card .woocommerce-loop-product__title {
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
    text-align: left;
    line-height: 21px;
}
.btm-ttl {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 15px;
    color: #333;
}
.top-box .components-list>li {
    min-width: 130px;
    border: 1px solid var(--dark-border-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} 
.top-box .components-list>li a {
    border: unset;
    height: calc(100% - 44px);
}
.top-box .components-list>li .image {
    height: 128px;
}
.top-box .components-list>li .data {
    display: flex;
    flex-direction: column;
    height: calc(100% - 128px);
    justify-content: space-between;
}
.top-box .components-list>li .bottom {
    height: 44px;
}
.top-box .components-list>li .data .price {
    font-weight: 400;
}
.top-box .components-list .add-to-cart {
    width: 90%;
    margin: 5px 5%;
}
.calc-box.calc-box-btm {
    margin-bottom: 75px;
}
.woocommerce-payms {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: space-between;
}
.woocommerce-payms li {
    width: 48%;
}
.woocommerce-payms li input {
    display: none;
}
.woocommerce-payms li label {
    padding: 5px 10px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}
.woocommerce-pays-list {
    padding: 0;
}
.woocommerce-pays-list li {
    list-style: none;
    display: inline-block;
    padding-right: 15px;
}
.woocommerce-pays-list li > label, .woocommerce-pays-list li > input {
    cursor: pointer;
}
.woocommerce-checkout-payment.new .place-order {
    display: none;
}
.aside-cart .content {
    max-height: calc(100% - 30px);
}
.aside-cart .content>.woocommerce .woocommerce-checkout #customer_details {
    padding: 0 15px;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row, .woocommerce .woocommerce-checkout .woocommerce-additional-fields .form-row, .woocommerce-js .woocommerce-checkout .woocommerce-billing-fields .form-row, .woocommerce-js .woocommerce-checkout .woocommerce-shipping-fields .form-row, .woocommerce-js .woocommerce-checkout .woocommerce-additional-fields .form-row {
    width: 100%;
}
.category-page .top-box {
    padding-bottom: 0;
}
.options-list li:not(body.single-product .options-list li):not(.option-group[data-type=size] .options-list li:not(body.single-product .options-list li)).active a .variation-description {
    font-weight: 400;
}
.category-page.new-category .top-box .page-title, .single-product-new .title.product_title {
    text-transform: none!important;
    margin-bottom: 10px!important;
}
.category-page.new-category .top-box .option-groups .option-group .option-title span , .single-product-new .top-box .option-groups .option-group .option-title span {
    text-transform: none;
}
.category-page.new-category .top-box .sub-title, .single-product-new .top-box .sub-title {
    margin-bottom: 0;
}
.category-page.new-category .top-box .left-area .product-gallery .product-nav-image-slider li {
    display: flex;
    height: 86px;
    justify-content: center;
}
.woocommerce div.product .woocommerce-tabs {
    margin-top: 2.5rem !important;
}
.thisYoutubeVideoThumb {
    position: relative;
    width: 106px;
    height: 106px;
    overflow: hidden;
}
.thisYoutubeVideoThumb img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}
.thisYoutubeVideoThumb svg {
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}
.category-page.new-category .top-box .left-area .product-gallery .product-nav-image-slider li.thisYoutubeVideoThumb {
    display: flex;
}
.product-gallery.has-video .tns-nav button:nth-child(2) {
    border: unset;
    background: unset;
}
.product-gallery.has-video .tns-nav button:nth-child(2).tns-nav-active {
    background: unset;
}
.product-gallery.has-video .tns-nav button:nth-child(2):before {
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #BFBFBF;
    border-right: unset;
    border-radius: 0;
    width: 10px;
    height: 10px;
    display: block;
}
.product-gallery.has-video .tns-nav button:nth-child(2).tns-nav-active:before {
    border-left: 9px solid var(--main-color);
}
#product-image-slider > .tns-item iframe {
    margin-bottom: -10px;
}
.category-page.new-category #product-image-slider > .tns-item iframe {
    max-height: 500px;
}
.big-ytb-thumb {
    position: relative;
    cursor: pointer;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.big-ytb-thumb svg {
    position: absolute;
}
.big-ytb-thumb svg path.bg {
    fill: #212121;
    transition: all 0.3s;
}
.big-ytb-thumb:hover svg path.bg {
    fill: #ff3d00;
}
.woocommerce-order .woocommerce-customer-details p {margin: 0;}
.woocommerce-checkout-review-order .payttl {
    color: #000;
    display: block;
    width: 100%;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
    margin: 0.5rem 0;
}