@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;
	min-height: unset;
}

.menu_top ul {
    padding: 0px 0 0 !important;
    width: auto !important;
}

.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;
	    z-index: 100;
}
.cart_item {
    color: #040404;
    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;
}
#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: 14px;
	font-weight: 500;
	clear: both;
	margin-left: 5px;
	color: #008000;
	padding-bottom: 5px;
	text-align: center;
}
.feed_error{
	font-size: 14px;
	font-weight: 500;
	clear: both;
	margin-left: 5px;
	color: #c62121;
	padding-bottom: 5px;
	text-align: center;
}

.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;
}


 @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:#A0309C;
	/*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: 0px;
    text-align: center;

}

.footer_item ul li{
	display:inline-block;

}

.footer_item ul li a{
	color: #111111;
    display: block;
    font-size: 12px;
    padding: 20px 22px;
    text-decoration: none;
    /*text-transform: uppercase;*/
}

.footer_item ul li a:hover{
	text-decoration:none !important;
}

.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;
}


/* 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{
    margin-bottom: 0px;
    padding: 4px 6px !important;
}

.menu_top ul li ul.access_link li a{
	color:#000 !important;
}

.access_link li a:hover{
	text-decoration:none !important;
}

.logout_li{
border-top: solid 1px #ccc;
}


.myaccount_popup{
    top: 75px!important;
    border: 0px !important;
    min-width: 195px !important;
    right: 12px !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;
	padding:10px;
}

.v_menu ul{
	margin:0px 0 0 0;
	padding:0px;
	list-style:none;
}

.v_menu ul li{
	margin:0 0 5px 0;
}

.v_menu ul li a{
	text-transform:uppercase;
	font-weight:600;
	color:#000;
}
.v_menu ul li a:hover{
	font-weight:600;
	color:#000;
	text-decoration:underline;
}



.product_list_v{
	margin-left:208px;
	width:auto;
	padding-top: 0 !important;
}

.wishlist_page .product_list_v{
	margin-left:0px;
	padding-top: 20 !important;
	width: 100% !important;
}

.wish_list_store_name{
	padding: 12px 10px;
    font-weight: 600;
    font-size: 18px;
}


.v_menu .search_section {
	float:none;
	position: relative;
	margin-bottom:15px;
}

.body_wrapper .v_menu ul li {
    border-right: 0px solid #000000 !important;
}


.v_menu .search_icon {
	cursor: pointer;
	left: 135px;
	position: absolute;
	top: 8px;
}


/*====================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 select.form-control{ height:auto !important;}

.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: 100%;
	font-size: 15px;
	height:auto !important;
}

.required-note{ font-size:12px; padding-top:5px; margin-bottom:10px;padding-left: 12px;}

.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;
}


#curbsidemodal_box_parent .ui-dialog-title {
   white-space: unset;
    overflow: unset;
    text-overflow: unset;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

#curbsidemodal_box_parent .ui-dialog-buttonpane {
    padding: 0px 0 0 !important;
    border-width: 0 !important;
    border-top: solid 1px #b1afaf !important;
    margin-top: 10px;
    padding-top: 10px !important;
}

#curbsidemodal_box_parent .ui-dialog-titlebar-close {
   left: 56px;
}

#curbsidemodal_box_parent textarea#txtpickup_curbside{
	font-size: 18px !important;
	padding: 10px !important;
	
	}
	
.msg-sent{
	text-align: center;
    font-size: 22px;
    margin-top: 30px;
	}	
	
#curbsidemodal_box_parent p{
	font-size: 16px;
    padding: 10px;
    text-align: center;
	
	}	

/*====================Delivery Prefrence======================*/

.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;
	width: 100% !important;
}

.cart_product_limit strong{
	font-size: 13px;
	font-weight: normal;
}
.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; }

.scrolldownward{
	position: absolute;
    color: #fff;
    z-index: 1000;
    left: 50%;
    bottom: 14%;
    width: 30px;
    height: 30px;
    border: solid 1px #fff;
    border-radius: 30px;
	cursor: pointer;
}

.scrolldownward img{
	margin-top: 4px;
    margin-left: 4px;
}

/*** New Changes ***/

.header_wraper{
	padding: 20px 0;
    position: relative;
	margin-bottom: 10px;
}

