/*!
Theme Name: Sportsmith
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sportsmith
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sportsmith is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



/* Shop page */

.cmn-add-to-cart-btn {
    border: none !important;
    padding: 0px !important;
    height: 50px !important;
    font-size: 19px !important;
}

.woocommerce-notices-wrapper {
	width:100% !important;
}
.woocommerce-result-count{
	width:50%
}

.woocommerce-ordering{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

/* Single Page */

.px-4 {
    padding-left: 0px !important;
}

/* //Cart page */


.product-price {
	display:none !important;
}

.product-subtotal{
    display:none !important;
}

.cartPage #cart .cart{
    padding: 0px;
    max-width: 968px;
    width: 100%;
    margin: 0 auto;
}

table thead{
    border: none;
    background-color:#fff;
}

.woocommerce table.shop_table{
    border: none;
}

table thead th, table thead td, table tbody td {
    border: none !important;

}

table tbody td {
    border-top: 1px solid #ecebeb !important;
}

.remove {
    position: absolute;
    right: 10%;
    top: 50%;
    font-size: 0px !important;
}

.remove::after{
    content: "Remove" !important;
    display: block !important;
    font-size: 16px; /* Set your desired font size */
    margin-top: -8px; 
}

.woocommerce a.remove:hover{
    color: red !important;
}

.cart_item {
    position: relative;

}

.cart-collaterals {
    display: none;
}


#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}


#crtSec{
    clear: both;
}
.single-product .product_meta{
    display: none;
}
.single-product .price{
    display: none;
}
.single-product .variations tr{
    display: flex;
    flex-direction: column;
}
.single-product .variations select{
        border: 1px solid #ebebeb!important;
        padding: 9px;
        max-width: auto!important;
        width: auto!important;
        min-width: auto!important;
}
.single-product table td{
    padding: 0!important;
    border: none!important;
}
.single-product table label{
    margin-bottom: 5px;
    display: block;
    content: "Quantity";
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.single-product .woocommerce-variation-add-to-cart{
    display: flex;
    flex-direction: column;
}
.single-product .woocommerce-variation-add-to-cart:before{
    display: block;
    content: "Quantity";
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.single-product .quantity{
    margin-bottom: 24px!important;
}
.single-product .woocommerce-product-gallery__wrapper img{
    background-color: #ebebeb;
    padding: 70px 55px;
}
.single-product .product_title{
    margin-top: 20px!important;
}
.single-product form.cart{
    display: flex;
    flex-direction: column;
}


.single-product .single_add_to_cart_button{
    background-color: #1b4b9e !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    border-radius: 0px !important;
    height: 60px !important;
    border: none !important;
    margin-right: 20px !important;
    width: 200px;
}
.single-product .rating svg{
    display: none;
}
.single-product .count-1 svg:first-child{
    display: inline-block;
}
.single-product .count-2 svg:first-child{
    display: inline-block;
}
.single-product .count-3 svg:first-child{
    display: inline-block;
}
.single-product .count-4 svg:first-child{
    display: inline-block;
}
.single-product .count-5 svg:first-child{
    display: inline-block;
}
.single-product .count-2 svg:nth-child(2){
    display: inline-block;
}
.single-product .count-3 svg:nth-child(2){
    display: inline-block;
}
.single-product .count-3 svg:nth-child(3){
    display: inline-block;
}
.single-product .count-4 svg:nth-child(2){
    display: inline-block;
}
.single-product .count-4 svg:nth-child(3){
    display: inline-block;
}
.single-product .count-4 svg:nth-child(4){
    display: inline-block;
}
.single-product .count-5 svg:nth-child(2){
    display: inline-block;
}
.single-product .count-5 svg:nth-child(3){
    display: inline-block;
}
.single-product .count-5 svg:nth-child(4){
    display: inline-block;
}
.single-product .count-5 svg:nth-child(5){
    display: inline-block;
}