/*=========================================================
	05 -> HOME SLIDER
===========================================================*/

#home .home-wrap {
    margin-left: 270px;
}

#home-slick .banner {
    margin: 0px;
}

/*=========================================================
	06 -> PRODUCT
===========================================================*/

.product .product-old-price {
    color: #F8694A;
    font-size: 70%;
}

.product .product-rating {
    display: inline-block;
}

    .product .product-rating > i {
        color: #FFB656;
    }

        .product .product-rating > i.empty {
            color: #DADADA;
        }

.product .product-label > span {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 700;
    color: #FFF;
    background-color: #30323A;
    z-index: 22;
}

    .product .product-label > span.sale {
        background-color: #F8694A;
    }

.product .product-countdown {
    z-index: 22;
}

    .product .product-countdown > li {
        display: inline-block;
        margin-right: -4px;
    }

        .product .product-countdown > li + li:before {
            content: ":";
            color: #FFF;
            background: #30323A;
            padding: 2px;
        }

        .product .product-countdown > li > span {
            display: inline-block;
            color: #FFF;
            font-weight: 700;
            padding: 10px;
            background: #F8694A;
        }

/*----------------------------*\
	Single product
\*----------------------------*/

.product.product-single {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

    .product.product-single:hover {
        
        transform: translateY(-4px);
    }

    .product.product-single .product-thumb {
        position: relative;
        margin-bottom: 15px;
    }

        .product.product-single .product-thumb > img {
            width: 100%;
        }

        .product.product-single .product-thumb:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #FFF;
            opacity: 0;
            visibility: hidden;
            z-index: 0;
            -webkit-transition: 0.3s all;
            transition: 0.3s all;
        }

    .product.product-single:hover .product-thumb:after {
        opacity: 0.7;
        visibility: visible;
    }

    .product.product-single .quick-view {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden;
        z-index: 20;
    }

    .product.product-single:hover .quick-view {
        opacity: 1;
        visibility: visible;
    }

    .product.product-single .product-label {
        position: absolute;
        left: 0;
        top: 0;
    }

        .product.product-single .product-label > span {
            display: block;
        }

    .product.product-single .product-countdown {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
    }

    .product.product-single .product-body {
        padding: 15px;
    }

    .product.product-single .product-price {
        display: inline-block;
    }

    .product.product-single .product-rating {
        float: right;
        margin: 5px;
    }

    .product.product-single .product-name {
        font-size: 14px;
        text-transform: capitalize;
    }

    .product.product-single .product-btns {
        margin-top: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .product.product-single:hover .product-btns {
        opacity: 1;
        visibility: visible;
    }

    /*-- hot product --*/

    .product.product-single.product-hot {
        border: 2px solid #F8694A;
    }

        .product.product-single.product-hot .product-btns {
            opacity: 1;
            visibility: visible;
        }

.brand_category img {
    height: 80px !important;
   
}

 .Thumb_3 {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    height: 120px !important;
    line-height: 1.42857143;
    background-color: #fff;
    border: none !important;
}

.Thumb_3 img {
    width: 140px;
    height:85px;
}

.Brand_SubCat{
    margin-left:35px;
    color:black !important;
    line-height:0 !important;
}
/*----------------------------*\
	 Widget product
\*----------------------------*/
.product.product-widget {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .product.product-widget .product-thumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
    }

        .product.product-widget .product-thumb > img {
            width: 100%;
        }

    .product.product-widget .product-body {
        padding-left: 75px;
        padding-top: 10px;
        min-height: 60px;
    }

    .product.product-widget .product-price {
        font-size: 18px;
        margin-bottom: 5px;
    }

        .product.product-widget .product-price .qty {
            font-size: 14px;
            font-weight: 400;
        }

    .product.product-widget .product-name {
        font-size: 14px;
    }

    .product.product-widget .cancel-btn {
        position: absolute;
        right: 0px;
        top: 10px;
        background-color: transparent;
        border: none;
        color: #DADADA;
    }

        .product.product-widget .cancel-btn:hover {
            color: #30323A;
        }

/*----------------------------*\
	Product slick
\*----------------------------*/

.product-slick .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

/*=========================================================
	07 -> PRODUCTS PAGE
===========================================================*/

/*----------------------------*\
	Aside
\*----------------------------*/

#aside .aside {
    margin-bottom: 30px;
}

    #aside .aside:last-child {
        margin-bottom: 0px;
    }

