body {
    overflow-x: hidden;
    font-family: 'Josefin Sans';
    font-weight: 300;
}

p {
    line-height: 1.75
}

a {
    color: #fe4157
}

    a:hover {
        color: #fec503
    }

.text-primary {
    color: #fe4157 !important
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.banner-strip .fa {
    margin-bottom: 10px;
}

.banner-strip {
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.strip-cont {
    background: #fff;
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
    padding: 1.1em;
}

    .strip-cont p {
        font-size: 15px;
        font-weight: normal;
        color: #B7B7B7;
    }

    .strip-cont h4 {
        font-size: 20px;
        font-weight: 500;
    }

.block-section {
    margin-top: 0px;
    padding: 65px 0px;
}

.block-cont {
    padding: 0em;
}

    .block-cont p {
        font-size: 15px;
        font-weight: normal;
        color: #B7B7B7;
    }

    .block-cont h2 {
        font-size: 30px;
        font-weight: 300;
    }

        .block-cont h2 strong {
            font-weight: 800;
        }

.bggrey {
    background: #c9e4dd;
}

.grey {
    padding: 8em 0.5em 8em 1em;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.05);
}

.bglite {
    background: #f6f6f6;
}

.bgred {
    background: #fe4157;
}

.red {
    padding: 8em 0.5em 8em 1em;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.05);
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #000000;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.page-section {
    padding: 50px 0
}

    .page-section h2.section-heading {
        font-size: 40px;
        margin-top: 0;
        margin-bottom: 15px
    }

    .page-section h3.section-subheading {
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
        margin-bottom: 75px;
        text-transform: none;
    }

@media (min-width:768px) {
    section {
        padding: 50px 0
    }
}

::-moz-selection {
    background: #fe4157;
    text-shadow: none
}

::selection {
    background: #fe4157;
    text-shadow: none
}

img::-moz-selection {
    background: 0 0
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

.btn {
    font-weight: 700;
    border-radius: 0px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.btn-xl {
    font-size: 18px;
    padding: 10px 40px
}

.btn-primary {
    background-color: #000000;
    border-color: #000000
}

    .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        background-color: #000000 !important;
        border-color: #000000 !important;
        color: #fff
    }

    .btn-primary:active, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(254,209,55,.5) !important
    }

#mainNav {
    background-color: #212529
}

    #mainNav .navbar-toggler {
        font-size: 15px;
        right: 0;
        padding: 13px;
        text-transform: uppercase;
        color: #fff;
        border: 0;
        background-color: #fe4157;
    }

    #mainNav .navbar-brand {
        color: #ffffff;
    }

        #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
            color: #fec503
        }

    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 90%;
        font-weight: 400;
        padding: .75em 0;
        letter-spacing: 1px;
        color: #fff;
    }

        #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
            color: #ffffff;
            background: #000000;
        }

@media (min-width:992px) {
    #mainNav {
        padding-top: 0px;
        padding-bottom: 25px;
        transition: padding-top .3s,padding-bottom .3s;
        border: none;
        background-color: transparent
    }

        #mainNav .navbar-brand {
            font-size: 1.75em;
            transition: all .3s
        }

        #mainNav .navbar-nav .nav-item .nav-link {
            padding: 2em 1em 1.1em !important
        }

        #mainNav .navbar-nav .nav-item {
            margin-right: 30px;
        }

        #mainNav.navbar-shrink {
            padding-top: 0;
            padding-bottom: 0;
            background-color: #212529
        }

            #mainNav.navbar-shrink .navbar-brand {
                font-size: 1.25em;
                padding: 12px 0
            }
}

