@charset "utf-8";
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	/*min-height: 500px;*/
	
}
body * {
	/*font-family: Arial, Geneva, SunSans-Regular, sans-serif;*/
	font-size: 14px;
	/*color: #333;*/
	line-height: 20px;
}




.wrapper{
	min-height:620px;
	margin: 0 auto;
    /*max-width: 1024px;*/
    position: relative;
    width: 100%;  
	padding-bottom:10px; 
}
.body_wrapper{
	padding:0;
	margin:0;
	width:100%; 
}
.header{
	width:100%;
	/*max-width:1024px;*/
	margin:0px auto;
	position:relative;
	/*overflow:hidden;*/
	padding:20px 0px;
	margin-bottom: 20px;
	margin-top:20px;
}

.header_widget{
	width:98%;
	margin:0px auto;
	position:relative;
	padding:0px 0px;
	margin-bottom: 10px;
	margin-top:0px;
}

.header a img{
	border:0px;
}

/*.header .logo{
	float:left;
}
*/
/*.header .right_section{
	float:right;
	width:70%;
}*/

.header .right_section .menu_top_top{
	float:left;
}

/*.menu_top ul{
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 18px 0 0;
    width: 93%;
}*/

/*.menu_top ul li{
float:right;
}*/



.menu_top ul li a{
display:block;
line-height: 33px;
padding: 0 20px;
text-decoration:none;
color:#666;
}


/*.menu_top_cart {
	float: right;
	padding-top: 8px;
	vertical-align: middle;
	margin-top: 14px;
}*/
.menu_top_cart .cart {
    position: relative;
}
.cart_item {
    color: #CD38C7;
    display: inline-block;
    font-size: 14px;
    left: 15px;
    position: absolute;
    text-align: center;
    top: -4px;
    width: 19px;
}
.facebook_section { margin: 10px 0 12px; }

.or_spreater { 
	background: url(../images/or.png) no-repeat scroll 0 0 transparent;
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    margin: 0 auto;
    opacity: 0.4;
    text-align: center;
    text-indent: -9999px;
    width: 184px;
}

.login_area li {
    float: left;
    padding: 5px 4px;
}

/*-----------------------Light Box---------------------------*/
/*
.ui-dialog
{
width: 295px !important;
padding: 20px;
}
*/

.ui-dialog .ui-dialog-content {
    padding: 0 !important;
	overflow: hidden !important;
	height:auto !important;
    
}

.ui-dialog .ui-dialog-buttonpane
{
padding: 10px 0 0 !important;
border-width: 0 !important;
}

.ui-dialog .ui-dialog-buttonpane button
{
background: none repeat scroll 0 0 #1177ba;
	border: 1px solid #146498;
	border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 10px;
	outline:0px;
}

.success{
	background:#d1dcb2;
    border: 1px solid #b9c598;
    color: #B94A48;
    display: none;
    padding: 10px;
	
}

.error{
	background: none repeat scroll 0 0 #F2DEDE;
    border: 1px solid #EED3D7;
    color: #4f5933;
    display: none;
    padding: 10px;
	
}
/**************** Feedback ******************/
.disable_btn{
	opacity: 0.2;
}

.loader{
	left: 35%;
    position: absolute;
    top: 10%;
	display:none;
}

.feedback_form{
	width:520px;
}
.feedback_form h6{
	margin:10px 0 30px 0;
	padding:0px;
	font-size:12px;
	margin-left: 5px;
	font-weight: normal;
}
.feedback_form p{
	margin:0 0 24px 0;
}
.feedback_form p label{
	display:block;
	margin-bottom:5px;
	margin-left: 5px;
	font-size: 12px;
}
.feedback_form p input{
	border: 1px solid #B3B3B3;
    border-radius: 3px 3px 3px 3px;
    margin-left: 5px;
    margin-right: 8px;
    margin-top: 4px;
    padding: 8px 4px;
    width: 366px;
	font-weight: normal;
}
.feedback_form p textarea{
	width:492px;
	height:100px;
	border: 1px solid #B3B3B3;
    border-radius: 3px 3px 3px 3px;
    margin-left: 5px;
    margin-right: 8px;
    margin-top: 4px;
    padding: 8px 4px;
	font-weight: normal;
	text-align:left;
}
#feedback-section .feed_btn, #subscribe-section .feed_btn  {
    background: none repeat scroll 0 0 #1177BA;
    border: 1px solid #146498;
    border-radius: 3px 3px 3px 3px;
    clear: left;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: 42px;
    margin: 4px 0 10px 76px;
    padding: 4px 29px;
    text-align: center;
	width:368px;
}
.feed_success{
	font-size: 12px;
	font-weight: bold;
	clear: both;
	margin-left: 5px;
	color: #008000;
	padding-bottom: 5px;
}
.feed_error{
	font-size: 12px;
	font-weight: bold;
	clear: both;
	margin-left: 5px;
	color: #ffa5a5;
	padding-bottom: 5px;
}

