html {
	scroll-behavior: smooth;
}
a {
	color: #080909;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

::-moz-selection {
	/* Code for Firefox */
	color: #ffffff;
 background: #355efc;
}
::selection {
	color: #ffffff;
	background: #355efc;
}
/*.header.affix {

	position: fixed;

	left: 0;

	right: 0;

	top: 0;

	z-index: 999;

}*/

.header {
	background: #fbd10c;
	padding: 10px 0;
}
.search-box input {
	padding-left: 35px;
	border: none;
	background: #faf7fd;
	border-radius: 0.25rem !important;
}
.search-box .input-group-addon {
	min-width: 35px;
	border: none;
	background: transparent;
	position: absolute;
	left: 0;
	z-index: 9;
	padding: 10px 7px;
	height: 100%;
}
.navbar-brand {
	display: inline-block;
	width: 200px;
}
.sellbtn {
	display: inline-block;
	margin-left: 0.5rem;
	/* height: 45px; */

	/* line-height: 30px; */

	vertical-align: baseline;
	padding: 0.57rem 0.75rem;
	font-weight: 600;
}
.navbar-form {
	display: inline-block;
	width: 63%;
}
.header_pad {
	padding: 5px 0 0 0;
}
.float_right {
	float: right;
}
.calltoaction li {
	color: #231f20;
	vertical-align: middle;
	position: relative;
	padding: 0 1rem;
}
.calltoaction .list-inline-item:not(:last-child) {
	margin-right: 0;
}
.calltoaction li:before {
	content: "";
	width: 1px;
	height: 15px;
	background: #231f20;
	left: 0;
	top: 15px;
	position: absolute;
}
.calltoaction li:first-child {
	padding-left: 0;
}
.calltoaction li:last-child {
	padding-right: 0;
}
.calltoaction li:first-child:before {
	display: none;
}
.language_btn {
	cursor: pointer;
	background-color: transparent;
	border: none;
	padding: 0rem 1rem 0rem 0;
	background-position: right 19px;
}
.language_btn option {
	padding: 0;
	font-size: 12px;
}
.language_btn:hover, .language_btn:focus {
	color: #231f20;
	background-color: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
}
.signin_btn {
	color: #231f20;
	cursor: pointer;
	padding: 0.5rem 0;
	display: block;
	font-weight: 400;
}
.signin_btn:hover, .signin_btn:focus {
	color: #231f20;
	cursor: pointer;
}
.notification .dropdown-toggle:after, .chatbox .dropdown-toggle:after {
	display: none;
}
.notification a {
	font-size: 1.1rem;
	height: 40px;
	width: 40px;
	border-radius: 100px;
	text-align: center;
	color: #231f20;
	position: relative;
	padding: 0.5rem 0;
}
.notification.show a, .notification a:hover {
	background: #ffffff;
	color: #231f20;
}
.notification .badge {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	border-radius: 50%;
	background: #ff0000;
	color: white;
	height: 18px;
	width: 18px;
	display: block;
	line-height: 18px;
}
.chatbox .badge {
	position: absolute;
	top: 0;
	right: 10px;
	padding: 0;
	border-radius: 50%;
	background: #ff0000;
	color: white;
	height: 18px;
	width: 18px;
	display: block;
	line-height: 18px;
}
.notification .dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0 !important;
	left: auto;
	top: 10px !important;
	min-width: 400px;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
}
.language_btn option {
	padding: 5px;
	border: none !important;
}
.chatbox a {
	font-size: 1.3rem;
	height: 40px;
	width: 40px;
	border-radius: 100px;
	text-align: center;
	color: #231f20;
	padding: 0.5rem 0;
}
.chatbox a:hover/*, .chatbox a:focus */ {
	background: #ffffff;
	color: #231f20;
}
.signin_model .modal-dialog {
	position: absolute;
	right: 8%;
	top: 30px;
	left: auto;
	width: 400px;
}
.signupwrap .form-group, .loginbox .form-group {
	position: relative;
}
.field-icon {
	/* float: right; */
	/* margin-right: 12px; */
	/* margin-top: 0; */
	position: absolute;
	z-index: 2;
	right: 10px;
	top: 14px;
}
.forgot_password a {
	font-weight: 400;
	color: #231f20;
}
.signin_model .modal-dialog {
	position: absolute;
	right: 8%;
	top: 30px;
	left: auto;
	width: 400px;
}
.password_model .modal-dialog {
	position: absolute;
	right: 8%;
	top: 30px;
	left: auto;
	width: 400px;
}
.chat_model .modal-dialog {
	position: absolute;
	right: 4%;
	top: 30px;
	left: auto;
	min-width: 1000px;
}
.otpbox {
	width: 220px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}
