﻿
/* homepage */

.feature-add-area {
    margin-top: 30px;
}

.f-add-item {
    position: relative !important;
}

    .f-add-item .f-add-hover {
        position: absolute;
        left: 36px;
        top: 60%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .f-add-item .f-add-hover h4 {
            font-size: 24px !important;
            color: #000 !important;
            
            font-weight: 600 !important;
        }

    .f-add-item .sale {
        position: absolute;
        left: 0px;
        top: 0px;
        background: #00abbc;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        
        font-weight: 600;
        padding: 0px 15px;
        line-height: 25px;
    }

    .f-add-item .off {
        background: #000;
        color: #fff;
        
        font-weight: 600;
        top: 20px;
        right: 0;
        padding: 0px 10px;
        line-height: 25px;
        font-size: 14px;
    }

    .f-add-item.right_dir .f-add-hover {
        left: auto;
        right: 20px;
    }

    .f-add-item.white_add .f-add-hover h4 {
        color: #fff;
    }

    .f-add-item.white_add .f-add-hover .add_btn {
        color: #fff;
    }

.promotion-area .left-promotion {
    padding-right: 15px;
}

.promotion-area .right-promotion {
    padding-left: 15px;
}

.promotion-area .f-add-item .f-add-hover .sale {
    position: relative;
    margin-bottom: 0;
}

.promotion-area .f-add-item.right_dir .f-add-hover {
    right: 0px;
    left: 30px;
}

    .promotion-area .f-add-item.right_dir .f-add-hover .off {
        position: relative;
        display: inline-block;
        left: 0px;
        top: 0px;
        margin-bottom: 15px;
        right: auto;
    }

.promotion-area {
    margin-bottom: 12px;
}

/*.promotion-area {
    margin-bottom: 0;
}*/

.add_btn {
    font-size: 16px;
    
    color: #000;
    font-weight: 600;
    vertical-align: middle;
    text-decoration: none;
}

.l_supper_widget {
    position: relative;
}

.blog-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.blog-item {
    position: relative;
    z-index: 3;
}

    .blog-item:before {
        content: "";
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        left: 0px;
        top: 0px;
        opacity: 0;
        -webkit-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

    /*.blog-item .blog-text {
        position: absolute !important;
        bottom: 20px !important;
        left: 0px !important;
        width: 100% !important;
        padding: 0px 30px !important;
        z-index: 2;
    }*/

    .blog-item .blog-text {
        position: absolute !important;
        bottom: 20px !important;
        left: 0px !important;
        width: 100% !important;
        padding: 10px !important;
        z-index: 2;
    }

        /*.blog-item .blog-text {
        position: unset !important;
        bottom: 20px !important;
        left: 0px !important;
        width: 100% !important;
        padding: 0 !important;
        z-index: 2;
        margin-bottom: -15px !important;
    }*/

        /*.blog-item .blog-text h5 {
            background: #fff !important;
            color: #0b1033 !important;
            padding: 0 !important;
            text-transform: uppercase !important;
            display: inline-block !important;
            font-size: 12px !important;
            
            font-weight: bold !important;
            line-height: 10px !important;
            -webkit-transition: all 400ms linear 0s !important;
            -o-transition: all 400ms linear 0s !important;
            transition: all 400ms linear 0s !important;
        }*/

        .blog-item .blog-text h5 {
            background: #fff !important;
            color: #0b1033 !important;
            padding: 10px 20px 10px 20px !important;
            text-transform: uppercase !important;
            display: inline-block !important;
            font-size: 22px !important;
            
            font-weight: 500 !important;
            line-height: 25px !important;
            -webkit-transition: all 400ms linear 0s !important;
            -o-transition: all 400ms linear 0s !important;
            transition: all 400ms linear 0s !important;
        }

            .blog-item .blog-text h5:hover {
                background: #00abbc !important;
                color: #fff !important;
            }

        .blog-item .blog-text p {
            font-size: 18px !important;
            color: #fff !important;
            
            font-weight: 600 !important;
            padding: 12px 0px 7px 0px !important;
            line-height: 4px !important;
            margin: 0 0 20px !important;
            padding: 10px !important;
            background: rgba(0, 0, 0, 0.4);
        }

    /*.blog-item .blog-text p {
            font-size: 12px !important;
            color: #0b1033 !important;
            
            font-weight: 400 !important;
            padding: 0 !important;
            line-height: 10px !important;
            margin: 5px 0 10px !important;
        }*/

    .blog-item .blog-text-side p {
        font-size: 14px !important;
        color: #fff !important;
        
        padding: 10px !important;
        line-height: 0 !important;
        margin: 0 0 20px !important;
        background: rgba(0, 0, 0, 0.4);
    }

    /*.blog-item .blog-text h6 {
        font-size: 18px !important;
        color: #fff !important;
        
        font-weight: 600 !important;
    }*/

    .blog-item .blog-text h6 {
        font-size: 18px !important;
        color: #fff !important;
        
        font-weight: bold !important;
        padding: 5px !important;
        background: rgba(0, 0, 0, 0.4);
    }

.promo .blog-text h5 {
    font-size: 30px !important;
    color: #0b1033 !important;
    
    font-weight: bold !important;
    text-align: center;
}

.promo .blog-text h4 {
    font-size: 11px !important;
    color: #0b1033 !important;
    
    font-weight: bold !important;
    text-align: center;
    margin-bottom: 0 !important;
}

.blog-item .blog-text-side h6 {
    font-size: 18px !important;
    color: #fff !important;
    
    padding: 5px !important;
    background: rgba(0, 0, 0, 0.4);
}

.blog-item:hover:before {
    opacity: 1;
}

.b-main-title {
    margin-bottom: -10px;
}

    .b-main-title h2 {
        font-size: 18px !important;
        
        font-weight: 600 !important;
        position: relative !important;
        display: inline-block !important;
        padding-bottom: 10px !important;
    }

        .b-main-title h2:before {
            content: "" !important;
            width: 100% !important;
            height: 2px !important;
            background: #00abbc !important;
            position: absolute !important;
            left: 0px !important;
            bottom: 0px !important;
        }

    .b-main-title h3 {
        font-size: 14px !important;
        
        font-weight: 600 !important;
        position: relative !important;
        display: inline-block !important;
        padding-bottom: 0 !important;
    }

        .b-main-title h3:before {
            content: "" !important;
            width: 100% !important;
            height: 2px !important;
            background: #00abbc !important;
            position: absolute !important;
            left: 0px !important;
            bottom: 0px !important;
        }


/*.subscribe {
    background: #f0f0f0;
    padding: 9px;
    text-align: center;
}*/

.subscribe {
    background: #f0f0f0;
    padding: 19px;
    text-align: center;
    margin-bottom: 15px;
}

    .subscribe h3 {
        font-size: 18px !important;
        
        font-weight: bold !important;
        color: #000000 !important;
        letter-spacing: .90px !important;
        text-transform: uppercase !important;
    }

    .subscribe p {
        font-size: 14px !important;
        color: #999999 !important;
        
        font-weight: normal !important;
        letter-spacing: .325px !important;
        padding: 0 !important;
    }

    .subscribe .input-group {
        display: block !important;
    }

        /*.subscribe .input-group .input-group-btn {
            display: block !important;
            text-align: center !important;
            margin-top: 15px !important;
        }*/

        .subscribe .input-group .input-group-btn {
            /* display: block !important; */
            text-align: center !important;
            /* margin-top: 15px !important; */
        }

.subscribe-btn {
    background: #333333 !important;
    text-transform: uppercase !important;
    color: #fff !important;
    
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: .70px !important;
    border-radius: 0px !important;
    border: 1px solid #333333 !important;
    padding: 0px 35px !important;
    line-height: 48px !important;
    -webkit-transition: all 400ms linear 0s !important;
    -o-transition: all 400ms linear 0s !important;
    transition: all 400ms linear 0s !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
    text-align: center;
    vertical-align: middle;
}

.subscribe .input-group input {
    display: block !important;
    width: 100% !important;
    border-radius: 0px !important;
    border: 1px solid #cccccc !important;
    height: 50px !important;
    background: #fff !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center !important;
    font-size: 12px !important;
    font-family: "Poppins", sans-serif;
    color: #999999 !important;
    letter-spacing: .30px !important;
}

a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
    background-color: #00abbc !important;
}

.list-group-item:first-child {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.promo-body h4 {
    font-size: 12px !important;
    
    font-weight: 600 !important;
    letter-spacing: .35px !important;
    color: #0b1033 !important;
    padding-bottom: 0;
    text-align: center;
}

.promo-body h5 {
    font-size: 24px !important;
    
    font-weight: 600 !important;
    letter-spacing: .35px !important;
    color: #00abbc !important;
    text-align: center;
}

img, ul.voucher-list {
    margin: 0 !important;
}

/*.promo {
    margin-bottom: 16px;
    margin-left: -20px;
    overflow: hidden;
}*/

.promo {
    margin-bottom: 10px;
    margin-left: 0;
    overflow: hidden;
}

.home-content-box h3 {
    margin: -10px 0 5px 0 !important;
    color: #000 !important;
}

.list-group-item {
    padding: 15px !important;
}


/* categories */

.categories-content-box {
    background-color: #ffffff;
    padding: 10px 20px 0px 20px !important;
    border: 1px solid #DDDDDD;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    overflow: hidden;
}

.header-top {
    background-color: #F5F5F5 !important;
    margin-top: -15px !important;
    margin-bottom: 0 !important;
}

.nav-container {
    padding-left: 20px;
    padding-right: 20px;
}

.top-img {
    /*margin-top: -11px;*/
    margin-top: 0 !important;
    margin-bottom: 20px;
    border-bottom: 1px solid #999 !important;
}

.navbar-nav {
    padding-left: 0 !important;
    margin-bottom: 20px;
}

    .navbar-nav li a {
        display: block !important;
        padding: 0px !important;
        font-size: 14px !important;
        
        color: #0b1033 !important;
        line-height: 40px !important;
        letter-spacing: .70px !important;
        font-weight: 500 !important;
        border-bottom: 1px solid #d6d6d6 !important;
    }

    .navbar-nav li.dropdown .dropdown-menu {
        position: relative !important;
        top: 0px !important;
        margin: 0px !important;
        padding: 0px !important;
        border-radius: 0px !important;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
        transform: translate3d(0px, 0px, 0px) !important;
        border: none !important;
    }

        .navbar-nav li.dropdown .dropdown-menu li a {
            color: #999999 !important;
        }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border: none;
        color: #999999 !important;
    }

    .navbar-nav > li {
        float: left !important;
    }

.dropdown-menu {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-clip: unset !important;
}

.navbar-nav li a i {
    /*float: right !important;
    line-height: 40px !important;
    color: #000 !important;
    font-size: 16px !important;
    display: inline-block !important;*/
    float: none !important;
    line-height: 40px !important;
    color: #000 !important;
    font-size: 14px !important;
    display: inline-block !important;
}

.dropdown-toggle::after {
    border-top: unset !important;
    border-right: unset !important;
    border-bottom: unset !important;
    border-left: unset !important;
}

.cat-product-item .cat-product-img {
    position: relative !important;
    border: 1px solid #cccccc !important;
}

.cat-product-item {
    /*border-bottom: 1px solid #d6d6d6 !important;
    padding-bottom: 30px !important;
    margin-bottom: 15px !important;*/
    margin-top: 30px !important;
}

    .cat-product-item .cat-product-text h3 {
        font-size: 14px !important;
        
        font-weight: bold !important;
        color: #000 !important;
        margin-bottom: 20px !important;
        /*padding: 19px !important;*/
    }

    .cat-product-item .cat-product-text h5 {
        font-family: "Montserrat", sans-serif !important;
        font-weight: 600 !important;
        color: #00abbc !important;
        padding: 0;
        margin-bottom: 10px !important;
        font-size: 2.2em !important;
    }

    .cat-product-item .cat-product-text h6 {
        font-size: 14px !important;
        
        margin-bottom: 20px !important;
    }

    .cat-product-item .cat-product-text p {
        line-height: 28px !important;
        font-size: 14px !important;
        
        padding: 5px 0px !important;
        color: #000 !important;
        border-top: 1px solid #ddd !important;
        border-bottom: 1px solid #ddd !important;
        padding: 16px 0px !important;
    }

    .cat-product-item .cat-product-text .cat-product-btn li {
        display: inline-block !important;
    }

.add-cart-btn {
    float: right;
    text-align: center !important;
    background: #00abbc !important;
    color: #fff !important;
    line-height: 38px !important;
    border: 1px solid #00abbc !important;
    display: inline-block !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    padding: 5px 15px !important;
    -webkit-transition: all 400ms linear 0s !important;
    -o-transition: all 400ms linear 0s !important;
    transition: all 400ms linear 0s !important;
    
}

.more-info-btn {
    background: #203564 !important;
    text-align: center !important;
    color: #fff !important;
    line-height: 38px !important;
    border: 1px solid #203564 !important;
    display: inline-block !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    padding: 5px 15px !important;
    -webkit-transition: all 400ms linear 0s !important;
    -o-transition: all 400ms linear 0s !important;
    transition: all 400ms linear 0s !important;
    
}


.add-cart-btn:hover {
    border-color: #203564 !important;
    background-color: #203564 !important;
    color: #ffffff !important;
}

.more-info-btn:hover {
    border-color: #203564 !important;
    background-color: transparent !important;
    color: #000 !important;
}

a:hover, a:focus {
    text-decoration: none !important;
    outline: none !important;
}

.alternative-font-cb {
    color: #9e3054;
    font-size: 1.5em;
    font-style: italic;
    font-weight: bold;
}

.cat-product-item .cat-product-text h6 span {
    color: #00abbc !important;
    font-weight: bold !important;
    font-size: 13px;
}

.cat-product-item .cat-product-text .cat-product-rating li {
    display: inline-block !important;
    margin-bottom: 10px !important;
}

    .cat-product-item .cat-product-text .cat-product-rating li a {
        font-size: 15px !important;
        color: #FFD700 !important;
    }

.cat-product-text .add-review {
    display: inline-block;
    padding-left: 15px;
}

    .cat-product-text .add-review a {
        font-size: 14px;
        
        color: #666666;
        margin-right: 35px;
        position: relative;
    }

        .cat-product-text .add-review a:before {
            content: "";
            width: 2px;
            height: 14px;
            background: #666666;
            position: absolute;
            right: -17px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .cat-product-text .add-review a:last-child {
            margin-right: 0px;
        }


.well-deal-info {
    padding: 0;
    /* margin-top: 38px; */
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    border-radius: 0 !important;
    text-align: center !important;
    background-color: #f5f5f5 !important;
   /* border: 1px solid #00abbc !important;*/
}

    .well-deal-info p {
        padding: 10px;
        margin-top: 0;
        margin-bottom: 0;
    }

.dealRewardCredit {
    border: none !important;
    padding: 12px 0px !important;
    color: #000;
}

.shadow {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.30);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.30);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.30);
}

