@charset "utf-8";

/* =============================================================== */

/*
 *
 *   BOOTCLASIFIED - Responsive Classified Theme
 *   Copyright 2015 tanimdesign.net
 *
*/

/* 	TABLE CONTENT

1. 	 IMPORT
2.   FOUNDATION
3. 	 TYPOGRAPHY + GLOBAL CLASS
4. 	 CUSTOMIZE BOOTSTRAP  [ MODAL + INPUT FORM ELEMENT + BUTTON + ALERT ]
5. 	 CUSTOMIZE NAVBAR  [ Main Navigation   ]
6. 	 HOME CONTENT START
7.	 CATEGORY INTRO
8. 	 CATEGORY LIST
9. 	 CATEGORY SIDEBAR
10.  ADS DETAILS
11.  LOGIN
12.  SIGNUP
13.  POST ADS
14.  PAGE INTO
15.  FOOTER
16.  USER DASHBOARD
17.  USER PANEL || ACCOUNT
18.  WEB PAGE PROGRESS BAR CSS
19.  CUSTOM RESPONSIVE
20.  USER PANEL || ACCOUNT
21.  CONTACT || ABOUT
22.  CADASTRE FIELD
23.  POPUP
24.  MY LISTINGS
25.  MOBILE SELECT

/* =============================================================== */
/* IMPORT
/* =============================================================== */

/*@import url("font-awesome.css");            Font Awesome Icon */
/*@import url("fontello.css");             Font Awesome Icon */
/*@import url("longshadow.css");					/* Template Theme color skin */
/*@import url("../plugins/jquery.fs.@oller/jquery.fs.scroller.css");					/* jquery.fs.scroller */
/*@import url("../plugins/jquery.fs.selecter/jquery.fs.selecter.css");					/* jquery.fs.scroller */

/* =============================================================== */
/* FOUNDATION
/* =============================================================== */

/*
Base Theme Color || If you want to replace a specific known color
	
@dividerColor:       #e6e6e6;

@linkColor:          #369;
@linkHoverColor:     #FA7722;

@primaryTextColor	 #333
@secondaryTextColor: #4e575d;

@btn-default  		 #b73434;
@btn-default:hover 	 #CACFD2;

@btn-primary  		 #b73434;
@btn-primary:hover   #149078

@btn-info 			 #e4cb65
@btn-info:hover      #C1AC59;

@btn-danger 		 ##b73434;
@btn-danger:hover	 #b73434;

@btn-success		 #2ECC71;
@btn-success:hover	 #58D68D;


*/

@media (min-width:1024px) {
  .container {
    max-width: 1366px;
    width: 100%;
  }
}

/*.container-lg {
  max-width: none;
}*/

a {
  color: #46474E;
  outline: none !important;
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

a:hover, a:focus {
  text-decoration: none;
  cursor: pointer;
  color: #b73434;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 21px;
  position: relative;
}

body, html, #wrapper {
  height: 100%;
  width: 100%;
}
.block {
  display: block;
}
.top-margin {
  margin-top: 6px;
}
.underline {
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}
.payment_radio {
  margin-top: 10px!important;
}
/* =============================================================== */
/* TYPOGRAPHY + GLOBAL CLASS
/* =============================================================== */

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Helvetica Neue",  Helvetica, sans-serif ;
  font-weight: 500;
  margin: 0;
  padding-bottom: 15px;
}

h1 {
  font-size: 30px;
  line-height: 35px;
}

h2 {
  font-size: 24px;
  line-height: 28px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-size: 17px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

.title-2 {
  /*border-bottom: 1px solid #e6e6e6;*/
  margin-bottom: 10px;
}

.title-5 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #ebebeb;
  color: #080808;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0 0 20px;
  text-transform: uppercase;
}

.title-5-min {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  /*border-bottom: 1px solid #ebebeb;*/
  color: #080808;
  font-size: 16px;
  font-weight: 400;
  /*margin: 0 0 20px;*/
  /*padding: 0 0 20px;*/
  text-transform: uppercase;
}

/* Helper class */
.uppercase {
  text-transform: uppercase;
}

.relative {
  position: relative;
}
.nobold {
  font-weight: normal!important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}
.hidden-overflow {
  overflow: hidden!important;
}
.help-block {
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 17px;
}
.h44 {
  height: 44px;
}

.no-border {
  border: 0;
}

.width100, .w100 {
  width: 100%;
}

.hw100 {
  height: 100%;
  width: 100%;
}

.dtable {
  display: table;
}

.dtable-cell {
  display: table-cell;
  vertical-align: middle;
}
.dinline {
  display: inline!important;
}

.hfm {
  /*position: absolute;
  left: 5123px;
  top: 7621;
  display: block;
  width:10px;
  height:10px;
  overflow:hidden;*/
  display: none;
}

hr.small {
    background-color: #000;
    height: 2px;
	margin-top:30px;
	margin-bottom:30px;
    width: 44px;
}

.text-hr {
    margin-bottom: 60px !important;
    margin-top: 0 !important;
}

.dimm {
  opacity: .8;
}

