.title-head {
    font-size: 1.71429em;
    font-weight: 700;
    color: #252525;
    text-decoration: none;
    margin-top: 0;
}

.subtitle-head {
    font-size: 1.28571em;
    color: #252525;
    margin: 20px 0;
}

.product-price {
    color: #323c3f;
    font-size: 1.42857em;
    line-height: 24px;
    display: block;
    font-weight: 700;
}

.product-box {
    text-align: left;
    margin-bottom: 14px;
    background: #fff;
    position: relative;
}

    .product-box .product-thumbnail {
        display: -webkit-flex;
        -webkit-align-items: center;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

        .product-box .product-thumbnail > a {
            width: 100%;
            height: 225px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .product-box .product-thumbnail a img {
            max-height: 100%;
            max-width: 100%;
        }

    .product-box .product-info {
        z-index: 10;
    }

    .product-box .product-name {
        font-size: 1em;
        line-height: 18px;
        color: #CE1D24;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        white-space: nowrap;
        margin: 0;
        margin-bottom: 8px;
    }

        .product-box .product-name a {
            color: #252525;
            text-decoration: none;
        }

            .product-box .product-name a:hover {
                color: #CE1D24;
            }

    .product-box .bizweb-product-reviews-badge {
        margin: 0;
        line-height: 19px;
        margin-bottom: 8px;
    }

        .product-box .bizweb-product-reviews-badge > div {
            display: none;
        }

            .product-box .bizweb-product-reviews-badge > div.bizweb-product-reviews-star {
                display: block;
            }

    .product-box .iwishAddWrapper {
        margin: 0;
    }

    .product-box .product-price {
        color: #CE1D24;
        font-size: 1.21429em;
        line-height: 23px;
        display: block;
        font-weight: 400;
        margin: 0 10px 0 0;
    }

    .product-box .product-price-old {
        text-decoration: line-through;
        font-size: 1em;
        line-height: 23px;
        display: inline-block;
        color: #adadad;
    }

    .product-box .sale-flash {
        position: absolute;
        font-size: 1em;
        color: #FFF;
        width: 41px;
        height: 41px;
        line-height: 42px;
        font-weight: 700;
        top: 10px;
        right: 10px;
        text-align: center;
        z-index: 99;
        background-color: transparent !important;
        background: url("/images/sale.png");
        font-size: 12px;
    }

    .product-box .product-summary {
        font-size: 1em;
        color: #acacac;
        line-height: 20px;
    }

    .product-box .form {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.products-view-grid > .row {
    border-left: 1px solid #ebebeb;
}

.products-view-grid .product-box {
    position: relative;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 15px;
    margin: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .products-view-grid .product-box .product-info {
        height: 23px;
    }

    .products-view-grid .product-box .product-thumbnail {
        margin: 6px 0 10px;
    }

    .products-view-grid .product-box .btn-circle {
        width: 44px;
        height: 44px;
        border: none;
        background: #f7f7f7;
        line-height: 44px;
        text-align: center;
        padding: 0;
        color: #898989;
        font-size: 13px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        .products-view-grid .product-box .btn-circle:hover {
            background: #CE1D24;
            color: #fff;
            -webkit-box-shadow: 0px 0px 9px 3px rgba(221,221,221,0.71);
            -moz-box-shadow: 0px 0px 9px 3px rgba(221,221,221,0.71);
            box-shadow: 0px 0px 9px 3px rgba(221,221,221,0.71);
        }

        .products-view-grid .product-box .btn-circle .fa-heart {
            line-height: 46px;
        }

        .products-view-grid .product-box .btn-circle.iWishAdded {
            color: #CE1D24;
        }

            .products-view-grid .product-box .btn-circle.iWishAdded:hover {
                color: #fff;
            }

    .products-view-grid .product-box .product-action {
        position: absolute;
        bottom: 0;
        text-align: center;
        height: 115px;
        background: rgba(255,255,255,0.7);
        width: calc(100% - 30px);
        opacity: 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
    }

        .products-view-grid .product-box .product-action .form {
            margin: 0;
            text-align: center;
        }

        .products-view-grid .product-box .product-action .action-info {
            padding-top: 20px;
            display: inline-block;
            letter-spacing: -0px;
        }

    .products-view-grid .product-box:hover {
        z-index: 99;
        -webkit-box-shadow: 0px 0px 0px 2px #CE1D24;
        -moz-box-shadow: 0px 0px 0px 2px #CE1D24;
        box-shadow: 0px 0px 0px 2px #CE1D24;
    }

        .products-view-grid .product-box:hover .product-action {
            opacity: 1;
            transform: translateY(0%);
            -webkit-transform: translateY(0%);
            -moz-transform: translateY(0%);
            -o-transform: translateY(0%);
        }

        .products-view-grid .product-box:hover .product-info {
            opacity: 0;
        }

.products-view-list > .row {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

.products-view-list .product-box {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
    padding: 45px 15px;
}

    .products-view-list .product-box .iwishAddWrapper {
        padding: 0 14px;
    }

        .products-view-list .product-box .iwishAddWrapper.iWishAdded .fa {
            color: #CE1D24;
        }

    .products-view-list .product-box .product-thumbnail {
        text-align: center;
        margin-bottom: 0;
        width: calc(100% / 3);
        float: left;
    }

    .products-view-list .product-box .product-info {
        text-align: left;
        margin-left: 30px;
        float: left;
        width: calc(100% / 3 * 2 - 30px);
        background: transparent;
        border-top: none;
    }

    .products-view-list .product-box .product-name {
        font-size: 1.71429em;
        line-height: 28px;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .products-view-list .product-box .bizweb-product-reviews-badge {
        margin: 0;
        line-height: 13px;
        margin-bottom: 6px;
    }

    .products-view-list .product-box .product-price {
        margin-bottom: 10px;
    }

    .products-view-list .product-box .product-summary {
        color: #636363;
        margin-bottom: 5px;
    }

        .products-view-list .product-box .product-summary img {
            display: none;
        }

    .products-view-list .product-box .ion-android-cart {
        transform: translateY(1px);
        display: inline-block;
    }

.product-mini-item {
    padding: 15px 0;
    border-bottom: 1px dotted #e1e1e1;
}

    .product-mini-item:last-child {
        border-bottom: none;
    }

    .product-mini-item .price {
        display: inline-block;
    }

    .product-mini-item .product-img {
        width: 100px;
        margin-right: 10px;
        float: left;
    }

    .product-mini-item .product-info {
        width: calc(100% - 110px);
        float: right;
    }

        .product-mini-item .product-info .price-box {
            border: none;
        }

        .product-mini-item .product-info h3 {
            margin-top: 0;
            font-size: 1em;
        }

            .product-mini-item .product-info h3 a {
                color: #898989;
            }

                .product-mini-item .product-info h3 a:hover {
                    color: #CE1D24;
                }

    .product-mini-item .product-price {
        font-size: 1.14286em;
    }

.bread-crumb {
    background-color: #fff;
    margin-bottom: 10px;
}

.breadcrumb {
    margin: 0;
    font-size: 1em;
    padding: 5px 0 30px;
    background-color: #fff;
    border-radius: 0;
}

    .breadcrumb li {
        display: inline;
    }

        .breadcrumb li + li:before {
            display: none;
        }

        .breadcrumb li > a {
            font-size: 1em;
            color: #898989;
        }

            .breadcrumb li > a > span {
                color: #898989;
            }

                .breadcrumb li > a > span:hover {
                    color: #CE1D24;
                }

        .breadcrumb li span {
            display: inline;
            color: #898989;
        }

            .breadcrumb li span .fa {
                color: #898989;
                font-size: 1em;
                margin: 3px;
            }

        .breadcrumb li strong span {
            color: #252525;
        }

        .breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
            color: #252525;
            font-weight: 300;
            font-size: 1em;
        }

.pagination {
    margin: 24px 0;
}

    .pagination .page-link {
        float: left;
        margin: 2.5px;
        width: 40px;
        background: #fff;
        text-align: center;
        height: 40px;
        font-size: 1em;
        line-height: 40px;
        padding: 0;
        line-height: 40px;
        color: #252525;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        text-decoration: none;
    }

        .pagination .page-link:hover {
            background-color: #CE1D24;
            color: #fff;
        }

    .pagination .page-item.disabled .page-link {
        border: 0;
        display: none;
    }

    .pagination .page-item.active .page-link {
        background-color: #CE1D24;
        border-color: #CE1D24;
        color: #fff;
        display: block;
    }

.img1 {
    position: relative;
    overflow: hidden;
}

    .img1 img {
        width: 100%;
        height: auto;
    }

    .img1:before {
        content: "";
        border-top: 0 solid rgba(255,255,255,0.5);
        border-right: 0 solid transparent;
        position: absolute;
        top: 0;
        left: 0;
    }

    .img1:after {
        content: "";
        border-bottom: 0 solid rgba(255,255,255,0.5);
        border-left: 0 solid transparent;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .img1:hover:before {
        webkit-transition: all 0.7s ease 0.2s;
        transition: all 0.7s ease 0.2s;
        border-top: 1300px solid rgba(255,255,255,0.1);
        border-right: 1300px solid transparent;
    }

    .img1:hover:after {
        webkit-transition: all 0.7s ease 0.2s;
        transition: all 0.7s ease 0.2s;
        border-bottom: 1300px solid rgba(255,255,255,0.1);
        border-left: 1300px solid transparent;
    }

.img2 {
    position: relative;
    overflow: hidden;
}

    .img2 img {
        width: 100%;
        height: auto;
    }

    .img2:before {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        z-index: 9;
        border-top: 2px solid rgba(255,255,255,0.8);
        border-bottom: 2px solid rgba(255,255,255,0.8);
        transform: scale(0, 1);
    }

    .img2::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 13px;
        z-index: 9;
        border-left: 2px solid rgba(255,255,255,0.8);
        border-right: 2px solid rgba(255,255,255,0.8);
        transform: scale(1, 0);
    }

    .img2:hover:before, .img2:hover:after {
        transform: scale(1);
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

header {
    background: #fff;
}

.topbar {
    background: #CE1D24 url(/images/bg-topbar.png);
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

    .topbar .container {
        border-bottom: 1px solid #e1e1e1;
    }

    .topbar .addr {
        float: left;
    }

    .topbar .list-inline > span {
        padding: 0 5px 0 15px;
    }

        .topbar .list-inline > span > a {
            color: #fff;
        }

    .topbar .phone {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 1.96929em;
        float: left;
        margin-left: 30px;
        position: relative;
    }

        .topbar .phone > a {
            color: #fff;
        }

        .topbar .phone i {
            position: absolute;
            height: 30px;
            width: 2px;
            background: #fff;
            left: -14px;
            top: 10px;
        }

    .topbar .list-inline li {
        margin-right: 15px;
    }

    .topbar input.input-group-field.st-default-search-input.search-text {
        border: none;
        border-radius: 3px;
        margin-top: 5px;
        color: #333;
        height: 40px;
        font-size: .85714em;
        width: 290px;
    }

        .topbar input.input-group-field.st-default-search-input.search-text::-webkit-input-placeholder {
            color: #252525 !important;
        }

        .topbar input.input-group-field.st-default-search-input.search-text::-moz-placeholder {
            color: #252525 !important;
        }

        .topbar input.input-group-field.st-default-search-input.search-text:-ms-input-placeholder {
            color: #252525 !important;
        }

        .topbar input.input-group-field.st-default-search-input.search-text:-moz-placeholder {
            color: #252525 !important;
        }

    .topbar i.fa.fa-search {
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        background: #CE1D24;
        color: #fff;
    }

.header-main {
    padding: 10px 0 0px;
}

.logo {
    display: inline-block;
    font-size: 2.85714em;
}

.inline-block.account-dr {
    position: relative;
}

    .inline-block.account-dr:hover ul.account-ct {
        display: block;
    }

    .inline-block.account-dr > a {
        color: #fff;
    }

ul.account-ct {
    display: none;
    position: absolute;
    min-width: 200px;
    background: #fff;
    z-index: 10;
    padding: 15px;
    border: 1px solid #ebebeb;
}

    ul.account-ct li {
        line-height: 20px;
        margin: 0;
        display: block;
        float: none;
        text-align: left;
        font-size: 13px;
    }

        ul.account-ct li i {
            min-width: 15px;
        }

            ul.account-ct li i.fa-heart {
                font-size: 11px;
            }

        ul.account-ct li a {
            color: #898989;
            letter-spacing: -0.1px;
        }

            ul.account-ct li a:hover {
                color: #CE1D24;
            }

.header_search {
    width: calc(100% - 65px);
    display: inline-block;
}

    .header_search input {
        float: right;
    }

    .header_search .input-group-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 45px;
    }

    .header_search .input-group {
        width: 100%;
        margin-bottom: 0;
    }

    .header_search button {
        padding: 0;
        width: 45px;
        background: transparent;
    }

        .header_search button img {
            margin-top: 6px;
        }

.menu2 {
    font-family: 'Roboto', sans-serif;
    font-size: .92857em;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 35px;
    background: #fcfcfc url(/images/bg-menu2.png);
    text-align: center;
}

    .menu2 ul {
        text-align: center;
    }

    .menu2 li.inline-block {
        display: inline-block !important;
        float: none;
        padding: 0 10px;
        font-style: italic;
    }

        .menu2 li.inline-block a {
            color: #898989;
            list-style: none;
        }

            .menu2 li.inline-block a:hover {
                color: #CE1D24;
            }

.mini-cart {
    z-index: 10;
    text-align: center;
    display: inline-block;
    float: right;
    width: 65px;
}

    /*.mini-cart:hover .top-cart-content {
        display: block;
        top: 100%;
    }*/

    .mini-cart .dropdown-toggle {
        font-size: 12px;
        padding: 0;
        text-transform: none;
    }

    .mini-cart .cart-label {
        color: #fff;
        position: relative;
    }

        .mini-cart .cart-label i {
            font-size: 24px;
        }

        .mini-cart .cart-label span#cart-total {
            position: absolute;
            top: -23px;
            left: calc(100% + 1px);
            font-size: 12px;
        }

.top-cart-contain {
    color: #333;
    padding: 0;
    right: 0;
    z-index: 1000;
    height: 50px;
    width: 100%;
}

    .top-cart-contain .price {
        color: #CE1D24;
        text-transform: uppercase;
    }

    .top-cart-contain .mini-cart .price {
        margin-right: 5px;
        font-size: 16px;
        font-weight: 700;
    }

    .top-cart-contain .product-details .price {
        color: #CE1D24;
        width: auto;
        float: none;
        font-weight: 400;
        padding-left: 0;
        font-size: 12px;
    }

/*.top-cart-content {
    display: none;
    position: absolute;
    right: 15px;
    background: #fff;
    padding: 0;
    text-align: left;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.4);
    z-index: 10000;
}

    .top-cart-content .empty {
        text-align: left;
        color: #333;
    }

    .top-cart-content .product-details-bottom {
        margin-bottom: 13px;
        line-height: 33px;
    }

    .top-cart-content .product-name {
        margin: 0;
        line-height: 1;
        padding-right: 20px;
    }

        .top-cart-content .product-name a {
            font-size: 1em;
            line-height: normal;
            line-height: 20px !important;
            font-weight: 400;
            color: #333;
            word-break: break-word;
        }

            .top-cart-content .product-name a:hover {
                color: #CE1D24;
            }

    .top-cart-content li {
        list-style: none;
    }

        .top-cart-content li.item {
            overflow: hidden;
            border-top: solid 1px #e1e1e1;
            padding: 15px 0px 15px 0px;
        }

            .top-cart-content li.item .border_list {
                overflow: hidden;
            }

            .top-cart-content li.item:first-child {
                border-top: none;
                padding-top: 10px;
            }

            .top-cart-content li.item:last-child {
                margin: 0;
                border-bottom: none;
            }

            .top-cart-content li.item .product-image {
                float: left;
                display: block;
                width: 110px;
                margin-right: 10px;
            }

            .top-cart-content li.item .detail-item {
                width: calc(100% - 140px);
                float: left;
                display: block;
                text-align: justify;
                word-break: break-word;
                position: relative;
            }

                .top-cart-content li.item .detail-item .product-details-bottom .qty_drop_cart {
                    line-height: 0px;
                }

                .top-cart-content li.item .detail-item .fa {
                    position: absolute;
                    top: 3px;
                    right: -10px;
                }

                    .top-cart-content li.item .detail-item .fa:hover {
                        color: #CE1D24;
                        text-decoration: none;
                    }

                .top-cart-content li.item .detail-item input {
                    display: inline-block;
                    width: 22px;
                    height: 24px;
                    min-height: 24px;
                    padding: 0;
                    text-align: center;
                    margin: 0;
                    border-radius: 0;
                    border-left: 0;
                    border-right: 0;
                }

                .top-cart-content li.item .detail-item button.items-count {
                    display: inline-block;
                    cursor: pointer;
                }

    .top-cart-content .block-subtitle {
        color: #333;
        overflow: hidden;
        padding: 15px;
        text-align: left;
        font-family: 'Open Sans', sans-serif;
        font-size: .92857em;
        background: #f5f5f5;
        text-transform: none;
        font-weight: 400;
        border-bottom: 1px #e1e1e1 solid;
    }*/

.top-subtotal {
    color: #333;
    font-size: 1.14286em;
    font-weight: 400;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    text-align: left;
    text-transform: none;
}

    .top-subtotal .price {
        font-weight: 700;
        color: #CE1D24;
        float: right;
    }

.qty_drop_cart {
    position: relative;
}

    .qty_drop_cart .btn_increase, .qty_drop_cart .btn_reduced {
        width: 21px;
        height: 15px;
        color: #000;
    }

        .qty_drop_cart .btn_increase:hover, .qty_drop_cart .btn_reduced:hover {
            color: #CE1D24;
        }

    .qty_drop_cart button.btn_increase {
        height: 24px;
        width: 24px;
        text-align: center;
        line-height: 1;
        overflow: hidden;
        border-style: hidden;
        border: 1px solid #ebebeb;
        background: none !important;
        font-size: 14px;
    }

    .qty_drop_cart button.btn_reduced {
        height: 24px;
        width: 24px;
        line-height: 1;
        text-align: center;
        overflow: hidden;
        border-style: hidden;
        border: 1px solid #ebebeb;
        background: none !important;
        font-size: 14px;
    }

.top-subtotal {
    color: #333;
    font-size: 1.14286em;
    font-weight: 400;
    padding: 12px 0 10px;
    text-align: left;
    text-transform: none;
}

    .top-subtotal .price {
        font-weight: 700;
        color: #CE1D24;
        float: right;
    }

ul#cart-sidebar {
    padding: 15px;
    margin: 0;
    max-height: 625px;
    min-width: 350px;
}

    ul#cart-sidebar .list-item-cart {
        max-height: 430px;
        overflow: auto;
    }

        ul#cart-sidebar .list-item-cart::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #F5F5F5;
        }

        ul#cart-sidebar .list-item-cart::-webkit-scrollbar {
            width: 4px;
            background-color: #F5F5F5;
        }

        ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
            background-color: #000000;
            border: 2px solid #e1e1e1;
        }

        ul#cart-sidebar .list-item-cart li.list-item {
            max-height: 400px;
            overflow-y: auto;
        }

        ul#cart-sidebar .list-item-cart li.action {
            display: none;
        }

        ul#cart-sidebar .list-item-cart.hasclass li.action {
            display: block;
        }

        ul#cart-sidebar .list-item-cart li.list-item .price2 {
            font-weight: 700;
            color: #CE1D24;
            font-size: 14px;
            display: list-item;
            margin-bottom: 5px;
        }

        ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar {
            width: 5px;
        }

        ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-track {
            background: rgba(255,255,255,0.9);
        }

        ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb {
            background: #CE1D24;
            border-radius: 15px;
        }

            ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb:hover, ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb:active {
                background: #CE1D24;
                border-radius: 15px;
            }

    ul#cart-sidebar .no-item {
        height: 40px;
    }

        ul#cart-sidebar .no-item p {
            margin: 0px;
            line-height: 3;
        }

    ul#cart-sidebar .right_ct {
        text-align: center;
        padding-top: 10px;
    }

        ul#cart-sidebar .right_ct .btn {
            margin: 0 10px !important;
            display: inline-block;
            min-width: 162px;
        }

            ul#cart-sidebar .right_ct .btn.btn-primary {
                margin-left: 0 !important;
            }

            ul#cart-sidebar .right_ct .btn.btn-white {
                margin-right: 0 !important;
            }

