/**
    Theme Name: Anton
    Theme URI: http://engotheme.com/
    Author: Engo Team
    Author URI: http://engotheme.com/
    Description: Engo ABC HTML Template
    Version: 1.0
    Last change:    23/2/2018 [Initial Release]
    License: GNU General Public License v2 or later
    Text Domain: Engotheme
 **/
/*------------------------------------------------------------------
[Table of contents]
        sass
            1. BASE,VARIABLE
            2. MAP
            3. OVERLAY
            4. NAV
            5. SLIDE-NAV
            6. BTN
            7. HEADER
            8. HEADER-h2
            9. HEADER-h3
            10. BANNER-v1 
            11. BANNER-TOP 
            12. BANNER-CHECKOUT
            13. BANNER-BLOG 
            14. BANNER-ABOUT 
            15. BANNER-h3
            16. BANNER-v4 
            17. BLOG        
            18. ITEM
            19. CONTENT
            20. CATEGORY
            21. PRODUCTS
            22. FORM
            23. COMMING-SOON-PAGE
            24. FOOTER
            25. PAGE
           
-------------------------------------------------------------------*/
/*   1. BASE,VARIABLE*/
body {
    font-size: 14px;
    font-family: 'Lato','Arial', 'Poppins', sans-serif;
    letter-spacing: 1px;
}

input {
    outline: none;
    border: 1px solid #e5e5e5;
    width: 100%;
    /*height: 40px;*/
    padding-left: 20px;
}

button {
    outline: none;
}

h3 {
    font-size: 32px;
    font-weight: 500px;
    color: #111111;
    text-transform: uppercase;
}

p {
    font-size: 15px;
    font-weight: 300;
    color: #888888;
}

a:hover {
    text-decoration: none !important;
}

li {
    list-style-type: none;
    display: inline-block;
}

/* end/  1. BASE,VARIABLE */
/* 2. MAP */
#map {
    height: 460px;
    /*width: 100%;*/
}

.map .img-map {
    padding-left: 0;
    padding-right: 0;
}

/* end/ 2. MAP */
/*    3. OVERLAY */
.overlay {
    height: 100%;
    transform: translateX(100%);
    position: fixed;
    z-index: 2;
    width: 320px;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: all 0.3s;
    padding: 0 30px 30px 30px;
}

    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .overlay a:hover,
        .overlay a:focus {
            color: #f1f1f1;
        }

    .overlay .closebtn {
        position: absolute;
        top: 38px;
        right: 8px;
        cursor: pointer;
        font-size: 60px;
    }

.overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    top: 10%;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
/* end/   3. OVERLAY */



.NOIMAGE .pageTitleName {
    text-align: left;
}

.NOIMAGE .DDLSORTBY {
    float: right;
}

.HAVEIMAGE .pageTitleName {
    text-align: center;
    /*margin-top: 15%;*/
}

.HAVEIMAGE .DDLSORTBY {
    float: none;
}

@media only screen and (max-width: 992px) {
    .NOIMAGE .pageTitleName {
        text-align: center;
    }

    .NOIMAGE .DDLSORTBY {
        float: none;
    }
}

/*.flotRight {
    float: right;
}

.pageTitleName {
    text-align: center;
    margin-top: 15%;
}

@media only screen and (max-width: 992px) {
    .flotRight {
        float: none;
    }

    .pageTitleName {
        text-align: center;
    }
}*/
/*  4. NAV*/
.myNav {
    transform: translateX(0%);
}

