/*
Theme Name: Supro Child
Theme URI: http://drfuri.com/supro
Author: DrFuri
Author URI: http://drfuri.com
Description: Supro Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: supro
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: supro
*/

/* ==========================================================================
   START of CUSTOM CSS
   ========================================================================== */

/* CSS custom properties (safe to use in plain CSS) */
:root {
	--color-dark: #000;
	--color-primary: #ce3234; /* matches theme primary */
	--color-text: #333;
	--color-border: #eaeaea;
}

.display-none {
	display: none;
}

body, h1, h2, h3, h4, h5, h6 {
	 font-family: Helvetica, Arial, sans-serif;
	 color: var(--color-text);
}

.topbar {
	color: var(--color-text);
}

/* Mobile topbar: distribute widgets left/right and remove separators on mobile */
.topbar.topbar-mobile .topbar-widgets {
	justify-content: space-between !important;
}

.topbar.topbar-mobile .topbar-widgets .widget:after {
	display: none;
}

.topbar-enable.header-sticky .site-header.minimized, .header-sticky .site-header.minimized {
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: none;
	-webkit-box-shadow: none;
  }
  
.site-header {
	padding-top: 10px;
	padding-bottom: 10px;
  }

.site-header .site-logo {
	margin-left: -9px;
	width: 120px;
}

.woocommerce.mini-cart .cart_list li .variation dt,
.woocommerce.mini-cart .cart_list li .variation dd {
  text-transform: none;
	font-size: 14px;
}

dt {
  font-size: 14px;
}

.woocommerce table.shop_table tr td .quantity,
.woocommerce table.shop_table tbody td .quantity {
  border: 1px solid var(--color-border);
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table th {
  text-transform: none;
  font-size: 14px;
}

.woocommerce table.shop_table tr td.product-name dl.variation,
.woocommerce table.shop_table tbody td.product-name dl.variation {
  font-size: 14px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 16px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  height: 46px;
  line-height: 24px;
  min-width: 250px;
  font-size: 14px;
	font-weight: 600;
}

.woocommerce table.shop_table tr td.product-name dl.variation dd,
.woocommerce table.shop_table tbody td.product-name dl.variation dd {
  color: #222;
  margin-bottom: 0;
  line-height: 1;
}

select {
  border: 1px solid var(--color-border);
}

.woocommerce div.product form.cart .button {
	background-color: var(--color-primary);
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
	background-color: var(--color-primary);
}

.woocommerce-cart .woocommerce .cart-collaterals {
  margin-top: -126px;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table {
  border: 1px solid var(--color-border);
}

.woocommerce table.shop_table tr td.product-name dl.variation dt,
.woocommerce table.shop_table tbody td.product-name dl.variation dt {
  text-transform: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select
{
  border: 1px solid var(--color-border);
}

.woocommerce-cart .woocommerce table.cart .btn-shop, .woocommerce-cart .woocommerce table.checkout .btn-shop, .woocommerce-cart .woocommerce table.cart .btn-update, .woocommerce-cart .woocommerce table.checkout .btn-update
{
	border: 1px solid var(--color-border);
}

@media (max-width: 767px) {
  .site-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* .woocommerce-cart */ 
.woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
    float: none;
    margin-top: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul li .m-title {
  text-transform: none;
}

.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address address {
  text-transform: none;
}

.woocommerce form .form-row label {
	clear:both;
}

.woocommerce div.product form.cart div.quantity {
  border: 1px solid var(--color-border);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  line-height: 46px;
}

.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
    padding: 0px 12px!important;
}

/* primary menu rows */
.nav .menu .is-mega-menu .dropdown-submenu .menu-item-mega > a {
    padding: 10px 0 10px;
}

.nav .menu .is-mega-menu .dropdown-submenu .mega-menu-content {
    padding: 20px 30px;
}

/* cart delivery method*/
.woocommerce ul#shipping_method li {
    padding-left: 0px;
    text-indent: 0px;
}

.woocommerce ul#shipping_method li label {
    display: inherit;
    margin-right: 60px;
}

.woocommerce ul#shipping_method li .woocommerce-Price-amount {
    margin-right: -60px;
}

.woocommerce table.shop_table tr td.product-name dl.variation dt, .woocommerce table.shop_table tbody td.product-name dl.variation dt {
    line-height: inherit;
}

.woocommerce-checkout table.shop_table {
    padding: 0 25px;
    border: 1px solid var(--color-border);
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 20px 25px;
}

.woocommerce-checkout #payment {
    border: 1px solid var(--color-border);
		border-top: none;
}

