/* 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;
}

/* page style */
body{
    color: #000;
    font: normal 14px/1.25 'Times New Roman', serif;
}
a{
    color: #822726;
    -webkit-transition: color 150ms ease-out;
    transition: color 150ms ease-out;
}
a:hover,
a:focus{
    color: #822726;
    text-decoration: none;
}
.page-title{
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 15px;
}
.page-products .columns{
    z-index: auto !important;
    z-index: initial !important;
}
#maincontent{
    margin-top: 20px;
}

/* buttons */
.action.primary,
button{
    background: #822726;
    border: none !important;
    border-radius: 3px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #fff;
    font-family: 'Times New Roman', Arial, sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    height: 40px;
    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: #571615;
    border: solid 1px #822726;
    -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 {
    display: block;
    font-weight: 300 !important;
    font-size: 14px;
    margin: 0 0 6px 0;
}
.form-2col > .field.required > label::after{
    content: '*';
    color: #e02b27;
    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: 3px;
    font: normal 14px 'Times New Roman', serif;
    height: 40px;
}
select{
    border-color: #dadada;
    border-radius: 3px;
    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: none;
    float: none;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 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: #822726;
    content:'';
    display: inline-block;
    font-family: 'icomoon';
    font-size: 11px;
    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:'\e90c';
}
[type=radio]:not(.raiting):checked + label::before,
[type=radio]:not(.raiting):checked + span.label::before,
[type=radio]:not(.raiting):checked + a::before{
    background: #822726;
    -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%;
    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;
}

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

/* top header */
    .top-header{
        background: #f6f6f6;
        color: #000000;
        position: fixed;
        width: 100%;
        opacity: 0.75;
        padding-top: 10px;
        padding-bottom: 10px;
        z-index: 10;
    }
    .top-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;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        line-height: 28px;
        padding-bottom: 2px;
        padding-top: 2px;
    }
    .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;
        }
        .top-header-right{
            margin: 0 auto;
        }
    }
    .header-phone{
        color: #000;
        margin-right: 50px;
    }
    .header-phone:hover{
        color: #000;
    }
    .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){
        margin-left: 30px;
    }
    .header.links > li > a{
        color: #000;
    }

