*{
	margin: 0;
	padding: 0;
	-webkit-appearance: unset !important;
	box-sizing: border-box; 
	text-decoration: none;
	outline: none;
	list-style-type: none;
	border: 0;
}

html,body{
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6, p{
	margin: 0;
}
.category-non-ann .text,
.category-non-ann .result
{
	font-family: 'Arial', sans-serif !important;
	color: #005FCC !important;
	font-weight: 400 !important;
}
.category-non-ann:hover
{
	color: inherit !important;
}
header {
	z-index: 998 !important;
}

header .header_bottom_container .header_bottom_box .btn_groups {
	grid-gap: 6px !important;
}

header .header_bottom_container .header_bottom_box .btn_groups .add_post {
	min-width: 180px !important;
	margin-right: 0 !important;
}

.header_catalog_title{
	font-size: 14px;
	font-weight: 500;
	margin-right: 8px;
	line-height: 9px !important;
}
.web_category_overlay .category_box .main_category{
    overflow-y: auto;
}
.header_fav_title{
	font-size: 14px;
	font-weight: 500;
	margin-right: 8px;
	line-height: 9px !important;
}

.header_username_title{
	font-size: 14px !important;
	font-weight: 500 !important;
	position: relative !important;
	color: #0077FF !important;
	left: 0 !important;
	transform: none !important;
	padding-top: 0 !important;
	line-height: 9px !important;
	font-family: "gp-m", Font, sans-serif !important;
	color: #000 !important;
	margin-right: 8px;
}

.mobile_filter_overlay{
	height: 90% !important;
}
#categories-all-count{
	border-bottom: 1px solid #f1f3f7;
	margin-top: 10px;
	padding: 10px 10px 10px 0
}

.product_box .prod_footer .prod_text ._desc{
	word-break: break-all;
}

.product_inner .product_info .product_details .part_2 .other_info,
.product_inner .product_info .product_details .part_2 .main_info
{
	word-break: break-all;
}
.usta_ve_briqada_sekil_basliqlari{
	display: block;
	width: 100px;
	color: #005FCC;
	font-size: 11px;
	font-family: "gp-r", Font, sans-serif;
	font-weight: 400;
}

.sub_categories_items{
	border: 1px solid #f1f3f7 !important;
	padding: 10px !important;
}

#categories-all-count p{
	color: #005FCC;
	font-size: 14px;
	font-family: "gp-r", Font, sans-serif;
	font-weight: 400;
}

.open_web_category{
	border: 1px solid #0077FF;
	align-items: center;
	padding: 3px 5px;
}

.header_username{
	border: 1px solid #0077FF;
	align-items: center;
	padding: 3px 5px;
}

.see_fav{
	border: 1px solid #0077FF;
	align-items: center;
	padding: 3px 5px;
}

.tool-link-message i{
	color: #0077FF;
	font-size: 20px
}

.errorLabel{
	display: flex;
	justify-content: center;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: red;
	height: 20px;
	margin-bottom: 0;
}

#map_modal_content .modal_body{
	text-align: center;
	min-height: 320px;
}

.cabinete_process_modal .modal_body{
	text-align: center;
	/*min-height: 320px;*/
	padding: 20px;
}

.cabinete_operation_btn_for_mobile{
	display: none !important;
}

.cabinete_deleted_modal .modal_body{
	text-align: center;
	/*min-height: 320px;*/
	padding: 20px;
}

.modal.show{
	padding-right: 0 !important;
}
ol,
ul,
dl {
  padding-left: 0;
  margin-bottom: 0;
}
.form-group {
	margin-bottom: 0;
}
a{
	display:inline-block;
	text-decoration: none;
	color: inherit;
}

.has_bg{
	background-repeat: no-repeat;
	background-position: center;
}

.textarea_group textarea{
	width: 100%;
	resize: none;
	max-width: unset;
	min-height: 320px;
	background-color: #F3F8FE;
	border-radius: 10px;
	padding: 16px;
	font-size: 15px;
	line-height: 17px;
	font-family: "gp-m", Font, sans-serif;
	font-weight: 400;
	color: #004CA3;
}

.card-manufacturer-span{
	margin-top: 5px;
}

#content_placeholder_span{
	margin-left: 0;
	font-size: 15px;
	font-family: "gp-r", Font, sans-serif;
	font-weight: 400;
	color: #004CA3;
}


textarea::-webkit-scrollbar {
	width: 12px;
}

textarea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px transparent;
}

textarea::-webkit-scrollbar-thumb {
background-color: #273C74;
outline: 1px solid transparent;
border-radius: 6px;
border: 3px solid #F5F9FE;

}

input,
select{
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
}

input:-internal-autofill-selected {
	-webkit-box-shadow: 0 0 0px 1000px #F5F9FE inset;
}


.index_categories .swiper-wrapper .category_item img{
	height: 60px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.top-position {
	width: 115px;
	height: 90px;
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* IE 9 */
	-webkit-transform:rotate(0deg); /* Safari and Chrome */
	-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
	transition: width 2s;
}
.right-position{
	width: 115px;
	height: 115px;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* IE 9 */
	-webkit-transform:rotate(90deg); /* Safari and Chrome */
	-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
	transition: width 2s;
}
.bottom-position {
	width: 115px;
	height: 90px;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform:rotate(180deg); /* Safari and Chrome */
	-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
	transition: width 2s;

}
.left-position {
	width: 115px;
	height: 115px;
	transform:rotate(270deg);
	-ms-transform:rotate(270deg); /* IE 9 */
	-webkit-transform:rotate(270deg); /* Safari and Chrome */
	-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
	transition: width 2s;
}

.cabinete_process_modal .modal-dialog {
	margin: auto;
	margin-top: 4%;
	max-width: 800px;
	width: auto;
	text-align: center;
	padding: 30px;
}

.prodModal .modal-dialog .modal-content .modal_body .main_image img{
	object-fit: contain !important;
}

.main_category .category_items .swiper-wrapper .swiper-slide .result{
	padding-left: 0 !important;
}

.main_category .category_items .swiper-wrapper .swiper-slide .text{
	max-width: max-content !important;
	/*font-family: Font, sans-serif !important;*/
}


.cabinete_process_modal .modal_header{
	display: flex;
	flex-direction: column;
}
.cabinete_deleted_modal .map_header_title_bg{
	display: flex;
	width: 100%;
	justify-content: center;
}

.cabinete_deleted_modal .modal-dialog {
	margin: auto;
	margin-top: 4%;
	max-width: 800px;
	width: auto;
	text-align: center;
	padding: 30px;
}



.cabinete_deleted_modal .modal_header{
	display: flex;
	flex-direction: column;
}
.cabinete_deleted_modal .map_header_title_bg{
	display: flex;
	width: 100%;
	justify-content: center;
}

#announce_inner_map_modal_dialog {
	margin: auto;
	margin-top: 4%;
	max-width: 800px;
	width: auto;
	text-align: center;
	padding: 30px;
}
#announce_inner_map_modal .modal_header{
	display: flex;
	flex-direction: column;
}
#announce_inner_map_modal .map_header_title_bg{
	display: flex;
	width: 100%;
	justify-content: center;
}
#announce_inner_map_modal .modal_header .close_btn {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 5px;
}