.woocommerce table.shop_table tr td, .woocommerce table.shop_table tbody td {
   border-bottom: none;
}

.woocommerce table.shop_table tr th {
	border-bottom: none;
}
/* MARKED FOR DELETION
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #009000;
	font-size: 15px;
}
*/
div.woocommerce-privacy-policy-text {
	font-size: 15px;
}

.woocommerce-checkout .woocommerce-info {
	border: 1px solid var(--color-border);
}

.woocommerce-cart .woocommerce table.cart .cart-actions, .woocommerce-cart .woocommerce table.checkout .cart-actions {
    max-width: 100%;
}

.woocommerce-checkout table.shop_table tr th:last-child {
    width: 20%;
}

.woocommerce table.shop_table tr td.product-name dl.variation div.variation-group dt {
	width: 40%;
	margin: 0;
}
.woocommerce table.shop_table tr td.product-name dl.variation div.variation-group dd {
	width: 60%;
	padding-left: 5px;
}

.un-mini-cart-content dl.variation div.variation-group dt {
	margin: 0;
	width: 40%;
	color: #999;
	line-height: inherit;
}
.un-mini-cart-content dl.variation div.variation-group dd {
	width: 60%;
	padding-left: 5px;
	color: #222;
	line-height: inherit;
}

.woocommerce ul.cart_list li::after, .woocommerce ul.cart_list li::before, .woocommerce ul.product_list_widget li::after, .woocommerce ul.product_list_widget li::before {
    content: none;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    list-style: inherit;
}

.woocommerce.mini-cart .cart_list li {
    border-bottom: none;
    padding: 0px 20px 0px 0;
}

.woocommerce.mini-cart .cart_list li a {
	line-height: 1.6;
  font-weight: 600;
}

.woocommerce.mini-cart .cart_list li .amount {
  color: #222;
	text-align: right;
}

span.quantity span.woocommerce-Price-amount {
	float: right;
}

th.product-quantity, th.product-price, th.product-subtotal {
	text-align: center;
}

.woocommerce-cart .woocommerce table.shop_table.cart tr td {
  padding: 30px 10px 0px 10px;
}

 td.product-price, td.product-subtotal {
	text-align: right;
}

.woocommerce.mini-cart .cart_list .remove {
    color: #222 !important;
}

.woocommerce table.shop_table tr td.product-subtotal, .woocommerce table.shop_table tbody td.product-subtotal, .woocommerce table.shop_table tr td.product-quantity, .woocommerce table.shop_table tbody td.product-quantity, .woocommerce table.shop_table tr td.product-price, .woocommerce table.shop_table tbody td.product-price {
    width: inherit;
}

.woocommerce.mini-cart .cart_list li:first-child .remove {
    top: 4px;
}

.woocommerce table.shop_table tr td.product-quantity, .woocommerce table.shop_table tbody td.product-quantity {
width:inherit;
}

.woocommerce.mini-cart .cart_list li {
padding-right: 0;
}

.woocommerce table.shop_table tr td.product-name dl.variation dt, .woocommerce table.shop_table tbody td.product-name dl.variation dt {
    line-height: inherit;
}

.woocommerce table.shop_table tr td.product-name dl.variation dd, .woocommerce table.shop_table tbody td.product-name dl.variation dd {
    line-height: inherit;
}

.un-mini-cart-thumbnail {
display: none;
	}

.woocommerce.mini-cart .cart_list li .un-mini-cart-content {
padding-left: 0px;
padding-bottom: 30px;
}

td.product-name {
	padding-top:20px;
	padding-bottom:20px;
	width: 100%;
}

tr.cart_item {
	border:none;
}

.woocommerce-checkout table.shop_table .cart_item td {
    font-weight: 400;
}

.woocommerce-shipping-destination {
display: none; }

p a:link, p a:visited, p a:hover, p a:active {
	text-decoration: underline;
	}

.woocommerce ul#shipping_method li label:before {
    top: 0px;
}

blockquote {
	font-size: 20px;
	font-weight: 400;
	color: inherit;
	font-family: inherit;
}

blockquote {
    padding: 0px;
}

.supro-icons-box.box-shadow {
    -webkit-box-shadow: 0 40px 60px 0 #f2f3f5;
    box-shadow: 0 40px 60px 0 #f2f3f5;
}

.supro-icons-box {
    padding: 20px 40px;
}

.woocommerce.single-product-layout-1 div.product .product-summary {
    padding-left: 0px;
	padding-right: 10px;
}

.woocommerce.single-product-layout-1 div.product .product-images-wrapper {
	float: right;
}

