@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700&display=swap');
@font-face {
    font-family: 'Object Sans';
    src: url('font/ObjectSans-Heavy.woff2') format('woff2'),
        url('font/ObjectSans-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Object Sans';
    src: url('font/ObjectSans-Regular.woff2') format('woff2'),
        url('font/ObjectSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Object Sans Slanted';
    src: url('font/ObjectSans-Slanted.woff2') format('woff2'),
        url('font/ObjectSans-Slanted.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #575757;
    background-image: url(/images/background-img.png);
    background-color: #F0F0F0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.common-row {
    width: 92%;
    margin: 0 auto;
}
p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.43;
    color: #575757;
}
b, strong {
    font-weight: 700;
    color: #000;
}
.no-padding{
  padding: 0;
}
a{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
a:hover{
  text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
  text-decoration: none;
}
h1 , h2, h3, h4, h1 p, h2 p, h3 p{
    font-family: 'Object Sans';
    color: #303030;
    line-height: 0.9;
    margin-bottom: 5px;
    margin-top: 5px;
}
.slick-slide {
    height: auto;
}
.small_title {
    color: #303030;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Circular Std';
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    left: 30px;
    bottom: 30px;
  }
}

/* ================ end back to top =================*/

/* ================ Menu =================*/

a.back-prt {
    display: inline-block;
    margin-bottom: 32px;
    text-decoration: underline;
    color: #222;
}
h2.tm-block-title.edit-pro {
    margin-top: 30px !important;
}
a.header-selling {
    background: #303030;
    border-radius: 20px;
    padding: 7px 25px 5px;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 8px;
}
a.header-icon {
    background: #575757;
    margin-right: 8px;
    padding: 6px 12px;
    border-radius: 100%;
    color: #fff;
}
li.nav-item.active a, li.nav-item:hover a {
    color: #3D3DEE;
}
.header-menu form.form-inline {
    width: 200px;
    position: relative;
    margin-right:8px;
}
input.form-control.mr-sm-2 {
    width: 100%;
    border-radius: 15px;
}
button.btn.btn-outline-success.my-2.my-sm-0 {
    border: 0;
    position: absolute;
    right: 0;
    color: #fff;
    background: #575757;
    border-radius: 100%;
}
.main-slider.title {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 30px;
}
.main-slider.title h1, .main-slider.title p{
	color: #222;
}

.main-slider.title h1 span{
    text-decoration: underline;
}
.main-slider.title p{
	font-weight: 600;
	font-size: 18px;
}
.btn-slider a {
    border: 1px solid #fff;
    padding: 9px 30px;
    border-radius: 20px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
}
.btn-slider {
    margin-top: 30px;
}
.box-inner .left {
    width: 25%;
    float: left;
}
.box-inner .left img{
	width: 100%;
}
.box-inner .left img{
	border-radius: 100%;
}
.box-inner .right{
	width: 65%;
	float: left;
	padding-top: 15px;
	padding-left: 20px;
}
.box-inner .arrow {
    width: 10%;
    float: left;
    padding-top: 40px;
}
.box-inner .right h1, .box-inner .right p{
	color: #fff;
}
.box-inner.white h1, .box-inner.white p{
	color: #303030;
}
.box-inner.black p{
    color: #fff;
    opacity: 0.6;
}
.box-inner.white h1, .box-inner.black h1 {
    font-weight: bold;
}
.box-inner.white {
    padding: 25px;
    width: 100%;
    display: inline-block;
    background: #fff;
}
.box-inner.black{
	padding: 25px;
    width: 100%;
    display: inline-block;
    background: #303030;
}
.slider {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 100px;
}
.box-inner {
    border-radius: 5px;
}
.header-menu {
    margin-top: 5px;
}
.header-menu .middle, .header-menu .right {
    margin-top: 7px;
}
.header-menu .right {
    text-align: right;
}
.addlisting{
    margin-right: 10px;
}
.addlisting a {
    padding: 4px 7px;
    display: inline-block;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
}
.addlisting a:hover {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
.filter-form {
    display: inline-block;
    padding: 17px 25px 14px 25px;
    position: relative;
    top: 15px;
    font-weight: 300;
    transition: box-shadow 0.2s cubic-bezier(0.2,0,0,1);
    border-radius: 16px;
    border: 1px solid #A3A3A3;
}
body.frontpage.searchresults .filter-form {
    border: 2px solid #575757;
}
.filter-form span {
    font-weight: 600;
    margin-top: -2px;
    float: left;
    margin-left: 15px;
    color: #000;
}
.filter-form img {
    float: left;
}
.filter-form:hover{
    box-shadow: 0 2px 4px rgba(0,0,0,0.18);
}
.modal-body .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
input#typeNumber, input#typeNumberr{
    border-radius: 12px;
}
button#dropdownMenuButton {
    padding: 8px 15px;
    border-radius: 40px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
    height: 48px;
    padding: 8px 16px;
    color: #575757;
}
button#dropdownMenuButton:hover {
    box-shadow: 0 2px 4px rgba(0,0,0,0.18);
}
.dropdown-toggle::after{
    display: none;
}
button#dropdownMenuButton i {
    font-size: 13px;
    color: #575757;
    font-weight: 900;
    padding-top: 1px;
}
button#dropdownMenuButton i.fas.fa-user {
    border-radius: 40px;
    background:  #575757;
    width: 30px;
    height: 30px;
    padding-top: 8px;
    color: #fff;
    margin-right: 5px;
    text-align: center;
}
.dropdown-toggle::after {
    margin-left: 0;
}
nav.navbar.navbar-expand-lg {
    background: #fff;
    border-radius: 5px;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, 
.btn-secondary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-secondary.dropdown-toggle:focus, .btn-secondary.focus, 
.btn-secondary:focus {
    box-shadow: none;
}
span.low {
    color: #303030;
}
span.bor {
    border-bottom: 2px solid #000;
}
.main-banner-title h1 {
    color: #A3A3A3;
    font-family: 'Inter', sans-serif;
    font-size: 33.685px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}
.buyorsell {
    margin-top: 20px;
}
.buyorsell h2, .buyorsell h2 a {
    color: #303030;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
}
.buyorsell h2 span.nonbar{
    font-size: 18px;
}
.hero-b .latest-arrivals-inner {
    padding: 40px 50px 23px 50px;
}
.hero-b .latest-arrivals-inner.cat-co{
    padding: 0px 50px 23px 50px;
}
.static_banner {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 10%;
}
.reg-logo, .re-title {
    text-align: center;
}
.reg-logo{
    margin-bottom: 10px;
}
.re-title{
    margin-bottom: 20px;
}
.reg-btn button.btn, .loggu button.btn{
    background: #303030;
    border: 0;
    border-radius: 0;
    padding: 8px 20px;
    color:#fff;
}
.out-p {
    border: 1px solid #3030302e;
    padding-top: 80px;
    padding-bottom: 60px;
    margin-top: 10%;
}
.reg-form{
    margin-bottom: 80px;
}
.reg-banner.header-menu .right {
    margin-top: 14px;
}
.addlisting, .header-menu .dropdown {
    display: inline-block;
}
.header-menu .dropdown {
    float: right;
}
.x{
    color: #007bff;
}  
.out-p h1 {
    text-align: center;
    margin-bottom: 40px;
}  
.dropdown-menu {
    left: -100% !important;
    top: 20% !important;
}
.login_clz.dropdown-menu {
    left: -12% !important;
} 
.dropdown-menu.show {
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.08);
    border: 0;
    border-radius: 10px;
}
.dropdown-item {
    padding: 8px 1.5rem;
    font-weight: 300;
}
a.dropdown-item:nth-child(2) {
    box-shadow: rgb(0 0 0 / 8%) 0 1px 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}
.search .form-control {
    border-radius: 32px;
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
    border: 1px solid #DDDDDD;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.08);
    padding: 27px;
    font-weight: 300;
    transition: box-shadow 0.2s cubic-bezier(0.2,0,0,1);
}
.search form.navbar-form.navbar-left .input-group-btn {
    background: #222;
    border-radius: 32px;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.08);
    padding: 5px;
    position: relative;
    right: 52px;
    height: 45px;
    width: 45px;
    top: 5px;
}
.search button.btn.btn-default {
    padding: 6px 8px;
}
.search .form-control:focus {
    border-color: #DDDDDD;
    box-shadow: none;

}
.search .form-control:hover {
    box-shadow: 0 2px 4px rgba(0,0,0,0.18);
}
.fixed-menu {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dddd;
}
/* ================ end menu =================*/


