@font-face {
    font-family: "Gotham Greek, Black";
    src: url("../fonts/Gotham_Greek/GothamGreek-Black.otf");
}

@font-face {
    font-family: "Gotham Greek, Book";
    src: url("../fonts/Gotham_Greek/GothamGreek-Book.otf");
}

@font-face {
    font-family: "Gotham Greek, Light";
    src: url("../fonts/Gotham_Greek/GothamGreek-Light.otf");
}

@font-face {
    font-family: "Gotham Greek, Bold";
    src: url("../fonts/Gotham_Greek/GothamGreek-Bold.otf");
}

@font-face {
    font-family: "Gotham Greek, Medium";
    src: url("../fonts/Gotham_Greek/GothamGreek-Medium.otf");
}

@font-face {
    font-family: "Open Sans, Regular";
    src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "Open Sans, ExtraBold";
    src: url("../fonts/Open_Sans/OpenSans-ExtraBold.ttf");
}

body {
    font-family: "Gotham Greek, Book";
    color: #38524F;
    line-height: 28px;
    font-size: 18px;
    letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Gotham Greek, Black";
}
.cms-index-index .page-main {
    max-width: unset;
    padding: unset;
}
.customer-info {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    padding: 80px 120px;
    /* margin: 0 90px 120px; */
    /* background: #D9E1CC; */
    position: relative;
}
.customer-info:before {
    content: "";
    background: #D9E1CC;
    position: absolute;
    width: auto;
    height: 100%;
    left: 120px;
    top: 0;
    right: 120px;
    z-index: -1;
}
button {
    font-family: "Gotham Greek, Medium";
}
.cus-info {
    padding: 7px;
}

.cus-info img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cus-info-inner h3 {
    text-align: center;
    color: #38524F;
    font-size: 26px;
    line-height: 36px;
    margin-top: 19px;
}

.cus-info-inner p {
    color: #38524F;
    text-align: center;
    font-size: 17px;
}
.sw-top-header-container {
    display: flex;
    justify-content: space-between;
    background-color: #D9E1CC;
    align-items: center;
    padding: 0 120px;
    height: 50px;
}
.navigation .category-item>a, .navigation .level-top>a {
    font-size: 18px;
    letter-spacing: -0.3px;
}
button.sw-back-to-top i {
    display: none;
}
.amasty-jet-theme .switcher {
    margin-inline-end: 0;
}
.sw-text-message p {
    color: #38524F;
    font-size: 18px;
    font-family: "Gotham Greek, Bold";
    margin: 0;
    letter-spacing: -0.3px;
}
.sw-back-to-top-container {
    display: block !important;
}
.sw-bottom-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
    padding: 0 120px;
    position: relative;
    box-sizing: border-box;
}
.navigation>ul {
    border: unset;
}

.sw-bottom-right-header-container {
    display: flex;
    align-items: center;
}
.amasty-jet-theme .sw-language-container .switcher .dropdown:not(.options) {
    position: relative;
    box-shadow: unset;
    min-width: unset;
    right: 15px;
    box-sizing: unset;
    margin-top: 0;
    padding: 0;
    border-radius: unset;
    background: unset;
}
.no-display, .amtheme-filter-action, .page-layout-1column.page-with-filter .amtheme-filter-action, .amasty-jet-theme .switcher .switcher-dropdown {
    display: block;
}

.actions.dropdown.options.switcher-options {
    display: flex;
    align-items: center;
}
.amasty-jet-theme .switcher .action {
    cursor: unset;
    line-height: 50px;
    display: block;
}
.amasty-jet-theme .switcher a, span.language-separator {
    color: #ffffff !important;
    font-size: 18px;
    font-family: "Gotham Greek, Light";
}

.amasty-jet-theme .switcher strong {
    color: #fff;
    font-size: 18px;
    font-family: 'Gotham Greek, Bold';
}
.switcher-language {
    background-color: #38524F;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
}
.actions.dropdown.options.switcher-options:after {
    content: "";
    background: url(../images/icons/earth.svg);
    width: 21px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
}

.amasty-jet-theme .switcher a:hover {
    color: #D9E1CC !important;
}

li.authorization-link {
    list-style: none;
}

.sw-account-container {
    display: flex;
    align-items: center;
    margin-right: 60px;
}

.authorization-link a {
    color: #38524F;
    font-family: 'Gotham Greek, Light';
    letter-spacing: -0.9px;
    font-size: 18px;
}

span.link-separator {
    padding: 0 12px;
    color: #38524F;
}

a.sw-create-account {
    letter-spacing: -0.9px;
    font-family: 'Gotham Greek, Bold';
    color: #38524F;
    font-size: 18px;
}

.block-search .input-text:focus, .block-search .input-text:not([disabled]):focus {
    box-shadow: unset;
}

.block-search .input-text {
    border: 1px solid #38524F;
    background: #fff;
    border-radius: 12px;
}

