/* some reset css */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wrapper-container,
.page-main.wrapper-container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1170px;
    width: 100%;
}

.page-main.wrapper-container {
    overflow-x: hidden;
}

/* bootstrap */


/* page style */
body {
    color: #000;
    font: normal 14px/1.25 'Roboto', Arial, sans-serif;
}

a {
    color: #c80000;
    -webkit-transition: color 150ms ease-out;
    transition: color 150ms ease-out;
}

a:hover,
a:focus {
    color: #c80000;
    text-decoration: none;
}

.page-title {
    color: #c80000;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.page-products .columns {
    z-index: auto !important;
    z-index: initial !important;
}

#maincontent {
    margin-top: 20px;
}

.page-wrapper {
    display: block !important;
}

em {
    color: #c80000;
}

/* buttons */
.action.primary,
button {
    background: #c80000;
    border: none !important;
    border-radius: 20px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    height: 40px;
    letter-spacing: .02em;
    line-height: 40px !important;
    padding: 0 15px !important;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background 150ms ease-out;
    transition: background 150ms ease-out;
}

.action.primary span,
button span {
    font-weight: 400;
}

.action.primary:hover,
.action.primary:focus,
button:hover,
button:focus {
    background: #9b0303;
    border: solid 1px #9b0303;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    opacity: 1;
}

/****************** form styles ******************/
.form-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px;
}

.form-2col > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
}

.fieldset > .fields > .field,
.form-2col > .field,
.field {
    margin: 0 0 12px;
}

.field.additional {
    margin-top: 12px;
}

.field > .label,
.fieldset > .fields > .field > .label,
.form-2col > .field > .label,
.fieldset > .field > .label {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 6px 0;
}

.form-2col > .field.required > label::after {
    content: '*';
    color: #e02b27;
    font-size: 19.2px;
    font-size: 19.2px;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.field.street .field.additional .label {
    position: static;
    height: auto;
    margin: 0 0 6px;
    width: auto;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    border-color: #dadada;
    border-radius: 20px;
    height: 40px;
    padding: 0 20px;
}

select {
    border-color: #dadada;
    border-radius: 20px;
    height: 40px;
}

textarea {
    border-color: #dadada;
    border-radius: 3px;
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.actions-toolbar .remind {
    color: #5a5a5a;
    text-decoration: underline;
}

.actions-toolbar .remind:hover {
    text-decoration: none;
}

.fieldset {
    margin: 0 0 20px;
}

.fieldset > .legend {
    border-bottom: solid 1px #d6d6d6;
    float: none;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    padding: 20px 0;
}

.fieldset > .legend > span {
    border: none;
    font-size: 18px;
    font-weight: normal;
}

.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account {
    min-width: 0 !important;
    width: auto !important;
}

.mage-error,
#password-strength-meter-container {
    max-width: 100%;
}

[type=checkbox],
[type=radio] {
    display: none;
}

[type=checkbox] + label::before,
[type=checkbox] + span.label::before,
[type=checkbox] + a::before,
[type=radio]:not(.raiting) + label::before,
[type=radio]:not(.raiting) + a::before,
[type=radio]:not(.raiting) + .label > label::before {
    background: #fff;
    border: solid 1px #dadada;
    border-radius: 3px;
    color: #c80000;
    content: '';
    display: inline-block;
    font-family: 'icomoon';
    font-size: 9px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

[type=radio]:not(.raiting) + label::before,
[type=radio]:not(.raiting) + a::before,
[type=radio]:not(.raiting) + .label > label::before {
    border-radius: 50%;
}

[type=checkbox]:checked + label::before,
[type=checkbox]:checked + span.label::before,
[type=checkbox]:checked + a::before {
    content: '\e904';
}

[type=radio]:not(.raiting):checked + label::before,
[type=radio]:not(.raiting):checked + span.label::before,
[type=radio]:not(.raiting):checked + a::before {
    background: #c80000;
    -webkit-box-shadow: inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 4px #fff;
}

.field .control {
    position: relative;
}

.field.password .control .input-text {
    position: relative;
    z-index: 10;
}

.password-strength-meter {
    background: none;
    border-radius: 0 0 3px 3px;
    height: 4px;
    line-height: 32px;
    margin-top: -2px;
    overflow: hidden;
    padding: 0 9px;
    position: relative;
    z-index: 1;
}

#password-error,
div.mage-error[generated] {
    background: #f9dfdf;
    border-radius: 3px;
    color: #000;
    padding: 5px 10px;
    position: absolute;
    top: 100%;
    white-space: normal;
    z-index: 20;
}

#password-error::after,
div.mage-error[generated]::after {
    border-right: solid 5px transparent;
    border-left: solid 5px transparent;
    border-bottom: solid 5px #f9dfdf;
    content: '';
    left: 10px;
    position: absolute;
    top: -5px;
}

.password-strength-meter-0 .password-strength-meter:before {
    background-color: #fff;
}

.field-tooltip {
    top: 7px;
}

.field.required > label::after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

/****************** header ******************/

/* top header */
.top-header {
    background: #000000;
    color: #fff;
    font-weight: 300;
}

.top-header-in {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 18px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.top-header-left .header-phone,
.top-header-left .mobile-links-button,
.top-header-left .mobile-back-link {
    display: none;
}

@media screen and (min-width: 769px) {
    .top-header-left {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .top-header-left .top-header-link {
        color: #556678;
        margin-left: 8px;
        text-decoration: underline;
    }

    .top-header-left .top-header-link:hover {
        color: #556678;
        text-decoration: none;
    }
}

.header.links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header.links > li {
    margin-bottom: 0;
}

.header.links > li:not(:first-child) {
    border-left: solid 1px #636363;
    margin-left: 15px;
    padding-left: 15px;
}

.header.links > li > a {
    color: #fff;
}

/* main header */
.main-header-in {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 30px;
    padding-bottom: 30px;
}

.mobile-menu-button-container {
    display: none;
}

/* logo */
.main-header-logo {
    -ms-flex-preferred-size: 21%;
    flex-basis: 21%;
    max-width: 21%;
}

.main-header-logo .logo {
    display: block;
    float: none;
    margin: 0;
    max-width: none;
    width: 100%;
}

.main-header-logo .logo img {
    width: 100%;
}

.main-header-logo .logo img.logo-mob {
    display: none;
}

/* search */
.main-header-search {
    -ms-flex-preferred-size: calc(45% + 40px);
    flex-basis: calc(40% + 40px);
    max-width: calc(40% + 40px);
    padding: 0 40px 0 60px;
}

.main-header-search .block-search {
    border: solid 1px #c9c9c9;
    border-radius: 20px;
    float: none;
    padding: 0;
    width: 100%;
}

.main-header-search .block-search .field {
    margin: 0;
}

.main-header-search .block-search input {
    background: none;
    background-clip: border-box;
    background-clip: initial;
    border: none !important;
    border-radius: 20px 0 0 20px;
    color: #000;
    font: 300 12px 'Roboto', sans-serif;
    height: 40px;
    padding: 0 65px 0 20px;
}

.header-search-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

select.category-select {
    border-radius: 0;
    border-width: 0 0 0 1px;
    max-width: 100px;
}

.main-header-search .block-search .action.search {
    background: #c80000;
    border: none;
    border-radius: 0 20px 20px 0 !important;
    color: #fff;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background 150ms ease-out;
    transition: background 150ms ease-out;
}

.main-header-search .block-search .action.search[disabled] {
    opacity: 1;
}

.main-header-search .block-search .action.search::before {
    color: #fff;
    content: "\e803";
    font-family: 'icomoon';
    font-size: 16px;
    line-height: 38px !important;
}

.main-header-search .block-search .action.search:hover {
    background: #6c1f1e;
}

.main-header-search .block-search .action.search:hover::before {
    color: #fff;
}

#search_autocomplete {
    left: -1px !important;
    width: calc(100% + 2px) !important;
}

#search_autocomplete ul:not(:empty) {
    border-top: 1px solid #c2c2c2 !important;
}

/* links */
.main-header-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;;
    flex: 1 0 0%;;
    position: relative;
}

.header-phone {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .02em;
    margin-right: auto;
}

.header-phone::before {
    border: solid 1px #c4c4c4;
    border-radius: 50%;
    color: #c9c9c9;
    content: "\e807";
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 40px;
}

.main-header-link {
    margin-left: 15px;
}

.main-header-link > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative;
}

.main-header-link > a > i {
    color: #000;
    font-size: 24px;
}

.main-header-link > a > i.icon-cart {
    color: #c80000;
}

.main-header-link > a > span:not(.counter) {
    font-weight: 300;
    margin-top: 5px;
}

.main-header-link > a > .counter {
    position: absolute;
    right: 0;
    top: -15px;
}

.main-header-link > a.showcart > .counter {
    border: solid 1px #c80000;
    border-radius: 50%;
    color: #c80000;
    line-height: 23px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -22px;
    width: 25px;
}

/* responsive */
@media screen and (max-width: 1100px) {
    .header-phone {
        display: none;
    }
}

/* minicart */
.main-header-link > .showcart {
    padding-right: 20px;
}

.block-minicart .subtotal .label:after {
    display: none !important;
}

.minicart-container .block-minicart {
    background: #fff;
    border: solid 1px #eaeaea;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
    margin: 15px 0 0 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 320px;
    z-index: 12;
}

.minicart-container.active .block-minicart {
    display: block;
}

.block-minicart-close {
    display: none;
}

.minicart-container .block-minicart::before,
.minicart-container .block-minicart::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d5d5d5;
    content: '';
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -9px;
}

.minicart-container .block-minicart::after {
    border-bottom: 8px solid #fff;
    top: -8px;
}

.block-minicart .subtitle.empty {
    padding: 20px;
    font-weight: normal;
}

.minicart-item-total {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: solid 1px #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
}

.block-minicart .subtotal {
    border-top: solid 1px #cacaca;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 18px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 20px 15px;
    text-transform: uppercase;
}

.block-minicart .subtotal .price {
    font-size: 18px !important;
    font-weight: normal !important;
}

.minicart-item-button {
    padding: 0 15px 15px;
    text-align: center;
}

.minicart-item-button .action.primary.checkout {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.minicart-item-button .viewcart {
    color: #696969;
}

.minicart-item-button .viewcart:hover {
    text-decoration: underline;
}

/* minicart list */
.minicart-items-wrapper {
    border: none;
    margin: 0;
    padding: 20px;
}

.minicart-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.minicart-items > li {
    margin: 0;
    padding: 0;
}

.minicart-items > li:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
}

.minicart-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.minicart-list-item .minicart-list-item-img {
    -ms-flex-preferred-size: 75px;
    flex-basis: 75px;
    width: 75px;
}

.minicart-list-item .minicart-list-item-img > a,
.minicart-list-item .minicart-list-item-img > a > img {
    display: block;
    width: 100%;
}

.minicart-list-item .product-item-details {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;;
    flex: 1 0 0%;;
    padding: 0 10px;
}

.minicart-list-item-info__name {
    line-height: 21px;
}

.minicart-list-item-info__name > a {
    color: #0f1114;
}

.minicart-list-item-options-list {
    color: #868686;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 12px;
    list-style: none;
    margin-top: 4px;
}

.minicart-list-item-options-list > li {
    margin: 0;
}

.minicart-list-item-options-list > li:not(:first-child) {
    border-left: solid 1px #868686;
    margin-left: 5px;
    padding-left: 5px;
}

.minicart-list-item-options-list .label::after {
    content: ':';
}

.minicart-list-item-sku {
    font-size: 12px;
    margin-top: 4px;
}

.minicart-list-item-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 12px;
    margin-top: 8px;
}

.minicart-list-item-price > span {
    margin-right: 4px;
}

.minicart-list-item-price .price-container span {
    margin: 0 !important;
}

.minicart-list-item-price span.price {
    color: #c80000;
    font-size: 16px;
    font-weight: bold !important;
}

.minicart-list-item-qtyprice {
    color: #0f1114;
    font-size: 12px;
    margin-top: 8px;
}

.minicart-list-item-remove > .delete {
    font-size: 24px;
}

.minicart-list-item-remove > .delete::before {
    display: none !important;
}

