@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@300;400;500;600&display=swap");
body {
  background-color: #FFF;
  font-family: 'Bai Jamjuree', sans-serif;
  overflow-y: scroll; }

.w-20 {
  width: 20%;
  float: left; }

.w-25 {
  width: 25%;
  float: left; }

.w-30 {
  width: 30%;
  float: left; }

.w-33 {
  width: 33%;
  float: left; }

.w-40 {
  width: 40%;
  float: left; }

.w-50 {
  width: 50%;
  float: left; }

.w-70 {
  width: 70%;
  float: left; }

.w-80 {
  width: 70%;
  float: left; }

.menu_top {
  height: 60px;
  border-bottom: solid 1px var(--primary, #FF5C26); }
  .menu_top svg {
    width: 18px;
    fill: #4e4e4e; }
  .menu_top span {
    font-size: 12px;
    margin-left: 10px; }

input:focus, select:focus, button:focus {
  outline: solid 1px var(--primary, #FF5C26) !important;
  border: solid 1px #FFF !important; }

.search-box input {
  border: solid 1px #DDDDDD;
  font-size: 12px;
  padding: 7px 8px;
  outline: solid 0 #FFF;
  transition: outline 0.5s, border 0.5s; }

.search-box button {
  position: absolute;
  right: 0;
  border: solid 1px #DDD;
  border-left: none;
  top: 0;
  background-color: var(--primary, #FF5C26);
  width: 36px; }
  .search-box button svg {
    width: 13px;
    fill: #FFF; }

.mttfixx {
  margin-top: -31px; }

#language {
  margin: 0;
  padding: 0;
  float: right;
  display: block;
  position: absolute;
  right: 15px;
  top: 0; }
  #language li {
    list-style: none;
    float: left;
    margin-top: -1px;
    margin-left: 1px; }
    #language li.active, #language li:hover {
      background: var(--dark);
      color: #FFF; }
      #language li.active a, #language li:hover a {
        color: #ffffff;
        text-decoration: none; }
    #language li a {
      padding: 5px 8px;
      font-size: 11px;
      font-weight: bold;
      color: var(--dark);
      height: 100%;
      float: left; }

#menu {
  margin: 0;
  padding: 0; }
  #menu li {
    list-style: none;
    float: left;
    margin-top: 1px;
    margin-left: 5px;
    margin-right: 5px; }
    #menu li.active a, #menu li:hover a {
      color: var(--primary, #FF5C26);
      text-decoration: none; }
    #menu li a {
      padding: 0 5px;
      font-size: 16px;
      font-weight: bold;
      color: var(--dark); }

