﻿/* GENERAL */

.master-wrapper-page {
  background-color: #fff;
}

.master-column-wrapper {
  padding-top: 20px;
}

.header-upper {
  background-color: #fff;
}

  .header-upper .header-text {
    margin-left: 10px;
  }

  .header-upper .header-text,
  .header-upper .header-links-wrapper label,
  .header-upper .header-links-wrapper .header-links {
    color: #000;
  }

  .header-upper .center .admin-header-links a {
    color: #000;
  }

  .header-upper .center .header-selectors {
    right: 0;
    top: 5px;
    left: unset;
    border-top: none;
    box-shadow: none;
  }

    .header-upper .center .header-selectors .language-selector {
      padding: 0;
    }

      .header-upper .center .header-selectors .language-selector select {
        float: right;
        border: none;
      }

.header-lower .center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

  .header-lower .center .category-navigation-list-wrapper {
    top: 56px;
  }

  .header-lower .center .header-links-wrapper .header-links-account label {
    width: 140px;
    font-size: 16px;
    font-family: 'Archivo-Bold';
    color: #000;
    background-image: url(../img/img_dubai/user.png);
    background-position: 65px center;
    text-align: left;
  }

  .header-lower .center .header-links-wrapper .header-links-account .label-my-account {
    background-position: right center;
  }

  .header-lower .center .header-links-wrapper .header-links-account label:hover {
    color: #121346;
  }

.header-middle {
  padding: 14px 0;
}

  .header-middle .center {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }

    .header-middle .center .search-box span input {
      width: 650px !important;
      border: 1px solid #dedede;
    }

      .header-middle .center .search-box span input:hover {
        border: 1px solid #dedede;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      }

    .header-middle .center .search-box select {
      border: 1px solid #dedede;
    }

.header-middle .center .search-box.with-caregory-search-enabled span input {
  width: 430px !important;
  border: 1px solid #dedede;
}

.search-box.with-caregory-search-enabled input.search-box-button {
  right: 213px;
}

.jCarouselMainWrapper .product-grid .title .title,
.jCarouselMainWrapper .category-grid .title strong,
.intelisale-slider-title,
.bestsellers .title,
.intelisale-default-slider .title {
  color: #121346 !important;
  font-size: 20px !important;
  text-transform: initial !important;
}

.spc-categories .spc-body .category-products .item-box:hover,
.bestsellers .item-box:hover,
.intelisale-bestsellers .item-box:hover {
  text-decoration: none;
  box-shadow: none;
}

.footer .footer-middle .footer-block {
  width: 20%;
}

.modal-opened {
  height: 100vh;
  overflow: hidden;
}

/*ISTAKNUTI PROIZVODI i intelisale-default-slider*/

  /* potrebno je dodati novi ikonice za prev i next*/

  .home-page-product-grid .owl-carousel .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 44%;
    left: -30px;
    display: block !important;
    width: 30px;
    height: 30px;
    background-image: url(../img/img_dubai/arrow-left.png);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
  }

  .home-page-product-grid .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 44%;
    right: -30px;
    display: block !important;
    width: 30px;
    height: 30px;
    background-image: url(../img/img_dubai/arrow-right.png);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
  }

.product-details-page .intelisale-default-slider .item-grid .slick-prev,
.product-details-page .intelisale-default-slider .item-grid .slick-next {
  top: 40%;
  z-index: 99;
  right: 40px;
}

.product-details-page .intelisale-default-slider .item-grid .slick-arrow:hover {
  background-color: transparent !important;
}

.product-details-page .intelisale-default-slider .item-grid .slick-prev:hover {
  background-position: right center;
}

.product-details-page .intelisale-default-slider .item-grid .slick-next:hover {
  background-position: left center;
}

.product-details-page .intelisale-default-slider .item-grid .slick-prev {
  position: relative;
  inset: unset;
  left: -10px;
  bottom: 20px;
}

.product-details-page .intelisale-default-slider .item-grid .slick-next {
  position: relative;
  inset: unset;
  bottom: 20px;
}

.category-page .page-body .category-grid .item-grid,
.listbox .list {
  color: #000;
}

/* FOOTER */
.footer-block ul {
  padding: 0;
}

.footer-block li {
  padding: 0;
  margin-bottom: 12px;
}

.footer-block.quick-contact li {
  padding: 2px 0px;
  color: #ffffff;
}

.footer-block .email:hover,
.footer-block .phone:hover {
  cursor: pointer;
  text-decoration: underline;
}

.footer-block li a {
  line-height: 24px;
  font-family: 'Archivo', sans-serif;
  font-size: 15px;
}

  .footer-block li a:hover {
    color: #ffffff !important;
    text-decoration: underline;
  }

.follow-footer {
  color: #000;
}

  .follow-footer li:hover {
    cursor: pointer;
    text-decoration: underline;
  }

  .follow-footer li {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
  }

  .follow-footer .follow-icon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 14px;
    height: 18px;
    margin: 3px 10px 0 0;
    background-size: 14px;
    background-repeat: no-repeat;
  }

  .follow-footer .facebook-icon {
    background-image: url(../img/facebook.png);
  }

  .follow-footer .youtube-icon {
    background-image: url(../img/youtube.png);
  }

  .follow-footer .instagram-icon {
    background-image: url(../img/instagram.png);
  }

  .follow-footer .twitter-icon {
    background-image: url(../img/twitter.png);
  }

  .follow-footer .linkedin-icon {
    background-image: url(../img/linkedin.png);
  }

  .follow-footer .tiktok-icon {
    background-image: url(../img/tik-tok.png);
  }

.footer-lower .center {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0;
  text-align: left;
}

.footer-disclaimer,
.footer-powered-by {
  display: flex;
  color: #000 !important;
  justify-content: center;
  align-items: center;
}

.footer-store-theme,
.footer-powered-by {
  margin: 0;
}


/* nop jcarousel, intelisale carousel, spc-products, recently-added-products-page - novo, category-page */

.nop-jcarousel .item-box,
.intelisale-slider .item-box,
.spc-products .item-box,
.category-page .item-box,
.search-page .item-box,
.recently-added-products-page .item-box {
  border: 1px solid #dedede;
}

  .nop-jcarousel .product-item .details .product-rating-box,
  .intelisale-slider .product-item .details .product-rating-box,
  .spc-products .product-item .details .product-rating-box,
  .category-page .product-item .details .product-rating-box,
  .recently-added-products-page .product-item .details .product-rating-box,
  .home-page-product-grid .product-item .details .product-rating-box,
  .search-results .product-item .details .product-rating-box,
  .product-tag-page .product-item .details .product-rating-box {
    display: none;
  }