.off-canvas-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 320px;
    background-color: white;
    transform: translate(0, 0);
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    transition: left 500ms ease 0s;
    z-index: 999;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    border-right: 1px solid #eeeeee;
}

    .off-canvas-nav .off-canvas-header {
        padding: 20px 0 30px 15px;
        position: relative;
    }

    .off-canvas-nav .remove-menumobile {
        font-size: 40px;
        color: #333333;
        position: absolute;
        right: 6px;
        top: 15px;
        cursor: pointer;
        transition: all 0.4s ease 0s;
    }

    .off-canvas-nav .noo-main-canvas ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .off-canvas-nav .noo-main-canvas .navbar-nav li {
        line-height: 38px;
        position: relative;
        width: 100%;
    }

        .off-canvas-nav .noo-main-canvas .navbar-nav li a {
            padding-left: 15px;
            padding-right: 45px;
            color: black;
            font-size: 16px;
            text-decoration: none;
        }

        .off-canvas-nav .noo-main-canvas .navbar-nav li .sub-menu {
            display: none;
            padding-left: 10px;
            background: white;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .off-canvas-nav .noo-main-canvas .navbar-nav li .noo-sub-icon {
            position: absolute;
            font-size: 16px;
            top: 6px;
            right: 10px;
            padding: 3px 10px 3px 25px;
            cursor: pointer;
        }

.open-canvas-nav {
    left: 0 !important;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
/* end/ 4. NAV */
/*  5. SLIDE-NAV */
.sidenav {
    height: 100%;
    width: 320px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -104%;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 10px 0px 10px -10px rgba(0, 0, 0, 0.75);
    padding: 25px 25px 25px 25px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.mySidenav {
    left: 0;
    z-index: 9999;
}

/* end/ 5. SLIDE-NAV*/
/*     6. BTN*/
a.bttn {
    color: #111111;
    text-decoration: none;
    transition: 0.3s ease all;
    margin-top: -15px;
}

    a.bttn:hover {
        color: #FFF;
    }

    a.bttn:focus {
        color: #FFF;
    }

.bttn {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    width: 90px;
    font-weight: 400;
    padding: 10px 0px;
    border: 1px solid #e5e5e5;
    position: relative;
}

    .bttn:before {
        transition: 0.5s all ease;
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        bottom: 0;
        opacity: 0;
        content: '';
        color: #FFF;
        background-color: #111111;
        z-index: -2;
    }

    .bttn:hover {
        color: #FFF;
        z-index: 10;
        background-color: black;
    }

        .bttn:hover:before {
            transition: 0.5s all ease;
            left: 0;
            right: 0;
            opacity: 1;
        }

    .bttn:focus:before {
        transition: 0.5s all ease;
        left: 0;
        right: 0;
        opacity: 1;
    }

.btn-black {
    color: white;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: #111111;
}

    .btn-black:hover {
        color: black;
    }

    .btn-black span {
        position: relative;
        z-index: 100;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .btn-black:before, .btn-black:after {
        content: '';
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .btn-black:before {
        transform: translate3d(-100%, 0, 0);
        color: black;
        transition: transform 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .btn-black:after {
        background-color: white;
        color: black;
        border: 1px solid #e5e5e5;
        transform: translate3d(100%, 0, 0);
        transition: transform 400ms cubic-bezier(0.16, 0.73, 0.58, 0.62);
    }

    .btn-black:hover:before {
        transform: translate3d(0, 0, 0);
    }

    .btn-black:hover:after {
        transform: translate3d(0, 0, 0);
    }

.btn.active,
.btn:active {
    background-image: none;
    box-shadow: none !important;
}

.btn-white {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

.btn-sm {
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0;
    font-size: 14px;
    outline: none;
}

.btn-navbar-menu {
    position: relative;
    padding-bottom: 15px;
    z-index: 1;
}

    .btn-navbar-menu .hover-menu-icon {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        width: 600px;
        border: 0;
        border-radius: 0;
        right: 0;
        padding-left: 50px;
        background-color: #fff;
        transition: all 0.3s ease;
        top: 130%;
        box-shadow: 0 0 15px -5px;
    }

        .btn-navbar-menu .hover-menu-icon .list-menu {
            width: 32%;
            display: inline-table;
            text-align: left;
        }

            .btn-navbar-menu .hover-menu-icon .list-menu h4 {
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 400;
                position: relative;
                padding-bottom: 20px;
                margin-top: 30px;
                font-family: 'Poppins', sans-serif;
            }

                .btn-navbar-menu .hover-menu-icon .list-menu h4:after {
                    left: 0;
                    bottom: 0;
                    height: 1px;
                    width: 60px;
                    background: #e5e5e5;
                    content: "";
                    position: absolute;
                }

            .btn-navbar-menu .hover-menu-icon .list-menu ul {
                padding-left: 0;
                margin-bottom: 40px;
            }

                .btn-navbar-menu .hover-menu-icon .list-menu ul li {
                    display: block;
                    margin-top: 25px;
                }

                    .btn-navbar-menu .hover-menu-icon .list-menu ul li a {
                        font-size: 14px;
                        font-weight: 300;
                        text-transform: none;
                        color: #888888;
                        font-family: 'Poppins', sans-serif;
                        transition: all 0.3s ease;
                        margin-left: 0;
                    }

                        .btn-navbar-menu .hover-menu-icon .list-menu ul li a:hover {
                            margin-right: 5px;
                            color: #111111;
                        }

    .btn-navbar-menu:hover .hover-menu-icon {
        opacity: 1;
        transition: all 0.3s ease;
        top: 85%;
        z-index: 22;
        visibility: inherit;
    }

/*  end/   6. BTN*/
/*   7. HEADER*/
@media only screen and (max-width: 992px) {
    .header {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 992px) {
    .header .header-top-h3 {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .header .header-main {
        display: none;
    }
}

.header .header-mobi {
    display: none;
}

    .header .header-mobi .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

@media only screen and (max-width: 992px) {
    .header .header-mobi {
        display: block;
    }
}

.header .header-mobi .icon-hd-mb {
    margin-top: 10px;
    border-bottom: 1px solid #e5e5e5;
}

    .header .header-mobi .icon-hd-mb .icon-hd-mb-left {
        display: inline-block;
        padding-left: 0;
    }

        .header .header-mobi .icon-hd-mb .icon-hd-mb-left li {
            position: relative;
        }

        .header .header-mobi .icon-hd-mb .icon-hd-mb-left a {
            color: #888888;
            font-size: 22px;
            margin-left: 15px;
            z-index: 99;
            text-decoration: none;
            margin-right: 15px;
        }

        .header .header-mobi .icon-hd-mb .icon-hd-mb-left .close {
            color: black;
        }

        .header .header-mobi .icon-hd-mb .icon-hd-mb-left .hover-menu-icon .list-menu:first-child {
            padding-top: 30px;
        }

        .header .header-mobi .icon-hd-mb .icon-hd-mb-left .list-menu h4 {
            font: 400 14px "poppins";
            text-transform: uppercase;
            color: #111111;
            border-bottom: 1px solid #e5e5e5;
            margin-right: 25px;
            padding-bottom: 15px;
        }

        .header .header-mobi .icon-hd-mb .icon-hd-mb-left .list-menu ul {
            padding-left: 0;
        }

            .header .header-mobi .icon-hd-mb .icon-hd-mb-left .list-menu ul li {
                display: block;
            }

                .header .header-mobi .icon-hd-mb .icon-hd-mb-left .list-menu ul li a {
                    margin-left: 0;
                    font: 300 13px "poppins";
                    color: #888888;
                }

        .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart {
            font-family: 'Poppins', sans-serif;
            z-index: 9999;
        }

            .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .account {
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 400;
                position: relative;
                padding-bottom: 25px;
                margin-top: 0px;
                text-align: left;
            }

                .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .account:after {
                    left: 0;
                    bottom: 0;
                    height: 1px;
                    width: 60px;
                    background: #e5e5e5;
                    content: "";
                    position: absolute;
                }

            .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item {
                margin-top: 25px;
            }

                .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item .img-prd {
                    float: left;
                    width: 30%;
                }

                    .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item .img-prd img {
                        margin-left: 0;
                        margin-top: 0;
                    }

                .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item .title {
                    width: 70%;
                    display: inline-block;
                    text-align: left;
                }

                    .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item .title .product-name a {
                        font-weight: 400;
                        color: #333333;
                        font-size: 15px;
                        text-decoration: none;
                        margin-left: 5px;
                    }

                        .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item .title .product-name a:focus {
                            outline: none;
                        }

                        .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item .title .product-name a:hover {
                            color: #ea5e03;
                        }

                    .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item .title .product-price {
                        margin-left: 17px;
                    }

                        .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item .title .product-price p {
                            font-weight: 400;
                            color: #333333;
                            font-size: 13px;
                            display: inline-block;
                            margin-right: 15px;
                        }

                        .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item .title .product-price del {
                            font-weight: 400;
                            font-size: 13px;
                            color: #e5e5e5;
                        }

            .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .menu-cart-total {
                margin-top: 50px;
            }

                .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .menu-cart-total .list-money {
                    border-bottom: solid 1px #e1e1e1;
                    color: #888888;
                    padding: 15px 0;
                }

                    .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .menu-cart-total .list-money label {
                        font-size: 14px;
                        text-transform: uppercase;
                        font-weight: 300;
                        float: left;
                    }

                    .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .menu-cart-total .list-money .money {
                        text-align: right;
                        display: block;
                    }

                    .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .menu-cart-total .list-money:last-child {
                        font-weight: 400;
                        color: #111111;
                    }

            .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .actions {
                text-align: center;
                margin-top: 40px;
                margin-bottom: 25px;
            }

                .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .actions a {
                    display: inline-block;
                    height: 40px;
                    width: 140px;
                    text-transform: uppercase;
                    color: white !important;
                    background-color: #111111;
                    padding: 10px 20px 10px 20px;
                    font-weight: 400;
                    font-size: 14px !important;
                    padding-top: 13px;
                    text-align: center;
                    transition: all 0.3s ease;
                    margin-bottom: 10px;
                }

                    .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .actions a:hover {
                        border: 1px solid #898989;
                        background: transparent;
                        color: #333333 !important;
                    }

        .header .header-mobi .icon-hd-mb .icon-hd-mb-left .submenu_user {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            transition: all 0.5s ease 0s;
        }

            .header .header-mobi .icon-hd-mb .icon-hd-mb-left .submenu_user li {
                display: block;
            }

                .header .header-mobi .icon-hd-mb .icon-hd-mb-left .submenu_user li a {
                    font: 300 12px "Poppins";
                }

        .header .header-mobi .icon-hd-mb .icon-hd-mb-left .js-click-user:focus {
            color: #ea5e03;
        }

        .header .header-mobi .icon-hd-mb .icon-hd-mb-left .js-click-user:active {
            color: #ea5e03;
        }

        .header .header-mobi .icon-hd-mb .icon-hd-mb-left .js-open-user {
            opacity: 1;
            visibility: visible;
            transition: all 0.5s ease 0s;
            padding: 10px 30px 10px 0px;
            z-index: 2;
            top: 34px;
            background-color: white;
            position: absolute;
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
            left: 4px;
            width: 150px;
        }

    .header .header-mobi .icon-hd-mb .icon-hd-mb-right {
        margin-right: 15px;
        float: right;
        display: inline-block;
    }

        .header .header-mobi .icon-hd-mb .icon-hd-mb-right a {
            color: #888888;
            font-size: 22px;
            margin-left: 15px;
            text-decoration: none;
            float: right;
        }

        .header .header-mobi .icon-hd-mb .icon-hd-mb-right .menubar-search-form {
            opacity: 0;
            visibility: hidden;
            position: absolute;
        }

            .header .header-mobi .icon-hd-mb .icon-hd-mb-right .menubar-search-form input {
                top: 0;
                transition: all 0.5s ease 0s;
            }

            .header .header-mobi .icon-hd-mb .icon-hd-mb-right .menubar-search-form button {
                top: 0;
                transition: all 0.5s ease 0s;
            }

        .header .header-mobi .icon-hd-mb .icon-hd-mb-right .js-open-search {
            transform: translateY(1px);
            opacity: 1;
            visibility: visible;
            position: relative;
            z-index: 3;
            transition: all 0.5s ease 0s;
        }

            .header .header-mobi .icon-hd-mb .icon-hd-mb-right .js-open-search input {
                width: auto;
                right: 0px;
                position: absolute;
                top: 0px;
                z-index: 2;
                border: 1px solid #e5e5e5;
                border-radius: 0px;
                box-shadow: none;
                text-align: left;
                padding-left: 15px;
                transition: all 0.4s ease 0s;
                font: 300 14px "Poppins";
            }

            .header .header-mobi .icon-hd-mb .icon-hd-mb-right .js-open-search button {
                position: absolute;
                top: 46px;
                z-index: 2;
                font-size: 22px;
                transition: all 0.5s ease 0s;
            }

.header .header-mobi .lg-hd {
    padding-top: 15px;
    padding-bottom: 20px;
}

    .header .header-mobi .lg-hd .img-bar {
        text-align: right;
        z-index: 1;
        line-height: 32px;
    }

        .header .header-mobi .lg-hd .img-bar ul {
            margin: 0;
        }

        .header .header-mobi .lg-hd .img-bar .btn-navbar {
            cursor: pointer;
        }

.header .header-mobi .ic-hd-top {
    text-align: right;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    border-bottom: 1px solid #e5e5e5;
}

    .header .header-mobi .ic-hd-top a {
        color: #888888;
        font: 300 12px "poppins";
        background-color: white;
    }

        .header .header-mobi .ic-hd-top a:focus {
            border: 0;
        }

    .header .header-mobi .ic-hd-top .bootstrap-select .dropdown-menu {
        min-width: 70px;
    }

.header .header-top {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .header .header-top {
        display: none;
    }
}

.header .header-top .icon-header-left a {
    color: #888888;
    font-size: 16px;
    margin-left: 15px;
}

    .header .header-top .icon-header-left a:hover {
        color: #111111;
    }

.header .header-top .icon-header-right a:focus {
    text-decoration: none;
}

.header .header-top .icon-header-right a:hover {
    text-decoration: none;
}

.header .header-top .icon-header-right a,
.header .header-top .icon-header-right i {
    font-size: 22px;
    color: #333333;
    margin-left: 19px;
}

@media (max-width: 1199px) {
    .header .header-top .icon-header-right a,
    .header .header-top .icon-header-right i {
        margin-left: 13px;
    }
}

.header .header-top .icon-header-right a:hover span,
.header .header-top .icon-header-right i:hover span {
    color: #ea5e03;
}

.header .header-top .icon-header-right img {
    margin-top: -10px;
    margin-left: 10px;
    cursor: pointer;
}

.header .header-top .icon-header-right .dropdown-menu {
    top: 40%;
}

    .header .header-top .icon-header-right .dropdown-menu ul li a:hover {
        background-color: white;
    }

.header .header-top .icon-header-right .hover-icon-cart p {
    position: absolute;
    top: 40%;
    left: 90%;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    color: #111111;
}

.header .header-top .icon-header-right .hover-icon-cart-h3 p {
    color: white;
}

.header .header-main {
    text-align: center;
    padding-top: 0px;
    border-top: 0px solid #e5e5e5;
}

    .header .header-main .level1 {
        display: inline-block;
    }

        .header .header-main .level1 .level11 {
            display: inline-block;
            list-style-type: none;
            padding-left: 22px;
            padding-right: 22px;
        }

@media only screen and (max-width: 1366px) {
    .header .header-main .level1 .level11 {
        padding: 10px;
    }
}

.header .header-main .level1 .level11 a {
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: 400;
}

.header .header-main .level1 .level11:hover .hover-menu-home {
    opacity: 1;
    transition: all 0.5s ease;
    top: 80%;
    z-index: 2;
    visibility: inherit;
}

.header .header-main .level1 .level11:hover .hover-blog {
    top: 120%;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 2;
    visibility: inherit;
}

.header .header-main .level1 .level11 .hover-menu-home {
    opacity: 0;
    top: 100%;
    transition: all 0.5s ease;
    position: absolute;
    width: 450px;
    right: -213%;
    transition-duration: 180ms;
    border-radius: 0;
    border: 0;
    padding: 0 0;
    transform: translate(0, 24px);
    background-color: white;
    box-shadow: 1px 1px 10px -4px;
    overflow: hidden;
}

    .header .header-main .level1 .level11 .hover-menu-home .item-menu-home {
        display: inline-block;
        width: 30%;
        float: left;
        position: relative;
        text-align: left;
        padding-top: 40px;
    }

        .header .header-main .level1 .level11 .hover-menu-home .item-menu-home:last-child {
            width: 40%;
            padding-top: 0;
        }

        .header .header-main .level1 .level11 .hover-menu-home .item-menu-home:first-child {
            padding-left: 30px;
        }

        .header .header-main .level1 .level11 .hover-menu-home .item-menu-home img {
            width: 100%;
        }

        .header .header-main .level1 .level11 .hover-menu-home .item-menu-home .title {
            position: absolute;
            top: 10%;
            left: 15%;
        }

            .header .header-main .level1 .level11 .hover-menu-home .item-menu-home .title h2 {
                font-weight: 400;
                font-size: 22px;
                text-transform: uppercase;
                float: left;
            }

            .header .header-main .level1 .level11 .hover-menu-home .item-menu-home .title h3 {
                font-weight: 600;
                font-size: 28px;
                text-transform: uppercase;
                display: inline-block;
                margin-top: 15px;
                margin-left: 10px;
            }

        .header .header-main .level1 .level11 .hover-menu-home .item-menu-home h4 {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 400;
            position: relative;
            padding-bottom: 25px;
            margin-top: 0px;
        }

            .header .header-main .level1 .level11 .hover-menu-home .item-menu-home h4:after {
                left: 0;
                bottom: 0;
                height: 1px;
                width: 60px;
                background: #e5e5e5;
                content: "";
                position: absolute;
            }

        .header .header-main .level1 .level11 .hover-menu-home .item-menu-home ul {
            padding-left: 0;
            margin-top: 30px;
        }

            .header .header-main .level1 .level11 .hover-menu-home .item-menu-home ul li {
                display: block;
                text-align: left;
                margin-top: 20px;
            }

                .header .header-main .level1 .level11 .hover-menu-home .item-menu-home ul li a {
                    font-size: 14px;
                    font-weight: 300;
                    text-transform: none;
                    color: #888888;
                    transition: all 0.5s ease;
                }

                    .header .header-main .level1 .level11 .hover-menu-home .item-menu-home ul li a:hover {
                        color: #111111;
                        font-weight: 400;
                        margin-left: 5px;
                    }

.header .header-main .level1 .level11 .hover-blog {
    transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    position: absolute;
    border-radius: 0;
    border: 0;
    padding: 35px 0px 35px 30px;
    background-color: white;
    width: 260px;
    box-shadow: 1px 1px 10px -4px;
}

    .header .header-main .level1 .level11 .hover-blog li {
        margin-bottom: 15px;
        display: block;
        text-align: left;
    }

        .header .header-main .level1 .level11 .hover-blog li a {
            font-size: 14px;
            font-weight: 300;
            text-transform: none;
            color: #888888;
            transition: all 0.2s ease;
        }

            .header .header-main .level1 .level11 .hover-blog li a:hover {
                color: #111111;
                font-weight: 400;
                margin-left: 5px;
                background-color: white;
                transition: all 0.2s ease;
            }

.header .header-main .level1 .level11.active > a {
    font-weight: 500;
}

.header .header-main .level1_h3 {
    margin-top: 0px;
}

.header .header-main .level1_h1 {
    display: inline-block;
    padding-left: 0;
}

    .header .header-main .level1_h1 .level11 {
        padding: 19px;
        position: relative;
    }

@media only screen and (max-width: 1366px) {
    .header .header-main .level1_h1 .level11 {
        padding: 10px;
    }
}

.header .header-main .level1_h2 {
    margin-top: 15px;
}

    .header .header-main .level1_h2 .level11 {
        padding: 20px 14px 20px 14px;
    }

/*   end/   7. HEADER */
/* 8. HEADER-h2 */
.header-h2 .header-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0px;
}

    .header-h2 .header-top .icon-left {
        margin-top: 30px;
    }

        .header-h2 .header-top .icon-left a {
            color: #888888;
            margin-left: 10px;
            font-size: 15px;
        }

            .header-h2 .header-top .icon-left a:hover {
                color: #111111;
            }

    .header-h2 .header-top .item-logo {
        text-align: center;
        margin-top: 22px;
    }

    .header-h2 .header-top .item-icon {
        margin-top: 25px;
        padding-right: 70px;
    }

@media only screen and (max-width: 1024px) {
    .header-h2 .header-top .item-icon {
        padding-right: 0;
    }
}

.header-h2 .header-top .item-icon ul {
    padding-left: 0;
}

.header-h2 .header-main {
    margin-bottom: 20px;
    padding-top: 0;
}

    .header-h2 .header-main .level1_h2 .level11 {
        position: relative;
    }

        .header-h2 .header-main .level1_h2 .level11:hover .hover-menu-home {
            top: 58%;
        }

        .header-h2 .header-main .level1_h2 .level11:hover .hover-blog {
            top: 65%;
        }

        .header-h2 .header-main .level1_h2 .level11 .hover-menu-home {
            left: -120px;
        }

.header-h2 .level1 > .level11.active > a {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #898989;
    padding: 10px 20px 10px 20px;
}

/*   end/    8. HEADER-h2 */
/* 9. HEADER-h3 */
.header-h3 .header-top-h3 {
    margin-top: 20px;
}

    .header-h3 .header-top-h3 .dr-left {
        float: left;
    }

        .header-h3 .header-top-h3 .dr-left .dropdown {
            display: inline-block;
            margin-right: 15px;
        }

            .header-h3 .header-top-h3 .dr-left .dropdown p,
            .header-h3 .header-top-h3 .dr-left .dropdown span,
            .header-h3 .header-top-h3 .dr-left .dropdown li {
                font-weight: 400;
                font-size: 12px;
                color: #333333;
                display: inline-block;
            }

            .header-h3 .header-top-h3 .dr-left .dropdown li {
                display: block;
            }

            .header-h3 .header-top-h3 .dr-left .dropdown button {
                border: 0;
                background-color: white;
            }

                .header-h3 .header-top-h3 .dr-left .dropdown button span {
                    font: 400 12px "Poppins";
                }

        .header-h3 .header-top-h3 .dr-left .bootstrap-select .dropdown-menu {
            min-width: 70px;
        }

        .header-h3 .header-top-h3 .dr-left .dropdown-menu {
            position: absolute;
            top: 100%;
        }

            .header-h3 .header-top-h3 .dr-left .dropdown-menu a {
                font: 400 12px "Poppins";
                color: black;
            }

        .header-h3 .header-top-h3 .dr-left .drd-menu {
            border: 0;
            border-radius: 0;
        }

    .header-h3 .header-top-h3 .lg-ic {
        text-align: right;
        margin-top: 7px;
    }

        .header-h3 .header-top-h3 .lg-ic a:first-child {
            margin-right: 0;
        }

        .header-h3 .header-top-h3 .lg-ic a:last-child p:before {
            background-color: white;
        }

        .header-h3 .header-top-h3 .lg-ic a {
            display: inline-block;
            font-size: 12px;
            color: #444444;
            font-weight: 400;
            margin-right: 5px;
            vertical-align: middle;
        }

            .header-h3 .header-top-h3 .lg-ic a span {
                font-size: 18px;
                vertical-align: super;
            }

            .header-h3 .header-top-h3 .lg-ic a p {
                font-size: 12px;
                font-size: 12px;
                color: #444444;
                line-height: 1;
                position: relative;
            }

                .header-h3 .header-top-h3 .lg-ic a p:before {
                    content: "";
                    height: 12px;
                    width: 1px;
                    background-color: #444444;
                    position: absolute;
                    right: -5px;
                }

.header-h3 .logo-h3 {
    margin-top: 7px;
}

@media only screen and (max-width: 1366px) {
    .header-h3 .logo-h3 {
        margin-top: 0;
    }
}

.header-h3 .header-top {
    margin-top: 20px;
    margin-bottom: 15px;
}

.header-h3 .header-bt-h3 {
    background-color: #111111;
    padding-top: 25px;
    padding-bottom: 25px;
}

    .header-h3 .header-bt-h3 .header-main {
        padding-top: 0;
        padding-bottom: 0;
    }

        .header-h3 .header-bt-h3 .header-main .level1 .level11 a {
            color: #dddddd;
        }

    .header-h3 .header-bt-h3 .icon-header-right {
        margin-top: 13px;
    }

@media only screen and (max-width: 1366px) {
    .header-h3 .header-bt-h3 .icon-header-right {
        margin-top: 0;
    }
}

.header-h3 .header-bt-h3 .icon-header-right a,
.header-h3 .header-bt-h3 .icon-header-right i {
    color: #dddddd;
}

.header-h3 .header-bt-h3 .icon-header-right img {
    margin-top: -10px;
    margin-left: 10px;
}

.header-h3 .header-bt-h3 .icon-header-right ul {
    padding-left: 0;
}

/*   end/  9. HEADER-h3*/
/*   10. BANNER-v1  */
.banner_v1 {
    text-align: center;
    margin-top: 52px;
}

    .banner_v1 .title {
        font-weight: 300;
        font-size: 24px;
    }

        .banner_v1 .title img {
            display: inline-block;
        }

    .banner_v1 .img-banner {
        width: 100%;
        margin-top: 55px;
    }

        .banner_v1 .img-banner .item {
            position: relative;
            display: inline-block;
            float: left;
            padding: 0 8px 0 8px;
        }

@media only screen and (max-width: 500px) {
    .banner_v1 .img-banner .item {
        padding: 0 15px 0 15px;
    }
}

.banner_v1 .img-banner .item .img-bn {
    overflow: hidden;
    display: inline-block;
}

    .banner_v1 .img-banner .item .img-bn:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: all 0.6s ease-in-out;
    }

    .banner_v1 .img-banner .item .img-bn:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: all 0.6s ease-in-out;
    }

    .banner_v1 .img-banner .item .img-bn:hover:before {
        right: 50%;
        left: 50%;
        width: 0;
        background: rgba(255, 255, 255, 0.5);
    }

    .banner_v1 .img-banner .item .img-bn:hover:after {
        height: 0;
        top: 50%;
        bottom: 50%;
        background: rgba(255, 255, 255, 0.5);
    }

.banner_v1 .img-banner .item .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .banner_v1 .img-banner .item .title .btnn {
        border: 0;
        height: 50px;
        width: 213px;
        background-color: white;
        font-size: 22px;
        font-weight: 400;
        outline: none;
        transition: all 0.4s ease;
    }

        .banner_v1 .img-banner .item .title .btnn:hover {
            background-color: #111111;
            transition: all 0.4s ease;
            color: #dddddd;
        }

@media only screen and (min-width: 1024px) and (max-width: 1572px) {
    .banner_v1 .img-banner .item .title .btnn {
        width: 170px;
        height: 40px;
    }
}

.banner_v1 .img-banner .item-l-r {
    width: 30%;
}

@media only screen and (max-width: 769px) {
    .banner_v1 .img-banner .item-l-r {
        width: 100%;
    }
}

.banner_v1 .img-banner .item-l-r .title span {
    height: 40px;
    width: 140px;
    background-color: white;
    font-size: 22px;
    font-weight: 400;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
}

.banner_v1 .img-banner .item-center {
    width: 40%;
}

@media only screen and (max-width: 769px) {
    .banner_v1 .img-banner .item-center {
        width: 100%;
    }
}

.banner_v1 .img-banner .item-center .title {
    text-align: left;
    left: 34%;
    top: 44%;
}

    .banner_v1 .img-banner .item-center .title span {
        height: 40px;
        width: 140px;
        background-color: #111111;
        font-size: 14px;
        font-weight: 400;
        padding: 8px 22px 10px 20px;
        cursor: pointer;
        color: #dddddd;
        text-transform: uppercase;
        transition: all 0.4s ease;
    }

        .banner_v1 .img-banner .item-center .title span:hover {
            border: 1px solid #898989;
            background: transparent;
            color: #333333;
            transition: all 0.4s ease;
        }

    .banner_v1 .img-banner .item-center .title p {
        font-size: 16px;
        margin-bottom: 19px;
    }

@media only screen and (max-width: 414px) {
    .banner_v1 .img-banner .item-center .title p {
        display: none;
    }
}

.banner_v1 .img-banner .item-center .title h3 {
    font-weight: 500;
    text-transform: none;
    font-size: 60px;
}

@media (max-width: 1367px) {
    .banner_v1 .img-banner .item-center .title h3 {
        font-size: 44px;
    }
}

.banner-top-v1 {
    background-position: center !important;
    background-image: url(../images/Product3_Columns/bgr_banner_v1.png);
    padding: 68px;
    position: relative;
    text-align: center;
}

    .banner-top-v1 h3 {
        color: #dddddd;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 400;
    }

@media (max-width: 767px) {
    .banner-top-v1 h3 {
        font-size: 14px;
        line-height: 20px;
    }
}

.banner-top-v1 p {
    color: #dddddd;
    font-size: 14px;
    font-weight: 300;
}

/* end/  10. BANNER-v1  */
/* 11. BANNER-TOP  */
.banner-top {
    background-color: white;
    padding: 0px 0px 0px 0px;
    margin-top: -30px;
}

@media only screen and (max-width: 992px) {
    .banner-top {
        margin-top: 0;
    }
}

.banner-top ul {
    padding-left: 0;
}

    .banner-top ul li a {
        font-weight: 400;
        color: #888888;
    }

@media (max-width: 480px) {
    .banner-top ul li a {
        font-size: 12px;
    }
}

/*  end/ 11. BANNER-TOP  */
/* 12. BANNER-CHECKOUT */
.banner-checkout {
    padding: 55px !important;
}

@media only screen and (max-width: 736px) {
    .banner-checkout {
        padding: 50px !important;
    }
}

.banner-checkout h3 {
    margin-top: 24px;
    margin-bottom: 6px;
}

.banner-checkout p {
    margin-top: 0;
}

/* end/  12. BANNER-CHECKOUT */
/* 13. BANNER-BLOG  */
.banner-blog {
    padding: 55px;
    background-image: url(../images/blog/bgr_blog.png) !important;
    background-attachment: fixed;
    background-size: cover;
}

@media only screen and (max-width: 414px) {
    .banner-blog {
        padding: 35px;
    }
}

/* 14. BANNER-ABOUT  */
.banner-about {
    padding: 55px;
    background-image: url(../images/About_us/blog.png) !important;
    background-attachment: fixed;
    background-size: cover;
}

@media only screen and (max-width: 414px) {
    .banner-about {
        padding: 35px;
    }
}

/* END/ 14. BANNER-ABOUT  */
/* 15. BANNER-h3  */
.banner-h3 .container-fluid .a {
    padding-right: 0;
    padding-left: 0;
}

.banner-h3 .mg-item {
    margin-right: 5px;
}

@media only screen and (max-width: 992px) {
    .banner-h3 .mg-item {
        margin-right: 0;
    }
}

.banner-h3 .mgl-item {
    margin-left: 5px;
}

@media only screen and (max-width: 992px) {
    .banner-h3 .mgl-item {
        margin-left: 0;
    }
}

.banner-h3 .item {
    position: relative;
    margin-bottom: 10px;
}

    .banner-h3 .item .img-bn {
        overflow: hidden;
    }

        .banner-h3 .item .img-bn img {
            transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
        }

            .banner-h3 .item .img-bn img:hover {
                transform: scale(1.1);
            }

        .banner-h3 .item .img-bn .banner-video {
            position: relative;
        }

            .banner-h3 .item .img-bn .banner-video .play-video {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border: 2px solid white;
                border-radius: 50%;
                height: 120px;
                width: 120px;
                transition: all 0.4s ease 0s;
            }

                .banner-h3 .item .img-bn .banner-video .play-video span {
                    font-size: 72px;
                    color: white;
                    position: absolute;
                    top: 20%;
                    left: 22%;
                    transition: all 0.4s ease 0s;
                }

                .banner-h3 .item .img-bn .banner-video .play-video:hover {
                    border: 2px solid #ea5e03;
                }

                    .banner-h3 .item .img-bn .banner-video .play-video:hover span {
                        color: #ea5e03;
                    }

    .banner-h3 .item .pst-bt {
        top: 17% !important;
        left: 28% !important;
        width: 50%;
    }

@media only screen and (max-width: 1366px) {
    .banner-h3 .item .pst-bt {
        top: 10% !important;
    }
}

.banner-h3 .item .title-banner {
    position: absolute;
    top: 35%;
    left: 21%;
    text-align: left;
}

    .banner-h3 .item .title-banner .txt {
        display: block;
        margin-bottom: 10px;
    }

        .banner-h3 .item .title-banner .txt h2 {
            font-size: 58px;
            font-weight: 400;
            display: inline-block;
            margin-right: 10px;
            text-transform: uppercase;
        }

@media only screen and (max-width: 1024px) {
    .banner-h3 .item .title-banner .txt h2 {
        font-size: 44px;
    }
}

@media only screen and (max-width: 992px) {
    .banner-h3 .item .title-banner .txt h2 {
        font-size: 24px;
    }
}

.banner-h3 .item .title-banner .txt h1 {
    font-weight: 600;
    font-size: 72px;
    display: inline-block;
    text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
    .banner-h3 .item .title-banner .txt h1 {
        font-size: 52px;
    }
}

@media only screen and (max-width: 992px) {
    .banner-h3 .item .title-banner .txt h1 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 992px) {
    .banner-h3 .item .title-banner {
        top: 25%;
    }
}

@media only screen and (max-width: 736px) {
    .banner-h3 .item .title-banner {
        top: 15%;
        left: 15%;
    }
}

.banner-h3 .item .title-banner h3 {
    font-weight: 500;
    text-transform: none;
    font-size: 49px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1366px) {
    .banner-h3 .item .title-banner h3 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 992px) {
    .banner-h3 .item .title-banner h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 414px) {
    .banner-h3 .item .title-banner h3 {
        margin-bottom: 25px;
    }
}

.banner-h3 .item .title-banner p {
    line-height: 25px;
    margin-bottom: 43px;
}

@media only screen and (max-width: 1366px) {
    .banner-h3 .item .title-banner p {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 414px) {
    .banner-h3 .item .title-banner p {
        display: none;
    }
}

.banner-h3 .item .title-banner .btnn {
    padding: 9px 23px 9px 23px;
    max-width: 160px;
    height: 40px;
    border: 1px solid #898989;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    color: #333333;
    cursor: pointer;
    transition: 0.5s all ease;
}

    .banner-h3 .item .title-banner .btnn:hover {
        background-color: #111111;
        color: #dddddd;
    }

/* emn/15. BANNER-h3 */
/*  16. BANNER-v4  */
.banner-v4 {
    padding-top: 130px;
    margin-bottom: 80px;
    margin-top: 79px;
    background-position: center !important;
    background-image: url(../images/Home_03/Banner_v3_Home3.png);
    text-align: center;
}

    .banner-v4 .title-banner {
        padding-top: 2px;
        padding-bottom: 130px;
        display: inline-block;
        text-align: right;
        margin-right: 19%;
    }

@media only screen and (max-width: 992px) {
    .banner-v4 .title-banner {
        margin-right: 0;
        text-align: center;
    }
}

.banner-v4 .title-banner .txt h2 {
    font-size: 58px;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .banner-v4 .title-banner .txt h2 {
        font-size: 35px;
    }
}

.banner-v4 .title-banner .txt h1 {
    font-weight: 600;
    font-size: 60px;
    display: inline-block;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .banner-v4 .title-banner .txt h1 {
        font-size: 40px;
    }
}

.banner-v4 .title-banner p {
    color: #ea5e03;
    margin-bottom: 45px;
}

.banner-v4 .title-banner .btnn {
    padding: 7px 15px 7px 15px;
    max-width: 130px;
    height: 40px;
    border: 1px solid #898989;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    color: #333333;
    cursor: pointer;
    background-color: #111111;
    color: #dddddd;
}

    .banner-v4 .title-banner .btnn:hover {
        border: 1px solid #898989;
        background: transparent;
        color: #333333;
        transition: all 0.2s ease 0s;
    }

/* END/ 16. BANNER-v4  */
/*     17. BLOG    */
.blog_left3 {
    margin-bottom: 61px;
    margin-top: 0;
}

.blog3 {
    padding-top: 27px;
}

@media (max-width: 991px) {
    .blog3 {
        padding-top: 0px;
    }
}

.blog3 nav {
    margin-bottom: 20px;
    text-align: center;
}

    .blog3 nav .load {
        text-transform: uppercase;
        font-weight: 300;
        color: #111111;
        border-bottom: 2px solid #e5e5e5;
    }

.blog {
    margin-bottom: 60px;
}

    .blog .item {
        transition: all 0.4s ease 0s;
    }

    .blog .title-top {
        text-align: center;
        margin-bottom: 40px;
    }

        .blog .title-top h3 {
            text-align: center;
            font-size: 32px;
            text-transform: uppercase;
            font-weight: 500;
            color: #111111;
            letter-spacing: 2px;
            margin-top: 68px;
            margin-bottom: 28px;
        }

        .blog .title-top p {
            margin: 0 auto;
            width: 39%;
            line-height: 24px;
        }

@media only screen and (max-width: 1366px) {
    .blog .title-top p {
        width: 55%;
    }
}

@media only screen and (max-width: 1024px) {
    .blog .title-top p {
        width: 90%;
    }
}

.blog .item-blog {
    transition: all 0.3s ease 0s;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
    box-shadow: 3px 10px 25px -5px rgba(143, 142, 143, 0.2);
}

    .blog .item-blog:hover {
        box-shadow: 1px 5px 25px -3px rgba(113, 112, 113, 0.3);
        transform: translate(0, 20px);
    }

    .blog .item-blog .img-blog {
        text-align: center;
    }

        .blog .item-blog .img-blog img {
            display: inline-block;
            width: 100%;
        }

        .blog .item-blog .img-blog .first,
        .blog .item-blog .img-blog .last {
            position: absolute;
            width: calc(100% - 40px);
            height: calc(100% - 40px);
            content: '';
            left: 20px;
            top: 20px;
        }

            .blog .item-blog .img-blog .first:before {
                width: 105%;
                height: 1px;
                position: absolute;
                left: -6px;
                top: 0;
                content: '';
                background: #fff;
                transform: scale(0);
                transition: all 0.4s ease 0s;
                z-index: 5;
            }

            .blog .item-blog .img-blog .first:after {
                width: 1px;
                height: 105%;
                position: absolute;
                left: 0;
                top: -5px;
                content: '';
                background: #fff;
                transform: scale(0);
                z-index: 5;
            }

            .blog .item-blog .img-blog .last:before {
                width: 1px;
                height: 105%;
                position: absolute;
                left: 100%;
                top: -6px;
                content: '';
                background: #fff;
                transform: scale(0);
                z-index: 5;
            }

            .blog .item-blog .img-blog .last:after {
                width: 105%;
                height: 1px;
                position: absolute;
                left: -5px;
                top: 100%;
                content: '';
                background: #fff;
                transform: scale(0);
                transition: all 0.4s ease 0s;
                z-index: 5;
            }

    .blog .item-blog .text-blog {
        padding: 40px 45px;
        cursor: pointer;
    }

@media only screen and (max-width: 769px) {
    .blog .item-blog .text-blog {
        text-align: center;
        padding: 20px;
    }
}

.blog .item-blog .text-blog a {
    font-size: 16px;
    color: #111111;
    font-weight: 500;
    cursor: pointer;
}

.blog .item-blog .text-blog p {
    font-size: 13px;
    font-weight: 300;
    margin-top: 15px;
}

.blog .item-blog .text-blog .content {
    font-size: 14px;
    font-weight: 300;
    margin-top: 25px;
    line-height: 25px;
}

.blog .item-blog .textblog-sidebar-left {
    padding: 30px;
}

.blog .list-item {
    width: 100%;
    transition: 0.4s all ease;
}

    .blog .list-item .img-blog {
        float: left;
        transition: 0.4s all ease;
    }

@media only screen and (max-width: 568px) {
    .blog .list-item .img-blog {
        width: 100%;
    }
}

.blog .list-item .text-blog {
    width: 54%;
    display: inline-block;
    transition: 0.4s all ease;
}

@media only screen and (max-width: 568px) {
    .blog .list-item .text-blog {
        width: 100%;
    }
}

.blog-content .blog-side-left {
    margin-top: 73px;
}

@media only screen and (max-width: 768px) {
    .blog-content .blog-side-left {
        margin-top: 20px;
    }
}

.blog-content .blog-side-left .search-form {
    position: relative;
}

    .blog-content .blog-side-left .search-form input {
        border-radius: 0;
        outline: none;
        box-shadow: none;
        border-color: #e5e5e5;
    }

    .blog-content .blog-side-left .search-form span {
        position: absolute;
        top: 8px;
        right: 15px;
        font-size: 23px;
        cursor: pointer;
    }

    .blog-content .blog-side-left .search-form form .form-control {
        height: 40px;
        font-size: 14px;
        font-weight: 300;
    }

.blog-content .blog-side-left .item {
    margin-top: 58px;
}

    .blog-content .blog-side-left .item h3 {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 18px;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 18px;
        margin-bottom: 30px;
    }

    .blog-content .blog-side-left .item .item-post {
        display: flex;
        margin-bottom: 25px;
    }

        .blog-content .blog-side-left .item .item-post:hover .img-post img {
            transform: scale(1.2, 1.2);
            transition: all 0.3s ease-in-out;
        }

        .blog-content .blog-side-left .item .item-post .img-post {
            overflow: hidden;
            display: inline-block;
            float: left;
            margin-right: 15px;
        }

            .blog-content .blog-side-left .item .item-post .img-post img {
                transition: all 0.3s ease-in-out;
            }

        .blog-content .blog-side-left .item .item-post .title-post {
            display: inline-block;
        }

            .blog-content .blog-side-left .item .item-post .title-post a {
                font-size: 14px;
                font-weight: 400;
                color: #888888;
                cursor: pointer;
            }

                .blog-content .blog-side-left .item .item-post .title-post a:hover {
                    color: #111111;
                }

            .blog-content .blog-side-left .item .item-post .title-post p {
                font-size: 12px;
                font-weight: 300;
            }

    .blog-content .blog-side-left .item ul {
        padding-left: 0;
    }

        .blog-content .blog-side-left .item ul li {
            display: block;
            margin-top: 11px;
            line-height: 25px;
        }

            .blog-content .blog-side-left .item ul li a {
                color: #888888;
                font-weight: 300;
            }

                .blog-content .blog-side-left .item ul li a:hover {
                    color: #111111;
                }

            .blog-content .blog-side-left .item ul li .a-name {
                font-weight: 400;
            }

    .blog-content .blog-side-left .item:last-child ul li {
        display: inline;
        margin-right: 15px;
    }

.blog-content-sidebar-right {
    margin-top: 0px;
    margin-bottom: 70px;
}

@media only screen and (max-width: 812px) {
    .blog-content-sidebar-right {
        margin-top: 20px;
    }
}

.blog-content-sidebar-right .new {
    margin-top: 15px;
}

    .blog-content-sidebar-right .new p {
        display: inline-block;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
    }

.blog-content-sidebar-right .date {
    margin-bottom: 40px;
    margin-top: 15px;
}

.blog-content-sidebar-right .title h3 {
    font-size: 24px;
    text-transform: unset;
    margin-top: 38px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 812px) {
    .blog-content-sidebar-right .title h3 {
        margin-top: 20px;
    }
}

.blog-content-sidebar-right .content ul {
    padding-left: 0;
    margin-top: 33px;
    margin-bottom: 26px;
}

    .blog-content-sidebar-right .content ul li {
        display: block;
        color: #888888;
        line-height: 25px;
        font-weight: 300;
    }

.blog-content-sidebar-right .content p {
    margin-bottom: 29px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 300;
}

.blog-content-sidebar-right .content strong {
    font-weight: 400;
    font-size: 14px;
}

.blog-content-sidebar-right .content img {
    transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
    width: 100%;
}

    .blog-content-sidebar-right .content img:hover {
        transform: scale(1.1);
    }

.blog-content-sidebar-right .share {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 54px;
    margin-top: 50px;
}

    .blog-content-sidebar-right .share h4 {
        display: inline-block;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 400;
    }

    .blog-content-sidebar-right .share ul {
        display: inline-block;
    }

        .blog-content-sidebar-right .share ul li {
            margin-right: 10px;
        }

            .blog-content-sidebar-right .share ul li a {
                color: #888888;
            }

                .blog-content-sidebar-right .share ul li a:hover {
                    color: #111111;
                }

    .blog-content-sidebar-right .share .right {
        float: right;
        display: inline-block;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 400;
        margin-top: 10px;
    }

.blog-content-sidebar-right .comment h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.blog-content-sidebar-right .comment .cmt .avt {
    padding-left: 0;
    padding-right: 0;
    width: 12%;
    display: inline-block;
    float: left;
}

@media only screen and (max-width: 1366px) {
    .blog-content-sidebar-right .comment .cmt .avt {
        width: 16%;
    }
}

.blog-content-sidebar-right .comment .cmt .cmt-right {
    width: 88%;
    display: inline-block;
}

@media only screen and (max-width: 1366px) {
    .blog-content-sidebar-right .comment .cmt .cmt-right {
        width: 84%;
        padding-left: 7px;
    }
}

.blog-content-sidebar-right .comment .cmt .name {
    font-size: 18px;
}

.blog-content-sidebar-right .comment .cmt .date {
    margin-top: 5px;
    margin-bottom: 13px;
    font-size: 13px;
    font-style: italic;
}

.blog-content-sidebar-right .comment .cmt .cmt-content {
    line-height: 25px;
    margin-top: 5px;
}

.blog-content-sidebar-right .comment .cmt .reply {
    font-size: 13px;
    margin-top: 20px;
    font-weight: 300;
    color: #888888;
}

.blog-content-sidebar-right .comment .rep-cmt {
    margin-left: 12%;
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
    margin-top: 30px;
}

    .blog-content-sidebar-right .comment .rep-cmt .avt {
        width: 13%;
    }

@media only screen and (max-width: 1366px) {
    .blog-content-sidebar-right .comment .rep-cmt .avt {
        width: 18%;
    }
}

.blog-content-sidebar-right .comment .rep-cmt .cmt-right {
    width: 87%;
}

@media only screen and (max-width: 1366px) {
    .blog-content-sidebar-right .comment .rep-cmt .cmt-right {
        width: 82%;
    }
}

.blog-content-sidebar-right .form-comment h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 28px;
    margin-top: 82px;
}

.blog-content-sidebar-right .form-comment input {
    width: 100%;
}

.blog-content-sidebar-right .form-comment textarea {
    height: 168px;
    padding: 12px 20px;
    width: 100%;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border-color: #e5e5e5;
    font-size: 13px;
    font-weight: 300;
}

.blog-content-sidebar-right .form-comment .login {
    margin-top: 30px;
}

    .blog-content-sidebar-right .form-comment .login .item {
        margin-bottom: 10px;
    }

@media (max-width: 991px) {
    .blog-content-sidebar-right .form-comment .login .item {
        padding-left: 0;
        padding-right: 0;
    }
}

.blog-content-sidebar-right .form-comment .login .item:first-child {
    padding-left: 0;
}

.blog-content-sidebar-right .form-comment .login .item:last-child {
    padding-right: 0;
}

.blog-content-sidebar-right .form-comment .login input {
    height: 40px;
    padding-left: 20px;
    outline: none;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    font-weight: 300;
}

.blog-content-sidebar-right .form-comment #btn-submit {
    padding-left: 0;
    background: white;
    border: 1px solid #888888;
    width: 100%;
    height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.5s ease 0s;
}

    .blog-content-sidebar-right .form-comment #btn-submit:hover {
        background-color: #111111;
        color: white;
    }

.blog_about_us .text-blog {
    text-align: center;
}

.blog_about_us .title-top h3 {
    margin-top: 40px;
}

.blog-sidebar-right {
    margin-bottom: 5px !important;
}

/* end/  17. BLOG   */
/*18. ITEM*/
.item-logo {
    text-align: left;
    padding-left: 0;
    margin-top: 11px;
}

.item-icon {
    text-align: right;
    margin-top: 15px;
}

/* end/    18. ITEM*/
/*       19. CONTENT*/
.content-details-product {
    padding-top: 0px;
    margin-bottom: 65px;
    position: relative;
}

@media (max-width: 991px) {
    .content-details-product {
        padding-top: 0;
    }
}

.content-details-product .list-product-right {
    /*padding-left: 50px;*/
}

@media only screen and (max-width: 992px) {
    .content-details-product .list-product-right {
        /*padding-left: 15px;*/
    }
}

@media only screen and (max-width: 1366px) {
    .content-details-product .scr-2 {
        width: 22%;
    }

    .content-details-product .scr-1 {
        width: 2%;
    }
}

.content-details-product .left-slidebar .category-details h3 {
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #111111;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 33px;
}

.content-details-product .left-slidebar .category-details .item {
    padding-left: 0;
}

    .content-details-product .left-slidebar .category-details .item h4 {
        text-transform: uppercase;
        font-weight: 400;
        color: #111111;
        letter-spacing: 2px;
        margin-top: 24px;
        font-size: 14px;
    }

    .content-details-product .left-slidebar .category-details .item ul {
        padding-left: 0;
    }

        .content-details-product .left-slidebar .category-details .item ul li {
            display: block;
            line-height: 25px;
        }

            .content-details-product .left-slidebar .category-details .item ul li a {
                font-weight: 300;
                color: #888888;
                text-transform: capitalize;
                letter-spacing: 1px;
                transition: all 0.2s ease 0s;
            }

                .content-details-product .left-slidebar .category-details .item ul li a:hover {
                    color: #111111;
                    padding-left: 2px;
                    font-weight: 400;
                }

.content-details-product .left-slidebar .options h3 {
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #111111;
    letter-spacing: 2px;
}

.content-details-product .left-slidebar .options .item h4 {
    text-transform: uppercase;
    font-weight: 400;
    color: #111111;
    letter-spacing: 2px;
    margin-top: 30px;
    font-size: 14px;
}

.content-details-product .left-slidebar .options .item a {
    color: #888888;
    font-weight: 300;
}

    .content-details-product .left-slidebar .options .item a:hover {
        color: #111111;
    }

.content-details-product .left-slidebar .options .item ul {
    padding-left: 0;
}

    .content-details-product .left-slidebar .options .item ul li {
        margin-right: 5px;
        line-height: 30px;
    }

        .content-details-product .left-slidebar .options .item ul li span {
            color: #111111;
            line-height: 50px;
        }

    .content-details-product .left-slidebar .options .item ul span {
        display: inline-block;
    }

.content-details-product .left-slidebar .options .item .slider-horizontal {
    height: 3px;
    width: 100%;
    background-color: #e5e5e5;
    position: relative;
    margin-top: 27px;
    margin-bottom: 15px;
}

    .content-details-product .left-slidebar .options .item .slider-horizontal .slider-handle {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background-color: #888888;
        position: absolute;
        top: -4px;
    }

.content-details-product .left-slidebar .options .item .ul-tag li {
    margin-right: 0;
}

.content-details-product .left-slidebar .options .item-color h4 {
    margin-top: 33px;
}

.content-details-product .left-slidebar .options .item-color ul {
    margin-top: 15px;
}

    .content-details-product .left-slidebar .options .item-color ul li {
        padding: 9px;
        border-radius: 10px;
        background-color: red;
        margin-right: 5px;
        position: relative;
        cursor: pointer;
    }

        .content-details-product .left-slidebar .options .item-color ul li:hover:after {
            width: 18px;
            height: 18px;
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            border: 1px solid #e5e5e5;
            border-radius: 50%;
            transition: all 0.1s ease 0s;
            transform: scale(1.5);
            z-index: 1;
        }

.content-details-product .left-slidebar .options .item-brand ul {
    margin-top: 13px;
}

    .content-details-product .left-slidebar .options .item-brand ul li {
        border-right: 2px solid #888888;
        margin-right: 0;
        padding-right: 6px;
        padding-left: 6px;
        line-height: 11px;
    }

        .content-details-product .left-slidebar .options .item-brand ul li:first-child {
            padding-left: 0;
        }

        .content-details-product .left-slidebar .options .item-brand ul li:last-child {
            border-right: 0px;
        }

@media only screen and (max-width: 991px) {
    .content-details-product .left-slidebar {
        position: fixed;
        width: 270px;
        background: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 15px;
        border-left: solid 1px #bbbbbb;
        overflow: auto;
        z-index: 100000;
        visibility: visible;
        transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transform: translateX(-100%);
    }
}

.content-details-product #open-filters {
    display: none;
}

@media (max-width: 991px) {
    .content-details-product .open-fil ~ #open-filters .ion-close {
        display: block;
    }

    .content-details-product .open-fil ~ #open-filters .fa {
        display: none;
    }

    .content-details-product #open-filters {
        display: inline-block;
    }

    .content-details-product #open-filters {
        color: #fff;
        background: #333;
        position: fixed;
        right: 0;
        top: 35%;
        padding: 0px 10px;
        cursor: pointer;
        z-index: 1000;
        font-size: 24px;
        width: 40px;
    }

        .content-details-product #open-filters.hamburger-icon .fa-filter {
            display: none;
        }

        .content-details-product #open-filters.hamburger-icon .ion-close {
            display: block;
        }

        .content-details-product #open-filters .ion-close {
            display: none;
        }
}