/* main header */
    .main-header{
        background: #fff;
        margin-top: 50px;
    }
    .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 nowrap;
                flex-flow: row nowrap;
    }
    .mobile-menu-button-container{
        display: none;
    }

    /* logo */
        .main-header-logo{
            -ms-flex-preferred-size: 54%;
                flex-basis: 54%;
            max-width: 54%;
        }
        .main-header-logo .logo{
            display: block;
            float: none;
            margin: 0;
            max-width: none;
            width: 100%;
        }
        .main-header-logo .logo img{
            height: auto;
            width: 100%;
        }
        .main-header-logo .logo img.logo-mob{
            display: none;
        }

    /* search */
        .main-header-search{
            -ms-flex-preferred-size: calc(26% + 100px);
                flex-basis: calc(26% + 100px);
            max-width: calc(26% + 100px);
            padding: 0 50px;
        }
        .main-header-search .block-search{
            border: solid 1px #dadada;
            border-radius: 3px;
            float: none;
            padding: 0;
            width: 100%;
        }
        .main-header-search .block-search .field{
            margin: 0;
        }
        .main-header-search .block-search input{
            border: none;
            border-radius: 3px 0 0 3px;
            color: #000;
            height: 40px;
        }
        .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 input::-webkit-input-placeholder {
            color: #787878;
        }
        .main-header-search .block-search input::-moz-placeholder {
            color: #787878;
        }
        .main-header-search .block-search input:-ms-input-placeholder {
            color: #787878;
        }
        .main-header-search .block-search input:-moz-placeholder {
            color: #787878;
        }
        .main-header-search .block-search .action.search{
            background: #822726;
            border: none;
            border-radius: 0 3px 3px 0 !important;
            color: #fff;
            height: 40px;
            right: 0;
            -webkit-transition: background 150ms ease-out;
            transition: background 150ms ease-out;
        }
        .main-header-search .block-search .action.search::before{
            line-height: 40px !important;
        }
        .main-header-search .block-search .action.search[disabled]{
            opacity: 1;
        }
        .main-header-search .block-search .action.search::before{
            color: #fff;
            font-size: 21px;
        }
        .main-header-search .block-search .action.search:hover{
            background: #571615;
        }
        .main-header-search .block-search .action.search:hover::before{
            color: #fff;
        }

    /* links */
        .top-header-right{
            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;
        }
        .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 nowrap;
                    flex-flow: row nowrap;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            position: relative;
        }
        .main-header-link:not(:first-child){
            margin-left: 30px;
        }
        .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: #822726;
            font-size: 17px;
        }
        .main-header-link > a > span:not(.counter){
            font-size: 16px;
            margin-top: 5px;
            text-transform: capitalize;
        }
        .main-header-link > a > .counter{
            position: absolute;
            right: 0;
            top: -15px;
        }

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

    /* minicart */
        .main-header-link > .showcart{
            padding-right: 8px;
        }
        .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{
            -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: 0 15px 10px;
        }
        .block-minicart .subtotal .price{
            font-size: 24px !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-item-remove{
            -ms-flex-item-align: center;
                align-self: center
        }
        .minicart-list-item-remove a{
            color: #c6c6c6;
        }
        /* 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;
                        flex: 1;
                padding: 0 10px;
            }
            .minicart-list-item-info__name{
                font-weight: 300;
                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;
                font-weight: 300;
                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{
                font-size: 20px;
                font-weight: 400 !important;
            }
            .minicart-list-item-qtyprice{
                color: #0f1114;
                font-size: 12px;
                font-weight: 300;
                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){
    .nav-sections{
        background: #fff;
    }
    .main-navigation{
        border-top: solid 3px #c09553;
        display: block !important;
    }
    .main-navigation > ul{
        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: 0 -5px;
        padding: 0;
    }
    .main-navigation > ul li{
        margin: 0;
        padding: 0;
        position: relative;
    }
    .main-navigation > ul > li > a{
        color: #7d2624;
        display: block;
        font-size: 14px;
        padding: 14px 5px;
        position: relative;
        text-transform: uppercase;
        z-index: 8;
    }
    .main-navigation > ul > li > a::before {
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
        background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
        border-radius: inherit;
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        z-index: -8;
        -webkit-transition: opacity 150ms linear;
        transition: opacity 150ms linear;
    }
    .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:'';
        height: 0;
        left: 50%;
        margin-left: -7px;
        opacity: 0;
        position: absolute;
        -webkit-transition: opacity 150ms linear;
        transition: opacity 150ms linear;
        width: 0;
    }
    .main-navigation > ul > li.parent:hover > a::after{
        opacity: 1;
    }
    .main-navigation > ul > li:hover > a::before {
        opacity: 1;
    }
    .main-navigation > ul li.parent > ul{
        background: #fff;
        border-color: #000;
        border: none;
        -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, .4);
                box-shadow: 3px 3px 7px rgba(0, 0, 0, .4);
        display: none;
        left: 0 !important;
        padding: 0;
        position: absolute !important;
        top: 100% !important;
        width: 250px;
        z-index: 11;
    }
    .main-navigation > ul li.parent.many-children > ul{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        width: 500px;
    }
    .main-navigation > ul li.parent.many-children.open > ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .main-navigation > ul li.parent.many-children > ul > li{
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%;
    }
    .main-navigation > ul li.parent.many-children > ul > li:nth-child(2){
        border-top: none;
    }
    .main-navigation > ul li.parent > ul li.parent > ul{
        left: 100% !important;
        top: 0 !important;
    }
    .main-navigation > ul > li.parent:nth-child(n+5) > ul li.parent > ul{
        left: auto;
        right: 0;
    }
    .main-navigation > ul > li.parent:nth-child(n+5) > ul{
        left: auto !important;
        right: 0 !important;
    }
    .main-navigation > ul > li.parent ul > li:not(:first-child){
        border-top: solid 1px #f0f0f0;
    }
    .main-navigation > ul > li.parent ul > li > a{
        color: #000;
        display: block;
        font-size: 14px;
        padding: 16px 20px;
        -webkit-transition: background 150ms ease-out, color 150ms ease-out;
        transition: background 150ms ease-out, color 150ms ease-out;
    }
    .main-navigation > ul > li.parent ul > li:hover > a{
        background: #fbfbfb;
        color: #822726;
    }
    /* open menu */
        .main-navigation > ul li.parent.open > ul{
           display: block;
        }

    @media screen 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 {
    color: #333;
    text-decoration: none
}

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

.breadcrumbs a:hover {
    color: #333;
    text-decoration: underline
}

.breadcrumbs a:active {
    color: #333;
    text-decoration: none
}

.breadcrumbs strong {
    font-weight: 400
}
/****************** home page slider ******************/
.home-page-slider--mobile{
    display: none;
}
.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{
    left: 120px;
    bottom: 30px;
    position: absolute;
}
.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{
        background: rgba(255, 255, 255, .65);
        color: #822726;
        font-size: 28px;
        margin-top: -32px;
        padding: 15px 10px;
        position: absolute;
        top: 50%;
        -webkit-transition: background 150ms ease-out;
        transition: background 150ms ease-out;
    }
    .home-page-slider .owl-prev{
        left: 25px;
    }
    .home-page-slider .owl-next{
        right: 25px;
    }
    .home-page-slider .owl-prev:hover,
    .home-page-slider .owl-next:hover{
        background: rgba(255, 255, 255, 1);
    }

/* 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{
        background: #fff;
        border: solid 2px #fff;
        border-radius: 50%;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        cursor: pointer;
        height: 6px;
        margin: 0 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{
        background: #fff;
        border-color: #822726;
        -webkit-box-shadow: 0 0 0 2px #822726;
                box-shadow: 0 0 0 2px #822726;
    }
    .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: 10px -10px 0;
}
.showcase-item{
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 10px;
}
.showcase-item-full{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
}
.showcase-item > a,
.showcase-item > a > img,
.showcase-item-full > a,
.showcase-item-full > a > img{
    display: block;
    height: auto;
    width: 100%;
}

/****************** home page social block ******************/
.home-page-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: 50px -10px 0;
}
.home-page-social-item{
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 10px;
}
.home-page-social-item > 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: 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;
    width: 100%;
}
.home-page-social-item-icon{
    background: #822726;
    border-radius: 5px;
    color: #fff;
    font-size: 28px;
    height: 44px;
    line-height: 44px;
    margin-right: 25px;
    text-align: center;
    width: 44px;
}
.home-page-social-item-content{
    font-size: 17px;
}
.home-page-social-item-title{
    display: block;
    font-size: 20px;
}

