<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*html {
    font-size: 20px;
}
@media only screen and (min-width: 401px){
    html {
        font-size: 25px;
    }
}
@media only screen and (min-width: 428px){
    html {
        font-size: 26.75px;
    }
}
@media only screen and (min-width: 481px){
    html {
        font-size: 30px; 
    }
}
@media only screen and (min-width: 569px){
    html {
        font-size: 35px; 
    }
}
@media only screen and (min-width: 641px){
    html {
        font-size: 40px; 
    }
}*/
body {
    font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
}

a {
    color: #132540;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}
body a:hover {
    color: #e5655f;
    text-decoration: none;
}

img {
    height: auto;
    max-width: 100%;
    border: 0;
}
img.logo-image, .logo-image img, img.logo-image-container, .logo-image-container img {
    height: auto;
    max-width: 100%;
    max-height: 50px;
}


footer.page-footer {
    background: #E4E9F0;
    padding-bottom: 0px;
}
.page-footer .footer.content {
    border-top: none;
}
.page-footer-bottom-container {
    min-height: 30px;
    line-height: 12px;
    background-color: #0B172B;
    padding: 15px 0px;
}
.page-footer-bottom-container .page-footer-bottom {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
}
.page-footer-bottom-container .copyright {
    order: 1;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    background-color: transparent;
    padding: 10px 0px;
}
.page-footer-bottom-container .page-footer-bottom-block-container {
    order: 2;
    padding: 6px 0px;
}
.header ul, .footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer ul.social-media-icons {
    padding: 10px 0px 10px;
}
.social-media-icons li, footer.page-footer .social-media-icons li {
    display: inline-block;
    margin: 0px 0px 0px 22px;
}
.social-media-icons li a .iconfont {
    width: 46px;
    height: 46px;
    color: #fff;
    font-size: 20px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    transition: all ease-in-out .3s;
    background-color: #e5655f;
}
.social-media-icons li a:hover .iconfont {
    background-color: #c64d47;
}
.page-footer .footer.content .block {
    float: none;
}
.page-footer-top-container {
    padding: 3rem 0rem;
}
.page-footer-top {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
}
.page-footer-top .footer-newsletter {
    flex: 1;
    color: #132540;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0px;
}
.footer-newsletter .block-header {
    padding: 10px 0px 10px;
}
.footer-newsletter .block-header .title {
    font-size: 23px;
    font-weight: 600;
    line-height: 36px;
}
.footer-newsletter .block-header .subtitle {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}
.subscribe-form-content {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer-newsletter .content {
    flex: 1;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding: 10px 0px 10px;
}
.footer-newsletter input.footer-newsletter-input {
    width: 100%;
    height: 50px;
    font-size: 15px;
    border: none;
    border-radius: 30px 0px 0px 30px;
    padding-left: 25px;
}
.footer-newsletter input.footer-newsletter-input:focus {
    box-shadow: 0 0 3px 1px #68a8e0;
}
.footer-newsletter button.footer-newsletter-button {
    height: 50px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: inherit;
    background-color: #63c0c4;
    text-transform: uppercase;
    transition: all ease-in-out .3s;
    border: none;
    border-radius: 0px 30px 30px 0px;
    padding: 0px 25px;
    margin-left: -1px;
}
.footer-newsletter button.footer-newsletter-button:hover {
    background-color: #509da0;
    border: none;
}
.footer-newsletter form.form {
    width: 100%;
    max-width: 440px;
}
.footer-newsletter .field.newsletter {
    width: 100%;
}
.pagebuilder-column-line .iconfont {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
}
.pagebuilder-column-line .iconfont p {
    /*margin: 0px;*/
}
.page-footer-middle-container .pagebuilder-column-line .iconfont:before {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    /*display: inline-block;*/
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .3s;
    background-color: #e5655f;
    margin: 0rem 1rem 1rem 0rem;
}
.page-footer-middle-container {
    color: #ffffff;
    background-color: #132540;
    padding: 3rem 0rem 3rem;
}
.page-footer-middle-container a {
    color: #ffffff;
}
.page-footer-middle-container a:hover {
    color: #e5655f;
}
.page-footer-middle-container h3 {
    font-size: 16px;
    font-weight: 600;
}
.page-footer-middle-container, .page-footer-middle-container a {
    font-size: 14px;
    font-weight: 300;
}
.page-footer-middle-container .page-footer-middle-block-container .iconfont {
    display: inline-block;
}
header.page-header {
    background-color: #0b172b;
}
body .page-header .panel.wrapper .switcher .options ul.dropdown {
    left: 0;
    right: auto;
}
body .page-header .panel.wrapper .switcher .options ul.dropdown:before {
    left: 10px;
    right: auto;
}
body .page-header .panel.wrapper .switcher .options ul.dropdown:after {
    left: 9px;
    right: auto;
}
body .page-header .switcher .options ul.dropdown, body .page-footer .switcher .options ul.dropdown {
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgb(0 0 0 / 25%);
}
body .page-header .panel.wrapper .switcher .options ul.dropdown li:hover, body .page-footer .switcher .options ul.dropdown li:hover {
    background: #f8f9fa;
}
.minicart-wrapper .block-minicart {
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}
header.page-header .panel.wrapper {
    background-color: transparent;
    border-bottom: none;
}
header.page-header .header.panel {
    /*display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;*/
}
header.page-header .header.panel .switcher.switcher-currency {
    order: 1;
    /*float: none;*/
    float: left;
    margin: 0px;
}
header.page-header .header.panel .header.links {
    order: 2;
    /*float: none;*/
    float: right;
    margin: 0px;
}
header.page-header .header.panel .customer-welcome .customer-menu .header.links {
    top: 100%;
    right: 0px;
    width: 200px;
    /*min-width: 100%;*/
    position: absolute;
    list-style: none none;
    background: #ffffff;
    box-sizing: border-box;
    border: none;
    border-radius: 3px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
    padding: 10px 0px;
    margin: 7px 0px 0px;
    z-index: 101;
}
header.page-header .header.panel .customer-welcome .customer-menu li a {
    color: #132540;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    padding: 5px 15px;
}
header.page-header .header.panel .customer-welcome .customer-menu li a:hover {
    color: #132540;
    background-color: #e4e9f0;
}
header.page-header .header.panel li.customer-welcome {
    display: none;
}
header.page-header ul.page-header-top-links {
    float: right;
    display: inline-block;
}
header.page-header ul.page-header-top-links li {
    display: inline-block;
}
header.page-header ul.page-header-top-links a {
    color: #ffffff;
}
header.page-header ul.page-header-top-links &gt; li:before {
    content: '';
    width: 1px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background-color: #2f4769;
    margin: 0px 10px;
}
header.page-header ul.page-header-top-links &gt; li:first-child:before {
    /*display: none;*/
}
.action.primary, a.action.primary, button.action.primary {
    line-height: 30px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    padding: 7px 25px;
}
.action.primary:focus, .action-primary:focus, .action.primary:active, .action-primary:active {
    border: none;
}
button.action.tocart.primary {
    border-radius: 30px;
}
.block-customer-login .actions-toolbar .primary {
    float: none;
}
.password-strength-meter {
    height: 30px;
    line-height: 30px;
    /*background: none;*/
    border-radius: 26px;
    overflow: hidden;
    padding: 5px 20px;
}
.page-header-block-container .block-search {
    width: 300px;
    float: none;
    padding: 0px;
}
.block-search input {
    color: #6c7683;
    height: 40px;
    font-size: 13px;
    line-height: 30px;
    border: none;
    padding: 5px 35px 5px 20px;
}
.block-search .action.search {
    top: 0;
    right: 0px;
    background-color: #63c0c4;
    border-radius: 0px 30px 30px 0px;
    border: none;
    padding: 0px 10px;
}
body .block-search .action.search.disabled, body .block-search .action.search[disabled], body fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 1;
}
.block-search .action.search:hover {
    background-color: #509da0;
    border-radius: 0px 30px 30px 0px;
    border: none;
}
.block-search .action.search:before {
    color: #ffffff;
    font-size: 22px;
    line-height: 40px;
    vertical-align: middle;
}
.block-search .action.search:hover:before {
    color: #ffffff;
}
.block-search .field.search {
    position: relative;
}
.block-search .field.search .search-category {
    top: 0px;
    right: 40px;
    width: 100px;
    height: 100%;
    position: absolute;
    display: inline-block;
    border-radius: 0px;
    border: none;
    padding: 0px;
}
.block-search .field.search .search-category select {
    top: 0px;
    right: 40px;
    width: 100px;
    height: 100%;
    color: #bec3ca;
    line-height: 30px;
    display: inline-block;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    padding: 5px 20px;
}
.search-category select option {
    color: #000;
}
body .nav-toggle:before {
    color: #ffffff;
}
body .nav-toggle:hover:before {
    color: #ffffff;
}
body .logo {
    margin: 0px;
}
header.page-header .header.content {
    flex: 1;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 20px 30px;
}
.page-header-block-container {
    flex: 1;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0px;
}
.switcher-dropdown-container {
    position: relative;
}
.switcher-dropdown-container .switcher-dropdown-trigger, .switcher-container .action.toggle {
    cursor: pointer;
}
.switcher-dropdown-container .switcher-dropdown-block {
    top: 100%;
    right: -10px;
    width: 200px;
    /*min-width: 100%;*/
    position: absolute;
    list-style: none none;
    background: #ffffff;
    box-sizing: border-box;
    border: none;
    border-radius: 3px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
    padding: 10px 0px;
    margin: 7px 0px 0px;
    z-index: 101;
    display: none;
}
.switcher-dropdown-container .switcher-dropdown-block:before {
    top: -12px;
    left: auto;
    right: 10px;
    content: '';
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
}
.switcher-dropdown-container.active .switcher-dropdown-block {
    display: block;
}
.switcher-dropdown-block li {
    margin: 0px;
}
.switcher-dropdown-block a.switcher-option-link {
    color: #132540;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    padding: 5px 15px;
}
.switcher-dropdown-block a.switcher-option-link:hover {
    color: #132540;
    background-color: #e4e9f0;
}
.page-header-block-container .iconfont {
    color: #ffffff;
    font-size: 23px;
    font-weight: normal;
}
body .minicart-wrapper .action.showcart:before, body .minicart-wrapper .action.showcart.active:before {
    display: none;
}
.page-header-block-item .minicart-wrapper {
    margin-left: 0px;
}
.page-header-block-item {
    margin-left: 20px;
}
.customer-account-create .page-main {
    max-width: 1060px;
}
.form.create.account {
    width: 100%;
}
.field select {
    height: 46px;
    padding: 5px 20px;
}
main.page-main&gt;.page-title-wrapper .page-title {
    color: #132540;
    font-size: 23px;
    font-weight: 600;
}
.login-container .fieldset&gt;.legend, .form.password.reset .fieldset&gt;.legend, .form.send.confirmation .fieldset&gt;.legend, .form.password.forget .fieldset&gt;.legend, .form.create.account .fieldset&gt;.legend, .form.form-edit-account .fieldset&gt;.legend, .form-address-edit .fieldset&gt;.legend, .form-newsletter-manage .fieldset&gt;.legend, .account .legend &gt; span {
    color: #6c7683;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
}
.contact-index-index main.page-main .page-title-wrapper .page-title {
    display: none;
}
.contact-form-container .field.note.no-label {
    display: none;
}
.contact-index-index .page-wrapper .page-main .column.main .paget-contact-container {
    flex: 1;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 0px 30px;
}
.contact-index-index .page-wrapper .page-main .column.main .paget-contact-container .contact-form-container {
    width: 66%;
    margin: 0px 0px 30px;
}
.contact-index-index .page-wrapper .page-main .column.main .paget-contact-container .contact-form-container .form.contact {
    flex: 1;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
}
.paget-contact-container .fieldset {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 20px 0px 0px;
}
.paget-contact-container .contact-form-title legend.legend {
    color: #777777;
    font-size: 20px;
    font-weight: 300;
    border: none;
}
.paget-contact-container .fieldset legend.legend {
    color: #777777;
    font-size: 20px;
    font-weight: 300;
    border: none;
}
.paget-contact-container .fieldset .field .label {
    font-size: 20px;
    font-weight: 500;
}
.page-contact-block.contact-info-container {
    width: 33%;
    line-height: 20px;
}
.page-contact-block.contact-info-container p {
    margin: 0px;
}
.page-contact-block.contact-info-container .iconfont {
    width: 43px;
    height: 43px;
    color: #ffffff;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    background-color: #63c0c4;
    border-radius: 6px;
    margin-bottom: 15px;
}
.page-contact-block.contact-info-container .contact-info-item, #html-body .page-contact-block.contact-info-container .contact-info-item {
    flex: 1;
    width: 100%;
    display: flex;
    line-height: 20px;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
}
.page-contact-block.contact-info-container .contact-info-item .contact-info-icon {
    width: 50px;
    min-width: 50px;
}
.page-contact-block.contact-info-container .contact-info-item .contact-info-label {
    flex: 1;
}
select {
    height: 32px;
    line-height: 22px;
    padding: 5px 25px 5px 10px;
    box-sizing: border-box;
}
#totop, .totop {
    right: 15px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    position: fixed;
    background-color: #404040;
    border-radius: 5px 5px 0px 0px;
    box-sizing: border-box;
    padding: 0px 0px;
    z-index: 9999;
    display: none;
}
#totop:hover, .totop:hover {
    background-color: #555
}
.input-text.qty {
    border-radius: 3px;
}
.minicart-items .item-qty {
    width: 40px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    padding: 0px 0px;
    margin-right: 9px;
}
.qty-box {
    width: 80px;
    float: left;
    overflow: hidden;
    border: 1px solid #e4e9f0;
    border-radius: 20px;
    margin: 0px;
}
.qty-box .iconfont {
    color: #132540;
    font-size: 12px;
}
.qty-box input.qty {
    width: 30px;
    height: 35px;
    float: left;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    /*border: solid 1px #dfdfdf;*/
    border: none;
    padding: 0px 0px;
}
.qty-box .qtyminus, .qty-box .qtyplus {
    color: #132540;
    float: left;
    width: 25px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    position: relative;
    display: inline-block;
    /*background-color: #fff;*/
    background-color: transparent;
    transition: all ease-in-out .3s;
    /*border: solid 1px #dfdfdf;*/
    border: none;
    /*margin-right: -1px;*/
}
body .products-grid.wishlist .product-item .box-tocart input.qty {
    width: 30px;
}
.product-info-main .box-tocart .field.qty label.label {
    display: none;
}
.product-info-main .box-tocart .qty-box {
    width: 150px;
    border-radius: 30px;
    margin: 0px 20px 20px 0px;
}
.product-info-main .box-tocart .qty-box .iconfont {
    font-size: 14px;
}
.product-info-main .box-tocart .qty-box input.qty {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.product-info-main .box-tocart .qty-box .qtyminus, .product-info-main .box-tocart .qty-box .qtyplus {
    width: 50px;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    background-color: #e4e9f0;
}
.product-badges {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin: 20px 0px 20px
}
.product-badges+.product-badges {
    margin-top: -20px
}
.product-badges li {
    margin-right: 9px;
    margin-bottom: 9px
}
.product-badges li:last-child {
    margin-right: 0
}
.product-badges li a {
    display: block;
    border-radius: 43px;
    border: 1px solid #132540;
    padding: 7px 20px;
    text-align: center;
    font-size: 10px;
    color: #132540;
    text-decoration: none;
    transition: .3s ease
}
.product-badges li a:hover {
    color: #fff;
    background-color: #132540;
    border-color: #132540
}
.custom-tooltip {
    position: relative;
    background: #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin: 0 5px 5px 0;
    float: right
}
.custom-tooltip a {
    font-weight: 700;
    font-size: 2rem;
    color: #fff
}
.product-item .product.name a {
    height: 60px;
    color: #132540;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    word-break: break-word;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
}
body .products-grid .product-item-info:hover, body .products-grid .product-item-info.active {
    background: none;
    box-shadow: none;
    border: none;
    margin: auto;
    padding: 0px;
    position: relative;
    z-index: 9;
}
body .products-grid .product-item-inner, body .page-wrapper .products-grid .product-item .product-item-info .product-item-inner {
    left: 0px;
    right: 0px;
    width: 100%;
    height: auto;
    clip: unset;
    display: block;
    position: relative;
    background: none;
    box-shadow: none;
    border: none;
    z-index: 2;
    padding: 0px 0px 15px;
    margin: 0px;
}
body .products-grid .product-item-actions {
    margin: 0px;
}
body .product-item .product-item-actions .actions-secondary {
    display: none;
}
.products-grid .product-item {
    text-align: center;
}
.product-item .stock-status-label {
    display: none;
}
body .products-grid.wishlist .product-item .fieldset {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}
body .products-grid.wishlist .product-item .fieldset .field.qty, body .products-grid.wishlist .product-item .fieldset .product-item-actions {
    margin: 0px;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
    color: #fff;
    float: right;
    /*width: calc(100% - 100px);*/
    height: 35px;
    font-weight: 600;
    letter-spacing: 0;
    background-color: #63c0c4;
    border: none;
    border-radius: 2rem;
    transition: all ease-in-out .3s;
    padding: 0px 15px;
}
.products-grid.wishlist .product-item .box-tocart .tocart:hover {
    background-color: #509da0;
    border: 0;
}
.products-grid .product-item .product-item-details .product-item-actions .tocart {
    color: #fff;
    float: right;
    width: calc(100% - 100px);
    height: 35px;
    font-weight: 600;
    letter-spacing: 0;
    background-color: #63c0c4;
    border: none;
    border-radius: 2rem;
    transition: all ease-in-out .3s;
    padding: 0px;
}
.products-grid .product-item .product-item-details .product-item-actions button.action.button-pre-order {
    background-color: #afafaf;
}
.products-grid .product-item .product-item-details .product-item-actions .tocart:hover {
    opacity: 0.9;
    background-color: #509da0;
    border: 0;
}
.products-grid .product-item {
    border: 1px solid #e4e9f0;
    transition: all ease-in-out .3s;
    padding: 20px 20px 20px;
    margin: 0px 0px 20px;
}
.products-grid .product-item:hover {
    background-color: #f8f9fa;
}
body.page-products .products-grid .product-item-inner:before {
    display: none;
}
.product-item-actions .actions-primary {
    width: 100%;
}
.page-products .products-grid .product-item {
    padding: 20px 10px;
}
body.page-layout-1column .products-grid .product-item {
    padding: 20px 10px;
}
.products-grid.wishlist .product-item .comment-box {
    display: none;
}
.products-grid.wishlist .product-item a.action.edit {
    display: none;
}
.product-info-main .page-title-wrapper h1 {
    color: #21293c;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0px 0px 20px;
}
body .product.data.items &gt; .item.title, .product.data.items &gt; .item.title.active {
    background: none;
    margin: 0px;
}
body .product.data.items &gt; .item.title &gt; .switch, .product.data.items &gt; .item.title.active &gt; .switch {
    color: #132540;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    background: none;
    border: none;
    padding: 0px 30px 0px 0px;
}
body .product.data.items &gt; .item.content {
    border: none;
    border-top: 1px solid #cccccc;
    padding: 20px 0px 0px;
}
.product-info-main .product-info-price {
    border-bottom: none;
}
.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
    color: #132540;
    font-size: 22px;
    line-height: 36px;
}
.sidebar-main .nav.items li.item strong {
    color: #e5655f;
}
.block-collapsible-nav .item a, .block-collapsible-nav .item &gt; strong {
    font-size: 14px;
}
body.account .page-main .page-title-wrapper .page-title {
    color: #132540;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
}
.account .column.main .block:not(.widget) .block-title {
    border-bottom: none;
    margin-bottom: 10px;
}
body .block .block-title strong, .account .column.main .block:not(.widget) .block-title &gt; strong {
    border-bottom: 0;
    color: #6c7683;
    font-size: 18px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 15px;
}
body .box {
    border: 1px solid #e4e9f0;
    box-sizing: border-box;
    padding: 20px;
}
body form .fieldset &gt; .field &gt; .label {
    color: #6c7683;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin: 0px 0px 8px 8px;
}
body .amstockstatus-cart {
    padding: 5px 0px;
    background: none;
}
.cart.table-wrapper .col.qty .field.qty {
    min-width: 67px;
}
.qty.field .control, .qty.field .qty-changer {
    display: inline-block;
    vertical-align: middle;
}
.qty.field .qty-changer &gt; a, .cart.table-wrapper .qty.field .qty-changer &gt; a {
    color: #132540;
    width: 15px;
    height: 22px;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    display: block;
    background-color: #e4e9f0;
    border: none;
    border-radius: 3px;
    margin-top: 2px;
}
.qty.field .qty-changer .iconfont, .cart.table-wrapper .qty.field .qty-changer .iconfont {
    color: #132540;
    width: 15px;
    height: 22px;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
}
.qty.field .qty-changer &gt; a:first-child, .cart.table-wrapper .qty.field .qty-changer &gt; a:first-child {
    margin-top: 0;
}
.cart.table-wrapper .col.qty .label {
    display: none;
}
.cart.table-wrapper .col.qty .input-text {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    padding: 0px 0px;
    margin: 0px;
}
body .cart.table-wrapper .cart.item .cart-price .price {
    color: #132540;
    font-size: 16px;
    font-weight: 300;
}
.cart.table-wrapper .product-item-name, .cart.table-wrapper .product-item-name a {
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
}
.cart.table-wrapper .product-item-name:hover, .cart.table-wrapper .product-item-name a:hover {
    color: #63c0c4;
    text-decoration: underline;
}
.cart-discount .block.discount {
    color: #132540;
    box-sizing: border-box;
    background-color: #e4e9f0;
    padding: 25px 25px;
    width: 100%;
}
.cart-discount .block .title:after {
    display: none;
}
.abs-discount-block-desktop .block &gt; .title, .paypal-review-discount .block &gt; .title, .cart-discount .block &gt; .title {
    cursor: default;
    border: none;
    padding: 0px 0px 10px;
}
.abs-discount-block-desktop .block .content, .paypal-review-discount .block .content, .cart-discount .block .content {
    display: block !important;
    padding: 0px;
}
.paypal-review-discount .fieldset, .cart-discount .fieldset {
    display: table;
    width: 100%;
}
.cart-discount .block .actions-toolbar {
    display: table-cell;
    vertical-align: top;
    width: 1%;
}
#discount-coupon-form #coupon_code {
    border-radius: 40px 0px 0px 40px;
}
.cart-discount .actions-toolbar .action.primary {
    color: #ffffff;
    background-color: #63c0c4;
    border-color: #63c0c4;
    box-shadow: none;
}
.cart-discount .actions-toolbar .action.primary:hover {
    color: #ffffff;
    background-color: #509da0;
    border-color: #509da0;
}
.abs-revert-to-action-secondary:not(:focus), .abs-discount-block .actions-toolbar .action.primary:not(:focus), .abs-discount-block .actions-toolbar .action.cancel:not(:focus), .block-compare .action.primary:not(:focus), .cart-summary .block .actions-toolbar &gt; .primary .action.primary:not(:focus), .abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus), .cart-summary .form.giftregistry .fieldset .action.primary:not(:focus), .paypal-review-discount .actions-toolbar .action.primary:not(:focus), .paypal-review-discount .actions-toolbar .action.cancel:not(:focus), .cart-discount .actions-toolbar .action.primary:not(:focus), .cart-discount .actions-toolbar .action.cancel:not(:focus), .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
    box-shadow: none;
}
button:not(.primary) {
    border: none;
}
button:not(.primary):hover {
    color: #132540;
    background-color: #c3cede;
    border: none;
}
li.checkout-payment-method .discount-code, div.checkout-payment-method .discount-code {
    background-color: #e4e9f0;
    margin-top: 20px;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
    cursor: pointer;
}
.checkout-payment-method .payment-option-title .action-toggle {
    color: #132540;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
    color: #132540;
    font-size: 12px;
    line-height: 16px;
    transition: all ease-in-out 0.3s;
    margin: 0px 0px 0px 0px;
}
li.checkout-payment-method .payment-option-title .action-toggle span, div.checkout-payment-method .payment-option-title .action-toggle span {
    transition: all ease-in-out 0.3s;
}
li.checkout-payment-method .payment-option-title .action-toggle:hover span, div.checkout-payment-method .payment-option-title .action-toggle:hover span {
    color: #e5655f;
}
li.checkout-payment-method .payment-option-title .action-toggle:hover:after, div.checkout-payment-method .payment-option-title .action-toggle:hover:after {
    color: #e5655f;
}
.opc-wrapper .form-discount {
    max-width: none;
}
li.checkout-payment-method .discount-code .payment-option-inner input, div.checkout-payment-method .discount-code .payment-option-inner input {
    border: none;
    border-radius: 32px 0px 0px 32px;
}
.checkout-payment-method .payment-option-content {
    padding: 0px 20px 20px 20px;
}
li.checkout-payment-method .discount-code .actions-toolbar .primary .action, div.checkout-payment-method .discount-code .actions-toolbar .primary .action {
    text-transform: uppercase;
    background-color: #63c0c4;
    border: none;
    border-radius: 0px 32px 32px 0px;
    margin: 0px;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    color: #ffffff;
    background-color: #63c0c4;
    border: none;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
    color: #ffffff;
    background-color: #63c0c4;
    border: none;
}
li.checkout-payment-method .discount-code .actions-toolbar .primary .action span, div.checkout-payment-method .discount-code .actions-toolbar .primary .action span {
    color: #ffffff;
}
li.checkout-payment-method .payment-method-content, div.checkout-payment-method .payment-method-content {
    padding: 0px;
}
li.checkout-payment-method .payment-option-title, div.checkout-payment-method .payment-option-title {
    border-top: none;
}
textarea {
    border: 1px solid #e4e9f0;
    border-radius: 7px;
}
.sections.nav-sections {
    background: #132540;
}
.sections.nav-sections nav.navpro {
    background: #132540;
}
body .navigation .level0 {
    vertical-align: middle;
    /*border: none;*/
    margin: 0px 20px 0px 0px;
}
body .page-wrapper .sections.nav-sections .navigation .level0 &gt; .level-top {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    padding: 6px 30px 6px 6px;
}
.navigation .level0 &gt; .level-top:hover {
    color: #e5655f;
}
.navigation .level0.active &gt; .level-top, .navigation .level0.has-active &gt; .level-top {
    color: #ffffff;
}
.navigation .level0:hover:after {
    display: none;
}
.left-banner button.pagebuilder-banner-button.pagebuilder-button-primary {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    padding: 15px 30px;
    margin: 0px 0px 0px;
}
.center-banner .pagebuilder-poster-content {
    bottom: 9%;
    text-align: center;
    position: absolute;
    box-sizing: border-box;
    padding: 10px 10px;
    margin: 0px auto 0px;
}
.center-banner button.pagebuilder-banner-button.pagebuilder-button-primary {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    padding: 15px 30px;
    margin: 10px auto 10px;
}
.pagebuilder-banner-wrapper:hover button.pagebuilder-banner-button.pagebuilder-button-primary {
    background-color: #509da0;
}
#html-body .page-home-banner-grid .pagebuilder-column-group .pagebuilder-column {
    padding: 10px;
}
#html-body .page-home-banner-grid .pagebuilder-column-group .pagebuilder-column .pagebuilder-overlay {
    padding: 26% 0px;
}
#html-body .page-home-banner-bar .pagebuilder-banner-wrapper .pagebuilder-overlay {
    padding: 16% 2%;
}
.center-banner .pagebuilder-overlay.pagebuilder-poster-overlay {
    text-align: center;
}
.block.widget .products-grid .product-item .product-item-inner, .page-layout-1column .block.widget .products-grid .product-item .product-item-inner, .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: none;
    margin: 0px 0px 0px;
}
.page-layout-1column .block.widget .products-grid .product-item {
    text-align: center;
    padding: 15px 10px 15px;
}
.product-item .product-item-name, .product-item .product-item-name a {
    /*height: 60px;*/
    min-height: 60px;
    font-size: 13px;
    line-height: 20px;
    /*word-break: break-word;*/
    text-decoration: none;
    overflow: hidden;
}
.minicart-items .product-item .product-item-name {
    min-height: 20px;
}
.product-item .price-box {
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    margin: 10px 0 10px;
}
.product-item .minimal-price-link {
    margin: 0px;
}
.catalog-category-view .page-main .page-title-wrapper {
    display: block;
    background-color: #e4e9f0;
    padding: 15px 25px;
    margin-bottom: 30px;
}
main.page-main&gt;.page-title-wrapper .page-title {
    color: #132540;
    font-size: 23px;
    font-weight: 600;
}
.catalog-category-view .page-main .page-title-wrapper .page-title {
    color: #0b172b;
    font-size: 23px;
    font-weight: 600;
    margin: 0px;
}
.sorter-label {
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0px;
}
div.toolbar .sorter label, div.toolbar .limiter label, div.toolbar .sorter strong, div.toolbar .limiter strong {
    color: #6c7683;
    font-size: 12px;
    font-weight: 600;
}
.sorter-options {
    width: auto;
    margin: 0px 5px 0px 7px;
}
.toolbar select {
    height: 37px;
    color: #7a7d82;
    font-size: 14px;
    font-weight: 400;
    line-height: 31px;
    text-transform: capitalize;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    box-shadow: none;
    padding: 0px 30px 0px 10px;
}
div.toolbar select {
    color: #6c7683;
    height: 35px;
    font-size: 12px;
    line-height: 36px;
    background-size: 20px 40px;
    background-position: 90% 48%;
    border: 1px solid #e4e9f0;
    border-radius: 32px;
    padding: 0px 50px 0px 20px;
}
.sorter-action {
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
}
.action:not(.switcher-trigger) {
    /*color: #132540;*/
    font-size: 13px;
    font-weight: 600;
}
div.toolbar .sorter-action {
    line-height: 36px;
    transition: all ease-in-out .3s;
    vertical-align: initial;
    margin-top: 0px;
}
div.modes .modes-mode {
    width: 26px;
    height: 26px;
    text-align: center;
    background-color: #e4e9f0;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: none;
    padding: 0px 0px;
}
div.modes .modes-mode.active {
    background-color: #e5655f;
}
div.modes .modes-mode:before {
    color: #fff;
    font-size: 12px;
    line-height: 26px;
}
.toolbar .modes &gt; a {
    text-decoration: none;
}
div.modes .modes-mode:hover {
    background-color: #e5655f;
}
div.products-list button.tocart {
    height: 35px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
    background-color: #63c0c4;
    border: 0;
    border-radius: 32px;
    transition: all ease-in-out .3s;
    margin: 0px 0px 0px 10px;
}
.action.primary, .action-primary {
    border: none;
}
.action.primary:hover, .action-primary:hover {
    color: #ffffff;
    background: #509da0;
    border: none;
}
.block-minicart .action.primary, .block-minicart .action-primary {
    color: #ffffff;
    background: #509da0;
    border: none;
}
.block-minicart .action.primary:hover, .block-minicart .action-primary:hover {
    opacity: 0.9;
}
.block-minicart .block-content .secondary .action.viewcart {
    width: 100%;
    color: #0b172b;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    display: block;
    box-sizing: border-box;
    text-transform: uppercase;
    background-color: #e4e9f0;
    border-radius: 30px;
    border: 0;
    transition: all ease-in-out .3s;
    padding: 10px 15px;
}
.block-minicart .block-content .secondary .action.viewcart:hover {
    background-color: #c3cede;
    text-decoration: none;
}
.filter-options-content a:hover {
    background-color: transparent;
    text-decoration: none;
}
.pages .action {
    background: transparent;
    box-shadow: none;
}
.pages strong.page {
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: normal;
    display: inline-block;
    background: #e5e5e5;
    padding: 0 10px;
}
.pages .action:hover {
    color: #e5655f;
    background: transparent;
    text-decoration: none;
}
.pages .action.previous:hover:before {
    color: #e5655f;
}
.pages .action.next:hover:before {
    color: #e5655f;
}
.page-product-bar-block .pagebuilder-column {
    white-space: nowrap;
}
#html-body .page-product-bar-block .pagebuilder-column-line {
    display: flex;
    flex-wrap: wrap;
    flex-flow: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
}
#html-body .page-product-bar-block .pagebuilder-column-line &gt; .pagebuilder-column {
    width: auto;
    flex-basis: auto;
}
.page-product-bar-block img {
    /*width: 22px;
    height: 22px;*/
    max-height: 30px;
    vertical-align: middle;
    padding: 0px 5px;
}
.bar-cell {
    flex: 1;
    width: 100%;
    display: flex;
    line-height: 26px;
    flex-direction: row;
    /*flex-flow: row wrap;*/
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px 0px 30px;
}
.bar-cell p {
    margin: 0px;
}
.bar-cell img.bar-icon {
    width: auto;
    height: auto;
    /*max-width: 40px;*/
    max-height: 32px;
    margin: 10px 10px 10px;
}
.bar-cell .bar-content {
    padding: 0px 10px 0px;
}
.bar-cell .bar-label {
    font-size: 18px;
}
.bar-cell .bar-desc {
    font-size: 16px;
}
body .header.panel &gt; .header.links &gt; li, body .header.panel &gt; .header.links &gt; li.welcome, body .header.panel &gt; .header.links &gt; li &gt; a {
    font-size: 12px;
    line-height: 22px;
}
.page-product-bar-block .bar-cell {
    flex: 1;
    width: 100%;
    display: flex;
    line-height: 17px;
    flex-direction: row;
    /*flex-flow: row wrap;*/
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 0px 20px;
}
.page-product-bar-block .bar-cell img.bar-icon {
    width: auto;
    height: auto;
    /*max-width: 40px;*/
    max-height: 16px;
    margin: 3px 0px 3px;
}
.page-product-bar-block .bar-cell .bar-content {
    padding: 0px 5px 0px;
}
.page-product-bar-block .bar-cell .bar-label {
    font-size: 12px;
}
.page-product-bar-block .bar-cell .bar-desc {
    font-size: 12px;
}
.catalog-product-view main.page-main {
    max-width: 1060px;
    padding: 60px 20px 20px;
}
.checkout-container {
    padding: 20px 0px 20px;
}
.checkout-container .payment-method {
    padding: 20px 0px 10px;
}
.checkout-agreement input[type="checkbox"] {
    top: 0px;
    margin: 0px 3px 0px;
}
.checkout-agreement .mage-error {
    margin: 3px 3px 0px;
}
.pagebuilder-slider.slick-slider .slick-list .slick-slide .pagebuilder-slide-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagebuilder-slider.slick-slider .slick-list .slick-slide .pagebuilder-slide-wrapper .pagebuilder-overlay {
    margin: unset;
}
a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    color: #ffffff;
    font-size: 14px;
    background: #63c0c4;
    padding: 13px 25px;
}
a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
    color: #ffffff;
    background: #509da0;
}
.header.panel &gt; .header.links &gt; .authorization-link:after {
    font-weight: 600;
    /*text-transform: uppercase;*/
    /*text-transform: capitalize;*/
}
body .products-grid.products-upsell .product-items .product-item {
    width: calc((100% - 6%) / 4);
    margin-left: 2%;
}
body .products-grid.products-upsell .product-items .product-item:nth-child(4n + 1) {
    margin-left: 0;
}
body .products-grid.products-upsell .product-items .product-item .product-item-info {
    width: auto;
}
.page-products .product-item-info {
    margin: auto;
}
.breadcrumbs {
    padding: 20px 20px 20px;
}
.product-sku {
    padding: 5px 0px 5px;
}
.product-item .product-sku {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 0px 10px;
}
.product-item .product-item-details {
    font-size: 12px;
}
.amstockstatus-category {
    padding: 5px 0px 5px;
}
body .price-container .price {
    font-size: 17px;
}
body .old-price .price-container .price {
    font-size: 12px;
}
.price-box .old-price .price-label, body .product-info-price .price-box .old-price .price-label {
    display: none;
}
.price-box .old-price .price, body .product-info-price .price-box .old-price .price {
    color: #666666;
    text-decoration: line-through;
}
.price-box .special-price .price, body .product-info-price .price-box .special-price .price {
    color: #e5655f;
}
.product-item-info {
    position: relative;
    overflow: hidden;
}
.product-labels {
    top: 0;
    right: 0;
    position: absolute;
    display: none;
    z-index: 3;
}
.product-item-info .product-labels {
    display: block;
}
.product-labels .product-label {
    height: 30px;
    color: #ffffff;
    font-size: 13px;
    line-height: 30px;
    background-color: #e5655f;
    border-radius: 20px;
    padding: 0px 15px;
}
.amstockstatus-status-container.stock.stock-status-container.stock-status-in-stock {
    color: #4CAF50;
}
.amstockstatus-status-container.stock.stock-status-container.stock-status-out-of-stock {
    color: #E91E63;
}
.form.methods-shipping .actions-toolbar {
    padding: 20px 0px 0px;
}
.checkout-payment-method .opc-payment .payment-group .payment-method {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    background: #f8fcfb;
    padding: 10px 10px 10px;
    margin: 0px 0px 20px;
}
body .checkout-payment-method .payment-method + .payment-method .payment-method-title {
    border-top: none;
}
.opc-block-summary table.data.table.table-totals tr.totals.charge {
    display: none;
}
li.li-item.level-top.ui-menu-item &gt; a {
    text-transform: uppercase;
}
.cart-totals tr.totals.shipping.excl .value {
    display: none;
}
.nav-sections ul#ui-id-1 {
    width: auto;
    background: none;
}
.block-container {
    padding: 0px 15px;
}
.explain-container {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 20px 8px 10px;
}
/*tr.summary-details.summary-details-first {
    display: table-row !important;
}
tr.summary-total {
    display: none;
}
tr.summary-details.summary-details-first td.admin__total-mark {
    padding: 1rem 1rem;
}*/
.checkout-shipping-method a.action.action-back {
    font-size: 14px;
    line-height: 30px;
    text-decoration: underline;
    text-underline-offset: 2px;
    padding: 5px 0px 5px;
}
.table-order-items .totals.tax.details + .totals-tax-summary {
    display: none;
}
.toolbar-item-block {
    float: left;
    display: inline-block;
}
.page-products .toolbar .toolbar-item-block .modes {
    padding: 5px 0px 0px 0px;
}
.page-products .toolbar .toolbar-item-block .toolbar-amount {
    float: none;
    display: inline-block;
    vertical-align: middle;
    /*padding: 10px 10px 0px 0px;*/
}
.page-products .toolbar .toolbar-item-block .limiter {
    display: inline-block;
    padding: 0px 10px 0px 10px;
}









