/* GLOBAL */
/* Breakpoints */
@media (min-width: 576px) and (max-width: 762px) {
  .container {
    max-width: 100%;
  }
}

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

/* Colors */
/* Default Colors */
/* Product Features*/
/* Product prices, badges */
/* Headings, titles, description */
/* Text search */
/* Product features */
/* Badge text */
/* Mobile detect btn */
/* CTA */
/*Icons & Text & Links*/
/* Background Colors */
/* Default background color */
/* Badge background */
/* Menu background*/
/* Footer background */
/* CrossBrowser MIXINS */
[type="submit"] {
  -webkit-appearance: inherit;
}

.product-page header .announce {
  display: none !important;
}

@media (min-width: 768px) {
  .product-page header .announce {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-page svg > use[href="#logo"] {
  fill: black;
}

.product-page svg > use[href="#logo-craciun"] {
  fill: black;
}

.product-page .orange-fade {
  display: none;
}

@media (min-width: 575px) {
  .product-page .orange-fade {
    display: block;
  }
}

@media (max-width: 574px) {
  .product-page .menu-icon {
    -webkit-filter: drop-shadow(-1px 1px 0px white);
  }
}

@media (max-width: 768px) {
  .product-page .actions {
    margin-right: 5px;
  }
}

@media (max-width: 574px) {
  .product-page .actions .search {
    -webkit-filter: drop-shadow(-1px 1px 0px white);
  }
}

@media (max-width: 574px) {
  .product-page .actions .cart-icon svg {
    -webkit-filter: drop-shadow(-1px 1px 0px white);
  }
}

@media (max-width: 574px) {
  .product-page .logo {
    display: none;
  }
}

.product-page .logo svg {
  fill: none !important;
}

.product-page .sidebar {
  top: 0;
  z-index: 1002;
}

.product-page .page-container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

@media (min-width: 768px) {
  .product-page .page-container {
    margin: 0 15px;
    -webkit-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.16);
  }
}

@media (min-width: 992px) {
  .product-page .page-container {
    margin: 0;
  }
}

.product-page .grid-container {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product-page .grid-container .grid-item {
  max-width: 45%;
  min-width: 45%;
}

@media (min-width: 360px) {
  .product-page .grid-container .grid-item {
    max-width: 40%;
    min-width: 40%;
  }
}

@media (min-width: 479px) {
  .product-page .grid-container .grid-item {
    max-width: 30%;
    min-width: 30%;
  }
}

@media (min-width: 575px) {
  .product-page .grid-container .grid-item {
    max-width: 27%;
    min-width: 27%;
  }
}

@media (min-width: 768px) {
  .product-page .grid-container .grid-item {
    max-width: 25%;
    min-width: 25%;
  }
}

@media (min-width: 992px) {
  .product-page .grid-container .grid-item {
    max-width: 20%;
    min-width: 20%;
  }
}

@media (min-width: 1200px) {
  .product-page .grid-container .grid-item {
    max-width: 18.5%;
    min-width: 18.5%;
  }
}

.product-page .grid-container .grid-item .price-wrap {
  width: 100%;
}

.product-page .announce {
  display: none;
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  background: #000;
}

.product-page .announce p svg {
  width: 25px !important;
  height: 25px !important;
}

@media (min-width: 992px) {
  .product-page .announce p svg {
    width: 35px !important;
    height: 35px !important;
  }
}

@media (max-width: 991px) {
  .product-page .announce {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-page .main-categories {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: #f8f8f8;
}

.product-page .main-categories h4 {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .product-page .modal-xl {
    margin: 30px auto;
  }
}

@media (min-width: 992px) {
  .product-page .modal-xl {
    height: auto;
  }
}

@media (min-width: 1200px) {
  .product-page .modal-xl {
    width: 1170px;
  }
}

@media (min-width: 768px) {
  .product-page .modal-xl.modal-dialog {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .product-page .modal-xl.modal-dialog {
    max-width: 900px;
  }
}

@media (min-width: 1200px) {
  .product-page .modal-xl.modal-dialog {
    max-width: 1070px;
  }
}

.product-page .modal-xl .modal-content {
  width: auto;
  margin: 0;
  height: 100%;
}

@media (min-width: 768px) {
  .product-page .modal-xl .modal-content {
    margin: 30px auto;
  }
}

@media (min-width: 992px) {
  .product-page .modal-xl .modal-content {
    height: auto;
  }
}

@media (min-width: 1200px) {
  .product-page .modal-xl .modal-content {
    width: 1070px;
  }
}

.product-page .drg-truck svg {
  width: 26px !important;
  height: 26px !important;
  margin-right: 5px;
}

.product-page .cat-bottom {
  margin: 0;
  padding-bottom: 0;
}

.product-page .cat-bottom .main-categories {
  padding: 8px;
}

.product-page .cat-bottom .big-title.all-cat h3 {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .product-page .cat-bottom .big-title.all-cat h3 {
    font-size: 24px;
    margin-top: 0;
  }
}

.breadcrumbs {
  display: none;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-size: 12px;
  padding: 11px 15px;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 768px) {
  .breadcrumbs {
    display: inherit;
  }
}

.breadcrumbs .links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.breadcrumbs .links li {
  padding-right: 5px;
}

.breadcrumbs .links li:before {
  color: #777777;
  content: " / ";
}

.breadcrumbs .links li:first-child:before {
  content: none;
}

.breadcrumbs .links li:last-child {
  color: #888;
}

.breadcrumbs .links li:last-child a:link {
  pointer-events: none;
}

.breadcrumbs .links li:nth-last-child(2) a {
  color: #005EB8;
}

.breadcrumbs .links li a {
  color: #888888;
}

@media (min-width: 768px) {
  .separator {
    border-top: 1px solid #ebebeb;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.product-gallery {
  width: 100%;
}

@media (min-width: 768px) {
  .product-gallery {
    width: 40%;
    margin-top: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .product-gallery {
    position: absolute;
    width: 400px;
  }
}

@media (min-width: 1200px) {
  .product-gallery {
    width: 475px;
  }
}

@media (min-width: 768px) {
  .product-gallery img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.16);
  }
}

.product-gallery .active {
  border: none;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.19);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.19);
}

.thumbs {
  display: none;
}

@media (min-width: 768px) {
  .thumbs {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
}

.thumbs .thumb {
  margin: 0 7px;
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.thumbs .thumb:first-child {
  margin-left: 0;
}

.thumbs .thumb:last-child {
  margin-right: 0;
}

.thumbs .thumb img {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.thumbs .thumb.active {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #cccccc;
}

.thumbs .thumb.show-more {
  background: #fff !important;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.16);
}

.thumbs .thumbs-count {
  color: #666666;
  display: table;
  margin: auto;
  padding-top: 30%;
  font-size: 14px;
}

@media (min-width: 992px) {
  .thumbs .thumbs-count {
    padding-top: 25%;
    font-size: 24px;
  }
}

.thumbs .thumbs-count:before {
  content: '+';
}

.top-section {
  position: relative;
  height: 100%;
  margin-bottom: 50px;
  margin-top: -50px;
}

@media (min-width: 479px) {
  .top-section {
    margin-bottom: 65px;
  }
}

@media (min-width: 575px) {
  .top-section {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .top-section {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .top-section {
    padding-top: 20px;
    height: unset;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .top-section {
    height: 390px;
  }
}

.top-section .stars-wrap {
  display: none !important;
}

@media (min-width: 992px) {
  .top-section .stars-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .product-info {
    padding-left: 50px;
    height: 355px;
  }
}

.product-info .product-opinions {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .product-info .product-opinions {
    margin-top: -5px;
  }
}

.product-info .brand img {
  height: 18px;
}

@media (min-width: 768px) {
  .product-info .brand img {
    height: 16px;
    margin-bottom: 5px;
  }
}

.product-info .star-count {
  margin-left: 15px;
}

.product-info .product-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
}

@media (min-width: 479px) {
  .product-info .product-title {
    height: 42px;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .product-info .product-title {
    font-size: 22px;
    height: 55px;
    margin-top: 0;
    overflow: visible;
  }
}

@media (min-width: 992px) {
  .product-info .product-title {
    font-size: 26px;
    height: 70px;
  }
}

@media (min-width: 1200px) {
  .product-info .product-title {
    font-size: 28px;
  }
}

.product-info .stars-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .product-info .stars-wrap .star:before {
    height: 13px !important;
    width: 13px !important;
  }
}

.product-info .stars-wrap .star-count {
  font-size: 12px;
}

.product-info .similar-products {
  display: none;
}

.product-info .similar-products .similar-product {
  display: inline-block;
}

@media (min-width: 768px) {
  .product-info .similar-products .similar-product {
    width: 10%;
  }
}

.product-info .similar-products .similar-product img {
  height: 40px;
}

@media (min-width: 992px) {
  .product-info .similar-products .similar-product img {
    height: 55px;
  }
}

.product-info .similar-products .current {
  border: 1px solid #e1e1e1;
}

@media (min-width: 768px) {
  .product-info .similar-products {
    display: block;
    margin-top: 15px;
  }
}

.product-info .similar-products p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.product-info .similar-products p span {
  font-weight: 400;
}

.product-info .in-stock {
  font-size: 12px;
  color: #037a00;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .product-info .in-stock {
    font-size: 15px;
    margin-top: 24px;
  }
}

@media (min-width: 1200px) {
  .product-info .in-stock {
    font-size: 16px;
  }
}

.product-info .in-stock .indisponibil {
  color: #000;
}

@media (min-width: 992px) {
  .product-info .in-stock #pjaxCa {
    width: 315px;
  }
}

.product-info .in-stock #newAlert {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.product-info .in-stock #newAlert .media-heading {
  font-size: 14px;
  line-height: 1.2;
  color: #000 !important;
}

.product-info .in-stock #newAlert .media-left {
  margin-right: 10px;
}

.product-info .in-stock #newAlert .media-left .red {
  margin-top: 0;
}

.product-info .in-stock #newAlert .media-body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.product-info .in-stock #newAlert .field-customeralertform-email {
  width: 100%;
}

.product-info .in-stock #newAlert .field-customeralertform-email .form-control {
  height: 40px;
}

.product-info .in-stock #newAlert .field-customeralertform-email .btn {
  padding: .45rem .75rem;
  border-radius: 0 5px 5px 0 !important;
  -webkit-border-radius: 0 5px 5px 0 !important;
  -moz-border-radius: 0 5px 5px 0 !important;
  background: #0072bc;
  border: 1px solid #0072bc !important;
}

