/** General **/
body {
    font-size: 1.6rem;
}
p {
    line-height: 2;
}
h1 {
    font-size: 2.2rem;
}
h2 {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 600;
}
h4 {
    font-size: 2rem;
}
h6 {
    line-height: 1.6;
}
.field.choice .field-tooltip {
    top: 6px;
}
.spacer-xsmall {
    height: 20px;
    display: block;
    clear: both;
    width: 100%;
}
ul > li,
ol > li {
  line-height: 2;
}
/* .message.success:before,
.message.notice:before{
    background: rgb(211, 36, 69);
} */
.breadcrumbs .item a:not(:hover) {
    color: #b3b3b3;
}
/* Disable transitions for buttons (add to cart,...) */
/* .action.primary,
a.action.primary,
.action.primary:after,
a.action.primary:after,
.action.primary:hover,
a.action.primary:hover,
.action.primary:hover:after,
a.action.primary:hover:after,
.secondary > a.action,
.secondary > a.action:after,
.secondary > a.action:hover,
.cart-container .form-cart .action.continue,
.cart-container .form-cart .action.continue:after,
.cart-container .form-cart .action.update:hover,
button {
    -webkit-transition: none;
    transition: none;
}

.action.primary:hover,
a.action.primary:hover,
.secondary > a.action:hover,
.cart-container .form-cart .action.continue:hover {
    background-color: transparent;
}
.block-minicart .block-content .dropdown-bottom-wrapper .actions > .secondary > a.action:after {
    transform: none;
}
*/
.block-minicart .block-content .dropdown-bottom-wrapper .actions > .secondary > a.action:hover,
.block-wishlist .block-content .dropdown-bottom-wrapper .dropdown-bottom-actions > a.action:hover {
    color: rgb(211, 36, 69) !important;
 }
.cart-summary .block > .title:hover:after {
    background-color: #000000 !important;
    color: #ffffff !important;
}
 
.product-info-main .box-tocart .action.tocart svg,
.product-options-bottom .box-tocart .action.tocart svg {
    animation: none !important;
}
.products-grid__buttons-below.grid .product-item-details .product-item-actions .action.primary span,
.products-grid__buttons-below.products-grid .product-item-details .product-item-actions .action.primary span {
  margin-left: 0;
}
#m-cookienotice.v-box.v-bottom-right {
    right: 85px;
}
#m-cookienotice .m-button.m-accept {
    color: rgb(255, 255, 255) !important;
}
#m-cookienotice .titlecookieaccept .ox-overlay-close-btn span {
    width: 15px;
    height: 15px;
}
.v-badge {
    color: rgb(61, 61, 61);
    background: rgb(246, 246, 246) none repeat scroll 0% 0%;
}
.b24-widget-button-wrapper {
    margin-right: 30px;
}
@media (max-width: 360px) {
    #m-cookienotice.v-box.v-bottom-right {
        max-width: 200px;
    }
}
@media only screen and (max-width: 768px) {
    .b24-widget-button-visible {
        display: none !important;
    }
}
/* Responsive youtube embeded videos */
.video-responsive {
    text-align: center;
}
@media (max-width: 740px) {
    .video-responsive {
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
    }
    .video-responsive iframe {
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
    }
}