@media only screen and (max-width: 1200px){
    .bar-cell {
        text-align: center;
        flex-direction: column;
    }
    .page-product-bar-block .bar-cell {
        text-align: left;
        flex-direction: row;
    }
    #html-body .page-bar-block .pagebuilder-column-line {
        flex-flow: row wrap;
    }
    #html-body .page-bar-block .pagebuilder-column {
        width: 50%;
        flex-basis: 50%;
    }
}








@media only screen and (max-width: 991px){
    .page-footer-top {
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .page-footer-top .footer-newsletter {
        width: 100%;
    }
    .social-media-icons li, footer.page-footer .social-media-icons li {
        margin: 0px 22px 0px 0px;
    }
    .page-footer-middle-container .pagebuilder-column-line {
        flex-wrap: wrap;
    }
    .page-footer-middle-container .pagebuilder-column {
        background-attachment: scroll !important;
        flex-basis: 100%;
        max-width: 100%;
    }
    .contact-index-index .page-wrapper .page-main .column.main .paget-contact-container .contact-form-container {
        width: 100%;
    }
    .page-contact-block.contact-info-container {
        width: 100%;
    }
    .pagebuilder-slider.slick-slider .slick-list .slick-slide .pagebuilder-slide-wrapper {
        justify-content: center;
    }
    body .products-grid.products-upsell .product-items .product-item {
        width: calc((100% - 4%) / 3);
        margin-left: 2%;
    }
    body .products-grid.products-upsell .product-items .product-item:nth-child(4n + 1) {
        margin-left: 2%;
    }
    body .products-grid.products-upsell .product-items .product-item:nth-child(3n + 1) {
        margin-left: 0;
    }
    .center-banner .pagebuilder-poster-content {
        bottom: 12%;
    }
}



@media only screen and (max-width: 768px){
    body .nav-toggle {
        top: auto;
        left: auto;
        position: relative;
        z-index: 13;
        margin: 0px 20px 0px 0px;
    }
    .page-header-block-container .block-search {
        width: auto;
        margin: 0px;
    }
    .page-header-block-container .minicart-wrapper {
        margin: 0px;
    }
    .page-header-block-container .block-search .label:before {
        color: #ffffff;
        font-size: 26px;
        line-height: 26px;
        cursor: pointer;
        margin: 0px;
    }
    .page-header-block-container .block-search .control {
        left: 0;
        bottom: -4.25rem;
        width: 100%;
        position: absolute;
        box-sizing: border-box;
        background-color: #132540;
        border: none;
        margin: 0;
        z-index: 99;
    }
    .page-footer-top .footer-newsletter {
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footer-newsletter .content {
        width: 100%;
    }
    .footer-newsletter form.form {
        max-width: 100%;
    }
    .page-footer-bottom-container .page-footer-bottom {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .page-footer-bottom-container .copyright {
        order: 2;
    }
    .page-footer-bottom-container .page-footer-bottom-block-container {
        order: 1;
    }
    .paget-contact-container .fieldset {
        width: 100%;
    }
    body .products-grid.products-upsell .product-items .product-item {
        width: calc((100% - 2%) / 2);
        margin-left: 2%;
    }
    body .products-grid.products-upsell .product-items .product-item:nth-child(4n + 1) {
        margin-left: 2%;
    }
    body .products-grid.products-upsell .product-items .product-item:nth-child(3n + 1) {
        margin-left: 2%;
    }
    body .products-grid.products-upsell .product-items .product-item:nth-child(2n + 1) {
        margin-left: 0;
    }
}


@media only screen and (max-width: 639px){
    header.page-header .header.content .logo {
        order: 1;
        width: 100%;
        flex-basis: 100%;
        padding: 0px 20%;
        margin: 0px auto;
    }
    header.page-header .header.content .nav-toggle {
        order: 2;
        flex-basis: 120px;
        margin: 0px;
    }
    header.page-header .header.content .page-header-block-container {
        order: 3;
        flex-basis: 180px;
        margin: 0px;
    }
    .center-banner .pagebuilder-poster-content {
        bottom: 16%;
    }
    .left-banner button.pagebuilder-banner-button.pagebuilder-button-primary {
        font-size: 13px;
        padding: 6px 16px;
    }
}


@media only screen and (max-width: 500px){
    .page-footer-bottom-container .page-footer-bottom {
        align-items: center;
    }
    /*body .products-grid .product-item, .block.widget .products-grid .product-item, .page-layout-1column .block.widget .products-grid .product-item {
        width: 100%;
        margin: 0px auto 10px;
    }
    .page-products .product-item-info {
        width: auto;
    }*/
}








@media (min-width: 768px), print {
    form.form.create.account&gt;.fieldset.create.info .field {
        float: left;
        width: calc((100% - 3.75rem)*0.5);
    }
    form.form.create.account&gt;.fieldset.create.info .field.field-name-firstname, form.form.create.account&gt;.fieldset.create.info .field.password, form.form.create.account&gt;.fieldset.create.info .field.currency, form.form.create.account&gt;.fieldset.create.info .field.organization-number {
        margin-right: 3.75rem;
    }
    form.form.create.account&gt;.fieldset.create.info .field.password {
        clear: both;
    }
    form.form.create.account&gt;.fieldset.address .field {
        float: left;
        width: calc((100% - 3.75rem)*0.5);
    }
    form.form.create.account&gt;.fieldset.address .field.street {
        width: 100%;
    }
    form.form.create.account&gt;.fieldset.address .nested-field {
        width: 100%;
    }
    form.form.create.account&gt;.fieldset.address .field.street .control {
        float: left;
        margin-right: 3.75rem;
        width: calc((100% - 3.75rem)*0.5);
    }
    form.form.create.account&gt;.fieldset.address .field.street .nested {
        float: left;
        width: calc((100% - 3.75rem)*0.5);
    }
    form.form.create.account&gt;.fieldset.address .field.street .nested .field {
        width: 100%;
        margin: 0px;
    }
    form.form.create.account&gt;.fieldset.address .field.street .nested .control {
        width: 100%;
    }
    form.form.create.account&gt;.fieldset.address .field.street .nested .input-text {
        width: 100%;
    }
    form.form.create.account&gt;.fieldset.address .field.company {
        margin-right: 3.75rem;
    }
    form.form.create.account&gt;.fieldset.address .field.country {
        margin-right: 3.75rem;
    }
    form.form.create.account&gt;.fieldset.address .field.city {
        margin-right: 3.75rem;
    }
    form.form.create.account&gt;.fieldset.address .field.currency {
        margin-right: 3.75rem;
    }
}


@media (min-width: 769px), print {
    .page-layout-2columns-left .sidebar-main {
        width: 20%;
    }
    .page-layout-2columns-left .sidebar-additional {
        width: 20%;
    }
    .page-layout-2columns-left .column.main {
        width: 80%;
    }
    .page-layout-1column .product-info-main {
        width: 59%;
    }
    .page-layout-1column .product.media {
        width: 40%;
    }
    body #search_mini_form {
        width: 230px;
    }
    .page-header-block-container .block-search {
        width: 230px;
    }
    #html-body .page-home-banner-grid .pagebuilder-column-group .pagebuilder-column:nth-child(2n - 1) {
        padding: 10px 10px 10px 0px;
    }
    #html-body .page-home-banner-grid .pagebuilder-column-group .pagebuilder-column:nth-child(2n) {
        padding: 10px 0px 10px 10px;
    }
    .form.create.account {
        min-width: 700px;
    }
}