.instagram_wraper{ margin-top:20px;}
.single_retreat{
	float: none !important;
    margin: 0px auto !important;
	margin-bottom: 40px !important;
}

.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;
    border: 2px solid #040404;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    padding-bottom: 6px;
    font-weight: normal;
    padding-top: 6px;
    text-shadow: none !important;
    display: block;
    border-radius: 2px;
    margin-top: 15px;
}

.youmay_addcart{
	text-align: center;
    font-size: 13px;
    margin-top: 0px;
}

.add_cart_button:hover{
	background:#000;
	color:#fff;
}




.broad_footer {
    background-color: #292c31;
    padding: 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: 30px 10px;
}

.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;
	float: none;
}

.tel_no{
	text-align:center;

	width: 32% !important;
	font-weight:bold;
}

.footer_hours_sec {
    padding-top: 13px !important;
    border-top: 0px !important;
}

.footer_hours_sec h3{font-size: 14px; margin-top: 0px;}



.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;
	z-index:122;
	top: 7px;
	height:30px;
	
}

.home_page .quick_cart_wraper{
	z-index:100;

}




.quick_cart_item{
	float: left;
    background: #fff;
    padding: 3px 6px;
    position: relative;
    font-weight: 600;
    border: solid 2px #000;


}

.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;
	margin-top: 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{
	margin: 0px;
    float: left;
    font-weight: normal;
    min-width: 50px;
    text-align: center;
}

.quick_cart_item p{
	margin: 0px;
    float: left;
    min-width: 50px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
	padding-top: 0px;
    margin-right: 8px;
}
.quick_cart_item .quick_price{border-right:solid 1px #737373; padding-right: 8px;}
.top_social_icon{
	float: right;
    position: absolute;
    top: 1px;
    width: 34%;
    text-align: right;
    right: 52px;
	display:none;
}

.top_social_icon ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.top_social_icon ul li{
	float: none !important;
    background: #000;
    width: 27px;
    height: 22px;
    border-radius: 20px;
    margin-left: 10px;
    text-align: center;
    padding-top: 5px;
	display: inline-block;
}

.top_social_icon ul li:hover{
	background:orange;
}
.top_social_icon ul li a{
	display:block;
	padding: 0px;
}

.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 ;}

.inner_page .header .menu_top li.have_child_page ul.sub_page_menu{
	       min-width: 200px !important;
		   top: 54px;
    	   left: 0px;
}

.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: inherit;
	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 */
	
}
.dropDownMenu > li:hover > ul {
	display: block;
}
.dropDownMenu ul li a {}
.dropDownMenu ul li a:hover {}



/* Level 3 */
.dropDownMenu > li > ul > li > ul {
	text-align: left;
	display: none;
	background: #FFF;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 9999999;
	
}
.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: block!important;
    float: right;
    position: relative;
    right: 0px;
    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;
}

/*----New Style---*/

.instagram_wraper{
	max-width:1050px;
	margin:0px auto;
	}

.broad_footer_item ul li.footer_about_sec {
    float: left;
    width: 100% !important;
}

.width25pr{
     width: 25% !important;
}

.social_media {
    width: 100%;
    text-align: center;
    background: #f0f0f0;
    height: 65px;
    padding-top: 12px;
	margin-top: 20px;
	
}

.social_media ul li a {
    display: block;
    padding: 0px 0px !important;
}

.social_media ul li a img {
    border: 0px;
    width: 83%;
}

.social_media ul li{
	float: none !important;
    display: inline-block;
    margin-right: 15px;
}

.additional_page_content{}

.additional_page_content .wrapper{ width:100%; margin: 0 auto;}

.additional_page_content .wrapper .page_widget_banner{
	height: 550px;
    overflow: hidden;
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
   }

.additional_page_content .wrapper .page_widget_banner img{
	width:100%;
}

.additional_page_content .wrapper .page_widget_banner .overlay{
	position: absolute;
    width: 100%;
    height: 550px;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}

.additional_page_content .wrapper .page_widget_banner h1{
	position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
   }

 .cart_table_v .btn{
	border-radius: 0;
    width: 208px;
    text-transform: uppercase;
 }

.page_content * {
   line-height:30px !important;
       font-size: inherit;

}

