/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


/*com_com_overlay_1:start*/
.com_com_overlay_1{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	position: fixed;
    z-index: 998;
    text-align: center;
    color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
	opacity: 0.9;	
}

.page_overlay_container{
	opacity: 1;	
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #0a0a0a;
	padding: 40px;
	border-radius: 5px;
	z-index: 999;
}

.page_overlay_container p, .page_overlay_container a{
    color: #FFFFFF;
}
/*com_com_overlay_1:end*/

.webpage_body{
	max-width: 100%;
	margin: auto;	
}

/* com_contact_1:start */
.com_contact_1{
	background: #FFFFFF;
	padding:0 40px;
}
.com_contact_1 .inner{
	margin: auto;
	display: flex;
	justify-content: space-around;
	padding: 0 40px;
	max-width: 1350px;
}

.com_contact_1 .inner .leftcol{
	padding: 0 40px;
	width: 40%;
}

.com_contact_1 .inner .leftcol .call-us-now{
	display: flex;
    align-items: center;
    border: 3px #0a0a0a solid;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #0a0a0a;
    text-align: center;
    font-weight: 500;
	max-width: 200px;
}

.com_contact_1 .inner .leftcol .call-us-now span{
	margin: 0 4px;
}

.com_contact_1 .inner .leftcol .call-us-now:hover{
    border: 3px #0a0a0a solid;
    color: #0a0a0a;
}

.com_contact_1 .inner .leftcol img{
	width: 100%;
	height: 150px;
	border-radius: 5px;
	object-fit: cover;
	margin-bottom: 20px;
}

.com_contact_1 .inner .leftcol .p1{
	color: #0a0a0a;
	font-weight: bolder;
	margin: 2px 0 20px 0;
}

.com_contact_1 .inner .rightcol{
	padding: 40px;
	width: 80%;
}

.com_contact_1 .inner .rightcol .contact-form-container .form{
	padding: 40px;
	border-radius: 10px;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
	background: #FFFFFF;
}

.com_contact_1 .inner .rightcol .contact-form-container .form p{
	margin-top: 15px;
}

.com_contact_1 .inner .rightcol .contact-form-container .form input, .com_contact_1 .inner .rightcol .contact-form-container .form textarea{
	width: 100%;
	margin: 10px 0;
	padding: 10px 20px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border: 1px #0a0a0a solid;
}

.contact-form-container .form .send_btn{
	display: block;
	width: 100%;
	padding: 10px 20px;
	background: #0a0a0a;
	color: #FFFFFF;
	border-radius: 5px;
}


.address_container_inner{
	display: flex;
	justify-content: space-between;
}

/* com_contact_1:end */

/* com_cart_items_and_total:start */
.com_cart_items_and_total .header_paragraph{
	
}

.com_cart_items_and_total .inner{
	display: flex;
	justify-content: space-between;
	max-width: 1120px;
	margin: auto;
}

.com_cart_items_and_total .inner .colleft, .com_cart_items_and_total .inner .colright{
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
	border: 1px #FAFAFA solid;	
	padding: 20px;
	border-radius: 5px;
	height: fit-content;
}

.com_cart_items_and_total .inner .colleft{
	width: 62%;
}

.com_cart_items_and_total .inner .colleft .colleftin{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0;
	border-bottom: 2px #FAFAFA solid;
	padding-bottom: 20px;
}

.com_cart_items_and_total .inner .colleft .colleftin .colleft1{
	width: 60%;
	display: flex;
}

.com_cart_items_and_total .inner .colleft .colleftin .colleft1 img{
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 5px;
}

.com_cart_items_and_total .inner .colleft .colleftin .colleft1 .colleft1details{
	width: 80%;
	padding: 0 20px;
}

.com_cart_items_and_total .inner .colleft .colleftin .colleft1 .colleft1details p a{
	font-weight: 500;
	color: #466EA3;
}

.com_cart_items_and_total .inner .colleft .colleftin .colleft1 .colleft1details p a:hover{
	color: #0a0a0a;
}

.com_cart_items_and_total .inner .colleft .colleftin .colleft1 .colleft1details .price_1{
	color: coral;
	text-decoration: line-through;
	margin-right: 10px;
}
.com_cart_items_and_total .inner .colleft .colleftin .colleft1 .colleft1details .price_2{
	color: #0a0a0a;
}

