@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}

@font-face {
  font-family: "HelveticaNeueLT Pro 55 Roman";
  src: url("../fonts/HelveticaNeueLTPro-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
 *  Remodal - v1.0.7
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  color: #000;
  transform: translate3d(0, 0, 0);
  background: #fff;
}
.remodal.map-dealers #map {
  height: 450px;
  margin-bottom: 15px;
}

.remodal-header {
  width: 100%;
  padding: 12px;
  text-align: left;
  position: relative;
}
.remodal-header h1 {
  width: 90%;
  font-size: 18px;
  font-weight: 600;
  color: #ad0600;
}
.remodal-header .remodal-close {
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  overflow: visible;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #fff;
  border: 0;
  outline: 0;
  background: #ad0600;
}
.remodal-header .remodal-close:hover,
.remodal-header .remodal-close:focus {
  background: #7a0400;
}
.remodal-header .remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  content: "×";
  text-align: center;
}

.remodal-body {
  text-align: left;
  padding: 0 12px 12px;
}
.remodal-body p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0.5em;
}
.remodal-body .footer_info {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #e2e2e2;
  font-size: 12px;
  line-height: 1.4;
  color: #555;
}
.remodal-body .footer_info br {
  content: "";
  display: block;
  margin-bottom: 4px;
}
.remodal-body .col-md-6 {
  margin-bottom: 25px;
}
.remodal-body h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #000;
}
.remodal-body .button {
  background-color: #ad0600;
  color: #fff;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: bold;
  transition: 0.2s;
  margin: 0 auto;
  width: auto;
  outline: none;
  text-decoration: none;
}
.remodal-body .button:hover {
  background-color: #840500;
}
.remodal-body .button .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  fill: #fff;
  vertical-align: -2px;
}
.remodal-body img {
  max-width: 100%;
  height: auto;
  display: block;
}
.remodal-body table th, .remodal-body table td {
  border-top: 0;
  font-size: 14px;
  color: #000;
}
.remodal-body table tr:nth-child(odd) {
  background-color: #eceded;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media (min-width: 46.25em) {
  .remodal {
    max-width: 90%;
  }
}
@media (min-width: 81.25em) {
  .remodal {
    max-width: 1024px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 835px;
}
.lt-ie9 .remodal.remodal-wide {
  width: 1000px;
}

@media (max-width: 27.49em) {
  .remodal-header h1 {
    font-size: 18px;
  }
  .remodal-body .products-cart .b-row {
    margin-bottom: 12px;
  }
  .remodal-body .products-cart .b-row .cell:nth-child(odd) {
    background-color: #eceded;
  }
}
.button_base, .load_control button {
  outline: none;
  border: 0;
  background: #ad0600;
  color: #fff;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  padding: 0 20px;
  display: inline-block;
  margin: 0;
}
.button_base .fa, .load_control button .fa {
  margin-right: 5px;
}
.button_base:hover, .load_control button:hover {
  background: #7a0400;
}

.load_control {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  display: flex;
  flex-flow: row nowrap;
}
.load_control button {
  display: block;
  margin-left: 10px;
  padding: 0 16px;
}

.system_selection_control {
  margin: 20px 0;
  height: 30px;
}
.system_selection_control select {
  margin: 0;
  height: 30px;
  padding: 0 8px;
  line-height: 30px;
  max-width: 200px;
}

#tcapp_screen_1 {
  display: flex;
  flex-flow: row wrap;
}

#tcapp_s1_shape {
  flex: 0 0 280px;
  margin-right: 24px;
}
@media (max-width: 46.24em) {
  #tcapp_s1_shape {
    margin: 0 0 12px 0;
    flex: 0 0 100%;
  }
}

#tcapp_s1_info {
  flex: 1 0 280px;
  display: flex;
  flex-flow: column;
}
@media (max-width: 46.24em) {
  #tcapp_s1_info {
    flex: 0 0 100%;
  }
}
#tcapp_s1_info .info {
  margin-bottom: 24px;
}
#tcapp_s1_info .footer {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #e2cfcf;
  font-size: 12px;
  color: #777;
}
#tcapp_s1_info .footer p {
  font-size: 12px;
  color: #777;
}

.shape {
  padding: 10px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.shape .comp_fail {
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(173, 6, 0, 0.32), 0 0 0 1px rgba(173, 6, 0, 0.08);
  margin: 10px 0 0;
  padding: 10px;
  font-size: 12px;
}
.shape .disabled_input {
  background: rgb(235, 235, 228);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px;
  font-size: 12px;
  width: 100%;
  display: block;
  color: rgba(0, 0, 0, 0.5);
}
.shape .data_input {
  font-size: 12px;
}
.shape .data_input ._r:not(:last-child) {
  margin-bottom: 5px;
}
.shape .data_input label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.shape .data_input label ._lv {
  display: block;
  flex: 0 0 25%;
}
.shape .data_input label ._lv span:after {
  content: ":";
}
.shape .data_input label ._fi {
  flex: 0 0 75%;
  display: flex;
  flex-flow: row nowrap;
}
.shape .data_input label ._iw {
  display: block;
  margin-left: 8px;
}
.shape .data_input .quick_est label ._lv {
  flex: 0 0 50%;
}
.shape .data_input .quick_est label ._fi {
  flex: 0 0 50%;
}
.shape .data_input .quick_est label ._iw {
  flex-basis: calc(100% - 8px);
}
.shape .data_input input,
.shape .data_input select {
  width: 100%;
  padding: 4px;
  font-size: 12px;
  font-family: "HelveticaNeueLT Pro 55 Roman", sans-serif;
  flex: 0 0 100%;
  display: block;
  height: 29px;
}
.shape .data_input select {
  width: 80px;
}
.shape .data_input select {
  padding: 2px;
}
.shape.fail {
  background: #fff;
}
.shape.add {
  background: #cfe2cf;
}
.shape.sub {
  background: #e2cfcf;
}
.shape .elabel {
  width: calc(100% - 60px);
}
.shape .info {
  margin-bottom: 16px;
  line-height: 16px;
  cursor: help;
}
.shape .info .shape_type {
  font-size: 12px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.shape .info_circle {
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
  position: relative;
}
.shape .info_circle .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.grand_total {
  font-size: 18px;
  font-weight: bold;
}

.cinput_slope .hidden {
  display: none;
}

.critical-fail {
  margin: 1em 0;
  border: 1px solid #f00;
  padding: 1em;
  font-size: 12px;
}

#tcapp .ops button {
  position: relative;
}
#tcapp .loading {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 50%;
  margin-left: 4px;
  animation: loader_anim 0.4s linear infinite;
}

@keyframes loader_anim {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#tcapp_result_tables {
  margin: 10px 0;
  font-size: 13px;
}
#tcapp_result_tables h2 {
  display: block;
  font-size: 1.3em;
  margin: 0.83em 0;
}
#tcapp_result_tables table {
  margin-bottom: 10px;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