.feedback_popup{
	top:15% !important;
}
.feedback_loader, .sub_loader {
    display: none;
    left: 45%;
    position: absolute;
    top: 90%;
}

.merege_select{ -webkit-appearance: menulist;}

.feedback_form .sub_form p{
	margin: 0 0 5px 0;
	text-align: center;
}

.feedback_form .sub_form p input{
	padding: 2px 4px;
	font-size: 15px;
}



.feedback_form .sub_form p label{
	margin-bottom: 0px;
	text-align: left;
	padding-left: 67px;
}

.feedback_form .sub_form p select{
	border: 1px solid #B3B3B3;
	border-radius: 3px 3px 3px 3px;
	width: 375px;
	margin-left: 0px;
	font-size: 15px;
	}
	
.feedback_form .sub_form p .feed_btn{
	width: 376px !important;
	margin: 4px 0 10px 71px !important;
}

.ui-dialog .feedback_form .sub_form input{
	width: 92% !important;
    margin: 10px 0 10px 5px !important;
    padding: 10px;
    border-radius: 3px;
    border: solid 1px #ccc;
}

.ui-dialog .feedback_form .sub_form textarea{
	width: 92% !important;
    margin: 10px 0 10px 5px !important;
    padding: 10px;
    border-radius: 3px;
    border: solid 1px #ccc;
}

.ui-dialog .feedback_form .sub_form select{
	width: 96% !important;
    margin: 10px 0 10px 5px !important;
    padding: 10px;
    border-radius: 3px;
    border: solid 1px #ccc;
}

.subscription_section .sub_form input{
	width: 93% !important;
    margin: 10px 0 10px 5px !important;
    padding: 10px;
    border-radius: 3px;
    border: solid 1px #ccc;
	text-align:left;
}

.subscription_section .sub_form textarea{
	width: 93% !important;
    margin: 10px 0 10px 5px !important;
    padding: 10px;
    border-radius: 3px;
    border: solid 1px #ccc;
	text-align:left;
}

.subscription_section .sub_form{    
	width: 400px;
    margin: 0px auto;}

.subscription_section .sub_form select{
	width: 98% !important;
    margin: 10px 0 10px 5px !important;
    padding: 10px;
    border-radius: 3px;
    border: solid 1px #ccc;
	text-align:left;
}

.subscription_section .sub_form .feed_btn{
	width: 100%;
    padding: 10px;
    border-radius: 3px;
}



 @media screen and (-webkit-min-device-pixel-ratio:0) {

.feedback_form .sub_form p select{
	
	border: 1px solid #B3B3B3;
	border-radius: 3px 3px 3px 3px;
	width: 375px;
	margin-left: 0px;
	}
	
 }
 
 
/************ End /


/*******************  Check Card **************/
#check-card{
	width: 100%;
	color: #787883;
	background: #ffffff;
	font-family: 'Galdeano',sans-serif;
	display:none;
}
#check-card .content {
	font-size: 12px;
    font-weight: normal;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 10px;
}
#check-card .content input.field {
	border: 1px solid #B3B3B3;
    border-radius: 3px 3px 3px 3px;
    margin-left: 7px;
    margin-right: 8px;
    margin-top: 4px;
    padding: 8px 4px;
    width: 366px;
}

