/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-logo-advanced {
  display: inline-block;
}
@media only all and (max-width: 47.99rem) {
  .g-logo-advanced {
    display: block;
  }
}
.g-logo-advanced .g-logo-info-panel {
  position: absolute;
  top: 100%;
  border-radius: 3px;
  margin-top: 35px;
  padding: 20px;
  background: #cc2229;
  color: #ffffff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease-out 0.4s;
  -moz-transition: all 0.15s ease-out 0.4s;
  transition: all 0.15s ease-out 0.4s;
}
.g-logo-advanced .g-logo-info-panel .g-logo-text-title {
  color: #ffffff !important;
  margin-bottom: 10px;
  margin-top: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-logo-advanced .g-logo-info-panel {
    display: none;
  }
}
.g-logo-advanced .g-logo-info-panel a {
  color: #ffffff;
}
.g-logo-advanced:hover .g-logo-info-panel {
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.g-logo-advanced .g-logo-social {
  margin-top: 15px;
  font-weight: bold;
}
.g-logo-advanced .g-logo-social .g-logo-social-text {
  margin-right: 15px;
  display: inline-block;
}
.g-logo-advanced .g-logo-social .g-logo-social-icons {
  display: inline-block;
}
.g-logo-advanced .g-logo-social .g-logo-social-icons > a {
  margin-right: 7px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-logo-advanced .g-logo-social .g-logo-social-icons > a:last-child {
  margin-right: 0;
}
.g-logo-advanced .g-logo-social .g-logo-social-icons > a:hover {
  opacity: 0.7;
}
.g-collapsible-section {
  text-align: center;
  position: relative;
  z-index: 800;
  height: 0;
}
.g-collapsible-section .g-toggle-text {
  cursor: pointer;
  padding: 0 25px;
  background: #ffffff;
  display: inline-block;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  position: relative;
  top: -20px;
}
.g-collapsible-section .g-toggle-text > span {
  margin-right: 8px;
}
.g-3d-slider {
  position: relative;
  text-align: center;
}
.g-3d-slider .g-3d-slider-container {
  position: relative;
}
.g-3d-slider article {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.g-3d-slider section {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  border-radius: 5px;
  width: 512px;
  position: absolute;
  left: 50%;
  margin-left: -256px;
  opacity: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-3d-slider section {
    max-width: 100%;
    left: 0;
    margin-left: 0;
  }
}
.g-3d-slider section.bespoke-slide {
  -webkit-transition: -webkit-transform 0.7s ease, opacity 0.7s ease, background-color 0.7s ease;
  -moz-transition: -moz-transform 0.7s ease, opacity 0.7s ease, background-color 0.7s ease;
  transition: transform 0.7s ease, opacity 0.7s ease, background-color 0.7s ease;
}
.g-3d-slider section.bespoke-active {
  opacity: 1;
  z-index: 1;
}
.g-3d-slider section.bespoke-inactive .g-3d-slider-item {
  pointer-events: none;
}
.g-3d-slider.carousel {
  line-height: inherit;
  margin-bottom: 0;
}
.g-3d-slider.carousel section.bespoke-before {
  -webkit-transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
  -moz-transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
  -ms-transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
  -o-transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
  transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
  opacity: 0;
}
.g-3d-slider.carousel section.bespoke-before-2 {
  -webkit-transform: translateX(-590px) rotateY(-52deg) translateX(-780px);
  -moz-transform: translateX(-590px) rotateY(-52deg) translateX(-780px);
  -ms-transform: translateX(-590px) rotateY(-52deg) translateX(-780px);
  -o-transform: translateX(-590px) rotateY(-52deg) translateX(-780px);
  transform: translateX(-590px) rotateY(-52deg) translateX(-780px);
  opacity: 0.3;
}
.g-3d-slider.carousel section.bespoke-before-1 {
  -webkit-transform: translateX(-270px) rotateY(-30deg) translateX(-290px);
  -moz-transform: translateX(-270px) rotateY(-30deg) translateX(-290px);
  -ms-transform: translateX(-270px) rotateY(-30deg) translateX(-290px);
  -o-transform: translateX(-270px) rotateY(-30deg) translateX(-290px);
  transform: translateX(-270px) rotateY(-30deg) translateX(-290px);
  opacity: 0.5;
}
.g-3d-slider.carousel section.bespoke-after {
  -webkit-transform: translateX(980px) rotateY(72deg) translateX(1290px);
  -moz-transform: translateX(980px) rotateY(72deg) translateX(1290px);
  -ms-transform: translateX(980px) rotateY(72deg) translateX(1290px);
  -o-transform: translateX(980px) rotateY(72deg) translateX(1290px);
  transform: translateX(980px) rotateY(72deg) translateX(1290px);
  opacity: 0;
}
.g-3d-slider.carousel section.bespoke-after-1 {
  -webkit-transform: translateX(270px) rotateY(30deg) translateX(290px);
  -moz-transform: translateX(270px) rotateY(30deg) translateX(290px);
  -ms-transform: translateX(270px) rotateY(30deg) translateX(290px);
  -o-transform: translateX(270px) rotateY(30deg) translateX(290px);
  transform: translateX(270px) rotateY(30deg) translateX(290px);
  opacity: 0.5;
}
.g-3d-slider.carousel section.bespoke-after-2 {
  -webkit-transform: translateX(590px) rotateY(52deg) translateX(780px);
  -moz-transform: translateX(590px) rotateY(52deg) translateX(780px);
  -ms-transform: translateX(590px) rotateY(52deg) translateX(780px);
  -o-transform: translateX(590px) rotateY(52deg) translateX(780px);
  transform: translateX(590px) rotateY(52deg) translateX(780px);
  opacity: 0.3;
}
.g-3d-slider.coverflow section.bespoke-before {
  -webkit-transform: translateX(-270px) rotateY(45deg) scale(0.6);
  -moz-transform: translateX(-270px) rotateY(45deg) scale(0.6);
  -ms-transform: translateX(-270px) rotateY(45deg) scale(0.6);
  -o-transform: translateX(-270px) rotateY(45deg) scale(0.6);
  transform: translateX(-270px) rotateY(45deg) scale(0.6);
  z-index: 6;
}
.g-3d-slider.coverflow section.bespoke-before-3 {
  -webkit-transform: translateX(-230px) rotateY(45deg) scale(0.6);
  -moz-transform: translateX(-230px) rotateY(45deg) scale(0.6);
  -ms-transform: translateX(-230px) rotateY(45deg) scale(0.6);
  -o-transform: translateX(-230px) rotateY(45deg) scale(0.6);
  transform: translateX(-230px) rotateY(45deg) scale(0.6);
  opacity: 0.1;
  z-index: 7;
}
.g-3d-slider.coverflow section.bespoke-before-2 {
  -webkit-transform: translateX(-190px) rotateY(45deg) scale(0.6);
  -moz-transform: translateX(-190px) rotateY(45deg) scale(0.6);
  -ms-transform: translateX(-190px) rotateY(45deg) scale(0.6);
  -o-transform: translateX(-190px) rotateY(45deg) scale(0.6);
  transform: translateX(-190px) rotateY(45deg) scale(0.6);
  opacity: 0.2;
  z-index: 8;
}
.g-3d-slider.coverflow section.bespoke-before-1 {
  -webkit-transform: translateX(-150px) rotateY(45deg) scale(0.6);
  -moz-transform: translateX(-150px) rotateY(45deg) scale(0.6);
  -ms-transform: translateX(-150px) rotateY(45deg) scale(0.6);
  -o-transform: translateX(-150px) rotateY(45deg) scale(0.6);
  transform: translateX(-150px) rotateY(45deg) scale(0.6);
  opacity: 0.3;
  z-index: 9;
}
.g-3d-slider.coverflow section.bespoke-active {
  z-index: 10;
}
.g-3d-slider.coverflow section.bespoke-after {
  -webkit-transform: translateX(270px) rotateY(-45deg) scale(0.6);
  -moz-transform: translateX(270px) rotateY(-45deg) scale(0.6);
  -ms-transform: translateX(270px) rotateY(-45deg) scale(0.6);
  -o-transform: translateX(270px) rotateY(-45deg) scale(0.6);
  transform: translateX(270px) rotateY(-45deg) scale(0.6);
  z-index: 6;
}
.g-3d-slider.coverflow section.bespoke-after-1 {
  -webkit-transform: translateX(150px) rotateY(-45deg) scale(0.6);
  -moz-transform: translateX(150px) rotateY(-45deg) scale(0.6);
  -ms-transform: translateX(150px) rotateY(-45deg) scale(0.6);
  -o-transform: translateX(150px) rotateY(-45deg) scale(0.6);
  transform: translateX(150px) rotateY(-45deg) scale(0.6);
  opacity: 0.3;
  z-index: 9;
}
.g-3d-slider.coverflow section.bespoke-after-2 {
  -webkit-transform: translateX(190px) rotateY(-45deg) scale(0.6);
  -moz-transform: translateX(190px) rotateY(-45deg) scale(0.6);
  -ms-transform: translateX(190px) rotateY(-45deg) scale(0.6);
  -o-transform: translateX(190px) rotateY(-45deg) scale(0.6);
  transform: translateX(190px) rotateY(-45deg) scale(0.6);
  opacity: 0.2;
  z-index: 8;
}
.g-3d-slider.coverflow section.bespoke-after-3 {
  -webkit-transform: translateX(230px) rotateY(-45deg) scale(0.6);
  -moz-transform: translateX(230px) rotateY(-45deg) scale(0.6);
  -ms-transform: translateX(230px) rotateY(-45deg) scale(0.6);
  -o-transform: translateX(230px) rotateY(-45deg) scale(0.6);
  transform: translateX(230px) rotateY(-45deg) scale(0.6);
  opacity: 0.1;
  z-index: 7;
}
.g-3d-slider.cube section.bespoke-before {
  -webkit-transform: translateX(-332px) rotateY(-70deg) translateX(-652px) rotateY(-110deg) translateX(-530px);
  -moz-transform: translateX(-332px) rotateY(-70deg) translateX(-652px) rotateY(-110deg) translateX(-530px);
  -ms-transform: translateX(-332px) rotateY(-70deg) translateX(-652px) rotateY(-110deg) translateX(-530px);
  -o-transform: translateX(-332px) rotateY(-70deg) translateX(-652px) rotateY(-110deg) translateX(-530px);
  transform: translateX(-332px) rotateY(-70deg) translateX(-652px) rotateY(-110deg) translateX(-530px);
}
.g-3d-slider.cube section.bespoke-before-1 {
  -webkit-transform: translateX(-332px) rotateY(-70deg) translateX(-512px);
  -moz-transform: translateX(-332px) rotateY(-70deg) translateX(-512px);
  -ms-transform: translateX(-332px) rotateY(-70deg) translateX(-512px);
  -o-transform: translateX(-332px) rotateY(-70deg) translateX(-512px);
  transform: translateX(-332px) rotateY(-70deg) translateX(-512px);
  opacity: 0.5;
}
.g-3d-slider.cube section.bespoke-after {
  -webkit-transform: translateX(332px) rotateY(70deg) translateX(652px) rotateY(110deg) translateX(530px);
  -moz-transform: translateX(332px) rotateY(70deg) translateX(652px) rotateY(110deg) translateX(530px);
  -ms-transform: translateX(332px) rotateY(70deg) translateX(652px) rotateY(110deg) translateX(530px);
  -o-transform: translateX(332px) rotateY(70deg) translateX(652px) rotateY(110deg) translateX(530px);
  transform: translateX(332px) rotateY(70deg) translateX(652px) rotateY(110deg) translateX(530px);
}
.g-3d-slider.cube section.bespoke-after-1 {
  -webkit-transform: translateX(332px) rotateY(70deg) translateX(512px);
  -moz-transform: translateX(332px) rotateY(70deg) translateX(512px);
  -ms-transform: translateX(332px) rotateY(70deg) translateX(512px);
  -o-transform: translateX(332px) rotateY(70deg) translateX(512px);
  transform: translateX(332px) rotateY(70deg) translateX(512px);
  opacity: 0.5;
}
.g-3d-slider .g-3d-slider-item {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.g-3d-slider .g-3d-slider-image > a {
  display: block;
}
.g-3d-slider .g-3d-slider-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.g-3d-slider .g-info-container {
  padding: 30px;
  background: #ffffff;
}
.g-3d-slider p {
  margin: 0;
}
.g-3d-slider .g-3d-slider-title {
  margin: 0;
}
.g-3d-slider .g-3d-slider-title a {
  color: #404040;
}
.g-3d-slider .g-3d-slider-title a:hover {
  color: #cc2229;
}
.g-3d-slider .g-3d-slider-desc {
  margin-top: 10px;
}
.g-3d-slider .g-info-container-style2.uk-overlay-panel {
  padding: 30px;
}
.g-3d-slider .g-info-container-style2.uk-overlay-panel p {
  margin-top: 5px;
}
.g-3d-slider .g-info-container-style2.uk-overlay-panel a {
  color: #ffffff;
}
.g-3d-slider .g-info-container-style2.uk-overlay-panel a:hover {
  color: #cc2229;
}
.g-3d-slider .g-info-container-style2 .g-3d-slider-special, .g-3d-slider .g-info-container-style2 .g-item-details {
  color: #ffffff !important;
}
.g-3d-slider .g-3d-slider-special {
  font-style: italic;
  float: left;
}
@media only all and (max-width: 30rem) {
  .g-3d-slider .g-3d-slider-special {
    float: none;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-3d-slider .g-3d-slider-special {
    float: none;
  }
}
.g-3d-slider .g-3d-slider-special i {
  margin-right: 5px;
}
.g-3d-slider .g-3d-slider-link {
  float: right;
  font-style: italic;
}
.g-3d-slider .g-3d-slider-link i {
  margin-left: 10px;
}
@media only all and (max-width: 30rem) {
  .g-3d-slider .g-3d-slider-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-3d-slider .g-3d-slider-link {
    float: none;
    margin-top: 5px;
  }
}
.g-3d-slider .no-special .g-3d-slider-link {
  float: none;
}
.g-3d-slider .no-link .g-3d-slider-special {
  float: none;
}
.g-3d-slider .g-bottom-info {
  margin-top: 15px;
}
.g-3d-slider .g-item-details {
  margin-top: 10px;
  font-size: 90%;
}
.g-3d-slider .g-item-details .date i {
  margin-right: 5px;
}
.g-3d-slider .g-item-details.date-top {
  margin-top: 0;
  font-size: 100%;
  background: #cc2229;
  color: #ffffff;
  position: absolute;
  z-index: 20;
  padding: 10px 20px;
  top: 20px;
  margin-left: -25px;
}
@media only all and (max-width: 30rem) {
  .g-3d-slider .g-item-details.date-top {
    padding: 5px 10px;
    font-size: 90%;
    margin-left: 0;
    top: 0;
  }
}
.g-3d-slider .g-item-details.date-top:after {
  content: "";
  border-left: 25px solid transparent;
  border-top: 10px solid #8a171c;
  bottom: -10px;
  left: 0;
  position: absolute;
  z-index: 1;
}
@media only all and (max-width: 47.99rem) {
  .g-3d-slider .g-item-details.date-top:after {
    display: none;
  }
}
.g-3d-slider .g-item-details.date-top .date i {
  margin-right: 7px;
}
.g-3d-slider.style3 .g-info-container-style2 {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  padding: 30px;
}
.g-3d-slider.style3 .g-info-container-style2 a {
  color: #ffffff;
}
.g-3d-slider.style3 .g-info-container-style2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.g-3d-slider.style3 .g-3d-slider-image .uk-overlay img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.g-3d-slider.style3 .g-3d-slider-image:hover .uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.g-3d-slider .g-particle-navigation .uk-slidenav {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-3d-slider .g-particle-navigation.arrows .uk-slidenav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.g-3d-slider .g-particle-navigation.arrows .uk-slidenav-previous {
  left: -20px;
}
@media only all and (min-width: 75rem) {
  .g-3d-slider .g-particle-navigation.arrows .uk-slidenav-previous {
    left: -70px;
  }
}
.g-3d-slider .g-particle-navigation.arrows .uk-slidenav-next {
  right: -20px;
}
@media only all and (min-width: 75rem) {
  .g-3d-slider .g-particle-navigation.arrows .uk-slidenav-next {
    right: -70px;
  }
}
.g-3d-slider .g-particle-navigation.arrows-bottom {
  text-align: center;
  margin-top: 40px;
}
.g-3d-slider .g-particle-navigation.arrows-bottom .uk-slidenav-previous {
  margin-right: 5px;
}
.g-3d-slider .g-particle-navigation.arrows-bottom .uk-slidenav-next {
  margin-left: 5px;
}
.g-3d-slider.coverflow .g-particle-navigation.arrows .uk-slidenav-previous, .g-3d-slider.cube .g-particle-navigation.arrows .uk-slidenav-previous {
  left: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-3d-slider.coverflow .g-particle-navigation.arrows .uk-slidenav-previous, .g-3d-slider.cube .g-particle-navigation.arrows .uk-slidenav-previous {
    left: -20px;
  }
}
.g-3d-slider.coverflow .g-particle-navigation.arrows .uk-slidenav-next, .g-3d-slider.cube .g-particle-navigation.arrows .uk-slidenav-next {
  right: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-3d-slider.coverflow .g-particle-navigation.arrows .uk-slidenav-next, .g-3d-slider.cube .g-particle-navigation.arrows .uk-slidenav-next {
    right: -20px;
  }
}
.g-top-news:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-top-news .g-content {
  margin: 0;
}
.g-top-news .g-content.g-top-news-main {
  padding-top: 0;
  padding-bottom: 0;
}
.g-top-news .g-top-news-container .g-top-news-main .g-article-title {
  font-size: 1.35rem;
}
.g-top-news .g-top-news-container .g-top-news-main .g-article-category {
  opacity: 1;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news .g-top-news-container .g-top-news-main {
    width: 100% !important;
  }
}
.g-top-news .g-top-news-container .g-top-news-secondary .g-article-text {
  display: none;
}
.g-top-news .g-top-news-container .g-top-news-secondary:hover .g-article-category {
  opacity: 1;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news .g-top-news-container .g-top-news-secondary {
    width: 100% !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-top-news .g-top-news-container .g-top-news-secondary.g-tn2 {
    width: 100% !important;
  }
}
.g-top-news .g-top-news-item {
  float: left;
  position: relative;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news .g-top-news-item {
    float: none;
  }
}
.g-top-news .g-top-news-item-inner {
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.g-top-news .g-top-news-item-inner:hover .g-top-news-item-image:after {
  opacity: 1;
}
.g-top-news .g-top-news-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.g-top-news .g-top-news-item-image:after {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 80%;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.g-top-news .g-top-news-item-image > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.g-top-news .g-top-news-item-info {
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #dddddd;
}
.g-top-news .g-top-news-item-info .g-article-category {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news .g-top-news-item-info .g-article-category {
    opacity: 1;
  }
}
.g-top-news .g-top-news-item-info .g-article-category span {
  color: #ffffff;
  padding: 1px 10px;
  border-radius: 3px;
  background: #cc2229;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-top-news .g-top-news-item-info .g-article-category a:hover span {
  background: #a01b20;
}
.g-top-news .g-top-news-item-info .g-article-title {
  color: #ffffff;
  margin: 15px 0;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.g-top-news .g-top-news-item-info .g-article-title a {
  color: #ffffff;
}
.g-top-news .g-top-news-item-info .g-article-details {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.g-top-news .g-top-news-item-info .g-article-details > span {
  margin-right: 10px;
}
.g-top-news .g-top-news-item-info .g-article-details > span:last-child {
  margin-right: 0;
}
.g-top-news .g-top-news-item-info .g-article-details i {
  margin-right: 5px;
}
.g-top-news .g-top-news-item-info .g-article-text {
  margin-top: 15px;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.g-top-news.style1.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
.g-top-news.style1.gutter-disabled .g-tn2 {
  padding: 0 1px 1px 1px;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style1.gutter-disabled .g-tn3 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn3 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style1.gutter-disabled .g-tn4 {
  padding: 1px 1px 0 1px;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn4 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style1.gutter-disabled .g-tn5 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn5 {
    padding: 1px 0 0 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style1.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
.g-top-news.style1.gutter-enabled .g-tn2, .g-top-news.style1.gutter-enabled .g-tn3 {
  padding-top: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style1.gutter-enabled .g-tn2, .g-top-news.style1.gutter-enabled .g-tn3 {
    padding-top: 0.938rem;
  }
}
.g-top-news.style1.gutter-enabled .g-tn4, .g-top-news.style1.gutter-enabled .g-tn5 {
  padding-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style1.gutter-enabled .g-tn4, .g-top-news.style1.gutter-enabled .g-tn5 {
    padding-bottom: 0.938rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style1.gutter-enabled .g-tn5 {
    padding-bottom: 0;
  }
}
.g-top-news.style2.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style2.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
.g-top-news.style2.gutter-disabled .g-tn2 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style2.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style2.gutter-disabled .g-tn3 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style2.gutter-disabled .g-tn3 {
    padding: 1px 0 0 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style2.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
.g-top-news.style2.gutter-enabled .g-tn2 {
  padding-top: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style2.gutter-enabled .g-tn2 {
    padding-top: 0.938rem;
  }
}
.g-top-news.style2.gutter-enabled .g-tn3 {
  padding-bottom: 0;
}
.g-top-news.style3.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style3.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
.g-top-news.style3.gutter-disabled .g-tn2 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style3.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style3.gutter-disabled .g-tn3 {
  padding: 1px 1px 0 1px;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style3.gutter-disabled .g-tn3 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style3.gutter-disabled .g-tn4 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style3.gutter-disabled .g-tn4 {
    padding: 1px 0 0 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style3.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
.g-top-news.style3.gutter-enabled .g-tn2 {
  padding-top: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style3.gutter-enabled .g-tn2 {
    padding-top: 0.938rem;
  }
}
.g-top-news.style3.gutter-enabled .g-tn3 {
  padding-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style3.gutter-enabled .g-tn3 {
    padding-bottom: 0.938rem;
  }
}
.g-top-news.style3.gutter-enabled .g-tn4 {
  padding-bottom: 0;
}
.g-news-pro .g-news-pro-item .g-news-pro-image, .g-news-pro .g-news-pro-link .g-news-pro-image {
  max-width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only all and (max-width: 30rem) {
  .g-news-pro .g-news-pro-item .g-news-pro-image, .g-news-pro .g-news-pro-link .g-news-pro-image {
    width: 100% !important;
  }
}
.g-news-pro .g-news-pro-item .g-news-pro-image > a, .g-news-pro .g-news-pro-link .g-news-pro-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
.g-news-pro .g-news-pro-item .g-news-pro-image.image-fullwidth, .g-news-pro .g-news-pro-link .g-news-pro-image.image-fullwidth {
  width: 100%;
}
.g-news-pro .g-news-pro-item .g-news-pro-image.image-link:hover, .g-news-pro .g-news-pro-link .g-news-pro-image.image-link:hover {
  opacity: 0.8;
}
.g-news-pro .g-news-pro-item.vertical .g-news-pro-image, .g-news-pro .g-news-pro-link.vertical .g-news-pro-image {
  margin-bottom: 15px;
}
.g-news-pro .g-news-pro-item.horizontal .g-news-pro-image, .g-news-pro .g-news-pro-link.horizontal .g-news-pro-image {
  float: left;
  margin-right: 20px;
}
@media only all and (max-width: 30rem) {
  .g-news-pro .g-news-pro-item.horizontal .g-news-pro-image, .g-news-pro .g-news-pro-link.horizontal .g-news-pro-image {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.g-news-pro .g-news-pro-item .g-news-pro-title, .g-news-pro .g-news-pro-link .g-news-pro-title {
  margin: 0;
}
.g-news-pro .g-news-pro-item .g-news-pro-title a, .g-news-pro .g-news-pro-link .g-news-pro-title a {
  color: #404040;
}
.g-news-pro .g-news-pro-item .g-news-pro-title a:hover, .g-news-pro .g-news-pro-link .g-news-pro-title a:hover {
  color: #cc2229;
}
.g-news-pro .g-news-pro-item .g-article-details, .g-news-pro .g-news-pro-link .g-article-details {
  margin-top: 10px;
  font-size: 90%;
  color: #aaa;
}
.g-news-pro .g-news-pro-item .g-article-details > span, .g-news-pro .g-news-pro-link .g-article-details > span {
  margin-right: 10px;
}
.g-news-pro .g-news-pro-item .g-article-details > span:last-child, .g-news-pro .g-news-pro-link .g-article-details > span:last-child {
  margin-right: 0;
}
.g-news-pro .g-news-pro-item .g-article-details > span i, .g-news-pro .g-news-pro-link .g-article-details > span i {
  margin-right: 5px;
}
.g-news-pro .g-news-pro-item .g-article-read-more, .g-news-pro .g-news-pro-link .g-article-read-more {
  margin-top: 20px;
}
.g-news-pro .g-news-pro-item .g-news-pro-desc, .g-news-pro .g-news-pro-link .g-news-pro-desc {
  margin-top: 10px;
}
@media only all and (max-width: 47.99rem) {
  .g-news-pro .g-news-pro-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .g-news-pro .g-news-pro-item:last-child {
    margin-bottom: 0;
  }
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav {
  display: inline-block;
  position: absolute;
  top: -55px;
  right: 0;
  width: auto;
  padding-left: 0;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .g-news-pro-arrows {
  display: inline-block;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav {
  opacity: 1;
  position: relative;
  margin-top: 0;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-previous {
  left: auto;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-previous:before {
  content: "";
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-next {
  right: auto;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-next:before {
  content: "";
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav:hover {
  background: #cc2229;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav {
  margin: 5px 20px 0 0;
  display: inline-block;
  float: left;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav > * {
  padding-left: 5px;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav > * > * {
  width: 13px;
  height: 13px;
}
@media only all and (max-width: 47.99rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 > * {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 > * {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 .g-news-pro-link-block {
    margin-top: 30px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 .g-news-pro-link-block {
    margin-top: 30px;
  }
}
.g-news-pro .uk-grid + .uk-grid {
  padding-top: 15px;
  margin-top: 15px;
}
.g-news-pro .g-news-pro-link-block > .uk-grid + .uk-grid {
  padding-top: 0;
  margin-top: 0;
}
.g-news-pro .g-news-pro-link-block > .uk-grid + .uk-grid .g-news-pro-link {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
}
.g-news-pro .g-news-pro-link-block.bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eaeaea;
}
.g-news-pro .g-news-pro-link-block .g-news-pro-link .g-news-pro-title {
  font-size: 0.9rem;
}
.g-news-pro .g-news-pro-link-block .g-news-pro-image .uk-overlay-area:empty::before, .g-news-pro .g-news-pro-link-block .g-news-pro-image .uk-overlay-icon::before {
  font-size: 20px;
  height: 20px;
  width: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.geek-search .search-results.search-results-full .category-view .browse-view.grid-view .row .product:not(form.product) .spacer .cat-productInfo {
  height: auto;
  margin-bottom: 20px;
}
.geek-search .search-results.search-results-full .category-view .browse-view.grid-view .row .product:not(form.product) .spacer .cat-productInfo .result-price {
  color: #ae0000;
  font-weight: bold;
  font-size: 18px;
  display: block;
}
body #g-page-surround .LogoTop img {
  width: auto;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  body #g-page-surround #g-top .glavniMeni > .g-content.g-particle {
    margin: 0px;
    padding: 0px;
  }
  body #g-page-surround #g-top .glavniMeni .g-toplevel li a.g-menu-item-container {
    padding: 13px 10px;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1440px) {
  body #g-page-surround #g-top .glavniMeni .g-toplevel li a.g-menu-item-container {
    padding: 13px 7px;
  }
  body #g-page-surround .LogoTop img {
    max-height: 56px;
  }
  body #g-page-surround .iconMenu ul.g-toplevel {
    gap: 4px;
  }
  body #g-page-surround .pretragaTop > .g-content {
    padding-left: 8px;
  }
}
@media screen and (max-width: 1249px) {
  body #g-page-surround #g-top nav.g-main-nav .g-toplevel > li .g-menu-item-title {
    font-size: 0px;
  }
  body #g-page-surround #g-top nav.g-main-nav .g-toplevel > li .g-menu-item-title:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  body #g-page-surround #g-top > .g-container {
    padding: 0px;
  }
  body #g-page-surround #g-top .g-contacts {
    justify-content: center;
    width: 100%;
  }
  body #g-page-surround #g-top .g-contacts-item {
    padding: 8px 12px;
  }
  body #g-page-surround .LogoTop {
    flex: 0 0 100%;
    width: 100%;
    order: 0;
    text-align: center;
  }
  body #g-page-surround .LogoTop a.g-logo {
    display: inline-block;
  }
  body #g-page-surround .iconMenu {
    flex: 0 0 100%;
    width: 100%;
    order: 1;
  }
  body #g-page-surround .iconMenu ul.g-toplevel {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  body #g-page-surround .pretragaTop {
    flex: 0 0 100%;
    width: 100%;
    order: 2;
    margin-top: 8px;
  }
  body #g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown {
    width: 100% !important;
    right: 0;
  }
  body #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item {
    position: relative;
  }
  body #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box {
    width: 90vw !important;
    max-width: 340px !important;
    left: -200px !important;
    right: 0 !important;
  }
  body #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item:hover ul.g-dropdown {
    width: 90vw !important;
    max-width: 340px !important;
    left: -40px !important;
    right: 0 !important;
    z-index: 999;
  }
  body #g-page-surround .iconMenu .vme-mod-wishlist .vp-dropmod-inner {
    width: 90vw !important;
    max-width: 340px !important;
    left: -90px !important;
    right: 0 !important;
  }
  body #g-page-surround .iconMenu .vme-mod-compare .vp-dropmod-inner {
    width: 90vw !important;
    max-width: 340px !important;
    left: -155px !important;
    right: 0 !important;
  }
}
@media screen and (max-width: 499px) {
  body #g-page-surround #g-top .g-contacts-item {
    padding: 6px 8px;
  }
  body #g-page-surround .pretragaTop .geek-search .search-form .input-group input {
    width: 100%;
    left: 0px;
    border-width: 1px;
    border-color: #989898;
  }
}
@media screen and (max-width: 430px) {
  body #g-page-surround #g-top .glavniMeni .g-toplevel li a.g-menu-item-container {
    padding: 13px 15px;
  }
  body #g-page-surround #g-header {
    position: relative;
  }
  body #g-page-surround #g-header .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box {
    left: calc(100vw / -1.4) !important;
  }
  body #g-page-surround #g-header .iconMenu ul.g-toplevel > li.g-menu-item:hover ul.g-dropdown {
    left: calc(100vw / -5) !important;
  }
  body #g-page-surround #g-header .iconMenu .g-toplevel > li.g-menu-item:nth-child(6) {
    position: absolute;
    top: -52px;
    right: 10px;
  }
  body #g-page-surround #g-header .iconMenu .vme-mod-wishlist .vp-dropmod-inner {
    left: calc(100vw / -3) !important;
  }
  body #g-page-surround #g-header .iconMenu .vme-mod-compare .vp-dropmod-inner {
    left: calc(100vw / -2) !important;
  }
  body #g-page-surround #g-header .pretragaTop > .g-content {
    margin: 0px;
    padding: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249px) {
  body #g-page-surround .category-view .browse-view.grid-view .row {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 767px) {
  body #g-page-surround .category-view .browse-view {
    padding-left: 0px;
  }
  body #g-page-surround .category-view .browse-view.grid-view .row {
    width: calc(100% / 2);
  }
  body #g-page-surround .category-view .browse-view .cat-productpricebtn button.addtocart-button, body #g-page-surround .category-view .browse-view .cat-productpricebtn a.notify, body #g-page-surround .category-view .browse-view .cat-productpricebtn .vmwl-card-notify button {
    width: 100% !important;
    font-size: 13px !important;
    letter-spacing: 0.3px !important;
    padding: 12px 8px !important;
    white-space: nowrap !important;
    line-height: 1.25 !important;
    height: auto !important;
  }
  body #g-page-surround .category-view .browse-view.list-view .row {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    width: calc(100% / 2);
  }
  body #g-page-surround .category-view .browse-view.list-view .product {
    width: 100%;
    padding: 0px 2px;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer {
    flex-direction: column;
    text-align: center;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .vm-product-media-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productInfo {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
    text-align: center;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productInfo .vm-product-descr-container-1 h2, body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productInfo .vm-product-descr-container-0 h2 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    height: auto;
    margin: 0 0 4px;
    height: 37px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productInfo .vm-product-descr-container-1 p.product_s_desc, body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productInfo .vm-product-descr-container-0 p.product_s_desc {
    text-align: center;
    margin: 4px 0 8px;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productInfo .vm-product-descr-container-1 .vm-product-rating-container, body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productInfo .vm-product-descr-container-0 .vm-product-rating-container {
    text-align: center;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productInfo .manufacturer-logo-container {
    text-align: center;
    display: none;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productInfo .manufacturer-logo-container img {
    max-width: 90px;
    max-height: 90px;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productpricebtn {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    min-height: 126px;
    align-content: center;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productpricebtn .product-price {
    text-align: center;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productpricebtn .product-price .PricesalesPrice {
    justify-content: center;
    align-content: center;
    margin: 0px;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productpricebtn .product-price .vm-prices-info {
    text-align: center;
    justify-content: center;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productpricebtn .product-price .ask-a-question {
    font-size: 14px !important;
    width: 100%;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productpricebtn .addtocart-area .addtocart-bar {
    text-align: center !important;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productpricebtn .addtocart-area .addtocart-bar > .row {
    width: 100%;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productpricebtn .addtocart-area .addtocart-bar button.addtocart-button {
    width: 100% !important;
    margin-bottom: 0px !important;
    padding: 10px 0px;
    font-size: 14px;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productpricebtn .addtocart-area .addtocart-bar a.notify {
    width: 100% !important;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productpricebtn .addtocart-area .vmwl-card-notify {
    text-align: center;
    margin: 0px !important;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productpricebtn .addtocart-area .vmwl-card-notify button {
    width: 100% !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
    justify-content: center;
  }
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productpricebtn .productCat-stock-addtoWC {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productInfo .vm-product-descr-container-1 p.product_s_desc, body #g-page-surround .category-view .browse-view.list-view .spacer .cat-productInfo .vm-product-descr-container-0 p.product_s_desc {
    height: 36px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1440px) {
  body #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container {
    padding-right: 18px;
  }
  body #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  body #g-page-surround .productdetails-view.productdetails .vm-product-container {
    flex-wrap: wrap !important;
    padding: 15px;
  }
  body #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container, body #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  body #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container {
    margin-bottom: 25px;
  }
  body #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .main-image {
    padding: 0px 0px 20px;
  }
  body #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .product-price .PricesalesPrice {
    font-size: 40px;
  }
}
@media screen and (max-width: 499px) {
  body #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .product-price .PricesalesPrice {
    font-size: 34px;
  }
  body #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .addtocart-area .addtocart-bar .btn {
    width: 100% !important;
  }
  body #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .PPaymentArea img {
    width: 100%;
    max-width: 306px;
  }
}
@media screen and (max-width: 767px) {
  body #g-page-surround .default-agent-showpage .agent-box .agent-detail {
    width: 100%;
  }
  body #g-page-surround .default-agent-showpage .agent-box .agent-media {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  body #g-page-surround .varijacijaproizvoda ul.uk-grid li .product-field-display .product-container {
    width: 90vw;
    max-width: 90vw;
    left: 5%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  body #g-page-surround .povezani-alternativni .product-fields .product-field-display ul.uk-slider li {
    width: calc(100% / 4);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  body #g-page-surround .povezani-alternativni .product-fields .product-field-display ul.uk-slider li {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 767px) {
  body #g-page-surround .povezani-alternativni .product-fields .product-field-display ul.uk-slider li {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 499px) {
  body #g-page-surround .product-description-details div[data-rlta-element="panel"] .product-custompolja > .product-fields .product-field {
    width: 100%;
  }
}
body #g-page-surround #g-footer .moduletable h3, body #g-footer .moduletable h3 {
  position: relative;
  text-align: left;
  margin: -3px 0px 22px;
  padding-bottom: 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #1d1d1d;
}
body #g-page-surround #g-footer .moduletable h3:after, body #g-footer .moduletable h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  background: #ec1b23;
  border-radius: 2px;
}
body #g-page-surround #g-footer .moduletable a, body #g-footer .moduletable a {
  color: #4a4a4a;
  transition: color 0.2s ease;
}
body #g-page-surround #g-footer .moduletable a:hover, body #g-page-surround #g-footer .moduletable a:focus, body #g-footer .moduletable a:hover, body #g-footer .moduletable a:focus {
  color: #ec1b23;
}
@media screen and (min-width: 1250px) and (max-width: 1440px) {
  body #g-page-surround #g-footer > .g-container > .g-grid > .g-block:not(:only-child), body #g-footer > .g-container > .g-grid > .g-block:not(:only-child) {
    flex: 0 1 33.333% !important;
    max-width: 33.333% !important;
  }
  body #g-page-surround #g-footer .moduletable h3, body #g-footer .moduletable h3 {
    font-size: 17px;
    margin-bottom: 16px;
  }
  body #g-page-surround #g-footer .g-companies.company-logo .g-companies-item img, body #g-footer .g-companies.company-logo .g-companies-item img {
    width: 160px;
  }
  body #g-page-surround #g-footer .mod-footereu .feu-about-line, body #g-footer .mod-footereu .feu-about-line {
    word-break: break-word;
  }
}
@media screen and (max-width: 767px) {
  body #g-page-surround #g-footer, body #g-footer {
    text-align: center;
    padding: 28px 0px 8px;
  }
  body #g-page-surround #g-footer .moduletable, body #g-footer .moduletable {
    align-items: center;
    margin-bottom: 22px;
  }
  body #g-page-surround #g-footer .moduletable h3, body #g-footer .moduletable h3 {
    text-align: center;
  }
  body #g-page-surround #g-footer .moduletable h3:after, body #g-footer .moduletable h3:after {
    left: 50%;
    transform: translateX(-50%);
  }
  body #g-page-surround #g-footer .moduletable .g-contacts, body #g-footer .moduletable .g-contacts {
    align-items: center;
  }
  body #g-page-surround #g-footer .g-companies .g-grid, body #g-footer .g-companies .g-grid {
    justify-content: center !important;
  }
  body #g-page-surround #g-footer .g-companies.company-logo .g-companies-item, body #g-page-surround #g-footer .g-companies .g-companies-item, body #g-footer .g-companies.company-logo .g-companies-item, body #g-footer .g-companies .g-companies-item {
    text-align: center;
  }
  body #g-page-surround #g-footer .g-grid:first-child .g-content, body #g-footer .g-grid:first-child .g-content {
    margin: 0.625rem 0;
  }
}
@media screen and (max-width: 767px) {
  body #g-page-surround #g-last, body #g-last {
    padding: 8px 0px;
  }
  body #g-page-surround #g-last #cf_1 .cf-content-wrap, body #g-last #cf_1 .cf-content-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1;
  }
  body #g-page-surround #g-last #cf_1 .cf-content-wrap .cf-content-text span, body #g-last #cf_1 .cf-content-wrap .cf-content-text span {
    font-size: 22px;
  }
  body #g-page-surround #g-last #cf_1 .cf-form-wrap, body #g-last #cf_1 .cf-form-wrap {
    width: 100%;
    padding: 18px 0px;
  }
  body #g-page-surround #g-last #cf_1 .cf-form-wrap .cf-fields, body #g-last #cf_1 .cf-form-wrap .cf-fields {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 24px;
    padding: 8px 10px;
  }
  body #g-page-surround #g-last #cf_1 .cf-form-wrap .cf-control-group, body #g-last #cf_1 .cf-form-wrap .cf-control-group {
    width: 100%;
  }
  body #g-page-surround #g-last #cf_1 .cf-form-wrap .cf-control-group[data-name="email"] .cf-control-input, body #g-last #cf_1 .cf-form-wrap .cf-control-group[data-name="email"] .cf-control-input {
    border-radius: 15px;
    background: #4C4C4C;
    margin: 10px 0px;
  }
  body #g-page-surround #g-last #cf_1 .cf-form-wrap .cf-control-group[data-name="email"] .cf-control-input input.cf-input, body #g-last #cf_1 .cf-form-wrap .cf-control-group[data-name="email"] .cf-control-input input.cf-input {
    margin: 0px;
    padding: 14px 0px;
  }
  body #g-page-surround #g-last #cf_1 .cf-form-wrap .cf-control-group[data-name="email"] .cf-control-input button.cf-btn, body #g-last #cf_1 .cf-form-wrap .cf-control-group[data-name="email"] .cf-control-input button.cf-btn {
    border-radius: 15px;
    padding: 12px 0px;
    margin: 10px 0px;
  }
  body #g-page-surround #g-last #cf_1 .cf-form-wrap .cf-control-group .cf-control-input button.cf-btn, body #g-last #cf_1 .cf-form-wrap .cf-control-group .cf-control-input button.cf-btn {
    border-radius: 15px;
    padding: 12px 0px;
    margin: 10px 0px;
  }
  body #g-page-surround #g-last #cf_1 .cf-form-wrap .cf-text-left, body #g-last #cf_1 .cf-form-wrap .cf-text-left {
    text-align: center;
  }
  body #g-page-surround #g-last #cf_1 .cf-form-wrap input.cf-input, body #g-last #cf_1 .cf-form-wrap input.cf-input {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    margin-bottom: 8px;
  }
  body #g-page-surround #g-last #cf_1 .cf-form-wrap button.cf-btn, body #g-last #cf_1 .cf-form-wrap button.cf-btn {
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  body #g-page-surround #g-last #cf_1 .cf-content-wrap .cf-content-text span, body #g-last #cf_1 .cf-content-wrap .cf-content-text span {
    font-size: 18px;
  }
}
body #g-page-surround #g-copyright, body #g-copyright {
  border-top: 1px solid #ececec;
  padding: 16px 0px;
}
body #g-page-surround #g-copyright > .g-container > .g-grid, body #g-copyright > .g-container > .g-grid {
  align-items: center;
}
body #g-page-surround #g-copyright .footersocial.moduletable .g-social, body #g-copyright .footersocial.moduletable .g-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: center;
  justify-content: center;
}
body #g-page-surround #g-copyright .footersocial.moduletable .g-social a, body #g-copyright .footersocial.moduletable .g-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  color: #333333;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
body #g-page-surround #g-copyright .footersocial.moduletable .g-social a span, body #g-copyright .footersocial.moduletable .g-social a span {
  font-size: 19px;
}
body #g-page-surround #g-copyright .footersocial.moduletable .g-social a span:before, body #g-copyright .footersocial.moduletable .g-social a span:before {
  font-size: 19px;
}
body #g-page-surround #g-copyright .footersocial.moduletable .g-social a:hover, body #g-copyright .footersocial.moduletable .g-social a:hover {
  transform: translateY(-2px);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2);
}
body #g-page-surround #g-copyright .footersocial.moduletable .g-social a[aria-label="Twitter"] span.fa-twitter:before, body #g-copyright .footersocial.moduletable .g-social a[aria-label="Twitter"] span.fa-twitter:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url('../scss/icons/twitter-2023_gry.svg');
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  body #g-page-surround #g-copyright, body #g-copyright {
    text-align: center;
  }
  body #g-page-surround #g-copyright > .g-container > .g-grid, body #g-copyright > .g-container > .g-grid {
    justify-content: center;
  }
  body #g-page-surround #g-copyright .footersocial.moduletable .g-social, body #g-copyright .footersocial.moduletable .g-social {
    justify-content: center;
  }
}
@media screen and (max-width: 331px) {
  body #g-page-surround #g-copyright .footersocial.moduletable .g-social, body #g-copyright .footersocial.moduletable .g-social {
    gap: 3px;
  }
}
@media screen and (max-width: 767px) {
  body .geek-search-wrapper .search-results .browse-view .product {
    flex-wrap: wrap;
  }
  body .geek-search-wrapper .search-results .browse-view .product a.ges-row__media {
    width: 32%;
  }
  body .geek-search-wrapper .search-results .browse-view .product .ges-row__info {
    width: 68%;
    padding: 15px 10px 7px 18px;
  }
  body .geek-search-wrapper .search-results .browse-view .product .ges-row__info .ges-row__title {
    font-size: 18px;
  }
  body .geek-search-wrapper .search-results .browse-view .product .ges-row__actions {
    width: 100%;
    padding: 0px 15px 15px;
  }
}
@media screen and (max-width: 499px) {
  body .geek-search-wrapper .search-results .browse-view .product a.ges-row__media {
    width: 40%;
  }
  body .geek-search-wrapper .search-results .browse-view .product .ges-row__info {
    width: 60%;
  }
  body .geek-search-wrapper .search-results .browse-view .product .ges-row__info .ges-row__title {
    font-size: 16px;
  }
  body .geek-search-wrapper .search-results .browse-view .product .ges-row__info .ges-row__brand img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  body .vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-left {
    width: 32%;
  }
  body .vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-left img.vme-image {
    width: 100%;
    padding: 12px;
  }
  body .vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-middle {
    width: 68%;
  }
  body .vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-middle .wl-prod-name h3 {
    font-size: 18px;
  }
  body .vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right {
    width: 100%;
    margin-top: 15px;
  }
  body .vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .product-price .PricesalesPrice {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 499px) {
  body .vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-left {
    width: 40%;
  }
  body .vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-middle {
    width: 60%;
  }
  body .vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-middle .wl-prod-name h3 {
    font-size: 16px;
  }
  body .vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-middle img.mfg-thumbnail-image {
    width: 100px;
  }
}
@media screen and (min-width: 500px) and (max-width: 1249px) {
  body .manufacturer-view-default .row .manufacturer {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 499px) {
  body .manufacturer-view-default .row .manufacturer {
    width: calc(100% / 2);
  }
}
body .vmtc-wrap .vmtc-circle {
  width: var(--vmtc-circle, 120px);
  height: var(--vmtc-circle, 120px);
}
body .vmtc-wrap .vmtc-link .vmtc-circle {
  width: var(--vmtc-circle, 120px);
  height: var(--vmtc-circle, 120px);
}
body .vmtc-wrap .vmtc-link .vmtc-circle:before {
  width: var(--vmtc-circle, 120px);
  height: var(--vmtc-circle, 120px);
}
@media screen and (min-width: 1250px) and (max-width: 1440px) {
  body .vmtc-wrap .uk-slider li {
    width: calc(100% / 7);
  }
  body .vmtc-wrap .vmtc-rail-wrap {
    padding: 0px 30px;
  }
  body .vmtc-wrap a.uk-slidenav {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 1249px) {
  body .vmtc-wrap .uk-slider li {
    width: calc(100% / 6);
  }
}
@media screen and (max-width: 959px) {
  body .vmtc-wrap .uk-slider li {
    width: calc(100% / 5);
  }
  body .vmtc-wrap a.uk-slidenav {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  body .vmtc-wrap {
    margin: 16px 0;
  }
  body .vmtc-wrap .uk-slider li {
    width: calc(100% / 4);
  }
  body .vmtc-wrap .vmtc-rail-wrap {
    padding: 0px 38px;
  }
  body .vmtc-wrap .vmtc-title {
    font-size: 16px;
  }
  body .vmtc-wrap .vmtc-label {
    font-size: 11px;
    margin-top: 8px;
  }
  body .vmtc-wrap a.uk-slidenav {
    visibility: visible;
    opacity: 1;
  }
  body .vmtc-wrap a.uk-slidenav.uk-slidenav-previous {
    left: 0;
  }
  body .vmtc-wrap a.uk-slidenav.uk-slidenav-next {
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  body .vmtc-wrap .uk-slider li {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 767px) {
  body .plgvmreview .vmrevNums {
    width: 100%;
  }
  body .plgvmreview .plgvmreview {
    width: 100%;
  }
  body .plgvmreview ul.plgvmreview .reviewdesc {
    width: 100%;
  }
  body .plgvmreview li > div .icone-stars, body .plgvmreview li > div .vmreviewdate {
    position: static;
    margin: 0 0 6px;
  }
  body .plgvmreview .gjcreadmorebutton {
    float: none;
    display: inline-block;
  }
}
body [id^="cf_"]:not(#cf_1) {
  margin: 0 auto;
}
body [id^="cf_"]:not(#cf_1) .cf-content-heading, body [id^="cf_"]:not(#cf_1) .cf-content-heading * {
  font-size: 22px;
  line-height: 1.3;
}
body [id^="cf_"]:not(#cf_1) .cf-control-group {
  margin-bottom: 14px;
}
body [id^="cf_"]:not(#cf_1) .cf-control-group[data-type="submit"] > .cf-control-input {
  text-align: center;
}
body [id^="cf_"]:not(#cf_1) .cf-label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
body [id^="cf_"]:not(#cf_1) .cf-input {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  color: #333;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
body [id^="cf_"]:not(#cf_1) .cf-input:focus {
  border-color: unset;
  box-shadow: none;
}
body [id^="cf_"]:not(#cf_1) .cf-input[type="checkbox"], body [id^="cf_"]:not(#cf_1) .cf-input[type="radio"] {
  width: auto;
  padding: 0;
  box-shadow: none;
}
body [id^="cf_"]:not(#cf_1) textarea.cf-input {
  min-height: 120px;
}
body [id^="cf_"]:not(#cf_1) .cf-btn {
  display: inline-block;
  width: auto;
  padding: 12px 26px;
  border: 0;
  border-radius: 8px;
  background: #12910c;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
  width: 70%;
}
body [id^="cf_"]:not(#cf_1) .cf-btn:hover {
  background: #353535;
  opacity: 1;
}
body [id^="cf_"]:not(#cf_1) .cf-btn .cf-btn-text {
  color: #fff;
}
@media screen and (max-width: 767px) {
  body [id^="cf_"]:not(#cf_1) .cf-content-heading, body [id^="cf_"]:not(#cf_1) .cf-content-heading * {
    font-size: 18px;
  }
  body [id^="cf_"]:not(#cf_1) .cf-label {
    font-size: 13px;
  }
  body [id^="cf_"]:not(#cf_1) .cf-input {
    font-size: 14px;
    padding: 10px 12px;
  }
  body [id^="cf_"]:not(#cf_1) .cf-btn {
    width: 100% !important;
    padding: 12px;
  }
  body [id^="cf_"]:not(#cf_1) .cf-control-group {
    width: 50% !important;
    max-width: 50% !important;
  }
}
@media screen and (max-width: 499px) {
  body [id^="cf_"]:not(#cf_1) .cf-content-heading, body [id^="cf_"]:not(#cf_1) .cf-content-heading * {
    font-size: 16px;
  }
  body [id^="cf_"]:not(#cf_1) .cf-label {
    font-size: 12px;
  }
  body [id^="cf_"]:not(#cf_1) .cf-input {
    font-size: 15px;
  }
  body [id^="cf_"]:not(#cf_1) .cf-btn {
    font-size: 13px;
    border-radius: 10px !important;
  }
  body [id^="cf_"]:not(#cf_1) .cf-fields {
    padding: 10px;
    border-radius: 15px !important;
  }
  body [id^="cf_"]:not(#cf_1) .cf-fields .cf-control-group {
    width: 100% !important;
    max-width: 100% !important;
  }
  body [id^="cf_"]:not(#cf_1) .cf-control-group[data-name="email"] input.cf-input {
    background: #333 !important;
    border-radius: 10px !important;
    padding: 15px !important;
    margin-bottom: 10px !important;
  }
}
body #g-page-surround .productdetails-view .prod-detail-name h1, body #g-page-surround .category-view .browse-view .cat-productInfo h2, body .geek-search-wrapper .ges-row__title, body .vmessentials-wrapper.vme-wishlist .wl-prod-name h3, body .plgvmreview .reviewdesc {
  overflow-wrap: break-word;
  word-break: break-word;
}
@media screen and (max-width: 499px) {
  body.com_virtuemart.view-category #g-mainbody .platform-content.container .row {
    margin: 0px;
  }
  body.com_virtuemart.view-category #g-mainbody .platform-content.container .row .col {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  body.com_virtuemart.view-category #g-container-main > .g-container > .g-grid > .g-block.size-30 {
    display: none;
  }
  body.com_virtuemart.view-category #g-container-main > .g-container > .g-grid > .g-block.size-70 {
    width: 100%;
    flex: 0 100%;
  }
}
.mz-expand .mz-expand-bg {
  display: inline-block;
  max-width: none !important;
  max-height: none !important;
  margin: auto;
  vertical-align: middle;
  z-index: -100;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-transform: unset !important;
  transform: unset !important;
  background: #fff;
}
.g-article-header .page-header h2 {
  margin: 0 0 -10px 0;
  font-size: 28px;
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
  text-align: center;
}
#g-page-surround .btn.btn-link.jmodedit {
  display: none;
}
#g-page-surround #g-top > .g-container {
  margin: 0 auto;
  width: 94.5rem;
  padding: 0px 10px;
  padding: 0px;
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  #g-page-surround #g-top > .g-container {
    width: 74rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  #g-page-surround #g-top > .g-container {
    width: 56rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #g-page-surround #g-top > .g-container {
    width: 45rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #g-page-surround #g-top > .g-container {
    width: 30rem;
  }
}
@media screen and (max-width: 499px) {
  #g-page-surround #g-top > .g-container {
    width: 100%;
  }
}
#g-page-surround #g-top .glavniMeni > .g-content {
  margin-left: 0px;
  padding-left: 0px;
}
#g-page-surround #g-top .ContactTop > .g-content {
  margin-right: 0px;
  padding-right: 0px;
}
#g-page-surround #g-top nav.g-main-nav .g-toplevel {
  text-align: left;
}
#g-page-surround #g-top nav.g-main-nav .g-toplevel li {
  text-transform: uppercase;
}
#g-page-surround #g-top nav.g-main-nav .g-toplevel li .g-menu-item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-weight: 600;
}
#g-page-surround #g-top nav.g-main-nav .g-toplevel li .g-menu-item-title:before {
  content: "";
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
#g-page-surround #g-top nav.g-main-nav .g-toplevel li:nth-child(1) .g-menu-item-title:before {
  content: "";
  background-image: url('../scss/menu-icons/manufacturersI.svg');
}
#g-page-surround #g-top nav.g-main-nav .g-toplevel li:nth-child(2) .g-menu-item-title:before {
  content: "";
  background-image: url('../scss/menu-icons/euBlogI.svg');
}
#g-page-surround #g-top nav.g-main-nav .g-toplevel li:nth-child(3) .g-menu-item-title:before {
  content: "";
  background-image: url('../scss/menu-icons/ranking-list.svg');
}
#g-page-surround #g-top nav.g-main-nav .g-toplevel li:nth-child(4) .g-menu-item-title:before {
  content: "";
  background-image: url('../scss/menu-icons/rating-list.svg');
}
#g-page-surround #g-top nav.g-main-nav .g-toplevel li:nth-child(5) .g-menu-item-title:before {
  content: "";
  background-image: url('../scss/menu-icons/shop.svg');
}
#g-page-surround #g-top .g-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}
#g-page-surround #g-top .g-contacts-item {
  padding: 9.125px 15px 3px;
  margin: 0px;
  border: 0px;
}
#g-page-surround #g-top .g-contacts-item > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#g-page-surround #g-top .g-contacts-item span.fa-phone:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url('../scss/icons/telephone.svg');
  background-size: 21px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#g-page-surround #g-top .g-contacts-item span.fa-envelope:before {
  font-size: 20px;
}
#g-page-surround #g-top .g-contacts-item span.fa-question-circle:before {
  content: "";
  width: 25px;
  height: 18px;
  display: inline-block;
  background-image: url('../scss/icons/Icon_faq.svg');
  background-size: 25px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#g-page-surround #g-top .g-contacts-item.contact-time .g-contact-value:before {
  content: "";
  width: 29px;
  height: 28px;
  display: inline-block;
  background-image: url('../scss/menu-icons/contac.svg');
  background-size: 29px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 7px;
}
#g-page-surround .uk-sticky-placeholder #g-header {
  background-image: none;
}
#g-page-surround .uk-sticky-placeholder #g-header > .g-container {
  margin: 0 auto;
  width: 94.5rem;
  padding: 0px 10px;
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  #g-page-surround .uk-sticky-placeholder #g-header > .g-container {
    width: 74rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  #g-page-surround .uk-sticky-placeholder #g-header > .g-container {
    width: 56rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #g-page-surround .uk-sticky-placeholder #g-header > .g-container {
    width: 45rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #g-page-surround .uk-sticky-placeholder #g-header > .g-container {
    width: 30rem;
  }
}
@media screen and (max-width: 499px) {
  #g-page-surround .uk-sticky-placeholder #g-header > .g-container {
    width: 100%;
  }
}
#g-page-surround .uk-sticky-placeholder #g-header > .g-container > .g-grid {
  align-items: center;
  padding: 10px 0px;
}
#g-page-surround .LogoTop a.g-logo {
  height: 60px !important;
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  #g-page-surround .LogoTop a.g-logo {
    height: 50px !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  #g-page-surround .LogoTop a.g-logo {
    height: 66px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #g-page-surround .LogoTop a.g-logo {
    height: 59px !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #g-page-surround .LogoTop a.g-logo {
    height: 80px !important;
  }
}
@media screen and (max-width: 499px) {
  #g-page-surround .LogoTop a.g-logo {
    height: clamp(20px, 18vw, 100px) !important;
  }
}
#g-page-surround .LogoTop img {
  height: 100%;
  position: relative;
  padding: 4px 0px;
}
#g-page-surround .pretragaTop .geek-search .search-form {
  padding-bottom: 0px;
  position: relative;
}
#g-page-surround .pretragaTop .geek-search .search-form .input-group:before {
  display: none;
}
#g-page-surround .pretragaTop .geek-search .search-form .input-group:after {
  content: "";
  width: 40px;
  background-image: url('../scss/icons/magnif3.png');
  background-repeat: no-repeat;
  background-size: 23px;
  height: 43px;
  display: inline-block;
  position: absolute;
  background-position: center 9px;
  vertical-align: middle;
  background-color: transparent;
  box-sizing: initial;
  top: 1px;
  right: 10px;
  z-index: 99;
}
#g-page-surround .pretragaTop .geek-search .search-form .input-group input {
  width: 90%;
  display: inline-block;
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 4px;
  color: #353535;
  font-size: 15px;
  text-transform: none;
  padding: 0px 0px 0px 12px;
  text-indent: 5px;
  height: 45px;
}
#g-page-surround .pretragaTop .geek-search .search-form .input-group input:focus, #g-page-surround .pretragaTop .geek-search .search-form .input-group input:active {
  border: 2px solid #8A8A8A !important;
}
#g-page-surround .pretragaTop .geek-search .search-form .input-group span.input-group-addon.add-on {
  display: none;
}
@media screen and (max-width: 767px) {
  #g-page-surround .pretragaTop .geek-search .search-form .input-group {
    text-align: center;
    display: flex;
  }
  #g-page-surround .pretragaTop .geek-search .search-form .input-group input {
    width: 85%;
  }
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown {
  width: 100% !important;
  background-color: #f9f9f9;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .search-results {
  background-color: #f9f9f9;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .row {
  margin: 0px;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item {
  display: flex;
  padding: 15px 20px 15px 10px;
  margin-bottom: 9px;
  box-shadow: none;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item:hover {
  background: #fff;
  border: 1px solid #ddd;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .img-intro {
  width: 19%;
  margin: 0px;
  padding: 0px 15px 0px 0px;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .img-intro img {
  width: 100%;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .item-info {
  width: 58%;
  margin: 0px;
  padding: 0px;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .item-info .result-title {
  margin: 0px;
  font-weight: bold;
  font-size: 15px;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .item-info .result-title a:hover, #g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .item-info .result-title a:focus {
  color: #ec1b23;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .item-info .result-text {
  margin: 0px;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .item-info .p-rating {
  margin-top: 5px;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .item-info .p-rating .p-starrs {
  display: block;
  width: 110px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .item-info .p-rating .p-starrs.p0starz {
  background-image: url('../scss/starz/starz0.png');
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .item-info .p-rating .p-starrs.p1starz {
  background-image: url('../scss/starz/starz1.png');
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .item-info .p-rating .p-starrs.p2starz {
  background-image: url('../scss/starz/starz2.png');
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .item-info .p-rating .p-starrs.p3starz {
  background-image: url('../scss/starz/starz3.png');
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .item-info .p-rating .p-starrs.p4starz {
  background-image: url('../scss/starz/starz4.png');
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .item-info .p-rating .p-starrs.p5starz {
  background-image: url('../scss/starz/starz5.png');
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .product-info {
  width: 23%;
  display: flex;
  align-items: end;
  flex-direction: column;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .product-info .p-manuf img {
  width: 70px;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .product-info .p-sku-mpn {
  font-size: 11px;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .product-info .p-sku-mpn .p-sku-lbl, #g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .product-info .p-sku-mpn .p-mpn-lbl {
  font-weight: bold;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .product-info .additional-info {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 19.5%;
  flex-wrap: wrap;
  width: 60%;
  background: #fff;
  max-height: 87px;
  overflow: hidden;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .product-info .additional-info .label-group {
  margin: 0;
  width: 50%;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .product-info .additional-info .label-group span {
  font-size: 12px;
  color: #969696;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .product-info .additional-info .label-group span.text-info {
  color: #3d3d3d !important;
  font-weight: bold;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .product-info .p-customfields-wrapp {
  padding: 10px 0px 0px;
  margin-right: -10px;
  display: none;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .product-info .p-customfields-wrapp .p-customfields-icon {
  padding: 5px 8px;
  background: rgba(166, 175, 195, 0.1);
  border-radius: 10px;
  box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.7);
  height: 29px;
  font-size: 11px;
  letter-spacing: 1px;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .product-info .p-customfields-wrapp .p-customfields-icon:hover {
  box-shadow: none;
  color: #000;
  border: 1px solid rgba(166, 175, 195, 0.1);
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .product-info .p-customfields-wrapp:hover {
  cursor: pointer;
}
#g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown .result-item .product-info .p-customfields-wrapp:hover .additional-info {
  display: flex;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item > .g-menu-item-container {
  padding: 0px;
}
#g-page-surround .iconMenu ul.g-toplevel {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .g-offcanvas-toggle i.fa.fa-bars:before {
  font-size: 25px;
  padding: 10px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-467 > a.g-menu-item-container, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1082 > a.g-menu-item-container, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1088 > a.g-menu-item-container, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1092 > a.g-menu-item-container, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1095 > a.g-menu-item-container, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1098 > a.g-menu-item-container, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1102 > a.g-menu-item-container, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1105 > a.g-menu-item-container, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1108 > a.g-menu-item-container, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1111 > a.g-menu-item-container {
  padding: 10px;
  display: flex;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-467 > a.g-menu-item-container:before, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1082 > a.g-menu-item-container:before, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1088 > a.g-menu-item-container:before, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1092 > a.g-menu-item-container:before, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1095 > a.g-menu-item-container:before, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1098 > a.g-menu-item-container:before, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1102 > a.g-menu-item-container:before, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1105 > a.g-menu-item-container:before, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1108 > a.g-menu-item-container:before, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1111 > a.g-menu-item-container:before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url('https://euro-unit-srv3.b-cdn.net/images/icon/human_red.svg') !important;
  background-repeat: no-repeat;
  background-size: contain;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-467 > a.g-menu-item-container > span.g-menu-parent-indicator, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1082 > a.g-menu-item-container > span.g-menu-parent-indicator, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1088 > a.g-menu-item-container > span.g-menu-parent-indicator, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1092 > a.g-menu-item-container > span.g-menu-parent-indicator, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1095 > a.g-menu-item-container > span.g-menu-parent-indicator, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1098 > a.g-menu-item-container > span.g-menu-parent-indicator, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1102 > a.g-menu-item-container > span.g-menu-parent-indicator, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1105 > a.g-menu-item-container > span.g-menu-parent-indicator, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1108 > a.g-menu-item-container > span.g-menu-parent-indicator, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1111 > a.g-menu-item-container > span.g-menu-parent-indicator {
  display: none;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-467 > a.g-menu-item-container i, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1082 > a.g-menu-item-container i, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1088 > a.g-menu-item-container i, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1092 > a.g-menu-item-container i, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1095 > a.g-menu-item-container i, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1098 > a.g-menu-item-container i, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1102 > a.g-menu-item-container i, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1105 > a.g-menu-item-container i, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1108 > a.g-menu-item-container i, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1111 > a.g-menu-item-container i {
  display: none;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-467:hover ul.g-dropdown, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1082:hover ul.g-dropdown, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1088:hover ul.g-dropdown, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1092:hover ul.g-dropdown, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1095:hover ul.g-dropdown, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1098:hover ul.g-dropdown, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1102:hover ul.g-dropdown, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1105:hover ul.g-dropdown, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1108:hover ul.g-dropdown, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1111:hover ul.g-dropdown {
  display: block;
  background: #f2f2f2;
  padding: 10px;
  width: 350px;
  min-height: 200px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  border: 1px solid #f2f2f2;
  left: -180px;
  min-height: 125px;
  visibility: visible;
  opacity: 1;
  transform: unset;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-467:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1082:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1088:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1092:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1095:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1098:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1102:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1105:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1108:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1111:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container {
  background: #fff;
  padding: 0px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-467:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1082:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1088:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1092:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1095:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1098:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1102:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1105:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1108:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1111:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout {
  display: flex;
  flex-wrap: wrap;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-467:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .login-greeting, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1082:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .login-greeting, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1088:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .login-greeting, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1092:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .login-greeting, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1095:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .login-greeting, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1098:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .login-greeting, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1102:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .login-greeting, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1105:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .login-greeting, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1108:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .login-greeting, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1111:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .login-greeting {
  width: 100%;
  font-size: 0.9rem;
  color: #353535;
  text-align: center;
  padding: 15px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-467:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1082:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1088:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1092:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1095:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1098:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1102:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1105:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1108:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1111:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button {
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-467:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button button.btn, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1082:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button button.btn, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1088:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button button.btn, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1092:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button button.btn, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1095:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button button.btn, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1098:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button button.btn, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1102:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button button.btn, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1105:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button button.btn, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1108:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button button.btn, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item.g-menu-item-1111:hover ul.g-dropdown ul.g-sublevel .g-menu-item-container .mod-login-logout .logout-button button.btn {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 7px 15px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-anchor.btn-jewel-group a {
  padding: 10px;
  display: block;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-anchor.btn-jewel-group .jewel {
  position: absolute;
  top: 0;
  right: 2px;
  height: 23px;
  width: 23px;
  min-height: unset;
  min-width: unset;
  font-size: 11px;
  font-weight: bold;
  line-height: normal;
  color: #000;
  border-radius: 100%;
  padding: 0px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vme-mod-wishlist .vp-dropmod-anchor.btn-jewel-group a:before {
  content: "";
  display: inline-block;
  background-image: url('../scss/icons/heart_blk.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 30px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vme-mod-compare .vp-dropmod-anchor.btn-jewel-group a:before {
  content: "";
  display: inline-block;
  background-image: url('../scss/icons/compare.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 30px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-container:hover .vp-dropmod-inner {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 350px;
  height: auto;
  max-height: 365px;
  overflow: hidden;
  background: #f2f2f2;
  border: 2px solid #f2f2f2;
  padding: 10px;
  margin: 0px;
  z-index: 9999 !important;
  transition: opacity 400ms ease-in-out;
  border-radius: 15px;
  position: absolute;
  top: 44px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents {
  background: #fff;
  padding: 0px 0px 1px;
  border-radius: 6px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vp-dropmod-header.empty {
  min-height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-header {
  padding: 15px 12px 10px;
  margin: 0;
  border-bottom: 2px solid #f2f2f2;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-header .vme-row-mini {
  margin: 0px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-header .vme-column {
  float: none;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-header .vme-column a {
  padding: 12px 13px;
  background-color: #353535;
  border-radius: 10px;
  box-shadow: none;
  height: auto;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-header .vme-column a:hover {
  box-shadow: none;
  background: #494949;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-prods {
  height: auto;
  max-height: 253px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
  margin: 0px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-prods .vme-product-row {
  margin: 10px 8px;
  padding: 0px 0px 5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-prods .vme-product-row .vme-column {
  padding: 0px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-prods .vme-product-row .vme-column.vme-mod-col-1 {
  width: 22%;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-prods .vme-product-row .vme-column.vme-mod-col-2 {
  width: 68%;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-prods .vme-product-row .vme-column.vme-mod-col-2 a {
  white-space: normal;
  word-break: break-word;
  font-size: 12px;
  text-align: left;
  display: block;
  color: #000;
  line-height: 1.4;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-prods .vme-product-row .vme-column.vme-mod-col-2 a .mod-product-price {
  font-weight: bold;
  font-size: 13px;
  text-align: right;
  padding-right: 3px;
  margin-top: 3px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-prods .vme-product-row .vme-column.vme-mod-col-2 a .mod-product-name {
  color: #000;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-prods .vme-product-row .vme-column.vme-mod-col-3 {
  width: 10%;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-prods .vme-product-row .vme-column a:hover {
  border: 0px;
  color: #ec1b23;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-prods .vme-product-row .vme-column a:hover .mod-product-name {
  color: #000;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-prods .vme-product-row .vme-column .product-thumbnail img {
  padding: 0px 10px 0px 0px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-prods .vme-product-row .vme-column .vmessentials-form .vme-remove-btn > span {
  font-size: 0px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vp-dropmod-inner .vp-dropmod-contents .vme-mod-prods .vme-product-row .vme-column .vmessentials-form .vme-remove-btn > span:before {
  content: "";
  font-family: "vmadcicons";
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  font-size: 16px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vme-mod-wishlist .vp-dropmod-inner {
  right: calc(-320px / 2.5);
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vme-mod-compare .vp-dropmod-inner {
  right: calc(-320px / 5);
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper {
  padding: 10px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .vmadCartModuleTitle {
  margin: 0px;
  float: none;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .vmadCartModuleTitle a.cart_dropdown {
  padding: 0px;
  font-size: 0px;
  background-color: transparent;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .vmadCartModuleTitle a.cart_dropdown:before {
  font-size: 0px;
  color: #272727;
  margin: 0px;
  content: "";
  width: 33px;
  height: 30px;
  display: inline-block;
  background-image: url('../scss/icons/cart_7.png');
  background-repeat: no-repeat;
  background-size: contain;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .vmadCartModuleTitle a.cart_dropdown span {
  background-color: #fff;
  border: 2px solid #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 2px;
  height: 23px;
  width: 23px;
  font-size: 11px;
  line-height: 11px;
  white-space: nowrap;
  color: #000;
  padding: 0px;
  text-transform: none;
  text-shadow: none;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: "Open Sans" !important;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box {
  background: #f2f2f2 none repeat scroll 0% 0%;
  padding: 10px;
  width: 350px;
  border: none;
  border-radius: 15px;
  top: 44px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box:before {
  display: none;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box p.cart-empty {
  min-height: 95px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .vmadCartWrap {
  background: #fff;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .vmadCartWrap {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .block-subtitle {
  font-size: 13px;
  font-weight: bold;
  color: #030303;
  padding: 15px 12px 10px;
  border-bottom: 3px solid #f2f2f2;
  font-family: "Open Sans";
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .vmadCartContents {
  padding: 0px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .vmadCartContents ul.innerItems {
  background: #fff;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .vmadCartContents ul.innerItems li {
  display: flex;
  float: none;
  align-items: center;
  border-bottom: 1px solid #EEE;
  padding: 10px 8px 15px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .vmadCartContents ul.innerItems li:last-child {
  border-bottom: 0px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .vmadCartContents ul.innerItems li .vmcs_product_image {
  width: 25%;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .vmadCartContents ul.innerItems li .vmcs_product_image > a {
  border: 0px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .vmadCartContents ul.innerItems li .vmcs_pname_desc {
  line-height: 1.3;
  width: 65%;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .vmadCartContents ul.innerItems li .vmcs_pname_desc .vmcs_product_name a, #g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .vmadCartContents ul.innerItems li .vmcs_pname_desc p {
  font-size: 12px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .vmadCartContents ul.innerItems li .vmcs_pname_desc .vmcs_product_price {
  font-size: 13px;
  text-align: right;
  padding-right: 10px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .vmadCartContents ul.innerItems li .vmcs_delete_product a.remove_item {
  color: #cbcbcb !important;
  font-size: 16px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .vmadCartContents ul.innerItems li .vmcs_delete_product a.remove_item:hover {
  color: #989898 !important;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .dropdown_cart_info {
  border-top: 5px solid #f2f2f2;
  background: #fff;
  padding: 10px 10px 20px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .dropdown_cart_info .cart_total_price {
  width: 100%;
  float: none;
  padding: 0px 10px 10px;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .dropdown_cart_info .cart_buttons {
  width: 100%;
  float: none;
}
#g-page-surround .iconMenu ul.g-toplevel > li.g-menu-item .vmadCartModule .vmcscart_wrapper .cart_content.arrow_box .dropdown_cart_info .cart_buttons a {
  float: none;
  opacity: 1;
  width: 100%;
  padding: 10px 25px;
  display: inline-block;
  background: #12910c;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: none;
  height: auto;
  border: 1px solid #12910c;
}
#g-page-surround #g-navigation {
  background-image: linear-gradient(to bottom, #353535, #1d1d1d, #353535);
  background-position: unset !important;
}
#g-page-surround #g-navigation > .g-container {
  margin: 0 auto;
  width: 94.5rem;
  padding: 0px 10px;
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  #g-page-surround #g-navigation > .g-container {
    width: 74rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  #g-page-surround #g-navigation > .g-container {
    width: 56rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #g-page-surround #g-navigation > .g-container {
    width: 45rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #g-page-surround #g-navigation > .g-container {
    width: 30rem;
  }
}
@media screen and (max-width: 499px) {
  #g-page-surround #g-navigation > .g-container {
    width: 100%;
  }
}
#g-page-surround #g-navigation > .g-container .uk-slider-container ul#slide-navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 7px 0px;
  min-height: unset !important;
  height: 51px !important;
}
#g-page-surround #g-navigation > .g-container .uk-slider-container ul#slide-navigation > li {
  margin: 6px 0px;
  float: none;
  position: relative !important;
  display: inline-block;
  left: 0px !important;
  border-bottom: 1px solid transparent;
}
#g-page-surround #g-navigation > .g-container .uk-slider-container ul#slide-navigation > li a {
  padding: 4px 7px 6px;
  margin: 0px;
  color: #fff;
  border-left: 1px solid #434343;
  border-radius: 0px;
  font-size: 16px;
}
#g-page-surround #g-navigation > .g-container .uk-slider-container ul#slide-navigation > li a:before {
  display: none;
}
#g-page-surround #g-navigation > .g-container .uk-slider-container .uk-slidenav {
  position: absolute;
  top: 0px;
  background: transparent;
  margin-top: 0;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  width: 50px;
  height: 52px;
  box-shadow: none;
}
#g-page-surround #g-navigation > .g-container .uk-slider-container .uk-slidenav.uk-slidenav-previous {
  left: -35px;
}
#g-page-surround #g-navigation > .g-container .uk-slider-container .uk-slidenav.uk-slidenav-previous:before {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: relative;
  z-index: 9;
  top: 9px;
}
#g-page-surround #g-navigation > .g-container .uk-slider-container .uk-slidenav.uk-slidenav-next {
  right: -35px;
}
#g-page-surround #g-navigation > .g-container .uk-slider-container .uk-slidenav.uk-slidenav-next:before {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  z-index: 9;
  top: 9px;
}
#g-page-surround #g-navigation > .g-container .uk-slider-container .uk-slidenav:hover {
  box-shadow: none;
}
@media screen and (max-width: 959px) {
  #g-page-surround #g-navigation > .g-container .uk-slider-container .uk-slidenav {
    visibility: visible;
  }
}
@media screen and (max-width: 500px) {
  #g-page-surround #g-navigation > .g-container {
    padding: 0px 30px 0px 20px;
  }
}
#g-page-surround #g-navigation:hover .uk-slider-container a.uk-slidenav {
  visibility: visible;
}
#g-page-surround #g-showcase {
  padding: 17px 0px !important;
}
#g-page-surround #g-showcase > .g-container {
  margin: 0 auto;
  width: 94.5rem;
  padding: 0px 10px;
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  #g-page-surround #g-showcase > .g-container {
    width: 74rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  #g-page-surround #g-showcase > .g-container {
    width: 56rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #g-page-surround #g-showcase > .g-container {
    width: 45rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #g-page-surround #g-showcase > .g-container {
    width: 30rem;
  }
}
@media screen and (max-width: 499px) {
  #g-page-surround #g-showcase > .g-container {
    width: 100%;
  }
}
#g-page-surround #g-showcase .g-features2-particle > .g-grid {
  justify-content: space-around;
}
#g-page-surround #g-showcase .g-features2-particle > .g-grid > .g-block {
  flex: unset;
}
#g-page-surround #g-showcase .g-features2-particle > .g-grid h4.g-features2-particle-title {
  margin: 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
#g-page-surround #g-showcase .g-features2-particle > .g-grid h4.g-features2-particle-title span.g-features2-particle-icon {
  color: #ec1b23;
  font-size: 25px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1574px) {
  #g-page-surround #g-showcase .g-features2-particle > .g-grid {
    flex-wrap: nowrap;
  }
  #g-page-surround #g-showcase .g-features2-particle > .g-grid .g-features2-particle-title a {
    display: flex;
    flex-wrap: nowrap;
    width: 85%;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  #g-page-surround #g-showcase .g-features2-particle > .g-grid {
    margin: 0 18px;
  }
  #g-page-surround #g-showcase .g-features2-particle > .g-grid > .g-block {
    margin-bottom: 0px;
  }
  #g-page-surround #g-showcase .g-features2-particle > .g-grid .g-features2-particle-title a {
    font-size: 0px;
  }
  #g-page-surround #g-showcase .g-features2-particle > .g-grid span.g-features2-particle-icon {
    margin-right: 0px;
  }
}
#g-page-surround #g-subfeature {
  padding-bottom: 0px;
  border-top: 0px !important;
}
#g-page-surround #g-subfeature > .g-container {
  margin: 0 auto;
  width: 94.5rem;
  padding: 0px 10px;
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  #g-page-surround #g-subfeature > .g-container {
    width: 74rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  #g-page-surround #g-subfeature > .g-container {
    width: 56rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #g-page-surround #g-subfeature > .g-container {
    width: 45rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #g-page-surround #g-subfeature > .g-container {
    width: 30rem;
  }
}
@media screen and (max-width: 499px) {
  #g-page-surround #g-subfeature > .g-container {
    width: 100%;
  }
}
#g-page-surround #g-subfeature .g-companies .g-content {
  padding: 0px 10px;
}
#g-page-surround #g-subfeature .g-companies .g-content .g-companies-item {
  padding: 10px;
}
#g-page-surround #g-subfeature .g-companies .g-content .g-companies-item .g-companies-image {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
}
#g-page-surround #g-subfeature .g-companies .g-content .g-companies-item .g-companies-image img {
  border: 0px;
  padding: 15px;
  background: transparent;
  filter: none;
}
@media screen and (min-width: 768px) and (max-width: 1574px) {
  #g-page-surround #g-subfeature .g-companies .g-block {
    flex: auto;
    width: calc(100% / 5);
  }
}
@media screen and (max-width: 767px) {
  #g-page-surround #g-subfeature .g-companies .g-block {
    flex: auto;
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  #g-page-surround #g-subfeature .g-companies .g-block .g-content {
    padding: 0px 35px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1574px) {
  #g-page-surround #g-subfeature .g-companies .g-block .g-content .g-companies-item .g-companies-image img {
    padding: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #g-page-surround #g-subfeature .g-companies .g-companies-item {
    padding: 0px 0px 15px 0px;
  }
}
#g-page-surround #g-maintop > .g-container {
  margin: 0 auto;
  width: 94.5rem;
  padding: 0px 10px;
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  #g-page-surround #g-maintop > .g-container {
    width: 74rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  #g-page-surround #g-maintop > .g-container {
    width: 56rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #g-page-surround #g-maintop > .g-container {
    width: 45rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #g-page-surround #g-maintop > .g-container {
    width: 30rem;
  }
}
@media screen and (max-width: 499px) {
  #g-page-surround #g-maintop > .g-container {
    width: 100%;
  }
}
#g-page-surround #g-maintop .countdown.moduletable .rvm-deals {
  background: #f9f9f9;
  border: 0px;
}
#g-page-surround #g-maintop .countdown.moduletable .rvm-deals .rvmdp-img {
  padding-right: 20px;
}
#g-page-surround #g-maintop .countdown.moduletable .rvm-deals .rvmdp-img img {
  border-radius: 15px;
}
#g-page-surround #g-container-main {
  background-color: #f9f9f9;
}
#g-page-surround #g-container-main > .g-container {
  margin: 0 auto;
  width: 94.5rem;
  padding: 0px 10px;
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  #g-page-surround #g-container-main > .g-container {
    width: 74rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  #g-page-surround #g-container-main > .g-container {
    width: 56rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #g-page-surround #g-container-main > .g-container {
    width: 45rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #g-page-surround #g-container-main > .g-container {
    width: 30rem;
  }
}
@media screen and (max-width: 499px) {
  #g-page-surround #g-container-main > .g-container {
    width: 100%;
  }
}
#g-page-surround #g-container-main > .g-container .g-content {
  margin: 0px;
  padding: 0px;
}
#g-page-surround #g-container-main .com-content-article .popularbrands span {
  position: relative;
  z-index: 9;
  font-size: 28px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
}
#g-page-surround #g-container-main .vp-manufacturer-carousel-cont div h2 a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #353535;
  color: #fff;
  margin-top: 20px;
  padding: 14px 24px 14px 28px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
  border-radius: 10px;
}
#g-page-surround #g-container-main .vp-manufacturer-carousel-cont div h2 a:after {
  display: block;
  position: relative;
  content: "";
  font-family: arial;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-left: 0px;
  border-bottom: 0px;
  transform: rotate(45deg);
}
#g-page-surround #g-container-main .vp-manufacturer-carousel-cont div h2 a:hover {
  background: #494949;
}
#g-page-surround #g-container-main .vp-manufacturer-carousel-cont div h2 a:hover:after {
  transform: rotate(45deg) translate(2px, -2px);
}
#g-page-surround #g-container-main .vp-manufacturer-carousel .owl-wrapper-outer {
  padding-bottom: 15px;
}
#g-page-surround #g-container-main .vp-manufacturer-carousel .owl-wrapper-outer .owl-item a {
  background: #fff;
  border-radius: 15px !important;
}
#g-page-surround #g-container-main .vp-manufacturer-carousel .owl-wrapper-outer .owl-item a img {
  padding: 10px;
}
#g-page-surround #g-container-main .vp-manufacturer-carousel .owl-buttons div {
  background-color: rgba(0, 0, 0, 0.67);
  border: 0px solid black;
  border-radius: 5px;
  transition: background-color 0.3s, visibility 0.4s, opacity 0.4s;
  color: #cdcdcd;
  height: 72px;
  width: 52px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  top: 30%;
}
@media screen and (max-width: 700px) {
  #g-page-surround #g-container-main .vp-manufacturer-carousel .owl-buttons div {
    height: 56px;
    width: 36px;
  }
}
#g-page-surround #g-container-main .vp-manufacturer-carousel .owl-buttons div:hover {
  background-color: rgba(0, 0, 0, 0.81);
}
#g-page-surround #g-container-main .vp-manufacturer-carousel .owl-buttons div.owl-prev:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 2px solid #cdcdcd;
  display: inline-block;
  border-top: 0px;
  border-right: 0px;
  transform: rotate(45deg);
  margin-left: 10px;
}
@media screen and (max-width: 700px) {
  #g-page-surround #g-container-main .vp-manufacturer-carousel .owl-buttons div.owl-prev:before {
    height: 10px;
    width: 10px;
    margin: 0px;
  }
}
#g-page-surround #g-container-main .vp-manufacturer-carousel .owl-buttons div.owl-next:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 2px solid #cdcdcd;
  display: inline-block;
  border-top: 0px;
  border-right: 0px;
  transform: rotate(225deg);
  margin-right: 8px;
}
@media screen and (max-width: 700px) {
  #g-page-surround #g-container-main .vp-manufacturer-carousel .owl-buttons div.owl-next:before {
    height: 10px;
    width: 10px;
    margin: 0px;
  }
}
#g-page-surround #g-container-main .vp-manufacturer-carousel:hover .owl-buttons div.owl-prev {
  left: -30px;
}
#g-page-surround #g-container-main .vp-manufacturer-carousel:hover .owl-buttons div.owl-next {
  right: -30px;
}
#g-page-surround #g-extension > .g-container, #g-page-surround #g-prebottom > .g-container {
  margin: 0 auto;
  width: 94.5rem;
  padding: 0px 10px;
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  #g-page-surround #g-extension > .g-container, #g-page-surround #g-prebottom > .g-container {
    width: 74rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  #g-page-surround #g-extension > .g-container, #g-page-surround #g-prebottom > .g-container {
    width: 56rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #g-page-surround #g-extension > .g-container, #g-page-surround #g-prebottom > .g-container {
    width: 45rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #g-page-surround #g-extension > .g-container, #g-page-surround #g-prebottom > .g-container {
    width: 30rem;
  }
}
@media screen and (max-width: 499px) {
  #g-page-surround #g-extension > .g-container, #g-page-surround #g-prebottom > .g-container {
    width: 100%;
  }
}
#g-page-surround #g-extension .prods-header, #g-page-surround #g-prebottom .prods-header {
  text-align: left;
}
#g-page-surround #g-extension .prods-header h3, #g-page-surround #g-prebottom .prods-header h3 {
  text-align: center;
}
#g-page-surround #g-extension .prods-header span, #g-page-surround #g-prebottom .prods-header span {
  position: relative;
  z-index: 9;
  font-size: 28px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
}
#g-page-surround #g-extension .slider-wider, #g-page-surround #g-prebottom .slider-wider {
  position: relative;
}
#g-page-surround #g-extension .slider-wider .column.product, #g-page-surround #g-prebottom .slider-wider .column.product {
  width: 16.66%;
}
#g-page-surround #g-extension .slider-wider .column.product .spacer, #g-page-surround #g-prebottom .slider-wider .column.product .spacer {
  padding: 5px;
}
#g-page-surround #g-extension .slider-wider .column.product .containerProducts, #g-page-surround #g-prebottom .slider-wider .column.product .containerProducts {
  padding: 12px;
  margin: 0px;
  border-radius: 15px;
  border: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
