
.mobile_tag {
    display: none;
}


.v-m {
    vertical-align: middle;
}

.v-t {
    vertical-align: top;
}

.img-responsive {
    display: block;
    margin: auto;
    max-width: 100%;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.no-gutter.row {
    margin-left: 0px;
    margin-right: 0px;
}

.xxs-gutter.row {
    margin-left: -1px;
    margin-right: -1px;
}

.xs-gutter.row {
    margin-left: -3px;
    margin-right: -3px;
}

.sm-gutter.row {
    margin-left: -6px;
    margin-right: -6px;
}

.md-gutter.row {
    margin-left: -9px;
    margin-right: -9px;
}

.lg-gutter.row {
    margin-left: -12px;
    margin-right: -12px;
}

.xlg-gutter.row {
    margin-left: -15px;
    margin-right: -15px;
}

.no-gutter > [class*='col-'] {
    padding-left: 0px;
    padding-right: 0px;
}

.xxs-gutter > [class*='col-'] {
    padding-left: 1px;
    padding-right: 1px;
}

.xs-gutter > [class*='col-'] {
    padding-left: 3px;
    padding-right: 3px;
}

.sm-gutter > [class*='col-'] {
    padding-left: 6px;
    padding-right: 6px;
}

.md-gutter > [class*='col-'] {
    padding-left: 9px;
    padding-right: 9px;
}

.lg-gutter > [class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
}

.xlg-gutter > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

.m-n-t {
    margin-top: 0px;
}

.m-n-a {
    margin: 0px;
}

.m-n-b {
    margin-bottom: 0px;
}

.m-n-l {
    margin-left: 0px;
}

.m-n-r {
    margin-right: 0px;
}

.m-xs-t {
    margin-top: 4px;
}

.m-xs-a {
    margin: 4px;
}

.m-xs-b {
    margin-bottom: 4px;
}

.m-xs-l {
    margin-left: 4px;
}

.m-xs-r {
    margin-right: 4px;
}

.m-sm-t {
    margin-top: 8px;
}

.m-sm-a {
    margin: 8px;
}

.m-sm-b {
    margin-bottom: 8px;
}

.m-sm-l {
    margin-left: 8px;
}

.m-sm-r {
    margin-right: 8px;
}

.m-md-t {
    margin-top: 12px;
}

.m-md-a {
    margin: 12px;
}

.m-md-b {
    margin-bottom: 12px;
}

.m-md-l {
    margin-left: 12px;
}

.m-md-r {
    margin-right: 12px;
}

.m-lg-t {
    margin-top: 16px;
}

.m-lg-a {
    margin: 16px;
}

.m-lg-b {
    margin-bottom: 16px;
}

.m-lg-l {
    margin-left: 16px;
}

.m-lg-r {
    margin-right: 16px;
}

.m-xlg-t {
    margin-top: 20px;
}

.m-xlg-a {
    margin: 20px;
}

.m-xlg-b {
    margin-bottom: 20px;
}

.m-xlg-l {
    margin-left: 20px;
}

.m-xlg-r {
    margin-right: 20px;
}

.p-n-t {
    padding-top: 0px;
}

.p-n-a {
    padding: 0px;
}

.p-n-b {
    padding-bottom: 0px;
}

.p-n-l {
    padding-left: 0px;
}

.p-n-r {
    padding-right: 0px;
}

.p-xs-t {
    padding-top: 4px;
}

.p-xs-a {
    padding: 4px;
}

.p-xs-b {
    padding-bottom: 4px;
}

.p-xs-l {
    padding-left: 4px;
}

.p-xs-r {
    padding-right: 4px;
}

.p-sm-t {
    padding-top: 8px;
}

.p-sm-a {
    padding: 8px;
}

.p-sm-b {
    padding-bottom: 8px;
}

.p-sm-l {
    padding-left: 8px;
}

.p-sm-r {
    padding-right: 8px;
}

.p-md-t {
    padding-top: 12px;
}

.p-md-a {
    padding: 12px;
}

.p-md-b {
    padding-bottom: 12px;
}

.p-md-l {
    padding-left: 12px;
}

.p-md-r {
    padding-right: 12px;
}

.p-lg-t {
    padding-top: 16px;
}

.p-lg-a {
    padding: 16px;
}

.p-lg-b {
    padding-bottom: 16px;
}

.p-lg-l {
    padding-left: 16px;
}

.p-lg-r {
    padding-right: 16px;
}

.p-xlg-t {
    padding-top: 20px;
}

.p-xlg-a {
    padding: 20px;
}

.p-xlg-b {
    padding-bottom: 20px;
}

.p-xlg-l {
    padding-left: 20px;
}

.p-xlg-r {
    padding-right: 20px;
}

.vertical-align {
    align-items: center;
    display: flex;
}




@media (max-width:992px) {
    .vertical-align-md-n {
        align-items: center;
        display: block;
    }
    .mobile_tag{
    display:block;
}
    .ready-ship-box {
    padding: 3px 3px !important;
    border-bottom: 1px solid #e6e2e2 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background-color: #e6e4e4cc!important;
    font-size: 12px;
}

}

.header-wrapper {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease 0s;
}

.header-top {
    padding: 10px 0;
    color: #000;
}

    .header-top .header-right {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        text-align: right;
        display: inline-block;
    }

        .header-top .header-right li {
            display: inline-block;
            padding: 0 10px;
            text-align: left;
            vertical-align: middle;
            position: relative;
        }

            .header-top .header-right li a {
                color: #000;
                text-decoration: none;
            }

    .header-top .dropdown.login-user {
        border-right: 1px solid #EFE0B7;
    }

.badge {
    position: relative;
}

    .badge[data-badge]::after {
        content: attr(data-badge);
        position: absolute;
        background: #A30A12;
        border-radius: 50%;
        color: #ffffff;
        font-size: 12px;
        height: 20px;
        right: -14px;
        top: 0px;
        width: 20px;
        text-align: center;
    }

.currency-dropdown, .dropdown-user {
    border-radius: 0;
    background-color: #fdfdfd;
    border: 3px solid rgba(204, 204, 204, 0.8);
    box-shadow: none;
    left: auto;
    margin-left: 0px;
    margin-top: 6px;
    min-width: 140px;
    padding: 4px;
    right: 0;
    top: 100%;
    font-size: 13px;
}

@media (max-width:768px) {
    .currency-dropdown, .dropdown-user {
        right: -50%;
    }
}

.currency-dropdown::after, .dropdown-user::after {
    border-color: transparent transparent rgba(204, 204, 204, 0.8);
    border-style: solid;
    border-width: 0 7px 7px;
    content: "";
    display: block;
    height: 0;
    left: auto;
    line-height: 0;
    position: absolute;
    top: -10px;
    right: 25px;
    width: 0;
}

@media (max-width:768px) {
    .currency-dropdown::after, .dropdown-user::after {
        right: 50%;
        margin-right: -10px;
    }
}

.currency-dropdown > ul, .dropdown-user > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .currency-dropdown > ul li, .dropdown-user > ul li {
        padding: 0px 4px;
        border: none;
        display: inline-block;
    }

        .currency-dropdown > ul li a, .dropdown-user > ul li a {
            color: #333;
            white-space: nowrap;
            cursor: pointer;
        }

.currency-dropdown a, .dropdown-user a {
    color: #333;
}

.account-dropdown li a {
    display: block;
    padding: 4px !important;
}

.ready-ship-box {
    padding: 6px 10px;
    text-align: center;
    border: 1px dashed #cccccc;
}

@media (max-width:992px) {
    .logo.inline-block {
        max-width: 250px;
    }

    .myaccont-section {
        font-size: 12px;
        left: auto;
        min-width: 120px;
        padding: 0;
        width: 120px;
        background-color: #fdfdfd;
        border: 3px solid rgba(204, 204, 204, 0.8);
        margin-left: 0;
        margin-top: 0px;
        position: absolute;
        top: 100%;
        right: 0px;
        z-index: 999;
        display: none;
    }

        .myaccont-section ul {
            padding-left: 0;
            list-style: none;
        }

            .myaccont-section ul li {
                display: block;
                margin-left: 0px !important;
                text-align: left;
            }

                .myaccont-section ul li a {
                    display: block;
                    padding: 8px 15px;
                    color: #333;
                    text-transform: uppercase;
                    white-space: nowrap;
                }

                    .myaccont-section ul li a:hover {
                        color: #e5057d;
                    }
}

.search-form {
    position: relative;
    max-width: 200px;
    display: inline-block;
}

    .search-form .form-control {
        border: none;
        background: #A30A12;
        border-radius: 32px;
        height: 32px;
        line-height: 30px;
        padding: 0;
        width: 32px;
        min-height: auto;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #fff;
    }

        .search-form .form-control:focus {
            background: #A30A12;
        }

        .search-form .form-control.searchbox-open {
            width: 140px;
            padding-left: 10px;
        }

    .search-form .search-btn {
        background: #A30A12;
        height: 32px;
        line-height: 30px;
        padding: 0 !important;
        width: 32px;
        border-radius: 32px;
        position: absolute;
        top: 0;
        right: 0;
        border: 0;
    }

        .search-form .search-btn:focus {
            outline: none;
        }

.breadcrumb {
    background-color: transparent;
    margin: 0;
    font-size: 13px;
}

    .breadcrumb a {
        color: #999999;
    }

        .breadcrumb a:hover {
            color: #666666;
        }

    .breadcrumb li.active {
        color: #666666;
    }

.mobile-search {
    position: fixed;
    background: #fff;
    display: block;
    height: 0%;
    width: 100%;
    top: -100%;
    padding: 10px;
    z-index: 999;
    transition: all 750ms cubic-bezier(0.77, 0, 0.175, 1), height 750ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 750ms cubic-bezier(0.77, 0, 0.175, 1), height 750ms cubic-bezier(0.77, 0, 0.175, 1);
}

    .mobile-search .mobile-search-form {
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 56px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
        padding: 10px 10px 10px 40px;
        background-color: #fff;
    }

        .mobile-search .mobile-search-form .form-control {
            border: none;
        }

            .mobile-search .mobile-search-form .form-control:focus {
                background: transparent;
            }

    .mobile-search .backarrow-btn.btn-transparent {
        left: 15px;
        position: absolute;
        top: 17px;
    }

    .mobile-search.open {
        top: 0;
    }

.blur {
    -webkit-filter: blur(1px) grayscale(0.5);
    filter: blur(1px) grayscale(0.5);
    opacity: 0.1;
}

.navbar-main {
    background: #000;
}

.dropdown-box {
    padding: 10px;
    border-bottom: 2px solid #A30A12;
}

.nav-main {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

    .nav-main .dropdown-toggle::after {
        display: none;
    }

    .nav-main li {
        display: inline-block;
    }

        .nav-main li a span {
            display: block;
            padding: 15px 15px;
            text-transform: capitalize;
        }

        .nav-main li a {
            color: #fff;
            display: inline-block;
            text-decoration: none;
            outline: none;
        }

@media (min-width:992px) {
    .nav-main > li > a:hover, .dropdown.open > a {
        color: #fff;
        background-color: #A30A12;
    }
}

.nav-main li li {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}

.nav-main li.dropdown {
    position: static;
}

    .nav-main li.dropdown .dropdown-box {
        position: absolute;
        top: 100%;
        right: auto;
        left: -auto;
        z-index: 999;
        display: none;
        visibility: visible;
        opacity: 1;
        padding: 0px 0px;
        min-width: 160px;
        background-color: #fff;
    }

    .nav-main li.dropdown .sub-menu {
        left: 100%;
        list-style: outside none none;
        padding: 0;
        top: 0;
        width: 100%;
    }

        .nav-main li.dropdown .sub-menu li {
            display: block;
            padding: 6px 10px;
        }

            .nav-main li.dropdown .sub-menu li a {
                color: #000;
                font-size: 13px;
            }

                .nav-main li.dropdown .sub-menu li a:hover {
                    color: #A30A12;
                }

.nav-main li.dropdown-full .dropdown-box {
    width: 100%;
    left: 0;
    right: 0;
}

@media (min-width:992px) {
    .nav-main .dropdown.open .dropdown-box {
        visibility: visible;
        opacity: 1;
        display: block;
    }
}

.navbar-toggle {
    display: inline-block;
    float: none;
    margin: 0 10px 0 0;
    padding: 0;
    background-color: transparent;
    border: none;
}

    .navbar-toggle .icon-bar {
        background-color: #fff;
        display: block;
        height: 2px;
        margin: 0;
        position: relative;
        width: 28px;
        border-radius: 4px;
    }

        .navbar-toggle .icon-bar.bar-top {
            width: 20px;
        }

        .navbar-toggle .icon-bar.bar-middle {
            width: 24px;
        }

        .navbar-toggle .icon-bar.bar-bottom {
            width: 28px;
        }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 7px;
        }

    .navbar-toggle .icon-circle {
        background-color: #ffffff;
        display: block;
        height: 4px;
        margin: 0;
        position: relative;
        width: 4px;
        border-radius: 4px;
    }

        .navbar-toggle .icon-circle + .icon-circle {
            margin-top: 7px;
        }

.header-right li + li.more-menu {
    margin-left: 10px;
}

.shopping_cart.badge {
    float: right;
    margin: 8px;
}

#mobilesearch-btn {
    margin-left: 0px;
}