.otpbox input {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
}
.otp_timer {
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 12px;
	color: #ff0000;
}
a.resand_btn {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.notificationbox {
	display: block;
	text-align: left;
}
.noti_img {
	position: relative;
	float: left;
	height: 70px;
	width: 70px;
	background: #ffffff;
	border: solid 1px #ccc;
	text-align: center;
	border-radius: 100px;
	overflow: hidden;
}
.noti_img img {
	width: 100%;
	height: auto;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.notification .action-form {
	padding: 0;
	margin: 0;
}
noti_widget {
	padding: 0;
}
.noti_widget li:first-child {
	border-top: none;
}
.noti_widget li {
	padding: 1rem !important;
	border-top: solid 1px #e9e9e9;
}
.noti_widget li:hover {
	background: #f2f2f2;
}
.notitxt {
	display: block;
	margin-left: 80px;
}
.notitxt h5 {
	margin: 0;
	font-size: 1rem;
}
.notitxt p {
	margin: 0;
	font-size: 0.9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 44px;
}
.noti_widget li:before {
	display: none;
}
.chat_wrap {
	overflow: hidden;
	border-radius: 0.25rem;
	border: solid 1px #d9dadb;
}
.chat_head {
	border-bottom: solid 1px #d9dadb;
}
.chat_wrap .col-sm-7 {
	border-left: solid 1px #d9dadb;
}
.search-icon {
	position: absolute;
	top: 18px;
	right: 10px;
	font-size: 1rem;
	color: #b7b7b7;
	border: 0;
	outline: none;
	background: transparent;
}
.search-toggle .search-icon.icon-close {
	display: none;
}
.search-toggle.opened .search-icon.icon-search {
	display: none;
}
.search-toggle.opened .search-icon.icon-close {
	display: block;
}
.search-container {
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	max-height: 0;
	overflow: hidden;
	background-color: #eee;
}
.search-container.opened {
	max-height: 50px;
}
.search-container input[type="text"] {
	outline: none;
	font-size: 1rem;
	margin: 0;
	width: 280px;
	background-color: inherit;
	border: 0;
	padding: 10px;
}
.search-container .search-icon {
	vertical-align: middle;
}
.search-container .search-icon {
	vertical-align: middle;
	position: absolute;
	top: 12px;
}
.search-container {
	position: absolute;
	right: 10px;
}
.person_img {
	position: relative;
	float: left;
	height: 40px;
	width: 40px;
	background: #ffffff;
	border: solid 1px #fbd00d;
	text-align: center;
	border-radius: 0.25rem;
	overflow: hidden;
}
.person_img img {
	width: 100%;
	height: auto;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.person span {
	display: block;
	margin-left: 60px;
	position: relative;
}
.people li {
	padding: 0.8rem 1rem;
}
.person span .badge {
	position: absolute;
	background: #fbd00d;
	height: 24px;
	width: 24px;
	text-align: center;
	font-size: 12px;
	color: #000;
	border-radius: 100px;
	border: solid 1px #ffffff;
	left: -34px;
	top: 27px;
	padding: 0;
	line-height: 20px;
}
.people h6 {
	color: #231f20;
	width: 70%;
	position: relative;
	z-index: 99;
}
.people li {
	border-top: solid 1px #d9dadb;
	position: relative;
}
.people li.unread {
	background: #e6e7e7;
}
.people li a {
	color: #231f20;
}
.people li h6 + h6 {
	font-weight: 600;
	color: #59595b;
}
.people li p a {
	color: #6d6e70;
}
.people li p {
	position: relative;
	z-index: 99;
	width: 70%;
	margin: 0;
	font-size: 0.9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 44px;
	color: #6d6e70;
}
.people li .date {
	color: #6d6e70;
	font-size: 0.8rem;
	position: absolute;
	right: 0;
	top: 0;
}
.dots-menu {
	font-size: 1.4rem;
	position: absolute;
	right: 0;
	top: 35px;
	font-weight: 700;
}
.dots-menu.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-radius: 5px;
}
.dots-menu a.btn:active {
	box-shadow: none;
}
.dots-menu ul.dropdown-menu {
	right: -40px;
	left: 15px;
	min-width: 75px;
	padding: 0;
	margin: 0;
	left: auto !important;
}
.dots-menu ul.dropdown-menu li {
	padding: 0 0;
	width: 100%;
}
.dots-menu ul.dropdown-menu li:first-child {
	border: none;
}
.dots-menu ul.dropdown-menu li a {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 400;
	padding: 3px 5px;
	display: block;
}
.dots-menu ul.dropdown-menu li a i {
	margin-right: 5px;
}
.dots-menu ul.dropdown-menu li a:hover {
	background: #ccc;
}
.people .msg_count {
	position: absolute;
	background: #fbd00d;
	height: 24px;
	width: 24px;
	text-align: center;
	font-size: 12px;
	color: #000;
	border-radius: 100px;
	border: solid 1px #ffffff;
	right: 30px;
	top: 40px;
	padding: 0;
	line-height: 20px;
}
.people {
	max-height: 450px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0;
}
.chat_tab {
	border-bottom: none;
}
.chat_tab a {
	border: solid 1px #ccc !important;
	border-radius: 0.25rem !important;
	display: block;
	padding: 0.3rem 1rem;
	margin: 0 5px 0 0;
	font-weight: 700;
	color: #000000;
}
.chat_tab a.active {
	color: #000000 !important;
	border: solid 1px #fbd00c !important;
	background-color: #fbd00c !important;
}
.chat_dtl_header {
	background: #e6e8e9;
	padding: 1rem;
	overflow: hidden;
	position: relative;
}
.chat_preson_img {
	position: relative;
	float: left;
	height: 60px;
	width: 60px;
	background: #ffffff;
	border: solid 1px #fbd00d;
	text-align: center;
	border-radius: 0.25rem;
	overflow: hidden;
}
.chat_preson_img img {
	width: 100%;
	height: auto;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.chat_dtl_header span {
	display: block;
	margin-left: 70px;
	font-size: 1.6rem;
	padding: 10px 0 0;
}
.chat_dtl_header .dot {
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 100px;
}
.chat_dtl_header .online {
	background: #36b34a;
}
.closebtn {
	position: absolute;
	right: 10px;
	top: 25%;
	font-size: 2rem;
}
.closebtn a:hover {
	color: #ff0000;
}
.blank_chat h6 {
	font-size: 1.1rem;
}
.message-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 15px;
	height: 440px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0;
}
.message-wrap::before {
	content: "";
	margin-bottom: auto;
}
.message-wrap .message-list {
	align-self: flex-start;
	max-width: 70%;
	position: relative;
}
.message-wrap .message-list.me {
	align-self: flex-end;
}
.message-wrap .message-list.me .msg {
	background: #f1f1f2;
	color: #111;
}
.message-wrap .message-list .msg {
	background: #f1f1f2;
	padding: 10px 90px 10px 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.message-wrap .message-list .time {
	text-align: right;
	color: #999;
	font-size: 0.75em;
	position: absolute;
	right: 10px;
	bottom: 16px;
}
.message-footer {
	border-top: 1px solid #ddd;
	background: #f1f1f2;
	padding: 10px;
	display: flex;
	height: 60px;
}
.message-footer input {
	flex: 1;
	padding: 0 20px;
	border-radius: 5px;
}
.message-wrap p {
	margin: 0;
	font-size: 0.9rem;
}
.sendbtn {
	line-height: 1.9;
}
.home_banner .slide {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	height: 480px;
	position: relative;
}
.home_banner .slide:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	/*background-color: rgba(35, 31, 32, 0.4);*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.home_banner .owl-nav.disabled + .owl-dots {
	margin-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
}
.home_banner h1 {
	font-size: 3rem;
}
.home_banner .owl-dots .owl-dot.active span, .home_banner .owl-dots .owl-dot:hover span {
	background: #fcd10d !important;
}
.home_banner h3 {
	font-weight: 600;
}
.explorebtn {
	font-size: 1.1rem;
	font-weight: 700;
	width: 170px;
	height: 48px;
	line-height: 34px;
}
.product_dtl_banner .explorebtn {
	background: #fbd00d !important;
	border: #fbd00d !important;
	color: #231f20!important;
}
.product_dtl_banner .explorebtn:hover, .product_dtl_banner .explorebtn:focus {
	background: #e8bf04 !important;
	border: #e8bf04 !important;
	color: #231f20!important;
}
.home_sratch_input {
	background: #fbd10c;
	padding: 1rem 0 0;
}
.search_tab_content {
	display: none;
}
.search_tab_content.on {
	display: block;
}
.search_tab {
	padding: 1.5rem 0;
}
.search_tab input[type="radio"] {
	appearance: none;
}
.search_tab input[type="radio"] + label {
	cursor: pointer;
	position: relative;
	padding-left: 40px;
	line-height: 20px;
	padding-right: 20px;
	font-size: 1.1rem;
	font-weight: 600;
}
.search_tab input[type="radio"] + label::before {
	content: "";
	display: inline-block;
	width: 30px;
	aspect-ratio: 1;
	border: 1px solid #040707;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	opacity: 1;
	transition: all 0.3s;
}
.search_tab input[type="radio"] + label::after {
	content: "";
	display: inline-block;
	width: 14px;
	aspect-ratio: 1;
	border: 1px solid #040707;
	background: #040707;
	border-radius: 50%;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.3s;
}
.search_tab input[type="radio"]:checked + label::after {
	opacity: 1;
}
@media (max-width: 767px) {
.seven-cols .col-md-1,  .seven-cols .col-sm-1,  .seven-cols .col-lg-1 {
	width: 50% !important;
 *width: 50% !important;
	max-width: 50% !important;
	flex: none !important;
}
}
@media (min-width: 768px) {
.seven-cols .col-md-1,  .seven-cols .col-sm-1,  .seven-cols .col-lg-1 {
	width: 33% !important;
 *width: 33% !important;
	max-width: 33% !important;
	flex: none !important;
}
}
@media (min-width: 992px) {
.seven-cols .col-md-1,  .seven-cols .col-sm-1,  .seven-cols .col-lg-1 {
	width: 14.285714285714285714285714285714%;
 *width: 14.285714285714285714285714285714%;
	max-width: 14.285714285714285714285714285714% !important;
	flex: none !important;
	padding-left: 10px;
	padding-right: 10px;
}
}
@media (min-width: 1200px) {
.seven-cols .col-md-1,  .seven-cols .col-sm-1,  .seven-cols .col-lg-1 {
	width: 14.285714285714285714285714285714%;
 *width: 14.285714285714285714285714285714%;
	max-width: 14.285714285714285714285714285714% !important;
	flex: none !important;
}
}
@media (max-width: 767px) {
.five-cols .col-md-1,  .five-cols .col-sm-1,  .five-cols .col-lg-1 {
	width: 50% !important;
 *width: 50% !important;
	max-width: 50% !important;
	flex: none !important;
}
}
@media (min-width: 768px) {
.five-cols .col-md-1,  .five-cols .col-sm-1,  .five-cols .col-lg-1 {
	width: 50% !important;
 *width: 50% !important;
	max-width: 50% !important;
	flex: none !important;
}
}
@media (min-width: 992px) {
.five-cols .col-md-1,  .five-cols .col-sm-1,  .five-cols .col-lg-1 {
	width: 20%;
 *width: 20%;
	max-width: 20% !important;
	flex: none !important;
	padding-left: 10px;
	padding-right: 10px;
}
}
@media (min-width: 1200px) {
.five-cols .col-md-1,  .five-cols .col-sm-1,  .five-cols .col-lg-1 {
	width: 20%;
 *width: 20%;
	max-width: 20% !important;
	flex: none !important;
}
}
.featured_product_slider .owl-stage-outer {
	padding: 20px 0;
}
.prt_searchbtn {
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}
.heading {
	display: block;
	border-bottom: solid 1px #231f20;
}
.footer_top h2 {
	font-size: 2.5rem;
}
.heading h2 {
	background: #ffffff;
	margin-bottom: -4px;
	padding-right: 8px;
	font-size: 2rem;
}
.heading h2 b {
	font-weight: 700;
}
.product_list_wrap .fav_btn, .clicked {
	z-index: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	font-size: 1.3rem;
}
.fav_btn:before {
	font-family: "FontAwesome";
	content: "\f08a";
	color: #231f20;
}
.fav_btn:hover:before {
	color: #ff0000;
	font-family: "FontAwesome";
	content: "\f004";
}
.clicked:before {
	color: #ff0000;
	font-family: "FontAwesome";
	content: "\f004";
}
.category_thumbnail .fav_btn {
	z-index: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	font-size: 1.3rem;
}
.category_thumbnail .fav_btn, .clicked {
	z-index: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	font-size: 1.3rem;
}
.clicked {
	z-index: 1;
	position: absolute;
	top: 10px !important;
	right: 10px !important;
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	font-size: 1.3rem;
}
.featured_product_slider .fav_btn {
	z-index: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	font-size: 1.3rem;
}
.featured_product_slider .fav_btn, .clicked {
	z-index: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	font-size: 1.3rem;
}
.product_thumbnail .sharebtn {
	font-size: 1.3rem;
	z-index: 1;
	position: absolute;
	top: 10px;
	left: 10px;
	height: 30px;
	width: 30px;
	display: block;
	border: none;
	background: transparent;
}
.sharebtn:hover {
	color: #231f20;
}
.productbox {
	border: solid 1px #dfdfdf;
	border-radius: 0.5rem;
	box-shadow: 0 5px 5px #dfdfdf;
	overflow: hidden;
}
.product_thumbnail {
	padding: 1rem 1rem 0.5rem 1rem;
	position: relative;
}
h4.product_title {
	font-size: 1.2rem;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	min-height: 26px;
}
.product_img {
	width: 100%;
	height: 190px;
	/*	height: 220px;
*/	position: relative;
	text-align: center;
	overflow: hidden;
}
.product_img img {
	width: 100%;
	height: auto;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.product_content {
	padding: 0 1rem 1rem 1rem;
}
.product_content p {
	color: #6d6e70;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	min-height: 28px;
	margin-bottom: 0;
}
.product_content a:hover {
	color: #231f20;
}
.productbox:hover a h4 {
	text-decoration: underline;
	color: #231f20;
}
.product_last {
	display: block;
	overflow: hidden;
	min-height: 44px;
}
.product_price {
	float: left;
	color: #231f20;
	font-size: 0.9rem;
	font-weight: 700;
	min-height: 44px;
}
.product_price span {
	font-weight: 400;
	font-size: 0.8rem;
	color: #ff0000;
}
.product_rating {
	float: right;
	color: #231f20;
	font-size: 0.9rem;
}
.product_rating i {
	color: #fdd20d;
}
.featured_product_slider .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.38) !important;
}
.featured_product_slider .owl-nav button.owl-next {
	right: -50px;
}
.featured_product_slider .owl-nav button.owl-prev {
	left: -50px;
}
.featured_product_slider .owl-nav button span {
	font-size: 40px;
	position: relative;
	top: -4px;
}
.featured_product_slider.owl-carousel .owl-nav button.owl-next, .featured_product_slider.owl-carousel .owl-nav button.owl-prev {
	color: #111021;
}
.featured_product_slider.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #dbb405 !important;
	color: #111021 !important;
	text-decoration: none !important;
	outline: none !important;
}
.featured_product_slider.owl-theme .owl-nav [class*="owl-"] {
	margin: 0;
	padding: 5px 10px !important;
	background: #fcd10d !important;
	border-radius: 0 !important;
	outline: none !important;
}
.featured_product_slider.owl-theme .owl-nav {
	margin-top: 0;
}
.categorybox {
	display: flex;
	margin-bottom: 1.5rem;
	overflow: hidden;
	padding: 1.5rem;
	border: solid 1px #ababad;
	border-radius: 0.5rem;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #d2d5d5 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%, #d2d5d5 100%);
	background: linear-gradient(to right, #ffffff 0%, #d2d5d5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d5d5', GradientType=1 );
}
.category_img {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 50%;
	height: 120px;
	padding: 0;
	position: relative;
}
.category_img img {
	width: auto;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.category_text {
	border-left: solid 1px #b8babb;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 50%;
	padding: 5px 5px 5px 5px;
}
.category_text h4 {
	font-size: 1.2rem;
}
.adv_banner {
	background-repeat: no-repeat;
	background-position: center top;
	padding: 1rem;
	background-size: 100%;
	min-height: 230px;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
	border-radius: 8px;
}
.adv_banner_text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.adv_banner_text h2 {
	font-size: 2.1rem;
}
.adv_banner_text h4 {
	font-size: 1.4rem;
	color: #ffffff;
}
.adv_banner_text h3 {
	color: #ffffff;
	font-size: 1.6rem;
}
.adv1btn {
	width: 154px;
}
.adv_banner3 {
	background-repeat: no-repeat;
	background-position: center top;
	padding: 1rem;
	background-size: 100%;
	min-height: 220px;
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 8px;
}
.adv_banner3:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	/*background-color: rgba(35, 31, 32, 0.4);*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.adv_banner3 .adv_banner_text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.heading_sec {
	position: relative;
	display: block;
}
.heading_sec:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 1px;
	width: 50%;
	background: #231f20;
}
.heading_sec:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 50%;
	background: #231f20;
}
.heading_sec h2 {
	z-index: 1;
	position: relative;
	display: inline;
	padding: 0 20px;
	font-size: 2.1rem;
	background: #fff;
}
.brandbox {
	padding: 0.5rem;
	border: solid 1px #ababad;
	border-radius: 0.5rem;
	overflow: hidden;
}
.top_brand_slider {
	position: relative;
	z-index: 11;
}
.brand_img {
	display: block;
	float: left;
	width: 70px;
	height: 60px;
	overflow: hidden;
	position: relative;
}
.brand_img img {
	width: auto !important;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.brand_text {
	display: block;
	margin-left: 80px;
	font-size: 1.4rem;
	padding-top: 10px;
}
.iconsbox {
	padding: 1rem;
	border: solid 1px #ababad;
	border-radius: 0.5rem;
	overflow: hidden;
}
.icons_img {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.icons_img img {
	width: auto !important;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.icons_text {
	display: block;
	margin: 0 auto;
	font-size: 1.5rem;
	padding-top: 10px;
}
.home_footer {
	background-image: url(../images/assets/footerbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
}
.footer_top p {
	color: #231f20;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
	min-height: 290px;
}
.downloadbtn li {
	display: inline-block;
	padding: 0 0;
}
.downloadbtn li img {
	padding: 0.5rem 0 0;
}
.storeimg {
	width: 150px;
}
.subscribebtn {
	padding: 0.55rem 0.75rem;
}
.mailbox {
	position: relative;
	bottom: 0;
}
.site_info li {
	font-size: 0.9rem;
	padding-right: 1rem;
}
.site_info li a {
	color: #000000;
}
.footer_list li:first-child {
	padding: 0;
}
a.social {
	margin: 0.2rem 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 1.2rem;
	text-align: center;
	display: block;
	color: #231f20;
}
.footer_list li {
	display: block;
	float: left;
	padding: 0 0 0 .5rem;
}
.home_footer .download_head {
	position: relative;
	margin-top: -15px;
}
.footer_bottom {
	background: #fbd10c;
	padding: 1rem;
	text-align: center;
}
.footerlist li {
	position: relative;
	padding: 0 1rem;
}
.footerlist li:first-child:before {
	display: none;
}
.footerlist li:before {
	content: "";
	position: absolute;
	height: 4px;
	width: 4px;
	border-radius: 100px;
	background: #000000;
	left: -6%;
	top: 50%;
}
.footerlist li a:hover {
	color: #000000;
	text-decoration: underline;
}
.pre_footer {
	background: #000000;
	padding: 0.5rem 0;
	color: #ffffff;
}
.inner_banner {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	height: 310px;
	position: relative;
}
.inner_banner:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	/*background-color: rgba(35, 31, 32, 0.4);*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.inner_banner .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.accordion .card-header:after {
	color: #fbd10c;
	font-family: "FontAwesome";
	content: "\f068";
	float: right;
}
.accordion .card-header.collapsed:after {
	color: #fbd10c;
	/* symbol for "collapsed" panels */

	content: "\f067";
}
.accordion > .card > .card-header {
	cursor: pointer;
	background: #f1f1f2;
	border-radius: 0;
	margin-bottom: 10px;
	border: none;
}
.accordion .card-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: #424242;
	margin-bottom: 0.75rem;
}
.accordion > .card {
	box-shadow: none;
	overflow: hidden;
	border-radius: 0;
}
.contact_left, .contact_info {
	border: solid 1px #d7d7d7;
	padding: 1.5rem;
	border-radius: 0.5rem;
}
.contact_right {
	position: relative;
}
.contact_info {
	margin-top: -40px;
	position: relative;
	z-index: 1;
	background: #ffffff;
}
.contact_info p {
	margin: 0 0 5px 0;
}
.contact_info p a:hover {
	color: #000000;
	text-decoration: underline;
}
.card_text h5 {
	color: #010101;
	font-size: 1.3rem;
	width: 80%;
}
.available_info li {
	margin-bottom: 0 !important;
	margin-right: 0!important;
}
.card_text h5 a:hover {
	color: #000000;
}
.available_info {
	color: #010101;
	list-style: none;
}
.available_info i {
	width: 22px;
	color: #010101;
	display: block;
	float: left;
	padding: 2px 0 0 0;
}
.available_info li span {
	font-size: 1rem;
	display: block;
}
.available_info li + li {
	margin-top: 0.5rem;
}
.career_card .card_text p {
	color: #808184;
}
.career_card {
	margin-bottom: 1.5rem;
}
.career_card .card-body {
	padding: 2rem;
}
.career_card hr {
	margin-top: 1rem;
	margin-bottom: 0;
	border-top: 2px solid #000;
}
.career_card .card_text {
	position: relative;
}
.job_position {
	color: #6d6e71;
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 1.4rem;
}
.career_card {
	background-color: #f1f1f2;
	box-shadow: none;
}
.navigation_list .page-item:first-child .page-link, .navigation_list .page-item:last-child .page-link {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.navigation_list .page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.9rem;
	margin: 0 2px;
	line-height: 1.25;
	color: #231f20;
	background-color: #fff;
	border: 1px solid #231f20;
}
.navigation_list .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #231f20;
	border-color: #231f20;
}
.navigation_list .page-link:hover {
	z-index: 2;
	color: #ffffff;
	text-decoration: none;
	background-color: #231f20;
	border-color: #231f20;
}
.apply_model .modal-dialog {
	top: 10%;
	min-width: 1000px;
}
.apply_wrap {
	overflow: hidden;
	border-radius: 0.25rem;
	border: solid 1px transparent;
}
.applybg {
	background-image: url(../images/assets/applybg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
.career_detail_banner {
	height: 200px;
}
.sub_category_box {
	border: solid 1px #dfdfdf;
	margin-bottom: 1.5rem;
	background: #ffffff;
	border-radius: 0.5rem;
	box-shadow: 0 1px 1px #dfdfdf;
	overflow: hidden;
}
.category_thumbnail {
	/*	padding: 1.5rem 1.5rem 0 1.5rem;
*/	position: relative;
}
.tab-content .subcategory_img {
	width: 100%;
	height: 210px;
}
.subcategory_img {
	width: 100%;
	height: 210px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.subcategory_img img {
	width: 100%;
	height: auto;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.subcategory_imgproduct_img img {
	width: 100%;
	height: auto;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.category_content {
	padding: 10px;
	background: #e7e7e8;
	min-height: 170px;
}
.category_content h5 {
	font-size: 1rem !important;
	padding-top: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	min-height: 28px;
	margin: 0;
}
.category_content p {
 font-size:.9rem;
	padding-bottom: 0.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	min-height: 28px;
}
.detailbtns {
 padding-top: .3rem !important;
 padding-bottom: .3rem !important;
}
.userimg {
	width: 28px;
	height: 28px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	border-radius: 100px;
	position: relative;
}
.userimg img {
	width: 100%;
	height: auto;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.user_dropdown .dropdown-toggle:after {
	display: none;
}
.usertext {
	font-size: 0.8rem;
	text-align: center;
	display: block;
}
.user_dropdown .dropdown-menu {
	overflow: hidden;
	background: #f1f1f1;
	margin: 0;
	padding: 0;
	left: auto !important;
	right: -20px;
}
.user_dropdown .dropdown-item {
	padding: 0.8rem 1rem;
	border-bottom: solid 1px #d8d9da;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #000000;
	text-decoration: none;
	background-color: #d8d9da;
}
.user_dropdown .login_icon {
	width: 28px;
	float: left;
	display: block;
	overflow: hidden;
}
.user_dropdown span {
	font-size: 0.9rem;
	display: block;
	padding-left: 36px;
	text-align: left;
}
.product_list_wrap .productbox {
	margin-bottom: 2rem;
}
.graybg {
	background-color: #f8f8f9;
	border: solid 1px #e3e4e5;
	border-radius: 0.5rem;
	margin: 1.5rem auto;
	max-width: 1200px;
}
.heading_third {
	border-bottom: solid 1px #231f20;
	position: relative;
	display: block;
}
.heading_third h2 {
	font-size: 2rem;
	position: relative;
}
.signup_tab {
	border-bottom: none;
}
.signup_tab a {
	background: #231f20;
	border: solid 1px #000000 !important;
	border-radius: 0.25rem !important;
	display: block;
	padding: 0.8rem 1rem;
	margin: 0 5px 0 0;
	font-weight: 700;
	color: #ffffff;
}
.signup_tab a.active {
	color: #000000 !important;
	border: solid 1px #fbd00c !important;
	background-color: #fbd00c !important;
}
.signup_btm p a {
	color: #1b75bc;
}
.signup_btm p a:hover, .form-check a:hover {
	color: #1b75bc;
	text-decoration: underline;
}
.form-check a {
	color: #1b75bc;
}
.mediaFile {
	position: absolute;
	bottom: -10px;
	display: none;
}
.img_uploadbox {
	cursor: pointer;
	width: 100%;
	height: 130px;
	margin: 0 auto;
	position: relative;
	top: 0;
	margin-bottom: 1.5rem;
	cursor: pointer;
	background: #ffffff;
	display: table;
	background-size: cover;
	background-position: center center; /*  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.35);*/
}
/*.img_uploadbox .dashes {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border: 4px dashed #fff;

  opacity: 1;

}*/

.img_uploadbox label {
	display: table-cell;
	/*	vertical-align: middle;

*/
	text-align: center;
	padding: 0 30px;
	color: #bcbec0;
	opacity: 1;
	font-size: 4.5rem;
	cursor: pointer;
}
.img_uploadbox.dragging {
	background-image: none !important;
}
.img_uploadbox.dragging .dashes {
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-name: spin;
	animation-name: spin;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	opacity: 1 !important;
}
.img_uploadbox.dragging label {
	opacity: 0.5 !important;
}
.img_uploadbox.hasImage .dashes, .img_uploadbox.hasImage label {
	opacity: 0;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.map_search {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	width: 90%;
	margin: 0 auto;
	display: block;
	z-index: 1;
}
.mapbox {
	margin-top: 1.5rem;
	text-align: center;
	position: relative;
}
.dashboard-menu ul {
	font-size: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
.dashboard-menu > ul > li {
	border-bottom: 1px solid #d8d9da;
	position: relative;
}
.dashboard-menu > ul > li > a {
	color: #757575;
	display: block;
	padding: 16px 20px 16px 10px;
}
.dashboard-menu > ul > li.active > a {
	background: #e5e5e5;
	color: #000000;
	display: block;
	padding: 16px 20px;
	font-weight: 700;
}
.dashboard-menu > ul > li > a:hover {
	background: #e5e5e5;
	color: #000000;
	display: block;
	padding: 16px 20px;
}
.dashboard-menu .dashboard_icon {
	width: 28px;
	float: left;
	display: block;
	overflow: hidden;
}
.dashboard-menu > ul > li > a span {
	font-size: 1rem;
	display: block;
	padding-left: 36px;
	text-align: left;
}
.delete_account {
	display: block;
	text-align: center;
	padding: 1rem 0;
	margin-bottom: 2rem;
}
.delete_account a {
	color: #ff0000;
	font-size: 1.1rem;
	text-decoration: underline;
}
.delete_account a:hover {
	color: #000000;
	text-decoration: none;
}
.language_tab {
	position: absolute;
	top: -68px;
	right: 0;
	border-bottom: none;
}
.language_tab li a:hover {
	border: solid 1px transparent !important;
}
.language_tab li a {
	border: solid 1px transparent !important;
	/*
	border-radius: 0 !important;
	*/
	display: block;
	padding: 5px 15px 5px 30px;
	margin: 0 5px 0 0;
	font-weight: 700;
	color: #000000;
	background-image: url(../images/icons/redio_blank.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}
.language_tab li a.active {
	color: #000000 !important;
	border: solid 1px none !important;
	background-color: transparent !important;
	background-image: url(../images/icons/redio_fill.png);
}
a.forgot_pass {
	color: #004f83;
	text-decoration: underline;
}
a.forgot_pass:hover {
	color: #000000;
	text-decoration: none;
}
.searches_tab {
	margin-bottom: 1.5rem;
	border-bottom: none;
}
.searches_tab a {
	background: #c2c2c2;
	border: solid 1px #c2c2c2 !important;
	border-radius: 0.25rem !important;
	display: block;
	font-size: 1.1rem;
	padding: 0.5rem 2rem;
	margin: 0 5px 0 0;
	font-weight: 700;
	color: #000000;
}
.searches_tab a.active {
	color: #ffffff !important;
	border: solid 1px #000000 !important;
	background-color: #000000 !important;
}
.advertisement_tab {
	margin-bottom: 1.5rem;
	border-bottom: none;
}
.advertisement_tab a {
	background: #c2c2c2;
	border: solid 1px #c2c2c2 !important;
	border-radius: 0.25rem !important;
	display: block;
	font-size: 1.1rem;
	padding: 0.5rem 2rem;
	margin: 0 5px 0 0;
	font-weight: 700;
	color: #000000;
}
.advertisement_tab a.active {
	color: #000000 !important;
	border: solid 1px #fbd10c !important;
	background-color: #fbd10c !important;
}
.adv_tab_wrap {
	position: relative;
}
.add_adv_btn {
	position: absolute;
	top: 0;
	right: 0;
}
.adv_wrap .card {
	border: solid 1px #d7d7d7;
	margin-bottom: 1.5rem;
}
.adv_card {
	position: relative;
}
.adv_table td {
	border: none;
	padding-top: 0;
}
.text_pending {
	color: #e7cf00;
}
.text_approve {
	color: #45d100;
}
.text_expired {
	color: #ff0000;
}
.job_cards  .adv_actionbtn {
background: transparent;
	}
.adv_actionbtn {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
	background: #ffffff;
	border-radius: 0.25rem;
}
.adv_actionbtn a {
	display: inline-block;
	color: #c2c2c2;
	font-size: 1.2rem;
	padding: 0 0.5rem;
}
.adv_actionbtn a:hover {
	color: #000000;
}
.common_card {
	position: relative;
	border: solid 1px #d7d7d7;
	margin-bottom: 1.5rem;
}
.card_img {
	padding: 0.5rem;
	border: solid 1px #d7d7d7;
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
	height: 240px;
	width: 100%;
}
.card_img img {
	width: 100%;
	height: auto;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.flaged_date {
	font-size: 1rem;
	color: #58595b;
}
.flagged_card h4 {
	font-size: 1.3rem;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	min-height: 30px;
}
.flagged_card p {
	margin: 0;
	color: #6d6e70;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 50px;
	text-align: justify;
}
.flaged_price {
	font-size: 1.4rem;
	font-weight: 700;
	color: #000000;
}
.unflaged_model {
	top: 30%;
}
.expired_text {
	margin: 0 0;
	color: #6d6e70;
}
.favicon_list li a {
	font-size: 1.3rem;
}
.favicon_list li a:hover {
	color: #000000;
}
.result_text p {
	margin: 0;
}
.addoffers_model {
	top: 30%;
}
.validity_text {
	color: #000000;
}
.validity_text span {
	display: block;
	color: #a7a9ac;
}
.payment_price {
	font-size: 1.9rem;
	color: #000000;
	font-weight: 700;
}
.payment_card .card_img {
	padding: 0.5rem;
	border: solid 1px #d7d7d7;
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
	height: 240px;
	width: 100%;
}
.subscribbox {
	background: #ffffff;
	position: relative;
	border: solid 1px #d7d7d7;
	margin-bottom: 1.5rem;
	padding: 1.25rem;
	border-radius: 0.5rem;
}
.subscrib_panel {
	background: #d7d7d7;
	position: relative;
	border: solid 1px #d7d7d7;
	padding: 1rem;
	text-align: center;
	border-radius: 0.5rem;
}
.subscrib_panel h2 {
	font-weight: 700;
	font-size: 1.6rem;
	text-transform: uppercase;
}
.subscrib_panel h3 {
	margin: 0;
	font-size: 1.3rem;
	font-weight: 400;
}
.subscrib_panel h4 {
	font-size: 1.2rem;
	margin: 0;
	font-weight: 400;
}
.subscrib_panel p {
	margin: 0;
	color: #6d6e70;
	font-weight: 400;
}
.planlist {
	margin: 0;
}
.planlist li {
	display: block;
	font-size: 1.2rem;
	padding: 0.1rem 0;
	color: #6d6e70;
}
.planlist li i {
	font-weight: 900;
	font-size: 1.5rem;
	padding-right: 0.5rem;
}
.sell_uploadbox .img_uploadbox {
	cursor: pointer;
	width: 100%;
	/*	height: 180px;
*/		height: 255px;
}
.sell_uploadbox .img_uploadbox label {
	/*	line-height: 160px;
*/		line-height: 238px;
}
.time_card {
	background: #f1f1f1;
	border-radius: 0.5rem;
	padding: 0.8rem;
	margin-bottom: 0.5rem;
}
.time_card .form-group {
	margin-bottom: 0.5rem;
}
.time_card_l h5, .time_card_r h6 {
	font-weight: 400;
	font-size: 1rem;
}
.user_avatar {
	position: relative;
	width: 120px;
	max-height: 120px;
	display: block;
	margin: 0 auto;
	height: 120px;
}
.user_avatar .profile-pic {
	position: relative;
	width: 100%;
	display: inline-block;
}
.user_avatar .file-upload {
	display: none;
}
.user_avatar .circle {
	border-radius: 100% !important;
	overflow: hidden;
	width: 120px;
	height: 120px;
	border: 2px solid #ccc;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.user_avatar .p-image {
	cursor: pointer;
	color: #000000;
	position: absolute;
	bottom: 0;
	right: 10px;
	color: #666666;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	background: #f9d40a;
	padding: 0.5rem;
	border-radius: 100px;
	height: 34px;
	width: 34px;
	text-align: center;
	line-height: 18px;
	font-size: 1rem;
}
.user_avatar .p-image:hover {
	color: #000000;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.user_avatar .upload-button:hover {
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	color: #000000;
}
.vendor_banner {
	position: relative;
	width: 100%;
	max-height: 180px;
	display: block;
	margin: 0 auto 30px auto;
	height: 180px;
}
.vendor_banner .vendorbanner {
	position: relative;
	width: 100%;
	display: inline-block;
}
.vendor_banner .file_upload {
	display: none;
}
.vendor_banner .circle {
	overflow: hidden;
	width: 100%;
	height: 180px;
	border: 2px solid #ccc;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.vendor_banner .vendor_banner_img {
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	right: 10px;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	text-align: center;
}
.vendor_banner .vendor_banner_img:hover {
	color: #000000;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.user_avatar .upload-button:hover {
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	color: #000000;
}
.verifybtn {
	float: right;
}
.user_otpbox {
	width: 300px;
}
.user_otpbox input {
	display: inline-block;
	width: 24%;
	height: 50px;
	text-align: center;
}
.verify_model {
	top: 24%;
}
.seller_info {
	display: block;
	width: 100%;
	overflow: hidden;
}
.seller_info span {
	display: block;
	margin-left: 110px;
}
.seller_logo {
	height: 90px;
	width: 90px;
	display: block;
	float: left;
	overflow: hidden;
	border-radius: 100px;
	border: solid 1px #ccc;
}
.seller_info h4 {
	font-weight: 400;
	color: #a7a9ac;
}
.seller_contact_list {
	float: right;
	display: block;
	text-align: left;
}
.seller_contact_list li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0.3rem;
}
.seller_contact_list li a {
	font-size: 1.5rem;
	padding: 0.2rem 1rem;
	border-radius: 0.5rem;
	background: #eee;
	display: block;
}
.seller_contact_list li a.callbg {
	background: #e6e7e8;
	color: #000000;
}
.seller_contact_list li a.whatsupbg {
	background: #39b54a;
	color: #ffffff;
}
.seller_contact_list li a.chatbg {
	background: #fbd10c;
	color: #000000;
}
.seller_contact_info h4 {
	font-weight: 500;
	font-size: 1.5rem;
}
.seller_contact_info h6 {
	font-weight: 500;
}
.seller_ads h2 {
	font-weight: 700;
	font-size: 2rem;
}
.select-dropdown {
	position: relative;
	color: #000;
	font-family: sans-serif;
	display: inline-block;
	min-width: 120px;
	padding: 5px 10px;
}
.select-dropdown-label {
	display: block;
}
.select-dropdown select {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	opacity: 0;
	z-index: 5;
	cursor: pointer;
}
.select-dropdown-label:after {
	content: "";
	position: absolute;
	right: 5px;
	top: 10px;
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid #000000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
#sync1 .item {
	margin: 5px;
	color: #fff;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
	text-align: center;
	height: 450px;
	overflow: hidden;
}
#sync1 .owl-item img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}
#sync2 .item {
	background: #fff;
	/* padding: 10px 0px; */

	margin: 10px;
	overflow: hidden;
	color: #fff;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
	text-align: center;
	cursor: pointer;
	border: solid 1px #ccc;
}
#sync2 .owl-item {
	height: 120px;
}
#sync2 .current .item {
	background: #ffffff;
	border: solid 2px #fbd00d;
}
#sync2 .owl-item img {
	margin: 0 auto;
	background: #fff;
	display: block;
	width: 100px;
 height: !important;
}
#sync2 .item h1 {
	font-size: 18px;
}
.owl-theme .owl-nav [class*="owl-"] {
	transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
	background-color: #d6d6d6;
}
#sync1.owl-theme {
	position: relative;
	border: solid 1px #ccc;
	border-radius: 0.5rem;
	padding: 1rem;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
	width: 22px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
}
#sync1.owl-theme .owl-next:hover, #sync1.owl-theme .owl-prev:hover {
	width: 22px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	background: #fdd10e;
}
#sync1.owl-theme .owl-prev {
	left: 10px;
}
#sync1.owl-theme .owl-next {
	right: 10px;
}
/* animate fadin duration 1.5s */

