.bg-white{
    background-color: #fff !important;
}

.search-toolbar{
    display: -webkit-box;
    padding: 15px 0;
}

.search-toolbar form{
    width: 100%;
}

.search-toolbar form select {
    display: inline-block;
    width: 11.5%;
    padding: 0;
    margin: 0 0px 0 10px;
}

.search-toolbar form select:last-child {
   margin-left: 0
}

.row-2,.mini-collapse-right{
    margin-bottom: 1rem;
}

.mini-collapse-right .panel-default>.panel-heading {
    color: #333;
    background-color: #ebebeb;
    border-color: #ebebeb;
}

.mini-collapse-right .panel-title {
    font-size: 12px;
    font-weight: 500;
}

.mini-collapse-right .panel-title a:hover,.mini-collapse-right .panel-title a:focus  {
    text-decoration: none;
}

.noUi-horizontal {
    height: 5px;
    margin-bottom: 25px;
}

.noUi-connect {
    background: #21c912;
}

.noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #21c912;
    box-shadow: none;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -14px;
}

.noUi-horizontal .noUi-handle:focus {
    outline: none;
    text-decoration: none;
}

#collapse-3 span{
    background-color: #f7f7f7;
    color: #212121;
    font-family: BYekan;
    padding: 5px;
    display: inline-block;
    margin-bottom: 2rem
}

#collapse-3 a.btn{
    background-color: #ccc;
}

#collapse-4 ul li label{
    padding-bottom: 5px;
}

#collapse-5 ul.colorpicker{
    direction: ltr;
}

#collapse-5 ul.colorpicker li{
    display: inline-block;
    margin: 0 4px;
}

#collapse-5 ul.colorpicker li.active{
    margin: 0;
}


#collapse-5 ul.colorpicker li a span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
}

#collapse-5 ul.colorpicker li a span.iconfontello-ok-circled{
    font-size: 20px;
    display: contents;
}

#collapse-5 ul.colorpicker li a span.color-red{
   background-color: red;
   color: red;
}

#collapse-5 ul.colorpicker li a span.color-green{
    background-color: greenyellow;
    color: greenyellow;
}

#collapse-5 ul.colorpicker li a span.color-black{
    background-color: #212121;
    color: #212121;
}

#collapse-5 ul.colorpicker li a span.color-pink{
    background-color: pink;
    color: pink;
}

#collapse-5 ul.colorpicker li a span.color-blue{
    background-color: blue;
    color: blue;
}

#collapse-5 ul.colorpicker li a span.color-orange{
    background-color: orange;
    color: orange;
}

#collapse-4 ul li ul{
    padding-right: 10px;
}

.noUi-handle:before, .noUi-handle:after {
    display: none;
}

.panel .panel-body .checkbox{
    display: grid;
}

.panel .panel-body .checkbox label{
    padding-bottom: 10px;
}
.panel-body.desc-wrapper {
	font-size:13px;
}

.items-box{
    padding: 15px;
	margin-bottom: 10px;
}

.items-box select{
    padding: 0;
    width: 13%;
    display: inline-block;
    margin-left: 2rem;
}

.items-box ul.show-type{
    width: 6%;
    margin-left: 2rem;
    display: inline-block;
}

.items-box ul.show-type li a{
    color:#ccc;
}

.items-box ul.show-type li.active a{
    color:#212121;
}

.items-box .pagination{
    margin-top: 5px;
}

/* .items-box .pagination li a{ */
    /* margin: 0 5px; */
    /* font-family: BYekan; */
    /* color: #333; */
    /* border-radius: 5px; */
    /* font-size: 15px; */
    /* color: #acacac; */
    /* padding: 0 5px; */
/* } */

/* .items-box .pagination li.active a{ */
   /* color:white; */
   /* background-color: rgb(158, 158, 158); */
   /* border: none; */
/* } */

