@font-face
{
	font-family: 'fontello';
	src: url('font/fontello.eot?9433605');
	src: url('font/fontello.eot?9433605#iefix') format('embedded-opentype'),
	url('font/fontello.woff?9433605') format('woff'),
	url('font/fontello.ttf?9433605') format('truetype'),
	url('font/fontello.svg?9433605#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

:root {
	--sat: env(safe-area-inset-top);
	--sar: env(safe-area-inset-right);
	--sab: env(safe-area-inset-bottom); /* THIS ONE GETS US THE HOME BAR HEIGHT */
	--sal: env(safe-area-inset-left);
}

.font-icon
{
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	line-height: 1em;
	margin:0px 5px;
}

small {font-size:12px !important;}

.col-5 {
	float: left;
	display: inline-block;
	min-width: 100px;
}

/* INPUT */
.theForm label.radio, #cart_form label.radio
{
	display:inline-block;
	padding:0px;
	margin-bottom:4px;
	width:100%;
}

.theForm label.radio strong
{
	display:block;
	font-weight:normal;
	/*padding-top:4px;*/
	padding-right:15px;
	line-height: 22px;
}

.theForm .address_box label.radio strong
{
	font-weight:bold;
}

.theForm input[type="radio"], .theForm input[type="checkbox"], #cart_form input[type="checkbox"]
{
	position: absolute;
	clip: rect(0, 0, 0, 0);
	clip: rect(0 0 0 0);
	left: 0;
}

.theForm input[type="radio"] + label::before, .theForm input[type="checkbox"] + label::before, #cart_form input[type="checkbox"] + label::before
{
	position: relative;
	top: 0px;
	float: left;
	margin-left: 5px;
	margin-right: 8px;
	padding-bottom: 7px;
	cursor:pointer;

	background: url("../images/checbox-unticked.svg") no-repeat;
	background-size: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	content:"";
}

.theForm input[type="radio"]:checked + label::before, .theForm input[type="checkbox"]:checked + label::before, #cart_form input[type="checkbox"]:checked + label::before
{
	background: url("../images/checbox-ticked.svg") no-repeat;
	background-size: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	content:"";
}

.theForm input[type="radio"]:disabled + label
{
	cursor:default;
}

.theForm input[type="radio"]:disabled + label::before, .theForm input[type="checkbox"]:disabled + label::before
{
	background: url("../images/checbox-disabled.svg") no-repeat;
	background-size: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	content:"";
	cursor:default;
}

.theForm .address_header input[type="radio"] + label::before, .theForm .address_header input[type="checkbox"] + label::before, .theForm .checkout_price input[type="radio"] + label::before
{
	margin-left:0px;
	top:0px;
}
/* END INPUT */

#wrapperInner
{
	border: 0px solid #CCC;
	/* background: url(../mobile-images/bg.jpg) repeat; */
	margin: 0 auto;
	position: relative;
	padding-top: 50px;
	padding-bottom: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	overflow: auto;
	background-color: #f5f5f5;
}

.wrap
{
	/*margin: 4px 0;*/
}

body.home #wrap-content
{
	margin: 0 0 !important;
}

#wrap-content {
	background-color: #f5f5f5;
	margin: 0 10px;
}

#wrap-subcontent {
	/*padding: 0 10px;*/
}

.content-box
{
	background: #FFF;
	display: block;
	margin: 10px 0px;
	padding: 10px;
	margin-top: 25px;
	border-radius: 10px;
	/* -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);  */
}

.content-box h1
{
	margin-left: 0px;
	margin-top: 5px;
}

.content-box.stores-info-about-us img {
	max-width: 100%;
}

.content-box.stores-info-shipping table tr td {
	padding: 5px!important;
}

.content-box ol {
	padding-left: 20px;
}

.content-white-box
{
	/*background: #FFF;*/
	/*border: 1px solid #ddd;*/
	/*-webkit-border-radius: 3px;*/
	/*-moz-border-radius: 3px;*/
	/*border-radius: 3px;*/
	display: block;
	margin: 10px 0px;
	/* padding: 7px; */
	/* -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);  */
}

.content-white-box .store-special:last-child
{
	border-bottom: 0px;
}

.content-white-box ol, .content-white-box ul
{
	margin-left:20px;
	margin-top:5px;
}

header
{
	padding: 0 5px;
}

#header_search_box
{
	display:inline-block;
	vertical-align:middle;
	height:52px;
	float:left;
	position: relative;
	padding-top: 8.5px;
}

.header_search_box_full {
	width: 100%!important;
}

#header_search_close {
	position: absolute;
	right: 5px;
	top: 5px;
}

#header_search_close span {
	float: right;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 3px;
}

#header_search_close i {
	float: right;
	font-size: 21px;
}

#search_box_result li:last-child {
	margin-bottom: 18px;
}

#search_box_result li {
	list-style: none;
	padding: 9px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

.logo_youbeli#header_logo {
	display:inline-block;
	vertical-align:middle;
	min-width: 32px;
}

.logo_store#header_logo {
	display:inline-block;
	vertical-align:middle;
	min-width: 32px;
	max-width: 51px;
}

.logo_youbeli #site_logo
{
	width: auto;
	text-align: center;
}

.logo_store #site_logo #logo_box img
{
	max-width: 100%;
}

.logo_store #site_logo
{
	width: 100% !important;
	text-align: center;
}

#logo_box
{
	display:inline-block;
	cursor:pointer;
	max-width:24px;
	max-height:24px;
}

#logo_box #store_logo_text
{
	font-weight:600;
	margin-top:12px;
}

#logo_box img.store
{
	height:24px;
}

#logo_box img.main_logo
{
	margin-top:0px;
}

#store_menu_arrow
{
	display: inline-block;
	padding-top: 11px;
	vertical-align: top;
}

#store_menu_arrow i.font-icon
{
	line-height:1.3;
}

#header_back {
	padding: 5px;
}

#header_left, #header_right
{
	display:inline-block;
	float:left;
	padding:10px 0px;
}

#header_left > div, #header_right > div, #header_left .btn_link
{
	position:relative;
	display:inline-block;
	vertical-align:middle;
}

#header_left
{
	width:118px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}

#header_left.header_with_account
{
	width:136px;
}

#header_left.header_with_account.header_left_store
{
	width:136px;
}
#header_left.hide_category {
	width:118px;
}

#back_to_default
{
	position: absolute;
	right: 1px;
	top: 17px;
}
#back_to_default .fa
{
	font-size: 22px;
	padding: 5px 0;
	line-height: 1em;
	margin: 0 5px;
	width: 22px;
	text-align: center;
}

#header_right
{
	float:right;
	text-align:right;
	padding-top:14px;
	width:38px;
}

#header_left img, #header_right img
{
	max-width:24px;
}

#header_cart
{
	padding-right:5px;
}
#header_cart.shake
{
	animation: alertshake 2s;
	animation-iteration-count: 2;
}
@-webkit-keyframes alertshake {
	0% { transform: rotate(0deg); }
	3% { transform: rotate(-15deg); }
	6% { transform: rotate(15deg); }
	9% { transform: rotate(0deg); }
	12% { transform: rotate(-15deg); }
	15% { transform: rotate(10deg); }
	18% { transform: rotate(5deg); }
	21% { transform: rotate(10deg); }
	24% { transform: rotate(-5deg); }
	27% { transform: rotate(0deg); }
	30% { transform: rotate(0deg); }
}
@keyframes alertshake {
	0% { transform: rotate(0deg); }
	3% { transform: rotate(-15deg); }
	6% { transform: rotate(15deg); }
	9% { transform: rotate(0deg); }
	12% { transform: rotate(-15deg); }
	15% { transform: rotate(10deg); }
	18% { transform: rotate(5deg); }
	21% { transform: rotate(10deg); }
	24% { transform: rotate(-5deg); }
	27% { transform: rotate(0deg); }
	30% { transform: rotate(0deg); }
}

#cart_count
{
	top:-9px;
}

.header_simplified #header_back
{
	padding-top: 4px;
}

#header_category_close {
	padding-top: 5px;
}

#header_back i.font-icon
{
	font-size:28px;
	width: 22px;
	text-align: center;
	margin-top: 2px;
}

#header_category {
	padding: 4px 5px;
}

#header_category i.font-icon
{
	font-size:29px;
}
#header_menu {
	padding: 4px 5px;
}
#header_menu i.font-icon, #header_cart i.font-icon
{
	font-size: 22px;
}
.btn_menu {

}
.btn_menu i.font-icon
{
	width:22px;
	text-align: center;
}
#header_cart i.font-icon
{
	width:22px;
	text-align: center;
}

.btn_menu_close
{
	padding: 4px 5px;
	padding-left: 5px;
	padding-top: 5px;
}

.btn_menu_close i.font-icon
{
	font-size:28px;
	width:22px;
	text-align:center;
	margin-top: 2px;
}