#announce_map_modal_dialog {
	margin: auto;
	margin-top: 4%;
	max-width: 800px;
	width: auto;
	text-align: center;
	padding: 30px;
}
#announce_map_modal .modal_header{
	display: flex;
	flex-direction: column;
}
#announce_map_modal .map_header_title_bg{
	display: flex;
	width: 100%;
	justify-content: center;
}
#announce_map_modal .modal_header .close_btn {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 5px;
}

#add_map_btn{
	/* min-width: 204px; */
	width: max-content;
	transition: 0.5s;
	/* margin-right: -23px; */
	/* min-height: 46px; */
	background-color: #0077FF;
	/* border-radius: 30px; */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 22px;
	grid-gap: 21px;
}

#confirm_map_btn{
	/* min-width: 204px; */
	width: max-content;
	transition: 0.5s;
	/* margin-right: -23px; */
	/* min-height: 46px; */
	background-color: #0077FF;
	/* border-radius: 30px; */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 22px;
	grid-gap: 21px;

	border: none;
	box-shadow: none;
	outline: 0;
}

.cabinete_process_modal .modal_header .close_btn {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 5px;
}

.cabinete_deleted_modal .modal_header .close_btn {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 5px;
}

.announces_image_li{
	width: 115px;
	height: 90px;
	overflow: hidden;
}

.announces_image_li .announces_image:hover{
	cursor: move;
}

#add_announce_image_ul{
	padding-inline-start:0;
	margin-bottom: 6px;
}

.image-operations .btn
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 3px 4px;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	-o-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}

.image-operations .btn:hover{
	background-color: #FFC107;
}

.rotateDiv{
	float: right;
}


.image-operations
{
	margin-bottom: 0px;
	margin-top: 1px;
}


.li_div
{
	overflow: hidden;
	float: left;
	/*border: 1px solid #d8d8d8;*/
	padding: 0;
	margin: 6px 5px;
	cursor: pointer;
}

.hide{
	display: none;
}

.edit_post_cabinete{
	display: flex !important;
	flex-direction: column !important;
	/*transform: translateY(0px) !important;*/
}

.edit_post_cabinete1{
	display: flex;
	width: 100%;
	transition: transform 0.5s ease;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	min-height: 45px;
	width: 100%;
	background-color: #0d6efd;
	border-radius: 10px;
}

.edit_post_cabinete2{
    display: flex;
    width: 100%;
    text-align: center;
    /*border: 2px solid;*/
}

.hide_important{
    display: none !important;
}

.slider-a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
}

.new_old .label_box,
.delivery .label_box
{
    padding-top: 0 !important;
}

.store_register_tab i,
.operator_wp_tab i
{
    color: #5CA8FF;
}

.new_old .label_project,
.delivery .label_project
{
    padding-top: 6px !important;
}

.newPost .main_newPost_container .main_container .left_box form .label_box.checbox_group{
    border-top: none !important;
}

div.from_to > .place-label{
    position: absolute !important;
}

/*div.textarea_group > .place-label:focus span,*/
/*div.textarea_group > .place-label:active span,*/
/*div.textarea_group > .place-label:focus-within span*/
/*{*/
/*	display: inline-block !important;*/
/*	font-size: 10px !important;*/
/*}*/
.form_group_measure_limit input:focus ~ .place-label span,
.form_group_measure_limit input.has-content ~ .place-label span,
.form_group_measure_limit textarea:focus ~ .place-label span,
.form_group_measure_limit textarea.has-content ~ .place-label span{
	display: inline-block !important;
	font-size: 10px !important;
}
/*div.textarea_group > .place-label span*/
/*{*/
/*	display: inline-block !important;*/
/*	font-size: 10px !important;*/
/*}*/

/*div.form-group > .place-label*/
/*{*/
/*	position: absolute !important;*/
/*	left: 18px;*/
/*	width: max-content;*/
/*	font-size: 15px;*/
/*	line-height: 15px;*/
/*	letter-spacing: -0.5px;*/
/*	top: 15px;*/
/*	transition: 0.3s;*/
/*	font-family: "gp-m", Font, sans-serif;*/
/*	font-weight: 400;*/
/*	color: #004CA3;*/
/*}*/



/*hide*/


#image_checkbox_ul {
	list-style-type: none;
}

#image_checkbox_ul > li {
	display: inline-block;
}

#image_checkbox_ul > li > input[type="checkbox"][id^="image_checkbox_"] {
	display: none;
}

#image_checkbox_ul > li > label {
	border: 1px solid #fff;
	padding: 4px;
	display: block;
	position: relative;
	margin: 7px;
	cursor: pointer;
}

#image_checkbox_ul > li > label:before {
	background-color: white;
	color: white;
	content: " ";
	display: block;
	border-radius: 50%;
	border: 1px solid #0077FF;
	position: absolute;
	top: -11px;
	left: -11px;
	width: 19px;
	height: 19px;
	text-align: center;
	line-height: 16px;
	transition-duration: 0.4s;
	transform: scale(0);
}

#image_checkbox_ul > li > label > img {
	height: 100px;
	width: 100px;
	transition-duration: 0.2s;
	transform-origin: 50% 50%;
}

#image_checkbox_ul > li > .image_checkbox:checked + label {
	border-color: rgba(249,135,1, 0.15);
}