.content-details-product .open-fil {
    visibility: visible;
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    z-index: 99999;
}

.content-details-product .right-content {
    margin-top: 20px;
}

    .content-details-product .right-content .nav-tabs li.active a,
    .content-details-product .right-content .nav-tabs li.active a:focus,
    .content-details-product .right-content .nav-tabs li.active a:hover {
        border: 0px solid #ddd;
        border-right: 2px solid #888888;
    }

    .content-details-product .right-content .quick-shop .details-prd-right {
        padding-left: 15px;
    }

@media (max-width: 991px) {
    .content-details-product .right-content .quick-shop .details-prd-right {
        padding-left: 15px;
    }
}

.content-details-product .right-content .quick-shop .img-product {
    position: relative;
}

    .content-details-product .right-content .quick-shop .img-product .item {
        overflow: hidden;
        transition: all 0.6s ease;
        text-align: center;
    }

        .content-details-product .right-content .quick-shop .img-product .item:hover img {
            transform: scale(1.1);
            transition: all 0.5s ease;
            display: inline-block;
        }

    .content-details-product .right-content .quick-shop .img-product .slick-slide img {
        display: inline-block;
        width: 100%;
        transition: all 0.5s ease;
    }

.content-details-product .right-content .quick-shop .product-lable {
    position: absolute;
    top: 23px;
    right: 13%;
    height: 30px;
    width: 70px;
    text-align: center;
    padding-top: 4px;
    z-index: 1;
    background-color: white;
    box-shadow: 0px 2px 9px -4px;
}

    .content-details-product .right-content .quick-shop .product-lable span {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
    }

@media only screen and (max-width: 992px) {
    .content-details-product .right-content .product-details {
        text-align: center;
    }
}

.content-details-product .right-content .product-details h3 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
    color: #111111;
    letter-spacing: 2px;
    margin-top: 65px;
    margin-bottom: 43px;
    text-align: left;
}

@media (max-width: 767px) {
    .content-details-product .right-content .product-details h3 {
        font-size: 24px;
        margin-top: 35px;
        margin-bottom: 33px;
    }
}

.content-details-product .right-content .product-details .item .title {
    padding-top: 2px;
    padding-left: 2px;
}

    .content-details-product .right-content .product-details .item .title .product-name a {
        font-weight: 400;
        color: #333333;
        font-size: 15px;
        text-decoration: none;
    }

        .content-details-product .right-content .product-details .item .title .product-name a:focus {
            outline: none;
        }

        .content-details-product .right-content .product-details .item .title .product-name a:hover {
            color: #ea5e03;
        }

    .content-details-product .right-content .product-details .item .title .prosuct-price p {
        font-weight: 400;
        color: #333333;
        font-size: 13px;
        display: inline-block;
        margin-right: 15px;
    }

    .content-details-product .right-content .product-details .item .title .prosuct-price del {
        font-weight: 400;
        font-size: 13px;
        color: #e5e5e5;
    }

.content-details-product .right-content .product-details .item .img-product {
    display: inline-block;
}

.content-slidebar {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .content-slidebar {
        margin-top: 0px;
    }
}

.homePageContactUs h3 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400;
    color: gray;
    letter-spacing: 2px;
    /*background-color: #eee;*/
    background-image: linear-gradient(#e4e5e4,#cfd1cf);
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (max-width: 767px) {
    .homePageContactUs h3 {
        font-size: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

/*   end/    19. CONTENT*/

@media (min-width: 1200px) {
    .filterByAttributes {
        font-size: 16px;
    }
}

/*   20. CATEGORY */
.category h3 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400;
    color: gray;
    letter-spacing: 2px;
    /*background-color: #eee;*/
    background-image: linear-gradient(#e4e5e4,#cfd1cf);
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (max-width: 767px) {
    .category h3 {
        font-size: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.category p {
    text-align: center;
    margin: 0 auto;
    width: 50%;
    margin-top: 25px;
    margin-bottom: 52px;
    line-height: 25px;
}

@media only screen and (max-width: 1024px) {
    .category p {
        width: 80%;
    }
}

.category .item {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

    .category .item .img-category {
        overflow: hidden;
        /*transition: all 0.45s cubic-bezier(0.37, 0.8, 0.76, 0.96);*/
        transition: all 0.35s cubic-bezier(0.37, 0.8, 0.76, 0.96);
    }

        /*box-shadow: 0px 8px 33px 0px rgba(0, 0, 0, 0.13);*/
        /*.category .item .img-category:hover {
            box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.20);
            transform: scale(1.1);
            transition-property: transform;
        }*/

        .category .item .img-category img {
            transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
            display: inline-block;
        }

        .category .item .img-category .imgA:hover {
            /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);*/
            transform: scale(1.1);
            transition-property: transform;
            /*border: 1px solid lightgray;*/
        }

    .category .item span {
        position: absolute;
        text-align: center;
        bottom: 15%;
        left: 50%;
        cursor: pointer;
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
        background-color: white;
        transform: translate(-50%, 100%);
        padding: 11px 15px 11px 15px;
        box-shadow: 1px 2px 6px -2px;
        transition: all 0.4s ease;
    }

@media only screen and (max-width: 1366px) {
    .category .item span {
        bottom: 30%;
    }
}

.category .item span:hover {
    background-color: #111111;
    transition: all 0.4s ease;
    color: #dddddd;
}

.category-v1 .item {
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .category-v1 .item {
        padding-bottom: 10px;
    }
}

.category-v1 .item span {
    position: absolute;
    text-align: center;
    top: 74%;
    z-index: 99;
    left: 50%;
    padding: 7px 15px 7px 15px;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    background-color: white;
    transform: translate(-50%, 100%);
    cursor: pointer;
    box-shadow: 1px 2px 6px -2px;
}

@media only screen and (max-width: 1366px) {
    .category-v1 .item span {
        top: 56%;
    }
}

.category-v1 .item button {
    background-color: white;
    border: 1px solid #888888;
    width: 150px;
    height: 40px;
    text-transform: uppercase;
    margin-top: 23px;
}

.category-v1 .item .img-ctgr.img-v3 img {
    min-height: 380px;
}

.category-v1 .item .img-ctgr img {
    margin: 0 auto;
    width: 100%;
}

.category-v1 .item .img-ctgr:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.6s ease-in-out;
}

.category-v1 .item .img-ctgr:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.6s ease-in-out;
}

.category-v1 .item .img-ctgr:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.5);
}

.category-v1 .item .img-ctgr:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 992px) {
    .category-v1 .item .img-ctgr:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgba(67, 69, 113, 0.1);
        opacity: 0;
        transition: all 0.6s ease-in-out;
    }

    .category-v1 .item .img-ctgr:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(67, 69, 113, 0.1);
        opacity: 0;
        transition: all 0.6s ease-in-out;
    }

    .category-v1 .item .img-ctgr:hover:before {
        right: 50%;
        left: 50%;
        width: 0;
        background: rgba(255, 255, 255, 0.5);
        opacity: 0;
    }

    .category-v1 .item .img-ctgr:hover:after {
        height: 0;
        top: 50%;
        bottom: 50%;
        background: rgba(255, 255, 255, 0.5);
        opacity: 0;
    }
}

.category-v1 .category-top {
    margin-bottom: 25px;
}

    .category-v1 .category-top .item-content {
        position: relative;
    }

        .category-v1 .category-top .item-content .title-banner {
            position: absolute;
            transform: translate(-50%, -50%);
            top: 42%;
            left: 50%;
            text-align: center;
            width: 90%;
        }

            .category-v1 .category-top .item-content .title-banner h3 {
                padding-top: 19px;
                font-weight: 500;
            }

            .category-v1 .category-top .item-content .title-banner p {
                margin-bottom: 40px;
                margin-top: 25px;
                line-height: 25px;
            }

            .category-v1 .category-top .item-content .title-banner span {
                padding: 7px 15px 7px 15px;
                max-width: 160px;
                height: 40px;
                font-size: 14px;
                position: static;
                font-weight: 400;
                text-transform: uppercase;
                color: #333333;
                cursor: pointer;
            }

/* end /  20. CATEGORY*/
/*  21. PRODUCTS*/
.products .item {
    transition: 0.5s all ease;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .products .item {
        text-align: center;
    }
}

@media only screen and (min-width: 568px) and (max-width: 992px) {
    .products .item {
        /*width: 50%;*/
    }
}

.products .item img {
    display: inline-block;
}

.products .item .title {
    padding-top: 10px;
}

@media only screen and (max-width: 992px) {
    .products .item .title {
        text-align: center;
    }
}

.products .item .title .icon-prd {
    display: none;
}

.products .item .title .product-name a {
    font-weight: 400;
    color: #333333;
    font-size: 15px;
    text-decoration: none;
}

/*.products .item .title .product-name a:focus {
        outline: none;
    }*/

/*.products .item .title .product-name a:hover {
        color: #ea5e03;
    }*/



.products .item .title .title-list {
    display: none;
}

.products .item .title .sk {
    display: none;
}

.products .item .title ul {
    display: none;
}

.products .item .title .share-product {
    display: none;
}

.products .item .title .prosuct-price b {
    font-weight: 400;
    color: #333333;
    font-size: 13px;
    display: inline-block;
    margin-right: 15px;
}

.products .item .title .prosuct-price del {
    font-weight: 400;
    font-size: 13px;
    color: #e5e5e5;
}

.products .item .img-product {
    position: relative;
}

    .products .item .img-product .icon-prd {
        position: absolute;
        bottom: 3%;
        right: 0;
        opacity: 0;
        transition: 0.4s all ease;
    }

@media only screen and (max-width: 992px) {
    .products .item .img-product .icon-prd {
        opacity: 1;
        right: 6%;
    }
}

.products .item .img-product .icon-prd .add-to-bag button {
    height: 50px;
    background-color: white;
    width: 50px;
    border-radius: 0px;
    margin-bottom: 5px;
    padding: 0;
    outline: none;
    border: 0;
    display: block;
    box-shadow: 3px 4px 10px -2px rgba(0, 0, 0, 0.15);
}

    .products .item .img-product .icon-prd .add-to-bag button:hover {
        background-color: #111111;
    }

        .products .item .img-product .icon-prd .add-to-bag button:hover span {
            color: white;
        }

    .products .item .img-product .icon-prd .add-to-bag button span {
        font-size: 20px;
    }

    .products .item .img-product .icon-prd .add-to-bag button .txt-bag {
        display: none;
    }

.products .item .img-product .icon-prd .add-to-bag .txt-bag {
    display: none;
}

.products .item .img-product:hover .icon-prd {
    transition: all 0.4s ease 0s;
    right: 6%;
    opacity: 1;
}

.products .list-item {
    width: 100%;
    transition: all 0.5s ease 0s;
}

    .products .list-item .img-product {
        width: 30%;
        float: left;
    }

        .products .list-item .img-product .icon-prd {
            display: none;
            margin-top: 20px;
        }

@media only screen and (max-width: 991px) {
    .products .list-item .img-product {
        width: 100%;
    }
}

.products .list-item .title {
    width: 70%;
    display: inline-block;
    padding: 20px 0 0 30px;
    text-align: left;
}

@media only screen and (max-width: 991px) {
    .products .list-item .title {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
}

.products .list-item .title .icon-prd {
    display: block;
    display: inline-block;
    margin-top: 20px;
}

    .products .list-item .title .icon-prd .add-to-bag {
        display: inline-flex;
        font-family: 'Poppins', sans-serif;
    }

        .products .list-item .title .icon-prd .add-to-bag button {
            height: 50px;
            width: 50px;
            border: 0;
            background-color: #eeeeee;
            transition: all 0.4s ease 0s;
            margin-right: 10px;
        }

            .products .list-item .title .icon-prd .add-to-bag button:hover {
                background-color: #111111;
                color: white;
            }

                .products .list-item .title .icon-prd .add-to-bag button:hover p {
                    background-color: white;
                }

            .products .list-item .title .icon-prd .add-to-bag button span {
                font-size: 22px;
            }

            .products .list-item .title .icon-prd .add-to-bag button p {
                height: 100%;
                width: 1px;
                background-color: #888888;
                display: inline-block;
                position: absolute;
                top: 0;
                left: 25%;
            }

        .products .list-item .title .icon-prd .add-to-bag .add {
            width: 200px !important;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 400;
            position: relative;
        }

            .products .list-item .title .icon-prd .add-to-bag .add .icon {
                font-size: 22px;
                margin-right: 10px;
            }

            .products .list-item .title .icon-prd .add-to-bag .add span {
                font-weight: 400;
                font-size: 14px;
                position: absolute;
                top: 30%;
                left: 10px;
            }

        .products .list-item .title .icon-prd .add-to-bag button {
            border: 1px solid #e5e5e5;
            transition: all 0.4s ease 0s;
            display: inline-block;
        }

            .products .list-item .title .icon-prd .add-to-bag button .txt-bag {
                display: block;
            }

            .products .list-item .title .icon-prd .add-to-bag button:first-child .txt-bag {
                font-weight: 400;
                font-size: 14px;
                text-transform: uppercase;
                margin-right: 13px;
                display: inline-block;
                margin-left: 20px;
            }

.products .list-item .title .product-name a {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

    .products .list-item .title .product-name a:focus {
        outline: none;
    }

    .products .list-item .title .product-name a:hover {
        color: #ea5e03;
    }

.products .list-item .title .title-list {
    display: block;
    line-height: 30px;
}

    .products .list-item .title .title-list span {
        display: block;
    }

.products .list-item .title .sk {
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
}

.products .list-item .title ul {
    display: block;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 15px;
}

    .products .list-item .title ul li {
        border-right: 2px solid #888888;
        padding-right: 6px;
        color: #888888;
        line-height: 13px;
    }

        .products .list-item .title ul li span {
            font-size: 12px;
        }

        .products .list-item .title ul li:last-child {
            border-right: 0px;
        }

.products .list-item .title .share-product {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
}

    .products .list-item .title .share-product h4 {
        width: 10%;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        margin-right: 25px;
    }

    .products .list-item .title .share-product ul {
        display: inline;
        width: 80%;
    }

        .products .list-item .title .share-product ul li {
            border-right: 0;
        }

            .products .list-item .title .share-product ul li a {
                color: #888888;
            }

                .products .list-item .title .share-product ul li a:hover {
                    color: #111111;
                }

.product-v1 .title-top {
    text-align: center;
}

    .product-v1 .title-top p {
        width: 39%;
        margin: 0 auto;
        margin-bottom: 33px;
        line-height: 25px;
    }

@media only screen and (max-width: 1366px) {
    .product-v1 .title-top p {
        width: 55%;
    }
}

@media only screen and (max-width: 992px) {
    .product-v1 .title-top p {
        width: 90%;
    }
}

.product-v1 .tab-content .js-mobi-product {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .product-v1 .tab-content .js-mobi-product button {
        background-color: black;
        height: 50px;
        width: 50px;
        z-index: 1;
    }

        .product-v1 .tab-content .js-mobi-product button:after {
            color: white;
        }

    .product-v1 .tab-content .js-mobi-product .slick-prev {
        left: 15px;
    }

    .product-v1 .tab-content .js-mobi-product .slick-next {
        right: 15px;
    }

.products-v1 .list-item .img-product {
    width: 25%;
}

@media only screen and (max-width: 991px) {
    .products-v1 .list-item .img-product {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .products-v1 .list-item .title {
        width: 100%;
        text-align: center;
        padding: 5px;
    }
}

.products-v1 .item .icon-prd {
    bottom: 3%;
    right: 0%;
}

.products-v1 .item:hover .icon-prd {
    right: 6%;
}

.related-product-v1 {
    margin-top: 20px;
}

    .related-product-v1 h3 {
        text-align: left;
    }

    .related-product-v1 button {
        background-color: black;
        height: 35px;
        width: 35px;
        opacity: 0;
        transition: all 0.25s ease;
    }

@media only screen and (max-width: 992px) {
    .related-product-v1 button {
        opacity: 1;
    }
}

.related-product-v1 .slick-prev {
    left: -5px;
    top: 38%;
}

.related-product-v1 .slick-next {
    right: -5px;
    top: 38%;
}

.related-product-v1:hover button {
    opacity: 1;
}

.related-product-v1:hover .slick-prev {
    left: -35px;
}

.related-product-v1:hover .slick-next {
    right: -35px;
}

.products-sidebar .item .icon-prd {
    bottom: 3%;
}

@media only screen and (max-width: 991px) {
    .products-sidebar .item .icon-prd {
        opacity: 1;
    }
}

.product-tab-slide #shape {
    stroke-width: 5px;
    fill: transparent;
    stroke: #dddddd;
    stroke-dasharray: 135 425;
    stroke-dashoffset: -273;
    transition: 0.3s all ease;
}

.products-v2 .list-item .img-product {
    width: 25%;
}

@media only screen and (max-width: 991px) {
    .products-v2 .list-item .img-product {
        width: 100%;
    }
}

.products-v2 .list-item .title {
    width: 75%;
    text-align: left;
}

@media only screen and (max-width: 991px) {
    .products-v2 .list-item .title {
        width: 100%;
        text-align: center;
        padding: 5px;
    }
}

@media only screen and (max-width: 992px) {
    .products-v2 .list-item {
        width: 100% !important;
    }
}

@media only screen and (max-width: 992px) {
    .products-v2 .item {
        width: 33.33%;
    }
}

@media only screen and (max-width: 736px) {
    .products-v2 .item {
        width: 50%;
    }
}

@media only screen and (max-width: 500px) {
    .products-v2 .item {
        width: 100%;
    }
}

.pagination-prd .pagination {
    text-align: center;
    width: 100%;
    padding: 20px 10px 5px 10px;
    border: 1px solid #eee;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    margin-top: 3px;
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .pagination-prd .pagination {
        margin-bottom: 50px;
    }
}

.pagination-prd .pagination span {
    margin: 10px;
}

    .pagination-prd .pagination span a {
        color: #888888;
    }

.pagination-prd .pagination p {
    display: inline-block;
    font-size: 14px;
}

.product-tab-slide h3 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
    color: #111111;
    letter-spacing: 2px;
    margin-top: 71px;
    margin-bottom: 28px;
}

@media (max-width: 767px) {
    .product-tab-slide h3 {
        font-size: 28px;
    }
}

.product-tab-slide .tab-ul {
    text-align: center;
    margin-bottom: 37px;
}

    .product-tab-slide .tab-ul .nav-tabs {
        border-bottom: 0px solid #ddd;
    }

        .product-tab-slide .tab-ul .nav-tabs li {
            display: inline-block;
            float: none;
        }

    .product-tab-slide .tab-ul ul {
        display: inline-block;
    }

        .product-tab-slide .tab-ul ul li a {
            text-transform: uppercase;
            font-weight: 400;
            font-size: 16px;
            color: #333333;
            letter-spacing: 2px;
        }

@media (max-width: 767px) {
    .product-tab-slide .tab-ul ul li a {
        font-size: 14px;
    }
}

.product-tab-slide .tab-ul .nav-tabs > li.active > a,
.product-tab-slide .tab-ul .nav-tabs > li.active > a:focus,
.product-tab-slide .tab-ul .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #898989;
    border-bottom-color: #898989;
}

.product-tab-slide .tab-ul .nav-tabs > li > a {
    border-radius: 0;
}

    .product-tab-slide .tab-ul .nav-tabs > li > a:hover {
        border-color: #fff;
    }

.product-tab-slide .tab-ul .nav > li > a:focus,
.product-tab-slide .tab-ul .nav > li > a:hover {
    text-decoration: none;
    background-color: #fff;
}

.product-tab-slide .tab-content .js-tab-product {
    transition: opacity 0.25s linear;
}

    .product-tab-slide .tab-content .js-tab-product button {
        background-color: white;
        /*height: 50px;*/
        height: 100px;
        width: 50px;
        opacity: 0;
        transition: all 0.25s ease;
        outline: none;
        box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.15);
    }

        .product-tab-slide .tab-content .js-tab-product button:before {
            color: #b53000;
        }

        .product-tab-slide .tab-content .js-tab-product button:hover {
            background-color: #111111;
        }

            .product-tab-slide .tab-content .js-tab-product button:hover:before {
                color: white;
            }

@media only screen and (max-width: 1024px) {
    .product-tab-slide .tab-content .js-tab-product button {
        opacity: 1;
    }
}

.product-tab-slide .tab-content .js-tab-product .slick-prev {
    left: -5px;
    top: 38%;
    z-index: 9;
}

.product-tab-slide .tab-content .js-tab-product .slick-next {
    right: -5px;
    top: 38%;
}

.product-tab-slide .tab-content .js-tab-product:hover button {
    opacity: 1;
}

.product-tab-slide .tab-content .js-tab-product:hover .slick-prev {
    left: -60px;
}

@media only screen and (max-width: 1024px) {
    .product-tab-slide .tab-content .js-tab-product:hover .slick-prev {
        left: -5px;
    }
}

.product-tab-slide .tab-content .js-tab-product:hover .slick-next {
    right: -60px;
}

@media only screen and (max-width: 1024px) {
    .product-tab-slide .tab-content .js-tab-product:hover .slick-next {
        right: -5px;
    }
}

.product-tab-slide .tab-content .item {
    padding: 0 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    transition: all 0.25s ease;
}

@media (max-width: 450px) {
    .product-tab-slide .tab-content .item {
        padding: 0;
    }
}

.product-tab-slide .tab-content .item:focus {
    outline: none;
}

.product-tab-slide .tab-content .item .product {
    position: relative;
    text-align: center;
}

    .product-tab-slide .tab-content .item .product:focus {
        outline: none;
    }

    .product-tab-slide .tab-content .item .product .img-product:focus {
        outline: none;
    }

    .product-tab-slide .tab-content .item .product .img-product a:focus {
        outline: none;
    }

    .product-tab-slide .tab-content .item .product .img-product img {
        display: inline-block;
        text-align: center;
        outline: none;
    }

    .product-tab-slide .tab-content .item .product .product-lable {
        position: absolute;
        top: 17px;
        right: 6%;
        height: 30px;
        width: 70px;
        text-align: center;
        padding-top: 4px;
        z-index: 1;
        background-color: white;
        box-shadow: 0px 2px 9px -4px;
    }

        .product-tab-slide .tab-content .item .product .product-lable span {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 500;
        }

    .product-tab-slide .tab-content .item .product .product-lable-new {
        position: absolute;
        top: 17px;
        left: 6%;
        height: 30px;
        width: 70px;
        text-align: center;
        padding-top: 4px;
        z-index: 1;
        background-color: #111111;
        color: #dddddd;
        box-shadow: 0px 2px 9px -4px;
    }

        .product-tab-slide .tab-content .item .product .product-lable-new span {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 500;
        }

    .product-tab-slide .tab-content .item .product .deals-coundown-prd-h3 {
        background-color: #111111 !important;
    }

        .product-tab-slide .tab-content .item .product .deals-coundown-prd-h3 li p {
            color: #dddddd !important;
        }

    .product-tab-slide .tab-content .item .product .deals-coundown-prd {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-left: 0;
        width: 180px;
        height: 40px;
        background-color: white;
        padding: 9px 0 0 0;
    }

        .product-tab-slide .tab-content .item .product .deals-coundown-prd li p {
            font-size: 14px;
            color: #111111;
            width: 40px;
        }

            .product-tab-slide .tab-content .item .product .deals-coundown-prd li p b {
                font-weight: 300;
            }

    .product-tab-slide .tab-content .item .product .icon-prd {
        position: absolute;
        bottom: 23%;
        right: 0%;
        transition: all 0.4s ease 0s;
        opacity: 0;
    }

        .product-tab-slide .tab-content .item .product .icon-prd .table-cell-center button {
            height: 50px;
            background-color: white;
            width: 50px;
            border-radius: 0px;
            margin-bottom: 5px;
            padding: 0;
            outline: none;
            transition: all 0.4s ease 0s;
            box-shadow: 3px 4px 10px -2px rgba(0, 0, 0, 0.15);
        }

            .product-tab-slide .tab-content .item .product .icon-prd .table-cell-center button span {
                font-size: 20px;
            }

            .product-tab-slide .tab-content .item .product .icon-prd .table-cell-center button:hover {
                background-color: #111111;
            }

                .product-tab-slide .tab-content .item .product .icon-prd .table-cell-center button:hover span {
                    color: white;
                }

@media only screen and (max-width: 992px) {
    .product-tab-slide .tab-content .item .product .icon-prd {
        opacity: 1;
        right: 6%;
    }
}

.product-tab-slide .tab-content .item .product:hover .icon-prd {
    opacity: 1;
    right: 6%;
}

@media only screen and (max-width: 1366px) {
    .product-tab-slide .tab-content .item .product .ic-h2 {
        top: 55%;
    }
}

@media only screen and (max-width: 736px) {
    .product-tab-slide .tab-content .item .product .ic-h2 {
        left: 71%;
        top: 67%;
    }
}

.product-tab-slide .tab-content .item .title {
    padding-top: 10px;
    margin-left: 10px;
}

@media only screen and (max-width: 992px) {
    .product-tab-slide .tab-content .item .title {
        text-align: center;
    }
}

.product-tab-slide .tab-content .item .title h4 {
    margin-bottom: 15px;
}

