/*-- site woocommerce general css --*/
.cart-wrapper {
    font-size: 21px;
    position: relative;
}

.cart-count {
    margin-left: 5px;
}

.cart-wrapper,
.cart-wrapper a,
.cart-wrapper a:hover,
.cart-wrapper a:focus,
.cart-wrapper a:visited {
    color: var(--font-second-color);
}
/*-- end site woocommerce general css --*/


/*-- site products content css --*/
.archvie-product-wrapper .onsale,
.woocommerce span.onsale {
	color: #FFF;
	position: absolute;
    top: 5px !important;
    left: 5px !important;
    padding: 5px 15px !important;
    border-radius: 0 !important;
    min-height: unset !important;
    line-height: unset !important;
    background: #DC143C !important;
}

.index-price-wrapper {
    font-size: 14px;
    line-height: 18px;
}

.index-price-wrapper ins,
.archive-price-wrapper ins {
	background: none;
}

.price-contact,
.project-info,
.index-price-wrapper ins bdi,
.index-price-wrapper bdi,
.archive-price-wrapper ins bdi,
.archive-price-wrapper bdi,
.price ins bdi,
.price bdi {
    color: var(--site-primary-color);
    font-weight: 700;
}

.index-price-wrapper del bdi,
.archive-price-wrapper del bdi,
.price del bdi {
	margin-right: 10px;
    color: #777;
    font-weight: 400;
    text-decoration: line-through;
}

.archive-product-content-wrapper .col-lg-3,
.single-product-main .related .col-lg-3 {
    margin-bottom: 20px;
}

.archive-product-wrapper {
    height: 100%;
    padding: 10px;
    border-radius: 7px;
    position: relative;
}

.archive-product-wrapper .hover-img-wrapper,
.archive-product-thumb {
    border-radius: 7px;
}

.archive-product-wrapper:hover .hover-img {
    transform: scale(1.1)
}

.archive-product-wrapper .save-percent {
    top: 10px;
    left: 10px;
    position: absolute;
}

.single-product-main .save-percent {
    margin-left: 10px;
}

.related .save-percent {
    margin-left: 0;
}

.save-percent {
    padding: 5px 15px;
    border-radius: 7px;
    display: inline-block;
    color: var(--font-second-color);
    background: #DC143C;
}
/*-- end site products content css --*/


/*-- site archive products content css --*/
.woocommerce-products-header__title,
.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3,
.woocommerce-form__label span,
#order_review_heading,
.cart_totals h2,
.woocommerce-order-details__title,
.woocommerce-column__title,
.product_title,
.related-product-title {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 27px;
    font-weight: 700;
}

.archive-product-btn {
    margin-top: 10px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 7px;
    display: inline-block;
}

.archive-product-btn,
.archive-product-btn:hover,
.archive-product-btn:focus,
.archive-product-btn:visited {
    color: var(--font-second-color);
    background: var(--font-primary-color);
}
/*-- site archive products content css --*/


/*-- site woocommerce account page css --*/
.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.woocommerce-MyAccount-navigation li {
    list-style: none;
}