.cart-top {
  background-color: var(--primary, #FF5C26); }
  .cart-top svg {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    fill: #FFF;
    margin: -13px; }

.table0 {
  float: left;
  width: 100%;
  overflow-x: auto; }

.delete_from_grozs svg {
  width: 20px;
  margin: 0 auto;
  display: block;
  fill: red; }

@media (min-width: 1200px) {
  .colfix.col-xl-3 {
    -ms-flex: 0 0 21.05%;
    flex: 0 0 21.05%;
    max-width: 21.05%; }
  .colfix.col-xl-9 {
    -ms-flex: 0 0 78.95%;
    flex: 0 0 78.95%;
    max-width: 78.95%; } }

.product-cal-row {
  color: #FFF; }
  .product-cal-row > div {
    height: 140px;
    padding: 15px; }
    .product-cal-row > div a {
      position: absolute;
      bottom: 15px;
      left: 15px;
      font-size: 12px;
      color: #FFF;
      padding: 5px 20px;
      border: solid 1px #FFF; }
    .product-cal-row > div img {
      width: 160px;
      right: 15px;
      bottom: -40px; }
    .product-cal-row > div h1 {
      font-size: 20px;
      line-height: 1; }

.color-0 {
  color: var(--ligth); }

.color-1 {
  color: var(--primary, #FF5C26); }

.color-2 {
  color: var(--ligthdark); }

.color-3 {
  color: var(--dark); }

.bg-color-0 {
  background-color: var(--ligth); }

.bg-color-1 {
  background-color: var(--primary, #FF5C26); }

.bg-color-2 {
  background-color: var(--ligthdark); }

.bg-color-3 {
  background-color: var(--dark); }

.border-color-2 {
  border-top-color: var(--ligthdark) !important;
  border-bottom-color: var(--ligthdark) !important;
  border-left-color: var(--ligthdark) !important;
  border-right-color: var(--ligthdark) !important; }

.bbb {
  border-top: solid 3px;
  border-bottom: solid 3px; }

.tab-1 {
  width: 300px;
  margin: 0 auto;
  display: table; }
  .tab-1 button {
    width: 140px;
    float: left;
    margin: 0 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    color: #FFF;
    border: none;
    border-bottom: solid 2px;
    background-color: var(--ligthdark);
    border-color: #FFF;
    transition: background-color .3s; }
    .tab-1 button.active, .tab-1 button:hover {
      background-color: var(--red);
      border-color: var(--dark); }

#search .checkbox {
  float: left;
  width: auto;
  position: relative;
  cursor: pointer;
  margin-right: 10px; }
  #search .checkbox.active div > span {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: var(--primary, #FF5C26);
    top: 9px;
    left: 9px; }
  #search .checkbox input {
    opacity: 0;
    position: absolute;
    left: -10px;
    top: -10px; }
  #search .checkbox div {
    width: 25px;
    height: 25px;
    float: left;
    border: solid 1px var(--primary, #FF5C26);
    position: relative;
    background: #FFF; }
    #search .checkbox div > span {
      position: absolute;
      width: 0;
      height: 0;
      background-color: #FFF;
      top: 14px;
      left: 14px;
      transition: background-color 0.5s; }
  #search .checkbox > span {
    height: 25px;
    float: left;
    padding: 7px 7px 7px 7px;
    line-height: 1; }

h3 {
  font-size: 20px;
  font-weight: bold; }
  h3 span {
    color: var(--red); }

.size {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px; }

.sezona {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-top: 5px; }
  .sezona.VA {
    color: #00B200; }
  .sezona.VI span:first-child {
    color: #00B200; }
  .sezona.VI span:last-child {
    color: #4CA5FF; }
  .sezona.ZI {
    color: #4CA5FF; }

.price {
  font-weight: bold;
  font-size: 22px; }
  .price .old {
    font-size: 16px;
    margin: 4px 5px 0 0;
    float: left;
    text-decoration: line-through; }

.quantity input {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 40px;
  padding: 0px 0 0 10px;
  bottom: 0;
  left: 0;
  text-align: center;
  border: solid 1px var(--primary, #FF5C26);
  border-radius: unset; }
  .quantity input:focus {
    background-color: #f1f1f1;
    outline: none !important;
    border: solid 1px var(--primary, #FF5C26) !important; }

.quantity button {
  border: none;
  height: 40px;
  padding-left: 85px;
  padding-right: 35px;
  background-color: var(--primary, #FF5C26);
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  line-height: 39px;
  letter-spacing: 1px;
  border-radius: unset; }
  .quantity button:hover {
    background-color: var(--primary-hover); }

.infotable {
  width: 100%;
  margin: 20px 0;
  font-size: 14px; }
  .infotable tr:nth-child(odd) {
    background-color: #eef3f7; }
  .infotable tr td:first-child {
    padding: 10px 20px; }
  .infotable tr td:last-child {
    width: 100%; }

.table1 {
  width: 100%; }
  .table1 input {
    z-index: 2;
    width: 50px;
    height: 40px;
    padding: 0 0 0 10px;
    text-align: center;
    border: solid 1px #DDD;
    border-radius: unset;
    display: block;
    position: static; }
    .table1 input:focus {
      background-color: #f1f1f1;
      outline: none !important;
      border: solid 1px var(--primary, #FF5C26) !important; }
  .table1 th {
    font-size: 12px; }
  .table1 td {
    border: 1px solid #cecece;
    text-align: left;
    padding: 5px 10px; }
  .table1 th {
    border: 1px solid #cecece;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    padding: 5px 10px; }

.top_title {
  float: left;
  width: 100%;
  MARGIN-BOTTOM: 25PX; }
  .top_title span {
    border-left: solid 3px var(--dark);
    font-size: 14px;
    padding: 10px 10PX;
    float: left;
    color: #202731;
    width: 100%;
    MARGIN-BOTTOM: 15PX;
    background: #e3e7ea; }

.text_boxy {
  min-height: calc(100vh - 613px); }
  .text_boxy.fix_height {
    min-height: calc(100vh - 173px); }
  .text_boxy table td, .text_boxy table th {
    padding: 0 20px 0 0; }

#send_mail input[type="text"], #send_mail input[type="email"] {
  z-index: 2;
  width: 100%;
  height: 40px;
  padding: 0px 0 0 10px;
  text-align: left;
  border: solid 1px #DDD;
  border-radius: unset;
  display: block;
  position: static; }
  #send_mail input[type="text"]:focus, #send_mail input[type="email"]:focus {
    background-color: #f1f1f1;
    outline: none !important;
    border: solid 1px var(--primary, #FF5C26) !important; }

#send_mail input[type="submit"] {
  border: none;
  height: 40px;
  min-width: 250px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: var(--primary, #FF5C26);
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  line-height: 39px;
  letter-spacing: 1px;
  border-radius: unset; }
  #send_mail input[type="submit"]:focus {
    background-color: #f1f1f1;
    outline: none !important;
    border: solid 1px var(--primary, #FF5C26) !important; }

#send_mail input[type="checkbox"] {
  height: 20px;
  border-radius: unset;
  display: inline-block;
  position: static;
  margin-top: 10px; }
  #send_mail input[type="checkbox"]:focus {
    background-color: #f1f1f1;
    outline: none !important;
    border: solid 1px var(--primary, #FF5C26) !important; }

#send_mail textarea {
  z-index: 2;
  width: 100%;
  height: 100px;
  padding: 0 0 0 10px;
  text-align: left;
  border: solid 1px #DDD;
  border-radius: unset;
  display: block;
  position: static; }
  #send_mail textarea:focus {
    background-color: #f1f1f1;
    outline: none !important;
    border: solid 1px var(--primary, #FF5C26) !important; }

select {
  background: #fff; }

.taby_block.active {
  display: flex; }

.taby_block {
  display: none; }

.blfgfg {
  border-left: dashed 1px #DDD;
  margin-bottom: 30px; }

.eu {
  position: relative;
  font-size: 100px;
  margin-top: 30px;
  border-top: dashed 1px #DDD; }
  .eu .paterins {
    position: absolute;
    right: 48%;
    font-size: 25%;
    background: #231f20;
    width: 6.5%;
    line-height: 1;
    height: 7%;
    color: #FFF; }
    .eu .paterins.A {
      top: 29.3%; }
    .eu .paterins.B {
      top: 33.7%; }
    .eu .paterins.C {
      top: 38.2%; }
    .eu .paterins.D {
      top: 42.6%; }
    .eu .paterins.E {
      top: 47.0%; }
    .eu .paterins.F {
      top: 51.4%; }
    .eu .paterins.G {
      top: 55.9%; }
    .eu .paterins span {
      top: 15%;
      position: absolute;
      left: 37%; }
    .eu .paterins img {
      height: 100%;
      position: absolute;
      left: -39%; }
  .eu .sakera {
    position: absolute;
    right: 32%;
    font-size: 25%;
    top: 29.3%;
    background: #231f20;
    width: 6.5%;
    line-height: 1;
    height: 7%;
    color: #FFF; }
    .eu .sakera.A {
      top: 29.3%; }
    .eu .sakera.B {
      top: 33.7%; }
    .eu .sakera.C {
      top: 38.2%; }
    .eu .sakera.D {
      top: 42.6%; }
    .eu .sakera.E {
      top: 47.0%; }
    .eu .sakera.F {
      top: 51.4%; }
    .eu .sakera.G {
      top: 55.9%; }
    .eu .sakera span {
      top: 15%;
      position: absolute;
      left: 37%; }
    .eu .sakera img {
      height: 100%;
      position: absolute;
      left: -39%; }
  .eu .skalums {
    position: absolute;
    font-size: 20%;
    top: 74%;
    right: 34%;
    color: #FFF; }

.item .w-100.size {
  height: 26px; }

.item > div {
  background: #FFF;
  padding: 15px;
  border: solid 1px #DDD; }
  .item > div hr {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 1px;
    margin-bottom: 10px; }

.item h3 {
  font-size: 13px;
  font-weight: bold; }
  .item h3 span {
    color: var(--red); }

.item .size {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px; }

.item .sezona {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  margin-top: 5px; }
  .item .sezona.VA {
    color: #00B200; }
  .item .sezona.VI span:first-child {
    color: #00B200; }
  .item .sezona.VI span:last-child {
    color: #4CA5FF; }
  .item .sezona.ZI {
    color: #4CA5FF; }

.item .price {
  font-weight: bold;
  font-size: 22px; }
  .item .price .old {
    font-size: 16px;
    margin: 4px 5px 0 0;
    float: left;
    text-decoration: line-through; }

.item .quantity input {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 40px;
  padding: 0px 0 0 10px;
  bottom: 0;
  left: 0;
  text-align: center;
  border: solid 1px var(--primary, #FF5C26);
  border-radius: unset; }
  .item .quantity input:focus {
    background-color: #f1f1f1;
    outline: none !important;
    border: solid 1px var(--primary, #FF5C26) !important; }

.item .quantity button {
  border: none;
  height: 40px;
  width: 100%;
  padding-left: 50px;
  padding-right: unset;
  background-color: var(--primary, #FF5C26);
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  line-height: 39px;
  letter-spacing: 1px;
  border-radius: unset; }
  .item .quantity button:hover {
    background-color: var(--primary-hover); }

.item .img-holder {
  position: relative;
  background-color: #FFF; }
  .item .img-holder img.riep {
    position: absolute;
    left: 0;
    padding: 10px;
    width: 100%;
    z-index: 0;
    cursor: pointer; }
  .item .img-holder .akcija {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 12px;
    line-height: 35px;
    background-color: var(--red);
    color: #FFF;
    font-weight: bold;
    padding: 0 35px;
    z-index: 1; }
  .item .img-holder .suggess {
    position: absolute;
    bottom: 0px;
    right: -14px;
    font-size: 12px;
    line-height: 35px;
    background-color: var(--dark);
    color: #FFF;
    font-weight: bold;
    padding: 0 5px;
    width: calc(100% + 28px);
    z-index: 1;
    text-align: center; }

footer {
  border-top-width: 3px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  background-color: #e3e7ea;
  width: 100%;
  float: left;
  padding: 15px 0; }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li {
      list-style: none;
      float: left;
      margin-top: 1px;
      margin-left: 5px;
      margin-right: 5px; }
      footer ul li.active a, footer ul li:hover a {
        color: var(--primary, #FF5C26);
        text-decoration: none; }
      footer ul li a {
        padding: 0 5px;
        font-size: 12px;
        font-weight: bold;
        color: var(--dark); }

.news-holder {
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 20px 20px 40px 20px;
  margin-top: 25px; }
  .news-holder:hover {
    text-decoration: none; }
  .news-holder > * {
    position: relative;
    color: #FFF;
    text-decoration: none; }
  .news-holder > h3 {
    font-size: 13px;
    font-weight: bold; }
  .news-holder > span {
    font-size: 13px;
    margin-top: 15px;
    display: block; }
  .news-holder > div {
    position: absolute;
    bottom: 5px;
    right: 15px;
    font-size: 12px; }
  .news-holder div.bg-news {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0; }

.neeww {
  height: 100%;
  border: solid 1px #f1f1f1;
  padding: 1px;
  display: block;
  position: relative;
  overflow: hidden; }
  .neeww:hover img {
    filter: grayscale(0);
    transform: rotate(5deg) scale(1.1) translate3d(0px, -20px, 0px); }
  .neeww img {
    transition: .5s;
    filter: grayscale(1);
    border-bottom: solid 1px #e8e8e8;
    transform: rotate(5deg) scale(1.1) translate3d(0px, -20px, 0px); }
  .neeww h3 {
    float: left;
    width: 100%;
    padding: 15px 15px 5px;
    font-size: 13px;
    font-weight: bold;
    color: var(--dark); }
  .neeww span {
    float: left;
    width: 100%;
    padding: 0 15px 25px;
    font-size: 12px;
    color: #7d7d7d; }
  .neeww > div {
    position: absolute;
    bottom: 5px;
    right: 15px;
    font-size: 12px;
    color: var(--primary, #FF5C26); }

#search > div {
  background-color: var(--ligth);
  padding: 15px 0; }

#search ul {
  margin: 0;
  padding: 0; }
  #search ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 1px;
    background-color: var(--ligthdark);
    padding: 10px;
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 14px; }
    #search ul li.active, #search ul li:hover {
      background-color: var(--dark);
      color: #FFF; }

#search label {
  font-size: 12px;
  font-weight: bold;
  color: var(--dark);
  width: 100%;
  letter-spacing: 1px; }

#search input {
  border: solid 1px #DDDDDD;
  font-size: 14px;
  padding: 10px;
  outline: solid 0 #FFF;
  transition: outline 0.5s;
  width: 100%;
  float: left;
  line-height: 1; }

#search select {
  border: solid 1px #DDDDDD;
  font-size: 12px;
  padding: 10px;
  outline: solid 0 #FFF;
  transition: outline 0.5s;
  width: 100%;
  float: left; }

#search button, #search input[type="submit"].submit {
  border: solid 1px #DDD;
  outline: solid 0 transparent;
  transition: outline 0.5s;
  border-left: none;
  background-color: var(--primary, #FF5C26);
  width: 100%;
  float: left;
  height: 39px;
  margin-top: 18px;
  color: #FFF; }

input[type="submit"] {
  border: solid 1px #DDD;
  outline: solid 0 transparent;
  transition: outline 0.5s;
  border-left: none;
  background-color: var(--primary, #FF5C26);
  width: 100%;
  float: left;
  height: 39px;
  margin-top: 18px;
  color: #FFF; }

.cart-info {
  background-color: #f6f6f6;
  padding: 10px 15px;
  width: calc(100% - 59px); }
  .cart-info span {
    margin: 0; }

.mobcontextra span {
  font-size: 12px;
  margin-right: 5px; }

.mobcontextra svg {
  width: 18px; }

.menu_border {
  float: left;
  width: 100%;
  padding: 3px 0; }
  .menu_border span {
    height: 1px;
    width: 50%;
    float: left; }
  .menu_border span:first-child {
    background-color: var(--dark); }
  .menu_border span:last-child {
    background-color: var(--primary, #FF5C26); }

.sazinaties_bg {
  position: fixed;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 8;
  transition: 0.5s;
  top: 100%; }
  .sazinaties_bg.active {
    height: 100%;
    top: 0%; }

.sazinaties_holder {
  width: calc(100% - 30px);
  position: fixed;
  z-index: 999;
  background: #FFF;
  margin-left: 15px;
  padding: 20px;
  border: solid 1px #DDD;
  top: 0%;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%); }
  .sazinaties_holder.loading_bag_fix {
    top: -100%; }
  .sazinaties_holder.active {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    top: 0%; }
  .sazinaties_holder svg {
    cursor: pointer; }
  .sazinaties_holder .hamburger.active {
    z-index: 99999;
    position: absolute;
    right: 0px;
    top: -40px; }

.menu_top .sazinaties {
  margin: 0 auto;
  width: 100%;
  cursor: pointer; }
  .menu_top .sazinaties svg {
    width: 26px; }

body {
  overflow-x: hidden; }

.hamburger {
  width: 40px;
  height: 40px;
  margin: 4px auto;
  display: block;
  position: relative;
  cursor: pointer; }
  .hamburger.active {
    z-index: 99999;
    position: fixed; }
    .hamburger.active span {
      width: 40%;
      left: 30%;
      background-color: #ffffff; }
      .hamburger.active span:nth-child(1) {
        top: 20px;
        transform: rotate(45deg); }
      .hamburger.active span:nth-child(2) {
        left: 300%;
        opacity: 0; }
      .hamburger.active span:nth-child(3) {
        top: 20px;
        transform: rotate(-45deg); }
  .hamburger span {
    font-size: 12px;
    margin-left: 0;
    width: 60%;
    left: 20%;
    height: 2px;
    background-color: #3f3f3f;
    float: left;
    position: absolute;
    transition: 0.3s; }
    .hamburger span:nth-child(1) {
      top: 13px; }
    .hamburger span:nth-child(2) {
      top: 19px; }
    .hamburger span:nth-child(3) {
      top: 25px; }

@media (max-width: 575px) {
  .mob_mennn {
    display: block !important;
    position: fixed;
    top: 53px;
    width: 100%;
    right: -100%;
    background: #202731;
    z-index: 9;
    height: calc(100vh - 48px);
    color: #FFF;
    padding: 0 !important;
    transition: 0.3s; }
    .mob_mennn > div {
      position: absolute;
      z-index: 1;
      right: 0%;
      height: calc(100vh - 0px);
      background: #202731e6;
      width: 100%;
      top: -50px;
      transition: 0.5s;
      transition-delay: 0.1s; }
    .mob_mennn.active {
      right: 0%; }
      .mob_mennn.active > div {
        right: 0%;
        width: 200%; }
    .mob_mennn #menu {
      position: relative;
      z-index: 2;
      background: #202731;
      height: 100%;
      border-top: solid 1px #5b687b !important; }
      .mob_mennn #menu li {
        list-style: none;
        float: left;
        width: 100%;
        margin: 0; }
        .mob_mennn #menu li:hover {
          background: #12171f; }
        .mob_mennn #menu li a {
          padding: 10px 15px;
          font-size: 12px;
          font-weight: normal;
          color: #FFF;
          float: left;
          width: 100%;
          border-bottom: solid 1px #5b687b; }
  .mmm1 {
    width: 190px;
    float: left;
    display: block; }
  .mmm2 {
    width: calc(100% - 190px);
    display: block; }
  .mmm3 {
    width: 55px;
    float: left;
    display: block;
    padding-top: 12px; }
  .mmm4 {
    width: calc(100% - 105px);
    float: left;
    display: block; }
  .mmm5 {
    width: 50px;
    float: left;
    display: block; }
  .mttfixx {
    margin-top: -5px; }
    .mttfixx #menu {
      border-top: solid 1px var(--primary, #FF5C26);
      padding-right: 0 !important; }
    .mttfixx #language {
      top: 0; }
  .menu_top {
    height: 49px; }
  .menu_top .sazinaties {
    height: 49px !important; }
  .blfgfg {
    border-left: none; } }

.form-control:focus {
  border-color: #f44a56;
  box-shadow: none; }

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  outline: none;
  border: none; }

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus > * {
  outline: none;
  border: none; }

.select2-dropdown {
  border: 1px solid #ced4da; }

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  border-radius: 0; }

.select2-container .select2-selection--single {
  height: 39px;
  margin-top: 0;
  outline: none; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 99%; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 5px 10px; }

.select2-container {
  width: 100% !important; }

.news-holder {
  height: 100%;
  padding: 20px 20px 25px 20px; }

#search label {
  margin: 0;
  float: left; }

.form-control {
  border-radius: 0; }

@media (min-width: 576px) and (max-width: 767px) {
  .menu_top {
    height: 47px; }
  .cart-info {
    width: calc(100% - 46px); }
  #menu {
    margin-top: 5px; }
    #menu li {
      float: left;
      margin-top: 0;
      line-height: 1; }
      #menu li a {
        padding: 4px 5px;
        float: left; }
  .mttfixx {
    margin-top: -8px; }
    .mttfixx #menu {
      border-top: solid 1px var(--primary, #FF5C26); }
    .mttfixx #language {
      top: 6px; }
  .blfgfg {
    border-left: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .menu_top {
    height: 47px; }
  .cart-info {
    width: calc(100% - 46px); }
  .mttfixx {
    margin-top: -28px; }
    .mttfixx #language {
      top: 3px; }
  .blfgfg {
    border-left: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .mttfixx {
    margin-top: -30px; } }

/*

CC 2.0 License Iatek LLC 2018
Attribution required

*/
@media (min-width: 768px) and (max-width: 991px) {
  /* Show 4th slide on md  if col-md-4*/
  .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible; } }

@media (min-width: 576px) and (max-width: 768px) {
  /* Show 3rd slide on sm  if col-sm-6*/
  .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -50%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible; } }

@media (min-width: 576px) {
  .carousel-item {
    margin-right: 0; }
  /* show 2 items */
  .carousel-inner .active + .carousel-item {
    display: block; }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
    transition: none; }
  .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0); }
  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible; }
  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible; } }

/*MD*/
@media (min-width: 768px) {
  /* show 3rd of 3 item slide */
  .carousel-inner .active + .carousel-item + .carousel-item {
    display: block; }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none; }
  .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0); }
  /* left or forward direction */
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  /* right or prev direction */
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible; } }

/*LG */
@media (min-width: 991px) {
  /* show 4th item */
  .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block; }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none; }
  /* Show 5th slide on lg if col-lg-3 */
  .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible; }
  /* left or forward direction */
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  /* right or prev direction //t - previous slide direction last item animation fix */
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible; } }

@media screen and (max-width: 989px) {
  .text_boxy table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed; }
  .text_boxy table th,
  .text_boxy table td {
    text-align: center;
    padding: 0; }
  .text_boxy table th {
    letter-spacing: .1em;
    text-transform: uppercase; }
  .text_boxy table {
    border: 0; }
  .text_boxy table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .text_boxy table tr {
    display: block; }
  .text_boxy table td {
    display: block;
    text-align: left; }
  .text_boxy table td::before {
    /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase; }
  .text_boxy table td:last-child {
    border-bottom: 0; } }

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