@charset "UTF-8";
/* 
    Created on : 28.7.2019, 11:02:58
    Author     : Lukáš Oreška (lukasoreska@vytvorweb.cz)
*/
/*@font-face {
    font-family: "DeVinne BT";
    src: url("//db.onlinewebfonts.com/t/ed477e4d9709b11b258aa8fa132b0b36.eot");
    src: url("//db.onlinewebfonts.com/t/ed477e4d9709b11b258aa8fa132b0b36.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/ed477e4d9709b11b258aa8fa132b0b36.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/ed477e4d9709b11b258aa8fa132b0b36.woff") format("woff"), url("//db.onlinewebfonts.com/t/ed477e4d9709b11b258aa8fa132b0b36.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/ed477e4d9709b11b258aa8fa132b0b36.svg#DeVinne BT") format("svg");
}*/
@font-face {
  font-family: "De Vinne Text BT";
  src: url("../../fonts/DeVinneTextBT/@font-face/7811fd08c44f8cfa9135df4d26423534.eot"); /* IE9*/
  src: url("../../fonts/DeVinneTextBT/@font-face/7811fd08c44f8cfa9135df4d26423534.eot?#iefix") format("embedded-opentype"), url("../../fonts/DeVinneTextBT/@font-face/7811fd08c44f8cfa9135df4d26423534.woff2") format("woff2"), url("../../fonts/DeVinneTextBT/@font-face/7811fd08c44f8cfa9135df4d26423534.woff") format("woff"), url("../../fonts/DeVinneTextBT/@font-face/7811fd08c44f8cfa9135df4d26423534.ttf") format("truetype"), url("../../fonts/DeVinneTextBT/@font-face/7811fd08c44f8cfa9135df4d26423534.svg#De Vinne Text BT") format("svg"); /* iOS 4.1- */
}
#advent-calendar {
  display: flex;
  flex-direction: column;
  background-image: url(../images/blog/advent-calendar/background.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  max-width: 1200px;
  min-width: 314px;
  min-height: 1200px;
  align-items: start;
  justify-content: center;
  padding: 0 20px;
}
#advent-calendar .list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#advent-calendar .list .item24-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 314px;
  height: 310px;
  align-content: end;
  justify-content: center;
  align-items: end;
  padding-bottom: 10px;
}
#advent-calendar .list .item24-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 314px;
  height: 310px;
  background-image: url(../images/blog/advent-calendar/circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
#advent-calendar .list .item24-wrapper .item {
  background-image: url(../images/blog/advent-calendar/red-candle.png) !important;
}
#advent-calendar .list .item24-wrapper .item.open {
  background-image: url(../images/blog/advent-calendar/red-candle-litup.png) !important;
}
#advent-calendar .list .top-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  width: min(583px, 100%);
  max-width: 100%;
  height: 350px;
  align-content: end;
  justify-content: center;
  align-items: end;
  padding-bottom: 10px;
}
#advent-calendar .list .top-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: inherit;
  height: inherit;
  background-image: url(../images/blog/advent-calendar/top-row.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  z-index: 1;
}
#advent-calendar .list .bottom-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 350px;
  align-content: end;
  justify-content: center;
  align-items: end;
  padding: 0 20px;
}
#advent-calendar .list .bottom-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: inherit;
  height: inherit;
  background-image: url(../images/blog/advent-calendar/bottom-row.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  z-index: 1;
}
#advent-calendar .list .item24-wrapper .item,
#advent-calendar .list .top-wrapper .item,
#advent-calendar .list .bottom-wrapper .item {
  display: flex;
  align-content: center;
  justify-content: center;
  background-image: url(../images/blog/advent-calendar/candle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 70px;
  height: 194px;
  margin: 0;
  font-family: "De Vinne Text BT";
  font-size: 32px;
  color: #254f13;
}
#advent-calendar .list .item24-wrapper .item:not(.active):not(.open),
#advent-calendar .list .top-wrapper .item:not(.active):not(.open),
#advent-calendar .list .bottom-wrapper .item:not(.active):not(.open) {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#advent-calendar .list .item24-wrapper .item.open,
#advent-calendar .list .top-wrapper .item.open,
#advent-calendar .list .bottom-wrapper .item.open {
  background-image: url(../images/blog/advent-calendar/candle-litup.png);
}
#advent-calendar .list .item24-wrapper .item span,
#advent-calendar .list .top-wrapper .item span,
#advent-calendar .list .bottom-wrapper .item span {
  display: flex;
  position: absolute;
  z-index: 100;
  width: inherit;
  height: inherit;
  align-content: start;
  justify-content: center;
  align-items: start;
  padding-top: 50px;
}
#advent-calendar .list .item24-wrapper .item.active span,
#advent-calendar .list .top-wrapper .item.active span,
#advent-calendar .list .bottom-wrapper .item.active span {
  cursor: pointer;
}
#advent-calendar .list .top-wrapper .item,
#advent-calendar .list .bottom-wrapper .item {
  position: relative;
  bottom: 72px;
}
#advent-calendar .list .top-wrapper .item {
  bottom: 60px;
}
@media (max-width: 991.98px) {
  #advent-calendar .list > div {
    flex-direction: column-reverse !important;
    align-items: center !important;
    align-content: center !important;
  }
  #advent-calendar .list > div.item24-wrapper {
    height: 310px !important;
    align-items: center !important;
    align-content: center !important;
    justify-content: end;
    margin-bottom: 50px;
  }
  #advent-calendar .list > div.item24-wrapper .item {
    margin-bottom: 0 !important;
  }
  #advent-calendar .list > div:not(.item24-wrapper) {
    height: auto !important;
  }
  #advent-calendar .list > div:not(.item24-wrapper)::after {
    background-image: none;
  }
  #advent-calendar .list > div > .item {
    width: 80px !important;
    bottom: 0 !important;
    margin-bottom: 25px !important;
  }
  #advent-calendar .list > div > .item span {
    position: relative !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #advent-calendar .list > div > .item span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 200%;
    height: 50px;
    background-image: url(../images/blog/advent-calendar/top-row.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    margin-left: -50%;
  }
}
@media (max-width: 991.98px) {
  #advent-calendar {
    padding-top: 50px;
  }
}