#clear_input
{
	position: absolute;
	right: 34px;
	top: 14px;
}

#clear_input img {
	width: 18px;
	height: 18px;
	margin: 0;
	margin-right: 12px;
	margin-top: 3px;
}

#header_search
{
	position: absolute;
	right: 1px;
	top: 14px;
}

#header_search i.font-icon
{
	line-height:26px;
	color: #000;
	font-size: 22px;
}

#department
{
	overflow-x: auto;
	padding: 0 6px;
	background-color: white;
	white-space: nowrap;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}

#department::-webkit-scrollbar
{
	width: 0 !important;
	height: 0 !important;
}

#department a
{
	color: #666;
	display: inline-block;
	font-weight:400;
	padding: 10px 4px;
	vertical-align:middle;
	font-size: 12px;
}

#department a.submenu_active
{
	font-weight:bold;
	color: #d60e41;
	border-bottom: 2px solid #d60e41;
	margin-bottom: -1px;
}

/* HEADER SEARCH */
#search_float
{
	position: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px;
	width: 100%;
	z-index: 99999;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.19);
	box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.19);
}

#search_bar
{
	position:relative;
}

#search_bar input[type=text]
{
	margin:0px;
	box-sizing:border-box;
	width:100%;
	border-radius: 2px;
	font-size: 14px;
	vertical-align: top;
	padding-left: 10px;
	background: url('../images/search.svg') no-repeat left #f5f5f5;
	background-size: 15px;
	background-position: 11px;
	border: none;
	text-indent: 24px;
}

#search_bar input[type=text]:valid
{

}

#search_bar #txtSearch-error {
	display: none!important;
}

#search_bar input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 14px;
	color: #d60e41;
	text-indent: 24px;
}
#search_bar input[type=text]::-moz-placeholder { /* Firefox 19+ */
	font-size: 14px;
	color: #d60e41;
	text-indent: 24px;
}
#search_bar input[type=text]:-ms-input-placeholder { /* IE 10+ */
	font-size: 14px;
	color: #d60e41;
	text-indent: 24px;
}
#search_bar input[type=text]:-moz-placeholder { /* Firefox 18- */
	font-size: 14px;
	color: #d60e41;
	text-indent: 24px;
}

#search_bar input[type=text]:focus, #search_bar input[type=text]:active
{
	outline:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-indent: 24px;
}

#search_bar input[type=text]:focus::-webkit-input-placeholder, #search_bar input[type=text]:active::-webkit-input-placeholder
{

}

#search_bar input[type=text]:focus::-moz-placeholder, #search_bar input[type=text]:active::-moz-placeholder
{
}

#search_bar input[type=text]:focus:-ms-input-placeholder, #search_bar input[type=text]:active:-ms-input-placeholder
{
}

#search_bar input[type=text]:focus:-moz-placeholder, #search_bar input[type=text]:active:-moz-placeholder
{
}

#search_bar input[type=submit]
{
	/* background: url("../../css/images/search_icon3.png") no-repeat 100% #d60e41; */
	background-size: cover;
	border: 0px;
	border-left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	width: 40px;
	box-shadow: none;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 35px;
	border-radius: 0px 2px 2px 0px;
}

#drawer-title {
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 16px 0;
	font-size: 16px;
	font-weight: 600;
	padding-left: 9px;
	text-align: center;
	text-indent: -25px;
}

.popular_search {
	margin-bottom: 10px;
}

.popular_keyword_box
{
	width: 100%;
	display: block;
	padding-top:5px;
	padding-bottom:5px;
}

.popular_keyword_box strong
{
	display:inline-block;
	width:100%;
    font-size: 18px;
    font-weight: bold;
	margin-bottom:10px;
}

.popular_keyword_box a
{
	display:inline-block;
	border:1px solid #EEE;
	padding:5px 10px;
	margin-right:10px;
	margin-bottom:10px;
	background: #f1f1f2;
	font-size: 14px;
}

.popular_keyword_box a:hover
{
	background:#EEE;
}

.title-with-button {
	display: block;
}

.title-with-button strong {
	width: auto;
}

.title-with-button #clear_my_search_history {
	display: inline-block;
	float: right
}

.recently_keyword_box
{
	padding-top: 5px;
	padding-bottom: 5px;
}
/* END HEADER SEARCH */

/* SIDEBAR MENU */
#background_cover
{
	background: #000;
	opacity: 0.6;
	position: fixed;
	top: 51px;
	width: inherit;
	z-index: 9988;
}

#cat_menu, #sidemenu, #search_menu, #store_box_menu
{
	left: -100%;
	min-height: 1600px;
	position:fixed;
	top: 52px;
	width: 100%;
	font-size: 16px;
	z-index: 9999999;
	/* -webkit-transition: all 0.5s ease;
	transition: all 0.5s ease; */
}

.open_sidemenu
{
	left:0 !important;
}

.menu_content
{
	float: left;
	background: none repeat scroll 0 0 #fff;
	width: 100%;
	overflow-y:auto;
	min-height:auto;
}

#account_content .menu_content
{
	float: none;
	height: auto !important;
}

#search_menu .menu_content
{
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.menu_content ul > li
{
	display: block;
	clear: both;
	padding: 10px;
	cursor: pointer;
	line-height: 23px;
	font-size: 15px;
}

#cat_menu .menu_content ul > li span.chevron-right,
#wrap-subcontent .menu_content ul > li span.chevron-right,
#cat_menu .menu_content ul > li span.chevron-down,
#wrap-subcontent .menu_content ul > li span.chevron-down,
.featured_title .chevron-right,
.featured_title .chevron-down
{
	display: block;
	width: 15px;
	height: 15px;
	float: right;
	margin-top: 4px;
}

#store_box_menu .menu_content ul > li span
{
	display: inline-block;
	width: auto!important;
	height: auto!important;
	float: none!important;
}

.menu_content ul > li span.chevron-right, .featured_title .chevron-right
{
	background: url('../images/chevron-right.svg') no-repeat;
	background-size: 100%;
}

.menu_content ul > li span.chevron-down, .featured_title .chevron-down
{
	background: url('../images/chevron-down.svg') no-repeat;
	background-size: 100%;
}

.menu_content ul > li span.ellipsis {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.accordion_main > li
{
	border-bottom: 1px solid #e1e1e1;
}

ul.accordion_main {
	margin: 0px;
}

ul.accordion_store > li
{
	padding: 8px 16px;
}

li.grey-spacing
{
	background-color: #f5f5f5;
	border: none!important;
}

li.logoff a {
	text-align: center;
	color: #DA0005;
}

.menu_content ul > li.current
{
	font-weight:bold;
	/*border-bottom:1px dashed #CCC;
	margin-bottom:5px;*/
	padding-bottom:0px;
}

.menu_content ul > li.current:last-child
{
	border-bottom:0px;
}

.menu_content ul > li.separator
{
	/*border-bottom:1px dashed #CCC;*/
}

.menu_content ul > li.no-separator
{
	border: none;
	padding-top: 15px;
	padding-bottom: 0;
}

.menu_content ul > li.no-separator a
{
	margin-bottom: 0;
}

.menu_content ul > li.copyright
{
	font-size:12px;
	margin-bottom:20px;
	border-bottom: 0;
}

.menu_content ul > li .fa-chevron-right
{
	padding:3px 0px 0px 0px;
}

.menu_content ul > li > a
{
	display:inline-block;
	width:100%;
	font-size: 15px;
}

.menu_content ul > li > ul
{
	padding-left:10px;
	margin-top:7px;
	background:none !important;
	padding-bottom:0px;
}

.menu_content ul > li > ul > li
{
	padding: 0px 16px;
	font-weight:normal;
}

.menu_content ul > li > ul > li:before
{
	display: inline-block;
	content: "-";
	width: 1em;
	margin-left: -1em;
}

.menu_content ul > li > ul > li > a
{
	color: #000;
	display:inline-block;
	width:98%;
	padding:10px 0px;
}

.menu_content ul > li a.btn
{
	font-weight:normal !important;
}

.menu_content #menu_profile, #menu_profile
{
	background-color: #d60e41;
	padding: 10px 20px;
	color:#FFF;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.menu_profile {
	width: 105%;
	margin-left: -10px !important;
	margin-right: -10px !important;
	background-color: #d60e41;
	padding: 10px 20px;
	color:#FFF;
	display: inline-block;
	box-sizing: border-box;
}

.menu_content #menu_profile .menu_avatar
{
	float:left;
	width: 49%
}

.menu_content #menu_profile .menu_avatar div
{
	display:inline-block;
	width:100%;
}

.menu_content #menu_profile .menu_avatar img
{
	float:left;
	background: none repeat scroll 50% center/cover transparent;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 76px !important;
	height: 76px !important;
	margin-bottom: 10px;
}

.facebook-avatar {
	border: 2px solid #fff;
	min-height: 60px;
}

.menu_content .btn_box
{
	float:right;
}

.menu_content .btn_box a
{
	display: block;
	margin-bottom: 12px;
	border: 1px solid #fff;
	color: #fff !important;
	font-weight: 500;
	padding: 5px 20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.menu_content li.store_name
{
	font-weight:bold;
	margin-top:0px;
}

.menu_content li iframe
{
	border: medium none;
	overflow: hidden;
	width: 90px !important;
	display: inline-block;
	height: 19px;
	vertical-align: middle;
	margin-left: 20px;
	margin-top: -2px;
}

.menu_content li span.storemenu
{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}

.menu_content li span.storemenu img
{
	height: 25px;
}

.customer-care {
	font-size: 15px;
	margin-top: 10px;
	display: block;
	line-height: 21px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 5px;
}

.btn-support {
	margin-top: 10px;
}

.page-stores #store-box-info {
	padding: 10px;
}

.page-stores #wrap_swipper {
	margin-top: 15px;
}
#store_cover_page {
	margin-top: 15px;
}