header.masthead {
    text-align: left;
    color: #fff;
    background-color: #fe4157;
    background-image: url(../img/bg-patteren.png), url(../img/slide3.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover
}

    header.masthead .intro-text {
        padding-top: 150px;
        padding-bottom: 100px
    }

        header.masthead .intro-text .intro-lead-in {
            font-size: 22px;
            font-style: italic;
            line-height: 22px;
            margin-bottom: 25px;
        }

        header.masthead .intro-text .intro-heading {
            font-size: 50px;
            font-weight: 700;
            line-height: 50px;
            margin-bottom: 25px;
        }

@media (min-width:768px) {
    header.masthead .intro-text {
        padding-top: 170px;
        padding-bottom: 80px
    }

        header.masthead .intro-text:first-child {
            padding-top: 210px;
            padding-bottom: 160px;
        }

        header.masthead .intro-text .intro-lead-in {
            font-size: 25px;
            font-style: normal;
            line-height: 25px;
            margin-bottom: 25px;
        }

        header.masthead .intro-text .intro-heading {
            font-size: 52px;
            font-weight: 700;
            line-height: 52px;
            margin-bottom: 50px;
        }
}

.service-heading {
    margin: 15px 0;
    text-transform: none
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px
}

    #portfolio .portfolio-item .portfolio-link {
        position: relative;
        display: block;
        max-width: 400px;
        margin: 0 auto;
        cursor: pointer
    }

        #portfolio .portfolio-item .portfolio-link .portfolio-hover {
            position: absolute;
            width: 100%;
            height: 100%;
            transition: all ease .5s;
            opacity: 0;
            background: rgba(254,209,54,.9)
        }

            #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
                opacity: 1
            }

            #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
                font-size: 20px;
                position: absolute;
                top: 50%;
                width: 100%;
                height: 20px;
                margin-top: -12px;
                text-align: center;
                color: #fff
            }

                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
                    margin-top: -12px
                }

                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
                    margin: 0
                }

    #portfolio .portfolio-item .portfolio-caption {
        max-width: 400px;
        margin: 0 auto;
        padding: 25px;
        text-align: center;
        background-color: #fff
    }

        #portfolio .portfolio-item .portfolio-caption h4 {
            margin: 0;
            text-transform: none
        }

        #portfolio .portfolio-item .portfolio-caption p {
            font-size: 16px;
            font-style: italic;
            margin: 0;
        }

#portfolio * {
    z-index: 2
}

@media (min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px
    }
}

.portfolio-modal .modal-dialog {
    margin: 1rem;
    max-width: 100vw
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    text-align: center
}

    .portfolio-modal .modal-content h2 {
        font-size: 3em;
        margin-bottom: 15px
    }

    .portfolio-modal .modal-content p {
        margin-bottom: 30px
    }

        .portfolio-modal .modal-content p.item-intro {
            font-size: 16px;
            font-style: italic;
            margin: 20px 0 30px;
        }

    .portfolio-modal .modal-content ul.list-inline {
        margin-top: 0;
        margin-bottom: 30px
    }

    .portfolio-modal .modal-content img {
        margin-bottom: 30px
    }

    .portfolio-modal .modal-content button {
        cursor: pointer
    }

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent
}

    .portfolio-modal .close-modal:hover {
        opacity: .3
    }

    .portfolio-modal .close-modal .lr {
        z-index: 1051;
        width: 1px;
        height: 75px;
        margin-left: 35px;
        transform: rotate(45deg);
        background-color: #212529
    }

        .portfolio-modal .close-modal .lr .rl {
            z-index: 1052;
            width: 1px;
            height: 75px;
            transform: rotate(90deg);
            background-color: #212529
        }