html body input, select, textarea {
    font-family: inherit;
    font-size: 15px !important;
    line-height: inherit;
    color: #000 ;
    border: solid 2px #000 ;
    padding: 10px 8px !important;
}

html body.registration_page .customer_info form p input{
	border: solid 0px #000 ;
    border-bottom: solid 2px #000 ;
}

html body .subscription_section input, select, textarea{
	border: solid 0px #000;
    border-bottom: solid 2px #000 ;
    width: 200px;
    display: block;
    margin: 0px auto !important;
    text-align: center;
}

html body .subscription_section select{
	background: #fff url(../images/drop_arrow.jpg) no-repeat right center!important;
	padding-right: 30px!important;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}



.subscription_section{
	    max-width: 570px;
}


.subscription_section .sub_form p label {
    display: inline-block !important;
	width:115px;
}

.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;
}

.subscription_section button{
	font-family: inherit;
    font-size: 15px !important;
    line-height: inherit;
    color: #000000 !important;
    border: solid 2px #000 !important;
    padding: 10px 19px !important;
    text-transform: uppercase;
    background: #fff !important;
    font-weight: 600;
	margin-top: 10px;
}

.home_page h2.text_align_center{
	font-family: Dawning of a New Day !important;
    font-size: 50px !important;

}

.w3agile_special_deals_grids {
	margin: 3em 0 0;
}

.w3agile_special_deals_grids .col-md-6 .img-responsive{
	    width: 100%;
}

.w3agile_special_deals_grids .col-md-8 .img-responsive {
    width: auto;
}

.single_retreat{text-align:center}
.single_retreat img{display:unset; width: 100% !important;}

.w3agile_special_deals_grids .col-md-6{
	margin-bottom:45px;
}


.w3agile_special_deals_grid_right, .w3agile_special_deals_grid_left_grid {
	position:relative;
}
.w3agile_special_deals_grid_right_pos {
	position:absolute;
	top: 8%;
	left: 20%;
}
.w3agile_special_deals_grid_right_pos h4, .w3agile_special_deals_grid_right_pos h5 {
	text-transform:uppercase;
	font-size:2em;
}
.w3agile_special_deals_grid_right_pos h4 {
	color:#ffffff;
}
.w3agile_special_deals_grid_right_pos h4 span {
	font-weight:700;
}
.w3agile_special_deals_grid_right_pos h5 {
	font-weight: 700;
	color: #ff5063;
	padding-left: 5em;
	margin: .5em 0 0;
}
.w3agile_special_deals_grid_right_pos h5 span {
	font-weight: 300;
	display: block;
	color:#ffffff;
	padding-left: 2em;
	margin: .5em 0 0.2em;
}
.w3agile_special_deals_grid_left_grid_pos {
	position:absolute;
	top: 50%;
	left: 10%;
}
.w3agile_special_deals_grid_left_grid_pos h4 {
	text-transform:uppercase;
	font-size:2em;
	color:#fff;
}
.w3agile_special_deals_grid_left_grid_pos h4 span {
	display:block;
	color:#ff5063;
	margin: .5em 0 0 1em;
}
.w3agile_special_deals_grid_left_grid_pos1 {
	position: absolute;
	right: 5%;
	top: 5%;
	width: 100px;
	height: 100px;
	background: #e9609b;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
}
.w3agile_special_deals_grid_left_grid_pos1 h5 {
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	padding: 1.5em 0 0;
}
.w3agile_special_deals_grid_left_grid_pos1 h5 span {
	display:block;
}
.w3agile_special_deals_grid_left_grid {
	margin:0 0 2em;
}
.w3agile_special_deals_grid_left_grid {
	position: relative;
	overflow: hidden;
}
.w3agile_special_deals_grid_left_grid img {
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 100%;
}
.w3agile_special_deals_grid_left_grid:hover img {
	-moz-transform: scale3d(1.1, 1.1, 1);
	-o-transform: scale3d(1.1, 1.1, 1);
	-ms-transform: scale3d(1.1, 1.1, 1);
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.w3agile_special_deals_grid_left_grid1 {
	padding:2em 2em 4.3em;
	background:#e9609b;
	text-align:center;
}
.w3agile_special_deals_grid_left_grid1 img {
	margin:0 auto;
}
.w3agile_special_deals_grid_left_grid1 p {
	margin:1em 0;
	color:#FFF;
	line-height:1.8em;
}
.w3agile_special_deals_grid_left_grid1 h4 {
	font-size: 1.1em;
	color: #fff;
	margin: 1em 0 0;
}

h5.resort_name {
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: center;
    padding: 0px 10px;
    margin-bottom: 3px;
}

p.resort_details {
        text-transform: uppercase;
    font-size: 1em;
    text-align: center;
    padding: 0px 10px 10px 10px;
}


.learn_more_btn_white {
    border: solid 3px #000;
    color: #000;
    padding: 6px;
    text-align: center;
    font-size: 0.9em;
    display: block;
    width: 115px;
    margin: 0px auto;
    text-transform: uppercase;
}

.footer{
	background:#1f1a17 !important;
}
.footer_item ul{
	background:none !important;
}

.text_align_center{
	text-align:center !important;
}

.text_align_left{
	text-align:left !important;
}

.text_align_right{
	text-align:right !important;
}

.home_page_txt{
	font-size: 18px;
    line-height: 30px;
    padding: 40px 0px 20px 0px;
}

.registration_page #head_log a{  font-size: 26px; display:none;
}

