@import "/css/blueprint/reset_clearfix.min.css";
@import "/css/uikit.min.css";
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap&subset=latin-ext&.css";
@import 'https://fonts.googleapis.com/css?family=Niconne&display=swapt&.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.css';
/*.old_price, .price, .metadata {
  display: none !important;
}*/

.font-main {
  font-family: 'Poppins', sans-serif;
}
.font-alt {
  font-family: 'Poppins', sans-serif;
}
.font-georgia {
  font-family: 'Poppins', serif;
}
.center {
  margin: 0 auto;
  text-align: center;
}
.center > DIV {
  text-align: left;
}
.marck {
  font-family: Marck Script, serif;
}
.niconne {
  font-family: Niconne, serif;
}
.orange {
  color: #eaa43b;
}
.order-table .eur {
  font-size: 12px;
  color: #282828;
  opacity: 0.5;
}
.flexi {
  display: flex;
}
.boxsizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
div:empty {
  display: none;
}
html,
button,
input,
select,
textarea {
  outline: none;
  color: #282828;
  font-family: 'Poppins', sans-serif;
}
button,
input,
select,
textarea {
  width: 100%;
  padding: 0 5%;
}
button {
  width: 50%;
  height: 32px;
}
input,
textarea {
  height: 32px;
  border: none;
  background-color: #ededed;
  color: #36353f;
  font-size: 13px;
  padding-left: 20px;
  padding-right: 40px;
  margin: 0;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #3f3e3e;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #3f3e3e;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #3f3e3e;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #3f3e3e;
}
input[type=checkbox] {
  background: none;
}
select {
  color: #282828;
  user-select: none;
  -ms-user-select: none;
  border: none;
}
A {
  text-decoration: none;
  color: #282828;
}
A:hover {
  color: #eaa43b;
  text-decoration: none;
}
A[download] {
  background: url('/images/_theme/icons/download.png') no-repeat center left;
  padding-left: 40px;
}
P {
  margin-bottom: 10px;
  font-family: 'Poppins', serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}
i,
em {
  font-style: italic;
  color: #282828;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #282828;
  font-weight: 600;
}
H1 {
  font-size: 2.5em;
  margin: 15px 0 10px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
H1.white {
  color: white;
}
H2 {
  font-size: 2em;
  line-height: 2em;
  margin: 12px 0 7px 0;
}
H3 {
  font-size: 1.75em;
  line-height: 1.75em;
  margin: 12px 0 7px 0;
}
IMG {
  display: inline-block;
}
body * {
  transition: all 0.2s;
}
body:before {
  content: "desktop";
  display: none;
}
.uk-container {
  padding: 0 40px !important;
}
/* ==========================================================================
   General
   ========================================================================== */

html {
  height: 100%;
  width: 100%;
  /* to keep .footer on bottom */
  margin: 0;
  /* to get rid of scroll bar, because (100% + default margin = scroll) */
  overflow-y: scroll;
}
body {
  font-family: 'Poppins', sans-serif;
  color: #282828;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
  text-align: left;
  margin: auto;
  line-height: 26px;
  letter-spacing: 1px;
}
.constraint {
  max-width: 1200px;
  margin: 0 auto;
}
.green {
  color: #0ea051;
}
.gray {
  color: #b7b7b7;
}
.bttn {
  display: flex;
  background: #eaa43b;
  color: white;
  cursor: pointer;
  padding: 12px 15px;
  text-transform: uppercase;
  align-content: center;
  font-weight: 600;
  font-size: 16px;
  text-indent: 0;
}
.bttn:hover {
  background: #282828;
}
.price span.eur,
.old_price span.eur {
  font-size: 14px;
  display: block;
  line-height: 20px;
}
/*.old_price, .old-price {
  text-decoration: line-through;
}*/

.shopping-cart-list .second,
.shopping-cart-list .fourth {
  flex-direction: column;
}
.shopping-cart-list .second .eur,
.shopping-cart-list .fourth .eur {
  font-size: 12px;
}
.shopping-cart-footer .eur {
  font-size: 14px!important;
}
HEADER {
  background: white;
  position: relative;
  width: 100%;
  z-index: 100;
}
HEADER #logo_small {
  display: none;
}
HEADER .marck {
  font-size: 28px;
  line-height: 35px;
  margin-left: 30px;
}
HEADER .niconne {
  font-size: 22px;
  line-height: 27px;
  margin-left: 23px;
  position: relative;
  width: 201px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
HEADER .niconne img {
  position: absolute;
  left: 10px;
  width: 201px !important;
  top: 5px;
  z-index: -1;
}
HEADER .h-top {
  /*height: 110px;*/
  width: 100%;
}
HEADER .h-top .constraint {
  display: flex;
}
HEADER .h-top .righter {
  margin-left: auto;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
HEADER .h-top .righter .top-menu-renci {
  list-style-type: none;
  margin-left: auto;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
HEADER .h-top .righter .menu-toggle {
  visibility: hidden;
}
HEADER .h-top .righter a {
  margin-left: 30px;
}
HEADER .h-top .righter a:first-of-type {
  margin-left: 30px;
}
HEADER .h-top .righter a img {
  position: relative;
  top: -2px;
  margin-left: 5px;
}
HEADER .h-top .righter .search {
  border-bottom: 1px solid transparent;
  cursor: pointer;
  margin-bottom: 0px;
  position: relative;
  bottom: -8px;
}
HEADER .h-top .righter .search.active {
  border-bottom: 1px solid #b7b7b7;
}
HEADER .h-top .righter .search.active input {
  display: inline-block;
}
HEADER .h-top .righter .search a {
  display: flex;
  margin-left: 0;
}
HEADER .h-top .righter .search i {
  font-size: 18px;
  color: #eaa43b;
  /*display: flex;*/
  align-items: center;
  margin-right: 15px;
  margin-top: 20px;
  width: 10px;
  display: inline;
}
HEADER .h-top .righter .search input {
  display: none;
  width: 200px;
  border: none;
  background: unset;
  color: #282828;
  padding: 0 10px;
}
HEADER .h-top .righter .search ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-style: italic;
  color: #b7b7b7;
}
HEADER .h-top .righter .search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-style: italic;
  color: #b7b7b7;
  opacity: 1;
}
HEADER .h-top .righter .search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-style: italic;
  color: #b7b7b7;
  opacity: 1;
}
HEADER .h-top .righter .search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: italic;
  color: #b7b7b7;
}
HEADER .h-top .righter .search ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-style: italic;
  color: #b7b7b7;
}
HEADER .h-top .righter .search ::placeholder {
  /* Most modern browsers support this now. */
  font-style: italic;
  color: #b7b7b7;
}
HEADER .h-top .header-mobile {
  display: none;
}
HEADER .h-top #logo {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
HEADER .h-top #logo img {
  width: 150px;
}
HEADER .h-top #logo:hover {
  color: #282828;
}
HEADER .h-top #logo:hover .marck {
  color: #282828;
}
HEADER .h-top .header-company-moto {
  margin-top: 45px;
  padding: 20px 0;
  background-color: #f4f4f4;
}
HEADER .h-top .header-company-moto p {
  font-size: 16px;
  font-weight: 600;
  /*font-style: italic;*/
  color: #282828;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
HEADER .h-middle {
  background: #f4f4f4;
}
HEADER .h-middle .warning {
  padding: 10px;
  text-align: center;
}
HEADER .h-middle .warning strong {
  color: red;
}
HEADER .h-bottom {
  background: #282828;
  height: 67px;
}
HEADER .h-bottom NAV {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
HEADER .h-bottom NAV ul#mainMenu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 65px;
}
HEADER .h-bottom NAV ul#mainMenu LI {
  display: inline-block;
  height: 100%;
}
HEADER .h-bottom NAV ul#mainMenu LI:first-child a {
  margin-left: 0;
}
HEADER .h-bottom NAV ul#mainMenu LI .footer_menu_short {
  visibility: hidden;
  display: none;
}
HEADER .h-bottom NAV ul#mainMenu LI A {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 38px;
  margin: 0 10px;
  color: white;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
}
HEADER .h-bottom NAV ul#mainMenu LI A i {
  color: white;
  padding-left: 5px;
  font-weight: 600;
}
HEADER .h-bottom NAV ul#mainMenu LI A.selected,
HEADER .h-bottom NAV ul#mainMenu LI A:hover {
  color: #eaa43b;
  border-bottom: 2px solid #eaa43b;
}
HEADER .h-bottom NAV ul#mainMenu LI A.selected i,
HEADER .h-bottom NAV ul#mainMenu LI A:hover i {
  color: #eaa43b;
}
HEADER .h-bottom NAV ul#mainMenu LI A.selected::after,
HEADER .h-bottom NAV ul#mainMenu LI A:hover::after {
  content: "";
  width: 100%;
  height: 8px;
  background: #eaa43b;
  position: absolute;
  bottom: 0;
}
HEADER .h-bottom NAV ul#mainMenu LI A.selected::after i,
HEADER .h-bottom NAV ul#mainMenu LI A:hover::after i {
  color: #eaa43b;
}
HEADER .h-bottom NAV ul#mainMenu LI A:hover ~ .secondary_container {
  padding: 50px 0;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  border-bottom: 8px solid #eaa43b;
}
HEADER .h-bottom NAV ul#mainMenu LI A:hover ~ .secondary_container .secondary_menu li {
  display: inline-block;
}
HEADER .h-bottom NAV ul#mainMenu LI A:hover ~ .secondary_container .secondary_menu li a {
  font-weight: 500;
}
HEADER .h-bottom NAV ul#mainMenu LI A:hover ~ .secondary_container .secondary_menu li a.selected {
  color: #eaa43b;
  border-bottom: none;
}
HEADER .h-bottom NAV ul#mainMenu LI A:hover ~ .secondary_container .secondary_menu li a.selected:hover,
HEADER .h-bottom NAV ul#mainMenu LI A:hover ~ .secondary_container .secondary_menu li a.selected::after {
  color: #eaa43b;
  border-bottom: none;
}
HEADER .h-bottom NAV ul#mainMenu LI .secondary_container {
  background: rgba(40, 40, 40, 0.95);
  position: absolute;
  width: 100%;
  left: 0;
  justify-content: center;
  height: 0;
  border-bottom: 0px solid transparent;
  padding-left: 0;
}
HEADER .h-bottom NAV ul#mainMenu LI .secondary_container .secondary_menu {
  width: 980px;
  column-count: 5;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
HEADER .h-bottom NAV ul#mainMenu LI .secondary_container .secondary_menu li {
  display: none;
  width: 196px;
  margin-bottom: 10px;
}
HEADER .h-bottom NAV ul#mainMenu LI .secondary_container .secondary_menu li a {
  margin-left: 0;
  line-height: 1.3;
  padding-bottom: 15px;
  text-transform: unset;
  font-weight: 500;
}
HEADER .h-bottom NAV ul#mainMenu LI .secondary_container .secondary_menu li a.selected,
HEADER .h-bottom NAV ul#mainMenu LI .secondary_container .secondary_menu li a:hover {
  color: #eaa43b;
  border-bottom: none;
}
HEADER .h-bottom NAV ul#mainMenu LI .secondary_container .secondary_menu li a.selected::after,
HEADER .h-bottom NAV ul#mainMenu LI .secondary_container .secondary_menu li a:hover::after {
  color: #eaa43b;
  border-bottom: none;
  content: none;
}
HEADER .h-bottom NAV ul#mainMenu LI .secondary_container:hover {
  padding: 50px 0;
  /*height: -moz-fit-content;
              height: -webkit-fit-content;*/
  height: auto;
  border-bottom: 8px solid #eaa43b;
}
HEADER .h-bottom NAV ul#mainMenu LI .secondary_container:hover li {
  display: inline-block;
}
HEADER .h-bottom NAV ul#mainMenu LI .secondary_container:hover li a.selected,
HEADER .h-bottom NAV ul#mainMenu LI .secondary_container:hover li a:hover {
  color: #eaa43b;
  border-bottom: none;
}
HEADER.fixed {
  position: fixed;
}
HEADER.fixed .h-top {
  display: none;
}
HEADER.fixed ~ #filler {
  height: 175px;
  display: block;
}
HEADER.fixed #logo_small {
  display: inline-block;
  position: absolute;
  left: -160px;
}
HEADER.fixed #logo_small img {
  height: 65px;
}
HEADER.fixed .h-bottom .search {
  top: 10px;
}
HEADER .loginBttn {
  display: flex;
  background: #eaa43b;
  color: white;
  cursor: pointer;
  padding: 4px 8px;
  text-transform: uppercase;
  align-content: center;
  font-weight: 600;
  font-size: 16px;
  height: 32px;
}
HEADER .loginBttn:hover {
  background: #282828;
}
HEADER .password-forgotten {
  display: flex;
  height: 32px;
  width: 50%;
  box-sizing: border-box;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 15px;
  color: #3f3e3e;
  margin: 10px;
  text-align: right;
}
HEADER .password-forgotten:hover {
  color: #eaa43b;
}
.header-company-moto-mob {
  display: none;
}
.pk-pager {
  text-align: center;
  margin-top: 20px;
}
.pk-pager .nav {
  padding: 0 10px;
}
.pk-pager a {
  padding: 0 5px;
}
.pk-pager .selected {
  color: #eaa43b;
}
.glosslist li a {
  font-size: 18px!important;
  line-height: 36px;
  letter-spacing: 1px;
  font-family: Poppins;
  border: 1px solid #282828;
  border-radius: 0;
}
.glosslist li a.ui-state-active {
  background: #282828;
}
.glosslist li .termtxt {
  font-family: Poppins;
  font-size: 16px;
  line-height: 1.5;
}
.leading-image {
  background: url("/images/_theme/bg/index-leading.png") no-repeat center center;
  background-size: cover;
  height: 600px;
  display: block;
}
.leading-image .desc-box {
  min-height: 245px;
  height: 600px;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(27, 27, 27, 0) 6.23%, #1b1b1b 100%);
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', serif;
  font-size: 18px;
  letter-spacing: 0px;
  word-spacing: -2px;
  display: flex;
  align-items: center;
}
.leading-image .desc-box .title {
  text-transform: uppercase;
  letter-spacing: 4.5px;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  margin: 15px 0 4px 0;
}
.leading-image .desc-box .content {
  color: white;
  font-weight: 600;
  font-size: 50px;
  line-height: 69px;
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 12%;
}
.standard-sidebar-right .main .content .left img {
  margin: 0 auto !important;
}
.rotate-everything .inner {
  padding: 85px 0;
  /*height: 390px;*/

}
.rotate-everything .inner .slide .image {
  padding: 0 0 0 7%;
  margin: 0px;
  width: 48%;
}
.rotate-everything .inner .slide .image img {
  float: left;
}
.rotate-everything .inner .slide .content {
  padding: 0 0 0 5%;
  margin: 0 5% 0 0;
  width: 35%;
}
.rotate-everything .inner .slide .content a .headline {
  display: inline-block;
  text-transform: uppercase;
  padding-right: 55px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 2.6px;
  line-height: 14px;
}
.rotate-everything .inner .slide .content a .title {
  display: inline-block;
  font-size: 22px;
  padding-right: 55px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 36px;
  color: #048b76;
  margin-bottom: 15px;
}
.rotate-everything .inner .slide .content a .desc {
  display: inline-block;
  height: 185px;
  padding-right: 55px;
  font-family: 'Poppins', serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  word-spacing: -1.3px;
}
.rotate-everything .inner .slick-prev,
.rotate-everything .inner .slick-next {
  height: 60%;
  opacity: 0.5;
  padding: 0 5px;
  z-index: 10;
}
.rotate-everything .inner .slick-prev img,
.rotate-everything .inner .slick-next img {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rotate-everything .inner .slick-prev:hover,
.rotate-everything .inner .slick-next:hover {
  background: #f9f9f8;
  opacity: 1;
}
.rotate-everything .inner .slick-dots {
  bottom: 35px;
  right: 30px;
  text-align: right;
}
.rotate-everything .inner .slick-dots li {
  margin: 0px;
}
.rotate-everything .inner .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e5e0d8;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.rotate-everything .inner .slick-dots li.slick-active button:before {
  background-color: #048b76;
}
.button {
  background: white;
  border: 1px solid #3f3e3e;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 13px;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.button:hover {
  background: #484646;
  color: white;
}
.button:focus,
.button:active {
  background: none;
}
.content-box {
  margin: 50px 0;
}
.content-box .inner {
  position: relative;
  max-width: 1104px;
  margin: 0 auto;
}
.content-box .inner .head {
  display: flex;
  align-items: center;
  height: 83px;
  width: 1045px;
  border-bottom: 8px solid #f4f4f4;
  padding: 25px 0 0 25px;
  margin-bottom: 40px;
  background: white url('/images/_theme/bg/logo-small-lightgray.png') no-repeat center left;
  background-position-y: 33px;
}
.content-box .inner .head h2 {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 20px;
}
.content-box .inner .head a {
  margin-left: auto;
  font-size: 20px;
}
.content-box .inner .content-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content-box .inner .content-grid .izdanje {
  width: 180px;
  margin: 0 20px 60px;
  position: relative;
  cursor: pointer;
  left: -18px;
}
.content-box .inner .content-grid .izdanje.all-cats {
  margin-bottom: 0;
}
.content-box .inner .content-grid .izdanje > a {
  display: block;
  position: relative;
}
.content-box .inner .content-grid .izdanje > a div {
  position: relative;
  width: 180px;
  height: 235px;
  overflow: hidden;
  border: 1px solid #e8e7e7;
}
.content-box .inner .content-grid .izdanje .cover {
  position: absolute;
  width: 180px;
  height: 235px;
  object-fit: cover;
  top: 0;
  left: 0;
}
.content-box .inner .content-grid .izdanje .akcija {
  display: none;
}
.content-box .inner .content-grid .izdanje .info {
  text-align: center;
  padding-top: 22px;
  padding-bottom: 30px;
}
.content-box .inner .content-grid .izdanje .info * {
  margin: 0 auto;
}
.content-box .inner .content-grid .izdanje .info .autor {
  width: 166px;
  font-weight: 500;
  font-size: 13px;
  line-height: 160%;
  color: #b7b7b7;
  text-transform: uppercase;
  margin: 0 auto 10px;
}
.content-box .inner .content-grid .izdanje .info .naslov {
  font-weight: 600;
  font-size: 15px;
  line-height: 160%;
  width: 166px;
  margin-bottom: 22px;
}
.content-box .inner .content-grid .izdanje .info .old_price {
  display: none;
}
.content-box .inner .content-grid .izdanje .info .price {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #eaa43b;
  margin: 10px auto 27px;
}
.content-box .inner .content-grid .izdanje .info .u_kosaricu {
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 8px solid transparent;
  padding-bottom: 10px;
  color: #b7b7b7;
}
.content-box .inner .content-grid .izdanje .info .u_kosaricu::after {
  content: "";
  background: url('/images/_theme/icons/basket-gray.png') no-repeat center center;
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.content-box .inner .content-grid .izdanje .info .orange {
  font-weight: 600;
  font-size: 12px;
  color: lightslategray;
  padding-bottom: 18px;
}
.content-box .inner .content-grid .izdanje:hover .cover {
  width: 200px;
  height: 255px;
  top: -10px;
}
.content-box .inner .content-grid .izdanje:hover .info {
  background: #f4f4f4;
}
.content-box .inner .content-grid .izdanje:hover .u_kosaricu {
  color: #eaa43b;
  border-bottom: 8px solid #eaa43b;
}
.content-box .inner .content-grid .izdanje:hover .u_kosaricu::after {
  background: url('/images/_theme/icons/basket-orange.png') no-repeat center center;
}
.content-box .inner .content-grid .izdanje:hover .gray {
  color: #eaa43b;
}
.content-box .inner .content-grid .izdanje.na_akciji .akcija {
  display: block;
  position: absolute;
  top: 21px;
  left: -15px;
}
.content-box .inner .content-grid .izdanje.na_akciji .outlet {
  top: 60px;
}
.content-box .inner .content-grid .izdanje.na_akciji .old_price {
  display: block;
  color: #b7b7b7;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  padding: 0 10px;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.content-box .inner .content-grid .izdanje.na_akciji .old_price span:not(.eur) {
  content: "";
  height: 2px;
  width: 100%;
  background: #eaa43b;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 13px;
}
.content-box .inner .content-grid .izdanje .outlet {
  display: block;
  position: absolute;
  top: 21px;
  left: -15px;
}
.content-box .inner .right {
  width: 49%;
}
.content-box .inner .boTm {
  background: url("/images/_theme/bg/Knjiga_mjeseca.png");
  width: 465px;
  height: 330px;
  padding: 20px;
  text-align: end;
  display: inline-block;
}
.content-box .inner .boTm .boTmTop {
  margin-top: 8px;
  position: relative;
}
.content-box .inner .boTm .boTmTop .boTmLeft {
  display: inline-block;
  float: left;
}
.content-box .inner .boTm .boTmTop .boTmLeft .boTmImg {
  width: 155px;
  height: 220px;
  display: inline;
  float: left;
  padding: 0 15px;
}
.content-box .inner .boTm .boTmTop .boTmRight {
  display: inline-block;
  width: 60%;
  float: right;
}
.content-box .inner .boTm .boTmTop .boTmRight .boTmLabel {
  width: 70%;
  text-align: initial;
}
.content-box .inner .boTm .boTmTop .boTmRight .boTmLabel label {
  text-transform: uppercase;
  color: #eaa43b;
}
.content-box .inner .boTm .boTmTop .boTmRight .bookTitle p {
  font-family: Poppins;
  font-style: normal;
  color: black;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  text-align: left;
}
.content-box .inner .boTm .boTmTop .boTmRight .boTmPrice {
  padding: 0 40px;
  margin-top: 40px;
}
.content-box .inner .boTm .boTmTop .boTmRight .boTmPrice .oldPriceBoTm {
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 1%;
  text-decoration: line-through;
  color: #b7b7b7;
  text-align: center;
  display: inline;
  padding-top: 18px;
}
.content-box .inner .boTm .boTmTop .boTmRight .boTmPrice .boTmNewPrice {
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
  text-align: end;
  color: #eaa43b;
  display: inline;
  padding: 0px;
}
.content-box .inner .boTm .boTmBottom {
  margin-top: 40px;
  padding-left: 3px;
}
.content-box .inner .boTm .boTmBottom .boTmLowLeft {
  width: 50%;
  margin-top: 50px;
}
.content-box .inner .boTm .boTmBottom .boTmLowLeft .offerEndDateBotm {
  color: #eaa43b;
  text-align: left;
  font-size: 12px;
  display: inline;
  float: left;
  padding: 3px 10px;
  margin-top: 24px;
}
.content-box .inner .boTm .boTmBottom .boTmLowLeft .offerEndDateBotm label {
  padding-left: 9px;
}
.content-box .inner .boTm .boTmBottom .boTmLowLeft .offerEndDateBotm p {
  font-family: Poppins;
  font-style: normal;
  color: black;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
  padding: 7px;
}
.content-box .inner .boTm .boTmBottom .boTmLowRight {
  display: inline-block;
  float: right;
  width: 50%;
  margin-top: 52px;
}
.content-box .inner .boTm .boTmBottom .boTmLowRight .boTmBuy a {
  background-color: #eaa43b;
  color: white;
  text-transform: uppercase;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
}
.content-box .inner .boTm .boTmBottom .boTmLowRight .boTmBuy a:hover {
  background-color: gray;
}
.content-box.inverted .content {
  padding: 40px 80px 0 40px;
}
#bestSelling-slick .slick-slide {
  width: 510px;
  height: 370px;
}
#bestSelling-slick .slick-slide img {
  display: inline;
  float: left;
  padding: 15px;
}
#bestSelling-slick #slick-small .bestSelling {
  width: 100%;
  height: 365px;
  padding: 20px;
  text-align: end;
  background: url("/images/_theme/bg/Najprodavanije_knjige.png");
  background-repeat: repeat;
}
#bestSelling-slick #slick-small .bestSelling .bestSellingContainer {
  background: white;
  height: 242px;
  width: 475px;
  padding: 10px;
}
#bestSelling-slick #slick-small .bestSelling .bestSellingContainer .bSc_left {
  display: inline-block;
  float: left;
}
#bestSelling-slick #slick-small .bestSelling .bestSellingContainer .bSc_left .bestSellingImg {
  width: 155px;
  height: 220px;
  display: inline;
  float: left;
  padding: 0 15px;
}
#bestSelling-slick #slick-small .bestSelling .bestSellingContainer .bSc_right {
  display: inline-block;
  position: relative;
  float: right;
  width: 60%;
}
#bestSelling-slick #slick-small .bestSelling .bestSellingContainer .bSc_right .bestSellingLabel {
  text-transform: uppercase;
  color: #eaa43b;
  text-align: left;
  padding: 17px 0px 17px 0px;
}
#bestSelling-slick #slick-small .bestSelling .bestSellingContainer .bSc_right .bestSellingTitle {
  font-family: Poppins;
  font-style: normal;
  color: black;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  text-align: left;
  position: relative;
}
#bestSelling-slick #slick-small .bestSelling .bestSellingBuyBtn {
  position: absolute;
  text-align: start;
  margin-top: -72px;
  margin-left: 200px;
}
#bestSelling-slick #slick-small .bestSelling .bestSellingBuyBtn a {
  display: inline;
  background-color: #eaa43b;
  color: white;
  text-transform: uppercase;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
}
#bestSelling-slick #slick-small .bestSelling .bestSellingBuyBtn a:hover {
  background-color: gray;
}
#bestSelling-slick #slick-small .slick-list .slick-track {
  width: 50%;
}
#bestSelling-slick #slick-small .slick-list .slide .slick-slide {
  width: 50%;
}
#bestSelling-slick #slick-small .slick-dots {
  bottom: 40px;
  float: right;
}
#bestSelling-slick #slick-small .slick-dots li {
  margin: 0 6px;
  width: 14px;
  height: 14px;
}
#bestSelling-slick #slick-small .slick-dots li button {
  border: 1px solid gray;
  border-radius: 50%;
  color: transparent;
  width: 14px;
  height: 14px;
}
#bestSelling-slick #slick-small .slick-dots li button::before {
  content: none;
}
#bestSelling-slick #slick-small .slick-dots li.slick-active button {
  color: transparent;
  background: #eaa43b;
  border: 1px solid #eaa43b;
}
.news-content {
  background: #f4f4f4;
  padding-bottom: 100px;
  margin-bottom: 0;
}
.news-content .head {
  max-width: 1045px;
  display: flex;
  align-items: center;
  height: 83px;
  border-bottom: 8px solid white;
  padding: 25px 0 0 25px;
  margin: 0 auto 40px;
  background: transparent url('/images/_theme/bg/logo-small-white.png') no-repeat center left;
  background-position-y: 33px;
}
.news-content .head h2 {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 20px;
}
.news-content .head a {
  margin-left: auto;
  font-size: 20px;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  max-width: 1104px;
  margin: 70px auto 0;
}
.news-list .news {
  width: 324px;
  /*min-width: 324px;
		max-width: 324px;*/
  margin: 0 15px 30px;
  /*&:nth-child(3n) {
			margin-right: 0;
		}
		&:nth-child(3n + 1) {
			margin-left: 0;
		}*/

}
.news-list .news img {
  width: 324px;
  height: 202px;
  object-fit: cover;
}
.news-list .news .info {
  text-align: center;
}
.news-list .news .info p {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  margin: 45px auto 15px;
}
.news-list .news .info .date {
  font-size: 13px;
  line-height: 160%;
  color: #b7b7b7;
}
.news_constr {
  max-width: 1040px;
  display: flex;
  flex-wrap: wrap;
}
.news_constr .content-box {
  width: 100%;
  margin-bottom: 0;
}
.news_constr .desktop {
  display: block;
}
.news_constr .mob_tab {
  display: none;
}
.single_news {
  width: 688px;
  position: relative;
}
.single_news img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.single_news h1 {
  font-weight: 600;
  margin: 45px 0 30px;
}
.single_news .main p,
.single_news .main strong,
.single_news .main b,
.single_news .main i,
.single_news .main em,
.single_news .main a,
.single_news .main span {
  font-size: 15px !important;
  line-height: 28px !important;
  font-family: Poppins !important;
}
.single_news .main > div span {
  font-size: 15px !important;
  line-height: 28px !important;
  font-family: Poppins !important;
}
.single_news .main > div p {
  font-size: 15px !important;
  line-height: 28px !important;
  font-family: Poppins !important;
}
.single_news .share {
  /*left: -100px;
		top: 30px;*/
  position: fixed;
  left: 40px;
  top: 200px;
}
.single_news .absolute {
  left: -100px;
  top: 900px;
}
.single_news .share_mobile {
  display: none;
}
.related-news {
  width: 208px;
  margin-left: auto;
}
.related-news h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.related-news .info {
  margin-top: 10px;
  margin-bottom: 40px;
}
.related-news .info .date {
  font-size: 12px;
  color: #b7b7b7;
}
.related-news .info .content-title {
  font-weight: 600;
  font-size: 14px;
  margin-top: 0;
}
.button-arrow-right {
  padding: 10px 10px 10px 20px;
}
.button-arrow-right:after {
  font-family: FontAwesome;
  content: "\f105";
  padding-left: 30px;
  font-size: 15px;
}
.button-arrow-right:after:hover {
  background: #484646;
  color: white;
}
.sorter {
  background: #f4f4f4;
}
.sorter .constraint {
  max-width: 1046px;
  display: flex;
}
.sorter .lefter {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  max-width: 700px;
  padding-bottom: 30px;
}
.sorter .righter {
  width: 310px;
  display: flex;
  margin-left: auto;
}
.sorter label {
  position: relative;
  flex-grow: 1;
}
.sorter label::after {
  content: "";
  background: transparent url('/images/_theme/icons/chevron-down.png') no-repeat;
  position: absolute;
  cursor: pointer;
  height: 8px;
  width: 15px;
  right: 0;
  top: 9px;
}
.sorter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 0;
  margin-left: 16px;
  background: transparent;
  margin-bottom: 20px;
}
.main .breadcrumbs {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  width: 1046px;
  margin: 0 auto;
  padding-left: 0;
}
.main .breadcrumbs li {
  float: left;
}
.main .breadcrumbs li.sep {
  margin: 9px 15px;
  width: 5px;
  height: 9px;
  background: #f8f6ec url(/images/_theme/bg/breadcrumbs-arrow.png) no-repeat 0 0;
}
.main .static-content .main-title {
  background: #f4f4f4;
  height: 106px;
  display: flex;
  align-items: center;
}
.main .static-content .main-title h1 {
  text-transform: uppercase;
  text-align: left;
  width: 1046px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 28px;
}
.main .static-content .main-content {
  width: 1046px;
  margin: 100px auto 0;
}
.main .static-content .main-content h1,
.main .static-content .main-content h2 {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 60px;
}
.main .static-content .main-content a[href^="mailto:"] {
  color: #eaa43b;
}
.main .static-content .main-content p {
  margin-bottom: 20px;
}
.main #filter {
  margin: 0px 190px 110px 190px;
  padding-top: 60px;
}
.main #filter a.selected,
.main #filter a:hover {
  color: #048b76;
}
.main #filter a.selected {
  font-weight: bold;
}
.main #filter h3 {
  display: block;
  text-align: left;
  margin: 12px 0 30px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  letter-spacing: 3.7px;
}
.main #filter h3 span {
  background: transparent url(/images/_theme/bg/filter-arrows.png) no-repeat right -20px;
  cursor: pointer;
  padding-right: 20px;
}
.main #filter h3 span.position {
  background: transparent url(/images/_theme/bg/filter-arrows.png) no-repeat right 10px;
}
.main #filter h4 {
  display: block;
  text-align: left;
  margin-bottom: 35px;
}
.main #filter h4 a {
  font-size: 13px;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2.7px;
}
.main #filter h5 {
  width: 100%;
  margin: 25px 0 9px;
  text-align: left;
}
.main #filter h5 a {
  font-size: 13px;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2.7px;
}
.main #filter ul {
  width: 100%;
  float: left;
  margin: 0px 0 27px;
  padding: 0px;
}
.main #filter ul li {
  float: left;
  margin-right: 10px;
}
.main #filter ul li a {
  float: left;
  font-weight: normal;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1.3px;
}
.grid,
.project-grid {
  float: left;
  width: 100%;
  max-width: 100% !important;
  margin: 0px !important;
  padding: 0px;
}
.grid li,
.project-grid li {
  float: left;
  width: 31.33% !important;
  padding: 0 1% 113px !important;
}
/*.news-list {
	margin: 0 -10px;
	.item {
		padding: 9px;
     	height: 375px;
     	margin-bottom: 100px;
     	position: relative;
	}
}*/