#image_checkbox_ul > li > .image_checkbox:checked + label:before {
	content: "✓";
	background-color: #0077FF;
	transform: scale(1);
	z-index: 2;
}

#image_checkbox_ul > li > .image_checkbox:checked + label img {
	transform: scale(0.9);
	/* box-shadow: 0 0 5px #333; */
	z-index: -1;
}

.edit_announce_a{
	background-color: transparent;
	transition: 0.4s;
	color: #ffffff;
	display: flex;
	align-items: center;
	padding: 7px 12px 8px;
	font-size: 14px;
	line-height: 14px;
	font-family: "gp-m", Font, sans-serif;
	font-weight: 400;
}

.edit_announce_a:hover{
	background-color: #ffffff;
	color: #248AFF;
}

.active_deactive_announce_a{
	background-color: transparent;
	transition: 0.4s;
	color: #ffffff;
	/*display: flex;*/
	/*align-items: center;*/
	padding: 12px 10px 12px;
	font-size: 14px;
	line-height: 14px;
	font-family: "gp-m", Font, sans-serif;
	font-weight: 400;
	width: 100%;
}

.active_deactive_announce_a:hover{
	background-color: #ffffff;
	color: #248AFF;
}

.profil_lbl{
	font-family: "gp-m", Font, sans-serif;
	font-weight: 400;
	color: #004CA3 !important;
	padding: 0px 18px 5px 0;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -0.5px;
	display: block;
}

.cat_img{
	height: 60px;
}

.site_banner{
	display: flex;
	/*width: 190px;*/
	height: 100%;
	z-index: 999;
}
.site_banner_default{
	position: absolute;
	top: 137px;
}
.site_banner_fixed{
	position: fixed;
	top: 0;
}

.site_banner_url{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: 2;
}

.footer_top_box{
	flex-direction: column
}
.footer_top_box .part_1{
	display: flex;
	width: 100%
}
.footer_top_box .part_2{
	/*margin-left: 130px*/
}
.footer_top_box .part_2 ul{
	/*width: 120px*/
}
.footer_top_box .part_5{
	/*margin-left: 80px*/
	padding-right: 2px;

}
.footer_top_box .part_5 a{
	float: right;
}
#footer_social_links{
	margin-left: -20px;
	margin-top: 10px;
}
#footer_social_links img{
	width: 25px;
	margin-right: 10px
}
.footer_top_box .part_4{
	/*margin-left: 150px*/
	padding-right: 0 !important;
}
.footer_top_box .part_4 ul{
	margin-top: 0 !important;
}
/*.footer_content_2{*/
/*	display: flex;*/
/*	flex-direction: row;*/
/*	margin-top: 25px*/
/*}*/
.footer_content_2{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-auto-rows: auto;
	grid-gap: 10px;
	/*margin: 0 auto;*/
	max-width: 100%;
	margin-top: 25px;
	/*padding-left: 180px;*/
}
.footer_content_part_1{
	padding-left: 5px
}
.footer_content_part_1 ul{
	width: 170px;
	display: grid;
	grid-gap: 14px
}
.footer_bottom_box{
	padding-top: 30px !important;
}
.footer_main_container{
	/*max-width: 960px*/
}

.site_banner img{
	width: 100%;
	/*width: 190px;*/
}

#l_banner{
	left: 0;
}
#r_banner{
	right: 0;
}

.product_box .prod_img{
	position: relative;
}

.product_box .prod_img img{
	/*height: auto !important;*/
}

.prod_img .store {
	position: absolute;
	bottom:7px;
	right:5px;
}

.all_anns_result_title_bg{
	display: flex;
}

.ann_href{
	width: 100%;
}
.count_title_bg{
	margin-left: auto;
}
.count_title_bg span{
	color: #005FCC;
	font-weight: bold;
}

.pagination_nav{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
ul.pagination{
	border: 1px solid #0077FF;
}

ul.pagination li a {
	color: #707070;
	transition: 500ms;
	border: none;
}
ul.pagination li a span i {
	color: #0077FF;
}

ul.pagination li a.active {
	background: #0077FF;
	color: white;
	font-weight: 600;
}

.isDisabled {
	color: currentColor;
	cursor: auto;
	opacity: 0.5;
	text-decoration: none;
	pointer-events: none;
}

.auto-load{
	margin-top: 30px;
	/*border: 1px solid red;*/
}

.label_box .label_single input[checked] + .label_project,
.label_box .label_single input:not([checked]) + .label_project {
	position: relative;
	cursor: pointer;
	padding: 7px 0px;
	margin-bottom: 0;
	line-height: 15px;
	font-size: 15px;
	padding-left: 18px;
	width: 100%;
	display: inline-block;
	color: #004CA3;
	font-family: "gp-m", Font, sans-serif;
	font-weight: 400;
}
.label_box .label_single:last-child input[checked] + .label_project,
.label_box .label_single:last-child input:not([checked]) + .label_project {
	padding-bottom: 0;
}

.label_box .label_single input[checked] + .label_project:before,
.label_box .label_single input:not([checked]) + .label_project:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 14px;
	height: 14px;
	border: 1px solid #5CA8FF;
	border-radius: 50%;
	background: #ffffff;
}

.opacity_1{
	opacity: 1 !important;
}
.opacity_05{
	opacity: .5 !important;
}

.label_box .label_single input[checked] + .label_project:after {
	opacity: 1;
	transform: scale(1);
}

.label_box .label_single input[checked] + .label_project:after{
	content: "";
	width: 8px;
	height: 8px;
	background: #5CA8FF;
	position: absolute;
	left: 3px;
	top: 10px;
	border-radius: 50%;
	transition: all 0.2s ease;
}

.label_box .label_single input:not([checked]) + .label_project:after {
	content: "";
	width: 8px;
	height: 8px;
	background: #ffffff;
	position: absolute;
	left: 3px;
	top: 10px;
	border-radius: 50%;
	transition: all 0.2s ease;
}

