#footer
{
	margin-bottom: 50px;
}
@media (min-width: 768px) 
{
	#footer
	{
		margin-bottom: 0px;
	}
}

.main_container
{
	background: linear-gradient(0, #CADFDA, #DDEAE9);
}

.brand_page_container
{
    position:relative;
	width:100%;
	margin:0 auto;
	text-align:left;
	padding: 5px 10px 15px;
}

@media (min-width: 768px) 
{
	.brand_page_container
	{
		width:90%;
		padding:40px 15px;
	}
}

.brand_page_text_container
{
	position:relative;
	/*z-index:1;*/
	padding:10px 10px 20px 10px;
}
@media (min-width: 768px) 
{
	.brand_page_text_container
	{
		padding:10px 40px 40px 40px;
	}
}
.brand_page_text_container p
{
	margin-bottom:25px;
	font-size:16px;
	line-height:26px;
}

.brand_page_text_container hr
{
	border-top: 3px dashed rgba(255,255,255,0.9);
}

.brand_page_share
{
	padding:10px 0;
}

.brand_page_title
{
	font-size:20px;
	line-height: 28px;
	font-weight:bold;
	margin:5px 0 10px 0;
}
@media (min-width: 768px) 
{
	.brand_page_title
	{
		font-size:25px;
		margin:5px 0 15px 0;
	}
}

.brand_apply_benefit_list
{
	line-height: 22px;
}
.brand_apply_benefit_list li
{
	margin-bottom: 20px;
}

.brand_apply_intro
{
	margin: 15px auto 25px;
    background: linear-gradient(0, #dbc0d8, #adddd4);
    padding: 20px;
	color: white;
	-moz-box-shadow:    0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.brand_apply_intro p 
{
	line-height: 20px;
}

.brand_apply_faq_header
{
	font-size: 22px;
	font-weight: bold;
    padding-right: 10px;
}

.brand_apply_faq_paragraph
{
	padding: 15px;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5), 0 0 10px rgba(255, 255, 255, 0.3) inset;
	border-radius: 8px;
	background: rgba(255,255,255,0.2);
}

.brand_page_listing_container
{
	max-width:100%;
	padding-top:20px;
}

.brand_page_listing_container .row:first-child
{
    border-top: 15px solid #5a6a76;
}

.brand_page_listing_container .row:last-child
{
    border-bottom: 15px solid #5a6a76;
}

.brand_page_description
{
    max-width: 400px;
	margin: 15px auto;
	text-align: left;
	font-size: 16px;
    line-height: 26px;
}

.brand_page_partner_description
{
	margin: 15px auto 30px;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	padding-right: 15px;
}

.brand_listing_cell_bg
{
    width: 100%;
    height: auto;
}

.brand_product_cell_bg
{
    width: 100%;
	height: auto;
	border: 5px solid rgba(255, 255, 255, 0.8);
    border-radius: 15px;
}

.brand_listing_cell_link
{
	display: block;
}

.brand_product_cell_link
{
	display: block;
	position: relative;
}

.brand_listing_category
{
	position: absolute;
    bottom: 4px;
    left: 10%;
	width: 80%;
	height: 36px;
	line-height: 26px;
	border: 5px double white;
    border-radius: 8px;
	background: #8E9AAF;
	color: #ffffff;
	font-weight: bold;
    text-align: center;
    display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-box-shadow:    0px 2px 4px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 2px 4px 1px rgba(0, 0, 0, 0.5);
}
.brand_listing_category:hover, .brand_listing_category:focus, .brand_listing_category:active
{
	border: 5px double white;
    border-radius: 8px;
	color: #DEE2FF;
}

.brand_listing_cell
{
	padding: 0;
	position: relative;
}

.brand_page_paragraph
{
	margin: 15px auto;
	text-align: left;
	font-size: 16px;
    line-height: 28px;
}

.brand_apply_thumbnail
{
	width:100%;
	height:auto;
	margin:20px 0px;
}

.brand_application_border
{
	padding: 15px;
	border: 3px dashed rgba(255,255,255,0.9);
	border-radius: 12px;
}

.brand_apply_tnc_list
{
	line-height: 22px;
}
.brand_apply_tnc_list li
{
	margin-bottom: 20px;
}

.brand_listing_name_bg
{
	position: absolute;
    top: 6%;
    left: 6%;
	width: 88%;
	height: 7%;
	background-color: #d8839e;
}

.brand_product_name_bg
{
	position: absolute;
    top: 6%;
    left: 6%;
	width: 88%;
	height: 7%;
}

.brand_product_name_bg
{
	top: auto;
	bottom: 1.8%;
	height: 5%;
}

.brand_listing_name
{
	position: absolute;
    top: 6%;
    left: 6%;
    padding: 0 10px;
    color: white;
    font-weight: bold;
    text-align: center;
	width: 88%;
	height: 7%;
	max-height: 26px;
	min-height: 20px;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.brand_product_name
{
    padding: 0 10px 30px;
    color: #657F97;
    font-weight: bold;
    text-align: center;
	max-height: 26px;
	min-height: 20px;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 768px) 
{
	.brand_listing_name, .brand_product_name
	{
		font-size: 15px;
	}
}

.brand_listing_thumbnail
{
	position: absolute;
    width: 62%;
    height: 50%;
    top: 21.5%;
	left: 31%;
	border: 2px solid #83b0e1;
}

.brand_listing_thumbnail img
{
	width: 100%;
	height: auto;
}

.brand_listing_category_btn
{	
	vertical-align: middle;
    line-height:40px;
	text-align:center;
	color:#fff;
	margin:6px 2px;
	-moz-box-shadow:    2px 2px 6px 0px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, .5);
	box-shadow:         2px 2px 6px 0px rgba(0, 0, 0, .5);
	border-radius:4px;
	background-color: #9EA58A;
	background: -webkit-linear-gradient(0deg, #9EA58A, #aab292);
	background: linear-gradient(0deg, #9EA58A, #aab292);

	min-width:300px;
	display:inline-block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding: 0 10px;
	position: relative;
}
.brand_listing_category_btn:hover
{
	color:#fff;
	-moz-box-shadow:    1px 1px 3px 0px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .8);
	box-shadow:         1px 1px 3px 0px rgba(0, 0, 0, .8);
}
.brand_listing_category_btn:active
{
	color:#fff;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}
.brand_listing_category_close_btn
{
	position: absolute;
    top: 0px;
	right: 20px;
	display: none;
}
.brand_listing_category_container
{
	display: none;
	padding: 0 15px;
}
.brand_listing_category_item
{
    line-height: 34px;
}

.brand_detail_container
{
    position:relative;
	width:100%;
	margin:0 auto;
	text-align:left;
	padding: 5px 0px 5px;
}

@media (min-width: 768px) 
{
	.brand_detail_container
	{
		width:90%;
		padding:40px 15px 10px;
	}
}

.brand_page_main_btn
{
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	margin-bottom: 20px;
}
@media (min-width: 768px) 
{
	.brand_page_main_btn
	{
		line-height: 115px;
		margin-bottom: 0;
	}
}
.brand_page_main_btn a
{
	display: inline-block;
}
.brand_page_main_btn i
{
	font-size: 26px;
	vertical-align: middle;
	margin-top: -1px;
    margin-right: 10px;
}

.brand_page_detail_container
{
	max-width:100%;
	margin-top:10px;
	padding-top:20px;
}
@media (min-width: 768px) 
{
	.brand_page_detail_container
	{
		margin-top:15px;
	}
}

.brand_detail_thumbnail, .brand_product_logo
{
	height:auto;
	max-width:100%;
	-moz-box-shadow:    1px 1px 4px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 4px 0px rgba(0, 0, 0, 0.4);
	margin-top: 15px;
	margin-bottom:15px;
}

.brand_product_logo
{
	margin: 0 0 0 10px;
}

.brand_listing_ad
{
	border: 1px dashed #d0dadb;
	color: #aaa;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	text-align: center;
}

.brand_page_ext_container
{
    max-width: 400px;
	margin: 45px auto 15px;
	padding-top: 20px;
}
.brand_product_ext_container
{
	max-width: 400px;
	margin: 15px auto 45px;
	padding-top: 10px;
}

.brand_page_ext
{
    display: inline-block;
    width: 24%;
    font-size: 10px;
	line-height: 12px;
	vertical-align: middle;
}
.brand_page_ext a
{
	display: inline-block;
	background: white;
	border-radius: 50%;
	width: 70px;
	height: 60px;
	-moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.3);
	transition:All 0.2s ease-in-out;
	-webkit-transition:All 0.2s ease-in-out;
	-moz-transition:All 0.2s ease-in-out;
	-o-transition:All 0.2s ease-in-out;
	position:relative;
	top:0;
	padding-top: 7px;
}
.brand_page_ext a:active
{
	position:relative;
    top:3px;
}
.brand_page_ext i
{
	font-size: 24px;
	line-height: 28px;
}
.brand_page_ext .mewe_icon
{
	display: block;
    margin: 7px auto -6px;
}

.brand_detail_store_container
{
	background:#D6BF9E url("../images/ui-bg_diagonals-thick_30_D6BF9E_40x40.png") 50% 50% repeat;
    max-width: 800px;
    margin: 0px auto;
	text-align: center;
	border: 10px solid #977D65;
	position: relative;
}

.brand_detail_title
{
	margin: 0;
	font-size:25px;
	font-weight:bold;
	padding: 15px 10px;
	background-color: #9EA58A;
	border-top: 8px solid #C27E7C;
	border-bottom: 8px solid #C27E7C;
	color: white;
}

.brand_detail_store_floor
{
	background-color: #977D65;
	height: 80px;
}

.brand_detail_category
{
	background-color: #977D65;
	min-height: 80px;
	padding: 10px 0;
}

.brand_detail_category_container
{
	max-width: 400px;
    margin: 0px auto;
    padding-top: 10px;
}
.brand_detail_category_item
{
	display: inline-block;
	width: 45%;
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	-moz-box-shadow:    1px 1px 3px 0px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .5);
	box-shadow:         1px 1px 3px 0px rgba(0, 0, 0, .5);
	padding: 3px;
	margin: 0 2%;
	vertical-align: middle;
}

.brand_detail_category_item a
{
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.store_detail_content, .product_detail_content
{
	max-width: 500px;
	margin: 25px auto 0;
    padding: 10px 10px 20px;
	background-color: rgba(255, 255, 255, 0.7);
	-moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.product_detail_content
{
	margin: 25px auto 20px;
}

.brand_detail_publish_date
{
	text-align: right;
    color: white;
    margin: 4px 10px 0px;
}

.brand_detail_related_container
{
	margin-left:0;
	margin-right:0;
}

.brand_detail_apply
{
	max-width: 800px;
	margin: 0 auto;
	background-color:#977D65;
	color: #ffffff;
	text-align:center;
	font-size: 20px;
	line-height: 30px;
	padding: 15px;
}
.brand_detail_apply a
{
	display: block;
	font-weight: bold;
	color: #ffffff;
	width: 240px;
    margin: 10px auto;
    border: 2px solid rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	-moz-box-shadow:    1px 1px 3px 0px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .5);
	box-shadow:         1px 1px 3px 0px rgba(0, 0, 0, .5);
	transition:All 0.2s ease-in-out;
	-webkit-transition:All 0.2s ease-in-out;
	-moz-transition:All 0.2s ease-in-out;
	-o-transition:All 0.2s ease-in-out;
	position:relative;
	top:0;
}
@media (min-width: 992px) 
{
	.brand_detail_apply a
	{
		margin: 0 auto;
	}
}
.brand_detail_apply a:active
{
	position:relative;
    top:3px;
}
.brand_detail_apply_row
{
	max-width: 600px;
	margin: 0 auto;
}

.brand_detail_related_thumbnail
{
	height:auto;
	max-width:100%;
}

.brand_detail_related_link
{
	display: block;
	border: 6px solid #ffffff;
	-moz-box-shadow:    1px 1px 4px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 4px 0px rgba(0, 0, 0, 0.4);
	margin-top: 15px;
	margin-bottom:15px;
	transition:All 0.2s ease-in-out;
	-webkit-transition:All 0.2s ease-in-out;
	-moz-transition:All 0.2s ease-in-out;
	-o-transition:All 0.2s ease-in-out;
	position:relative;
	top:0;
	text-align: center;
}

.brand_detail_related_link:focus
{
	border: 6px solid #ffffff;
}

.brand_detail_related_link:active
{
	position:relative;
    top:3px;
}

.brand_detail_related_title
{
	position: absolute;
	bottom: -6px;
    left: -6px;
    width: calc(100% + 12px);
	height: 26px;
	padding: 0 3px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.brand_fair_partner_img
{
	max-width: 400px;
    margin: 0 auto;
}

.brand_partner_title
{
	color: #ce6486;
	font-size: 20px;
}

.brand_partner_subtitle
{
	font-weight: bold;
	text-decoration: underline;
}

.brand_partner_contact
{
	font-weight: bold;
	font-size: 16px;
}

.brand_edit_form
{
	max-width: 500px;
	margin: 15px auto;
	text-align: left;
	font-size: 16px;
    line-height: 28px;
}

.brand_edit_form textarea.form-control
{
	max-width: 100%;
    min-width: 100%;
}

.brand_edit_form .form-check-label
{
	font-weight:  normal;
}

.submit_btn
{
	background: linear-gradient(0deg, #9EA58A, #aab292);
      border: none;
      margin:20px auto 0;
      max-width: 300px;
      padding: 8px 0;
      outline:none;
}

.submit_btn:hover, .submit_btn:active, .submit_btn:focus, .submit_btn:active:focus
{
	background: linear-gradient(0deg, #9EA58A, #aab292);
      color: #fff;
      outline:none;
}

.brand_edit_hints
{
	display: inline;
	cursor: pointer;
	color: #275F9F;
	margin-left: 10px;
}

.alertify-dialog ul
{
	margin-right: 20px;
}


.brand_thumbnail{
	background-color: #CAF0F7;
	margin-bottom: 5px;
	margin-right: 5px;
	cursor: pointer;
	width: 300px; 
	height: 180px;
	line-height: 180px;
	text-align: center;
	display: inline-block;
}

.brand_img1, .brand_img2, .brand_img3{
	background-color: #CAF0F7;
	margin-bottom: 5px;
	margin-right: 5px;
	cursor: pointer;
	width: 300px; 
	height: 300px;
	line-height: 300px;
	text-align: center;
	display: inline-block;
}

#brand_thumbnail_file, #brand_img1_file, #brand_img2_file, #brand_img3_file
{
	visibility:hidden;
	position:absolute;
}

#fileInput{
	width:0;
	height:0;
	overflow:hidden;
}
  
#modal{
	z-index: 10;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #5F5F5F;
	opacity: 0.95;
	display: none;
}
  
#preview{
	z-index: 11;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	border: 4px solid #A5A2A2;
	border-radius: 4px;
	float: left;
	font-size: 0px;
	line-height: 0px;
}
  
#preview .buttons{
	width: 36px;
	position: absolute;
	bottom:0px;
	right: -44px;
}
  
#preview .buttons .ok{
	border: 4px solid #F5F5F5;
	border-radius: 4px;
	width: 28px;
	height: 28px;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	color: #F5F5F5;
}
  
#preview .buttons .cancel{
	margin-bottom: 4px;
	border: 4px solid #F5F5F5;
	border-radius: 4px;
	width: 28px;
	height: 28px;
	line-height: 20px;
	font-size: 20px;
	text-align: center;
	color: #F5F5F5;
}
  