#check-card .content input.bt_login {
    background: none repeat scroll 0 0 #1177BA;
    border: 1px solid #146498;
    border-radius: 3px 3px 3px 3px;
    clear: left;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: 42px;
    margin: 4px 0;
    padding: 4px 29px;
    text-align: center;
	width:368px;
}
#card_res{
	margin-top: 57px;
    text-align: center;
}
.card_error{
	color: red;
	font-size: 16px;
}
.card_success{
	color: #111111;
    font-size: 27px;
    font-weight: bold;
}
/******************* End ***************/

/******************** Footer ***************/

.clear{
clear:both;	
}

.footer{
	background:#fff;
	/*margin-top:6%;*/
	
	
}

.footer_item{
	margin: 0 auto;
    max-width: 1024px;
    text-align: right;
    width: 100%;
	margin-top:20px;
}
.footer_item ul{
	list-style: none outside none;
    margin: 0 auto;
    padding: 0;
	padding-bottom	: 20px;
  
} 

.footer_item ul li{
	display:inline-block;
	
}

.footer_item ul li a{
	color: #111111;
    display: block;
    font-size: 12px;
    padding: 10px 22px;
    text-decoration: none;
    /*text-transform: uppercase;*/
}

.footer_item ul li a:hover{
	color:#5fa524 !important;
}


#loading {
    display: none;
    height: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 100;
}

/********************** Login **************/
/* sliding panel */

.login_box{
	position:relative;
	/*float:right !important;*/
}

.login_box_right{
	/*position:relative;
	float:right !important;*/
}


/*#toppanel {
    background:#fff;
    margin-right: auto;
    position: absolute;
    text-align: center;
    top: 30px;
	z-index: 999;
	border: 1px solid #D5D5D5;
	display:none;
	font-size:12px;
	right:20px;
}*/

#panel {
	width: 100%;
	color: #787883;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	z-index: 3;
	box-shadow: 4px 4px 11px #888888;
}

#toppanel p {
    margin: 0;
    padding: 5px 0 0;
}
#panel .content {
	margin: 0 auto;
	padding-top: 5px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

#panel .content .left {
	float: left;
	padding: 0 12px;
	 
}
#panel .content form {
	margin: 0 0 10px 0;
}


#panel h4 {
	font-size: 12px;
	margin: 0;
	color: #787883;
}



#panel a {
	color: #A0309C;
    font-size: 11px;
    text-decoration: none;
}

#panel a:hover {
	color: #A0309C;
	text-decoration:underline;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}
#panel .content input.field {
	border: 1px #B3B3B3 solid ;
	margin-right: 5px ;
	margin-top: 4px;
	width: 244px;
	padding:4px;
}