#store-box-info {
	display: flex;
	background: #fff;
	margin-top: 15px;
	flex-wrap: wrap;
	border-radius: 10px;
}
.store-drawer-logo {
	width: 20%;
	flex: 0 0 auto;
	display: inline-block;
}

.store-drawer-logo img {
	max-width: 100%;
	height: auto;
}
.store-drawer-meta {
	padding-left: 14px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex: 0 0;
	text-align: left;
	width: 80%;
	min-width: 240px;
}

.store-drawer-meta .store-name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.store-drawer-meta .store-date {
	font-size: 13px;
	margin-bottom: 3px;
	padding: 0;
}

.store-drawer-meta .store-products {
	font-size: 13px;
	margin-bottom: 6px;
	padding: 0;
}

.store-drawer-meta a {
	margin-right: 20px;
	vertical-align: top;
	display: inline-block;

}

.store-drawer-meta .fav_store {
	margin-right: 0px;
	vertical-align: top;
	display: inline-block;
	width: auto;
	padding: 2px 10px;
	font-size: 10px !important;
	margin-right: 6px;
	background-color: #d60e41 !important;
	color:white !important;
}

.store-drawer-meta .fav_store.following {
	background-color: white !important;
	color: #d60e41 !important;
}

.store-drawer-meta iframe {
	width: 70px!important;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 1px;
}

.store-drawer-meta .iframe-box {
	width: 80px!important;
	height: 23px;
	display: inline-block;
	vertical-align: middle;
	background-color: #4267b2;
	text-align: center;
	border: 1px solid #c1c1c1;
}

.store-drawer-meta .store-meta-icon-share {
	height: 25px!important;
	width: 25px!important;
	vertical-align: middle;
	margin: 0;
	margin-left: 7px;
}

.store-drawer-meta .store-meta-icon-share a {
	display: block;
	margin: 0;
}

.store-drawer-meta .following-like {
	display: block;
	width: 100%;
}

.store-show-meta {
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin-top: 4px;
	width: 18px;
}

.meta-slide {
	display: block;
	width: 100%;
	flex: 0 0 auto;
	padding: 10px;
	padding-left: 20px;
}

.meta-slide table {
	width: 100%
}

.meta-slide table tr td a {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}

.meta-slide table tr td img {
	display: inline-block;
	vertical-align: top;
}

.meta-slide table tr td span {
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;

}

/* END SIDEBAR MENU */

/* BUTTON */
.btn
{
	display: inline-block;
	*display: inline;
	padding: 4px 9px;
	margin-bottom: 4px;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	*zoom: 1;
}

.btn-primary
{
	color: #ffffff !important;
	background-color: #d60e41;
	padding: 8px;
	width: 100%;
	font-size: 19px !important;
	border:1px solid #d60e41;
	height:auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-transform: uppercase;
}

.btn-primary-d60e41
{
	background-color: #d60e41;
	border:1px solid #d60e41;
	text-transform: uppercase;
}

.btn-primary-voucher
{
	color: #ffffff !important;
	background-color: #d60e41 !important;
}

.buy-now .btn, .add-to-cart .btn {
	font-size: 17px;
}

/*.btn-primary:hover
{
	background:#fff;
	border:1px solid #d60e41;
	color:#d60e41;
}
.btn-primary-d60e41:hover
{
	background:#fff;
	border:1px solid #d60e41;
	color:#d60e41 !important;
}*/
.btn-primary-outline
{
	width: 100%;
	color: #d60e41 !important;
	background-color: #fff;
	border: 1px solid #d60e41;
	padding: 8px;
	font-size: 19px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height:auto;
}

/*.btn-primary-outline:active
{
	background:#d60e41;
	border:1px solid #d60e41;
	color:#FFF;
}*/
.btn-danger {
	border: none !important;
	border-radius: 0 !important;
	color: #fff !important;
	background: #CE2121;
	text-transform: uppercase;
}
.btn-link {
	border: none !important;
	border-radius: 0 !important;
	color: #08f !important;
	background: none !important;
	text-transform: uppercase;
}

.btn-two-column {
	display: flex;
	flex-wrap: wrap;
}

.btn-two-column a,.btn-two-column input {
	flex: 1 0 0%;
	font-size: 16px !important;
	padding: 8px;
	margin: 2px;
	text-transform: capitalize;
	border-radius: 2px!important;
}

.btn-two-column a.btn-delete {
	color: #06c !important;
	background-color: white;
	border: none !important;
}

input.btn-small, .btn-small
{
	font-size: 12px;
	padding: 4px 11px;
	width: auto;
	min-width: 60px;
}

a.btn-small-full {
	background-color: #08f;
	color: #fff;
}

.two_col_button
{
	display:inline-block;
	width:100%;
	text-align:center
}

.two_col_button .btn
{
	width:49%;
}

/*a.btn-primary, a.btn-primary-outline:hover
{
	color:#FFF;
}


a.btn-primary-outline, a.btn-primary:hover
{
	color: #d60e41;
}*/

.btn-primary-small
{
	background-color:#d60e41;
	color:#FFF;
}

/*.btn-primary-small:hover
{
	background-color:#056AC2;
	color:#FFF;
}*/

.btn-love
{
	padding:7px;
	border:1px solid #FC3551;
}

.btn-love-small
{
	padding:4px 5px;
	border:1px solid #FC3551;
}

.btn-love-small img
{
	width:20px;
}

/*.btn-love-small:hover, .btn-love:hover
{
	background:#fff;
	border:1px solid #FC3551;
}*/

.btn-qty-plus-minus
{
	padding:4px 4px 5px 4px;
}

.btn-info-qty-plus-minus
{
	padding:7px;
}

/*.btn-qty-plus-minus:hover, .btn-info-qty-plus-minus:hover
{
	background:#fff;
	border:1px solid #d60e41;
}*/

.btn-delete-small
{
	display: inline-block;
	vertical-align: top;
	margin-left: 5px!important;
	margin-top: 4px;
}

#box_add_to_cart, #box_add_to_cart1
{
	position: fixed;
	width: inherit;
	background-color: #fff;
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px -4px 4px 0px rgba(50, 50, 50, 0.19);
	box-shadow: 0px -4px 4px 0px rgba(50, 50, 50, 0.19);
	text-align:center;
	padding: 0px;
	z-index: 99!important;
}


#box_add_to_cart .btn, #box_add_to_cart1 .btn
{
	margin-bottom:0px;
	border-radius: 0;
}

#box_add_to_cart input[type="submit"], #box_add_to_cart1 input[type="submit"]
{
	padding:8px 0px;
}

.btn-cart-qty, .btn-cart-qty1, .btn-cart-qty2 {
	width: auto;
	padding: 5px 5px 4px;
	margin-bottom: 0px;
	border-radius: 50%;
	color: #969696;
	background-color: #f1f1f1;
	border: none;
}

.btn-cart-qty .font-icon, .btn-cart-qty1 .font-icon, .btn-cart-qty2 .font-icon
{
	font-size:24px;
}

.btn-cart-delete
{
	width: auto;
	border: none;
	margin-left:3px;
	background: none;
}

.btn-cart-delete:hover
{
	background: #FFF;
	border: none;
}

.btn-cart-fav
{
	width: auto;
	border: none;
}