#g-page-surround #g-extension .slider-wider .column.product .containerProducts .product-image a, #g-page-surround #g-prebottom .slider-wider .column.product .containerProducts .product-image a {
  display: block;
}
#g-page-surround #g-extension .slider-wider .column.product .containerProducts .product-name, #g-page-surround #g-prebottom .slider-wider .column.product .containerProducts .product-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  height: 52px;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 54px;
  display: flex;
  align-items: flex-start;
}
#g-page-surround #g-extension .slider-wider .column.product .containerProducts .rating-strarz img, #g-page-surround #g-prebottom .slider-wider .column.product .containerProducts .rating-strarz img {
  max-width: 20px;
}
#g-page-surround #g-extension .slider-wider .column.product .containerProducts .manufacturerLogoContainer img.mfg-thumbnail-image, #g-page-surround #g-prebottom .slider-wider .column.product .containerProducts .manufacturerLogoContainer img.mfg-thumbnail-image {
  max-width: 120px;
}
#g-page-surround #g-extension .slider-wider .column.product .containerProducts .product-price, #g-page-surround #g-prebottom .slider-wider .column.product .containerProducts .product-price {
  padding: 0px;
}
#g-page-surround #g-extension .slider-wider .column.product .containerProducts .product-price .PricesalesPrice, #g-page-surround #g-prebottom .slider-wider .column.product .containerProducts .product-price .PricesalesPrice {
  font-size: 30px;
  font-weight: bold;
  color: #12910c;
}
#g-page-surround #g-extension .slider-wider .uk-slidenav, #g-page-surround #g-prebottom .slider-wider .uk-slidenav {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.67);
  border: 0px solid black;
  border-radius: 5px;
  transition: background-color 0.3s, visibility 0.4s, opacity 0.4s;
  color: #cdcdcd;
  height: 72px;
  width: 52px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  top: 30%;
  top: 38%;
}
@media screen and (max-width: 700px) {
  #g-page-surround #g-extension .slider-wider .uk-slidenav, #g-page-surround #g-prebottom .slider-wider .uk-slidenav {
    height: 56px;
    width: 36px;
  }
}
#g-page-surround #g-extension .slider-wider .uk-slidenav.uk-slidenav-previous, #g-page-surround #g-prebottom .slider-wider .uk-slidenav.uk-slidenav-previous {
  left: -20px;
}
#g-page-surround #g-extension .slider-wider .uk-slidenav.uk-slidenav-previous:before, #g-page-surround #g-prebottom .slider-wider .uk-slidenav.uk-slidenav-previous:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 2px solid #cdcdcd;
  display: inline-block;
  border-top: 0px;
  border-right: 0px;
  transform: rotate(45deg);
  margin-left: 10px;
}
@media screen and (max-width: 700px) {
  #g-page-surround #g-extension .slider-wider .uk-slidenav.uk-slidenav-previous:before, #g-page-surround #g-prebottom .slider-wider .uk-slidenav.uk-slidenav-previous:before {
    height: 10px;
    width: 10px;
    margin: 0px;
  }
}
#g-page-surround #g-extension .slider-wider .uk-slidenav.uk-slidenav-next, #g-page-surround #g-prebottom .slider-wider .uk-slidenav.uk-slidenav-next {
  right: -20px;
}
#g-page-surround #g-extension .slider-wider .uk-slidenav.uk-slidenav-next:before, #g-page-surround #g-prebottom .slider-wider .uk-slidenav.uk-slidenav-next:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 2px solid #cdcdcd;
  display: inline-block;
  border-top: 0px;
  border-right: 0px;
  transform: rotate(225deg);
  margin-right: 10px;
}
@media screen and (max-width: 700px) {
  #g-page-surround #g-extension .slider-wider .uk-slidenav.uk-slidenav-next:before, #g-page-surround #g-prebottom .slider-wider .uk-slidenav.uk-slidenav-next:before {
    height: 10px;
    width: 10px;
    margin: 0px;
  }
}
#g-page-surround #g-extension .slider-wider .uk-slidenav:hover, #g-page-surround #g-prebottom .slider-wider .uk-slidenav:hover {
  background-color: rgba(0, 0, 0, 0.81);
}
#g-page-surround #g-extension .slider-wider:hover a.uk-slidenav, #g-page-surround #g-prebottom .slider-wider:hover a.uk-slidenav {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  #g-page-surround #g-extension .slider-wider .column.product .containerProducts .product-name, #g-page-surround #g-prebottom .slider-wider .column.product .containerProducts .product-name {
    font-size: 15px;
    line-height: 1.4;
    height: 45px;
  }
  #g-page-surround #g-extension .slider-wider .column.product .containerProducts .product-price .PricesalesPrice, #g-page-surround #g-prebottom .slider-wider .column.product .containerProducts .product-price .PricesalesPrice {
    font-size: 27px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  #g-page-surround #g-extension .slider-wider .column.product, #g-page-surround #g-prebottom .slider-wider .column.product {
    width: 25%;
  }
  #g-page-surround #g-extension .slider-wider .column.product .containerProducts .product-name, #g-page-surround #g-prebottom .slider-wider .column.product .containerProducts .product-name {
    font-size: 15px;
    line-height: 1.4;
  }
  #g-page-surround #g-extension .slider-wider .column.product .containerProducts .product-price .PricesalesPrice, #g-page-surround #g-prebottom .slider-wider .column.product .containerProducts .product-price .PricesalesPrice {
    font-size: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #g-page-surround #g-extension .slider-wider, #g-page-surround #g-prebottom .slider-wider {
    margin: 0 -25px;
  }
  #g-page-surround #g-extension .slider-wider .column.product, #g-page-surround #g-prebottom .slider-wider .column.product {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  #g-page-surround #g-extension .slider-wider, #g-page-surround #g-prebottom .slider-wider {
    margin: 0 -25px;
  }
  #g-page-surround #g-extension .slider-wider .column.product, #g-page-surround #g-prebottom .slider-wider .column.product {
    width: 50%;
  }
}
@media screen and (min-width: 350px) and (max-width: 499px) {
  #g-page-surround #g-extension .slider-wider .column.product .containerProducts .product-name, #g-page-surround #g-prebottom .slider-wider .column.product .containerProducts .product-name {
    font-size: 15px;
    line-height: 1.4;
    height: 58px;
    max-height: 58px;
  }
  #g-page-surround #g-extension .slider-wider .column.product .containerProducts .product-price .PricesalesPrice, #g-page-surround #g-prebottom .slider-wider .column.product .containerProducts .product-price .PricesalesPrice {
    font-size: 24px;
  }
  #g-page-surround #g-extension .slider-wider .uk-slidenav.uk-slidenav-previous, #g-page-surround #g-prebottom .slider-wider .uk-slidenav.uk-slidenav-previous {
    left: -9px;
  }
  #g-page-surround #g-extension .slider-wider .uk-slidenav.uk-slidenav-next, #g-page-surround #g-prebottom .slider-wider .uk-slidenav.uk-slidenav-next {
    right: -9px;
  }
}
@media screen and (max-width: 349px) {
  #g-page-surround #g-extension .slider-wider .column.product .spacer, #g-page-surround #g-prebottom .slider-wider .column.product .spacer {
    padding: 1px;
  }
  #g-page-surround #g-extension .slider-wider .column.product .containerProducts .product-name, #g-page-surround #g-prebottom .slider-wider .column.product .containerProducts .product-name {
    font-size: 13px;
    line-height: 1.3;
    height: 50px;
    max-height: 50px;
    align-items: baseline;
  }
  #g-page-surround #g-extension .slider-wider .column.product .containerProducts .product-price .PricesalesPrice, #g-page-surround #g-prebottom .slider-wider .column.product .containerProducts .product-price .PricesalesPrice {
    font-size: 22px;
  }
  #g-page-surround #g-extension .slider-wider .column.product .containerProducts .manufacturerLogoContainer img.mfg-thumbnail-image, #g-page-surround #g-prebottom .slider-wider .column.product .containerProducts .manufacturerLogoContainer img.mfg-thumbnail-image {
    max-width: 90px;
  }
  #g-page-surround #g-extension .slider-wider .column.product .containerProducts .rating-strarz img, #g-page-surround #g-prebottom .slider-wider .column.product .containerProducts .rating-strarz img {
    max-width: 18px;
  }
  #g-page-surround #g-extension .slider-wider .column.product .uk-slidenav.uk-slidenav-previous, #g-page-surround #g-prebottom .slider-wider .column.product .uk-slidenav.uk-slidenav-previous {
    left: -9px;
  }
  #g-page-surround #g-extension .slider-wider .column.product .uk-slidenav.uk-slidenav-next, #g-page-surround #g-prebottom .slider-wider .column.product .uk-slidenav.uk-slidenav-next {
    right: -9px;
  }
}
#g-page-surround #g-afterbottom {
  background-position: center;
  background-size: cover;
  padding-top: 0px;
}
#g-page-surround #g-afterbottom > .g-container {
  margin: 0 auto;
  width: 94.5rem;
  padding: 0px 10px;
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  #g-page-surround #g-afterbottom > .g-container {
    width: 74rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  #g-page-surround #g-afterbottom > .g-container {
    width: 56rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #g-page-surround #g-afterbottom > .g-container {
    width: 45rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #g-page-surround #g-afterbottom > .g-container {
    width: 30rem;
  }
}
@media screen and (max-width: 499px) {
  #g-page-surround #g-afterbottom > .g-container {
    width: 100%;
  }
}
#g-page-surround #g-afterbottom .g-particle-intro {
  text-align: left;
}
#g-page-surround #g-afterbottom .g-particle-intro .g-title {
  display: inline;
  position: relative;
  font-size: 30px;
  font-weight: 800;
  z-index: 9;
  color: #fff;
}
#g-page-surround #g-afterbottom .g-particle-intro .g-title-separator {
  display: none;
}
#g-page-surround #g-afterbottom .uk-slider-container ul.uk-slider {
  margin-left: 0px;
}
#g-page-surround #g-afterbottom .uk-slider-container ul.uk-slider li {
  padding-left: 5px;
}
#g-page-surround #g-afterbottom .uk-slider-container ul.uk-slider li .g-content-pro-item {
  border: 1px solid rgba(8, 8, 8, 0.75);
  border-radius: 15px;
}
#g-page-surround #g-afterbottom .uk-slider-container ul.uk-slider li .g-content-pro-item .g-content-pro-image {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#g-page-surround #g-afterbottom .uk-slider-container ul.uk-slider li .g-content-pro-item .g-info-container {
  background: rgba(8, 8, 8, 0.75);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#g-page-surround #g-afterbottom .uk-slider-container ul.uk-slider li .g-content-pro-item .g-info-container .g-content-pro-title {
  height: 54px;
  max-height: 54px;
  text-align: left;
  overflow: hidden;
}
#g-page-surround #g-afterbottom .uk-slider-container ul.uk-slider li .g-content-pro-item .g-info-container .g-content-pro-title a {
  color: #fff;
  text-transform: uppercase;
}
#g-page-surround #g-afterbottom .uk-slider-container ul.uk-slider li .g-content-pro-item .g-info-container .g-content-pro-desc > p {
  text-align: justify;
  overflow: hidden;
  height: 65px;
}
#g-page-surround #g-afterbottom .g-particle-navigation .uk-slidenav {
  background-color: rgba(0, 0, 0, 0.67);
  border: 0px solid black;
  border-radius: 5px;
  transition: background-color 0.3s, visibility 0.4s, opacity 0.4s;
  color: #cdcdcd;
  height: 72px;
  width: 52px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  top: 30%;
  top: 40%;
}
@media screen and (max-width: 700px) {
  #g-page-surround #g-afterbottom .g-particle-navigation .uk-slidenav {
    height: 56px;
    width: 36px;
  }
}
#g-page-surround #g-afterbottom .g-particle-navigation .uk-slidenav.uk-slidenav-previous {
  left: -30px;
}
#g-page-surround #g-afterbottom .g-particle-navigation .uk-slidenav.uk-slidenav-previous:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 2px solid #cdcdcd;
  display: inline-block;
  border-top: 0px;
  border-right: 0px;
  transform: rotate(45deg);
  margin-left: 10px;
}
@media screen and (max-width: 700px) {
  #g-page-surround #g-afterbottom .g-particle-navigation .uk-slidenav.uk-slidenav-previous:before {
    height: 10px;
    width: 10px;
    margin: 0px;
  }
}
#g-page-surround #g-afterbottom .g-particle-navigation .uk-slidenav.uk-slidenav-next {
  right: -30px;
}
#g-page-surround #g-afterbottom .g-particle-navigation .uk-slidenav.uk-slidenav-next:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 2px solid #cdcdcd;
  display: inline-block;
  border-top: 0px;
  border-right: 0px;
  transform: rotate(225deg);
  margin-right: 10px;
}
@media screen and (max-width: 700px) {
  #g-page-surround #g-afterbottom .g-particle-navigation .uk-slidenav.uk-slidenav-next:before {
    height: 10px;
    width: 10px;
    margin: 0px;
  }
}
#g-page-surround #g-afterbottom .g-particle-navigation .uk-slidenav:hover {
  background-color: rgba(0, 0, 0, 0.81);
}
#g-page-surround #g-afterbottom .newsletter form .cf-content-wrap span {
  position: relative;
  font-weight: bold;
}
#g-page-surround #g-afterbottom .newsletter form .cf-content-wrap span:before {
  content: "";
  position: absolute;
  top: -4px;
  background-image: url('../scss/brush-stroke.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  height: 45px;
  left: -21px;
  width: 140%;
  top: -8px;
  height: 49px;
}
#g-page-surround #g-afterbottom .newsletter form button {
  background: #12910c;
}
#g-page-surround #g-afterbottom .newsletter form button .cf-btn-text {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
}
@media screen and (min-width: 960px) and (max-width: 1574px) {
  #g-page-surround #g-afterbottom .uk-slider-container .g-content-pro-title {
    font-size: 16px;
  }
  #g-page-surround #g-afterbottom .uk-slider-container li {
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1249px) {
  #g-page-surround #g-afterbottom .newsletterB form .cf-content-wrap {
    width: 30%;
  }
  #g-page-surround #g-afterbottom .newsletterB form .cf-form-wrap {
    width: 70%;
  }
}
@media screen and (max-width: 959px) {
  #g-page-surround #g-afterbottom {
    padding-bottom: 0px;
  }
  #g-page-surround #g-afterbottom > .g-container .newsletterB > .g-content {
    margin: 0.625rem 0;
    padding: 0.938rem 0;
  }
}
@media screen and (max-width: 639px) {
  #g-page-surround #g-afterbottom .newsletterB form .cf-content-wrap {
    text-align: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 1574px) {
  #g-page-surround .uk-sticky-placeholder .iconMenu > .g-content {
    padding: 0px;
    margin: 0px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  #g-page-surround .LogoTop {
    flex: 0 40%;
    width: 40%;
    order: 1;
  }
  #g-page-surround .pretragaTop {
    flex: 0 60%;
    width: 60%;
    order: 2;
  }
  #g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown {
    width: 125% !important;
    right: 0;
  }
  #g-page-surround .iconMenu {
    flex: 0 100%;
    width: 100%;
    order: 0;
    margin-bottom: -13px;
  }
  #g-page-surround .iconMenu ul.g-toplevel {
    padding: 0px 20px 0px 0px;
    justify-content: end;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #g-page-surround .LogoTop {
    flex: 0 45%;
    width: 45%;
    order: 0;
  }
  #g-page-surround .pretragaTop {
    flex: 0 100%;
    width: 100%;
    order: 2;
  }
  #g-page-surround .pretragaTop .geek-search .search-form .search-results-dropdown {
    width: 125% !important;
    right: 2;
  }
  #g-page-surround .iconMenu {
    flex: 55%;
    width: 55%;
    order: 1;
  }
}
#g-mainbottom, #g-additional, #g-bottom, #g-copyright {
  padding: 0px;
}
#g-page-surround #g-footer, #g-footer {
  padding: 20px 0px 20px 0px;
}
#g-page-surround #g-footer > .g-container, #g-footer > .g-container {
  margin: 0 auto;
  width: 94.5rem;
  padding: 0px 10px;
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  #g-page-surround #g-footer > .g-container, #g-footer > .g-container {
    width: 74rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  #g-page-surround #g-footer > .g-container, #g-footer > .g-container {
    width: 56rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #g-page-surround #g-footer > .g-container, #g-footer > .g-container {
    width: 45rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #g-page-surround #g-footer > .g-container, #g-footer > .g-container {
    width: 30rem;
  }
}
@media screen and (max-width: 499px) {
  #g-page-surround #g-footer > .g-container, #g-footer > .g-container {
    width: 100%;
  }
}
#g-page-surround #g-footer .g-companies .g-companies-item, #g-footer .g-companies .g-companies-item {
  text-align: left;
}
#g-page-surround #g-footer .g-companies .g-companies-item:hover, #g-footer .g-companies .g-companies-item:hover {
  box-shadow: none;
  opacity: 1;
}
#g-page-surround #g-footer .g-companies .g-companies-item img, #g-footer .g-companies .g-companies-item img {
  filter: unset;
  border: 0px;
  background: transparent;
}
#g-page-surround #g-footer .g-companies.company-logo, #g-footer .g-companies.company-logo {
  margin: 0px 0px 15px 0px;
}
#g-page-surround #g-footer .g-companies.company-logo .g-companies-item, #g-footer .g-companies.company-logo .g-companies-item {
  text-align: left;
}
#g-page-surround #g-footer .g-companies.company-logo .g-companies-item img, #g-footer .g-companies.company-logo .g-companies-item img {
  width: 200px;
}
#g-page-surround #g-footer .g-companies.certificate-company, #g-footer .g-companies.certificate-company {
  margin: 30px 0px 0px 0px;
}
#g-page-surround #g-footer .g-companies.cards-logos, #g-footer .g-companies.cards-logos {
  margin: 30px 0px 0px 0px;
}
#g-page-surround #g-footer .g-companies.cards-logos .g-companies-container:hover .g-companies-item, #g-footer .g-companies.cards-logos .g-companies-container:hover .g-companies-item {
  opacity: 1;
}
#g-page-surround #g-footer .g-companies.cards-logos .g-grid, #g-footer .g-companies.cards-logos .g-grid {
  justify-content: left;
}
#g-page-surround #g-footer .g-companies.cards-logos .g-grid .g-block, #g-footer .g-companies.cards-logos .g-grid .g-block {
  flex: unset;
}
#g-page-surround #g-footer .g-companies.cards-logos .g-companies-item, #g-footer .g-companies.cards-logos .g-companies-item {
  margin: 0px 4px 4px 0px;
}
#g-page-surround #g-footer .g-companies.cards-logos .g-companies-item img, #g-footer .g-companies.cards-logos .g-companies-item img {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  width: 60px;
  padding: 3px 0px;
  background: #fff;
}
#g-page-surround #g-footer .moduletable, #g-footer .moduletable {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
#g-page-surround #g-footer .moduletable h3, #g-footer .moduletable h3 {
  text-align: left;
  margin: -3px 0px 24px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}