.intelisale-slider .product-item .details .add-info .description,
.spc-products .product-item .details .add-info .description {
  position: absolute;
  bottom: 140px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
  overflow: hidden;
  padding: 0;
  text-align: left;
  font-family: 'Archivo', sans-serif;
  color: #000;
  font-size: 14px;
}

.recently-added-products-page .details .add-info .description,
.product-tag-page .details .add-info .description,
.search-results .details .add-info .description {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 80px;
  overflow: hidden;
  padding: 0;
  text-align: left;
  font-family: 'Archivo', sans-serif;
  color: #000;
  font-size: 14px;
  margin: 0;
  line-height: 26px;
}

.search-results .product-item .details .add-info .prices {
  bottom: 70px;
}

.category-page .product-list .product-item .details .add-info .prices,
.product-tag-page .product-list .product-item .details .add-info .prices,
.search-results .product-list .product-item .details .add-info .prices {
  bottom: 5px;
}

.product-item .add-info .prices span {
  color: #121346 !important;
  font-family: 'Archivo-Bold';
  font-weight: normal;
  font-size: 16px;
}

  .product-item .add-info .prices span.old-price span {
    font-family: 'Archivo', 'sans-serif';
    font-size: 17px;
    color: black !important;
  }

  .product-item .add-info .prices span.crossedout span.price-value {
    text-decoration: line-through;
  }

  .product-item .add-info .prices span.price-label,
  .product-item .add-info .prices span.price-label-tax,
  .price-label,
  .price-label-tax {
    font-size: 12px;
  }

.order-details-page .price-label,
.order-details-page .price-label-tax,
.shopping-cart-page .price-label,
.shopping-cart-page .price-label-tax,
.checkout-page .price-label,
.checkout-page .price-label-tax {
  font-size: 14px;
}

.flyout-cart-wrapper .price-label,
.flyout-cart-wrapper .price-label-tax,
.wishlist-page .price-label,
.wishlist-page .price-label-tax {
  font-size: 13px;
}

.spc-products .product-grid .item-box .buttons-upper,
.category-page .product-grid .item-box .buttons-upper,
.recently-added-products-page .product-grid .item-box .buttons-upper {
  display: none !important;
}

.nop-jcarousel .item-box .ajax-cart-button-wrapper input + button,
.nop-jcarousel .item-box .ajax-cart-button-wrapper select + button,
.intelisale-slider .item-box .ajax-cart-button-wrapper input + button,
.intelisale-slider .item-box .ajax-cart-button-wrapper select + button,
.spc-products .item-box .ajax-cart-button-wrapper input + button,
.spc-products .item-box .ajax-cart-button-wrapper select + button,
.category-page .item-box .ajax-cart-button-wrapper input + button,
.category-page .item-box .ajax-cart-button-wrapper select + button,
.recently-added-products-page .item-box .ajax-cart-button-wrapper input + button,
.recently-added-products-page .item-box .ajax-cart-button-wrapper select + button,
.bestsellers .ajax-cart-button-wrapper input[type="text"],
.bestseller .ajax-cart-button-wrapper select {
  padding: 0 !important;
}

.nop-jcarousel .item-box .ajax-cart-button-wrapper input[type="text"],
.nop-jcarousel .item-box .ajax-cart-button-wrapper select,
.intelisale-slider .item-box .ajax-cart-button-wrapper input[type="text"],
.intelisale-slider .item-box .ajax-cart-button-wrapper select,
.spc-products .item-box .ajax-cart-button-wrapper input[type="text"],
.spc-products .item-box .ajax-cart-button-wrapper select,
.category-page .item-box .ajax-cart-button-wrapper input[type="text"],
.category-page .item-box .ajax-cart-button-wrapper select,
.recently-added-products-page .item-box .ajax-cart-button-wrapper input[type="text"],
.recently-added-products-page .item-box .ajax-cart-button-wrapper select,
.bestsellers .ajax-cart-button-wrapper input[type="text"],
.bestseller .ajax-cart-button-wrapper select,
.search-page .ajax-cart-button-wrapper input[type="text"],
.product-tag-page .ajax-cart-button-wrapper input[type="text"],
.shopping-cart-page .ajax-cart-button-wrapper input[type="text"] {
  top: -43px !important;
  width: 50%;
  padding: 0 22px;
  border: 1px solid #dedede;
}

.nop-jcarousel .item-box:hover .ajax-cart-button-wrapper input[type="text"],
.nop-jcarousel .item-box:hover .ajax-cart-button-wrapper select,
.intelisale-slider .item-box:hover .ajax-cart-button-wrapper input[type="text"],
.intelisale-slider .item-box:hover .ajax-cart-button-wrapper select,
.spc-products .item-box:hover .ajax-cart-button-wrapper input[type="text"],
.spc-products .item-box:hover .ajax-cart-button-wrapper select,
.category-page .item-box:hover .ajax-cart-button-wrapper input[type="text"],
.category-page .item-box:hover .ajax-cart-button-wrapper select,
.recently-added-products-page .item-box:hover .ajax-cart-button-wrapper input[type="text"],
.recently-added-products-page .item-box:hover .ajax-cart-button-wrapper select,
.bestsellers .ajax-cart-button-wrapper input[type="text"],
.bestseller .ajax-cart-button-wrapper select {
  border-width: 1px !important;
}

.jCarouselMainWrapper .slick-prev,
.jCarouselMainWrapper .slick-next {
  top: 50% !important;
  z-index: 99;
}

.jCarouselMainWrapper .carousel-title-no-border .slick-arrow:hover,
.intelisale-slider .owl-arrows-left:hover {
  background-color: transparent !important;
  background-position: center !important;
}

.intelisale-slider .owl-arrows-right:hover {
  background-color: transparent !important;
}

.jCarouselMainWrapper .slick-prev,
.intelisale-slider .owl-arrows-left {
  left: -40px !important;
  background-image: url(../img/img_dubai/arrow-left.png) !important;
  background-position: center !important;
}

.intelisale-slider .owl-arrows-left {
  left: -30px !important;
}

.jCarouselMainWrapper .slick-next,
.intelisale-slider .owl-arrows-right {
  right: -40px !important;
  background-image: url(../img/img_dubai/arrow-right.png) !important;
  background-position: center !important;
}

.intelisale-slider .owl-arrows-right {
  right: -30px !important;
}

  .jCarouselMainWrapper .carousel-title-no-border .slick-next:hover,
  .intelisale-slider .owl-arrows-right:hover {
    background-position: center !important;
  }

.intelisale-slider .owl-nav {
  position: absolute !important;
  top: 50% !important;
  width: 100% !important;
}

.intelisale-slider .owl-controls .owl-dots {
  display: none !important;
}