.com_cart_items_and_total .inner .colleft .colleftin .colleft2{
	width: 15%;
}

.com_cart_items_and_total .inner .colleft .colleftin .colleft2 .remove_btn{
	font-size: 12px;
	color: #0a0a0a;
	cursor: pointer;
}

.com_cart_items_and_total .inner .colleft .colleftin .colleft2 .remove_btn:hover{
	color: red;
}

.com_cart_items_and_total .inner .colleft .colleftin .colleft3{
	width: 15%;
}

.com_cart_items_and_total .inner .colright{
	width: 35%;
}

.com_cart_items_and_total .inner .colright input{
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	border:1px #CCCCCC solid;
	margin: 10px 0;
}

.com_cart_items_and_total .inner .colright a{
	color: #0a0a0a;
	text-decoration: underline;
}

.com_cart_items_and_total .inner .colright .total_header{
	display: flex;
	justify-content: space-between;
}

.check_out_btn{
	display: block;
	margin-top: 20px;
	background: blue;
	text-decoration: none !important;
	color: #FFFFFF !important;
	border-radius: 5px;
	padding: 10px 20px;
	width: 100%;
}

.com_cart_items_and_total .inner .colright .total_header p{
	font-size: 20px;
	font-weight: 400;
}

.com_cart_items_and_total .inner .colright .total_header_sub p, .com_cart_items_and_total .inner .colright .total_header_gst p{
	font-size: 16px;
	font-weight: 300;
}

.com_cart_items_and_total .inner .colright p{
	font-size: 16px;
	margin: 10px 0;
}
/* com_cart_items_and_total:end */



/* com_cart_button:start */
.com_cart_button{
	max-width: 350px;
	padding-bottom: 40px;
}
.com_cart_button h4{
	margin-top: 30px;
	margin-bottom: 5px;
	color: #787787;	
}

.com_cart_button .add-to-cart-container{
}

.com_cart_button .add-to-cart-container .pricing-container{
	display: flex;
}

.com_cart_button .add-to-cart-container .pricing-container .price1{
	text-decoration: line-through;
	font-weight: bolder;
	margin-right: 20px;
	color: red;
}

.com_cart_button .add-to-cart-container .pricing-container .price2{
	font-weight: bolder;
}

.com_cart_button .add-to-cart-container .qty-container{
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

.com_cart_button .add-to-cart-container .qty-container .col1{
	width: 40%;
}

.com_cart_button .add-to-cart-container .qty-container .col1 .row1{
	font-size: 14px;
}

.com_cart_button .add-to-cart-container .qty-container .col1 .row2{
	font-size: 12px;
	color: #787787;
	transition: color 0.3s ease;
}

.com_cart_button .add-to-cart-container .qty-container .col2{
	width: 40%;
}


.quantity_container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border: 1px solid black;
}
.quantity_container .button{
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	width: 25px;
	margin: auto;
}
.quantity_container input{
	width: 70px;
	height: 25px;
	text-align: center;
	border: none;
	background-color: transparent;
}


.com_cart_button .add-to-cart-container .button_and_box_container{
	position: relative;
	width: 100%;
}

