@charset="UTF-8";

/* RESET STYLE */
* {
	margin: 0;	
	padding: 0;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
}
html {
	height: 100%;
}
ul, ol {
	list-style: none;
	margin: 0;
}
img {
	max-width: 100%;
}
a:hover, a:focus, input, button {
	outline: none;
	border: none;
	text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a,div, ul, img, button, input, header {
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* HEADER STYLE START */
.header {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.header .header-row {
	display: flex;
	align-items: center;
}
.header .site-logo {
	text-align: center;
	float: left;
	width: 100%;
}
.site-logo .slogan {
	font-size: 13px;
	color: #000000;
	padding-top: 5px;
}
.header .header-form {
	float: left;
	width: 100%;
    margin-top: 20px;
}
.header-form .form-group {
	margin: 0;
	position: relative;
}
.header-form .form-control {
	border-radius: 0;
	border: 1px solid #ededed;
    -webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #f7f3f5;
	font-size: 14px;
	/*text-transform: uppercase;*/
	min-height: 52px;
	float: left;
	width: 100%;
    font-weight: bold;
}
.header-form .form-control:focus {
	border-color: unset;
	box-shadow: unset;
	border: unset;
}
.header-form .hf-btn {
	width: 32px;
	min-height: 52px;
	background-color: #f7f3f2;
	border-radius: 0;
	cursor: pointer;
	padding: 5px;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	position: absolute;
	right: 0px;
}
.header-form .hf-btn:focus {
	border-color: unset;
	box-shadow: unset;
	border: unset;
}
.header .no-padding {
	padding: 0;
}
.header .header-right {
	display: flex;
	align-items: center;
	/*float: right;*/
}
.header .right-menu > ul {
	display: flex;
	align-items: center;
}
.header .app-store {
	vertical-align: middle;
    margin-right: 10px;
}
.header .app-store a {
	width: 116px;
}
.header .right-menu {
	display: inline-block;
	vertical-align: middle;
}
.header .right-menu .menu-ul {
	display: flex;
	align-items: center;
}
.right-menu ul li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
.login-icon > span {
	font-size: 12px;
}
.left-menu .login-icon {
	text-align: center;
}

.chat-box span.count {
    position: absolute;
    top: -20px;
    right: 0;
    border: 1px solid red;
    border-radius: 100%;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    background-color: red;
}
.right-menu ul li a {
	color: #f5160c;
	text-transform: uppercase;
	font-size: 14px;
	border: 1px solid #f5160c;
	padding: 7px 15px;
	display: inline-block;
	vertical-align: middle;
}
.right-menu ul .chat-box a {
	padding: 17px 24px;
}
.right-menu ul li a:hover {
	background-color: #f5160c;
	color: #fff;
}
.right-menu .pst-ad a {
	background-color: #f5160c;
	color: #fff;
	background-image: url(../images/camera-icon.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 7px 12px 7px 42px;
	display: inline-block;
}

.right-menu .pst-ad a:hover {
	background-image: url(../images/camera-iconr.png);
	background-color: #fff;
	color: #f5160c;
}
.left-menu .login-icon a {
	padding: 0;
}
.login-icon a img {
	width: 50px;
	height: 50px;
	border: 1px solid #ededed;
	border-radius: 100%;
	overflow: hidden;
	padding: 2px;
	line-height: 50px;
}
.chat-box > a {
  background-image: url("https://www.usnapp.ng/images/chat-red.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.chat-box > a:hover {
  background-image: url("https://www.usnapp.ng/images/chat-white.png");
  background-color: #f5160c;
}
.right-menu .left-menu a {
	border: 0;
	font-size: 36px;
	display: block;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #f5160c;
	border-color: #f5160c;
}
.right-menu .left-menu a:hover {
	background-color: unset;
	color: unset;
}
.right-menu .left-menu {
	position: relative;
	margin-right: 0;
}
.left-menu .main-smenu {
	position: absolute;
	width: 200px;
	right: 0;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	z-index: 10;
	margin-top: 10px;
	display: none;
}
.submenu-cont {
    display: inline-block;
    cursor: pointer;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #f5160c;
    margin: 6px 0;
    transition: 0.4s;
}
.left-menu .submenu-cont .bar3 {
	margin-bottom: 0;
}
.left-menu .main-smenu li {
	display: block;
	border-bottom: 1px solid #e4e4e4;
    width: 100%;
}
.left-menu .main-smenu li a {
	font-size: 14px;
	width: 100%;
	text-transform: inherit;
	color: #000;
	display: inline-block;
}
.left-menu .main-smenu li a:hover {
	color: #f5160c;
}

#loading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	z-index:9;
}
.load-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
/* HEADER STYLE END */

/* TOP CATEGORY SECTION STYLE START */
.category-sec {
	float: left;
	width: 100%;
	background-color: #f7f3f2;
}
.category-sec .category-inner {
	text-align: center;
	float: left;
	width: 100%;
	padding: 0 0 10px;
}
.category-inner .single-category {
	/* display: inline-block; */
	vertical-align: middle;
	text-align: center;
}
.single-category .sc-imgs {
	position: relative;
	display: block;
	width: 100%;
	height: 80px;
}
.sc-imgs img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px !important;
}
.sc-imgs .icon-normal {
	z-index: 1;
	opacity: 1;
	transform: all ease-in-out 0.3s;
}
.sc-imgs .icon-hover {
	opacity: 0;
	z-index: 0;
	transition: all ease-in-out 0.3s;
}
.single-category a:hover .icon-hover {
	opacity: 1;
	z-index: 2
}
.single-category a:hover .icon-normal {
	opacity: 0;
}
.single-category a:hover .sc-title {
	color: #f5160c;
}
.single-category .sc-title {
	display: block;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	color: #000;
	text-transform: capitalize;
	transition: all ease-in-out 0.3s;
}
/* TOP CATEGORY SECTION STYLE END */

/* MAIN SECTION STYLE START */
.main-section {
	float: left;
	width: 100%;
	padding: 10px 0;
}
#userLogin input {
    border: 2px solid #d7d7d7;
    border-radius: 22px;
    height: 51px;
    padding: 0 10px 0 78px;
    position: relative;
    width: 100%;
}
#postLogin input, #registerForm input, #registerSellerForm input, #feedLogin input {
    border: 2px solid #d7d7d7;
    border-radius: 22px;
    height: 51px;
    padding: 0 10px 0 78px;
    position: relative;
    width: 100%;
}
.custom-modal input {
    border: 2px solid #e7e7e7;
    border-radius: 0;
    box-shadow: none;
    font-family: open sans;
    font-weight: 400;
    margin-bottom: 12px;
    margin-right: 5.5px;
    width: 48.4%;
    height: 45px;
}
.input-close {
	position: absolute;
	right: 0;
	background-color: #F5160C;
	width: 24px;
	height: 24px;
	color: #fff;
	border-radius: 100%;
	right: 11px;
	text-align: center;
	line-height: 24px;
	margin-top: 3px;
	cursor: default;
}
.custom-modal [type="submit"] {
    background: #e40909 none repeat scroll 0 0;
    border: medium none #e40909;
    border-radius: 0;
    color: #ffffff;
    float: right;
    font-family: open sans;
    font-weight: 400;
    padding: 9px;
    text-transform: capitalize;
    width: auto;
}
#userLogin [type="submit"] {
    border-radius: 12px;
    font-size: 18px;
    padding: 10px 42px;
}
.login-input i {
    color: #e40909;
    font-size: 24px;
    left: 25px;
    position: absolute;
    top: 16px;
}
/* MAIN SECTION STYLE END */