/****************** product slider ******************/
.product-slider{
    margin-top: 20px;
}
.product-slider__title{
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
}
.product-slider__title::before{
    background: #f6efe4;
    content:'';
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.product-slider__title span{
    background: #fff;
    padding: 0 30px;
    position: relative;
}
.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: #822726;
    font-weight: normal;
    padding: 0;
    -webkit-transition: color 150ms ease-out;
    transition: color 150ms ease-out;
}
.product-slider__subtitle button:hover{
    color: #822726;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    height: 100%;
}
.product-slider .owl-carousel .owl-prev,
.product-slider .owl-carousel .owl-next{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #cfcfcf;
    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: 36px;
    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: #822726;
}
.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%;
}
.product-item-out > .product-item{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
}
.product-item{
    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 !important;
    position: relative;
    -webkit-transition: -webkit-box-shadow 150ms ease-out;
    transition: -webkit-box-shadow 150ms ease-out;
    transition: box-shadow 150ms ease-out;
    transition: box-shadow 150ms ease-out, -webkit-box-shadow 150ms ease-out;
}
.product-item:hover{
    -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
            box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
}
.product-item-img > .product-item-photo{
    display: block;
}
/*.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;
            flex: 1;
    margin-top: 10px;
    width: 100%;
}
.product-item-information-title{
    font-size: 15px;
    line-height: 21px;
    text-align: center;
}
.product-item-information-title > a{
    color: #000;
}
.product-item .price-box{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: auto 0 0;
    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: #822726;
    text-align: center;
    text-transform: uppercase;
}
.product-item-add2cart .action.tocart{
    border-radius: 4px !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: none;
        -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
                box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
        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: 10px;
        margin: 0 !important;
        opacity: 0;
        position: absolute !important;
        top: 10px;
        -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 > a.action.towishlist{
        border: solid 1px transparent;
        border-radius: 3px;
        color: #822726;
        font-size: 18px;
        height: 35px;
        line-height: 33px;
        position: relative;
        text-align: center;
        -webkit-transition: border 150ms ease-out, color 150ms ease-out, background 150ms ease-out;
        transition: border 150ms ease-out, color 150ms ease-out, background 150ms ease-out;
        width: 38px;
    }
    .product-item-actions > a.action.towishlist::after{
        background: #f2f2f2;
        border: solid 1px #dcdcdc;
        border-radius: 6px;
        bottom: calc(-100% + 5px);
        -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .07);
                box-shadow: 2px 2px 2px rgba(0, 0, 0, .07);
        color: #000;
        content: 'Add to wishlist';
        font: normal 12px/16px Arial, sans-serif;
        left: calc(100% - 10px);
        line-height: 28px;
        opacity: 0;
        padding: 2px 8px;
        position: absolute;
        text-transform: none;
        -webkit-transition: opacity 150ms ease-out, visibility 150ms ease-out;
        transition: opacity 150ms ease-out, visibility 150ms ease-out;
        visibility: hidden;
        white-space: nowrap;
        z-index: 10000;
    }
    .product-item-actions > a.action.towishlist:hover::after{
        opacity: 1;
        visibility: visible;
    }
    .product-item-actions > a.action.towishlist:hover{
        background: #fff;
        border: solid 1px #c8c8c8;
        color: #822726;
    }
    .product-item-actions .action.towishlist::before,
    .product-item-actions .action.towishlist span{
        display: none;
    }

    /* quick view amasty */
        .product-item-actions .amquickview-hover{
            background: none;
            border: solid 1px transparent;
            border-radius: 3px;
            color: #822726;
            display: block !important;
            font-weight: normal;
            height: 35px;
            line-height: 33px;
            margin-left: 0 !important;
            opacity: 1;
            padding: 0;
            position: static;
            text-align: center;
            width: 38px;
        }
        .amquickview-hover a{
            color: #822726 !important;
            font-size: 18px;
            -webkit-transition: border 150ms ease-out, color 150ms ease-out, background 150ms ease-out;
            transition: border 150ms ease-out, color 150ms ease-out, background 150ms ease-out;;
        }
        .amquickview-hover a:hover{
            color: #822726 !important;
        }
        .amquickview-hover:hover{
            background: #fff !important;
            border: solid 1px #c8c8c8;
        }
        .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;
                flex: 1;
        -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%;
    }
    .product-item-information-description{
        font-size: 12px;
        line-height: 1.5;
        margin-top: 10px;
    }
    .product-item-information-comment{
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-top: 10px;
    }
    .product-item-information-comment textarea{
        height: 140px;
    }
    .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;
        -webkit-box-shadow: none;
                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;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        opacity: 1;
    }
    .product-item-add2cart .qty-block{
        margin: 0 auto 15px;
        max-width: 140px;
    }
    .products-list .product-item-information .price-box{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-top: 15px;
    }
    .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: 5px !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 !important;
        color: #696969;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        font-weight: normal;
        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::after{
        display: none;
    }
    .products-list .product-item-information .product-item-actions > a > i{
        color: #822726;
        font-size: 18px;
    }
    .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;
        margin-left: 8px;
        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;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        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-size: 14px;
        margin-left: 8px;
    }