.gray {
    color: gray;
}
.gray_bg {
  background-color: #f5f5f5;
}
.gold {
  color: #ffd700;
}
.pink {
  color: #b73434;
}
.white {
  color: #fff;
}
.nobg, .nobg:hover {
  background-color: transparent!important;
}
.navbar-toggle {
    height: 50px; 
    width: 40px;
    color: #595959;
    margin-top: 15px!important;
    border: none!important;
}
.navbar-toggle > i {
    font-size: 25px;
    line-height: 35px;
}
.navbar-header .language-button {
    /*display: none;*/
}
@media (max-width: 767px) {
  /*.navbar-header .language-button {
    display: block;
    float: right;
    margin: 29px 20px 0 5px;
  }*/

}
.h43 {
    height: 43px!important;
}
.pt5 {
  padding-top: 5px!important;
}
.p15 {
    padding: 15px!important;
}
.p30 {
    padding: 30px!important;
}
.pr15 {
  padding-right: 15px!important;
}
.ps15 {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.m15 {
    margin: 15px;
}
.mt5 {
    margin-top: 5px!important;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mb0 {
    margin-bottom: 0px!important;
}
.mb15 {
    margin-bottom: 15px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}
.p15 {
    padding: 15px!important;
}
.pb0 {
    padding-bottom: 0px!important;
}
.pt0 {
    padding-top: 0px!important;
}
.pb5 {
    padding-bottom: 5px!important;
}
.pb10 {
    padding-bottom: 10px!important;
}
.pb20 {
    padding-bottom: 20px!important;
}
.pb30 {
    padding-bottom: 30px!important;
}
.pmb10 {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.mtb20 {
  margin-top: 20px!important;
  margin-bottom: 20px!important;
}
.mr5 {
  margin-right: 5px!important;
}
.ml15 {
  margin-left: 15px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.pt20 {
    padding-top: 20px!important;
}
.panel_danger {
    background-color: #F2DEDE;
    color: #A94543;
}
.lh28 {
  line-height: 28px;
}
.input-sm-txt {
  padding: 5px 10px;
}

.fs16 {
  font-size: 16px!important;
}
.fs32 { 
  font-size: 32px!important; 
} 

.lowercase { 
  text-transform: lowercase!important; 
} 

.no-underline, .no-underline:hover, .no-underline:active, .no-underline:focus, .no-underline:visited { 
  text-decoration: none!important; 
} 

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
  border: none;
}
.vmiddle {
  vertical-align: middle!important;
}
.condensed-sm {
  line-height: 12px!important;
}
.pull-right-down {
  position: absolute;
  bottom: 0;
  right: 0;
}
.star-count {
  font-size: 11px!important;
  line-height: 26px;
}
.stars-stack {
  width: 24px!important;
  height: 24px!important;
  line-height: 24px!important;
  font-size: 24px!important;
  vertical-align: bottom;
}
.badge-sup-success {
  background-color: #63C763!important;
}
.badge-success {
  background-color: #5cb85c!important;
}
.badge-warning {
  background-color: #f0ad4e!important;
}
.badge-danger {
  background-color: #d9534f!important;
}
.dl-horizontal dt {
    text-align: left;
}

.embed-responsive-1by1{padding-bottom:143%}
.embed-responsive-1by2{padding-bottom:200%}
.embed-responsive-25p{padding-bottom:26%}
/* ================================================================== */
/* CUSTOMIZE THE BOOTSTRAP MODAL + INPUT FORM ELEMENT + BUTTON + ALERT
/* ================================================================== */

.form-control:focus {
  /*border-color: #b73434;
  box-shadow: 0 1px 0 #b73434, 0 -1px 0 #b73434, -1px 0 0 #b73434, 1px 0 0 #b73434;
  -webkit-box-shadow: 0 1px 0 #b73434, 0 -1px 0 #b73434, -1px 0 0 #b73434, 1px 0 0 #b73434;
  -moz--box-shadow: 0 1px 0 #b73434, 0 -1px 0 #b73434, -1px 0 0 #b73434, 1px 0 0 #b73434;*/
  outline: 0 none;
}

form input[type="text"], form input[type="email"], form input[type="password"] {
  height: 40px;
}

p.required, .required sup {
  color: #e74c3c;
}

.btn {
  border: medium none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
  line-height: 1.4;
  padding: 10px 12px;
  transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  text-decoration: none;
}

.btn > img {
  margin-right: 8px;
}

.btn-shaded {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset;
}

.btn-lg {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.33;
  padding: 10px 16px;
}

.btn-sm {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.5;
  padding: 4px 8px;
}

.btn-xs {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 5px;
}

.btn-lg {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.471;
  padding: 10px 20px;
}

.btn-thin {
  border: 1px solid #b73434;
  color: #b73434;
  background: none;
}

.btn-orange {
  background-color: #e48800;
  color: #fff;
}

.btn-default {
  background-color: #BDC3C7;
  color: #FFFFFF;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-color: #CACFD2;
  border-color: #CACFD2;
  color: #FFFFFF;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background: #A1A6A9;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
  background-color: #b73434;
}

.btn-primary {
  background-color: #b73434;
  border-color: #b73434;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #D32222;
  border-color: #D32222;
  color: #FFFFFF;
}

.btn-primary-dark {
  background-color: #D32222;
  border-color: #D32222;
  color: #fff;
}

.btn-primary-dark:hover, .btn-primary-dark:focus, .btn-primary-dark:active, .btn-primary-dark.active, .open .dropdown-toggle.btn-primary-dark {
  background-color: #A31010;
  border-color: #A31010;
  color: #FFFFFF;
}

.btn-info {
  background-color: #e4cb65;
  color: #FFFFFF;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-color: #C1AC59;
  border-color: #C1AC59;
  color: #FFFFFF;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background: #C1AC59;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
  background-color: #3498DB;
}

.btn-danger {
  background-color: #b73434;
  color: #FFFFFF;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger, .btn-post:hover, .btn-post:active {
  background-color: #D32222;
  border-color: #D32222;
  color: #FFFFFF;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background: #C44133;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
  background-color: #b73434;
}

.btn-post:hover, .btn-post:focus, .btn-post:active, .btn-post.active, .open .dropdown-toggle.btn-post, .btn-post:hover, .btn-post:active {
  background-color: #D32222 !important;
  border-color: #D32222!important;
  color: #FFFFFF!important;
}

.btn-success {
  background-color: #2ECC71;
  color: #FFFFFF;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-color: #58D68D;
  border-color: #58D68D;
  color: #FFFFFF;
}





.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background: #27AD60;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
  background-color: #2ECC71;
}

.btn-warning {
  background-color: #F1C40F;
  color: #FFFFFF;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-color: #F5D313;
  border-color: #F5D313;
  color: #FFFFFF;
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background: #CDA70D;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
  background-color: #F1C40F;
}

.btn-inverse {
  background-color: #34495E;
  color: #FFFFFF;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse {
  background-color: #415B76;
  border-color: #415B76;
  color: #FFFFFF;
}

.btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse {
  background: #2C3E50; 
}

.btn-inverse.disabled, .btn-inverse[disabled], fieldset[disabled] .btn-inverse, .btn-inverse.disabled:hover, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse:hover, .btn-inverse.disabled:focus, .btn-inverse[disabled]:focus, fieldset[disabled] .btn-inverse:focus, .btn-inverse.disabled:active, .btn-inverse[disabled]:active, fieldset[disabled] .btn-inverse:active, .btn-inverse.disabled.active, .btn-inverse.active[disabled], fieldset[disabled] .btn-inverse.active {
  background-color: #34495E;
}

.fb_button {
  background: #658AD0;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-decoration: none;
}

.btn-bank {
  width: 110px;
}
.btn-bank.credits-link {
  width: 140px;
}
.btn-bank button:disabled {
  cursor: not-allowed;
  background-color: #c5c5c5;
}
.btn-credits {
  background: #64006D;
  color: #fff;
}
.btn-credits:hover {
  background: #880095;
  color: #fff;
}
.btn-swed {
  background: #FC8314;
  color: #fff;
}
.btn-swed:hover {
  background: #fc8f2b;
  color: #fff;
}
.btn-seb {
  background: #51C103;
  color: #fff;
}
.btn-seb:hover {
  background: #5ddf03;
  color: #fff;
}
.btn-nordea {
  background: #006394;
  color: #fff;
}
.btn-nordea:hover {
  background: #007bb8;
  color: #fff;
}
.btn-luminor {
  background: #481335;
  color: #fff;
}
.btn-luminor:hover {
  background: #64214b;
  color: #fff;
}
.btn-lhv {
  background: #474747;
  color: #fff;
}
.btn-lhv:hover {
  background: #595959;
  color: #fff;
}
.btn-danske {
  background: #00466D;
  color: #fff;
}
.btn-danske:hover {
  background: #005f95;
  color: #fff;
}
.btn-coop {
  background: #357bbd;
  color: #fff;
}
.btn-coop:hover {
  background: #5088be;
  color: #fff;
}
.btn-citadele {
  background: #b60023;
  color: #fff;
}
.btn-citadele:hover {
  background: #c81135;
  color: #fff;
}

.btn-disabled {
  opacity: .1!important;
}

.btn-fb {
  background: #658AD0;
  color: #FFFFFF;
}

.btn-google {
  background: #DF4A32;
  color: #FFFFFF;
}

.twice {
  -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
  animation-delay: 2s;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.fb_button:hover, .btn-fb:hover {
  background: #4E6FAE;
  color: #fff;
  text-decoration: none;
}

.btn-tw {
  background: #1DADEB;
  color: #FFFFFF;
}

.btn-tw:hover {
  background: #35C5FF;
  color: #fff;
  text-decoration: none;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 12px;
  height: 43px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

select.form-control {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  padding-right: 30px;
}

.input-sm {
    height: 30px!important;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-border {
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset, 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.btn-post {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.panel-transparent {
  background: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
}

.featherlight-content {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.scroll-wrapper {
    -webkit-overflow-scrolling: touch!important;
    overflow: auto!important;
    overflow-y: scroll!important;
}

/* ================================================================== */
/* CUSTOMIZE NAVBAR
/* ================================================================== */

.navbar-site .navbar-toggle {
  padding: 0 0!important;
  text-align: center!important;
}

.navbar-nav {
  display: flex;
  align-items: center;
}

.postadd {
  margin-right: 2rem;
}

.postadd + img {
  position: relative;
  top: 1px;
}

.navbar-brand {
  display: flex;
  padding-top: 23px;
  position: relative;
  padding-right: 5px;
}

.navbar-brand > img.anni {
  position: absolute;
  right: 0;
  top: 12px;
}

@media (max-width: 767px) {
  .navbar-site {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0;
    height: auto;
    margin-bottom: 0 !important;
    min-height: 80px;
  }

  .navbar-header {
    min-height: 80px;
  }

  .navbar-site .navbar-toggle {
    margin-top: 25px;
  }
  .item-price {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .logo {
    height: 80px;
    line-height: normal;
  }

  .header {
    height: auto;
    background: #fff;
  }

  .navbar-site {
    margin-bottom: 0 !important;
    height: auto;
    background: #fff;
    border-radius: 0;
    border-bottom: solid 1px #ddd;
  }

  .navbar-right {
    margin-top: 20px;
  }

  .navbar-nav > li > a {
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;
    font-size: 12px;
    height: 40px;
    line-height: normal;
    padding: 12px 15px 12px 15px;
  }

  .nav > li.active, .nav > li > a:hover, .nav > li > a:focus, .nav > li:hover > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
  }

  .navbar-nav > li > a:hover {
    color: #000;
  }

  .navbar-nav > li.postadd {
    padding-left: 25px;
    margin-left: 5px;
    border-left: solid 1px #ddd;
  }

  .navbar-nav > li.postadd a {
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    height: 40px;
    line-height: normal;
    padding: 12px 35px;
    text-transform: uppercase;
    /*width: 170px;*/
  }

/* usermenu */

  li .user-menu {
    padding: 0;
    transition: all 0.2s linear 0s;
  }

  li.open .user-menu {
    padding: 0 0;
  }

  li .user-menu li a {
    font-size: 11px;
    letter-spacing: 0.55px;
    clear: both;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 5px 10px;
    text-transform: inherit;
    white-space: nowrap;
  }

  li .user-menu li i {
    margin-right: 5px;
    color: #999999;
    font-size: 120%;
    transition: all 0.2s linear 0s;
  }

  li .user-menu li:hover i {
    color: #2a3744;
  }

  li .dropdown-menu.user-menu > .active > a, .dropdown-menu.user-menu > .active > a:focus {
    background: #EEEEEE;
    font-weight: bold;
    color: #2a3744;
  }

  .navbar-nav .open > a, .navbar-nav .open > a:hover, .navbar-nav .open > a:focus {
    background: none;
  }
}

@media (max-width: 991px) {
  .item-price, 
  .add_to_favorites,
  .remove_from_favorites {
    display: none;
  }
}

/* ================================================================== */
/* HOME CONTENT START
/* ================================================================== */

body {
  /*background: #f7e5bf;*/
  background: #EEEEEE;
}

.logo, .logo-title {
  font-family: Open Sans Condensed, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #b73434;
}

.logo span, .logo-title span {
  font-weight: lighter;
}

.logo-title {
  padding-top: 25px;
}

/* INTRO SEARCH PANEL */
.intro {
  width: 100%;
  background: url(../../images/bg3.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  /*height: 350px;*/
  padding: 25px 0 50px 0;
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}

.intro .container {
  max-width: 800px;
}

.intro h1, .intro-title {
  color: #fff;
  font-family: Roboto;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
  padding-bottom: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  transition: font 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}

.intro p {
  color: #e8eced;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.content-search {
  display: block;
  clear: both;
  padding: 30px 0 0;
}

.content-search input.form-control, .content-search button {
  height: 44px;
}

.search-row {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.search-row .search-col {
  padding: 0;
  position: relative;
}

.search-row .search-col .form-control, .search-row button.btn-search {
  border-radius: 0;
  border: 0;
  height: 48px;
  margin-bottom: 0;
}

.search-row .search-col .form-control {
  box-shadow: none !important;
}

.details-search-row .search-row {
  margin-top: 0;
  max-width: 950px;
}

.locinput {
  border-right: solid 1px #ddd !important;
}

button.btn-search {
  border-radius: 0 !important;
  font-size: 18px;
  height: 48px;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 2px #D32222;
  -webkit-text-shadow: 0 2px 2px #D32222;
  text-transform: uppercase;
}

.has-icon {
  padding-left: 40px;
}

.icon-append {
  color: #949494;
  font-size: 18px;
  left: 8px;
  position: absolute;
  top: 16px;
}

.search-row .search-col:first-child .form-control {
  border-radius: 3px 0 0 3px;
}

.search-row .btn-search {
  border-radius: 0 3px 3px 0 !important;
}

@media (max-width:767px) {
  .locinput {
    border-right: none !important;
    border-bottom: solid 1px #ddd !important;
  }

  .intro h1, .intro-title {
    font-size: 30px;
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 34px;
  }

  .intro p {
    color: #e8eced;
    font-size: 16px;
    line-height: normal;
  }
}

.autocomplete-suggestions {
  background: #fff;
  max-height: 30px;
  overflow-y: auto;
  border: solid 1px #ddd;
  border-radius: 3px;
}

.autocomplete-suggestions .autocomplete-suggestion {
  padding: 10px 15px;
 /* for global */
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
  padding: 10px 15px 10px 30px;
 /* for only icon  */
  position: relative;
}
/* for only icon  */
.autocomplete-suggestions .autocomplete-suggestion:after {
  color: #949494;
  content: "\e8d4";
  font-family: fontello;
  font-style: normal;
  font-weight: normal;
  left: 6px;
  margin: 0 0 0 10px;
  position: absolute;
  text-decoration: none;
  top: 10px;
}

.autocomplete-suggestions .autocomplete-suggestion:hover {
  background: #eeeeee;
  color: #222222;
  cursor: pointer;
  display: block;
  font-size: 14px;
}
/* side bar */

.main-container {
  min-height: 70%;
 /* fallback if needed */
  min-height: calc(100% - 220px);
  padding: 30px 0;
}

.inner-box {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 3px 3px;
  /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);*/
  margin-bottom: 30px;
  padding: 24px;
  overflow: hidden;
}

.inner-box.add {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 3px 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 5px;
}

.inner-box.add img {
  width: 100%;
}

.inner-box-transparent {
  background: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}


.nav-pills .name {
  display: inline-block;
}
/* cat listing */

.inner-box.category-content {
  padding-bottom: 0;
}
.cat-gr-content {
  margin-bottom: 20px;
}
.cat-list, .cat-list-gr {
  display: block;
  margin-bottom: 20px;
  line-height: 24px;
}
.cat-list-gr {
  float: left;
  width: 33%;
  height: 60px;
}

.frontpage-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  width: 100%;
  border-bottom: 1px solid #C7C7CC;
  font-size: 14px;
  padding-bottom: 24px;
  gap: 8px;
}

@media (max-width: 991px) {
  .category-content .frontpage-cat-grid {
    grid-template-columns: auto auto auto;
  }
  .category-content .frontpage-cat-grid .cat-add-new {
    grid-column: 1 / 4;
  }
}

@media (max-width: 767px) {
  .category-content .frontpage-cat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .category-content .frontpage-cat-grid .cat-add-new {
    grid-column: 1 / 3;
  }
}

@media (max-width: 430px) {
  .category-content .frontpage-cat-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    row-gap: 12px;
    justify-content: stretch;
    align-content: stretch;
    padding-bottom: 24px;
  }

  .category-content .frontpage-cat-grid .cat-list {
    border: 1px solid #C7C7CC;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    align-items: center ;
  }

  .category-content .frontpage-cat-grid .cat-list a {
    width: 100%;
    font-size: 12px;
    line-height: 1.3;
    padding: 2rem .5rem !important;
  }

  .category-content .frontpage-cat-grid .cat-list a img {
    display: block;
    margin: 0 auto 7px;
    width: 24px;
  }

  .category-content .frontpage-cat-grid .cat-list .count {
    display: block;
  }

  .category-content .frontpage-cat-grid .cat-add-new {
    grid-column: 1 / 4;
  }

  .category-content .frontpage-cat-grid .cat-add-new a.btn {
    padding: 16px 28px !important;
    font-size: 18px;
    line-height: normal;  
    max-width: unset;
    margin: unset;
  }
}



.cat-list-gr h3 {
	font-family: "Open Sans Condensed", "Helvetica Neue", sans-serif;
}

.cat-list h3, .title-3 {
  font-family: "Open Sans Condensed", "Helvetica Neue", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.store .title-3 {
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .store .title-3 {
    font-size: 18px;
    line-height: 20px;
  }
}

.cat-list-gr h3 a, .cat-list-gr h3 {
	color: #34495E;
	text-align: center;
	font-size: 14px;
}
.grid-icon {
	margin: 0 auto;
	font-size: 33px!important;
  height: 66px!important;
  line-height: 66px!important;
  width: 66px!important;
}

.cat-list h3 a, .cat-list h3 {
  color: #b73434;
  position: relative;
}

.cat-list-border h3 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
.cat-title-gr a {
	display: inline-block;
  	padding-left: 0;
  	padding-top: 0;
  	position: relative;
}
.cat-title a {
  display: inline-block;
  /*padding-left: 48px;*/
  padding-top: 0;
  position: relative;
}

.cat-list h3 .count {
  clear: both;
  color: #777;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  padding: 3px 0;
  text-align: left;
  vertical-align: baseline;
  white-space: nowrap;
}
.cat-totle-gr i {
	display: block;
}
.cat-title i {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.cat-list.arrow {
  margin-bottom: 0;
}

.cat-list ul li a, .cat-list li a {
  border-radius: 2px;
  font-style: normal;
  transition: all 0.1s ease 0s;
  font-size: 14px;
  color: #46474E;
}

.category-content .cat-add-new {
  grid-column: 1 / 5;
}

.category-content .cat-add-new a.btn {
  color: #fff;
  padding: 16px 28px;
  font-family: Roboto, sans-serif; 
  font-size: 18px;
  text-transform: none;
  max-width: 322px;
  margin: auto;
}

.cat-list ul li a:hover, .cat-list a:hover {
  text-decoration: underline;
  color: #D32222;
}

.cat-list.arrow li {
  background: url("../../images/arrow-right.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  border-bottom: 1px dotted #ddd;
  padding: 5px 14px;
}

.cat-list.arrow li:last-child {
  border-bottom: 0;
}

.cat-list.border li {
  border-bottom: 1px dotted #ddd;
  padding: 7px 15px;
}

.cat-list.border li.active, .cat-list.border li:hover {
  background-color: #ececec;
  color: #2E2F33

}

.cat-list.border li.active a {
  box-sizing: border-box;
  color: #626262;
}

.cat-list.border li:last-child {
  border-bottom: 0;
}

.item-carousel a {
  display: block;
} 

.item-carousel-thumb {
  max-width: 100%;
}

.item-carousel .item {
  /*width: 128px;*/
  width: 226px;
  display: block;
  /*margin: 0 auto;*/
  transform: translateZ(0);
}

.item-carousel .item-carousel-thumb {
  position: relative;
  /*width: 100%;*/
  height: 260px;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  border: solid 1px #E4E5E7;
  margin-bottom: 7px;
  border-radius: 3px;
}

.item-carousel .item-carousel-thumb img {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  object-fit: cover;
  height: 150px;
  background-color: #f2f2f2;
}

.item-carousel .item-carousel-thumb:hover {
  border-color: #D32222;
}

.item-carousel .item-carousel-thumb:hover .item-info {
    bottom: 0;
    transition: all 0.2s;
}

@media (max-width: 430px) {
  .item-carousel .item-carousel-thumb img { 
    height: 150px;
  }
}

.item-carousel .item {
  border-radius: 3px;
  text-align: center;
}

.item-carousel .item-info {
    /*position: absolute;*/
    /* z-index: 113; */
    transition: all 0.2s;
    bottom: 0px;
    left: 0;
    padding: 8px;
    background-color: #fff;
    background-position: bottom;
    background-repeat: repeat-x;
    color: #3E3E3E;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    width: 100%;
    font-family: Roboto, Helvetica, sans-serif;
    height: auto;
}
.item-carousel .price {
  clear: both;
  display: block;
  /*font-weight: bold;*/
  line-height: 28px;
  padding: 0px 0 4px 0;
  text-align: left; 
  font-size: 20px; 
}
.item-carousel .item-name {
  clear: both;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  min-height: 24px;
  text-align: left; 
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item-carousel .item-location {
  font-size: 14px;
  line-height: 20px;
  color: rgba(70, 71, 78, 1);
  display: block;
  text-align: left; 
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: .8em;
}


a.carousel-nav {
  font-size: 16px;
}

a.carousel-nav.carousel-nav-next, 
a.carousel-nav.carousel-nav-prev {
  display: inline-block; 
  border-radius: 3px; 
  width: 40px; 
  height: 40px; 
  text-align: center;
  vertical-align: middle;
}

a.carousel-nav.carousel-nav-next i, 
a.carousel-nav.carousel-nav-prev i {
  display: block;
  margin-top: 6px;
}



a.carousel-nav.carousel-nav-next:hover, 
a.carousel-nav.carousel-nav-prev:hover {
  background-color: #F2F2F3;
}

a.carousel-nav.gallery-view-all {
  font-weight: normal;
  margin-left: 1rem;
  height: 40px;
  padding-top: 6px;
}

.carousel-nav a:hover {
  color: #D32222;
}

@media (max-width: 430px) {
  a.carousel-nav.carousel-nav-next, 
  a.carousel-nav.carousel-nav-prev {
    margin-top: -7px;
  }
  a.carousel-nav.carousel-nav-next i::before, 
  a.carousel-nav.carousel-nav-prev i::before {
    line-height: 1.7em;
  }
  a.carousel-nav.gallery-view-all {
    display: none;
  }
}

.licence-plate {
  background: url(../img/et_lp.png) top left no-repeat;
  background-size: 23px 40px;
  padding-left: 28px;
  color: #333;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  width: 180px;
}

/* Avalehe autode kategooria üldine raamistik */
.cars-content {
  display: grid;
  column-gap: 8px;
  row-gap: 16px;
  justify-content: stretch;
  align-content: stretch;
  justify-items: stretch;
  align-items: stretch;
  grid-template-columns: 160px auto;
  grid-template-rows: 148px auto;
  font-size: 14px;
  overflow: hidden;
  border-radius: 3px;
}

.cars-header {
  grid-area: 1 / 1 / 3 / 2; 
  /*border: 1px solid green;*/
  background: #b73434;
  color: #fff;
  padding: 3rem 1rem;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  transition: all .2s ease-in;
}

.ru .cars-header {
  padding: 2rem 1rem;
}

.ru .cars-header h3 {
  padding-bottom: 20px;
  margin-top: 15px;
}

.ru .cars-header p {
  padding-bottom: 14px;
}

.cars-header:hover {
  background: #D32222 !important;
  transition: all .2s ease-in;
}

.cars-categories-primary {
  grid-area: 1 / 2 / 2 / 2;
  /*border: 1px solid blue;*/
}

.cars-categories-secondary {
  grid-area: 2 / 2 / 3 / 3; 
  /*border: 1px solid purple;*/
}

/*  */
.cars-header a {
  color: #fff;
}

.cars-header h3 {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-top: 30px;
}

.cars-header h3, .cars-header p {
  text-align: center;
  padding-bottom: 28px;
}

.cars-header p img {
  margin-left: 5px;
  margin-top: -3px;
}

.cars-categories {
 padding-left: 1rem;
}

.cars-categories a {
  color: #46474E;
}

.cars-categories-primary .group-vehicles,
.cars-categories-secondary .group-vehicles-small  {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 8px;
  align-items: stretch;
  height: 100%;
}

.cars-categories .group-vehicles {
  margin-bottom: 16px;
}

.cars-categories-primary .group-vehicles li,
.cars-categories-secondary .group-vehicles-small li {
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

.cars-categories-primary .group-vehicles li {
  flex-grow: 2;
  flex-basis: 50px;
}

.cars-categories-primary .group-vehicles li a,
.cars-categories-secondary .group-vehicles-small li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 8px 8px;
  border: 1px solid #C7C7CC;
  border-radius: 3px;
  color: #46474E;
}

.cars-categories-primary .group-vehicles li span {
  display: block;
}

.cars-categories-primary .group-vehicles li a { 
  padding: 15px 8px 8px; 
  line-height: 20px; 
}

.ru .cars-categories-primary .group-vehicles li a {
  padding: 14px 2px 8px;
  line-height: 15px;
}

.cars-categories-primary .group-vehicles li a svg {
  margin-bottom: 3px;
}

@media (max-width: 1280px) {
  .cars-categories-primary .group-vehicles li a {
    padding: 8px 2px 8px;
    line-height: 15px;
  }

  .cars-categories-primary .group-vehicles li a svg {
    margin-bottom: 0;
  }
}

.cars-categories-primary .group-vehicles li a:hover {
  color: #D32222;
  border-color: #D32222;
}

.cars-categories-primary .group-vehicles li a:hover svg path {
  fill: #D32222;
}

.cars-categories-secondary .group-vehicles-small li a {
  padding: 11px 14px;
  line-height: 14px;
}

.cars-categories-secondary .group-vehicles-small li a:hover {
  background-color: #f2f2f3;
  color: #2E2F33;
}

.cars-categories-secondary .group-vehicles-small li a img {
  width: 20px;
  margin-right: 5px;
} 

.category-content {
  font-family: Roboto, sans-serif;
}

.category-content .cat-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 8px;
  align-items: stretch;
  margin-bottom: 6px;
}

.category-content .cat-list li {
  text-align: center;
  vertical-align: middle;
}

.category-content .cat-list a {
  /*border: 1px solid #C7C7CC;*/
  border-radius: 3px;
  padding: 8px 14px;
  line-height: 14px;
  color: #46474E; 
}

.category-content .cat-list a:hover {
  color: #2E2F33;
  background-color: #f2f2f3;
  text-decoration: none;
}

.category-content .cat-list a img {
  margin-right: 5px;
  width: 20px;
} 

.category-content .locations {
  padding: 2rem 0 18px;
}

.locations .locations-headline { 
  font-size: 14px; 
  font-family: Roboto, sans-serif; 
  font-weight: bold; 
  padding-bottom: 6px;
}

.locations .cat-list a {
  display: block;
  border: 1px solid #C7C7CC;
}

.locations .splide {
  margin: 0 -10px !important;
}

.locations .splide ul li:first-child {
  padding-left: 10px;
}

.locations .splide ul li:last-child {
  padding-right: 10px;
}

.locations .splide ul li {
  padding-right: 8px;
}

.gallery-splide {
  margin: 0 -24px !important;
}

/*.gallery-splide ul li:first-child {
  padding-left: 24px;
}

.gallery-splide ul li:last-child {
  padding-right: 24px;
}*/

.gallery-splide ul.splide__list {
  gap: 10px;
}

.gallery-splide ul.splide__list li:first-child {
  padding-left: 10px;
}

.gallery-splide ul.splide__list li:last-child {
  padding-right: 10px;
}

@media (max-width: 979px) {  /* Offsets for mobile and tablet*/
  .gallery-splide {
    margin: 0 -12px !important;
  }
  
  .gallery-splide ul li:first-child {
    padding-left: 10px;
  }
  
  .gallery-splide ul li:last-child {
    padding-right: 10px;
  }
}

.splide { /* For missing JS */
  visibility: visible;
}

.my-special-slide a {
  display: block;
  background: #b73434;
  color: #fff;
  padding: 3rem 1rem;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  transition: all .2 sease-in;
  height: 260px;
  margin-bottom: 7px;
}

.my-special-slide a:hover {
  background: #D32222 !important;
  transition: all .2sease-in;
}

.my-special-slide a .special-slide-text {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  height: 60%;
  vertical-align: middle;
  padding-top: 40px;
}

.my-special-slide a .special-slide-button {
  display: block;
  height: 40%;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  padding-top: 44px;
}

.my-special-slide a .special-slide-button::after {
  display: inline-block;
  content: "";
  background: url("/templates/soov/images/chevron-right.svg");
  background-repeat: no-repeat;
  width: 21px;
  height: 20px;
  margin-bottom: -4px;
}

/* =============================================================== */
/* CATEGORY INTRO
/* =============================================================== */
.search-row-wrapper {
  background: url(../../images/bg.jpg);
  height: auto;
  padding: 50px 0;
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;  
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  width: 100%;

  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ru .search-row-wrapper button.btn {
  font-size: 12px;
}
/* =============================================================== */
/* CATEGORY LIST
/* =============================================================== */



.col-thin-left {
  padding-left: 10px;
}

.col-thin-right {
  padding-right: 10px;
}

.adds-wrapper {
  background: #fff;
  clear: both;
  display: block;
  height: auto;
  overflow: auto;
  width: 100%;
}

.listings-wrapper {
  background: #fff;
  clear: both;
  display: block;
  height: auto;
  overflow: auto;
  width: 100%;
}

.item-list {
  border-bottom: 1px solid rgba(172, 173, 180, 1);
  clear: both;
  padding: 10px;
  height: auto;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  transition: background 0.2s ease 0s;
}

.item-list.category-view {
  display: grid; 
  gap: 16px;
  grid-template-columns: 163px auto 150px; 
  grid-template-rows: 
    auto 
    auto; 
  grid-template-areas: 
    "photo-area data-area price-area" 
    "photo-area prop-area price-area";
}

@media (max-width:991px) {
  .item-list.category-view {
    grid-template-columns: 132px auto;
    grid-template-rows: 
      auto 
      auto 
      auto;
    grid-template-areas: 
      "photo-area data-area" 
      "photo-area logo-area" 
      "prop-area prop-area";
    gap: 8px;
  }
}

.item-list.category-view .photobox {
  grid-area: photo-area; 
}
.item-list.category-view .item-details {
  grid-area: data-area; 
}
.item-list.category-view .price-box {
  grid-area: price-area; 
}
.item-list.category-view .prop-info-box {
  grid-area: prop-area; 
}

@media (max-width:991px) {
  .item-list.category-view .price-box {
    grid-area: logo-area; 
  }
}


.prop-info-box { font-family:"Roboto Condensed",Helvetica,Arial,sans-serif; }
.prop-info { padding:0; display:flex; flex-wrap:wrap; gap:2rem 9px;  }
.prop-info-block { color:#666; margin:0; min-height:20px; padding:0; text-align:center; flex-basis: 15%; min-width: 52px; max-width:96px; }
.prop-info-block:first-child { /*width:86px;*/ }
.prop-info-block:last-child { border-right:0; }
.prop-info-block span { display:block;line-height:1.2; }
.prop-info .icon { margin-bottom:4px; }
.prop-info span.title { font-size:14px;font-weight:400;color:#222; }
.prop-info span.text { font-size:12px; }
.make-grid .prop-info-block span,.make-grid .prop-info span.title .make-grid .prop-info span.text { display:inline; }
.make-grid .prop-info-block { border-right:0;color:#666;display:inline;margin:0;min-height:0;padding:0;text-align:left;width:100%; }
.make-grid .prop-info span.title { font-size:14px; }
.make-compact .prop-info { display:none; }

.item-list.items-amount {
  display: block; 
}

.item-list .mobile-price,
.item-list .mobile-picture-action {
  display: none;
}

@media (max-width:767px) {
  .item-list .prop-info {
    gap: 2px;
    justify-content: flex-start; 
  }
  .item-list .prop-info .prop-info-block {
    text-align: left;
    padding: 4px 8px;
    flex-basis: 32.9%; 
    min-width: unset;
    max-width: unset;
    white-space: nowrap;
  }
  .item-list .prop-info-block span {
    display: inline-block;
  }
  .item-list .prop-info span.title {
    font-size: 14px;
    line-height: 20px;
  }
  .item-list .prop-info .icon {
    margin-bottom: 0;
    width: 24px;
  }
}

@media all and (max-width: 990px) {
  .item-list .mobile-price {
    display: block;
    position: absolute;
    bottom: 0; left: 0;
    background-color: rgba(255, 255, 255, .9);
    font-weight: bold; 
    color: #333;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    padding: 0 4px;
    line-height: normal;
  }
  .item-list h2.mobile-price {
    margin: 0 !important;
  }
  .item-list .mobile-picture-action {
    display: block;
    position: absolute;
    bottom: 0; right: 0;
    padding: 4px;
    font-size: 18px;
  }
  .item-list .mobile-picture-action a {
    display: inline!important;
  }
  .prop-info span.title{ font-size: 14px; }
  .prop-info span.text{ font-size: 11px; }
} 
/*
@media (max-width:1350px) {
  .item-list .prop-info .prop-info-block {
    flex-basis: 15%; 
  }
}*/

/* Kinisvarakategooriate ikoonialade laiused siia */
.item-list.category-id-90 .prop-info, 
.item-list.category-id-91 .prop-info {
  gap: 8px; 
}

.item-list.category-id-90 .prop-info .prop-info-block, 
.item-list.category-id-91 .prop-info .prop-info-block {
  flex-basis: fit-content; 
}

.item-list-colorad {
  background-color: #f1fff5;
}

.adds-wrapper .item-list:last-child {
  border-bottom: none;
}
.listings-wrapper .item-list:last-child {
  border-bottom: none;
}

.category-list {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 3px 3px;
  display: block;
  box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);
}

.photo-count {
  background-color: rgba(242, 242, 243, 0.9);
  border: 0 none;
  border-radius: 0;
  font-size: 12px;
  opacity: 0.9;
  padding: 0 3px;
  position: absolute;
  right: 4px;
  top: 5px;
  display: block; 
}

.add-image {
  position: relative;
}

.item-list.category-view .photobox .add-image,
.item-list.category-view .photobox .add-image a,
.item-list.category-view .photobox .add-image a img {
  height: 100%;
}

.add-image a {
  display: block;
}

.add-image a img {
  width: 100%;
  height: 122px;
  object-fit: cover;
  background-color: #f1f1f1;
}

.add-title {
  padding-bottom: 0;
}

h4.add-title {
  font-size: 16px;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 4px;
}

h2.add-title, /* Sama kuulutaja teised kuulutused */
h5.add-title {
  font-size: 16px;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 4px;
}

h4.add-title a {
  color: #333;
  font-weight: bold;
}

h2.add-title a, /* Sama kuulutaja teised kuulutused */
h5.add-title a {
  color: #333;
  font-weight: bold;
}
.thin {
  font-weight: 100;
}

.add-details a {
  font-weight: bold;
}

.info-row {
  display: block;
  clear: both;
  font-size: 12px;
  color: rgba(116, 118, 129, 1);
}

.add-details .info-row .date,
.add-details .info-row .item-location {
  margin-right: 5px;
  white-space: nowrap;
}

.add-details .info-row .category {
  display: inline-block;
  margin-right: 5px;
  white-space: normal;
  font-size: 12px;
  font-weight: normal;
  display: inline;
  color: #777;
}

.business-ads {
  background: none repeat scroll 0 0 rgb(238, 238, 238);
  line-height: 18px;
  padding: 2px;
  text-align: center;
  font-weight: bold; 
  font-family: "Roboto Condensed", sans-serif;
}

.item-list .make-favorite span, .item-list .btn-expanding span {
  width: 0;
  font-size: 0;
  transition: all 0.3s ease;
}

.item-list:hover{background:#F6F6F5;}

.item-list:hover .make-favorite span, .item-list:hover .btn-expanding span {
  width: auto;
  font-size: 14px;
}

.price-box {
  padding: 0;
}

.price-box h3 , /* Sama kuulutaja teised kuulutused */
.price-box h4 {
  font-weight: bold;
  font-family: "Roboto Condensed", "Helvetica Neue",  Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.price-box i.fa-heart,
.price-box i.fa-heart-o {
  font-size: 24px;
}

.listing-extra-info {
  background-color: #EFEFEF;
  text-shadow: 1px 1px 0 #FFF;
  padding: 3px;
}

@media (max-width:991px) {
  .item-list .make-favorite {
    padding: 0;
  }
  .item-list .btn-expanding {
    padding: 3px 5px;
  }

}

@media (max-width:767px) {
  .add-image a img {
    width: 100%;
    height: 99px;
    object-fit: cover;
  }

  h5.add-title {
    margin-bottom: 6px;
  }

  .price-box {
    clear: both;
    display: block;
    height: auto;
    text-align: left;
    width: 100%;
  }

  .item-list.make-list {
    text-align: left;
  }

  .item-list.make-compact .make-favorite, .item-list.make-compact .btn-expanding {
    float: left;
    margin-left: 10px;
  }
}
/* List View Grid View Comact View */

.item-list.make-compact .photobox, .item-list.make-compact .info-row .category {
  display: none;
}

.item-list.make-compact .add-title {
  float: left;
  clear: left;
  height: 19px;
  overflow: hidden;
  padding-bottom: 7px;
  width: 60%;
}

.item-list.make-compact .info-row {
  display: block;
  float: left;
  clear: none;
  font-size: 12px;
  width: 40%;
}

.item-list.make-compact h2.item-price {
  line-height: 20px;
}

@media (max-width:1199px) {
  .item-list.make-compact .add-title, .item-list.make-compact .info-row {
    width: 100%;
  }

  .add-details {
    padding: 0;
  }

  .prop-info {
    gap: 2rem 2px;
  }
}

.item-list.make-compact .item-price {
  float: left;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 0;
}

.item-list.make-compact .make-favorite span, .item-list.make-compact .btn-expanding span {
  font-size: 0;
  transition: all 0.3s ease 0s;
  width: 0;
}
/* LIST */
.item-list.make-list, .item-list.make-compact {
  height: auto !important;
}
/* GRID */
.item-list.make-grid {
  width: 25%;
  float: left;
  clear: none;
  border-right: solid 1px #ddd;
  min-height: 250px;
}
.item-list.grid-item-double {
  width: 50%;
}
/*
.adds-wrapper .item-list.make-grid:nth-child(4n+4) {
  border-right: none;
}
.listings-wrapper .item-list.make-grid:nth-child(4n+4) {
  border-right: none;
}
*/
@media(max-width: 991px) {
  .item-list.make-grid {
    width: 33.33%;
  }
  .item-list.grid-item-double {
    width: 66.66%;
  }

  .adds-wrapper .item-list.make-grid:nth-child(4n+4) {
    border-right: solid 1px #ddd;
  }

  .listings-wrapper .item-list.make-grid:nth-child(4n+4) {
    border-right: solid 1px #ddd;
  }

  /*.adds-wrapper .item-list.make-grid:nth-child(3n+3) {
    border-right: none;
  }*/

  /*.listings-wrapper .item-list.make-grid:nth-child(3n+3) {
    border-right: none;
  }*/
}

@media(max-width: 778px) {
  .item-list.make-grid {
    width: 33.33%;
  }
  .item-list.grid-item-double {
    width: 66.66%;
  }
}

@media(max-width: 540px) {
  .item-list.make-grid {
    width: 50%;
    border-right: solid 1px #ddd !important;
  }
  .item-list.grid-item-double {
    width: 100%;
  }

  /*.adds-wrapper .item-list.make-grid:nth-child(2n+2) {
    border-right: none !important;
  }*/

  /*.listings-wrapper .item-list.make-grid:nth-child(2n+2) {
    border-right: none !important;
  }*/
}

@media(max-width: 360px) {
  .item-list.make-grid {
    width: 100%;
    border-right: none;
  }
  .item-list.grid-item-double {
    width: 100%;
  }
}

.item-list.make-grid .photobox, .item-list.make-grid .add-desc-box, .item-list.make-grid .price-box {
  width: 100%;
  clear: both;
}

.item-list.make-grid .add-desc-box {
  padding: 10px 0;
}

.item-list.make-grid .price-box {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
/* pagination */

.pagination-bar {
  margin-top: 35px;
  display: block;
}

.pagination-bar .pagination {
  margin-top: 0;
}

.pagination-bar .pagination li a, .pagination-bar .pagination li span {
  color: #9a9a9a!important;
  border-color: #cfcfcf;
}

.pagination-bar .pagination li a:hover {
  color: #000000;
}

.pagination-bar .pagination li:last-child a {
  color: #414141;
}

.pagination-bar .pagination li.active a {
  background-color: #f8f8f8;
  color: #000000!important;
  border-color: #cfcfcf;
  cursor: default;
  font-weight: bold;
}
/* post-promo  */

.post-promo {
  margin-top: 15px;
}

.post-promo h2 {
  padding-bottom: 10px;
}
/* Ribbons  */
.cornerRibbons {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  left: -70px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  width: 200px;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

.cornerRibbons a {
  color: #fff;
  display: block;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease 0s;
}

.cornerRibbons.topAds {
  background: #b73434;
}

.cornerRibbons.urgentAds {
  background: #CC3300;
}

.cornerRibbons.featuredAds {
  background: #FB8D17;
}

.cornerRibbons.featuredAds a {
  color: #fff;
}
.cornerRibbons.activeAds {
  background: #2ECC71;
}
.cornerRibbons.inactiveAds {
  background: #d0d0d0;
}
.cornerRibbons.pendingAds {
  background: #F1C40F;
}
.item-list.make-grid .cornerRibbons {
  left: -30%;
  top: 7%;
}

.item-list.make-compact .cornerRibbons {
  left: -15%;
  text-indent: -99999px;
  top: 18%;
}

@media (max-width:991px) {
  .cornerRibbons {
    left: -10%;
    top: 19%;
    width: 170px;
    z-index: 2;
  }

  .cornerRibbons {
    font-size: 11px;
  }

  .item-list.make-compact .cornerRibbons {
    left: -20%;
  }
}

@media (max-width:767px) {
  .cornerRibbons {
    left: -43px;
    top: 24px;
    width: 160px;
  }

  .item-list.make-grid .cornerRibbons {
    left: -36px;
    top: 24px;
  }

  .cornerRibbons {
    font-size: 11px;
  }

  .item-list.make-compact .cornerRibbons {
    left: -100px;
  }
}
/*************** TAB BOX ***************/

.tab-box {
  background: #f8f8f8;
  position: relative;
}

.nav-tabs.add-tabs > li:hover > a {
  background: #EDEDED;
}

.nav-tabs.add-tabs > li > a, .nav-tabs.add-tabs > li.active > a, .nav-tabs.add-tabs > li.active > a:hover, .nav-tabs.add-tabs > li.active > a:focus {
  border-radius: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-right: 0;
}

.nav-tabs.add-tabs > li.active > a {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #e6e6e6;
}

@media (max-width:991px) {
  .nav-tabs.add-tabs > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-tabs .badge {
    font-size: 11px;
  }
}

@media (max-width:767px) {
  .nav-tabs.add-tabs > li > a {
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .nav-tabs .badge {
    display: none;
  }

  .select-short-by .selecter-options {
    font-size: 11px !important;
  }
}

/* tab filter */

.tab-filter {
  position: absolute;
  right: 0;
  top: 0;
}

.listing-filter {
  border-bottom: solid 1px #ddd;
  padding: 15px 0;
}

.breadcrumb-list {
  color: #888;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}

.breadcrumb-list a.current {
  color: #000;
  font-weight: bold;
  margin-right: 5px;
}

.dropdown-menu-modal {
  width: 100%;
  max-width: 400px;
}

.listing-view-action span {
  color: #888;
  cursor: pointer;
}

.listing-view-action span.active {
  color: #000;
}

/* Adyen tab */

.tab-box .bank-countries {
  align-items: stretch; 
  justify-content: center;
}

.tab-box .bank-countries li.adyen {

}

.tab-box .bank-countries li.adyen a {
  display: flex; 
  padding: 6px 15px !important;
  gap: 5px;
  height: 100%;
  align-items: center;
}

.tab-box .bank-countries li.adyen > a > img {
  height: 20px; 
  width: auto; 
}

.btn-bank.adyen {
  width: auto !important;
}

.btn-bank.adyen .btn-adyen {
  
}

#adyenModal .modal-body iframe {
  width: 100%;
}

#adyenModal .modal-footer {
  justify-content: center;
}

/* Customize bootstrap-select plugin */

.tab-filter .select-short-by {
  margin-right: 15px;
  margin-top: 10px;
  min-width: 150px !important;
}

.tab-filter .selecter.bottom .selecter-options {
  bottom: auto !important;
  top: auto;
}

.select-short-by .selecter-selected {
  font-size: 12px;
  padding: 4.5px 15px;
}

.tab-filter .selecter-item {
  padding: 8px 15px;
  font-size: 12px;
}

.badge-red {
  background-color: #b73434 !important;
}
/*************** Save Search ****************/

.save-search-bar {
  border-top: 1px solid #ddd;
}

.save-search-bar:hover {
  background: #EDEDED;
}

.save-search-bar a:focus {
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05) inset;
}

.save-search-bar a {
  display: block;
  font-weight: 500;
  padding: 10px 0;
}
.no-image {
    background-color: #e9e9e9;
    height: 70px;
    color: #c9c9c9;
    text-align: center;
}
.no-image > i {
    font-size: 40px;
    line-height: 60px;
}
/* =============================================================== */
/* CATEGORY SIDEBAR
/* =============================================================== */

.list-filter .count {
  color: #9a9a9a;
  font-size: 90%;
}

.list-filter ul li {
  list-style: none;
}

.list-filter ul li a {
  border-radius: 5px;
  display: block;
  padding: 2px 25px 2px 5px;
  position: relative;
  color: #4e575d;
}

.list-filter ul ul {
  padding-left: 15px;
}

.list-filter td {
  background-color: transparent;
}

@media(max-width:991px) {
  .list-filter ul li a {
    padding-right: 0;
  }

  .list-filter ul ul {
    padding-left: 10px;
  }
}

.nav-filter a.active {
  background-color: #eaeaea;
  color: #333;
}

.list-title a, .list-title {
  color: #222;
  font-size: 18px;
}
.list-title-compact a, .list-title-compact {
  color: #222;
  font-size: 12px;
}

.list-title {
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 15px;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase;
}
.list-title-compact {
  /*border-bottom: 1px solid #ddd;*/
  /*display: block;*/
  /*margin-bottom: 15px;*/
  padding: 2px 0 2px 0;
  /*position: relative;*/
  text-transform: uppercase;
}

.list-title:before {
  border-color: #ddd transparent transparent;
  border-style: solid;
  border-width: 7px;
  bottom: -14px;
  box-sizing: border-box;
  content: " ";
  display: block;
  left: 34px;
  position: absolute;
  z-index: 2;
}

.list-title:after {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 6px;
  bottom: -12px;
  box-sizing: border-box;
  content: " ";
  display: block;
  left: 35px;
  position: absolute;
  z-index: 2;
}


.list-title.gray:before {
	  border-color: transparent transparent transparent;
}

.list-title.gray:after {
	  border-color: transparent transparent transparent;
}

.list-filter ul li p.maxlist-more a {
  border-radius: 5px;
  display: block;
  font-size: 12px;
  padding: 2px 25px 2px 20px;
  position: relative;
  color: #369;
}
/* Price Range */

.form-inline .form-control {
  max-width: 100%;
}

.list li {
	list-style:none;
}


ul.list-link li a, ul.list-link li {
  color: #4e575d;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  padding: 3px 0;
  transition: all 0.1s ease 0s;
}

ul.list-link li a:hover {
  text-decoration: underline;
  color: #345676;
}

hr.thin {
  margin-bottom: 10px;
  margin-top: 10px;
}
/* =============================================================== */
/* ADS DETAILS
/* =============================================================== */

#trend {
  width: 75px;
  overflow: hidden;
}
#trend > small {
  display: block;
  font-size: 10px;
  text-align: center;
}
#trend > span {
  color: #fff;
}
.ad-subject {
  font-size: 28px;
  line-height: 30px;
  /*padding-bottom: 5px;*/
}

.sidebar-panel .panel-heading {
  background: #f8f8f8;
  position: relative;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 22px;
}

.panel-contact-seller .panel-body {
  padding: 10px;
}
.copyme-wrapper {
  text-align: left;
}

.copyme-wrapper label {
  width: 100%;
  font-weight: normal;
}

.copyme-wrapper #copyme {
  display: inline-block;
  margin-right: 3px;
  width: 16px;
  height: 16px;
}

.copyme-wrapper {
  text-align: left;
}

.copyme-wrapper label {
  width: 100%;
  font-weight: normal;
}

.seller-info {
  padding: 5px;
}
iframe.featherlight-inner {
  width: 100%;
  height: 100%;
}  
.featherlight .featherlight-content {
  width: 80%;
  height: 80%;
  max-height: 400px;
}

.fllarge .featherlight-content {
  width: 90%!important;
  height: 90%!important;
  max-height: 90%!important;
}

/* Ads Image Slider */
.bx-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

.bx-controls-direction a:after {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  color: #fff;
  content: "nexts";
  font-family: fontello;
  font-size: 200%;
  line-height: 1.3;
  opacity: 1;
  padding: 5px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  opacity: 0;
  transition: all 0.15s ease-in-out 0s;
}

.bx-controls-direction a:hover:after {
  background: rgba(0, 0, 0, 0.6);
}

.bx-wrapper:hover .bx-controls-direction a:after {
  opacity: 1;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
  background: none !important;
}

.bx-controls-direction a.bx-next:after {
  content: '\e83c';
  right: 0;
}

.bx-controls-direction a.bx-prev:after {
  content: '\e83b';
  left: 0;
}

.product-image .bx-wrapper .bx-viewport {
  border: 0 none;
  box-shadow: none;
  left: 0;
  border-radius: 3px;
  background-color: rgba(245, 245, 245, 0.5);
}

.product-image .bx-wrapper {
  margin-bottom: 20px;
}

.product-image img {
  max-height: 530px;
}

@media (max-width: 1024px) {
  .product-image img {
    max-height: 330px;
  }
}

@media (max-width: 768px) {
  .product-image img {
    max-height: 400px;
  }
}

@media (max-width: 640px) {
  .product-image img {
    max-height: 320px;
  }
}

@media (max-width: 480px) {
  .product-image img {
    max-height: 210px;
  }
}




.bxslider {
  overflow: hidden;
  max-height: 530px;
}
/*#bx-pager {
  text-align: center;
}*/

.bx-pager {
    background: rgba(0,0,0, .7);
    display: inline-block;
    width: 80px!important;
    height: 20px;
    line-height: 20px;
    font-weight: normal!important;
    position: absolute!important;
    bottom: 0px!important;
    right: 0px!important;
    padding: 0!important;
    color: #fff!important;
}
.bx-pager a {
  color: #fff;
}

.thumb-item-link {
  border-bottom: 4px solid #ccc;
  display: inline-block;
  float: none;
  height: 70px;
  margin: 0 2px;
  outline: medium none;
  overflow: hidden;
  position: relative;
  width: 100px;
}

.thumb-item-link img {
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  opacity: 0.7;
  transition: opacity 0.15s ease-in-out 0s;
}

.calc_bordered {
  border: 1px solid #c8c8c8;
}
.swed_form_dark {
  font-size: 14px;
  background-color: #EBEBEB!important;
}
.swed_form {
  background-color: #F4F4F4!important;
}
.swed_price_sm {
  color: #fe9400;
}
.swed_price_lg {
  font-size: 26px;
  color: #fe9400;
}
.inbank_cars_bg {
  background: transparent url(../img/inbank/inbank_auto_logo.png) top right no-repeat;
  background-size: 232px 100%;
  min-height: 180px;
}
.inbank_logo_bg {
  background: transparent url(../img/inbank/inbank_logo.png) top right no-repeat;
}
.inbank_logo_btm_bg {
  background: transparent url(../img/inbank/inbank_logo_btm.png) bottom right no-repeat;
}
.inbank_grass_bg {
  background: transparent url(../img/inbank/inbank_grass.png) bottom right no-repeat;
  background-size: 450px 60px;
}
.inbank_link {
  color: #c20b31;
}

.key-features {
  margin-left: 0;
  margin-top: -5px;
}

.key-features .media {
  border-right: medium none;
  padding: 0 0 3px 0;
  margin-top: 0;
}

.key-features .media:first-child {
  margin-top: 0;
}

.key-features .media i {
  font-size: 28px;
}

.key-features .media-object {
  float: left;
  margin-right: 10px;
}

.key-features .media-heading {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin: 0;
}
.key-features .media-heading-sm {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 0;
}

.key-features .data-type {
  color: #999;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.details-gallery {
  position: relative; 
  width: auto;
  margin-left: -25px;
  margin-right: -25px;
}

.details-gallery .gallery-item {
  /*width: 32%;
  max-height: 255px;
  float: left;
  margin: 0 0 1% 1%;
  position: relative;
  overflow: hidden;*/
  background-color: #cfcfcf;
}

.details-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.details-gallery .gallery-item-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
  background-color: rgba(34,34,34,.7);
  color: #fff;
  transition: all .2s ease-in;
}

.details-gallery .gallery-item:hover .gallery-item-meta {
  background-color: rgba(34,34,34,0);
}

.details-gallery .gallery-item-meta .price {
  font-size: 18px;
  font-weight: 100;
}

.details-gallery .gallery-item-meta .cg {
  font-size: 11px;
  font-weight: 100;
}

.details-gallery .gallery-item-meta br {
  display: none;
  position: absolute;
}

.details-gallery .splide__track {
  width: 100%;
}

@media(max-width:991px){
  .details-gallery .gallery-item {
    width: 32%;
    height: 117px;
    float: left;
    margin: 0 0 1% 1%;
    position: relative;
    overflow: hidden;
  }
}

@media (max-width:640px) {
  .product-image .bx-wrapper {
    margin-bottom: 10px;
  }

  .thumb-item-link {
    height: 48px;
    width: 64px;
  }
} 


.thumb-item-link:focus {
  -webkit-box-shadow: 0 0 2px #369;
  -moz-box-shadow: 0 0 2px #369;
  box-shadow: 0 0 2px #369;
  outline: none;
}

.thumb-item-link.active {
  border-bottom: 4px solid #369;
}

.thumb-item-link.active img, .thumb-item-link:hover img {
  opacity: 1;
}

.ads-details-wrapper .info-row {
  border-top: 1px solid #ddd;
  margin-bottom: 5px;
  padding-top: 5px;
}

.ads-details-wrapper .info-row .category {
  display: inline-block;
}

.ads-details-wrapper .info-row .category h2 {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
}

.ads-details-info {
  word-wrap: break-word;
  font-size: 15px;
}

.ads-details-info ul, .ads-details-info ol {
  margin-bottom: 20px;
}

.ads-details-info h4, .ads-details-info .h4, .ads-details-info h5, .h5, .ads-details-info h6, .ads-details-info .h6 {
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 5px;
}

.ads-details-info h1, .ads-details-info .h1, .ads-details-info h2, .ads-details-info .h2, .ads-details-info h3, .ads-details-info .h3 {
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-top: 10px;
}

.ads-details-info h3#description-original,
.ads-details-info h3#description-translated {
  font-size: 15px;
  font-weight: normal;
}

.pricetag {
  background: none repeat scroll 0 0 #0094af;
  border-radius: 3px 0 0 3px;
  color: #fff;
  font-size: 20px;
  min-width: 100px;
  padding: 5px 15px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: 20px;
  z-index: 100;
}

.business-card {
  padding: 6px;
  background: #ECE9E6; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #ECE9E6 , #FFFFFF); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #ECE9E6 , #FFFFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */  
}
.business-card h5 {
  color: #999;
}
.business-card img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.business-card:hover img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

.credits_notice {
    line-height: 14px;
    display: block;
    margin-top: 10px;
  }

.flex-columns.banklink-buttons {
  gap: 1rem 1rem;
}

@media(max-width:767px) {
  
  .details-gallery .gallery-item {
    width: 99%;
    height: 250px; 
    float: left;
    margin: 0 0 1% 1%;
    position: relative;
  }

  .pricetag {
    font-size: 18px;
    line-height: 28px;
    min-width: 90px;
    top: 20px;
  }

  .flex-columns {
      flex-direction: column;
  }
  .flex-columns .form-group {
      margin: 8px auto;
  }
  .flex-columns .btn-bank {
      /*margin: 8px auto;*/
    width: 48%;
  }
  .flex-columns .pull-right {
    float: none!important;
  }

  .flex-columns.banklink-buttons {
    gap: 1rem 3%;
  }

  #newad_premium_services h3 {
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
  }
  #messages {
    overflow: hidden!important;
    height: auto!important;
  }
  .messages-list {
    padding-right: 15px!important;
    overflow: visible!important;
    height: auto!important;
  }

  .orderUp, .orderDown, .delete, .rotate {
    padding: 10px 10px!important;
  }
  
  ul.qq-upload-photo-list li {
    float: none!important;
    width: 100%!important;
    height: auto!important;
  }
  ul.qq-upload-photo-list li img {
    width: 90%!important;
  }

  .col-thin-left {
    /*padding-left: 5px;*/
  }
  .col-thin-right {
    /*padding-right: 5px;*/
  }

  .prop-info-block {
    width: 25%!important;
  }

  .carousel-nav-next, 
  .carousel-nav-prev {
    display: none;
  }
}
/*
@media(max-width:320px) {
  .flex-columns .btn-bank {
    width: 48%;
  }
}*/

.flex-columns.banklink-buttons {
  justify-content: center;
  flex-direction: row;
}



.qq-upload-photo-list li:first-child .fileInfo:after {
    content: "Peamine pilt";
    font-size: 10px;
    display: block;
    margin-top: -5px;
}​

h1.pricetag span, h1.trtri span {
  float: right;
}

.bltri:before, .pricetag:before, .tltri:before, .trtri:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
}

.pricetag:before {
  top: 100%;
  right: 0px;
  border-top: 10px solid #007286;
  border-right: 10px solid transparent;
}


.list-dot, .list-circle {
  margin-left: 30px;
}

.list-circle > li {
  list-style: circle;
}

.list-dot > li {
  list-style: disc;
}

.list-border > li {
  border-top: 1px solid #ebebeb;
  line-height: 36px;
  position: relative;
}

.list-border > li:first-child {
  border: none;
}

.list-check > li {
  margin-bottom: 3px;
  padding-left: 18px;
  position: relative;
}

.list-check > li:after {
  position: absolute;
  font-family: fontello;
  content: '\e80d';
  left: 0;
  top: 0;
}

.list-number > li, .list-number > li > ul > li {
  list-style:decimal;
}



.ads-action li i {
  width: 20px;
}

.panel-details {
  border: 1px solid #ddd;
  background: #f8f8f8;
  position: relative;
}

.ads-details-wrapper.inner-box {
  padding-bottom: 0;
}

.label.adlistingtype {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.8px;
  vertical-align: middle;
}

.ads-details-wrapper .content-footer, .content-footer.expand {
  margin-left: -25px;
  margin-right: -25px;
}

/*.content-footer {
  overflow: hidden;
  background: #eee;
  position: relative;
  padding: 0;
}*/

/*.content-footer .inner-box {
  padding: 20px 18px;
}*/

.content-footer .inner-box h3 {
  margin-bottom: 15px;
  margin-left: -8px;
}

@media (max-width:430px) {
  .content-footer .inner-box h3 {
    font-size: 15px;
  }
}

.content-footer .details-gallery {
  /*margin: 0;
  padding: 0;*/

}

.content-footer .details-gallery .gallery-splide {
  margin: 0 -7px !important;
}

.content-footer .details-gallery .gallery-splide ul.splide__list li:first-child {
  padding-left: 10px;
}

.content-footer .details-gallery .gallery-splide ul.splide__list li:last-child {
  padding-right: 10px;
}

.content-footer .details-gallery .gallery-splide ul.splide__list li:first-child .gallery-item-meta {
  left: 10px;
}

.details-gallery .gallery-item {
  background: transparent;
}

.details-gallery .gallery-item a {
  background: #cfcfcf;
  height: 170px;
}

@media (max-width:430px) {

  .content-footer .details-gallery .gallery-splide {
    margin: 0 -1px 0 -2px !important;
  }

  .ads-details-wrapper .content-footer, .content-footer.expand {
    margin-left: -12px;
    margin-right: -12px;
  }

  .content-footer .inner-box {
    padding: 20px 12px;
  }

  .content-footer .item-carousel .item {
    width: 226px;
    display: block;
  }

  .content-footer .item-carousel .item a {
    height: 100%;
  }
}

.panel-footer {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
}

.content-footer .btn {
  margin-right: 8px;
}

@media (max-width:360px) {
  .content-footer .btn {
    margin-bottom: 4px;
  }
}

.text-count {
  color: #9a9a9a;
  font-size: 12px;
}

.modal-title {
  padding-bottom: 0;
}

.modal-header {
  border-bottom: 1px solid #ddd;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  justify-content: space-between;
  background: none repeat scroll 0 0 #f8f8f8;
  border-top: 1px solid #ddd;
  padding: 8px;
  position: relative;
}

.modal-header .close {
  order: 5;
}

.breadcrumb {
  background: none;
  border-radius: 0;
  list-style: outside none none;
  margin-bottom: 8px;
  padding: 8px 0;
}

.backtolist {
  padding: 8px 0;
}

.page-sidebar-right {
  padding-left: 10px;
}

.user-info h3 {
  padding-bottom: 5px;
}

.user-info p {
  margin-bottom: 0;
}

.user-info .btn {
  white-space: normal;
}

.user-ads-action {
  margin-top: 15px;
}

.user-ads-action h4 {
  padding-bottom: 0;
}


@media(max-width:480px) {
  .breadcrumb {
    float: none !important;
    text-align: center !important;
  }

  .backtolist {
    float: none !important;
    margin: 0 auto;
    padding: 0 0 10px;
    text-align: center;
  }
}

.share {
    color: #fff;
    border-radius: 15px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
}
.share:hover, .share:focus {
  color: #fff!important;
}

.detailsShare {
  margin-left: 5px;
  font-size: 12px!important;
  color: #fff!important;
}

.fs14 {
  font-size: 14px!important;
}
.bg-facebook {
    background-color: #3B5998;
    color: #fff!important;
}
.bg-twitter {
    background-color: #55acee;
}
.bg-gplus{
    background-color: #b73434;
}
.bg-email {
    background-color: #9cb443;
}
.bg-favorites {
    background-color: #b73434;
}
.bg-print {
    background-color: #553b08;
}
.bg-report {
    background-color: #b73434;
}


/* ================================================================
   GALLERY STYLES - Modernized from Lovable prototype
   Stages: 1 = Main image view, 2 = Modal, 3 = Lightbox
   ================================================================ */

/* ---------- STAGE 1: Main image container ---------- */

.product-image-container {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  color: #2e241f;
}

/* =============================================================== */
/* GALLERY — STAGE 1: Product image (prefixed .product-image-container)
/* =============================================================== */

.product-image-container .pricetag-new,
.product-image-container .gallery-magnifier-new {
  display: none;
}

.product-image-container .main-image-wrapper {
  position: relative;
  overflow: visible;
  background-color: #F2F0ED;
  height: 100%;
  aspect-ratio: 4 / 3;
}

.product-image-container .main-image-wrapper .slick-list,
.product-image-container .main-image-wrapper .slick-track,
.product-image-container .main-image-wrapper .slick-slide {
  height: 100%;
}

.product-image-container .main-image-wrapper .slick-list {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

.product-image-container .main-image-wrapper .slick-track,
.product-image-container .main-image-wrapper .slick-slide,
.product-image-container .main-image-wrapper .slider-item {
  height: 100%;
}

.product-image-container .main-image-wrapper .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-image-container .main-image-wrapper .slick-slide {
  height: 100% !important;
}

.product-image-container .main-image-wrapper .slider-counter {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #2e241f;
  padding: 6px 14px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: normal;
  z-index: 2;
}

.product-image-container .main-image-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: transparent;
}

.product-image-container .main-image-wrapper .slick-arrow::after {
  display: none;
}

.product-image-container .main-image-wrapper .slick-arrow:hover {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%) scale(1.05);
}

.product-image-container .main-image-wrapper .slick-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.product-image-container .main-image-wrapper .slick-prev {
  left: 16px;
}

.product-image-container .main-image-wrapper .slick-next {
  right: 16px;
}

.product-image-container .main-image-wrapper .slick-arrow:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #333;
  border-width: 2px 2px 0 0;
}

.product-image-container .main-image-wrapper .slick-prev:before {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.product-image-container .main-image-wrapper .slick-next:before {
  transform: rotate(45deg);
  margin-right: 4px;
}

.product-image-container .escrow-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #2e241f;
  border: 1px solid rgba(0, 0, 0, 0.06);
  pointer-events: none;
  z-index: 3;
}

.product-image-container .image-thumbnails-wrapper {
  padding: 10px 15px;
  background-color: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.product-image-container .image-thumbnails-wrapper .thumbnails-grid {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 11px;
}

.product-image-container .image-thumbnails-wrapper .thumbnails-grid .thumb-item {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  /*background-color: #fff;*/
}

.product-image-container .image-thumbnails-wrapper .thumbnails-grid .thumb-item:hover {
  border-color: rgba(0, 0, 0, 0.15);
}

.product-image-container .image-thumbnails-wrapper .thumbnails-grid .thumb-item.slick-current,
.product-image-container .image-thumbnails-wrapper .thumbnails-grid .thumb-item.active {
  border-color: #b73434;
}

.product-image-container .image-thumbnails-wrapper .thumbnails-grid .thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  pointer-events: none;
  opacity: 1;
}

/* hack for adding right airgap to last item */

/*.product-image-container .image-thumbnails-wrapper .thumbnails-grid .thumb-item:last-child {
  width: 90px;
}

.product-image-container .image-thumbnails-wrapper .thumbnails-grid .thumb-item:last-child img {
  padding-right: 10px;
  border-radius: 10px;
  overflow: hidden;
}*/

.product-image-container .image-thumbnails-wrapper .thumbnails-grid:last-child::after {
  display: block;
  content: '';
  width: 10px;
  height: 100%;
  border: 1px solid transparent;
}


/* --- Unprefixed Stage 1 (base fallbacks) --- */

.product-image-container {
  margin-bottom: 20px;
}

.main-image-wrapper {
  position: relative;
  cursor: pointer;
  background-color: #f9f9f9;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-image-display img {
  max-width: 100%;
  max-height: 600px;
  display: block;
}

.pricetag-new {
  position: absolute;
  top: 20px;
  left: 0;
  background: #b73434;
  color: #fff;
  padding: 5px 15px;
  font-size: 24px;
  z-index: 5;
  border-radius: 0 4px 4px 0;
}

.photo-count-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 14px;
}

.gallery-magnifier-new {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.main-image-display:hover .gallery-magnifier-new {
  opacity: 1;
}

.gallery-magnifier-new i {
  font-size: 48px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.image-thumbnails-wrapper {
  overflow-x: auto;
  padding-bottom: 5px;
}

.thumbnails-grid {
  display: flex;
  gap: 8px;
}

.thumb-item {
  flex: 0 0 100px;
  height: 70px;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}

.thumb-item.active {
  border-color: #b73434;
}

.thumb-item.more-images {
  position: relative;
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.thumb-item:hover img,
.thumb-item.active img {
  opacity: 1;
}

.more-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  z-index: 1;
}

.main-image-slider {
  width: 100%;
  position: relative;
  height: 100%;
}

.main-image-slider .slick-slide > div {
  height: 100%;
  border-bottom: 1px solid transparent;
}

.main-image-slider .slider-item {
  display: flex !important;
  justify-content: center; 
  align-items: center;
  outline: none;
  height: 100%;
}

.main-image-slider .slider-item img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: none;
  object-fit: cover;
}

.main-image-wrapper .slick-list,
.main-image-wrapper .slick-track,
.main-image-wrapper .slick-slide {
  height: 100% !important;
}

.slider-counter {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #1f1f1f;
  padding: 6px 14px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  z-index: 2;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.main-image-wrapper .slick-prev,
.main-image-wrapper .slick-next {
  z-index: 11;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.main-image-wrapper .slick-prev:hover,
.main-image-wrapper .slick-next:hover {
  background: rgba(255, 255, 255, 1);
}

.main-image-wrapper .slick-prev {
  left: 15px;
}

.main-image-wrapper .slick-next {
  right: 15px;
}

.main-image-wrapper .slick-prev:before,
.main-image-wrapper .slick-next:before {
  color: #000;
  font-size: 24px;
  opacity: 0.8;
}

.main-image-wrapper .slick-prev:before {
  content: '\2190';
}

.main-image-wrapper .slick-next:before {
  content: '\2192';
}

/* =============================================================== */
/* GALLERY — STAGE 2: Modal grid (prefixed .modal.images-modal)
/* =============================================================== */

.modal.images-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  align-items: stretch;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  color: #2e241f;
}

body.images-modal-opened .modal.images-modal {
  display: flex !important;
}

.modal.images-modal .modal-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background-color: #f2f0ed4d;
  overflow: hidden;
  padding: 0 !important;
}

.modal.images-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 24px;
  background-color: #fff;
  flex-shrink: 0;
  height: 64px;
}

.modal.images-modal .modal-header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}

.modal.images-modal .modal-header .header-content .title-section {
  display: flex;
  align-items: center;
  gap: 24px !important;
  min-width: 0;
  flex-wrap: nowrap;
}

.modal.images-modal .modal-header .header-content .title-section h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #2e241f;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal.images-modal .modal-header .header-content .title-section .listing-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  color: #7e6f67;
  white-space: nowrap;
  border-left: 1px solid #e5e0dc;
}

.modal.images-modal .modal-header .header-content .title-section .listing-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #7e6f67;
  font-size: 16px;
  font-weight: normal;
}

.modal.images-modal .modal-header .header-content .title-section .listing-meta .price-item {
  color: #2e241f;
  font-size: 20px;
}

.modal.images-modal .modal-header .header-content .actions-section {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.modal.images-modal .modal-header .header-content .actions-section .add_to_favorites {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  color: #2e241f;
  cursor: pointer;
  transition: all 0.15s ease;
  box-shadow: none;
  line-height: 1.3;
}

.modal.images-modal .modal-header .header-content .actions-section .add_to_favorites:hover {
  border-color: #2e241f4d;
  background: #f2f0ed;
}

.modal.images-modal .modal-header .header-content .actions-section .remove_from_favorites {
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  padding: 8px 18px !important;
}

.modal.images-modal .modal-header .header-content .actions-section .close-modal {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M18 6L6 18M6 6l12 12' stroke='%23888' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / 24px no-repeat;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.2s ease;
  padding: 0;
  text-decoration: none;
  font-size: 0;
  color: transparent;
  margin-left: 0; 
}

.modal.images-modal .modal-header .header-content .actions-section .close-modal i {
  display: none;
}

.modal.images-modal .modal-header .header-content .actions-section .close-modal:hover {
  background-color: rgba(0, 0, 0, 0.06);
  transform: scale(1.1);
}

.modal.images-modal .modal-header .header-content .actions-section .close-modal:active {
  transform: scale(0.95);
}

.modal.images-modal .modal-body-wrapper {
  display: flex;
  flex-direction: row;
  flex: 1;
  overflow-y: auto;
  gap: 24px;
}

.modal.images-modal .modal-body-wrapper .images-grid {
  flex: 1 1 0;
  min-width: 0;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px;
  justify-content: flex-start;
  padding: 0;
  align-content: flex-start;
  overflow: visible !important;
}

.modal.images-modal .modal-body-wrapper .images-grid::after {
  content: '';
  flex-basis: 100%;
  height: 24px;
}

.modal.images-modal .modal-body-wrapper .images-grid .grid-item {
  width: calc(25% - 10px) !important;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  background-color: #e8e8e8;
  flex: 0 0 auto !important;
  height: auto !important;
}

.modal.images-modal .modal-body-wrapper .images-grid .grid-item:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.modal.images-modal .modal-body-wrapper .images-grid .grid-item a {
  display: block !important;
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
}

.modal.images-modal .modal-body-wrapper .images-grid .grid-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}

.modal.images-modal .modal-body-wrapper .images-grid .grid-item:hover a img {
  transform: scale(1.05);
}

.modal.images-modal .modal-sidebar {
  width: 300px;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  align-self: flex-start;
  padding: 0;
}

.modal.images-modal .modal-sidebar .sidebar-card {
  background-color: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
}

.modal.images-modal .modal-sidebar .sidebar-card h3 {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #2e241f;
  margin: 0 0 12px 0;
}

.modal.images-modal .modal-sidebar .detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.modal.images-modal .modal-sidebar .detail-row:last-child {
  border-bottom: none;
}

.modal.images-modal .modal-sidebar .detail-row .detail-label {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.modal.images-modal .modal-sidebar .detail-row .detail-value {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  text-align: right;
}

.modal.images-modal .modal-sidebar .detail-row .detail-value.price {
  font-size: 22px;
  font-weight: 700;
  color: #b73434;
}

/* --- Unprefixed Stage 2 (base fallbacks) --- */

.images-modal {
  background-color: #fff !important;
  padding: 0 !important;
}

.images-modal .modal-content {
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.images-modal .modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-section {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-grow: 1;
  flex-wrap: nowrap;
}

.title-section h1 {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-weight: 600;
  flex-shrink: 0;
}

.listing-meta {
  display: flex;
  gap: 16px;
  color: #666;
  font-size: 14px;
  align-items: center;
  flex-grow: 1;
  padding-left: 24px;
  border-left: 1px solid #e5e0dc;
}

.price-item {
  font-weight: bold;
  color: #000;
  font-size: 20px;
  flex-shrink: 0;
}

.actions-section {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
}

.close-modal {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M18 6L6 18M6 6l12 12' stroke='%23333' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / 24px no-repeat;
  border: none;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  padding: 0;
  margin-left: 20px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.close-modal i {
  display: none;
}

.close-modal:hover {
  background-color: rgba(0, 0, 0, 0.06);
  transform: scale(1.1);
}

.modal-body-wrapper {
  display: flex;
  flex: 1;
  overflow: hidden;
  padding: 24px;
  gap: 20px;
}

.images-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 15px;
  overflow-y: auto;
  padding-right: 10px;
  padding-bottom: 24px;
}

.grid-item {
  overflow: hidden;
  border-radius: 8px;
}

.grid-item:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.grid-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}

.grid-item img:hover {
  transform: scale(1.05);
}

.modal-header .btn {
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.modal-header .btn-default {
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
}

.modal-header .btn-primary {
  background: #b73434;
  border: 1px solid #b73434;
  color: #fff;
}

.modal-sidebar {
  width: 320px;
  flex-shrink: 0;
}

.banner-300x600 {
  width: 300px;
  height: 600px;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #999;
  margin: 0 auto;
}

.banner-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* =============================================================== */
/* GALLERY — STAGE 3: Lightbox (LightGallery)
/* =============================================================== */

.lg-outer {
  background-color: rgba(0, 0, 0, 0.85) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-radius: 0 !important;
}

.lg-outer .lg-close,
.lg-outer .lg-close.lg-icon {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  position: absolute !important;
  right: 16px !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M18 6L6 18M6 6l12 12' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / 24px no-repeat !important;
  border: none !important;
  outline: none !important;
  font-size: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.lg-outer .lg-close:hover {
  background: rgba(255, 255, 255, 0.1) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M18 6L6 18M6 6l12 12' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / 24px no-repeat !important;
  transform: scale(1.1);
}

.lg-outer .lg-close::before,
.lg-outer .lg-close::after {
  content: none !important;
}

.lg-outer .lg-prev,
.lg-outer .lg-next {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  /*border: 1px solid rgba(255, 255, 255, 0.12) !important;*/
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

.lg-outer .lg-prev:hover,
.lg-outer .lg-next:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
  transform: scale(1.05);
}

.lg-outer .lg-prev {
  left: 16px !important;
}

.lg-outer .lg-next {
  right: 16px !important;
}

.lg-next:before {
  display: none;
}

.lg-outer .lg-prev::after {
  content: '' !important;
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  border-style: solid !important;
  border-color: #fff !important;
  border-width: 2px 2px 0 0 !important;
  transform: rotate(-135deg) !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -6px !important;
  margin-left: -2px !important;
}

.lg-outer .lg-next::after {
  content: '' !important;
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  border-style: solid !important;
  border-color: #fff !important;
  border-width: 2px 2px 0 0 !important;
  transform: rotate(45deg) !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -5px !important;
  margin-left: -7px !important;
}

.lg-outer .lg-inner {
  border-radius: 12px !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.lg-outer .lg-item.lg-complete.lg-visible {
  border-radius: 12px !important;
}

.lg-outer .lg-img-wrap {
  border-radius: 12px !important;
  overflow: hidden !important;
  left: 24px !important;
  right: 24px !important;
  width: calc(100% - 48px) !important;
  margin: 0 !important;
}

.lg-outer .lg-img-wrap img {
  border-radius: 12px !important;
}

.lg-outer .lg-sub-html {
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border-radius: 12px !important;
  padding: 10px 16px !important;
  margin-top: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.lg-outer .lg-thumb-outer {
  background-color: rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border-radius: 12px 12px 0 0 !important;
  padding: 8px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.lg-outer .lg-thumb-item {
  border-radius: 8px !important;
  overflow: hidden !important;
  border: 2px solid transparent !important;
  transition: all 0.2s ease !important;
  opacity: 0.6 !important;
}

.lg-outer .lg-thumb-item.active {
  border-color: rgba(255, 255, 255, 0.4) !important;
  opacity: 1 !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2) !important;
}

.lg-outer .lg-thumb-item:hover {
  opacity: 0.85 !important;
}

.lg-outer .lg-toolbar {
  font-family: 'Inter', system-ui, sans-serif !important;
  padding-top: 8px;
}

.lg-outer .lg-icon {
  color: rgba(255, 255, 255, 0.8) !important;
  transition: color 0.2s ease !important;
}

.lg-outer .lg-icon:hover {
  color: #fff !important;
}

.lg-outer .lg-zoom-in,
.lg-outer .lg-zoom-out,
.lg-outer .lg-actual-size {
  display: none !important;
}

.lg-outer .lg-close,
.lg-outer .lg-close.lg-icon {
  position: relative;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  color: #fff !important;
  font-size: 0 !important;
  font-family: system-ui, -apple-system, sans-serif !important;
  line-height: 1 !important;
  transition: all 0.2s ease !important;
}

.lg-outer .lg-close:hover {
  background-color: rgba(255, 255, 255, 0.13) !important;
  /*border-color: rgba(255, 255, 255, 0.15) !important;*/
}

.lg-outer .lg-close::before,
.lg-outer .lg-close::after {
  content: none !important;
}

.lg-outer .lg-current {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-weight: 600 !important;
  color: #fff !important;
}

.lg-outer .lg-total {
  font-family: 'Inter', system-ui, sans-serif !important;
  color: rgba(255, 255, 255, 0.6) !important;
}

.lg-outer .lg-components {
  display: none !important;
}

/* =============================================================== */
/* GALLERY — Responsive
/* =============================================================== */

@media (max-width: 992px) {
  .modal.images-modal .modal-body-wrapper .images-grid .grid-item {
    width: calc(50% - 6px) !important;
    flex: 0 0 calc(50% - 6px) !important;
    aspect-ratio: 4 / 3;
    height: auto !important;
  }
  .modal.images-modal .modal-sidebar {
    width: 280px;
    min-width: 280px;
  }
  .images-modal .modal-content {
    height: auto;
  }
  .product-image-container .main-image-wrapper .slider-counter {
    right: 10px;
  }
  .product-image-container .main-image-wrapper .slick-next {
    right: 10px;
  }
  .product-image-container .main-image-wrapper .slick-prev {
    left: 10px;
  }
}

@media (max-width: 768px) {
  .main-image-wrapper .slick-prev,
  .main-image-wrapper .slick-next {
    display: none !important;
  }

  .main-image-wrapper {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  body, html {
    overflow-x: hidden !important;
    max-width: 100vw;
  }

  .modal.images-modal .modal-content {
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .modal.images-modal {
    align-items: flex-end;
    padding: 0;
  }

  .modal.images-modal .modal-body-wrapper {
    flex-direction: column;
    display: block;
    overflow-y: auto;
  }

  .modal.images-modal .modal-body-wrapper .images-grid {
    padding: 0;
  }

  .modal.images-modal .modal-body-wrapper .images-grid .grid-item {
    width: calc(50% - 6px) !important;
    flex: 0 0 calc(50% - 6px) !important;
    aspect-ratio: 4 / 3;
    height: auto !important;
  }

  .modal.images-modal .modal-body-wrapper .images-grid .grid-item a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .modal.images-modal .modal-sidebar {
    max-width: 100%;
    min-width: auto;
    width: 100%;
  }

  .modal.images-modal .modal-header {
    padding: 12px 16px;
    height: auto;
  }

  .modal.images-modal .modal-header .header-content {
    flex-wrap: wrap;
  }

  .modal.images-modal .modal-header .header-content .title-section {
    display: contents;
  }

  .modal.images-modal .modal-header .header-content .title-section h1 {
    flex: 1;
    font-size: 20px;
    order: 0;
  }

  .modal.images-modal .modal-header .header-content .actions-section {
    order: 1;
  }

  .modal.images-modal .modal-header .header-content .title-section .listing-meta {
    flex-basis: 100%;
    order: 2;
    border-left: none;
    gap: 12px;
    font-size: 14px;
    justify-content: flex-start;
    padding-left: 0;
    margin-left: 0;
  }

  .modal.images-modal .modal-header .header-content .title-section .listing-meta .price-item {
    font-size: 16px;
    margin-left: 0;
  }

  .modal.images-modal .modal-header .title-section h2 {
    font-size: 14px;
  }

  .lg-outer .lg-prev,
  .lg-outer .lg-next {
    width: 36px !important;
    height: 36px !important;
  }
}

@media (max-width: 480px) {
  .modal.images-modal .modal-body-wrapper .images-grid .grid-item {
    width: 100% !important;
    flex: 0 0 100% !important;
    aspect-ratio: auto !important;
  }

  .product-image-container .image-thumbnails-wrapper .thumbnails-grid .thumb-item {
    width: 52px;
    height: 52px;
  }

  .product-image-container .main-image-wrapper .slider-counter {
    font-size: 12px;
    padding: 3px 8px;
  }

  .product-image-container .main-image-wrapper {
    min-height: unset;
    height: auto;
  }

  .product-image-container .main-image-wrapper .slick-list,
  .product-image-container .main-image-wrapper .slick-track,
  .product-image-container .main-image-wrapper .slick-slide {
    height: 100% !important;
  }
}

/* Gallery styles END */


/* =============================================================== */
/* LOGIN
/* =============================================================== */

div.login-box {
  float: none;
  margin: 0 auto;
  clear: both;
}

.panel-intro {
  padding: 40px 0 25px;
}

.panel-intro h2 {
  padding: 0;
}

div.login-box .panel-body {
  padding-left: 20px;
  padding-right: 20px;
}

div.login-box .panel-footer p {
  margin-top: 10px;
}

div.login-box .panel-footer label {
  font-weight: normal;
}

.login-box-btm {
  margin-top: 20px;
  margin-bottom: 20px;
}

.login-box .input-icon i {
  color: #555;
  opacity: 0.6;
  border-right: 1px solid #ccc;
  padding-right: 5px;
}

.input-icon {
  position: relative;
}

.input-icon input {
  padding-left: 45px;
}

.input-icon i {
  font-size: 16px;
  left: 6px;
  line-height: 22px;
  margin-top: -11px;
  position: absolute;
  top: 21px;
}
/* =============================================================== */
/* SIGNUP
/* =============================================================== */
.white-bg {
  background-color: #fff;
}
.p0 {
  padding: 0!important;
}
.pr5 {
  padding-right: 5px!important;
}

.w70 {
  width: 70%!important;
}

.m0 {
  margin: 0!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}

.mb15 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 10px;
}

.mb25 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 10px;
}

.promo-text-box {
  padding: 15px 20px;
}

.promo-text-box h3 {
  margin-top: 10px;
  padding-bottom: 15px;
}

.orange {
  color: #FF9113;
}
.green {
  color: #0EB657;
}
.red {
  color: #FF4514;
}
.error-red {
  color: #a94442!important;
}

.icon-color-1 {
  color: #FF9113;
}

.icon-color-2 {
  color: #E6C840;
}

.icon-color-3 {
  color: #74C29B;
}

/* =============================================================== */
/* POST ADS
/* =============================================================== */


.content-subheading {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 13px 20px;
}

.visible-lg-block {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #468847;
}

.pgray p {
  color: #666;
  font-size: 14px;
}

.alert.pgray p {
  padding-left: 25px;
}

.alert-lg {
  font-size: 22px;
}

/* file uploader */
.qq-uploader { 
  padding: 20px;
  border: 2px dashed gray;
  position: relative;
}
.qq-upload-button-hover {
  opacity:0.8;
}
.qq-upload-drop-area {
  position:absolute; top:0; left:0; width:100%; height:100%; min-height: 85px; z-index:2;
}
.qq-upload-drop-area span {
  display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-list { 
  display: block; 
  list-style:none; 
  margin: auto; 
  margin-top: 10px; 
  padding: 10px; 
  display: none;
}

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel {
    margin-right: 7px;
}
.qq-upload-cancel { display: none; }
.qq-upload-fail { color: #e03838; display: none;}
.qq-upload-fail-text { color: #e03838; display: none;}
.qq-upload-success { color: green; display: none;}
.qq-upload-size { color: #999; }
.qq-upload-file {}
.qq-upload-spinner { display: none;}
ul.qq-upload-photo-list { 
  list-style-type: none; 
  position: relative; 
  display: none; 
  overflow: hidden;
}
ul.qq-upload-photo-list li { 
  position: relative;
  float: left;
  width: 120px;
  height: 125px;
  margin: 0 5px 10px 0;
  padding: 0;
}
.orderUp, .orderDown, .delete, .rotate {
  cursor: pointer;
  padding: 2px 2px; 
  background: rgba(255, 255, 255, .7);
  
}
.delete { 
  color: red; 
  z-index: 100;
}


h2.numFiles { font-size: 1em !important; font-weight: normal !important;
  text-decoration: none !important;border: 0 !important; text-transform: none; text-align: center; margin-top: 10px;}
.uploaded { margin: 0 auto; }
.upload { color: #000000; font-size: 14px; font-weight: bold; text-align: center; }
.select { background: url(../images/upload.gif) no-repeat; width: 60px; height: 54px; margin: 0px auto 0; line-height:1; }
.select.waiting { background: #FFF url(../images/spinner.gif) center center no-repeat; }
select.input-sm { line-height: 1; }

.fileInfo { 
  position: relative;
}

/*UL#ul_files { background: #dee6ea; border: 1px solid #bec6ca; clear: both; display: block; list-style-type: none; padding: 10px 0;  text-align: center; width: 100%; position: relative; min-height: 128px; font-size: 0.825em;  }
* html UL#ul_files  { height: 128px; }
UL#ul_files:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
UL#ul_files LI { float: left; height: 125px; margin: 10px 0; width: 160px; display: inline !important; clear: none !important;}*/
.delete:hover, input.file:hover { cursor: pointer; }
#maincol h2 {text-transform: none !important; }
/* file uploader */

.flex-columns {
  display: flex; 
  justify-content: space-between; 
  flex-wrap: wrap; 
  align-items: baseline;
}

.flex-columns.banklink-buttons {
  padding-top: 10px;
}

.premium-price {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
}




/* =============================================================== */
/* PAGE INTO
/* =============================================================== */

.page-info {
  width: 100%;
  min-height: 94px;

}
/* Page Info */
.page-info {
  color: #fff;
  padding: 60px 0;
}

.page-info i {
  color: #fff;
  font-size: 40px;
  display: block;
}

.page-info h3 {
  padding: 0;
  margin-top: 15px;
  text-transform: uppercase;
}

.iconbox-wrap {
  border-collapse: separate;
  border-spacing: 0;
  display: table;
  height: auto;
  min-height: 40px;
  padding: 15px;
  position: relative;
  text-align: center;
  width: 100%;
}

.iconbox {
  display: table-row;
}

.iconbox-wrap-icon {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.iconbox-wrap-icon .icon {
  height: 60px !important;
  line-height: 60px !important;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle !important;
  width: 60px !important;
  color: #fff;
}

.iconbox-wrap-content {
  display: table-cell;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle;
}
.iconbox-wrap-content a {
  color: #fff;
}
.iconbox-wrap-content a:hover {
  color: #D32222;
}

.iconbox h5 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  padding-bottom: 0;
}

.iconbox-wrap-text {
  color: #aaa;
  font-family: "Roboto Condensed";
  font-size: 16px;
  text-transform: uppercase;
}

@media (max-width:767px) {
  .iconbox-wrap-icon {
    display: block;
    float: left;
    max-width: 80px;
  }

  .iconbox-wrap-content {
    display: block;
    float: left;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
  }
}
/* page-bottom-info */

.page-bottom-info {
  color: #fff;
  background: #e64b4b;
}

.page-bottom-info-inner {
  background-size: cover;
  padding: 75px 0;
}

.page-bottom-info-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-bottom-info-content h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 0;
  position: relative;
}

.color50 {
  opacity: 0.5;
}

@media (max-width:991px) {
  .page-bottom-info-content {
    max-width: 96%;
  }
}
/* =============================================================== */
/* FOOTER
/* =============================================================== */
.footer {
  background: #fff;
  border-top: solid 1px #ddd;
  padding: 30px 0;
  font-size: 12px;
  color: #4e575d;
  letter-spacing: 0.5px;
  min-height: 82px;
}

.footer-nav {
  list-style: none;
}

.footer-nav li h5 {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  font-weight: normal;
  border-left: 1px solid #ddd;
}

.footer-nav li a {
  color: #4e575d;
  font-size: 12px;
  padding: 0 10px;
  text-transform: uppercase;
}

.footer-nav li h5:first-child {
  border-left: 0;
}

@media (max-width:767px) {
  .footer {
    min-height: 120px;
  }
  .footer ul {
    float: none;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .footer ul:last-child {
    margin-top: 20px;
  }
}

@media(max-width:480px) {
  .footer {
    min-height: 150px;
  }
}

/* =============================================================== */
/* USER DASHBOARD
/* =============================================================== */

.userImg {
  border: 1px solid #ddd;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  width: 64px;
}

.header-data {
  margin-top: 10px;
  text-align: right;
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}

.header-data p {
  margin-bottom: 0;
}

.header-data .mcol-right {
  white-space: nowrap;
}

.hdata {
  display: flex;
  flex-direction: row;
}

.mcol-left {
  margin-right: 8px;
}

.hdata i {
  border-radius: 50px;
  box-shadow: 0 0 1px #777 inset;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.hdata span {
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 3px;
  text-align: left;
}

.hdata em {
  display: block;
  color: #666;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

@media (max-width: 767px) {
  .header-data { 
    justify-content: center;
    gap: 2rem;
  }
  .hdata {
    flex-direction: column;
  }
  .hdata .mcol-left {
    margin-right: 0;
  }
  .hdata .mcol-right {
    text-align: center !important;
  }
  .hdata .mcol-right p * {
    text-align: center !important;
  }
}


/* =============================================================== */
/* USER PANEL || ACCOUNT  
/* =============================================================== */
.panel-title {
  padding-bottom: 0;
}

.user-panel-sidebar ul {
  padding: 0;
}

.user-panel-sidebar ul li {
  list-style: none;
}

.user-panel-sidebar ul li h3 {
  font-size: inherit;
  font-weight: normal;
  padding-bottom: 0;
}

.user-panel-sidebar ul li a {
  background: none repeat scroll 0 0 #ffffff;
	/*border-bottom: 1px solid #e1e1e1;*/
  display: block;
  font-family: "Roboto Condensed", "Open Sans", Arial;
  color: #2a3744;
  font-size: 12px;
  height: auto;
  letter-spacing: 0.5px;
  line-height: 26px;
  padding: 5px 10px;
  margin-bottom: 1px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.user-panel-sidebar ul li a:hover, .user-panel-sidebar ul li a:active, .user-panel-sidebar ul li.active a {
  background-color: #2a3744;
  color: #FFFFFF;
}

li.divider {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
  margin-top: 10px;
}

.user-panel-sidebar ul li a.active {
  background-color: #2a3744;
  color: #FFFFFF;
}

.accountContent h3 {
  border-bottom: 1px solid #E6E6E6;
  color: #2A3744;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.25px;
  margin-top: 0;
  padding-bottom: 15px;
}

.userPicinput {
  display: inline-block;
  float: left;
  margin-top: 30px;
}

.userPic {
  display: inline-block;
}

.datepickerInput {
  border: 1px solid #b73434;
  border-radius: 3px;
  color: #666666;
  padding: 7px 12px;
}

.litedver-ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.litedver-ul li:last-child {
  border-bottom: none;
}

.welcome-msg {
  margin-bottom: 30px;
}

.collapse-box {
  margin-bottom: 15px;
}

.collapse-title {
  border-top: 1px solid #e6e6e6;
  color: #2a3744;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 10px;
  padding-top: 15px;
  text-transform: uppercase;
}

.no-border {
  border: none;
}

.collapse-box .badge {
  background-color: #e3e3e3;
  color: #666;
  font-weight: normal;
}
/* statusbar */
.statusbar {
  margin-bottom: 35px;
}

.statusbar p {
  margin-bottom: 0;
}
/* ADD MANAGEMENT */

.add-manage-table {
  font-weight: normal;
}

.table-action {
  display: block;
  margin-bottom: 15px;
}

.table-search .searchpan {
  padding-right: 0;
}

.searchpan input#filter {
  font-size: 12px;
  height: 30px;
}

.table-search .control-label {
  line-height: 16px;
  padding-right: 0;
}

.clear-filter {
  font-size: 11px;
}

table.add-manage-table > tbody > tr > td, table.add-manage-table > tbody > tr > th {
  vertical-align: middle;
}

.add-img-td img {
  max-width: 100px;
}

.price-td {
  font-size: 16px;
}

.action-td .btn {
  clear: both;
}

td.ads-details-td {
  white-space: inherit !important;
  min-width: 160px;
}
/* ADD MANAGEMENT */
#messages .list-group .active {
  background-color: #f5f5f5;
  color: #333;
}
.list-group-unstyle .list-group-item {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: solid 1px #ddd;
}

.list-group-unstyle .list-group-item.active, .list-group-unstyle .list-group-item.active:hover {
  background: #F5F5F5;
  color: #000;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
}

.list-group-unstyle .list-group-item.active a {
  color: #000;
}

.delete-search-result {
  color: #555;
  cursor: pointer;
  font-size: 22px;
  font-weight: lighter;
  margin-right: 5px;
  position: absolute;
  right: 0;
}

.delete-search-result:hover {
  color: #000;
}


.panel-packages {
    position: relative;
    overflow: hidden;
    transition: all .2s ease-in-out;
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    border-radius: 0;
}
.hover-panel:hover {
    transform: scale(1.05);
    box-shadow: 1px 1px 20px rgba(0,0,0,0.25);
}
.panel-packages > .panel-heading {
  color: #fff;
  background-color: #2a3744;
  text-transform: uppercase;
  border-radius: 0;
}
.panel-packages .price {
    font-size: 34px;
    line-height: 34px;
    font-weight: 300;
}
.panel-packages .currency {
    font-size: 21px;
    font-weight: 300;
}
.corner-ribbon {
  width: 226px;
  background: #b73434;
  position: absolute;
  top: 36px;
  right: -65px;
  left: auto;

  -moz-transform: rotate(45deg);  /* Firefox */
  -o-transform: rotate(45deg);  /* Opera */
  -webkit-transform: rotate(45deg);  /* Safari y Chrome */
  transform: rotate(45deg);  /* Safari y Chrome */

  transform-style: "preserve-3d";

  font-size: 10px;
  text-align: center;
  line-height: 25px;
  letter-spacing: 1px;
  color: #f0f0f0;
  box-shadow: 0 0 4px rgba(0,0,0,.3);
}


/* =============================================================== */
/* CONTACT
/* =============================================================== */
.intro-inner {
	width:100%;
	clear:both;
	height:153px;
	overflow:hidden;
}
.social-list {
	margin-top:20px;
}
.social-list a {
	margin-right:10px;
	display:inline-block;
}

.address p {
	margin-bottom:0;
}

/* =============================================================== */
/* ABOUT US
/* =============================================================== */

.inner-page {
	padding-top:60px;
}

.about-intro {
	width:100%;
	height:100%;
	position:relative;
	
}

.social-list {
	margin-top:20px;
}
.social-list a {
	margin-right:10px;
	display:inline-block;
}

.address p {
	margin-bottom:0;
}

.title-1 {
  font-family: Roboto;
  font-weight: 300;
  text-transform: uppercase;
}

.has-lead-para p, .has-lead-para  {

    font-size: 16px;
	font-weight:300;

}

.about-parallax-bottom {
	background:url(../../images/bg3.jpg) center center fixed;
	background-size:cover;
	padding:80px 0;
	display:block;
	clear:both;
	color:#fff;
	
}

.parallaxbox * {
	color:#fff;
}

.parallaxbox p {
    color: #e8eced;
    font-size: 14px;
    font-weight: unset;
    line-height: 18px;
}

.icon-box-wrap {
	margin-bottom:20px;
}


.ln-shadow-box {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 64px;
    height: 80px;
    line-height: 77px;
    overflow: hidden;
    text-align: center;
}

.ln-shadow-radius {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  height: 80px;
  line-height: 77px;
  overflow: hidden;
  text-align: center;
  width: 80px;
}
.ln-shadow-sm {
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
}

.title-4 {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* =============================================================== */
/* CADASTRE FIELD
/* =============================================================== */

.ky-container {
  position: relative;
  display: block;
  margin-top: 4px;
}

.ky-input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
  color: #555;
  display: inline-block;
  font-size: 12px;
  line-height: 1.42857;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 170px;
  height: 43px;
  text-align: center;
}

.ky-input.disabled {
  background-color: #eee;
}

.ky-input.has-badge {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ky-input input.part1, 
.ky-input input.part2, 
.ky-input input.part3 {
  border: none !important;  
  padding: 6px 6px !important;
  height: 43px !important;
  text-align: center !important;
  background-color: transparent !important;
  font-size: 12px !important;
}

.ky-input input.part1:focus, 
.ky-input input.part2:focus, 
.ky-input input.part3:focus,
.ky-input input.part1:focus-visible, 
.ky-input input.part2:focus-visible, 
.ky-input input.part3:focus-visible,
.ky-input input.part1:focus-within, 
.ky-input input.part2:focus-within, 
.ky-input input.part3:focus-within {
  outline: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
} 

.ky-input input.part1 {
  width: 55px;
  padding-right: 5px;
}

.ky-input input.part2 {
  width: 40px;
  padding-left: 5px;
  padding-right: 5px;
}

.ky-input input.part3 {
  width: 50px;
  padding-left: 5px;
}

.ky-input .colon {
  display: inline-block;
}

.button.cadastral-clear {
  display: inline-block;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  padding-top: 12px;
  padding-bottom: 11px;
  margin-left: -4px;
  margin-right: 6px;
  height: 43px;
  line-height: 1.42857;
}

.button.cadastral-clear:hover {
  background-color: #e9e9e9;
  border-color: #c2c2c2;
}

.input-check {
  display: inline-block;
  color: #fff;
  background-color: #2ECC71;
  border: 1px solid #4cae4c;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  padding: 12px 6px 11px 7px;
  margin-left: -4px;
  margin-right: 6px;
  height: 43px;
  line-height: 1.42857;
}

.hide-ky-checkbox {
  margin-top: 5px;
}

.ky-required-error {
  margin-bottom: 5px;
}

.add-new-cadastral {
  margin-top: 6px;
}

/* =============================================================== */
/* POPUP
/* =============================================================== */

.popup {
  position: fixed;
  width: 30%;
  min-width: 260px;
  max-width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5001;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 5000;
}


/* =============================================================== */
/* MY LISTINGS
/* =============================================================== */

.inner-box.no-padding h2 {
  margin: 20px 15px 0;
}


/* FAQ */

.faq-panel .panel-title a::after {
    color: inherit;
    content: "";
    float: right;
    font-family: "FontAwesome";
    font-size: 20px;
}
.faq-panel .panel-title a.collapsed::after {
    content: "";
}

.faq-panel .panel-heading {
	  padding: 20px 25px;
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.white-box {
	padding:10px;
	background:#fff;
	border-radius:3px;
}

.message-table > tbody > tr > td {
    border-top: none!important;
    color: #333;
}

.messages-list {
  border-right: solid 1px #ddd;
  padding-right: 0;
  height: 100%;
  overflow: auto;
}
.messages-list .list-group-item {
  border: none;
  border-radius: 0px;
  border-top: 1px solid #ddd;
}
.messages-list .list-group-item:last-child {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.messages-list .list-group-item:first-child {
  border: none;
  border-radius: 0px;
}
#messages {
  height: 470px;
}
#thread-content {
  height: 100%;
}
#message-bubbles {
  height: 330px;
  overflow: auto;
}
.message {
  padding: 5px;
  margin-top: 10px;
  border-radius: 5px;
  max-width: 70%;
}
.incoming {
  background-color: #eaebed;
}
.outgoing {
  background-color: #f8d1ce;
}

.well-success {
    background-color: #d6e9c6;
    border-color: #E1F0DA;
}

#sihtlaen-rate {
  font-size: 16px;
  font-weight: bold;
}

#captcha1 > div {
  margin: 0 auto;
}
#captcha3 > div {
  margin: 0 auto;
}


/* =============================================================== */
/* MOBILE SELECT
/* =============================================================== */

.mobile-select {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  color: #222;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  padding: 8.5px 15px; 
  text-overflow: clip; 
  z-index: 2; 
  border-radius: 3px; 
  font-size: 12px; 
  padding: 4.5px 15px; 
  width: 100%;
}

/* =============================================================== */
/* CUSTOM RESPONSIVE
/* =============================================================== */


@media (max-width: 991px) {
  .list-title a {
    font-size: 16px;
  }
}


@media (max-width: 979px) {
/* iPads (portrait and landscape) ----------- */
  
  h1 {
    font-size: 24px;
    line-height: 25px;
  }

  h2 {
    font-size: 20px;
    line-height: 24px;
  }

  h3 {
    font-size: 18px;
    line-height: 20px;
  }

  h4 {
    font-size: 16px;
    line-height: 18px;
  }
  
  .page-sidebar {
	  padding:0 5px;
  }
  .inner-box {
	 padding: 20px 12px;
  } 
  .user-panel-sidebar ul li a {
	  padding: 5px 4px;
		font-size: 11px;
  }
  
}

@media (min-width: 768px) {
 /* laptop nad pc ----------- */

  .btn-cat-collapsed {
    position: absolute;
    right: 0;
    text-indent: -9999px;
    opacity: 0;
  }
  .cat-list-gr {
    height: 100px;
  }
  .grid-icon {
    font-size: 40px!important;
    height: 80px!important;
    line-height: 80px!important;
    width: 80px!important;
  }
  .grid-icon:hover {
    font-size: 44px!important;
  }
  .cat-list-gr h3 a, .cat-list-gr h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
.intro {
    height: auto;
    padding-bottom: 20px;
    padding-top: 10px;
  }
	.navbar-default .navbar-nav > li > a.btn-post  {
    color: #fff;
	}
  h1 {
    font-size: 24px;
    line-height: 25px;
  }

  h2 {
    font-size: 20px;
    line-height: 24px;
  }

  h3 {
    font-size: 18px;
    line-height: 20px;
  }

  h4 {
    font-size: 16px;
    line-height: 18px;
  }

  .hidden-xs {
    display: none !important;
    visibility: hidden !important;
  }
  @media (max-width: 767px) {
    .collapse-xs {
      display: none;
    }
  }

  .text-center-xs {
    text-align: center;
  }

  .intro .col-sm-4, .intro .col-sm-8  {
    margin-bottom: 15px;
  }

  .table-action {
    display: block;
    margin-bottom: 15px;
    padding: 15px 15px 0;
  }

  .cat-list {
    margin-bottom: 15px;
  }

  .btn-cat-collapsed {
    position: absolute;
    right: 0;
    top: 10px;
    text-indent: 0;
    opacity: 1;
    cursor: pointer;
  }
  
  .xs-gap {
	  margin-bottom:15px;
 
  }

  .icon-down-open-big {
    display: inherit;
    -ms-transform: rotate(0deg);
 /* IE 9 */
    -webkit-transform: rotate(00deg);
 /* Chrome, Safari, Opera */
    transform: rotate(00deg);
    transition: all 0.3s ease-in;
  }

  .icon-down-open-big.active-panel {
    -ms-transform: rotate(90deg);
 /* IE 9 */
    -webkit-transform: rotate(90deg);
 /* Chrome, Safari, Opera */
    transform: rotate(90deg);
  }
}

@media (max-width: 580px) {
  .page-content .table-bordered {
    border-top: 1px solid #ddd;
  }

  .hdata {
    display: inline-block;
    margin-right: 4px;
    width: 110px;
  }

  .useradmin {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }

  .col-xxs-6 {
    width: 50%;
  }

  .text-center-xxs {
    text-align: center;
  }

  .text-center-480 {
    text-align: center;
  }

  .userImg {
    width: 54px;
  }

  .table-action {
    text-align: center;
  }

  .table-search {
    margin-top: 10px;
    padding: 0;
    width: 100%;
  }

  .header-data {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
  }

  .select-short-by .selecter-selected {
    font-size: 11px;
    padding: 4.5px 8px;
  }

  .tab-filter .select-short-by {
    margin-right: 10px;
    margin-top: 9px;
    min-width: 115px !important;
  }

  .tab-filter .selecter-selected:after {
    right: 4px;
  }

  .tab-filter .selecter-item {
    font-size: 11px;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px;
  }
  .inner-box-narrow {
    padding: 5px 10px!important;
  }
  .search-row-wrapper {
    padding: 20px 0 10px;
  }
}


@media (max-width: 320px) {
  .hdata i {
    border-radius: 50px;
    box-shadow: 0 0 1px #777 inset;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
  }

  .hdata {
    display: inline-block;
    margin-right: 2px;
    width: 70px;
  }
  
  .container, body, html {
	  min-width:300px;
  }
  
}
@media (max-width: 320px) {
	.navbar .container {
		padding-left:5px;
	}
}

@media (max-width: 300px) {
	 .container, body, html {
	  width:300px;
  }
}

/*making readonly a bit similar to disabled*/
input[readonly] {
  cursor: not-allowed;
  color: transparent;
  text-shadow: 0 0 0 #555;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media print {
    .np { 
        display: none;
    }
}

@keyframes pulse {
    0% {
     transform: scale(1, 1);
    }
    50% {
     transform: scale(1.05, 1.05);
    }
    100% {
    transform: scale(1, 1);
    }
}

.pulse-twice {
    animation: pulse .7s linear 2;
}
.alert-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 0 8px 0;
    width: 100%;
    margin: 0;
    background-color: #f0f0f0;
    color: #333;
    text-align: center;
    z-index: 2000;
    border: 0;
    border-top: 2px solid #dadada;
}
.adaptive-frame {
    width: 1px;
    min-width: 100%;
    min-height: 120px;
    /*min-height: 180px;*/
}

/*
div.price-box img, div.media-body span.media-heading img {
  border: 1px solid blue;
}
iframe.adaptive-frame {
  border: 1px solid blue;
}
div.container div.page-content div.text-center iframe {
  border: 1px solid blue;
}
.frontpage-bank-iframe-wrapper iframe {
  border: 1px solid blue;
}*/


.partner-ad-box {
  padding: 8px;
}

#PartnerAds {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 10px;
  margin-top: 1rem;
  overflow: hidden;
  transition: all .35s ease;
}

#PartnerAds[aria-expanded="false"] {
  margin-top: 0;
  opacity: 0;
}

a[href="#PartnerAds"] {
  color: currentColor;
}
a[href="#PartnerAds"] strong {
  color: #b73434;
}
a[href="#PartnerAds"] span {
  transition: opacity .3s ease-out;
}

a[href="#PartnerAds"][aria-expanded="true"] span {
  opacity: 0;
}
a[href="#PartnerAds"][aria-expanded="false"] span {
  opacity: 1;
}

#PartnerAds > .partner-ad {
  display: flex;
  justify-content: center;
  align-items: center;
}

#PartnerAds > .partner-ad--full-cell {
  grid-column: 1 / -1;
}

#PartnerAds > .partner-ad > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 767px) {
  #PartnerAds { grid-template-columns: 1fr; }
}

select option[disabled] {
  display: none;
}




.kv24-panel {
  border: none;
}

.kv24 {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  padding: 10px 16px 14px;
}

.kv24__logo {
  display: block;
  width: auto;
  max-width: 100%;
}

.kv24__title {
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 500;
  color: #000;
  margin: 0 0 8px;
  line-height: 1.2;
}

.kv24__subtitle {
  text-transform: uppercase;
  color: #888;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 14px;
}

.kv24__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.15s;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  font-stretch: semi-condensed;
  text-overflow: ellipsis;
}

.kv24__btn:hover {
  opacity: 0.9;
  text-decoration: none;
}

.kv24__btn--primary {
  background: #e83c45;
  color: #fff;
  text-transform: uppercase;
  gap: 8px;
}

.kv24__btn--primary:hover,
.kv24__btn--primary:focus {
  color: #fff;
}

.kv24__btn--primary img {
  width: 18px;
  height: auto;
}

.kv24__btn--secondary {
  background: #fff;
  color: #333;
  border: 1px solid #aaa;
}

.kv24__btn--secondary:hover {
  background: #f5f5f5;
}

.kv24.small {
  
}

.kv24.small .kv24__logo {
  margin: 0 0 8px -4px;
  width: 155px;
}

.kv24.small .kv24__title {
  font-size: 22px;
}

.kv24.small .kv24__subtitle {
  font-size: 14px;
  margin-bottom: 20px;
}

.kv24.small .kv24__btn {
  width: 100%;
  margin-bottom: 10px;
}

.kv24.small .kv24__btn:last-child {
  margin-bottom: 0;
}

.kv24.large {
  position: relative;
  overflow: hidden;
  min-height: 140px;
  background: #fff url('/images/kv24-bg.jpg') no-repeat right center;
  background-size: 50%;
}

.kv24.large .kv24__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  min-height: 140px;
}

.kv24.large .kv24__header {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.kv24.large .kv24__logo {
  margin-bottom: 12px;
  width: 148px;
  margin-left: -4px;
  margin-top: -4px;
}

.kv24.large .kv24__titles {

}

.kv24.large .kv24__title {
  font-size: 28px;
  margin-bottom: 10px;
}

.kv24.large .kv24__subtitle {
  font-size: 15px;
}

.kv24.large .kv24__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; 
  justify-content: center;
}

.kv24.large .kv24__btn {
  padding: 0 40px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .kv24.large {
    background-image: none;
  }

  .kv24.large .kv24__actions {
    flex-direction: column;
  }

  .kv24.large .kv24__btn {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .kv24.large .kv24__btn {
    padding: 0 8%;
    /*white-space: nowrap;
    overflow: hidden; */
  }
}


.bp-logo-wrapper a {
  overflow: hidden;
}
.bp-logo-wrapper img {
  display: inline;
  max-width: 120px;
  max-height: 50px;
}



/* Google Tag ad column */

@media (min-width:1280px) {
  .container .sidebar-panel.gtag-external-image {
    width: 300px;
  }
}
/*
.bxslider img + .bxslider img {
  filter: blur(4px);
}
.bxslider li:first-child img {
  filter: blur(0);
}
.bxslider li.bx-clone img {
  filter: blur(0);
}
*/
/*
.bxslider img:not(img + img) {
  filter: blur(0) !important;
}*/

/* Or the more intuitive one: */
/*
.bxslider ul > :not(li) + li img, ul > li:first-child img {
  filter: blur(0) !important;
}*/

/**
 * KV24 slick slideri uued stiilid
 */

.slick-list {
  padding: 0 !important;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.kv24-slider.slick-initialized .slick-track {
  margin-left: auto;
  margin-right: auto
}

.kv24-slider.slick-initialized .slick-slide {
  position: relative;
}

.kv24-slider.slick-initialized .slick-slide img {
  filter: blur(6px);
}

.kv24-slider.slick-initialized .slick-slide::after {
  content: "";
  display: block;
  position: absolute;
  width: 250px;
  height: 95px;
  background-image: url("/templates/soov/assets/img/vektor.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}

.kv24-slider.slick-initialized .slick-slide img[data-slide-index="0"] {
  filter: none;
}

.kv24-slider.slick-initialized .slick-slide[data-slick-index="0"]::after {
  border: none;
  background-image: unset;
}

.slick-slide {
  overflow: hidden;
  background-color: #f1f1f1;
}

.slick-slide img {
  margin: auto;
}

.slide-paging {
  background: rgba(0,0,0, .7);
  display: inline-block;
  width: 80px!important;
  height: 20px;
  line-height: 20px;
  font-weight: normal!important;
  position: absolute!important;
  bottom: 5px!important;
  right: 5px!important;
  padding: 0!important;
  color: #fff!important;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
}

.slide-paging li {
  display: none;
}
.slide-paging li.slick-active {
  display: block;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 10;
  background: transparent;
  border: none;
}

.slick-arrow::after {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  color: #fff;
  content: "nexts";
  font-family: fontello;
  font-size: 200%;
  line-height: 1.3;
  opacity: 1;
  padding: 5px;
  position: absolute;
  top: 0;
  text-align: center;
  text-indent: 0;
  opacity: 0;
  transition: all 0.15s ease-in-out 0s;
}

.slick-prev.slick-arrow {
  left: 16px;
}

.slick-prev.slick-arrow::after {
  content: '\e83b';
  left: 0;
}

.slick-next.slick-arrow {
  right: 16px;
}

.slick-next.slick-arrow::after {
  content: '\e83c';
  right: 0;
}

.slick-slider:hover .slick-arrow::after {
  opacity: 1;
}

.listing-filter .listing-filter-col {
  vertical-align: middle;
  /*height: 40px;*/
}

.listing-filter .listing-filter-col .btn {
  white-space: normal;
}

.listing-filter .toggle-kv24 {
  display: inline-block !important;
  margin-top: 3px;
  /*filter: grayscale(1);*/
  /*border: 1px solid #ccc;*/
  padding: 5px 12px;
  border-radius: 3px;
}

.listing-filter .toggle-kv24 img {
  height: 19px !important;
}

.listing-filter .toggle-kv24:hover {
  /*border: 1px solid #999;*/
  opacity: 1;
  background-color: #eee;
}

.listing-filter .toggle-kv24.kv24-active {
  opacity: 1;
  filter: none;
  border-color: #D32222;
  background-color: #eee;
}

.listing-filter .selecter {
  margin-top: 3px;
}

@media all and (max-width: 779px) {
  .listing-filter .listing-filter-col {
    height: 45px;
  }

  .listing-filter .listing-filter-col, 
  .listing-filter .listing-filter-col .btn {
    font-size: 12px;
  }

  .listing-filter .toggle-kv24 {
    padding: 4px 8px 5px;
    font-size: 12px;
  }

  .listing-filter-col-kv24 {
    text-align: right;
  }
  .listing-filter-col-save {
    text-align: left;
  }
}



.frontpage-bank-iframe-wrapper {
  text-align: center;
}

.listing-left-sidebar-mobile-banner {
  transform-origin: top left;
}

@media (min-width:1023px) and (max-width:1319px) {
  .listing-left-sidebar-mobile-banner {
    transform: scale(0.75);
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .listing-left-sidebar-mobile-banner {
    transform: scale(0.59);
  }
}

.radio input[type="radio"] {
  margin-left: -25px;
}

.radio {
  margin-left: 10px;
}

.gallery-magnifier {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -60%);
  opacity: 0;
  transition: all 0.15s ease-in-out 0s;
  pointer-events: none;
}

.product-image:hover .gallery-magnifier {
  opacity: 1;
  transition: all 0.15s ease-in-out 0s;
}

.gallery-magnifier .icon-search {
  font-size: 3.5rem;
  color: #fff;
  background-color: rgba(0,0,0,0.3);
  border-radius: 3px;
}

@media all and (max-width: 779px) {
  .gallery-magnifier {
    opacity: 1;
  }
  .gallery-magnifier .icon-search {
    font-size: 2rem;
  }
}



#filter_suurus .long-list {
  max-height: 140px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 12px;
  line-height: 1.42857;
  padding: 0 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media all and (max-width: 779px) {
  #filter_suurus .long-list {
    max-height: unset;
  }
}

#filter_suurus .long-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  padding: 2px;
}

#filter_suurus .long-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

#filter_suurus .long-list::-webkit-scrollbar-track {
  padding: 2px;
  background-color: #eee;
}

#filter_suurus .long-list input {
  margin-top: 1px;
}

#filter_suurus .long-list .form-group {
  margin-bottom: 0;
}