#tcapp_result_tables th, #tcapp_result_tables td {
  font-size: 13px;
  padding: 8px;
}
#tcapp_result_tables th {
  background: #ad0600;
  color: #fff;
}
#tcapp_result_tables th:nth-child(1) {
  width: 180px;
}
#tcapp_result_tables th:nth-child(2) {
  width: 446px;
}
#tcapp_result_tables th:nth-child(3),
#tcapp_result_tables th:nth-child(4),
#tcapp_result_tables th:nth-child(5) {
  width: 160px;
}
#tcapp_result_tables .system_info th:nth-child(4) {
  width: 320px;
}
#tcapp_result_tables tr:nth-child(2n) td {
  background: #f6f6f6;
}
#tcapp_result_tables tr:nth-child(2n+1) td {
  background: #efefef;
}
#tcapp_result_tables tr td.units.editable, #tcapp_result_tables tr td.discount_type, #tcapp_result_tables tr td.discount_value {
  padding: 0;
  background: #cfe2cf;
}
#tcapp_result_tables tr td.subtotal_label, #tcapp_result_tables tr td.subtotal {
  background: #92b4f2;
}
#tcapp_result_tables tr td.units .cb {
  vertical-align: -2px;
  float: right;
  width: auto;
}
#tcapp_result_tables .discount_value .hidden {
  display: none;
}
#tcapp_result_tables td {
  width: 100px;
  line-height: 1.1;
}
#tcapp_result_tables td.name {
  text-align: left;
  min-width: 200px;
}

#tcapp_grand_total {
  border-top: 1px solid #000;
  margin: 10px 0 0;
  padding: 10px 0;
  text-align: right;
}
#tcapp_grand_total ._l {
  display: inline-block;
}
#tcapp_grand_total ._v {
  display: inline-block;
}
#tcapp_grand_total .total {
  font-size: 20px;
  font-weight: bold;
}

#iBasket {
  width: 100%;
  height: inherit;
}

.remodal-body {
  font-size: 13px;
}
.remodal-body.shopping-cart > div > div > p.title, .remodal-body.products-cart > div > div > p.title {
  font-size: 13px;
  padding-right: 120px;
}
.remodal-body.shopping-cart .button, .remodal-body.products-cart .button {
  font-family: "HelveticaNeueLT Pro 55 Roman", sans-serif;
  background-color: #ad0600;
  color: #fff;
  padding: 0 8px;
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  transition: 0.2s;
  margin: 0;
  outline: 0;
  text-decoration: none;
}
.remodal-body.shopping-cart #btnDeleteAll, .remodal-body.products-cart #btnDeleteAll {
  position: absolute;
  top: 0;
  right: 12px;
}
.remodal-body .table-footer {
  margin-top: 16px;
}
.remodal-body .table-footer::after {
  clear: both;
  content: "";
  display: block;
}
.remodal-body .table-footer p {
  display: block;
  float: left;
  width: 48%;
}
@media (max-width: 46.24em) {
  .remodal-body .table-footer p {
    width: 100%;
    text-align: center;
  }
}
.remodal-body .table-footer ul {
  display: block;
  float: right;
  padding: 0;
  margin: 0;
  width: 48%;
  text-align: right;
}
@media (max-width: 46.24em) {
  .remodal-body .table-footer ul {
    text-align: center;
    width: 100%;
  }
}
.remodal-body .total {
  text-align: right;
  font-weight: 700;
  margin-top: 4px;
  padding-top: 4px;
  margin-bottom: 4px;
  border-top: 1px solid #e2e2e2;
  width: 48%;
  margin-left: auto;
}
.remodal-body .total .pull-right {
  font-size: 18px;
  margin: 0;
  float: none;
}
@media (max-width: 46.24em) {
  .remodal-body .total {
    width: 100%;
    text-align: center;
  }
}
.remodal-body .total + .pull-right {
  float: none;
  text-align: right;
}
@media (max-width: 46.24em) {
  .remodal-body .total + .pull-right {
    text-align: center;
  }
}
.remodal-body .products-cart {
  margin-top: 12px;
}
.remodal-body .products-cart > br {
  display: none;
}
.remodal-body .products-cart .b-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  position: relative;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 46.24em) {
  .remodal-body .products-cart .b-row {
    padding: 0;
    flex-flow: column nowrap;
    border: 1px solid #e2e2e2;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
}
.remodal-body .products-cart .b-row .remove {
  font-weight: bold;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  padding: 0 4px;
  color: #000;
  cursor: pointer;
  transition: 0.2s;
  z-index: 999;
}
.remodal-body .products-cart .b-row .remove:hover {
  background: #ad0600;
  color: #fff;
}
.remodal-body .products-cart .b-row + .b-row {
  border-top: 0;
}
.remodal-body .products-cart .cell {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  flex: 1 0 0;
  text-align: center;
  border-left: 1px solid #e2e2e2;
  position: relative;
  padding: 4px;
}
.remodal-body .products-cart .cell:first-of-type {
  border-left: 0;
  flex: 250px 0 0;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 46.24em) {
  .remodal-body .products-cart .cell {
    display: block;
  }
}
.remodal-body .products-cart .cell .mobile-collapse {
  display: none;
}
@media (max-width: 46.24em) {
  .remodal-body .products-cart .cell.cart-collapse {
    display: none;
  }
}
.remodal-body .products-cart .cell p {
  display: block;
  margin: 0;
}
.remodal-body .products-cart .cell p sup {
  font-size: 11px;
}
.remodal-body .products-cart .cell p.small {
  font-size: 11px;
}
@media (max-width: 46.24em) {
  .remodal-body .products-cart .cell p {
    font-weight: bold;
  }
}
.remodal-body .products-cart .cell span sup {
  font-size: 10px;
}
.remodal-body .products-cart .cell .head {
  font-weight: bold;
}
.remodal-body .products-cart .cell .head br {
  content: " ";
  display: inline;
  margin-right: 4px;
}
.remodal-body .products-cart .cell .cant_calc {
  display: block;
  width: 100%;
}
.remodal-body .products-cart .cell .cant_calc .flex_to_block {
  height: auto;
  width: auto;
}
.remodal-body .products-cart .cell .cant_calc input {
  width: 50px;
}
.remodal-body .products-cart .cell input {
  width: 50px;
  margin: 0 auto;
  text-align: center;
}
.remodal-body .products-cart .cell .img {
  display: block;
  flex: 48px 0 0;
  margin-right: 4px;
}
.remodal-body .products-cart .cell .price {
  font-size: 16px;
  font-weight: bold;
}
.remodal-body .products-cart .cell h3 {
  font-size: 13px;
  font-weight: bold;
  order: 1;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 46.24em) {
  .remodal-body .products-cart .cell {
    border-bottom: 1px solid #e2e2e2;
    border-right: 0;
    padding: 4px 0;
  }
  .remodal-body .products-cart .cell:last-child {
    border-bottom: 0;
  }
}
.remodal-body .products-cart .title {
  font-family: "HelveticaNeueLT Pro 55 Roman", sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
  padding-top: 8px;
}

@media (min-width: 61.25em) {
  [id^=modalRecommend_] {
    max-width: 842px;
  }
}
[id^=modalRecommend_] .remodal-body {
  overflow-x: auto;
}
[id^=modalRecommend_] .table-responsive {
  width: 794px;
}
[id^=modalRecommend_] .d_inline {
  width: 33.3333333333%;
  float: right;
  padding: 8px 0;
  border: 1px solid #fff;
}
[id^=modalRecommend_] .d_inline:nth-child(3n+2) {
  flex: 0 0 34%;
}
[id^=modalRecommend_] .d_inline tr:nth-child(even) {
  background-color: #eceded;
}
[id^=modalRecommend_] .d_inline tr:nth-child(odd) {
  background-color: #fff;
}
[id^=modalRecommend_] .d_inline td {
  position: relative;
  padding: 12px;
}
[id^=modalRecommend_] .d_inline td .product-img {
  width: 220px;
  margin: 0 auto;
}
[id^=modalRecommend_] .d_inline td .product-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
[id^=modalRecommend_] .d_inline td.bold_and_red {
  font-weight: bold;
  color: #ad0600;
}
[id^=modalRecommend_] .avantaj {
  width: 90px;
  height: 90px;
  display: block;
  position: absolute;
  right: -10px;
  top: 50px;
  z-index: 999;
  background-color: #ad0600;
  border-radius: 50%;
  padding: 3px;
}
[id^=modalRecommend_] .avantaj p {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[id^=modalRecommend_] .product {
  text-align: center;
}
[id^=modalRecommend_] .product-footer .price span {
  font-size: 14px;
}
[id^=modalRecommend_] .product-footer .price p {
  display: block;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-align: left;
}
[id^=modalRecommend_] .product-footer .price p sup {
  font-size: 14px;
}
[id^=modalRecommend_] .product-head {
  margin-bottom: 15px;
}
[id^=modalRecommend_] .product-head h2 {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
}
[id^=modalRecommend_] .product-head a {
  color: #000;
  font-size: 14px;
}
[id^=modalRecommend_] .product-head a:hover {
  text-decoration: none;
  color: #ad0600;
}
[id^=modalRecommend_] .info .icon {
  width: 22px;
  height: 22px;
  vertical-align: -5px;
  display: inline-block;
}
[id^=modalRecommend_] .info .svg_icon {
  width: 22px;
  height: 22px;
}
[id^=modalRecommend_] .info h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
[id^=modalRecommend_] .info p {
  font-size: 16px;
  line-height: 23px;
  color: #000;
}
[id^=modalRecommend_] .recommend {
  background-color: #eceded;
  border-bottom: 8px solid #fff;
}

[data-remodal-id=added_cart] .remodal-body > .text-center > .button {
  margin-top: 12px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-family: "HelveticaNeueLT Pro 55 Roman", sans-serif;
  min-height: 100%;
  min-width: 100%;
}

div#body {
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}

.clearfix:after, #bottom-info:after, .meta-wrap .meta-box > .body .input-row:after, .meta-wrap .meta-box > .body .title:after, .general-wrapper:after {
  content: " ";
  display: table;
  clear: both;
  float: none;
}