#g-page-surround #g-footer .moduletable .g-contacts.payment-mods .g-contact-title:before, #g-footer .moduletable .g-contacts.payment-mods .g-contact-title:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  margin: -3px 7px 0px 0px;
  vertical-align: middle;
}
#g-page-surround #g-footer .g-grid:first-child .g-content, #g-footer .g-grid:first-child .g-content {
  margin: 0.625rem 0.625rem 0rem;
}
#g-page-surround #g-footer .company-info .g-contacts-item:nth-child(4), #g-footer .company-info .g-contacts-item:nth-child(4) {
  margin-bottom: 20px;
}
#g-page-surround #g-footer .company-info .g-contacts-item:nth-child(8) .g-contact-value:before, #g-footer .company-info .g-contacts-item:nth-child(8) .g-contact-value:before {
  content: "";
  width: 29px;
  height: 28px;
  display: inline-block;
  background-image: url('../scss/menu-icons/contac.svg');
  background-size: 29px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 7px;
}
#g-page-surround #g-footer .mod-footereu .feu-about-line.feu-icon-clock .feu-line-icon:before, #g-footer .mod-footereu .feu-about-line.feu-icon-clock .feu-line-icon:before {
  content: "";
  width: 29px;
  height: 28px;
  display: inline-block;
  background-image: url('../scss/menu-icons/contac.svg');
  background-size: 29px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#g-page-surround #g-last, #g-last {
  padding: 0px;
  background-color: #3d3d3d;
}
#g-page-surround #g-last > .g-container, #g-last > .g-container {
  margin: 0 auto;
  width: 94.5rem;
  padding: 0px 10px;
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  #g-page-surround #g-last > .g-container, #g-last > .g-container {
    width: 74rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  #g-page-surround #g-last > .g-container, #g-last > .g-container {
    width: 56rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #g-page-surround #g-last > .g-container, #g-last > .g-container {
    width: 45rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #g-page-surround #g-last > .g-container, #g-last > .g-container {
    width: 30rem;
  }
}
@media screen and (max-width: 499px) {
  #g-page-surround #g-last > .g-container, #g-last > .g-container {
    width: 100%;
  }
}
#g-page-surround #g-last > .g-container .g-content, #g-last > .g-container .g-content {
  margin: 0 0.625rem;
  padding: 0 0.938rem;
}
#g-page-surround #g-last div[id^="cf_"], #g-last div[id^="cf_"] {
  background-color: transparent;
}
#g-page-surround #g-last div[id^="cf_"] form[id^="cf"], #g-last div[id^="cf_"] form[id^="cf"] {
  display: flex;
  flex-wrap: wrap;
}
#g-page-surround #g-last div[id^="cf_"] .cf-content-wrap, #g-last div[id^="cf_"] .cf-content-wrap {
  width: 55%;
  padding: 0px;
  line-height: 1;
}
#g-page-surround #g-last div[id^="cf_"] .cf-content-wrap .cf-content-text span, #g-last div[id^="cf_"] .cf-content-wrap .cf-content-text span {
  font-size: 33px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Open Sans";
}
#g-page-surround #g-last div[id^="cf_"] .cf-form-wrap, #g-last div[id^="cf_"] .cf-form-wrap {
  background-color: transparent;
  width: 45%;
}
#g-page-surround #g-last div[id^="cf_"] .cf-form-wrap .cf-fields, #g-last div[id^="cf_"] .cf-form-wrap .cf-fields {
  background-color: #1d1d1d;
  border-radius: 40px;
  align-items: center;
}
#g-page-surround #g-last div[id^="cf_"] .cf-form-wrap .cf-fields .cf-control-group, #g-last div[id^="cf_"] .cf-form-wrap .cf-fields .cf-control-group {
  padding: 0px;
  margin: 0px;
}
#g-page-surround #g-last div[id^="cf_"] .cf-form-wrap input.cf-input, #g-last div[id^="cf_"] .cf-form-wrap input.cf-input {
  border-bottom: 0px solid #fff;
  padding-left: 25px;
  background: transparent;
  border: 0px;
  color: #fff;
}
#g-page-surround #g-last div[id^="cf_"] .cf-form-wrap input.cf-input::placeholder, #g-last div[id^="cf_"] .cf-form-wrap input.cf-input::placeholder {
  color: #ffffff;
}
@media screen and (min-width: 640px) {
  #g-page-surround #g-last div[id^="cf_"] .cf-form-wrap input.cf-input, #g-last div[id^="cf_"] .cf-form-wrap input.cf-input {
    width: 100%;
  }
}
#g-page-surround #g-last div[id^="cf_"] .cf-form-wrap .cf-text-left, #g-last div[id^="cf_"] .cf-form-wrap .cf-text-left {
  text-align: right;
}
#g-page-surround #g-last div[id^="cf_"] .cf-form-wrap button.cf-btn, #g-last div[id^="cf_"] .cf-form-wrap button.cf-btn {
  background-color: #ffdc0f;
  width: 300px;
  border-radius: 40px;
}
#g-page-surround #g-last div[id^="cf_"] .cf-form-wrap button.cf-btn:hover, #g-last div[id^="cf_"] .cf-form-wrap button.cf-btn:hover {
  background-color: #e2c000;
  opacity: 1;
}
#g-page-surround #g-last div[id^="cf_"] .cf-form-wrap button.cf-btn .cf-btn-text, #g-last div[id^="cf_"] .cf-form-wrap button.cf-btn .cf-btn-text {
  font-size: 15px;
  font-weight: bold;
  font-family: "Open Sans";
  letter-spacing: 1px;
  color: #1d1d1d;
}
@media screen and (min-width: 768px) and (max-width: 1249px) {
  #g-page-surround #g-last div[id^="cf_"] .cf-content-wrap, #g-last div[id^="cf_"] .cf-content-wrap {
    width: 100%;
    line-height: 1;
  }
  #g-page-surround #g-last div[id^="cf_"] .cf-form-wrap, #g-last div[id^="cf_"] .cf-form-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #g-page-surround #g-last div[id^="cf_"] .cf-content-wrap, #g-last div[id^="cf_"] .cf-content-wrap {
    width: 100%;
    line-height: 1;
  }
  #g-page-surround #g-last div[id^="cf_"] .cf-form-wrap, #g-last div[id^="cf_"] .cf-form-wrap {
    width: 100%;
    padding: 20px 0px;
  }
}
#g-page-surround #g-copyright, #g-copyright {
  border: 0px;
}
#g-page-surround #g-copyright > .g-container, #g-copyright > .g-container {
  position: relative;
}
#g-page-surround #g-copyright > .g-container:after, #g-copyright > .g-container:after {
  content: "";
  width: 100%;
  height: 80px;
  background-image: url('../scss/header_shadow.png');
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  top: -16px;
}
#g-page-surround #g-copyright > .g-container .g-block > .g-content, #g-copyright > .g-container .g-block > .g-content {
  margin: 0px;
}
#g-page-surround #g-copyright > .g-container > .g-grid, #g-copyright > .g-container > .g-grid {
  align-items: flex-end;
}
#g-page-surround #g-copyright .footersocial.moduletable .g-social a span:before, #g-copyright .footersocial.moduletable .g-social a span:before {
  font-size: 30px;
}
#g-page-surround #g-copyright .footersocial.moduletable .g-social a[aria-label="Twitter"] span.fa-twitter:before, #g-copyright .footersocial.moduletable .g-social a[aria-label="Twitter"] span.fa-twitter:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url('../scss/icons/twitter-2023_gry.svg');
  background-size: 29px;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.eb-dialog {
  background-color: #f9f9f9;
}
.eb-dialog .cat.accordeon {
  background-color: #f9f9f9;
  margin: 50px 0px 25px;
  padding: 0px;
  border: 0px;
}
.eb-dialog .cat.accordeon li {
  border: 0px;
  width: 100%;
}
.eb-dialog .cat.accordeon li .arrow {
  border: 0px;
  padding: 18px 20px 20px;
}
.eb-dialog .cat.accordeon li .vmcat-count.badge {
  color: #646464;
  margin: -20px 50px 0px 0px;
}
.eb-dialog .cat.accordeon li a {
  font-size: 17px;
  font-weight: 600;
  padding: 10px 10px 10px 25px;
  border-radius: 10px;
}
.eb-dialog .cat.accordeon li:hover > a {
  background-color: #f0f0f0;
}
.eb-dialog .cat.accordeon li ul {
  margin-left: 20px !important;
  list-style: none;
}
.eb-dialog .cat.accordeon li ul.level-1, .eb-dialog .cat.accordeon li ul.level-2 {
  background-color: #f9f9f9;
}
.eb-dialog .cat.accordeon li ul li {
  width: 95%;
}
div.cc-window.cc-floating {
  position: fixed;
  max-width: unset !important;
  margin: 0px auto !important;
  left: 0px;
  width: 75vw;
  right: 0px;
  top: unset;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 15px 30px 30px 160px !important;
  color: black;
  background-color: white;
}
div.cc-window.cc-floating:before {
  display: block;
  width: 140px;
  height: 140px;
  content: "";
  background-image: url('../scss/icons/granny.svg');
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
}
div.cc-window.cc-floating .cc-header {
  width: 100%;
  padding: 10px 0px 20px;
  text-transform: uppercase;
  margin: 0px;
}
div.cc-window.cc-floating .cc-message {
  width: 70%;
  line-height: 1.4;
  font-family: "Open Sans";
  font-size: 14px;
  text-align: justify;
  padding: 0px 20px 0px 0px;
}
div.cc-window.cc-floating .cc-message .cc-message-text {
  text-align: justify;
}
div.cc-window.cc-floating .cc-message .cc-cookie-settings-toggle {
  margin: 0px;
  font-size: 15px;
  border: 0px;
  background-color: #ec1b24;
  color: #fff;
  border-radius: 4px;
  padding: 6px 10px;
}
div.cc-window.cc-floating .cc-message .cc-cookie-settings-toggle .cc-cookie-settings-toggler {
  display: none;
}
div.cc-window.cc-floating .cc-compliance {
  width: 29%;
  display: flex;
  align-items: center;
}
div.cc-window.cc-floating .cc-compliance .cc-compliance-list .cc-btn.cc-deny {
  color: black;
  background-color: unset;
  border: 0px;
  position: absolute;
  bottom: 11px;
  left: 8.1%;
}
#g-breadcrumb {
  background: #f9f9f9;
  border: 0px !important;
}
#g-breadcrumb > .g-container {
  margin: 0 auto;
  width: 94.5rem;
  padding: 0px 10px;
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  #g-breadcrumb > .g-container {
    width: 74rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  #g-breadcrumb > .g-container {
    width: 56rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #g-breadcrumb > .g-container {
    width: 45rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #g-breadcrumb > .g-container {
    width: 30rem;
  }
}
@media screen and (max-width: 499px) {
  #g-breadcrumb > .g-container {
    width: 100%;
  }
}
#g-breadcrumb .g-content {
  margin: 10px 0px;
  padding: 15px 0px;
}
#g-breadcrumb .g-content nav ol.breadcrumb li {
  position: relative;
  z-index: 99;
  line-height: 2.2;
  padding: 0px 6px 0px 10px;
}
#g-breadcrumb .g-content nav ol.breadcrumb li:first-child {
  display: none;
}
#g-breadcrumb .g-content nav ol.breadcrumb li:last-child:before {
  display: none;
}
#g-breadcrumb .g-content nav ol.breadcrumb li:not(:nth-child(2)) {
  margin-left: 2px;
}
#g-breadcrumb .g-content nav ol.breadcrumb li:not(:last-child):not(:nth-child(2)):before {
  display: block;
  background: transparent;
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  border-top: 17px solid #f2f2f2;
  border-bottom: 17px solid #f2f2f2;
  border-left: 10px solid transparent;
  left: 0px;
  border-radius: 2px;
  z-index: -1;
}
#g-breadcrumb .g-content nav ol.breadcrumb li:not(:last-child):not(:nth-child(2)):after {
  display: block;
  content: "";
  position: absolute;
  right: -9px;
  top: 0;
  border-top: 17px solid transparent;
  border-left: 10px solid #f2f2f2;
  border-bottom: 17px solid transparent;
  z-index: -1;
}
#g-breadcrumb .g-content nav ol.breadcrumb li:not(:last-child):not(:nth-child(2)) span {
  margin-left: 7px;
}
#g-breadcrumb .g-content nav ol.breadcrumb li:nth-child(2):before {
  display: block;
  background: transparent;
  opacity: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px 0 0 4px;
  border-top: 17px solid #f2f2f2;
  border-bottom: 17px solid #f2f2f2;
  border-radius: 2px;
  z-index: -1;
}
#g-breadcrumb .g-content nav ol.breadcrumb li:nth-child(2):after {
  display: block;
  opacity: 1;
  content: "";
  position: absolute;
  right: -9px;
  top: 0;
  border-radius: 0px;
  border-top: 17px solid transparent;
  border-left: 10px solid #f2f2f2;
  border-bottom: 17px solid transparent;
  z-index: -1;
}
#g-breadcrumb .g-content nav ol.breadcrumb li .pathway {
  padding: 7px 0px;
}
@media screen and (max-width: 767px) {
  #g-breadcrumb .g-content nav ol.breadcrumb {
    margin-left: -5px;
    justify-content: flex-start;
  }
}
.category-view .category-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.category-view .category-view .row {
  width: calc(100% / 6);
  --bs-gutter-x: 0;
  margin: 0px;
}
.category-view .category-view .row .category {
  padding: 0px 8px;
}
.category-view .category-view .row .category .spacer {
  margin-bottom: 15px;
  padding: 6px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #e5e5e5;
}
.category-view .category-view .row .category .spacer img {
  padding: 15px;
}
.category-view .category-view .row .category .spacer h2 {
  font-size: 14px;
  margin: 0px;
  text-transform: uppercase;
  text-align: center;
  padding: 0px;
  height: 60px;
  overflow: hidden;
  align-content: center;
}
.category-view .category-view .row .category .spacer:hover {
  border: 2px solid #e5e5e5;
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  .category-view .category-view .row {
    width: calc(100% / 5);
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  .category-view .category-view .row {
    width: calc(100% / 4);
  }
}
@media screen and (min-width: 500px) and (max-width: 959px) {
  .category-view .category-view .row {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 959px) {
  .category-view .category-view .row .category {
    padding: 0px 3px;
  }
  .category-view .category-view .row .category .spacer {
    margin-bottom: 8px;
  }
  .category-view .category-view .row .category .spacer img {
    padding: 3px;
  }
  .category-view .category-view .row .category .spacer h2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 499px) {
  .category-view .category-view .row {
    width: calc(100% / 2);
  }
}
#g-page-surround .category-view .browse-view {
  padding-left: 15px;
}
#g-page-surround .category-view .browse-view .name-order-wrapper .cat-name h1 {
  font-size: 28px;
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
  text-align: center;
}
#g-page-surround .category-view .browse-view .name-order-wrapper .orderby-displaynumber {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  background: url('../scss/header_shadow.png') top center no-repeat;
  border-top: solid #E9E8E8 1px;
  margin: 10px 0;
  padding: 10px 0;
}
#g-page-surround .category-view .browse-view .name-order-wrapper .orderby-displaynumber .orderby-manufacturerSort {
  text-align: right;
  padding-right: 25px;
  cursor: pointer;
}
#g-page-surround .category-view .browse-view .name-order-wrapper .orderby-displaynumber .orderby-manufacturerSort .orderlistcontainer {
  position: relative;
}
#g-page-surround .category-view .browse-view .name-order-wrapper .orderby-displaynumber .orderby-manufacturerSort .orderlistcontainer .activeOrder {
  padding: 10px 22px 10px 7px;
  position: relative;
  color: #000;
  display: inline-block;
  border-bottom: 1px #CAC9C9 solid;
}
#g-page-surround .category-view .browse-view .name-order-wrapper .orderby-displaynumber .orderby-manufacturerSort .orderlistcontainer .activeOrder span {
  font-size: 15px;
}
#g-page-surround .category-view .browse-view .name-order-wrapper .orderby-displaynumber .orderby-manufacturerSort .orderlistcontainer .activeOrder:after {
  content: "▼";
  position: absolute;
  right: 1px;
  height: 10px;
  margin: auto 0;
  font-size: 10px;
  line-height: 10px;
  top: 16px;
}
#g-page-surround .category-view .browse-view .name-order-wrapper .orderby-displaynumber .orderby-manufacturerSort .orderlistcontainer .orderlist {
  cursor: pointer;
  width: 100%;
  background: #fff;
  min-width: 150px;
  padding: 6px 21px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  z-index: 999;
}
#g-page-surround .category-view .browse-view .name-order-wrapper .orderby-displaynumber .orderby-manufacturerSort .orderlistcontainer .orderlist > div {
  padding: 5px 0px;
}
#g-page-surround .category-view .browse-view .name-order-wrapper .orderby-displaynumber .display-numberSort {
  width: auto;
  margin-right: 30px;
  position: relative;
  color: #000;
  z-index: 1;
  border-bottom: 1px #CAC9C9 solid;
  cursor: pointer;
}
#g-page-surround .category-view .browse-view .name-order-wrapper .orderby-displaynumber .display-numberSort .inputbox {
  width: 50px;
  margin: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: 0px;
  line-height: normal;
  padding: 12px 6px 8px 6px;
  font-size: 15px;
  text-align: left;
}
#g-page-surround .category-view .browse-view .name-order-wrapper .orderby-displaynumber .display-numberSort:after {
  content: "▼";
  position: absolute;
  right: 5px;
  height: 10px;
  margin: auto 0;
  font-size: 10px;
  line-height: 10px;
  top: 16px;
  z-index: -1;
}
#g-page-surround .category-view .browse-view .name-order-wrapper .orderby-displaynumber .gridlist .lgbtn {
  font-size: 27px;
  color: #aeb2b6;
  padding: 0px 7px;
  cursor: pointer;
}
#g-page-surround .category-view .browse-view .name-order-wrapper .orderby-displaynumber .gridlist .lgbtn.btn-primary {
  color: #353535;
}
@media screen and (max-width: 767px) {
  #g-page-surround .category-view .browse-view .name-order-wrapper .cat-name {
    text-align: center;
  }
  #g-page-surround .category-view .browse-view .name-order-wrapper .orderby-displaynumber {
    flex-wrap: wrap;
  }
  #g-page-surround .category-view .browse-view .name-order-wrapper .orderby-displaynumber .orderby-manufacturerSort {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 490px) and (max-width: 767px) {
  #g-page-surround .category-view .browse-view .name-order-wrapper .orderby-displaynumber .orderby-manufacturerSort .orderlistcontainer .orderlist {
    width: 68%;
    left: 16%;
  }
}
@media screen and (max-width: 489px) {
  #g-page-surround .category-view .browse-view .name-order-wrapper .orderby-displaynumber .orderby-manufacturerSort .orderlistcontainer .orderlist {
    width: 90%;
    left: 5%;
  }
}
#g-page-surround .category-view .browse-view .horizontal-separator {
  display: none;
}
#g-page-surround .category-view .browse-view .row {
  margin: 0px;
}
#g-page-surround .category-view .browse-view .product {
  width: 100%;
  padding: 0px;
}
#g-page-surround .category-view .browse-view .spacer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px;
  margin: 5px 0px;
  position: relative;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