/*====================Delivery Prefrence======================*/
.delivery-prefrence-wrapper{width:98%;max-width:500px;margin:0px auto; margin-top: 0px;padding-top: 15px;}
.delivery-prefrence-wrapper .heading{font-size:16px;font-waight:400;color:#000; }
.delivery-prefrence-wrapper textarea {
    width: 95%;
    padding: 10px;
    min-height: 120px;
    background: #fff;
    color: #000000;
	text-align: left;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
    font-family: inherit;
    font-size: 22px;
    line-height: 1.45;
    outline: none;
    -webkit-transition: .18s ease-out;
    -moz-transition: .18s ease-out;
    -o-transition: .18s ease-out;
    transition: .18s ease-out;
}

.delivery-prefrence-custom{width: 96%;margin:0px auto;}
.delivery-prefrence-custom .row {display: table;width: 100%;}
.delivery-prefrence-custom .col-sm-5{padding-right: 0px;padding-left: 0px;margin-top: 15px;font-size: 15px;float: left;width: 50%;padding-top: 12px;padding-bottom: 12px;}
.delivery-prefrence-custom .col-sm-7{padding-right: 0px;padding-left: 0px;float: left;width: 49%;margin-top: 15px;}
.delivery-prefrence-custom select.form-control{
	border: 1px solid #d1d1d1;
	box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
	font-family: inherit;
	line-height: 1.45;
	outline: none;
	-webkit-transition: .18s ease-out;
	-moz-transition: .18s ease-out;
	-o-transition: .18s ease-out;
	transition: .18s ease-out;
	background: #fff !important;
	width: 100%;
	font-size: 15px;
	border-radius: 4px;
	}
	
.delivery-prefrence-custom input.form-control{
	border: 1px solid #d1d1d1;
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
    line-height: 1.45;
    outline: none;
    -webkit-transition: .18s ease-out;
    -moz-transition: .18s ease-out;
    -o-transition: .18s ease-out;
    transition: .18s ease-out;
	background: #fff !important;
	width: 96%;
	font-size: 15px;
	height:auto !important;
}

.required-note{ font-size:12px; padding-top:5px; margin-bottom:10px;}

.delivery-prefrence-popup-wrapper .btn-default{float: left;}
.delivery-prefrence-popup-wrapper-thanks .btn-default{float: right;}
.delivery-prefrence-popup-wrapper .btn-promary{float: right;}
.delivery-prefrence-button {display: table;width: 100%;margin-top: 6px; text-align:right;}
.delivery-prefrence-button a{width: 100%;display: inline-block;background: #000;color: #fff;text-decoration: none;padding: 10px 5px;text-align: center;max-width: 150px;}
.delivery-prefrence-thanks{padding: 10px;border: solid 1px #676464;border-radius: 5px; box-shadow: 4px 4px #f1f1f1;}
.delivery-prefrence-thanks h3{margin: 0px;font-size: 16px;font-weight: 400;padding: 10px 0px;}
.delivery-prefrence-thanks p{ margin:0px;}
.imhere-btn-wrapper{width: 99%; margin-bottom: 20px;}
.dp-check{
	width: 70px;
    height: 70px;
    background: url(../images/dp-check.png) 0% 0% / 70px no-repeat;
    margin: 0px auto;
	margin-top: 20px;
    margin-bottom: 20px;
	}
.imhere-btn-wrapper .popupcurbside{ 
	background: #fd8c00;
    color: #fff;
    width: 100%;
    max-width: 500px;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 16px;
	}
.delivery-prefrence-popup-wrapper .modal-body{
	padding: 10px;
   	background: #fff;
}

.delivery-prefrence-popup-wrapper .modal-title {
    color: #060606;
}

.delivery-prefrence-popup-wrapper .modal-body p {
    color: #060606;
    font-size: 20px;
    text-align: center;
}

/*====================Delivery Prefrence======================*/



/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login {
	background: none repeat scroll 0 0 #1177ba;
	border: 1px solid #146498;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
	font-weight: normal;
	display: block;
	float: left;
	clear: left;
	height: 39px;
	text-align: center;
	margin: 10px 0 10px 2px;
    padding: 4px 29px;
	
}

.cancel{
	text-decoration:none !important;
	
	}
#panel .content input.btn_placeorder
{
	padding:0 54px;
	width:97%;
}
#panel .lost-pwd {
	clear: left;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 1px 7px;
    text-decoration: underline;
}
#panel label {
    color: #787883;
    font-weight: bold;
}

.back_btn_margin
{
    margin-left: 46px;
    margin-top: 10px;
}
.item_name_width
{
 width: 210px !important;
}

#toppanel{
	width:auto;
}

.access_link{
padding: 0 !important;
width: 150px !important;
}

.access_link li{
float:none !important;
display:block;
padding:1px 5px;
width:93%;
text-align:left;
}

.access_link li a{
padding:0px !important;
margin-bottom:10px;
}

.logout_li{
border-top: solid 1px #ccc;
}


.myaccount_popup{
top: 36px!important;

}

.social_media{
	float:right;
	padding-right: 8px;
}

.social_media ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.social_media ul li {
    float: left;
    height: 32px;
    margin-left: 2px;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 32px;
}

.social_media ul li a{
	display:block
}

.social_media ul li a img{
	border:0px;
}

@charset "utf-8";
.v_menu{
	width:198px;
	float:left;
}

.v_menu ul{
	margin:0px 0 0 0;
	padding:0px;
	list-style:none;
}

.v_menu ul li{
	margin:0 0 5px 0;
}