.li-fix-1 {
    background: #FFF;
    border-top: 1px solid #ebebeb;
    display: block;
}

.li-fix-2 {
    display: block;
    width: 295px;
}

header nav .nav {
    position: relative;
    text-align: center;
}

header nav li.menu-line {
    display: inline-block;
    color: #e1e1e1;
}

header nav .nav-item {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

    header nav .nav-item.has-mega {
        position: static;
    }

    header nav .nav-item > a {
        padding: 5px 23px 3px;
        line-height: 35px;
        color: #252525;
        font-size: 1em;
        font-weight: 700;
        text-transform: uppercase;
    }

        header nav .nav-item > a:hover {
            color: #CE1D24;
        }

        header nav .nav-item > a.fa {
            display: inline-block;
            transform: translateY(-1px);
            margin-left: 2px;
        }

    header nav .nav-item > .fa {
        color: #fff;
        position: absolute;
        right: 0;
        top: 33px;
    }

    header nav .nav-item .nav-item-lv2 {
        padding: 0 10px;
    }

    header nav .nav-item .nav-item-lv3 {
        padding: 0 10px;
    }

    header nav .nav-item:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
        border-radius: 0;
        padding: 15px 0;
        min-width: 200px;
    }

        header nav .nav-item:hover > .dropdown-menu li {
            padding: 4px 15px;
        }

            header nav .nav-item:hover > .dropdown-menu li a {
                line-height: 16px;
            }

                header nav .nav-item:hover > .dropdown-menu li a i {
                    float: right;
                }

                header nav .nav-item:hover > .dropdown-menu li a:hover {
                    color: #CE1D24;
                }

    header nav .nav-item:hover > .mega-content {
        display: block;
        text-align: left;
    }

        header nav .nav-item:hover > .mega-content .h4 {
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
        }

        header nav .nav-item:hover > .mega-content li.level2 {
            line-height: 16px;
            padding: 4px 0;
        }

    header nav .nav-item li.dropdown-submenu {
        position: relative;
    }

        header nav .nav-item li.dropdown-submenu .dropdown-menu {
            left: 100%;
            top: 0;
        }

        header nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
            display: block;
            border-radius: 0;
        }