.com_cart_button .add-to-cart-container .button_and_box_container .button_container{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.com_cart_button .add-to-cart-container .button_and_box_container .button_container .add_to_cart_btn{
	cursor: pointer;
	width: 100%;
	background: #1F2321;
	border-radius: 5px;
	color: white;
	text-align: center;
	padding: 10px 20px;
	font-weight: bolder;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background 0.3s ease;
}

.com_cart_button .add-to-cart-container .button_and_box_container .button_container .add_to_cart_btn:hover{
	background: #4D5450;
}

.com_cart_button .add-to-cart-container .button_and_box_container .box_container{
	animation: animateTitle 0.5s ease-in-out alternate;		
	position: absolute;
	background: #4D5450;
	background: #1F2321;
background: linear-gradient(0deg, #1F2321 0%, #4D5450 100%);
	bottom: 100%;
	margin-bottom: 5px;
	width: 100%;
	padding: 20px 30px;
	border-radius: 5px;
	z-index: 2;
	text-align: center;
	display: none;
}

.com_cart_button .add-to-cart-container .button_and_box_container .box_container .close_container{
	display: flex;
	flex-direction: row-reverse;
}

.com_cart_button .add-to-cart-container .button_and_box_container .box_container .close_container .material-icons{
	color: #FFFFFF;
	font-size: 20px;
	cursor: pointer;
}

.com_cart_button .add-to-cart-container .button_and_box_container .box_container .cart_icon_container{
	text-align: center;
}

.com_cart_button .add-to-cart-container .button_and_box_container .box_container .cart_icon_container .material-icons{
	color: #FFFFFF;
	font-size: 30px;
}


.com_cart_button .add-to-cart-container .button_and_box_container .box_container .box_text{
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px 0 7px 0;
}

.com_cart_button .add-to-cart-container .button_and_box_container .box_container .box_actions_container{
	padding: 7px 0 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.com_cart_button .add-to-cart-container .button_and_box_container .box_container .box_actions_container a{
	background: #4D5450;
	border-radius: 0px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bolder;
	padding: 5px 10px;
	margin: 2px;
}

.com_cart_button .add-to-cart-container .button_and_box_container .box_container .box_actions_container p{
	cursor: pointer;
	background: #FFFFFF;
	border-radius: 0px;
	color: #1F2321;
	font-size: 13px;
	font-weight: bolder;
	padding: 5px 10px;		
	margin: 2px;	
}


/*com_nav_top_3:start*/
.com_nav_top_3{
	z-index: 900;
	position: fixed;
	width: 100%;
	box-shadow: 0 0 0 0px rgb(0 0 0 / 10%), 0 6px 9px rgb(0 0 0 / 20%);
}

.com_nav_top_3_row_1{
	background: #1F2321;
}

.com_nav_top_3_row_1 .in{
	margin: auto;
	max-width: 1250px;
	padding: 25px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: padding 0.3s ease;
}

.com_nav_top_3_row_1 .in a{
	color: #FFFFFF;
}

.com_nav_top_3_row_2{
	background: #FFFFFF;
}

.com_nav_top_3_row_2 .in{
	margin: auto;
	max-width: 1250px;
	padding: 5px 30px;
	text-align: center;
}

.com_nav_top_3_row_2 .in p{
	color: red;
	font-size: 14px;
	font-weight: 600;
}

.cart_btn{
	display: flex;
	align-items: center;
}

.cart_btn span{
	margin: 5px;
}
/*com_nav_top_3:end*/





/*Footer:start*/
.graphic_warning_banner_footer{
	width: 100%;
	display: flex;
	background-color: black;
}
.graphic_warning_banner_footer img{
	margin: auto; 
}
.footer_health_warning p{
	margin: auto;
	max-width: 100%;
	padding: 5px 30px;
	text-align: center;
	background-color: white;
	color: rgb(10, 10, 10);
	font-size: 14px;
}
.com_footer_body{
	background-color: #191715;
}
.com_footer_body_inside{
	max-width: 1250px;
	padding: 50px 20px 80px 20px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.com_footer_body_inside_col{
	display: flex;
	flex-direction: column;
}
.com_footer_body_inside_col h3{
	color: white;
	padding: 20px 0px;
}
.nav2_sub_container{
	display: flex;
	flex-direction: column;
	line-height: 30px;
}
.nav_items{
	color: white;
	font-weight: 300;
}
.cta_container{
	display: flex;
}
.cta_container a{
	width: 150px;
	border-radius: 5px;
	padding: 12px 20px;
}
.cta_btn_1{
	width: 150px;
	background: #FF6332;
	color: #FFFFFF;
	border-radius: 5px;
	padding: 12px 20px;
	text-align: center;
}
/*
.social_media_icons{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 120px;
}
.com_footer_body_inside i{
	color: white;
	font-size: 25px;
}
*/
.copyright{
	color: white;
	position: absolute;
    bottom: 0;
    left: 0;
	margin: 20px 20px 20px 20px;
	font-size: 14px;
}
/*Footer:end*/




/*Product_details_1:start*/
.product_details{
	background-color: white;
	width: 100%;
}
.product_details_body{
	max-width: 800px;
	margin: auto;
	padding: 180px 20px 70px 20px;
	display: flex;
	flex-direction: row;
}
.product_details_body_col_1{
	padding: 30px;
}
.product_details_body_col_1 img{
	max-width: 300px;
}
.product_details_body_col_2{
	padding: 30px;
}
.product_details_body_col_2_controls{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.product_details_body_col_2_controls_quanity{
	border: 1px solid grey;
	border-radius: 5px;
	height: 35px;
	margin: 0px 15px 15px 0px;
}
.product_details_body_col_2_controls_quanity button{
	background-color: transparent;
	height: 35px;
	width: 35px;
	text-align: center;
	border: none;
	cursor: pointer;
}
.product_details_body_col_2_controls_quanity input{
	background-color: transparent;
	height: 35px;
	width: 35px;
	text-align: center;
	border: none;
}
.atc_button{
/*	width: 200px;*/
	flex-grow: 1;
	height: 35px;
	background-color: transparent;
	border: 1px solid grey;
	border-radius: 5px;
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
}
.atc_button:hover{
	background-color: #1F2321;
	border: 1px solid #1F2321;
	color: white;
}
.atc_button i{
	margin-right: 15px;
}


/*Product_details_1:end*/



@media (max-width:640px){
	
	.top_nav_items{display: none;}
	
	
/*com_contact_1:start*/
.com_contact_1{
	padding: 40px 5px;
}
.com_contact_1 .inner{
	margin: auto;
	display: block;
	padding: 20px 20px 60px 20px;
}

.com_contact_1 .inner .leftcol{
	padding: 0px 0 50px 0;
	width: 100%;
}

.com_contact_1 .inner .leftcol .p1{
	color: #0a0a0a;
	font-weight: bolder;
	text-decoration: underline;
	margin: 2px 0 40px 0;
}

.com_contact_1 .inner .rightcol{
	padding: 0px;
	width: 100%;
}
	
	.address_container_inner{
		display: block;
	}	
	
/*com_contact_1:end*/		
	
	
	
/* com_cart_items_and_total:start */

.com_cart_items_and_total .inner{
	display: block;
	padding: 0 20px;
	justify-content: space-between;
	max-width: 1120px;
	margin: auto;
}

.com_cart_items_and_total .inner .colleft{
	width: 100%;
}
	
.com_cart_items_and_total .inner .colleft .colleftin{
	display: block;
}

.com_cart_items_and_total .inner .colleft .colleftin .colleft1{
	width: 100%;
	margin-bottom: 5px;
}

.com_cart_items_and_total .inner .colleft .colleftin .colleft2{
	width: 100%;
	padding-left: 80px;
}

.com_cart_items_and_total .inner .colleft .colleftin .colleft3{
	display: none;
}

.com_cart_items_and_total .inner .colright{
	width: 100%;
	padding: 20px;
}
.pricing-container{
	justify-content: center;
}
.com_cart_items_and_total .inner .colright .total_header{
	display: flex;
	justify-content: space-between;
}
/* com_cart_items_and_total:end */	
		
	
	
/*Footer:start*/
	.graphic_warning_banner_footer img{
	max-width: 100%;
	}
    .com_footer_body{
    }
	
	.com_footer_body_inside{
		flex-direction: column;
	}
	.com_footer_body_inside_col h3{
		text-align: center;
	}

    .nav2_sub_container p, .footer_logo{
        display: none;
    }
    .nav2_sub_container{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .nav2_sub_container .cta_container .cta_btn_1{
        margin-bottom: 10px;
        width: 100%;
    }
    .nav2_sub_container {
        margin: 0 auto;
		display: flex;
		flex-direction: column;
    }
	.social_media_icons{
		margin: 0 auto;
		text-align: center;
		max-width: 100%;
	}
	.nav2_sub_container i{
        margin: 0px 20px;
		text-align: center;
    }
    .copyright{
   	 	position: absolute;
  		bottom: 0;
 		left: 0;
		right: 0;
		margin: auto;
        padding: 10px;
		text-align: center;
    }	
/*Footer:end*/
	
	
	
/*Product_details_1:start*/
.product_details_body{
	flex-wrap: wrap;
	margin: auto;
	justify-content: center;
}
.product_details_body_col_1, .product_details_body_col_2{
	padding: 15px;
	text-align: center;
}

/*Product_details_1:end*/
	
	
}
@media (max-width:320px){
	
	
}
	
@media (max-width:280px){
	
}