.news-list div:last-child {
  display: none;
}
.news-list .news.clearfix div:last-child {
  display: unset;
}
.news-list .title::before {
  display: block;
  position: absolute;
  top: -55px;
  left: 0;
  content: "";
  width: 71px;
  height: 52px;
  background: url("/images/_theme/bg/play-mm.png");
}
.news-list .item .title,
.grid .item .title,
.project-grid .item .title,
.news-list li .title,
.grid li .title,
.project-grid li .title {
  font-family: 'Poppins', sans-serif;
  padding: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
}
.news-list .item .borderinho,
.grid .item .borderinho,
.project-grid .item .borderinho,
.news-list li .borderinho,
.grid li .borderinho,
.project-grid li .borderinho {
  border-bottom: 1px solid #cbcbcb;
  /* bottom: 0;
           	position: absolute;*/
  width: 95%;
}
.news-list .item .link,
.grid .item .link,
.project-grid .item .link,
.news-list li .link,
.grid li .link,
.project-grid li .link {
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
  padding-bottom: 5px;
  position: absolute;
  bottom: 0;
}
.news-list .item a.item-more,
.grid .item a.item-more,
.project-grid .item a.item-more,
.news-list li a.item-more,
.grid li a.item-more,
.project-grid li a.item-more {
  float: left;
  position: relative;
  width: 100%;
  height: 373px;
}
.news-list .item a.item-more .title,
.grid .item a.item-more .title,
.project-grid .item a.item-more .title,
.news-list li a.item-more .title,
.grid li a.item-more .title,
.project-grid li a.item-more .title {
  position: absolute;
  top: 241px;
  left: 0px;
  height: 85px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  padding: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
}
.news-list .item a.item-more .button-arrow-right,
.grid .item a.item-more .button-arrow-right,
.project-grid .item a.item-more .button-arrow-right,
.news-list li a.item-more .button-arrow-right,
.grid li a.item-more .button-arrow-right,
.project-grid li a.item-more .button-arrow-right {
  position: absolute;
  top: 334px;
  left: 0px;
  /*height: 82px;*/
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
  padding-bottom: 5px;
}
.content-box .uk-container {
  padding: 0px !important;
}
.content-box .uk-container .press-list {
  margin: 0 -10px;
}
.content-box .uk-container .press-list .item {
  padding: 0px;
  height: 400px;
  Width: 31.3%;
  margin: 0 2% 50px 0;
  position: relative;
  background-color: white;
}
.content-box .uk-container .press-list .item:nth-child(3n) {
  margin: 0 0 50px 0;
}
.content-box .uk-container .press-list .item img {
  margin: 0px !important;
}
.content-box .uk-container .press-list .item a.item-more {
  float: left;
  position: relative;
  width: 100%;
  height: 373px;
  padding: 15px;
  margin: 0px;
  box-sizing: border-box;
}
.content-box .uk-container .press-list .item a.item-more:hover {
  color: #048b76;
}
.content-box .uk-container .press-list .item a.item-more .title {
  position: absolute;
  top: 270px;
  left: 0px;
  height: 85px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  padding: 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 20px;
}
.content-box .uk-container .press-list .item a.item-more .detail {
  position: absolute;
  top: 370px;
  left: 0px;
  padding-left: 15px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  padding-bottom: 5px;
}
.load-more-circle {
  clear: both;
  text-align: center;
  border: 2px solid #d2b054;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  text-align: center;
  /*line-height: 130px;*/
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  color: #d2b054;
  font-weight: 600;
  margin: 0 auto 50px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 5px;
  padding: 37px 12px;
  box-sizing: border-box;
}
.load-more-circle:hover {
  cursor: pointer;
  background: #d2b054;
  color: white;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.standard-sidebar-right .main .content {
  margin-top: 50px;
}
.standard-sidebar-right .main .content .left .main-title {
  margin-top: 0;
  text-align: center;
}
.standard-sidebar-right .main .content .left #img-news-main {
  width: 100%;
  margin: 20px 0 38px 0 !important;
}
.standard-sidebar-right .main .content .left p {
  padding: 0 15px;
}
.standard-sidebar-right .main .content .right {
  padding-left: 15px;
}
.standard-sidebar-right .additional-main {
  background: #f9f9f8;
}
.standard-sidebar-right .sidebar .about {
  line-height: 18px;
  font-size: 13px;
  text-align: center;
}
.standard-sidebar-right .sidebar .borderinho-gold {
  border-bottom: 1px solid #d2b055;
}
.standard-sidebar-right .sidebar .borderinho-gold.padded {
  margin: 35px 0;
}
.standard-sidebar-right .sidebar .social-box {
  text-align: center;
  margin: 40px 0;
}
.standard-sidebar-right .sidebar .social-box a {
  margin: 7px;
}
.standard-sidebar-right .sidebar #tbPraznoSidebar {
  display: none;
}
.standard-sidebar-right .sidebar .nslNotice {
  color: red;
}
.standard-sidebar-right .sidebar .newsletter-box {
  border-top: 1px solid #d2b055;
  border-bottom: 1px solid #d2b055;
  margin: 25px 0;
  background: #f1ecde;
  padding: 10px 10px 40px;
  text-align: center;
}
.standard-sidebar-right .sidebar .newsletter-box h4 {
  margin: 30px;
}
.standard-sidebar-right .sidebar .newsletter-box .approval {
  margin: 0 0 0 15px;
  text-align: left;
}
.standard-sidebar-right .sidebar .newsletter-box .approval .chkGPDRNewsletter {
  float: left;
  width: 34px;
}
.standard-sidebar-right .sidebar .newsletter-box .approval .chkGPDRNewsletter .chkGPDRNewsletter {
  float: left;
  width: 20px;
  height: 20px;
  margin: 0;
}
.standard-sidebar-right .sidebar .newsletter-box input {
  background: #f9f9f8;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.standard-sidebar-right .sidebar .newsletter-box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #959595;
}
.standard-sidebar-right .sidebar .newsletter-box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595;
}
.standard-sidebar-right .sidebar .newsletter-box input:-ms-input-placeholder {
  /* IE 10+ */
  color: #959595;
}
.standard-sidebar-right .sidebar .newsletter-box input:-moz-placeholder {
  /* Firefox 18- */
  color: #959595;
}
.standard-sidebar-right .sidebar .newsletter-box a.button {
  background: #f1ecde;
  width: 85%;
  margin: 20px 0 10px 0;
}
.standard-sidebar-right .sidebar .newsletter-box a.button:hover {
  background: #3f3e3e;
  color: #f1ecde;
}
.standard-sidebar-right .sidebar .newsletter-box .call-to-action {
  display: none;
  margin-top: 5px;
  margin-left: -2px;
}
.standard-sidebar-right .sidebar .presskit-box {
  border-top: 1px solid #d2b055;
  margin: 25px 0;
  background: #f1ecde;
  padding: 10px;
  text-align: center;
}
.standard-sidebar-right .sidebar .presskit-box h4 {
  margin: 5px 10px 35px 5px;
}
.standard-sidebar-right .sidebar .presskit-box ul {
  margin: 0px;
  padding: 0px;
}
.standard-sidebar-right .sidebar .presskit-box ul li {
  text-align: left;
  line-height: 16px;
  margin: 0px 0px 19px 5px;
}
.standard-sidebar-right .sidebar .presskit-box ul li a {
  font-size: 12px;
  text-decoration: underline;
  line-height: 16px;
}
.standard-sidebar-right .sidebar .presskit-box ul li a:hover {
  color: #048b76;
}
.standard-sidebar-right .sidebar .window-shop {
  padding-bottom: 50px;
  border-bottom: 1px solid #d2b055;
}
.standard-sidebar-right .sidebar .window-shop h4 {
  margin: 20px 30px;
}
.standard-sidebar-right .sidebar .window-shop .slick-sidebar .slick-dots {
  bottom: -35px;
}
.standard-sidebar-right .sidebar .window-shop .slick-sidebar .slick-dots li {
  margin: 0px;
}
.standard-sidebar-right .sidebar .window-shop .slick-sidebar .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e5e0d8;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.standard-sidebar-right .sidebar .window-shop .slick-sidebar .slick-dots li.slick-active button:before {
  background-color: #048b76;
}
.ui-icon-closethick {
  background-image: url("/images/_theme/bg/close-x.png") !important;
  background-position: left top !important;
  margin: 0 !important;
}
.ui-dialog .ui-dialog-titlebar-close,
.ui-icon-closethick {
  width: 16px !important;
  height: 16px !important;
  right: 1.5em !important;
  top: 35% !important;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: none !important;
  border: none !important;
}
.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-close:hover {
  padding: 0 !important;
}
.upit-circle {
  /*border: 2px solid #D2B054;*/
  border-radius: 50%;
  width: 95px;
  height: 95px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #d2b054;
  font-weight: 600;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  padding: 30px 13px;
  box-sizing: border-box;
  position: fixed;
  right: 25px;
  bottom: 28px;
  top: inherit;
  font-size: 14px;
  background: #d2b054;
  color: white;
  line-height: 18px;
  -webkit-box-shadow: 0px 12px 14px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 12px 14px -11px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 12px 14px -11px rgba(0, 0, 0, 0.75);
}
.upit-circle:hover {
  cursor: pointer;
  background: #d3ab3f;
  border-color: #d3ab3f;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ui-widget-overlay.ui-front {
  display: block !important;
}
.ui-dialog {
  background: #d2b054 !important;
  border: none !important;
  border-radius: 0 !important;
  width: 265px !important;
  bottom: 25px !important;
  right: 25px !important;
  position: fixed !important;
  top: inherit !important;
  left: inherit !important;
  -webkit-box-shadow: 0px 10px 27px -3px rgba(50, 33, 2, 0.33);
  -moz-box-shadow: 0px 10px 27px -3px rgba(50, 33, 2, 0.33);
  box-shadow: 0px 10px 27px -3px rgba(50, 33, 2, 0.33);
}
.ui-dialog.nlPopup {
  width: 640px !important;
  height: auto !important;
  right: unset !important;
  bottom: unset !important;
  top: 85px !important;
  margin: 0 auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  text-align: center;
}
.ui-dialog.nlPopup input {
  box-sizing: border-box;
  margin: 30px 0 20px 0;
  text-align: center;
}
.ui-dialog.nlPopup input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  font-family: 'Poppins', sans-serif;
  color: #959595;
  /*background: white;*/
  text-align: center;
}
.ui-dialog.nlPopup input::-moz-placeholder {
  /* Firefox 19+ */

  font-family: 'Poppins', sans-serif;
  color: #959595;
  /*background: white;*/
  text-align: center;
}
.ui-dialog.nlPopup input:-ms-input-placeholder {
  /* IE 10+ */

  font-family: 'Poppins', sans-serif;
  color: #959595;
  /*background: white;*/
  text-align: center;
}
.ui-dialog.nlPopup input:-moz-placeholder {
  /* Firefox 18- */

  font-family: 'Poppins', sans-serif;
  color: #959595;
  /*background: white;*/
  text-align: center;
}
.ui-dialog.nlPopup .inner {
  margin: 30px 80px 60px 80px;
  color: white;
}
.ui-dialog.nlPopup .inner .welcome {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.ui-dialog.nlPopup .inner .shop-title {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 15px 0 7px 0;
  letter-spacing: 2px;
}
.ui-dialog.nlPopup .inner .instructions {
  line-height: 16px;
}
.ui-dialog.nlPopup .inner .approval {
  line-height: 16px;
  margin-bottom: 15px;
  text-align: left;
}
.ui-dialog.nlPopup .inner .approval .chkGPDR {
  float: left;
  width: 34px;
}
.ui-dialog.nlPopup .inner .approval .chkGPDR #chkGPDR {
  float: left;
  width: 20px;
  height: 20px;
  margin: 0;
}
.ui-dialog.nlPopup .inner .popust {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 15px;
}
.ui-dialog.nlPopup .inner .nah {
  margin: 25px 0;
}
.ui-dialog.nlPopup .inner .nah a {
  font-family: 'Poppins', sans-serif;
  color: white;
}
.ui-dialog.nlPopup .standardbtn {
  background: none;
  height: 34px;
  line-height: 14px;
  padding: 10px 10%;
  font-size: 12px;
}
.ui-dialog.nlPopup .standardbtn:hover {
  background: #484646;
  color: #efecea;
}
.ui-dialog .ui-dialog-titlebar {
  background: none;
  border: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: none;
  border: none;
}
.ui-dialog .upit-dialog-box {
  padding-top: 0 !important;
  text-align: center;
}
.ui-dialog .upit-dialog-box input,
.ui-dialog .upit-dialog-box textarea {
  margin: 2px 0;
  box-sizing: border-box;
  background: #f9f9f8;
  padding: 5px 20px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  width: 100%;
}
.ui-dialog .upit-dialog-box input::-webkit-input-placeholder,
.ui-dialog .upit-dialog-box textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #959595;
}
.ui-dialog .upit-dialog-box input::-moz-placeholder,
.ui-dialog .upit-dialog-box textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595;
}
.ui-dialog .upit-dialog-box input:-ms-input-placeholder,
.ui-dialog .upit-dialog-box textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #959595;
}
.ui-dialog .upit-dialog-box input:-moz-placeholder,
.ui-dialog .upit-dialog-box textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #959595;
}
.ui-dialog .upit-dialog-box textarea {
  height: 75px;
  padding: 10px 20px;
}
.ui-dialog .upit-dialog-box a.button {
  background: none;
  width: 85%;
  margin: 20px auto;
}
.ui-dialog .upit-dialog-box a.button:hover {
  background: #3f3e3e;
  color: #f9f9f8;
}
.ui-dialog .upit-dialog-box #emailNotice {
  line-height: 1.4em;
}
.blog-list .item {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.blog-list .item .image-box {
  overflow: hidden;
  margin: 40px 0;
}
.blog-list .item .image-box img {
  margin: 0 !important;
  width: 100%;
  /*-webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        &:hover {
          -webkit-transform: scale(1.01);
          -moz-transform: scale(1.01);
          -ms-transform: scale(1.01);
          -o-transform: scale(1.01);
          transform: scale(1.01);
        }*/

}
.blog-list .item h1 {
  padding: 0 30px;
}
.blog-list .item h1:hover {
  color: #048b76;
}
.blog-list .item .date {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #048b76;
  font-weight: 600;
  font-size: 16px;
}
.blog-list .item .hasMore {
  display: none;
}
.o-nama-wide {
  margin-top: 75px;
  margin-bottom: 100px;
}
.o-nama-wide .uk-width-1-3 img {
  margin-top: 10px;
}
.o-nama-wide .uk-width-2-3 {
  padding-left: 80px;
}
.o-nama-wide .uk-width-2-3 h3 {
  text-align: left;
  margin-top: 0;
}
.gallery-counter {
  float: right;
  margin-top: -20px;
}
.gallery-counter span.current {
  color: #048b76;
}
#index-news {
  background: #f8f6ec url(/images/_theme/bg/index-news-big-bg.jpg) no-repeat 0 0;
  height: 700px;
}
#index-news .inner h1 {
  margin: 19px 0;
}
#index-news .bx-wrapper {
  border: none;
}
#index-news .bx-wrapper .bx-viewport {
  width: 1218px !important;
  height: 360px;
  background: none;
  border: none;
  margin: 0 auto;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  overflow: hidden;
}
#index-news .bx-wrapper .bx-viewport #bx-news {
  margin: 0px;
  padding: 0px;
}
#index-news .bx-wrapper .bx-viewport #bx-news li {
  float: left;
  width: 100%;
  height: 360px;
  margin: 0px;
  padding: 0px;
}
#index-news .bx-wrapper .bx-viewport #bx-news li .image {
  float: left;
  width: 30%;
  margin-left: 4%;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
#index-news .bx-wrapper .bx-viewport #bx-news li .image IMG {
  border-radius: 50%;
}
#index-news .bx-wrapper .bx-viewport #bx-news li .text {
  display: table;
  float: left;
  margin-left: 3%;
  width: 63%;
  padding-right: 20%;
  height: 360px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
