.waiting {
    display: none;
    position: fixed;
    background: #000000;
    opacity: 0.7;
    z-index: 2147483647 !important;
    overflow: visible;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 30%;
    font-weight: bold;
    text-align: center;
}

.back-top {
    color: #fff;
    background: #e5097f;
    color: #fff;
    padding: 6px 5px 5px 10px;
    width: 65px;
    position: fixed;
    font-size: 13px;
    letter-spacing: .05em;
    right: 0;
    bottom: 75px;
    line-height: 26px;
    cursor: pointer;
    text-align: left;
    border-radius: 5px 0 0 5px;
    _position: absolute;
    _top: 0;
    z-index: 1000;
}

.hidden {
    display: none;
}

.arrow-top {
    border-color: transparent transparent #e5097f;
    border-style: solid;
    border-width: 6px;
    right: 12px;
    top: 12px;
}

.arrow-border {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 6px;
    right: 12px;
    top: 10px;
}

.css-arrow {
    height: 0;
    position: absolute;
    width: 0;
}

.header-top {
    padding-top: 5px;
    padding-bottom: 5px; /* border-bottom: 1px solid #E8E8E8; */
    background: #00A0E3;
}

    .header-top .wlcmmsg p {
        margin: 0;
        padding: 5px;
        color: #FFFFFF;
    }

    .header-top .topmenu {
        text-align: right;
    }

        .header-top .topmenu a {
            display: inline-block;
            padding: 5px 10px;
            color: #FFFFFF;
            position: relative;
        }

            .header-top .topmenu a:first-child:after {
                position: absolute;
                content: "";
                width: 1px;
                height: 10px; /* background: #06597D; */
                right: 0;
                top: 10px;
            }

header {
    /* border-bottom: 1px solid #eee; */
    background: #ffffff;
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

/*    header:before {
        content: "";
        background: url('../images/header-right.jpg') no-repeat;
        width: 100%;
        position: absolute;
        height: 100%;
        right: 0;
        z-index: 0;
        background-position: 100% 0px;
        background-size: 200px;
    }*/


    header .logo {
        padding-top: 10px;
        padding-bottom: 5px;
        text-align: left;
    }

        header .logo img {
            /* width: 100%; */
        }

    header .search {
    }

        header .search input[type='text'] {
            padding: 12px 84px 12px 20px;
            width: 100%;
            margin-top: 31px;
            border: 2px solid #2f3e4a;
            border-radius: 30px;
            outline: none;
            position: relative;
            color: #2f3e4a;
        }

            header .search input[type='text']:after {
                content: "Search";
                position: absolute;
                right: 0;
            }

        header .search input[type='submit'] {
            background: none;
            padding-left: 10px;
            position: absolute;
            right: 25px;
            top: 43px;
            border: none;
            border-left: 1px solid #2f3e4a;
            color: #2f3e4a;
            outline: none;
            font-weight: 500;
        }


.header-fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}

    .header-fixed:before {
        background: #fff;
    }

.head-cart {
    padding-top: 35px;
    text-align: right;
    padding-bottom: 28px;
}

    .head-cart a {
        display: inline-block;
        padding: 10px 15px;
        background: #1B313F;
        color: #FFFFFF;
        border-radius: 4px;
        border-bottom: 0px solid #9E9E9E;
    }

        .head-cart a i {
            padding-right: 9px;
            border-right: 1px solid #294e65;
        }

        .head-cart a.remove {
            padding: 0;
            border: none;
            background: white;
            color: #1B313F;
            font-weight: bold;
            font-size: 10px;
            position: absolute;
            right: 5px;
            top: 8px;
        }

#banner {
    width: 100%; /* height: 410px; */
    position: relative;
    padding-top: 100px;
}


    #banner:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url("../images/slider-right.jpg") no-repeat;
        background-color: #fefefe;
        background-position: right 60px;
        background-repeat: no-repeat;
        width: 100%;
        height: 430px;
        z-index: -1;
    }

    #banner:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url("../images/slider-left.jpg") no-repeat;
        /* background-color: #fefefe; */
        background-position: left 60px;
        background-repeat: no-repeat;
        width: 100%;
        height: 430px;
        z-index: 0;
    }

    #banner h2 {
        font-size: 42px;
        padding: 20px 0 0;
        font-weight: 700;
        padding-top: 0;
        color: #121b22;
    }

    #banner p {
        color: #161c40;
    }

    #banner h1 {
        margin: 0;
        margin-bottom: 15px;
        font-weight: bold;
        color: #1d274b;
    }

    #banner .item a {
        display: block;
        padding: 10px 15px;
        background: none;
        margin-bottom: 4px;
        float: left;
        border: 2px solid #1d274b;
        margin-right: 5px;
        border-radius: 5px;
        margin-left: 0;
        color: #1d274b;
        font-weight: bold;
    }

    #banner .carousel {
        min-height: 320px;
    }

    #banner .carousel-indicators {
        bottom: 0;
    }

        #banner .carousel-indicators .active {
            background-color: #2f3e4a;
        }

        #banner .carousel-indicators li {
            border: 2px solid #2f3e4a;
        }

    #banner .carousel-control.left { /* background: #ffffff !important; */
        opacity: .5;
    }

        #banner .carousel-control.left:hover {
            opacity: 1;
        }

    #banner .carousel-control.right:hover {
        opacity: 1;
    }

    #banner .carousel-control.right {
        background: none;
        right: 0;
    }

    #banner .carousel-control {
        position: absolute;
        top: 40%;
        /* bottom: 0; */
        right: 50px;
        width: 50px;
        height: 50px;
        font-size: 20px;
        padding: 10px 0;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
        filter: alpha(opacity=50);
        opacity: .5;
        background: rgb(253, 184, 89) !important;
        border-radius: 4px;
    }

        #banner .carousel-control :hover {
            opacity: 1;
        }


/*************************** main menu *******************************/
#main-menu { /* padding-top:5px; */ /* padding-bottom:5px; */
    background: #E5097F;
    position: absolute;
    z-index: 999;
    width: 100%;
    min-height: 50px;
    border-top: 5px solid #D9DADA;
    border-bottom: 5px solid #D9DADA;
}

.current {
    background: none;
    color: #FFB606;
}