header nav .mega-content {
    display: none;
    position: absolute;
    width: 1140px;
    background: #fff;
    z-index: 100;
    padding: 20px;
    border: 1px solid #ebebeb;
    left: 15px;
}

    header nav .mega-content .level1.item {
        float: left;
        width: 25%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

footer {
    position: relative;
    overflow: hidden;
}

    footer .footer-inner {
        padding: 65px 0 25px;
    }

    footer i.fix-height {
        transform: translateY(2px);
        -webkit-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -o-transform: translateY(2px);
        display: inline-block;
    }

    footer .footer-info-widget h4 {
        font-size: 1.28571em;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    footer .footer-info-widget p {
        color: #cfd2d3;
        font-size: 1.14286em;
    }

        footer .footer-info-widget p.hotline {
            font-size: 2em;
            color: #fff;
            font-weight: 700;
            margin-bottom: 15px;
            margin-top: -8px;
        }

            footer .footer-info-widget p.hotline a {
                color: #fff;
            }

                footer .footer-info-widget p.hotline a:hover {
                    color: #CE1D24;
                }

    footer .footer-info-widget form {
        position: relative;
    }

        footer .footer-info-widget form input {
            height: 50px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            font-size: 1.14286em;
        }

        footer .footer-info-widget form button {
            position: absolute;
            right: 0;
            background: transparent;
            border: none;
            line-height: 50px;
            font-size: 2.14286em;
            color: #a6a6ad;
            padding-right: 10px;
        }

    footer .list-inline .fa {
        color: #fff;
        margin-right: 20px;
        font-size: 2.14286em;
    }

        footer .list-inline .fa:hover {
            color: #CE1D24;
        }

    footer .site-footer {
        background: rgb(255,255,255);
    }

        footer .site-footer h4 {
            position: relative;
            color: #fff;
            margin: 0;
            padding: 13px 0;
            font-size: 1em;
            font-weight: 400;
            text-transform: uppercase;
        }

    footer .list-menu {
        margin-bottom: 15px;
        line-height: 24px;
        color: #898989;
    }

        footer .list-menu.list-right {
            line-height: 26px;
            font-size: 14px;
        }

        footer .list-menu a {
            color: #898989;
        }

            footer .list-menu a:hover {
                color: #CE1D24;
            }

        footer .list-menu li {
            color: #898989;
        }

        footer .list-menu.contact .fa {
            width: 20px;
            margin-right: 5px;
            color: #CE1D24;
        }

        footer .list-menu.list-showroom .fa {
            float: left;
            line-height: 23px;
            min-width: 20px;
        }

        footer .list-menu.list-showroom p {
            padding-left: 20px;
        }

    footer form {
        position: relative;
        border-radius: 19px;
        overflow: hidden;
        margin: 5px 0 15px;
    }

        footer form input {
            margin-bottom: 0 !important;
            border-radius: 22px;
        }

        footer form button#subscribe {
            position: absolute;
            right: 0;
        }

            footer form button#subscribe i {
                color: #252525;
            }

            footer form button#subscribe:hover i {
                color: #CE1D24;
            }

    footer .social-icons .fallback-text {
        font-size: 0;
        display: none;
    }

    footer .social-icons .icon-fallback-text {
        min-width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        color: #fff;
        background: #898989;
        margin-bottom: 15px;
        margin-right: 10px;
    }

        footer .social-icons .icon-fallback-text:hover {
            color: #fff;
            background: #3b5999;
        }

    footer .copyright {
        background-color: #CE1D24;
        text-align: center;
        color: #ddd;
        font-size: 1em;
        position: relative;
        padding: 10px 0;
    }

        footer .copyright a {
            font-weight: 700;
            color: #fcff00;
        }

            footer .copyright a:hover {
                color: #CE1D24;
            }

        footer .copyright .footer-menu a {
            font-weight: 400;
            text-transform: uppercase;
            padding: 0 9px;
        }

        footer .copyright span {
            font-weight: 400;
            color: #ddd;
            font-size: .85714em;
        }

            footer .copyright span b {
                color: #fcff00;
                font-weight: 400;
            }

            footer .copyright span a {
                font-weight: 400;
            }

            footer .copyright span.fot-line {
                font-size: 14px;
            }

    footer .back-to-top {
        position: absolute;
        right: 20px;
        bottom: 15px;
        font-size: 24px;
        color: #333;
        cursor: pointer;
        width: 40px;
        z-index: 100;
        height: 40px;
        border: 1px solid #ebebeb;
        line-height: 40px;
        background: #fff;
    }

        footer .back-to-top.show {
            position: fixed;
        }

.details-product .rte {
    color: #898989;
}

.details-product h1.title-head {
    margin-top: 0;
    font-size: 24px;
    font-weight: 400;
}