.btn-cart-fav:hover
{
	background: #FFF;
	border: none;
}
.btn-social {
	white-space: nowrap;
	overflow: hidden;
	width: auto;
	border-radius: 0;
	box-sizing: border-box;
}
.btn-social >:first-child {
	width: 38px;
	line-height: 38px;
	font-size: 28px;
	text-align: center;
	padding: 10px;
	border-radius: 50%;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-social .social-name {
	text-align: center;
	display: block;
	text-transform: initial;
	font-size: 14px;
	color: #636363;
	margin-top: 10px;
}
.btn-fb
{
	background:#3b5998;
	border:1px solid #3b5998;
}

.btn-fb:hover
{
	color:#3b5998;
	border:1px solid #3b5998;
}
.btn-facebook
{
	background:none;
	color: #3b5998 !important;
	border: none;
}
.btn-facebook .fa-facebook {
	background: #3b5998;
	color: #fff;
}
.btn-facebook:hover {
	border:none;
}
.btn-google
{
	background: none;
	color: #dd4b39 !important;
	border: none;
}
.btn-google .fa-google
{
	background:#dd4b39;
	color: #fff;
}
.btn-google:hover
{
	border:none;
}

.btn-login-fb {
	background: #3b5998;
	border: 1px solid #3b5998;
	margin-bottom: 12px;
	text-transform: none;
}

.btn-login-google {
	background: #d60e41;
	border: 1px solid #d60e41;
	margin-bottom: 12px;
	text-transform: none;
}

.btn-login-apple {
	background: #000000;
	border: 1px solid #000000;
	text-transform: none;
}

.btn-login-8excite {
	background: #6a4aa4;
	border: 1px solid #6a4aa4;
	text-transform: none;
}

.btn-login-cocoro {
	background: #af3381;
	border: 1px solid #af3381;
	text-transform: none;
}

.btn-login
{
	background-color: #d60e41;
	border:1px solid #d60e41;
	text-transform: uppercase;
}

.btn-login:hover
{
	color: #d60e41;
	border-radius: 0;
	border:1px solid #d60e41;
	text-transform: uppercase;
}

#social-button {
	/* display: flex; */
	/* justify-content: space-evenly; */
	float: left;
	width: 50%;
	text-align: center;
}

#social-button.fb-box {
	text-align: right!important;
	padding-right: 20px;
	box-sizing: border-box;
}

#social-button.g-box {
	text-align: left!important;
	padding-left: 20px;
	box-sizing: border-box;
}

a.btn-fb-chat
{
	border:1px solid #0073FF;
	background:#0073FF url(../images/icon_fbchat.png) no-repeat 25px center;
	background-size:21px;
	width:auto !important;
	padding-left:60px;
	padding-right:30px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	font-size:16px;
	margin-bottom: 10px;
}

a.btn-whatsapp
{
	border:1px solid #44c554;
	background:#44c554 url(../images/whatsapp-symbol.svg) no-repeat 25px center;
	background-size:21px;
	width:auto !important;
	padding-left:60px;
	padding-right:30px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	font-size:16px;
	color: #fff;
	margin-bottom: 10px;
}

a.btn-fb-chat:hover
{
	border:1px solid #0073FF;
	background:#0073FF url(../images/icon_fbchat.png) no-repeat 25px center;
	background-size:33px;
	color:#FFF;
}