.product-info .brand p {
  font-size: 12px;
  color: #797c79;
  margin-right: 5px;
  margin-bottom: 0;
}

.product-info .price-wrap {
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .product-info .price-wrap {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .product-info .price-wrap {
    margin-bottom: 0;
  }
}

.under-title {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .under-title {
    margin-top: 0;
  }
}

.bottom-section {
  z-index: 50;
  padding-top: 35px;
  margin-top: 45px;
  background: #fff;
  -webkit-box-shadow: inset -1px 5px 2px -3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset -1px 5px 2px -3px rgba(0, 0, 0, 0.12);
  box-shadow: inset -1px 5px 2px -3px rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) {
  .bottom-section {
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    height: auto;
    margin-top: 0;
    padding-top: 10px;
  }
}

@media (min-width: 992px) {
  .bottom-section {
    padding-top: 13px;
    height: unset;
  }
}

@media (min-width: 1200px) {
  .bottom-section {
    padding-top: 60px;
    height: 280px;
  }
}

.bottom-section .dark-side {
  width: 100%;
}

@media (min-width: 992px) {
  .bottom-section .dark-side {
    padding-left: 50px;
  }
}

.bottom-section .dark-side .gifts {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #797c79;
  font-size: 10px;
  padding: 0 15px;
  margin-bottom: 4px;
  white-space: nowrap;
}

@media (min-width: 360px) {
  .bottom-section .dark-side .gifts {
    width: 100%;
    font-size: 11px;
  }
}

@media (min-width: 479px) {
  .bottom-section .dark-side .gifts {
    font-size: 14px;
    padding: 15px 80px;
  }
}

@media (min-width: 575px) {
  .bottom-section .dark-side .gifts {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .bottom-section .dark-side .gifts {
    font-size: 16px !important;
    padding: 7px 45px 5px 45px;
  }
}

@media (min-width: 992px) {
  .bottom-section .dark-side .gifts {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 7px 40px 5px 0;
  }
}

@media (min-width: 1200px) {
  .bottom-section .dark-side .gifts {
    padding: 7px 130px 5px 0;
  }
}

.bottom-section .dark-side .gifts svg {
  margin-right: 0;
  width: 16px;
}

@media (min-width: 575px) {
  .bottom-section .dark-side .gifts svg {
    width: 18px;
    font-size: 18px !important;
  }
}

@media (min-width: 768px) {
  .bottom-section .dark-side .gifts svg {
    font-size: 18px !important;
    width: initial;
  }
}

@media (min-width: 992px) {
  .bottom-section .dark-side .gifts svg {
    width: 24px;
  }
}

@media (min-width: 1200px) {
  .bottom-section .dark-side .gifts svg {
    width: initial;
  }
}

.bottom-section .dark-side .gifts svg path {
  margin-right: 10px;
  fill: #797c79 !important;
}

.bottom-section .dark-side .gifts .retur svg,
.bottom-section .dark-side .gifts .garantie svg,
.bottom-section .dark-side .gifts .delivery svg {
  display: table;
  margin: 0 auto;
}

@media (min-width: 575px) {
  .bottom-section .dark-side .gifts .retur svg,
  .bottom-section .dark-side .gifts .garantie svg,
  .bottom-section .dark-side .gifts .delivery svg {
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .bottom-section .dark-side .gifts .retur svg,
  .bottom-section .dark-side .gifts .garantie svg,
  .bottom-section .dark-side .gifts .delivery svg {
    width: 30px !important;
    height: 30px !important;
    margin-bottom: 10px;
  }
}

.bottom-section .dark-side .gift-wrap {
  -webkit-flex-basis: 55%;
  flex-basis: 55%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  margin: 0 15px 15px;
}

@media (min-width: 768px) {
  .bottom-section .dark-side .gift-wrap {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .bottom-section .dark-side .gift-wrap {
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 62%;
    flex-basis: 62%;
  }
}

.bottom-section .dark-side .gift-wrap h5 {
  margin-top: 0.5rem;
  font-size: 14px;
}

@media (min-width: 768px) {
  .bottom-section .dark-side .gift-wrap h5 {
    font-size: 18px;
    margin-top: 0;
  }
}

.gift-wrap ~ .gifts {
  width: auto !important;
}

@media (min-width: 576px) {
  .gift-wrap ~ .gifts {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cadoul-tau {
  max-width: 355px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 10px 10px 0;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.16);
}

.cadoul-tau .brand {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.cadoul-tau .brand img {
  height: 8px;
  margin-top: 2px;
}

@media (min-width: 768px) {
  .cadoul-tau .brand img {
    height: 10px;
    margin-top: 0;
  }
}

.cadoul-tau .brand span {
  font-size: 10px;
  color: #797c79;
  margin-right: 5px;
}

.cadoul-tau .gift-title {
  color: #333333;
  font-size: 13px;
  height: 34px;
  line-height: 17px;
  overflow: hidden;
}

@media (min-width: 479px) {
  .cadoul-tau .gift-title {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .cadoul-tau .gift-title {
    font-size: 13px;
  }
}

.cadoul-tau .main-gift-img {
  width: 100px;
  min-width: 100px;
}

@media (min-width: 479px) {
  .cadoul-tau .main-gift-img {
    width: 125px;
  }
}

.cadoul-tau .gift-type {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.cadoul-tau .gift-type .img-wrapper {
  width: 30px;
  margin-right: 8px;
}

@media (min-width: 992px) {
  .cadoul-tau .gift-type .img-wrapper {
    width: 24px;
  }
}

.cadoul-tau .gift-type span {
  font-size: 12px;
}

.cadoul-tau .text-redus {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 10px;
  color: #797c79;
}

@media (min-width: 768px) {
  .cadoul-tau .text-redus {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .mobile-wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}

.mobile-wrapper .see-more .image-wrapper {
  height: 0;
  padding-bottom: 100%;
}

@media (min-width: 992px) {
  .mobile-wrapper .see-more .image-wrapper {
    width: 200px;
    height: 200px;
  }
}

.mobile-wrapper .see-more .image-wrapper img {
  padding-top: 15px;
  max-width: 100px;
}

@media (min-width: 479px) {
  .mobile-wrapper .see-more .image-wrapper img {
    max-width: 100px;
  }
}

@media (min-width: 575px) {
  .mobile-wrapper .see-more .image-wrapper img {
    max-width: 120px;
  }
}

@media (min-width: 992px) {
  .mobile-wrapper .see-more .image-wrapper img {
    max-width: 125px;
  }
}

.mobile-wrapper .see-more .text-wrapper {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 26px;
}

@media (min-width: 479px) {
  .mobile-wrapper .see-more .text-wrapper {
    margin-bottom: 29px;
  }
}

@media (min-width: 575px) {
  .mobile-wrapper .see-more .text-wrapper {
    margin-top: 20px;
    margin-bottom: 19px;
  }
}

@media (min-width: 768px) {
  .mobile-wrapper .see-more .text-wrapper {
    margin-top: 13px;
  }
}

@media (min-width: 992px) {
  .mobile-wrapper .see-more .text-wrapper {
    margin-top: 0;
    margin-bottom: 32px;
  }
}

.mobile-wrapper .see-more .text-wrapper h2 {
  font-size: 16px;
  margin: 0;
  height: 18px;
}

.mobile-wrapper .see-more .text-wrapper p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
}

#addProduct {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  z-index: 10;
  bottom: -80px;
  width: calc(100% - 30px);
  padding-right: 0;
}

@media (min-width: 479px) {
  #addProduct {
    bottom: -95px;
  }
}

@media (min-width: 768px) {
  #addProduct {
    position: initial;
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  #addProduct {
    position: relative;
    bottom: 0;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  #addProduct {
    position: absolute;
    bottom: -9%;
  }
}

#addProduct .quantity {
  position: relative;
  /*input nou*/
  background: #ebebeb;
  margin-right: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 7px 30px 7px 5px;
}

@media (min-width: 992px) {
  #addProduct .quantity {
    padding: 7px 34px 7px 5px;
  }
}

#addProduct .quantity input {
  color: #797c79;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
  height: 44px;
  width: 40px;
  font-size: 22px;
  text-align: center;
  border: 1px solid #ddd;
}

@media (min-width: 479px) {
  #addProduct .quantity input {
    height: 52px;
  }
}

@media (min-width: 768px) {
  #addProduct .quantity input {
    height: 46px;
  }
}