.details-product span.line {
    margin: 0 1px;
    transform: translateY(-1px);
    display: inline-block;
}

.details-product .masp {
    color: #898989;
}

.details-product .detail-header-info {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #cccccc;
}

.details-product .inventory_quantity {
    color: red;
}

    .details-product .inventory_quantity span {
        color: red;
    }

.details-product .large-image img {
    border: 1px solid #ebebeb;
    width: 100%;
}

.details-product .contact {
    font-weight: 700;
    font-size: 1.28571em;
}

    .details-product .contact a {
        color: #ff0000;
    }

.details-product #gallery_01 {
    margin-top: 20px;
}

    .details-product #gallery_01 img {
        border: 1px solid #ebebeb;
    }

        .details-product #gallery_01 img:hover {
            border: 1px solid #CE1D24;
        }

.details-product .owl-carousel.owl-loaded {
    overflow: hidden;
}

.details-product .details-pro .product-price {
    font-size: 2.57143em;
    display: inline-block;
}

.details-product .details-pro .price-box {
    margin: 10px 0 25px;
    padding-top: 30px;
    border-top: 1px dotted #cccccc;
}

    .details-product .details-pro .price-box del {
        color: #adadad;
        font-size: 1.42857em;
    }

.details-product .selector-wrapper {
    min-width: 260px;
}

.details-product .custom-btn-number {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    width: 100px;
    display: inline-block;
}

    .details-product .custom-btn-number #qty {
        height: 60px;
        font-size: 1em;
        margin: 0;
        padding: 0 23px;
        border-radius: 3px;
    }

    .details-product .custom-btn-number .qtyminus {
        position: absolute;
        right: 17px;
        text-align: center;
        bottom: 5px;
        width: 20px;
        height: 25px;
        line-height: 13px;
        font-size: 1em;
        cursor: pointer;
        color: #898989;
    }

    .details-product .custom-btn-number .qtyplus {
        position: absolute;
        right: 17px;
        text-align: center;
        top: 5px;
        width: 20px;
        height: 25px;
        line-height: 35px;
        font-size: 1em;
        cursor: pointer;
        color: #898989;
    }

.details-product .form-detail-action {
    width: 100%;
}

    .details-product .form-detail-action label {
        font-weight: 400;
        display: inline-block;
        min-width: 80px;
    }

    .details-product .form-detail-action button {
        float: right;
        height: 60px;
        width: calc(100% - 210px);
        border-radius: 3px;
        font-size: 1.28571em;
        text-transform: uppercase;
    }

.details-product .form-wishlist {
    margin: 0;
    right: 30px;
    top: 15px;
    z-index: 10;
}

    .details-product .form-wishlist a {
        padding: 0;
        border: none;
        color: #898989;
        background: #fff;
        border-radius: 50%;
        line-height: 34px;
        width: 33px;
        height: 33px;
        text-align: center;
    }

        .details-product .form-wishlist a.iWishAdded {
            color: #CE1D24;
        }

.related-product {
    margin-top: 0 !important;
}

#recently-viewed-products .image {
    float: left;
    width: 90px;
    margin-right: 10px;
}

#recently-viewed-products .info {
    width: calc(100% - 100px);
    float: right;
}

.zoomWrapper {
    width: 100% !important;
    height: auto !important;
}

    .zoomWrapper img {
        position: static !important;
        width: 100% !important;
        height: auto !important;
    }

        .zoomWrapper img ~ img {
            display: none !important;
        }

.product-tab .tab-link {
    padding: 0 40px;
    border-left: 1px solid #e1e1e1;
    background: #fbfbfb;
    margin: 0 !important;
}

@media (min-width: 768px) {
    .product-tab .tab-link {
        float: left;
    }
}

.product-tab .tab-link h3 {
    margin: 10px 0;
    font-size: 1.14286em;
}

.product-tab .tab-link span {
    font-size: 1.14286em;
}

.product-tab .tab-link.current {
    background: #fff;
    position: relative;
}

@media (min-width: 768px) {
    .product-tab .tab-link.current:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #fff;
        z-index: 1111;
        display: block;
        position: absolute;
        left: 0;
        bottom: -2px;
    }
}

.product-tab .tab-content {
    border: 1px solid #e1e1e1 !important;
    display: none;
}

    .product-tab .tab-content.current {
        display: block;
        padding: 24px;
        border: 1px solid #e1e1e1 !important;
        min-height: 200px;
    }

@media (min-width: 768px) {
    .product-tab .tab-content.current {
        margin-top: -7px;
    }
}

ul.tabs.tabs-title {
    display: inline-block;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.products-view-grid .col-lg-4:nth-child(3n+1) {
    clear: left;
}

.view-mode > a {
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
}

.view-mode span {
    font-size: 0;
}

.tt span {
    font-size: 13px;
    font-family: Roboto;
}

.tt.hidden-sm.hidden-xs {
    display: inline-block;
    transform: translateY(-11px);
    -webkit-transform: translateY(-11px);
    -moz-transform: translateY(-11px);
    margin-left: 10px;
}

.button-view-mode {
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    box-shadow: none;
    line-height: 30px;
    border: 1px solid #ebebeb;
    font-size: 1em;
    color: #ccc;
}

    .button-view-mode.active {
        color: #252525;
        box-shadow: none;
    }

        .button-view-mode.active a {
            color: #252525;
        }

.sortPagiBar {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.col-49 {
    width: 44.444444%;
    padding: 0 15px;
    float: left;
}

.col-59 {
    width: 55.555555%;
    padding: 0 15px;
    float: left;
}

@media (max-width: 767px) {
    .col-49, .col-59 {
        width: 100%;
        float: none;
    }
}

.blog-item {
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dotted #cccccc;
}

    .blog-item:last-child {
        margin-bottom: 0;
    }

    .blog-item .date {
        position: absolute;
        background: #CE1D24;
        text-align: center;
        color: #fff;
        padding: 3px 10px;
        z-index: 10;
    }

        .blog-item .date span {
            display: block;
            line-height: 45px;
        }

            .blog-item .date span ~ span {
                overflow: hidden;
                border-top: 1px solid #fff;
            }

.blog-item-name {
    font-weight: 400;
    position: relative;
    font-size: 1.5em;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 17px;
}

    .blog-item-name .fa {
        position: absolute;
        left: 0;
        top: 9px;
        font-size: .78571em;
        color: #CE1D24;
    }

.post-time {
    color: #898989;
    font-size: .92857em;
    margin-bottom: 10px;
}

    .post-time span {
        color: #252525;
    }

.blog-item-summary {
    font-size: 1em;
    margin-bottom: 20px;
    color: #7d7d7d;
    line-height: 20px;
}

.blog-item-thumbnail {
    position: relative;
}

.blog-list h5 {
    text-transform: uppercase;
    line-height: 26px;
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 5px;
}

.blog-list .loop-blog {
    min-height: 80px;
    overflow: hidden;
    padding: 10px 0px 10px;
}

    .blog-list .loop-blog .thumb-left {
        width: 90px;
        max-width: 90px;
        height: auto;
        display: block;
        float: left;
    }

    .blog-list .loop-blog .name-right {
        display: block;
        float: left;
        width: calc(100% - 100px);
        margin-left: 10px;
    }

        .blog-list .loop-blog .name-right h3 {
            font-size: 1em;
            line-height: 22px;
            margin: 0px;
            word-break: break-word;
            font-weight: 300;
        }

            .blog-list .loop-blog .name-right h3:hover a {
                text-decoration: none;
                color: #CE1D24;
            }

.blog-list .more_blog a {
    line-height: 3;
    font-size: 1.07143em;
    color: #898989;
    display: block;
}

    .blog-list .more_blog a:hover {
        text-decoration: none;
        color: #CE1D24;
    }

.article-main .rte {
    color: #7d7d7d;
}

.article-main .article-image {
    margin-bottom: 30px;
    text-align: center;
}

    .article-main .article-image a {
        margin: 0 auto;
    }

.article-main .article-title {
    font-size: 1.71429em;
    margin: 0 0 8px;
    line-height: 27px;
}

.article-main .post-time {
    margin-bottom: 20px;
}

.article-main .article-content {
    font-size: 1.14286em;
}

.article-main .form-group {
    margin: 0;
    padding-top: 0;
    padding-bottom: 20px;
}

.tag-share {
    clear: left;
    padding: 20px 0;
    border-bottom: 1px dotted #cccccc;
    line-height: 30px;
}

    .tag-share .social-media {
        color: #7d7d7d;
    }

        .tag-share .social-media a {
            margin-left: 5px;
            width: 24px;
            height: 24px;
            border: 1px solid #7d7d7d;
            display: inline-block;
            line-height: 24px;
            text-align: center;
            border-radius: 50%;
            color: #7d7d7d;
            font-size: 12px;
        }

            .tag-share .social-media a:hover {
                color: #333;
                border-color: #333;
            }

.tag_article {
    color: #7d7d7d;
}

    .tag_article .fa {
        margin-right: 5px;
        transform: translateY(1px);
    }

    .tag_article a {
        color: #7d7d7d;
    }

        .tag_article a:hover {
            color: #333;
        }

@media (max-width: 767px) {
    .tag-share > div {
        text-align: left !important;
    }
}

.title-form-coment {
    font-size: 18px;
    margin-bottom: 20px;
}

#article-comments {
    margin-top: 30px;
}

    #article-comments .article-comment {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
    }

    #article-comments .article-comment-user-image {
        margin: 0;
        float: left;
        width: 100px;
        margin-right: 12px;
    }

    #article-comments .article-comment-user-comment {
        padding-left: 110px;
        word-break: break-word;
        font-size: 1em;
    }

    #article-comments .user-name-comment {
        margin: 0;
        color: #CE1D24;
        font-size: 1em;
        line-height: 1;
    }

    #article-comments .article-comment-date-bull {
        padding: 5px 0;
        display: block;
        color: #acacac;
    }