.general-wrapper {
  position: relative;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.general-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 61.25em) and (max-width: 81.24em) {
  .general-wrapper {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  .general-wrapper::after {
    clear: both;
    content: "";
    display: block;
  }
}

.b-row {
  display: block;
}
.b-row::after {
  clear: both;
  content: "";
  display: block;
}

#home-block-info {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 40.291369653%;
}
#home-block-info:last-child {
  margin-right: 0;
}
#home-block-info > .heading {
  background-color: #ef7d22;
  padding: 12px;
  margin-bottom: 30px;
}
#home-block-info > .heading span {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
#home-block-info > .heading span .icon {
  display: inline-block;
  vertical-align: text-bottom;
  fill: #fff;
  height: 32px;
  width: 32px;
}
#home-block-info > .heading span .icon .svg_icon {
  height: 32px;
  width: 32px;
}
#home-block-info > .info {
  margin-bottom: 20px;
  display: table;
}
#home-block-info > .info i.fa {
  color: #ad0600;
  display: table-cell;
}
#home-block-info > .info p {
  display: table-cell;
  padding-left: 20px;
  line-height: 22px;
  font-size: 16px;
}
@media (max-width: 61.24em) {
  #home-block-info > .info p {
    font-size: 14px;
    padding-left: 10px;
  }
}
@media (max-width: 46.24em) {
  #home-block-info > .info > .heading span {
    font-size: 22px;
  }
  #home-block-info > .info > .heading span .icon {
    display: inline-block;
    vertical-align: text-bottom;
    fill: #fff;
    height: 28px;
    width: 28px;
  }
}
@media (max-width: 46.24em) {
  #home-block-info {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
  }
  #home-block-info:last-child {
    margin-right: 0;
  }
}

#home-block-help {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 57.3509783236%;
}
#home-block-help:last-child {
  margin-right: 0;
}
#home-block-help > .heading {
  padding: 12px 0;
  margin-bottom: 2px;
}
#home-block-help > .heading span {
  font-size: 25px;
  font-weight: bold;
  color: #000;
}
#home-block-help > .blocks {
  display: block;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
#home-block-help > .blocks::after {
  clear: both;
  content: "";
  display: block;
}
#home-block-help > .blocks .block {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
  background-color: #eceded;
  position: relative;
  z-index: 0;
  overflow: hidden;
  flex: 1 0 100px;
}
#home-block-help > .blocks .block:last-child {
  margin-right: 0;
}
#home-block-help > .blocks .block a.animated-box-h {
  text-decoration: none;
  padding: 16px;
  position: relative;
  display: block;
  border-bottom: 2px solid #ad0600;
  min-height: 100%;
  z-index: 0;
}
#home-block-help > .blocks .block a.animated-box-h:hover:before {
  top: 0;
}
#home-block-help > .blocks .block a.animated-box-h:hover:after {
  display: none;
}
#home-block-help > .blocks .block a.animated-box-h:hover .heading .icon {
  fill: #fff;
}
#home-block-help > .blocks .block a.animated-box-h:hover .heading p {
  color: #fff;
}
#home-block-help > .blocks .block a.animated-box-h:hover .text-wrapper:before {
  left: 15px;
}
#home-block-help > .blocks .block a.animated-box-h:hover .text-wrapper .text p {
  color: #fff;
}
#home-block-help > .blocks .block a.animated-box-h:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ad0600;
  position: absolute;
  bottom: 0;
  left: 16px;
}
#home-block-help > .blocks .block a.animated-box-h:before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/assets/box_bg_hover.png") right 92% no-repeat #ad0600;
  background-size: 85% 70%;
  min-height: 100%;
  min-width: 100%;
  top: 100%;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
#home-block-help > .blocks .block a.animated-box-h > .heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 81.24em) {
  #home-block-help > .blocks .block a.animated-box-h > .heading {
    flex-wrap: wrap;
  }
}
#home-block-help > .blocks .block a.animated-box-h > .heading img {
  flex-grow: 1;
  flex-shrink: 0;
  margin-right: 8px;
}
#home-block-help > .blocks .block a.animated-box-h > .heading > .icon {
  flex: 0 0 72px;
  margin-right: 8px;
  fill: #7e7e7e;
  transition: all 0.6s;
}
#home-block-help > .blocks .block a.animated-box-h > .heading > .icon .svg_icon {
  width: 72px;
  height: 72px;
}
#home-block-help > .blocks .block a.animated-box-h > .heading p {
  flex-grow: 1;
  color: #111;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.6s;
}
@media (max-width: 61.24em) {
  #home-block-help > .blocks .block a.animated-box-h > .heading p {
    font-size: 16px;
    text-align: center;
  }
}
#home-block-help > .blocks .block a.animated-box-h > .text-wrapper {
  display: block;
  padding-bottom: 15px;
  overflow: hidden;
}
#home-block-help > .blocks .block a.animated-box-h > .text-wrapper:before {
  font-family: "FontAwesome";
  position: absolute;
  bottom: 5px;
  left: -100px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  content: "\f067";
  display: block;
  transition: all 0.5s;
}
#home-block-help > .blocks .block a.animated-box-h > .text-wrapper .text p {
  font-size: 16px;
  color: #2e201d;
  line-height: 24px;
  transition: all 0.6s;
}
@media (max-width: 61.24em) {
  #home-block-help > .blocks .block a.animated-box-h > .text-wrapper .text p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}
@media (max-width: 46.24em) {
  #home-block-help {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
  }
  #home-block-help:last-child {
    margin-right: 0;
  }
  #home-block-help .block {
    margin-bottom: 5px;
  }
  #home-block-help > .heading span {
    font-size: 22px;
  }
}

