body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
}

    body a {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        text-decoration: none;
    }

        body a:focus, a:hover {
            text-decoration: none;
        }

.wrapper {
    min-height: 100vh;
}

.main {
    margin-left: 250px;
    padding: 0px 20px;
    overflow-y: scroll;
}

.sidebar {
    width: 250px;
    background-color: #2e644f;
    border-right: 1px solid #ddd;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
}

    .sidebar ul {
        height: 99.5vh;
    }

    .sidebar li a {
        font-size: 16px;
        color: #fff;
        background-color: #408e6f;
    }

        .sidebar li a:hover {
            background-color: #00e58b;
        }

input[type="button"], input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*-- //Reset Code --*/

/*--header--*/
header, footer {
    padding: 10px 0;
    background-color: #00e58b;
}

.logo-w3 {
    width: 50%;
    float: left;
}

    .logo-w3 a h1, .footer a h3 {
        text-align: left;
        color: #000;
        font-size: 40px;
        position: relative;
    }

    .logo-w3 img, .footer img {
        width: 7%;
        position: absolute;
        top: 0;
        left: -28px;
    }

.footer img {
    width: 13%;
    top: 2px;
    left: -22px;
}

.logo-w3 a h1 span, .footer a h3 span {
    color: #999;
    font-size: 15px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    letter-spacing: 0;
    position: absolute;
    top: 15px;
    left: 205px;
}

.phone-w3l {
    text-align: right;
    width: 50%;
    float: left;
    margin-top: 12px;
}

    .phone-w3l > a {
        color: #000;
        font-size: 16px;
        font-weight: bold;
    }

.header-bottom-w3ls {
    background: #f8f8f8;
    padding: 10px 0;
}

.navbar-default {
    border-color: transparent;
}

.dropdown-menu ul li {
    list-style-type: none;
    text-align: center;
    padding: 7px 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #00e58b;
}

.search-agileinfo input[type="search"] {
    width: 87%;
    padding: 10px;
    font-size: 1em;
    color: #000;
    outline: none;
    border: 1px solid #cccccc;
    background: none;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #00e58b;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #00e58b;
}

.dropdown-menu.multi {
    min-width: 745px;
    padding: 30px 30px;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #737373 !important;
    white-space: normal;
    font-size: 13px;
    text-align: left;
}

i.fa.fa-angle-right {
    font-size: 15px;
    margin-right: 5px;
}

.search-agileinfo input[type="search"] {
    margin-top: 5px;
}

.search-agileinfo i.fa.fa-search {
    font-size: 17px;
    color: #fff;
}

button.search {
    border: none;
    position: absolute;
    top: 4px;
    right: 11px;
    width: 47px;
    height: 43px;
    outline: none;
    box-shadow: none;
    background: #00e58b;
    padding: 0;
    border-radius: inherit;
    -webkit-appearance: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.btn-default:hover {
    background-color: #000;
    border: none;
}

.cart-wthree .fa {
    font-size: 34px;
    margin-top: 7px;
}

a.w3view-cart {
    background: transparent;
    border: none;
    color: inherit;
}

    a.w3view-cart:focus {
        outline: none;
    }
/*--//header--*/


/*--banner--*/
.banner-agile {
    background: url(../images/banner.png) no-repeat 0px 0px;
    background-size: cover;
    min-height: 580px;
}

    .banner-agile h2 {
        font-size: 35px;
        text-align: left;
        margin-top: 18%;
        color: #00e58b;
    }

    .banner-agile h3 {
        font-size: 50px;
        text-align: left;
        margin: 15px 0;
        color: #fff;
        font-weight: 700;
    }

        .banner-agile h3 span {
            color: #00e58b;
        }

    .banner-agile p {
        width: 49%;
        font-size: 14px;
        line-height: 28px;
        text-align: left;
        color: #c2cac7;
    }

    .banner-agile a {
        background: #000;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        padding: 8px 15px;
        margin-top: 20px;
    }

        .banner-agile a:hover {
            background: #00e58b;
        }
/*--//banner--*/


/*--banner bottom--*/
.banner-bootom-w3-agileits, .top-products, .fandt, .top-brands, .newsletter, .footer, .content, .contact, .about, .team, .main-grid-border, .faq, .products, .collpse.tabs, .login, .check-out, .payment {
    padding: 50px 0;
}

    .top-products h3, .features h3, .top-brands h3, .contact h3, .about h3, .team h3, h3.agileits-icons-title, .faq h3, .products h3, .login h3, .check-out h3, .payment h3 {
        font-size: 40px;
        color: #000;
        margin-bottom: 40px;
    }

    .banner-bootom-w3-agileits h3 {
        color: #fff;
        font-size: 40px;
        padding-top: 22%;
    }

.bb-left-agileits-w3layouts h3 {
    padding-top: 41%;
}

.banner-bootom-w3-agileits h4 {
    color: #fff;
    font-size: 20px;
}

    .banner-bootom-w3-agileits h4 span {
        font-size: 50px;
        font-weight: 700;
        margin-left: 10px;
    }
/*--//banner bottom--*/

/*--top products--*/
/*--SAP--*/
.sap_tabs {
    clear: both;
    padding: 0;
}

.tab_box {
    background: #fd926d;
    padding: 2em;
}

.top1 {
    margin-top: 2%;
}

.resp-tabs-list {
    list-style: none;
    padding: 0 0 3em;
    margin: 0 auto;
    text-align: center;
}

.resp-tab-item {
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    margin: 0 1.2em 0;
    border-bottom: 2px solid #fff;
    color: #999;
    padding: 7px 15px;
    border: 1px solid #999;
}

    .resp-tab-item input[type="radio"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }


.resp-tab-active {
    color: #000;
    border-color: #000;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.product-img {
    position: relative;
    box-shadow: 0 0 1px #bbb;
    padding: 10px;
}

.top-product-grids h4, .women-grids h4 {
    font-size: 18px;
    color: #484848;
    margin: 10px 0;
}

.top-product-grids h5, .women-grids h5 {
    font-size: 18px;
    font-weight: 700;
}

.w3ls-cart.pw3ls-cart {
    border: none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 1em;
    background-color: #00e58b;
}

    .w3ls-cart.pw3ls-cart:focus {
        outline: none;
    }

    .w3ls-cart.pw3ls-cart .fa {
        margin-right: 10px;
    }

.top-products-set2 {
    margin-top: 40px;
}
/*--//top products--*/

/*--features and testimonials--*/

.fandt {
    background: #ECECEC;
}

.features .fa {
    font-size: 28px;
    border: 1px solid #000;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 55px;
}

.features h4 {
    margin: 0px;
}

.support, .shipping, .money-back {
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    -ms-transition: 1s all;
}

/* Rectangle Out */
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-rectangle-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 15px;
        right: 15px;
        bottom: 0;
        background: #00e58b;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
        color: white;
    }

        .hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
    color: white;
}