/** Header **/
.top-bar:before {
    background-color: rgb(255, 255, 255);
}
.page-header .topline-block li:first-child span {
    padding: 2px 6px;
    display: inline-block;
}
.page-header .topline-block li:first-child a {
    color: rgb(211, 36, 69);
    font-weight: 600;
}
.page-header .topline-block li:first-child a:hover {
    background-color: rgb(255, 255, 255);
}
.header-nav-wide,
.page-header .sticky-wrapper {
	box-shadow: 1px 20px 30px -20px rgb(216 225 234 / 58%);
}
/* Smaller logo for mobile */
.mobile-header--layout-1 .logo__container{
    width: 138px;
}
/* Always show my account icon */
.header__content .header__item-account {
        display:block !important;
}
/* Mobile store switcher */
.store-language-mobile .switcher.switcher-language {
    max-width: 40px;
    margin: 10px 10px;
}
.store-language-mobile .switcher .options {
    padding-left: 10px;
}
.store-language-mobile .switcher .options .action.toggle {
    position: relative;
    z-index: 2;
}
.store-language-mobile .switcher .options .action.toggle strong span {
    padding: 5px 9px;
    display: inline-block;
    margin-bottom: 4px;
}
.store-language-mobile .switcher.language .options .action.toggle strong span {
    padding-left: 33px;
    background: 9px 50% no-repeat;
    margin-left: -9px;
}
.store-language-mobile .switcher .options ul.dropdown {
    padding: 0;
    list-style: none;
}
.store-language-mobile .switcher .options ul.dropdown li {
    line-height: 18px;
}
.store-language-mobile .switcher.language .options ul.dropdown a {
    padding-left: 24px;
    background: none 0% 50% no-repeat;
}
.store-language-mobile .switcher .options ul.dropdown a {
    display: block;
    padding: 5px 0;
    white-space: nowrap;
}
/* Show text for my account and wishlist icons */
.header__content .header__item .button.js-item-myaccount-action {
    width: 86px;
}
.header__content .header__item .button.js-item-wishlist-action {
    width: 126px;
}
.js-item-myaccount-action span.text,
.js-item-wishlist-action span.text {
    font-size: 14px;
    letter-spacing: -1px;
}
.header__content .header__item .button.js-item-myaccount-action,
.header__content .header__item .button.js-item-wishlist-action {
    color: rgb(61, 61, 61);
}
.header__content .header__item .button.js-item-myaccount-action:hover,
.header__content .header__item .button.js-item-wishlist-action:hover {
    color: rgb(211, 36, 69);
}
.header__item-badge {
    background: rgb(244, 244, 244);
    color: rgb(61, 61, 61);
    right: -3px;
}
@media only screen and (max-width: 639px) {
    .header-banner-below .banner-wrap .leanpay-banner img {
        transform: scale(1.47);
    }
}
@media all and (min-width: 846px){
    .header__item-account .athlete2-icon-login,
    .header__item-wishlist .athlete2-icon-heart2 {
        margin-right: 10px;
    }
    .js-item-myaccount-action span.text {
        position: static;
        display: inline-block;
        line-height: 12px;
        -webkit-transform: translateZ(0);
    }
}
@media all and (max-width: 845px) {
    .js-item-myaccount-action span.text,
    .js-item-wishlist-action span.text {
        display: none;
    }
    .header__content .header__item .button.js-item-myaccount-action,
    .header__content .header__item .button.js-item-wishlist-action {
        width: 38px;
    }
}
/* Mobile header slidein for my account */
@media only screen and (max-width: 1024px) {
    /* Smaller logo for mobile */
    .logo__container .logo img {
        max-height: 50px !important;
    }
    #btn-myaccount-close {
        display: inline-block;
    }
    .ox-slideout .header.links {
        padding: 30px 35px;
    }
}

/** Menu **/
.ox-megamenu-navigation .category-item > a {
    line-height: 1.1;
}
@media (min-width: 1025px) {
    .ox-megamenu-navigation .ox-megamenu__dropdown li.parent > a .ox-menu-arrow {
        right: -10px;
    }
}