.aside .aside-title {
    position: relative;
    border-bottom: 1px solid #DADADA;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 15px;
    line-height: 24px;
    font-size: 18px;
}

    .aside .aside-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1.5px;
        height: 3px;
        width: 60px;
        background-color: #F8694A;
    }



/*-- Filter list --*/

.filter-list {
    margin-bottom: 15px;
}

    .filter-list > li {
        display: inline-block;
        margin-right: 2px;
        margin-bottom: 6px;
    }

        .filter-list > li:last-child {
            margin-right: 0px;
        }

    .filter-list li a {
        position: relative;
        padding: 0px 5px 0px 20px;
    }

        .filter-list li a:before {
            content: "\f00d";
            font-family: FontAwesome;
            position: absolute;
            left: 4px;
            top: 5px;
            line-height: 12px;
            font-size: 9px;
            color: #FFF;
            background: #30323A;
            width: 12px;
            text-align: center;
            border-radius: 50%;
            height: 12px;
        }

/*-- Price Filter --*/

#price-slider {
    margin: 60px 0px 50px;
}

.noUi-target {
    background-color: #DADADA;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
}

.noUi-connect {
    background-color: #F8694A;
}

.noUi-horizontal {
    height: 4px;
}

    .noUi-horizontal .noUi-handle {
        width: 12px;
        height: 12px;
        left: -6px;
        top: -4px;
        border: none;
        background: #30323A;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
    }

.noUi-handle:before, .noUi-handle:after {
    display: none;
}

.noUi-tooltip {
    border: none;
    color: #FFF;
    background: #30323A;
    border-radius: 0px;
}

/*----------------------------*\
	Store
\*----------------------------*/

#store {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #DADADA;
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DADADA;
}

/*-- store filter --*/

.row-filter {
    display: inline-block;
    vertical-align: top;
}

    .row-filter > a {
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        color: #FFF;
        background-color: #30323A;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

        .row-filter > a:hover {
            opacity: 0.9;
        }

        .row-filter > a.active {
            background-color: #F8694A;
        }

.sort-filter {
    display: inline-block;
    margin-left: 15px;
}

    .sort-filter select.input {
        width: 120px;
    }

.page-filter select.input {
    width: 90px;
}

.page-filter {
    display: inline-block;
}

.filter-row {
    padding-left: -15px !important;
    padding-right: -15px !important,;
}

.store-pages {
    display: inline-block;
    margin-left: 15px;
}

    .store-pages li {
        display: inline-block;
        margin-right: 6px;
    }

        .store-pages li a {
            display: block;
            min-width: 10px;
            text-align: center;
        }

        .store-pages li.active {
            color: #F8694A;
        }

/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
	Product view
\*----------------------------*/

#product-main-view .slick-arrow {
    opacity: 0;
}

#product-main-view:hover .slick-arrow {
    opacity: 1;
}

#product-view {
    margin-top: 10px;
    margin-bottom: 15px;
}

    #product-view .product-view.slick-slide {
        opacity: 0.2;
    }

        #product-view .product-view.slick-slide.slick-current {
            opacity: 1;
            -webkit-box-shadow: 0px 0px 0px 2px #F8694A inset;
            box-shadow: 0px 0px 0px 2px #F8694A inset;
        }

    #product-view .product-view {
        padding: 7.5px;
    }

.product-view > img {
    width: 100%;
}

.pro-main-view img {
    width: 100%;
    height: 500px;
}
/*----------------------------*\
	Product details
\*----------------------------*/
.product.product-details .product-name {
    margin-top: 15px;
    text-transform: capitalize;
}

.product.product-details .product-rating {
    margin-right: 15px;
    margin-bottom: 15px;
}