#index-news .bx-wrapper .bx-viewport #bx-news li .text div {
  display: table-cell;
  vertical-align: middle;
}
#index-news .bx-wrapper .bx-viewport #bx-news li .text div a {
  line-height: 1.4em;
}
#index-news .bx-wrapper .bx-controls {
  width: 1218px;
  margin: 0 auto;
}
#index-news .bx-wrapper .bx-controls .bx-pager {
  float: left;
  width: 300px;
  text-align: left;
  bottom: -103px;
}
#index-news .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: white;
  margin: 0 10px;
}
#index-news .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link:hover,
#index-news .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active {
  background: black;
}
#index-news .bx-wrapper .bx-controls .bx-controls-direction a {
  top: 42%;
}
#index-news .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  width: 25px;
  height: 55px;
  left: 70px;
  background: url(/js/plugins/jquery.bxslider/images/controls-news.png) no-repeat 0px 0px;
}
#index-news .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover {
  background: url(/js/plugins/jquery.bxslider/images/controls-news.png) no-repeat 0px -57px;
}
#index-news .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  width: 25px;
  height: 55px;
  right: 70px;
  background: url(/js/plugins/jquery.bxslider/images/controls-news.png) no-repeat -25px 0px;
}
#index-news .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover {
  background: url(/js/plugins/jquery.bxslider/images/controls-news.png) no-repeat -25px -57px;
}
.wrap {
  width: 100%;
  background: #f8f6ec url(/images/_theme/bg/index-news-bg.jpg) repeat 0 0;
  overflow: hidden;
}
.wrap .inner {
  position: relative;
  width: 1218px;
  min-height: 250px;
  padding: 100px 20px 100px 20px;
  position: relative;
}
.wrap .inner h1 {
  font-size: 2.5em;
  margin: 0px 0 30px 0;
  line-height: 1.2em;
}
.wrap .inner h2 {
  margin: 25px 0 15px;
}
.wrap .inner H3 {
  font-size: 1.75em;
  line-height: 1.75em;
  color: #3f3e3e;
  margin: 12px 0 7px 78px;
}
.wrap .inner p {
  margin: 0px 0px 10px 78px;
  padding: 0px;
  font-size: 1em;
  line-height: 1.250em;
}
.wrap .inner ul li {
  list-style-type: disc;
  font-size: 1em;
  padding-bottom: 5px;
}
.wrap .inner ol li {
  list-style-type: decimal;
  font-size: 1em;
  padding-bottom: 2px;
}
.wrap .inner .vizija-strategija {
  width: 1218px;
  height: 360px;
  margin-bottom: 40px;
}
.wrap .inner .multi-list .image {
  float: left;
  width: 30%;
  margin-left: 4%;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
.wrap .inner .multi-list .image IMG {
  border-radius: 50%;
}
.wrap .inner .multi-list .text {
  display: table;
  float: left;
  margin-left: 3%;
  width: 63%;
  padding-right: 20%;
  height: 360px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
.wrap .inner .multi-list .text span {
  display: table-cell;
  vertical-align: middle;
}
/* Statičke stranice */

#container-15 .inner,
#container-33 .inner {
  min-height: 350px;
}
#container-15 .inner p,
#container-33 .inner p {
  margin: 0px 300px 25px 78px;
}
#container-15 .inner:after,
#container-33 .inner:after {
  position: absolute;
  right: -270px;
  bottom: 0;
  content: "";
  width: 709px;
  height: 594px;
  background: transparent url(/images/_theme/bg/statics/o-nama.png) no-repeat 0 0;
}
#container-16,
#container-34 {
  background: #99c545;
}
#container-16 .inner h1,
#container-34 .inner h1 {
  color: white;
}
#container-17,
#container-35 {
  background: #f1f1f1 url(/images/_theme/bg/statics/ascommerce-u-regiji.png) no-repeat center top;
}
#container-17 .inner,
#container-35 .inner {
  padding-top: 205px;
  visibility: visible;
}
#container-17 .inner p,
#container-35 .inner p {
  margin: 0px 280px 25px 78px;
}
#container-19 {
  background: #99c545;
}
#container-30,
#container-37 {
  background: #99c545;
}
#container-31,
#container-38 {
  padding-bottom: 100px;
}
/* Kategorije proizvoda */

#container-products {
  background: transparent url(/images/_theme/bg/products-bg.jpg) repeat center 0;
  padding-top: 25px;
}
#container-products .inner h1 {
  color: white;
}
#container-products .inner p {
  color: white;
  margin: 0px 156px 10px 78px;
}
.wrap-category:nth-child(odd),
.wrap-news:nth-child(odd) {
  background: #f8f6ec url(/images/_theme/bg/index-news-bg.jpg) repeat 0 0;
}
.wrap-category,
.wrap-news {
  width: 100%;
  background: #f8f6ec url(/images/_theme/bg/index-news-darker-bg.jpg) repeat 0 0;
  overflow: hidden;
  border-bottom: dotted 1px black;
}
.wrap-category:last-of-type,
.wrap-news:last-of-type {
  padding-bottom: 100px;
}
.wrap-category .inner,
.wrap-news .inner {
  margin-bottom: 50px;
}
.wrap-category .inner h1.main-title,
.wrap-news .inner h1.main-title {
  font-size: 2.5em;
  margin: 60px 0 30px 0;
  line-height: 1.2em;
}
.wrap-category .inner p,
.wrap-news .inner p {
  margin-left: 78px;
}
.wrap-category .inner .pr-category,
.wrap-news .inner .pr-category,
.wrap-category .inner .n-category,
.wrap-news .inner .n-category {
  padding: 50px 0 0px 0;
  width: 100%;
  display: table;
}
.wrap-category .inner .pr-category .pr-image,
.wrap-news .inner .pr-category .pr-image,
.wrap-category .inner .n-category .pr-image,
.wrap-news .inner .n-category .pr-image,
.wrap-category .inner .pr-category .n-image,
.wrap-news .inner .pr-category .n-image,
.wrap-category .inner .n-category .n-image,
.wrap-news .inner .n-category .n-image {
  width: 360px;
  margin-left: 18px;
  padding: 0 30px;
  display: table-cell;
  vertical-align: middle;
}
.wrap-category .inner .pr-category .pr-image img,
.wrap-news .inner .pr-category .pr-image img,
.wrap-category .inner .n-category .pr-image img,
.wrap-news .inner .n-category .pr-image img,
.wrap-category .inner .pr-category .n-image img,
.wrap-news .inner .pr-category .n-image img,
.wrap-category .inner .n-category .n-image img,
.wrap-news .inner .n-category .n-image img {
  border-radius: 50%;
}
.wrap-category .inner .pr-category .pr-content,
.wrap-news .inner .pr-category .pr-content,
.wrap-category .inner .n-category .pr-content,
.wrap-news .inner .n-category .pr-content,
.wrap-category .inner .pr-category .n-content,
.wrap-news .inner .pr-category .n-content,
.wrap-category .inner .n-category .n-content,
.wrap-news .inner .n-category .n-content {
  width: 590px;
  margin-left: 30px;
  padding-top: 0px;
  display: table-cell;
  vertical-align: middle;
}
.wrap-category .inner .pr-category .pr-content h2,
.wrap-news .inner .pr-category .pr-content h2,
.wrap-category .inner .n-category .pr-content h2,
.wrap-news .inner .n-category .pr-content h2,
.wrap-category .inner .pr-category .n-content h2,
.wrap-news .inner .pr-category .n-content h2,
.wrap-category .inner .n-category .n-content h2,
.wrap-news .inner .n-category .n-content h2 {
  margin: -50px 0 15px;
  line-height: 1.2em;
}
.wrap-category .inner .pr-category .pr-content div a,
.wrap-news .inner .pr-category .pr-content div a,
.wrap-category .inner .n-category .pr-content div a,
.wrap-news .inner .n-category .pr-content div a,
.wrap-category .inner .pr-category .n-content div a,
.wrap-news .inner .pr-category .n-content div a,
.wrap-category .inner .n-category .n-content div a,
.wrap-news .inner .n-category .n-content div a {
  font-size: 1em;
}
.wrap-category .inner .pr-category .pr-content p,
.wrap-news .inner .pr-category .pr-content p,
.wrap-category .inner .n-category .pr-content p,
.wrap-news .inner .n-category .pr-content p,
.wrap-category .inner .pr-category .n-content p,
.wrap-news .inner .pr-category .n-content p,
.wrap-category .inner .n-category .n-content p,
.wrap-news .inner .n-category .n-content p {
  padding: 0px;
  margin: 0px;
}
/* Proizvodi */

.wrap-product {
  width: 100%;
  overflow: hidden;
  padding: 70px 0 55px 0;
}
.wrap-product .inner h1 {
  line-height: 1.2em;
}
.wrap-product .inner h2 {
  font-size: 1.750em;
  margin: 0px 0 15px;
  line-height: 1.2em;
}
.wrap-product .inner p {
  font-size: .750em;
  line-height: 1.32em;
  margin: 0 0 10px;
}
.wrap-product .inner .desc {
  font-weight: bold;
  font-size: 1.083em;
  line-height: 1.417em;
  margin-bottom: 33px;
}
.wrap-product .inner .p-gallery {
  float: left;
  width: 804px;
  margin-top: 29px;
  overflow: hidden;
}
.wrap-product .inner .p-content,
.wrap-product .inner .p-content-text {
  float: right;
  width: 390px;
  margin-top: 21px;
}
.wrap-product .inner .p-content-text {
  float: left;
  width: 100%;
}
.wrap-product .inner .p-content-text h2,
.wrap-product .inner .p-content-text p,
.wrap-product .inner .p-content-text .desc {
  margin-left: 78px;
}
.wrap-product .inner .p-stats {
  float: left;
  width: 726px;
  margin: 27px 0 0 24px;
  overflow: hidden;
}
.wrap-product .inner .p-stats .uk-table {
  margin-top: 25px;
  border-bottom: 1px solid black;
}
.wrap-product .inner .p-stats .uk-table tr th {
  color: #3f3e3e;
  font-size: .6em;
  line-height: 1.2em;
  padding: 9px 15px;
  background: #ffd667;
  border-bottom: 1px solid black;
}
.wrap-product .inner .p-stats .uk-table tr th:nth-child(1) {
  width: 46%;
}
.wrap-product .inner .p-stats .uk-table tr th:nth-child(2),
.wrap-product .inner .p-stats .uk-table tr th:nth-child(3),
.wrap-product .inner .p-stats .uk-table tr th:nth-child(4) {
  width: 18%;
  text-align: center;
}
.wrap-product .inner .p-stats .uk-table tr td {
  color: #3f3e3e;
  font-size: .65em;
  line-height: 1.2em;
  padding: 9px 15px;
  border-bottom: 1px dotted black;
}
.wrap-product .inner .p-stats .uk-table tr td:nth-child(2),
.wrap-product .inner .p-stats .uk-table tr td:nth-child(3),
.wrap-product .inner .p-stats .uk-table tr td:nth-child(4) {
  text-align: center;
}
.wrap-product .inner .p-stats .uk-table tr:nth-child(even) {
  background: #ffba01;
}
.wrap-product .inner .p-stats .uk-table tr:nth-child(odd) {
  background: #ffc427;
}
.first-sml {
  padding-top: 110px;
}
.first-big {
  padding-top: 105px;
}
/*
.wrap-product:nth-child(odd) {
	background: #f1f1f1;
	.inner p.desc {
		color: #3F3E3E;
	}
}*/

.bg-orange {
  background: #ffba01;
}
.bg-red {
  background: #ff6501;
}
.bg-white {
  background: white;
}
.bg-green {
  background: #99c545;
}
.bg-turquoise {
  background: #1bc4b9;
}
.bg-yellow {
  background: #ecd400;
}
.bg-cream {
  background: #e1d6bd;
}
.font-white h1 {
  color: white;
}
.font-white .desc {
  color: white;
}
.font-dark h1 {
  color: #3f3e3e;
}
.font-dark .desc {
  color: #3f3e3e;
}
.p-gallery .bx-wrapper {
  padding: 0 24px;
  margin: 0 0 30px 0;
  border: none;
}
.p-gallery .bx-wrapper .bx-viewport {
  left: 0px;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  overflow: hidden;
}
.p-gallery .bx-wrapper .bx-viewport .product-gallery {
  margin: 0px;
  padding: 0px;
}
.p-gallery .bx-wrapper .bx-viewport .product-gallery li {
  margin: 0px;
  padding: 0px;
}
.p-gallery .bx-wrapper .bx-controls .bx-controls-direction a {
  top: 0px;
  width: 61px;
  height: 100%;
  margin: 0px;
}
.p-gallery .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 22px;
  background: transparent url(../js/plugins/jquery.bxslider/images/controls-gallery.png) no-repeat left center;
}
.p-gallery .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 22px;
  background: transparent url(../js/plugins/jquery.bxslider/images/controls-gallery.png) no-repeat right center;
}
.p-gallery .bxslider-pager {
  margin: 0px;
  padding: 0px 24px;
}
.p-gallery .bxslider-pager li {
  float: left;
  margin-right: 9px;
  padding: 9px;
  /*border: solid 1px #ffe399;*/

}
.p-gallery .bxslider-pager li:last-child {
  margin-right: 0px;
}
.bg-orange .p-gallery .bxslider-pager li {
  border: solid 1px #ffe399;
}
.bg-red .p-gallery .bxslider-pager li {
  border: solid 1px #ffc199;
}
.bg-white .p-gallery .bxslider-pager li {
  border: solid 1px #d1d3d5;
}
.bg-green .p-gallery .bxslider-pager li {
  border: solid 1px #d6e8b5;
}
.bg-turquoise .p-gallery .bxslider-pager li {
  border: solid 1px #a4e7e3;
}
.bg-yellow .p-gallery .bxslider-pager li {
  border: solid 1px #f5eda9;
}
.bg-cream .p-gallery .bxslider-pager li {
  border: solid 1px #f3efe5;
}
/* Index search */

#index-search {
  height: 280px;
  background-color: white;
}
#index-search .inner {
  width: 1218px;
  margin: 0px auto;
}
#index-search .inner h2 {
  font-size: 60px;
  margin: 20px 0 15px 0;
}
#index-search .inner .search {
  position: relative;
  width: 50%;
  margin: 0 auto;
  height: 64px;
  text-align: left;
}
#index-search .inner .search INPUT {
  border: none;
  width: 87%;
  height: 64px;
  font-size: .583em;
  padding: 0px 25px;
  line-height: 64px;
  text-transform: uppercase;
}
#index-search .inner .search A#search-btn {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 13%;
  height: 64px;
  background: #ededed url(/images/_theme/bg/search.png) no-repeat 30px 21px;
}
#index-search .inner .search A#search-btn B {
  display: none;
}
#map {
  width: 100%;
  height: 542px;
}
#map * {
  transition: none;
}
.map_locations {
  margin-left: 0;
  justify-content: center;
  position: relative;
}
.map_locations .location {
  width: 328px;
  height: 453px;
  padding-left: 0;
  background: rgba(255, 255, 255, 0.9);
  background: white;
  border-top: 8px solid #eaa43b;
  position: relative;
  z-index: 20;
  display: none;
  position: absolute;
  left: 10%;
  top: 40px;
}
.map_locations .location .header {
  height: 70px;
  background: #f4f4f4;
  text-transform: uppercase;
  padding-left: 40px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}