.block-search .input-text:hover, .block-search .input-text:active {
    box-shadow: unset;
}
.sw-bottom-middle-header-container {
    width: 35%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.minicart-wrapper .action.showcart:before {
    content: "";
    background: url(../images/icons/minicart.svg);
    width: 31.2px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease;
}
.minicart-wrapper .action.showcart:hover:before, li.link.wishlist a:hover:before, span.action.toggle.switcher-options:hover:before,
.sw-customer-account-container > .authorization-link > a:hover:before {
    opacity: 0.5;
}
.amtheme-icon.-hover-bg {
    display: none;
}
.block-search .actions {
    position: absolute;
    left: 20px;
    display: block;
    width: 24px;
    height: 24px;
    top: 15px;
}
.sw-account-container a:hover {
    color: #D9E1CC;
}
.block-search .block-content {
    height: 62px;
}
input[type='search'], input[type='text'] {
    color: #38524F !important;
    font-family: 'Gotham Greek, Light';
}
.sw-bottom-middle-header-container .search input[type='text'] {
    color: #38524F !important;
    font-family: 'Gotham Greek, Light';
    opacity: 1;
    padding: 0 0 0 60px;
    height: 62px;
    line-height: 62px;
}
.sw-bottom-middle-header-container .search input[type='text']::placeholder {
    color: #38524F;
}
button.action.search:before {
    content: "";
    background: url(../images/icons/search.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.block-search .amtheme-icon {
    display: none;
}

.block-search .active .input-text {
    box-shadow: none;
}
.navigation li.level0 > a > span {
    color: #fff;
    font-size: 16px;
    font-family: 'Gotham Greek, Light';
    line-height: 18px;
    transition: all 0.5s ease;
    display: block;
}
a {
    transition: all 0.5s ease;
}

.section-items.nav-sections-items {
    background-color: #38524F;
}

.navigation {
    width: 100%;
    text-align: center;
    padding-inline-end: unset;
    padding-inline-start: unset;
    padding: 0;
    max-width: unset;
}
.navigation li.level0>a {
    word-wrap: unset;
    word-break: unset;
    line-height: 26px;
    padding: 0 10px;
}
.navigation li.level0 {
    padding-inline-end: unset;
    padding-inline-start: unset;
    padding: 0;
    width: 100%;
}
.navigation>ul {
    flex-wrap: unset;
    padding: 0 30px;
    justify-content: space-around;
    align-items: center;
    height: 85px;
}
.navigation li.level0>a:after {
    background: none;
}
.ambanner-slider-block.slick-slider.slick-dotted {
    margin-bottom: 0 !important;
}
.ambanner-slider-container .slick-list.draggable {
    height: calc(100vh - 350px) !important;
}
.ambanner-slider-container .slick-track {
    height: 100%;
}
.navigation .category-item>a:hover, .navigation .level-top>a:hover, .navigation .category-item.level0:hover>a, .navigation .level-top.level0:hover>a {
    color: #D9E1CC;
}
.ambanner-slider-wrap .slick-initialized .slick-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 10%);
}
.sw-contact-block {
    position: relative;
    margin-bottom: 72px;
    margin-top: 110px;
}
.contact-text {
    position: absolute;
    top: 70px;
    text-align: center;
    left: 120px;
    right: 120px;
}
.contact-text h1 {
    font-size: 72px;
    color: #38524F;
    font-family: 'Gotham Greek, Book';
    margin: 0;
    letter-spacing: -3.6px;
}

.contact-text h3 {
    padding-top: 35px;
    margin: 0;
    font-size: 21px;
    color: #38524F;
    font-family: 'Gotham Greek, Book';
    letter-spacing: -1.05px;
}
.sw-contact-content {
    margin-top: -10%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0 120px;
}
.content-inner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.content-text {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    transform: none;
    width: 100%;
}
.content-text a {
    font-size: 24px;
    color: #38524F;
    letter-spacing: -0.48px;
    font-family: 'Gotham Greek, Black';
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-text a:hover {
    text-decoration: none;
    color: #38524F !important;
}
.content-text a:after {
    content: "";
    width: 70px;
    height: 70px;
    margin-left: 15px;
    border: 1px solid #38524F;
    padding: 0;
    border-radius: 100%;
    transition: all 0.4s ease;
    background: url(../images/icons/green-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.sw-top-left-header-container, .sw-top-right-header-container {
    flex: 1;
}

.sw-top-middle-header-container {
    display: flex;
    justify-content: center;
}

.sw-language-container {
    float: right;
}

.newsletter-block {
    margin-top: 100px;
    margin-bottom: -50px;
}

.newsletter-title {
    text-align: center;
    margin-bottom: 52px;
}

.newsletter-title h2 {
    margin-bottom: 13px;
    color: #38524F;
    font-size: 32px;
    font-family: 'Gotham Greek, Bold';
    letter-spacing: 0;
}

.newsletter-title h3 {
    font-size: 18px;
    color: #38524F;
    font-family: 'Gotham Greek, Light';
    letter-spacing: 0;
}
.sw-footer-links {
    padding: 120px 120px 30px;
    background-color: #38524F;
    position: relative;
    z-index: 1;
}
.sw-footer-links:after {
    content: "";
    background: url(../images/icons/tree.png);
    position: absolute;
    right: 0;
    width: 30%;
    height: auto;
    top: -80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    bottom: -80px;
    z-index: -1;
}
.footer-links-inner {
    display: flex;
}

.footer-column {
    margin-right: 95px;
}
small.copyright span {
    background: #38524F;
    display: block;
    padding: 0 120px;
}
.footer-column h4 {
    font-family: 'Gotham Greek, Light';
    font-size: 24px;
    margin-bottom: 35px;
    color: #fff;
    margin-top: 0;
}
.footer-column a, .footer-column p {
    display: block;
    color: #fff !important;
    font-size: 18px;
    font-family: 'Gotham Greek, Medium';
    margin-bottom: 24px;
    font-weight: unset;
}
.footer-image {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}
.page-wrapper {
    position: relative;
}
.copyright {
    padding: 0 120px 95px;
    background: transparent;
}
footer.page-footer {
    padding: 0 120px;
    margin-top: 0;
}
.footer-column a:hover {
    color: #D9E1CC;
}
footer.page-footer  .widget.block.block-static-block {
    background-color: #38524F;
    margin: 0;
}
.newsletter .action.subscribe.primary span {
        font-size: 16px;
    font-family: 'Gotham Greek, Bold';
    padding: 22px 46px;
    line-height: 19px;
}

.newsletter-inner .control input[type="email"] {
    color: #38524F;
}
input#newsletter {
    padding: 0 20px;
    line-height: 19px;
    background-color: #D9E1CC;
    border: unset;
    border-radius: 0;
    font-family: 'Gotham Greek, Book';
    font-size: 16px;
    color: #38524F;
    height: 62px;
    line-height: 62px;
}
input#newsletter::placeholder {
    color: #38524F;
}
.newsletter-inner .actions {
    margin-left: 15px;
}
button.action.subscribe.primary {
    background-color: #38524F;
    padding: 0;
    height: 62px;
    line-height: 62px;
    color: #D9E1CC;
}
button.action.subscribe.primary:hover {
    background: #D9E1CC;
    color: #38524F;
}
form#newsletter-validate-detail {
    display: flex;
    justify-content: center;
}

.field.newsletter {
    margin: 0;
    width: 28%;
}

li.link.wishlist {
    list-style: none;
}
.sw-minicart-container {
    margin-right: 60px;
    width: 32px;
    height: 28px;
}
li.link.wishlist a:before {
    content: "";
    background: url(../images/icons/wishlist.svg);
    width: 28.36px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease;
}
.minicart-wrapper {
    display: block;
    height: 28px;
}
li.link.wishlist a {
    font-size: 0;
}
.sw-customer-account-container > .authorization-link > a:before {
    content: "";
    background: url(../images/icons/account.svg);
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    text-indent: 0;
    display: block;
    transition: all 0.5s ease;
}
.amasty-jet-theme .switcher.amtheme-myaccount-link {
    list-style: none;
}
.sw-wishlist-container {
    margin-right: 60px;
    width: 32px;
    height: 28px;
    position: relative;
}
.sw-customer-account-container {
    width: 26px;
    height: 26px;
    position: relative;
}
.amasty-jet-theme .switcher:not(:last-of-type) {
    margin-inline-end: 0;
}
.sw-customer-account-container > li.authorization-link > a {
    text-indent: -9999px;
    display: block;
    position: relative;
    width: 26px;
    height: 26px;
}
.category-title {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}
.sw-bottom-block {
    position: fixed;
    bottom: 0;
    background: #fff;
    height: 95px;
    width: 100%;
    padding: 0 120px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 100;
    align-items: center;
    left: 0;
}
button.sw-back-to-top {
    background: transparent;
    color: #38524F;
    padding: 0;
}
.block-static-block.widget, .block-cms-link.widget {
    margin-bottom: 50px;
}
button.sw-back-to-top h3 {
    font-family: "Gotham Greek, Medium";
    font-weight: normal;
    margin: 0;
    font-size: 18px;
    position: relative;
    padding-right: 40px;
}
button.sw-back-to-top:hover {
    opacity: 0.5;
    background: transparent;
}
button.sw-back-to-top h3:after {
    content: "";
    background: url(../images/icons/top.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
}
.social-media-links a {
    color: #38524F;
    font-size: 24px;
    margin-right: 20px;
}
.social-media-links a:hover {
    color: #D9E1CC;
}
.category-title h1 {
    color: #38524F;
    font-size: 62px;
    font-family: 'Gotham Greek, Black';
    letter-spacing: -3.1px;
    line-height: 72px;
    margin-bottom: 23px;
}

.category-title h3 {
    font-size: 21px;
    color: #38524F;
    font-family: 'Gotham Greek, Book';
    letter-spacing: -1.05px;
    line-height: 32px;
    width: 78%;
    margin: 0;
}
p.sw-category-title {
    line-height: 36px;
    color: #38524F;
    font-family: "Gotham Greek, Black";
    font-size: 26px;
    letter-spacing: -1.3px;
    text-align: center;
    margin-bottom: auto;
    margin-top: unset;
    width: 100%;
    padding: 0 20px;
    line-height: 36px;
    transition: all 0.5s ease;
}
.category-collection li.category-item:hover {
    background: #fff;
    border: 5px solid #D9E1CC;
}
.category-block-inner img {
    display: block;
    margin-left: auto;
}
.category-block-inner > img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.sw-category-block {
    padding:  0 120px 250px  120px;
    position: relative;
}
.sw-category-block:after {
    content: "";
    background: url(../images/icons/grid.png);
    position: absolute;
    width: 43%;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    z-index: -1;
}
ul.category-collection {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 45px;
    margin-bottom: 0;
    padding: 0;
}
.category-collection li.category-item {
    list-style: none;
    margin: 0;
    background-color: #D9E1CC;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    height: 50vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
    transition: all 0.5s ease;
    border: 1px solid #D9E1CC;
}
.category-item-container {
    width: 100%;
}
a.category-link {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.category-item-container img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 140px;
    mix-blend-mode: darken;
    margin-top: auto;
    margin-bottom: 25px;
}
.cms-home .nav-sections {
    margin: 0;
}

.ambanner-slider-wrap {
    margin: 0;
}

.cms-index-index .page-title {
    margin: 0;
}

.-ambanner-hover .ambanner-item-block .ambanner-image-block.-overlay>.ambanner-image {
    filter: unset;
}

.ambanner-content-overlay {
    visibility: visible;
}

.ambanner-overlay-circle {
    background-color: unset;
    transform: unset;
    border-radius: 0;
    transition: none;
}

.ambanner-content-block {
    opacity: 1;
    transition: unset;
    transform: unset;
}

.ambanner-inner .banner h1 {
    font-size: 3vw;
    font-family: 'Gotham Greek, Black';
    color: #D9E1CC;
    letter-spacing: -1.24px;
    line-height: 3.5vw;
    margin-bottom: 105px;
}
.ambanner-inner .banner a {
    color: #D9E1CC !important;
    font-family: 'Gotham Greek, Black';
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 32px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ambanner-inner .banner a:after {
    content: "";
    width: 62px;
    height: 62px;
    border: 1px solid #fff;
    line-height: 62px;
    border-radius: 100%;
    transition: all .4s ease-in-out;
    margin-left: 30px;
    background: url(../images/icons/white-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.ambanner-inner .banner a:hover:after {
    content: "";
    background:  url(../images/icons/green-arrow.svg);
    width: 62px;
    height: 62px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}
.ambanner-slider-dots>li {
    display: block;
    margin-bottom: 16px;
}

.ambanner-slider-dots .slick-active button {
    width: 18px;
    background: #fff;
    opacity: 1;
}

.ambanner-slider-dots button {
    opacity: 0.5;
    background: #fff;
    width: 18px;
    height: 18px;
}
.ambanner-slider-dots {
    opacity: 1;
    right: 32px;
    top: 50%;
    left: unset;
    bottom: unset;
    transform: translateY(-50%);
    padding: 0;
    bottom: unset !important;
}
.ambanner-inner .banner a:hover {
    color: #fff !important;
}
.ambanner-content-block {
    padding: 0 120px;
}
.ambanner-controls-hover .ambanner-slider-dots, .ambanner-slider-block.-ambanner-hover .ambanner-slider-dots, .ambanner-slider-block.slick-slider.-ambanner-hover .ambanner-slider-dots, .ambanner-split-wrap.-ambanner-hover .ambanner-slider-dots {
    bottom: unset;
}
.ambanner-slider-container {
    margin-bottom: 200px;
    margin-top: -50px;
}
.slider_top {
    margin: 0;
    overflow: unset;
    padding: 0;
}
.slider_top  .slick-list.draggable {
    margin: 0 -16px;
}
li.product-item.slick-slide {
    margin: 0 16px;
    background-color: #fff;
    vertical-align: top;
}
.popularproductswrapper  .slick-initialized .slick-slide {
    display: block!important;
}
.popularproductswrapper .slick-track {
    display: flex;
    align-items: stretch;
}
.popularproductswrapper {
    padding: 300px 120px 0 120px;
}
.sw-product-slider-block {
    background-color: #38524F;
    padding-bottom: 140px;
    position: relative;
}
.product-slider-title {
    position: absolute;
    top: -100px;
    align-items: end;
    justify-content: space-between;
    display: flex;
    left: 120px;
    right: 120px;
    width: auto;
}
.product-slider-title h1 {
    font-size: 132px;
    letter-spacing: -6.6px;
    line-height: 140px;
    font-family: 'Gotham Greek, Black';
    color: #D9E1CC;
    margin: 0;
}
.product-slider-title a {
    color: #D9E1CC !important;
    letter-spacing: -0.48px;
    font-size: 24px;
    font-family: 'Gotham Greek, Black';
    position: relative;
    padding-right: 90px;
    margin-bottom: 20px;
}
.product-slider-title a:hover {
    color: #fff  !important;
}
.product-slider-title a:after {
    content: "";
    background: url(../images/icons/arrow.svg);
    width: 62px;
    height: 62px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -18px;
    right: 0;
    transition: all 0.5s ease;
    border-radius: 50%;
}
.product-slider-title a:hover:after {
    content: "";
    background: url(../images/icons/arrow-hover.svg);
}
.product.name {
    font-size: 21px;
    font-family: 'Gotham Greek, Black';
    letter-spacing: -0.42px;
    margin-bottom: 18px;
}

.product.name a {
    color: #38524F;
}
.product.name a:hover {
    color: #D9E1CC;
}
.product.sku {
    font-size: 21px;
    font-family: 'Gotham Greek, Bold';
    color: #D9E1CC;
    margin-bottom: 19px;
}

.slick-slide>div {
    justify-content: center;
    text-align: center;
    height: 100%;
}

.product-item .price > span {
    font-size: 21px;
    color: #38524F;
    letter-spacing: -0.42px;
}

.product-item span.special-price {
    margin-right: 16px;
    font-family: 'Gotham Greek, Bold';
}
.product.name a:hover {
    color: #D9E1CC;
}
.product-item span.regular-price {
    font-family: 'Gotham Greek, Light';
    text-decoration: line-through;
}
.product-slider-item {
    display: block !important;
    padding: 40px 20px;
    position: relative;
}
.slick-slider button.slick-arrow {
    opacity: 1;
    visibility: visible;
    background: none !important;
    background-color: #D9E1CC !important;
    transition: all 0.5s ease;
}
.slick-slider button.slick-arrow:hover {
    background: #fff!important;
}
.slick-next:before {
    content: '';
    background: url(../images/icons/green-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    width: 24px;
    height: 20px;
    left: 50%;
    padding: 0;
    transform: translate(-50%, -50%);
}

.slick-slider:hover .slick-arrow:not(.slick-disabled) {
    opacity: 1;
}
.slick-prev:before {
    content: '';
    background: url(../images/icons/green-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    width: 24px;
    height: 20px;
    left: 50%;
    padding: 0;
    transform: translate(-50%, -50%);
}
.slick-prev:before, .slick-next:before {
    opacity: 1;
}
.slick-slider .slick-arrow.slick-prev {
    left: -55px;
}
.slick-slider .slick-arrow.slick-next {
    right: -55px;
}
.product-slider-item .flag {
    position: absolute;
    top: 14px;
    left: 0;
}
.product-slider-item .sw-new-flag {
    background-color: #38524F;
    color: #D9E1CC;
    font-size: 21px;
    font-family: 'Gotham Greek, Black';
    letter-spacing: -0.42px;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
}
.sw-copyright {
    display: flex;
    /* margin-left: 60px; */
    text-transform: lowercase;
    align-items: baseline;
    height: 80px;
    align-items: center;
    position: relative;
    /* justify-content: space-between; */
}
.sw-copyright p {
    font-family: 'Gotham Greek, Light';
    color: #FFFFFF;
    font-size: 14px;
    margin: 0;
}
.sw-copyright p:last-child {
    position: absolute;
    font-family: 'Gotham Greek, Light';
    color: #D9E1CC;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}
.sw-copyright a:after {
    content: url(../images/icons/softweb.svg);
}

.navigation li.level0 > a > span:hover {
    color: #D9E1CC;
}
.products-grid .product-items:not(.amtheme-products-secondary) .product-item-info:hover {
    border-color: #D9E1CC;
}
.content-text a:hover:after {
    background:#38524F;
    content: url(../images/icons/white-arrow.svg);
    width: 24px;
    height: 24px;
}
.product-item-details .price-box {
    justify-content: center
}

.product-item-details > strong > a {
    color: #38524F;
    font-family: 'Gotham Greek, Black';
    text-align: center;
}
.product-item>.product-item-info, .product-item>.product-item-info a:not(.more), .product-item>.product-item-info .price-label {
    color: #38524F;
}
.product-item>.product-item-info:hover, .product-item>.product-item-info a:not(.more):hover, .product-item>.product-item-info .price-label:hover {
    color: #D9E1CC;
}
.filter-current .item {
    background: #D9E1CC;
    color: #38524F;
}
.old-price .price {
    font-size: 21px;
    color: #38524F;
    font-family: 'Gotham Greek, Light' !important;
}

.special-price .price {
    font-size: 21px;
    color: #38524F;
    font-family: 'Gotham Greek, Bold';
}

.products-grid .product-items:not(.amtheme-products-secondary) .product-item-info {
    border-color: #38524F;
}

.product-item>.product-item-info {
    border-radius: 0;
    border: 1px solid #38524F;
    box-shadow: none;
}

.products-grid .product-item-info:after {
    content: unset; 
}

.product-item-details .product-sku{
    text-align: center;
}

.product-sku p {
    font-size: 21px;
    color: #D9E1CC;
    font-family: 'Gotham Greek, Bold';
}

.product-options-bottom .action.primary {
    background: #38524F;
    color: #D9E1CC;
    font-family: 'Gotham Greek, Bold';
}

.price-box span.special-price {
    font-size: 21px;
}

.amtheme-product-info .price-box {
    align-items: center;
}

.special-price .price-wrapper:not(.price-including-tax) .price {
    margin-inline-end: 15px;
}

.amtheme-circle-icon {
    display: none;
}

.product-addto-links a.action.towishlist:before {
    content: url(../images/icons/wishlist.svg);
    width: 28.36px;
    height: 26px;
    transition: all 0.5s ease;
}
.product-addto-links a.action.towishlist:hover:before {
    opacity: 0.5;
}
.product h1.page-title {
    font-family: 'Gotham Greek, Black';
    color: #38524F;
}

.product-options-bottom .action.primary:hover {
    background: #D9E1CC;
    color: #38524F;
}

.minicart-wrapper .counter {
    top: 0px;
    right: -5px;
    background: #38524F;
}
.block.block-minicart .product-item-pricing .details-qty>.label {
    font-size: 14px;
}
button#top-cart-btn-checkout {
    background: #38524F;
    color: #D9E1CC;
    border-radius: 0;
    font-family: 'Gotham Greek, Bold';
}
button#top-cart-btn-checkout:hover {
    background: #D9E1CC;
    color: #38524F;
}
.block.block-minicart .action.viewcart:hover {
    color: #D9E1CC;
}
.block.block-minicart .action.viewcart {
    color: #38524F;
    font-size: 14px;
}

.product.attribute.sku .value {
    color: #D9E1CC;
}
.contact-map {
    margin-left: 50px;
    margin-bottom: 0;
    width: 45%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 50%;
}
.contact-map .map-container iframe {
    width: 100%;
}
.sw-contact-page-container {
    display: flex;
    justify-content: space-between;
}
.contact-info {
    margin-top: 60px;
}
.contact-info {
    margin-top: 20px;
}
.actions-toolbar .action.primary, .actions-toolbar .primary>.action, .amform-form .action.primary, .amform-parent .action.primary {
    background: #38524F;
    font-family: 'Gotham Greek, Bold';
    color: #D9E1CC;
}
button.amcform-submit.action.submit.primary {
    padding: 15px 35px;
    font-size: 1.8rem;
    line-height: 2rem;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 4px;
}
.contact-info a {
    color: #38524F;
}

.contact-info a:hover {
    color: #D9E1CC;
}

.actions-toolbar .action.primary:hover, .actions-toolbar .primary>.action:hover,
.actions-toolbar .action.primary:focus, .actions-toolbar .primary>.action:focus, .actions-toolbar .action.primary:active, .actions-toolbar .primary>.action:active, .amform-form .action.primary:hover, .amform-parent .action.primary:hover {
    background: #D9E1CC;
    color: #38524F;
}

.checkout-cart-index .page-main a {
    color: #38524F;
}
.navigation li.level0>.submenu:before {
    background: #fff;
    border: 1px solid #38524F;
}
.button-as-link {
    color: #38524F !important;
}
.button-as-link:hover {
    color: #D9E1CC !important;
}
.product-item .product-item-link {
    max-height: unset;
}
.checkout-cart-index .cart-discount .block.discount>.title {
    color: #38524F;
}
.amtheme-sliding-icon:not([disabled]):hover>.amtheme-icon, .action.amtheme-sliding-icon:not([disabled]):hover>.amtheme-icon, .amtheme-sliding-icon:focus>.amtheme-icon, .action.amtheme-sliding-icon:focus>.amtheme-icon, .amtheme-sliding-icon:active>.amtheme-icon, .action.amtheme-sliding-icon:active>.amtheme-icon {
    fill: #D9E1CC;
}
.amtheme-sliding-icon>.amtheme-icon, .action.amtheme-sliding-icon>.amtheme-icon {
    fill: #38524F;
}
button.action.secondary.checkout {
    background: #38524F;
    color: #D9E1CC;
}
.amtheme-empty {
    font-size: 14px;
    line-height: 18px;
}
button.action.secondary.checkout:hover {
    background: #D9E1CC;
    color: #38524F;
}
.amtheme-addresses-block.-dashboard-addresses a.action.edit:hover {
    color: #6c6a69 !important;
}
.cart.main.actions {
    align-items: baseline;
}
.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: #6c6a69 !important;
}
.cart.main.actions .amtheme-wrap {
    align-items: baseline;
}

.checkout-index-index .page-header:before {
    content: unset;
}
button.action-primary.action-accept, button.action-primary.action-accept:hover {
    background: #38524F;
    color: #fff;
}
a.action.remind {
    color: #38524F;
}
.block.block-minicart .product-item:last-child>.product {
    border: none;
}
.block-new-customer a {
    color: #38524F;
}
.block-new-customer a:hover, a.action.remind:hover {
    color: #D9E1CC;
}
.checkout-payment-method .payment-option-content .primary .action, .checkout-payment-method .payment-option-content .primary .action:hover {
    color: #38524F;
}
.amtheme-recaptcha-block .captcha-reload, .form.password.reset .field.captcha .control.captcha .captcha-reload, .form.send.confirmation .field.captcha .control.captcha .captcha-reload, .form.password.forget .field.captcha .control.captcha .captcha-reload, .form.create.account .field.captcha .control.captcha .captcha-reload, .form.search.advanced .field.captcha .control.captcha .captcha-reload, .form.form-orders-search .field.captcha .control.captcha .captcha-reload, .block.block-customer-login .field.captcha .control.captcha .captcha-reload, .block.block-new-customer .field.captcha .control.captcha .captcha-reload, .form.contact .field.captcha .control.captcha .captcha-reload {
    color: #38524F;
}
.amtheme-recaptcha-block .captcha-reload:hover, .form.password.reset .field.captcha .control.captcha .captcha-reload:hover, .form.send.confirmation .field.captcha .control.captcha .captcha-reload:hover, .form.password.forget .field.captcha .control.captcha .captcha-reload:hover, .form.create.account .field.captcha .control.captcha .captcha-reload:hover, .form.search.advanced .field.captcha .control.captcha .captcha-reload:hover, .form.form-orders-search .field.captcha .control.captcha .captcha-reload:hover, .block.block-customer-login .field.captcha .control.captcha .captcha-reload:hover, .block.block-new-customer .field.captcha .control.captcha .captcha-reload:hover, .form.contact .field.captcha .control.captcha .captcha-reload:hover {
    color: #D9E1CC;
}
.cms-page-view .page-title {
    color: #38524F;
    font-family: 'Gotham Greek, Black';
}

.price-box .price-final_price span.price {
    font-size: 21px;
    color: #38524F;
    font-family: 'Gotham Greek, Bold';
}

.page-products .products-grid .action.towishlist {
    display: none;
}
input[type='text'], input[type='password'], input[type='url'], input[type='tel'], input[type='search'], input[type='number'], input[type='datetime'], input[type='email'], textarea, select {
    border: 1px solid #38524F;
}
input[type='checkbox']+label:after, label>input[type='checkbox']+span:first-of-type:after {
    background-color: #38524F;
}
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 {
    border: 1px solid #D9E1CC;
    background: #D9E1CC;
}
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: #38524F;
}
.sw-account-container a:hover {
    color: #D9E1CC;
}
a, .alink {
    color: #38524F !important;
}
a.sw-customer-account.sw-my-account {
    color: #38524F !important;
}
a.sw-customer-account.sw-my-account:hover {
    color: #D9E1CC !important;
}
main#maincontent {
    padding: 0 120px;
    max-width: 100%;
    margin: 40px 0 120px;
}
.login-container {
    margin: 0;
}
.breadcrumbs {
    max-width: 100%;
    padding: 10px 120px;
    background: #D9E1CC;
    margin: 0;
}
.cms-home main#maincontent {
    padding: 0;
    margin: 0;
}
.nav-sections {
    margin: 0;
}
.amasty-jet-theme .switcher .amtheme-icon {
    margin-inline-end: 0;
    width: 26px;
    height: 26px;
    vertical-align: top;
}
span.action.toggle.switcher-options:before {
    content: "";
    background: url(../images/icons/account.svg);
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s ease;
}
.amasty-jet-theme .switcher .amtheme-icon {
    display: none;
}
.amasty-jet-theme .switcher .action {
    text-indent: -9999px;
    height: 26px;
    cursor: pointer;
}
li.authorization-link.-logged-in a:before {
    content: none;
}
.amasty-jet-theme .switcher .dropdown:not(.options) {
    border-radius: 0;
    background: #D9E1CC;
    box-shadow: none;
    margin: 0;
}
.breadcrumbs a {
    color: #a8a69f !important;
}
.breadcrumbs a:hover {
    color: #4a4948 !important;
}
.amasty-jet-theme .switcher ul.header-links a {
    color: #4a4948 !important;
    font-size: 16px;
    font-family: "Gotham Greek, Medium";
}
.amasty-jet-theme .switcher ul.header-links a:hover {
    color: #fff !important;
}
.amasty-jet-theme li.amtheme-myaccount-link.switcher.switcher .switcher-dropdown {
    display: none;
}
.amasty-jet-theme li.amtheme-myaccount-link.switcher.switcher.active .switcher-dropdown {
    display: block;
}
.navigation li.level0.parent {
    padding-inline-end: 0;
}
.navigation li.level0.parent>a:before {
    content: none;
}
.amasty-jet-theme .sw-language-container 
 .switcher .action {
    text-indent: 0;
    height: auto;
}
.block.block-minicart {
    background: #fff;
    border: 1px solid #38524F;
}
.minicart-wrapper .block-minicart:after {
    border-color: transparent transparent #38524F transparent;
}
.form.password.reset>fieldset:not(:last-of-type), .form.send.confirmation>fieldset:not(:last-of-type), .form.password.forget>fieldset:not(:last-of-type), .form.create.account>fieldset:not(:last-of-type),
 .form.search.advanced>fieldset:not(:last-of-type), .form.form-orders-search>fieldset:not(:last-of-type),
  .block.block-customer-login>fieldset:not(:last-of-type), .block.block-new-customer>fieldset:not(:last-of-type), .login-container .block-customer-login {
    border-bottom: 1px solid #38524F;
}
.catalog-category-view .page-title {
    font-family: "Gotham Greek, Black";
}
.page-main {
    margin-bottom: 0;
}
.amtheme-sidebar-block>.amtheme-heading, .sidebar .block.widget>.amtheme-heading, .column.main .block.widget.block-viewed-products-grid>.amtheme-heading {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.filter-options a:hover, .filter-options a:hover .count {
    color: #D9E1CC;
}
.filter-options .count {
    transition: all 0.5s ease;
}
button {
    background: #38524F;
    color: #D9E1CC;
}
button:hover, button:focus, button:active {
    background: #D9E1CC;
    color: #38524F;
}
a:hover, .alink:hover {
    color: #D9E1CC !important;
}
.products-list .product-item-info {
    align-items: center;
}
.products-list .product-item-details {
    align-items: flex-start;
}
.products-list  .product-item .product-item-name {
    height: auto;
    min-height: initial;
}
.cms-page-view main#maincontent {
    margin-bottom: 120px;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
    margin: 0;
    max-width: 100%;
}
.message {
    margin: 0 !important;
    padding: 30px 30px 30px 50px!important;
}
.message.success {
    background: #2ecc71;
    color: #fff;
}
.message.warning {
    background: #f39c12;
    color: #fff;
}
.message.info {
    background: #f39c12;
    color: #fff;
}
.message.error {
    background: #e74c3c;
    color: #fff;
}
.message > *:first-child:before {
    color: #fff !important;
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: 0 !important;
}
.message a {
    color: #fff!important;
    text-decoration: underline!important;
}
.page.messages {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 100000;
    width: 400px;
}
.message.success>*:first-child:before {
    content: "✔";
    font-size: 18px;
}
.message.warning>*:first-child:before {
    font-size: 18px;
    content: "⚠";
}
.message.error>*:first-child:before {
    font-size: 18px;
    color: #fff ;
    content: "x";
    font-family: "Gotham Greek, Black";
}
.block.block-minicart .product-item .product-item-name a {
    color: #38524F;
    font-size: 14px;
    line-height: 14px;
    display: block;
    text-align: left;
}
.block.block-minicart .product-item .product-item-name a:hover {
    color: #D9E1CC;
}
.block.block-minicart .product-info-price .old-price>.price, .block.block-minicart .product-info-price .price-excluding-tax {
    margin-top: 0;
}
.block.block-minicart .product-item-details .actions {
    right: 5px;
    display: flex;
}
.block.block-minicart .subtotal {
    background: #D9E1CC;
}
.amtheme-product-info .product-add-form.-amcaret-active button#product-addtocart-button {
    width: 100%;
}
.amtheme-product-info .amtheme-add-form-bottom.-under .product-options-bottom {
    margin-bottom: 0;
}
.-amcaret-enabled .amtheme-product-info .product-add-form.-amcaret-active {
    position: fixed;
    bottom: 95px !important;
    top: initial !important;
    width: auto!important;
    left: 0 !important;
    max-width: unset;
    display: flex;
    align-items: center;
    padding: 15px 120px;
    justify-content: space-between;
    right: 0px;
    border: none;
    border-top: 1px solid #38524F;
    border-bottom: 1px solid #38524F;
}
.-amcaret-enabled .amtheme-product-info .product-add-form.-amcaret-active .amtheme-add-form-bottom.-under {
    display: flex;
    align-items: center;
    justify-content: end;
}
.amtheme-product-info .product-add-form.-amcaret-active .amcaret-product-name {
    margin: 0;
    width: 30%;
}
.amtheme-product-info .product-add-form.-amcaret-active form#product_addtocart_form {
    width: 65%;
}
.amtheme-product-info .product-add-form.-amcaret-active .box-tocart.qty {
    border: none;
    margin: 0;
    padding: 0;
    flex-grow: unset;
}
.-amcaret-enabled .amtheme-product-info .product-add-form.-amcaret-active form .field {
    margin-bottom: 0;
}
.amtheme-product-info .product-add-form.-amcaret-active .product-info-price {
    margin: 0 20px;
}
.amtheme-product-info .product-add-form.-amcaret-active .action.tocart {
    margin: 0;
}
.amtheme-sidebar-wishlist .amtheme-name {
    color: #38524F;
    font-family: 'Gotham Greek, Black';
    line-height: 18px;
}
.amtheme-sidebar-block .amtheme-name:hover, .sidebar .block.widget .amtheme-name:hover, .amtheme-sidebar-block .product-item-name>a:hover, .sidebar .block.widget .product-item-name>a:hover, .column.main .block.widget.block-viewed-products-grid .amtheme-name:hover, .column.main .block.widget.block-viewed-products-grid .product-item-name>a:hover {
    color: #D9E1CC;
}
.amtheme-sidebar-wishlist .product-item:not(:last-child), .sidebar .block.widget .product-item:not(:last-child) {
    border-bottom: 1px solid #D9E1CC;
    padding-bottom: 10px;
}
.product h1.page-title {
    line-height: 34px;
}
.page-layout-1column .amtheme-product-info .qty.-without-options {
    margin-top: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding-top: 25px;
}
.page-layout-1column .amtheme-product-info .product-info-price {
    margin: 20px 0;
}
.page-layout-1column .amtheme-product-info .box-tocart .action.tocart {
    margin: 0;
    width: calc(100% - 80px);
}
.amtheme-add-form-bottom.-under {
    position: relative;
}
.amtheme-product-info .product-add-form.-amcaret-active  .product-options-bottom {
    margin-bottom: 0;
    width: 300px;
}
.amtheme-product-wrap .product-addto-links {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.cart.main.actions {
    background: #D9E1CC;
}
.cart.main.actions .amtheme-wrap:last-of-type .action:hover, button.action.button-as-link.update:hover {
    color: #6c6a69 !important;
}
table>tbody>tr>th, table>tfoot>tr>th, table>tbody>tr>td, table>tfoot>tr>td {
    vertical-align: middle;
}
.cart.table-wrapper .amtheme-qty-wrap.field {
    margin: 0;
}
.cart.table-wrapper .amtheme-column-toolbar .amtheme-cell {
    justify-content: center;
}
.cart.item .item-info>.item>.amtheme-inner {
    align-items: center;
}
.checkout-cart-index .cart-discount .block.discount>.title:hover {
    color: #D9E1CC;
}
.cart.item {
    border-bottom: 1px solid #D9E1CC;
}
.checkout-cart-index .page-main a:hover {
    color: #D9E1CC;
}
.cart.item .item-info .product-item-name>a {
    color: #38524F;
    font-family: "Gotham Greek, Black";
    font-size: 16px;
    line-height: 20px;
}
.cart.item .item-info .product-item-name>a:hover {
    color: #D9E1CC;
}
.cart-summary {
    border: 1px solid #38524F;
}
.cart-summary>.cart-totals .table.totals tr.grand.totals.-first>th, .cart-summary>.cart-totals .table.totals tr.grand.totals.-first>td {
    border-top: 1px solid #38524F;
    padding: 20px 0 10px;
}
input[type='radio']:checked+label:before, label>input[type='radio']:checked+span:first-of-type:before {
    background: #38524F;
}
.checkout-container>.opc-progress-bar, .checkout-container>.messages {
    text-align: center;
}
.opc-progress-bar>.opc-progress-bar-item._active:before {
    border: 1px solid #38524F;
    color: #38524F;
}
.amtheme-select-block>.amtheme-placeholder {
    border: 1px solid #38524F;
}
.amtheme-select-options>.amtheme-option {
    font-size: 12px;
    line-height: 14px;
}
.opc-progress-bar>.opc-progress-bar-item._complete:before {
    background-color: #38524F;
}
.opc-wrapper .shipping-information .shipping-information-title {
    border-bottom: 1px solid;
}
.opc-progress-bar>.opc-progress-bar-item._complete:after {
    filter: brightness(0);
    background-repeat: no-repeat;
}
.opc-block-summary {
    border: 1px solid #38524F;
}
.opc-block-summary .amtheme-estimated-total:before {
    border-top: 1px solid #38524F;
}
.opc-block-summary .table-totals:after {
    background: #38524F;
}
.amtheme-success-order {
    background: #D9E1CC;
}
.action.outline:hover, .modal-popup .modal-footer .action:not(.primary):not(.secondary):hover, .order-details-items>.actions-toolbar:first-child .action:hover {
    background: #D9E1CC;
    border: 1px solid #D9E1CC;
    color: #38524F;
}
.action.outline, .modal-popup .modal-footer .action:not(.primary):not(.secondary), .order-details-items>.actions-toolbar:first-child .action {
    font-family: "Gotham Greek, Black";
}
.checkout-onepage-success .checkout-success+.print, .checkout-onepage-success .action.print {
    color: #38524F;
}
.checkout-onepage-success .checkout-success+.print, .checkout-onepage-success .action.print:hover {
    color: #D9E1CC;
}
li.opc-progress-bar-item.-no-item._complete {
    display: none;
}
.amtheme-sidebar-block .amtheme-title, .sidebar .block.widget .amtheme-title, .amtheme-sidebar-block .block-title, .sidebar .block.widget .block-title, .column.main .block.widget.block-viewed-products-grid .amtheme-title, .column.main .block.widget.block-viewed-products-grid .block-title {
    font-size: 14px;
    font-family: "Gotham Greek, Black";
    line-height: 18px;
}
.amtheme-sidebar-reorder .action.view {
    margin-inline-start: 0;
    display: block;
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
    color: #38524F;
}
.amtheme-sidebar-reorder .action.view:hover {
    color: #D9E1CC;
}
.sidebar .action.button-as-link, .sidebar .action.checkout-shipping-address .new-address-popup .action-show-popup, .column.main .block.widget.block-viewed-products-grid .action.button-as-link, .sidebar .action.amtheme-gift-options .actions-toolbar .action-cancel, .column.main .block.widget.block-viewed-products-grid .action.checkout-shipping-address .new-address-popup .action-show-popup, .column.main .block.widget.block-viewed-products-grid .action.amtheme-gift-options .actions-toolbar .action-cancel {
    font-size: 14px;
}
.amtheme-sidebar-reorder .amtheme-item {
    align-items: center;
    margin-bottom: 10px;
}
.amtheme-sidebar-reorder .amtheme-name {
    font-family: "Gotham Greek, Black";
    font-size: 14px;
}
div#narrow-by-list {
    font-size: 14px;
}
.page-layout-1column .amtheme-product-wrap>.amtheme-product-info {
    max-width: 100%;
}
.columns .column.main .amtheme-product-wrap {
    grid-template-columns: calc(50% - 80px) 45%;
}
.amtheme-product-info .product-add-form.-amcaret-active button#product-updatecart-button {
    width: 100%;
}
.amtheme-card-block, .amtheme-addresses-block.-dashboard-addresses, .amtheme-address-method {
    background: #D9E1CC;
}
.amtheme-addresses-block>.amtheme-content, .amtheme-addresses-block.-addresses-grid {
    background: #D9E1CC;
}
.amtheme-card-block.-with-table>.amtheme-heading, .amtheme-addresses-block.-dashboard-addresses.-with-table>.amtheme-heading, .amtheme-address-method.-with-table>.amtheme-heading {
    border-bottom: 1px solid #38524F;
}
.amtheme-card-block.amtheme-dashboard-orders.-with-table {
    font-size: 14px;
}
.account-nav-content ul.nav.items {
    border: 1px solid #38524F;
    font-size: 14px;
    padding: 20px 0;
}
.account-nav-content .nav.item {
    padding: 5px 20px;
}
.account-nav-content .nav.item:hover:not(.current) {
    margin-inline-start: 0;
}
.account-nav-content .nav.item.current:before {
    content: none;
}
.account-nav-content .nav.item.current {
    background: #38524F;
    color: #fff;
}
.account-nav-content .nav.item.current>strong {
    color: #fff;
    line-height: 18px;
}
.account-nav-content .nav.item>.delimiter {
    margin-bottom: 0;
    background: #38524F;
    width: 100%;
    display: block;
    height: 1px;
}
.account-nav-content .nav.item>a {
    line-height: 18px;
}
.account-nav-content .nav.item:hover>a {
    color: #D9E1CC;
}
.table-wrapper.orders-history {
    font-size: 14px;
}
form .fields.-am-block, .form.form-newsletter-manage .field.choice, .amtheme-gift-options .fieldset>.fields {
    background: #D9E1CC;
}
.field.choice.-as-link label {
    color: #38524F;
}
.field.choice.-as-link label:hover, .field.choice.-as-link label:active {
    color: #D9E1CC;
}
.account {
    font-size: 16px;
}
.block .block-title {
    font-size: 20px;
    font-family: "Gotham Greek, Black";
}
.button-as-link, .button-as-link.action, .checkout-shipping-address .new-address-popup .action-show-popup, .checkout-shipping-address .new-address-popup .action-show-popup.action, .form-wishlist-items .actions-toolbar .action.share, .amtheme-gift-options .actions-toolbar .action-cancel, .amtheme-gift-options .actions-toolbar .action-cancel.action {
    color: #38524F;
}
.button-as-link:hover, .button-as-link.action:hover, .checkout-shipping-address .new-address-popup .action-show-popup:hover, .checkout-shipping-address .new-address-popup .action-show-popup.action:hover, .form-wishlist-items .actions-toolbar .action.share:hover, .amtheme-gift-options .actions-toolbar .action-cancel:hover, .amtheme-gift-options .actions-toolbar .action-cancel.action:hover {
    color: #D9E1CC;
}
.products-grid .product-item-inner, .products-grid .product-item-info:hover .product-item-inner, .products-grid .product-item-info.-hover .product-item-inner {
    position: relative;
    top: unset;
    left: 0;
    opacity: 1;
    display: block;
    height: auto;
    overflow: visible;
    max-height: unset;
    padding: 0 0 30px 0;
    box-shadow: none;
    width: 100%;
    border: none;
}
.form-wishlist-items .product-item-info:hover .product-item-inner {
    top: unset;
}
.form-wishlist-items .product-item>.product-item-info:hover {
    color: #38524F;
}
.navigation .category-item .submenu a {
    font-size: 14px;
    line-height: 20px;
}
.navigation li.level0>.submenu>li, .navigation li.level0>.submenu:not(.amtheme-menu-flex)>li:not(:first-child), .navigation li.level0>.submenu .submenu>li {
    border-bottom: 1px solid;
    padding: 10px 0;
    text-align: left;
    margin: 0;
}
.product-item>.product-item-info .price-label {
    display: none;
}
.block.filter .filter-options-content {
    padding: 0;
}
.block-content.filter-content {
    text-align: left;
}
.block.filter .filter-options-title {
    text-align: left;
}
table#my-orders-table td.col {
    border-top: 1px solid #38524F;
}
[class*='sales-guest-'] .items.order-links, .account .items.order-links {
    border-bottom: 1px solid #38524F;
}
.table-wrapper .table.table-order-items .col.name .product.name {
    font-size: 16px;
}
.order-details-items table>tbody {
    border-bottom: 1px solid #38524F;
}
.amtheme-order-status {
    background: #D9E1CC;
}
.account-nav-content .nav.item.current>a {
    color: #fff !important;
}
.checkout-index-index .header.content {
    padding: 30px 0 0;
}
.checkout-index-index  .block-static-block.widget {
    margin-bottom: 0;
}
.block.block-order-details-view {
    background: #D9E1CC;
}
.navigation li.level0>.submenu >li:last-child {
    border-bottom: none !important;
    padding: 10px 0 0 !important;
}
.block.block-minicart .minicart-items-wrapper {
    max-height: 30vh;
    height: auto !important;
}
.amtheme-ship-here>.action.-selected:before {
    background: #38524F;
}
.amtheme-ship-here>.action:hover:before, .amtheme-ship-here>.action.-selected:before {
    border-color: #38524F;
}
.catalog-product-view small.copyright {
    margin-bottom: 0;
}
.page-products .widget.block.block-static-block {
    margin: 0;
}
.-amcaret-enabled .amtheme-productinfo-wrap {
    min-height: unset;
}
.modal-popup:not(.confirm) {
    transform: unset;
    top: 0;
}
.-amcaret-enabled .amtheme-product-info .product-add-form.-amcaret-active {
    display: none;
}
.amconf-matrix-table-wrap .amconf-matrix-arrow.-plus {
    background: #fff;
    border-top: 1px solid #38524F;
    border-right: 1px solid #38524F;
    width: 15px;
    height: 15px;
    margin: 0;
    transform: rotate(45deg);
}
.amconf-matrix-table-wrap .amconf-matrix-input {
    border-radius: 0;
}
.amconf-matrix-table-wrap .amconf-matrix-qty {
    align-items: center;
}
.amconf-matrix-table-wrap .amconf-matrix-arrow.-minus {
    background: #fff;
    border-top: 1px solid #38524F;
    border-left: 1px solid #38524F;
    width: 15px;
    height: 15px;
    margin: 0;
    transform: rotate(-45deg);
}
.amconf-matrix-table-wrap {
    margin-top: 0;
    max-width: 100%;
}
.catalog-product-view .amtheme-product-info .normal-price .price-label, .catalog-product-view .amtheme-productcaret-block .normal-price .price-label {
    display: none;
}
.amconf-matrix-table-wrap .amconf-text {
    border-right: 1px solid #38524F;
}
.amconf-matrix-table-wrap >tbody:last-of-type>tr:last-of-type td {
    padding-bottom: 10px;
}
.amasty-jet-theme .product-social-links a.action.mailto.friend.amconf-share-link {
    display: none;
}
.amconf-matrix-table-wrap .amconf-matrix-row {
    border-bottom: 1px solid #38524F;
}
.amconf-matrix-table-wrap .amconf-matrix-title {
    border-bottom: 1px solid #38524F;
    border-top: 1px solid #38524F;
}
.page-layout-1column .amtheme-product-info .swatch-option {
    margin: 0;
    vertical-align: middle;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 16px;
}
.amconf-matrix-table-wrap  td.amconf-matrix-attribute.amconf-matrix-cell {
    width: 35%;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
    background: #38524F;
    color: #fff;
    transition: all 0.5s ease;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-save:hover {
    background: #D9E1CC;
}
.amgdprcookie-modal-template .amgdprcookie-button.-decline, .amgdprcookie-bar-container .amgdprcookie-button.-decline {
    color: #38524F;
    transition: all 0.5s ease;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow {
    color: #38524F;
    transition: all 0.5s ease;
}
.amgdprcookie-modal-template .amgdprcookie-button.-decline:hover, .amgdprcookie-bar-container .amgdprcookie-button.-decline:hover {
    color: #D9E1CC;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow:hover {
    color: #D9E1CC;
}
.account-nav-content .nav.item:nth-child(4) span.delimiter {
    display: none;
}
.account-nav-content .nav.item:nth-child(5) {
    display: none;
}
.checkout-payment-method .checkout-billing-address {
    background: none;
}
.block-content {
    text-align: center;
}
.ambanner-image-block>.ambanner-image {
    height: 100%;
    object-fit: cover;
}
span.amtheme-navigation-icon {
    display: none;
}
.account-nav {
    margin-bottom: 50px;
    margin-top: 50px;
}
.authlinks.block-collapsible-nav {
    margin-bottom: 50px;
}
.authlinks.block-collapsible-nav .menu-group {
    background: transparent;
    border: 1px solid #38524F;
    font-size: 14px;
    padding: 0;
}
.menu-group-header {
    border-bottom: none;
    background: #38524F;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.block-collapsible-nav .nav.item {
    background: transparent;
    font-size: 14px;
    padding: 0px 20px;
}
.block-collapsible-nav .nav.item:last-child {
    margin-bottom: 15px;
}
.esaccount-card-view.page-layout-2columns-left .sidebar.sidebar-main {
    margin-top: 44px;
    width: 230px;
}
.esaccount-card-view .column.main {
    width: 100% !important;
}
.estable {
    border: none;
    display: table;
    overflow: auto;
    border-radius: 0;
}
.toolbar-buttons.clickable:hover {
    background: #38524F;
}
.card-toolbar {
    background: #D9E1CC;
}
.toolbar-buttons {
    border-bottom: none;
}
.estable tr.table-headers {
    border-bottom: none;
    background: #D9E1CC;
}
.date-parameters-header {
    margin-right: 10px;
}
.print-button.toolbar-buttons.clickable {
    margin-right: 0;
}
#maincontent .date-parameters .client-card-popup-open {
    border: none;
    border-radius: 0;
    height: 46px;
    margin-left: 10px !important;
    box-sizing: border-box;
}
#client-card-popup {
    max-width: unset;
    height: 100%;
    width: 100%;
    top: 0;
}
.client-card-popup-inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#client-card-popup input[type="radio"]+label:before {
    position: relative;
    margin-right: 5px;
}
#client-card-popup input[type="radio"]+label {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: auto;
}
#client-card-popup input[type='radio']:checked+label:after, #client-card-popup label>input[type='radio']:checked+span:first-of-type:after {
    background: transparent;
}
#client-card-popup input[type="radio"] {
    width: 15px !important;
    height: 15px !important;
    background: #D9E1CC;
    opacity: 1;
    clip: unset;
    appearance: none;
    border-radius: 50%;
    margin: 0px 5px 0 0;
    cursor: pointer;
}
.client-card-popup-inner table td {
    flex-wrap: wrap;
}
#client-card-popup input[type="radio"]+label:before, #client-card-popup input[type="radio"]+label:after {
    content: none;
}
.client-card-popup-inner table td {
    display: inline-flex;
    float: left;
    box-sizing: border-box;
    align-items: center;
    padding: 0;
}
#client-card-popup input[type="radio"]:checked {
    background: #38524F;
}
.client-card-popup-accept {
    background: #38524F;
}
.client-card-popup-accept:hover {
    background: #D9E1CC;
    color:  #38524F;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code {
    display: none;
}
.customer-account-index .account-nav-content {
    display: none;
}
.amtheme-product-wrap .product-addto-links .action .amtheme-title {
    text-indent: -9999px;
}
.block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details {
    transform: none;
}
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-name {
    height: auto;
}
.widget.amrelated-grid-wrapper.grid .slick-slide img {
    margin: auto;
}
.block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-photo {
    margin-bottom: 0;
}
.block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info {
    padding: 10px 0 50px;
}
.widget.amrelated-grid-wrapper.grid  .slick-track {
    align-items: stretch;
}
.widget.amrelated-grid-wrapper.grid  .slick-slide>div {
    height: 100%;
}
.block.widget.amrelated-grid-wrapper.grid .widget-product-grid.slick-slider .product-item {
    height: 100%;
}
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-name:not(.-amtheme-name) {
    padding: 0 20px;
    font-size: 21px;
    margin-bottom: 20px;
}
.block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-box .price {
    font-size: 21px;
}
.amrelated-grid-wrapper .slick-slide {
    margin: 0 16px;
}
.widget.amrelated-grid-wrapper.grid .slick-slider .slick-arrow.slick-prev {
    left: -35px;
}
.widget.amrelated-grid-wrapper.grid .slick-slider .slick-arrow.slick-next {
    right: -35px;
}