.product-options .size-option {
    margin-bottom: 15px;
}

.size-option > li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    vertical-align: top;
}

    .size-option > li:last-child {
        margin-right: 0px;
    }

    .size-option > li > a {
        display: block;
        border: 1px solid #DADADA;
        font-weight: 700;
        padding: 2px 7px 0px 8px;
    }

    .size-option > li.active a {
        color: #F8694A;
        border-color: #F8694A;
    }

.color-option > li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    vertical-align: top;
}

    .color-option > li:last-child {
        margin-right: 0px;
    }

    .color-option > li > a {
        display: block;
        width: 20px;
        height: 20px;
    }

    .color-option > li.active a {
        -webkit-box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #F8694A;
        box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #F8694A;
    }

.product.product-details .qty-input {
    display: inline-block;
}

    .product.product-details .qty-input .input {
        width: 90px;
        height: 30px;
    }

/*----------------------------*\
	Product tab
\*----------------------------*/

.product-tab {
    margin-top: 30px;
}

    .product-tab .tab-nav {
        border-bottom: 1px solid #DADADA;
        margin-bottom: 30px;
    }

        .product-tab .tab-nav li {
            display: inline-block;
        }

            .product-tab .tab-nav li + li {
                margin-left: 30px;
            }

            .product-tab .tab-nav li a {
                display: block;
                padding: 15px 0px;
                text-transform: uppercase;
                font-weight: 700;
            }

            .product-tab .tab-nav li.active {
                position: relative;
            }

                .product-tab .tab-nav li.active a {
                    color: #F8694A;
                }

                    .product-tab .tab-nav li.active a:after {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: -1.5px;
                        height: 3px;
                        width: 30px;
                        background-color: #F8694A;
                    }

/*-- reviews --*/


.reviews-pages li {
    display: inline-block;
    margin-right: 6px;
}

    .reviews-pages li a {
        display: block;
        min-width: 10px;
        text-align: center;
    }

    .reviews-pages li.active {
        color: #F8694A;
    }

/*-- review form --*/

.review-form textarea.input {
    height: 90px;
}