.social-media {
    font-size: 1em;
}

    .social-media .list-inline li {
        margin-right: 20px;
    }

.section-news-2 {
    margin-bottom: 20px;
}

.contact h2.contact-title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
}

.contact .page_contact #login .title-head {
    font-weight: bold;
    line-height: 24px;
}

    .contact .page_contact #login .title-head span {
        font-size: 1.28571em;
    }

.contact .form-group label {
    width: 100px;
    float: left;
    font-weight: 300;
    text-align: right;
    padding-right: 3px;
    line-height: 40px;
}

.contact .form-group .form-control {
    display: block;
    width: calc(100% - 100px);
    float: left;
}

.contact .info-contact > p {
    color: #636363;
}

.contact .info-contact .widget-menu {
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 1.07143em;
}

    .contact .info-contact .widget-menu li {
        display: block;
        padding-bottom: 10px;
    }

        .contact .info-contact .widget-menu li .block_icon {
            display: block;
            float: left;
            padding: 0px;
            width: 18px;
            line-height: 1;
            color: #252525;
            margin-left: 2px;
            transform: translateY(4px);
            -webkit-transform: translateY(4px);
            -moz-transform: translateY(4px);
        }

        .contact .info-contact .widget-menu li p, .contact .info-contact .widget-menu li a {
            display: inline;
            width: calc(100% - 37px);
            line-height: 20px;
            margin: 0px;
            color: #636363;
        }

        .contact .info-contact .widget-menu li a {
            color: #636363;
        }

            .contact .info-contact .widget-menu li a:hover {
                color: #CE1D24;
            }

            .contact .info-contact .widget-menu li a.mail {
                color: #0072bc;
            }

                .contact .info-contact .widget-menu li a.mail:hover {
                    color: #CE1D24;
                }

.pd-right {
    padding-left: 0px;
}

.main-container {
    min-height: 300px;
}

    .main-container .col-main {
        float: none;
        width: auto;
    }

        .main-container .col-main .cart .bg-scroll {
            border-top: none;
            margin-top: 20px;
            overflow: hidden;
            border: solid 1px #ebebeb;
            border-top: none;
            border-bottom: none;
            border-right: none;
        }

        .main-container .col-main .cart .cart-thead {
            background: #fbfbfb;
            font-weight: bold;
            font-size: 13px;
            clear: both;
            width: 100%;
            border: 1px solid #ebebeb;
            border-right: none;
            border-left: none;
            float: left;
            min-width: 600px;
        }

            .main-container .col-main .cart .cart-thead div {
                float: left;
                padding: 27px 0px;
                color: #333;
                text-align: center;
                border-right: #ebebeb 1px solid;
                font-size: 13px;
            }

        .main-container .col-main .cart .nobr {
            white-space: nowrap;
        }

        .main-container .col-main .cart .cart div.a-right {
            text-align: right;
        }

        .main-container .col-main .cart .cart div.a-center {
            text-align: center;
        }

        .main-container .col-main .cart .cart-tbody {
            width: 100%;
            float: left;
        }

            .main-container .col-main .cart .cart-tbody .item-cart {
                border-bottom: 1px solid #ebebeb;
                width: 100%;
                float: left;
            }

        .main-container .col-main .cart .item-cart .image .product-image img {
            max-width: 100%;
            height: auto;
            max-height: 98px;
            width: auto;
            display: inherit;
            margin: 0 auto;
        }

        .main-container .col-main .cart .cart-tbody .item-cart div {
            float: left;
            padding: 20px 10px 6px;
            line-height: 20px;
            vertical-align: top;
            border-right: solid 1px #ebebeb;
            height: 135px;
            overflow: hidden;
        }

            .main-container .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
                padding: 10px 0 6px;
                position: relative;
            }

        .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item {
            background-color: #fff;
            background-image: url("/images/bin.png");
            width: 22px;
            height: 26px;
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .main-container .col-main .cart .cart-tbody .item-cart .product-image {
            min-height: 75px;
            display: block;
            height: auto;
            width: 100%;
            padding: 0 20px;
        }

@media (max-width: 991px) {
    .main-container .col-main .cart .cart-tbody .item-cart .product-image {
        padding: 0;
    }
}

.main-container .col-main .cart .cart-tbody .item-cart div .product-name {
    margin: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    margin-top: 10%;
}

.main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
    height: auto;
    border-right: none;
    width: 100%;
    margin-top: 15px;
    padding: 20px 0px 0px 0px;
}

.main-container .col-main .cart .cart .product-name a {
    font-size: 14px;
}

.main-container .col-main .cart .item-cart .input_qty_pr .items-count {
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
    height: 24px;
    width: 24px;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
}

.main-container .col-main .cart .variant-title {
    color: #686868;
}

.main-container .col-main .cart .cart-tbody .item-cart div .price {
    font-size: 16px;
    font-weight: bold;
    line-height: 6;
    color: #CE1D24;
}

.main-container .col-main .cart .item-cart .items-count {
    border: 1px solid #ebebeb;
    outline: none;
    background: #fff;
    height: 24px;
    width: 21px;
    vertical-align: top;
    text-align: center;
    padding: 0;
}

.main-container .col-main .cart .item-cart .number-sidebar {
    border: 1px solid #ddd;
    height: 24px;
    margin-left: -1px;
    text-align: center;
    width: 23px;
    margin-right: -1px;
    padding: 0;
    line-height: 15px;
}

.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item {
    background-color: #fff;
    background-image: none;
    color: #333;
    cursor: pointer;
    padding: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: none;
}

    .main-container .col-main .cart .cart-tbody .item-cart div a.remove-item span {
        display: none;
    }

.main-container .col-main .cart .btn-proceed-checkout {
    background: #CE1D24;
    line-height: 35px;
    color: #fff;
    height: 40px;
    font-size: 16px;
    border: none;
    text-transform: uppercase;
}

.main-container .col-main .cart .btn.btn-white {
    margin-right: 5px;
    border: 2px solid #333;
}

    .main-container .col-main .cart .btn.btn-white:hover {
        border-color: #CE1D24;
    }

.main-container .col-main .cart .totals .inner {
    padding: 0px 0 15px;
    margin-top: 0;
    margin-right: 1px;
}

.main-container .col-main .cart #shopping-cart-totals-table tr td {
    border: #ebebeb thin solid;
    border-top: none;
    border-bottom: none;
    padding: 20px;
}

    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 239px;
        border-left: 1px solid #ebebeb;
    }

.main-container .col-main .cart #shopping-cart-totals-table {
    width: 100%;
    padding-bottom: 8px;
    background: #fff;
}

.main-container .col-main .cart ul.checkout {
    clear: left;
    padding: 20px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.main-container .col-main .cart .cart .totals table th, .main-container .col-main .cart .cart .totals table td {
    padding: 10px;
    background: none !important;
    box-shadow: none !important;
    color: #333 !important;
    height: 50px;
    vertical-align: middle;
}

.main-container .col-main .cart span.totals_price.price {
    color: #CE1D24;
    font-size: 16px;
}

.main-container .col-main .cart .cart-tbody .item-cart .number-sidebar {
    min-height: 0;
    position: static;
    display: inline-block;
    float: none;
    margin-bottom: 0;
}

.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
    height: 24px;
    width: 24px;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin: 0;
}

@media (max-width: 1199px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 196px;
    }
}

