/*
*** CLS VIEW
***	Copyright CarSeller.gr
*/

h2{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.25em !important;
    padding-bottom:0px !important;
    margin-bottom: 0px !important;
    font-weight: 600 !important;
    color: #bb3322 !important;
    }
  
  .list-group-item:first-child {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}  
  .list-group-item:last-child {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
html{
	background:#fafafa !important;
}

@media (max-width: 500px) {
	.main_col{
	    padding-left: 8px !important;
	    padding-right: 8px !important;
}
}

/* .main_content{ */
/* 	background-color: #FFFFFF; */
	/* padding-top:6px; */
/* } */
.cls_title{
	color: #eee;
    font-size: 0.87em !important;
    margin-top: 1px !important;
}
.title_background{
	background-color: #333333;
    color: #eee;
    font-size: 18px;
    padding: 7px 15px;
}
.visited_block{
    border: 1px solid #dedede;
	background: none repeat scroll 0 0 white;
    display: inline-block;
    padding-bottom: 5px;
    width: 100%;
    margin-bottom: 10px;
}
.visited_header {
    background: #fff;
    color: #505050;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 13px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 5px;
}
.visited_list{
	 display: table;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}
.visited_list:hover{
	background:#f5f5f5;
}
.visited_element_img{
	display:inline-block;
	float: left;
    margin-bottom: 0;
    margin-top: 3px;
    max-width: 35%;
}
.visited_element_img1 {
    margin: auto;
    display: block;
    width: 75px;
    max-height: 60px;
    object-fit: cover;
}
.visited_element_txt{
	display:inline-block;
	color: rgb(70, 70, 70);
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    margin: auto;
    max-width: 65%;
    padding: 3px;
    padding-left:5px;
}
a.list-group-item {
    color: #fff;
}

/* zoom icon on top of medium image */
.img_zoom{
position: absolute; color: rgb(119, 119, 119); padding: 2px; right: 11px; background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.5); font-size: 1.1em;
}
.thumb_div{
	height: 61px !important;
    margin-bottom: 0;
    padding: 2px !important;
}
.cls-inner{
	margin-top:8px;
	margin-bottom:7px;
	/*padding:0px 4px;*/
	font-size: 1.1em;
}
.cls-inner-title{
	 font-size: 1.4em;
    font-weight: bold;
}
.cls-inner-price{
	color: #c62e22;
    font-size: 1.3em;
    font-weight: bold;
}
.cls-inner-block{
	margin-bottom:15px;
	color:#373737;
}
.cls-inner-block-accessories{
/* 	color: white;  */
	padding: 5px 0px; 
	 margin-bottom: 5px;
	clear:both;
}
.span_phone{
	margin-right: 5px;
	font-size: 1.2em;
	vertical-align: middle;
}
@media (max-width: 761px) {
.cls-inner-block{
	margin-bottom:5px;
}
}
@media (min-width: 761px) {
.cls-inner-left{
	margin-top:5px;
}
}

.specs-table{
	color: #505050;
    font-weight: bold;
}
/* more and similar ads block */
.carousel-content{
   font-size: 0.9em;
    font-weight: 500;
    /*text-shadow: 1px 1px 2px #222 !important;*/
}
li.active > a
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
	 font-weight: bold;
/* 	 color:#ff5a0e !important;  orange */
	color:#d5d5d5 !important;
}
.nav-tabs{
		border-color: rgba(0, 0, 0, 0.76) !important;
}
.nav-tabs > li > a {
	border-radius: 0px !important;
	color:white;
}
.nav-tabs > li > a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
}
.nav-tabs > li.active > a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
}
ul.nav-tabs > li > a {
        background: none repeat scroll 0 0 #656565;

}
.navbar li a, .navbar li a, .block .buttons > li > a, .list-group .list-group-item, .nav-tabs > li > a, .list .list-item .list-controls a, address {
    text-shadow: 0 !important; 
}
a.list-group-item:hover, a.list-group-item:focus {
	background: #eee;
}
.menu1{
/* 	transition: all 0.2s ease 0s; */
	color:#fff !important;
	background-color: #888 !important;
}
.menu1:hover{
	/*transition: all 0.2s ease 0s;*/
	color:#555 !important;
	background:#eee !important;
}

