body {
	background-color: #034638;
	
}

.multi {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
}
.nopadding {
    padding: 0!important;
}


header.large {
    box-shadow: none;
    border: none!important;
    border-bottom: 0px solid #ddd!important;
}

.header {
    position: absolute;
    top: 52px;
    width: 100%;
    z-index: 100;
    background-color: #FFF;
}
header .box {
    margin: 0 auto;
}

.container h1 {
	color:#00cbac;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 25px;
}

.float-menu {
    float: right!important;
}
.nav-rr {
    z-index: 999;
    background-color: rgba(255, 255, 255, 0)!important;
}

.main {}

.recom-wrapper {
	color: #FFF;
	min-height:450px;
    background-image: url(/5.jpg);
    position: static;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0;
    overflow: hidden;
}


#main-slide {
    position: relative;
    height: 550px;
    text-align: center;
    line-height: 1.56em;
    padding: 0px !important;
}

.iq-container {
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 10;
}

header .navbar-nav {
    font-weight: bold;
}
header .navbar .navbar-nav .nav-link {
    font-size: 12px;
	color:#262628;
}

.section-menu {
	border: 0;
	box-shadow: 0 0 4px rgb(0 0 0 / 40%);
}

.top-header {
	background-color: #262628;
    color: #fff;
    min-height: 38px;
    font-size: 11px;
    line-height: 38px;
}

.navbar-light .navbar-nav .nav-link {
    color: #00cbac;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.nomargin {
    margin: 0!important;
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
}

a.ac {
    border-top: 5px solid #25283D;
    color: #25283D;
    font-weight: 700;
	display: block;
    padding: 5px 15px;
    font-size: 12px;
}

.toph .whatsapp {
    color: #FFF!important;
    font-size: 12px!important;
}

.toph .phone-to a {
    color: #FFF;
	font-size:20px;
}

.toph .phone-to a:hover {
	font-size:20px;
}


.toph .phone-to a:hover {
    color: #FFF;
	font-size:12px;
}

.products {
	margin-top:20px;
}

.rtcl-listing-content-area {
    margin-top:35px;
}

.car-item {
	box-shadow: 0 1px 6px rgb(35 38 40 / 40%);
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
	background:#e9e9e9;
}

.car-item .listing-car-image {
    width: 100%;
}


.car-item .listing-car-image img {
    width: 100%;
}

.listing-car-data {
	width:100%;
    padding: 25px 15px 0 15px;
}

.listing-car-price {
    position: relative;
    float: right;
    padding: 6px 10px 4px 12px;
    margin-top: -22px;
	margin-left: 18px;
    background-color: #00cbac;
    text-align: right;
    color: #ffffff;
    line-height: 25px;
}

.listing-car-price::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: -11px;
    height: 100%;
    width: 32px;
    background-color: #00cbac;
    z-index: -1;
}

.listing-car-name {
    color: #232628;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
	max-width:250px;
}


.listing-car-bottom {
    width: 100%;
    padding-bottom: 20px;
}


.listing-car-bottom .listing-car-features {
    display: block;
}