@media (max-width: 991px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 252px;
    }

    .main-container .col-main .cart .totals .inner {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .item-product .title-product-cart-mobile {
        max-width: 150px;
    }

    .sign_main {
        background: #f7f8f9;
        margin-top: 40px;
    }

    .main {
        border-bottom: solid 1px #ebebeb;
        background: #fff;
        margin-top: 40px;
    }

    .main-container {
        margin-top: -40px;
    }

    .cart-mobile {
        padding: 10px 0px 0px 0px;
    }

    .header-cart {
        padding: 10px 15px 0px;
        border-bottom: solid 1px #ebebeb;
        margin-top: -10px;
    }

    .header-cart-content {
        margin-top: 10px;
    }

        .header-cart-content .content-product-list {
            min-height: 110px;
        }

    .header-cart .title-cart {
        line-height: 10px;
    }

    .header-cart-price {
        padding: 18px 15px;
    }

    .title-cart h3 {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .title-cart p {
        font-family: Arial, sans-serif;
        font-size: 12px;
        color: #9c9c9c;
    }

    .title-cart a {
        float: right;
        margin-top: -28px;
        color: #CE1D24;
        font-size: 16px;
        line-height: 27px;
        font-family: Arial, sans-serif;
    }

    .btn-proceed-checkout-mobile {
        width: 100%;
        line-height: 27px;
        color: #fff;
        height: 40px;
        font-size: 14px;
        border: none;
        background: #CE1D24;
    }

    .content-product-list .item-product {
        padding: 15px 15px;
        min-height: 110px;
        border-bottom: solid 1px #ebebeb;
        overflow: hidden;
    }

    .item-product-cart-mobile, .title-product-cart-mobile, .select-item-qty-mobile {
        float: left;
    }

    .item-product-cart-mobile {
        max-width: 115px;
        margin-right: 10px;
    }

        .item-product-cart-mobile img {
            max-width: 115px;
            margin-right: 10px;
        }

    .select-item-qty-mobile {
        float: right;
        text-align: center;
    }

    .title-product-cart-mobile a {
        word-break: break-word;
        font-family: Arial, sans-serif;
        font-size: 14px;
        color: #363636;
    }

    .select-item-qty-mobile input.qty {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #ebebeb;
        font-size: 15px;
        font-weight: 400;
        margin: 0 !important;
        outline: medium none;
        padding: 5px 5px 5px 12px;
        width: 41px;
    }

    .title-product-cart-mobile p {
        line-height: 2;
        font-size: 14px;
        font-family: Arial, sans-serif;
        color: #898989;
    }

    .title-product-cart-mobile span {
        color: #CE1D24;
    }

    .select-item-qty-mobile a {
        line-height: 3;
        color: #363636;
        font-family: 'Open Sans', sans-serif;
    }
}

@media screen and (max-width: 767px) {
    .select-item-qty-mobile .txt_center input {
        height: 25px;
        width: 24px;
        text-align: center;
        margin: 0px;
        padding: 0;
        position: absolute;
        left: 22px;
        min-height: 0;
    }

    .item-product .title-product-cart-mobile {
        max-width: 150px;
    }

    .title-product-cart-mobile h3 {
        line-height: 1;
        margin: 0;
    }

    .main-cart-page {
        min-height: auto !important;
    }

    .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        margin: 0;
        line-height: 1;
        height: 25px;
        border-style: hidden;
        background: none !important;
        color: #000;
        border: solid thin #ddd;
        width: 23px;
        padding: 0;
    }

    .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        height: 25px;
        display: inline-block;
        line-height: 1;
        border-style: hidden;
        color: #fff;
        background: none !important;
        color: #000;
        border: solid thin #ddd;
        width: 23px;
        padding: 0;
    }

    .select-item-qty-mobile > div {
        position: relative;
        width: 68px;
        height: 25px;
    }
}

@media screen and (max-width: 375px) {
    .item-product .title-product-cart-mobile {
        max-width: 110px !important;
    }
}

#customer_register {
    margin-bottom: 20px;
}

#customer_login, #recover_customer_password {
    margin-bottom: 0;
}

.checkbox.style input {
    margin: 0 !important;
    display: none;
}

.checkbox.style label {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none;
    position: relative;
    padding-left: 55px;
    line-height: 50px;
}

    .checkbox.style label:before {
        display: block;
        width: 35px;
        height: 35px;
        background: #fff;
        border: 1px solid #d4d4d4;
        border-radius: 5px;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

.checkbox.style input:checked + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    color: #CE1D24;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.page_customer_account .col-main-acount {
    margin-bottom: 30px;
}

    .page_customer_account .col-main-acount .col-left-account .page-title .title-head a {
        color: #333;
        font-size: 14px;
        font-weight: bold;
        line-height: 10px;
        text-transform: uppercase;
        text-decoration: none;
    }

        .page_customer_account .col-main-acount .col-left-account .page-title .title-head a:hover {
            color: #CE1D24;
        }

    .page_customer_account .col-main-acount .col-left-account .no-padding {
        padding: 0px;
    }

    .page_customer_account .col-main-acount .recent-orders .tab-all .table-cart {
        border: 1px #e1e1e1 solid;
        font-size: 15px;
        margin-bottom: 0px;
        font-size: 13px;
        line-height: 37px;
        color: #252525;
        margin-bottom: 30px;
        margin-top: 15px;
    }

        .page_customer_account .col-main-acount .recent-orders .tab-all .table-cart .thead-default {
            color: #333333;
            text-align: center;
            border: #e1e1e1 thin solid;
            line-height: 1.5;
            font-family: Arial;
            font-size: 16px;
            font-weight: bold;
            background: #ebebeb;
            min-width: 60px;
        }

            .page_customer_account .col-main-acount .recent-orders .tab-all .table-cart .thead-default tr {
                color: #333333;
                text-align: center;
                border: #e1e1e1 thin solid;
                line-height: 1.5;
                font-family: Arial;
                font-size: 16px;
                font-weight: bold;
                background: #ebebeb;
                min-width: 60px;
            }

                .page_customer_account .col-main-acount .recent-orders .tab-all .table-cart .thead-default tr th {
                    padding: 5px;
                    font-size: 14px;
                    color: #55595c;
                    background-color: #eceeef;
                    border-bottom: none;
                }

        .page_customer_account .col-main-acount .recent-orders .tab-all .table-cart tbody tr td {
            padding: 5px;
            text-align: center;
        }

            .page_customer_account .col-main-acount .recent-orders .tab-all .table-cart tbody tr td .price {
                color: #CE1D24;
            }

            .page_customer_account .col-main-acount .recent-orders .tab-all .table-cart tbody tr td a:hover {
                color: #CE1D24;
            }

    .page_customer_account .col-main-acount .col-right-account .block-account {
        padding: 20px;
        border: 1px #e1e1e1 solid;
        border-radius: 5px;
    }

        .page_customer_account .col-main-acount .col-right-account .block-account .block-title-account {
            color: #dc3333;
            font-weight: 600;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 10px;
        }

            .page_customer_account .col-main-acount .col-right-account .block-account .block-title-account h5 {
                font-size: 18px;
                margin: 0px;
                padding: 0px;
            }

        .page_customer_account .col-main-acount .col-right-account .block-account .block-content {
            padding: 0px;
        }

            .page_customer_account .col-main-acount .col-right-account .block-account .block-content p {
                margin: 10px 0px;
                line-height: 24px;
                padding: 0px;
                overflow: hidden;
            }

                .page_customer_account .col-main-acount .col-right-account .block-account .block-content p .fa {
                    width: 20px;
                    text-align: center;
                    color: #CE1D24;
                    float: left;
                    line-height: 24px;
                }

                .page_customer_account .col-main-acount .col-right-account .block-account .block-content p span {
                    display: block;
                    width: calc(100% - 35px);
                    float: left;
                }

            .page_customer_account .col-main-acount .col-right-account .block-account .block-content .btn-bg {
                background: #CE1D24;
                color: #fff;
                font-size: 14px;
            }

.page_order_account .top_order_title .title-headding {
    font-size: 18px;
    text-transform: uppercase;
}

.page_order_account .top_order_title .order_date a {
    margin-left: 30px;
    color: #CE1D24;
    float: right;
    margin-top: -46px;
}

@media (max-width: 543px) {
    .page_order_account .top_order_title .order_date a {
        margin-top: 0;
        display: block;
        margin: 0;
        float: none;
    }
}

.page_order_account .body_order #order_payment, .page_order_account .body_order #order_shipping {
    padding: 0px;
}

    .page_order_account .body_order #order_payment .box-header .title-head, .page_order_account .body_order #order_shipping .box-header .title-head {
        margin: 0px;
        padding: 0px;
        font-size: 18px;
    }

    .page_order_account .body_order #order_payment .address p i, .page_order_account .body_order #order_shipping .address p i {
        color: #CE1D24;
    }

.page_order_account .content_order .table-responsive .table-cart .thead-default tr th {
    padding: 10px 15px;
    border-bottom: 1px solid #ebebeb;
}

.page_order_account .content_order .table-responsive .table-cart tbody tr .numeric {
    color: #CE1D24;
}

.page_order_account .content_order .table-responsive .table-cart tbody tr .link:hover a {
    color: #CE1D24;
    text-decoration: none;
}

.page_order_account .oder_total_monney .totalorders tfoot .order_total .right {
    color: #CE1D24;
    font-size: 16px;
}

.page_order_account table#order_details {
    border-top: 1px solid #ebebeb;
}

@media screen and (max-width: 991px) {
    .m992 {
        display: none;
    }

    #parent {
        display: flex;
        flex-flow: column;
    }

    #a {
        order: 2;
    }

    #b {
        order: 1;
    }

    .sodiachi .form-xs {
        line-height: 10px !important;
    }
}

@media screen and (min-width: 992px) {
    .mx991 {
        display: none;
    }
}

.block-content.form-signup {
    background: #fff;
    padding-top: 20px;
}

    .block-content.form-signup p {
        padding: 0 20px;
    }

        .block-content.form-signup p i {
            color: #CE1D24;
            margin-right: 10px;
        }