@media (min-width: 992px) {
  #addProduct .quantity input {
    width: 55px;
    height: 52px;
    font-size: 24px;
  }
}

#addProduct .quantity span {
  color: #797c79;
  font-size: 12px;
  position: absolute;
  top: 35%;
  /*input nou*/
  right: 6%;
}

#addProduct .form-group {
  margin: 0;
}

@media (max-width: 768px) {
  #addProduct .form-group {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #addProduct .form-group {
    min-width: 220px;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.btn-addToCart {
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  height: 60px;
  background: #d53131;
  padding: 0 18px;
}

@media (min-width: 479px) {
  .btn-addToCart {
    height: 65px;
  }
}

@media (min-width: 768px) {
  .btn-addToCart {
    height: 60px;
  }
}

@media (min-width: 992px) {
  .btn-addToCart {
    height: 65px;
    padding: 0 24px;
  }
}

.btn-addToCart:disabled {
  opacity: 1 !important;
}

.btn-addToCart span {
  font-size: 10px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .btn-addToCart span {
    font-size: 12px;
  }
}

.btn-addToCart .addCart-left {
  padding-right: 12px;
  border-right: 1px solid white;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(48%, #fff), to(rgba(255, 255, 255, 0)));
  -webkit-border-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 48%, rgba(255, 255, 255, 0) 100%);
  -o-border-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 48%, rgba(255, 255, 255, 0) 100%);
  border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(48%, #fff), to(rgba(255, 255, 255, 0)));
  border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 48%, rgba(255, 255, 255, 0) 100%);
  zoom: 1;
  border-image-slice: 1;
}