/* ================ two-column =================*/

.two-column-left{
	text-align: center;
}
.two-column-left img {
    width: 80%;
    border-radius: 100%;
}
.two-column-right h1{
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 42px;
}
.two-column-right{
	margin-top: 90px;
	padding-right: 50px;
}
.two-column-right .btn-custom{
	margin-top: 30px;
}
.btn-custom a {
    border: 1.5px solid #303030;
    border-radius: 40px;
    padding: 9px 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #303030;
}
.two-column {
    margin-bottom: 60px;
    margin-top: 60px;
}
.two-column.home-first {
    margin-bottom: 0;
}
.two-column.secound {
    margin-top: 20px;
    margin-bottom: 30px;
}
.row.row-bg {
    background: #303030;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 15px;
}
.row.row-bg.ash{
	background: #F0F0F0
}
.row.row-bg h1, .row.row-bg p, .row.row-bg a{
	color: #fff;
}
.row.row-bg.ash h1, .row.row-bg.ash p, .row.row-bg.ash a{
	color: #303030;
}
.row.row-bg .btn-custom a {
    border: 1px solid #fff;
}
.row.row-bg.ash .btn-custom a {
    border: 1px solid #303030;
    text-transform: uppercase;
    font-weight: 400;
}
.row.row-bg .two-column-right {
    margin-top: 90px;
    padding-left: 50px;
}
.row.row-bg.ash .two-column-right {
    margin-top: 90px;
    padding-left: 0px;
    padding-right: 50px;
}
.how_it_work .row.row-bg.ash .two-column-right {
    margin-top: 90px;
    padding-left: 80px;
    padding-right: 50px;
}
/* ================ End two-column =================*/