@media (max-width: 761px) {
	.menu1-red{
	color:#fff !important;
	background-color: #bb1111 !important;
}
.menu1-red:hover{
	color:#fff !important;
	background:#cc2222 !important;
}
}
@media (min-width: 761px) {
.menu1-red{
	transition: all 0.3s ease 0s;
	color:#fff !important;
	background-color: #777 !important;
}
.menu1-red:hover{
/* 	transition: all 0.2s ease 0s; */
	color:#fff !important;
	background:#bb1111 !important;
}
}
.menu1-blue{
	transition: all 0.2s ease 0s;
	color:#fff !important;
	background-color: #2f4388 !important;
}
.menu1-blue:hover{
/* 	transition: all 0.2s ease 0s; */
	color:#fff !important;
	background:#4444ff !important;
}

td, th {
    padding-bottom: 5px !important;
    padding-left: 15px !important;
    padding-top: 5px !important;
/*     background-color: rgba(0, 0, 20, 0.06); */
    background-color: white;
    /* border-bottom: 1px solid #fff; */
}
tr {
    border-bottom: 1px solid #eee;
}
tr:last-child {
    border-bottom: unset;
}
td {
    color: #333;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    /* background: none repeat scroll 0 0 rgba(15, 45, 15, 0.04) !important */
    background: white;
}
.popover1{
	padding:0px !important;
	border:0px !important;
}
.popover{
	max-width: 465px !important;
}
.popover-content {
	padding:0px !important;
}
.popover-title1{
	background: none repeat scroll 0 0 #3E3E3E;
    box-shadow: 0 1px 2px 1px #808080;
    color: #FF0000;
    padding: 3px 2px 3px 8px;
    text-shadow: 0 1px 1px #111111;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(50%,rgba(0,0,0,1)), color-stop(51%,rgba(10,14,10,1)), color-stop(100%,rgba(10,8,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(0,0,0,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(0,0,0,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(0,0,0,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(174,188,191,1) 0%,rgba(0,0,0,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%);
	/*background: -moz-linear-gradient(center top , #AEBCBF 0%, #000000 50%, #0A0E0A 51%, rgba(21, 22, 30, 0.9) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	background: #222222;
}
.noti-parked{
/* 	transform: rotate(0deg) !important; */
/* 	color:green; */
}
.noti-default{
	
}
.ui-effects-transfer { border: 2px dotted gray; }
.block{
	margin-bottom:0px !important;
}
td a{
	color:#666;
}
td a:visited{
	color:#888;
}
td a:hover{
	color:#888;
}
.right-blocks {
    display: flex;
    flex-direction: column;
}
.right-block-share {
    order: 1;
}
.right-block-report {
    order: 2;
}
.right-block-price-decrease {
    order: 3;
}
.right-block-park {
    order: 4;
}
.right-block-comment {
    order: 5;
}
.right-block-dealer {
    order: 6;
}
.right-block {
    background: #fff;
    margin-bottom: 9px;
    padding: 12px 30px;
    border: 1px solid #efefef;
}
.right-block i {
    float: left;
    font-size: 25px;
    color: #dd2c2d;
    padding-top: 10px;
}
.rb-container {
    padding-left: 42px;
}
.rb-upper{
	    font-size: 14px;
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
}
.rb-lower {
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    color: #222;
    letter-spacing: .15px;
}
.right-block:hover {
    border: 1px solid #f9f2f2;
    background: #f7f7f7;
    /* box-shadow: 0 0 23px #efe9e9; */
}
.right-block.cursor:hover {
        cursor: pointer;
}
.cls-subtitle {
    padding-left: 5px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color:#555;
}
.cls-title {
    color: #222;
    font-size: 38px;
    font-weight: 600;
    border: none;
    margin-top:6px;
}
.cls-title-price {
    padding: 2px 20px 2px 35px;
    font-weight: 700;
    color: #fff;
    background-color: #222;
    clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%);
    font-size: 28px;
}
.cls-title-right-container {
    float: right;
}
.cls-title-left-container {
    float: left;
}
.cls-title-location {
    font-size: 14px;
    font-weight: 600;
    float:right;
}
.cls-title-location i{
	color:#e25848;
}
/* .photos-container{
	margin-top:20px;
} */
.right-block .glyphicon {
	font-size:1em !important;
	padding-top: 0;
}
.small, small {
    font-size: 75% !important;
}
.cls-seller{
    background: #fff;
    min-height: 100px;
    padding: 20px;
    border: 1px solid #efefef;
    margin-bottom: 10px;
}
.cls-seller-img {
    float: left;
    width: 50px;
    height: 50px;
    margin-top: 5px;
}
.cls-seller-img div{
    background: url(/static/templates/css/images/unknown.gif);
    width: 50px;
    height: 50px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    border-radius: 60px;
}
.cls-seller-text {
    padding-left: 60px;
}
.cls-seller-text-upper {
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    border-bottom: 3px solid #777;
}
.cls-seller-name{
	font-size:1.1em;
}
.accessories-title{
	margin-bottom:10px;
}
/* .slick-slide:not(.slick-active) {
    opacity: 0.5;
    transition:opacity 0.5s;
    -webkit-mask-image: -webkit-gradient(linear, left top, center top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
 } */

  /* .spares-similar-carousel .slick-track > div:last-child.slick-active:not(:only-child) { */
    /* CSS rules for the .carousel-list element when its last child item has class "hidden" */
    /* -webkit-mask-image: -webkit-gradient(linear, left top, center top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0))); */
  /* } */

  /* .slick-track .slick-slide:not(.slick-active) {*/
    /* CSS rules for the .carousel-list element when its last child item does not have class "hidden" */
    /*-webkit-mask-image: -webkit-gradient(linear, left top, center top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  } */
  .slick-slide {
    margin: 0 3px;
  }