@media (min-width: 992px) {
  .btn-addToCart .addCart-left {
    margin-right: 20px;
    padding-right: 20px;
  }
}

.btn-addToCart .addCart-left svg {
  margin-left: -4px;
  width: 30px;
  height: 30px;
  fill: #fff;
}

@media (min-width: 992px) {
  .btn-addToCart .addCart-left svg {
    width: 33px;
    height: 33px;
  }
}

.btn-addToCart .addCart-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  width: 100%;
}

@media (min-width: 360px) {
  .btn-addToCart .addCart-right {
    font-size: 18px;
  }
}

#recommendations {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.recommendations {
  background: #f8f8f8 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-box-shadow: inset -1px 4px 5px -5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -1px 4px 5px -5px rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 4px 5px -5px rgba(0, 0, 0, 0.25);
  -webkit-box-ordinal-group: 6;
  -moz-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  padding: 15px;
}

.recommendations .head {
  margin: 5px 0;
}

@media (min-width: 768px) {
  .recommendations .head {
    margin: 0 0 12px;
  }
}

.recommendations .head a {
  font-size: 16px;
}

.recommendations .head h3 {
  font-size: 1.25rem;
}

.recommendations .head span {
  font-size: 14px;
  margin-bottom: 0;
  color: #008eea;
}

@media (min-width: 768px) {
  .recommendations .grid-item {
    min-width: 190px;
  }
}

@media (min-width: 992px) {
  .recommendations .grid-item {
    min-width: 215px;
  }
}

.recommendations .grid-item .reduction-label {
  z-index: 2;
}

.recommendations .grid-item .image-wrapper {
  z-index: 1;
}

.grid-wrapper {
  position: relative;
}

.grid-controls {
  display: none;
}

@media (min-width: 768px) {
  .grid-controls {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.carousel-control-prev.grid-controls,
.carousel-control-next.grid-controls {
  background-image: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  z-index: 3;
}

.carousel-control-prev.grid-controls.hidden,
.carousel-control-next.grid-controls.hidden {
  display: none;
}

.recommendations .carousel-control-prev,
.recommendations .carousel-control-next {
  width: 3%;
}

.main-categories {
  padding-top: 0 !important;
  margin-top: 0 !important;
  -webkit-box-shadow: inset -4px 10px 3px -7px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset -4px 10px 3px -7px rgba(0, 0, 0, 0.09);
  box-shadow: inset -4px 10px 3px -7px rgba(0, 0, 0, 0.09);
}

.main-categories h3 {
  font-size: 22px;
  margin-bottom: 10px;
  padding-top: 12px;
}

.main-categories h4 {
  font-size: 11px !important;
  height: 26px;
}

@media (min-width: 479px) {
  .main-categories h4 {
    font-size: 12px !important;
  }
}

@media (min-width: 575px) {
  .main-categories h4 {
    font-size: 14px !important;
  }
}

@media (min-width: 992px) {
  .main-categories h4 {
    font-size: 18px !important;
  }
}

.carousel-inner {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #000000;
  -webkit-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.16);
}

.carousel-control-prev {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  top: -15px;
  margin-left: -16px;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.0001) 100%);
}

.carousel-control-prev span svg {
  fill: #ffffff;
  width: 35px;
  height: 55px;
  background: grey;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.carousel-control-prev .carousel-control-prev-icon {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  background-image: url("cat2018/icons/arrow-left.svg");
}

.carousel-control-next {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  top: -15px;
  margin-right: -16px;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.3)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.3) 100%);
}

.carousel-control-next span svg {
  fill: #ffffff;
  width: 35px;
  height: 55px;
  background: grey;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.carousel-control-next .carousel-control-next-icon {
  width: 35px;
  height: 55px;
  background-image: url(/cat2018/icons/arrow-right.svg);
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

#all-desc {
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  padding: 30px 0 0;
  -webkit-box-shadow: inset -1px 5px 3px -5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -1px 5px 3px -5px rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 5px 3px -5px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}

#all-desc ul {
  font-size: 14px;
}

#all-desc .container {
  margin: 0;
  padding: 0;
}

#all-desc .p1 {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px;
}