.row.no-images-ad {
  pointer-events: none;
}

.last-items-block h2.title-2 {
  text-align: left;
}

.last-items-block .inner-box {
  background-color: #eeeeee;
}

.last-items-block .no-margin {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}

.last-items-block .item {
  border: 1px solid #ddd;
  flex: 1 1 calc(16.1% - 8px);
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
}

.last-items-block .item:hover {
  border-color: #D32222;
}

.last-items-block .item:hover a {
  color: #46474E;
}

.last-items-block .img-responsive {
  height: 140px;
  width: 100% !important;
  object-fit: cover;
  background-color: #f2f2f2;
}



.last-items-block .item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: bold;
  padding: 8px;
  color: #333;
}

.last-items-block .price {
  /*padding-top: 8px;*/
  font-size: 20px;
  line-height: 28px; 
  font-weight: normal; 
}

.last-items-block .item-name {
  padding-top: 4px;
  font-size: 16px;  
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  max-width: 178px;
}

.last-items-block .inner-box {
  padding: 14px;
}

.last-items-block .last-items-sub-block { 
  display: flex; 
  flex-wrap: wrap; 
  gap: 16px; 
  justify-content: flex-start; 
}

@media (max-width: 1300px) {
  .last-items-block .item {
    flex: 1 1 calc(17% - 8px);
  }
  .last-items-block .item:nth-child(16),
  .last-items-block .item:nth-child(17),
  .last-items-block .item:nth-child(18) {
    display: none;
  }
  .last-items-block .item-name {
    max-width: 155px;
  }
}