/*.navbar-nav > li {
    padding-top: 2px;
    padding-bottom: 0;
}

    .navbar-nav > li > a {
        color: #fff;
        webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding-top: 12px;
        padding-bottom: 14px;
        font-size: 14px;
        font-weight: 400;
        margin-right: 0;
        font-family: 'Open Sans';
        webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}

.navbar-nav > .current a {
    color: #FFFFFF !important;
    padding: 17px 15px;
    background: #ce0972;
    border-radius: 0;
    margin-right: 4px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #ce0972;
}

.navbar-nav > li:hover > a {
    color: #fff;
    background: #ce0972;
    border-radius: 4px;
    margin-bottom: 0p;
}

.nav > li > a:focus {
    text-decoration: none;
    background: none;
    color: #6ec2cc;
}

.fa-bars {
    font-size: 24px !important;
    color: #23CCE0;
}

.navbar {
    margin-bottom: 0;
}

.navbar-inverse {
    background: none;
    border: none;
}

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: none;*/ /* padding-top: 20px; */
    /*}

    .navbar-inverse .navbar-toggle {
        border: none;
    }

.navbar-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background: #FFFFFF;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: #111a21;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFFFFF;
    z-index: 10;
}

.text-muted {
    margin-bottom: 15px;
    margin-top: 15px;
}

.navbar-toggle {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nav li:hover .dropdown-menu {
    display: block;
    width: 100%;
    box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    top: 48px;
    padding: 0;
    min-width: 240px;
    border: 1px solid#eee;*/ /* background: #eee; */
/*}

.nav .dropdown-menu li .dropdown-menu {
    display: none;
}

.nav .dropdown-menu li:hover a {
    background: #ce0972;
    color: #fff;
}

.nav .dropdown-menu li:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1000;
    border-radius: 0 !important;
    min-width: 195px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
}

    .nav .dropdown-menu li:hover .dropdown-menu a {
        background: none;
    }

        .nav .dropdown-menu li:hover .dropdown-menu a:hover {
            background: #eee;
        }

.dropdown-menu > li > a {
    padding: 10px 20px;
}*/

/********************** HOME BANNER *********************************/
#homebanner {
    padding-top: 40px;
    padding-bottom: 10px;
}

    #homebanner img {
        width: 100%;
    }

    #homebanner .col-md-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

    #homebanner img {
        margin-bottom: 10px;
    }
/******************** TOP SELLER **************************/

#topseller {
    background: #fff;
    padding-bottom: 30px;
}

    #topseller h2 {
        font-size: 24px;
        padding: 20px 0 0;
        font-weight: 700;
        padding-top: 0;
        color: #0C5FA2;
        position: relative;
        padding-bottom: 10px;
        display: inline-block;
    }

        #topseller h2:after {
            position: absolute;
            content: '';
            bottom: 0;
            left: 0;
            height: 3px;
            width: 100px;
            background: #3B7DB1;
            border-radius: 8px;
        }

        #topseller h2:before {
            position: absolute;
            content: '';
            bottom: 0;
            left: 105px;
            height: 3px;
            width: 3px;
            background: #4385B6;
            border-radius: 8px;
        }


.viewaccount {
    cursor: pointer;
}

.viewbox {
    cursor: pointer;
}

.cartitem {
    background: #FFF;
    display: none;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 96px;
    width: 300px;
    z-index: 9999;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0,0,0,0.176);
    /*    min-height: 100px;
 */
    padding: 10px;
}

    .cartitem p {
        color: #333;
        text-align: center;
        margin: 0;
    }

    .cartitem hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.cart-box {
    /* position: absolute; */
    /* width: 260px; */
    /* padding: 5px; */
    /* background: rgba(0, 97, 148, 0.91); */
    /* right: 0; */
}

    .cart-box .row {
        margin: 0;
        margin-bottom: 0px;
        /* border-bottom: 1px solid #eee; */
    }

.cart-box-inner {
    padding: 0;
    padding: 5px;
    background: #fff;
    /* height: 70px; */
    text-align: center;
}

.padding-0 {
    padding: 0;
}

.cart-box-inner img {
    max-width: 59px;
    max-height: 75px;
    /* -webkit-transform: scale(.8); */
    /* transform: scale(.8); */
}

.cart-box h3 {
    margin: 0;
    font-size: 14px;
    text-align: left;
    margin-left: 5px;
    margin-top: 5px;
    color: #313131;
    /* text-align: center !important; */
    padding-right: 15px;
}

.cart-box h4 {
    margin: 0;
    font-size: 12px;
    padding-left: 7px;
    margin-top: 5px;
    color: #333;
    text-align: left;
}

.b {
    border-bottom: 1px solid #eee;
}

.checkoutbtn {
    padding: 10px;
    display: block;
    width: 50%;
    background: #313131;
    text-align: CENTER;
    color: #fff;
    text-decoration: none;
}

    .checkoutbtn:hover {
        color: #fff;
        text-decoration: none;
    }

.subtotal {
    font-size: 15px !important;
    text-align: right !important;
    border-top: 1px solid #eee;
    padding-top: 8px;
}

.head-cart a.cartview {
    border: none;
    background: none;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 11pt;
    font-weight: normal;
    background: #1B313F;
}
/***************** PRODUCT BOX ***************************/
.itemdes { /* padding-left:0; */
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

#topseller hr {
    margin-bottom: 0px;
}

.product-box {
    position: relative;
    border: 1px solid #eee;
    border-radius: 8px;
    border-bottom-width: 4px;
    margin-left: 0;
    width: 98%;
    text-align: center;
    padding-left: 10px;
    min-height: 360px;
    padding-top: 30px;
    padding-right: 10px;
}

    .product-box img {
        width: 100%;
        transform: scale(1);
    }

.OutStock {
    opacity: 0.3;
}

    .OutStock .outstocklabel {
        position: absolute;
        font-size: 16px;
        padding-left: 10px;
        top: 185px;
        color: #ffffff !important;
        left: 0;
        z-index: 1;
        right: 0;
        font-weight: bold;
        text-align: center;
        padding: 10px;
        background: rgba(229, 9, 127, 0.66);
    }

span.new {
    text-align: center;
    position: absolute;
    top: 15px;
    left: 10px;
    background: #f7a367;
    font-size: 10px;
    color: #fff;
    display: block;
    width: 80px;
    line-height: 25px;
    text-transform: uppercase;
    z-index: 1;
    font-size: 12px;
}

    span.new:after {
        border-color: #f7a367 transparent transparent;
        border-style: solid;
        border-width: 9px;
        bottom: -15px;
        content: "";
        left: -45px;
        position: absolute;
        right: 2px;
        text-align: center;
        width: 9px;
        margin: 0 auto;
        border-left: 0;
    }

span.discount {
    text-align: center;
    position: absolute;
    top: 15px;
    left: 10px;
    background: #ef437d;
    font-size: 10px;
    color: #fff;
    display: block;
    width: 80px;
    line-height: 25px;
    text-transform: uppercase;
    z-index: 1;
    font-size: 12px;
    /* font-weight: bold; */
    font-family: 'Open Sans';
}

    span.discount:after {
        border-color: #ef437d transparent transparent;
        border-style: solid;
        border-width: 9px;
        bottom: -15px;
        content: "";
        left: -45px;
        position: absolute;
        right: 2px;
        text-align: center;
        width: 9px;
        margin: 0 auto;
        border-left: 0;
    }