.checkout-index-index .checkout-agreements-block .checkout-agreements.fieldset>.field.required>label:before {
    display: none;
}
.checkout-index-index .checkout-agreement input[type='checkbox'] {
    top: 5px;
    opacity: 1;
    clip: unset;
    width: auto;
    height: auto;
    position: relative;
}
.checkout-index-index .checkout-agreement button {
    letter-spacing: .03em;
    font-weight: 700;
    line-height: 1.25;
    padding: 0;
    color: #38524f;
    text-decoration: none;
    background: none;
}
.checkout-index-index .checkout-agreement label:before,
.checkout-index-index .checkout-agreement label:after {
    display: none;
}
.checkout-index-index .checkout-agreement div.mage-error[generated] {
    width: 100%;
    color: #e02b27;
}
.amtheme-add-form-bottom .product-info-price {
    display: none;
}
.ambanner-item-block.-ambanner-fade .ambanner-content-block {
    justify-content: center;
}
.product-slider-content {
    padding: 300px 120px 0 120px;
}
@media screen and (max-width:1800px) {
    .sw-bottom-middle-header-container {
        width: 400px;
    }
}

@media screen and (max-width:1580px) {
    .sw-top-header-container, .sw-bottom-header-container, .navigation>ul, .sw-bottom-block, .sw-contact-content, footer.page-footer {
        padding: 0 50px;
        box-sizing: border-box;
    }
    .sw-product-slider-block {
        padding-bottom: 100px;
    }
    .product-slider-content {
        padding: 150px 50px 0 50px;
    }
    .ambanner-inner .banner h1 {
        margin-bottom: 40px;
    }
    .navigation li.level0>a {
        line-height: 20px;
    }
    .navigation li.level0 > a > span {
        font-size: 16px;
        line-height: 16px;
    }
    .sw-category-block {
        padding: 0 50px 150px    50px;
    }
    .product-slider-title {
        left: 50px;
        right: 50px;
    }
    .popularproductswrapper {
        padding: 200px  50px 0 50px;
    }
    .product-slider-title h1 {
        font-size: 100px;
        line-height: 100px;
    }
    .slick-slider .slick-arrow.slick-prev {
        left: -30px;
    }
    .slick-slider .slick-arrow.slick-next {
        right: -30px;
    }
    .contact-text {
        left: 50px;
        right: 50px;
    }
    .customer-info {
        padding: 80px 50px;
    }
    .copyright {
        padding: 0 50px 60px;
        box-sizing: border-box;
    }
    .sw-footer-links {
        padding: 120px 50px 30px;
    }
    .customer-info:before {
        left: 50px;
        right: 50px;
    }
    .sw-contact-block {
        margin-bottom: 50px;
    }
    small.copyright span {
        padding: 0 50px;
    }
    .sw-bottom-block {
        height: 60px;
    }
    p.sw-category-title {
        font-size: 22px;
        line-height: 28px;
    }
    .product.name {
        font-size: 18px;
        line-height: 20px;
    }
    .footer-column a {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sw-footer-links:after {
        width: 25%;
    }
    .breadcrumbs {
        padding: 10px 50px;
    }
    main#maincontent {
        padding: 0 50px;
    }
    .-amcaret-enabled .amtheme-product-info .product-add-form.-amcaret-active {
        bottom: 60px !important;
    }
    .-amcaret-enabled .amtheme-product-info .product-add-form.-amcaret-active {
        padding: 15px 50px;
    }
    .navigation>ul {
        padding: 0 20px;
    }
}