#advent-calendar-modal {
  font-size: 28px;
  color: #254f13;
}
#advent-calendar-modal .modal-content {
  background-color: rgba(255, 255, 255, 0.8);
}
#advent-calendar-modal .modal-content .modal-header h5 {
  font-family: "De Vinne Text BT";
  font-size: 24px;
}
#advent-calendar-modal .modal-content .modal-body {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#advent-calendar-modal .modal-content .modal-body p {
  display: flex;
  flex-direction: column;
  width: 314px;
  height: 310px;
  background-image: url(../images/blog/advent-calendar/circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 50px;
  text-align: center;
  background-color: transparent !important;
  border: none !important;
}
#advent-calendar-modal .modal-content .modal-body p strong {
  color: #FD4F00;
}

#video_list > .row > div {
  margin-bottom: 30px;
}
#video_list > .row > div h2 {
  color: #FD4F00;
  text-transform: uppercase;
}
#video_list > .row > div h2 a {
  color: #FD4F00;
}
#video_list > .row > div iframe {
  max-width: 100%;
}
#video_list > .row > div .calendar {
  display: none;
}
#video_list > .row > div .text p {
  margin-bottom: 0;
}
#video_list > .row > div .text p:empty {
  display: none;
}
#video_list .code a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
  align-items: center;
  justify-content: center;
}
#video_list .code a img,
#video_list .code a .image {
  width: auto;
  height: 100%;
  max-height: none;
  max-width: none;
}
#video_list .code .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 128, 0, 0.7); /* zelený poloprůhledný div */
  opacity: 0;
  transition: opacity 1.5s ease; /* postupné zobrazení */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
#video_list .code:hover .overlay {
  opacity: 1;
}

#video_detail .video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 50px;
}
#video_detail .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  background-color: #fff;
  font-size: 16px;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

a {
  color: #FD4F00;
}

img {
  max-width: 100%;
}
img:not([src]), img[type=src], img[type=src] {
  display: none !important;
}

strong.important {
  color: #FD4F00;
}

.nav-tabs .nav-item {
  background-color: #FD4F00;
}
.nav-tabs .nav-item a {
  border: 0;
  border-radius: 0;
  color: #fff;
}
.nav-tabs .nav-item a.active {
  color: #FD4F00;
}

.alert p {
  margin-bottom: 0;
}

textarea:hover,
input:not([type=checkbox]):hover,
textarea:active,
input:not([type=checkbox]):active,
textarea:focus,
input:not([type=checkbox]):focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

.cropt-container .cr-boundary {
  width: 100%;
}

.rotate-button {
  cursor: pointer;
}
.rotate-button i, .rotate-button svg {
  color: #FD4F00;
}

#page {
  display: flex;
  min-height: 100dvh;
  flex-direction: column;
}

.container-fluid {
  max-width: 1200px;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5); /* Poloprůhledné černé pozadí */
  z-index: 9999; /* Zajistí, že wrapper bude na vrchu */
}
.loader-wrapper .loader {
  border: 12px solid #f3f3f3; /* Light grey */
  border-top: 12px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

header .container, header .container-fluid {
  position: relative;
  background-color: #fff;
}
header .container .logo, header .container-fluid .logo {
  font-size: 1em;
}
header .container .logo img, header .container-fluid .logo img {
  max-width: none;
  height: 60px;
}
@media (max-width: 991.98px) {
  header .container .logo img, header .container-fluid .logo img {
    max-width: 150px;
    height: auto;
  }
}
header .container .add-advert-button, header .container-fluid .add-advert-button {
  padding: 10px 12px;
  background-color: #2f2f2f;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 20px;
}
header .container .navbar, header .container-fluid .navbar {
  height: 78px;
  padding-bottom: 0;
  z-index: 20;
}
header .container .navbar .navbar-toggler, header .container-fluid .navbar .navbar-toggler {
  padding: 0;
  color: #FD4F00;
}
header .container .navbar .navbar-toggler i, header .container-fluid .navbar .navbar-toggler i {
  font-size: 30px;
}
@media (max-width: 991.98px) {
  header .container .navbar ul, header .container-fluid .navbar ul {
    background-color: rgb(255, 255, 255);
  }
}
header .container .navbar ul li a, header .container-fluid .navbar ul li a {
  text-align: right;
  padding: 30px 15px;
  color: #FD4F00;
}
@media (min-width: 992px) {
  header .container .navbar ul li a, header .container-fluid .navbar ul li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 2px;
    padding: 8px 15px;
  }
}
header .container .navbar ul li a:hover, header .container-fluid .navbar ul li a:hover {
  background: #FD4F00;
  color: #fff;
}
header .container .xs-buttons a, header .container-fluid .xs-buttons a {
  width: 100%;
  margin-bottom: 5px;
  padding-block: 20px;
}
@media (max-width: 1199.98px) {
  header .container .xs-buttons a a, header .container-fluid .xs-buttons a a {
    width: 100%;
  }
}
header .container .cart-info a, header .container-fluid .cart-info a {
  background-color: #FD4F00;
  border-color: #FD4F00;
}

#content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 400px;
}
#content.one-column .container,
#content.one-column .container-fluid {
  padding-top: 30px;
}