/* SELECT SECTION STYLE START */
.main-section .select-sec {
	float: left;
	width: 100%;
	border: 1px solid #e4e4e4;
	box-shadow: 1px 5px 7px 0px rgba(0,0,0,0.1);
}
.select-sec .scate-sec {
	float: left;
	width: 100%;
}
.scate-sec .scate-title {
	background-color: #f7f3f2;
	padding: 10px;
}
.scate-title h4 {
	color: #e8625c;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.login-app-link{display:none;}
.download-app-wrapper{clear: both;background: #f7f3f2;padding: 10px;margin-top: 20px;margin-bottom:20px;float: left;width: 100%;}
.download-app-wrapper .scate-title h4{font-size:15px;margin-bottom: 10px;}
.download-app-wrapper img{width:120px;max-width:100%;margin-bottom:5px;}
.scate-sec .loc-field {
	background-color: #d2c3c2;
	padding: 8px 10px;
	position: relative;
}
.loc-field .loc-input {
	background-image: url(../images/loc-icon.png);
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	padding: 5px 10px 5px 30px;
	width: 100%;
	font-size: 12px;
}
.scate-content #slidecontainer {
	position: relative;
	width: 100%;
	padding: 10px;
}
#slidecontainer .slider {
    /* -webkit-appearance: none; */
    appearance: none;
    position: unset;
    width: 100%;
    height: 25px;
    background: transparent;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
#slidecontainer .slider:hover {
    opacity: 1;
}
#slidecontainer .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: #f5160c;
    cursor: pointer;
	border-radius: 100%;
    border: none !important;
}
#slidecontainer .slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #f5160c;
    cursor: pointer;
	border-radius: 100%;
    border: none !important;
}
.scate-sec .postby-date {
	padding: 0;
}
.postby-date .post-days {
	display: block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #f7f3f2;
	padding: 10px 20px 10px 30px;
}
.byprice .price-range {
	border: 1px solid #eeeeee;
	margin-bottom: 5px;
	border-radius: 5px;
	padding: 6px 10px 6px 15px;
	font-size: 11px;
	text-transform: uppercase;
	color: #d5d5d5;
	width: 100%;
}
.byprice .price-range:first-child {
	margin-top: 14px;
}
.byprice .price-range:last-child {
	margin-bottom: 14px;
}
button.accordion {
	background-color: #f7f3f2;
	color: #f5160c;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	border-bottom: 1px solid #d2c3c2;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}
button.accordion.active, button.accordion:hover {
    background-color: #f7f3f2;
}
button.accordion::after {
	content: '\002B';
	color: #ee9c98;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	font-size: 34px;
	font-weight: 100;
	line-height: 20px;
}
.help-box h2 {
	text-align: center;
	margin-bottom: 17px;
	color: #919191;
}
button.accordion.active:after {
    content: "\2212";
}
.select-sec .scate-sec:last-child .accordion {
	border-bottom: 0;
}
.scate-sec .panel {
	padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0;
}
/* SELECT SECTION STYLE END */

/* PRODUCT SECTION STYLE START */
.main-section .product-sec {
	float: left;
	width: 100%;
}
.product-sec .psec-title {
	background-color: #f5160c;
	padding: 10px 20px;
	margin-bottom: 15px;
}
.product-sec .psec-title h2 {
	color: #fff;
	line-height: 40px;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	text-transform: capitalize;
}


.product-sec .psec-title h1 {
	color: #fff;
	line-height: 40px;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	text-transform: capitalize;
}
.product-sec .psec-inner {
	border: 1px solid #e3e3e3;
	background-color: #f1edec;
	padding: 10px 0px;
	float: left;
	width: 100%;
}
.psec-inner .product-box {
	background-color: #fff;
}
.product-box .product-img {
	padding: 5px 5px 0 5px;
	display: block;
}
.product-img img {
	width: 100%;
}
.product-box .pimg-title {
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	padding: 10px 0;
	word-wrap: break-word;
}
.product-box .pimg-title a{
	color: #000;
	padding: 3px 0;
	display: block;
	font-weight: bold;
}
.product-box .pimg-title a:hover{
	color: #f5160c;
}
.product-box .pimg-loc {
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
	color: #000;
	font-weight: 600;
	border-top: 1px solid #ddd;
	/* background-image: url(../images/loc-iconb.png);
	background-repeat: no-repeat;
	background-position: left; */
}
.product-box .pimg-loc a {
	color: #f5160c;
	font-size: 14px;
}
.psec-inner .psec-btn {
	background-color: #f5160c;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 40px;
	padding: 12px 70px;
	border: 0 none;
	transition: all ease-in-out 0.3s;
	margin: 15px 0;
}
.psec-inner .psec-btn:hover {
	color: #000;
}

.profile-head .ratingOption {
	width: 100%;
	text-align: right;
}
.ratingOption .pr-title {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.ratingOption .pr-star {
	display: inline-block;
	vertical-align: middle;
}
.ratingOption .pr-star .rationNo {
	display: inline-block;
}
.ratingOption .pr-star .starsrating {
	display: inline-block;
}
.starsrating > li {
	display: inline-block;
}
.starsrating > li > i {
	font-size: 22px;
}
.pr-title > p {
	font-size: 18px;
}
.ratingOption .pr-star .rationNo {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
}

.masonry { /* Masonry container */
    column-count: 4;
	 -moz-column-count: 4;
	 -webkit-column-count: 4;
	margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 0.750em;
    font-size: .85em;
}
.masonry.item { /* Masonry bricks or child elements */
    display: inline-block;
    width: 100%;
    background: #fff;
    padding-bottom: 5px;
    margin: 0 0 1em;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.starsrating .selected{
    color:#f5160c;
}
 #waterfall {
            overflow: hidden;
        }

        #waterfall.min {
            margin: 0;
        }

        #waterfall li {
            /*position: absolute;*/
            left: 0;
            top: 0;
            opacity: 0;
            z-index: 0;
            transform: translateY(100px);
        }

        #waterfall li:hover {
            z-index: 1;
        }

        #waterfall li.show {
            opacity: 1;
            transform: translateY(0);
            transition: all 0.3s, top 1s;
        }

        #waterfall li.hide{display:none !important;}

        #waterfall li>div {
            color: rgba(0, 0, 0, 0.6);
            font-size: 32px;
            border-radius: 3px;
            margin: 6px;
            padding: 5px;
            background: rgb(255, 255, 255);
            border: 1px solid rgba(038, 191, 64, 0);
            transition: all 0.5s;
        }

        #waterfall li>div:hover {
            transform: translateY(-10px);
            /*border: 1px solid #f5160c;*/
            box-shadow: 0 14px 22px rgba(0, 0, 0, 0.2);
            transition: all 0.3s;
        }

        #waterfall li.min>div {
            margin: 0;
            transform: none;
            border: none;
            border-radius: 0;
            box-shadow: none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

        #waterfall li.min>div:hover {
            transform: none;
            border: none;
            border-radius: 0;
            box-shadow: none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

/* PRODUCT SECTION STYLE END */