.owl-carousel .animated {
	animation-duration: 1.5s !important;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
	width: 35px !important;
	height: 55px !important;
}
#sync1 svg {
	width: 22px !important;
}
#sync1 .fade:not(.show) {
	opacity: 1;
}
.product_heading {
	font-size: 2rem;
	font-weight: 700;
}
.product_imagebox {
	position: relative;
	width: 650px;
}
.product__carousel .gallery-top {
	text-align: center;
	width: 650px;
	height: 450px !important;
}
.product__carousel .gallery-thumbs .swiper-slide {
	height: 100px !important;
	width: 100px !important;
	display: inline-block;
}
.swiper-container {
	text-align: center;
}
.gallery-thumbs .swiper-wrapper {
	display: block !important;
}
.product_imagebox .product_thumbnail {
	padding: 0;
	position: relative;
	z-index: 999;
}
.product_imagebox .product_thumbnail .fav_btn, .clicked {
	z-index: 1;
	position: absolute;
	top: 20px;
	right: 20px !important;
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	font-size: 1.8rem;
}
.product_imagebox .product_thumbnail .social-share {
	top: 20px;
	left: 20px;
}
.product_imagebox .product_thumbnail .sharebtn {
	font-size: 1.8rem;
	z-index: 1;
	position: absolute;
	top: 10px;
	left: 10px;
	height: 30px;
	width: 30px;
	display: block;
}
.seller_profile_view {
	border-radius: 0.5rem;
	padding: 0.5rem;
	border: solid 1px #ccc;
}
.seller_profile_view span {
	display: block;
	margin-left: 70px;
	text-align: center;
}
.seller_profile_view h4 {
	font-size: 1.5rem;
}
.seller_profile_view .seller_logo {
	height: 60px;
	width: 60px;
	display: block;
	float: left;
	overflow: hidden;
	border-radius: 100px;
	border: solid 1px #ccc;
}
a.viewprofilebtn {
	color: #2e328c;
	font-weight: 700;
	font-size: 1.2rem;
	text-decoration: underline;
}
.product_dtl_price {
	font-size: 1.5rem;
	font-weight: 700;
	color: #000000;
}
h3.product_dtl_title {
	font-size: 1.6rem;
	margin: 0;
}
.product_dtl_rightpart p {
	font-size: 1.4rem;
}
.vender_contact_list {	/* float: right; */
	/* display: block; */
	text-align: center;
	overflow: hidden;
	display: block;
}
.vender_contact_list li {
	display: block;
	float: left;
	margin: 0;
	padding: 10px 0;
	width: 48%;
}
.vender_contact_list li:first-child {
	margin-right: 10px;
}
/*.vender_contact_list li {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 10px 0;
	width: 49%;
}*/
.vender_contact_list li a {
	font-size: 1.8rem;
	padding: 0.6rem 1rem;
	border-radius: 0.5rem;
	background: #eee;
	display: block;
	width: 100%;
}
.vender_contact_list li a.callbg {
	background: #e6e7e8;
	color: #000000;
}
.vender_contact_list li a.whatsupbg {
	background: #39b54a;
	color: #ffffff;
}
.iteam_overview {
	padding: 2rem 0 1rem;
}
.iteam_overview h3 {
	font-size: 1.4rem;
	font-weight: 400;
}
.iteam_overview p {
	text-align: justify;
}
.iteam_overview p {
	max-height: 230px;
	overflow-x: hidden;
	display: block;
	overflow-y: auto !important;
	padding-right: 20px;
}
.iteambox {
	font-size: 1rem;
	margin-bottom: 1.4rem;
	background: #f1f1f2;
	padding: 10px;
	text-align: center;
	border-radius: 0.5rem;
}
.iteambox_head {
	display: block;
	font-size: 1.1rem;
	text-transform: uppercase;
}
.seller_location {
	font-size: 1.2rem;
}
.seller_location i {
	font-size: 1.8rem;
}
.reportads a {
	color: #ff0000;
}
.review_wrap h3 {
	font-size: 1.4rem;
	font-weight: 400;
}
.star_rating {
	display: block;
}
.star_rating svg {
	width: 30px;
	float: left;
	display: block;
}
.review_wrap textarea::placeholder {
 color: #000000;
}
.review_card {
	border: solid 1px #ccc;
	margin: 1rem 0;
}
.sallercall_model {
	top: 20%;
}
.vendor_popup_top {
	overflow: hidden;
}
.vendor_popup_top .vendor_img {
	height: 60px;
	width: 60px;
	display: block;
	float: left;
	overflow: hidden;
	border-radius: 100px;
	border: solid 1px #ccc;
}
.vendor_popup_top span {
	display: block;
	margin-left: 70px;
}
.vendor_popup_top h3 {
	font-size: 1.8rem;
	font-weight: 400;
}
.postjobbtn {
	float: right;
}
.postjobbtn_model .modal-dialog {
	top: 5%;
	min-width: 800px;
}
.postjobbtn_model .modal-body {
	position: relative;
	padding: 2rem;
}
.postjobbox {
	position: relative;
}
.postjobbox .language_tab {
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: none;
}
.inner_banner h1 {
	font-size: 3rem;
}
.inner_banner h3 {
	font-weight: 400;
}
.career_wrapper h2 {
	font-size: 2rem;
	font-weight: 700;
}
.career_tablist.nav-pills .nav-link {
	border-radius: 0.25rem;
	padding: 0; /*	height: 200px;

*/
}
.career_tablist.nav-pills .nav-link.active, .career_tablist.nav-pills .show > .nav-link, .career_tablist.nav-pills .nav-link:focus {
	background-color: transparent;
	padding: 0;
	color: #000000;
}
.career_tablist.nav-pills .nav-link:hover {
	color: #000000;
}
.career_tablist .job_position {
	color: #6d6e71;
	position: absolute;
	right: -15px;
	top: 0;
	font-size: 1.2rem;
}
.career_tablist .available_info li + li {
	margin-top: 0;
}
.career_tablist .career_card .card_text p {
	padding-top: 0.3rem;
}
.career_tablist .career_card .card-body {
	padding: 1.5rem;
}
.career_tablist .career_card {
	margin-bottom: 0;
}
.career_dtl_wrap {
	background: #f2f3f3;
}
.career_top {
	background: #e6e7e7;
}
.career_dtl_wrap .career_card {
	background-color: #e6e7e7;
	box-shadow: none;
	margin: 0;
}
.career_dtl_wrap .available_info li span {
	font-size: 1.1rem;
	display: block;
}
.career_dtl_wrap .career_card .card-body {
	padding: 1.5rem;
}
.career_dtl_wrap .card_text h5 {
	color: #010101;
	font-size: 1.5rem;
	width: 80%;
}
.career_mid {
	padding: 1.5rem;
	display: block;
	overflow: hidden;
}
.career_mid p {
	height: 400px;
	overflow-x: hidden;
	display: block;
	overflow-y: auto !important;
	padding-right: 10px;
}
.ads_limit {
	font-size: 1.5rem;
	text-align: center;
	margin: 50px 0 150px 0;
}
.publicbtn {
	margin-top: 30px !important;
}
.applybtn {
	float: right;
}
.favicon_list li .sharebtn {
	background-color: transparent;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: none;
	cursor: pointer;
	z-index: 2;
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
.sharebtn:hover, .sharebtn:focus, .sharebtn:active {
	background-color: transparent !important;
	border: none;
	outline: none;
}
.share_list {
	position: absolute;
	left: 15px;
	top: 30px;
	width: 0;
	height: 0;
	padding: 0;
	background-color: #222;
	z-index: 1;
	transition: 0.5s ease-in-out;
	overflow: hidden;
}
.act > .share_list {
	left: 50px;
	top: 15px;
	height: 46px;
	padding: 0px 0;
	background-color: #222;
	border-radius: 30px;
	display: block;
	width: auto;
}
.act > .share_list li {
	position: relative;
	display: block;
	float: left;
}
.act > .share_list li a {
	border-radius: 100px;
	border: solid 2px #000;
	position: relative;
	z-index: 111;
	display: block;
	padding: 5px 9px;
	background: #757575;
	height: 38px;
	width: 38px;
	margin: 3px;
	font-size: 16px;
	text-align: center;
}
.act > .share_list li a:hover {
	background: #000000;
	border: solid 2px #ccc;
	color: #ffffff;
}
.act > .share_list li:hover a {
	color: #ffffff;
}
.list-item {
	border-radius: 100%;
}
/*.list-item:hover {

  background-color: #666;

  border-radius: 100%;

}*/

.list-item:hover ion-icon {
	transform: scale(140%);
}
.list-item-link {
	width: 30px;
	height: 30px;
	color: #ffffff;
	place-content: center;
}
rating-box {
	display: block;
}
.rating-box .rating-container {
	direction: rtl;
}
.rating-box .rating-container label {
	display: inline-block;
	margin: 0 0;
	color: #d4d4d4;
	cursor: pointer;
	font-size: 50px;
	transition: color 0.2s;
}
.rating-box .rating-container input {
	display: none;
}
.rating-box .rating-container label:hover, .rating-box .rating-container label:hover ~ label, .rating-box .rating-container input:checked ~ label {
	color: gold;
}
.about_wrapper p, .career_wrapper p, .faq_wrapper p, .privacy_wrapper p {
	text-align: justify;
}
.favicon_list li a.favbtn_sec i {
	color: #ff0000;
}
.sharebtn i {
	-webkit-text-stroke: 1px #000;
	-webkit-text-fill-color: transparent;
}
.sharebtn i:hover {
	color: #000000;
	-webkit-text-fill-color: #000000;
}
.delete_model {
	top: 24%;
}
.time_card_r {
	position: relative;
}
.add_hours {
	padding: 10px 0;
	display: block;
}
.time_card_r h6 {
	padding-bottom: 0;
}
.time_card_l .col-sm-6 .col-sm-6 {
	padding-left: 10px;
	padding-right: 10px;
}
.add-on .input-group-btn > .btn {
	border-left-width: 0;
	left: -2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */

.add-on .form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-color: transparent;
}
.my-navbar-nav > li > a {
	border-right: 1px solid #ddd;
	padding-bottom: 15px;
	padding-top: 15px;
}
.my-navbar-nav:last-child {
	border-right: 0;
}
.round-btn {
	position: absolute;
	height: 43px;
	width: 45px;
	background-color: transparent;
	border-radius: 0.25rem;
	text-align: center;
	line-height: 41px;
	color: #ffffff;
	background-color: #717171;
	display: none;
	right: 15px;
	top: 10px;
}
.hidden-search-box {
	display: none;
	position: relative;
	float: right;
	background-color: #ffffff;
	height: 50px;
	width: 100%;
	z-index: 1000;
}
.addon-btn {
	width: 50px;
	height: 50px;
	background-color: #717171;
	border: 0 none;
	margin-top: -5px;
	color: #ffffff;
}
.addon-text-box, addon-text-box:active {
	background-color: transparent !important;
	border: 0 none;
	color: #000000 !important;
	border-radius: 0;
	border-bottom: 1px #fff solid;
	font-family: Proxima Nova soft, Helvetica, sans;
	font-weight: 400;
}
.traingle {
	height: 15px;
	width: 15px;
	background-color: transparent;
	border-left: 15px transparent solid;
	border-right: 15px transparent solid;
	border-bottom: 15px rgb(255, 255, 255) solid;
	float: right;
	margin-top: -10px;
	margin-right: 10px;
}
.form_check .form-check-label span {
	font-weight: 700;
}
.holiday_checkbox {
	text-align: center;
	margin-top: 20px;
}
.product_price_old span {
	color: #ff0000;
}
.product_price_old_in {
	display: inline;
	font-weight: 400;
	position: relative;
	text-decoration: line-through;
}
.product_price_old_in:before {
	display: none;
	position: absolute;
	top: 54%;
	left: 0;
	right: 0;
	content: "";
	height: 1px;
	width: 100%;
	background-color: #000000;
	z-index: 1;
}
.auto_suggestion {
	position: absolute;
	top: 47px;
	background: #ffffff;
	width: 100%;
	z-index: 999;
	height: 200px;
	overflow: hidden;
	overflow-y: scroll;
	padding: 10px;
}
.auto_suggestion p {
	padding: 0;
}
.map_btn {
	position: relative;
}
.reset_location {
	position: absolute;
	top: -55px;
	right: 60px;
	background-color: #ffffff;
}
.captchaw div {
	width: 100% !important;
	margin: 0 auto;
	display: block;
}
.product_dtl_banner .carousel-caption {
	position: absolute;
	right: 5%;
	top: 5%;
	left: 5%;
	bottom: 5%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 0;
	color: #fff;
	text-align: center;
}
.product_dtl_banner .carousel-caption h1 {
	font-size: 2.5rem;
}
.product_dtl_banner .slide {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	height: 800px;
	position: relative;
}
.product_dtl_banner .carousel-caption h3 {
	font-size: 2rem;
	position: absolute;
	bottom: 12%;
	left: 0;
	right: 0;
	font-weight: 400;
	color: #231f20;
}
.product_dtl_banner .carousel-caption .explorebtn {
	position: absolute;
	bottom: 0%;
	left: 0;
	right: 0;
	font-weight: 400;
	color: #fff;
	width: 168px;
	margin: 0 auto;
}
.modal-header .close {
	margin: -1rem -1rem -1rem -1rem;
}
.search_tab_content .form-group.item {
	margin-bottom: 1rem;
}
/*============================================================
social-share
==============================================================*/
.social-share {
	display: block;
	/* flex-direction: column; */
	position: absolute;
	z-index: 99;
	top: 10px;
	left: 10px;
}
.socialbtn i.socialbtnicon {
	-webkit-text-stroke: 1px #000;
	-webkit-text-fill-color: transparent;
}

.socialbtn {
	font-size: 1.3rem;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #999;
	cursor: pointer;
	position: relative;/*	background: #fff;
*/}
.socialbtn .fa-share-alt {
	margin-right: 2px;
}
.socialbtn:active:not(:focus-within) {
}
.socialbtn:active:not(:focus-within) > i {
}
.social1 {
	box-shadow: none;
	position: absolute;
	top: 0;
	display: none;
	justify-content: space-between;
	background-color: #222;
	padding: 5px;
	border-radius: 50px;
	left: 26px;
}
.toggle input[type="checkbox"]:checked + .socialbtn .social1 {
	animation: fadeIn 1s;
	display: flex;
}

.toggle input[type="checkbox"]:checked + .socialbtn .fa-share-alt {
	display: none;
}
.toggle input[type="checkbox"]:not(:checked) + .socialbtn .fa-times {
	display: none;
}
.social1 a i {
	color: #ffffff;
}
.social1 a {
	color: #ffffff;
	margin: 0 5px;
	border-radius: 100px;
	border: solid 2px #000;
	position: relative;
	z-index: 111;
	display: block;
	padding: 4px;
	background: #757575;
	height: 32px;
	width: 32px;
	font-size: 12px;
	text-align: center;
}
.social1 a:hover {
	background: #000000;
	border: solid 2px #ccc;
	color: #ffffff;
}
.social1 input[type="checkbox"] {
	display: none;
}
 @keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
 @keyframes fadeOut {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}
.favicon_list .social-share {
	display: block;
	/* flex-direction: column; */
	position: relative !important;
	z-index: 99;
	top: 0;
	left: 0;
}
.favicon_list li .social1 i {
	font-size: 1rem;
}
.favicon_list li .social1 a {
	padding: 6px !important;
	font-size: 12px;
}
.social-share input {
	display: none !important;
}
.slider_counter {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 1.2rem;
	border-radius: 100%;
	text-align: center;
	font-weight: 700;
	z-index: 9999;
}
#t_c-error {
	position: absolute;
	bottom: -20px;
}
.swiper-button-next, .swiper-button-prev {
	z-index: 9999;
}
.favorite_card h4 a:hover {
	color: #080909;
}
.noti_action {
	max-height: 350px;
	overflow: hidden;
	overflow-y: scroll;
}
.people li.active {
	/* border: solid 1px #ccc; */
	background: #fff3c3;
}
.cpassword_wrap .field-icon {
	position: absolute;
	z-index: 2;
	right: 25px;
	top: 14px;
}
.career_tablist {
	display: block !important;
}
.career_tablist li {
	margin-bottom: 15px;
	margin-right: 10px;
}
.joblist {
	max-height: 724px;
}
/* .form-check #t_c-error {
	position: absolute;
	bottom: 0 !important;
} */
.time_card_l .form-control {
 padding: .5rem .3rem!important;
 font-size: .9rem!important;
}
.language_btn option[selected] {
	background-color: #dddddd !important;
}
.language_btn option:hover, .language_btn option:focus {
	background-color: #dddddd !important;
}
.flagged_card .card_img {
	height: 174px;
}
.reject_reason {
	overflow-y: auto;
	height: auto;
	max-height: 100px;
	overflow-x: hidden;
	font-weight: 400 !important;
}
.locateme {
	position: relative;
	display: inline-block;
	color: #080909;
	font-size: 1.1rem;
	font-weight: 600;
	padding: 0 0.5rem;
	margin-left: 1rem;
	margin-right: 0.5rem;
}
.locateme i {
	color: #ff0000;
	display: block;
	float: right;
	top: 13px;
	position: absolute;
	right: 4px;
}
.locateme:hover {
	color: #080909;
}
.locateme span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	/* min-height: ; */
	width: 100px;
	/* display: block; */
	margin-top: 0px;
	top: 8px;
	position: relative;
}
.featured_product_slider .product_thumbnail {		
	padding: 0;
	position: relative;
 margin-bottom: .5rem;
}
.custom_price .start_price {
	font-size: 1.4rem;
}
.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}	
.product_dtl_rightpart .product_dtl_price {
	padding: 1.5rem 0!important;
}
.rating_list {
	overflow-y: auto!important;
	margin: 20px 0!important;
}
.rating_list .review_card {
 margin: 1rem .5rem 1rem 0;
}
.flagged_card .product_price_old {
	display: inline-block;
}
.sub_category_box h4 {
	font-size: 1.4rem;
}
.flagged_card p {
	cursor: pointer;
}
.category_content  .custom_price {
	min-height: 54px;
}
.socialbtn:hover .social1{
	display:flex;
		}
	.socialbtn:hover  i .social1{
	display:flex;
		}
.socialbtn i.socialbtnicon:hover {
		display:block;
		color: #000000;
	-webkit-text-fill-color: #000000;
}.toggle input[type="checkbox"]:not(:checked) + .socialbtn .social1 {
	animation:none
/*	animation: fadeOut 1s;
*/
}

.seller_interior_slider  ,.seller_exterior_slider   {
	border:solid 1px #ccc;
}

.seller_interior_slider .item ,.seller_exterior_slider  .item {
	height: 300px;
	overflow: hidden;
}