﻿/* ReviewBox Start *************************************************************************/

.ReviewBox {
    background: #fff;
    color: #333e48;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 70px;
    width: 100%;
    margin-bottom: 10px;
}

    .ReviewBox div div img {
        max-width: 70px;
        height: auto;
    }

    .ReviewBox:hover {
        background: #e3e3e3;
        color: #333e48;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        min-height: 70px;
        width: 100%;
        margin-bottom: 10px;
    }


/* ReviewBox End *************************************************************************/

/* Password Eye Start *************************************************************************/
.passwordeye {
    position:relative;
}
/* Password Eye End *************************************************************************/


/******************************************
42. Recaptcha
******************************************/
@media only screen and (min-width:300px) and (max-width:767px) {
    .g-recaptcha {
        -webkit-transform: scale(0.88);
        transform-origin: 0px 0px 0px;
        -webkit-transform-origin: 0px 0px 0px;
    }
}

@media only screen and (min-width:768px) {
    .g-recaptcha {
        -webkit-transform: scale(0.8);
        transform-origin: 0px 0px 0px;
        -webkit-transform-origin: 0px 0px 0px;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - CSS BOX SHADOWES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.box-shadow-2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.box-shadow-3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.box-shadow-4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}

.box-shadow-6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}

.box-shadow-8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}

.box-shadow-16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - CSS File Upload */
/*-------------------------------------------------------------------------------------------------------------------------------*/
[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

    [type="file"] + label {
        background: #f17e0e;
        border: none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: "Poppins", sans-serif;
        font-size: inherit;
        font-weight: 600;
        margin-bottom: 1rem;
        outline: none;
        padding: 1rem;
        position: relative;
        transition: all 0.3s;
        vertical-align: middle;
    }

        [type="file"] + label:hover {
            background-color: #d3460d;
        }

        [type="file"] + label.btn-3 {
            background-color: #f17e0e;
            border-radius: 0;
            overflow: hidden;
            text-align: center;
            width: 100%;
        }

            [type="file"] + label.btn-3 span {
                display: inline-block;
                height: 100%;
                transition: all 0.3s;
                width: 100%;
            }

            [type="file"] + label.btn-3::before {
                color: #fff;
                content: "\f093";
                font-family: "FontAwesome";
                font-size: 130%;
                height: 100%;
                left: 0;
                line-height: 2.6;
                position: absolute;
                top: -180%;
                transition: all 0.3s;
                width: 100%;
            }

            [type="file"] + label.btn-3:hover {
                background-color: #ae144f;
            }

                [type="file"] + label.btn-3:hover span {
                    transform: translateY(300%);
                }

                [type="file"] + label.btn-3:hover::before {
                    top: 0;
                }



.currency_ddl {
    position: absolute;
    top: 26px;
    width: auto;
    text-align: left;
    -webkit-appearance: none;
    margin-bottom: 25px;
    border: 1px #e6e6e6 solid;
    font-size: 13px;
    line-height: 43px;
    color: #313131;
    height: 45px;
    padding: 0 20px;
    font-weight: 400;
}


/******************************************
36. Login popup
******************************************/

.login-popup label {
    display: inline;
    max-width: 100%;
    margin-bottom: 5px;
    /*font-weight: 700;*/
}

.modal-dialog.login-popup {
    background: url('./Images/login-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*width: 400px;*/
    margin-top: 7%;
}

.login-popup .modal-content {
    /*background: inherit;*/
}

.login-popup .close {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    line-height: 30px;
    min-width: 50px;
    position: absolute;
    right: 12px;
    text-align: center;
    text-transform: uppercase;
    top: -1px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 1;
    z-index: 999
}

    .login-popup .close:hover {
        background: #fe0100;
        color: #fff;
    }

.login-popup h4.modal-title {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.login-popup .modal-body {
    padding: 35px 35px 0;
    position: relative;
}

.input-group-addon {
    background-color: #222;
    color: #fff;
    min-width: 42px;
    padding: 10px 12px;
    border-radius: 3px 0 0 3px;
}

.password-eye {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: white;
    color: #222;
    cursor: pointer;
    border-radius: 0 3px 0 3px;
}

/******************************************
36. Login page
******************************************/
.account-login {
    display: inline-block;
    width: 100%;
}

.box-authentication {
    display: inline-block;
    width: 48%;
    float: left;
}

    .box-authentication > h3 {
        margin-bottom: 15px;
    }

    .box-authentication label {
        margin-top: 10px;
        margin-bottom: 2px;
    }

    .box-authentication .forgot-pass {
        margin-top: 15px;
    }

    .box-authentication input, .box-authentication textarea {
        border-radius: 0px;
        border: 1px solid #eaeaea;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        width: 50%;
    }

    .box-authentication .button {
        margin-top: 15px;
    }

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .box-authentication {
        width: 100%;
        margin-bottom: 20px;
    }

    .account-login .box-authentication:last-child {
        margin-bottom: 0px;
    }

    .box-authentication input, .box-authentication textarea {
        width: 90%;
    }
}

.account-login .button--dark {
    /*border-radius: 0;*/
    width: 100%;
    margin-top:20px;
}

/******************************************
Language currency dropdown
******************************************/
.nav-wrapper {
    text-align: center;
}

.sl-nav {
    display: inline;
}

    .sl-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
    }

    .sl-nav li {
        cursor: pointer;
        /*padding-bottom: 10px;*/
    }

        .sl-nav li ul {
            display: none;
        }

        .sl-nav li:hover ul {
            position: absolute;
            top: 25px; /*29px*/
            right: -15px;
            display: block;
            background: #fff;
            width: 120px;
            padding-top: 0px;
            z-index: 1;
            border-radius: 5px;
            box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
        }

        .sl-nav li:hover .triangle {
            position: absolute;
            top: 10px; /*15px*/
            right: -10px;
            z-index: 10;
            height: 14px;
            overflow: hidden;
            width: 30px;
            background: transparent;
        }

            .sl-nav li:hover .triangle:after {
                content: '';
                display: block;
                z-index: 20;
                width: 15px;
                transform: rotate(45deg) translateY(0px) translatex(10px);
                height: 15px;
                background: #fff;
                border-radius: 2px 0px 0px 0px;
                box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
            }

        .sl-nav li ul li {
            position: relative;
            text-align: left;
            background: transparent;
            padding: 15px 15px;
            padding-bottom: 0;
            z-index: 2;
            font-size: 15px;
            color: #3c3c3c;
            white-space: nowrap;
        }

            .sl-nav li ul li:last-of-type {
                padding-bottom: 15px;
            }

            .sl-nav li ul li span {
                padding-left: 5px;
            }

                .sl-nav li ul li span:hover, .sl-nav li ul li span.active {
                    color: #146c78;
                }

.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}