.timeline {
    position: relative;
    padding: 0;
    list-style: none
}

    .timeline:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 40px;
        width: 2px;
        margin-left: -1.5px;
        content: '';
        background-color: #e9ecef
    }

    .timeline > li {
        position: relative;
        min-height: 50px;
        margin-bottom: 50px
    }

        .timeline > li:after, .timeline > li:before {
            display: table;
            content: ' '
        }

        .timeline > li:after {
            clear: both
        }

        .timeline > li .timeline-panel {
            position: relative;
            float: right;
            width: 100%;
            padding: 0 20px 0 100px;
            text-align: left
        }

            .timeline > li .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0
            }

            .timeline > li .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0
            }

        .timeline > li .timeline-image {
            position: absolute;
            z-index: 100;
            left: 0;
            width: 80px;
            height: 80px;
            margin-left: 0;
            text-align: center;
            color: #fff;
            border: 7px solid #e9ecef;
            border-radius: 100%;
            background-color: #fe4157
        }

            .timeline > li .timeline-image h4 {
                font-size: 10px;
                line-height: 14px;
                margin-top: 12px
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 20px 0 100px;
            text-align: left
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0
            }

        .timeline > li:last-child {
            margin-bottom: 0
        }

    .timeline .timeline-heading h4 {
        margin-top: 0;
        color: inherit
    }

        .timeline .timeline-heading h4.subheading {
            text-transform: none
        }

    .timeline .timeline-body > p, .timeline .timeline-body > ul {
        margin-bottom: 0
    }

@media (min-width:768px) {
    .timeline:before {
        left: 50%
    }

    .timeline > li {
        min-height: 100px;
        margin-bottom: 100px
    }

        .timeline > li .timeline-panel {
            float: left;
            width: 41%;
            padding: 0 20px 20px 30px;
            text-align: right
        }

        .timeline > li .timeline-image {
            left: 50%;
            width: 100px;
            height: 100px;
            margin-left: -50px
        }

            .timeline > li .timeline-image h4 {
                font-size: 13px;
                line-height: 18px;
                margin-top: 16px
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 30px 20px 20px;
            text-align: left
        }
}

@media (min-width:992px) {
    .timeline > li {
        min-height: 150px
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px
        }

        .timeline > li .timeline-image {
            width: 150px;
            height: 150px;
            margin-left: -75px
        }

            .timeline > li .timeline-image h4 {
                font-size: 18px;
                line-height: 26px;
                margin-top: 30px
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 20px 20px
        }
}

@media (min-width:1200px) {
    .trending-products .carousel-inner {
        width: 1150px;
    }

    .timeline > li {
        min-height: 170px
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px 100px
        }

        .timeline > li .timeline-image {
            width: 170px;
            height: 170px;
            margin-left: -85px
        }

            .timeline > li .timeline-image h4 {
                margin-top: 40px
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 100px 20px 20px
        }
}

.team-member {
    margin-bottom: 50px;
    text-align: center
}

    .team-member img {
        width: 225px;
        height: 225px;
        border: 7px solid rgba(0,0,0,.1)
    }

    .team-member h4 {
        margin-top: 25px;
        margin-bottom: 0;
        text-transform: none
    }

    .team-member p {
        margin-top: 0
    }

section#askquery {
    background-color: #ffffff;
    background-image: url(../img/bg-patteren.png);
    background-repeat: no-repeat;
    background-position: center
}

    section#askquery .section-heading {
        color: #000000
    }

    section#askquery .form-group {
        margin-bottom: 25px
    }

        section#askquery .form-group input, section#askquery .form-group textarea {
            padding: 20px 0px;
        }

            section#askquery .form-group input.form-control {
                height: auto
            }

            section#askquery .form-group textarea.form-control {
                height: 248px
            }

    section#askquery .form-control:focus {
        border-color: #fe4157;
        box-shadow: none
    }

    section#askquery ::-webkit-input-placeholder {
        font-weightight: 500;
        color: #000000;
    }

    section#askquery :-moz-placeholder {
        font-weight: 500;
        color: #000000;
    }

    section#askquery ::-moz-placeholder {
        font-weight: 500;
        color: #000000;
    }

    section#askquery :-ms-input-placeholder {
        font-weight: 500;
        color: #000000;
    }

.hr {
    background: #ff5467;
    height: 1px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 20px 0px 10px;
}

section.pre-footer {
    background: #000000;
    padding: 20px 0px 10px;
}

section#askquery .form-group input.form-control, section#askquery .form-group textarea.form-control {
    background: none;
    border: 0px;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.footer {
    padding: 50px 0px 10px;
    text-align: center;
}

