.addtocarterrorwrapper {
  display: none;
  top: -118px;
  position: absolute;
  width: 100%;
  left: 0; }
  .addtocarterrorwrapper .produnt-errors-popop .produnt-errors-popop-top {
    bottom: 11px !important;
    left: 40px;
    top: auto;
    box-shadow: 1px -2px 0px 3px #fff, 4px 1px 4px 0px rgba(0, 0, 0, 0.25); }

.addtocarterror {
  /*    display: flex;
    align-items: center;
    min-height: 50px;
    background: rgb(251, 250, 217);
    user-select: none;
    padding: 8px 15px;
    color: rgb(38, 38, 38);
    font-size: 13px;
    position: relative;

    &:after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: rgb(251, 250, 217);
        transform: rotate(-45deg);
        left: 50%;
        position: absolute;
        bottom: -6px;
        z-index: -1;
        box-shadow: -0.5px 0.9px 4px 0 rgba(0, 0, 0, 0.25);
    }*/ }

.add-to-cart-false-newsletter {
  border-radius: 4px;
  padding: 18px 38px;
  box-shadow: -0.5px 0.9px 4px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 9999;
  background: #fff;
  top: 0;
  z-index: 99;
  left: 0; }

#atcfn-form input[name="arcfn-email"] {
  padding: 12px 16px;
  border: 1px solid #ebebeb;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
  line-height: 13px;
  max-width: 100%;
  border-radius: 4px;
  font-size: 13px;
  height: 40px;
  box-sizing: border-box;
  margin-bottom: 11px; }
  #atcfn-form input[name="arcfn-email"]:-ms-input-placeholder {
    color: #a7a7a7; }
  #atcfn-form input[name="arcfn-email"]:-moz-placeholder {
    color: #a7a7a7; }
  #atcfn-form input[name="arcfn-email"]:focus {
    box-shadow: none; }
  #atcfn-form input[name="arcfn-email"]:active {
    box-shadow: none; }

#atcfn-form input[name="arcfn-email"]::-webkit-input-placeholder {
  color: #a7a7a7; }

#atcfn-form input[name="arcfn-email"]::-moz-placeholder {
  color: #a7a7a7; }

.atcfn-title {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 9px;
  max-width: 275px;
  margin: 0 auto 9px;
  text-align: center; }

.atcfn-text {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: center;
  color: #000; }

.arcfn-submit {
  width: 100%;
  height: 40px; }

.atcfn-close {
  background: url("/themes/default-bootstrap/dist/images/icons.svg") no-repeat -260px -11px;
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  position: absolute;
  background-repeat: no-repeat;
  top: 14px;
  right: 17px;
  z-index: 9999;
  opacity: 0.6;
  cursor: pointer; }
  .atcfn-close:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    left: -8px;
    top: -6px; }
  .atcfn-close:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    left: -8px;
    top: -6px; }

.atcfn-helper {
  display: none;
  font-size: 13px;
  margin-top: -4px;
  text-align: left;
  margin-bottom: 10px; }

#newsletter-pop {
  width: 100%;
  text-align: center; }
  #newsletter-pop label {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #757575;
    vertical-align: top;
    line-height: 1.4em;
    padding-left: 27px;
    margin-bottom: 8px; }

#atcfn-form .arcfn-submit {
  height: 40px;
  margin-bottom: 25px; }

#atcfn-form.haserror .atcfn-helper.error {
  display: block;
  color: #f44336; }

#atcfn-form.hassuccess .atcfn-helper.success {
  display: block;
  color: #41b35c; }

.atcfn-helper {
  display: none;
  font-size: 13px;
  margin-top: -4px;
  text-align: left;
  margin-bottom: 10px; }

.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative; }

.productSlider {
  opacity: 0;
  /* Standard compliant browsers */
  -moz-opacity: 0;
  /* Firefox and Mozilla browsers */
  -webkit-opacity: 0;
  /* WebKit browser e.g. Safari */
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  height: 300px; }
  .productSlider h5 {
    text-align: center; }
  .productSlider .product-brand-line {
    text-transform: uppercase;
    margin-top: 9px;
    text-align: center;
    font-family: "brandon-bold", "brandon_textbold";
    font-size: 13px; }
  .productSlider .content_price {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .productSlider .product-list-review {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .productSlider .item-attributes {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.glider::-webkit-scrollbar {
  display: none !important; }

.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
  scrollbar-width: none; }
  .glider a {
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-app-region: no-drag;
    cursor: grab; }
  .glider .color_to_pick_list {
    justify-content: center !important;
    display: flex !important; }
  .glider .product-container {
    margin-bottom: 15px !important; }
  .glider .color-list-container.owl-carousel {
    max-width: 100% !important; }

.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1; }

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab; }

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none; }

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%; }

.glider-slide img {
  max-width: 100%; }

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0; }

.glider-prev, .glider-next {
  opacity: 0;
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  /*    @include breakpoint($xs) {
                img {
                    width:70%;
                }
                padding-top: 0px;
                padding-bottom: 5px;
    }
    */ }
  .glider-prev img, .glider-next img {
    vertical-align: baseline; }

.viewed-products-inner .glider-prev, .viewed-products-inner .glider-next {
  top: 81%; }

.viewed-products-no-recommended .glider-prev, .viewed-products-no-recommended .glider-next {
  top: 57%; }

.recommended-products-no-viuwed .glider-prev, .recommended-products-no-viuwed .glider-next {
  top: 57%; }

.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8;
  background: #fff; }

.glider-next {
  right: -23px;
  left: auto !important; }

.glider-next.disabled,
.glider-prev.disabled {
  color: #666;
  cursor: default; }
  .glider-next.disabled img,
  .glider-prev.disabled img {
    opacity: .25; }

.glider-slide {
  padding-left: 10px;
  padding-right: 10px; }

.glider-hide {
  opacity: 0; }

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0; }

.glider-dot {
  background: none;
  border: 0;
  padding: 0;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px; }

.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #636363; }

@media all {
  .error {
    display: none; } }

@media (max-width: 1677px) {
    .glider-prev, .glider-next {
      left: 0px;
      background: #fff;
      padding-top: 5px;
      padding-bottom: 0px;
      padding-right: 5px; }
    .glider-next {
      right: 0px !important;
      background: #fff;
      padding-left: 5px;
      padding-right: 0px; } }

@media (max-width: 949px) {
    .glider-prev, .glider-next {
      display: none; } }

@media screen and (max-width: 768px) {
    .productSlider .content_price .price.product-price {
      font-size: 14px; }
    .productSlider .right-block .content_price {
      margin-top: 7px; }
    .productSlider .rb-pro-att {
      display: none; } }

@media (max-width: 767px) {
      .productSlider h5 {
        display: none; }
      .glider .product-container {
        margin-bottom: 10px !important; } }

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px; }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25); } }


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