.woocommerce-MyAccount-navigation a {
    padding: 10px;
    width: 100%;
    background: #EFEFEF;
    display: inline-block;
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation a:focus {
    background: var(--font-primary-color);
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation .is-active a:visited,
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation a:focus {
    color: var(--font-second-color);
}
/*-- end site woocommerce account page css --*/


/*-- site woocommerce login page css --*/
.woocommerce-login-title,
.woocommmerce-register-title {
    font-size: 21px;
    line-height: 27px;
    font-weight: 700;
}

.login-page-content a {
    text-decoration: underline;
}

.woocommerce-form-login,
.woocommerce-form-register,
.woocommerce-form-login .woocommerce-form-row,
.woocommerce-form-register .woocommerce-form-row,
.woocommerce-form-login .form-row,
.woocommerce-form-register .form-row,
.woocommerce-EditAccountForm .form-row {
    padding: 0 !important;
}

.woocommerce-form-login,
.woocommerce-form-register {
    margin-bottom: 0 !important;
}

.woocommerce-form-login {
    border: none !important;
    border-radius: 0 !important;
}

.woocommerce-form-login .woocommerce-Input--text,
.woocommerce-form-register .woocommerce-Input--text,
.woocommerce-EditAccountForm .woocommerce-Input--text,
.woocommerce-EditAccountForm .woocommerce-Input--email,
.woocommerce-EditAccountForm .woocommerce-Input--phone,
.woocommerce-EditAccountForm .woocommerce-Input--password,
.lost_reset_password .woocommerce-Input--text {
    padding: 9px 20px !important;
    border-radius: 5px !important;
}

.woocommerce-Address h3,
.woocommerce-EditAccountForm legend {
    margin-top: 10px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
}

.woocommerce-Address-title {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-Address h3 {
    margin: 0;
}

.woocommerce-form-login__rememberme {
    display: none !important;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
    margin-top: 10px !important;
    padding: 15px !important;
    width: 100%;
}

.woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-EditAccountForm .woocommerce-Button:hover,
.woocommerce-EditAccountForm .woocommerce-Button:focus,
.woocommerce-EditAccountForm .woocommerce-Button:visited,
.woocommerce-form-login__submit,
.woocommerce-form-login__submit:hover,
.woocommerce-form-login__submit:focus,
.woocommerce-form-login__submit:visited,
.woocommerce-form-register__submit,
.woocommerce-form-register__submit:hover,
.woocommerce-form-register__submit:focus,
.woocommerce-form-register__submit:visited,
.lost_reset_password .woocommerce-Button,
.lost_reset_password .woocommerce-Button:hover,
.lost_reset_password .woocommerce-Button:focus,
.lost_reset_password .woocommerce-Button:visited {
    color: var(--font-second-color) !important;
    background: var(--font-primary-color) !important;
}
/*-- end site woocommerce login page css --*/


/*-- site woocommerce lost password page css --*/
.lost_reset_password .woocommerce-form-row {
    width: 100% !important;
}
/*-- end site woocommerce lost password page css --*/


/*-- site single product css --*/
.product_meta,
.single-product-main .onsale {
    display: none !important;
}

.single-product-main .onsale {
    top: 0 !important;
    left: 0 !important;
    border-radius: 0 !important;
    min-height: unset !important;
    line-height: unset !important;
    padding: 5px 20px !important;
    background: #FF0000 !important;
}

.singleProductSwiperThumb .swiper-slide,
.singleProductSwiper .swiper-slide {
    border: solid 1px #CCC;
}

.singleProductSwiper .swiper-slide-thumb-active {
    border: solid 1px var(--font-primary-color);
}

.woocommerce-product-details__short-description ul,
.woocommerce-tabs ul {
    margin-left: 0;
    padding-left: 0;
}

.woocommerce-product-details__short-description li,
.woocommerce-tabs li {
    list-style: inside;
}

.single-product-contact-wrapper {
    padding: 20px;
    border-radius: 7px;
    border: dashed 2px var(--site-primary-color);
}

.single-product-contact-title {
    font-weight: 700;
    color: var(--site-primary-color);
}

.single-product-contact-wrapper p:last-child {
    margin-bottom: 0;
}

.single-product-main .entry-summary {
    margin-top: 0;
}

.woocommerce-variation-price {
    margin-bottom: 15px;
}

.single-product-main .qty,
.single_add_to_cart_button {
    height: 40px;
}

.single_add_to_cart_button {
    border-radius: 7px !important;
    background: var(--font-primary-color) !important;
}

.wc-tabs {
    margin-bottom: 10px !important;
    padding-left: 0 !important;
}

.wc-tabs::before {
    border: none !important;
}

#tab-description,
#tab-guide_tab {
    margin-top: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none;
    position: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
    color: var(--font-second-color);
    background: var(--font-primary-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-left: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 16px;
    border: none;
    background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
    margin-right: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 30px;
    border-radius: 7px;
    border: solid 2px var(--font-primary-color);
    color: var(--font-primary-color);
    display: inline-block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs a:focus {
    outline: none;
}

.single-product-main input[type=number] {
    -moz-appearance: textfield;
    border-radius: 7px;
    border: solid 1px var(--font-primary-color);
}

.single-product-main button.minus,
.single-product-main button.plus {
    padding: 0 15px;
    height: 40px;
    border-radius: 7px;
    color: var(--font-second-color);
    background: var(--font-primary-color);
}

.single-product-main button.minus,
.single-product-main button.plus,
.single-product-main .qty {
    border: none;
}

.single-product-main .qty {
    outline: none;
}

.single-product-main .woocommerce-product-gallery__image a {
    pointer-events: none;
}

.singleProductSwiperThumb {
    margin-bottom: 20px;
}

.singleProductSwiper .swiper-button-next, 
.singleProductSwiper .swiper-button-prev {
    width: 35px;
    height: 35px;
}

.archive-product-thumb,
.img-single-product-gallery,
.singleProductSwiperThumb img,
.singleProductSwiperThumb .attachment-shop_single,
.singleProductSwiper img,
.singleProductSwiper .attachment-shop_single,
.woocommerce-product-gallery__image .wp-post-image,
.woocommerce-product-gallery__wrapper img {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover;
}

.img-single-product-gallery {
    margin-bottom: 20px;
}
/*--  end site single product css --*/


/*-- site cart page css --*/
.return-to-shop .wc-backward,
.checkout-button,
#place_order {
    color: var(--font-second-color) !important;
    background: var(--site-primary-color) !important;
}

.return-to-shop .wc-backward:hover,
.checkout-button:hover,
#place_order:hover,
.return-to-shop .wc-backward:focus,
.checkout-button:focus,
#place_order:focus {
    background: var(--font-primary-color) !important;
}

.woocommerce .col-1, 
.woocommerce .col-2 {
    max-width: none;
}

.woocommerce-cart-form__cart-item .quantity .minus,
.woocommerce-cart-form__cart-item .quantity .plus {
    display: none;
}

.checkout-button {
    padding: 15px 20px !important;
    border-radius: 7px !important;
}

.wp-block-woocommerce-empty-cart-block .wp-block-heading {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
}

.wc-block-grid__product {
    position: relative;
}

.wc-block-grid__product .save-percent {
    position: absolute;
}

.wc-block-grid__product-onsale {
    display: none !important;
}

.wc-block-components-quantity-selector__button--minus,
.wc-block-components-quantity-selector__button--plus,
.wc-block-components-quantity-selector__input {
    box-shadow: none !important;
}

.wc-block-components-button {
    background: #DC143C !important;
}

.wc-block-components-button,
.wc-block-components-button:hover,
.wc-block-components-button:focus,
.wc-block-components-button:visited {
    color: var(--font-second-color) !important;
}

#customer_details {
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #CCC;
}

.woocommerce-billing-fields__field-wrapper label,
.woocommerce-billing-fields__field-wrapper span {
    width: 50%;
}

.woocommerce-billing-fields__field-wrapper .selection span {
    width: 100%;
	height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 12px;
}

.woocommerce-input-wrapper .form-control,
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	padding: 10px;
}

