/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
* Add your own custom css below this text.
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
body{ 
	color: #000;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
} 

.lato-bold {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.product-template-default.single-product #primary {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: block;
	float: none;
	position: relative;
}

.chip input {
	display: none !important;
}
.chip label {
	border: 1px solid #ccc;
	width: auto;
	padding: 2px 13px 2px 2px;
	margin: 0 !important;
	border-radius: 50px;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.chip label img {
	border-radius: 50px;
	width: 35px;
	height: 35px;
	margin: auto 6px auto auto;
}
.chip input:checked ~ label {
	border: 1px solid #2f6edd;
	background: #2f6edd;
	color: #fff;
}
#order_review .shop_table thead, #order_review .shop_table tbody {
	display: none;
}
.woocommerce-tabs  {
	display: none;
}
.check_box-chip {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-height: 80vh;
	overflow: auto;
} 
.sidebar-chip h2 {
	color: #000;
	font-size: 17px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 13px;
	display: flex;
	justify-content: space-between;
}
.sidebar-chip.close {
	right: -360px;
}
.sidebar-chip {
	background: #fff;
	padding: 10px;
	position: fixed;
	top: 117px;
	bottom: 0;
	margin-left: auto;
	width: 360px;
	box-shadow: 0px 0px 11px rgba(0,0,0,.1);
	height: calc(100vh- 117px);
	z-index: 999999;
	right: 0;
	transition: all ease-in-out 0.5s;
}
#primary {
	margin-top: 50px !important;
}
.select_opt i {
	font-size: 13px;
}
.select_opt {
	position: fixed;
	right: -73px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 180px;
	height: 34px;
	background: #3952a4;
	color: #fff;
	transform: rotate(-90deg);
	padding: 3px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	z-index: 1000;
}
.close_bar {
	padding: 0 13px;
	cursor: pointer;
}
.options-sel .col input {
	width: 100% !important;
	background: #fff;
	border: 0px;
	box-shadow: none !important;
	height: 28px;
	border-top: 1px solid #ccc;
	padding: 0 !important;
}
.options-sel .option {
	border: 1px solid #cecece;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.options-sel {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	height: calc(100% - 65px);
	overflow: auto;
	margin-bottom: 10px;
	align-content: start;
	padding-top: 15px;
	padding-right: 10px;
}
.woocommerce-product-details__short-description p {
	margin: 0px 0 7px;
	font-size: 16px;
	line-height: normal;
}
.sku_wrapper {
	margin-bottom: 4px;
}
.product_meta span {
	font-size: 16px;
} 
.woocommerce-product-gallery__image a {
	margin: auto !important;
	display: block !important;
	border: 1px solid #cccccc36;
	background: #cccccc36;
}
.woocommerce-product-gallery__image a img {
	display: block;
	margin: auto !important;
}
.product_title {
	font-size: 27px;
	font-weight: bold;
	margin: 0 !important;
	letter-spacing: 0;
}
.product_title_small {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    letter-spacing: 0;
}
.single-product div.product p.price {
	margin: 8px 0 15px !important;
	line-height: normal;
}
.price span {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
}
.options-sel .col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.options-sel .title p {
	text-align: center;
	margin: 0 !important;
	line-height: 13px;
	font-size: 11px;
	padding: 0 5px;
}
.options-sel .option .price {
	font-size: 0;
	margin-bottom: 5px;
}
.options-sel .option .price span {
	font-size: 12px;
}
.options-sel  .quantity {
	width: 100%;
}
.add_to_cart_sel {
	height: calc(100% - 40px);
}
.options-addcart {
	background: #2f6edd;
	color: #FFF;
	display: inherit;
	transition: all 0.2s ease;
	width: 100%;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 11px;
	margin: 0 !important;
	border: 0px !important;
}
.options-addcart:hover {
	color: #fff;
	border: 1px solid #fff;
	background: #2f6edd;
}
.options-sel .title {
	margin-bottom: 5px;
}
.options-sel .sku {
	margin-bottom: 6px;
	font-weight: 600;
	line-height: 1;
	padding: 6px;
	background: #f4f4f4;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
}
.options-sel .option .remove {
	position: absolute;
	background: red;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border-radius: 35px;
	right: -8px;
	top: -8px;
	cursor: pointer;
}
.related.products {
	margin-top: 80px;
}
.product-options h2, .related.products > h2 {
	font-size: 19px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 25px;
	color: #000;
	text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title {
	color: #000;
}
.hd_menu, .menucart, .logo_main {
	width: auto !important;
	margin: 0 !important;
}
.hd_menu a {
	letter-spacing: 0 !important;
	font-size: 15px !important;
}
.header_main .elementor-widget-wrap {
	justify-content: space-between;
}
.header_main {
	padding: 10px 0;
	border-bottom: 1px solid #cccccc38;
	background: #fff;
}
.logo_main img {
	max-width: 60px;
}
.woocommerce-product-gallery__trigger {
	z-index: 1 !important;
}
.related.products .add_to_cart_button {
	background: #173DCF;
	color: #fff !important;
	border-radius: 50px;
	margin: 9px 0 4px !important;
}
.related.products .sku-text {
	color: #000 !important;
}
.related.products .products li a img {
	max-height: 280px;
	width: 100% !important;
	object-fit: cover;
}
.related.products  .price span {
	font-size: 15px;
	line-height: normal;
}
a:focus, input:focus, textarea:focus, button:focus {
	outline: none !important;
}
.woocommerce-thankyou-order-details li {
	margin: 0 !important;
	padding: 20px 36px !important;
	flex: 1;
}
.woocommerce-thankyou-order-details li:last-child {
	border: 0px !important;
}
.woocommerce-order-details h2 ,
.woocommerce-column__title{
	margin: 0 0 20px !important;
	font-size: 22px !important;
}
.col2-set.addresses {
	margin: 0 !important;
}
.woocommerce-customer-details address {
	background: transparent !important;
}
.woocommerce-order-details table {
	padding: 0 !important;
}
.woocommerce-order-details table td,.woocommerce-order-details table th {
	padding: 10px 20px !important;
	background: #fff !important;
	border: 1px solid #ccc !important;
}
.woocommerce-order-details table td p {
	margin: 0 !important;
}
.woocommerce-order-details table td * {
	font-size: 14px !important;
	color: #000 !important;
}
#printOrder {
	background: #3953a5;
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	float: right;
}

@media only screen and (max-width: 767px) {
	.chip label { 
		font-size: 12px; 
	}
	.chip label img { 
		width: 25px;
		height: 25px;
		margin: auto 2px auto auto;
	}
	.check_box-chip {
		gap: 5px;
		max-height: unset;
	}
	#primary { 
		padding: 0 10px;
	}
	.sidebar-chip.close {
		bottom: -360px;
	}
	.close_bar {
		transform: rotate(90deg);
	}
	.sidebar-chip {
		width: 100%;
		height: 260px;
		bottom: 0;
		top: unset;
		right: 0 !important;
	}
}
.custom-cart-message {
    margin: 10px 0;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
	font-weight: 600;
}
.custom-checkout-notice{
    margin: 10px 0;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
	font-weight: 600;
}
a.button.wc-backward {
    display: none;
}