.map_locations .location p {
  width: 248px;
  margin: 40px auto;
}
.map_locations .location p * {
  display: inline-block;
}
.map_locations .location p .orange {
  color: #eaa43b;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
  margin-bottom: 10px;
}
.map_locations .location p strong {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.map_locations .location p .gray {
  text-transform: uppercase;
  color: #b7b7b7;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  margin-top: 35px;
  display: block;
  position: absolute;
  bottom: 40px;
}
.map_locations .location p .gray:hover {
  color: #eaa43b;
}
.map_locations .location .arrows {
  width: 100px;
  position: absolute;
  right: 20px;
  bottom: 25px;
}
.map_locations .location .prev,
.map_locations .location .next {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.map_locations .location .prev {
  margin-right: 30px;
  background: url('/images/_theme/icons/arrow_prev_gray.png') no-repeat center center;
}
.map_locations .location .prev:hover {
  background: url('/images/_theme/icons/arrow_prev_orange.png') no-repeat center center;
}
.map_locations .location .next {
  background: url('/images/_theme/icons/arrow_next_gray.png') no-repeat center center;
}
.map_locations .location .next:hover {
  background: url('/images/_theme/icons/arrow_next_orange.png') no-repeat center center;
}
.map_locations .location.selected {
  display: block;
}
.index footer {
  margin-top: 0;
}
.index #slick-big .slick-slide img {
  display: block;
  width: 100%;
  height: 607px;
  object-fit: cover;
}
.index #slick-big .slick-slide a {
  color: white;
}
.index #slick-big .slick-slide a:hover {
  color: #eaa43b;
}
.index #slick-big .slick-dots {
  bottom: 60px;
}
.index #slick-big .slick-dots li {
  margin: 0 6px;
  width: 14px;
  height: 14px;
}
.index #slick-big .slick-dots li button {
  border: 1px solid white;
  border-radius: 50%;
  color: transparent;
  width: 14px;
  height: 14px;
}
.index #slick-big .slick-dots li button::before {
  content: none;
}
.index #slick-big .slick-dots li.slick-active button {
  color: transparent;
  background: #eaa43b;
  border: 1px solid #eaa43b;
}
.index #slick-big .slick-next {
  right: 60px;
}
.index #slick-big .slick-prev {
  left: 60px;
}
.mask {
  background: rgba(40, 40, 40, 0.85);
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mask .content-holder {
  border: 15px solid white;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}
.mask .content-holder .cont {
  position: relative;
  height: fit-content;
  width: fit-content;
}
.mask .content-holder .cont img {
  display: block;
  position: relative;
  min-width: 700px;
  min-height: 450px;
  object-fit: cover;
  max-width: 800px;
}
.mask .content-holder .cont div {
  position: absolute;
  top: 0;
  height: calc(100% - 140px);
  width: -moz-available;
  width: -fill-available;
  width: -webkit-fill-available;
  background: linear-gradient(90deg, #282828 -8.44%, rgba(40, 40, 40, 0) 174.93%);
  padding: 70px 50px;
}
.mask .content-holder .cont div p {
  color: white;
  font-weight: 600;
  font-size: 50px;
  line-height: 75px;
  width: 65%;
}
.mask .content-holder .cont div .bttn {
  position: absolute;
  bottom: 70px;
  padding: 10px 40px;
}
.mask .content-holder .cont div .bttn:hover {
  background: #b7b7b7;
}
.mask .content-holder .close-bttn {
  position: absolute;
  right: -30px;
  top: -30px;
  height: 30px;
  width: 30px;
  border: 9px solid white;
  border-radius: 50%;
  background: #282828;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
}
FOOTER {
  margin-top: 200px;
}
FOOTER .constraint {
  max-width: 1420px;
}
FOOTER .f-up {
  background: #282828 url('/images/_theme/bg/logo-giant.png') no-repeat center left;
  background-position-y: 20px;
  background-position-x: 170px;
  /*.payment-icons {
      display: block;
      align-items: end;
      background: white;
      width: 100%;
      padding: 30px;
      text-align: end;

      .cards {
        color: @green;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        margin-left: auto;

        img:not(:last-child) {
          margin-right: 30px;
        }
      }

      .green {
        color: @green;
        font-weight: 500;
        font-size: 15px;
        line-height: 19px;

        img {
          margin-right: 15px;
        }
      }
    }*/

}
FOOTER .f-up .f-top {
  /*padding-top: 60px;*/
  padding: 40px 0px 20px 90px;
  margin-bottom: 35px;
}
FOOTER .f-up .f-top NAV {
  display: inline-block;
  float: right;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
FOOTER .f-up .f-top NAV ul#mainMenu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 55px;
}
FOOTER .f-up .f-top NAV ul#mainMenu LI {
  display: inline-block;
  height: 100%;
}
FOOTER .f-up .f-top NAV ul#mainMenu LI:first-child a {
  margin-left: 0;
}
FOOTER .f-up .f-top NAV ul#mainMenu LI:last-child a {
  margin-right: 0;
}
FOOTER .f-up .f-top NAV ul#mainMenu LI A {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 38px;
  margin: 0 20px;
  color: white;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
}
FOOTER .f-up .f-top NAV ul#mainMenu LI A i {
  display: none;
}
FOOTER .f-up .f-top NAV ul#mainMenu LI A:hover {
  color: #eaa43b;
}
FOOTER .f-up .f-top NAV ul#mainMenu LI A.selected,
FOOTER .f-up .f-top NAV ul#mainMenu LI A::after {
  color: #eaa43b;
}
FOOTER .f-up .f-top NAV ul#mainMenu li#m-o-nama {
  display: none;
}
FOOTER .f-up .f-top NAV ul#mainMenu li#m-kontakt {
  display: none;
}
FOOTER .f-up .f-top NAV ul#mainMenu .secondary_menu {
  display: none;
}
FOOTER .f-up .f-middle {
  width: 785px;
  margin-left: 44%;
  margin-bottom: 30px;
  margin-top: 70px;
  display: flex;
  flex-wrap: unset;
}
FOOTER .f-up .f-middle > div {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  /*&:first-child {
          margin-right: 190px;
        }*/

}
FOOTER .f-up .f-middle > div:last-child span:nth-child(1) img {
  margin-left: 5px;
  margin-right: 20px;
}
FOOTER .f-up .f-middle .contact {
  display: grid;
  grid-template-columns: 500px 290px;
  grid-template-rows: 30% 30%;
}
FOOTER .f-up .f-middle .contact span {
  /*display: inline-block;*/
  /*width: -moz-fit-content;
          width: -webkit-fit-content;
          width: fit-content;*/
  margin-bottom: 25px;
  padding: 0px 0px 50px 0px;
  /*> div {
            padding: 0px 20px 0px 20px;

            span {
              padding: 0 20px 0 20px;
            }
          }*/

}
FOOTER .f-up .f-middle .contact span img {
  margin-right: 20px;
}
FOOTER .f-up .f-middle .contact span .mail span {
  grid-column: 2;
  grid-row: 2;
}
FOOTER .f-up .social-icons {
  display: block;
  width: 97%;
  /*width: -webkit-fit-content;
			width: fit-content;*/
  position: initial;
  margin-bottom: 10px;
  text-align: end;
  padding: 40px 10px 40px 10px;
  position: relative;
}
FOOTER .f-up .social-icons .logo-holding {
  position: absolute;
  min-width: 210px;
  height: 58px;
  left: 40px;
  bottom: 40px;
}
FOOTER .f-up .social-icons a {
  font-size: 22px;
}
FOOTER .f-up .social-icons a:not(:last-child) {
  margin: 0 30px;
}
FOOTER .f-up .f-bottom {
  height: 79px;
  display: initial;
  align-items: center;
}
FOOTER .f-up * {
  color: white;
}
FOOTER .f-up a:hover,
FOOTER .f-up i:hover {
  color: #eaa43b;
}
FOOTER .payment-icons {
  display: block;
  align-items: end;
  background: white;
  width: 96%;
  padding: 30px;
  text-align: end;
}
FOOTER .payment-icons .cards {
  margin-left: auto;
}
FOOTER .payment-icons .cards img:not(:last-child) {
  margin-right: 30px;
}
FOOTER .payment-icons .green {
  color: #0ea051;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  padding: 20px;
}
FOOTER .payment-icons .green img {
  margin-right: 15px;
}
FOOTER .f-down {
  background: white;
  width: 96%;
}
FOOTER .f-down > div {
  display: flex;
  align-items: center;
  height: 56px;
}
FOOTER .f-down .lefter {
  margin: unset;
  display: flex;
}
FOOTER .f-down .lefter a {
  margin-right: 40px;
  font-style: italic;
}
FOOTER .f-down .righter {
  margin-top: unset;
  margin-left: auto;
}
.share {
  position: fixed;
  left: 40px;
  top: 435px;
}
.share p {
  color: #b7b7b7;
  margin-bottom: 15px;
  font-size: 10px;
}
.share a,
.share span {
  display: flex;
  cursor: pointer;
}
.share a i,
.share span i {
  color: #b7b7b7;
  font-size: 26px;
  margin: 0 auto 20px;
}
.share a:hover i,
.share span:hover i {
  color: #eaa43b;
}
.share .copy {
  position: relative;
}
.share .tip {
  opacity: 0;
  position: absolute;
  font-size: 12px;
  line-height: 1;
  background: rgba(244, 244, 244, 0.8);
  padding: 10px 20px;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  z-index: 11;
  bottom: -20px;
  left: -70px;
}
#siteMap li {
  padding: 5px 0 5px;
  font-size: 1em !important;
  list-style-type: disc;
}
#siteMap li a {
  margin: 20px 0 8px 0;
}
#siteMap li:last-child {
  margin: 0px;
  padding: 5px 0 0px !important;
}
#google-map {
  float: left;
  width: 100%;
  height: 500px;
  padding: 0;
  margin: 15px 0;
}
#google-map #map-info {
  width: 150px;
  min-height: 50px;
  font-size: 1.2em;
  line-height: 1.4em;
}
.contact-form {
  width: 50%;
  margin: 25px 0 50px 0;
  padding: 0px 0 85px 0px;
  color: #36353f;
}
.contact-form .uk-grid {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.contact-form .uk-grid div {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  /*
			.cntLeft {
				width: 97%;
				margin-right: 3%;
			}
			.cntRight {
				width: 97%;
				margin-left: 3%;
			}*/

}
.contact-form .uk-grid div input,
.contact-form .uk-grid div select,
.contact-form .uk-grid div .ui-spinner {
  color: #36353f;
  opacity: 1;
  resize: none;
  background-color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
.contact-form .uk-grid div button {
  cursor: pointer;
}
.contact-form .uk-grid div select {
  width: 100%;
}
.contact-form .uk-grid div textarea {
  padding-top: 10px !important;
  min-height: 100px;
  background-color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
.contact-form .uk-grid div #notice {
  font-size: .8em;
}
.contact-form .uk-grid div .valid-error {
  border: 1px solid red !important;
}
#world-map {
  text-align: right;
}
.top-stripe {
  position: relative;
  width: 32%;
  min-width: 450px;
  float: right;
  text-align: right;
  margin-top: 6px;
}
.top-stripe a.selected,
.top-stripe a:hover {
  color: #048b76;
}
.top-stripe .left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40%;
}
.top-stripe .left .search {
  position: absolute;
  width: 70%;
  top: 0px;
  left: 0;
  text-align: left;
  padding: 1px 0 0;
}
.top-stripe .left .search INPUT {
  border: none;
  font-size: 0.8em;
  padding: 2px 10px;
  height: 18px;
  line-height: 14px;
  width: 70%;
  background-color: #f9f9f8;
}
.top-stripe .left .search A#search-btn {
  display: block;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 14px;
  height: 14px;
  background: transparent url(/images/_theme/bg/search.png) no-repeat 0px 0px;
}
.top-stripe .left .search A#search-btn B {
  display: none;
}
.top-stripe .left #language {
  position: relative;
  float: right;
  margin: 2px 0px 0px;
}
.top-stripe .left #language #selected {
  position: absolute;
  top: 1px;
  right: 0px;
  width: 36px;
  margin: 0px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 0px 0 4px;
  cursor: pointer;
  text-align: left;
  background: transparent url(/images/_theme/bg/language-arrows.png) no-repeat 28px 11px;
  z-index: 1000;
}
.top-stripe .left #language ul {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  border: solid 1px black;
  margin: 0px;
  padding: 0px 0px;
  background-color: #efecea;
  z-index: 1001;
}
.top-stripe .left #language ul li {
  width: 35px;
  margin: 0px;
  padding: 0 0 0 5px;
  font-size: 14px;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.top-stripe .left #language ul li:hover {
  background-color: white;
  cursor: pointer;
}
.top-stripe .left #language ul:before {
  position: absolute;
  right: 5px;
  top: 11px;
  content: "";
  width: 7px;
  height: 3px;
  background: transparent url(/images/_theme/bg/language-arrows.png) no-repeat -44px 0px;
  z-index: 10;
}
.top-stripe .center {
  position: absolute;
  top: 0px;
  right: 15%;
  width: 50%;
  max-width: 350px;
  min-width: 300px;
}
.top-stripe .center a {
  display: inline;
  float: right;
  font-size: 13px;
  color: #3f3e3e;
  padding: 0 2px;
  margin-top: 1px;
}
.top-stripe .center a.selected,
.top-stripe .center a:hover {
  color: #048b76;
}
.top-stripe .center span {
  display: inline-block;
  float: right;
  margin: 2px 3px 0;
}
.top-stripe .center .my-account {
  padding-left: 22px;
  background: transparent url(/images/_theme/bg/login-icons.png) no-repeat 0 -46px;
}
.top-stripe .center .shopping-cart-login {
  display: inline-block;
  float: right;
}
.top-stripe .center .shopping-cart-login ul {
  margin: 0px;
  padding: 0px;
}
.top-stripe .center .shopping-cart-login ul a.selected,
.top-stripe .center .shopping-cart-login ul a:hover {
  color: #048b76;
}
.top-stripe .center .shopping-cart-login ul.on {
  background-color: white;
}
.top-stripe .center .shopping-cart-login ul.on li a {
  background-color: white;
}
.top-stripe .center .shopping-cart-login .message-wrong {
  color: white;
  line-height: 18px;
  background: #f1000e;
  position: absolute;
  z-index: 2;
  height: 166px;
  display: none !important;
}
.top-stripe .center .shopping-cart-login .login-box {
  color: white;
  background: #f3f1f0;
  width: 327px !important;
  padding: 7px !important;
  box-sizing: border-box;
}
.top-stripe .center .shopping-cart-login .login-box,
.top-stripe .center .shopping-cart-login .message-wrong {
  position: absolute;
  top: 27px;
  right: 0;
  width: 94%;
  padding: 5%;
  font-size: 13px;
  z-index: 9999;
  text-align: left;
}
.top-stripe .center .shopping-cart-login .login-box #buttons .uk-width-1-2,
.top-stripe .center .shopping-cart-login .message-wrong #buttons .uk-width-1-2 {
  border: none;
}
.top-stripe .center .shopping-cart-login .login-box .uk-grid,
.top-stripe .center .shopping-cart-login .message-wrong .uk-grid {
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
.top-stripe .center .shopping-cart-login .login-box .uk-grid .uk-width-1-2,
.top-stripe .center .shopping-cart-login .message-wrong .uk-grid .uk-width-1-2 {
  width: 48%;
  padding: 0px;
  border: solid 1px #3f3e3e;
}
.top-stripe .center .shopping-cart-login .login-box .uk-grid .uk-width-1-2:nth-child(1),
.top-stripe .center .shopping-cart-login .message-wrong .uk-grid .uk-width-1-2:nth-child(1) {
  margin: 0px 2% 0 0 !important;
}
.top-stripe .center .shopping-cart-login .login-box .uk-grid .uk-width-1-2:nth-child(2),
.top-stripe .center .shopping-cart-login .message-wrong .uk-grid .uk-width-1-2:nth-child(2) {
  margin: 0px 0 0 2% !important;
}
.top-stripe .center .shopping-cart-login .login-box input[type=text],
.top-stripe .center .shopping-cart-login .message-wrong input[type=text] {
  float: left;
  width: 142px;
  box-sizing: border-box;
  padding: 7px 15px;
  margin: 7px;
  height: 35px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  background: white;
  color: rgba(54, 53, 63, 0.5);
  border: 0;
  letter-spacing: 0.5px;
  font-family: 'Open Sans', sans-serif;
}
.top-stripe .center .shopping-cart-login .login-box input[type=password],
.top-stripe .center .shopping-cart-login .message-wrong input[type=password] {
  float: right;
  width: 142px;
  box-sizing: border-box;
  padding: 7px 15px;
  margin: 7px;
  height: 35px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  background: white;
  color: rgba(54, 53, 63, 0.5);
  border: 0;
  letter-spacing: 0.5px;
  font-family: 'Open Sans', sans-serif;
}
.top-stripe .center .shopping-cart-login .login-box ::placeholder,
.top-stripe .center .shopping-cart-login .message-wrong ::placeholder {
  color: rgba(54, 53, 63, 0.5);
}
.top-stripe .center .shopping-cart-login .login-box input[type=submit],
.top-stripe .center .shopping-cart-login .message-wrong input[type=submit] {
  float: left;
  height: 35px;
  width: 142px;
  box-sizing: border-box;
  padding: 0px 5%;
  margin: 7px;
  font-size: 12px;
  color: white;
  background: #d2b054;
  text-transform: uppercase;
  line-height: 24px;
  cursor: pointer;
  letter-spacing: 3px;
}
.top-stripe .center .shopping-cart-login .login-box input[type=submit]:hover,
.top-stripe .center .shopping-cart-login .message-wrong input[type=submit]:hover {
  background: #484646;
  color: #efecea;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.top-stripe .center .shopping-cart-login .login-box .password-forgotten,
.top-stripe .center .shopping-cart-login .message-wrong .password-forgotten {
  display: flex;
  height: 35px;
  width: 142px;
  box-sizing: border-box;
  background: transparent url(/images/_theme/bg/small-arrow-right.png) no-repeat right 9px;
  padding: 0 5% 0 0;
  margin-right: 1%;
  font-size: 12px;
  line-height: 15px;
  color: #3f3e3e;
  margin: 7px;
  align-content: center;
}
.top-stripe .center .shopping-cart-login .login-box .password-forgotten a,
.top-stripe .center .shopping-cart-login .message-wrong .password-forgotten a {
  padding: 4px 8px;
  bottom: 2px;
}
.top-stripe .right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 13%;
}
.top-stripe .right a {
  display: inline;
  margin: 0 15px;
  float: right;
}
.top-stripe .right a.bag {
  margin: 4px 10px 0 5px;
  width: 45px;
  height: 26px;
  background: transparent url(/images/_theme/bg/login-icons.png) no-repeat 0 1px;
}
.top-stripe .right a.bag .no-of-cart-items {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  line-height: 20px;
  padding-top: 2px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
}
.searchcontrols {
  padding: 0px;
  margin: 0 auto 20px;
  border-bottom: 1px solid black;
  width: 1046px;
}
.searchcontrols .controls-holder {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.searchcontrols .controls-holder input[type='text'] {
  float: left;
  background: white;
  border: 1px solid #f4f4f4;
  width: 80%;
  padding: 0px 2%;
}
.searchcontrols .controls-holder input[type='submit'] {
  float: right;
  width: 14%;
  cursor: pointer;
  font-size: .8em;
  text-align: center;
  padding: 0;
}
.searchcontrols .controls-holder p {
  margin-top: 10px;
}
.searchresults {
  width: 1046px;
  margin: 0 auto 100px;
  padding: 0px;
}
.searchresults li {
  padding: 5px 0 25px 0;
  border-bottom: solid 1px #00110e;
  list-style-type: none;
}
.searchresults li h3 {
  text-align: left;
  margin: 0px 0 0px 0;
  padding: 0px;
}
/* ---- Webshop ---- */

.trashcanerinho {
  background: url('/images/_theme/icons/trash.png') no-repeat center center;
  cursor: pointer;
  width: 17px;
  height: 22px;
  display: inline-block !important;
  position: relative;
}
.trashcanerinho:hover {
  background: url('/images/_theme/icons/trash-black.png') no-repeat center center;
}
/*.increase-amount, .decrease-amount {
	border: 1px solid #E8E8E8;
	height: 15px;
	width: 15px;
	display: inline-block;
	line-height: 13px;
	box-sizing: border-box;
	font-size: 14px;
	cursor: pointer;
	.noselect;
	display: block !important;
	border: none;
	margin: 0 auto;
	margin: 2px;
	/*&:hover {
        background: #E8E8E8;
    }*/

/*
}

.increase-amount {
	background: url("/images/_theme/bg/arrup.png") no-repeat white;
	margin-bottom: -5px;
}

.decrease-amount {
	background: url("/images/_theme/bg/arrdown.png") no-repeat white;
}*/

.amount {
  display: inline-block;
  font-weight: 400;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */

  margin-top: 5px;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */

}
#search-q {
  margin-top: 5px;
  margin-right: 20px;
}
#search-btn {
  z-index: 20;
}
#search-btn:hover {
  cursor: pointer;
}
.amount {
  display: flex;
  margin-right: 50px;
  margin-top: 0;
}
.amount .add,
.amount .substract {
  width: 40px;
  border: 1px solid #b7b7b7;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 48px;
}
.amount .add:hover,
.amount .substract:hover {
  background: #f4f4f4;
}
.amount input {
  width: 33px;
  background: transparent;
  border-bottom: 1px solid #b7b7b7;
  border-top: 1px solid #b7b7b7;
  padding: 0 10px;
  text-align: center;
  -moz-appearance: textfield;
  /* Firefox */
  height: 48px;
}
.amount input::-webkit-outer-spin-button,
.amount input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */

}
.webshop {
  width: 100%;
  max-width: 1046px;
  margin: 0 auto;
}
.webshop .inner {
  display: flex;
  margin-bottom: 100px;
}
.webshop .content-box .inner {
  display: block;
}
.webshop .flexi {
  display: flex;
}
.webshop .flexi .metadata .show {
  font-weight: 600;
  font-size: 20px;
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.webshop .flexi .metadata .show i {
  display: none;
}
.webshop .flexi .metadata .sh-content {
  display: unset;
}
.webshop .flexi .metadata .specs.sh-content {
  margin-top: -27px;
}
.webshop .flexi .metadata table {
  width: 415px;
}
.webshop .flexi .metadata table tr td {
  border-bottom: 1px solid #eaa43b;
  padding-bottom: 15px;
  padding-top: 10px;
}
.webshop .flexi .metadata table tr td:first-child {
  font-size: 15px;
  line-height: 22px;
  padding-right: 10px;
  color: #b7b7b7;
  padding-top: 10px;
}
.webshop .flexi .metadata table tr td:nth-child(2) {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}
.webshop .metadata * {
  font-family: 'Poppins', sans-serif !important;
}
.webshop .metadata * .sh-content {
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  line-height: 160%;
}
.webshop .details {
  width: 570px;
  margin-right: 60px;
  font-size: 15px !important;
  line-height: 160% !important;
}
.webshop .specs {
  width: 415px;
}
.webshop .uk-grid.shop-list {
  margin: 0px;
  padding: 0px;
}
.webshop .uk-grid.shop-list .uk-width-medium-1-3 {
  position: relative;
  margin: 0px 10px 114px;
  padding: 0px;
  width: 360px;
  height: 373px;
  border: 0px;
  border-bottom: solid 1px #d0d0d0;
  overflow: hidden;
}
.webshop .uk-grid.shop-list .uk-width-medium-1-3:nth-child(1) {
  margin: 0 10px 114px 0;
}
.webshop .uk-grid.shop-list .uk-width-medium-1-3:nth-child(3) {
  margin: 0 0 114px 10px;
}
.webshop .uk-grid.shop-list .uk-width-medium-1-3 a {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.webshop .uk-grid.shop-list .uk-width-medium-1-3 a .percent {
  position: absolute;
  top: 200px;
  left: 315px;
  width: 30px;
  height: 30px;
  z-index: 100;
  color: black;
  font-size: 32px;
  right: 38px;
  text-align: right;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 32px;
  color: #048b76;
}
.webshop .uk-grid.shop-list .uk-width-medium-1-3 a img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 360px;
  height: 238px;
}
.webshop .uk-grid.shop-list .uk-width-medium-1-3 a .hover {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.webshop .uk-grid.shop-list .uk-width-medium-1-3 a:hover {
  text-decoration: underline;
}
.webshop .uk-grid.shop-list .uk-width-medium-1-3 a:hover .hover {
  opacity: 1;
}
.webshop .uk-grid.shop-list .uk-width-medium-1-3 a .title {
  position: absolute;
  top: 242px;
  left: 0px;
  width: 95%;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 22px 0 20px 5%;
  color: #3f3e3e;
  line-height: 20px;
  text-transform: uppercase;
}
.webshop .uk-grid.shop-list .uk-width-medium-1-3 a .metadata {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 95%;
  height: 28px;
  margin: 0 0 0 5%;
  background: transparent url(/images/_theme/bg/small-arrow-right.png) no-repeat 98% 12px;
}
.webshop .uk-grid.shop-list .uk-width-medium-1-3 a .metadata .price {
  float: left;
  margin: 6px 20px 0 0;
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.webshop .uk-grid.shop-list .uk-width-medium-1-3 a .metadata .old-price {
  float: left;
  margin: 6px 20px 0 0;
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: line-through;
}
.webshop .uk-grid.shop-list .uk-width-medium-1-3 a .metadata .new {
  display: none;
  float: left;
  padding: 0px 10px;
  line-height: 24px;
  font-size: 13px;
  font-weight: 600;
  color: #048b76;
  border: solid 1px #048b76;
}
.webshop .top .image-box {
  position: relative;
  margin-right: 35px;
}
.webshop .top .image-box img {
  max-width: 329px;
  max-height: 431px;
}
.webshop .top .image-box .percent {
  position: absolute;
  z-index: 100;
  right: 38px;
  text-align: right;
  top: 390px;
  font-family: 'Poppins', sans-serif;
  width: 50px;
  height: 50px;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  color: #048b76;
}
.webshop .top .info-box {
  position: relative;
  width: -moz-available;
  width: -webkit-fill-available;
}
.webshop .top .info-box h1 {
  font-size: 38px;
  font-weight: 600;
  margin-top: 0;
}
.webshop .top .info-box .autor {
  font-weight: 500;
  font-size: 14px;
  color: #b7b7b7;
  text-transform: uppercase;
}
.webshop .top .info-box .autor  + .metadata {
  display: flex;
}
.webshop .top .info-box .outlet-banner {
  display: block;
  margin-top: 22px;
}
.webshop .top .info-box .metadata {
  margin-bottom: 0px;
  position: absolute;
  bottom: 70px;
}
.webshop .top .info-box .metadata:last-child .show-hide {
  border-bottom: solid 1px #d0d0d0;
}
.webshop .top .info-box .metadata-sec {
  display: flex;
  position: absolute;
  bottom: 0;
}
.webshop .top .info-box .metadata-sizes {
  margin: 25px 0 25px;
}
.webshop .top .info-box .metadata-stock {
  margin: 10px 0 5px;
}
.webshop .top .info-box .metadata,
.webshop .top .info-box .metadata-sec,
.webshop .top .info-box .metadata-sizes,
.webshop .top .info-box .metadata-stock {
  width: 100%;
}
.webshop .top .info-box .metadata .percentage,
.webshop .top .info-box .metadata-sec .percentage,
.webshop .top .info-box .metadata-sizes .percentage,
.webshop .top .info-box .metadata-stock .percentage {
  float: left;
  font-size: 22px;
  margin: 5px 20px 0px 0;
  line-height: 42px;
  font-weight: 800;
  text-transform: uppercase;
  color: #048b76;
}
.webshop .top .info-box .metadata .old-price,
.webshop .top .info-box .metadata-sec .old-price,
.webshop .top .info-box .metadata-sizes .old-price,
.webshop .top .info-box .metadata-stock .old-price {
  font-weight: 500;
  font-size: 13px;
  color: #b7b7b7;
  margin-right: 50px;
  width: 136px;
}
.webshop .top .info-box .metadata .old-price > span:nth-of-type(2),
.webshop .top .info-box .metadata-sec .old-price > span:nth-of-type(2),
.webshop .top .info-box .metadata-sizes .old-price > span:nth-of-type(2),
.webshop .top .info-box .metadata-stock .old-price > span:nth-of-type(2) {
  font-weight: 600;
  font-size: 22px;
  color: #b7b7b7;
  position: relative;
}
.webshop .top .info-box .metadata .old-price .crossed,
.webshop .top .info-box .metadata-sec .old-price .crossed,
.webshop .top .info-box .metadata-sizes .old-price .crossed,
.webshop .top .info-box .metadata-stock .old-price .crossed {
  content: "";
  height: 2px;
  width: 100%;
  background: #eaa43b;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 13px;
}
.webshop .top .info-box .metadata .price,
.webshop .top .info-box .metadata-sec .price,
.webshop .top .info-box .metadata-sizes .price,
.webshop .top .info-box .metadata-stock .price {
  font-weight: 500;
  font-size: 13px;
  color: #b7b7b7;
}
.webshop .top .info-box .metadata .price span:nth-of-type(2),
.webshop .top .info-box .metadata-sec .price span:nth-of-type(2),
.webshop .top .info-box .metadata-sizes .price span:nth-of-type(2),
.webshop .top .info-box .metadata-stock .price span:nth-of-type(2) {
  font-weight: 600;
  font-size: 30px;
  color: #eaa43b;
}
.webshop .top .info-box .metadata .price,
.webshop .top .info-box .metadata-sec .price,
.webshop .top .info-box .metadata-sizes .price,
.webshop .top .info-box .metadata-stock .price,
.webshop .top .info-box .metadata .old-price,
.webshop .top .info-box .metadata-sec .old-price,
.webshop .top .info-box .metadata-sizes .old-price,
.webshop .top .info-box .metadata-stock .old-price {
  margin-top: 0;
}
.webshop .top .info-box .metadata .price > span:first-of-type,
.webshop .top .info-box .metadata-sec .price > span:first-of-type,
.webshop .top .info-box .metadata-sizes .price > span:first-of-type,
.webshop .top .info-box .metadata-stock .price > span:first-of-type,
.webshop .top .info-box .metadata .old-price > span:first-of-type,
.webshop .top .info-box .metadata-sec .old-price > span:first-of-type,
.webshop .top .info-box .metadata-sizes .old-price > span:first-of-type,
.webshop .top .info-box .metadata-stock .old-price > span:first-of-type {
  display: block;
  margin-bottom: 10px;
}
.webshop .top .info-box .metadata .price .out-of-stock,
.webshop .top .info-box .metadata-sec .price .out-of-stock,
.webshop .top .info-box .metadata-sizes .price .out-of-stock,
.webshop .top .info-box .metadata-stock .price .out-of-stock,
.webshop .top .info-box .metadata .old-price .out-of-stock,
.webshop .top .info-box .metadata-sec .old-price .out-of-stock,
.webshop .top .info-box .metadata-sizes .old-price .out-of-stock,
.webshop .top .info-box .metadata-stock .old-price .out-of-stock {
  font-size: 24px;
  text-transform: none;
}
.webshop .top .info-box .metadata .new,
.webshop .top .info-box .metadata-sec .new,
.webshop .top .info-box .metadata-sizes .new,
.webshop .top .info-box .metadata-stock .new {
  margin: 14px 0 0 5px;
}
.webshop .top .info-box .metadata .stock-quantity,
.webshop .top .info-box .metadata-sec .stock-quantity,
.webshop .top .info-box .metadata-sizes .stock-quantity,
.webshop .top .info-box .metadata-stock .stock-quantity {
  margin: 0 0 0 5px;
}
.webshop .top .info-box .metadata .new,
.webshop .top .info-box .metadata-sec .new,
.webshop .top .info-box .metadata-sizes .new,
.webshop .top .info-box .metadata-stock .new,
.webshop .top .info-box .metadata .stock-quantity,
.webshop .top .info-box .metadata-sec .stock-quantity,
.webshop .top .info-box .metadata-sizes .stock-quantity,
.webshop .top .info-box .metadata-stock .stock-quantity {
  display: none;
  float: right;
  padding: 0px 10px;
  line-height: 24px;
  font-size: 13px;
  font-weight: 600;
  color: #048b76;
  border: solid 1px #048b76;
}
.webshop .top .info-box .metadata .piece,
.webshop .top .info-box .metadata-sec .piece,
.webshop .top .info-box .metadata-sizes .piece,
.webshop .top .info-box .metadata-stock .piece {
  width: 47%;
}
.webshop .top .info-box .metadata .piece-big,
.webshop .top .info-box .metadata-sec .piece-big,
.webshop .top .info-box .metadata-sizes .piece-big,
.webshop .top .info-box .metadata-stock .piece-big {
  width: 94%;
}
.webshop .top .info-box .metadata .piece,
.webshop .top .info-box .metadata-sec .piece,
.webshop .top .info-box .metadata-sizes .piece,
.webshop .top .info-box .metadata-stock .piece,
.webshop .top .info-box .metadata .piece-big,
.webshop .top .info-box .metadata-sec .piece-big,
.webshop .top .info-box .metadata-sizes .piece-big,
.webshop .top .info-box .metadata-stock .piece-big {
  float: left;
  border-top: solid 1px #d0d0d0;
  border-bottom: solid 1px #d0d0d0;
}
.webshop .top .info-box .metadata .piece .left-piece,
.webshop .top .info-box .metadata-sec .piece .left-piece,
.webshop .top .info-box .metadata-sizes .piece .left-piece,
.webshop .top .info-box .metadata-stock .piece .left-piece,
.webshop .top .info-box .metadata .piece-big .left-piece,
.webshop .top .info-box .metadata-sec .piece-big .left-piece,
.webshop .top .info-box .metadata-sizes .piece-big .left-piece,
.webshop .top .info-box .metadata-stock .piece-big .left-piece {
  width: 50%;
}
.webshop .top .info-box .metadata .piece .left-piece-small,
.webshop .top .info-box .metadata-sec .piece .left-piece-small,
.webshop .top .info-box .metadata-sizes .piece .left-piece-small,
.webshop .top .info-box .metadata-stock .piece .left-piece-small,
.webshop .top .info-box .metadata .piece-big .left-piece-small,
.webshop .top .info-box .metadata-sec .piece-big .left-piece-small,
.webshop .top .info-box .metadata-sizes .piece-big .left-piece-small,
.webshop .top .info-box .metadata-stock .piece-big .left-piece-small {
  padding-top: 10px;
  width: 25%;
}
.webshop .top .info-box .metadata .piece .left-piece input[type=number],
.webshop .top .info-box .metadata-sec .piece .left-piece input[type=number],
.webshop .top .info-box .metadata-sizes .piece .left-piece input[type=number],
.webshop .top .info-box .metadata-stock .piece .left-piece input[type=number],
.webshop .top .info-box .metadata .piece-big .left-piece input[type=number],
.webshop .top .info-box .metadata-sec .piece-big .left-piece input[type=number],
.webshop .top .info-box .metadata-sizes .piece-big .left-piece input[type=number],
.webshop .top .info-box .metadata-stock .piece-big .left-piece input[type=number],
.webshop .top .info-box .metadata .piece .left-piece-small input[type=number],
.webshop .top .info-box .metadata-sec .piece .left-piece-small input[type=number],
.webshop .top .info-box .metadata-sizes .piece .left-piece-small input[type=number],
.webshop .top .info-box .metadata-stock .piece .left-piece-small input[type=number],
.webshop .top .info-box .metadata .piece-big .left-piece-small input[type=number],
.webshop .top .info-box .metadata-sec .piece-big .left-piece-small input[type=number],
.webshop .top .info-box .metadata-sizes .piece-big .left-piece-small input[type=number],
.webshop .top .info-box .metadata-stock .piece-big .left-piece-small input[type=number] {
  width: 80%;
  padding: 8px 10% 0;
  margin: 0px;
  font-size: 18px;
  background-color: #f9f9f8;
}
.webshop .top .info-box .metadata .piece .left-piece input[type=number]::-webkit-inner-spin-button,
.webshop .top .info-box .metadata-sec .piece .left-piece input[type=number]::-webkit-inner-spin-button,
.webshop .top .info-box .metadata-sizes .piece .left-piece input[type=number]::-webkit-inner-spin-button,
.webshop .top .info-box .metadata-stock .piece .left-piece input[type=number]::-webkit-inner-spin-button,
.webshop .top .info-box .metadata .piece-big .left-piece input[type=number]::-webkit-inner-spin-button,
.webshop .top .info-box .metadata-sec .piece-big .left-piece input[type=number]::-webkit-inner-spin-button,
.webshop .top .info-box .metadata-sizes .piece-big .left-piece input[type=number]::-webkit-inner-spin-button,
.webshop .top .info-box .metadata-stock .piece-big .left-piece input[type=number]::-webkit-inner-spin-button,
.webshop .top .info-box .metadata .piece .left-piece-small input[type=number]::-webkit-inner-spin-button,
.webshop .top .info-box .metadata-sec .piece .left-piece-small input[type=number]::-webkit-inner-spin-button,
.webshop .top .info-box .metadata-sizes .piece .left-piece-small input[type=number]::-webkit-inner-spin-button,
.webshop .top .info-box .metadata-stock .piece .left-piece-small input[type=number]::-webkit-inner-spin-button,
.webshop .top .info-box .metadata .piece-big .left-piece-small input[type=number]::-webkit-inner-spin-button,
.webshop .top .info-box .metadata-sec .piece-big .left-piece-small input[type=number]::-webkit-inner-spin-button,
.webshop .top .info-box .metadata-sizes .piece-big .left-piece-small input[type=number]::-webkit-inner-spin-button,
.webshop .top .info-box .metadata-stock .piece-big .left-piece-small input[type=number]::-webkit-inner-spin-button,
.webshop .top .info-box .metadata .piece .left-piece input[type=number]::-webkit-outer-spin-button,
.webshop .top .info-box .metadata-sec .piece .left-piece input[type=number]::-webkit-outer-spin-button,
.webshop .top .info-box .metadata-sizes .piece .left-piece input[type=number]::-webkit-outer-spin-button,
.webshop .top .info-box .metadata-stock .piece .left-piece input[type=number]::-webkit-outer-spin-button,
.webshop .top .info-box .metadata .piece-big .left-piece input[type=number]::-webkit-outer-spin-button,
.webshop .top .info-box .metadata-sec .piece-big .left-piece input[type=number]::-webkit-outer-spin-button,
.webshop .top .info-box .metadata-sizes .piece-big .left-piece input[type=number]::-webkit-outer-spin-button,
.webshop .top .info-box .metadata-stock .piece-big .left-piece input[type=number]::-webkit-outer-spin-button,
.webshop .top .info-box .metadata .piece .left-piece-small input[type=number]::-webkit-outer-spin-button,
.webshop .top .info-box .metadata-sec .piece .left-piece-small input[type=number]::-webkit-outer-spin-button,
.webshop .top .info-box .metadata-sizes .piece .left-piece-small input[type=number]::-webkit-outer-spin-button,
.webshop .top .info-box .metadata-stock .piece .left-piece-small input[type=number]::-webkit-outer-spin-button,
.webshop .top .info-box .metadata .piece-big .left-piece-small input[type=number]::-webkit-outer-spin-button,
.webshop .top .info-box .metadata-sec .piece-big .left-piece-small input[type=number]::-webkit-outer-spin-button,
.webshop .top .info-box .metadata-sizes .piece-big .left-piece-small input[type=number]::-webkit-outer-spin-button,
.webshop .top .info-box .metadata-stock .piece-big .left-piece-small input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.webshop .top .info-box .metadata .piece .right-piece,
.webshop .top .info-box .metadata-sec .piece .right-piece,
.webshop .top .info-box .metadata-sizes .piece .right-piece,
.webshop .top .info-box .metadata-stock .piece .right-piece,
.webshop .top .info-box .metadata .piece-big .right-piece,
.webshop .top .info-box .metadata-sec .piece-big .right-piece,
.webshop .top .info-box .metadata-sizes .piece-big .right-piece,
.webshop .top .info-box .metadata-stock .piece-big .right-piece {
  width: 30%;
  padding: 0 9%;
}
.webshop .top .info-box .metadata .piece .right-big-piece,
.webshop .top .info-box .metadata-sec .piece .right-big-piece,
.webshop .top .info-box .metadata-sizes .piece .right-big-piece,
.webshop .top .info-box .metadata-stock .piece .right-big-piece,
.webshop .top .info-box .metadata .piece-big .right-big-piece,
.webshop .top .info-box .metadata-sec .piece-big .right-big-piece,
.webshop .top .info-box .metadata-sizes .piece-big .right-big-piece,
.webshop .top .info-box .metadata-stock .piece-big .right-big-piece {
  width: 70%;
  padding: 0 1%;
}
.webshop .top .info-box .metadata .piece .right-piece,
.webshop .top .info-box .metadata-sec .piece .right-piece,
.webshop .top .info-box .metadata-sizes .piece .right-piece,
.webshop .top .info-box .metadata-stock .piece .right-piece,
.webshop .top .info-box .metadata .piece-big .right-piece,
.webshop .top .info-box .metadata-sec .piece-big .right-piece,
.webshop .top .info-box .metadata-sizes .piece-big .right-piece,
.webshop .top .info-box .metadata-stock .piece-big .right-piece,
.webshop .top .info-box .metadata .piece .right-big-piece,
.webshop .top .info-box .metadata-sec .piece .right-big-piece,
.webshop .top .info-box .metadata-sizes .piece .right-big-piece,
.webshop .top .info-box .metadata-stock .piece .right-big-piece,
.webshop .top .info-box .metadata .piece-big .right-big-piece,
.webshop .top .info-box .metadata-sec .piece-big .right-big-piece,
.webshop .top .info-box .metadata-sizes .piece-big .right-big-piece,
.webshop .top .info-box .metadata-stock .piece-big .right-big-piece {
  float: left;
  line-height: 48px;
  border-left: solid 1px #d0d0d0;
  text-transform: uppercase;
}
.webshop .top .info-box .metadata .piece .right-piece table,
.webshop .top .info-box .metadata-sec .piece .right-piece table,
.webshop .top .info-box .metadata-sizes .piece .right-piece table,
.webshop .top .info-box .metadata-stock .piece .right-piece table,
.webshop .top .info-box .metadata .piece-big .right-piece table,
.webshop .top .info-box .metadata-sec .piece-big .right-piece table,
.webshop .top .info-box .metadata-sizes .piece-big .right-piece table,
.webshop .top .info-box .metadata-stock .piece-big .right-piece table,
.webshop .top .info-box .metadata .piece .right-big-piece table,
.webshop .top .info-box .metadata-sec .piece .right-big-piece table,
.webshop .top .info-box .metadata-sizes .piece .right-big-piece table,
.webshop .top .info-box .metadata-stock .piece .right-big-piece table,
.webshop .top .info-box .metadata .piece-big .right-big-piece table,
.webshop .top .info-box .metadata-sec .piece-big .right-big-piece table,
.webshop .top .info-box .metadata-sizes .piece-big .right-big-piece table,
.webshop .top .info-box .metadata-stock .piece-big .right-big-piece table {
  width: 100%;
}
.webshop .top .info-box .metadata .piece .right-piece table input[type=radio],
.webshop .top .info-box .metadata-sec .piece .right-piece table input[type=radio],
.webshop .top .info-box .metadata-sizes .piece .right-piece table input[type=radio],
.webshop .top .info-box .metadata-stock .piece .right-piece table input[type=radio],
.webshop .top .info-box .metadata .piece-big .right-piece table input[type=radio],
.webshop .top .info-box .metadata-sec .piece-big .right-piece table input[type=radio],
.webshop .top .info-box .metadata-sizes .piece-big .right-piece table input[type=radio],
.webshop .top .info-box .metadata-stock .piece-big .right-piece table input[type=radio],
.webshop .top .info-box .metadata .piece .right-big-piece table input[type=radio],
.webshop .top .info-box .metadata-sec .piece .right-big-piece table input[type=radio],
.webshop .top .info-box .metadata-sizes .piece .right-big-piece table input[type=radio],
.webshop .top .info-box .metadata-stock .piece .right-big-piece table input[type=radio],
.webshop .top .info-box .metadata .piece-big .right-big-piece table input[type=radio],
.webshop .top .info-box .metadata-sec .piece-big .right-big-piece table input[type=radio],
.webshop .top .info-box .metadata-sizes .piece-big .right-big-piece table input[type=radio],
.webshop .top .info-box .metadata-stock .piece-big .right-big-piece table input[type=radio] {
  width: 20%;
  height: 16px;
  font-size: 14px;
  padding: 0 0 0 3%;
}
.webshop .top .info-box .metadata .piece .right-piece table label,
.webshop .top .info-box .metadata-sec .piece .right-piece table label,
.webshop .top .info-box .metadata-sizes .piece .right-piece table label,
.webshop .top .info-box .metadata-stock .piece .right-piece table label,
.webshop .top .info-box .metadata .piece-big .right-piece table label,
.webshop .top .info-box .metadata-sec .piece-big .right-piece table label,
.webshop .top .info-box .metadata-sizes .piece-big .right-piece table label,
.webshop .top .info-box .metadata-stock .piece-big .right-piece table label,
.webshop .top .info-box .metadata .piece .right-big-piece table label,
.webshop .top .info-box .metadata-sec .piece .right-big-piece table label,
.webshop .top .info-box .metadata-sizes .piece .right-big-piece table label,
.webshop .top .info-box .metadata-stock .piece .right-big-piece table label,
.webshop .top .info-box .metadata .piece-big .right-big-piece table label,
.webshop .top .info-box .metadata-sec .piece-big .right-big-piece table label,
.webshop .top .info-box .metadata-sizes .piece-big .right-big-piece table label,
.webshop .top .info-box .metadata-stock .piece-big .right-big-piece table label {
  text-transform: lowercase;
}
.webshop .top .info-box .metadata .buy-btn,
.webshop .top .info-box .metadata-sec .buy-btn,
.webshop .top .info-box .metadata-sizes .buy-btn,
.webshop .top .info-box .metadata-stock .buy-btn {
  background: #eaa43b url('/images/_theme/icons/basket-white.png') no-repeat 38px 7px;
  background-position: 170px 15px;
  font-size: 18px;
  color: white;
  padding: 10px 75px 10px 40px;
  display: flex;
  align-items: center;
}
.webshop .top .info-box .metadata .buy-btn:hover,
.webshop .top .info-box .metadata-sec .buy-btn:hover,
.webshop .top .info-box .metadata-sizes .buy-btn:hover,
.webshop .top .info-box .metadata-stock .buy-btn:hover {
  background-color: #b7b7b7;
}
.webshop .top .info-box .metadata .show-hide,
.webshop .top .info-box .metadata-sec .show-hide,
.webshop .top .info-box .metadata-sizes .show-hide,
.webshop .top .info-box .metadata-stock .show-hide {
  width: 100%;
  padding: 10px 0;
  font-size: 13px;
  text-transform: uppercase;
  border-top: solid 1px #d0d0d0;
  /*border-bottom: solid 1px #d0d0d0;*/
  cursor: pointer;
}
.webshop .top .info-box .metadata .sh-on,
.webshop .top .info-box .metadata-sec .sh-on,
.webshop .top .info-box .metadata-sizes .sh-on,
.webshop .top .info-box .metadata-stock .sh-on {
  background: transparent url(/images/_theme/bg/shop-details-arrows.png) no-repeat 95% 20px;
}
.webshop .top .info-box .metadata .sh-off,
.webshop .top .info-box .metadata-sec .sh-off,
.webshop .top .info-box .metadata-sizes .sh-off,
.webshop .top .info-box .metadata-stock .sh-off {
  background: transparent url(/images/_theme/bg/shop-details-arrows.png) no-repeat 95% -30px;
}
.webshop .top .info-box .metadata .sh-content,
.webshop .top .info-box .metadata-sec .sh-content,
.webshop .top .info-box .metadata-sizes .sh-content,
.webshop .top .info-box .metadata-stock .sh-content {
  display: none;
  width: 100%;
  padding: 10px 0;
}
.webshop .top .info-box .metadata .sh-content a,
.webshop .top .info-box .metadata-sec .sh-content a,
.webshop .top .info-box .metadata-sizes .sh-content a,
.webshop .top .info-box .metadata-stock .sh-content a {
  font-weight: 800;
  color: #048b76;
  text-decoration: none;
}
.webshop .top .info-box .metadata .sh-content a:hover,
.webshop .top .info-box .metadata-sec .sh-content a:hover,
.webshop .top .info-box .metadata-sizes .sh-content a:hover,
.webshop .top .info-box .metadata-stock .sh-content a:hover {
  text-decoration: underline;
}
.webshop .top .info-box .productNotAvailable {
  font-weight: 600;
  font-size: 22px;
  color: #eaa43b;
}
.webshop .bottom .related {
  margin: 80px 0 80px;
  font-weight: 600;
  padding: 10px 2%;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 18px;
  border-bottom: solid 1px #d0d0d0;
}
.webshop .bottom .bottom_pd .content-box .inner {
  margin: 100px auto 10px -25px;
  width: 1240px;
}
#web-shop-cart {
  width: 85%;
  margin: 0 auto 50px;
}
#web-shop-cart .shop-button {
  padding: 0 40px;
  width: auto;
}
#web-shop-cart #shopping-cart-menu {
  overflow: hidden;
  width: 100%;
  margin: 20px 0px 110px;
  padding: 0px;
}
#web-shop-cart #shopping-cart-menu li {
  float: left;
  margin: 0;
  width: 176px;
  list-style-type: none !important;
  background-image: none !important;
  padding: 0px !important;
  font-weight: 300;
  position: relative;
}
#web-shop-cart #shopping-cart-menu li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 27px;
  right: -60px;
  width: 122px;
  height: 2px;
  background: #282828;
}
#web-shop-cart #shopping-cart-menu li a {
  float: left;
  width: 100%;
  line-height: 35px;
  vertical-align: middle;
  padding: 5px 0;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  cursor: default;
  /*&:hover {
					color: @black;

					span:first-child {
						background: @grayLight;
					}
				}*/

}
#web-shop-cart #shopping-cart-menu li a span:first-child {
  border-radius: 50%;
  border: 2px solid #282828;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