/** Footer **/
.above_footer_block h6 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
}
.footer.content a:not(.button) {
    line-height: 22px;
}
.footer.content h4 {
    font-size: 1.5rem;
    margin-bottom: 4rem;
    text-transform: uppercase;
}
.footer.content .footer-block-content {
    text-align: center;
}
.footer.content a:not(.button),
.footer.content [data-role="content"] p {
    font-size: 14px;
}
.footer.content .block.newsletter.newsletter-style--big .title {
    font-weight: 600;
    font-size: 30px;
}
.copyright-footer .copyright a {
    color: rgb(157, 157, 157);
}
.copyright-footer .copyright a:hover {
    color: rgb(211, 36, 69);
}
.copyright-footer.copyright-layout-2 {
    padding: 20px 0 20px 0;
}
.copyright-footer .athlete2-social-icons > a.athlete2-social-icon,
.copyright-footer a.athlete2-social-icon {
    color: rgb(61, 61, 61);
}
.copyright-footer .athlete2-social-icons > a.athlete2-social-icon:hover,
.copyright-footer a.athlete2-social-icon:hover {
    color: rgb(255, 255, 255);
}
.above-footer-content {
    border-top: 1px solid rgba(121, 121, 121, 0.18);
}
.above-footer-content .content-wrapper {
    max-width: 70%;
}
.page-footer {
    border-top: 1px solid rgba(121, 121, 121, 0.18);
}

@media (max-width: 767px) {
    #footer-accordion > div {
        margin-top: 2rem;
    }
    #footer-accordion > div:nth-of-type(-n+2):after {
        content: '';
        display: block;
        width: 100%;
        left: 0;
        height: 1px;
        background: rgb(153, 153, 153);
        position: absolute;
    }
    /* #footer-accordion > div:first-child:before {
        content: '';
        display: block;
        width: 100%;
        left: 0;
        height: 1px;
        background: rgb(61, 61, 61);
        position: absolute;
        top: -2rem;
    } */
    #footer-accordion h4:after {
        content: "+";
        position: absolute;
        right: 40px;
        /* top: .9rem; */
        transition: transform .15s ease-in-out;
    }
    #footer-accordion div[aria-expanded="true"] h4:after {
        content: "-";
    }
    .footer-block-content {
        padding: 0;
    }
    .footer.content h4 {
        margin-bottom: 2rem;
    }
}

@media (min-width: 1025px) {
    .footer-block-content {
        padding: 46px 0 0;
    }
}

/* .header__content .minicart-wrapper .action.showcart,
.header-nav-wide,
.header__content .header__item .button,
#toTop > span{
    background-color: #ffffff !important;
	color: #333333;
} */

/*** Home page ***/
/* Category banners */
.cms-home .category-banner .col-6 {
    padding-left: 5px;
    padding-right: 5px;
}
.cms-home .category-banner a.h6,
.cms-home .latest-blog-post h2.post-title {
    font-size: 18px;
    color: rgb(61, 61, 61);
}
.cms-home .category-banner a.h6:hover,
.cms-home .latest-blog-post h2.post-title:hover {
    color: rgb(211, 36, 69);
}
.cms-home .category-banner h1,
.cms-home .featured-products h1,
.cms-home .onsale-products h1,
.cms-home .latest-blog-post h1 {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 4rem;
}
.cms-home .ox-banner-text-below .ox-banner-content {
    margin: 20px 0;
}
.cms-home .post-list.blog-style-modern article .post-title {
    font-weight: 500;
}
.cms-home .customers-saying h1 {
    font-weight: 600;
    font-size: 30px;
}
.cms-home .customers-saying .big-text {
    font-weight: 400;
}
/* Newsletter */
.block.newsletter .field.newsletter .subscribe-bottom {
    padding: 20px 0 10px;
}
.block.newsletter .field.newsletter .subscribe-bottom .checkbox {
    display: inline-block;
    position: relative;
    top: 2px;
}
.block.newsletter .field.newsletter .subscribe-bottom label {
    /* padding-left: 5px !important; */
    display: inline;
    position: relative;
    padding-right: 10px;
}
.block.newsletter .field.newsletter .subscribe-bottom label a {
    font-size: 1.6rem;
}
/* .cms-home .block.newsletter.newsletter-style--big {
    padding-top: 60px;
    padding-bottom: 60px;
    flex-direction: column;
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
    min-height: 160px;
    margin-bottom: 40px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.cms-home .block.newsletter:before {
    content: '';
    position: absolute;
    left: -200%;
    right: -200%;
    top: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid rgb(238, 238, 238);
    background-color: rgb(251, 251, 251);
}
.cms-home .block.newsletter .block_newsletter_info {
    text-align: center;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.cms-home .block.newsletter.newsletter-style--big .title {
    font-size: 36px;
    color: rgb(29, 29, 29);
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    letter-spacing: 0px;
}
.cms-home .block.newsletter .content {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.cms-home .block.newsletter .form.subscribe {
    margin-top: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.cms-home .block.newsletter.newsletter-style--big .control:before {
    margin-top: -2px;
    line-height: 46px;
}
.cms-home .block.newsletter.newsletter-style--big .control input {
    height: 46px;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    color: rgb(94, 94, 94);
}
.cms-home .block.newsletter.newsletter-style--big .action.primary {
    padding: 0 26px;
    height: 46px;
    font-size: 16px;
    background-color: rgb(44, 41, 48);
    color: rgb(255, 255, 255);
}
.cms-home .footer .block.newsletter input {
    height: 46px;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    color: rgb(94, 94, 94);
}
.footer.content .block.newsletter.newsletter-style--big .action.primary {

} */

