.product-catalog-widget .example .catalog-title {
  font-size: 24px;
}
.product-catalog-widget .example button {
  cursor: default;
}
.product-catalog-widget .product-catalog-wrapper {
  padding-bottom: 5px;
}
.product-catalog-widget .product-items {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.product-catalog-widget .product-items .product-item.width100 {
  width: 100%;
}
.product-catalog-widget .product-items .product-item {
  margin: 3px;
  width: 46%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
.product-catalog-widget .product-items .product-item .wrapper-link {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-catalog-widget .product-items .product-item .wrapper-link .item-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}
.product-catalog-widget .product-items .product-item .wrapper-link .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-catalog-widget .product-items .product-item .product-item-badge {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 35px;
  background-color: #000000;
  color: white;
  border-bottom-left-radius: 10px;
  align-items: center;
  justify-content: center;
}
.product-catalog-widget .product-items .product-item .price-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-catalog-widget .product-items .product-item .item-price {
  margin-bottom: 0;
  font-size: 1.067em;
}
.product-catalog-widget .product-items .product-item .item-price .fa {
  font-size: 16px;
}
.product-catalog-widget .product-items .product-item .old-price {
  font-size: 1em;
  font-weight: 500;
}
.product-catalog-widget .product-items .product-item .item-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px;
  background-color: #ffffff;
  text-align: center;
}
.product-catalog-widget .product-items .product-item .item-name {
  width: 100%;
  font-size: 1.067em;
  color: #707070;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
}
.product-catalog-widget .product-items .product-item .item-description {
  width: 100%;
  color: #707070;
  margin-bottom: 0;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product-catalog-widget .product-items .item-button {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0;
  font-weight: 400;
}
.product-catalog-widget .product-items .negative-quantity-item {
  padding: 5px 0;
  text-align: center;
}
.product-catalog-widget .product-items .widget-divider {
  width: 40%;
  margin: 10px auto;
  height: 1px;
  background-color: #cccccc;
}
.product-catalog-widget .button-add-wrapper {
  border-radius: 10px;
  border: 2px dashed #ffffff;
  color: #ffffff;
}
.product-catalog-widget .button-add-wrapper .btn {
  position: relative;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
.product-catalog-widget .button-add-wrapper .btn .zmdi {
  font-size: 18px;
}
.product-catalog-widget .widget-divider.divider-bottom {
  margin: 25px 0 10px;
  background: #e1e1e1;
}
.product-catalog-widget .product-catalog-button {
  padding-left: 15px;
}
.product-catalog-widget .product-catalog-button:before {
  content: '\f278';
  font-family: 'Material-Design-Iconic-Font';
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  position: absolute;
  left: 0;
  bottom: 6px;
}
.product-catalog-widget .product-price-list .product-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}
.product-catalog-widget .product-price-list .product-item a {
  width: 75%;
  color: #ffffff;
}
.product-catalog-widget .product-price-list .product-item a .item-name {
  text-align: left;
}
.product-catalog-widget .product-price-list .product-item .item-price {
  position: relative;
}
.product-catalog-widget .product-price-list .product-item .item-price p {
  position: absolute;
  font-size: 16px;
  bottom: 0;
  right: 0;
}
.product-catalog-widget .product-price-list p {
  margin-bottom: 0;
}
.product-catalog-widget .item-price {
  color: #383838;
  font-weight: 700;
  white-space: nowrap;
}
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-2 .arrow-prev-products,
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-2 .arrow-next-products {
  color: grey;
  top: calc(50% - 18px);
}
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-2 .arrow-prev-products.disabled,
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-2 .arrow-next-products.disabled {
  display: none;
}
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-3 .arrow-prev-products,
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-3 .arrow-next-products {
  top: calc(50% - 18px);
  box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.07);
  border-radius: 50px;
}
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-3 .arrow-prev-products.disabled,
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-3 .arrow-next-products.disabled {
  display: none;
}
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-1 .arrow-prev-products,
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-1 .arrow-next-products {
  display: none;
}
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-1 .owl-dots {
  display: block;
}
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-3 .arrow-prev-products,
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-3 .arrow-next-products {
  border-radius: 50%;
  height: 35px;
  width: 35px;
}
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-3 .arrow-prev-products {
  left: -35px;
}
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-3 .arrow-next-products {
  right: -35px;
}
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-2 .arrow-prev-products,
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-3 .arrow-prev-products,
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-2 .arrow-next-products,
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-3 .arrow-next-products {
  display: block;
}
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-2 .arrow-prev-products.disabled,
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-3 .arrow-prev-products.disabled,
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-2 .arrow-next-products.disabled,
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-3 .arrow-next-products.disabled {
  cursor: default;
}
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-2 .owl-dots,
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-3 .owl-dots {
  display: none;
}
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-4 .arrow-prev-products,
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-4 .arrow-next-products {
  display: none;
}
.product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-4 .owl-dots {
  display: none;
}
.product-catalog-widget .widget .view-widget-content .product-catalog-template .arrow-prev-products {
  left: -28px;
  border-radius: 0 5px 5px 0;
}
.product-catalog-widget .widget .view-widget-content .product-catalog-template .arrow-next-products {
  right: -28px;
  border-radius: 0 5px 5px 0;
}
.product-catalog-widget .widget .view-widget-content .product-catalog-template .arrow-prev-products,
.product-catalog-widget .widget .view-widget-content .product-catalog-template .arrow-next-products {
  position: absolute;
  top: 49px;
  font-size: 36px;
  cursor: pointer;
  padding: 0 6px;
  line-height: 35px;
  z-index: 9;
}
.product-catalog-widget .widget.change-template-mode .view-widget-content .product-catalog-template .arrow-prev-products,
.product-catalog-widget .widget.change-template-mode .view-widget-content .product-catalog-template .arrow-next-products {
  display: none;
}
html:not(.ismobile) .product-catalog-widget .widget.w-w2 .product-items.three-products-in-list,
html:not(.ismobile) .product-catalog-widget .widget.w-w5 .product-items.three-products-in-list {
  justify-content: left;
}
html:not(.ismobile) .product-catalog-widget .widget.w-w2 .product-items.three-products-in-list .product-item,
html:not(.ismobile) .product-catalog-widget .widget.w-w5 .product-items.three-products-in-list .product-item {
  width: 30.7%;
}
html:not(.ismobile) .product-catalog-widget .widget.w-w2 .product-items.three-products-in-list .product-item:nth-child(3),
html:not(.ismobile) .product-catalog-widget .widget.w-w5 .product-items.three-products-in-list .product-item:nth-child(3) {
  display: flex;
}
html:not(.ismobile) .product-catalog-widget .widget.w-w2 .product-items .product-item:nth-child(3),
html:not(.ismobile) .product-catalog-widget .widget.w-w5 .product-items .product-item:nth-child(3) {
  display: none;
}
.ismobile .product-catalog-widget .widget .view-widget-content .product-catalog-template .arrow-prev-products {
  left: 0;
}
.ismobile .product-catalog-widget .widget .view-widget-content .product-catalog-template .arrow-next-products {
  right: 0;
}
.product-catalog-widget .widget.w-w1 .product-items .product-item,
.product-catalog-widget .widget.w-w4 .product-items .product-item {
  width: 46%;
}
.product-catalog-widget .widget.w-w1 .product-items .product-item:nth-child(3),
.product-catalog-widget .widget.w-w4 .product-items .product-item:nth-child(3) {
  display: none !important;
}
.add-product-modal .modal-title {
  text-align: left;
  font-size: 18px;
}
.add-product-modal .checkbox input:checked + .input-helper::before {
  background-color: #2687ff;
  border-color: #2687ff;
}
.add-product-modal .product-preview img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.add-product-modal .products {
  position: relative;
}
.add-product-modal .products .item-label {
  cursor: pointer;
  display: block;
}
.add-product-modal .products .product-overlay {
  background-color: rgba(255, 255, 255, 0.41);
  position: absolute;
  width: 100%;
  height: 100%;
}
.add-product-modal .products .item {
  display: flex;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
  align-items: center;
}
.add-product-modal .products .item .checkbox {
  position: absolute;
  left: 0;
  top: 20%;
}
.add-product-modal .products .item .product-info {
  padding-left: 5px;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.add-product-modal .products .item .product-info .name,
.add-product-modal .products .item .product-info .description,
.add-product-modal .products .item .product-info .price {
  margin: 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.add-product-modal .products .item .product-info .name,
.add-product-modal .products .item .product-info .description {
  color: #707070;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.add-product-modal .products .item .product-info .name {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}
.add-product-modal .products .item .product-info .price {
  font-size: 15px;
  font-weight: 700;
}
.add-product-modal .products .item .product-info .price i {
  font-size: 13px;
}
.add-product-modal .products .item .product-info .price .hide-notice {
  color: #f44336;
  font-weight: 400;
  font-size: 13px;
}
.add-product-modal .products .item .product-info .description {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}
.product-catalog-wrapper .product-catalog-item {
  width: 100%;
}
.product-catalog-wrapper .product-catalog-item-name {
  color: #ffffff;
  display: block;
  padding-left: 35px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.product-catalog-wrapper .product-catalog-item-name p {
  white-space: nowrap;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-catalog-wrapper .product-catalog-item-price {
  color: #ffffff;
  width: 80px;
  text-align: right;
  white-space: nowrap;
  float: right;
  font-weight: 700;
}
.product-catalog-wrapper .product-catalog-item-image-preview {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  float: left;
}
.product-catalog-wrapper .product-catalog-item-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-catalog-wrapper .product-catalog-item-actions {
  white-space: nowrap;
  float: right;
  width: 90px;
}
.product-catalog-wrapper .product-catalog-item-actions .zmdi {
  padding: 0 7px;
  margin-top: -2px;
}
.product-catalog-wrapper .product-catalog-item-actions .action-edit {
  font-size: 22px;
  padding: 0 2px 0 7px;
  cursor: pointer;
}
.chevron-left:before,
.chevron-right:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 100%;
  color: #ffffff;
  display: none;
}
.add-product-modal .chevron-left:before,
.add-product-modal .chevron-right:after {
  color: #707070;
}
.chevron-left:before {
  left: 0;
  bottom: -3px;
  content: '\f2fa';
  width: 8px;
  font-size: 18px;
  font-family: 'Material-Design-Iconic-Font';
}
.chevron-right:after {
  right: 0;
  bottom: -3px;
  content: '\f2fb';
  width: 8px;
  font-size: 18px;
  font-family: 'Material-Design-Iconic-Font';
}
.products-menu-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
  height: 35px;
}
.products-menu-wrapper .dragscroll-left,
.products-menu-wrapper .dragscroll-right {
  position: absolute;
  font-size: 35px;
  top: -3px;
  cursor: pointer;
}
.products-menu-wrapper .dragscroll-left {
  left: 0;
}
.products-menu-wrapper .dragscroll-right {
  right: 0;
}
.products-menu-wrapper .products-menu-limiter {
  overflow: hidden;
  width: 100%;
  z-index: 2;
  padding: 5px 0 10px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-bottom: -20px;
  position: relative;
  transition: 0.5s all;
}
.products-menu-wrapper .products-menu-limiter .products-menu {
  display: flex;
  margin: 0;
  padding: 0;
  cursor: grab;
}
.products-menu-wrapper .products-menu-limiter .products-menu:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 9px;
  background: black;
}
.products-menu-wrapper .products-menu-limiter .products-menu-item {
  padding-right: 15px;
  list-style-type: none;
  white-space: nowrap;
  height: 30px;
  font-size: 0.87em;
}
.products-menu-wrapper .products-menu-limiter .products-menu-item span {
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
}
.products-menu-wrapper .products-menu-limiter .products-menu-item span.modal-span-item {
  color: #707070;
}
.products-menu-wrapper .products-menu-limiter .products-menu-item span.active {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.products-menu-wrapper .products-menu-limiter .products-menu-item:last-child {
  margin-right: 0;
}
.owl-height {
  height: 100%;
}
.wrapper-product {
  transition: 5s all;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-catalog-template-1 .product-item .wrapper-product,
.product-catalog-grid-template-1 .product-item .wrapper-product {
  position: relative;
}
.product-catalog-template-1 .product-item .wrapper-product .item-info,
.product-catalog-grid-template-1 .product-item .wrapper-product .item-info {
  padding: 0 !important;
}
.product-catalog-template-1 .product-item .wrapper-product .item-name,
.product-catalog-grid-template-1 .product-item .wrapper-product .item-name {
  position: absolute;
  bottom: 5px;
  color: #ffffff !important;
  z-index: 10;
  transition: 0.5s all;
}
.product-catalog-template-1 .product-item .wrapper-product .price-box,
.product-catalog-grid-template-1 .product-item .wrapper-product .price-box {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}
.product-catalog-template-1 .product-item .wrapper-product .item-price,
.product-catalog-grid-template-1 .product-item .wrapper-product .item-price {
  background-color: #1156fb;
  color: #ffffff;
  border-radius: 20px;
  transition: 0.5s all;
  padding: 0 10px;
}
.product-catalog-template-1 .product-item .wrapper-product .item-price-divider,
.product-catalog-grid-template-1 .product-item .wrapper-product .item-price-divider {
  margin-bottom: 5px;
}
.product-catalog-template-1 .product-item .wrapper-product .item-description,
.product-catalog-grid-template-1 .product-item .wrapper-product .item-description {
  display: none !important;
}
.product-catalog-template-1 .product-item .wrapper-product .widget-divider,
.product-catalog-grid-template-1 .product-item .wrapper-product .widget-divider {
  display: none !important;
}
.product-catalog-template-1 .product-item .wrapper-product .item-image:after,
.product-catalog-grid-template-1 .product-item .wrapper-product .item-image:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, transparent) !important;
}
.product-catalog-template-2 .product-items .product-item,
.product-catalog-template-3 .product-items .product-item,
.product-catalog-template-4 .product-items .product-item,
.product-catalog-grid-template-2 .product-items .product-item,
.product-catalog-grid-template-3 .product-items .product-item,
.product-catalog-grid-template-4 .product-items .product-item {
  border-radius: unset !important;
  box-shadow: none !important;
  text-align: center;
}
.product-catalog-template-2 .product-items .product-item .item-info,
.product-catalog-template-3 .product-items .product-item .item-info,
.product-catalog-template-4 .product-items .product-item .item-info,
.product-catalog-grid-template-2 .product-items .product-item .item-info,
.product-catalog-grid-template-3 .product-items .product-item .item-info,
.product-catalog-grid-template-4 .product-items .product-item .item-info {
  background-color: transparent;
  padding: 10px 0;
}
.product-catalog-template-2 .product-items .product-item .item-info .widget-divider,
.product-catalog-template-3 .product-items .product-item .item-info .widget-divider,
.product-catalog-template-4 .product-items .product-item .item-info .widget-divider,
.product-catalog-grid-template-2 .product-items .product-item .item-info .widget-divider,
.product-catalog-grid-template-3 .product-items .product-item .item-info .widget-divider,
.product-catalog-grid-template-4 .product-items .product-item .item-info .widget-divider {
  display: none;
}
.product-catalog-template-2 .product-items .product-item .item-info .price-box,
.product-catalog-template-3 .product-items .product-item .item-info .price-box,
.product-catalog-template-4 .product-items .product-item .item-info .price-box,
.product-catalog-grid-template-2 .product-items .product-item .item-info .price-box,
.product-catalog-grid-template-3 .product-items .product-item .item-info .price-box,
.product-catalog-grid-template-4 .product-items .product-item .item-info .price-box {
  justify-content: space-between;
}
.product-catalog-template-2 .product-items .product-item .item-info .price-box .item-price,
.product-catalog-template-3 .product-items .product-item .item-info .price-box .item-price,
.product-catalog-template-4 .product-items .product-item .item-info .price-box .item-price,
.product-catalog-grid-template-2 .product-items .product-item .item-info .price-box .item-price,
.product-catalog-grid-template-3 .product-items .product-item .item-info .price-box .item-price,
.product-catalog-grid-template-4 .product-items .product-item .item-info .price-box .item-price {
  order: 1;
}
.product-catalog-template-2 .product-items .product-item .item-info .price-box > span,
.product-catalog-template-3 .product-items .product-item .item-info .price-box > span,
.product-catalog-template-4 .product-items .product-item .item-info .price-box > span,
.product-catalog-grid-template-2 .product-items .product-item .item-info .price-box > span,
.product-catalog-grid-template-3 .product-items .product-item .item-info .price-box > span,
.product-catalog-grid-template-4 .product-items .product-item .item-info .price-box > span {
  order: 2;
}
.product-catalog-template-2 .product-items .product-item .item-info .price-box .old-price,
.product-catalog-template-3 .product-items .product-item .item-info .price-box .old-price,
.product-catalog-template-4 .product-items .product-item .item-info .price-box .old-price,
.product-catalog-grid-template-2 .product-items .product-item .item-info .price-box .old-price,
.product-catalog-grid-template-3 .product-items .product-item .item-info .price-box .old-price,
.product-catalog-grid-template-4 .product-items .product-item .item-info .price-box .old-price {
  order: 3;
}
.product-catalog-template-2 .product-items .product-item .item-info .item-name,
.product-catalog-template-3 .product-items .product-item .item-info .item-name,
.product-catalog-template-4 .product-items .product-item .item-info .item-name,
.product-catalog-grid-template-2 .product-items .product-item .item-info .item-name,
.product-catalog-grid-template-3 .product-items .product-item .item-info .item-name,
.product-catalog-grid-template-4 .product-items .product-item .item-info .item-name,
.product-catalog-template-2 .product-items .product-item .item-info .item-description,
.product-catalog-template-3 .product-items .product-item .item-info .item-description,
.product-catalog-template-4 .product-items .product-item .item-info .item-description,
.product-catalog-grid-template-2 .product-items .product-item .item-info .item-description,
.product-catalog-grid-template-3 .product-items .product-item .item-info .item-description,
.product-catalog-grid-template-4 .product-items .product-item .item-info .item-description,
.product-catalog-template-2 .product-items .product-item .item-info .item-price,
.product-catalog-template-3 .product-items .product-item .item-info .item-price,
.product-catalog-template-4 .product-items .product-item .item-info .item-price,
.product-catalog-grid-template-2 .product-items .product-item .item-info .item-price,
.product-catalog-grid-template-3 .product-items .product-item .item-info .item-price,
.product-catalog-grid-template-4 .product-items .product-item .item-info .item-price {
  color: white;
}
.product-catalog-template-2 .product-items .product-item .item-info .item-name,
.product-catalog-template-3 .product-items .product-item .item-info .item-name,
.product-catalog-template-4 .product-items .product-item .item-info .item-name,
.product-catalog-grid-template-2 .product-items .product-item .item-info .item-name,
.product-catalog-grid-template-3 .product-items .product-item .item-info .item-name,
.product-catalog-grid-template-4 .product-items .product-item .item-info .item-name,
.product-catalog-template-2 .product-items .product-item .item-info .item-description,
.product-catalog-template-3 .product-items .product-item .item-info .item-description,
.product-catalog-template-4 .product-items .product-item .item-info .item-description,
.product-catalog-grid-template-2 .product-items .product-item .item-info .item-description,
.product-catalog-grid-template-3 .product-items .product-item .item-info .item-description,
.product-catalog-grid-template-4 .product-items .product-item .item-info .item-description {
  margin-bottom: 0;
}
.product-catalog-template-3 .product-items .product-item .product-item-badge,
.product-catalog-template-4 .product-items .product-item .product-item-badge,
.product-catalog-grid-template-3 .product-items .product-item .product-item-badge,
.product-catalog-grid-template-4 .product-items .product-item .product-item-badge {
  display: flex;
}
.product-catalog-template-3 .product-items .product-item .item-button,
.product-catalog-template-4 .product-items .product-item .item-button,
.product-catalog-grid-template-3 .product-items .product-item .item-button,
.product-catalog-grid-template-4 .product-items .product-item .item-button {
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
.product-catalog-template-2 .product-items .product-item,
.product-catalog-grid-template-2 .product-items .product-item {
  position: relative;
}
.product-catalog-template-2 .product-items .product-item .item-name,
.product-catalog-grid-template-2 .product-items .product-item .item-name {
  text-align: left;
}
.product-catalog-template-2 .product-items .product-item .item-info,
.product-catalog-grid-template-2 .product-items .product-item .item-info {
  text-align: left;
}
.product-catalog-template-2 .product-items .product-item .price-box,
.product-catalog-grid-template-2 .product-items .product-item .price-box {
  flex-direction: row;
}
.product-catalog-template-2 .product-items .product-item .item-button,
.product-catalog-grid-template-2 .product-items .product-item .item-button {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 50%;
  line-height: 34px;
}
.product-catalog-template-2 .product-items .product-item .item-button::before,
.product-catalog-grid-template-2 .product-items .product-item .item-button::before {
  font-family: 'Material-Design-Iconic-Font';
  content: '\f1ca';
}
.product-catalog-template-2 .product-items .product-item .item-button[data-added="1"]::before,
.product-catalog-grid-template-2 .product-items .product-item .item-button[data-added="1"]::before {
  font-family: 'Material-Design-Iconic-Font';
  content: '\f1cb';
}
.product-catalog-template-2 .product-items .product-item .item-button span,
.product-catalog-grid-template-2 .product-items .product-item .item-button span {
  display: none;
}
.product-catalog-template-3 .product-items .product-item .price-box,
.product-catalog-grid-template-3 .product-items .product-item .price-box {
  flex-direction: column;
}
.product-catalog-template-3 .product-items .product-item .product-item-badge,
.product-catalog-grid-template-3 .product-items .product-item .product-item-badge {
  right: 7px;
  border-bottom-left-radius: 0;
  width: 24px;
  height: 24px;
  font-size: 13px;
}
.product-catalog-template-3 .product-items .product-item .product-item-badge::after,
.product-catalog-grid-template-3 .product-items .product-item .product-item-badge::after {
  content: '';
  width: 0;
  height: 0;
  border: 12px solid #000000;
  border-top-style: none;
  border-bottom: 6px solid transparent;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.product-catalog-template-4 .product-items .product-item .item-name,
.product-catalog-grid-template-4 .product-items .product-item .item-name {
  text-align: left;
}
.product-catalog-template-4 .product-items .product-item .item-description,
.product-catalog-grid-template-4 .product-items .product-item .item-description {
  text-align: left;
}
.product-catalog-template-4 .product-items .product-item .price-box,
.product-catalog-grid-template-4 .product-items .product-item .price-box {
  flex-direction: row;
}
.products-modal-item {
  margin-top: 15px;
}
[class*="product-catalog-template-"],
[class*="product-catalog-grid-template-"] {
  transition: opacity 1s;
}
a.widget-link-catalog {
  color: #c4c4c4;
}
.add-product-modal .products-menu-wrapper .products-menu-limiter .products-menu-item span.active {
  color: #383838 !important;
  border-bottom: 1px solid #383838;
}
.product-catalog-widget .product-items .product-item.cp-b-r1 {
  border-radius: 0;
}
.product-catalog-widget .product-items .product-item.cp-b-r2 {
  border-radius: 10px;
}
.product-catalog-widget .product-items .product-item.cp-b-r3 {
  border-radius: 20px;
}
#modal-view-product .modal-header {
  padding: 15px 26px;
}
#modal-view-product .widget.w-w1 {
  max-width: 666px;
}
#modal-view-product .widget-content {
  padding: 0;
}
#modal-catalog-cart .modal-header {
  padding: 15px 26px;
}
#modal-catalog-cart .modal-content {
  padding: 0;
}
#modal-catalog-cart .widget-content {
  padding: 22px;
}
#modal-catalog-cart .widget.w-w1 {
  max-width: 666px;
}
#modal-catalog-cart .widget-wrapper {
  padding: 0;
  width: 100%;
}
.ext-catalog-form,
.ext-catalog-item-name,
.ext-catalog-item-description {
  padding: 0 20px;
}
.ext-catalog-item-content {
  font-size: 1.2em;
}
.ext-catalog-item-description {
  padding-bottom: 15px;
}
.ext-catalog-item-extended .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.ext-catalog-item-extended .owl-theme .owl-dots .owl-dot span {
  margin: 5px;
}
.old-price-catalog-item {
  margin-left: 15px;
}
#modal-catalog-cart .ext-catalog-form,
#modal-view-product .ext-catalog-form,
#widget-item-extended .ext-catalog-form,
#modal-catalog-cart .ext-catalog-item-name,
#modal-view-product .ext-catalog-item-name,
#widget-item-extended .ext-catalog-item-name,
#modal-catalog-cart .ext-catalog-item-description,
#modal-view-product .ext-catalog-item-description,
#widget-item-extended .ext-catalog-item-description {
  padding: 0 32px;
}
#modal-catalog-cart .ext-catalog-item-description,
#modal-view-product .ext-catalog-item-description,
#widget-item-extended .ext-catalog-item-description {
  padding-bottom: 20px;
}
#modal-catalog-cart .widget-wrapper,
#modal-view-product .widget-wrapper,
#widget-item-extended .widget-wrapper {
  padding: 0;
  width: 100%;
}
#modal-catalog-cart .modal-content,
#modal-view-product .modal-content,
#widget-item-extended .modal-content {
  overflow: hidden;
  margin: 0 auto;
}
#modal-catalog-cart .product-catalog-item-actions,
#modal-view-product .product-catalog-item-actions,
#widget-item-extended .product-catalog-item-actions {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
#modal-catalog-cart .product-catalog-item-actions:after,
#modal-view-product .product-catalog-item-actions:after,
#widget-item-extended .product-catalog-item-actions:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 35px;
}
#modal-catalog-cart .product-catalog-item-actions .action-gallery-item,
#modal-view-product .product-catalog-item-actions .action-gallery-item,
#widget-item-extended .product-catalog-item-actions .action-gallery-item {
  font-size: 19px;
  color: white;
}
#modal-catalog-cart .product-catalog-item-actions .action-gallery-item.action-edit,
#modal-view-product .product-catalog-item-actions .action-gallery-item.action-edit,
#widget-item-extended .product-catalog-item-actions .action-gallery-item.action-edit {
  margin-top: -3px;
  margin-right: 5px;
}
#modal-catalog-cart .product-catalog-item-actions .actions,
#modal-view-product .product-catalog-item-actions .actions,
#widget-item-extended .product-catalog-item-actions .actions {
  position: absolute;
  top: 8px;
  right: 14px;
  display: flex;
  align-items: center;
}
#modal-catalog-cart .product-catalog-item-actions .custom-close,
#modal-view-product .product-catalog-item-actions .custom-close,
#widget-item-extended .product-catalog-item-actions .custom-close,
#modal-catalog-cart .product-catalog-item-actions .action-edit,
#modal-view-product .product-catalog-item-actions .action-edit,
#widget-item-extended .product-catalog-item-actions .action-edit {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  background-color: #ffffff;
  color: #808080;
}
#modal-catalog-cart .product-catalog-item-actions .custom-close:hover,
#modal-view-product .product-catalog-item-actions .custom-close:hover,
#widget-item-extended .product-catalog-item-actions .custom-close:hover,
#modal-catalog-cart .product-catalog-item-actions .action-edit:hover,
#modal-view-product .product-catalog-item-actions .action-edit:hover,
#widget-item-extended .product-catalog-item-actions .action-edit:hover,
#modal-catalog-cart .product-catalog-item-actions .custom-close:focus,
#modal-view-product .product-catalog-item-actions .custom-close:focus,
#widget-item-extended .product-catalog-item-actions .custom-close:focus,
#modal-catalog-cart .product-catalog-item-actions .action-edit:focus,
#modal-view-product .product-catalog-item-actions .action-edit:focus,
#widget-item-extended .product-catalog-item-actions .action-edit:focus {
  color: #222222;
  text-decoration: none;
  cursor: pointer;
}
#modal-view-product .modal-content .widget,
#modal-catalog-cart .modal-content .widget {
  margin-bottom: 0 !important;
}
#modal-view-product .global-widget-content-wrapper {
  width: 100%;
}
.product-catalog-widget .w-w2 .product-items.three-products-in-list .product-item,
.product-catalog-widget .w-w5 .product-items.three-products-in-list .product-item,
.product-catalog-widget .w-w4 .product-items.three-products-in-list .product-item {
  margin-left: 8px;
  margin-right: 8px;
}
.product-catalog-widget .owl-stage-outer {
  height: min-content !important;
}
html:not(.view-mode) .product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-3 .arrow-prev-products,
html:not(.view-mode) .product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-3 .arrow-next-products,
html:not(.view-mode) .product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-2 .arrow-prev-products,
html:not(.view-mode) .product-catalog-widget .widget .view-widget-content .product-catalog-template.control-scrolling-2 .arrow-next-products {
  top: 57%;
}
.loading-products-button {
  color: white;
}
.loading-products-button.btn-without-background {
  text-decoration: underline;
}
.products-grid-row:not(:first-child) {
  margin-top: 10px;
}