.features h4, .testimonials h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
}

.features p, .testimonials p, .about-info .pince-right p, .about-info p, .but_list p, .products p, .payment p {
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

.testimonials {
    background: rgba(232, 232, 232, 0.46);
    padding: 30px;
}

.test-inner {
    padding: 30px;
    border: 2px solid #fff;
}

.banner-wrap {
    padding: 0 0 4em;
}

.testimonials h4, .testimonials p {
    text-align: center;
}

.testimonials p {
    margin: 20px 0;
}
/*-- //fandt --*/


/*--newsletter--*/
.newsletter {
    background: #ECECEC;
}

    .newsletter h3, .newsletter h2 {
        margin-bottom: 5px;
        text-align: left;
        color: #000;
        font-size: 40px;
    }

.w3agile_newsletter_right input[type="email"] {
    outline: none;
    padding: 10px;
    color: #212121;
    font-size: 14px;
    width: 70%;
    background: #fff;
    border: 1px solid #DBDBDB;
    float: left;
}

.w3agile_newsletter_right input[type="submit"] {
    outline: none;
    padding: 10px;
    border: none;
    background-color: #00e58b;
    color: #fff;
}

    .w3agile_newsletter_right input[type="submit"]:hover {
        background: #000;
    }
/*-- //newsletter--*/


/*-- footer--*/
.footer h4 {
    font-size: 25px;
    text-align: left;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

.fgd1 h3 {
    margin-bottom: 12px;
}

.fgd1 .fa {
    font-size: 16px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border: 1px solid #000;
    margin: 6px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color: #000;
}

.fgd1 i.fa.fa-twitter {
    margin-left: 0;
}

    .fgd1 i.fa.fa-twitter:hover {
        background: #1da1f2;
        color: #fff;
        border: 1px solid #1da1f2;
    }

.social-icon a .fa-twitter:hover {
    color: #1da1f2;
}

.fgd1 i.fa.fa-dribbble:hover {
    background: #ea4c89;
    color: #fff;
    border: 1px solid #ea4c89
}

.social-icon a .fa-dribbble:hover {
    color: #ea4c89;
}

.fgd1 i.fa.fa-facebook:hover {
    background: #3b5998;
    color: #fff;
    border: 1px solid #3b5998;
}

.social-icon a .fa-facebook:hover {
    color: #3b5998;
}

.fgd1 i.fa.fa-linkedin:hover {
    background: #0077b5;
    color: #fff;
    border: 1px solid #0077b5;
}

.social-icon a .fa-linkedin:hover {
    color: #0077b5;
}

.footer ul li {
    font-size: 14px;
    list-style-type: none;
    line-height: 35px;
}

    .footer ul li a {
        color: #000;
    }

        .footer ul li a:hover {
            color: #00e58b;
        }

p.copy-right {
    text-align: center;
    font-weight: bold;
}
/*-- //footer--*/

/*-- women --*/

.w3ls_dresses_grid_left_grid h3 {
    font-size: 1.5em;
    color: #212121;
    padding-left: 2em;
    position: relative;
    margin: 1em;
    text-align: left;
}

    .w3ls_dresses_grid_left_grid h3:before {
        content: '';
        background: #00e58b;
        width: 10%;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 0%;
    }

.w3ls_dresses_grid_left_grid_sub {
    border: 1px solid #E1E1E1;
    width: 70%;
    margin: 0 auto;
    padding: 2em 1.5em 1em;
}

.ecommerce_color ul li a, .ecommerce_dres-type ul li a {
    font-size: .95em;
    color: #212121;
    text-decoration: none;
}

    .ecommerce_color ul li a i {
        width: 10px;
        height: 10px;
        display: inline-block;
        margin-right: 1em;
        border-radius: 20px;
        background: red;
    }

.ecommerce_color ul li, .ecommerce_dres-type ul li {
    list-style-type: none;
    margin-bottom: 1em;
}

    .ecommerce_color ul li:nth-child(2) a i {
        background: brown;
    }

    .ecommerce_color ul li:nth-child(3) a i {
        background: #ffd400;
    }

    .ecommerce_color ul li:nth-child(4) a i {
        background: #d382ee;
    }

    .ecommerce_color ul li:nth-child(5) a i {
        background: #ff5e00;
    }

    .ecommerce_color ul li:nth-child(6) a i {
        background: #0000ff;
    }

.dresses_img_hover {
    margin-top: 40px;
    position: relative;
}

.dresses_img_hover_pos {
    position: absolute;
    top: 26%;
    left: 24px;
}

    .dresses_img_hover_pos h4 {
        color: #fff;
        font-size: 25px;
    }

        .dresses_img_hover_pos h4 span {
            display: block;
            font-weight: 700;
            margin: 10px 0;
            font-size: 45px;
        }

.women-set2 {
    margin: 75px 0;
}
/*-- //women--*/
/*--Contact--*/
.contact-left h4, .contact-left h5 {
    text-align: left;
}

.phone {
    margin: 25px 0;
}

    .address h4, .phone h4, .email h4 {
        margin-bottom: 7px;
        color: #000;
        font-weight: 600;
        font-size: 16px;
    }

    .address h5, .phone h5, .email h5 {
        line-height: 30px;
        color: #6B6B6B;
        font-size: 14px;
        letter-spacing: 0px;
    }

        .email h5 a {
            color: #6B6B6B;
        }

.contact input[type="text"] {
    width: 47%;
    padding: 10px;
    background: transparent;
    border: 1px solid #000;
    margin: 10px 14px 13px 0px;
    color: #000;
    outline: none;
}

.contact textarea {
    width: 96%;
    border: 1px solid #000;
    resize: none;
    padding: 10px;
    height: 180px;
    outline: none;
}

.contact input[type="submit"] {
    background: #00e58b;
    padding: 8px 15px;
    outline: none;
    margin-top: 10px;
    color: #fff;
    border: none;
}

    .contact input[type="submit"]:hover {
        background: #000;
    }
/*--//contact--*/

/*--Map --*/

.map-w3ls iframe {
    width: 100%;
    height: 350px;
    border: 5px solid #FAFAFA;
}
/*-- //Map--*/
/*-- about --*/
.about h4 {
    font-size: 2.2em;
    color: #00e58b;
    text-align: left;
}

.about img {
    width: 100%;
}

.about-info p {
    margin: 1em 0 1.5em;
}

.pince {
    margin-top: 2.5em;
}

.pince-left {
    float: left;
    width: 16%;
    text-align: center;
    padding: 1em;
    border: 1px solid #0057b1;
    border-radius: 50%;
}

.pince-right {
    float: right;
    width: 75%;
}

.pince h5 {
    font-size: 1.5em;
    color: #0057b1;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    font-weight: 300;
}

.about-info .pince-right p {
    margin: 0;
}

.pince:hover h5 {
    transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
}
/*-- about-gallery --*/
.about-w3ls-row {
    background: #00e58b;
    margin-right: 5em;
    padding: 1.5em;
}

.biseller-column img {
    width: 100%;
}

#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0 auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item > img {
        cursor: pointer;
        position: relative;
    }

.grid-flex {
    margin: 10px 0 20px 0;
}

.nbs-flexisel-item > img {
    cursor: pointer;
}

.biseller-info {
    margin: 1em 0 0 0;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 25px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    margin-top: 0em;
}

.nbs-flexisel-nav-left {
    left: 0;
    background: url(../images/img-sprite.png) no-repeat 5px center;
    background-color: #00e58b;
}

.nbs-flexisel-nav-right {
    right: 0%;
    background: url(../images/img-sprite.png) no-repeat -20px center;
    background-color: #00e58b;
}
/*-- //about --*/
/*-- products --*/

.products .title h3 {
    text-align: left;
}

.products .title p {
    text-align: left;
}

.products .title p {
    margin: 1em 0;
    color: #EAEAEA;
    text-align: left;
}
/*-- //products --*/
/*-- team --*/
.team-img {
    position: relative;
}

    .team-img .overlay {
        padding: 7.5em 0.5em;
        line-height: 24px;
    }

    .team-img:hover .overlay {
        cursor: pointer;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateY(0deg) scale(1,1);
        -moz-transform: rotateY(0deg) scale(1,1);
        -ms-transform: rotateY(0deg) scale(1,1);
        -o-transform: rotateY(0deg) scale(1,1);
        transform: rotateY(0deg) scale(1,1);
    }

    .team-img .overlay {
        padding: 9em 0.5em;
        line-height: 24px;
    }

.overlay {
    background: hsla(156, 100%, 45%, 0.48);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    -moz-transform: rotateY(180deg) scale(0.5,0.5);
    -ms-transform: rotateY(180deg) scale(0.5,0.5);
    -o-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}

.team-grid h4 {
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    padding: 0.5em 0 0.3em;
    font-weight: 700;
    text-align: left;
}

.team-grid h5 {
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    text-align: left;
}

.social-icon a {
    padding: 10px;
    color: #fff;
    font-size: 21px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*-- //team --*/
.about-bottom {
    background: url(../images/abtbtm.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 100px 0;
    background-attachment: fixed;
}

    .about-bottom h3 {
        text-align: right;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
    }

    .about-bottom h4 {
        margin: 20px 0;
        font-size: 20px;
        color: #fff;
        text-align: right;
    }

    .about-bottom a {
        padding: 8px 20px;
        background: #00e58b;
        color: #fff;
        float: right;
    }
/*-- icons --*/
.icon-box {
    padding: 8px 15px;
    background: rgba(150, 153, 154, 0.42);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}

    .icon-box a {
        color: #000;
    }

    .icon-box:hover {
        background: #000;
    }

        .icon-box:hover a.agile-icon {
            color: #fff;
        }

.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(150, 153, 154, 0.42);
    margin: 1%;
}

.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b;
}

.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

.grid_3.grid_4, .grid_3.grid_5 {
    padding-bottom: 50px;
}
/*-- //icons --*/

/*-- typography --*/
.but_list h2, .but_list h4, .but_list h6 {
    margin: 20px 0;
}

.but_list p {
    text-align: left;
}

h3.head-top {
    font-size: 30px;
    margin: 30px 0;
    font-weight: 700;
}
/*-- //typography--*/
/*-- faq --*/
.faq h4 {
    text-align: left;
}

.pa_italic i {
    left: -1em;
    font-size: 11px;
}

.pa_italic span {
    display: none;
}

.collapsed span {
    display: inline-block;
    left: -1em;
    font-size: 11px;
}

.collapsed i {
    display: none;
}

.panel-heading {
    padding: 30px 15px;
}

.panel-title > a {
    font-size: 1em;
    color: #212121;
    text-transform: capitalize;
    text-decoration: none;
}

.panel-default {
    border-color: #FFF;
    background: #f5f5f5;
}

    .panel-default > .panel-heading {
        border-color: #FFF;
        color: #212121;
        background-color: #fff;
    }

.panel-body {
    padding: 2em;
    font-size: 14px;
    line-height: 2em;
    color: #999;
}

a.pa_italic label {
    cursor: pointer;
    font-weight: 500;
}

a.pa_italic:focus {
    outline: none;
    text-decoration: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.check-out .td-data .fa-cart-plus {
    display: none;
}
/*-- //faq --*/

/*-- single-page --*/

.single-top-right h3 {
    text-transform: capitalize;
    font-size: 2em;
    color: #00e58b;
    margin-bottom: .3em;
    text-align: left;
}

.single-top-right ul li {
    display: inline-block;
    margin-left: 3px;
    color: #0280e1;
}

.single-rating {
    margin: 1em 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1em;
}

.single-top-right ul li.rating {
    margin: 0 1.5em;
    color: #999;
    font-size: 1em;
}

.single-top-right ul li a {
    color: #999;
}

    .single-top-right ul li a:hover {
        color: #0280e1;
    }

.single-price ul li {
    margin-right: 1em;
    font-size: 1em;
    color: #999;
}

    .single-price ul li:nth-child(1) {
        font-size: 2.8em;
        font-weight: 300;
        margin-right: 0.5em;
    }

    .single-price ul li span.w3off {
        font-size: 1.5em;
        color: #0280e1;
    }

.single-price.price ul li a {
    color: #f44336;
}

    .single-price.price ul li a:hover {
        color: #999;
    }

p.single-price-text {
    margin: 1.5em 0;
}

.single-top-left form {
    display: inline;
}

.single-top-left .w3ls-cart {
    font-weight: 300;
    padding: 10px 20px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    display: inline-block;
    background: #00e58b;
    outline: none;
    border: 1px solid #00e58b;
    color: #fff;
}

    .single-top-left .w3ls-cart:hover {
        background: #00bdbd;
        border-color: #00bdbd;
    }

    .single-top-left .w3ls-cart i.fa {
        margin-right: 3px;
    }

    .single-top-left .w3ls-cart.w3ls-cart-like {
        margin-left: 1em;
        background: none;
        border: 1px solid #00e58b;
        color: #00e58b;
    }

        .single-top-left .w3ls-cart.w3ls-cart-like:hover {
            background: #00e58b;
            color: #fff;
        }

.single-page-icons.social-icons {
    margin: 5em 5em;
}

    .single-page-icons.social-icons ul li h4 {
        font-size: 1.1em;
        color: #999;
        margin-right: 1em;
    }

    .single-page-icons.social-icons ul li {
        vertical-align: middle;
    }
/*-- collapse-tabs -*/
.collpse.tabs {
    padding-bottom: 0;
}

.panel-group {
    margin-bottom: 0;
}

.collpse.tabs h4.panel-title a {
    font-size: 1em;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding: .8em 1.5em;
    font-weight: 300;
    position: relative;
}

.collpse.tabs .panel-default {
    border-color: #37a1f3;
}

.collpse.tabs .panel-body {
    padding: 15px;
    color: #999;
    line-height: 1.8em;
    font-size: 1em;
}

.collpse.tabs .panel-default > .panel-heading {
    padding: 0;
    background: #37a1f3;
}

.pa_italic span.fa-arrow {
    display: none;
}

.pa_italic i.fa-arrow, .collapsed span.fa-arrow {
    right: 3%;
    font-size: 1.8em;
    color: #ffffff;
    position: absolute;
    top: 20%;
}

.collapsed i.fa-arrow {
    display: none;
}

.collapsed span.fa-arrow {
    display: inline-block;
}

.pa_italic i.fa-icon {
    margin-right: 0.8em;
}

.products .panel-title {
    text-align: left;
}

.glry-w3agile-grids {
    background-color: #FFF;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 0 0 #555;
    -moz-box-shadow: 0 0 0 0 #555;
    -o-box-shadow: 0 0 0 0 #555;
    -ms-box-shadow: 0 0 0 0 #555;
    box-shadow: 0 0 0 0 #555;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.owl-carousel .item {
    margin: 1em;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
    -o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
    -ms-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
}

.glry-w3agile-grids a {
    display: block;
}

/*-- //single-page --*/

/*-- login --*/
.main-agileits {
    width: 30%;
    margin: 0em auto;
    box-shadow: 0px 0px 15px 0px #D6D6D6;
    -o-box-shadow: 0px 0px 15px 0px #D6D6D6;
    -moz-box-shadow: 0px 0px 15px 0px #D6D6D6;
    -webkit-box-shadow: 0px 0px 15px 0px #D6D6D6;
    padding: 3em;
}

.error {
    color: red;
    margin-bottom: 10px;
}

.key {
    background: #fff;
    border: 1px solid #999;
    margin-bottom: 2em;
}

    .key i {
        float: left;
        color: #999;
        font-size: 1.1em;
        padding: 13px;
    }

    .key select, .key input[type="file"] {
        width: 100%;
        padding: 10px;
        border: none;
    }

    .key input[type="text"], .key input[type="password"], .key input[type="email"], .key input[type="number"] {
        width: 89%;
        padding: 10px;
        font-size: 1em;
        border: none;
        border-bottom: none;
        outline: none;
        color: #000;
        float: left;
        background: none;
    }

.form-w3agile input[type="submit"] {
    background: #00e58b;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    min-width: 100px;
    border: none;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    margin-bottom: 30px;
}

    .form-w3agile input[type="submit"]:hover {
        background: #000;
    }

.forg a {
    text-decoration: none;
    color: #029241;
    font-size: 1em;
}

.forg-right {
    float: right;
}
/*-- //login --*/


/*-- recommended--*/
a.at-in {
    float: left;
}

a.at-in {
    border: 1px solid #DADADA;
    padding: 1em 0;
    margin-left: 11%;
}

.sed {
    float: right;
    width: 60%;
}

.check {
    width: 6%;
}

.sed h5 {
    color: #00e091;
    font-size: 1.2em;
    margin-top: 4em;
}

.ring-in {
    position: relative;
    width: 45%;
    margin: 10px auto;
}

.close1, .close2, .close3 {
    cursor: pointer;
    position: absolute;
    left: 3%;
    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;
}

    .close1 i, .close2 i, .close3 i {
        color: #FFFFFF;
        font-size: 12px;
        width: 32px;
        height: 32px;
        border-radius: 100px;
        text-align: center;
        line-height: 2.7em;
        background: #000000;
    }

.add-1 {
    text-decoration: none;
    color: #fff;
    padding: 7px 10px;
    width: auto;
    font-size: 1em;
    background: #00e58b;
}

    .add-1:hover {
        text-decoration: none;
        background: #000;
        color: #fff;
    }
/*-- recommended--*/


/*-- payment--*/
.payment h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px;
    text-align: left;
}

p.w3-agile {
    margin-top: 15px;
}

.payq2 {
    margin: 30px 0;
}

/*-- //payment--*/


/*--- Responsive Code ---*/
@media screen and (max-width: 1440px) {
    .main-agileits {
        width: 33%;
    }
}

@media screen and (max-width: 1366px) {
    .main-agileits {
        width: 35%;
    }
}

@media screen and (max-width: 1280px) {
    .main-agileits {
        width: 38%;
    }
}

@media screen and (max-width: 1080px) {
    .logo-w3 img {
        width: 8%;
        position: absolute;
        top: 0;
        left: -23px;
    }

    .dropdown-menu.multi {
        min-width: 580px;
        padding: 25px;
    }

    .banner-agile {
        min-height: 525px;
    }

        .banner-agile h2 {
            margin-top: 14%;
        }

    .w3agile_newsletter_right input[type="submit"] {
        width: 19%;
    }

    .my-banner2, .my-banner3 {
        min-height: 300px;
    }

    .footer img {
        width: 16%;
    }

    .pince-left {
        padding: 0.7em;
    }

    .team-img .overlay {
        padding: 7.5em 0.5em;
    }

    .main-agileits {
        width: 44%;
    }
}

@media screen and (max-width: 1024px) {
    .main-agileits {
        width: 46%;
    }

    ul.resp-tabs-list li:nth-child(2):before {
        width: 4.6%;
        left: 30.4%;
    }

    ul.resp-tabs-list li:nth-child(2):after {
        width: 4.2%;
        left: 44.6%;
    }

    ul.resp-tabs-list li:nth-child(3):after {
        width: 4.4%;
        left: 61.1%;
    }
}

@media screen and (max-width: 991px) {
    .logo-w3 img {
        width: 10%;
    }

    .navigation-agileits {
        width: 65%;
        float: left;
    }

    .navbar-nav > li > a {
        padding: 8px 10px;
        font-size: 13px;
    }

    .search-agileinfo {
        width: 30%;
        float: left;
    }

        .search-agileinfo input[type="search"] {
            width: 87%;
            font-size: 13px;
        }

    button.search {
        top: 5px;
        right: -8px;
        width: 44px;
        height: 39px;
    }

    .cart-wthree {
        width: 5%;
        float: left;
    }

    .bb-left-agileits-w3layouts {
        width: 42%;
        float: left;
    }

    .bb-middle-agileits-w3layouts {
        width: 30%;
        float: left;
        padding: 0 10px;
    }

    .bb-right-agileits-w3layouts {
        width: 28%;
        float: left;
    }

    .bb-left-agileits-w3layouts-inner {
        background: url(../images/bb1.jpg) no-repeat -142px 0px;
        background-size: cover;
        min-height: 450px;
    }

    .bb-middle-top {
        background: url(../images/bb2.jpg) no-repeat -81px 0px;
        background-size: cover;
        min-height: 210px;
    }

    .bb-middle-bottom {
        background: url(../images/bb4.jpg) no-repeat -99px 0px;
        background-size: cover;
        min-height: 210px;
    }

    .bb-right-top {
        min-height: 210px;
    }

    .bb-right-bottom {
        background: url(../images/bb5.jpg) no-repeat -56px 0px;
        background-size: cover;
        min-height: 210px;
    }

    .top-product-grids {
        width: 25%;
        float: left;
    }

    ul.resp-tabs-list li:nth-child(2):before {
        width: 5.7%;
        left: 24.4%;
    }

    ul.resp-tabs-list li:nth-child(2):after {
        width: 5.9%;
        left: 42.9%;
    }

    ul.resp-tabs-list li:nth-child(3):after {
        width: 5.8%;
        left: 64.5%;
    }

    .ficon {
        width: 20%;
        float: left;
    }

    .hvr-rectangle-out:before {
        right: 0;
    }

    .features .fa {
        font-size: 25px;
        width: 50px;
        height: 50px;
        line-height: 48px;
    }

    .ftext {
        width: 80%;
        float: left;
    }

    .w3agile_newsletter_left, .w3agile_newsletter_right {
        width: 50%;
        float: left;
    }

        .w3agile_newsletter_right input[type="submit"] {
            width: 24%;
        }

    .footer-grids {
        width: 25%;
        float: left;
    }

    .footer a h3 {
        font-size: 34px;
    }

        .footer a h3 span {
            top: 12px;
            left: 128px;
            transform: rotate(0deg);
            position: static;
        }

    .footer img {
        width: 20%;
        top: 2px;
        left: -22px;
    }

    .fgd1 .fa {
        font-size: 13px;
        width: 25px;
        height: 29px;
        line-height: 28px;
        margin: 5px;
    }

    .about-grids {
        width: 100%;
        float: left;
    }

        .about-grids:nth-child(2) {
            margin-top: 30px;
        }

    .pince-left {
        height: 50px;
        width: 50px;
    }

    .pince h5 {
        line-height: 32px;
    }

    .pince-right {
        float: right;
        width: 89%;
        padding-top: 10px;
    }

    .team-grid {
        width: 25%;
        float: left;
    }

    .team-img .overlay {
        padding: 5.5em 0em;
    }

    .social-icon a {
        padding: 8px;
        font-size: 20px;
    }

    .w3ls_dresses_grid_left {
        width: 33.3%;
        float: left;
    }

    .women-grids {
        width: 33.3%;
        float: left;
    }

    .women-dresses {
        width: 66.6%;
        float: left;
    }

    .contact input[type="text"] {
        margin: 10px 7px 13px 0px;
    }

    .main-agileits {
        width: 48%;
    }

    .close1, .close2, .close3 {
        left: 2%;
    }

    .sed {
        width: 56%;
    }

    button.w3ls-cart.pw3ls-cart {
        padding: 0em;
    }
}

@media screen and (max-width: 900px) {
    .main-agileits {
        width: 53%;
    }

    .sed {
        width: 55%;
    }
}

@media screen and (max-width: 800px) {
    .logo-w3 a h1 {
        padding-left: 40px;
    }

    .logo-w3 img {
        top: 2px;
        left: 19px;
    }

    .logo-w3 a h1 span {
        left: 245px;
    }

    .about-bottom {
        background: url(../images/abtbtm.jpg) no-repeat 0px 0px;
        background-size: cover;
    }

    .main-agileits {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .navigation-agileits {
        width: 64%;
        float: left;
    }

    .main {
        margin-left: 0px;
    }

    .dropdown-menu.multi {
        min-width: 500px;
        padding: 25px;
    }

    .footer-grids {
        width: 50%;
        float: left;
        height: 200px;
    }

    .fgd1, .fgd2 {
        margin-bottom: 30px;
    }

    .footer a h3 {
        padding-left: 30px;
    }

    .footer img {
        width: 9%;
        top: 2px;
        left: 12px;
    }

    .footer a h3 span {
        left: 205px;
        transform: rotate(90deg);
        position: absolute;
    }

    .team-img .overlay {
        padding: 5.2em 0em;
    }

    .main-agileits {
        padding: 35px;
    }
}

@media screen and (max-width: 736px) {
    .logo-w3 img {
        top: 5px;
    }

    .navigation-agileits {
        width: 100%;
        float: left;
        text-align: center;
    }

    .search-agileinfo {
        width: 60%;
        float: left;
    }

    .cart-wthree {
        width: 40%;
        float: left;
        text-align: right;
    }

    .navbar-toggle {
        border-radius: 0;
        background: #00e58b;
        float: none;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    .navbar-default .navbar-toggle {
        border: none;
        margin-right: 0;
    }

    ul.dropdown-menu.multi img {
        width: 45%;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #000;
        border: #000;
    }

    button.search {
        right: 17px;
    }

    .banner-agile {
        min-height: 400px;
    }

        .banner-agile h2 {
            margin-top: 10%;
            font-size: 30px;
        }

        .banner-agile h3 {
            font-size: 45px;
        }

    .banner-bootom-w3-agileits, .top-products, .fandt, .top-brands, .newsletter, .footer, .content, .contact, .about, .team, .main-grid-border, .faq, .products, .collpse.tabs, .login, .check-out, .payment {
        padding: 40px 0;
    }

        .top-products h3, .features h3, .top-brands h3, .newsletter h3, .newsletter h2, .contact h3, .about h3, .team h3, h3.agileits-icons-title, .faq h3, .products h3, .login h3, .check-out h3, .payment h3 {
            font-size: 35px;
        }

    ul.resp-tabs-list li:nth-child(2):before {
        width: 5.9%;
        left: 23.4%;
    }

    ul.resp-tabs-list li:nth-child(2):after {
        width: 5.9%;
        left: 42.6%;
    }

    ul.resp-tabs-list li:nth-child(3):after {
        width: 5.9%;
        left: 65.3%;
    }

    button.w3ls-cart.pw3ls-cart {
        font-size: 15px;
    }

    .hvr-rectangle-out:before {
        right: -1px;
    }

    .about-bottom {
        background: url(../images/abtbtm.jpg) no-repeat 0px 0px;
        background-size: cover;
        padding: 60px 0;
    }

    .contact-left {
        width: 35%;
        float: left;
    }

    .contact-right {
        width: 65%;
        float: left;
    }

    .contact textarea {
        width: 96.5%;
    }

    .main-agileits {
        width: 63%;
    }

    .sed {
        width: 53%;
    }

    .value-minus, .value-plus, .value {
        width: 35px;
        height: 35px;
    }

    .imagezoom-view {
        display: none;
    }
}

@media screen and (max-width: 667px) {
    .banner-bootom-w3-agileits h4 span {
        font-size: 40px;
    }

    .banner-bootom-w3-agileits h3 {
        font-size: 35px;
    }

    .logo-w3 img {
        width: 11%;
    }

    .banner-agile {
        min-height: 370px;
    }

        .banner-agile h2 {
            margin-top: 9%;
        }

        .banner-agile p {
            width: 55%;
        }

    .resp-tab-item {
        font-size: 14px;
    }

    ul.resp-tabs-list li:nth-child(2):before {
        width: 6%;
        left: 22.5%;
    }

    ul.resp-tabs-list li:nth-child(3):after {
        width: 6%;
        left: 66%;
    }

    button.w3ls-cart.pw3ls-cart {
        padding: 0;
    }

    .features, .testimonials {
        width: 100%;
        float: left;
    }

    .features {
        margin-bottom: 40px;
    }

    .ficon {
        width: 12%;
        float: left;
    }

    .ftext {
        width: 88%;
        float: left;
    }

    .w3agile_newsletter_right input[type="submit"] {
        width: 30%;
    }

    .footer img {
        width: 10%;
    }

    .hvr-rectangle-out:before {
        right: 6px;
    }

    .social-icon a {
        padding: 8px;
        font-size: 18px;
    }

    .team-grid h4 {
        font-size: 16px;
    }

    .team-grid h5 {
        font-size: 14px;
    }

    .team-img .overlay {
        padding: 4.2em 0em;
    }

    .social-icon a {
        padding: 5px;
    }

    .w3ls_dresses_grid_left {
        width: 80%;
        float: left;
        margin-bottom: 30px;
    }

    .women-dresses {
        width: 100%;
        float: left;
    }

    .map-w3ls iframe {
        width: 100%;
        height: 250px;
    }

    .main-agileits {
        width: 69%;
    }

    .sed {
        width: 48%;
    }

    .close1 i, .close2 i, .close3 i {
        width: 27px;
        height: 27px;
        line-height: 2.4em;
    }

    .value-minus, .value-plus, .value {
        width: 28px;
        height: 28px;
    }

    .value {
        line-height: 12px;
    }

    button.search {
        right: 9px;
    }

    .w3ls_dresses_grid_left_grid h3:before {
        width: 9%;
    }
}

@media screen and (max-width: 640px) {
    .top-product-grids {
        width: 50%;
        float: left;
    }

    button.w3ls-cart.pw3ls-cart {
        font-size: 18px;
    }

    .tp1, .tp2, .tp5, .tp6 {
        margin-bottom: 40px;
    }

    ul.resp-tabs-list li:nth-child(2):before {
        width: 6%;
        left: 21.5%;
    }

    ul.resp-tabs-list li:nth-child(2):after {
        width: 6.5%;
        left: 42%;
    }

    ul.resp-tabs-list li:nth-child(3):after {
        width: 6.5%;
        left: 66.5%;
    }

    .hvr-rectangle-out:before {
        right: 4px;
    }

    .team-grid {
        width: 50%;
        float: left;
    }

        .team-grid:nth-child(1), .team-grid:nth-child(2) {
            margin-bottom: 30px;
        }

    .team-img .overlay {
        padding: 10.2em 0em;
    }

    .social-icon a {
        padding: 14px;
    }

    .sub-banner {
        min-height: 200px;
    }

    .main-agileits {
        width: 72%;
    }

    .sed {
        width: 47%;
    }

    .add-1 {
        padding: 7px 8px;
        font-size: 13px;
    }
}

@media screen and (max-width: 600px) {
    .logo-w3 img {
        width: 12%;
    }

    .search-agileinfo input[type="search"] {
        width: 98%;
    }

    button.search {
        right: -29px;
    }

    .banner-agile p {
        width: 61%;
    }

    ul.resp-tabs-list li:nth-child(2):before {
        width: 6.8%;
        left: 19.2%;
    }

    ul.resp-tabs-list li:nth-child(2):after {
        width: 6.9%;
        left: 41.6%;
    }

    ul.resp-tabs-list li:nth-child(3):after {
        width: 7%;
        left: 67.8%;
    }

    .footer img {
        width: 11%;
    }

    .hvr-rectangle-out:before {
        right: -2px;
    }

    .team-img .overlay {
        padding: 9.2em 0em;
    }

    .main-agileits {
        width: 78%;
    }

    .sed {
        width: 41%;
    }

    .value-minus, .value-plus, .value {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 568px) {
    .logo-w3 img {
        width: 13%;
    }

    .banner-agile {
        min-height: 350px;
    }

        .banner-agile p {
            width: 65%;
        }

    .bb-left-agileits-w3layouts {
        width: 100%;
        margin-bottom: 30px;
    }

    .bb-left-agileits-w3layouts-inner {
        background: url(../images/bb1.jpg) no-repeat 0px 0px;
        background-size: cover;
        min-height: 300px;
    }

    .bb-middle-agileits-w3layouts {
        width: 55%;
        float: left;
        padding: 0 15px;
    }

    .bb-right-agileits-w3layouts {
        width: 45%;
        float: left;
    }

    .bb-middle-top {
        background: url(../images/bb2.jpg) no-repeat 0px 0px;
        background-size: cover;
        min-height: 200px;
    }

    .bb-middle-bottom {
        background: url(../images/bb4.jpg) no-repeat 0px 0px;
        background-size: cover;
        min-height: 200px;
    }

    .bb-right-top {
        min-height: 200px;
    }

    .bb-right-bottom {
        background: url(../images/bb5.jpg) no-repeat 0px 0px;
        background-size: cover;
        min-height: 200px;
    }

    .bb-left-agileits-w3layouts h3 {
        padding-top: 20%;
    }

    .resp-tab-item {
        margin: 0 1em 0;
    }

    ul.resp-tabs-list li:nth-child(2):before {
        width: 5.9%;
        left: 19%;
    }

    ul.resp-tabs-list li:nth-child(2):after {
        width: 6.4%;
        left: 41.6%;
    }

    ul.resp-tabs-list li:nth-child(3):after {
        width: 6%;
        left: 68.5%;
    }

    .w3agile_newsletter_right input[type="email"] {
        width: 68%;
    }

    .w3agile_newsletter_right input[type="submit"] {
        width: 32%;
    }

    .footer img {
        width: 12%;
    }

    .hvr-rectangle-out:before {
        right: -6px;
    }

    .pince-right {
        width: 87%;
    }

    .team-img .overlay {
        padding: 8.3em 0em;
    }

    .main-agileits {
        padding: 25px;
    }
}

@media screen and (max-width: 480px) {

    .sidebar {
        width: 100%;
    }

    .panel-body {
        padding: 1.5em;
    }

    .panel-heading {
        padding: 25px 15px;
    }

    .logo-w3 a h1 {
        font-size: 30px;
        padding-left: 35px;
    }

    .logo-w3 img {
        top: 1px;
    }

    .logo-w3 a h1 span {
        left: 185px;
        top: 10px;
        font-size: 14px;
    }

    .banner-agile {
        min-height: 295px;
    }

        .banner-agile h2 {
            font-size: 25px;
            margin-top: 8%;
        }

        .banner-agile h3 {
            font-size: 35px;
            margin: 8px 0;
        }

        .banner-agile p {
            width: 75%;
            font-size: 13.5px;
        }

    .resp-tab-item {
        font-size: 13px;
        margin: 0 0.6em 0;
    }

    ul.resp-tabs-list li:nth-child(2):before {
        width: 4.9%;
        left: 18%;
    }

    ul.resp-tabs-list li:nth-child(2):after {
        width: 4.6%;
        left: 41.6%;
    }

    ul.resp-tabs-list li:nth-child(3):after {
        width: 4.5%;
        left: 70%;
    }

    .ficon {
        width: 20%;
        float: left;
    }

    .ftext {
        width: 80%;
        float: left;
    }

    .hvr-rectangle-out:before {
        right: 16px;
    }

    .footer img {
        width: 15%;
    }

    .pince-right {
        float: right;
        width: 83%;
        padding-top: 0px;
    }

    .team-img .overlay {
        padding: 7em 0em;
    }

    .about h4 {
        font-size: 1.8em;
    }

    .about-w3ls-row {
        background: #00e58b;
        padding: 1em;
    }

    .w3agile_newsletter_left, .w3agile_newsletter_right {
        width: 100%;
        float: left;
    }

    .w3agile_newsletter_left {
        margin-bottom: 30px;
    }

    .sub-banner {
        min-height: 155px;
    }

    .women-grids {
        width: 60%;
        float: none;
        margin: 0 auto;
    }

    .women-set2 {
        margin: 50px 0;
    }

    .wp2, .wp5, .wp8 {
        margin: 50px auto;
    }

    .contact-left, .contact-right {
        width: 100%;
        float: left;
    }

    .contact-right {
        margin-top: 30px;
    }

    .key input[type="text"], .key input[type="password"] {
        width: 86%;
    }

    .sed {
        width: 28%;
    }

    .t-data button.w3ls-cart.pw3ls-cart {
        text-align: center;
    }

    a.at-in {
        margin-left: 27%;
    }

    .sed {
        width: 0%;
    }

    .quantity {
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 414px) {
    .logo-w3 img {
        width: 16%;
    }

    .bb-middle-agileits-w3layouts, .bb-right-agileits-w3layouts {
        width: 100%;
    }

    .bb-middle-agileits-w3layouts {
        margin-bottom: 30px;
    }

    .resp-tab-item {
        padding: 7px 6px;
    }

    ul.resp-tabs-list li:nth-child(2):before {
        width: 5.3%;
        left: 17.5%;
        top: 22%;
    }

    ul.resp-tabs-list li:nth-child(2):after {
        width: 5.3%;
        left: 40.4%;
        top: 22%;
    }

    ul.resp-tabs-list li:nth-child(3):after {
        width: 5.5%;
        left: 68.6%;
        top: 22%;
    }

    .hvr-rectangle-out:before {
        right: 3px;
    }

    .footer-grids {
        width: 100%;
        float: left;
        height: inherit;
    }

    .fgd3 {
        margin-bottom: 30px;
    }

    .footer img {
        width: 9%;
    }

    .team-img .overlay {
        padding: 5.5em 0em;
    }

    .social-icon a {
        padding: 7px;
    }

    .women-set2 {
        margin: 40px 0;
    }

    .wp2, .wp5, .wp8 {
        margin: 40px auto;
    }

    .women-grids {
        width: 65%;
    }

    .w3ls_dresses_grid_left {
        width: 70%;
    }

    .key input[type="text"], .key input[type="password"] {
        width: 83%;
    }

    .icons .bs-glyphicons li {
        float: left;
        width: 31%;
    }
}

@media screen and (max-width: 384px) {

    .panel-heading {
        padding: 20px 15px;
    }

    .ring-in {
        position: relative;
        width: 60%;
    }

    .logo-w3, .phone-w3l {
        width: 100%;
        text-align: center;
    }

    .logo-w3 {
        margin-bottom: 10px;
    }

        .logo-w3 a h1 {
            text-align: center;
            padding-left: 0;
        }

        .logo-w3 img {
            width: 10%;
            left: 75px;
        }

        .logo-w3 a h1 span {
            left: 230px;
        }

    .resp-tab-item {
        font-size: 12px;
        margin: 0 0.5em 0;
    }

    ul.resp-tabs-list li:nth-child(3):after {
        width: 5%;
    }

    button.w3ls-cart.pw3ls-cart {
        font-size: 16px;
    }

    .hvr-rectangle-out:before {
        right: -3px;
    }

    .pince-right {
        float: right;
        width: 79%;
    }

    .team-img .overlay {
        padding: 5em 0em;
    }

    .women-set2 {
        margin: 30px 0;
    }

    .wp2, .wp5, .wp8 {
        margin: 30px auto;
    }

    .women-grids {
        width: 68%;
    }

    .key input[type="text"], .key input[type="password"] {
        width: 80%;
    }

    .top-products h3, .features h3, .top-brands h3, .newsletter h3, .newsletter h2, .contact h3, .about h3, .team h3, h3.agileits-icons-title, .faq h3, .products h3, .login h3, .check-out h3, .payment h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 375px) {
    ul.resp-tabs-list li:nth-child(2):before {
        width: 5%;
        left: 17%;
    }

    .hvr-rectangle-out:before {
        right: -5px;
    }

    .team-img .overlay {
        padding: 4.7em 0em;
    }

    .logo-w3 img {
        width: 9%;
    }

    .wmuSlider .wmuSliderWrapper article img {
        width: 50%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 320px) {

    .panel-title > a {
        font-size: 15px;
    }

    .panel-body {
        padding: 1em;
    }

    .logo-w3 img {
        width: 10%;
        left: 47px;
    }

    .logo-w3 a h1 span {
        left: 200px;
    }

    .search-agileinfo {
        width: 70%;
        float: left;
    }

    .cart-wthree {
        width: 30%;
        float: left;
        text-align: right;
    }

    .top-product-grids {
        width: 100%;
        float: left;
    }

    .tp3, .tp7 {
        margin-bottom: 30px;
    }

    .features .fa {
        font-size: 19px;
        width: 35px;
        height: 35px;
        line-height: 36px;
    }

    .team-grid {
        width: 100%;
        float: left;
    }

        .team-grid:nth-child(3) {
            margin-bottom: 30px;
        }

    .team-img .overlay {
        padding: 8.7em 0em;
    }

    .social-icon a {
        padding: 7px 15px;
    }

    .women-grids {
        width: 85%;
    }

    .w3ls_dresses_grid_left {
        width: 85%;
    }

    .contact input[type="text"] {
        width: 95.8%;
    }

    .map-w3ls iframe {
        height: 250px;
    }

    .key input[type="text"], .key input[type="password"] {
        padding: 7px 10px;
    }

    .key i {
        padding: 10px;
    }

    .single-top-left .w3ls-cart {
        font-size: 13px;
    }

    .search-agileinfo input[type="search"] {
        padding: 6px;
    }

    button.search {
        top: 5px;
        right: -24px;
        width: 38px;
        height: 31px;
    }

    .resp-tab-item {
        font-size: 11px;
        margin: 0 0.3em 0;
        padding: 7px 4px;
    }

    ul.resp-tabs-list li:nth-child(2):before {
        width: 4%;
    }

    ul.resp-tabs-list li:nth-child(2):after {
        width: 4%;
    }

    .hvr-rectangle-out:before {
        right: 0px;
    }

    .form-w3agile input[type="submit"] {
        padding: 7px 0;
        width: 40%;
    }

    .testimonials {
        padding: 20px;
    }

    .wmuSliderPagination {
        left: 35%;
    }

    .icons .bs-glyphicons li {
        float: left;
        width: 48%;
    }

    .ring-in {
        position: relative;
        width: 81%;
    }

    .banner-agile {
        background: url(../images/banner2.jpg) no-repeat -50px 0px;
        background-size: cover;
    }
}
/*-- //responsive--*/
.tree {
    min-width: max-content;
}

    .tree ul {
        padding-top: 20px;
        position: relative;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }

    .tree li {
        float: left;
        text-align: center;
        list-style-type: none;
        position: relative;
        padding: 20px 5px 0 5px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }

        /*We will use ::before and ::after to draw the connectors*/

        .tree li::before, .tree li::after {
            content: '';
            position: absolute;
            top: 0;
            right: 50%;
            border-top: 1px solid #ccc;
            width: 50%;
            height: 20px;
        }

        .tree li::after {
            right: auto;
            left: 50%;
            border-left: 1px solid #ccc;
        }


        .tree li:only-child::after, .tree li:only-child::before {
            display: none;
        }

        /*Remove space from the top of single children*/
        .tree li:only-child {
            padding-top: 0;
        }

        .tree li:first-child::before, .tree li:last-child::after {
            border: 0 none;
        }
        /*Adding back the vertical connector to the last nodes*/
        .tree li:last-child::before {
            border-right: 1px solid #ccc;
            border-radius: 0 5px 0 0;
            -webkit-border-radius: 0 5px 0 0;
            -moz-border-radius: 0 5px 0 0;
        }

        .tree li:first-child::after {
            border-radius: 5px 0 0 0;
            -webkit-border-radius: 5px 0 0 0;
            -moz-border-radius: 5px 0 0 0;
        }

    /*Time to add downward connectors from parents*/
    .tree ul ul::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        border-left: 1px solid #ccc;
        width: 0;
        height: 20px;
    }

    .tree li p {
        border: 1px solid #ccc;
        padding: 5px 10px;
        margin: 0px;
        text-decoration: none;
        color: #666;
        font-size: 11px;
        display: inline-block;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }
        /*We will apply the hover effect the the lineage of the element also*/
        .tree li p:hover, .tree li p:hover + ul li p {
            background: #c8e4f8;
            color: #000;
            border: 1px solid #94a0b4;
        }
            /*Connector styles on hover*/
            .tree li p:hover + ul li::after,
            .tree li p:hover + ul li::before,
            .tree li p:hover + ul::before,
            .tree li p:hover + ul ul::before {
                border-color: #94a0b4;
            }

.m0 {
    margin: 0px !important;
}

.mb20 {
    margin-bottom: 20px;
}

.squarebox {
    padding: 50px !important;
    height: 250px;
}