.registration_page #head_log a:hover{
	text-decoration:none !important;
}


/*---Gallery--*/
#iframe_modal_container .modal-header {
    padding: 5px;
}


#iframe_modal_container .next {
	float:right;
	text-align:right;
	background: url(../images/popup_nxt.png) no-repeat right;
    background-size: 18px;
	font-size: 0px;
    height: 18px;
    width: 18px;
    margin-top: 5px;
}
#loader_box{
	text-align:center;
}


#iframe_modal_container .previous {
    background: url(../images/popup_prv.png) no-repeat;
    background-size: 18px;
	float: left;
	font-size: 0px;
    height: 18px;
    width: 18px;
	margin-top: 5px;
}

#iframe_modal_container .modal-header .close {
    position: relative;
    top: 5px;
}

.package_wraper_width{
	max-width:1200px;
	margin:0px auto;
}

.broad_footer_item{ /*display:none;*/}


/*----*/

@media screen and (max-width: 650px) {

.product_list_v {
    margin-left: 0px;
    width: 100%;
}	
	
.v_menu {
    width: 96%;
    float: left;
    padding: 2%;
}

.product_list ul li {
    padding: 0px !important;
    width: 46%;
}

.additional_page_content .wrapper .page_widget_banner .overlay {position: absolute;width: 100%;height: 250px;}
.additional_page_content .wrapper .page_widget_banner { height: 250px;}
.subscription_section h6 { font-size: 1.1em;}
.access_link li{width: 100%;}
.myaccount_popup {top: 52px!important;}
.additional_page_content .wrapper {padding-top: 20px;}
.footer_item ul{clear:both;}
.footer_item ul li {display: block;}
.footer_item ul li a{padding: 7px 22px;}
.broad_footer_item ul li:last-child{ width:100%;}
.footer_hours_sec h3{font-size: 14px; margin-top: 0px;}
}


.web_footer{
	text-align: center;
	margin-top: 20px;
}

.gift-balance-wrapper .ui-dialog-titlebar-close {
    left: 27px;
    top: 8px;
    background: url(../images/check_blc_close.png) no-repeat !important;
    background-size: 18px !important;
}

.gift-balance-wrapper .ui-dialog-titlebar-close:hover {
    background: url(../images/check_blc_close.png) no-repeat !important;
	 background-size: 18px !important;
}

@media screen and (min-width: 275px) and (max-width: 539px) {
.product_list_v{padding-top:60px!important;}

.gift-balance-wrapper  #check-card .content input.field{width: 95%;}
.gift-balance-wrapper #check-card .content input.bt_login{width: 97%;}
.gift-balance-wrapper .ui-dialog-titlebar-close {
    left: 22px;
}


}

.web_footer ul{
	list-style: none;
	margin: 0px;
    padding: 0px;
}
.web_footer ul li a{padding: 7px 22px;}

#check_balance {
    background: #000;
    border-radius: 30px;
    padding: 10px 30px;
    color: #fff;
	text-decoration:none;
}