/*
Theme Name: Stonemade Child
Theme URI: https://stonemade.qodeinteractive.com
Description: A child theme of Stonemade
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: stonemade
Template: stonemade
*/

/* 
================================
Divided header styling
================================ 
*/
.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper {
    display: none;
}

/* 
================================
Mobile menu animation transition
================================ 
*/
#qodef-side-area-mobile-header {
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 
================================
Hide other shipping address checkbox  
================================ 
*/
/*#ship-to-different-address {*/
/*    display: none !important;*/
/*}*/


/* 
================================
Prices styling
================================ 
*/
p.price, 
p.price span, 
p.price bdi {
  	font-family: "Work Sans", sans-serif;
  	font-style: normal;
  	font-weight: 400;
  	font-size: 30px;
	margin-top: 18px;
}

.woocommerce-variation-price,
.woocommerce-variation-price .price,
.woocommerce-variation-price .woocommerce-Price-amount.amount,
.woocommerce-variation-price .woocommerce-Price-currencySymbol,
.woocommerce-variation-price bdi {
  	font-family: "Work Sans", sans-serif;
  	font-style: normal;
  	font-weight: 400;
  	font-size: 30px;
}