.address-title {
    padding-left: 10px;
    margin-bottom: 15px;
    border-radius: 0 !important;
    font-weight: 300;
}

    .address-title button {
        background: none;
        border: none;
        font-size: 0;
        width: 50px;
        height: 55px;
    }

        .address-title button.btn-edit {
            background-image: url(/images/btn-edit.png);
            background-repeat: no-repeat;
            background-position: center;
        }

        .address-title button.btn-delete {
            background-image: url(/images/btn-delete.png);
            background-repeat: no-repeat;
            background-position: center;
        }

.address-subtitle {
    margin-top: 0;
    text-transform: uppercase;
}

.address-item-action {
    right: 0;
    top: -7px;
}

    .address-item-action .btn-row {
        padding-right: 5px;
    }

.address-group {
    background: #fff;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

    .address-group p {
        color: #595959;
    }

        .address-group p label {
            float: left;
            font-weight: 300;
        }

.address .page_address .btn-bg-addresss {
    background: #CE1D24;
    color: #fff;
    border: solid 1px #CE1D24;
}

    .address .page_address .btn-bg-addresss:hover {
        background: #fff;
        color: #CE1D24;
        border: solid 1px #CE1D24;
    }

.address label.c-input.c-checkbox input {
    transform: translateY(5px);
    -moz-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
}

.address .page_address .adr_title {
    padding: 20px;
    overflow: hidden;
}

    .address .page_address .adr_title .title-head {
        color: #252525;
        font-size: 14px;
        font-weight: bold;
        line-height: 10px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 0px;
    }

        .address .page_address .adr_title .title-head a {
            display: block;
            cursor: pointer;
            color: #CE1D24;
            font-size: 1em;
            text-transform: initial;
            font-weight: 300;
        }

            .address .page_address .adr_title .title-head a:hover {
                color: #CE1D24;
                text-decoration: underline;
            }

@media (max-width: 767px) {
    .address .page_address .adr_title .title-head a {
        float: none !important;
        margin-top: 15px;
    }
}

.address .page_address .col-address {
    overflow: hidden;
}

#order_payment, #order_shipping {
    background: #fff;
    padding: 10px 20px;
}

    #order_payment .address.note i, #order_shipping .address.note i {
        color: #CE1D24;
        margin-right: 5px;
    }

.totalorders {
    background: #fff;
    border-color: #e1e1e1;
}

.order-headding {
    margin: 0;
}

.aside-item {
    margin-bottom: 40px;
}

    .aside-item .aside-title h2 {
        font-size: 21px;
        margin: 0 0 15px;
    }

    .aside-item .nav > li > a {
        padding: 0;
    }

    .aside-item .aside-content {
        margin-top: 25px;
    }

    .aside-item.sidebar-category .nav-item {
        position: relative;
        clear: left;
        font-size: 1.07143em;
    }

        .aside-item.sidebar-category .nav-item a {
            font-size: 1.07143em;
            padding-right: 15px;
        }

        .aside-item.sidebar-category .nav-item .fa {
            position: absolute;
            right: 0;
            top: 18px;
        }

        .aside-item.sidebar-category .nav-item .dropdown-menu {
            position: static;
            width: 100%;
            border: 0;
            padding-left: 15px;
            box-shadow: none;
        }

        .aside-item.sidebar-category .nav-item.active > a {
            color: #CE1D24;
        }

        .aside-item.sidebar-category .nav-item.active > .dropdown-menu {
            display: block;
        }

.sidebar-category .aside-content {
    margin-top: 15px;
}

    .sidebar-category .aside-content .nav-item {
        position: relative;
        clear: left;
        font-size: 1em;
        padding: 13px 0px 13px 10px;
        border-bottom: solid 1px #e1e1e1 !important;
    }

        .sidebar-category .aside-content .nav-item:last-child {
            border-bottom: none;
        }

        .sidebar-category .aside-content .nav-item a {
            font-size: 1em;
        }

        .sidebar-category .aside-content .nav-item .fa {
            width: 15px;
            text-align: center;
            cursor: pointer;
        }

            .sidebar-category .aside-content .nav-item .fa.fa-caret-right {
                right: auto;
                left: 0;
                top: 16px;
                text-align: left;
            }

        .sidebar-category .aside-content .nav-item .dropdown-menu {
            position: static;
            width: 100%;
            border: 0;
            padding-left: 15px;
        }

        .sidebar-category .aside-content .nav-item.active {
            border-bottom: none;
        }

            .sidebar-category .aside-content .nav-item.active > a {
                color: #CE1D24;
            }

            .sidebar-category .aside-content .nav-item.active > .dropdown-menu {
                display: block;
            }

        .sidebar-category .aside-content .nav-item:hover > a {
            color: #CE1D24;
        }

.aside-mini-list-product .title-head {
    height: 80px;
    background: #e2e2e2;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 110px;
    padding-left: 20px;
    color: #fff;
    margin-bottom: 10px !important;
}

    .aside-mini-list-product .title-head a {
        color: #fff;
        font-size: 16px;
    }

        .aside-mini-list-product .title-head a:hover {
            color: #CE1D24;
        }

.aside-mini-list-product .product-mini-item {
    padding: 15px 0;
}

    .aside-mini-list-product .product-mini-item h3 {
        margin-bottom: 0;
    }

        .aside-mini-list-product .product-mini-item h3 a {
            color: #464646;
        }

            .aside-mini-list-product .product-mini-item h3 a:hover {
                color: #CE1D24;
            }

    .aside-mini-list-product .product-mini-item .product-price {
        color: #CE1D24;
        font-weight: 400;
    }

    .aside-mini-list-product .product-mini-item .sale-price {
        color: #898989;
    }

.aside-mini-list-product .bizweb-product-reviews-badge {
    margin: 0;
}

    .aside-mini-list-product .bizweb-product-reviews-badge > div {
        display: none;
    }

        .aside-mini-list-product .bizweb-product-reviews-badge > div.bizweb-product-reviews-star {
            display: block;
        }

.aside-mini-list-product .btn.btn-link {
    color: #333;
    padding-left: 0;
}

    .aside-mini-list-product .btn.btn-link:hover {
        color: #CE1D24;
    }

.aside-item .list-tags span.tag-item {
    line-height: 40px;
    border: 1px solid #ebebeb;
    height: 40px;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    color: #898989;
    border-radius: 3px;
}

.ui-widget.ui-widget-content {
    height: 2px;
    background: #ebebeb;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #CE1D24 !important;
}

.ui-slider-horizontal .ui-slider-handle {
    height: 14px !important;
    width: 14px !important;
    border-radius: 50% !important;
    top: -6px !important;
    border: none !important;
    background: #CE1D24 !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
    margin-bottom: 25px;
    width: calc(100% - 14px);
    margin-left: 7px;
}

#start {
    width: 100px;
    float: left;
}

    #start input {
        text-align: center;
        border-radius: 3px;
        border: 1px solid #e1e1e1;
        box-shadow: none;
    }

#stop {
    width: 100px;
    float: left;
    margin-left: 30px;
    text-align: center;
    position: relative;
}

    #stop input {
        text-align: center;
        border-radius: 3px;
        border: 1px solid #e1e1e1;
        box-shadow: none;
    }

    #stop:before {
        content: "-";
        position: absolute;
        left: -17px;
        font-size: 17px;
    }

.section-title h2.title {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    margin: 0px;
    padding: 0px 20px;
    background-color: #fff;
}

    .section-title h2.title:before {
        content: "";
        background-image: url(/images/background_title.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 33px;
        position: absolute;
        top: -40px;
        margin: 0 auto;
        background-position: top center;
        z-index: 0;
        margin: 0 auto 0 -15px;
    }

a#filter-value {
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    width: 100px;
    margin-top: 15px;
}

.search-main .products-view-grid {
    border-top: 1px solid #ebebeb;
}

div#isp_search_result_page_container .btn-search {
    display: none;
}

button.btn.btn-default.btn-search {
    display: none;
}

div#isp_search_result_page_container form {
    margin-bottom: 0;
}

.bizweb-product-reviews-form fieldset {
    border: none;
}

.bizweb-product-reviews-badge img {
    margin-left: -33px !important;
}

.bizweb-product-reviews-badge p {
    margin: 0px 0px 0px 20px !important;
}

.bpr-summary-caption > div {
    display: flex !important;
}

    .bpr-summary-caption > div > div > p {
        font-size: 16px !important;
    }

    .bpr-summary-caption > div > div:last-child {
        order: -1;
    }

        .bpr-summary-caption > div > div:last-child > img {
            margin: 0px !important;
        }

#bizweb-product-reviews .bizweb-review-header .bizweb-review-header-img img {
    margin: 0px !important;
}

.start_products_main .fa-heart, .start_products_main .fa-heart-o {
    color: #de006d;
}

.star-off-png::before {
    content: "\f004" !important;
    color: #d7d7d7 !important;
    font: normal normal normal 12px/1 FontAwesome !important;
}

.star-on-png::before {
    content: "\f004" !important;
    font: normal normal normal 12px/1 FontAwesome !important;
}

.star-half-png::before {
    content: "\f21e" !important;
    font: normal normal normal 12px/1 FontAwesome !important;
}

.start_products_main .bizweb-product-reviews-badge {
    margin: 0px !important;
}

.bizweb-product-reviews-form .bpr-button-submit {
    background-color: #CE1D24 !important;
    border-color: #CE1D24 !important;
}