#left-column {
  padding-top: 50px;
}
@media (min-width: 992px) {
  #left-column {
    padding-top: 0;
  }
}
#left-column > div {
  height: 100%;
  display: flex;
  padding: 15px 30px;
  background: #f5f5f5;
  color: white;
  align-items: stretch;
  flex-direction: column;
}
#left-column ul {
  border: 0;
  background: transparent;
  padding-top: 0;
  padding-left: 0;
  list-style: none;
}
#left-column ul a {
  color: #FD4F00;
}
#left-column ul ul {
  padding-left: 15px;
}
#left-column .credits {
  padding: 30px 1rem 0;
  color: #000;
}
#left-column .adbox .title {
  display: none;
}

#center-column {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  #center-column {
    padding-top: 30px;
  }
}

#right-column {
  padding-top: 30px;
}

.custom-form {
  margin-bottom: 30px;
  text-align: center;
}
.custom-form.form-inline {
  /*  width: 100%;
    text-align: left;

    &:after {
        clear: both;
    }

    .form-label-group {
        float: left;
        display: block;

        input:not[type=checkbox]:not[type=radio]:not[submit] {
            width: 100%;
        } 
    }
    .separator {
        float: left;
        display: block;
        line-height: 1.5;
        padding: var(--input-padding-y) var(--input-padding-x) !important;
    }

    button, input[type=submit] {
        float: left;
        display: block;
        line-height: 1.5;
        padding: var(--input-padding-y) var(--input-padding-x) !important;
        margin-left: $default_margin/2 !important;
    } 

    @include media-breakpoint-down(sm) {
        >div {
            width: 100%;
        }            
        .form-label-group, .separator, button, input, label, select, textarea{
            float: none;
            display: block;
            width: 100%;
            margin-bottom: 0;
        }
        button, input[type=submit] {
            float: none;
            margin: $default-margin auto 0 !important;
        }
        button.short, input[type=submit].short {
            width: auto;
        }
    }*/
}
.custom-form.border {
  border: 1px solid #B1B1B2;
}
.custom-form.border > div {
  padding: 15px 30px;
}
.custom-form h1 {
  background-color: #FD4F00;
  color: white;
  padding: 15px;
  margin-bottom: 25px;
}
.custom-form img {
  margin-bottom: 30px;
}
.custom-form a {
  display: block;
  color: #FD4F00;
}
.custom-form div.form-check a {
  display: inline;
}
.custom-form label, .custom-form input, .custom-form select, .custom-form textarea {
  text-align: left;
  margin-bottom: 20px;
}
.custom-form input[type=submit],
.custom-form button {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 6px 12px;
  background: #FD4F00;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  border: 0;
  box-shadow: none;
}
.custom-form input[type=submit].short,
.custom-form button.short {
  width: auto;
  margin: 0 auto;
  padding: 6px 24px;
}
.custom-form input[type=submit]:hover,
.custom-form button:hover {
  background: #f7996e;
  cursor: pointer;
}
.custom-form label.compulsory {
  font-weight: 500 !important;
}
.custom-form label.fake-input {
  position: absolute;
  top: 11px;
  left: 12px;
  min-width: 150px;
  height: 24px;
  line-height: 24px;
  margin-top: var(--input-padding-y);
  padding: 0 10px;
  background-color: #FD4F00;
  color: #fff;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.custom-form label.fake-input ~ input[type=file] {
  color: red;
  padding-left: 170px;
}
.custom-form .form-check {
  padding-left: 10px;
  padding-top: 10px;
}
.custom-form .form-check input[type=radio],
.custom-form .form-check input[type=checkbox] {
  display: none;
}
.custom-form .form-check label {
  padding-left: 0;
  margin-bottom: 0;
}
.custom-form .form-check label:before {
  position: relative;
  top: -4px;
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  line-height: 16px;
  text-align: center;
  border: 2px solid #FD4F00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-family: "Font Awesome 5 Free";
}
.custom-form .form-check input[type=radio] + label:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 400;
  border-radius: 50%;
  color: #FD4F00;
  border: 0;
}
.custom-form .form-check input[type=radio]:checked + label:before {
  font-family: "Font Awesome 5 Free";
  content: "\f192";
}
.custom-form .form-check input[type=checkbox]:checked + label::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  font-size: 0.8rem;
  color: #FD4F00;
}
.custom-form .form-check input[type=redio]:checked + label::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  font-size: 0.8rem;
  color: #FD4F00;
}
.custom-form input[type=radio].with-font {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.custom-form input[type=radio].with-font + label:before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f1db";
  letter-spacing: 10px;
  font-size: 1.2em;
  color: #535353;
}
.custom-form input[type=radio].with-font:checked + label:before {
  content: "\f00c";
  font-size: 1.2em;
  color: darkgreen;
  letter-spacing: 5px;
  width: 35px;
}
.custom-form input[type=radio].with-font:focus + label:before {
  font-weight: bold;
  color: orange;
}
.custom-form .select-group {
  min-height: 52px;
  position: relative;
  margin-bottom: 5px;
}
.custom-form .select-group:before {
  position: absolute;
  z-index: 1;
  top: 9px;
  right: 5px;
  width: 24px;
  height: 32px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  border: 2px solid #FD4F00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: "\f063";
  color: #FD4F00;
  line-height: 32px;
  font-weight: 900;
}
.custom-form .select-group select {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent !important;
  /* position: absolute;
   margin-bottom: 0;
   top: 0;
   padding-left: 7px;
   z-index:2;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;*/
}
.custom-form .select-group select:after {
  position: absolute;
  z-index: 0;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 41px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  border: 2px solid #FD4F00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: "\f063";
  color: #FD4F00;
  line-height: 41px;
  font-weight: 900;
}
.custom-form .select-group select::-ms-expand {
  display: none;
}
.custom-form .file-group {
  display: flex;
  flex-direction: row;
  border: 1px solid #ced4da;
  margin-bottom: 1rem;
}
.custom-form .file-group label {
  position: unset;
  overflow: visible;
  width: auto;
  min-width: unset;
  height: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  line-height: unset;
  padding: inherit;
  border-radius: 0.5rem;
}
.custom-form .file-group input {
  display: none;
  visibility: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
}
.custom-form .file-group span {
  display: flex;
  flex-grow: 1;
  position: unset;
  padding-top: 0;
  padding-left: 20px;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
}
.custom-form .twitter-typeahead {
  display: block !important;
  width: 100%;
}
.custom-form .twitter-typeahead label {
  z-index: 3;
}
.custom-form .twitter-typeahead input {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * 0.6666666667);
  padding-bottom: calc(var(--input-padding-y) / 3);
  width: 100%;
}
.custom-form .twitter-typeahead .tt-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid #B1B1B2;
  text-align: left;
}
.custom-form .twitter-typeahead .tt-menu .tt-suggestion {
  cursor: pointer;
}