/** Product listings **/
.product-info-main .page-title-wrapper .page-title {
    text-transform: initial;
    line-height: 1.2;
}
.cms-home button.tocart {
    padding: 12px 20px;
}
.cms-home .custom-qty .control.qty .qty-minus,
.cms-home .custom-qty .control.qty .qty-plus {
    width: 1.8em;
}
.cms-home .custom-qty .control.qty .qty {
    width: 1.8em;
}
.cms-home .product-item .product-item-name {
    min-height: 2.8em;
}
.cms-home .product-item-details .product-item-actions .actions-secondary a.action.towishlist:hover:before {
    color: rgb(211, 36, 69) !important;
}
.custom-qty input[type="number"] {
    font-weight: 800;
}
.sidebar.sidebar-main .filter-options {
    border-color: rgb(255, 255, 255);
}
.sidebar.sidebar-additional .block:before {
    background: rgb(255, 255, 255);
}
.products-grid .product-item .product-item-name a {
    line-height: 1.5;
    font-weight: 600 !important;
}
.product-item-name {
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    word-wrap: normal;
}
.filter-options-content .item .ox-checkbox {
    border: 2px #cccccc solid;
}
.ox-product-label-custom {
    background: #C4A484;
}
.ox-product-label-featured {
  background: #e1364a;
}
.ox-product-label-bestseller {
    background: #f07e2c;
}
.ox-product-label-sale {
    background: #99b123;
}
.ox-product-label-positiveqty {
    color: #ffffff;
    background: #06ad2f;
    margin-bottom: 3px;
    padding: 5px 7px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    clear: left;
    float: left;
    /* Temporary hide this label */
    display: none;
  }
.product-item .minimal-price > .price-label{
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    top: 0;
}
@media (max-width: 380px) {
    .actions-primary button.action.tocart.primary,
    .actions-primary > div  > .callforprice_text .action.primary {
        padding: 12px 10px;
        font-size: 1.5rem;
    }
}
@media (max-width: 1025px) {
    /* .cms-home button.tocart {
        padding: 12px 20px;
    }
    .cms-home .custom-qty .control.qty .qty-minus,
    .cms-home .custom-qty .control.qty .qty-plus {
        width: 1.2em;
    }
    .cms-home .custom-qty .control.qty .qty {
        width: 1.6em;
    } */
}

/* .cms-home .ox-banner.ox-banner-content-overlay .ox-banner-container {
    padding: 40px 4px; 
} */
/* Category banners slider center text moved to bottom */
/* .cms-home .ox-banners-slider__container .center {
    bottom: 5px;
} */

