@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');
body {
	overflow-x: hidden;
}

select {
	font-family:  'Source Sans Pro', sans-serif !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	padding-right: 0 !important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, html{min-height: 100%; height: 100%;}
body{background: url("../images/doodles.png") repeat; font-family: 'Source Sans Pro', sans-serif; }
#main_wrapper{width: 100%; max-width: 1170px; margin-left: auto; margin-right: auto; overflow: hidden;  box-sizing: border-box; padding: 0 15px; position: relative; box-shadow: 0 0 2px 3px rgba(0,0,0,0.2); background: #fff; min-height: 100%;}
#site_loader{background: rgba(255,255,255,0.9); position: fixed; left: 0; top: 0; z-index: 10; width: 100%; height: 100%; display: none;}
#site_loader img{width: 120px; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);}
#site_header{padding: 10px 0;  background: #32bced; margin-left: -15px; margin-right: -15px; text-align: center; position: relative;}
#logo{width: 300px;}
#site_header_bottom{ background: #97cb52; box-sizing: border-box; padding: 15px; text-align: center; font-size: 20px; color: #fff; font-weight: 600; font-style: italic; margin-left: -15px; margin-right: -15px;height: 48px;}
#site_header_notice{margin-bottom: 15px; background: #a569ac; box-sizing: border-box; padding: 15px; text-align: center; font-size: 20px; color: #fff; font-weight: 600; margin-left: -15px; margin-right: -15px;}
#product_list{overflow: hidden; margin: 0 -5px;float: left;}
#product_list > li{display: block; width: 25%; box-sizing: border-box; padding:15px 10px; float: left; }
#product_list li:only-child{ width: 50%; }
.product_inner{border: solid 5px transparent; transition: all ease-in 0.3s; position: relative; background: #fff; box-shadow: 0 0 2px 1.3px rgba(0, 0, 0, 0.07); padding: 10px; cursor: pointer; position: relative;height: fit-content !important;-webkit-tap-highlight-color: rgba(0,0,0,0);}
.product_inner img{display: block; width: 100%; }
.product_inner.pro_selected{border-color: #6CDC1C;}
.product_inner:before{content: ""; display: block; width: 40px; height: 40px; position: absolute; left: 0; top: 0; background: url("../images/check.png") no-repeat; transition: all ease-in 0.2s; opacity: 0;}
.product_inner.pro_selected:before{opacity: 1; z-index: 2;}
.product_info{text-align: center;  margin-top: 10px; margin-bottom: 20px; }
.product_info h4{text-align: center; font-size: 16px; margin-bottom: 5px;}
.step_container{padding-bottom: 125px; display: none;}
.product_price{line-height: 1; display: block; opacity: 0.65; padding: 0 10px; position: relative; text-decoration: line-through; margin-bottom: 4px;}
.product_net_price{font-weight: 600; font-size: 18px; display: block; }
.product_inner.pro_selected{box-shadow: none;}
.remove_item_btn{border: none; background: #f58082; width: 35px; height: 35px; text-align: center; line-height: 35px; color: #fff; border-radius: 50%; box-shadow: 1px 1px 2px 1.5px rgba(0, 0, 0, 0.3); position: absolute; left: 50%; bottom: -17.5px; transform: translateX(-50%) scale(0); opacity: 0; transition: all ease-in 0.2s; cursor: pointer; outline: none;}
.remove_item_btn:hover{box-shadow: none;}
.product_inner.pro_selected .remove_item_btn{transform: translateX(-50%) scale(1); opacity: 1;}
#cartog_outer{display: inline-block; position: absolute; left: 15px; top: 15px;}
#cart_toggler{border-radius: 50%; border: none; outline: none; width: 35px; height: 35px; text-align: center; line-height: 35px; background: #32bced; color: #fff; font-size: 17px;  box-shadow: 1px 1.2px 5px 1px rgba(0,0,0,0.4); border: solid 2px rgba(255,255,255,0.09); cursor: pointer; transition: all ease-in 0.3s; display: inline-block; vertical-align: middle;}
#cart_toggler:hover{transform: scale(1.12);}
#main_action_holder{position: fixed; left: 0; bottom: 0; width: 100%; height: 65px;z-index: 2;}
#main_action_container{position: relative; width: 100%; height: 100%; background: #97cb52; max-width: 1170px; margin-left: auto; margin-right: auto;  box-sizing: border-box; text-align: right; transition: all ease-in 0.3s; transform: translateY(60px);}
.actionbar_actived #main_action_container{transform: translateY(0);}
.stepping_action_btn{display: inline-block; padding: 24px 35px; box-sizing: border-box; border:none; background: #f356a3;  color: #fff; text-transform: uppercase; font-size: 18px; font-weight: 400; line-height: 1; outline: none; transition: background ease-in 0.3s; cursor: pointer; border-top: solid 3px #561032;}
.stepping_action_btn:hover{background: #561032; }
#move_previous{background: #ecc7d9; color: #501431; border-top: solid 3px #a06883; display: none;}
#move_previous:hover{background: #a06883;}
.form_row{margin: 0 -15px; /*overflow: hidden; */}
.form_col{width: 50%; box-sizing: border-box; float: left; padding: 10px 15px;}
.form_col input, .form_col select{display: block; box-sizing: border-box; width: 100%; padding: 10px; border: solid 1px #e9e9e9; outline: none !important;}
.step_title{margin-top: 15px;text-align: center; font-size: 32px; line-height: 1.1; margin-bottom: 35px; text-transform: uppercase; font-weight: 400;}
#summery_wrapper{max-width: 700px; margin-left: auto; margin-right: auto; background: url("../images/paper.png") repeat; padding: 35px; box-shadow: 3px 3px 4px 2.5px rgba(0, 0, 0, 0.14); box-sizing: border-box; }
#order_summery_list > li{border: solid 1px #ccc; padding: 15px; box-sizing: border-box; border-bottom: none; position: relative;}
#order_summery_list > li:last-child{border-bottom: solid 1px #ccc;}
.left_summery{width: 73%; display: inline-block; vertical-align: middle;}
.right_summery{display: inline-block; vertical-align: middle; width: 25%; text-align: right;}
.summery_prod{box-sizing: border-box; padding-left: 55px; display: flex; align-items: center;}
.summery_prod img{width: 80px;  }
.summery_prod > div.sumdet_outer{display: flex; align-items: center; width: 250px; font-size: 18px; padding-left: 15px;}
.summery_price{font-size: 17px; font-weight: 600; }
.summery_remove_item{border: none; background: #f58082; width: 30px; height: 30px; text-align: center; line-height: 30px; color: #fff; border-radius: 50%; box-shadow: 1px 1px 2px 1.5px rgba(0, 0, 0, 0.3); position: absolute; left: 15px; top: 50%; transform: translateY(-50%) ;  transition: all ease-in 0.2s; cursor: pointer; outline: none; display: block;}
.summery_remove_item > i{line-height: 30px;}
.summery_remove_item:hover{box-shadow: none;}
#summery_total_block{ margin-bottom: 10px; overflow: hidden; margin-top: 5px;}
#summery_tot_cap{box-sizing: border-box; padding: 20px; font-size: 18px; font-weight: 600; text-transform: uppercase; width: 70%; float: left; background: #e9e9e9; color: #000;}
#summery_total{box-sizing: border-box; padding: 20px; font-size: 18px; font-weight: 600; text-transform: uppercase; width: 30%; float: left; background: #32bced; text-align: right; color: #fff;}
#shipping_confirmation{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background:#fff; z-index: 2; overflow-y: auto;}
#shipping_confirmation_container{max-width: 1170px; box-sizing: border-box; padding: 0 15px; width: 100%; margin-left: auto; margin-right: auto; position: relative; height: 100%;}
#ship_msg{position: absolute; left: 0; width: 100%; text-align: center; top: 50%; transform: translateY(-50%);}
#ship_msg > p{max-width: 600px; padding: 40px; background: #97cb52; border: dashed 2px #fff; color: #fff; font-size: 19px; margin-left: auto; margin-right: auto;}
#place_ordernow{display: inline-block; outline: none; padding: 15px 40px; line-height: 1; border: solid 2px #32bced; background: #32bced; color: #fff; font-size: 18px; margin-top: 25px; cursor: pointer; transition: all ease-in 0.25s;}
#place_ordernow_onlinepayment{display: inline-block; outline: none; padding: 15px 40px; line-height: 1; border: solid 2px #32bced; background: #32bced; color: #fff; font-size: 18px; margin-top: 25px; cursor: pointer; transition: all ease-in 0.25s;}
#place_ordernow:hover{background: #fff; color: #32bced;}
#place_order_back{display: inline-block; outline: none; padding: 15px 40px; line-height: 1; border: solid 2px #e9e9e9; background: #e9e9e9; color: #000; font-size: 18px; margin-top: 25px; cursor: pointer; transition: all ease-in 0.25s;}
#place_order_back:hover{opacity: 0.7;}
#load_item_holder{margin-top: 25px; text-align: center;}
#load_items{display: inline-block; box-sizing: border-box; padding: 10px 25px; line-height: 1; transition: all ease-in 0.3s; cursor: pointer; background: #32bced; border: solid 2px #32bced; color: #fff; text-transform: uppercase;}
#load_items:hover{background: #fff; color: #32bced;}
#site_overlay{background: rgba(0,0,0,0.75); position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 5; display: none;}
#cart_holder{position: fixed; width: 420px; right: 0; top: 0; height: 100%; background: #fff; box-sizing: border-box; padding: 80px 15px; z-index: 6; box-shadow: -3px 0px 5px 1px rgba(0, 0, 0, 0.6); transition: all ease-in 0.3s; transform: translateX(105%); }
.cartopened #cart_holder{transform: translateX(0);}
.cartopened #site_overlay{display: block;}
#cart_header{position: absolute; width: 100%; box-sizing: border-box; padding:20px 15px; background: #e9e9e9; left: 0; top: 0;}
#cart_header > h4{font-size: 24px; text-transform: uppercase; color: #32bced; line-height: 1; font-weight: 300; }
#close_cart{position: absolute; right: 0; top: 0; width: 60px; height: 100%; background: #F52A2E; color: #fff; text-align: center; font-size: 18px; line-height: 60px; cursor: pointer;}
#close_cart:hover{opacity: 0.65;}
#cart_footer{position: absolute; left: 0; bottom: 0; width: 100%; padding:22px 15px; background: #000; color: #fff; box-sizing: border-box;}
#cart_total_outer > h5{display: inline-block; width: 65%; text-align: left; vertical-align: middle; font-size: 19px;}
#cart_total_outer > span{display: inline-block; vertical-align: middle; text-align: right; font-size: 19px; width: 32%;}
#cart_content  ul > li{display: block; padding-bottom: 10px; margin-bottom: 10px; border-bottom: solid 1px #e9e9e9; position: relative;}
.cart_itemdet{display: inline-block; vertical-align: middle; width: 69%; box-sizing: border-box; padding-left: 30px; }
.cart_item_img{width: 60px; display: inline-block; vertical-align: middle;}
.cart_item_img img{display: block; width: 100%;}
.cart_itemdet_outer{display: inline-block; vertical-align: middle; padding-left: 10px; width: 160px;}
.cart_itemdet h5{font-weight: 600; font-size: 15px;}
.qcart_pmeta{display: block; text-align: left; color: #646464; font-style: italic; font-size: 12px; margin-top: 3px;}
.cart_pric{display: inline-block; width: 30%; vertical-align: middle; text-align: right; font-weight: 600;}
.remove_cart_items{position: absolute; left: 0; top: 45%; transform: translateY(-50%); color: #EB3D40; cursor: pointer;}
.remove_cart_items:hover{opacity: 0.6;}
#cart_content{height: 100%; overflow-y: auto;}
#feedback_msg{margin-bottom: 30px; box-sizing: border-box; padding: 25px; text-align: center; display: none;}
#feedback_msg.success{background: #97cb52; color: #fff; }
#feedback_msg.error{background: #E71F22; color: #fff; }
.form_col label.error{display: inline-block; padding: 4px; border-radius: 4px; background: #EB1C1F; font-size: 12px; color: #fff; margin-top: 3px;}
.form_col  input.error, .form_col  select.error{background: #ffa0a0; border-color: #E51215;}
.qty_holder{margin-top: 10px; box-sizing: border-box; padding: 10px; background: #fafafa; display: none;}
.qty_holder > label{display: inline-block; vertical-align: middle; margin-right: 10px;}
.product_qty{box-sizing: border-box; padding:4px 10px; display: inline-block; vertical-align: middle; cursor: pointer;}
.pro_selected .qty_holder{display: block; }
#product_list > li:nth-child(4n+1){clear: both;}
.su_productname{font-weight: 600; font-size: 15px;}
.su_unitprice{display: block; text-align: left; margin-top: 3px; font-size: 12px; font-style: italic; color: #6A6A6A; font-weight: 400;}
.su_productname{display: inline-block; vertical-align: middle; width: 180px;}
.sumdet_outer > span{display: inline-block; vertical-align: middle; box-sizing: border-box; padding-left: 12px; font-weight: 600; font-size: 18px; width: 100px;}
#cartbot_price{font-weight: 600; color: #fff; display: inline-block; padding-left: 12px; vertical-align: middle;}
.easy-autocomplete{width: 100% !important;}
.shipping_total{box-sizing: border-box; padding: 15px 20px; background: #e2ece1; width: 100%; overflow: hidden; margin-top: 5px; }
.shipping_total_cap{display: inline-block; width: 70%; vertical-align: middle; font-size: 17px; font-weight: 600;}
.shipping_total_val{display: inline-block; width: 29%; vertical-align: middle; font-size: 17px; font-weight: 600; text-align: right;}
.redas{color: #FF0105;}
.shipping_note{font-size: 15px; margin-top: 18px; margin-bottom: 25px; }
#cart_shipping_charge{margin: 0; position: absolute; left: 0; top: -50px; color: #000;}
.has_shipping #cart_holder{padding-bottom: 135px;}
.has_shipping .shipping_total{display: block;}
.has_shipping .shipping_note{display: block;}
#invalid_location_charge{font-size: 14px; margin-top: 20px; margin-bottom: 25px; display: none; box-sizing: border-box; padding: 15px; background: #F00307; color: #fff;}
.has_shipping #invalid_location_charge{display: none;}
.has_shipping #summery_total_block{margin-top: 0;}
#header_utilities{ display: inline-block; position: absolute; right: 15px; top: 10px;}
#mainsite{display: inline-block; width: 35px; height: 35px; text-align: center; line-height: 35px; font-size: 22px; color: #fff;  vertical-align: middle; transition: all ease-in 0.3s;}
#mainsite:hover{background: #fff; color: #32bced;}
#mainsite i{line-height: 35px;}
#hotline{display: inline-block; vertical-align: middle; color: #fff; font-size: 20px; font-weight: bold; margin-right: 15px; }
#hotline i{display: none;}
#hotline a{text-decoration: none; color: #fff; transition: all ease-in 0.3s;}
#hotline a:hover{opacity: 0.65;}
#order_summery_list li .product_qty{padding:2px 5px; font-size: 14px; margin-left: 2px;}
.pm_title{font-size: 28px; text-transform: uppercase; font-weight: 400; text-align: center; line-height: 1.1; margin-bottom: 25px;}
/*#payment_methode{margin-bottom: 35px;}*/
#onlinePaymentMobile {display:none  !important}
#onlinePaymentDesktop {display:block}
#onlinePaymentList {margin-top: 10px !important;margin-bottom: 35px !important;}
#payCollectList { margin-top: -14px !important;}
#btList { margin-top: 0px !important;}
#payment_methode_ul > li{position: relative;  box-sizing: border-box; text-align: center; display: inline-block; vertical-align: middle; margin: 0 15px;}
#payment_methode_ul li input[type=radio]{  position: absolute;visibility: hidden;}
#payment_methode_ul li label{  display: block;position: relative;font-weight: 600;font-size: 18px; padding-left: 32px; z-index: 9; cursor: pointer;transition: all 0.25s linear; height: 30px; line-height: 30px; text-transform: uppercase;}
#payment_methode_ul li:hover label{	color: #32bced;}
#payment_methode_ul li .check{display: block;position: absolute;border: 3px solid #000;border-radius: 100%;height: 18px; width: 18px;top: 10px;left: 0;z-index: 5; transition: border .25s linear;}
.paymentDivider {  width: 50%; margin-top: 34px;}
#payment_methode_ul li:hover .check {
	border: 3px solid #32bced;
}

#payment_methode_ul li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 10px;
	width: 10px;
	top: 4px;
	left: 4px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

#payment_methode_ul li input[type=radio]:checked ~ .check {
	border: 3px solid #000;
}

#payment_methode_ul li input[type=radio]:checked ~ .check::before{
	background: #000;
}

#payment_methode_ul li input[type=radio]:checked ~ label{
	color: #000;
}

.fa-clone{
	padding: 13px;
	margin: -13px;
}
#bt_detholder_outer{display: none;}
#collect_detholder_outer{display: none;}
#bt_detholder{margin-top: 20px; max-width: 650px; margin-left: auto; margin-right: auto; }
#bt_detholder > li{display: block; overflow:hidden; background: #e9e9e9; position: relative; border-bottom: solid 1px #aaa;}
#bt_detholder > li:last-child{border:none;}
.bt_caption{display: block; width: 40%; float: left; padding: 15px; box-sizing: border-box; text-align: left;}
.bt_val{display: block; width: 60%; text-align: right; font-weight: 600; float: left; box-sizing: border-box; padding: 15px; position: absolute; right: 0; top: 0; height: 100%; background: #ccc;}
#bt_note{text-align: center; box-sizing: border-box; padding: 20px; margin-top: 15px;  background: #dfeccb; max-width: 686px;px; margin-left: auto; margin-right: auto; line-height: 1.5;}
#bt_note a{color: #0795c7; text-decoration: none; font-weight: 600; transition: all ease-in 0.3s;}
#bt_note a:hover{opacity: 0.65;}

#collect_note{text-align: center; box-sizing: border-box; padding: 20px; margin-top: 15px;  background: #fff179; max-width: 650px; margin-left: auto; margin-right: auto; line-height: 1.5;font-weight:bold;}
#collect_note a{color: #0795c7; text-decoration: none; font-weight: 600; transition: all ease-in 0.3s;}
#collect_note a:hover{opacity: 0.65;}
.clear{clear: both;}


/*New changes*/
.select2-container{max-width: 100% !important; width: 100% !important;}
.select2-container--default .select2-selection--single{border-radius: 0 !important; border: solid 1px #e9e9e9 !important; height: 38px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 36px;    font-size: 13px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 38px;}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color: #757575;}

#successOrderFeedback{max-width: 500px; text-align: center; margin: 0 auto;}
#successOrderFeedback p{box-sizing: border-box; padding: 20px; text-align: center; background: #9ace38; color: #fff; font-size: 18px; font-style: italic; line-height: 1.35;}
#successOrderFeedback button{    display: inline-block;
	outline: none;
	padding: 15px 40px;
	line-height: 1;
	border: solid 2px #32bced;
	background: #32bced;
	color: #fff;
	font-size: 18px;
	margin-top: 25px;
	cursor: pointer;
	transition: all ease-in 0.25s;}
#successOrderFeedback button:hover{background: none; color: #32bced;}
#step5Overlay{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,1.0); z-index: 1; overflow-y: auto;}
#step5Content{position: relative; z-index: 2; padding: 45px 20px; }


#genTottalRow{margin-top: 40px; background: #b7cab6;}
#load_item_holder{display: none;}


/*New changes*/
#freeDeliveryBlock{display: inline-block; position: absolute; left: 10px; top: 15px; color: #fff;}
#freeDeliveryBlock > h6{display: inline-block; max-width: 300px; vertical-align: middle; color: #fff; margin-left: 4px; margin-bottom: 0; margin-top: 0; text-align: left; font-size: 17px; font-style: italic;}
#freeDeliveryBlock > i{font-size: 26px; vertical-align: middle;}
#myCourier > h6{font-size: 14px; margin-top: 5px;}
#bt_detholder_outer > h3{font-size: 20px; text-transform: uppercase; margin-top: 35px;}
#infiLoaderHolder{margin-top: 25px; text-align: center; display: none;}
#infiLoaderHolder > img{max-width: 100px;}
#infiLoaderHolder.active{display: block;}

.store-option{
	padding-top: 10px;
}

/* The container */
.cb-container {
	display: block;
	position: relative;
	padding-left: 30px;
	padding-top: 2px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #F44336;
	margin-left: 10px;
	text-align: left;
}



/* Hide the browser's default checkbox */
.cb-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #2196F3;
}

/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .checkmark {
	background-color: #00BCD4;
}

/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.cb-container .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#msgBox{position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 999999; display: none;}
#msgBox.active{display: block; }
#msgBoxOverlay{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; background: rgba(0,0,0,0.9);}
#msgBoxContainer{width: 90%; max-width: 400px; background: #fff; box-sizing: border-box; padding: 30px; transition: all ease-in 0.3s; transform: translateX(-50%) translateY(-80%); left: 50%; top: 50%; z-index: 2; position: absolute; opacity: 0;}
#msgBoxContainer p{font-size: 17px; text-align: justify;}
#msgBoxContainer button{display: inline-block; padding: 10px 30px; line-height: 1; background: #97cb52; color: #fff; box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1); margin-top: 25px; border: 0; transition: all ease-in 0.2s;}
#msgBoxBtnOuter{text-align: center;}
#msgBoxContainer button:hover{opacity: 0.65; cursor: pointer;}
#msgBox.active #msgBoxContainer{transform: translateX(-50%) translateY(-50%); opacity: 1; transition-delay: 1s;}

.se{
	background-color:#e02020 !important;
	display:none;
}

#shipping_exceed{
	text-align:center;
	color:white;
}

/*Badge*/
.prodPromoBadge{width: 80px; height: 60px; position: absolute; right: 0; top: 0; background-image: url('../images/badge.png'); background-size: contain; background-position: center; background-repeat: no-repeat;}
.promoTxtHolder{padding: 15px; box-sizing: border-box; text-align: center; color: #fff;}
.promoTxtHolder h4{ line-height: 1; color: #fff; font-weight: bold; font-size: 20px; margin: 0;}
.promoTxtHolder h6{font-size: 14px; color: #fff; line-height: 1; font-weight: bold; margin: 0; text-transform: uppercase;}

.product_net_price{color: #ec1111;}

.codMsg{
	top: 10px;
	position: relative;
	font-size: 12px;
	width: max-content;
	color: red;
	display:none;
}
.rightBorder {
	border-right: 2px solid #ccc;
	padding-right: 40px;
	height: 45px !important;
}
.marginBottomDesktop{
	margin-bottom: -15px !important;
}

.bankAccountDetailsWrapper{
	border: 2px solid #79BCFF;
	width: 52%;
	text-align: center;
	display: block;
	margin: 19px auto;
	padding: 21px 37px;
}
.leftSection {
	float: left;
	margin-left: 60px;
	border-right: 1px solid #ccc;
	padding-right: 38px;
}
.leftSection h5{
	font-weight: bolder;
	text-align: left;
}
.rightSection p{
	text-align : left;
	margin-left: 377px;
	line-height: 25px;
}
.rightSection h5{
	font-weight: bolder;
	text-align: left;
	margin-left: 377px;
}
.leftSection p{
	text-align : left;
	line-height: 25px;
}
.bankAccountDetailsWrapper h4{
	margin-bottom: 23px;
	font-weight: 600;
}
#step3Title {
	margin: 30px 0 15px;
}

#step4Title {
	margin-bottom: 34px;
}

.step_title {
	position: relative;
	font-size: 30px;
	z-index: 1;
	overflow: hidden;
	text-align: center;
}
.step_title:before, .step_title:after {
	position: absolute;
	top: 51%;
	overflow: hidden;
	width: 10%;
	height: 1px;
	content: '\a0';
	background-color: #32BCED;
}
.step_title:before {
	margin-left: -12%;
	text-align: right;
}
.step_title:after {
	margin-left: 2%;
	text-align: left;
}

#product_list > li:last-child{
	margin-bottom: 130px;
}
#step2Title{
	margin: 30px 0 14px;
}

.btnBankDetails {
	background: #0F5575;
	color: #ffffff;
	cursor: pointer;
	padding: 8px;
	border: 0;
	transition: all 0.5s;
	border-radius: 4px;
	width: auto;
	position: relative;
	margin-top: 20px;
}
.btnBankDetails::after {
	/*content: "\f054";*/
	/*font-family: "Font Awesome 5 Pro";*/
	/*font-weight: 400;*/
	/*position: absolute;*/
	/*left: 85%;*/
	/*top: 31%;*/
	/*right: 5%;*/
	/*bottom: 0;*/
	/*opacity: 0;*/
}
.btnBankDetails:hover {
	background: #32BCED;
	transition: all 0.5s;
	border-radius: 4px;
	box-shadow: 0px 6px 15px #0000ff61;
	padding: 8px;
}
.btnBankDetails:hover::after {
	opacity: 1;
	transition: all 0.5s;
}
.disabledBankSMS{
	background: gray;
}
.disabledBankSMS:hover{
	background: gray;
	transition: none;
	box-shadow: none;
}
/*MODAL START*/
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 2; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	/*border: 1px solid #888;*/
	width: 30%;
	text-align:center;
	min-height: 200px;
}

/* The Close Button */
.close,.close3 {
	color: #aaaaaa;
	font-size: 28px;
	font-weight: bold;
	background: white;
	position: absolute;
	z-index: 2;
	margin-left: 278px;
}

.close:hover,
.close:focus,
.close3:hover,
.close3:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/*MODAL END*/
/* START SLIDER CSS */
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
	height:500px !important;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: gray;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	margin-left: -243px;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
	margin-right: 42px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}

.swiper-container {
	height: 574px !important;
}
#modal-body{overflow: hidden;}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
:root {
	--swiper-theme-color: #32BCED !important;
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

.swiper-button-next, .swiper-button-prev {
	outline:none !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 23px !important;
	color: black !important;
}
.swiper-button-next, .swiper-button-prev {
	top: 41% !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	 right: 0px !important;
	left: 63% !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	 left: initial !important;
	 right: auto !important;
}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

.ssc-square {
	background: #F5F3F5;
	width: 85%;
	height: 373px;
	position: relative;
	overflow: hidden;
	margin: 76px 0 0 7%;
}
.ssc-square::before {
	content: '';
	display: block;
	position: absolute;
	left: -150px;
	top: 0;
	height: 100%;
	width: 150px;
	background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
	animation: load 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}
@keyframes load {
	from {
		left: -150px;
	}
	to   {
		left: 100%;
	}
}
@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}



#smsMsg{
	color:#ff0000;
	font-size: 14px;
	padding: 0px 0px 15px 19px; top: 2px;
	left: 18px;
	z-index:0;
	display:block;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.prev, .next,.text {font-size: 11px}
}

/* END SLIDER CSS */

.imagePopup{
	position:absolute;
}
/*Responsive CSS*/

@media only screen and (max-width:1400px){
	#shipping_confirmation_container{
		min-height: 128%;
	}
	.close {margin-left: 199px;}
	.prev{margin-left: -181px;}
	.next{ margin-right: 22px;}
}

/* END SLIDER CSS */


@media only screen and (max-width:979px){
	#logo{width: 265px;}
	#site_header{padding: 20px 0;}
	#site_header_bottom{padding: 15px 15px;    text-align: left;}
	#product_list > li:nth-child(4n+1){clear: none;}
	#product_list > li:nth-child(3n+1){clear: both;}
	#product_list > li{width: 33.3%;}
	#hotline{margin-right: 10px;}
	/*#hotline span{display: none;}*/
	#hotline i{display: inline-block; font-size: 36px;}
	#mainsite{width: 28px; height: 28px; line-height: 28px;}
	#mainsite i{font-size: 20px; line-height: 28px;}
	.stepping_action_btn{font-size: 16px; font-weight: 600;}
}



@media only screen and (max-width:767px){
	.product_inner { height: 256px;}
	.pro_selected { height: 322px;}
	.promoTxtHolder h4 {font-size:16px}
	.promoTxtHolder h6 {font-size:13px}
	.prodPromoBadge {width: 55px;}
	.close {margin-left: 129px;}
	.next {	margin-right: -23px;}
	.prev {	margin-left: -168px;}
	#step2Title {margin: 30px 0px 7px;}
	#cart_holder{width: 320px;}
	.cart_itemdet_outer{padding-left: 0;}
	#cart_shipping_charge .shipping_total_cap{width: 65%; font-size: 15px;}
	#cart_shipping_charge .shipping_total_val{font-size: 15px; width: 33%;}
	#cart_footer{padding: 18px 15px;}
	#cartbot_price > span{display: none;}
	#product_list > li{width: 50%;}
	#product_list > li:nth-child(3n+1){clear: none;}
	#product_list > li:nth-child(2n+1){clear: both;}
	.summery_prod{padding-left: 40px;}
	.summery_prod > div.sumdet_outer{width: 200px;}
	.sumdet_outer > span{padding-left: 0; padding-top: 10px;}
	.stepping_action_btn{padding: 24px 20px; font-size: 15px;}
	#shipping_confirmation{overflow-y: auto;}
	#ship_msg{position: relative; top: auto; transform: none; padding: 45px 0;}
	#cart_total_outer > span{width:48%; }
	#cart_total_outer > h5{width: 50%;}
	#summery_wrapper{padding: 20px; box-shadow: 0px 0px 3px 0.7px rgba(0, 0, 0, 0.14);}
	#logo{width: 220px; display: block; margin: 0 auto;}
	#hotline i{font-size: 25px;}
	#mainsite{width: 24px; height: 24px; line-height: 24px;}
	#mainsite i{font-size: 17px;}
	.step_title{font-size: 25px; margin-bottom: 25px;}
	#cart_shipping_charge{top: -48px;}
	.pm_title{font-size: 25px;}
	#feedback_msg{padding: 15px;}
	#freeDeliveryBlock > h6{max-width: none; font-size: 16px; }
	#freeDeliveryBlock{position: relative; margin-top: 0; margin-bottom: 10px; left: auto; top: auto; padding: 10px 15px; padding-bottom: 0;}
	.swiper-container {height: 371px !important;}
	.ssc-square {height: 221px;}
	.slideshow-container {height: 295px !important;}
    
}
		.swiper-button-next, .swiper-button-prev {
		top: 37% !important;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: 0px !important;
		left: 63% !important;
	}



/*
=====
CORE STYLES
=====
*/

.toggle{
	--uiToggleSize: var(--toggleSize, 1.25rem);
	--uiToggleBorderWidth: var(--toggleBorderWidth, 2px);
	--uiToggleColor: var(--toggleColor, #222);
	z-index: 0;
	display: var(--toggleDisplay, inline-flex);
	position: relative;
}

.toggle2{
	--uiToggleSize: var(--toggleSize, 1.25rem);
	--uiToggleBorderWidth: var(--toggleBorderWidth, 2px);
	--uiToggleColor: var(--toggleColor, #222);
	z-index: 0;

	display: var(--toggleDisplay, inline-flex);
	position: relative;
}
.toggle3{
	--uiToggleSize: var(--toggleSize, 1.25rem);
	--uiToggleBorderWidth: var(--toggleBorderWidth, 2px);
	--uiToggleColor: var(--toggleColor, #222);
	z-index: 0;

	display: var(--toggleDisplay, inline-flex);
	position: relative;
}
.toggle4{
	--uiToggleSize: var(--toggleSize, 1.25rem);
	--uiToggleBorderWidth: var(--toggleBorderWidth, 2px);
	--uiToggleColor: var(--toggleColor, #222);
	z-index: 0;

	display: var(--toggleDisplay, inline-flex);
	position: relative;
}

.toggle__input{
	/*
	  The pattern by Sara Soueidan https://www.sarasoueidan.com/blog/inclusively-hiding-and-styling-checkboxes-and-radio-buttons/
	*/
	width: var(--uiToggleSize);
	height: var(--uiToggleSize);
	opacity: 0;

	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

/*!**/
/* 1. Calculation of the gap for the custom checkbox*/
/**!*/

.toggle__label{
	display: inline-flex;
	min-height: var(--uiToggleSize);
	padding-left: calc(var(--uiToggleSize) + var(--toggleIndent, .4em));
}

/*.toggle__input:not(:disabled) ~ .toggle__label{*/
/*	cursor: pointer;*/
/*}*/

/*
1. Ems helps to calculate size of the checkbox
*/

.toggle__label::before,
.toggle__label::after{
	content: "";
	box-sizing: border-box;
	width: 1em;
	height: 1em;
	font-size: var(--uiToggleSize); /* 1 */

	position: absolute;
	left: 1px !important;
	top: 0;
}

.toggle__label::before,
.toggle__label::after{
	content: "";
	box-sizing: border-box;
	width: 1em;
	height: 1em;
	font-size: var(--uiToggleSize); /* 1 */

	position: absolute;
	left: 1px;
	top: 0;
}

.toggle__label::before{
	border: var(--uiToggleBorderWidth) solid var(--uiToggleColor);
	z-index: 2;
}

.toggle__label1::before{
	border: var(--uiToggleBorderWidth) solid var(--uiToggleColor);
	z-index: 2;
}

.toggle__input:not(:disabled) ~ .toggle__label::after{
	background-color: var(--uiToggleColor);
	opacity: 0;
}

.toggle__input:not(:disabled):checked ~ .toggle__label::after{
	opacity: 1;
}

.toggle__text{
	margin-top: auto;
	margin-bottom: auto;
}

/*
The arrow size and position depends from sizes of square because I needed an arrow correct positioning from the top left corner of the element toggle

1. Ems helps to calculate size and position of the arrow
*/

.toggle__input:not(:disabled) ~ .toggle__label .toggle__text::before{
	content: "";
	width: 0;
	height: 0;
	font-size: var(--uiToggleSize); /* 1 */

	border-left-width: 0;
	border-bottom-width: 0;
	border-left-style: solid;
	border-bottom-style: solid;
	border-color: var(--toggleArrowColor, #fff);

	position: absolute;
	top: .5428em;
	left: .25em;
	z-index: 3;

	transform-origin: left top;
	transform: rotate(-40deg) skew(10deg);
}

.toggle__input:not(:disabled):checked ~ .toggle__label .toggle__text::before{
	--uiToggleArrowWidth: var(--toggleArrowWidth, 2px);

	width: .4em;
	height: .2em;
	border-left-width: var(--uiToggleArrowWidth);
	border-bottom-width: var(--uiToggleArrowWidth);
}

/*
States
*/

/* focus state */

.toggle:focus-within{
	outline: var(--toggleOutlineWidthFocus, 3px) solid var(--toggleOutlineColorFocus, currentColor);
	outline-offset: var(--toggleOutlineOffsetFocus, 5px);
}

/* disabled state */

.toggle__input:disabled ~ .toggle__label{
	opacity: var(--toggleOpacityDisabled, .24);
	cursor: var(--toggleCursorDisabled, not-allowed);
}

/*
=====
PRESENTATION STYLES
=====
*/

/*
The demo skin
*/

.toggle__label::before,
.toggle__label::after{
	border-radius: var(--toggleBorderRadius, 2px);
}

/*
The animation of switching states
*/

.toggle__input:not(:disabled) ~ .toggle__label::before,
.toggle__input:not(:disabled) ~ .toggle__label::after{
	opacity: 1;
	transform-origin: center center;
	will-change: transform;
	transition: transform .2s ease-out;
}

.toggle__input:not(:disabled) ~ .toggle__label::before{
	transform: rotateY(0deg);
	transition-delay: .2s;
}

.toggle__input:not(:disabled) ~ .toggle__label::after{
	transform: rotateY(90deg);
}

.toggle__input:not(:disabled):checked ~ .toggle__label::before{
	transform: rotateY(-90deg);
	transition-delay: 0s;
}

.toggle__input:not(:disabled):checked ~ .toggle__label::after{
	transform: rotateY(0deg);
	transition-delay: .2s;
}

.toggle__text::before{
	opacity: 0;
}

.toggle__input:not(:disabled):checked ~ .toggle__label .toggle__text::before{
	opacity: 1;
	transition: opacity .1s ease-out .3s, width .1s ease-out .5s, height .2s ease-out .3s;
}


.toggle{
	--toggleColor: #690e90;
	--toggleBackgroundColor: #9b59b6;
	--toggleSize: 20px;
}

.toggle2{
	--toggleColor: #32BCED;
	--toggleBackgroundColor: #32BCED;
	--toggleSize: 20px;
}
.toggle3{
	--toggleColor: #000;
	--toggleBackgroundColor: #32BCED;
	--toggleSize: 20px;
}
.toggle4{
	--toggleColor: #690e90;
	--toggleBackgroundColor: #9b59b6;
	--toggleSize: 20px;
}


.page__toggle{
	color: #000;
}

.giftWrap{
	text-align:end;
	float: right;
}
.redeemInput{
	display: inline-block;
	position: relative;

	box-sizing: border-box;
	width: 19%;
	padding: 6px;
	border: solid 1px #000;
	float: right;
	text-align: right;
}


.reedemToggle .toggle{
	margin-top: 3px;}

.error-new {
	float: right;
	display: inline-block;
	padding: 4px;
	border-radius: 4px;
	background: #EB1C1F;
	font-size: 12px;
	color: #fff;
	margin-right: 5px;
	margin-top: 4px;
}
.moveNextDisabled {background-color: #000;
	opacity: 0.8;
	transition: opacity .5s;
	color: #fff;}
.moveNextDisabled:hover {background-color: #000;
	opacity: 0.8;
	transition: opacity .5s;
	color: #fff;}
#payAndCollect1 {
	order:1;
}
.toggle__text {
	order:2;
}

/*AUTO COMPLETE*/
.autocomplete {
	/*the container must be positioned relative:*/
	position: relative;
	display: inline-block;
}

.autocomplete-items {
	position: absolute;
	background: white;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 1;
	top: 83%;
	left: 15px;
	right: 0;
	width: 89.5%;
	overflow: scroll;
	max-height: 185px;
	overflow-x: hidden;
	overflow: auto;
	scroll-behavior: auto;
	/* scrollbar-color takes 2 colors. 1st is scroll grabber, 2nd background */
	scrollbar-color: rgb(23, 38, 182) rgb(162, 170, 238) ;
	scrollbar-width: auto;
}
.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
	/*when hovering an item:*/
	background-color: #e9e9e9;
}
.autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
	background-color: DodgerBlue !important;
	color: #ffffff;
}
.category_holder{
	padding: 26px 0;
}
.category_list{
	display: flex;
	justify-content: center;
	text-align:center;
}
li.category {
	width: max-content;
	margin: auto;
}
.category .primary{
	background-color:#32BCED;
	color:#fff;
	border-radius:5px;
	text-transform:uppercase;
	padding: 11px;
	text-decoration: none;
	font-weight: bold;
}
.category .primary:hover{
	background-color:#708DED;
	transition :0.5s;
}
.category .secondary{
	background-color:#97CB52;
	color:#fff;
	border-radius:5px;
	text-transform:uppercase;
	padding: 11px;
	text-decoration: none;
	font-weight: bold;
}
.category .secondary:hover{
	background-color:#7ea04d;
	transition :0.5s;
}
.category .active{
	background-color:#708DED;
}
.category .active{
	background-color:#708DED;
}
.loader {
	position: absolute;
	right: 276px;
}
::-webkit-scrollbar:vertical {
	width: 12px;
}
#searchBar {
	position: absolute;
	right: 25px;
	margin-top: -9.1px;
	width: 300px;
	box-sizing: border-box;
	border: 1px solid #fff;
	font-size: 16px;
	background-color: #97CB52;
	color: #fff;
	background-image: url(../images/searching.png);
	background-position: 267px 6px;
	background-repeat: no-repeat;
	padding: 8px 20px 8px 14px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	font-family: 'Source Sans Pro', sans-serif !important;

}

#searchBar:focus {
	outline:0;

}
#searchBar::placeholder {
	color: #fff;
	opacity: 1; /* Firefox */
	font-family:  'Source Sans Pro', sans-serif !important;
}
#extraNotes::placeholder {
	color: #ccc;
	opacity: 1; /* Firefox */
	font-family:  'Source Sans Pro', sans-serif !important;
}

.category_holder_mobile{
	display:none;
}
select.select-category {
	float: left;
	position: relative;
	width: 200px;
	margin-right: 20px;
	color: #fff;
	background: #97CB52;
	padding: 6px;
	border-color: #fff;
	margin-top: -8.6px;
	font-size: 15px;
}
select:focus {
	outline: 0;
}
.placeOrderDisabled{
	background: darkgray !important;
	color:white !important;
}
.placeOrderDisabled:hover{
	background: darkgray !important;
	color:white !important;
}
#enterAddButton {
	margin-top:15px;
	background:#FFF179;
	border-color: #32BCED;
	padding: 8px;
	cursor:pointer
}
#enterAddButton:hover {
	background:#FFFAD2;
	transition:0.5s;
}
.noProductsWrapper {
	margin: auto;
	width: 75%;
	padding: 10px;
	display: flex;
}
.noProductsMsgWrapper {
	position: relative;
	top: 33px;
	left: 0px;
	text-align: center;
}
.noProductsMsgWrapper h3{
	font-size: 34px;
}
.searchResults .noProductsImgWrapper{
	margin-left: 94px;
}
.socialIcons {
	display: flex;
	flex-direction: row-reverse;
	margin-right: 31px;
}

.socialIcons img{
	height:60px;
}
.socialIcons img:hover{
	opacity:0.7;
	transition:0.5s;
}
.select-category option:checked {
	font-weight: 900;
}


@media only screen and (max-width:766px) {
    
    #site_header_notice{
	    margin-top:50px;
	    margin-bottom:5px;
	}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0px !important;
    left: 78% !important;
}
	.swal2-popup {
		width: 308px !important;
	}

	#product_list{
		float:none;
	}
	#product_list > li {
		width: 50%;
		/*width: 100%;*/
		/*float: none;*/
	}

	#logo {
		width: 146px !important;
	}

	#site_header {
		padding-top: 0;
		padding-bottom: 20px;
		min-height: 115px !important;
	}

	#site_header h1 {
		margin-top: 14px !important;
		display: flex;
		font-size: 25px !important;
		float: left;
		padding: 0px 10px;
		position: absolute;
		top: 60px;
		left: 7px;
	}

	.step_title {
		margin-bottom: 35px;
	}

	.form_col {
		float: none;
		width: 100%;
	}

	#freeDeliveryBlock {
		display: flex;
		float: left;
	}

	#cartbot_price {
		font-size: 14px;
		padding-left: 5px;
	}

	#order_summery_list > li {
		margin-bottom: 30px;
		padding: 15px 10px;
		border-bottom: solid 1px #ccc;
	}

	.left_summery {
		display: block;
		width: 100%;
	}

	.summery_prod {
		padding-left: 0;
		text-align: center;
	}

	.summery_remove_item {
		left: auto;
		right: -15px;
		top: -15px;
		transform: none;
	}

	.right_summery {
		text-align: center;
		display: block;
		width: 100%;
		padding-top: 12px;
	}

	.shipping_total {
		padding: 15px;
	}

	#summery_wrapper .shipping_total_cap {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 15px;
	}

	#summery_wrapper .shipping_total_val {
		display: block;
		width: 100%;
		text-align: center;
		padding-top: 6px;
	}

	#summery_tot_cap {
		padding: 0;
		background: none;
		color: #fff;
		text-align: center;
		display: block;
		width: 100%;
		font-size: 17px;
		float: none;
	}

	#summery_total_block {
		padding: 15px;
		background: #32bced;
	}

	#summery_total {
		background: none;
		display: block;
		width: 100%;
		float: none;
		text-align: center;
		padding: 0;
		padding-top: 8px;
		font-size: 23px;
	}

	.shipping_note {
		text-align: center;
	}

	#invalid_location_charge {
		text-align: center;
	}

	#summery_wrapper {
		padding: 35px 25px;
	}

	#ship_msg {
		padding: 65px 0;
	}

	#payment_methode_ul > li {
		display: block;
		text-align: left;
		margin: 24px 0;
	}

	#payment_methode_ul {
		max-width: 195px;
		margin: 0 auto;
	}

	#place_order_back {
		padding: 15px 20px;
	}

	#place_ordernow {
		padding: 15px 25px;
	}

	.bt_caption {
		padding: 10px;
		font-size: 14px;
		width: 45%;
		min-height: 50px;
	}

	.bt_val {
		padding: 10px;
		font-size: 14px;
		width: 55%;
	}

	.stepping_action_btn {
		padding: 24px 10px;
		font-size: 12px;
	}

	#move_previous {
		padding: 24px 15px;
	}

	.summery_prod {
		display: block;
	}

	.summery_prod > div.sumdet_outer {
		width: 100%;
		padding: 0;
		display: block;
	}

	.su_unitprice {
		text-align: center;
	}

	.giftWrap {
		text-align: left !important;
	}

	#storePickupNotice {
		text-align: center !important;
		margin-top: 3px;
	}

	#reedemPoints {
		width: 40%
	}

	.error-new {
		margin-right: 0px !important;
	}

	.singleLine {
		display: flex;
	}

	.col-6 {
		width: 50%
	}

	/*.toggle4MobileText {font-size:12px; right: 30px;position: relative;top: 3px;}*/
	.toggle4MobileText {
		font-size: 12px;
	}

	.toggle4Wrapper {
		display: flex;
		flex-flow: row-reverse
	}

	.autocomplete-items {
		max-height: 111px !important;
		overflow: hidden;
		overflow-y: scroll;
	}

	.loader {
		left: 121px !important;
		/*bottom: 52% !important;*/
	}

	/* !important is needed sometimes */
	::-webkit-scrollbar {
		width: 12px !important;
	}

	/* Track */
	::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
		-webkit-border-radius: 10px !important;
		border-radius: 10px !important;
	}

	/* Handle */
	::-webkit-scrollbar-thumb {
		-webkit-border-radius: 10px !important;
		border-radius: 10px !important;
		background: #d9dddc !important;
		/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; */

	}

	::-webkit-scrollbar-thumb:window-inactive {
		background: #d9dddc !important;
	}

	.category_holder {
		display: none;
	}

	.category_holder_mobile {
		display: block !important;
	}

	.select-category {
		width: 49% !important;
		top: 51px;
		z-index: 1;
		background: #fff !important;
		border-color: #32BCED !important;
		color: #000 !important;
	}

	#site_header_bottom {
		height: 50px;
	}

	.mobileFloat {
		float: right !important;
		margin-right: 0px !important;
		margin-top: -35px !important;
	}

	#searchBar {
		margin-top: -8px !important;
		width: 92.5% !important;
		float: left;
		left: 15px;
		background-position: 98% 6px !important;

	}
	#product_list{
		top: 42px;
		position: relative;
	}

	.noProductsWrapper {
		width: 95% !important;
		margin-top: 60px;
	}

	.noProductsMsgWrapper {
		top: 55px !important;
		left: 11px !important;
	}

	.noProductsMsgWrapper h3 {
		font-size: 24px !important;
	}

	.searchResults .noProductsImgWrapper {
		margin-left: 0px !important;
	}

	/*.socialIcons {*/
	/*	display:none !important;*/
	/*}*/
	#move_next:hover {
		background: #F356A3 !important;
	}

	.socialIcons {
		margin-right: 4px !important;
	}

	.socialIcons img {
		height: 41px !important;
		position: relative;
		top: 68px;
	}

	#hotline {
		font-size: 15px !important;
		margin-right: -4px !important;
		margin-top: 14px !important;
	}

	#headerEmail {
		font-size: 15px !important;
	}
	#extraNotesWrapper{
		margin-left:-4px !important;
	}
	#onlinePaymentList {
		margin-top: 50px !important;
		margin-bottom: 80px !important;;
	}

	#onlinePaymentDesktop {
		display:none !important;
	}
	#onlinePaymentMobile {
		display:block !important;
		margin-top: 32px !important;
	}
	.paymentDivider { display:none }
	.rightBorder { border-right:0px !important; }
	.marginBottomDesktop{
		margin-bottom: -0px;
	}
	#product_list li:only-child{
		width: 100%;
	}
	#product_list li:only-child .pro_selected{
		height:500px;
	}
	.bankAccountDetailsWrapper{
		width: 77%;
	}

	.leftSection {
		float: none;
		margin-left: 0px;
		border-right: 0px;
		padding-right: 0px;
	}

	.leftSection h5 {
		text-align:center;
	}

	.leftSection p {
		text-align:center;
	}

	.rightSection h5{
		float: none;
		margin: 20px 0px 0px 0px;
		padding: 0px;
		text-align:center;
	}
	.rightSection p{
		float: none;
		margin: 0px;
		padding: 0px;
		text-align:center;
	}
	#btList{
		margin: 40px 0 !important;
	}
	#codList{
		margin-bottom: -22px !important;
	}
	#payCollectList {
		margin-top: -25px !important;
	}


	#web-banner img{
		padding-top:60px !important;
	}

	.mySlides img{
		width:100% !important;
	}
	.modal-content{
	margin-top: 46px;
		width: 70%;
	}

	@supports (-webkit-touch-callout: none) {
		/* CSS specific to iOS devices */
		.mobileFloat {
			margin-top: -29px !important;
		}

	}
}
@media (max-width:767px) and (min-width:500px) {
	#product_list > li {
		width: 50% !important;
		float: left !important;
	}
	#searchBar {
		width: 94.5% !important;
	}
}
.swal2-styled:focus {
	box-shadow: none !important;
}