#web-shop-cart #shopping-cart-menu li a span:nth-child(2) {
  display: block;
  font-size: 16px;
}
#web-shop-cart #shopping-cart-menu li a.selected span:first-child {
  background: #282828;
  color: white;
}
#web-shop-cart #shopping-cart-menu li a.selected span:nth-child(2) {
  font-weight: 600;
}
#web-shop-cart #shopping-cart-menu li a:hover {
  color: #282828;
}
#web-shop-cart #shopping-cart-menu li a:hover span {
  color: #282828;
}
#web-shop-cart .shopping-cart-header {
  float: left;
  width: 100%;
  margin: 0px 0 30px;
  padding: 10px 0 6px 0;
  border-bottom: 1px solid #b7b7b7;
}
#web-shop-cart .shopping-cart-header .first,
#web-shop-cart .shopping-cart-header .second,
#web-shop-cart .shopping-cart-header .third,
#web-shop-cart .shopping-cart-header .fourth,
#web-shop-cart .shopping-cart-header .fifth {
  float: left;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
#web-shop-cart .shopping-cart-header .first {
  width: 400px;
}
#web-shop-cart .shopping-cart-header .second {
  width: 130px;
}
#web-shop-cart .shopping-cart-header .third {
  width: 150px;
}
#web-shop-cart .shopping-cart-header .fourth {
  width: 130px;
}
#web-shop-cart .shopping-cart-header .fifth {
  width: 100px;
  margin-left: 10px;
}
#web-shop-cart .shopping-cart-list {
  width: 100%;
  margin: 30px 0 0px 0 !important;
  padding: 0px 0 30px;
  display: flex;
  border-bottom: solid 1px #b7b7b7;
}
#web-shop-cart .shopping-cart-list .first,
#web-shop-cart .shopping-cart-list .second,
#web-shop-cart .shopping-cart-list .third,
#web-shop-cart .shopping-cart-list .fourth,
#web-shop-cart .shopping-cart-list .fifth {
  float: left;
  background: white;
  border-right: 1px solid #b7b7b7;
  display: flex;
  justify-content: center;
  align-items: center;
}
#web-shop-cart .shopping-cart-list .first {
  width: 400px;
  align-items: start;
}
#web-shop-cart .shopping-cart-list .first img {
  margin-right: 15px;
  width: 130px;
  height: 170px;
  color: #b7b7b7;
  font-size: 12px;
  background: #f4f4f4;
  object-fit: fill;
}
#web-shop-cart .shopping-cart-list .first p {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 30px;
}
#web-shop-cart .shopping-cart-list .first span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
#web-shop-cart .shopping-cart-list .first > div {
  max-width: 230px;
}
#web-shop-cart .shopping-cart-list .second {
  text-align: center;
  width: 130px;
  font-weight: 600;
  font-size: 18px;
  color: #eaa43b;
}
#web-shop-cart .shopping-cart-list .third {
  text-align: center;
  width: 150px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
#web-shop-cart .shopping-cart-list .third .amount {
  margin-right: 0;
}
#web-shop-cart .shopping-cart-list .third .amount .add,
#web-shop-cart .shopping-cart-list .third .amount .substract {
  width: 32px;
}
#web-shop-cart .shopping-cart-list .third .amount input {
  width: 24px;
}
#web-shop-cart .shopping-cart-list .fourth {
  text-align: center;
  width: 130px;
  font-weight: 600;
  font-size: 18px;
  color: #eaa43b;
  border-right: none;
}
#web-shop-cart .shopping-cart-list .fifth {
  text-align: center;
  width: 100px;
  margin-left: 10px;
}
#web-shop-cart .shopping-cart-list .fifth input[type=checkbox] {
  float: right;
  margin: 15px 0 0 0;
  padding: 0px;
  width: 20px;
  height: 20px;
}
#web-shop-cart .shopping-cart-footer {
  width: 100%;
  margin: 0px 0 20px;
  padding: 20px 0;
}
#web-shop-cart .shopping-cart-footer .left-part {
  float: left;
  width: 50%;
}
#web-shop-cart .shopping-cart-footer .left-part input[type=submit] {
  width: auto;
  background-color: #d2b054;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#web-shop-cart .shopping-cart-footer .left-part input[type=submit]:hover {
  background: #484646;
  color: #efecea;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#web-shop-cart .shopping-cart-footer .right-part {
  float: right;
  width: 50%;
  text-align: right;
}
#web-shop-cart .shopping-cart-footer .right-part b {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
#web-shop-cart .shopping-cart-footer .right-part span {
  margin: 0 20px;
  font-weight: 600;
  font-size: 24px;
  color: #eaa43b;
}
#web-shop-cart .button-holder input {
  width: auto;
  padding: 0px 25px;
}
#web-shop-cart .order-container {
  color: black;
}
#web-shop-cart .order-container .box-title {
  width: 96%;
  margin: 0px 0 15px;
  padding: 0 2%;
  font-size: 1.75em;
  line-height: 1.75em;
  margin: 0px 0 7px 0;
  letter-spacing: 5px;
}
#web-shop-cart .order-container .order-box {
  margin: 20px 0;
  padding: 20px 0;
  border-top: solid 1px #d0d0d0;
  border-bottom: solid 1px #d0d0d0;
}
#web-shop-cart .order-container .order-box table tr td {
  vertical-align: top;
  padding: 3px 0px;
}
#web-shop-cart .order-container .order-box table tr td input[type=checkbox],
#web-shop-cart .order-container .order-box table tr td input[type=radio] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
#web-shop-cart .order-container .order-box table tr td .shop-button {
  margin-top: 10px;
}
#web-shop-cart .order-container .order-box table tr td .bg .data-box {
  height: 55px;
  font-size: 18px;
  font-weight: 300;
}
#web-shop-cart .order-container .order-box table tr td .bg .order-form-title {
  border-bottom: 1px solid #b2b2b2;
}
#web-shop-cart .order-container .ship-data {
  margin-bottom: 20px;
}
#web-shop-cart .order-container .ship-data input[type=text] {
  width: 80%;
  height: 30px;
  font-size: 14px;
  padding: 0 0 0 3%;
  background: #f4f4f4;
}
#web-shop-cart .order-container .ship-data select {
  width: 80%;
  height: 30px;
  font-size: 14px;
  padding: 0 0 0 3%;
}
#web-shop-cart .paymentType {
  padding-bottom: 50px;
}
#web-shop-cart .paymentType a {
  color: #eaa43b;
}
.message-wrong {
  z-index: 2;
}
.shopping-cart-login {
  position: relative;
}
.shopping-cart-login .login-box {
  position: absolute;
  left: -110px;
  z-index: 30;
  display: none;
  flex-wrap: wrap;
  background: #f4f4f4;
  width: 405px;
}
.shopping-cart-login .login-box.visible {
  display: flex!important;
}
.shopping-cart-login .login-box input {
  margin: 10px;
  width: 142px;
}
.shopping-cart-login .login-box input:not([type=submit]) {
  background: white;
  color: #b7b7b7;
  height: 35px;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
.shopping-cart-login .login-box .bttn {
  width: 182px;
  display: flex;
  align-content: center;
  height: 35px;
  font-size: 14px;
  padding: 0;
  margin-top: 0;
}
.shopping-cart-login .login-box .bttn:hover {
  background: #b7b7b7;
}
.shopping-cart-login .login-box a {
  margin-left: 10px;
  height: 35px;
  display: flex;
  align-items: center;
}
.refresh_cart {
  width: 280px;
  background: #f4f4f4;
}
.refresh_cart input[type=button] {
  width: 228px;
  height: 50px;
  background: #f4f4f4;
  text-transform: uppercase;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #eaa43b;
  padding-right: 0px;
  padding-left: 0px;
}
.refresh_cart input[type=button]:hover {
  color: black;
}
.cartContainer {
  margin-top: 150px;
}
.cartContainer .content-box .inner {
  display: grid;
  grid-template-columns: 491px 437px;
  /*grid-template-rows: 25%;*/
  width: 928px;
  height: 364px;
  background-color: #fafafa;
  padding: 25px;
}
.cartContainer .content-box .inner .left {
  width: 491px;
  border-right-width: 0.5px;
  border-right-style: solid;
  border-right-color: #b7b7b7;
}
.cartContainer .content-box .inner .left .shopping-cart-login {
  margin-top: 20px;
  margin-left: 180px;
}
.cartContainer .content-box .inner .left .shopping-cart-login a.login {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #282828;
}
.cartContainer .content-box .inner .left .shopping-cart-login .login-box {
  background-color: #fafafa;
  display: block !important;
}
.cartContainer .content-box .inner .left .shopping-cart-login .login-box input[type=text] {
  width: 280px;
  height: 50px;
  left: 582px;
  top: 1104px;
  border: 1px solid #b7b7b7;
  box-sizing: border-box;
}
.cartContainer .content-box .inner .left .shopping-cart-login .login-box input[type=password] {
  width: 280px;
  height: 50px;
  left: 582px;
  top: 1104px;
  border: 1px solid #b7b7b7;
  box-sizing: border-box;
}
.cartContainer .content-box .inner .left .shopping-cart-login .login-box input[type=submit] {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: white;
  background-color: #eaa43b;
}
.cartContainer .content-box .inner .left .shopping-cart-login .login-box input[type=submit]:hover {
  background-color: black;
}
.cartContainer .content-box .inner .left .shopping-cart-login .login-box .password-forgotten {
  margin-top: 6px;
}
.cartContainer .content-box .inner .left .reg_cart {
  margin-top: 250px;
  padding-left: 77px;
}
.cartContainer .content-box .inner .right {
  width: 437px;
  margin-top: 25px;
  text-align: center;
  border-left: 8px;
  border-left-color: black;
}
.cartContainer .content-box .inner .right label {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #282828;
}
.cartContainer .content-box .inner .right .button-holder {
  position: absolute;
  margin-top: 50px;
  margin-left: 115px;
  display: block !important;
}
/*registration*/

.steps-container,
.forgotten-pass {
  width: 85%;
  margin: 0 auto 50px;
}
.steps-container .intro,
.forgotten-pass .intro {
  width: 80%;
  margin: 0 0 50px;
}
.steps-container .top-line,
.forgotten-pass .top-line {
  border-top: solid 1px #d0d0d0;
}
.steps-container .bottom-line,
.forgotten-pass .bottom-line {
  border-bottom: solid 1px #d0d0d0;
}
.steps-container .container,
.forgotten-pass .container {
  margin: 0px;
  padding: 0px;
}
.steps-container .container .left,
.forgotten-pass .container .left {
  width: 44%;
  margin: 0px 4% 0px 2%;
  padding: 0px;
}
.steps-container .container .right,
.forgotten-pass .container .right {
  width: 44%;
  margin: 0px 2% 0px 4%;
  padding: 0px;
}
.steps-container .container .step,
.forgotten-pass .container .step {
  padding: 40px 0 20px;
}
.steps-container .container .step .approval,
.forgotten-pass .container .step .approval {
  margin: 0 0 0 15px;
  text-align: left;
}
.steps-container .container .step .approval .chkGPDR,
.forgotten-pass .container .step .approval .chkGPDR {
  float: left;
  width: 34px;
}
.steps-container .container .step .approval .chkGPDR .chkGPDRConsent,
.forgotten-pass .container .step .approval .chkGPDR .chkGPDRConsent {
  float: left;
  width: 20px;
  height: 20px;
  margin: 0;
}
.steps-container .container .step table.registration,
.forgotten-pass .container .step table.registration {
  width: 100%;
}
.steps-container .container .step table.registration h4,
.forgotten-pass .container .step table.registration h4 {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.steps-container .container .step table.registration tr td,
.forgotten-pass .container .step table.registration tr td {
  padding-bottom: 10px;
}
.steps-container .container .step table.registration tr td:nth-child(1),
.forgotten-pass .container .step table.registration tr td:nth-child(1) {
  width: 40%;
}
.steps-container .container .step table.registration tr td:nth-child(2),
.forgotten-pass .container .step table.registration tr td:nth-child(2) {
  width: 60%;
}
.steps-container .container .step table.registration tr td input,
.forgotten-pass .container .step table.registration tr td input,
.steps-container .container .step table.registration tr td textarea,
.forgotten-pass .container .step table.registration tr td textarea {
  margin: 0;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  padding: 5px 20px;
  letter-spacing: 1px;
  font-weight: 400;
  width: 100%;
  font-size: 14px;
}
.steps-container .container .step table.registration tr td input::-webkit-input-placeholder,
.forgotten-pass .container .step table.registration tr td input::-webkit-input-placeholder,
.steps-container .container .step table.registration tr td textarea::-webkit-input-placeholder,
.forgotten-pass .container .step table.registration tr td textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #959595;
}
.steps-container .container .step table.registration tr td input::-moz-placeholder,
.forgotten-pass .container .step table.registration tr td input::-moz-placeholder,
.steps-container .container .step table.registration tr td textarea::-moz-placeholder,
.forgotten-pass .container .step table.registration tr td textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595;
}
.steps-container .container .step table.registration tr td input:-ms-input-placeholder,
.forgotten-pass .container .step table.registration tr td input:-ms-input-placeholder,
.steps-container .container .step table.registration tr td textarea:-ms-input-placeholder,
.forgotten-pass .container .step table.registration tr td textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #959595;
}
.steps-container .container .step table.registration tr td input:-moz-placeholder,
.forgotten-pass .container .step table.registration tr td input:-moz-placeholder,
.steps-container .container .step table.registration tr td textarea:-moz-placeholder,
.forgotten-pass .container .step table.registration tr td textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #959595;
}
.steps-container .container .step table.registration tr td input.disabled,
.forgotten-pass .container .step table.registration tr td input.disabled,
.steps-container .container .step table.registration tr td textarea.disabled,
.forgotten-pass .container .step table.registration tr td textarea.disabled {
  background-color: #dddddd;
}
.steps-container .container .step table.registration tr td select,
.forgotten-pass .container .step table.registration tr td select {
  width: 100%;
  margin: 0;
  background-color: white;
  padding: 7px 20px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
}
.steps-container .container .step table.registration tr td.disabled input,
.forgotten-pass .container .step table.registration tr td.disabled input {
  background-color: #dddddd;
}
.steps-container .container .step table.aporoval,
.forgotten-pass .container .step table.aporoval {
  width: 100%;
}
.steps-container .container .step table.aporoval h4,
.forgotten-pass .container .step table.aporoval h4 {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.steps-container .container .step table.aporoval tr td,
.forgotten-pass .container .step table.aporoval tr td {
  padding-bottom: 10px;
}
.steps-container .container .step table.aporoval tr td:nth-child(1),
.forgotten-pass .container .step table.aporoval tr td:nth-child(1) {
  width: 10%;
}
.steps-container .container .step table.aporoval tr td:nth-child(2),
.forgotten-pass .container .step table.aporoval tr td:nth-child(2) {
  width: 90%;
}
.steps-container .container .step table.aporoval tr td input,
.forgotten-pass .container .step table.aporoval tr td input,
.steps-container .container .step table.aporoval tr td textarea,
.forgotten-pass .container .step table.aporoval tr td textarea {
  margin: 0;
  box-sizing: border-box;
  background-color: white;
  padding: 5px 20px;
  letter-spacing: 1px;
  font-weight: 400;
  width: 250px;
  font-size: 14px;
}
.steps-container .container .step table.aporoval tr td input::-webkit-input-placeholder,
.forgotten-pass .container .step table.aporoval tr td input::-webkit-input-placeholder,
.steps-container .container .step table.aporoval tr td textarea::-webkit-input-placeholder,
.forgotten-pass .container .step table.aporoval tr td textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #959595;
}
.steps-container .container .step table.aporoval tr td input::-moz-placeholder,
.forgotten-pass .container .step table.aporoval tr td input::-moz-placeholder,
.steps-container .container .step table.aporoval tr td textarea::-moz-placeholder,
.forgotten-pass .container .step table.aporoval tr td textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595;
}
.steps-container .container .step table.aporoval tr td input:-ms-input-placeholder,
.forgotten-pass .container .step table.aporoval tr td input:-ms-input-placeholder,
.steps-container .container .step table.aporoval tr td textarea:-ms-input-placeholder,
.forgotten-pass .container .step table.aporoval tr td textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #959595;
}
.steps-container .container .step table.aporoval tr td input:-moz-placeholder,
.forgotten-pass .container .step table.aporoval tr td input:-moz-placeholder,
.steps-container .container .step table.aporoval tr td textarea:-moz-placeholder,
.forgotten-pass .container .step table.aporoval tr td textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999955 95;
}
.steps-container .container .step table.aporoval tr td input[type=checkbox],
.forgotten-pass .container .step table.aporoval tr td input[type=checkbox] {
  float: left;
  width: 20px;
  height: 20px;
  margin: 0;
}
.steps-container .container .step table.aporoval tr td select,
.forgotten-pass .container .step table.aporoval tr td select {
  width: 100%;
  margin: 0;
  background-color: white;
  padding: 7px 20px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
}
.steps-container .container .step.last-step-registrate,
.forgotten-pass .container .step.last-step-registrate {
  margin-top: -40px;
}
.steps-container .prevNextButtons,
.forgotten-pass .prevNextButtons {
  padding: 0 0 50px;
}
.steps-container .prevNextButtons .forgotten-button,
.forgotten-pass .prevNextButtons .forgotten-button {
  float: left;
}
.steps-container .prevNextButtons input[type=submit],
.forgotten-pass .prevNextButtons input[type=submit] {
  width: auto;
  padding: 0px 40px;
}
.steps-container .prevNextButtons input[type=submit]:hover,
.forgotten-pass .prevNextButtons input[type=submit]:hover {
  background: #282828;
  color: #efecea;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.glare-button {
  width: auto;
  background-color: #eaa43b;
  color: white;
  cursor: pointer;
  border: none;
}
.glare-button:hover {
  background: #282828;
  color: #efecea;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.left .shop-slider {
  padding: 0px 0px 0px 15px;
  margin: 30px 0;
}
.left .shop-slider #fancybox-open {
  right: 15px;
}
.shop-slider {
  position: relative;
  width: 100%;
  max-width: 665px;
}
.shop-slider div:empty {
  display: block;
}
.shop-slider #fancy {
  display: none;
}
.shop-slider #fancybox-open {
  position: absolute;
  top: 0;
  right: 2px;
  width: 45px;
  height: 33px;
  z-index: 10;
  background: url("/images/_theme/bg/big-image-icon.jpg") 0 0;
  cursor: pointer;
}
.shop-slider .bx-wrapper {
  width: 100%;
  margin: 0 auto 35px;
}
.shop-slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0px;
}
.shop-slider .bx-wrapper .bx-controls.bx-has-controls-direction {
  display: none;
}
.shop-slider #bx-pager a {
  margin-right: 15px;
}
.shop-slider #bx-pager a:last-child {
  margin-right: 0px;
}
.message-errors {
  font-size: 12px;
  line-height: 16px;
  color: red;
}
.message-good {
  font-size: 16px;
  color: #0ea051;
}
.message-wrong {
  margin-bottom: 25px;
  color: red;
  line-height: 18px;
  position: absolute;
  background: white;
  padding: 20px;
  display: none;
}
/* ---- Webshop END ---- */