/* Price box */
.price-including-tax:before,
.price-including-tax + .price-excluding-tax:before, .weee[data-label]:before {
  content: attr(data-label) ':\00a0';
  font-size: 1.1rem;
}
.old-price .price-including-tax:before {
    content: '';
    padding-left: 3em;
}
.product-info-main .price-box .price-wrapper.price-excluding-tax .price,
.product-options-bottom .price-box .price-wrapper.price-excluding-tax .price {
  font-size: 20px;
}
.product-info-main .product-info-price,
.product-options-bottom .product-info-price {
  display: inline-grid;
}
.price-including-tax:before {
    display: none;
}
.price-excluding-tax:before {
    font-size: 1.4rem !important;
}
.minicart--style-modern .block-minicart .amount .price-wrapper:first-child .price {
    font-size: 22px;
    font-weight: 600;
}
span.side-price {
    padding-left: 5px;
}
.product-item .price-box .price-container {
    font-weight: 600;
}
table.table-totals tbody tr.grand.totals .price,
table.totals tbody tr.grand.totals .price {
    font-size: 22px;
}
@media (max-width: 639px) {
    .minicart--style-modern .block-minicart .amount .price-wrapper:first-child .price {
        font-size: 32px !important;
        font-weight: 700;
    }
}
/* Availablity box */
.stock.available,
.stock.unavailable {
    font-size: 1.6rem;
    padding-top: 20px;
}
.stock.available:before,
.stock.unavailable:before {
    content: attr(title) ': ';
    font-size: 1.6rem;
    font-weight: 500;
    color: rgb(61, 61, 61);
}
/* .stock.unavailable {
    color: rgb(211, 36, 69);
} */
.stock.available, .stock.unavailable {
    text-transform: initial;
}
@media (max-width: 1025px) {
    /* .cms-home button.tocart {
        padding: 12px 20px;
    }
    .cms-home .custom-qty .control.qty .qty-minus,
    .cms-home .custom-qty .control.qty .qty-plus {
        width: 1.2em;
    }
    .cms-home .custom-qty .control.qty .qty {
        width: 1.6em;
    } */
}

/* .cms-home .ox-banner.ox-banner-content-overlay .ox-banner-container {
    padding: 40px 4px; 
} */
/* Category banners slider center text moved to bottom */
/* .cms-home .ox-banners-slider__container .center {
    bottom: 5px;
} */


/*** Category page ***/
/* Leanpay */
.product-item .price-box.price-installment_price .installment-price {
    padding: 2px 6px 4px 5px;
}
.field.custom-qty.qty,
.field.custom-qty.qty .control.qty {
    display: inline-flex;
    align-items: center;
    background: #f4f4f4;
}
.custom-qty .control.qty .qty-minus,
.custom-qty .control.qty .qty-plus {
    position: relative;
    width: 1em;
    height: 40px;
    line-height: 1;
    padding: 0;
    outline: none;
    text-indent: -9999px;
}
.custom-qty .control.qty .qty-minus {
    left: 1px;
}
.custom-qty .control.qty .qty-plus {
    left: -1px;
}
.custom-qty .control.qty .qty {
    text-align: center;
    width: 2em;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    border-radius: 0;
    border: none;
}
.product-item .product-list-view__right-wrapper .action.tocart {
    width: 70%;
    display: inline-flex;
}