@media (max-width:1000px) and (min-width:767px){
	.close {
		margin-left: 108px;
	}
	.next {
		margin-right: -17px;
	}
	.prev {
		margin-left: -135px;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 20% !important;
	}
}
@media (max-width:1025px) and (min-width:1001px){
	.close {
		margin-left: 143px;
	}
	.next {
		margin-right: -23px;
	}
}
@media (max-width:1200px) and (min-width:1026px){
	.close {
		margin-left: 151px;
	}
}
@media (max-width:1400px) and (min-width:1201px){
	.close {
		margin-left: 175px;
	}
}
@media (max-width:16000px) and (min-width:1401px){
	.close {
		margin-left: 198px;
	}
}
@media (max-width:18000px) and (min-width:1601px){
	.close {
		margin-left: 232px;
	}
}
@media (max-width:20000px) and (min-width:1801px){
	.close {
		margin-left: 271px;
	}
}

@media (max-width:446px) and (min-width:401px){

	#product_list li:only-child .product_inner{
		height:477px;
	}
	#product_list li:only-child .pro_selected{
		height:566px;
	}
	#site_header_notice{
	    margin-top:50px;
	    margin-bottom:5px;
	}
}
@media (max-width:499px) and (min-width:447px){
	.product_inner {
		height: 292px;
	}
	#product_list li:only-child .product_inner{
		height:547px;
	}
	#product_list li .pro_selected{
		height:357px;
	}
	#product_list li:only-child .pro_selected{
		height:623px;
	}
	.close {
		margin-left: 151px;
	}

}
@media (max-width:550px) and (min-width:500px){
	.product_inner {
		height: 320px;
	}
	#product_list li .pro_selected{
		height:370px;
	}
	#product_list li:only-child .pro_selected{
		height:376px;
	}
	.close {
		margin-left: 173px;
	}
}
@media (max-width:600px) and (min-width:551px){
	.product_inner {
		height: 349px;
	}
	#product_list li .pro_selected{
		height:396px;
	}
	#product_list li:only-child .pro_selected{
		height:406px;
	}
	.close {
		margin-left: 187px;
	}
}
@media (max-width:650px) and (min-width:601px){
	.product_inner {
		height: 379px;
	}

	#product_list li .pro_selected{
		height:425px;
	}
	#product_list li:only-child .pro_selected{
		height:437px;
	}
	.close {
		margin-left: 202px;
	}
}
@media (max-width:700px) and (min-width:651px){
	.product_inner {
		height: 407px;
	}
	#product_list li .pro_selected{
		height:457px;
	}
	#product_list li:only-child .pro_selected{
		height:468px;
	}
	.close {
		margin-left: 218px;
	}
}
@media (max-width:767px) and (min-width:701px){
	.product_inner {
		height: 452px;
	}

	#product_list li .pro_selected{
		height:508px;
	}
	#product_list li:only-child .pro_selected{
		height:496px;
	}
	.close {
		margin-left: 249px;
	}
}

@media only screen and (min-width: 1300px) {
	.noProductsWrapper {
		margin-top: 50px;
	}
}


/*only for IOS*/
    @supports (-webkit-touch-callout: none) {
         @media only screen and (max-width: 440px) {	
        #cart_toggler i {
            margin-left : -8px;
        }
            #move_previous {
                margin-right: -2px; 
            }
        }
    }