.carousel-container .slick-slide img {
    display: block;
    max-height: 570px !important;
    margin:auto;
    max-width:100%;
}

.carousel-container-thumbs .slick-slide img{
    max-height: 79px !important;
    object-fit: cover;
/*     min-width: 120px; */
}
@media (max-width: 400px) {
		i.far.fa-arrow-alt-circle-left.slick-arrow, i.far.fa-arrow-alt-circle-right.slick-arrow {
		font-size: 45px;
		}
}
@media (min-width: 920px) {
/* .carousel-container img{
	min-height:400px;
} */
}
div#popover_carmodel_topic {
    max-height: 300px;
    overflow-y: auto;
}
.carousel-container{
	margin-bottom: 10px;
}
@media (max-width: 768px) {
	.carousel-container {
	    margin-bottom: 5px;
	}
}
.spares-similar-bodycarousel-container-thumbs .slick-slide.slick-current.slick-active {
    outline: none;
    opacity: 0.7;
}
.carousel-container-thumbs .slick-slide img {
    width: 98%;
}
@media (min-width:901px) and (max-width: 1199px) {
.carousel-container-thumbs img {
    max-width: 90px;
}
}
@media (min-width:768px) and (max-width: 900px) {
.carousel-container-thumbs img {
    max-width: 85px;
}
}
@media (min-width:600px) and (max-width: 767px) {
.carousel-container-thumbs img {
    max-width: calc(100vw/6.45);
}
}
@media (min-width:401px) and (max-width: 600px) {
.carousel-container-thumbs img {
    width: calc(100vw/5.25);
}
}
@media (min-width:321px) and (max-width: 400px) {
.carousel-container-thumbs img {
    width: calc(100vw/4.3);
}
}

@media (max-width: 320px) {
.carousel-container-thumbs img {
    width: calc(100vw/3.3);
}
}