.table-res-block {
  width: 100% !important;
  display: inline-block;
  vertical-align: top;
}
.table-res-block tr {
  margin-bottom: 10px;
}
.table-res-block .tdRight {
  /*padding-left:25px;*/
  text-align: right;
}
.table-res-block input[type=text],
.table-res-block select {
  height: 35px;
  margin: 3px;
  font-size: 16px;
}
.table-res-block input[type=checkbox] {
  width: 24px;
  height: 24px;
}
.table-res-block input[type=submit] {
  width: 150px;
  cursor: pointer;
  font-size: 16px;
}
.table-res-block input[type=submit]:hover {
  background: #3f3e3e;
  color: white;
}
.table-res-block b {
  color: rgba(48, 28, 19, 0.8);
}
.table-res-block td,
.table-res-block td {
  border: none;
  padding-bottom: 10px !important;
}
.table-res-block td.errors {
  color: red;
}
.newsletter-wrap {
  padding: 95px 0;
}
.newsletter-wrap .nl-title {
  font-size: 36px;
  line-height: 130%;
  letter-spacing: 1px;
  margin-bottom: 18px;
  text-align: center;
}
.newsletter-wrap .nl-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 138%;
  margin-bottom: 50px;
  text-align: center;
}
.newsletter-wrap .container {
  cursor: pointer;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  letter-spacing: 0;
}
.newsletter-wrap .container a {
  font-weight: 700;
  margin-left: 5px;
}
.newsletter-wrap .tm-checkbox {
  height: 16px;
  width: 16px;
  margin: 0 12px 0 0;
  padding: 0;
}
.newsletter-wrap .uk-checkbox:checked,
.newsletter-wrap .uk-checkbox:indeterminate,
.newsletter-wrap .uk-radio:checked {
  background-color: white;
}
.newsletter-wrap .uk-checkbox:checked {
  background-image: url('/images/icon-check.svg');
}
.newsletter-wrap .nl-main {
  margin-left: 137px;
  display: flex;
  flex-direction: column;
}
.newsletter-wrap .nl-main div {
  font-weight: 500;
}
.newsletter-wrap .nl-main .n-input-wrap {
  display: flex;
  align-items: center;
  gap: 17px;
}
.newsletter-wrap .nl-main input[type=email] {
  padding: 8px 20px 8px 29px;
  background-color: #f4f4f4;
  border: 1px solid #9d9d9d;
  width: 100%;
  font-size: 18px;
  color: #282828;
}
.newsletter-wrap .nl-main input[type=email]:focus-visible {
  outline: none;
}
.newsletter-wrap .newsletter-send {
  width: 187px;
  height: 50px;
  background-color: #eaa43b;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.newsletter-wrap .newsletter-send:disabled {
  /*background-color: @primary;*/
  opacity: 0.8;
}
.newsletter-wrap .newsletter-msg {
  display: none;
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 50px;
}
.newsletter-wrap .newsletter-msg.msg-error {
  color: red;
  margin-top: 20px;
  margin-bottom: -37px;
}
.nl-align {
  text-align: center;
}
.nl-center {
  margin: 0 auto;
}
.newsletter-remove {
  text-align: center;
  margin: 50px 0;
}
.newsletter-remove input {
  width: 200px;
  padding: 0;
  cursor: pointer;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
         * Don't show links for images, or javascript/internal links
         */
  
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.tooltip {
  display: none;
  position: absolute;
  border: 1px solid #333333;
  background-color: #c2c1c9;
  border-radius: 5px;
  padding: 10px;
  max-width: 250px;
  color: white;
  font-size: 10px;
  font-family: Arial;
  z-index: 9999;
}
.price-table {
  font-size: inherit;
  font-family: Arial;
}
.price-table tr {
  height: 35px;
}
.price-table {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: none !important;
}
.price-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  color: black;
  margin: 0px;
  padding: 0px;
}
.price-table tr:nth-child(odd) {
  background-color: #f3f3f3;
}
.price-table tr:nth-child(even) {
  background-color: white;
}
.price-table td {
  vertical-align: middle;
  border: none !important;
  text-align: left;
  padding: 7px;
  font-size: 12px;
  color: black;
}
.price-table tr:last-child td {
  border-width: 0px 1px 0px 0px;
}
.price-table tr td:last-child {
  border-width: 0px 0px 1px 0px;
}
.price-table tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px;
}
.price-table tr:first-child td {
  background-color: #f3f3f3;
  border: 0px solid black;
  text-align: left;
  border-width: 0px 0px 1px 1px;
  font-size: 14px;
  color: black;
}
.price-table tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px;
}
.price-table tr:first-child td:last-child {
  border-width: 0px 0px 1px 1px;
}
.prices {
  width: 50%;
  margin-left: 10%;
}
.prices .title-box {
  text-align: left;
}
#cookie-bar {
  background: #ebead2;
  height: auto;
  line-height: 24px;
  text-align: left;
  padding: 10px 0%;
}
#cookie-bar.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 10px auto 0 auto;
  padding: 0;
  width: 1100px;
  font-family: 'Poppins', sans-serif;
}
#cookie-bar a {
  color: #3f3e3e;
  background-color: none;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  padding: 13px 15px;
  line-height: 10px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
#cookie-bar .cb-enable {
  border: solid 1px #3f3e3e;
  float: right;
  color: #3f3e3e;
  font-weight: normal;
  font-size: 14px;
}
#cookie-bar .cb-enable:hover {
  background: #484646;
  color: white;
}
#cookie-bar .cb-disable {
  background: #4a86c0;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