@media (min-width:992px) {
    .col-lg-4.product-shop-wrapper.containt-inside {
        position: sticky;
        top: 130px;
    }
}

@media (max-width:991px) {
    .wrapper {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        left: 0px;
        position: relative;
    }

        .wrapper.visiable {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            left: 270px;
        }

    #nav-main {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #000;
        overflow: auto;
        padding: 0;
        margin: 0px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        width: 270px;
        z-index: 9999;
    }

        #nav-main li {
            display: block;
            border-top: 1px solid rgba(180, 180, 180, 0.2);
            padding: 0px;
        }

            #nav-main li.dropdown {
                position: relative;
            }

                #nav-main li.dropdown .dropdown-toggle::after {
                    display: none;
                }

        #nav-main a {
            padding: 10px 20px;
            display: block;
            font-size: 14px;
            color: #fff;
        }

            #nav-main a:hover {
                color: #A30A12;
            }

            #nav-main a span {
                padding: 0px;
                color: #fff;
            }

                #nav-main a span:hover {
                    color: #A30A12;
                }

        #nav-main .dropdown-box, #nav-main .sub-menu {
            position: relative;
            left: 0;
            opacity: 1;
            visibility: visible;
            border: none;
            border-top: none;
            margin-top: 0px;
            background-color: transparent;
            padding: 0px;
        }

    .nav-main .expand-icon {
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        position: absolute;
        top: -1px;
        right: 0;
        text-align: center;
        width: 40px;
        transition: all 0.3s ease-in-out 0s;
    }

        .nav-main .expand-icon.active {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
        }
}