.label_box .label_single input[checked],
.label_box .label_single input:not([checked]) {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.label_box.checbox_group {
	padding-top: 7.5px;
	padding-bottom: 0;
	/*border-top: 1px solid #F3F8FE;*/
	border-top: none !important;
}

.label_box {
	padding-left: 1px;
	padding-top: 6px;
}




.filter_box .dyn_el_form_gr input[type=text],
.filter_box .dyn_el_form_gr input[type=number]
{
	background: #ffffff;
}

.search_main_container .index_middle{
	margin-top: 52px;
}

.search_container{
	margin-top: 0;
	padding-bottom: 102px;
}

.whatsapp_number{
	display: flex;
	align-items: center
}

.whatsapp_exists_icon{
	margin-left: 3px
}

.saler_main_phone_number{
	display: flex;
	align-items: center
}

.saler_main_phone_number span{
	padding-top: 2px !important;
}

.from_to_li{
	display: flex;
	flex-direction: column;
}
.from_to_title_div{
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.from_to_title_div span:first-child,
.from_to_title_div span:last-child
{
	padding: 7px 7px;
	border-radius: 7px;
	border: 1px solid #CCE4FF;
}
.angle_span{
	margin-left: 10px;
	margin-right: 10px;
}
.from_to_title_div span i{
	color: #FEA235;
	font-size: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
.from_to_content_div{
	margin-top: 25px;
}
.from_to_content_div span{

}
.from_to_content_div span:last-child{
	margin-left: 50px;
}


#ytbvideo_img_gallery{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 0.5px solid #99C9FF;
	margin-bottom: 20px;
	padding: 10px;
}
.ytbvideo_img_gallery_main{
	display: flex;
	width: 100%;
}
.ytbvideo_img_gallery_main iframe{
	width: 100%;
	height: 394.5px;
	object-fit: cover;
}
.ytbvideo_img_gallery_main .img_bg .img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.ytbvideo_img_gallery_main .img_bg{
	width: 100%;
}
.ytbvideo_img_gallery_thumbs{
	display: flex;
	flex-wrap: wrap;
	/*width: 800px;*/
/*	konkret olcu verende duzgun gorunur, amma kicilmir sehife kicildikce*/
}
.ytbvideo_img_gallery_thumbs .img_bg{
	/*width: 15%;*/
}
.ytbvideo_img_gallery_thumbs .img_bg.active{
	/*border: 1px solid blue;*/
	box-shadow: #0077FF 0 1px 2px,
				#0077FF 0 0 0 2px;
	z-index: 1;

}
.ytbvideo_img_gallery_thumbs .video{
	position: relative;
}
.ytbvideo_img_gallery_thumbs .img_bg .img{
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.ytbvideo_img_gallery_thumbs .video .ytb_play_icon{
	position: absolute;
	width: 40px;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.tool_bar_mobile{
	background: #FFFFFF !important;
	box-shadow: rgba(0,0,0,0.8) 0 0 5px;
	padding-bottom: 10px !important;
}

.tool_bar_mobile .tool-link{
	opacity: 100% !important;
	grid-gap: 12px !important;
}

.tool_bar_mobile .tool-link.tool-active i.fa{
	color: #FEA235;
}
.tool_bar_mobile .tool-link.tool-active:not(.add_post_tool)::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-radius: 5px;
	background-color: #FEA235 !important;
}

.tool_bar_mobile .tool-link.tool-active:not(.add_post_tool) svg path,
.tool_bar_mobile .tool-link.tool-active:not(.add_post_tool) svg rect:nth-child(2),
.tool_bar_mobile .tool-link.tool-active:not(.add_post_tool) svg rect:nth-child(4){
	fill: #FEA235 !important;
}

.add_post_tool{
	border-radius: 50%;
	background: #e2e2e2;
	border: 5px solid #0077FF;
}

.add_post_tool.tool-active{
	border: 5px solid #FEA235;
}

.add_post_tool i{
	font-size: 50px;
	color: #FEA235;
	position: absolute;
	top: 12px;
}

.hidden{
	visibility: hidden;
}

.hide_{
	display: none !important;
}

section .tool_bar_mobile .tool-link.add_post_tool {
	width: 80px !important;
	height: 80px !important;
}

.tool_bar_mobile .tool-link span{
	opacity: 1 !important;
	color: #000 !important;
	font-size: 10px !important;
}

.stores_filter{
	background-color: #E1EFFF;
	padding: 25px;
	width: 100%;
	display: flex;
	margin-top: 30px;
}
.stores_filter form{
	width: 100%;
}
.stores_filter_box{
	display: flex;
}
.stores_left_box{
	display: flex;
	margin-right: auto;
}
.stores_right_box
{
	display: flex;
	margin-left: auto;
}
.stores_filter .left_box,
.stores_filter .right_box
{
	display: flex;
	flex-wrap: wrap;
	grid-gap: 19px;
}
.stores_filter .search_btn {
	background-color: #0077FF;
	color: #ffffff;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	font-family: "gp-b", Font, sans-serif;
	font-weight: 400;
	transition: 0.5s;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 15px;
	min-width: 150px;
}
.stores_filter .right_box .search_btn:hover {
	background-color: #5CA8FF;
}

#ann_comment{
	display: flex;
	justify-content: center;
	align-items: center;
	/*border: 1px solid;*/
	/*padding: .5rem;*/
	margin-top: 20px;
}

.ann_comment_item_bg{
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 1px solid #CCE4FF;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
}

.ann_comment_item_1{
	display: flex;
}
.ann_comment_title_2{
	margin-left: 10px;
}
.ann_comment_title_2 > span{
	display: block;
}
.ann_comment_title_2 > span:first-child{
	font-size: 16px;
	color: #005FCC;
	font-weight: bold;
}
.ann_comment_title_2 > span:last-child{
	font-size: 12px;
	color: rgba(0, 0, 0, .5);
}

.ann_comment_title_3{
	margin-left: auto;
}

.ann_comment_title img{
	width: 40px;
}
.ann_comment_content{
	margin-top: 15px;
	margin-bottom: 15px;
	/*border: 1px solid red;*/
}
.ann_comment_content p{
	font-size: 13px;
	word-break: break-all;
}
#ann_comment_typing{
	display: flex;
	/*border: 1px solid blue;*/
	padding: 10px 5px;
	background: #f8f9fa;
}
.ann_comment_typing:first-child{
	width: 15%;
}
.ann_comment_typing:last-child{
	width: 85%;
}
.ann_comment_typing img{
	width: 40px;
}
.ann_comment_typing textarea{
	width: 100%;
	border: 1px solid #e5e5e5;
	transition: 200ms;
	resize: none;
	border-radius: .25rem;
	font-size: 14px;
	padding: 5px;
}

.ann_comment_typing textarea:focus{
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
}

#ann_comment_footer{
	/*border: 1px solid green;*/
	margin-left: auto;
	margin-top: 10px;
}