#enter-map {
  text-align: center;
  max-width: 600px;
  margin: auto;
}
#enter-map svg {
  width: 100%;
  height: 100%;
}
#enter-map svg path {
  stroke: white;
  stroke-opacity: 1;
  stroke-width: 1;
  fill: #BCBCBC;
  transition: 0.1s;
  cursor: pointer;
}
#enter-map svg path:hover {
  fill: #ad0600;
}
#enter-map svg text {
  pointer-events: none;
  fill: #fff;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 61.24em) {
  .mobile-hide {
    display: none;
  }
}

.tooltipster-base .tooltipster-box {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-radius: 0 !important;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.12) !important;
}

.tipster-content {
  display: none;
}
.tipster-content h2 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.tipster-content p {
  font-size: 12px;
  color: #000;
  line-height: 22px;
}

a {
  color: #ad0600;
  cursor: pointer;
}
a:hover {
  color: #7a0400;
}

#support {
  position: fixed;
  top: 30%;
  left: -38px;
  z-index: 99;
}
@media (max-width: 61.24em) {
  #support {
    display: none;
  }
}
#support a {
  display: block;
  background-color: #ad0600;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  padding: 10px 18px;
  transform: rotate(-90deg);
  transition: 0.2s;
}
#support a:hover {
  text-decoration: none;
  background-color: #840500;
}

.svg_icon #hide {
  display: none;
}
.svg_icon svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.logo-big-wrap {
  width: 100%;
  display: block;
  margin-top: 60px;
}
.logo-big-wrap .logo-big {
  float: right;
  display: block;
  width: 320px;
}
@media (max-width: 46.24em) {
  .logo-big-wrap .logo-big {
    float: none;
    clear: both;
    margin: auto;
    width: 280px;
  }
}
.logo-big-wrap .logo-big img {
  max-width: 100%;
  height: auto;
  display: block;
}

.meta-wrap {
  margin-top: 100px;
}
.meta-wrap.meta-thanks {
  width: 80%;
  margin: 100px auto;
  margin-bottom: 400px;
}
@media (max-width: 61.24em) {
  .meta-wrap.meta-thanks {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.meta-wrap .meta-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 20px;
}
.meta-wrap .meta-flex .meta-box {
  flex: 1 0;
}
.meta-wrap > .heading {
  margin-bottom: 45px;
}
.meta-wrap > .heading h3 {
  font-size: 30px;
  font-weight: bold;
  color: #ad0600;
}
.meta-wrap .meta-box > .heading {
  margin-bottom: 45px;
}
.meta-wrap .meta-box > .heading h3 {
  font-size: 30px;
  font-weight: bold;
  color: #ad0600;
}
.meta-wrap .meta-box > .body {
  background-color: #f4f4f4;
  padding: 20px;
  display: block;
  height: 100%;
}
.meta-wrap .meta-box > .body.body-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
.meta-wrap .meta-box > .body.body-thanks {
  padding: 60px;
  text-align: center;
}
.meta-wrap .meta-box > .body.body-thanks strong {
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
}
.meta-wrap .meta-box > .body.body-thanks .input-row {
  margin-top: 40px;
}
.meta-wrap .meta-box > .body.body-thanks .meta-btn {
  margin: auto;
}
@media (max-width: 46.24em) {
  .meta-wrap .meta-box > .body.body-thanks {
    padding: 30px;
  }
  .meta-wrap .meta-box > .body.body-thanks strong {
    font-size: 18px;
  }
}
.meta-wrap .meta-box > .body > .icon {
  flex: 0 0 32px;
}
.meta-wrap .meta-box > .body > .icon i {
  font-size: 25px;
  color: #ad0600;
}
.meta-wrap .meta-box > .body > .wrap {
  flex: 1 0;
}
.meta-wrap .meta-box > .body > .wrap p {
  font-size: 18px;
  line-height: 23px;
}
.meta-wrap .meta-box > .body > .wrap p strong {
  font-weight: bold;
}
.meta-wrap .meta-box > .body .title {
  border-bottom: 1px solid #a4a4a4;
  padding-bottom: 15px;
  margin-bottom: 30px;
  overflow: auto;
}
.meta-wrap .meta-box > .body .title h3 {
  color: #2e201d;
  font-size: 22px;
  font-weight: bold;
  float: left;
}
.meta-wrap .meta-box > .body .title .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: text-bottom;
}
.meta-wrap .meta-box > .body .title .right {
  float: right;
}
.meta-wrap .meta-box > .body .title .right p {
  display: inline-block;
}
.meta-wrap .meta-box > .body .input-row {
  margin-bottom: 20px;
  clear: both;
}
.meta-wrap .meta-box > .body .input-row input {
  width: 100%;
  border: 0;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
}
.meta-wrap .meta-box > .body .meta-btn {
  position: relative;
  outline: none;
  display: block;
  max-width: 240px;
  background-color: #ad0600;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  padding: 20px;
  padding-right: 40px;
  transition: 0.2s;
  text-align: left;
}
.meta-wrap .meta-box > .body .meta-btn:hover {
  background-color: #990500;
}
.meta-wrap .meta-box > .body .meta-btn:after {
  content: "";
  right: 10px;
  top: 50%;
  position: absolute;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-left-color: #fff;
  border-width: 8px;
  margin-top: -8px;
}
.meta-wrap .meta-box > .body .products .b-row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #a4a4a4;
}
.meta-wrap .meta-box > .body .products .b-row .left {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 74.4105869942%;
}
.meta-wrap .meta-box > .body .products .b-row .left:last-child {
  margin-right: 0;
}
.meta-wrap .meta-box > .body .products .b-row .left p {
  display: inline-block;
  margin-right: 35px;
  font-size: 18px;
}
.meta-wrap .meta-box > .body .products .b-row .right {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
  float: right;
}
.meta-wrap .meta-box > .body .products .b-row .right:last-child {
  margin-right: 0;
}
.meta-wrap .meta-box > .body .products .b-row .right p {
  text-align: right;
}
.meta-wrap .meta-box > .body .products .total {
  clear: both;
  float: right;
  text-align: right;
  margin-bottom: 30px;
}
.meta-wrap .meta-box > .body .products .total p {
  color: #2e201d;
  font-size: 20px;
  font-weight: bold;
}
.meta-wrap .meta-box.meta-box-6 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
}
.meta-wrap .meta-box.meta-box-6:last-child {
  margin-right: 0;
}
@media (max-width: 46.24em) {
  .meta-wrap .meta-box.meta-box-6 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    margin-bottom: 40px;
  }
  .meta-wrap .meta-box.meta-box-6:last-child {
    margin-right: 0;
  }
}
.meta-wrap .meta-box.meta-box-4 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
}
.meta-wrap .meta-box.meta-box-4:last-child {
  margin-right: 0;
}
@media (max-width: 46.24em) {
  .meta-wrap .meta-box.meta-box-4 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    margin-bottom: 40px;
  }
  .meta-wrap .meta-box.meta-box-4:last-child {
    margin-right: 0;
  }
}

#bottom-info {
  margin-top: 15px;
  width: 100%;
}
#bottom-info .info-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
#bottom-info .info-block .icon {
  flex: 0 0 24px;
}
#bottom-info .info-block .text {
  margin-left: 8px;
  flex: 0 1 285px;
}
#bottom-info .info-block .text p {
  font-size: 13px;
}

