/*  #region Import                                  */
/*  ==============================================
             IMPORT COMPONENTS & STYLES
    ==============================================  */
/*  Global mixins ============================  */
/* ==============================================
                       MIXINS 
   ============================================== */
/* #region SECTION PADDING ====================== */
/* #endregion =================================== */
/* #region ALIGN ================================ */
/* #endregion =================================== */
/* #region RESPONSIVE =========================== */
/* #endregion =================================== */
/*  Global style =============================  */
/*  ==============================================
                       VARIABLES
    ==============================================  */
/* Fonts =====================================  */
/* Colors ====================================  */
/* Layout style ==============================  */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?gtilpt");
  src: url("fonts/icomoon.eot?gtilpt#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?gtilpt") format("truetype"), url("fonts/icomoon.woff?gtilpt") format("woff"), url("fonts/icomoon.svg?gtilpt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-stock:before {
  content: "\e915"; }

.icon-menu-outline:before {
  content: "\e914"; }

.icon-logo-pinterest:before {
  content: "\e910"; }

.icon-logo-twitter:before {
  content: "\e911"; }

.icon-logo-facebook:before {
  content: "\e912"; }

.icon-checkmark-outline:before {
  content: "\e913"; }

.icon-chevron-down-outline:before {
  content: "\e90e"; }

.icon-close-outline:before {
  content: "\e90f"; }

.icon-trash-outline:before {
  content: "\e90d"; }

.icon-settings:before {
  content: "\e90b"; }

.icon-log-out:before {
  content: "\e90c"; }

.icon-mail-open:before {
  content: "\e90a"; }

.icon-add:before {
  content: "\e900"; }

.icon-arrow-left:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\e902"; }

.icon-cart:before {
  content: "\e903"; }

.icon-clock:before {
  content: "\e904"; }

.icon-map:before {
  content: "\e905"; }

.icon-phone:before {
  content: "\e906"; }

.icon-remove:before {
  content: "\e907"; }

.icon-search:before {
  content: "\e908"; }

.icon-user:before {
  content: "\e909"; }

@font-face {
  font-family: 'caticons';
  src: url("fonts/icons/caticons.eot?mrzk5m");
  src: url("fonts/icons/caticons.eot?mrzk5m#iefix") format("embedded-opentype"), url("fonts/icons/caticons.ttf?mrzk5m") format("truetype"), url("fonts/icons/caticons.woff?mrzk5m") format("woff"), url("fonts/icons/caticons.svg?mrzk5m#caticons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="cat-"], [class*=" cat-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'caticons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cat-KG:before {
  content: "\e900"; }

.cat-UP:before {
  content: "\e901"; }

.cat-KA:before {
  content: "\e902"; }

.cat-KI:before {
  content: "\e903"; }

.cat-KK:before {
  content: "\e904"; }

.cat-KS:before {
  content: "\e905"; }

.cat-OL:before {
  content: "\e907"; }

.cat-PR:before {
  content: "\e906"; }

.cat-PT:before {
  content: "\e908"; }

.cat-RK:before {
  content: "\e909"; }

.cat-RL:before {
  content: "\e90a"; }

.cat-TE:before {
  content: "\e90b"; }

.cat-TP:before {
  content: "\e90c"; }

.cat-TX:before {
  content: "\e90d"; }

.cat-UB:before {
  content: "\e90e"; }

.cat-AO:before {
  content: "\e90f"; }

.hero-btn {
  border: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  color: #fff;
  font-size: 1rem;
  -webkit-transition: ease-out all .3s;
  transition: ease-out all .3s; }
  @media (min-width: 1200px) and (max-width: 1536.98px) {
    .hero-btn {
      padding: 5px 10px 5px 10px; } }
  .hero-btn:hover {
    color: #FED154;
    background-color: #fff;
    -webkit-transition: ease-in all .3s;
    transition: ease-in all .3s; }

.main-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px 10px 20px;
  color: #101010;
  border: none;
  background-color: #FED154;
  font-size: 1rem;
  -webkit-transition: ease-out all .3s;
  transition: ease-out all .3s;
  border-radius: 5px !important; }
  @media (min-width: 1200px) and (max-width: 1536.98px) {
    .main-btn {
      padding: 5px 10px 5px 10px; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .main-btn {
      font-size: 0.9rem; } }
  .main-btn i {
    font-size: 1.2rem;
    margin-right: .3rem; }
  .main-btn:hover {
    color: #101010 !important;
    background-color: #fec321 !important;
    -webkit-transition: ease-in all .3s;
    transition: ease-in all .3s; }

.btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1E2329;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 10px 15px 10px 15px;
  color: #1E2329;
  background-color: transparent;
  font-size: 1rem;
  -webkit-transition: ease-out all .3s;
  transition: ease-out all .3s; }
  .btn-back i {
    margin-right: .5rem; }
  .btn-back:hover {
    -webkit-transition: ease-out all .2s;
    transition: ease-out all .2s;
    background-color: #1E2329;
    color: #fff; }

.back-btn {
  text-transform: uppercase; }
  .back-btn span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 1s;
    transition: all 1s; }
    .back-btn span:hover::after {
      content: '';
      position: absolute;
      left: -17px;
      border: solid #FED154;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: all 1s;
      transition: all 1s; }
    .back-btn span::after {
      content: '';
      position: absolute;
      left: -17px;
      border: solid #101010;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: all 1s;
      transition: all 1s; }

.small-btn {
  border-radius: 5px;
  font-size: 0.9rem;
  padding: 5px 10px 5px 10px; }

.download-btn {
  border: 1px solid #E8E8E8;
  background-color: #F3F3F3;
  border-radius: 5px; }

/* [Usage: Add this class to color button] */
.main-color {
  color: #101010;
  -webkit-transition: ease-out all .3s;
  transition: ease-out all .3s;
  background-color: #FED154 !important;
  border: none; }
  .main-color:hover {
    background-color: #fec321;
    color: #101010;
    -webkit-transition: ease-in all .3s;
    transition: ease-in all .3s; }

.sec-color {
  color: #fff;
  border: none;
  -webkit-transition: ease-out all .3s;
  transition: ease-out all .3s;
  background-color: #1E2329; }
  .sec-color:hover {
    color: #fff;
    background-color: #1c2026;
    -webkit-transition: ease-in all .3s;
    transition: ease-in all .3s; }

/*  ==============================================
                   UTILITY CLASSES
    ==============================================  */
@media (max-width: 575.98px) {
  .mobile-hide {
    display: none; } }

.mobile-show {
  display: none; }
  @media (max-width: 575.98px) {
    .mobile-show {
      display: block; } }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fafafa;
  z-index: 3000;
  left: 0; }

@media (max-width: 575.98px) {
  .mobile-overflow {
    overflow: hidden; } }

.down-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 33%;
          transform-origin: 33%; }

@media (max-width: 575.98px) {
  .navigation .container-fluid {
    padding-left: 3%;
    padding-right: 3%; } }

.container-fluid {
  padding-left: 12%;
  padding-right: 12%; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .container-fluid {
      padding-left: 3%;
      padding-right: 3%; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .container-fluid {
      padding-left: 5%;
      padding-right: 5%; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .container-fluid {
      padding-left: 5%;
      padding-right: 5%; } }
  @media (max-width: 575.98px) {
    .container-fluid {
      padding-left: 5%;
      padding-right: 5%; } }

@media (max-width: 575.98px) {
  #h-products .container-fluid {
    padding-left: 8%;
    padding-right: 7%; } }
@media (min-width: 1200px) and (max-width: 1280px) {
  #h-products .container-fluid .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; } }

.bg-color-main {
  background-color: #FED154; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .bg-md-transparent {
    background-color: transparent; } }

@media (max-width: 575.98px) {
  .d-xs-none {
    display: none !important; } }

@media (max-width: 575.98px) {
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; } }

@media (max-width: 575.98px) {
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important; } }

@media (max-width: 575.98px) {
  .p-sm-0 {
    padding: 0 !important; } }

