@font-face {
  font-family: "Manrope Normal";
  src: url("../fonts/Manrope/subset-Manrope-Regular.eot");
  src: url("../fonts/Manrope/subset-Manrope-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Manrope/subset-Manrope-Regular.woff2") format("woff2"),
    url("../fonts/Manrope/subset-Manrope-Regular.woff") format("woff"),
    url("../fonts/Manrope/subset-Manrope-Regular.ttf") format("truetype"),
    url("../fonts/Manrope/subset-Manrope-Regular.svg#Manrope-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope 600";
  src: url("../fonts/Manrope/subset-Manrope-SemiBold.eot");
  src: url("../fonts/Manrope/subset-Manrope-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Manrope/subset-Manrope-SemiBold.woff2") format("woff2"),
    url("../fonts/Manrope/subset-Manrope-SemiBold.woff") format("woff"),
    url("../fonts/Manrope/subset-Manrope-SemiBold.ttf") format("truetype"),
    url("../fonts/Manrope/subset-Manrope-SemiBold.svg#Manrope-SemiBold")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope 700";
  src: url("../fonts/Manrope/subset-Manrope-Bold.eot");
  src: url("../fonts/Manrope/subset-Manrope-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Manrope/subset-Manrope-Bold.woff2") format("woff2"),
    url("../fonts/Manrope/subset-Manrope-Bold.woff") format("woff"),
    url("../fonts/Manrope/subset-Manrope-Bold.ttf") format("truetype"),
    url("../fonts/Manrope/subset-Manrope-Bold.svg#Manrope-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope 800";
  src: url("../fonts/Manrope/subset-Manrope-ExtraBold.eot");
  src: url("../fonts/Manrope/subset-Manrope-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Manrope/subset-Manrope-ExtraBold.woff2") format("woff2"),
    url("../fonts/Manrope/subset-Manrope-ExtraBold.woff") format("woff"),
    url("../fonts/Manrope/subset-Manrope-ExtraBold.ttf") format("truetype"),
    url("../fonts/Manrope/subset-Manrope-ExtraBold.svg#Manrope-ExtraBold")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope Light";
  src: url("../fonts/Manrope/Manrope-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Manrope Medium";
  src: url("../fonts/Manrope/Manrope-Medium.ttf");
  font-style: normal;
}

/* --- FONTS --- */
body {
  font-family: "Manrope Normal";
  font-size: 18px;
  letter-spacing: 0;
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main,
.page-main-description,
.-sticky-message .content {
  max-width: 100% !important;
}
a,
.alink {
  color: #245baa;
}
a:hover,
.alink:hover {
  color: #f17721;
}
[data-content-type="row"][data-appearance="contained"] {
  max-width: 100%;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  font-family: "Manrope Normal";
  font-size: 18px;
  color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="text"]::placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder {
  color: #000;
  opacity: 1 !important;
}

/* --- GLOBAL --- */
::selection {
  background: #245baa;
  color: #fff;
}

/* --- HEADER --- */

.sw-top-header-notification
  [data-content-type="row"][data-appearance="contained"] {
  max-width: unset;
}
.sw-top-header-notification p {
  background: #245baa;
  color: #fff;
  font-family: "Manrope Normal";
  letter-spacing: 0;
  padding: 8px 0;
  margin: 0;
  text-align: center;
}
.sw-top-header-information [data-content-type="html"],
.sw-top-header-information p {
  padding: 0;
  margin: 0;
}
.sw-top-header-information .pagebuilder-column {
  justify-content: center !important;
}
.sw-top-header-information [data-content-type="html"] span {
  font-family: "Manrope 800";
  color: #245baa;
}
.sw-top-header-information p a {
  font-family: "Manrope 800";
  color: #245baa;
}
.sw-top-header-information p a:hover {
  color: #f17721;
}
.page-header .panel.wrapper {
  border-bottom: 1px solid #cecbca;
}
header .header.content {
  padding: 0 !important;
  border-bottom: 1px solid #cecbca;
}
ol.products.product-items .slick-list {
  max-width: 100% !important;
}
.page-header .logo {
  margin-inline-end: unset !important;
}
.page-header.-sticky-header .logo {
  margin-inline-end: auto !important;
}
.-amsearch-overlay-opened .page-header .logo {
  margin-inline-end: auto !important;
}
.page-header .amsearch-input-wrapper {
  min-width: unset !important;
  width: 40vw !important;
}
.amsearch-input-wrapper .amsearch-input {
  border-radius: 50px;
  background: #f5f3f4;
  border: none;
  color: #000;
  padding: 20px 40px;
  height: auto;
  font-size: 18px;
  letter-spacing: 0;
}
.amsearch-input-wrapper input::-webkit-input-placeholder,
.amsearch-input-wrapper input::placeholder,
.amsearch-input-wrapper input:-ms-input-placeholder,
.amsearch-input-wrapper input::-ms-input-placeholder {
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  opacity: 1;
}
.amsearch-button.-loupe {
  background-image: url(../images/search.svg);
  height: 32px;
  width: 32px;
  background-size: 32px 32px;
  opacity: 1;
  right: 23px !important;
}

.sw-header-icons-container {
  display: inline-flex;
  align-items: center;
  gap: 0 30px;
}
.sw-header-icons-container li {
  list-style: none;
}
.sw-account-container a,
.sw-wishlist-container a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.sw-wishlist-container a {
  position: relative;
}
.sw-account-container a:hover,
.sw-wishlist-container a:hover {
  color: #f17721;
}
.sw-account-container svg path,
.sw-wishlist-container svg path {
  transition: fill 0.4s ease-in-out;
}
.sw-account-container a:hover svg path,
.sw-wishlist-container a:hover svg path {
  fill: #f17721;
}
.sw-wishlist-container .counter {
  position: absolute;
  right: 0px;
  top: -10px;
  background: #f17721;
  color: #fff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-in-out;
}
.sw-wishlist-container a:hover .counter {
  background: #245baa;
}
.sw-account-container .switcher {
  margin-inline-end: unset;
}
.sw-account-container .switcher .action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.sw-account-container .authorization-link.-logged-in {
  display: none !important;
}
.page-header.amsearch-full-width
  .header.content
  .sw-minicart-container
  .minicart-wrapper
  a.action.showcart {
  background: #f17721;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 30px 45px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  transition: 0.4s ease-in-out;
  margin-top: -1px;
  margin-bottom: -1px;
}
.sw-minicart-container .minicart-wrapper .counter {
  background: #245baa;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0;
  top: unset;
  margin-top: -10px;
  right: unset;
  margin-right: -40px;
  transition: 0.4s ease-in-out;
}
.page-header.amsearch-full-width
  .header.content
  .sw-minicart-container
  .minicart-wrapper
  a.action.showcart:hover {
  background: #245baa !important;
  color: #fff;
}
.page-header.amsearch-full-width
  .header.content
  .sw-minicart-container
  .minicart-wrapper
  a.action.showcart:hover
  .counter {
  background: #f17721;
}
.nav-sections .page-main {
  padding-inline-end: 0;
  padding-inline-start: 0;
}
.rootmenu {
  margin-top: -1px !important;
  background: transparent !important;
}
.rootmenu .rootmenu-list {
  text-align: right !important;
  margin-bottom: -1px !important;
}
.rootmenu > .rootmenu-list > .category-item {
  margin-right: auto;
}
.rootmenu > .rootmenu-list > .category-item > a {
  font-family: "Manrope 800";
  /* background: #F17721; */
  background: #245baa;
  color: #fff;
  text-transform: uppercase;
  padding: 0 25px !important;
  display: inline-flex;
  align-content: center;
  align-items: center;
  gap: 15px;
  height: 55px;
}
.rootmenu > .rootmenu-list > .category-item > a:hover {
  /* background: #245BAA; */
  background: #f17721;
}
.rootmenu > .rootmenu-list > .category-item > a:before {
  content: url(../images/menu.svg);
}
.rootmenu > .rootmenu-list > li.custom-menus {
  width: fit-content;
  display: inline-block;
}
.rootmenu > .rootmenu-list {
  display: flex !important;
  justify-content: start;
  height: 55px;
  align-items: center;
}
.rootmenu > .rootmenu-list > li > a {
  width: fit-content;
  padding: 0;
}
.rootmenu > .rootmenu-list > li.custom-menus:not(:last-child) {
  margin-right: 40px;
}
.rootmenu-list > li.custom-menus > a:hover {
  background: transparent !important;
}

/* --- ADVANCE SEARCH --- */

.amsearch-result-section .slick-slider button.slick-arrow {
  -moz-transform: scaleX(-1) translate(10px, -50%) !important;
  -o-transform: scaleX(-1) translate(10px, -50%) !important;
  -webkit-transform: scaleX(-1) translate(10px, -50%) !important;
  transform: scaleX(-1) translate(10px, -50%) !important;
}
.amsearch-result-section .slick-slider button.slick-prev {
  -webkit-transform: translate(10px, -50%) !important;
  -moz-transform: translate(10px, -50%) !important;
  -ms-transform: translate(10px, -50%) !important;
  transform: translate(10px, -50%) !important;
}
.amsearch-result-section .slick-dots {
  display: none !important;
}

.amsearch-result-section .slick-slide .product-item {
  max-width: calc(100% - 25px) !important;
  background: #f5f3f4;
  border-radius: 50px;
  padding: 20px 22px;
}
.amsearch-result-section .slick-slide .product.actions.product-item-actions {
  width: 100%;
}
.amsearch-products-section .amsearch-product-list {
  gap: 15px;
  padding: 0 20px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
.amsearch-result-section
  .amsearch-products-section.-grid:not(.-slider)
  .amsearch-item {
  max-width: 100% !important;
  background: #f5f3f4;
  border-radius: 50px;
  padding: 20px 22px;
}
.amsearch-result-section
  .amsearch-products-section.-grid:not(.-slider)
  .product-item-details {
  width: 100% !important;
}
.amsearch-result-section
  .amsearch-products-section.-grid:not(.-slider)
  .product.actions.product-item-actions {
  width: 100%;
}
.amsearch-products-section .actions-secondary {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
}
.amsearch-products-section .actions-secondary a {
  display: flex;
}

/* --- HOMEPAGE --- */
.slider-slogan-categories {
  display: flex;
  gap: 22px;
  height: calc(100vh - 265px);
  min-height: 500px;
}
.slider-slogan {
  width: 42%;
}
.ambanner-slider-block.slick-slider {
  height: 100% !important;
}
/* .slider-slogan .ambanner-slider-container {
  border: 20px solid #f5f3f4;
  border-radius: 50px;
  box-sizing: border-box;
  height: calc(66.666% - 6px);
} */
.slider-slogan .ambanner-slider-wrap {
  margin: 0;
}
.ambanner-slider-block {
  overflow: visible;
}
button.ambanner-arrow-button.-next.slick-arrow:before {
  content: "" !important;
  background: url(../images/next.svg);
  width: 60px;
  height: 60px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
button {
  transition: all 0.5s ease !important;
}
.nav-sections {
  z-index: 10;
  position: relative;
}
button.ambanner-arrow-button.-prev.slick-arrow:before {
  content: "" !important;
  background: url(../images/prev.svg);
  width: 60px;
  height: 60px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
.ambanner-arrow-button:not(.primary),
.slick-slider .slick-arrow.ambanner-arrow-button:not(.primary),
.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-arrow-button:not(.primary),
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.slick-slider
  .slick-arrow.ambanner-arrow-button:not(.primary),
.slick-slider .slick-arrow.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:not(.primary),
.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-arrow-button:not(.primary),
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.slick-slider
  .slick-arrow.ambanner-button.-show-overlay:not(.primary),
.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:not(.primary),
.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:not(.primary),
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:not(.primary),
.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:not(.primary) {
  box-shadow: none !important;
}
.ambanner-arrow-button:hover,
.ambanner-arrow-button:focus,
.slick-slider .slick-arrow.ambanner-arrow-button:hover,
.slick-slider .slick-arrow.ambanner-arrow-button:focus,
.ambanner-button.-show-overlay:hover,
.ambanner-button.-show-overlay:focus,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-arrow-button:hover,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-arrow-button:focus,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.slick-slider
  .slick-arrow.ambanner-arrow-button:hover,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.slick-slider
  .slick-arrow.ambanner-arrow-button:focus,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:hover,
.slick-slider .slick-arrow.ambanner-button.-show-overlay:focus,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:hover,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:focus,
.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-arrow-button:hover,
.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-arrow-button:focus,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:hover,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.slick-slider
  .slick-arrow.ambanner-button.-show-overlay:hover,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.slick-slider
  .slick-arrow.ambanner-button.-show-overlay:focus,
.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:hover,
.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:focus,
.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:hover,
.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:hover,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:focus,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:hover,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:focus,
.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:hover,
.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay:focus {
  background: #f17721 !important;
}
button.ambanner-arrow-button.-next.slick-arrow {
  right: -30px !important;
}
button.ambanner-arrow-button.-prev.slick-arrow {
  left: -30px !important;
}
.ambanner-arrow-button,
.slick-slider .slick-arrow.ambanner-arrow-button,
.ambanner-button.-show-overlay,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-arrow-button,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.slick-slider
  .slick-arrow.ambanner-arrow-button,
.slick-slider .slick-arrow.ambanner-button.-show-overlay,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay,
.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-arrow-button,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.slick-slider
  .slick-arrow.ambanner-button.-show-overlay,
.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay,
.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay,
.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay,
.slick-slider
  .slick-arrow.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.amasty-jet-theme
  .ambanner-slider-block.slick-slider
  button.ambanner-button.-show-overlay {
  background: #245baa !important;
}
.slider-slogan .ambanner-slider-wrap {
  height: 100%;
}
.slider-slogan .slick-list {
  border-radius: 0;
  /*z-index: -1;*/
  height: 100% !important;
  min-height: 100% !important;
}
.slider-slogan .ambanner-arrow-button {
  opacity: 1 !important;
  visibility: visible !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 100px !important;
}
.slider-slogan [data-content-type="row"][data-appearance="contained"] {
  display: flex;
  padding: 0 100px;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.slider-slogan .slick-track,
.slider-slogan .slick-slide > div {
  height: 100%;
}
.ambanner-image-block > .ambanner-image {
  height: 100%;
  object-fit: contain;
}
.slider-slogan picture.ambanner-image-block {
  height: 100%;
  display: block;
  background: #f5f3f4;
}
/* ----------------------- fix arrows */
header.page-header.amsearch-full-width.-sticky-header {
  height: auto;
  box-shadow: none;
  border-bottom: 1px solid #cecbca;
  padding-bottom: 1px;
}
header.page-header.amsearch-full-width.-sticky-header .rootmenu {
  border-top: 1px solid #cecbca;
}
header.page-header.amsearch-full-width.-sticky-header
  section.amsearch-wrapper-block {
  margin: 0 auto;
}
.slider-slogan .block-static-block {
  background: #f5f3f4;
  border-radius: 50px;
  height: calc(33.333% - 15px);
  margin: 20px 0 0;
}
.slider-slogan .block-static-block h1 {
  font-family: "Manrope 800";
  font-size: 3vw;
  line-height: 3vw;
  letter-spacing: 0;
  margin: 0;
  background: transparent linear-gradient(270deg, #245baa 0%, #f17721 100%) 0%
    0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slider-slogan .block-static-block h1 span {
  font-family: "Manrope Normal";
}
.slider-slogan-categories .block-category-link div {
  height: calc(100% - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.slider-slogan-categories .block-category-container {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  height: 100%;
}
.slider-slogan-categories .home-categories {
  width: 58%;
}
.slider-slogan-categories .block-category-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  background: #f5f3f4;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
  height: 100%;
}
.slider-slogan-categories .block-category-link:hover {
  background: #245baa;
}
.slider-slogan-categories .block-category-image {
  transition: 0.4s ease-in-out;
  margin-top: 5vh;
}
.slider-slogan-categories .block-category-link:hover img {
  filter: invert(1) brightness(100);
}
.slider-slogan-categories .block-category-name {
  padding: 0;
  font-family: "Manrope 800";
  color: #245baa;
  text-transform: uppercase;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.slider-slogan-categories .block-category-link:hover .block-category-name {
  color: #fff;
}
.products-grid.products.-display-block {
  margin: 0 -10px;
}
.amtheme-tabs-widget
  .products
  > .amtheme-products-secondary
  .product-item.item {
  max-width: calc(100% - 20px);
}
.product-item > .product-item-info {
  box-shadow: none !important;
}
.home-product-sliders {
  margin-top: 165px;
}
.home-product-sliders .amtheme-tabs-widget {
  margin: 0;
}
.home-product-sliders .amtheme-tabs-buttons {
  margin: 0 0 80px;
  gap: 80px;
}
.home-product-sliders .amtheme-tabs-buttons .amtheme-title {
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.home-product-sliders .amtheme-tabs-buttons .amtheme-title:hover {
  background: transparent;
}
.home-product-sliders
  .amtheme-tabs-buttons
  .amtheme-title:not(:last-child):after {
  content: "";
  border: 1px solid #cecbca;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: -40px;
}
.home-product-sliders .amtheme-tabs-buttons .amtheme-title .title {
  display: block;
  margin: 10px 0;
  color: #245baa;
  font-size: 40px;
}
.home-product-sliders .amtheme-tabs-buttons .amtheme-title:hover .title {
  color: #f17721;
}
.home-product-sliders .amtheme-tabs-buttons .amtheme-title.-am-active {
  background: transparent;
}
.home-product-sliders .amtheme-tabs-buttons .amtheme-title.-am-active .title {
  font-family: "Manrope 800";
  color: #f17721;
}
.amtheme-icon-wrapper a.action.towishlist {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.action.towishlist:hover {
  background: #f17721;
}
a.action.towishlist:hover svg path {
  fill: #fff;
}
.home-product-sliders .item.product .product-item-info {
  background: #f5f3f4;
  border-radius: 50px;
  padding: 20px !important;
}
.home-product-sliders .product-item .product-image-photo {
  padding: 80px 80px 50px;
}
.home-product-sliders .amtheme-icon-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.home-product-sliders .item.product .product-item-name {
  height: auto;
  min-height: unset;
  margin: 0 0 5px;
  flex-grow: unset;
  overflow: unset;
}
.home-product-sliders .item.product .product-item-info a {
  color: #245baa;
  font-size: 20px;
  font-family: "Manrope 800";
  margin-bottom: 0;
  text-align: center;
}
.home-product-sliders .product-item .product-item-link {
  margin: 0;
}
.home-product-sliders .item.product .product-item-info:hover {
  animation: unset !important;
}
.home-product-sliders .item.product .product-item-details {
  transform: unset !important;
}
.home-product-sliders .product-item-photo:after {
  background: transparent;
  display: none;
}

.sw-product-sku {
  text-align: center;
  margin-bottom: 0 !important;
}
.sw-package {
  font-family: "Manrope 800";
  font-size: 16px;
  text-align: center;
}
.home-product-sliders .item.product .product-info-wrapper {
  justify-content: center;
}
.home-product-sliders .item.product .price-box {
  margin: 13px 0;
}
.price-final_price {
  font-family: "Manrope 800";
  color: #f17721;
}
.price-final_price .price {
  font-size: 24px !important;
}
.sw-tocart-form {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.sw-tocart-form .box-tocart.qty,
.sw-tocart-form .box-tocart .field {
  margin-bottom: 0;
}
.sw-tocart-form .amtheme-qty-box {
  display: inline-flex;
  gap: 6px;
}
.sw-tocart-form .amtheme-qty-box .amtheme-plus,
.sw-tocart-form .amtheme-qty-box .amtheme-minus {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #000;
  font-size: 30px;
  border-radius: 50%;
}
.sw-tocart-form .amtheme-qty-box .amtheme-plus:hover,
.sw-tocart-form .amtheme-qty-box .amtheme-minus:hover {
  background: #000;
  color: #fff;
}
.sw-tocart-form .amtheme-qty-box .input-text {
  background: #cecbca;
  border: none;
  color: #fff;
  padding: 0;
  width: 50px;
  height: 50px;
}
.product-item .product-item-link:hover {
  color: #f17721 !important;
}
.sw-tocart-form .tocart:hover {
  background: #245baa !important;
}
.amtheme-tabs-widget .products.slick-slider > .slick-list {
  padding-bottom: 0;
  padding-top: 0;
}
.products.grid > .product-items,
.form-wishlist-items .products-grid > .product-items {
  margin: 0;
}
.slick-slider .slick-arrow.slick-prev,
.slick-slider .slick-arrow.slick-next {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.slick-slider .slick-arrow.slick-next {
  transform: translateY(-50%) scaleX(-1) !important;
}
.slick-slider button.slick-arrow {
  background: #245baa url(../images/prev.svg) center / 25px no-repeat !important;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.slick-slider button.slick-arrow:hover {
  background: #f17721 url(../images/prev.svg) center / 25px no-repeat !important;
}
.slick-slider button.slick-arrow:hover {
  background: #f17721 url(../images/prev.svg) center / 25px no-repeat !important;
}
.slick-slider button.slick-prev {
  -webkit-transform: translate(35px, -50%);
  -moz-transform: translate(35px, -50%);
  -ms-transform: translate(35px, -50%);
  transform: translate(35px, -50%);
}
button.slick-next.slick-arrow {
  right: -20px !important;
}
.home-popular-categories {
  margin-top: 155px;
}
.block.widget.amrelated-grid-wrapper.grid
  .widget-product-grid
  .product-item-photo {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.block.widget.amrelated-grid-wrapper.grid
  .widget-product-grid
  .product-item-details
  > .price-box {
  margin: 13px 0 !important;
}
.block.widget.amrelated-grid-wrapper.grid
  .widget-product-grid
  .product-item-photo {
  height: 0;
  padding-bottom: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home-popular-categories h2 {
  font-family: "Manrope 800";
  color: #245baa;
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 85px;
}
.products-grid.products > .amtheme-products-secondary .product-item-photo,
.amtheme-products-secondary.-in-widget .product-item-photo,
.amtheme-products-grid
  .widget.block-static-block
  .block.block-products-list
  .product-items
  .product-item-photo,
.widget.block-static-block
  .amtheme-products-grid
  .block.block-products-list
  .product-items
  .product-item-photo,
.block.widget.amrelated-grid-wrapper.grid
  .widget-product-grid
  .product-item-photo,
.amasty-jet-theme
  .block.amshopby-morefrom
  .block-content
  .product-items
  .product-item-photo {
  margin-bottom: 0 !important;
}
.home-popular-categories .pagebuilder-column-group {
  gap: 20px;
}
.home-popular-categories .pagebuilder-column-group a {
  display: block;
  background: #f17721;
  border-radius: 50px;
  padding: 20px;
}
.home-popular-categories .pagebuilder-column-group a:hover {
  background: #245baa;
}
.home-popular-categories .pagebuilder-column-group img {
  margin-bottom: -5px;
}
.block-products-list .slick-slider .slick-arrow.slick-prev {
  left: -30px;
}
.block-products-list button.slick-next.slick-arrow {
  right: -30px !important;
}
.block-products-list .slick-slider button.slick-arrow {
  background: #f17721 url(../images/prev.svg) center / 25px no-repeat !important;
}
.block-products-list .slick-slider button.slick-arrow:hover {
  background: #000 url(../images/prev.svg) center / 25px no-repeat !important;
}
.home-tab-sliders .block-products-list .slick-slider button.slick-arrow {
  background: #245baa url(../images/prev.svg) center / 25px no-repeat !important;
}
.home-tab-sliders .block-products-list .slick-slider button.slick-arrow:hover {
  background: #f17721 url(../images/prev.svg) center / 25px no-repeat !important;
}
.slick-slider button.slick-arrow {
  opacity: 1;
  visibility: visible;
}
.block.widget.amrelated-grid-wrapper.grid
  .widget-product-grid
  .product-item
  .product-item-actions {
  margin-top: 13px;
}
.block.widget.amrelated-grid-wrapper.grid .widget-product-grid {
  margin: 0 !important;
}
.product-items.slick-slider > .slick-list {
  padding: 0;
  margin: 0 -10px;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 10px;
}
.sectionbg img {
  width: 100%;
  height: 100%;
}
.page-footer .sectionbg {
  left: 0;
  right: 0;
}
.page-footer .sectionbg img {
  object-fit: cover;
  object-position: top;
}
.home-last-products {
  position: relative;
  padding: 150px 0 235px;
  margin-top: 100px;
}
.sectionbg {
  position: absolute;
  left: -80px;
  right: -80px;
  width: auto;
  z-index: -1;
  top: 0;
  bottom: 0;
  height: auto;
}
.slick-slider:hover .slick-arrow:not(.slick-disabled) {
  opacity: 1;
}
.product-image-container .amasty-label-container img {
  border: 2px solid #fff;
  border-radius: 50%;
}
.amrelated-grid-wrapper .product-item-info .amasty-label-container img {
  border: 2px solid #f5f3f4;
  border-radius: 50%;
}
.home-tab-sliders .amrelated-grid-wrapper .amtheme-qty-box .amtheme-plus,
.home-tab-sliders .amrelated-grid-wrapper .amtheme-qty-box .amtheme-minus {
  background: #fff;
}
.home-tab-sliders .amrelated-grid-wrapper .amtheme-qty-box .amtheme-plus:hover,
.home-tab-sliders
  .amrelated-grid-wrapper
  .amtheme-qty-box
  .amtheme-minus:hover {
  background: #000;
}
.home-tab-sliders
  .amrelated-grid-wrapper
  .product-item-info
  .amasty-label-container
  img {
  border: 2px solid #fff;
}
.home-tab-sliders .amrelated-grid-wrapper .towishlist {
  background: #fff;
}
a {
  transition: all 0.5s ease;
}
.block.widget.amrelated-grid-wrapper.grid
  .widget-product-grid
  .product-item-photo
  > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 80px 80px 50px;
  object-fit: contain;
  mix-blend-mode: darken;
}
.amrelated-grid-wrapper .block-title {
  color: #ffffff !important;
  font-family: "Manrope 800";
  font-size: 40px !important;
  line-height: 18px !important;
  margin-bottom: 81px !important;
}
.amrelated-grid-wrapper .product-item {
  background: transparent !important;
}
.amrelated-grid-wrapper .product-item .product-item-details {
  transform: unset !important;
}
.amrelated-grid-wrapper .product-item .product-item-photo:after {
  background: transparent;
  display: none;
}
.amrelated-grid-wrapper .product-image-container {
  width: 100% !important;
}
.amrelated-grid-wrapper .product-image-container span.product-image-wrapper {
  padding-bottom: 100% !important;
}
.amrelated-grid-wrapper
  .product-image-container
  span.product-image-wrapper
  img.product-image-photo {
  height: 100%;
  width: 100%;
  position: absolute;
}
.amrelated-grid-wrapper .product-item img {
  margin: 0 auto;
}
.amrelated-grid-wrapper .product-item-info {
  padding: 20px !important;
  background: #fff !important;
  border-radius: 50px !important;
  border: unset !important;
  box-shadow: unset !important;
}
.home-tab-sliders .amrelated-grid-wrapper .product-item-info {
  background: #f5f3f4 !important;
}
.amrelated-grid-wrapper .towishlist {
  display: flex !important;
  position: absolute;
  right: 22px;
  top: 20px;
  background: #f5f3f4;
  padding: 8px 10px;
  align-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: 10;
}
.amrelated-grid-wrapper .amtheme-qty-box .amtheme-plus,
.amrelated-grid-wrapper .amtheme-qty-box .amtheme-minus {
  background: #f5f3f4;
}
/*.home-last-products:before {
    content: url(../images/latest-bg-before.svg);
    position: absolute;
    top: 0;
    width: 100vw;
    left: -105px;
    z-index: -1;
}
.home-last-products:after {
    content: url(../images/latest-bg.svg);
    position: absolute;
    top: 13px;
    width: 100vw;
    left: -105px;
    z-index: -1;
}*/
.sw-homepage-catalogs:before {
  content: "";
  position: absolute;
  top: -200px;
  width: auto;
  left: -80px;
  z-index: -3;
  background: url(../images/fylladia-bg.svg);
  height: auto;
  background-size: cover;
  background-position: bottom;
  bottom: 0;
  right: -80px;
}
.sw-homepage-catalogs {
  position: relative;
}
.sw-homepage-catalogs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 200px;
}
.banner-content-01 {
  margin-right: 388px;
}
.sw-homepage-catalogs img {
  border: 20px solid #fff;
  border-radius: 50px;
  background: #fff;
}
.sw-homepage-catalogs h4 {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 18px;
  font-family: "Manrope 800";
  font-weight: bold;
  margin-top: 75px;
  transition: all 0.5s ease;
}
.sw-homepage-catalogs a:hover h4 {
  color: #0057a7;
}
.sw-homepage-catalogs a {
  display: block;
  position: relative;
}
.sw-homepage-catalogs:after {
  content: "";
  position: absolute;
  top: -200px;
  width: 60%;
  z-index: -2;
  mix-blend-mode: multiply;
  right: -80px;
  background: url(../images/fylladia-bg-before.svg);
  height: auto;
  bottom: -50px;
  background-size: cover;
  background-position: left bottom;
}
.sw-homepage-catalogs span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background: #f17721;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.sw-homepage-catalogs a:hover span {
  background: #0057a7;
}
.sw-homepage-catalogs span:before {
  content: url(../images/eye.svg);
}
.sw-homepage-partners {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 130px;
}
.sw-maziki-prosthiki {
  background-color: #f5f3f4;
  border-radius: 50px;
  margin-right: 20px;
}
.sw-maziki-prosthiki,
.sw-collaboration-block {
  width: 50%;
  height: auto;
  padding: 85px;
  position: relative;
  z-index: 1;
}
.sw-maziki-prosthiki:before {
  content: "";
  background: url(../images/mass.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: right bottom;
  top: 0;
  left: 0;
  z-index: -1;
}
.sw-collaboration-block:before {
  content: "";
  background: url(../images/partner.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: right bottom;
  top: 0;
  left: 0;
  z-index: -1;
}
.sw-homepage-partners h3 {
  margin: 0;
  font-family: "Manrope Normal";
  font-size: 40px;
  line-height: 45px;
  font-weight: normal;
  min-height: 135px;
}
.sw-homepage-partners p {
  margin-top: 26.4px;
  color: #000000;
  line-height: 23px;
  margin-bottom: 40px;
}
.sw-collaboration-block p {
  color: #fff;
}
.sw-maziki-prosthiki a {
  background-color: #245baa;
  color: #fff;
  border-radius: 100px;
  padding: 21px 67px 20px;
  font-family: "Manrope 700";
  line-height: 67px;
}
.sw-collaboration-block {
  background-color: #245baa;
  border-radius: 50px;
}
.sw-collaboration-block a {
  background-color: #fff;
  color: #245baa;
  border-radius: 100px;
  padding: 21px 132px 20px;
  font-family: "Manrope 700";
  line-height: 67px;
}
.sw-maziki-prosthiki a:hover,
.sw-collaboration-block a:hover {
  background-color: #f17721;
  color: #fff;
}
.sw-maziki-prosthiki h3 {
  background: linear-gradient(to right, #f17721 0%, #245baa 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sw-collaboration-block h3 {
  background: linear-gradient(to right, #f17721 0%, #cecbca 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sw-homepage-partners span {
  font-family: "Manrope 800";
}
.sw-why-captain h3 {
  color: #245baa;
  font-family: "Manrope 800";
  font-size: 40px;
  line-height: 51px;
  margin-bottom: 22px;
  text-align: center;
}
.info-item p {
  text-align: center;
  color: #f17721 !important;
  font-size: 50px !important;
  font-family: "Manrope 800" !important;
  margin-top: 5vh;
  margin-bottom: 0;
  line-height: 39px !important;
  width: 100%;
}
.info-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vh;
}
.info-item {
  position: relative;
  box-sizing: border-box;
}
.info-item {
  border: 1px solid #cecbca;
  border-radius: 50px;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%;
  position: relative;
}
.info-item:not(:last-child) {
  margin-right: 20px;
}
.why-captain-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-top: 80px;
}
.sw-why-captain p {
  font-family: "Manrope Normal";
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.info-item-content {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  right: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.sw-why-captain > p {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.sw-why-captain {
  margin-top: 158px;
}
.info-item span {
  color: #245baa;
  font-size: 24px;
  font-family: "Manrope Normal";
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  height: 50px;
  margin-top: 10px;
}
.sw-newsletter-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 80px auto;
  max-width: 1240px;
}
.newsletter-inner {
  margin-right: 33px;
}
.newsletter-inner span {
  font-size: 40px;
  line-height: 50px;
  font-family: "Manrope 800";
}
.newsletter-inner h3 {
  font-family: "Manrope Light";
  color: #245baa;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 21px;
  margin-top: 0;
  font-weight: 200;
}
.newsletter-inner p {
  color: #000000;
  font-family: "Manrope Normal";
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
input#newsletter {
  padding: 0 20px;
  background-color: #f5f3f4;
  border-radius: 50px;
  font-size: 16px;
  height: 65px;
  line-height: 22px;
  border: unset;
  color: #000000;
}
button.action.subscribe.primary {
  background-color: #f17721 !important;
  height: 65px;
  color: #fff;
  border-radius: 8px;
  transition: all 0.5s ease;
  width: 65px;
  border-radius: 100px;
  position: absolute;
  right: 0px;
}
button.action.subscribe.primary:hover {
  background-color: #245baa !important;
}
.field.newsletter {
  margin: 0;
  width: 587px;
}
form#newsletter-validate-detail {
  display: flex;
  justify-content: center;
  position: relative;
}
button.action.subscribe.primary span:before {
  content: url(../images/subscribe.svg);
  position: absolute;
  width: 24px;
  height: 20px;
  left: -13px;
  bottom: -10px;
}
button.action.subscribe.primary span {
  position: relative;
}
button.action.subscribe.primary:hover {
  color: #245baa;
}
.footer-container-inner {
  justify-content: space-between;
  display: flex;
  position: relative;
}
.sw-footer-container {
  padding-top: 160px;
  max-width: 1240px;
  margin: 0 auto 40px;
}
.footer-column a {
  display: block;
  color: #fff;
  font-family: "Manrope Normal";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  transition: all 0.5s ease;
}
/*.page-footer:before {
    content: url(../images/latest-bg-before.svg);
    position: absolute;
    top: 0;
    width: 100vw;
    left: -30px;
    z-index: -1;
}
.page-footer:after {
    content: url(../images/latest-bg.svg);
    position: absolute;
    top: 16px;
    width: 100vw;
    z-index: -1;
}*/
.page-footer {
  position: relative;
  overflow: hidden;
}
.footer-column h3 {
  letter-spacing: -0.5px;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-family: "Manrope 800";
  margin-bottom: 19px;
  margin-top: 0;
}
.footer-column p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
.footer-column h4 {
  font-size: 16px;
  font-family: "Manrope 800";
  color: #fff;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin-bottom: 7px;
  margin-top: 19px;
}
.footer-column a:hover {
  color: #f17721;
}
a.softweb:after {
  content: "";
  background: url(../images/softweb.svg);
  width: 60px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.sw-copyright span {
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  text-transform: none;
  font-family: "Manrope Normal";
  font-weight: 400;
  letter-spacing: -0.35px;
}
.copyright {
  background: unset;
}
.copyright:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 1240px;
  border-bottom: 1px solid #fff;
  left: 0;
  right: 0;
  margin: auto;
}
.copyright {
  position: relative;
  padding: 25px 0 !important;
}
a.softweb {
  padding: 0 5px;
  display: inline-flex;
}
.social-links p {
  color: #fff;
  letter-spacing: -0.45px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Manrope 800";
  margin-right: 22px;
  margin-bottom: 0;
}
.social-links a i:before {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
}
.fa-facebook-f:before {
  content: "\f39e";
  color: #fff;
}
.fa-instagram:before {
  content: "\f16d";
  color: #fff;
}
.social-links a {
  font-size: 30px;
  background-color: #f17721;
  transition: all 0.5s ease;
  border-radius: 100px;
  padding: 0;
  width: 65px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-links a:hover {
  background: #fff;
}
.social-links a:hover i.fab:before {
  color: #f17721;
}
.social-links {
  display: flex;
  align-items: center;
}
.footer-social {
  position: absolute;
  bottom: 0;
  right: 0;
}
a.instagram {
  margin-left: 10px;
}
.footer-social {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sw-contact-page-container {
  display: flex;
  justify-content: space-between;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  margin: 0;
  max-width: 100%;
  min-width: 50%;
}
.contact-map {
  margin-left: 50px;
  margin-bottom: 0;
  width: 45%;
}
.contact-info {
  margin-top: 30px;
}
.amtheme-product-info .product.attribute.sku > .type:after {
  content: ":";
}
.catalog-product-view .amtheme-product-info .page-title {
  color: #245baa;
  margin-bottom: 8px;
  font-size: 40px;
  font-family: "Manrope 800";
  line-height: 40px;
}
.amtheme-product-info .product.attribute.sku > .type {
  font-weight: 400;
}
.amtheme-product-info .product.attribute.sku {
  color: #000;
  font-family: "Manrope Normal";
  font-size: 18px;
  font-weight: normal;
}
.amtheme-product-info .product.attribute.overview {
  margin-top: 30px;
  margin-bottom: 35.5px;
}
.page-layout-1column .amtheme-product-info .box-tocart .action.tocart {
  background-color: #f17721 !important;
  border-radius: 100px;
  font-family: "Manrope 700";
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.page-layout-1column .amtheme-product-info .box-tocart .action.tocart:hover {
  background-color: #245baa !important;
}
.page-layout-1column .amtheme-product-info .box-tocart .action.tocart span {
  padding-right: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-addto-links a.action.towishlist:hover {
  background: transparent;
}
.catalog-product-view
  .amtheme-product-wrap
  .product-addto-links
  .action:hover
  .amtheme-circle-icon {
  background: #f17721;
}
.amtheme-product-info .amtheme-qty-box > .amtheme-qty:hover,
.amtheme-product-info .amtheme-qty-box > .amtheme-plus:hover,
.amtheme-product-info .amtheme-qty-box > .amtheme-minus:hover {
  background: #000;
}
.amtheme-qty-box > .amtheme-plus:hover .amtheme-icon,
.amtheme-qty-box > .amtheme-minus:hover .amtheme-icon {
  fill: #fff;
}
.catalog-product-view .amtheme-product-info .sw-package p {
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 16px;
  font-family: "Manrope Normal";
  line-height: 18px;
}
.catalog-product-view .amtheme-product-info .sw-package p:before {
  content: "";
  background: url(../images/kivwtio.svg);
  width: 31px;
  height: 33px;
  margin-right: 20px;
}
.page-layout-1column
  .amtheme-product-info
  .box-tocart
  .action.tocart
  span:after {
  content: "";
  background: url(../images/cart.svg);
  width: 30px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
button,
.action.primary,
.action.outline,
.modal-popup .modal-footer .action:not(.primary):not(.secondary),
.amshopby-button,
.am-filter-go,
.order-details-items > .actions-toolbar:first-child .action,
.shared.wishlist .col .tocart,
.widget.amrelated-grid-wrapper.grid
  .widget-product-grid
  .product-item-actions
  .action.tocart,
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.am-show-button > .amshopby-button {
  letter-spacing: 0;
}
.amtheme-product-info .amtheme-add-form-bottom.-on-line {
  flex-wrap: unset;
  display: flex;
  align-items: center;
}
.amtheme-add-form-bottom.-on-line .box-tocart.qty {
  flex: unset;
}
.amtheme-product-wrap .product-addto-links .action .amtheme-title {
  text-indent: -9999px;
}
.product-add-form .amtheme-add-form-bottom.-on-line .amtheme-actions-wrap,
.product-add-form .amtheme-add-form-bottom.-on-line .bundle-summary {
  margin-top: 0;
}
.product-add-form .amtheme-add-form-bottom.-on-line .qty.-without-options {
  margin-bottom: 0px;
}
.amtheme-product-wrap .product-addto-links .action {
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
}
.amtheme-product-wrap .product-addto-links .action .amtheme-circle-icon {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f5f3f4;
}
.amtheme-product-wrap .product-addto-links .action .amtheme-circle-icon svg {
  width: 37px;
  height: auto;
}
.amtheme-add-form-bottom.-on-line .product-addto-links {
  margin-top: 0;
}
.page-layout-1column .amtheme-actions-wrap > .product-social-links {
  margin-bottom: 0 !important;
}
.amlabel-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Manrope Normal";
}
.special-price .price {
  font-family: "Manrope 800";
  font-size: 24px;
  color: #f17721;
}
.special-price {
  margin-right: 16px;
}
.old-price .price:before,
.old-price-wrap > .old-price:last-of-type:after,
.map-old-price .price-wrapper:before {
  background: #cecbca;
}
.old-price .price {
  color: #cecbca;
  font-size: 20px !important;
  font-family: "Manrope Normal";
}
.amtheme-product-info .price-box {
  align-items: center;
}
.page-layout-1column .amtheme-product-wrap > .amtheme-product-info,
.home-last-products > .amasty-label-container {
  max-width: 100% !important;
}
.catalog-product-view main#maincontent {
  max-width: 100%;
  padding: 0 80px;
}
.amtheme-product-info .amtheme-add-form-bottom.-under .product-options-bottom {
  margin-bottom: 0;
}
.catalog-product-view .amtheme-product-info .amtheme-actions-wrap {
  margin-bottom: 0;
}
.amtheme-product-info .product-add-form:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #cecbca;
  left: 0;
  right: 0;
  margin: auto;
}
.amtheme-product-info .product-add-form {
  padding-top: 30px;
  position: relative;
}
.catalog-product-view .box-tocart.qty.-round.-without-options {
  margin: 0;
}
.amtheme-add-form-bottom.-under button.action.tocart.primary {
  text-indent: 0;
  padding: 0;
  height: 72px;
  width: 100%;
}
.page-layout-1column .amtheme-qty-wrap.field {
  margin: 0;
}
.page-layout-1column .amtheme-product-info .qty.-without-options {
  margin: 0;
}
.catalog-product-view .amtheme-product-info .product-add-form {
  margin-top: 0;
}
.amtheme-add-form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amtheme-product-info .amtheme-qty-box > .amtheme-qty,
.amtheme-product-info .amtheme-qty-box > .amtheme-plus,
.amtheme-product-info .amtheme-qty-box > .amtheme-minus {
  height: 72px;
  width: 72px;
  position: relative;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: initial;
  line-height: 50px;
}
.amtheme-qty-box > .amtheme-minus {
  left: 0;
  background: #f2f2f2;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.amtheme-qty-box > .amtheme-minus .amtheme-icon {
  fill: #000;
}
.amtheme-qty-box > .amtheme-minus .amtheme-icon,
.amtheme-qty-box > .amtheme-plus .amtheme-icon {
  height: 40px;
  width: 40px;
  z-index: 1;
}
.amtheme-qty-box > .amtheme-plus {
  left: unset;
  right: 0;
  background: #f5f3f4;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.amtheme-qty-box > .amtheme-plus .amtheme-icon {
  fill: #000;
}
.amtheme-product-info .amtheme-qty-box > .amtheme-qty {
  border: none !important;
  background: #cecbca !important;
  border-radius: 50%;
  width: 72px;
  padding: 0;
  font-size: 24px;
  font-family: "Manrope 800";
  color: #ffff;
  line-height: 30px;
  font-weight: bold;
  height: 72px;
}
.box-tocart.qty.-round .amtheme-qty-box {
  height: 72px;
  display: flex;
  align-items: center;
}
.amtheme-product-info .amtheme-add-form-bottom.-under .product-options-bottom {
  width: calc(100% - 360px);
}
.box-tocart.qty.-round .amtheme-minus {
  order: 1;
  margin-right: 7px;
}
.amtheme-product-wrap .product-addto-links .action .amtheme-title {
  display: none;
}
.box-tocart.qty.-round .amtheme-plus {
  order: 3;
}
.box-tocart.qty.-round input#qty {
  order: 2;
  margin-right: 7px;
}
.amtheme-product-wrap .product-addto-links {
  margin-top: 0;
}
.amtheme-actions-wrap {
  margin-bottom: 15px;
}
.catalog-product-view .product-addto-links a.action.towishlist {
  position: relative;
  width: 72px;
  display: block;
}
.amtheme-product-wrap
  .product-addto-links
  .action
  .amtheme-circle-icon
  svg.amtheme-icon.-hover-bg {
  display: none;
}
/*
.catalog-product-view .product-addto-links a.action.towishlist:before {
    content: url(../images/love.svg);
    position: absolute;
    top: 20px;
    left: 16px;
    filter: invert(57%) sepia(15%) saturate(7440%) hue-rotate(349deg) brightness(99%) contrast(91%);
}
*/
.amtheme-product-wrap .fotorama-item .fotorama__stage__frame {
  border: unset !important;
}
.amtheme-product-wrap .fotorama-item .fotorama__stage {
  border-radius: 50px;
  background-color: #f5f3f4;
}
.columns .column.main .amtheme-product-wrap {
  grid-column-gap: 114px;
}
.fotorama__thumb {
  background-color: #f5f3f4 !important;
  border-radius: 50px;
}
.amtheme-product-wrap .fotorama__thumb-border,
.fotorama__fullscreen .fotorama__thumb-border {
  border-radius: 50px;
  border-color: transparent !important;
  display: none;
}
.amtheme-product-wrap .fotorama__thumb-border:before,
.fotorama__fullscreen .fotorama__thumb-border:before {
  content: "";
  border: 5px solid #245baa;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  box-sizing: border-box;
}
.catalog-product-view .amrelated-grid-wrapper {
  position: relative;
}
.catalog-product-view .amrelated-grid-wrapper .block-title {
  padding-top: 150px;
  text-align: center;
}
.catalog-product-view .amrelated-grid-wrapper .widget-product-grid {
  margin: 0 -10px 85px !important;
}
.nav-sections {
  margin-bottom: 0 !important;
}
.cms-home .rootmenu {
  border-bottom: 1px solid #cecbca;
}
.breadcrumbs {
  background-color: #f5f3f4;
  padding: 0 !important;
  margin: 0 !important;
  height: 51px;
  text-align: center;
  max-width: 100% !important;
}
.breadcrumbs .items {
  padding-top: 11px;
}
.breadcrumbs .item:not(:last-child):after {
  content: "|";
  background: unset;
  padding: 0 5px;
  font-size: 20px;
  color: #000;
  height: 22px;
  font-weight: 100;
  font-family: "Manrope Normal";
}
.breadcrumbs .items .item.category3 {
  display: none !important;
}
.breadcrumbs a {
  font-size: 16px;
  line-height: 28px;
  font-family: "Manrope Normal";
  letter-spacing: -0.4px;
  color: #000000;
  font-weight: normal;
  text-transform: capitalize;
}
.breadcrumbs .item.home a {
  font-size: 16px;
  line-height: 28px;
  font-family: "Manrope Normal";
  letter-spacing: -0.4px;
  color: #000000;
  font-weight: normal;
  text-transform: capitalize;
}
.breadcrumbs .item.home a:hover {
  color: #f17721;
}
.breadcrumbs strong {
  font-size: 16px;
  line-height: 28px;
  font-family: "Manrope 800";
  letter-spacing: -0.4px;
  color: #000000;
  font-weight: bold;
  text-transform: capitalize;
}
.catalog-category-view .page-title {
  color: #245baa;
  font-family: "Manrope 800";
  text-align: center;
  font-size: 40px;
  line-height: 18px;
  margin-top: 40px;
  font-weight: bold;
}
.block.filter .filter-options-title {
  color: #000000;
  font-family: "Manrope 700";
  font-weight: bold;
  font-size: 21px;
  letter-spacing: -0.53px;
  line-height: 26px;
  padding: 0 0 20px 0;
}
.block.filter .filter-options-item:first-child {
  margin-top: 50px;
}
.block.filter .filter-options-title:after {
  background: unset;
}
.filter-options-item:not(:last-child) {
  border-bottom: 1px solid #cecbca;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.filter-options-item .filter-options-content .items [class*="am-filter-item"] {
  order: 2;
}
.amasty-jet-theme
  .filter-options
  ol[class*="am-filter-items-"]
  .item
  input[type="radio"],
.amasty-jet-theme
  .filter-options
  ol[class*="am-filter-items-"]
  .item
  input[type="checkbox"] {
  clip: unset;
  margin: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #f17721;
  position: relative;
  display: block;
  appearance: none;
  border-radius: 50%;
  order: 1;
  margin-right: 15px;
  top: initial;
}
.filter-options-item .filter-options-content .count {
  color: #313131;
}
.amshopby-filter-current .amshopby-items {
  padding: 0;
}
button.action.tocart.primary {
  text-indent: -9999px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  width: 24px;
  height: 24px;
  transform: translate(-12px, -7px);
}
.amshopby-slider-container.-default .am-slider {
  background: #f5f3f4;
}
.amasty-jet-theme
  .filter-options
  ol[class*="am-filter-items-"]
  .item
  input[type="radio"]:checked:before,
.amasty-jet-theme
  .filter-options
  ol[class*="am-filter-items-"]
  .item
  input[type="checkbox"]:checked:before {
  content: "";
  background: #f17721;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #cecbca;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  background: #f17721 !important;
}
.amshopby-slider-container .amshopby-slider-display {
  text-align: right;
  letter-spacing: -0.4px;
  color: #313131;
  font-size: 16px;
  font-family: "Manrope 700";
  line-height: 30px;
  font-weight: 700;
}
.filter-options .items .items-children.-folding {
  padding-left: 0;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  font-family: "Manrope Normal";
  font-weight: normal !important;
  font-size: 16px;
  color: #313131;
}
.filter-options-item .filter-options-content .items [class*="am-filter-item"] {
  font-family: "Manrope Normal";
  font-weight: normal !important;
  font-size: 16px;
  transition: all 0.5s ease;
}
.filter-options-item
  .filter-options-content
  .items
  [class*="am-filter-item"]:hover {
  color: #f17721;
}

/*
header.page-header.amsearch-full-width {
    height: 252px;
}
*/

.product-item .product-item-link {
  color: #245baa !important;
  font-family: "Manrope 800";
  text-align: center;
  font-size: 20px;
  line-height: 18px;
  min-height: 30px;
}
.products-grid .product-item-details > *:not(:last-child) {
  margin-bottom: 0 !important;
}
.product-item .product-item-name {
  min-height: 22px;
}
.product-item-details p {
  color: #000000;
  font-family: "Manrope Normal";
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 4px;
}
.catalog-category-view .sw-package p {
  font-family: "Manrope 800";
  font-size: 16px;
  margin-bottom: 13px;
}
.products-list .price-box,
.products-grid .price-box {
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.page-products .products-grid .product-item-info {
  background-color: #f5f3f4 !important;
  border-radius: 50px !important;
  border: unset !important;
  box-shadow: unset !important;
}
.filter-options-item .filter-options-content .count:hover {
  color: #f17721;
}
.filter-options-item .filter-options-content .count {
  transition: all 0.5s ease;
}
.products-grid .product-item-info {
  position: relative;
}
.products-grid .product-item-details {
  margin-top: 0;
}
.page-products .products.grid .product-item .product-image-container {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100% !important;
}
.products-grid .price-box {
  margin-top: 0;
}
.page-header.-sticky-header.-show {
  z-index: 1000;
}
.products.grid .-amtheme-buttons-always .product-item-actions .tocart,
.products.grid
  .-amtheme-buttons-none:not(.-amtheme-swatches-hover)
  .product-item-actions
  .tocart,
.form-wishlist-items
  .products-grid
  .-amtheme-buttons-always
  .product-item-actions
  .tocart,
.form-wishlist-items
  .products-grid
  .-amtheme-buttons-none:not(.-amtheme-swatches-hover)
  .product-item-actions
  .tocart {
  margin-top: 0 !important;
}
.products.grid .tocart.-left,
.form-wishlist-items .products-grid .tocart.-left {
  margin: 0;
}
.products.grid .-amtheme-buttons-always .product-item-actions .tocart svg {
  width: 24px;
  height: 26px;
}
.product.actions.product-item-actions {
  margin-top: auto;
}
.products-grid .product-item-info {
  justify-content: start;
}
.products.grid > .product-items a.product-item-link {
  max-height: unset;
  height: auto;
  overflow: visible;
  display: block;
  line-height: 22px;
}
.product-item .product-item-details {
  flex: unset;
  justify-content: flex-end;
}
.products-grid .product-item-details {
  margin-bottom: 10px;
}
.block.filter .filter-subtitle {
  position: relative !important;
  color: #000000;
  font-size: 24px;
  font-family: "Manrope 700";
  line-height: 33px;
  width: auto !important;
  height: auto !important;
  margin-bottom: 20px !important;
}
.filter-current .filter-current-subtitle {
  font-size: 0;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #ff641a;
}
.amshopby-filter-current .amshopby-filter-name {
  text-transform: capitalize;
  color: #333333;
  font-family: "Manrope 700";
  font-size: 18px;
  letter-spacing: -0.63px;
}
.amshopby-filter-current .amshopby-filter-value {
  color: #333333;
  font-size: 18px;
  font-family: "Manrope Normal";
  font-weight: normal;
}
.block.filter .filter-actions {
  border-top: unset;
}
.block.filter .filter-actions .filter-clear {
  color: #fff;
  font-family: "Manrope 700";
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  background-color: #245baa;
  border-radius: 100px;
  padding: 11px 24px;
  transition: all 0.5s ease;
}
.filter-current {
  margin: 0 0 14px;
}
.block.filter .filter-actions .filter-clear:hover {
  color: #fff;
  background-color: #f17721;
}
.product-item .product-image-photo,
.catalog-category-view .product-item .product-image-wrapper > img,
.catalogsearch-result-index .product-item .product-image-wrapper > img {
  padding: 80px 60px 20px;
  position: relative;
  mix-blend-mode: darken;
}
.catalog-category-view .product-item .product-image-wrapper {
  padding: 0 !important;
  height: auto;
}
.page-products a.action.towishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #fff;
  z-index: 10;
}
.page-products a.action.towishlist .amtheme-icon {
  display: none;
}
.page-products a.action.towishlist {
  position: relative;
}

.pages a.page:hover {
  color: #fff;
  background-color: #245baa;
  border-radius: 100px;
}
.pages a.page {
  color: #333333;
  font-family: "Manrope 700";
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  transition: all 0.5s ease;
  border-radius: 100px;
}
.pages .item {
  min-width: 62px;
  height: 62px;
  border-radius: 100px;
  background-color: #f5f3f4;
  margin-right: 12px;
}
.pages .current {
  align-items: center;
  background: #245baa !important;
  border-radius: 100px;
  display: inline-flex;
  height: 62px;
  justify-content: center;
  min-width: 62px;
}
.pages strong.page {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  font-family: "Manrope 700";
}
.filter-options-content .item a:hover .count {
  color: #f17721;
}
.filter-options-item .filter-options-content .count {
  position: absolute;
  right: 0;
}
.checkout-cart-index h1.page-title {
  text-align: center;
  font-family: "Manrope 800";
  color: #245baa;
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cart-summary > .block.shipping {
  display: none;
}
.cart-summary > .title {
  font-size: 0;
}
.cart-summary {
  background: #ffffff;
  border: 1px solid #cecbca !important;
  border-radius: 50px !important;
  padding: 44px 40px !important;
}
.cart-summary > .checkout.methods .action.checkout {
  width: 100%;
  background-color: #f17721;
  color: #ffffff;
  font-size: 18px;
  font-family: "Manrope 700";
  border-radius: 100px;
  height: 72px;
}
.cart-summary > .checkout.methods .action.checkout:hover {
  background-color: #245baa;
}
input#coupon_code {
  height: 65px;
  width: 343px;
  background-color: #f5f3f4;
  border: unset;
  padding-left: 20px;
  border-radius: 100px;
}
.checkout-cart-index .cart-discount .action {
  color: #ffffff;
  background-color: #245baa;
  border-radius: 100px;
  padding: 12px 72px;
  font-size: 18px;
  font-family: "Manrope 700";
  text-transform: capitalize;
}
.cart-summary > .cart-totals .mark strong {
  color: #000000;
  font-size: 21px;
  font-family: "Manrope 800";
}
.grand.totals span.price {
  color: #f17721;
  font-size: 21px;
  font-family: "Manrope 800";
}
.checkout-cart-index .cart-discount .block.discount {
  max-width: 330px;
}
span#block-discount-heading {
  color: #000000;
  font-family: "Manrope Normal";
  font-weight: normal;
  font-size: 18px;
  text-transform: initial;
  cursor: pointer;
  display: flex;
  align-items: center;
}
span#block-discount-heading:after {
  content: "";
  width: 10px;
  height: 10px;
  border-color: #000;
  border-width: 0 1px 1px 0;
  border-style: solid;
  transform: rotate(45deg);
  margin-left: 20px;
  margin-top: -5px;
  transition: all 0.5s ease;
}
.block.discount.active span#block-discount-heading:after {
  transform: rotate(225deg);
  margin-top: 10px;
}
a.action.action-delete:before {
  content: "";
  background: url(../images/delete.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 10px;
  left: 10px;
}
a.action.action-delete {
  position: relative;
  background-color: #f17721;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: block;
}
a.action.action-delete:hover {
  background-color: #245baa;
}
button.action.button-as-link.update {
  background-color: #245baa;
  color: #fff;
  width: 420px;
  height: 65px;
  border-radius: 100px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Manrope 700";
  transition: all 0.5s ease;
}
.sw-cart-wrap-inner a.action.continue {
  background-color: #f5f3f4;
  height: 65px;
  text-align: center;
  color: #000000;
  font-family: "Manrope 700";
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
button.action.button-as-link.update:hover {
  background-color: #f5f3f4;
  color: #000000;
}
.sw-cart-wrap a.action.continue:hover {
  background-color: #245baa;
  color: #fff;
}
.sw-cart-wrap-inner {
  float: right;
  display: flex;
  flex-direction: column;
}
.cart.main.actions {
  background: #fff;
}
.cart.item .item-info .product-item-name > a {
  color: #0057a7;
  font-family: "Manrope 800";
  font-size: 20px;
}
.sw-cart-wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 20px;
}
.block.discount .title {
  margin-bottom: 37px;
}
.sw-cart-wrap .amtheme-actions-toolbar .button-as-link,
.button-as-link.action {
  background-color: #245baa;
  color: #fff;
  border-radius: 100px;
  height: 65px;
  width: 234px;
  font-size: 18px;
  font-family: "Manrope 700";
}
.sw-cart-wrap .amtheme-actions-toolbar .button-as-link:hover,
.button-as-link.action:hover {
  background-color: #f17721;
}
div#block-discount {
  padding-left: 25px;
  padding-top: 40px;
}
.fieldset.coupon {
  display: block;
}
.table-wrapper .sw-package p {
  text-align: left;
  font-family: "Manrope 800";
  font-size: 16px;
}
.block.block-minicart .subtotal .label {
  font-family: "Manrope Medium";
  font-weight: 500;
}
.block.block-minicart .subtotal {
  color: #111111;
  font-size: 20px;
  padding: 10px 0 25px 0;
}
.block.block-minicart .subtotal .price-container {
  font-family: "Manrope 700";
}
.block.block-minicart .action.checkout {
  border-radius: 50px;
  background-color: #f17721;
  color: #fff;
  font-family: "Manrope 700";
  font-size: 18px;
  height: 65px;
  transition: all 0.5s ease;
}
.block.block-minicart .action.checkout:hover {
  background-color: #245baa;
  color: #fff;
}
.block-content .actions a.action.viewcart {
  background-color: #f5f3f4 !important;
  border-radius: 50px;
  color: #060000 !important;
  transition: all 0.5s ease;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
.block-content .actions a.action.viewcart:hover {
  background-color: #245baa !important;
  color: #fff !important;
}
.block-content .actions a.action.viewcart:hover {
  background-color: #f17721;
  color: #fff;
}
.block.block-minicart.-sticky-minicart .block-content {
  background: #fff;
}
.block.block-minicart .subtotal {
  background: #fff;
}
.block.block-minicart .block-title span.text {
  color: #111111;
  font-family: "Manrope 700";
  text-decoration: underline;
  font-size: 21px;
  margin-right: 8px;
}
.block.block-minicart .block-title .items-total {
  color: #000000;
  font-family: "Manrope Normal";
  font-size: 18px;
}
.minicart-wrapper.active .block.block-minicart.-sticky-minicart {
  z-index: 999;
}
.block.block-minicart.-sticky-minicart .amtheme-minicart-overlay {
  background-color: transparent;
}
.block.block-minicart.-sticky-minicart .amtheme-minicart-content {
  box-shadow: -90px 0px 95px #00000033;
}

.page-products .top-toolbar .limiter {
  display: flex;
  margin-left: 50px;
}
.page-products .top-toolbar .limiter .limiter-text {
  position: relative;
  height: auto;
  width: auto;
}

#amasty-shopby-product-list .products.wrapper {
  z-index: 1;
}
.block.block-minicart .product-item .product-photo .product-image-container {
  background-color: #f5f5f5;
  border-radius: 25px;
}
.block.block-minicart .product-item .product-item-name a {
  color: #245baa;
  font-family: "Manrope 800";
  font-size: 21px;
}
.block.block-minicart .product-info-price .price {
  color: #f17721;
  font-family: "Manrope 700";
  font-size: 18px !important;
}
.block.block-minicart .product-item .product-photo .product-image-photo {
  width: 61px !important;
  padding: 0;
}

/* --- CHECKOUT --- */

.checkout-index-index .page-header:before {
  display: none !important;
}
.checkout-index-index .page-header .logo {
  margin-inline-end: auto !important;
  padding: 30px 0;
}
.checkout-index-index .page-main {
  padding-inline-end: 0 !important;
  padding-inline-start: 0 !important;
}

.opc-progress-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 80px;
}
.opc-progress-bar li {
  text-align: center;
  padding: 30px 0;
}
.opc-progress-bar > .opc-progress-bar-item:after {
  content: "";
  display: block !important;
  width: initial !important;
  background: #cecbca !important;
  height: 1px !important;
  margin: 0;
  border-radius: 20px;
  margin-top: 27px;
}
.opc-progress-bar > .opc-progress-bar-item._active:after {
  content: "";
  border: 5px solid #245baa;
  border-radius: 20px;
  margin-top: 30px;
  background: #245baa !important;
}
.opc-progress-bar > .opc-progress-bar-item span {
  font-size: 21px;
  font-weight: 600;
}
.slick-slider .slick-arrow.slick-prev {
  transform: unset;
}
.slick-slider .slick-arrow.slick-prev {
  left: -20px;
}
.amtheme-tabs-widget
  .slick-slider.-slick-arrows-always
  .slick-arrow:not(.slick-disabled) {
  opacity: 1;
}
.product-item > .product-item-info {
  box-shadow: unset;
}
.item.product-item .amtheme-circle-icon {
  height: 44px;
  width: 44px;
  background: #ffffff;
  margin-top: 0;
}
.item.product-item .amtheme-circle-icon .amtheme-icon {
  height: 22.8px;
  width: 26.06px;
  fill: #f17721;
}
.product-item-details .sw-sku {
  display: flex;
  font-family: "Manrope Normal";
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0 !important;
}
.block.block-minicart .product-item-pricing .details-qty {
  flex-flow: unset !important;
}
.block.block-minicart .product-item-pricing .details-qty > .label {
  font-family: "Manrope Normal";
  font-size: 16px;
}
.toolbar-sorter .amtheme-placeholder.-selected,
.limiter .amtheme-placeholder.-selected {
  background-color: #f5f3f4;
  border-radius: 50px;
  height: 68px;
  width: auto;
  border: unset;
  justify-content: center;
  padding: 0 40px;
  display: flex;
  align-items: center;
}
.page-products .top-toolbar .limiter .limiter-text {
  font-family: "Manrope Normal" !important;
}
.amtheme-select-block > .amtheme-placeholder:after {
  position: relative;
  right: initial !important;
  top: initial;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  border-width: 0 2px 2px 0;
  margin-top: -5px;
}
.toolbar-sorter .sorter-label {
  color: #000000 !important;
  font-size: 18px;
  font-family: "Manrope 700";
}
.limiter .label,
.limiter .limiter-label {
  color: #000000;
  font-family: "Manrope 700";
}
.page-products .top-toolbar .limiter .limiter-text {
  font-family: "Manrope 700";
  color: #000;
  margin-left: 12px;
}
header.page-header.amsearch-full-width {
  /* height: 215px; */
  padding: 0 80px;
}
.sw-top-header-information .pagebuilder-column-group {
  height: 40px;
}
.product-item-details .sw-product_package {
  font-size: 16px;
  font-family: "Manrope 800";
}
#minicart-content-wrapper .amtheme-qty-box > .amtheme-plus {
  left: 73px;
}
#minicart-content-wrapper .amtheme-qty-box > .amtheme-minus .amtheme-icon,
#minicart-content-wrapper .amtheme-qty-box > .amtheme-plus .amtheme-icon {
  height: 20px;
  width: 20px;
}
#minicart-content-wrapper .amtheme-qty-box > .amtheme-qty {
  border-radius: 0;
  border: unset;
  background: transparent;
}
.block.block-minicart .product-info-price {
  flex-flow: row;
  align-items: center;
}
#minicart-content-wrapper .special-price {
  margin-right: 0;
}
#minicart-content-wrapper .amtheme-qty-box > .amtheme-plus:hover .amtheme-icon,
#minicart-content-wrapper
  .amtheme-qty-box
  > .amtheme-minus:hover
  .amtheme-icon {
  fill: #f17721;
}
.block.block-minicart .product-info-price .special-price .price {
  color: #f17721;
  font-family: "Manrope 700";
  font-size: 18px;
}
.block.block-minicart .product-info-price .price-excluding-tax {
  min-width: 80px;
}
.block.block-minicart .product-info-price .old-price > .price {
  color: #cecbca;
  font-family: "Manrope Normal";
  font-weight: 400;
}
#minicart-content-wrapper .amtheme-qty-box > .amtheme-plus,
#minicart-content-wrapper .amtheme-qty-box > .amtheme-minus {
  background: unset;
}
.product-item-details a.action.delete:before {
  content: "";
  background: url(../images/close.svg);
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100px;
  filter: invert(1) brightness(2);
  transform: translate(-50%, -50%);
}
.block.block-minicart a.action.delete {
  background: #245baa;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.block.block-minicart a.action.delete:hover {
  background: #f17721;
}
.amtheme-select-block > .amtheme-placeholder:after {
  right: 50px;
}
.block.block-minicart .product-item-details .actions {
  position: unset;
}
.product-item-details a.action.edit {
  display: none;
}
.block.block-minicart .product-item-details .action.delete .amtheme-icon {
  display: none;
}
.product-added-message-container {
  background: #245baa;
  color: #fff;
  font-family: "Manrope 700";
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-top: 26px;
  padding: 20px 35px;
}
.product-added-message-container p {
  margin: 0;
}
.block.block-minicart .action.close {
  right: 35px;
}
.block.block-minicart.-sticky-minicart .amtheme-minicart-content {
  width: 533px;
  padding: 0;
}
.block.block-minicart .block-title {
  padding: 20px 35px 0;
  margin-bottom: 0;
}
.block.block-minicart.-sticky-minicart .minicart-items-wrapper {
  padding: 20px 20px 0;
}
.block.block-minicart.-sticky-minicart .block-content {
  margin: 0;
  padding: 0 35px 35px;
}
.block.block-minicart .subtotal {
  margin: 0;
}
.product-added-message-container {
  position: relative;
}
.product-added-message-container:after {
  content: "";
  background: url(../images/check.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 29px;
}
.block.block-minicart .action.close .amtheme-icon {
  height: 30px;
  width: 20px;
  fill: #333;
}
.block.block-minicart .product-item-pricing .details-qty {
  justify-content: space-between;
}
.block.block-minicart .product-item-details > .product-item-pricing {
  display: flex;
  flex-direction: column-reverse;
}
.panel.wrapper {
  background: #fff;
}
.checkout-index-index .page-main {
  padding-inline-end: 0;
  padding-inline-start: 0;
  padding: 0 80px !important;
}
.checkout-shipping-address {
  background: #f5f3f4;
  border-radius: 50px;
  padding: 50px 50px;
}
.opc-wrapper li#shipping div#checkout-step-shipping button {
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.amtheme-ship-here > .action.-selected:before {
  right: 25px;
  top: 25px;
  width: 40px;
  height: 40px;
}
.checkout-container > .opc-wrapper {
  width: calc(100% - 520px) !important;
  max-width: unset !important;
  margin-right: 32px !important;
  border-radius: 50px;
}
.shipping-address-items .shipping-address-item {
  background: #fff;
  border-radius: 50px;
  padding: 25px;
  border: unset;
}
.shipping-address-items .shipping-address-item.selected-item {
  position: relative;
  border-radius: 50px;
}
.opc-wrapper
  li#shipping
  div#checkout-step-shipping
  .shipping-address-item.not-selected-item
  .amtheme-ship-here
  button.action.action-select-shipping-item {
  width: 100%;
  height: 100%;
}
.opc-wrapper li#shipping div#checkout-step-shipping .amtheme-ship-here {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.shipping-address-items .shipping-address-item.selected-item:before {
  content: "";
  border: 5px solid #245baa;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  box-sizing: border-box;
}
.amtheme-ship-here > .action:before {
  border: unset;
  background: unset;
  left: unset;
  right: 0;
}
.amtheme-address-info > .amtheme-label {
  display: none;
}
.shipping-address-items .shipping-address-item .amtheme-address-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 0;
}
.opc-wrapper .opc .step-title {
  margin-bottom: 32px;
  font-family: "Manrope 800";
  color: #000000;
  font-size: 21px;
}
.shipping-address-items .shipping-address-item.selected-item {
  position: relative;
}
.shipping-address-items .shipping-address-item {
  width: 100% !important;
  box-sizing: border-box;
  margin: 0;
  position: relative;
}
.shipping-address-items .shipping-address-item.selected-item {
  position: relative;
}
li#opc-shipping_method {
  background: #f5f3f4;
  border-radius: 50px;
  padding: 50px;
  margin-top: 20px;
}
.opc-wrapper .step-content {
  margin: 0;
}
.amtheme-address-info > .amtheme-content:last-child {
  font-family: "Manrope 700";
  font-size: 18px;
}
.opc-block-summary .product-item .product-item-name {
  color: #0057a7;
  font-family: "Manrope 700";
  font-size: 18px;
}
.opc-block-summary .product-item .details-qty {
  position: unset;
  background: unset;
  justify-content: unset;
}
.form-login .action.login.primary {
  background: #f17721;
  font-family: "Manrope 800";
  border-radius: 50px;
  transition: all 0.5s ease;
}
.form-login .action.login.primary:hover {
  background: #245baa;
}
.login-container a {
  font-family: "Manrope 800";
  transition: all 0.5s ease;
}
.login-container {
  background: #f5f3f4;
  padding: 40px;
  border-radius: 50px;
  max-width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
}
.actions-toolbar .secondary a.remind:hover {
  color: #f17721;
}
.actions-toolbar .secondary a.remind {
  transition: all 0.5s ease;
}
._block-title,
.customer-account-create .page-title,
.customer-account-confirmation .page-title,
.customer-account-forgotpassword .page-title,
.customer-account-createpassword .page-title,
.multishipping-checkout-register .page-title,
.block.block-customer-login .block-title,
.block.block-new-customer .block-title {
  font-family: "Manrope 800";
}
.block.block-new-customer a:hover {
  color: #f17721;
}
.items-in-cart > .title {
  border-bottom: none;
}
.opc-block-summary {
  background: #fff !important;
  border: 1px solid #cecbca !important;
  border-radius: 50px !important;
  padding: 43px !important;
  margin-bottom: 20px;
}
.sw-checkout-sku {
  font-family: "Manrope Normal";
  font-size: 18px;
  margin-bottom: 0 !important;
  display: flex;
}
.minicart-items .sw-package {
  text-align: left;
  margin-bottom: 38px !important;
}
.opc-block-summary .product-item .product-item-inner {
  margin-bottom: 4px;
  margin-top: 20px;
}
span.sw-special-price {
  color: #f17721;
  font-family: "Manrope 700";
}
.sw-price-box del {
  color: #cecbca !important;
}
span.sw-price {
  color: #f17721;
  font-family: "Manrope 800";
}
.sw-price-box del span.sw-price {
  color: #cecbca !important;
  font-family: "Manrope Normal";
  margin-left: 13px;
}
.opc-block-summary .product-item .product-item-name {
  margin-inline-end: 0;
}
.sw-price-box {
  margin-bottom: 9px !important;
}
.minicart-items span.sw-price {
  margin-bottom: 9px !important;
}
.opc-block-summary .product-item .product-image-wrapper {
  height: 187px;
  width: 135px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}
.opc-block-summary .product-item .product-image-container {
  margin-inline-end: 25px;
}
.opc-block-summary .product-item .product-item-details {
  max-width: 51%;
  justify-content: space-between;
}
table.table-checkout-shipping-method thead {
  display: none;
}
button#continue-to-payment-trigger {
  background: #f17721 !important;
  border-radius: 50px;
  font-family: "Manrope 700";
  font-size: 18px;
  line-height: 45px;
  width: 100%;
  transition: all 0.5s ease;
  height: 72px;
}
button#continue-to-payment-trigger:hover {
  background: #245baa !important;
}
.opc-block-summary .amtheme-estimated-total {
  display: none;
}
table.table-checkout-shipping-method > tbody > tr > td {
  font-family: "Manrope Normal";
  color: #000000;
  letter-spacing: -0.45px;
}
table.table-checkout-shipping-method > tbody > tr > td.col-method {
  width: 25px;
}
.checkout-index-index .order-attributes .field {
  display: block !important;
}
.checkout-index-index #label_carrier_simpleshipping_simpleshipping {
  display: inline-flex;
  gap: 50px;
  align-items: center;
}
.checkout-index-index .col-carrier .order-attributes label {
  display: none;
}
.checkout-index-index .col-carrier .order-attributes .fieldset.address {
  margin: 0 !important;
}
.home-product-sliders .item.product .product-item-info a svg.-selected {
  display: flex;
  align-content: center;
  align-items: center;
  z-index: 10;
}
.home-product-sliders .product-item .product-image-photo {
  padding: 30px;
}
.checkout-index-index table.table-checkout-shipping-method input[type="radio"] {
  height: 22px;
  width: 22px;
  display: inline-block;
  opacity: 1;
  position: relative;
  border: 1px solid #f17721;
  appearance: none;
  border-radius: 50px;
  background: transparent;
}
.checkout-index-index
  table.table-checkout-shipping-method
  input[type="radio"]:checked:after {
  background-color: #f17721;
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: unset;
}
.amtheme-ship-here > .action.-selected:after {
  background: url(../images/check.svg);
  right: 35px;
  top: 37px;
  width: 19px;
  height: 14px;
  left: unset;
  background-size: 19px 14px;
}
.shipping-address-items .shipping-address-item .amtheme-address-info {
  padding-right: 50px;
}
.opc-progress-bar > .opc-progress-bar-item._complete span {
  color: #000000;
  font-family: "Manrope 700";
  line-height: 37px;
}
.opc-progress-bar > .opc-progress-bar-item._complete:before {
  margin-bottom: 6px;
  background-color: #000;
}
li.opc-progress-bar-item._active span {
  color: #245baa;
  font-family: "Manrope 700";
  font-weight: normal;
}
.opc-progress-bar > .opc-progress-bar-item._active:before {
  border: 1px solid #245baa !important;
  color: #fff !important;
  background: #245baa !important;
  font-family: "Manrope 800";
  margin-bottom: 6px;
}
.opc-progress-bar > .opc-progress-bar-item._active:after {
  margin-top: 21px;
}
div#checkout-payment-method-load {
  background: #f5f5f5;
  border-radius: 50px;
  padding: 50px 49px;
}
.payment-method span {
  color: #000000;
  font-family: "Manrope Normal";
  letter-spacing: -0.45px;
  line-height: 26px;
  margin-left: 27px;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before,
label > input[type="checkbox"] + span:first-of-type:before,
label > input[type="radio"] + span:first-of-type:before {
  background: #fff;
  border: 1px solid #f17721;
  width: 22px;
  height: 22px;
}
input[type="checkbox"] + label:hover:before,
input[type="radio"] + label:hover:before,
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before,
label > input[type="checkbox"] + span:first-of-type:hover:before,
label > input[type="radio"] + span:first-of-type:hover:before,
label > input[type="checkbox"]:checked + span:first-of-type:before,
label > input[type="radio"]:checked + span:first-of-type:before {
  border-color: #f17721;
}
input[type="radio"]:checked + label:before,
label > input[type="radio"]:checked + span:first-of-type:before {
  background: #fff;
}
input[type="radio"]:checked + label:after,
label > input[type="radio"]:checked + span:first-of-type:after {
  background: #f17721;
  width: 14px;
  height: 14px;
  border-radius: 100px;
}
.payment-option._collapsible.opc-payment-additional.discount-code {
  display: none;
}
/*
div#continue-to-payment-trigger-wrapper {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
}
*/
.checkout-container > .opc-sidebar {
  position: relative;
}
.opc-progress-bar > .opc-progress-bar-item._complete:before {
  background-color: #000;
  height: 24px;
  width: 24px;
  background-size: 14px;
}
.opc-block-summary .actions-toolbar-trigger button#place-order-trigger {
  background: #f17721 !important;
  border-radius: 100px;
  width: 100%;
  font-family: "Manrope 700";
  font-size: 18px;
  line-height: 40px;
  transition: all 0.5s ease;
  height: 72px;
}
.opc-block-summary .actions-toolbar-trigger button#place-order-trigger:hover {
  background: #245baa !important;
}
.opc-progress-bar > .opc-progress-bar-item:before {
  font-family: "Manrope 800";
  color: #fff !important;
  background: #000 !important;
  margin-bottom: 6px;
}
li.opc-progress-bar-item span {
  color: #000;
  font-family: "Manrope Normal";
  font-weight: 400 !important;
}
.checkout-container > .opc-progress-bar {
  border-top: 1px solid #cecbca;
}
.nav-sections .page-main {
  padding: 0 !important;
  margin: 0;
}
.cms-home .page-main {
  margin-top: 50px;
}
.cms-home .page-title {
  margin-bottom: 0;
}
header .header.content {
  border-bottom: unset;
  height: 120px;
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main,
.page-main-description,
.-sticky-message .content,
.amsticky-cart-block .amtheme-form-cart {
  padding-inline-end: 80px !important;
  padding-inline-start: 80px !important;
}
/*
.opc-block-summary>.amtheme-summary-content {
    overflow: scroll;
}
*/
.opc-block-summary .amtheme-summary-content .minicart-items-wrapper {
  max-height: 400px !important;
}
.opc-wrapper .shipping-information {
  display: none;
}
.ship-via button.action.action-edit {
  display: none;
}
.shipping-information {
  border: 1px solid #cecbca;
  border-radius: 50px;
  padding: 42px 45px;
  margin-top: 20px;
  position: relative;
}
.shipping-information-title {
  margin-bottom: 19px;
}
.shipping-information-title span {
  color: #333333;
  font-size: 21px;
  font-family: "Manrope 800";
}
.shipping-information-content button.action.action-edit {
  right: 0;
  position: absolute;
  top: 0;
  font-size: 0;
  background: unset;
}
.shipping-information-content button.action.action-edit {
  right: 0px;
  position: absolute;
  top: 24px;
  font-size: 10px;
  background: unset;
  color: #000;
}
.shipping-information-content {
  margin-bottom: 29px;
}
.nav-sections {
  border-top: 1px solid #cecbca;
}
.cms-home .nav-sections .page-main {
  margin: 0;
}
.page-layout-2columns-left .page-main > .columns {
  grid-template-columns: auto calc(100% - 330px - 4%) !important;
  margin-top: 50px;
}
.page-layout-2columns-left .sidebar-main {
  width: 330px;
}
.account-nav-content ul.nav.items {
  border: none;
  font-size: 14px;
  padding: 30px 0;
  font-family: "Manrope Normal";
  background: #f5f3f4;
  border-radius: 25px;
}
.account-nav-content .nav.item.current {
  background: #f17721;
  color: #fff;
}
.account-nav-content .nav.item {
  padding: 5px 20px;
  font-family: "Manrope Normal";
  font-weight: normal;
}
.account-nav-content .nav.item.current:before {
  content: unset;
}
.account-nav-content .nav.item.current > strong {
  color: #fff;
  font-weight: 400;
}
.account-nav-content .nav.item > a {
  color: #313131;
  transition: all 0.5s ease;
}
.account-nav-content .nav.item > a:hover {
  color: #f17721;
}
.customer-account-index h1.page-title {
  display: none;
}
.amtheme-card-block,
.amtheme-addresses-block.-dashboard-addresses,
.amtheme-address-method {
  background: #f5f3f4;
  border-radius: 25px !important;
}
.amtheme-card-block > .amtheme-heading > .amtheme-title,
.amtheme-card-block > .amtheme-title,
.amtheme-addresses-block.-dashboard-addresses
  > .amtheme-heading
  > .amtheme-title,
.amtheme-addresses-block.-dashboard-addresses > .amtheme-title,
.amtheme-address-method > .amtheme-heading > .amtheme-title,
.amtheme-address-method > .amtheme-title {
  font-family: "Manrope 800";
}
.amtheme-dashboard-info .amtheme-card-block .action,
.amtheme-dashboard-info .amtheme-addresses-block.-dashboard-addresses .action,
.amtheme-addresses-block.-dashboard-addresses .amtheme-address-card .action,
.amtheme-dashboard-info .amtheme-address-method .action {
  color: #313131;
  font-family: "Manrope Normal";
  font-weight: normal;
  transition: all 0.5s ease;
}
.amtheme-address-card .amtheme-wrapper .amtheme-title {
  color: #313131;
  font-family: "Manrope 700";
}
.amtheme-dashboard-info .amtheme-card-block .action:hover,
.amtheme-dashboard-info
  .amtheme-addresses-block.-dashboard-addresses
  .action:hover,
.amtheme-addresses-block.-dashboard-addresses
  .amtheme-address-card
  .action:hover,
.amtheme-dashboard-info .amtheme-address-method .action:hover {
  color: #f17721;
}
.account-nav-content .nav.item:hover:not(.current) {
  margin-inline-start: 0 !important;
}
.account-nav-content .nav.item:nth-child(4) {
  display: none;
}
.account-nav-content .nav.item > .delimiter {
  margin-bottom: 0;
  background: #000;
  width: 100%;
  height: 1px;
}

.wishlist-index-index .products-grid.wishlist .product-item-info {
  background: #f5f3f4;
  border-radius: 50px;
}
.wishlist-index-index .products-grid.wishlist .product-image-container {
  width: 100% !important;
}
.wishlist-index-index .products-grid.wishlist .product-item-inner {
  opacity: 1 !important;
  position: relative;
  top: unset !important;
  left: unset !important;
  overflow: unset;
  transition: unset;
  max-height: unset !important;
  background: transparent;
  box-shadow: unset !important;
  padding: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item-info:after,
.wishlist-index-index .products-grid.wishlist .product-item-info:hover:after,
.wishlist-index-index .products-grid.wishlist .product-item-info.-hover:after {
  display: none;
}
.wishlist-index-index
  .products-grid.wishlist
  .product-item-info:hover
  .product-item-inner {
  padding: 0;
  animation: unset;
  width: unset;
  border: none;
}
.form-wishlist-items .product-item .product-item-actions {
  gap: 10px;
}
.wishlist-index-index .products-grid.wishlist .action.edit {
  position: relative;
  display: flex;
  background: #cecbca;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
}
.wishlist-index-index .products-grid.wishlist .action.edit:hover,
.wishlist-index-index .products-grid.wishlist .action.delete:hover {
  background: #000;
}
.wishlist-index-index .products-grid.wishlist .action.edit svg {
  max-width: 20px;
}
.wishlist-index-index .products-grid.wishlist .action.edit svg path {
  fill: #fff;
}
.wishlist-index-index .products-grid.wishlist .action.delete {
  font-size: 0;
  position: relative;
  display: flex;
  background-color: #f17721;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
.wishlist-index-index .products-grid.wishlist .action.delete:before {
  content: "";
  background: url(../images/delete.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 10px;
  left: 10px;
}
.wishlist-index-index .form-wishlist-items .actions-toolbar button {
  font-family: "Manrope 700";
  font-size: 18px !important;
  letter-spacing: 0px;
  height: 65px;
  border-radius: 100px;
  padding: 18px 35px !important;
}
.wishlist-index-index .form-wishlist-items .actions-toolbar button.share {
  background-color: #f5f3f4;
  color: #000000;
}
.wishlist-index-index .form-wishlist-items .actions-toolbar button.share:hover {
  background-color: #245baa;
  color: #fff;
}
.wishlist-index-index .form-wishlist-items .actions-toolbar button.tocart {
  background-color: #245baa;
  color: #fff;
}
.wishlist-index-index
  .form-wishlist-items
  .actions-toolbar
  button.tocart:hover {
  background-color: #f5f3f4;
  color: #fff;
}
.rootmenu > .rootmenu-list > .category-item {
  position: relative;
}
.rootmenu > .rootmenu-list .rootmenu-submenu {
  box-shadow: none !important;
  width: 100%;
}
.rootmenu > .rootmenu-list .rootmenu-submenu li:last-child a {
  border: none !important;
}
.page-layout-2columns-left .sidebar-main {
  width: 100% !important;
  padding-right: 40px;
}
.page-layout-2columns-left .page-main > .columns {
  grid-template-columns: auto calc(100% - 395px) !important;
}
.page-layout-2columns-left.page-with-filter .toolbar-products,
.page-layout-2columns-right.page-with-filter .toolbar-products {
  max-width: calc(100% - 395px) !important;
}
.toolbar .toolbar-amount,
.toolbar .pager .toolbar-amount {
  padding-inline-start: 0 !important;
}
.sidebar.sidebar-main .block.filter {
  margin-top: -80px;
}
.products.grid > .product-items,
.form-wishlist-items .products-grid > .product-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.products.grid > .product-items li.item.product {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.block.filter .filter-options-content {
  padding: 0 !important;
}
.filter-options [class*="am-filter-items-"] {
  padding: 0 !important;
}
.page-layout-2columns-left.page-with-filter
  #amasty-shopby-product-list
  > .toolbar-products:last-child {
  max-width: 100% !important;
  margin: 80px 0 0;
}
input.am-search-box-manufacturer {
  background: #f5f3f4;
  border: none;
  border-radius: 50px;
  height: 60px;
  padding: 0 40px !important;
}
.columns .column.main .amtheme-product-wrap {
  grid-column-gap: 115px !important;
  grid-template-columns: 50% calc(50% - 115px) !important;
}
.page-layout-1column .amtheme-product-wrap > .product.media {
  margin-inline-end: 0 !important;
}
.page-title-wrapper.product {
  padding-top: 60px;
}
/* .page-layout-1column .amtheme-product-info .product-info-price {
  margin: 30px 0 !important;
} */
.fotorama__fullscreen .fotorama__nav-wrap--horizontal,
.amtheme-product-wrap .fotorama__nav-wrap--horizontal {
  padding: 0 !important;
}
.amtheme-product-wrap .fotorama__nav.fotorama__nav--thumbs,
.fotorama__fullscreen .fotorama__nav.fotorama__nav--thumbs {
  width: 100% !important;
}
.amtheme-product-wrap .fotorama__thumb img.fotorama__img {
  padding: 30px;
  box-sizing: border-box;
}
.amtheme-product-wrap .fotorama__thumb__arr.fotorama__arr--disabled,
.fotorama__fullscreen .fotorama__thumb__arr.fotorama__arr--disabled {
  opacity: 1;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  width: 60px;
}
.amtheme-product-wrap .fotorama__thumb__arr--right .fotorama__thumb--icon,
.fotorama__fullscreen .fotorama__thumb__arr--right .fotorama__thumb--icon {
  width: 60px !important;
  height: 60px !important;
  border-radius: 100px;
  background: #245ba9 !important;
  transform: translateY(-50%) !important;
  left: unset !important;
  right: -30px;
}
.amtheme-product-wrap .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__fullscreen .fotorama__thumb__arr--left .fotorama__thumb--icon {
  width: 60px !important;
  height: 60px !important;
  border-radius: 100px;
  background: #245ba9 !important;
  transform: translateY(-50%) rotate(180deg) !important;
  left: -30px !important;
}
.amtheme-product-wrap .fotorama__thumb__arr--right .fotorama__thumb--icon:hover,
.fotorama__fullscreen .fotorama__thumb__arr--right .fotorama__thumb--icon:hover,
.amtheme-product-wrap .fotorama__thumb__arr--left .fotorama__thumb--icon:hover,
.fotorama__fullscreen .fotorama__thumb__arr--left .fotorama__thumb--icon:hover {
  background: #f17721 !important;
}
.amtheme-product-wrap
  .fotorama__thumb__arr--right
  .fotorama__thumb--icon:before,
.fotorama__fullscreen
  .fotorama__thumb__arr--right
  .fotorama__thumb--icon:before {
  content: "" !important;
  background: url(../images/next.svg);
  width: 60px;
  height: 60px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.amtheme-product-wrap .fotorama__thumb__arr--left .fotorama__thumb--icon:before,
.fotorama__fullscreen
  .fotorama__thumb__arr--left
  .fotorama__thumb--icon:before {
  content: "" !important;
  background: url(../images/next.svg);
  width: 60px;
  height: 60px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.fotorama__nav__shaft {
  width: 100%;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  width: 25% !important;
  box-sizing: border-box;
  padding: 0 0 0 !important;
}
.amtheme-product-wrap .fotorama__nav.fotorama__nav--thumbs,
.fotorama__fullscreen .fotorama__nav.fotorama__nav--thumbs {
  height: 25vh !important;
  margin-top: 20px !important;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active:before {
  content: "";
  border: 5px solid #245ba9;
  position: absolute;
  width: auto;
  height: 100%;
  border-radius: 50px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  box-sizing: border-box;
}
.fotorama__nav__shaft {
  display: flex !important;
  gap: 20px;
}
.block.block-minicart .product-item-details {
  padding-inline-end: 0;
}
.block.block-minicart .product-item > .product {
  border-bottom: none;
  padding: 0;
}
.block.block-minicart.-sticky-minicart .minicart-items-wrapper {
  padding: 35px 35px 0;
}
.block.block-minicart .product-item-details > .product-item-pricing {
  margin-bottom: 0;
}
.block.block-minicart .product-item .product-photo {
  padding: 0;
  width: 155px;
}
.block.block-minicart .product-item .product-photo .product-image-container {
  width: 155px !important;
  height: 145px;
}
.block.block-minicart .product-item .product-image-wrapper {
  height: 100%;
  padding-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block.block-minicart .product-item .product-photo .product-image-photo {
  position: relative;
}
.block.block-minicart .product-item .product-item-details {
  margin-inline-start: 35px;
}
.block.block-minicart .product-item .product-item-name {
  margin: 0;
  padding-right: 40px;
}
.block.block-minicart .product-info-price .price-excluding-tax {
  margin: 0;
}
.block.block-minicart li.item.product:not(:last-child) {
  border-bottom: 1px solid #00000033;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.block.block-minicart .product-item-pricing .details-qty > .label {
  margin: 0;
}
.block.block-minicart .product-item .product-item-details > *:not(:last-child) {
  margin-bottom: 0;
}
.page-header.-sticky-header:not(.-show) .mage-dropdown-dialog {
  display: block;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.mage-dropdown-dialog {
  display: block !important;
}
.cart.item .item-info {
  background: #f5f3f4;
  border-radius: 50px !important;
  overflow: hidden !important;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 25px;
  position: relative;
}
.cart.item {
  border-bottom: none;
  display: table;
  width: 100%;
}
table#shopping-cart-table thead {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  padding: 0 25px;
  box-sizing: border-box;
}
.cart.main.actions {
  margin-bottom: 0;
  padding: 0;
}
.cart.item:not(:last-child) {
  margin-bottom: 20px;
}
table#shopping-cart-table thead th.col {
  padding: 0;
}
.checkout-cart-index .cart-container {
  justify-content: space-between;
}
.checkout-cart-index .cart-container > .amtheme-form-wrapper {
  width: calc(100% - 25% - 55px) !important;
}
.checkout-cart-index .cart-container > .cart-summary {
  margin-inline-start: 55px !important;
  margin-top: 45px;
}
.cart.item .item-info .col.item {
  min-width: unset !important;
  width: 45%;
}
.cart.item .item-info td {
  padding: 0 !important;
}
.cart.item .item-info .actions-toolbar {
  margin-top: 0;
  display: block;
}
.cart.item .actions-toolbar > .gift-options-cart-item {
  margin-top: 0;
}
.cart.item .item-info > td.col.subtotal {
  overflow: visible;
  display: table;
}
.cart.item.product-item .product-image-wrapper {
  background: #fff;
  padding: 0 !important;
  width: 225px;
  height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
}
.cart.item.product-item .product-image-photo {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
  object-fit: contain;
}
.cart.item .item-info td.col.item.delete {
  top: 50%;
  display: flex;
  justify-content: end;
  margin-left: auto;
  position: absolute;
  right: 65px;
  transform: translateY(-50%);
}
.cart.item.product-item .product-item-photo {
  width: 225px;
}
.cart.item.product-item .product-image-container {
  width: 100% !important;
}
.cart.item .item-info > .item > .amtheme-inner {
  align-items: center;
}
.cart.item .item-info .product-item-details > *:not(:last-child) {
  margin-bottom: 0;
  text-align: left;
}
.cart.item .item-info > .col {
  width: 15%;
}
.cart.item .item-info .col.item.delete {
  width: 40px;
}
.cart.item .amtheme-qty-wrap.field {
  justify-content: start;
}
.cart.item td.col.price {
  text-align: left;
  min-width: 100px;
}
.cart.item .item-info .product-info-price {
  align-items: start;
}
.cart.item .item-info .product-info-price .special-price {
  margin-inline-end: 0;
}
.cart.item .item-info .amtheme-qty-box > .amtheme-qty {
  min-width: 50px;
  padding: 0;
  border: none;
  outline: none;
  width: 50px;
  background: #f17721;
  border-radius: 50%;
  height: 50px;
  color: #fff;
}
.cart.item .item-info .amtheme-cell > .subtotal {
  text-align: left;
}
.cart .col.subtotal {
  text-align: left !important;
}
.cart.item .amtheme-qty-box > .amtheme-minus,
.cart.item .amtheme-qty-box > .amtheme-plus {
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.control.amtheme-qty-box {
  display: flex;
  gap: 6px;
}
.cart.item .amtheme-plus {
  order: 3;
}
.cart.item .item-info .col.qty {
  min-width: unset;
}
.cart.item .amtheme-qty-box > .amtheme-minus:hover,
.cart.item .amtheme-qty-box > .amtheme-plus:hover {
  background: #000;
}
table#shopping-cart-table thead tr {
  display: flex;
  justify-content: start;
}
table#shopping-cart-table thead th.col.item {
  width: 45%;
}
.cart.item .item-info .col.qty {
  min-width: 162px !important;
  width: 20%;
}
.cart.item .item-info > .col.price,
.cart.item .item-info > td.col.subtotal {
  width: 15%;
}
table#shopping-cart-table thead th.col.price,
table#shopping-cart-table thead th.col.subtotal {
  width: 15%;
}
table#shopping-cart-table thead th.col.qty {
  width: 20%;
}
.cart.items > thead > tr > th {
  color: #000;
}
.fieldset.coupon .field label.label {
  font-size: 16px;
}
tr.totals-tax th,
tr.totals-tax td {
  padding-bottom: 25px;
}
.fieldset.coupon .field {
  margin-bottom: 10px;
  margin-right: 0;
}
.cms-page-view h1.page-title {
  margin: 40px 0;
  font-weight: bold;
  font-family: "Manrope 800";
}
h1,
.amtheme-tabs-widget .amtheme-heading {
  letter-spacing: 0;
}
.cms-page-view main#maincontent {
  padding: 0 80px 80px;
}
.sitemap-index-index h1.page-title,
.contact-index-index h1.page-title,
.customer-account-create .page-title {
  margin: 1px 0 40px 0 !important;
  font-weight: bold;
  font-family: "Manrope 800";
  border-top: 1px solid #cecbca;
  padding-top: 40px;
}
.sw-sitemap h1 {
  font-family: "Manrope 800";
  letter-spacing: 0;
  font-size: 24px;
}
.sw-sitemap {
  width: 50%;
  float: left;
}
.sw-top-header-information [data-content-type="html"] a:hover span {
  color: #f17721;
}
.breadcrumbs a:visited {
  color: #000;
}
.breadcrumbs a:hover {
  color: #f17721 !important;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  margin: 0 !important;
  max-width: unset !important;
}
.contact-map {
  width: 50%;
}
.map-container iframe {
  width: 100%;
  border-radius: 50px;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #f5f3f4;
  border: none;
  border-radius: 50px;
  padding: 0 30px;
  height: 60px;
}
textarea {
  background: #f5f3f4;
  border: none;
  border-radius: 50px;
  padding: 30px;
  min-height: 200px;
}
.actions-toolbar .action.primary,
.actions-toolbar .primary > .action,
.actions-toolbar .amshopby-button,
.actions-toolbar .am-filter-go,
.actions-toolbar
  .widget.amrelated-grid-wrapper.grid
  .widget-product-grid
  .product-item-actions
  .action.tocart,
.actions-toolbar
  .amasty-jet-theme
  .amshopby-fromto-wrap
  .am-fromto-widget
  > .am-filter-go,
.actions-toolbar .am-show-button > .amshopby-button {
  font-family: "Manrope 700";
  background: #245baa;
  border-radius: 50px;
}
.action.primary,
.amshopby-button,
.am-filter-go,
.widget.amrelated-grid-wrapper.grid
  .widget-product-grid
  .product-item-actions
  .action.tocart,
.amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
.am-show-button > .amshopby-button {
  font-family: "Manrope 700";
  background: #245baa !important;
  border-radius: 50px;
  padding: 0 30px !important;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.actions-toolbar .action.primary:hover,
.actions-toolbar .primary > .action:hover,
.actions-toolbar .amshopby-button:hover,
.actions-toolbar .am-filter-go:hover,
.actions-toolbar
  .widget.amrelated-grid-wrapper.grid
  .widget-product-grid
  .product-item-actions
  .action.tocart:hover,
.actions-toolbar
  .amasty-jet-theme
  .amshopby-fromto-wrap
  .am-fromto-widget
  > .am-filter-go:hover,
.actions-toolbar .am-show-button > .amshopby-button:hover {
  background: #f17721 !important;
}
.form.password.forget,
.form.send.confirmation,
.form.password.reset {
  margin: 0 !important;
}
.block.block-customer-login input,
.customer-account-forgotpassword input,
.amform-form-fieldset.fieldset input,
.customer-account-createpassword input {
  background: #fff;
  padding: 0 20px;
}
.amform-form .action.primary:hover,
.amform-parent .action.primary:hover,
.amform-form .amshopby-button:hover,
.amform-parent .amshopby-button:hover,
.amform-form .am-filter-go:hover,
.amform-parent .am-filter-go:hover,
.amform-form
  .widget.amrelated-grid-wrapper.grid
  .widget-product-grid
  .product-item-actions
  .action.tocart:hover,
.amform-parent
  .widget.amrelated-grid-wrapper.grid
  .widget-product-grid
  .product-item-actions
  .action.tocart:hover,
.amform-form
  .amasty-jet-theme
  .amshopby-fromto-wrap
  .am-fromto-widget
  > .am-filter-go:hover,
.amform-parent
  .amasty-jet-theme
  .amshopby-fromto-wrap
  .am-fromto-widget
  > .am-filter-go:hover,
.amform-form .am-show-button > .amshopby-button:hover,
.amform-parent .am-show-button > .amshopby-button:hover {
  background: #f17721 !important;
}
.customer-account-login main#maincontent .columns {
  border-top: 1px solid #cecbca;
  margin-top: 1px;
  padding-top: 40px;
}
.customer-account-forgotpassword main#maincontent,
.customer-account-createpassword main#maincontent {
  background: #f5f3f4;
  padding: 40px !important;
  max-width: 500px !important;
  border-radius: 50px;
  margin-top: 40px;
}
.customer-account-forgotpassword .page-title,
.customer-account-createpassword .page-title {
  margin: 0 0 10px 0 !important;
}
.form.password.forget {
  margin: 0;
}
.form.password.forget .actions-toolbar,
.form.password.reset .actions-toolbar {
  display: block;
}
.form.password.forget .actions-toolbar .primary,
.form.password.forget .actions-toolbar .secondary,
.form.password.reset .actions-toolbar .primary,
.form.password.reset .actions-toolbar .secondary {
  display: block;
  width: 100%;
}
.customer-account-forgotpassword .nav-sections,
.customer-account-createpassword .nav-sections {
  border-bottom: 1px solid #cecbca;
}
.amform-form-fieldset.fieldset {
  background: #f5f3f4;
  padding: 40px !important;
  border-radius: 50px;
}
.widget.amrelated-grid-wrapper.grid
  .widget-product-grid
  .product-item-actions
  .action.tocart,
.sw-tocart-form .tocart {
  width: 50px !important;
  height: 50px;
  background: #f17721 !important;
  border-radius: 50% !important;
  padding: 13px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.widget.amrelated-grid-wrapper.grid
  .widget-product-grid
  .product-item-actions
  .action.tocart:hover,
.sw-tocart-form .tocart:hover {
  background: #245baa !important;
}
.modals-overlay {
  background-color: rgb(0 0 0 / 50%);
}
.modal-inner-wrap .block.block-customer-login input,
.modal-inner-wrap .customer-account-forgotpassword input,
.modal-inner-wrap .amform-form-fieldset.fieldset input {
  background: #f5f3f4;
}
.authentication-dropdown.modal-popup .actions-toolbar .secondary .action,
.popup-authentication.modal-popup .actions-toolbar .secondary .action {
  color: #245baa;
}
.authentication-dropdown.modal-popup .actions-toolbar .secondary .action:hover,
.popup-authentication.modal-popup .actions-toolbar .secondary .action:hover {
  color: #f17721;
}
.page-header.amsearch-full-width.-opened .ammenu-logo,
.page-header.amsearch-full-width.-opened .logo {
  margin: 0 auto 0 0 !important;
}
.page-header.amsearch-full-width .amsearch-result-section {
  padding: 0 !important;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  padding: 0 25px 25px;
}
.amsearch-wrapper-block
  .product-item
  .product-item-details
  > *:not(:last-child) {
  text-align: center;
}
.amsearch-wrapper-block
  .product-item
  .product-item-details
  > *:not(:last-child) {
  padding: 0;
  min-height: unset;
}
.amsearch-products-section .product-item [data-role="priceBox"] p,
.amsearch-products-section .product-item [data-role="priceBox"] span {
  flex-basis: unset;
}
.amsearch-products-section .product-item [data-role="priceBox"] {
  flex-wrap: nowrap;
  padding: 20px 0 0;
  align-items: center;
  justify-content: center;
}
.home-tab-sliders .tab {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.tablinks.active {
  color: #f17721;
  font-family: "Manrope 800";
}
.tablinks {
  background: transparent;
  font-size: 40px;
  color: #245baa;
  font-family: "Manrope Normal";
  padding: 0;
  height: 75px;
  border-radius: 0 !important;
}
.tablinks:hover,
.tablinks:focus {
  background: transparent;
  color: #f17721;
}
.tablinks:not(:last-child) {
  border-right: 1px solid #cecbca;
  padding-right: 40px;
  margin-right: 40px;
}
.cms-oi-etiketes-mas .static-images-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.static-image-content {
  background: #f5f3f4;
  border-radius: 50px;
  padding: 30px;
  text-align: center;
}
.static-image-content img {
  height: 200px;
  object-fit: contain;
  padding: 30px;
  box-sizing: border-box;
}
.page-header.-sticky-header {
  top: 0 !important;
}
.page-header.-desktop-navigation-toggle .sections.nav-sections {
  display: block !important;
}
.page-header.-sticky-header .amtheme-navigation-icon {
  display: none !important;
}
.page-header.-sticky-header
  .header.content
  .sw-minicart-container
  .minicart-wrapper
  a.action.showcart {
  padding: 0 45px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header.-sticky-header .sw-header-icons-container svg {
  width: 25px;
  height: 25px;
}
.page-header.-sticky-header .sw-account-container .switcher .action,
.page-header.-sticky-header .sw-account-container a,
.page-header.-sticky-header .sw-wishlist-container a,
.page-header.-sticky-header
  .header.content
  .sw-minicart-container
  .minicart-wrapper
  a.action.showcart {
  font-size: 12px;
}
.page-header.-sticky-header .header.content {
  height: 69px;
  z-index: 100001;
}
.page-header.-sticky-header .amsearch-input-wrapper .amsearch-input {
  padding: 10px 40px;
}
.page-header.-sticky-header .amsearch-button.-loupe {
  height: 20px;
  width: 20px;
  background-size: contain;
}
.page-header.-sticky-header .sw-account-container a,
.page-header.-sticky-header .sw-wishlist-container a,
.page-header.-sticky-header .sw-account-container .switcher .action,
.page-header.-sticky-header
  .header.content
  .sw-minicart-container
  .minicart-wrapper
  a.action.showcart {
  gap: 0;
}
.page-header.-sticky-header .rootmenu-list > li > a {
  font-size: 16px;
}
.cms-home .page-header.-sticky-header .rootmenu {
  border-bottom: none;
}
.related-products-bg {
  position: absolute;
  left: -80px;
  right: -80px;
  width: auto;
  z-index: -1;
  top: 0;
  bottom: -130px;
  height: auto;
}
.related-products-bg img {
  width: 100%;
  height: 100%;
}
.catalog-product-view .amrelated-grid-wrapper {
  padding-bottom: 100px;
  margin: 0 !important;
}
.catalog-product-view .block-products-list .slick-slider button.slick-arrow {
  background: #245baa url(../images/prev.svg) center / 25px no-repeat !important;
}
.catalog-product-view .block-products-list .slick-slider button.slick-arrow {
  background: #245baa url(../images/prev.svg) center / 25px no-repeat !important;
}
.catalog-product-view
  .block-products-list
  .slick-slider
  button.slick-arrow:hover {
  background: #000 url(../images/prev.svg) center / 25px no-repeat !important;
}
.catalog-product-view
  .block-products-list
  .slick-slider
  button.slick-arrow:hover {
  background: #000 url(../images/prev.svg) center / 25px no-repeat !important;
}
.block.block-minicart.-sticky-minicart {
  z-index: 100000 !important;
}
.checkout-index-index header .header.content {
  height: auto;
}
.checkout-index-index input {
  background-color: #fff;
}
.checkout-index-index .page-header.-sticky-header {
  display: none;
}
.shipping-address-items {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.amasty-jet-theme .switcher .dropdown:not(.options) {
  background: #245baa;
  border-radius: 0;
  box-shadow: none;
  padding: 20px;
}
.amasty-jet-theme .switcher a {
  color: #fff;
  padding: 5px 0;
}
.amasty-jet-theme .switcher li:not(:last-child) {
  padding-bottom: 0;
  border-bottom: 1px solid #fff;
}
.amasty-jet-theme .switcher a:hover {
  color: #f17721;
}
.account .nav-sections {
  border-bottom: 1px solid #cecbca;
}
#sw-cart-importer-container .uploader-container {
  width: 100% !important;
  background: #f5f3f4;
  border-radius: 25px;
  padding: 30px;
}
#sw-cart-importer-container .uploader-report {
  width: 100% !important;
}
.page-products a.action.towishlist:hover {
  background: #f17721;
}
.message.success {
  background: #27ae60;
  color: #fff;
}
.message.error {
  background: #e74c3c;
  color: #fff;
}
.account h1 {
  letter-spacing: 0;
  font-family: "Manrope 800";
}
.form.form-newsletter-manage input[type="checkbox"] + label {
  padding-inline-start: 40px;
}
.form.form-newsletter-manage input[type="checkbox"] + label:after {
  width: 22px;
  height: 22px;
}
.form-wishlist-items .products-grid .product-item {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.form-wishlist-items .product-item .product-item-comment {
  background: #fff;
  border-radius: 0;
  padding: 10px;
}
.form-wishlist-items .product-item .product-image-wrapper {
  padding-bottom: 100% !important;
}
.form-wishlist-items img.product-image-photo {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
}
.form-wishlist-items .product-item .price-box {
  margin: 10px 0;
}
.form-wishlist-items .price-box .price {
  font-family: "Manrope 800";
  font-size: 24px;
  color: #f17721;
}
.form-wishlist-items .products-grid .product-item-inner {
  border: none !important;
}
.form-wishlist-items .product-item .amtheme-qty-wrap {
  margin: 0;
}
.form-wishlist-items .amtheme-update-box {
  margin-bottom: 10px;
}
.opc-progress-bar {
  margin-bottom: 30px;
}
table.table-checkout-shipping-method tr.row {
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #cecbca;
}
table.table-checkout-shipping-method tr.row td {
  padding: 0 !important;
}
.order-attributes .control._with-tooltip {
  max-width: 30vw !important;
}
.opc-progress-bar > .opc-progress-bar-item:before {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  margin: 0 20px 0 0;
}
table.table-checkout-shipping-method tr.row:last-child {
  border: none;
}
table.table-checkout-shipping-method .field .control._with-tooltip input {
  width: 30vw;
  height: 45px;
}
.order-attributes .order-attributes-form.fieldset .field:last-child {
  margin-bottom: 0;
}
table.table-checkout-shipping-method > tbody > tr > td.col-method {
  margin-right: 20px;
}
.order-attributes .field-tooltip {
  top: 23px;
}
.opc-block-summary .amtheme-summary-content {
  padding: 0 !important;
}
.items-in-cart > .title .amtheme-icon {
  right: -10px;
}
.items-in-cart > .title strong span {
  font-family: "Manrope 800";
}
.items-in-cart > .title strong span.counter,
.items-in-cart > .title strong span.counter span {
  font-family: "Manrope Normal";
}
.opc-block-summary .minicart-items-wrapper > .minicart-items > .product-item {
  margin-bottom: 20px;
}
.opc-progress-bar > .opc-progress-bar-item._complete:before {
  background-image: url(../images/check.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.sw-payment-view .block.items-in-cart._am-mobile {
  background: #fff !important;
  border: 1px solid #cecbca !important;
  border-radius: 50px !important;
  padding: 43px !important;
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method .payment-method-content {
  padding: 0 !important;
}
.checkout-payment-method .opc-payment .payment-methods {
  margin: 0 !important;
}
form#co-payment-form fieldset.fieldset > br {
  display: none;
}
ol.minicart-items li {
  list-style: none;
}
ol.minicart-items {
  padding: 0;
}
.block.items-in-cart._am-mobile .product-item .product-image-wrapper {
  height: 187px;
  width: 135px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}
.block.items-in-cart._am-mobile .product-item > .product {
  display: flex;
  flex-wrap: wrap;
}
.block.items-in-cart._am-mobile .product-item .product-image-container {
  margin-inline-end: 25px;
}
.opc-block-summary .amtheme-summary-content .minicart-items-wrapper {
  padding: 0 !important;
}
ol.minicart-items li {
  margin-bottom: 20px;
}
.block.items-in-cart._am-mobile .product-item .product-item-name {
  color: #0057a7;
  font-family: "Manrope 700";
  font-size: 18px;
  margin-bottom: 4px;
  margin-top: 20px;
}
.block.items-in-cart._am-mobile
  .product-item
  .product-item-details
  > *:not(:last-child) {
  margin-bottom: 0;
  margin: 0;
}
.block.items-in-cart._am-mobile .product-item .product-item-details {
  margin: 0;
  justify-content: start;
}
.amtheme-estimated-total {
  text-align: right;
  padding-top: 20px;
  background-image: linear-gradient(
    to right,
    #cecbca 70%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: top;
  background-size: 15px 1px;
  background-repeat: repeat-x;
}
.amtheme-estimated-total span.estimated-price {
  color: #f17721;
  font-family: "Manrope 800";
  text-align: right;
  font-size: 21px;
}
.opc-block-summary .table-totals:after {
  content: none;
}
.opc-block-summary .table-totals {
  margin: 0 0 20px 0 !important;
}
tr.grand.totals th.mark,
tr.grand.totals td {
  background-image: linear-gradient(
    to right,
    #cecbca 70%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: top;
  background-size: 15px 1px;
  background-repeat: repeat-x;
  padding-top: 25px !important;
}
.checkout-cart-index tr.grand.totals th.mark,
.checkout-cart-index tr.grand.totals td {
  background-image: none;
}
tr.totals-tax th,
tr.totals-tax td {
  padding-bottom: 25px !important;
}
.opc-block-summary .table-totals .mark > strong,
.opc-block-summary .table-totals .amount > strong {
  font-family: "Manrope 800";
}
.shipping-information-content button.action.action-edit {
  display: flex;
  border-radius: 0;
  font-size: 0;
  padding: 0;
  right: 20px;
  top: 40px;
}
.shipping-information-content button.action.action-edit:before {
  content: "";
  background-image: url(../images/edit.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
}
.shipping-information-content button.action.action-edit:hover:before {
  opacity: 0.5 !important;
}
.shipping-information .ship-via .shipping-information-content {
  margin-bottom: 0;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  height: 25vh !important;
}
.page-layout-2columns-left .sidebar-additional {
  width: 100% !important;
  padding-right: 40px;
}
.rootmenu > .rootmenu-list .rootmenu-submenu > li {
  /* position: unset !important; */
}
.rootmenu > .rootmenu-list .rootmenu-submenu li:hover .rootmenu-submenu-sub {
  top: 0;
  /* height: 100%;
    overflow: auto; */
  background: #f17721;
  border: none;
  border-left: 1px solid #fff;
}
.account .sidebar.sidebar-main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.amtheme-sidebar-block .amtheme-actions button.size-s.tocart {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #f17721;
}
.amtheme-sidebar-block .amtheme-actions button.size-s.tocart:hover {
  background: #245baa;
}
.amtheme-sidebar-block .amtheme-actions button.size-s.tocart svg {
  width: 25px;
  margin-right: 10px;
}
.amtheme-sidebar-reorder .action.view {
  margin-inline-start: 0;
  margin-top: 10px;
  display: block;
}
.amtheme-sidebar-reorder .amtheme-name {
  margin-left: 10px;
}
.rootmenu > .rootmenu-list .rootmenu-submenu .cat-arrow::before {
  border-color: #fff !important;
}
.page-layout-1column
  .amtheme-product-wrap
  > .product.media
  .fotorama__stage__shaft {
  mix-blend-mode: darken;
}
.amtheme-product-wrap .fotorama__thumb img.fotorama__img {
  mix-blend-mode: darken;
}
.fotorama__fullscreen .fotorama__wrap .amlabel-position-wrapper {
  display: none !important;
}
.fotorama__fullscreen .fotorama__nav__shaft {
  justify-content: center;
}
.fotorama__fullscreen .fotorama__nav--thumbs .fotorama__nav__frame {
  height: 150px !important;
  width: 100px !important;
  margin: 0;
}
.fotorama__fullscreen .fotorama__thumb > .fotorama__img {
  padding: 20px;
  box-sizing: border-box;
}
.fotorama__fullscreen .fotorama__thumb {
  border-radius: 0;
}
.fotorama__fullscreen
  .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active:before {
  border-radius: 0;
}
.amtheme-product-info .product-info-price .price-final_price .price {
  font-size: 30px !important;
}
.amtheme-product-info .product-info-price .price-final_price .old-price .price {
  font-size: 20px !important;
}
.sw-account-container .switcher .dropdown:not(.options) {
  z-index: 100000;
}
.opc-block-summary .product-item .product-image-container .img {
  mix-blend-mode: darken;
}
.customer-account-logoutsuccess main#maincontent {
  margin-top: 30px;
}
.form-wishlist-items {
  z-index: 1;
  position: relative;
}
#sw-cart-importer-container .uploader-container {
  box-sizing: border-box;
}
.customer-account-edit main#maincontent {
  margin-top: 30px;
}
form .fields.-am-block,
.form.form-newsletter-manage .field.choice {
  padding: 0;
  background: transparent;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before,
input[type="checkbox"] + label:after,
input[type="radio"] + label:after,
label > input[type="checkbox"] + span:first-of-type:before,
label > input[type="radio"] + span:first-of-type:before,
label > input[type="checkbox"] + span:first-of-type:after,
label > input[type="radio"] + span:first-of-type:after {
  height: 22px;
  width: 22px;
}
.checkout-payment-method .opc-payment .payment-methods textarea {
  background: #fff;
}
.block.items-in-cart._am-mobile .product-item .product-item-details {
  width: calc(100% - 160px);
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  display: none;
}
.amsearch-products-section.-grid .amsearch-image img.product-image-photo {
  position: absolute;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  object-fit: contain;
}
.page-header.amsearch-full-width.-opened.-sticky-header .header.content {
  height: 69px;
}
.page-header.amsearch-full-width
  .amsearch-products-section.-grid:not(.-slider)
  .amsearch-item
  .product-image-container {
  width: 100% !important;
}
.page-header.amsearch-full-width .amsearch-result-section {
  max-height: 75vh;
}
.amsearch-products-section .amsearch-product-list .sw-proion-fulladiou-label {
  width: auto !important;
  font-size: 14px !important;
  display: inline-flex !important;
  padding: 0 10px;
}
.amsearch-products-section
  .amsearch-product-list
  .sw-proion-fulladiou-label
  .amlabel-text {
  font-size: 14px;
  position: relative !important;
}
.modal-popup._show {
  z-index: 10000000000 !important;
}
.product-item .action.tocart.-show-spinner:before {
  content: none !important;
}
.products.grid > .product-items button.action.tocart.primary {
  background-image: url(../images/cart.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 25px 25px !important;
}
.amtheme-sidebar-reorder .amtheme-name {
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
}
.catalog-category-view
  .amsearch-products-section
  .amsearch-product-list
  .product-item
  .product-image-wrapper {
  padding: 0 0 100% 0 !important;
  height: 0;
}

.cart.table-wrapper .block.discount {
  display: none;
}

button#empty_cart_button {
  background-color: #245baa;
  color: #fff;
  width: 420px;
  height: 65px;
  border-radius: 100px;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Manrope 700";
}
button#empty_cart_button:hover {
  background-color: #f5f3f4;
  color: #000000;
}

/* Changes for top banner sliders. */
.slider-slogan-categories .slider-slogan .ambanner-slider-container {
  height: 100%;
}
.slider-slogan {
  width: 50%;
}
.slider-slogan .ambanner-slider-container {
  border: none;
  border-radius: 0;
}
button.ambanner-arrow-button.-prev.slick-arrow {
  left: 0px !important;
}
button.ambanner-arrow-button.-next.slick-arrow {
  right: 0px !important;
}
/* Changes for top banner sliders end. */

/* Changes for category block. */
.slider-slogan-categories {
  display: flex;
  gap: 22px;
  height: auto;
  min-height: unset;
}
.home-categories {
  margin-top: 155px;
}
.ambanner-image-block > .ambanner-image {
  aspect-ratio: 16/8.3733;
}
.block-category {
  background: #f5f3f4;
  padding: 40px;
  border-radius: 50px;
  width: calc(20% - 16px);
  box-sizing: border-box;
}
.block-category-container {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  text-align: center;
}
.block-category-title {
  width: 100%;
}
.block-category-title h2 {
  color: #245baa;
  font-family: "Manrope 800";
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 85px;
  text-align: center;
  margin-top: 0;
}
.block-category:nth-child(n + 7) {
  width: calc(25% - 15px);
}
.block-category img.block-category-image {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}
.block-category-container {
  flex-wrap: wrap;
  justify-content: space-between !important;
  gap: 20px !important;
}
.ambanner-slider-block.slick-slider {
  height: 100% !important;
}
.block-category-title {
  width: 100%;
}
/* .slider-slogan .ambanner-slider-container {
  border: 20px solid #F5F3F4;
  border-radius: 50px;
  box-sizing: border-box;
  height: calc(66.666% - 6px);
} */
.slider-slogan .ambanner-slider-wrap {
  margin: 0;
}
/* Changes for category block end. */

/* Changes for cannon product slider. */
.cannon-product-container {
  padding: 40px;
  box-sizing: border-box;
  /* background: #F5F000; */
  background: #f5f3f4;
  position: relative;
  margin-top: 50px;
  display: flex;
  border-radius: 50px;
}
.cannon-image-container {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cannon-image-container img {
  max-height: 500px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
#amrelated-block-11 {
  width: 65%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
#amrelated-block-11.amrelated-grid-wrapper .block-title {
  margin: 0 !important;
  color: #000 !important;
  font-size: 114px !important;
  line-height: unset !important;
}
#amrelated-block-11.amrelated-grid-wrapper .block-title strong {
  line-height: 5vw;
  font-size: 5vw;
  text-align: left;
  display: block;
  color: #245baa;
}
.block.widget#amrelated-block-11.amrelated-grid-wrapper.grid
  .widget-product-grid
  .product-item-photo
  > img {
  padding: 0;
}
/* Changes for cannon product slider end. */
#amrelated-block-11 .slick-slide > div,
#amrelated-block-11 .slick-slide > div .product-item {
  height: 100%;
}
#amrelated-block-11 .product-item-details {
  flex-grow: 1;
  height: 100%;
  justify-content: start !important;
}
#amrelated-block-11 .price-box.price-final_price {
  margin-top: auto !important;
}

/* Changes to add unit price. */
span.regular-unit-price.old-unit-price {
  color: #cecbca;
  position: relative;
  margin-right: 5px;
}
span.regular-unit-price.old-unit-price::before {
  background: #cecbca;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(50%);
}
.product-item span.final-unit-price {
  color: #f17721;
  font-weight: 700;
  font-size: 24px;
  margin-right: 5px;
  font-family: "Manrope 800";
}
span.unit-title {
  margin-right: 5px;
}
.product-item .sw-regular-price {
  margin-top: 20px;
}
.amtheme-product-info .product-info-price .price-final_price .old-price .price {
  margin-right: 5px;
}
span.package-unit-title,
span.unit-title {
  color: #000;
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 1.25;
  font-family: "Manrope Normal";
  margin-right: 10px;
}
.product-item span.unit-title.special-price-unit-title {
  display: block;
}
.product-item span.package-unit-title.special-price-unit-title {
  display: block;
}
.product-item span.old-price.package-unit-price {
  margin-right: 5px;
}
.sw-display-price-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.amsearch-products-section
  .product-item
  .unit-price-wrapper-inner
  [data-role="priceBox"] {
  flex-direction: column;
}
.amsearch-item.product-item .sw-regular-price {
  margin-top: 20px !important;
}
.sw-tocart-form {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.cms-index-index .amrelated-grid-wrapper .price-box.price-final_price {
  flex-direction: column;
}
.catalog-product-view
  .product-info-main
  span.regular-unit-price:not(.old-unit-price) {
  font-size: 30px;
  font-weight: 700;
  font-family: "Manrope 800";
  color: #f17721;
}
.product-item .product-item-details .sw-regular-price > p {
  text-align: center;
}
.product-item .sw-product-sku.barcode,
.product-item .sw-package > p {
  text-align: center;
}
.amrelated-grid-wrapper
  .product-item
  span.regular-unit-price:not(.old-unit-price),
.amsearch-product-list
  .product-item
  span.regular-unit-price:not(.old-unit-price) {
  font-family: "Manrope 800";
  color: #f17721;
  font-size: 24px;
}
/* .amrelated-grid-wrapper .product-item span.unit-title,
.amsearch-product-list .product-item span.unit-title {
  display: block;
} */
.sw-unit-container {
  text-align: center;
}
.catalog-product-view
  .product-info-main
  .sw-regular-price.sw-regular-unit-price {
  display: flex;
  align-items: center;
}
.catalog-product-view
  .product-info-main
  .sw-regular-price.sw-regular-unit-price
  > p {
  margin: 0;
}
.catalog-product-view
  .product-info-main
  .sw-regular-price.sw-regular-unit-price
  .final-unit-price {
  color: #f17721;
}
.amsearch-product-list
  .amsearch-item
  .sw-regular-price.sw-regular-unit-price
  + .amsearch-wrapper-inner
  .price-final_price {
  flex-direction: column;
}
.cms-index-index
  .amrelated-grid-wrapper
  .product-item
  .sw-regular-price:not(.sw-regular-unit-price)
  + .price-final_price {
  flex-direction: row;
}
/* Changes to add unit price end. */

/* changes to regular price and unit price */
.catalog-product-view .product-info-main .sw-package {
  margin-bottom: 55px !important;
}
.catalog-product-view span.unit-title {
  margin-right: 10px;
  font-weight: 400 !important;
  line-height: 1.25;
  font-size: 20px;
}
.catalog-product-view span.final-unit-price {
  font-family: "Manrope 800";
  font-size: 30px;
}
.catalog-product-view .product-info-price {
  margin-top: 10px !important;
}
span.regular-unit-price.old-unit-price {
  color: #cecbca !important;
  font-size: 20px !important;
  font-family: "Manrope Normal" !important;
}
.page-products span.regular-unit-price {
  font-family: "Manrope 800";
  color: #f17721;
  font-size: 24px;
}
.page-products span.unit-title {
  font-size: 20px;
}
.page-products span.old-price.package-unit-price + .special-price {
  margin-right: 0;
}

.tabcontent .amlabel-position-wrapper {
  display: flex !important;
  flex-direction: column;
  gap: 5px;
}
.tabcontent .amlabel-position-wrapper .sw-proion-fulladiou-label {
  order: 1;
}
.tabcontent .amlabel-position-wrapper .sw-neo-label {
  order: 2;
  margin: 0 !important;
}

/* end changes to regular price and unit price */

/* Greek flag label hotfix. */
.cms-index-index
  .amrelated-grid-wrapper
  .product-item
  .amlabel-position-wrapper {
  width: auto !important;
}
/* Greek flag label hotfix end. */

@media screen and (max-width: 1880px) {
  .cannon-image-container {
    width: 25%;
  }
  #amrelated-block-11 {
    width: 75%;
  }
  .cannon-image-container img {
    padding-right: 50px;
    box-sizing: border-box;
  }
}

@media (min-width: 1080px) {
  .amgdprcookie-bar-container {
    position: relative !important;
    transform: unset !important;
  }
}
.amgdprcookie-cookie-settings-modal .modal-inner-wrap {
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

@media screen and (max-width: 1580px) {
  .slider-slogan [data-content-type="row"][data-appearance="contained"] {
    padding: 0 50px;
  }
  .rootmenu-list > li > a,
  .sw-top-header-information,
  body,
  .sw-why-captain p,
  .newsletter-inner p {
    font-size: 16px !important;
  }
  .slider-slogan-categories .block-category-image {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .amsearch-products-section
    .amsearch-product-list
    .sw-tocart-form
    .amtheme-qty-box
    .amtheme-plus,
  .amsearch-products-section
    .amsearch-product-list
    .sw-tocart-form
    .amtheme-qty-box
    .amtheme-minus,
  .amsearch-products-section
    .amsearch-product-list
    .sw-tocart-form
    .amtheme-qty-box
    .input-text {
    width: 40px;
    height: 40px;
  }
  .amsearch-products-section
    .amsearch-product-list
    .product-item
    .action.tocart {
    width: 40px !important;
    height: 40px !important;
    padding: 10px !important;
  }
  .info-item p {
    font-size: 3vw !important;
    margin-top: 3vh;
    line-height: 3vw !important;
  }
  .info-item span {
    font-size: 18px;
    line-height: 18px;
  }
  .toolbar-sorter .sorter-label {
    font-size: 16px;
  }
  .products.grid > .product-items,
  .form-wishlist-items .products-grid > .product-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .columns .column.main .amtheme-product-wrap {
    grid-template-columns: 40% calc(60% - 115px) !important;
  }
  .fotorama__nav--thumbs .fotorama__nav__frame {
    height: 20vh !important;
  }
  .amtheme-product-wrap .fotorama__nav.fotorama__nav--thumbs,
  .fotorama__fullscreen .fotorama__nav.fotorama__nav--thumbs {
    height: 20vh !important;
  }
  .cart.item.product-item .product-item-photo {
    width: 150px;
  }
  .cart.item.product-item .product-image-wrapper {
    width: 150px;
    height: 150px;
  }
  .amtheme-address-info > .amtheme-content:last-child {
    font-size: 16px;
  }
  .shipping-address-items {
    grid-template-columns: 1fr 1fr;
  }
  table.table-checkout-shipping-method .field .control._with-tooltip input {
    width: 20vw;
  }
}

@media screen and (max-width: 1480px) {
  header.page-header.amsearch-full-width {
    padding: 0 50px;
  }
  .catalog-product-view main#maincontent {
    padding: 0 50px;
  }
  .amsearch-products-section .amsearch-product-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .opc-progress-bar {
    max-width: 100% !important;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-inline-end: 50px !important;
    padding-inline-start: 50px !important;
  }
  .checkout-index-index .page-main {
    padding: 0 50px !important;
  }
  .slider-slogan .block-static-block h1 {
    font-size: 2.5vw;
    line-height: 3vw;
  }
  .slider-slogan-categories .block-category-name {
    font-size: 14px;
  }
  .tablinks {
    font-size: 30px;
  }
  .home-popular-categories h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 40px;
  }
  .amrelated-grid-wrapper .block-title,
  .block-category-title h2 {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 40px !important;
  }
  .sw-homepage-catalogs:before {
    left: -50px;
    right: -50px;
  }
  .sw-homepage-partners h3 {
    font-size: 30px;
    line-height: 30px;
    min-height: 95px;
  }
  .sw-maziki-prosthiki,
  .sw-collaboration-block {
    padding: 50px;
  }
  .sw-why-captain h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .info-item img {
    margin-top: 5vh;
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
  .newsletter-inner span,
  .newsletter-inner h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .sw-newsletter-block {
    max-width: 100%;
  }
  .sw-footer-container {
    max-width: 100%;
    padding: 165px 50px 0;
  }
  .footer-column a,
  .footer-column p {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-column .social-links a {
    font-size: 24px;
  }
  .copyright:before {
    width: auto;
    left: 50px;
    right: 50px;
  }
  .rootmenu-list > li > a,
  .sw-top-header-information {
    font-size: 14px !important;
  }
  .filter-options-item
    .filter-options-content
    .items
    [class*="am-filter-item"] {
    font-size: 14px;
  }
  .block.filter .filter-options-title {
    font-size: 18px;
  }
  .page-layout-2columns-left .page-main > .columns {
    grid-template-columns: auto calc(100% - 295px) !important;
  }
  .fotorama__nav--thumbs .fotorama__nav__frame,
  .amtheme-product-wrap .fotorama__nav.fotorama__nav--thumbs,
  .fotorama__fullscreen .fotorama__nav.fotorama__nav--thumbs {
    height: 150px !important;
  }
  .fotorama__thumb,
  .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active:before {
    border-radius: 25px;
  }
  .breadcrumbs .item.home a,
  .breadcrumbs a,
  .breadcrumbs strong {
    font-size: 14px;
  }
  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type*="date"],
  input[type="email"] {
    font-size: 16px;
  }
  .block.items-in-cart._am-mobile .product-item .product-image-wrapper {
    width: 100%;
    height: 100%;
    padding: 30px 0;
  }
  .block.items-in-cart._am-mobile .product-item > .product {
    align-items: center;
  }
  .block.items-in-cart._am-mobile .product-item .product-image-container {
    width: 100px;
  }
  .opc-block-summary .product-item .product-item-details {
    max-width: 100%;
    width: calc(100% - 125px);
  }
  .minicart-items .sw-package {
    margin-bottom: 5px !important;
  }
  .minicart-items span.sw-price {
    margin-bottom: 0 !important;
  }
  .block.items-in-cart._am-mobile .product-item .product-item-name {
    margin-top: 0;
  }
  .block.block-minicart .block-title span.text {
    font-size: 18px;
  }
  .block.block-minicart .block-title .items-total,
  .product-added-message-container {
    font-size: 14px;
  }
  .block.block-minicart .product-item .product-item-name a {
    font-size: 18px;
  }
  .product-item-details .sw-sku {
    font-size: 16px;
  }
  .page-layout-2columns-left.page-with-filter .toolbar-products,
  .page-layout-2columns-right.page-with-filter .toolbar-products {
    max-width: calc(100% - 295px) !important;
  }
  .toolbar-sorter .amtheme-placeholder.-selected,
  .limiter .amtheme-placeholder.-selected {
    padding: 0 20px;
    font-size: 14px;
  }
  .cart-summary > .cart-totals .mark strong {
    font-size: 18px;
  }
}

@media screen and (max-width: 1380px) {
  .cart.item.product-item .product-item-photo {
    width: 100px;
  }
  .cart.item.product-item .product-image-wrapper {
    width: 100px;
    height: 100px;
  }
  .cart.item .item-info .product-item-name > a {
    font-size: 16px;
  }
  .cart.item .product-item-details p {
    font-size: 14px;
  }
  .table-wrapper .sw-package p {
    font-size: 14px;
  }
  .cart.item .amtheme-qty-box > .amtheme-minus,
  .cart.item .amtheme-qty-box > .amtheme-plus,
  .cart.item .item-info .amtheme-qty-box > .amtheme-qty {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .cart.item .item-info .col.item {
    width: 40%;
  }
  table#shopping-cart-table thead th.col.item {
    width: 40%;
  }
  .cart.items > thead > tr > th {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 1280px) {
  .sw-account-container .switcher .action,
  .sw-account-container a,
  .sw-wishlist-container a,
  .page-header.amsearch-full-width
    .header.content
    .sw-minicart-container
    .minicart-wrapper
    a.action.showcart {
    font-size: 12px;
  }
  .rootmenu > .rootmenu-list .rootmenu-submenu li a {
    font-size: 14px !important;
  }
  .rootmenu > .rootmenu-list > li.custom-menus:not(:last-child) {
    margin-right: 20px;
  }
  .slider-slogan-categories .block-category-container {
    grid-gap: 10px;
  }
  .slider-slogan-categories {
    gap: 10px;
  }
  .slider-slogan .block-static-block {
    height: calc(33.333% - 10px);
    margin: 10px 0 0;
  }
  .slider-slogan .ambanner-slider-container {
    border: 10px solid #f5f3f4;
    height: calc(66.666%);
  }
  .slider-slogan picture.ambanner-image-block {
    border-radius: 40px;
    overflow: hidden;
  }
  .home-product-sliders {
    margin-top: 100px;
  }
  .home-popular-categories .pagebuilder-column-group a {
    padding: 10px;
  }
  .sw-homepage-catalogs img {
    border: 10px solid #fff;
  }
  .sw-copyright span {
    font-size: 12px;
  }
  .page-products .top-toolbar .limiter .limiter-text {
    display: none;
  }
  .products.grid > .product-items,
  .form-wishlist-items .products-grid > .product-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .amtheme-product-info .amtheme-qty-box > .amtheme-qty,
  .amtheme-product-info .amtheme-qty-box > .amtheme-plus,
  .amtheme-product-info .amtheme-qty-box > .amtheme-minus,
  .amtheme-product-info .amtheme-qty-box > .amtheme-qty,
  .catalog-product-view .product-addto-links a.action.towishlist,
  .amtheme-product-wrap .product-addto-links .action .amtheme-circle-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .amtheme-product-wrap .product-addto-links .action .amtheme-circle-icon svg {
    width: 25px;
  }
  .amtheme-product-info
    .amtheme-add-form-bottom.-under
    .product-options-bottom {
    width: calc(100% - 260px);
  }
  .amtheme-add-form-bottom.-under button.action.tocart.primary {
    height: 50px;
  }
  .cms-oi-etiketes-mas .static-images-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .action.primary,
  .amshopby-button,
  .am-filter-go,
  .widget.amrelated-grid-wrapper.grid
    .widget-product-grid
    .product-item-actions
    .action.tocart,
  .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
  .am-show-button > .amshopby-button {
    height: 50px;
  }
  .checkout-shipping-address,
  li#opc-shipping_method,
  .opc-block-summary {
    padding: 30px;
  }
  .cart-summary {
    padding: 30px !important;
  }
  .opc-block-summary {
    padding: 30px !important;
  }
  table.table-checkout-shipping-method > tbody > tr > td,
  .payment-method span {
    font-size: 14px;
  }
  .sw-payment-view .block.items-in-cart._am-mobile {
    padding: 30px !important;
  }
  div#checkout-payment-method-load {
    padding: 30px;
  }
  button.action.button-as-link.update,
  .sw-cart-wrap-inner a.action.continue,
  .cart-summary > .checkout.methods .action.checkout {
    height: 50px;
    font-size: 16px;
  }
  .cart.item .item-info td.col.item.delete {
    right: 30px;
  }
  .cart.item .item-info > .col.price,
  .cart.item .item-info > td.col.subtotal,
  table#shopping-cart-table thead th.col.price,
  table#shopping-cart-table thead th.col.subtotal {
    width: 20%;
  }
  .sw-cart-wrap {
    display: block;
  }
  div#block-discount {
    padding-left: 0;
    padding-top: 0;
  }
  span#block-discount-heading {
    font-size: 16px;
  }
  .sw-cart-wrap-inner {
    float: none;
  }
  button.action.button-as-link.update,
  .sw-cart-wrap-inner a.action.continue {
    width: 350px;
  }
  .checkout-cart-index .cart-container > .amtheme-form-wrapper {
    width: calc(100% - 25% - 20px) !important;
  }
  .checkout-cart-index .cart-container > .cart-summary {
    margin-inline-start: 0 !important;
  }
  input#coupon_code,
  .sw-cart-wrap .amtheme-actions-toolbar .button-as-link,
  .button-as-link.action {
    height: 50px;
    font-size: 16px;
  }
  .fieldset.coupon {
    margin-bottom: 20px;
  }
  .sw-top-header-information .pagebuilder-column {
    width: auto !important;
  }
  .sw-top-header-information .pagebuilder-column-group {
    justify-content: space-between;
  }
  .cannon-image-container {
    display: none;
  }
  #amrelated-block-11 {
    width: 100%;
  }
  #amrelated-block-11.amrelated-grid-wrapper .block-title strong {
    text-align: center;
  }
}

@media screen and (max-width: 1180px) {
  .rootmenu > .rootmenu-list > li.custom-menus:not(:last-child) {
    margin-right: 15px;
  }
  .amsearch-products-section .amsearch-product-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .info-item span {
    font-size: 16px;
    line-height: 16px;
  }
  .sw-homepage-catalogs h4 {
    line-height: 30px;
  }
  .sw-homepage-catalogs span {
    bottom: 90px;
  }
}

@media screen and (max-width: 1080px) {
  .sections.nav-sections {
    padding: 0;
    background: #fff;
    transition: all 0.2s ease-in-out;
    bottom: 100%;
    box-sizing: border-box;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .amsearch-overlay-block .amsearch-overlay {
    display: none;
  }
  .amsearch-overlay-block {
    display: none !important;
  }
  .amsearch-input-wrapper .amsearch-button.-close {
    display: none;
  }
  .amsearch-products-section
    .amsearch-product-list
    .product-item
    .action.tocart {
    margin: 0;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    width: 100% !important;
  }
  .page-header.amsearch-full-width.-opened {
    height: auto;
  }
  .amsearch-result-section {
    box-shadow: 0 20px 20px rgb(0 0 0 / 15%);
  }
  .page-header.amsearch-full-width.-opened .header.content {
    height: auto;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    border-top: none;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    max-height: 65vh;
  }
  .page-header.amsearch-full-width.-opened .minicart-wrapper {
    display: block;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: 0;
    right: 15px;
    top: 5px;
  }
  .page-header.amsearch-full-width .amsearch-full_width-title {
    display: none;
  }
  .customer-account-login main#maincontent .columns {
    border-top: none;
  }
  .nav-before-open.nav-open .sections.nav-sections {
    padding-bottom: 12.5px;
    bottom: 0;
    overflow-y: scroll;
  }
  .page-header .amtheme-navigation-icon {
    display: block !important;
  }
  .page-header .panel.wrapper {
    display: block !important;
  }
  .sw-top-header-information .pagebuilder-column {
    flex-basis: unset !important;
  }
  .nav-sections {
    border-top: none;
  }
  header.page-header.amsearch-full-width {
    padding: 0 30px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-inline-end: 30px !important;
    padding-inline-start: 30px !important;
  }
  .page-header > .content .logo-image {
    height: 60px;
  }
  .header.content {
    justify-content: start !important;
  }
  .sw-header-icons-container {
    margin-left: auto;
  }
  .page-header .logo {
    margin: 0;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: transparent;
    height: 40px;
    position: relative;
    display: block;
  }
  .page-header .sw-header-icons-container svg {
    width: 25px;
    height: 25px;
  }
  .sw-header-icons-container,
  header .header.content {
    height: auto;
  }
  .page-header.amsearch-full-width
    .header.content
    .sw-minicart-container
    .minicart-wrapper
    a.action.showcart {
    padding: 0 25px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header .amsearch-wrapper-block:before {
    background: #cecbca;
    width: auto;
    left: 0;
    right: 0;
    margin: 0;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    padding: 0;
  }
  .amsearch-input-wrapper .amsearch-input {
    padding: 0 30px;
    height: 40px;
    border-radius: 0;
  }
  .amsearch-button.-loupe {
    height: 20px;
    width: 20px;
    background-size: contain;
  }
  header.page-header.amsearch-full-width {
    height: auto;
  }
  .page-header.amsearch-full-width .amsearch-full_width-title {
    padding: 0;
  }
  header.page-header.amsearch-full-width.-sticky-header .panel.wrapper {
    display: none !important;
  }
  header.page-header.amsearch-full-width.-sticky-header
    section.amsearch-wrapper-block {
    display: none;
  }
  .page-header.-sticky-header .amtheme-navigation-icon {
    display: block !important;
  }
  .page-header.-sticky-header .header.content {
    height: 70px;
    align-items: center;
  }
  .amtheme-icon-box {
    padding: 0;
  }
  header.page-header.amsearch-full-width.-sticky-header {
    padding-bottom: 0;
    height: 70px;
  }
  header.page-header.amsearch-full-width.-sticky-header
    .sw-header-icons-container,
  header.page-header.amsearch-full-width.-sticky-header .header.content {
    height: 70px;
  }
  header.page-header.amsearch-full-width.-sticky-header
    .header.content
    .sw-minicart-container
    .minicart-wrapper
    a.action.showcart {
    height: 70px;
  }
  .page-header.-sticky-header .sw-account-container a,
  .page-header.-sticky-header .sw-wishlist-container a,
  .page-header.-sticky-header .sw-account-container .switcher .action,
  .page-header.-sticky-header
    .header.content
    .sw-minicart-container
    .minicart-wrapper
    a.action.showcart {
    gap: 5px;
  }
  .slider-slogan-categories {
    height: auto;
  }
  .slider-slogan-categories {
    gap: 0;
    flex-wrap: wrap;
  }
  .slider-slogan {
    width: 100%;
    display: grid;
    grid-template-columns: 60% 40%;
    grid-gap: 10px;
    align-items: stretch;
  }
  .slider-slogan .block-static-block {
    height: auto;
    box-sizing: border-box;
    margin: 0;
  }
  .slider-slogan .ambanner-slider-container {
    height: auto;
  }
  .ambanner-slider-block.slick-slider {
    height: auto !important;
    width: 100%;
    margin: 0;
    aspect-ratio: 18/9;
  }
  .rootmenu > .rootmenu-list .rootmenu-submenu li:hover .rootmenu-submenu-sub {
    height: auto;
    overflow: unset;
    background: transparent;
    border-left: none;
    position: relative;
    left: 0;
    padding-left: 20px;
  }
  .rootmenu > .rootmenu-list .rootmenu-submenu .rootmenu-submenu-sub {
    position: relative !important;
    left: unset !important;
    padding: 0 0 0 20px !important;
    border-bottom: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  .rootmenu > .rootmenu-list .rootmenu-submenu > li {
    position: relative !important;
  }
  .slider-slogan .ambanner-slider-wrap {
    height: auto;
  }
  .slider-slogan-categories .home-categories {
    width: 100%;
    margin-top: 10px;
  }
  .slider-slogan-categories .block-category-link {
    height: 150px;
  }
  .slider-slogan .block-static-block h1 {
    font-size: 4vw;
    line-height: 4vw;
  }
  .tablinks {
    font-size: 22px;
  }
  .home-tab-sliders .tab {
    margin-bottom: 20px;
  }
  .amtheme-products-secondary.-in-widget .product-item,
  .amtheme-products-grid
    .widget.block-static-block
    .block.block-products-list
    .product-items
    .product-item,
  .widget.block-static-block
    .amtheme-products-grid
    .block.block-products-list
    .product-items
    .product-item,
  .block.amrelated-grid-wrapper.grid .widget-product-grid .product-item,
  .amasty-jet-theme
    .block.amshopby-morefrom
    .block-content
    .product-items
    .product-item {
    max-width: 100% !important;
    width: 100% !important;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-photo,
  .amtheme-products-secondary.-in-widget .product-item-photo,
  .amtheme-products-grid
    .widget.block-static-block
    .block.block-products-list
    .product-items
    .product-item-photo,
  .widget.block-static-block
    .amtheme-products-grid
    .block.block-products-list
    .product-items
    .product-item-photo,
  .widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-photo,
  .block.amshopby-morefrom .block-content .product-items .product-item-photo {
    background: transparent !important;
    padding: 0 !important;
  }
  .slider-slogan .ambanner-arrow-button {
    width: 50px !important;
    height: 50px !important;
  }
  .products-grid.products
    > .amtheme-products-secondary.slick-slider
    .product-item-info,
  .amtheme-products-secondary.-in-widget.slick-slider .product-item-info,
  .amtheme-products-grid
    .widget.block-static-block
    .block.block-products-list
    .product-items.slick-slider
    .product-item-info,
  .widget.block-static-block
    .amtheme-products-grid
    .block.block-products-list
    .product-items.slick-slider
    .product-item-info,
  .widget.amrelated-grid-wrapper.grid
    .widget-product-grid.slick-slider
    .product-item-info,
  .block.amshopby-morefrom
    .block-content
    .product-items.slick-slider
    .product-item-info {
    margin: 0 !important;
  }
  .block.widget.amrelated-grid-wrapper.grid
    .widget-product-grid
    .product-item-photo {
    padding-bottom: 100% !important;
  }
  .amrelated-grid-wrapper .slick-slide {
    margin: 0 5px;
  }
  .product-items.slick-slider > .slick-list {
    margin: 0 -5px;
  }
  .slick-slider button.slick-arrow {
    height: 50px;
    width: 50px;
  }
  .block-products-list .slick-slider .slick-arrow.slick-prev {
    left: -25px;
  }
  .block-products-list button.slick-next.slick-arrow {
    right: -25px !important;
  }
  .pagebuilder-column-group {
    flex-wrap: unset;
  }
  .home-popular-categories {
    margin-top: 100px;
  }
  .home-popular-categories .pagebuilder-column-group {
    gap: 10px;
  }
  .sw-homepage-catalogs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner-content-01 {
    margin-right: 0;
  }
  .banner-content-01,
  .banner-content-02 {
    width: 50%;
    text-align: center;
  }
  .sw-homepage-catalogs img {
    width: 300px;
  }
  .sw-homepage-catalogs h4 {
    font-size: 20px;
    margin: 50px 0 30px;
  }
  .sw-homepage-catalogs span {
    bottom: 50px;
    width: 60px;
    height: 60px;
  }
  .sw-homepage-catalogs span:before {
    content: "";
    background: url(../images/eye.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sw-homepage-partners {
    display: block;
    margin-top: 100px;
  }
  .sw-maziki-prosthiki,
  .sw-collaboration-block {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
  }
  .sw-homepage-partners h3 {
    font-size: 28px;
    min-height: unset;
  }
  .sw-homepage-partners h3 br,
  .sw-maziki-prosthiki h3 br,
  .newsletter-inner p br {
    display: none;
  }
  .sw-homepage-partners p {
    margin: 20px 0;
  }
  .sw-maziki-prosthiki {
    margin-bottom: 10px;
  }
  .sw-why-captain {
    margin-top: 100px;
  }
  .sw-why-captain > p {
    width: 100%;
  }
  .why-captain-inner {
    grid-gap: 10px;
    margin-top: 50px;
  }
  .sw-newsletter-block {
    display: block;
    margin: 50px auto;
  }
  .newsletter-inner {
    margin-right: 0;
  }
  form#newsletter-validate-detail {
    justify-content: start;
    margin-top: 20px;
  }
  .field.newsletter {
    width: calc(100% - 80px);
  }
  .nav-before-open.nav-open .sections.nav-sections {
    /* top: 119px; */
    top: 175px;
    left: 0;
    background: #f5f3f4 !important;
  }
  .nav-before-open .sections.nav-sections,
  .sections.nav-sections {
    left: 0;
    background: #f5f3f4 !important;
  }
  .rootmenu > .rootmenu-list.mobile-sub {
    display: block !important;
  }
  .rootmenu > .rootmenu-list {
    height: auto;
  }
  .cms-home .rootmenu {
    border-bottom: none;
    background: transparent !important;
  }
  .amtheme-menu-block {
    background: transparent !important;
  }
  .rootmenu > .rootmenu-list > .category-item a {
    display: flex !important;
    align-items: center;
    justify-content: start;
    width: 100%;
    box-sizing: border-box;
  }
  .rootmenu > .rootmenu-list > li:first-child > a {
    border-radius: 0 !important;
    padding: 0 !important;
  }
  .rootmenu > .rootmenu-list > .category-item > a:before {
    content: none;
  }
  .rootmenu > .rootmenu-list > li.category-item > a {
    height: auto;
    padding: 5px 0 !important;
  }
  .rootmenu > .rootmenu-list.mobile-sub {
    padding: 30px !important;
    box-sizing: border-box !important;
  }
  .rootmenu > .rootmenu-list.mobile-sub > li:not(:last-child) {
    border-bottom: 1px solid #000 !important;
  }
  .rootmenu > .rootmenu-list.mobile-sub > li {
    width: 100%;
  }
  .rootmenu > .rootmenu-list .rootmenu-submenu li a {
    border: none !important;
  }
  .rootmenu > .rootmenu-list .rootmenu-submenu {
    border: none !important;
  }
  .rootmenu > .rootmenu-list .rootmenu-submenu {
    background: transparent !important;
  }
  .rootmenu > .rootmenu-list .rootmenu-submenu li a {
    color: #000 !important;
    padding: 3px 0 0 20px !important;
  }
  .rootmenu > .rootmenu-list > li > .rootmenu-submenu {
    padding-bottom: 20px;
  }
  .sections.nav-sections:before {
    content: none !important;
  }
  .rootmenu > .rootmenu-list > .category-item > a {
    background: transparent;
  }
  .amtheme-menu-account.-title > a,
  .amtheme-menu-compare .compare {
    color: #000;
  }
  .nav-sections-items
    .amtheme-menu-block
    + .section-item-title.amtheme-item.-bottom {
    padding: 0 30px;
    display: none;
  }
  header.page-header.amsearch-full-width.-sticky-header .sections.nav-sections {
    top: 70px;
  }
  .nav-before-open.nav-open .sections.nav-sections {
    padding-bottom: 30px;
  }
  .nav-open .page-wrapper {
    overflow: hidden;
  }
  .products.grid > .product-items,
  .form-wishlist-items .products-grid > .product-items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .block.filter .filter-subtitle {
    display: none;
  }
  .page-layout-2columns-left .page-main > .columns {
    margin-top: 0;
  }
  .page-layout-2columns-left.page-with-filter .toolbar-products,
  .page-layout-2columns-right.page-with-filter .toolbar-products {
    max-width: 100% !important;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top-toolbar .toolbar .toolbar-amount {
    width: 100%;
    order: 3;
    margin: 20px 0;
  }
  .page-products .top-toolbar .limiter {
    margin-left: 0;
  }
  .page-with-filter .toolbar-sorter.sorter,
  .page-with-filter .search.results .toolbar-sorter.sorter {
    width: calc(100% - 100px);
    margin: 0;
  }
  .toolbar-sorter .amtheme-filter-button .amtheme-icon {
    padding: 0;
  }
  .toolbar-sorter .amtheme-placeholder.-selected,
  .limiter .amtheme-placeholder.-selected {
    height: 50px;
  }
  .toolbar-sorter .amtheme-filter-button {
    background: #000;
    height: 50px;
    padding: 0 30px;
    border-radius: 50px;
    color: #fff;
  }
  .toolbar-sorter .amtheme-filter-button .amtheme-icon {
    fill: #fff;
  }
  .page-layout-2columns-left.page-with-filter
    #amasty-shopby-product-list
    > .toolbar-products:last-child {
    margin: 30px 0 0;
  }
  .amtheme-sidebar-block,
  .sidebar .block.widget,
  .column.main .block.widget.block-viewed-products-grid {
    margin-bottom: 0;
  }
  .sw-footer-container {
    padding: 130px 30px 0;
  }
  .copyright:before {
    left: 30px;
    right: 30px;
  }
  .sw-footer-container {
    margin: 0 0 10px 0;
  }
  .block.filter.active .amtheme-close:after {
    content: none !important;
  }
  .block.filter .amtheme-close:after {
    background: #000;
  }
  .block.filter.active:before {
    content: "";
    background: rgb(0 0 0 / 80%);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .block.filter.active .amtheme-close {
    background: transparent !important;
  }
  .block.filter.active .amtheme-icon.-close {
    fill: #fff;
  }
  .filter-options-item .filter-options-content .count {
    position: relative;
  }
  .block.filter .filter-content {
    padding: 30px;
    box-sizing: border-box;
  }
  .block.filter .filter-options-item:first-child {
    border: none;
    margin: 0;
    padding: 0;
  }
  .block.filter .filter-options-title {
    border-top: none;
  }
  .block.filter .filter-options-item:not(:last-child) {
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .block.filter .filter-options-item:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    border-radius: 0;
  }
  .amasty-jet-theme .amshopby-filter-current .amshopby-item.item {
    background: transparent;
    border: 1px solid #000;
    border-radius: 50px;
    font-size: 14px;
    width: auto;
    margin: 0 5px 5px 0;
  }
  .amshopby-filter-current .amshopby-filter-name,
  .amshopby-filter-current .amshopby-filter-value {
    font-size: 14px;
  }
  .cms-home .page-main {
    margin-top: 10px;
  }
  .catalog-category-view .page-title {
    line-height: 40px;
    margin: 0;
  }
  .catalog-category-view .wrapper-description {
    margin: 10px auto;
  }
  .catalog-product-view .page-main {
    margin-top: 10px;
  }
  .columns .column.main .amtheme-product-wrap {
    display: block;
  }
  .amtheme-product-wrap > .product.media {
    max-height: unset;
    max-width: unset;
  }
  .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    height: 100%;
    object-fit: contain;
  }
  .fotorama__nav--thumbs .fotorama__nav__frame {
    width: 150px !important;
    margin: 0 !important;
  }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    display: none !important;
  }
  .info-item:not(:last-child) {
    margin-right: 0;
  }
  .info-item {
    height: auto;
    padding-bottom: 0;
  }
  .info-item-content {
    position: relative;
    left: unset;
    right: unset;
  }
  .info-item span {
    height: auto;
    padding: 0 20px;
  }
  .catalog-product-view main#maincontent {
    padding: 30px 30px 0 30px;
  }
  .sw-contact-page-container {
    display: block;
  }
  .contact-map {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .map-container iframe {
    aspect-ratio: 16/9;
    height: auto;
  }
  .sw-sitemap a {
    font-size: 14px;
  }
  .checkout-cart-index .cart-container > .amtheme-form-wrapper {
    width: 100% !important;
  }
  .cart.item .item-info {
    box-sizing: border-box;
  }
  .cart.item .amtheme-label-small {
    display: none;
  }
  .cart.item .amtheme-column-toolbar .amtheme-cell {
    align-items: start;
  }
  button.action.button-as-link.update,
  .sw-cart-wrap-inner a.action.continue {
    width: 100%;
  }
  input#coupon_code {
    width: 100%;
  }
  .checkout-cart-index .cart-container > .cart-summary {
    width: 100% !important;
    margin: 0;
    box-sizing: border-box;
  }
  .checkout-index-index .page-main {
    padding: 0 30px !important;
  }
  .checkout-container > .opc-wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .checkout-container > .opc-sidebar {
    margin: 30px 0 0 0 !important;
    width: 100% !important;
  }
  .page-layout-2columns-left .sidebar-additional {
    padding-right: 0;
    margin-top: 50px;
  }
  .sitemap-index-index h1.page-title,
  .contact-index-index h1.page-title,
  .customer-account-create .page-title {
    border-top: none;
  }
  .cart.item .item-info {
    flex-wrap: nowrap;
  }
  .cart.item .col.item {
    margin-bottom: 0;
  }
  .order-attributes .control._with-tooltip {
    max-width: unset !important;
    width: 45vw;
  }
  table.table-checkout-shipping-method .field .control._with-tooltip input {
    width: 90%;
  }
  .opc-block-summary {
    position: relative;
  }
  .opc-summary-open body {
    overflow: visible;
  }
  .checkout-index-index .header.content > .logo {
    margin: auto;
  }
  .customer-account-forgotpassword main#maincontent,
  .customer-account-createpassword main#maincontent {
    margin: 30px auto !important;
  }
  .customer-account-create .page-title {
    margin: 0 auto 30px !important;
    text-align: center;
  }
  .authlinks.block-collapsible-nav {
    margin-bottom: 0 !important;
    margin-top: 20px;
  }
  .account-nav-content {
    margin: 0;
    background: transparent;
    display: block;
    padding: 0;
  }
  .account-nav-title {
    display: none;
  }
  .account-nav-content .nav.item > a {
    margin: 0;
  }
  .account-nav-content .nav.item {
    margin: 0;
  }
  .amtheme-card-block,
  .actions-toolbar.amtheme-quote-actions,
  .amtheme-addresses-block.-dashboard-addresses,
  .amtheme-addresses-block.-dashboard-addresses,
  .amtheme-address-method {
    margin: 0 0 20px 0;
  }
  .amtheme-addresses-block > .amtheme-content,
  .amtheme-addresses-block.-addresses-grid {
    background: transparent;
  }
  .account .sidebar-additional {
    margin-top: 0;
  }
  .account-nav-content {
    margin: 20px 0 0;
  }
  .account-nav-content .nav.item.current {
    margin: 0 0 10px;
  }
  form .fields.-am-block,
  .form.form-newsletter-manage .field.choice,
  .amtheme-gift-options .fieldset > .fields {
    background: transparent;
    margin: 0;
    padding: 0;
  }
  .form-wishlist-items .product-item-actions .action.edit {
    margin-top: 0;
  }
  .form-wishlist-items .product-item-actions {
    flex-direction: unset;
    margin: 10px 0;
    justify-content: end;
  }
  .sw-account-container {
    /*display: none;*/
  }
  .home-categories {
    margin-top: 100px;
  }
  .slider-slogan {
    display: block;
  }
  .block-category-container::-webkit-scrollbar {
    width: 0 !important;
    display: none !important;
  }
  .home-categories {
    position: relative;
  }
  .block-category-container {
    display: flex;
    overflow: auto;
    margin: 0 -30px !important;
    padding: 70px 30px 0 30px;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }
  .block-category-title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .block-category-container .block-category,
  .block-category:nth-child(n + 7) {
    flex-shrink: 0;
    width: 200px;
  }
}

@media screen and (max-width: 1023px) {
  .opc-block-summary .amtheme-summary-order {
    box-shadow: none;
    padding: 0;
  }
  .estable td {
    line-height: 16px !important;
  }
  #card-popup-document.opened {
    box-sizing: border-box;
    max-width: calc(100% - 60px);
    width: calc(100% - 60px);
  }
  .account .nav-sections {
    border-bottom: none;
  }
  .cart.item .item-info .product-item-details {
    max-width: unset;
  }
  .block.items-in-cart._am-mobile .product-item .product-item-details {
    width: calc(100% - 130px);
  }
  .opc-block-summary .minicart-items-wrapper > .minicart-items {
    padding: 25px 0 0 0;
  }
  .opc-block-summary .amtheme-summary-order > .amtheme-count > .of {
    margin: 0;
  }
  .shipping-information {
    padding: 30px;
  }
  .opc-block-summary .actions-toolbar .action.viewcart {
    padding: 25px;
  }
  .opc-block-summary .amtheme-summary-order > .total {
    color: #f17721;
    font-size: 18px;
    font-weight: bold;
  }
  .opc-block-summary .table-totals .mark {
    padding: 10px 10px 10px 0;
  }
  .opc-block-summary .table-totals .amount {
    padding: 10px 0 10px 10px;
  }
  div#continue-to-payment-trigger-wrapper,
  div#place-order-trigger-wrapper {
    margin-top: 15px;
  }
  .amtheme-summary-content {
    display: block !important;
    overflow: auto;
  }
  .opc-block-summary .amtheme-summary-order > .amtheme-count:after {
    content: none;
  }
  .opc-progress-bar > .opc-progress-bar-item {
    margin: 0;
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
  }
  .opc-progress-bar > .opc-progress-bar-item._active:after {
    border: 2px solid #245baa;
    bottom: -2px;
    z-index: 1;
  }
  .opc-progress-bar > .opc-progress-bar-item:after {
    position: absolute;
    bottom: 0;
    width: 100% !important;
    margin: 0;
  }
  .opc-progress-bar > .opc-progress-bar-item span {
    font-size: 16px;
  }
  .checkout-payment-method .opc-payment .payment-methods .step-title {
    margin: 0;
  }
  .sw-payment-view .block.items-in-cart._am-mobile .content.minicart-items {
    display: block !important;
    max-height: 400px;
    overflow: auto;
  }
  .sw-payment-view .block.items-in-cart._am-mobile .amtheme-icon {
    right: -10px;
    display: none;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar button {
    font-size: 16px !important;
  }
  .block-category-container::-webkit-scrollbar {
    width: 0 !important;
    display: none !important;
  }
  .home-categories {
    position: relative;
  }
  .block-category-container {
    display: flex;
    overflow: auto;
    margin: 0 -30px !important;
    padding: 70px 30px 0 30px;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }
  .block-category-title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .block-category-container .block-category,
  .block-category:nth-child(n + 7) {
    flex-shrink: 0;
    width: 200px;
  }
}

@media screen and (max-width: 880px) {
  .nav-before-open.nav-open .sections.nav-sections {
    /* top: 119px; */
    top: 170px;
  }
  .slider-slogan {
    display: block;
  }
  .cms-page-view .static-page-content li {
    margin: 0;
  }
  .actions-toolbar .action.primary,
  .actions-toolbar .primary > .action,
  .actions-toolbar .amshopby-button,
  .actions-toolbar .am-filter-go,
  .actions-toolbar
    .widget.amrelated-grid-wrapper.grid
    .widget-product-grid
    .product-item-actions
    .action.tocart,
  .actions-toolbar
    .amasty-jet-theme
    .amshopby-fromto-wrap
    .am-fromto-widget
    > .am-filter-go,
  .actions-toolbar .am-show-button > .amshopby-button {
    font-size: 16px;
  }
  .slider-slogan .block-static-block {
    margin: 10px 0 0 0;
    padding: 30px 0;
  }
  .tablinks:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
  }
  .why-captain-inner {
    grid-template-columns: 1fr 1fr;
  }
  .products.grid > .product-items,
  .form-wishlist-items .products-grid > .product-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .rootmenu-list > li > a,
  .sw-top-header-information,
  body,
  .sw-why-captain p,
  .newsletter-inner p {
    font-size: 14px !important;
  }
  .product-item .product-item-link {
    font-size: 16px;
    line-height: 20px;
  }
  .price-final_price .price {
    font-size: 18px !important;
  }
  .info-item p {
    font-size: 3vw !important;
  }
  .product-item-details p {
    font-size: 14px;
  }
  .amlabel-text {
    font-size: 14px;
  }
  .page-title-wrapper.product {
    padding-top: 0;
  }
  .catalog-product-view .amtheme-product-info .page-title {
    font-size: 30px;
    line-height: 30px;
  }
  .page-layout-1column .amtheme-product-info .box-tocart .action.tocart {
    font-size: 16px;
  }
  .amtheme-sidebar-block .amtheme-actions button.size-s.tocart {
    padding: 0 20px;
    height: 50px;
  }
  .block.block-minicart .action.checkout,
  .block-content .actions a.action.viewcart {
    height: 50px;
    font-size: 16px;
  }
  .cms-oi-etiketes-mas .static-images-inner {
    grid-template-columns: 1fr 1fr;
  }
  .amsearch-input-wrapper .amsearch-input {
    padding: 0 20px;
    font-size: 14px;
  }
  .sw-top-header-information [data-content-type="html"] {
    text-indent: -9999px;
    display: flex;
    align-items: center;
  }
  .sw-top-header-information [data-content-type="html"] a {
    text-indent: 0;
    display: block;
  }
  .block.block-minicart .subtotal {
    align-items: center;
  }
  .block.block-minicart .subtotal .label {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .tablinks {
    font-size: 18px;
  }
  .amgdprcookie-bar-container {
    padding: 30px;
  }
  .client-card-popup-inner {
    width: calc(100% - 60px) !important;
    box-sizing: border-box;
    max-height: 80vh;
    overflow: auto;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px !important;
  }
  .account main#maincontent {
    margin-bottom: 0;
  }
  .slick-slider .slick-dots {
    margin: 10px auto 0;
    width: 100%;
  }
  .home-popular-categories .pagebuilder-column {
    width: 100%;
  }
  .home-popular-categories .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .home-last-products .slick-slider .slick-dots li.slick-active button:before {
    background-color: #f17721;
  }
  .sw-homepage-catalogs {
    justify-content: space-evenly;
  }
  .banner-content-01,
  .banner-content-02 {
    width: auto;
  }
  .sw-homepage-catalogs img {
    width: 200px;
  }
  .info-item p {
    font-size: 30px !important;
  }
  .footer-container-inner {
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 140px;
  }
  .footer-column {
    width: calc(50% - 15px);
  }
  .footer-social {
    right: unset;
    left: 0;
  }
  .cms-oi-etiketes-mas .static-images-inner h3 {
    letter-spacing: 0;
    font-size: 16px;
  }
  .cart.item .amtheme-label-small {
    display: block;
    width: 100%;
    line-height: 14px;
    height: 20px;
  }
  table#shopping-cart-table thead {
    display: none;
  }
  .checkout-cart-index h1.page-title {
    font-size: 30px;
  }
  .cart.item .item-info {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
  }
  .cart.item .item-info .col.item {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 60px !important;
  }
  .cart.item .item-info .col.qty,
  .cart.item .item-info > .col.price,
  .cart.item .item-info > td.col.subtotal,
  table#shopping-cart-table thead th.col.price,
  table#shopping-cart-table thead th.col.subtotal {
    width: 33.333%;
  }
  .cart.item .item-info .col.qty {
    min-width: unset !important;
  }
  .cart.item .amtheme-qty-box {
    flex-wrap: wrap;
  }
  .cart.item .item-info td.col.item.delete {
    right: 25px;
    top: 25px;
    transform: none;
    padding: 0 !important;
  }
  .special-price .price {
    font-size: 20px;
  }
  .amtheme-product-wrap .fotorama__thumb img.fotorama__img {
    padding: 0;
    display: none;
  }
  .fotorama__nav--thumbs .fotorama__nav__frame {
    width: 10px !important;
    height: 10px !important;
  }
  .fotorama__nav--thumbs .fotorama__nav__frame,
  .amtheme-product-wrap .fotorama__nav.fotorama__nav--thumbs,
  .fotorama__fullscreen .fotorama__nav.fotorama__nav--thumbs {
    height: 10px !important;
  }
  .fotorama__nav__shaft {
    gap: 10px;
    justify-content: center;
    transform: none !important;
  }
  .fotorama__fullscreen .fotorama__thumb > .fotorama__img {
    display: none;
  }
  .fotorama__fullscreen .fotorama__nav--thumbs .fotorama__nav__frame {
    height: 10px !important;
    width: 10px !important;
    border-radius: 50%;
    overflow: hidden;
  }
  .shipping-address-items {
    grid-template-columns: 1fr;
  }
  .opc-wrapper .checkout-shipping-method .step-title {
    margin: 0;
  }
  .checkout-index-index #label_carrier_simpleshipping_simpleshipping {
    display: block;
  }
  table.table-checkout-shipping-method .field .control._with-tooltip input {
    height: 30px;
    margin-top: 5px;
  }
  .order-attributes .field-tooltip {
    top: 15px;
  }
  .modal-popup .modal-inner-wrap {
    padding: 20px;
    box-sizing: border-box;
    width: auto !important;
    bottom: 0;
  }
}

@media screen and (max-width: 680px) {
  .block.block-minicart.-sticky-minicart .amtheme-minicart-content {
    width: 100%;
    box-shadow: none;
  }
  #client-card-popup input[name="date"]:checked ~ div {
    display: flex !important;
    padding-top: 10px !important;
  }
  .tablinks:not(:last-child) {
    border-right: none;
  }
  .home-tab-sliders .tab {
    flex-wrap: wrap;
    gap: 15px;
  }
  .client-card-popup-accept {
    position: relative !important;
    float: none !important;
    right: unset !important;
    bottom: unset !important;
    display: inline-flex;
    width: 100% !important;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
  }
  .client-card-popup-inner table td {
    width: 100% !important;
    float: none !important;
  }
  .tablinks {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
  }
  .tablinks:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
  }
  .tablinks.active {
    border-bottom: 1px solid;
    padding-bottom: 10px;
  }
  .static-image-content img {
    height: 100px;
    padding: 0;
  }
  .opc-block-summary .table-totals {
    margin: 0 !important;
  }
  .amasty-label-container.sw-proion-fulladiou-label .amlabel-text,
  .amasty-label-container.sw-neo-label .amlabel-text {
    position: relative !important;
    font-size: 12px;
    white-space: normal !important;
    display: block !important;
    padding: 0 !important;
    height: auto;
  }
  .amasty-label-container.sw-proion-fulladiou-label,
  .amasty-label-container.sw-neo-label {
    width: auto !important;
    height: 35px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
  }
  .amasty-label-container.sw-neo-label {
    display: inline-flex !important;
  }
  .amsearch-products-section
    .amsearch-product-list
    .sw-proion-fulladiou-label
    .amlabel-text {
    text-align: center;
  }
  .amsearch-products-section .amsearch-product-list .sw-proion-fulladiou-label {
    width: auto !important;
  }
  .amsearch-products-section .amlabel-position-wrapper {
    display: inline-flex !important;
    flex-direction: column;
    width: auto !important;
    height: auto !important;
  }
  .amsearch-products-section .amasty-label-container.sw-neo-label {
    display: inline-flex !important;
    width: 25px !important;
  }
  .amsearch-products-section > .amasty-label-container,
  .amsearch-products-section > .amasty-label-container.sw-neo-label {
    display: none !important;
  }
  .tabcontent [data-content-type="html"] > .amasty-label-container,
  .catalog-product-view .amrelated-grid-wrapper ~ .amasty-label-container {
    display: none !important;
  }
  .amrelated-grid-wrapper.block-products-list ~ .amasty-label-container {
    display: none !important;
  }
}