.product-essential .overview .add-to-cart .qty-input,
.product-variant-list .product-variant-view .product-quantity-price-box .add-to-cart-panel .qty-input {
  /*for absolutely positioning spinners*/
  position: relative;
  top: 0;
  left: 0;
  width: 50%;
  height: 38px;
  padding: 5px;
  padding-right: 25px;
  border-radius: 0;
  border: 1px solid #dedede;
  font-size: 18px;
}

  .quantity-input-dubai::-webkit-outer-spin-button,
  .quantity-input-dubai::-webkit-inner-spin-button,
  .product-essential .overview .add-to-cart .qty-input::-webkit-inner-spin-button,
  .product-essential .overview .add-to-cart .qty-input::-webkit-outer-spin-button,
  .product-variant-list .product-variant-view .product-quantity-price-box .add-to-cart-panel .qty-input::-webkit-inner-spin-button,
  .product-variant-list .product-variant-view .product-quantity-price-box .add-to-cart-panel .qty-input::-webkit-outer-spin-button,
  .productGroupedTable .product-table-cart-btn .add-to-cart-panel input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
    position: absolute;
    opacity: 1;
    top: 0;
    right: 0px;
    width: 25px;
    height: 100%;
  }

.search-page .product-grid .item-box:hover .ajax-cart-button-wrapper input[type="text"],
.search-page .product-grid .item-box:hover .ajax-cart-button-wrapper select {
  border-width: 1px;
}


/* NOP-451 */

.product-details-page .overview .product-name {
  width: 70%;
}

.product-details-page .product-share-button {
  float: right;
  padding: 0;
}

/**/

/* Product page */

.product-grid .item-box .buttons-upper {
  display: none;
}

.prev-next-wrapper {
  display: none;
}

    .breadcrumb a:hover,
    .breadcrumb li > strong:hover {
      text-decoration: underline;
      cursor: pointer;
    }

  .breadcrumb li > a,
  .breadcrumb li > span,
  .breadcrumb li > strong {
    line-height: 21px;
  }

  .breadcrumb li > span,
  .breadcrumb li:first-child > a {
    position: relative;
    bottom: 6px;
  }

.current-item {
  text-transform: lowercase;
}

  .current-item::first-letter {
    text-transform: uppercase;
  }

.product-details-page .page-body .product-essential {
  padding: 0;
  border: none;
  border-bottom: 1px solid #ddd;
}

.product-essential .gallery .picture img {
  height: auto;
}

  .product-details-page .product-essential .overview .product-reviews-overview,
  .product-details-page .product-essential .overview .time-and-price-delivery,
  .product-details-page .product-essential .overview .compare-products,
  .product-details-page .product-essential .overview .email-a-friend {
    display: none;
  }

    .product-details-page .product-essential .overview .add-to-wishlist-button:hover {
      background-color: #DB4D4D !important;
      -webkit-transition: all 0s;
      -o-transition: all 0s;
      transition: all 0s;
    }

  .product-details-page .product-essential .overview .short-description {
    margin: 0 0 10px 0;
    color: #000;
    font-size: 14px;
  }

  .product-details-page .product-essential .overview .product-price {
    line-height: 50px;
    color: #0093dd;
  }

.sku-versions-similar-product {
  display: block;
  margin: 15px 0;
}

.similar-products-btn,
.all-versions-btn,
.read-product-description-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  color: #121346;
  font-size: 15px;
  font-family: 'Archivo', sans-serif;
}

  .similar-products-btn:hover,
  .all-versions-btn:hover,
  .read-product-description-btn:hover {
    text-decoration: underline;
  }

  .similar-products-btn span,
  .all-versions-btn span {
    margin-right: 5px;
    color: #000;
  }

  .similar-products-btn div {
    color: #000;
  }

  .similar-products-btn span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background-image: url(../img/img_dubai/thumbnails.png);
    background-repeat: no-repeat;
  }

.ui-tabs .ui-tabs-nav li a {
  margin-right: 15px;
  text-transform: capitalize;
  font-size: 16px;
  color: #959595 !important;
}

  .ui-tabs .ui-tabs-nav .ui-tabs-active a,
  .ui-tabs .ui-tabs-nav li a:hover {
    color: #121346 !important;
    border-bottom: 0.3rem solid #121346;
  }

  .ui-tabs .ui-tabs-nav li a:after {
    content: none;
  }

.ui-tabs .ui-tabs-panel {
  padding: 0;
  color: #121346;
  border: none;
  font-size: 15px;
}

  .ui-tabs .ui-tabs-panel p {
    margin: 0;
  }

.product-specs-box .data-table tr td {
  padding-left: 0;
}

  .product-specs-box .data-table tr td:first-child {
    font-weight: bold;
  }

.two-column-wrapper .ui-tabs {
  width: 100% !important;
}

.full-description .page {
  min-height: auto;
}

.product-details-page .jCarouselMainWrapper {
  opacity: 0;
  height: 0;
  background-color: #ececec;
}

.j-carousel-close-btn {
  content: "";
  position: absolute;
  z-index: 2;
  top: 60px;
  right: 10px;
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
  background-image: url('../img/img_dubai/close.png');
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: auto;
}

.product-details-page .jCarouselMainWrapper .product-item .details .add-info {
  display: none;
}

.product-details-page .jCarouselMainWrapper .item-box {
  border: 1px solid #dedede !important;
}

.product-details-page .intelisale-default-slider {
  margin: 50px 0;
}

.product-details-page .jCarouselMainWrapper .product-item .details {
  min-height: 80px !important;
}

  .product-details-page .jCarouselMainWrapper .product-item .details .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 80px !important;
    overflow: hidden;
    padding: 12px !important;
    border-top: 0.2rem solid #121346;
    background-color: #fff;
    font-size: 14px;
    font-family: 'Archivo', sans-serif;
    font-weight: 100;
    text-transform: none;
    text-align: left;
    color: #000;
  }

.product-details-page .jCarouselMainWrapper .product-item .picture a img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.product-details-page .jCarouselMainWrapper .product-item {
  padding: 0 !important;
}

.product-details-page .jCarouselMainWrapper .nop-jcarousel .slick-slider {
  padding: 0 40px 20px 40px;
}

.product-details-page .jCarouselMainWrapper .slick-prev {
  left: 0 !important;
  background-position: center;
}

.product-details-page .jCarouselMainWrapper .slick-next {
  right: 0 !important;
  background-position: center;
}

.product-details-page .jCarouselMainWrapper .product-grid .title .title {
  padding: 20px 0 0 20px;
}

  .product-essential .overview .add-to-cart .add-to-cart-panel {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
  }

.product-essential .overview .add-to-cart .qty-input:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
  background: #0093dd url(../img/img_dubai/cart-3.png) no-repeat;
  background-position: 95% center;
}

  .overview .add-to-cart-button:hover {
    outline-color: #0093dd !important;
  }