.listing-car-features {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.listing-car-features li {
    display: inline-block;
    margin-top: 23px;
    margin-right: 11px;
    color: #888;
    vertical-align: middle;
	font-size:14px;
}




.card {
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(31,45,65,.15);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(31,45,65,.15);
    overflow: hidden;
    position: relative;
}

.card.lift {
    text-decoration: none;
    color: inherit;
}

.lift {
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(31,45,65,.15);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(31,45,65,.15);
    -webkit-transition: -webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.lift:hover {
    -webkit-transform: translateY(-.33333rem);
    transform: translateY(-.33333rem);
    -webkit-box-shadow: 0 0.5rem 2rem 0 rgba(31,45,65,.25);
    box-shadow: 0 0.5rem 2rem 0 rgba(31,45,65,.25);
}

.h-100 {
    height: 100%!important;
}

.card-img, .card-img-top {
    border-top-left-radius: .0rem;
    border-top-right-radius: 0rem;
}

.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.35rem;
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0;
}

footer a {
    color: rgba(255,255,255,.81);
}

footer a:hover {
    text-decoration: none;
    color: #c12026;
}

.footer-copyright {
	color:#FFF!important;
}

.page-footer {
	color: rgba(255,255,255,.81);
    width: 100%;
    float: left;
    position: relative;
    background-image: url(../images/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 50px;
    line-height: 23px;
    font-size: 13px;
}


.card-footer:last-child {
    border-radius: 0 0 .35rem .35rem;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.border-top {
    border-top: 1px solid #e3e6ec!important;
}

.bg-transparent {
    background-color: transparent!important;
}

.card-footer-addon {
    padding-top:10px;
	padding-bottom:10px;
	padding-left: 0px!important;
}

.lh-1 {
    line-height: 1!important;
}

.wrapper {
	margin-top:100px
}

h4::after {
	border-color: #c00a27;
}

.breadcumbOrder {
    /*width: 100%;
    float: left;*/
    background-color: #32323f;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 0;
    position: relative;
}

.breadcumbOrder .nav {
	width: 100%;
    text-align: center;
    background-color: transparent;
}

.breadcumbOrder .nav li {
    width: 33%;
    float: left;
}


.breadcumbOrder .nav li a {
	color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    color: rgba(255,255,255,.44);
    font-weight: 600;
    padding: 10px 0;
    background: transparent;
}

.breadcumbOrder .nav li a.active {
	color:#fff;
}

.breadcumbOrder .nav li a.active:hover, .breadcumbOrder .nav li a:focus {
    color: #fff;
}

.section-title-wrapper .top-sub-title i {
    font-size: 7px;
}


.single-product .product-heading {
    margin-bottom: 25px;
	padding-top: 25px;
}

.listing-item .rtcl-content-wrapper {
    width: 100%;
}

.single-product .product-heading {
    margin-bottom: 25px;
}

.single-product .product-heading {
    margin-bottom: 25px;
}

.single-product .product-heading .product-condition span {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    padding: 6px 12px 4px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 4px;
    line-height: 1.4;
	position: relative;
	background-color: #000;

}

.single-product .product-heading .product-condition {
    margin-bottom: 18px;
}

.single-product .product-heading .product-condition span {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    padding: 6px 12px 4px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 4px;
    line-height: 1.4;
    font-family: var(--rt-heading-font);
}

.single-product .product-heading .product-title {
    font-size: 30px;
    margin-bottom: 3px;
    color: #FFFFFF;
    font-weight: 600;
}

.single-product .product-heading .entry-meta {
    margin-bottom: 6px;
}

.single-product .product-heading .entry-meta li {
    display: inline-block;
    font-size: 15px;
    position: relative;
    color: #e3e3e3;
}

.single-product .product-heading .entry-meta li i {
    color: #e3e3e3;
    font-size: 16px;
    margin-right: 8px;
}

.single-product .product-heading .entry-meta li span {
    color: #878c9f;
}

.single-product .product-heading .product-price {
    font-family: var(--rt-heading-font);
    margin-bottom: 18px;
    font-size: 30px;
    color: var(--rt-primary-color);
    text-align: right;
}

.single-product .product-heading .product-price .rtcl-price-range {
    display: inline-block;
}

.single-product .product-heading .product-price .rtcl-price-amount {
    font-size: 26px;
	font-weight:600;
	color:#FFF;
}

.single-product .rtcl-single-listing-details .widget {
    margin-bottom: 10px;
}

.single-product .listing-content .widget {
    padding-top: 22px;
}

.single-product .product-description {
    padding-bottom: 25px;
}

.widget {
    border-radius: 4px;
    padding: 25px 30px 30px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
	margin: 0 0 30px;
}

.single-product .product-overview .item-heading .heading-title {
    margin-bottom: 10px;
}

.single-product .widget .item-heading .heading-title {
    font-size: 20px;
    color: #212121;
}

.single-product .product-details .amenities-list, .single-product .product-amenities .amenities-list {
    display: flex;
    flex-wrap: wrap;
}

.single-product .product-details .amenities-list li:nth-child(4n+1), .single-product .product-details .amenities-list li:nth-child(4n+2) {
    background: #fff;
}

.single-product .product-details .amenities-list li {
    width: 50%;
    position: relative;
    background: #f1f1f1;
    line-height: 40px;
    padding-left: 10px;
    margin: 3px 0;
}

.single-product .product-details .amenities-list li .heading-title {
    color: #000;
    font-weight: 500;
    min-width: 120px;
    display: inline-block;
	font-size: 14px;
}

.single-product .product-details .amenities-list li .heading-title, .single-product .product-details .amenities-list li .cfp-value {
    font-size: 14px;
    color: #000;
}

.single-product .product-overview .overview-list {
	margin-bottom: 0;
}

.single-product .product-overview .overview-list>div:last-child {
    margin-bottom: 0;
}

.single-product .product-overview .overview-list ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #878c9f;
}

.single-product .product-overview .overview-list li {
    margin-bottom: 8px;
    flex: 0 0 33.333%;
}

.single-product .product-overview .overview-list li i {
    color: #785945;
    margin-right: 6px;
    font-size: 16px;
}

.fa-check-circle:before {
	font-family: 'Font Awesome 5 Free';
    content: "\f058";
}

.breadcrumbs-banner .rtcl-breadcrumb {
   position: relative;
    z-index: 1;
    color: #878c9f;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.breadcrumbs-banner .rtcl-breadcrumb a:first-child {
    margin-left: 0;
}

.breadcrumbs-banner .rtcl-breadcrumb a {
    color: inherit;
    margin: 0 7px;
    transition: all 0.3s ease-in-out;
}

.breadcrumbs-banner .rtcl-breadcrumb a:hover, .breadcrumbs-banner .rtcl-breadcrumb span {
    color: #785945;
	margin-left: 7px;
}

.single .breadcrumbs-banner {
	    background-color: #FFF;
}

.breadcrumbs-banner {
    padding: 30px 0;
    background-color: #fff;
    overflow: hidden;
	border-bottom: 1px solid #785945;
    border-top: 1px solid #785945;
}


.single-product .listing-sidebar .widget {
    box-shadow: 0 4px 18px 0 rgb(194 200 213 / 30%);
    border: none;
}


.widget-heading-info {

	color: #262628;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;

}

.offer-main-params {
	font-size: 14px;
    padding-left: 0;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #262628;
    font-weight: 400;
	display: inline-block;
	vertical-align: bottom;
    padding-bottom: 16px;
    margin-top: 0px;
}

.offer-main-params__item {
    color: #040711;
    display: inline-block;
    line-height: 15px;
    padding: 5px;
    white-space: nowrap;
	text-transform: capitalize;
	
}

.offer-main-params__item:first-child {
    padding-left: 0;
	color: #040711;
    display: inline-block;
    line-height: 15px;
    padding: 5px;
    white-space: nowrap;
}

.offer-main-params__item:not(:last-child):after {
    right: -5px;
    background-color: #040711;
    border: 1px solid #040711;
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-size: 20px;
    height: 5px;
    margin-top: -3px;
    position: relative;
    width: 5px;
    vertical-align: middle;
}


.price-wrapper {
	display: inline-block;
    width: 100%;
}

.offer-price__number {
	color: #be3824;
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 26px;
}

.offer-price__currency {
    font-size: 18px;
    position: relative;
}

.offer-price__details {
    color: #66676c;
    display: block;
    font-size: 13px;
}

.rtcl-listing-user-info .rtcl-member-store-info {
    text-align: center;
	margin-bottom: 20px;
    padding: 0;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media {
	margin-top: 0!important;
}

.rtcl-listing-user-info .rtcl-member-store-info .media {
    display: block;
    margin-bottom: 0!important;
}


.rtcl-listing-user-info .rtcl-member-store-info .media>a {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #dadada;
    float: left;
    padding: 5px;
    margin-right: 10px!important;
	transition: all 0.3s ease-in-out
}

.rtcl-listing-user-info .rtcl-member-store-info .media .media-body h5 {
    font-size: 20px;
    margin-bottom: 5px;
}

.rtcl-listing-user-info .rtcl-member-store-info .media .media-body h5 a {
    color: #212121;
}

.rtcl-listing-user-info .rtcl-member-store-info .media>a img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
	max-width: 100%;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-number a {
    color: #212121;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


.page-item.active .page-link {
	background-color: #262628;
    border-color: #262628;	
}

.page-link {
	color: #262628;
}

.mtmobile-4 { margin-top: 4px; }

.items-category h3 {
	font-size: 1rem
}

.red_input{background: #ffe5e8 !important;border: 2px solid #55a540 !important;}

.bg-white{background:#FFF;}


#eu-cookie-bar{position:fixed;left:0px;width:100%;background:#ffffff;color:#333;text-align:center;z-index:9999;bottom:0px;font-size:0.9rem;padding:1em 1.8em;border-top:1px solid #d9d9d9;}
#euCookieAccept{background:#000;border:0px solid #000;color:#fff;border-radius:0px;cursor:pointer;font-size:12px;padding:6px;}

.back-to-top.hidden-top {
    bottom: -100px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.back-to-top {
    cursor: pointer;
    background-color: #000;
    color: #fff;
    width: 45px;
    bottom: 100px;
    padding: 5px 0;
    overflow: hidden;
    z-index: 9999;
    position: fixed;
    display: inline;
    text-align: center;
    border-radius: 50px;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    right: 40px;
    border: 1px solid #fff;
}

.back-to-top i {
    font-size: 32px;
    display: block;
    line-height: 30px;
}

.overflow-auto {
	overflow: auto;
}

.lineThrough {text-decoration:line-through;}

a {
	transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    color: #55a540;
	text-decoration:none;	
} 

.main-search-container {
	box-shadow: 0 1px 6px rgb(35 38 40 / 40%);
    padding: 15px;
    margin-bottom: 20px;
}


.btn-cauta {
    background-color: #ED0800;
    color: #ffffff;
    border-radius: 3px;
    letter-spacing: -0.2px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 17px 35px 15px;
    font-size: 14px;
    line-height: 18px;
}

.flexslider .slides > li {
	overflow:hidden;
	max-height: 450px;
}

@media only screen and (max-width:420px){
	
	.listing-car-name {
		max-width:200px;
	}
	
	
	.iq-wrapper h3{
		font-size: 32px;
		font-weight: 700;
		line-height: 30px;
		margin: 10px 0 30px 0;
}	
	
	.shoppingListRow .cart-pic {
		    max-width: 110px;
	}
	.width-mobile-100 {
		width:100%;
	}
	.nopadding {
		padding-right: 15px!important;
		padding-left: 15px!important;
	}
	
	.header {
		background-color: rgba(000, 000, 000, 0.8);
	}
	.language-option { font-size:11px;}
	.phone-to { font-size:11px;}
	
	#euCookieAccept {display:block}
	
	.iq-container {top: 40px;}
	
}