@media screen and (max-width: 580px) {
  .sw-wishlist-container .counter {
    right: 5px;
    top: -5px;
  }
  .products.grid > .product-items button.action.tocart.primary {
    background-size: 20px 20px !important;
  }
  .card-toolbar-bars {
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .card-toolbar {
    flex-wrap: wrap;
  }
  #card-popup-document.opened {
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .slider-slogan-categories .block-category-container {
    grid-template-columns: 1fr 1fr;
  }
  .block-category:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  header.page-header.amsearch-full-width {
    padding: 0 20px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-inline-end: 20px !important;
    padding-inline-start: 20px !important;
  }
  button.ambanner-arrow-button.-prev.slick-arrow {
    left: -10px !important;
  }
  button.ambanner-arrow-button.-next.slick-arrow {
    right: -10px !important;
  }
  .rootmenu > .rootmenu-list.mobile-sub {
    padding: 20px !important;
  }
  .nav-sections-items
    .amtheme-menu-block
    + .section-item-title.amtheme-item.-bottom {
    padding: 0 20px;
  }
  .sw-tocart-form .amtheme-qty-box .amtheme-plus,
  .sw-tocart-form .amtheme-qty-box .amtheme-minus,
  .sw-tocart-form .amtheme-qty-box .input-text {
    width: 40px;
    height: 40px;
  }
  .widget.amrelated-grid-wrapper.grid
    .widget-product-grid
    .product-item-actions
    .action.tocart,
  .sw-tocart-form .tocart {
    height: 40px;
    width: 40px !important;
    padding: 10px !important;
  }
  .home-last-products {
    padding: 150px 0;
  }
  .sw-homepage-catalogs h4 {
    font-size: 18px;
  }
  button.action.subscribe.primary {
    width: 65px !important;
  }
  .toolbar-sorter .sorter-action {
    display: none;
  }
  .block.widget.amrelated-grid-wrapper.grid
    .widget-product-grid
    .product-item-photo
    > img {
    padding: 30px;
  }
  .product-item .product-image-photo,
  .catalog-category-view .product-item .product-image-wrapper > img,
  .catalogsearch-result-index .product-item .product-image-wrapper > img {
    padding: 80px 30px 10px;
  }
  .amtheme-add-form-bottom {
    flex-wrap: wrap;
  }
  .amtheme-product-info
    .amtheme-add-form-bottom.-under
    .product-options-bottom {
    width: calc(100% - 60px);
  }
  .sw-sitemap {
    width: 100%;
    float: none;
  }
  .sw-sitemap h1 {
    font-size: 18px;
  }
  .sw-footer-container {
    padding: 100px 20px 0;
  }
  .copyright:before {
    left: 20px;
    right: 20px;
  }
  .catalog-product-view main#maincontent {
    padding: 0 20px 0 20px;
  }
  .cart.item .item-info > td.col.subtotal,
  .cart.item .item-info > .col.price {
    width: auto;
  }
  .checkout-index-index .page-main {
    padding: 0 20px !important;
  }
  .sw-checkout-sku {
    font-size: 14px;
  }
  .block.items-in-cart._am-mobile .product-item .product-item-name {
    font-size: 16px;
  }
  .pages .item {
    min-width: 40px;
    height: 40px;
  }
  .pages a.page,
  .pages .current {
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
  .pages strong.page {
    font-size: 14px;
  }
  .cart.item .amtheme-qty-box .control.amtheme-qty-box {
    flex-wrap: nowrap;
  }
  .login-container {
    max-width: 100%;
  }
  .customer-account-forgotpassword main#maincontent,
  .customer-account-createpassword main#maincontent {
    width: calc(100% - 40px);
    box-sizing: border-box;
    max-width: 100% !important;
  }
  .form-wishlist-items .actions-toolbar .primary {
    flex-wrap: wrap;
    gap: 10px;
  }
  .form-wishlist-items .actions-toolbar .primary > .action {
    width: 100%;
    margin: 0;
  }
  .client-card-popup-inner {
    width: calc(100% - 40px) !important;
  }
  .amgdprcookie-bar-container {
    padding: 20px;
  }
  .amsearch-products-section .amsearch-product-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .cannon-product-container {
    padding: 20px 20px 40px;
  }
  #amrelated-block-11 {
    gap: 20px;
  }
  #amrelated-block-11.amrelated-grid-wrapper .block-title strong {
    line-height: 30px;
    font-size: 30px;
  }
}