@media screen and (max-width:1480px) {
    .sw-bottom-middle-header-container {
        transform: none;
        left: 270px;
    }
    .ambanner-slider-container {
        margin-bottom: 100px;
    }
    .category-title h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 0;
    }
    .category-title {
        margin-bottom: 50px;
    }
    .category-collection li.category-item {
        height: auto;
    }
    p.sw-category-title {
        margin: 30px 0;
    }
    .category-item-container img {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .product-slider-title h1 {
        font-size: 70px;
        line-height: 70px;
    }
    .product-slider-title {
        top: -40px;
    }
}

@media screen and (max-width:1380px) {
    .footer-column h4 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .footer-column {
        margin-right: 80px;
    }
    .catalog-category-view .wrapper-description {
        padding: 0;
    }
    .page-layout-2columns-left.page-with-filter .columns, .page-layout-2columns-right.page-with-filter .columns, .page-layout-3columns.page-with-filter .columns {
        padding-top: 55px;
    }
    main#maincontent {
        margin: 40px 0 50px;
    }
    .amcaret-product-name {
        font-size: 16px;
    }
    .sw-top-left-header-container {
        display: none;
    }
    .sw-top-middle-header-container {
        justify-content: start;
    }
}

@media screen and (max-width:1280px) {
    ul.category-collection {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    .amconf-matrix-table-wrap .amconf-matrix-title th.amconf-cell:last-child span.amconf-text {
        border: none;
    }
    .columns .column.main .amtheme-product-wrap {
        grid-template-columns: calc(40% - 80px) 60%;
    }
    .sw-text-message p {
        font-size: 14px;
    }
    .category-collection li.category-item {
        width: calc(25% - 23px);
    }
    .sw-wishlist-container,.sw-minicart-container, .sw-account-container {
        margin-right: 30px;
    }
    .sw-category-block {
        padding: 0 50px 50px    50px;
    }
    .contact-text h1 {
        font-size: 54px;
        line-height: 54px;
    }
    .cus-info-inner h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .sw-footer-links:after {
        top: initial;
        height: 260px;
    }
    .footer-links-inner {
        justify-content: space-between;
    }
    .sw-footer-links {
        padding: 50px 50px 30px;
    }
    .navigation li.level0 > a > span {
        font-size: 14px;
    }
}

@media screen and (max-width:1239px) {
    .opc-block-summary {
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        background: #fff;
        box-shadow: none;
    }
    .checkout-index-index .header.content {
        padding: 100px  0 0;
        justify-content: center;
    }
    .checkout-container {
        margin:0 0 20px;
    }
    .opc-block-summary .amtheme-summary-order {
        box-shadow: none;
    }
}

@media screen and (max-width:1180px) {
    button.sw-back-to-top h3 {
        font-size: 14px;
    }
    .product-slider-item .sw-new-flag {
        font-size: 16px;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
    }
    .navigation>ul {
        flex-wrap: wrap;
        height: auto;
    justify-content: space-evenly;
    }
    .navigation li.level0 {
        width: auto;
    }
    a.sw-create-account, .authorization-link a {
        font-size: 14px;
        line-height: 14px;
        display: block;
    }
    span.link-separator {
        padding: 0 5px;
    }
    a.sw-customer-account.sw-my-account {
        font-size: 14px;
    }
    .cart.main.actions .amtheme-text {
        font-size: 12px;
    }
    .cart.item .item-info>.item>.amtheme-inner {
        flex-wrap: wrap;
    }
    .cart.item .item-info .product-item-details {
        margin: 10px 0 0;
        width: 100%;
        max-width: 100%;
    }
    .cart.item .item-info .col.item, .cart.item .item-info .col.qty {
        min-width: unset;
    }
}

@media screen and (max-width:1023px) {
    body, .amasty-jet-theme .switcher a, span.language-separator, .amasty-jet-theme .switcher strong, .newsletter-title h3 {
        font-size: 16px;
    }
    .sw-bottom-middle-header-container {
        left: 50%;
        transform: translateX(-50%);
    }
    .product-slider-content .amrelated-grid-wrapper .slick-slide {
        margin: 0 10px;
    }
    .product-slider-content .product-item-info a.product-item-photo {
        padding: 10px !important;
        background: #fff !important;
    }
    .product-slider-content .product-item-info a.product-item-link {
        font-size: 16px;
        line-height: 20px;
    }
    .product-slider-content .product-item-info {
        margin: 0 !important;
        padding: 0 !important;
    }
    .sw-bottom-left-header-container {
        margin-left: 60px;
    }
    .sections.nav-sections {
        top: 155px;
        bottom: initial;
        left: -100%;
        padding: 0;
        height: calc(100% - 155px);
        border-top: 5px solid #D9E1CC;
        background: #fff;
    }
    .amtheme-menu-block .ui-menu-item.level0.parent>a:after {
        right: 50px;
    }
    .amtheme-menu-block .ui-menu-item.level0.parent>.submenu {
        padding: 0 80px 20px;
    }
    .nav-before-open.nav-open .sections.nav-sections:before, .sections.nav-sections:before {
        content: none;
    }
    .nav-sections-items .section-item-title.amtheme-item.-bottom, .nav-sections-items .amtheme-menu-compare {
        padding: 12.5px 50px;
    }
    .amtheme-menu-block .ui-menu-item.level0.parent>.submenu>li {
        border: none;
        margin: 0;
        padding: 0;
    }
    .amtheme-menu-block .ui-menu-item.level0>a {
        padding: 15px 50px;
    }
    .navigation li.level0>.submenu >li:last-child {
        padding: 0 !important;
    }
    .navigation li.level0>.submenu>li, .navigation li.level0>.submenu:not(.amtheme-menu-flex)>li:not(:first-child), .navigation li.level0>.submenu .submenu>li {
        border-bottom: none;
        padding: 0;
    }
    .amtheme-menu-block .ui-menu-item.level0.parent>.submenu a {
        padding: 5px 0;
    }
    .navigation li.level0 > a > span {
        color: #38524F;
    }
    .amtheme-menu-block .ui-menu-item.level0 {
        border-bottom: 1px solid #38524F;
    }
    .section-items.nav-sections-items {
        background-color: #fff;
    }
    .nav-before-open.nav-open .sections.nav-sections {
        bottom: unset;
        left: 0;
        padding: 0;
    }
    a.logo img {
        height: 70px;
    }
    span.amtheme-navigation-icon {
        display: block;
        position: absolute;
        left: 50px;
        top: 50%;
        transform: translateY(-50%);
    }
    form .fields.-am-block, .form.form-newsletter-manage .field.choice, .amtheme-gift-options .fieldset>.fields {
        margin: 0;
    }
    .form-wishlist-items .products-grid>.product-items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }
    .form-wishlist-items .product-item-actions .action.tocart {
        font-size: 14px;
        white-space: normal;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .form-wishlist-items .product-item .product-image-container {
        width: 100% !important;
    }
    .form-wishlist-items .product-items>.product-item {
        margin: 0 !important;
        max-width: 100%;
        width: 100%;
    }
    [class*='sales-guest-'] .items.order-links .nav.item.current>*, .account .items.order-links .nav.item.current>* {
        padding-top: 10px;
    }
    [class*='sales-guest-'] .items.order-links .nav.item>*, .account .items.order-links .nav.item>* {
        padding: 10px 0;
    }
    .account[class*='sales-'] .page-title-wrapper .amtheme-info {
        margin-top: 30px;
    }
    [class*='sales-guest-'] .items.order-links, .account .items.order-links {
        margin: 0;
    }
    .account  h1.page-title {
        margin: 30px 0 0;
    }
    .account-nav-content {
        margin: 0;
        padding: 0;
    }
    .amtheme-card-block, .amtheme-addresses-block.-dashboard-addresses, .amtheme-addresses-block.-dashboard-addresses, .amtheme-address-method {
        margin: 0 0 20px 0;
    }
    .sidebar-main>.account-nav {
        margin-bottom: 0;
    }
    .account-nav-title {
        margin: 0;
    }
    .account-nav-content .nav.item>a {
        margin: 0;
    }
    .contact-map {
        width: 100%;
        margin: 50px 0 0;
    }
    .sw-contact-page-container {
        display: block;
    }
    .category-collection li.category-item {
        width: calc(33.333% - 20px);
    }
    .customer-info {
        padding: 80px;
    }
    .cus-info-inner h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .cus-info-inner p {
        font-size: 15px;
        line-height: 20px;
    }
    .footer-column {
        width: 50%;
        margin: 0 0 30px 0;
        text-align: center;
    }
    .footer-links-inner {
        flex-wrap: wrap;
    }
    .sw-copyright {
        justify-content: space-between;
    }
    .sw-copyright p:last-child {
        position: relative;
        left: initial;
        transform: none;
        top: initial;
    }
    .sw-footer-links:after {
        opacity: 0.5;
    }
    .sw-footer-links {
        padding: 50px 50px 0;
    }
    button.ambanner-button.-show-overlay.ambanner-icon.-show-more {
        display: none !important;
    }
    .block-search.-header>.block-content {
        margin: 0;
        padding: 0;
        border-bottom: none;
        box-shadow: none;
    }
    .block-search .action {
        padding: 0;
        width: 24px;
        height: 24px;
    }
    .block-search .actions {
        top: 50%;
        transform: translateY(-50%);
    }
    .ambanner-slider-dots {
        display: flex !important;
        top: unset;
        transform: none;
        bottom: 30px !important;
        left: 0;
        right: 0;
        margin: auto;
        justify-content: center;
    }
    .sw-account-container, .sw-customer-account-container {
        display: none;
    }
    .sw-wishlist-container, .sw-minicart-container, .sw-account-container {
        margin-right: 0;
        margin-left: 20px;
    }
    .sw-bottom-right-header-container {
        flex-direction: row-reverse;
    }
    .cms-home section.amtheme-secondary-banner.amtheme-section-block, .sw-top-right-header-container {
        display: none;
    }
    .newsletter-block {
        margin-bottom: 100px;
    }
    .sw-top-header-container {
        height: 35px;
    }
    .sw-top-middle-header-container {
        width: 100%;
        flex: unset;
        text-align: center;
        justify-content: center;
    }
    .sw-bottom-header-container {
        border-bottom: 1px solid #D9E1CC;
    }
    .catalog-category-view .wrapper-description {
        margin: 0;
    }
    button.amtheme-filter-action {
        display: none;
    }
    .page-layout-2columns-left.page-with-filter .columns, .page-layout-2columns-right.page-with-filter .columns, .page-layout-3columns.page-with-filter .columns {
        padding-top: 10px;
    }
    .toolbar-sorter .amtheme-filter-button .amtheme-icon {
        padding: 0;
    }
    .block.filter .filter-content {
        padding: 75px 30px 0;
    }
    .block.filter .filter-subtitle {
        padding: 5px 30px;
    }
    .products-grid ol.products.list.items.product-items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }
    .grid.products .-col-sm-1 .product-item {
        width: 100%;
        margin: 0 !important;
    }
    .grid.products .product-item .product-image-container {
        width: 100% !important;
    }
    .products-list li.item.product.product-item {
        margin: 0 0 20px 0;
        width: 100%;
    }
    .products-list .product-item-info {
        align-items: center;
        flex-direction: unset;
    }
    .products-list .product-item-details {
        margin: 0;
        padding-left: 30px;
        box-sizing: border-box;
        width: 60%;
    }
    .products-list .product-item .product-item-name a.product-item-link {
        text-align: left;
    }
    .products-list .product-item-info .product-photo-wrapper {
        width: 40%;
    }
    .amconf-matrix-table-wrap .amconf-matrix-title th.amconf-cell:last-child span.amconf-text {
        border: none;
    }
    .cart.item .item-info .product-item-details {
        width: calc(100% - 150px);
        max-width: calc(100% - 150px);
        padding-left: 20px;
        box-sizing: border-box;
    }
    .cart.item .item-info a.product-item-photo {
        width: 150px;
    }
    .checkout-cart-index h1.page-title {
        margin: 0;
    }
    .cart.main.actions {
        margin-inline-end: 0;
        margin-inline-start: 0;
    }
    .checkout-cart-index .cart-container>.cart-summary {
        margin: 20px 0 0;
        box-sizing: border-box;
        padding: 30px;
    }
    .cart.item .actions-toolbar>.gift-options-cart-item {
        margin-top: 0;
    }
}