/* .product-box .mask{    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    background: #eee;
    height: 10px;} */
.product-box h3 {
    font-size: 14px;
    color: #2B2B2B;
    margin-top: 0;
    text-align: center;
}

.product-box h4 {
    text-align: CENTER;
    font-weight: bold;
    color: #505050;
    padding-top: 5px;
    margin-top: 0;
    border-top: 1px solid #eee;
}

    .product-box h4 span {
        text-decoration: line-through;
        margin-left: 10px;
        font-size: 14px;
        color: #949494;
        font-weight: 200;
    }

.product-box .quickview {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 20px;
    background: #505050;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    border-bottom: 2px solid #3E3D3D;
    cursor: pointer;
}

.viewall {
    display: inline-block;
    margin-top: 20px;
    padding: 6px 12px;
    background: #505050;
    border-radius: 3px;
    color: #fff;
    border-bottom: 1px solid #424141;
    margin-top: 0;
    width: 200px;
}

    .viewall:hover {
        background: #24577D;
        color: #fff;
    }


 
/******************************************************* PRODUCTS ***********************************************************/
#breadcumb {
    width: 100%; /* height: 410px; */
    position: relative;
    padding-top: 66px;
}

    #breadcumb:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("../images/breadcum-right.jpg");
        background-color: #fefefe;
        background-position: right 60px;
        background-repeat: no-repeat;
        width: 100%;
        background-size: 140px auto;
        height: 155px;
        z-index: -1;
        opacity: 1;
    }

    #breadcumb:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("../images/breadcum-left.jpg");
        background-color: rgba(238, 238, 238, 0);
        background-position: left 60px;
        background-repeat: no-repeat;
        width: 100%;
        background-size: 107px auto;
        height: 155px;
        z-index: 0;
        opacity: 1;
    }

    #breadcumb .breadcumb {
    }

        #breadcumb .breadcumb a {
            display: inline-block;
            padding: 5px;
            color: #2d343b;
            position: relative;
            margin-top: 5px;
            margin-bottom: 5px;
        }

            #breadcumb .breadcumb a:after {
                position: absolute;
                width: 1px;
                height: 7px;
                background: #70ACD8;
                right: -2px;
                content: "";
                top: 12px;
            }

            #breadcumb .breadcumb a:last-child:after {
                background: none;
            }

    #breadcumb h1 {
        margin: 0;
        margin-bottom: 10px;
        color: #2f3e4a;
        font-weight: bold;
    }

#products {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

    #products .product-list .col-md-3 {
        padding: 0;
    }

    #products .product-list .row {
        margin: 0;
    }

    #products .product-list .product-box {
        min-height: 330px;
        margin-bottom: 10px;
    }

    #products .col-m {
    }

/********************* FILTER ********************/

.cd-header {
    position: relative;
    height: 150px;
    background-color: #331d35;
}

.margin-top40 {
    margin-top: 40px;
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
    margin-bottom: 0;
}

.cd-filters {
    padding: 10px;
    list-style: none;
}

.cd-filter-block h4 {
    position: relative;
    margin-bottom: 0;
    padding: 10px 0 10px 10px;
    color: #333333;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-family: arial;
    background: #FDFDFD;
    border-bottom: 1px solid #eee;
}

.no-touch .cd-filter-block h4:hover {
    color: #333;
}

.cd-filter-block h4::before {
    /* arrow */
    content: "\f107";
    position: absolute;
    right: 7px;
    top: 40%;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font: normal normal normal 14px/1 FontAwesome;
}

.cd-filter-block h4.closed::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
    /* shared style for input elements */
    font-family: "Open Sans", sans-serif;
    border-radius: 0;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

    .cd-filter-block input[type='search'],
    .cd-filter-block input[type='text'],
    .cd-filter-block select {
        width: 100%;
        padding: .8em;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        box-shadow: none;
    }

        .cd-filter-block input[type='search']:focus,
        .cd-filter-block input[type='text']:focus,
        .cd-filter-block select:focus {
            outline: none;
            background-color: #ffffff;
            border-color: #333;
        }

    .cd-filter-block input[type='search'] {
        /* custom style for the search element */
        border-color: transparent;
        background-color: #e6e6e6;
        /* prevent jump - ios devices */
        font-size: 1.6rem !important;
    }

        .cd-filter-block input[type='search']::-webkit-search-cancel-button {
            display: none;
        }

.cd-filter-block .cd-select {
    /* select element wrapper */
    position: relative;
}

    .cd-filter-block .cd-select::after {
        /* switcher arrow for select element */
        content: '';
        position: absolute;
        z-index: 1;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 16px;
        height: 16px;
        background: url("../img/cd-icon-arrow.svg") no-repeat center center;
        pointer-events: none;
    }

.cd-filter-block select {
    cursor: pointer;
    font-size: 14px;
    color: #333;
    padding: 1px 10px;
    min-height: 40px;
}

    .cd-filter-block select::-ms-expand {
        display: none;
    }

.cd-filter-block .list li {
    position: relative;
    margin-bottom: .8em;
}

    .cd-filter-block .list li:last-of-type {
        margin-bottom: 0;
    }

.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
    /* hide original check and radio buttons */
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
}

.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
    padding-left: 24px;
    font-size: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-family: arial;
    padding-top: 5px;
}

    .cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
    .cd-filter-block .radio-label::before,
    .cd-filter-block .radio-label::after {
        /* custom radio and check boxes */
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cd-filter-block .checkbox-label::before,
    .cd-filter-block .radio-label::before {
        width: 16px;
        height: 16px;
        left: 0;
        border: 1px solid #999b9c;
    }

    .cd-filter-block .checkbox-label::after,
    .cd-filter-block .radio-label::after {
        /* check mark - hidden */
        display: none;
    }

    .cd-filter-block .checkbox-label::after {
        /* check mark style for check boxes */
        width: 16px;
        height: 16px;
        left: 0;
        background: url("../img/cd-icon-check.svg") no-repeat center center;
    }

    .cd-filter-block .radio-label::before,
    .cd-filter-block .radio-label::after {
        border-radius: 50%;
    }

    .cd-filter-block .radio-label::after {
        /* check mark style for radio buttons */
        width: 6px;
        height: 6px;
        background-color: #ffffff;
        left: 5px;
    }

.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
    border-color: #4284B6;
    background-color: #4284B6;
}

.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
    display: block;
}

@-moz-document url-prefix() {
    /* hide custom arrow on Firefox - select element */
    .cd-filter-block .cd-select::after {
        display: none;
    }
}

.reset_btn {
    padding: 10px;
    width: 100%;
    background: #4284B6;
    border: none;
    color: #fff;
    font-size: 14px;
}