.product-details-page .product-essential .input-product-detail-box .quantity-detail-product,
.product-details-page .product-essential .select-product-detail-box .quantity-detail-product {
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 18px;
  color: #000;
  text-transform: lowercase;
  text-align: center;
}

.cart th.add-to-cart {
  padding: 20px;
}

.product-details-page .product-essential .packaging-detail-product-box {
  width: 100px;
  height: 70px;
}

  .product-details-page .product-essential .packaging-detail-product-box .packaging-detail-product {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 5px;
    font-weight: 800;
    font-size: 18px;
    color: #000;
    text-align: center;
  }

.product-details-page .product-essential .packaging-detail-product span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 7px;
  cursor: pointer;
  background-image: url(../img/info.png);
  background-repeat: no-repeat;
}

.product-details-page .product-essential .packaging-detail-product-box .packaging-box {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 5px;
  color: #000;
}

  .product-details-page .product-essential .packaging-detail-product-box .packaging-box span {
    margin-right: 5px;
  }

.product-grid .title {
  margin: 0 0 10px;
  border-bottom: none !important;
  padding: 0 0 5px;
  font-size: 30px !important;
  color: #333;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 30px;
  text-align: left;
}

.document-type-btn {
  display: none;
  position: relative;
  bottom: 10px;
  padding: 0.3em 1em;
  font-size: 12px;
  font-family: 'Archivo-Bold';
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: #121346;
  color: #FFF;
}


/* Grouped STRANICA PROIZVODA */

.group-product .product-variant-list-head {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 15px;
  font-family: 'Archivo', sans-serif;
  color: #000;
  font-weight: bold;
}

.group-product .product-number-box {
  width: 15%;
}

.group-product .product-name-box {
  width: 20%;
}

.group-product .product-quantity-price-box {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 65%;
}

.group-product .product-variant-list-head .product-quantity-price-box span {
  width: 25%;
}

.product-variant-list .toggle-box {
  display: none;
}

.product-variant-list .product-variant-view {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 15px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  background-color: #ececec;
  color: #000;
  line-height: 21px;
}

  .product-variant-list .product-variant-view:after {
    content: "<";
    display: block;
    position: absolute;
    right: 15px;
    transform: rotate(-90deg);
    width: 10px;
    height: 10px;
    line-height: 20px;
    text-align: center;
    color: #121346;
  }

.product-variant-list .toggle-box:checked + .product-variant-view:after {
  content: ">";
}

.product-variant-list .product-variant-view .product-number-box .sku .label,
.product-variant-list .product-variant-view .product-quantity-price-box .add-to-cart-panel .quantity-detail-product,
.product-variant-list .product-variant-view .product-quantity-price-box .prices .old-product-price,
.product-variant-list .product-variant-view .product-quantity-price-box .prices .non-discounted-price,
.product-variant-list .product-variant-view .product-quantity-price-box .prices .product-price span:first-child,
.product-variant-list .product-variant-view .product-quantity-price-box .add-to-cart-panel .packaging-detail-product-box .packaging-detail-product {
  display: none;
}

.product-variant-list .product-variant-view .product-number-box .sku .value {
  color: #121346;
  cursor: pointer;
}

  .product-variant-list .product-variant-view .product-number-box .sku .value:hover {
    text-decoration: underline;
  }