@media screen and (max-width:880px) {
    p.sw-category-title {
        font-size: 18px;
        line-height: 24px;
    }
    .sw-bottom-middle-header-container {
        width: 45vw;
    }
    .form-wishlist-items .products-grid>.product-items {
        grid-template-columns: 1fr 1fr;
    }
    .sw-bottom-middle-header-container {
        width: 35vw;
    }
}

@media screen and (max-width:767px) {
    .sw-top-header-container, .sw-bottom-header-container, .navigation>ul, .sw-bottom-block, .sw-contact-content, footer.page-footer {
        padding: 0 30px;
    }
    .product-slider-content {
        padding: 20px 50px 0 50px;
    }
    .ambanner-slider-container {
        margin-top: -30px;
    }
    .cms-page-view main#maincontent {
        margin-bottom: 50px;
    }
    main#maincontent {
        padding: 0 30px;
    }
    .sw-category-block {
        padding: 0 30px 30px 30px;
    }
    .category-collection li.category-item {
        width: calc(50% - 15px);
    }
    .sw-text-message p {
        font-size: 14px;
        line-height: 16px;
    }
    .product-slider-title h1 {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 0;
    }
    .category-title h1 {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0;
    }
    .product-slider-title {
        top: 0;
        position: relative;
        left: 0;
        right: 0;
        padding: 50px 30px 0 30px;
    }
    .popularproductswrapper {
        padding: 50px 30px 0 30px;
    }
    .product-slider-title a, .content-text a {
        font-size: 18px;
    }
    .slick-slider .slick-arrow.slick-prev {
        left: 0;
    }
    .slick-slider .slick-arrow.slick-next {
        right: 0;
    }
    .sw-product-slider-block {
        padding-bottom: 30px;
    }
    .sw-contact-block {
        margin: 30px 0;
    }
    .contact-text h1 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0;
    }
    .contact-image img {
        height: 350px;
        object-fit: cover;
    }
    .customer-info {
        padding: 30px 80px 30px 50px;
    }
    .customer-info:before {
        left: 30px;
        right: 30px;
    }
    .block-static-block.widget, .block-cms-link.widget {
        margin-bottom: 30px;
    }
    .newsletter-block {
        margin: 100px 0 0;
    }
    .customer-info {
        display: block;
    }
    .cus-info {
        padding: 0;
        display: flex;
        align-items: center;
    }
    .cus-info img {
        margin: 0;
        width: 100px;
        height: 50px;
        object-fit: contain;
    }
    .cus-info-inner p , .cus-info-inner h3 {
        text-align: left;
    }
    .cus-info-inner {
        text-align: left;
        width: calc(100% - 100px);
    }
    .cus-info-inner p br {
        display: none;
    }
    .cus-info-inner p {
        border-bottom: 1px solid #38524F;
        padding-bottom: 20px;
    }
    .cus-info-inner h3 {
        margin: 10px 0 10px 0;
    }
    .cus-info:last-child .cus-info-inner p {
        border: none;
        padding: 0;
    }
    .copyright {
        padding: 0 30px 60px !important;
        background: transparent !important;
    }
    small.copyright span {
        padding: 0 30px;
    }
    .sw-bottom-middle-header-container {
        width: auto;
        left: 30px;
        right: 30px;
        bottom: 10px;
        transform: none;
    }
    .sw-bottom-middle-header-container .search input[type='text'] {
        height: 40px;
        line-height: 40px;
    }
    .block-search .block-content {
        height: 40px;
    }
    .sw-bottom-header-container {
        padding: 0 30px 50px;
    }
    a.logo img.logo-image {
        height: 50px;
        object-fit: contain;
    }
    .products-grid ol.products.list.items.product-items {
        grid-template-columns: 1fr 1fr;
    }
    .cart.item .item-actions td.col.item {
        margin: 20px 0 0;
    }
    .ambanner-inner .banner h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .ambanner-slider-container .slick-list.draggable {
        height: auto !important;
        min-height: 300px;
    }
    .ambanner-inner .banner a {
        font-size: 16px;
    }
    .ambanner-inner .banner a:after, .ambanner-inner .banner a:hover:after {
        width: 40px;
        height: 40px;
    }
    .ambanner-slider-dots>li {
        margin-bottom: 0;
    }
    .ambanner-slider-dots .slick-active button, .ambanner-slider-dots button {
        width: 15px;
        height: 15px;
    }
    .ambanner-slider-container .slick-track {
        height: 300px !important;
    }
    .ambanner-slider-container {
        margin-bottom: 50px;
    }
    .block-search .actions {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    span.amtheme-navigation-icon {
        left: 30px;
        top: 15px;
        transform: none;
    }
    .amconf-matrix-table-wrap {
        display: block;
        overflow: auto;
    }
    .amconf-matrix-table-wrap tbody {
        width: 600px;
        display: block;
    }
    .amconf-matrix-table-wrap .amconf-matrix-arrow {
        display: inline-block;
    }
    .amconf-matrix-table-wrap .amconf-matrix-qty {
        display: flex;
    }
    .amconf-matrix-table-wrap .amconf-matrix-qty {
        justify-content: center;
    }
    .amconf-matrix-table-wrap .amconf-matrix-input {
        margin: 0 3px;
    }
    .amtheme-menu-block .ui-menu-item.level0>a {
        padding: 15px 30px;
    }
    .amtheme-menu-block .ui-menu-item.level0.parent>a:after {
        right: 30px;
    }
    .amtheme-menu-block .ui-menu-item.level0.parent>.submenu {
        padding: 0 50px 20px;
    }
    .nav-sections-items .section-item-title.amtheme-item.-bottom, .nav-sections-items .amtheme-menu-compare {
        padding: 12.5px 30px;
    }
}