#add_comment{
	background-color: #0077FF;
	color: #ffffff;
	/*font-family: "gp-b", Font, sans-serif;*/
	font-weight: normal;
	transition: 0.5s;
	/*min-width: 150px;*/
	padding: 0.25rem 0.5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
	margin-right: 10px;
	border: 1px solid #0077FF;
}
#add_comment:hover {
	background-color: #5CA8FF;
}

#clear_comment{
	/*background-color: #0077FF;*/
	color: #007bff;
	/*font-family: "gp-b", Font, sans-serif;*/
	font-weight: normal;
	transition: 0.5s;
	/*min-width: 150px;*/
	padding: 0.25rem 0.5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
	border: 1px solid #007bff;
}
#clear_comment:hover {
	background-color: #5CA8FF;
	color: #FFFFFF;
}

.report_bg{
	display: flex;
}

.report_ann{
	text-decoration: none;
}
.report_ann span{
	color: #777;
	font-size: 13px;
	border-bottom: 1px dashed #666;
}
.report_ann i{
	color: #e90000;
	font-size: 13px;
}

.reportModal .modal-dialog .modal-content .modal_footer {
	display: flex;
	align-items: center;
	grid-gap: 15px;
	justify-content: center;
	/*padding-bottom: 30px;*/
}
.reportModal .modal-dialog .modal-content .modal_footer input {
	max-width: 397px;
	min-height: 46px;
	width: 100%;
	border: 1px solid #0077FF;
	color: #0077FF;
	text-align: center;
	background-color: transparent;
	border-radius: 15px;
	padding: 12px 28px;
	font-size: 16px;
	line-height: 15px;
	font-family: "gp-m", Font, sans-serif;
	font-weight: 400;
}
.reportModal .modal-dialog .modal-content .modal_footer input::-moz-placeholder {
	color: #0077FF;
	opacity: 0.6;
}
.reportModal .modal-dialog .modal-content .modal_footer input:-ms-input-placeholder {
	color: #0077FF;
	opacity: 0.6;
}
.reportModal .modal-dialog .modal-content .modal_footer input::placeholder {
	color: #0077FF;
	opacity: 0.6;
}
.reportModal .modal-dialog .modal-content .modal_footer button {
	/*width: 100%;*/
	max-width: 272px;
	min-height: 46px;
	font-family: "gp-m", Font, sans-serif;
	font-weight: 400;
	padding: 12px 20px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
}