/* ================ latest-arrivals =================*/
.latest-arrivals-inner {
    padding: 15px 50px 50px 50px;
}
.latest-arrivals-product {
    padding: 12px;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    background: rgba(250, 250, 250, 0.50);
    backdrop-filter: blur(25px);
}
.related-Pro .latest-arrivals-product {
    margin: 10px;
    width: auto;
}
.latest-arrivals-product img{
    border-radius: 15px;
}
.tag, .rating, .publised, .product-row {
    width: 50%;
}
.latest-arrivals-product .tag {
    width: 100%;
}
.tag, .rating, .product-row {
    color: #222;
    font-weight: 300;
}
/*.publish-date {
    display: flex;
}*/
.publish-date, .rating i {
    color: #000;
}
.rating{
    text-align: right;
}
.product-d-h {
    display: flex;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
}
.product-price-p, .publish-date{
    padding-left: 0;
    padding-right: 0;
}
.sing-tag{
    margin-bottom: 30px;
}
.right-pro {
    float: left;
    width: 55%;
    text-align: right;
}
.wishlist, .add-to-cart {
    display: inline-block;
}
.wishlist{
    margin-right: 10px;
}
.xi {
    margin-bottom: 20px;
}
.product-d-h.sing-tag span {
    margin-right: 10px;
}
.product-d-h.sing-tag span a{
    text-decoration: underline;
}
.latest-arrivals-product.first .price-inner {
    background: #3D3DEE;
    display: inline-block;
    padding: 3px 25px;
    color: #fff;
    border-radius: 20px;
    margin-top: 10px;
}
.host-product .latest-arrivals-product.first .price-inner {
    margin-top: 0;
}
.host-product .latest-arrivals-product.first a h6{
    color: #222;
}
.price-inner-black {
    color: #575757;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.bottom-ad-info {
    color: #A3A3A3;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.shop-more a {
    border: 1.5px solid #FFFFFF;
    border-radius: 10px;
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.latest-arrivals-product .wishlist,
.latest-arrivals-product .add-to-cart {
    margin-right: 10px;
    background: #F0F0F0;
    padding: 4px 11px;
    border-radius: 20px;
    color: #3D3DEE;
    font-size: 18px;
    margin-top: 5px;
}
.latest-arrivals-product.first .add-to-cart{
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.wishlist, .latest-arrivals-product .wishlist{
    color: #303030;
}

.latest-arrivals-product .wishlist, .right .latest-arrivals-product .add-to-cart {
    padding: 0px 6px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.right .latest-arrivals-product .wishlist, .right .latest-arrivals-product .add-to-cart{
    margin-top: 0;
}
.latest-arrivals-product.first .wishlist {
    width: 38px;
    height: 38px;
    text-align: center;
    padding: 6px 0 0 0;
}
.latest-arrivals-product.first .add-to-cart i {
	background: #F0F0F0;
    padding: 10px;
    border-radius: 20px;
    color: #3D3DEE;
    margin-right: 5px;
}
.latest-arrivals-product.first .add-to-cart {
    border: 1px solid #F0F0F0;
    border-radius: 20px;
    padding-right: 10px;
    color: #303030;
    font-size: 15px;
    margin-top: 0;
}
.add-to-cart i{
	color: #3D3DEE;
}
.latest-arrivals-product h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.product-price-p p {
    color: #575757;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}
.title{
	margin-bottom: 20px;
}
.title .right {
    text-align: right;
    margin-top: 10px;
}
.title .right a{
    color: #3D3DEE;
}
.title .left h2{
	font-weight: bold;
}
.latest-arrivals {
    background-size: contain;
    padding-top: 50px;
    padding-bottom: 150px;
}
.frontpage .latest-arrivals {
    background-size: contain;
    padding-top: 50px;
    padding-bottom: 50px;
}
.latest-arrivals.first {
    padding-top: 0px;
    padding-bottom: 0px;
}
.category-slider {
    margin-top: 20px;
}
.left-icon {
    width: 20%;
    float: left;
}
.right-content {
    width: 80%;
    float: left;
    padding-left: 15px;
}
.right-content h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.right-content p{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
}
.promotion-inner {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 25px 15px 15px 15px;
    width: 100%;
    display: inline-block;
}
.promotion-r {
    border-right: 1px solid #3030303b;
}
.promotion-r:last-child {
    border-right: 0;
}
.promotion{
    margin-bottom: 30px;
}
.latest-arrivals.bg-color .latest-arrivals-inner {
    background: #303030;
    padding: 50px;
    border-radius: 15px;
}
.latest-arrivals.bg-color .title .left h2 {
    color: #fff;
}
.latest-arrivals.bg-color .fade:not(.show) {
    opacity: 1;
}
.latest-arrivals.bg-color .title .right a {
    color: #9B9B9B;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs li{
    padding: 5px 10px;
    display: inline-block;
}
.nav-tabs li a.active{
    color: #fff !important;
}
.latest-arrivals.bg-color{
    padding-bottom: 0px;
}
.frontpage .latest-arrivals.bg-color {
    padding-bottom: 0px;
    padding-top: 30px;
}
.host {
    display: flex;
    margin-bottom: 20px;
}
.profile-img img {
    width: 50px;
    margin-right: 15px;
}
.right-u {
    margin-top: 5px;
}
.right-u .name {
    font-weight: 500;
}
.right-u .total-ads {
    color: #007bff;
}
.reserve-box{
    border: 1px solid rgb(221, 221, 221);
    border-radius: 12px;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}
.p-price {
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 900;
    color: #222;
}
.p-book {
    background: #222;
    padding: 10px;
    text-align: center;
    border-radius: 12px;
}
.reserve-box p{
    margin-bottom: 2px;
    color: #303030;
}
.reserve-box.single-box {
    background: #fafafa7a;
    margin-bottom: 30px;
}
.reserve-box.single-box i {
    color: #575757;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 22px;
}
.reserve-box.single-box p{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.reserve-box.single-box .name {
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #a3a3a370;
    padding-bottom: 10px;
    padding-top: 15px;
}
.reserve-box.single-box .name.no-boder{
    border-bottom: 0;
}
.p-book a{
    color: #fff;
}
.reserve-box.single-box .p-book {
    padding: 18px 10px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}
.shipping {
    margin-bottom: 15px;
}
.share {
    display: flex;
    margin-bottom: 15px;
    padding: 0;
}
.xr{
    width: 50%;
}
.xr a i{
    color: #222;
    font-size: 18px;
    padding-right: 5px;
}
.left-des-ss {
    padding-right: 0;
}
.left-des-sp {
    padding-left: 0px;
    padding-right: 7px;
}
.reserve-box.single-box p.desp {
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
}
.reserve-box.single-box h4 {
    margin-bottom: 15px;
    color: #000;
}
.condition-row{
    border-bottom: 1px solid #a3a3a370;
    padding-bottom: 10px;
    padding-top: 15px;
    padding-left: 0;
    padding-right:0;
}
span.pcr {
    margin-bottom: 6px;
    display: block;
    font-size: 16px;
}
.main-slider.title.single-post-main-title {
    margin-bottom: 30px;
}
.left-des-ss {
    padding-left: 20px;
}
a.border-r {
    color: #000;
    font-weight: 900;
    text-decoration: underline;
}
/* ================ End latest-arrivals =================*/

/* ================ Testimonials =================*/
.row.testimonial-row {
    background: #F0F0F0;
    border-radius: 15px;
}
.testimonials-inner {
    padding: 40px 50px;
}
.testimonials-inner h2{
    font-weight: bold;
    margin-bottom: 25px;
}
.testi-box-upper {
    background: #dfdfdf;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 16px;
    padding: 30px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.testi-box-upper i {
    color: #3D3DEE;
}
.testi-box-upper p {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}
.testi-box-bottom {
    margin-bottom: 30px;
    margin-top: 9px;
    padding-left: 65px;
}
.quote-left {
    width: 12%;
    float: left;
}
.test-content {
    float: left;
    width: 88%;
}
.quote-right {
    text-align: right;
    position: relative;
    margin-top: -9%;
}
.testi-box-upper:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 10%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 40px 30px 0 30px;
    border-color: #ddd transparent transparent transparent;
}
/* ================ End Testimonials =================*/

/* ================ Contact =================*/
.row.contact-row {
    padding: 50px;
    margin-bottom: 30px;
    background: #F0F0F0;
    border-radius: 15px;
}
.contact-right h3 {
    font-weight: bold;
    margin-bottom: 20px;
}
.contact-right .form-control {
    height: auto;
    border: 0;
    padding: 10px;
    border-radius: 0;
}
.contact-right button.btn.btn-default {
    background: #303030;
    border-radius: 50px;
    color: #fff;
    padding: 8px 30px;
    letter-spacing: 1px;
}
.contact-row-left h4, .contact-row-left h3{
    margin-bottom: 20px;
    line-height: 32px;
}
.contact-row-left p {
    font-weight: 400;
    margin-bottom: 20px;
}
.con-row {
    border-bottom: 1px solid #00000038;
    margin-bottom: 30px;
    display: inline-block;
    width: 80%;
}
.con-row .left {
    width: 25%;
    float: left;
    text-align: left;
    margin-top: 11px;
    padding-left: 15px;
}
.con-row .left img{
    width: 45px;
}
.con-row .right {
    width: 75%;
    float: left;
}
.contact {
    background-image: url(images/contact.png);
    background-position: inherit;
    background-size: cover;
    padding-top: 100px;
    border-radius: 15px;
}
.two-column.x {
    margin-bottom: 0;
    margin-top: 30px;
}
.how_it_work .two-column.x {
    margin-bottom: 0;
    margin-top: -150px;
}
body.frontpage .contact {
    padding-top: 30px;
}
.contact-row-left {
    border-right: 1px solid #00000030;
}
.sell .contact-row-left {
    border-right: 0;
}
body.how_it_work .contact {
    padding-top: 0;
}
/* ================ End Contact =================*/

/* ================ Three Column Layout =================*/
.box-left {
    font-weight: 700;
    font-size: 50px;
    line-height: 110.02%;
    -webkit-text-stroke: 2px #30303054; /* width and color */
    color: #fff;
    float: left;
    padding-right: 10px;
    width: 22%;
}
.box-right {
    float: left;
    width: 78%;
    padding-top: 10px;
}
.box-right h5 {
    font-weight: bold;
    font-size: 26px;
}
.box {
    width: 100%;
    display: inline-block;
}
.three-column .title h1 {
    font-weight: bold;
    margin-bottom: 20px;
}
.three-column {
    margin-top: 50px;
}
/* ================ End Three Column Layout =================*/

/* ================ Footer =================*/
.footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-logo img{
    margin-bottom: 15px;
}
.footer-top .row, .footer-bottom .row, .header-menu .row {
    padding-left: 30px;
    padding-right: 30px;
}
.footer-logo p{
    color: #575757;
    font-size: 14px;
}
ul.footer-menu li{
    float: left;
    width: 50%;
    padding-bottom: 5px;
    padding-top: 5px;
}
ul.footer-menu li a{
    color: #222;
    padding: 0;
}
ul.footer-menu li.nav-item a{
    color: #222;
}
ul.footer-menu {
    list-style: none;
}
.news-latter h4 {
    color: #222;
    font-weight: 300;
    margin-bottom: 16px;
}
.news-latter input#email {
    background: transparent;
    color: #222;
    border-radius: 12px;
    padding: 10px;
}
.news-latter button.btn.btn-default {
    border: 1.5px solid #22222257;
    border-radius: 12px;
    padding: 6px 30px;
    color: #222;
    font-size: 14px;
    letter-spacing: 1px;
}
.footer-bottom {
    background: #222222;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
ul.footer-links {
    list-style: none;
    padding-left: 0;
    float: left;
}
ul.footer-links li, ul.footer-social li {
    display: inline-block;
    padding-right: 10px;
}
ul.footer-links li a, ul.footer-social li a{
    color: #fff;
}
ul.footer-social {
    list-style: none;
    text-align: right;
}
.footer-terms-link {
    margin-top: 10px;
}
.copyright {
    padding-top: 12px;
}
.offer-img {
    position: absolute;
    top: 125px;
    z-index: 999;
    left: 30%;
}
/* ================ End footer =================*/

.category-slider ul.nav-bar {
    list-style: none;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}
.category-slider ul.nav-bar li {
    display: inline-block;
    padding: 8px 15px;
}
.category-slider ul.nav-bar li.active a .menu-text, .category-slider ul.nav-bar li:hover a .menu-text{
    color: #303030;
}
.category-slider ul.nav-bar li a img {
    opacity: 0.4;
    width: 25px;
}
.category-slider ul.nav-bar li.active a img, .category-slider ul.nav-bar li:hover img{
    opacity: 1;
}
.category-slider ul.nav-bar li a {
    display: block;
    padding-bottom: 5px;
    transition: color 0.2s cubic-bezier(0.2,0,0,1);
    font-weight: 300;
}
.category-slider ul.nav-bar li:hover a {
    
}
form.navbar-form.navbar-left .input-group-btn {
    background: #222;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
form.navbar-form.navbar-left .input-group-btn i{
    color: #fff;
}
.menu-text {
    margin-left: 10px;
    color: #A3A3A3;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-top: 6px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.5px;
}
.menu-text span {
    color: #3D3DEE;
    padding: 5px;
}
.row.submit-rty {
    margin-top: 13px;
}
button.btn-black {
    background: #575757;
    opacity: 0.9;
    border-radius: 50px;
    color: #fff;
    padding: 10px 30px;
    margin-bottom: 15px;
    display: inline-block;
    border: 0;
    font-weight: normal;
}
textarea:focus, input:focus{
    outline: none;
}
.filter-form:hover {
    cursor: pointer;
}
.latest-arrivals-product .product-row {
    margin-top: 9px;
}
.latest-arrivals-product .product-row .right-pro .add-to-cart {
    display: inline-block;
    width: auto;
}
.latest-arrivals-product .product-row .right-pro a {
    font-size: 15px;
    border: 1px solid #303030;
    padding: 3px 17px;
    color: #303030;
}
.latest-arrivals-product .product-row .right-pro .add-to-cart.full {
    width: 95%;
    text-align: center;
}
body.frontpage.sellingitems .latest-arrivals-product .product-row .right-pro .add-to-cart {
    display: inline-block;
    width: 45%;
    text-align: center;
}
body.frontpage.sellingitems .latest-arrivals-product .product-row .right-pro .add-to-cart a {
    display: grid;
}
.singlep.iten-im img {
    height: 100%;
    object-fit: cover;
}
.single-des {
    margin-top: 10px;
}
.latest-arrivals-product .publised {
    width: 100%;
    color: #A3A3A3;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* ================ accordion =================*/
div#accordion button.btn:before {
    float: right !important;
    font-family: 'Font Awesome 5 pro';
    content:"\f068";
    padding-right: 5px;
    float: right !important;
    color: #a8a1a1;
    font-size: 14px;
    margin-top: 9px;;
}
div#accordion button.btn.collapsed:before {
    float: right !important;
    content:"\f067";
    color: #a8a1a1;
    font-size: 14px;
    margin-top: 9px;
}
div#accordion .card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
div#accordion .card-header {
    padding: 10px 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #a8a1a1;
}
div#accordion button.btn {
    padding: 0;
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
}
div#accordion .card-body {
    padding: 15px 2px;
}
.contact.sell-page {
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 0;
}
.contact-form button.btn {
    background: #303030;
    border-radius: 50px;
    color: #fff;
    padding: 8px 30px;
    letter-spacing: 1px;
    margin-right: 10px;
}
a.reset-p {
    margin-left: 10px;
}
.contact-form input {
    height: auto;
    border: 0;
    padding: 10px;
    border-radius: 0;
}
.row.contact-row.register {
    padding: 0;
    background: transparent;
}
.row.contact-row.register .contact-row-left,
.row.contact-row.register .col.contact-right {
    background: #F0F0F0;
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    border-radius: 10px;
}
.row.contact-row.register .contact-row-left{
    margin-right: 10px;
}
.row.contact-row.register .col.contact-right{
    margin-left: 10px;
}
.row.contact-row.register {
    margin-top: -15%;
}
.sell .row.contact-two {
    margin-top: 80px;
    margin-bottom: 20px;
}
/* ================ accordion =================*/

/* ================ my-account =================*/
.row.account-inner {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
    border: 0;
}
.row.account-inner .contact-row-left {
    border-right: 0;
}
.info-form-section input, .info-form-section select {
    height: auto;
    padding: 10px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #ced4da;
}
.info-form-section select {
    padding: 13px;
}
.main-slider.title-t h1 {
    color: #fff;
}
input#myFile {
    background: #FFFFFF;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 5%);
    border-radius: 4px;
}
input#flexCheckChecked {
    width: auto;
}
.form-group.check-custom {
    margin-left: 20px;
    margin-bottom: 25px;
}
a.btn-black {
    background: #303030;
    border-radius: 50px;
    color: #fff;
    padding: 10px 30px;
    letter-spacing: 1px;
    margin-right: 10px;
}
a.btn-white {
    background: transparent;
    border: 1px solid #303030;
    border-radius: 50px;
    color: #303030;
    padding: 8px 30px;
    letter-spacing: 1px;
    margin-right: 10px;
}
.row.submit-rty p {
    display: inline-block;
}
.my-account.add .contact {
    padding-top: 50px;
}
.my-account.add .row.contact-row{
    border-radius: 15px;
}
.my-account.add .back-to {
    color: #3D3DEE;
    margin-bottom: 30px;
}
.my-account.add .back-to i{
    margin-right: 10px;
}
.my-account.add .row.account-inner {
    margin-top: -8%;
    margin-bottom: 80px;
}
.contact-row-left h1 {
    margin-bottom: 20px;
}
.account-title {
    padding: 0;
    margin-bottom: 50px;
}
.row.member-inner {
    background: #F0F0F0;
    border-radius: 10px;
    padding: 30px;
}
.row.member-inner .title{
    margin-bottom: 50px;
}
.row.member-inner .title h1 {
    font-weight: bold;
    float: left;
}
.log-person {
    float: right;
}
.log-person img {
    width: 35px;
    margin-right: 10px;
}
.member-right h2 {
    font-weight: bold;
}
.member-right .bottom h2{
    margin-bottom: 20px;
}
.member-left  {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 25px;
}
.member-left ul.nav.navbar-nav li {
    border-bottom: 1px solid #575757;
    padding: 15px 10px;
    font-weight: 600;
}
.member-left ul.nav.navbar-nav{
    margin-bottom: 30px;
}
a.logout {
    background: #575757;
    opacity: 0.9;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 30px;
    margin-bottom: 15px;
    display: inline-block;
}
a.add-item {
    display: inline-block;
    border: 1px solid #303030;
    border-radius: 10px;
    padding: 20px 50px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}