/************** PRICE SLIDER ****************/
.range {
    display: table;
    position: relative;
    height: 25px;
    margin-top: 0;
    background-color: rgb(245, 245, 245);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

    .range input[type="range"] {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        -ms-appearance: none !important;
        -o-appearance: none !important;
        appearance: none !important;
        display: table-cell;
        width: 100%;
        background-color: transparent;
        height: 25px;
        cursor: pointer;
    }

        .range input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none !important;
            -moz-appearance: none !important;
            -ms-appearance: none !important;
            -o-appearance: none !important;
            appearance: none !important;
            width: 11px;
            height: 25px;
            color: rgb(255, 255, 255);
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: 0px;
            background-color: rgb(153, 153, 153);
        }

        .range input[type="range"]::-moz-slider-thumb {
            -webkit-appearance: none !important;
            -moz-appearance: none !important;
            -ms-appearance: none !important;
            -o-appearance: none !important;
            appearance: none !important;
            width: 11px;
            height: 25px;
            color: rgb(255, 255, 255);
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: 0px;
            background-color: rgb(153, 153, 153);
        }

    .range output {
        display: table-cell;
        padding: 3px 5px 2px;
        min-width: 40px;
        color: rgb(255, 255, 255);
        background-color: rgb(153, 153, 153);
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        width: 1%;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: -moz-none;
        -o-user-select: none;
        user-select: none;
    }

    .range input[type="range"] {
        outline: none;
    }

    .range.range-primary input[type="range"]::-webkit-slider-thumb {
        background-color: rgb(66, 139, 202);
    }

    .range.range-primary input[type="range"]::-moz-slider-thumb {
        background-color: rgb(66, 139, 202);
    }

    .range.range-primary output {
        background-color: rgb(66, 139, 202);
    }

    .range.range-primary input[type="range"] {
        outline-color: rgb(66, 139, 202);
    }

    .range.range-success input[type="range"]::-webkit-slider-thumb {
        background-color: rgb(92, 184, 92);
    }

    .range.range-success input[type="range"]::-moz-slider-thumb {
        background-color: rgb(92, 184, 92);
    }

    .range.range-success output {
        background-color: rgb(92, 184, 92);
    }

    .range.range-success input[type="range"] {
        outline-color: rgb(92, 184, 92);
    }

    .range.range-info input[type="range"]::-webkit-slider-thumb {
        background-color: rgb(91, 192, 222);
    }

    .range.range-info input[type="range"]::-moz-slider-thumb {
        background-color: rgb(91, 192, 222);
    }

    .range.range-info output {
        background-color: rgb(91, 192, 222);
    }

    .range.range-info input[type="range"] {
        outline-color: rgb(91, 192, 222);
    }

    .range.range-warning input[type="range"]::-webkit-slider-thumb {
        background-color: rgb(240, 173, 78);
    }

    .range.range-warning input[type="range"]::-moz-slider-thumb {
        background-color: rgb(240, 173, 78);
    }

    .range.range-warning output {
        background-color: rgb(240, 173, 78);
    }

    .range.range-warning input[type="range"] {
        outline-color: rgb(240, 173, 78);
    }

    .range.range-danger input[type="range"]::-webkit-slider-thumb {
        background-color: rgb(217, 83, 79);
    }

    .range.range-danger input[type="range"]::-moz-slider-thumb {
        background-color: rgb(217, 83, 79);
    }

    .range.range-danger output {
        background-color: rgb(217, 83, 79);
    }

    .range.range-danger input[type="range"] {
        outline-color: rgb(217, 83, 79);
    }

.reset_btn {
    width: 100% !important;
}

.mob-filter-box {
    width: 100% !important;
    padding: 0 !important;
}


.mob-fil {
    display: none;
}






/******************************************** PRODUCT VIEW **********************************************/
.productview .thumbs {
    padding: 0;
}

    .productview .thumbs img {
        width: 100%;
        border: 1px solid #eee;
        padding: 5px;
        margin-bottom: 5px;
    }

.productdetail h2 {
    font-family: 'Open Sans';
    margin: 0;
    padding: 5px;
    font-weight: bold;
}

.productdetail ul {
    list-style: none;
    padding-left: 0;
}

    .productdetail ul li {
        display: inline;
        margin-right: 5px;
    }

.productdetail .cutprice {
    text-decoration: line-through;
    color: #999999;
    font-size: 14px;
    margin-right: 6px;
}

.productdetail .bigprice {
    color: #333;
    font-size: 20px;
    margin-right: 6px;
}

.productdetail .offerprice {
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    background: #3C7EB2;
    border-radius: 3px;
}

.productdetail h4 {
    padding-left: 8px;
}

.productdetail p {
    /* padding: 6px 5px; */
    color: #AFAFAF;
}

.productdetail hr {
    margin-bottom: 5px;
    margin-top: 5px;
    border-top: 1px solid #F9F9F9;
}

.productdetail .addtocart {
    padding: 10px 35px;
    border-radius: 2px;
    display: block;
    outline: 1px solid transparent;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    background: #FDCB08;
    margin-top: 10px;
    margin-left: 0px;
    font-weight: 500;
    font-family: 'Open Sans';
}

.share {
    padding: 0;
    margin-top: 10px;
}
/*************** SHARE ****************/

/* CSS Share Button */
.share-post {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0; /* padding:10px 0; */
}

    .share-post ul {
        padding: 0;
    }

    .share-post li {
        float: left;
        margin: 0 1%;
        padding: 0;
        list-style: none;
        position: relative;
    }

        .share-post li:hover {
        }

        .share-post li a {
            padding: 6px 7px 6px 38px;
            color: #fff;
            display: block;
            border-radius: 2px;
            font-size: 13px;
            transition: all 0.6s ease-out;
        }

            .share-post li a:hover {
                color: #fff;
            }

        .share-post li .twitter {
            background-color: #19bfe5;
        }

        .share-post li .facebook {
            background-color: #3b5998;
        }

        .share-post li .gplus {
            background-color: #d64136;
        }

        .share-post li .pinterest {
            background-color: #cb2027;
        }

        .share-post li .tumblr {
            background-color: #304e6c;
        }

            .share-post li .twitter:hover, .share-post li .facebook:hover, .share-post li .gplus:hover,
            .share-post li .pinterest:hover, .share-post li .tumblr:hover {
                color: #fff;
            }

        .share-post li:last-child {
            margin-right: 0;
        }

        .share-post li .fa:before {
            position: absolute;
            top: 0;
            left: 0;
            display: inline-block;
            padding: 5.5px 12px;
            font-family: fontawesome;
            text-align: center;
            color: #fff;
            line-height: 20px;
            text-shadow: 2px 2px rgba(0,0,0,0.1);
            font-size: 14px;
            transition: all 0.6s ease-out;
        }

        .share-post li:hover .fa:before {
            text-shadow: -2px 2px rgba(0,0,0,0.1);
        }

        .share-post li .fa {
            display: initial;
        }

    .share-post h4 {
        font-size: 14px;
        padding-left: 5px;
    }