section.pre-footer h2 {
    letter-spacing: 2px;
}

.footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
}

.footer ul {
    list-style: none;
    padding-left: 0px;
}

    .footer ul.ftr_menu li {
        background: url(../img/ftr_bullet.jpg) no-repeat left center / 20px;
        padding-left: 30px;
        margin: 15px 0px;
    }

    .footer ul.contacts li {
        margin: 15px 0px;
    }

    .footer ul li a {
        color: #ffffff;
        letter-spacing: 1px;
    }

    .footer ul.quicklinks {
        font-size: 90%;
        line-height: 40px;
        margin-bottom: 0;
        text-transform: none;
    }

ul.social-buttons {
    margin-bottom: 0
}

    ul.social-buttons li a {
        font-size: 20px;
        line-height: 50px;
        display: block;
        width: 50px;
        height: 50px;
        transition: all .3s;
        color: #fff;
        border-radius: 100%;
        outline: 0;
        background-color: #212529
    }

        ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
            background-color: #fe4157;
        }

.sale-section {
    background: url(../img/sale-banner.jpg) no-repeat center / cover;
    padding: 150px 0px;
}

.saletext {
    font-size: 40px;
    font-weight: 600;
}

.text-red {
    color: #fe4157;
}

.carousel-inner {
    width: 96%;
}

.trend-list {
    text-align: center;
    display: inline-block;
    padding: 30px;
    margin: 0px 23px;
    border: 1px solid rgba(0,0,0,0.2);
}

.bgwhite {
    background: #ffffff;
}

.trend-list .thum {
    max-width: 165px;
    margin: 0px !important;
    text-align: center;
}

.carousel-control-prev {
    left: -75px;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
    opacity: 1;
}

.trend-list .trend-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    color: #fe4157 !important;
}

.carousel-control-next {
    right: -30px;
}

.carousel-indicators {
    bottom: 60px;
}

.bglitegrey {
    background: #f6f6f6
}

.trending-products {
    padding: 50px 0px 50px;
}

    .trending-products h3 {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 50px;
    }

    .trending-products h4 {
        font-size: 20px;
        font-weight: 300;
    }

    .trending-products h3 hr:first-child {
        background: #fe4157;
        height: 1px;
        width: 300px;
        margin-bottom: 0px;
        padding: 0px;
    }

    .trending-products h3 hr:last-child {
        background: #fe4157;
        height: 1px;
        width: 200px;
        margin-bottom: 0px;
        padding: 0px;
    }

.carousel-indicators li {
    background: #ffffff;
    opacity: 1;
    height: 0px;
    width: 5px;
    padding: 0px;
    border-radius: 20px;
    vertical-align: bottom;
}

    .carousel-indicators li.active {
        background: #ffffff;
        height: 10px;
        margin-top: -10px;
        width: 5px;
        padding: 0px;
    }

/*Custom Styling*/
section.cart-item {
    padding-bottom: 0px;
}
/*.search-result .active{opacity: 1;}*/
/*.tab-content>.active.show{opacity: 1;}*/
#listing .trend-list {
    width: 100%;
    display: block;
    margin: 0px 0px;
    padding: 0px;
    text-align: left;
}

#listing .trend-title h5 {
    margin-top: 20px;
    padding: 10px 0px 10px;
}

#listing h5, #grid h5 {
    margin:;
    padding: 20px 0px 20px;
}

#listing .listing {
    border: 1px solid rgba(0,0,0,0.2);
    margin: 0px 0px 20px;
}

    #listing .listing .thum {
        padding: 10px;
    }

.search-result .nav-tabs .list, .search-result .nav-tabs .grid {
    padding: 10px;
}

#listing .trend-action {
    margin-top: calc(100% - 60%);
}

    #listing .trend-action .btn {
        margin-bottom: 20px;
        width: 100%;
    }

#listing .trend-list .thum, #listing .trend-list .trend-title, #listing .trend-list .trend-price {
    display: inline-block;
    vertical-align: top;
}