.narrow-form {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.form-horizontal .row {
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .row > div {
  padding-left: 0;
  padding-right: 0;
}
.small-search-box {
  display: flex;
  padding-block: 20px;
}
.small-search-box input {
  border: 0;
  border: 1px solid #FD4F00;
  border-right: 0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.5rem;
  -webkit-border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.5rem;
  -moz-border-radius-topleft: 0.5rem;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0.5rem;
  font-size: 25px;
  font-weight: 600;
  background-color: transparent;
  padding-bottom: 0 !important;
}
.small-search-box button {
  max-width: 100%;
  margin: 0;
  padding: 5px 48px;
  background-color: #FD4F00;
  border: 1px solid #FD4F00;
  border-top-left-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0.5rem;
  -moz-border-radius-bottomright: 0.5rem;
  -moz-border-radius-bottomleft: 0;
  color: #fff;
  font-size: 18px;
  line-height: 33px;
}

#search-big {
  background-color: #FD4F00;
  padding: 70px 0 70px;
}
@media (max-width: 767.98px) {
  #search-big {
    padding: 40px 0 80px;
  }
}
#search-big .title {
  display: block;
  margin-block: 30px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
#search-big .title:not(:last-of-type) {
  margin-top: 0;
  margin-bottom: 30px;
}
#search-big form {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 0;
}
@media (max-width: 767.98px) {
  #search-big form {
    background-color: transparent;
  }
}
#search-big form.floating-labels .form-label-group.control-focus:not(.file-group) .control-label, #search-big form.floating-labels .form-label-group.control-highlight:not(.file-group) .control-label {
  -webkit-transform: scale(0.65, 0.65) translateY(-18px) translateX(7px);
  transform: scale(0.65, 0.65) translateY(-18px) translateX(7px);
}
@media (max-width: 767.98px) {
  #search-big form.floating-labels .form-label-group.control-focus:not(.file-group) .control-label, #search-big form.floating-labels .form-label-group.control-highlight:not(.file-group) .control-label {
    -webkit-transform: scale(0.65, 0.65) translateY(-8px);
    transform: scale(0.65, 0.65) translateY(-8px);
  }
}
#search-big form .row > div .form-label-group {
  border: 0;
}
@media (min-width: 768px) {
  #search-big form .row > div .form-label-group {
    padding: 5px 8px;
  }
}
#search-big form .row > div input,
#search-big form .row > div label {
  border: 0;
  border-radius: 0;
  font-size: 25px;
  font-weight: 600;
  /* line-height: 37px;
   padding-top: 5px !important;
   padding-bottom: 5px !important;*/
}
#search-big form .row > div input {
  background-color: transparent;
  /* padding-top: 10px !important;*/
  padding-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  #search-big form .row > div input {
    margin-bottom: 5px;
    background-color: #fff;
    /*@include border-radius(18px);*/
  }
}
#search-big form .row > div label {
  color: #B1B1B2;
}
#search-big form .row > div input:not(:placeholder-shown) ~ label {
  /*margin-top: -18px;*/
  /*font-size: 1rem;*/
}
@media (max-width: 767.98px) {
  #search-big form .row > div input:not(:placeholder-shown) ~ label {
    /*margin-top: -12px;*/
  }
}
#search-big form .row > div:first-child input {
  border-right: 1px solid #ddd;
  color: #FD4F00 !important;
}
#search-big form .row > div:nth-child(2) input {
  color: #555 !important;
}
#search-big form .row > div button {
  float: right;
  max-width: 100%;
  margin-top: 2px;
  margin-right: 7px;
  padding: 5px 48px;
  background-color: #FD4F00;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  color: #fff;
  font-size: 18px;
  line-height: 33px;
}
@media (max-width: 767.98px) {
  #search-big form .row > div button {
    float: none;
    display: block;
    width: auto !important;
    margin: 15px auto;
    padding: 3px 25px;
    width: 100%;
    background-color: #fff;
    color: #FD4F00;
    line-height: 25px;
    font-weight: 600;
  }
}

#search-inline {
  background-color: #FD4F00;
  padding: 30px 0 30px;
}
#search-inline .row {
  width: 100%;
  margin-left: -5px;
  margin-right: -5px;
}
#search-inline .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
#search-inline .row > div:first-child input {
  color: #FD4F00;
}
#search-inline input {
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  #search-inline input {
    margin-bottom: 5px;
  }
}
#search-inline label {
  white-space: nowrap;
}
#search-inline button {
  float: right;
  width: 100%;
  margin-top: 0;
  padding: 7px 0;
  background-color: #fff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  color: #FD4F00;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #search-inline button {
    float: none;
    display: block;
    width: auto !important;
    margin: 15px auto;
    padding: 3px 25px;
    width: 100%;
    background-color: #fff;
    color: #FD4F00;
    line-height: 25px;
    font-weight: 600;
  }
}