.product-tab-slide .tab-content .item .title .product-name a {
    font-weight: 400;
    color: #333333;
    font-size: 15px;
    text-decoration: none;
}

    .product-tab-slide .tab-content .item .title .product-name a:focus {
        outline: 0;
    }

    .product-tab-slide .tab-content .item .title .product-name a:hover {
        color: #ea5e03;
    }

.product-tab-slide .tab-content .item .title .prosuct-price b {
    font-weight: 400;
    color: #333333;
    font-size: 13px;
    display: inline-block;
    margin-right: 15px;
}

.product-tab-slide .tab-content .item .title .prosuct-price del {
    font-weight: 400;
    font-size: 13px;
    color: #e5e5e5;
}

.product-tab-slide .view {
    text-align: center;
    margin-top: 14px;
}

    .product-tab-slide .view a {
        font-size: 14px;
        font-weight: 300;
        text-transform: uppercase;
        color: #333333;
        text-decoration: none;
        border-bottom: 2px solid #e5e5e5;
    }

        .product-tab-slide .view a:hover {
            color: #111111;
            font-weight: 400;
        }

/*  end/  21. PRODUCTSs*/
/*  22. FORM*/
.title-contact {
    text-align: center;
    padding-top: 52px;
    padding-bottom: 25px;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .title-contact {
        padding-top: 20px;
    }

        .title-contact h3 {
            font-size: 24px;
        }
}

.title-contact h3 {
    text-transform: uppercase;
}

.title-contact p {
    width: 39%;
    display: inline-block;
    margin-top: 15px;
    line-height: 25px;
}

@media only screen and (max-width: 1366px) {
    .title-contact p {
        width: 55%;
    }
}

@media (max-width: 992px) {
    .title-contact p {
        width: 90%;
    }
}

.textbox-information {
    margin-bottom: 80px;
}

    .textbox-information .information {
        background-size: 100% 100%;
        background-position: center !important;
        background-image: url(../images/information.png);
    }

        .textbox-information .information ul {
            padding: 8% 15% 8% 45%;
        }

@media (max-width: 414px) {
    .textbox-information .information ul {
        padding: 5% 5% 5% 5%;
    }
}

.textbox-information .information ul li {
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
}

    .textbox-information .information ul li span {
        float: left;
        width: 10%;
        margin-top: 8px;
        font-size: 18px;
    }

    .textbox-information .information ul li p {
        width: 90%;
        display: inline-block;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 300;
    }

.textbox-information .frm {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991px) {
    .textbox-information .frm {
        margin-top: 30px;
    }
}

.textbox-information .frm .form-ip {
    padding-right: 15px;
    padding-left: 15px;
}

    .textbox-information .frm .form-ip input {
        height: 40px;
        width: 100%;
        padding: 19px;
        border: 1px solid #e5e5e5;
        outline: none;
        margin-bottom: 30px;
        font-size: 13px;
        font-weight: 300;
    }

.textbox-information .frm-txt textarea {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    height: 170px;
    font-size: 13px;
    font-weight: 300;
}

.textbox-information .btnn {
    width: 172px;
    height: 42px;
    border: 1px solid #898989;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    color: #dddddd;
    background-color: #111111;
    outline: none;
    cursor: pointer;
}

.form-checkout {
    /*margin-top: 42px;*/
    margin-bottom: 25px;
}

    .form-checkout .form-details {
        display: inline-table;
        margin-top: 0px;
        margin-left: -30px;
    }

        .form-checkout .form-details .creat-chk {
            width: 6%;
            height: 12px;
            margin: 29px 3px 0 0px;
        }

@media only screen and (max-width: 992px) {
    .form-checkout .form-details .creat-chk {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .form-checkout .form-details form {
        padding-left: 15px;
    }
}

.form-checkout .form-details h3 {
    margin-left: 15px;
    margin-top: 40px;
    font-size: 16px;
}

.form-checkout .form-details .item-ip {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .form-checkout .form-details .item-ip input {
        font-size: 13px;
        font-weight: 300;
    }

    .form-checkout .form-details .item-ip .dropdown-menu {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        top: 97% !important;
    }

        .form-checkout .form-details .item-ip .dropdown-menu ul {
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            top: 0% !important;
        }

            .form-checkout .form-details .item-ip .dropdown-menu ul li a:focus {
                outline: none;
                background-color: white;
            }

            .form-checkout .form-details .item-ip .dropdown-menu ul li a:hover {
                background-color: white;
            }

    .form-checkout .form-details .item-ip .bootstrap-select {
        width: 100%;
        height: 40px;
        border: 1px solid #e5e5e5;
        padding-left: 20px;
    }

        .form-checkout .form-details .item-ip .bootstrap-select button {
            width: 100%;
            padding-top: 10px;
            font-size: 13px;
            font-weight: 300;
            color: #888888;
            position: relative;
        }

            .form-checkout .form-details .item-ip .bootstrap-select button i {
                color: #888888;
                float: right;
                font-size: 14px;
                position: absolute;
                right: 10px;
            }

.form-checkout .form-details .check-right {
    margin-top: 15px;
    padding-left: 40px;
}

    .form-checkout .form-details .check-right form {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        padding-left: 0;
    }

@media (max-width: 480px) {
    .form-checkout .form-details .check-right form {
        font-size: 14px;
    }
}

.form-checkout .form-details .check-right form input {
    margin-left: -15px;
}

@media screen and (max-width: 414px) {
    .form-checkout .form-details .check-right form input {
        margin-left: -5px;
    }
}

.form-checkout .form-details .check-right textarea {
    border-radius: 0;
    box-shadow: none;
    margin-top: 21px;
    height: 70px;
    font-size: 13px;
    font-weight: 300;
}

.form-checkout .form-details .check-right .order h3 {
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 57px;
}

.form-checkout .form-details .check-right .order .cart-table {
    width: 100%;
}

    .form-checkout .form-details .check-right .order .cart-table tr {
        border-bottom: 1px solid #e5e5e5;
    }

        .form-checkout .form-details .check-right .order .cart-table tr td {
            padding: 15px 0px 20px 0;
        }

            .form-checkout .form-details .check-right .order .cart-table tr td:last-child {
                float: right;
            }

            .form-checkout .form-details .check-right .order .cart-table tr td:first-child {
                width: 60%;
            }

            .form-checkout .form-details .check-right .order .cart-table tr td .prd-infor {
                display: inline-block;
                margin-left: 15px;
            }

@media screen and (max-width: 992px) {
    .form-checkout .form-details .check-right .order .cart-table tr td .prd-infor {
        margin-left: 0;
    }
}

.form-checkout .form-details .check-right .order .cart-table tr td .prd-infor a {
    font-size: 15px;
    color: #333333;
}

.form-checkout .form-details .check-right .order .cart-table tr td .prd-infor p {
    margin-top: 10px;
    color: #888888;
}

.form-checkout .form-details .check-right .order .cart-table tr td p {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
}

.form-checkout .form-details .check-right .comunication {
    margin-top: 25px;
}

    .form-checkout .form-details .check-right .comunication b {
        margin-right: 5px;
        font-size: 15px;
        font-weight: 500;
    }

    .form-checkout .form-details .check-right .comunication div {
        margin-bottom: 11px;
        display: flex;
    }

.form-checkout .btn-pay {
    margin-top: 24px;
    margin-left: 15px;
}

    .form-checkout .btn-pay button {
        width: 172px;
        height: 42px;
        border: 1px solid #898989;
        font-size: 14px;
        cursor: pointer;
        font-weight: 400;
        text-transform: uppercase;
        color: white;
        background-color: #111111;
        outline: none;
        cursor: pointer;
    }

.form-checkout .method {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .form-checkout .method p {
        margin-left: 34px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .form-checkout .method h3 {
        font-size: 16px;
        margin-top: 53px;
    }

    .form-checkout .method form input {
        width: 6%;
        height: 12px;
        font-size: 13px;
        font-weight: 400;
        margin-left: 0px;
    }

    .form-checkout .method form p {
        font-weight: 300;
        font-size: 13px;
        line-height: 25px;
    }

.form-checkout .login {
    margin-top: 30px;
    width: 50%;
}

@media (max-width: 767px) {
    .form-checkout .login {
        width: 100%;
    }
}

.form-checkout .login p {
    color: #111111;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
}

.form-checkout .login button {
    outline: none;
    background-color: white;
    padding: 9px 24px 8px 24px;
    border: 1px solid #e5e5e5;
    margin-top: -15px;
}

    .form-checkout .login button a {
        text-transform: uppercase;
        font-size: 13px;
        color: #111111;
    }

.form-checkout .login input {
    font-size: 13px;
    margin-left: 15px;
    height: 40px;
    width: 190px;
    font-weight: 300;
    padding-left: 20px;
}

.form-checkout .login a {
    margin-left: 15px;
}

.form-checkout form {
    margin-top: 25px;
}

    .form-checkout form input {
        width: 6%;
        height: 12px;
        margin-left: 0px;
        margin-right: 7px;
    }

.form-your-cart {
    padding-top: 60px;
    position: relative;
    margin-bottom: 70px;
}

    .form-your-cart .cart-form .cart-table {
        border: 1px solid #e5e5e5;
        margin-bottom: 0;
    }

        .form-your-cart .cart-form .cart-table tr,
        .form-your-cart .cart-form .cart-table th,
        .form-your-cart .cart-form .cart-table td {
            border: 1px solid #e5e5e5;
            text-align: center;
        }

        .form-your-cart .cart-form .cart-table td {
            padding: 0px 0px 10px 0px;
            vertical-align: middle;
        }

        .form-your-cart .cart-form .cart-table th {
            font-size: 16px;
            font-weight: bold;
            color: #111111;
            height: 62px;
            padding: 18px 45px 18px 45px;
            text-transform: uppercase;
        }

        .form-your-cart .cart-form .cart-table tbody tr:nth-child(even) {
            background-color: #afafaf;
        }

        .form-your-cart .cart-form .cart-table tbody tr:nth-child(odd) {
            background-color: #cfcfcf;
        }

    .form-your-cart .cart-form .quantity {
        height: 40px;
        margin-bottom: 13px;
        width: 140px;
        line-height: 33px;
        position: relative;
        display: inline-block;
        border: 1px solid #888888;
    }

        .form-your-cart .cart-form .quantity button {
            outline: none;
        }

    .form-your-cart .cart-form .qty {
        width: 20px;
        border: medium none;
        left: 50%;
        height: 38px;
        padding: 0px;
        text-align: center;
        font-size: 14px;
        color: #bcbcbc;
    }

    .form-your-cart .cart-form .plus-cs {
        position: absolute;
        display: block;
        height: 100%;
        width: 20px;
        color: #888888;
        text-align: center;
        top: 5px;
        right: 25px;
        background-color: white;
    }

    .form-your-cart .cart-form .minus-cs {
        position: absolute;
        display: block;
        height: 100%;
        color: #bcbcbc;
        width: 20px;
        text-align: center;
        top: 5px;
        left: 25px;
        background-color: white;
    }

    .form-your-cart .product-name .img-prd {
        position: relative;
    }

        .form-your-cart .product-name .img-prd span {
            position: absolute;
            top: -10px;
            left: 64%;
            font-size: 21px;
            color: #333333;
        }

    .form-your-cart .product-name .prd-infor {
        padding: 20px;
    }

        .form-your-cart .product-name .prd-infor a {
            font-weight: 400;
            color: #333333;
            font-size: 15px;
        }

        .form-your-cart .product-name .prd-infor p {
            margin-top: 6px;
        }

    .form-your-cart .product-price .price {
        margin-bottom: 0;
    }

        .form-your-cart .product-price .price .money {
            color: #333333;
            font-weight: 400;
            font-size: 13px;
        }

        .form-your-cart .product-price .price .money-total {
            color: #333333;
            font-weight: 500;
            font-size: 18px;
        }

    .form-your-cart .coupon {
        border: 1px solid #e5e5e5;
        border-top: 0;
        padding: 25px 30px 20px 50px;
        margin-bottom: 20px;
    }

@media screen and (max-width: 767px) {
    .form-your-cart .coupon {
        margin-top: -15px;
    }
}

.form-your-cart .coupon h3 {
    font-size: 16px;
    display: inline-block;
}

@media (max-width: 1199px) {
    .form-your-cart .coupon h3 {
        float: initial !important;
    }
}

.form-your-cart .coupon input {
    width: 200px;
    margin-left: 25px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .form-your-cart .coupon input {
        margin-left: 0;
    }
}

.form-your-cart .coupon button {
    background-color: white;
    border: 1px solid #888888;
    height: 40px;
    padding: 6px 24px 6px 24px;
    text-transform: uppercase;
    margin-left: 9px;
    outline: none;
    transition: all 0.5s ease 0s;
}

    .form-your-cart .coupon button:hover {
        color: white;
        background-color: #111111;
    }

@media screen and (max-width: 767px) {
    .form-your-cart .coupon button {
        margin-left: 0;
    }
}

.form-your-cart .coupon .table-responsive {
    width: 100%;
    margin-bottom: 0;
}

.form-your-cart .conti {
    margin-bottom: 10px;
}

    .form-your-cart .conti button {
        height: 40px;
        padding: 6px 24px 6px 24px;
        outline: none;
        background-color: white;
        transition: all 0.5s ease 0s;
    }

        .form-your-cart .conti button:first-child {
            border: 1px solid #e5e5e5;
        }

        .form-your-cart .conti button:last-child {
            border: 1px solid #888888;
            text-transform: uppercase;
            float: right;
        }

@media screen and (max-width: 389px) {
    .form-your-cart .conti button {
        width: 100%;
        margin-bottom: 20px;
    }
}

.form-your-cart .conti button:hover {
    color: white;
    background-color: #111111;
}

.form-your-cart .form-total-right {
    background-color: #f5f5f5;
    padding: 4px 40px 40px 50px;
}

@media (max-width: 1199px) {
    .form-your-cart .form-total-right {
        padding: 4px 15px 40px 15px;
    }
}

@media screen and (max-width: 389px) {
    .form-your-cart .form-total-right {
        margin-top: 50px;
    }
}

.form-your-cart .form-total-right h3 {
    font-size: 16px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

    .form-your-cart .form-total-right h3:last-child {
        border: 0;
    }

.form-your-cart .form-total-right span {
    display: block;
    font-size: 15px;
    margin-bottom: 12px;
}

.form-your-cart .form-total-right p {
    font-size: 13px;
}

.form-your-cart .form-total-right .dropdown button {
    width: 100%;
    border-radius: 0;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    color: #888888;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    text-transform: capitalize;
}

    .form-your-cart .form-total-right .dropdown button span {
        display: inline-block;
        position: absolute;
        right: 15px;
        margin-top: 8px;
    }

    .form-your-cart .form-total-right .dropdown button:hover {
        background-color: #f5f5f5;
        border: 1px solid #e5e5e5;
        border-color: #e5e5e5;
        color: #888888;
    }

    .form-your-cart .form-total-right .dropdown button:focus {
        border: 1px solid #e5e5e5;
        background-color: #f5f5f5;
        color: #888888;
    }

.form-your-cart .form-total-right .dropdown ul {
    width: 100%;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    top: 75%;
}

.form-your-cart .form-total-right input {
    background-color: #f5f5f5;
}

.form-your-cart .form-total-right button {
    height: 40px;
    border-radius: 0;
    text-transform: uppercase;
    color: #dddddd;
    border: 1px solid #e5e5e5;
    background-color: #111111;
    padding: 10px 20px 10px 20px;
    transition: all 0.5s ease 0s;
}

    .form-your-cart .form-total-right button:hover {
        border: 1px solid #898989;
        background: transparent;
        color: #333333;
    }

.form-control:focus {
    border-color: #ccc;
}

.hover-search {
    position: relative;
    padding-bottom: 15px;
}

    .hover-search .menubar-search-form {
        position: absolute;
        z-index: 0;
        top: 107px;
        right: 0;
        background: #fff;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        min-width: 180px;
    }

        .hover-search .menubar-search-form input {
            border-radius: 0;
            box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
            font: 300 14px "Poppins";
        }

            .hover-search .menubar-search-form input:focus {
                outline: none;
            }

@media (max-width: 1199px) {
    .hover-search .menubar-search-form {
        top: inherit;
        margin-top: 0px;
        max-width: 252px;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
    }
}

.hover-search:hover .menubar-search-form {
    transform: translateY(1px);
    opacity: 1;
    visibility: inherit;
    top: 30px;
    z-index: 1000;
    transition: all 0.3s ease;
}

    .hover-search:hover .menubar-search-form form {
        position: relative;
    }

        .hover-search:hover .menubar-search-form form .form-control {
            border-color: #e5e5e5;
            height: 41px;
            border-radius: 0;
            outline: none;
            box-shadow: none;
        }

        .hover-search:hover .menubar-search-form form .menubar-search-buttons {
            margin-right: 1px;
            margin-top: 3px;
            position: absolute;
            right: 0;
            top: 0;
            outline: none;
        }

            .hover-search:hover .menubar-search-form form .menubar-search-buttons span {
                font-size: 24px;
            }

.hover-cart-user {
    padding-bottom: 15px;
    position: relative;
}

    .hover-cart-user .submenu {
        position: absolute;
        list-style: none;
        margin: 0;
        padding: 0;
        right: 0;
        top: 120%;
        z-index: 0;
        transition: all 0.3s ease;
        transform: translateY(15px);
        opacity: 0;
        visibility: hidden;
        background-color: white;
    }

        .hover-cart-user .submenu li {
            padding-top: 25px;
            min-width: 250px;
            padding-left: 20px;
            display: block;
        }

            .hover-cart-user .submenu li a {
                display: block;
                padding: 0;
                color: #111111;
                font-size: 14px !important;
                font-weight: 500;
                text-transform: uppercase;
                text-align: left;
            }

            .hover-cart-user .submenu li:last-child {
                padding-bottom: 25px;
            }

    .hover-cart-user:hover .submenu {
        opacity: 1;
        top: 90%;
        visibility: inherit;
        z-index: 999;
        transition: all 0.3s ease;
        font-family: 'Poppins', sans-serif;
        transform: translateY(0);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    }

    .hover-cart-user .mini-cart {
        width: 400px;
        right: 0;
        position: absolute;
        border: 0;
        border-radius: 0;
        padding: 25px;
        font-family: 'Poppins', sans-serif;
    }

        .hover-cart-user .mini-cart .account {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 400;
            position: relative;
            padding-bottom: 25px;
            margin-top: 0px;
            text-align: left;
        }

            .hover-cart-user .mini-cart .account:after {
                left: 0;
                bottom: 0;
                height: 1px;
                width: 60px;
                background: #e5e5e5;
                content: "";
                position: absolute;
            }

        .hover-cart-user .mini-cart .product .item {
            margin-top: 25px;
        }

            .hover-cart-user .mini-cart .product .item .img-prd {
                float: left;
                width: 30%;
            }

                .hover-cart-user .mini-cart .product .item .img-prd img {
                    margin-left: 0;
                    margin-top: 0;
                }

            .hover-cart-user .mini-cart .product .item .title {
                width: 70%;
                display: inline-block;
                text-align: left;
            }

                .hover-cart-user .mini-cart .product .item .title .product-name a {
                    font-weight: 400;
                    color: #333333;
                    font-size: 15px;
                    text-decoration: none;
                }

                    .hover-cart-user .mini-cart .product .item .title .product-name a:focus {
                        outline: none;
                    }

                    .hover-cart-user .mini-cart .product .item .title .product-name a:hover {
                        color: #ea5e03;
                    }

                .hover-cart-user .mini-cart .product .item .title .product-price {
                    margin-left: 17px;
                }

                    .hover-cart-user .mini-cart .product .item .title .product-price p {
                        font-weight: 400;
                        color: #333333;
                        font-size: 13px;
                        display: inline-block;
                        margin-right: 15px;
                    }

                    .hover-cart-user .mini-cart .product .item .title .product-price del {
                        font-weight: 400;
                        font-size: 13px;
                        color: #e5e5e5;
                    }

        .hover-cart-user .mini-cart .menu-cart-total {
            margin-top: 50px;
        }

            .hover-cart-user .mini-cart .menu-cart-total .list-money {
                border-bottom: solid 1px #e1e1e1;
                color: #888888;
                padding: 15px 0;
            }

                .hover-cart-user .mini-cart .menu-cart-total .list-money label {
                    font-size: 14px;
                    text-transform: uppercase;
                    font-weight: 300;
                    float: left;
                }

                .hover-cart-user .mini-cart .menu-cart-total .list-money .money {
                    text-align: right;
                    display: block;
                }

                .hover-cart-user .mini-cart .menu-cart-total .list-money:last-child {
                    font-weight: 400;
                    color: #111111;
                }

        .hover-cart-user .mini-cart .actions {
            text-align: center;
            margin-top: 40px;
            margin-bottom: 25px;
        }

            .hover-cart-user .mini-cart .actions a {
                display: inline-block;
                height: 40px;
                width: 140px;
                text-transform: uppercase;
                color: white !important;
                background-color: #111111;
                padding: 10px 20px 10px 20px;
                font-weight: 400;
                font-size: 14px !important;
                padding-top: 13px;
                text-align: center;
                transition: all 0.3s ease;
                border: 1px solid #111111;
            }

                .hover-cart-user .mini-cart .actions a:hover {
                    border: 1px solid #898989;
                    background: transparent;
                    color: #333333 !important;
                }

    .hover-cart-user .minicart-h3 {
        left: -210px;
    }

/* end/  22. FORM*/
/*    23. COMMING-SOON-PAGE*/
#comming_soon_page {
    background-image: url(../images/bgr_comming_soon_page.png);
}

    #comming_soon_page .comming {
        text-align: center;
        position: relative;
        padding-top: 255px;
    }

@media screen and (max-width: 992px) {
    #comming_soon_page .comming {
        margin-top: 0px;
        padding-top: 150px;
        padding-bottom: 50px;
    }
}

#comming_soon_page .comming h3 {
    font-size: 52px;
}

@media screen and (max-width: 992px) {
    #comming_soon_page .comming h3 {
        font-size: 32px;
    }
}

#comming_soon_page .comming ul {
    margin-top: 30px;
    margin-bottom: 33px;
    padding-left: 0px;
}

    #comming_soon_page .comming ul li {
        text-align: center;
    }

        #comming_soon_page .comming ul li p {
            color: #111111;
            font-size: 36px;
            width: 120px;
        }

@media screen and (max-width: 992px) {
    #comming_soon_page .comming ul li p {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    #comming_soon_page .comming ul li p {
        width: 60px;
        margin: 0px;
    }
}

#comming_soon_page .comming ul li p b {
    font-weight: 400;
    border-color: #888888;
}

#comming_soon_page .comming ul li p span {
    color: #888888;
    margin-left: 30px;
    margin-right: 0;
}

@media (max-width: 480px) {
    #comming_soon_page .comming ul li p span {
        margin: 0;
    }
}

#comming_soon_page .comming ul li span {
    color: #888888;
    margin-right: 45px;
}

@media (max-width: 600px) {
    #comming_soon_page .comming ul li span {
        margin: 0px;
    }
}

#comming_soon_page .comming ul li:last-child span {
    margin-right: 0;
}

#comming_soon_page .comming form {
    width: 40%;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 45px;
}

@media screen and (max-width: 992px) {
    #comming_soon_page .comming form {
        width: 80%;
    }
}

#comming_soon_page .comming form input {
    outline: none;
    height: 53px;
    border: 1px solid #d7d7d7;
    background-color: #f4f4f4;
    padding-left: 30px;
}

#comming_soon_page .comming form i {
    position: absolute;
    top: 35%;
    right: 15px;
    color: #666666;
    cursor: pointer;
}

@media screen and (max-width: 414px) {
    #comming_soon_page .comming form i {
        left: 90%;
    }
}

#comming_soon_page .comming .icon a {
    color: #888888;
    margin: 15px;
    font-size: 15px;
}

    #comming_soon_page .comming .icon a:hover {
        color: #111111;
    }

/* end/ 23. COMMING-SOON-PAGE*/

/* 24. FOOTER*/
footer {
    /*background-color: #eee;*/
    box-shadow: 0 1px 6px rgba(0,0,0,.25), inset 0 2px 0 hsla(0,0%,100%,.2);
    background-image: linear-gradient(#fff,#dadbd9);
    padding: 20px 0 20px 0;
    width: 100%;
    /*margin-top: 45%;*/
}

@media (max-width: 767px) {
    footer {
        padding: 25px 0 35px 0;
    }
}

@media screen and (min-width: 1024px) {
    footer .item-c1 {
        padding-right: 115px;
    }

    footer .item-c4 {
        padding-left: 58px;
    }
}

footer .instagram h2 {
    margin-bottom: 45px;
}

footer .coppy-right {
    margin-top: 35px;
}

    footer .coppy-right li {
        font-size: 13px;
        display: inline-block;
    }

        footer .coppy-right li strong {
            color: #a3a3a3;
        }

footer h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3b3d3b;
    margin-bottom: 36px;
}

footer ul {
    padding-left: 0;
}

    footer ul li {
        color: #888888;
        font-weight: 300;
        display: flex;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 15px;
    }

        footer ul li a {
            color: #3b3d3b;
            line-height: 22px;
        }

            footer ul li a:hover {
                color: #3b3d3b;
            }

footer .our-ser-pol li {
    line-height: 25px;
}

footer form {
    position: relative;
    margin-top: 30px;
    margin-bottom: 55px;
}

    footer form i {
        cursor: pointer;
    }

    footer form input {
        width: 100%;
        outline: none;
        background-color: white;
        border: 1px solid #888888;
        padding: 10px;
        color: #dddddd;
    }

        footer form input ::-webkit-input-placeholder {
            color: #dddddd;
        }

        footer form input :-moz-placeholder {
            color: #dddddd;
        }

        footer form input ::-moz-placeholder {
            color: #dddddd;
        }

        footer form input :-ms-input-placeholder {
            color: #dddddd;
        }

    footer form i {
        position: absolute;
        top: 30%;
        right: 4%;
        color: black;
    }

.footerv1 {
    background-color: #f4f4f4;
}

    .footerv1 .content {
        text-align: center;
        width: 50%;
        margin: 0 auto;
    }

@media only screen and (max-width: 736px) {
    .footerv1 .content {
        width: 80%;
    }
}

.footerv1 .content h3 {
    font-size: 36px;
    font-weight: 500;
    text-transform: capitalize;
}

.footerv1 .content form {
    position: relative;
    margin-top: 25px;
    margin-bottom: 45px;
    width: 430px;
    display: inline-block;
}

@media only screen and (max-width: 414px) {
    .footerv1 .content form {
        width: 300px;
    }
}

@media only screen and (max-width: 320px) {
    .footerv1 .content form {
        width: 255px;
    }
}

.footerv1 .content form input {
    outline: none;
    width: 100%;
    height: 40px;
    border: 1px solid #d7d7d7;
    background-color: #f4f4f4;
    font-size: 12px;
    font-weight: 300;
    padding: 15px 20px;
}

.footerv1 .content form i {
    position: absolute;
    top: 35%;
    right: 16px;
    color: #666666;
    cursor: pointer;
}

.footerv1 .content ul li {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
}

    .footerv1 .content ul li a:hover {
        color: #333333;
    }