#grid .trend-list {
    margin: 0px 40px 0px 0px;
}

    #grid .trend-list .thum {
        margin-bottom: 10px !important;
    }

    #grid .trend-list .trend-action {
        margin-top: 10px !important;
    }

#grid .row {
    margin-bottom: 40px;
}

#grid .trend-list:last-child {
    margin: 0px 0px 0px 0px;
}

#grid .trend-list:first-child {
    margin: 0px 40px 0px 15px;
}

.search-result .nav-tabs {
    position: relative;
}

.search-menu {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60%;
    text-align: right;
}

    .search-menu * {
        display: inline-block;
    }

.main-nav .dropdown-menu {
    left: auto;
    right: 0px;
    width: 400px;
    padding: 20px 30px;
}

.main-nav .table td, .main-nav .table th {
    padding: 5px;
}

.page-title {
    background: url(../img/bg-patteren.png) no-repeat center center, url(../img/page-title-bg.jpg) no-repeat center center / cover !important;
    padding: 0px 0px;
}

#slide {
    position: relative;
}

.slide1 {
    background: url(../img/slide1.jpg) no-repeat center center / cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.slide2 {
    background: url(../img/slide2.jpg) no-repeat center center / cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.slide3 {
    background: url(../img/slide3.jpg) no-repeat center center / cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

#mainNav .navbar-brand img {
    max-width: 290px;
    width: 100%;
}

section.cart-detail {
    display: block;
}

.collect-from, .note {
    display: inline-block;
    width: 100%;
}

.collect-from {
}

.customer-detail .form-control {
    border-radius: 0px;
    border: 0px;
    background: #f6f6f6;
}

.note {
    margin-bottom: 30px;
}

.collect-from .radio {
    display: inline-block;
    margin-right: 30px
}

.collect-from {
    margin-bottom: 50px;
}

    .collect-from h4 {
        font-weight: 400;
        margin-bottom: 20px;
    }

.customer-detail .btn {
    font-weight: 300
}

.customer-detail h4 {
    font-weight: 400;
    margin-bottom: 30px;
}

.cart-icon {
    background: url(../img/cart.png) no-repeat center center / 100%;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.cart-table a:hover {
    color: #000000;
}

.paytm {
    vertical-align: top
}

.supportcard {
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    padding: 10px 0px;
    margin-top: 40px;
}

.cart-table.nopad td, .cart-table.nopad th .nopad {
    padding: 0px;
}

.cart-table td, .cart-table th {
    padding: 10px 20px;
}

.cart-table .bdr-lb-0 td {
    border-left: 0px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
}


/* Product Detail Page Css */

img {
    max-width: 100%;
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

    .preview-thumbnail.nav-tabs li {
        width: 18%;
        margin-right: 2.5%;
    }

        .preview-thumbnail.nav-tabs li img {
            max-width: 100%;
            display: block;
        }

        .preview-thumbnail.nav-tabs li a {
            padding: 0;
            margin: 0;
        }

        .preview-thumbnail.nav-tabs li:last-of-type {
            margin-right: 0;
        }

.tab-content {
    overflow: hidden;
}

    .tab-content img {
        width: 100%;
        -webkit-animation-name: opacity;
        animation-name: opacity;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
    }

.card { /*margin-top: 50px; background: #eee;*/
    padding: 3em;
    line-height: 1.5em;
}

@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-title, .price, .sizes, .colors {
    text-transform: UPPERCASE;
    font-weight: bold;
}

    .checked, .price span {
        color: #ff9f1a;
    }

.product-title, .rating, .product-description, .price, .vote, .sizes {
    margin-bottom: 15px;
}

.product-title {
    margin-top: 0;
}

.size {
    margin-right: 10px;
}

    .size:first-of-type {
        margin-left: 40px;
    }

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px;
}

    .color:first-of-type {
        margin-left: 20px;
    }

.add-to-cart, .like {
    background: #ff9f1a;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

    .add-to-cart:hover, .like:hover {
        background: #b36800;
        color: #fff;
    }

.not-available {
    text-align: center;
    line-height: 2em;
}

    .not-available:before {
        font-family: fontawesome;
        content: "\f00d";
        color: #fff;
    }

.orange {
    background: #ff9f1a;
}

.green {
    background: #85ad00;
}

.blue {
    background: #0076ad;
}

.tooltip-inner {
    padding: 1.3em;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*# sourceMappingURL=style.css.map */
@media(max-width: 1024px) {
    .search-menu {
        width: 60%;
    }

        .search-menu .form-control {
            width: 50%;
        }

    #grid .trend-list {
        padding: 15px;
    }

        #grid .trend-list:first-child {
            margin: 0px 30px 0px 15px;
        }

    #grid .trend-list {
        margin: 0px 30px 0px 0px;
    }
}

@media(max-width: 991px) {
    .search-menu {
        width: 60%;
    }

        .search-menu .form-control {
            width: 50%;
        }

    .trend-list .thum {
        max-width: 250px;
    }

    #grid .trend-list:first-child {
        margin: 0px 40px 30px 0px;
    }

    #grid .trend-list:last-child {
        margin: 0px 40px 30px 0px;
    }

    #grid .trend-list {
        margin: 0px 40px 30px 0px;
        padding: 30px;
    }

    #grid .row {
        margin-bottom: inherit !important;
    }
}