.brand_img_trash_btn
{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
    width: 40px;
    text-align: center;
}

.brand_prod_trash_btn
{
	cursor: pointer;
	text-align: center;
	color: #275F9F;
}

#fair_input_box .chosen-container-single
{
	max-width: 100%;
	width: 100% !important;
}

#fair_input_box .chosen-container-single .chosen-single {
    line-height: 34px;
	height: 34px;
	max-width: 100%;
	width: 100% !important;
}

#fair_input_box .chosen-container-single .chosen-single div b {
    background: url(../images/chosen-sprite.png) no-repeat 0px 6px;
}

#brand_fair_info_template
{
	display: none;
} 

.brand_fair_info table
{
	margin: 5px 0px;
	width: 100%;
	border: 3px solid #ffffff;
}

.brand_fair_info table tr td
{
	padding: 4px 10px;
}

.brand_fair_info table tr td:nth-child(1) {  
	font-weight: bold;
	vertical-align: top;
	width: 110px;
}

.brand_fair_edit_btn, .brand_fair_trash_btn, .brand_fair_save_btn
{
	display: inline-block;
	cursor: pointer;
    width: 40px;
	text-align: center;
	line-height: 32px;
}
.brand_fair_save_btn, .brand_fair_remarks_edit
{
	display: none;
}