/******************************************
progressbar
******************************************/
@font-face {
    font-family: "Flaticon-5";
    src: url("../fonts/flaticon/Flaticon-5.eot");
    src: url("../fonts/flaticon/Flaticon-5.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticon/Flaticon-5.woff") format("woff"), url("../fonts/flaticon/Flaticon-5.ttf") format("truetype"), url("../fonts/flaticon/Flaticon-5.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon-5";
        src: url("../fonts/flaticon/Flaticon-5.svg#Flaticon") format("svg");
    }
}

#progressbar {
    padding: 0;
    overflow: hidden;
    display: table;
    width: 900px;
    margin: 80px auto 60px;
}

    #progressbar li {
        list-style-type: none;
        text-transform: uppercase;
        font-size: 16px;
        color: #5d5d5d;
        width: 25%;
        float: left;
        position: relative;
        text-align: center;
    }

        #progressbar li.active:before {
            color: #fff;
        }

        #progressbar li:before {
            content: '\f101';
            font-family: "Flaticon-5";
            width: 52px;
            height: 52px;
            line-height: 52px;
            display: block;
            font-size: 26px;
            color: #5d5d5d;
            background: white;
            border-radius: 50%;
            margin: 0 auto 10px auto;
            position: relative;
            z-index: 2;
            text-align: center;
            background-color: #f7f6f6;
        }

        #progressbar li:nth-child(2):before {
            content: '\f104';
        }

        #progressbar li:nth-child(3):before {
            content: '\f103';
        }

        #progressbar li:nth-child(4):before {
            content: '\f102';
        }
        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 18px;
            background: #f7f6f6;
            position: absolute;
            left: -50%;
            top: 17px;
            z-index: 0; /*put it behind the numbers*/
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before, #progressbar li.active:after {
            background: #ff3c20;
        }