.reportModal.fade {
	transition: none;
}
.reportModal.fade.show {
	transition: none;
}
.reportModal .modal-dialog {
	max-width: 700px;
	margin: auto;
	padding: 0 25px;
	height: 100%;
	transition: none !important;
}
.reportModal .modal-dialog .modal-content {
	min-height: 100px !important;
	transition: none !important;
	padding: 9px;
	background: #F4F9FF;
	border: 1px solid #0077FF;
	border-radius: 15px;
}
.reportModal .modal-dialog .modal-content .modal_header {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.reportModal .modal-dialog .modal-content .modal_body .modal_title {
	text-align: center;
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 30px;
	font-family: "gp-b", Font, sans-serif;
	font-weight: 400;
	color: #004CA3;
	padding-top: 12px;
}
.reportModal .modal-dialog .modal-content .modal_body p {
	color: #248AFF;
	font-size: 14px;
	line-height: 15px;
	font-family: "gp-r", Font, sans-serif;
	font-weight: 400;
	max-width: 311px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 23px;
	padding-top: 11px;
}

.report_btn{
	color: #ffffff;
	background-color: #0077FF;
}

.report_textarea_bg{
	margin-top: 10px;
	margin-bottom: 10px;
}
.reportModal textarea{
	width: 100%;
	height: 100px;
	border: 1px solid #e5e5e5;
	transition: 200ms;
	resize: none;
	border-radius: .25rem;
	font-size: 14px;
	padding: 5px;
}

.reportModal textarea:focus{
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
}

.by_agreement_bg{
	display: flex;
	justify-content: right;
}

.by_agreement_bg label.label_project{
	font-size: 12px !important;
}

.footer_logo_mobile{
	display: none;
}


.mobile_add_ann_bg {
	width: 50px;
	height: 50px;
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}

.mobile_add_ann_span{
	color: #000;
	font-size: 10px;
	transition: opacity 0.5s;
	font-family: "gp-r", Font, sans-serif;
	font-weight: 400;
	line-height: 9px;
}

.mobile_add_ann_lbl {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #b25244;
	background: linear-gradient(#f7f2f6, #b2ac9e);
	position: relative;
	color: #FEA235;
	font-size: 65px;
	text-align: center;
	line-height: 65px;
	transition: all 0.3s ease-out;
	text-shadow: 0 1px 1px rgba(0,0,0,.04);
	font-weight: bold;
	z-index: -1;
	/*box-shadow:*/
	/*        inset 0 2px 3px rgba(255,255,255,0.13),*/
	/*        0 5px 8px rgba(0,0,0,0.3),*/
	/*        0 10px 10px 4px rgba(0,0,0,0.3);*/
}

.mobile_add_ann_lbl:after {
	content: "";
	/*position: absolute;*/
	/*left: -2px;*/
	/*right: -2px;*/
	/*top: -2px;*/
	/*bottom: -2px;*/
	/*z-index: -2;*/
	/*border-radius: inherit;*/
	/*box-shadow: inset*/
	/*    5px 5px 5px #0077FF,*/
	/*    11px 2px 10px #0077FF,*/
	/*    0px 5px 5px #0077FF*/
}

.mobile_add_ann_lbl:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border-radius: inherit;
	box-shadow: 0 0 0 2.5px rgb(76 167 247);
	-webkit-filter: blur(0);
	filter: blur(0);
	border: 1px solid rgb(76 167 247);
	background: linear-gradient(300deg, rgba(0, 0, 0, .2), transparent);
}

.mobile_add_ann_lbl.active:before{
	box-shadow: 0 0 0 3px #f4b950;
	border: 1px solid rgb(241 153 73);
	background: linear-gradient(300deg, rgba(0, 0, 0, .2), transparent);
}
.mobile_add_ann_lbl.active{
	box-shadow: none !important;
}

.mobile_add_ann_lbl{
	box-shadow: 0 0 0 2px black !important;
	border: 1px solid black !important;
}

.mobile_add_ann_checkbox:checked ~ .mobile_add_ann_lbl {
	box-shadow:
			inset 0 2px 3px rgba(255,255,255,0.13),
			0 5px 8px rgba(0,0,0,0.35),
			0 3px 10px 4px rgba(0,0,0,0.2);
	color: #FEA235;
}

.mobile_add_ann_icon{
	font-family: sans-serif;
	/*margin-left: -4px;*/
}

.mobile_add_ann_icon span{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-family: serif;
}

.mobile_add_ann_img{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 50px;
}

.mobile_add_ann_icon:after {
	content: "";
	display: block;
	position: absolute;
	width: 82%;
	height: 82%;
	left: 50%;
	top: 50%;
	z-index: -1;
	margin: -41.5% 0 0 -41%;
	border-radius: 50%;
	background: linear-gradient(#cbc7bc, #d2cbc3);
	box-shadow:
			0 -2px 5px rgba(255,255,255,0.05),
			0 2px 5px rgba(255,255,255,0.1);
	-webkit-filter:blur(0);
	filter: blur(0);
}

.mobile_add_ann_checkbox {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 100;
	position: absolute;
	cursor: pointer;
}

.anns_for_category{
	margin-top: 52px;
}

.packages_right_box{
	width: 100%;
}
.packages_bg{
	display: flex;
	width: 100%;
	/*border: 1px solid red;*/
}
.packages_item_bg{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.packages_item{
	/*border: 1px solid;*/
	width: 100%;
	transition: 200ms;
}
.packages_item.packages_item_silver{
	border: 1px solid #dedede;
}
.packages_item.packages_item_gold{
	border: 1px solid #deca73;
}
.packages_item.packages_item_platinum{
	border: 1px solid #cacade;
}
.packages_item:not(:last-child){
	/*border: 1px solid;*/
	margin-bottom: 10px;
}
.packages_item_{
	display: flex;
	flex-direction: column;
	/*border: 1px solid;*/
}
.packages_item_header{
	display: flex;
	align-items: center;
	padding: 5px;
}

.package_input{
	display: none;
}
.packages_item_lbl{
	width: 100%;
	cursor: pointer;
}

.packages_item:has(.package_input:checked) {
	box-shadow: 0 0 1px 2px #F98701;
	border-color: #F98701;
}

.store_register_title{
	color: #005FCC;
	font-size: 30px;
	line-height: 29px;
	padding-bottom: 15px;
	font-family: "gp-b", Font, sans-serif;
	font-weight: 400;
}

#createStore .form_body .mc_items:first-child .form-group:not(:first-child){
	/*display: grid;*/
	/*grid-gap: 15px;*/
	margin-top: 15px;
}


.form_body_items{
	display: flex;
}
.form_body_items .item1{
	width: 33%;
}
.form_body_items .item2{
	width: 77%;
	padding-left: 85px;
}
.form_body .item3{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 60px;
}

.store_register_bg{
	width: 100%;
}

.store_register_btn{
	background-color: #F98701;
	border-radius: 10px;
	color: #ffffff;
	padding: 10px 21px;
	font-family: "gp-b", Font, sans-serif;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	width: 320px;
	font-size: 20px;
	line-height: 20px;
}

.store_register_user_rules_p{
	max-width: 267px;
	font-size: 10px;
	line-height: 12px;
	padding-left: 13px;
	padding-top: 9px;
	font-family: "gp-r", Font, sans-serif;
	font-weight: 400;
	color: #005FCC;
}
.store_register_user_rules_p span{
	color: #99C9FF;
}
/*#image_checkbox_ul > li > .image_checkbox:checked + label{*/
/*	*/
/*}*/
/*.packages_item_silver .packages_item_header_items.package_price{*/
/*	color: rgba(0, 0, 0, .75);*/
/*}*/
/*.packages_item_platinum .packages_item_header_items.package_price{*/
/*	color: rgba(0, 0, 0, .75);*/
/*}*/
.packages_item_header{
	background: #0077FF;
	color: #FFFFFF;
}
/*.packages_item_header.silver{*/
/*	color: rgba(0, 0, 0, 0.5);*/
/*	text-decoration: none;*/
/*	font-weight: bold;*/
/*	text-shadow: 1px 1px 0 #ffffff;*/
/*	box-shadow:*/
/*			0 0 0.5em rgba(122, 122, 122, 0.1),*/
/*			inset 0 0 0 rgba(255, 255, 255, .1),*/
/*			inset -1px -1px 0 rgba(0, 0, 0, 0.1)*/
/*;*/
/*	!*border: 1px solid #dedede;*!*/
/*	background:*/
/*			-moz-linear-gradient(*/
/*					-72deg,*/
/*					#dedede,*/
/*					#ffffff 16%,*/
/*					#dedede 21%,*/
/*					#ffffff 24%,*/
/*					#454545 27%,*/
/*					#dedede 36%,*/
/*					#ffffff 45%,*/
/*					#ffffff 60%,*/
/*					#dedede 72%,*/
/*					#ffffff 80%,*/
/*					#dedede 84%,*/
/*					#a1a1a1*/
/*			);*/
/*	background:*/
/*			-webkit-linear-gradient(*/
/*					-72deg,*/
/*					#dedede,*/
/*					#ffffff 16%,*/
/*					#dedede 21%,*/
/*					#ffffff 24%,*/
/*					#454545 27%,*/
/*					#dedede 36%,*/
/*					#ffffff 45%,*/
/*					#ffffff 60%,*/
/*					#dedede 72%,*/
/*					#ffffff 80%,*/
/*					#dedede 84%,*/
/*					#a1a1a1*/
/*			);*/
/*	background:*/
/*			-o-linear-gradient(*/
/*					-72deg,*/
/*					#dedede,*/
/*					#ffffff 16%,*/
/*					#dedede 21%,*/
/*					#ffffff 24%,*/
/*					#454545 27%,*/
/*					#dedede 36%,*/
/*					#ffffff 45%,*/
/*					#ffffff 60%,*/
/*					#dedede 72%,*/
/*					#ffffff 80%,*/
/*					#dedede 84%,*/
/*					#a1a1a1*/
/*			);*/
/*	background:*/
/*			linear-gradient(*/
/*					-72deg,*/
/*					#dedede,*/
/*					#ffffff 16%,*/
/*					#dedede 21%,*/
/*					#ffffff 24%,*/
/*					#454545 27%,*/
/*					#dedede 36%,*/
/*					#ffffff 45%,*/
/*					#ffffff 60%,*/
/*					#dedede 72%,*/
/*					#ffffff 80%,*/
/*					#dedede 84%,*/
/*					#a1a1a1*/
/*			);*/
/*}*/
/*.packages_item_header.gold{*/
/*	color: rgba(0, 0, 0, 0.72);*/
/*	text-decoration: none;*/
/*	font-weight: bold;*/
/*	text-shadow: 1px 1px 0 #ffffff;*/
/*	box-shadow:*/
/*			0 0 0.5em rgba(122, 98, 0, 0.1),*/
/*			inset 0 0 0 rgba(255, 255, 255, 0.1),*/
/*			inset -1px -1px 0 rgba(0, 0, 0, 0.1)*/
/*;*/
/*	!*border: 1px solid #deca73;*!*/
/*	background:*/
/*			-moz-linear-gradient(*/
/*					-72deg,*/
/*					#ffde45,*/
/*					#ffffff 16%,*/
/*					#ffde45 21%,*/
/*					#ffffff 24%,*/
/*					#452100 27%,*/
/*					#ffde45 36%,*/
/*					#ffffff 45%,*/
/*					#ffffff 60%,*/
/*					#ffde45 72%,*/
/*					#ffffff 80%,*/
/*					#ffde45 84%,*/
/*					#452100*/
/*			);*/
/*	background:*/
/*			-webkit-linear-gradient(*/
/*					-72deg,*/
/*					#ffde45,*/
/*					#ffffff 16%,*/
/*					#ffde45 21%,*/
/*					#ffffff 24%,*/
/*					#452100 27%,*/
/*					#ffde45 36%,*/
/*					#ffffff 45%,*/
/*					#ffffff 60%,*/
/*					#ffde45 72%,*/
/*					#ffffff 80%,*/
/*					#ffde45 84%,*/
/*					#452100*/
/*			);*/
/*	background:*/
/*			-o-linear-gradient(*/
/*					-72deg,*/
/*					#ffde45,*/
/*					#ffffff 16%,*/
/*					#ffde45 21%,*/
/*					#ffffff 24%,*/
/*					#452100 27%,*/
/*					#ffde45 36%,*/
/*					#ffffff 45%,*/
/*					#ffffff 60%,*/
/*					#ffde45 72%,*/
/*					#ffffff 80%,*/
/*					#ffde45 84%,*/
/*					#452100*/
/*			);*/
/*	background:*/
/*			linear-gradient(*/
/*					-72deg,*/
/*					#ffde45,*/
/*					#ffffff 16%,*/
/*					#ffde45 21%,*/
/*					#ffffff 24%,*/
/*					#452100 27%,*/
/*					#ffde45 36%,*/
/*					#ffffff 45%,*/
/*					#ffffff 60%,*/
/*					#ffde45 72%,*/
/*					#ffffff 80%,*/
/*					#ffde45 84%,*/
/*					#452100*/
/*			);*/
/*}*/
/*.packages_item_header.platinum{*/
/*	color: rgba(0, 0, 0, 0.72);*/
/*	text-decoration: none;*/
/*	font-weight: bold;*/
/*	text-shadow: 1px 1px 0 #ffffff;*/
/*	box-shadow:*/
/*			0 0 0.5em rgba(122, 122, 122, 0.1),*/
/*			inset 1px 1px 0 rgba(255, 255, 255, 0.1),*/
/*			inset -1px -1px 0 rgba(0, 0, 0, 0.1);*/
/*	!*border: 1px solid #cacade;*!*/
/*	background:*/
/*			-moz-linear-gradient(*/
/*					-72deg,*/
/*					#dedeff,*/
/*					#ffffff 16%,*/
/*					#dedeff 21%,*/
/*					#ffffff 24%,*/
/*					#555564 27%,*/
/*					#dedeff 36%,*/
/*					#ffffff 45%,*/
/*					#ffffff 60%,*/
/*					#dedeff 72%,*/
/*					#ffffff 80%,*/
/*					#dedeff 84%,*/
/*					#555564*/
/*			);*/
/*	background:*/
/*			-webkit-linear-gradient(*/
/*					-72deg,*/
/*					#dedeff,*/
/*					#ffffff 16%,*/
/*					#dedeff 21%,*/
/*					#ffffff 24%,*/
/*					#555564 27%,*/
/*					#dedeff 36%,*/
/*					#ffffff 45%,*/
/*					#ffffff 60%,*/
/*					#dedeff 72%,*/
/*					#ffffff 80%,*/
/*					#dedeff 84%,*/
/*					#555564*/
/*			);*/
/*	background:*/
/*			-o-linear-gradient(*/
/*					-72deg,*/
/*					#dedeff,*/
/*					#ffffff 16%,*/
/*					#dedeff 21%,*/
/*					#ffffff 24%,*/
/*					#555564 27%,*/
/*					#dedeff 36%,*/
/*					#ffffff 45%,*/
/*					#ffffff 60%,*/
/*					#dedeff 72%,*/
/*					#ffffff 80%,*/
/*					#dedeff 84%,*/
/*					#555564*/
/*			);*/
/*	background:*/
/*			linear-gradient(*/
/*					-72deg,*/
/*					#dedeff,*/
/*					#ffffff 16%,*/
/*					#dedeff 21%,*/
/*					#ffffff 24%,*/
/*					#555564 27%,*/
/*					#dedeff 36%,*/
/*					#ffffff 45%,*/
/*					#ffffff 60%,*/
/*					#dedeff 72%,*/
/*					#ffffff 80%,*/
/*					#dedeff 84%,*/
/*					#555564*/
/*			);*/
/*}*/
.packages_item_header_items.package_name{
	margin-right: auto;
}
.packages_item_header_items.package_price{
	margin-left: auto;
}

.packages_item_body{
	padding: 10px;
}
.packages_item_body ul{
	padding-inline-start: 15px;
}

.packages_item_body ul li{
	display: list-item;
	list-style: decimal;
}

.platinum_ul li:last-child{
	list-style: none;
	margin-top: 20px;
}

.platinum_ul li:last-child input[type="checkbox"]{
	appearance: auto !important;
	width: 15px;
	height: 15px;
}
.platinum_ul li:last-child label{
	cursor: pointer;
	align-items: center;
	display: flex;
	gap: 10px;
}

#manufacturer_info{
	margin: 10px 30px 30px 30px
}

.packages_item_body ul li > div{
	display: flex;
}
.packages_item_body ul li .package_li_item:first-child{
	margin-right: auto;
}
.packages_item_body ul li a{
	display: block;
}
.packages_item_body ul li i{
	float: right;
}

@media(min-width: 1200px){
	/*.product_box .prod_footer{*/
	/*	width: 228px;*/
	/*}*/
}

@media(max-width: 1200px){
	.site_banner{
		display: none;
	}

	/*.product_box .prod_footer{*/
	/*	width: 210.5px;*/
	/*}*/
}

@media(min-width: 992px){
	.header_fixed{
		position: sticky;
		width: 100%;
		top: 0;
	}
}

@media(max-width: 992px){
	/*.product_box .prod_footer{*/
	/*	width: 158px;*/
	/*}*/
	/*.form_body_items{*/
	/*	display: flex;*/
	/*	flex-direction: column;*/
	/*}*/
	/*.form_body_items .item1{*/
	/*	width: 33%;*/
	/*}*/
	/*.form_body_items .item2{*/
	/*	width: 77%;*/
	/*	padding-left: 85px;*/
	/*}*/
	/*.form_body .item3{*/
	/*	display: flex;*/
	/*	flex-direction: column;*/
	/*	align-items: center;*/
	/*	margin-top: 60px;*/
	/*}*/
	.ann_comment_item_bg{
		width: 100%;
	}
	.ann_comment_typing:first-child{
		width: 20%;
	}
	.ann_comment_typing:last-child{
		width: 80%;
	}

	.footer_logo{
		display: block !important;
	}

	.footer_logo_mobile{
		display: block;
	}
	.footer_logo_pc{
		display: none;
	}

	.footer_top_box .part_5 a{
		float: none;
	}
	#footer_social_links{
		margin-left: 0;
	}
	.footer_content_part_1{
		padding-left: 0;
	}
}