.product-variant-list .product-variant-view .product-name-box {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.product-variant-list .product-variant-view .product-quantity-price-box .product-price {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.product-variant-list .product-variant-view .product-quantity-price-box .add-to-cart {
  width: 70%;
}

.product-variant-list .product-variant-view .product-quantity-price-box .add-to-cart-panel {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

  .product-variant-list .product-variant-view .product-quantity-price-box .add-to-cart-panel div {
    width: 50%;
  }

  .product-variant-list .product-variant-view .product-quantity-price-box .add-to-cart-panel .qty-input {
    width: 115px;
  }

  .product-variant-list .product-variant-view .product-quantity-price-box .add-to-cart-panel .ajax-cart-button-wrapper .add-to-cart-button,
  .productGroupedTable .product-table-cart-btn .add-to-cart-panel .add-to-cart-button {
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #0093dd;
    border-color: #0093dd;
    background: #0093dd url(../img/img_dubai/cart-3.png) no-repeat;
    background-position: center;
    border: none;
    font-size: 0;
  }

.product-variant-list .product-variant-view .product-quantity-price-box .prices .product-price span {
  color: #0093dd;
}

.product-variant-box .product-variant-line {
  width: 100%;
  border: none;
  font-family: 'Archivo', sans-serif;
  color: #000;
}

  .product-variant-box .product-variant-line .variant-overview {
    font-size: 15px;
  }

    .product-variant-box .product-variant-line .variant-overview .variant-name {
      color: #000;
    }

    .product-variant-box .product-variant-line .variant-overview .variant-description {
      margin: 0;
    }

    .product-variant-box .product-variant-line .variant-overview .additional-details {
      color: #121346;
    }

      .product-variant-box .product-variant-line .variant-overview .additional-details .sku a:hover {
        text-decoration: underline;
        cursor: pointer;
      }

    .product-variant-box .product-variant-line .variant-overview .prices .old-product-price,
    .product-variant-box .product-variant-line .variant-overview .prices .non-discounted-price,
    .product-variant-box .product-variant-line .variant-overview .prices .product-price span:first-child,
    .product-variant-box .product-variant-line .variant-overview .add-to-wishlist,
    .product-variant-box .product-variant-line .variant-overview .add-to-cart,
    .product-variant-box .variant-overview .attributes {
      display: none;
    }

.group-product .product-essential .overview .product-reviews-overview {
  display: block;
}

.group-product .similar-products-btn,
.group-product .read-product-description-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 15px 10px 0 0;
}

  .group-product .similar-products-btn span {
    margin-left: 0;
    margin-right: 10px;
  }

.read-product-description-btn span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url(../img/img_dubai/document.png);
  background-repeat: no-repeat;
}

.associated-products-box {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px;
  margin-top: 20px;
  color: #000;
  margin-bottom: 10px;
  background-color: #ececec;
  font-family: 'Archivo', sans-serif;
}

  .associated-products-box .show-executions {
    width: 200px;
    padding: 10px;
    font-size: 13px;
    font-family: 'Archivo-Bold';
    color: #fff;
    background-color: #0093dd;
    border-color: #0093dd;
    text-transform: uppercase;
    text-align: center;
  }

    .associated-products-box .show-executions:hover {
      background-color: #007ab7;
      border-color: #0071aa;
    }

.see-all-product-details-btn {
  display: block;
  width: 200px;
  margin-top: 25px;
  padding: 15px;
  font-size: 13px;
  font-family: 'Archivo-Bold';
  color: #fff;
  background-color: #121346;
  border-color: #121346;
  text-transform: uppercase;
  text-align: center;
}

  .see-all-product-details-btn:hover {
    color: #fff;
    background-color: #a60000;
    border-color: #900;
  }

.spc-body .category-products .product-item .details .add-info .buttons-upper,
.homepage-middle-wrapper .bestsellers .details .add-info .buttons-upper {
  display: block;
}

.bestsellers .owl-carousel .owl-item {
  padding-left: 0 !important;
}

.three-items-holder .item-box .product-item {
  height: 200px;
}

.intelisale-slider-items-over-five .quick-view-button,
.shopping-cart-page .slick-track {
  margin: 0;
}

  .intelisale-slider-items-over-five .item-box .buttons-upper input[type="button"],
  .intelisale-slider-items-over-five .quick-view-button a {
    width: 25px;
    margin: 0 4px;
  }

.intelisale-slider-items-over-five .item-box .actual-price {
  font-size: 18px;
}

.nop-jcarousel .intelisale-slider-items-over-five .product-item .details .add-info .description,
.intelisale-slider-items-over-five .product-item .details .add-info .description {
  bottom: 130px;
}

.administration-db,
.administration-env {
  top: 15px;
}

.intelisale-slider-items-over-five .item-box:hover .ajax-cart-button-wrapper input + button,
.intelisale-slider-items-over-five .ajax-cart-button-wrapper .product-box-add-to-cart-button,
.spc-products .product-grid .item-box:hover .ajax-cart-button-wrapper input + button,
.spc-products .product-grid .ajax-cart-button-wrapper .product-box-add-to-cart-button,
.jCarouselMainWrapper .product-grid .item-box:hover .ajax-cart-button-wrapper input + button,
.jCarouselMainWrapper .ajax-cart-button-wrapper .product-box-add-to-cart-button,
.intelisale-slider .ajax-cart-button-wrapper .product-box-add-to-cart-button,
.spc-categories .product-grid .item-box:hover .ajax-cart-button-wrapper input + button,
.spc-categories .ajax-cart-button-wrapper .product-box-add-to-cart-button .intelisale-bestsellers-mobile .item-box:hover .ajax-cart-button-wrapper input + button,
.intelisale-bestsellers-mobile .ajax-cart-button-wrapper .product-box-add-to-cart-button,
.bestsellers.product-grid .product-item .details .add-info .buttons-lower .ajax-cart-button-wrapper .product-box-add-to-cart-button,
.recently-added-products-page .ajax-cart-button-wrapper .product-box-add-to-cart-button,
.category-page .item-box .ajax-cart-button-wrapper .product-box-add-to-cart-button,
.product-tag-page .item-box .ajax-cart-button-wrapper .product-box-add-to-cart-button {
  padding: 0 !important;
}

.jCarouselMainWrapper .product-grid .item-box .buttons-upper, .intelisale-slider .item-box .buttons-upper, .home-page-product-grid .item-box .buttons-upper {
  display: none;
}

.home-page-body .bestsellers .item-box .buttons-lower {
  display: none;
}

.ajax-cart-button-wrapper input, .ajax-cart-button-wrapper input[type="text"] {
  display: block;
}

.spc-categories .product-grid .item-box:hover button.button-2 {
  background-color: #0093dd !important;
}

.home-page-product-grid .title {
  font-size: 45px !important;
  color: #121346;
}

.category-item .title,
.sub-category-item .title,
.sub-category-details .inner-title {
  text-transform: lowercase;
}

  .category-item .title::first-letter,
  .sub-category-item .title::first-letter,
  .sub-category-details .inner-title::first-letter {
    text-transform: uppercase;
  }


/* Product Grouped Table */

.productGroupedTable {
  width: 100% !important;
}

  .productGroupedTable .product-details-th,
  .productGroupedTable .product-details-td {
    display: none;
  }

  .productGroupedTable .product-details-td {
    position: absolute;
    left: 5%;
    z-index: 2;
    width: 90%;
    height: 350px;
  }

  .productGroupedTable .product-table-name.details-info p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
  }

  .productGroupedTable .product-table-price.details-info {
    width: 100px !important;
    white-space: nowrap;
  }

  .productGroupedTable .product-table-sku .additional-details .label,
  .productGroupedTable .product-table-cart-btn .quantity-detail-product,
  .productGroupedTable .product-table-cart-btn .packaging-detail-product,
  .productGroupedTable .product-table-price .old-product-price,
  .productGroupedTable .product-table-price .non-discounted-price,
  .productGroupedTable .product-table-price .product-price span:first-child,
  .productGroupedTable .product-table-cart-btn .min-qty-notification,
  .dataTables_wrapper .dataTables_info {
    display: none;
  }

  .productGroupedTable .product-table-sku .additional-details .sku a {
    font-size: 18px;
    color: #121346;
    white-space: nowrap;
    cursor: pointer;
  }

  .productGroupedTable .product-table-sku .additional-details .sku .sku-without-route {
    font-size: 18px;
    color: #121346;
  }

  .productGroupedTable .product-table-cart-btn .add-to-cart-panel .qty-input {
    width: 115px !important;
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    height: 43px;
    padding: 5px;
    padding-right: 25px;
    border-radius: 0;
    border: 1px solid #dedede;
    font-size: 18px;
    text-align: center;
  }

  .productGroupedTable .product-table-price {
    width: 150px;
  }

  .productGroupedTable .product-table-cart-btn .add-to-cart .add-to-cart-panel,
  .productGroupedTable .product-table-cart-th .add-to-cart {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }

  .productGroupedTable .details-info-tr {
    background: #fff;
  }

    .productGroupedTable .details-info-tr td {
      padding: 0;
      border: none !important;
      background: #fff;
    }

  .productGroupedTable .product-table-arrow-up-down {
    background: url('../img/img_dubai/down-arrow.png') no-repeat center center;
    background-size: 10px;
  }

  .productGroupedTable tr.shown td.product-table-arrow-up-down {
    background: url('../img/img_dubai/up-arrow.png') no-repeat center center;
    background-size: 10px;
  }

  .productGroupedTable .details-info {
    cursor: pointer;
  }

  .productGroupedTable .product-table-price .product-price span {
    color: #0093dd;
  }

.scrollbar-datatables::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}

.scrollbar-datatables::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #121346;
}

.dataTables_wrapper .dataTables_filter {
  width: 60%;
  position: relative;
  display: inline-flex;
  margin-right: 0px !important;
}

.dataTables_wrapper .dataTables_length {
  top: initial !important;
  width:25%;
}

