/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular.ttf');
}

@font-face {
    font-family: 'Roboto Condensed Bold';
    src: url('../fonts/RobotoCondensed-Bold.ttf');
}

body {
    background: #fff;
    /*font-family: 'Roboto Condensed';*/
    font-family: Bahnschrift;
}

    body a {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }
/*--starts-top-header--*/
.top-component {
    height: 40px;
    box-shadow: 0px -1px 7px -2px;
}

    .top-component .float-left {
        float: left;
        line-height: 40px;
    }

        .top-component .float-left p {
            padding-left: 15px;
        }

    .top-component .float-right a.nav-link {
        float: right;
        padding-right: 30px;
        line-height: 40px;
        text-decoration: none;
        font-weight: 600;
    }

.top-header {
    padding: 3em 0px 1.5em 0px;
}

.search-bar input[type="text"] {
    width: 100%;
    padding: 8px 45px 8px 8px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    background: none;
    outline: none;
    -webkit-appearance: none;
    color: rgba(0, 0, 0, 0.74);
    font-size: 0.875em;
    /*font-family: 'Roboto Condensed';*/
    font-family: Bahnschrift;
}

.search-bar input[type="submit"] {
    background: url(../images/search.png)no-repeat 0px 0px;
    outline: none;
    -webkit-appearance: none;
    border: 0;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    left: 211px;
}

.search-bar {
    position: relative;
    width: 70%;
    margin-top: 8px;
}

.top-header-middle {
    text-align: center;
}
/*----*/
.itemContainer {
    width: 100%;
    float: left;
}

    .itemContainer div {
        float: left;
        margin: 5px 20px 5px 20px;
    }

    .itemContainer a {
        text-decoration: none;
    }

.cartHeaders {
    width: 100%;
    float: left;
}

    .cartHeaders div {
        float: left;
        margin: 5px 20px 5px 20px;
    }

.item_add {
    color: #fff;
    border: none;
}

.grid_1 img {
    margin-bottom: 1em;
}

.box_1 {
    float: right;
    margin-top: 5px;
}

    .box_1 h3 {
        color: #702428 !important;
        font-size: 1em;
        font-weight: 700;
        margin: 0;
    }

a.simpleCart_empty {
    color: #702428;
    font-weight: 500;
    /*font-family: 'Roboto Condensed';*/
    font-family: Bahnschrift;
    font-size: 13px;
}

.box_1 p {
    margin: 0px 0 0px 8px;
}

.total {
    display: inline-block;
    vertical-align: middle;
    color: #702428;
}

.cart box_1 a:hover {
    text-decoration: none;
}

.box_1 a img {
    margin: 3px 0 0 10px;
}
/*----*/
/*--end-top-header--*/
/*--starts-bottom-header--*/
.header-bottom {
    padding: 10px 0px;
}
/*--end-bottom-header--*/
/*--banner-starts--*/
.banner-1 {
    min-height: 700px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
/*------------------ Slider Part starts Here----------*/
.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .callbacks li {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 82%;
    left: 14%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 30px;
    width: 30px;
    background: transparent url("../images/arrows.png") no-repeat left top;
}

    .callbacks_nav:active {
        opacity: 1.0;
    }

    .callbacks_nav.next {
        left: auto;
        background-position: right top;
        right: 82.2%;
    }

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

    .rslides img {
        height: auto;
    }

.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 93%;
    z-index: 999;
    left: 0%;
    width: 100%;
    text-align: left;
    margin: 0;
    display: block;
}

    .callbacks_tabs li {
        display: inline-block;
    }

@media screen and (max-width: 600px) {
    .callbacks_nav {
        top: 47%;
    }
}
/*----*/
.callbacks_tabs a {
    visibility: hidden;
}

    .callbacks_tabs a:after {
        content: "\f111";
        font-size: 0;
        font-family: FontAwesome;
        visibility: visible;
        display: block;
        height: 6px;
        width: 60px;
        display: inline-block;
        border: none;
        //background: #000000;
    }

.callbacks_here a:after {
    //background: #181b2a;
}

ul.callbacks_tabs.callbacks2_tabs {
    display: block;
}
/*--Slider-Part-Ends-Here--*/
/*--end-banner--*/
/*--start-banner-bottom--*/
.banner-bottom {
    height: 434px;
    background: rgba(153, 153, 153, 0.49);
    padding-top: 3em;
}

.bnr-one {
    background: #fff;
    padding: 30px 15px;
}