/****************** main navigation ******************/
@media screen and (min-width: 769px) {
    .navigation-container {
        background: #c80000;
    }

    .nav-sections {
        background: #fff;
    }

    .main-navigation {
        display: block !important;
    }

    .main-navigation > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .main-navigation > ul li {
        margin: 0;
        padding: 0;
    }

    .main-navigation > ul > li > a {
        color: #fff;
        display: block;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        padding: 17px;
        position: relative;
        text-transform: uppercase;
        -webkit-transition: background 150ms ease-out;
        transition: background 150ms ease-out;
    }

    .main-navigation > ul > li > a:hover,
    .main-navigation > ul > li.open > a {
        background: #000;
    }

    .main-navigation > ul > li.parent > a::after {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #fff;
        bottom: 0;
        content: '';
        left: 50%;
        margin-left: -7px;
        opacity: 0;
        position: absolute;
        transition: opacity 150ms ease-out, visibility 150ms ease-out;
        visibility: hidden;
    }

    .main-navigation > ul > li > a:hover::after,
    .main-navigation > ul > li.open > a::after {
        opacity: 1;
        visibility: visible;
    }

    .main-navigation > ul > li.parent > ul {
        background: #fff;
        border: none;
        border: none;
        -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 1);
        box-shadow: 0 6px 6px rgba(0, 0, 0, 1);
        display: none;
        flex-flow: row wrap;
        left: 0 !important;
        padding: 15px 20px;
        position: absolute !important;
        top: 100% !important;
        width: 840px;
        z-index: 100;
    }

    .main-navigation > ul > li.parent:nth-child(n+5) > ul {
        left: auto !important;
        right: 0 !important;
    }

    .main-navigation > ul > li.parent > ul > li {
        flex-basis: 25%;
        max-width: 25%;
        padding: 10px 20px;
    }

    .main-navigation > ul > li.parent > ul > li > a {
        color: #000;
        font-size: 16px;
        font-weight: bold;
        -webkit-transition: padding 150ms ease-out;
        transition: padding 150ms ease-out;
        text-transform: uppercase;
    }

    .main-navigation > ul > li.parent ul > li > a:hover {
        color: #c80000;
    }

    .main-navigation > ul > li.parent ul > li > ul {
        margin: 0;
        padding: 0;
    }

    .main-navigation > ul > li.parent ul > li > ul > li {
        margin-top: 10px;
    }

    .main-navigation > ul > li.parent ul > li > ul > li > a {
        color: #666666;
    }

    /* open menu */
    .main-navigation > ul > li.parent.open > ul {
        display: flex;
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .main-header-search {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: none;
    }

    .main-header-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    /* menu */
    .main-navigation > ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }

    .main-navigation > ul > li {
        position: static;
    }

    .main-navigation > ul li.parent.open > ul {
        top: auto !important;
        width: 100%;
    }
}

/****************** breadcrumbs ******************/
.page-main .breadcrumbs {
    padding: 0;
}
.breadcrumbs a,
.breadcrumbs a:visited {
    color: #000;
}

/****************** home page slider ******************/
.home-page-slider .owl-carousel {
    display: block;
}

.home-page-slider .owl-carousel:not(.owl-loaded) .item:not(:first-child) {
    display: none;
}

.home-page-slider .item {
    position: relative;
}

.banner-image-link {
    display: block;
}

.home-page-slider .banner-container .banner-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%;
    left: 0;
    padding: 50px 100px;
    position: absolute;
    top: 0;
    width: 100%;
}

.home-page-slider .banner-content-caption {
    margin-bottom: 25px;
}

.home-page-slider .banner-content-caption .title {
    font-size: 50px;
}

.home-page-slider .banner-content-caption .content {
    margin-top: 15px;
}

.home-page-slider .banner-action {
    border: solid 2px #fff;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
    -webkit-transition: background 150ms linear;
    transition: background 150ms linear;
}

.home-page-slider .banner-action:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

/* arrows */
.home-page-slider .owl-prev,
.home-page-slider .owl-next {
    border: solid 2px #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    height: 56px;
    line-height: 48px;
    margin-top: -32px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: background 150ms ease-out;
    transition: background 150ms ease-out;
    width: 56px;
}

.home-page-slider .owl-prev {
    left: 50px;
}

.home-page-slider .owl-next {
    right: 50px;
}

.home-page-slider .owl-prev:hover,
.home-page-slider .owl-next:hover {
    background: rgba(0, 0, 0, .85);
}

/* dots */
.home-page-slider .banner-container .owl-dots {
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%;
}

.home-page-slider .banner-container .owl-dots .owl-dot {
    border: solid 2px transparent;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    height: 6px;
    margin: 0 6px;
    padding: 6px;
    -webkit-transition: border 150ms linear, -webkit-box-shadow 150ms linear;
    transition: border 150ms linear, -webkit-box-shadow 150ms linear;
    transition: border 150ms linear, box-shadow 150ms linear;
    transition: border 150ms linear, box-shadow 150ms linear, -webkit-box-shadow 150ms linear;
    width: 6px;
}

.home-page-slider .banner-container .owl-dots .owl-dot.active,
.home-page-slider .banner-container .owl-dots .owl-dot:hover {
    border-color: #c80000;
}

.home-page-slider .banner-container .owl-dots .owl-dot > span {
    background: #fff;
    border-radius: 50%;
    display: block;
    height: 6px;
    transition: background 150ms linear;
    width: 6px;
}

.home-page-slider .banner-container .owl-dots .owl-dot.active > span,
.home-page-slider .banner-container .owl-dots .owl-dot:hover > span {
    background: #c80000;
}

.owl-carousel .owl-stage::after {
    display: none;
}

/****************** home page showcase ******************/
.showcase-mobile {
    display: none;
}

.showcase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 15px -8px 0;
}

.showcase-2block,
.showcase-highblock {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin-bottom: 16px;
    max-width: 25%;
    padding: 0 8px;
    width: 25%;
}

.showcase-highwideblock {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 16px;
    max-width: 50%;
    padding: 0 8px;
    width: 50%;
}

.showcase-highwideblock,
.showcase-highblock {
    height: 408px;
}

.showcase-smallblock:first-child {
    margin-bottom: 16px;
}

.showcase-smallblock {
    height: 196px;
}

.showcase-highblock,
.showcase-highwideblock,
.showcase-smallblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.showcase-link {
    border: solid 1px #e5e5e5;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 100px;
}

.showcase-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.showcase-button {
    background: #c80000;
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    left: 15px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 15px;
    -webkit-transition: background 150ms ease-out;
    transition: background 150ms ease-out;
    z-index: 1;
}

.showcase-button:hover {
    background: #6c1f1e;
}

@media screen and (max-width: 1100px) and (min-width: 769px) {
    .showcase-smallblock {
        height: 170px;
    }

    .showcase-highwideblock, .showcase-highblock {
        height: 356px;
    }

    .showcase-image {
        height: auto;
        left: 50%;
        max-width: none;
        transform: translate(-50%, -50%);
        top: 50%;
        width: auto;
    }
}

/****************** product slider ******************/
.product-slider {
    margin-top: 35px;
}

.product-slider__title {
    color: #c80000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.product-slider__subtitle {
    margin-top: 10px;
    text-align: center;
}

.product-slider__subtitle button {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #c80000;
    font-weight: normal;
    padding: 0;
    -webkit-transition: color 150ms ease-out;
    transition: color 150ms ease-out;
}

.product-slider__subtitle button:hover {
    color: #c80000;
}

.product-slider .owl-carousel {
    margin-top: 20px;
    padding: 0 25px;
}

.product-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.product-slider .owl-stage .item {
    display: block;
}

.product-slider .owl-carousel .owl-prev,
.product-slider .owl-carousel .owl-next {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b7b7b7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 28px;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: color 150ms ease-out;
    transition: color 150ms ease-out;
    width: 25px;
}

.product-slider .owl-carousel .owl-prev:hover,
.product-slider .owl-carousel .owl-next:hover {
    color: #c80000;
}

.product-slider .owl-carousel .owl-prev {
    left: 0;
}

.product-slider .owl-carousel .owl-next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 0;
}

/****************** product item ******************/
.product-item-out {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 15px;
    width: 100%;
}

.widget .product-items .product-item-out {
    width: 25%;
}
.page-layout-1column .products-grid .owl-carousel .product-item,
.widget .product-items .product-item-out .product-item {
    width: 100% !important;
}

.product-item-out > .product-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
}

.product-item {
    border: solid 1px transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 15px 0 15px !important;
    position: relative;
    transition: border 150ms ease-out;
}

.product-item:hover {
    border-color: #c80000;
}

.product-item-img > .product-item-photo {
    display: block;
    text-align: center;
}

/*.product-item-img .product-image-wrapper{
        height: auto;
        padding: 0 !important;
    }
    .product-item-img .product-image-photo{
        position: static;
    }*/
.product-item-img .product-image-container {
    display: block;
    width: 100% !important;
}

.product-item-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;;
    flex: 1 0 auto;;
    margin-top: 10px;
    width: 100%;
}

.product-item-information-title {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.product-item-information-title > a {
    color: #0f1114;
}

.product-item-information-price {
    margin: auto 0 10px;
}

.product-item-information-price .label {
    display: none;
}
.product-item-information-price .map-msrp {
    width: 50%;
    font-size: 16px;
}
.product-item-information-price .map-price {
    width: 50%;
    text-align: right;
}

.map-old-price, .product-item .map-old-price, .product-info-price .map-show-info {
    min-width: 0;
    margin: 0;
}

.product-item .price-box {
    justify-content: center;
    margin: 8px 0 10px;
}

.product-item-add2cart {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin: 0 -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    opacity: 0;
    -webkit-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
}

.product-item-add2cart .actions-primary {
    width: 100%;
}

.product-item:hover .product-item-add2cart {
    opacity: 1;
}

.product-item-add2cart .actions-primary .stock.unavailable {
    color: #c80000;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

.product-item-add2cart .action.tocart {
    border-radius: 0 !important;
    text-transform: uppercase;
    width: 100%;
}

/* reset lumia styles for product blocks */
.product-item.product-item-info:hover,
.product-item.product-item-info.active {
    background: none;
    border: solid 1px #c80000;
    box-shadow: none;
    margin: 0 0 20px 0;
}

/* actions */
.product-item-actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 12px;
    margin: 0 !important;
    opacity: 0;
    position: absolute !important;
    top: 12px;
    -webkit-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
    z-index: 1;
}

.product-item:hover .product-item-actions {
    opacity: 1;
}

.product-item-actions .actions-secondary>.action,
.product-item-actions > a.action.towishlist,
.product-item-actions > a.action.tocompare {
    color: #000;
    font-size: 21px;
    text-align: center;
}

.product-item-actions .actions-secondary>.action:hover,
.product-item-actions > a.action.towishlist:hover,
.product-item-actions > a.action.tocompare:hover {
    color: #c80000;
}

.product-item-actions > a:not(:first-child) {
    margin-left: 15px;
}

.product-item-actions .action.towishlist::before,
.product-item-actions .action.tocompare::before,
.product-item-actions .action.towishlist span,
.product-item-actions .action.tocompare span {
    display: none;
}

/* quick view amasty */
.product-item-actions .amquickview-hover {
    background: none;
    border: none;
    border-radius: 3px;
    color: #000;
    display: block !important;
    font-weight: normal;
    margin-left: 16px !important;
    opacity: 1;
    padding: 0;
    position: static;
    text-align: center;
}

.amquickview-hover a {
    color: #000 !important;
    font-size: 15px;
}

.amquickview-hover a:hover {
    color: #c80000 !important;
}

.amquickview-hover:hover {
    background: none !important;
}

.amquickview-hover a::before {
    content: "\e804";
    font-family: 'icomoon';
}

.amquickview-hover a span {
    display: none;
}

/* product list */
.products-list .catefory-product-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.products-list .catefory-product-item:not(:first-child) {
    margin-top: 20px;
}

.products-list .catefory-product-item:not(:first-child) .product-item {
    padding-top: 20px !important;
}

.products-list .catefory-product-item .product-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.products-list .catefory-product-item .product-item .product-item-img {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.products-list .product-item-photo {
    padding: 0;
    width: auto;
}

.products-list .product-item-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;;
    flex: 1 0 0%;;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0;
    padding: 0 0 0 20px;
    text-align: left;
}

.products-list .product-item-information .product-item-center-col {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
}

.products-list .product-item-information-title {
    text-align: left;
}

.products-list .product-item-information-price {
    margin: 0;
}

.products-list .product-item-add2cart .action.tocart {
    border-radius: 20px !important;
}

.product-item-information-description {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
}

.products-list .product-item-information .product-item-right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    padding-left: 20px;
}

.products-list .product-item.product-item-info:hover,
.products-list .product-item.product-item-info.active {
    background: none;
    border-color: transparent;
    box-shadow: none;
    margin: 0;
}

.products-list .product-item-information .product-item-add2cart {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0;
    opacity: 1;
}

.product-item-add2cart .qty-block {
    margin: 0 auto 15px;
    max-width: 140px;
}