@media screen and (max-width: 555px) {
  .nav-before-open.nav-open .sections.nav-sections {
    top: 188px;
  }
}

@media screen and (max-width: 480px) {
  .block.block-minicart.-sticky-minicart .product-item .product-photo {
    width: 100px;
  }
  .form-wishlist-items .actions-toolbar .primary .action.tocart {
    margin-bottom: 0;
  }
  .block.block-minicart .product-item .product-photo .product-image-container {
    width: 100px !important;
    height: 100px;
  }
  .block.block-minicart.-sticky-minicart .minicart-items-wrapper {
    padding: 20px 20px 0;
  }
  .block.block-minicart.-sticky-minicart .block-content {
    margin: 0;
    padding: 0 20px 20px;
  }
  .product-added-message-container {
    padding: 20px;
  }
  .product-added-message-container:after {
    right: 20px;
  }
  .block.block-minicart .block-title {
    padding: 20px 20px 0;
  }
  .block.block-minicart .action.close {
    right: 20px;
  }
  .page-header > .content .logo-image {
    height: 50px;
  }
  .sw-top-header-information .pagebuilder-column-group {
    height: auto;
    display: block !important;
    padding: 5px 0;
  }
  .sw-top-header-information .pagebuilder-column {
    flex-direction: unset !important;
  }
  .block.block-minicart .product-item .product-item-name a {
    font-size: 16px;
  }
  .sw-homepage-catalogs {
    flex-wrap: wrap;
    gap: 20px;
  }
  .why-captain-inner {
    grid-template-columns: 1fr;
  }
  .info-item img {
    margin-top: 20px;
    width: 50px;
    height: 50px;
  }
  .products.grid > .product-items,
  .form-wishlist-items .products-grid > .product-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-with-filter .toolbar-sorter.sorter,
  .page-with-filter .search.results .toolbar-sorter.sorter {
    width: 100%;
  }
  .page-products .top-toolbar .limiter {
    display: none;
  }
  .pages .item {
    min-width: unset;
    height: auto;
    background: transparent;
  }
  .pages a.page,
  .pages .current {
    width: auto;
    height: auto;
    border-radius: 0 !important;
  }
  .pages strong.page {
    font-size: 14px;
    color: #f17721;
  }
  .pages .current {
    background: transparent !important;
  }
  .pages a.page:hover {
    color: #f17721;
    background-color: transparent;
  }
  .toolbar-sorter .amtheme-filter-button .filter-title-text {
    font-size: 14px;
  }
  .catalog-category-view .page-title,
  h1,
  .page-title {
    font-size: 30px;
  }
  .catalog-category-view .wrapper-description {
    padding: 10px 0;
  }
  .amtheme-product-info .product-info-price .price-final_price .price {
    font-size: 24px !important;
  }
  .amtheme-product-info
    .product-info-price
    .price-final_price
    .old-price
    .price {
    font-size: 16px !important;
  }
  .cms-oi-etiketes-mas .static-images-inner {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .social-links a {
    width: 50px;
    height: 50px;
  }
  .cart.item .item-info td.col.item.delete {
    right: unset;
    top: unset;
    position: relative;
    margin: 0 !important;
  }
  .cart.item .item-info > td.col.subtotal,
  .cart.item .item-info > .col.price {
    width: 50%;
  }
  .cart.item .item-info .col.qty,
  .cart.item .item-info > .col.price,
  .cart.item .item-info > td.col.subtotal,
  table#shopping-cart-table thead th.col.price,
  table#shopping-cart-table thead th.col.subtotal {
    width: 50%;
  }
  .cart.item .item-info .col.qty {
    width: 135px;
  }
  .cart.item .amtheme-qty-box .control.amtheme-qty-box {
    margin-bottom: 10px;
  }
  .cart.item .item-info .col.amtheme-column-toolbar > .amtheme-cell {
    margin-bottom: 0;
  }
  .cart.item .item-info .amtheme-cell > .subtotal {
    line-height: 18px;
  }
  .cart.item .item-info .col.item {
    padding-right: 0 !important;
  }
  .opc-wrapper .opc .step-title {
    font-size: 18px;
  }
  .sw-collaboration-block a,
  .sw-maziki-prosthiki a {
    padding: 0 20px;
    line-height: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }
  .login-container {
    padding: 40px 20px;
  }
  .customer-account-forgotpassword main#maincontent,
  .customer-account-createpassword main#maincontent {
    padding: 40px 20px !important;
  }
  .amform-form-fieldset.fieldset {
    padding: 40px 20px !important;
  }
  .action.primary,
  .amshopby-button,
  .am-filter-go,
  .widget.amrelated-grid-wrapper.grid
    .widget-product-grid
    .product-item-actions
    .action.tocart,
  .amasty-jet-theme .amshopby-fromto-wrap .am-fromto-widget > .am-filter-go,
  .am-show-button > .amshopby-button {
    font-size: 16px;
  }
  .form-wishlist-items .actions-toolbar .primary {
    background: transparent;
    margin: 0;
    padding: 0;
  }
  .sw-account-container .switcher .action,
  .sw-account-container a,
  .sw-wishlist-container a,
  .page-header.amsearch-full-width
    .header.content
    .sw-minicart-container
    .minicart-wrapper
    a.action.showcart {
    font-size: 0;
    gap: 0;
  }
  .sw-account-container a,
  .sw-wishlist-container a {
    gap: 0;
  }
  .page-header.-sticky-header .sw-account-container a,
  .page-header.-sticky-header .sw-wishlist-container a,
  .page-header.-sticky-header .sw-account-container .switcher .action,
  .page-header.-sticky-header
    .header.content
    .sw-minicart-container
    .minicart-wrapper
    a.action.showcart {
    gap: 0;
    font-size: 0;
  }
  .sw-wishlist-container .counter {
    right: -10px;
  }
  .amasty-jet-theme .switcher a,
  .page-header.-sticky-header .switcher a {
    font-size: 12px;
  }
  .amasty-jet-theme .switcher .dropdown:not(.options) {
    right: -75px;
  }
}