@media (min-width:320px) and (max-width:480px) {
    #progressbar {
        /*width: 305px;*/
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0 10px;
    }

        #progressbar li {
            font-size: 12px;
        }

            #progressbar li:before {
                width: 40px;
                height: 40px;
                font-size: 20px;
                line-height: 40px;
            }

            #progressbar li:after {
                top: 12px;
            }
}

@media (min-width:481px) and (max-width:767px) {
    #progressbar {
        width: 451px;
    }

        #progressbar li {
            font-size: 14px;
        }

            #progressbar li.active:before {
                width: 46px;
                height: 46px;
                line-height: 46px;
                font-size: 20px;
            }
}

@media (min-width:768px) and (max-width:991px) {
    #progressbar {
        width: 720px;
    }
}

/******************************************
Address card
******************************************/
/*.addresses-list .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .addresses-list .row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }


.addresses-list > [class*='slider-width-'] {
    display: flex;
    flex-direction: column;
}*/

.address-container {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.addresses-list .address-container > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.panel-heading{
    padding-left:15px;
}

.address-card {
    position: relative;
}

.address-card__badge {
    position: absolute;
    background-color: #ffd333;
    color: #3d464d;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px 8px 2px;
    top: -2px;
    right: .75rem;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.address-card__body {
    padding: 1.5rem;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
}

.address-card__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1.125rem;
}

.address-card__row + .address-card__row {
    margin-top: .75rem;
}

.address-card__row-title {
    font-size: 12px;
    color: #999;
}

.address-card__footer {
    margin-top: 1.625rem;
}

    .address-card__footer .remove {
        float: left;
    }

    .address-card__footer .edit {
        float: right;
    }

.addresses-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.addresses-list__item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 25px;
    cursor: pointer;
}

.addresses-list__item--new {
    border-radius: 2px;
    border: 2px dashed #ebebeb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem;
}

.addresses-list__divider:last-child {
    display: none;
}

.addresses-list__plus {
    width: 60px;
    height: 60px;
    border: 2px dashed #ebebeb;
    position: relative;
    border-radius: 30px;
    margin-bottom: 24px;
    transition: border-color .2s;
}

    .addresses-list__plus:after,
    .addresses-list__plus:before {
        content: "";
        position: absolute;
        width: 32px;
        height: 4px;
        background-color: #e5e5e5;
        border-radius: 1.5px;
        top: calc(50% - 2px);
        transition: background-color .2s;
        left: calc(50% - 16px);
    }

    .addresses-list__plus:after {
        transform: rotate(90deg);
    }

.addresses-list__item--new:hover .addresses-list__plus {
    border-color: #e0e0e0;
}

    .addresses-list__item--new:hover .addresses-list__plus:after,
    .addresses-list__item--new:hover .addresses-list__plus:before {
        background-color: #dbdbdb;
    }

@media (min-width:1200px) {

    .addresses-list__divider:nth-child(2n) {
        width: 16px;
    }

    .addresses-list__divider:nth-child(6n) {
        width: 100%;
        height: 16px;
    }
}

@media (min-width:768px) and (max-width:1199px) {

    .addresses-list__divider:nth-child(2n) {
        width: 12px;
    }

    .addresses-list__divider:nth-child(6n) {
        width: 100%;
        height: 12px;
    }
}

@media (min-width:480px) and (max-width:767px) {

    .addresses-list__divider:nth-child(2n) {
        width: 12px;
    }

    .addresses-list__divider:nth-child(4n) {
        width: 100%;
        height: 12px;
    }
}

@media (max-width:479px) {
    .addresses-list__divider:nth-child(2n) {
        width: 12px;
        width: 100%;
        height: 12px;
    }
}


/******************************************
Members Dashboard
******************************************/