@media screen and (max-width:639px) {
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr {
        background: transparent;
    }
}

@media screen and (max-width:580px) {
    .product-slider-title h1, .contact-text h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .contact-map .map-container iframe {
        height: 300px;
    }
    .contact-text h3 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .newsletter-title {
        margin-bottom: 20px;
    }
    form#newsletter-validate-detail {
        display: block;
        padding: 0 30px;
    }
    .field.newsletter {
        width: 100%;
        margin-bottom: 5px;
    }
    .newsletter-inner .actions {
        margin-left: 0;
    }
    button.action.subscribe.primary {
        width: 100%;
    }
    .footer-column a {
        font-size: 16px;
        line-height: 18px;
    }
    .footer-column {
        width: 100%;
    }
    .sw-copyright {
        display: block;
        height: auto;
        padding-bottom: 30px;
    }
    .sw-copyright p {
        line-height: 18px;
    }
    button.sw-back-to-top h3 {
        width: 0;
        display: block;
        height: 0;
        text-indent: -9999px;
    }
    .sw-copyright p:last-child {
        margin-top: 10px;
    }
    .product-item .price > span {
        font-size: 18px;
    }
    .product.sku {
        font-size: 18px;
        margin-bottom: 0;
    }
    .newsletter-title {
        padding: 0 30px;
    }
    .content-inner img {
        opacity: 0.5;
    }
    .sw-bottom-block {
        display: none;
    }
    .copyright {
        padding: 0 30px !important;
    }
    .ambanner-inner .banner h1 {
        margin-bottom: 20px;
        width: 85%;
        margin: auto;
    }
    .ambanner-inner .banner h1 {
        margin-bottom: 20px;
    }
    .checkout-index-index .sw-copyright {
        padding-top: 30px;
    }
    .cart.item .item-info .product-item-name {
        line-height: 18px;
    }
    .ambanner-content-block {
        padding: 0 10px;
    }
    .form-wishlist-items .products-grid>.product-items {
        grid-template-columns: 1fr ;
    }
}