.member-right{
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 30px;
}
.member-right .top {
    border-bottom: 1px solid #575757;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.member-right .latest-arrivals-product h6 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    font-weight: bold;
}
.member-right .latest-arrivals-product.first {
    background: #F0F0F0;
    border-radius: 10px;
}
.member-right .latest-arrivals-product.first .price-inner {
    background: #303030;
    padding: 2px 10px;
    color: #F0F0F0;
    font-size: 10px;
    margin-top: 0px;
}
.member-right .latest-arrivals-product .price{
    width: 100%;
}
.member-right .right-pro, .member-right .right-pro .add-to-cart {
    float: left;
    width: 100%;
    text-align: left;
    color: #3D3DEE;
    margin-top: 8px;
    font-size: 12px;
}
.no-padding{
    padding: 0;
}
.row.member-inner {
    background: #F0F0F0;
    border-radius: 10px;
    padding: 30px;
    margin-top: -8%;
    margin-bottom: 60px;
    padding-bottom: 50px;
}
.member-left.shop-menu h4 {
    font-weight: bold;
    margin-bottom: 18px;
}
.member-left.shop-menu{
    margin-bottom: 25px;
}
.form-check {
    margin-bottom: 6px;
}
label.form-check-label.checked{
    color: #3D3DEE;
}
/* ================ End my-account =================*/

/* ================ Price Range =================*/
input#slider0to50 {
    width: 100%;
}
/* ================ End Price Range =================*/