.product_list_v{
	margin-left:208px;
	width:auto;
	padding-top: 0 !important;
}
.v_menu .search_section {
	float:none;
	position: relative;
	margin-bottom:15px;
}
.v_menu .search_icon {
	cursor: pointer;
	left: 135px;
	position: absolute;
	top: 8px;
}

.clikpak_cart_img{
	width: 120px;
	height: inherit;
}
.product_offer{
	background:#fddd2f;
    left: 0;
    position:absolute;
    top: 0;
    color:#fff;
	font-weight:bold;
	padding: 2px 12px;
}
.offer_list{
	border: 1px dashed #999B99;
	width:71%;
}
.offer_list_label{
 	border-bottom: 1px dashed #999B99;
    font-weight: bold;
    padding: 5px 10px;
	text-transform: uppercase;
}

.cart_product_limit{
	padding-top: 10px;
}

.cart_product_limit strong{
	font-size: 13px;
}
.signup_link{
	float: right;
	border: solid 1px #ccc;
	border-radius: 3px;
	width: 31%;
	text-align: center;
	margin-right: 10px;
	color: #716E6E !important;
	text-decoration:none !important;
	margin-bottom:10px;
}
.customer_info{
	list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.customer_info li{
	float:left;
}

.customer_info_left{
	width:30%;
}

.customer_info_or{
	background:url(../images/or_img.png) center center no-repeat;
	width:38%;
	min-height:272px;
	
}

.customer_info_right{
	width:30%;
}

.customer_info form{
}

.customer_info form h4{
	font-size:18px;
}

.customer_info form p{
	margin:0 0 15px 0;
	
}

.customer_info form p label{
	display:block;
	color:#6B6B6B;
	font-size:14px;
}

.customer_info form p input{
	background:url(../images/customerinfo_inputbg.jpg) repeat-x;
	border:solid 1px #D0CECF;
	width:98%;
	border-radius:3px; 
	height:40px;
	padding-left:1%;
}
.payment_check_box{
	display: inline-block;
	height: auto !important;
	left: -2px;
	position: relative;
	top: 2px;
	width: auto!important;
}
.customer_info_right label{
width: auto!important;
}
.giftcart_select_container{ border:1px solid #ccc; width:67% !important; height: 88px; overflow-y: scroll; }
.giftcart_select_container input{ width:4% !important; }
.giftcart_select_container_r input{ width:13% !important; }
.giftcart_select_container_r { border:1px solid #ccc; width:40% !important; height: 200px; overflow-y: scroll; }



/*** New Changes ***/

.header_wraper{
	padding: 20px 0;
    position: relative;
	margin-bottom: 10px;
}

.header_wraper .menu_top ul li a{
	padding: 0 35px;
}

.header_wraper .menu_top .top_social_icon ul li a{
	    padding: 0 0px;
}

.header_wraper .header .right_section{
width: 78%;
}

.header_wraper .header .right_section_center{
width: 99%;
}

.header_wraper .menu_top ul{
padding: 64px 0px 0px;
float: right;
text-align: right;
}

.header_wraper .menu_top ul.logo_center{
padding: 5px 0px 0px;
text-align:center;
width:92%;
}

.right_section_center .menu_top_cart{
margin-top: 0px;
}

.header_wraper .menu_top ul li {
    float: none !important;
    display: inline-block !important;
}

.header_wraper .menu_top ul li.login_box{
 float:right !important;
}

.header_wraper .menu_top ul.logo_center li.login_box{
 float:none !important;
}

.header_wraper .menu_top ul li a:first-child{
padding-right: 0px;
}

.custom_header{
margin: 0px auto;
position: relative;
padding: 0px 0px;
}

.header_wraper .pro_name {
	text-align: left !important;
}


.header_wraper .pro_price {
  text-align: left !important;
}

.form_fdb{
}

.form_fdb input{
	width: 324px;
}

.form_fdb textarea{
	width: 324px;
    height: 140px;
}

.footer_about_sec{
	    min-height: 375px;
}

.form_fdb .feed_btn{
	    padding: 8px 15px;
}

.form_fdb h3{
	margin: 15px 0 0 0;
}

.ads_sect{
  margin-bottom: 25px !important;
}


.add_cart_button{
	width: 100%;
	background: transparent none repeat scroll 0% 0%;
	border: 1px solid #C8BFC6;
	box-shadow: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #000;
	padding-bottom: 6px;
	font-weight: normal;
	padding-top: 6px;
	text-shadow: none !important;
	display: block;
	border-radius: 2px;
}

.add_cart_button:hover{
	 color: #fff;
	  background: #f99d28;
}


.broad_footer {
    background-color: #292c31;
    padding: 0px 0 40px 0px;
	color:#fff;
	font-family: Trebuchet MS;
	margin-top:45px;
}

.broad_footer_item{
	width:100%;
	max-width:1200px;
	margin:0px auto;
	position:relative;
	overflow:hidden;
}

.broad_footer_item ul{
	margin:0px;
	padding:0px;
	list-style:none;
	border-top: solid 1px #414346;
	padding: 50px 50px;
}

.broad_footer_item ul li{
	 float: left;
    width: 32%;
    margin-right: 2%;
    border-right: solid 1px #414346;
	    padding:0% 1%;
}

.broad_footer_item ul li ul li{
	width:100% !important;
}

broad_footer_item ul li:nth-child(3){
	width:20%;
}

.broad_footer_item ul li:last-child{
	margin-right: 0%;
	border:0px;
	width: 27%;
    padding: 0;
}

.tel_no{
	text-align:center;
	
	width: 32% !important;
	font-weight:bold;
}

.footer_hours_sec {
    padding-top: 13px !important;
    border-top: 0px !important;
}

.store_address{
	text-align:center;
	width: 62% !important;
	font-weight:bold;
}

.cart_pro_amount{
	float: left !important;
}

.cart_pro_detail {
    width: 43%;
}
/*
.cart_wraper ul li {
    color: #0FACCF !important;
    min-height: 95px;
    border-left: solid 1px #EFEFEF;
    padding: 14px 0 14px 14px;
    border-top: solid 1px #EFEFEF;
    border-bottom: solid 1px #EFEFEF;
}

.cart_wraper {
    border-bottom: solid 0px #F3F3F3;
    position: relative;
}

.cart_pro_amount {
    width: 17%;
	border-right: solid 1px #EFEFEF;
    padding-right: 2%!important;
}

.cart_pro_total_amount{
	font-size: 23px;
	width: 160px;
	padding-right: 4%;
}

.cart_pro_total_title {
    font-size: 24px;
}
*/
.broad_footer_item .page_ul{
	border-top: none;
}
.broad_footer_item .page_ul li{
	border-right: none;
}
#full_banner{width:100%; height:450px; position:relative; background:#fff; margin-top:0px; }


.banner_shadow {
    background: transparent url(../images/banner_shadow.png) no-repeat scroll 0% 0% / 100% 100%;
    width: 100%;
    height: 60px;
    bottom: -60px;
	
	}

/*--------Quick Cart---------*/

.quick_cart_wraper{
	position: fixed;
    right: 0px;
	top: 224px;
	z-index:1000;
	height: 75px;
}


.quick_cart_item{
	float:left;
    min-width: 107px;
    background: #fff;
    border-radius: 3px 0px 0px 3px;
   	padding: 10px 10px 10px 20px;
	box-shadow: 0px 2px 1em 0px rgba(0, 0, 0, 0.2);
	position:relative;

    
}

.quick_cart_view{
	 background: #fff;
    float: left;
    /*padding: 10px;*/
    border-radius: 0 0 3px 3px;
	 box-shadow: 0px 2px 1em 0px rgba(0, 0, 0, 0.2);
	 height:450px;
	 overflow-y: scroll !important;
     overflow-x: hidden;
	 
	 
	 
}

.quick_cart_view table{
	border-bottom:solid 1px #ECECEC;
	margin-bottom:10px;
	
	}
	

.quick_cart_view td{
	padding:12px 5px;
	
}

.quick_cart_view td p{
	margin:0px;
	font-weight:bold;
}

.quick_cart_view td div.modifires{
	font-size:12px;
	margin-top:6px;
}
.quick_cart_view td div.modifires_item{
	font-size:11px;
	margin-top:6px;
}
.quick_cart_view td div.modifires_item p{
	font-size:11px;
}

.quick_cart_item p{
	margin:0px;
}
.top_social_icon{
	float: right;
    position: absolute;
    top: 1px;
    width: 34%;
    text-align: right;
    right: 52px;
	z-index: 10;
}

.top_social_icon ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.top_social_icon ul li{
	float: none !important;
    background: #000;
    width: 27px;
    height: 27px;
    border-radius: 20px;
    margin-left: 10px;
    text-align: center;
    display: inline-block;
	
}

/* Tracking bar previous order history (start) */
.wizard{
	position: relative;
	max-width:600px;
	margin: 0px auto;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 6%;
    
}
.connecting-line-two{ width: 48%;}
.connecting-line-three{ width: 66%;}
.connecting-line-four{ width: 66%;}
.connecting-line-five{ width: 78%;}
.connecting-line-six{ width: 82%;}

.townvu-wizard .connecting-line {
    background: #fbd7b9;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
    border: 0px;
	top: -10px;
}

.wizard .nav-tabs > li {
    width: 19.6%;
    float: left;
    margin-bottom: -1px;
    position: relative;
    display: block;
	text-align: center;
}

.wizard-two .nav-tabs > li { width: 49.6%;}
.wizard-three .nav-tabs > li { width: 32.6%;}
.wizard-four .nav-tabs > li { width: 23.3%;}
.wizard-five .nav-tabs > li { width: 19.6%;}
.wizard-six .nav-tabs > li { width: 16.6%;}

.wizard .nav-tabs > li p{
	text-align: center;
    color: #f1b670;
    font-size: 12px;
	
}

.wizard .nav-tabs>li>a{
	    border: 0px solid transparent !important; 
		cursor:default !important;
		pointer-events: none !important;
	}

.wizard .nav-tabs > li.active p{ color:#ff8420 !important;}

.wizard .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background: none !important;
    border: 0px solid #ddd !important;
	cursor:default;
}
.wizard .nav>li.disabled>a:focus, .nav>li.disabled>a:hover{ background:none !important; border:0px !important; pointer-events: none !important;}


span.round-tab {
    width: 16px;
    height: 16px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    left: 0;
    text-align: center;
    font-size: 25px;
}

.townvu-wizard span.round-tab {
    border: 2px solid #f3c9a7;
}

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #000;
}

.townvu-wizard li.active span.round-tab {
    background: #ffa358;
    border: 2px solid #ff8420;
}

/* Tracking bar previous order history css end */


.top_social_icon ul li a{
	display: block;
    height: 22px;
    width: 27px;
    border-radius: 20px;
    padding-top: 5px;
	
}

.top_social_icon ul li a:hover{
	background:orange;
}

.top_social_icon ul li.clickcart{
	background: orange;
    border-radius: 0px;
    padding: 10px;
    position: relative;
    top: -2px;
}



.top_social_icon_left{
	float:left;
}

.top_social_icon_left ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.top_social_icon_left ul li{
	float: right;
    background: #000;
    width: 27px;
    height: 22px;
    border-radius: 20px;
    margin-left: 10px;
    text-align: center;
    padding-top: 5px;
}

.top_social_icon_left ul li:hover{
	background:orange;
}
.top_social_icon ul li a{
	display:block;}

.top_social_icon_left ul li.clickcart{
	background: orange;
    border-radius: 0px;
    padding: 10px;
    position: relative;
    top: -8px;
}





/************ New Broad footer page **/

.brod_footer_page_section{
	background:#A0309C;
	/*margin-top:6%;*/
	
	
}

.brod_footer_page_item{
	margin: 0 auto;
    max-width: 1024px;
    text-align: right;
    width: 100%;
	margin-top:20px;
}
.brod_footer_page_item ul{
	list-style: none outside none;
    margin: 0 auto;
    padding: 0;
	padding-bottom	: 20px;
  
} 

.brod_footer_page_item ul li{
	display:inline-block;
	
}

.brod_footer_page_item ul li a{
	color: #111111;
    display: block;
    font-size: 12px;
    padding: 10px 22px;
    text-decoration: none;
    /*text-transform: uppercase;*/
}

.brod_footer_page_item ul li a:hover{
	color:#5fa524 !important;
}


.have_child_page {position: relative;}
.sub_page_menu {position: absolute;
display: block;
z-index: 100000;
top: 31px;
left: 34px;
width: 150px;
background: rgb(255, 255, 255) none repeat scroll 0% 0%;
margin: 0px;
padding: 0px !important ;}

.sub_page_menu li{
border-bottom:solid 1px #ccc;
width: 100%;
text-align: left;
}

.sub_page_menu li a{
padding: 5px !important;
}

.checkout_title_extra{
	font-size:14px;
}
.checkout_title_extra h3{
	font-size:14px;
}
.quick_cart_total td{
padding-top:0px;
}
.goTop {
    position: fixed;
    background-image: url("../images/gotop.png");
    width: 38px;
    height: 36px;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
}
/*--------Quick Cart---------*/

/*********** New Sub Category Dropdown ****/
.dropDownMenu,
.dropDownMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropDownMenu li {
	position: relative;
}
.dropDownMenu a {
	padding: 10px 20px;
	display: block;
	text-decoration: none;
}
/*.dropDownMenu a:hover {
	background: #000;
}*/


/* Level 1 Drop Down Menu */
.dropDownMenu > li {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px; /* solve the 4 pixels spacing between list-items */
}
.dropDownMenu > li:first-child {
	margin-left: 0;
}
.dropDownMenu > li > a {}
.dropDownMenu > li > a:hover {}



/* Level 2 */
.dropDownMenu > li > ul {
	text-align: left;
	width: auto; /* change auto value with 200px if you want a bigger menu */
	display: none;
	background: #FFF;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999999; /* if you have YouTube iframes, is good to have a bigger z-index so the video can appear above the video */
	box-shadow: 3px 1px 4px #C7C7C7;
}
.dropDownMenu > li:hover > ul {
	display: block;
}
.dropDownMenu ul li a {}
.dropDownMenu ul li a:hover {}

.dropDownMenu .sub_cat_level2 {
    border: 1px solid #ffffff !important;
    max-height: 400px;
    overflow-y: scroll;
}


.dropDownMenu .sub_cat_level2::-webkit-scrollbar {-webkit-appearance: none; width: 7px;}
.dropDownMenu .sub_cat_level2::-webkit-scrollbar:horizontal {-webkit-appearance: none; height: 7px;}
.dropDownMenu .sub_cat_level2::-webkit-scrollbar-thumb {border-radius: 4px; background-color: rgba(0,0,0,.5); -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);}

/* Level 3 */
.dropDownMenu > li > ul > li > ul {
	text-align: left;
	display: none;
	background: #FFF;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 9999999;
	box-shadow: 0px 1px 4px #C7C7C7;
}
.dropDownMenu > li > ul > li:hover > ul {
	display: block;
}
.dropDownMenu ul ul li {}
.dropDownMenu ul ul li a {}
.dropDownMenu ul ul li a:hover {}
.dropDownMenu .sub_cat_level2 li { width:200px;  }

.sub_cat_arrow{
 	display: inline-block !important;
    float: right;
    position: relative;
    right: -14px;
    top: 5px;
}

.addgflink{
	 
}

.menu_top ul li.addgflink a {
    display: block;
    line-height: 33px;
    padding: 0 20px;
    text-decoration: none;
    font-size: 13px;
    color: #000;
	background: url(../images/gc_icon.png) no-repeat scroll 0 0 transparent;
	 padding-left:43px;
}

.menu_top ul li.addgflink a:hover {
	 color: #000 !important;
	 text-decoration:underline;
}


.subscription_section{
	    max-width: 570px;
		margin:0px auto;
}
html body .subscription_section input, select, textarea{
    width: 200px;
    display: block;
    margin: 0px auto !important;
    text-align: center;
}

html body .subscription_section select{
 	padding-right: 30px!important;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

.subscription_section .sub_form p input{
	width: 245px !important;
	border: solid 2px #000 !important;
	border-radius: 0px !important;
}

.subscription_section h6{
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #000;
	line-height: 26px;
	font-family: 'Work Sans', sans-serif;
}

.subscription_section p{
	text-align:center;
}