/****************** footer ******************/
.page-footer.footer-container{
    background: #f5f5f5;
    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: 20px;
    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;
}
.footer-mobile-text{
    display: none;
}
.footer-contact-block{
    line-height: 22px;
    margin-top: 15px;
}
.footer-contact-block a{
    color: #696969;
}
.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{
        font-size: 15px;
        text-transform: uppercase;
    }
    .footer-menu-item-list{
        list-style: none;
        margin: 15px 0 0 0;
        padding: 0;
    }
    .footer-menu-item-list > li:not(:first-child){
        margin-top: 8px;
    }
    .footer-menu-item-list > li > a{
        color: #696969;
    }
}
/* 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;
                flex: 1;
    }
    .footer-right .block.newsletter .actions{
        width: auto;
    }
    .footer-right .block.newsletter .label{
        display: block;
        font-size: 15px;
        font-weight: normal !important;
        height: auto;
        margin: 0 0 15px;
        position: static;
        text-transform: uppercase;
        width: auto;
    }
    .footer-right .block.newsletter .field .control:before{
        display: none;
    }
    .footer-right .block.newsletter input{
        color: #000;
        font: 300 12px 'Roboto', sans-serif;
        height: 40px;
        padding: 0 10px;
    }

/* 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 contacts */
    .footer-contacts{
        margin-top: 15px;
    }
    .footer-contacts-item:not(:first-child){
        margin-top: 10px;
    }
    .footer-contacts-item__title{
        font-size: 15px;
        font-weight: bold;
    }
    .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: #822726;
        font-size: 16px;
    }

/* copyright */
    .footer-copyright-container{
        padding: 0 0 25px;
    }
    .footer-copyright{
        -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;
    }
    .copyright{
        background: none;
        color: #898989;
        font-size: 12px;
        font-weight: 300;
        padding: 0;
    }
    .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 15px;
    }
    .footer-cert{
        -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-cert > img{
        margin: 0 10px;
    }
    .footer-addlinks__images{
        margin-top: 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{
    background: #822726;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    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: 32px;
}
.social-item > .social-item-link--email{
    font-size: 10px;
}
.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;
}
.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__link{
    color: #696969;
    padding-left: 10px;
}

/****************** spinner ******************/
#amasty-shopby-overlay,
.loading-mask,
#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;
}
#amasty-shopby-overlay::before,
.loading-mask::before,
#amprogress::before,
#fancybox-loading::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{
    -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-size: 34px;
}
.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{
    content:'Availability: ';
}
.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-info-social-list{
    margin-top: 15px;
}
.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 > .social-item-link.social-item-link--google{
    font-size: 12px;
}
.amasty-quickview-ajax-view .social-item:not(:first-child),
.amasty-quickview-ajax-view .social-item--email{
    margin-left: 10px !important;
}