/*** Product page ***/
.installment-wrapper .installment-mouse {
    display: inline-block;
    padding: 0 0 5px 5px;
}
.installment-wrapper-start {
    top: -17px;
}
.product-info-main .installment-wrapper {
    margin-bottom: 10px;
}
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
    font-weight: 700;
}
.breadcrumbs a:hover {
    color:rgb(211, 36, 69) !important;
}
.product_page_contact_info {
    font-weight: 600;
    margin-bottom: 50px;
}
.product_page_contact_info .icon {
    font-size: 80px;
    color: rgb(211, 36, 69);
    margin: 15px 0;
}
.product_page_contact_info table {
    /* margin-top: 30px; */
    margin-right: auto;
    margin-left: 0px;
    table-layout: fixed;
    width: 500px;
}
.product_page_contact_info table td {
    max-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.catalog-product-view .product-info-main,
.catalog-product-view .product.info.detailed {
    line-height: 2;
}
.block-authentication .actions-toolbar > .secondary > a.action.action-remind {
    color: #000;
}
.catalog-product-view .product-info-main .table.grouped tbody tr td {
    border-bottom: 2px solid rgba(107, 107, 107, 0.18);
}
.catalog-product-view .product-info-main .table.grouped tbody tr:first-child td {
    border-top: 2px solid rgba(107, 107, 107, 0.18);
}
.fieldset > .field .choice input, .fieldset > .fields > .field .choice input {
    vertical-align: middle;
}
/* Product gallery zoom cursor */
#ox-zoom-cursor span {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAsMCwyNTYsMjU2IgpzdHlsZT0iZmlsbDojMDAwMDAwOyI+CjxnIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxnIHRyYW5zZm9ybT0ic2NhbGUoOC41MzMzMyw4LjUzMzMzKSI+PHBhdGggZD0iTTEzLDNjLTUuNTExLDAgLTEwLDQuNDg5IC0xMCwxMGMwLDUuNTExIDQuNDg5LDEwIDEwLDEwYzIuMzk2NTEsMCA0LjU5NzM4LC0wLjg1MTAxIDYuMzIyMjcsLTIuMjYzNjdsNS45NzA3LDUuOTcwN2MwLjI1MDgyLDAuMjYxMjQgMC42MjMyNywwLjM2NjQ4IDAuOTczNzEsMC4yNzUxMmMwLjM1MDQ0LC0wLjA5MTM2IDAuNjI0MTEsLTAuMzY1MDMgMC43MTU0NywtMC43MTU0N2MwLjA5MTM2LC0wLjM1MDQ0IC0wLjAxMzg4LC0wLjcyMjg5IC0wLjI3NTEyLC0wLjk3MzcxbC01Ljk3MDcsLTUuOTcwN2MxLjQxMjY2LC0xLjcyNDg4IDIuMjYzNjcsLTMuOTI1NzYgMi4yNjM2NywtNi4zMjIyN2MwLC01LjUxMSAtNC40ODksLTEwIC0xMCwtMTB6TTEzLDVjNC40MzAxMiwwIDgsMy41Njk4OCA4LDhjMCw0LjQzMDEyIC0zLjU2OTg4LDggLTgsOGMtNC40MzAxMiwwIC04LC0zLjU2OTg4IC04LC04YzAsLTQuNDMwMTIgMy41Njk4OCwtOCA4LC04eiI+PC9wYXRoPjwvZz48L2c+Cjwvc3ZnPg==') 50% 50% no-repeat;
}
#ox-zoom-cursor span:after,
#ox-zoom-cursor span:before {
    width: unset;
    height: unset;
    transform: unset;
}
/* Swatches */
.swatch-option.image {
    height: 70px !important;
    width: 70px !important;
}
.swatch-option.image .title {
    display: block;
    max-height: 70px;
    max-width: 70px;
    overflow: hidden;
    text-align: center;
    font-weight: 700;
    padding-top: 42px;
    font-size: 14px;
}
/* Summit installments */
#nlb-card-wrap {
    margin-right: 20px;
    padding-top: 15px;
    position: relative;
    border-top: 1px solid #e4e4e4;
}
#nlb-installments {
    height: 35px;
}
.reviews-actions a:hover {
    color: rgb(61, 61, 61) !important;
}
/* Auction */
.form-add #bidding_amount {
    border: 1px solid #c2c2c2;
    padding: 0 9px;
    border-radius: 1px;
    vertical-align: baseline;
    width: 75%;
}
.wk-auction-auction-details table > tbody > tr > td {
    padding: 11px 10px;
}
.wk-auction-bids-record .limiter-options {
    margin: 0 5px 0 7px;
    width: auto;
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    border-radius: 3px; 
}
/* ROI kalkulator for renting category */
#roi-calc {
    font-family: Arial, sans-serif;
    /* margin: 20px; */
    margin: 30px 0 30px 0;
    max-width: 600px;
    /* margin: auto; */
    padding-bottom: 20px;
}
#roi-calc input[type="number"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#roi-calc button {
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
}
#roi-calc button:hover, #roi-calc button:hover:after {
    background-color: #45a049;
    color: #000;
}
#roi-calc .result {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
#roi-calc h1 {
   margin-bottom: 20px;
} 