.bizweb-product-reviews-form .bpr-form-rating #dvRating {
    color: #CE1D24 !important;
}

.bizweb-product-reviews-star {
    color: #e6b751 !important;
}

#btnnewreview {
    background: #CE1D24 !important;
    border-radius: 3px;
}

.wishlist-page-body {
    overflow: hidden;
    margin-top: 25px !important;
    background: #fff;
    position: relative;
}

    .wishlist-page-body .wishlist-title {
        display: none !important;
    }

    .wishlist-page-body .wishlist-clearfix .wishlist-search {
        position: relative;
        width: 35% !important;
    }

        .wishlist-page-body .wishlist-clearfix .wishlist-search #wishlist_search_input {
            position: relative;
            display: block;
            width: 100% !important;
            height: 34px;
            padding: 7px 12px;
            font-size: 13px;
            line-height: 1.428571429;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 2px solid #ccc;
            border-radius: 3px;
            -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        }

        .wishlist-page-body .wishlist-clearfix .wishlist-search:after {
            font-family: 'FontAwesome';
            content: "\f002";
            font-size: 15px;
            line-height: 24px;
            position: absolute;
            width: 15px;
            height: 15px;
            right: 20px;
            top: 8px;
            color: #eee;
        }

    .wishlist-page-body .wishlist-clearfix .wishlist-share {
        width: 15% !important;
        margin-top: 3px;
    }

    .wishlist-page-body .wishlist-clearfix .wishlist-display-style {
        float: none !important;
        position: absolute;
        top: 0;
        right: 15px;
        width: 10% !important;
        text-align: right;
    }

        .wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-list-style.active, .wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-grid-style.active, .wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-list-style:hover, .wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-grid-style:hover {
            color: #CE1D24 !important;
        }

    .wishlist-page-body .wishlist-list-view {
        padding-top: 15px;
        border-top: solid 1px #eee;
    }

        .wishlist-page-body .wishlist-list-view .wishlist-product {
            margin-top: 0;
            margin-bottom: 25px;
            padding-bottom: 25px;
            border-bottom: 1px solid #ebebeb;
        }

            .wishlist-page-body .wishlist-list-view .wishlist-product:last-child {
                border-bottom: none;
            }

        .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-img {
            width: 140px !important;
        }

        .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
            width: calc(100% - 140px - 180px);
        }

            .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name {
                color: #231f20 !important;
                font-size: 18px !important;
                font-weight: 600 !important;
                line-height: 24px;
            }

                .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name p {
                    color: #333 !important;
                    font-weight: 300;
                    font-size: 17px !important;
                    margin: 0px !important;
                }

                .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name:hover {
                    color: #CE1D24 !important;
                }

                    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name:hover p {
                        color: #CE1D24 !important;
                    }

            .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p {
                margin: 0px !important;
                color: #CE1D24 !important;
            }

                .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-price {
                    font-weight: bold !important;
                    line-height: 25px !important;
                    color: #CE1D24 !important;
                    margin-right: 10px !important;
                }

                .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice {
                    color: #898989;
                    font-weight: 300;
                    text-decoration: line-through;
                }

                    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice:before {
                        content: " ";
                        width: 2px;
                        background: #b6b6b6;
                        height: 12px;
                        position: absolute;
                        margin-left: -9px;
                        margin-top: 9px;
                    }

            .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-description {
                color: #231f20 !important;
                margin: 0px !important;
            }

        .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form {
            margin-bottom: 0px !important;
        }

            .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
                background-image: none;
                line-height: 24px !important;
                border-radius: 3px !important;
                cursor: pointer;
                display: inline-block;
                font-size: 12px !important;
                text-transform: uppercase !important;
                font-weight: 400;
                color: #fff !important;
                background: #CE1D24 !important;
                border: solid 1px #CE1D24 !important;
                padding: 7px 12px;
                text-align: center;
                vertical-align: middle;
                white-space: nowrap;
            }

                .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:hover {
                    border-color: #CE1D24 !important;
                    color: #CE1D24 !important;
                    background: #fff !important;
                }

        .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove {
            text-align: right;
        }

            .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link {
                font-size: 11px !important;
                line-height: 24px;
                color: #616161 !important;
                text-transform: uppercase !important;
                font-weight: 500 !important;
                margin-right: 2px;
            }

                .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:before {
                    font-family: 'FontAwesome';
                    content: "\f00d";
                    position: absolute;
                    margin-left: -20px;
                    margin-top: 1px;
                    font-size: 14px;
                    color: #616161;
                }

                .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover {
                    color: #CE1D24 !important;
                    text-decoration: none !important;
                }

                    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover:before {
                        color: #CE1D24 !important;
                    }

    .wishlist-page-body .wishlist-grid-view {
        padding-top: 15px;
        border-top: 1px solid #ebebeb;
    }

        .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-img {
            height: 200px !important;
            width: 180px !important;
            overflow: hidden;
        }

        .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content {
            text-align: center;
            min-height: 100px;
        }

            .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name {
                color: #333 !important;
                font-size: 18px !important;
                font-weight: 300 !important;
                line-height: 24px;
            }

                .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name p {
                    padding: 0px 5px;
                    color: #333 !important;
                    font-weight: 300;
                    margin: 0px !important;
                }

            .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p {
                margin: 0px !important;
                color: #CE1D24 !important;
            }

                .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-price {
                    font-weight: bold !important;
                    line-height: 25px !important;
                    color: #CE1D24 !important;
                    margin-right: 10px !important;
                }

                .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice {
                    color: #898989;
                    font-weight: 300;
                    font-size: 13px;
                }

                    .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice:before {
                        content: " ";
                        width: 2px;
                        background: #b6b6b6;
                        height: 12px;
                        position: absolute;
                        margin-left: -9px;
                        margin-top: 9px;
                    }

            .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-description {
                color: #898989 !important;
                font-size: 13px;
                margin: 0px !important;
            }

        .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action {
            margin-top: 5px;
        }

            .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form {
                margin-bottom: 0px !important;
            }

                .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
                    background-image: none;
                    line-height: 24px !important;
                    border-radius: 3px !important;
                    cursor: pointer;
                    display: inline-block;
                    font-size: 12px !important;
                    text-transform: uppercase !important;
                    font-weight: 400;
                    color: #fff !important;
                    background: #CE1D24 !important;
                    border: solid 1px #CE1D24 !important;
                    padding: 7px 12px;
                    text-align: center;
                    vertical-align: middle;
                    white-space: nowrap;
                }

                    .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:hover {
                        border-color: #CE1D24 !important;
                        color: #CE1D24 !important;
                        background: #fff !important;
                    }

            .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove {
                text-align: center;
            }

                .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link {
                    font-size: 11px !important;
                    line-height: 24px;
                    color: #616161 !important;
                    text-transform: uppercase !important;
                    font-weight: 500 !important;
                }

                    .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:before {
                        font-family: 'FontAwesome';
                        content: "\f00d";
                        position: absolute;
                        margin-left: -20px;
                        margin-top: 1px;
                        font-size: 14px;
                        color: #616161;
                    }

                    .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover {
                        color: #CE1D24 !important;
                        text-decoration: none !important;
                    }

                        .wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover:before {
                            color: #CE1D24 !important;
                        }

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .wishlist-grid-view .wishlist-product {
        width: calc(100% / 4) !important;
    }

    .wishlist-page-body .wishlist-clearfix .wishlist-share {
        width: 18% !important;
    }
}

@media screen and (max-width: 991px) {
    .wishlist-page-body .wishlist-clearfix .wishlist-share {
        width: 30% !important;
        margin-top: 3px;
    }
}

@media screen and (max-width: 720px) {
    .wishlist-share-select select {
        height: 40px !important;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .wishlist-page-body .wishlist-clearfix .wishlist-display-style {
        float: none !important;
        position: absolute;
        top: 60px;
        right: 15px;
        width: 30% !important;
        text-align: right;
    }

    .wishlist-page-body .wishlist-clearfix .wishlist-search {
        position: relative;
        width: 60% !important;
    }
}

@media screen and (max-width: 767px) {
    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
        width: calc(100% - 160px);
    }

    .wishlist-list-view .wishlist-product-btn, .wishlist-list-view .wishlist-sold-out-btn {
        display: block;
        width: 45% !important;
    }

    .article-main .postby .post_name {
        width: 100%;
        float: left;
    }

    .wishlist-page-body .wishlist-clearfix .wishlist-search {
        width: 100% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .wishlist-grid-view .wishlist-product {
        width: calc(100% / 3) !important;
    }
}

@media screen and (min-width: 581px) and (max-width: 767px) {
    .wishlist-grid-view .wishlist-product {
        width: calc(100% / 2) !important;
    }
}

@media screen and (max-width: 580px) {
    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
        width: 100% !important;
    }

    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-img {
        width: 100% !important;
        height: auto;
    }

    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
        border-color: #ff4157 !important;
        color: #ff4157 !important;
        background: #fff !important;
        width: auto !important;
    }

    .wishlist-grid-view .wishlist-product {
        width: calc(100% / 1) !important;
    }
}

@media screen and (max-width: 580px) and (max-width: 500px) {
    .products-view-list .product-box .product-info {
        width: calc(100% / 3 * 2 - 15px);
    }
}
