/* mbhuju@gmail.com */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lobster&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{margin:0px; font-family:'Montserrat', sans-serif; font-size:16px; color:#000; font-weight: normal; line-height:26px; }

a:link, a:active, a:visited{ color:#e61d88;  text-decoration:none; }
a:hover{color:#000; text-decoration:none;}

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:12px; color:#a3a3a3;   text-decoration:none;}
a.footermenu:hover{color: #fff;}

a.cart_button:link, a.cart_button:active, a.cart_button:visited { font-size:12px; color:#ffffff;   text-decoration:none;}
a.cart_button:hover{color: #ccc;}

a.btnlink:link, a.btnlink:active, a.btnlink:visited {color:#ffffff; background:#fd0200; padding:8px 20px; font-weight:600;  text-decoration:none; text-transform:uppercase; display: inline-block; margin: 10px;  -webkit-transition: background 2s; /* For Safari 3.0 to 6.0 */   transition: background 2s; /* For modern browsers */}
a.btnlink:hover {background:#000000; text-decoration:none;}

/*********
HEADER
******/
.container{ width:78%; margin: 0 auto;}
#topbar .container{ width:95%; margin: 0 auto;}

#topbar{ 
	width:100%; 
	background: linear-gradient(to bottom, rgba(243, 191, 219, 1) 0%, rgba(229, 31, 135, 1) 57%, rgba(229, 31, 135, 1) 100%);
	border-bottom: #000000 solid 10px; 
}
#logo{ width:38%; float: left; padding: 20px 0px 0px 0px;}
#righthead{ width:auto; float: right; display: inline-block;}
#cart{ width:55%; background: #168D47; text-align: center; margin: 0 auto; padding: 10px 20px;  -webkit-border-radius: 0px 0px 20px 20px;
-moz-border-radius: 0px 0px 20px 20px;
border-radius: 0px 0px 20px 20px;}
#menu{width:auto;  display: inline-block;  background: #000000; display: inline-block; -webkit-border-radius: 0px 0px 20px 20px;
-moz-border-radius: 20px 20px 0px 0px;
border-radius: 20px 20px 0px 0px; }

/*******
BANNER
*********/
#banner{width:100%; text-align: center; padding: 150px 0;  font-family: "Abril Fatface", serif; font-size: 60px; color: #FFF; line-height: 80px;}
.home_bg{
	background-position: center;
    background-attachment: fixed;
    max-height: 424px;
    border-bottom: none;
    background-size: 100%;
    background-repeat: no-repeat;
	height:424px;
}


/****************/
#content{width:100%; background: #fff; padding: 50px 0; height:auto; }	
#featured_footer{width:100%; background: #f3f3f3; padding: 50px 25px;box-sizing: border-box;  }	
#featured_footer .carousel_product{background: #f3f3f3 !important;  }	
#featured_footer .carousel_product .product_price{color: #95161a !important;  font-size:14pt;}	
#featured_footer .carousel_product input[type=button]{background-color: #209146 !important;color: #FFFFFF !important;border:none;}	
#featured_footer .carousel_product .purchase_area, #featured_footer .carousel_product .message_area{text-align:center;}	
#featured_footer h1{font-family:'Times New Roman', Times, serif;font-weight: normal;color:#222222;  }	


/*******
FOOTER
*********/
	#footer_bottom{width:100%; background:#2E2E2E; color:#FFF;}
	#left_footer{width:35%; float:left;  padding:35px 0;  }	
	#mid_footer{width:35%; float:left; background: #5A5A5A; padding: 20px 2.5%; }	
	#right_footer{width:25%; float:right; text-align: right;  font-size:12px; padding:35px 0;  color:#a3a3a3; }

	#mid_footer input[type=text]{
		width:100%;
		box-sizing: border-box;
	}
	#mid_footer input[type=submit]{
		border:none;
		background-color: #209146;
		color:#FFFFFF;
		padding:8px;
	}

/*******
STYLE
*********/
h1{font-family: "Abril Fatface", serif; font-size:45px; line-height:60px; color:#e61d88; font-weight:600; margin-top:0; text-transform:capitalize;}
.style1{font-size:22px; font-weight:600; color:#03855b; line-height:30px;}
.style2{font-size:22px; font-weight:600; color:#FFFFFF; line-height:30px; text-transform: uppercase;}

input, textarea, select { height:40px; background:#ffffff; border:1px solid #dedede; font-size: 15px; padding: 10px;}
input[type=checkbox],input[type=radio]{height:auto;}

/*******
MISC
*********/

.clear{clear:both;}
img{max-width:100%;}
a[href^=tel] { color:inherit; text-decoration:none; }


.page_nav_dropdown li a{
	padding:12px 1vw !important;
}

.eclipse-prev, .eclipse-next, .eclipse-controls{
	display:none;
}

@media only screen and (min-width: 350px) {
    .cart_view .cart_items .cart_item .item_quantity input {
        width: 75% !important;
    }
}