#g-page-surround .category-view .browse-view .spacer:hover {
  border-color: #cfcfcf;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}
#g-page-surround .category-view .browse-view .spacer .vm-product-media-container {
  flex: 0 0 23%;
  max-width: 23%;
  padding: 0;
  margin: 0px;
  position: relative;
}
#g-page-surround .category-view .browse-view .spacer .vm-product-media-container a img {
  padding: 20px 15px;
}
#g-page-surround .category-view .browse-view .spacer .vm-product-media-container .bw-badge {
  width: 76%;
  height: 76%;
  transform: rotate(-45deg);
  position: absolute;
  top: 1%;
  left: 3%;
  background-repeat: no-repeat;
  background-size: contain;
}
#g-page-surround .category-view .browse-view .spacer .vm-product-media-container .bw-badge.prod_limited {
  background-image: url('../scss/product-badges/limited-edition.png');
}
#g-page-surround .category-view .browse-view .spacer .vm-product-media-container .bw-badge.b-stock {
  background-image: url('../scss/product-badges/b-stock.png');
}
#g-page-surround .category-view .browse-view .spacer .vm-product-media-container .bw-badge.prodYSystemAgent {
  background-image: url('../scss/product-badges/Agent-system.png');
}
#g-page-surround .category-view .browse-view .spacer .cat-productInfo {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 20px 10px 7px 28px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
#g-page-surround .category-view .browse-view .spacer .cat-productInfo .vm-product-descr-container-1, #g-page-surround .category-view .browse-view .spacer .cat-productInfo .vm-product-descr-container-0 {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: unset;
  justify-content: space-around;
}
#g-page-surround .category-view .browse-view .spacer .cat-productInfo .vm-product-descr-container-1 h2, #g-page-surround .category-view .browse-view .spacer .cat-productInfo .vm-product-descr-container-0 h2 {
  text-align: left;
  font-size: 22px;
  line-height: normal;
  margin: 0 0 5px 0;
  font-weight: normal;
}
#g-page-surround .category-view .browse-view .spacer .cat-productInfo .vm-product-descr-container-1 p.product_s_desc, #g-page-surround .category-view .browse-view .spacer .cat-productInfo .vm-product-descr-container-0 p.product_s_desc {
  text-align: left;
  font-size: 12px;
  color: #2d2d2d;
  text-transform: uppercase;
  display: block;
  height: auto;
  padding: 0px;
  margin: 5px 0px 15px;
}
#g-page-surround .category-view .browse-view .spacer .cat-productInfo .vm-product-descr-container-1 .vm-product-rating-container .starrs img, #g-page-surround .category-view .browse-view .spacer .cat-productInfo .vm-product-descr-container-0 .vm-product-rating-container .starrs img {
  width: 22px;
}
#g-page-surround .category-view .browse-view .spacer .cat-productInfo .manufacturer-logo-container {
  text-align: left;
  margin: 5px 0;
}
#g-page-surround .category-view .browse-view .spacer .cat-productInfo .manufacturer-logo-container img {
  max-width: 112px;
  max-height: 112px;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn {
  flex: 0 0 37%;
  max-width: 37%;
  padding: 20px 30px 7px 0px;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn div[class^="vm3pr-"] {
  width: 100%;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .product-price {
  text-align: right;
  margin: 0;
  float: none;
  line-height: normal;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .product-price .PricesalesPrice {
  color: #12910c;
  font-size: 26px;
  font-weight: bold;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .product-price .PricesalesPrice .vm-price-desc {
  display: none;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .product-price .ask-a-question {
  padding: 10px 17px;
  background: #0E6D09;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 4px;
  display: inline-block;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .product-price .PricebasePriceVariant, #g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .product-price .PricepriceWithoutTax {
  display: none;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .product-price .vm-prices-info {
  color: #000;
  text-align: right;
  justify-content: right;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .addtocart-area .addtocart-bar {
  text-align: right !important;
  margin: 0px;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .addtocart-area .addtocart-bar button.addtocart-button {
  background-image: none;
  text-indent: 0px;
  width: auto !important;
  height: auto;
  border: 0px;
  color: #fff;
  margin-top: 0;
  padding: 12px;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  background: #12910c;
  margin-bottom: 25px;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .addtocart-area .addtocart-bar button.addtocart-button:hover {
  box-shadow: none;
  background: #353535;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .addtocart-area .addtocart-bar a.notify {
  background-image: none;
  text-indent: 0px;
  width: auto !important;
  height: auto;
  border: 0px;
  color: #fff;
  margin-top: 0;
  padding: 12px;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  background: #ed1c24;
  display: none;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .addtocart-area .addtocart-bar a.notify:hover {
  box-shadow: none;
  background: #353535;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .addtocart-area .addtocart-bar .quantity-box, #g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .addtocart-area .addtocart-bar .quantity-controls {
  display: none;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .addtocart-area .vmwl-card-notify {
  text-align: right;
  margin-bottom: 15px !important;
  margin-top: -10px !important;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .addtocart-area .vmwl-card-notify button {
  border: 0px !important;
  color: #fff !important;
  margin: 0px 0px 25px 0px !important;
  padding: 12px !important;
  letter-spacing: 1px !important;
  font-size: 16px !important;
  text-transform: uppercase;
  border-radius: 4px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  background: #ed1c24 !important;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .productCat-stock-addtoWC {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: end;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .productCat-stock-addtoWC .stock-level span {
  font-size: 14px !important;
  font-weight: bold;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .productCat-stock-addtoWC .stock-level span.redstock {
  color: #ed1c24;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .productCat-stock-addtoWC .stock-level span.greenstock {
  color: #12910c;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .productCat-stock-addtoWC .wishCompareBoxCat {
  margin-left: 20px;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .productCat-stock-addtoWC .wishCompareBoxCat i.fa {
  background: #fff;
  border-radius: 0px;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .productCat-stock-addtoWC .wishCompareBoxCat i.fa.fa-heart:before {
  content: "";
  display: inline-block;
  background-image: url('../scss/icons/heart_blk.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 26px;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .productCat-stock-addtoWC .wishCompareBoxCat i.fa.fa-random:before {
  content: "";
  display: inline-block;
  background-image: url('../scss/icons/compare.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 26px;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .productCat-stock-addtoWC .wishCompareBoxCat span.vme-tooltip {
  display: none;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .productCat-stock-addtoWC .availabilityDate {
  display: block;
  width: 100%;
  color: #12910c;
  font-weight: bold;
}
#g-page-surround .category-view .browse-view .spacer .cat-productpricebtn .productCat-stock-addtoWC .availabilityDate .availability {
  background: #fff;
  text-align: right;
}
#g-page-surround .category-view .browse-view.grid-view .row {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: calc(100% / 4);
}
#g-page-surround .category-view .browse-view.grid-view .row .product {
  padding: 0px 5px;
}
#g-page-surround .category-view .browse-view.grid-view .row .spacer {
  flex-direction: column;
}
#g-page-surround .category-view .browse-view.grid-view .row .spacer .vm-product-media-container {
  flex: 0 0 100%;
  max-width: 100%;
}
#g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productInfo {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
}
#g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productInfo .vm-product-descr-container-1 h2, #g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productInfo .vm-product-descr-container-0 h2 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  height: 59px;
  overflow: hidden;
}
#g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productInfo .vm-product-descr-container-1 p.product_s_desc, #g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productInfo .vm-product-descr-container-0 p.product_s_desc {
  display: none;
}
#g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productInfo .vm-product-descr-container-1 .vm-product-rating-container, #g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productInfo .vm-product-descr-container-0 .vm-product-rating-container {
  text-align: center;
}
#g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productInfo .vm-product-descr-container-1 .manufacturer-logo-container, #g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productInfo .vm-product-descr-container-0 .manufacturer-logo-container {
  text-align: center;
}
#g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productpricebtn {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
}
#g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productpricebtn .product-price {
  text-align: center;
}
#g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productpricebtn .product-price .PricesalesPrice {
  justify-content: center;
  align-content: center;
  margin: 0px;
}
#g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productpricebtn .vm-prices-info {
  text-align: center;
  justify-content: center;
}
#g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productpricebtn .addtocart-bar > .row {
  width: 100%;
}
#g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productpricebtn .addtocart-bar button.addtocart-button {
  width: 100% !important;
  padding: 10px 0px;
  font-size: 14px;
}
#g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productpricebtn .addtocart-bar button.addtocart-button:hover {
  font-size: 14px;
}
#g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productpricebtn .vmwl-card-notify {
  text-align: right;
  margin: 0px !important;
}
#g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productpricebtn .vmwl-card-notify button {
  margin: 0px 0px 25px 0px !important;
  padding: 12px !important;
  font-size: 14px !important;
  width: 100% !important;
  justify-content: center;
}
#g-page-surround .category-view .browse-view.grid-view .row .spacer .cat-productpricebtn .productCat-stock-addtoWC {
  display: none;
}
#g-page-surround .category-view .browse-view .mscroll-next-page a.button {
  font-weight: 800;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  background-color: #353535;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 14px 24px 14px 28px;
  margin-top: 45px;
  border-radius: 10px;
  transition: background 0.15s ease, transform 0.15s ease;
  cursor: pointer;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