.review-form .input-rating .stars {
    display: inline-block;
    vertical-align: top;
}

    .review-form .input-rating .stars input[type="radio"] {
        display: none;
    }

    .review-form .input-rating .stars > label {
        float: right;
        cursor: pointer;
        padding: 0px 3px;
        margin: 0px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

        .review-form .input-rating .stars > label:hover, .review-form .input-rating .stars > label:hover ~ label {
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
        }

        .review-form .input-rating .stars > label:before {
            content: "\f006";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            color: #DADADA;
            font-size: 14px;
            -webkit-transition: 0.3s all;
            transition: 0.3s all;
        }

        .review-form .input-rating .stars > label:hover:before, .review-form .input-rating .stars > label:hover ~ label:before {
            content: "\f005";
            color: #FFB656;
        }

    .review-form .input-rating .stars > input:checked label:before, .review-form .input-rating .stars > input:checked ~ label:before {
        content: "\f005";
        color: #FFB656;
    }

/*=========================================================
	09 -> CHECKOUT PAGE
===========================================================*/

.shiping-methods {
    margin-bottom: 30px;
}

/*-- shopping cart table --*/

.shopping-cart-table > tbody > tr > td, .shopping-cart-table > tbody > tr > th, .shopping-cart-table > tfoot > tr > td, .shopping-cart-table > tfoot > tr > th, .shopping-cart-table > thead > tr > td, .shopping-cart-table > thead > tr > th {
    padding: 15px 0px;
    vertical-align: middle;
    border-top: 1px solid #DADADA;
}

.shopping-cart-table > thead > tr > th {
    color: #30323A;
    text-transform: uppercase;
    border-bottom: 1px solid #DADADA;
}

.shopping-cart-table > tbody > tr:last-child > td {
    border-bottom: 1px solid #DADADA;
}

.shopping-cart-table > tfoot > tr > td, .shopping-cart-table > tfoot > tr > th {
    color: #30323A;
    border-top: 0px
}

    .shopping-cart-table > tfoot > tr > td:not(.empty), .shopping-cart-table > tfoot > tr > th:not(.empty) {
        padding: 15px;
        background-color: #F6F7F8;
        border: 1px solid #DADADA;
    }

.shopping-cart-table > tbody > tr > .details > a {
    font-size: 18px;
    font-weight: 700;
}

.shopping-cart-table > tbody > tr > .thumb > img {
    width: 60px;
}

.shopping-cart-table > tbody > tr > .qty .input {
    width: 90px;
}

.shopping-cart-table > tbody > tr > .price {
    font-size: 18px;
}

.shopping-cart-table > tbody > tr > .total {
    font-size: 18px;
}

.shopping-cart-table > tfoot > tr > .sub-total {
    font-size: 18px;
}

.shopping-cart-table > tfoot > tr > .total {
    font-size: 24px;
    color: #F8694A;
}

/*=========================================================
	10 -> FOOTER
===========================================================*/

.footer {
    margin: 15px 0px;
}

    .footer .footer-header {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo .logo {
        display: inline-block;
    }

        .footer-logo .logo > img {
            width: 100%;
            max-height: 70px;
        }

.footer-social > li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 6px;
}

    .footer-social > li:last-child {
        margin-right: 0px;
    }

.footer-copyright {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

/*=========================================================
	11 -> SLICK
===========================================================*/

/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    background: #30323A;
    z-index: 22;
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        background: #F8694A;
    }

    .slick-prev:before, .slick-next:before {
        color: #FFF;
    }

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.add-to-cart {
    background: coral !important;
    color: white !important;
}

.custom-nav .slick-prev, .custom-nav .slick-next {
    display: inline-block;
    position: static;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/*----------------------------*\
	Dots
\*----------------------------*/

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
    width: 10px;
    height: 10px;
}

    .slick-dots li button:before {
        content: "";
        opacity: 1;
        background: #DADADA;
        border-radius: 50%;
    }

    .slick-dots li.slick-active button:before {
        background-color: #F8694A;
    }

.custom-dots .slick-dots {
    position: static;
    margin: 15px 0px;
}


/*=========================================================
	12 -> Login
===========================================================*/



.LoginBackImage {
    height: 80px;
    background-repeat: no-repeat;
}


.LoginText {
    font-size: 15px;
    font-weight: 500;
    font-family: inherit;
}

.LoginForget {
    cursor: pointer;
    background: transparent !important;
    border: none !important;
    margin-left: 0px;
    color: orangered;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    font-family: inherit;
}

.LoginBackground {
    background-color: orangered;
    height: 80px;
}


.LoginHead {
    line-height: 60px;
    font-size: 30px;
    color: white;
}


.LoginLabel {
    font-size: 20px;
    color: orangered;
    font-weight: bold;
    font-family: monospace;
}

/*=========================================================
	12 -> RESPONSIVE
===========================================================*/

@media only screen and (max-width: 991px) {
    .product.product-single .product-rating {
        float: none;
        margin: 5px;
    }

    .filter-row {
        padding-left: 0px !important;
        padding-right: 0px !important,;
    }

    #home .home-wrap {
        margin-left: 0px;
    }

    #aside {
        margin-bottom: 60px;
    }

    .product-reviews {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .LoginText {
        font-size: 15px;
        font-weight: 500;
        font-family: inherit;
    }

    .product.product-single .product-body {
        padding-left: 30px;
    }

    .product.product-single .product-thumb > img {
        width: 100% !important;
        height: 150px !important;
    }

    .pro-main-view img {
        width: 100%;
        height: auto;
    }

    .banner h1 {
        font-size: 36px;
    }

    .loginImage {
        padding-top: 35px !important;
    }

    .store-filter .pull-right, .store-filter .pull-left {
        float: none !important;
    }

    .store-filter .pull-right {
        margin-top: 15px;
    }
}
@media (max-width:360px){
    .product.product-single .product-body {
        padding: 0px;
        padding-left:20px;
    }
    .product.product-single .product-thumb > img {
        width: 100% !important;
        height: 130px !important;
    }
}