@media (min-width: 768px) {
  #all-desc .p1 {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#all-desc h3 {
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 768px) {
  #all-desc h3 {
    font-size: 18px;
  }
}

#all-desc p {
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px) {
  #all-desc p {
    font-size: 18px;
  }
}

#all-desc .custom-description {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

@media (min-width: 992px) {
  #all-desc .custom-description .product-description {
    width: 45%;
  }
}

#all-desc .custom-description .general-info h3 {
  margin-top: 50px;
}

#all-desc .custom-description .description-brand-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 30px 15px 40px;
}

@media (min-width: 768px) {
  #all-desc .custom-description .description-brand-logo {
    margin: 30px 0 40px;
    padding-left: 15px;
  }
}

#all-desc .custom-description .description-brand-logo img {
  width: auto;
  height: 35px;
}

@media (min-width: 992px) {
  #all-desc .custom-description .description-brand-logo img {
    margin: 0 auto;
    height: 40px;
  }
}

#all-desc .graphics {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#all-desc .graphics .brand {
  min-height: 100px;
  height: 100%;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#all-desc .graphics .brand img {
  width: 50%;
}

#all-desc .graphics .block {
  margin-top: auto;
}

#all-desc .block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (min-width: 768px) {
  #all-desc .block {
    width: 50%;
  }
}

#all-desc .final {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  #all-desc .final {
    margin-top: -120px;
  }
}

#all-desc .final .block:nth-child(2) {
  margin-left: auto;
}

#all-desc .final .block {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  #all-desc .final .block {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 767px) {
  #all-desc .final .block:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  #all-desc .final .block:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #all-desc .final .block:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  #all-desc .final .block:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #all-desc .final .block:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  #all-desc .final .block:nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  #all-desc .final .block:nth-child(7) {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  #all-desc .final .block:nth-child(8) {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  #all-desc .final .block:nth-child(9) {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  #all-desc .final .block:nth-child(10) {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
}

#all-desc .final .description-text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 35px 0;
}

#all-desc .final .description-text ul {
  font-size: 16px;
  line-height: 20px;
  padding-left: 40px;
  padding-right: 20px;
  list-style-type: disc;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #all-desc .final .description-text ul {
    line-height: 30px;
  }
}

#all-desc .final .description-text ul li {
  font-size: 14px;
}

@media (min-width: 575px) {
  #all-desc .final .description-text ul li {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  #all-desc .final .description-text ul li {
    font-size: 18px;
  }
}

#all-desc .final .description-image {
  border: 1px solid #f5f5f5;
}

#all-desc .final .description-image .img-responsive {
  width: 100%;
  height: 100%;
}

#all-desc .final .description-video {
  margin-top: auto;
  height: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  background: black;
}

#all-desc .final .description-text-block {
  width: 100%;
  flex-basis: 100%;
}

.ann-description {
  padding-top: 2px;
  color: #000;
  box-shadow: inset 0 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC;
  background: #fff !important;
}

@media (min-width: 768px) {
  .ann-description {
    display: none !important;
  }
}

.ann-description .drg-truck {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 18px !important;
}

/* REVIEWS */
.section-title {
  background: #f0f0f0;
  border-top: 1px solid #e9e9e9;
  height: 50px;
  padding: 0 15px;
}

.section-title h3 {
  margin-bottom: 0;
  font-size: 14px;
}

@media (min-width: 768px) {
  .section-title h3 {
    font-size: 18px;
  }
}

#reviews svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  #reviews svg {
    width: 26px;
    height: 26px;
  }
}

.customer-reviews-list {
  padding-top: 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: inset -1px 5px 3px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -1px 5px 3px -3px rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 5px 3px -3px rgba(0, 0, 0, 0.25);
}

.customer-review {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

.customer-review:last-child {
  border: none;
}

.customer-review .add-review svg :hover {
  cursor: pointer;
}

.customer-review .stars-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .customer-review .stars-wrap .star {
    height: 16px;
    width: 16px;
    margin-right: 1px;
  }
}

@media (max-width: 768px) {
  .customer-review .stars-wrap .star:before {
    height: 16px;
    width: 16px;
  }
}

.customer-review .star {
  height: 24px;
  width: 24px;
  margin-right: 3px;
}

.customer-review .star:before {
  width: 24px;
  height: 24px;
}

.customer-review .date-added p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #000000;
  font-size: 12px;
}

@media (min-width: 768px) {
  .customer-review .date-added p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 1rem;
  }
}

.customer-review p {
  color: #797c79;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .customer-review p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .customer-review p[itemprop] {
    width: 70%;
  }
}

.head-title {
  display: none !important;
}

.site-header #showmenu {
  fill: black !important;
}

@media (min-width: 575px) {
  .site-header #showmenu {
    fill: #fff !important;
  }
}

.site-header .container {
  padding: 0 10px;
}

.dots-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .dots-wrap {
    display: none;
  }
}

.dots-wrap .slider-dot {
  background: lightgrey;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 5px;
}

.dots-wrap .slider-dot.active {
  background: #000 !important;
}

.sg-slides-wrapper {
  cursor: pointer;
}

@media (min-width: 992px) {
  .sg-slides-wrapper {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.07), -1px 0px 4px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.07), -1px 0px 4px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.07), -1px 0px 4px -1px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 768px) {
  .sg-slides-wrapper {
    max-width: 650px;
    margin: 0 auto;
  }
}

.sg-slide {
  background: #fff;
}

.sg-modal .sg-slides-wrapper {
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
}

.price-wrap .price {
  display: table;
  font-size: 26px;
  height: 26px;
}