.bnr-left h1, .bnr-left h2 {
    font-size: 1.7em;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

    .bnr-left h1 a, .bnr-left h2 a {
        color: #33CC66	;
        text-decoration: none;
    }

.bnr-left p {
    font-size: 14px;
    color: #666;
    line-height: 1.6em;
    /*font-family: 'Roboto Condensed';*/
    font-family: Bahnschrift;
}

.b-btn {
    margin-top: 3em;
}

    .b-btn a {
        color: #181b2a;
        border: 2px solid #181b2a;
        padding: 6px 15px;
        font-size: 11px;
        /*font-family: 'Roboto Condensed';*/
        font-family: Bahnschrift;
        font-weight: 700;
    }

        .b-btn a:hover {
            border: 2px solid #000000;
            background: #000000;
            color: #fff;
            text-decoration: none;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -o-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }

.bnr-left, .bnr-right {
    width: 50%;
    float: left;
}

.bnr-right {
    text-align: center;
}

.bnr-two {
    background: #fff;
    padding: 30px 15px;
}
/*--end-banner-bottom--*/
/*--start-shoes--*/
.shoes {
    padding: 7em 0px;
}
/*--end-shoes--*/
/*--start-abt-shoe--*/
.abt-shoe {
    height: 490px;
    padding-top: 3em;
    background: rgba(153, 153, 153, 0.49);
}

.abt-one {
    text-align: center;
    background: #fff;
    padding-bottom: 20px;
}

    .abt-one img {
        width: 100%;
    }

    .abt-one h4 {
        font-size: 1.5em;
        font-weight: 600;
        margin: 18px 0 0 0;
        text-transform: uppercase;
    }

        .abt-one h4 a {
            color: #33CC66	;
            text-decoration: none;
        }

    .abt-one p {
        font-size: 14px;
        color: #666;
        line-height: 1.6em;
        /*font-family: 'Roboto Condensed';*/
        font-family: Bahnschrift;
        padding: 6px 15px 0 15px;
        margin: 0;
    }
/*--end-abt-shoe--*/
/*--start-footer--*/
.footer {
    padding: 5em 0px;
}


.footer-left h3 {
    color: #33CC66	;
    font-size: 1.7em;
    font-weight: 600;
    margin: 0;
}

.footer-left ul {
    padding: 0;
    margin: 4% 0 0 0;
}

    .footer-left ul li {
        list-style: none;
        margin: 5px 0px;
    }

        .footer-left ul li:last-child {
            margin-bottom: 0;
        }

        .footer-left ul li a {
            font-size: 14px;
            color: #666;
            /*font-family: 'Roboto Condensed';*/
            font-family: Bahnschrift;
        }

            .footer-left ul li a:hover {
                color: #97262a;
                text-decoration: none;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -o-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -ms-transition: 0.5s all;
            }
/*--end-footer--*/
/*--start-footer-text--*/
.footer-text {
    padding: 2em 0px;
    background: rgba(153, 153, 153, 0.49);
}

.footer-main {
    text-align: center;
}

    .footer-main p {
        color: #181b2a;
        font-size: 15px;
        font-weight: 600;
        /*font-family: 'Roboto Condensed';*/
        font-family: Bahnschrift;
        margin: 0;
    }

        .footer-main p a {
            color: #33CC66	;
        }

            .footer-main p a:hover {
                color: #000000;
                text-decoration: none;
                transition: 0.5s all ease;
                -webkit-transition: 0.5s all ease;
                -moz-transition: 0.5s all ease;
                -o-transition: 0.5s all ease;
                -ms-transition: 0.5s all ease;
            }
/*--end-footer-text--*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 45px;
    height: 28px;
    border: none;
    text-indent: 100%;
    background: url(../images/top-arrow.png) no-repeat;
}
/*--start-contact--*/
.heading h3 {
    color: #33CC66	;
    font-size: 2.2em;
    font-weight: 600;
    margin: 0;
}

.contact {
    padding: 6em 0px;
}

.contact-bottom {
    margin-top: 4%;
}

.contact-left input[type="text"], .contact-left textarea {
    width: 100%;
    padding: 12px 12px;
    border: 1px solid #33CC66	;
    font-size: 1em;
    margin-bottom: 1.5em;
    color: #33CC66	;
    outline: none;
    font-weight: 400;
}

.contact-left textarea {
    resize: none;
    height: 247px;
}

.contact-left input[type="submit"] {
    font-size: 0.8em;
    display: inline-block;
    background: #97262a;
    padding: 0.8em 2em;
    border: none;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

    .contact-left form input[type="submit"]:hover {
        background: #33CC66	;
    }
/*--end-contact--*/
/*--start-map--*/
.map {
    border: none;
}

    .map iframe {
        width: 100%;
        height: 400px;
    }
/*--end-map--*/
/*--start-account--*/
.account {
    padding: 6em 0px;
}

.address span {
    font-size: 14px;
    color: #666;
    display: block;
    padding-bottom: 4px;
    /*font-family: 'Roboto Condensed';*/
    font-family: Bahnschrift;
}

.address input[type="text"] {
    border: 1px solid #33CC66	;
    outline: none;
    width: 100%;
    font-size: 14px;
    padding: 10px 10px;
    /*font-family: 'Roboto Condensed';*/
    font-family: Bahnschrift;
}
.address input[type="password"] {
    border: 1px solid #33CC66	;
    outline: none;
    width: 100%;
    font-size: 14px;
    padding: 10px 10px;
    /*font-family: 'Roboto Condensed';*/
    font-family: Bahnschrift;
}
.address {
    margin-top: 4%;
}

    .address a {
        font-size: 14px;
        color: #666;
        font-weight: 500;
        /*font-family: 'Roboto Condensed';*/
        font-family: Bahnschrift;
    }

    .address input[type="submit"] {
        background: #97262a;
        color: #FFF;
        font-size: 1em;
        padding: 0.5em 1.2em;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        display: inline-block;
        text-transform: uppercase;
        border: none;
        outline: none;
        margin-left: 10px;
    }

        .address input[type="submit"]:hover {
            background: #33CC66	;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
        }

.new input[type="submit"] {
    margin-left: 0;
}
/*--end-account--*/
/*--start-breadcrumbs--*/
.breadcrumbs {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-top: 1em;
}

ol.breadcrumb {
    margin: 0;
}

.breadcrumb li a {
    color: #33CC66	;
}

    .breadcrumb li a:hover {
        color: #e64b50;
        text-decoration: none;
    }

.breadcrumb > .active {
    color: #33CC66	;
}

.breadcrumb {
    background: none;
}
/*--end-breadcrumbs--*/
/*--start-product--*/
.product {
    padding: 6em 0px;
}

.p-one {
    border: 1px solid rgba(24, 27, 42, 0.13);
    padding: 40px 15px;
}

.product-left:hover .p-one {
    border: 1px solid #000000;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

    .product-left:hover .p-one img {
        -webkit-transform: scale(0.9);
        /* Webkit: Scale up image to 1.2x original size; */
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        opacity: 1;
    }

.p-one img {
    -webkit-transition-duration: 0.5s;
    /* Webkit: Animation duration; */
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    width: 100%;
}

.product-left:hover .p-one p a {
    color: #000000;
}

.product-left:hover .mask {
    display: block;
}

.mask {
    display: none;
    position: absolute;
    top: 44%;
    left: 33%;
}

    .mask span {
        background: #000000;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        padding: 6px 12px;
    }

.product-left {
    position: relative;
    text-align: center;
}

.mask span:hover {
    text-decoration: none;
    background: #181b2a;
    transition: 0.7s all;
    -webkit-transition: 0.7s all;
    -o-transition: 0.7s all;
    -moz-transition: 0.7s all;
    -ms-transition: 0.7s all;
}

.product-one {
    margin-top: 4%;
}

    .product-one:nth-child(1) {
        margin-top: 0;
    }

.p-one h4 {
    color: #33CC66	;
    font-size: 21px;
    font-weight: 600;
    margin: 5px 0 0 0;
}

.p-one p {
    font-size: 1.7em;
    color: #999;
    /*font-family: 'Roboto Condensed';*/
    font-family: Bahnschrift;
    margin: 5px 0 0 0;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

    .p-one p a {
        text-decoration: none;
        color: #999;
    }

    .p-one p i {
        background: url(../images/cart.png) no-repeat;
        width: 25px;
        height: 18px;
        display: inline-block;
        margin-right: 4px;
        vertical-align: middle;
    }

.product-left:hover .p-one p i {
    background: url(../images/cart-2.png) no-repeat;
}
/*--end-product--*/
/*--start-checkout--*/
.ckeckout {
    padding: 6em 0px;
}

a.add-cart {
    text-decoration: none;
    color: #fff;
    background: #000000;
    padding: 0.4em 0.8em;
    font-size: 1.15em;
    text-transform: uppercase;
    margin-top: 2em;
    display: inline-block;
}

    a.add-cart:hover {
        background: #181b2a;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

.close1, .close2, .close3 {
    background: url('../images/close-1.png') no-repeat 0px 0px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 8px;
    top: 52px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.check-in {
    width: 100%;
    margin: 2em 0 2em;
}

ul.unit {
    background: #181b2a;
    padding: 1em;
}

    ul.unit li {
        display: inline-block;
        width: 20%;
        float: left;
    }

        ul.unit li span {
            display: inline-block;
            color: #fff;
            font-size: 1.2em;
            text-align: center;
        }

ul.cart-header, ul.cart-header1 {
    padding: 1em;
    background: #f8f8f8;
    border-bottom: 1px solid #181b2a;
}

ul.cart-header2 {
    padding: 1em;
    background: #f8f8f8;
}

    ul.cart-header li, ul.cart-header1 li, ul.cart-header2 li {
        display: inline-block;
        width: 20%;
        float: left;
    }

        ul.cart-header li span, ul.cart-header1 li span, ul.cart-header2 li span {
            margin: 2.3em 0 0;
            display: block;
            color: #000;
            font-size: 1.2em;
            text-align: center;
        }

li.ring-in img {
    margin: 0 auto;
}

.in-check {
    margin-top: 2%;
}

.cart-header, .cart-header1, .cart-header2 {
    position: relative;
}

.cart-items {
    padding: 0 1em;
}
/*--end-checkout--*/
/*--start--single--*/
.single-right h3 {
    color: #A2CD47;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0 0 18px 0;
    text-transform: uppercase;
}

ul.product-categories {
    padding: 0;
    margin-bottom: 2.5em;
}

.p1 {
    margin-bottom: 0;
}

ul.product-categories li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    text-transform: uppercase;
    list-style: none;
}

    ul.product-categories li a {
        font-size: 14px;
        color: #447739;
        font-weight: 500;
        transition: 0.3s all;
    }

        ul.product-categories li a:hover {
            text-decoration: none;
            color: #A2CD47;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -o-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }

.product-categories li span.count {
    float: right;
    color: #447739;
    font-size: 15px;
    font-weight: 500;
}

.details-left-info h3 {
    margin: 0 0 10px;
    font-size: 1.4em;
    color: #A2CD47;
    font-weight: 700;
    text-transform: uppercase;
}

p.availability {
    color: #999;
    font-size: 13px;
    font-family: Bahnschrift;
}

.price_single {
    font-size: 1.3em;
    margin: 0.5em 0 1.2em;
}

span.color {
    color: #f84545;
    font-weight: 500;
}

span.reducedfrom {
    text-decoration: line-through;
    margin-right: 3%;
    color: #555;
    font-size: 16px;
    font-weight: 500;
}

span.actual {
    color: #f84545;
    font-size: 1em;
    margin-right: 5%;
    font-weight: 500;
}

.price_single a {
    color: #999;
    font-size: 13px;
}

h2.quick {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
}

p.quick_desc {
    color: #999;
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 2em;
    font-family: Bahnschrift;
}

ul.product-colors {
    padding: 0;
}

.product-colors li {
    display: inline-block;
}

    .product-colors li a span {
        width: 32px;
        height: 32px;
        display: inline-block;
    }

.color1 span {
    background: #D2D6D5;
}

.color2 span {
    background: #A2CD47; 
}

.color3 span {
    background: #F3349E;
}

.color4 span {
    background: #93D52D;
}

.color5 span {
    background: #FD9812;
}

.color6 span {
    background: #000000;
}

.color7 span {
    background: #7800F0;
}

.color8 span {
    background: #F6EF04;
}

ul.size {
    padding: 0;
    list-style: none;
    margin-top: 1.4em;
}

    ul.size li {
        display: inline-block;
        margin: 0 10px 0 0;
    }

        ul.size li a {
            color: #555;
            font-size: 0.8125em;
            background: #f0f0f0;
            padding: 5px 10px;
        }

.quantity_box {
    margin: 1.5em 0 0 0;
}

ul.product-qty {
    padding: 0;
    list-style: none;
}

.product-qty span {
    padding-bottom: 0.5em;
    display: block;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
}

.product-qty select {
    border: 1px solid #eee;
    padding: 0.5em;
    font-size: 1em;
    outline: none;
    cursor: pointer;
}

.product-qty option {
    border: 1px solid #EEE;
}

.single-but {
    margin-top: 1em;
}

ul.size li a:hover {
    background: #447739;
    color: #fff;
    text-decoration: none;
}

.single-but input[type="submit"] {
    background: #447739;
    color: #FFF;
    font-size: 0.8em;
    padding: 0.5em 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    border: none;
}

    .single-but input[type="submit"]:hover {
        background: #A2CD47;
    }

.latest.products {
    padding-top: 2%;
}
/*--end-single--*/

/*---- responsive-design -----*/
@media(max-width:1440px) {
    .banner-1, .banner-2, .banner-3 {
        min-height: 650px;
    }

    .bnr-one, .bnr-two {
        padding: 25px 15px;
    }
}

@media(max-width:1366px) {
    .banner-1, .banner-2, .banner-3 {
        min-height: 530px;
    }

    .callbacks_tabs {
        top: 86%;
    }
}

@media(max-width:1280px) {
    .footer {
        padding: 4em 0px;
    }

    .shoes {
        padding: 6em 0px;
    }

    .product {
        padding: 5em 0px;
    }

    .contact, .account, .ckeckout {
        padding: 5em 0px;
    }

    .map iframe {
        height: 350px;
    }
}

@media(max-width:1024px) {
    .banner-1, .banner-2, .banner-3 {
        min-height: 470px;
    }

    .details-left-info h3 {
        margin: 0 0 7px;
        font-size: 1.3em;
    }

    .map iframe {
        height: 320px;
    }

    h2.quick {
        margin: 0 0 8px 0;
    }

    .price_single {
        font-size: 1.15em;
        margin: 0.5em 0 1em;
    }

    p.quick_desc {
        font-size: 12px;
        margin-bottom: 1.5em;
    }

    ul.size {
        margin-top: 1.1em;
    }

    .single-but {
        margin-top: 10px;
    }

    .flexslider {
        margin: 0 0 0px !important;
    }

    .latest.products {
        padding-top: 6%;
    }

    .search-bar {
        width: 87%;
        margin-top: 7px;
    }

    .top-header-middle img {
        width: 100%;
    }

    .box_1 {
        margin-top: 3px;
    }

    .top-header {
        padding: 2.5em 0px 1em 0px;
    }

    .bnr-right img {
        width: 100%;
    }

    .bnr-left {
        width: 60%;
    }

    .bnr-right {
        width: 40%;
    }

    .bnr-left h1, .bnr-left h2 {
        font-size: 1.5em;
    }

    .b-btn {
        margin-top: 2.5em;
    }

    .bnr-one, .bnr-two {
        padding: 20px 15px 18px 015px;
    }

    .p-one {
        padding: 30px 15px;
    }

    .shoes {
        padding: 5em 0px;
    }

    .product-one {
        margin-top: 3.5%;
    }

    .callbacks_tabs {
        top: 89%;
    }

    .footer-left h3 {
        font-size: 1.5em;
    }

    .banner-bottom {
        padding-top: 2.5em;
    }

    .abt-shoe {
        padding-top: 2.5em;
    }

    .footer {
        padding: 3em 0px;
    }

    .p-one h4 {
        font-size: 20px;
    }

    .p-one p {
        font-size: 1.5em;
    }

    .product {
        padding: 4em 0px;
    }

    .close1, .close2, .close3 {
        left: 4px;
    }

    .mask1 {
        left: 29% !important;
    }
}

@media(max-width:768px) {
    .top-header-left, .top-header-middle, .top-header-right {
        width: 33.3%;
        float: left;
    }

    .account-left {
        width: 50%;
        float: left;
    }

    .single-top-right {
        margin-top: 4%;
    }

    .address span {
        font-size: 13px;
        padding-bottom: 2px;
    }

    .single-left {
        width: 33.3% !important;
    }

    .mask1 {
        left: 33.5% !important;
    }

    .address {
        margin-top: 3%;
    }

        .address.new {
            margin-top: 5%;
        }

        .address input[type="submit"] {
            padding: 0.35em 1em;
        }

        .address a {
            font-size: 13px;
        }

    .map iframe {
        height: 290px;
    }

    .contact, .account, .ckeckout {
        padding: 4em 0px;
    }

    .contact-left {
        width: 50%;
        float: left;
    }

        .contact-left form input[type="text"], .contact-left textarea {
            padding: 10px 12px;
            margin-bottom: 1em;
        }

    .search-bar input[type="submit"] {
        width: 20px;
        height: 20px;
        top: 5px;
        left: 155px;
        background-size: 100%;
    }

    .contact-left textarea {
        height: 155px;
    }

    .search-bar input[type="text"] {
        padding: 6px 45px 6px 8px;
        font-size: 0.8em;
    }

    .total {
        font-size: 13px;
    }

    a.simpleCart_empty {
        font-size: 12px;
    }

    .box_1 p {
        margin: 0px 0 0px 4px;
    }

    .top-header {
        padding: 2em 0px 5px 0px;
    }

    .box_1 {
        margin-top: 0px;
    }

    .search-bar {
        margin-top: 4px;
    }

    .skyblue li > a, .skyblue > li.showhide span {
        font-size: 16px;
        font-weight: 600;
    }

    .header-bottom {
        padding: 8px 0px 3px 0px;
    }

    .banner-1, .banner-2, .banner-3 {
        min-height: 380px;
    }

    .callbacks_tabs a:after {
        height: 5px;
        width: 50px;
    }

    .callbacks_tabs {
        top: 88%;
    }

    .banner-bottom-right, .banner-bottom-left {
        width: 50%;
        float: left;
        padding: 0 10px;
    }

    .bnr-left h1, .bnr-left h2 {
        font-size: 1.32em;
    }

    .bnr-one, .bnr-two {
        padding: 20px 12px 18px 12px;
    }

    .bnr-left {
        width: 65%;
    }

    .bnr-right {
        width: 35%;
    }

    .b-btn a {
        padding: 5px 11px;
        font-size: 10px;
    }

    .b-btn {
        margin-top: 2.1em;
    }

    .bnr-one, .bnr-two {
        padding: 16px 12px 14px 12px;
    }

    .shoes {
        padding: 4em 0px;
    }

    .product-left {
        width: 25%;
        float: left;
        padding: 0 8px;
    }

    .p-one h4 {
        font-size: 17px;
        margin: 0px 0 0 0;
    }

    .p-one p {
        font-size: 1.3em;
    }

        .p-one p i {
            width: 22px;
            height: 16px;
            margin-right: 3px;
            background-size: 100%;
        }

    .product-left:hover .p-one p i {
        width: 22px;
        height: 16px;
        margin-right: 3px;
        background-size: 100%;
    }

    .mask span {
        font-size: 13px;
        padding: 4px 9px;
    }

    .mask {
        left: 29.5%;
    }

    .p-one {
        padding: 0px 10px 20px 10px;
    }

    .abt-shoe-left {
        width: 33.3%;
        float: left;
        padding: 0 10px;
    }

    .abt-one h4 {
        font-size: 1.32em;
        margin: 15px 0 0 0;
    }

    .footer-left h3 {
        font-size: 1.3em;
    }

    .footer-left {
        width: 25%;
        float: left;
        padding: 0 7px;
    }

    .footer {
        padding: 2.2em 0px;
    }

    .footer-main p {
        font-size: 14px;
    }

    .footer-text {
        padding: 1.7em 0px;
    }

    .banner-bottom {
        padding-top: 2em;
    }

    .abt-shoe {
        padding-top: 2em;
    }

    .heading h3 {
        font-size: 2em;
    }

    .single-right {
        margin-top: 5%;
    }

    .me-one h4 {
        text-align: center !important;
    }
}

@media(max-width:640px) {
    .search-bar {
        width: 95%;
        margin-top: 0px;
    }

    .mask1 {
        left: 29% !important;
    }

    ul.product-categories {
        margin-bottom: 2em;
    }

    .close1, .close2, .close3 {
        background-size: 18px;
    }

    a.add-cart {
        padding: 0.4em 0.8em;
        font-size: 1em;
        margin-top: 2.6em;
    }

    ul.unit li span {
        font-size: 1em;
    }

    .contact-bottom {
        margin-top: 3%;
    }

    .heading h3 {
        font-size: 1.75em;
    }

    .address input[type="text"] {
        padding: 7px 10px;
    }

    .map iframe {
        height: 250px;
    }

    .contact-left form input[type="text"], .contact-left textarea {
        padding: 10px 12px;
        margin-bottom: 12px;
        font-size: 13px;
    }

    .contact-left textarea {
        height: 146px;
    }

    .contact, .account, .ckeckout {
        padding: 3em 0px;
    }

    .box_1 a img {
        width: 18%;
    }

    .product {
        padding: 3em 0px;
    }

    .search-bar input[type="submit"] {
        width: 17px;
        height: 17px;
        top: 7px;
        left: 137px;
    }

    .top-header {
        padding: 1.7em 0px 2px 0px;
    }

    .banner-1, .banner-2, .banner-3 {
        min-height: 300px;
    }

    .callbacks_tabs a:after {
        height: 4px;
        width: 45px;
    }

    .bnr-left h1, .bnr-left h2 {
        font-size: 1.13em;
    }

    .bnr-left p {
        font-size: 13px;
    }

    .b-btn a {
        padding: 4px 8px;
        font-size: 9px;
    }

    .b-btn {
        margin-top: 1.2em;
    }

    .banner-bottom {
        padding-top: 1.7em;
    }

    .shoes {
        padding: 3em 0px;
    }

    .mask span {
        font-size: 13px;
        padding: 4px 11px;
    }

    .p-one h4 {
        font-size: 15px;
    }

    .p-one p {
        font-size: 1.2em;
    }

    .mask {
        left: 23%;
    }

    .abt-one h4 {
        font-size: 1.13em;
        margin: 11px 0 0 0;
    }

    .abt-one p {
        font-size: 13px;
        padding: 4px 10px 0 10px;
    }

    .footer-left h3 {
        font-size: 1.13em;
    }

    .footer-left {
        width: 25%;
        padding: 0 2px;
    }

        .footer-left ul li a {
            font-size: 13px;
        }

        .footer-left ul li {
            margin: 3px 0px;
        }

        .footer-left ul {
            margin: 6% 0 0 0;
        }

    .footer-text {
        padding: 1.5em 0px;
    }

    #toTop {
        width: 40px;
        height: 23px;
        background-size: 100%;
    }
}

@media(max-width:480px) {
    .top-header-left, .top-header-middle, .top-header-right {
        padding: 0 5px;
    }

    .col-md-9.p-left {
        padding: 0;
    }

    .product-left {
        width: 50%;
        padding: 0 5px;
    }

    .single-right h3 {
        font-size: 1.4em;
        margin: 0 0 9px 0;
    }

    .close1, .close2, .close3 {
        background-size: 13px;
        left: 0px;
        top: 65px;
    }

    ul.unit li {
        margin-right: 4px;
    }

    ul.cart-header li span, ul.cart-header1 li span, ul.cart-header2 li span {
        font-size: 1em;
    }

    ul.unit li span {
        font-size: 11px;
    }

    ul.unit {
        padding: 10px 1em;
    }

    a.add-cart {
        padding: 0.4em 0.6em;
        font-size: 11px;
        margin-top: 2.8em;
    }

    .account-left {
        width: 100%;
    }

        .account-left:nth-child(2) {
            margin-top: 4%;
        }

    .address span {
        font-size: 12px;
    }

    .address input[type="text"] {
        padding: 5px 10px;
    }

    .address.new {
        margin-top: 4%;
    }

    .address input[type="submit"] {
        font-size: 13px;
    }

    .address a {
        font-size: 12px;
    }

    .search-bar input[type="text"] {
        padding: 5px 45px 5px 8px;
        font-size: 0.75em;
    }

    .heading h3 {
        font-size: 1.6em;
    }

    .contact, .account, .ckeckout {
        padding: 2.5em 0px;
    }

    .contact-left {
        padding: 0 5px;
    }

        .contact-left form input[type="text"], .contact-left textarea {
            padding: 6px 12px;
            margin-bottom: 9px;
            font-size: 12px;
        }

        .contact-left textarea {
            height: 112px;
        }

        .contact-left form input[type="submit"] {
            padding: 0.5em 1.3em;
        }

    .product {
        padding: 2.5em 0px;
    }

    .map iframe {
        height: 200px;
    }

    .search-bar input[type="submit"] {
        top: 5px;
        left: 105px;
    }

    .total {
        font-size: 11px;
    }

    a.simpleCart_empty {
        font-size: 10px;
    }

    .box_1 p {
        margin: 0px 0 0px 2px;
    }

    .box_1 a img {
        width: 17%;
        margin: 3px 0 0 3px;
    }

    .top-header {
        padding: 1.3em 0px 0px 0px;
    }

    .search-bar {
        margin-top: 2px;
    }

    .skyblue li > a, .skyblue > li.showhide span {
        font-size: 15px;
    }

    .memenu > li.showhide {
        height: 45px !important;
    }

    .banner-1, .banner-2, .banner-3 {
        min-height: 230px;
    }

    .callbacks_tabs a:after {
        width: 40px;
    }

    .callbacks_tabs {
        top: 85%;
    }

    .banner-bottom {
        padding-top: 1.5em;
    }

    .banner-bottom-right, .banner-bottom-left {
        padding: 0 5px;
    }

    .bnr-left h1, .bnr-left h2 {
        font-size: 1.1em;
        line-height: 1.15em;
    }

    .bnr-left p {
        font-size: 12px;
        line-height: 1.4em;
        margin: 4px 0 0 0;
    }

    .b-btn a {
        padding: 3px 5px;
        font-size: 8px;
    }

    .b-btn {
        margin-top: 1em;
    }

    .bnr-one, .bnr-two {
        padding: 12px 12px 10px 12px;
    }

    .single-left {
        padding: 0 5px;
    }

    .product-left:nth-child(1), .product-left:nth-child(2) {
        margin-bottom: 16px;
    }

    .product-one {
        margin-top: 16px;
    }

    .mask1 {
        left: 24% !important;
    }

    .mask span {
        font-size: 12px;
        padding: 5px 10px;
    }

    .mask {
        left: 33%;
    }

    .abt-one p {
        font-size: 12px;
        padding: 3px 8px 0 8px;
    }

    .abt-one h4 {
        font-size: 1em;
        margin: 11px 0 0 0;
    }

    .abt-one {
        padding-bottom: 10px;
    }

    .abt-shoe-left {
        padding: 0 5px;
    }

    .shoes {
        padding: 2.3em 0px;
    }

    .footer-left h3 {
        font-size: 1.1em;
    }

    .footer-left ul li a {
        font-size: 12px;
    }

    .footer-left ul li {
        margin: 1px 0px;
    }

    .box_1 {
        float: none;
    }

    .top-header-right {
        text-align: center;
    }

    .box_1 p {
        margin: 0px 38px 0px 0px;
    }

    .footer-left {
        width: 100%;
        margin-bottom: 18px;
        text-align: center;
    }

        .footer-left:nth-child(4) {
            margin-bottom: 0px;
        }

        .footer-left ul {
            margin: 1.2% 0 0 40%;
            text-align: left;
        }

    .footer-main p {
        font-size: 13px;
    }

    .footer-text {
        padding: 1.2em 0px;
    }

    .single-main-left {
        padding: 0;
    }
}

@media(max-width:320px) {
    .bnr-left {
        width: 100%;
    }

    .bnr-right {
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }

    .footer-text {
        padding: 1em 0px;
    }

    .p-one {
        padding: 0px 10px 15px 10px;
    }

    #toTop {
        width: 35px;
        height: 20px;
    }

    .top-header-left {
        display: none;
    }

    .top-header-middle, .top-header-right {
        width: 50%;
    }

    .top-header-right {
        text-align: right;
    }

    .memenu > li > a {
        padding: 7px 25px !important;
        font-size: 13px;
    }

    .banner-1, .banner-2, .banner-3 {
        min-height: 180px;
    }

    .callbacks_tabs a:after {
        height: 3px;
        width: 35px;
    }

    .footer-left ul {
        margin: 1.2% 0 0 38%;
    }

    .footer-left {
        margin-bottom: 15px;
    }

    .callbacks_tabs {
        padding: 0;
    }

    .bnr-one, .bnr-two {
        padding: 9px 7px 5px 8px;
    }

    .bnr-left h1, .bnr-left h2 {
        font-size: 1em;
    }

    .b-btn a {
        font-size: 7px;
    }

    .bnr-left p {
        font-size: 11px;
        margin: 3px 0 0 0;
    }

    .b-btn {
        margin-top: 10px;
    }

    .bnr-right img {
        width: 80%;
    }

    .shoes {
        padding: 2em 0px;
    }

    .abt-shoe-left {
        width: 100%;
        margin-bottom: 13px;
    }

        .abt-shoe-left:nth-child(3) {
            margin-bottom: 0;
        }

    .footer {
        padding: 2em 0px;
    }

    .product {
        padding: 2em 0px 0 0;
    }

    .skyblue li > a, .skyblue > li.showhide span {
        font-size: 14px;
    }

    .heading h3 {
        font-size: 1.3em;
    }

    .account, .ckeckout {
        padding: 2em 0px 0 0;
    }

    .contact {
        padding: 2em 0px;
    }

    .contact-bottom {
        margin-top: 4%;
    }

    .address input[type="submit"] {
        font-size: 12px;
        padding: 0.25em 10px;
    }

    .contact-left {
        width: 100%;
    }

    .map iframe {
        height: 155px;
    }

    .close1, .close2, .close3 {
        background-size: 11px;
        top: 0;
    }

    ul.cart-header li span, ul.cart-header1 li span, ul.cart-header2 li span {
        font-size: 14px;
        margin: 0.8em 0 0;
    }

    ul.cart-header, ul.cart-header1, ul.cart-header2 {
        padding: 10px;
    }

    a.add-cart {
        padding: 0.4em 0.48em;
        font-size: 7px;
        margin-top: 3.3em;
    }

    ul.unit {
        padding: 7px 1em;
    }

    .mask {
        left: 24%;
    }

        .mask span {
            font-size: 12px;
            padding: 3px 9px;
        }

    .col-md-9.single-main-left {
        padding: 0;
    }

    .single-left {
        width: 100% !important;
        padding: 0 30px;
    }

    .mask1 {
        left: 36.5% !important;
    }

    .single-right h3 {
        font-size: 1.2em;
    }

    ul.product-categories li a {
        font-size: 13px;
    }

    .product-categories li span.count {
        font-size: 14px;
    }

    .single-right {
        margin-top: 9%;
        padding: 0;
    }

    .product-colors li a span {
        width: 27px;
        height: 27px;
    }

    .single {
        padding-bottom: 0;
    }

    .account-left {
        padding: 0;
    }

    .footer-main p {
        font-size: 11px;
        line-height: 1.6em;
    }
}
/*---- responsive-design -----*/