@media (max-width:767px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        margin: 0px 0px 10px;
    }

    .block-section {
        text-align: center;
    }

    .carousel-control-next {
        right: 10px;
    }

    .carousel-control-prev {
        left: 10px;
    }
    /*.trend-list{margin:10px 30px;}*/
    .search-menu {
        width: 60%;
    }

        .search-menu .form-control {
            width: 50%;
        }

    .trend-list .thum {
        max-width: 200px;
    }

    #grid .trend-list:first-child {
        margin: 0px 30px 30px 0px;
    }

    #grid .trend-list:last-child {
        margin: 0px 30px 30px 0px;
    }

    #grid .trend-list {
        margin: 0px 30px 30px 0px;
        padding: 15px;
    }

    #grid .row {
        margin-bottom: inherit !important;
    }

    #listing h5, #grid h5 {
        margin-top: 70px;
    }

    .search-menu {
        width: 100%;
        top: 70px;
        text-align: center;
    }
}

@media (max-width:600px) {
    .carousel-inner {
        width: 100%;
        max-width: 100%;
    }

    #grid .row {
        padding: 0px 15px;
    }

    #grid .trend-list:first-child {
        margin: 0px 20px 30px 0px;
    }

    #grid .trend-list:last-child {
        margin: 0px 20px 30px 0px;
    }

    #grid .trend-list {
        margin: 0px 20px 30px 0px;
        padding: 15px;
    }
}

@media (max-width:480px) {
    section.cart-detail {
        display: block;
    }

    section.cart-item {
        overflow-y: scroll;
    }

    #mainNav .navbar-brand img {
        max-width: 230px;
        width: 100%;
    }

    .carousel-inner {
        width: 100%;
        max-width: 100%;
    }

    .trend-list {
        margin: 10px 30px;
    }

    .search-menu {
        width: 100%;
        top: 70px;
        text-align: left;
    }

        .search-menu .form-control {
            width: 100%;
            margin-bottom: 20px;
        }

    #listing h5, #grid h5 {
        margin-top: 140px;
    }

    .trend-list .thum {
        max-width: 100%;
    }
}


@media (max-width:767px) {
    .classIframeReportView {
        width: 100% !important;
        height: 750px !important;
        overflow-x: scroll !important;
        overflow-y: scroll !important;
        border: none !important;
        max-height: 1000px !important;
    }
}

@media (min-width:767px) {
    .classIframeReportView {
        width: 100% !important;
        height: 388px !important;
        overflow-x: scroll !important;
        overflow-y: scroll !important;
        border: none !important;
        max-height: 388px !important;
    }
}