@media screen and (max-width: 410px) {
  .nav-before-open.nav-open .sections.nav-sections {
    top: 210px;
  }
}

@media screen and (max-width: 400px) {
  .sw-header-icons-container {
    gap: 0 20px;
  }
  input.upload-form-file {
    font-size: 12px;
  }
  .page-header .logo {
    width: 90px;
    max-width: unset;
  }
  .slick-slider button.slick-arrow {
    height: 40px !important;
    width: 40px !important;
  }
  button.ambanner-arrow-button.-next.slick-arrow:before,
  button.ambanner-arrow-button.-prev.slick-arrow:before {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .slider-slogan .block-static-block h1 {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }
  .slider-slogan [data-content-type="row"][data-appearance="contained"] {
    padding: 0 20px;
  }
  .slider-slogan .block-static-block {
    padding: 20px 0;
  }
  .slider-slogan-categories .block-category-image {
    margin-top: 0;
    width: 30px;
    height: 30px;
  }
  .slider-slogan-categories .block-category-link {
    height: auto;
    flex-direction: unset;
    justify-content: center;
    padding: 10px;
  }
  .slider-slogan-categories .block-category-link div {
    position: relative;
  }
  .slider-slogan-categories .block-category-name {
    height: auto;
    padding: 0 0 0 10px;
  }
  .slider-slogan-categories .block-category-container {
    grid-template-columns: 1fr;
  }
  .block-category:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .home-product-sliders {
    margin-top: 50px;
  }
  .tablinks {
    font-size: 16px;
  }
  .home-popular-categories h2,
  .sw-why-captain h3,
  .newsletter-inner span,
  .newsletter-inner h3 {
    font-size: 24px;
  }
  .amrelated-grid-wrapper .block-title {
    font-size: 24px !important;
  }
  .home-last-products {
    padding: 100px 0;
  }
  .home-last-products {
    margin-top: 50px;
  }
  .home-popular-categories {
    margin-top: 70px;
  }
  .block.block-minicart.-sticky-minicart .product-item .product-photo {
    width: 80px;
  }
  .block.block-minicart .product-item .product-photo .product-image-container {
    width: 80px !important;
  }
  .block.block-minicart .product-item .product-photo .product-image-photo {
    padding: 10px !important;
    box-sizing: border-box;
    object-fit: contain;
  }
  .block.block-minicart .product-item .product-item-details {
    margin-inline-start: 10px;
  }
  .product-item-details .sw-sku,
  .product-item-details .sw-product_package,
  .block.block-minicart .product-item-pricing .details-qty > .label {
    font-size: 14px;
  }
  .block.block-minicart .product-info-price .price {
    font-size: 14px !important;
  }
  .sw-homepage-partners h3 {
    font-size: 24px;
  }
  .sw-why-captain {
    margin-top: 50px;
  }
  .footer-column {
    width: 100%;
    text-align: center;
  }
  .footer-social {
    position: relative;
    margin-top: 30px;
  }
  .social-links {
    justify-content: center;
  }
  .footer-container-inner {
    padding-bottom: 0;
  }
  .sw-homepage-partners {
    margin-top: 50px;
  }
  .catalog-product-view .amtheme-product-info .page-title,
  .catalog-category-view .page-title,
  h1,
  .page-title {
    font-size: 24px;
    line-height: 24px;
  }
  .catalog-product-view .amrelated-grid-wrapper .block-title {
    padding-top: 100px;
  }
  .cms-page-view main#maincontent {
    padding-bottom: 0;
  }
  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type*="date"],
  input[type="email"] {
    font-size: 14px;
  }
  .contact-index-index .form.contact .fieldset .legend {
    font-size: 18px;
  }
  .cart.item.product-item .product-item-photo {
    width: 70px;
  }
  .cart.item.product-item .product-image-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 12px;
  }
  .cart.item.product-item .product-image-photo {
    padding: 10px;
  }
  .opc-progress-bar > .opc-progress-bar-item span {
    font-size: 14px;
  }
  table.table-checkout-shipping-method tr.row {
    height: auto;
    padding: 10px 0;
  }
  table.table-checkout-shipping-method > tbody > tr > td.col-method {
    margin-right: 10px;
  }
  table.table-checkout-shipping-method > tbody > tr > td.col-method {
    width: 22px;
    height: 22px;
  }
  .block.items-in-cart._am-mobile .product-item .product-image-container {
    width: 70px;
  }
  .block.items-in-cart._am-mobile .product-item .product-image-wrapper {
    padding: 10px;
    box-sizing: border-box;
  }
  .opc-block-summary .product-item .product-image-container .img {
    max-height: 70px;
    max-width: 70px;
  }
  .block.items-in-cart._am-mobile .product-item > .product {
    align-items: start;
  }
  .block.items-in-cart._am-mobile .sw-checkout-sku {
    display: block;
  }
  .date-parameters {
    display: block !important;
  }
  #maincontent .date-parameters .client-card-popup-open {
    margin: 0 !important;
  }
  .card-toolbar {
    padding: 20px !important;
    border-radius: 25px;
  }
  .date-parameters-header {
    float: none !important;
    margin-bottom: 10px !important;
  }
  .sw-header-icons-container {
    gap: 0 10px;
  }
  .amrelated-grid-wrapper .block-title,
  .block-category-title h2 {
    font-size: 24px !important;
    line-height: 24px !important;
  }
  .home-categories {
    margin-top: 70px;
  }
}

