/*
Theme Name: Walker
Theme URI: http://walker.edge-themes.com
Description: A Trendy WooCommerce Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Text Domain: walker
Version: 2.3
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/*---------- MOBILE HEADER CSS ---------------*/
.edgtf-mobile-header .edgtf-vertical-align-containers .edgtf-position-center {left: 40px !important; top: -65px !important;}
.edgtf-mobile-header .edgtf-mobile-logo-wrapper img {width: 70% !important;}

/*---------- HEADER CSS ---------------*/
.edgtf-page-header {box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);}

/*---------- LOGO CSS ---------------*/
.edgtf-normal-logo {height: 60px !important; margin-top: 5%;}
.fixed .edgtf-normal-logo {margin-top: 2%;}
.edgtf-dark-logo {height: 60px !important; margin-top: 5%;}
.edgtf-light-logo {height: 60px !important; margin-top: 5%;}

/*---------- CATEGORY PAGE CSS ---------------*/
.tax-product_cat .edgtf-container-inner.clearfix {width: 100% !important; padding-top: 2% !important;}
.woocommerce-shop .edgtf-container-inner.clearfix {width: 100% !important; padding-top: 2% !important;}

/*---------- PRODUCT PAGE CSS ---------------*/
.edgtf-woo-single-page .product .edgtf-single-product-summary {margin: 0 !important;}
.single-product .pro-desc td {border: 1px solid !important;}
.single-product .pro-desc {color: #000 !important;}
.single_add_to_cart_button.button.alt {background-color: #ff3e6c !important; width: 60% !important; border-radius: 2px !important;}
.edgtf-single-product-summary form.cart .edgtf-quantity-buttons {margin: 0;}
.edgtf-single-product-summary .edgtf-single-product-title {text-transform: capitalize;}
@media only screen and (min-width: 720px) {
.edgtf-single-product-summary .edgtf-single-product-title {font-size: 2em;} }
.woocommerce-Price-amount.amount {font-size: 1.2em;}
@media only screen and (max-width: 720px) {
.woocommerce-product-gallery__image {width: 100% !important;}}
.woo-variation-swatches.wvs-show-label .variations th {border-right: none; text-align: left;}
.edgtf-single-product-summary form.cart {margin: 0;}
@media only screen and (max-width: 720px) {
.edgtf-woo-single-page.edgtf-woo-single-page-layout-full-width .product .edgtf-single-product-content {width: 100%;}
.edgtf-content .edgtf-content-inner > .edgtf-full-width > .edgtf-full-width-inner {padding-top: 0px !important;}
}

/*----------- Inner Page Header ------------*/
.edgtf-title.edgtf-standard-type.edgtf-has-background.edgtf-content-center-alignment.edgtf-title-image-not-responsive.edgtf-title-size-large {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff !important;
}
.entry-title {
  display: none !important;
}

/*------------ Cart Page -------------*/
.wc-proceed-to-checkout {text-align: right;}

/*------------ Checkout Page -------------*/
.form-row.place-order {text-align: right;}
.payment_method_cashfree label {font-size: 1em !important; color: #000 !important; font-weight: 700;}
.payment_method_cashfree p {font-size: 1em; font-weight: 700;}
label[for="payment_method_cashfree"] img {display: none !important;}
.edgtf-woocommerce-page .woocommerce-checkout h3#order_review_heading {margin: 8px 0 28px !important;}
.edgtf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li input, .edgtf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li label {display: inline !important;}
@media only screen and (min-width: 992px) {
	form.woocommerce-checkout {display: flex; gap: 40px;}
	#customer_details .col-1, #customer_details .col-2 {width: auto; float: none;}
	#customer_details .col-2 {margin-top: 40px;}	
    label[for="payment_method_cashfree"] img {max-width: none !important;}
}

/*----------- Related Products ----------*/
.edgtf-woo-single-page .product .edgtf-grid {width: 100%;}
@media only screen and (max-width: 720px) {
.edgtf-woo-single-page .product .edgtf-grid {width: 100%;}
}