.footerv1 .content .iconft {
    margin-top: 49px;
    margin-bottom: 15px;
}

    .footerv1 .content .iconft a {
        color: #111111;
        font-size: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .footerv1 .content .iconft a:hover {
            color: #888888;
        }

.footerv1 .content span {
    font-size: 14px;
    font-weight: 400;
}

.footerv2 .instagram ul li {
    display: inline-block;
    overflow: hidden;
}

    .footerv2 .instagram ul li img {
        transition: all 0.3s ease-in-out;
    }

        .footerv2 .instagram ul li img:hover {
            transform: scale(1.2, 1.2);
            transition: all 0.3s ease-in-out;
        }

.footerv2 .ct ul li {
    display: flex;
}

    .footerv2 .ct ul li span {
        font-size: 18px;
        color: #dddddd;
        margin-right: 30px;
    }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/* end/ 24. FOOTER*/
/*    25. PAGE */
.position {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    text-align: center;
}

@media (max-width: 991px) {
    .position {
        margin-top: 15px;
    }
}

.shape {
    width: 150px;
    height: 45px;
    border: 2px solid #ddd;
    transition: 0.3s all ease;
    line-height: 40px;
}

.bootstrap-select button {
    border: 0;
    padding-left: 0;
    box-shadow: 0 0 0 0 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.bootstrap-select .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: 0 1px 20px -10px;
    top: 70% !important;
    height: 105px;
    min-width: 150px;
}

    .bootstrap-select .dropdown-menu ul {
        top: 0 !important;
        position: absolute;
    }

        .bootstrap-select .dropdown-menu ul li {
            display: block;
            outline: none;
        }

            .bootstrap-select .dropdown-menu ul li a:focus {
                outline: none;
                background-color: white;
            }

            .bootstrap-select .dropdown-menu ul li a:hover {
                background-color: white;
            }

.text a {
    color: #333333;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}

.svg-wrapper:hover .shape {
    background: #111111;
    border: 2px solid #111111;
}

    .svg-wrapper:hover .shape a {
        color: #fff;
    }

.svg-wrapper {
    margin-top: 0;
    position: relative;
    height: 40px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;
}

.tab-details-prd2 .tab-details {
    margin-top: 13px;
}

.tab-details {
    margin-top: 55px;
}

    .tab-details .tab-ul {
        display: inline-block;
    }

        .tab-details .tab-ul .nav-tabs > li.active > a,
        .tab-details .tab-ul .nav-tabs > li.active > a:focus,
        .tab-details .tab-ul .nav-tabs > li.active > a:hover {
            border: 0px solid #ddd;
            border-right: 2px solid #888888;
        }

        .tab-details .tab-ul ul {
            border-bottom: 0;
            text-align: center;
        }

            .tab-details .tab-ul ul li {
                float: none;
                display: inline-block;
            }

                .tab-details .tab-ul ul li a {
                    border: 0;
                    border-right: 2px solid #888888;
                    border-radius: 0;
                    padding: 0 20px 0 20px;
                    font-size: 18px;
                    text-transform: uppercase;
                    color: #888888;
                    line-height: 15px;
                }

@media (max-width: 480px) {
    .tab-details .tab-ul ul li a {
        padding: 0px 7px 0 7px;
        font-size: 14px;
    }
}

.tab-details .tab-ul ul li a:hover {
    background-color: white;
}

.tab-details .tab-ul ul li:first-child a {
    padding-left: 0;
}

.tab-details .tab-ul ul li:last-child a {
    border-right: 0;
}

.tab-details .tab-ul ul li.active:last-child a:focus:last-child {
    border-right: 0;
}

.tab-details .tab-ul ul li.active:last-child a:hover:last-child {
    border-right: 0;
}

.tab-details .tab-ul .nav-tabs > li.active > a {
    color: #111111;
    line-height: 15px;
}

.tab-details .tab-content {
    margin-top: 25px;
}

    .tab-details .tab-content span {
        font-weight: 300;
        line-height: 30px;
    }

    .tab-details .tab-content p {
        font-weight: 500;
        color: #111111;
        margin-top: 35px;
        margin-bottom: 4px;
    }

.quick-left {
    /*margin-top: 38px;*/
    margin-top: 0px;
}

@media only screen and (max-width: 992px) {
    .quick-left {
        margin-top: 30px;
    }
}

.quick-left .ul-sp li {
    line-height: 11px;
    font-weight: 300;
    font-size: 12px;
}

    .quick-left .ul-sp li span {
        font-size: 12px;
        margin-right: -5px;
    }

    .quick-left .ul-sp li:first-child {
        width: 70px;
    }

    .quick-left .ul-sp li a {
        color: #888888;
    }

        .quick-left .ul-sp li a:hover {
            color: #111111;
        }

.quick-left h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

@media only screen and (max-width: 1366px) {
    .quick-left h3 {
        margin-top: 0;
    }
}

.quick-left ul {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1366px) {
    .quick-left ul {
        margin-top: 0;
    }
}

.quick-left ul li {
    border-right: 1px solid #888888;
    padding-right: 6px;
    padding-left: 6px;
    color: #888888;
    cursor: pointer;
}

    .quick-left ul li:first-child {
        padding-left: 0;
    }

    .quick-left ul li:last-child {
        border-right: 0px;
    }

.quick-left .ul-tag li {
    padding-left: 0;
    padding-right: 0;
}

.quick-left .price {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 35px;
    margin-top: 15px;
    width: 87%;
}

@media only screen and (max-width: 1366px) {
    .quick-left .price {
        padding-bottom: 18px;
    }
}

.quick-left .price li {
    border-right: 0px solid #888888;
    font-size: 13px;
    color: #111111;
    font-weight: 400;
}

    .quick-left .price li del {
        color: #888888;
    }

    .quick-left .price li:last-child {
        float: right;
        font-size: 14px;
    }

.quick-left p {
    font-size: 14px;
    color: #111111;
    font-weight: 400;
    margin-top: 21px;
    margin-bottom: 18px;
}

.quick-left .price-detail-prd2 li {
    padding-left: 0;
}

    .quick-left .price-detail-prd2 li:last-child {
        float: none;
    }

.quick-left .color-product {
    margin-top: 35px;
}

@media only screen and (max-width: 1366px) {
    .quick-left .color-product {
        margin-top: 15px;
    }
}

.quick-left .color-product h4 {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 25px;
    width: 15%;
}

.quick-left .color-product ul {
    width: 80%;
    display: inline;
}

    .quick-left .color-product ul li {
        margin-bottom: -2px;
        padding: 9px;
        border-radius: 30px;
        background-color: red;
        margin-right: 5px;
        border-right: 0;
        position: relative;
    }

        .quick-left .color-product ul li:hover:after {
            width: 18px;
            height: 18px;
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            border: 1px solid #e5e5e5;
            border-radius: 50%;
            transition: all 0.1s ease 0s;
            transform: scale(1.5);
            z-index: 1;
        }

.quick-left .side-product {
    margin-top: 13px;
    display: inline-flex;
    width: 100%;
}

@media only screen and (max-width: 1366px) {
    .quick-left .side-product {
        margin-top: 10px;
    }
}

.quick-left .side-product .group-size {
    display: inline;
}

    .quick-left .side-product .group-size li a:hover {
        border-bottom: 1px solid black;
    }

    .quick-left .side-product .group-size li:last-child a:hover {
        border: 0;
    }

.quick-left .side-product .quantity button {
    background-color: white;
    outline: none;
}

.quick-left .side-product .quantity input {
    border: 0;
    display: inline-block;
    width: 16px;
    padding-left: 0;
}

.quick-left .side-product h4 {
    width: 15%;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 25px;
}

.quick-left .side-product .share {
    width: 8%;
}

.quick-left .side-product .group-size ul {
    display: block;
}

.quick-left .side-product a {
    color: #888888;
    font-weight: 300;
}

    .quick-left .side-product a:hover {
        color: #111111;
    }

.quick-left .side-product ul {
    display: inline;
    margin-top: 7px;
}

    .quick-left .side-product ul li {
        border-right: 0;
        margin-bottom: 12px;
    }

        .quick-left .side-product ul li:last-child {
            padding-left: 0;
            padding-right: 0;
        }

.quick-left .side-product .tags li {
    padding-left: 0;
    padding-right: 0;
}

.quick-left .add-to-bag {
    margin-top: 40px;
    margin-bottom: 60px;
    display: flex;
}

@media only screen and (max-width: 1366px) {
    .quick-left .add-to-bag {
        margin-top: 25px;
        margin-bottom: 40px;
    }
}

.quick-left .add-to-bag button {
    height: 50px;
    width: 50px;
    border: 0;
    background-color: #eeeeee;
    transition: all 0.4s ease 0s;
    margin-right: 10px;
    box-shadow: 3px 4px 10px -2px rgba(0, 0, 0, 0.15);
}

    .quick-left .add-to-bag button:hover {
        background-color: #111111;
        color: white;
    }

        .quick-left .add-to-bag button:hover p {
            background-color: #888888;
        }

    .quick-left .add-to-bag button span {
        font-size: 22px;
    }

    .quick-left .add-to-bag button small {
        height: 100%;
        width: 1px;
        background-color: #888888;
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 25%;
    }

.quick-left .add-to-bag .add {
    width: 200px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}

    .quick-left .add-to-bag .add .icon {
        font-size: 22px;
        margin-right: 10px;
    }

    .quick-left .add-to-bag .add span {
        font-weight: 400;
        font-size: 14px;
        position: absolute;
        top: 30%;
        left: 10px;
    }

.quick-left .js-slideshow-product-details .item {
    margin-left: 5px;
    margin-right: 5px;
}

    .quick-left .js-slideshow-product-details .item:focus {
        outline: none;
    }

    .quick-left .js-slideshow-product-details .item img {
        margin-right: 10px;
    }

.quick-left .js-slideshow-product-details button {
    z-index: 999;
    background-color: white;
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.2);
    height: 50px;
    width: 50px;
    transition: all 0.25s ease;
}

    .quick-left .js-slideshow-product-details button:before {
        color: black;
    }

@media only screen and (max-width: 992px) {
    .quick-left .js-slideshow-product-details button {
        opacity: 1;
    }
}

.quick-left .js-slideshow-product-details button:hover {
    background-color: #111111;
}

    .quick-left .js-slideshow-product-details button:hover:before {
        color: white;
    }

.quick-left .js-slideshow-product-details .slick-prev {
    left: -20px;
    top: 50%;
}

@media (max-width: 991px) {
    .quick-left .js-slideshow-product-details .slick-prev {
        left: -15px;
    }
}

.quick-left .js-slideshow-product-details .slick-next {
    right: -20px;
    top: 50%;
}

@media (max-width: 991px) {
    .quick-left .js-slideshow-product-details .slick-next {
        right: -15px;
    }
}

.quick-shop-v1 {
    padding-top: 20px;
    overflow: hidden;
}

    .quick-shop-v1 .qs-right {
        margin-top: 30px;
    }

@media (max-width: 991px) {
    .quick-shop-v1 .qs-right {
        margin-top: 0;
    }
}

.quick-shop-v1 .qs-right .slick-list .item:focus {
    outline: none;
}

.quick-shop-v1 .qs-right .item {
    margin-bottom: 40px;
    text-align: center;
}

@media (max-width: 991px) {
    .quick-shop-v1 .qs-right .item {
        padding: 5px;
    }
}

.quick-shop-v1 .qs-right .item img {
    display: inline-block;
}

.quick-shop-v1 .qs-right .img-prd-details {
    position: relative;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.37, 0.8, 0.76, 0.96);
}

    .quick-shop-v1 .qs-right .img-prd-details img {
        transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
    }

@media only screen and (max-width: 767px) {
    .quick-shop-v1 .qs-right .img-prd-details img {
        padding-bottom: 40px;
    }
}

.quick-shop-v1 .qs-right .img-prd-details img:hover {
    transform: scale(1.1);
}

.quick-shop-v1 .qs-right .img-prd-details:hover {
    box-shadow: 0px 3px 10px -5px;
}

.quick-shop-v1 .qs-right .lable {
    position: absolute;
    top: 3%;
    right: 6%;
    height: 30px;
    width: 70px;
    text-align: center;
    padding-top: 4px;
    z-index: 1;
    background-color: white;
    box-shadow: 0px 2px 9px -4px;
}

    .quick-shop-v1 .qs-right .lable span {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
    }

@media only screen and (min-width: 1365px) {
    .quick-shop-v1 .scr-3 {
        width: 33%;
    }

    .quick-shop-v1 .scr-1 {
        width: 0;
    }
}

.group-menu {
    margin-top: 30px;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .group-menu .col-md-9 {
        text-align: left !important;
        float: inherit !important;
    }

        .group-menu .col-md-9 .new {
            float: inherit !important;
        }
}