.products-list .product-item-information .price-box {
    margin-top: 0;
}

.products-list .product-item-information .price-box > span,
.products-list .product-item-information .price-box > p {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
}

.products-list .product-item-information .product-item-actions {
    display: block;
    margin-top: 20px !important;
    position: static !important;
    opacity: 1;
}

.products-list .product-item-information .product-item-actions > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    color: #696969 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: auto;
    line-height: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: auto;
}

.products-list .product-item-information .product-item-actions > a > i {
    color: #000;
    font-size: 21px;
    transition: color 150ms ease-out;
    width: 24px;
}

.products-list .product-item-information .product-item-actions > a:hover > i {
    color: #c80000;
}

.products-list .product-item-information .product-item-actions > a:not(:first-child),
.products-list .product-item-information .product-item-actions > span:not(:first-child) {
    margin: 15px 0 0 0;
}

.products-list .product-item-information .product-item-actions > a > span {
    display: block;
    font-weight: 300;
    margin-left: 12px;
    text-transform: none;
}

.products-list .product-item-information .product-item-actions > span.amquickview-hover {
    border: none;
    font-size: 14px;
    height: auto;
    line-height: 1;
    margin: 15px 0 0 0 !important;
    width: auto;
}

.products-list .product-item-information .product-item-actions > span.amquickview-hover > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.products-list .product-item-information .product-item-actions > span.amquickview-hover > a:after {
    content: 'Quick View';
    color: #696969;
    font-weight: 300;
    margin-left: 9px;
}

/****************** footer ******************/
.page-footer.footer-container {
    background: #000;
    color: #fff;
    padding-bottom: 0;
}

.footer-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 30px;
    padding-top: 30px;
}

.footer-left {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
    padding-right: 10%;
}

.footer-right {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    position: relative;
}

.back-to-top {
    bottom: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
}

/* footer menu */
@media screen and (min-width: 769px) {
    .footer-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer-menu-item__title {
        display: none;
    }

    .footer-menu-item-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .footer-menu-item-list > li:not(:first-child) {
        margin-top: 12px;
    }

    .footer-menu-item-list > li > a {
        color: #fff;
        font-size: 13px;
        font-weight: 300;
    }
}

/* subscribe */
.footer-right .block.newsletter {
    margin: 0;
    width: 100%;
}

.footer-right .block.newsletter .form.subscribe {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.footer-right .block.newsletter .field {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;;
    flex: 1 0 0%;;
}

.footer-right .block.newsletter .actions {
    width: auto;
}

.footer-right .block.newsletter .label {
    display: block;
    font-size: 14px;
    font-weight: normal !important;
    height: auto;
    margin: 0 0 15px;
    position: static;
    width: auto;
}

.footer-right .block.newsletter .field .control:before {
    display: none;
}

.footer-right .block.newsletter input {
    border: none !important;
    border-radius: 20px 0 0 20px !important;
    color: #000;
    font: 300 12px 'Roboto', sans-serif;
    height: 40px;
    padding: 0 10px;
}

.block.newsletter .action.subscribe {
    background: #c80000;
    border-radius: 0 20px 20px 0 !important;
    margin: 0;
}

/* footer social */
.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 20px;
}

.footer-social .social-item > .social-item-link {
    border-color: #fff;
    color: #fff;
}

/* footer contacts */
.footer-contacts {
    margin-top: 15px;
}

.footer-contacts-item:not(:first-child) {
    margin-top: 10px;
}

.footer-contacts-item__title {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
}

.footer-contacts-item__content {
    color: #464646;
    line-height: 22px;
    margin-top: 5px;
}

.footer-contacts-item__content a {
    color: #696969;
}

.footer-contacts-item__content a.footer-contacts-item__phone {
    color: #696969;
    font-size: 14px;
    font-weight: bold;
}

/* copyright */
.footer-copyright-container {
    padding: 25px 0;
}

.footer-copyright {
    border-top: solid 1px #424242;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 25px;
}

.copyright {
    background: none;
    color: #898989;
    font-size: 12px;
    font-weight: 300;
    padding: 0;
}

.footer-cert,
.footer-addinfo-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-addinfo-container > div{
    padding: 0 5px;
}
.footer-addinfo-container > div a {
    display: block;
    width: 100%;
}

.footer-cert > img {
    margin: 0 0 0 10px;
}

/* responsive */
@media screen and (max-width: 1200px) {
    .footer-addinfo-container {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding: 0;
    }

    .copyright {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 10px;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .footer-right,
    .footer-left {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
    }

    .footer-right {
        margin-top: 20px;
    }

    .footer-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-contacts {
        text-align: center;
    }
}

/****************** social items ******************/
.social-item:not(:first-child) {
    margin-left: 15px;
}

.social-item > .social-item-link {
    border: solid 1px #c80000;
    border-radius: 50%;
    color: #c80000;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    -webkit-transition: background 150ms ease-out, border-color 150ms ease-out;
    transition: background 150ms ease-out, border-color 150ms ease-out;
    width: 40px;
}

.social-item > .social-item-link:hover {
    color: #fff;
}

.social-item > .social-item-link.social-item-link--google {
    font-size: 14px;
}

.social-item-link--facebook:hover {
    background: #3b5998;
    border-color: #3b5998;
}

.social-item-link--twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2;
}

.social-item-link--pinterest:hover {
    background: #bd081c;
}

.social-item-link--google:hover {
    background: #dd4b39;
    border-color: #dd4b39;
}

.social-item-link--instagram:hover {
    background: #c13584;
}

.social-item-link--email:hover {
    background: #ff8700;
    border-color: #ff8700;
}

.social-item--email {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.social-item--email > .social-item-link {
    font-size: 9px;
}

.social-item--email__link {
    color: #696969;
    padding-left: 10px;
}

/****************** spinner ******************/
#amasty-shopby-overlay,
.loading-mask,
.ajax-loading-spin,
#amprogress,
#fancybox-loading {
    background: rgba(0, 0, 0, .5) !important;
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    opacity: 1 !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99999 !important;
}

.ajax-loading-spin {
    display: none;
}

.ajax-loading .ajax-loading-spin {
    display: block;
}