#count-slide-container div{
	display:inline-block;
}
#count-slide-container {
	position:absolute;
	padding:4px 8px;
	background:#8f8f8faa;
    color: #ffffff;
	z-index:10;
    font-family: Roboto;
    font-weight: 500;
    font-size: 0.9em;
    right: 0;
    bottom: 1px;
    border-radius: 5px;
}
#count-slide-container>i{
	margin-right:5px;
}
.accessories-title {
    margin-bottom: 10px !important;
}
table.table-striped.table-hover{
	margin-bottom:10px;
    margin-top: 10px;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #d00404 !important;
}
.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(255, 0, 0, 0.5) !important;
}
.plyr--full-ui input[type=range] {
    color: #d00404 !important;
}
.plyr__control--overlaid {
    background: rgba(255, 0, 45, 0.8) !important;
}
#report-form input {
    margin-right: 5px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    max-width: 100%;
    height: calc(100%);
    width: calc(100%);
    max-height: 570px;
    object-fit: contain;
}
.spares-similar-image{
    position: relative;
    overflow: hidden;
}
.spares-similar-body{
    padding-bottom: 10px;
    padding-top: 17px;
    padding-right: 10px;
    padding-left: 10px;
    color: #141414;
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    font-family: "Roboto", "Helvetica Neue",;
}
.spares-similar-body-right{
    float:right;
}
.spares-similar-body-right-price{ 
    padding: 10px 31px;
}
.spares-similar-body-location, .spares-similar-body-right-condition{
    font-size: 13px;
    font-weight: 500;
    color: #505050;
    text-transform: capitalize; 
}
.spares-similar-body-tags.badge{
    background: #ced5f5;
    padding: 6px 8px;
}
.spares-similar-body-category, .spares-similar-body-condition{
    font-size: 12px;
    font-weight: 500;
    color: #505050;
    text-transform: capitalize; 
}
.spares-similar-body-tags.badge.new{
    background: rgb(217 244 235);
}
.spares-similar-body-tags.badge.used{
    background:rgb(235, 234, 234);
}
.spares-similar-body-left-title{
    margin-bottom:11px;
    height: 47px;
    overflow: hidden;
}
.spares-similar-body-location i{
    color: #d15050;
    font-size: 14px;
    margin-right: 5px;
}
.spares-similar-contents {
    padding: 0;
}
.spares-similar-image img{
    max-height: 185px; 
    object-fit: cover;
    margin:auto;
    margin-bottom: 3px;
}
.spares-similar-title{
    font-size: 24px;
    font-weight: 600;
    margin: 10px;
}
.spares-similar-carousel .slick-arrow{
    position: absolute;
    z-index: 1;
    border: 2px solid #dd2c2d;
    background: #dd2c2d;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    color: #dd2c2d;
    cursor: pointer;
    transition: 0.3s all;
    font-size: 25px;
    top: 21%;
    margin-top: -20px;
    color: #fff;
    border-radius: 100%;
    opacity: 0;
    font-size: 1.1em;
}
.spares-similar-carousel .slick-arrow:hover{
    background: black;
    border-color: black;
}
.spares-similar-carousel .slick-next.slick-arrow{
    right: -12px;
    transform: translatex(10px);
    -webkit-transform: translatex(10px);
}
.spares-similar-carousel .slick-prev.slick-arrow{
    left: -12px;
    transform: translatex(-10px);
    -webkit-transform: translatex(-10px);
}
.spares-similar-carousel:hover .slick-arrow {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    opacity: 1;
}

@media (min-width:700px) {
	img.img-responsive.thumb_im {
	    max-height: 90px !important;
	    min-height: 83px;
	    object-fit: cover;
	}
	.thumb_div {
	    height: 98px!important;
	}
	.pic1 {
	    min-height: 180px;
	}
	.thumbs-container{
		    max-height: 196px !important;
	}
}
@media (max-width:460px) {
    .spares-similar-image img{
        height: 125px; 
        object-fit: cover;
        margin:auto;
        margin-bottom: 3px;
    }
    .right-block-share {
        order: 3;
    }
    .right-block-report {
        order: 4;
    }
    .right-block-price-decrease {
        order: 5;
    }
    .right-block-park {
        order: 6;
    }
    .right-block-comment {
        order: 2;
    }
    .right-block-dealer {
        order: 1;
    }

    .spares-similar-body-right{
        float:unset;
    }
    .spares-similar-body{
        padding-top: 5px;
    }
    .spares-similar-body-right-price{ 
        padding:5px 31px;
        text-align: center;
    }
    .spares-similar-body-left-title {
        min-height: unset;
    }
    
}