.dataTables_wrapper .dataTables_filter label {
  font-size: 0;
  width: 100%;
  display: block;
}

    .dataTables_wrapper .dataTables_filter label::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 10px;
      width: 30px;
      height: 30px;
      color: #121346;
      background: url(../img/img_dubai/search.png) center no-repeat;
      background-color: #ffffff !important;
      transform: translate(10px, -50%);
    }

    .dataTables_wrapper .dataTables_filter label input {
      width: 100%;
      padding: .8rem;
      border: 1px solid #dedede;
      border-radius: 0px;
    }

      .dataTables_wrapper .dataTables_filter label input:hover {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      }

.dataTables_wrapper .dataTables_length label {
  font-size: 0;
  display: block;
  width: 100%;
}

.dataTables_wrapper #productGroupedTable_paginate {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate #productGroupedTable_previous {
  width: 60px;
  height: 40px;
  color: #121346;
  background: url(../img/img_dubai/arrow-left.png) center no-repeat;
  background-color: #ffffff;
  background-size: 12px;
  font-size: 0;
  cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate #productGroupedTable_next {
  width: 60px;
  height: 40px;
  color: #121346;
  background: url(../img/img_dubai/arrow-right.png) center no-repeat;
  background-color: #ffffff;
  background-size: 12px;
  font-size: 0;
  cursor: pointer;
}

.product-table-cart-th .add-to-cart .qty {
  width: 115px;
}

.product-table-cart-th .add-to-cart .cart {
  position: relative;
  left: 30px;
  border: unset;
}

.wishlist-content .cart .subtotal {
  text-align: center;
}

.wishlist-content .cart .product {
  width: 200px;
  padding-left: 0;
}

.cart,
.data-table,
.compare-products-table,
.forums-table-section table {
  color: #000;
}

/* Best seller sliders */

@media (min-width: 1025px) {
  .product-grid.bestsellers .item-box .picture {
    position: relative;
    float: none;
    width: 170px !important;
    height: 170px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    border-left: none;
  }

  .product-grid.bestsellers .details {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #fff;
  }

    .product-grid.bestsellers .details .product-rating-box {
      display: none;
    }

    .product-grid.bestsellers .details .add-info .buttons-upper {
      margin: 0 auto;
    }

  .product-grid.bestsellers .owl-controls .owl-nav .owl-prev,
  .product-grid.bestsellers .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 53%;
    display: block !important;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
  }

  .product-grid.bestsellers .owl-controls .owl-nav .owl-prev {
    left: -40px;
    background-image: url(../img/img_dubai/arrow-left.png);
  }

  .product-grid.bestsellers .owl-controls .owl-nav .owl-next {
    right: -40px;
    background-image: url(../img/img_dubai/arrow-right.png);
  }

    .product-grid.bestsellers .owl-controls .owl-nav .owl-prev:hover,
    .product-grid.bestsellers .owl-controls .owl-nav .owl-next:hover {
      background-color: transparent !important;
    }
}


/* Buttons lower */

.overview .qty-input {
  margin: 0;
}

.miniProductDetailsView .product-details-page .product-essential .overview {
  width: 65%;
}

.miniProductDetailsView .product-essential .overview .add-to-cart {
  min-height: 75px;
}

  .miniProductDetailsView .product-essential .overview .add-to-cart .product-minus-btn {
    top: 15px;
    left: 17px;
  }

  .miniProductDetailsView .product-essential .overview .add-to-cart .product-plus-btn {
    top: 15px;
    left: 142px;
  }

.packaging-detail-product-number input {
  max-width: 42px;
  min-width: 10px;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 15px;
  color: #000;
  text-align: center;
}

.packaging-box span:last-of-type {
  display: inline-block;
  position: relative;
  left: -7px;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
  font-size: 14px;
}

#productGroupedTable_wrapper .input-product-detail-box {
  position: relative;
}

#productGroupedTable_wrapper .product-minus-btn,
#productGroupedTable_wrapper .product-plus-btn {
  position: absolute;
  top: 0px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  z-index: 2;
  width: 22px;
  height: 43px;
  color: red;
  font-size: 22px;
  cursor: pointer;
}

#productGroupedTable_wrapper .product-minus-btn {
  left: 0;
}

#productGroupedTable_wrapper .product-plus-btn {
  left: 80%;
}

  #productGroupedTable_wrapper .product-plus-btn span,
  #productGroupedTable_wrapper .product-minus-btn span {
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

#productGroupedTable_wrapper .product-minus-btn span {
  background-image: url('../img/minus.png');
}

#productGroupedTable_wrapper .product-plus-btn span {
  background-image: url('../img/plus.png');
}

#productGroupedTable_wrapper .product-table-cart-th,
#productGroupedTable_wrapper .product-table-cart-btn {
  width: 300px;
}

.two-column-wrapper .productTabs .productTabs-header {
  margin-bottom: 20px;
}

.associated-products-box .associated-products-count {
  padding: 0 2px;
}


/*.product-overview-line .availability .stock {
  display: block !important;
}*/

.master-column-wrapper .category-page .sub-category-head {
  display: block;
  margin: 10px 0 30px;
  line-height: 22px;
  font-family: 'Archivo-Bold';
  font-weight: 500;
  font-size: 20px;
  color: #121346;
}

.master-column-wrapper .category-page .product-selectors {
  padding: 0px;
  text-align: right;
  border: none;
}

.master-column-wrapper .side-2 .page-title {
  display: none;
}

.master-column-wrapper .center-2 .page .page-title {
  display: block;
  margin: 0 0 20px 0;
  border-bottom: none;
}

/* Foter baner */
  .footer-upper .social-sharing {
    display: none;
  }

/* online shopping benefits */

.online-shopping-benefits-head {
  margin-top: 40px;
  font-family: Archivo-ExtraBold;
  text-align: center;
  color: #000;
}

.online-shopping-benefits {
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

  .online-shopping-benefits .content {
    font-size: 18px;
    font-family: 'Archivo', sans-serif;
    line-height: 20px;
    color: #121346;
  }

  .online-shopping-benefits .benefit-icon {
    width: 90px;
    height: 90px;
    background-size: cover;
  }

    .online-shopping-benefits .benefit-icon.one {
      background-image: url(../img/img_dubai/clock.png);
    }

    .online-shopping-benefits .benefit-icon.two {
      background-image: url(../img/img_dubai/open247.png);
    }

    .online-shopping-benefits .benefit-icon.three {
      background-image: url(../img/img_dubai/loupe.png);
    }

    .online-shopping-benefits .benefit-icon.four {
      background-image: url(../img/img_dubai/storeweb.png);
    }

    .online-shopping-benefits .benefit-icon.five {
      background-image: url(../img/img_dubai/administration.png);
    }

    .online-shopping-benefits .benefit-icon.six {
      background-image: url(../img/img_dubai/card.png);
    }

/* Sticky Header */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26)
}