#amasty-shopby-overlay::before,
.loading-mask::before,
#amprogress::before,
#fancybox-loading::before,
.ajax-loading-spin::before {
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    border-radius: 50%;
    border: solid 8px;
    border-color: #fff;
    border-right-color: transparent;
    content: '';
    display: block;
    height: 64px;
    left: calc(50% - 32px);
    position: fixed;
    top: calc(50% - 32px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 64px;
}

#amasty-shopby-overlay::after,
.loading-mask::after,
#amprogress::after,
#fancybox-loading::after,
.ajax-loading-spin::after {
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border: solid 8px;
    border-color: #dd4b39;
    border-left-color: transparent;
    border-radius: 50%;
    content: '';
    height: 48px;
    left: calc(50% - 24px);
    position: fixed;
    top: calc(50% - 24px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 48px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

#amasty-shopby-overlay img,
.loading-mask .loader,
#amprogress #amimg_container,
#fancybox-loading div {
    display: none !important;
}

.amscroll-loading {
    background: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto !important;
}

.amscroll-loading::before {
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border: solid 8px;
    border-color: #dd4b39;
    border-left-color: transparent;
    border-radius: 50%;
    content: '';
    height: 48px;
    width: 48px;
}

/****************** Fancybox custom ******************/
#fancybox-loading {
    background: none !important;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, .5);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fancybox-opened .fancybox-skin {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.fancybox-close {
    background: none !important;
    color: #c6c6c6;
    font-size: 18px;
    right: 10px !important;
    text-align: center;
    top: 10px !important;
}

.fancybox-close::before {
    content: "\e945";
    font-family: 'icomoon';
}

/****************** Quick view ******************/
.amasty-quickview-ajax-view .product-page-media,
.amasty-quickview-ajax-view .product-page-info {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.amasty-quickview-ajax-view .product-page-info .page-title {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 34px;
    margin-bottom: 10px;
}

.amasty-quickview-ajax-view .product-info-main .stock.available {
    display: block;
    font-weight: 300;
    margin: 10px 0 0;
}

.amasty-quickview-ajax-view .product-info-main .stock.available::before {

}

.amasty-quickview-ajax-view .product-info-main .product-info-price .price-box {
    margin-top: 10px;
}

.amasty-quickview-ajax-view .product-info-main .product.attribute.overview {
    display: block;
    font-weight: 300;
    line-height: 20px;
    margin: 15px 0 0;
}

.amasty-quickview-ajax-view .product-social-links .product-addto-links > a {
    display: block !important;
}

.qv-show-more .qv-show-more__button {
    max-width: 330px;
    text-transform: uppercase;
    width: 100%;
}

.amasty-quickview-ajax-view .social-item:not(:first-child),
.amasty-quickview-ajax-view .social-item--email {
    margin-left: 10px !important;
}

/****************** Category Page ******************/
@media all and (min-width: 768px), print {
    .page-layout-2columns-left .columns .sidebar-main {
        padding-right: 7.5%;
        width: 26%;
    }

    body.account.page-layout-2columns-left .sidebar-main,
    body.account.page-layout-2columns-left .sidebar-additional {
        padding-right: 3%;
        width: 26%;
    }

    .page-layout-2columns-left .columns .column.main,
    body.account.page-layout-2columns-left .column.main {
        width: 74%;
    }
}

.category-description {
    line-height: 1.5;
}

.category-image img {
    width: 100%;
}

/* toolbar */
.toolbar-products {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.toolbar-products::before,
.toolbar-products::after {
    display: none;
}

.toolbar-products .field.limiter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 0 0 30px;
    order: 2;
}

.toolbar-products .field.limiter .label {
    margin: 0 8px 0 0;
}

.toolbar-products .field.limiter .limiter-text {
    display: none;
}

.toolbar select {
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.toolbar .sorter-action {
    order: 1;
}

/*.toolbar .sorter {
    display: block !important;
}*/

.toolbar-products .modes {
    display: block !important;
    margin: 0 0 0 auto;
    order: 3;
}

.toolbar-products .modes-mode {
    background: none;
    background-color: transparent;
    border: none !important;
    border-radius: 3px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    padding: 12px;
}

.toolbar-products .modes-mode::before {
    color: #000;
    content: '\e802';
    font-family: 'icomoon';
    transition: color 150ms ease-out;
}

.toolbar-products .modes-mode.mode-list::before {
    content: "\e801";
}

.toolbar-products .modes-mode:hover::before {
    color: #c80000;
}

.toolbar-products .modes-mode:hover {
    background: none;
    background-color: none;
}

.toolbar-products .modes-mode.active {
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.toolbar-products .modes-mode.active::before {
    color: #fff;
}

.mobile-filter-button,
.toolbar-products .toolbar-amount {
    display: none;
}

.am-collapse-icon {
    z-index: 5;
    cursor: pointer;
}

.search.results .toolbar-products .toolbar-amount {
    display: block !important;
    flex-basis: 100%;
    text-align: center;
    width: 100%;
}

.form.search.advanced {
    max-width: 675px;
}

.form.search.advanced .group.price .addon .addafter {

}
.fieldset>.field .addon input {
    width: 100%;
}

.form.search.advanced > .fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form.search.advanced > .fieldset > .field {
    width: 100%;
}
.form.search.advanced > .fieldset > .field.name {
    order: 1;
}
.form.search.advanced > .fieldset > .field.description {
    order: 2;
}
.form.search.advanced > .fieldset > .field.short_description {
    order: 3;
}
.form.search.advanced > .fieldset > .field.sku {
    order: 4;
    padding-right: 8px;
    width: 50%;
}
.form.search.advanced > .fieldset > .field.price {
    order: 5;
    padding-left: 8px;
    width: 50%;
}
.form.search.advanced > .fieldset > .field.brand {
    order: 6;
    padding-right: 8px;
    width: 50%;
}
.form.search.advanced > .fieldset > .field.color {
    order: 7;
    padding-left: 8px;
    width: 50%;
}
.form.search.advanced > .fieldset > .field.tax_class_id {
    order: 8;
    padding-right: 8px;
    width: 50%;
}
.form.search.advanced > .fieldset > .field.vendprodno {
    order: 9;
    padding-left: 8px;
    width: 50%;
}
.form.search.advanced .actions-toolbar .primary {
    float: right;
}
.form.search.advanced .actions-toolbar .primary .action.primary {
    margin: 0;
    padding-left: 43px !important;
    padding-right: 43px !important;
}

.search-terms {
    display: inline-block;
    -moz-column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-count: 4;
    -webkit-column-gap: 15px;
    column-count: 4;
    column-gap: 15px;
    line-height: 1;
}
.search-terms li {
    position: relative;
    display: block;
    padding-left: 16px;
    margin: 0 0 13px;
}
.search-terms li:before {
    display: inline-block;
    content: '';
    margin-right: 6px;
    margin-left: -16px;
    height: 6px;
    width: 6px;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #cdcdcd;
}
.search-terms li a {
    color: #666666 !important;
    font-size: 14px !important;
    font-weight: 300;
    text-decoration: underline;
}
.search-terms {}

/* pagination */
/*.toolbar-products .pages {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: none !important;
    margin: 15px 0 0;
}*/

.toolbar-products .pages .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*.toolbar-products .pages .items .pages-item-next,
.toolbar-products .pages .items .pages-item-prev {
    display: none;
}*/

/*.toolbar-products .pages {
    margin-left: 10%;
}*/

.toolbar-products .pages .items > li {
/*    line-height: 21px;
    margin: 0 3px; */
    border: 1px solid grey;
    padding: 4px 8px;
}

li.item.current {
    background: #c80000;
}

.toolbar-products .pages .items > li > a {
    color: grey;
    font-size: 17px;
}

.toolbar-products .pages .items > li.current > strong {
    background: #c80000;
    /* border-bottom: solid 1px #c80000; */
    color: white;
    font-size: 17px;
    font-weight: bold;
    line-height: 21px;
    margin: 0 5px;
    padding: 0;
}

.pages .item {
  margin: 0 -1px 0 0;
}

/* product list */
.category-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -25px !important;
}

.catefory-product-item {
    -ms-flex-preferred-size: 33.333333333%;
    flex-basis: 33.333333333%;
    padding: 0 25px;
    max-width: 33.333333333%;
}

.catefory-product-item .product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100% !important;
}

@media screen and (max-width: 991px) {
    .catefory-product-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

/* amasty load more button */
.amscroll-load-button {
    background: #c80000 !important;
    color: #fff;
    font-weight: normal;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 0;
    -webkit-transition: background 150ms ease-out;
    transition: background 150ms ease-out;
}

.amscroll-load-button:hover {
    background: #6c1f1e !important;
}

/****************** product page ******************/
.product-page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px;
}

/* media */
.product-page-media {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    padding: 0 15px;
}

.product-page-media .product.media {
    float: none !important;
    width: 100% !important;
}

.fotorama__arr,
.fotorama__arr {
    display: none;
}

.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
    display: none;
}

.fotorama__nav.fotorama__nav--thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.fotorama__nav__shaft {
    margin: 0 auto;
}

.fotorama__thumb-border {
    background: none !important;
    border: solid 1px #dadada !important;
}

/* info */
.product-page-info {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    padding: 0 15px;
}

.product-page-info .page-title {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 28px;
    margin-bottom: 15px !important;
}

.product-page-info .product-info-main {
    float: none !important;
    width: 100% !important;
}

.product-page-info .page-title {
    text-transform: none;
}

.product-info-main .product-reviews-summary {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    float: none;
    margin: 0;
}

.product-info-main .reviews-actions {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0;
}

.product-info-main .reviews-actions > a {
    -ms-align-items: center;
    align-items: center;
    color: #666666;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-weight: 300;
}

.product-info-main .reviews-actions > .action.view::before,
.product-info-main .reviews-actions > .action.add::before {
    content: "\e804";
    font-family: 'icomoon' !important;
    font-size: 8px;
    margin-right: 5px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-info-main .reviews-actions > .action.add:before {
    content: "\e902";
}

.rating-summary .rating-result > span:before {
    color: #000;
}

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

.product-info-main .product.attribute.sku {
    font-weight: 300;
    margin: 15px 0;
}

.product-info-main .product.attribute.sku .value {
    color: #000;
}

.product-info-main .product.attribute.sku .type:after {
    content: ':';
}

.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    align-items: center;
    color: #24ab12;
    display: flex;
    font-weight: 400;
    margin-top: 10px;
    text-transform: none;
}

.product-info-main .stock.available::before,
.product-info-main .stock.unavailable::before {
    content: "\e904";
    font-family: 'icomoon' !important;
    font-size: 10px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 4px;
}

.product-info-main .stock.unavailable::before {
    content: "\e900";
    font-size: 14px;
}

.product-info-main .product.attribute.overview {
    display: none;
}

.product-info-main .stock.unavailable {
    color: #ff0000;
}

.product-info-main .product.alert.stock a {
    color: #ff0000;
    text-decoration: underline;
}

.product-info-main .product.alert.stock a:hover {
    text-decoration: none;
}

.product-info-main .product-info-price {
    border: none;
    display: block;
    margin: 0;
}

.product-info-main .product-info-price .price-box > span.old-price {
    margin: 0;
}

.product-info-main .product-info-price .price-box > span.old-price .price-label {
    color: #787878;
    display: inline !important;
    font-size: 16px;
    font-weight: 400;
}

.product-info-main .product-info-price .price-box > span.old-price .price {
    color: #787878;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-left: 5px;
}

.product-info-main .product-info-price .price-box .price {
    font-size: 28px !important;
    font-weight: 500;
}

.product-info-main .product-info-price .price-box > span.old-price .price-label::after {
    content: ':';
}

.product-info-price-saved {
    display: none !important;
    color: #c80000;
    font-size: 20px;
}

.ui-dialog.popup .action.close {
    line-height: inherit !important;
    padding: 0 !important;
}

.product-info-main .product-info-price .price-box {
    margin-bottom: 0;
    margin-top: 0px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 0;
}

.product-info-main .product-info-price .price-box .map-price .label {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.product-info-main .product-info-price .price-box .map-price .actual-price {
    font-size: 26px;
    font-weight: 600;
}
.product-info-main .product-info-price .price-box .map-msrp {
    /* margin: 10px 0; */
    flex-basis: 100%;
    font-size: 18px;
    color: #939393;
}
.product-info-main .product-info-price .price-box .map-msrp * {
    font-size: 18px;
    color: #939393;
    font-weight: 600;
}
.product-info-main .product-info-price .price-box .map-msrp .price-wrapper {
    text-decoration: none;
}

.product-info-main .product-info-price .price-box > span,
.product-info-main .product-info-price .price-box > p {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
}

.product-info-main .product-info-price .price-box label:after,
.product-info-main .product-info-price .price-box .label:after {
    display: inline-block;
    content: ':';
}

.product-info-main .product-info-price .price-box > span.price-final_price {
    margin-top: 10px !important;
}

.product-info-main .product-info-price .price-box .price-container > span {
    margin: 0;
}

.product-page-info .product-info-main .product-add-form {
    padding-top: 0;
}

.product-options-wrapper .swatch-opt {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

.product-options-wrapper .swatch-attribute {
    margin-top: 15px;
    position: relative;
}

.product-options-wrapper .swatch-attribute-label {
    font-weight: 400;
}

.product-info-main .box-tocart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 15px -10px 0;
}

.product-info-main .box-tocart > div {
    padding: 0 10px;
}

.product-info-main .box-tocart .actions {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 220px;
}

.product-info-main .box-tocart .action.tocart {
    border-radius: 20px !important;
    font-size: 14px !important;
    height: 42px;
    line-height: 1;
    margin: 0;
    padding: 0 50px;
    text-transform: uppercase;
    width: 100%;
}

.grouped .price-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/* custom status */
.product-custom-status-block {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
}

.product-custom-status {
    position: relative;
}

.product-custom-status__info {
    background: #000;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    left: 0;
    line-height: 16px;
    width: 210px;
    opacity: 0;
    padding: 10px 15px;
    position: absolute;
    -webkit-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
    visibility: hidden;
    top: -75px;
}

.product-custom-status__info::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000;
    bottom: -5px;
    content: '';
    left: 25px;
    position: absolute;
}

.product-custom-status img:hover + .product-custom-status__info {
    opacity: 1;
    visibility: visible;
}

.product-eav-attr {
    color: #0698ff;
    font-size: 14px;
    max-width: 120px;
    margin-left: 10px;
}

/* swatches */
.swatch-option-tooltip {
    z-index: 100000 !important;
}

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
    top: 3px !important;
    left: 1px !important;
}

/* social */
.product-social-links {
    margin-top: 20px;
}

.product-social-links .product-addto-links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    margin-top: 10px;
}

.product-social-links .product-addto-links .action.towishlist,
.product-social-links .product-addto-links .action.tocompare {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
}

.product-social-links .product-addto-links .action.towishlist span,
.product-social-links .product-addto-links .action.tocompare span {
    color: #696969;
    font-weight: 300;
    margin-left: 8px;
}

.product-social-links .product-addto-links .action.tocompare {
    margin-left: 20px;
}

.product-social-links .product-addto-links .action.towishlist {
    margin: 0;
}

.product-social-links .product-addto-links .action.towishlist::before {
    content: "\e905";
    color: #000;
    font-family: 'icomoon';
    font-size: 19px;
    height: auto;
    line-height: 1;
    margin: 0;
    transition: color 150ms ease-out;
    width: auto;
}

.product-social-links .product-addto-links .action.tocompare::before {
    content: "\e90e";
    color: #000;
    font-family: 'icomoon';
    font-size: 19px;
    height: auto;
    line-height: 1;
    margin: 0;
    transition: color 150ms ease-out;
    width: auto;
}

.product-social-links .product-addto-links .action.towishlist:hover::before,
.product-social-links .product-addto-links .action.tocompare:hover::before {
    color: #c80000;
}

.product-info-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 20px;
}

/* tabs */
.product-page-tabs-container {
    margin-top: 15px;
}

.product-page-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.product-page-tabs-labels__item {
    margin-bottom: -2px;
    z-index: 2;
}

.product-page-tabs-labels__item:not(:first-child) {
    margin-left: 25px;
}

.product-page-tabs-labels__item > a {
    border-bottom: solid 2px transparent;
    color: #000;
    display: block;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    padding: 7px 0 10px;
    position: relative;
    text-transform: uppercase;
}

.product-page-tabs-labels__item.active > a {
    border-bottom-color: #000;
}

@media screen and (min-width: 768px) {
    .product-page-tabs-labels__item.active > a::after {
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 3px solid #000;
        bottom: 0;
        content: '';
        margin-left: -3px;
        position: absolute;
        left: 50%;
    }
}

.product-page-tabs-labels__item > a > .counter::before {
    content: '(';
}

.product-page-tabs-labels__item > a > .counter::after {
    content: ')';
}

.product-page-tabs-content {
    border-top: solid 2px #dadada;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px 0;
}

.product.attribute.description {
    font-size: 13px;
    line-height: 21px;
}

.product.attribute.description h1 {
    font-size: 16px;
    margin: 0 0 15px 0;
}

.product.attribute.description ul,
.product.attribute.description ol {
    margin-left: 15px;
}

.product-page-tabs-content blockquote {
    border: none;
    margin: 15px 0 0 0;
}

.additional-attributes {
    width: auto;
}

.additional-attributes th,
.additional-attributes td {
    border: none !important;
    padding-left: 0 !important;
}

/* reviews */
.review-form {
    max-width: none;
}

.fieldset .review-legend.legend {
    margin-bottom: 10px;
}

#product-review-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.review-field-rating .control {
    height: 30px;
    margin: 0;
    width: 190px;
}

.review-field-rating label {
    color: #696969;
    font-weight: 300 !important;
}

.review-form-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.review-field-ratings {
    margin: 10px 0 5px !important;
}

.product-review-title {
    font-size: 16px;
    font-weight: 500;
}

.review-product-row {
    display: flex;
    flex-flow: row wrap;
    margin: 15px -15px 0;
}

.review-product-row > .field {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
}

.review-product-row > .field .input-text {
    border-radius: 20px;
}

.review-fieldset .field label {
    font-weight: 300 !important;
}

.review-form .action.submit.primary {
    background: #fff;
    border: solid 1px #c80000 !important;
    border-radius: 20px !important;
    color: #c80000;
    text-transform: uppercase;
    width: 240px;
}

.review-form .action.submit.primary:hover {
    background: #6c1f1e;
    color: #fff;
}

/* star */
.review-control-vote label:before,
.review-control-vote:before {
    font-size: 30px;
    height: auto;
    letter-spacing: 10px;
    line-height: 1;
}

.review-control-vote label:before {
    color: #000;
}

.review-control-vote .rating-5:before {
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
}

.review-control-vote .rating-4 {
    z-index: 3;
}

.review-control-vote .rating-4:before {
    content: '\e605' '\e605' '\e605' '\e605';
}

.review-control-vote .rating-3 {
    z-index: 4;
}

.review-control-vote .rating-3:before {
    content: '\e605' '\e605' '\e605';
}