/* HELP PAGE STYLE START */
.shelp-sec {
	float: left;
	width: 100%;
	text-align: center;
	background-image: url("../images/intersticial-bg.jpg");
	padding: 20px 65px;
	height: 220px;
	background-position: center center;
	display: flex;
	align-items: center;
}
.shelp-sec .shelp-title {
	float: left;
	width: 100%;
}
.shelp-title h2 {
	font-size: 38px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
}
.shelp-title .sub-txt {
	font-size: 18px;
	color: #574e43;
}
.shelp-sec .shelp-form {
	float: left;
	width: 100%;
}
.shelp-form .form-group {
	margin: 0;
}
.shelp-form .form-control {
	border-radius: 0;
	border: 1px solid #eeeeee;
	min-height: 60px;
	font-size: 18px;
	font-weight: 300;
	width: 92%;
	float: left;
}
.shelp-form .form-control:focus {
	box-shadow: unset;
}
.shelp-form .form-control::placeholder {
	color: #574e43;
}
.shelp-form .form-group .sh-btn {
	width: 8%;
	margin-left: -5px;
	min-height: 60px;
	background-color: #fff;
	border-radius: 0;
	cursor: pointer;
	padding: 5px;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.shelp-form .form-group .sh-btn:focus {
	box-shadow: unset;
}
.help-category {
	float: left;
	width: 100%;
	padding: 50px 0;
}
.help-category .help-box {
	float: left;
	width: 100%;
	margin-bottom: 14px;
	padding: 0 10px;
	display: flex;
}
.help-box button.accordion::after {
	content: '\002B';
	color: #d8d8d8;
	float: right;
	margin-left: 5px;
	font-size: 30px;
	font-weight: 600;
	line-height: 24px;
	border: 1px solid #d8d8d8;
	border-radius: 50%;
	height: 28px;
	width: 28px;
	text-align: center;
}
.help-box button.accordion.active::after {
	content: "\2212";
	color: #f5160c;
	border-color: #f5160c;
}
.help-box h4.accordion {
	border-bottom: unset;
	color: #574e43;
	font-size: 18px;
	text-transform: inherit;
	font-weight: 600;
}
.help-box .panel {
	background-color: #f7f3f2;
	max-height: 0;
	overflow: hidden;
	margin-bottom: 0;
}
.help-box p {
	color: #919191;
	font-size: 15px;
	padding: 10px 0;
	text-align: justify;
	line-height: 24px;
}
.help-box p.tandc {
	text-align: left;
}
.icon-box i {
	font-size: 30px;
	color: #ccc;
}
.help-box .icon-box {
	margin-right: 20px;
}
.listing{
	margin-top: 10px;
	margin-bottom:22px;
}

.listing li {
	position: relative;
	padding-left: 17px;
	margin-bottom: 20px;
}

.listing li:before {
	position: absolute;
	left: 0;
	content: "\f054";
	font-family: FontAwesome;
}

.update_data{
	margin-bottom:30px;
	font-weight:bold;
}
/* HELP PAGE STYLE END */

/* ABOUT US PAGE STYLE START */
.about-section {
	float: left;
	width: 100%;
}
.about-section .section-head {
	background-image: url("../images/intersticial-bg.jpg");
	padding: 20px 65px;
	height: 220px;
	background-position: center center;
	display: flex;
	align-items: center;
}
.about-title h2 {
	font-size: 38px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}
.about-section .section-pra {
	float: left;
	width: 100%;
	padding: 30px 0;
}
.about-section .section-pra p {
	font-size: 16px;
	text-align: left;
	line-height: 28px;
}
/* ABOUT US PAGE STYLE END */

/* CONTACT US PAGE STYLE START */
.contact-section {
	float: left;
	width: 100%;
	background-image: url("../images/intersticial-bg.jpg");
	padding: 20px 65px;
	height: 220px;
	background-position: center center;
	display: flex;
	align-items: center;
}
.contact-section .section-title {
	float: left;
	width: 100%;
	text-align: center;
}
.contact-section .section-title h2 {
	font-size: 38px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #ffffff;
}
.contact-inner {
	float: left;
	width: 100%;
	padding: 30px 0;
}
.contact-inner .contact-form {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.contact-form form {
	float: left;
	width: 100%;
	border: 1px solid #ededed;
	padding: 20px 10px 10px;
}
.contact-form .form-control {
	border-radius: 0;
	border: 1px solid #999999;
	box-shadow: unset;
	height: 38px;
}
.contact-form textarea.form-control {
	height: auto;
	resize: none;
}
.contact-form .form-control:focus {
	border-color: #f5160c;
}
.contact-form .form-sbt {
	border: 1px solid #f5160c;
	background-color: transparent;
	padding: 8px 30px;
	font-size: 16px;
}
.contact-form .form-sbt:hover {
	background-color: #f5160c;
	color: #fff;
}
.gt-section {
	background-color: #f7f3f2;
	padding: 30px 0;
	float: left;
	width: 100%;
}
.gt-section .getin-touch {
	float: left;
	width: 100%;
	text-align: center;
}
.getin-touch p {
	font-size: 22px;
	color: #000000;
}
.getin-touch p a {
	color: #f5160c;
}
/* CONTACT US PAGE STYLE END */

/* PRIVACY POLICY STYLE START */
.ppolicy-section {
	float: left;
	width: 100%;
}
.ppolicy-section .section-head {
	background-image: url("../images/intersticial-bg.jpg");
	padding: 20px 65px;
	height: 220px;
	background-position: center center;
	display: flex;
	align-items: center;
}
.privacy-title h2 {
	font-size: 38px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}
.ppolicy-section .section-inner {
	float: left;
	width: 100%;
	padding: 30px 0;
}
.ppolicy-section .section-inner p {
	font-size: 16px;
	text-align: left;
	line-height: 28px;
}
/* PRIVACY POLICY STYLE END */

/* TERM & CONDITION STYLE START */
.tcond-section {
	float: left;
	width: 100%;
}
.tcond-section .section-head {
	background-image: url("../images/intersticial-bg.jpg");
	padding: 20px 65px;
	height: 220px;
	background-position: center center;
	display: flex;
	align-items: center;
}
.tcond-title h2 {
	font-size: 38px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}
.tc-inner, .about-inner, .pp-inner {
	background-color: #f7f3f2;
	float: left;
	width: 100%;
}
.tcond-section .section-inner {
	float: left;
	width: 100%;
	padding: 30px 0;
}
.heading-details {
	float: left;
	width: 100%;
	padding: 30px 0;
	text-align: left;
}
.heading-details p {
	font-size: 16px;
	line-height: 28px;
    margin-bottom: 10px;
}
.section-inner .text_val {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}
.section-inner p.detail-txt {
	text-align: left;
	margin-bottom: 30px;
    font-size: 15px;
}
/* TERM & CONDITION STYLE END */

/* LOGIN/REGISTER PAGE STYLE START */
.register-sec, .login-sec {
	float: left;
	width: 100%;
	padding: 50px 0;
	background-image: url(../images/login-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.register-sec .register-form, .login-sec .login-form {
	width: 100%;
	max-width: 496px;
	margin: 0 auto;
	background-color: #fff;
	padding: 30px;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}
.register-form .rf-logo, .login-form .lf-logo {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}
.register-form .form-group,
.login-form .form-group {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
#postLogin .login-input {
	position: relative;
}
.register-form .form-group::before,
.login-form .form-group::before,
#postLogin .login-input::before {
	position: absolute;
	content: "";
	left: 52px;
	top: 10px;
	border-right: 1px solid #7c7c7c;
	height: 40px;
}
.register-form .form-group input::placeholder, 
.login-form .form-group input::placeholder {
	color: #000;
}
.register-form .form-group .form-control,
.login-form .form-group .form-control {
	border: 2px solid #000;
	border-radius: 40px;
	padding: 16px 10px 14px 60px;
	height: 58px;
}
.register-form .form-group input[type="text"], 
.login-form .form-group input[type="text"] {
	background-image: url(../images/user-icon.png);
	background-repeat: no-repeat;
	background-position: left;
}
.register-form .other-login {
	width: 100%;
	text-align: center;
}
#postModal .modal-footer, 
#userLogin .modal-footer,
#feedLogin .modal-footer {
	text-align: center;
}
#postModal .modal-footer .social-login, 
#userLogin .modal-footer .social-login,
#feedLogin .modal-footer .social-login {
	margin: 10px 0;
}
#postModal .modal-footer #postUser, 
#userLogin .modal-footer #loginUser,
#feedLogin .modal-footer #loginFeed {
	margin: 20px 0 0;
	float: none;
	padding: 10px 52px;
}
#postUser[type="submit"] {
	border-radius: 40px;
}
#postModal .modal-footer, 
#userLogin .modal-footer,
#feedLogin .modal-footer {
	padding-bottom: 0;
}
.register-form .form-group input[type="password"], 
.login-form .form-group input[type="password"], 
#postLogin .form-group input, #userLogin .form-group input[type="password"], #registerForm .form-group input[type="password"], #registerSellerForm .form-group input[type="password"], #feedLogin .form-group input[type="password"]  {
	background-image: url(../images/lock-icon.png);
	background-repeat: no-repeat;
	background-position: left;
}
#postLogin .form-group input[type="email"], #userLogin .form-group input[type="email"], #registerForm .form-group input[type="email"], #registerSellerForm .form-group input[type="email"],#registerForm .form-group input[type="text"], #registerSellerForm .form-group input[type="text"], #feedLogin .form-group input[type="email"]   {
	background-image: url(../images/email-icon.png);
	background-repeat: no-repeat;
	background-position: left;
}
.login-form .input-check {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.login-form .input-check::after {
	background-image: url(../images/info-icon.png);
	position: absolute;
	content: "";
	width: 26px;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
	right: 0;
	cursor: pointer;
}
.input-check input[type="checkbox"] {
	margin-right: 10px;
}
.input-check .chk-rem {
	font-size: 16px;
	color: #000;
}
.register-form .lf-btn, 
.login-form .lf-btn {
	display: block;
	width: 100%;
	background-color: #c8212c;
	color: #fff;
	font-size: 20px;
	border-radius: 40px;
	padding: 15px;
	cursor: pointer;
}
.register-form .lf-btn:hover,
.login-form .lf-btn:hover {
	background-color: #f5160c;
}
.login-form .other-login {
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
    color: #000;
}
.other-login .create-new {
	font-size: 20px;
	color: #000;
}
.other-login .create-new:hover {
	color: #c8212c;
}
.other-login .social-login {
	margin-top: 20px;
}
.fb-login a, .gp-login a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 8px;
	border-radius: 5px;
}
.fb-login a {
	background-color: #1a3d91;
}
.fb-login a:hover {
	background-color: #31509C;
}
.gp-login a {
	background-color: #df4a32;
}
.gp-login a:hover {
	background-color: #BE3F2A;
}
.fb-login a i, .fp-login a i {
	font-size: 24px;
	vertical-align: middle;
	padding-right: 2px;
}
/* LOGIN PAGE STYLE END */

/* SEARCH PAGE STYLE START */
.search-head {
	float: left;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	background-color: #f7f3f2;
}
.search-inner {
	float: left;
	width: 100%;
	padding: 26px;
}
.search-inner .psec-inner {
	border: 1px solid #e3e3e3;
	background-color: #f1edec;
	padding: 10px;
	float: left;
	width: 100%;
}
.product_data p{
	text-align: center;
	font-size: 24px;
}
/* SEARCH PAGE STYLE END */