.btn-more-red
{
	color: #ffffff;
	background-color: #C22903;
	padding: 11px 0;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 5px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-color: #C22903 #C22903 #C22903;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #C22903;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* END BUTTON */

/*** checkout ***/
.warning
{
	background-color: #fff9e2;
	border: 1px solid #e9dcaa;
	padding: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom:15px !important;
}

.warning_icon, .warning_text, .checkout_radio, .checkout_box
{
	display:table-cell;
	vertical-align:top;
}

.warning_text
{
	color:#FF0000;
	padding-left:10px;
}

.warning_icon i.font-icon
{
	color:orange;
	margin-top:2px;
}

.warning ul li, .warning ol li
{
	margin-bottom:7px;
}

.checkout_row
{
	border-bottom: 1px dashed #CCC;
	margin-bottom: 12px !important;
}

.checkout_box
{
	width:100%;
	padding-top:4px;
}

.checkout_box ul
{
	list-style: none;
}

.checkout_box ul li:before
{
	display: inline-block;
	content: "-";
	width: 1em;
	margin-left: -1em;
}

.checkout_label
{
	font-weight: bold;
	padding-bottom:5px;
}

.checkout_total
{
	margin-top:20px;
	padding-bottom:5px;
	text-align:right;
}

.checkout_text
{
	display:inline-block;
	width:100%;
	margin:10px 0px 25px 0px !important;
}

#checkout_titlebar
{
	display:inline-block;
	width:100%;
}

#checkout_titlebar h1
{
	float:left;
	margin-bottom:0px;
}

#checkout_titlebar a.btn
{
	margin-top: 15px;
}

.checkout_step
{
	float:right;
	background-color: #FF5252;
	color: #FFFFFF;
	font-weight: bold;
	margin:12px 5px 0px 7px;
	padding: 4px 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


#checkout_titlebar.no-title
{
	box-sizing: border-box;
}

#checkout_titlebar.no-title .checkout_step {
	float: none;
	background-color: #FF5252;
	color: #FFFFFF;
	font-weight: bold;
	margin: 12px 5px 0px 7px;
	padding: 4px 15px;
	display: block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	margin-top: 10px;
	text-align: center;
	-moz-border-radius: 4px;
}

.checkout_title_row
{
	display:inline-block;
	width:100%;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom:0 !important;
}

.checkout_title_row .checkout_radio
{
	float:left;
	padding-top:2.5px;
	padding-right:5px;
}

.checkout_title_row .checkout_radio i.font-icon
{
	color:#d60e41;
	font-size:14px;
	margin:0px;
}

.checkout_title_row .checkout_box
{
	float:left;
	width:auto;
	padding-top:0px;
}

.checkout_title_row .checkout_new_add
{
	float:right;
}

.checkout_disabled
{
	display:inline-block;
	width:100%;
	text-align:center;
	color:red;
	font-weight:bold;
}

.address_box label
{
	padding:0px;
	cursor:pointer;
}

.checkout_address_box
{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 0 !important;
}

.theForm .address_box input[type="radio"]:disabled + label
{
	color:#BBB;
}

.theForm .address_box input[type="radio"] + label::before, .theForm .address_box input[type="checkbox"] + label::before
{
	top:0px;
}

.theForm .address_box input[type="radio"]:checked + label::before, .theForm .address_box input[type="checkbox"]:checked + label::before
{
	top:1px;
}

.payment_info
{
	margin-left:31px;
}

.checkout_address_info
{
	margin-left: 21px;
	margin-bottom:0px !important;
}

.checkout_address_info_row {
	display: flex;
}

.address_header.checkout_address_info_header {
	padding-bottom: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
	border-radius: 10px;
}

.checkout_info_box
{
	background: white;
	border-radius: 10px;
	margin-bottom:10px !important;
	padding: 10px;
}

.checkout_info_box_basic {
	margin-bottom:10px !important;
}

.checkout_info_box_basic textarea {
	margin-bottom: 0 !important;
	padding: 0;
}

.checkout_info_box.checkout_info_payment .address_box{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.checkout_info_address {
	margin-top: 15px;
}

.checkout_info_payment .address_box {
	margin-top: 0;
	margin-bottom: 0;
}

.checkout_info_payment .payment_info1 {
	margin-bottom: 0;
}

.checkout_info_payment .payment_tabs_box {
	margin-bottom: 0;
	width: 100%;
}

.checkout_info_payment .payment_info1 .payment_info {
	margin-bottom: 0;
}

.checkout_info_box.youbeli_wallet label{
	font-weight: normal;
}

.checkout_info_box.youbeli_wallet .input-group {
	display: flex;
}

.checkout_info_box.youbeli_wallet .input-group label {
	width:50%;
}

.checkout_info_box.youbeli_wallet .input-group input {
	width:40% !important;
}
.checkout_info_box.youbeli_wallet .input-group input:disabled {
	background: #dddddd;
}

.checkout_subtotal
{
	color: #2A2A2A;
	font-size: 17px;
	font-weight: 700;
	text-align: right;
	margin-top:10px;
	margin-bottom:20px !important;
}

.address_header
{
	padding: 10px !important;;
	font-weight: bold;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}

.address_header font
{
	font-weight:normal;
}

.address_header .address-name {
	align-content: center;
	display: flex;
	flex-wrap: wrap;
}

.address_header .address-name span {

}

.address_header .address-edit {
	justify-content: center;
	align-items: center;
	display: flex;
}

.address_header .address-edit .btn-small {
	/*margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: 400;
	text-transform: none;*/
}

.address_box {
	background: white;
	margin-top: 15px;
	border-radius: 10px;
}


.address_info {
	padding: 10px !important;
}

.checkout_address_box .address_info
{
	padding-left: 18px !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
}

.checkout_deliver_title
{
	margin-top:20px;
	margin-bottom:0px !important;
}

.checkout_deliver_title:first-child
{
	margin-top:0px;
	margin-bottom:0px;
}

table.checkout_price td:first-child
{
	width:80%;
}

table.checkout_price td:last-child
{
	vertical-align:top;
	padding-top:7px !important;
}

table.checkout_price td.third_level
{
	padding: 0 0 10px 28px !important;
}

table.main_total td:first-child
{
	padding:3px 5px 3px 0px !important;
}

table.main_total td:last-child
{
	padding:3px 8px 3px 5px !important;
}
/*** END checkout ***/

/*** shopping cart ***/
table.cart_row
{
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

table.cart_row tbody tr td
{
	padding: 3px 0px !important;
}

table.cart_price
{
	width:auto;
	text-align:right;
}

table.cart_price tbody tr td
{
	padding:0px !important;
	padding-bottom:5px !important;
}

.content-white-box .products_box_row:last-of-type .cart_row {
	border-bottom: none;
}

.cart_out_stock
{
	font-style:italic;
	margin-bottom:15px;
}

.cart_store img, .cart_store small
{
	display:inline-block;
	vertical-align:middle;
}

.cart_qty div
{
	display:inline-block;
	vertical-align:middle;
	margin-right:3px;
	/*margin-top:5px;*/
}

.cart_qty div input
{
	width:20px;
	margin-bottom:0px;
	height:33px;
	text-align: center;
}

.cart_action
{
	margin-top: 25px;
	margin-bottom:5px;
}

.clear + .cart_action {
	margin-top: 10px;
}

.cart_row
{
	margin-bottom: 3px;
}

.product-last-row .cart_row {
	border-bottom: 0px;
}

.cart_subtotal
{
	text-align:right;
	margin-bottom:20px;
}

.cart_main_subtotal
{
	color: #2A2A2A;
	font-size: 17px;
	font-weight: 700;
	margin: 10px;
	text-align: right;
}

.cart-promote {
	width: 97%;
	padding: 0px 5px;
	color: #d60e41;
}

.cart-promote .fa-truck {
	color:#00bfa5;
}

.cart-box {
	background: white;
	border-radius: 10px;
	padding: 10px;
	margin-top: 15px;
}
.cart-box .address_header {
	display: block !important;
}

/*** END shopping cart ***/

.wishlist_item
{
	font-style: italic;
	font-size: 12px;
}

.data_row
{
	cursor:pointer;
}

.title-bold
{
	font-weight:bold;
	margin-top:25px;
	margin-bottom:5px;
}

.title-bold:first-child
{
	margin-top:0px;
}

.font-size-13
{
	font-size:13px !important;
	font-weight:normal;
	padding-top: 10px;
	display: block;
}

.empty-row
{
	padding:0px;
}

.hr
{
	border-bottom: 1px solid #E4E4E4;
	margin: 10px 0px 7px 0;
}

.hr-black
{
	border-bottom: 1px solid #000;
	margin: 10px 0px 7px 0;
}

.table_bg_blue
{
	background-color: #FBFCFE;
	border: 1px solid #D3EBFF;
	padding: 3px;
	border-radius: 10px;
}

.table_bg_blue table td:first-child, .table_bg_blue table td:last-child
{
	padding-left:5px !important;
	padding-right:5px !important;
}

.table_bg_blue table td.line
{
	padding:0px 2px 3px 2px !important;
}

.table_bg_blue table td.store_name
{
	padding-bottom:10px !important;
}

.padding-left-right-4px
{
	padding:0px 4px;
}

.file_box
{
	display:block;
	margin-top:5px;
	margin-bottom:25px;
}

.input_file
{
	float:left;
	padding: 5px 10px;
	font-family: 'Open Sans', sans-serif;
	color: #555;
	background:#FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #DDD;
	line-height:20px;
	margin-right:5px;
}

.input_file:hover
{
	outline: none;
}

.featured_title
{
	position:relative;
	display:block;
	background-color: white;
	font-size:16px;
	font-weight:600;
	padding:11px 10px;
	z-index:0;
	margin-left: -10px;
	margin-right: -10px;
	cursor:pointer;
	border-bottom: 1px solid #e1e1e1;
}

.new_products_box {
	margin-top: 10px;
}

/*.featured_title .fa-chevron-right, .featured_title .fa-chevron-down
{
	color:#bcbec0;
	padding:4px 0px;
}*/

.more_products_link
{
	margin-bottom:20px;
}

.or_line
{
	width:100%;
	text-align:center;
	border-bottom: 1px solid #202020;
	margin:25px 0;
	position:relative;
}

.or_line span
{
	position:absolute;
	background:#fff;
	padding:0 10px;
	font-weight:bold;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	margin-top:-1px;
	color: #202020;
}

.announcement_box
{
	font-weight:600;
	color:#FF0000;
	margin-top:10px;
	text-align:center;
}

.p0
{
	padding:0px;
}

.cat-name {
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-left: 0 !important;
	margin-bottom: 10px !important;
}

.category-button {
	padding-left: 10px;
	padding-right: 10px;
}

.cat_menu
{
	height:auto !important;
	margin-bottom:10px;
}

.cat_menu > ul > li:first-child
{
	border-top: 1px solid #e1e1e1;
}

.text_error
{
	color:#F00;
}

.sort_box
{
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
}

.sort_box select
{
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:10px 6px;
	height:41px;
	margin-bottom:0px;
}

/**** PRODUCT ATTRIBUTES AS IMAGE ****/
.value_image label
{
	display:inline-block;
	width:89px;
	height:auto;
	vertical-align:top;
	margin:0px 4px 8px 4px;
	padding:0px;
}

.value_image label > input /* HIDE RADIO */
{
	visibility: hidden; /* Makes input not-clickable */
	position: absolute; /* Remove input from document flow */
}



.value_image label > input + img, .value_image label > input + span /* IMAGE STYLES */
{
	cursor:pointer;
	width:100%;
	border:2px solid #CCC;
	padding:3px;
	box-sizing:border-box;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-clip:content-box;
}

.value_image label > input:disabled + img, .value_image label > input:disabled + span
{
	cursor:default;
	opacity:0.3;
	filter: alpha(opacity=30)
}

.value_image label > input:checked + img, .value_image label > input:checked + span
{
	border:2px solid #d60e41;
}

.value_image label > input + img:hover, .value_image label > input + span:hover
{
	opacity:0.7;
	border:2px solid #d60e41;
	filter: alpha(opacity=70)
}

.value_image label > input:disabled + img:hover, .value_image label > input:disabled + span:hover
{
	opacity:0.3;
	border:2px solid #CCC;
	filter: alpha(opacity=30)
}

.div_table {
	display: table !important;
	width: 100%;
}

.vouchers, .options {
	padding-right: 30px;
	position: relative;
	margin: 5px 0px;
	border: 1px solid #eee;
	padding: 10px 0px;
	width: calc(100% - 115px);
	width: -webkit-calc(100% - 115px);
	width: -moz-calc(100% - 115px);
	padding-left: 5px;
}
.vouchers::after, .options::after {
	display: block;
	content: ">";
	position: absolute;
	top: 50%;
	right: 10px;
	color: rgba(0,0,0,.2);
	font-size: 24px;
	font-family: Roboto,Helvetica,Arial,sans-serif;
	transform: translateY(-50%) scaleX(.5);
}

.voucherbutton {
	min-width: 80px;
	margin-top: 5px;
	background-color: #d60e41;
	color: white!important;
}

.voucherbutton:after, .voucherbutton:active, .voucherbutton:target {
	color: rgba(0,0,0,.26);
	background-color: rgba(0,0,0,.09)!important;
}

.tooltip
{
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext
{
	visibility: hidden;
	width: 120px;
	background-color: #d60e41;
	color: #fff;
	text-align: center;
	padding: 3px 5px;
	position: absolute;
	z-index: 1;
	font-size:12px;
	top: 107%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 1s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #d60e41 transparent;
}

.tooltip:hover .tooltiptext
{
	visibility: visible;
	opacity: 1;
}
/**** END PRODUCT ATTRIBUTES AS IMAGE ****/

/**** PULL TO REFRESH ****/
#ptr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #000;
	z-index: 10;
	text-align: center;
	height: 50px;
}

#ptr .genericon {
	font-size: 18px;
	width: auto;
	height: auto;
	transition: all .25s ease;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-top: 5px;
}
.ptr-loading #ptr .genericon,
.ptr-reset #ptr .genericon {
	display: none;
}

.loading {
	display: inline-block;
	text-align: center;
	opacity: .8;
	margin: 12px 0 0 5px;
	display: none;
}
.ptr-loading .loading {
	display: block;
}

.loading span {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	-webkit-transform: scale(0.3);
	transform: scale(0.3);
	border-radius: 50%;
	-webkit-animation: ptr-loading 0.7s infinite alternate;
	animation: ptr-loading 0.7s infinite alternate;
	background:#000;
}

#l1 {
	-webkit-animation-delay: initial;
	animation-delay: initial;
}

#l2 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#l3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

@-webkit-keyframes ptr-loading {
	0% {
		-webkit-transform: translateY(0) scale(0.3);
		transform: translateY(0) scale(0.3);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-color: #fff;
		opacity: 1;
	}
}