.products-table {
  display: block;
  width: 100%;
  color: #000;
}
.products-table .table-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}
@media (max-width: 46.24em) {
  .products-table .table-header {
    display: none;
  }
}
.products-table .cell {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: relative;
}
.products-table .cell p {
  font-size: 16px;
}
@media (max-width: 81.24em) {
  .products-table .cell p {
    font-size: 12px;
  }
}
.products-table .cell-prop,
.products-table .cell-pret {
  flex: 0 0 15%;
  border-left: 1px solid #000;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.products-table .cell-prop p,
.products-table .cell-pret p {
  display: inline-block;
  padding: 8px;
  margin-right: 8px;
}
.products-table .cell-prop p a,
.products-table .cell-pret p a {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.products-table .cell-name {
  flex: 1 0 15%;
}
.products-table .tipster {
  position: absolute;
  bottom: -8px;
  right: 8px;
  height: 22px;
  width: 22px;
  cursor: pointer;
  text-align: left;
}
.products-table .tipster .icon {
  height: 22px;
  width: 22px;
}
.products-table .tipster .svg_icon {
  height: 22px;
  width: 22px;
}
.products-table .table-body {
  border-top: 4px solid #ad0600;
  margin-top: 25px;
  background-color: #eceded;
}
@media (max-width: 46.24em) {
  .products-table .table-body {
    border-top: 0;
  }
}
.products-table .table-body .cell-pret {
  border-left: 1px solid #c2c3c3;
}
.products-table .table-body .cell-pret p {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
}
.products-table .table-body .cell-pret p sup {
  font-size: 14px;
}
.products-table .table-body .cell-pret p.old-price {
  font-size: 16px;
  text-decoration: line-through;
  font-weight: normal;
}
.products-table .table-body .cell-pret button {
  background-color: #ad0600;
  color: #fff;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.2s;
}
.products-table .table-body .cell-pret button:hover {
  background-color: #840500;
}
.products-table .table-body .cell-pret button .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  fill: #fff;
  vertical-align: -2px;
}
.products-table .table-body .cell-pret button .svg_icon {
  width: 18px;
  height: 18px;
}
@media (max-width: 81.24em) {
  .products-table .table-body .cell-pret p {
    font-size: 18px;
  }
  .products-table .table-body .cell-pret p sup {
    font-size: 11px;
  }
  .products-table .table-body .cell-pret p.old-price {
    color: #777;
    font-size: 13px;
  }
  .products-table .table-body .cell-pret button {
    padding: 6px;
    font-size: 14px;
    font-weight: normal;
  }
  .products-table .table-body .cell-pret button .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
  }
  .products-table .table-body .cell-pret button .svg_icon {
    width: 14px;
    height: 14px;
  }
}
.products-table .b-row {
  padding: 16px 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}
.products-table .b-row:nth-child(even) {
  background-color: #fff;
}
@media (max-width: 46.24em) {
  .products-table .b-row {
    padding: 0;
    display: block;
    border-top: 4px solid #ad0600;
  }
  .products-table .b-row .cell {
    padding: 12px;
  }
  .products-table .b-row .cell-main .img-wrap {
    padding: 0 12px;
  }
  .products-table .b-row .cell-pprop,
.products-table .b-row .cell-pret {
    display: block;
    text-align: center;
    border-left: 0;
    border-top: 1px solid #c2c3c3;
  }
  .products-table .b-row .cell-pprop p,
.products-table .b-row .cell-pret p {
    display: block;
    padding: 0 12px;
    font-size: 16px;
    font-weight: bold;
  }
  .products-table .b-row .cell-pprop .mobile-heading,
.products-table .b-row .cell-pret .mobile-heading {
    display: block;
    padding: 0 12px 12px;
    font-size: 14px;
    font-weight: normal;
  }
  .products-table .b-row .cell-pprop .mobile-heading br,
.products-table .b-row .cell-pret .mobile-heading br {
    content: " ";
    display: inline;
    margin-right: 4px;
  }
  .products-table .b-row .cell-pret p {
    font-size: 20px;
  }
  .products-table .b-row .cell-pret p.old-price {
    font-size: 12px;
  }
  .products-table .b-row .cell-pret button {
    margin-top: 4px;
    padding: 10px 20px;
    font-size: 16px;
  }
  .products-table .b-row .cell-pret button .icon,
.products-table .b-row .cell-pret button .svg_icon {
    width: 16px;
    height: 16px;
  }
}
.products-table .cell-main {
  flex: 1 0 15%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
}
.products-table .cell-main .img-wrap {
  padding: 0 12px;
  flex: 0 0 120px;
}
@media (max-width: 81.24em) {
  .products-table .cell-main .img-wrap {
    flex: 0 0 100px;
  }
}
.products-table .cell-main .text {
  flex: 1 0 160px;
  padding-right: 8px;
}
.products-table .cell-main .text h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
}
.products-table .cell-main .text p {
  font-size: 12px;
  line-height: 17px;
  max-height: 36px;
  overflow: hidden;
  display: block;
}
.products-table .cell-main .text a {
  font-size: 12px;
  color: #000;
  margin-right: 5px;
  display: inline-block;
  transition: 0.1s;
  cursor: pointer;
}
.products-table .cell-main .text a:hover {
  color: #ad0600;
  text-decoration: none;
}
.products-table .cell-main img {
  display: block;
  width: 100%;
  height: auto;
}
.products-table .cell-main .redus {
  position: absolute;
  background-color: #ad0600;
  padding: 4px;
  top: 0;
  left: 0;
}
.products-table .cell-main .redus p {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 81.24em) {
  .products-table .cell-main .redus p {
    font-size: 14px;
  }
}
@media (max-width: 46.24em) {
  .products-table .cell-main .redus {
    padding: 8px;
  }
  .products-table .cell-main .redus p {
    font-size: 12px;
  }
}
.products-table .cell-pprop {
  flex: 0 0 15%;
  border-left: 1px solid #c2c3c3;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.products-table .cell-pprop p {
  display: block;
  padding: 8px;
  text-align: center;
}
.products-table .cell-pprop .mobile-heading {
  display: none;
}