/* SINGLE PRODUCT PAGE STYLE START */
.bcrumb-sec {
	float: left;
	width: 100%;
	background-color: #f7f3f2;
	padding: 10px 0;
}
.bcrumb-sec .breadcrumb {
	background-color: transparent;
	margin: 0;
	text-align: center;
	display: block;
}
.bcrumb-sec ol li {
	display: inline-block;
}
.bcrumb-sec ol li a {
	color: #000;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
}
.bcrumb-sec ol li span {
	color: #f5160c;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
}
.sp-section {
	float: left;
	width: 100%;
	padding: 26px 0;
}
.sp-section .sp-inner {
	background-color: #f7f3f2;
	float: left;
	width: 100%;
	border: 1px solid #e4e4e4;
	padding: 10px;
}
.sp-inner .sp-imgs {
	float: left;
	width: 100%;
}
.sp-imgs .img-big {
	border: 3px solid #eaeaea;
	border-radius: 3px;
	margin-bottom: 8px;
}
.sp-imgs .img-big img {
	width: 100%;
}
.imgs-small .spi {
	display: inline-block;
	border: 3px solid #eaeaea;
	border-radius: 3px;
	width: 24.20%;
}
.sp-inner .sp-content {
	float: left;
	width: 100%;
}
.sp-inner .sp-content {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 10px;
}
.sp-heading .posted_data {
	float: left;
	/*margin-left: 40px;
	display: flex;
	align-items: center;*/
}
.sp-heading > p {
	color: #555;
	margin-top: 10px;
	font-size: 16px;
}
.posted_data .profile-avtar {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 20px;
	float: left;
}
.posted-user{ padding-left: 80px;}
.posted_data .profile-avtar + h4 {
	margin: 0 10px;
}
.posted_data a {
	color: #f5160c;
	font-size: 20px;
}
.sp-content .sp-heading {
	padding-bottom: 30px;
}
.sp-heading h4 {
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	float: left;
    width: 200px;
	margin-bottom: 10px !important;
}
.sp-heading .sp-heart {
  float: right;
  text-align: center;
}
.sp-heart > a {
  color: #f5160c;
  font-size: 14px;
}
.sp-heart a i {
  font-size: 14px;
}
.sp-heart a span {
  display: block;
}
.sp-heading .sp-price {
	color: #f5160c;
	font-size: 28px;
	font-weight: 600;
	display: inline-block;
	margin-top: 12px;
	width: 100%;
}
.sp-map .map-title {
	text-align: center;
	font-size: 18px;
	color: #000000;
	padding: 5px 0;
}
.sp-content .sp-map {
	border: 3px solid #f1f1f1;
	border-radius: 3px;
}
.sp-content .sp-share {
	padding: 15px 0;
	text-align: center;
}
.sp-share .share-title {
	font-size: 22px;
	color: #000000;
}
.sp-share .share-title {
	font-size: 22px;
	color: #000000;
	display: inline-block;
	vertical-align: middle;
	padding-right: 25px;
}
.sp-share .sp-social {
	display: inline-block;
	vertical-align: middle;
}
.sp-social li {
	display: inline-block;
	padding-right: 2px;
}
.sp-content .sp-contact {
	padding: 10px 0 0;
	text-align: center;
}
.sp-contact a {
	background-color: #f5160c;
	color: #ffffff;
	border-radius: 40px;
	padding: 14px 30px;
	border: 0 none;
	margin-right: 20px;
}
.sp-contact a:hover {
	color: #000;
}
.posted-user .sp-contact {
	padding: 10px 0 0;
	text-align: left;
}
.posted-user .sp-contact a {
	padding: 8px 26px;
	font-size: 16px;
    max-width: 200px;
}
.sp-carousel {
	float: left;
	width: 100%;
	padding: 30px 0;
}
.sp-carousel .spc-title {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #f5160c;
	padding: 12px 0;
}
.spc-title h2 {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}
.owl-carousels .owl-nav{
	display: none;
}
.sp-carousel .psec-inner {
	padding: 10px 10px 20px;
	border: 1px solid #e4e4e4;
}
.psec-inner .owl-item {
	padding: 10px;
	padding: 0 10px;
	display: inline-block;
	vertical-align:top;
}
#deleteModal .modal-body, 
#soldModal .modal-body, #sellingModal .modal-body {
	padding-bottom: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
#deleteModal .custom-submit, 
#soldModal #soldSubmit, #sellingModal #sellingSubmit {
	margin: 20px 10px 0 0;
	padding: 5px 40px;
	background-color: #f5160c;
	color: #ffffff;
	font-size: 16px;
	border-color: #f5160c;
	border-radius: 0;
	vertical-align: unset;
}
#deleteModal .no-btn {
	font-size: 16px;
	font-weight: 400;
	background-color: #f5160c;
	border-radius: 0;
	padding: 5px 40px;
	text-align: center;
	color: #ffffff;
	width: unset;
	margin-top: 20px;
	line-height: inherit;
	border: 1px solid #f5160c;
	float: none;
}
#deleteModal .custom-submit:hover, 
#deleteModal .no-btn:hover, 
#soldModal #soldSubmit:hover {
	background-color: #fff;
	color: #f5160c;
	border: 1px solid #f5160c;
}

.social-icon a{width: auto !important;margin-right: 5px;}
.social-icon em {
    font-size: 16px;
    width: 35px;
    height: 35px;
    background: #f5160c;
    border-radius: 100%;
    line-height: 35px;
    text-align: center;
    color: #fff;
}


/* SINGLE PRODUCT PAGE STYLE END */

/* POST ADS PAGE STYLE START */
.postads-sec {
	float: left;
	width: 100%;
	padding: 26px 0;
}
.postads-sec .postads-inner {
	float: left;
	width: 100%;
	background-color: #f7f3f2;
	border: 1px solid #e4e4e4;
	padding: 10px;
}
.postads-inner .ddimg-sec {
	float: left;
	width: 100%;
	min-height: 350px;
	border: 1px solid #e7e7e7;
	padding: 5px;
	background-color: #fff;
	background-image: url(../images/upload-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.ddimg-sec .ddimg-title {
	background-color: #f5160c;
	color: #fff;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 0;
}
.ddimg-sec .ddimg-inner {
	position: relative;
	text-align: center;
	left: 0;
	right: 0;
	top: 50px;
	bottom: 0;
	height: 100%;
}
.ddimg-sec .image_val {
    top: 0;
}
.before_upload .ddimg-inner {
	top: 0;
}
.ddimg-sec #image_dta {
	top: 0;
}
#image_dta > img {
    width: 100%;
}
.multi-imgs .up-img > img {
	position: absolute;
	top: 0;
	z-index: 1;
}
.multi-imgs .up-img .delete_image {
	position: absolute;
	z-index: 3;
	right: 5px;
}
.multi-imgs .up-img .delete_image a {
	color: #F5160C;
	font-size: 20px;
}
.ddimg-inner h4 {
	font-size: 18px;
	font-weight: 700;
}
.ddimg-inner span {
	font-size: 14px;
	color: #f5160c;
	padding-top: 8px;
	display: block;
}
.ddimg-sec .delete_image {
	position: absolute;
	right: 5px;
	top: 0px;
    z-index: 3;
}
.ddimg-sec .dele_data {
	position: relative;
}
.ddimg-sec .delete_image .del_img {
	color: #F5160C;
	font-size: 20px;
}
.postads-inner .multi-imgs {
	margin-top: 5px;
	float: left;
	width: 100%;
}
.multi-imgs .up-img {
	float: left;
	margin-right: 3px;
	min-width: 98px;
	height: 98px;
	background-color: #fff;
	border: 2px solid #e7e7e7;
	cursor: pointer;
	width: 24.30%;
	position: relative;
}
.multi-imgs .up-img input {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	right: 0;
	opacity: 0;
	cursor: pointer;
	width: 100%;
}
.multi-imgs .up-img img {
	width: 100%;
	height: 100%;
}
.ddimg-sec input {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	cursor: pointer;
}
.multi-imgs .ui-icon {
	background-image: url(../images/plus-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.postads-inner .uimg-content {
	float: left;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border: 2px solid #e7e7e7;
}
.uimg-content .ui-field {
	width: 100%;
	margin-bottom: 10px;
}
.ui-field .ffull {
	width: 100%;
	border: 2px solid #e7e7e7;
	padding: 10px;
}
.ui-field .fhalf {
	border: 2px solid #e7e7e7;
	padding: 10px;
	margin-right: 20px;
}
.ui-field textarea.ffull {
	height: 100%;
	resize: none;
}
.ui-field .fhalf + span {
	margin-right: 10px;
}
.ui-field .switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 26px;
}
.ui-field .switch input {
	display:none;
}
.ui-field .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.ui-field .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 1px;
  bottom: 0px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #f5160c;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
}
.slider.round {
  border-radius: 40px;
}
.slider.round:before {
  border-radius: 50%;
}
.postads-inner .save-btn {
	background-color: #f5160c;
	color: #fff;
	border-radius: 40px;
	padding: 12px 70px;
	margin: 30px 0;
	border: 0 none;
}
.postads-inner .save-btn:hover {
	color: #000;
}
/* POST ADS PAGE STYLE END */