.share {
    padding: 0;
    margin-top: 10px;
}

    .share a {
        float: left;
        line-height: 20px;
        padding: 10px;
    }

    .share ul {
        list-style: none;
        padding: 0;
    }

.pro-size {
    padding-top: 10px;
    MARGIN-BOTTOM: 5PX;
    /* padding-left: 0; */
    padding-bottom: 5px;
}

    .pro-size h4 {
        FLOAT: LEFT;
        PADDING-TOP: 8PX;
        MARGIN-RIGHT: 10PX;
        margin-top: 0;
        padding-left: 0;
    }

    .pro-size input[type="radio"] {
        display: none;
    }

    .pro-size label {
        cursor: pointer;
        padding: 5px 10px;
        border: 1px solid #DEDEDE;
        background: #fff;
        float: left;
        margin-right: 5px;
        text-align: center;
    }

.highlight {
    border-color: #006194 !important;
    background: #006194 !important;
    color: #fff !important;
}

.qty {
    /* float: left; */
    margin-left: 10px;
}

    .qty input {
        padding: 4px;
        width: 50px;
        text-align: center;
        outline: none;
    }





.itemdetail h3 {
    font-size: 24px;
    padding: 20px 0 0;
    font-weight: 700;
    padding-top: 0;
    color: #0C5FA2;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

    .itemdetail h3:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        height: 3px;
        width: 100px;
        background: #3B7DB1;
        border-radius: 8px;
    }

    .itemdetail h3:before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 105px;
        height: 3px;
        width: 3px;
        background: #4385B6;
        border-radius: 8px;
    }

.itemrow {
    border-bottom: 3px solid #eee;
    border-top: double #eee;
    margin-top: 15px;
    border-top-style: double;
    border-radius: 0;
    margin-bottom: 0;
}

.itemdes h1, .itemdes h2, .itemdes h3, .itemdes h4, .itemdes h5, .itemdes h6, .itemdes p, .itemdes a, .itemdes strong, .itemdes ul, .itemdes li {
    list-style: inherit;
    color: inherit;
    font-size: inherit;
    padding: inherit;
    margin: inherit;
}


/***************************** LOGIN PANEL **************************************/

.account {
    color: #FFF !important;
    font-size: 14px;
    padding: 0px 5px;
    cursor: pointer;
}

.accountbox {
    position: absolute;
    right: 10px;
    background: #fff;
    width: 200px;
    z-index: 99999;
    display: none;
    top: 40px;
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1);
}

    .accountbox .loginbox {
        text-align: center;
        padding: 15px 15px 8px 15px;
        border: 1px solid #6b6b6b;
        background: #6b6b6b;
    }

        .accountbox .loginbox .loginuser {
            width: 45px;
            height: 45px;
            margin: 0 auto;
            margin-bottom: 10px;
            border-radius: 500px;
            padding: 11px;
            background: #fff;
        }

            .accountbox .loginbox .loginuser i {
                color: #22a2df;
                font-size: 18px;
                position: relative;
                padding-top: 2px;
            }

        .accountbox .loginbox .loginbtn {
            border: 1px dashed #FFF;
            padding: 5px 50px;
            background: none;
            font-size: 12px;
            font-weight: 100;
            color: #fff;
        }

        .accountbox .loginbox .newuser {
            color: #FFFFFF;
            font-weight: 100;
            font-size: 12px;
            /* line-height: 30px; */
            display: block;
            padding: 5px;
            text-transform: capitalize;
            margin-bottom: 5px;
        }

            .accountbox .loginbox .newuser a {
                font-size: 16px;
                color: #fff; /* text-decoration: underline; */ /* padding-bottom: 0px; */
            }

    .accountbox ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    .accountbox li {
        text-align: left; /* padding: 5px 0px 5px 5px; */
    }

        .accountbox li a {
            list-style: none;
            padding-left: 0;
            padding: 5px !important;
            width: 100%;
            display: block !important;
            line-height: 24px;
            padding-left: 15px !important;
            color: #454545 !important;
            text-transform: capitalize;
            font-size: 13px;
            text-decoration: none;
            border-radius: 0px !important;
            position: relative;
        }

            .accountbox li a:hover {
                background: #eee;
            }

.headlogin {
    width: auto;
}


.myaccount {
    background: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /* background-position: 0px 60px; */
}

.myaccountbox {
    width: 350px;
    /* min-height: 350px; */
    background: #fff;
    margin: 0 auto;
    margin-top: 180px;
    margin-bottom: 100px;
    border-radius: 5px;
    padding: 25px;
}

    .myaccountbox .myicon {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        /* position: absolute; */
        /* top: 50px; */
        background: #00a0e3;
        /* right: 0; */
        /* left: 46%; */
        margin-top: 0px;
        position: absolute;
        margin: 0 auto;
        top: 130px;
        left: 0px;
        right: 0;
        border: 5px solid #fff;
    }

        .myaccountbox .myicon img {
            width: 76px;
            padding-top: 18px;
            padding-left: 16px;
        }

    .myaccountbox .login {
        margin-top: 30px;
    }

        .myaccountbox .login p, .signup p, .subscribe p, .forget p {
            color: #00a0e3;
            margin: 0;
            padding-bottom: 5px;
        }

        .myaccountbox .login button {
            width: 100%;
            background-color: #fff;
            background-repeat: no-repeat;
            background-image: none;
            box-shadow: none;
            font-size: 16px;
            font-weight: normal;
            padding: 12px 16px;
            border: 0;
            color: #00a0e3;
            border-radius: 3px;
            border: 2px solid #00a0e3;
            outline: none;
        }

    .myaccountbox .signup button {
        width: 100%;
        background-color: #00a0e3;
        background-repeat: no-repeat;
        background-image: none;
        box-shadow: none;
        font-size: 16px;
        font-weight: normal;
        padding: 12px 16px;
        border: 0;
        color: #FFFFFF;
        border-radius: 3px;
        border: 2px solid #00a0e3;
        outline: none;
    }

    .myaccountbox hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .myaccountbox .subscribe {
        margin-top: 30px;
    }

        .myaccountbox .subscribe button, .forget button {
            width: 100%;
            background-color: #00a0e3;
            background-repeat: no-repeat;
            background-image: none;
            box-shadow: none;
            font-size: 16px;
            font-weight: normal;
            padding: 12px 16px;
            border: 0;
            color: #FFFFFF;
            border-radius: 3px;
            border: 2px solid #00a0e3;
        }

        .myaccountbox .subscribe label {
            color: #006194;
            font-weight: 100;
            padding: 5px;
            line-height: 20px;
            margin: 0;
        }

        .myaccountbox .subscribe input[type='radio'] {
        }