@media (max-width: 575.98px) {
  .p-xs-0 {
    padding: 0 !important; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .mt-md-3 {
    margin-top: 1rem !important; } }

@media (max-width: 575.98px) {
  .mt-sm-3 {
    margin-top: 1rem !important; } }

@media (max-width: 575.98px) {
  .mt-xs-3 {
    margin-top: 1rem !important; } }

@media (max-width: 575.98px) {
  .mt-xs-1 {
    margin-top: .5rem !important; } }

.page-top-btm-padding {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (max-width: 575.98px) {
    .page-top-btm-padding {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

.section-border {
  border: 1px solid #EBEBEB;
  padding: 2rem;
  border-radius: 5px; }

.section-border-active {
  border: 1px solid #FED154;
  padding: 2rem;
  border-radius: 5px; }

.img-fluid {
  width: 100%;
  height: 90%;
  background-size: cover;
  background-position: center; }

.small-container {
  background-color: #FED154;
  color: #fff;
  padding: .5rem;
  width: 100%; }

.big-container {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #FED154; }
  .big-container a, .big-container span, .big-container p, .big-container i, .big-container h3 {
    color: #fff; }

/*  ==============================================
                      INPUT STYLE
    ==============================================  */
/* All =======================================  */
input:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

form .form-group {
  margin-bottom: 0.8rem; }
  form .form-group textarea {
    border-radius: 5px;
    background-color: transparent;
    font-size: 1rem; }
    @media (min-width: 1200px) and (max-width: 1280px) {
      form .form-group textarea {
        font-size: 0.9rem; } }
    form .form-group textarea::-webkit-input-placeholder {
      color: #767676; }
    form .form-group textarea:-ms-input-placeholder {
      color: #767676; }
    form .form-group textarea::-ms-input-placeholder {
      color: #767676; }
    form .form-group textarea::placeholder {
      color: #767676; }
  form .form-group input {
    border-radius: 5px;
    background-color: transparent;
    font-size: 1.1rem; }
    @media (min-width: 1200px) and (max-width: 1536.98px) {
      form .form-group input {
        font-size: 1rem; } }
    @media (min-width: 1200px) and (max-width: 1280px) {
      form .form-group input {
        font-size: 0.9rem; } }
    form .form-group input::-webkit-input-placeholder {
      color: #767676; }
    form .form-group input:-ms-input-placeholder {
      color: #767676; }
    form .form-group input::-ms-input-placeholder {
      color: #767676; }
    form .form-group input::placeholder {
      color: #767676; }
form button {
  width: 100%; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #EBEBEB !important;
  border-radius: 5px !important;
  padding: 10px 15px;
  font-size: 1rem;
  height: 40px;
  background-color: transparent !important; }
  @media (min-width: 1200px) and (max-width: 1536.98px) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .uneditable-input {
      font-size: 0.9rem;
      height: 40px; } }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
    border: 1px solid #FED154 !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

.custom-select {
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #EBEBEB; }
  @media (min-width: 1200px) and (max-width: 1536.98px) {
    .custom-select {
      font-size: 0.9rem; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .custom-select {
      font-size: 0.8rem; } }

.form-control {
  font-size: 1rem !important; }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .form-control {
      font-size: 0.8rem !important; } }

.form-group input:focus {
  outline: none !important; }

input:focus {
  outline: none !important; }

.unesi-kolicinu {
  height: calc(1.5em + 0.75rem + 2px) !important;
  border-radius: 5px !important; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FED154;
  border-color: #FED154;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.custom-control-label::before {
  border-radius: 5px !important;
  border-color: #EBEBEB; }

@media (min-width: 1200px) and (max-width: 1536.98px) {
  .left-sidebar .checkmark {
    width: 16px !important;
    height: 16px !important; } }

.abc-color {
  position: relative;
  padding-left: 1.7rem;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  margin: 0.45rem 0;
  width: auto;
  padding-bottom: 0rem; }
  .abc-color input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .abc-color input:checked ~ .checkmark {
      background-color: transparent; }
      .abc-color input:checked ~ .checkmark:after {
        display: block; }
  .abc-color:hover input ~ .checkmark {
    background-color: transparent; }
  .abc-color .checkmark:after {
    top: -7px;
    left: -7px;
    width: 30px;
    height: 30px;
    position: absolute;
    border: 2px solid #ececec;
    padding: 5px;
    border-radius: 30px !important; }
    @media (min-width: 1200px) and (max-width: 1536.98px) {
      .abc-color .checkmark:after {
        width: 28px !important;
        height: 28px !important; } }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 15px !important;
  border: 1px solid rgba(226, 226, 226, 0.4); }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none; }

.checkmark img {
  border-radius: 15px;
  height: 109%;
  width: 109%;
  margin-top: -8px;
  margin-left: -1px; }

.uk-radio {
  border-radius: 5px !important;
  border: 1px solid #EBEBEB;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .uk-radio, .uk-radio .uk-checkbox {
    width: 16px;
    height: 16px; }
  .uk-radio:checked {
    background-color: #FED154 !important; }
  .uk-radio:hover {
    border: 1px solid #FED154;
    -webkit-transition: all .3s;
    transition: all .3s; }

.uk-radio:checked {
  border: 1px solid #FED154;
  background-color: transparent !important;
  background-image: url("img/focus/other/close-outline.svg");
  background-size: 7px;
  position: relative; }
  .uk-radio:checked::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #FED154;
    left: 2px;
    top: 2px;
    border-radius: 2px;
    position: absolute; }

.have-question-banner {
  background-color: #FED154;
  color: #fff;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.5rem;
  border-radius: 5px;
  margin-bottom: 2rem; }
  .have-question-banner strong {
    display: block;
    font-size: 3rem;
    line-height: 4rem;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem; }
  .have-question-banner a {
    width: 100%; }

.look-products-banner {
  background-color: #F7F8F8;
  color: #101010;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.5rem;
  border-radius: 5px; }
  .look-products-banner strong {
    display: block;
    font-size: 1.7rem;
    line-height: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem; }
  .look-products-banner a {
    width: 100%; }

/*  Components ON/OFF ========================  */
.darken-background {
  width: 100%;
  height: 500vh;
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.315);
  -webkit-transition: all .4s;
  transition: all .4s;
  display: none; }

.darken-show {
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s; }

.main-bg {
  background-color: #FED154; }
  .main-bg h3, .main-bg a {
    color: #fff !important; }

.contact-sidebar-button {
  position: fixed;
  right: 0;
  bottom: 10vh;
  background-color: #FED154;
  width: 50px;
  height: 45px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 2000;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-box-shadow: 0px 0px 20px rgba(226, 226, 226, 0.4);
          box-shadow: 0px 0px 20px rgba(226, 226, 226, 0.4); }
  @media (min-width: 1200px) and (max-width: 1536.98px) {
    .contact-sidebar-button {
      width: 40px;
      height: 35px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .contact-sidebar-button {
      display: none; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .contact-sidebar-button {
      display: none; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .contact-sidebar-button {
      display: none; } }
  @media (max-width: 575.98px) {
    .contact-sidebar-button {
      display: none; } }
  .contact-sidebar-button:hover {
    cursor: pointer; }
  .contact-sidebar-button img {
    position: absolute;
    top: 30%;
    left: 30%;
    width: 40%;
    height: auto;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
  .contact-sidebar-button img.open {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

.c-sidebar {
  width: 390px;
  height: 100vh;
  position: fixed;
  right: -580px;
  top: 0;
  background: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  z-index: 10001;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow-x: hidden;
  overflow-y: scroll; }
  .c-sidebar i {
    margin-right: .2rem; }
  .c-sidebar img {
    margin-right: 1em; }

.c-sidebar-bg {
  background-color: #fafafa;
  border-radius: 5px; }

.c-sidebar-open {
  -webkit-transition: all .4s;
  transition: all .4s; }
  .c-sidebar-open .c-sidebar {
    right: 0;
    padding: 30px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 57, 0.05);
            box-shadow: 0 0 40px rgba(0, 0, 57, 0.05);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    @media (min-width: 1200px) and (max-width: 1536.98px) {
      .c-sidebar-open .c-sidebar {
        padding: 5px; } }
  .c-sidebar-open .contact-sidebar-button {
    right: 390px; }

/* #region Contact sidebar */
.focus-dark-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  display: none;
  cursor: pointer; }

.contact-sidebar-button.move-left {
  right: 350px;
  -webkit-transition: all .7s;
  transition: all .7s; }
  @media (max-width: 575.98px) {
    .contact-sidebar-button.move-left {
      right: 88vw; } }

.contact-card {
  padding: 2rem;
  width: 350px;
  height: 100vh;
  position: fixed;
  z-index: 3000;
  right: -1000px;
  top: 0;
  background-color: #fff;
  -webkit-transition: all .6s;
  transition: all .6s; }
  @media (max-width: 575.98px) {
    .contact-card {
      width: 88vw; } }
  .contact-card h2 {
    text-transform: uppercase;
    color: #FED154; }
  .contact-card [class^="icon-"] {
    margin-right: .5rem; }
  .contact-card .info {
    margin-top: 2.5rem; }
    .contact-card .info span {
      margin-bottom: .8rem; }
    .contact-card .info i {
      color: #FED154;
      font-size: 1.3rem;
      margin-bottom: 1rem;
      margin-right: 1.2rem; }
  .contact-card.contact-card-show {
    right: 0;
    -webkit-transition: all .6s;
    transition: all .6s; }

/* #endregion Contact sidebar */
.show-mini-nav {
  -webkit-transition: all .4s;
  transition: all .4s; }
  .show-mini-nav #navigacija {
    margin-top: -100px;
    -webkit-transition: all .3s;
    transition: all .3s; }
  @media (max-width: 575.98px) {
    .show-mini-nav {
      padding-top: unset; } }

.navigation {
  border-bottom: 1px solid #F3F3F3; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .navigation .remove-padding-md {
      padding-top: 0px !important; } }
  .navigation .top-controls {
    border-bottom: 1px solid #F3F3F3;
    padding-top: .7rem;
    padding-bottom: .7rem;
    background-color: #1E2329; }
    @media (min-width: 1200px) and (max-width: 1536.98px) {
      .navigation .top-controls span, .navigation .top-controls a, .navigation .top-controls strong, .navigation .top-controls .form-control {
        font-size: .7rem !important; } }
    @media (min-width: 1200px) and (max-width: 1280px) {
      .navigation .top-controls span, .navigation .top-controls a, .navigation .top-controls strong, .navigation .top-controls .form-control {
        font-size: .6rem !important; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .navigation .top-controls {
        display: none; } }
    @media (max-width: 575.98px) {
      .navigation .top-controls {
        display: none; } }
    .navigation .top-controls .top-header-contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .navigation .top-controls .top-header-contact {
          display: none; } }
      .navigation .top-controls .top-header-contact a {
        color: #F7F8F8;
        margin-right: 1rem; }
        .navigation .top-controls .top-header-contact a:hover {
          color: #FED154; }
        .navigation .top-controls .top-header-contact a i {
          margin-right: .5rem; }
        .navigation .top-controls .top-header-contact a span, .navigation .top-controls .top-header-contact a strong {
          font-size: .8rem; }
  .navigation .active {
    color: #FED154 !important; }
  @media (min-width: 1200px) and (max-width: 3000px) {
    .navigation .nav-mob-icons {
      display: none !important; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .navigation .nav-mob-icons {
      display: none !important; } }
  .navigation .nav-mob-icons i {
    color: #F7F8F8; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .navigation .container-fluid {
      padding-left: 0%;
      padding-right: 0%; } }
  .navigation .sticky-mob-show {
    top: 30px; }
  .navigation .mobile-search {
    width: 100%;
    background-color: #F7F8F8;
    z-index: 4000; }
  .navigation .mobile-nav {
    width: 100%;
    height: 50px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .navigation .mobile-nav {
        background-color: #1E2329;
        padding-top: 4px !important; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .navigation .mobile-nav {
        background-color: #1E2329; } }
    @media (max-width: 575.98px) {
      .navigation .mobile-nav {
        background-color: #1E2329; } }
    .navigation .mobile-nav i {
      font-size: 1rem; }
      @media (min-width: 1200px) and (max-width: 1536.98px) {
        .navigation .mobile-nav i {
          font-size: 1rem; } }
      @media (max-width: 575.98px) {
        .navigation .mobile-nav i {
          font-size: 1.4rem; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .navigation .mobile-nav i {
          font-size: 1.4rem; } }
    .navigation .mobile-nav .navbar-toggler span {
      position: absolute;
      top: 0;
      right: 0;
      color: #fff;
      background-color: #FED154;
      width: 50px;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 1.3rem !important; }
  .navigation .main-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .navigation .main-logo img {
      width: 180px; }
      @media (min-width: 1200px) and (max-width: 1536.98px) {
        .navigation .main-logo img {
          width: 140px; } }
      @media (min-width: 1200px) and (max-width: 1536.98px) {
        .navigation .main-logo img {
          width: 110px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .navigation .main-logo {
        display: none; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .navigation .main-logo {
        display: none; } }
    @media (max-width: 575.98px) {
      .navigation .main-logo {
        display: none; } }
  .navigation .main-logo-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .navigation .main-logo-mobile img {
      width: 100px;
      margin-left: 12px; }
    @media (min-width: 1200px) and (max-width: 3000px) {
      .navigation .main-logo-mobile {
        display: none; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .navigation .main-logo-mobile {
        display: none; } }
    .navigation .main-logo-mobile .ml-mob {
      width: 120px;
      height: 43px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      margin-left: 7px;
      margin-top: 2px; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .navigation .main-logo-mobile .ml-mob {
          background-position: left !important;
          margin-left: -15px; } }

header {
  background-color: #fff;
  z-index: 2000; }
  header .cart-icon {
    position: relative; }
    header .cart-icon .nav-link {
      color: #F7F8F8 !important; }
    header .cart-icon:hover .cart-preview {
      visibility: visible;
      opacity: 1;
      -webkit-transition: ease-in all 0.3s;
      transition: ease-in all 0.3s; }
  header .cart-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    visibility: hidden;
    border-radius: 5px;
    opacity: 0;
    position: absolute;
    padding: 10px;
    background-color: #fff;
    z-index: 6001;
    right: -10px;
    width: 400px;
    height: 325px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
    -webkit-transition: ease-out all 0.3s;
    transition: ease-out all 0.3s; }
    header .cart-preview a {
      color: black; }
      header .cart-preview a:hover {
        color: #FED154; }
    header .cart-preview .all-items {
      overflow-y: scroll;
      overflow-x: hidden; }
      header .cart-preview .all-items::-webkit-scrollbar {
        width: 7px;
        background-color: #f5f5f5; }
      header .cart-preview .all-items::-webkit-scrollbar-thumb {
        background-color: #FED154;
        border: 2px solid transparent; }
        header .cart-preview .all-items::-webkit-scrollbar-thumb:hover {
          background: rgba(255, 255, 255, 0.2); }
      header .cart-preview .all-items .cart-item {
        border: 1px solid #EBEBEB;
        padding: 10px;
        position: relative;
        margin-top: 5px; }
        header .cart-preview .all-items .cart-item:first-child {
          margin: 0; }
        header .cart-preview .all-items .cart-item .item-img {
          width: 60px;
          height: 60px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
        header .cart-preview .all-items .cart-item i {
          width: 10%;
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          background-color: #fff;
          font-size: 1rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-left: 1px solid #EBEBEB;
          -webkit-transition: ease-out all 0.3s;
          transition: ease-out all 0.3s; }
          header .cart-preview .all-items .cart-item i:hover {
            background-color: #FED154;
            width: 40%;
            color: #fff;
            -webkit-transition: ease-out all 0.3s;
            transition: ease-out all 0.3s; }
            header .cart-preview .all-items .cart-item i:hover::after {
              content: "Ukloni";
              margin-left: 10px;
              font-family: "Rubik", sans-serif;
              font-size: .9rem !important;
              color: #fff;
              -webkit-transition: ease-out all 0.5s;
              transition: ease-out all 0.5s; }
        header .cart-preview .all-items .cart-item h6 {
          font-size: .9rem;
          margin: 0;
          width: 260px; }
        header .cart-preview .all-items .cart-item span {
          font-size: .8rem; }
  header .user-icon {
    position: relative; }
    header .user-icon .nav-link {
      color: #F7F8F8 !important; }
    header .user-icon:hover .user-options {
      visibility: visible;
      opacity: 1;
      -webkit-transition: ease-in all 0.3s;
      transition: ease-in all 0.3s; }
  header .user-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style-type: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    visibility: hidden;
    border-radius: 5px;
    opacity: 0;
    position: absolute;
    padding: 10px;
    background-color: #fff;
    z-index: 6001;
    right: 0;
    width: 195px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
    -webkit-transition: ease-out all 0.3s;
    transition: ease-out all 0.3s; }
    header .user-options a:hover {
      color: #FED154; }
  header nav.navigation {
    background-color: #fff !important; }
    header nav.navigation .row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header nav.navigation .row i.icon-cart {
        padding: 0; }
      header nav.navigation .row form .form-group {
        margin: 0; }
        header nav.navigation .row form .form-group input {
          position: relative;
          padding: 1.2rem .5rem;
          padding-left: 2rem;
          border: 0;
          background-color: #F7F8F8 !important; }
        header nav.navigation .row form .form-group i {
          position: absolute;
          top: 50%;
          left: 4%;
          -webkit-transform: translate(-4%, -50%);
          transform: translate(-4%, -50%);
          font-size: 1.3rem;
          color: #101010; }
      header nav.navigation .row .navbar {
        padding: 0.5rem 0; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          header nav.navigation .row .navbar {
            padding: 10px; } }
        @media (max-width: 575.98px) {
          header nav.navigation .row .navbar {
            padding: 0px; } }
        header nav.navigation .row .navbar ul.navbar-nav {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        header nav.navigation .row .navbar li.nav-item:last-child a.nav-link {
          padding-right: 0; }
        header nav.navigation .row .navbar li.nav-item a.nav-link {
          color: #1E2329;
          padding: 0.5rem 1rem;
          padding-top: .35rem;
          font-size: 0.9rem;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          position: relative;
          text-transform: uppercase; }
          @media (min-width: 1200px) and (max-width: 1280px) {
            header nav.navigation .row .navbar li.nav-item a.nav-link {
              padding: .5rem .5rem; } }
          @media (min-width: 992px) and (max-width: 1199.98px) {
            header nav.navigation .row .navbar li.nav-item a.nav-link {
              padding: .5rem .6rem; } }
          header nav.navigation .row .navbar li.nav-item a.nav-link:hover {
            color: #FED154; }
          header nav.navigation .row .navbar li.nav-item a.nav-link .product-badge {
            background-color: #FED154;
            border-radius: 50%;
            position: absolute;
            top: -6px;
            right: -8px;
            width: 18px;
            height: 18px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #ffffff;
            font-size: 0.7rem; }
          header nav.navigation .row .navbar li.nav-item a.nav-link i {
            font-size: 1.5rem;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            @media (min-width: 1200px) and (max-width: 1536.98px) {
              header nav.navigation .row .navbar li.nav-item a.nav-link i {
                font-size: 1.2rem; } }
            header nav.navigation .row .navbar li.nav-item a.nav-link i:hover::before {
              color: #FED154; }
  header nav .mobile-cart {
    padding: 5px;
    padding-left: 16px; }
  header nav .menu .kontakt a {
    padding: 10px;
    padding-left: 16px; }
  header nav .menu .kontakt .a-icon {
    padding-right: 0px; }

.hidden-nav {
  z-index: 3000;
  background-color: #fafafa;
  position: absolute;
  width: 100%;
  top: -360px;
  -webkit-transition: all .0s;
  transition: all .0s; }

.sticky-nav-show {
  -webkit-transition: all .8s;
  transition: all .8s; }

#navigacija {
  z-index: -1;
  background-color: #FDFDFD;
  border-bottom: 1px solid #FED154;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    #navigacija {
      display: none; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #navigacija {
      display: none; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    #navigacija {
      display: none; } }
  @media (max-width: 575.98px) {
    #navigacija {
      display: none; } }

.nav-bar {
  width: 100%;
  height: 65px;
  background-color: #FDFDFD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 1200px) and (max-width: 1536.98px) {
    .nav-bar {
      height: 55px; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .nav-bar {
      height: 50px; } }
  .nav-bar .main-menu-list {
    list-style: none !important;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .nav-bar .main-menu-list .main-nav-icon {
      font-size: 3rem;
      color: #1c2026; }
    .nav-bar .main-menu-list li {
      width: 100%;
      height: 100%;
      border-left: 1px solid #F3F3F3;
      border-right: 1px solid #F3F3F3;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .nav-bar .main-menu-list li:last-child {
        margin-right: 0; }
      .nav-bar .main-menu-list li:hover {
        background-color: #FED154; }
      .nav-bar .main-menu-list li:hover .mega-menu {
        color: #fff;
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
                transform: scale(1); }
  .nav-bar .mega-menu {
    position: fixed;
    top: 210px;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 400px;
    max-width: 400px;
    min-height: 200px;
    background: #F7F8F8;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-bottom: 10px;
    z-index: 6000;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transform: scale(0);
            transform: scale(0); }
    @media (min-width: 1200px) and (max-width: 1536.98px) {
      .nav-bar .mega-menu {
        top: 195px; } }
    @media (min-width: 1200px) and (max-width: 1280px) {
      .nav-bar .mega-menu {
        top: 190px; } }
    .nav-bar .mega-menu .nav-title-materijali {
      padding: .4rem;
      width: 100%;
      top: 0;
      margin-bottom: 30px;
      background-color: #FED154 !important;
      color: #fff !important; }
    .nav-bar .mega-menu .content {
      margin-top: 30px; }
  .nav-bar .mobile-logo {
    display: none; }
  .nav-bar .mega-menu-items {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 30px 30px 30px 30px 30px 30px;
    grid-gap: 0px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 10px;
    padding-left: 0;
    list-style-type: none; }
    .nav-bar .mega-menu-items a {
      font-size: 0.9rem;
      color: #000; }
      .nav-bar .mega-menu-items a:hover {
        color: #FED154; }
  .nav-bar .mega-menu-banner {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 5px; }
  .nav-bar .inner-mega-menu {
    width: 100%;
    float: left;
    margin-right: 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .nav-bar .inner-mega-menu ul {
      width: 100%;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .nav-bar .inner-mega-menu ul li {
        margin-bottom: .4rem;
        float: left;
        width: 50%; }
      .nav-bar .inner-mega-menu ul li:hover {
        background-color: transparent; }
    .nav-bar .inner-mega-menu:last-child {
      margin-right: 0%; }

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem; }
  .pagination .page-item .page-link {
    border: 1px solid transparent;
    color: #484848;
    padding: .7rem 1.2rem;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media (min-width: 1200px) and (max-width: 1536.98px) {
      .pagination .page-item .page-link {
        padding: .5rem 1rem; } }
    @media (max-width: 575.98px) {
      .pagination .page-item .page-link {
        padding: .2rem .4rem; } }
    .pagination .page-item .page-link:hover {
      border: 1px solid transparent;
      color: #FED154;
      background-color: transparent;
      -webkit-transition: all .3s;
      transition: all .3s; }
  .pagination .page-arrow {
    position: relative; }
    .pagination .page-arrow:after {
      content: '';
      position: absolute;
      top: 17px;
      left: 17px;
      border: solid #b3b3b3;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    .pagination .page-arrow .page-link {
      border: none;
      height: 100%;
      margin-left: 0.5px;
      margin-right: 0.5px; }
  .pagination .page-arrow-right {
    position: relative; }
    .pagination .page-arrow-right:after {
      content: '';
      position: absolute;
      top: 17px;
      right: 17px;
      border: solid #b3b3b3;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .pagination .page-arrow-right .page-link {
      border: none;
      height: 100%;
      margin-left: 0.5px;
      margin-right: 0.5px; }
  .pagination .page-item.active .page-link {
    border: 1px solid #FED154;
    background-color: #FED154 !important;
    color: #fff;
    border-radius: 5px;
    background-color: transparent; }

#breadcrumb {
  padding-bottom: 0;
  padding-top: 2rem; }
  #breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0; }
    #breadcrumb .breadcrumb li.breadcrumb-item {
      font-size: 0.9rem;
      text-transform: uppercase; }
      #breadcrumb .breadcrumb li.breadcrumb-item a {
        color: #474747; }
    #breadcrumb .breadcrumb .breadcrumb-item.active {
      color: #FED154; }

.header-top {
  background-color: #F7F8F8;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3000; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .header-top {
      display: none; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .header-top {
      display: none; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .header-top {
      display: none; } }
  @media (max-width: 575.98px) {
    .header-top {
      display: none; } }
  .header-top .information {
    background-color: #F7F8F8;
    padding: 0.4rem;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1; }
    .header-top .information .item {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-right: 1.5rem;
      font-size: 0.7rem; }
      @media (min-width: 1200px) and (max-width: 1280px) {
        .header-top .information .item {
          margin-right: .7rem; } }
      .header-top .information .item a {
        font-size: 0.7rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000039;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media (min-width: 1200px) and (max-width: 1280px) {
          .header-top .information .item a {
            font-size: .5rem !important; } }
        @media (min-width: 1200px) and (max-width: 1536.98px) {
          .header-top .information .item a {
            font-size: .55rem !important; } }
        .header-top .information .item a:hover {
          color: #FED154; }
          .header-top .information .item a:hover i::before {
            color: #FED154; }
        .header-top .information .item a i {
          margin-right: 0.5rem;
          font-size: 1.2rem;
          color: #FED154; }
          @media (min-width: 1200px) and (max-width: 1536.98px) {
            .header-top .information .item a i {
              font-size: 1rem; } }
          @media (min-width: 1200px) and (max-width: 1280px) {
            .header-top .information .item a i {
              font-size: 1rem; } }

.mobile-search {
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  margin-top: 4px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: ease-out all .3s;
  transition: ease-out all .3s;
  display: none; }
  @media (max-width: 575.98px) {
    .mobile-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mobile-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .mobile-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .mobile-search i {
    position: absolute;
    left: 20px;
    font-size: 1.2rem !important; }
  .mobile-search input {
    width: 100%;
    padding-left: 40px; }
  .mobile-search.mobile-search-show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: ease-out all .3s;
    transition: ease-out all .3s; }

.backBtn {
  min-width: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FED154;
  border: none; }
  .backBtn span {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 1.2rem !important; }

.sub-item {
  padding: 7px;
  padding-right: 0px !important;
  padding-top: 14px; }
  .sub-item i {
    font-size: 1.4rem !important; }

.menu a.sub-item {
  padding: 7px;
  padding-right: 0px !important;
  padding-top: 14px; }

.menu i.sub-item {
  font-size: 1.4rem !important; }

i.sub-item {
  font-size: 1.4rem !important; }

.menu-right {
  right: -800px;
  z-index: 5000; }
  .menu-right .backBtn {
    text-align: left; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .menu-right {
      right: -1200px; } }

.menu {
  border-right: 1px solid #fafafa;
  background-color: #fafafa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  min-height: 620px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden; }
  @media (min-width: 1200px) and (max-width: 3000px) {
    .menu {
      display: none; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .menu {
      display: none; } }
  .menu a {
    display: block;
    color: #000;
    padding: 16px;
    text-decoration: none;
    position: relative;
    z-index: 11;
    font-size: 1rem; }
  .menu i {
    font-size: 1rem; }
  .menu .kontakt {
    position: absolute;
    bottom: 0; }
  .menu .nav-link {
    width: 100%;
    text-align: center;
    font-size: 1rem !important; }

.menu-right.right-open {
  right: 0; }

.top-cart-icon {
  position: relative;
  display: none; }
  @media (max-width: 575.98px) {
    .top-cart-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .top-cart-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .top-cart-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .top-cart-icon .product-badge {
    background-color: #FED154;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: -2px;
    width: 13px;
    height: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.5rem; }

#filter_button {
  display: none;
  padding: 10px;
  background-color: #FED154;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 100; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    #filter_button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #filter_button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    #filter_button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 575.98px) {
    #filter_button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  #filter_button i {
    margin-right: 15px; }

.filter-menu {
  border-right: 1px solid #fafafa;
  background-color: #fafafa;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  left: 0;
  z-index: 10;
  width: 100%;
  min-height: 620px;
  height: 100%;
  overflow: scroll;
  padding-bottom: 250px; }
  @media (min-width: 1200px) and (max-width: 3000px) {
    .filter-menu {
      display: none; } }
  .filter-menu .menu-content {
    padding: 30px; }
    .filter-menu .menu-content h4, .filter-menu .menu-content h6 {
      text-transform: uppercase;
      font-weight: 600; }
    .filter-menu .menu-content .delete-filters {
      padding: 3px 6px;
      font-size: 0.7rem;
      font-weight: 400;
      color: #FED154;
      border-radius: 5px;
      border: 1px solid #FED154;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .filter-menu .filterBackBtn {
    background-color: #FED154;
    height: 50px;
    text-align: right;
    color: #fff !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 20; }
    .filter-menu .filterBackBtn i {
      color: #fff !important;
      margin-right: 10px;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .filter-menu a {
    display: block;
    color: #000;
    text-decoration: none;
    position: relative;
    z-index: 11;
    font-size: 0.9rem;
    padding: 10px;
    padding-left: 0px; }

.filter-menu-right {
  bottom: -1000px;
  z-index: 5000; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .filter-menu-right {
      bottom: -1100px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .filter-menu-right {
      bottom: -1400px; } }

.filter-menu-right.filter-right-open {
  bottom: 0; }

.cart-menu {
  border-right: 1px solid #fafafa;
  background-color: #fafafa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 400px;
  padding-bottom: 250px; }
  @media (min-width: 1200px) and (max-width: 3000px) {
    .cart-menu {
      display: none; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .cart-menu {
      display: none; } }
  .cart-menu .all-items {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 10px; }
    .cart-menu .all-items .cart-item {
      border: 1px solid #EBEBEB;
      padding: 10px;
      position: relative;
      margin-top: 5px; }
      .cart-menu .all-items .cart-item:first-child {
        margin: 0; }
      .cart-menu .all-items .cart-item .item-img {
        width: 60px;
        height: 60px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      .cart-menu .all-items .cart-item i {
        width: 10%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-left: 1px solid #EBEBEB;
        -webkit-transition: ease-out all 0.3s;
        transition: ease-out all 0.3s; }
        .cart-menu .all-items .cart-item i:hover {
          background-color: #FED154;
          width: 40%;
          color: #fff;
          -webkit-transition: ease-out all 0.3s;
          transition: ease-out all 0.3s; }
          .cart-menu .all-items .cart-item i:hover::after {
            content: "Ukloni";
            margin-left: 10px;
            font-family: "Rubik", sans-serif;
            font-size: 1rem;
            color: #fff;
            -webkit-transition: ease-out all 0.5s;
            transition: ease-out all 0.5s; }
      .cart-menu .all-items .cart-item h6 {
        margin: 0; }
  .cart-menu .menu-content {
    padding: 10px;
    height: 350px; }
    .cart-menu .menu-content h4, .cart-menu .menu-content h6 {
      text-transform: uppercase;
      font-weight: 600; }
    .cart-menu .menu-content .delete-filters {
      padding: 3px 6px;
      font-size: 0.7rem;
      font-weight: 400;
      color: #FED154;
      border-radius: 5px;
      background-color: white; }
  .cart-menu .cartBackBtn {
    background-color: #FED154;
    height: 50px;
    text-align: right;
    color: #fff !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cart-menu .cartBackBtn i {
      color: #fff !important;
      margin-right: 10px;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }

.cart-menu-right {
  right: 0px;
  bottom: -400px;
  z-index: 5000; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .cart-menu-right {
      bottom: -800px; } }

.cart-menu-right.cart-right-open {
  bottom: 0 !important; }

.modal-content {
  border-radius: 5px;
  padding: 1rem; }
  .modal-content .modal-header {
    border-bottom: none; }
  .modal-content .modal-body {
    font-size: 1rem !important; }
  .modal-content .modal-footer {
    border-top: none; }

@media (max-width: 575.98px) {
  .share-icons {
    margin-bottom: 10px; } }
.share-icons i {
  padding: .6rem;
  background-color: #F7F8F8;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: ease-in all 0.2s;
  transition: ease-in all 0.2s; }
  .share-icons i:first-child {
    margin-left: 10px; }
  .share-icons i:hover {
    background-color: #FED154;
    color: #fff;
    -webkit-transition: ease-in all 0.2s;
    transition: ease-in all 0.2s; }

.alert-with-circle {
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #00000050;
  -webkit-box-shadow: 0 0 30px 7px rgba(193, 205, 214, 0.2);
          box-shadow: 0 0 30px 7px rgba(193, 205, 214, 0.2);
  padding: 2%;
  border-radius: 5px;
  text-align: center;
  padding-top: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .alert-with-circle .alert-mess {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 2rem 4rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100; }

.alert-svg {
  width: 45px;
  display: block;
  margin: 20px auto 25px; }

.popuni-polje {
  font-size: 0.8rem;
  color: #da251c;
  margin-bottom: 10px; }

#newsletter {
  background-color: #F7F8F8;
  padding: 2rem; }
  @media (max-width: 575.98px) {
    #newsletter .col-12 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 575.98px) {
    #newsletter {
      padding: 2rem 15px; }
      #newsletter input[type="text"] {
        width: 180px; } }

footer {
  border-top: 3px solid #FED154;
  background-color: #1E2329;
  padding-top: 3rem;
  color: #fff; }
  footer a, footer span, footer i {
    color: #858585; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    footer .footer-section-title {
      min-height: 56px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    footer .footer-section-title {
      min-height: 56px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  footer .social-icons {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer .social-icons span {
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: .5rem;
      border: 1px solid #6c6c6c;
      background-color: transparent; }
      footer .social-icons span:hover {
        border: 1px solid #FED154; }
  footer .footer-border {
    border-right: 1px solid #6c6c6c; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      footer .footer-border {
        border: none;
        margin-bottom: 2rem; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      footer .footer-border {
        border: none;
        margin-bottom: 2rem; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      footer .footer-border {
        border: none; } }
    @media (max-width: 575.98px) {
      footer .footer-border {
        border: none;
        margin-bottom: 1rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    footer .footer-logo {
      width: 130px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    footer .footer-logo {
      width: 190px; } }
  footer .newsletter-input {
    position: relative;
    max-width: 340px;
    margin-top: 5px; }
    footer .newsletter-input input {
      width: 100%;
      border: 1px solid #fff !important;
      background-color: #fff !important; }
    footer .newsletter-input .main-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #FED154;
      background-color: #FED154;
      color: #fff;
      width: 40px;
      height: 40px;
      padding: 0;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      -webkit-transition: all .3s;
      transition: all .3s; }
      footer .newsletter-input .main-btn:hover {
        background-color: #fec321;
        -webkit-transition: all .3s;
        transition: all .3s; }
      footer .newsletter-input .main-btn i {
        color: #fff !important;
        margin: 0; }
  footer h2 {
    color: #fff !important;
    font-weight: 400; }
  footer h4 {
    color: #fff;
    margin-bottom: 1rem;
    color: #fff 0, 0, 0; }
  footer .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid transparent !important; }
    footer .form-control:focus {
      background-color: rgba(255, 255, 255, 0.2);
      color: #fff;
      border: 1px solid transparent; }
  footer img {
    margin-bottom: 2rem; }
  footer ul {
    padding: 0; }
    footer ul li {
      list-style-type: none;
      margin: 0;
      padding: 0; }
  footer ul.material {
    -webkit-columns: 2;
    columns: 2; }
    footer ul.material li:first-child {
      margin-top: 0; }
  footer .footer-copy {
    margin-top: 3rem;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1c2026; }
    footer .footer-copy p.copyright {
      text-align: center;
      color: #fff;
      font-size: 0.9rem;
      margin: 0px; }
      @media (max-width: 575.98px) {
        footer .footer-copy p.copyright {
          display: none; } }
    footer .footer-copy p.copyright-mob {
      text-align: center;
      color: #fff;
      font-size: 0.9rem;
      margin: 0px; }
      @media (min-width: 1200px) and (max-width: 3000px) {
        footer .footer-copy p.copyright-mob {
          display: none; } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        footer .footer-copy p.copyright-mob {
          display: none; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        footer .footer-copy p.copyright-mob {
          display: none; } }

.main-slider--section .slider-item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center; }
.main-slider--section .owl-dots {
  display: none; }
.main-slider--section .dark-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5051062661)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5051062661) 0%, rgba(255, 255, 255, 0) 100%); }
  @media (max-width: 575.98px) {
    .main-slider--section .dark-bg {
      opacity: .2; } }
.main-slider--section .banner-text {
  z-index: 100; }
  .main-slider--section .banner-text h1 {
    color: #101010; }
    @media (max-width: 575.98px) {
      .main-slider--section .banner-text h1 {
        width: 100% !important; } }
.main-slider--section .hero-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10; }
  .main-slider--section .hero-nav .previous {
    width: 60px;
    height: 60px;
    background-color: #FED154;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1200px) and (max-width: 1280px) {
      .main-slider--section .hero-nav .previous {
        width: 40px;
        height: 40px; }
        .main-slider--section .hero-nav .previous i {
          font-size: .7rem !important; } }
    @media (max-width: 575.98px) {
      .main-slider--section .hero-nav .previous {
        width: 50px;
        height: 50px; }
        .main-slider--section .hero-nav .previous i {
          font-size: 1rem !important; } }
    .main-slider--section .hero-nav .previous i {
      color: #fff;
      font-size: 1.2rem; }
    .main-slider--section .hero-nav .previous:hover {
      background-color: #fec321;
      -webkit-transition: all .5s;
      transition: all .5s; }
  .main-slider--section .hero-nav .next {
    width: 60px;
    height: 60px;
    background-color: #fec321;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1200px) and (max-width: 1280px) {
      .main-slider--section .hero-nav .next {
        width: 40px;
        height: 40px; }
        .main-slider--section .hero-nav .next i {
          font-size: .7rem !important; } }
    @media (max-width: 575.98px) {
      .main-slider--section .hero-nav .next {
        width: 50px;
        height: 50px; }
        .main-slider--section .hero-nav .next i {
          font-size: 1rem !important; } }
    .main-slider--section .hero-nav .next i {
      color: #fff;
      font-size: 1.5rem; }
    .main-slider--section .hero-nav .next:hover {
      background-color: #FED154;
      -webkit-transition: all .5s;
      transition: all .5s; }

.icons-link--section {
  padding-top: 5rem; }
  @media (max-width: 575.98px) {
    .icons-link--section {
      padding-top: 2rem; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .icons-link--section {
      padding-top: 3rem; } }
  @media (max-width: 575.98px) {
    .icons-link--section .icon-box {
      margin-bottom: 2rem; } }

.categories--section {
  margin-top: 5rem; }
  @media (max-width: 575.98px) {
    .categories--section {
      margin-top: 2rem; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .categories--section {
      margin-top: 3rem; } }
  @media (max-width: 575.98px) {
    .categories--section .row .col-6 {
      margin-bottom: 12px; }
      .categories--section .row .col-6:nth-child(odd) {
        padding-left: 6px !important; }
      .categories--section .row .col-6:nth-child(even) {
        padding-right: 6px !important; } }
  @media (max-width: 575.98px) {
    .categories--section .row .col-12 {
      margin-bottom: 12px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .categories--section .row .col-md-3, .categories--section .row .col-md-6 {
      margin-bottom: 20px !important; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .categories--section .row .col-md-3, .categories--section .row .col-md-6 {
      margin-bottom: 20px !important; } }
  @media (min-width: 1200px) and (max-width: 3000px) {
    .categories--section .row .col-xl-4, .categories--section .row .col-xl-2 {
      margin-bottom: 20px !important; } }
  .categories--section .popular-cat-img {
    width: 70%;
    margin-left: auto;
    margin-right: auto; }
  .categories--section .cat-item {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #F7F8F8;
    border: 1px solid transparent;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: ease-out all .4s;
    transition: ease-out all .4s;
    cursor: pointer; }
    .categories--section .cat-item h3, .categories--section .cat-item h5 {
      margin-bottom: 0 !important; }
    .categories--section .cat-item img {
      margin-top: 20px;
      margin-bottom: 20px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .categories--section .cat-item img {
          width: 130px; } }
      @media (min-width: 1200px) and (max-width: 1280px) {
        .categories--section .cat-item img {
          width: 110px; } }
    .categories--section .cat-item.active {
      border: none;
      background-color: #FED154;
      background-size: cover, cover;
      background-position: 110px 0px, bottom right;
      background-repeat: no-repeat, no-repeat;
      -webkit-transition: all ease-in-out .4s;
      transition: all ease-in-out .4s; }
      .categories--section .cat-item.active:hover {
        background-position: 60px -10px, bottom right;
        -webkit-transition: all ease-in-out .4s;
        transition: all ease-in-out .4s; }
      @media (max-width: 575.98px) {
        .categories--section .cat-item.active {
          height: 200px; } }
      .categories--section .cat-item.active h3, .categories--section .cat-item.active span {
        color: #fff; }
      .categories--section .cat-item.active:hover {
        border: none !important; }
    .categories--section .cat-item:hover {
      border: 1px solid #FED154;
      -webkit-transition: ease-in all .4s;
      transition: ease-in all .4s; }

.popular-products--section {
  margin-top: 5rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1E2329), color-stop(50%, #fff));
  background: linear-gradient(90deg, #1E2329 50%, #fff 50%); }
  @media (max-width: 575.98px) {
    .popular-products--section {
      margin-top: 2rem; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .popular-products--section {
      margin-top: 3rem; } }
  @media (max-width: 575.98px) {
    .popular-products--section {
      background: transparent !important;
      background-color: transparent !important;
      padding: 4% !important; } }
  .popular-products--section .popular-product-img {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto; }
  .popular-products--section .content {
    padding: 80px;
    padding-left: 15px; }
    @media (max-width: 575.98px) {
      .popular-products--section .content {
        background-color: #1E2329;
        padding: 30px;
        margin-bottom: 1rem; } }
    .popular-products--section .content h3, .popular-products--section .content p {
      color: #fff; }
    .popular-products--section .content .popular-products-nav {
      position: absolute;
      right: 0;
      bottom: 0; }
      .popular-products--section .content .popular-products-nav .previous {
        width: 40px;
        height: 40px;
        background-color: #FED154;
        cursor: pointer;
        -webkit-transition: all .5s;
        transition: all .5s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .popular-products--section .content .popular-products-nav .previous i {
          color: #fff;
          font-size: 1rem; }
        .popular-products--section .content .popular-products-nav .previous:hover {
          background-color: #fec321;
          -webkit-transition: all .5s;
          transition: all .5s; }
      .popular-products--section .content .popular-products-nav .next {
        width: 40px;
        height: 40px;
        background-color: #fec321;
        cursor: pointer;
        -webkit-transition: all .5s;
        transition: all .5s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .popular-products--section .content .popular-products-nav .next i {
          color: #fff;
          font-size: 1rem; }
        .popular-products--section .content .popular-products-nav .next:hover {
          background-color: #FED154;
          -webkit-transition: all .5s;
          transition: all .5s; }
  .popular-products--section .cat-item {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #F7F8F8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: ease-out all .4s;
    transition: ease-out all .4s;
    cursor: pointer; }
    .popular-products--section .cat-item h3, .popular-products--section .cat-item h5 {
      margin-bottom: 0 !important; }
    .popular-products--section .cat-item img {
      margin-top: 20px;
      margin-bottom: 20px; }
    .popular-products--section .cat-item:hover {
      border: 1px solid #FED154;
      -webkit-transition: ease-in all .4s;
      transition: ease-in all .4s; }

.numbers-testimonials--section {
  margin-top: 5rem; }
  @media (max-width: 575.98px) {
    .numbers-testimonials--section {
      margin-top: 2rem; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .numbers-testimonials--section {
      margin-top: 3rem; } }
  @media (max-width: 575.98px) {
    .numbers-testimonials--section .content {
      margin-bottom: 1rem; } }
  .numbers-testimonials--section .numbers .item .colored {
    color: #FED154; }
  .numbers-testimonials--section .testimonials {
    position: relative;
    padding: 40px;
    border-radius: 5px; }
    .numbers-testimonials--section .testimonials.black-bg {
      background-color: #1E2329; }
    .numbers-testimonials--section .testimonials h3, .numbers-testimonials--section .testimonials h5, .numbers-testimonials--section .testimonials p {
      color: #fff; }
    .numbers-testimonials--section .testimonials .owl-nav {
      position: absolute;
      right: 0;
      bottom: 0; }
      .numbers-testimonials--section .testimonials .owl-nav .previous {
        width: 40px;
        height: 40px;
        background-color: #FED154;
        cursor: pointer;
        -webkit-transition: all .5s;
        transition: all .5s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .numbers-testimonials--section .testimonials .owl-nav .previous i {
          color: #fff;
          font-size: 1rem; }
        .numbers-testimonials--section .testimonials .owl-nav .previous:hover {
          background-color: #fec321;
          -webkit-transition: all .5s;
          transition: all .5s; }
      .numbers-testimonials--section .testimonials .owl-nav .next {
        width: 40px;
        height: 40px;
        background-color: #fec321;
        cursor: pointer;
        -webkit-transition: all .5s;
        transition: all .5s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .numbers-testimonials--section .testimonials .owl-nav .next i {
          color: #fff;
          font-size: 1rem; }
        .numbers-testimonials--section .testimonials .owl-nav .next:hover {
          background-color: #FED154;
          -webkit-transition: all .5s;
          transition: all .5s; }

.faq--section {
  margin-top: 5rem; }
  @media (max-width: 575.98px) {
    .faq--section {
      margin-top: 2rem; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .faq--section {
      margin-top: 3rem; } }
  .faq--section h2 {
    font-weight: 500;
    font-size: 2.5rem; }
  .faq--section .badge-warning {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #FED154;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: .6rem; }
  @media (max-width: 575.98px) {
    .faq--section .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .faq--section [id^="heading"] {
    cursor: pointer !important; }
  .faq--section .strelica-home {
    margin-bottom: 1rem;
    width: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .faq--section .faq-content {
    border-radius: 5px; }
    @media (max-width: 575.98px) {
      .faq--section .faq-content {
        padding: 0%;
        margin-top: 2rem;
        margin-bottom: 2rem;
        max-width: 92%; } }
    .faq--section .faq-content h5, .faq--section .faq-content p, .faq--section .faq-content i {
      color: #101010; }
    .faq--section .faq-content h5 {
      margin-bottom: 1rem;
      font-weight: 500;
      font-size: 1.2rem; }
      @media (min-width: 1200px) and (max-width: 1280px) {
        .faq--section .faq-content h5 {
          margin-bottom: .1rem; } }
    .faq--section .faq-content .collapse-link {
      border-top: 1px solid #F3F3F3;
      padding-top: .7em; }
    .faq--section .faq-content .card-body {
      padding: .8rem;
      padding-left: 1.6rem;
      padding-top: 0;
      padding-bottom: 1rem; }

.blog--section {
  padding-top: 5rem; }
  @media (max-width: 575.98px) {
    .blog--section {
      padding-top: 2rem; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .blog--section {
      padding-top: 3rem; } }

.blog--section a:hover .post-container, .blog-page a:hover .post-container {
  border: 1px solid #FED154;
  -webkit-transition: ease-in all .4s;
  transition: ease-in all .4s;
  color: #101010; }
.blog--section a:hover .view-me, .blog-page a:hover .view-me {
  opacity: 1;
  visibility: visible;
  color: #fff;
  -webkit-transition: ease-in all .4s;
  transition: ease-in all .4s; }
.blog--section .post-container, .blog-page .post-container {
  border: 1px solid transparent;
  -webkit-transition: ease-out all .4s;
  transition: ease-out all .4s;
  border-radius: 5px; }
  @media (max-width: 575.98px) {
    .blog--section .post-container, .blog-page .post-container {
      margin-bottom: 1.5rem; }
      .blog--section .post-container:last-child, .blog-page .post-container:last-child {
        margin-bottom: 0; } }
  .blog--section .post-container .view-me, .blog-page .post-container .view-me {
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    padding: 7px 14px;
    background-color: rgba(254, 209, 84, 0.6);
    color: #fff;
    -webkit-transition: ease-in all .4s;
    transition: ease-in all .4s; }
  .blog--section .post-container .post-img, .blog-page .post-container .post-img {
    width: 100%;
    height: 170px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .blog--section .post-container .post-body, .blog-page .post-container .post-body {
    padding: 20px 10px; }
    .blog--section .post-container .post-body p, .blog-page .post-container .post-body p {
      font-size: 0.9rem;
      margin: 0; }
    .blog--section .post-container .post-body h5, .blog-page .post-container .post-body h5 {
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 1.2rem; }

.our-clients--section {
  margin-top: 5rem; }
  @media (max-width: 575.98px) {
    .our-clients--section {
      margin-top: 2rem; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .our-clients--section {
      margin-top: 3rem; } }
  @media (max-width: 575.98px) {
    .our-clients--section img {
      width: 130px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .our-clients--section img {
      width: 130px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .our-clients--section img {
      width: 200px; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .our-clients--section img {
      width: 140px; } }
  @media (max-width: 575.98px) {
    .our-clients--section .padding-bottom-mobile {
      margin-bottom: 20px; } }
  .our-clients--section .client-logo {
    width: 200px;
    height: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
    @media (max-width: 575.98px) {
      .our-clients--section .client-logo {
        width: 90%;
        height: 100px; } }
  .our-clients--section .itc {
    background-image: url("img/focus/clients_logo/itc.svg");
    -webkit-transition: all .4s;
    transition: all .4s; }
    .our-clients--section .itc:hover {
      background-image: url("img/focus/clients_logo/itc-color.svg");
      -webkit-transition: all .4s;
      transition: all .4s; }

.contact-us--section {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
  background-color: #FED154;
  background-image: url(img/focus/bg/contact-left-bg.png), url(img/focus/bg/contact-right-bg.png);
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right; }
  @media (max-width: 575.98px) {
    .contact-us--section {
      margin-top: 2rem; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .contact-us--section {
      margin-top: 3rem; } }
  .contact-us--section .main-text {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .contact-us--section .main-text {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .contact-us--section .main-text {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 575.98px) {
      .contact-us--section .main-text {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media (max-width: 575.98px) {
    .contact-us--section {
      height: 210px;
      text-align: center; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .contact-us--section {
      height: 80px; } }
  .contact-us--section h3 {
    color: #fff; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .contact-us--section h3 {
        font-size: 1.5rem; } }

.multi-banners {
  margin-top: 5rem; }
  @media (max-width: 575.98px) {
    .multi-banners {
      margin-top: 2rem; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .multi-banners {
      margin-top: 3rem; } }
  .multi-banners h2 {
    font-weight: 500; }
  .multi-banners .bg-dark-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.4); }
  .multi-banners .banner-text {
    position: relative;
    z-index: 5; }
    .multi-banners .banner-text h2, .multi-banners .banner-text p {
      color: #fff; }
  .multi-banners .banner-group {
    height: 100%;
    position: relative; }
  .multi-banners .banner-2 {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1.5rem; }
    @media (max-width: 575.98px) {
      .multi-banners .banner-2 {
        margin-bottom: 2rem; } }
  .multi-banners .big-banner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1.5rem; }
    @media (max-width: 575.98px) {
      .multi-banners .big-banner {
        height: 250px; } }

.single-banner--section {
  margin-top: 5rem;
  margin-bottom: 5rem; }
  @media (max-width: 575.98px) {
    .single-banner--section {
      margin-top: 2rem; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .single-banner--section {
      margin-top: 3rem; } }
  @media (max-width: 575.98px) {
    .single-banner--section {
      margin-bottom: 2rem; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .single-banner--section {
      margin-bottom: 3rem; } }
  .single-banner--section h2, .single-banner--section p, .single-banner--section h3, .single-banner--section span {
    color: #fff; }
  .single-banner--section .bg-dark-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.4); }
  .single-banner--section .big-banner {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    position: relative; }
    @media (max-width: 575.98px) {
      .single-banner--section .big-banner {
        height: 380px; }
        .single-banner--section .big-banner .pl-5 {
          padding-left: 1.4rem !important; } }

#h-products .products-padding {
  padding: 0 !important;
  margin: -1px !important;
  background-color: #fff; }

.product-content {
  background-color: #fff;
  border-radius: 5px;
  border: none;
  padding: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 1.5rem;
  z-index: 0;
  cursor: pointer; }
  .product-content:hover {
    z-index: 999;
    position: relative; }
  .product-content span, .product-content p, .product-content a {
    color: #101010 !important; }
  .product-content .badge {
    color: #fff !important; }
  .product-content .on-stock-label span {
    font-size: .7rem !important; }
  .product-content .on-stock-label .badge-warning {
    color: #fff;
    background-color: #FED154; }
  .product-content .p-pass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    padding: .2rem 0px;
    margin-bottom: .3rem; }
  .product-content .product-main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    .product-content .product-main-info h3, .product-content .product-main-info h6 {
      margin: 0px; }
    .product-content .product-main-info h6 {
      margin-top: 10px; }
    @media (min-width: 1200px) and (max-width: 1536.98px) {
      .product-content .product-main-info h6 {
        margin-top: 20px; } }
  .product-content .mini-img {
    width: 100%;
    height: 127px;
    background-size: cover;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .product-content .color-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 12px;
    overflow: hidden;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-shadow: 0px 0px 15px #d2d2d2;
            box-shadow: 0px 0px 15px #d2d2d2;
    border-radius: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media (min-width: 1200px) and (max-width: 1280px) {
      .product-content .color-list {
        height: 10px; } }
  .product-content .color-list-item {
    width: 12px;
    height: 12px; }
    .product-content .color-list-item:first-child {
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px; }
    .product-content .color-list-item:last-child {
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px; }
    @media (min-width: 1200px) and (max-width: 1280px) {
      .product-content .color-list-item {
        width: 10px;
        height: 10px; } }
  .product-content .abc-color {
    padding-left: 1.8rem; }
    .product-content .abc-color .checkmark:after {
      width: 30px;
      height: 30px; }
  .product-content h6 {
    height: 50px;
    margin-top: 20px; }
  .product-content .checkmark {
    width: 20px;
    height: 20px; }
  .product-content:hover {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 57, 0.05);
    box-shadow: 0 0 40px rgba(0, 0, 57, 0.05); }
  .product-content .password {
    font-size: 0.8rem;
    color: #000039;
    margin: 0; }
  .product-content .new {
    padding: 0.5rem 1rem;
    border-radius: 0;
    background-color: #db0c0c;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0; }
  .product-content img {
    display: block;
    margin: 0 auto; }
  .product-content h3 {
    font-size: 0.9rem;
    color: #000039;
    height: 30px; }
    @media (min-width: 1200px) and (max-width: 1280px) {
      .product-content h3 {
        font-size: 1rem; } }
  .product-content h6 {
    font-size: 0.7rem;
    color: #000039; }
    @media (min-width: 1200px) and (max-width: 1280px) {
      .product-content h6 {
        font-size: 0.8rem; } }
  .product-content .price {
    margin-top: 1rem;
    font-size: 1rem;
    color: #FED154; }

.stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row; }
  .stock h3, .stock i {
    font-size: 0.9rem; }

/* #region Desktop filters  ===================== */
@media (max-width: 575.98px) {
  .filters-desktop {
    display: none; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .filters-desktop {
    display: none; } }
.filters-desktop h6 {
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer; }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .filters-desktop {
    display: none; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .filters-desktop {
    display: none; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .filters-desktop {
    display: none; } }
@media (max-width: 575.98px) {
  .filters-desktop {
    display: none; } }
.filters-desktop .filter-group-custom {
  border-top: 1px solid #E8E8E8;
  padding-top: 1rem; }

.left-sidebar h3 {
  margin-bottom: 2rem;
  padding-bottom: 0.5rem; }
.left-sidebar section {
  padding: .7rem 0; }
.left-sidebar .item {
  margin-bottom: 2rem; }
  .left-sidebar .item h4 {
    margin-bottom: 1rem;
    font-weight: 300; }
  .left-sidebar .item .custom-control .custom-control-label {
    padding-left: 0.75rem;
    cursor: pointer; }
    .left-sidebar .item .custom-control .custom-control-label::before {
      width: 1.25rem;
      height: 1.25rem;
      top: 0;
      border-radius: 0;
      border: 2px solid #e8e8e8; }
    .left-sidebar .item .custom-control .custom-control-label::after {
      width: 1.25rem;
      height: 1.25rem;
      top: 0; }
.left-sidebar .custom-control {
  margin-bottom: 0.5rem;
  padding-left: 0 !important; }
.left-sidebar .abc-color {
  padding-left: 2rem;
  padding-bottom: 0rem; }
  .left-sidebar .abc-color .checkmark:after {
    width: 36px;
    height: 36px; }
.left-sidebar .checkmark {
  width: 24px;
  height: 24px; }

/* #endregion =================================== */
.sort-list .models-number {
  padding-left: 0px; }
@media (max-width: 575.98px) {
  .sort-list .sort-options {
    padding-right: 2px !important; } }

@media (max-width: 575.98px) {
  .spec-big {
    display: none !important; } }

.zoom {
  display: inline-block;
  position: relative; }
  .zoom img {
    display: block; }
    .zoom img::-moz-selection {
      background-color: transparent; }
    .zoom img::selection {
      background-color: transparent; }

.zoomImg {
  border: none !important; }

.product-gallery-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .product-gallery-single .zoom {
    margin-bottom: 1rem; }
    .product-gallery-single .zoom img {
      border: none !important;
      background-color: #ffffff; }
  .product-gallery-single .thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .product-gallery-single .thumbnails a {
      -ms-flex-preferred-size: 32%;
      flex-basis: 32%; }
      .product-gallery-single .thumbnails a img {
        border: 1px solid #e4e4e4;
        background-color: #ffffff; }

/* [FOR TESTING] ====================== */
.input-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .input-counter:hover i {
    background-color: #FED154;
    border: 1px solid #FED154 !important;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .input-counter:hover input {
    border: 1px solid #FED154 !important;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .input-counter input {
    max-width: 70px;
    padding-left: .5rem;
    padding-right: 0.5rem;
    text-align: center; }
  .input-counter i {
    background-color: #EBEBEB;
    border: 1px solid #EBEBEB;
    color: #1E2329;
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .input-counter i {
        padding: 9.8px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .input-counter i {
        padding: 9.7px; } }

@media (max-width: 575.98px) {
  .tabela-podaci-h {
    display: none !important; } }
.tabela-podaci-h .table td {
  vertical-align: middle !important;
  padding: .25rem .7rem !important;
  font-size: 1rem; }
.tabela-podaci-h .table-title {
  background-color: #FED154;
  color: black; }
  .tabela-podaci-h .table-title td {
    padding: .7rem !important; }
.tabela-podaci-h .size {
  width: 24%; }
.tabela-podaci-h .quantity {
  width: 20%; }
.tabela-podaci-h .arrivals {
  width: 17%; }
.tabela-podaci-h .price {
  width: 20%; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .tabela-podaci-h .price {
      width: 17%; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tabela-podaci-h .price {
      width: 17%; } }
.tabela-podaci-h .in-list {
  width: 20% !important; }
.tabela-podaci-h .quantity-buy {
  width: 20%; }

@media (min-width: 1200px) and (max-width: 3000px) {
  .tabela-podaci-h-mobile {
    display: none; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tabela-podaci-h-mobile {
    display: none; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .tabela-podaci-h-mobile {
    display: none; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .tabela-podaci-h-mobile {
    display: none; } }
.tabela-podaci-h-mobile .unesi-kolicinu {
  width: 120px; }
.tabela-podaci-h-mobile .card {
  border-radius: 5px !important;
  border: 1px solid #EBEBEB !important; }
  .tabela-podaci-h-mobile .card .collapse {
    border: 1px solid transparent; }
  .tabela-podaci-h-mobile .card .collapse.show {
    border: 1px solid #FED154 !important; }
.tabela-podaci-h-mobile .accordion-heading {
  padding: 5px;
  text-align: center; }
  .tabela-podaci-h-mobile .accordion-heading a {
    font-size: 1rem; }
.tabela-podaci-h-mobile .main-color-bg {
  background-color: #FED154;
  color: #fff; }

@media (max-width: 575.98px) {
  .desc-big {
    display: none !important; } }

.markice .markice-img {
  width: 25px; }

.markice-row {
  height: 30px;
  width: 100%; }

.markice-item:hover .markice-title {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.markice-item .markice-title {
  position: absolute;
  background-color: #fafafa;
  border-radius: 8px;
  padding: 5px 7px;
  top: 6px;
  font-size: 0.8rem !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.print-process--section {
  margin-top: 5rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1E2329), color-stop(50%, #fff));
  background: linear-gradient(90deg, #1E2329 50%, #fff 50%); }
  @media (max-width: 575.98px) {
    .print-process--section {
      margin-top: 2rem; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .print-process--section {
      margin-top: 3rem; } }
  @media (max-width: 575.98px) {
    .print-process--section {
      background: transparent !important;
      background-color: transparent !important;
      padding: 4% !important; } }
  .print-process--section .small-container.proces {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 300px;
    background-color: #FED154;
    color: #fff;
    padding: 1rem; }
    .print-process--section .small-container.proces h4 {
      color: #fff; }
    .print-process--section .small-container.proces img {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
  .print-process--section .arrow-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 2rem;
    height: 2rem;
    background-color: #F7F8F8;
    margin: .8rem; }
  .print-process--section .content {
    padding: 60px;
    padding-left: 15px; }
    @media (max-width: 575.98px) {
      .print-process--section .content {
        background-color: #1E2329;
        padding: 30px;
        margin-bottom: 1rem; } }
    .print-process--section .content h3, .print-process--section .content p {
      color: #fff; }
    .print-process--section .content .popular-products-nav {
      position: absolute;
      right: 0;
      bottom: 0; }
      .print-process--section .content .popular-products-nav .previous {
        width: 40px;
        height: 40px;
        background-color: #FED154;
        cursor: pointer;
        -webkit-transition: all .5s;
        transition: all .5s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .print-process--section .content .popular-products-nav .previous i {
          color: #fff;
          font-size: 1rem; }
        .print-process--section .content .popular-products-nav .previous:hover {
          background-color: #fec321;
          -webkit-transition: all .5s;
          transition: all .5s; }
      .print-process--section .content .popular-products-nav .next {
        width: 40px;
        height: 40px;
        background-color: #fec321;
        cursor: pointer;
        -webkit-transition: all .5s;
        transition: all .5s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .print-process--section .content .popular-products-nav .next i {
          color: #fff;
          font-size: 1rem; }
        .print-process--section .content .popular-products-nav .next:hover {
          background-color: #FED154;
          -webkit-transition: all .5s;
          transition: all .5s; }
  .print-process--section .img-item {
    width: 100%;
    height: 300px;
    background-color: #F7F8F8;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: ease-out all .4s;
    transition: ease-out all .4s; }
    .print-process--section .img-item .small-container {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .print-process--section .img-item .small-container h6 {
        margin: 0;
        color: #fff; }

.second-nav {
  background-color: #F7F8F8; }
  .second-nav ul {
    margin: 0;
    padding: 0;
    height: 2.5rem;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .second-nav ul {
        -webkit-columns: 2;
                columns: 2; } }
    @media (max-width: 575.98px) {
      .second-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        height: 240px; } }
    .second-nav ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      text-align: center;
      width: 100%; }
      .second-nav ul li:hover {
        background-color: #e9ecec;
        color: #fff; }
      .second-nav ul li.active {
        background-color: #e9ecec;
        font-weight: 600; }

.team--section {
  padding-top: 5rem; }
  @media (max-width: 575.98px) {
    .team--section {
      padding-top: 2rem; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .team--section {
      padding-top: 3rem; } }
  .team--section .person {
    height: 300px; }
  @media (max-width: 575.98px) {
    .team--section span {
      margin-bottom: 15px; } }

@media (max-width: 575.98px) {
  .contact-info-page .top-header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
    .contact-info-page .top-header-contact a {
      margin-bottom: .6rem; } }

@media (max-width: 575.98px) {
  #request .container-fluid {
    padding-left: 7% !important;
    padding-right: 7% !important; } }

.korpa-slika {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.naslov-tabele {
  background-color: #FED154;
  padding: 13px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600; }
  @media (max-width: 575.98px) {
    .naslov-tabele {
      display: none; } }

.upiti-row {
  padding: 15px; }
  @media (min-width: 1200px) and (max-width: 3000px) {
    .upiti-row .desktop-none {
      display: none !important; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .upiti-row .desktop-none {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .upiti-row .desktop-none {
      display: none !important; } }
  .upiti-row .red-proizvod {
    -webkit-transition: ease-out all 0.3s;
    transition: ease-out all 0.3s;
    min-height: 80px;
    position: relative;
    width: 105%; }
    .upiti-row .red-proizvod .quantity-container {
      margin-left: 15px; }
    .upiti-row .red-proizvod .name, .upiti-row .red-proizvod .quantity-container {
      width: 100% !important; }
      @media (max-width: 575.98px) {
        .upiti-row .red-proizvod .name, .upiti-row .red-proizvod .quantity-container {
          padding-right: 0 !important; } }
    @media (max-width: 575.98px) {
      .upiti-row .red-proizvod .mobile-none {
        display: none !important; } }
    .upiti-row .red-proizvod .img-fluid {
      height: auto !important; }
    @media (max-width: 575.98px) {
      .upiti-row .red-proizvod {
        padding: 10px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .upiti-row .red-proizvod h4 {
      color: #FED154; }
    .upiti-row .red-proizvod p, .upiti-row .red-proizvod span {
      font-size: 0.9rem; }
    .upiti-row .red-proizvod div[class^="col-"] {
      padding: 0; }
    .upiti-row .red-proizvod .input-counter i {
      padding: 8.9px; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .upiti-row .red-proizvod .input-counter i {
          padding: 8.9px 2px; } }
      @media (max-width: 575.98px) {
        .upiti-row .red-proizvod .input-counter i {
          padding: 8.8px; } }
    .upiti-row .red-proizvod .input-counter input {
      width: 80px; }
    .upiti-row .red-proizvod i[class^="icon-trash"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 30px;
      height: 100%;
      top: 0;
      right: 0;
      padding: 10px 18px;
      border-left: 1px solid #EBEBEB;
      -webkit-transition: ease-out all 0.3s;
      transition: ease-out all 0.3s; }
      .upiti-row .red-proizvod i[class^="icon-trash"]:hover {
        background-color: #FED154;
        width: 100px;
        color: #fff;
        -webkit-transition: ease-out all 0.3s;
        transition: ease-out all 0.3s; }
        .upiti-row .red-proizvod i[class^="icon-trash"]:hover::after {
          content: "Ukloni";
          margin-left: 10px;
          font-family: "Rubik", sans-serif;
          font-size: 1rem;
          color: #fff;
          -webkit-transition: ease-out all 0.5s;
          transition: ease-out all 0.5s; }
      @media (max-width: 575.98px) {
        .upiti-row .red-proizvod i[class^="icon-trash"] {
          left: 0;
          border: 1px solid #EBEBEB; } }
    .upiti-row .red-proizvod .carina-show span, .upiti-row .red-proizvod .lager-show span, .upiti-row .red-proizvod .name span {
      text-transform: uppercase; }

.social-icons i {
  font-size: 1.2rem; }

/*  Pages ====================================  */
#documents .mobile-download {
  display: none; }
  @media (max-width: 575.98px) {
    #documents .mobile-download {
      display: block; } }
  #documents .mobile-download .download-item {
    border: 1px solid #EBEBEB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 20px;
    margin-bottom: 10px; }
    #documents .mobile-download .download-item:nth-last-child(1) {
      margin-bottom: 0px !important; }
    #documents .mobile-download .download-item span {
      font-size: 0.85rem;
      margin: 5px 0px 20px 0px; }
    #documents .mobile-download .download-item h4 {
      font-weight: 300; }
#documents table {
  border-color: #e6e6e6;
  font-size: 0.9rem; }
  @media (max-width: 575.98px) {
    #documents table {
      display: none; } }
  #documents table thead {
    background-color: #f8f8f8 !important; }
    #documents table thead tr th {
      font-weight: bold; }
    #documents table thead .table-title {
      background-color: #FED154 !important;
      color: #000; }
  #documents table th {
    border: none;
    vertical-align: middle;
    font-weight: 400; }
  #documents table td {
    border: none;
    vertical-align: middle;
    border-top: 1px solid #e6e6e6; }
  #documents table tr:nth-of-type(even) {
    background-color: #f8f8f8; }
  #documents table tr:nth-of-type(odd) {
    background-color: transparent; }

@media (max-width: 575.98px) {
  #about .img {
    height: 200px; } }
#about .small-container {
  background-color: #FED154;
  color: #fff;
  padding: .5rem;
  width: 100%;
  position: absolute;
  bottom: 0; }
#about .about-side-img {
  height: 260px; }
@media (min-width: 768px) and (max-width: 991.98px) {
  #about .icons-link--section {
    padding-bottom: 4rem; } }

.blog-single-post .main-img {
  height: 50vh; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .contact--page .bg-color-main {
    margin-top: 1rem; } }
@media (max-width: 575.98px) {
  .contact--page .bg-color-main {
    margin-top: 1rem; } }

.big-container {
  padding: 3rem; }
  @media (max-width: 575.98px) {
    .big-container {
      padding: 1rem; } }
  @media (min-width: 1200px) and (max-width: 1536.98px) {
    .big-container {
      padding: 2rem; } }
  .big-container a:hover {
    color: #fff; }

#contact-form {
  margin-top: 2rem; }

#products h6 {
  text-transform: uppercase;
  font-size: 1rem; }
#products h3 {
  font-weight: 600;
  margin-bottom: 0.1rem;
  color: #101010; }
#products h4 {
  color: #101010;
  margin-bottom: 2.5rem; }
#products form {
  width: 100%; }
  #products form table th {
    border: none;
    font-size: 0.8rem; }
  #products form table td.password {
    color: #9c8aff; }
  #products form button {
    border-radius: 0; }
@media (min-width: 1200px) and (max-width: 3000px) {
  #products .mobile-view {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  #products .mobile-view {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  #products .mobile-view {
    display: none !important; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  #products .mobile-view {
    display: none !important; } }
#products .product-colors {
  padding: 0rem 0 1rem; }
#products .nav-tabs li.nav-item:first-child a.nav-link {
  padding-left: 0; }
#products .nav-tabs li.nav-item a.nav-link {
  border: none;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #bebebe; }
#products .nav-tabs li.nav-item a.nav-link.active {
  color: #FED154;
  border-bottom: 2px solid #FED154; }
#products .tab-content {
  margin-top: 1rem; }
#products .nav-item .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: 700;
  background: transparent;
  color: #000;
  border: 1px solid #FED154;
  -webkit-transition: color 1s;
  transition: color 1s;
  padding: 10px 25px 10px 25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
#products .btn-link {
  border: none !important; }

#request .empty-cart {
  height: 14rem; }
  #request .empty-cart p {
    margin-left: 19px;
    font-size: 1.2rem;
    font-weight: 300; }

@media (max-width: 575.98px) {
  #stampa .img {
    height: 200px; } }

/*  ==============================================
    ==============================================  */
/*  ==============================================
                   GLOBAL SETTINGS
    ==============================================  */
/*  #region HTML Global ======================  */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif !important;
  scroll-behavior: smooth;
  outline: none !important; }

html, body {
  overflow-x: hidden !important; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

/*  #endregion ===============================  */
/*  #region Fonts & Text =====================  */
@font-face {
  src: url("fonts/AvenirLTStd-Book.otf");
  font-family: "Rubik", sans-serif; }
p, span, a, label, li, td, .custom-select {
  font-size: 1rem; }
  @media (min-width: 1200px) and (max-width: 1536.98px) {
    p, span, a, label, li, td, .custom-select {
      font-size: 0.9rem !important; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    p, span, a, label, li, td, .custom-select {
      font-size: 0.8rem !important; } }

p {
  margin-bottom: .4rem;
  line-height: 1.8rem; }

h1 {
  font-weight: 700; }

h2, h3, h4, h5, h6 {
  font-weight: 400; }

h3 {
  font-size: 1.75rem; }
  @media (min-width: 1200px) and (max-width: 1536.98px) {
    h3 {
      font-size: 1.5rem; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    h3 {
      font-size: 1.2rem; } }

h4 {
  font-size: 1.5rem; }
  @media (min-width: 1200px) and (max-width: 1536.98px) {
    h4 {
      font-size: 1.3rem; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    h4 {
      font-size: 1rem; } }

@media (max-width: 575.98px) {
  h5 {
    font-size: 1.1rem !important; } }
@media (min-width: 1200px) and (max-width: 1280px) {
  h5 {
    font-size: .9rem; } }

@media (min-width: 1200px) and (max-width: 1280px) {
  h6 {
    font-size: .7rem; } }

tr, th {
  font-size: 1rem !important; }
  @media (max-width: 575.98px) {
    tr, th {
      font-size: 0.9rem !important; } }

@media (min-width: 1200px) and (max-width: 1536.98px) {
  label {
    margin-bottom: .3rem; } }

a {
  text-decoration: none;
  outline: none;
  color: #101010;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  a:hover {
    text-decoration: none;
    outline: none;
    color: #FED154;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
  a:focus {
    text-decoration: none;
    outline: none;
    color: #FED154;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }

/*  #endregion ===============================  */
/*  #region Tables ===========================  */
.table td {
  border: none !important; }
.table th {
  border: none !important; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02); }

/*  #endregion ===============================  */
/*  ==============================================
    ==============================================  */
.page-single-product {
  margin-top: 140px; }
  @media (max-width: 575.98px) {
    .page-single-product {
      margin-top: 50px; } }
  @media (min-width: 1200px) and (max-width: 3000px) {
    .page-single-product {
      margin-top: 210px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-single-product {
      margin-top: 60px; } }
  @media (min-width: 1200px) and (max-width: 1536.98px) {
    .page-single-product {
      margin-top: 190px; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .page-single-product {
      margin-top: 185px; } }

.image-product {
  border: 1px solid transparent;
  width: 100%; }

.thumb {
  width: 100%; }

p.success {
  color: #57af2b; }

p.error {
  color: #c2143a; }

.product-list-image {
  overflow: hidden; }
  .product-list-image img {
    width: 100%;
    height: auto; }

.h_image {
  opacity: 0.3 !important; }

.up-down-arrow {
  margin-bottom: 1rem;
  width: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.product-name-mobile {
  display: none; }

.product-margin {
  margin-right: 10px; }

/* ****************** all ****************** */
.cat-pill {
  font-size: 0.8rem;
  background-color: #f8f8f8;
  border-radius: 30px;
  padding: 5px 10px 5px 10px; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fafafa;
  z-index: 2000;
  left: 0;
  -webkit-transition: all .1s;
  transition: all .1s; }

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