.statistics {
  position: relative;
  top: -5px;
  margin-bottom: 0;
  padding: 0 16px;
  text-align: right;
}
.statistics > span {
  font-weight: bold;
}
.statistics > span > span {
  font-weight: normal;
}
@media (max-width: 991.98px) {
  .statistics {
    margin-block: 25px 0px;
  }
}

.itembox .title {
  display: none;
}
.itembox .title img {
  max-width: 100%;
}
.itembox ul {
  margin-bottom: 0;
  list-style: none;
}
.itembox ul li {
  margin: 0 auto 15px;
  text-align: center;
}

.affil-link table {
  width: 100%;
  border: 1px solid #B1B1B2;
}
.affil-link table thead tr th {
  background-color: #B1B1B2;
  color: #fff;
  padding: 5px;
  border: 1px solid #B1B1B2;
}
.affil-link table tbody tr td, .affil-link table tbody tr th {
  padding: 5px;
  border: 1px solid #B1B1B2;
}

footer {
  background-color: #B1B1B2;
  border-top: 1px solid #555;
  color: #fff;
}
footer .container > div, footer .container-fluid > div {
  padding: 20px 0;
}
footer .container > div .title, footer .container-fluid > div .title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
footer .container > div a, footer .container-fluid > div a {
  color: #fff;
}
footer .container > div ul, footer .container-fluid > div ul {
  margin: 0;
  padding: 0;
}
footer .container > div ul li, footer .container-fluid > div ul li {
  list-style: none;
}
footer .container #copyright, footer .container-fluid #copyright {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

