#cart_popup {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  min-height: 100vh;
  background-color: transparent;
  z-index: 19999;
  -webkit-transition: 0.3s cubic-bezier(0.9, 0.8, 0.6, 0.91);
  transition: 0.3s cubic-bezier(0.9, 0.8, 0.6, 0.91);
  opacity: 0;
}

#cart_popup .popcart-insd {
  opacity: 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

#cart_popup.display {
  right: 0;
  opacity: 1;
}

#cart_popup.display .cart_ajax_container {
  right: 0;
}

#cart_popup.display .popcart-insd {
  opacity: 1;
}

#cart_popup .cart_ajax_container {
  height: 100vh;
}

#cart_popup .cart_ajax_container .popcart-insd {
  position: relative;
  display: block;
  max-height: calc(100vh - 60px);
  height: calc(100vh - 60px);
}

#cart_popup .cart_ajax_container .popcart-insd .cart_container_inner {
  position: relative;
  height: calc(100% - 200px);
  overflow-y: auto;
}

#cart_popup .quantity-prod-cart {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#cart_popup .quantity-prod-cart input[type="number"].quant-num-prod-cart {
  width: 5em;
  text-align: right;
  border: none;
  padding: 5px 5px;
  outline-color: #000;
  outline-width: 1px;
  -moz-appearance: textfield;
}

#cart_popup .quantity-prod-cart input[type="number"].quant-num-prod-cart::-webkit-outer-spin-button, #cart_popup .quantity-prod-cart input[type="number"].quant-num-prod-cart::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#cart_popup .quantity-prod-cart input[type="number"].quant-num-prod-cart:focus {
  outline-width: 1px;
  outline-style: inset;
}

#cart_popup .error-qty-adjusted {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  color: #ffffff;
  background-color: red;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 10px;
}

.cart-container {
  position: relative;
}

#cart-container-inner .list-products-cart .parameters-cart .quantity-prod-cart-summarypage {
  position: relative;
  width: 90px;
  height: 50px;
}

#cart-container-inner .list-products-cart .parameters-cart .quantity-prod-cart-summarypage .quant-num-prod-cart {
  -webkit-text-size-adjust: 100%;
  line-height: 20px;
  font-family: Poppins, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90px;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 2px;
  padding-left: 10px;
  padding-right: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: #fff;
  color: #858585;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: right;
  white-space: nowrap;
}

#cart-container-inner .list-products-cart .parameters-cart .quantity-prod-cart-summarypage .div-quantity-arrow {
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: #ffffff;
}

#loading-overlayer-cartsummarypage {
  z-index: 99999;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-color: #ffffff;
}

input.quant-num-prod-cart {
  -moz-appearance: textfield;
}

input.quant-num-prod-cart::-webkit-outer-spin-button, input.quant-num-prod-cart::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.quant-num-prod-cart:hover, input.quant-num-prod-cart:focus {
  -moz-appearance: number-input;
}

.widget-category-list ul a {
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.widget-category-list ul li.category-link {
  opacity: 1;
  color: inherit;
}

.widget-category-list ul li.category-link a {
  text-decoration: none;
  color: #18181d;
}

.widget-category-list ul li.category-link a:hover {
  opacity: 0.7;
  color: #6d6d6d;
}

.widget-category-list ul.sub li:first-of-type {
  margin-top: 10px;
}

.section-product-basic-info .div-products-images .div-block-258 .div-thumbnail.active {
  border-color: #eb0000;
}

.dropdown-selector-wraper select {
  min-width: 280px;
  color: #2d3540;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 10px;
  border: 1px solid #cacaca;
}

.dropdown-selector-wraper select:focus {
  outline: none;
}

.fr-box .fr-pages .fr-page .fr-content {
  background-color: #ffffff;
}

.fr-thumbnails .fr-thumbnails-wrapper .fr-thumbnails-slider .fr-thumbnail-wrapper {
  background-color: #ffffff;
}

form .form-row .error-msg {
  display: none;
}

form .form-row.error .error-msg {
  display: block;
  color: red;
  font-size: 13px;
  line-height: 15px;
}

.error-msg {
  /*.form-error-message{
		width: 100%;
		padding-left: calc( 25% - 44px);
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		&:before{
			content: '';
			background-image: url('../images/icon_warning.svg');
			background-repeat: no-repeat;
			background-size: 24px 24px;
			width: 44px;
			height: 24px;
			min-width: 34px;
			padding-right: 10px;
			display: none;
			box-sizing: border-box;
		}
		&.visible{
			&:before{
				display: block;
			}
		}
	}*/
}

.error-msg .error-icon-wrap {
  display: none;
}

.error-msg.noleftpadding .form-error-message {
  padding-left: 0;
}

.link-nav a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.link-nav a:hover {
  color: #555;
}

.loading-overlayer {
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loading-overlayer .loading-img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading-overlayer.grey-c {
  background-color: #f7f7f7;
}

.loading-overlayer.fullscreen {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.loading-overlayer.fullscreen .loading-img {
  width: 100vw;
  height: 100vh;
}

#loading-overlayer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
}

#loading-overlayer-cart {
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loading {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  text-transform: uppercase;
  width: 150px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.loading span {
  position: relative;
  z-index: 999;
  color: #b3b3b3;
}

.loading:before {
  content: '';
  background: #61bdb6;
  width: 128px;
  height: 36px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: 2s loadingBefore infinite ease-in-out;
          animation: 2s loadingBefore infinite ease-in-out;
}

@-webkit-keyframes loadingBefore {
  0% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
  }
  50% {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
  }
  100% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
  }
}

@keyframes loadingBefore {
  0% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
  }
  50% {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
  }
  100% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
  }
}

.loading:after {
  content: '';
  background: #ff3600;
  width: 14px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: .5;
  -webkit-animation: 2s loadingAfter infinite ease-in-out;
          animation: 2s loadingAfter infinite ease-in-out;
}

@-webkit-keyframes loadingAfter {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

@keyframes loadingAfter {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

.slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-arrow:focus {
  outline-width: 0;
  outline-style: none !important;
}

.slick-arrow.slick-hidden {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.slick-arrow.reaching img {
  -webkit-filter: saturate(101) hue-rotate(147deg) sepia(1);
          filter: saturate(101) hue-rotate(147deg) sepia(1);
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
}

.form-group .error-msg {
  display: none;
}

.form-group.error .error-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*# sourceMappingURL=mgshop.css.map */