.review-control-vote .rating-2 {
    z-index: 5;
}

.review-control-vote .rating-2:before {
    content: '\e605' '\e605';
}

.review-control-vote .rating-1 {
    z-index: 6;
}

.review-control-vote .rating-1:before {
    content: '\e605';
}

.review-control-vote:before {
    color: #c3c3c3;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
}

/* related, upseel, viewed carousell */
.product-slider.upsell,
.product-slider.related,
.product-slider.product-slider--viewed {
    margin-top: 50px;
}

/* small product item */
.small-product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.small-product-item-img {
    -ms-flex-preferred-size: 90px;
    flex-basis: 90px;
    max-width: 90px;
}

.small-product-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;;
    flex: 1 0 0%;;
}

.small-product-item-info__title {
    line-height: 22px;
}

.small-product-item-info__title a {
    color: #0f1114;
    font-weight: 300;
}

.small-product-item-info-price {
    margin-top: auto;
}

.small-product-item-info .price-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.small-product-item-info .price-box > span,
.small-product-item-info .price-box > p {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
}

.small-product-item-info .price-box > span .price-label,
.small-product-item-info .price-box > p .price-label {
    display: none !important;
}

.small-product-item-info .field.choice.related {
    margin: auto 0 0;
}

/* Store locator */
.cms-store-locator .page-wrapper {
    overflow-x: hidden;
}
.cms-store-locator #maincontent {
    overflow: visible;
}
.cms-store-locator .columns .main {
    padding: 0 52px;
}
.cms-store-locator .columns .main .address-map-block,
.cms-store-locator .columns .main .address-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cms-store-locator .columns .main .address-map-block .address-map-item,
.cms-store-locator .columns .main .address-block .address-item {
    width: 50%;
    padding: 0 46px;
}
.cms-store-locator .columns .main .address-block .address-item .address-header {
    margin-bottom: 28px;
    color: #ea0000;
}
.cms-store-locator .columns .main .address-map-block .address-map-item .hours-block,
.cms-store-locator .columns .main .address-block .address-item .address-list {
    list-style: none;
}
.cms-store-locator .columns .main .address-map-block {
    position: relative;
    padding-top: 48px;
    margin-top: 22px;
}
.cms-store-locator .columns .main .address-map-block:before {
    position: absolute;
    top: 0;
    left: -300vw;
    display: block;
    content: '';
    height: 1px;
    width: 700vw;
    border-top: 1px solid #dfdfdf;
}
.cms-store-locator .columns .main .contact-form {
    margin-top: 38px;
    margin-bottom: 80px;
    margin-left: 46px;
}
.cms-store-locator .columns .main .contact-form .contact-form-title:after {
    display: block;
    content: 'Write us';
    margin-top: 21px;
    font-size: 14px;
    text-transform: none;
}
/* End Store locator */

/* sizechart */
.theme-popup-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    display: none;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    z-index: 1000;
}

.theme-popup-container.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.theme-popup-container.visible {
    opacity: 1;
}

.theme-popup-container-content {
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    max-height: 90vh;
    max-width: 900px;
    overflow: auto;
    width: 90%;
}

.theme-popup-container-content-head {
    background: #000;
    display: flex;
    justify-content: flex-end;
}

.theme-popup-container-content-head .theme-popup-close {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 15px;
}

.theme-popup-container-content-body img {
    display: block;
    max-width: 100%;
}

.sizechart-block {
    margin-top: 10px;
}

.theme-popup-link {
    color: #c80000;
    cursor: pointer;
    text-decoration: underline;
}

.theme-popup-link:hover {
    text-decoration: none;
}

/* responsive */
@media screen and (max-width: 840px) {
    .product-page-media,
    .product-page-info {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

/****************** shopping cart page ******************/
.cart-page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -25px;
}

.cart-page-left {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    padding: 0 25px;
}

.cart-page-right {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 25px;
}

/* cart table head */
.cart-page-form-head {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding-bottom: 10px;
    text-align: center;
}

.cart-page-form-head__price,
.cart-page-form-body-item-price,
.cart-page-form-head__subtotal,
.cart-page-form-body-item-subtotal {
    flex-basis: 130px;
    padding: 0 5px;
    width: 130px;
}

.cart-page-form-head__qu,
.cart-page-form-body-item-qty {
    flex-basis: 146px;
    padding: 0 5px;
    width: 146px;
}

.cart-page-form-body-item-product {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    flex: 1;
}

.cart-page-form-body {
    border: solid 1px #d6d6d6;
    border-width: 1px 0;
    padding: 15px 0;
}

/* cart item */
.cart-page-form-body-item {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    border-top: solid 1px var(--border-color-input);
    padding: 20px 0;
}

.cart-page-form-body-item-product-actions .action-edit,
.cart-page-form-body-item-product-actions .action-towishlist {
    display: none;
}

.cart-page-form-body-item-product-actions .action-delete {
    color: #bebebe;
    display: block;
    font-size: 15px;
    text-align: center;
    width: 50px;
}

.cart-page-form-body-item-product-actions .action-delete::before {
    content: "\e906";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cart-page-form-body-item-product-actions .action-delete span {
    display: none;
}

.cart-page-form-body-item-product-image {
    flex-basis: 100px;
    max-width: 100px;
}

.cart-page-form-body-item-product-image a,
.cart-page-form-body-item-product-image img {
    display: block;
}

.cart-page-form-body-item-product-info .product-item-name {
    font-size: 16px;
}

.cart-page-form-body-item-price {
    text-align: center;
}

.cart-page-form-body-item-price .price,
.cart-page-form-body-item-subtotal .price {
    color: #c80000;
    font-size: 16px;
    font-weight: bold;
}

.cart-page-form-body-item-qty .label {
    display: none;
}

.cart-page-form-body-item-subtotal {
    text-align: center;
}

.cart-page-form-body-item-product-info {
    align-self: flex-start;
    flex: 1;
    padding-left: 20px;
}

.cart-page-form-body-item-product-info .product-item-sku {
    font-size: 12px;
    margin-top: 10px;
}

.cart-page-form-body-item-product-info .item-options {
    font-size: 12px;
    margin: 10px 0 0;
    overflow: hidden;
}

.cart-page-form-body-item-product-info .item-options > dt,
.cart-page-form-body-item-product-info .item-options > dd {
    float: left;
    margin: 5px 0 0 0;
}

.cart-page-form-body-item-product-info .item-options > dt {
    clear: left;
}

/* cart page gift message */
.cart-page-form-body-item-gift {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 10px;
    padding-right: 10%;
    width: 100%;
}

.cart-page-form-body-item-gift-checkbox {
    margin-top: 10px;
}

.cart-page-form-body-item-gift-radio__title {
    font-size: 13px;
}

.cart-page-form-body-item-gift-radio__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 5px -10px 0;
}

.cart-page-form-body-item-gift-radio__item {
    line-height: 22px;
    padding: 0 10px;
}

.cart-page-form-body-item-gift .action.action-gift {
    display: none;
}

.cart-page-form-body-item-gift .gift-options {
    margin: 10px 0 0;
}

.cart-page-form-body-item-gift .gift-options-content .fieldset {
    margin: 0;
}

.gift-options-content-form-item .label {
    display: block;
    margin-bottom: 8px;
}

.gift-options-content-form-item textarea {
    display: block;
}

.gift-options-actions {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.gift-options-actions .action {
    background: none;
    border-radius: 0 !important;
    color: #000;
    font-size: 12px !important;
    height: auto;
    line-height: 1 !important;
    padding: 3px 0 !important;
    text-transform: none;
}

.gift-options-actions .action:first-child {
    margin-right: 15px;
}

.gift-message-summary {
    margin-top: 10px;
}

/* cart right */
.cart-page-right .cart-summary {
    background: none;
    float: none;
    margin: 20px 0 0;
    padding: 0;
    top: 0 !important;
    width: 100%;
}

.cart-page-right .cart-summary .summary.title {
    display: none;
}

.cart-page-right .cart-summary .block > .title {
    border: none;
    padding: 0;
}

.cart-page-right .cart-summary .block > .title > strong {
    font-size: 18px;
    font-weight: 400;
}

.cart-page-right .cart-summary .block > .title::after {
    display: none;
}

.cart-page-right .cart-summary .block .content {
    display: block !important;
    padding: 5px 0 0 0;
}

.cart-page-right .cart-summary .block .content .item-title {
    font-weight: 400;
}

.cart-page-right .cart-summary .block .fieldset.estimate {
    margin: 0 -10px !important;
    overflow: hidden;
}

.cart-page-right .cart-summary .block .fieldset.estimate .field.note {
    float: none;
    display: block;
    font-weight: 300;
    padding: 0 10px;
    width: 100%;
}

.cart-page-right .cart-summary .block .fieldset.estimate .field {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.cart-page-right .cart-summary .block .fieldset .field > .label {
    font-weight: 300;
}

.cart-page-right .cart-totals,
.cart-page-right .opc-block-summary .table-totals {
    border: none;
    padding: 0;
}

.cart-page-right .cart-totals tbody .mark,
.cart-page-right .cart-totals tfoot .mark {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.cart-page-right .cart-totals tbody .amount,
.cart-page-right .cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
    font-size: 16px;
    font-weight: 500;
}

.cart-page-right .cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
    border: none;
    padding-top: 3px;
    padding-bottom: 3px;
}

.cart-page-right .cart-totals .grand .mark strong,
.opc-block-summary .table-totals .grand .mark strong {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.cart-page-right .cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
    border: none;
    padding-top: 3px;
    padding-bottom: 3px;
}

.cart-page-right .cart-totals .grand .amount .price,
.opc-block-summary .table-totals .grand .amount .price {
    font-size: 20px;
    font-weight: normal;
}

.cart-page-right .cart-summary .checkout-methods-items {
    margin-top: 10px;
}

.cart-summary .checkout-methods-items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

/*.cart-summary .checkout-methods-items .item .paypal.checkout{
            flex-basis: 49%;
            max-width: 49%;
        }
        .cart-summary .checkout-methods-items .item .paypal.checkout img{
            margin: 0;
        }
        .cart-summary .paypal + .paypal{
            margin: 0;
        }*/

/* coupon */
.cart-coupon-block-title {
    font-size: 18px;
    font-weight: 400;
}

.cart-coupon-block-subtitle {
    font-weight: 300;
    margin-top: 8px;
}

.cart-coupon-block .coupon {
    margin-top: 5px;
    position: relative;
}

.cart-coupon-block .coupon .field {
    margin: 0;
}

.cart-coupon-block .coupon .input-text {
    padding-right: 140px;
}

.cart-coupon-block .coupon button.action {
    background: #000;
    border-radius: 0 20px 20px 0 !important;
    bottom: 0;
    margin: 0;
    position: absolute;
    right: 0;
}

.cart-coupon-block .coupon button.action:hover {
    background: #c80000;
}

/* cart bottom buttons */
.cart.main.actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.cart.main.actions > a,
.cart.main.actions > button {
    background: #000;
    border: solid 1px #000000 !important;
    color: #fff;
    border-radius: 20px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px !important;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    max-width: 32%;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background 150ms ease-out, color 150ms ease-out;
    transition: background 150ms ease-out, color 150ms ease-out;
}

.cart.main.actions > a > span,
.cart.main.actions > button > span {
    font-size: 14px !important;
}

.cart.main.actions > a:hover,
.cart.main.actions > button:hover {
    background: #c80000;
    border: solid 1px #c80000 !important;
    color: #fff;
}

.opc-wrapper .form .field[name*="firstname"] {
    padding-right: 10px;
    width: 50%;
}
.opc-wrapper .form .field[name*="lastname"] {
    padding-left: 10px;
    width: 50%;
}
.opc-wrapper .form .field[name*="city"],
.opc-wrapper .form .field[name*="company"],
.opc-wrapper .form fieldset.field.street {
    width: 100%;
}
.opc-wrapper .form .field[name*="firstname"] {}
.opc-wrapper .form .field[name*="region_id"] {
    width: 60%;
    float: left;
    padding-right: 10px;
}
.opc-wrapper .form .field[name*="postcode"] {
    width: 40%;
    float: right;
    padding-left: 10px;
}
.opc-wrapper .form .field[name*="country_id"] {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.opc-wrapper .form .field[name*="telephone"] {
    width: 50%;
    float: right;
    padding-left: 15px;
}

/* responsive */
@media screen and (max-width: 991px) {
    .cart-page-left,
    .cart-page-right {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .cart-page-right {
        margin-top: 20px;
    }
}

/****************** qty block ******************/
.qty-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
}

.qty-block .label {
    margin: 0 10px 0 0;
}

.qty-block .qty-block-control {
    border: solid 1px #dadada;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.qty-block-control__button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000000;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: background 150ms linear;
    transition: background 150ms linear;
    width: 40px;
}
.qty-block-control__button span {
    color: #fff !important;
}

.qty-block-control__button:hover,
.qty-block-control__button:focus {
    background: #c80000;
    color: #fff;
    text-decoration: none;
}

.qty-block .input-text.qty {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;;
    flex: 1 0 0;;
    border-radius: 0;
    border-width: 0 1px;
    max-width: 54px;
    padding: 0 !important;
    text-align: center;
    width: auto;
}

/****************** price ******************/
.price-box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-family: 'Roboto', Arial, sans-serif;
    margin: 8px 0 10px;
    width: auto !important;
}

.price-box > .price-box {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0;
}

.price-box > span,
.price-box > p,
.price-box > a {
    margin: 0 !important;
}

.price-box > span .price-label,
.price-box > p .price-label {
    display: none !important;
    font-size: 12px;
    height: auto;
    position: static;
    width: auto;
}

.actual-price.map-actual-price,
.price-box > span .price,
.price-box > p .price {
    color: #c80000;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.product-page-info .actual-price.map-actual-price {
    font-size: 21px !important;
}

.price-box > span.old-price {
    margin-right: 10px !important;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.price-box > span.old-price .price {
    color: #787878;
    text-decoration: line-through;
}

/****************** Customer Account ******************/
/* navigation */
.block-collapsible-nav .content {
    background: none;
    border: none;
    padding: 0;
}

.block-collapsible-nav .item a {
    background: none !important;
}

.block-collapsible-nav ul {
    border: solid 1px #c80000;
    padding: 25px;
}

.block-collapsible-nav ul > li {
    margin: 0 0 20px 0 !important;
    position: relative;
}

.block-collapsible-nav ul > li > a {
    border: none !important;
    color: #000 !important;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 !important;
    padding: 0 !important;
}

.block-collapsible-nav ul > li.current > strong {
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
}

/* my dashboard */
.dashboard-block {
    margin-bottom: 30px;
}

.dashboard-block-title {
    border-bottom: solid 1px #d6d6d6;
    font-size: 18px;
    padding: 20px 0;
    text-transform: uppercase;
}

.dashboard-block-title .edit {
    color: #666666;
    font-size: 13px;
    font-weight: 300;
    margin-left: 20px;
    text-transform: none;
}

.dashboard-block-2col {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
    padding-top: 20px;
}

.dashboard-block-col {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
}

.dashboard-block-col-title {
    font-weight: bold;
    text-transform: uppercase;
}

.dashboard-block-content,
.dashboard-block-col address {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
}

.dashboard-block-link {
    font-size: 13px;
    font-weight: 300;
    margin-top: 15px;
}

.dashboard-block-link a {
    color: #666666;
}

/* block */
.account .column.main .block:not(.widget) {
    margin-bottom: 20px;
}

.account .column.main .block:not(.widget) .block-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid 1px #d6d6d6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 20px 0;
}

.account .column.main .block:not(.widget) .block-title > strong {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.account .column.main .block:not(.widget) .block-content {
    padding: 20px 0;
}

.account .form-address-edit .actions-toolbar .action.primary {
    padding-right: 42px !important;
    padding-left: 42px !important;
}

.login-page {
    margin: 0 auto;
    max-width: 400px;
}

.login-page__title {
    font-size: 26px;
    text-align: center;
}

.login-page-form {
    margin-top: 20px;
}

.login-container .login-page .fieldset > .field > .control {
    width: 100%;
}

.login-page-form .actions-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-page-form .actions-toolbar .primary {
    margin: 15px 0;
    text-align: center;
}

.login-page-form .actions-toolbar .primary .action.login {
    float: none;
    margin: 0;
    padding: 0 80px;
}

.login-container .fieldset:after {
    display: none;
}

.mb-ajaxsuite-popup-wrapper .mb-ajaxlogin-message-error .mb-actions-toolbar > div {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxlogin-message-error .mb-actions-toolbar > div button {
    color: #fff !important;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxlogin-message-error .mb-actions-toolbar > div:first-child {
    display: none !important;
}

/****************** Wishlist Page ******************/
#wishlist-view-form .actions-toolbar {
    margin-top: 20px;
    padding: 0 15px;
}

#wishlist-view-form .actions-toolbar .primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    float: none;
}

#wishlist-view-form .actions-toolbar .primary > button {
    background: none;
    border: solid 1px #c80000 !important;
    color: #c80000;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: background 150ms ease-out, color 150ms ease-out;
    transition: background 150ms ease-out, color 150ms ease-out;
    width: 32%;
}

#wishlist-view-form .actions-toolbar .primary > button:hover {
    background: #c80000;
    color: #fff;
}