@media screen and (max-width: 359px) {
  .cart.item .item-info > .col.price {
    margin-bottom: 10px;
  }
  .cart.item .item-info .col.qty {
    width: 100%;
  }
}

.sw-banner-slider-container {
  display: flex;
  gap: 22px;
  padding: 22px;
}
.sw-banner-slider {
  width: calc((100% / 3) - (((3 - 1) / 3) * 22px));
}
.sw-banner-slider-container .ambanner-arrow-button {
  width: 60px !important;
  height: 60px !important;
  opacity: 1 !important;
}
.sw-banner-slider-container .ambanner-image-block > .ambanner-image {
  aspect-ratio: 1/1;
}
.sw-banner-slider-title {
  font-family: "Manrope 800";
  color: #245baa;
  font-size: 40px;
  line-height: 40px;
  margin: 85px 0;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .sw-banner-slider-container .ambanner-arrow-button {
    width: 50px !important;
    height: 50px !important;
  }
}

@media screen and (max-width: 580px) {
  .sw-banner-slider-container {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .sw-banner-slider {
    width: 100%;
  }
  .sw-banner-slider-container .ambanner-slider-wrap {
    margin: 0;
  }
}

.espa-wrapper {
    max-width: 680px;
    margin: 0 auto;
}

._hidden {
    font-size: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: transparent;
    position: absolute;
}