/************* LOGIN panel ***/

.loginpanel {
}

    .loginpanel .form-group {
        margin-bottom: 5px;
    }

    .loginpanel input[type='text'], [type='password']:focus {
        outline: none;
    }

    .loginpanel input[type='text'], [type='password'] {
        padding: 10px;
        width: 100%;
        border: 1px solid #eee;
        border-radius: 2px;
    }

.signuppanel {
}

    .signuppanel .form-group {
        margin-bottom: 5px;
    }

    .signuppanel input[type='text'], [type='password']:focus {
        outline: none;
    }

    .signuppanel input[type='text'], [type='password'] {
        padding: 10px;
        width: 100%;
        border: 1px solid #eee;
        border-radius: 2px;
    }

.subscribepanel {
}

    .subscribepanel .form-group {
        margin-bottom: 5px;
    }

    .subscribepanel input[type='text']:focus {
        outline: none;
    }

    .subscribepanel input[type='text'] {
        padding: 10px;
        width: 100%;
        border: 1px solid #eee;
        border-radius: 2px;
    }

.forgetpanel {
    display: none;
}

    .forgetpanel .form-group {
        margin-bottom: 5px;
    }

    .forgetpanel input[type='text'] {
        padding: 10px;
        width: 100%;
        border: 1px solid #eee;
        border-radius: 2px;
        margin-bottom: 10px;
    }

        .forgetpanel input[type='text']:focus {
            outline: none;
        }

.forget p {
    color: #00a0e3;
    margin: 0;
    padding-top: 10px;
    cursor: pointer;
    float: right;
}

.forgetmargin {
    margin-top: 30px;
}

.back {
    text-align: center;
    color: #00a0e3;
    cursor: pointer;
}

@media (max-width:1170px) {
}


@media (max-width: 1170px) and (min-width: 992px) {

    .navbar-nav > .current a {
        padding: 10px;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
    }

    .nav li:hover .dropdown-menu {
        top: 55px;
    }

    .dropdown-menu > li > a {
        padding: 10px 10px;
        font-size: 10px;
    }

    .product-box { /* width:18.50%; */
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar-nav > .current a {
        padding: 8px;
    }

    .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 10px;
        padding: 8px;
    }

    .header-top .wlcmmsg {
        float: left;
    }

    .header-fixed {
        position: static;
    }

    header .logo {
        float: left;
    }

    header .search {
        float: right;
        width: 100%;
    }

        header .search input[type='text'] {
            margin-top: 0px;
        }

    header {
        padding-bottom: 10px;
    }

        header .search input[type='submit'] {
            top: 12px;
        }

    #banner {
        height: auto;
        padding-top: 5px;
        padding-bottom: 15px;
        BACKGROUND: #2A6B9C;
    }

        #banner .item img {
            width: 100%;
        }

    .product-box {
        width: 94%;
        margin: 10px;
    }

    .nav li:hover .dropdown-menu {
        top: 55px;
    }

    .dropdown-menu > li > a {
        padding: 10px 10px;
        font-size: 10px;
    }

    footer {
        height: Auto;
    }

    .footer-top {
        height: auto;
        padding-bottom: 15px;
    }

        .footer-top .col-md-4 {
            width: 33.33%;
            float: left;
        }

    .footer-middle .col-md-2 {
        width: 33.33%;
        float: left;
        max-height: 192px;
    }

    .filter {
        display: none;
    }
}


@media screen and (max-width:48em) {


    .header-fixed {
        position: relative;
    }

    #banner:after {
        background: none;
    }

    #banner:before {
        background: none;
    }

    .wlcmmsg {
        display: none;
    }

    header .logo {
        float: left;
    }

        header .logo img {
            /* width: 90px; */
        }

    header:before {
        background: none;
    }

    header .search {
        float: left;
        width: 56%;
        padding-bottom: 15px;
        padding-top: 30px;
    }

        header .search input[type='text'] {
            margin-top: 0px;
        }

        header .search input[type='submit'] {
            top: 42px;
        }

    .navbar-header {
        padding: 0;
    }

    .navbar-inverse .navbar-toggle {
        margin-top: 10px;
    }

    #main-menu {
        position: static;
        background: rgb(47, 62, 74);
    }

    #banner {
        height: auto;
        padding-top: 5px;
        padding-bottom: 15px; /* BACKGROUND: #2A6B9C; */
    }

        #banner .item img {
            width: 100%;
        }

    .navbar-nav > li {
        padding: 0;
    }

    .nav li:hover .dropdown-menu {
        position: relative;
        top: 0;
    }

    .carousel-control.right {
        right: 0 !important;
    }

    .product-box {
        width: 94%;
        margin: 0;
    }

    .header-top .topmenu {
        text-align: center;
    }

    #banner h2 {
        font-size: 24px;
    }

    #banner .carousel-indicators {
        display: none;
    }

    #banner:after {
        height: 640px;
    }

    #homebanner img {
        margin-bottom: 10px;
    }

    .cartitem {
        display: none !important;
    }

    .footer-top {
        height: auto;
        padding-bottom: 15px;
    }

        .footer-top .col-md-4 {
            width: 100%;
            float: left;
        }

    .footer-middle {
        padding-bottom: 25px;
    }

        .footer-middle .col-md-2 {
            width: 100%;
            float: left;
            max-height: 192px;
        }

    .viewaccount {
        display: none !important;
    }

    #breadcumb {
        padding-top: 0;
    }

    .filter {
        display: none;
    }

    .pro-size h4 {
        display: block;
        float: none;
    }

    .pro-size label {
        float: none;
    }

    .targetarea {
        height: auto !important;
    }

    .share-post li {
        margin-bottom: 10px;
    }

    .productview .row {
        margin: 0;
    }

    .qty {
        margin-left: 0;
    }

        .qty input {
            margin-top: 10px;
            display: block;
        }
}

.related h3 {
    font-size: 24px;
    padding: 20px 0 0;
    font-weight: 700;
    padding-top: 0;
    color: #0C5FA2;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

    .related h3:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        height: 3px;
        width: 100px;
        background: #3B7DB1;
        border-radius: 8px;
    }

    .related h3:before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 105px;
        height: 3px;
        width: 3px;
        background: #4385B6;
        border-radius: 8px;
    }

@media screen and (max-width:522px) {
    header .logo {
        float: left;
        width: 100%;
        text-align: CENTER;
    }

    header .search {
        float: left;
        width: 75%;
        padding-bottom: 15px;
        padding-top: 5px;
    }

        header .search input[type='submit'] {
            top: 18px;
        }

    .head-cart {
        position: absolute;
        right: 15px;
        bottom: 29px;
        padding: 0;
        top: 120px;
    }

    .header-fixed .head-cart {
        position: absolute;
        right: 15px;
        bottom: 29px;
        padding: 0;
        top: 118px;
    }
}