/* .items-box .pagination li:nth-child(2) a i, .items-box .pagination li:nth-child(8) a i { */
    /* font-weight: 100 !important; */
    /* font-size: 10px; */
    /* color: #afacb1; */
/* } */

/*---------- New Pagination --------------------*/
ul.pagination li{
    margin-left: 5px;
    display: inline-block;
}

ul.pagination li a{
    background-color: #f3f3f3;
    border: none;
    border-radius: 5px;
    color: black;
    font-size: 12px;
}

ul.pagination li:hover a,ul.pagination li:first-child a,ul.pagination li:last-child a,ul.pagination li.active a,ul.pagination li.active:hover a{
    background-color: #000;
    color: white;
    border: none;
    border-radius: 5px;
}

ul.pagination li:first-child a i{
    margin-left: 5px;
}

ul.pagination li:last-child a i{
    margin-right: 5px;
}

/*---------- New Pagination --------------------*/


.box-vertical-trans{
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    display: block;
    margin: 10px 0 2rem 0;
    position: relative;
    border-radius: 5px;
  }
  
  .box-vertical-trans:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transition: all .5s;
  }
  
 .box-vertical-trans img{
    height: 385px;
  }
  
  .bvt-innerbox{
    position: absolute;
    height: 40%;
    width: 100%;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.78);
    padding: 15px;
  }
  
  .bvt-innerbox .off-sale{
    color: #C9AD76;
    font-weight: bold;
    font-size: 18px;
    line-height: 0;
  }
  
  .bvt-innerbox i.glyphicon-heart{
    color: red;
  }
  
  .bvt-innerbox .bvt-innerbox-desc{
    font-size: 15px;
    font-weight: bold;
    color:black;
    margin-bottom: 1rem;
  }
  
  .bvt-innerbox i{
    color: #888888;
  }
  
  .bvt-innerbox del{
    color: #888888;
    font-weight: bold;
  }
  
  .bvt-innerbox span.new-price{
    color:#28c159;
    font-size: 18px;
    font-weight: bold;
  }
  
  .bvt-innerbox .location{
    margin-top: 10px;
  }
  
  .bvt-innerbox .location .city{
    color: #888888;
  }

.box-vertical-trans{
    margin-bottom: 0;
}

.box-vertical-trans img{
    height: 350px;
	width:100%;
}

.items-box .row:nth-child(2),.items-box .row:nth-child(3) {
    padding: 0 15px;
}

.items-box .row .col-md-3 {
    padding: 0 5px;
}

.bvt-innerbox .location {
    margin-top: 5px;
}

.box-hr .col-md-3{
    padding: 0 !important;
}

.box-hr .box-hr-img img{
    height: 250px;
    width: 100%;
}

.box-hr .box-hr-location{
    background-color: #f3f3f3;
    min-height: 250px;
    max-height: 250px;
    overflow: auto;
}

.box-hr .box-hr-location .box-hr-loc-img{
    width: 50%;
    margin: 2rem auto 1rem auto;
}

.box-hr .box-hr-location p.title{
    font-weight: bold;
    font-size:16px;
    margin: 5px 0;
}

.box-hr .box-hr-location p.offerer{
    font-weight: 500;
    font-size:12px;
    margin-bottom: 64px;
}

.box-hr .box-hr-location span{
    color: gray;
    font-size: 16px;
}

.box-hr-content{
    padding: 15px 0 0 0;
}

.box-hr-content ul{
    display: inline-flex;
}

.box-hr-content span.superColor.offer{
    font-weight: bold;
    font-size: 18px;
}

.box-hr-content span.views{
    font-weight: bold;
    font-size: 14px;
    color: #c3c3c3;
}

.rateYo{
    padding-left: 0
}

.row-inner-2 ul li i{
    color: lightseagreen
}

.row-inner-3 .good-seller{
    margin-top: 2rem;
    padding-left: 15px
}