#wishlist-view-form .actions-toolbar .primary > button.update {
    order: 1;
}

#wishlist-view-form .actions-toolbar .primary > button.share {
    order: 2;
}

#wishlist-view-form .actions-toolbar .primary > button.tocart {
    order: 3;
}

.form-wishlist-items .product-item {
    padding-bottom: 55px !important;
    position: relative;
}

.form-wishlist-items .product-item .product-item-right-col {
    padding-right: 40px;
}

.form-wishlist-items .product-item .btn-remove.action.delete {
    color: #a7a7a7;
    position: absolute;
    right: 15px;
    top: 10px;
}

.form-wishlist-items .products-list .product-item-information .product-item-center-col {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%;
}

.form-wishlist-items .products-list .product-item-information .product-item-right-col {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
}

.form-wishlist-items .product-item .action.primary.edit {
    background: none;
    border: solid 1px #c80000 !important;
    bottom: 0;
    color: #c80000;
    left: 15px;
    position: absolute;
}

.form-wishlist-items .product-item .action.primary.edit span {
    margin: 0;
    text-transform: uppercase;
}

.wishlist-product-item {
    display: flex;
    flex-flow: row wrap;
}

.wishlist-product-item > .product-item-img {
    flex-basis: 150px;
    max-width: 150px;
}

.wishlist-product-item-content {
    display: flex;
    flex-flow: row wrap;
    flex: 1;
    padding-left: 20px;
}

.wishlist-product-item-content .product-item-information-title {
    flex-basis: 30%;
    max-width: 30%;
    order: 1;
}

.wishlist-product-item-content .price-box {
    flex-basis: 15%;
    margin: 0;
    max-width: 15%;
    order: 2;
}

.wishlist-product-item-content .product-item-add2cart {
    display: flex;
    flex-flow: row wrap;
    flex-basis: 45%;
    margin: 0;
    opacity: 1;
    order: 3;
}

.wishlist-product-item-content .product-item-add2cart .qty-block {
    flex-basis: 136px;
    margin: 0;
    max-width: 136px;
}

.wishlist-product-item-content .product-item-add2cart .actions-primary {
    flex: 1;
    padding-left: 15px;
}

.wishlist-product-item-content .product-item-actions {
    -ms-align-items: center;
    align-items: center;
    display: flex;
    flex-basis: 10%;
    height: 40px;
    justify-content: flex-end;
    max-width: 10%;
    order: 4;
    opacity: 1;
    position: static !important;
}

.wishlist-product-item-content .product-item-actions .edit {
    background: none;
    border-radius: 0 !important;
    color: #bebebe;
    height: auto;
    line-height: 1 !important;
    padding: 0 !important;
}

.wishlist-product-item-content .product-item-actions .delete {
    color: #bebebe;
    margin: 0 15px 0 0;
    order: -1;
}

.wishlist-product-item-content .product-item-actions .edit:hover,
.wishlist-product-item-content .product-item-actions .delete:hover {
    color: #000;
}

.wishlist-product-item-content .product-item-actions .edit::before {
    content: "\e907";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wishlist-product-item-content .product-item-actions .edit span {
    display: none;
}

.wishlist-product-item-content .product-item-information-comment {
    flex-basis: 100%;
    max-width: 100%;
    order: 5;
}

.product-item-information-comment textarea {
    display: block;
    height: 75px;
    resize: none;
    width: 100%;
}

@media screen and (max-width: 1100px) {
    #wishlist-view-form .actions-toolbar .primary {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #wishlist-view-form .actions-toolbar .primary > button {
        margin: 0 !important;
        width: 32%;
    }
}

/****************** Compare Table Page ******************/
.table-wrapper.comparison {
    padding: 0 1px;
}

.compare-table {
    width: auto;
}

.compare-table th {
    font-size: 16px;
    font-weight: normal;
}

.compare-table td,
.compare-table th {
    border: solid 1px #d1d1d1;
    padding: 20px;
}

.compare-table td {
    max-width: 260px;
    min-width: 260px;
    width: 260px;
}

.compare-product-item-actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.compare-product-item {
    position: relative;
}

.compare-product-item .action.towishlist {
    background: #fff;
    border: solid 1px #c8c8c8;
    border-radius: 3px;
    color: #c80000;
    font-size: 18px;
    height: 35px;
    line-height: 33px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 38px;
}

.compare-product-item-actions a {
    color: #556678;
}

.compare-product-item .action.primary {
    width: 100%;
}

.compare-product-item .product-item-information-title,
.compare-product-item .product-item-information-price {
    margin-top: 10px;
}

.compare-table .attribute.value {
    font-weight: 300;
    line-height: 22px;
}

.compare-table .attribute.value h1 {
    font-size: 18px;
    margin-bottom: 15px;
}

.compare-table .attribute.value p {
    margin-bottom: 15px;
}

.compare-table .attribute.value ul,
.compare-table .attribute.value ol {
    margin: 0 0 15px 20px;
}

.compare-table .attribute.value blockquote {
    margin: 15px 0;
}

/****************** CMS Pages ******************/
.page-title--homepage {
    margin-top: 20px;
}

.home-page {
    line-height: 24px;
}

.contact-form {
    margin-top: 25px;
    max-width: 50%;
}