@keyframes ptr-loading {
	0% {
		-webkit-transform: translateY(0) scale(0.3);
		transform: translateY(0) scale(0.3);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-color: #fff;
		opacity: 1;
	}
}

#content
{
	position: absolute;
	background: #fff;
	width: 100%;
	min-height: 100%;
	z-index: 20;
	-webkit-backface-visibility: hidden;
	margin-top:0px;

}

.ptr-loading #content, .ptr-reset #content,
.ptr-loading #ptr, .ptr-reset #ptr {
	transition: all .25s ease;
}

.ptr-reset #content {
	-webkit-transform: translate3d( 0, 0, 0 );
	transform: translate3d( 0, 0, 0 );
}

.ptr-loading #content {
	-webkit-transform: translate3d( 0, 50px, 0 );
	transform: translate3d( 0, 50px, 0 );
}
/**** END PULL TO REFRESH ****/

/**** PRODUCT INFO PAGE ****/
.product_info_image_box
{
	display: block;
	margin: 0 0 10px;
	/*border: 1px solid #DDDDDD;*/
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align:center;
}

.white-card .product_info_image_box
{
	margin: -10px -10px 0px -10px;
}

.product_info_box, .product_info_row
{
	display:block;
}

.product_info_row
{
	padding:3px 0px;
}

.product_info_col1
{
	display:table-cell;
	vertical-align:top;
	width:100px;
	color: #757575;
}

.product_info_col2
{
	display:table-cell;
	vertical-align:top;
	width:15px;
	font-weight:bold;
	text-align:center;
}

.product_info_col3
{
	display:table-cell;
	vertical-align:top;
}

.product_info_options div
{
	vertical-align:baseline;
}

.product_info_options select, .product_info_options input
{
	margin-bottom:0px;
	width:100%;
	min-width:220px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.product_info_extra
{
	position:relative;
	width:100%;
	overflow:hidden;
}

.product_info_extra img
{
	max-width:100%;
	height:auto !important;
	margin:5px 0px;
}

.product_information_box
{
	overflow-x: auto;
	padding:  5px;
}

.product_information_box iframe
{
	height: auto !important;
	max-width: 100% !important;
}

.product_information_box img
{
	height: auto !important;
	max-width: 100% !important;
}

.product_information_box p
{
	margin-bottom: 10px !important;
}

.product_information_box ul , .product_information_box ol
{
	margin-left: 30px !important;
}

.product_information_box ul li
{
	list-style: disc outside none !important;
	margin-left: 0px !important;
	margin-bottom: 7px !important;
}

.product_information_box table
{
	max-width: 100% !important;
	width: auto;
}

.product_information_box a
{
	color: #0182C6;
}

.shipping_info_box {
	padding: 5px;
}

.shipping_info_box img
{
	max-width:100%;
	height:auto !important
}

.shipping_info_box table
{
	width:auto !important;
	border:0px !important;
	border-top:1px solid #CCC !important;
	border-left:1px solid #CCC !important;
	float: none;
}

.shipping_info_box table td
{
	border:0px !important;
	border-bottom:1px solid #CCC !important;
	border-right:1px solid #CCC !important;
	padding:3px 5px !important;
	word-break: break-all;
}
.shipping_info_box table td:first-child {
	word-break: normal;
}

.info_btn_icon
{
	width:40px;
	display: inline-block;
	padding: 7px 5px;
	float:left;
	box-sizing:border-box;
}

.info_btn
{
	display: inline-block;
	padding: 3px;
	float: right;
	box-sizing: border-box;
}

.info_btn div
{
	display: inline-block;
	width: 43%;
}

.info_btn div:first-child
{
	box-sizing: border-box;
	width:55%;
}

.info_btn div input
{
	width:100%
}
/**** PRODUCT INFO PAGE ****/

.mall{
	font-size: .75rem;
	vertical-align: bottom;
	margin-right: 10px;
	border-radius: 2px;
	display: inline-flex;
	background-color: #d60e41;
	padding: .1875rem .25rem;
	color: #fff;
	font-weight: 500;
	line-height: 1;
}

.addon_deals{
	padding: 1px 4px;
    margin-right: 8px;
    line-height: 12px;
    vertical-align: middle;
    color: #d60e41;
    font-size: 14px;
    border: 1px solid;
    border-radius: 2px;
    font-weight: 400;
    display: inline-block;
}

.listing td
{
	padding:7px 0px !important;
}

#box_add_to_cart {
	height: auto;
	overflow: hidden;
	padding: 0;
	width: 100%;
	display: flex;
}

#box_add_to_cart1 {
	height: auto;
	overflow: hidden;
	padding: 0;
	width: 100%;
	margin-left: -10px;
}

.box-action {
	display: flex;
	width: 50% !important;
	justify-content: space-around;
	align-items: center;
	float: none !important;
}

.box-cart {
	float: none;
	width: auto;
	overflow: hidden;
}
.box-cart-dev {
	width: 50%;
	float: none;
	overflow: hidden;
}

.info_btn_icon {
	float: left;
	padding: 0;
	width: 30px;
}
.info_btn_icon a {
	display: block;
	padding: 0;
	width: 30px;
}

.info_btn_icon a img {
	display: block;
	width: 27px;
	height: 27px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.box-cart .add-to-cart {
	/* float: left; */
	margin:  0;
	width: 100%;
	float: left;
	display: inline-block;
}

.box-cart .buy-now {
	/* overflow: hidden; */
	width: 48%;
	display: inline-block;
}

#box_add_to_cart input[type="submit"], #box_add_to_cart1 input[type="submit"] {
	padding: 15px 10px;
	background-color: #d60e41;
	border: 0;
	color: #fff !important;
	text-transform: uppercase;
}

.btn_show_more
{
	margin-left:32px;
}

.btn_show_more a
{
	width:auto;
	padding:3px 20px;
	font-size:14px;
}

.btn_view_more
{
	font-size: 16px;
	padding: 6px 17px;
	display: inline-block;
	width: auto;
}

.terms_box {background:#EEE; width:100%; border:1px solid #CCC; padding:3px 7px; box-sizing:border-box}
.terms_box ol, .terms_ul {padding-left:15px; margin:0px;}
.terms_box p {margin-top:0px; margin-bottom:5px}
.terms_box td {vertical-align:top}
.terms_arrow {float:right; margin-right:3px; margin-top:5px}
.terms_code {float:left; padding-bottom:3px; width:17%}
.terms_title {padding:7px; box-sizing:border-box}
.terms_line {border-top:2px solid #999}
.account_hover
{
	display:inline-block;
	width:100%;
	padding:7px;
	cursor:pointer;
	box-sizing:border-box;
}

.account_hover:hover
{
	background:#E4F6FF;
}
.widthFull {display:inline-block; width:100%;}
#fancybox-content
{
	-webkit-overflow-scrolling: touch !important;
	overflow: auto !important;
}

a.link {
	color: #5a5a5a;
	background: none;
	padding: 0;
	border: 0;
	font-size: 13px;
	padding-left: 4px;
	text-decoration: underline;
	display: block;
}

/* toast */
#toast {
	visibility: hidden;
	width: 70%;
	margin-left: -125px;
	background-color: #d60e41;
	color: #fff;
	text-align: center;
	border-radius: 0;
	padding: 16px;
	position: fixed;
	z-index: 9999;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 25%;
	word-wrap: break-word;
	font-size: 16px !important;
}
#toast.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
	animation: fadein 0.5s, fadeout 0.5s 3.5s;
}
@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 25%; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 25%; opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {bottom: 25%; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
	from {bottom: 25%; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}
/* jConfirm */
.jconfirm.jconfirm-default .jconfirm-bg{
	background-color: #444;
	opacity: 0.7;
}
.jconfirm.jconfirm-default .jconfirm-box{
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	border-radius: 0;
}
.jconfirm.jconfirm-default .jconfirm-box.loading{

}
.jconfirm.jconfirm-default .jconfirm-box .jconfirm-title-c{
}
.jconfirm.jconfirm-default .jconfirm-box .jconfirm-content-pane{
}
.jconfirm.jconfirm-default .jconfirm-box .jconfirm-content{
}
.jconfirm.jconfirm-default .jconfirm-box .jconfirm-buttons{
	display: flex;
	justify-content: space-between;
}
.jconfirm.jconfirm-default .jconfirm-box .jconfirm-buttons button{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-shadow: none;
	border-radius: 0;
}
.jconfirm.jconfirm-default .jconfirm-box .jconfirm-buttons .btn-confirm-cancel{
	background: none;
	color: #08f;
}
.jconfirm.jconfirm-default .jconfirm-box .jconfirm-buttons .btn-confirm-remove{
	background: #CE2121;
	color: white;
}
/* chat with dialog */
#chat-with-dialog {
	display: flex;
	flex-wrap: wrap;
}
.chat-with-title {
	border-bottom: 1px dashed #CCC;
	box-sizing: border-box;
}
.chat-with-title h3{
	margin: 0;
	padding: 8px;
}
.chat-with-title:first-child {
	border-right: 1px dashed #CCC;
}
.social-chat-icon {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	border-right: 1px dashed #CCC;
}
.seller-chat-icon {
	display: flex;
	justify-content: space-evenly;
}
.chat-icon {
	background: #fff;
	box-sizing: border-box;
	padding: 8px;
}
.chat-icon img{
	width: 75px;
	height: auto;
}
.chat-icon-fb img {
	width: 68px !important;
}
.form-group {
	display: flex;
	align-items: center;
	margin-bottom: 8px !important;
}
.form-group label {
	flex: 0 0 30%;
	padding: 0;
}
.form-group select, .form-group input {
	margin-bottom: 0;
	/*-webkit-appearance: button;*/
}
#buy_now {
	margin-top: 1em;
}
#topup_options {
	width: 100%;
	margin-bottom: 0 !important;
}
#feature_stores {
	display: flex;
	flex-wrap: wrap;
}