/* PAGES */
#big-tile-list ul,
.big-tile-list ul {
  padding: 0;
}
#big-tile-list ul li,
.big-tile-list ul li {
  display: block;
  margin-bottom: 30px;
  height: 130px;
}
@media (max-width: 767.98px) {
  #big-tile-list ul li,
  .big-tile-list ul li {
    height: auto;
  }
}
#big-tile-list ul li.highlited .inside,
.big-tile-list ul li.highlited .inside {
  border: 3px solid #FD4F00;
}
#big-tile-list ul li .inside,
.big-tile-list ul li .inside {
  height: 100%;
  border: 1px solid #B1B1B2;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 10px;
  text-align: center;
}
#big-tile-list ul li .inside > .row > div:first-child,
.big-tile-list ul li .inside > .row > div:first-child {
  text-align: left;
}
#big-tile-list ul li .inside img,
.big-tile-list ul li .inside img {
  border: 0;
  margin: 0;
  padding: 0;
}
#big-tile-list ul li .inside h2,
.big-tile-list ul li .inside h2 {
  overflow: hidden;
  /*white-space: nowrap;*/
}
#big-tile-list ul li .inside h2 a,
.big-tile-list ul li .inside h2 a {
  color: #FD4F00;
  font-size: 18px;
  font-weight: 600;
}
#big-tile-list ul li .inside .sub-list,
.big-tile-list ul li .inside .sub-list {
  min-height: 44px;
}
#big-tile-list ul li .inside .sub-list h3,
.big-tile-list ul li .inside .sub-list h3 {
  display: block;
  margin: 0;
  color: #B1B1B2;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
#big-tile-list ul li .inside .sub-list h3:not(:last-child):after,
.big-tile-list ul li .inside .sub-list h3:not(:last-child):after {
  content: ", ";
}
#big-tile-list ul li .inside .sub-list a,
.big-tile-list ul li .inside .sub-list a {
  color: #B1B1B2;
}

.list-div .item {
  position: relative;
  border: 1px solid #9a9a9a;
  margin-bottom: 5px;
}
.list-div .item.highlight > div {
  background: rgb(255, 218, 205);
  background: linear-gradient(0deg, rgb(255, 218, 205) 0%, rgb(255, 255, 255) 75%);
}
.list-div .item .thumbnail {
  display: block;
  padding: 15px;
}
.list-div .item .thumbnail video,
.list-div .item .thumbnail img {
  max-width: 100%;
}
.list-div .item h2 {
  height: 29px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 50px;
  font-size: 24px;
}
.list-div .item h2 a {
  color: #FD4F00;
  font-weight: 400;
}
.list-div .item .text {
  margin-bottom: 20px;
  padding-right: 50px;
  color: #B1B1B2;
}
.list-div .item .info {
  margin: 0;
  padding: 0;
}
.list-div .item .info li {
  min-height: 24px;
  list-style: none;
  color: #FD4F00;
}
.list-div .item .info li.price {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.list-div .item .info li.original_price {
  color: #B1B1B2;
  text-decoration: line-through;
}

.list-box > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.list-box > .row > div {
  aspect-ratio: 1/1.44;
  padding-left: 5px;
  padding-right: 5px;
}
.list-box .item {
  margin-bottom: 15px;
}
.list-box .item:empty {
  display: none;
}
.list-box .item.is_vip > div:before, .list-box .item.top > div:before {
  position: absolute;
  top: 30px;
  right: 0;
  padding: 0 12px;
  content: "TOP";
  background-color: #FD4F00;
  color: #fff;
  font-size: 18px;
  z-index: 2;
}
.list-box .item.top > div:before {
  content: "TOP";
}
.list-box .item.highlight > div {
  background: rgb(255, 218, 205);
  background: linear-gradient(0deg, rgb(255, 218, 205) 0%, rgb(255, 255, 255) 75%);
}
.list-box .item .verified,
.list-box .item .timecountdown {
  display: block;
  min-height: 15px;
  font-size: 10px;
  color: #000;
}
.list-box .item div:has(.views) {
  display: flex;
  justify-content: end;
}
.list-box .item .views {
  font-size: 10px;
}
.list-box .item > div {
  position: relative;
  height: auto;
  min-height: 100%;
  padding: 10px;
  border: 1px solid #9a9a9a;
  margin-bottom: 5px;
}
.list-box .item > div .row {
  height: 100%;
}
.list-box .item > div.itembox {
  padding: 0;
}
.list-box .item > div.itembox ul {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.list-box .item > div.itembox ul li {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.list-box .item > div.itembox ul li:not(:first-of-type) {
  display: none;
}
.list-box .item > div.itembox ul li a {
  display: flex;
  align-items: start;
  height: 100%;
  width: 100%;
}
.list-box .item > div.itembox ul li img {
  display: block;
  height: auto;
  width: auto;
  object-fit: contain;
}
.list-box .item .thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #FD4F00;
}
.list-box .item .thumbnail img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.list-box .item h2 {
  height: 46px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
}
.list-box .item h2 a {
  color: #FD4F00;
  font-weight: 400;
}
.list-box .item .text {
  height: 126px;
  overflow-y: hidden;
  margin-bottom: 20px;
  color: #B1B1B2;
  font-size: 14px;
}
.list-box .item .info {
  margin: 0;
  padding: 0;
}
.list-box .item .info li {
  min-height: 24px;
  list-style: none;
  color: #000;
}
.list-box .item .info li.price {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.list-box .item .info li.price .row {
  padding: 0;
  margin: 0;
}
.list-box .item .info li.price .row > div {
  padding: 0;
}
.list-box .item .info li.price .row > div.state-2 {
  background-color: #FD4F00;
  color: #fff;
}
.list-box .item .info li.price .row > div.state-1 {
  background-color: #000;
  color: #fff;
}
.list-box .item .info li.price .row > div:last-of-type {
  display: flex;
  text-align: right;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
.list-box .item .info li.original_price {
  color: #B1B1B2;
  text-decoration: line-through;
  font-size: 16px;
  line-height: 16px;
  min-height: 18px;
}
.list-box .item .cart-form {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2px;
}
.list-box .item .cart-form input {
  padding: 5px;
  height: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.list-box .item .cart-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 5px;
  background-color: #FD4F00;
  border-color: #FD4F00;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-table h2 {
  padding: 0 !important;
  margin: 0;
  color: #FD4F00;
  font-size: 1rem;
}
.list-table h2 a {
  color: #FD4F00;
}
.list-table a {
  color: #FD4F00;
}

.pagination {
  float: right;
  margin-top: 30px;
  margin-bottom: 0;
}
.pagination li {
  background-color: #f7996e;
}
.pagination li.disabled {
  background-color: #B1B1B2;
}
.pagination li.active {
  background-color: #FD4F00;
}
.pagination li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
}

@media (max-width: 991.98px) {
  .vip-wrapper {
    margin-bottom: 20px;
  }
}
.vip-wrapper:not(:empty) {
  margin-bottom: 40px;
}
.vip-wrapper .item:before {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 0 12px;
  content: "VIP";
  background-color: #FD4F00;
  color: #fff;
  font-size: 18px;
}

.categorylist .title {
  display: none;
}
.categorylist ul {
  list-style: none;
  padding-left: 10px;
}
.categorylist ul li a {
  color: #FD4F00;
}

#toggle-category {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
}
#toggle-category .categorylist {
  margin: 0 auto;
  width: 400px;
  border: 1px solid #B1B1B2;
  background-color: #fff;
}
#toggle-category button {
  padding-left: 45px;
  padding-right: 45px;
  border: 1px solid #B1B1B2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  background-color: #fff;
  color: #FD4F00;
}

.item-detail #wm-bz-adrspp-response-price-form-button {
  background-color: black;
  color: white;
  border: 0;
}
.item-detail .fb-share-button {
  top: -6px;
}
.item-detail .cart-form input[type=submit] {
  background-color: #FD4F00;
  border-color: #FD4F00;
}
.item-detail .gallery {
  padding: 0;
  margin-bottom: 20px;
}
.item-detail .gallery .thumbnail-list a i, .item-detail .gallery .thumbnail-list a svg,
.item-detail .gallery .preview > div a i,
.item-detail .gallery .preview > div a svg {
  font-size: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(24px, 16px);
  color: #000;
  opacity: 0.5;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}