/*chat-tab Starts*/
.chat-tab {
	float: left;
	width: 100%;
	padding: 36px 0;
}
.mychat-tabs {
	float: left;
	width: 100%;
	background-color: #f7f3f2;
	border: 1px solid #e4e4e4;
	padding: 10px;
}
.mychat-tabs .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  width: 100%;
}
.all-msgs {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	padding: 20px 10px;
	text-align: center;
	width: 100%;
}
.mychat-tabs .col-sm-4 span {
  display: inline-block;
  width: 100%;
}
span.usr-imge img{width:60px;height: 60px;border-radius: 100%;-moz-border-radius: 100%;-webkit-border-radius: 100%;}

.mychat-tabs .nav.nav-tabs {
	border: 1px solid #e7e7e7;
	padding-right: 0;
	background-color: #fff;
	float: left;
}
.mychat-tabs .tab-menus ul {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 30px;
	border-top: 1px solid #e7e7e7;
}
.mychat-tabs .tab-menus li {
	display: inline-block;
}
.mychat-tabs .nav-tabs > li a {
	color: #000;
	font-size: 17px;
	padding: 13px 18px !important;
}
.mychat-tabs .nav-tabs > li a:hover{
	border: 1px solid #e40909 !important;
}
.mychat-tabs .nav-tabs > li a:hover span{font-weight: normal !important;}