.contact-form-title {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.contacts-info-item:not(:first-child) {
    margin-top: 15px;
}

.contacts-info-item__title {
    font-weight: bold;
}

.contacts-info-item__body {
    color: #696969;
    line-height: 22px;
    margin-top: 5px;
}

.contacts-info-item__body ul {
    margin-left: 20px;
}

.contacts-info-item__phone {
    color: #696969;
    font-weight: 700;
}

.contacts-form-button {
    text-align: right;
}

.contacts-form-button button {
    width: 140px;
}

.column:not(.sidebar-main) .form.contact, .column:not(.sidebar-additional) .form.contact {
    float: none !important;
    width: 100% !important;
}

.cms-page-view .columns {
    margin-top: 15px;
}

.cms-content {
    line-height: 22px;
}

.cms-content p {
    margin-bottom: 20px;
}

.about-us-img {
    float: left;
    margin: 0 30px 30px 0;
    max-width: 75%;
}

.cms-menu {
    border: solid 1px #c80000;
    list-style: none;
    padding: 20px 30px;
}

.cms-menu > li:not(:first-child) {
    margin-top: 20px;
}

.cms-menu > li > a {
    color: #000;
    font-size: 16px;
}

.cms-menu > li.active > a {
    font-weight: bold;
}

.g-recaptcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.terms-conditions {
    margin-top: -30px;
}

.terms-conditions-main {
    color: #556678;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.all-battery ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style: none;
    max-width: 400px;
}

.all-battery ul > li {
    position: relative;
    padding-left: 18px;
}

.all-battery ul > li::before {
    background: #bb2e37;
    border-radius: 50%;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 6px;
}

.shipping-policy-images {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.info-center-img {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    padding: 0 15px;
    width: 300px;
}

.info-center-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;;
    flex: 1 0 0%;;
    padding: 0 15px;
}

.store-hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.store-hours-left {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding: 0 15px;
}

.store-hours-left > p {
    font-size: 14px;
    font-style: italic;
    margin-top: 15px;
}

.store-hours-item {
    font-size: 16px;
    line-height: 1.5;
}

.store-hours-item:not(:first-child) {
    margin-top: 25px;
}

.store-hours-right {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding: 0 15px;
}

.mission-statements__top {
    font-size: 18px;
    line-height: 1.75;
    text-align: center;
}

.mission-statements__top p {
    margin: 0;
}

.mission-statements__bottom {
    border-top: solid 1px #eee;
    font-size: 12px;
    line-height: 1.75;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
}

.privacy-cert {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -15px;
}

.privacy-cert-item {
    padding: 0 15px;
    text-align: center;
}

/* CMS pages */
.cms-page {
    line-height: 22px;
}

.cms-page h3 {
    font-size: 16px;
    font-weight: bold;
}

.cms-page p {
    margin: 0 0 20px;
}

.cms-page a {
    color: #c80000;
    text-decoration: underline;
}

.cms-page a:hover {
    text-decoration: none;
}

.cms-page ul {
    margin: 0 0 20px 20px;
}

.cms-page .two-col {
    display: flex;
    flex-flow: row wrap;
    line-height: 32px;
    list-style: none;
    margin: 0 0 20px;
}

.cms-page .two-col > li:not(:last-child) {
    padding-right: 120px;
}

.cms-page .two-col strong {
    display: block;
}

.pdf-link {
    background: url(../images/pdf-ic.png) 0 0 no-repeat;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 45px;
}

/* shipping policy */
.shipping-rate {
    margin: 0 0 20px 0;
    width: 80%;
}

.shipping-rate thead td {
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.shipping-rate td:not(:first-child) {
    text-align: center;
}

.shipping-rate thead tr:first-child td:first-child {
    background: none;
    border: none;
    color: #000;
    font-size: 22px;
    padding: 0;
    vertical-align: top;
}

.shipping-rate td {
    border: solid 1px #c1c1c1;
    padding: 10px 15px;
}

.shipping-page-title {
    border-bottom: solid 1px #d6d6d6;
    font-size: 18px;
    font-weight: normal;
    padding: 20px 0;
    text-transform: uppercase;
}

/* contact us */
.contact-page-top {
    -ms-align-items: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.contact-page-top-label {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 30px;
}

.contact-page-top-phones {
    font-size: 18px;
    line-height: 28px;
    padding: 0 30px;
}

.contact-page-block {
    border-top: solid 1px #dedede;
    display: flex;
    flex-flow: row wrap;
    margin: 40px -15px 0;
    padding-top: 40px;
}

.contact-page-block-info {
    flex-basis: 25%;
    font-size: 18px;
    line-height: 28px;
    max-width: 25%;
    padding: 0 15px;
}

.contact-page-block-info strong {
    font-size: 20px;
}

.contact-page-block-info p {
    margin: 10px 0 25px;
}

.contact-page-block-map {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
}

/* sitemap */
.sitemap {
    columns: 3;
    list-style: none;
}

.sitemap > li > a:hover {
    text-decoration: underline;
}

.sitemap > .level--1 {
    display: none;
}

.sitemap > .level-0:nth-child(2) {
    margin: 0;
}

.sitemap > .level-0 {
    font-size: 16px;
    margin: 15px 0 0 0;
}

.sitemap > .level-0 > a {
    color: #c80000;
}

.sitemap > .level-1 {
    margin: 10px 0 0 0;
    padding-left: 15px;
}

.sitemap > .level-1 > a {
    color: #c80000;
}

.sitemap > .level-2 {
    font-size: 13px;
    margin: 10px 0 0 0;
    padding-left: 30px;
}

.sitemap > .level-2 > a {
    color: #999;
}

.sitemap > .level-3 {
    font-size: 12px;
    margin: 5px 0 0 0;
    padding-left: 45px;
}

.sitemap > .level-3 > a {
    color: #999;
}

.sitemap > .level-4 {
    font-size: 11px;
    margin: 5px 0 0 0;
    padding-left: 60px;
}

.sitemap > .level-4 > a {
    color: #999;
}

.sitemap > .level-5 {
    font-size: 11px;
    margin: 5px 0 0 0;
    padding-left: 75px;
}

.sitemap > .level-5 > a {
    color: #999;
}

.sitemap > .level-6 {
    font-size: 11px;
    margin: 5px 0 0 0;
    padding-left: 90px;
}

.sitemap > .level-6 > a {
    color: #999;
}

/* 404 */
.error-page {
    text-align: center;
}

.error-page__title {
    font-size: 300px;
}

/****************** Shop By Brand ******************/

/****************** Checkout Page ******************/
#checkout_multishipping_form .actions-toolbar .secondary a.action {
    margin-top: 0;
}

.column.main .opc-block-summary .product-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkout-success,
.checkout-success + #registration,
.checkout-success + #registration > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout-success .actions-toolbar .action.primary.continue {
    margin: 0;
}

.payment-method .paypal-custom:after {
    display: inline-block;
    content: '';
    margin-left: 12px;
    height: 22px;
    width: 36px;
    vertical-align: middle;
    background: url(../images/paypal.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.checkout-payment-method .checkout-billing-address .billing-address-details {
    padding-left: 32px;
}
/* main part */

.field.required > label::after,
.fieldset>.field.required>.label:after,
.fieldset>.fields>.field.required>.label:after,
.fieldset>.field._required>.label:after,
.fieldset>.fields>.field._required>.label:after {
    margin: 0;
}

label[for="customer-password"]:after {
    display: inline-block;
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0;
}
.actions-toolbar .primary button.action.login.primary {
    padding-right: 50px !important;
    padding-left: 50px !important;
    margin: 0;
}

#customer-email-fieldset .actions-toolbar .secondary {
    margin-left: 15px;
    vertical-align: -webkit-baseline-middle;
}

.modal-content {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.opc-wrapper .form-login .fieldset.hidden-fields {
    margin-right: 10px;
    width: calc(100% - 36px);
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
    max-width: none !important;
}

.opc-wrapper .form-shipping-address .fieldset.address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.opc-wrapper {
    max-width: 650px;
}

#opc-shipping_method {
    clear: both;
}

/* sidebar */
.opc-sidebar .modal-header {
    display: none;
}

.opc-sidebar .modal-content {
    background: none;
    border: solid 1px #d1d1d1;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.opc-sidebar .opc-block-summary {
    background: #fff;
    border: solid 1px #d0d0d0;
    margin: 0;
}

.opc-block-summary > .title {
    font-size: 18px;
    font-weight: normal;
}

.opc-block-summary .items-in-cart > .title strong {
    font-size: 14px;
    font-weight: normal;
}

.opc-block-summary .items-in-cart > .title:after {
    color: #131313;
}

.opc-block-summary .product-item .product-item-name-block {
    font-weight: 300;
    padding-right: 25px;
}

.opc-block-summary .product-item .product-item-name-block strong {
    font-weight: 300;
    line-height: 21px;
}

.opc-block-summary .product-item .subtotal {
    color: #c80000;
}

.block.items-in-cart {
    margin-bottom: 0 !important;
}

.opc-block-shipping-information {
    margin-top: 20px;
    padding: 0;
}

.opc-block-shipping-information .shipping-information-title,
.checkout-agreements-items .checkout-agreements-item-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.opc-block-shipping-information .shipping-information-title .action-edit {
    height: auto;
    line-height: 1 !important;
    position: static;
    padding: 0 !important;
}

.checkout-payment-method .discount-code .payment-option-title {
    border: none;
    padding: 0;
}

.checkout-payment-method .discount-code .payment-option-title .action-toggle {
    color: #696969;
    font-weight: 300;
}

.checkout-payment-method .discount-code .payment-option-content {
    padding: 0;
}

.checkout-payment-method .discount-code .payment-option-content .form-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    max-width: none;
}

.checkout-payment-method .discount-code .payment-option-content .payment-option-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;;
    flex: 1 0 0%;;
}

.checkout-payment-method .discount-code .payment-option-content .payment-option-inner .input-text {
    border-radius: 20px 0 0 20px;
    border-right: none;
}

.checkout-payment-method .discount-code .payment-option-content .actions-toolbar .action {
    padding-right: 20px !important;
    padding-left: 20px !important;
    background: none;
    border: solid 1px #c80000 !important;
    border-radius: 0 20px 20px 0 !important;
    color: #c80000;
    margin: 0;
}

/* progress bar */
.opc-progress-bar {
    margin-top: 25px !important;
}

.opc-progress-bar-item._active > span:before,
.opc-progress-bar-item._active:before {
    background: #c80000 !important;
}

.opc-progress-bar-item:before,
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
    border: none !important;
}

.opc-progress-bar-item > span:after {
    color: #000 !important;
}
.opc-progress-bar-item._active > span:after,
.opc-progress-bar-item._complete > span:after {
    color: #c80000 !important;
}

.opc-progress-bar-item > span {
    color: #000 !important;
    font-size: 14px !important;
}

.opc-block-summary .items-in-cart .item-options dt {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}
.opc-block-summary .items-in-cart .item-options dt:after {
    display: inline-block;
    content: ':';
}
.opc-block-summary .items-in-cart .item-options dd {
    display: block;
}

.column.main .opc-block-summary .product-item {
    padding-right: 0 !important;
    padding-left: 0 !important;
    border: none !important;
}

.opc-block-summary .product-item .price {
    font-weight: 600;
}

.checkout-payment-method .payment-method-content {
    padding-left: 0;
}

.checkout-payment-method .ccard .number .input-text,
.checkout-payment-method .ccard .month .select,
.checkout-payment-method .ccard .year .select,
.checkout-payment-method .ccard>.field.cvv>.control {
    width: 100%;
}

.checkout-payment-method .ccard .cvv .input-text {
    width: 90%;
}

.checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field {
    padding: 0 10px;
    width: 50% !important;
}
.checkout-payment-method .payment-method-content {
    clear: both;
}

.payment.items.ccard .field.date {
    float: left;
    margin: 0 -10px;
    width: 66.66666%;
}

.payment.items.ccard .field.date label {
    padding-left: 10px;
}

.payment.items.ccard .field.cvv {
    float: right;
    width: 33.33333%;
}
.payment.items.ccard .field[data-bind="visible: isCcFormShown"] {
    clear: both;
}
.payment.items.ccard {}

/* shipping */
.opc-wrapper .step-title {
    border-bottom: 1px solid #ccc;
    font-size: 24px;
    font-weight: 500;
}
.opc-wrapper .action.primary.checkout{
    padding-right: 36px !important;
    padding-left: 36px !important;
}

.methods-shipping .actions-toolbar .action.primary {
    line-height: 1;
    padding: 0 30px !important;
}

.table-checkout-shipping-method tbody td {
    border: none !important;
    padding: 10px !important;
}

/* multiply address */
.multicheckout .actions-toolbar .secondary {
    margin-top: 0 !important;
}

.actions-toolbar.actions-toolbar--multishipping {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.actions-toolbar.actions-toolbar--multishipping::before,
.actions-toolbar.actions-toolbar--multishipping::after {
    display: none;
}

.actions-toolbar.actions-toolbar--multishipping .action.back {
    margin-right: auto;
}

.actions-toolbar.actions-toolbar--multishipping button {
    margin: 0 0 0 10px !important;
}

/****************** Custom chrome scroll ******************/
@media screen and (min-width: 769px) {
    .minicart-items-wrapper {
        height: auto !important;
        max-height: 410px;
    }

    .minicart-items-wrapper::-webkit-scrollbar,
    .amasty-quickview-ajax-view::-webkit-scrollbar {
        background: #f4f4f4;
        width: 10px;
    }

    .minicart-items-wrapper::-webkit-scrollbar-thumb,
    .amasty-quickview-ajax-view::-webkit-scrollbar-thumb {
        background: #e4e4e4;
    }
}

/****************** Amasty Layared Navigation ******************/
.filter .block-subtitle {
    border-bottom: solid 1px #d6d6d6;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 15px 0;
    text-transform: uppercase;
}

.filter-options-item {
    border-bottom: solid 1px #d6d6d6;
    padding: 0;
}

.filter-options-title {
    font-size: 14px;
    font-weight: normal;
    padding: 18px 30px 18px 0;
}

.filter-options-title:after {
    color: #000;
    font-size: 17px;
    right: 0;
    top: 17px;
}

.filter-options-content {
    padding: 0;
}

.filter-options-content .item {
    margin: 0 0 18px 0 !important;
}

.filter-options-content .item .amshopby-category-collapse-icon {
    z-index: 5;
}

.filter-options-content a {
    color: #000000;
    display: block;
    font-weight: 300;
    margin: 0;
    padding: 0 0 0 25px;
    position: relative;
}

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

.filter-options-content a .label::before {
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px;
}

.filter-options-content .am_shopby_filter_items_attr_category_ids a .label::before {
    display: none;
}

.filter-options-content .am_shopby_filter_items_attr_category_ids a.am_shopby_link_selected {
    text-decoration: underline;
}

.swatch-option {
    height: auto !important;
    min-height: 20px !important;
}

.filter-options .amshopby-category-labels-folding a.amshopby-filter-parent,
.filter-options .amshopby-category-dropdown-view a.amshopby-filter-parent {
    display: block;
    padding-left: 25px !important;
}

.filter-clear-block > .action {
    border-radius: 4px;
    width: 100%;
}

.amshopby-more-button {
    background: none;
    color: #696969 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    height: auto;
    line-height: 1 !important;
    margin-left: 25px;
    padding: 0 !important;
    text-transform: lowercase;
}

.amshopby-more-button:hover {
    background: none;
}

.amshopby-more-button > a {
    color: #696969;
    padding: 0;
    text-decoration: underline;
}

.amshopby-more-button:hover > a {
    color: #696969;
    text-decoration: none;
}

/* price slider */
.am_shopby_slider_container {
    margin-top: 15px;
}

.am_shopby_slider_display {
    margin-top: 10px;
}

.am_shopby_slider_container a.ui-slider-handle {
    background: #000 !important;
    border-radius: 50% !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .51);
    cursor: pointer;
    height: 24px !important;
    margin-top: -7px !important;
    width: 24px !important;
}