/* ================ Product-single =================*/
.row.product-row {
    background: #F0F0F0;
    border-radius: 15px;
    padding: 30px 0 30px 0;
}
.slider-nav{
    margin-top: 10px;
}
.slider-nav .slick-slide{
    margin: 5px;
}
.slider-nav div img{
    border-radius: 5px;
    background: #fff;
}
.right-t{
   padding-left: 0; 
}
.row.product-row .right{
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 30px;
    margin-right: 15px;
}
.prodct-title {
    margin-top: 10px;
    margin-bottom: 0px;
}
.prodct-title h3{
    font-weight: bold;
    margin-bottom: 10px;
}
.start {
    color: #3D3DEE;
    display: inline-block;
}
.start i{
    margin-right: 3px;
}
.rating-des {
    display: inline-block;
    margin-left: 10px;
}
.quantity-row p {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}
.quantity-row {
    border-top: 1px solid #575757;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    border-bottom: 1px solid #575757;
    padding-bottom: 20px;
}
.row.product-row .add-to-cart i {
    background: #303030;
    padding: 10px;
    border-radius: 100%;
    width: 34px;
    height: 34px;
    text-align: center;
    color: #fff;
}
.row.product-row .add-to-cart{
    color: #fff;
    background: #3D3DEE;
    border-radius: 20px;
    text-transform: uppercase;
}
.row.product-row .add-to-cart p{
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 0;
    color: #fff;
}
.tab-layot {
    border-top: 1px solid #575757;
    margin-top: 30px;
}
.tab-layot .nav-tabs {
    border-bottom: 1px solid #575757;
    padding-top: 5px;
    padding-bottom: 7px;
    margin-bottom: 15px;
}
.tab-layot .nav-tabs li a{
    padding: 5px 10px 10px 5px;
}
.tab-layot .nav-tabs li a.active {
    border-bottom: 2px solid #3D3DEE;
    color: #575757 !important;
}
.tab-layot .nav-tabs li{
    padding: 0;
}
.row.product-row .left .slider-for img {
    border-radius: 8px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.row.product-row .main-slider.title {
    text-align: left;
    margin-bottom: 50px;
    margin-top: 150px;
}
.row.product-row .main-slider.title h1{
    color: #303030;
}
.product-single-section {
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.product-slider .price-inner {
    background: #303030;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    border-radius: 5px 0px;
    color: #fff;
    text-align: center;
    padding: 3px;
    margin-top: 4px;
}
.row.products-slider-inner .product-row {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.row.products-slider-inner {
    background: #F0F0F0;
    border-radius: 10px;
    padding: 45px;
}
.product-slider{
    padding: 0;
}
.product-slider .slick-prev:before, .product-slider .slick-next:before {
    opacity: 1;
    color: transparent;
    border: 1.5px solid #575757;
    border-radius: 64px;
}
.product-slider .latest-arrivals-product .wishlist, 
.product-slider .right .latest-arrivals-product .add-to-cart{
    margin-top: 0;
}
.product-slider .latest-arrivals-product .add-to-cart{
    padding: 0px 6px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.row.products-slider-inner h2{
    font-weight: bold;
}
.product-slider-section {
    margin-top: 0px;
    margin-bottom: 30px;
}
.Product-single .latest-arrivals.bg-color{
    margin-bottom: 60px;
}
.Product-single .row.latest-arrivals-inner {
    margin-left: 4px;
    margin-right: 4px;
}
.Product-single .latest-arrivals {
    padding-top: 0px;
}
.Product-single .latest-arrivals.bg-color ul.nav.nav-tabs {
    text-align: right;
    float: right;
}
div#log button.btn.btn-default {
    background: #3D3DEE;
    width: 100%;
    color: #fff;
}
.login-float {
    border: 1px solid #ced4da;
    margin-bottom: 5px;
    padding: 15px;
    text-align: center;
    border-radius: 0.25rem;
}
.login-float a{
    color: #222;
}
/* ================ End Product-single =================*/

/* ================ quantity btn =================*/
.quantity {
 display: inline-block;
}
.quantity .input-text.qty {
    width: 35px;
    height: 33px;
    padding: 0px 5px;
    text-align: center;
    background-color: transparent;
    border: 0;
    margin-left: 0px;
}
.quantity.buttons_added {
     text-align: left;
     position: relative;
     white-space: nowrap;
     vertical-align: top; 
}
.quantity.buttons_added input {
     display: inline-block;
     margin: 0;
     vertical-align: top;
     box-shadow: none;
}
.quantity.buttons_added .minus, .quantity.buttons_added .plus {
    padding: 1px 10px 3px;
    height: auto;
    background-color: #ffffff;
    cursor: pointer;
    border: 1.5px solid #575757;
    border-radius: 64px;
}
.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #eeeeee; 
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0; 
}
.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none; 
}
.product-slider .slick-prev:before {
  font-family: "Font Awesome 5 Pro"; 
  content: "\f060";
  font-size: 13px;
  padding: 7px;
  color: #575757;
}
.product-slider .slick-next:before {
  font-family: "Font Awesome 5 Pro"; 
  content: "\f061";
  color: #575757;
  font-size: 13px;
  padding: 7px;
}
.product-slider .slick-next {
    right: -16px;
}
/* ================ End quantity btn =================*/

/* ================ Shop =================*/
.shop .latest-arrivals {
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 80px;
}
.shop .latest-arrivals.top-i {
    background-size: cover;
    padding-top: 200px;
    background-position: bottom;
    padding-bottom: 40px;
}
.shop .main-slider.title {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0;
}
.shop .main-slider.title h1 {
    margin-bottom: 0;
    line-height: 40px;
    font-weight: bold;
    font-size: 30px;
    color: #303030;
}
.shop .row.product-loop-row {
    margin-bottom: 40px;
}
.row.product-loop-row {
    background: #F0F0F0;
    border-radius: 15px;
    padding: 40px 30px;
    margin-bottom: 80px;
}
.shop-menu ul.nav.navbar-nav li img {
    margin-right: 15px;
    width: 30px;
}
.shop-menu ul.nav.navbar-nav li span {
    text-align: right;
    display: block;
    float: right;
}
.shop-menu ul.nav.navbar-nav li.active a {
    color: #3D3DEE;
}
/* ================ End shop =================*/

/* ================ Responsive =================*/
.sell .contact-right {
    background: #F0F0F0;
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    border-radius: 10px;
}
.sell-left-x{
    padding-left: 0;
}
.shop .latest-arrivals-product .wishlist, .shop .latest-arrivals-product .add-to-cart {
    padding: 0px 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: 0;
}
.shop .latest-arrivals.bg-color .add-to-cart,
.shop .latest-arrivals.top-i .add-to-cart{
    padding: 0;
    width: auto;
    height: auto;
}
.shop .latest-arrivals.bg-color .nav-tabs {
    border-bottom: 0;
    float: right;
}
.addlisting, .my-account-desktop {
    display: inline-block;
}
.addlisting.menu-mob, .dropdown-my-acount {
    display: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
button.btn.dropdown-toggle {
    border: 1px solid #303030;
    border-radius: 0;
    box-shadow: none;
}
td a i {
    color: #222;
}
ul.dropdown-menu.show li {
    padding: 5px 10px;
}
ul.dropdown-menu.show li a{
    color: #000;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 0px;
    margin-top: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
nav.navbar.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-header {
    width: 100%;
}
a.navbar-brand {
    color: #fff;
}
a.navbar-brand h1, .footer-logo h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-top: 12px;
}
.footer-logo h1{
    margin-bottom: 20px;
}
ul.nav.navbar-nav li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee45;
}
.member-left ul.nav.navbar-nav li a{
    color: #303030;
}
ul.nav.navbar-nav li:last-child a {
    border-bottom: 0;
}
.cate-inner nav.navbar.navbar-inverse{
    display: none;
}
.category-slider ul.nav-bar {
    display: inline-block;
}
.category-slider .filter {
    display: inline-block;
}
.nav-flex {
    text-align: center;
}
.header-menu.desktop {
    display: block;
    background: #FAFAFA;
    padding-top: 13px;
    margin-top: 0;
    padding-bottom: 15px;
    transition: 0.2s ease-out;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}
.header-menu.mobile{
    display: none;
}
form.filter-form-custom .input-group {
    margin-bottom: 15px;
}
form.filter-form-custom label {
    width: 100%;
    font-weight: 300;
}
form.filter-form-custom .checkbox {
    display: flex;
    width: 100%;
    margin-top: 10px;
}
form.filter-form-custom input[type="checkbox"] {
    margin-right: 5px;
    margin-top: 0px;
}
form.filter-form-custom input#typeNumber {
    margin-right: 15px;
}
form.filter-form-custom button.btn.btn-default {
    background: #222222;
    width: 100%;
    border-radius: 12px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}
form.filter-form-custom button.btn.btn-default i{
    font-size: 10px;
}
.modal-body .input-group {
    border-bottom: 1px solid #dddd;
}
form.filter-form-custom .input-group {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
form.filter-form-custom {
    padding: 15px;
}
.modal-header h4 {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0px;
}
div#filter_search select#sel1 {
    border: 1px solid #EBEBEB;
    font-weight: 400;
}
.cart-qty-plus, .cart-qty-minus{
    width: 38px;
    height: 38px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.main-slider.title.single-post-main-title {
    text-align: left;
}
.cart-qty-plus:hover, .cart-qty-minus:hover{
    background-color: #5161ce;
    color: #fff;
}
.button-container{
    display: flex;
    align-items: center;
}
.button-container .form-control{
    max-width: 80px;
    text-align: center;
    display: inline-block;
    margin: 0px 5px;
}
button#btn-checkout {
    width: 100%;
    color: #fff;
}
button#btn-update {
    width: auto;
    padding: 4px 16px;
    color: #fff;
    margin-top: 10px;
    border-radius: 6px;
    border: 0;
    text-align: center;
}
a.p-book {
    padding: 10px 30px;
    color: #fff;
}
.cart-page .category-slider {
    display: none;
}
button.p-book.purchce-n {
    width: 100%;
    color: #fff;
}
.px-4.delete-btn {
    border: 0;
    background: transparent;
}
.register-custom .alert.alert-success {
    width: auto;
    position: initial;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.form-control {
    font-weight: 300;
    cursor: pointer;
    border: 1px solid black;
    margin: 0;
    background-color: #ffffff;
    border-color: #dddddd;
    transition-property: transform,background-color,border-color;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.2,0,0,1);
    text-align: start;
    border-radius: 12px;
    padding: 5px;
}
.footer-top .form-control {
    border: 1px solid #22222257;
}
a.back-prt {
    display: inline-block;
    margin-bottom: 32px;
    text-decoration: underline;
    color: #222;
}
.loggu button.btn, .reg-btn button.btn {
    border-radius: 8px;
    padding: 8px 45px
}
.form-control:focus {
    border-color: #222222;
    box-shadow: none;
}
.latest-arrivals-product.first .product-row {
    width: 100%;
}
.related-product {
    margin-top: 50px;
}
.related-product h3{
    margin-bottom: 20px;
}
.slick-dots li button:before {
    font-size: 8px;
    color: #fff;
    width: 15px;
    height: 15px;
    opacity:0.5;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}