@media (min-width: 992px) {
  .price-wrap .price {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  .price-wrap .price {
    margin-top: 0;
    font-size: 32px;
    font-weight: 500;
  }
}

.price-wrap .old-price {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .price-wrap .old-price {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .price-wrap .reduction-label {
    font-size: 13px;
    padding: 2px 5px;
  }
}

@media (min-width: 992px) {
  .price-wrap .reduction-label {
    margin-left: 10px;
    font-size: 14px;
    padding: 2px 6px;
  }
}

/* Upsell popup*/
.popup-upsell {
  background: #f0f0f0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

@media (min-width: 992px) {
  .popup-upsell {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
}

.popup-upsell button.close {
  position: absolute;
  right: 8px;
  top: 12px;
}

@media (min-width: 992px) {
  .popup-upsell button.close {
    right: 20px;
    top: 25px;
  }
}

.popup-upsell .modal-header {
  border: none;
  padding: 10px 10px 0;
}

@media (min-width: 992px) {
  .popup-upsell .modal-header {
    padding: 1rem;
  }
}

.popup-upsell .modal-header .red-delivery svg {
  width: 25px !important;
  height: 25px !important;
  margin-right: 6px;
}

@media (min-width: 479px) {
  .popup-upsell .modal-header .red-delivery svg {
    width: 30px !important;
    height: 30px !important;
  }
}

@media (min-width: 992px) {
  .popup-upsell .modal-header .red-delivery svg {
    width: 35px !important;
    height: 35px !important;
  }
}

.popup-upsell .modal-body {
  padding: 0;
}

@media (min-width: 992px) {
  .popup-upsell .modal-body {
    padding: 0 12px 1rem;
  }
}

.popup-upsell .grid-item {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
}

.popup-upsell .grid-item h2 {
  font-size: 11px;
  height: 33px;
}

@media (min-width: 479px) {
  .popup-upsell .grid-item h2 {
    font-size: 12px !important;
  }
}

@media (min-width: 575px) {
  .popup-upsell .grid-item h2 {
    font-size: 13px !important;
  }
}

@media (min-width: 768px) {
  .popup-upsell .grid-item h2 {
    font-size: 13px !important;
  }
}

.popup-upsell .grid-item a {
  padding: 20px 10px 5px !important;
}

@media (min-width: 768px) {
  .popup-upsell .grid-item a {
    padding: 20px 10px 0 !important;
  }
}

@media (min-width: 992px) {
  .popup-upsell .grid-item a {
    padding: 20px 10px 15px !important;
  }
}

.popup-upsell .grid-item .image-wrapper {
  max-width: 140px;
}

.popup-upsell .grid-controls {
  display: none;
}

.top-content {
  background: #ffffff;
  padding: 15px;
}

.top-content .title-close {
  color: #666666;
  font-weight: 400;
}

.top-content .added-item {
  margin-top: 15px;
}

.top-content .added-qty {
  margin-right: 5px;
}

.top-content .image-wrapper {
  -webkit-flex-basis: 15%;
  flex-basis: 15%;
  min-width: 50px;
  max-width: 140px;
}

.upsell-details {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .upsell-details {
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.upsell-details .price-wrap .price {
  font-size: 14px;
}

@media (min-width: 479px) {
  .upsell-details .price-wrap .price {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .upsell-details .price-wrap .price {
    font-size: 20px;
  }
  .upsell-details .price-wrap .price sup {
    font-size: 12px;
  }
}

.upsell-details .price-wrap .old-price {
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 2px;
}

.upsell-details .price-wrap .old-price p {
  display: inline;
}

.upsell-details .price-wrap .reduction-label {
  font-size: 11px;
  padding: 1px 5px;
  margin-top: 5px;
}

.upsell-details .back-btn {
  display: inline-block;
  border: 2px solid #999999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 145px;
  margin-right: 5px;
}

.upsell-details .back-btn span {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 11px;
  fill: white;
  color: #999999;
  height: 40px;
  width: 140px;
  padding: 5px;
}

.upsell-details .next-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 0;
  padding-left: 35px;
  width: 145px;
  font-weight: 500;
  font-size: 11px;
  fill: #fff;
  color: #fff;
  height: 43px;
  background: #d53131;
  -webkit-box-shadow: inset -1px 5px 4px -5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -1px 5px 4px -5px rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 5px 4px -5px rgba(0, 0, 0, 0.25);
}

.upsell-details .bot-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .upsell-details .bot-wrap {
    margin-top: 10px;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.upsell-details .bot-wrap .gotocart {
  margin-top: 10px;
  margin-left: auto;
}

@media (min-width: 992px) {
  .upsell-details .bot-wrap .gotocart {
    margin-top: 0;
  }
}

.upsell-details .top-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.18);
}

@media (min-width: 992px) {
  .upsell-details .top-wrap {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-right: 12px;
  }
}

@media (min-width: 992px) {
  .upsell-details .top-wrap .img-wrapper {
    padding-bottom: 20%;
  }
}

@media (min-width: 992px) {
  #exampleModal .top-wrap .image-wrapper {
    padding-bottom: 12.5%;
  }
}

#exampleModal .prices .price {
  display: inline-block;
  color: #d92121;
}

@media (min-width: 992px) {
  #exampleModal .prices .price {
    font-size: 20px;
  }
  #exampleModal .prices .price sup {
    font-size: 12px;
  }
}

#exampleModal .prices .old-price {
  font-size: 13px;
  font-weight: 400;
  color: #888;
  margin-left: 5px;
  text-decoration: line-through;
}

#exampleModal .prices .old-price p {
  display: inline;
}

.secondary-wrap {
  margin-left: 5px;
}

@media (min-width: 992px) {
  .secondary-wrap {
    margin-left: 15px;
  }
}

.secondary-wrap .product-title {
  font-size: 12px;
  line-height: 1.2;
  height: 46px;
  overflow: hidden;
  color: #343434;
}

@media (min-width: 992px) {
  .secondary-wrap .product-title {
    width: 85%;
    font-size: 14px;
  }
}

.secondary-wrap .price {
  font-size: 15px;
  color: #d92121;
}

@media (min-width: 992px) {
  .secondary-wrap .price {
    font-size: 21px;
  }
}

.recom-products {
  margin: 10px 12px 0 10px;
}

.recom-products .upsell {
  font-size: 16px;
  color: #666666;
}

.recom-products .title {
  font-size: 18px;
}

.close {
  font-size: 2.8rem !important;
  font-weight: 400 !important;
  line-height: 0.5;
  margin-top: -7px;
}

.upsell-price {
  font-weight: 600;
}

.red-delivery {
  font-size: 12px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .red-delivery {
    font-size: 16px;
  }
}

.red-delivery .icon {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}

@media (min-width: 992px) {
  .red-delivery .icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
}

.red-delivery p {
  margin: 0;
}

#addReview .modal-header {
  padding: 1rem;
}

