.product-stock-price .label {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  min-width: 65px;
  margin: 0;
  margin-right: 15px;
}
@media (max-width: 639px) {
  .product-stock-price .label {
    font-size: 12px;
    line-height: 16px;
    min-width: 50px;
  }
}
.product-stock-price .increments-block {
  margin-bottom: 20px;
  color: #151f6d;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .product-stock-price .increments-block {
    font-size: 14px;
  }
}
.product-stock-price .multiple-pack,
.product-stock-price .stock {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 639px) {
  .product-stock-price .multiple-pack,
  .product-stock-price .stock {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.product-stock-price .multiple-pack.hidden-pack,
.product-stock-price .stock.hidden-pack {
  display: none;
}
@media (max-width: 639px) {
  .product-stock-price .multiple-pack.hidden-pack,
  .product-stock-price .stock.hidden-pack {
    display: flex;
    opacity: 0;
  }
}
.product-stock-price .multiple-pack span,
.product-stock-price .stock span {
  min-width: 50px;
  margin-right: 15px;
}
@media (max-width: 639px) {
  .product-stock-price .multiple-pack span,
  .product-stock-price .stock span {
    min-width: 40px;
  }
}
.product-stock-price .stock-available,
.product-stock-price .stock-unavailable,
.product-stock-price .multiple-allow {
  display: flex;
  align-items: center;
}
.product-stock-price .inventory-text {
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 639px) {
  .product-stock-price .inventory-text {
    font-size: 12px;
  }
}
.product-stock-price .stock-available-status {
  color: #00881B;
}
.product-stock-price .stock-unavailable span {
  margin-right: 30px;
}
.product-stock-price .stock-alert {
  color: #ee2737;
  text-decoration: underline;
}
.product-stock-price .stock-alert:before {
  content: '';
  display: inline-block;
  margin-right: 13px;
  height: 14px;
  width: 13px;
  background-color: #ee2737;
  -webkit-mask-image: url(../images/stock_alert.svg);
  mask-image: url(../images/stock_alert.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  vertical-align: middle;
}
.product-stock-price .price-box {
  margin: 0;
}
.product-stock-price .price-box .price-label {
  display: none;
}
.product-stock-price .price-block {
  display: flex;
  align-items: center;
}
.product-stock-price .price-block .label {
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 639px) {
  .product-stock-price .price-block .label {
    font-size: 14px;
  }
}
.product-stock-price .price-block .price {
  margin-right: 15px;
  font-size: 16px;
}
@media (max-width: 639px) {
  .product-stock-price .price-block .price {
    font-size: 14px;
  }
}
.product-stock-price .price-block .price sup {
  top: -0.5em;
  font-size: 60%;
}
.product-stock-price .price-block .special-price .price {
  color: #ee2737;
}
.product-stock-price .price-block .old-price .price-label {
  display: none;
}
.product-stock-price .price-block .old-price .price {
  color: #666d71;
  text-decoration: line-through;
}
.toolbar {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .toolbar {
    margin-bottom: 15px;
  }
}
.toolbar .modes {
  display: none;
}
.toolbar .toolbar-amount {
  color: #151f6d;
  font-size: 18px;
  padding: 0;
  line-height: 35px;
  margin-right: 60px;
}
@media (max-width: 1199px) {
  .toolbar .toolbar-amount {
    width: 100%;
    margin: 0;
    padding: 0 calc((50% - 272px)/2);
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .toolbar .toolbar-amount {
    font-size: 14px;
    line-height: 1;
    padding: 0 13px;
  }
}
@media (max-width: 480px) {
  .toolbar .toolbar-amount {
    padding: 0;
  }
}
.toolbar .toolbar-amount .toolbar-number {
  color: #ee2737;
}
.toolbar .toolbar-sorter.sorter {
  float: left;
  margin-right: 10px;
}
@media (max-width: 640px) {
  .toolbar .toolbar-sorter.sorter {
    position: relative;
    top: unset;
    right: unset;
    margin-right: 0;
    width: 100%;
    text-align: left;
  }
}
.toolbar .toolbar-sorter.sorter label {
  display: none;
}
.toolbar .toolbar-sorter.sorter select.sorter-options {
  background-color: #ffffff;
  box-shadow: 0 0;
  border-radius: 0;
  background-image: url('../images/select-bg2.svg');
  background-size: 10px;
  background-position: 95% 50%;
  color: #666666;
  font-size: 13px;
  margin: 0 5px 0 0;
}
@media (max-width: 640px) {
  .toolbar .toolbar-sorter.sorter select.sorter-options {
    background-color: transparent;
    height: 40px;
    width: 100%;
  }
}
.toolbar .toolbar-sorter.sorter .sorter-action {
  display: none;
}
.toolbar .toolbar-sorter.sorter .sorter-action:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f30c';
  color: #ee2737;
  font-weight: 700;
}
.toolbar .toolbar-sorter.sorter .sorter-action.sort-desc:before {
  content: '\f309';
}
.toolbar .pages {
  display: block;
  float: right;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .toolbar .pages {
    display: none;
  }
}
@media (max-width: 640px) {
  .toolbar .pages {
    margin-top: 7px;
  }
}
.toolbar .pages .label {
  display: none;
}
@media (max-width: 640px) {
  .toolbar .pages .items {
    padding: 2px 20px 0;
  }
}
.toolbar .pages .items .item {
  width: 40px;
  height: 40px;
  margin: 0 7px;
  font-weight: 600;
  font-size: 15px;
  line-height: 40px;
  border: 1px solid #f0f0f0;
  font-family: 'Nudista';
}
.toolbar .pages .items .item.current {
  background: #151f6d;
  border: 1px solid #151f6d;
  color: #ffffff;
  font-weight: 700;
}
.toolbar .pages .items .item.pages-item-previous,
.toolbar .pages .items .item.pages-item-next {
  width: 10px;
  border: 0;
}
@media (max-width: 640px) {
  .toolbar .pages .items .item.pages-item-previous,
  .toolbar .pages .items .item.pages-item-next {
    top: 2px;
  }
}
.toolbar .pages .items .item strong.page {
  background: transparent;
  font-size: 15px;
  line-height: 40px;
  color: #f8f9fa;
}
.toolbar .pages .items .item a.page {
  color: #151f6d;
}
.toolbar .pages .items .item a.page:hover {
  color: #ee2737;
  transition: 0.3s;
}
.toolbar .pages .items .item .action {
  box-shadow: 0 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  border: 0;
}
.toolbar .pages .items .item .action.previous:before,
.toolbar .pages .items .item .action.next:before {
  font-family: 'Font Awesome 5 Free';
  color: #151f6d;
  font-weight: 700;
  font-size: 12px;
}
.toolbar .pages .items .item .action.previous:visited:before,
.toolbar .pages .items .item .action.next:visited:before {
  color: #151f6d;
}
.toolbar .pages .items .item .action.previous {
  margin-right: 0;
}
.toolbar .pages .items .item .action.previous:before {
  content: '\f104';
}
.toolbar .pages .items .item .action.next {
  margin-left: 0;
}
.toolbar .pages .items .item .action.next:before {
  content: '\f105';
}
.toolbar .limiter {
  color: #666666;
  font-size: 13px;
}
.toolbar .limiter .limiter-label {
  padding-right: 5px;
}
.toolbar .limiter .limiter-options {
  background-color: #ffffff;
  box-shadow: 0 0;
  border-radius: 0;
  background-image: url('../images/select-bg2.svg');
  background-size: 10px;
  background-position: 95% 50%;
  color: #666666;
  font-size: 13px;
  margin: 0 5px 0 0;
}
@media (max-width: 480px) {
  .toolbar .limiter .limiter-options {
    background-color: transparent;
    height: 40px;
    width: 94%;
  }
}
.font-awesome {
  font-family: 'Font Awesome 5 Free';
}
.font-default {
  font-family: 'Burlingame Pro';
}
.font-icon {
  font-family: 'White';
}
.uppercase {
  text-transform: uppercase;
}
.center {
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.background-transparent {
  background-color: rgba(255, 255, 255, 0);
}
/*
.width(@width){
	width: (@base-width - @width) + 0px;
}
*/
.loading-mask .loader {
  width: 71px !important;
  height: 71px !important;
}
@media (min-width: 1200px) {
  .page-main {
    max-width: 1185px !important;
  }
}
.cookie-status-message {
  display: none;
}
.button-white {
  color: #151f6d;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 3px;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 0 !important;
  transition: 0.3s;
}
.button-white:hover {
  color: #151f6d;
  background-color: transparent;
  box-shadow: 0 0 !important;
  border: 1px solid #ee2737;
  transition: 0.3s;
}
.button-white:hover span {
  background-color: #ee2737;
  transition: 0.3s;
}
.button-white span {
  width: 100%;
  height: 100%;
  color: inherit;
  background-color: #ffffff;
  padding: 10px 30px;
  display: block;
  text-align: center;
}
.button-green {
  color: #151f6d;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 3px;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 0 !important;
  border: 1px solid #ee2737;
  transition: 0.3s;
}
.button-green:hover {
  color: #151f6d;
  background-color: transparent;
  box-shadow: 0 0 !important;
  border: 1px solid #ee2737;
  transition: 0.3s;
}
.button-green:hover span {
  background-color: #ee2737;
  transition: 0.3s;
}
.button-green span {
  width: 100%;
  height: 100%;
  color: inherit;
  background-color: #ffffff;
  padding: 10px 30px;
  display: block;
  text-align: center;
}
.button-green:hover {
  color: #151f6d;
  border: 1px solid #ffffff;
  transition: 0.3s;
}
.button-green:hover span {
  background-color: #ffffff;
  color: #ee2737;
  transition: 0.3s;
}
.button-green span {
  background-color: #ee2737;
  transition: 0.3s;
}
hr.green {
  width: 50px;
  background-color: #ee2737;
  height: 2px;
}
hr.white {
  width: 100%;
  background-color: #ffffff;
  height: 2px;
  margin: 0;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}
.slick-prev,
.slick-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.slick-prev:before,
.slick-next:before {
  content: "\e908";
  font-family: 'Foodshop';
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
}
@media (max-width: 767px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 9px;
  }
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  width: 25px;
  height: 45px;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .slick-prev:active,
  .slick-next:active,
  .slick-prev:focus,
  .slick-next:focus,
  .slick-prev:not(.primary),
  .slick-next:not(.primary) {
    width: 15px;
    height: 25px;
  }
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  transform: rotate(90deg);
}
.slick-next {
  right: 0;
}
.slick-next:before {
  transform: rotate(-90deg);
}
.slick-dots li {
  width: 11px;
  height: 11px;
}
@media (max-width: 767px) {
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li.slick-active button {
  background: #ee2737;
}
.slick-dots li button {
  width: 11px;
  height: 11px;
  background: #ffffff;
  border: none;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
@media (max-width: 767px) {
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li button:hover {
  border: none;
}
@media (min-width: 480px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .hidden-xl-down {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .mobile-1 {
    width: 8.33%;
  }
  .mobile-2 {
    width: 16.66%;
  }
  .mobile-3 {
    width: 25%;
  }
  .mobile-4 {
    width: 33.33%;
  }
  .mobile-5 {
    width: 41.66%;
  }
  .mobile-6 {
    width: 50%;
  }
  .mobile-7 {
    width: 58.33%;
  }
  .mobile-8 {
    width: 66.64%;
  }
  .mobile-9 {
    width: 75%;
  }
  .mobile-10 {
    width: 83.33%;
  }
  .mobile-11 {
    width: 91.66%;
  }
  .mobile-12 {
    width: 100%;
  }
}
.block-visible {
  display: block !important;
}
.block-hidden {
  display: none !important;
}
.page-title-custom {
  margin: 0 auto;
  width: 100%;
}
.page-title-custom .page-title {
  text-align: center;
  color: #ee2737;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 10px auto;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  height: 4px;
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .page-title-custom .page-title {
    margin: 30px auto;
  }
}
@media (max-width: 480px) {
  .page-title-custom .page-title {
    font-size: 1.8em;
  }
}
.page-title-custom .page-title span {
  position: absolute;
  top: -900%;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 5px 10px;
}
@media (max-width: 480px) {
  .page-title-custom .page-title span {
    top: -700%;
  }
}
.page-title-cms .page-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
  color: #151f6d;
  padding: 10px 0;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page-title-cms .page-title {
    padding: 0;
    margin: 30px 0;
  }
}
.green-button-custom {
  width: 100%;
  background: #ee2737 !important;
  border: 1px solid #ee2737 !important;
  color: #151f6d !important;
  text-transform: uppercase;
  transition: 0.3s;
  margin-bottom: 5px;
  font-size: 1.8rem;
  padding: 10px 30px;
  height: auto;
  border-radius: 0;
  box-shadow: 0 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .green-button-custom {
    font-size: 1.4rem;
    padding: 10px;
    line-height: normal;
  }
}
.green-button-custom:hover {
  background: #151f6d !important;
  border: 1px solid #151f6d !important;
  transition: 0.3s;
}
.green-button-custom:hover span {
  color: #ee2737 !important;
  transition: 0.3s;
}
.green-button-custom span {
  color: #151f6d !important;
}
.modal-button-custom {
  box-shadow: 0 0;
  padding: 0 30px;
  background: #ee2737;
  border: 1px solid #ee2737;
  height: 32px;
  border-radius: 0;
}
@media (max-width: 480px) {
  .modal-button-custom {
    padding: 0 10px;
  }
}
.modal-button-custom span {
  color: #151f6d;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 13px;
}
@media (max-width: 480px) {
  .modal-button-custom span {
    font-size: 10px;
  }
}
.modal-button-custom:hover {
  background: #ee2737;
  border: 1px solid #ee2737;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
.modal-button-custom:hover span {
  color: #ffffff;
}
.modal-popup .modal-inner-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .modal-popup .modal-inner-wrap {
    width: 90%;
  }
}
.modal-popup .modal-inner-wrap .modal-header {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-popup .modal-inner-wrap .modal-header .modal-title {
  border-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  color: #151f6d;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 10px;
}
.modal-popup .modal-inner-wrap .modal-content {
  font-size: 14px;
  color: #151f6d;
}
.modal-popup .modal-inner-wrap .modal-content > div {
  padding: 20px;
}
.modal-popup .modal-inner-wrap .modal-content .block .block-content .form .field .label {
  margin-bottom: 0;
}
.modal-popup .modal-inner-wrap .modal-content .block .block-content .form .field .label span {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #151f6d;
}
.modal-popup .modal-inner-wrap .modal-content .block .block-content .form .field .control a {
  font-size: 13px;
  font-weight: 500;
  color: #ee2737;
}
.modal-popup .modal-inner-wrap .modal-content .block .block-content .form .field .control a:hover {
  color: #151f6d;
  transition: 0.3s;
}
.modal-popup .modal-inner-wrap .modal-content .block .block-content .form .field .control .input-text,
.modal-popup .modal-inner-wrap .modal-content .block .block-content .form .field .control .select {
  font-size: 13px;
  font-weight: 500;
  color: #151f6d;
}
.modal-popup .modal-inner-wrap .modal-content .block .block-content .form .field .control .input-text {
  height: 30px;
  border-radius: 0;
}
.modal-popup .modal-inner-wrap .modal-content .block .block-content .actions-toolbar .primary .action {
  width: 100%;
  background: #ee2737 !important;
  border: 1px solid #ee2737 !important;
  color: #151f6d !important;
  text-transform: uppercase;
  transition: 0.3s;
  margin-bottom: 5px;
  font-size: 1.8rem;
  padding: 10px 30px;
  height: auto;
  border-radius: 0;
  box-shadow: 0 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .modal-popup .modal-inner-wrap .modal-content .block .block-content .actions-toolbar .primary .action {
    font-size: 1.4rem;
    padding: 10px;
    line-height: normal;
  }
}
.modal-popup .modal-inner-wrap .modal-content .block .block-content .actions-toolbar .primary .action:hover {
  background: #151f6d !important;
  border: 1px solid #151f6d !important;
  transition: 0.3s;
}
.modal-popup .modal-inner-wrap .modal-content .block .block-content .actions-toolbar .primary .action:hover span {
  color: #ee2737 !important;
  transition: 0.3s;
}
.modal-popup .modal-inner-wrap .modal-content .block .block-content .actions-toolbar .primary .action span {
  color: #151f6d !important;
}
.modal-popup .modal-inner-wrap .modal-content .block .block-content .actions-toolbar .secondary .action {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #151f6d;
}
.modal-popup .modal-inner-wrap .modal-content .block .block-content .actions-toolbar .secondary .action:hover {
  color: #ee2737;
  transition: 0.3s;
}
.modal-popup .modal-inner-wrap .modal-footer button {
  box-shadow: 0 0;
  padding: 0 30px;
  background: #ee2737;
  border: 1px solid #ee2737;
  height: 32px;
  border-radius: 0;
}
@media (max-width: 480px) {
  .modal-popup .modal-inner-wrap .modal-footer button {
    padding: 0 10px;
  }
}
.modal-popup .modal-inner-wrap .modal-footer button span {
  color: #151f6d;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 13px;
}
@media (max-width: 480px) {
  .modal-popup .modal-inner-wrap .modal-footer button span {
    font-size: 10px;
  }
}
.modal-popup .modal-inner-wrap .modal-footer button:hover {
  background: #ee2737;
  border: 1px solid #ee2737;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
.modal-popup .modal-inner-wrap .modal-footer button:hover span {
  color: #ffffff;
}
.modal-popup .modal-inner-wrap .modal-footer .action.secondary {
  box-shadow: 0 0;
  padding: 0 30px;
  background: #ee2737;
  border: 1px solid #ee2737;
  height: 32px;
  border-radius: 0;
  margin-top: 0;
}
@media (max-width: 480px) {
  .modal-popup .modal-inner-wrap .modal-footer .action.secondary {
    padding: 0 10px;
  }
}
.modal-popup .modal-inner-wrap .modal-footer .action.secondary span {
  color: #151f6d;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 13px;
}
@media (max-width: 480px) {
  .modal-popup .modal-inner-wrap .modal-footer .action.secondary span {
    font-size: 10px;
  }
}
.modal-popup .modal-inner-wrap .modal-footer .action.secondary:hover {
  background: #ee2737;
  border: 1px solid #ee2737;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
.modal-popup .modal-inner-wrap .modal-footer .action.secondary:hover span {
  color: #ffffff;
}
.modal-popup .modal-inner-wrap .modal-footer .action.primary {
  box-shadow: 0 0;
  padding: 0 30px;
  background: #ee2737;
  border: 1px solid #ee2737;
  height: 32px;
  border-radius: 0;
}
@media (max-width: 480px) {
  .modal-popup .modal-inner-wrap .modal-footer .action.primary {
    padding: 0 10px;
  }
}
.modal-popup .modal-inner-wrap .modal-footer .action.primary span {
  color: #151f6d;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 13px;
}
@media (max-width: 480px) {
  .modal-popup .modal-inner-wrap .modal-footer .action.primary span {
    font-size: 10px;
  }
}
.modal-popup .modal-inner-wrap .modal-footer .action.primary:hover {
  background: #ee2737;
  border: 1px solid #ee2737;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
.modal-popup .modal-inner-wrap .modal-footer .action.primary:hover span {
  color: #ffffff;
}
.modal-popup.confirm {
  z-index: 1000;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 60rem;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000029;
  border: 0.5px solid #E0E0E0;
  top: 50%;
  transform: translateY(-50%);
  padding: 53px 105px;
}
.modal-popup.confirm .modal-header {
  border: none;
  justify-content: center;
}
.modal-popup.confirm .modal-header .action-close {
  display: none;
}
.modal-popup.confirm .modal-content {
  border: none;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  color: #151f6d;
  margin-bottom: 60px;
}
.modal-popup.confirm .modal-content > div {
  padding: 0;
}
.modal-popup.confirm .modal-footer {
  border: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.modal-popup.confirm .modal-footer button {
  width: 150px;
  height: 40px;
  line-height: 20px;
  border-radius: 5px;
  border: 1px solid #8c90c1;
  padding: 10px;
  background: #ffffff;
}
.modal-popup.confirm .modal-footer button:only-child {
  margin: 0 auto;
}
.modal-popup.confirm .modal-footer button:hover {
  border-color: #ee2737;
  background-color: #ee2737;
  color: #ffffff;
}
.modal-popup.confirm .modal-footer button span {
  color: #666666;
  font-size: 16px;
  font-weight: bold;
}
.modal-popup.size-chart .modal-inner-wrap {
  width: 1185px;
}
@media (max-width: 1024px) {
  .modal-popup.size-chart .modal-inner-wrap {
    width: 90%;
  }
}
.modal-popup.size-chart .modal-inner-wrap .modal-content a {
  display: block;
  text-align: center;
}
.modal-popup.agreements-modal .modal-footer .action.secondary {
  box-shadow: 0 0;
  padding: 0 30px;
  background: #151f6d !important;
  border: 1px solid #151f6d !important;
  height: 32px;
  border-radius: 0 !important;
  line-height: 35px;
}
@media (max-width: 480px) {
  .modal-popup.agreements-modal .modal-footer .action.secondary {
    padding: 0 10px;
  }
}
.modal-popup.agreements-modal .modal-footer .action.secondary span {
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}
@media (max-width: 480px) {
  .modal-popup.agreements-modal .modal-footer .action.secondary span {
    font-size: 10px;
  }
}
.modal-popup.agreements-modal .modal-footer .action.secondary:hover {
  background: #151f6d !important;
  border: 1px solid #151f6d !important;
  text-decoration: none;
  transition: 0.3s;
}
.modal-popup.agreements-modal .modal-footer .action.secondary:hover span {
  color: #ffffff !important;
}
.modal-popup.agreements-modal .modal-footer .action.secondary span {
  background-color: unset;
  padding: 0;
  line-height: 1;
}
.modal-popup.custom-cart-modal .modal-inner-wrap .modal-footer {
  /*button:first-child { 
					background: @color_default_dark_gray !important;
					border: 1px solid @color_default_dark_gray !important;
					&:hover {
						background: lighten(@color_default_dark_gray, 10%) !important;
						border: 1px solid lighten(@color_default_dark_gray, 10%) !important;
					}
					span {
						color: @color_white !important;
						&:hover {
							color: @color_white !important;
						}
					}
				}*/
}
.modal-popup.custom-cart-modal .modal-inner-wrap .modal-footer .primary {
  box-shadow: 0 0;
  padding: 0 30px;
  background: #151f6d !important;
  border: 1px solid #151f6d !important;
  height: 32px;
  border-radius: 0 !important;
}
@media (max-width: 480px) {
  .modal-popup.custom-cart-modal .modal-inner-wrap .modal-footer .primary {
    padding: 0 10px;
  }
}
.modal-popup.custom-cart-modal .modal-inner-wrap .modal-footer .primary span {
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}
@media (max-width: 480px) {
  .modal-popup.custom-cart-modal .modal-inner-wrap .modal-footer .primary span {
    font-size: 10px;
  }
}
.modal-popup.custom-cart-modal .modal-inner-wrap .modal-footer .primary:hover {
  background: #151f6d !important;
  border: 1px solid #151f6d !important;
  text-decoration: none;
  transition: 0.3s;
}
.modal-popup.custom-cart-modal .modal-inner-wrap .modal-footer .primary:hover span {
  color: #ffffff !important;
}
.modal-popup.custom-cart-modal .modal-inner-wrap .modal-footer .secondary {
  box-shadow: 0 0;
  padding: 0 30px;
  background: #ffffff !important;
  border: 1px solid #000000 !important;
  height: 32px;
  border-radius: 0 !important;
}
@media (max-width: 480px) {
  .modal-popup.custom-cart-modal .modal-inner-wrap .modal-footer .secondary {
    padding: 0 10px;
  }
}
.modal-popup.custom-cart-modal .modal-inner-wrap .modal-footer .secondary span {
  color: #000000 !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}
@media (max-width: 480px) {
  .modal-popup.custom-cart-modal .modal-inner-wrap .modal-footer .secondary span {
    font-size: 10px;
  }
}
.modal-popup.custom-cart-modal .modal-inner-wrap .modal-footer .secondary:hover {
  background: #ffffff !important;
  border: 1px solid #000000 !important;
  text-decoration: none;
  transition: 0.3s;
}
.modal-popup.custom-cart-modal .modal-inner-wrap .modal-footer .secondary:hover span {
  color: #000000 !important;
}
.text-gradient {
  background: -webkit-linear-gradient(#151f6d, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1200px) {
  .messages {
    max-width: 1185px;
    margin: 0 auto;
  }
}
.message.global.cookie {
  background: #666d71;
  border-color: #000000;
  color: #151f6d;
  font-size: 14px;
  z-index: 1000;
}
.message.global.cookie .content {
  text-align: center;
}
.message.global.cookie .content a {
  color: #ee2737;
}
.message.global.cookie .content a:hover {
  color: #151f6d;
  transition: 0.3s;
}
.message.global.cookie .content .actions .action {
  width: 100%;
  background: #ee2737 !important;
  border: 1px solid #ee2737 !important;
  color: #151f6d !important;
  text-transform: uppercase;
  transition: 0.3s;
  margin-bottom: 5px;
  font-size: 1.8rem;
  padding: 10px 30px;
  height: auto;
  border-radius: 0;
  box-shadow: 0 0;
  width: auto;
  font-size: 16px;
  padding: 7px 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .message.global.cookie .content .actions .action {
    font-size: 1.4rem;
    padding: 10px;
    line-height: normal;
  }
}
.message.global.cookie .content .actions .action:hover {
  background: #151f6d !important;
  border: 1px solid #151f6d !important;
  transition: 0.3s;
}
.message.global.cookie .content .actions .action:hover span {
  color: #ee2737 !important;
  transition: 0.3s;
}
.message.global.cookie .content .actions .action span {
  color: #151f6d !important;
}
.print {
  font-size: 13px;
  color: #666666;
  margin: 10px 0;
  text-transform: uppercase;
}
.print:hover {
  color: #ee2737;
  transition: 0.3s;
}
.price-box .price sup {
  top: 0;
  font-size: 100%;
}
.note-block {
  margin: 0 auto;
  color: #666d71;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 50px;
}
@media (min-width: 320px) {
  .note-block {
    width: 100% !important;
  }
}
@media (min-width: 480px) {
  .note-block {
    width: 100% !important;
  }
}
@media (min-width: 640px) {
  .note-block {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .note-block {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .note-block {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .note-block {
    width: 1185px !important;
  }
}
@media (min-width: 1670px) {
  .note-block {
    width: 1640px !important;
    max-width: 1640px !important;
  }
}
@media (max-width: 767px) {
  .note-block {
    padding: 0 15px;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}
#mageplaza-autorelated-block-after-related {
  width: 100%;
  background-color: #ffffff;
  padding: 10px 0;
}
@media (max-width: 480px) {
  #mageplaza-autorelated-block-after-related {
    padding: 25px 0 25px;
  }
}
#mageplaza-autorelated-block-after-upsell {
  width: 100%;
  background-color: #f0f0f0;
  padding: 30px 0 0;
}
@media (max-width: 480px) {
  #mageplaza-autorelated-block-after-upsell {
    padding: 25px 0 25px;
  }
}
#mageplaza-autorelated-block-after-cross {
  width: 100% !important;
  order: unset !important;
  background-color: #ffffff;
  padding: 10px 0;
}
@media (max-width: 480px) {
  #mageplaza-autorelated-block-after-cross {
    padding: 25px 0 25px;
  }
}
.mageplaza-autorelated-block {
  margin: 0 auto;
  width: 100%;
}
.mageplaza-autorelated-block .mageplaza-autorelated-title {
  text-align: center;
  margin: 20px 0 20px;
}
.mageplaza-autorelated-block .mageplaza-autorelated-title .title {
  font-size: 30px;
  color: #151f6d;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 1px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items,
.mageplaza-autorelated-block .block-content .products-slider .product-items {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  margin: 0 auto;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item {
  display: inline-table;
  background-color: #ffffff;
  margin-left: 20px;
  padding: 0;
  transition: 0.3s;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-image,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-image {
  max-height: 163px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info {
  width: auto;
  transition: 0.3s;
  background: #f8f9fa;
  border-radius: 5px;
  height: 100%;
}
@media (min-width: 640px) {
  .mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info:hover,
  .mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info:hover,
  .mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info.active,
  .mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info.active {
    margin: 0 auto;
    border: 0;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15) !important;
    transition: 0.3s;
  }
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-stickers,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-stickers {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-stickers .discount-sticker,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-stickers .discount-sticker {
  font-size: 18px;
  color: #ffffff;
  display: block;
  text-align: center;
  background-color: #ee2737;
  padding: 2px 10px;
  margin: 0;
  font-weight: bold;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 8px 10px;
  min-width: 80px;
  justify-content: center;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-photo,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-photo {
  position: relative;
  display: block;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-photo .product-image-container {
  max-width: 100%;
  margin-bottom: 5px;
  transition: 0.3s;
  width: 100% !important;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .price-box,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .price-box {
  flex-flow: row;
  text-align: flex-start;
  margin: 0;
  align-items: center;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .price-box.price-final_price,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .price-box.price-final_price {
  flex-flow: row;
  flex-wrap: wrap;
  align-items: flex-end;
  display: flex;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .price-box.price-final_price .price-label,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .price-box.price-final_price .price-label {
  display: block;
  text-align: left;
  margin-bottom: 6px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .price-box.price-final_price .price-label:after,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .price-box.price-final_price .price-label:after {
  content: ":";
  display: inline;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .price-box.price-final_price .minimal-price-link,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .price-box.price-final_price .minimal-price-link {
  color: #CC1E24;
  font-size: 20px;
  font-weight: bold;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .price-box.price-final_price .minimal-price-link .price-label,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .price-box.price-final_price .minimal-price-link .price-label {
  display: none;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .price-box .price-wrapper,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .price-box .price-wrapper {
  display: inline;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .price-box .price,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .price-box .price {
  font-size: 20px;
  font-weight: 700;
  color: #ee2737;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .price-box .price sup,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .price-box .price sup {
  top: -0.5em;
  font-size: 65%;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .price-box .special-price,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .price-box .special-price {
  order: 1;
  display: inline;
  margin: 0 10px 0 0;
  text-align: left;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .price-box .special-price .price-label,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .price-box .special-price .price-label {
  display: none;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .price-box .special-price .price,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .price-box .special-price .price {
  font-size: 20px;
  color: #cc1e24;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .price-box .special-price .price-label,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .price-box .special-price .price-label {
  position: static;
  width: auto;
  height: auto;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .price-box .old-price,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .price-box .old-price {
  order: 0;
  display: inline;
  margin: 0;
  text-align: left;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .price-box .old-price .price,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .price-box .old-price .price {
  text-decoration: line-through;
  color: #666666;
  font-size: 17px;
  font-weight: normal;
  line-height: 18px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details {
  position: relative;
  padding: 0 14px 20px;
  height: calc( 100% - 163px );
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-name {
  height: 57px;
  overflow: hidden;
  text-align: left;
  margin: 12px 0 15px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name > a,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-name > a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  max-height: 35px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 18px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name > a:hover,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-name > a:hover {
  text-decoration: none;
  color: #ee2737;
  transition: 0.3s;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name > .product-sku,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-name > .product-sku {
  font-size: 12px;
  line-height: 14px;
  color: #151f6d;
  margin-top: 8px;
  display: block;
  font-weight: 500;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name > .product-sku .label,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-name > .product-sku .label {
  font-weight: 600;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .container-product-reviews-summary,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .container-product-reviews-summary {
  min-height: 16px;
  margin-top: 2px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-reviews-summary {
  margin-bottom: 0;
  height: 18px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .label,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .label {
  display: none;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result > span:before,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #ee2737;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  display: none;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .swatch-attribute.color .color-select-notice,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .swatch-attribute.color .color-select-notice {
  display: none;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options {
  margin: 0;
  text-align: center;
  display: inline-block;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option {
  min-width: 32px;
  margin-left: 3px;
  margin-right: 3px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.text,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.text {
  line-height: 14px;
  padding: 2px 8px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  display: none;
  background-color: #f7f7f7;
  width: 100%;
  border-spacing: 10px;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: 10;
  opacity: 0.9;
  margin: 0;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  text-align: right;
  width: 35%;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable {
  position: relative;
  background: transparent;
  border: 1px solid #c7c7c7;
  color: #c7c7c7;
  padding: 10px;
  height: 40px;
  width: 40px;
  transition: 0.3s;
  float: right;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable:before,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable:before {
  content: '\f07a';
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  width: 18px;
  margin: 0;
  font-weight: 700;
  line-height: 18px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable span,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable span {
  display: none;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
  text-align: left;
  width: 65%;
  padding-left: 20px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary.full,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary.full {
  text-align: center;
  width: 100%;
  padding-left: 0;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action {
  line-height: 16px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist {
  position: relative;
  background: transparent;
  border: 1px solid #151f6d;
  color: #151f6d;
  padding: 10px;
  height: 40px;
  width: 40px;
  margin-right: 16px;
  transition: 0.3s;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:before,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:before {
  content: '\f004';
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 900;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:hover,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:hover {
  background: #151f6d;
  color: #ee2737;
  transition: 0.3s;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist .towishlist-tooltip,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist .towishlist-tooltip {
  display: none;
  position: absolute;
  width: 100px;
  height: 24px;
  line-height: 24px;
  z-index: 100;
  padding: 0;
  top: -100%;
  left: -30px;
  background-color: #151f6d;
  color: #ee2737;
  transition: 0.5s;
  clip: auto;
  overflow: visible;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist .towishlist-tooltip .arrow-bottom,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist .towishlist-tooltip .arrow-bottom {
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #151f6d;
  position: absolute;
  bottom: -10px;
  left: 40px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist .towishlist-tooltip .tooltip-text,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist .towishlist-tooltip .tooltip-text {
  display: inline;
  padding: 0;
  font-size: 12px;
  font-weight: 100;
  width: 100%;
  clip: auto;
  height: auto;
  margin: initial;
  letter-spacing: initial;
  text-transform: initial;
  position: relative;
  overflow: visible;
  text-align: center;
  vertical-align: middle;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:hover .towishlist-tooltip,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:hover .towishlist-tooltip,
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:active .towishlist-tooltip,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:active .towishlist-tooltip {
  display: inline-flex;
  transition: 0.5s;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare {
  position: relative;
  background: transparent;
  border: 1px solid #151f6d;
  color: #151f6d;
  padding: 10px;
  height: 40px;
  width: 40px;
  transition: 0.3s;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare:before,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare:before {
  content: '\f002';
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 900;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare:hover,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare:hover {
  background: #151f6d;
  color: #ee2737;
  transition: 0.3s;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare .tocompare-tooltip,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare .tocompare-tooltip {
  display: none;
  position: absolute;
  width: 100px;
  height: 24px;
  line-height: 24px;
  z-index: 100;
  padding: 0;
  top: -100%;
  left: -30px;
  background-color: #151f6d;
  color: #ee2737;
  transition: 0.5s;
  clip: auto;
  overflow: visible;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare .tocompare-tooltip .arrow-bottom,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare .tocompare-tooltip .arrow-bottom {
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #151f6d;
  position: absolute;
  bottom: -10px;
  left: 40px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare .tocompare-tooltip .tooltip-text,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare .tocompare-tooltip .tooltip-text {
  display: inline;
  padding: 0;
  font-size: 12px;
  font-weight: 100;
  width: 100%;
  clip: auto;
  height: auto;
  margin: initial;
  letter-spacing: initial;
  text-transform: initial;
  position: relative;
  overflow: visible;
  text-align: center;
  vertical-align: middle;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare:hover .tocompare-tooltip,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare:hover .tocompare-tooltip,
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare:active .tocompare-tooltip,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare:active .tocompare-tooltip {
  display: inline-flex;
  transition: 0.5s;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-description,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-description {
  margin: 0;
  text-align: left;
  font-size: 14px;
  color: #000000;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 84px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-description p,
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .product-item-description p {
  font-size: 14px;
  color: #000000;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-image,
.mageplaza-autorelated-block .block-content .products-slider .product-item-image {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-image .product-image-wrapper,
.mageplaza-autorelated-block .block-content .products-slider .product-item-image .product-image-wrapper {
  padding-bottom: 0 !important;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-image .product-image-photo,
.mageplaza-autorelated-block .block-content .products-slider .product-item-image .product-image-photo {
  position: unset;
  max-width: 100%;
  max-height: 163px;
  width: 100%;
  object-fit: cover;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-image .product-item-photo,
.mageplaza-autorelated-block .block-content .products-slider .product-item-image .product-item-photo {
  z-index: 1;
  position: unset !important;
  border-radius: 5px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-image .product-stickers .discount-sticker,
.mageplaza-autorelated-block .block-content .products-slider .product-item-image .product-stickers .discount-sticker {
  font-size: 12px;
  font-weight: bold;
  min-width: 60px;
  text-align: center;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-image .discount-sticker,
.mageplaza-autorelated-block .block-content .products-slider .product-item-image .discount-sticker {
  font-size: 12px;
  color: #ffffff;
  display: block;
  text-align: center;
  background-color: #a4272d;
  padding: 2px 10px;
  margin-bottom: 4px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-image .actions-secondary,
.mageplaza-autorelated-block .block-content .products-slider .product-item-image .actions-secondary {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: none;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-image .actions-secondary .action.towishlist:before,
.mageplaza-autorelated-block .block-content .products-slider .product-item-image .actions-secondary .action.towishlist:before {
  content: "\e911";
  font-family: "White";
  color: #E0E0E0;
  line-height: 1.2;
  margin: 0;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-image .actions-secondary .action.towishlist:hover:before,
.mageplaza-autorelated-block .block-content .products-slider .product-item-image .actions-secondary .action.towishlist:hover:before {
  color: #ee741d;
}
@media (max-width: 640px) {
  .mageplaza-autorelated-block .block-content .products-grid .product-item-image .actions-secondary,
  .mageplaza-autorelated-block .block-content .products-slider .product-item-image .actions-secondary {
    bottom: 10px;
    right: 5px;
  }
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-image .actions-secondary.product-in-wishlist .action.towishlist:before,
.mageplaza-autorelated-block .block-content .products-slider .product-item-image .actions-secondary.product-in-wishlist .action.towishlist:before {
  content: "\e907";
  font-family: "Foodshop";
  color: #ee2737;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-image .towishlist,
.mageplaza-autorelated-block .block-content .products-slider .product-item-image .towishlist {
  position: relative;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-image .towishlist > span,
.mageplaza-autorelated-block .block-content .products-slider .product-item-image .towishlist > span {
  display: none;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-image .towishlist .towishlist-tooltip,
.mageplaza-autorelated-block .block-content .products-slider .product-item-image .towishlist .towishlist-tooltip {
  display: none;
  position: absolute;
  width: 100px;
  height: 30px;
  line-height: 30px;
  z-index: 100;
  padding: 0;
  right: calc( 100% + 5px);
  background-color: #ffffff;
  color: #ee2737;
  transition: 0.5s;
  clip: auto;
  overflow: visible;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 8px;
  min-width: 120px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-image .towishlist .towishlist-tooltip .arrow-bottom,
.mageplaza-autorelated-block .block-content .products-slider .product-item-image .towishlist .towishlist-tooltip .arrow-bottom {
  width: 0;
  height: 0;
  border-right: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 0;
  left: calc(90%);
  top: 50%;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-image .towishlist .towishlist-tooltip .tooltip-text,
.mageplaza-autorelated-block .block-content .products-slider .product-item-image .towishlist .towishlist-tooltip .tooltip-text {
  display: inline;
  padding: 0;
  font-size: 12px;
  font-weight: 100;
  width: 100%;
  clip: auto;
  height: auto;
  margin: initial;
  letter-spacing: initial;
  text-transform: initial;
  position: relative;
  overflow: visible;
  text-align: center;
  vertical-align: middle;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-image .towishlist:hover .towishlist-tooltip,
.mageplaza-autorelated-block .block-content .products-slider .product-item-image .towishlist:hover .towishlist-tooltip,
.mageplaza-autorelated-block .block-content .products-grid .product-item-image .towishlist:active .towishlist-tooltip,
.mageplaza-autorelated-block .block-content .products-slider .product-item-image .towishlist:active .towishlist-tooltip {
  display: inline-flex;
  transition: 0.5s;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-image .tocompare,
.mageplaza-autorelated-block .block-content .products-slider .product-item-image .tocompare {
  display: none;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-bottom,
.mageplaza-autorelated-block .block-content .products-slider .product-item-bottom {
  margin: 35px 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .mageplaza-autorelated-block .block-content .products-grid .product-item-bottom,
  .mageplaza-autorelated-block .block-content .products-slider .product-item-bottom {
    margin-top: 10px;
  }
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-bottom .action.tocart.primary,
.mageplaza-autorelated-block .block-content .products-slider .product-item-bottom .action.tocart.primary {
  position: relative;
  background: #ee2737;
  border: 1px solid #ee2737;
  color: #ffffff;
  padding: 2px 20px;
  height: 28px;
  transition: 0.3s;
  border-radius: 5px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-bottom .action.tocart.primary:hover,
.mageplaza-autorelated-block .block-content .products-slider .product-item-bottom .action.tocart.primary:hover {
  background: #151f6d;
  border: 1px solid #151f6d;
  transition: 0.3s;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-bottom .action.tocart.primary .tocart-tooltip,
.mageplaza-autorelated-block .block-content .products-slider .product-item-bottom .action.tocart.primary .tocart-tooltip {
  display: none;
  position: absolute;
  width: 100px;
  height: 24px;
  line-height: 24px;
  z-index: 100;
  padding: 0;
  top: -100%;
  left: -30px;
  background-color: #151f6d;
  color: #ee2737;
  transition: 0.5s;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-bottom .action.tocart.primary .tocart-tooltip .arrow-bottom,
.mageplaza-autorelated-block .block-content .products-slider .product-item-bottom .action.tocart.primary .tocart-tooltip .arrow-bottom {
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #151f6d;
  position: absolute;
  bottom: -10px;
  left: 40px;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-bottom .action.tocart.primary .tocart-tooltip .tooltip-text,
.mageplaza-autorelated-block .block-content .products-slider .product-item-bottom .action.tocart.primary .tocart-tooltip .tooltip-text {
  display: inline;
  padding: 0;
  font-size: 12px;
  font-weight: 100;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.mageplaza-autorelated-block .block-content .products-grid .product-item-bottom .action.tocart.primary:hover .tocart-tooltip,
.mageplaza-autorelated-block .block-content .products-slider .product-item-bottom .action.tocart.primary:hover .tocart-tooltip,
.mageplaza-autorelated-block .block-content .products-grid .product-item-bottom .action.tocart.primary:active .tocart-tooltip,
.mageplaza-autorelated-block .block-content .products-slider .product-item-bottom .action.tocart.primary:active .tocart-tooltip {
  display: inline-flex;
  transition: 0.5s;
}
.mageplaza-autorelated-block .block-content .product-items {
  margin: 0 auto !important;
}
.mageplaza-autorelated-block .block-content .product-items .product-item {
  border: 1px solid #eaeaea;
}
.mageplaza-autorelated-block .block-content .products-slider .owl-carousel {
  display: block;
}
.mageplaza-autorelated-block .block-content .products-slider .owl-carousel .product-item {
  display: block;
}
.mageplaza-autorelated-block .block-content .products-slider .product-items {
  width: 100%;
}
.mageplaza-autorelated-block .block-content .products-slider .product-items .owl-stage {
  padding-left: 0 !important;
}
.mageplaza-autorelated-block .block-content .products-slider .product-items .product-item {
  width: 98% !important;
  margin-right: 6px !important;
  margin-bottom: 6px !important;
  min-height: 350px !important;
  padding-left: 0;
}
@media (min-width: 992px) {
  .mageplaza-autorelated-block .block-content .products-slider .product-items .product-item {
    width: 15%;
  }
}
@media (max-width: 480px) {
  .mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-image-container {
    width: 80% !important;
  }
}
@media (max-width: 480px) {
  .mageplaza-autorelated-block .block-content .products-slider .product-items .product-item .product-item-info .product-item-details .price-box {
    display: flow-root !important;
  }
}
.mageplaza-autorelated-block .block-content .products-slider .product-items.owl-carousel {
  display: block;
  width: 98%;
}
.mageplaza-autorelated-block .block-content .products-slider .product-items.owl-carousel .product-item {
  margin-left: 0;
  width: 100%;
  margin-right: 0;
}
.mageplaza-autorelated-block .block-content .products-slider .product-items.owl-carousel .owl-dots {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  right: 0px;
  left: 0px;
  width: 100%;
  bottom: 20px;
  text-align: center;
  bottom: -10px;
}
.mageplaza-autorelated-block .block-content .products-slider .product-items.owl-carousel .owl-dots .owl-dot {
  position: relative;
  width: 12px;
  height: 12px;
  float: none;
  display: inline-table;
  margin: 0px 5px;
  background: #151f6d;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #151f6d !important;
  border-image: initial !important;
  -webkit-border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  box-shadow: 0 0;
}
.mageplaza-autorelated-block .block-content .products-slider .product-items.owl-carousel .owl-dots .owl-dot.active {
  border-color: #ee2737 !important;
  background: #ee2737;
}
.catalog-product-view {
  color: #000000;
  font-size: 14px;
  line-height: 1.3;
  /* 

		Block tocart custom (sticky) 

	*/
  /* Tier prices custom block */
  /* Stock Info Block */
  /* Info tabs */
  /* End Info tabs! */
  /* Start Review tabs! */
  /* End Review tabs! */
  /* Start attachment tabs! */
  /* End attachment tabs! */
}
.catalog-product-view .page-wrapper {
  overflow: hidden;
}
.catalog-product-view .page-main {
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 320px) {
  .catalog-product-view .page-main {
    width: 100% !important;
  }
}
@media (min-width: 480px) {
  .catalog-product-view .page-main {
    width: 100% !important;
  }
}
@media (min-width: 640px) {
  .catalog-product-view .page-main {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .page-main {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .catalog-product-view .page-main {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .page-main {
    width: 1185px !important;
  }
}
@media (min-width: 1670px) {
  .catalog-product-view .page-main {
    width: 1640px !important;
    max-width: 1640px !important;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .catalog-product-view .page-main {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .page-main {
    overflow: hidden;
  }
}
@media (min-width: 320px) {
  .catalog-product-view .container {
    width: 100% !important;
  }
}
@media (min-width: 480px) {
  .catalog-product-view .container {
    width: 100% !important;
  }
}
@media (min-width: 640px) {
  .catalog-product-view .container {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .container {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .catalog-product-view .container {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .container {
    width: 1185px !important;
  }
}
@media (min-width: 1670px) {
  .catalog-product-view .container {
    width: 1640px !important;
    max-width: 1640px !important;
  }
}
.catalog-product-view .column.main {
  min-height: unset;
  padding: 0;
}
@media (max-width: 767px) {
  .catalog-product-view .column.main {
    padding: 0 15px;
  }
}
.catalog-product-view .rating-summary .rating-result {
  width: 110px;
}
@media (max-width: 767px) {
  .catalog-product-view .rating-summary .rating-result {
    width: 98px;
  }
}
@media (max-width: 479px) {
  .catalog-product-view .rating-summary .rating-result {
    width: 82px;
  }
}
.catalog-product-view .rating-summary .rating-result:before {
  font-size: 13px;
  height: 13px;
  letter-spacing: 10px;
  line-height: 13px;
  color: #dddddd;
}
@media (max-width: 767px) {
  .catalog-product-view .rating-summary .rating-result:before {
    font-size: 15px;
    height: 15px;
    letter-spacing: 5px;
    line-height: 15px;
  }
}
@media (max-width: 479px) {
  .catalog-product-view .rating-summary .rating-result:before {
    font-size: 12px;
  }
}
.catalog-product-view .rating-summary .rating-result > span:before {
  font-size: 13px;
  height: 13px;
  letter-spacing: 10px;
  line-height: 13px;
  color: #ee2737;
}
@media (max-width: 767px) {
  .catalog-product-view .rating-summary .rating-result > span:before {
    font-size: 15px;
    height: 15px;
    letter-spacing: 5px;
    line-height: 15px;
  }
}
@media (max-width: 479px) {
  .catalog-product-view .rating-summary .rating-result > span:before {
    font-size: 12px;
  }
}
.catalog-product-view .tooltip-icon {
  background-image: url('../../Magento_Catalog/images/tooltip.svg');
  width: 17px;
  height: 17px;
  background-size: 100% 100%;
  display: block;
  cursor: pointer;
}
.catalog-product-view .product-social-links {
  margin-bottom: 0;
}
.catalog-product-view.page-layout-1column .product.media {
  width: 42%;
  display: block;
}
@media (max-width: 991px) {
  .catalog-product-view.page-layout-1column .product.media {
    width: 100%;
    order: -1;
  }
}
.catalog-product-view.page-layout-1column .product-info-main {
  width: 54%;
}
.catalog-product-view.page-layout-1column .product-info-main .product.attribute.sku .type {
  font-weight: 400;
}
@media (max-width: 991px) {
  .catalog-product-view.page-layout-1column .product-info-main {
    width: 100%;
  }
}
.catalog-product-view .product-info-main .product-info-main-sku.before .product.attribute.sku {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #151f6d;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-main .product-info-main-sku.before .product.attribute.sku {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    display: block;
  }
}
.catalog-product-view .product-info-main .product-info-main-sku.before .product.attribute.sku .value {
  font-size: 28px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-main .product-info-main-sku.before .product.attribute.sku .value {
    font-size: 18px;
  }
}
.catalog-product-view .product-info-main .product-info-main-title.after .page-title-wrapper .page-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: inherit;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-main .product-info-main-title.after .page-title-wrapper .page-title {
    display: none;
  }
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #151f6d;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-main .page-title-wrapper .page-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }
}
.catalog-product-view .product-info-main .product.attribute.sku {
  line-height: 1;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-main .product.attribute.sku {
    display: none;
  }
}
.catalog-product-view .product-info-main .product.attribute.sku .type {
  font-size: 18px;
  margin: 0;
}
.catalog-product-view .product-info-main .product.attribute.sku .type:after {
  content: '';
}
.catalog-product-view .product-info-main .product.attribute.sku .value {
  font-size: 18px;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  padding: 0;
  text-align: left;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-info-stock-sku .attribute-tooltip-content {
  position: relative;
}
.catalog-product-view .product-info-main .product-info-stock-sku .attribute-tooltip-content .tooltip-content {
  position: absolute;
  display: none;
  align-items: center;
  min-width: max-content;
  font-size: 12px;
  font-weight: 500;
  transform: translateX(-50%);
  left: 50%;
  cursor: pointer;
  background: #fff;
  padding: 15px 15px 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  bottom: calc( 100% + 20px );
}
.catalog-product-view .product-info-main .product-info-stock-sku .attribute-tooltip-content .tooltip-content:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #ffffff;
  left: calc( 50% - 6px );
  transform: rotate(45deg);
  display: block;
  position: absolute;
  bottom: -3px;
  z-index: -1;
}
.catalog-product-view .product-info-main .product-info-stock-sku .attribute-tooltip-content .tooltip-content .tooltip-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .attribute-tooltip-content .tooltip-content .tooltip-title .title-label {
  color: #151f6d;
}
.catalog-product-view .product-info-main .product-info-stock-sku .attribute-tooltip-content .tooltip-content .tooltip-title .title-value {
  color: #ee2737;
}
.catalog-product-view .product-info-main .product-info-stock-sku .attribute-tooltip-content .tooltip-content .items {
  font-size: 14px;
  font-weight: 600;
}
.catalog-product-view .product-info-main .product-info-stock-sku .attribute-tooltip-content .tooltip-content .items .item {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-info-stock-sku .attribute-tooltip-content .tooltip-content .items .item:not(:last-child) {
  margin-bottom: 6px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .attribute-tooltip-content .tooltip-content .items .item-label {
  color: #151f6d;
  min-width: 145px;
  margin-right: 16px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .attribute-tooltip-content .tooltip-content .items .item-value {
  color: #000000;
  margin-right: 30px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .attribute-tooltip-content .tooltip-content .items .item-notice {
  font-style: italic;
  font-weight: 300;
}
.catalog-product-view .product-info-main .product-info-stock-sku .attribute-tooltip-content .tooltip-text {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  min-height: 23px;
  border-radius: 5px;
  transition: 0.3s all;
  padding: 2px 8px;
  z-index: 1;
}
.catalog-product-view .product-info-main .product-info-stock-sku .attribute-tooltip-content .tooltip-text:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #ffffff;
  left: calc( 50% - 6px );
  transform: rotate(45deg);
  display: block;
  position: absolute;
  bottom: -3px;
  z-index: -1;
}
.catalog-product-view .product-info-main .product-info-stock-sku .attribute-tooltip-content:hover .tooltip-content {
  display: flex;
}
.catalog-product-view .product-list-attribute {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .catalog-product-view .product-list-attribute {
    justify-content: space-between;
    margin-top: 30px;
  }
}
.catalog-product-view .product-list-attribute > div:not(:last-child) {
  margin-right: 65px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-list-attribute > div:not(:last-child) {
    margin-right: 25px;
  }
}
.catalog-product-view .product-list-attribute .price-box .price-label,
.catalog-product-view .product-list-attribute .attribute-title,
.catalog-product-view .product-list-attribute .rating-summary .label {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000000;
  display: block;
}
.catalog-product-view .product-list-attribute .attribute-title {
  display: flex;
}
.catalog-product-view .product-list-attribute .attribute-title .attribute-label {
  margin-right: 10px;
}
.catalog-product-view .product-list-attribute .attribute-value,
.catalog-product-view .product-list-attribute .price-box .price {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #ee2737;
  display: block;
}
.catalog-product-view .product-list-attribute .rating-summary .label {
  clip: unset;
  position: unset;
  width: unset;
  height: unset;
  margin: 0;
  display: none;
}
.catalog-product-view .product-list-attribute .rating-summary .rating-result {
  width: 113px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-list-attribute .rating-summary .rating-result {
    width: 101px;
  }
}
.catalog-product-view .product-list-attribute .rating-summary .rating-result:before {
  font-family: "White";
  content: '\e910' '\e910' '\e910' '\e910' '\e910';
}
.catalog-product-view .product-list-attribute .rating-summary .rating-result > span:before {
  color: #ee2737;
  font-family: "White";
  content: '\e910' '\e910' '\e910' '\e910' '\e910';
}
.catalog-product-view .product-list-attribute .product-reviews-summary {
  margin-bottom: 0;
}
.catalog-product-view .product-list-attribute .product-reviews-summary .reviews-actions {
  font-size: 14px;
  margin-top: 3px;
}
.catalog-product-view .product-list-attribute .product-reviews-summary .reviews-actions .action {
  text-transform: none;
  color: #000000;
  font-size: 16px;
  margin: 0 10px;
}
.catalog-product-view .product-list-attribute .product-reviews-summary .reviews-actions .action.add {
  display: inline;
  text-decoration: underline;
  font-weight: 500;
  margin-left: 30px;
}
.catalog-product-view .product-list-attribute .price-box .old-price .price {
  text-decoration: line-through;
  color: #666666;
  font-weight: normal;
}
.catalog-product-view .product-brand-image {
  margin-top: 35px;
}
@media (max-width: 639px) {
  .catalog-product-view .product-brand-image {
    text-align: center;
    margin-top: 30px;
  }
}
.catalog-product-view .product-brand-image .brand-image {
  max-height: 45px;
}
.catalog-product-view .product-short-description {
  padding-top: 30px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .catalog-product-view .product-short-description {
    font-size: 10px;
    line-height: 18px;
  }
}
.catalog-product-view .product-short-description .show {
  display: block;
  color: #151f6d;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin-top: 10px;
}
.catalog-product-view .product-short-description .show:before {
  font-family: "Foodshop";
  font-size: 12px;
  content: "\e908";
  color: #151f6d;
  display: inline-block;
  margin-right: 5px;
  transform: rotate(-90deg);
}
.catalog-product-view .product-short-description .addedText {
  display: none;
}
.catalog-product-view .block.block-slider .block-content .products-grid .product-items.owl-carousel {
  position: relative;
}
.catalog-product-view .block.block-slider .block-content .products-grid .product-items.owl-carousel .product-item {
  margin: 0;
  box-shadow: unset;
  transition: all 0.3s;
  border: none;
}
.catalog-product-view .block.block-slider .block-content .products-grid .product-items.owl-carousel .product-item .product-item-info {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
.catalog-product-view .block.block-slider .block-content .products-grid .product-items.owl-carousel .product-item .product-item-info .product-item-details .product-item-name {
  text-align: center;
}
.catalog-product-view .block.block-slider .block-content .products-grid .product-items.owl-carousel .product-item .product-item-info .product-item-details .product-item-name > a {
  color: #000000;
  font-weight: 600;
  transition: .3s all;
}
.catalog-product-view .block.block-slider .block-content .products-grid .product-items.owl-carousel .product-item:hover .product-image-wrapper {
  transform: scale(1.2, 1.1);
}
.catalog-product-view .block.block-slider .block-content .products-grid .product-items.owl-carousel .product-item:hover .product-image-wrapper:after {
  bottom: 0;
}
.catalog-product-view .block.block-slider .block-content .products-grid .product-items.owl-carousel .product-item:hover .product-item-info .product-item-details .product-item-name > a {
  font-weight: bold;
  color: #ee2737;
  transform: scale(1.2, 1.1);
}
.catalog-product-view .block.block-slider .block-content .products-grid .product-items.owl-carousel .product-image-wrapper {
  border-radius: 10px;
  overflow: unset;
}
.catalog-product-view .block.block-slider .block-content .products-grid .product-items.owl-carousel .product-image-wrapper .product-image-photo {
  border-radius: 10px;
  transition: 0.3s all;
}
.catalog-product-view .block.block-slider .block-content .products-grid .product-items.owl-carousel .product-image-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  background: #0000005A;
  transition: .3s all;
  border-radius: 10px;
}
.catalog-product-view .block.block-slider .owl-prev,
.catalog-product-view .block.block-slider .owl-next {
  position: absolute;
  top: calc( ( 100% - 90px )/2 );
  background: transparent;
  border: none;
}
.catalog-product-view .block.block-slider .owl-prev span,
.catalog-product-view .block.block-slider .owl-next span {
  display: none;
}
.catalog-product-view .block.block-slider .owl-prev:after,
.catalog-product-view .block.block-slider .owl-next:after {
  content: '\e908';
  font-family: 'Foodshop';
  display: block;
  font-size: 23px;
  color: #ee2737;
}
.catalog-product-view .block.block-slider .owl-prev {
  left: -30px;
}
.catalog-product-view .block.block-slider .owl-prev:after {
  transform: rotate(90deg);
}
.catalog-product-view .block.block-slider .owl-next {
  right: -30px;
}
.catalog-product-view .block.block-slider .owl-next:after {
  transform: rotate(-90deg);
}
.catalog-product-view .fotorama__stage .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:after {
  transform: rotate(-90deg);
}
.catalog-product-view .fotorama__stage .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr:after {
  transform: rotate(90deg);
}
.catalog-product-view .fotorama__stage .fotorama__arr .fotorama__arr__arr {
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-product-view .fotorama__stage .fotorama__arr .fotorama__arr__arr:after {
  display: inline-block;
  content: "\e908";
  font-family: 'Foodshop';
  font-size: 35px;
  color: #151f6d;
}
.catalog-product-view .fotorama__loaded {
  border-radius: 10px;
}
.catalog-product-view .fotorama__loaded .fotorama__img {
  border-radius: 10px;
}
.catalog-product-view .fotorama__nav .fotorama__nav__frame--thumb:hover .fotorama__loaded {
  border: 1px solid #dcdcdc;
}
.catalog-product-view .fotorama__nav .fotorama__active .fotorama__loaded {
  position: relative;
}
.catalog-product-view .fotorama__nav .fotorama__active .fotorama__loaded:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
  background: #888888;
  opacity: 0.22;
  border-radius: 10px;
}
.catalog-product-view .fotorama__nav .fotorama__thumb-border {
  border-color: transparent;
  border-radius: 10px;
  display: none;
}
@media (max-width: 767px) {
  .catalog-product-view .product-information-attribute {
    margin-top: 10px;
  }
}
.catalog-product-view .product-options-wrapper .swatch-attribute-label {
  color: #000000;
  font-size: 22px;
  line-height: 26px;
}
.catalog-product-view .product-options-wrapper .swatch-opt {
  margin: 10px 0;
}
.catalog-product-view .product-options-wrapper .swatch-attribute-options {
  margin: 15px 0 26px;
}
.catalog-product-view .product-options-wrapper .swatch-attribute-options .swatch-option {
  transition: all 0.5s;
}
.catalog-product-view .product-options-wrapper .swatch-attribute-options .swatch-option.color {
  width: 30px;
  height: 30px;
  outline: none;
  border: none;
  margin: 10px 15px 14px 0;
  border: 1px solid #cbcbcb;
}
.catalog-product-view .product-options-wrapper .swatch-attribute-options .swatch-option.color[aria-label="White"] {
  border: 0.5px solid #b2b2b2;
}
.catalog-product-view .product-options-wrapper .swatch-attribute-options .swatch-option.color:not(.disabled):hover,
.catalog-product-view .product-options-wrapper .swatch-attribute-options .swatch-option.color.selected:hover {
  transform: scale(1.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  outline: none;
}
.catalog-product-view .product-options-wrapper .swatch-attribute-options .swatch-option.color.selected {
  transform: scale(1.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  outline: none;
  border: 1px solid #ee741d;
}
.catalog-product-view .product-options-wrapper .swatch-attribute-options .swatch-option.image {
  width: 30px !important;
  height: 30px !important;
  border: 0;
}
.catalog-product-view .product-options-wrapper .swatch-attribute-options .swatch-option.image:not(.disabled):hover,
.catalog-product-view .product-options-wrapper .swatch-attribute-options .swatch-option.image.selected:hover {
  outline: 0;
  border: 0;
}
.catalog-product-view .product-options-wrapper .swatch-attribute-options .swatch-option.image.selected {
  outline: 0;
  border: 0;
  width: 40px !important;
  height: 40px !important;
  transform: translate(-5px, -5px);
  margin-right: 0;
}
.catalog-product-view .product-options-wrapper .fieldset .field {
  clear: both;
}
.catalog-product-view .product-options-wrapper .fieldset .field .admin__field-label.checked .price-notice {
  color: #151f6d;
}
.catalog-product-view .product-options-wrapper .fieldset .field > .label {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-options-wrapper .fieldset .field > .label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.catalog-product-view .product-options-wrapper .fieldset .field .control {
  width: auto;
  overflow: hidden;
}
.catalog-product-view .product-options-wrapper .fieldset .admin__control-select {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
  border-radius: 5px;
}
.catalog-product-view .product-options-wrapper .fieldset .options-list .label {
  font-size: 14px;
  margin-bottom: 0;
}
.catalog-product-view .product-options-wrapper .fieldset .options-list .field-option-radio {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  min-height: 40px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-options-wrapper .fieldset .options-list .field-option-radio {
    min-height: 30px;
  }
}
.catalog-product-view .product-options-wrapper .fieldset .options-list .field-option-radio .label:hover .option-name,
.catalog-product-view .product-options-wrapper .fieldset .options-list .field-option-radio .label.selected .option-name {
  color: #151f6d;
}
@media (max-width: 767px) {
  .catalog-product-view .product-options-wrapper .fieldset .options-list .field-option-radio .label:hover .option-name,
  .catalog-product-view .product-options-wrapper .fieldset .options-list .field-option-radio .label.selected .option-name {
    font-weight: 600;
  }
}
.catalog-product-view .product-options-wrapper .fieldset .options-list .field-option-radio .label:hover .price-notice,
.catalog-product-view .product-options-wrapper .fieldset .options-list .field-option-radio .label.selected .price-notice {
  color: #151f6d;
}
@media (max-width: 767px) {
  .catalog-product-view .product-options-wrapper .fieldset .options-list .field-option-radio .label:hover .price-notice,
  .catalog-product-view .product-options-wrapper .fieldset .options-list .field-option-radio .label.selected .price-notice {
    font-weight: 600;
  }
}
.catalog-product-view .product-options-wrapper .fieldset .options-list .field-option-radio .label:hover .field-switch .mark,
.catalog-product-view .product-options-wrapper .fieldset .options-list .field-option-radio .label.selected .field-switch .mark {
  border-color: #151f6d;
}
.catalog-product-view .product-options-wrapper .fieldset .options-list .field-option-radio .label .price-notice {
  display: flex;
}
.catalog-product-view .product-options-wrapper .fieldset .options-list .price-label {
  display: none;
}
.catalog-product-view .product-options-wrapper .fieldset .option-name {
  font-weight: 500;
  color: #666666;
  display: block;
  font-size: 14px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-options-wrapper .fieldset .option-name {
    font-size: 12px;
  }
}
.catalog-product-view .product-options-wrapper .fieldset .price-notice {
  font-weight: 400;
  color: #666d71;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-options-wrapper .fieldset .price-notice {
    font-size: 12px;
  }
}
.catalog-product-view .product-options-wrapper .fieldset .price-notice sup {
  top: 0;
  font-size: 100%;
}
@media (min-width: 768px) {
  .catalog-product-view .product-options-wrapper .swatch-attribute-options {
    margin: 10px 0 26px;
  }
}
.catalog-product-view .product-options-wrapper .swatch-option.text {
  text-align: center;
  height: 35px;
  width: 50px;
  padding: 0;
  border: 1px solid #888888;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 0 15px 25px 0;
}
.catalog-product-view .product-options-wrapper .swatch-option.text.selected {
  outline: none;
  border-color: #ff7c31;
  background-color: #ff7c31;
}
.catalog-product-view .product-options-wrapper .swatch-option.text.selected .checkbox {
  border-color: #ee2737;
}
.catalog-product-view .product-options-wrapper .swatch-option.text.selected .checkbox:after {
  display: block;
}
.catalog-product-view .product-options-wrapper .swatch-option.text.selected .option-name {
  color: #ffffff;
  box-shadow: 0px 3px 6px #00000033;
}
.catalog-product-view .product-options-wrapper .swatch-option.text .option-name {
  margin-right: 0;
  line-height: 35px;
  color: #666666;
}
.catalog-product-view .product-options-wrapper .swatch-option.text:not(.disabled):hover {
  outline: none;
  border-color: #ff7c31;
  background-color: #ff7c31;
}
.catalog-product-view .product-options-wrapper .swatch-option.text:not(.disabled):hover .option-name {
  color: #ffffff;
  box-shadow: 0px 3px 6px #00000033;
}
.catalog-product-view .product-options-wrapper .swatch-option.text .checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  display: block;
  border-radius: 50%;
  transition: .3s all;
  position: relative;
  margin-right: 10px;
  display: none;
}
.catalog-product-view .product-options-wrapper .swatch-option.text .checkbox:after {
  content: '';
  display: none;
  position: absolute;
  background: #ee2737;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s all;
}
.catalog-product-view .product-options-wrapper .field.textarea textarea {
  border: 1px solid #ee2737;
  height: 40px;
  border-radius: 5px;
}
.catalog-product-view .field-switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.catalog-product-view .field-switch.field-radio {
  width: 24px;
}
.catalog-product-view .field-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.catalog-product-view .field-switch input:checked + .slider:after {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
  background-color: #151f6d;
}
.catalog-product-view .field-switch input:checked + .mark:after {
  display: block;
}
.catalog-product-view .field-switch .slider,
.catalog-product-view .field-switch .mark {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50px;
}
.catalog-product-view .field-switch .slider:after,
.catalog-product-view .field-switch .mark:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: #666d71;
  -webkit-transition: .4s;
  transition: .4s;
}
.catalog-product-view .field-switch .slider {
  background-color: #F0F0F0;
}
.catalog-product-view .field-switch .slider:after {
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
}
.catalog-product-view .field-switch .mark {
  border: 1px solid #dddddd;
  background: transparent;
}
.catalog-product-view .field-switch .mark:after {
  height: 10px;
  width: 10px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: #151f6d;
  display: none;
}
.catalog-product-view .form-option-action {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog-product-view .form-option-action .product-options-wrapper {
  width: 100%;
}
.catalog-product-view .form-option-action .product-options-wrapper ~ .product-options-bottom .box-tocart {
  margin-left: auto;
}
.catalog-product-view .form-option-action ::placeholder {
  color: #ee2737;
  font-size: 14px;
  font-style: italic;
}
.catalog-product-view .form-option-action .price-box {
  display: flex;
  padding-bottom: 0;
}
.catalog-product-view .form-option-action .price-box .old-price {
  margin-left: 15px;
}
.catalog-product-view .form-option-action .price-box .old-price .price-label {
  display: none;
}
.catalog-product-view .form-option-action .price-box .old-price .price {
  text-decoration: line-through;
  color: #666666;
  font-weight: normal;
}
.catalog-product-view .form-option-action .box-tocart {
  display: none;
}
.catalog-product-view .product.pricing {
  margin-bottom: 25px;
  color: #151f6d;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .catalog-product-view .product.pricing {
    font-size: 14px;
  }
}
.catalog-product-view .product-info-tocart-custom {
  color: #151f6d;
}
.catalog-product-view .product-info-tocart-custom .label {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  min-width: 65px;
  margin: 0;
  margin-right: 15px;
}
@media (max-width: 639px) {
  .catalog-product-view .product-info-tocart-custom .label {
    font-size: 12px;
    line-height: 16px;
    min-width: 50px;
  }
}
.catalog-product-view .product-info-tocart-custom .increments-block {
  margin-bottom: 20px;
  color: #151f6d;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-tocart-custom .increments-block {
    font-size: 14px;
  }
}
.catalog-product-view .product-info-tocart-custom .multiple-pack,
.catalog-product-view .product-info-tocart-custom .stock {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 639px) {
  .catalog-product-view .product-info-tocart-custom .multiple-pack,
  .catalog-product-view .product-info-tocart-custom .stock {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.catalog-product-view .product-info-tocart-custom .multiple-pack.hidden-pack,
.catalog-product-view .product-info-tocart-custom .stock.hidden-pack {
  display: none;
}
@media (max-width: 639px) {
  .catalog-product-view .product-info-tocart-custom .multiple-pack.hidden-pack,
  .catalog-product-view .product-info-tocart-custom .stock.hidden-pack {
    display: flex;
    opacity: 0;
  }
}
.catalog-product-view .product-info-tocart-custom .multiple-pack span,
.catalog-product-view .product-info-tocart-custom .stock span {
  min-width: 50px;
  margin-right: 15px;
}
@media (max-width: 639px) {
  .catalog-product-view .product-info-tocart-custom .multiple-pack span,
  .catalog-product-view .product-info-tocart-custom .stock span {
    min-width: 40px;
  }
}
.catalog-product-view .product-info-tocart-custom .stock-available,
.catalog-product-view .product-info-tocart-custom .stock-unavailable,
.catalog-product-view .product-info-tocart-custom .multiple-allow {
  display: flex;
  align-items: center;
}
.catalog-product-view .product-info-tocart-custom .inventory-text {
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 639px) {
  .catalog-product-view .product-info-tocart-custom .inventory-text {
    font-size: 12px;
  }
}
.catalog-product-view .product-info-tocart-custom .stock-available-status {
  color: #00881B;
}
.catalog-product-view .product-info-tocart-custom .stock-unavailable span {
  margin-right: 30px;
}
.catalog-product-view .product-info-tocart-custom .stock-alert {
  color: #ee2737;
  text-decoration: underline;
}
.catalog-product-view .product-info-tocart-custom .stock-alert:before {
  content: '';
  display: inline-block;
  margin-right: 13px;
  height: 14px;
  width: 13px;
  background-color: #ee2737;
  -webkit-mask-image: url(../images/stock_alert.svg);
  mask-image: url(../images/stock_alert.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  vertical-align: middle;
}
.catalog-product-view .product-info-tocart-custom .price-box {
  margin: 0;
}
.catalog-product-view .product-info-tocart-custom .price-box .price-label {
  display: none;
}
.catalog-product-view .product-info-tocart-custom .price-block {
  display: flex;
  align-items: center;
}
.catalog-product-view .product-info-tocart-custom .price-block .label {
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 639px) {
  .catalog-product-view .product-info-tocart-custom .price-block .label {
    font-size: 14px;
  }
}
.catalog-product-view .product-info-tocart-custom .price-block .price {
  margin-right: 15px;
  font-size: 16px;
}
@media (max-width: 639px) {
  .catalog-product-view .product-info-tocart-custom .price-block .price {
    font-size: 14px;
  }
}
.catalog-product-view .product-info-tocart-custom .price-block .price sup {
  top: -0.5em;
  font-size: 60%;
}
.catalog-product-view .product-info-tocart-custom .price-block .special-price .price {
  color: #ee2737;
}
.catalog-product-view .product-info-tocart-custom .price-block .old-price .price-label {
  display: none;
}
.catalog-product-view .product-info-tocart-custom .price-block .old-price .price {
  color: #666d71;
  text-decoration: line-through;
}
.catalog-product-view .product-info-tocart-custom .label {
  font-size: 18px;
  min-width: 75px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-tocart-custom .label {
    font-size: 14px;
    min-width: 55px;
  }
}
.catalog-product-view .product-info-tocart-custom .multiple-pack,
.catalog-product-view .product-info-tocart-custom .stock {
  font-size: 18px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-tocart-custom .multiple-pack,
  .catalog-product-view .product-info-tocart-custom .stock {
    font-size: 14px;
  }
}
.catalog-product-view .product-info-tocart-custom .stock-available {
  font-weight: 700;
}
.catalog-product-view .product-info-tocart-custom .price-block {
  font-weight: 700;
}
.catalog-product-view .product-info-tocart-custom .price-block .label {
  font-size: 18px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-tocart-custom .price-block .label {
    font-size: 14px;
  }
}
.catalog-product-view .product-info-tocart-custom .price-block .price {
  font-size: 18px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-tocart-custom .price-block .price {
    font-size: 14px;
    font-weight: 700;
  }
}
.catalog-product-view .product-info-tocart-custom .inventory-text {
  font-size: 14px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-tocart-custom .inventory-text {
    font-size: 12px;
  }
}
.catalog-product-view .product-info-tocart-custom .qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 1669px) {
  .catalog-product-view .product-info-tocart-custom .qty {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.catalog-product-view .product-info-tocart-custom .qty .label {
  font-size: 16px;
  line-height: 35px;
  margin: 0;
}
@media (max-width: 1669px) {
  .catalog-product-view .product-info-tocart-custom .qty .label {
    margin-right: 45px;
  }
}
@media (max-width: 639px) {
  .catalog-product-view .product-info-tocart-custom .qty .label {
    font-size: 14px;
    font-weight: 600;
  }
}
.catalog-product-view .product-info-tocart-custom .qty .control {
  display: flex;
  align-items: center;
}
.catalog-product-view .product-info-tocart-custom .qty .control .qty-control {
  content: '';
  display: block;
  width: 12px;
  height: 35px;
  background-image: url(../images/remove.svg);
  background-size: 100% 100%;
  filter: hue-rotate(335deg) saturate(3);
}
.catalog-product-view .product-info-tocart-custom .qty .control .qty-control.plus {
  background-image: url(../images/add.svg);
}
.catalog-product-view .product-info-tocart-custom .qty .control .product-qty {
  width: 100px;
  height: 35px;
  line-height: 35px;
  margin: 0 30px;
  border: 1px solid #dddddd;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #151f6d;
}
.catalog-product-view .product-info-tocart-custom .qty {
  justify-content: flex-start;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-tocart-custom .qty {
    margin-bottom: 20px;
  }
}
.catalog-product-view .product-info-tocart-custom .qty .label {
  margin-right: 45px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-tocart-custom .qty .label {
    font-size: 14px;
  }
}
.catalog-product-view .product-info-tocart-custom .action {
  width: 100%;
  font-size: 14px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1669px) {
  .catalog-product-view .product-info-tocart-custom .action {
    width: auto;
    min-width: 250px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-tocart-custom .action {
    width: auto;
    min-width: 195px;
    padding-left: 15px;
    font-size: 12px;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .catalog-product-view .product-info-tocart-custom .action {
    width: calc(50% - 5px);
    min-width: 160px;
  }
}
.catalog-product-view .product-info-tocart-custom .action:before {
  display: inline-block;
  content: '';
  width: 26px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  -webkit-mask-image: url('../images/cart.svg');
  mask-image: url('../images/cart.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 42%;
  vertical-align: middle;
  float: left;
}
.catalog-product-view .product-info-tocart-custom .action.tocart {
  background: #151f6d;
  border: 1px solid #151f6d;
}
@media (max-width: 1669px) {
  .catalog-product-view .product-info-tocart-custom .action.tocart {
    margin-right: 20px;
  }
}
@media (max-width: 639px) {
  .catalog-product-view .product-info-tocart-custom .action.tocart {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
.catalog-product-view .product-info-tocart-custom .action.tocart[disabled] {
  background: #dddddd;
  border: 1px solid #dddddd;
}
.catalog-product-view .product-info-tocart-custom .action.price-enquiry {
  color: #000000;
  background: transparent;
  border: 1px solid #000000;
  margin: 0;
}
@media (max-width: 639px) {
  .catalog-product-view .product-info-tocart-custom .action.price-enquiry {
    font-weight: 500;
    margin-bottom: 20px;
  }
}
.catalog-product-view .product-info-tocart-custom .action.price-enquiry:before {
  background-color: #000000;
  -webkit-mask-image: url('../images/question_repo.svg');
  mask-image: url('../images/question_repo.svg');
}
.catalog-product-view .product-info-tocart-custom .actions {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .catalog-product-view .product-info-tocart-custom .actions {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
  }
}
.catalog-product-view .product-info-tocart-custom .actions .action {
  width: auto;
  min-width: 250px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-tocart-custom .actions .action {
    min-width: auto;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .catalog-product-view .product-info-tocart-custom .actions .action {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-tocart-custom .actions .action.tocart {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 639px) {
  .catalog-product-view .product-info-tocart-custom .actions .action.tocart {
    margin-bottom: 20px;
  }
}
.catalog-product-view .product-custom-attachment-info {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .catalog-product-view .product-custom-attachment-info {
    flex-direction: column-reverse;
  }
}
.catalog-product-view .product-custom-attachment-info .product-comment,
.catalog-product-view .product-custom-attachment-info .product-attach-files {
  width: 50%;
  padding-right: 10px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .catalog-product-view .product-custom-attachment-info .product-comment,
  .catalog-product-view .product-custom-attachment-info .product-attach-files {
    padding: 0;
    width: 100%;
  }
}
.catalog-product-view .product-custom-attachment-info .product-comment .block-title,
.catalog-product-view .product-custom-attachment-info .product-attach-files .block-title {
  margin-bottom: 25px;
}
.catalog-product-view .product-custom-attachment-info .product-comment {
  padding-left: 10px;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .catalog-product-view .product-custom-attachment-info .product-comment {
    padding: 0;
  }
}
.catalog-product-view .product-custom-attachment-info .product-comment .block-content {
  flex-grow: 1;
}
.catalog-product-view .product-custom-attachment-info .product-comment .input-text {
  border: 1px solid #8c90c1;
  border-radius: 5px;
  display: block;
  height: 100%;
  min-height: 80px;
}
.catalog-product-view .product-custom-attachment-info .product-attach-files .block-content {
  margin-top: auto;
}
.catalog-product-view .product-custom-attachment-info .block-files-heading {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.catalog-product-view .product-custom-attachment-info .block-files-tooltips {
  display: inline-block;
  position: relative;
  margin-bottom: -2px;
}
.catalog-product-view .product-custom-attachment-info .block-files-tooltips .tooltip-icon:hover ~ .tooltip-text {
  pointer-events: all;
  opacity: 1;
}
.catalog-product-view .product-custom-attachment-info .block-files-tooltips .tooltip-text {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 357px;
  background: #f8f9fa;
  box-shadow: 0px 3px 6px #00000029;
  border: 0.5px solid #888888;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  padding: 12px;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.catalog-product-view .product-custom-attachment-info .block-files-tooltips .tooltip-text .block-files-format {
  font-weight: 600;
}
.catalog-product-view .product-custom-attachment-info .block-files-tooltips .tooltip-text:after,
.catalog-product-view .product-custom-attachment-info .block-files-tooltips .tooltip-text:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.catalog-product-view .product-custom-attachment-info .block-files-tooltips .tooltip-text:after {
  border-color: rgba(248, 249, 250, 0);
  border-top-color: #f8f9fa;
  border-width: 5px;
  margin-left: -5px;
}
.catalog-product-view .product-custom-attachment-info .block-files-tooltips .tooltip-text:before {
  border-color: rgba(136, 136, 136, 0);
  border-top-color: #888888;
  border-width: 6px;
  margin-left: -6px;
}
.catalog-product-view .product-custom-attachment-info #drop_file_zone {
  height: 50px;
  background: #F8F9FA;
  border-radius: 5px;
  padding: 0 15px;
  border: none;
  width: 100%;
}
.catalog-product-view .product-custom-attachment-info #drop_file_zone span {
  width: auto;
  text-align: left;
  line-height: 50px;
  height: 50px;
}
.catalog-product-view .product-custom-attachment-info #drop_file_zone #drag_upload_file {
  width: 100%;
  text-align: left;
}
.catalog-product-view .product-custom-attachment-info #drop_file_zone #cebs-orderupload-add-link {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
}
.catalog-product-view .product-custom-attachment-info .cebs-files-container {
  counter-reset: file;
  padding: 0 0 5px;
  margin: 0;
}
.catalog-product-view .product-custom-attachment-info .file-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px 10px;
}
.catalog-product-view .product-custom-attachment-info .file-filename {
  line-height: 17px;
}
.catalog-product-view .product-custom-attachment-info .file-filename strong {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}
.catalog-product-view .product-custom-attachment-info .file-filename .index {
  display: none;
}
.catalog-product-view .product-custom-attachment-info .file-remove {
  flex-grow: initial;
}
.catalog-product-view .product-custom-attachment-info .file-remove span {
  filter: invert(48%) sepia(68%) saturate(1574%) hue-rotate(351deg) brightness(98%) contrast(90%);
}
.catalog-product-view .tier-price-block .amount-block {
  font-family: 'Montserrat';
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.catalog-product-view .tier-price-block .amount-block thead {
  background: #f0f0f0;
  height: 50px;
}
.catalog-product-view .tier-price-block .amount-block thead th {
  vertical-align: middle;
  font-weight: 600;
  color: #ee2737;
}
.catalog-product-view .tier-price-block .amount-block th {
  font-size: 16px;
}
.catalog-product-view .tier-price-block .amount-block .value {
  font-size: 16px;
  color: #151f6d;
  font-weight: 500;
}
@media (max-width: 768px) {
  .catalog-product-view .tier-price-block .amount-block tr:nth-child(odd) {
    background-color: #F0F0F0;
  }
  .catalog-product-view .tier-price-block .amount-block tr th {
    color: #EE741D;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }
  .catalog-product-view .tier-price-block .amount-block tr td {
    color: #151f6d;
    font-size: 16px;
    text-align: center;
  }
  .catalog-product-view .tier-price-block .amount-block tr td:first-child {
    font-weight: 600;
  }
}
.catalog-product-view .stock-info {
  margin: 20px 0;
  display: block;
  width: 100%;
}
.catalog-product-view .stock-info .stock-detail {
  display: inline-flex;
  align-items: center;
}
.catalog-product-view .stock-info .stock-detail .label {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #000000;
}
.catalog-product-view .stock-info .stock-detail .stock-value {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #EE741D;
  margin: 0 5px;
}
.catalog-product-view .stock-info .stock-detail .tooltip-icon {
  line-height: 18px;
}
.catalog-product-view .stock-info .stock-notice {
  display: inline-block;
}
.catalog-product-view .stock-info .stock-notice .notice {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: #888888;
}
.catalog-product-view .product-additional-bottom {
  clear: both;
  /* Related product block*/
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-additional-bottom .product.data.items {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-additional-bottom .product.data.items > .item.title.active > .switch {
    color: #ffffff;
    background-color: #151f6d;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-additional-bottom .product.data.items > .item.title.active > .switch:after {
    color: #ee2737;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-additional-bottom .product.data.items > .item.title > .switch {
    border-top: 1px solid #ffffff;
    height: 60px;
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    background-color: #f0f0f0;
    color: #151f6d;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-additional-bottom .product.data.items > .item.title > .switch:after {
    right: 37px;
    font-size: 10px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-additional-bottom .product.data.items > .item.content {
    padding: 20px 15px 0;
  }
}
.catalog-product-view .product-additional-bottom .custom-detailed-tab {
  background: #f0f0f0;
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .catalog-product-view .product-additional-bottom .custom-detailed-tab {
    display: none;
  }
}
@media (min-width: 640px) {
  .catalog-product-view .product-additional-bottom .custom-detailed-tab.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
.catalog-product-view .product-additional-bottom .custom-detailed-tab .custom-detailed-tab-content {
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product-additional-bottom .custom-detailed-tab .custom-detailed-tab-content .tab-title {
  margin: 0 20px;
}
@media (max-width: 1669px) {
  .catalog-product-view .product-additional-bottom .custom-detailed-tab .custom-detailed-tab-content .tab-title {
    margin: 0 10px;
  }
}
.catalog-product-view .product-additional-bottom .custom-detailed-tab .custom-detailed-tab-content .tab-title:first-child {
  margin-left: 0;
}
.catalog-product-view .product-additional-bottom .custom-detailed-tab .custom-detailed-tab-content .tab-title > a {
  min-width: 200px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #151f6d;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 0 20px;
}
@media (max-width: 1670px) {
  .catalog-product-view .product-additional-bottom .custom-detailed-tab .custom-detailed-tab-content .tab-title > a {
    min-width: auto;
    padding: 0 20px;
  }
}
.catalog-product-view .product-additional-bottom .custom-detailed-tab .custom-detailed-tab-content .tab-title > a:hover {
  color: #ffffff;
  background-color: #666d71;
  opacity: 0.6;
}
.catalog-product-view .product-additional-bottom .custom-detailed-tab .custom-detailed-tab-content .tab-title > a.active {
  font-weight: 700;
  color: #ffffff;
  background-color: #666d71;
}
.catalog-product-view .product-additional-bottom .product.info.detailed {
  margin: 0 auto;
}
@media (min-width: 320px) {
  .catalog-product-view .product-additional-bottom .product.info.detailed {
    width: 100% !important;
  }
}
@media (min-width: 480px) {
  .catalog-product-view .product-additional-bottom .product.info.detailed {
    width: 100% !important;
  }
}
@media (min-width: 640px) {
  .catalog-product-view .product-additional-bottom .product.info.detailed {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product-additional-bottom .product.info.detailed {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .catalog-product-view .product-additional-bottom .product.info.detailed {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .product-additional-bottom .product.info.detailed {
    width: 1185px !important;
  }
}
@media (min-width: 1670px) {
  .catalog-product-view .product-additional-bottom .product.info.detailed {
    width: 1640px !important;
    max-width: 1640px !important;
  }
}
@media (max-width: 1640px) {
  .catalog-product-view .product-additional-bottom .product.info.detailed {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.title {
    display: none;
  }
}
.catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.title .switch {
  padding-left: 35px;
}
@media (min-width: 768px) {
  .catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content {
    margin: 25px 0 0;
    background: none;
    padding: 0;
    border: none;
    display: block !important;
    border-bottom: 1px solid #E0E0E0;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content {
    padding: 20px 35px;
  }
}
.catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content#product\.related\.tab {
  border-bottom: 0;
}
.catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content .title.collapsed {
  margin-bottom: 0;
}
.catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content .title.collapsed:after {
  transform: none;
}
.catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content .additional-attributes-wrapper.collapsed {
  padding-bottom: 25px;
}
.catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content .additional-attributes-wrapper.collapsed .attribute-title:after {
  transform: none;
}
.catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content .attribute-col .attribute-wrapper.collapsed {
  padding-bottom: 25px;
}
.catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content .attribute-col .attribute-wrapper.collapsed .attribute-title:after {
  transform: none;
}
.catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content .attribute-col .attribute-wrapper .attribute-title {
  line-height: 26px;
  color: #151f6d;
  display: block;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin: 0;
}
@media (max-width: 767px) {
  .catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content .attribute-col .attribute-wrapper .attribute-title {
    display: none;
  }
}
.catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content .attribute-col .attribute-wrapper .attribute-title:after {
  display: inline;
  content: "\e908";
  font-family: 'Foodshop' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
  font-weight: 600;
  color: #ee2737;
  height: 30px;
  line-height: 30px;
  width: 40px;
  text-align: center;
  cursor: pointer;
}
.catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content .attribute-col .attribute-wrapper .attribute-content {
  font-size: 14px;
  margin-top: 35px;
  line-height: 24px;
  overflow: hidden;
  display: block;
  max-width: 100%;
}
@media (max-width: 767px) {
  .catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content .attribute-col .attribute-wrapper .attribute-content {
    margin: 0;
    font-size: 10px;
    line-height: 18px;
    font-weight: 400;
  }
}
.catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content .attribute-col .attribute-wrapper .attribute-content p {
  margin-bottom: 15px;
}
.catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content .attribute-col .attribute-wrapper .attribute-content p b,
.catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content .attribute-col .attribute-wrapper .attribute-content p strong {
  color: #151f6d;
  font-weight: 600;
}
.catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content .attribute-col .attribute-wrapper .read-more {
  font-size: 14px;
  font-weight: 600;
  color: #151f6d;
  display: block;
  margin-top: 10px;
  cursor: pointer;
  display: none;
}
.catalog-product-view .product-additional-bottom .product.info.detailed .product.data.items > .item.content .attribute-col .attribute-wrapper .read-more:before {
  content: "";
  display: inline-block;
  content: "\e908";
  font-family: 'Foodshop';
  transform: rotate(-90deg);
  margin-right: 10px;
  font-size: 12px;
}
.catalog-product-view .product-additional-bottom .additional-attributes-wrapper {
  /*@media ((@screen__m - 1)) {
				padding: 0 20px;
			}*/
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .additional-attributes-wrapper {
    padding: 0;
  }
}
.catalog-product-view .product-additional-bottom .additional-attributes-wrapper .attribute-title {
  line-height: 26px;
  color: #151f6d;
  display: block;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin: 0;
}
.catalog-product-view .product-additional-bottom .additional-attributes-wrapper .attribute-title:after {
  display: inline;
  content: "\e908";
  font-family: 'Foodshop' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
  font-weight: 600;
  color: #ee2737;
  height: 30px;
  line-height: 30px;
  width: 40px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .catalog-product-view .product-additional-bottom .additional-attributes-wrapper .attribute-title {
    display: none;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product-additional-bottom .additional-attributes-wrapper .additional-attributes {
    margin-top: 35px;
  }
}
.catalog-product-view .product-additional-bottom .additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  width: 20%;
  font-size: 14px;
  font-weight: 700;
  color: #151f6d;
  padding: 12px 30px 12px 0;
}
@media (max-width: 767px) {
  .catalog-product-view .product-additional-bottom .additional-attributes-wrapper .additional-attributes > tbody > tr > th {
    font-size: 10px;
    width: 30%;
    padding: 6px 30px 6px 0;
  }
}
.catalog-product-view .product-additional-bottom .additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  width: 80%;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 12px 5px 12px 5px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-additional-bottom .additional-attributes-wrapper .additional-attributes > tbody > tr > td {
    font-size: 10px;
    width: 70%;
    padding: 6px 5px 6px 5px;
  }
}
.catalog-product-view .product-additional-bottom .attr-row {
  display: grid;
  grid-template-columns: 145px auto;
  grid-column-gap: 20px;
  margin-bottom: 20px;
}
.catalog-product-view .product-additional-bottom .attr-label {
  font-weight: 600;
  color: #151f6d;
}
.catalog-product-view .product-additional-bottom .product-description-row .attribute-col {
  padding: 30px 0;
  border-bottom: 1px solid #E0E0E0;
}
@media (max-width: 991px) {
  .catalog-product-view .product-additional-bottom .product-description-row {
    grid-template-columns: 100%;
  }
  .catalog-product-view .product-additional-bottom .product-description-row .attribute-description {
    margin: 30px 0;
  }
}
.catalog-product-view .product-additional-bottom .specical-items {
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  grid-column-gap: 4%;
}
.catalog-product-view .product-additional-bottom .specical-items .item-wrapper {
  display: inline-block;
  position: relative;
}
.catalog-product-view .product-additional-bottom .specical-items .item-name {
  font-size: 16px;
  color: #ee2737;
  font-weight: 600;
  line-height: 19px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: calc( 100% + 10px );
}
.catalog-product-view .product-additional-bottom .specical-items .specical-item {
  padding-bottom: 30px;
}
.catalog-product-view .product-additional-bottom .specical-items .specical-item:nth-child(3) .item-name {
  font-size: 15px;
}
@media (max-width: 991px) {
  .catalog-product-view .product-additional-bottom .specical-items .specical-item {
    padding-bottom: 70px;
  }
}
@media (max-width: 640px) {
  .catalog-product-view .product-additional-bottom {
    margin-bottom: 15px;
  }
}
.catalog-product-view .product-additional-bottom .modes {
  display: none;
}
.catalog-product-view .product-additional-bottom .toolbar-amount {
  color: #151f6d;
  font-size: 18px;
  padding: 0;
  line-height: 35px;
  margin-right: 60px;
}
@media (max-width: 1199px) {
  .catalog-product-view .product-additional-bottom .toolbar-amount {
    width: 100%;
    margin: 0;
    padding: 0 calc((50% - 272px)/2);
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-additional-bottom .toolbar-amount {
    font-size: 14px;
    line-height: 1;
    padding: 0 13px;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .product-additional-bottom .toolbar-amount {
    padding: 0;
  }
}
.catalog-product-view .product-additional-bottom .toolbar-amount .toolbar-number {
  color: #ee2737;
}
.catalog-product-view .product-additional-bottom .toolbar-sorter.sorter {
  float: left;
  margin-right: 10px;
}
@media (max-width: 640px) {
  .catalog-product-view .product-additional-bottom .toolbar-sorter.sorter {
    position: relative;
    top: unset;
    right: unset;
    margin-right: 0;
    width: 100%;
    text-align: left;
  }
}
.catalog-product-view .product-additional-bottom .toolbar-sorter.sorter label {
  display: none;
}
.catalog-product-view .product-additional-bottom .toolbar-sorter.sorter select.sorter-options {
  background-color: #ffffff;
  box-shadow: 0 0;
  border-radius: 0;
  background-image: url('../images/select-bg2.svg');
  background-size: 10px;
  background-position: 95% 50%;
  color: #666666;
  font-size: 13px;
  margin: 0 5px 0 0;
}
@media (max-width: 640px) {
  .catalog-product-view .product-additional-bottom .toolbar-sorter.sorter select.sorter-options {
    background-color: transparent;
    height: 40px;
    width: 100%;
  }
}
.catalog-product-view .product-additional-bottom .toolbar-sorter.sorter .sorter-action {
  display: none;
}
.catalog-product-view .product-additional-bottom .toolbar-sorter.sorter .sorter-action:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f30c';
  color: #ee2737;
  font-weight: 700;
}
.catalog-product-view .product-additional-bottom .toolbar-sorter.sorter .sorter-action.sort-desc:before {
  content: '\f309';
}
.catalog-product-view .product-additional-bottom .pages {
  display: block;
  float: right;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .catalog-product-view .product-additional-bottom .pages {
    display: none;
  }
}
@media (max-width: 640px) {
  .catalog-product-view .product-additional-bottom .pages {
    margin-top: 7px;
  }
}
.catalog-product-view .product-additional-bottom .pages .label {
  display: none;
}
@media (max-width: 640px) {
  .catalog-product-view .product-additional-bottom .pages .items {
    padding: 2px 20px 0;
  }
}
.catalog-product-view .product-additional-bottom .pages .items .item {
  width: 40px;
  height: 40px;
  margin: 0 7px;
  font-weight: 600;
  font-size: 15px;
  line-height: 40px;
  border: 1px solid #f0f0f0;
  font-family: 'Nudista';
}
.catalog-product-view .product-additional-bottom .pages .items .item.current {
  background: #151f6d;
  border: 1px solid #151f6d;
  color: #ffffff;
  font-weight: 700;
}
.catalog-product-view .product-additional-bottom .pages .items .item.pages-item-previous,
.catalog-product-view .product-additional-bottom .pages .items .item.pages-item-next {
  width: 10px;
  border: 0;
}
@media (max-width: 640px) {
  .catalog-product-view .product-additional-bottom .pages .items .item.pages-item-previous,
  .catalog-product-view .product-additional-bottom .pages .items .item.pages-item-next {
    top: 2px;
  }
}
.catalog-product-view .product-additional-bottom .pages .items .item strong.page {
  background: transparent;
  font-size: 15px;
  line-height: 40px;
  color: #f8f9fa;
}
.catalog-product-view .product-additional-bottom .pages .items .item a.page {
  color: #151f6d;
}
.catalog-product-view .product-additional-bottom .pages .items .item a.page:hover {
  color: #ee2737;
  transition: 0.3s;
}
.catalog-product-view .product-additional-bottom .pages .items .item .action {
  box-shadow: 0 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  border: 0;
}
.catalog-product-view .product-additional-bottom .pages .items .item .action.previous:before,
.catalog-product-view .product-additional-bottom .pages .items .item .action.next:before {
  font-family: 'Font Awesome 5 Free';
  color: #151f6d;
  font-weight: 700;
  font-size: 12px;
}
.catalog-product-view .product-additional-bottom .pages .items .item .action.previous:visited:before,
.catalog-product-view .product-additional-bottom .pages .items .item .action.next:visited:before {
  color: #151f6d;
}
.catalog-product-view .product-additional-bottom .pages .items .item .action.previous {
  margin-right: 0;
}
.catalog-product-view .product-additional-bottom .pages .items .item .action.previous:before {
  content: '\f104';
}
.catalog-product-view .product-additional-bottom .pages .items .item .action.next {
  margin-left: 0;
}
.catalog-product-view .product-additional-bottom .pages .items .item .action.next:before {
  content: '\f105';
}
.catalog-product-view .product-additional-bottom .limiter {
  color: #666666;
  font-size: 13px;
}
.catalog-product-view .product-additional-bottom .limiter .limiter-label {
  padding-right: 5px;
}
.catalog-product-view .product-additional-bottom .limiter .limiter-options {
  background-color: #ffffff;
  box-shadow: 0 0;
  border-radius: 0;
  background-image: url('../images/select-bg2.svg');
  background-size: 10px;
  background-position: 95% 50%;
  color: #666666;
  font-size: 13px;
  margin: 0 5px 0 0;
}
@media (max-width: 480px) {
  .catalog-product-view .product-additional-bottom .limiter .limiter-options {
    background-color: transparent;
    height: 40px;
    width: 94%;
  }
}
.catalog-product-view .product-additional-bottom .block.related {
  margin: 0;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item {
  display: block;
}
.catalog-product-view .product-additional-bottom .block.related .products-list [data-role="add-to-links"] {
  display: none;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-info {
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
@media (max-width: 1669px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-info {
    flex-wrap: wrap;
  }
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-info {
    display: block;
    padding: 20px 0 0;
  }
}
@media (max-width: 1199px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-info:first-child {
    border-top: 1px solid #dddddd;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-stickers {
  position: absolute;
  z-index: 9;
  height: 40px;
  line-height: 40px;
  top: 55px;
  left: 10px;
  padding: 0 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  background: #ee2737;
  min-width: 80px;
  text-align: center;
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-stickers {
    height: 20px;
    line-height: 22px;
    min-width: 45px;
    top: 25px;
    left: 5px;
    font-size: 12px;
  }
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-image {
    float: left;
    margin-bottom: 20px;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-photo {
  display: block;
  padding: 0 30px 0 0;
  width: auto;
}
@media (max-width: 767px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-photo {
    padding: 0 10px 0 0;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-photo .product-image-container {
  border: 1px solid #f0f0f0;
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-photo .product-image-container {
    width: 140px !important;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details {
  display: block;
  padding: 0 45px 0 30px;
  flex-grow: 1;
}
@media (max-width: 1669px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details {
    padding: 0 0 0 30px;
    width: calc(100% - 280px);
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details {
    padding: 0 0 0 10px;
    width: calc(100% - 260px);
  }
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details {
    padding: 0;
    width: 100%;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-name {
  margin: 0 0 20px;
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-name {
    margin-bottom: 15px;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  font-family: "Nudista";
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-name .product-item-link {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
    font-family: 'Burlingame Pro';
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-name .product-item-link.after {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: block;
  color: #151f6d;
  font-family: 'Burlingame Pro';
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-name .product-item-link.after {
    font-size: 12px;
    line-height: 16px;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-name .product-item-link:hover {
  text-decoration: none;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-name .product-sku {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: block;
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-name .product-sku {
    font-size: 12px;
    line-height: 16px;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-name .product-sku.before {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  font-family: "Nudista";
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-name .product-sku.before {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
    font-family: 'Burlingame Pro';
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-description {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #000000;
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-description {
    width: calc(100% - 150px);
    margin-left: auto;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 17px;
  }
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom {
    margin-top: 20px;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .label {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  min-width: 65px;
  margin: 0;
  margin-right: 15px;
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .label {
    font-size: 12px;
    line-height: 16px;
    min-width: 50px;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .increments-block {
  margin-bottom: 20px;
  color: #151f6d;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .increments-block {
    font-size: 14px;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .multiple-pack,
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .stock {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .multiple-pack,
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .stock {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .multiple-pack.hidden-pack,
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .stock.hidden-pack {
  display: none;
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .multiple-pack.hidden-pack,
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .stock.hidden-pack {
    display: flex;
    opacity: 0;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .multiple-pack span,
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .stock span {
  min-width: 50px;
  margin-right: 15px;
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .multiple-pack span,
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .stock span {
    min-width: 40px;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .stock-available,
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .stock-unavailable,
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .multiple-allow {
  display: flex;
  align-items: center;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .inventory-text {
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .inventory-text {
    font-size: 12px;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .stock-available-status {
  color: #00881B;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .stock-unavailable span {
  margin-right: 30px;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .stock-alert {
  color: #ee2737;
  text-decoration: underline;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .stock-alert:before {
  content: '';
  display: inline-block;
  margin-right: 13px;
  height: 14px;
  width: 13px;
  background-color: #ee2737;
  -webkit-mask-image: url(../images/stock_alert.svg);
  mask-image: url(../images/stock_alert.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  vertical-align: middle;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .price-box {
  margin: 0;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .price-box .price-label {
  display: none;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .price-block {
  display: flex;
  align-items: center;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .price-block .label {
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .price-block .label {
    font-size: 14px;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .price-block .price {
  margin-right: 15px;
  font-size: 16px;
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .price-block .price {
    font-size: 14px;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .price-block .price sup {
  top: -0.5em;
  font-size: 60%;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .price-block .special-price .price {
  color: #ee2737;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .price-block .old-price .price-label {
  display: none;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .price-block .old-price .price {
  color: #666d71;
  text-decoration: line-through;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .label {
  font-weight: 700;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .increments-block {
  font-size: 14px;
  margin-bottom: 15px;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-item-details .product-item-bottom .stock span {
  font-weight: 700;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-actions {
  min-width: 260px;
  width: 260px;
}
@media (max-width: 1669px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-actions {
    width: 100%;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-actions form {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 1669px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .qty {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .qty .label {
  font-size: 16px;
  line-height: 35px;
  margin: 0;
}
@media (max-width: 1669px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .qty .label {
    margin-right: 45px;
  }
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .qty .label {
    font-size: 14px;
    font-weight: 600;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .qty .control {
  display: flex;
  align-items: center;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .qty .control .qty-control {
  content: '';
  display: block;
  width: 12px;
  height: 35px;
  background-image: url(../images/remove.svg);
  background-size: 100% 100%;
  filter: hue-rotate(335deg) saturate(3);
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .qty .control .qty-control.plus {
  background-image: url(../images/add.svg);
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .qty .control .product-qty {
  width: 100px;
  height: 35px;
  line-height: 35px;
  margin: 0 30px;
  border: 1px solid #dddddd;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #151f6d;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .action {
  width: 100%;
  font-size: 14px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1669px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .action {
    width: auto;
    min-width: 250px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .action {
    width: auto;
    min-width: 195px;
    padding-left: 15px;
    font-size: 12px;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .action {
    width: calc(50% - 5px);
    min-width: 160px;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .action:before {
  display: inline-block;
  content: '';
  width: 26px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  -webkit-mask-image: url('../images/cart.svg');
  mask-image: url('../images/cart.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 42%;
  vertical-align: middle;
  float: left;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .action.tocart {
  background: #151f6d;
  border: 1px solid #151f6d;
}
@media (max-width: 1669px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .action.tocart {
    margin-right: 20px;
  }
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .action.tocart {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .action.tocart[disabled] {
  background: #dddddd;
  border: 1px solid #dddddd;
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .action.price-enquiry {
  color: #000000;
  background: transparent;
  border: 1px solid #000000;
  margin: 0;
}
@media (max-width: 639px) {
  .catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .action.price-enquiry {
    font-weight: 500;
    margin-bottom: 20px;
  }
}
.catalog-product-view .product-additional-bottom .block.related .products-list .product-actions .action.price-enquiry:before {
  background-color: #000000;
  -webkit-mask-image: url('../images/question_repo.svg');
  mask-image: url('../images/question_repo.svg');
}
.catalog-product-view .product-additional-bottom .block.related .products {
  margin: 0;
}
.catalog-product-view .product-additional-bottom .block.related .product-actions .tocart-form {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product-additional-bottom .block.related .block-title {
  text-align: left;
}
.catalog-product-view .product-additional-bottom .block.related .block-title > strong {
  color: #151f6d;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .product-items .product-item {
  border: 0;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items {
  position: relative;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items .product-item {
  border-radius: 5px;
  border: none;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items .product-item .product-image-photo {
  border-radius: 5px;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items .product-item:hover .product-item-info {
  box-shadow: unset !important;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items .product-item .product-item-info {
  padding: 0;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items .product-item .product-item-info:hover {
  box-shadow: unset !important;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items .product-item .product-item-info .price-label {
  color: #000000;
  font-size: 14px;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .price-box.price-final_price {
  flex-direction: column;
  align-items: flex-start;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .price-box.price-final_price .old-price {
  margin: 5px 0 0;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items .product-item .product-item-info .product-item-details .price-box.price-final_price .old-price .price-container .price {
  color: #666666;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items.owl-carousel .owl-dots {
  bottom: -30px;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items.owl-carousel .owl-dots .owl-dot {
  width: 11px;
  height: 11px;
  border: none !important;
  background: #151f6d;
  padding: 0;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items.owl-carousel .owl-dots .owl-dot.active {
  background: #ee2737;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items.owl-carousel .owl-nav .owl-prev,
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items.owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 100px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 3px;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items.owl-carousel .owl-nav .owl-prev:before,
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items.owl-carousel .owl-nav .owl-next:before {
  content: "\e908";
  font-family: 'Foodshop';
  color: #151f6d;
  display: inline-block;
  font-size: 30px;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items.owl-carousel .owl-nav .owl-prev:before {
  transform: rotate(90deg);
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items.owl-carousel .owl-nav .owl-next:before {
  transform: rotate(-90deg);
}
.catalog-product-view .product-additional-bottom .block.related .block-content .products-grid .product-items .owl-stage-outer {
  padding: 1px;
}
.catalog-product-view .product-additional-bottom .block.related .toolbar-products {
  position: static;
}
.catalog-product-view .product-additional-bottom .block.related .toolbar-products .toolbar-amount,
.catalog-product-view .product-additional-bottom .block.related .toolbar-products .limiter {
  display: none;
}
.catalog-product-view .product-additional-bottom .block.related .toolbar-products .pages {
  margin-top: 30px;
  display: block;
}
@media (max-width: 767px) {
  .catalog-product-view .product-additional-bottom .block.related .toolbar-products .pages {
    float: none;
  }
}
.catalog-product-view #product_reviews {
  border-bottom: 0;
}
@media (max-width: 479px) {
  .catalog-product-view #product_reviews {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .reviews {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .reviews .review-content {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.catalog-product-view .reviews .row-summary .title {
  line-height: 26px;
  margin-bottom: 35px;
  position: relative;
}
@media (min-width: 768px) {
  .catalog-product-view .reviews .row-summary .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .reviews .row-summary .title {
    display: none;
  }
}
.catalog-product-view .reviews .row-summary .title:after {
  display: inline;
  content: "\e908";
  font-family: 'Foodshop' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(180deg) translateY(-50%);
  font-weight: 600;
  color: #ee2737;
}
@media (min-width: 768px) {
  .catalog-product-view .reviews .row-summary .title .count-reviews {
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .reviews .review-content .reviews-info .row-rating {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .reviews .review-content .reviews-info .row-rating .summary {
    padding: 0 35px 0 0;
  }
}
@media (max-width: 479px) {
  .catalog-product-view .reviews .review-content .reviews-info .row-rating .summary {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .reviews .review-content .reviews-info .row-rating .summary .product-reviews-summary .rating-count {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .reviews .review-content .reviews-info .row-rating .short-form {
    display: none;
  }
}
.catalog-product-view .container-tab-attachment {
  overflow: hidden;
  font-family: 'Burlingame Pro';
}
.catalog-product-view .container-tab-attachment .title-tab-attachment {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .catalog-product-view .container-tab-attachment .title-tab-attachment {
    display: none;
  }
}
.catalog-product-view .container-tab-attachment #tab-attachment {
  padding: 20px 0;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  .catalog-product-view .container-tab-attachment #tab-attachment {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 295px;
  }
}
.catalog-product-view .container-tab-attachment #tab-attachment .attachment-product-download {
  margin: 0 0 20px;
  padding: 0 40px;
  width: 33.333%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .catalog-product-view .container-tab-attachment #tab-attachment .attachment-product-download {
    padding: 0 20px;
    width: 50%;
  }
}
@media (max-width: 639px) {
  .catalog-product-view .container-tab-attachment #tab-attachment .attachment-product-download {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .container-tab-attachment #tab-attachment .attachment-product-download .icon-attachment img {
    width: 60px;
    height: 75px;
  }
}
@media (max-width: 639px) {
  .catalog-product-view .container-tab-attachment #tab-attachment .attachment-product-download .icon-attachment img {
    margin-bottom: 23px;
  }
}
.catalog-product-view .container-tab-attachment #tab-attachment .attachment-product-download .content-attachment {
  margin-top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  max-width: calc( 100% - 105px );
}
@media (max-width: 767px) {
  .catalog-product-view .container-tab-attachment #tab-attachment .attachment-product-download .content-attachment {
    margin-left: 10px;
    max-width: calc( 100% - 75px );
  }
}
@media (max-width: 639px) {
  .catalog-product-view .container-tab-attachment #tab-attachment .attachment-product-download .content-attachment {
    margin-left: 0;
    max-width: 100%;
  }
}
.catalog-product-view .container-tab-attachment #tab-attachment .attachment-product-download .content-attachment .name-attachment {
  text-align: left;
}
@media (max-width: 639px) {
  .catalog-product-view .container-tab-attachment #tab-attachment .attachment-product-download .content-attachment .name-attachment {
    text-align: center;
    margin-bottom: 20px;
  }
}
.catalog-product-view .container-tab-attachment #tab-attachment .attachment-product-download .content-attachment .name-attachment span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .catalog-product-view .container-tab-attachment #tab-attachment .attachment-product-download .content-attachment .name-attachment span {
    font-size: 12px;
  }
}
.catalog-product-view .container-tab-attachment #tab-attachment .attachment-product-download .content-attachment .dowload-attachment {
  width: 200px;
  background: #151f6d 0% 0% no-repeat padding-box;
  margin-top: auto;
}
@media (max-width: 639px) {
  .catalog-product-view .container-tab-attachment #tab-attachment .attachment-product-download .content-attachment .dowload-attachment {
    margin: 0 auto;
  }
}
.catalog-product-view .container-tab-attachment #tab-attachment .attachment-product-download .content-attachment .dowload-attachment a {
  width: auto;
  display: block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.catalog-product-view .container-tab-attachment #tab-attachment .attachment-product-download .content-attachment .dowload-attachment a:hover {
  text-decoration: none;
}
.catalog-product-view .container-tab-attachment #tab-attachment .attachment-product-download .content-attachment .dowload-attachment a span {
  vertical-align: middle;
}
.catalog-product-view .container-tab-attachment #tab-attachment .attachment-product-download .content-attachment .dowload-attachment a:before {
  content: '';
  width: 15px;
  height: 40px;
  display: block;
  line-height: 40px;
  background-image: url('../images/dowload_file.svg');
  vertical-align: middle;
  float: left;
  background-repeat: no-repeat;
  background-position: 50%;
}
.catalog-product-view .list-same-parent {
  margin: 30px -10px 50px;
}
.catalog-product-view .list-same-parent .owl-stage {
  margin: 0 auto;
}
@media (min-width: 320px) {
  .catalog-product-view .list-same-parent {
    width: 100% !important;
  }
}
@media (min-width: 480px) {
  .catalog-product-view .list-same-parent {
    width: 100% !important;
  }
}
@media (min-width: 640px) {
  .catalog-product-view .list-same-parent {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .list-same-parent {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .catalog-product-view .list-same-parent {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .list-same-parent {
    width: 1185px !important;
  }
}
@media (min-width: 1670px) {
  .catalog-product-view .list-same-parent {
    width: 1640px !important;
    max-width: 1640px !important;
  }
}
.catalog-product-view .list-same-parent .category-item {
  padding: 10px;
}
.catalog-product-view .list-same-parent .category-item .category-item-wrapper {
  transition: .3s all;
}
.catalog-product-view .list-same-parent .category-item .category-image {
  margin-bottom: 15px;
  position: relative;
}
.catalog-product-view .list-same-parent .category-item .category-image .name:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  background: #0000005A;
  transition: .3s all;
  border-radius: 5px;
}
.catalog-product-view .list-same-parent .category-item img {
  border-radius: 5px;
  height: 100px;
}
.catalog-product-view .list-same-parent .category-item:hover .category-item-wrapper {
  transform: scale(1.08);
}
.catalog-product-view .list-same-parent .category-item:hover .category-image .name:after {
  bottom: 0;
}
.catalog-product-view .list-same-parent .category-item:hover .category-name .name {
  font-weight: bold;
  color: #ee2737;
}
.catalog-product-view .list-same-parent .category-item.curent .category-item-wrapper {
  transform: scale(1.08);
}
.catalog-product-view .list-same-parent .category-item.curent .category-image .name:after {
  bottom: 0;
}
.catalog-product-view .list-same-parent .category-item.curent .category-name .name {
  font-weight: bold;
  color: #ee2737;
}
.catalog-product-view .list-same-parent .category-name {
  text-align: center;
}
.catalog-product-view .list-same-parent .category-name .name {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  transition: 0.3s all;
}
.catalog-product-view .list-same-parent .owl-prev,
.catalog-product-view .list-same-parent .owl-next {
  position: absolute;
  top: calc( ( 100% - 90px )/2 );
}
.catalog-product-view .list-same-parent .owl-prev span,
.catalog-product-view .list-same-parent .owl-next span {
  display: none;
}
.catalog-product-view .list-same-parent .owl-prev:after,
.catalog-product-view .list-same-parent .owl-next:after {
  content: '\e908';
  font-family: 'Foodshop';
  display: block;
  font-size: 23px;
  color: #ee2737;
}
.catalog-product-view .list-same-parent .owl-next {
  right: -30px;
}
.catalog-product-view .list-same-parent .owl-next:after {
  transform: rotate(-90deg);
}
.catalog-product-view .list-same-parent .owl-prev {
  left: -30px;
}
.catalog-product-view .list-same-parent .owl-prev:after {
  transform: rotate(90deg);
}
.catalog-product-view .gallery-placeholder__image {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .catalog-product-view .fotorama__arr {
    display: block !important;
    width: 20px;
    background: none;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .fotorama__arr .fotorama__arr__arr {
    background: none;
    width: 26px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 767px) {
  .catalog-product-view .fotorama__arr .fotorama__arr__arr:after {
    display: inline-block;
    content: "\e908";
    font-family: 'Foodshop';
    color: #151f6d;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr:after {
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .catalog-product-view .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:after {
    transform: rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .catalog-product-view .fotorama__nav-wrap {
    position: absolute;
    bottom: 8px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .fotorama__nav-wrap .fotorama__dot {
    width: 8px;
    height: 8px;
    background: #666666;
    border: none;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .fotorama__nav-wrap .fotorama__active .fotorama__dot {
    background: #ee2737;
  }
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:after {
  background: none;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:after {
  transform: rotate(-90deg);
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:after {
  background: none;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:after {
  transform: rotate(90deg);
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__nav:before,
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__nav:after {
  background-image: none;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr {
  background: none;
  width: 20px;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr .fotorama__thumb--icon {
  background: none;
  padding: 0;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr .fotorama__thumb--icon:after {
  display: inline-block;
  content: "\e908";
  font-family: 'Foodshop';
  font-size: 18px;
  color: #151f6d;
}
@media (max-width: 991px) {
  .catalog-product-view .product-information-top {
    display: flex;
    flex-direction: column;
  }
}
.catalog-product-view .specical-attribute .attribute-title {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: #000000;
  display: block;
  margin-bottom: 25px;
}
.catalog-product-view .specical-attribute .specical-items {
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  grid-column-gap: 4%;
}
.catalog-product-view .specical-attribute .specical-items .item-wrapper {
  display: inline-block;
  position: relative;
}
.catalog-product-view .specical-attribute .specical-items .item-name {
  font-size: 16px;
  color: #ee2737;
  font-weight: 600;
  line-height: 19px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: calc( 100% + 10px );
}
.catalog-product-view .specical-attribute .specical-items .specical-item {
  padding-bottom: 30px;
  cursor: pointer;
}
.catalog-product-view .specical-attribute .specical-items .specical-item:nth-child(3) .item-name {
  font-size: 15px;
}
@media (max-width: 991px) {
  .catalog-product-view .specical-attribute .specical-items .specical-item {
    padding-bottom: 70px;
  }
}
.catalog-product-view .specical-attribute .options-description {
  margin: 30px 0;
}
.catalog-product-view .specical-attribute .options-description .option-description {
  display: none;
}
.catalog-product-view .specical-attribute .options-description .current-label {
  color: #000000;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.catalog-product-view .product.media .product-labels {
  top: 85px;
  left: 75px !important;
  min-width: 110px;
  max-width: none;
  height: 60px;
  line-height: 60px;
  max-height: none;
  background: #343A85;
  border-radius: 0;
  padding: 0 15px;
}
@media (max-width: 1669px) {
  .catalog-product-view .product.media .product-labels {
    top: 10px;
    left: 10px !important;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product.media .product-labels {
    height: 40px;
    line-height: 40px;
    min-width: 80px;
  }
}
.catalog-product-view .product.media .product-labels .product-label {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .catalog-product-view .product.media .product-labels .product-label {
    font-size: 16px;
  }
}
@media (min-width: 1640px) {
  .catalog-product-view .product.media .gallery-placeholder.sticky {
    position: fixed;
    top: 20px;
    width: 688px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-promo {
    margin-top: 10px;
  }
}
.catalog-product-view .disclaimer-category-product {
  margin-bottom: 25px;
}
@media (min-width: 320px) {
  .catalog-product-view .disclaimer-category-product .row-full-width-inner {
    width: 100% !important;
  }
}
@media (min-width: 480px) {
  .catalog-product-view .disclaimer-category-product .row-full-width-inner {
    width: 100% !important;
  }
}
@media (min-width: 640px) {
  .catalog-product-view .disclaimer-category-product .row-full-width-inner {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .disclaimer-category-product .row-full-width-inner {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .catalog-product-view .disclaimer-category-product .row-full-width-inner {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .disclaimer-category-product .row-full-width-inner {
    width: 1185px !important;
  }
}
@media (min-width: 1670px) {
  .catalog-product-view .disclaimer-category-product .row-full-width-inner {
    width: 1640px !important;
    max-width: 1640px !important;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .disclaimer-category-product .row-full-width-inner {
    width: 95% !important;
  }
}
.catalog-product-view .disclaimer-category-product .row-full-width-inner p {
  color: #666D71;
  font-size: 13px;
  font-weight: 400;
}