#g-page-surround .category-view .browse-view .mscroll-next-page a.button:hover {
  background: #494949;
}
#g-page-surround .category-view .browse-view .mscroll-next-page a.button:hover svg {
  transform: translateY(2px);
}
.cf_wrapp_all {
  margin-top: 50px;
}
.cf_wrapp_all .cf_flt_wrapper {
  margin-bottom: 20px;
}
.cf_wrapp_all .cf_flt_header {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.cf_wrapp_all .cf_wrapper_inner li {
  margin: 5px 0px 5px 20px;
}
.cf_wrapp_all .cf_wrapper_inner li .form-check {
  padding: 0px;
}
.cf_wrapp_all .cf_wrapper_inner li input.cf_flt {
  position: absolute;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.cf_wrapp_all .cf_wrapper_inner li .cf_link a.cf_option {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  padding: 1px 0px 1px 5px;
  position: relative;
}
.cf_wrapp_all .cf_wrapper_inner li .cf_link a.cf_option:before {
  content: "";
  width: 18px;
  min-width: 18px;
  height: 18px;
  display: inline-block;
  background: #f4f4f4;
  vertical-align: text-bottom;
  border: 1px solid #c7c6c7;
  border-radius: 4px;
}
.cf_wrapp_all .cf_wrapper_inner li .cf_link a.cf_option img {
  vertical-align: text-bottom;
}
.cf_wrapp_all .cf_wrapper_inner input[type="checkbox"]:checked ~ .cf_sel_opt .cf_link a:after {
  content: "";
  width: 6px;
  height: 14px;
  display: inline-block;
  border: solid #3b3b3b;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: left;
  position: absolute;
  top: 2px;
  left: 11px;
  border-bottom-right-radius: 2px;
}
.cf_wrapp_all .cf_wrapper_inner button.cf_show_more {
  padding: 0px;
  margin: 5px 0px 5px 25px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.cf_wrapp_all .cf_resetAll_link {
  display: flex;
}
.cf_wrapp_all .cf_resetAll_link .cf_resetAll_label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.8px;
  color: #fff;
  background-color: #353535;
  padding: 12px 20px;
  border-radius: 10px;
  display: flex;
}
.cf_wrapp_all .cf_resetAll_link .cf_resetAll_label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('../scss/refresh_wht.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  transition: background 0.15s ease, transform 0.15s ease;
}
.cf_wrapp_all .cf_resetAll_link .cf_resetAll_label:hover {
  background-color: #494949;
}
#g-page-surround .productdetails-view.productdetails {
  max-width: none;
  margin: 0px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container {
  display: flex;
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container {
  width: 57%;
  padding-left: 8px;
  padding-right: 40px;
  position: relative;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .prod-detail-name h1 {
  margin: 0px;
  text-align: left;
  color: #000;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .product-short-description {
  text-align: left;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .product-starz .starrs img {
  width: 22px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .main-image {
  padding: 0px 25px 25px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .main-image .MagicToolboxSelectorsContainer {
  background-color: #f9f9f9;
  border-radius: 15px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .main-image .MagicScroll .mcs-wrapper .mcs-item img {
  border-radius: 10px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .YamahaSellOut {
  text-align: left;
  position: absolute;
  top: 30%;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .YamahaSellOut .YamahaSellOut-img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
  width: 101px;
  position: relative;
  z-index: 99;
  margin-top: 10px;
  margin-left: 12px;
  content: url('../scss/product-badges/selloutYamahaBadge-2024.jpg');
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image {
  text-align: left;
  position: absolute;
  z-index: 99;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image span.warranty-yamahaImg, #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image .warranty-KandMImg {
  display: block;
  width: 100px;
  position: relative;
  z-index: 99;
  margin-top: 10px;
  margin-left: 12px;
  height: auto;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image span.warranty-yamahaImg.prodWindInst, #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image span.warranty-yamahaImg.prodGenos2, #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image .warranty-KandMImg.prodWindInst, #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image .warranty-KandMImg.prodGenos2 {
  content: url('../scss/warranty-badges/Yamaha-5YearsWarranty.png');
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image span.warranty-yamahaImg.prod3yGuitar, #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image .warranty-KandMImg.prod3yGuitar {
  content: url('../scss/warranty-badges/Yamaha-3YearsWarranty.png');
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image span.warranty-yamahaImg.prodPiano, #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image .warranty-KandMImg.prodPiano {
  content: url('../scss/warranty-badges/Yamaha_5yearWarranty.png');
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image span.warranty-yamahaImg.prodPianoextra, #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image .warranty-KandMImg.prodPianoextra {
  content: url('../scss/warranty-badges/Yamaha_10yearWarranty.png');
  width: 110px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image span.warranty-yamahaImg.prod4YearYamahaDBR, #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image .warranty-KandMImg.prod4YearYamahaDBR {
  content: url('../scss/warranty-badges/Yamaha-4yearWarranty-zvucnici.png');
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image span.warranty-yamahaImg.prod7YearYamahaMix, #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image .warranty-KandMImg.prod7YearYamahaMix {
  content: url('../scss/warranty-badges/Yamaha-7yearWarranty-zvucnici.png');
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image span.warranty-yamahaImg.prodKandM, #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image .warranty-KandMImg.prodKandM {
  content: url('../scss/warranty-badges/K&M-5YearWarranty-badge.png');
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image span.warranty-yamahaImg.prodMontage, #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image .warranty-KandMImg.prodMontage {
  content: url('../scss/warranty-badges/Yamaha_5yearWarrantyMontage.png');
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-media-container .warranty-image span.warranty-knowmore {
  display: block;
  margin-left: 12px;
  font-weight: bold;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container {
  width: 43%;
  padding-left: 8px;
  padding-right: 10px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .manuf-sku-prodnav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .manuf-sku-prodnav .manufacturerLogoContainer img {
  max-width: 150px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .manuf-sku-prodnav .product-sku-nums .flexibleSKU, #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .manuf-sku-prodnav .product-sku-nums .productMPN, #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .manuf-sku-prodnav .product-sku-nums .productEAN {
  font-size: 12px;
  color: #999;
  margin-bottom: 0px;
  text-transform: uppercase;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .product-price {
  text-align: left;
  float: none;
  padding: 0px 0px 15px;
  margin: 0px;
  line-height: normal;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .product-price .PricesalesPrice {
  color: #12910c;
  font-weight: bold;
  font-size: 50px;
  text-align: left;
  margin-left: 0px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .product-price .vm-prices-info {
  color: #000;
  margin-top: -5px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .product-price .ask-a-question {
  padding: 10px 17px;
  background: #0E6D09;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 4px;
  display: inline-block;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .valuta-info, #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .noneutekst {
  font-size: 14px;
  padding-left: 0px;
  margin: 20px 0px 0px;
  color: #9f9f9f;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .YPremTxtUp {
  margin-bottom: 20px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .YPremTxtUp .requestProduct {
  border: 2px solid #12910c;
  text-align: center;
  padding: 15px 20px;
  border-radius: 4px;
  background: #efefef;
  border-style: dashed;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .YPremTxtUp .requestProduct .reqProd-he {
  color: #ed1c24;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .YPremTxtUp .requestProduct .reqProd-dets {
  color: #353535;
  font-size: 13px;
  font-weight: normal;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .proddetail-availability {
  font-size: 16px;
  margin: 5px 0px 10px;
  display: inline-block;
  font-weight: bold;
  width: auto;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .proddetail-availability .greenstock {
  color: #12910c;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .proddetail-availability .redstock {
  color: #ed1c24;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .prod-datDostupnosti {
  margin: 0;
  color: #12910c;
  font-size: 15px;
  text-align: left;
  margin: 5px 0px 15px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .prod-datDostupnosti .availability {
  text-align: left;
  margin: 3px 0px;
  font-weight: bold;
  background: transparent;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .vmwaitlist-inline-wrap {
  background: #f9f9f9 !important;
  border: 1px solid #ebe6da !important;
  border-radius: 15px !important;
  padding: 17px 20px 20px !important;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .vmwaitlist-inline-wrap button {
  border: 0px !important;
  color: #fff !important;
  padding: 12px !important;
  letter-spacing: 1px !important;
  font-size: 16px !important;
  text-transform: uppercase;
  border-radius: 10px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  background: #ed1c24 !important;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .vmwaitlist-inline-wrap div:nth-child(1) {
  margin-bottom: 15px !important;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .vmwaitlist-inline-wrap a {
  color: #777777 !important;
  font-weight: 700;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .addtocart-area {
  padding: 0px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .addtocart-area .vm-customfields-wrap {
  display: none;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .addtocart-area .addtocart-bar {
  margin: 0;
  text-align: center;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .addtocart-area .addtocart-bar .vm-addtocart-button-wrapper {
  padding: 15px 0px 15px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .addtocart-area .addtocart-bar .quantity-box {
  display: none;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .addtocart-area .addtocart-bar .btn {
  font-size: 20px;
  width: 300px !important;
  border: 0px;
  margin: 0px;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 10px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .addtocart-area .addtocart-bar .btn.notify {
  background: #ed1c24;
  display: none;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .addtocart-area .addtocart-bar .btn.addtocart-button {
  background: #12910c;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .PPaymentArea {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 5px 0px 20px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .PPaymentArea > br {
  display: none;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .PPaymentArea img {
  width: 306px;
  margin: 0px !important;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .delivery-card {
  background: #ffffff !important;
  border: 1px solid #ebe6da;
  border-radius: 14px;
  padding: 24px 28px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .delivery-card .delivery-option-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 0px 16px 16px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .delivery-card .delivery-option-row .delivery-price-tag {
  color: #111827;
  font-size: 14px;
  font-weight: 600;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .delivery-card .delivery-card-footer {
  background: #f5f5f5;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 10px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .delivery-card .delivery-option-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #111827;
  margin-top: 2px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif !important;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .delivery-card .delivery-option-icon .bi:before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .delivery-card .delivery-option-icon .bi-truck:before {
  content: "";
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .tell-on-product {
  margin-top: 10px;
  padding: 10px 15px 10px;
  text-align: center;
  border: 1px solid #ebe6da;
  border-radius: 14px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .tell-on-product a {
  font-weight: 700;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .dostavapd {
  display: inline-block;
  width: 100%;
  margin: 0px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .dostavapd .localShipping {
  color: #111827;
  font-weight: 700;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box {
  margin-top: 35px;
  border-bottom: 1px solid #ddd;
  padding: 30px 0px 20px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  justify-content: space-around;
  padding-bottom: 18px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow .btn-vme-round > i {
  line-height: normal;
  background: #fff;
  width: auto;
  display: block;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow .vme-tooltip {
  display: none;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow .sendFrend {
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow .sendFrend a {
  display: block;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow .sendFrend a img {
  display: none;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow .sendFrend a:before {
  content: "";
  width: 36px;
  height: 31px;
  display: inline-block;
  background-image: url('../scss/icons/envelope.svg');
  background-repeat: no-repeat;
  background-size: contain;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow .sendFrend a span {
  display: block;
  font-size: 11px;
  color: #646464;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow .wishBox button, #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow .wishBox a {
  text-align: center;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow .wishBox button i.fa-heart:before, #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow .wishBox a i.fa-heart:before {
  content: "";
  display: inline-block;
  background-image: url('../scss/icons/heart_blk.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 32px;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow .compareBox button, #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow .compareBox a {
  text-align: center;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow .compareBox button i.fa-random:before, #g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow .compareBox a i.fa-random:before {
  content: "";
  display: inline-block;
  background-image: url('../scss/icons/compare.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 32px;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow .AskBPrice .ask-a-question {
  margin: 0px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow .AskBPrice .ask-a-question a {
  font-size: 15px;
  width: 200px;
  border: 0px;
  color: #fff;
  background: #353535;
  margin: 0px;
  padding: 12px 17px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 10px;
}
#g-page-surround .productdetails-view.productdetails .vm-product-container .vm-product-details-container .icons-box .innrow .AskBPrice .ask-a-question a:hover {
  background: #6B6B6B;
  color: #fff;
}
#g-page-surround .default-agent-showpage {
  padding: 20px;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 15px;
  color: #000;
  line-height: 1.6;
}
#g-page-surround .default-agent-showpage .agent-intro {
  margin-bottom: 20px;
}
#g-page-surround .default-agent-showpage .agent-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
#g-page-surround .default-agent-showpage .agent-box .agent-detail {
  width: 60%;
  padding: 20px;
  align-content: center;
}
#g-page-surround .default-agent-showpage .agent-box .agent-detail .agent-headline {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold;
  font-size: 26px;
  padding-bottom: 10px;
}
#g-page-surround .default-agent-showpage .agent-box .agent-detail .agent-txt {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 17px;
}
#g-page-surround .default-agent-showpage .agent-box .agent-detail .agent-txt .ag-hstyle {
  font-weight: bold;
}
#g-page-surround .default-agent-showpage .agent-box .agent-detail .agent-txt .ag-tstyle {
  margin-bottom: 9px;
}
#g-page-surround .default-agent-showpage .agent-box .agent-media {
  width: 40%;
  padding: 20px;
}
#g-page-surround .default-agent-showpage.CSP-255 .adetail1, #g-page-surround .default-agent-showpage.CSP-275 .adetail1 {
  order: 1;
  width: 100%;
}
#g-page-surround .default-agent-showpage.CSP-255 .adetail13, #g-page-surround .default-agent-showpage.CSP-275 .adetail13 {
  width: 100%;
}
#g-page-surround .default-agent-showpage.CSP-255 .adetail3, #g-page-surround .default-agent-showpage.CSP-255 .adetail5, #g-page-surround .default-agent-showpage.CSP-255 .adetail7, #g-page-surround .default-agent-showpage.CSP-255 .adetail9, #g-page-surround .default-agent-showpage.CSP-255 .adetail11, #g-page-surround .default-agent-showpage.CSP-275 .adetail3, #g-page-surround .default-agent-showpage.CSP-275 .adetail5, #g-page-surround .default-agent-showpage.CSP-275 .adetail7, #g-page-surround .default-agent-showpage.CSP-275 .adetail9, #g-page-surround .default-agent-showpage.CSP-275 .adetail11 {
  order: 1;
}
#g-page-surround .default-agent-showpage.CSP-255 .amedia1, #g-page-surround .default-agent-showpage.CSP-275 .amedia1 {
  order: 0;
  width: 100%;
}
#g-page-surround .default-agent-showpage.CSP-255 .amedia13, #g-page-surround .default-agent-showpage.CSP-275 .amedia13 {
  width: 100%;
}
#g-page-surround .default-agent-showpage.CSP-255 .amedia3, #g-page-surround .default-agent-showpage.CSP-255 .amedia5, #g-page-surround .default-agent-showpage.CSP-255 .amedia7, #g-page-surround .default-agent-showpage.CSP-255 .amedia9, #g-page-surround .default-agent-showpage.CSP-255 .amedia11, #g-page-surround .default-agent-showpage.CSP-275 .amedia3, #g-page-surround .default-agent-showpage.CSP-275 .amedia5, #g-page-surround .default-agent-showpage.CSP-275 .amedia7, #g-page-surround .default-agent-showpage.CSP-275 .amedia9, #g-page-surround .default-agent-showpage.CSP-275 .amedia11 {
  order: 0;
}
#g-page-surround .default-agent-showpage.CSP-255 .abox6, #g-page-surround .default-agent-showpage.CSP-255 .abox7, #g-page-surround .default-agent-showpage.CSP-275 .abox6, #g-page-surround .default-agent-showpage.CSP-275 .abox7 {
  background-color: #000;
  color: #fff;
  margin-bottom: 0px;
  padding: 20px 0px;
  border-bottom: 1px solid #58595b;
}
#g-page-surround .default-agent-showpage.CSP-295 .adetail1, #g-page-surround .default-agent-showpage.CSP-295GP .adetail1 {
  order: 1;
  width: 100%;
}
#g-page-surround .default-agent-showpage.CSP-295 .adetail15, #g-page-surround .default-agent-showpage.CSP-295GP .adetail15 {
  width: 100%;
}
#g-page-surround .default-agent-showpage.CSP-295 .adetail3, #g-page-surround .default-agent-showpage.CSP-295 .adetail5, #g-page-surround .default-agent-showpage.CSP-295 .adetail7, #g-page-surround .default-agent-showpage.CSP-295 .adetail9, #g-page-surround .default-agent-showpage.CSP-295 .adetail11, #g-page-surround .default-agent-showpage.CSP-295 .adetail13, #g-page-surround .default-agent-showpage.CSP-295GP .adetail3, #g-page-surround .default-agent-showpage.CSP-295GP .adetail5, #g-page-surround .default-agent-showpage.CSP-295GP .adetail7, #g-page-surround .default-agent-showpage.CSP-295GP .adetail9, #g-page-surround .default-agent-showpage.CSP-295GP .adetail11, #g-page-surround .default-agent-showpage.CSP-295GP .adetail13 {
  order: 1;
}
#g-page-surround .default-agent-showpage.CSP-295 .amedia1, #g-page-surround .default-agent-showpage.CSP-295GP .amedia1 {
  order: 0;
  width: 100%;
}
#g-page-surround .default-agent-showpage.CSP-295 .amedia15, #g-page-surround .default-agent-showpage.CSP-295GP .amedia15 {
  width: 100%;
}
#g-page-surround .default-agent-showpage.CSP-295 .amedia3, #g-page-surround .default-agent-showpage.CSP-295 .amedia5, #g-page-surround .default-agent-showpage.CSP-295 .amedia7, #g-page-surround .default-agent-showpage.CSP-295 .amedia9, #g-page-surround .default-agent-showpage.CSP-295 .amedia11, #g-page-surround .default-agent-showpage.CSP-295 .amedia13, #g-page-surround .default-agent-showpage.CSP-295GP .amedia3, #g-page-surround .default-agent-showpage.CSP-295GP .amedia5, #g-page-surround .default-agent-showpage.CSP-295GP .amedia7, #g-page-surround .default-agent-showpage.CSP-295GP .amedia9, #g-page-surround .default-agent-showpage.CSP-295GP .amedia11, #g-page-surround .default-agent-showpage.CSP-295GP .amedia13 {
  order: 0;
}
#g-page-surround .default-agent-showpage.CSP-295 .abox6, #g-page-surround .default-agent-showpage.CSP-295 .abox7, #g-page-surround .default-agent-showpage.CSP-295 .abox8, #g-page-surround .default-agent-showpage.CSP-295 .abox9, #g-page-surround .default-agent-showpage.CSP-295GP .abox6, #g-page-surround .default-agent-showpage.CSP-295GP .abox7, #g-page-surround .default-agent-showpage.CSP-295GP .abox8, #g-page-surround .default-agent-showpage.CSP-295GP .abox9 {
  background-color: #000;
  color: #fff;
  margin-bottom: 0px;
  padding: 20px 0px;
  border-bottom: 1px solid #58595b;
}
#g-page-surround .default-agent-showpage.CLP-885 .adetail1, #g-page-surround .default-agent-showpage.CLP-875 .adetail1, #g-page-surround .default-agent-showpage.CLP-895GP .adetail1 {
  order: 1;
  width: 100%;
}
#g-page-surround .default-agent-showpage.CLP-885 .adetail19, #g-page-surround .default-agent-showpage.CLP-875 .adetail19, #g-page-surround .default-agent-showpage.CLP-895GP .adetail19 {
  width: 100%;
}
#g-page-surround .default-agent-showpage.CLP-885 .adetail3, #g-page-surround .default-agent-showpage.CLP-885 .adetail5, #g-page-surround .default-agent-showpage.CLP-885 .adetail7, #g-page-surround .default-agent-showpage.CLP-885 .adetail9, #g-page-surround .default-agent-showpage.CLP-885 .adetail11, #g-page-surround .default-agent-showpage.CLP-885 .adetail13, #g-page-surround .default-agent-showpage.CLP-885 .adetail15, #g-page-surround .default-agent-showpage.CLP-885 .adetail17, #g-page-surround .default-agent-showpage.CLP-875 .adetail3, #g-page-surround .default-agent-showpage.CLP-875 .adetail5, #g-page-surround .default-agent-showpage.CLP-875 .adetail7, #g-page-surround .default-agent-showpage.CLP-875 .adetail9, #g-page-surround .default-agent-showpage.CLP-875 .adetail11, #g-page-surround .default-agent-showpage.CLP-875 .adetail13, #g-page-surround .default-agent-showpage.CLP-875 .adetail15, #g-page-surround .default-agent-showpage.CLP-875 .adetail17, #g-page-surround .default-agent-showpage.CLP-895GP .adetail3, #g-page-surround .default-agent-showpage.CLP-895GP .adetail5, #g-page-surround .default-agent-showpage.CLP-895GP .adetail7, #g-page-surround .default-agent-showpage.CLP-895GP .adetail9, #g-page-surround .default-agent-showpage.CLP-895GP .adetail11, #g-page-surround .default-agent-showpage.CLP-895GP .adetail13, #g-page-surround .default-agent-showpage.CLP-895GP .adetail15, #g-page-surround .default-agent-showpage.CLP-895GP .adetail17 {
  order: 1;
}
#g-page-surround .default-agent-showpage.CLP-885 .amedia1, #g-page-surround .default-agent-showpage.CLP-875 .amedia1, #g-page-surround .default-agent-showpage.CLP-895GP .amedia1 {
  order: 0;
  width: 100%;
}
#g-page-surround .default-agent-showpage.CLP-885 .amedia19, #g-page-surround .default-agent-showpage.CLP-875 .amedia19, #g-page-surround .default-agent-showpage.CLP-895GP .amedia19 {
  width: 100%;
}
#g-page-surround .default-agent-showpage.CLP-885 .amedia3, #g-page-surround .default-agent-showpage.CLP-885 .amedia5, #g-page-surround .default-agent-showpage.CLP-885 .amedia7, #g-page-surround .default-agent-showpage.CLP-885 .amedia9, #g-page-surround .default-agent-showpage.CLP-885 .amedia11, #g-page-surround .default-agent-showpage.CLP-885 .amedia13, #g-page-surround .default-agent-showpage.CLP-885 .amedia15, #g-page-surround .default-agent-showpage.CLP-885 .amedia17, #g-page-surround .default-agent-showpage.CLP-875 .amedia3, #g-page-surround .default-agent-showpage.CLP-875 .amedia5, #g-page-surround .default-agent-showpage.CLP-875 .amedia7, #g-page-surround .default-agent-showpage.CLP-875 .amedia9, #g-page-surround .default-agent-showpage.CLP-875 .amedia11, #g-page-surround .default-agent-showpage.CLP-875 .amedia13, #g-page-surround .default-agent-showpage.CLP-875 .amedia15, #g-page-surround .default-agent-showpage.CLP-875 .amedia17, #g-page-surround .default-agent-showpage.CLP-895GP .amedia3, #g-page-surround .default-agent-showpage.CLP-895GP .amedia5, #g-page-surround .default-agent-showpage.CLP-895GP .amedia7, #g-page-surround .default-agent-showpage.CLP-895GP .amedia9, #g-page-surround .default-agent-showpage.CLP-895GP .amedia11, #g-page-surround .default-agent-showpage.CLP-895GP .amedia13, #g-page-surround .default-agent-showpage.CLP-895GP .amedia15, #g-page-surround .default-agent-showpage.CLP-895GP .amedia17 {
  order: 0;
}
#g-page-surround .default-agent-showpage.CVP-909 .adetail1, #g-page-surround .default-agent-showpage.CVP-905 .adetail1 {
  order: 1;
  width: 100%;
}
#g-page-surround .default-agent-showpage.CVP-909 .adetail12, #g-page-surround .default-agent-showpage.CVP-905 .adetail12 {
  width: 100%;
}
#g-page-surround .default-agent-showpage.CVP-909 .adetail3, #g-page-surround .default-agent-showpage.CVP-909 .adetail5, #g-page-surround .default-agent-showpage.CVP-909 .adetail7, #g-page-surround .default-agent-showpage.CVP-909 .adetail9, #g-page-surround .default-agent-showpage.CVP-909 .adetail11, #g-page-surround .default-agent-showpage.CVP-905 .adetail3, #g-page-surround .default-agent-showpage.CVP-905 .adetail5, #g-page-surround .default-agent-showpage.CVP-905 .adetail7, #g-page-surround .default-agent-showpage.CVP-905 .adetail9, #g-page-surround .default-agent-showpage.CVP-905 .adetail11 {
  order: 1;
}
#g-page-surround .default-agent-showpage.CVP-909 .amedia1, #g-page-surround .default-agent-showpage.CVP-905 .amedia1 {
  order: 0;
  width: 100%;
}
#g-page-surround .default-agent-showpage.CVP-909 .amedia12, #g-page-surround .default-agent-showpage.CVP-905 .amedia12 {
  width: 100%;
}
#g-page-surround .default-agent-showpage.CVP-909 .amedia3, #g-page-surround .default-agent-showpage.CVP-909 .amedia5, #g-page-surround .default-agent-showpage.CVP-909 .amedia7, #g-page-surround .default-agent-showpage.CVP-909 .amedia9, #g-page-surround .default-agent-showpage.CVP-909 .amedia11, #g-page-surround .default-agent-showpage.CVP-905 .amedia3, #g-page-surround .default-agent-showpage.CVP-905 .amedia5, #g-page-surround .default-agent-showpage.CVP-905 .amedia7, #g-page-surround .default-agent-showpage.CVP-905 .amedia9, #g-page-surround .default-agent-showpage.CVP-905 .amedia11 {
  order: 0;
}
#g-page-surround .default-agent-showpage.CVP-909 .abox9, #g-page-surround .default-agent-showpage.CVP-909 .abox10, #g-page-surround .default-agent-showpage.CVP-905 .abox9, #g-page-surround .default-agent-showpage.CVP-905 .abox10 {
  background-color: #000;
  color: #fff;
  margin-bottom: 0px;
  padding: 20px 0px;
  border-bottom: 1px solid #58595b;
}
#g-page-surround .default-agent-showpage.CVP-909 .abox8 .agent-txt ul li:first-child, #g-page-surround .default-agent-showpage.CVP-905 .abox8 .agent-txt ul li:first-child {
  list-style: none;
  padding-bottom: 15px;
}
#g-page-surround .default-agent-showpage.NU1XA .adetail1 {
  order: 1;
  width: 100%;
}
#g-page-surround .default-agent-showpage.NU1XA .adetail17 {
  width: 100%;
}
#g-page-surround .default-agent-showpage.NU1XA .adetail3, #g-page-surround .default-agent-showpage.NU1XA .adetail5, #g-page-surround .default-agent-showpage.NU1XA .adetail7, #g-page-surround .default-agent-showpage.NU1XA .adetail9, #g-page-surround .default-agent-showpage.NU1XA .adetail11, #g-page-surround .default-agent-showpage.NU1XA .adetail13, #g-page-surround .default-agent-showpage.NU1XA .adetail15 {
  order: 1;
}
#g-page-surround .default-agent-showpage.NU1XA .amedia1 {
  order: 0;
  width: 100%;
}
#g-page-surround .default-agent-showpage.NU1XA .amedia17 {
  width: 100%;
}
#g-page-surround .default-agent-showpage.NU1XA .amedia3, #g-page-surround .default-agent-showpage.NU1XA .amedia5, #g-page-surround .default-agent-showpage.NU1XA .amedia7, #g-page-surround .default-agent-showpage.NU1XA .amedia9, #g-page-surround .default-agent-showpage.NU1XA .amedia11, #g-page-surround .default-agent-showpage.NU1XA .amedia13, #g-page-surround .default-agent-showpage.NU1XA .amedia115 {
  order: 0;
}
#g-page-surround .default-agent-showpage.NU1XA .abox12, #g-page-surround .default-agent-showpage.NU1XA .abox13 {
  background-color: #000;
  color: #fff;
  margin-bottom: 0px;
  padding: 20px 0px;
  border-bottom: 1px solid #58595b;
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#g-page-surround .varijacijaproizvoda {
  margin-top: 50px;
  position: relative;
}
#g-page-surround .varijacijaproizvoda .product-fields-title-wrapper {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
#g-page-surround .varijacijaproizvoda ul.uk-grid {
  justify-content: center;
  margin: 0px;
}
#g-page-surround .varijacijaproizvoda ul.uk-grid li {
  padding: 3px;
}
#g-page-surround .varijacijaproizvoda ul.uk-grid li .product-field-display .product-container {
  position: absolute;
  width: auto;
  visibility: hidden;
  display: none;
  opacity: 0;
  left: 10%;
  z-index: 99;
  width: 500px;
}
#g-page-surround .varijacijaproizvoda ul.uk-grid li .product-field-display:hover .product-container {
  top: 135px;
  animation: FadeIn 1s forwards;
  visibility: visible;
  display: block;
}
#g-page-surround .varijacijaproizvoda ul.uk-grid li .product-field-display .variationTooltip {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 10px;
  margin: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
#g-page-surround .varijacijaproizvoda ul.uk-grid li .product-field-display .variationTooltip .vm-product-media-container {
  flex: 0 35%;
  max-width: 35%;
  margin: 0px;
  padding: 0px 10px 0px 0px;
}
#g-page-surround .varijacijaproizvoda ul.uk-grid li .product-field-display .variationTooltip .product-data {
  flex: 0 65%;
  max-width: 65%;
}
#g-page-surround .varijacijaproizvoda ul.uk-grid li .product-field-display .variationTooltip .product-data .vm3pr-related {
  display: none;
}
#g-page-surround .varijacijaproizvoda ul.uk-grid li .product-field-display .variationTooltip .product-data .Rproduct-name {
  font-size: 19px;
  margin-top: 8px;
}
#g-page-surround .varijacijaproizvoda ul.uk-grid li .product-field-display .variationTooltip .product-data .product_s_desc {
  height: auto;
}
#g-page-surround .varijacijaproizvoda ul.uk-grid li .product-field-display .variationTooltip .product-data .vm-product-rating-container {
  margin: 5px 0px;
}
#g-page-surround .varijacijaproizvoda ul.uk-grid li .product-field-display .variationTooltip .product-data .vm-product-rating-container img {
  width: 22px;
}
#g-page-surround .varijacijaproizvoda ul.uk-grid li .product-field-display .variationTooltip .product-data .product-price .PricesalesPrice span.PricesalesPrice {
  font-size: 25px;
}
#g-page-surround .varijacijaproizvoda .uk-slidenav {
  position: absolute;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.67);
  border: 0px solid black;
  border-radius: 5px;
  transition: background-color 0.3s, visibility 0.4s, opacity 0.4s;
  color: #cdcdcd;
  height: 72px;
  width: 52px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  top: 30%;
  top: 38%;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  #g-page-surround .varijacijaproizvoda .uk-slidenav {
    height: 56px;
    width: 36px;
  }
}
#g-page-surround .varijacijaproizvoda .uk-slidenav.uk-slidenav-previous {
  left: -20px;
}
#g-page-surround .varijacijaproizvoda .uk-slidenav.uk-slidenav-previous:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 2px solid #cdcdcd;
  display: inline-block;
  border-top: 0px;
  border-right: 0px;
  transform: rotate(45deg);
  margin-left: 10px;
}
@media screen and (max-width: 700px) {
  #g-page-surround .varijacijaproizvoda .uk-slidenav.uk-slidenav-previous:before {
    height: 10px;
    width: 10px;
    margin: 0px;
  }
}
#g-page-surround .varijacijaproizvoda .uk-slidenav.uk-slidenav-next {
  right: -20px;
}
#g-page-surround .varijacijaproizvoda .uk-slidenav.uk-slidenav-next:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 2px solid #cdcdcd;
  display: inline-block;
  border-top: 0px;
  border-right: 0px;
  transform: rotate(225deg);
  margin-right: 10px;
}
@media screen and (max-width: 700px) {
  #g-page-surround .varijacijaproizvoda .uk-slidenav.uk-slidenav-next:before {
    height: 10px;
    width: 10px;
    margin: 0px;
  }
}
#g-page-surround .povezani-alternativni .product-fields {
  margin: 30px 0px;
}
#g-page-surround .povezani-alternativni .product-fields .product-fields-title-wrapper {
  font-size: 25px;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0px;
}
#g-page-surround .povezani-alternativni .product-fields .product-fields-title-wrapper .product-fields-title strong {
  color: #000;
}
#g-page-surround .povezani-alternativni .product-fields .product-field-display {
  margin-bottom: 20px;
  position: relative;
  max-width: 100%;
}
#g-page-surround .povezani-alternativni .product-fields .product-field-display ul.uk-slider li {
  width: calc(100% / 5);
  padding: 2px;
}
#g-page-surround .povezani-alternativni .product-fields .product-field-display ul.uk-slider li .relalt-product-container {
  padding: 12px;
  margin: 0 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