@media screen and (max-width:480px) {
    .category-collection li.category-item {
        width: 100%;
    }
    .amtheme-menu-block .ui-menu-item.level0>a {
        padding: 15px 60px 15px 30px;
        align-items: start;
        text-align: left;
    }
    .product-slider-title {
        display: block;
    }
    .product-slider-title h1 {
        margin-bottom: 30px;
    }
    .contact-image img {
        height: 300px;
    }
    .slider_top {
        padding: 0 20px!important;
        margin: 0 -20px;
    }
    .products.product-items {
        margin: 0;
    }
    .cart.item .item-info>.item>.amtheme-inner {
        justify-content: space-between;
    }
    .cart.item .item-info .product-item-details {
        box-sizing: border-box;
    }
    .cart.item .col.qty, .cart.item .col.amtheme-column-toolbar {
        width: 100%;
    }
    .cart .item-actions .actions-toolbar {
        justify-content: start;
    }
    .cart .item-actions .item>.actions-toolbar>.action {
        margin: 0 20px 0 0;
    }
    .product h1.page-title {
        line-height: 28px;
    }
    .catalog-product-view .amtheme-product-info .normal-price .price-wrapper:not(.price-excluding-tax) .price, .catalog-product-view .amtheme-productcaret-block .normal-price .price-wrapper:not(.price-excluding-tax) .price {
        font-size: 20px;
    }
    .action.primary, .actions-toolbar .action.primary, .actions-toolbar .primary>.action, button.amcform-submit.action.submit.primary {
        font-size: 16px;
    }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td[data-th]:before, .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th[data-th]:before {
        width: 100%;
    }
}