/****************** Category Page ******************/
.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: none !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        margin: 0 30px 0 0;
    }
    .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: 4px;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .toolbar .sorter-action{
        display: none;
    }
    .toolbar .sorter{
        display: block !important;
    }
    .toolbar-products .modes{
        display: block !important;
        margin: 0 0 0 auto;
    }
    .toolbar-products .modes-mode{
        background: none;
        background-color: transparent;
        border: none !important;
        border-radius: 3px !important;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #822726;
        padding: 12px;
    }
    .toolbar-products .modes-mode::before{
        color: #822726;
        content:'\e800';
        font-family: 'icomoon';
    }
    .toolbar-products .modes-mode.mode-list::before{
        content: "\e801";
    }
    .toolbar-products .modes-mode:hover::before{
        color: #822726;
    }
    .toolbar-products .modes-mode:hover{
        background: none;
        background-color: none;
    }
    .toolbar-products .modes-mode.active{
        background: #822726;
        -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;
    }

    /* pagination */
        .toolbar-products .pages{
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            margin: 15px 0 0;
        }
        .products.wrapper ~ .toolbar-products .pages{
            display: none !important;
        }
        .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 .items > li{
            line-height: 21px;
            margin: 0 3px;
        }
        .toolbar-products .pages .items > li > a {
            color: #822726;
            font-size: 14px;
        }
        .toolbar-products .pages .items > li.current > strong{
            background: none;
            border-bottom: solid 1px #822726;
            color: #822726;
            font-size: 14px;
            font-weight: bold;
            line-height: 21px;
            margin: 0 5px;
            padding: 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;
    }
    .category-product-list .product-item-information-description{
        display: none;
    }
    .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: #822726 !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: #571615 !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{
        display: none !important;
    }
    .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{
        font-size: 30px;
    }
    .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{
        float: none;
        margin: 0;
    }
    .product-info-main .product-reviews-summary .rating-summary{
        margin-bottom: 10px;
    }
    .product-info-main .reviews-actions{
        display: none;
    }
    .rating-summary .rating-result > span:before{
        color: #822726;
    }
    .product-info-main .product-info-stock-sku{
        display: block;
        padding: 0;
        text-align: left;
    }
    .product-info-main .product.attribute.sku{
        font-weight: 300;
        margin-top: 10px;
    }
    .product-info-main .product.attribute.sku .value{
        color: #000;
    }
    .product-info-main .stock.unavailable,
    .product-info-main .stock.available{
        font-weight: 300;
        margin-top: 10px;
        text-transform: none;
    }
    .product-info-main .stock.available{
        display: none;
    }
    .product-info-main .stock.available::before,
    .product-info-main .stock.unavailable::before{
        content:'Availability: ';
    }
    .product-info-main .product.attribute.overview{
        display: none;
    }
    .product-info-main .stock.unavailable{
        margin: 10px 0 0 0;
        text-transform: none;
    }
    .product-info-main .product-info-price{
        border: none;
        display: block;
        margin: 0;
    }
    .product-info-main .product-info-price .price-box > span.old-price{
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin: 0;
    }
    .product-info-main .product-info-price .price-box > span.old-price .price-label{
        color: #787878;
        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;
    }
    .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{
        font-size: 17px;
    }
    .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: 15px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-bottom: 0;
    }
    .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-page-info .product-info-main .product-add-form{
        padding-top: 0;
    }
    .swatch-attribute{
        position: relative;
    }
    .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: 20px -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: 3px !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;
    }

    /* 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;
        }
        .swatch-attribute-label::after{
            color: #f00;
            content:'*';
            margin: 0 4px;
        }

    /* social */
        .product-social-links{
            margin-top: 20px;
        }
        .product-social-links .product-addto-links{
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }
        .product-social-links .product-addto-links .action.towishlist,
        .product-social-links .product-addto-links .action.tocompare{
            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-top: 12px;
        }
        .product-social-links .product-addto-links .action.towishlist::before{
            content: "\e911";
            color: #822726;
            font-family: 'icomoon';
        }
        .product-social-links .product-addto-links .action.tocompare::before{
            content: "\e90e";
            color: #556678;
            font-family: 'icomoon';
        }
        .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;
        }

    /* tabs */
        .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: 15px;
            padding: 7px 0 10px;
            text-transform: uppercase;
        }
        .product-page-tabs-labels__item.active > a{
            border-bottom-color: #822726;
        }
        .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{
            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 > tbody > tr > th,
        .additional-attributes > tbody > tr > td{
            border: none;
        }

    /* 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: 21px;
            margin: 0;
            width: 110px;
        }
        .review-field-rating label{
            color: #696969;
            font-weight: 300 !important;
            text-transform: uppercase;
        }
        .review-form-actions{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
        }
        .review-field-ratings{
            margin: 10px 0 5px !important;
        }
        .product-review-title{
            font-size: 16px;
            font-weight: 500;
        }
        .review-fieldset .field label{
            font-weight: 300 !important;
            text-transform: uppercase;
        }
        .review-form .action.submit.primary{
            background: #822726;
            color: #fff;
            text-transform: uppercase;
            width: 140px;
        }
        .review-form .action.submit.primary:hover{
            background: #571615;
            color: #fff;
        }

        /* star */
            .review-control-vote label:before,
            .review-control-vote:before{
                font-size: 21px;
                height: auto;
                letter-spacing: 1px;
                line-height: 1;
            }
            .review-control-vote label:before{
                color: #822726;
            }
            .review-control-vote .rating-5:before {
                content: '\e90b' '\e90b' '\e90b' '\e90b' '\e90b';
                font-family: 'icomoon' !important;
            }
            .review-control-vote .rating-4 {
                z-index: 3;
            }
            .review-control-vote .rating-4:before {
                content: '\e90b' '\e90b' '\e90b' '\e90b';
                font-family: 'icomoon' !important;
            }
            .review-control-vote .rating-3 {
                z-index: 4;
            }
            .review-control-vote .rating-3:before {
                content: '\e90b' '\e90b' '\e90b';
                font-family: 'icomoon' !important;
            }
            .review-control-vote .rating-2 {
                z-index: 5;
            }
            .review-control-vote .rating-2:before {
                content: '\e90b' '\e90b';
                font-family: 'icomoon' !important;
            }
            .review-control-vote .rating-1 {
                z-index: 6;
            }
            .review-control-vote .rating-1:before {
                content: '\e90b';
                font-family: 'icomoon' !important;
            }
            .review-control-vote:before {
                color: #c3c3c3;
                content: '\e90b' '\e90b' '\e90b' '\e90b' '\e90b';
                font-family: 'icomoon' !important;
            }

/* 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;
                flex: 1;
        padding-left: 10px;
    }
    .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;
    }

/* 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 item */
    .cart-page-form-body-item{
        -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: 20px 0;
        position: relative;
    }
    .cart-page-form-body-item-product{
        -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-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .cart-page-form-body-item-qty{
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        -ms-flex-preferred-size: 136px;
            flex-basis: 136px;
        padding: 0 10%;
        width: 136px;
    }
    .cart-page-form-body-item-product-actions .action-towishlist{
        display: none;
    }
    .cart-page-form-body-item-product-actions .action-delete{
        color: #d3d3d3;
        display: block;
        font-size: 16px;
        text-align: center;
    }
    .cart-page-form-body-item-product-actions .action-edit{
        margin-top: -8px;
        position: absolute;
        right: 0;
        top: 50%;
    }
    .cart-page-form-body-item-product-actions .action-delete::before{
        content:"\e945";
        font-family: 'icomoon';
    }

    .cart-page-form-body-item-product-actions .action-edit::before{
        content:'\e901';
        font-family: 'icomoon';
    }
    .cart-page-form-body-item-product-actions .action-delete span,
    .cart-page-form-body-item-product-actions .action-edit span{
        display: none;
    }
    .cart-page-form-body-item-product-image{
        -ms-flex-preferred-size: 125px;
            flex-basis: 125px;
        margin-left: 10px;
        max-width: 125px;
    }
    .cart-page-form-body-item-product-image a,
    .cart-page-form-body-item-product-image img{
        display: block;
    }
    .product-item-name{
        font-weight: 300;
        line-height: 21px;
        margin: 0;
    }
    .product-item-name a,
    .product-item-name a:hover,
    .product-item-name a:visited{
        color: #0f1114;
    }
    .product-item-name a:hover{
        text-decoration: underline;
    }
    .cart-page-form-body-item-price{
        margin-top: 8px;
    }
    .cart-page-form-body-item-price .price{
        font-size: 18px;
        font-weight: 500;
    }
    .cart-page-form-body-item-qty .label{
        display: none;
    }
    .cart-page-form-body-item-subtotal{
        margin-top: 16px;
    }
    .cart-page-form-body-item-subtotal .price{
        color: #822726;
        font-size: 21px;
        font-weight: 500;
    }
    .cart-page-form-body-item-product-info{
        -ms-flex-item-align: start;
            align-self: flex-start;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-left: 20px;
    }
    .cart-page-form-body-item-product-info .item-options{
        font-weight: 300;
        margin: 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 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: 15px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .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 .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;
    }
    .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{
        color: #822726;
        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 .action.primary.checkout{
        border: none;
        padding: 0;
        text-transform: uppercase;
    }
    .cart-summary .checkout-methods-items .action.primary.checkout:hover{
        background: #822726;
    }
    .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: 15px;
            font-weight: 500;
            text-transform: uppercase;
        }
        .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{
            border-radius: 0 3px 3px 0 !important;
            bottom: 0;
            margin: 0;
            position: absolute;
            right: 0;
        }
        .cart-page-right .cart-summary .checkout-methods-items{
            padding: 0;
        }

/* 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: none;
        border: solid 1px #822726 !important;
        color: #822726;
        border-radius: 3px;
        -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%;
        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:hover,
    .cart.main.actions > button:hover{
        background: #822726;
        color: #fff;
    }

/* 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;
    border-radius: 3px;
    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: #822726;
    color: #fff;
    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--minus{
    border-radius: 3px 0 0 3px;
}
.qty-block-control__button--plus{
    border-radius: 0 3px 3px 0;
}
.qty-block-control__button:hover,
.qty-block-control__button:focus{
    background: #571615;
    color: #fff;
    text-decoration: none;
}
.qty-block .input-text.qty{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 0;
    border-width: 0 1px;
    max-width: 54px;
    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;
    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;
}
.price-box > span .price,
.price-box > p .price{
    color: #303030;
    font-size: 20px !important;
    font-weight: normal !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 > li{
        margin: 0 0 20px 0 !important;
        padding-left: 18px;
        position: relative;
    }
    .block-collapsible-nav ul > li > a{
        border: none !important;
        color: #696969;
        font-size: 15px;
        margin: 0 !important;
        padding: 0 !important;
        text-transform: uppercase;
    }
    .block-collapsible-nav ul > li.current::before{
        border-top: 5px solid transparent;
        border-left: 8px solid #822726;
        border-bottom: 5px solid transparent;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        top: 5px;
    }
    .block-collapsible-nav ul > li.current > strong{
        color: #822726;
        font-size: 15px;
        font-weight: normal;
        text-transform: uppercase;
    }
    .block-collapsible-nav .item.current a,
    .block-collapsible-nav .item.current > strong{
        border: none;
        color: #822726;
        font-weight: normal;
        padding: 0;
    }

/* block */
    .account .column.main .block:not(.widget){
        border: solid 1px #dadada;
        border-radius: 3px;
        margin-bottom: 20px;
    }
    .account .column.main .block:not(.widget) a{
        color: #696969;
    }
    .account .column.main .block:not(.widget) a:hover{
        text-decoration: underline;
    }
    .account .column.main .block:not(.widget) .block-title{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #f5f5f5;
        border-radius: 3px 3px 0 0;
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0;
        padding: 15px 20px;
    }
    .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: 15px 20px;
    }
    .account .column.main .block.block-dashboard-orders{
        border: none;
        border-radius: 0;
    }
    .account .column.main .block.block-dashboard-orders .block-title{
        background: none;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .account .column.main .block.block-dashboard-orders .block-title > strong{
        font-size: 20px;
        text-transform: none;
    }
    .account .column.main .block.block-dashboard-orders .block-content{
        padding-left: 0;
        padding-right: 0;
    }
    .block-dashboard-orders .table-wrapper.orders-recent,
    .table-wrapper.orders-history{
        border: none;
    }
    .block-dashboard-orders .table-order-items tr > th,
    .table-wrapper.orders-history tr > th{
        border: none;
        font-size: 16px;
        font-weight: normal;
    }
    .block-dashboard-orders .table-order-items tr > td,
    .table-wrapper.orders-history tr > td{
        border-top: solid 1px #ececec;
        border-bottom: none;
    }
    .order-products-toolbar .toolbar-amount{
        display: none;
    }
    .actions-toolbar > .secondary .action.back{
        border: solid 1px #822726;
        border-radius: 3px;
        color: #822726;
        display: block;
        line-height: 38px;
        margin: 0;
        padding: 0 25px;
        text-decoration: none;
        text-transform: uppercase;
    }

/* Order view page */
    .sales-order-view .page-title-wrapper{
        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;
    }
    .sales-order-view .page-title-wrapper::before,
    .sales-order-view .page-title-wrapper::after{
        display: none !important;
    }
    .sales-order-view .page-title-wrapper h1{
        margin: 0 !important;
    }
    .sales-order-view .page-title-wrapper .order-status{
        border: none;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 26px;
        font-weight: 400;
        line-height: 1;
        margin: 0;
        padding: 0;
        text-transform: none;
    }
    .sales-order-view .page-title-wrapper .order-status::before{
        content: '-';
        margin: 0 5px;
    }
    .order-view-title-bottom{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        padding: 10px 0 15px;
    }
    .order-view-title-bottom .order-date{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 !important;
    }
    .order-view-title-bottom .order-date .label{
        display: block !important;
        margin-right: 5px;
    }
    .order-view-title-bottom .order-actions-toolbar{
        margin: 0;
    }
    .order-view-title-bottom .order-actions-toolbar .actions{
        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;
    }
    .order-view-title-bottom .order-actions-toolbar .actions .action{
        color: #696969;
        margin: 0 0 0 15px !important;
    }
    .order-view-title-bottom .order-actions-toolbar .actions .print::before{
        content: "\e912";
        font-family: 'icomoon';
        margin-right: 3px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .order-view-title-bottom .order-actions-toolbar .actions .print{
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .order-view-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 -8px;
    }
    .order-view-container-item{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%;
        padding: 8px;
    }
    .order-view-container-item .block{
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        height: 100%;
        margin: 0 !important;
    }
    .order-view-container-item .block .block-title > span{
        font-size: 16px !important;
        text-transform: uppercase;
    }
    .block.block-order-details-view,
    .items.order-links{
        display: none;
    }
    .sales-order-view .order-details-items{
        border: none;
        margin-top: 20px;
        padding: 0;
    }
    .order-details-items .order-items{
        border: none !important;
    }
    #my-orders-table tr > th{
        border: none;
        font-weight: normal;
        padding: 10px 0;
    }
    #my-orders-table tbody > tr > td{
        border: solid 1px #ececec;
        border-width: 1px 0 0 0 !important;
        padding: 15px 0 !important;
    }
    #my-orders-table tbody > tr > td:not(:first-child):not(:last-child),
    #my-orders-table tr > th:not(:first-child):not(:last-child){
        text-align: center;
    }
    #my-orders-table tfoot,
    #my-orders-table tfoot > tr > td{
        background: none;
    }
    #my-orders-table tfoot > tr > td,
    #my-orders-table tfoot > tr > th{
        font-size: 16px;
        padding: 8px 0;
    }
    #my-orders-table tfoot > tr > td{
        padding-right: 0;
    }
    .order-details-items .table-order-items .product-item-name,
    #my-orders-table tbody > tr > td .price{
        color: #000;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }
    #my-orders-table tfoot > tr.grand_total > th > strong{
        font-weight: normal;
        text-transform: uppercase;
    }
    #my-orders-table tfoot > tr.grand_total > td .price{
        font-weight: normal;
        font-size: 20px;
    }
    .order-details-items .table-wrapper + .actions-toolbar{
        display: block;
    }

    .account .actions-toolbar{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .account .actions-toolbar::before,
    .account .actions-toolbar::after{
        display: none !important;
    }
    .account .actions-toolbar .secondary{
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }

.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;
}