#nav-main.visiable {
    left: 0px;
}

.menu-overlay {
    background-color: #000;
    display: none;
    height: 100%;
    opacity: 0.7;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.mobile-menu-action {
    background-color: #000;
    display: table;
    padding: 10px 0;
    table-layout: fixed;
    width: 100%;
    color: #ffffff;
    margin: 0;
}

    .mobile-menu-action li {
        display: table-cell;
        padding: 0 6px;
        text-align: center;
    }

.footer-wrapper {
    background-color: #000;
    padding: 10px 0;
    color: #999999;
}

.footer-title span {
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 20px 0 10px;
    text-transform: uppercase;
}

.footer-content {
    padding-top: 5px;
}

@media (max-width:544px) {
    .footer-content {
        padding: 10px;
    }

    .footer-title {
        border-bottom: 1px solid #333333;
        margin-bottom: -1px;
        padding: 10px 0;
        cursor: pointer;
        position: relative;
    }

        .footer-title span {
            margin: 0;
            font-size: 13px;
        }

        .footer-title .right-arrow {
            position: absolute;
            right: 0px;
            top: 14px;
            transition: all 0.3s ease-in-out 0s;
        }

        .footer-title.active .right-arrow {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
        }
}

.footer-links {
    font-size: 14px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .footer-links li {
        line-height: 28px;
    }

        .footer-links li a {
            color: #999999;
            position: relative;
            text-decoration: none;
        }

            .footer-links li a:hover {
                color: #999999;
            }

            .footer-links li a:active {
                color: #999999;
            }

            .footer-links li a::before {
                border-bottom: 1px solid #ffffff;
                color: #ffffff;
                content: attr(data-hover);
                left: 0;
                max-width: 0;
                overflow: hidden;
                position: absolute;
                transition: all 0.3s ease-in-out 0s;
                display: block;
                white-space: nowrap;
            }

            .footer-links li a:hover::before, .footer-links li a:focus::before {
                max-width: 100%;
            }

.service-box {
    padding: 15px 10px;
    border: 1px solid #CCCCCC;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-shadow: 4px 4px 0 0 #CCCCCC;
    -moz-box-shadow: 4px 4px 0 0 #CCCCCC;
    box-shadow: 4px 4px 0 0 #CCCCCC;
}

.link-follow {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    display: block;
}

    .link-follow li {
        border: 1px solid #666666;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 40px;
        margin-right: 8px;
    }

        .link-follow li a {
            color: #999999;
            font-size: 12px;
            display: block;
        }

.icon-box {
    border: 1px solid #666666;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.icon-box-whatsapp {
    border: 1px solid #666666;
    display: block;
    height: 40px;
    line-height: 35px;
    text-align: center;
    width: 40px;
}

.footer-bottom {
    color: #000;
    line-height: 24px;
}

.form-control.newsletter {
    max-height: 42px;
    min-height: 42px;
    border: 1px solid #666666;
    background: transparent;
    color: #999999;
}

.btn-transparent.btn-subscribe {
    font-weight: bold;
    color: #999999;
}

#scroll-top {
    bottom: 35px;
    display: inline-block;
    height: 45px;
    position: fixed;
    right: 10px;
    z-index: 990;
    background-color: #101010;
    cursor: pointer;
    display: none;
    transition: all 0.3s ease-in-out 0s;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border: 45px;
    border-radius: 40px;
    border: 1px solid #333;

}

    #scroll-top:hover {
        background-color: #101010;
    }