.item-detail .gallery .thumbnail-list a:hover i, .item-detail .gallery .thumbnail-list a:hover svg,
.item-detail .gallery .preview > div a:hover i,
.item-detail .gallery .preview > div a:hover svg {
  opacity: 1;
}
.item-detail .gallery .preview {
  height: 350px;
}
@media (max-width: 991.98px) {
  .item-detail .gallery .preview {
    height: 250px;
  }
}
.item-detail .gallery .preview > div {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #c5d6dd;
  text-align: center;
}
.item-detail .gallery .preview > div a {
  display: block;
  width: 100%;
  height: 100%;
}
.item-detail .gallery .preview > div a video,
.item-detail .gallery .preview > div a img {
  /*max-width: 100%;
  max-height: 100%;*/
  width: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  height: 100%;
}
.item-detail .gallery .thumbnail-list {
  padding: 0 30px;
  background-color: #fff;
}
.item-detail .gallery .thumbnail-list a {
  position: relative;
  text-align: center;
}
.item-detail .gallery .thumbnail-list a i, .item-detail .gallery .thumbnail-list a svg {
  transform: translate(10px, 11px);
  padding: 2px;
  border-radius: 5px;
  font-size: 15px;
}
.item-detail .gallery .thumbnail-list a:first-child video,
.item-detail .gallery .thumbnail-list a:first-child img {
  margin-left: 0;
}
.item-detail .gallery .thumbnail-list a video,
.item-detail .gallery .thumbnail-list a img {
  width: auto;
  height: 120px;
  margin: 5px;
}
.item-detail .gallery .thumbnail-list .slick-prev:before {
  color: #FD4F00;
  font-size: 28px;
  margin-left: -4px;
}
.item-detail .gallery .thumbnail-list .slick-next:before {
  color: #FD4F00;
  font-size: 28px;
  margin-left: -2px;
}
.item-detail #gallery-carousel {
  width: 80%;
  margin: 0 auto 20px;
}
@media (max-width: 991.98px) {
  .item-detail #gallery-carousel .slick-track {
    height: 300px;
  }
}
.item-detail #gallery-carousel a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 300px !important;
  text-align: center;
}
.item-detail #gallery-carousel a img {
  width: 100%;
  max-height: 300px !important;
  margin: 0 auto;
  object-fit: contain;
}
.item-detail #gallery-carousel .slick-prev:before {
  color: #1C4A8E;
}
.item-detail #gallery-carousel .slick-next:before {
  color: #1C4A8E;
}
.item-detail .informations.on-bottom {
  margin-bottom: 50px;
}
.item-detail .informations .border {
  margin-bottom: 20px;
  padding: 15px;
}
.item-detail .informations ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.item-detail .informations ul li {
  font-weight: 600;
  line-height: 20px;
}
.item-detail .informations ul li.price {
  color: #FD4F00;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  white-space: nowrap;
}
.item-detail .informations ul li.original_price {
  color: #B1B1B2;
  text-decoration: line-through;
}
.item-detail .informations ul li.region {
  margin-bottom: 10px;
}
.item-detail .informations ul li span {
  font-weight: 400;
}
.item-detail .informations ul li span:after {
  content: ": ";
}
.item-detail .informations .response {
  display: inline-block;
  width: 100%;
}
.item-detail .informations .price-response {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.item-detail .response #wm-bz-adrsp-response-form-button,
.item-detail .add_to_favourites,
.item-detail .del_from_favourites,
.item-detail .print_button,
.item-detail .send_by_email_button,
.item-detail .report_button,
.item-detail .link_to_payment,
.item-detail .link_to_delete,
.item-detail .link_to_edit {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #B1B1B2;
  border: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.item-detail .link_to_payment {
  background-color: #FD4F00;
  color: #fff;
  font-weight: bold;
}
.item-detail .link_to_edit {
  width: 80%;
  float: right;
  background-color: #FD4F00;
  color: #fff;
}
.item-detail .add_to_favourites,
.item-detail .del_from_favourites {
  display: none;
  width: 100%;
}
.item-detail .response #wm-bz-adrsp-response-form-button:hover,
.item-detail .add_to_favourites:hover,
.item-detail .del_from_favourites:hover,
.item-detail .print_button:hover,
.item-detail .send_by_email_button:hover,
.item-detail .report_button:hover,
.item-detail .link_to_payment:hover,
.item-detail .link_to_edit:hover {
  cursor: pointer;
  text-decoration: underline;
}
.item-detail h1 {
  margin-bottom: 0;
}
.item-detail .infolist {
  font-size: 14px;
}
.item-detail .infolist > span {
  float: left;
  display: inline-block;
}
.item-detail .infolist > span:not(:last-of-type):after {
  content: ",";
  margin-right: 5px;
}
.item-detail .infolist > span > span {
  margin-right: 5px;
}
.item-detail .infolist:after {
  display: block;
  clear: both;
}
.item-detail .description {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1rem;
}

.tariff-sms-list h2 {
  color: #fff;
  background-color: #FD4F00;
  padding: 7.5px 15px;
}
.tariff-sms-list h3 {
  color: #FD4F00;
}
.tariff-sms-list .price-text {
  display: block;
}

.payment-wrapper {
  width: 100%;
  margin-bottom: 60px;
  /*h2:first-of-type {
      display: none;
  } */
}
.payment-wrapper h2 {
  color: #fff;
  background-color: #FD4F00;
  padding: 7.5px 15px;
}
.payment-wrapper .payment_gates, .payment-wrapper .gate-list {
  display: block;
}
.payment-wrapper hr + hr {
  display: none;
}
.payment-wrapper .row {
  margin-left: -15px;
  margin-right: -15px;
}
.payment-wrapper .row:first-of-type {
  margin-bottom: 15px;
  background: #f7996e;
  color: #fff;
  font-weight: 600;
  margin-left: 0;
  margin-right: 0;
}
.payment-wrapper .row:first-of-type label {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.payment-wrapper .row > div {
  padding-left: 15px;
  padding-right: 15px;
}
.payment-wrapper .row:not(.payment_gates) .form-group {
  margin-bottom: 0;
}
.payment-wrapper .row:not(.payment_gates) > div {
  padding-top: 0;
}
.payment-wrapper .row:not(.payment_gates) > div:nth-last-of-type(2) {
  text-align: right;
  font-weight: bold;
}
.payment-wrapper .row:not(.payment_gates) > div > div {
  padding: 0 10px;
}
.payment-wrapper .row:not(.payment_gates) b {
  color: #FD4F00;
  font-size: 1.3rem;
}
.payment-wrapper .gate-list {
  display: none;
}
.payment-wrapper .total-price-wrapper > div {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.payment-wrapper .total-price-wrapper > div:nth-child(2n) {
  text-align: right;
}
.payment-wrapper .total-price-wrapper > div:nth-child(5), .payment-wrapper .total-price-wrapper > div:nth-child(6) {
  display: block;
}
.payment-wrapper > div:last-of-type {
  text-align: center;
}
.payment-wrapper > div:last-of-type button {
  width: auto;
  margin: 0 auto;
  padding: 6px 24px;
  background-color: #FD4F00;
  color: #fff;
  border: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 1.2rem;
}
.payment-wrapper .check-payment {
  margin-bottom: 0;
}
.payment-wrapper .check-payment tr th, .payment-wrapper .check-payment tr td {
  padding: 10px;
}
.payment-wrapper .check-payment tr td:nth-child(2) {
  text-align: right;
}
.payment-wrapper .check-payment-total-price {
  margin-bottom: 15px;
  padding: 0 10px;
  background-color: #fff;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}
.payment-wrapper .sms-box > div {
  padding: 10px;
  background-color: #ffdbcf;
}
.payment-wrapper .sms-box > div p {
  padding: 5px 10px;
  margin-bottom: 0;
}
.payment-wrapper .sms-box > div p.region {
  display: inline-block;
  color: #e4000e;
}
.payment-wrapper .sms-box > div p.phone {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
.payment-wrapper .sms-box > div p.price {
  display: inline-block;
}
.payment-wrapper .sms-box .sms .shape {
  font-size: 2rem;
  font-weight: 600;
}

.login-box form input {
  color: #FD4F00 !important;
}
.login-box form .show-passwd, .login-box form .hide-passwd {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.login-box form .show-passwd.hide-passwd, .login-box form .hide-passwd.hide-passwd {
  display: none;
}

#registration-form img {
  max-width: 100%;
  max-height: 250px;
}
#registration-form p {
  font-size: 1rem;
  /*color: $secondary_color;*/
}
#registration-form .g-recaptcha {
  margin: 15px 0;
}

#user-info .dynamic-rating-wrapper a,
#user-info .static-rating-wrapper a {
  color: #FD4F00;
  text-decoration: none;
}
#user-info .dynamic-rating-wrapper a :hover,
#user-info .static-rating-wrapper a :hover {
  color: #FD4F00;
}
#user-info h2 {
  padding-top: 30px;
}

/* Editation */
.editation h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #FD4F00;
  background-color: transparent;
}
.editation form.border h1 {
  margin-top: 0;
  margin-bottom: 30px;
}
.editation#response-list nav[role=nav] {
  border-right: 1px solid #FD4F00;
}
.editation#response-list nav[role=nav] ul {
  padding: 0;
  list-style: none;
}
.editation#response-list nav[role=nav] ul a {
  color: #FD4F00;
}
.editation#response-list .item {
  padding: 15px;
  background-color: #f5f5f5;
}
.editation#response-list .item .sender, .editation#response-list .item .email {
  font-weight: 600;
}
.editation#response-list .item .response_list_item_date {
  display: block;
  margin-bottom: 15px;
}
.editation#response-list .item a {
  padding: 0;
  margin-right: 10px;
}
.editation#response-list .item a:nth-of-type(3) {
  color: #FD4F00;
}
.editation#response-list .item a i {
  margin-right: 10px;
}
.editation#gallery-wrapper iframe {
  width: 1px;
  height: 1px;
  border: 0;
}
.editation#gallery-wrapper .image-info {
  display: none;
}
.editation#gallery-photo-list h2 {
  text-align: center;
  color: #FD4F00;
}
.editation#gallery-photo-list > div {
  margin-bottom: 30px;
}
.editation#gallery-photo-list > div:has(.video) .rotate-img {
  visibility: hidden;
}
.editation#gallery-photo-list > div > div {
  padding: 15px;
  border: 1px solid #FD4F00;
  text-align: center;
}
.editation#gallery-photo-list > div > div video,
.editation#gallery-photo-list > div > div img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 150px;
}
.editation#gallery-photo-list > div > div a {
  color: #FD4F00;
}
/* Insert Advert - step 1 */
#insert-item-form h1 ~ h2 {
  margin-bottom: 30px;
  color: #FD4F00;
  font-size: 1.2rem;
}