.am_shopby_slider_container a.ui-slider-handle::after {
    color: #fff;
    content: "\e903";
    font-family: 'icomoon' !important;
    font-size: 24px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.filter-options .ui-slider {
    background: #c80000;
    box-shadow: none;
}

.filter-options .ui-slider-range {
    background: #dddddd;
    height: 10px;
    position: absolute;
}

/* QuickView */
.fancybox-slide--iframe .fancybox-content {
    height: 80% !important;
    width: 80% !important;
}
body.amasty-quickview-ajax-view [id*="lz_"] {
    display: none !important;
}

/* Blog */

.desktop.two-columns-left section.content,
.desktop.two-columns-right section.content {
    width: 60%;
}

.desktop.two-columns-left aside.left,
.desktop.two-columns-right aside.left {
    float: left;
    width: 29%;
}
.desktop.two-columns-left aside.right,
.desktop.two-columns-right aside.right {
    float: right;
    width: 29%;
}

.amblog-container.list .amblog-post .thumbnail-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.amblog-container.list .amblog-post .thumbnail-container {}
.amblog-list .post-thumbnail {
    margin-right: 36px;
}
.amblog-list .post-content {
    margin-left: 0 !important;
}
i.amblog-classic.glyphicons,
i.amblog-classic.glyphicons:before {
    color: #000;
}
.amblog-post .am-header .posted-by,
.amblog-post .am-header .date,
.amblog-post .am-header .views {
    float: none;
    font-size: 14px;
}
.am-read-more {
    color: #c80000 !important;
    text-decoration: underline;
}
.amblog-post .am-header {
    padding: 0;
    margin-bottom: 22px;
}
.amblog-post span.comments {
    float: none;
    margin-left: 0;
}
.am-header .comments a {
    color: #9c9c9c;
}
.amblog-post .am-header .posted-by,
.amblog-post .am-header .comments {
    color: #9c9c9c;
    font-size: 14px;
}

.amblog-post .am-header .posted-by i,
.amblog-post .am-header .comments i {
    color: #cecece;
}

.amblog-post .am-header .posted-by i {
    font-size: 14px;
}

.amblog-post .am-header .comments i {
    font-size: 11px;
}
.am-post-header h2 {
    margin-top: 0;
    margin-bottom: 9px;
    font-size: 24px;
    line-height: 1;
}
.am-post-header a {
    color: #c80000 !important;
}
.amblog-post .am-content {
    margin-bottom: 3px;
}

.amblog-post .blog-title h1 {
    color: #c80000;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.amblog-categories .block-content,
.amblog-search .block-content,
.amblog-recentposts .block-content,
.amblog-tags .block-content,
.amblog-recentcomments .block-content,
.amblog-archives .block-content {
    padding: 0;
}

.amblog-recentposts .block-title {
    padding: 0;
    margin-bottom: 16px;
}
.amblog-recentposts .block-title strong {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.amblog-recentposts .block-content {
    padding: 20px 0 0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.amblog-recentposts ul li {
    padding-left: 14px;
}
.amblog-recentposts ul li:before {
    margin-left: -14px;
    position: relative;
    margin-right: 4px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    border-color: transparent transparent transparent #b6b6b6;
}
.amblog-recentposts ul li a {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 300;
}

.amblog-post .blog-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.amblog-post .customer-action-bar {
    padding: 0;
    border: 0;
}
.amblog-post .am-header {
    margin: 0 20px 0 0;
}
.amblog-post .blog-bottom .block.blog-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.amblog-post .blog-bottom .block.blog-social .block-title {
    margin-right: 10px;
    margin-bottom: 0;
}
.amblog-post .blog-bottom .block.blog-social .block-title strong {
    text-transform: none;
}
.amblog-post .blog-bottom .social-item:not(:first-child) {
    margin: 0;
}
.amblog-post .blog-bottom .social-item > .social-item-link {
    border: none;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 0;
}
.amblog-post .blog-bottom {}
.amblog-post {}

.am-comment-form {
    padding: 0;
    border: 0;
    background: none;
}
.amblog_form fieldset {
    border: 0;
}
.comment-form-field {
    margin-bottom: 20px;
}
.am-comment-form label {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
.comment-form-field input.text {
    width: 323px !important;
}
.comment-form-field textarea {
    max-width: none;
}
.amblog_form {

}

.block.newsletter.blog {
    width: 100%;
}
.block.newsletter.blog .title {
    display: block;
}
.block.newsletter.blog .title strong {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.block.newsletter.blog .field .control:before {
    display: none !important;
}
.block.newsletter.blog input {
    padding-left: 15px;
    border-radius: 20px 0 0 20px;
}

.blog-social {
    clear: both;
}
.blog-social .block-title {
    padding: 0;
    margin-bottom: 15px;
}
.blog-social .block-title strong {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.blog-social .block-content.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.amblog-container .pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.amblog-container .pages .item {
    margin: 0;
    font-size: 14px;
    line-height: initial;
}
.amblog-container .pages .item.current {
    margin: 0 10px;
}
.amblog-container .pages a.page {
    height: 34px;
    width: 26px;
    color: #000;
    text-align: center;
    line-height: 34px;
}
.amblog-container .pages strong.page {
    width: 37px;
    border: 1px solid #c80000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: none;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
}
.amblog-container .pages .action {
    box-shadow: none;
    border: none;
    background: none;
    line-height: 34px;
}
.amblog-container .pages .action:before {
    color: #000!important;
    font-size: 14px !important;
    font-weight: 900 !important;
}
.amblog-container {}


/* My account */
.form-edit-account .fieldset {
    width: 100%;
}

.form-edit-account .field.field-name-firstname {
    float: left;
    padding-right: 10px;
    width: 50%;
}
.form-edit-account .field.field-name-lastname {
    float: right;
    padding-left: 10px;
    width: 50%;
}

.form-edit-account .actions-toolbar .action.primary {
    padding: 0 46px !important;
}

.form-address-edit > .fieldset {
    width: 50%;
}
.form-address-edit > .fieldset:first-child .legend,
.form-address-edit > .fieldset:first-child > .field {
    padding-right: 15px;
}
.form-address-edit > .fieldset:first-child + .fieldset .legend,
.form-address-edit > .fieldset:first-child + .fieldset > .field {
    padding-left: 15px;
}

.form-address-edit .fieldset .field.street .nested .additional {
    margin-top: 20px;
}

.form-newsletter-manage .actions-toolbar .action.save.primary {
    padding: 0 76px !important;
    border: 1px solid #c80000 !important;
    color: #c80000 !important;
    background: none !important;
}

/* Fancybox */
.fancybox-toolbar {
    display: none !important;
}
.fancybox-add-button {
    position: relative;
    top: 0;
    right: 0;
}
.fancybox-button.fancybox-button--close {
    float: right;
    padding: 0 19px !important;
    height: 52px;
    width: 52px;
    color: #c80000 !important;
    background: none !important;
}
.fancybox-button--close:after, .fancybox-button--close:before {
    width: 18px;
}

#confirmOverlay {
    background: rgba(0,0,0,0.6);
}

div#confirmBox #messageBox {
    padding-right: 32px;
    padding-left: 32px;
}
div#confirmBox > h1 {
    display: none;
}
div#confirmBox .cart-popup-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
div#confirmBox .cart-popup-item-info {
    text-align: left;
}
div#confirmBox .cart-popup-item-img {
    padding-right: 27px;
}
div#confirmBox .cart-popup-item-info__name {
    margin-bottom: 15px;
    color: #2a2a2a;
    font-size: 16px;
}
div#confirmBox .cart-popup-item-info__name a {
    color: #2a2a2a;
    font-size: 16px;
}
div#confirmBox .cart-popup-item-info-totalprice {
    margin: 10px 0;
    color: #c80000;
    font-size: 16px;
    font-weight: bold;
}
div#confirmBox img {
    display: block;
    height: auto;
    width: 47px;
}
div#confirmBox .product-add-form {
    margin: 0 !important;
}
div#confirmBox .product-add-form .product-options-bottom .box-tocart {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
div#confirmBox .cart-popup-item-info-confirm {
    margin-top: 15px;
}
div#confirmBox .cart-popup-item-info-confirm:before {
    display: inline-block;
    content: "\e904";
    color: #24ab12;
    font-family: 'icomoon' !important;
    font-size: 10px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 4px;
}
div#confirmBox #messageBox p.text {
    display: none;
}
div#confirmBox #messageBox > .border {
    display: none;
}
div#confirmBox #confirmButtons {
    padding-left: 106px;
    text-align: left;
}
div#confirmBox #confirmButtons button {
    display: none;
}
div#confirmBox #confirmButtons a.checkout {
    box-sizing: border-box;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    background: #c80000;
    border: none !important;
    border-radius: 20px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    height: 40px;
    letter-spacing: .02em;
    line-height: 40px !important;
    padding: 0 33px !important;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background 150ms ease-out;
    transition: background 150ms ease-out;
}
#messageBox .product-info-main {
    padding: 0 !important;
    border: none !important;
}
#messageBox .product-info-main a.added-item {
    margin: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #2a2a2a;
}
#messageBox #product-addtocart-button {
    display: block;
}
#hideDivButton {
    position: absolute;
    top: 9px;
    right: 11px;
    font-size: 10px !important;
    height: auto;
    width: auto;
    padding: 10px !important;
    line-height: 1 !important;
    background: none;
    color: #c80000;
    font-weight: 900;
}

.amasty-quickview-ajax-view .product-slider.block-products-list {
    display: none !important;
}

/* All Brands */
.brands-filters .ambrands-search-wrapper{
    float: none;
    max-width: 100%;
    width: 100%;
}
.brands-filters .ambrands-search-wrapper .ambrands-search-input{
    margin: 0;
    width: 100%;
}
.brands-letter .brand-item {
    margin: 0 0 10px;
}
.brands-letter .brand-item img{
    display: block;
    margin: 0 0 10px;
}
.brands-container{
    display: block;
    -webkit-columns: 4;
    columns: 4;
    margin-top: 25px;
}
.brands-container.filtersapply{
    columns: auto;
}
.brand-images .brands-letter .bare-list {
    display: block;
}
.brand-images li.brand-item {
    margin: 0 0 20px !important;
    text-align: left;
}
.brands-container dt{
    font-size: 18px;
    font-weight: bold;
}
.brands-container dd{
    list-style: none;
    margin: 15px 0;
}
.brands-container .brand-images {
    width: 100% !important;
}
.brand-images {
    display: inline;
}
.brand-images .brands-letter {
    padding: 0;
}
.brands-letter .brand-item .count{
    position: static;
    display: inline;
    width: auto;
    height: auto;
    line-height: 1;
    background: none;
    color: inherit;
}
@media screen and (max-width: 767px) {
    .letters-box {
        margin: 10px -3px 0;
    }
    .letters-box > a {
        margin: 0 3px 6px !important;
    }
    .brands-container {
        -webkit-columns: 2;
        columns: 2;
    }
}
/* End All Brands */


#amasty-shopby-overlay .loader {
    display: none !important;
}


/* BOBS Custom */
.sub-categories .sub-category {
  float: left;
  text-align: center;
  padding:0 10px 10px;
}

@media screen and (max-width: 768px) {
  .sub-categories .sub-category {
    width: 50%;
  }
  .sub-categories .sub-category:nth-of-type(2n+1) {
    clear: left;
  }
  .sub-categories {
    clear: left;
  }
}

span.storeavail {
    display: block;
    margin-top: 5px;
}

b.instock:before {
    content: "\e917";
    font-family: 'icomoon' !important;
    color: #24ab12;
    font-size: 12px;
    margin-right: 4px;
}

b.outofstock:before {
    content: "\e906";
    font-family: 'icomoon' !important;
    color: #c80000;
    font-size: 13px;
    margin-right: 4px;
}

.sizechart-ruler {
    height: 0.75em;
}

.table-checkout-shipping-method .col-carrier {
    display:none;
}