#brand_fair_info_empty
{
	display: none;
}

.brand_image_caption_container
{
	text-align: left;
	min-height: 100px;
	padding: 8px 15px;
	color: #977D65;
	margin-top: -20px;
}

.brand_image_caption
{
	display: none;
}

.brand_image_caption_text
{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
}

.brand_image_caption_desc
{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.brand_image_caption_btn
{
	text-align: center;
	margin-top: 10px;
}

.brand_image_caption_btn a
{
	color: #657F97;
    font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: underline;
}

.store_detail_content .bx-wrapper .bx-pager.bx-default-pager a
{
	width: 16px;
    height: 16px;
	margin: 0 15px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border-radius: 8px;
	background: #9CC0E7;
}

.store_detail_content .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active
{
	background: #7e9acc;
}

.brand_edit_product_link
{
	display: block;
	text-align: center;
	margin: 20px 0 0;
}

.brand_edit_product_link img
{
	width: 100%;
	height: auto;
}

.brand_product_edit_thumbnail_existing
{
	width: 150px;
	height: auto;
}

[class*="col-"] .chosen-container {
    width:98%!important;
}
[class*="col-"] .chosen-container .chosen-search input[type="text"] {
    padding:2px 4%!important;
    width:90%!important;
    margin:5px 2%;
}
[class*="col-"] .chosen-container .chosen-drop {
    width: 100%!important;
}

.brand_dropdown .chosen-container-single
{
	margin: 6px 2px;
	max-width: 100%;
	width: 300px !important;
}

.brand_dropdown .chosen-container-single .chosen-single 
{
	line-height: 40px;
	height: 40px;
	max-width: 100%;
	width: 100% !important;
}

.brand_dropdown .chosen-container-single .chosen-single div b {
    background: url(../images/chosen-sprite.png) no-repeat 0px 9px;
}

.brand_product_listing_container
{
	max-width:100%;
	padding-top:20px;
}

.brand_product_cell
{
	padding: 8px 4px;
	position: relative;
}

.brand_product_thumbnail
{
	width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}

.brand_product_thumbnail img
{
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.btn-brand, .btn-brand:hover, .btn-brand:focus, .btn-brand:active, .btn-brand.active
{	
	background: #F3F4F5 url("custom-theme/images/ui-bg_highlight-hard_65_F3F4F5_1x100.png") 50% 50% repeat-x;
	color: #977D65;
	border: none;
	min-width:140px;
	display: block !important;
    float: none !important;
    border-radius: 4px !important;
    margin-bottom: 12px;
}
.btn-brand:active, .btn-brand.active
{
	color: #ffffff;
	background: linear-gradient(0deg, #9EA58A, #aab292);
	border: none;
	box-shadow:none;
}

.brand_application_btn
{
	background: linear-gradient(0deg, #9EA58A, #aab292);
    border: none;
    color: white;
	font-weight: bold;
	-moz-box-shadow:    2px 2px 6px 0px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, .5);
	box-shadow:         2px 2px 6px 0px rgba(0, 0, 0, .5);
}

.brand_application_btn:hover, .brand_application_btn:focus, .brand_application_btn:active
{
	background: linear-gradient(0deg, #9EA58A, #aab292);
    border: none;
    color:#fff;
	-moz-box-shadow:    1px 1px 3px 0px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .8);
	box-shadow:         1px 1px 3px 0px rgba(0, 0, 0, .8);
	font-weight: bold;
}

.brand_listing_anniversary_icon
{
	position: absolute;
    top: -5px;
    left: 5px;
    width: 40px;
    height: 40px;
}
.brand_listing_anniversary_legend
{
	margin-top: 10px;
}
.brand_listing_anniversary_legend img
{
	width: 25px;
	height: auto;
}

.brand_detail_anniversary_icon
{
	position: absolute;
    top: 2px;
    left: -2px;
    width: 40px;
	height: 40px;
	cursor: pointer;
}

.brand_product_anniversary_icon
{
	position: absolute;
    top: -15px;
    left: 5px;
    cursor: pointer;
}

.brand_product_brand_name
{
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}

.brand_product_brand_desc
{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
           line-clamp: 2; 
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.brand_product_radio_title
{
	font-size: 16px;
    font-weight: bold;
    margin: 20px 0px 4px;
}

.brand_product_radio_btn
{
	--bg: rgba(255, 255, 255, 0.06);
	--text: #e5e5e5;

	display: flex;
	position: relative;
	background: #8e937d;
	border-radius: 6px;
	backdrop-filter: blur(12px);
	box-shadow:
		inset 1px 1px 4px rgba(255, 255, 255, 0.2),
		inset -1px -1px 6px rgba(142, 147, 125, 0.3),
		0 4px 12px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	width: fit-content;
}

.brand_product_radio_btn input[type="radio"] {
	display: none;
}

.brand_product_radio_btn label {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 80px;
	font-size: 14px;
	line-height: 18px;
	padding: 0.8rem 0.8rem;
	margin: 0;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: var(--text);
	position: relative;
	z-index: 2;
	transition: color 0.3s ease-in-out;
}

.brand_product_radio_btn label:hover {
	color: white;
}

.brand_product_radio_btn input[type="radio"]:checked + label {
	color: #fff;
}

.glass-glider {
	position: absolute;
	top: 0;
	bottom: 0;
	width: calc(100% / 4);
	border-radius: 6px;
	z-index: 1;
	transition:
	  transform 0.5s cubic-bezier(0.37, 1.95, 0.66, 0.56),
	  background 0.4s ease-in-out,
	  box-shadow 0.4s ease-in-out;
  }

  #all-filter:checked ~ .glass-glider {
	transform: translateX(0%);
	background: linear-gradient(135deg, #9EA58A, #b1bc8d);
	box-shadow:
	  0 0 18px rgba(192, 192, 192, 0.5),
	  0 0 10px rgba(255, 255, 255, 0.4) inset;
  }

  #handmade-filter:checked ~ .glass-glider {
	transform: translateX(100%);
	background: linear-gradient(135deg, #9EA58A, #b1bc8d);
	box-shadow:
	  0 0 18px rgba(192, 192, 192, 0.5),
	  0 0 10px rgba(255, 255, 255, 0.4) inset;
  }

  #customizable-filter:checked ~ .glass-glider {
	transform: translateX(200%);
	background: linear-gradient(135deg, #9EA58A, #b1bc8d);
	box-shadow:
		0 0 18px rgba(192, 192, 192, 0.5),
		0 0 10px rgba(255, 255, 255, 0.4) inset;
  }

  #service-filter:checked ~ .glass-glider {
	transform: translateX(300%);
	background: linear-gradient(135deg, #9EA58A, #b1bc8d);
	box-shadow:
		0 0 18px rgba(192, 192, 192, 0.5),
		0 0 10px rgba(255, 255, 255, 0.4) inset;
  }

  .patreon_btn
  {
	background-color: #FF424D;
    border-color: #FF424D;
    color: white;
    font-weight: bold;
  }