.mychat-tabs button {
  display: inline-block !important;
  width: 100%;
}
.mychat-tabs .nav-tabs > li {
  float: left;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  width: 100%;
}
.right-chat h3 {
  font-size: 14px;
  color: #000;
}
.mychat-tabs .single-chat a {
	border-bottom: 1px solid #e7e7e7;
}
.mychat-tabs .single-chat:last-child a {
	border-bottom: 0 none;
}
.mychat-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: #f4f4f4;
  color: #555555;
  display: inline-block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer !important;
  border-radius: 0;
}
.single-chat:hover .right-chat span, 
.single-chat:hover .chat-time p {
	color: #fff;
}
.mychat-tabs .right-chat {
  margin-top: 12px;
  float: left;
  text-align: left;
}
.mychat-tabs .left-chat {
  padding-left: 6px;
  float: left;
}
.mychat-tabs .nav.nav-tabs a {
  padding-left: 0;
  padding-right: 0;
}
.chat-time {
  position: absolute;
  right: 9px;
  top: 25px;
}
.chat-tab p {
  color: #afadad;
  font-size: 12px;
  font-weight: 400;
  font-family: raleway;
}
.right-chat > span {
  color: #afadad;
  margin-top: 3px;
  font-size: 12px;
}
.chat-tab {
  float: left;
  width: 100%;
  margin-top: 32px;
}
.chat-points h2 {
color: #000000;
font-family: raleway;
font-size: 14px;
}
.chat-points  li {
  display: inline-block;
}
.chat-points  li:last-child {
  float: right;
}
.chat-points a {
  color: #bbbbbb;
  font-size: 12px;
}
.chattint-details {
  display: inline-block;
  padding-bottom: 0;
  padding-top: 9px;
  vertical-align: middle;
  width: 100%;
}
.chattint-details .scuser-img {
	float: left;
	margin: 5px;
}
.chattint-details .chat-points {
	float: left;
	margin-top: 8px;
}
.chattint-details .chat-price {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 70%
}
.chat-price h5 {
	font-size: 13px;
}
.chat-price h4 {
	padding: 16px 15px;
	font-size: 16px;
	display: inline-block;
}
.mychat-tabs .tab-content {
	padding: 0;
	border-right: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	float: left;
	background-color: #fff;
}
.chat-iner {
  display: inline-block;
  padding-top: 10px;
  width: 100%;
}
.chat-price .price-value {
	display: inline-block;
	width: 40%;
	font-size: 14px;
}
.chat-iner .left-chats {
	max-width: 410px;
}
.chat-iner .right-chats {
	float: right;
	max-width: 410px;
}
.chat-tab .right-chats textarea {
  border-radius: 0;
  height: 66px;
  background-color: #f4f4f4;
}
.left-chat > img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.chat-iner.no-bord {
  border: 0;
}
.send-left-txt textarea {
  border-radius: 0;
  height: 36px;
  border-radius: 7px;
  resize: none;
}
.mychat-tabs .send-chat-btn {
  background-color: #d1d1d1;
  display: inline-block;
  margin-top: 25px;
  padding: 9px;
  width: 100%;
}
.mychat-tabs .send-right-txt > button {
  background-color: #e40909;
  border-radius: 6px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  padding: 7px 0;
  text-align: center;
}
.chattint-details .cpro-img {
	display: inline-block;
	vertical-align: middle;
}
.cpro-img span {
	display: inline-block;
	width: 60px;
	height: 60px;
	min-width: 36px;
	background-color: gray;
	border-radius: 50%;
	overflow: hidden;
}
.chattint-details .chat-opt {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.chattint-details .opt-box {
	position: absolute;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
	border-radius: 2px;
	background-color: #fff;
	right: 10px;
	z-index: 3;
	min-width: 190px;
	display: none;
	text-align: left;
}
.chattint-details .opt-box li {
	display: block;
	float: unset;
	padding: 5px 0;
}
.opt-box li a {
	font-size: 16px;
	color: rgba(0,0,0,0.87);
	padding: 10px 30px 10px 20px;
	display: inline-block;
	width: 100%;
}
.opt-box li a:hover {
	background-color: rgba(0,0,0,0.1);
}
/*chat-tab Ends*/

/*Tab starts*/
.tab {
  background-color: #f5f8f9;
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 43px;
  padding-top: 47px;
  text-align: center;
  width: 100%;
}
.tab .nav.nav-tabs {
  border: 0 none;
  margin: 11px auto 64px;
}
.tab h1 {
    margin-bottom: 27px;
}
.tab p {
  color: #000000;
  font-family: open sans;
  font-size: 18px;
  font-weight: 400;
}
.img-cont {
    background-color: #ffffff;
    border: 2px solid #f0f0f0;
    margin-top: 0;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.tab-content .itemlist:hover .img-cont {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    cursor: default;
    font-weight: 600;
}
/* .tab .nav-tabs > li > a:hover {
    background-color: #ed191a;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
} */
.tab .nav-tabs > li > a {
  border: 0 none;
  color: #000000;
  font-family: open sans;
  font-size: 18px;
  font-weight: 600;
}
.nav.nav-tabs {
    text-align: center;
}
.tab .nav-tabs > li {
  text-align: left;
  width: 100%;
}
.tab .img-cont .price {
    background-color: #124b8e;
    color: #ffffff;
    display: block;
    font-family: open sans;
    font-size: 18px;
    font-weight: 700;
    margin: 18px auto;
    padding: 8px 0;
    width: 93px;
}
.tab .tab-content .col-sm-12 {
    width: 100%;
    padding: 0;
}
.tab .img-cont > p {
    color: #cfcfcf;
    display: inline-block;
    font-family: raleway;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 62px;
    width: 100%;
}
.tab .itemlist {
    margin-bottom: 13px;
    padding: 10px;
}
.itemlist img {
    transition: all 0.6s ease-in-out 0s;
    width: 100%;
}
.nav-tabs > li > a {
    border: 0 none;
}
/* .itemlist *:hover img {
    transform: scale(1.5);
    transition: all 0.6s ease-in-out 0s;
} */

.layer {
    overflow: hidden;
}
.img-cont span img {
    width: auto;
}
.tab .tab-detals {
    background-color: #000000;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-family: open sans;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 11px 21px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.itemlist:hover .tab-detals {
    background: #ed191a;
}
.tab .nav.nav-tabs {
  display: inline-block;
}
.img-cont span {
    float: left;
}
.tab .load-more {
    background-color: #124b8e;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-family: open sans;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 11px 21px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 150px;
}
.iner-dashborad-tab .nav.nav-tabs.col-sm-3 > h1 {
  background-color: #e40909;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 8px;
  padding: 13px;
  text-align: left;
  text-transform: uppercase;
}
.iner-dashborad-tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  padding-left: 15px;
  padding-right: 15px;
  background: #f5160c;
  color: #fff;
}
.nav.nav-tabs.col-sm-3.iner-page-tabs {
  border-left: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
  padding-right:0px;
  border-bottom: 1px solid #9a9a9a;
}
.iner-page-tabs .img_icon.sidebar_icon1 {
  background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 4px;
  display: inline-block;
  height: 35px;
  margin-right: 0;
  transition: all 0.6s ease 0s;
  vertical-align: middle;
  width: 28px;
  background-position: 0 7px;
}
.iner-page-tabs .active .img_icon.sidebar_icon1 {
  background-position: 0px -29px;
}
.tab.iner-dashborad-tab {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 20px;

}
/*Tab Ends  */

/* EDIT PROFILE PAGE STYLE START */
.edit-profile {
	float: left;
	width: 100%;
    padding: 30px 0;
}
.edit-profile .ep-inner {
	float: left;
	width: 100%;
	border: 2px solid #e7e7e7;
	padding: 20px;
    background-color: #f7f3f2;
}
.ep-img span {
	display: block;
	background-color: #fff;
    padding: 10px;
}
.ep-img img {
	width: 100%;
}
.ep-img .btn.ep-btn {
	background-color: #f5160c;
	color: #fff;
	margin-top: 20px;
	border-radius: 0;
	border: 1px solid #f5160c;
	width: 100%;
}
.ep-img .btn.ep-btn:hover {
	color: #000;
}
.ep-form .form-control {
	border: 1px solid #e4e4e4;
	border-radius: 0;
}
.edit-profile .ep-save-btn {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.ep-save-btn .btn.save-btn {
	background-color: #f5160c;
	color: #fff;
	border-radius: 40px;
	padding: 10px 60px;
	font-size: 20px;
	border: 1px solid #f5160c;
}
.ep-save-btn .btn.save-btn:hover {
	color: #000;
}
.change_img input[type="file"] {
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 105px;
	cursor: pointer;
	bottom: 0;
}
.change_img {
    color: #f5160c;
    display: block;
    position: relative;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    transition: 0.5s all ease;
}
/* EDIT PROFILE PAGE STYLE END */


/* PROFILE PAGE STYLE START */
.profile-head {
	float: left;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	background-color: #f7f3f2;
}
.profile-head .profile-avtar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    max-width: 90px;
    border-radius: 50%;
    border: 1px solid #ccc;
    overflow: hidden;
    height: 90px;
    line-height: 87px;
}
.profile-head .profile-avtar img{height:90px;object-fit:cover;} 


.profile-head .profile-name {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.profile-head .row > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.profile-name h2 {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 10px;
}
.profile-name .tag-name {
	font-weight: 600;
	font-size: 18px;
}
.profile-head .profile-social {
	margin-top: 40px;
	width: 100%;
}
.profile-social > li a {
	background-color: #e40909;
	color: #ffff;
	padding: 9px 33px;
}
.profile-social li {
	display: inline-block;
	padding-right: 6px;
}
.profile-inner {
	float: left;
	width: 100%;
	padding: 26px;
}
.profile-inner .psec-inner {
	border: 1px solid #e3e3e3;
	background-color: #f1edec;
	padding: 10px;
	float: left;
	width: 100%;
}
/* PROFILE PAGE STYLE END */

/*Modal Css*/
.custom-modal .modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding-bottom: 40px;
  width: 100%;
  border-radius: 0px;
}
.custom-modal input {
  border: 2px solid #e7e7e7;
  border-radius: 0;
  box-shadow: none;
  font-family: open sans;
  font-weight: 400;
  margin-bottom: 12px;
  margin-right: 5.5px;
  width: 48.4%;
  height: 45px;
}
.custom-modal .close {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 100%;
  color: #e40909;
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 21px;
  opacity: 1;
  padding-bottom: 3px;
  text-shadow: none;
  width: 24px;
}
.form-control.col-sm-10.ful {
  width: 420px;
}
.custom-modal .close:focus, .close:hover {
  background-color: #ffffff;
  color: #e40909;
  cursor: pointer;
  opacity:1;
  text-decoration: none;
}
.form-control.col-sm-2.small-input {
  width: 100px;
}
.custom-modal .quer {
  clear: both;
  color: #000000;
  font-family: open sans;
  font-size: 13px;
  margin-bottom: 5px;
}
.custom-modal .modal-header h4 {
  color: #ffffff;
  display: inline-block;
  font-family: open sans;
  font-size: 24px;
  font-weight: 400;
  position: relative;
}
.custom-modal .modal-header {
  background-color: #e40909;
  padding: 10px;
  text-align: left;
}
.custom-modal [type="submit"] {
  background-color: #e40909;
  border: medium none #e40909;
  border-radius: 0;
  color: #ffffff;
  float: right;
  font-family: open sans;
  font-weight: 400;
  padding: 9px;
  text-transform: capitalize;
  width: auto;
}
.custom-modal textarea {
  border: 2px solid #e7e7e7;
  border-radius: 0;
  font-family: open sans;
  height: 65px;
  margin-bottom: 14px;
  box-shadow: unset;
  resize: none;
}
.no-chat .chat-nochat a {
  background-color: #f5160c;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left;
  padding: 7px 15px 7px 45px;
}
.no-chat .sell-nochat a {
  background-color: #f5160c;
  color: #fff;
  background-image: url(../images/camera-icon.png);
  background-repeat: no-repeat;
  background-position: left;
  padding: 7px 15px 7px 45px;
}
.no-chat li {
  display: inline;
}
.no-chat {
  padding: 25px;
}
.empty_data {
  text-align: center;
  background-color: #efebea;
}

/* FOOTER STYLE START */
.site-footer {
	float: left;
	width: 100%;
	border-top: 1px solid #F1EDEC;
	margin-top: 30px;
}
.site-footer .row {
	display: flex;
	align-items: center;
}
.site-footer .f-menu {
	float: left;
	width: 100%;
	padding: 10px 0;
}
.f-menu li {
	display: inline-block;
	padding-right: 20px;
}
.f-menu li a {
	color: #000000;
	font-size: 15px;
}
.f-menu li a:hover {
	color: #f5160c;
}
.site-footer .app-store {
	float: left;
	width: 100%;
	text-align: right;
	padding: 10px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.app-store a {
	display: inline-block;
	width: 150px;
}
.site-footer .footer-btm {
	background-color: #f7f3f2;
	padding: 10px 0;
}
.footer-btm .site-rights {
	text-align: center;
	width: 100%;
}
.site-rights li {
	display: inline-block;
	color: #000;
	font-size: 15px;
	padding: 0 10px;
	position: relative;
	border-right: 1px solid #fff;
}
.site-rights li:last-child {
	font-size: 13px;
}
.site-rights li a {
	color: #000;
	font-size: 15px;
	text-decoration: underline;
}
.site-rights li a:hover {
	color: #f5160c;
}
.site-rights li:last-child {
	border-right: 0;
}
.site-rights li span {
	font-weight: 700;
}
.social-icon {
    display: block;
    margin-right: 15px;
    float: left;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

/* FOOTER STYLE END */

/** custom css**/
#postLogin  .modal-body, #userLogin  .modal-body{text-align: center;}
#postLogin  .modal-body .form-group, #userLogin  .modal-body .form-group, #feedLogin .modal-body .form-group {
width: 47%;
margin: 1%;
display: inline-block;}
.social-login > span {
    margin: 2%;
}

#registerForm .form-group, #registerSellerForm .form-group{width: 80%;
margin: 15px auto;} 


#registerForm .modal-footer, #registerSellerForm .modal-footer {text-align: center;}

#registerSellerForm .social-login, #registerForm .social-login {
    margin: 20px auto;
    width: 100%;
}

.custom-modal #registerSellerForm button[type="submit"], .custom-modal #registerForm button[type="submit"]{float:none;border-radius: 40px;
padding: 10px 40px;}

.login_data, .seller_login, .feed_login{
	font-size: 20px;
	margin-bottom: 20px !important;
	display: block;
	text-transform: capitalize;
	color: #000;
	font-weight: 500;
}

.related-product-listing .product-img img{height: 120px;object-fit:cover;}


#msgReview .rating-box {
	width: 100%;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 24px;
}
.rating-box .rating-title {
	flex-basis: 50%;
}
.rating-box .fb-rating {
	flex-basis: 50%;
	text-align: right;
}
.fb-rating > li {
	display: inline-block;
	border: 1px solid #e40909;
	background-color: #e40909;
	border-radius: 5px;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}