.main-category-list {
  margin-bottom: 30px;
}
.main-category-list > ul > li {
  cursor: pointer;
}
.main-category-list > ul > li.active > div {
  border: 1px solid #FD4F00 !important;
}
.main-category-list > ul > li h3 {
  font-size: 1.3rem;
}
.main-category-list > ul ~ h2 {
  display: none;
  color: #FD4F00;
  margin-top: 30px;
}
.main-category-list .item-sublist li {
  height: auto !important;
  margin-bottom: 0 !important;
}
.main-category-list .parent-list li {
  display: inline-block !important;
  color: #FD4F00;
  font-weight: 600;
}
.main-category-list .parent-list li:not(:last-child):after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 600;
  border-radius: 50%;
  color: #FD4F00;
  border: 0;
  padding: 0 10px;
}

/* *** POLL LIST *** */
.poll {
  margin: 30px 0;
}
.poll .question {
  display: block;
  font-size: 20px;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 2px #f2f2f2;
  background-color: #f5f5f5;
  text-decoration: none;
}
.poll p {
  margin-top: 10px;
  margin-bottom: 0;
  cursor: pointer;
}

/* *** CAROUSEL *** */
.carousel-control-prev {
  width: auto;
  margin-left: -25px;
}

.carousel-control-next {
  width: auto;
  margin-right: -25px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}
.carousel-control-prev-icon span,
.carousel-control-next-icon span {
  color: #FD4F00;
  font-size: 2rem;
}

.carousel-indicators {
  bottom: -40px;
  filter: invert(1);
}

.page-terms ol:not([type=a]) {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.page-terms ol:not([type=a]) > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.page-terms ol:not([type=a]) > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.page-terms li ol:not([type=a]) > li {
  margin: 0;
}
.page-terms li ol:not([type=a]) > li:before {
  content: counters(item, ".") " ";
}
.page-terms h1 {
  text-align: center;
}
.page-terms h2 {
  margin-top: 20px;
}
.page-terms ol li {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

/*# sourceMappingURL=complete_style.css.map */