.row-inner-3 .good-seller span{
    font-size: 13px;
    color: #c3c3c3;
}

.row-inner-4 p{
    color: #c8c8c8;
}

.row-inner-5{
    margin-top: 10px;
}

.pagination-end .pagination{
    width: 100%;
    margin: 0 auto;
}

/* Hover box */
.box-vertical-trans {
    min-height: 350px !important;
    max-height: 350px !important;
}

.bvt-innerbox-top .info p.offer {
    margin-top: 2rem !important;
}

/* Checkbox */
.checkboxFive {
    position: relative;
    margin-bottom: 4rem;
    width: 25px;
    margin-left: 0 !important;
}

/**
 * Create the box for the checkbox
 */
 .checkboxFive label {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: -8px;
  background: #eee;
  border:1px solid #ddd;
  border-radius: 50%;
}

.checkboxFive label.green{
  background: #21c912;
}
.checkboxFive label.red{
  background: red;
}
.checkboxFive label.pink{
  background: pink;
}

/**
 * Display the tick inside the checkbox
 */
 .checkboxFive label:after {
  opacity: 0.2;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 6px;
  left: 7px;
  border: 3px solid rgb(255, 255, 255);
  border-top: none;
  border-right: none;

  transform: rotate(-45deg);
}

/**
 * Create the hover event of the tick
 */
 .checkboxFive label:hover::after {
  opacity: 0.5;
}

/**
* Create the checkbox state for the tick
*/
.checkboxFive input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
  transition: all .3s;
}



.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 5px .5em;
  color: #666;
  font-size: .9em;
  line-height: 4;
  border: none;
}

.dastebandi-arrow {
	font-size: 15px;
	font-family: initial;
	margin-left: 2px;
}

.search_inner_item {
	margin-right: 13px;
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
	body{
		overflow-x: hidden;
	}

	.narrow-nav-top.scrolled{
		position: relative;
		padding: 15px 0;
	}

	#my-nav.scrolled{
		position:relative;
		top: 0;
		padding-top:0;
	}

	#my-nav.scrolled .navbar {
		width: 100%;
		margin: 0 auto;
	}

	#my-nav.scrolled .navbar .menu-btn-div .btn-dark {
		width: 100%;
	}

	.page-body{
		margin-top: 0 !important;
	}

	ul.narrow-nav-top-reg li a, ul.narrow-nav-top-notifications li.narrow-nav-top-notifications-item a {
		font-size: 7px;
	}

	ul.narrow-nav-top-reg li i {
		font-size: 7px;
	}

	ul.narrow-nav-top-reg li a span{
		font-size: 7px !important;
	}
		
	.no-padding-xs {
	padding: 0;
	}

	.breadcrumb-super ol.breadcrumb li + li:before {
	padding: 0 0 0 3px;
	font-size: 8px;
	}

	.ch-sm{
	  margin: 0 !important;
	}

	.ch-sm .checkbox-inline:last-child{
	  margin-right: 0 !important;
	}

	.xs-mrgt-10{
	  margin-top: 10px;
	}

	.search-toolbar .col-md-2{
	  padding-right: 0;
	}

	.search-toolbar .col-md-2:nth-child(2),.search-toolbar .col-md-2:nth-child(7),.search-toolbar .col-md-2:nth-child(5){
	  padding-left: 0;
	}

	#sf-order_by{
	  width: 100% !important;
	}

	.col-md-10.no-padding-left{
	  padding-right:0;
	}

	.scrolltop {
	bottom: 20% !important;
	}

	.items-box .row:nth-child(2), .items-box .row:nth-child(3) {
	padding: 0 5px;
	}
	 
	.basket_item_remove.icon-remove {
		right: -3px;
	} 
	
	.bvt-innerbox-top .info h6, .bvt-innerbox-top .info p {
		margin-bottom: 0px !important;
	}
	
	.box-vertical-trans img {
		width: 100%;
	}
	
}