/*
Theme Name:   BS-Commerce
Theme URL:
Description:  BS Commerce
Author:       BlueSuiter
Author URL:
Version:      1.0.1
License:      GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light,  dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  bs-commerce
*/

@import url('./assets/css/main.css');

.min-vh-25 {
    min-height: 25vh !important;
}

.min-vh-50 {
    min-height: 50vh !important;
}

.vh-50 {
    height: 50vh !important;
}

/* Customize the label (the bs-radio-group) */
.bs-radio-group {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.bs-radio-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.bs-radio-group:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.bs-radio-group input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.bs-radio-group input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.bs-radio-group .checkmark[type="radio"]:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.bs-radio-group .checkmark[type="checkbox"]:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product-card .price {
    display: block;
    padding: 0px 0 5px;
}

.wc-tabs li.active {
    border: 1px var(--text-info);
    background-color: var(--accent-color);
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.wc-tabs li a,
.wc-tabs li a:hover {
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
    color: var(--accent-color);
}

.wc-tabs li.active a {
    text-decoration: none;
    color: #fff;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.product-details .wc-tabs {
    height: fit-content;
}

/** product-specifications */
.product-specifications .specs-table .specs-row {
    display: flex;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.product-specifications .specs-table .specs-row .specs-label {
    width: 40%;
    padding: 0.75rem 0;
    font-weight: 600;
    color: var(--heading-color);
}

.product-specifications .specs-table .specs-row .specs-value {
    width: 60%;
    padding: 0.75rem 0;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.product-specifications .specs-table .specs-row .specs-value p {
    margin: 0px;
}

.product-box span.price {
    padding: 3px 0 5px;
    display: block;
}

.woocommerce-page table.cart td.actions .input-text {
    width: 110px;
}

.category-product-list .product-thumb {
    padding: 2px 0 0;
    background: #eee;
}

.woocommerce span.onsale {
    line-height: 3.15;
    padding: 0;
    min-height: 3.136em;
    top: 0.5em;
    left: 0.5em;
}

.product-short-description span {
    display: block;
}

.product-price-container .price-wrapper {
    font-size: 2rem;
    font-weight: 700;
    color: var(--heading-color);
}

.product-price-container .price-wrapper del {
    margin-right: 2%;
    display: inline-block;
    color: #777;
}

.product-price-container .price-wrapper ins {
    text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: .75em 1em;
    font-weight: bold;
}

.archive .woocommerce-pagination {
    margin: 45px 0 25px;
}

.is-active,
.is-active .nav-link {
    background-color: var(--accent-color);
    color: #fff !important;
}

.woocommerce .products .star-rating {
    margin: 0 auto .5em;
}

.woocommerce-page img {
    overflow: hidden;
}

.woocommerce-page img,
.woocommerce-page .thumbnail-item img {
    max-width: none;
}

.product-details .product-gallery .main-image-wrapper {
    overflow: hidden;
}

.card.product-box .product-thumb img {
    width: 100%;
}

.woocommerce-notice--success woocommerce-thankyou-order-received {
    background: #35b269;
    padding: 8px 0px 8px 10px;
    border-radius: 7px;
    color: #fefefe;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 25px;
}

.woocommerce ul.order_details {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.woocommerce .woocommerce-order-details {
    padding: 30px 0 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding: 0.5em 0 .25em 1.5em;
    margin-bottom: 0;
}

.wp-singular .wc-tabs-wrapper {
    height: 100%;
}

.wc-tabs .nav-link,
.wc-tabs:focus-visible,
.wc-tabs li:focus-visible,
.wc-tabs .nav-link:hover,
.wc-tabs .nav-link:focus,
.wc-tabs .nav-link:focus-visible {
    border: 0px !important;
    outline: none;
    box-shadow: none;
}

.wc-tabs .nav-link,
.wc-tabs .nav-item.active .nav-link {
    margin: 0px;
}

.comment-form .form-submit {
    text-align: right;
}

.comment-form .comment-form-rating {
    display: block;
    width: 100%;
}

.comment-form .comment-form-rating label {
    display: inline-block;
    max-width: 150px;
    width: 100%;
}

.comment-form .comment-form-rating p.stars {
    display: inline-block;
    max-width: 200px;
    width: 100%;
}

.comment-form .comment-form-rating p.stars span {
    line-height: 0.70;
    margin: 12px 0;
    display: inline-block;
}

/** swiper-style */
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0) !important;
    background: #ddd;
    padding: 0 12px 0 0px;
    width: 45px !important;
    height: 65px !important;
}

.swiper-button-next:after {
    display: block;
    left: 7px;
    font-weight: bolder;
    color: var(--accent-color);
    position: relative;
    padding: 10px 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0) !important;
    background: #ddd;
    padding: 0;
    width: 45px !important;
    height: 65px !important;
}

.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after {
    display: block;
    font-weight: bolder;
    color: var(--accent-color);
    position: relative;
    padding: 10px 0;
}

.swiper-button-disabled {
    display: none !important;
}