@media screen and (max-width:340px) {
    header {
        position: relative;
    }

        header .logo img {
            width: 90px;
        }

    .head-cart {
        position: absolute;
        right: 15px;
        bottom: 20px;
        padding: 0;
        top: 110px;
    }
}






/*====end-ma-banner7=================*/
.products .product {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    margin-bottom: 0;
    width: 100%;
}

.item-inner:hover .products .product .product-image + .product-image {
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 100;
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
}

.products .product :hover .overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.products .product > a {
    display: block;
    float: left;
    width: 100%;
    z-index: 1;
}

    .products .product > a .product-image {
        width: 100%;
        line-height: 0;
    }

        .products .product > a .product-image img {
            width: 100%;
        }

        .products .product > a .product-image + .product-image {
            position: absolute;
            top: 0;
            left: 0;
            /*   -webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;*/
            -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
        }

            .products .product > a .product-image + .product-image img {
                max-width: none;
            }

@media(max-width: 1199px) {
    .products .product > a .product-image + .product-image img {
        max-width: 100%;
    }
}


@media(max-width: 1199px) {

    ol#products-list .actions-inner {
        width: auto;
        margin-right: 20px;
    }
}

@media(max-width:991px) {
    #producttabs .item h3:before {
        margin-right: 5px !important;
        font-size: 15px !important;
    }

    #producttabs .item h3 {
        padding-right: 10px !important;
    }

    .products-grid .item .item-inner .bottom-actions {
        padding: 0 220px;
    }

    .products-grid.last .item {
        margin-top: 50px;
    }

    .product-view .product-img-box .more-views .bx-wrapper {
        max-width: 600px !important;
    }
}


@media (max-width: 767px) {
    .owl-theme .owl-controls,
    .nivo-directionNav {
        display: none;
    }

    #producttabs {
        width: 100%;
        height: auto;
    }

        #producttabs li {
            width: 100%;
            border-right: 0;
        }

        #producttabs .item h3 {
            width: 100%;
            font-size: 17px;
            margin-right: 0;
        }

            #producttabs .item h3:before {
                font-size: 17px;
                margin-right: 15px !important;
                padding-left: 15px !important;
            }
}




    /* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

    /* clearfix */
    .owl-carousel .owl-wrapper:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    /* display none until init */
    .owl-carousel {
        display: none;
        position: relative;
        width: 100%;
        -ms-touch-action: pan-y;
    }

        .owl-carousel .owl-wrapper {
            display: none;
            position: relative;
            -webkit-transform: translate3d(0px, 0px, 0px);
        }

        .owl-carousel .owl-wrapper-outer {
            overflow: hidden;
            position: relative;
            width: 100%;
        }

            .owl-carousel .owl-wrapper-outer.autoHeight {
                -webkit-transition: height 500ms ease-in-out;
                -moz-transition: height 500ms ease-in-out;
                -ms-transition: height 500ms ease-in-out;
                -o-transition: height 500ms ease-in-out;
                transition: height 500ms ease-in-out;
            }

        .owl-carousel .owl-item {
            float: left;
        }

    /*.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}*/

    .owl-controls {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }



    /* fix */
    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
    }

    /****************************************/
    /*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

    .owl-theme .owl-controls {
        margin-top: 0;
        text-align: center;
    }

    .owl-buttons {
        position: absolute;
        top: -60px;
        right: 30px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        left: auto;
        gap: 10px;
    }

        .owl-buttons div {
            /*width: 49px;
        height: 49px;
        border-radius: 0 !important;
        font-size: 0 !important;*/
        }

    /*.owl-theme .owl-controls .owl-buttons .owl-prev {*/
    /*border-right: 1px solid #E5E5e5;*/
    /*left: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next {*/
    /*border-right: 1px solid #E5E5e5;*/
    /*right: 0;
}*/
    /* Styling Next and Prev buttons */

    .owl-theme .owl-controls .owl-buttons div {
        color: #ffffff;
        zoom: 1;
        margin: 0;
        border-radius: 0;
        opacity: 0.5;
        background: #000000;
        width: 40px;
        height: 40px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        visibility: visible;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .ma-brand-slider-contain .owl-theme .owl-controls .owl-buttons div {
        background: #869791;
    }

    .ma-brand-slider-contain .owl-buttons {
        top: -77px;
    }

    .ma-brand-slider-contain .owl-theme .owl-controls .owl-buttons .owl-prev:before {
        line-height: 31px;
        content: "\f053";
        font-size: 14px;
        color: #d2d1d1;
    }

    .ma-brand-slider-contain .owl-theme .owl-controls .owl-buttons .owl-next:before {
        line-height: 31px;
        content: "\f054";
        font-size: 14px;
        color: #d2d1d1;
    }

    .ma-brand-slider-contain .owl-prev {
        border-right: 0;
    }

    .ma-brand-slider-contain .owl-buttons div {
        width: 35px;
        height: 35px;
        border-radius: 100%;
    }
    /* Clickable class fix problem with hover on touch devices */
    /* Use it for non-touch hover action */
    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100); /*IE7 fix*/
        opacity: 1;
        text-decoration: none;
    }

    /* Styling Pagination*/

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: Alpha(Opacity=50); /*IE7 fix*/
            opacity: 0.5;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #869791;
        }

        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100); /*IE7 fix*/
            opacity: 1;
        }

        /* If PaginationNumbers is true */

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }



    /*.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\f053";
    font-size: 18px;
    color: #1f1f1f;
    line-height: 50px;
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f054";
    font-size: 18px;
    color: #1f1f1f;
    line-height: 50px;
}*/

    .owl-theme .owl-controls .owl-buttons {
        /*display: inline-block;*/
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #252525;
        /*line-height: 31px;*/
    }

    .producttabs-products-owl {
        list-style: none;
        padding-left: 15px;
    }

    ul.producttabs-products-owl .owl-controls .owl-buttons div {
        height: 50px;
        line-height: 50px;
        background: none;
        margin: 0;
        width: 53px;
    }

    ul.producttabs-products-owl .owl-controls .owl-buttons .owl-prev {
        border-right: 1px solid #e5e5e5;
    }

    ul.producttabs-products-owl .owl-controls .owl-buttons {
        top: -52px;
    }

    .ma-featuredproductslider-container .owl-carousel .owl-buttons div {
        height: 52px;
        line-height: 52px;
        background: none;
        margin: 0;
        width: 53px;
    }

    .ma-featuredproductslider-container .owl-carousel .owl-buttons .owl-prev {
        border-right: 1px solid #e5e5e5;
    }

    .ma-featuredproductslider-container .owl-theme .owl-controls .owl-buttons {
        top: -81px !important;
    }


    /************* Products Thumnb image ********************/
    .productview .thumbs .owl-buttons {
        top: 20px;
        position: absolute;
        width: 100%;
    }

        .productview .thumbs .owl-buttons .owl-prev {
            position: absolute;
            left: 10px;
            opacity: 0;
            background: #0281bb;
            border-radius: 58px !important;
            border: none;
            width: 30px;
            height: 30px;
        }

        .productview .thumbs .owl-buttons .owl-next {
            position: absolute;
            right: -15px;
            opacity: 0;
            background: #0281bb;
            border-radius: 58px !important;
            border: none;
            width: 30px;
            height: 30px;
        }

            .productview .thumbs .owl-buttons .owl-next:before {
                content: "\f054";
                font-size: 12px;
                color: #fff;
                line-height: 32px;
            }

        .productview .thumbs .owl-buttons .owl-prev:before {
            content: "\f053";
            font-size: 12px;
            color: #fff;
            line-height: 32px;
        }

        .productview .thumbs .owl-buttons:hover .owl-prev, .productview .thumbs .owl-buttons:hover .owl-next {
            opacity: 1;
        }


    /******************** LABEL **************************/
    .label-width {
        float: left;
        width: 90%;
    }

    /***************** ZOOM LENS *********************/

    .zoomlens {
        top: 240px !important;
    }

    .colorlbl {
        position: absolute;
        width: 18px;
        height: 18px;
        left: 0px;
        top: 5px;
        border: 1px solid #999b9c;
    }

    .colorbox input[type=checkbox]:checked + label::before {
        border-color: inherit;
        background-color: inherit;
    }

    .colorbox .checkbox-label::before {
        font-family: "Open Sans", sans-serif;
        border-radius: 0;
        background-color: inherit;
        border: none;
    }

    .colorbox .multicolor {
        background: url(../images/multicolor.png) center no-repeat;
        background-size: 100%;
    }

    .colorbox .checkbox-label::after {
        width: 16px;
        height: 16px;
        color: #fff;
        font: normal normal normal 11px/1 FontAwesome;
        left: 4px;
        content: "\f00c";
        top: 15px;
        text-shadow: 0px 3px #333;
    }

    @media screen and (max-width:48em) {
        .myaccountbox {
            width: auto;
            margin-top: 80px;
        }

            .myaccountbox .myicon {
                top: -50px !important;
            }
    }

    @media screen and (min-width:48.1em) {

        .header-fixed .logo img {
            width: 80px;
        }

        .header-fixed .head-cart {
            padding-top: 23px;
            text-align: right;
            padding-bottom: 23px;
        }

        .header-fixed .search input[type='text'] {
            margin-top: 20px;
        }

        .header-fixed .search input[type='submit'] {
            top: 33px;
        }

        .header-fixed .cartitem {
            top: 80px;
        }
    }

    .custab th {
        font-size: 18px;
        font-family: Arial;
    }

    .list-group-item {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid #ddd;
        text-transform: capitalize;
        font-weight: 400;
        color: #888;
        font-size: 14px;
    }

    .vieworders {
        margin: 0;
        background: rgb(253, 253, 253);
        padding-top: 15px;
        padding-bottom: 10px;
        border: 1px solid #eee;
        border-bottom: 3px solid #eee;
    }

    .viewmod {
        display: block;
        padding: 5px;
        text-align: center;
        border: 1px solid #555555;
        color: #555555;
        cursor: pointer;
    }

    .cancelmod {
        display: block;
        padding: 5px;
        text-align: center;
        border: 1px solid #555555;
        color: #555555;
        margin-left: -1px;
    }

    .viewprice {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #accountpanel {
        background: #fff;
        padding-top: 0px;
        padding-bottom: 60px;
    }

    input[type='text'], input[type='password'] {
        padding: 10px;
        width: 100%;
        border: 1px solid #eee;
        border-radius: 5px;
    }