body {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}

@keyframes

"fadein" {
    from;

{
    opacity: 0;
}

to {
    opacity: 1;
}

}
@-moz-keyframes

"fadein" {
    from;

{
    opacity: 0;
}

to {
    opacity: 1;
}

}
@-webkit-keyframes

"fadein" {
    from;

{
    opacity: 0;
}

to {
    opacity: 1;
}

}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

body {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.container {
    max-width: 1366px;
    width: 100%;
}

.dropdown-toggle::after {
    display: none;
}

.text-black {
    color: #000000;
}

.text-underline {
    color: #000000;
    text-decoration: underline;
}

/*@font-face {
    font-family: 'NeutraText-Book';
    src: url("../fonts/NeutraText-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/NeutraText-Book.woff") format("woff"), url("../fonts/NeutraText-Book.ttf") format("truetype"), url("../fonts/NeutraText-Book.svg#NeutraText-Book") format("svg");
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'Rupee';
    src: url("../fonts/Rupee.eot?#iefix") format("embedded-opentype"), url("../fonts/Rupee.woff") format("woff"), url("../fonts/Rupee.ttf") format("truetype"), url("../fonts/Rupee.svg#Rupee") format("svg");
    font-weight: normal;
    font-style: normal;
}

.inline-block {
    display: inline-block;
}

.btn-transparent {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    color: #000000;
    padding: 0;
    outline: none;
}

    .btn-transparent:hover, .btn-transparent:focus {
        color: #666666;
        background-color: transparent;
        outline: none;
        border-color: transparent !important;
    }

.btn-default-outline {
    background-color: transparent;
    border: 1px solid #666;
    border-radius: 0;
    color: #999999;
}

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
    letter-spacing: 2px;
}

    .btn-black:hover {
        color: #fff;
        background-color: black;
        border-color: black;
    }

    .btn-black:focus, .btn-black.focus {
        color: #fff;
        background-color: black;
        border-color: black;
    }

    .btn-black:active, .btn-black.active, .open > .btn-black.dropdown-toggle {
        color: #fff;
        background-color: black;
        border-color: black;
        background-image: none;
    }

        .btn-black:active:hover, .btn-black:active:focus, .btn-black:active.focus, .btn-black.active:hover, .btn-black.active:focus, .btn-black.active.focus, .open > .btn-black.dropdown-toggle:hover, .open > .btn-black.dropdown-toggle:focus, .open > .btn-black.dropdown-toggle.focus {
            color: #fff;
            background-color: black;
            border-color: black;
        }

    .btn-black.disabled:focus, .btn-black.disabled.focus, .btn-black:disabled:focus, .btn-black:disabled.focus {
        background-color: #000;
        border-color: #000;
    }

    .btn-black.disabled:hover, .btn-black:disabled:hover {
        background-color: #000;
        border-color: #000;
    }

    .btn-black:hover {
        background-color: #fff;
        color: #000;
    }

.btn.btn-secondary-outline {
    color: #000;
    border-color: #000;
    border-width: 1px;
    border-radius: 0px;
}

    .btn.btn-secondary-outline:focus, .btn.btn-secondary-outline.focus, .btn.btn-secondary-outline:active, .btn.btn-secondary-outline.active {
        color: #000;
        background-color: transparent;
        border-color: #A39164;
    }

    .btn.btn-secondary-outline:hover {
        color: #fff;
        background-color: #A30A12;
        border-color: #A30A12;
    }

.form-control {
    min-height: 42px;
    border-radius: 0px;
}

    .form-control:focus {
        border-color: #999999;
        background-color: #fafafa;
    }

.input-group-addon {
    border-radius: 0;
    background-color: #DDDDDD;
}

.btn {
    min-height: 32px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 0px;
}

    .btn:focus {
        border-color: #666666;
    }

.btn-md, .input-md {
    min-height: 38px;
    font-size: 13px;
}

.btn-sm {
    min-height: 34px;
    font-size: 13px;
}

.outer.big {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.checkbox {
    display: inline-block;
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
    position: relative;
}

    .checkbox input {
        width: 1px;
        height: 1px;
        opacity: 0;
    }

        .checkbox input:checked + .outer .inner {
            -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" Opacity=100;
            filter: alpha(opacity=100);
        }

        .checkbox input:checked + .outer {
            border: 1px solid #000000;
        }

    .checkbox .outer {
        width: 12px;
        height: 12px;
        display: block;
        float: left;
        margin: 10px 10px 0 0;
        border: 1px solid #555555;
        background-color: #fff;
        position: absolute;
        left: 0;
    }

    .checkbox .inner {
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        width: 12px;
        height: 12px;
        margin: -1px 0 0 -1px;
        /*border: 6px solid #555555;
        background-color: #555555;*/
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        display: block;
        opacity: 0.00;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" Opacity=0;
        filter: alpha(opacity=0);
        background-image: url(/images/right_icon.png);
        background-repeat:no-repeat;
    }