.fb-rating > li i {
	color: #ffffff;
	font-size: 16px;
}
.fb-rating .highlight i {
	color: #000000;
}
.fb-rating .selected i {
    color: #000000;
}
.rating-title h3 {
	font-size: 22px;
	font-weight: 600;
}

footer .app-store > a{margin-right:5px;}

.attention-post{display: flex;justify-content: center;margin-top: 30px;align-items: center;background: #fff;padding: 15px;}
.attention-post em {
	color: #f5160c;
	font-size: 25px;
	margin-right: 10px;
	/* align-items: center; */
}
.app-icons-listing{clear: both;text-align: center;border-top: 1px solid #eee;padding-top: 20px;}
 .app-icons-listing img{margin-bottom: 20px;}
.app-icons-listing h5, .social-icon h5{text-align:center;font-weight:bold;text-transform:uppercase;font-size: 15px;margin-bottom: 10px;} 
 
.advertise-content {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.advertise-content .fb-share-button {
    width: 50%;
}
.advertise-content .reported {
    width: 50%;
    text-align: right;
}
.Banner-adv-detail {
    outline: 1px solid #e4e4e4;
    padding: 7px;
    margin: 15px 0;
}
.advertise-content .reported a span {
    font-size: 13px;
    color: #f5160c;
}

.top-adv{
	    outline: 1px solid #e4e4e4;
    padding: 7px;
}
.app-store h4{font-size: 17px;
   margin-right: 4px;
   text-transform: uppercase;
   font-weight: bold;
   color: #000;}

.ekko-lightbox .modal-header {
    display: block !important;
    position: absolute;
    top: -10px;
    z-index: 999;
    right: -10px;
    background: #f5160c;
    color: #fff !important;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 40px !important;
    border-radius: 100%;
        padding: 0;
}
.ekko-lightbox .modal-header .close{
    color: #fff;
    opacity: 1 !important;
        float: none;
       margin-top: 0 !important;
    text-align: center !important; 
}
.ekko-lightbox .modal-header .close:hover{
background:transparent !important;
}
.ekko-lightbox-nav-overlay span{
	padding: 0 !important;
    background: #f5160c;
    width: 50px !important;
    flex-grow: 0 !important;
    text-align: center !important;
}
.ekko-lightbox-nav-overlay >a:first-child span{
    margin-right: auto;
}

.ekko-lightbox-nav-overlay >a:last-child span{
    margin-left: auto;
}
.notfound-error{padding: 100px 15px;}
.notfound-error h1{ 
	text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}
.notfound-error h2{
    font-weight: normal;
    font-size: 24px;
    margin-top: 20px; 
}
.notfound-error span{
	display: block;
    text-align: center;
    text-transform: capitalize;
    margin-top: 20px;
}
.notfound-wrapper{
	text-align: center;
    margin-top: 30px;
    border-top: 1px solid #eee;
    width: 300px;
    margin: 30px auto 20px auto;
    padding-top: 40px;
}
.notfound-wrapper a{background: #f5160c;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 1px solid #f5160c;
}
.notfound-wrapper a:hover{
	background:#fff;
	color:#f5160c;

}
.heart-wrapper{
 position: absolute;
    right: 13px;
    top: 5px;
}


.category-inner .owl-carousel.owl-theme .owl-stage{
	display: flex;
	justify-content: space-between;
}
.single-category .sc-title{word-wrap: break-word;}

.related-product-listing .owl-nav{
	display: block !important;
}
.related-product-listing .owl-prev, .related-product-listing .owl-next {position: relative;background: #fff !important;height: 30px;height: 30px;    padding: 0 !important;
    }
.related-product-listing .owl-prev:after {
    content: "\f0a8";
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #f5160c;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.related-product-listing .owl-next:after {
    content: "\f0a9";
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #f5160c;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


/**For advertisment page **/
.adv-inst-block{
	display: flex;
	flex-wrap: wrap;
}
.adv-inst-block > .col-md-6 {
	display: flex;
	flex-wrap: wrap;
}
.adv-cont {
	border: 1px solid #ededed;
	padding: 30px;
	width: 100%;
}
.adv-inst-block h3 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
.adv-inst-block ul{
	list-style: circle;
	list-style-position: inside;
}
.adv-inst-block ul > li {
	margin-bottom: 10px;
}
.adv-inst-block ul > li > ul {
	padding-left: 20px;
	margin-top: 10px;
}

.adver-txt{
	font-weight: bold;
	margin: 30px 0;
	color: #f5160c;
	font-size: 17px;
	text-align:center;
}
.paid-advt{font-size: 17px;margin-bottom: 30px;}


   .site-footer .footer-btm {
	background-color: #fff;
	padding: 30px 0px 10px 0px;
}


/* GOOGLE ADS CODE */

.adv-sidebar .google-auto-placed, .social-icon .google-auto-placed{
	display:none !important;
}

 



/* DON'T PUTT ANY OTHER STYLE AFTER THE MEDIA QUERIES */
/* MEDIA QUERIES START */

@media only screen and (max-width: 1283px) {
    .header .app-store a {
    	width: 98px;
    }
}

@media only screen and (max-width: 1150px) {
	.right-menu ul li {
		margin-right: 17px;
		
	}
	
}

@media all and (max-width: 1200px) and (min-width: 1025px) {
    .header .app-store a {width: 83px;}
    .right-menu ul li a{padding: 7px;font-size: 12px;}
    .bar1, .bar2, .bar3{width:20px;}
}    

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.right-menu .pst-ad a {
		padding: 7px 10px 7px 37px;
	}
    .header .app-store {
        margin-right: 5px;
    }
	.header .app-store a {
		width: 70px;
	}
	.right-menu ul li a {
		font-size: 11px;
		padding: 6px 10px;
	}
	.right-menu ul .chat-box a {
		padding: 14px 20px;
	}
	.right-menu ul li {
		margin-right: 15px;
	}
	.right-menu ul li a{
		text-align:center;
	}
	.submenu-cont .bar1 {
		margin-top: 0;
	}
    .bar1, .bar2, .bar3 {
        width: 25px;
    }
	.category-sec {
		padding: 10px 0;
	}
	.single-category .sc-title {
		font-size: 12px;
	}
	.single-category .sc-imgs {
		height: 60px;
	}
	.product-sec .psec-title {
		padding: 5px 20px;
		margin-bottom: 10px;
	}
	.product-sec .psec-title h2 {
		font-size: 20px;
	}
	.scate-sec button.accordion {
		padding: 10px;
		font-size: 12px;
	}
	.masonry {
		column-count: 2;
	}
	.right-menu .left-menu {
		line-height: 13px;
	}
	.ui-field .fhalf {
		margin-right: 12px;
	}
	.ui-field .fhalf + span {
		margin-right: 5px;
	}
	.multi-imgs .up-img {
		min-width: 62px;
		height: 62px;
		width: 23.90%;
	}
	.sp-contact a {
		margin-bottom: 15px;
	}
    .chat-time {
        position: absolute;
        right: 9px;
        bottom: 5px;
        top: unset;
    }
    
}

@media screen and (max-width: 1024px){

.sc-imgs .icon-normal, .sc-imgs .icon-hover{width:50px;}
.single-category .sc-title{font-size: 11px;word-wrap: break-word;}
.right-menu ul li a{padding:6px;font-size:10px;}
.product-box .pimg-title{font-size:11px;word-wrap: break-word;}
    .select-sec + .adv-sidebar{
        display: none;
    }    
}

@media screen and (max-width: 991px) {
    .header .app-store a {
    	width: 52px;
    }
    .header .app-store a img {
    	height: 24px;
    }
    .product-filter-search {
    width: 100% !important;
    }
    
    /* HEADER */
    .header .header-row{
        flex-direction: column;
    }
    
    .header-row > div {
	  width: 100%;
    }
    
    .header .site-logo {
	text-align: center;
	float: left;
	width: 100%;
   }
    
    .site-logo img {
	max-width: 300px;
}
    
    .top-adv{
        margin-bottom: 25px;
    }
    .header .header-right{
        justify-content: center;
    }
    
    .header .right-menu{
        width: 100%;
    }
    
    .right-menu ul li {
	    width: 33.33%;
    }
    
    .right-menu ul li a, .right-menu .pst-ad a{
        display: block;
    }
    
    .right-menu ul li a, .right-menu .pst-ad a{
        padding: 10px;
        font-size: 14px;
    }
    
    .header-row{
        position: relative;
    }
    
    .col-sm-4{
        position: static;
    }
    
    .left-menu {
        position: absolute !important;
        right: 30px;
        top: 50px;
        text-align: right;
    }
    
    .pst-ads{
        margin-right: 0px !important;
    }
    
}


@media (max-width:990px){
    /* HOMEPAGE BLOG POST */
    
    #waterfall{
        display: flex;
        flex-wrap: wrap;
    }
    
    #waterfall li{
        width: 33.33% !important;
        position: static !important;
        transform: none !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }
    
    #waterfall li > div{
        width: 100%;
    }
    
    #waterfall li .product-img > a img:last-child{
        height: 250px;
        object-fit: cover;
    }
    
}


