.flag-active{
	border: 2px solid;
	border-color: #be0d32;
}
.row.gutter-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.gutter-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.gutter-10 > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}
.row.gutter-16 > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}


.row.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.gutter-20 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}






/*CHANGE PLACEHOLDER COLOR*/
.form-control::-webkit-input-placeholder { color: #bbb; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #bbb; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #bbb; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #bbb; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #bbb; }  /* Microsoft Edge */





.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*COLOR SCHEME*/
.btn-primary ,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.btn-info ,
.btn-info:not(:disabled):not(.disabled).active, 
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active:focus, 
.btn-info:not(:disabled):not(.disabled):active:focus {
	background-color: #be0d32;
	border-color: #be0d32;
}
.btn-primary:hover ,
.btn-primary:focus ,
.btn-info:hover ,
.btn-info:focus {
	background-color: #a10b2a;
	border-color: #a10b2a;
}
.btn-light {
	background-color: #f2f2f2;
	border-color: #f2f2f2;
}













body {
	font-size: 14px;
}

/*for Dropdown*/
select.custom_select {
	border-radius: 100px;
}
select.custom_select::-ms-expand {
    display: none;
}
select.custom_select {
	padding-right: 30px;
    outline : none;
    overflow : hidden;
    text-indent : 0.01px;
    text-overflow : '';
    background : url("../images/dropdown_arrow.png") no-repeat right 12px center #fff;
    background-size: 14px 14px;

    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}
.input-group .input-group-text.isWhiteBg {
	background-color: #fff;
}



body {
	font-family: 'Lato', sans-serif;
	color: #444;
}
.lato {
	font-family: 'Lato', sans-serif;
}

.main_header {
	padding: 14px 0 8px 0;
	border-bottom: 1px solid #f2f2f2;
}
.main_header .navbar  {
	padding: 0;
}
.main_header .navbar-brand {
	margin-right: 1rem;
}
.main_header .navbar-brand img {
	max-width: 140px;
	width: auto;
	position: relative;
	bottom: 12px;
}
.main_header .header_search_form {
	/*min-width: 600px;*/
	min-width: 100%;
	max-width: 100%;
}
.main_header .header_search_form .input-group {
	width: 220px;
}
.main_header .header_search_form .input-group .input-group-text {
	padding-right: 4px;
}
.main_header .header_search_form select {
	border-left: none;
}
.main_header .header_search_form input.form-control {	
	width: 100%;
	border-radius: 100px;
}
.main_header .header_search_form .header_search_search_field {
	width: calc(100% - 220px);	
	position: relative;
	margin-left: .5rem;
}
.main_header .header_search_form .header_search_search_field #titlelist {
	position: absolute;
	left: 0;
	top: calc(100% + 3px);
	width: 100%;
}
#titlelist > ul.dropdown-menu {
	margin: 0;
	width: 100%;
	padding: 0;
	border-radius: .25rem;
	max-height: 350px;
    overflow-y: auto;
}
#titlelist > ul.dropdown-menu li {
	border-bottom: 1px solid #ddd;
    padding: 8px 16px;
    transition: all .3s ease;
}
#titlelist > ul.dropdown-menu li:hover {
	background-color: #f8f8f8;
}
#titlelist > ul.dropdown-menu li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #111;
	font-size: 14px;
}
#titlelist > ul.dropdown-menu li  a span {
	display: block;
	font-size: 13px;
	font-style: italic;
	color: #999;
}
.header_search_form {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fw-700 {
	font-weight: 700;
}
.main_header ul.navbar-nav li.nav-item {
	margin-left: .75rem;
}
.btn {
	padding-left: 1rem;
	padding-right: 1rem;
}
.btn-transparent ,
.btn-transparent:hover ,
.btn-transparent:focus {
	background-color: transparent;
}
.main_header .nav-item-has-icon .btn {
	padding-left: .5rem;
	padding-right: .5rem;
}
.main_header .nav-item-has-icon .btn-transparent i {
	font-size: 20px;
	color: #999;
}
.main_header .nav-item-has-icon .btn-transparent:hover i {
	color: #444;
}
.user_profile_dropdown {

}
.user_profile_dropdown a.nav-link {
	margin-right: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    padding-left: 0!important;
    padding-right: 0!important;
}
.user_profile_dropdown a.nav-link figure {
	margin: 0 .25rem 0 0;
    width: 40px;
    height: 40px;
    background: #ddd;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 100px;
}
.user_profile_dropdown a.nav-link figure i {
	padding-top: 12px;
}
.user_profile_dropdown a.nav-link figure img {
	width: 100%;
	height: auto;
}
.user_profile_dropdown a.nav-link figcaption {
	margin: 0;
	font-weight: 700;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 90px;
}



.categories_list_wrap {
	padding: 8px 0;
	border-bottom: 1px solid #f2f2f2;
}
ul.categories_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.categories_list li {
	margin: 0 1.8rem 0 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
ul.categories_list li a {
	color: #000;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	text-transform: capitalize;
}
ul.categories_list li a:hover {
	color: #a10b2a;
}

.home_banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.home_banner figure {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
}
.home_banner figure img {
	width: 100%;
	height: auto;
}
.home_banner figure img.banner_desktop {
	display: block;
}
.home_banner figure img.banner_mobile {
	display: none;
}
.home_banner figcaption h1 {
	color: #fff;
	margin: 0;
	padding: 0;	
	font-weight: 900;
	text-shadow: 2px 2px 10px rgba(0,0,0,.2);
	font-size: 38px;
}
.home_banner .container {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
	width: 1280px;
	height: 100%;
	display: flex;
	align-items: center;
	max-width: 100%;
}
.text-blue {
	color: #00bcd4;
}
.content_panel_left {
	width: 950px;
	float: left;
}
.content_panel_right {
	width: 260px;
	float: right;
	background-color: #eee;
}
.product_card {
	border: 1px solid #e6eaed;
	position: relative;
	border-radius: 6px;
	margin-bottom: 10px;
	transition: all .2s ease;
}
.product_card:hover {
	border-color: #ddd;
	box-shadow: 2px 3px 7px rgba(0,0,0,.18);
}
.product_card figure {
	height: 200px;
	width: 100%;
	background-color: #e6eaed;
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}
.product_card figure img {
	width: auto;
	height: auto;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;	
	object-fit: cover;
}
.product_card figcaption {
	padding: 10px;
}
.product_card figcaption h4 {
	font-size: 16px;
	margin: 0 0 8px 0;
	font-weight: 700;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.product_card figcaption h3.product_price ,
.product_card a figcaption h3.product_price {
	color: #444;
	font-size: 18px;
	margin: 0 0 4px 0;
	font-weight: 900;
}
.product_card figcaption h3.product_price span ,
.product_card a figcaption h3.product_price span {
	font-weight: 500;
}
.product_card figcaption p {
	margin: 0;
	min-height: 68px;
	max-height: 68px;
	overflow: hidden;
}
.product_card .favorite_product {
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 8px;
	right: 8px;	
	transition: all .2s ease;
	cursor: pointer;
	border: 1px solid #ddd;
	box-shadow: 2px 3px 4px rgba(0,0,0,.14);
}
.product_card .favorite_product:hover i {
	color: #be0d32;
}
.product_card .favorite_product .isnotfavorite {
	display: block;
	font-size: 22px;
	line-height: 40px;
}
.product_card .favorite_product .isfavorite {
	display: none;
	font-size: 22px;
	line-height: 40px;
	color: #be0d32;
}
.product_card a {
	text-decoration: none;
}
.product_card a h4 ,
.product_card a p {
	color: #444;
}

.main_footer {
	margin: 60px 0 0 0;
}
.main_footer .footer_layer_one {
	border-top: 1px solid #e3e3e3;
	padding: 30px 0;	
}
ul.dottedList {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}
ul.dottedList li {
	position: relative;
	margin: 0 0 8px 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
ul.dottedList li a {
	position: relative;
	/*padding: 0 0 0 14px;*/
	padding: 0;
}
ul.dottedList li a:before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #444;
	position: absolute;
	left: 0;
	top: 6px;
	display: none;
}
ul.dottedList li a {
	color: #666;
	text-decoration: none;
	font-size: 13px;
}
ul.dottedList li a:hover {
	color: #000;	
}
ul.footer_social_list {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}
ul.footer_social_list li {
	margin: 0 20px 10px 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
ul.footer_social_list li a {
	text-decoration: none;
	color: #666;
	font-size: 28px;
}
ul.footer_social_list li a:hover {
	color: #000;
}
.footer_layer_two {
	border-top: 1px solid #e3e3e3;
	padding: 15px 0;	
}
.footer_layer_two .footer_logo {
	width: 100px;
	opacity: .4;
	transition: all .2s ease;
	-webkit-filter: grayscale(1);
            filter: grayscale(1);	
}
.footer_layer_two .footer_logo:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
            filter: grayscale(0);		
}
.footer_layer_two .footer_copyrights {
	text-align: right;
	margin: 10px 0;
	font-size: 13px;
}
.pointer {
	cursor: pointer;
}



/*PAGE - DETAIL*/
.breadcrumb_wrap {
	padding: 12px 0 20px 0;
}
.breadcrumb_wrap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.breadcrumb_wrap ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
.breadcrumb_wrap ul li a {
	display: inline-block;
	position: relative;
	font-size: 13px;
	color: #888;
	text-decoration: none;
	text-transform: capitalize;
	padding: 0 10px;
}
.breadcrumb_wrap ul li:first-child a {
	padding-left: 0;
}
.breadcrumb_wrap ul li a:hover {
	color: #333;
}
.breadcrumb_wrap ul li a:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; 
	content: "\f054";
	color: #888;
	font-size: 10px;
	position: absolute;
	left: 100%;
	top: 2px;
}
.breadcrumb_wrap ul li:last-child a:after {
	display: none;
}
.breadcrumb_wrap ul li.active a {
	opacity: .5;
}
.product_slider_main_thumb {
	position: relative;
	margin-bottom: 12px;
}
.product_detail_slider_main .slick-prev ,
.product_detail_slider_main .slick-next {
	background-color: rgba(255, 255, 255, 0.8);
	width: 40px;
	height: 80px;
	z-index: 100;
}
.product_detail_slider_main .slick-prev:hover ,
.product_detail_slider_main .slick-next:hover ,
.product_detail_slider_main .slick-prev:focus ,
.product_detail_slider_main .slick-next:focus {
	background-color: #fff;
}
.product_detail_slider_main .slick-prev {
	left: 0;
}
.product_detail_slider_main .slick-next {
	right: 0;
}
.product_detail_slider_main .slick-prev:before , 
.product_detail_slider_main .slick-next:before {
	color: #000;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.product_detail_slider_main .slick-prev:before {
	content: "\f053";
}
.product_detail_slider_main .slick-next:before {
	content: "\f054";
}
.product_slider_small_thumb_inner {
	text-align: center;
}
.product_slider_small_thumb_inner img {
	margin: 0 auto;
}
.product_detail_slider_main .product_slider_small_thumb {
	margin: 0 auto;
	width: 90%;
	max-width: 94%;
}
.product_detail_slider_main .product_slider_small_thumb .slick-prev ,
.product_detail_slider_main .product_slider_small_thumb .slick-next {
	background-color: rgba(221, 221, 221, 0.8);
	width: 20px;
	height: 40px;
	z-index: 100;
}
.product_detail_slider_main .product_slider_small_thumb .slick-prev {
	left: -30px;
}
.product_detail_slider_main .product_slider_small_thumb .slick-next {
	right: -30px;
}
.product_info_caption_area {
	padding-left: 15px;
}
.product_info_caption_sharing_row {
	position: relative;
	padding-right: 50px;
}
.product_info_caption_sharing_row h1 {
	font-size: 28px;
	font-weight: 700;
	color: #333
}
.product_info_caption_sharing_row i {
	position: absolute;
	right: 0;
	top: 6px;
	font-size: 24px;
}
.product_info_caption_sharing_row a {
	color: #333;
}
.product_info_caption_sharing_row a:hover {
	color: #444;
}
.product_price {
	margin: 10px 0 15px 0;
	font-size: 30px;
	font-weight: 700;
	color: #444;
	line-height: 1.2;
}
.product_price small {
	font-size: 13px;
	font-weight: 700;
	color: #000;
	vertical-align: middle;	
}
.product_area_address {
	margin: 15px 0;
}
.product_area_address figure {
	width: 24px;
	float: left;
	text-align: left;
}
.product_area_address figure i {
	color: #333;
	font-size: 22px;
	margin-top: 4px;
}
.product_area_address address {
	margin: 0;
	float: left;
	width: calc(100% - 40px);
	padding-top: 4px;
}
.product_owner_info_panel {
	position: relative;
	background-color: #fff;
	transition: all .2s ease;
	border: 1px solid #ddd;
	border-radius: .4rem;
	padding: 20px;
	box-shadow: 2px 3px 4px rgba(0,0,0,.15);
	margin-bottom: 20px;
}
.product_owner_info_panel figure {
	width: 80px;
	float: left;
	margin: 0;
}
.product_owner_info_panel figure img {
	width: 80px;
	height: 80px;
	border-radius: 100px;
	object-fit: cover;
}
.product_owner_info_panel figure span {
	width: 80px;
	height: 80px;
	background-color: #be0d32;
	text-align: center;
	line-height: 80px;
	font-size: 42px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 80px;
}
.product_owner_info_panel figcaption {
	width: calc(100% - 80px);
	float: left;
	min-height: 80px;
	padding-left: 20px;
	display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.product_owner_info_panel figcaption h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 8px 0;
	color: #333;
}
ul.user_rating_list {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
ul.user_rating_list li {
	margin: 0 2px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
ul.user_rating_list li i {
	font-size: 18px;
	color: #e7b737;
}
ul.user_rating_list li.rating_text {
	font-size: 14px;
}
ul.product_owner_record_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.product_owner_record_list li {
	margin: 0 4px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 14px;
}
.product_owner_info_panel ul.user_rating_lis ,
.product_owner_info_panel ul.product_owner_record_list {
	margin: 6px 0;
}
.product_detail_action_buttons {
	margin: 24px 0;
}
.product_description_area {
	margin: 30px 0;
	border-top: 1px solid #dddd;
	padding: 20px 0 10px 0;
}
.product_questions_area {
	margin: 40px 0 40px 0;
}
.product_comment_area {

}
.product_comment_area {
	margin-top: 1rem;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.product_comment_area figure {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 1;
	border-radius: 60px;
	font-size: 22px;
	color: #333;
	display: inline-block;
	background-color: #d3d0d0;
	padding: 18px 0;
}
.product_comment_area .product_comment_area_right {
	padding-left: 20px;
	width: calc(100% - 70px);
}
.product_comment_area .product_comment_area_right textarea {
	min-height: 150px;
	margin-bottom: 15px;
}
.product_comment_area .product_comment_area_right .product_comment_area_right_lower_layer {
	position: relative;
}
.product_comment_area .product_comment_area_right .product_comment_area_right_lower_layer span {
	position: absolute;
	right: 0;
	top: -12px;
}
.related_ads_area {
	border-top: 1px solid #ddd;
	margin: 20px 0 40px 0;
	padding: 30px 0 0 0;
}
.related_ads_slider {
	margin: 20px 0 40px 0;
}
.related_ads_slider .related_ad_box {
	width: 200px;
	margin: 0 5px;
}
ul.user_rating_list.user_rating_list_onright {
	position: absolute;
	right: 20px;
	top: 16px;
}
.product_offer_terms_panel {
	position: relative;
    background-color: #fff;
    transition: all .2s ease;
    border: 1px solid #ddd;
    border-radius: .4rem;
    box-shadow: 2px 3px 4px rgba(0,0,0,.15);
}
ul.product_offer_terms_list {
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
}
ul.product_offer_terms_list li {
	margin: 0 0 26px 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
ul.product_offer_terms_list li figure {
	width: 60px;
	margin: 0;
}
ul.product_offer_terms_list li figure span {
	background-color: #b0adad;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	display: inline-block;
}
ul.product_offer_terms_list li p{
	width: calc(100% - 40px);
	color: #727272;
	line-height: 1.3;
	margin: 0;
	min-height: 40px;
	display: flex;
	align-items: center;
}
.offer_form_bg {
	background-color: #eee;
	padding: 30px;
}


/*for slider*/
.product_detail_slider_main .product_slider_main_thumb ,
.product_detail_slider_main .product_slider_small_thumb ,
.related_ads_slider {
	display: none;
}
.product_detail_slider_main .product_slider_main_thumb.slick-initialized ,
.product_detail_slider_main .product_slider_small_thumb.slick-initialized ,
.related_ads_slider.slick-initialized {
	display: block;
}

.product_description_area.noborder {
	border-top: none;
	border-bottom: none;
	padding-top: 0;
}
.product_owner_info_panel.product_owner_info_panel_isblock {
	-webkit-box-orient: vertical;
       -webkit-box-direction: normal;
           -ms-flex-direction: column;
               flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product_owner_info_panel.product_owner_info_panel_isblock figure ,
.product_owner_info_panel.product_owner_info_panel_isblock figcaption {
	float: none;
	text-align: center;
	width: 100%;
}
.product_owner_info_panel.product_owner_info_panel_isblock figure {
	margin-bottom: 20px;
}
.product_owner_info_panel.product_owner_info_panel_isblock ul.user_rating_list {
	margin: 20px 0;
}
.profile_tabs_wrap .nav-link {
	color: #9c9b9b;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 16px;
	border-bottom: 1px solid transparent;
}
.profile_tabs_wrap .nav-link.active {
	color: #be0d32;
	border-bottom-color: #be0d32;
}
.profile_tabs_wrap ul.nav {
	border-bottom: 1px solid #ddd;
}
.profile_tabs_wrap .tab-content {
	padding: 20px 0;
}
.panel-default {
	position: relative;
    background-color: #fff;
    transition: all .2s ease;
    border: 1px solid #ddd;
    border-radius: .4rem;
    padding: 20px;
    box-shadow: 2px 3px 4px rgba(0,0,0,.15);
    margin-bottom: 20px;
}
.text-small {
	font-size: 80%;
	font-weight: 400;
}

.main_header .navbar-nav .btn.btn-primary {
    padding-right: 1rem;
    padding-left: 1rem;
    white-space: nowrap;
}

.form-control ,
.btn ,
.dropdown-item {
	font-size: 14px;
}
.main_header ul.navbar-nav li.nav-item.lang-flags img {
	width: 24px;
	min-width: 24px;
	height: auto;
	margin: 10px 0 0 4px;
	padding: 1px;
}
.main_header ul.navbar-nav li.nav-item.lang-flags a {
	text-decoration: none;
}
.main_header ul.navbar-nav li.nav-item.lang-flags a .flag-active {

}
.isAd {
	height: 1094px;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}
.product_owner_info_panel.product_owner_info_panel_isblock figcaption {
	padding: 0;
}
.sellingpanel {

}
.sellingpanel .sellingpanel_left {
	float: left;
	width: 100px;
}
.sellingpanel .sellingpanel_left figure {
	width: 100px;
	height: auto;
	margin: 0;
	/*max-height: 100px;*/
}
.sellingpanel .sellingpanel_left figure img {
	width: 100%;
	height: auto;
}
.sellingpanel .sellingpanel_right {
	float: right;
	width: calc(100% - 100px);
	padding-left: 1rem;
}
.sellingpanel_right .sellingpanel_right_x {
	float: left;
	width: calc(100% - 120px);
	padding-right: 1rem;
}
.sellingpanel_right .sellingpanel_right_x p ,
.sellingpanel_right .sellingpanel_right_y p {
	margin: 0;
}
.sellingpanel_right .sellingpanel_right_y {
	float: right;
	width: 120px;
}
.cartEmptySection {

}
.cartEmptySection figure img {
	width: auto;
	max-width: 160px;
}
.panel-default.panel-item-sold > div {
	position: relative;
	opacity: .35;
	pointer-events: none;
}
.panel-default.panel-item-sold:before {
	content: "Sold";
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 28px;
	color: #5d5b5b;
	transform: translate(-50% , -50%);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.panel_review {
	position: relative;
}
.panel_review_x {
	float: left;
	width: calc(100% - 150px);
}
.panel_review_y {
	float: right;
	width: 150px;
}
.product_info_caption_area .product_owner_info_panel.product_owner_info_panel_isblock {
	margin-top: 40px;
}
.uploadphoto_default_box {
	background-color: #ececec;
	padding: 20px;
	width: 100%;
	min-height: 150px;
	border-radius: 6px;
	text-align: center;
	font-size: 20px;
}
.uploadphoto_default_box i {
	font-size: 48px;
	/*display: block;*/
	margin: 0 auto 1.25rem;
}
.multi_images{
	background-color: #0000;
	border: none; 
	height: 70px;
	width: 100% !important;
}
form label {
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 4px;
	font-size: 15px;
}
textarea.form-control {
	min-height: 130px;
}
.form-group {
	margin-bottom: 1.5rem;
}
.input-group-prepend select.custom_select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}


.theme_bg_wrap {	
	display: block;
	background-color: #efefef;	
	overflow: auto;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.login_form_wrap {	
    position: relative;
	width: 360px;
	max-width: calc(100% - 30px);
	margin: 60px auto;
	padding: 30px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	box-shadow: 0 0 20px 8px rgba(0,0,0,.1);
}
.login_form_wrap .logo {
	margin: 0 auto 2rem;
	display: block;
	text-align: center;
}
.login_form_wrap .logo img {
	width: auto;
	max-width: 200px;
}
.login_remember_me {
	float: left;
	width: 50%;
}
.login_remember_me label {
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
}
.login_forgot_password {
	float: right;
	width: 50%;
	text-align: right;
}
.isFullWidth {
	width: 100%;
}
.login_forgot_password a ,
.login_form_wrap a {
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
.login_forgot_password a:hover ,
.login_form_wrap a:hover {
	color: #444;
}
ul.categories_list .dropdown-item:focus, 
ul.categories_list .dropdown-item:hover,
.user_profile_dropdown .dropdown-item:focus, 
.user_profile_dropdown .dropdown-item:hover {
	background-color: #444;
	color: #fff;
}
.counter_digit_tag {
	background-color: #be0d32;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    min-width: 22px;
    height: 22px;
    border-radius: 100px;
    display: inline-block;
    line-height: 22px;
    margin-left: 6px;
    position: relative;
    top: -4px;
}


.product_slider_small_thumb .slick-list.draggable .slick-slide ,
.product_slider_small_thumb .slick-list.draggable .slick-slide img {
	height: auto;
	padding: 0 1px;
	margin: 0;
	width: 100%;
	cursor: pointer;
}
.product_slider_main_thumb .product_slider_main_thumb_inner.slick-slide img {
	margin: 0 auto;
	height: auto;
	max-height: 400px;
	max-width: 100%;
}

.makeoffer.product_detail_slider_main .product_slider_main_thumb_inner.slick-slide img {
	margin: 0 auto;
	height: auto;
	max-height: 300px;
}

.product_slider_main_thumb .slick-list.draggable ,
.product_slider_main_thumb .slick-list.draggable .slick-slide  {
	height: auto !important;
	background-color: #f2f2f2;
}
.makeoffer .product_slider_main_thumb_makeoffer .slick-list.draggable ,
.makeoffer .product_slider_main_thumb_makeoffer .slick-list.draggable .slick-slide {
	background-color: #f2f2f2;	
	height: 300px;
}


ul.product_specs_list {
	margin: 10px 0 30px 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
ul.product_specs_list li {
	margin: 0 0 12px 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	width: 25%;
}
ul.product_specs_list li strong {
	margin-right: 6px;
}


/*for CHAT*/
.section_chat {
	padding: 0 30px;
	margin-bottom: 30px;
}
.section_chat_inner {
	height: auto;
    /*min-height: calc(100% - 93px);
    max-height: calc(100% - 93px);*/
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    height: auto;
    /*max-height: 250px;*/
    padding-right: 10px;
}
.section_chat_inner ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.section_chat_inner ul li { 
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section_chat_inner ul li.message_received {

}
.section_chat_inner ul li.message_sent {
	-webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.section_chat_inner ul li.message_received figure {
	margin-right: 10px;
}
.section_chat_inner ul li .chat_message_body {	
	max-width: 65%;
}
.section_chat_inner ul li .chat_message_body p {
	margin: 0 0 2px 0;
	background-color: #eeeeee;
	padding: 16px 18px;
	border-radius: 10px;
}
.section_chat_inner ul li .chat_message_body span {
	font-size: 11px;
	font-style: italic;	
}
.section_chat_inner ul li.message_received .chat_message_body span {
	margin-left: 18px;
}
.section_chat_inner ul li.message_sent figure {
	order: 2;
}
.section_chat_inner ul li.message_sent .chat_message_body {
	order: 1;
}
.section_chat_inner ul li.message_sent figure {
	margin-left: 10px;
}
.section_chat_inner ul li.message_sent p {
	background-color: #e8e8e8;
}
.section_chat_inner ul li figure {
	margin: 0;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	overflow: hidden;
	background-color: #eee;
	/*margin: 0;
    width: 60px;
    height: auto;
    border-radius: 0;
    overflow: hidden;
    font-size: 13px;
    font-weight: 700;
    color: #777;
    text-align: center;
    line-height: 1.2;
    padding: 8px 0 0 0;*/
}
.section_chat_inner ul li figure img {
	width: 40px;
	height: 44px;
	/* height: 40px; */
	border-radius: 100px;
	overflow: hidden;
	display: inline-block;
}
p {
	line-height: 1.72;
}
.product_slider_small_thumb_inner img {
	width: 128px;
	max-width: 100%;
	height: auto;
	max-height: 94px;
	object-fit: cover;
	height: 94px!important;
}
.product_slider_small_thumb_inner {
    padding: 2px!important;
    border: 1px solid #eee;
    margin: 0 3px;
}
.product_slider_small_thumb_inner.slick-current.slick-active ,
.product_slider_small_thumb_inner.slick-current.slick-active:hover {
	border-color: #03a9f4;
}
.login_signup_modal {

}
.login_signup_modal .modal-header ,
.login_signup_modal .modal-footer {
	display: block;
	position: relative;
	text-align: center;
}
.login_signup_modal .modal-header {
	border-bottom: none;
	padding: 30px 30px 30px 30px;
}
.login_signup_modal .modal-footer {
	padding: 0 30px 30px 30px;
}
.login_signup_modal .modal-body {
	padding: 0 30px 30px 30px;
}
.login_signup_modal .close {
	position: absolute;
	right: 16px;
	top: 16px;
}
.login_signup_modal .modal-dialog{
	width: 360px;
	max-width: calc(100% - 16px);
}
.login_signup_modal .modal-footer {
	border-top: none;
	padding-top: 6px;
}
.login_signup_modal .footer_logo ,
.login_signup_modal .logo {
	width: auto;
	max-width: 200px;
}
.login_signup_modal .modal-content {
	border: none;
	border-radius: 6px;
}

.login_signup_modal a, 
.login_signup_modal a {
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
.header_search_form form {
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.madeOfferRow {
	display: block;
}
.madeOfferRow figure {
	margin: 0 10px 0 0;
	padding: 0;
	width: 40px;
	height: 40px;
	background-color: #eee;
	border-radius: 100px;
	line-height: 1;
	font-size: 18px;	
	position: relative;
	overflow: hidden;
	float: left;
	text-align: center;
}
.madeOfferRow figure img  {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	max-width: 100%;
	max-height: 100%;
	width: 40px;
	height: 40px;
	object-fit: cover;
}
.madeOfferRow figure i {
	padding: 10px 0;
}
.madeOfferRow figcaption {
	float: right;
	width: calc(100% - 50px);
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 36px;
	margin: 0;
}
.form-control:focus , 
img:focus,
a:focus ,
button:focus ,
.btn:focus,
.button:focus ,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
	text-shadow: none;
	box-shadow: none;
}

.header_search_search_field_search_glass {
	position: absolute;
	right: 1px;
	top: 1px;
	height: 33px;
	width: 40px;
	padding: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.product_slider_small_thumb .slick-track {
	margin-left: 0;
	/*width: 100%!important;*/
}



/*FOR USER PROFILE*/  
.user_profile_section_wrap {

}
.user_profile_pic_info figure {
	width: 350px;
	height: auto;
	margin: 0 auto 10px;
	background-color: #f1f1f1;
	max-width: 100%;
	overflow: hidden;
}
.user_profile_pic_info figure img {
	width: 100%;
	max-width: 100%;
}
.user_profile_pic_info figcaption {
	font-size: 24px;
	text-transform: none;
	font-weight: 700;
	text-align: center;
	color: #666;
	line-height: 1;
}
ul.user_social_list {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
ul.user_social_list li {
	margin: 0 5px;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
ul.user_social_list li.label {
	display: block;
	margin: 0 0 14px 0;
	font-size: 13px;
	transition: all .3s ease;
}
ul.user_social_list li a {
	width: 36px;
	height: 36px;
	background-color: #f2f2f2;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
	line-height: 36px;
	font-size: 18px;
	color: #888;
	text-decoration: none;
	transition: all .3s ease;
}
ul.user_social_list li:hover a {
	background-color: #be0d32;
	color: #fff;
}
.userRank {
	display: inline-block;
	background-color: #be0d32;
	border-radius: 100px;
	margin: 10px auto 0;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 17px;
}
.related_ads_slider .slick-slide  {
	height: 360px;
}
.related_ads_slider .slick-track {
	margin-left: 0;
}
.tab-pane.show a {
	color: #333;
	text-decoration: none;
}
.btn-facebook {
	background-color: #3a559a;
	color: #fff!important;
	border-color: #3a559a;
}
.btn-facebook:hover,
.btn-facebook:focus {
	background-color: #22376b;
	color: #fff!important;
	border-color: #22376b;
}
.btn-google {
	background-color: #cf4332;
	color: #fff!important;
	border-color: #cf4332;
}
.btn-google:hover,
.btn-google:focus {
	background-color: #a32e20;
	color: #fff!important;
	border-color: #a32e20;
}



.parsley-errors-list.filled {
	width: 100%;
	margin-top: 3px;
}


.user_profile_pic_info .editpic {
	font-size: 14px;
	line-height: 1;
}
.user_profile_pic_info figure {
	position: relative;
	transition: all .2s ease;
	width: 150px;
	height: 150px;
	margin: 0 auto 1rem;
	border-radius: 150px;
	overflow: hidden;
	border: 1px solid #ddd;
}
.user_profile_pic_info figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.user_profile_pic_info figure i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	font-size: 16px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
}
.user_profile_pic_info figure:hover i {
	opacity: 1;
	visibility: visible;
}
.user_profile_pic_info.editable figure:hover:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transition: all .2s ease;
}

.add_thumb_small {	
	display: inline-block;
	position: relative;
	margin: 0 10px 10px 0;
}
.add_thumb_small img {
	width: auto;
	height: auto;
	max-height: 100px;
	max-width: 100px;
}
.add_thumb_small .add_thumb_small_cross {
	color: red;
	font-size: 16px;
	position: absolute;
	right: 2px;
	top: 2px;
}
.relative {
	position: relative;
}
.product_detail_slider_main .banner_not_available {
	text-align: center;
	margin: 150px 0;
}
#register-user .alert.alert-danger {
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    display: block;
    padding: 0;
    background: transparent;
    border: none;
    line-height: 1;
    margin: 0 0 3px 0;
}
.sellingpanel_right_x .product_price {
	font-size: 22px;
	font-weight: 900;
}
.fullyrounded {
	border-radius: 100px;
}
.sellingpanel_right_y p.text-muted {
	opacity: .5;
}
.sellingpanel_right_y p a {
	opacity: .5;
}
.sellingpanel_right_y p a:hover {
	opacity: 1;
}
.fs-16 {
	font-size: 16px;
}
ul.userContactInfoList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.userContactInfoList li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
ul.userContactInfoList li {
	display: flex;
}
ul.userContactInfoList li i {
	color: #999;
	font-size: 14px;
	margin: 0 8px 0 0;
	color: #444;
}
ul.userContactInfoList li .hiddenstars {
	margin: 0 8px 0 0;
}
ul.userContactInfoList li .visiblenumber {
	margin: 0 8px 0 0;	
}
ul.userContactInfoList li label {
	margin: 0;
	color: #2196f3;
	text-transform: capitalize;
	font-size: 13px;
	cursor: pointer;
}
.product_owner_info_panel a {
	color: #444;
	text-decoration: none;
}
ul.userMadeOfferList {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}
ul.userMadeOfferList li {
	padding: 12px 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    border-bottom: 1px solid #eee;
}
ul.userMadeOfferList li figure {
	width: 26px;
	height: 26px;
	margin: 0 8px 0 0;
	border-radius: 50px;
	overflow: hidden;
	background-color: #eee;
	text-align: center;
}
ul.userMadeOfferList li figure img {
	width: 24px;
	height: 24px;
	border-radius: 50px;
}
ul.userMadeOfferList li figure i {
	margin: 4px 0;
}
ul.userMadeOfferList li span {
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	color: #444;
	font-size: 14px;
	font-weight: 700;
	margin: 0 8px 0 0;
	line-height: 1;
}
ul.userMadeOfferList li span i {
	margin: 3px 0;
}
ul.userMadeOfferList li figcaption {
	font-size: 14px;
	color: #444;
	margin: 0;
}
.social-buttons a {
	text-decoration: none;
	margin-right: 6px;
}
.social-buttons i {
	font-size: 24px;
}



/*13-12-2019*/
.input-group-text {
	background-color: #f4f4f4;
	color: #888;
	border-radius: 100px;
}
.btn-rounded  {
	border-radius: 100px;
}
.btn-fwidth {
	margin: 10px auto 10px;
    min-width: 180px;
    display: block;
}
footer.simpleFooter {
	text-align: center;
	margin: 0 0 40px 0;
}
footer.simpleFooter p {
	margin: 0;
}


/*08-01-2020*/
.login_signup_form {

}
.form-control-rounded {
	border-radius: 100px;
}
.profile_image_row figure {
	margin: 0;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	overflow: hidden;
	border: 1px solid #ced4da;
}
.profile_image_row figure img {
	width: 100%;
	object-fit: cover;
	height: 60px;
	object-position: center;
}
.profile_image_row label {
	font-weight: 400;
    text-transform: initial;
    margin-bottom: 0;
    font-size: 13px;
    height: 44px;
     display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cookie_banner {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 10px 0;
    z-index: 100;
}
.cookie_banner .btn {
	width: 140px;
	float: right;
}
.cookie_banner #set_cookie {
	margin: 4px 0;
}

.form-control ,
.custom-select {
	border-color: #b2b2b2;
	border-radius: 100px;
}
input[type="file"] {
	height: auto;
}
textarea.form-control {
	border-radius: 10px;
}

.file-drop-zone:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.file-drop-zone { display: inline-block; }
/* start commented backslash hack \*/
* html .file-drop-zone { height: 1%; }
.file-drop-zone { display: block; }
/* close commented backslash hack */

.krajee-default.file-preview-frame .kv-file-content {
	max-width: 100%;
	width: 100%!important;
	position: relative;
}
.file-preview-image {
	object-fit: cover;
    height: 100%!important;
}
.krajee-default.file-preview-frame {
	width: calc(33% - 16px);
}
.file-caption-icon {
	left: 10px!important;
	top: 10px!important;
}

.main_header ul.navbar-nav li.nav-item .btn.btn-primary {
	min-width: 90px;
}


.select2-container--default .select2-selection--single {
	border-color: #b2b2b2 ;	
}
.select2-container .select2-selection--single {
	border-radius: 100px!important;
}
.input-group .input-group-prepend .select2-container--open .select2-selection--single ,
.input-group .input-group-prepend .select2-container--default .select2-selection--single {
	border-radius: 20px 0 0 20px!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 16px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 8px !important;
  top: 4px !important;
}






/*05-06-2020*/
.h_nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.h_nav_logo {
	order: 1;
	width: 154px;
}
.h_nav_lang_flags {
	order: 4;	
	width: 60px;
	min-width: 60px;
}
.h_nav_search {
	order: 2;
	width: 600px;
}
.h_nav_buttons {
	order: 3;
	width: 430px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.h_nav .h_nav_lang_flags ,
.h_nav .h_nav_search ,
.h_nav .h_nav_buttons ul {
	display: flex;
	align-items: center;
}
.h_nav .h_nav_buttons ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.h_nav .h_nav_buttons ul li {
	margin: 0 10px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
.h_nav .h_nav_buttons ul li a.dropdown-toggle {
	color: #000;
}
.h_nav_lang_flags .lang-flags img {
	width: 24px;
	min-width: 24px;
	height: auto;
	margin: 0 0 0 4px;
	padding: 1px;
}
.h_nav_lang_flags .lang-flags a {
	text-decoration: none;
}
.h_nav_lang_flags .lang-flags a .flag-active {

}


/*23-06-2020*/
ul.pic_upload_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.pic_upload_list li {
  float: left;
  margin: 0 10px 10px 0;
  list-style-type: none;
  display: inline-block;
  width: 120px;
  height: 120px;
  border: 2px solid #9dadb6;
  padding: 0;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  transition: all .3s ease;
  position: relative;
}
ul.pic_upload_list li:hover {
  border-color: #00bcd4;
  cursor: pointer;
}
ul.pic_upload_list li  .frontmask  span {
  display: inline-block;
  font-size: 10px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #be0d32;
  padding: 2px 10px;
  border-radius: 3px;
}
ul.pic_upload_list li .frontmask  {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
ul.pic_upload_list li .frontmask > div p {
  margin: 0;
  font-weight: bold;
}
ul.pic_upload_list li .frontmask > div i {
  font-size: 24px;
  margin-bottom: 4px;
}
ul.pic_upload_list li .frontmask.image_uploaded .frontmask_thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
ul.pic_upload_list li .frontmask.image_uploaded > div {
    display: none;
} 


ul.pic_upload_list li .frontmask img + span {
  position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 6px;
    width: 60px;
}
ul.pic_upload_list li .backmask {
  display: none;
}
ul.pic_upload_list li:hover .frontmask{
  display: none;
}
ul.pic_upload_list li:hover .backmask {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.ccustom-file-input {
  color: transparent;
  width: 100%;
}
.ccustom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.ccustom-file-input::before {
  content: 'Select Photo';
  color: #fff;
  display: inline-block;
  background: #be0d32;
  border: none;
  border-radius: 3px;
  padding: 2px 6px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 10px;
  width: 85%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 10px;
  text-align: center;
}
.ccustom-file-input:hover::before {
  border-color: black;
}
.ccustom-file-input:active {
  outline: 0;
}
.ccustom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}


.input-group-text {
	border: 1px solid #b2b2b2;
}





