/*.bg-title-its4women {
    padding: 5px !important;
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
}*/

.bg-title-its4women {
    /* padding: 5px !important; */
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    
    font-weight: bold !important;
    color: #000 !important;
    margin-bottom: 20px !important;
    padding: 15px !important;
}

ul {
    list-style: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

.l-widget {
    margin-bottom: 40px;
    margin-top: 20px;
    width: 100%;
}

.filter-title {
    position: relative !important;
    padding-bottom: 5px !important;
    margin-bottom: 30px !important;
}

    .filter-title h3 {
        font-size: 18px !important;
        color: #333333 !important;
        margin-left: -10px !important;
    }

.filter-widget .ui_slider {
    border-radius: 0px;
    height: 2px;
    border: none;
    background: #e5e5e5;
    margin-top: 30px;
}

    .filter-widget .ui_slider .ui-slider-range {
        background: #000;
    }

    .filter-widget .ui_slider .ui-slider-handle {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        background: #000000;
        border: 0px;
        top: -7px;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

    .filter-widget .ui_slider .ui-slider-handle {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        background: #000000;
        border: 0px;
        top: -7px;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

.filter-widget label {
    font-size: 13px;
    
    color: #0b1033;
    font-weight: 500;
    padding-top: 20px;
    margin-bottom: 0px;
}

.filter-widget input {
    border: none;
    display: inline-block;
    width: 100%;
    max-width: 100px;
}

.filter-widget input {
    border: none;
    display: inline-block;
    width: 100%;
    max-width: 100px;
}

.featured-title h3 {
    font-size: 18px !important;
    color: #333333 !important;
    margin-left: -10px !important;
    margin-bottom: 30px !important;
}

.featured-title {
    position: relative !important;
    padding-bottom: 5px !important;
    margin-bottom: 30px !important;
}



.product-description-area .tab_menu .nav-tabs a.active {
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
}

.product-description-area .tab_menu .nav-tabs a {
    padding: 0px;
    border: none;
    padding-right: 25px;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    color: #cccccc;
    
    text-transform: uppercase;
    line-height: 50px;
}

.product-description-area .tab-content {
    padding: 35px 0px;
}

    .product-description-area .tab-content p {
        font-size: 14px;
        
        line-height: 26px;
        color: #666666;
        letter-spacing: .35px;
    }

    .product-description-area .tab-content ul li a {
        color: #efb504;
        font-size: 15px;
    }

    .product-description-area .tab-content ul li {
        display: inline-block;
    }

.quantity .add-cart-btn {
    height: 50px !important;
    vertical-align: top !important;
    line-height: 49px !important;
    border: 1px solid #cccccc !important;
    padding: 0px 30px !important;
    margin-left: 7px !important;
}

.list-group-item {
    padding: 7.3px !important;
}

a.list-group-item {
    font-size: 11px !important;
}




.quantityReward .custom {
    display: inline-block !important;
    position: relative !important;
}

    .quantityReward .custom .reduced, .quantityReward .custom .increase {
        padding: 0px !important;
        border: none !important;
        background: transparent !important;
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        font-size: 18px !important;
        /*  color: #000 !important;*/
        cursor: pointer !important;
        position: absolute !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }

    .quantityReward .custom .reduced {
        left: 10px !important;
    }

    .quantityReward .custom .increase {
        right: 10px;
    }

    .quantityReward .custom input {
        height: 30px !important;
        width: 55% !important;
        padding: 0px 20px !important;
        text-align: center !important;
        font-size: 13px !important;
        font-family: "Poppins", sans-serif !important;
        font-weight: 500 !important;
        /* color: #000 !important;*/
        letter-spacing: .40px !important;
        border: 1px solid #cccccc !important;
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: transparent;
    }

        .quantityReward .custom input.placeholder {
            font-size: 13px !important;
            font-family: "Poppins", sans-serif !important;
            font-weight: 500 !important;
            color: #000 !important;
            letter-spacing: .40px !important;
        }

        .quantityReward .custom input:-moz-placeholder {
            font-size: 13px !important;
            font-family: "Poppins", sans-serif !important;
            font-weight: 500 !important;
            color: #000 !important;
            letter-spacing: .40px !important;
        }

        .quantityReward .custom input::-moz-placeholder {
            font-size: 13px !important;
            font-family: "Poppins", sans-serif !important;
            font-weight: 500 !important;
            color: #000 !important;
            letter-spacing: .40px !important;
        }

        .quantityReward .custom input::-webkit-input-placeholder {
            font-size: 13px !important;
            font-family: "Poppins", sans-serif !important;
            font-weight: 500 !important;
            color: #000 !important;
            letter-spacing: .40px !important;
        }



.quantity {
    /*margin-top: 30px;*/
    margin-bottom: 18px !important;
}

/*.shop .quantity {
    margin: 0 15px 25px 0 !important;
    /*overflow: hidden !important;
    position: relative !important;
    width: 125px !important;
    height: 35px !important;
    float: left !important;
}*/


.quantity .custom {
    display: inline-block !important;
    position: relative !important;
}

    .quantity .custom .reduced, .quantity .custom .increase {
        padding: 0px !important;
        border: none !important;
        background: transparent !important;
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        font-size: 18px !important;
      /*  color: #000 !important;*/
        cursor: pointer !important;
        position: absolute !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }

    .quantity .custom .reduced {
        left: 10px !important;
    }

    .quantity .custom .increase {
        right: 10px;
    }

    .quantity .custom input {
        height: 30px !important;
        width: 55% !important;
        padding: 0px 20px !important;
        text-align: center !important;
        font-size: 13px !important;
        font-family: "Poppins", sans-serif !important;
        font-weight: 500 !important;
        /* color: #000 !important;*/
        letter-spacing: .40px !important;
        border: 1px solid #cccccc !important;
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: transparent;
    }

        .quantity .custom input.placeholder {
            font-size: 13px !important;
            font-family: "Poppins", sans-serif !important;
            font-weight: 500 !important;
            color: #000 !important;
            letter-spacing: .40px !important;
        }

        .quantity .custom input:-moz-placeholder {
            font-size: 13px !important;
            font-family: "Poppins", sans-serif !important;
            font-weight: 500 !important;
            color: #000 !important;
            letter-spacing: .40px !important;
        }

        .quantity .custom input::-moz-placeholder {
            font-size: 13px !important;
            font-family: "Poppins", sans-serif !important;
            font-weight: 500 !important;
            color: #000 !important;
            letter-spacing: .40px !important;
        }

        .quantity .custom input::-webkit-input-placeholder {
            font-size: 13px !important;
            font-family: "Poppins", sans-serif !important;
            font-weight: 500 !important;
            color: #000 !important;
            letter-spacing: .40px !important;
        }





.quantity .custom {
    display: inline-block !important;
    position: relative !important;
}

    .quantity .custom .reduced, .quantity .custom .increase {
        padding: 0px !important;
        border: none !important;
        background: transparent !important;
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        font-size: 18px !important;
      /*  color: #000 !important;*/
        cursor: pointer !important;
        position: absolute !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }

    .quantity .custom .reduced {
        left: 10px !important;
    }

    .quantity .custom .increase {
        right: 10px;
    }

    .quantity .custom input {
        height: 50px !important;
        width: 100% !important;
        padding: 0px 20px !important;
        text-align: center !important;
        font-size: 16px !important;
        font-family: "Poppins", sans-serif !important;
        font-weight: 500 !important;
        /* color: #000 !important;*/
        letter-spacing: .40px !important;
        border: 1px solid #cccccc !important;
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: transparent;
    }

        .quantity .custom input.placeholder {
            font-size: 16px !important;
            font-family: "Poppins", sans-serif !important;
            font-weight: 500 !important;
            color: #000 !important;
            letter-spacing: .40px !important;
        }

        .quantity .custom input:-moz-placeholder {
            font-size: 16px !important;
            font-family: "Poppins", sans-serif !important;
            font-weight: 500 !important;
            color: #000 !important;
            letter-spacing: .40px !important;
        }

        .quantity .custom input::-moz-placeholder {
            font-size: 16px !important;
            font-family: "Poppins", sans-serif !important;
            font-weight: 500 !important;
            color: #000 !important;
            letter-spacing: .40px !important;
        }

        .quantity .custom input::-webkit-input-placeholder {
            font-size: 16px !important;
            font-family: "Poppins", sans-serif !important;
            font-weight: 500 !important;
            color: #000 !important;
            letter-spacing: .40px !important;
        }

.quantity .add_cart_btn {
    height: 50px !important;
    vertical-align: top !important;
    line-height: 49px !important;
    border: 1px solid #cccccc !important;
    padding: 0px 30px !important;
    margin-left: 7px !important;
}


.panel-default > .panel-heading {
    color: #000 !important;
    font-weight: bold !important;
    background-color: #fff !important;
    border-color: #cccccc !important;
    border-bottom: none !important;
}

.panel-group .panel {
    border-radius: 0 !important;
}

.panel-group {
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}

.panel {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.panel-bottom-border {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
}


/*  checkout  */

.billing_details {
    /*padding-right: 85px !important;*/
    padding-right: 0;
    margin-bottom: -20px !important;
}

.reg-title {
    font-size: 24px !important;
    color: #000 !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: bold !important;
    padding-bottom: 10px !important;
}

.billing_details .billing_inner .form-group {
    margin-bottom: 20px !important;
}

    .billing_details .billing_inner .form-group label {
        display: block !important;
        font-family: "Montserrat", sans-serif !important;
        color: #666666 !important;
        font-weight: normal !important;
        font-size: 14px !important;
    }

        .billing_details .billing_inner .form-group label span {
            color: #ff0000 !important;
        }

    .billing_details .billing_inner .form-group .bootstrap-select {
        width: 100% !important;
        border: 1px solid #cccccc !important;
        height: 56px !important;
    }

        .billing_details .billing_inner .form-group .bootstrap-select .dropdown-toggle {
            padding: 0px 22px !important;
            line-height: 56px !important;
            background: transparent !important;
            outline: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

            .billing_details .billing_inner .form-group .bootstrap-select .dropdown-toggle span {
                font-size: 14px !important;
                font-family: "Montserrat", sans-serif !important;
                color: #666666 !important;
            }

        .billing_details .billing_inner .form-group .bootstrap-select .dropdown-menu {
            margin: 0px !important;
            border-radius: 0px !important;
        }

            .billing_details .billing_inner .form-group .bootstrap-select .dropdown-menu .dropdown-menu.inner {
                display: block !important;
            }

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative !important;
}

.billing_details .billing_inner .form-group .bootstrap-select .dropdown-menu .dropdown-menu.inner li a {
    padding: 0px 22px !important;
    display: block !important;
    line-height: 35px !important;
    font-size: 14px !important;
    font-family: "Montserrat", sans-serif !important;
    color: #666666 !important;
    -webkit-transition: all 400ms linear 0s !important;
    -o-transition: all 400ms linear 0s !important;
    transition: all 400ms linear 0s !important;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block !important;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none !important;
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none !important;
}

.billing_details .billing_inner .form-group input {
    height: 56px !important;
    border: 1px solid #777 !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0px 22px !important;
}

.lines {
    border-top: 1px solid #bdbdbd !important;
    padding: 0px 30px !important;
    padding-top: 20px !important;
    margin-top: 0;
}

.lines-rewards {
    border-top: 1px solid #bdbdbd !important;
    padding: 0px 30px !important;
    padding-top: 20px !important;
    margin-top: 0;
}

.lines-top {
    border-top: 1px solid #bdbdbd !important;
    padding: 0px 30px !important;
    padding-top: 20px !important;
    margin-top: 0;
}

.bg {
    background: #f8f8f8 !important;
    padding: 20px !important;
    margin-top: 20px !important;
}

.bg-title-its4women-white {
    background-color: #fff !important;
    padding: 10px 30px 10px 30px !important;
    border: 1px solid #cccccc !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.payment_list {
    background: #f5f5f5 !important;
    padding: 60px 30px 35px 30px !important;
}

    .payment_list .price_single_cost {
        border-top: 1px solid #bdbdbd !important;
        padding: 0px 30px !important;
        padding-top: 20px !important;
    }

        .payment_list .price_single_cost h2 {
            font-family: "Montserrat", sans-serif !important;
            font-weight: 600 !important;
            color: #00abbc !important;
            padding: 0;
            margin-bottom: 10px !important;
        }

        .payment_list .price_single_cost h5 {
            display: block !important;
            font-size: 14px !important;
            color: #666666 !important;
            font-family: "Montserrat", sans-serif !important;
            font-weight: normal !important;
            padding-bottom: 20px !important;
        }

            .payment_list .price_single_cost h5 span {
                float: right !important;
            }

        .payment_list .price_single_cost h4 span {
            float: right !important;
        }

        .payment_list .price_single_cost h4 {
            font-size: 18px !important;
            font-family: "Montserrat", sans-serif !important;
            font-weight: bold !important;
            color: #333333 !important;
            padding-bottom: 20px !important;
            margin-left: -30px !important;
            margin-right: -30px !important;
            padding-left: 30px !important;
            padding-right: 30px !important;
            border-bottom: 1px solid #bdbdbd !important;
        }

h3.normal_text {
    color: #000 !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: normal !important;
    overflow: hidden !important;
    float: none !important;
    font-size: 14px !important;
    position: relative !important;
    top: 0 !important;
}


    h3.normal_text span {
        float: right !important;
        font-weight: 600 !important;
        color: #00abbc !important;
        font-family: "Montserrat", sans-serif !important;
        font-size: 32px !important;
    }

.price_method {
    border-top: 1px solid #bdbdbd !important;
    padding-top: 0 !important;
}

    .price_method .card {
        border: none !important;
        border-radius: 0px !important;
        background: transparent !important;
        padding-left: 65px !important;
        padding-right: 2px !important;
        margin-bottom: -25px !important;
    }

        .price_method .card .card-header {
            padding: 0px !important;
            border-radius: 0px !important;
            border: none !important;
            background: transparent !important;
        }

            .price_method .card .card-header h5 a:before {
                content: "";
                height: 18px;
                width: 18px;
                border: 1px solid #000;
                border-radius: 50%;
                position: absolute;
                left: -65px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .price_method .card .card-header h5 a:after {
                content: "";
                height: 10px;
                width: 10px;
                background: #000;
                border-radius: 50%;
                position: absolute;
                left: -61px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.price_method .card .card-header h5 a {
    background: transparent !important;
    text-transform: uppercase !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: bold !important;
    font-size: 14px !important;
    color: #333333 !important;
    position: relative !important;
}

.price_method .card .card-body {
    padding: 10px 0px 0px 0px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #959595 !important;
    font-family: "Montserrat", sans-serif !important;
}

.order_box_price .subs_btn {
    margin-top: 15px !important;
}

.subs_btn {
    background: #333333 !important;
    text-transform: uppercase !important;
    color: #fff !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: .70px !important;
    border-radius: 0px !important;
    border: 1px solid #333333 !important;
    padding: 0px 35px !important;
    line-height: 48px !important;
    -webkit-transition: all 400ms linear 0s !important;
    -o-transition: all 400ms linear 0s !important;
    transition: all 400ms linear 0s !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

.reward {
    border-bottom: 1px solid #00abbc !important;
}

footer {
    background-color: #f5f5f5 !important;
/*    border-top: 1px solid #999 !important;*/
    margin-top: 40px !important;
    position: relative !important;
    font-size: 0.9em !important;
}

@media (max-width:1199px) {

    .add-cart-btn {
        font-size: 13px !important;
    }


    .more-info-btn {
        font-size: 12px !important;
    }

    .cat-product-item .cat-product-text h6 {
        font-size: 10px !important;
    }

        .cat-product-item .cat-product-text h6 span {
            font-size: 10px !important;
        }
}

@media (min-width:1024px) and (max-width:1024px) {

    .add-cart-btn {
        font-size: 13px !important;
    }


    .more-info-btn {
        font-size: 12px !important;
    }

    .cat-product-item .cat-product-text h6 {
        font-size: 10px !important;
    }

        .cat-product-item .cat-product-text h6 span {
            font-size: 10px !important;
        }
}


@media (min-width:991px) {

    .lines {
        margin-top: 100px !important;
    }

    .lines-top {
        margin-top: 0 !important;
    }

    .lines-rewards {
        margin-top: 110px !important;
    }

    .cat-product-item .cat-product-text h5 {
        margin-bottom: 30px !important;
    }
}


@media (max-width:991px) {
    .cat-product-item .cat-product-img {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }

    .col-md-3 {
        max-width: 100% !important;
    }

    .col-md-6 {
        max-width: 100% !important;
    }

    .col-md-9 {
        max-width: 100% !important;
    }

    .col-sm-3 {
        max-width: 100% !important;
    }

    .col-sm-6 {
        max-width: 100% !important;
    }

    .col-sm-9 {
        max-width: 100% !important;
    }

    .float-left {
        float: left !important;
    }

    #share-this-wrap {
        float: left !important;
    }

    .blog-item .blog-text {
        margin-bottom: 0 !important;
        text-align: center;
    }

    .well-deal-info {
        margin-bottom: 15px;
        margin-top: -10px;
    }

        .well-deal-info p {
            padding: 10px;
            margin-top: 0;
            margin-bottom: 0;
        }

    .add-cart-btn {
        float: unset !important;
        width: 100% !important;
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    .more-info-btn {
        float: unset !important;
        width: 100% !important;
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    .address {
        text-align:center;
    }

    .quantity .custom .more-info-btn {
        width: 100% !important;
        text-align: center !important;
    }

    .cat-product-item .cat-product-text h6 {
        font-size: 12px !important;
        letter-spacing: -0.9px !important;
    }

    .cat-product-item .cat-product-text h3 {
        margin-top: 20px !important;
    }
}


@media (max-width:768px) {

    .col-md-7 {
        -ms-flex: unset !important;
        flex: unset !important;
        max-width: 100% !important;
    }

    .col-md-5 {
        -ms-flex: unset !important;
        flex: unset !important;
        max-width: 100% !important;
    }

    .lines {
        margin-top: 100px !important;
    }

    .lines-top {
        margin-top: 0 !important;
    }

    .lines-rewards {
        margin-top: 110px !important;
    }


    .float-left {
        float: none !important;
    }

    .blog-item .blog-text {
        margin-bottom: 0 !important;
    }

    .well-deal-info {
        margin-bottom: 15px;
        margin-top: -10px;
    }

        .well-deal-info p {
            font-size: 12px;
        }
}

@media (min-width:768px) and (max-width:768px) {

    .drop {
        margin-top: 240px !important;
    }

    .drop-other {
        margin-bottom: 30px !important;
        width: 50% !important;
    }
}

@media (min-width:768px) {

    .col-md-7 {
        -ms-flex: unset !important;
        flex: unset !important;
        max-width: 100% !important;
    }

    .col-md-6 {
        -ms-flex: unset !important;
        flex: unset !important;
        max-width: 100% !important;
    }

    .col-md-5 {
        -ms-flex: unset !important;
        flex: unset !important;
        max-width: 100% !important;
    }

    .col-sm-7 {
        -ms-flex: unset !important;
        flex: unset !important;
        max-width: 100% !important;
    }

    .col-sm-6 {
        -ms-flex: unset !important;
        flex: unset !important;
        max-width: 100% !important;
    }

    .col-sm-5 {
        -ms-flex: unset !important;
        flex: unset !important;
        max-width: 100% !important;
    }

    .lines {
        margin-top: 10px !important;
    }

    .lines-top {
        margin-top: 0 !important;
    }

    .lines-rewards {
        margin-top: 10px !important;
    }

    .cat-product-item .cat-product-text h5 {
        /*margin-bottom: 20px !important;*/
        margin-bottom: 5px !important;
    }

    .col-md-6 {
        /*-ms-flex: 0 0 50%;*/
        /* flex: 0 0 50%; */
        max-width: 100% !important;
    }

    .cat-product-item .cat-product-text .warning {
        margin-top: 75px !important;
        font-size: 11px !important;
        font-weight: bold !important;
        text-align: center !important;
    }
}

@media (max-width:767px) {

    .quantity .custom input {
        width: 440px !important;
    }

    .col-md-7 {
        -ms-flex: unset !important;
        flex: unset !important;
        max-width: 100% !important;
    }

    .col-md-5 {
        -ms-flex: unset !important;
        flex: unset !important;
        max-width: 100% !important;
    }

    .lines {
        margin-top: 10px !important;
    }

    .lines-top {
        margin-top: 0 !important;
    }

    .lines-rewards {
        margin-top: 10px !important;
    }

    .cat-product-item .cat-product-text h5 {
        margin-bottom: 20px !important;
    }

    .cat-product-item .cat-product-text h3 {
        margin-top: 30px !important;
    }
}

@media (max-width:736px) { /* iPhone 6/7/8 Plus Rotated */


    #product-1 .add-cart-btn {
        width: 210% !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }

    .cat-product-item .add-cart-btn {
        width: 95% !important;
        margin-bottom: 5px !important;
        text-align: center !important;
    }

    #pay .add-cart-btn {
        width: 100% !important;
        text-align: center !important;
    }

    .cat-product-item .quantity .custom input {
        width: 420px !important;
    }

    /*.cat-product-item .quantity .custom .one {
        width: 380px !important;
        margin-top: 20px !important;
    }*/

    .more-info-btn {
        width: 100% !important;
        text-align: center !important;
    }

    .bg-title-its4women-white {
        width: 380px !important;
        text-align: center !important;
    }

    .cat-product-item .cat-product-text h3 {
        margin-top: 30px !important;
    }
}

@media (max-width:735px) {

    .cat-product-item .add-cart-btn {
        width: 100% !important;
    }

    .cat-product-item .quantity .custom input {
        width: 320px !important;
    }

    .quantity .custom input {
        width: 440px !important;
    }

    .cat-product-item .cat-product-text h3 {
        margin-top: 30px !important;
    }
}

@media (max-width:667px) { /* iPhone 6/7/8 Rotated */

    #product-1 .add-cart-btn {
        width: 210% !important;
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    #product-2 .add-cart-btn {
        width: 210% !important;
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    .more-info-btn {
        width: 100% !important;
        text-align: center !important;
    }

    .bg-title-its4women-white {
        width: 380px !important;
        text-align: center !important;
    }

    .quantity .custom input {
        width: 120% !important;
    }

    /*.quantity .custom .one {
        width: 105% !important;
        margin-top: 10px !important;
    }*/

    .cat-product-item .cat-product-text h3 {
        margin-top: 30px !important;
    }
}

@media (max-width:414px) { /* iPhone 6/7/8 Plus */

    .cat-product-item .cat-product-text .cat-product-rating li a {
        font-size: 12px !important;
    }

    /*.quantity .custom .one {
        width: 105% !important;
        margin-top: 10px !important;
    }*/

    /*.cat-product-item .cat-product-text h5 {
       text-align: center !important;
    }*/

    .cat-product-item .cat-product-text h6 span {
        font-size: 12px !important;
    }

    .cat-product-item .cat-product-text p {
        font-size: 12px !important;
    }

    #product-1 .add-cart-btn {
        margin-bottom: 40px !important;
        width: 100% !important;
    }

    /*.cat-product-item .quantity .custom .one {
        width: 250px !important;
        margin-top: 20px !important;
    }*/

    #product-2 .add-cart-btn {
        width: 100% !important;
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    .bg-title-its4women-white {
        width: 250px !important;
        text-align: center !important;
    }

    .cat-product-item .cat-product-text .warning {
        margin-top: 10px !important;
        font-size: 11px !important;
        font-weight: bold !important;
        text-align: center !important;
    }

    .cat-product-item .cat-product-text h3 {
        margin-top: 40px !important;
    }

    .b-main-title h2 {
        font-size: 16px !important;
    }

    .drop-other {
        margin-bottom: 30px !important;
        width: 100% !important;
    }

    .b-main-title h2 {
        font-size: 16px !important;
        /*margin-top: 40px !important;*/
        margin-top: 0 !important;
    }

    .cat-product-item .cat-product-img {
        margin-top: -20px !important;
    }
}

@media (max-width:375px) { /* iPhone 6/7/8 */

    .cat-product-item .cat-product-text .cat-product-rating li a {
        font-size: 10px !important;
    }

    .col-md-7 {
        -ms-flex: unset !important;
        flex: unset !important;
        width: 100% !important;
    }

    .col-md-6 {
        -ms-flex: unset !important;
        flex: unset !important;
        width: 100% !important;
    }

    .col-md-5 {
        -ms-flex: unset !important;
        flex: unset !important;
        width: 100% !important;
    }

    .col-sm-7 {
        -ms-flex: unset !important;
        flex: unset !important;
        width: 100% !important;
    }

    .col-sm-6 {
        -ms-flex: unset !important;
        flex: unset !important;
        width: 100% !important;
    }

    .col-sm-5 {
        -ms-flex: unset !important;
        flex: unset !important;
        width: 100% !important;
    }

    .cat-product-item .cat-product-text h6 span {
        font-size: 12px !important;
    }

    /*.cat-product-item .cat-product-text h5 {
       text-align: center !important;
    }*/

    .cat-product-item .cat-product-text h6 span {
        font-size: 12px !important;
    }

    .cat-product-item .cat-product-text p {
        font-size: 12px !important;
    }

    #share-this-wrap span {
        margin-left: 0 !important;
    }

    /*.quantity .custom .one {
        width: 100% !important;
        margin-top: 10px !important;
    }*/

    .bg-title-its4women-white {
        width: 220px !important;
        text-align: center !important;
    }

    .cat-product-item .cat-product-text h6 {
        font-size: 12px !important;
        letter-spacing: -0.9px !important;
    }

    
    .cat-product-item .cat-product-text .warning {
        margin-top: 10px !important;
        font-size: 11px !important;
        font-weight: bold !important;
        text-align: center !important;
    }

    .b-main-title h2 {
        font-size: 16px !important;
        /*margin-top: 40px !important;*/
        margin-top: 0 !important;
    }

    .drop-other {
        margin-bottom: 30px !important;
        width: 100% !important;
    }

    .cat-product-item .cat-product-img {
        margin-top: -20px !important;
    }
}

@media (min-width:360px) and (max-width:360px) {
   
    .cat-product-item .cat-product-text .warning {
        margin-top: 10px !important;
        font-size: 11px !important;
        font-weight: bold !important;
        text-align: center !important;
    }

    .b-main-title h2 {
        font-size: 15px !important;
        /*margin-top: 40px !important;*/
        margin-top: 0 !important;
    }

    .drop-other {
        margin-bottom: 30px !important;
        width: 100% !important;
    }

    .cat-product-item .cat-product-img {
        margin-top: -20px !important;
    }
}


@media (min-width:320px) and (max-width:320px) {
   
    .b-main-title h2 {
        font-size: 10px !important;
    }

    .cat-product-item .cat-product-text .warning {
        margin-top: 10px !important;
        font-size: 11px !important;
        font-weight: bold !important;
        text-align: center !important;
    }
    .cat-product-item .cat-product-img {
        margin-top: -20px !important;
    }
}


.btn-brand {
    background-color: #00abbc;
    border-color: #00abbc;
    color:#fff;
}

.btn-brand2 {
    background-color: #203564;
    border-color: #203564;
    color: #fff;
}

.rewardTitle {
    color: #00acbb;
}

.rewardTypeTitle {
    color: #203564;
}
.noBottomMargin {
    margin-bottom: 0px;
}