.slick-dots li {
    margin: 0px;
    width: 15px;
    height: 15px;
}
.slick-dots {
    bottom: 10px;
    z-index: 9999;
}
.latest-arrivals-product a {
    z-index: -1;
}
.product_slider {
    height: 300px;
    overflow: hidden;
}
.product_slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-inner {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.slick-prev, .slick-next {
    z-index: 99;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.product-image-gal .right img {
    object-fit: cover;
    height: 100%;
    border-radius: 12px;
}
.xi {
    height: 700px;
}
.contact-host {
    margin-left: 15px;
    margin-top: 5px;
}
.contact-host button {
    border: 0;
    background: #222;
    padding: 10px 30px;
    color: #fff;
    border-radius: 10px;
}
.modal-body .name {
    font-size: 18px;
    margin-bottom: 10px;
}
.related-Pro{
    padding: 0;
}
.related-Pro .slick-track {
    margin-left: unset;
    margin-right: unset;
}
.host-top {
    display: flex;
}
.product-innner-slider.mobile img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.product-innner-slider.mobile{
    display: none;
}
.product-innner-slider.desktop{
    display: block;
}
.product_slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.slick-initialized{
    visibility: visible;
    opacity: 1;    
}
input[type=checkbox] {
    position: relative;
    border: 2px solid #dddd;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
}
.counter-x {
    position: absolute;
    right: 12%;
    width: 100%;
    text-align: right;
    padding-right: 30px;
    bottom: 6%;
    text-decoration: underline;
    color: #fff;
}
.photo-count {
    position: relative;
}
input[type=checkbox]:hover {
    opacity: 1;
}
div#log .form-control {
    padding: 5px 10px;
}
input[type=checkbox]:checked {
    background-color: #000;
    opacity: 1;
}

input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

/* ================ Price Range =================*/

.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}
.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}
.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #dddd;
    color: #222;
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.input-groupp .slider {
    height: 5px;
    position: relative;
    background: #fff;
    border-radius: 0px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
}
.input-groupp .slider .progress {
    height: 100%;
    left: 0%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #222;
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #222;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #222;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.sliderText{
    width:40%;
    margin-bottom:30px;
    border-bottom: 2px solid red;
    padding: 10px 0 10px 0px;
    font-weight:bold;
}
.ui-slider-horizontal {
    height: .6em;
}
.ui-slider-horizontal {
    margin-bottom: 15px;
    width:100%;
}
.ui-widget-header {
    background: #3FE331;
}
.price-range-search {
    width:40.5%; 
    background-color: #f9f9f9; 
    border: 1px solid #6e6666;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom:20px;
    font-size:16px;
}
.price-range-field{
    width:20%; 
    min-width: 16%;
    background-color:#f9f9f9; 
    border: 1px solid #6e6666; 
    color: black; 
    border-radius: 5px; 
    height:26px; 
    padding:5px;
}
.search-results-block{
    position: relative;
    display: block;
    clear: both;
}
.ui-state-active, .ui-widget-content .ui-state-active{
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

/* ================ End Price Range =================*/

.input-group-full {
    border-radius: 50px;
    border: 1px solid #000;
    padding: 12px 15px;
    display: flex;
    border-radius: 40px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
    padding: 11px 8px 11px 24px;
    transition: box-shadow 0.2s cubic-bezier(0.2,0,0,1);
}
.input-group-full:hover {
    box-shadow: 0 2px 4px rgba(0,0,0,0.18);
}
.left.cat-drop {
    width: 40%;
    border-right: 1px solid #EBEBEB;
}
.right.cat-drop {
    width: 70%;
    text-align: center;
    margin-top: 0;
}
.right.cat-drop button.btn.btn-default {
    position: absolute;
    right: 25px;
    height: 32px;
    width: 32px;
    top: 8px;
    color: #fff;
    font-size: 13px;
    background: #575757;
    border-radius: 40px;
}
.right.cat-drop .header-menu .right {
    text-align: left;
    margin-top: 0;
    margin-left: 7px;
}
input.form-control-l {
    width: 100%;
    border: 0;
    text-align: center;
}
select#sel1 {
    border: 0;
    width: 90%;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.nav-flex-right {
    text-align: right;
    padding-right: 15px;
}
.nav-flex-left {
    text-align: left;
}
.latest-arrivals-product .product-price-row {
    margin-top: 13px;
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
    border-top: 1px solid #ffffff91;
    border-bottom: 1px solid #ffffff91;
    padding-top: 9px;
}
.chat {
    font-size: 20px;
    color: #A3A3A3;
}
.product-price-row .price, 
.product-price-row .chat{
    width: 50%;
    float: left;
}
.bottom-ad-info .left{
    width: 30%;
    float: left;
    text-align: right;
    font-weight: 700;
    color: #575757;
} 
.bottom-ad-info .right{
    width: 70%;
    float: left;
}
.product-price-row .chat{
    text-align: right;
}
.alert-success {
    color: #fff;
    background-color: #328b47;
    border-color: #328b47;
}
.alert-success-box {
    color: #575757;
    background-color: transparent;
    border-color: #575757;
    margin-top: 15px;
}
.frontpage .latest-arrivals-inner {
    padding: 15px 10px 50px 50px;
}
.pages_common .title{
    margin-bottom: 30px;
}
a.buy-btn {
    background: #000;
    font-size: 20px;
    padding: 8px 40px;
    color: #fff;
}
a.sell{
    display: inline-block;
    padding: 15px 25px 14px 25px;
    font-weight: 700;
    transition: box-shadow 0.2s cubic-bezier(0.2,0,0,1);
    border-radius: 40px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
    color: #575757;
}
.bottom-ad-info a, .bottom-ad-info .right {
    color: #575757;
    font-weight: 500;
}
.product-price-row .chat a{
    color: #575757;
    font-weight: 700;
}
a.sell i {
    margin-top: 4px;
    float: right;
    margin-left: 5px;
}
*:focus {
    outline: none;
}
.group-text {
    width: 100%;
    float: left;
}
.group-text span.border-end.country-code.px-2 {
    width: auto;
    float: left;
    padding: 10px;
    border: 1px solid #ced4da;
    font-size: 1rem;
    margin-right: 6px;
}
.group-text input {
    height: auto;
    padding: 10px;
    border-radius: 0;
    width: 81%;
    border: 1px solid #ced4da;
}
.text-danger {
    float: left;
    margin-top: 2px;
}
.fancybox-skin {
    background: transparent;
}
.single_slider .slick-prev:before {
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 900; 
    content: "\f104";
    font-size: 3rem;
    color: #fff !important;
}

.single_slider .slick-next:before {
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 900; 
    content: "\f105";
    font-size: 3rem;
    color: #fff !important;
}
.single_slider .slick-prev {
    left: 21px;
}
.single_slider .slick-next {
    right: 21px;
}
.form-group {
    position: relative;
}
span.pencil {
    position: absolute;
    right: 30px;
    top: 43px;
}
/* ================ Responsive =================*/
@media(max-width:1600px){
    .product-inner {
        height: 200px;

    }
    .product_slider {
        height: 235px;
    }
}
@media(max-width:1200px){
    .box-left {
        width: 30%;
    }
    .box-right {
        width: 70%;
    }
    .how_it_work .row.row-bg.ash .two-column-right {
        margin-top: 35px;
        padding-right: 50px;
        text-align: left;
    }
    .two-column-right {
        margin-top: 42px;
    }
    .main-slider.title {
        margin-top: 50px;
    }
    .latest-arrivals-product h5 {
        font-size: 17px;
    }
    .price {
        font-size: 15px;
    }
    .price-inner-black {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .row.row-bg .two-column-right, .row.row-bg.ash .two-column-right {
        margin-top: 60px;
        text-align: center;
    }
    .row.row-bg .two-column-right h1 br, .row.row-bg.ash .two-column-right h1 br,
    .contact-row-left h4 br, .contact-row-left h3 br {
        display: none;
    }
    .sell .main-slider.title {
        margin-top: 120px;
    }
    .main-slider.title h1 {
        font-size: 38px;
    }
    body.my-account.add .static_banner {
        padding-top: 7%;
    }
    .row.submit-rty p {
        margin-top: 20px;
    }
    body.my-account.add .contact-row-left {
        border-right: 0;
    }
    .latest-arrivals-product .tag {
        width: 100%;
        margin-bottom: 5px;
    }
    .product-d-h {
        display: inline-block;
        padding:0;
    }
    .rating {
        text-align: left;
    }
    .product-price-p, .publish-date {
        padding: 0;
    }
    .header-menu .right {
        display: flex;
    }
    .header-menu .left{
        padding-left: 0;
    }
    .iten-im img {
        height: 100%;
        object-fit: cover;
    }
    .p-price {
        font-size: 30px;
    }
    .p-book {
        padding: 5px;
        border-radius: 5px;
    }
    .category-slider ul.nav-bar li {
        padding: 8px;
    }
    .category-slider .common-row {
        width: 100%;
    }
    .common-row {
        width: 97%;
    }
    .product-inner {
        height: 190px;
    }
    .product_slider {
        height: 226px;
    }
    
}
@media(max-width:1024px){
    .box-left {
        width: 13%;
    }
    .box-right {
        width: 87%;
        padding-top: 0;
    }
    .how_it_work .row.row-bg.ash .two-column-right {
        margin-top: 35px;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }
    body.how_it_work .static_banner {
        padding-top: 11%;
    }
    .contact-row-left {
        border-right: 0;
    }
    .latest-arrivals.bg-color .title .right {
        text-align: right;
        margin-top: 0;
    }
    .promotion-r {
        border-right: 1px solid #3030303b;
        margin-bottom: 30px;
    }
    .box-inner.white {
        margin-bottom: 15px;
    }
    .row.row-bg .two-column-right, .row.row-bg.ash .two-column-right {
        text-align: left;
    }
    .row.contact-row.register .contact-row-left {
        margin-right: 0;
    }
    a.header-selling {
        background: #303030;
        border-radius: 20px;
        padding: 6px 10px 5px;
        color: #fff;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-right: 8px;
    }
    .sell .contact-right {
        background: #F0F0F0;
        padding-top: 50px;
        padding-right: 50px;
        padding-left: 50px;
        padding-bottom: 50px;
        border-radius: 10px;
    }
    .addlisting {
        display: none;
    }
    .addlisting.menu-mob{
        display: block;
    }
    .filter, .cate-inner {
        padding: 0;
    }
    .row.member-inner {
        padding: 30px 15px;
    }
    .latest-arrivals-inner {
        padding: 15px 30px 50px 30px;
    }
    .p-price {
        font-size: 24px;
    }
    .addlisting.menu-mob a {
        padding: 3px 24px;
        border: 0 !important;
    }
    .frontpage .latest-arrivals-inner {
        padding: 15px 10px 10px 0px;
    }
    .product-inner {
        height: 150px;
    }
    .product_slider {
        height: 190px;
    }
    .footer-top .row{
        padding-left: 5px;
        padding-right: 5px;
    }
    ul.footer-menu {
        list-style: none;
        display: inline-block;
        padding-left: 0;
    }
}
@media(max-width:991px){
    .nav-flex-right {
        text-align: right;
        padding-right: 30px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .faq-sell{
        margin-bottom: 30px;
    }
    .row.contact-row.register .contact-row-left, .row.contact-row.register .col.contact-right {
        padding-top: 30px;
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 50px;
    }
    .row.contact-row.register {
        background: #F0F0F0;
        padding-bottom: 30px;
    }
    .contact-row-left {
        border-right: 0;
    }
    .latest-arrivals.bg-color .title .right {
        text-align: right;
        margin-top: 0;
    }
    .testimonial-right{
        display: none;
    }
    .promotion-r {
        border-right: 1px solid #3030303b;
        margin-bottom: 30px;
    }
    #a { order: 2; }
    #b { order: 1; }
    .two-column-right {
        text-align: center;
        margin-top: 42px;
    }
    .box-inner.white {
        margin-bottom: 15px;
    }
    .row.row-bg .two-column-right, .row.row-bg.ash .two-column-right {
        text-align: center;
    }
    .member-left {
        margin-bottom: 20px;
    }
    body.Product-single .row.product-row .right {
        margin-right: 15px;
        margin-left: 33px;
        margin-top: 20px;
    }
    body.Product-single .latest-arrivals-product h4, 
    body.Product-single .latest-arrivals-product h5 {
        font-size: 17px;
    }
    .row.products-slider-inner .product-row {
        margin-top: 1px;
    }
    .category-slider ul.nav-bar li{
        margin-bottom: 5px;
    }
    .dropdown i.fas.fa-user-circle, .dropdown .dropdown-toggle::after {
        display: none;
    }
    .header-menu .row {
        padding-left: 20px;
        padding-right: 20px;
    }
    .latest-arrivals-inner .main-slider.title {
        margin-top: 0;
    }
    .dropdown-my-acount {
        float: right;
        margin-right: 15px;
        display: block;
    }
    .my-account-desktop{
        display: none;
    }
    .cate-inner nav.navbar.navbar-inverse{
        display: block;
    }
    .category-slider ul.nav-bar{
        display: none;
    }
    .category-slider{
        padding: 0;
    }
}
@media(max-width:767px){ 
    .shop .latest-arrivals.top-i {
        padding-top: 120px;
        padding-bottom: 0px;
    }  
    .shop .price {
        width: 40%;
    } 
    .shop .right-pro {
        width: 60%;
    }
    .my-account.add .contact {
        padding-top: 0;
    }
    .my-account.add .row.contact-row {
        border-radius: 0;
    }
    .row.member-inner {
        border-radius: 0px;
        padding: 25px 8px;
        margin-bottom: 0;
    }
    .row.member-inner .title {
        margin-bottom: 25px;
    }
    .row.member-inner .title h1 {
        font-size: 24px;
        margin-top: 8px;
    }
    .member-right h2 {
        font-weight: bold;
        font-size: 20px;
    }
    .price-inner-black {
        padding: 6px;
    }
    .promotion-inner {
        border-radius: 0px;
    }
    .row.testimonial-row {
        border-radius: 0;
    }
    .main-slider.title {
        margin-top: 100px;
    }
    .two-column.secound, .promotion {
        margin-top: 0;
        margin-bottom: 0;
    }
    .promotion {
        margin-bottom: 0;
    }
    .promotion-r {
        border-right: 0;
        border-bottom: 1px solid #3030303b;
        margin-bottom: 0px;
        padding-bottom: 15px;
    }
    .promotion-r:last-child{
        border-bottom: 0;
    }
    .promotion-inner {
        padding: 25px 15px 0px 15px;
    }
    .main-slider.title h1 {
        line-height: 40px;
        font-size: 32px;
    }
    .main-slider.title p {
        font-size: 15px;
    }
    .box-inner .right {
        padding-top: 0px;
    }
    .box-inner .arrow {
        padding-top: 18px;
    }
    .box-inner {
        margin-bottom: 10px;
    }
    .slider {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .two-column-right, .row.row-bg.ash .two-column-right,
    .row.row-bg .two-column-right {
        margin-top: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .latest-arrivals-inner {
        background: #F0F0F0;
        padding: 5px;
        border-radius: 0;
    }
    #a { order: 2; }
    #b { order: 1; }
    .promotion-r {
        margin-bottom: 20px;
    }
    .testimonial-right, .row.row-bg.ash h1 br, .shp_o_img{
        display: none;
    }
    .row.contact-row {
        padding: 10px;
        border-radius: 0px
    }
    .news-latter {
        margin-top: 30px;
    }
    ul.footer-menu {
        display: inline-block;
        padding-left: 0;
    }
    .how_it_work .two-column.x {
        margin-top: -80px;
    }
    .how_it_work .row.row-bg.ash .two-column-right {
        margin-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .row.row-bg.ash h1 {
        font-size: 34px;
        margin-bottom: 6px;
    }
    .contact {
        padding-top: 10px;
        padding-bottom: 30px;
        border-radius: 0px;
    }
    .box-right {
        padding-top: 1px;
    }
    .two-column {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .row.row-bg {
        padding-top: 15px;
        padding-bottom: 40px;
        border-radius: 0;
    }
    .three-column {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .row.product-loop-row {
        background: #F0F0F0;
        border-radius: 0;
        padding: 20px 5px;
        margin-bottom: 0px;
    }
    .member-left {
        margin-bottom: 30px;
    }
    .shop .latest-arrivals {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .latest-arrivals.bg-color .latest-arrivals-inner {
        padding: 20px;
        border-radius: 0;
    }
    .row.product-row .right {
        padding: 15px;
        margin-right: 0;
        margin-left: 15px;
        margin-top: 15px;
    }
    .row.account-inner {
        background: #F0F0F0;
        border-radius: 0;
        padding: 10px;
    }
    .row.submit-rty p {
        margin-top: 30px;
    }
    a.header-selling {
        padding: 9px 25px 13px 25px;
        margin-right: 5px;
        margin-bottom: 11px;
        display: inline-block;
        height: 40px;
    }
    .latest-arrivals-inner .title .left {
        float: left;
        display: block;
        width: 75%;
    }
    .latest-arrivals-inner .title .right {
        float: right;
        display: block;
        width: 25%;
    }
    .testimonials-inner {
        padding: 25px 20px;
    }
    .latest-arrivals.bg-color .latest-arrivals-inner .title .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .latest-arrivals.bg-color .latest-arrivals-inner .title .right {
        width: 100%;
    }
    .frontpage .latest-arrivals.bg-color {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .two-column.x {
        margin-bottom: 0;
        margin-top: 0px;
    }
    body.frontpage .contact {
        padding-top: 0;
    }
    .row.contact-row.register .contact-row-left, .row.contact-row.register .col.contact-right,
    .sell .contact-right {
        padding-top: 30px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
    }
    .sell .row.contact-row {
        margin-bottom: 0px;
    }
    .log-person, .header-menu.desktop{
        display: none;
    }
    .header-menu.mobile{
        display: block;
        /*padding: 0;*/
    }
    .main-slider.title-t h1 {
        font-size: 24px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-menu .row {
        padding-left: 0px;
        padding-right: 0px;
    }
    .header-menu .right {
        display: initial;
    }
    .mobile-header-inner .row {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        margin-left: -5px;
        padding-left: 0;
    }
    .header-menu .right{
        padding-right: 0;
    }
    .header-menu .middle{
        padding: 0;
    }
    .dropdown-menu.show {
        left: -14% !important;
    }
    .member-section .dropdown-menu.show {
        left: -8% !important;
    }
    .filter-form{
        float: right;
    }
    .footer-top .row, .footer-bottom .row{
        padding-left: 5px;
        padding-right: 5px;
    }
    .host {
        display: inline-block;
        margin-bottom: 20px;
    }
    .host-top {
        display: flex;
        margin-bottom: 15px;
    }
    .contact-host {
        margin-left: 0;
    }
    .single-des .left-des-s{
        padding: 0;
    }
    .product-image-gal .left {
        margin-bottom: 20px;
    }
    .related-product .latest-arrivals-product {
        background: #fff;
    }
    .category-slider .nav-flex-right{
        display: none;
    }
    .search .form-control {
        padding: 10px;
        width: 100%;
    }
    .search form.navbar-form.navbar-left .input-group-btn {
        position: absolute;
        right: 7px;
        height: 29px;
        width: 29px;
        top: 5px;
    }
    .search button.btn.btn-default {
        padding: 0px 3px;
        font-size: 12px;
    }
    .filter-form {
        padding: 9px 15px 7px 15px;
        top: 1px;
    }
    button#dropdownMenuButton {
        height: 42px;
    }
    .navbar-toggle {
        padding: 7px 7px;
        margin-top: 4px;

    }
    .cate-inner nav.navbar.navbar-inverse {
        display: block;
        padding: 5px 8px;
    }
    .cate-inner nav.navbar.navbar-inverse .container-fluid{
        padding: 0px;
    }
    .hero-b , .hero-b .latest-arrivals-inner, .latest-arrivals.first {
        padding: 0;
    }
    .common-row {
        width: 100%;
    }
    .search {
        padding: 0px;
    }
    .main-banner-title h1 {
        font-size: 24px;
        line-height: 130%;
        margin-top: 15px;
    }
    .main-banner-title h1 br{
        display:  none;
    }
    .modal-dialog {
        width: 96%;
    }
    form.filter-form-custom .checkbox {
        display: inline;
    }
    .range-input input {
        top: -35px;
    }
    .my-account.add {
        padding: 0;
    }
    .news-latter button.btn.btn-default {
        width: 100%;
    }
    .footer-bottom {
        text-align: center;
    }
    ul.footer-social {
        list-style: none;
        text-align: center;
        display: inline-block;
        padding-left: 0;
    }
    .single-des .left-des-s p {
        text-align: justify;
        font-size: 12.5px;
        line-height: 20px;
    } 
    .frontpage .latest-arrivals-inner {
        padding: 5px;
    }
    .latest-arrivals-inner .main-slider.title {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .reserve-box {
        padding: 15px;
    }
    .product-single-section{
        padding:0px;
    }
    .left-des-ss {
        padding-left: 0px;
    }
    .xi {
        height: auto;
    }
    .slick-dots {
        bottom: 5px;
        z-index: 9999;
        left: 0;
    }
    .reserve-box.single-box {
        margin-bottom: 15px;
    }
    .single-des {
        margin-top: 0;
    }
    .left-des-sp {
        padding-right: 0;
    }
    .footer-m-row {
        padding: 0;
    }
    .latest-arrivals-product {
        padding: 10px;
    }
    .product-inner {
        height: auto;
    }
    .product_slider {
        height: auto;
    }
    .home .category-slider {
        margin-bottom: 20px;
    }
    .noresult {
        padding-bottom: 15px;
    }
    .hero-b .latest-arrivals-inner.cat-co {
        padding: 4px 22px;
    }
    .buyorsell {
        margin-top: 8px;
        margin-bottom: 10px;
    }
    .related-product .bottom-ad-info .left {
        text-align: left;
    }
    .related-product .bottom-ad-info .right {
        text-align: right;
    }
    .member-right {
        padding: 15px;
    }
    .member-right .top {
        padding-bottom: 0px;
    }
    .contact-row-left h1 {
        font-size: 1.8rem;
    }
    .contact-row-left h3 {
        font-size: 1.4rem;
    }
    .my-account.add .row.account-inner {
        margin-bottom: 0px;
    }
    .navbar-brand {
        padding-top: 0;
    }
    .fixed-menu {
        border-bottom: 0;
    }
    .myaccount .mobile-header-inner .filter, .sellingitems .filter, .profile .filter{
        display: none;
    }
} 
/* ================ End Responsive =================*/

.btn-danger:hover, .btn-danger:not(:disabled):not(.disabled):active {
    color: #303030;
    background-color: transparent;
    border: 1px solid #303030;
}
a.btn-danger {
    background: transparent;
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus, .btn-danger.focus, .btn-danger:focus {
    box-shadow: unset;
    background-color: transparent;
}
a {
    color: #222;
}
.remen .dropdown-item:focus, .remen .dropdown-item:hover {
    color: #222;
    text-decoration: none;
    background-color: transparent;
}
.remen .dropdown-item {
    padding: 0;
    font-weight: 400;
    margin-top: 11px;
}
.single_slider .slick-prev:before, .single_slider .slick-next:before {
    color: #222;
}
.faq .category-slider, .cancellation .category-slider, .how_it_work .category-slider, .about_us .category-slider,
.terms .category-slider, .policy .category-slider, .shipping .category-slider, 
.myaccount .category-slider, .myaccount .header-menu .search, .adduser .category-slider, .adduser .header-menu .search,
.sellingitems .category-slider, .sellingitems .header-menu .search, .profile .category-slider, .profile .header-menu .search{
    display:none;
}