#feature_stores a {
	width: calc(33.33% - 12px);
	margin: 2px;
	padding: 8px 4px;
	border-radius: 10px;
}

.language {
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
.language a{
	color: #08f;
	font-size: 14px;
	font-weight: 700;
	padding: 10px;
}
.language a.active{
	color: #08f;
	font-weight: bold;
}

.order_history_table tr td {
	font-size: 13px!important;
}

.store-icon-small img {
	padding-right: 6px;
	margin-top: -2px;
}

.store-name-link {
	font-size: 13px;
}

.stores-info-reviews-box {
	display: flex;
	width: 100%;
}

.stores-info-reviews-box-rating {
	width: 88px;
	padding-top: 2px;
}

.stores-info-reviews-box-rating img {
	margin-bottom: 5px;
}

.stores-info-reviews-box-meta {
	flex: 1;
	line-height: 19px;
}

.rating-star {
	margin: 0 2px;
}

.flex-container {
	display: flex;
}
.select-container select {
	background: #fff!important;
	border-radius: 2px;
	padding: 8px 0!important;
	font-size: 14px!important;
	width: 100% !important;
	height: 41px !important;
	border: 1px solid #ddd !important;
	font-family: 'Open Sans', sans-serif!important;
	box-sizing: border-box!important;
}

.select-container select option {
	display: inline!important;
	box-sizing: border-box!important;
}
.select-container {
	position:relative!important;
	display: inline!important;
	box-sizing: border-box;
}
/*.select-container:after {*/
/*	content:""!important;*/
/*	width:0!important;*/
/*	height:0!important;*/
/*	position:absolute!important;*/
/*	pointer-events: none!important;*/
/*	box-sizing: border-box!important;*/
/*}*/
/*.select-container:after {*/
/*	border-left: 5px solid transparent!important;*/
/*	border-right: 5px solid transparent!important;*/
/*	top: 5px!important;*/
/*	right: 15px!important;*/
/*	border-top: 8px solid black!important;*/
/*	opacity: 0.5!important;*/
/*	box-sizing: border-box!important;*/
/*}*/

.flex-fixed .select-container:after {
	top: 14px!important;
}

.btn_box .select-container:after {
	top: 8px!important;
}

.select-full-width .select-container {
	width: 100%!important;
}
.select-container select::-ms-expand {
	display: none!important;
}

.shopping-cart-empty img {
	width: 30%;
	margin: 0 auto;
	display: block;
	margin-top: 50px;
}

.shopping-cart-empty h1 {
	text-align: center;
}

.shopping-cart-empty p {
	text-align: center;
}

.shopping-cart-empty a {
	margin-top: 20px;
}

.visible-android {
	display:none;
}
.visible-ios {
	display:none;
}

.device-ios .visible-ios{
	display:inline-block;
}
.device-android .visible-android{
	display:inline-block;
}
.device-ios .visible-android {
	display:none !important;
}
.device-ios .hidden-ios {
	display:none !important;
}
.device-android .hidden-android {
	display:none !important;
}
.device-android .visible-ios {
	display:none !important;
}

/* iPhone 2G-4S in portrait & landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

	#department a {

	}
}
@media only screen
and (min-device-width : 310px)
and (max-device-width : 344px) {
	.store-drawer-meta {
		padding-left: 4px;
		min-width: 220px;
	}

	.store-drawer-meta .store-meta-icon-share {
		margin-left: 4px;
	}

	.store-drawer-meta .store-name {
		width: 100% !important;
	}
}

@media only screen
and (min-device-width : 345px)
and (max-device-width : 360px) {

	.store-drawer-meta {
		padding-left: 5px;
		min-width: 210px;
	}

	.store-drawer-meta a {
		margin-right: 10px;
	}

	.store-drawer-meta .fav_store {
		margin-right: 2px;
	}

	.store-drawer-logo {
		width: 90px;
	}

	.store-drawer-meta .iframe-box {
		width: 71px!important;
	}

	.store-drawer-meta .store-meta-icon-share {
		margin-left: 4px;
	}
}


/* iPhone 5 & 5S in portrait & landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
	#department a {
		font-size: 13px;
	}
}

/* iPhone 6 in portrait & landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {

	#department a {
		font-size: 14px;
	}
}

/* iPhone 11 - 1792x828px at 326ppi */
@media only screen
and (device-width : 414px)
and (device-height : 896px)
and (-webkit-device-pixel-ratio : 2) {
	#box_add_to_cart, #box_add_to_cart1 {
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);
	}
}

/* iPhone 11 Pro - 2436x1125px at 458ppi */
/* iPhone 12 Mini - 2340x1080 pixels at 476ppi */
@media only screen
and (device-width : 375px)
and (device-height : 812px)
and (-webkit-device-pixel-ratio : 3){
	#box_add_to_cart, #box_add_to_cart1 {
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);
	}

	header{
		/* Status bar height on iOS 11.0 */
		margin-top: constant(safe-area-inset-top);
		/* Status bar height on iOS 11+ */
		margin-top: env(safe-area-inset-top);
	}

	.extra_top{
		margin-top: 60px;
	}
}

/* iPhone 11 Pro Max - 2688x1242px at 458ppi */
@media only screen
and (device-width : 414px)
and (device-height : 896px)
and (-webkit-device-pixel-ratio : 3) {
	#box_add_to_cart, #box_add_to_cart1 {
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);
	}
}

/* iPhone 12 Pro Max - 2778x1284 pixels at 458ppi */
@media only screen
and (device-width: 390px)
and (device-height: 844px)
and (-webkit-device-pixel-ratio: 3) {
	#box_add_to_cart, #box_add_to_cart1 {
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);
	}

	header{
		/* Status bar height on iOS 11.0 */
		padding-top: constant(safe-area-inset-top);
		/* Status bar height on iOS 11+ */
		padding-top: env(safe-area-inset-top);
	}
}

/* iPhone 12 and iPhone 12 Pro - 2532x1170 pixels at 460ppi */
@media only screen
and (device-width: 428px)
and (device-height: 926px)
and (-webkit-device-pixel-ratio: 3) {
	#box_add_to_cart, #box_add_to_cart1 {
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);
	}

	header{
		/* Status bar height on iOS 11.0 */
		padding-top: constant(safe-area-inset-top);
		/* Status bar height on iOS 11+ */
		padding-top: env(safe-area-inset-top);
	}
}

/* ----------- Samsung GT-N7000 Galaxy Note ----------- */

/* Portrait and Landscape */
@media screen
and (device-width: 800px)
and (-webkit-device-pixel-ratio: 2) {
	#department a {
		font-size: 15px;
	}

}

#box_previous_next_products .key-close {
	background: url(https://image.youbeli.com/theme/icon/popup_close_25.png) no-repeat;
	image-rendering: -webkit-optimize-contrast;
	display: inline-block;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	width: 25px;
	height: 25px;
	cursor: pointer;
	outline: none;
	position: absolute;
	top: -10px;
	left: -10px;
}

/* Style the tab */
.tab {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	width: 50%;
	color: #000;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #d60e41;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #d60e41;
	color: white;
}

/* Style the tab content */
.tabcontent {
	display: none;
	border-top: none;
}

.news-box {
	margin:10px 0 !important;
	border:0 !important;
	padding: 10px;
	min-height: 90px;
}

.news-header {
	padding: 7px 11px;
	margin-bottom: 7px !important;
	font-weight: bold;
	justify-content: space-between;
	line-height: 25px;
	font-size: 16px;
}

.news-header span {
	font-weight: normal;
	font-size: 12px;
	color: #808285;
	/*padding-left: 5px;*/
}

.news-box-content {
	display: flex;
	padding: 0 11px;
	color: #444444;
}