.sh-content p {
  font-family: Poppins;
  font-size: 15px;
}
.narrow-content {
  width: 668px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 160%;
  /*padding: 0px 450px 0px 450px;*/
  padding: unset;
  position: relative;
  margin: 0 auto;
}
.narrow-content ul {
  list-style-type: circle;
}
.narrow-content ul li {
  font-size: 15px;
  line-height: 220%;
}
.footer_menu_short {
  display: none;
}
.footer_menu_short A {
  display: none;
}
.footer_menu_short A.selected {
  display: none;
}
.footer_menu_short.selected,
.footer_menu_short:hover {
  display: none;
}
.katalog_left a {
  z-index: 9999;
  position: fixed;
  left: -95px;
  top: 210px;
  width: 140px;
  height: 55px;
  background-color: #282828;
  border-radius: 10px 0 0 10px;
  padding: 5px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-bottom: 8px solid #eaa43b;
  padding-left: 35px;
  margin-left: -35px;
}
.katalog_left a:hover {
  margin-left: 0px;
}
.katalog_left a img {
  margin-top: 10px;
  width: 30px;
  height: 30px;
  margin-left: 100px;
}
.katalog_left a #katalog {
  -moz-transform: rotate(-90deg) translateY(100%);
  -webkit-transform: rotate(-90deg) translateY(100%);
  transform: rotate(-90deg) translateY(100%);
  position: absolute;
  right: -20px;
  top: 19px;
  font-weight: 600;
  display: block;
  height: 36px;
  font-size: 12px;
  color: #eaa43b;
  line-height: 160%;
}
.banners_index {
  padding: 20px;
}
.constraint .share_mobile {
  display: none;
}
#drugiSubmit {
  width: initial;
  font-size: 20px;
  text-transform: uppercase;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.css';
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px), only screen and (max-width: 767px) {
  .mb-remove-s {
    margin-bottom: 0 !important;
  }
  .mt-remove-s {
    margin-top: 0 !important;
  }
  .banners_index .left div {
    background: transparent !important;
  }
  .banners_index .left video {
    margin-top: 0;
  }
  body {
    overflow: hidden;
  }
  H1 {
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 3px;
  }
  H4 {
    font-size: 20px;
    line-height: 22px;
  }
  #Lightbox_Popup .content-holder {
    max-width: 320px;
    height: 190px;
    margin-top: -150px;
  }
  #Lightbox_Popup .content-holder .cont > div {
    height: 195px;
    padding: unset;
    padding-left: 30px;
  }
  #Lightbox_Popup .content-holder .cont > div .bttn {
    bottom: unset;
  }
  #Lightbox_Popup .content-holder .cont img {
    min-width: unset;
    min-height: unset;
    max-width: 320px;
    max-height: 250px;
  }
  #Lightbox_Popup .content-holder .cont p {
    font-size: 16px;
    line-height: 50px;
  }
  HEADER .inner-left-middle {
    min-width: 100%;
  }
  HEADER .h-bottom {
    display: none;
  }
  HEADER.fixed {
    position: relative !important;
  }
  HEADER .top-menu {
    /*background:none;*/
    min-height: 42px;
    height: auto;
    position: relative;
    z-index: 1;
    background-color: white;
    width: 100%;
  }
  HEADER .top-menu #logo {
    margin-left: 15px;
    margin-top: 8px;
    /*position: fixed;*/
    z-index: 10;
  }
  HEADER .top-menu #logo img {
    width: 100px;
  }
  HEADER .top-menu .top-stripe {
    position: relative;
    width: 100%;
    min-width: 100%;
  }
  HEADER .top-menu .top-stripe .left {
    width: 100% !important;
    position: relative;
    top: inherit;
    right: inherit;
    left: inherit;
    float: none;
  }
  HEADER .top-menu .top-stripe .left #language {
    display: block;
    z-index: 1;
    position: fixed;
    right: calc(6% + 40px);
    top: 5px;
  }
  HEADER .top-menu .top-stripe .left #language #selected {
    position: relative;
    top: 0;
    right: 0;
    width: 36px;
    margin: 0px;
    font-size: 12px;
  }
  HEADER .top-menu .top-stripe .left .search {
    position: fixed;
    width: 30%;
    right: 35%;
    left: auto;
    max-width: 220px;
    margin: 5px auto 0;
    height: 34px;
    text-align: left;
    display: none;
  }
  HEADER .top-menu .top-stripe .left .search INPUT {
    position: relative;
    width: 100%;
    height: 18px;
    padding: 2px 10px;
  }
  HEADER .top-menu .top-stripe .left .search A#search-btn {
    top: 10px;
  }
  HEADER .top-menu .top-stripe .left .shopping-card {
    float: none;
    display: block;
  }
  HEADER .top-menu .top-stripe .right {
    display: block;
    right: 3%;
    width: 45px;
    float: none;
    position: fixed;
    margin: 0;
    top: 0px;
    right: 3%;
  }
  HEADER .top-menu .top-stripe .right .bag {
    margin: 9px 0 0 0;
  }
  HEADER .top-menu .top-stripe .center {
    display: none;
    float: none;
    position: relative;
    max-width: 150px;
    min-width: 150px;
    margin: 0px auto 25px auto;
    height: 40px;
    top: inherit;
    width: auto;
    right: inherit;
  }
  HEADER .top-menu .h-top {
    z-index: 10;
    height: 62px;
    width: 100%;
  }
  HEADER .top-menu .h-top .righter {
    display: none;
  }
  HEADER .top-menu .h-top .niconne {
    display: none;
  }
  HEADER .top-menu .h-top .search {
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: none;
  }
  HEADER .top-menu .h-top .search.active {
    border-bottom: 1px solid #b7b7b7;
  }
  HEADER .top-menu .h-top .search.active input {
    display: inline;
    background: white;
    z-index: 10;
  }
  HEADER .top-menu .h-top .search a {
    display: flex;
    margin-left: 0;
  }
  HEADER .top-menu .h-top .search i {
    font-size: 18px;
    color: #eaa43b;
    display: flex;
    align-items: center;
    margin-right: 15px;
    margin-top: 20px;
    width: 17px;
  }
  HEADER .top-menu .h-top .search input {
    display: none;
    width: 110px;
    border: none;
    background: unset;
    color: #282828;
    padding: 0 5px;
  }
  HEADER .top-menu .h-top .search ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-style: italic;
    color: #b7b7b7;
    font-size: 9px;
  }
  HEADER .top-menu .h-top .search :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-style: italic;
    color: #b7b7b7;
    opacity: 1;
  }
  HEADER .top-menu .h-top .search ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-style: italic;
    color: #b7b7b7;
    opacity: 1;
    font-size: 9px;
  }
  HEADER .top-menu .h-top .search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-style: italic;
    color: #b7b7b7;
  }
  HEADER .top-menu .h-top .search ::-ms-input-placeholder {
    /* Microsoft Edge */
    font-style: italic;
    color: #b7b7b7;
    font-size: 9px;
  }
  HEADER .top-menu .h-top .search ::placeholder {
    /* Most modern browsers support this now. */
    font-style: italic;
    color: #b7b7b7;
    font-size: 9px;
  }
  HEADER .top-menu .h-top .header-mobile {
    order: 2;
    display: unset;
    text-align: end;
    background: rgba(40, 40, 40, 0.95);
  }
  HEADER .top-menu .h-top .header-mobile .icons_mobHeader {
    display: block;
    text-align: end;
    margin-top: -50px;
  }
  HEADER .top-menu .h-top .header-mobile .icons_mobHeader p {
    padding-right: 5px;
  }
  HEADER .top-menu .h-top .header-mobile .icons_mobHeader i {
    width: 15px;
    padding-right: 5px;
  }
  HEADER .top-menu .h-top .header-mobile .icons_mobHeader ul li a {
    padding-right: 20px;
  }
  HEADER .top-menu .h-top .header-mobile .icons_mobHeader .toggle_mobile > div {
    display: none;
  }
  HEADER .top-menu .h-top .header-mobile .icons_mobHeader .toggle_mobile > div.active {
    display: inline-block;
  }
  HEADER .top-menu .h-top .header-mobile .icons_mobHeader i {
    margin-left: 10px;
  }
  HEADER .top-menu .h-top .header-mobile .icons_mobHeader i .fa-bars,
  HEADER .top-menu .h-top .header-mobile .icons_mobHeader i .fa-times {
    width: 30px;
    height: 30px;
  }
  HEADER .top-menu .h-top .header-mobile ul li {
    display: inline-block;
  }
  HEADER .top-menu .h-top .header-mobile .hidden {
    display: none;
  }
  HEADER .top-menu .h-top .header-mobile #mobile {
    display: none;
    margin-top: -17px;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    background: rgba(40, 40, 40, 0.95);
    backdrop-filter: blur(2px);
  }
  HEADER .top-menu .h-top .header-mobile #mobile .usersM,
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile {
    text-align: center;
    list-style: none;
    background: rgba(40, 40, 40, 0.95);
    width: 100%;
    color: white;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .usersM ul,
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile ul {
    display: block;
    position: relative;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .usersM ul li,
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile ul li {
    display: inline-block;
    margin: unset;
    padding-right: 25px;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .usersM ul li .pozdrav,
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile ul li .pozdrav {
    display: none;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .usersM ul li a,
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile ul li a {
    width: 100%;
    color: white;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .usersM ul li a.password-forgotten,
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile ul li a.password-forgotten {
    width: 80%;
    color: black;
    font-size: 12px;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .usersM ul {
    padding: 30px 0px 30px 0px;
    background: rgba(55, 55, 55, 0.97);
  }
  HEADER .top-menu .h-top .header-mobile #mobile .usersM ul li {
    display: inline;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .usersM ul li a {
    display: inline;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .usersM ul li .shopping-cart-login {
    display: inline;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile nav .uk-active {
    color: orange;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile nav .secondary_container {
    padding-top: 15px;
    background: rgba(55, 55, 55, 0.97);
    display: none;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile nav .secondary_container .secondary_menu {
    width: 100%;
    padding-left: 0;
    z-index: 1;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile nav .secondary_container .secondary_menu ul {
    background: rgba(55, 55, 55, 0.97);
  }
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile nav .secondary_container .secondary_menu ul li {
    background: rgba(55, 55, 55, 0.97);
  }
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile nav .secondary_container .secondary_menu ul li a {
    display: block;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile nav .secondary_container .secondary_menu ul li a.selected {
    color: orange;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile nav .secondary_container .secondary_menu ul li a .uk-active {
    color: orange;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile ul#mainMenu {
    padding-left: 0px;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile ul#mainMenu li {
    display: block;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    /*padding-left: 15px;*/
    width: 100%;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile ul#mainMenu li a i {
    color: white;
    padding-left: 5px;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile ul#mainMenu li a.selected {
    color: #eaa43b;
  }
  HEADER .top-menu .h-top .header-mobile #mobile .mainMenuMobile ul#mainMenu li a.selected i {
    color: #eaa43b;
  }
  HEADER .top-menu .h-top .header-company-moto {
    display: none;
  }
  HEADER .shopping-cart-login .login-box {
    /*display:none;*/
    width: 200px;
    /*left: 0px;*/
  
  }
  HEADER .shopping-cart-login .loginBttn {
    align-content: center;
    text-indent: 0%;
  }
  HEADER .shopping-cart-login .password-forgotten {
    align-content: center;
    background: unset;
  }
  HEADER .shopping-cart-login .password-forgotten ul a,
  HEADER .shopping-cart-login .password-forgotten li a {
    color: black;
  }
  HEADER .mid-logo {
    z-index: 0;
    /*padding-top: 0;
                  width: 150px;
                  position: absolute;
                  top: 0;
                  left: 16%;
                  */
  
  }
  HEADER .mid-logo .logo {
    z-index: 0;
    margin: 0 auto;
    padding: 20px 25% 20px;
  }
  HEADER .mid-logo #logo-eu {
    top: 50px;
    right: 10px;
    width: 34px;
    padding: 0px 0 0px;
  }
  HEADER .mid-logo #logo-eu IMG {
    margin: 0px;
    padding: 0px;
  }
  HEADER .nav-lvl2 {
    display: none;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  HEADER #main-menu-icon {
    z-index: 100000;
    display: block;
    width: 24px;
    height: 15px;
    left: 3%;
    position: fixed;
    top: 12px;
    /*background: url(/images/icon/sendvic-mob.png);*/
    background: none;
  }
  HEADER #main-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #3f3e3e;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  HEADER #main-menu-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  HEADER #main-menu-icon span:nth-child(2) {
    top: 44%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  HEADER #main-menu-icon span:nth-child(3) {
    top: 95%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  HEADER #main-menu-icon.open span:nth-child(1) {
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    top: 0px;
    left: 0px;
  }
  HEADER #main-menu-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  HEADER #main-menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: 15px;
    left: 0px;
  }
  .header-company-moto-mob {
    display: block;
    padding: 20px 0;
    background-color: #f4f4f4;
  }
  .header-company-moto-mob p {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: #282828;
    text-align: center;
    width: 100% !important;
    margin-bottom: 0;
    line-height: 1.4;
  }
  /* FOOTER */
  
  footer {
    height: 600px;
  }
  footer .f-up {
    height: 665px;
    background-position-y: 160px;
    background-position-x: -30px;
  }
  footer .f-up .f-top {
    padding: 20px 0px 0px 0px;
  }
  footer .f-up .f-top img {
    padding: 10px 20px 10px 20px;
    width: 150px;
    float: left;
    margin-top: -13px;
  }
  footer .f-up .f-top NAV {
    float: left;
    display: block;
    margin-top: 13px;
    margin-left: -60px;
  }
  footer .f-up .f-top NAV ul#mainMenu LI {
    display: block;
    height: 70%;
  }
  footer .f-up .f-top NAV ul#mainMenu LI a {
    font-family: Poppins;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    margin: 0px;
    display: block;
  }
  footer .f-up .f-top NAV ul#mainMenu LI:first-child a {
    visibility: hidden;
  }
  footer .f-up .f-top NAV ul#mainMenu LI:last-child a {
    visibility: hidden;
  }
  footer .f-up .f-top NAV ul#mainMenu .secondary_menu {
    display: none;
  }
  footer .f-up .f-middle {
    flex-wrap: wrap;
    width: 490px;
    margin-left: 0px;
  }
  footer .f-up .f-middle > div:first-child {
    margin-left: unset;
    margin-right: unset;
  }
  footer .f-up .f-middle .contact {
    margin-top: 250px;
    display: unset;
  }
  footer .f-up .f-middle .contact span {
    display: block;
    padding: 0px 10px 25px 10px !important;
    margin-bottom: 0px;
    display: block;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 300;
    line-height: 22px;
    margin-right: unset !important;
  }
  footer .f-up .social-icons {
    /*position: absolute;*/
  
    font-size: 16px;
    width: 100%;
    color: white;
    text-align: start !important;
    padding: 20px;
    margin-top: -20px;
  }
  footer .f-up .social-icons .logo-holding {
    left: -20px;
    bottom: 0px;
  }
  footer .f-up .social-icons a {
    float: right;
  }
  footer .f-bottom .payment-icons {
    position: absolute;
    padding: 8px;
    width: 90%;
    height: 100px;
    margin-left: 0px;
    text-align: center;
    margin-top: -60px;
  }
  footer .f-bottom .payment-icons .cards {
    /*margin-left:20%;
            margin-right:20%;
            display: grid;
            grid-template-columns: 70px 70px 70px;
            grid-template-rows: 50px 50px;
            grid-gap:2.5px;*/
    text-align: center;
  }
  footer .f-bottom .payment-icons .cards img:not(:last-child) {
    margin-right: 0px;
  }
  footer .f-bottom .payment-icons img {
    padding: 0px 10px 0px 10px;
    height: 20px;
  }
  footer .f-bottom .payment-icons .green {
    padding: 20px;
  }
  footer .f-down {
    margin-top: 40px;
  }
  footer .f-down .constraint {
    height: 30px;
  }
  footer .f-down .constraint .lefter {
    position: absolute;
    width: 100%;
    font-size: 13px;
    text-align: center;
    background: white;
    margin-top: 80px;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: 50px;
  }
  footer .f-down .constraint .lefter a {
    margin-right: 0px;
    padding: 5px 17px 0px 17px;
    line-height: 19px;
  }
  footer .f-down .constraint .righter {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 150px;
    padding-bottom: 15px;
    padding-top: 100px;
  }
  footer .inner {
    padding: 25px 5% !Important;
  }
  footer .inner .footer-logo {
    display: none;
  }
  footer .inner .uk-width-3-4 {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }
  footer .inner .newsletter-box {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .inner .newsletter-box input {
    width: 250px;
    box-sizing: border-box;
    margin: 0 auto;
    float: none;
    display: block;
  }
  footer .inner .newsletter-box .button {
    margin: 20px auto 10px;
    display: block;
    width: 250px;
    box-sizing: border-box;
  }
  footer .inner .contact-box #payway-terms-of-use {
    float: none;
    width: 141px;
    margin: 20px 0;
  }
  footer .inner .social-box {
    max-width: 223px;
    margin: 0 auto;
    float: none;
  }
  footer .agm-info {
    margin-left: 50px !important;
  }
  /* NASLOVNICA */
  
  .hero {
    overflow: hidden;
  }
  .hero .leading-image {
    height: 40vh;
    width: 150vw !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position-x: left;
    max-height: 300px;
  }
  .hero .leading-image .desc-box {
    height: 40vh;
    padding: 20px 20px 20px 20px;
    min-height: auto;
    box-sizing: border-box;
    /*bottom: 20px;*/
    top: 0px;
    max-height: 300px;
  }
  .hero .leading-image .desc-box .content {
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-top: -12px;
    line-height: 30px;
  }
  .leading-image {
    height: 40vh;
    width: 150vw !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position-x: left;
  }
  .leading-image .desc-box {
    width: 100%;
    padding: 20px 20px 20px 20px;
    min-height: auto;
    box-sizing: border-box;
    bottom: 20px;
    margin: 0;
  }
  .rotate-everything {
    padding: 0 3% !important;
  }
  .rotate-everything .inner {
    padding: 20px 0;
  }
  .rotate-everything .inner .slide .content {
    padding-left: 40px;
    padding-top: 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .rotate-everything .inner .slide .content .desc {
    height: auto !important;
    margin-bottom: 20px;
    padding-right: 20px;
  }
  .rotate-everything .inner .slide .content a .title {
    padding-right: 0;
  }
  .rotate-everything .inner .slide .image {
    float: none;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    padding: 0;
  }
  .rotate-everything .inner .slide .image img {
    float: none;
    margin: 0 auto;
  }
  .rotate-everything .inner .slick-prev,
  .rotate-everything .inner .slick-next {
    visibility: hidden !important;
  }
  .rotate-everything .inner .slick-prev:hover,
  .rotate-everything .inner .slick-next:hover {
    background: none;
  }
  .rotate-everything .inner .slick-dots {
    display: none !important;
    bottom: 0;
  }
  .main .static-content .main-title {
    margin-top: 30px;
  }
  .main .static-content .main-title h1 {
    margin-top: 20px;
    padding: 10px 10px 10px 10px;
    text-align: center;
  }
  .main .static-content .main-title li {
    padding-left: 20px;
  }
  .main .static-content .main-content {
    margin: 20px auto 0;
    width: 320px;
    padding: 0 5px 0 5px;
  }
  .main .static-content .main-content h2 {
    font-size: 1.5em;
  }
  .main .static-content .main-content span,
  .main .static-content .main-content td,
  .main .static-content .main-content tr,
  .main .static-content .main-content p,
  .main .static-content .main-content h2 {
    font-size: 14px;
    text-align: left;
    position: relative;
  }
  .main .static-content .main-content td .text {
    margin-left: 15px;
  }
  .main .static-content .main-content td #text {
    margin-left: 15px;
  }
  .main .static-content .main-content ul {
    padding-right: 5px;
    list-style-type: initial;
  }
  .main .static-content .main-content ul li {
    padding-right: 5px;
  }
  .index .inner .content-grid div:last-child {
    display: none !important;
  }
  .content-box {
    padding: 10px 0 !important;
    text-align: center;
    width: 360px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .content-box .inner .main-title {
    margin-bottom: 30px;
  }
  .content-box .inner .content-grid .izdanje {
    width: 152px;
    display: inline-block;
    margin-right: 12.5px;
    margin-left: 12.5px;
    left: 0px;
  }
  .content-box .inner .content-grid .izdanje > a {
    display: inline-block;
  }
  .content-box .inner .content-grid .izdanje > a > div {
    width: 150px;
  }
  .content-box .inner .content-grid .izdanje > a > div img {
    top: 0px !important;
  }
  .content-box .inner .content-grid .izdanje div:last-child {
    display: unset;
  }
  .content-box .inner .content-grid .izdanje .info {
    padding: 10px 0px;
    display: block !important;
  }
  .content-box .inner .content-grid .izdanje .info .naslov {
    font-size: 12px;
    text-align: center;
    width: 152px;
  }
  .content-box .inner .content-grid .izdanje .info .old_price {
    font-size: 16px;
  }
  .content-box .inner .content-grid .izdanje .info .price {
    font-size: 16px;
  }
  .content-box .inner .content-grid .izdanje .cover {
    top: 15px;
    max-width: 152px;
    max-height: 235px;
  }
  .content-box .inner .content-grid .izdanje .akcija {
    width: 80px;
    left: -10px !important;
  }
  .content-box .inner .head {
    padding: 12px 0 0 30px;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .content-box .inner .head a {
    margin-right: 10px;
    font-size: 12px;
  }
  .content-box .inner .head h2 {
    font-size: 1.1em;
  }
  .content-box .inner .content {
    padding: 35px 5% 0 5%;
  }
  .content-box .inner .content .desc p {
    letter-spacing: 1px;
    word-spacing: 0px;
  }
  .content-box .inner .read-more {
    float: none;
    display: block;
    position: relative;
    bottom: 0;
    right: inherit;
    text-align: center;
    line-height: 40px;
  }
  .content-box .inner .read-more.small {
    float: none;
    right: inherit;
    left: inherit !Important;
    padding-top: 20px;
  }
  .content-box .inner .image-box {
    margin-bottom: 10px;
  }
  .content-box .inner .left {
    display: inline-block;
    width: 100%;
  }
  .content-box .inner .left .boTm {
    background: url("/images/_theme/bg/1_mob.png");
    width: 328px;
    height: 238px;
    padding: 20px;
  }
  .content-box .inner .left .boTm .boTmTop .boTmLabel {
    width: 100%;
    display: block;
    float: none;
    font-size: 10px;
    font-weight: 500;
  }
  .content-box .inner .left .boTm .boTmTop .boTmImg {
    width: 99px;
    height: 140px;
    padding: 10px;
  }
  .content-box .inner .left .boTm .boTmTop .boTmImg img {
    width: 95px;
    height: 138px;
  }
  .content-box .inner .left .boTm .boTmTop .bookTitle {
    padding-left: 5px;
  }
  .content-box .inner .left .boTm .boTmTop .bookTitle p {
    font-weight: 500;
    font-size: 16px;
  }
  .content-box .inner .left .boTm .boTmTop .boTmPrice {
    margin-top: 0px;
    padding: 0px;
  }
  .content-box .inner .left .boTm .boTmTop .boTmPrice .boTmNewPrice {
    font-size: 16px;
    padding-right: 35px;
  }
  .content-box .inner .left .boTm .boTmBottom {
    margin-top: 0px;
  }
  .content-box .inner .left .boTm .boTmBottom .boTmLowLeft label {
    font-size: 8px;
    padding: 0;
    line-height: 105%;
  }
  .content-box .inner .left .boTm .boTmBottom .boTmLowLeft .offerEndDateBotm {
    font-size: 10px;
    margin-top: -5px;
  }
  .content-box .inner .left .boTm .boTmBottom .boTmLowLeft .offerEndDateBotm p {
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
  }
  .content-box .inner .left .boTm .boTmBottom .boTmLowRight {
    margin-top: 135px;
    position: absolute;
  }
  .content-box .inner .left .boTm .boTmBottom .boTmLowRight .boTmBuy {
    height: 40px;
  }
  .content-box .inner .left .boTm .boTmBottom .boTmLowRight .boTmBuy a {
    font-size: 10px;
  }
  .right {
    width: 120% !important;
  }
  .right #bestSelling-slick #slick-small .bestSelling {
    width: 328px;
    height: 237px;
    margin-top: 20px;
  }
  .right #bestSelling-slick #slick-small .bestSelling .bestSellingContainer {
    width: 308px;
    height: 157px;
    padding: 10px;
  }
  .right #bestSelling-slick #slick-small .bestSelling .bestSellingContainer .bestSellingImage {
    width: 106px;
    height: 138px;
  }
  .right #bestSelling-slick #slick-small .bestSelling .bestSellingContainer .bestSellingLabel {
    font-weight: 500;
    font-size: 10px;
  }
  .right #bestSelling-slick #slick-small .bestSelling .bestSellingContainer .bestSellingTitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    margin-top: -15px;
  }
  .right #bestSelling-slick #slick-small .bestSelling .bestSellingBuyBtn {
    margin-top: -40px;
  }
  .right #bestSelling-slick #slick-small .bestSelling .bestSellingBuyBtn a {
    /*margin-top: -32px;*/
    font-weight: 500;
    font-size: 10px;
    padding: 10px;
  }
  .right #bestSelling-slick #slick-small .slick-dots {
    bottom: 120px;
  }
  .news-content .head h2 {
    font-size: 14px;
  }
  .news-content .head a {
    margin-right: 15px;
    font-size: 14px;
  }
  .news-content .news-list .news {
    width: 150px;
    display: inline-block;
  }
  .news-content .news-list .news a img {
    width: 152px;
    height: 93px;
  }
  .news-content .news-list .news a .info p {
    margin: 6px auto 6px;
  }
  .news-content .news-list .news a .info .content-title {
    font-size: 12px;
  }
  .news-content .news-list .news a .info .date {
    font-size: 10px;
  }
  .content-box {
    margin: 25px 0;
  }
  /* standard */
  
  .main .uk-container {
    padding: 0 6% !Important;
  }
  .main .inner .static-content {
    margin: 0 !important;
  }
  .main .inner #filter {
    margin: 0;
    padding-top: 20px;
  }
  .main .news-list .item .item-more {
    position: relative;
    width: 100%;
    height: auto;
  }
  .main .news-list .item .title {
    position: relative;
    top: inherit;
    display: block;
    left: inherit;
    height: auto;
  }
  .main .news-list .item .button-arrow-right {
    position: relative;
    top: inherit;
    display: block;
    left: inherit;
    height: auto;
  }
  .main .project-grid li {
    width: 100% !IMportant;
    padding: 20px 0 !Important;
    max-width: 360px;
    box-sizing: border-box;
    margin: 0 auto;
    float: none;
  }
  .main .project-grid li a.item-more {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 35px;
  }
  .main .project-grid li a.item-more .title {
    position: relative;
    top: inherit;
    display: block;
    left: inherit;
    height: auto;
  }
  .main .project-grid li a.item-more .button-arrow-right {
    position: relative;
    top: inherit;
    display: block;
    left: inherit;
    height: auto;
  }
  .main .load-more-circle {
    float: none;
    clear: both;
    margin: 35px auto;
  }
  .main .blog-list .item h1 {
    padding: 0;
  }
  .main .sorter .constraint {
    display: unset;
  }
  .main .sorter .constraint .lefter {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    /*padding: 0px 10px 0px 10px;*/
  
  }
  .main .sorter .constraint .righter {
    width: 100%;
    display: block;
    text-align: center;
    background: white;
  }
  .main .sorter .constraint .righter select {
    width: 70%;
  }
  .standard-sidebar-right .main .content aside {
    padding-left: 0 !important;
    padding-top: 30px;
  }
  .standard-sidebar-right .main .content aside .sidebar {
    margin-top: 35px;
  }
  .standard-sidebar-right .main .content aside .sidebar img {
    margin: 0 auto;
    display: block;
  }
  .standard-sidebar-right .main .content aside .sidebar .about {
    line-height: 26px;
    font-size: 20px;
  }
  .standard-sidebar-right .main .content aside .content-box {
    display: none;
  }
  .webshop {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .webshop .top .inner {
    display: unset;
  }
  .webshop .top .inner .share {
    /*position: absolute;
            left: -155px;
            top: 100px;*/
    display: none;
  }
  .webshop .top .info-box {
    width: inherit;
    display: block;
  }
  .webshop .top .info-box h1 {
    display: block;
    font-size: 20px;
    /*margin-top: -100px;*/
  
  }
  .webshop .top .info-box price {
    display: block;
  }
  .webshop .top .info-box a.login font-size {
    font-size: 18px;
  }
  .webshop .top .info-box h2 {
    margin: 0 0 25px;
    padding-left: 0;
  }
  .webshop .top .info-box .metadata-sec {
    display: block;
    bottom: unset;
    margin-top: 120px;
  }
  .webshop .top .info-box .metadata-sec .buy-btn {
    width: 40%;
    background-position: 230px 15px;
    padding: 10px 50px 10px 70px;
  }
  .webshop .top .info-box .metadata .piece,
  .webshop .top .info-box .metadata-sec .piece,
  .webshop .top .info-box .metadata-sizes .piece {
    width: 30%;
  }
  .webshop .top .info-box .metadata {
    bottom: unset;
    display: block;
  }
  .webshop .top .info-box .metadata .price {
    font-size: 20px;
  }
  .webshop .top .info-box .metadata .price span {
    font-size: 20px;
  }
  .webshop .top .info-box .metadata-stock .buy-btn {
    background-position: 230px 15px;
    padding: 10px 50px 10px 70px;
  }
  .webshop .top .info-box div.metadata.left {
    margin-top: 50px;
  }
  .webshop .top .info-box div.metadata.left .price span {
    font-size: 22px;
  }
  .webshop .top .info-box div.metadata-sec.left .amount {
    margin-top: 50px;
  }
  .webshop .top .info-box div.metadata-sec.left .bttn {
    margin-top: 50px;
    margin-right: 10px;
    margin-left: -5px;
    width: 190px;
  }
  .webshop .top .info-box .productNotAvailable {
    margin-top: 50px;
  }
  .webshop .top div .metadata.details {
    text-align: left;
  }
  .webshop .top div .metadata.details i {
    text-align: right;
    font-family: FontAwesome !important;
  }
  .webshop .top div.metadata.specs {
    text-align: left;
  }
  .webshop .top div.metadata.specs i {
    text-align: right;
    font-family: FontAwesome !important;
  }
  .webshop .top div.metadata.specs .sh-content {
    display: none;
  }
  .webshop .top div.metadata.specs .sh-content p {
    font-size: 13px;
  }
  .webshop .top div.metadata.specs .sh-content table {
    width: 300px;
  }
  .webshop .top div.metadata.specs .sh-content table tbody td {
    font-size: 13px;
    line-height: 160%;
  }
  .webshop .top .image-box {
    width: 60%;
    height: 60%;
    margin-bottom: 35px;
    display: block;
    margin-left: -20px;
  }
  .webshop .flexi {
    display: block;
    margin-top: 60px;
  }
  .webshop .flexi .details {
    width: unset;
    margin: unset;
    padding-bottom: 30px;
  }
  .webshop .flexi .details .sh-content {
    display: none;
  }
  .webshop .flexi .details .sh-content p {
    font-size: 13px !important;
  }
  .webshop .metadata .show i {
    display: inline !important;
    float: right;
  }
  .webshop .specs {
    width: unset;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top-style: solid !important;
    border-top-width: 1px;
    border-bottom-style: solid !important;
    border-bottom-width: 1px;
  }
  .webshop .shop-slider #bx-pager a {
    margin: 2%;
    display: block;
    max-width: 46%;
    box-sizing: border-box;
    float: left;
  }
  .webshop .bottom .bottom_pd .content-box .inner {
    margin: 100px auto 10px -15px;
  }
  .webshop .bottom .bottom_pd .content-box .inner .head {
    margin-left: unset;
  }
  .webshop .bottom .bottom_pd .content-box .inner .content-grid {
    display: grid !important;
    grid-template-columns: 152px 152px;
    grid-column-gap: 25px;
    flex-wrap: unset;
    justify-content: start;
    margin-left: auto;
    margin-right: auto;
  }
  .webshop .bottom .bottom_pd .content-box .inner .content-grid div:last-child {
    display: none;
  }
  .webshop .bottom .bottom_pd .content-box .inner .content-grid div.izdanje:nth-child(4) {
    display: none;
  }
  .webshop .bottom .bottom_pd .content-box .inner .content-grid .izdanje {
    width: 152px;
    display: inline-block;
    margin-right: 2.5px;
    margin-left: 2.5px;
  }
  .webshop .bottom .bottom_pd .content-box .inner .content-grid .izdanje > a {
    display: inline-block;
  }
  .webshop .bottom .bottom_pd .content-box .inner .content-grid .izdanje > a > div {
    width: 150px;
  }
  .webshop .bottom .bottom_pd .content-box .inner .content-grid .izdanje > a > div img {
    top: 0px !important;
  }
  .webshop .bottom .bottom_pd .content-box .inner .content-grid .izdanje div:last-child {
    display: unset;
  }
  .webshop .bottom .bottom_pd .content-box .inner .content-grid .izdanje .info {
    padding: 0px 0px 0px 0px;
  }
  .webshop .bottom .bottom_pd .content-box .inner .content-grid .izdanje .info .naslov {
    font-size: 12px;
    text-align: center;
    width: 152px;
  }
  .webshop .bottom .bottom_pd .content-box .inner .content-grid .izdanje .info .old_price {
    font-size: 16px;
  }
  .webshop .bottom .bottom_pd .content-box .inner .content-grid .izdanje .info .price {
    font-size: 16px;
  }
  .webshop .bottom .bottom_pd .content-box .inner .content-grid .izdanje .cover {
    top: 15px;
    max-width: 152px;
    max-height: 235px;
  }
  .webshop .bottom .bottom_pd .content-box .inner .content-grid .izdanje .akcija {
    width: 80px;
    left: -10px !important;
  }
  .webshop .uk-grid.shop-list .uk-width-medium-1-3 {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
  }
  .webshop .uk-grid.shop-list .uk-width-medium-1-3 img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
  }
  .single_news .main > div span {
    font-size: 13px !important;
    line-height: 160% !important;
  }
  .single_news .main > div p {
    font-size: 13px !important;
    line-height: 160% !important;
  }
  .single_news h1,
  .single_news h2,
  .single_news h3 {
    text-align: center;
  }
  .single_news .share {
    /*position:absolute;
          left:0px;
          top:120px;*/
    display: none;
  }
  .single_news .share_mobile {
    display: block;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .single_news .share_mobile p {
    color: #b7b7b7;
    margin-bottom: 15px;
    font-size: 15px;
    display: inline;
  }
  .single_news .share_mobile a,
  .single_news .share_mobile span {
    display: inline;
    cursor: pointer;
  }
  .single_news .share_mobile a i,
  .single_news .share_mobile span i {
    color: #b7b7b7;
    font-size: 23px;
    margin: 0 auto 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .single_news .share_mobile a:hover i,
  .single_news .share_mobile span:hover i {
    color: #eaa43b;
  }
  .single_news .share_mobile .copy {
    position: relative;
    padding: unset;
  }
  .single_news .share_mobile .tip {
    opacity: 0;
    position: absolute;
    font-size: 12px;
    line-height: 1;
    background: rgba(244, 244, 244, 0.8);
    padding: 10px 20px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    z-index: 11;
    bottom: -20px;
    left: -70px;
  }
  .related-news {
    margin-left: 18%;
    /*text-align:center;*/
  
  }
  .related-news h3 {
    text-align: center;
  }
  .related-news .content-title {
    text-align: center;
  }
  .news_constr {
    padding: 0px 15px 0px 15px;
  }
  .news_constr .mob_tab {
    display: unset;
    margin-left: auto;
    padding: 20px 20px 20px 20px;
    margin-right: auto;
  }
  .news_constr .desktop {
    display: none;
  }
  .news_constr .desktop h3 {
    display: none;
  }
  .steps-container,
  .forgotten-pass {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    /*margin-left:30px;*/
  
  }
  .steps-container .intro,
  .forgotten-pass .intro {
    padding: 15px 30px 15px 30px;
  }
  .steps-container h1,
  .forgotten-pass h1 {
    text-align: center;
  }
  .steps-container .container,
  .forgotten-pass .container {
    margin: 0 !important;
  }
  .steps-container .container .step,
  .forgotten-pass .container .step {
    width: 80% !important;
    margin-left: 40px;
  }
  .steps-container .container .glare-button,
  .forgotten-pass .container .glare-button {
    margin-left: 55px;
  }
  #web-shop-cart {
    width: 95%;
  }
  #web-shop-cart #shopping-cart-menu {
    margin-bottom: 50px;
    padding: 15px;
  }
  #web-shop-cart #shopping-cart-menu li:not(:last-child)::after {
    display: none;
  }
  #web-shop-cart #shopping-cart-menu li a span:first-child {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  #web-shop-cart #shopping-cart-menu li a span:nth-child(2) {
    display: block;
    font-size: 12px;
  }
  #web-shop-cart .shopping-cart-header .first,
  #web-shop-cart .shopping-cart-header .second,
  #web-shop-cart .shopping-cart-header .third,
  #web-shop-cart .shopping-cart-header .fourth,
  #web-shop-cart .shopping-cart-header .fifth {
    width: unset;
    margin: unset;
    font-size: 8px;
  }
  #web-shop-cart .shopping-cart-header .fifth {
    padding-left: 0px;
  }
  #web-shop-cart .shopping-cart-header .first {
    padding-left: 42px;
  }
  #web-shop-cart .shopping-cart-header .second {
    padding-left: 38px;
  }
  #web-shop-cart .shopping-cart-header .third,
  #web-shop-cart .shopping-cart-header .fourth {
    padding-left: 13px;
  }
  #web-shop-cart .shopping-cart-list .first img {
    width: 41.25px;
    height: auto;
  }
  #web-shop-cart .shopping-cart-list .first p {
    font-size: 10px;
  }
  #web-shop-cart .shopping-cart-list .second {
    font-size: 14px;
  }
  #web-shop-cart .shopping-cart-list .third .amount {
    display: unset;
  }
  #web-shop-cart .shopping-cart-list .third .amount .substract {
    border: none;
    width: unset;
  }
  #web-shop-cart .shopping-cart-list .third .amount .add {
    border: none;
    padding-left: 5px;
  }
  #web-shop-cart .shopping-cart-list .fourth {
    font-size: 14px;
  }
  #web-shop-cart .shopping-cart-list .fifth {
    width: 50px;
  }
  #web-shop-cart .shopping-cart-list .fifth .trash {
    margin-left: -15px;
  }
  #web-shop-cart .shopping-cart-footer .left-part {
    width: unset;
  }
  #web-shop-cart .shopping-cart-footer .right-part {
    width: unset;
  }
  #web-shop-cart .shopping-cart-footer .right-part b,
  #web-shop-cart .shopping-cart-footer .right-part span {
    font-size: 16px;
  }
  #web-shop-cart .refresh_cart {
    width: 200px;
  }
  #web-shop-cart .refresh_cart input {
    font-size: 10px;
    padding: 0;
    width: 128px;
  }
  #web-shop-cart .refresh_cart img {
    max-width: 10%;
  }
  #web-shop-cart .cartContainer {
    height: 650px;
    width: 328px;
    background: #f4f4f4;
  }
  #web-shop-cart .cartContainer .inner {
    grid-template-columns: 328px;
    grid-template-rows: 300px 300px;
    background: none;
    padding: 0;
  }
  #web-shop-cart .cartContainer .inner .left {
    width: 328px;
    border-right: none;
  }
  #web-shop-cart .cartContainer .inner .left .shopping-cart-login {
    margin-left: 0px;
  }
  #web-shop-cart .cartContainer .inner .left .shopping-cart-login a.login {
    font-size: 18px;
  }
  #web-shop-cart .cartContainer .inner .left .shopping-cart-login .login-box {
    left: 0px;
    width: 328px;
    background: none;
  }
  #web-shop-cart .cartContainer .inner .left .shopping-cart-login .login-box input[type=text] {
    width: 200px;
  }
  #web-shop-cart .cartContainer .inner .left .shopping-cart-login .login-box input[type=password] {
    width: 200px;
  }
  #web-shop-cart .cartContainer .inner .left .shopping-cart-login .login-box a {
    display: block;
    width: 328px;
    background: none;
    font-size: 12px;
  }
  #web-shop-cart .cartContainer .inner .left .reg_cart {
    padding: 0px;
    margin-top: 220px;
    margin-left: 10px;
    border-bottom: solid 2px;
    border-bottom-color: darkgrey;
    height: 60px;
  }
  #web-shop-cart .cartContainer .inner .right {
    width: 328px;
    margin-top: 85px;
  }
  #web-shop-cart .cartContainer .inner .right label {
    font-size: 18px;
    margin-left: -55px;
  }
  #web-shop-cart .cartContainer .inner .right .button-holder {
    margin-left: 90px;
    margin-bottom: 15px;
  }
  #web-shop-cart .cartContainer .inner .right .button-holder input {
    width: unset;
    margin-top: 55px;
  }
  #web-shop-cart #shopping-cart-menu li {
    width: 50%;
    box-sizing: border-box;
    border-top: none;
  }
  #web-shop-cart #shopping-cart-menu li:nth-child(1),
  #web-shop-cart #shopping-cart-menu li:nth-child(2) {
    border-top: solid 1px #d0d0d0;
  }
  #web-shop-cart #shopping-cart-menu li:nth-child(odd) {
    border-left: none;
  }
  .left.uk-width-1-1.uk-width-medium-2-3.mirjana {
    padding-left: 0 !important;
  }
  .standard .main .inner .static-content {
    margin: 20px 0 !important;
  }
  .standard .main .inner .breadcrumbs {
    display: none;
  }
  /* POP UP */
  
  .ui-dialog.nlPopup {
    max-width: 320px;
    width: 100% !important;
    top: 42px !important;
    left: 0 !important;
    transform: initial !Important;
  }
  .ui-dialog.nlPopup .inner {
    margin: 20px 9% 30px 9%;
  }
  #cookie-bar {
    width: 94% !important;
    padding: 10px 3%;
  }
  #cookie-bar p {
    margin: 0px auto 0 auto;
    padding: 0;
    width: auto;
  }
  #map {
    margin-top: 190px;
  }
  .map_locations .location {
    width: 300px;
    height: 300px;
  }
  .map_locations .location p {
    margin: unset;
    padding-left: 20px;
  }
  .map_locations .location p .arrows {
    bottom: 0px;
    right: 75px;
  }
  .map_locations .location .selected {
    display: inline-table;
  }
  .katalog_left {
    visibility: hidden;
  }
  .banners_index {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .banners_index .content-box {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .banners_index .inner {
    display: grid;
    grid-template-rows: 290px 290px;
    grid-template-columns: 100%;
  }
  .banners_index .black-bg {
    max-height: 280px !important;
  }
  .banners_index video {
    max-width: 360px;
  }
  .narrow-content {
    width: 320px;
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .narrow-content .grid {
    display: unset;
  }
  .narrow-content .grid span {
    display: block;
  }
  .narrow-content hr {
    width: 315px;
  }
  .narrow-content p {
    width: 315px;
  }
  .uk-width-1-2 {
    width: 100%;
  }
  .searchcontrols {
    padding-left: 20px;
  }
  .searchresults {
    width: 320px;
  }
  .main {
    margin-left: auto;
    margin-right: auto;
    /*> div {
        span {
          font-size: 13px !important;
        }
        p {
          font-size: 13px !important;
        }
      }*/
  
  }
  #_ctl0_ShippingMethodForm_btnContinue {
    width: initial !important;
    margin-top: 15px;
  }
  .paymentType > div table {
    max-width: 340px;
  }
  .paymentType #pnUserDetails .uk-container-center {
    width: 300px;
  }
  .paymentType #pnUserDetails .uk-container-center table {
    width: 300px;
  }
  #drugiSubmit {
    width: initial !important;
  }
  .cms-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 360px;
  }
  .constraint .share_mobile {
    display: block;
    margin-top: 350px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .constraint .share_mobile p {
    color: #b7b7b7;
    margin-bottom: 15px;
    font-size: 15px;
    display: inline;
  }
  .constraint .share_mobile a,
  .constraint .share_mobile span {
    display: inline;
    cursor: pointer;
  }
  .constraint .share_mobile a i,
  .constraint .share_mobile span i {
    color: #b7b7b7;
    font-size: 23px;
    margin: 0 auto 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .constraint .share_mobile a:hover i,
  .constraint .share_mobile span:hover i {
    color: #eaa43b;
  }
  .constraint .share_mobile .copy {
    position: relative;
    padding: unset;
  }
  .constraint .share_mobile .tip {
    opacity: 0;
    position: absolute;
    font-size: 12px;
    line-height: 1;
    background: rgba(244, 244, 244, 0.8);
    padding: 10px 20px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    z-index: 11;
    bottom: -20px;
    left: -70px;
  }
}
/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 1266px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 1266px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 767px) and (max-width: 1266px), only screen and (min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 1266px), only screen and (min-resolution: 192dpi) and (min-width: 767px) and (max-width: 1266px), only screen and (min-resolution: 2dppx) and (min-width: 767px) and (max-width: 1266px), only screen and (min-width: 767px) and (max-width: 1257px) {
  body:before {
    content: "tablet";
  }
  HEADER {
    padding: 0px;
    background: #f9f9f8;
  }
  HEADER .top-menu {
    background: #efecea;
    height: 40px;
    /*position: fixed;*/
    width: 100%;
    z-index: 20;
    /*NAV {
          float: left;
          margin-top: 2px;
          margin-left: 0px;
  
          ul#mainMenu {
            padding: 8px 4px 8px 4px;
            margin: 0;
            list-style-type: none;
            align-content: center;
            margin-left: 15%;
            margin-right: 15%;
  
            LI {
              
              margin-right: 3px;
  
              A {
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 600;
                letter-spacing: 0px;
                line-height: 38px;
                padding: 5px 3px;
              }
            }
          }
        }*/
  
  }
  HEADER .top-menu #logo {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
  }
  HEADER .h-top {
    background: white;
    height: 90px;
  }
  HEADER .h-top .righter {
    display: none;
  }
  HEADER .h-top .niconne {
    font-size: 18px;
    line-height: 27px;
    margin-left: 23px;
    position: relative;
    width: 201px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    z-index: 1;
  }
  HEADER .h-top .niconne img {
    position: absolute;
    left: 30px;
    width: 150px !important;
    top: 5px;
  }
  HEADER .h-top .search {
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: none;
  }
  HEADER .h-top .search.active {
    border-bottom: 1px solid #b7b7b7;
  }
  HEADER .h-top .search.active input {
    display: inline;
    background: white;
    z-index: 10;
  }
  HEADER .h-top .search a {
    display: flex;
    margin-left: 0;
  }
  HEADER .h-top .search i {
    font-size: 18px;
    color: #eaa43b;
    display: flex;
    align-items: center;
    margin-right: 15px;
    margin-top: 20px;
    width: 17px;
  }
  HEADER .h-top .search input {
    display: none;
    width: 200px;
    border: none;
    background: unset;
    color: #282828;
    padding: 0 10px;
  }
  HEADER .h-top .search ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-style: italic;
    color: #b7b7b7;
  }
  HEADER .h-top .search :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-style: italic;
    color: #b7b7b7;
    opacity: 1;
  }
  HEADER .h-top .search ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-style: italic;
    color: #b7b7b7;
    opacity: 1;
  }
  HEADER .h-top .search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-style: italic;
    color: #b7b7b7;
  }
  HEADER .h-top .search ::-ms-input-placeholder {
    /* Microsoft Edge */
    font-style: italic;
    color: #b7b7b7;
  }
  HEADER .h-top .search ::placeholder {
    /* Most modern browsers support this now. */
    font-style: italic;
    color: #b7b7b7;
  }
  HEADER .h-top .header-mobile {
    order: 2;
    display: unset;
    text-align: end;
    background: rgba(40, 40, 40, 0.95);
  }
  HEADER .h-top .header-mobile .icons_mobHeader {
    display: block;
    text-align: end;
    margin-top: -55px;
    /*padding-right: 15px;*/
  
  }
  HEADER .h-top .header-mobile .icons_mobHeader i {
    width: 15px;
  }
  HEADER .h-top .header-mobile .icons_mobHeader .toggle_mobile .opened {
    display: none;
  }
  HEADER .h-top .header-mobile .icons_mobHeader .toggle_mobile .opened.active {
    display: inline-block;
  }
  HEADER .h-top .header-mobile .icons_mobHeader .toggle_mobile .closed {
    display: none;
  }
  HEADER .h-top .header-mobile .icons_mobHeader .toggle_mobile .closed.active {
    display: inline-block;
    padding: 30px 20px 30px 20px !important;
    margin-top: -15px;
  }
  HEADER .h-top .header-mobile ul li {
    display: inline-block;
    /*padding: 2px;*/
  
  }
  HEADER .h-top .header-mobile .hidden {
    display: none;
  }
  HEADER .h-top .header-mobile #mobile {
    display: none;
    background: rgba(40, 40, 40, 0.95);
    margin-top: -17px;
    position: absolute;
    width: 100%;
    overflow-y: auto;
  }
  HEADER .h-top .header-mobile #mobile .usersM,
  HEADER .h-top .header-mobile #mobile .mainMenuMobile {
    text-align: center;
    list-style: none;
    background: rgba(40, 40, 40, 0.95);
    width: 100%;
    color: white;
  }
  HEADER .h-top .header-mobile #mobile .usersM ul,
  HEADER .h-top .header-mobile #mobile .mainMenuMobile ul {
    display: block;
    position: relative;
    padding-left: unset;
    padding-right: unset;
  }
  HEADER .h-top .header-mobile #mobile .usersM ul li,
  HEADER .h-top .header-mobile #mobile .mainMenuMobile ul li {
    display: inline-block;
    margin: unset;
    padding-left: unset;
  }
  HEADER .h-top .header-mobile #mobile .usersM ul li a,
  HEADER .h-top .header-mobile #mobile .mainMenuMobile ul li a {
    width: 100%;
    color: white;
  }
  HEADER .h-top .header-mobile #mobile .usersM ul a.password-forgotten,
  HEADER .h-top .header-mobile #mobile .mainMenuMobile ul a.password-forgotten {
    color: black;
    font-size: 12px;
  }
  HEADER .h-top .header-mobile #mobile .usersM ul {
    padding: 30px 0px 30px 0px;
    background: rgba(55, 55, 55, 0.97);
  }
  HEADER .h-top .header-mobile #mobile .usersM ul li {
    display: inline;
    padding-right: 30px;
  }
  HEADER .h-top .header-mobile #mobile .usersM ul li a {
    display: inline;
  }
  HEADER .h-top .header-mobile #mobile .usersM ul li .shopping-cart-login {
    display: inline;
  }
  HEADER .h-top .header-mobile #mobile .mainMenuMobile nav {
    float: unset;
  }
  HEADER .h-top .header-mobile #mobile .mainMenuMobile nav .uk-active {
    color: orange;
  }
  HEADER .h-top .header-mobile #mobile .mainMenuMobile nav .secondary_container {
    padding-top: 15px;
    background: rgba(55, 55, 55, 0.97);
    display: none;
  }
  HEADER .h-top .header-mobile #mobile .mainMenuMobile nav .secondary_container .secondary_menu {
    width: 100%;
    padding-left: 0;
    z-index: 1;
  }
  HEADER .h-top .header-mobile #mobile .mainMenuMobile nav .secondary_container .secondary_menu ul {
    background: rgba(55, 55, 55, 0.97);
  }
  HEADER .h-top .header-mobile #mobile .mainMenuMobile nav .secondary_container .secondary_menu ul li {
    background: rgba(55, 55, 55, 0.97);
  }
  HEADER .h-top .header-mobile #mobile .mainMenuMobile nav .secondary_container .secondary_menu ul li a {
    display: block;
  }
  HEADER .h-top .header-mobile #mobile .mainMenuMobile nav .secondary_container .secondary_menu ul li a.selected {
    color: orange;
  }
  HEADER .h-top .header-mobile #mobile .mainMenuMobile nav .secondary_container .secondary_menu ul li a .uk-active {
    color: orange;
  }
  HEADER .h-top .header-mobile #mobile .mainMenuMobile ul#mainMenu li {
    display: block;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
  }
  HEADER .h-top .header-mobile #mobile .mainMenuMobile ul#mainMenu li a i {
    color: white;
    padding-left: 5px;
  }
  HEADER .h-top .header-mobile #mobile .mainMenuMobile ul#mainMenu li a.selected {
    color: #eaa43b;
  }
  HEADER .h-top .header-mobile #mobile .mainMenuMobile ul#mainMenu li a.selected i {
    color: #eaa43b;
  }
  HEADER .h-bottom {
    height: 116px;
    display: none;
  }
  HEADER .h-bottom nav {
    display: none;
  }
  HEADER .mid-logo #logo-eu {
    position: absolute;
    top: 80px;
    right: 11px;
    width: 65px;
    height: 43px;
  }
  .shop header .top-stripe .center a {
    color: white;
  }
  .shop header .top-stripe .center a:hover {
    color: white !important;
  }
  .top-stripe {
    position: relative;
    width: 20%;
    min-width: 220px;
    float: right;
    text-align: right;
    margin-top: 6px;
  }
  .top-stripe .left {
    position: absolute;
    width: 100%;
    top: 0;
  }
  .top-stripe .left .search INPUT {
    top: 0px;
  }
  .top-stripe .center {
    position: absolute;
    width: 75%;
    top: 33px;
    right: 29%;
  }
  .top-stripe .right {
    position: absolute;
    width: 25%;
    top: 33px;
  }
  footer {
    height: 600px;
  }
  footer .f-up {
    height: 665px;
  }
  footer .f-up .f-top {
    padding: 20px 0px 0px 0px;
  }
  footer .f-up .f-top img {
    padding: 10px 20px 10px 20px;
    width: 150px;
    float: left;
    margin-top: -13px;
  }
  footer .f-up .f-top NAV {
    float: left;
    display: block;
    margin-top: 13px;
    margin-left: -60px;
  }
  footer .f-up .f-top NAV ul#mainMenu LI {
    display: block;
    height: 70%;
  }
  footer .f-up .f-top NAV ul#mainMenu LI a {
    font-family: Poppins;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    margin: 0px;
    display: block;
  }
  footer .f-up .f-top NAV ul#mainMenu LI:first-child a {
    visibility: hidden;
  }
  footer .f-up .f-top NAV ul#mainMenu LI:last-child a {
    visibility: hidden;
  }
  footer .f-up .f-top NAV ul#mainMenu .secondary_menu {
    display: none;
  }
  footer .f-up .f-middle {
    flex-wrap: wrap;
    width: 490px;
    margin-left: 0px;
  }
  footer .f-up .f-middle > div:first-child {
    margin-right: unset;
  }
  footer .f-up .f-middle .contact {
    margin-top: 250px;
    display: unset;
  }
  footer .f-up .f-middle .contact span {
    display: block;
    padding: 0px 10px 25px 10px !important;
    margin-bottom: 0px;
    display: block;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 300;
    line-height: 22px;
    margin-right: unset !important;
  }
  footer .f-up .social-icons {
    /*position: absolute;*/
    font-size: 16px;
    width: 90%;
    color: white;
    text-align: start !important;
    padding: 20px;
    margin-top: -20px;
  }
  footer .f-bottom .payment-icons {
    position: absolute;
    padding: 8px;
    width: 98%;
    height: 100px;
    margin-left: 0px;
    text-align: center;
    margin-top: -60px;
  }
  footer .f-bottom .payment-icons .cards {
    text-align: center;
    /*margin-left: 20%;
            margin-right: 20%;
            display: grid;
            grid-template-columns: 70px 70px 70px 70px 70px;
            grid-template-rows: 50px 50px;
            grid-gap: 2.5px;
            text-align: center;*/
  
  }
  footer .f-bottom .payment-icons .cards img:not(:last-child) {
    margin-right: 0px;
  }
  footer .f-bottom .payment-icons img {
    padding: 0px 10px 0px 10px;
    height: 20px;
  }
  footer .f-bottom .payment-icons .green {
    padding: 20px;
  }
  footer .f-down {
    margin-top: 40px;
  }
  footer .f-down .constraint {
    height: 30px;
  }
  footer .f-down .constraint .lefter {
    position: absolute;
    width: 100%;
    font-size: 13px;
    text-align: center;
    background: white;
    margin-top: 75px;
    /*display:unset;*/
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: 50px;
  }
  footer .f-down .constraint .lefter a {
    margin-right: 0px;
    padding: 5px 17px 0px 17px;
    line-height: 19px;
  }
  footer .f-down .constraint .righter {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 150px;
  }
  footer .inner {
    padding: 25px 5% !Important;
  }
  footer .inner .footer-logo {
    display: none;
  }
  footer .inner .uk-width-3-4 {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }
  footer .inner .newsletter-box {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .inner .newsletter-box input {
    width: 250px;
    box-sizing: border-box;
    margin: 0 auto;
    float: none;
    display: block;
  }
  footer .inner .newsletter-box .button {
    margin: 20px auto 10px;
    display: block;
    width: 250px;
    box-sizing: border-box;
  }
  footer .inner .contact-box #payway-terms-of-use {
    float: none;
    width: 141px;
    margin: 20px 0;
  }
  footer .inner .social-box {
    max-width: 223px;
    margin: 0 auto;
    float: none;
  }
  footer .agm-info {
    margin-left: 50px !important;
  }
  .banners_index {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .banners_index .content-box {
    width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
  .banners_index .inner {
    display: grid;
    grid-template-rows: 400px 400px;
    grid-template-columns: 500px;
    margin-left: 15%;
    margin-right: 15%;
  }
  .banners_index .inner .right {
    width: unset !important;
  }
  .banners_index .inner .right #bestSelling-slick #slick-small .bestSelling .bestSellingContainer {
    width: 450px;
  }
  .content-box .inner .head {
    width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-box .inner .head h2 {
    font-size: 16px;
  }
  .content-box .inner .head a {
    font-size: 16px;
  }
  .content-box .inner .webshop .share {
    visibility: hidden;
  }
  .content-box .inner .webshop .info-box h1 {
    font-size: 28px;
  }
  .content-box .inner .webshop .flexi {
    display: block;
    margin-left: 10%;
    margin-right: 10%;
  }
  .content-box .inner .webshop .flexi .show i {
    display: unset;
    font-family: FontAwesome !important;
    float: right;
  }
  .content-box .inner .webshop .flexi .sh-content {
    display: none;
  }
  .content-box .inner .webshop .flexi > div.metadata.details {
    width: 100%;
    padding: 30px 0px 30px 0px;
  }
  .content-box .inner .webshop .flexi > div.metadata.specs {
    width: 100%;
    padding: 30px 0px 20px 0px;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .content-box .inner .webshop .bottom .bottom_pd .content-box .inner {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-box .inner .webshop .bottom .bottom_pd .content-box .inner .head {
    width: 660px;
    /*margin-left: 5%;
                    margin-right: 5%;*/
  
  }
  .content-box .inner .webshop .bottom .bottom_pd .content-box .inner .head h2 {
    font-size: 16px;
  }
  .content-box .inner .webshop .bottom .bottom_pd .content-box .inner .head a {
    font-size: 16px;
  }
  .content-box .inner .webshop .bottom .bottom_pd .content-box .inner .content-grid div:last-child {
    display: inline-block;
  }
  .content-box .inner .webshop .bottom .bottom_pd .content-box .inner .content-grid .izdanje div:last-child {
    display: unset;
  }
  .content-box .inner .content-grid div:last-child {
    display: unset;
  }
  div.content-box.news-content .head {
    width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
  div.content-box.news-content .head h2 {
    font-size: 16px;
  }
  div.content-box.news-content .head a {
    font-size: 16px;
  }
  .cartContainer .content-box .inner {
    width: 600px;
    grid-template-columns: 600px;
    grid-template-rows: 400px;
    height: 650px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
  }
  .cartContainer .content-box .inner .left {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: none;
  }
  .cartContainer .content-box .inner .left .shopping-cart-login {
    margin-left: 250px;
  }
  .cartContainer .content-box .inner .left .shopping-cart-login .login-box a {
    display: unset;
  }
  .cartContainer .content-box .inner .left .reg_cart {
    text-align: center;
    padding-left: 0;
    margin-top: 220px;
  }
  .cartContainer .content-box .inner .right {
    padding: 25px;
    padding-top: 40px;
    border-top: solid;
    border-top-color: lightgray;
    margin-top: unset;
    margin-left: auto;
    margin-right: auto;
  }
  .cartContainer .content-box .inner .right .button-holder input {
    border-top: none;
  }
  #web-shop-cart .shopping-cart-header .first {
    width: 260px;
    text-align: center;
    font-size: 12px;
  }
  #web-shop-cart .shopping-cart-header .first > div span {
    font-size: 8px;
  }
  #web-shop-cart .shopping-cart-header .second {
    width: 90px;
    font-size: 12px;
  }
  #web-shop-cart .shopping-cart-header .third {
    width: 140px;
    font-size: 12px;
  }
  #web-shop-cart .shopping-cart-header .fourth {
    width: 50px;
    font-size: 12px;
  }
  #web-shop-cart .shopping-cart-header .fifth {
    width: 80px;
    text-align: start;
    font-size: 12px;
  }
  .main .main-title {
    margin-top: 50px;
    text-align: center;
  }
  .main .main-content {
    width: 750px;
  }
  .news-list div:last-child {
    display: unset;
  }
  .single_news {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .news_constr .related-news {
    display: grid;
    grid-template-columns: 200px 200px 200px;
    grid-gap: 25px;
    width: 770px;
    margin-left: 5%;
    margin-top: 30px;
  }
  .news_constr .mob_tab {
    display: unset;
    margin-left: 5%;
    padding: 20px 20px 20px 20px;
  }
  .news_constr .desktop {
    display: none;
  }
  .news_constr .desktop h3 {
    display: none;
  }
  .share {
    display: none;
  }
  .share_mobile {
    display: block !important;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .share_mobile p {
    color: #b7b7b7;
    margin-bottom: 15px;
    font-size: 15px;
    display: inline;
  }
  .share_mobile a,
  .share_mobile span {
    display: inline;
    cursor: pointer;
  }
  .share_mobile a i,
  .share_mobile span i {
    color: #b7b7b7;
    font-size: 23px;
    margin: 0 auto 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .share_mobile a:hover i,
  .share_mobile span:hover i {
    color: #eaa43b;
  }
  .share_mobile .copy {
    position: relative;
    padding: unset;
  }
  .share_mobile .tip {
    opacity: 0;
    position: absolute;
    font-size: 12px;
    line-height: 1;
    background: rgba(244, 244, 244, 0.8);
    padding: 10px 20px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    z-index: 11;
    bottom: -20px;
    left: -70px;
  }
  .map_locations .location {
    left: 0%;
    top: 10px;
  }
  .ui-widget {
    width: 750px;
  }
  .mask .content-holder {
    max-height: 450px;
    width: 600px;
  }
  .mask .content-holder .cont {
    max-height: 450px;
    width: 600px;
  }
  .mask .content-holder .cont img {
    max-height: 450px;
    width: 600px;
    min-width: unset;
    min-height: unset;
  }
  .mask .content-holder .cont > div p {
    font-size: 40px;
  }
  .mask .content-holder .cont > div .bttn {
    bottom: unset;
  }
  #cookie-bar p {
    width: 700px;
  }
  .constraint .share_mobile {
    display: none;
  }
}