.home-page-product-grid .product-item .details .grouped-product-productBox {
  display: none;
}


/* Best seller preview */

.bestsellers .item-box .picture {
  position: relative;
  float: none;
  width: 100% !important;
  height: 170px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  border-left: 1px solid #ececec;
}

.bestsellers {
  padding: 0 10px;
}

  .bestsellers .three-items-holder .item-box {
    border: 2px solid #ececec;
  }

    .bestsellers .three-items-holder .item-box .product-item .details .product-title {
      padding: 0 10px;
    }

  .bestsellers .grouped-product-productBox .associated-products-count {
    display: none;
  }

  .bestsellers .three-items-holder .item-box .product-item {
    height: auto !important;
  }

    .bestsellers .three-items-holder .item-box .product-item .details {
      padding-bottom: 0;
      border-top: unset;
      border-right: unset;
    }

      .bestsellers .three-items-holder .item-box .product-item .details .add-info {
        min-height: 65px;
      }

        .bestsellers .three-items-holder .item-box .product-item .details .add-info .buttons-upper .add-to-compare-list-button,
        .bestsellers .three-items-holder .item-box .product-item .details .add-info .buttons-upper .add-to-wishlist-button {
          display: none !important;
        }

.product-grid.bestsellers .details .add-info .buttons-upper {
  display: none;
  width: 100% !important;
}

.bestsellers .three-items-holder .item-box .product-item .details .add-info .buttons-upper .add-to-cart-button-mobile {
  width: 100% !important;
  background-color: #009ee0 !important;
  height: 43px !important;
  background-image: url(../img/img_dubai/cart-3.png);
}

.bestsellers .three-items-holder .item-box .picture img {
  width: 170px;
}

.bestsellers .three-items-holder .item-box .picture a:before {
  padding-top: 0;
  height: 170px;
}

.master-wrapper-page .two-columns-area .center .jCarouselMainWrapper,
.master-wrapper-page .two-columns-area .center .intelisale-slider,
.master-wrapper-page .two-columns-area .center .home-page-product-grid {
  padding: 0 10px;
}

.overview .associated-products-box {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

  .overview .associated-products-box > div {
    padding: 5px 25px 5px 0;
  }

.owl-item .product-item .product-title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.header .header-upper .center .header-selectors-wrapper .header-selectors {
  top: 5px;
}

.home-page-product-grid .item-grid .item-box .product-rating-box {
  display: none;
}

.order-summary-content .cart,
.cart-footer .total-info,
.order-summary-content .cart .unit-price {
  color: #000;
}

/*MEGA menu REPOSNIVE */

.header-menu-parent .mega-menu-responsive .static-menu-btn .mega-menu-categories {
  display: block;
}

.header-menu-parent .mega-menu-responsive .static-menu-btn .sublist .mega-menu-categories .sublist li {
  display: block;
}


/*CHECKOUT PAGE*/

.doc-type-selector {
  display: none;
}

.login-see-prices {
  color: #0093dd;
}

.add-info .login-see-prices {
  font-weight: bold !important;
  letter-spacing: 0.5px;
  font-size: 17px;
  text-align: left;
  color: #0093dd;
}

.product-details-page .overview .login-see-prices {
  padding: 10px 0;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 17px;
}

.overview .whishlist-pdp {
  float: right;
  padding: 10px 2px 0 0;
}

  .overview .whishlist-pdp .add-to-wishlist-button {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-image: url('../img/img_dubai/heart.png');
    background-color: #121346;
    background-position: center;
  }

#co-lpo-upload-form {
  margin-bottom: 20px;
}

.product-variant-box .product-variant-line .variant-overview .see-all-product-details-btn,
.product-variant-box .product-variant-line .variant-overview .add-to-wishlist {
  display: inline-block;
  vertical-align: middle;
}

.overview-buttons,
.variant-overview .add-to-wishlist,
.variant-overview .compare-products,
.variant-overview .email-a-friend {
  padding: 0;
}

.variant-overview .add-to-wishlist-button {
  width: 45px;
  height: 45px;
  background-image: url('../img/img_dubai/heart.png');
  background-color: #121346;
  background-position: center;
}

.pick-n-go-heading {
  display: none !important;
  margin: 10px 0;
  font-size: 12px;
  color: var(--dark-gray);
  font-family: var(--font--roboto-regular);
  font-weight: 100;
}

.pick-n-go-container .pick-n-go-div {
  display: none !important;
  margin: 5px 0;
}

  .pick-n-go-container .pick-n-go-div .pick-n-go-name {
    display: none !important;
    padding-right: 5px;
    font-weight: bold;
    color: var(--dark-gray);
  }

.product-specs-box .data-table tr td,
.product-specs-box .data-table tr th {
  text-align: center;
  padding: 20px;
}

.contact-main-wrapper {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: distribute;
  justify-content: space-evenly;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
}

  .contact-main-wrapper strong {
    color: red;
  }

  .contact-main-wrapper a {
    text-decoration: none;
  }

.contact-email-call-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.contact-location-section,
.contact-email-call-wrapper {
  margin-bottom: 20px;
}

.contact-form {
  width: 100%;
  height: 711px;
}

  .contact-form .main {
    margin: 0 auto !important;
  }

.contact-form-section {
  width: 50%;
}