@media (min-width: 992px), print {
    body #search_mini_form {
        width: 360px;
    }
    .page-header-block-container .block-search {
        width: 300px;
    }
}




















































header.page-header {
    position: relative;
    z-index: 99;
}
.page-wrapper .sections.nav-sections {
    /*position: relative;
    z-index: 99;*/
}
.page-wrapper .sections.nav-sections .section-item-content.nav-sections-item-content {
    position: relative;
    z-index: 96;
}
.page-wrapper .sections.nav-sections .section-item-content.nav-sections-item-content nav.magetime-navigationpro.navpro.navigation {
    position: relative;
    z-index: 96;
}
.page-wrapper .sections.nav-sections .section-item-content.nav-sections-item-content.active-menu .menu-mask {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    background-color: rgb(0 0 0 / 52%);
    z-index: 6;
    display: none;
}
body .navigation li.li-item {
    box-sizing: border-box;
}


body .navigation a {
    color: #ffffff;
    text-decoration: none;
}
body .navigation .navpro-dropdown a {
    color: #132540;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    text-decoration: none;
}
body .navigation a:hover, body .navpro.navigation .navpro-menu .li-item .children li a:hover, body .navpro .level0 .children &gt; li &gt; a:hover, body .navpro .level0 .children .parent &gt; a:hover, body .navpro .level0 .level-top:hover {
    color: #e5655f;
    text-decoration: none;
}
body .navigation li.level1 &gt; a {
    color: #132540;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    background-color: transparent;
    background-position: 8px 5px;
    padding: 5px 10px 5px;
}
body .navpro-dropdown .children &gt; li &gt; a, body .navpro-dropdown .children .parent &gt; a {
    color: #132540;
}
body .navigation li.level1 .children a {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    padding: 5px 15px;
}
body .navigation .li-item.main-menu-item .li-item.level1 &gt; a {
    /*text-transform: uppercase;*/
}
body .navpro-icon-caret::before {
    background-size: 16px 16px;
    z-index: 99;
}
body .page-wrapper .sections.nav-sections .navigation .navpro-icon-caret::before {
    top: calc(50% - 15px);
    transform: none;
}
body .navigation .ui-menu-icon::after {
    display: none !important;
}
body .navigation li.li-item.level2 ul.children::-webkit-scrollbar {
    width: 3px;
    background-color: #ffffff;
}
body .navigation li.li-item.level2 ul.children::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #63c0c4;
    background-image: -webkit-linear-gradient(top,#000 0,#000 50%,#000 51%,#000 100%)
}
body .navigation li.li-item.level2 ul.children::-webkit-scrollbar {
    width: 3px;
    background-color: #ffffff;
}
body .navigation li.li-item.level2 ul.children::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #63c0c4;
    background-image: -webkit-linear-gradient(top,#000 0,#000 50%,#000 51%,#000 100%)
}
@media (min-width:768px){
    body .navigation .ui-menu-icon {
        height: 100%;
        display: inline-block !important;
    }
}
@media(min-width: 1200px) {
    body .navigation .level0 {
        margin: 0px 25px 0px 0px;
    }
    body .navigation .level0.parent &gt; .level-top &gt; .ui-menu-icon {
        top: 10px;
        right: 0px;
    }
    body a.level-top &gt; .navpro-icon-caret::before {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=');
    }
    body .navigation .ui-menu-icon {
        /*display: none !important;*/
    }
    body .navigation .navpro-dropdown {
        padding: 15px 0px 10px 0px;
    }
    body .navigation .navpro-dropdown .navpro-dropdown-inner {
        padding: 10px 0px 0px;
    }
    body .navigation li.level1 {
        padding: 0px 10px 10px 0px;
    }
    body .navigation li.level1 &gt; a {
        /*border-bottom: 2px solid #e5655f;
        padding: 0px 0px 10px;*/
    }
    body .navigation .navpro-dropdown .children &gt; li &gt; a, body .navigation .navpro-dropdown .children .parent &gt; a {
        border-radius: 20px;
        padding: 10px 10px 10px 10px;
    }
    body .navigation .li-item.main-menu-item .li-item.level1 &gt; .navpro-dropdown &gt; .navpro-dropdown-inner &gt; .navpro-row {
        position: relative;
    }
    body .navigation .li-item.main-menu-item .li-item.level1 &gt; .navpro-dropdown &gt; .navpro-dropdown-inner {
        padding: 0px 0px 0px 0px;
    }
    body .navigation .li-item.main-menu-item .li-item.level1 {
        position: initial;
        padding: 0px 10px 0px 0px;
    }
    body .navigation .li-item.main-menu-item .li-item.level1 &gt; a {
        /*border-bottom: 1px solid rgba(221, 221, 221, 0.5);*/
        padding: 10px 26px 10px 30px;
        background-position: 8px 11px;
    }
    body .navigation .li-item.main-menu-item .li-item.level1 &gt; a:hover {
        color: #de0f26;
        background-color: #fff4f6;
        background-image: url('../images/ic-menu-pin.svg');
        background-repeat: no-repeat;
        background-size: 20px;
    }
    body .navigation .li-item.main-menu-item .li-item.level1.active-item:not(.default-active-item) &gt; a {
        color: #de0f26;
        background-color: #fff4f6;
        background-image: url('../images/ic-menu-pin.svg');
        background-repeat: no-repeat;
        background-size: 20px;
    }
    body .navigation .li-item.main-menu-item .li-item.level1.active-item:not(.default-active-item) &gt; a:after {
        content: '';
        top: 6px;
        right: 4px;
        width: 14px;
        height: 13px;
        overflow: hidden;
        position: absolute;
        background-image: url('../images/ic-menu-pin.svg');
        background-position: 0px -52px;
        margin: 6px 6px;
    }
    body .navigation .li-item.main-menu-item .li-item.level1:not([class*="active-item"]):hover &gt; .navpro-dropdown {
        top: 100%;
        left: 238px;
        right: 0px;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        z-index: 501;
    }
    body .navigation .li-item.main-menu-item.level0 &gt; .navpro-dropdown &gt; .navpro-dropdown-inner &gt; .navpro-row.gutters &gt; .navpro-col {
        width: 238px;
    }
    body .navigation .li-item.main-menu-item .li-item.level1 &gt; .navpro-dropdown &gt; .navpro-dropdown-inner &gt; .navpro-row &gt; .navpro-col &gt; .children {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: flex-start;
    }
    body .navigation .li-item.main-menu-item .li-item.level1 &gt; .navpro-dropdown {
        left: 238px;
        width: calc(100% - 238px);
    }
    body .navigation .li-item.main-menu-item .li-item.level1 &gt; .navpro-dropdown &gt; .navpro-dropdown-inner &gt; .navpro-row &gt; .navpro-col &gt; .children &gt; .li-item {
        width: 20%;
        box-sizing: border-box;
        padding: 0px 10px 10px 0px;
    }
    body .navigation .li-item.main-menu-item li.level2 &gt; a {
        color: #132540;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        background-color: #f3f3f3;
        /*border-bottom: 2px solid #e5655f;*/
        border-radius: 20px;
        padding: 5px 10px 5px;
    }
    body .navigation li.level1 &gt; a {
        color: #132540;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        background-color: #f3f3f3;
        /*border-bottom: 2px solid #e5655f;*/
        border-radius: 20px;
        padding: 2px 21px 2px 30px;
    }
    body .navigation .li-item.main-menu-item li.level1 &gt; a {
        background-color: transparent;
    }
    body .navigation li.level1 li.li-item a {
        transition: all ease-in-out 0.2s;
    }
    body .navigation li.level1 li.li-item a:hover {
        /*letter-spacing: -.3px;*/
        background-color: #f3f3f3;
        border-radius: 20px;
    }
    .page-wrapper .sections.nav-sections .section-item-content.nav-sections-item-content.active-menu .menu-mask {
        display: block;
    }
    .navpro-icon-caret::before {
        display: none;
    }
    body .navigation li.li-item.level2 ul.children {
        max-height: 370px;
        position: relative;
        overflow-y: auto;
    }
    body .navigation .li-item.main-menu-item.level0 &gt; .navpro-dropdown &gt; .navpro-dropdown-inner &gt; .navpro-row.gutters &gt; .navpro-col &gt; ul.children.active-item &gt; li.li-item.level1.parent.ui-menu-item  {
        opacity: 0.2;
        pointer-events: none;
    }
    body .navigation .li-item.main-menu-item.level0 &gt; .navpro-dropdown &gt; .navpro-dropdown-inner &gt; .navpro-row.gutters &gt; .navpro-col &gt; ul.children.active-item &gt; li.li-item.level1.parent.ui-menu-item.active-item  {
        opacity: 1;
        pointer-events: auto;
    }
}
@media(max-width: 1199px) {
    body .navigation .navpro-dropdown {
        padding: 0px 0px 0px 15px;
    }
    body header.page-header.type2.header-newskin .customer-welcome .header.links {
        min-width: 110px;
    }
    .mobile-sticky header.page-header {
        position: fixed;
        width: 100%;
        top: 0;
        box-shadow: 0 0px 5px rgba(0,0,0,0.3);
        z-index: 22;
    }
    body.mobile-sticky .page-wrapper {
        padding-top: 130px;
    }
    header.page-header.type2.header-newskin {
        z-index: 22;
    }
    header.page-header .search-category {
        display: none;
    }
    body .header.panel &gt; .header.links + .customer-type-switcher {
        display: inline-block !important;
    }
    body .header.panel &gt; .header.links + .customer-type-switcher button {
        width: auto;
        color: #ffffff;
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
        text-align: right;
        text-transform: uppercase;
        border-bottom: none;
        padding: 5px 5px;
        display: inline-block !important;
    }
    .page-header .panel.wrapper {
        background: none;
    }
    .page-header .panel.wrapper .panel.header {
        padding: 0px;
        text-align: right;
    }
    body .logo {
        margin: 0px 0px 0px 36px;
    }
    .sections.nav-sections {
        background: #ffffff;
    }
    .sections.nav-sections nav.navpro {
        background: #ffffff;
    }
    body .page-wrapper .sections.nav-sections .navigation .level0 &gt; .level-top {
        color: #132540;
        font-size: 14px;
        font-weight: 700;
        line-height: 38px;
        padding: 6px 20px;
    }
    body .nav-sections-item-title.active a {
        color: #132540;
    }
    .nav-sections .switcher-trigger strong:after {
        top: 0px;
        right: 0px;
        font-size: 12px;
    }
    .orientation-horizontal a.level-top &gt; .navpro-icon-caret::before {
        top: calc(50% - 15px);
    }
}
@media(max-width: 991px) {
    body .block-search .field.search .search-category {
        display: none;
    }
    .block-search .field.search {
        position: unset;
    }
}
@media(max-width: 767px) {
    body.mobile-sticky .page-wrapper {
        padding-top: 83px;
    }
}
@media(max-width: 500px) {
    .header-content-container .header-content .logo {
        display: none;
    }
    .header-content-container .header-logo {
        display: block;
    }
    body.mobile-sticky .page-wrapper {
        padding-top: 130px;
    }
}





</pre></body></html>