.main-content-wrap {
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 61.24em) {
  .main-content-wrap {
    display: block;
  }
}
.main-content-wrap > .sidebar {
  margin-top: 25px;
  width: 250px;
}
.main-content-wrap > .sidebar > .sidebar-header {
  display: block;
  width: 100%;
  height: 65px;
  background-color: #ad0600;
  margin-bottom: 15px;
  position: relative;
}
.main-content-wrap > .sidebar > .sidebar-header h1 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  line-height: 64px;
  margin-left: 15px;
}
.main-content-wrap > .sidebar > .sidebar-header .mobile-collapse {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #fff;
  display: none;
}
.main-content-wrap > .sidebar > .sidebar-header .mobile-collapse span {
  font-size: 14px;
}
.main-content-wrap > .sidebar > .sidebar-header .mobile-collapse span i {
  font-size: 25px;
  margin-left: 5px;
  vertical-align: middle;
}
@media (max-width: 61.24em) {
  .main-content-wrap > .sidebar > .sidebar-header .mobile-collapse {
    display: block;
  }
}
.main-content-wrap > .sidebar .side-block {
  background-color: #eceded;
  border-top: 4px solid #ad0600;
  padding: 16px;
  margin-bottom: 24px;
}
.main-content-wrap > .sidebar .side-block > .header {
  margin-bottom: 18px;
  padding-right: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.main-content-wrap > .sidebar .side-block > .header h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  flex: 1 0;
}
.main-content-wrap > .sidebar .side-block > .header > .tipster {
  flex: 0 0 24px;
  cursor: pointer;
}
.main-content-wrap > .sidebar .side-block > .header > .tipster .icon {
  width: 24px;
  height: 24px;
}
.main-content-wrap > .sidebar .side-block > .header > .tipster .icon .svg_icon {
  width: 24px;
  height: 24px;
}
.main-content-wrap > .sidebar .side-block > .body p {
  font-size: 14px;
  line-height: 19px;
}
.main-content-wrap > .sidebar .side-block > .body p i {
  font-style: italic;
}
.main-content-wrap > .sidebar .side-block > .body p strong {
  font-weight: bold;
}
.main-content-wrap > .sidebar .side-block > .body ul {
  list-style: disc;
  padding-left: 20px;
}
.main-content-wrap > .sidebar .side-block > .body ul li {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 19px;
}
.main-content-wrap > .sidebar .side-block .side-form-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}
.main-content-wrap > .sidebar .side-block .filter_value {
  flex: 1 0 100px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.main-content-wrap > .sidebar .side-block .filter_value .icheckbox_minimal-red {
  flex: 0 0 18px;
}
.main-content-wrap > .sidebar .side-block .filter_value label {
  display: block;
  flex: 1 0 80px;
  padding-left: 8px;
  font-size: 12px;
}
.main-content-wrap > .sidebar .side-block .filter_total {
  flex: 0 0 30px;
  text-align: right;
}
.main-content-wrap > .sidebar .side-image {
  display: block;
  width: 100%;
  text-align: right;
}
.main-content-wrap > .sidebar .side-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 81.24em) {
  .main-content-wrap > .sidebar {
    flex: 0 0 210px;
  }
  .main-content-wrap > .sidebar > .sidebar-header {
    height: 48px;
    margin-bottom: 22px;
  }
  .main-content-wrap > .sidebar > .sidebar-header h1 {
    font-size: 18px;
    line-height: 48px;
  }
}
@media (max-width: 61.24em) {
  .main-content-wrap > .sidebar {
    width: 100%;
  }
  .main-content-wrap > .sidebar .mobile-filters {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    display: none;
  }
  .main-content-wrap > .sidebar .mobile-filters.open {
    display: flex !important;
  }
  .main-content-wrap > .sidebar .side-block {
    flex: 0 0 24%;
  }
  .main-content-wrap > .sidebar .side-block .header h3 {
    font-size: 16px;
  }
  .main-content-wrap > .sidebar .side-image {
    display: none;
    text-align: center;
  }
  .main-content-wrap > .sidebar .side-image img {
    display: inline-block;
  }
}
@media (max-width: 46.24em) {
  .main-content-wrap > .sidebar .side-block {
    flex: 0 0 48%;
  }
}
@media (max-width: 27.49em) {
  .main-content-wrap > .sidebar .side-block {
    flex: 0 0 100%;
  }
}
.main-content-wrap > .main {
  flex: 1 0;
  margin-left: 25px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 61.24em) {
  .main-content-wrap > .main {
    margin-left: 0;
    display: block;
    flex: 0 0 100%;
  }
}
@media (max-width: 46.24em) {
  .main-content-wrap > .main {
    margin-top: 0;
  }
}

#compare-box {
  position: absolute;
  top: 75px;
  left: calc(100% + 1px);
  text-align: center;
  display: block;
  z-index: 99;
}
#compare-box img {
  max-width: 100%;
  height: auto;
  display: block;
}
#compare-box .block {
  padding: 4px;
  background-color: #e2e2e2;
  display: block;
  width: 55px;
  text-align: center;
  position: relative;
}
#compare-box .block > .delete {
  background-color: #ad0600;
  font-size: 11px;
  color: #ffffff;
  padding: 1px 3px;
  text-align: center;
  position: absolute;
  top: 4px;
  right: 4px;
  transition: 0.1s;
}
#compare-box .block > .delete:hover {
  background-color: #840500;
}
#compare-box button.action {
  border-top: 4px solid #e2e2e2;
  width: 100%;
  background-color: #ad0600;
  font-size: 11px;
  color: #fff;
  padding: 3px;
  transition: 0.1s;
}
#compare-box button.action:hover {
  background-color: #840500;
}
@media (max-width: 61.24em) {
  #compare-box {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    top: auto !important;
    right: auto !important;
    left: 50%;
    border: 2px solid #ad0600;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-right: 78px;
    width: auto;
    max-width: 100%;
    transform: translateX(-50%);
  }
  #compare-box .block {
    background-color: #fff;
    flex: 0 0 55px;
  }
  #compare-box .block img {
    display: block;
    width: 100%;
    height: auto;
  }
  #compare-box button.action {
    border: 0;
    width: 60px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    border-color: #fff;
    padding: 8px 0;
    text-align: center;
  }
}

#compare-box-toggle {
  display: none;
}

.text h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
.text h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.text h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.text h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.text h5 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}
.text h6 {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 15px;
}
.text p {
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  margin-bottom: 15px;
}
.text ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}
.text ul li {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 19px;
}
.text ol {
  padding-left: 20px;
  list-style: decimal-leading-zero;
  margin-bottom: 15px;
}
.text ol li {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 19px;
}

.button {
  outline: none;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  background-color: #ad0600;
  padding: 8px 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
}
.button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #840500;
}
.button.button-lg {
  padding: 12px 24px;
  font-size: 18px;
  font-weight: bold;
}
.button.button-xs {
  padding: 4px 8px !important;
  font-size: 12px !important;
  font-weight: normal !important;
}
.button.button-arrow {
  padding-right: 22px !important;
  position: relative;
}
.button.button-arrow:after {
  content: "";
  right: 3px;
  top: 50%;
  position: absolute;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-left-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}
.button.button-arrow-left {
  padding-left: 22px !important;
  position: relative;
}
.button.button-arrow-left:after {
  content: "";
  left: 3px;
  top: 50%;
  position: absolute;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-right-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}

.input-row {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.input-row label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.input-row input, .input-row textarea {
  width: 100%;
  max-width: 100%;
  display: block;
  border: 0;
  padding: 8px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
}

#header {
  background-color: #ad0600;
  min-height: 90px;
  position: relative;
  z-index: 999;
}
@media (max-width: 46.24em) {
  #header {
    min-height: 165px;
  }
}
#header .logo {
  background-color: #fff;
  width: 250px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 99;
}
#header .logo > .logo-wrap {
  position: absolute;
  height: 100px;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