#g-page-surround .povezani-alternativni .product-fields .product-field-display ul.uk-slider li .relalt-product-container .relalt-product-media-container .relaltnam {
  font-size: 14px;
  text-transform: capitalize;
  height: 42px;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
#g-page-surround .povezani-alternativni .product-fields .product-field-display ul.uk-slider li .relalt-product-container .vm-product-rating-container img {
  width: 22px;
}
#g-page-surround .povezani-alternativni .product-fields .product-field-display ul.uk-slider li .relalt-product-container .manufacturerLogoContainer img {
  width: 100px;
}
#g-page-surround .povezani-alternativni .product-fields .product-field-display ul.uk-slider li .relalt-product-container .product-price .PricesalesPrice {
  margin: 0px;
  font-size: 30px;
  color: #12910c;
  font-weight: bold;
}
#g-page-surround .povezani-alternativni .product-fields .product-field-display ul.uk-slider li .relalt-product-container .product-price .vm-prices-info {
  display: none;
}
#g-page-surround .povezani-alternativni .product-fields .product-field-display ul.uk-slider li .relalt-product-container .product-custompolja {
  display: none;
}
#g-page-surround .povezani-alternativni .product-fields .product-field-display .uk-slidenav {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.67);
  border: 0px solid black;
  border-radius: 5px;
  transition: background-color 0.3s, visibility 0.4s, opacity 0.4s;
  color: #cdcdcd;
  height: 72px;
  width: 52px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  top: 30%;
  top: 38%;
}
@media screen and (max-width: 700px) {
  #g-page-surround .povezani-alternativni .product-fields .product-field-display .uk-slidenav {
    height: 56px;
    width: 36px;
  }
}
#g-page-surround .povezani-alternativni .product-fields .product-field-display .uk-slidenav.uk-slidenav-previous {
  left: -20px;
}
#g-page-surround .povezani-alternativni .product-fields .product-field-display .uk-slidenav.uk-slidenav-previous:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 2px solid #cdcdcd;
  display: inline-block;
  border-top: 0px;
  border-right: 0px;
  transform: rotate(45deg);
  margin-left: 10px;
}
@media screen and (max-width: 700px) {
  #g-page-surround .povezani-alternativni .product-fields .product-field-display .uk-slidenav.uk-slidenav-previous:before {
    height: 10px;
    width: 10px;
    margin: 0px;
  }
}
#g-page-surround .povezani-alternativni .product-fields .product-field-display .uk-slidenav.uk-slidenav-next {
  right: -20px;
}
#g-page-surround .povezani-alternativni .product-fields .product-field-display .uk-slidenav.uk-slidenav-next:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 2px solid #cdcdcd;
  display: inline-block;
  border-top: 0px;
  border-right: 0px;
  transform: rotate(225deg);
  margin-right: 10px;
}
@media screen and (max-width: 700px) {
  #g-page-surround .povezani-alternativni .product-fields .product-field-display .uk-slidenav.uk-slidenav-next:before {
    height: 10px;
    width: 10px;
    margin: 0px;
  }
}
#g-page-surround .povezani-alternativni .product-fields .product-field-display .uk-slidenav:hover {
  background-color: rgba(0, 0, 0, 0.81);
}
#g-page-surround .povezani-alternativni .product-fields .product-field-display:hover a.uk-slidenav {
  visibility: visible;
  opacity: 1;
}
#g-page-surround .reviewProddetail .plgvmreview h2 {
  color: #000;
}
#g-page-surround .reviewProddetail .plgvmreview .totalAverage .reviewTot {
  background: #f9f9f9;
  font-weight: 700;
}
#g-page-surround .product-description-details {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
#g-page-surround .product-description-details div[role="tablist"] > div[data-rlta-element="button"] {
  border: 0px;
  margin: 0px;
  padding: 10px;
}
#g-page-surround .product-description-details div[role="tablist"] > div[data-rlta-element="button"][data-rlta-state="closed"] {
  background: #fff;
  box-shadow: none;
}
#g-page-surround .product-description-details div[role="tablist"] > div[data-rlta-element="button"][aria-selected="true"] h3 {
  border-bottom: 2px solid #353535;
}
#g-page-surround .product-description-details div[role="tablist"] > div[data-rlta-element="button"] h3 {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  color: #353535;
  font-weight: bold;
  text-transform: uppercase;
}
#g-page-surround .product-description-details div[data-rlta-element="button"] {
  border-radius: 15px 15px 0px 0px;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] {
  border: 0px;
  border-radius: 0px 0px 15px 15px;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .txtDetailDesc {
  line-height: 1.6;
  font-size: 16px;
  color: #000;
  padding: 20px;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .product-custompolja > .product-fields {
  display: flex;
  flex-wrap: wrap;
  border: solid #ebebeb;
  border-width: 1px 1px 1px 1px;
  margin-bottom: 15px;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .product-custompolja > .product-fields .product-field {
  padding: 5px 17px;
  width: 50%;
  color: #000;
  font-size: 16px;
  display: flex;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .product-custompolja > .product-fields .product-field .inline-control-group.form-check {
  padding-left: 0px;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .product-custompolja > .product-fields .product-field .inline-control-group.form-check input {
  display: none;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .product-custompolja > .product-fields .product-field strong {
  color: #000;
  margin-right: 10px;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .product-custompolja > .product-fields .product-field:nth-child(2n+1) {
  border: solid #ebebeb;
  border-width: 0 1px 1px 0;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .product-custompolja > .product-fields .product-field:nth-child(2n) {
  border: solid #ebebeb;
  border-width: 0 0px 1px 0;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .product-sets > .product-fields {
  border-bottom: 1px solid #eee;
  font-size: 16px;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .product-sets > .product-fields .product-fields-title-wrapper strong {
  color: #000;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .product-sets .ontopfields .ontop {
  display: flex;
  flex-wrap: wrap;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .product-sets .ontopfields .ontop .product-field {
  font-size: 13px;
  margin: 10px 2px;
  text-align: center;
  float: none;
  display: block;
  width: auto;
  padding: 2px 5px;
  background: #F8F8F8;
  border-radius: 4px;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .product-sets .ontopfields .ontop .product-field .product-fields-title-wrapper, #g-page-surround .product-description-details div[data-rlta-element="panel"] .product-sets .ontopfields .ontop .product-field .product-field-display {
  font-size: 13px;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .YamahaPremium {
  margin-top: 10px;
  padding: 15px;
  background: #eee;
  border-radius: 15px;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .YamahaPremium .YPremTxt span {
  display: block;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .YamahaPremium .YPremTxt span.YPremNote {
  margin-bottom: 15px;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .YamahaPremium .YPremTxt span.YPremDelivery {
  font-weight: bold;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .YamahaPremium .YPremLinks a {
  color: #000;
  font-weight: bold;
  display: block;
  font-size: 15px;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .YamahaPremium span.YPremDelivery:before, #g-page-surround .product-description-details div[data-rlta-element="panel"] .YamahaPremium span.YPremTermsTxt:before, #g-page-surround .product-description-details div[data-rlta-element="panel"] .YamahaPremium span.YPremDataProtectTxt:before {
  content: " ";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .prods-Y-premium {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #eee;
  border-radius: 15px;
  padding: 10px 15px 5px 5px;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .prods-Y-premium .prods-Y-prem-badge {
  width: 15%;
  text-align: center;
}
#g-page-surround .product-description-details div[data-rlta-element="panel"] .prods-Y-premium .prods-Y-prem-txt {
  width: 85%;
}
body.view-productdetails .mz-expand .mz-expand-bg img {
  -webkit-filter: blur(20px) brightness(100%);
  filter: blur(20px) brightness(100%);
}
#g-bottom > .g-container {
  margin: 0 auto;
  width: 94.5rem;
  padding: 0px 10px;
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  #g-bottom > .g-container {
    width: 74rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  #g-bottom > .g-container {
    width: 56rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #g-bottom > .g-container {
    width: 45rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  #g-bottom > .g-container {
    width: 30rem;
  }
}
@media screen and (max-width: 499px) {
  #g-bottom > .g-container {
    width: 100%;
  }
}
#g-bottom .nedavnopregledano .recviewprod h3 {
  margin: 10px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
}
#g-bottom .nedavnopregledano .vmproduct {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 25px;
}
#g-bottom .nedavnopregledano .vmproduct .product-container {
  width: 10%;
}
#g-bottom .nedavnopregledano .vmproduct .product-container .spacer {
  padding: 16px;
  border-radius: 15px;
  background-color: #fff;
  margin: 0px 10px;
}
@media screen and (min-width: 1250px) and (max-width: 1574px) {
  #g-bottom .nedavnopregledano .vmproduct .product-container {
    width: 12%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
  #g-bottom .nedavnopregledano .vmproduct {
    height: 110px;
    overflow: hidden;
  }
  #g-bottom .nedavnopregledano .vmproduct .product-container {
    width: 15%;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #g-bottom .nedavnopregledano .vmproduct {
    height: 90px;
    overflow: hidden;
  }
  #g-bottom .nedavnopregledano .vmproduct .product-container {
    width: 16%;
    padding-bottom: 10px;
  }
  #g-bottom .nedavnopregledano .vmproduct .product-container .spacer {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  #g-bottom .nedavnopregledano .vmproduct .product-container {
    width: 30%;
  }
  #g-bottom .nedavnopregledano .vmproduct .product-container:nth-child(n+4):nth-child(-n+8) {
    display: none;
  }
  #g-bottom .nedavnopregledano .vmproduct .product-container .spacer {
    padding: 10px;
  }
}
.vmessentials-wrapper.vme-wishlist .vme-list-item:nth-child(2) {
  margin-top: 30px;
}
.vmessentials-wrapper.vme-wishlist .product-item {
  box-shadow: none;
  padding: 30px 10px 15px;
  border-radius: 15px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column {
  padding: 0px;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-left {
  width: 23%;
  padding-right: 20px;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-left img.vme-image {
  width: 200px;
  padding: 20px;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-middle {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-middle .wl-prod-name h3 {
  margin-bottom: 5px;
  font-size: 22px;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-middle .wl-prod-desc {
  font-size: 12px;
  color: #2d2d2d;
  text-transform: uppercase;
  margin: 5px 0px 15px;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-middle .wl-prod-sku {
  margin-bottom: 6px;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-middle .wl-prod-sku span.sifra p {
  margin: 0px;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-middle img.mfg-thumbnail-image {
  width: 120px;
  padding-top: 15px;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right {
  width: 27%;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .product-price {
  text-align: right;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .product-price .PricesalesPrice {
  font-size: 26px;
  font-weight: bold;
  color: #12910c;
  margin: 0px;
  justify-content: right;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .product-price .vm-prices-info {
  font-size: 15px;
  justify-content: right;
  color: #000;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .product-price .ask-a-question {
  width: auto !important;
  letter-spacing: 1px;
  font-size: 16px !important;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  padding: 10px 12px;
  background: #353535 !important;
  margin-bottom: 10px;
  display: inline-block;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .product-price .ask-a-question:hover {
  background: #2e2e2e !important;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .addtocart-area {
  margin: 10px 0px 20px;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .addtocart-area .addtocart-bar {
  text-align: right;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .addtocart-area .addtocart-bar .quantity_box, .vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .addtocart-area .addtocart-bar .quantity-box, .vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .addtocart-area .addtocart-bar .quantity-controls {
  display: none;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .addtocart-area .addtocart-bar .btn.btn-primary {
  width: auto !important;
  letter-spacing: 1px;
  font-size: 16px !important;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  padding: 12px 14px !important;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .addtocart-area .addtocart-bar .btn.btn-primary.notify {
  background: #ed1c24 !important;
  border-radius: 10px !important;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .addtocart-area .addtocart-bar .btn.btn-primary.addtocart-button {
  background: #12910c !important;
  border-radius: 10px !important;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .addtocart-area .addtocart-bar .btn.btn-primary:hover {
  background: #353535 !important;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .addtocart-area .vm-customfields-wrap {
  display: none;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .vme-stock-compare {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .vme-stock-compare .stock-level {
  width: 70%;
  text-align: right;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .vme-stock-compare .stock-level span {
  font-size: 14px;
  font-weight: bold;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .vme-stock-compare .stock-level span.greenstock {
  color: #12910c;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .vme-stock-compare .stock-level span.redstock {
  color: #ed1c24;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .vme-stock-compare .wl-prod-comparequickview {
  text-align: right;
  width: 20%;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .vme-stock-compare .wl-prod-comparequickview ul.vme-list-inline {
  margin: 0px;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .vme-stock-compare .wl-prod-comparequickview ul.vme-list-inline li {
  padding: 0px;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .vme-stock-compare .wl-prod-comparequickview i.fa {
  background: #fff;
  border-radius: 0px;
  line-height: normal;
  width: auto;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .vme-stock-compare .wl-prod-comparequickview i.fa.fa-random:before {
  content: "";
  display: inline-block;
  background-image: url('../scss/icons/compare.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 26px;
  margin-top: 5px;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .vme-stock-compare .wl-prod-comparequickview span {
  display: none;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .vme-stock-compare .vme-list-remove {
  width: 10%;
  padding: 0px;
  display: flex;
  justify-content: right;
  align-items: center;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .vme-stock-compare .vme-list-remove .vmessentials-form button {
  font-size: 0px;
  line-height: normal;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column.vme-list-right .vme-stock-compare .vme-list-remove .vmessentials-form button:before {
  content: "";
  font-family: "vmadcicons";
  font-style: normal;
  font-weight: 100;
  display: inline-block;
  text-align: center;
  font-size: 27px;
  color: #2d2f2f;
}
.vmessentials-wrapper.vme-wishlist .product-item .vme-column .vme-list-section {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
#vme-message-box .vme-message.vme-success .vme-message-content {
  color: #468847;
  background-color: #dfeedf;
  border: 1px solid #c4e0c4;
}
.manufacturer-view-default .horizontal-separator {
  margin: 10px 0;
}
.manufacturer-view-default .row .manufacturer {
  width: calc(100% / 4);
}
.manufacturer-view-default .row .manufacturer .spacer {
  border-radius: 15px;
  background-color: #fff;
}
.manufacturer-view-default .row .manufacturer .spacer a img {
  padding: 15px;
}
.sidebar-left.moduletable .manufact-nav li {
  padding: 3px 17px;
}
.sidebar-left.moduletable .manufact-nav li a:before {
  display: none;
}
.com-content-category-blog.blog {
  margin-right: 20px;
}
.com-content-category-blog.blog .blog-item {
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #e8e8e8;
  margin-bottom: 15px;
}
.com-content-category-blog.blog .blog-item .item-image {
  margin: 0px;
}
body.view-custom #g-subfeature, body.view-orders #g-subfeature, body.com_users.view-profile #g-subfeature, body.com_vmessentials.view-wishlist #g-subfeature {
  padding-top: 0px;
}
.korisnicki-izbornik.moduletable ul.g-toplevel {
  text-align: center;
}
.korisnicki-izbornik.moduletable ul.g-toplevel:after {
  content: "";
  width: 100%;
  height: 80px;
  background-image: url('../scss/header_shadow.png');
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}
.korisnicki-izbornik.moduletable ul.g-toplevel .g-menu-item-title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: -0.04em;
  color: #404040;
}
[data-modals-element="modal"][data-modals-theme="classic"] [data-modals-element="container"] {
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 20%;
}
@media screen and (max-width: 1199px) {
  [data-modals-element="modal"][data-modals-theme="classic"] [data-modals-element="container"] {
    width: 95%;
  }
}
.l-box {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.l-box .shipping-costs-table table {
  width: 100%;
  border-collapse: initial;
  background-color: transparent;
  border-spacing: 0;
  border: 1px solid #fff;
  font-size: 12px;
  margin: 10px 0;
  box-sizing: border-box;
}
.l-box .shipping-costs-table table thead th {
  font-weight: bold;
  border: none;
  background-color: transparent;
  text-align: center;
  font-size: 14px;
  padding-bottom: 10px;
  vertical-align: middle;
}
.l-box .shipping-costs-table table thead th:first-child {
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .l-box .shipping-costs-table table thead {
    display: none;
  }
}
.l-box .shipping-costs-table table tbody tr {
  border-bottom: 1px solid #fff;
}
.l-box .shipping-costs-table table tbody tr td {
  border: 1px solid #fff;
  padding: 0;
  vertical-align: middle;
}
.l-box .shipping-costs-table table tbody tr td .arrow-white {
  border-top: 15px solid transparent;
  border-left: 26px solid #fff;
  border-bottom: 15px solid transparent;
  display: inline-block;
  padding: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .l-box .shipping-costs-table table tbody tr td .arrow-white {
    display: none;
  }
}
.l-box .shipping-costs-table table tbody tr td a {
  color: #000;
}
.l-box .shipping-costs-table table tbody tr td span {
  display: inline-block;
  line-height: 2.3;
  color: #000;
}
@media screen and (max-width: 767px) {
  .l-box .shipping-costs-table table tbody tr td span {
    margin-left: 0;
    display: inline-block;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .l-box .shipping-costs-table table tbody tr td span {
    width: 44%;
  }
}
@media screen and (max-width: 499px) {
  .l-box .shipping-costs-table table tbody tr td span {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-box .shipping-costs-table table tbody tr td {
    display: block;
    width: 100%;
    border: 0;
    padding: 0 20px;
  }
  .l-box .shipping-costs-table table tbody tr td.center {
    text-align: left !important;
  }
  .l-box .shipping-costs-table table tbody tr td > span {
    text-align: right;
  }
  .l-box .shipping-costs-table table tbody tr td div span.pull-right {
    text-align: right;
  }
  .l-box .shipping-costs-table table tbody tr td div.country span {
    text-align: left;
  }
  .l-box .shipping-costs-table table tbody tr td:nth-child(2):before {
    content: "Shipping costs:";
  }
  .l-box .shipping-costs-table table tbody tr td:nth-child(3):before {
    content: "Free shipping from:";
  }
  .l-box .shipping-costs-table table tbody tr td:nth-child(4):before {
    content: "Delivery time:";
  }
  .l-box .shipping-costs-table table tbody tr td:nth-child(5):before {
    content: "Max kg:";
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .l-box .shipping-costs-table table tbody tr td:nth-child(2) > div:nth-child(2) {
    width: 44%;
    display: inline-block;
  }
  .l-box .shipping-costs-table table tbody tr td:before {
    width: 55%;
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 499px) {
  .l-box .shipping-costs-table table tbody tr td:nth-child(2) > div:nth-child(2) {
    width: 50%;
    display: inline-block;
  }
  .l-box .shipping-costs-table table tbody tr td:before {
    width: 45%;
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 350px) {
  .l-box .shipping-costs-table table tbody tr td {
    padding: 0 0px 0px 10px;
  }
}
.l-box .shipping-costs-table table tbody tr:nth-child(odd) div.arrow {
  border-top: 15px solid transparent;
  border-left: 26px solid #dfdfdf;
  border-bottom: 15px solid transparent;
  display: inline-block;
  padding: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .l-box .shipping-costs-table table tbody tr:nth-child(odd) div.arrow {
    display: none;
  }
}
.l-box .shipping-costs-table table tbody tr:nth-child(odd) div.country {
  display: inline-block;
  width: 80%;
  background: #dfdfdf;
}
@media screen and (max-width: 767px) {
  .l-box .shipping-costs-table table tbody tr:nth-child(odd) div.country {
    width: 100%;
    margin-top: 10px;
  }
  .l-box .shipping-costs-table table tbody tr:nth-child(odd) div.country span {
    width: 70%;
    font-size: 14px;
  }
}
.l-box .shipping-costs-table table tbody tr:nth-child(odd) .colored {
  background: #dfdfdf;
}
@media screen and (max-width: 767px) {
  .l-box .shipping-costs-table table tbody tr:nth-child(odd) .arrow {
    background: #dfdfdf;
  }
}
.l-box .shipping-costs-table table tbody tr:nth-child(even) div.arrow {
  border-top: 15px solid transparent;
  border-left: 26px solid #f2f4f4;
  border-bottom: 15px solid transparent;
  display: inline-block;
  padding: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .l-box .shipping-costs-table table tbody tr:nth-child(even) div.arrow {
    display: none;
  }
}
.l-box .shipping-costs-table table tbody tr:nth-child(even) div.country {
  display: inline-block;
  width: 80%;
  background: #f2f4f4;
}
@media screen and (max-width: 767px) {
  .l-box .shipping-costs-table table tbody tr:nth-child(even) div.country {
    width: 100%;
    margin-top: 10px;
  }
  .l-box .shipping-costs-table table tbody tr:nth-child(even) div.country span {
    width: 70%;
    font-size: 14px;
  }
}
.l-box .shipping-costs-table table tbody tr:nth-child(even) .colored {
  background: #f2f4f4;
}
@media screen and (max-width: 767px) {
  .l-box .shipping-costs-table table tbody tr:nth-child(even) .arrow {
    background: #f2f4f4;
  }
}
.l-box .shipping-costs-table table tbody tr .nopad {
  padding: 0;
}
.l-box .shipping-costs-table table tbody tr .pull-right {
  float: right;
}
.l-box .shipping-costs-table table tbody tr .tran-cost {
  width: 84%;
  text-align: center;
}
.l-box .shipping-costs-table table tbody tr .center {
  text-align: center;
}
.l-box .shipping-costs-table table tbody tr .borderd-right {
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-box .shipping-costs-table table tbody tr .borderd-right {
    border: 0px;
  }
}
@media screen and (max-width: 767px) {
  .l-box .shipping-costs-table table tbody tr {
    display: block;
    width: 100%;
    border: 0;
    font-weight: bold;
  }
  .l-box .shipping-costs-table table tbody tr .tran-cost.pull-right {
    float: none;
    width: 100%;
  }
}
.l-box .shipping-costs-table .sprite {
  background-image: url('https://eurounit.eu/images/tablica_dostava/flagsprite.png');
  width: 30px;
  height: 30px;
  background-repeat: no-repeat !important;
  float: left;
  padding: 0;
  margin: 0;
}
.l-box .shipping-costs-table .flag {
  width: 40px;
  height: 30px;
  margin-right: 0px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .l-box .shipping-costs-table .flag {
    width: 35px;
    height: 30px;
    margin-right: 6px;
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .l-box .shipping-costs-table .flag {
    margin-right: 10px;
  }
}
.l-box .shipping-costs-table .flag-ms-at {
  background-position: 0 -33px;
}
.l-box .shipping-costs-table .flag-ms-alb {
  background-position: -126px -33px;
}
.l-box .shipping-costs-table .flag-ms-austr {
  background-position: -126px -153px;
}
.l-box .shipping-costs-table .flag-ms-be {
  background-position: 0 -273px;
}
.l-box .shipping-costs-table .flag-ms-bih {
  background-position: 0 -153px;
}
.l-box .shipping-costs-table .flag-ms-bg {
  background-position: 0 -393px;
}
.l-box .shipping-costs-table .flag-ms-can {
  background-position: -126px -272px;
}
.l-box .shipping-costs-table .flag-ms-cy {
  background-position: -126px -393px;
}
.l-box .shipping-costs-table .flag-ms-chr {
  background-position: -126px -512px;
}
.l-box .shipping-costs-table .flag-ms-is {
  background-position: -126px -632px;
}
.l-box .shipping-costs-table .flag-ms-izr {
  background-position: -126px -753px;
}
.l-box .shipping-costs-table .flag-ms-mac {
  background-position: -126px -871px;
}
.l-box .shipping-costs-table .flag-ms-mal {
  background-position: -126px -993px;
}
.l-box .shipping-costs-table .flag-ms-slk {
  background-position: -126px -1113px;
}
.l-box .shipping-costs-table .flag-ms-dk {
  background-position: 0 -753px;
}
.l-box .shipping-costs-table .flag-ms-ee {
  background-position: 0 -872px;
}
.l-box .shipping-costs-table .flag-ms-fi {
  background-position: 0 -1113px;
}
.l-box .shipping-costs-table .flag-ms-fr {
  background-position: 0 -1233px;
}
.l-box .shipping-costs-table .flag-ms-gr {
  background-position: 0 -1473px;
}
.l-box .shipping-costs-table .flag-ms-hr {
  background-position: 0 -1593px;
}
.l-box .shipping-costs-table .flag-ms-hu {
  background-position: 0 -1712px;
}
.l-box .shipping-costs-table .flag-ms-ir {
  background-position: 0 -1833px;
}
.l-box .shipping-costs-table .flag-ms-it {
  background-position: 0 -1953px;
}
.l-box .shipping-costs-table .flag-ms-jp {
  background-position: 0 -3994px;
}
.l-box .shipping-costs-table .flag-ms-rk {
  background-position: 0 -4113px;
}
.l-box .shipping-costs-table .flag-ms-lv {
  background-position: 0 -2313px;
}
.l-box .shipping-costs-table .flag-ms-lt {
  background-position: 0 -2072px;
}
.l-box .shipping-costs-table .flag-ms-lu {
  background-position: 0 -2193px;
}
.l-box .shipping-costs-table .flag-ms-nl {
  background-position: 0 -2433px;
}
.l-box .shipping-costs-table .flag-ms-no {
  background-position: 0 -2553px;
}
.l-box .shipping-costs-table .flag-ms-de {
  background-position: 0 -633px;
}
.l-box .shipping-costs-table .flag-ms-pl {
  background-position: 0 -2913px;
}
.l-box .shipping-costs-table .flag-ms-pt {
  background-position: 0 -3033px;
}
.l-box .shipping-costs-table .flag-ms-ro {
  background-position: 0 -3153px;
}
.l-box .shipping-costs-table .flag-ms-ru {
  background-position: 0 -3393px;
}
.l-box .shipping-costs-table .flag-ms-slo {
  background-position: 0 -3633px;
}
.l-box .shipping-costs-table .flag-ms-rs {
  background-position: 0 -3273px;
}
.l-box .shipping-costs-table .flag-ms-es {
  background-position: 0 -993px;
}
.l-box .shipping-costs-table .flag-ms-se {
  background-position: 0 -3513px;
}
.l-box .shipping-costs-table .flag-ms-swe {
  background-position: 0 -513px;
}
.l-box .shipping-costs-table .flag-ms-tr {
  background-position: 0 -3753px;
}
.l-box .shipping-costs-table .flag-ms-us {
  background-position: 0 -3873px;
}
.l-box .shipping-costs-table .flag-ms-gb {
  background-position: 0 -1353px;
}
.gjcreviews-header {
  margin-left: 20px;
}
h1.allreviews {
  font-weight: 800;
  font-size: 35px;
  letter-spacing: 1px;
  color: #212121 !important;
  margin-left: 20px;
  text-transform: uppercase;
}
.items.gjcreviews {
  margin-left: 20px;
}
.items.gjcreviews .vmr-top-section {
  justify-content: end;
  gap: 0px;
}
.items.gjcreviews .vmr-top-section .backTo-prodDet {
  width: 100%;
}
.items.gjcreviews .vmr-top-section #gjcvmrinfo {
  width: 50%;
  display: flex;
}
.items.gjcreviews .vmr-top-section #gjcvmrinfo .reviewitemimg {
  margin: 0px 30px 0px 0px;
  width: 30%;
}
.items.gjcreviews .vmr-top-section #gjcvmrinfo .reviewitemimg img {
  margin: 0px;
  width: 100%;
  height: auto !important;
  border: 1px solid #ddd;
}
.items.gjcreviews .vmr-top-section #gjcvmrinfo .vmr-product-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 70%;
}
.items.gjcreviews .vmr-top-section #gjcvmrinfo .vmr-product-meta .rev-prod-name {
  margin-bottom: 10px;
}
.items.gjcreviews .vmr-top-section .vmr-top-main {
  width: 50%;
  display: flex;
}
.items.gjcreviews .vmr-top-section .vmr-top-main .review-total {
  margin-right: 50px;
}
.items.gjcreviews .vmr-top-section .vmr-top-main .vmr-top-actions #gjcvmr_return a.button {
  background: #f5f5f5 !important;
}
.items.gjcreviews .vmr-top-section .vmr-top-main .vmr-top-actions #gjcvmr_return a.button:hover {
  border-color: #e8eaed !important;
  color: #000 !important;
}
.items.gjcreviews .vmr-top-section .vmr-top-main .vmr-top-actions .gjcvmr_product_review_link a {
  border-radius: 10px !important;
  text-transform: uppercase;
  font-weight: 700;
}
.items.gjcreviews .vmr-top-section .vmr-top-main .vmr-top-actions .gjcvmr_product_review_link a:hover {
  transform: unset;
  filter: unset;
  background: #353535 !important;
}
.items.gjcreviews .vmr-review-list .vmr-card-inner {
  background-color: #fff;
  border-radius: 15px;
}
.vmr-load-more-wrap {
  margin-top: 45px;
  text-align: center;
}
.vmr-load-more-wrap button {
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  background-color: #353535;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 30px;
  border: 0px;
  border-radius: 10px;
  display: inline-flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px 14px 28px;
  letter-spacing: 0.08em;
}
.vmr-load-more-wrap button:after {
  content: "";
  font-family: arial;
  width: 6px;
  height: 6px;
  display: block;
  border: 1px solid #fff;
  border-top: 0px;
  border-left: 0px;
  transform: rotate(45deg);
}
.vmr-load-more-wrap button:hover {
  background-color: #494949;
}
.vmr-load-more-wrap button:hover:after {
  transform: rotate(45deg) translate(2px, 2px);
}
.vm-wrap button.vm-order-action.vm-order-action--cancel {
  background: #ed1c24 !important;
}
.vm-wrap button.vm-order-action.vm-order-action--finalize {
  background: #12910c !important;
}
.geek-search-wrapper .geek-search:not(.top-geeksearch) .search-form > form.form-horizontal {
  display: none;
}
.geek-search-wrapper .search-results {
  background: #f9f9f9;
}
.geek-search-wrapper .search-results .browse-view .product {
  display: flex;
  gap: unset;
}
.geek-search-wrapper .search-results .browse-view .product a.ges-row__media {
  width: 23%;
  height: auto;
}
.geek-search-wrapper .search-results .browse-view .product a.ges-row__media img {
  padding: 20px 15px;
}
.geek-search-wrapper .search-results .browse-view .product .ges-row__info {
  gap: unset;
  width: 40%;
  padding: 20px 10px 7px 28px;
}
.geek-search-wrapper .search-results .browse-view .product .ges-row__info .ges-row__title {
  font-size: 22px;
  margin: 0 0 5px 0;
  font-weight: normal;
}
.geek-search-wrapper .search-results .browse-view .product .ges-row__info .ges-row__title a {
  color: #2e2e2e;
}
.geek-search-wrapper .search-results .browse-view .product .ges-row__info .ges-row__category {
  text-align: left;
  font-size: 12px;
  color: #2d2d2d;
  text-transform: uppercase;
  display: block;
  height: auto;
  padding: 0px;
  margin: 5px 0px 15px;
  font-weight: normal;
  letter-spacing: 0px;
}
.geek-search-wrapper .search-results .browse-view .product .ges-row__info .ges-row__rating .p-starrs {
  font-size: 29px;
}
.geek-search-wrapper .search-results .browse-view .product .ges-row__info .ges-row__brand img {
  width: 112px;
  height: auto;
  max-height: unset;
}
.geek-search-wrapper .search-results .browse-view .product .ges-row__actions {
  gap: unset;
  width: 37%;
  padding: 20px 30px 7px 0px;
  align-items: flex-end;
}
.geek-search-wrapper .search-results .browse-view .product .ges-row__actions .ges-row__price {
  margin-bottom: 20px;
}
.geek-search-wrapper .search-results .browse-view .product .ges-row__actions .ges-row__price .ges-row__price-value {
  color: #12910c;
  font-size: 26px;
  font-weight: bold;
}
.geek-search-wrapper .search-results .browse-view .product .ges-row__actions .ges-row__price .ges-row__price-vat {
  font-size: 15px;
  color: #000;
}
.geek-search-wrapper .search-results .browse-view .product .ges-row__actions .ges-row__btn--cart {
  background: #12910c;
  margin-bottom: 25px;
  width: auto;
  height: auto;
  border: 0px;
  color: #fff;
  padding: 12px;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}
.geek-search-wrapper .search-results .browse-view .product .ges-row__actions .ges-row__status {
  font-size: 14px;
}
.geek-search-wrapper .search-results .browse-view .product .ges-row__status .ges-row__icon-btn {
  display: none;
}
.mod-login.mlu-form {
  padding: 15px;
}
.mod-login.mlu-form .mlu-field-group .mlu-input-wrap .mlu-input {
  padding-left: 35px;
  border-radius: 5px;
  background: #f9f9f9;
}
.mod-login.mlu-form .mlu-field-group .mlu-input-wrap .mlu-input:focus {
  box-shadow: none !important;
  border: 1px solid #e2e2e2 !important;
}
.mod-login.mlu-form .mlu-btn-primary {
  background: #ec1b23;
}
.mod-login.mlu-form .mlu-links a {
  color: #ec1b23;
}
.product-sets .relalt-product-container .relaltimg {
  display: none;
}
.product-sets .vm-product-rating-container {
  display: none;
}
.product-sets .manufacturerLogoContainer {
  display: none;
}
.product-sets .product-price {
  display: none;
}
.product-sets .uk-slidenav {
  display: none;
}
.product-sets .product-field-type-E > .product-fields-title-wrapper > .product-fields-title {
  text-transform: uppercase;
  font-size: 17px;
}
.product-sets .product-field-type-E > .product-fields-title-wrapper > .product-field-display {
  padding: 30px 15px;
}
.product-sets ul {
  margin-top: 10px;
  width: 100%;
  min-width: unset !important;
}
.product-sets ul li {
  display: block;
  float: none;
  left: unset !important;
  width: auto !important;
  margin-bottom: 15px;
  position: relative;
}
.product-sets ul li .relaltnam {
  font-weight: 700;
  font-size: 17px;
  color: #000;
}
.product-sets ul li .product-custompolja {
  display: flex;
}
.product-sets ul li .product-custompolja .product-field {
  font-size: 13px;
  text-align: center;
  font-size: 13px;
  margin: 10px 5px;
  text-align: center;
  float: none;
  display: block;
  width: auto;
  padding: 2px 5px;
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}
.product-sets ul li .product-custompolja .product-field .product-fields-title {
  font-weight: 700;
  display: block;
}
.product-sets ul li .product-custompolja .product-field .inline-control-group.form-check {
  padding: 0px;
}
.product-sets ul li .product-custompolja .product-field .inline-control-group.form-check input.form-check-input {
  display: none;
}
.product-sets ul li .product-custompolja .product-field .inline-control-group.form-check label.form-check-label {
  padding: 0px;
}
@media screen and (min-width: 1780px) {
  #g-page-surround #g-subfeature > .g-container {
    width: 111.5rem;
  }
}
.vmtc-wrap {
  position: relative;
  margin: 24px 0;
}
.vmtc-wrap .uk-slider li {
  width: calc(100% / 9);
}
.vmtc-wrap .uk-slidenav {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.67);
  border: 0px solid black;
  border-radius: 5px;
  transition: background-color 0.3s, visibility 0.4s, opacity 0.4s;
  color: #cdcdcd;
  height: 72px;
  width: 52px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  top: 30%;
  top: 17%;
}
@media screen and (max-width: 700px) {
  .vmtc-wrap .uk-slidenav {
    height: 56px;
    width: 36px;
  }
}
.vmtc-wrap .uk-slidenav.uk-slidenav-previous {
  left: -30px;
}
.vmtc-wrap .uk-slidenav.uk-slidenav-previous:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 2px solid #cdcdcd;
  display: inline-block;
  border-top: 0px;
  border-right: 0px;
  transform: rotate(45deg);
  margin-left: 10px;
}
@media screen and (max-width: 700px) {
  .vmtc-wrap .uk-slidenav.uk-slidenav-previous:before {
    height: 10px;
    width: 10px;
    margin: 0px;
  }
}
.vmtc-wrap .uk-slidenav.uk-slidenav-next {
  right: -30px;
}
.vmtc-wrap .uk-slidenav.uk-slidenav-next:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 2px solid #cdcdcd;
  display: inline-block;
  border-top: 0px;
  border-right: 0px;
  transform: rotate(225deg);
  margin-right: 10px;
}
@media screen and (max-width: 700px) {
  .vmtc-wrap .uk-slidenav.uk-slidenav-next:before {
    height: 10px;
    width: 10px;
    margin: 0px;
  }
}
.vmtc-wrap .uk-slidenav:hover {
  background-color: rgba(0, 0, 0, 0.81);
}
.vmtc-wrap:hover a.uk-slidenav {
  visibility: visible;
  opacity: 1;
}
.vmtc-wrap .vmtc-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #222;
}
.vmtc-wrap .vmtc-rail-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0px 28px 0px 15px;
}
.vmtc-wrap .vmtc-rail {
  flex: 1 1 auto;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 8px 4px 16px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.vmtc-wrap .vmtc-rail::-webkit-scrollbar {
  display: none;
}
.vmtc-wrap .vmtc-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #222;
  max-width: 140px;
  padding-top: 3px;
}
.vmtc-wrap .vmtc-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  border: 1px solid #ececec;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.vmtc-wrap .vmtc-item:hover .vmtc-circle {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  border-color: #d8d8d8;
}
.vmtc-wrap .vmtc-circle img {
  width: 80%;
  height: 80%;
  object-fit: cover;
  display: block;
}
.vmtc-wrap .vmtc-circle-fallback {
  font-size: 36px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
}
.vmtc-wrap .vmtc-label {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.25;
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
  text-transform: uppercase;
}
.vmtc-wrap .vmtc-link {
  display: flex;
  justify-content: center;
}
.vmtc-wrap .vmtc-link .vmtc-circle {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 0px;
  width: 120px;
  height: 120px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #0f2340;
  text-decoration: none;
  white-space: nowrap;
  margin-top: 9px;
}
.vmtc-wrap .vmtc-link .vmtc-circle:before {
  content: "";
  background-image: url('../scss/catIcon.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 84%;
  position: absolute;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.vmtc-wrap .vmtc-link .vmtc-link-text {
  position: absolute;
  bottom: 32px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #333;
}
.vmtc-wrap .vmtc-link:hover .vmtc-circle {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  border-color: #d8d8d8;
}
.vmtc-wrap .vmtc-link-arrow {
  flex: 0 0 auto;
}
@media (max-width: 600px) {
  .vmtc-wrap .vmtc-rail {
    gap: 16px;
  }
  .vmtc-wrap .vmtc-rail-wrap {
    gap: 8px;
  }
  .vmtc-wrap .vmtc-link {
    padding: 8px 10px;
    font-size: 13px;
  }
}
#vmchat-widget .vmchat-toggle, #vmchat-widget .vmchat-header, #vmchat-widget .vmchat-btn {
  background: #1e1e1e !important;
}
.view-article:not(.itemid-105) #g-mainbody .com-content-article.item-page {
  padding: 10px 25px;
  background: #fff;
  border-radius: 22px;
  margin-left: 20px;
  border: 1px solid #e4e0d7;
  overflow-wrap: break-word;
}
.com-content-article.item-page .g-article-header .icons {
  display: none;
}
#g-sidebar .g-onepage-menu .uk-sticky-placeholder > ul {
  border-radius: 15px;
}
#g-sidebar .g-onepage-menu ul {
  border-radius: 15px;
}
#g-sidebar .g-onepage-menu ul li a {
  font-weight: 600;
  text-transform: uppercase;
}
#g-to-top .g-totop #g-totop-button {
  padding: 11px 17px;
  background: #ffdc0f;
  color: #353535;
}
#g-to-top .g-totop #g-totop-button:hover {
  background: #e2c000;
}
#g-to-top .g-totop #g-totop-button i {
  font-size: 20px;
}
.sidebar-right.moduletable {
  padding: 0px;
  margin: 0px 0px 0px 20px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #e4e0d7;
}
.sidebar-right.moduletable h3.g-title {
  margin: 20px !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.sidebar-right.moduletable h3.g-title:after {
  display: none;
}
.sidebar-right.moduletable h3.g-title span {
  color: #030303;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.sidebar-right.moduletable ul.mod-articles.mod-list {
  margin: 0px;
}
.sidebar-right.moduletable ul.mod-articles.mod-list li {
  padding: 8px 20px;
}
.sidebar-right.moduletable ul.mod-articles.mod-list li:hover {
  background: #eaeaea;
}
.sidebar-right.moduletable ul.mod-articles.mod-list li:last-child:hover {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.sidebar-right.moduletable ul.mod-articles.mod-list li a {
  text-transform: uppercase;
  font-weight: 600;
}
.sidebar-right.moduletable ul.mod-articles.mod-list li a:hover {
  text-decoration: unset;
}
.moduletable.faq-mod h3.g-title {
  text-align: center;
}
.moduletable.faq-mod h3.g-title span {
  font-size: 28px;
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
  text-align: center;
}
.moduletable.faq-mod h3.g-title:after {
  display: none;
}
body.view-productdetails #fancybox-wrap {
  top: 40% !important;
}
body.view-productdetails #fancybox-content {
  width: 700px !important;
  height: 600px !important;
}
body.view-productdetails .ask-a-question-view.aaq-wrap {
  max-width: 800px;
}
[id^="rl_modal_"][data-modals-element="modal"] {
  z-index: 99999;
}
[id^="rl_modal_"] [data-modals-element="slide-content-inner"] {
  max-width: 1371px;
}
/*# sourceMappingURL=custom_12.css.map */