.contact-map {
  height: 433px;
  width: 100%;
  max-width: 600px;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.product-table-sku,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.product-table-price,
table.dataTable thead tr th:nth-child(2),
.productGroupedTable th.product-table-cart-th,
#productGroupedTable_wrapper .product-table-cart-btn,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.product-table-arrow-up-down,
table.dataTable thead tr th:last-child,
table.dataTable thead tr th:nth-last-child(2),
table.dataTable thead tr th[aria-label^=Price] {
  display: table-cell !important;
}

.shopping-cart-page .page-body .order-summary-content .product-grid.cross-sells .item-grid .item-box {
  margin: 30px 5px;
  padding: unset;
  clear: unset;
}

.product-details-page .item-box .product-title a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.shopping-cart-page .cart .quantity-input-fields {
  position: relative;
  display: flex;
}

.shopping-cart-page td.quantity .product-plus-btn,
.shopping-cart-page td.quantity .product-minus-btn {
  top: unset;
}

.shopping-cart-page .cart .product-price-cart-summary {
  float: none !important;
}

@media (min-width: 1025px) {
  .header-lower .center .header-links-wrapper .header-links-account .label-login {
    width: 90px !important;
    font-size: 18px !important;
    margin-left: 40px !important;
    text-align: left;
  }
}

.anywhere-slider-home-page-top {
  margin-top: 45px;
}

/*E-PROCUREMENT BUTTON Navbar*/

.eProc-button {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #fff;
}

  .eProc-button a {
    width: 42px;
    height: 42px;
    background: url(../img/img_dubai/switch-2.svg) center no-repeat;
    background-color: transparent;
  }

.header-links-wrapper .eProc-button {
  margin-right: 10px;
  font-size: 0;
}

.footer-block .eProc-button {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
}

  .footer-block .eProc-button a {
    padding-left: 25px;
    background: url(../img/img_dubai/e-procurement-button-mobile.png) center no-repeat;
    background-position: left;
  }

.availability .stock span.label {
  font-style: normal;
}

table.dataTable.productGroupedTable tbody td {
  padding: 8px 12px;
}

table.dataTable.productGroupedTable thead th {
  padding: 20px 16px;
}

@media (min-width: 1025px) {
  .product-table-cart-th .add-to-cart span {
    text-align: center;
  }
}

.admin-header-links .impersonate {
  display: flex;
}

  .admin-header-links .impersonate span {
    white-space: nowrap;
  }

@media (min-width: 1025px) {
  .header-menu > ul > li > a, .header-menu > ul > li > span {
    white-space: nowrap;
  }
}


/* Custom CSS for specification attribute filtering dropdown */
.multiselect {
  position: relative;
}

.select-dropdown-label-div {
  padding: 5px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
  cursor: pointer;
}

.dropdown-list {
  max-height: 200px;
  overflow-y: auto;
  margin-top: 5px;
  border-radius: 0.25rem;
  background-color: #fff;
}

.dropdown-list-item {
  padding: 5px;
}

/* Add Bootstrap classes and custom CSS */
.multiselect {
  display: flex;
  flex-direction: column;
}

.dropdown-list-item input[type="checkbox"] {
  margin-right: 5px;
  cursor: pointer;
  display:block;
}

.row {
  margin-bottom: 10px;
}

/*css for filters dropdown divs */

.dataTables_length-wrapper {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

  .dataTables_length-wrapper:after {
    content: "";
    clear: both;
    display: block;
  }

.associated-product-specification-section {
  position: relative;
  background: #ececec;
  padding: 1rem 0;
  margin: 2rem 0;
  border-radius: 0.5rem;
}

  .associated-product-specification-section .specification-container > div {
    width: 25%;
    background-color: rgb(252, 252, 252);
    border-radius: 0.4rem;
    font-size: 0.8rem;
    padding: .9rem 2.8rem .8rem 1.2rem;
    border-radius: .4rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    cursor: pointer;
  }

.arrow-down {
  background: url('../img/img_dubai/down-arrow.png') no-repeat center center;
  background-size: 10px;
}

.specification-container > div > div > .arrow-down {
  background: url('../img/img_dubai/down-arrow.png') no-repeat center center;
  background-size: 10px;
}

.associated-product-specification-section .specification-container {
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-around;
  align-content: center;
  gap: 1rem;
}

.dataTables_length-wrapper {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

  .dataTables_length-wrapper:after {
    content: "";
    clear: both;
    display: block;
  }
.row.dropdown-Btn-Options-Div {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 48px;
  background-color: #ffffff;
  border-radius: 0.4rem !important;
}

.multiselect-dropdown-wrapper {
  position: relative;
  width: 16%;
  margin: 0 4px 0 0;
}

.dropdownSelectResetBtnDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  margin: 0;
  border-bottom: 1px solid #ececec;
}

button.btn.selectAllBtn,
button.btn.resetBtn {
  display: block;
  border: none;
  outline: none;
  height: 100%;
  width: 50%;
  background: transparent;
  font-size: 14px;
}

button.btn.selectAllBtn {
  border-right: 1px solid #ececec;
}

#filter-group-product-select-dropdown-div {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.container.row {
  background-color: #ececec;
  padding: 15px 15px 12px;
}

.select-dropdown-label-div input {
  width: 100%;
}

#active-filter-heading h5 {
  color: #000;
}

div#active-filter-heading {
  padding: 20px 0;
}

button#reset-all-button {
  border: none;
  background-color: #fcfcfc !important;
  font-size: 14px !important;
  color: #000;
}

#filter-group-product-select-dropdown-selected-item-div {
  align-items: center;
  justify-content: start;
}

  #filter-group-product-select-dropdown-selected-item-div div {
    background-color: #fcfcfc !important;
    padding: 8px;
    border-radius: 0.4rem !important;
    font-size: 14px !important;
    margin-right: 5px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    color: #000;
  }

button.cross-button {
  border: none;
  margin: 0 4px 0 8px;
  background: transparent;
  font-size: 14px;
  color: #121346;
}


.select-dropdown-label-div.arrow-downs:after {
  background: url(../img/img_dubai/down-arrow.png) no-repeat center center;
  background-size: 10px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  transform: translate(0, -50%);
}

.select-dropdown-label-div.arrow-up:after {
  background: url(../img/img_dubai/down-arrow.png) no-repeat center center;
  background-size: 10px;
  content: "";
  display: block;
  position: absolute;
  top: 38%;
  transition: .3s !important;
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
  right: 6%;
  width: 10px;
  height: 10px;
}

.grouped-product-productBox .go-to-product-details-page {
  background-color: #121346;
}

.category-navigation-title {
  border: 1px solid #5FCAE5;
  background-color: #5FCAE5;
  color: #fff;
}

.tehno-banner-top .banner-list li {
    position: relative;
    padding-left: 25px;
    line-height: 1.3;
}

  .tehno-banner-top .banner-list li::before {
    content: "";
    position: absolute;
    background-image: url('/images/uploaded/tehnounion-icon.png');
    background-size: contain;
    width: 14px;
    height: 20px;
    left: 0;
    top: 0;
    object-fit: contain;
    background-repeat: no-repeat;
  }

.overview .crossed-out-product-price {
  font-family: 'Archivo', 'sans-serif';
  font-size: 17px;
  color: #121346;
}

.overview .crossed-out-product-price .price-value{
    text-decoration: line-through;
}

.overview .crossed-out-product-price .price-label{
  font-size: 12px;
}

.callforprice-txt-in-productbox {
  color: #121346 !important;
  font-family: 'Archivo-Bold';
  font-weight: normal;
  font-size: 16px;
}

/**Initial Loader Starts**/

.lds-ripple div {
  border: 4px solid #121346;
}

.initial-loader-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.html-checkout-page body .initial-loader-container {
  width: 100% !important;
  height: 100% !important;
}

.initial-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

  .lds-ripple div {
    position: absolute;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }

    .lds-ripple div:nth-child(2) {
      animation-delay: -0.5s;
    }

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }

  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }

  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }

  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}

/**Initial Loader Ends**/

.price-UnitOfMeasurementCode {
  color: var(--navy-blue);
  font-weight: bold;
}