@media (max-width: 1000px) {
  .last-items-block .item {
    flex: 1 1 calc(32% - 8px);
  }
  .last-items-block .item:nth-child(16),
  .last-items-block .item:nth-child(17),
  .last-items-block .item:nth-child(18) {
    display: initial;
  }
  .last-items-block .item-name {
    max-width: 185px;
  }
}

@media (max-width: 700px) {
  .last-items-block .item {
    flex: 1 1 calc(50% - 8px);
  }
  .last-items-block .item-name {
    max-width: 145px;
  }
}

.ad-id {
  display: none 
}

.mingi-class {
  display: none;
}


.modal.images-modal {
  z-index: 1030;
}

.images-modal-opened {
  overflow: hidden;
  pointer-events: none;
}

.images-modal-opened .images-modal,
.images-modal-opened .lg-container {
  pointer-events: all;
}

.images-modal.kv24-images-modal .kv24-last-image, 
.lg-thumb .lg-thumb-item:last-child {
  position: relative;
  overflow: hidden;
}

.images-modal.kv24-images-modal .kv24-last-image img, 
body.kv24-page .lg-container .lg-content .lg-inner .lg-item:last-child img, 
body.kv24-page .lg-thumb .lg-thumb-item:last-child img {
  filter: blur(6px);
  cursor: pointer;
}