.outer.square, .inner.square {
    border-radius: 0%;
    border-width: 1px;
}

.checkbox.square input:checked + .outer .inner::after {
    background: #555555;
    content: "";
    display: block;
    height: 8px;
    left: 1px;
    margin: auto;
    position: absolute;
    top: 1px;
    width: 8px;
}

.radio {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 500;
    padding-left: 20px;
}

    .radio:hover .inner {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" Opacity=5;
        filter: alpha(opacity=5);
    }

    .radio input {
        width: 1px;
        height: 1px;
        opacity: 0;
    }

        .radio input:checked + .outer .inner {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            opacity: 1;
        }

        .radio input:checked + .outer {
            border: 1px solid #A30A12;
        }

        .radio input:focus + .outer .inner {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            opacity: 1;
            background-color: #A30A12;
        }

    .radio .outer {
        width: 14px;
        height: 14px;
        display: inline-block;
        margin: 5px 10px 0 0;
        border: 1px solid #333333;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        left: 0;
    }

    .radio .inner {
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        width: 6px;
        height: 6px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        display: block;
        margin: 3px;
        border-radius: 50%;
        background-color: #a30a12;
        opacity: 0;
    }

.checked-icon, .round.checkbox input:checked + .outer::after {
    border-left: 0 none;
    border-style: none solid solid none;
    border-top: 0 none;
    border-width: 0 2px 2px 0;
    border-color: #999;
    content: "";
    display: table;
    height: 10px;
    left: 6px;
    position: absolute;
    top: 0px;
    transform: rotate(45deg);
    width: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.checkbox.round .outer {
    border-radius: 3px;
}

    .checkbox.round .outer .inner {
        border-radius: 3px;
        border: 1px solid #999;
    }

.control-label {
    font-size: 15px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.page-header {
    padding: 10px 0;
    position: relative;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

    .page-header::after {
        background-color: #000;
        bottom: 50%;
        content: "";
        display: block;
        height: 1px;
        margin-bottom: -3px;
        position: absolute;
        width: 100%;
        z-index: -1;
    }

    .page-header h1, .page-header h2, .page-header h3, .page-header h4 {
        margin: 0;
        padding: 0px 10px;
        display: block;
        position: relative;
        font-size: 22px;
        color: #000;
        background: #ffffff none repeat scroll 0 0;
        display: inline-block;
        position: relative;
    }

.section-title {
    padding: 10px 0;
    position: relative;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

    .section-title h1, .section-title h2, .section-title h3, .section-title h4 {
        margin: 0;
        padding: 0px 0;
        display: block;
        position: relative;
        font-size: 22px;
        color: #000;
    }

.title-left {
    text-align: left;
}

.section-title.title-underline {
    border-bottom: 1px solid #D7D5D6;
}

.sub-title h3, .sub-title {
    font-size: 15px;
    color: #333333;
}

.page-title {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

    .page-title h3 {
        color: #000;
        font-size: 18px;
        font-weight: normal;
        margin: auto;
        padding: 15px 0;
        text-align: center;
    }

.btn-black {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

    .btn-black:hover {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #141414;
    }

    .btn-black:focus, .btn-black.focus {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #141414;
    }

    .btn-black:active, .btn-black.active, .open > .btn-black.dropdown-toggle {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #141414;
        background-image: none;
    }

        .btn-black:active:hover, .btn-black:active:focus, .btn-black:active.focus, .btn-black.active:hover, .btn-black.active:focus, .btn-black.active.focus, .open > .btn-black.dropdown-toggle:hover, .open > .btn-black.dropdown-toggle:focus, .open > .btn-black.dropdown-toggle.focus {
            color: #fff;
            background-color: #080808;
            border-color: black;
        }

    .btn-black.disabled:focus, .btn-black.disabled.focus, .btn-black:disabled:focus, .btn-black:disabled.focus {
        background-color: #333333;
        border-color: #333333;
    }

    .btn-black.disabled:hover, .btn-black:disabled:hover {
        background-color: #333333;
        border-color: #333333;
    }

    .btn-black:hover {
        background-color: #4F4F4F;
    }

.form-control {
    font-size: 14px;
    border-radius: 0px;
}

    .form-control:focus {
        border-color: #666666;
    }

.btn {
    font-size: 14px;
    min-height: 44px;
    border-radius: 0px;
}

    .btn:focus {
        border-color: #666666;
    }

.btn-sm {
    min-height: 34px;
    font-size: 13px;
}

.divider {
    background-color: #333;
    height: 1px;
    margin: 15px 0;
    overflow: hidden;
}

.floating-filter {
    max-width: 300px;
    min-height: 150px;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    bottom: 20%;
    left: 10px;
    position: fixed;
    z-index: 9999;
}

.filter-floating-btn {
    position: absolute;
    right: -43px;
    width: 43px;
    height: 150px;
    top: 0;
    cursor: pointer;
}

.incr-containter {
    padding-right: 26px;
    position: relative;
}

    .incr-containter .decr {
        border: 1px solid #cccccc;
        cursor: pointer;
        display: block;
        height: 50%;
        position: absolute;
        right: 1px;
        top: 0;
        width: 26px;
        line-height: normal;
        text-align: center;
    }

        .incr-containter .decr.ltgr-dwn {
            bottom: 0;
            top: auto;
            border-top: 0 none;
        }

.input-text.qty {
    border: 1px solid #cccccc;
    height: 42px;
    text-align: center;
    vertical-align: middle;
    width: 42px;
}

.select-style {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #ccc;
}

    .select-style:after {
        padding: 0;
        margin: 0;
        width: 40px;
        position: absolute;
        border-left: 1px solid #dfdfdf;
        top: 1px;
        right: 1px;
        bottom: 1px;
        content: "";
        display: block;
        z-index: -1;
        background: #fff url("../images/select-dropdown-icon.png") no-repeat scroll center center;
    }

    .select-style select {
        width: 100%;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #333;
    }

        .select-style select option {
            padding: 4px;
        }

        .select-style select:focus {
            outline: none;
            background-color: transparent;
        }

.catalog-img {
    overflow: inherit !important;
    position: relative;
}

.tagholder {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tage.fullset {
    background-color: #A30A12;
    color: #ffffff;
    display: block;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: -10px;
    z-index: 100;
    white-space: nowrap;
}

    .tage.fullset:after {
        position: absolute;
        top: 0px;
        left: -10px;
        border-bottom: 10px solid #A30A12;
        border-left: 10px solid transparent;
        height: 0;
        width: 0;
        content: "";
    }

.tage.selection {
    background-color: #A30A12;
    color: #ffffff;
    display: block;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0px 15px;
    position: absolute;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    top: -10px;
    z-index: 100;
    white-space: nowrap;
}

    .tage.selection:after {
        position: absolute;
        top: 0px;
        right: -10px;
        border-bottom: 10px solid #A30A12;
        border-right: 10px solid transparent;
        height: 0;
        width: 0;
        content: "";
    }

.blinking {
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: blink 1s infinite;
}



.tage.disount {
    background-color: #A30A12;
    color: #ffffff;
    display: block;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0px 15px;
    position: absolute;
    right: 151px;
    text-align: center;
    text-transform: uppercase;
    top: -1px;
    z-index: 100;
    white-space: nowrap;
}

.b-right {
    border-right: 1px solid #eceeef;
}

.pulse {
    /*animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-play-state: running;
    animation-timing-function: linear;
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transform: translateZ(0px); 
  commneted by Manoj  on 21/05/2018
         */
}


@keyframes pulse {
    2% {
        transform: translateX(3px) rotate(2deg);
    }

    4% {
        transform: translateX(-3px) rotate(-2deg);
    }

    6% {
        transform: translateX(3px) rotate(2deg);
    }

    8% {
        transform: translateX(-3px) rotate(-2deg);
    }

    10% {
        transform: translateX(2px) rotate(1deg);
    }

    12% {
        transform: translateX(-2px) rotate(-1deg);
    }

    14% {
        transform: translateX(2px) rotate(1deg);
    }

    16% {
        transform: translateX(-2px) rotate(-1deg);
    }

    18% {
        transform: translateX(1px) rotate(0deg);
    }

    20% {
        transform: translateX(-1px) rotate(0deg);
    }
}

.login-price, .blinking {
    color: #a7161e;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.fixed-whatsapp{
    width: 44px;
height: auto;
display: block;
position: fixed;
right: 10px;
bottom: 88px;
z-index: 999;
}

 .SubscriberCaptchaImage {
    border: 1px solid #dddddd;
    height: 44px;
    padding:0px;
    width: 145px;
}

 .Subscriber-CaptchaImage-refresh {
    display: inline-block;
    position: absolute;
    padding: 12px 5px 14px 5px;
    cursor: pointer;
    margin-left: 19px;
}

 .form-control.cap-text{
     margin-left:19px;
     width: 156px;
     padding-left:30px;
 }

 .insta-icon{
     width:16px;
     height:18px;
 }

 .p-10{
    padding:10px;
}

 .price {
    font-size: 16px;
    font-weight: 600;
    color: #a30a12;
    padding-top:8px;
}