textarea {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 10px;
    min-height: 80px;
}

    .paynow {
        border: none;
        border-radius: 3px;
        padding: 10px;
        width: 100%;
        margin-bottom: 5px;
        background: #00a0e3;
        color: #fff;
        outline: none;
    }

    .btn-update {
        border: none;
        border-radius: 3px;
        padding: 10px;
        margin-bottom: 5px;
        background: #118edd;
        color: #fff;
        outline: none;
        width: 170px;
    }

        .btn-update:hover {
            background-color: #008cff;
        }
}

@media screen and (max-width:48em) {
    #accountpanel div.bhoechie-tab-menu {
        margin-bottom: 10px;
    }

    #accountpanel .row {
        margin: 0;
    }

    #accountpanel .cancelmod {
        margin-left: 0;
        margin-top: 5px;
    }

    #accountpanel .viewprice {
        text-align: left;
    }

    #accountpanel .personalinformation .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    #frmpwd .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
/************* TERMS & CONDITION *************/

.terms-page {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
}

    .terms-page h3 {
        font-size: 20px;
        padding: 5px 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
    }

    .terms-page p {
        text-align: justify;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .terms-page h2 {
        font-size: 24px;
        padding: 5px;
        background: #848282;
        margin-bottom: 8px;
        color: #fff;
    }


.privacy-policy p {
    text-align: justify;
    font-size: 12px;
    margin-bottom: 10px;
}

.privacy-policy h2 {
    font-size: 24px;
    padding: 5px;
    background: #848282;
    margin-bottom: 8px;
    color: #fff;
}

.privacy-policy {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
}

    .privacy-policy h3 {
        font-size: 20px;
        padding: 5px 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
    }

    .privacy-policy h4 {
        font-size: 20px;
        padding: 5px 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
    }


.link-follow .twitter {
    background: none;
    bottom: 0;
    left: 0;
}

.link-follow .youtube {
    background: none;
    bottom: 0;
    left: 0;
}


.link-follow .facebook {
    float: none;
    margin-right: 0px;
    background: none;
    bottom: 0;
    left: 0;
}

.link-follow .pinterest {
    float: none;
    margin-right: 0px;
    background: none;
    bottom: 0;
    left: 0;
}

.error {
    color: red;
font-size: 12px;
}

#acctitle {
    font-size: 18px;
    text-transform: capitalize;
}


.panel-footer {
    background-color: #fff;
}

.gtotal .panel-footer {
    background-color: #eee;
}

#shoppingcarttable button {
    padding: 8px 20px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    border: none;
    background: #1b313f;
    color: #fff;
}

.btn-proceed-checkout {
    padding: 8px 20px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 5px;
    border: none;
    background: #0093d9;
    color: #fff;
}

.order-confirm .row {
    padding: 0 !Important;
    border: none !important;
    margin-bottom: 5px !important; 
}



@media (max-width: 575px) {
    .owl-buttons {
        position: absolute;
        top: 50%;
        right: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        left: auto;
        gap: 10px;
    }
}