.prodModal .modal-dialog{
	max-width: 60% !important;
}

@media (max-width: 768px){
	.cabinete_operation_btn_for_pc{
		display: none !important;
	}
	.cabinete_operation_btn_for_mobile{
		display: flex !important;
	}

	.edit_post_cabinete1{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-left: 5px;
		padding-right: 5px;
	}
	.edit_post_cabinete1 .edit_announce_a
	{
		/*border: 1px solid red !important;*/
		padding: 5px;
	}

	.edit_post_cabinete1 .cabinete_ann_remove_btn{
		/*border: 1px solid red !important;*/
		padding: 5px;
		display: flex;
	}

	.edit_post_cabinete1 .edit_announce_a i
	{
		color: #fff;
		font-size: 20px;
	}

	.edit_post_cabinete1 .cabinete_ann_remove_btn i{
		color: #e96064;
		font-size: 20px;
	}

	section.product_inner .product_info .product_details .part_1 .post_options .option_item span{
		display: block !important;
		font-size: 12px;
		top: -11px;
		right: -23px;
		background: none !important;
	}

	body .prodModal .modal-dialog .modal-content .modal_body .main_image {
		height: 100% !important;
		width: 100% !important;
	}

	.prodModal .modal-dialog{
		max-width: 90% !important;
	}
}