#header .logo > .logo-wrap > img {
  height: 49px;
  width: 149px;
  display: block;
  vertical-align: middle;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 46.24em) {
  #header .logo {
    width: 100%;
    position: static;
  }
  #header .logo > .logo-wrap {
    position: static;
  }
}
@media (min-width: 46.25em) and (max-width: 81.24em) {
  #header .logo {
    width: 210px;
  }
}
#header .right-header {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
#header .right-header .lines {
  display: none;
  color: #fff;
  font-size: 32px;
  text-align: right;
  height: 90px;
  cursor: pointer;
  float: right;
}
#header .right-header .lines .fa {
  display: block;
}
@media (max-width: 61.24em) {
  #header .right-header .lines {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
}
@media (max-width: 46.24em) {
  #header .right-header .lines {
    height: 65px;
  }
}
#header .right-header > .top-bar {
  float: right;
  margin-top: 10px;
}
@media (max-width: 61.24em) {
  #header .right-header > .top-bar {
    float: right;
    line-height: 86px;
    margin-right: 20px;
    margin-top: 0;
  }
  #header .right-header > .top-bar ul li {
    white-space: nowrap;
    text-align: center;
    border-color: transparent !important;
    margin-right: 15px !important;
    padding-left: 0 !important;
  }
}
#header .right-header > .top-bar:after {
  content: " ";
  display: table;
  clear: both;
  float: none;
}
#header .right-header > .top-bar .header_icon {
  height: 24px;
  width: 24px;
  display: inline-block;
  fill: #fff;
  vertical-align: middle;
  margin-right: 5px;
}
#header .right-header > .top-bar .header_icon .svg_icon {
  height: 24px;
  width: 24px;
}
#header .right-header > .top-bar ul {
  list-style: none;
}
#header .right-header > .top-bar ul li {
  float: left;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  font-size: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  letter-spacing: -0.4px;
  border-left: 1px solid #fff;
}
#header .right-header > .top-bar ul li:first-child {
  border-left: 0;
  padding-left: 0;
}
#header .right-header > .top-bar ul li:last-child {
  margin-right: 0;
}
#header .right-header > .top-bar ul li > i.fa {
  font-size: 26px;
  vertical-align: middle;
  padding-right: 5px;
}
#header .right-header > .top-bar ul li a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 46.24em) {
  #header .right-header > .top-bar {
    float: left;
    line-height: 61px;
  }
  #header .right-header > .top-bar ul li span {
    display: none;
  }
}
#header .menu {
  clear: both;
  display: block;
  margin-top: 15px;
  float: right;
}
#header .menu ul {
  list-style: none;
}
#header .menu ul li {
  float: left;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  font-size: 17px;
  letter-spacing: -1px;
  padding: 2px 6px;
}
#header .menu ul li:first-child {
  padding-left: 0;
}
#header .menu ul li:last-child {
  padding-right: 0;
}
@media (max-width: 81.24em) {
  #header .menu ul li {
    font-size: 15px;
    padding: 2px 8px;
  }
}
@media (min-width: 46.25em) and (max-width: 81.24em) {
  #header .menu ul li {
    padding: 2px 6px;
  }
}
#header .menu ul li a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
#header .menu ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
#header .menu ul li a:hover:before, #header .menu ul li a.active:before {
  visibility: visible;
  transform: scaleX(1);
}
@media (max-width: 61.24em) {
  #header .menu {
    clear: both;
    float: none;
    display: none;
  }
  #header .menu ul li {
    float: none;
    text-align: right;
    font-size: 24px;
    line-height: 32px;
    padding: 12px 0;
  }
  #header .menu ul li:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 61.24em) {
  #header.mobile-open .menu {
    display: block;
  }
}
div#footer {
  border-top: 2px solid #ad0600;
  background-color: #eceded;
  padding-bottom: 35px;
}
div#footer .text-footer {
  font-size: 12px;
  color: #777;
  line-height: 18px;
  margin-top: 25px;
}
div#footer span.copyright {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #777;
}
div#footer #country-nav .country-nav {
  padding: 30px 0;
  background: url(../img/assets/footer/bg-countries.png) no-repeat center center;
  background-size: cover;
}
div#footer #country-nav .country-nav a {
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  display: inline-block;
}
div#footer #country-nav .country-nav a:hover {
  text-decoration: underline;
}
div#footer > .footer-bar {
  background-color: #9c9e9f;
  min-height: 50px;
}
div#footer > .footer-bar .half.half-right {
  text-align: right;
}
div#footer > .footer-bar .half a {
  line-height: 50px;
  padding: 14px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 1px 1px #0f0f0f;
  transition: 0.2s;
}
div#footer > .footer-bar .half a:hover {
  background-color: #6f7071;
}
div#footer > .footer-bar .half a.footer-dropdown[aria-expanded=true] {
  background-color: #ad0600;
}
div#footer > .footer-bar .navbar-footer {
  background-color: transparent;
  border-color: transparent;
  border: none !important;
  margin-bottom: 0;
}
div#footer > .footer-bar .navbar-footer .navbar-nav > li > a {
  line-height: 50px;
  padding: 0px 8px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 1px 1px #0f0f0f;
  transition: 0.2s;
}
div#footer > .footer-bar .navbar-footer .navbar-nav > li > a:hover {
  background-color: #6f7071;
}
div#footer > .footer-bar .navbar-footer .navbar-nav > li > a[aria-expanded=true] {
  background-color: #ad0600;
}
@media (max-width: 46.24em) {
  div#footer > .footer-bar .navbar-footer .navbar-nav > li > a {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: -0.2px;
  }
}
div#footer .footer_logos {
  display: block;
  overflow: hidden;
  margin-top: 25px;
}
div#footer .footer_logos > .logos {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 74.4105869942%;
  margin-top: 15px;
}
div#footer .footer_logos > .logos:last-child {
  margin-right: 0;
}
div#footer .footer_logos > .logos ul {
  list-style: none;
}
div#footer .footer_logos > .logos ul li {
  float: left;
}
div#footer .footer_logos > .logos ul li a {
  margin: 15px;
}
@media (max-width: 46.24em) {
  div#footer .footer_logos > .logos {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  div#footer .footer_logos > .logos:last-child {
    margin-right: 0;
  }
  div#footer .footer_logos > .logos ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
  }
  div#footer .footer_logos > .logos ul li {
    text-align: center;
    margin-bottom: 5px;
  }
  div#footer .footer_logos > .logos ul li a {
    margin: 15px;
  }
}
div#footer .footer_logos > .main {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
  text-align: right;
}
div#footer .footer_logos > .main:last-child {
  margin-right: 0;
}
@media (max-width: 46.24em) {
  div#footer .footer_logos > .main {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    text-align: center;
  }
  div#footer .footer_logos > .main:last-child {
    margin-right: 0;
  }
}
@media (max-width: 46.24em) {
  div#footer .copyright {
    text-align: center;
  }
}

#slider {
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
}
#slider .slick-next,
#slider .slick-prev {
  position: absolute;
  z-index: 2;
  height: 45px;
  width: 45px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  top: 50%;
}
#slider .slick-next > i.fa,
#slider .slick-prev > i.fa {
  font-size: 18px;
}
#slider .slick-next {
  right: 0;
}
#slider .slick-prev {
  left: 0;
}
#slider .slide {
  height: 600px;
  width: 100%;
  display: block;
}
#slider .slide > .background {
  display: block;
  min-height: 100%;
  background-position: center center;
  background-size: cover;
}
#slider .slide .general-wrapper {
  height: 600px;
  background: url("../img/slider/logo-overlay.png") 100% 80% no-repeat;
}
#slider .slide .slide-wrap {
  position: relative;
  top: 65%;
  transform: translateY(-65%);
}
#slider .slide h1 {
  font-size: 52px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
#slider .slide .slider-btn {
  position: relative;
  outline: none;
  display: block;
  max-width: 230px;
  background-color: #ad0600;
  color: #fff;
  text-decoration: none;
  margin-top: 25px;
  cursor: pointer;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  padding: 20px;
  transition: 0.2s;
}
#slider .slide .slider-btn:hover {
  background-color: #990500;
}
#slider .slide .slider-btn:after {
  content: "";
  right: 20px;
  top: 50%;
  position: absolute;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-left-color: #fff;
  border-width: 8px;
  margin-top: -8px;
}
@media (max-width: 46.24em) {
  #slider .slide {
    height: 500px;
  }
  #slider .slide .slide-wrap {
    position: relative;
    top: 40%;
    transform: translateY(-40%);
  }
  #slider .slide h1 {
    font-size: 32px;
  }
}

.ck-margin {
  margin-left: 14px;
}

.meta-wrap .meta-box > .body.body-icon {
  margin-top: 0 !important;
}

.meta-wrap .meta-box > .body .input-row input:after {
  content: "";
  right: 10px;
  top: 50%;
  position: absolute;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-left-color: #fff;
  border-width: 8px;
  margin-top: -8px;
}