.dashboard {
    height: 200px;
    width: 100%;
    margin-bottom: 10px;
    display: inline-table;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

.dashboard .top .icon {
    margin-top: 50px;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    padding-top: 15px;
}

    .dashboard .top .icon i {
        font-size: 35px;
    }

.dashboard .top .qty {
    font-weight: bold;
    font-size: 2rem;
    vertical-align: bottom;
    margin-left: 5px;
}

.dashboard .top .title {
    font-size: 1.2rem;
    display: block;
    margin-top: 5px;
}

.dashboard .orders {
    background-color: #f6e2c5;
}

.dashboard .visitedproducts {
    background-color: #d4d3d0;
}

.dashboard .favorites {
    background-color: #ff9a97;
}

.dashboard .favoritebrands {
    background-color: #c57288;
}

.dashboard .cart {
    background-color: #b6cdd6;
}

/*-------------------------------------*/
    .addresses-list .row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }


/******************************************
Scroll bar
******************************************/

/* width */
/*::-webkit-scrollbar {
    width: 10px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
    background: #f1f1f1;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    background: #888;
}*/

    /* Handle on hover */
    /*::-webkit-scrollbar-thumb:hover {
        background: #555;
    }*/


/******************************************
End Scroll bar
******************************************/
.product-selectforpost{
    margin-top:20px;
}

/*banner-sec*/
.product-sec img {
    width: 100%;
    transition: all .4s;
}

.product-sec .ban-sec a {
    position: relative;
    overflow: hidden;
    display: block;
}

.product-sec.container {
    padding-left: 0;
    padding-right: 0;
}

.product-sec .col-md-4 {
    padding-left: 10px;
}

.product-sec .ban-sec a::before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,.3) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
}

.product-sec .ban-sec:hover a:before {
    animation: shine .75s;
}

.ban-sec.col-md-8 {
    padding-left: 10px;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .product-sec .col-md-4 {
        margin-top: 30px;
    }

        .product-sec .col-md-4:first-child {
            margin-top: 0;
        }

    .price-range p {
        font-size: 14px;
    }

    .ban-sec.col-md-8 {
        padding-left: 15px;
        margin-top: 30px;
    }
}

@media (min-width:481px) and (max-width:992px) {
    .ban-sec.col-md-8 {
        padding-left: 15px;
    }
}

@media (min-width:1200px) and (max-width:1359px) {
    .ban-sec.col-md-8 {
        padding-left: 15px;
        margin-top: 30px;
    }
}
.category-title {
    position: absolute;
    top: 35%;
    color: white;
    font-size: 26px;
    text-align: center;
    text-shadow: 0 0 4px #333;
    left: 0;
    right: 0;
    letter-spacing: 1px;
    background-color: rgba(0,0,0,0.4);
    padding: 15px 0;
    /*margin: 0 15px;*/
}

.category-button {
    position: absolute;
    bottom: 15%;
    color: black;
    font-size: 15px;
    text-align: center;
    background-color: white;
    /*text-transform: uppercase;*/
    line-height: 45px;
    display: block !important;
    margin: 0 auto;
    width: 170px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    padding: 0 10px;
    margin-left: 45%;
}

/*
// .spec
*/
.spec {
    font-size: 14px;
    line-height: 18px;
}

.spec__header {
    margin-bottom: 50px;
}

.spec__section + .spec__section {
    margin-top: 40px;
}

.spec__section-title {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -.03em;
    line-height: 20px;
    margin: 0 0 5px;
}

.spec__row {
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ebebeb;
}

    .spec__row:first-of-type {
        border-top: 1px solid #ebebeb;
    }

.spec__name {
    width: 230px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #6c757d;
}

[dir=ltr] .spec__name {
    padding-right: 30px;
}

[dir=rtl] .spec__name {
    padding-left: 30px;
}

.spec__disclaimer {
    margin-top: 40px;
    font-size: 13px;
    line-height: 20px;
    color: #6c757d;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .spec__name {
        width: 170px;
    }
}

@media (max-width: 575.98px) {
    .spec__header {
        margin-bottom: 30px;
    }

    .spec__section + .spec__section {
        margin-top: 24px;
    }

    .spec__row {
        display: block;
        padding: 8px 0;
    }

    .spec__name {
        width: auto;
        margin-bottom: 2px;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 15px;
    }

    .spec__disclaimer {
        margin-top: 28px;
    }
}

.special_text {
    text-decoration: underline;
    font-style: italic;
    font-weight:bold;
}