@media all and (max-width: 819px) and (min-width: 768px) {
    .login-app-link{display:block;}
    .login-app-store{display:none;}
}    


@media only screen and (max-device-width: 767px) {
	.header {
		padding: 10px 0;
	}
	.header .header-form {
		padding: 10px 0;
	}
	.header-form .form-control {
		width: 90%;
	}
	.header-form .hf-btn {
		width: 10%;
	}
	.header .right-menu {
		text-align: center;
	}
	/* .right-menu ul li {
		padding: 0 10px;
	}
    */
	.category-sec {
		padding: 10px 0;
	}
	.single-category .sc-title {
		margin-top: 10px;
	}
	.product-sec .psec-title {
		padding: 5px 20px;
		margin-bottom: 10px;
	}
	.product-sec .psec-title h2 {
		font-size: 20px;
	}
	.scate-sec button.accordion {
		padding: 10px;
		font-size: 12px;
	}
	.masonry {
		column-count: 2;
	}
	.right-menu .left-menu {
		line-height: 13px;
	}
	.header-right {
		width: 100%;
		text-align: center;
	}
	.postads-inner .uimg-content {
		margin-top: 10px;
	}
  .sc-imgs .icon-normal, .sc-imgs .icon-hover{font-size:45px;}
  .single-category .sc-title{font-size:10px;}
	.social-login .fb-login, .social-login .gp-login {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
	}
	.social-login .fb-login a, .social-login .gp-login a {
		display: inline-block;
	}
	.f-menu li {
		padding-right: 0px;
		width: 100%;
		margin-bottom: 5px;
	}
	.input-check .chk-rem {
		font-size: 14px;
	}
	.register-form .lf-btn, .login-form .lf-btn {
		font-size: 18px;
		padding: 10px;
	}
	.login-form .other-login {
		margin-top: 20px;
	}
	.other-login .create-new {
		font-size: 16px;
	}
	.register-form .form-group .form-control, 
	.login-form .form-group .form-control {
		height: 50px;
	}
	.register-form .form-group, .login-form .form-group {
		margin-bottom: 20px;
	}
	.register-form .form-group::before, 
	.login-form .form-group::before {
		height: 32px;
	}
	.bcrumb-sec ol li a, .bcrumb-sec ol li span	{
		font-size: 15px;
	}
	.sp-heading h4 {
		font-size: 18px;
	}
	.sp-heading .sp-price {
		font-size: 20px;
	}
	.sp-map .map-title {
		font-size: 14px;
	}
    .chat-time {
        position: static;
        float: right;
        margin-top: 12px;
    }
    .send-chat-btn .send-left-txt {
        margin-bottom: 10px;
    }
    .send-left-txt textarea {
        height: auto;
    }
    .social-login > span{margin:2% auto;}
	.social-login a{width: 100%;
padding: 10px;}
#postModal .modal-footer #postUser, #userLogin .modal-footer #loginUser{width:100%;}
    .header .header-right {
    	flex-wrap: wrap;
    }
    .header .app-store {
        flex-basis: 100%;
    }
    
    .product-box .pimg-title{font-size:10px;word-wrap: break-word;}
    .login-app-store{margin-bottom:30px !important;}
    .header .app-store a{width:auto;}
    .header .app-store a img{height:auto;}
    .top-adv{margin-bottom: 10px;}
	.top-adv img{display:block;margin:0 auto;}
	/* .right-menu ul li {margin-right: 12px;} */
	.sp-inner .sp-content{margin-top: 20px;}
    .adv-cont{
		margin-bottom:30px;	
	 }	
	 .contact-section{
		 padding:20px;
	 }
	 .contact-section .section-title h2{
		 font-size:25px;
	 }
}

@media all and (max-width: 767px) and (min-width: 668px) {
    .header .header-row{display:block;}
    .site-logo img{ display: block; margin: 10px auto;width: 250px;}
    /* .right-menu .menu-ul > li:first-child{width: 45%;} */
.right-menu ul li a, .right-menu .pst-ad a{width:100%;}
.right-menu .menu-ul > li:nth-child(2){width: 50%;}
.right-menu .menu-ul >li:last-child(2){width: 10%;}
	.header .app-store {
		margin: 0 0 10px;
	}
	.header .right-menu {
		width: 100%;
	}
	.sp-contact a {
		padding: 10px 20px;
		margin-right: 10px;
	}
	.header .app-store a {width: auto;}
	.header .app-store a img{height:auto;}
	
    
}    

@media only screen and (max-device-width: 667px) {
.single-category .sc-title{height:auto;}
.header .header-row{display:block;}
.site-logo{width: 100% !important;}
.site-logo img{ display: block;
    margin: 10px auto;
    width: 200px;}
/* .right-menu .menu-ul > li:first-child{width: 45%;} */
.right-menu ul li a, .right-menu .pst-ad a{width:100%;}
.right-menu .menu-ul > li:nth-child(2){width: 50%;}
.right-menu .menu-ul >li:last-child(2){width: 10%;}
	.header .app-store {
		margin: 0 0 10px;
	}
	.header .right-menu {
		width: 100%;
	}
	.sp-contact a {
		padding: 10px 20px;
		margin-right: 10px;
	}
    
    .right-menu .pst-ad a{
        background-image: none !important
    }
    
    .posted_data{
        margin-top: 20px;
    }
    .posted_data a{
        font-size: 16px;
    }
    .sp-heading h4{
        width: 100%;
    }
    
    
    /* HOMEPAGE BLOG POST */
    
    #waterfall{
        display: flex;
        flex-wrap: wrap;
    }
    
    #waterfall li{
        width: 50% !important;
        position: static !important;
        transform: none !important;
    }
    
    #waterfall li .product-img > a img:last-child{
        height: 250px;
        object-fit: cover;
    }
    .product-box .pimg-title{
        font-size: 16px;
    }
}	

@media only screen and (max-device-width: 480px) {
/* HOME PAGE STYLE START */
	.header-form .form-control {
		width: 85%;
	}
	.header-form .hf-btn {
		width: 15%;
	}
	.single-category .sc-imgs {
		height: 40px;
	}
    
    .site-logo img{
        margin: 10px 0px;
        width: 180px;
    }
    
    .right-menu ul li a, .right-menu .pst-ad a{
        font-size: 12px;
    }
    
    .right-menu ul li{
        margin-right: 10px;
    }
    
    .right-menu ul li a, .right-menu .pst-ad a{
        padding: 10px 5px;
    }
    
	/* .right-menu ul li {
		padding: 0 5px;
	}
    */
	.masonry {
		column-count: 1;
	}
	.multi-imgs .up-img {
		min-width: 64px;
		height: 64px;
		width: 23.70%;
	}
	.ui-field .fhalf {
		margin: 0 0 10px;
		width: 100%;
	}
	.sp-contact a {
		padding: 10px 20px;
		margin: 0 0 7px;
		width: 100%;
	}
	.ep-save-btn .btn.save-btn {
		padding: 8px 58px;
		font-size: 18px;
		width: 100%;
	}
	.product-sec .psec-title h2 {
		font-size: 16px;
	}
	.bar1, .bar2, .bar3 {
		margin: 4px 0;
	}
	#deleteModal .custom-submit, #soldModal #soldSubmit {
		margin: 20px 0px 0 0;
	}
	.postads-inner .ddimg-sec {
		min-height: 256px;
	}
	#postLogin .modal-body .form-group, #userLogin .modal-body .form-group{width:100%;margin: 1% auto;}
    .site-footer .row {
        display: block;
    }
    .rating-box .rating-title {
    	flex-basis: 100%;
    	margin-bottom: 18px;
    }
    .rating-box .fb-rating {
    	flex-basis: 100%;
    	text-align: left;
    }
	
}

@media (max-width: 479px){
.sp-heading .posted_data{margin-left:0;flex-wrap: wrap;}	
	
}

/* MEDIA QUERIES END */


.font-bold{font-weight:bold;}
.saftey-listing > li{
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
}
.saftey-listing > li:after{
	position: absolute;
	left: 0;
	top: 5px;
	width: 8px;
	height: 8px;
	background: #333;
	content: "";
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.product-box {
    position: relative;
}

.boosted-ad-ribbon{
	position: absolute;
    width: 20px;
    right: 10px;
    top: 10px;
}

img.boosted-ad-ribbon{
    height: auto;
}