.meta-wrap .meta-box > .body .input-row input[type=submit] {
  padding: 20px !important;
  padding-right: 40px !important;
  width: 229.99px;
  border: 0;
  outline: 0;
  float: right;
  text-align: center;
}

.meta-wrap .meta-box > .body.body-thanks .input-row {
  margin-top: 40px !important;
  margin-bottom: 20px;
  clear: both;
  display: block;
  width: 100%;
}

.center {
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

#modalCompare table.d_inline tr:nth-child(4) td {
  max-height: 80px !important;
  height: 80px !important;
}

#modalCompare table.d_inline tr:nth-child(6) td {
  max-height: 80px !important;
  height: 80px !important;
}

a:hover {
  text-decoration: none !important;
}

.uac_cm_form .uac_cm_crt tr:nth-child(2n) {
  background: #eee;
}

.delete_filter {
  background-color: #ad0600;
  border: none;
  text-align: initial;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 1px 3px 2px 7px;
  margin-right: 3%;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.delete_filter:hover {
  background-color: #840500;
}

.moveUp {
  margin-top: -7px;
}

.moveToolUp {
  margin-top: 5px !important;
}

div[id*=modalRecommend] table.d_inline tr:nth-child(4) td {
  max-height: 80px !important;
  height: 80px !important;
}

div[id*=modalRecommend] table.d_inline tr:nth-child(6) td {
  max-height: 80px !important;
  height: 80px !important;
}

.d_none {
  display: none !important;
}

.d_inline {
  display: inline;
}

.d_inline tbody {
  float: right;
}

.product-footer .buy {
  max-width: 225px;
}

.remodal-body.table-products table td {
  float: right;
}

.d_inline td {
  width: 255px;
  min-height: 44px;
  max-height: 44px;
}

.t_properties {
  display: inline;
}

.t_properties tbody {
  float: right;
}

.t_properties tr td {
  width: 175px;
  height: 44px;
}

.special_td {
  width: 175px;
  float: left;
}

.td_initial {
  min-height: 375px !important;
  max-height: initial !important;
}

td.td_initial .info {
  min-height: 335px;
}

td.td_initial .product .product-img {
  min-height: 225px;
}

.td_initial .product .product-head h2 {
  height: 38px;
}

.section .meta-box > .body .products .b-row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #a4a4a4;
}

.b-row {
  display: block;
}

.section .meta-box > .body .products .b-row .left {
  float: left;
  display: block;
  margin-right: 2.357652%;
  width: 74.410587%;
}

.section .meta-box > .body .products .b-row .right:last-child {
  margin-right: 0;
}

.section .meta-box > .body .products .b-row .right {
  display: block;
  width: 23.231761%;
  float: right;
}

.right {
  text-align: right;
}

.b-row #home-block-info .info {
  cursor: pointer;
}

div[id*=infoDetails] p {
  margin-left: 10%;
  font-size: 15px;
  color: gray;
}

.bold_and_red {
  font-weight: 700;
  color: #ad0600 !important;
}

.small_font {
  font-size: 10px;
}

#content .general-wrapper .main-content-wrap .meta-wrap {
  width: 100%;
}

#meta-box-register {
  width: 100% !important;
}

select[id*=ddlCounty] {
  width: 100%;
  padding: 17px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.43);
}

input[name*=ckNotifyCommercial], input[name*=chkTerms], input[name*=RememberMe] {
  width: 13px !important;
  display: inline;
}

.input-row:nth-child(3) label {
  margin-left: 1%;
  display: inline;
}

.remodal-no-1 {
  max-width: 570px !important;
  min-width: 570px !important;
}

.remodal-no-2 {
  min-width: 842px !important;
}

.remodal-no-3 {
  max-width: 1097px !important;
  min-width: 1097px !important;
}

#meta-box-register .body .input-row:nth-child(-n+9) {
  min-height: 82px;
}

.meta-wrap table {
  width: 48%;
}

@media screen and (max-width: 740px) {
  .meta-wrap table {
    width: 100%;
  }
}
.btnPrintOffer {
  position: initial;
  outline: 0;
  display: block;
  max-width: 240px;
  background-color: #ad0600;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  padding: 20px;
  padding-right: 40px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: left;
  float: left;
}

.btnPrintOffer:hover {
  background-color: #990500;
  color: #fff;
}

#next_step_btn {
  line-height: 0 !important;
}

.uac_cm_form input[type=submit].button {
  margin-left: 12px;
}

.button {
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
  display: inline-block;
}

.button.button-arrow {
  padding-right: 19px !important;
  position: relative;
}

.money_int {
  line-height: 1.5;
}

.money_dec {
  line-height: 1.5;
  font-size: 0.8em;
  vertical-align: super;
}

#header .right-header > .top-bar ul li:nth-child(2) {
  padding-top: 5px;
}

.product-description .footer_info {
  font-size: 14px;
  padding-top: 63px;
}

.table-products .footer_info {
  padding-top: 16px;
  font-size: 14px;
}

.product-description .col-md-6 #description {
  margin-top: 66px;
}

.button.button-arrow:after {
  content: "";
  right: 3px;
  top: 50%;
  position: absolute;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-left-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}

.button.button-arrow-left {
  padding-left: 22px !important;
  position: relative;
  margin-top: 70px;
}

.button.button-arrow-left:after {
  content: "";
  left: 3px;
  top: 50%;
  position: absolute;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-right-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}

ul {
  list-style: none;
}

.meta-wrap .meta-box > .body-icon > .wrap {
  overflow: hidden;
}

#contulmeuheader1 {
  padding-right: 10px;
}

#contulmeuheader {
  padding-right: 10px;
}

.basket-checkout {
  position: relative;
  top: 10px;
  margin-left: 23%;
}

.info_field {
  overflow: hidden;
}

.label > .tipster .icon {
  height: 22px;
  width: 22px;
}

.label > .tipster {
  margin-top: -8%;
  margin-left: 85%;
  height: 22px;
  width: 22px;
  cursor: pointer;
  text-align: left;
}

.label > .tipster .tooltipstered {
  float: right;
}

#home-block-help > .blocks .block a.animated-box-h > .text-wrapper:before {
  display: none !important;
}

#bottom-info .info-block #pretinform {
  flex: 0 !important;
}

.meta-wrap .meta-box > .body .products .b-row .right:last-child {
  margin-right: 3% !important;
}

.anpc {
  float: left;
  display: block;
  margin-top: 10px;
  font-size: 12px;
  margin-left: 44px;
}

.anpc a {
  color: #777;
}

.copyright {
  float: left;
}

#home-block-help > .blocks .block a.animated-box-h {
  pointer-events: none;
  border-bottom: none !important;
}

#home-block-help > .blocks .block a.animated-box-h:after {
  border-bottom: none !important;
}

#cos_cumparaturi {
  height: 96% !important;
}

.hs-btn-1 {
  background-color: #ad0600;
  color: #fff;
  padding: 5px 10px;
  margin-top: 1%;
  font-size: 14px;
  border: none;
  font-weight: 500;
  transition: 0.2s;
}

.hs-btn-1:hover {
  background-color: #840500;
}

#ckp_header_wrap {
  display: none;
}

.radio_tabs_header_wrap {
  display: none;
}

.ckp_sumar_aside {
  display: none;
}

#modal_blocks {
  display: none;
}

#ckp_detalii_main_block_metoda_plata {
  display: none;
}

#ckp_detalii_main_block_factura {
  display: none;
}

#ckp_sumar_main {
  display: none !important;
}

body.is-iframe {
  background: #fff;
}
body.is-iframe .general-wrapper {
  max-width: 100%;
  padding: 0;
}
body.is-iframe .remodal {
  max-width: 100%;
}