/*
Theme Name: Merchandise Plus
Version: 1

Author: Lotus Digital Ltd
Author URI: https://www.lotusdigital.co.uk
*/

/* 
* 
*  Merchandise Plus v1 (2022)
*
*  Custom Stylesheet (Vanilla)
*  Incl. Variables
*
/*


/* Global Styling */

html{
	scroll-behavior: smooth;
}

.acf_gallery{
	margin-top: 25px !important;
}

.acf_gallery img{
	max-width: 40% !important;
	height: auto !important;
	display: inline-block !important;
}

body{
	font-family: "DM Sans", sans-serif !important;
	font-weight: 400 !important;
}

.woocommerce-product-gallery img.wp-post-image{
	width: 100%;
	height: auto;
}

.woocommerce-breadcrumb{
	display: none;
}

.product_meta{
	display: none;
}

/* PTB */

#PTB{
	background: blue;
	text-align: center;
	color: #ffffff;
	padding: 40px 0px 40px 0px;
}

/* Woo Styles */

h2.woocommerce-loop-product__title{
	font-size: 24px !important;
}

h2.woocommerce-loop-product__title{
	color: blue !important;
}

.woocommerce .products li span.price{
	font-size: 18px !important;
	font-weight: bold !important;
	color: #000000 !important;
}

.form-row {
	display: -ms-flexbox;
	display: block !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

h3#order_review_heading{
	margin-top: 40px;
}
	
.summary.entry-summary .single_add_to_cart_button, .checkout-button.button.alt.wc-forward, .woocommerce-checkout-payment .button.alt{
	background: blue !important;
	text-align: center !important;
	display: block !important;
	color: #ffffff !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	font-size: 15px !important;
	text-decoration: none !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	border-bottom-left-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	letter-spacing: 2px !important;
	margin-top: 0px !important;
	width: 100% !important;
	border: 0px !important;
}

.woocommerce-message a{
	background: blue !important;
	text-align: center !important;
	display: block !important;
	color: #ffffff !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	font-size: 15px !important;
	text-decoration: none !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	border-radius: 8px !important;
}

/* Header Styles */

#Header-Store{
	padding: 40px 0px 40px 0px;
	text-align: right;
}

#Header-Store .container-fluid{
	padding: 0px;
}

#Header-Store img.logo{
	width: 360px;
	height: auto;
}

#Header-Store ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

#Header-Store ul li{
	display: inline;
	margin-left: 30px;
}

#Header-Store ul li a{
	color: blue;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

/* Header Styles */

#Header{
	padding: 0px 40px 0px 0px;
	text-align: right;
}

#Header .container-fluid{
	padding: 0px;
}

#Header img.logo{
	width: 360px;
	height: auto;
	margin-top: 20%;
}

#Header h1{
	text-align: right;
	font-weight: 600;
	font-size: 16.2857px;
	line-height: 23px;
	text-align: right;
	letter-spacing: -0.005em;
	margin-top: 20%;
	color: #000000;
}


/* Content Styles */

#Content{
	
	padding: 60px 0px 60px 0px;
}

#Content ul{
	list-style-type: none;
	margin: 0;
	margin-top: 30px;
	padding: 0;
}

#Content ul li{
	background: #F5F5F5;
	padding: 10px 15px 10px 15px;
	display: block;
	color: #000000;
	font-weight: 500;
	font-size: 13px;
	border: 1px solid #DBDBDB;
	border-radius: 5px;
	margin-bottom: 10px;
}

/* Footer Styles */

#Footer{
	background: #F5F5F5;
	padding: 50px 0px 50px 0px;
}

#Footer img{
	width: 190px;
	height: auto;
	margin-bottom: 50px;
}


#Footer p{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #272727;
}

#Footer a{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	float: right;
	font-weight: 600;
	color: #272727;
	letter-spacing: 2px;
}


/*Media Queries*/

@media only screen and (max-width: 1199px) {
	/* For desktop: */
}
@media only screen and (max-width: 992px) {
	/* For desktop: */
}
@media only screen and (max-width: 768px) {
	/* For desktop: */
	
	#Header{
		padding: 0px !important;
	}
	
	#Header .col-md-8 img{
		display: none;
	}
	
	#Header .col-md-4{
		text-align: center !important;
	}
	
	#Header img.logo{
		text-align: center;
		margin-top: 30px !important;
	}
	
	#Header h1{
		float: none;
		text-align: center;
		margin-top: 40px;
	}
	
	#Content{
		padding: 40px 0px 40px 0px;
	}
	
	#Content .col-md-4{
		margin-bottom: 40px;
	}
	
	#Footer{
		text-align: center;
	}
	
	#Footer a{
		float: none;
	}
	
	#Footer .links{
		margin-top: 30px;
	}
}
@media only screen and (max-width: 590px) {
	/* For desktop: */
}
@media only screen and (max-width: 480px) {
	/* For desktop: */
}
@media only screen and (min-width: 320px) {
	/* For desktop: */
}