.images-modal.kv24-images-modal .kv24-last-image::after, 
body.kv24-page .lg-container .lg-content .lg-inner .lg-item:last-child::after,
body.kv24-page .lg-thumb .lg-thumb-item:last-child::after {
  content: "";
  display: block;
  position: absolute;
  width: 250px;
  height: 95px;
  background-image: url("/templates/soov/assets/img/vektor.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}

body.kv24-page .lg-thumb .lg-thumb-item:last-child::after {
  width: 70px;
  height: 20px;
}

.listing-filter #save_search {
  margin-top: 4px;
  padding: 5px 12px;
  color: #46474E;
}

.listing-filter #save_search:hover {
  background-color: #eee;
  text-decoration: none;
}

.listing-filter #create_alert {
  padding: 5px 12px;
  margin-top: 4px;
}

.moving-image {
  overflow: hidden;
  width: 100%;
}

/*.ru .navbar-toggle > i {
  line-height: 50px;
}*/

.navbar-header:before, 
.navbar-header:after {
  display: none !important;
}

.ru .navbar-toggle span {
  display: none;
}

.ru .item-list.category-view {
  grid-template-columns: 163px auto 200px;
}

@media (max-width:991px) {
  .ru .item-list.category-view {
    grid-template-columns: 132px auto;
  }
}

