/* 
Theme Name:		Mastaklance Child for Elementor Hello
Theme URI:		https://mastaklance.com/
Author:			Mastaklance
Author URI:		https://mastaklance.com/
Template:		hello-elementor
*/


/* remove "view cart" */
.woocommerce a.added_to_cart {
    display: none;
}

/* cart page */
.woocommerce a.button.alt {
	font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 2px;
    width: 100%;
    color: #FFFFFF;
    background-color: #000000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #090909;
    border-radius: 5px;
    padding: 20px 20px 20px 20px;
}
.woocommerce a.button.alt:hover{
	background-color: #607D8B;
	border-color: #607D8B;
	color:#ffffff;
}


/* checkout error customization */
.woocommerce-info {
    display: none;
}
.woocommerce form .form-row .required {
    visibility: visible;
}
/* Button "Place order" */
#checkout-payment .button {
	font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 2px;
    width: 100%;
    color: #FFFFFF;
    background-color: #000000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #090909;
    border-radius: 5px;
    padding: 20px 20px 20px 20px;
}
#checkout-payment .button:hover {
	background-color: #607D8B;
	border-color: #607D8B;
	color:#ffffff;
}




/*----------------------------------------------------------------------------------------------------------*\
    Mobile CSS code
\*----------------------------------------------------------------------------------------------------------*/
/* Mobile 320 ----------- */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 767px) {	


	
	
	
}
	




/* Small Desktop ----------- */
@media only screen 
and (min-device-width: 1280px) 
and (max-device-width: 1560px) {



	





/* FullHD 1920 ----------- */
@media screen and (min-width: 1920px), screen and (min-height: 1080px) {


	
	
	
	



}




/* 2k screens ----------- */
@media screen and (min-width: 2560px), screen and (min-height: 1440px) {

	





	


}