@media screen and (max-width:400px) {
    .ambanner-inner .banner h1 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .product-slider-content .amrelated-grid-wrapper .slick-slide {
        margin: 0;
    }
    .product-slider-title a:after, .product-slider-title a:hover:after {
        width: 40px;
        height: 40px;
        bottom: -10px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .content-text a:after {
        width: 40px;
        height: 40px;
    }
    .slick-slider .slick-dots {
        margin: 0;
        width: 100%;
    }
    .slick-slider .slick-dots li button:before {
        background-color: #fff;
    }
    .slick-slider .slick-dots li.slick-active button:before {
        background-color: #d9e1cc;
    }
    .product-items.slick-slider .slick-slide .product-item {
        max-width: 100%;
    }
    .product-slider-content {
        padding: 20px 30px 0 30px;
    }
    .content-text a:hover:after {
        content: "";
        width: 40px;
        height: 40px;
        background-image: url(../images/icons/white-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
    .cus-info {
        display: block;
    }
    .cus-info img {
        margin: auto;
    }
    .cus-info-inner {
        text-align: center;
        width: 100%;
    }
    .cus-info-inner p, .cus-info-inner h3 {
        text-align: center;
    }
    .customer-info {
        padding: 30px  50px;
    }
    .sw-text-message p {
        font-size: 12px;
    }
    .products-grid ol.products.list.items.product-items {
        grid-template-columns: 1fr;
    }
    .product.name {
        font-size: 16px;
        line-height: 18px;
    }
    .amtheme-product-wrap .product-addto-links {
        position: relative;
        margin-top: 20px;
    }
    .page-layout-1column .amtheme-product-info .box-tocart .action.tocart {
        width: 100%;
    }
    .columns .column.main .amtheme-product-wrap {
        margin-bottom: 0;
    }
}

/* .-ambanner-dots .ambanner-content-block {
    height: calc(100% - 700px);
} */
.checkout-onepage-success .checkout-success+.print {
    display: none;
}