#addReview .modal-header button {
  font-size: 34px;
}

#addReview .modal-title {
  font-size: 18px;
}

@media (min-width: 575px) {
  #addReview .modal-dialog {
    max-width: 600px;
  }
}

#addReview .field-productcomment-grade {
  text-align: center;
}

#addReview .field-productcomment-grade .radio {
  display: inline-block;
}

#addReview .field-productcomment-grade label {
  text-transform: uppercase;
}

#addReview .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

#addReview .help-block .has-success {
  color: #3c763d;
}

#addReview .field-productcomment-customer_name {
  width: 100%;
}

#addReview .field-productcomment-customer_name label {
  display: none;
}

#addReview .field-productcomment-email {
  width: 100%;
}

#addReview .field-productcomment-email label {
  display: none;
}

#addReview .field-productcomment-message label {
  display: none;
}

#addReview .form-group label {
  font-weight: normal;
  font-size: 14px;
}

#addReview .form-control {
  height: 50px;
}

#addReview textarea {
  height: unset;
}

@media (min-width: 768px) {
  #addReview textarea {
    min-height: 160px;
  }
}

#addReview .field-productcomment-grade .radio input {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin: 0;
}

.floating-product {
  display: none;
}

.floating-product.active {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  border-bottom: 1px solid #ddd;
  padding: 5px 15px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1);
}

.floating-product .container {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.floating-product .image-wrapper {
  display: inline-block;
  max-width: 55px;
  padding-bottom: 55px;
  margin-right: 10px;
}

.floating-product .product-title {
  display: inline-block;
  margin-left: 15px;
}

.floating-product .right-side {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
}

.floating-product .right-side .price-wrap {
  white-space: nowrap;
}

.floating-product .right-side #addProduct {
  position: unset;
  margin: 0;
  padding: 0;
}

.floating-product .price {
  font-size: 24px;
}

@media (min-width: 768px) {
  .floating-product .form-group {
    min-width: unset !important;
  }
}

.floating-product #addProduct {
  margin-left: 20px;
}

.floating-product .btn-addToCart {
  height: 50px;
  max-width: 206px;
  font-size: 14px;
}

.floating-product .btn-addToCart .addCart-left {
  margin-right: 12px;
  padding-right: 14px;
}

.floating-product .btn-addToCart .addCart-left svg {
  width: 26px;
  height: 26px;
}

.floating-product .btn-addToCart .addCart-right {
  font-size: 14px;
}

#slide-show .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

#slide-show .modal-body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
}

#slide-show .thumbs-block {
  -webkit-flex-basis: 18%;
  flex-basis: 18%;
  margin: -15px 0;
}

#slide-show .thumbs-block .thumbz {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 770px;
}

@media (min-width: 992px) {
  #slide-show .thumbs-block .thumbz {
    height: 595px;
  }
}

@media (min-width: 992px) {
  #slide-show .thumbs-block .thumbz {
    height: 595px;
  }
}

@media (min-width: 992px) {
  #slide-show .thumbs-block .thumbz {
    height: 770px;
  }
}

#slide-show .thumbs-block .thumbz .thumb {
  width: 90px;
  margin: 2px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #f5f5f5;
}

@media (min-width: 992px) {
  #slide-show .thumbs-block .thumbz .thumb {
    height: 70px;
  }
}

@media (min-width: 992px) {
  #slide-show .thumbs-block .thumbz .thumb {
    width: 90px;
  }
}

#slide-show .cover-block {
  -webkit-flex-basis: 82%;
  flex-basis: 82%;
}

#slide-show .cover-block .cover {
  width: 70%;
  margin: 0 auto;
}

#slide-show .cover-block .cover img {
  margin: 0 auto;
}

@media (max-width: 991px) {
  #exampleModal .modal-dialog {
    margin: 0 0 0 auto;
  }
}

@media (min-width: 479px) and (max-width: 574px) {
  #exampleModal .modal-dialog {
    max-width: 475px;
  }
}

#exampleModal .grid-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

#exampleModal .red-delivery {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -moz-box-align: left;
  -ms-flex-align: left;
  -webkit-align-items: left;
  align-items: left;
  margin: 0 12px;
}

@media (min-width: 575px) {
  #exampleModal .red-delivery {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto !important;
  }
}

#exampleModal .red-delivery .t-bold {
  display: inline-block;
  margin-top: 2px;
}

@media (min-width: 360px) {
  #exampleModal .red-delivery .t-bold {
    font-size: 13px;
  }
}

@media (min-width: 479px) {
  #exampleModal .red-delivery .t-bold {
    font-size: 14px;
    margin-top: 4px;
  }
}

@media (min-width: 768px) {
  #exampleModal .red-delivery .t-bold {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  #exampleModal .red-delivery .t-bold {
    font-size: 16px;
  }
}

#exampleModal .top-content {
  margin: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

@media (min-width: 360px) {
  #exampleModal .top-content {
    margin: 10px 8px 5px;
  }
}

@media (min-width: 479px) {
  #exampleModal .top-content {
    margin: 10px 10px 5px;
  }
}

@media (min-width: 992px) {
  #exampleModal .top-content {
    margin: 0 10px 5px;
  }
}

#exampleModal .recom-products {
  margin: 10px 5px;
}

@media (min-width: 360px) {
  #exampleModal .recom-products {
    margin: 10px 8px;
  }
}

@media (min-width: 479px) {
  #exampleModal .recom-products {
    margin: 10px;
  }
}

#exampleModal .see-more {
  text-align: center;
}

@media (max-width: 574px) {
  #exampleModal .see-more img {
    padding: 15px;
  }
}

@media (min-width: 1200px) {
  #exampleModal .grid-container .grid-item {
    max-width: 20%;
    min-width: 20%;
  }
}

.field-productcomment-grade .radio .star:before {
  content: '';
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url("/cat2018/icons/star.svg") no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 1px;
}

.field-productcomment-grade .radio .star.empty:before {
  background: url("/cat2018/icons/empty_star.svg") no-repeat;
}

@media (min-width: 768px) {
  .product-page .sg-indicator:last-child {
    display: flex !important;
  }
}

.product-page .sg-modal ::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.product-page .sg-modal ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.product-page .sg-modal ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #777;
}