.woocommerce-input-wrapper,
#order_comments_field textarea {
    width: 100%;
}

#order_comments_field textarea {
    height: 200px;
}

#billing_country_field,
.cross-sells {
    display: none;
}
/*-- end site cart page css --*/


/*-- site thank you page css --*/
.woocommerce-thankyou-order-details {
    padding-left: 0;
}
/*-- end site thank you page css --*/


@media (max-width: 768px) {
    .woocommerce-products-header__title,
    .woocommerce-billing-fields h3,
    .woocommerce-form__label span,
    #order_review_heading,
    .cart_totals h2,
    .woocommerce-order-details__title,
    .woocommerce-column__title,
    .product_title,
    .related-product-title {
        font-size: 18px;
        line-height: 25px;
    }

    .index-price-wrapper {
        display: flex;
        flex-direction: column;
        min-height: 36px;
    }

    .products-price {
        height: 45px;
        overflow: hidden;
    }

    .index-price-wrapper del bdi, 
    .archive-price-wrapper del bdi, 
    .price del bdi {
        margin-right: 0;
    }

    .single-product-main .quantity {
    	margin-bottom: 10px !important;
    }
    
    .woocommerce-login-title,
    .woocommmerce-register-title {
        font-size: 18px;
        line-height: 23px;
    }

    .woocommerce-MyAccount-navigation ul {
        margin-bottom: 10px;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    
}

@media (min-width: 800px) and (max-width: 1280px) {
    
}

@media (min-width: 810px) and (max-width: 1080px) {
    
}

@media (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
    
}

@media (min-width: 800px) and (max-width: 1280px) and (orientation: landscape) {
    
}

@media (min-width: 810px) and (max-width: 1080px) and (orientation: landscape) {
    
}

@media (min-width: 992px) and (max-width: 1824px) {
    
}

@media (min-width: 1824px) {
    
}