/****************** 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;
    float: none;
    width: 100%;
}
#wishlist-view-form .actions-toolbar .primary > button{
    background: none;
    border: solid 1px #822726 !important;
    color: #822726;
    -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: 220px;
}
#wishlist-view-form .actions-toolbar .primary > button:hover{
    background: #822726;
    color: #fff;
}
#wishlist-view-form .actions-toolbar .primary > button.update{
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
#wishlist-view-form .actions-toolbar .primary > button.share{
    margin-left: 20px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
#wishlist-view-form .actions-toolbar .primary > button.tocart{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.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 .product-item .btn-remove.action.delete::before{
    display: none;
}
.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 .products-list .product-item-information .product-item-right-col .action.tocart.primary{
    width: 100%;
}
.form-wishlist-items .products-list .product-item-information .product-item-right-col .price-box{
    margin: 15px 0 0;
    justify-content: center;
}

.form-wishlist-items .product-item .action.primary.edit{
    background: none;
    border: solid 1px #822726 !important;
    bottom: 0;
    color: #822726;
    display: none;
    left: 15px;
    position: absolute;
}
.form-wishlist-items .product-item .action.primary.edit span{
    margin: 0;
    text-transform: uppercase;
}
@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 ******************/
.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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.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,
.compare-product-item .product-item-img{
    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 ******************/
.home-page{
    line-height: 26px;
}
.contact-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;
}
.contact-container-left{
    -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
    max-width: 26%;
    padding: 0 15px;
}
.contact-container-right{
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
    max-width: 36%;
    padding: 0 15px;
}
.contact-container-right .form.contact{
    float: none !important;
    width: 100% !important;
}
.contacts-info-item:not(:first-child){
    margin-top: 15px;
}
.contacts-info-item__title{
    font-size: 20px;
}
.contacts-info-item__body{
    color: #444444;
    line-height: 22px;
    margin-top: 5px;
}
.contacts-info-item__body a{
    color: #444444;
}
.contacts-info-item__body ul{
    margin-left: 20px;
}
.contacts-info-item__phone{
    font-weight: 500;
    font-size: 16px;
}
.contacts-form-button{
    text-align: right;
}
.contacts-form-button button{
    width: 140px;
}
.cms-page-view .columns{
    margin-top: 25px;
}
.location-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;
}
.location-container-left{
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    max-width: 32%;
    padding: 0 15px;
}
.location-info-item:not(:first-child){
    margin-top: 15px;
}
.location-info-item__title{
    font-size: 20px;
}
.location-info-item__body{
    color: #444444;
    line-height: 22px;
    margin-top: 10px;
}
.location-info-item__body p{
    margin-bottom: 16px;
}
.location-info-item__body p > span{
    color: #000;
}
.location-container-right{
    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;
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    max-width: 38%;
    padding: 0 15px;
}
.location-map{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-height: 350px;
    width: 100%;
}
.about-us,
.all-battery{
    line-height: 22px;
}
.about-us p,
.all-battery p{
    margin-bottom: 15px;
}
.about-us h3{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-decoration: underline;
}
.about-us ul,
.cms-page ul{
    margin-left: 20px;
}
.about-us ul a,
.cms-page ul a,
.cms-page p a{
    text-decoration: underline;
}
.about-us ul a:hover,
.cms-page ul a:hover,
.cms-page p a:hover{
    text-decoration: none;
}
.about-us{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: rpw wrap;
            flex-flow: rpw wrap;
    margin: 0 -15px;
}
.about-us-content{
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    padding: 0 15px;
}
.about-us-img{
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    padding: 0 15px;
}
.cms-page{
    font-weight: 300;
    line-height: 22px;
}
.cms-page h3{
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px;
}
.cms-page h4{
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 15px;
}
.cms-page p{
    margin: 0 0 15px 0;
}
.cms-menu{
    list-style: none;
}
.cms-menu > li{
    margin: 0 0 20px 0;
    padding-left: 18px;
    position: relative;
}
.cms-menu > li > a{
    color: #696969;
    font-size: 15px;
    text-transform: uppercase;
}
.cms-menu > li.active::before{
    border-top: 5px solid transparent;
    border-left: 8px solid #822726;
    border-bottom: 5px solid transparent;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 5px;
}
.cms-menu > li.active > a{
    color: #822726;
}
.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;
            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;
}
/* 404 */
    .error-page{
        text-align: center;
    }
    .error-page__title{
        font-size: 300px;
    }

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