@media only screen and (max-width: 992px) {
    .group-menu {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

.group-menu .ordering .new {
    display: inline-block;
}

.group-menu .ordering .act-img {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.group-menu .ordering .act-img-click {
    opacity: 1;
    visibility: visible;
    position: absolute;
}

.group-menu .ordering .img-ic-click {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.group-menu .ordering .img-ic {
    opacity: 1;
    visibility: visible;
    position: absolute;
}

.group-menu p {
    font-size: 14px;
}

.group-menu ul {
    padding-left: 0;
}

.group-menu .filter {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-top: 5px;
}

@media only screen and (max-width: 992px) {
    .group-menu .filter {
        display: none;
        padding-bottom: 0;
    }
}

.group-menu .filter span {
    font-weight: 500;
    font-size: 18px;
    color: #111111;
    text-transform: uppercase;
}

.group-menu .filter .hover-filter {
    position: absolute;
    padding: 30px 50px;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    top: 140%;
    z-index: 0;
    width: 1080px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0px 25px -10px;
    transition: 0.5s all ease;
}

@media (max-width: 1199px) {
    .group-menu .filter .hover-filter {
        width: 900px;
    }
}

.group-menu .filter .hover-filter .category-details h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.group-menu .filter .hover-filter .category-details .item h4 {
    text-transform: uppercase;
    font-weight: 400;
    color: #111111;
    letter-spacing: 2px;
    margin-top: 30px;
    font-size: 14px;
}

.group-menu .filter .hover-filter .category-details .item ul {
    padding-left: 0;
    display: block;
}

    .group-menu .filter .hover-filter .category-details .item ul li {
        display: block;
        padding: 0px;
        line-height: 35px;
    }

        .group-menu .filter .hover-filter .category-details .item ul li a {
            font-weight: 300;
            color: #888888;
            text-transform: capitalize;
            letter-spacing: 1px;
            transition: all 0.2s ease 0s;
        }

            .group-menu .filter .hover-filter .category-details .item ul li a:hover {
                color: #111111;
                padding-left: 2px;
            }

.group-menu .filter .hover-filter .options h3 {
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #111111;
    letter-spacing: 2px;
}

.group-menu .filter .hover-filter .options .hover-a-bt a {
    color: #888888;
}

    .group-menu .filter .hover-filter .options .hover-a-bt a:hover {
        color: #111111;
        border-bottom: 1px solid #888888;
    }

.group-menu .filter .hover-filter .options .item .group-size {
    display: inline;
}

.group-menu .filter .hover-filter .options .item a {
    color: #888888;
}

    .group-menu .filter .hover-filter .options .item a:hover {
        color: #111111;
    }

.group-menu .filter .hover-filter .options .item span {
    font-weight: 400;
    font-size: 14px;
}

.group-menu .filter .hover-filter .options .item .slider-track {
    height: 2px;
    width: 260px;
    background-color: #888888;
}

.group-menu .filter .hover-filter .options .item h4 {
    text-transform: uppercase;
    font-weight: 400;
    color: #111111;
    letter-spacing: 2px;
    margin-top: 30px;
    font-size: 14px;
    display: inline-block;
    width: 25%;
}

.group-menu .filter .hover-filter .options .item .slider-horizontal {
    position: relative;
    display: inline-block;
}

    .group-menu .filter .hover-filter .options .item .slider-horizontal .slider-handle {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background-color: #888888;
        position: absolute;
        top: -4px;
    }

.group-menu .filter .hover-filter .options .item ul {
    padding-left: 0;
    width: 75%;
    display: inline;
}

    .group-menu .filter .hover-filter .options .item ul li {
        margin-right: 5px;
    }

        .group-menu .filter .hover-filter .options .item ul li a {
            color: #888888;
        }

            .group-menu .filter .hover-filter .options .item ul li a:hover {
                color: #111111;
            }

        .group-menu .filter .hover-filter .options .item ul li span {
            color: #111111;
            line-height: 50px;
        }

.group-menu .filter .hover-filter .options .item-color ul li {
    padding: 9px;
    border-radius: 30px;
    background-color: red;
    margin-right: 15px;
    position: relative;
}

    .group-menu .filter .hover-filter .options .item-color ul li:hover:after {
        width: 18px;
        height: 18px;
        content: '';
        position: absolute;
        left: 0%;
        top: 0%;
        border: 1px solid #e5e5e5;
        border-radius: 50%;
        transition: all 0.1s ease 0s;
        transform: scale(1.5);
        z-index: 1;
    }

.group-menu .filter .hover-filter .options .item-brand ul {
    margin-top: 20px;
}

    .group-menu .filter .hover-filter .options .item-brand ul li {
        border-right: 2px solid #888888;
        margin-right: 0;
        padding-right: 6px;
        padding-left: 6px;
        line-height: 11px;
    }

        .group-menu .filter .hover-filter .options .item-brand ul li:first-child {
            padding-left: 0;
        }

        .group-menu .filter .hover-filter .options .item-brand ul li:last-child {
            border-right: 0px;
        }

.group-menu .filter:hover .hover-filter {
    opacity: 1;
    visibility: inherit;
    transition: 0.5s all ease;
    top: 85%;
    z-index: 2;
}

.group-menu .new p {
    display: inline-block;
}

.group-menu .new i {
    font-size: 16px;
    color: #111111;
}

.group-menu ul li p {
    display: inline-block;
}

.group-menu ul .icon-right {
    float: right;
    transition: all 1.4s ease 0s;
    cursor: pointer;
    padding: 20px;
    margin-top: -20px;
    margin-left: -35px;
    margin-right: 25px;
}

.js-banner-promotion .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.js-banner-promotion .banner-left {
    width: 64%;
    float: left;
    padding-right: 10px;
}

@media only screen and (max-width: 1366px) {
    .js-banner-promotion .banner-left {
        padding-bottom: 8px;
    }
}

@media only screen and (max-width: 992px) {
    .js-banner-promotion .banner-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 7px;
    }
}

.js-banner-promotion .banner-right {
    width: 36%;
    display: inline-block;
}

@media only screen and (max-width: 992px) {
    .js-banner-promotion .banner-right {
        width: 100%;
    }
}

.js-banner-promotion .banner-right .item-banner {
    padding-bottom: 10px;
}

@media only screen and (max-width: 1366px) {
    .js-banner-promotion .banner-right .item-banner {
        padding-bottom: 8px;
    }
}

.js-banner-promotion .item-banner {
    cursor: pointer;
}

    .js-banner-promotion .item-banner .img-banner-left {
        position: relative;
    }

        .js-banner-promotion .item-banner .img-banner-left .img-bn {
            overflow: hidden;
        }

            .js-banner-promotion .item-banner .img-banner-left .img-bn img {
                transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
            }

                .js-banner-promotion .item-banner .img-banner-left .img-bn img:hover {
                    transform: scale(1.1);
                }

        .js-banner-promotion .item-banner .img-banner-left .title-banner-left {
            position: absolute;
            top: 36%;
            right: 13%;
            text-align: right;
        }

@media only screen and (max-width: 992px) {
    .js-banner-promotion .item-banner .img-banner-left .title-banner-left {
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        text-align: center;
        width: 100%;
    }
}

.js-banner-promotion .item-banner .img-banner-left .title-banner-left .txt {
    display: inherit;
}

    .js-banner-promotion .item-banner .img-banner-left .title-banner-left .txt h2 {
        font-size: 60px;
        font-weight: 400;
        display: inline-block;
        margin-right: 10px;
        text-transform: uppercase;
    }

@media only screen and (max-width: 1366px) {
    .js-banner-promotion .item-banner .img-banner-left .title-banner-left .txt h2 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 992px) {
    .js-banner-promotion .item-banner .img-banner-left .title-banner-left .txt h2 {
        font-size: 28px;
    }
}

.js-banner-promotion .item-banner .img-banner-left .title-banner-left .txt h1 {
    font-weight: 600;
    font-size: 68px;
    display: inline-block;
    text-transform: uppercase;
}

@media only screen and (max-width: 1366px) {
    .js-banner-promotion .item-banner .img-banner-left .title-banner-left .txt h1 {
        font-size: 54px;
    }
}

@media only screen and (max-width: 992px) {
    .js-banner-promotion .item-banner .img-banner-left .title-banner-left .txt h1 {
        font-size: 32px;
    }
}

.js-banner-promotion .item-banner .img-banner-left .title-banner-left p {
    font-size: 16px;
    margin-bottom: 40px;
    margin-top: -6px;
}

@media only screen and (max-width: 321px) {
    .js-banner-promotion .item-banner .img-banner-left .title-banner-left p {
        display: none;
    }
}

.js-banner-promotion .item-banner .img-banner-left .title-banner-left .btnn {
    padding: 7px 15px 7px 15px;
    max-width: 130px;
    height: 40px;
    border: 1px solid #898989;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    color: #333333;
    cursor: pointer;
    transition: all 0.5s ease;
}

    .js-banner-promotion .item-banner .img-banner-left .title-banner-left .btnn:hover {
        background-color: #111111;
        color: #dddddd;
    }

.js-banner-promotion .item-banner .img-banner-right-t {
    position: relative;
}

    .js-banner-promotion .item-banner .img-banner-right-t .img-bn {
        overflow: hidden;
    }

        .js-banner-promotion .item-banner .img-banner-right-t .img-bn img {
            transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
            width: 100%;
        }

            .js-banner-promotion .item-banner .img-banner-right-t .img-bn img:hover {
                transform: scale(1.1);
            }

    .js-banner-promotion .item-banner .img-banner-right-t .title-banner-right-t {
        position: absolute;
        top: 17%;
        left: 14%;
        text-align: left;
    }

        .js-banner-promotion .item-banner .img-banner-right-t .title-banner-right-t h3 {
            font-weight: 400;
            font-size: 48px;
            text-transform: none;
        }

        .js-banner-promotion .item-banner .img-banner-right-t .title-banner-right-t p {
            margin-top: -5px;
            margin-bottom: 45px;
            font-size: 16px;
        }

@media only screen and (max-width: 1024px) {
    .js-banner-promotion .item-banner .img-banner-right-t .title-banner-right-t p {
        display: none;
    }
}

.js-banner-promotion .item-banner .img-banner-right-t .title-banner-right-t .btnn {
    padding: 8px 22px 8px 24px;
    border: 1px solid #898989;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    color: #333333;
    cursor: pointer;
    transition: all 0.5s ease;
}

    .js-banner-promotion .item-banner .img-banner-right-t .title-banner-right-t .btnn:hover {
        background-color: #111111;
        color: #dddddd;
    }

.js-banner-promotion .item-banner .img-banner-right-bt {
    position: relative;
}

    .js-banner-promotion .item-banner .img-banner-right-bt .img-bn {
        overflow: hidden;
    }

        .js-banner-promotion .item-banner .img-banner-right-bt .img-bn img {
            transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
            width: 100%;
        }

            .js-banner-promotion .item-banner .img-banner-right-bt .img-bn img:hover {
                transform: scale(1.1);
            }

    .js-banner-promotion .item-banner .img-banner-right-bt .title-banner-right-bt {
        position: absolute;
        top: 43%;
        left: 56%;
        text-align: center;
        transform: translate(-50%, -50%);
    }

        .js-banner-promotion .item-banner .img-banner-right-bt .title-banner-right-bt p {
            font-size: 24px;
            font-weight: 400;
            color: #111111;
        }

@media (max-width: 767px) {
    .js-banner-promotion .item-banner .img-banner-right-bt .title-banner-right-bt p {
        font-size: 20px;
    }
}

.js-banner-promotion .item-banner .img-banner-right-bt .title-banner-right-bt h3 {
    text-transform: none;
    margin-top: 0px;
    font-size: 48px;
}

@media (max-width: 767px) {
    .js-banner-promotion .item-banner .img-banner-right-bt .title-banner-right-bt h3 {
        font-size: 28px;
    }
}

.js-banner-promotion .item-banner .img-banner-right-bt .title-banner-right-bt h3:after {
    position: absolute;
    margin: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 3px;
    width: 80px;
    background: #111111;
    content: "";
}

.black-friday {
    background-position: center !important;
    background-image: url(../images/Home_02/Black_friday_home2.png);
    padding-top: 94px;
    padding-bottom: 123px;
    margin-top: 79px;
    text-align: center;
}

    .black-friday .content {
        display: inline-block;
    }

        .black-friday .content h3 {
            font-size: 36px;
            text-transform: none;
            font-weight: 400;
        }

@media (max-width: 767px) {
    .black-friday .content h3 {
        font-size: 25px;
    }
}

.black-friday .content .sale-off {
    font-weight: 400;
    font-size: 74px;
    color: #111111;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    text-transform: uppercase;
}

@media only screen and (max-width: 902px) {
    .black-friday .content .sale-off {
        font-size: 35px;
    }
}

.black-friday .content ul {
    padding-left: 0;
    padding-top: 25px;
    padding-bottom: 55px;
}

    .black-friday .content ul li {
        display: inline-block;
        font-size: 14px;
        color: #888888;
        margin-left: 15px;
        width: 102px;
    }

@media (max-width: 480px) {
    .black-friday .content ul li {
        margin: 0;
        width: 65px;
    }

        .black-friday .content ul li p {
            font-size: 20px !important;
        }
}

.black-friday .content ul li span {
    margin-right: 25px;
}

.black-friday .content ul li:last-child span {
    margin-right: 0;
}

.black-friday .content ul li p {
    font-size: 36px;
    color: #111111;
    font-weight: 400;
    margin-bottom: 0;
}

    .black-friday .content ul li p b {
        font-weight: 400;
    }

    .black-friday .content ul li p span {
        color: #888888;
        margin-left: 15px;
        font-weight: 300;
        margin-right: 0;
    }

.black-friday .content .btn-shop {
    height: 40px;
    max-width: 140px;
    background-color: #111111;
    color: #dddddd;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

    .black-friday .content .btn-shop:hover {
        border: 1px solid #898989;
        background: transparent;
        color: #333333;
    }

.special {
    text-align: center;
}

    .special h3 {
        text-align: center;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 500;
        color: #111111;
        letter-spacing: 2px;
        margin-top: 66px;
        margin-bottom: 70px;
    }

@media (max-width: 767px) {
    .special h3 {
        font-size: 23px;
        margin-top: 20px;
        margin-bottom: 45px;
    }
}

.special b {
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 500;
}

.special .home-2 .slick-prev {
    left: -20px;
    top: 38%;
    z-index: 2;
    opacity: 0;
    transition: all 0.6s ease 0s;
}

@media only screen and (max-width: 1024px) {
    .special .home-2 .slick-prev {
        opacity: 1;
    }
}

.special .home-2 .slick-next {
    right: -20px;
    top: 38%;
    z-index: 2;
    opacity: 0;
    transition: all 0.6s ease 0s;
}

@media only screen and (max-width: 1024px) {
    .special .home-2 .slick-next {
        opacity: 1;
    }
}

.special .home-2 button {
    background-color: white;
    height: 55px;
    width: 55px;
    box-shadow: 3px 4px 10px -2px rgba(0, 0, 0, 0.15);
}

    .special .home-2 button:before {
        color: black;
        font-size: 28px;
    }

    .special .home-2 button:hover {
        background-color: black;
    }

        .special .home-2 button:hover:before {
            color: white;
        }

.special .home-2:hover .slick-prev {
    left: -70px;
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
    .special .home-2:hover .slick-prev {
        left: -5px;
    }
}

.special .home-2:hover .slick-next {
    right: -70px;
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
    .special .home-2:hover .slick-next {
        right: -5px;
    }
}

@media only screen and (max-width: 992px) {
    .special .home-2 .slick-prev {
        left: -5px;
    }

    .special .home-2 .slick-next {
        right: -5px;
    }
}

.special .home-2 .item {
    padding: 0 10px;
}

@media (max-width: 450px) {
    .special .home-2 .item {
        padding: 0;
    }
}

.special .home-2 .item:focus {
    outline: none;
}

.special .home-2 .item .product {
    position: relative;
}

    .special .home-2 .item .product:focus {
        outline: none;
    }

    .special .home-2 .item .product .img-product {
        text-align: center;
    }

        .special .home-2 .item .product .img-product:focus {
            outline: none;
        }

        .special .home-2 .item .product .img-product a:focus {
            outline: none;
        }

        .special .home-2 .item .product .img-product img {
            text-align: center;
            display: inline-block;
        }

    .special .home-2 .item .product .product-lable {
        position: absolute;
        top: 17px;
        right: 6%;
        height: 30px;
        width: 70px;
        text-align: center;
        padding-top: 4px;
        z-index: 1;
        background-color: white;
        box-shadow: 0px 2px 9px -4px;
    }

        .special .home-2 .item .product .product-lable span {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 500;
        }

    .special .home-2 .item .product .product-lable-new {
        position: absolute;
        top: 17px;
        left: 6%;
        height: 30px;
        width: 70px;
        text-align: center;
        padding-top: 4px;
        z-index: 1;
        background-color: #111111;
        color: #dddddd;
        box-shadow: 0px 2px 9px -4px;
    }

        .special .home-2 .item .product .product-lable-new span {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 500;
        }

    .special .home-2 .item .product .icon-prd {
        position: absolute;
        bottom: 3%;
        right: 0;
        opacity: 0;
        transition: 0.5s all ease;
    }

@media only screen and (max-width: 992px) {
    .special .home-2 .item .product .icon-prd {
        opacity: 1;
        right: 6%;
    }
}

.special .home-2 .item .product .icon-prd .table-cell-center button {
    height: 50px;
    background-color: white;
    width: 50px;
    border-radius: 0px;
    margin-bottom: 5px;
    padding: 0;
    outline: none;
}

    .special .home-2 .item .product .icon-prd .table-cell-center button:hover {
        background-color: #111111;
    }

        .special .home-2 .item .product .icon-prd .table-cell-center button:hover span {
            color: white;
        }

    .special .home-2 .item .product .icon-prd .table-cell-center button span {
        font-size: 20px;
    }

.special .home-2 .item .product:hover .icon-prd {
    transition: all 0.4s ease 0s;
    right: 6%;
    opacity: 1;
}

.special .home-2 .item .title {
    padding-top: 10px;
    text-align: left;
}

@media only screen and (max-width: 992px) {
    .special .home-2 .item .title {
        text-align: center;
    }
}

.special .home-2 .item .title .product-name a {
    font-weight: 400;
    color: #333333;
    font-size: 15px;
    text-decoration: none;
}

    .special .home-2 .item .title .product-name a:focus {
        outline: none;
    }

    .special .home-2 .item .title .product-name a:hover {
        color: #ea5e03;
    }

.special .home-2 .item .title .prosuct-price span {
    font-weight: 400;
    color: #333333;
    font-size: 13px;
    width: 10%;
    display: inline-block;
    margin-right: 15px;
}

.special .home-2 .item .title .prosuct-price del {
    font-weight: 400;
    font-size: 13px;
    color: #e5e5e5;
}

.special .home-2-v2 .slick-prev {
    left: -20px;
    top: 38%;
    z-index: 2;
    opacity: 0;
    transition: all 0.6s ease 0s;
}

@media only screen and (max-width: 1024px) {
    .special .home-2-v2 .slick-prev {
        opacity: 1;
    }
}

.special .home-2-v2 .slick-next {
    right: -20px;
    top: 38%;
    z-index: 2;
    opacity: 0;
    transition: all 0.6s ease 0s;
}

@media only screen and (max-width: 1024px) {
    .special .home-2-v2 .slick-next {
        opacity: 1;
    }
}

.special .home-2-v2 button {
    background-color: white;
    height: 55px;
    width: 55px;
    box-shadow: 3px 4px 10px -2px rgba(0, 0, 0, 0.15);
}

    .special .home-2-v2 button:before {
        color: black;
        font-size: 28px;
    }

    .special .home-2-v2 button:hover {
        background-color: black;
    }

        .special .home-2-v2 button:hover:before {
            color: white;
        }

.special .home-2-v2:hover .slick-prev {
    left: -70px;
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
    .special .home-2-v2:hover .slick-prev {
        left: -5px;
    }
}

.special .home-2-v2:hover .slick-next {
    right: -70px;
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
    .special .home-2-v2:hover .slick-next {
        right: -5px;
    }
}

@media only screen and (max-width: 992px) {
    .special .home-2-v2 .slick-prev {
        left: -5px;
    }

    .special .home-2-v2 .slick-next {
        right: -5px;
    }
}

.special .home-2-v2 .item {
    padding: 0 10px;
}

@media (max-width: 450px) {
    .special .home-2-v2 .item {
        padding: 0;
    }
}

.special .home-2-v2 .item:focus {
    outline: none;
}

.special .home-2-v2 .item .product {
    position: relative;
}

    .special .home-2-v2 .item .product:focus {
        outline: none;
    }

    .special .home-2-v2 .item .product .img-product {
        text-align: center;
    }

        .special .home-2-v2 .item .product .img-product:focus {
            outline: none;
        }

        .special .home-2-v2 .item .product .img-product a:focus {
            outline: none;
        }

        .special .home-2-v2 .item .product .img-product img {
            text-align: center;
            display: inline-block;
        }

    .special .home-2-v2 .item .product .product-lable {
        position: absolute;
        top: 17px;
        right: 6%;
        height: 30px;
        width: 70px;
        text-align: center;
        padding-top: 4px;
        z-index: 1;
        background-color: white;
        box-shadow: 0px 2px 9px -4px;
    }

        .special .home-2-v2 .item .product .product-lable span {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 500;
        }

    .special .home-2-v2 .item .product .product-lable-new {
        position: absolute;
        top: 17px;
        left: 6%;
        height: 30px;
        width: 70px;
        text-align: center;
        padding-top: 4px;
        z-index: 1;
        background-color: #111111;
        color: #dddddd;
        box-shadow: 0px 2px 9px -4px;
    }

        .special .home-2-v2 .item .product .product-lable-new span {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 500;
        }

    .special .home-2-v2 .item .product .icon-prd {
        position: absolute;
        bottom: 3%;
        right: 0;
        opacity: 0;
        transition: 0.5s all ease;
    }

@media only screen and (max-width: 992px) {
    .special .home-2-v2 .item .product .icon-prd {
        opacity: 1;
        right: 6%;
    }
}

.special .home-2-v2 .item .product .icon-prd .table-cell-center button {
    height: 50px;
    background-color: white;
    width: 50px;
    border-radius: 0px;
    margin-bottom: 5px;
    padding: 0;
    outline: none;
}

    .special .home-2-v2 .item .product .icon-prd .table-cell-center button:hover {
        background-color: #111111;
    }

        .special .home-2-v2 .item .product .icon-prd .table-cell-center button:hover span {
            color: white;
        }

    .special .home-2-v2 .item .product .icon-prd .table-cell-center button span {
        font-size: 20px;
    }

.special .home-2-v2 .item .product:hover .icon-prd {
    transition: all 0.4s ease 0s;
    right: 6%;
    opacity: 1;
}

.special .home-2-v2 .item .title {
    padding-top: 10px;
    text-align: left;
}

@media only screen and (max-width: 992px) {
    .special .home-2-v2 .item .title {
        text-align: center;
    }
}

.special .home-2-v2 .item .title .product-name a {
    font-weight: 400;
    color: #333333;
    font-size: 15px;
    text-decoration: none;
}

    .special .home-2-v2 .item .title .product-name a:focus {
        outline: none;
    }

    .special .home-2-v2 .item .title .product-name a:hover {
        color: #ea5e03;
    }

.special .home-2-v2 .item .title .prosuct-price span {
    font-weight: 400;
    color: #333333;
    font-size: 13px;
    width: 10%;
    display: inline-block;
    margin-right: 15px;
}

.special .home-2-v2 .item .title .prosuct-price del {
    font-weight: 400;
    font-size: 13px;
    color: #e5e5e5;
}

.testimonial {
    background-size: 100% 100%;
    background-color: rgba(128,128,128,0.3);
    padding-top: 50px;
    padding-bottom: 70px;
    margin-top: 30px;
}

    .testimonial p {
        margin-top: -20px;
    }

    .testimonial .slider {
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
    }

@media (max-width: 480px) {
    .testimonial .slider {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .testimonial .slider .row {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.testimonial .slider__show .slick-dots {
    bottom: -50px;
}

.testimonial .slider__show .slick-list {
    width: 350px;
    margin: 0 auto;
}

@media only screen and (max-width: 414px) {
    .testimonial .slider__show .slick-list {
        width: 200px;
    }
}

.testimonial .item {
    text-align: center;
    outline: none;
    padding-left: 8px;
    padding-right: 8px;
}

    .testimonial .item img {
        border-radius: 50%;
        width: 75px !important;
        height: 75px !important;
        margin: auto;
        opacity: 0.5;
    }

.testimonial .slick-current img {
    width: 105px !important;
    height: 105px !important;
    opacity: 1;
}

.testimonial .slider__meta {
    text-align: center;
    margin-top: 40px;
    line-height: 25px;
}

    .testimonial .slider__meta .name {
        font-weight: 500;
        color: #111111;
        font-size: 18px;
        font-family: 'Poppins', sans-serif;
        margin-top: 35px;
        margin-bottom: -5px;
    }

    .testimonial .slider__meta .position {
        font-weight: 300;
        font-size: 13px;
        color: #888888;
        margin-top: 10px;
        font-family: 'Poppins', sans-serif;
    }

    .testimonial .slider__meta .desc {
        margin-top: 15px;
        font-size: 15px;
        color: #888888;
        font-weight: 300;
        font-family: 'Poppins', sans-serif;
        line-height: 28px;
    }

.policy {
    margin-top: 70px;
    margin-bottom: 50px;
}

    .policy .item {
        margin-bottom: 20px;
    }

    .policy .row .font-policy {
        margin-top: 2px;
    }

    .policy img {
        margin-top: 5px;
    }

        .policy img:hover {
            transform: rotate(360deg);
            transition: 1s ease-in-out;
        }

    .policy .font-lato-bold {
        font-weight: 500;
        font-size: 16px;
        color: #111111;
    }

    .policy .font-lato-regula {
        font-weight: 300;
        font-size: 15px;
        color: #888888;
    }

.brand {
    background-color: #f4f4f4;
    padding-top: 55px;
    padding-bottom: 45px;
    text-align: center;
}

    .brand .js-slide-brand {
        width: 1365px;
        display: inline-block;
        cursor: e-resize;
    }

@media only screen and (max-width: 1366px) {
    .brand .js-slide-brand {
        width: 100%;
    }
}

.brand .js-slide-brand .item {
    outline: none;
    text-align: center;
}

    .brand .js-slide-brand .item img {
        display: inline-block;
    }

.slideshow {
    overflow: hidden;
}

@media only screen and (min-width: 1367px) {
    .slideshow .container-fluid {
        padding-right: 95px;
        padding-left: 95px;
    }
}

@media only screen and (max-width: 1366px) {
    .slideshow .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.slideshow button {
    z-index: 99;
    background-color: white;
    height: 50px;
    width: 50px;
    opacity: 0;
    transition: all 0.25s ease;
    box-shadow: 3px 4px 10px -2px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 1024px) {
    .slideshow button {
        opacity: 1;
        height: 35px;
        width: 35px;
        background-color: #111111;
    }

        .slideshow button .slick-prev {
            left: 0px;
        }

        .slideshow button .slick-next {
            right: 0px;
        }

        .slideshow button:before {
            color: white !important;
        }
}

.slideshow button:before {
    color: #111111;
}

.slideshow button:hover {
    background-color: #111111;
}

    .slideshow button:hover:before {
        color: #dddddd;
    }

.slideshow:hover button {
    opacity: 1;
}

.slideshow:hover .slick-prev {
    left: -25px;
}

@media only screen and (max-width: 1366px) {
    .slideshow:hover .slick-prev {
        left: -15px;
    }
}

@media only screen and (max-width: 1024px) {
    .slideshow:hover .slick-prev {
        left: 0;
    }
}

.slideshow:hover .slick-next {
    right: -25px;
}

@media only screen and (max-width: 1366px) {
    .slideshow:hover .slick-next {
        right: -15px;
    }
}

@media only screen and (max-width: 1024px) {
    .slideshow:hover .slick-next {
        right: 0;
    }
}

.slideshow .slick-prev {
    left: 10px;
}

@media only screen and (max-width: 1024px) {
    .slideshow .slick-prev {
        left: 0;
    }
}

.slideshow .slick-next {
    right: 10px;
}

@media only screen and (max-width: 1024px) {
    .slideshow .slick-next {
        right: 0;
    }
}

.slideshow .item .img-sl {
    position: relative;
}

@media (max-width: 767px) {
    .slideshow .item .img-sl img {
        width: 300%;
        max-width: 300%;
    }
}

.slideshow .item .img-sl .title {
    position: absolute;
}

    .slideshow .item .img-sl .title .style {
        font-weight: 500;
        font-size: 30px;
    }

@media only screen and (max-width: 415px) {
    .slideshow .item .img-sl .title .style {
        font-size: 18px;
    }
}

.slideshow .item .img-sl .title h3 {
    font-weight: 500;
    text-transform: inherit;
    font-size: 60px;
    margin-top: 0px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .slideshow .item .img-sl .title h3 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 415px) {
    .slideshow .item .img-sl .title h3 {
        font-size: 24px;
        margin-bottom: 13px;
        margin-top: 7px;
    }
}

.slideshow .item .img-sl .title p {
    margin-bottom: 55px;
}

@media only screen and (max-width: 768px) {
    .slideshow .item .img-sl .title p {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 415px) {
    .slideshow .item .img-sl .title p {
        display: none;
    }
}

.slideshow .item .img-sl .title .btnn {
    cursor: pointer;
    height: 40px;
    width: 140px;
    opacity: 1;
    border-radius: 0;
    border: 0;
    outline: none;
    text-transform: uppercase;
    color: #dddddd;
    background-color: #111111;
    padding: 10px 20px 10px 20px;
    border: 1px solid transparent;
}

    .slideshow .item .img-sl .title .btnn:hover {
        border: 1px solid #898989;
        background: transparent;
        color: #333333;
    }

.slideshow .item .img-sl .tt-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: -15px;
}

@media only screen and (max-width: 415px) {
    .slideshow .item .img-sl .tt-center {
        width: 70%;
        top: 60%;
    }
}

.slideshow .item .img-sl .tt-left {
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    text-align: left;
}

.slideshow .item .img-sl .tt-right {
    top: 20%;
    text-align: right;
    width: 500px;
    right: 10%;
}

.out-mission {
    margin-top: 53px;
}

@media (max-width: 1199px) {
    .out-mission {
        margin-top: 10px;
    }
}

.out-mission .prd-about {
    position: relative;
    overflow: hidden;
}

    .out-mission .prd-about img {
        transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
    }

        .out-mission .prd-about img:hover {
            transform: scale(1.1);
        }

.out-mission h3 {
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.out-mission .item-text {
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .out-mission .item-text {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.out-mission .item-text span {
    font-weight: 300;
    line-height: 35px;
}

.out_team {
    text-align: center;
    margin-bottom: 85px;
}

    .out_team .title-top {
        margin-bottom: 75px;
    }

        .out_team .title-top h3 {
            text-align: center;
            font-size: 32px;
            text-transform: uppercase;
            font-weight: 500;
            color: #111111;
            letter-spacing: 2px;
            margin-top: -39px;
            margin-bottom: 20px;
        }

@media (max-width: 767px) {
    .out_team .title-top h3 {
        font-size: 28px;
    }
}

.out_team .title-top p {
    margin: 0 auto;
    width: 39%;
    line-height: 28px;
}

@media only screen and (max-width: 1366px) {
    .out_team .title-top p {
        width: 55%;
    }
}

@media (max-width: 991px) {
    .out_team .title-top p {
        width: 90%;
    }
}

.out_team .item_team {
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

    .out_team .item_team .awe-media {
        margin-top: 25px;
    }

        .out_team .item_team .awe-media span {
            font-size: 18px;
        }

        .out_team .item_team .awe-media p {
            margin-top: 5px;
        }

    .out_team .item_team .anwe {
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        transition: 0.5s all ease;
        display: inline-block;
        cursor: pointer;
    }

        .out_team .item_team .anwe img {
            width: 255px;
            transition: 0.5s all ease;
        }

        .out_team .item_team .anwe:hover .awe-media-hover {
            opacity: 1;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transform: translate(0, 0);
            transition: 0.5s all ease;
        }

        .out_team .item_team .anwe:hover img {
            transform: scale(1.1);
            transition: 0.5s all ease;
        }

        .out_team .item_team .anwe .awe-media-hover {
            background-color: rgba(0, 0, 0, 0.75);
            opacity: 0;
            border-radius: 50%;
            top: 100%;
            transition: 0.5s all ease;
        }

            .out_team .item_team .anwe .awe-media-hover .fp-table-cell {
                transform: translate(-50%, -50%);
                top: 50%;
                left: 50%;
                width: 100%;
                position: absolute;
                transition: all 0.3s ease 0s;
            }

                .out_team .item_team .anwe .awe-media-hover .fp-table-cell ul {
                    padding-left: 0;
                }

                    .out_team .item_team .anwe .awe-media-hover .fp-table-cell ul li {
                        margin: 5px;
                    }

                        .out_team .item_team .anwe .awe-media-hover .fp-table-cell ul li a {
                            color: #dddddd;
                        }

                            .out_team .item_team .anwe .awe-media-hover .fp-table-cell ul li a:hover {
                                color: #ea5e03;
                            }

@media (min-width: 1573px) {
    .container {
        width: 1573px !important;
        /*width: 1000px !important;*/
    }
}

.soflow {
    font-weight: 400;
    font-size: 14px;
    border: 0;
    outline: none;
}

#soflow {
    font-weight: 400;
    font-size: 14px;
    border: 0;
    outline: none;
}

.body-filters .content-details-product #open-filters {
    display: none;
}

/*end/  25. PAGE */

/*# sourceMappingURL=style.css.map */



/****** Code written by Akash for Category and Product Image *********/

.homepageCategory .container .img-product img {
    position: absolute;
    top: 0;
    width: 488px;
    height: 488px;
}

.img-product img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}


.img-product a {
    display: block;
    position: relative;
}

    .img-product a:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

.prices {
    display: none;
}


.basket-preview-overlay.active, .basket-preview-overlay.nav-visible, .basket-preview-overlay.search-visible, .modal-overlay.active, .modal-overlay.nav-visible, .modal-overlay.search-visible, .showcart-overlay.active, .showcart-overlay.nav-visible, .showcart-overlay.search-visible {
    display: block;
}

.basket-preview-overlay, .modal-overlay, .showcart-overlay {
    background: #000;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: .7;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 199;
}

.top-container.nav-visible {
    z-index: 181;
}

.page-header.nav-visible {
    background: #fff;
    position: relative;
    z-index: 181;
}

.modal-overlay {
    z-index: 80;
}


/******* Code End Here ************/



/*************Code for Menu**************/

.page-wrapper > .top-container {
    max-width: 100%;
    padding: 0;
    position: relative;
}

    .page-wrapper > .top-container.nav-visible {
        z-index: 181;
    }

.page-header.nav-visible {
    background: #fff;
    position: relative;
    z-index: 181;
}

.navigation-toggle .toggle-label {
    display: none;
}

@media only screen and (min-width:48em) {
    .navigation-toggle .toggle-label {
        display: inline-block;
        font-size: 1.25em;
        font-weight: 500;
        line-height: 1;
        margin: .2em 0 0 .5em;
        text-transform: uppercase;
    }
}

.navigation {
    background-color: #fff;
    display: none;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
}

@media only screen and (min-width:62.0625em) {
    .navigation {
        background-color: #eee;
        display: block;
    }
}

.navigation.mouse-active, .navigation.nav-visible {
    display: block;
    z-index: 181;
}

.navigation .megamenu-more {
    cursor: pointer;
    display: inline-table;
    font-size: 1.3125em;
    font-weight: 400;
    height: 48px;
    line-height: 2.28571em;
    padding: 0 .95238em;
    position: relative;
    vertical-align: top;
}

    .navigation .megamenu-more.nav-hidden {
        visibility: hidden;
        display: none;
    }

    .navigation .megamenu-more.nav-visible {
        background-color: #fff;
        z-index: 181;
    }

    .navigation .megamenu-more .icon-arrow-down {
        margin-left: 5px;
    }

.navigation .hidden-links {
    background-color: #eee;
    opacity: 0;
    padding: 0 .71429em;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    visibility: hidden;
    z-index: 181;
}

    .navigation .hidden-links.nav-visible {
        background-color: #fff;
        opacity: 1;
        visibility: visible;
    }

    .navigation .hidden-links li {
        display: block;
        font-size: 1em;
    }

        .navigation .hidden-links li.special > a {
            color: #DC4437;
        }

            .navigation .hidden-links li.special > a:hover {
                color: #DC4437;
            }

        .navigation .hidden-links li .mm-dropdown {
            display: none !important;
        }

.nav-primary {
    min-height: 48px;
    vertical-align: middle;
}

.navigation .nav-primary {
    background-color: #fff;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 182;
    width: 100%;
    padding-right: 0;
    margin: 0px;
}

@media only screen and (min-width:62em) {
    .navigation .nav-primary {
        margin-left: .9375em;
        margin-right: .9375em;
        padding-right: 2.5625em;
    }
}

.navigation .nav-primary li.level0, .navigation .nav-primary li.level1, .navigation .nav-primary li.level2, .navigation .nav-primary li.level3 {
    padding-right: .9375em;
    padding-left: .9375em;
}

    .navigation .nav-primary li.level0 .mm-category-title span, .navigation .nav-primary li.level1 .mm-category-title span, .navigation .nav-primary li.level2 .mm-category-title span, .navigation .nav-primary li.level3 .mm-category-title span {
        padding: 0;
    }

@media only screen and (min-width:62em) {
    .navigation .nav-primary li.level0.level-top {
        padding-left: 0;
        padding-right: 0;
    }
}

.navigation .nav-primary li.level0.level-top .mm-category-title {
    padding-right: .625em;
    padding-left: .625em;
}

.navigation .nav-primary ::-webkit-scrollbar {
    background: transparent;
    height: 0;
    width: 0;
}

.navigation .nav-primary ::-webkit-scrollbar-thumb {
    background: red;
}

.navigation .nav-primary .mm-dropdown, .navigation .nav-primary .mm-image, .navigation .nav-primary .static-bottom, .navigation .nav-primary .static-top, .navigation .nav-primary .view-all {
    display: none;
}

@media only screen and (min-width:62.0625em) {
    .navigation .nav-primary {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #eee;
        height: 4em;
        position: static;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /*margin-left: 1.25em;*/
        margin-right: 1.25em;
    }
}

@media only screen and (min-width:62em) {
    .navigation .nav-primary {
        font-size: .8125em;
        line-height: 1.25em;
    }
}

@media only screen and (min-width:67.5em) {
    .navigation .nav-primary {
        cursor: default;
        overflow: hidden;
        font-size: .875em;
    }
}

@media only screen and (min-width:90em) {
    .navigation .nav-primary {
        font-size: .9375em;
    }
}

@media only screen and (min-width:99.9375em) {
    .navigation .nav-primary {
        font-size: 1.0625em;
    }
}

.navigation .nav-primary ul {
    background-color: #fff;
    z-index: 180;
}

@media only screen and (max-width:62em) {
    .navigation .nav-primary ul {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }
}

.navigation .nav-primary ul.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.navigation .nav-primary ul.moves-out > li > a {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.navigation .nav-primary li {
    border-bottom: 1px solid #eee;
    height: 3.125em;
    margin: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

    .navigation .nav-primary li.special > a {
        color: #DC4437;
    }

        .navigation .nav-primary li.special > a:hover {
            color: #DC4437;
        }

@media only screen and (min-width:62.0625em) {
    .navigation .nav-primary li {
        border: 0;
        height: auto;
        -webkit-transition: none;
        transition: none;
    }
}

@media only screen and (max-width:62em) {
    .navigation .nav-primary li:hover {
        background-color: #f2f2f2;
    }
}

.navigation .nav-primary li:last-child {
    border-bottom: 0;
}

.navigation .nav-primary li.level0 {
    height: 2.5em;
}

@media only screen and (min-width:62.0625em) {
    .navigation .nav-primary li.level0 {
        border: 0;
        display: inline-block;
        vertical-align: middle;
        padding-left: .625em;
        padding-right: .625em;
        height: 4em;
    }
}

.navigation .nav-primary li.parent > a:after {
    background: url(../images/svg/arrow-summary-right.svg) 50%/10px 16px no-repeat;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
}

@media only screen and (min-width:62.0625em) {
    .navigation .nav-primary li.parent > a:after {
        display: none;
    }
}

.navigation .nav-primary li a {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}

@media only screen and (min-width:62.0625em) {
    .navigation .nav-primary li a {
        padding: 0 .625em;
        text-align: center;
    }
}

.navigation .nav-primary li a span {
    display: table-cell;
    font-size: 1.125em;
    vertical-align: middle;
}

@media only screen and (min-width:48em) {
    .navigation .nav-primary li a span {
        font-size: 1.125em;
    }
}

@media only screen and (min-width:62.0625em) {
    .navigation .nav-primary li a span {
        font-size: 1.125em;
    }
}

li.level0 {
    height: 60px;
}

    li.level0.nav-visible .level0.mm-dropdown {
        opacity: 1;
        -webkit-transition: opacity .3s 0s,visibility 0s 0s;
        transition: opacity .3s 0s,visibility 0s 0s;
        visibility: visible;
    }

    li.level0.nav-visible > .mm-category-title {
        background-color: #fff;
    }

    li.level0 .level0.mm-dropdown {
        background-color: #fff;
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 3.75em;
        -webkit-transition: opacity .3s 0s,visibility 0s .3s;
        transition: opacity .3s 0s,visibility 0s .3s;
        visibility: hidden;
        width: 100%;
        z-index: 1000;
    }

@media only screen and (min-width:62em) {
    li.level0 .level0.mm-dropdown {
        top: 3.5em;
    }
}

@media only screen and (min-width:67.5em) {
    li.level0 .level0.mm-dropdown {
        top: 3.6875em;
    }
}

@media only screen and (min-width:90em) {
    li.level0 .level0.mm-dropdown {
        top: 3.875em;
    }
}

li.level0 .level0.mm-dropdown a {
    display: none;
    height: auto;
    -webkit-transition: none;
    transition: none;
    width: auto;
}

li.level0 .level0.mm-dropdown .level0.submenu > .static-top, li.level0 .level0.mm-dropdown .level0.submenu > .static-top a, li.level0 .level1.mm-dropdown {
    display: none;
}



li.level0 .static-top {
    margin-bottom: 1em;
    padding: 0 1.25em;
    width: 100%;
}

    li.level0 .static-top:after, li.level0 .static-top:before {
        content: ' ';
        display: table;
    }

    li.level0 .static-top:after {
        clear: both;
    }

    li.level0 .static-top a {
        padding: 0;
    }

    li.level0 .static-top .view-all {
        float: left;
    }

    li.level0 .static-top .close-menu {
        float: right;
        padding-right: 1.75em;
    }

        li.level0 .static-top .close-menu:after {
            background: url(../images/svg/cross-circle-grey.svg) 50%/22px 22px no-repeat;
            content: '';
            float: right;
            height: 22px;
            margin-left: 6px;
            position: absolute;
            width: 22px;
        }

li.level0.brands .level1.mm-dropdown {
    display: none;
}

@media only screen and (min-width:62.0625em) {
    .level0.submenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 1.25em 2.5em;
    }

        .level0.submenu li.level1 {
            border-right: 1px solid #b9b9b9;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: column wrap;
            flex-flow: column wrap;
            margin-bottom: 1.875em;
            padding: 0;
            width: 20%;
        }

            .level0.submenu li.level1 .mm-image {
                display: block;
                margin-bottom: .9375em;
            }

            .level0.submenu li.level1:hover {
                background-color: #fff;
            }

            .level0.submenu li.level1:last-child, .level0.submenu li.level1:nth-of-type(5n+5) {
                border: 0;
            }

            .level0.submenu li.level1 a {
                padding-left: 1.25em;
                padding-right: 1.25em;
            }

            .level0.submenu li.level1 .mm-category-title {
                display: block;
            }

                .level0.submenu li.level1 .mm-category-title > span {
                    font-size: 1.125em;
                    font-weight: 500;
                    padding-bottom: .44444em;
                }

    .brands .level0.submenu li.level1 .mm-category-title > span {
        padding-bottom: 0;
    }

    .level0.submenu li.level1 > .view-all {
        display: block;
        padding-bottom: 0;
    }

    .brands .level0.submenu li.level1 > .view-all {
        display: none;
    }

    .level0.submenu li.level1 > .view-all span {
        background-color: #aeaeae;
        color: #fff;
        display: block;
        font-size: 1em;
        padding: .6875em .625em .4375em;
        position: relative;
    }

        .level0.submenu li.level1 > .view-all span:hover {
            background-color: #a1a1a1;
        }

        .level0.submenu li.level1 > .view-all span:after {
            background: url(../images/svg/arrow-right-white.svg) 50%/10px 16px no-repeat;
            content: '';
            height: 16px;
            margin-top: -8px;
            position: absolute;
            right: 10px;
            top: 50%;
            width: 10px;
        }

    .level0.submenu li.level1 + .static-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        font-size: 1.125em;
        margin-bottom: 1.66667em;
        position: relative;
        width: 20%;
    }

        .level0.submenu li.level1 + .static-bottom .bluefoot-row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            margin: 0;
        }

        .level0.submenu li.level1 + .static-bottom .bluefoot-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            padding: 0;
        }

        .level0.submenu li.level1 + .static-bottom .bluefoot-column {
            padding-left: 1.11111em;
            padding-right: 1.11111em;
            -webkit-transition: none;
            transition: none;
        }

        .level0.submenu li.level1 + .static-bottom .megamenu-banner {
            background-size: cover;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            position: absolute;
            width: calc(100% - 40px);
        }

            .level0.submenu li.level1 + .static-bottom .megamenu-banner > a {
                width: 100%;
            }

        .level0.submenu li.level1 + .static-bottom .bluefoot-driver-text {
            font-size: calc(1.2em + 1vw);
            text-align: center;
            text-transform: uppercase;
        }

        .level0.submenu li.level1 + .static-bottom .link-text {
            display: inline-block;
        }

        .level0.submenu li.level1 + .static-bottom a {
            display: block;
        }
}

.navigation .level1.mm-dropdown .level1.submenu {
    padding-bottom: .875em;
    padding-left: 1.25em;
    padding-right: 1.25em;
}

    .navigation .level1.mm-dropdown .level1.submenu li.level2 {
        display: none;
        padding: 0;
    }

        .navigation .level1.mm-dropdown .level1.submenu li.level2:nth-of-type(-n+2) {
            display: block;
        }

        .navigation .level1.mm-dropdown .level1.submenu li.level2 a {
            padding: 0;
        }

        .navigation .level1.mm-dropdown .level1.submenu li.level2 .mm-category-title > span {
            display: none;
            font-size: 1em;
            font-weight: 300;
            padding: 0;
        }

.nav-mobile-toolbar {
    background-color: #fff;
    font-size: 1.125em;
    padding: .83333em;
    position: relative;
    z-index: 182;
}

    .nav-mobile-toolbar .nav-mobile-wrapper {
        background-color: #eee;
        height: 3em;
        line-height: 3em;
    }

    .nav-mobile-toolbar .nav-mobile-btn {
        position: absolute;
        top: 50%;
    }

        .nav-mobile-toolbar .nav-mobile-btn.nav-mobile-previous {
            height: .88889em;
            left: 1.66667em;
            margin-top: -.44444em;
            width: .55556em;
        }

            .nav-mobile-toolbar .nav-mobile-btn.nav-mobile-previous span:before {
                background: url(../images/svg/arrow-summary-left.svg) 50%/10px 16px no-repeat;
                content: '';
                display: block;
                height: 16px;
                width: 10px;
            }

        .nav-mobile-toolbar .nav-mobile-btn.nav-mobile-list {
            margin-top: -.8125em;
            padding: 0 .83333em;
            right: .83333em;
        }

    .nav-mobile-toolbar .nav-mobile-title {
        color: #DC4437;
        display: block;
        font-weight: 500;
        margin: 0 4.16667em;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
    }

    .nav-mobile-toolbar .nav-mobile-trail {
        display: none;
    }

.nav-container .nav-primary .level0.account-mob {
    display: block;
}

    .nav-container .nav-primary .level0.account-mob span {
        color: #DC4437;
    }

        .nav-container .nav-primary .level0.account-mob span:after {
            background: url(../images/svg/arrow-summary-right.svg) 50%/10px 16px no-repeat;
            content: '';
            height: 16px;
            margin-top: -8px;
            position: absolute;
            right: 0;
            top: 50%;
            width: 10px;
        }

@media only screen and (min-width:48em) {
    .nav-container .nav-primary .level0.account-mob {
        display: none;
    }
}

.level1 .mm-category-title span {
    padding: 0 .9375em;
}




.page-header .header.content .navigation-toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 .4375em;
}

@media only screen and (max-width: 47.9375em) {
    .page-header .header.content > * {
        cursor: pointer;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.page-header .header.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 4.25em;
    padding: 0;
    text-align: center;
}



    .page-header .header.content .navigation-toggle .icon-hamburger-menu {
        height: 19px;
        width: 25px;
        left: .9375em;
    }

@media only screen and (min-width: 48em) {
    .page-header .header.content .navigation-toggle .icon-hamburger-menu {
        height: 21px;
        width: 27px;
        left: 0;
    }
}

.page-header .header.content .navigation-toggle.nav-visible {
    padding: 0 .625em 0 .5625em;
    z-index: 182;
}

@media only screen and (min-width: 48em) {
    .page-header .header.content .navigation-toggle.nav-visible {
        background-color: #eee;
        padding: .8125em 0;
    }
}




svg:not(:root) {
    overflow: hidden;
}

[class*=icon-] {
    display: inline-block;
    position: relative;
}




/*******End of menu code*****/

/**************Top Header******************/

@media only screen and (min-width: 62.0625em) {
    .page-header .header.content {
        padding: 1.875em 2.5em;
    }
}

@media only screen and (min-width: 48em) {
    .page-header .header.content {
        height: auto;
        /*padding: 1.25em .9375em 0;*/
    }
}

.page-header .header.content .block-search:after, .page-header .header.content .block-search:before {
    content: ' ';
    display: table;
}

header .header:before {
    content: '';
    display: table;
}

.page-header .header.content .navigation-toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 .4375em;
}

@media only screen and (min-width: 48em) {
    .page-header .header.content .navigation-toggle {
        background-color: #eee;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-left: -.9375em;
        margin-right: -.9375em;
        margin-top: 1.25em;
        min-width: 100%;
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        padding: .8125em 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 62.0625em) {
    .page-header .header.content .navigation-toggle {
        display: none;
        margin-top: 1.25em;
    }
}

*, :after, :before {
    box-sizing: border-box;
}

.page-header .header.content .navigation-toggle .icon-hamburger-menu {
    height: 19px;
    width: 25px;
    left: .9375em;
}

@media only screen and (min-width: 48em) {
    .page-header .header.content .navigation-toggle .icon-hamburger-menu {
        height: 21px;
        width: 27px;
        left: 0;
    }
}



svg:not(:root) {
    overflow: hidden;
}

[class*=icon-] {
    display: inline-block;
    position: relative;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

.page-header .header.content .navigation-toggle .icon-cross {
    display: none;
}

.icon-cross {
    height: 16px;
    width: 16px;
}

.page-header .header.content .navigation-toggle.nav-visible .icon-cross {
    display: inline-block;
    fill: #949b9f;
    height: 20px;
    width: 20px;
    left: .9375em;
    margin-right: .625em;
}

@media only screen and (min-width: 48em) {
    .page-header .header.content .navigation-toggle.nav-visible .icon-cross {
        height: 21px;
        width: 21px;
    }
}

@media only screen and (min-width: 48em) {
    .navigation-toggle .toggle-label {
        display: inline-block;
        font-size: 1.25em;
        font-weight: 500;
        line-height: 1;
        margin: .2em 0 0 .5em;
        text-transform: uppercase;
    }
}

.navigation-toggle .toggle-label {
    display: none;
}

*, :after, :before {
    box-sizing: border-box;
}


.logo {
    float: left;
    margin: 0 0 10px 40px;
    max-width: 50%;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 768px) {
    .logo {
        margin: -8px auto 25px 0;
    }
}

.page-header .header.content .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: .8125em .625em;
}

@media only screen and (min-width: 48em) {
    .page-header .header.content .logo {
        margin-top: -.1875em;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
    }
}

a:visited {
    color: #41474a;
}

.alink, .alink:visited, a, a:visited {
    color: #1979c3;
    text-decoration: none;
}

a {
    color: #41474a;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
}

a {
    background-color: transparent;
}

    a only screen and (min-width: 48em) .page-header .header.content .logo img {
        height: 3.1875em;
        width: 9.9375em;
    }

.page-header .header.content .logo img {
    width: 5.4375em;
}

@media only screen and (min-width: 768px) {
    .logo img {
        max-height: inherit;
    }
}

.logo img {
    display: block;
}

a img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

.page-header .header.content .block-search .search.trigger, .page-header .header.content .minicart-row {
    display: table;
    height: 100%;
    width: 100%;
}

@media only screen and (min-width: 48em) {
    .page-header .header.content .block-search .search.trigger {
        display: none;
        height: auto;
    }
}

.page-header .header.content .block-search .search.trigger {
    padding: 0 .5625em;
    display: none;
}


@media only screen and (min-width: 768px) {
    .block-search {
        float: right;
        padding-left: 15px;
        position: relative;
        width: 250px;
        z-index: 4;
    }
}

.page-header .header.content .block-search {
    float: none;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    position: absolute;
    top: 3.625em;
}

@media only screen and (min-width: 48em) {
    .page-header .header.content .block-search {
        position: relative;
        top: 0;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        width: 13.75em;
    }
}

@media only screen and (min-width: 62.0625em) {
    .page-header .header.content .block-search {
        width: 33%;
    }
}

.page-header .header.content .block-search .search.trigger .icon-cross {
    display: none;
}

.page-header .header.content .block-search .icon-magnifying-glass {
    fill: #949b9f;
}

.icon-account-grey, .icon-magnifying-glass {
    height: 19px;
    width: 20px;
}

form {
    -webkit-tap-highlight-color: transparent;
}

blockquote, dd, div, dl, dt, figure, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 640px) {
    .block-search {
        margin-top: 10px;
    }
}


.page-wrapper .input-box {
    padding-top: 0;
}

.page-header .header.content .block-search input {
    border-radius: 25px;
    border: 2px solid #cfcfcf;
    /*border: 3px solid #cfcfcf;*/
    font-size: 1.0625em;
    height: 2.82353em;
    padding: 0 .52941em 0 2.05882em;
}

.page-header .header.content .block-search .ui-autocomplete-input:focus {
    border-color: #82CAFA;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px #82CAFA;
}

input[type=text], textarea {
    background: #fff;
    border: 1px solid #b9b9b9;
    color: #000;
    font-size: 1em;
    height: 3em;
    padding: .9375em;
    -webkit-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
    width: 100%;
}

@media only screen and (min-width: 48em) {
    .page-header .header.content .block-search .action.search {
        top: 2px;
        width: 26px;
        height: 42px;
    }
}

.page-header .header.content .block-search .action.search {
    background: transparent;
    border: 0;
    display: block;
    height: 30px;
    left: 10px;
    padding: 0;
    width: 15px;
}

@media only screen and (min-width: 768px) {
    .block-search .action.search {
        display: inline-block;
        background-image: none;
        background: none;
        box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400;
        padding: 5px 0;
        position: absolute;
        right: 10px;
        top: 0;
        z-index: 1;
    }
}



.minicart-wrapper.active {
    z-index: 550;
}



.page-header .header.content .minicart-wrapper {
    border: 0;
    font-size: 1.0625em;
    margin: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    padding: 0 .35294em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (min-width: 48em) {
    .page-header .header.content .minicart-wrapper {
        float: right;
        padding: 0;
    }
}



.checkout.methods .action.multicheckout, .page-header .header.content .block-search .search.trigger, .page-header .header.content .minicart-row {
    /*display: table;*/
    height: 100%;
    width: 100%;
}

    .page-header .header.content .minicart-row .showcart {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        width: 100%;
    }

@media only screen and (min-width: 48em) {
    .page-header .header.content .minicart-row .showcart {
        background-color: #DC4437;
        height: 2.82353em;
        padding: 0 1.17647em;
    }
}

a:visited {
    color: #41474a;
}

a.action {
    color: #DC4437;
}


.minicart-wrapper .action.showcart .action.close {
    color: #fff;
    display: none;
}

.minicart-wrapper .action.showcart .icon-cross {
    fill: #949b9f;
    height: 20px;
    margin-left: 3px;
    width: 20px;
}

@media only screen and (min-width: 48em) {
    .minicart-wrapper .action.showcart .counter.qty, .minicart-wrapper .action.showcart .icon-cross {
        display: none;
    }
}

.icon-mini-basket {
    height: 20px;
    width: 23px;
}

.page-header .header.content .minicart-wrapper .icon-mini-basket {
    fill: #949b9f;
    height: 27px;
    width: 30px;
    top: -1px;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}


@media only screen and (min-width: 48em) {
    .page-header .header.content .minicart-wrapper .icon-mini-basket {
        fill: #fff;
        float: none;
    }
}

@media only screen and (min-width: 48em) {
    .page-header .header.content .minicart-wrapper .counter.qty {
        display: inline;
    }
}

.page-header .header.content .minicart-wrapper .counter.qty {
    color: #fff;
}

@media only screen and (min-width: 48em) {
    .minicart-wrapper .action.showcart .counter.qty {
        display: inline-block;
    }
}

@media only screen and (min-width: 48em) {
    .minicart-wrapper .action.showcart .counter.qty {
        display: inline;
    }
}

.minicart-wrapper .action.showcart .counter.qty {
    background: transparent;
    height: auto;
    line-height: auto;
    margin: 0;
    overflow: auto;
    position: relative;
}


.block-minicart {
    background-color: #fff;
    display: none;
    margin: 0;
    padding: .88235em;
    position: absolute;
    right: 0;
    top: 3.9375em;
    width: 100%;
    z-index: 1000;
}

@media only screen and (min-width: 48em) {
    .block-minicart {
        padding: 1.17647em 1.76471em;
        width: 29.29412em;
        top: 2.8125em;
    }
}


.page-header .header.content .header.links {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    line-height: 4.65;
    display: none;
}

@media only screen and (min-width: 48em) {
    .page-header .header.content .header.links {
        margin: 0 -.5em;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        line-height: 1.42857;
        display: block;
    }
}

.page-header .header.content .header.links, .page-header .header.content .switcher-currency {
    float: right;
}

@media only screen and (min-width: 48em) {
    .page-header .header.content .header.links, .page-header .header.content .switcher-currency {
        padding-right: 1.25em;
    }
}




ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: proxima-nova-condensed,Helvetica,Roboto,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    font-size: inherit;
    margin-bottom: 7px;
}

@media only screen and (min-width: 48em) {
    .page-header .header.content .header.links .account {
        display: inline-block;
        vertical-align: middle;
    }
}

.page-header .header.content .header.links .account {
    padding: 0 .5em;
}

@media only screen and (min-width: 48em) {
    .page-header .header.content .header.links li {
        width: auto;
        height: auto;
        margin: 0;
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-header .header.content .block-search .input-box {
        display: block;
        left: 0;
        padding: .9375em;
        top: 2.625em;
        width: 100vw;
    }
}

.page-header .header.content .navigation-toggle.nav-visible .icon-hamburger-menu {
    display: none;
}

header .header.content {
    max-width: 100%;
    position: relative;
}

div {
    margin: 0;
}

@media only screen and (max-width: 47.9375em) {
    .page-header .header.content .block-search .input-box input {
        margin: 0;
        position: static;
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-header .header.content .block-search .search-actions {
        left: 2em;
        position: absolute;
        top: 1.375em;
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-header .header.content .block-search .search.trigger {
        line-height: 4.25em;
    }
}

/*.page-header .header.content .block-search .search.trigger {
    padding: 0 .5625em;
    display: none;
}*/

@media only screen and (max-width: 47.9375em) {
    .page-header .header.content .minicart-wrapper {
        width: 2.1875em;
    }
}

@media only screen and (max-width: 47.9375em) {
    .page-header .header.content .minicart-row {
        line-height: 3.76471em;
        /*width: 2.1875em;*/
        width: 50px;
        /*padding-right: 1.875em;*/
    }
}

.top-container {
    max-width: 100%;
    padding: 0;
    position: relative;
    /*overflow: hidden;*/
}

.liTopPadding {
    padding-top: 22px;
}

.brandFont {
    font-size: 1.125em;
}

li.level0 .level0.mm-dropdown {
    top: 3.875em;
}

.navWidth {
    width: 100%;
}

.imageWidth {
    height: 150px;
}

@media only screen and (max-width: 47.9375em) {
    .liWidth {
        width: 100%;
    }
}

ul.submenu {
    margin-top: 0px;
    margin-bottom: 0px;
}

.shoppingCart {
    color: white;
    font-size: 23px;
}

.page-header .header.content .minicart-row .Register {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

@media only screen and (min-width: 48em) {
    .page-header .header.content .minicart-row .Register {
        background-color: #008BBF;
        height: 2.82353em;
        padding: 0 1.17647em;
    }
}

.page-header .header.content .minicart-row .MyAccount {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

@media only screen and (min-width: 48em) {
    .page-header .header.content .minicart-row .MyAccount {
        background-color: #008BBF;
        height: 2.82353em;
        padding: 0 1.17647em;
    }
}

.page-header .header.content .minicart-row .Login {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

@media only screen and (min-width: 48em) {
    .page-header .header.content .minicart-row .Login {
        background-color: #00688F;
        height: 2.82353em;
        padding: 0 1.17647em;
    }
}

.page-header .header.content .minicart-row .Logout {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

@media only screen and (min-width: 48em) {
    .page-header .header.content .minicart-row .Logout {
        background-color: #00688F;
        height: 2.82353em;
        padding: 0 1.17647em;
    }
}

.hideCartIcon {
    visibility: hidden;
}

    .hideCartIcon img {
        width: 25px;
    }

@media only screen and (max-width: 992px) {
    .hideCartIcon {
        visibility: visible;
    }

        .hideCartIcon img {
            width: 50px;
            margin-right: 10px;
        }
}

.icon-cross-circle {
    height: 22px;
    width: 22px;
}

/**************End of Code****************************/

.animated {
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/*****Login Page*****/

.textCenter {
    text-align: center;
}

.NewCustomerText {
    background-color: #f9f9f9;
    height: 158px;
}

.saveInfoButton {
    display: inline-block;
    padding: 6px 12px;
    width: 200px;
    height: 40px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #fca129;
    background-image: linear-gradient(180deg,#ffae45,#f78c00);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.25);
    background-origin: border-box;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25), 0 2px 2px rgba(0,0,0,.17);
}

    .saveInfoButton:hover {
        color: #fff;
        background: #f78c00;
    }

.registerButton {
    display: inline-block;
    padding: 6px 12px;
    height: 40px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #fca129;
    background-image: linear-gradient(180deg,#ffae45,#f78c00);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.25);
    background-origin: border-box;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25), 0 2px 2px rgba(0,0,0,.17);
}

    .registerButton:hover {
        color: #fff;
        background: #f78c00;
    }

.registrationButton {
    display: inline-block;
    padding: 6px 12px;
    height: 40px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #4dacdc;
    background-image: linear-gradient(180deg,#80c9ee,#007fbf);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.25);
    background-origin: border-box;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25), 0 2px 2px rgba(0,0,0,.17);
}

    .registrationButton:hover {
        color: #fff;
        background: #007fbf;
    }

.loginButton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    height: 40px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #6eb84d;
    background-image: linear-gradient(180deg,#9bd580,#2c8c00);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.25);
    background-origin: border-box;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25), 0 2px 2px rgba(0,0,0,.17);
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
}

    .loginButton:hover {
        color: #fff;
        border-color: rgba(0,0,0,.25);
        background: #2c8c00;
    }

.loginBackground {
    background-color: #f9f9f9;
}

.myPasswordRecoveryButton {
    display: inline-block;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    height: 40px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #6eb84d;
    background-image: linear-gradient(180deg,#9bd580,#2c8c00);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.25);
    background-origin: border-box;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25), 0 2px 2px rgba(0,0,0,.17);
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
}

    .myPasswordRecoveryButton:hover {
        color: #fff;
        border-color: rgba(0,0,0,.25);
        background: #2c8c00;
    }

.myNewPasswordButton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    height: 40px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #6eb84d;
    background-image: linear-gradient(180deg,#9bd580,#2c8c00);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.25);
    background-origin: border-box;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25), 0 2px 2px rgba(0,0,0,.17);
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
}

    .myNewPasswordButton:hover {
        color: #fff;
        border-color: rgba(0,0,0,.25);
        background: #2c8c00;
    }


.btnQuote {
    width: 100%;
    float: right;
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    background: #d43800;
    background-image: linear-gradient(180deg,#e83e00,#b53000);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.25);
    background-origin: border-box;
    border-radius: 4px;
    height: 35px;
    text-transform: uppercase;
    cursor: pointer;
}

    .btnQuote:hover {
        background: #b53000;
    }

.AddToWishlistButton {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 8px 12px !important;
    height: 47px !important;
    margin-top: 0px !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #d43800;
    background-image: linear-gradient(180deg,#e83e00,#b53000);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.25);
    background-origin: border-box;
    border-radius: 4px;
    font-family: proxima_nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    vertical-align: middle;
}

    .AddToWishlistButton:hover {
        color: #fff;
        background: #b53000;
    }

.HomePageContactUsButton {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 8px 12px !important;
    height: 40px !important;
    margin-top: 0px !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #d43800;
    background-image: linear-gradient(180deg,#e83e00,#b53000);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.25);
    background-origin: border-box;
    border-radius: 4px;
    font-family: proxima_nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    vertical-align: middle;
}

    .HomePageContactUsButton:hover {
        color: #fff;
        background: #b53000;
    }

.contactUsButton {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 8px 12px !important;
    height: 40px !important;
    margin-top: 0px !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #d43800;
    background-image: linear-gradient(180deg,#e83e00,#b53000);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.25);
    background-origin: border-box;
    border-radius: 4px;
    font-family: proxima_nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    vertical-align: middle;
}

    .contactUsButton:hover {
        color: #fff;
        background: #b53000;
    }

.checkboxWidth {
    width: 5%;
    padding-top: 1%;
    padding-left: 28%;
}

@media only screen and (max-width: 992px) {
    .spaceTop {
        padding-top: 20%;
    }
}

.loginSpaceTop {
    padding-top: 2%;
}

@media only screen and (max-width: 992px) {

    .loginSpaceTop {
        padding-top: 15%;
    }

        .loginSpaceTop .page-title {
            margin-left: 1%;
            margin-right: 1%;
        }

            .loginSpaceTop .page-title h3 {
                font-size: 20px;
            }

        .loginSpaceTop .form-checkout .form-details {
            margin-left: 0px;
        }

            .loginSpaceTop .form-checkout .form-details .formRegister {
                position: relative;
                min-height: 1px;
                padding-right: 5px;
                padding-left: 5px;
            }
}

/*****End of Code*****/

.customerInfoSpaceTop .page-body .form-checkout {
    margin-bottom: 0px;
}

/******Customer Info Page******/
@media only screen and (max-width: 992px) {
    .customerInfoSpaceTop {
        padding-top: 20%;
    }

        .customerInfoSpaceTop .page-body .form-checkout .form-details .textAlign {
            text-align: left;
        }

        .customerInfoSpaceTop .page-body .form-checkout .form-details {
            display: inline-table;
            margin-top: 0px;
            margin-left: 0px;
        }
}

.customerInfoSpaceTop .page-body .form-checkout .form-details {
    display: inline;
    margin-top: 0px;
    margin-left: 0px;
}

    .customerInfoSpaceTop .page-body .form-checkout .form-details .textAlign {
        text-align: right;
    }

/***********/

.passworRecoveryConfirmSpaceTop {
    padding-top: 2%;
}

.passworRecoverySpaceTop {
    padding-top: 2%;
}

    .passworRecoverySpaceTop .page-body .form-checkout .container .row .loginBackground {
        background-color: #f9f9f9;
    }

@media only screen and (max-width: 992px) {
    .passworRecoverySpaceTop {
        padding-top: 20%;
    }

    .passworRecoveryConfirmSpaceTop {
        padding-top: 20%;
    }

    /*.passworRecoverySpaceTop .page-body .form-checkout .container .row .form-details{
        margin-left: 0px;
    }*/
}

/*****Order List Page*****/

@media only screen and (max-width: 992px) {
    .outstandingSpaceTop {
        padding-top: 20%;
    }

    .outstandinTable .tableHead {
        display: none;
    }

    .outstandinTable .tableFooter {
        display: none;
    }

    .outstandingSpaceTop .page-body .col-md-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/***********/

/*****Order List Page*****/

@media only screen and (max-width: 992px) {
    .orderListSpaceTop {
        padding-top: 20%;
    }

    .order-list-page .page-body .shopping-cart-table thead {
        display: none;
    }

    .order-list-page .page-body .shopping-cart-table tbody td {
        border: 1px solid #ccc;
    }
}

.html-order-list-page body .master-wrapper-page .page-header {
    /*padding-bottom: 9px;*/
    margin: 0;
    /*border-bottom: 1px solid #eee;*/
}

.order-list-page .page-body .shopping-cart-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

    .order-list-page .page-body .shopping-cart-table th {
        background-color: #F7F7F7;
        color: #333;
        font-weight: bold;
    }

    .order-list-page .page-body .shopping-cart-table th, .shopping-cart-table td {
        padding: 5px;
        border: 1px solid #ccc;
    }

.order-list-page .page-body .form-checkout .form-details {
    display: inline;
    margin-top: 0px;
    margin-left: 0px;
}

/*****End of Code*****/

/*****Address Page*****/

.address-list-page .page-body .address-list .form-checkout .container .row .form-details {
    margin-left: 0px;
    display: inline;
}

@media only screen and (max-width: 992px) {
    .addressSpaceTop {
        padding-top: 20%;
    }

        .addressSpaceTop .page-body .address-list .form-checkout .col-md-12 {
            display: inline;
        }

        .addressSpaceTop .page-body .address-list .form-checkout .form-details .addressList {
            width: 100%;
        }
}

/*****End of Code*****/


/*****Customer Order Page*****/

@media only screen and (max-width: 992px) {
    .orderSpaceTop {
        padding-top: 20%;
    }

        .orderSpaceTop .form-checkout .form-details {
            margin-left: 0px;
            display: inline;
        }
}

/*****End of Code*****/

/*****downloadable Product Page*****/

@media only screen and (max-width: 992px) {
    .downlodableproductsSpaceTop {
        padding-top: 20%;
    }
}

/*****End of Code*****/

/*****Reward Point Page*****/

@media only screen and (max-width: 992px) {
    .rewardpointsSpaceTop {
        padding-top: 20%;
    }
}

/*****End of Code*****/

/*****Change Password Page*****/

@media only screen and (max-width: 992px) {
    .changePasswordSpaceTop {
        padding-top: 20%;
    }

        .changePasswordSpaceTop .form-checkout .form-details {
            margin-left: 0px;
            display: inline;
        }

            .changePasswordSpaceTop .form-checkout .form-details .changepasswordMobForm {
                width: 100%;
            }

            .changePasswordSpaceTop .form-checkout .form-details .formChangePassword {
                position: relative;
                min-height: 1px;
                padding-right: 5px;
                padding-left: 5px;
            }
}

.changePasswordButton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    height: 40px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #6eb84d;
    background-image: linear-gradient(180deg,#9bd580,#2c8c00);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.25);
    background-origin: border-box;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25), 0 2px 2px rgba(0,0,0,.17);
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
}

    .changePasswordButton:hover {
        color: #fff;
        background: #2c8c00;
    }

/*****End of Code*****/
/*****Product Reviews Page*****/
@media only screen and (max-width: 992px) {
    .productReviewSpaceTop {
        padding-top: 20%;
    }
}

/*****End of Code*****/

/*****Order Details Page*****/

.orderDetailsSpaceTop .page-body .formCheckout .container .rowBillingAddress {
    padding: 0 200px;
}

.orderDetailsHeader {
    text-align: center;
    padding: 0 350px;
}

@media only screen and (max-width: 992px) {
    .orderDetailsSpaceTop {
        padding-top: 20%;
    }

        .orderDetailsSpaceTop .orderStatus .form-details {
            margin-left: 15px;
            margin-right: 15px;
        }

        .orderDetailsSpaceTop .formCheckout .form-details {
            margin-left: 15px;
            margin-right: 15px;
        }

        .orderDetailsSpaceTop .orderStatus .form-details .orderStatusForm {
            position: relative;
            min-height: 1px;
            padding-right: 0px;
            padding-left: 0px;
        }

        .orderDetailsSpaceTop .page-body .formCheckout .container .rowBillingAddress {
            padding: 0 0px;
        }

    .orderDetailsHeader {
        text-align: center;
        padding: 0 0px;
    }
}

.orderStatus {
    margin-bottom: 78px;
}

.formCheckout {
    margin-bottom: 78px;
}

@media (max-width: 767px) {

    .order-details-page .page-body .formCheckout .container .form-details section .shopping-cart-table thead {
        display: none;
    }

    .order-details-page .page-body .formCheckout .container .form-details section .card .table {
        border: 1px solid darkgray;
    }
}

/*****End of Code*****/


/*****Customer Subscriptions Page*****/

@media only screen and (max-width: 992px) {
    .customerSubscriptionSpaceTop {
        padding-top: 20%;
    }
}

/*****End of Code*****/

/*****Address Edit Page*****/

@media only screen and (max-width: 992px) {
    .addressEditSpaceTop {
        padding-top: 20%;
    }

        .addressEditSpaceTop .form-checkout .form-details {
            margin-left: 0px;
            display: inline;
        }

            .addressEditSpaceTop .form-checkout .form-details .textAlign {
                text-align: left;
            }

            .addressEditSpaceTop .form-checkout .form-details .formMainDiv {
                position: relative;
                min-height: 1px;
                padding-right: 5px;
                padding-left: 5px;
            }
}

.addressEditSpaceTop .form-checkout .form-details {
    margin-left: 0px;
    display: inline;
}

.textAlign {
    text-align: right;
}

.backgroundColor {
    background-color: #f9f9f9;
}

/*****End of Code*****/


/*****Address Add Page*****/

@media only screen and (max-width: 992px) {
    .addressAddSpaceTop {
        padding-top: 20%;
    }

        .addressAddSpaceTop .form-checkout .form-details {
            margin-left: 0px;
            display: inline;
        }

            .addressAddSpaceTop .form-checkout .form-details .textAlign {
                text-align: left;
            }

            .addressAddSpaceTop .form-checkout .form-details .formMainDiv {
                position: relative;
                min-height: 1px;
                padding-right: 5px;
                padding-left: 5px;
            }
}

.addressAddSpaceTop .form-checkout .form-details {
    margin-left: 0px;
    display: inline;
}

.textAlign {
    text-align: right;
}

.backgroundColor {
    background-color: #f9f9f9;
}

/*****End of Code*****/

/*****Wishlist Page*****/

.wishlistSpaceTop .form-checkout .container .rowWishlist .form-details {
    margin-left: 0px;
}

@media only screen and (max-width: 992px) {

    .wishlistSpaceTop {
        padding-top: 10%;
    }

        .wishlistSpaceTop .form-checkout .form-details #myTable {
            margin-left: 15px;
            margin-right: 15px;
        }
}

/*****End of code*****/

/*****Register Page*****/

@media only screen and (max-width: 992px) {

    .registerSpaceTop {
        padding-top: 10%;
    }

        .registerSpaceTop .form-checkout .form-details {
            margin-left: 0px;
        }

            .registerSpaceTop .form-checkout .form-details .paddingTop {
                padding-top: 1px;
            }
}

/*****End of code*****/

/*****Bar Notification*****/

.bar-notification {
    display: none;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 15px 50px 14px 10px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
    float: right;
}

    .bar-notification p {
        color: #fff;
    }

    .bar-notification.success {
        background-color: #4bb07a;
    }

    .bar-notification.error {
        background-color: #e4444c;
    }

    .bar-notification.warning {
        background-color: #f39c12;
    }

    .bar-notification .content {
        margin: 0 10px 0 0;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url('../images/close.png') center no-repeat;
        cursor: pointer;
    }

        .bar-notification .close:hover {
            background: #fff url('../images/close.png') center no-repeat;
        }

/*****End of code*****/

/*****wishlist page*****/

.wishlist-page .page-body .content {
    padding-top: 30px;
}

@media (min-width: 1200px) {
    .wishlist-page .page-body .content .container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .wishlist-page .page-body .content .container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .wishlist-page .page-body .content .container {
        width: 1300px;
    }
}

.wishlist-page .page-body .content .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .wishlist-page .page-body .content .container .row {
        margin-left: -15px;
        margin-right: -15px;
    }

        .wishlist-page .page-body .content .container .row h1 {
            font-family: 'Roboto',sans-serif;
            font-weight: 300;
            font-size: 2.2em;
            padding: 0 0 10px;
            margin: 0;
        }

        .wishlist-page .page-body .content .container .row .card--padding {
            /*padding: 20px 25px;*/
            padding: 10px 10px;
        }

        .wishlist-page .page-body .content .container .row .card {
            border-radius: 3px;
            border-width: 1px;
            border-style: solid;
            background-color: #fff;
            border-color: #f0f0f0;
        }

            .wishlist-page .page-body .content .container .row .card .table {
                width: 100%;
                max-width: 100%;
                margin-bottom: 0px;
            }

            .wishlist-page .page-body .content .container .row .card table {
                border-collapse: collapse;
                border-spacing: 0;
            }

            .wishlist-page .page-body .content .container .row .card table {
                background-color: transparent;
            }

            .wishlist-page .page-body .content .container .row .card .shopping-cart-table > tbody > tr > td {
                vertical-align: middle !important;
            }

            .wishlist-page .page-body .content .container .row .card .table > tbody > tr > td {
                padding: 10px;
                line-height: 1.42857143;
                vertical-align: top;
                border-top: 1px solid #f0f0f0;
            }

        .wishlist-page .page-body .content .container .row .divider--xs {
            height: 20.025px;
        }

        .wishlist-page .page-body .content .container .row .divider {
            height: 30px;
            clear: both;
        }

        .wishlist-page .page-body .content .container .row .table-bordered {
            border: 1px solid #ddd;
        }

        .wishlist-page .page-body .content .container .row .table {
            width: 100%;
            max-width: 100%;
            margin-bottom: 20px;
        }

        .wishlist-page .page-body .content .container .row table {
            background-color: transparent;
            border-spacing: 0;
            border-collapse: collapse;
        }

        .wishlist-page .page-body .content .container .row .checkout-buttons .btn-primary {
            background-color: #DC4437;
            border-color: #DC4437;
            color: white;
        }

        .wishlist-page .page-body .content .container .row table .cart-item-row .icon-checked {
            background-image: url('../images/icon-allow.png');
            background-repeat: no-repeat;
            background-position: center center;
            width: 34px;
            height: 3em;
            border-radius: initial;
            font-size: 1em;
            text-align: center;
            margin-bottom: 3px;
        }

        .wishlist-page .page-body .content .container .row table .cart-item-row .icon-deleted {
            background-image: url(../images/delete.png);
            background-repeat: no-repeat;
            background-position: center center;
            width: 34px;
            height: 3em;
            border-radius: initial;
            font-size: 1em;
            text-align: center;
            margin-bottom: 3px;
        }

        .wishlist-page .page-body .content .container .row table .cart-item-row .cartLastTd {
            /*max-width: 250px;*/
        }

/*.order-summary-content {
        padding: 0px 200px;
    }*/

@media (max-width: 767px) {

    .order-summary-content {
        padding: 0px 0px;
    }

    .wishlist-page .page-body .content .container .row .card--padding {
        padding: 0px 0px;
    }

    .wishlist-page .page-body .content .container .row .card .shopping-cart-table, .shopping-cart-table tbody, .shopping-cart-table td, .shopping-cart-table tr {
        display: block;
        border: 0;
        width: 100%;
    }

        .wishlist-page .page-body .content .container .row .card .shopping-cart-table > thead {
            display: none;
        }

        .wishlist-page .page-body .content .container .row .card .shopping-cart-table td:first-child {
            border-top: 0;
        }

    .wishlist-page .page-body .content .container .row table .cart-item-row .cartLastTd {
        /*max-width: 250px;*/
    }
}

/***********/


/*** CATEGORY ***/

.group-menu .product-viewmode {
    display: inline-block;
    float: right;
}

    .group-menu .product-viewmode span {
        display: none;
    }

    .group-menu .product-viewmode a {
        display: inline-block;
        width: 24px;
        height: 32px;
        margin: 0 0 0 12px;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.5;
    }

        .group-menu .product-viewmode a.grid {
            background-image: url('../images/view-grid.png');
        }

        .group-menu .product-viewmode a.list {
            background-image: url('../images/view-list.png');
        }

        .group-menu .product-viewmode a.selected {
            opacity: 1;
        }

/*.category-page .page-body .products-sidebar .row .item {
    width: 32.33333%;
    margin: 0 0.5% 50px;
}*/



.category-page .page-body .product-list .item {
    float: none;
    width: auto;
    margin: 0 5px 20px;
}

.product-list .item .img-product:after {
    content: "";
    display: block;
    clear: both;
}

.product-list .item .picture {
    float: left;
    width: 220px;
}

.product-list .item-box:hover .picture a img {
    opacity: 1;
}

.product-list .item-box .picture:hover a img {
    opacity: 0.85;
}

.product-list .item-box .picture + .details {
    margin: 0 0 0 240px;
}

.product-list .item-box .product-title {
    height: auto;
    padding: 10px 0;
    font-size: 18px;
}

.product-list .item-box .description {
    display: block;
    margin: 0 0 10px;
    line-height: 22px;
}

.product-list .item-box .prices {
    height: auto;
    margin: 0 0 30px;
}

.product-list .item-box .buttons {
}

.product-list .item-box .product-box-add-to-cart-button {
    width: auto;
    min-width: 150px;
    padding: 0 20px;
}

.product-list .item-box .add-to-compare-list-button,
.product-list .item-box .add-to-wishlist-button {
    width: 42px;
}

/********End of code*********/

/*****Product Detail Page*****/

.imageThumbnail {
    margin-top: 5%;
}

.productMainImage {
    width: 400px;
    margin: 0px auto;
}

.product-name {
    height: 40px;
    word-wrap: break-word;
    overflow: hidden;
    text-align: center;
}

.wishlistText {
    display: inline-block;
    color: #000;
    /*color: white;*/
    text-transform: uppercase;
    border: 1px solid #303030;
    /*border: 1px solid #DC4437;*/
    height: 30px;
    cursor: pointer;
    /*background-color:#DC4437;*/
    background: floralwhite;
}

    /*.wishlistText:hover{
    background-color:white;
    border-color:#DC4437;
    color:black;
}

.wishlistText:hover a{
    color:black;
}*/
    .wishlistText i {
        margin-top: 7px;
        margin-left: 10px;
        padding-top: 1px;
    }

    .wishlistText a {
        /*margin-right: 10px;*/
        /*color:white;*/
    }

/*.wishlistText a:hover {
        color:black;
    }*/

.icon-heart {
    color: #f0b310;
}

@media only screen and (max-width: 992px) {

    .wishlistText i {
        margin-left: 2px;
    }

    .wishlistText a {
        margin-right: 2px;
    }
}


@media only screen and (max-width: 992px) {

    .imageThumbnail {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10%;
    }

    .productMainImage {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0px;
    }

    .gallery .products .item {
        margin-bottom: 0px;
    }

    .content-details-product .container .row .right-content .tab-details {
        margin-top: 25px;
    }

    .content-details-product .container .col-md-12-productDetails .tab-details .tab-ul {
        margin-left: 15px;
    }

    .content-details-product .container .col-md-12-productDetails .tab-details .tab-content {
        margin-left: 15px;
        margin-right: 15px;
    }

    /*.content-details-product .container .row {
        margin-left: 0px;
        margin-right: 0px;
    }*/
}

/*****End of code*****/


/****Product Review Page*****/

.product-reviews-page .page-title .titleColor {
    color: #DC4437;
}

.product-reviews-page .page-body .write-review .form-details .formMainDiv {
    margin-left: 450px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-reviews-page .page-body .write-review .submitbutton {
    margin-left: 50%;
}

@media only screen and (max-width: 992px) {

    .product-reviews-page .page-title {
        margin-left: 15px;
        margin-right: 15px;
    }

        .product-reviews-page .page-title h2 {
            margin-top: 60px;
            font-size: 20px;
        }

    .product-reviews-page .page-body .write-review .title {
        margin-left: 15px;
        margin-right: 15px;
    }

    .product-reviews-page .page-body .write-review .submitbutton {
        margin-left: 27%;
    }

    .product-reviews-page .page-body .write-review .form-details .formMainDiv {
        margin-left: 0px;
    }

        .product-reviews-page .page-body .write-review .form-details .formMainDiv .textAlign {
            text-align: left;
        }
}

/*****End of code*****/

.item figcaption {
    display: none;
}

figure.item {
    width: 100px;
    float: left;
}

figure a img {
    margin-left: 0px;
    width: 100px;
}

.picture {
    text-align: center;
}

.parentCategoryFont {
    font-weight: 500;
}

.quotebutton {
    color: #fff;
    font-size: 20px !important;
    padding: 8px 12px !important;
    height: 47px !important;
    margin-top: 0px !important;
}

    .quotebutton:hover {
        color: black;
        background-color: white;
        border-color: #DC4437;
    }


/*.addtoQuote {
    font-size: 20px !important;
    padding: 8px 12px !important;
    height: 47px !important;
    margin-top: 0px !important;
}*/

@media only screen and (max-width: 992px) {

    /*.tblQuantity {
        margin-left: 35px;
    }*/

    /*.addtoQuoteDiv {
        margin-top: 15px;
    }*/

}



.btnPlus {
    width: 35px;
    padding: 10px 11px !important;
    margin: 0px !important;
    font-weight: bold;
}

    .btnPlus:hover {
        color: white;
        background-color: #303030;
    }

.btnMinus {
    width: 35px;
    padding: 10px 11px !important;
    margin: 0px !important;
    font-weight: bold;
}

    .btnMinus:hover {
        color: white;
        background-color: #303030;
    }

/*.fixHeader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: white;
}

.master-wrapper-content {
    padding-top: 8%;
}

@media only screen and (max-width: 992px) {

    .master-wrapper-content {
        padding-top: 18%;
    }

    .page-header {
        height: 115px;
    }
}*/

/*@media screen and (min-width: 992px) {
    .quantityQuoteBox {
        padding-left: 0px;
        padding-right: 0px;
    }

    .addtoQuoteDiv {
        padding-top: 15px;
    }
}*/

@media screen and (min-width: 992px) {
    .loginpageDiv {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px;
    }

    .loginChkRemember {
        padding-left: 30px;
    }
}

.checkboxWidth .RemebermeCheckBox {
    width: 15px;
    margin-top: 17px;
}

.textLeft {
    float: left;
}

.emptyCartText p {
    padding-top: 150px;
}

@media screen and (max-width: 992px) {
    .emptyCartText p {
        padding-top: 0px;
    }
}

@media screen and (max-width: 1600px) {
    .addtoQuoteDiv {
        padding-top: 15px;
    }

    .textLeft {
        float: none;
    }

    .formlabel {
        float: left;
    }

    .checkboxWidth .RemebermeCheckBox {
        margin-top: 15px;
    }

    .checkboxWidth {
        margin-left: 0px;
    }
}

.homepageCategory .spanWidth {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0px;
    padding: 25px;
    background-color: rgba(255,255,255,0.6);
    color: #000000;
    font-weight: bold;
    font-size: 1.7em;
}

.homepageCategory .product {
    position: relative;
    margin-bottom: 20px;
}

.myLoginForm .divLogin {
    border-right: 1px solid lightgray;
}

@media only screen and (max-width: 360px) {
    .homepageCategory .spanWidth {
        font-size: 1em;
    }

    .myLoginForm .divLogin {
        border: none;
    }
}

.recently-viewed-products-page .page-title h3 {
    margin-top: 0px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
    .recently-viewed-products-page {
        margin-top: 55px;
    }

        .recently-viewed-products-page .page-title h3 {
            font-size: 18px;
            font-weight: bold;
        }
}


.blog-page .page-title h3 {
    margin-top: 8px;
    margin-bottom: 0px;
}

.blogButton {
    background-color: #DC4437;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    box-shadow: 3px 4px 10px -2px rgba(0, 0, 0, 0.15);
    height: 35px;
}

.quotationCreateButton {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 8px 12px !important;
    height: 40px !important;
    margin-top: 0px !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #d43800;
    background-image: linear-gradient(180deg,#e83e00,#b53000);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.25);
    background-origin: border-box;
    border-radius: 4px;
    font-family: proxima_nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    vertical-align: middle;
}

    .quotationCreateButton:hover {
        color: #fff;
        background: #b53000;
    }

.addressSaveButton {
    display: inline-block;
    padding: 6px 12px;
    width: 200px;
    height: 40px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #fca129;
    background-image: linear-gradient(180deg,#ffae45,#f78c00);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.25);
    background-origin: border-box;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25), 0 2px 2px rgba(0,0,0,.17);
}

    .addressSaveButton:hover {
        color: #fff;
        background: #f78c00;
    }

.addressEditButton {
    display: inline-block;
    padding: 6px 12px;
    width: 200px;
    height: 40px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #fca129;
    background-image: linear-gradient(180deg,#ffae45,#f78c00);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.25);
    background-origin: border-box;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25), 0 2px 2px rgba(0,0,0,.17);
}

    .addressEditButton:hover {
        color: #fff;
        background: #f78c00;
    }

.addressAddButton {
    background-color: #DC4437;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    box-shadow: 3px 4px 10px -2px rgba(0, 0, 0, 0.15);
    height: 40px;
}

.orderDetailsPrintButton {
    background-color: #DC4437;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    box-shadow: 3px 4px 10px -2px rgba(0, 0, 0, 0.15);
    height: 40px;
}

.orderDetailsPdfButton {
    background-color: #DC4437;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    box-shadow: 3px 4px 10px -2px rgba(0, 0, 0, 0.15);
    height: 40px;
}

.product-tag-page {
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .product-tag-page {
        padding-top: 55px;
    }
}

.registerCountinueButton {
    background-color: #DC4437;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    box-shadow: 3px 4px 10px -2px rgba(0, 0, 0, 0.15);
    height: 40px;
}

@media only screen and (max-width: 992px) {
    .registration-result-page {
        padding-top: 15px;
    }
}

.blogPublishDate {
    display: block;
    margin: 0 0 15px;
    background-color: #f6f6f6;
    padding: 10px;
    font-style: italic;
    color: #444;
    text-align: left;
}

.blogBody {
    text-align: left;
}

@media only screen and (max-width: 992px) {
    .block-category-navigation {
        display: none;
    }

    .blog-page {
        padding-top: 15%;
    }

    .blogpost-page {
        padding-top: 15%;
    }

    .manufacturer-page {
        padding-top: 15%;
    }
}

.countinueShoopingButton {
    background-color: #DC4437;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    box-shadow: 3px 4px 10px -2px rgba(0, 0, 0, 0.15);
}

    .countinueShoopingButton:hover {
        color: #fff;
    }

.updatecartWidth {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 8px 12px !important;
    height: 40px !important;
    margin-top: 0px !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #4dacdc;
    background-image: linear-gradient(180deg,#80c9ee,#007fbf);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.25);
    background-origin: border-box;
    border-radius: 4px;
    font-family: proxima_nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    vertical-align: middle;
}

    .updatecartWidth:hover {
        color: #fff;
        background: #007fbf;
    }

.continueshoppingButton {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 8px 12px !important;
    height: 40px !important;
    margin-top: 0px !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #d43800;
    background-image: linear-gradient(180deg,#e83e00,#b53000);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.25);
    background-origin: border-box;
    border-radius: 4px;
    font-family: proxima_nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    vertical-align: middle;
}

    .continueshoppingButton:hover {
        color: #fff;
        background: #b53000;
    }

.emptyContinueshoppingButton {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 8px 12px !important;
    height: 40px !important;
    margin-top: 0px !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #d43800;
    background-image: linear-gradient(180deg,#e83e00,#b53000);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.25);
    background-origin: border-box;
    border-radius: 4px;
    font-family: proxima_nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    vertical-align: middle;
}

    .emptyContinueshoppingButton:hover {
        color: #fff;
        background: #b53000;
    }

.quotationButton {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 8px 12px !important;
    height: 40px !important;
    margin-top: 0px !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #4dacdc;
    background-image: linear-gradient(180deg,#80c9ee,#007fbf);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.25);
    background-origin: border-box;
    border-radius: 4px;
    font-family: proxima_nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    vertical-align: middle;
}

    .quotationButton:hover {
        color: #fff;
        background: #007fbf;
    }

@media screen and (max-width: 992px) {
    .quotationButtonDiv {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .continueshoppingButton {
        margin-top: 10px;
    }

    .quotationButton {
        margin-top: 10px;
    }
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media only screen and (max-width: 992px) {
    .search-page .page-body {
        margin-top: 17%;
    }
}

@media only screen and (max-width: 992px) {
    .manufacturer-list-page {
        padding-top: 15%;
    }
}

.productSkuQuantity {
    border: 1px solid #cfd1cf;
    padding-bottom: 15px;
}

.productCodeBackground {
    /*background: #eee;*/
    background-image: linear-gradient(#e4e5e4,#cfd1cf);
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.productQunatityBlock {
    /*padding-left: 15px;
    padding-right: 15px;*/
    margin-left: -15px;
    margin-right: -15px;
}

.productPictureGallery {
    /*border: 2px solid #cfd1cf;*/
}

.productNameTitle {
    font-size: 1.9375em;
    font-weight: 400;
    color: #676767;
}

.productDescription {
    color: #696c6d;
    font-size: 1.75em;
    font-weight: 400;
    padding-top: 6px;
}

.productFullDescription {
    border: 1px solid #cfd1cf;
}

.productDescriptionBlock {
    /*background: #eee;*/
    background-image: linear-gradient(#e4e5e4,#cfd1cf);
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -10px;
    margin-bottom: 15px;
    height: 40px;
}

.DescriptionPadding {
    padding-bottom: 15px;
}

.productSpecification {
    color: #696c6d;
    font-size: 1.75em;
    font-weight: 400;
    padding-top: 6px;
}

.productSpecificationBlock {
    background-image: linear-gradient(#e4e5e4,#cfd1cf);
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -10px;
    margin-bottom: 15px;
    height: 40px;
}

.productShortDescription {
    border: 1px solid #cfd1cf;
}

.ShortDescriptionPadding {
    padding-bottom: 15px;
}

@media only screen and (min-width: 48em) {
    .productNameTitle {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 992px) {
    .productNameTitle {
        margin-top: 40px;
    }

    .productCodeBackground {
        position: relative;
        min-height: 1px;
    }

    .productSpecificationBlock {
        position: relative;
        min-height: 1px;
    }

    .productQunatityBlock {
        position: relative;
        min-height: 1px;
    }
}

@media only screen and (max-width: 992px) {
    .productDetailsTable {
        position: relative;
        min-height: 1px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.relatedProductBox {
    border: 2px solid #eee;
}

.homePageTopic {
    padding-bottom: 100px;
}

@media only screen and (max-width: 992px) {
    .homePageTopic {
        padding-bottom: 250px;
    }
}

.newsletterTitle {
    font-size: 16px;
    text-transform: uppercase;
    color: #41474a;
    margin-bottom: 10px;
    margin-top: 30px;
}

.newsLetterDiv {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    width: 100%;
}

.newsLetterTextBox {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    width: 75%;
}

.newsLetterButton {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    width: 25%;
}

.newsLatterSubscribeButton {
    height: 42px;
    background-color: #4dacdc;
    background-image: linear-gradient(180deg,#80c9ee,#007fbf);
    border-color: #4dacdc;
    font-weight: 600;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
}

    .newsLatterSubscribeButton:hover {
        background: #007fbf;
    }

@media only screen and (max-width: 992px) {
    .newsLetterTextBox {
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
        float: left;
        width: 70%;
    }

    .newsLetterButton {
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
        float: left;
        width: 30%;
    }
}

@media only screen and (max-width: 992px) {
    .contactusPage {
        padding-top: 15%;
    }
}