/* Overlay loading effect */
@-moz-keyframes spin {
	0% {
		-moz-transform: rotateZ(0deg); }

	100% {
		-moz-transform: rotateZ(359deg); } }

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotateZ(0deg); }

	100% {
		-webkit-transform: rotateZ(359deg); } }

@-o-keyframes spin {
	0% {
		-o-transform: rotateZ(0deg); }

	100% {
		-o-transform: rotateZ(359deg); } }

@-ms-keyframes spin {
	0% {
		-ms-transform: rotateZ(0deg); }

	100% {
		-ms-transform: rotateZ(359deg); } }

@keyframes spin {
	0% {
		transform: rotateZ(0deg); }

	100% {
		transform: rotateZ(359deg); }
}

#overlay_loading {
	position:fixed;
	display: none;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0, 0, 0, 0.85);
	background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9;
	z-index:99999;
	color:white;
}

.icon-spin {
	position: absolute;
	top: 50%;
	left: 36%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
	display: inline-block;
	-moz-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
}

.bulkprice table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}
.bulkprice {
	background: #fff;
	overflow: hidden;
	border: 1px solid #991821;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0px;
}

.bulkprice table td, .bulkprice table th {
	padding: 3px 10px !important;
}

.bulkprice table thead th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #991821), color-stop(1, #80141C) );
	background:-moz-linear-gradient( center top, #991821 5%, #80141C 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#991821', endColorstr='#80141C');
	background-color:#991821;
	color:#FFFFFF;
	font-weight: bold;
	border-left: 1px solid #B01C26;
}

.bulkprice table tbody td {
	color: #80141C;
	border-left: 1px solid #F7CDCD !important;
}
.bulkprice table tbody tr:nth-child(even) {
	background: #F7CDCD;
	color: #80141C;
}
.bulkprice table tbody td:first-child {
	border-left: none;
}
.bulkprice table tbody tr:last-child td {
	border-bottom: none;
}

.swiper-wrapper .swiper-slide img, .feature_row img, .pop-up-info img , .home-banner img {
	border-radius: 10px;
}

.home-banner {
	margin-top: 15px;
}

.home-banner table{
    background-color: white;
    border-radius: 10px;
    padding: 10px !important;
    margin-top: 15px;
}

.white-card {
	text-align: left;
	margin-top: 15px;
	background-color: white;
	border-radius: 10px;
	padding: 10px;
}

.white-card .home-title {
	margin-top: 10px;
}

body.home h1, .home-title {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 18px;
}

.product-review h1 {
	padding-left: 5px;
}

.product-review .content-box {
	margin: 10px 0px;
}

.home-store-title {
	margin-top: 20px;
	margin-bottom: 0;
}

.see_all_link {
	float: right;
}

.home-white-bg {
	background-color: white;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.home-grey-bg {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.home-special {
	padding-top: 10px;
}

.home-featured {
	margin-top: 15px;
	margin-bottom: -5px;
}

body.account #wrap-content, body.product-new #department, body.hot-selling #department, body.specials #department, body.policy #department {
	margin-left: -10px !important;
	margin-right: -10px !important;
}

body.policy ul {
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 5px;
}

.voucher-box {
	padding: 5px;
	border: 2px dashed #e5e5e5;
	min-height: 80px;
	margin-bottom: 5px;
	background: white;
	border-radius: 10px;
	width: 97%;
    display: inline-block;
}

.voucher-box .logo {
	width: 60px;
}

.voucher-box .copy {
	text-align: center; 
	width: 120px;
}

.voucher-box .desc {
	padding-left: 5px; 
	width: calc(98% - 180px); 
	width: -moz-calc(98% - 180px);
	width: -webkit-calc(98% - 180px); 
	width: -o-calc(98% - 180px);
}

body.account ul.accordion_main > li {
	padding-left: 20px !important;
	padding-right: 15px;
}

body.account .menu_content ul > li.no-separator {
	padding-left: 10px !important;
	padding-top: 0;
}

.store-banner {
	margin-top: 15px;
}

.store-banner img {
	border-radius: 10px;
}

.required:after {
	content: "* ";
	color: red;
}

span.address-info-phone {
	color: #989898 !important;
	font-weight: normal;
	padding-left: 10px;
}

span.address-name-bold {
	font-weight: bold;
}

.btn-lighten {
	filter: opacity(0.8);
}

span.checkout_order_id {
	font-size: 18px;
}

.mobile-top-up li.mobile-top-up-click-logo {
	border: none;
	margin-bottom: 0;
}

.mobile-top-up li.mobile-top-up-click-logo a img {
	border: 3px solid #ddd;
}

.mobile-top-up #btn-spin-wheel {
	border-radius: 10px;
}

.mobile-top-up .tabs-menu {
	height: 40px;
	/*float: left;*/
	clear: both;
}

.mobile-top-up .tabs-menu li {
	height: 40px;
	line-height: 30px;
	float: left;
	width: 30%;
	margin-right: 5px;
	background-color: #ccc;
	border-top: 1px solid #d4d4d1;
	border-right: 1px solid #d4d4d1;
	border-left: 1px solid #d4d4d1;
}

.mobile-top-up .tabs-menu li.current {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	z-index: 5;
	font-weight:bold;
}

.mobile-top-up .tabs-menu li a {
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.mobile-top-up .topup_tab {
	border: 1px solid #d4d4d1;
	background-color: #fff;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.mobile-top-up #topup_tabs {
	border: 0px;
	background-color:#FFFFFF !important;
	background-image:none !important;
	padding: 0;
}

.mobile-top-up #topup_tabs ul {
	padding: 0px;
	border: 0px;
	background-color:#FFFFFF !important;
	background-image:none !important;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.mobile-top-up #buy_now {
	min-height: 40px;
	margin-top: 0px;
}

.mobile-top-up .theForm input[type=text], .theForm input[type=password], .theForm input[type=email], .theForm input[type=tel], .theForm input[type=number], .theForm select, .theForm textarea{
	min-height: 40px;
	font-size: 16px;
}

.mobile-top-up #payment_tabs input[type="radio"] + label::before, #payment_tabs input[type="radio"]:checked + label::before {
	background-image: none;
}

.mobile-top-up .value_image label {
	width: 32%;
	margin: 2px;
}

.mobile-top-up .value_image label > input + span {
	border: 3px solid #ddd;
	display: block;
	padding: 8px;
	text-align: center;
	/*width: 25vw;*/
}

.mobile-top-up .value_image label > input:checked + img, .value_image label > input:checked + span {
	border: 3px solid #d60e41;
}

.mobile-top-up ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-collapse: collapse;
}

.mobile-top-up ul.tabs .tab-link {
	width: calc(33.33% - 12px);
	text-align: center;
	padding: 6px;
}

.mobile-top-up ul.tabs li .radio_tick, .mobile-top-up-click-logo{
	background: none;
	color: #222;
	display: inline-block;
	padding: 6px;
	cursor: pointer;
	border: 3px solid #ddd;
	vertical-align: top;
	margin-bottom: 4px;
}

.mobile-top-up ul.tabs li img {
	width: calc(100% - 6px);
}

.mobile-top-up .tab-link .radio_tick > input + img:hover
{
	opacity:0.7;
	border:1px solid #d60e41;
	filter: alpha(opacity=70)
}

.mobile-top-up ul.tabs li label, .mobile-top-up ul.tabs li input[type="radio"]{
	visibility: hidden;
	position: absolute;
}

.mobile-top-up .tab-link.current .radio_tick{
	color: #222;
	border: 3px solid #d60e41;
}

.mobile-top-up .tab-content{
	display: none;
	padding: 15px;
}

.mobile-top-up .tab-content.current{
	display: inherit;
}

.mobile-top-up .theForm label.error {
	margin-top: 0px;
}

.mobile-top-up #my-suggestions .ui-autocomplete {
	width: 82vw !important;
	border: 1px solid #ddd;
}

.mobile-top-up .tabcontents{
	width: 100vw;
}

.mobile-top-up .ui-tabs .ui-tabs-panel {
	padding: 1em !important;
}

.mobile-top-up ol {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
}
@media screen and (min-width:700px) {
	.ocmp_spinner, .ocmp_spinner_preview, .ocmp_spinners {
		max-width: 100%;
	}

	.ocmp_spinner {
		background-size: 100% !important;
	}

	.spin-arrow {
		left: 40% !important;
		top: -105% !important;
	}
	.wheel-offers {
		top: 36% !important;
	}
	#ocmp_spin_wheel .ocmp_spin_content {
		background-size: cover !important;
		background-position: 50% 50% !important;
	}

	#pop-up-overlay-black {
		max-width: 400px;
		margin-left: -10px;
	}
	#box_add_to_cart, #box_add_to_cart1, .open_sidemenu  {
		left: 50% !important;
		bottom: 0;
		transform: translate(-50%, 0);
	}

	#scroll_to_top {
		left: 70% !important;
		transform: translate(-40%,0);
	}
}