/****************** Checkout Page ******************/
.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;
}

/* main part */
    .actions-toolbar .primary button.action.login.primary{
        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,
    .opc-wrapper .form-shipping-address{
        max-width: none !important;
    }
    .opc-wrapper{
        max-width: 650px;
    }

/* 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: #822726;
    }
    .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;
                flex: 1;
    }
    .checkout-payment-method .discount-code .payment-option-content .payment-option-inner .input-text{
        border-radius: 3px 0 0 3px;
        border-right: none;
    }
    .checkout-payment-method .discount-code .payment-option-content .actions-toolbar{
        width: auto;
    }
    .checkout-payment-method .discount-code .payment-option-content .actions-toolbar .action{
        background: #822726 !important;
        border: solid 1px #822726 !important;
        border-radius: 0 3px 3px 0 !important;
        color: #fff !important;
        margin: 0;
    }
    .checkout-payment-method .discount-code .payment-option-content .actions-toolbar .action:hover,
    .checkout-payment-method .discount-code .payment-option-content .actions-toolbar .action:focus{
        background: #571615 !important;
    }

/* progress bar */
    .opc-progress-bar{
        margin-top: 25px !important;
    }
    .opc-progress-bar-item._active > span:before,
    .opc-progress-bar-item._active:before{
        background: #bb2e37 !important;
    }
    .opc-progress-bar-item > span:after{
        color: #556678 !important;
    }
    .opc-progress-bar-item > span{
        color: #000 !important;
        font-size: 14px !important;
    }

/* shipping */
    .opc-wrapper .step-title{
        font-size: 18px;
        font-weight: 500;
    }
    .methods-shipping .actions-toolbar .action.primary{
        line-height: 1;
        padding: 0 30px !important;
    }
    .table-checkout-shipping-method tbody td{
        border: none !important;
        padding: 10px 0 !important;
    }

/****************** Custom chrome scroll ******************/
@media screen and (min-width: 769px){
    .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{
    display: none;
}
.filter-options-item{
    border: none;
}
.filter-options-title{
    font-size: 1.8rem;
    font-weight: 600;
    padding: 10px 0 0 30px;
}
.filter-options-title:after {
    color: #7d8a98;
    font-size: 10px;
    left: 0;
    right: auto;
    top: 14px;
}
.filter-options-content{
    padding-left: 0;
    padding-right: 0;
}
.filter-options-content .item{
    margin: 16px 0 !important;
}
.filter-options-content .amshopby-category-collapse-icon{
    z-index: 10;
}
.filter-options-content a{
    color: #000000;
    display: block;
    font-weight: 300;
    margin: 0;
    padding: 0 0 0 30px;
    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;
}
.am-filter-items-attr_category_ids > li{
    padding-left: 30px;
}
.am-filter-items-attr_category_ids > li > .am-collapse-icon{
    left: 10px;
}
.am-filter-items-attr_category_ids > li > .am-collapse-icon::after{
    margin-top: -4px;
}
.am-filter-items-attr_category_ids > li a{
    padding: 0;
}
.am-filter-items-attr_category_ids > li a::before,
.am-filter-items-attr_category_ids > li a > .count{
    display: none !important;
}
.filter-clear-block{
    padding: 0 15px;
}
.filter-options-content .count{
    color: #000;
}
.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: 30px !important;
}
.filter-clear-block > .action{
    border-radius: 4px;
    width: 100%;
}
.amshopby-more-button{
    background: none;
    color: #696969 !important;
    height: auto;
    line-height: 1 !important;
    margin-left: 30px;
    padding: 0 !important;
}
.amshopby-more-button:hover{
    background: none;
}
.amshopby-more-button > a{
    color: #696969;
    font-size: 14px;
    padding: 0;
    text-decoration: underline;
    text-transform: lowercase;
}
.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: #fff;
        border: solid 5px #454545;
        border-radius: 50% !important;
        cursor: pointer;
    }
    .filter-options .ui-slider{
        background: #e0e0e0;
        -webkit-box-shadow: inset 0 2px 5px rgba(121, 121, 121, .19);
                box-shadow: inset 0 2px 5px rgba(121, 121, 121, .19)
    }
    .filter-options .ui-slider-range{
        background: #bb2e37;
        height: 10px;
        position: absolute;
    }

.wishlist-index-index .products-grid .product-item {
    margin-bottom: 0 !important;
}

.wishlist-index-index .products-grid.wishlist .product-image-container {
    max-width: initial !important;
}

@media screen and (max-width: 767px) {
    .wishlist-index-index .products-grid.wishlist .product-item-photo {
        float: none;;
    }
}
@media screen and (min-width: 767px) {
    .navigation-container {
        z-index: 3;
    }
}