.product-page .sg-modal ::-webkit-scrollbar-thumb:hover {
  background: #888;
}

@media (min-width: 768px) {
  .product-page .sg-modal .show-more {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .product-page .top-section .sg-indicator {
    background: #fff;
    border: 1px solid #000;
    margin: 0 3px;
  }
  .product-page .top-section .sg-indicator.active {
    border: none !important;
    background: #232f3e !important;
  }
  .product-page .top-section .sg-indicator picture {
    display: none;
  }
}

.product-page .show-more {
  background: #fff !important;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1) !important;
  margin-right: 3px;
  border: 1px solid #eee;
}

.product-page .sg-modal-content {
  width: 100%;
  overflow: hidden;
  padding: 0 15px 50px;
}

@media (min-width: 575px) {
  .product-page .sg-modal-content {
    width: 80%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
}

@media (min-width: 992px) {
  .product-page .sg-modal-content {
    width: 70%;
    max-width: 900px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
}

.product-page .sg-modal-close {
  font-size: 40px;
  font-weight: 400;
  height: 42px;
}

.product-page .sg-modal-gallery {
  overflow: hidden;
}

.product-page .sg-modal-gallery .sg-slides-wrapper {
  max-width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .product-page .sg-modal-gallery .sg-slides-wrapper {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .product-page .sg-modal-gallery .sg-slides-wrapper {
    max-width: 750px;
  }
}

@media (min-width: 1200px) {
  .product-page .sg-modal-gallery .sg-slides-wrapper {
    max-width: 60%;
    margin-right: 5%;
    margin-bottom: 0;
  }
}

.product-page .sg-modal-gallery .sg-indicators {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 575px) {
  .product-page .sg-modal-gallery .sg-indicators {
    width: 20%;
    overflow: hidden;
    max-height: 480px;
  }
}

@media (min-width: 768px) {
  .product-page .sg-modal-gallery .sg-indicators {
    margin-top: 15px;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .product-page .sg-modal-gallery .sg-indicators {
    width: 20%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.product-page .sg-modal-gallery .sg-indicator {
  -webkit-flex-basis: unset;
  flex-basis: unset;
}

@media (min-width: 768px) {
  .product-page .sg-modal-gallery .sg-indicator {
    -webkit-flex-basis: 12%;
    flex-basis: 12%;
  }
}

@media (min-width: 1200px) {
  .product-page .sg-modal-gallery .sg-indicator {
    -webkit-flex-basis: 46%;
    flex-basis: 46%;
  }
}

.product-page .sg-modal-gallery .sg-navigation .sg-previous {
  left: 0;
  width: 14px;
  height: 20px;
}

.product-page .sg-modal-gallery .sg-navigation .sg-previous:hover {
  cursor: pointer;
}

@media (min-width: 992px) {
  .product-page .sg-modal-gallery .sg-navigation .sg-previous {
    height: 40px;
    width: 40px;
  }
}

@media (min-width: 1200px) {
  .product-page .sg-modal-gallery .sg-navigation .sg-previous {
    left: 20%;
  }
}

.product-page .sg-modal-gallery .sg-navigation .sg-next {
  width: 14px;
  height: 20px;
}

.product-page .sg-modal-gallery .sg-navigation .sg-next:hover {
  cursor: pointer;
}

@media (min-width: 992px) {
  .product-page .sg-modal-gallery .sg-navigation .sg-next {
    height: 40px;
    width: 40px;
  }
}

.product-page .sg-indicators {
  z-index: 10;
}

.product-page .ss-item .price-wrap .price {
  font-size: 18px;
}

@media (min-width: 479px) {
  .product-page .ss-item .price-wrap .price {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .product-page .ss-item .price-wrap .price {
    font-size: 24px;
  }
}

.product-page .ss-item .price-wrap .price span {
  margin-left: 5px;
  font-size: 16px;
}

.product-page .ss-item .price-wrap .old-price {
  margin-top: -7px;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}

@media (min-width: 479px) {
  .product-page .ss-item .price-wrap .old-price {
    margin-top: -4px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .product-page .ss-item .price-wrap .old-price {
    font-size: 15px;
  }
}

.product-page .ss-item .price-wrap .old-price p {
  display: inline-block;
  margin-left: 5px;
}

.product-page .ss-item .price-wrap sup {
  font-size: 70%;
}

@media (min-width: 768px) {
  .product-page .ss-item .price-wrap sup {
    font-size: 60%;
  }
}

.product-page .ss-item .reduction-label {
  position: absolute;
  top: 8px;
  left: -5px;
  background: #ff4200;
  color: #fff;
  padding: 1px 4px 2px 6px;
  border-radius: 4px 4px 4px 0;
  -webkit-border-radius: 4px 4px 4px 0;
  -moz-border-radius: 4px 4px 4px 0;
  font-size: 12px;
}

.product-page .ss-item .reduction-label:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #a9897f;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.product-page .ss-item a {
  position: relative;
}

@media (min-width: 479px) {
  .product-page .grid-item h4 {
    font-size: 14px;
  }
}

@media (min-width: 575px) {
  .product-page .grid-item h4 {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .product-page .grid-item h4 {
    font-size: 16px;
    height: 45px;
  }
}

.popup-upsell .reduction-label {
  position: absolute;
  top: 15px;
  left: 0;
  background: #ff4200;
  color: #fff;
  padding: 1px 4px 2px 6px;
  border-radius: 4px 4px 4px 0;
  -webkit-border-radius: 4px 4px 4px 0;
  -moz-border-radius: 4px 4px 4px 0;
  font-size: 12px;
}

.popup-upsell .reduction-label:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #a9897f;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.show-more .thumbs-count {
  display: none !important;
}

@media (min-width: 768px) {
  .show-more .thumbs-count {
    display: table !important;
  }
}

@media (min-width: 992px) {
  .show-more .thumbs-count {
    font-size: 16px !important;
  }
}

@media (min-width: 1200px) {
  .show-more .thumbs-count {
    font-size: 20px !important;
  }
}

.p-2 > .row {
  margin-right: -.5rem !important;
  margin-left: -.5rem !important;
}

/* Necesita modificari*/

/*# sourceMappingURL=product-page.css.map */