:root {

    --footer-heading-font-family: "DIN Next", sans-serif;
    --footer-heading-font-size: 16px;
    --footer-heading-font-weight: 700;
    --footer-heading-line-height: 26px; 
    --footer-heading-text-transform: uppercase;
    --footer-link-font-family: "DIN Next", sans-serif;
    --font-page-title-size: 15px;
    --font-page-title-weight: 400;
    --font-page-title-style: normal;
    --page-title-line-height: 20px;
    --page-title-letter-spacing: .02em;
    --page-title-text-transform: uppercase;
    --font-tab-type-1: "DIN Next", sans-serif;
    --footer-link-font-size: 12px;
    --footer-link-font-weight: 400;
    --footer-link-line-height: 35px;
    --footer-link-letter-spacing: 0;
    --footer-link-text-transform: capitalize;
    --font-page-title-family: "DIN Next", sans-serif;
    --font-page-title-size: 15px;
    --font-page-title-weight: 400;
}

* {
    box-sizing: border-box;
}

body {

    font: 12px/1.55 Arial, Helvetica, sans-serif;
    color: #353535;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.block-subscribe .block-title strong,
.review-form .action.submit.primary,
.cart .continue span,
.actions-toolbar .primary a.action span,
.content-cart .minicart-wrapper .showcart .price,
.home-slider .slick-slide.slick-active .figcaption .btn-shop,
.post-posed-date .value,
.magictabs .item .title,
.price-box .price,
.sorter-label,
.limiter .label,
.product.data.items .items-tabs .item a,
button span {
    font-family: 'Open Sans', sans-serif;
}

a:visited,
.alink:visited {
    color: inherit;
    text-decoration: none;
}

a:active,
.alink:active {
    color: #000;
    text-decoration: underline;
}

.page-wrapper {
    background: #eeeeee url(../images/bgtop.jpg) top left repeat-x;
}

a,
.alink {
    color: #000;
    text-decoration: none;
}

.page-header .panel.wrapper {
    background: transparent;
    border: none;
}

.page-header .header.panel {
    padding-bottom: 0;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
}

.header.content {
    padding: 30px 0 6px;
}

.navigation {
    background: rgb(189, 1, 0);
    background: -moz-linear-gradient(180deg, rgba(189, 1, 0, 1) 0%, rgba(201, 39, 38, 1) 50%, rgba(189, 1, 0, 1) 51%, rgba(141, 27, 27, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(189, 1, 0, 1) 0%, rgba(201, 39, 38, 1) 50%, rgba(189, 1, 0, 1) 51%, rgba(141, 27, 27, 1) 100%);
    background: linear-gradient(180deg, rgba(189, 1, 0, 1) 0%, rgba(201, 39, 38, 1) 50%, rgba(189, 1, 0, 1) 51%, rgba(141, 27, 27, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bd0100", endColorstr="#8d1b1b", GradientType=1);
}

.nav-sections {
    margin-bottom: 0;
    background: transparent;
}

.navigation .level0>.level-top,
.navigation a {
    color: #f0d1d6;
    float: left;
    font-weight: bold;
    padding: 0px;
}

.navigation .level0>.level-top:hover,
.navigation .level0>.level-top.ui-state-focus,
.navigation a:hover {
    color: #ffffff;
}

.footer .footer-block__heading {
    color: #ffffff;
}

.link {
    display: inline-block;
    vertical-align: top;
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
}

.block.newsletter .title {
    display: block;
}

.block.newsletter {
    width: 100%;
    max-width: unset;
}

.block.newsletter input {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 50px;
    border-radius: 3px;
    line-height: 24px;
    color: #b5b5b5;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    width: calc(100% - 20px);
}

.block.newsletter .action.subscribe {
    width: 130px;
    height: 50px;
    margin-left: 0;
}

.block.newsletter .field.newsletter {
    max-width: unset;
    width: calc(100% - 130px);
}

.footer--links li {
    display: inline-block;
    width: auto;
    padding: 5px 10px;
}

.footer--links {
    text-align: center;
    font-size: 14px;
    padding: 20px 0 0;
}

.footer--links a {
    color: #fff;
}

.footer li::marker {
    content: '' !important;
}

ul,
ol {
    margin: 0;
}

.page-footer {
    padding-bottom: 0;
}

.footer_social_links {
    display: none;
}

.page-main {
    background: #fff;
    padding-top: 15px;
}

.abs-product-link>a:visited,
.product-item-name>a:visited,
.product.name a>a:visited {
    color: inherit;
}

.product-item-name {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 13px;
    color: #f61616 !important;
}

.breadcrumbs a:visited,
.breadcrumbs a {
    color: #000;
    text-decoration: none;
}

.abs-product-link>a,
.product-item-name>a,
.product.name a>a {
    color: #f61616;
    text-decoration: none;
}

.action.primary,
.action-primary,
button {
    background-image: none;
    border: 0;
    color: #fff;
    background: rgb(189, 1, 0);
    background: -moz-linear-gradient(180deg, rgba(189, 1, 0, 1) 0%, rgba(201, 39, 38, 1) 50%, rgba(189, 1, 0, 1) 51%, rgba(141, 27, 27, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(189, 1, 0, 1) 0%, rgba(201, 39, 38, 1) 50%, rgba(189, 1, 0, 1) 51%, rgba(141, 27, 27, 1) 100%);
    background: linear-gradient(180deg, rgba(189, 1, 0, 1) 0%, rgba(201, 39, 38, 1) 50%, rgba(189, 1, 0, 1) 51%, rgba(141, 27, 27, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bd0100", endColorstr="#8d1b1b", GradientType=1);

}

.minicart-wrapper .block-minicart {
    border: 0;
}

.action.primary:hover,
.action-primary:hover,
button:hover {
    background: rgb(179, 1, 0);
    border: 0;
    color: #fff;
}

.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
    content: unset;
}

.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
    font-size: 13px;
    font-weight: normal;
}

.order-actions-toolbar {
    float: right;
}

.cart.table-wrapper .product-item-name {
    font-size: 14px;
}
.cart.table-wrapper .product-item-photo img {
    max-width: none;
}
.cart.table-wrapper .cart-products-toolbar {
    display: flex;
}
.cart.table-wrapper .cart-products-toolbar .pager {
    flex-grow: 1;
}
.cart.table-wrapper .cart-products-toolbar .cart-toolbar-right {
    display: block;
    height: 30px;
    line-height: 25px;
    padding: 2px 5px;
    margin-left: 10px;
    border: 1px solid #ddd;
}
.cart.table-wrapper .cart-products-toolbar .cart-toolbar-right a {
    text-decoration: none;
}

.minicart-wrapper .block-content .subtotal .amount .price-wrapper .price {
    font-size: 18px;
    font-weight: bold;
    color: #bd0100;
}
.minicart-wrapper .action.showcart svg {
    width: 24px;
    height: 20px;
    fill: #e7e7e7;
}

.product-item-details {
    padding: 7px 10px;
    text-align: center;
}
button.action.edit-address-link {
    display: block;
    width: 100%;
    text-align: left;
}
.products-grid li.product-item {
    border: 1px solid #e8e7e7;
    padding: 9px !important;
    border-radius: 3px;
}

.products-grid li.product-item:hover {
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    transform: translate3d(0, -2px, 0);
}

.cms-index-index .top-container {
    padding: 0;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    box-shadow: unset;
}
h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.sidebar .block .block-title {
    line-height: 1.35;
    padding: 0 0 15px;
    border-bottom: 1px solid #e6e6e6;
}

.breadcrumbs {
    padding: 0;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    border: 0;
}

.page-products .product-item-info {
    width: auto;
}

.slick-dots {
    position: absolute;
    bottom: 0;
}

.product-info-main .page-title-wrapper h1 {
    margin: 0;
}

.fotorama__wrap {
    text-align: center;
}

.page-main.page-main-details {
    background: #fff;
}

.product-item .price-box {
    margin: 10px 0 5px;
}

.minicart-wrapper .action.showcart .counter.qty {
    font-size: 12px;
    background: transparent;
    position: absolute;
    top: -9px;
    right: -1px;
    color: #fff;
}

.minicart-items-wrapper {
    border: 1px solid #f1efef;
}

.toolbar select {
    background-color: transparent;
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    border-radius: 3px;
}

.minicart-wrapper .block-minicart {
    color: #000;
}
.additional-attributes-wrapper.table-wrapper {
    display: block;
    float: left;
    width: 100%;
}
.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 14px;
    font-weight: normal;
}

.minicart-items .product-item-details .price {
    font-size: 12px;
    font-weight: normal;
}

.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-wishlist .block-title strong,
.widget .block-title strong {
    font-size: 15px;
    font-weight: 300;
    vertical-align: middle;
}

.product-item .price-box .price {
    font-weight: normal;
}

.product-info-main .product-qty .custom-qty .btn-plus {
    width: 39px;
    padding-top: 12px;
}

.product-info-main .add-to-cart .items,
.box-tocart .items,
.product-shop .add-to-box .items {
    color: #8e8e8e;
    background: rgba(0, 0, 0, 0);
}

.product-info-main .add-to-cart .items,
.box-tocart .items {
    border-radius: 0;
    font-size: 16px;
    border-width: 0px;
    border-style: solid;
    border-color: #e6e6e6;
    margin: 0;
    padding: 0;
    color: #333e48;
    cursor: pointer;
    text-align: center;
    height: 15px;
    line-height: 15px;
    display: block;
    width: 100%;
}

.product-details .product-qty .custom-qty {
    border-color: #e6e6e6;
}

.product-info-main .product-qty label,
.product-info-main .product-qty label span {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    margin: 0 20px 0 0;
    line-height: 40px;
    float: left;
    display: none;
}

.product-info-main input.qty,
.block-bundle-summary .product-details input.qty {
    color: #8e8e8e;
    background: rgba(0, 0, 0, 0);
}

.product-info-main input.qty,
.block-bundle-summary .product-details input.qty {
    border-width: 0 1px 0 0px;
    border-style: solid;
    border-color: #e5e5e5;
    border-radius: 0;
    color: #333e48;
    float: left;
    font-size: 14px;
    height: 52px;
    padding: 0 17px;
    text-align: left;
    width: 86px !important;
}
.opc-wrapper .action-select-shipping-item {
    float: left;
}
.opc-wrapper .shipping-address-item {
    padding: 20px 35px 20px 0px;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
    display: block !important;
}
.amcheckout-payment-methods .payment-method > div {
    display: none;
}
.amcheckout-payment-methods .payment-method .payment-method-title,
.amcheckout-payment-methods .payment-method .payment-method-content {
    display: block;
}
.product-info-main .product-qty .custom-qty,
.block-bundle-summary .product-details .product-qty .custom-qty {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    margin: 0 15px 0 0;
    border-radius: 3px;
    width: 127px;
    height: 52px;
}

.box-tocart .action.tocart {

    height: 52px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 100%;
}
.product-info-main .add-to-cart button.button {
    margin: 0;
    height: 54px;
    line-height: 54px;
    padding: 0 37px;
    display: block;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.product-qty .custom-qty .btn-plus {
    float: left;
}

.field.qty.clearfix {
    display: flex;
}

.product-info-main .product-info-stock-sku {
    width: 100%;
    float: left;
    display: block;
    padding: 0;
    text-align: left;
}

.product-info-main .product-info-price {
    border: 0;
}

.product-info-main .page-title-wrapper .page-title span {
    display: block;
    font-size: 20px;
    line-height: normal;
    margin: 0px; 
    text-transform: capitalize;
    font-weight: 600;color: #f61616;
}

.fieldset .review-legend.legend strong {
    font-weight: normal;
    font-size: 14px;
}

.product-info-main .special-price .price-label+.price-wrapper,
.product-options-bottom .special-price .price-label+.price-wrapper {
    display: inline-block;
}

.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
    font-size: 30px;
    font-weight: 600;
    color: #f73232;
}

.product-info-main .price-box .old-price .price-wrapper .price {
    font-size: 16px;
    font-weight: normal;
    color: #888;
}

.product-info-main .product.attribute.overview {
    margin: 0;
    text-align: left;
    float: left;
    display: block;
    width: 100%;
    clear: both;
}

.pages .item {
    color: #333333;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e6e6e6;
}

.pages a.page {
    color: #000;
}

.pages strong.page {
    background: transparent;
}

.pages .action.previous,
.pages .action.next {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    height: auto;
    box-shadow: none;
}
.minicart-wrapper {
    font-size: 14px;
    text-transform: uppercase;
}

span.counter-number {
    display: none;
}
.pages .item {
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 34px;
    line-height: 33px;
    margin: 0px 10px 0 0;
    width: auto;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.pages li a {
    border: 0 none;
    display: block;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    padding: 0 18px;
    text-decoration: none;
}

.pages li a {
    color: #333333;
}

.pages .item .label {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.pages li a span,
.pages li strong span {
    font-size: 14px;
    font-weight: normal;
}

.pages li.current,
.pages li:hover {
    color: #222222;
    background-color: #fcd022;
    border-color: #fcd022;
}

.products-grid .product-item-name {
   /* line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;*/line-height: 22px;
}
.sku-rpt {
    text-align: center;
    font-size: 12px;
}
.product.data.items>.item.title>.switch,
.product.data.items>.item.content {
    border: 1px solid #efecec;
}
 
.additional-attributes-wrapper.table-wrapper h2 {
    color: #f61616;
    font-size: 16px;
    font-weight: bold;
}
.fotorama__stage {
    width: 99% !important;
    border: 1px solid #efecec;
}


.filter .block-subtitle {
    font-weight: normal;
    font-size: 16px;
    padding-left: 0;
}

.AnnouncementBar {
    font-size: 11px;
}

.AnnouncementBar__Wrapper {
    padding: 5px 15px;
    line-height: 20px;
}
ul.header.links > .minicart-wrapper {
    display: none;
}
p.AnnouncementBar__Content.Heading {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: relative;
    padding-left: 19px;
}

p.AnnouncementBar__Content.Heading a {
    color: #fff;
    padding-top: 5px;
    display: block;
}

.Heading {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #1c1b1b;
    transition: color .2s ease-in-out;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.cms-page-view .page-title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin: 0 0 25px;
}
.cms-page-view  .page-title-wrapper {
    margin-bottom: 20px;
}.cms-page-view .page-title {
    margin: 0;
    color: #f61616;
    padding-bottom: 13px;
    font-weight: 500;
}
.AnnouncementBar__Wrapper .close {
    position: absolute;
    right: 10px;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    top: 25%;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

li.greet.welcome {
    display: none !important;
}

.AnnouncementBar {
    background: #1c1b1b;
    color: #ffffff;
}

.sw-megamenu.navigation li.level0.fullwidth .submenu li.level1>a,
.sw-megamenu.navigation li.level0.staticwidth .submenu li.level1>a {
    width: 100%;
}

.open-children-toggle:after {
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
}

.navigation .parent .level-top:after {
    content: unset;
}

.footer--links li:last-child::after {
    display: none;
}

.product.attribute.description {
    display: block;
    float: left;
    width: 100%;
}
.product-reviews-summary.empty {
    display: none;
}
.pro-login a{color: red;}
.pro-login{
    width: 100%;
    padding: 15px 0;
    display: block;
}
.header.panel>.header.links>li.welcome,
.header.panel>.header.links>li>a {
    text-transform: uppercase;
}

@media (min-width: 769px) {
    .page-header {
        height: 155px;
    }
    .toolbar-products .pages {
        display: inline;
        margin: 0;
    }
    .products.wrapper~.toolbar .sorter {
        display: inline;
    }
    .products.wrapper~.toolbar .toolbar-amount {
        display: inline;
    }
    .page-products .toolbar .limiter {
        display: inline;
    }
    .toolbar.toolbar-products {
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
    }
    
    .toolbar:before {
        display: none;
    }
    
    .toolbar:after {
        display: none;
    }
    
    .modes {
        display: none;
    }
    .sw-megamenu.navigation .subchildmenu.mega-columns>li {
        padding: 0;
    }

    small.copyright {
        text-align: right;
    }

    .footer--links {
        text-align: right;
        font-size: 12px;
        padding: 0px 0 0;
    }

    .navigation .level0.submenu {
        top: 52px;
    }

    .product.data.items>.item.title:not(.disabled)>.switch:active,
    .product.data.items>.item.title.active>.switch,
    .product.data.items>.item.title.active>.switch:focus,
    .product.data.items>.item.title.active>.switch:hover {
        background: #f0eded;
    }

    .product.data.items>.item.title>.switch {
        background: transparent;
    }

    .page-layout-2columns-left .sidebar-main {
        padding-right: 0;
    }

    .minicart-wrapper .action.showcart .counter.qty {
        font-size: 12px;
        background: transparent;
        position: absolute;
        top: -9px;
        right: -1px;
        color: #fff;
    }

    .product-options-bottom .price-box .price-container .price,
    .product-info-price .price-box .price-container .price {
        font-size: 26px;
        line-height: 26px;
        font-weight: normal;
    }

    .page-layout-1column .product.media {
        width: 50%;
    }

    .page-layout-1column .product-info-main {
        width: 48%;
    }

    .navigation .level0>.level-top {
        height: 47px;
    }

    .navigation .level0>.level-top>span {

        padding: 0;
        display: block;
        text-transform: uppercase;
        line-height: 14px;
    }

    .page-layout-2columns-left .product-info-main {
        width: 43%;
    }

    .page-header .panel.wrapper {
        height: 32px;
    }

    .block-search {
        width: 369px;
        height: 62px;
        background: url(../images/search.jpg) 0 0 no-repeat;
        padding: 0;
        margin: 0;
    }

    .logo img {
        width: auto !important;
    }

    .block-search input {
        position: absolute;
        left: 63px;
        width: 267px;
        right: auto;
        top: 16px;
    }

    .block-search .label.active+.control input {
        position: relative;
    }

    .block-search .action.search {

        right: 12px;
        top: 20px;
        z-index: 1;
    }

    .block-search .action.search:before {
        content: '';
        width: 20px;
        height: 20px;
    }

    .logo {
        margin: 0;
    }


    .navigation .level0.active>.level-top,
    .navigation .level0.has-active>.level-top {
        border: none;
        color: #fff;
    }

    .sw-megamenu.navigation li.level0 {
        width: calc(100% / 12);
        min-width: 100px;
        background: rgb(189, 1, 0);
        background: -moz-linear-gradient(180deg, rgba(189, 1, 0, 1) 0%, rgba(201, 39, 38, 1) 50%, rgba(189, 1, 0, 1) 51%, rgba(141, 27, 27, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(189, 1, 0, 1) 0%, rgba(201, 39, 38, 1) 50%, rgba(189, 1, 0, 1) 51%, rgba(141, 27, 27, 1) 100%);
        background: linear-gradient(180deg, rgba(189, 1, 0, 1) 0%, rgba(201, 39, 38, 1) 50%, rgba(189, 1, 0, 1) 51%, rgba(141, 27, 27, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bd0100", endColorstr="#8d1b1b", GradientType=1);
        margin: 0;
    }

    .sw-megamenu.navigation>ul {
        padding: 0;
    }

    .sw-megamenu.navigation li.level0>.level-top {
        font-size: 11px;
        height: 50px;
        overflow: hidden;
        padding: 0 7px !important;
        box-sizing: border-box;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        background: none !important;
        display: flex;
        align-items: center;
    }

    .minicart-wrapper .action.showcart .text {
        position: unset;
        color: #fff;
    }
    span.counter.qty .loading-mask {
        display: none;
    } 
    .minicart-wrapper .action.showcart .counter.qty {
        position: unset;
        line-height: unset;
        overflow: unset;
        display: inline;
    }
    .minicart-wrapper .action.showcart .counter-label {
        position: unset;
        font-size: 14px;
    }
    .sw-megamenu.navigation li.level0.fullwidth>.submenu,
    .sw-megamenu.navigation li.level0.staticwidth>.submenu {
        border: 0px solid #899ba5;
        background-color: #b90000;
    }

    .sw-megamenu.navigation li.level0.fullwidth {
        position: static;
    }

    ul.subchildmenu ul.subchildmenu>li a {
        color: #fff !important;
        text-transform: unset !important;
        font-weight: normal !important;
    }

    .sw-megamenu.navigation>ul {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        background: rgb(189, 1, 0);
        background: -moz-linear-gradient(180deg, rgba(189, 1, 0, 1) 0%, rgba(201, 39, 38, 1) 50%, rgba(189, 1, 0, 1) 51%, rgba(141, 27, 27, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(189, 1, 0, 1) 0%, rgba(201, 39, 38, 1) 50%, rgba(189, 1, 0, 1) 51%, rgba(141, 27, 27, 1) 100%);
        background: linear-gradient(180deg, rgba(189, 1, 0, 1) 0%, rgba(201, 39, 38, 1) 50%, rgba(189, 1, 0, 1) 51%, rgba(141, 27, 27, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bd0100", endColorstr="#8d1b1b", GradientType=1);
    }
    .footer--links a {
        color: #fff;
        text-decoration: underline;
    }
    ul.subchildmenu>li a {
        color: #fff !important;
        text-transform: unset !important;
    }

    .footer-container.container {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
        background: #000 url(../images/footer.jpg) top left  ;
        font-size: 10px;
    }
    .footer--links li {
        display: inline-block;
        width: auto;
        padding: 10px;
        margin: 0;
    }
    small.copyright {
        display: none;
    }
    .copyright, footer.page-footer {
        background: transparent;
    }

}

.social-link {
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #00aeef;
    margin: 0 6px 0 0;
}

.social-link:last-child {
    margin: 0;
}

.social-link .fa {
    font-size: 18px;
    margin: 0px;
    width: 40px;
    height: 36px;
    line-height: 34px;
    display: block;
}

.alo-social-footer .social-link {
    margin-right: 22px;
}

.alo-social-footer .social-link .fa {
    width: auto;
    height: auto;
    line-height: normal;
}

.custom-html ul li {
    padding: 0;
    margin: 0 10px 0 0;
    float: left;
}

span.hidden {
    display: none;
}

ul.icon-share-link.icon-social.list-inline {
    list-style: none;
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 0;
    margin-top: 20px;
}

.social-feed {
    position: relative;
}

.social-feed ul li {
    float: left;
    width: 16.6%;
    margin: 0;
}

.social-feed ul li a img {
    float: left;
    margin: 0;
    padding: 0;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out;
    width: 100%;
}

.social-feed ul li a img:hover {
    opacity: 0.6;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.add-to-links {
    margin: 0;
}

.product-social-links a {
    text-align: left;
    font-size: 14px;
    margin: 0 30px 0 0;
    padding: 0px;
    text-decoration: none;
    line-height: normal;
    display: block;
    float: left;
}

.product-social-links a:last-child {
    margin: 0;
}

.product-social-links a .icons {
    margin: 0;
    font-size: 16px;
    vertical-align: middle;
}

.product-social-links a span {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.alo-social-links.socials .icon-social .social-link {
    color: #ffffff;
    background-color: #d6d6d6;
    border-color: #d6d6d6;
}

.product-add-form .social-link .fa {
    line-height: 36px;
}

.social-link .fa {
    font-size: 18px;
    margin: 0px;
    width: 40px;
    height: 36px;
    line-height: 34px;
    display: block;
}

.back-top {
    position: fixed;
    right: 15px;
    cursor: pointer;
    bottom: 200px;
    z-index: 2;
    display: none;
}

.back-top a {
    text-decoration: none;
}

.back-top span.iconfont.icon-right {
    width: 30px;
    height: 30px;
    background: #dad5d5;
    padding: 0;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 30px;
}

.back-top span.iconfont.icon-right:after {
    content: '\e621';
    font-family: 'luma-icons';
    font-size: 15px;
    font-weight: 400;
}

.filter-options-content a:before {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
    border: 1px solid #e3e3e3;
    background: #fff;
    margin-right: 5px;
    padding-right: 5px;
}

.AnnouncementBar__Wrapper {
    position: relative;
}

.filter-options-content a:hover {
    background: transparent;
}

.filter-options-content a:hover:before {
    background: #ccc url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: '';
}

.filter-options-content a {
    position: relative;
}

.filter-options-content a.checked:after {
    background: #ccc url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: '';
}

@media (max-width:767px) {
    .block.widget .products-grid .product-item {
        margin-bottom: 10px;
    }
    footer.page-footer {
        background: #000;
    }
    small.copyright {
        display: none;
    }
    .block-search .control {
        margin: 0;
        border: none;
    }

    .navigation .parent .level-top.ui-state-active:after {
        content: unset;
    }

    .header.content:before,
    .header.content:after {
        content: unset;
    }

    a.logo {
        margin: 0 auto;
        position: unset;
        display: flex;
    }

    .checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
        color: #000;
    }

    .checkout-index-index button.action.action-auth-toggle {
        color: #fff;
    }

    .navigation .level0>.level-top,
    .navigation a {
        font-weight: bold;
    }

    .navigation .submenu:not(:first-child) ul>li a,
    .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1>a,
    .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1>a {
        border-bottom: 1px solid #ccc;
    }

    .navigation .submenu:not(:first-child) ul {
        padding-left: 0;
    }

    .navigation .submenu:not(:first-child) ul>li a span {
        padding-left: 15px;
    }

    .catalog-product-view .breadcrumbs {
        display: block;
        order: -1;
    }

    .navigation .submenu .subchildmenu .subchildmenu>li a span {
        padding-left: 30px;
    }

    .navigation .submenu .subchildmenu ul>li a span {
        padding-left: 15px;
    }

    .navigation .submenu:not(:first-child) ul>li a {
        width: 100%;
    }

    .header.content {
        padding: 30px 0 0;
        display: flex;
        justify-content: space-between;
    }

    .nav-toggle:hover:before,
    .block-search .label:before,
    .nav-toggle:before {
        color: #fff;
    }

    .AnnouncementBar__Wrapper .close {

        top: 30%;

    }

    .block-search .label.active+.control input {
        position: static;
        width: 90%;
        margin-left: 5%;
    }

    .nav-toggle {

        top: 36px;
        z-index: 14;
    }

    .navigation ul {
        display: block;
        width: 100%;
        float: left;
    }

    .sw-megamenu.navigation li.ui-menu-item {
        width: 100%;
        float: left;
        display: block;
        padding: 0;
    }

    .nav-sections-item-content {
        margin: 0;
        float: left;
        width: 100%;
        clear: both;
    }

    .navigation li.level0:last-child {
        border: 0;
    }

    .sw-megamenu.navigation li.ui-menu-item>a {
        width: auto;
        padding: 10px;
        float: left;
        display: block;
    }

    .sw-megamenu.navigation .submenu.level0.opened {
        float: left;
        width: 100%;
    }

    .sw-megamenu.navigation .submenu.level0.opened .container {
        padding: 0;
        margin: 0;
    }

    .nav-sections {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: calc(-1 * (100% - 54px));
        overflow: auto;
        position: fixed;
        top: 0;
        width: calc(100% - 54px);
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .block-search .control {
        margin: 0;
        border: none;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 11;
        top: 90px;
        padding: 0;
    }

    .nav-sections-item-content {
        padding: 0;
    }

    .navigation .level0>.level-top,
    .navigation a {
        color: #000;
        font-weight: normal;
        font-size: 14px;
    }

    .sections.container.nav-sections {
        background: #fff;
    }

    .page-header {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .page-wrapper {
        background: #eeeeee url(../images/headbg.png) top left repeat-x;
    }
}

.search.results dl.block .item {
    display: inline-block;
    padding: 5px 0;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-right: 10px;
}
.search.results dl.block .item a {
    padding: 10px;
    text-decoration: unset;
}
 
.search.results dt.title {
    color: #bd0100;
}

.search.results .block {
    margin-bottom: 20px;
}
 

.search.results dl.block .item:hover {
    background: #bd0100;
    color: #fff;
}

.search.results dl.block .item:hover a {
    color: #fff;
}