@media (max-width: 767px){
	.form_body_items{
		flex-direction: column;
	}
	.form_body_items .item1{
		width: 100%;
	}
	.form_body_items .item2{
		margin-top: 15px;
		width: 100%;
		padding-left: 0;
	}

	/*.product_box .prod_footer{*/
	/*	width: 248px;*/
	/*}*/
}

@media (max-width: 576px){
	/*.product_box .prod_footer{*/
	/*	max-width: 248px;*/
	/*	width: auto;*/
	/*}*/
	section .tool_bar_mobile .tool-link.add_post_tool {
		top: -8px !important;
	}

	.stores_filter_box{
		flex-direction: column;
		gap: 20px;
	}
	.stores_left_box{
		display: flex;
		margin-right: unset;
	}
	.stores_left_box > div.form-group{
		width: 100%;

	}
	.stores_left_box > div.form-group > div.nice-select{
		width: 100%;
	}
	.stores_left_box > div.form-group > div.nice-select > span.current{
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.stores_right_box
	{
		display: flex;
		margin-left: unset;
		margin: 0 auto;
	}
}

@media (max-width: 480px){
	#footer_social_links #f_s_l_w_m{
		display: inline-block !important;
	}

	section.product_inner .product_info .product_details .part_1 .post_options{
		grid-gap: 10px !important;
	}

	section.product_inner .product_info .product_details .part_1 .post_options .option_item{
		padding: 0 !important;
	}

	section.product_inner .product_info .product_details .part_1 .post_options .option_item p.text_2{
		font-size: 11px;
	}
	section.product_inner .product_info .product_details .part_1 .post_options .option_item span{
		font-size: 10px;
		top: -11px;
		right: -23px;
	}
}


/*#product_image_label{*/
/*	cursor: pointer;*/
/*	transition: 0.5s;*/
/*	padding: 14px;*/
/*	height: 46px;*/
/*	grid-gap: 6px;*/
/*	background-color: #F3F8FE;*/
/*	border-radius: 10px;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*}*/


.country_code_span{
	position: absolute;
	font-size: 15px;
	left: 18px;
	font-weight: 500;
	color: #004CA3;
}

.nice-select.open .list ul::-webkit-scrollbar {
	width: 7px !important;
}

body::-webkit-scrollbar {
	width: 1em;
	/*background-color: red;*/
}

body::-webkit-scrollbar-thumb {
	background-color: #e1e1e1;
	/*outline: 1px solid slategrey;*/
}