@media (max-width: 991px) {
.woocommerce.single-product-layout-1 div.product .product-summary  {
	margin-top: 10px;
}

}

#gform_submit_button_26,
#gform_submit_button_30 {
	line-height: 46px;
	background-color: var(--color-primary);
	padding: 0 40px;
	color: white;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	border: none;
	width: 100%;
}

/* FONT OVERRIDE REMOVED - These conflicted with optimized font subset loading */
/* The unified-icons.min.css file already loads the optimized Linearicons subset */
/* 
@font-face {
  font-family: 'Linearicons';
  font-display: swap;
  src: local('Linearicons'), url(/wp-content/plugins/supro-addons/assets/fonts/Linearicons.ttf?fgpewa2) format('truetype');
}

@font-face {
  font-family: 'Eleganticons';
  font-display: swap;
  src: local('Eleganticons'), url(/wp-content/themes/supro/fonts/ElegantIcons.woff) format('woff');
}
*/

.page-header.no-bg {
	padding-top: 4em;
	padding-bottom: 0em;
}

.site-content {
	padding-top: 2em;
}

.buy_now_button {
	visibility: hidden;
}

.woocommerce div.product form.cart .single-button-wrapper {
    display: initial;
    justify-content: space-between;
}



.edit .single-product .gfield_price_15_37{
	display:none;
}


@media only screen and (min-width: 1200px) {}

.test {
	position: fixed;
	background-color:#fff;
	padding:10px;
	left:1100px;
	top:100px;
	border:1px #d33 solid;
	z-index:9;
	width:400px;
}

.product-images-wrapper {
	margin-bottom:40px;
}

.woocommerce div.product form.cart .button {
	background-color:green;
}

/*
.topbar .row-flex {
    align-items: stretch;
    min-height: 45px;
}

.topbar, .topbar a {
  background-color:green;
  color:white;
}

.topbar a {
	color:white;
	margin-left: 10px;
}
*/
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	    background-color: green;
			min-width: 220px;
			height: 46px;
    	line-height: 44px;
	    font-size: 14px;
    	letter-spacing: 2px;
    	padding: 0 15px;
	    text-transform: uppercase;
    	border: 0;
   	 	box-shadow: none;
			transition: 0.5s;
   		border-radius: 0;
    	font-weight: 600;
			-webkit-font-smoothing: antialiased;
		color:white;
	
}

@media (max-width: 1199px) {
.menu-item-mega  {
		padding: 15px 0 15px 0;
}
}
/*
.topbar-mobile  #block-9 {
	width:100%;
}
*/
/* Gravity forms */

form.cart .product_totals {
	display: none;
}

.woocommerce-checkout table.shop_table .order-total .woocommerce-Price-amount {
	color: var(--color-primary);
}


/* =====================================================================
   Menu active-state overrides (keep structure, adjust visuals only)
   - Goal: underline/color ONLY the exact current item
   - Fix: prevent ancestors/parents from appearing active when another
          item is selected, while keeping hover behavior intact
   --------------------------------------------------------------------- */
/* Hide the persistent underline on ancestors/parents, but still allow hover underline */
.nav ul.menu > li.current-menu-ancestor:not(:hover) > a:after,
.nav ul.menu > li.current-menu-parent:not(:hover) > a:after {
  width: 0;
}

/* Reset ancestor/parent text color for themed menus (primary/custom) when not hovered */
.nav ul.menu.primary-color > li.current-menu-ancestor:not(:hover) > a,
.nav ul.menu.primary-color > li.current-menu-parent:not(:hover) > a,
.nav ul.menu.custom-color > li.current-menu-ancestor:not(:hover) > a,
.nav ul.menu.custom-color > li.current-menu-parent:not(:hover) > a {
  color: inherit;
}

/* Off-canvas and mobile menus: remove persistent active color on ancestors/parents */
.primary-mobile-nav ul.menu li.current-menu-ancestor > a,
.primary-mobile-nav ul.menu li.current-menu-parent > a,
.supro-off-canvas-panel.menu-sidebar ul.menu li.current-menu-ancestor > a,
.supro-off-canvas-panel.menu-sidebar ul.menu li.current-menu-parent > a {
  color: inherit;
}

/* Cart number of items */

.site-header .menu-extra .menu-item-cart .mini-cart-counter, .site-header .menu-extra .menu-item-wishlist .mini-cart-counter, .site-header .menu-extra .menu-item-compare .mini-cart-counter {
    background-color: var(--color-primary);
}

.woocommerce-product-gallery{ opacity: 1 !important; }


/* ==========================================================================
   END of CUSTOM CSS
   ========================================================================== */