/*** Checkout ***/
/* Leanpay */
.checkout-index-index .installment-min-price .installment-message, 
.checkout-index-index .installment-deposit,
.checkout-index-index .installment-logo-text,
.checkout-index-index .installment-plans {
    font-weight: bold;
}

.installment-min-price .installment-price,
.installment-min-price .installment-message {
    line-height: 30px;
}

.checkout-index-index .installment-slider-term .total {
    padding-left: 5px;
}

.checkout-index-index .leanpay .instructions {
    font-weight: normal;
    text-transform: initial;
}

@media screen and (min-width: 1700px) {
    .checkout-index-index .installment-wrapper {
        width: 80%;
    }
    .checkout-index-index .installment-additional-wrapper {
        max-width: 580px;
    }
}

@media screen and (max-width: 1699px) {
    .checkout-index-index .installment-wrapper {
        display: block;
        position: relative;
        padding-top: 10px;
    }
    .checkout-index-index .installment-additional-wrapper {
        flex-direction: column;
    }
}

/** styles-l **/
@media all and (min-width: 1025px), print {
    /*** Home page ***/
    .cms-home .block_newsletter_wrapper .block.newsletter .field .control {
        width: 100%;
    }
    /** Home page - footer static block **/
    .above-footer-content .centered-iblocks .iblock,.centered-iblocks>div {
        padding: 25px 30px;
    }
}

/* Fix backorder notice overflow */
.checkout-index-index .opc-block-summary .product-item .product {
    flex-wrap: wrap;
}
.checkout-index-index .minicart-items .product-item-details {
    flex: 1;
}
.checkout-index-index .minicart-items .message.notice {
    margin-top: 10px;
    padding: 15px 10px 15px 60px;
}

.column.main .crosssell .block .title strong,
.column.main .related .block .title strong,
.column.main .upsell .block .title strong,
.column.main .crosssell .block-title strong,
.column.main .related .block-title strong,
.column.main .upsell .block-title strong {
    font-weight: 500 !important;
    font-size: 26px;
}


/** Blog **/
.post-view .post-nextprev-hld .nextprev-link .h3 {
    font-size: 20px;
    font-weight: 600;
}
.post-view .post-nextprev-hld .nextprev-link .h3 span:hover {
    color: rgb(211, 36, 69);
}
.post-view .post-categories a:hover {
    background-color: transparent;
}
.sidebar-additional .block.block-recent-posts .item > a {
    line-height: 1.4;
}
.post-view.narrow-post .post-content {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}

/** Contact form **/
.contact-index-index .form.contact .fieldset .legend {
    font-size: 30px;
}

/** Customer account **/
.login-container .block-title strong {
    font-size: 2.4rem;
}
.login-container .block .action.primary span {
    font-size: 1.6rem;
}

.login-container .block .secondary > a.action {
    color: #000 !important;
}
.login-container .block .secondary > a.action:hover {
    color: rgb(211, 36, 69) !important;
}
.captcha-reload {
    color: #000;
}

/** Google map embed **/
.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height:0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.contacts-first-block .map-responsive iframe {
    height: 450px;
}