.ru .list-title {

}

.ru .btn {
  white-space: normal;
}

.ru .listing-filter .listing-filter-col {
  height: unset;
}

#send-message .input-group-btn .btn,
.ru #send-message .input-group-btn .btn {
  white-space: nowrap;
}

.hidden-seo-tag {
  display: none;
}

.toggle-description-title-wrapper {
  margin-bottom: 2rem;
}

.toggle-description-title-button, 
.toggle-description-title-button:focus {
  color: #999;
  font-size: 11px;
  display: inline-block;
}

.toggle-description-title-button .fa {
  font-size: 20px;
  margin-right: .5rem;
  vertical-align: middle;
}

#search {
  display: flex;
  flex-direction: column;
}
#search > * {
  order: 2;
}
#search > #filter_tuup {
  order: 1;
}


.last-items-block h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
}

.last-items-block h3 a {
    color: #333;
    text-decoration: none;
}

.last-items-block h3 a:focus, 
.last-items-block h3 a:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(183, 52, 52, .25);
    border-radius: 3px;
}




/* item-v2 widths for detail page (4 in a row) */

.content-footer .item-v2 {
  flex: 1 1 calc(24% - 8px);
  max-width: calc(24% - 8px);
}

@media (max-width: 1000px) {
  .content-footer .item-v2 {
    flex: 1 1 calc(24% - 8px);
    max-width: calc(24% - 8px);
  }
}

@media (max-width: 700px) {
  .content-footer .item-v2 {
    flex: 1 1 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}

#package-payment .panel-body .btn-bank.adyen {
  margin: 20px auto;
  width: 94% !important;
}

.btn-bank.banklink.adyen {
  margin: 1rem auto;
}

.bottom-area-slots {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 15px 0;
}

.bottom-area-slots .moving-image {
  width: auto;
}
