

/*===================================================================================*/


/*  Body
/*===================================================================================*/
@media (max-width: 768px){
    .blog-page .blog-post{
        padding: 20px !important;
    }
    .faq-page{
        padding: 20px !important;
    }
    .terms-conditions-page{
        padding: 20px !important;
    }
.filters-container .lbl-cnt{
        text-align: start !important;
        margin-bottom: 20px !important;
    }
.center_srch{
        justify-content: start !important;
    }
}
.membership_btn{
    background: #f4b07a !important;
    color: #000 !important;
}
.membership_btn:hover{
    background: #f4b07a !important;
    color: #000 !important;
}
@media (max-width: 767px){
    h2, .h2{
        font-size: 23px !important;
    }
    h3, .h3{
        font-size: 15px !important;
    }
    h5, .h5{
        font-size: 9px !important;
    }
    .main_heading{
        font-size: 18px !important
    }
    .featured-product .section-title{
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 10px;
        padding: 14px 20px;
    }
    .books_srch{
        /* width: 250px !important; */
    }
}






@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
.green-text {
    color: #abd07e !important;
}

.gallery-image{
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
flex-direction: column;
align-items: center;
}
@media(max-width:767px){
    #brand-slider img{
        width: 40px !important;
    }
    .logo-slider-inner {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }
    .info-boxes-inner{
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

}
.info-boxes-inner{
    padding-top: 15px;
    padding-bottom: 10px;
}
.green-text:hover {
    background-color: #abd07e !important;
    color: #fff !important;
}
.blog-page .blog-post {

    padding: 20px 70px;
}

.blue-text {
    color: #3498db !important;
}

.blue-text:hover {
    background-color: #3498db !important;
    color: #fff !important;
}

.floatwhats {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 40px;
    right: 38px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-floatwhats {
    margin-top: 6px;
}

@media (min-width: 300px) and (max-width: 767px){
.floatwhats{
right: 34px !important;
}
}

.red-text {
    color: #ff6c6c !important;
}

.red-text:hover {
    background-color: #ff6c6c !important;
    color: #fff !important;
}

.orange-text {
    color: #f39c12 !important;
}

.orange-text:hover {
    background-color: #f39c12 !important;
    color: #fff !important;
}

.dark-green-text {
    color: #12cca7 !important;
}

.dark-green-text:hover {
    background-color: #12cca7 !important;
    color: #fff !important;
}

.inline {
    display: inline-block;
    vertical-align: top;
}

ul {
    list-style: none;
}

a {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

body {
    font-size: 13px;
    color: #333;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
}

.cnt-home {
    background-color: #fff;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    outline: none!important;
}

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

img[src="assets/images/blank.gif"] {
    background: url("../images/ajax.gif") no-repeat scroll center center #ffffff;
}

.btn-upper {
    text-transform: uppercase;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-10 {
    margin-top: 10px;
}


/*===================================================================================*/


/*  Buttons
/*===================================================================================*/

.btn-uppercase {
    text-transform: uppercase;
}

.btn-default {
    background: #cbc9c9;
    color: #fff;
    font-weight: 700;
    /*line-height:30px;*/
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.btn-primary {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background: #000;
    color: #fff;
    border: none;
    font-size: 13px;
    line-height: 22px;
    border-radius: 0;
    padding: 6px 14px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 2px
}

.btn-black {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background: #3a3a3a;
    color: #fff;
    border: none;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    padding: 3px 22px;
}

.btn-primary:hover,
.btn-black:hover,
.btn-black:focus,
.btn-primary:focus {
    color: #fff;
}


/*===================================================================================*/


/*  Layout
/*===================================================================================*/

.center-block {
    float: none;
}

.inner {
    padding-top: 120px;
    padding-bottom: 120px;
}

.inner-md {
    padding-top: 100px;
    padding-bottom: 100px;
}

.inner-sm {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
}

.inner-vs {
    padding-top: 30px;
    padding-bottom: 30px;
}

.inner-top {
    padding-top: 120px;
}

.inner-top-md {
    padding-top: 100px;
}

.inner-top-sm {
    padding-top: 80px;
}

.inner-top-xs {
    padding-top: 40px;
}

.inner-top-vs {
    padding-top: 30px;
}

.inner-bottom {
    padding-bottom: 120px;
}

.inner-bottom-md {
    padding-bottom: 100px;
}

.inner-bottom-sm {
    padding-bottom: 80px;
}

.inner-bottom-xs {
    padding-bottom: 40px;
}

.inner-bottom-vs {
    padding-bottom: 60px;
}

.inner-left {
    padding-left: 75px;
}

.inner-left-md {
    padding-left: 60px;
}

.inner-left-sm {
    padding-left: 45px;
}

.inner-left-xs {
    padding-left: 30px;
}

.inner-right {
    padding-right: 75px;
}

.inner-right-md {
    padding-right: 60px;
}

.inner-right-sm {
    padding-right: 45px;
}

.inner-right-xs {
    padding-right: 30px;
}

.inner-right-vs {
    padding-right: 10px;
}

.outer {
    margin-top: 120px;
    margin-bottom: 120px;
}

.outer-md {
    margin-top: 100px;
    margin-bottom: 100px;
}

.outer-sm {
    margin-top: 80px;
    margin-bottom: 80px;
}

.outer-xs {
    margin-top: 40px;
    margin-bottom: 40px;
}

.outer-top {
    margin-top: 120px;
}

.outer-top-md {
    margin-top: 100px;
}

.outer-top-sm {
    margin-top: 80px;
}

.outer-top-xs {
    margin-top: 0px;
}

.outer-top-ss {
    margin-top: 20px;
}

.outer-top-n {
    margin-top: 0px!important;
}

.outer-top-vs {
    margin-top: 30px;
}

.outer-top-small {
    margin-top: 50px;
}

.outer-bottom {
    margin-bottom: 120px;
}

.outer-bottom-md {
    margin-bottom: 100px;
}

.outer-bottom-sm {
    margin-bottom: 80px;
}

.outer-bottom-vs {
    margin-bottom: 60px;
}

.outer-bottom-xs {
    margin-bottom: 30px;
}

.outer-bottom-small {
    margin-bottom: 30px;
}

.outer-top-bd {
    margin-top: 50px;
}

.inner-bottom-30 {
    padding-bottom: 30px;
}

.inner-bottom-20 {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .book_search_area{
        margin-bottom: 20px !important;
    }
    .tesitmonial-slider img {
        width: 60% !important;
    }
    table {
        display: block;
        overflow-x: scroll;
        width: 100%;
    }
    .nav-tabs>li>a {
        padding: 6px 7px !important;
    }
    .my-account-tab{
        margin-top: 380px;
    }
    .button-row{
        margin-top: 15px;
        text-align: center;
    }
    .scroll-tabs .nav-tab-line {
        display: flex;
    }
    .scroll-tabs .nav-tab-line li a {
        font-size: 13px !important;
    }
    .featured-product img {
        /* height: 270px ; */
    }
    .inner-md {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .inner-sm {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .inner-xs {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .inner-top {
        padding-top: 80px;
    }
    .inner-top-md {
        padding-top: 65px;
    }
    .inner-top-sm {
        padding-top: 50px;
    }
    .inner-top-xs {
        padding-top: 40px;
    }
    .inner-bottom {
        padding-bottom: 80px;
    }
    .inner-bottom-md {
        padding-bottom: 65px;
    }
    .inner-bottom-sm {
        padding-bottom: 50px;
    }
    .inner-bottom-xs {
        padding-bottom: 40px;
    }
}

.section-title {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
}

.featured-product .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: none;
    padding-bottom: 10px;
    padding: 15px 20px;
}

.best-deal {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.best-deal .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.best-deal .best-seller {
    padding: 21px;
    padding-top: 0px;
}

.best-deal .best-seller .col2 {
    padding-left: 0px
}

.home-owl-carousel .owl-controls,
.blog-slider .owl-controls,
.brand-slider .owl-controls {
    margin-top: 0px;
}


/*carousel control button*/

.sidebar-widget .custom-carousel .owl-controls {
    right: 0px
}

.custom-carousel .owl-controls {
    position: absolute;
    right: 24px;
    top: -32px;
    width: 100%;
    display: block;
}

@media(min-width: 1600px) {
    .custom-carousel .owl-controls .owl-prev {
        top: 200px !important;
    }
    .custom-carousel .owl-controls .owl-next {
        top: 200px !important;
    }
}

.custom-carousel .owl-controls .owl-prev {
    position: relative;
    width: 40px;
    height: 40px;
    top: 132px;
    left: 26px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* background: #c5c5c563; */
}

.custom-carousel .owl-controls .owl-prev:before {
    color: #959595;
    content: "\f104";
    font-family: fontawesome;
    font-size: 27px;
    left: 13px;
    position: absolute;
    top: 0;
}

.custom-carousel .owl-controls .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 132px;
    right: -26px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* background: #c5c5c563; */
}

.custom-carousel .owl-controls .owl-next:before {
    content: "\f105";
    font-family: fontawesome;
    color: #959595;
    font-size: 27px;
    left: 17px;
    position: absolute;
    top: 0px;
}

.logo-slider .owl-controls .owl-prev {
    top: 73px !important;
    display: block;
    /* background-color: #c5c5c563; */
    left: 34px;
}

.logo-slider .owl-controls .owl-next {
    top: 73px !important;
    display: block;
    /* background-color: #c5c5c563; */
    right: -18px;
}

.featured-product {
    margin-bottom: 10px;
    background-color: #fff;

}

.featured-product .cart-btn {
    display: none
}

.featured-product .products {
    margin-left: 0px;
    margin-right: 18px;
    padding-bottom: 15px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px !important;
    margin-bottom: 10px;
}

/* .featured-product .home-owl-carousel {
    padding-left: 20px;
} */

.new-arriavls {
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.new-arriavls .products {
    margin-left: 0px;
    margin-right: 18px;
    padding-bottom: 15px;
}

.new-arriavls .home-owl-carousel {
    padding-left: 20px;
}

.new-arriavls .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.new-arriavls .cart-btn {
    display: none
}

.latest-blog {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.latest-blog .btn-primary {
    margin: 3px
}

.latest-blog .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.latest-blog .blog-slider {
    padding-left: 20px;
    padding-bottom: 25px;
}

.latest-blog .blog-post {
    margin-right: 25px
}

.latest-blog .blog-post img {
    width: 100%
}

.logo-slider-inner {
    margin-top: 5px;
    margin-bottom: 5px;
}

.special-product .product:first-child {
    margin-bottom: 20px;
}

.special-product .product .image img {
    width: 100%
}

.special-product .product .col {
    padding-right: 0px
}

.special-product .product .btn-primary {
    background: none;
    padding: 0px;
    color: #157ed2;
    text-decoration: underline;
    margin-top: 5px;
}

.special-product .product:last-child {
    margin-top: 20px;
}

.best-product .product:first-child {
    margin-bottom: 20px;
}

#owl-main .owl-controls .owl-buttons .icon {
    position: relative;
    top: 8px;
    color: #333 !important;
}

.config-options ul>li>a {
    display: block;
}

.read-more-bottom {
    margin-bottom: 10px;
}

.unicase-form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #eee;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    padding: 10px 12px;
}

.unicase-form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d8d8d8;
}

.animate-dropdown .open>.dropdown-menu,
.animate-dropdown .open>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: 200ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards;
}

@keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0;
    }
    to {
        margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0;
    }
    to {
        margin-top: 0;
        opacity: 1;
    }
}

.seller-product .products {
    margin-bottom: 35px;
}

.product-slider .products {
    margin-left: 0px;
    margin-right: 18px;
    padding-bottom: 15px
}

.product-slider .products .cart-btn {
    display: none
}

.category-product .products .cart-btn {
    display: none;
}

.seller-product .products .product .product-info .name {
    font-size: 18px;
    margin-top: 5px !important;
}

a {
    color: #12cca7;
}

.show-theme-options:hover,
.show-theme-options:focus {
    background: #12cca7;
}

.btn-primary:hover,
.btn-black:hover,
.btn-primary:focus,
.btn-black:focus {
    background: rgb(33, 54, 138) !important;
}

.top-bar .cnt-account ul>li a:hover,
.top-bar .cnt-account ul>li a:focus {
    color: #fff !important;
}

.top-bar .cnt-block ul li a .caret {
    color: #12cca7;
}

.top-bar .cnt-block ul li .dropdown-menu li a:hover,
.top-bar .cnt-block ul li .dropdown-menu li a:focus {
    color: #12cca7;
}

.main-header .top-search-holder .contact-row .icon {
    color: #12cca7;
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .total-price {
    color: #12cca7;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:hover,
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:focus {
    color: #12cca7;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
    color: #12cca7;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:hover,
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:focus {
    color: #12cca7;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
    color: #12cca7;
}

.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
    color: #12cca7;
}

.header-style-1 .header-nav {
    background: rgb(33, 54, 138) !important;
}

.cnt-home .header-style-1 .header-nav .navbar .navbar-nav>li.active {
    background: #fff !important;
}

.cnt-home .header-style-1 .header-nav .navbar .navbar-nav>li>a:hover,
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav>li>a:focus {
    background: #0b816a;
}

.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav>li.active,
.cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav>li.active {
    background: #12cca7;
}

.cnt-home .header-style-1.header-style-3 .header-nav .navbar .navbar-nav>li.active {
    background: #12cca7;
}

.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a:hover,
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a:focus {
    background: #12cca7 !important;
}

.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav>li.open {
    background: #12cca7;
}

.sidebar .side-menu nav .nav>li a:hover,
.sidebar .side-menu nav .nav>li a:focus {
    color: rgb(33, 54, 138) !important;
}

.sidebar .side-menu nav .nav>li a:hover:after,
.sidebar .side-menu nav .nav>li a:focus:after {
    color: #12cca7;
}

.info-box .info-box-heading.green {
    color: rgb(33, 54, 138) !important;
}

.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
    color: #12cca7;
}

.product .product-info .name a:hover,
.product .product-info .name a:focus {
    color: rgb(33, 54, 138) !important;
}

.product .product-info .product-price .price {
    color: #12cca7;
}

.product .cart .action ul li.lnk a:hover,
.product .cart .action ul li.lnk a:focus {
    color: #12cca7;
}

.product .cart .action ul li.add-cart-button .btn-primary:hover,
.product .cart .action ul li.add-cart-button .btn-primary:focus {
    background: #12cca7;
}

.product .cart .action ul li.add-cart-button .btn-primary.icon:hover,
.product .cart .action ul li.add-cart-button .btn-primary.icon:focus {
    background: #0b816a;
}

.tag.sale {
    background: #abd07e;
}

.copyright-bar .copyright a {
    color: #12cca7;
}

.blog-slider-container .blog-slider .blog-post-info .name a:hover,
.blog-slider-container .blog-slider .blog-post-info .name a:focus {
    color: #12cca7;
}

.footer .links-social .social-icons a:hover,
.footer .links-social .social-icons a:focus,
.footer .links-social .social-icons a.active {
    background: #12cca7;
}

.latest-tweet .re-twitter .comment a {
    color: #12cca7;
}

.latest-tweet .re-twitter .comment .icon .fa-stack-2x {
    color: #12cca7;
}

.footer .contact-information .media .icon .fa-stack-2x {
    color: #12cca7;
}

.footer .contact-information .media .media-body a:hover,
.footer .contact-information .media .media-body a:focus {
    color: #12cca7;
}

.footer .footer-bottom .module-body ul li a:hover,
.footer .footer-bottom .module-body ul li a:focus {
    color: rgb(33, 54, 138) !important;
}

.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
    background: #12cca7;
}

.hot-deals {
    margin-top: 30px
}

.hot-deals .product-info .product-price .price {
    color: #12cca7;
}

.hot-deals .product-info .name a:hover,
.hot-deals .product-info .name a:focus {
    color: #12cca7;
}
.custom-carousel .owl-controls .owl-prev:hover.owl-prev::before,
.custom-carousel .owl-controls .owl-next:hover.owl-next::before
{
    color: #fff !important;
}
.custom-carousel .owl-controls .owl-prev:hover,
.custom-carousel .owl-controls .owl-next:hover,
.custom-carousel .owl-controls .owl-prev:focus,
.custom-carousel .owl-controls .owl-next:focus {
    background: rgb(33, 54, 138) !important;
    color: #fff !important;
}

.yamm .dropdown-menu .title:hover,
.yamm .dropdown-menu .title:focus {
    color: #12cca7;
}

.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
    color: #12cca7;
}

.breadcrumb ul li.active {
    color: #0b816a;
}

.breadcrumb ul a:hover,
.breadcrumb ul a:focus {
    color: #0b816a;
}

.filters-container .nav-tabs.nav-tab-box li.active a .icon {
    color: #12cca7;
}

.filters-container .pagination-container ul li.active a {
    color: #12cca7;
}

.filters-container .pagination-container ul li.prev:hover,
.filters-container .pagination-container ul li.next:hover,
.filters-container .pagination-container ul li.prev:focus,
.filters-container .pagination-container ul li.next:focus {
    background: rgb(33, 54, 138) !important;
}

.filters-container .pagination-container ul li a:hover,
.filters-container .pagination-container ul li a:focus {
    color: #12cca7;
}

.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover,
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
    color: #12cca7;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:hover,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:focus,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
    color: #12cca7;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
    border: 5px solid #12cca7;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:hover,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:focus {
    color: rgb(33, 54, 138) !important;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report span {
    color: #12cca7;
}

.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page.active span {
    background: #12cca7;
}

.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page:hover span {
    background: #12cca7;
}

.single-product .gallery-holder .gallery-thumbs .owl-item .item:hover {
    border: 1px solid #12cca7;
}

.single-product .product-info .rating-reviews .reviews .lnk:hover,
.single-product .product-info .rating-reviews .reviews .lnk:focus {
    color: #12cca7;
}

.single-product .product-info .price-container .price-box .price {
    color: rgb(33, 54, 138) !important;
}

.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:hover,
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:focus {
    color: rgb(33, 54, 138) !important;
}

.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
    background: #12cca7;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus {
    background: #000 !important;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover:after,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #12cca7;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a {
    background: #12cca7;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(33, 54, 138) !important;
}

.cart .action .add-cart-button .btn.btn-primary.icon:hover,
.cart .action .add-cart-button .btn.btn-primary.icon:focus {
    background: #12cca7;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
    color: #12cca7;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
    color: #12cca7;
}

#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
    background: rgb(33, 54, 138) !important;
}

#owl-main .owl-controls .owl-pagination .owl-page:active span,
#owl-main .owl-controls .owl-pagination .owl-page:hover span {
    background: #12cca7;
}

.cart .action ul .lnk .add-to-cart:hover,
.cart .action ul .lnk .add-to-cart:focus {
    color: #12cca7 !important;
}

.cart .action .add-to-cart:hover,
.cart .action .add-to-cart:focus {
    color: #12cca7 !important;
}

.homepage-container .product .tag.hot {
    background: #12cca7;
}

.homepage-container .product .product-info .name a:hover,
.homepage-container .product .product-info .name a:focus {
    color: #12cca7;
}

.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
    background: #12cca7;
    border: 2px solid #12cca7;
}

.category-list {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
}

.category-product .cart .action ul li .add-to-cart:hover,
.category-product .cart .action ul li .add-to-cart:focus {
    background: rgb(33, 54, 138) !important;
}

.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
    background: #12cca7;
}

.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a:hover,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a:focus {
    background: #12cca7;
}

.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav>li.open {
    background: #12cca7;
}

#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page.active span {
    background: #12cca7 !important;
}

#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span:hover,
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span:focus {
    background: #12cca7 !important;
}

.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle.max-slider-handle {
    background: #12cca7;
}

.blog-page .blog-post h1 a:hover,
.blog-page .blog-post h1 a:focus {
    color: #12cca7;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li.active>a,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li.active>a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li.active>a:focus {
    color: #0b816a;
}

.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
    background-color: #12cca7;
}

.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
    color: #0b816a;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:focus {
    color: #12cca7;
}

.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
    background-color: #12cca7;
}

.blog-page .blog-review .review-action a,
.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
    color: #12cca7;
}

.blog-page .blog-post-author-details .author-social-network .dropdown-menu>li>a:hover,
.blog-page .blog-post-author-details .author-social-network .dropdown-menu>li>a:focus {
    color: #12cca7;
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title>a:not(.collapsed) span {
    background-color: rgb(33, 54, 138) !important;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus {
    color: #12cca7;
}

.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:focus {
    color: #12cca7;
}

.contact-page .contact-info .contact-i {
    background-color: rgb(33, 54, 138) !important;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus {
    color: #12cca7;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
    color: #0b816a;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:focus {
    color: #12cca7;
}

.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    color: #0b816a;
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:hover,
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:focus {
    color: #12cca7;
}

.logo-color {
    fill: #12cca7;
}

.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover,
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
    color: #12cca7;
}

.cnt-homepage .single-product .product-info-block .txt.txt-qty {
    color: #12cca7;
}

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail {
    border-bottom: none;
}

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
    margin-right: 10px;
    padding: 0;
}

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover,
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
    background: #12cca7;
    border: 2px solid #12cca7;
}

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
    background: #12cca7;
    border: 2px solid #12cca7;
}

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
    color: #12cca7;
}

.yamm .dropdown-menu {
    border-top-color: #12cca7;
}

.product-comparison .compare-table tr td .product-price .price {
    color: #12cca7;
}

.product-comparison .compare-table tr td .in-stock {
    color: #12cca7;
}

.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:hover,
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:focus {
    color: #12cca7;
}

.product-comparison .compare-table tr td .product-price .price {
    color: #12cca7;
}

.product-comparison .compare-table tr td .in-stock {
    color: #12cca7;
}

.body-content .x-page .x-text h1 {
    color: #12cca7;
}

.body-content .x-page .x-text a {
    color: #12cca7;
}

.sign-in-page .register-form .forgot-password,
.sign-in-page .register-form .forgot-password:hover,
.sign-in-page .register-form .forgot-password:focus {
    color: #12cca7;
}

.body-content .my-wishlist-page .my-wishlist table tbody .price {
    color: #12cca7;
}

.terms-conditions-page .contact-form {
    color: #12cca7;
}

.top-bar {
    padding: 0px;
    font-size: 12px;
}

.top-bar .cnt-account {
    /* float: right; */
    padding: 14px 0px;
    text-align: center;
}

.top-bar .cnt-account ul {
    margin: 0px;
}

.top-bar .cnt-account ul>li {
    display: inline-block;
    line-height: 12px;
    padding: 10px 15px;
    background: rgb(33, 54, 138);
    border-right: 1px solid hsla(0, 0%, 100%, .2);
}

.top-bar .cnt-account ul>li:last-child {
    border: none;
    padding-right: 10px
}

.top-bar .cnt-account ul>li a {
    color: #fff;
    font-size: 15px;
    padding: 0px;
    font-weight: 400;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.top-bar .cnt-account ul>li a .icon {
    display: block;
    float: left;
    padding-right: 6px;
    font-size: 13px;
    color: #fff;
}

.top-bar .cnt-account ul>li a:hover,
.top-bar .cnt-account ul>li a:focus {
    text-decoration: none;
}

.top-bar .cnt-block {
    float: right;
}

.top-bar .cnt-block .list-inline {
    margin: 0px;
}

.top-bar .cnt-block .list-inline>li {
    display: inline-block;
    margin-right: 10px;
    padding: 0px;
}

.top-bar .cnt-block .list-inline>li>a {
    padding: 7px 0px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    color: #888;
    display: inline-block;
}

.top-bar .cnt-block .list-inline>li>a .value {
    color: #000;
    margin: 2px 4px 2px 7px;
}

.top-bar .cnt-block .list-inline>li>a:hover,
.top-bar .cnt-block .list-inline>li>a:focus {
    text-decoration: none;
    color: #888888;
}

.top-bar .cnt-block .list-inline>li .dropdown-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    top: 125%;
    left: 5px;
}

.top-bar .dropdown-menu>li>a {
    padding: 3px 10px;
    font-size: 13px
}

.top-bar .cnt-block .list-inline>li .dropdown-menu li a:hover,
.top-bar .cnt-block .list-inline>li .dropdown-menu li a:focus {
    background: rgba(0, 0, 0, 0);
}


/*===================================================================================*/


/* Header
/*===================================================================================*/

header {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.main-header {
    /* padding: 5px 0px 12px 0px; */
}


/* .main-header .logo-holder {
    margin-top: 10px;
} */

.main-header .top-search-holder .contact-row {
    line-height: 20px;
    color: #9b9b9b;
}

.main-header .top-search-holder .contact-row .phone {
    margin: 0 23px 0 0;
    border-right: 1px solid #E2E2E2;
    padding-right: 35px;
}

.main-header .top-search-holder .contact-row .icon {
    font-size: 18px;
    line-height: 23px;
    margin: 0 8px 0 0;
    vertical-align: middle;
}

.main-header .top-search-holder .search-area {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 14px 0 0;
    background: #fff;
    border-radius: 2px;
    width: 100%;
}

.main-header .top-search-holder .search-area .search-field {
    border: none;
    padding: 13px;
    width: 91%;
}

.main-header .top-search-holder .search-area .categories-filter {
    border-right: 1px solid #E0E0E0;
    text-transform: capitalize;
    display: inline-block;
    line-height: 44px;
    background: #f6f6f6;
    border-radius: 3px 0px 0px 3px
}

.main-header .top-search-holder .search-area .categories-filter a {
    padding: 0 10px;
    color: #666;
    font-size: 13px;
}

.main-header .top-search-holder .search-area .categories-filter a .caret {
    margin-left: 15px;
    color: #a0a0a0;
}

.main-header .top-search-holder .search-area .categories-filter .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    padding: 12px 17px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li {
    margin-bottom: 10px;
}

.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a {
    padding: 0px;
}

.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
    background: rgba(0, 0, 0, 0);
}

.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li.menu-header {
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
}

.main-header .top-search-holder .search-area .search-button {
    border-radius: 0px 3px 3px 0px;
    display: inline-block;
    float: right;
    margin: 0px;
    padding: 12px 19px 12px;
    text-align: center;
    background-color: rgb(33, 54, 138);
    border: 1px solid rgb(33, 54, 138);
}

.main-header .top-search-holder .search-area .search-button:after {
    color: #fff;
    content: "\f002";
    font-family: fontawesome;
    font-size: 16px;
    line-height: 9px;
    vertical-align: middle;
}

.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
    background: #404040;
}

.top-cart-row {
    padding-top: 8px;
    padding-left: 0px
}

.top-cart-row .dropdown-cart {
    float: right;
}

.top-cart-row .dropdown-cart img {
    width: 100%
}

.top-cart-row .dropdown-cart .lnk-cart {
    padding: 0px;
    background: #006cb4;
    border: 1px solid #24609c;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner {
    position: relative;
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
    padding: 12px 12px 13px 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    float: left;
    letter-spacing: 0.5px;
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
    float: left;
    padding: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 18px 13px 12px;
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 18px;
    position: absolute;
    left: 34px;
    top: 13px;
    width: 18px;
    background: #fdd922;
    color: #0f6cb2;
    font-size: 11px;
    text-align: center;
    line-height: 19px;
    ;
}

.top-cart-row .dropdown-cart .dropdown-menu {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: right;
    left: auto;
    min-width: 0;
    padding: 24px 22px;
    right: 0;
    width: 230px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a {
    color: #666666;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
    font-weight: 700;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action {
    padding: 0;
    position: relative;
    font-size: 15px;
    right: 8px;
    top: 8px;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a {
    color: #898989;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-total .text {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #666666;
    margin-right: 10px;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
    font-weight: 700;
}

.header-style-1 .header-nav .navbar-default {
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    margin: 0;
    min-height: auto;
}

.header-style-1 .header-nav .navbar-default .navbar-collapse {
    padding: 0;
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li.active>a {
    color: #000;
}

.navbar-nav {
    float: none
}

.special-menu {
    float: right
}

.special-menu a {
    color: #ffdd35!important;
    border: none!important;
    padding-right: 0px!important
}

.special-menu a:hover {
    background: none!important;
    color: #fff!important
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 11px 10px;
    text-transform: uppercase;
    -webkit-transitio: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label {
    position: absolute;
    text-transform: uppercase;
    top: -10px;
    display: inline;
    padding: 1px 7px;
    color: #fff;
    font-size: 9px;
    font-family: 'Montserrat', sans-serif;
    right: 23px;
    line-height: normal;
    letter-spacing: 1px;
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label:after {
    border-width: 6px 7px 0 6px;
    right: 18px;
    top: 90%;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transitio: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 100;
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label:before {
    right: 18px;
    top: 90%;
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.new-menu {
    background: #f1c40f;
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.new-menu:after {
    border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.new-menu:before {
    border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.hot-menu {
    background: rgb(33, 54, 138);
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.hot-menu:after {
    border-color: rgb(33, 54, 138) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.hot-menu:before {
    border-color: rgb(33, 54, 138) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.header-style-2 {
    /*margin-bottom:10px;*/
}

.header-style-2 .header-nav {
    background: rgba(0, 0, 0, 0) !important;
}

.header-style-2 .header-nav .navbar-default .nav-bg-class {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav>li>a {
    color: #555;
}

.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav>li>a:hover,
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav>li>a:focus {
    color: #fff;
}

.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav>li.open>a {
    color: #fff;
}

.header-style-3 .header-nav {
    background: #202020 !important;
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
    color: #fff;
}

.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a:hover,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a:focus {
    color: #fff;
}

.header-style-3 .header-nav .yamm .dropdown-menu {
    top: 62px;
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .dropdown-menu {
    left: auto;
    top: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    padding: 0px
}

.yamm .dropdown-menu .custom-banner a {
    padding: 0px
}

.yamm .dropdown-menu .banner-image {
    margin-bottom: -20px
}

.navbar-nav .open a {
    float: none;
    background: #fff!important;
    color: #888!important;
    border-radius: 3px 3px 0px 0px;
}

.yamm .dropdown-menu .yamm-content {
    padding: 20px 20px;
    background: #f7faff;
}

.yamm .dropdown-menu .yamm-content .col-menu {
    min-width: 210px
}

.yamm .dropdown-menu .yamm-content .links li a {
    padding: 4px 0px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.2px;
    font-size: 14px;
    color: #000 !important;
    background: #f7faff !important;

}

.yamm .dropdown-menu .yamm-content .links li a:hover {
    color: rgb(33, 54, 138) !important;
}

.dropdown-menu .dropdown-submenu .links li a:hover {
    color: rgb(33, 54, 138) !important;
}

.dropdown-menu .dropdown-submenu li a:hover {
    color: rgb(33, 54, 138) !important;
}

.header-nav .navbar-default .dropdown .dropdown-menu.pages .links>li>a:hover {
    color: rgb(33, 54, 138) !important;
}

.yamm .dropdown-menu h2 {
    font-size: 14px;
    color: #555;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    font-weight: bold
}

.yamm .dropdown-menu li {
    line-height: normal;
    padding: 0px 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.yamm .dropdown-menu li a {
    color: #3D3D3D;
    line-height: normal;
    text-transform: none;
    display: block;
    padding: 8px 16px;
}

.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
    background: rgba(0, 0, 0, 0);
    margin-left: 0px;
}

.yamm .dropdown-menu .text {
    font-size: 13px;
    line-height: 20px;
    position: relative;
    bottom: 0px;
    top: 73px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav>li.active>a,
.cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav>li.active>a {
    color: #fff;
}

.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
    background: #404040;
}

.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class {
    border: none;
}

.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav>li>a {
    color: #fff;
}

.cnt-homepage .header-style-2 .header-nav .navbar-default {
    background: #fff;
}

.cnt-homepage .header-style-2 .header-nav .navbar-default .nav-bg-class {
    -moz-box-shadow: 0 0 0 3px #F6F6F6 inset;
    -webkit-box-shadow: 0 0 0 3px #F6F6F6 inset;
    box-shadow: 0 0 0 3px #F6F6F6 inset;
}

.header-nav .navbar-default .dropdown .dropdown-menu.pages .links>li {
    border-bottom: 1px solid #E0E0E0;
    padding: 5px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-nav .navbar-default .dropdown .dropdown-menu.pages .links>li:last-child {
    border-bottom: none;
}

.header-nav .navbar-default .dropdown .dropdown-menu.pages .links>li>a {
    line-height: 26px;
    padding: 0px;
}

.header-nav .navbar-default .dropdown .dropdown-menu.pages .links>li>a:hover,
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links>li>a:focus {
    margin-left: 0px;
}


/*===================================================================================*/


/*  Side menu
/*===================================================================================*/

.sidebar .side-menu {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.sidebar .custom-carousel .owl-controls .owl-prev {
    top: -20px;
}

.sidebar .custom-carousel .owl-controls .owl-next {
    top: -20px;
}

.sidebar .side-menu .head {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    padding: 12px 17px;
    text-transform: uppercase;
    background-color: rgb(33, 54, 138);
    border: 1px solid rgb(33, 54, 138);
    font-weight: 700;
    letter-spacing: 0.5px;
    border-bottom: 1px rgb(33, 54, 138) solid
}

.sidebar .side-menu .head .icon {
    margin-right: 5px;
}

.sidebar .side-menu nav .nav>li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

.sidebar .side-menu nav .nav>li:last-child {
    border-bottom: none
}

.sidebar .side-menu nav .nav>li>a {
    padding: 13px 15px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.2px
}
/*
.sidebar .side-menu nav .nav>li>a:after {
    color: #bababa;
    content: "\f105";
    float: right;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 10px;
    font-family: FontAwesome;
} */

.sidebar .side-menu nav .nav>li>a .icon {
    font-size: 16px;
    margin-right: 12px;
}

.sidebar .side-menu nav .nav>li>a:hover,
.sidebar .side-menu nav .nav>li>a:focus {
    background: #fff;
}

.sidebar .side-menu nav .nav>li>a:hover .icon,
.sidebar .side-menu nav .nav>li>a:focus .icon {
    color: #666666;
}

.sidebar .side-menu nav .nav>li>.mega-menu {
    padding: 3px 0;
    top: 0 !important;
    left: 100%;
    margin: 0;
    min-width: 330%;
    /*338%;*/
    position: absolute;
    top: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden
}

.sidebar .side-menu nav .nav>li>.mega-menu .yamm-content {
    padding: 10px 20px;
}

.sidebar .side-menu nav .nav>li>.mega-menu .yamm-content ul>li {
    padding: 3px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sidebar .side-menu nav .nav>li>.mega-menu .yamm-content ul>li:last-child {
    border-bottom: none;
}

.sidebar .side-menu nav .nav>li>.mega-menu .yamm-content ul>li>a {
    line-height: 26px;
    padding: 0px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

.sidebar .side-menu nav .nav>li>.mega-menu .yamm-content .dropdown-banner-holder {
    position: absolute;
    right: -16px;
    top: -8px;
}

.sidebar .side-menu2 nav .nav li a {
    padding: 14.3px 15px;
}

.sidebar .sidebar-module-container .sidebar-widget .widget-header {
    padding: 10px 0px 5px 0px;
}

.sidebar .sidebar-module-container .sidebar-widget .widget-header .widget-title {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    font-weight: bold
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle {
    clear: both;
    display: block;
    font-family: 'Montserrat', sans-serif, sans-serif;
    font-size: 13px;
    line-height: 28px;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
    content: "\f068";
    float: right;
    font-family: fontawesome;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
    color: #666666;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed:after {
    color: #636363;
    content: "\f067";
    font-family: fontawesome;
    font-weight: normal
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner {
    margin: 0px 0 20px;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul {
    padding-left: 15px;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li {
    line-height: 27px;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a {
    color: #666666;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a:before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 14px;
    line-height: 15px;
    margin: 0 5px 0 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a:hover:before {
    margin: 0 8px 0 0;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder {
    padding: 0 0 20px;
    position: relative;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-top: 0px;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider.slider-horizontal {
    height: 20px;
    width: 100% !important;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track {
    background-color: #f1f1f1;
    background-repeat: repeat-x;
    cursor: pointer;
    position: absolute;
    width: 94% !important;
    height: 6px;
    left: 0;
    margin-top: -5px;
    top: 50%;
    width: 100%;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-selection {
    bottom: 0;
    height: 100%;
    top: 0;
    background-repeat: repeat-x;
    box-sizing: border-box;
    position: absolute;
    background: #c3c3c3;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    -webkit-border-radius: 400px;
    -moz-border-radius: 400px;
    border-radius: 400px;
    height: 20px;
    margin-left: -3px !important;
    opacity: 1;
    position: absolute;
    top: -3px;
    width: 20px;
    margin-top: -5px;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .tooltip {
    margin-top: -36px;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .min-max {
    font-size: 15px;
    font-weight: 700;
    color: #fe5252;
    margin-top: 15px;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li {
    clear: both;
    display: block;
    font-family: 'Montserrat', sans-serif, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 28px;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a {
    color: #666666;
    display: block;
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report {
    margin-top: 20px;
    margin-bottom: 30px;
}

.sidebar .sidebar-widget .advertisement .item {
    background-position: center 55%;
    background-size: cover;
    padding-bottom: 60px
}

.sidebar .sidebar-widget .advertisement .item .caption {
    color: #636363;
    left: 12%;
    letter-spacing: -3px;
    position: absolute;
    top: 11%;
    z-index: 100;
    display: table-cell;
}

.sidebar .sidebar-widget .advertisement .item .caption .big-text {
    font-size: 60px;
    line-height: 125px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-shadow: 1px 1px 3px #cfcfcf;
}

.sidebar .sidebar-widget .advertisement .item .caption .big-text .big {
    font-size: 120px;
    color: rgb(33, 54, 138);
    display: block;
    text-shadow: 1px 1px 3px #cfcfcf;
}

.sidebar .sidebar-widget .advertisement .item .caption .excerpt {
    font-size: 24px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #e6e6e6;
    text-shadow: 1px 1px 3px #cfcfcf;
}

.sidebar .sidebar-widget .advertisement .owl-controls {
    bottom: 10px;
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
}

.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination {
    display: inline-block;
}

.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page {
    display: inline-block;
}

.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    background: #ddd;
    border: none;
    border-radius: 2px;
    margin: 0 2px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.sidebar-widget {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
}

.related-product .tag {
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    line-height: 45px;
    left: 15px;
    text-align: center;
    top: 3.5%;
    width: 50px;
    position: absolute;
}


/*===================================================================================*/


/*  Slider
/*===================================================================================*/

#owl-main {
    text-align: center;
    cursor: default;
    height: 425px;
}

#owl-main .owl-controls {
    display: inline-block;
    position: relative;
    margin-top: 40px;
}


/*.panel-group .panel .owl-controls {
  margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
  margin-top: 40px;
}*/

#owl-main .owl-pagination {
    position: relative;
    line-height: 30px;
}

#owl-main .owl-buttons {
    display: block;
}

#owl-main .owl-prev,
#owl-main .owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 50px;
    font-size: 21px;
    background-color: #f2f2f2;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
}

#owl-main .owl-prev {
    left: 20px;
    /* -35px;*/
}

#owl-main .owl-next {
    right: 20px;
}

#owl-main:hover .owl-prev {
    left: 0px;
    opacity: 0.5;
}

#owl-main:hover .owl-next {
    right: 0px;
    opacity: 0.5;
}

#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
    opacity: 1;
}

#owl-main .owl-outer-nav:after {
    content: "";
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%;
    height: 100%;
    z-index: 0;
}

#owl-main .owl-outer-nav .owl-wrapper-outer,
#owl-main .owl-outer-nav .owl-pagination,
#owl-main .owl-outer-nav .owl-prev,
#owl-main .owl-outer-nav .owl-next {
    z-index: 1;
}

#owl-main .owl-outer-nav .owl-controls {
    position: static;
}

#owl-main .owl-outer-nav .owl-prev {
    left: -65px;
}

#owl-main .owl-outer-nav .owl-next {
    right: -65px;
}

#owl-main .owl-outer-nav:hover .owl-prev {
    left: -80px;
}

#owl-main .owl-outer-nav:hover .owl-next {
    right: -80px;
}

#owl-main .owl-ui-md .owl-pagination {
    line-height: 45px;
}

#owl-main .owl-ui-md .owl-prev,
#owl-main .owl-ui-md .owl-next {
    width: 45px;
    height: 45px;
    font-size: 45px;
}

#owl-main .owl-ui-md .owl-prev {
    left: -55px;
}

#owl-main .owl-ui-md .owl-next {
    right: -55px;
}

#owl-main .owl-ui-md:hover .owl-prev {
    left: -60px;
}

#owl-main .owl-ui-md:hover .owl-next {
    right: -60px;
}

#owl-main .owl-outer-nav.owl-ui-md:after {
    left: -18%;
    width: 136%;
}

#owl-main .owl-outer-nav.owl-ui-md .owl-prev {
    left: -85px;
}

#owl-main .owl-outer-nav.owl-ui-md .owl-next {
    right: -85px;
}

#owl-main .owl-outer-nav.owl-ui-md:hover .owl-prev {
    left: -100px;
}

#owl-main .owl-outer-nav.owl-ui-md:hover .owl-next {
    right: -100px;
}

#owl-main .owl-ui-lg .owl-pagination {
    line-height: 60px;
}

#owl-main .owl-ui-lg .owl-prev,
#owl-main .owl-ui-lg .owl-next {
    width: 60px;
    height: 60px;
    font-size: 42px;
}

#owl-main .owl-ui-lg .owl-prev {
    left: -75px;
}

#owl-main .owl-ui-lg .owl-next {
    right: -75px;
}

#owl-main .owl-ui-lg:hover .owl-prev {
    left: -80px;
}

#owl-main .owl-ui-lg:hover .owl-next {
    right: -80px;
}

#owl-main .owl-outer-nav.owl-ui-lg:after {
    left: -22%;
    width: 144%;
}

#owl-main .owl-outer-nav.owl-ui-lg .owl-prev {
    left: -105px;
}

.owl-outer-nav.owl-ui-lg .owl-next {
    right: -105px;
}

#owl-main .owl-outer-nav.owl-ui-lg:hover .owl-prev {
    left: -120px;
}

#owl-main .owl-outer-nav.owl-ui-lg:hover .owl-next {
    right: -120px;
}

#owl-main .owl-inner-nav .owl-controls {
    position: static;
}

#owl-main .owl-inner-nav .owl-prev {
    left: 45px;
}

#owl-main .owl-inner-nav .owl-next {
    right: 45px;
}

#owl-main .owl-inner-nav:hover .owl-prev {
    left: 30px;
}

#owl-main .owl-inner-nav:hover .owl-next {
    right: 30px;
}

#owl-main .owl-outer-nav .owl-prev,
#owl-main .owl-outer-nav .owl-next,
#owl-main .owl-inner-nav .owl-prev,
#owl-main .owl-inner-nav .owl-next {
    bottom: 70px;
}

#owl-main .owl-outer-nav.owl-ui-md .owl-prev,
#owl-main .owl-outer-nav.owl-ui-md .owl-next,
#owl-main .owl-inner-nav.owl-ui-md .owl-prev,
#owl-main .owl-inner-nav.owl-ui-md .owl-next {
    bottom: 85px;
}

#owl-main .owl-outer-nav.owl-ui-lg .owl-prev,
#owl-main .owl-outer-nav.owl-ui-lg .owl-next,
#owl-main .owl-inner-nav.owl-ui-lg .owl-prev,
#owl-main .owl-inner-nav.owl-ui-lg .owl-next {
    bottom: 100px;
}

#owl-main .owl-inner-pagination .owl-pagination,
#owl-main .owl-inner-pagination .owl-prev,
#owl-main .owl-inner-pagination .owl-next {
    margin-top: -40px;
    top: -60px;
}

#owl-main .owl-inner-pagination.owl-ui-md .owl-pagination,
#owl-main .owl-inner-pagination.owl-ui-md .owl-prev,
#owl-main .owl-inner-pagination.owl-ui-md .owl-next {
    margin-top: -50px;
    top: -65px;
}

#owl-main .owl-inner-pagination.owl-ui-lg .owl-pagination,
#owl-main .owl-inner-pagination.owl-ui-lg .owl-prev,
#owl-main .owl-inner-pagination.owl-ui-lg .owl-next {
    margin-top: -60px;
    top: -75px;
}

#owl-main .owl-inner-pagination.owl-outer-nav .owl-prev,
#owl-main .owl-inner-pagination.owl-outer-nav .owl-next,
#owl-main .owl-inner-pagination.owl-inner-nav .owl-prev,
#owl-main .owl-inner-pagination.owl-inner-nav .owl-next {
    margin: auto;
    top: 0;
    bottom: 43px;
}

#owl-main .owl-inner-pagination .owl-pagination {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
}

#owl-main .owl-inner-pagination:hover .owl-pagination {
    opacity: 1;
}

#owl-main .owl-inner-pagination.owl-inner-nav .owl-pagination,
.owl-inner-pagination.owl-outer-nav .owl-pagination {
    top: -45px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
    top: -50px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
    top: -60px;
}

.owl-inner-pagination.owl-inner-nav:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
    top: -60px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
    top: -65px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
    top: -75px;
}

#owl-main.height-md .item {
    height: 457px;
}

#owl-main.height-lg .item {
    height: 675px;
}

#owl-main .container {
    display: table;
    height: inherit;
}

#owl-main .caption {
    display: table-cell;
}

#owl-main .caption.vertical-center {
    vertical-align: middle;
    padding-bottom: 3vh;
}

#owl-main .caption.vertical-top {
    vertical-align: top;
    padding-top: 8vh;
}

#owl-main .caption.vertical-bottom {
    vertical-align: bottom;
    padding-bottom: 14vh;
}

#owl-main .caption.text-center {
    padding-left: 10%;
    padding-right: 10%;
}

#owl-main .caption.text-left {
    padding-right: 20%;
}

#owl-main .caption.text-right {
    padding-left: 20%;
}

#owl-main .owl-controls {
    display: block;
    position: static;
    margin-top: -47px;
}

#owl-main .owl-pagination {
    background: #FFF;
    line-height: inherit;
    position: relative;
    bottom: -40px;
    padding: 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

#owl-main:hover .owl-pagination {
    bottom: -15px;
    opacity: 1;
    display: none
}

#owl-main .owl-prev,
#owl-main .owl-next {
    bottom: 0;
}

#owl-main .owl-controls .owl-page {
    display: inline-block;
}

#owl-main .owl-pagination .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    background: #d3d3d3;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

#owl-main .owl-item-gap .item {
    margin: 0 15px;
}

#owl-main .owl-item-gap-sm .item {
    margin: 0 10px;
}

#owl-main .owl-item.loading {
    min-height: inherit;
    background: none;
}

#owl-main .item {
    background-color: #FFFFFF;
    background-position: center 55%;
    background-size: cover;
    height: 425px;

}
#hero{
    padding-top: 6px;
}

#owl-main .item .caption {
    color: #636363;
    left: 50px;
    position: absolute;
    top: 24%;
    z-index: 100;
    padding-right: 8%;
}

#owl-main .item .caption .slider-header {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase
}

#owl-main .item .caption .big-text {
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 0px 25px;
    background: #bbbbbb;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px
}

#owl-main .item .caption .big-text .highlight {
    color: #f1c40f;
}

#owl-main .item .caption .excerpt,
#owl-main .item .caption .small {
    font-size: 14px;
    /*line-height: 50px;*/
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-left: 23px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
}

#owl-main .item .caption .excerpt span,
#owl-main .item .caption .small span {
    background: none repeat scroll 0 0 #bbbbbb;
    -moz-box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
    -webkit-box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
    box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
    line-height: 336%;
    padding: 5px 0;
    display: inline;
}

#owl-main .item .caption .button-holder {
    margin: 20px 0 0;
}

#owl-main .item .caption.bg-color {
    padding-right: 3%;
}

#owl-main .item .caption.bg-color .big-text {
    background: rgba(0, 0, 0, 0);
    padding: 0px;
    color: #000;
}

#owl-main .item .caption.bg-color .slide_heading {
    background: rgba(0, 0, 0, 0);
    padding: 0px;
    color: rgb(33, 54, 138);
}

#owl-main .item .caption.bg-color .slide_heading2 {
    background: rgba(0, 0, 0, 0);
    padding: 0px;
    color: #fff;
}

#owl-main .item .caption.bg-color .slide_para2 span {
    background: rgba(0, 0, 0, 0);
    padding: 0px;
    color: #fff;
}

#owl-main .item .caption.bg-color .excerpt,
#owl-main .item .caption.bg-color .small {
    background: rgba(0, 0, 0, 0);
    padding: 0px;
    color: #000;
    margin-top: 0px;
}

#owl-main .item .caption.bg-color .excerpt span,
#owl-main .item .caption.bg-color .small span {
    background: rgba(0, 0, 0, 0);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    line-height: 24px;
    font-size: 16px;
}

#owl-main .full-width-slider {
    margin-bottom: 30px;
}

#owl-main .full-width-slider .item {
    background-color: #FFFFFF;
    background-position: center 55%;
    background-size: cover;
    height: 449px;
}

#owl-main .full-width-slider .item .caption {
    position: absolute;
    top: 11%;
    z-index: 100;
}

#owl-main .full-width-slider .item .caption .big-text {
    font-size: 119px;
    line-height: 80px;
    font-family: 'PacificoRegular';
    color: #fff;
    background: rgba(0, 0, 0, 0);
    padding: 0px;
    text-transform: none;
}

#owl-main .full-width-slider .item .caption .excerpt {
    font-size: 60px;
    line-height: 80px;
    margin-top: 15px;
    font-family: 'LatoBold';
    text-transform: uppercase;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    padding: 0px;
}

#owl-main .full-width-slider .item .caption .button-holder {
    margin: 31px 0 0;
}

.cnt-homepage .homepage-slider2 {
    height: 449px;
}

.cnt-homepage .homepage-slider2 #owl-main .item .caption {
    top: 24%;
    padding-right: 10%;
    right: 0px;
    left: 0px;
}

.cnt-homepage .homepage-slider2 #owl-main .owl-controls {
    margin-top: -89px;
    text-align: center !important;
}

.cnt-homepage .breadcrumb ul {
    text-align: left;
}

.cnt-homepage .cart .action .left {
    margin-left: 10px;
    padding: 2px 10px;
}

.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
    height: 15px;
    width: 15px;
    top: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 2px solid #e4e4e4;
}

.homepage-slider3 {
    height: 368px;
}

.homepage-slider3 #owl-main .item {
    height: 368px;
}

.homepage-slider3 #owl-main .item .caption {
    padding-left: 10%;
    padding-right: 44%;
}

.homepage-slider3 #owl-main .item .caption .small {
    font-size: 15px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 2px 2px #c3c3c3;
    color: #fff;
    padding-left: 0px;
}

.homepage-slider3 #owl-main .item .caption .big-text {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 2px 2px #c3c3c3;
    color: #000;
}

.homepage-slider3 #owl-main .item .caption .excerpt {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-transform: none;
}

.homepage-slider3 #owl-main .owl-controls {
    margin-top: -79px;
}

.home-page-slider4 {
    position: relative;
}

.home-page-slider4 .customNavigation {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -15px;
}

.home-page-slider4 .customNavigation .controls {
    position: relative;
}

.home-page-slider4 .owl-controls {
    bottom: 20px;
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
}

.home-page-slider4 .owl-controls .owl-buttons {
    display: none !important;
}

.home-page-slider4 .owl-controls .owl-pagination .owl-page {
    display: inline-block;
}

.home-page-slider4 .owl-controls .owl-pagination .owl-page span {
    background: none repeat scroll 0 0 #e6e6e6;
    border: medium none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: 0 5px;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
    width: 12px;
    -moz-box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.home-page-slider4 .owl-prev,
.home-page-slider4 .owl-next {
    position: absolute;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
}

.home-page-slider4 .owl-prev {
    left: 20px;
}

.home-page-slider4 .owl-next {
    right: 20px;
}

.home-page-slider4:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.home-page-slider4:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.home-page-slider4:hover .owl-prev:hover,
.home-page-slider4:hover .owl-next:hover {
    opacity: 1;
}

.home-page-slider4 #owl-main .owl-pagination {
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 3px;
    -moz-border-radiu: 3px;
    border-radius: 3px;
    display: inline-block;
    line-height: inherit;
    margin: auto;
    opacity: 1;
    padding: 10px;
    position: relative;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
    bottom: none;
    bottom: 0px;
}

.cnt-homepage .homepage-container .btn-primary {
    padding: 2px 17px;
    -webkit-border-radius: 0px;
    -moz-border-radiu: 0px;
    border-radius: 0px;
}

.cnt-homepage .homepage-container #owl-main .owl-prev,
.cnt-homepage .homep2474 age-container #owl-main .owl-next {
    top: 25%;
}

.info-boxes-inner {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border-bottom: 2px rgb(33, 54, 138) solid;
}

.info-boxes {}

.info-boxes .info-box {
    padding: 24px 10px;
    text-align: center
}

.info-boxes .info-box .icon {
    font-size: 35px;
}

.info-boxes .info-box .info-box-heading {
    font-size: 12px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 1px
}

.info-boxes .info-box .info-box-heading.orange {
    color: #ffb847;
}

.info-boxes .info-box .info-box-heading.red {
    color: rgb(33, 54, 138);
}

.info-boxes .info-box .text {
    color: #333;
    font-weight: normal;
    font-size: 13px;
    margin: 0px;
    letter-spacing: 0.5px;
    font-family: 'Montserrat', sans-serif
}


/*===================================================================================*/


/*  Home Tabs
/*===================================================================================*/

/* .scroll-tabs {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
} */

.scroll-tabs .more-info-tab {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 0px 20px;
}

.scroll-tabs .more-info-tab .new-product-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}

.scroll-tabs .nav-tab-line {
    border-bottom: none;
    margin-top: 4px;
    margin-right: 55px;
}

.scroll-tabs .nav-tab-line li.active a {
    border: none;
}

.scroll-tabs .nav-tab-line li a {
    font-weight: 500;
    color: #000;
    font-size: 15px;
    border: medium none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12 20px !important;
    position: relative;
    font-family: 'Montserrat', sans-serif
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: rgb(33, 54, 138) !important;
    color: #fff;
}

.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
    background: rgba(0, 0, 0, 0);
}

.tab-content {
    padding-left: 20px
}

.product {
    position: relative;
}

.product .product-image img {
    width: 80%
}

.product .product-image .tag {
    position: absolute;
}

.product .product-info .name {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.product .product-info .name a {
    color: #555;
}

.product .product-info .star-rating .color {
    color: #ffb400;
}

.product .product-info .product-price .price {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    margin-right: 8px;
}

.product .product-info .product-price .price-before-discount {
    text-decoration: line-through;
    color: #d3d3d3;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
}

.product .cart {
    margin-top: 5px;
    opacity: 0;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    width: 100%;
    z-index: 666;
    left: 70%;
    position: absolute;
    top: 10px;
    margin-left: -55px
}

.product .cart .action ul li {
    float: left;
}

.product .cart .action ul li.add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #000 !important;
}

.product .cart .action ul li.add-cart-button .btn.btn-primary.icon i {
    color: #fff !important;
}

.product .cart .action ul li.lnk {
    margin: 10px 0px;
    background: #0f6cb2;
    margin: 0px;
    padding: 8px 2px;
    border-left: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 0px 3px 3px 0px
}

.product .cart .action ul li.lnk a {
    padding: 0 10px;
    color: #fff;
    padding: 8px 10px;
}

.product .cart .action ul li.lnk.wishlist {
    background: #000;
    margin: 0px;
    border-radius: 0px
}

.product .cart .action ul li.lnk.wishlist:hover {
    background: rgb(33, 54, 138);
}

.tag {
    font-size: 10px;
    font-weight: 700;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    top: 2.5%;
    z-index: 100;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    right: 10px;
    /*11px;*/
    text-align: center;
}

.tag span {
    position: relative;
    z-index: 100;
}

.tag.new {
    background: #46aad7;
}

.tag.hot {
    background: rgb(33, 54, 138);
}

.product:hover .cart {
    opacity: 1;
    top: 36%
}
#detail-owl-carousel .product:hover .cart{
    top: 30%;
}
#detail-owl-carousel .product .cart{
    left: 50%;
}


.best-seller .product .product-info .name,
.special-offer .product .product-info .name {
    margin-top: 4px;
}

.cart {
    margin-top: 5px;
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 666;
    left: 0px;
}

.cart .action {
    float: left;
}

.cart .action .add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: rgb(33, 54, 138);
    color: #fff
}

.cart .action.lnk {
    margin: 10px 0px;
}

.cart .action.lnk a {
    padding: 0 10px;
    color: #dadada;
}

.cart .action.lnk.wishlist {
    border-right: 1px solid #dadada;
}

.product-micro .product-image .image a .zoom-overlay:before {
    color: #FFFFFF;
    content: "\f00e";
    font-family: fontawesome;
    left: 45%;
    position: relative;
    right: 40%;
}

.product-micro .product-image .image a .zoom-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 99;
}

.product-micro .product-image .image a .zoom-overlay:hover,
.product-micro .product-image .image a .zoom-overlay:focus {
    opacity: 1;
}

.cnt-home .product-micro .tag-micro {
    width: 30px;
    height: 30px;
    font-size: 11px;
    line-height: 29px;
    top: 5.5%;
}

.cnt-home .product-micro .product-info .name {
    font-size: 13px;
    margin-top: 0px !important;
}

.cnt-home .product-micro .product-info .product-price .price {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.cnt-home .product-micro .product-info .action .lnk.btn.btn-primary {
    font-size: 12px;
    line-height: 1.7;
}

.copyright-bar {
    background: rgb(33, 54, 138);
    padding: 20px 0px;
}

.copyright-bar .copyright {
    color: #fff;
    line-height: 28px;
}

.copyright-bar .payment-methods {
    text-align: right;
}

.copyright-bar .payment-methods ul li {
    display: inline-block;
    margin-right: 15px;
}

.copyright-bar .payment-methods ul li:last-child {
    margin-right: 0px;
}

.copyright-bar .no-padding {
    padding: 0px;
    text-align: center;
}

.wide-banner {
    overflow: hidden;
}

.wide-banner .image img {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wide-banner:hover img {}

.cnt-strip {
    position: relative;
}

.cnt-strip .strip {
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding: 8px 30px 5px 30px;
    right: 50px;
}

.cnt-strip .strip h1 {
    font-size: 36px;
    color: #ff4c4c;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold
}

.cnt-strip .strip h2 {
    font-size: 36px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold
}

.cnt-strip .strip h2 .shopping-needs {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 22px
}

.cnt-strip .strip h3 {
    font-size: 30px;
    color: #434343;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.cnt-strip .strip h4 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.cnt-strip .strip.strip-text {
    width: 60%;
}

.cnt-strip .strip .red {
    color: rgb(33, 54, 138);
}

.cnt-strip .strip .black {
    color: #434343;
}

.cnt-strip .strip .green {
    color: #83c038;
}

.cnt-strip .strip .white {
    color: #fff;
}

.cnt-strip .strip .normal-shopping-needs {
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
}

.cnt-strip .new-label {
    background: url("../images/label.png") no-repeat scroll right top;
    height: 72px;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 72px;
    z-index: 999;
}

.cnt-strip .new-label .text {
    color: #fff;
    font-family: 'Montserrat', sans-serif, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    left: -13px;
    position: absolute;
    text-align: center;
    top: 14px;
    -ms-transform: rotate(-43deg);
    letter-spacing: 1px;
    /* IE 9 */
    -webkit-transform: rotate(-43deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-43deg);
    width: 100%;
}

.wide-banners {
    overflow: hidden
}

.wide-banners.homepage-banner {
    margin-top: 30px;
}

.wide-banners.homepage-banner h4 {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
}

.wide-banners.homepage-banner h3 {
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
}

.new-banner {
    margin-top: 30px;
}

.new-banner .cnt-strip .strip {
    width: auto;
    padding: 0px;
    right: 23px;
}

.new-banner .cnt-strip .strip h3 {
    background: #707070;
    padding: 13px 23px 13px 16px;
    line-height: 24px;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
}

.new-banner .cnt-strip .strip h5 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    padding-right: 21px;
    text-transform: uppercase;
}

.new-banner .cnt-strip .strip h5 span {
    background: none repeat scroll 0 0 #707070;
    -moz-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
    -webkit-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
    box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
    padding: 0.6em 0;
}

.new-banner.no-margin {
    margin-top: -10px;
}

.megamenu-banner {
    margin-top: 30px !important;
}

.megamenu-banner h3 {
    font-size: 30px;
    font-family: 'Montserrat';
}

.megamenu-banner h2 {
    font-size: 40px;
    font-family: 'Montserrat';
}

.wide-banner-4 .cnt-strip .strip h1 {
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
}

.wide-banner-4 .cnt-strip .strip h2 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
}

.wide-banner-4 .cnt-strip .strip h3 {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
}

.wide-banner-4 .cnt-strip .strip h4 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.wide-banner-4 .cnt-strip .strip p {
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
}

.blog-slider-container .blog-slider .blog-post-info .name {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold
}

.blog-slider-container .blog-slider .blog-post-info .name a {
    color: #555;
}

.blog-slider-container .blog-slider .blog-post-info .info {
    color: #9c9c9c;
    font-size: 13px;
    margin-bottom: 8px;
    overflow: hidden;
    display: block
}

.blog-slider-container .blog-slider .blog-post-info .text {
    color: #434343;
    font-size: 13px;
}

.footer .links-social {
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    margin-bottom: 70px;
}

.social {
    overflow: hidden
}

.social a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
}

.social a:hover {
    color: #fff;
}

.social .fb a:before {
    content: "\f09a";
    font-family: FontAwesome;
}

.social .fb a {
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
    background: #3C5B9B !important;
}

.social .tw a:before {
    content: "\f099";
    font-family: FontAwesome;
}

.social .tw a {
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
    background: #359BED !important;
}

.social .googleplus a:before {
    content: "\f0d5";
    font-family: FontAwesome;
}

.social .googleplus a {
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
    background: #E33729!important;
}

.social .rss a:before {
    content: "\f09e";
    font-family: FontAwesome;
}

.social .rss a {
    content: "\f09e";
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
    background: #FD9F13 !important;
}

.social .pintrest a:before {
    content: "\f0d3";
    font-family: FontAwesome;
}

.social .pintrest a {
    content: "\f0d3";
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
    background: #cb2027 !important;
}

.social .linkedin a:before {
    content: "\f0e1";
    font-family: FontAwesome;
}

.social .linkedin a {
    content: "\f0e1";
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
    background: #027ba5 !important;
}

.social .youtube a:before {
    content: "\f167";
    font-family: FontAwesome;
}

.social .youtube a {
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
    background: #F03434 !important;
}

.social .instagram a:before {
    content: "\f16d";
    font-family: FontAwesome;
}

.social .instagram a {
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
    background: #8a3ab9 !important;
}

.social h4 {
    margin: 25px 0 0px 0px;
}

.social ul {
    margin: 0;
    list-style: none;
}

.social ul li {
    margin-right: 7px;
}

.social ul li {
    border-bottom: none;
}

.social a {
    transition: background 400ms ease-in-out;
    -webkit-transition: background 400ms ease-in-out;
    -moz-transition: background 400ms ease-in-out;
    -o-transition: background 400ms ease-in-out;
}

.footer .links-social .contact-info .footer-logo {
    margin-top: 10px;
}

.footer .links-social .contact-info .about-us {
    margin-bottom: 20px;
}

.footer .links-social .contact-info .social-icons a {
    color: #888888;
    font-size: 16px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 2em;
    height: 2em;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
}

.footer .links-social .contact-info .social-icons a:hover,
.footer .links-social .contact-info .social-icons a:focus,
.footer .links-social .contact-info .social-icons a.active {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
}

.footer .links-social .contact-info .social-icons a .icon {
    line-height: 2em;
}

.footer .module-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #555555;
}

.footer .contact-timing .table tbody tr {
    border-bottom: 1px solid #e1e1e1;
}

.footer .contact-timing .table tbody tr td {
    border-top: none;
    font-size: 12px;
    line-height: 36px;
    padding: 0px !important;
}

.footer .contact-timing .contact-number {
    font-family: 'Montserrat', sans-serif;
}

.footer .contact-information .media .media-body a {
    color: #666666;
}

.footer .footer-bottom {
    background: #ffff;
    padding-top: 30px;
    padding-bottom: 30px
}

.footer .module-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 15px
}

.footer .footer-bottom .module-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #898989;
}

.footer .footer-bottom .module-body ul li {}

.toggle-footer {
    color: #666
}

.toggle-footer a {
    margin-left: 0px!important
}

.toggle-footer a:before {
    display: none
}

.toggle-footer i {
    background: rgb(33, 54, 138);
    border-radius: 2px
}

.footer .footer-bottom .module-body ul li:last-child {
    border: none
}

.footer .footer-bottom .module-body ul li a {
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    color: #666666;
    position: relative;
    margin-left: 23px;
    display: block;
}

.footer .footer-bottom .module-body ul li a:before {
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    margin-left: -22px;
    font-size: 6px;
}

.product-tag .item {
    background-color: #f5f5f5;
    color: #666666;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 6px 12px;
}

.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
    color: #fff;
}

.newsletter .sidebar-widget-body input {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #eaeaea;
    background: #fafafa;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px
}

.hot-deals .custom-carousel .owl-controls .owl-next {
    top: -20px
}

.hot-deals .custom-carousel .owl-controls .owl-prev {
    top: -20px
}

.hot-deals .hot-deal-wrapper {
    position: relative;
}

.hot-deals .hot-deal-wrapper .image img {
    width: 100%;
}

.hot-deals .hot-deal-wrapper .sale-offer-tag {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    height: 50px;
    text-transform: uppercase;
    top: 4%;
    right: 10px;
    width: 50px;
    z-index: 100;
    background: rgb(33, 54, 138);
    position: absolute;
    text-align: center;
}

.hot-deals .hot-deal-wrapper .sale-offer-tag span {
    position: relative;
    z-index: 100;
    top: 10px;
}

.hot-deals .hot-deal-wrapper .timing-wrapper {
    bottom: 20px;
    position: absolute;
    left: 15px;
}

.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
    display: table;
    text-align: center;
    margin-right: 4px;
    float: left;
}

.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box {
    background-color: #fff;
    color: #333;
    display: table-cell;
    height: 44px;
    vertical-align: middle;
    width: 45px;
    line-height: 15px;
}

.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .key {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif
}

.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .value {
    display: block;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.5px
}

.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper:last-child {
    margin-right: 0px;
}

.hot-deals .product-info .name {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.hot-deals .product-info .name a {
    color: #555;
}

.hot-deals .product-info .product-price .price {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    margin-right: 8px;
}

.hot-deals .product-info .product-price .price-before-discount {
    text-decoration: line-through;
    color: #d3d3d3;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
}

.hot-deals .cart {
    margin-top: 5px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    z-index: 666;
    left: 0px;
}

.hot-deals .cart .action {
    float: left;
}

.hot-deals .cart .action .add-cart-button a {
    background: none repeat scroll 0 0 #a8a8a8;
    border: medium none;
    color: #FFFFFF;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    padding: 0px;
}

.hot-deals .cart .action .add-cart-button a .icon {
    background: none repeat scroll 0 0 #575757;
    color: #FFFFFF;
    height: 100%;
    left: 0;
    font-size: 13px;
    padding: 11px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 35px;
}

.hot-deals .cart .action .add-cart-button a span {
    display: block;
    margin-left: 35px;
    overflow: hidden;
    padding: 8px 13px;
}

.hot-deals .cart .action .add-cart-button a:hover,
.hot-deals .cart .action .add-cart-button a:focus {
    background: #c6c6c6;
}

.breadcrumb {
    background: rgba(0, 0, 0, 0);
    padding: 0;
}

.breadcrumb ul {
    margin: auto;
    padding: 8px 0 0px;
    text-align: left;
}

.breadcrumb ul li:after {
    color: #666666;
    content: ">";
    font-family: 'Montserrat', sans-serif, sans-serif;
    font-size: 15px;
    line-height: 24px;
    margin-left: 9px;
    /* margin-right: -4px; */
    padding: 0px;
}

.breadcrumb ul li:last-child:after {
    content: "";
}

.breadcrumb ul li a {
    color: #666666;
    font-family: 'Montserrat', sans-serif, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.category-carousel {
    text-align: center;
    cursor: default;
}

.category-carousel .item {
    position: relative;
    margin-bottom: 30px;
}

.category-carousel .item .caption {
    color: #636363;
    left: 12%;
    letter-spacing: -3px;
    position: absolute;
    top: 10%;
    z-index: 100;
    display: table-cell;
}

.category-carousel .item .caption .big-text {
    font-size: 100px;
    line-height: 145px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #fdd922;
}

.category-carousel .item .caption .excerpt {
    font-size: 36px;
    letter-spacing: normal;
    color: #fff;
}

.category-carousel .item .caption .excerpt-normal {
    font-size: 14px;
    letter-spacing: normal;
    color: #fff;
    letter-spacing: 0.5px
}

.category-carousel .item .owl-controls {
    display: inline-block;
    position: relative;
    margin-top: 40px;
}

.category-carousel .item .owl-controls .owl-prev,
.category-carousel .item .owl-controls .owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    font-size: 21px;
    color: #FFF;
    background-color: #d3d3d3;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
}

.category-carousel .item .owl-controls .owl-prev {
    left: -35px;
}

.category-carousel .item .owl-controls .owl-next {
    right: -35px;
}

.category-carousel .item:hover .owl-prev {
    left: -40px;
    opacity: .25;
}

.category-carousel .item:hover .owl-next {
    right: -40px;
    opacity: .25;
}

.category-carousel .item:hover .owl-prev:hover,
.category-carousel .item:hover .owl-next:hover {
    opacity: 1;
}

.filters-container {
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding-bottom: 0px
}

.filters-container .nav-tabs.nav-tab-box {
    border: medium none;
    margin-top: 3px;
}

.filters-container .nav-tabs.nav-tab-box li {
    margin-right: 5px;
    padding: 0;
}

.filters-container .nav-tabs.nav-tab-box li a {
    background: none repeat scroll 0 0 #FFFFFF !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #666666;
    font-family: 'Montserrat', sans-serif, sans-serif;
    line-height: 18px;
    border: none !important;
    padding: 0px;
}

.filters-container .nav-tabs.nav-tab-box li a .icon {
    margin-right: 5px;
    color: #aaa;
}

.filters-container .lbl-cnt {
    color: #666666;
    font-family: 'Montserrat', sans-serif, sans-serif;
    font-size: 12px;
    line-height: 24px;
}

.filters-container .lbl-cnt .lbl {
    color: #666666;
    display: inline-block;
    font-family: 'Montserrat', sans-serif, sans-serif;
    font-size: 12px;
    line-height: 28px;
    margin-right: 10px;
}

.filters-container .lbl-cnt .dropdown.dropdown-med .btn {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 4px 12px;
    background: #fff;
    font-size: 13px;
}

.filters-container .lbl-cnt .dropdown.dropdown-med .btn .caret {
    margin-left: 13px;
    margin-top: -2px;
}

.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e1;
}

.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover,
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
    background: rgba(0, 0, 0, 0);
}

.filters-container .pagination-container {
    margin-top: 4px;
    margin-bottom: 20px;
}

.filters-container .pagination-container ul {
    margin: 0px;
}

.filters-container .pagination-container ul li.prev,
.filters-container .pagination-container ul li.next {
    background: none repeat scroll 0 0 #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.filters-container .pagination-container ul li.prev a,
.filters-container .pagination-container ul li.next a,
.filters-container .pagination-container ul li.prev a:hover,
.filters-container .pagination-container ul li.next a:hover,
.filters-container .pagination-container ul li.prev a:focus,
.filters-container .pagination-container ul li.next a:focus {
    color: #fff;
}

.filters-container .pagination-container ul li a {
    color: #666666;
    display: inline-block;
    font-family: 'Montserrat', sans-serif, sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding: 0 3px;
}

.search-result-container .category-product .product {
    margin-bottom: 40px;
    padding: 0 4px !important;
}

.search-result-container .category-product .product .product-image .tag {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    right: 14px;
    letter-spacing: 0.5px;
}

.search-result-container .category-product-inner .product-list.product {
    position: relative;
    margin-bottom: 30px;
}

.search-result-container .category-product-inner .product-list.product .product-info {
    padding: 0px;
}

.search-result-container .category-product-inner .product-list.product .product-info .cart {
    margin-top: 20px;
    top: auto;
    bottom: 0px;
    opacity: 1;
    left: 0;
    position: relative;
    margin-left: 0px
}

.search-result-container .category-product-inner .product-list.product .product-info .cart-btn {
    display: block;
    margin-right: 5px;
}

.search-result-container .category-product-inner .product-list.product .tag {
    position: absolute;
    right: 12px;
    top: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    right: 14px;
    letter-spacing: 0.5px;
}

.product-list.product .product-info .name {
    font-size: 18px;
}

.product-list.product .product-info .description {
    line-height: 20px;
}


/*===================================================================================*/


/*  Product Detail
/*===================================================================================*/

.detail-block {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    overflow: hidden
}

.single-product .product-info-block .name {
    margin-top: 0px;
    font-weight: bold;
    letter-spacing: -1px
}

.single-product .single-product-gallery {
    padding-bottom: 30px
}

.single-product .favorite-button .btn-primary {
    background: #000;
}

.single-product .gallery-holder #owl-single-product .single-product-gallery-item {
    /* border: 1px solid #e5e5e5; */
}

.single-product .gallery-holder .gallery-thumbs {
    margin: 15px 0 0;
    position: relative;
    text-align: left;
}

.single-product .gallery-holder .gallery-thumbs .owl-item .item {
    margin-right: 10px;
    border: 1px solid #e5e5e5;
}

.single-product .product-info .rating-reviews .reviews .lnk {
    color: #aaaaaa;
}

.single-product .product-info .stock-container .stock-box .label {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    line-height: 18px;
    color: #666666;
    padding: 0px;
    font-weight: normal;
}

.single-product .product-info .stock-container .stock-box .value {
    font-size: 13px;
    color: rgb(33, 54, 138);
}

.single-product .product-info .description-container {
    line-height: 20px;
    color: #666666;
}

.single-product .product-info .price-container {
    border-bottom: 1px solid #F2F2F2;
    border-top: 1px solid #F2F2F2;
    margin-bottom: 0;
    padding: 20px 0;
}

.single-product .product-info .price-container .price-box .price {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
}

.single-product .product-info .price-container .price-box .price-strike {
    color: #aaa;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    text-decoration: line-through;
}

.single-product .product-info .quantity-container {
    margin-bottom: 0;
    padding: 20px 0;
}

.single-product .product-info .quantity-container .label {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 35px;
    text-transform: uppercase;
    color: #666666;
    padding: 0px;
    font-weight: normal;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input {
    display: inline-block;
    height: 35px;
    position: relative;
    width: 70px;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 100%;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow {
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 40px;
    cursor: pointer;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon {
    position: relative;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
    top: 5px;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
    top: -7px;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    left: 0;
    padding: 0 20px 0 18px;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 1;
}

.single-product .product-info .product-social-link .social-label {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
    text-transform: uppercase;
}

.single-product .product-info .product-social-link .social-icons {
    display: inline-block;
}

.single-product .product-info .product-social-link .social-icons ul li a {
    color: #888888;
    font-size: 16px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    padding: 5px 6px;
}

.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
}

.single-product .product-tabs {
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 0px;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li {
    float: none !important;
}

.single-product .nav-tabs {
    border: none
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a {
    border: none;
    color: #555;
    display: block;
    padding: 12px 28px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    letter-spacing: 1px;
    background: #f8f8f8;
    border: 1px #fff solid;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:hover,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:focus {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:hover:before,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:focus:before {
    border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: -10px;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:hover:after,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a:focus:after {
    border-style: solid;
    border-width: 7.5px 1px 7.5px 10px;
    content: "";
    height: 0;
    position: absolute;
    top: 20px;
    width: 0;
    right: -8px;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li.active>a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li.active>a:before {
    border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: -10px;
}


/* .single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li.active>a:after {
    border-style: solid;
    border-width: 7.5px 1px 7.5px 10px;
    content: "";
    height: 0;
    position: absolute;
    top: 20px;
    width: 0;
    right: -8px;
} */

.single-product .product-tabs .tab-content {
    padding-left: 0px
}

.single-product .product-tabs .tab-content .tab-pane {
    padding: 24px;
}

.single-product .product-tabs .tab-content .tab-pane .text {
    line-height: 20px;
}

.single-product #owl-single-product-thumbnails .owl-controls {
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
    margin-top: 20px;
}

.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page {
    display: inline-block;
}

.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span {
    background: none repeat scroll 0 0 #ddd;
    border: medium none;
    border-radius: 3px;
    display: block;
    height: 10px;
    margin: 0 2px;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
    width: 10px;
    cursor: pointer;
}

.single-product .sidebar .sidebar-module-container .sidebar-widget .section-title {
    margin-top: 0px;
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder {
    background-color: #FFFFFF;
    height: 100%;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 50;
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.left {
    left: 0px;
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.right {
    right: 0;
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn {
    left: 0;
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after {
    content: "\f104";
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
    right: 0px;
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
    content: "\f105";
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    height: 100%;
    position: absolute;
    vertical-align: top;
    width: 90%;
    z-index: 100;
    border: 1px solid #e5e5e5;
    color: #dadada;
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
    bottom: 0;
    font-family: fontawesome;
    font-size: 30px;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:hover,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:hover,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:focus,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:focus {
    background: #dadada;
    color: #fff;
}

.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-item>a>img {
    display: block;
    width: 100%;
}

.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-thumbs.gallery-thumbs .owl-item {
    margin-left: 10px;
}

.cnt-homepage .single-product .product-info-block label,
.cnt-homepage .single-product .product-info-block .label {
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    color: #434343 !important;
}

.cnt-homepage .single-product .product-info-block .label {
    padding: 0px;
}

.cnt-homepage .single-product .product-info-block .cart {
    width: auto;
    left: 0;
    margin-top: -8px;
    padding: 0px;
}

.cnt-homepage .single-product .product-info-block .cart .action .left {
    padding: 2px 8px;
    margin-left: 5px;
}

.cnt-homepage .single-product .product-info-block .form-control .selectpicker {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f1f1f1;
    background: #fff;
    color: #b0b0b0;
}

.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #f1f1f1;
}

.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover,
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
    background: rgba(0, 0, 0, 0);
}

.cnt-homepage .single-product .product-info-block .txt.txt-qty {
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    padding: 5px 10px;
    text-align: center;
    width: 60px;
}

.cnt-homepage .single-product .product-info-block .stock-container .stock-box .label {
    color: #434343;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    padding: 0;
    text-transform: none;
}

.cnt-homepage .single-product .product-info-block .stock-container .stock-box .value {
    font-size: 13px;
}

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
    margin-right: 10px;
    padding: 0;
}

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-transform: uppercase;
}

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover,
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
    color: #fff;
}

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
    color: #fff;
}

.cnt-homepage .single-product .product-tabs .tab-content {
    border: none;
}

.cnt-homepage .single-product .product-tabs .tab-content .tab-pane {
    padding: 0px;
}

.cnt-homepage .single-product .product-tabs .tab-content .tab-pane .product-tab .text {
    font-size: 13px;
    line-height: 22px;
}

.single-product .second-gallery-thumb.gallery-thumbs {
    padding: 0 40px;
}

.single-product .second-gallery-thumb.gallery-thumbs #owl-single-product2-thumbnails .owl-wrapper-outer {
    margin-left: 5px;
}

.product-tabs .tab-content .tab-pane .product-reviews .title {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review {
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif, sans-serif;
    text-transform: none;
    background: #f8f8f8;
    padding: 20px
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title {
    margin-bottom: 5px;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .summary {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
    font-style: italic
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date {
    font-size: 12px;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
    margin-left: 5px;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .text {
    line-height: 18px;
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
    margin-left: 5px;
}

.product-tabs .tab-content .tab-pane .product-add-review .title {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
}

.product-tabs .tab-content .tab-pane .product-add-review .review-table .table thead th {
    font-weight: normal;
    border-bottom-width: 1px;
    text-align: center;
    vertical-align: middle;
    background: #f8f8f8;
    border: none
}

.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td {
    text-align: center;
    vertical-align: middle;
}

.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td input {
    float: none;
    margin: auto;
}

.product-tabs .tab-content .tab-pane .product-add-review .review-form label {
    font-weight: normal;
    font-size: 13px;
}

.product-tabs .tab-content .tab-pane .product-add-review .review-form label .astk {
    color: #FF0000;
    font-size: 12px;
}

.product-tabs .tab-content .tab-pane .product-add-review .review-form .txt {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-tabs .tab-content .tab-pane .product-tag .title {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
}

.product-tabs .tab-content .tab-pane .product-tag .form-group label {
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    margin-right: 10px;
}

.product-tabs .tab-content .tab-pane .product-tag .form-group .txt {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-tabs .tab-content .tab-pane .product-tag .form-group .text {
    margin-left: 90px;
}

.furniture-container .product {
    position: relative;
}

.furniture-container .product .btn-primary {
    font-size: 15px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    background: #cbc9c9;
    text-transform: uppercase;
    border: none;
    color: #fff;
}

.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
    border: none;
}

.furniture-container .best-seller .product .product-info .name,
.furniture-container .special-offer .product .product-info .name {
    margin-top: 4px;
}

.furniture-container .cart {
    margin-top: 5px;
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 666;
    left: 0px;
}

.furniture-container .cart .action {
    float: left;
}

.furniture-container .cart .action .add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #575757;
}

.furniture-container .cart .action.lnk {
    margin: 10px 0px;
}

.furniture-container .cart .action.lnk a {
    padding: 0 10px;
    color: #dadada;
}

.furniture-container .cart .action.lnk.wishlist {
    border-right: 1px solid #dadada;
}

.homepage-container .product {
    position: relative;
}

.homepage-container .product .product-image .tag {
    font-size: 15px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    text-transform: uppercase;
    top: 2.5%;
    z-index: 100;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    right: 25px;
    /*11px;*/
    text-align: center;
    position: absolute;
}

.homepage-container .product .product-image .tag span {
    position: relative;
    z-index: 100;
    line-height: 48px;
}

.homepage-container .product .product-image .tag.new {
    background: #46aad7;
}

.homepage-container .product .product-image .tag.hot {
    background: rgb(33, 54, 138);
}

.homepage-container .product .product-info .name {
    font-size: 18px !important;
    font-family: 'Montserrat', sans-serif;
}

.homepage-container .product .product-info .name a {
    color: #555;
}

.homepage-container .product .product-info .star-rating .color {
    color: #ffb400;
}

.homepage-container .product .product-info .product-price .price {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    margin-right: 8px;
}

.homepage-container .product .product-info .product-price .price-before-discount {
    text-decoration: line-through;
    color: #d3d3d3;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
}

.homepage-container .product .cart {
    margin-top: 5px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 666;
    left: 0px;
    opacity: 1;
}

.homepage-container .product .cart .action {
    float: left;
}

.homepage-container .product .cart .action .add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #575757;
}

.homepage-container .product .cart .action.lnk {
    margin: 10px 0px;
}

.homepage-container .product .cart .action.lnk a {
    padding: 0 10px;
    color: #dadada;
}

.homepage-container .product .cart .action.lnk.wishlist {
    border-right: 1px solid #dadada;
}

.homepage-container .featured-product .products .product:first-child {
    margin-bottom: 30px;
}

.homepage-container .blog-slider-container .blog-slider .blog-post-info .name {
    font-size: 18px;
}

.homepage-container .btn-primary {
    font-size: 15px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    background: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    border: 2px solid #f2f2f2;
    color: #747474;
}

.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
    color: #fff;
}

.homepage-container .best-seller .product .product-info .name,
.homepage-container .special-offer .product .product-info .name {
    margin-top: 4px;
}

.homepage-container .cart {
    margin-top: 5px;
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 666;
    left: 0px;
}

.homepage-container .cart .action .add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #575757;
}

.wrapper .box {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}


.wrapper .box .wrapper-inner {
    background: none repeat scroll 0 0 #FFFFFF;
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag {
    font-size: 15px;
    font-weight: 700;
    line-height: 55px;
    width: 55px;
    height: 55px;
    text-transform: uppercase;
    top: 2.5%;
    z-index: 100;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    right: 25px;
    /*11px;*/
    text-align: center;
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag span {
    position: relative;
    z-index: 100;
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.new {
    background: #46aad7;
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.sale {
    background: #989898;
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.hot {
    background: rgb(33, 54, 138);
}


/*===================================================================================*/


/*  Responsive Layout
/*===================================================================================*/

@media (min-width: 320px) and (max-width: 480px) {
    .top-bar .cnt-block {
        float: none
    }
    .srch-bar {
        display: flex;
        justify-content: center;
    }
    .top-cart-row .dropdown-cart .lnk-cart {
        display: block;
        overflow: hidden
    }
    .top-cart-row {
        padding-left: 15px
    }
    .top-cart-row .dropdown-cart {
        float: none;
    }
    #owl-main .item .caption .big-text {
        font-size: 18px;
        line-height: normal
    }
    #owl-main .item .caption {
        left: 0px
    }
    #owl-main {
        height: 100%
    }
    #owl-main .item {
        height: 150px;
    }
    #owl-main .item {
        background: round;
    }
    #owl-main .item .caption .button-holder {
        margin: 0px
    }
    #hero .btn-primary {
        padding: 5px 10px;
        font-size: 12px;
        line-height: normal;
        margin-top: 8px
    }
}


/* Extra small devices (phones, less than 768px) */

@media (max-width: 767px) {
    #brand-slider .owl-controls .owl-prev {
        left: 22px !important;
        top: 45px !important;
    }


    #brand-slider .owl-controls .owl-next {
        top: 45px !important;
    }
    .navbar-toggle {
        float: left;
        border: none
    }
    .social ul li {
        margin-bottom: 20px;
    }
    /* #product-tabs-slider .tab-content img {
        width: 85% !important;
    } */
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-collapse {
        box-shadow: none;
        border: none;
        padding-right: 15px;
        padding-left: 15px;
    }
    .header-style-1 .header-nav .navbar-default .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }
    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
        border: none
    }
    .mega-menu img {
        width: 100%
    }
    .yamm .dropdown-menu .yamm-content .col-menu {
        margin-bottom: 15px
    }
    .top-bar .header-top-inner {
        text-align: center;
    }
    .top-bar .header-top-inner .cnt-account {
        clear: both;
        display: inline-block;
        float: none;
        margin: auto;
        text-align: center;
    }
    .top-bar .header-top-inner .cnt-account li {
        margin-bottom: 8px;
    }
    .top-bar .header-top-inner .cnt-block .list-inline li {
        margin: 0px 0;
    }
    .main-header .logo-holder {
        text-align: center;
        margin-bottom: -50px;
        z-index: 10;
    }
    .main-header .top-search-holder .contact-row {
        margin-bottom: 20px;
        text-align: center;
    }
    .main-header .top-search-holder .contact-row .phone,
    .main-header .top-search-holder .contact-row .contact {
        margin: 0 0 5px;
        padding-right: 0px;
        border-right: none;
        display: block;
    }
    .main-header .top-search-holder .search-area .categories-filter {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
    .main-header .top-search-holder .search-area .search-button {
        padding: 12px 19px;
    }
    .sidebar .side-menu nav .nav>li>.mega-menu {
        left: 0px;
        min-width: 100%;
        top: 100%!important;
    }
    .logo-slider-inner .item {
        text-align: center;
    }
    .filters-container .filter-tabs,
    .filters-container .lbl-cnt,
    .filters-container .pagination-container {
        margin-bottom: 10px;
        text-align: center;
    }
    .homepage-container .wide-banners .wide-banner {
        margin-bottom: 10px;
    }
    .cnt-homepage .wrapper .box {
        padding: 0 10px;
    }
    #owl-main .item .caption {
        padding: 0 22px;
    }
    .wide-banners .wide-banner:first-child {
        margin-bottom: 10px;
    }
    .product .product-image .image img {
        width: 100%;
        height: auto;
        display: block;
    }
    .product-image {
        padding: 0 !important;
    }
    .featured-product img {
        /* height: 213px ; */
    }
    .header-nav .yamm .dropdown-menu {
        background: #fff;
        overflow-y: scroll;
        height: 180px;
    }
    .body-content .sidebar {
        margin-bottom: 30px;
    }
    .filters-container .no-padding {
        padding: 0px;
    }
    .search-result-container .category-product-inner .product-list.product .product-info {
        padding: 0px;
    }
    .search-result-container .category-product-inner .product-list.product .product-info .cart {
        margin-bottom: 20px;
    }
    .single-product .gallery-holder {
    margin-bottom: 30px;
    display: flex!important;
    justify-content: center!important;

    }
    .name {
        text-align: start!important;
        font-size: 12px!important;
    }
    .single-product .product-info-block {
        clear: both;
    }
    .yamm .dropdown-menu.pages {
        padding: 10px 37px;
    }
    .hot-deal-wrapper .image img {
        width: 100%;
        height: auto;
        display: block;
    }
    .seller-product .products .product .product-info .name {
        font-size: 15px;
        margin-top: 0px !important;
    }
    .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
        font-size: 16px;
    }
    .cnt-homepage .header-nav .yamm .navbar-header {
        border: 1px solid #f1f1f1;
    }
    .info-boxes .info-box {
        margin-bottom: 10px;
    }
    .cnt-homepage .single-product .product-info-block .cart {
        margin-top: 10px;
        padding: 0 15px;
    }
    .product-comparison .compare-table tr td .product .product-image .image img {
        width: auto;
    }
    .hot-deals .products {
        margin-right: 15px
    }
    .copyright-bar .payment-methods {
        text-align: left;
        margin-top: 10px
    }
    .single-product .home-banner {
        display: none
    }
}


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar .side-menu nav .nav>li>.mega-menu {
        min-width: 100%;
        left: 0px;
        top: 100%!important
    }
    .logo-slider-inner{
        padding-bottom: 0px !important;
    }
    #brand-slider img{
        width: 80px !important;
    }
    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
        padding: 11px 15px;
        font-size: 15px;
    }
    .logo img {
        width: 150px;
    }
    .logo-slider-inner .item {
        text-align: center;
    }
    .filters-container .filter-tabs,
    .filters-container .lbl-cnt,
    .filters-container .pagination-container {
        margin-bottom: 10px;
    }
    .filters-container .pagination-container {
        float: left;
    }
    .homepage-container .wide-banners .wide-banner {
        margin-bottom: 10px;
    }
    .cnt-homepage .wrapper .box {
        padding: 0 15px;
    }
    .cnt-homepage .container {
        width: 100%;
    }
    .body-content .sidebar {
        margin-bottom: 30px;
    }
    .product .product-image .image img {
        width: 100%;
        height: auto;
        display: block;
    }
    .blog-slider .image img {
        width: 100%;
        height: auto;
        display: block;
    }
    .owl-item {
        padding: 10px;
    }
    #owl-main .owl-item {
        padding: 0px;
    }
    .wide-banners .wide-banner:first-child {
        margin-bottom: 10px;
    }
    .filters-container .no-padding {
        padding: 0px;
    }
    .search-result-container .category-product-inner .product-list.product .product-info {
        padding: 0px;
    }
    .hot-deal-wrapper .image img {
        width: 100%;
        height: auto;
        display: block;
    }
    .main-header .logo-holder {
        text-align: center;
        margin-bottom: 20px;
    }
    .main-header .contact-row {
        text-align: center;
    }
    .special-menu {
        display: none!important
    }
    .single-product .home-banner {
        display: none
    }
}

@media(min-width: 992px){
    .order-lg-2{
        order: 2 !important;
    }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199px) {
    .main-header .top-search-holder .search-area .control-group {
        position: relative;
    }
    .main-header .top-search-holder .search-area .control-group .search-button {
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .category-carousel .item {
        height: auto;
    }
    .filters-container .nav-tabs.nav-tab-box li {
        margin-right: 3px;
    }
    .filters-container .lbl-cnt .lbl {
        margin-right: -1px;
    }
    .cnt-homepage .single-product .product-info-block .cart {
        clear: both;
        margin-top: 20px;
    }
    .shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
        font-size: 16px !important;
    }
    .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
    .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
        font-size: 16px !important;
    }
    .wrapper .box .wrapper-inner .container {
        width: auto !important;
    }
    .special-menu {
        display: none!important
    }
    .home-banner img {
        width: 100%
    }
}


/* Large devices (large desktops, 1200px and up) */

.blog-page .blog-post {
    background-color: #fff;
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08); */
    /* padding: 20px; */
}

.blog-page .blog-post h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: bold;
}

.blog-page .blog-post h1 a {
    color: #555;
}

.blog-page .tab-content .blog-post {
    padding: 0px 0px 25px 0px!important;
    box-shadow: none!important
}

.blog-page .blog-post span {
    padding-right: 20px;
    color: #aaa;
    font-size: 13px;
}

.blog-page .blog-post p {
    padding-top: 3px;
    font-size: 13px;
    color: #666666;
    margin-bottom: 0px;
    text-align: justify;
}

.blog-page .blog-post a {
    margin-top: 20px;
}

.blog-page .blog-post .blog-pagination .pagination {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.blog-page .blog-post .social-media {
    margin-top: 20px;
    margin-bottom: 30px;
}

.blog-page .blog-post .social-media span {
    font-size: 13px;
    color: #434343;
}

.blog-page .blog-post .social-media a {
    font-size: 18px;
    margin: 0px 10px 0px 0px;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #888888;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a {
    color: #555;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post span {
    padding-right: 10px;
    color: #aaa;
    font-size: 12px;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post p {
    padding-top: 10px;
    font-size: 13px;
    color: #666666;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs {
    border-bottom: none;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li {
    text-transform: uppercase;
    color: #666666;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li>a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 13px;
    border: none;
    letter-spacing: 1px
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li:first-child>a {
    padding-right: 10px;
    border-right: 1px solid #d4d4d4;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li:last-child>a {
    padding-left: 10px;
    letter-spacing: 0.5px
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav>li>a {
    padding: 0px;
    color: #666666;
}

.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
    content: "\f002";
    font-family: fontawesome;
    font-size: 13px;
    position: absolute;
    top: 14px;
    right: 30px;
    background-color: #fff;
    padding-left: 10px;
}

.blog-page .sidebar .sidebar-module-container .search-area input {
    font-size: 12px;
    color: #9e9e9e;
    padding: 14px;
    border: 1px solid #e1e1e1;
    width: 100%;
    position: relative;
}

.blog-page .blog-pagination {
    border-top: 1px solid #ececec;
}

.blog-page .blog-pagination .pagination>li:first-child>a {
    margin-right: 10px;
}

.blog-page .blog-pagination .pagination>li:last-child>a {
    margin-left: 2px;
}

.blog-page .side-bar-blog .widget .categories .side-bar-title h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #555;
    padding-bottom: 8px;
    border-bottom: 1px solid #e3e3e3;
    margin: 0px;
}

.blog-page .blog-post-author-details {
    padding: 40px 0px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
}

.blog-review {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
}

.blog-write-comment {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
}

.blog-page .blog-post-author-details .author-social-network {
    display: inline-block;
}

.blog-page .blog-post-author-details .author-social-network button {
    background-color: #fff;
    border: 1px solid #e3e3e3;
}

.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    height: 26px;
    width: 26px;
    text-align: center;
    display: inline-block;
    margin: 6px;
    line-height: 26px;
}

.blog-page .blog-post-author-details .author-social-network>span {
    font-size: 13px;
    color: #434343;
    text-transform: uppercase;
    margin-right: 16px;
}

.blog-page .blog-post-author-details .author-social-network .caret {
    color: #e3e3e3;
}

.blog-page .blog-post-author-details .btn-group.open .dropdown-toggle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-page .blog-post-author-details img {
    float: left;
}

.blog-page .blog-post-author-details .author-job {
    display: block;
    padding: 0px;
    color: #aaa;
    font-size: 12px;
}

.blog-page .blog-post-author-details h4 {
    display: inline-block;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #555;
    margin: 0px;
}

.blog-page .blog-post-author-details p {
    font-size: 13px;
    color: #666666;
    padding: 16px 0px 0px 0px;
    text-align: justify;
}

.blog-page .blog-review .title-review-comments {
    font-size: 16px;
    color: #555;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
}

.blog-page .blog-review p {
    font-size: 13px;
    color: #666666;
}

.blog-page .blog-review .review-action {
    font-size: 12px;
    color: #666666;
}

.blog-page .blog-review .post-load-more {
    text-align: center;
    padding-bottom: 10px;
}

.blog-page .blog-post .author:before,
.blog-page .blog-post .review:before,
.blog-page .blog-post .date-time:before {
    color: #666666;
    font-size: 13px;
    padding-right: 4px;
    font-family: FontAwesome;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
    color: #666666;
    font-size: 13px;
    padding-right: 4px;
    ont-family: FontAwesome;
}

.blog-page .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before {
    content: "\f007";
}

.blog-page .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before {
    content: "\f086";
}

.blog-page .blog-post .date-time:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
    content: "\f073";
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li.active>a,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li.active>a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li.active>a:focus {
    background-color: #fff;
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav>li>a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav>li>a:focus {
    background-color: #fff;
}

.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
}

.blog-page .blog-post .social-media i,
.blog-page .blog-post-author-details .author-social-network button a i {
    padding-top: 6px;
}

.blog-page .blog-review h4,
.blog-page .blog-write-comment h4,
.contact-page .contact-title h4 {
    font-size: 14px;
    color: #555;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
}

.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
    text-decoration: underline;
}

.blog-page .blog-review .blog-comments,
.blog-page .blog-review .blog-sub-comments {
    border-bottom: 1px solid #e3e3e3;
}

.blog-page .blog-post-author-details .author-social-network .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.blog-page .blog-post-author-details .author-social-network .dropdown-menu>li>a .icon {
    margin-right: 5px;
}

.blog-page .blog-post-author-details .author-social-network .dropdown-menu>li>a:hover,
.blog-page .blog-post-author-details .author-social-network .dropdown-menu>li>a:focus {
    background: rgba(0, 0, 0, 0);
}


/*===================================================================================*/

@media (min-width: 1400px) {
    .featured-product img {
        /* height: 400px !important; */
    }
    #product-tabs-slider .tab-content img {

        width: 100% !important;
    }
    .product .product-image img{
        width: 100% !important;
    }
}


/* Checkout
/*===================================================================================*/

.checkout-box .checkout-steps .panel-default {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group .info-title {
    font-family: 'Montserrat', sans-serif, sans-serif;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 13px;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login .forgot-password {
    padding-top: 14px;
    display: inline-block;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a {
    font-size: 13px;
    color: #666666;
    text-decoration: underline;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login button {
    margin-top: 15px;
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title {
    margin: 0px !important;
    font-size: 13px;
    font-weight: bold;
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a {
    color: #555;
    text-transform: uppercase;
    display: block;
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a span {
    background-color: #aaaaaa;
    color: #fff !important;
    display: inline-block;
    margin-right: 10px;
    padding: 15px 20px;
}

.checkout-box .checkout-steps .checkout-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #434343;
    margin-right: 12px;
}

.checkout-box .checkout-steps .panel-body {
    padding: 20px;
    border: none
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none
}

.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase .guest-check {
    margin-bottom: 6px;
}

.checkout-box .checkout-steps .guest-login ul .save-time-reg {
    padding-bottom: 4px;
}

.checkout-box .panel-group .panel {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    border: none
}

.checkout-box .checkout-progress-sidebar .panel-body ul li a {
    color: #666666;
}

.checkout-box .checkout-progress-sidebar .panel .panel-heading {
    padding: 27px 30px;
    border-bottom: 1px solid #ddd;
}

.checkout-box .checkout-progress-sidebar .panel .panel-heading h4 {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 14px;
    margin-bottom: 10px;
}

.checkout-box .checkout-steps .checkout-step-01 .guest-login form .radio input[type="radio"],
.checkout-box .checkout-steps form .radio-inline input[type="radio"],
.checkout-box .checkout-steps form .checkbox input[type="checkbox"],
.checkout-box .checkout-steps form .checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
}

.checkout-box .checkout-steps .panel .panel-heading,
.checkout-box .checkout-progress-sidebar .panel .panel-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 0px;
    border: none
}

.checkout-box .checkout-steps .guest-login .title-tag-line,
.checkout-box .checkout-steps .already-registered-login .title-tag-line {
    margin-bottom: 15px;
    font-size: 13px;
}

.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase,
.checkout-box .checkout-steps .guest-login ul {
    padding-left: 10px;
    font-size: 13px;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover {
    background-color: rgba(0, 0, 0, 0);
}

.checkout-progress-sidebar .nav>li>a {
    padding: 10px 0px;
}

.checkout-progress-sidebar .nav>li>a:hover,
.nav>li>a:focus {
    background: none
}


/*===================================================================================*/


/*  Contact Us
/*===================================================================================*/

.contact-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    overflow: hidden
}

.contact-page .contact-map iframe {
    height: 400px;
    width: 100%;
}

.contact-page .contact-info {
    font-size: 13px;
    color: #666;
}

.contact-page .contact-info .contact-i {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    margin-right: 16px;
    float: left;
}

.contact-page .contact-info .contact-i i {
    padding-top: 8px;
    font-size: 14px;
}

.contact-page .contact-info .contact-span {
    display: block;
}

.contact-page .contact-title h4 {
    margin-bottom: 30px;
}

.contact-page .contact-info .address,
.contact-page .contact-info .phone-no {
    margin-bottom: 10px;
}


/*===================================================================================*/


/*  Shopping Cart
/*===================================================================================*/

.shopping-cart {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    overflow: hidden
}

.shopping-cart .shopping-cart-table {
    margin-bottom: 50px;
}

.shopping-cart .shopping-cart-table table {
    margin-bottom: 0px !important;
}

.shopping-cart .shopping-cart-table table tbody tr td {
    vertical-align: middle;
}

.shopping-cart .cart-image img {
    width: 150px
}

.cart-shopping-total {
    background: #f8f8f8
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
    font-size: 18px;
    color: #666666;
}

/* .shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover,
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
    color: #ff000 !important;
} */

.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
    display: block;
    text-align: center;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
    vertical-align: middle !important;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
    margin-top: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
    color: #555;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
    font-size: 11px;
    color: #aaa;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info {
    margin-top: 10px;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
    font-family: 'Montserrat', sans-serif, sans-serif;
    font-size: 12px;
    text-transform: lowercase;
    margin-left: 14px;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a {
    color: #666666;
    text-decoration: underline;
}

.shopping-cart .shopping-cart-table .table>thead>tr>th {
    text-align: center;
    padding: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.shopping-cart .shopping-cart-table .shopping-cart-btn span {
    padding: 20px 0px;
    display: block;
}

.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #555;
    margin-bottom: 2px;
    margin-top: 0px;
    display: block;
}

.shopping-cart .estimate-ship-tax table thead tr th p {
    font-family: 'Montserrat', sans-serif, sans-serif;
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 0px;
}

.shopping-cart .estimate-ship-tax table thead tr>th {
    padding: 24px 10px 20px 10px;
}

.shopping-cart .estimate-ship-tax table tbody tr>td {
    padding: 24px 10px !important;
}

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .selectpicker {
    background: #fff;
    color: #999;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
}

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
    background: rgba(0, 0, 0, 0);
}

.shopping-cart .cart-shopping-total table thead tr th {
    background-color: #fafafa;
    text-align: right;
    padding: 24px 50px;
}

.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
    color: #555;
    margin-bottom: 7px;
}

.shopping-cart .cart-shopping-total table tbody tr td {
    padding: 24px 50px;
}

.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
    float: right !important;
    margin-bottom: 8px;
}

.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
    display: block;
    font-weight: normal;
    color: #666666;
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
    text-align: center;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #555;
    text-transform: uppercase;
}

.shopping-cart .estimate-ship-tax table tbody tr td .form-group label,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group input,
.blog-page .blog-write-comment .form-group label,
.blog-page .blog-write-comment .form-group input,
.contact-page .contact-form form label,
.contact-page .contact-form form input {
    font-size: 13px;
    font-weight: 700 !important;
    color: #333;
}
.info-title span{
    color: red;
}

.shopping-cart .estimate-ship-tax table tbody tr td .form-group label span,
.blog-page .blog-write-comment label span,
.contact-page .contact-form form label span,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group label span {
    color: red;
}

.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.shopping-cart-table table tbody tr td .quant-input {
    display: inline-block;
    height: 35px;
    position: relative;
    width: 70px;
}

.shopping-cart-table table tbody tr td .quant-input .arrows {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 40px;
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
    top: 5px;
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
    top: -7px;
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
    position: relative;
}

.shopping-cart-table table tbody tr td .quant-input input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    left: 0;
    padding: 0 20px 0 18px;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 1;
}

.checkout-btn {
    background: #fdd922;
    color: #333;
    padding: 10px 18px;
}

.product-comparison .page-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 40px;
}

.product-comparison img {
    width: 150px!important
}

.product-comparison .compare-table tr th {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    padding: 18px 25px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
}

.product-comparison .compare-table tr td {
    padding: 18px 30px;
    border: 1px solid #e5e5e5;
}

.product-comparison .compare-table tr td .product {
    margin-bottom: 15px;
    margin-top: 40px;
}

.product-comparison .compare-table tr td .product .product-image .image a {
    display: block;
    text-align: left;
}

.product-comparison .compare-table tr td .product-price .price {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-right: 8px;
}

.product-comparison .compare-table tr td .product-price .price-before-discount {
    color: #D3D3D3;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: line-through;
}

.product-comparison .compare-table tr td .text {
    font-size: 14px;
    line-height: 22px;
}

.product-comparison .compare-table tr td .in-stock {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}

.product-comparison .compare-table tr td .remove-icon {
    color: #666666;
}

.product-comparison .compare-table tr td .remove-icon:hover,
.product-comparison .compare-table tr td .remove-icon:focus {
    color: #ff6666;
}

.body-content .x-page .x-text h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 200px;
    font-weight: bold
}

.body-content .x-page .x-text p {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

.body-content .x-page .x-text .le-button {
    border-radius: 0 3px 3px 0;
    margin: 0 0 0 -5px;
    padding: 19px 23px 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 10px;
    border: medium none;
    color: #333;
    background: #fdd922
}

.body-content .x-page .x-text form input {
    border: 1px solid #e0e0e0;
    border-radius: 3px 0 0 3px;
    color: #3d3d3d;
    padding: 13px;
    font-size: 15px;
    width: 40%;
}

.body-content .x-page .x-text a {
    font-size: 15px;
}

.body-content .x-page .x-text a i {
    padding-right: 2px;
}


/*===================================================================================*/


/*  Terms and Condition/track orders/
/*===================================================================================*/

.terms-conditions-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px 70px;
    /* padding: 20px; */
    overflow: hidden;
}

.body-content .terms-conditions-page .terms-conditions h2,
.body-content .faq-page h2,
.body-content .track-order-page h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #555;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.body-content .terms-conditions-page .terms-conditions h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    font-weight: bold;
}

.body-content .terms-conditions-page .terms-conditions ol {
    padding-left: 22px;
}

.body-content .terms-conditions-page .terms-conditions ol li {
    font-style: normal;
    font-size: 13px;
    color: #666;
    padding-bottom: 20px;
}

.body-content .terms-conditions-page .terms-conditions p {
    font-size: 15px;
}

.body-content .terms-conditions-page .terms-conditions h2,
.body-content .terms-conditions-page .terms-conditions span,
.body-content .track-order-page span {
    text-align: left;
}

.track-order-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    overflow: hidden;
}

.product-comparison {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    overflow: hidden;
}

.faq-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    overflow: hidden;
}

.faq-page .panel-group .panel {
    padding: 0px;
    box-shadow: none
}

.body-content .terms-conditions-page .terms-conditions span,
.body-content .faq-page .title-tag,
.body-content .track-order-page span {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #666;
}

.body-content .faq-page .title-tag {
    text-align: left;
    padding-bottom: 30px;
}

.body-content .track-order-page .register-form label {
    font-weight: 400;
    font-size: 14px;
}

.body-content .track-order-page .register-form .form-group {
    margin-bottom: 25px;
}


/*===================================================================================*/


/*  Wishlist
/*===================================================================================*/

.my-wishlist-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    overflow: hidden;
}

.heading-title {
    text-align: left!important;
    text-transform: none!important;
    padding: 0px 0px 15px 0px!important;
    font-weight: bold!important;
    font-size: 22px!important;
    border-bottom: 1px #e5e5e5 solid!important;
}

.body-content .my-wishlist-page .my-wishlist table>thead>tr>th {
    text-align: center;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    border: none;
    font-weight: 400;
}

.body-content .my-wishlist-page img {
    width: 100%
}

.body-content .my-wishlist-page .my-wishlist table tbody tr:nth-child(even) {
    border-top: 1px solid #ddd;
}

.body-content .my-wishlist-page .my-wishlist table tbody .product-name {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 6px;
}

.body-content .my-wishlist-page .my-wishlist table tbody .product-name a {
    color: #434343;
}

.body-content .my-wishlist-page .my-wishlist table tbody .rating span {
    font-size: 11px;
    color: #aaa;
    padding-left: 10px;
}

.body-content .my-wishlist-page .my-wishlist table tbody .rating .rate {
    color: #ffb400;
}

.body-content .my-wishlist-page .my-wishlist table tbody .rating .non-rate {
    color: #dcdcdc;
}

.body-content .my-wishlist-page .my-wishlist table tbody .price {
    font-size: 16px;
    padding-top: 4px;
    font-weight: bold;
}

.body-content .my-wishlist-page .my-wishlist table tbody .price span {
    font-size: 15px;
    color: #ddd;
    text-decoration: line-through;
    padding-left: 10px;
}

.body-content .my-wishlist-page .my-wishlist table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
    border: none;
    padding: 4px;
}
.membership-table tbody td a{
    margin-top: 9px;
    }
    .membership-table{
    margin-top: 11px;
    }

.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a,
.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a:hover {
    color: rgb(33, 54, 138);
    font-size: 15px;
}


/*===================================================================================*/


/*  Signup and login
/*===================================================================================*/

.sign-in-page {
    /* background-color: ##E0E2E4; */
    padding: 20px;
    overflow: hidden;
}

.body-content .sign-in-page .sign-in h4,
.body-content .sign-in-page .create-new-account h4 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 14px;

}

.body-content .sign-in-page .sign-in p,
.body-content .sign-in-page .create-new-account p {
    font-size: 15px;
    color: #666;
}

.body-content .sign-in-page .sign-in .social-sign-in a,
.body-content .sign-in-page .sign-in .social-sign-in a:hover,
.body-content .sign-in-page .sign-in .social-sign-in a:focus {
    border-radius: 3px;
    padding: 14px 30px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    text-align: center;
}

.body-content .sign-in-page .sign-in .social-sign-in a i {
    padding-right: 6px;
}

.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in {
    background-color: #3d5c98;
    margin-right: 10px;
}

.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:hover,
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:focus {
    background-color: #153470;
}

.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in {
    background-color: #22aadf;
}

.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:hover,
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:focus {
    background-color: #0084B9;
}

.body-content .sign-in-page .create-new-account>span {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 14px;
    text-transform: uppercase;
    display: inline-block;
}

.body-content .sign-in-page .create-new-account .checkbox label {
    margin-bottom: 10px;
    font-size: 16px;
}

.body-content .sign-in-page form .form-group span {
    color: red;
}

.body-content .sign-in-page .register-form label {
    font-size: 14px;
    font-weight: 400;
}

.body-content .sign-in-page .register-form .form-group {
    margin-bottom: 25px;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -5px;
}

.tooltip-inner {
    font-family: 'Montserrat', sans-serif;
    border-radius: 2px;
    min-width: 70px;
    z-index: 10000
}


/*===================================================================================*/


/*  Testimonials
/*===================================================================================*/

.avatar {
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px
}

.avatar img {
    border-radius: 0px;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    width: 110px
}

.testimonials {
    color: #333;
    font-size: 13px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    text-align: center
}

.clients_author {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.5px;
    display: block;
    text-align: center
}

.clients_author span {
    font-size: 13px;
    font-weight: normal;
    color: #999;
    display: block;
}

.testimonials-section .bx-wrapper .bx-pager {
    padding-top: 30px;
}

.testimonials-section .bx-wrapper {
    margin: 0 0 50px;
}

.testimonials-section em {
    font-size: 30px;
    font-style: normal;
    vertical-align: top;
    display: inline-block;
    line-height: 5px;
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
}


/*===================================================================================*/


/*  LHS banners
/*===================================================================================*/

.home-banner {
    margin-top: 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}


/* custom css */

:focus-visible {
    outline: none !important;
}

.section-title a {
    color: rgb(33, 54, 138) !important;
}

.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
    color: #fff !important;
    background-color: rgb(33, 54, 138);
}

.product .cart .action ul li.add-cart-button .btn.btn-primary.icon:hover {
    background: rgb(33, 54, 138) !important;
}

.scroll-tabs .nav-tab-line li a:active {
    color: #fff !important;
}

.copyright span {
    color: #fff;
}

.image {
    text-align: center;
}

.product-image {
    background-color: #ffff;
    padding: 13px;
}

.testimonial_subtitle {
    color: rgb(33, 54, 138);
    font-size: 12px;
}

.testimonial_btn {
    background-color: #dddddd !important;
    color: #fff !important;
}

.testimonial_btn:hover {
    background-color: rgb(33, 54, 138) !important;
    color: #fff !important;
}

.seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}

/* .featured-product img {
    height: 180px;
} */

.category_book img{
    width: 100% !important;
}

/* #product-tabs-slider .tab-content img {
    height: 230px;
    width: 80%;
} */


.srch-btn {
    background: rgb(33, 54, 138);
    color: #fff;
}

.srchfrm-cntrl:focus {
    border-color: rgb(33, 54, 138) !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(113 157 220 / 60%) !important;
}

.product-info h3 a {
    color: rgb(33, 54, 138) !important;
}

.timeline-Header-title {
    font-family: 'Montserrat', sans-serif !important;
}

.SandboxRoot {
    font-family: 'Montserrat', sans-serif !important;
}

.twitter-embed {
    font-family: 'Montserrat', sans-serif !important;
}

.membership-pricing-table {
    width: 100%
}

.membership-pricing-table table .icon-no,
.membership-pricing-table table .icon-yes {
    font-size: 22px
}

.membership-pricing-table table .icon-no {
    color: #a93717
}

.membership-pricing-table table .icon-yes {
    color: #209e61
}

.membership-pricing-table table .plan-header {
    text-align: center;
    font-size: 48px;
    border: 1px solid #e2e2e2;
    padding: 25px 0
}

.membership-pricing-table table .plan-header-free {
    background-color: #eee;
    color: #555
}

.membership-pricing-table table .plan-header-blue {
    color: #fff;
    background-color: rgb(33, 54, 138);
    border-color: rgb(33, 54, 138);
}

.membership-pricing-table table .plan-header-standard {
    color: #fff;
    background-color: #ff9317;
    border-color: #e37900
}

.membership-pricing-table table td {
    text-align: center;
    width: 15%;
    padding: 7px 10px;
    background-color: #fafafa;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

.membership-pricing-table table,
.membership-pricing-table table td {
    border: 1px solid #ebebeb
}

.membership-pricing-table table tr td:first-child {
    background-color: transparent;
    text-align: right;
    width: 24%
}

.membership-pricing-table table tr td:nth-child(5) {
    background-color: #FFF
}

.membership-pricing-table table tr:first-child td,
.membership-pricing-table table tr:nth-child(2) td {
    -webkit-box-shadow: none;
    box-shadow: none
}

.membership-pricing-table table tr:first-child th:first-child {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #e2e2e2
}

.membership-pricing-table table tr:first-child th .pricing-plan-name {
    font-size: 22px
}

.membership-pricing-table table tr:first-child th .pricing-plan-price {
    line-height: 35px
}

.membership-pricing-table table tr:first-child th .pricing-plan-price>sup {
    font-size: 45%
}

.membership-pricing-table table tr:first-child th .pricing-plan-price>span {
    font-size: 30%
}

.membership-pricing-table table tr:first-child th .pricing-plan-period {
    margin-top: -7px;
    font-size: 25%
}

.membership-pricing-table table .header-plan-inner {
    position: relative
}

.membership-pricing-table table .recommended-plan-ribbon {
    box-sizing: content-box;
    background-color: #dc3b5d;
    color: #FFF;
    position: absolute;
    padding: 3px 6px;
    font-size: 11px!important;
    font-weight: 500;
    left: -6px;
    top: -22px;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0 -1px #c2284c inset;
    box-shadow: 0 -1px #c2284c inset;
    text-shadow: 0 -1px #c2284c
}

.membership-pricing-table table .recommended-plan-ribbon:before {
    border: solid;
    border-color: #c2284c transparent;
    border-width: 6px 0 0 6px;
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    z-index: 90
}

.membership-pricing-table table .recommended-plan-ribbon:after {
    border: solid;
    border-color: #c2284c transparent;
    border-width: 6px 6px 0 0;
    bottom: -5px;
    content: "";
    right: 0;
    position: absolute;
    z-index: 90
}

.membership-pricing-table table .plan-head {
    box-sizing: content-box;
    background-color: #ff9c00;
    border: 1px solid #cf7300;
    position: absolute;
    top: -33px;
    left: -1px;
    height: 30px;
    width: 100%;
    border-bottom: none
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

a .banner-head {
    color: rgb(33, 54, 138) !important;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    text-align: center !important;
    font-size: 16px;
}

.membership-table td {
    font-size: 15px;
    font-weight: 500;
}

tr,
td {
    border: 1px solid #d9d9d9 !important;
}

tbody {
    /* display: block; */
    max-height: 400px;
    /* overflow: auto; */
}

thead,
tbody tr {
    /* display: table; */
    width: 100%;
    table-layout: fixed;
}

#brand-slider img {
    /* box-shadow: 0 0 6px #f73a00; */
    border-radius: 50%;
    border: 1px solid rgb(33, 54, 138);
}

#brand-slider h5 {
    color: rgb(33, 54, 138);
}

table .light-blue1 {
    background-color: #39b5ff !important;
    color: #fff;
}

table .light-green1 {
    background-color: #30b643 !important;
    color: #fff;
}

table .light-gold1 {
    background-color: #feb63d !important;
    color: #fff;
}

table .light-blue2 {
    background-color: #65cafc !important;
    color: #fff;
}

table .light-green2 {
    background-color: #44d354 !important;
    color: #fff;
}

table .light-gold2 {
    background-color: #f7cd6f !important;
    color: #fff;
}

.gallery img {
    height: 362px;
}

@media (max-width: 767px) {
    .product .product-image .image img {
        width: 100%;
        height: 202px;
        display: block;
    }
    .product .account-image .image img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
}

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

@media (min-width: 300px) and (max-width: 500px) {
    .main-header .top-search-holder .search-area {
        margin-right: -65px;
        top: 51px;
        width: 70%;
        position: relative;
        z-index: 100;
    }
    .body-content{
        margin-top: 110px !important;
    }
    .header_select .form-group{
        padding-top: 0 !important;
    }
    .reverse-col{
        display: flex;
        flex-direction: column-reverse;
    }
    .cnt-account {
        position: relative;
        top: -48px;
        right: -91px;
    }
    .top-bar .cnt-account ul>li {
        padding: 10px 7px;
    }
    .top-bar {
        margin-bottom: -59px;
    }
    .logo img {
        width: 150px;
    }
    #hero {
        margin-top: 8px;
    }
    .srch-btn {
        background: #000 !important;
        color: #fff;
    }
}

.float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 30px;
    right: 36px;
    background-color: rgb(33, 54, 138);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
     margin-top: 6px;
}

.body-content {
    margin-top: 100px;
}

.sign-in-body {
    margin-top: 130px;
    margin-bottom: 50px;
}

.sign-up-body {
    margin-top: 130px;
    margin-bottom: 50px;
}

.modal .modal-body .contact-page {
    padding: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.modal-header .close {
    margin-top: -27px !important;
}

.detail-body{
    margin-top: 130px;
}

@media (min-width: 1600px){
    #owl-main .item{
        height: 540px;

    }
    #owl-main{
        height: 540px;
}
}

.navbar-nav .lg-width ul{
    width: 500px !important;
}

.details-cont{
    /* margin-top: 150px !important; */
}

.product .account-image img{
    width: 140px !important;
}

.nav-stacked>li{
    border-bottom: 1px solid #888;
}

.nav-stacked{
    border: 1px solid #888;
}

.nav-stacked>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    /* border-bottom: 1px solid #888; */
    border-radius: 4px 4px 0 0;
    color: #323232;
    font-size: 15px;
    font-weight: 500;
}

.my-account-content{
    border: 1px solid #888;
    padding: 13px;
    color: #333;
    min-height: 227px;
}

.nav-stacked>.active{
    background: whitesmoke;
    border-radius: 0px 10px 10px 0px;
}

.button button{
    font-size: 10px;
    padding: 6px 8px;
}
.btn-outlined--primary {
    height: 85px;
    background: transparent;
    border-top: 4px solid rgb(33, 54, 138) !important;
    color: rgb(33, 54, 138) !important;
    border: 1px solid gray;
    /* height: 130px; */
    width: 168px;
}

.btn-outlined--primary:hover {
    background: rgb(33, 54, 138) !important;
    border-color: rgb(33, 54, 138) !important;
    color: #fff !important;
}

.nav-stacked>li>a:hover, .nav-stacked>li>a:focus {
    text-decoration: none;
    background-color: rgb(33, 54, 138) !important;
    color: #fff;
}
.nav-stacked>li>a:hover {
    border-color: rgb(33, 54, 138) !important;
}
.mega-menu .dropdown-menu{
    width: auto !important;
}

.sidebar{
    height: 422px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.inner-page-sidebar {
    /* border-radius: 10px 0px 0px 10px; */
    padding: 20px 10px;
    background-color: #fff;
}
.inner-page-sidebar .single-block:last-child {
    margin-bottom: 0;
}
.single-block>p {
    margin: 10px 0px;
}

#scroll {
     max-height: 390px;
     overflow-y: auto;
     list-style: none;
}
.d-flex-filters{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.d-flex-filters .lbl-cnt{
    margin-right: 30px;
}

@media (min-width: 768px) and (max-width: 1100px){
    .body-content{
        margin-top: 120px !important;
    }
    .category_book img{
        width: 90%;
        height: 400px !important;
    }
    #product-tabs-slider .tab-content img{
        height: 170px;
        width: 90%;
    }
}

@media(min-width: 768px) and (max-width:799px){
    @media (min-width: 768px) and (max-width: 1100px){
        .body-content{
            margin-top: 120px !important;
        }
        .category_book img{
            width: 90%;
            height: 400px !important;
        }
        #product-tabs-slider .tab-content img{
            height: 200px;
            width: 70%;
        }
    }
}
@media (min-width: 500px) and (max-width: 767px){
    #owl-main .item{
        height: 206px;
    }
    .body-content{
        margin-top: 180px;
    }
    #owl-main{
        height: 206px;
    }
}
.name{
    text-align: center;
}
.book_row{
    display: flex;
    flex-wrap: wrap;
}
@media(min-width: 992px){
    .inner-page-sidebar{
        position: sticky;
        top: 10%;
    }
    .left-bar{
        height: 1294px;
    }
    .rental-ul{
        position: absolute !important;
        left: 280px !important;
    }
    .toy-rental{
        position: absolute !important;
        left: 475px !important;
    }
}
@media (min-width: 992px) and (max-width: 1400px){
    .book_img{
        height: 269.34px !important;
    }
    .d-flex-books{
        flex: 0 0 33%;
    }
    .flex{
        flex: 0 0 20%;
    }

}

@media (min-width: 1400px){
    .book_img{
        height: 360.39px !important;
    }
    .d-flex-books{
        flex: 0 0 33%;
    }
    .flex{
        flex: 0 0 20%;
    }

}

@media(min-width: 300px) and (max-width: 991px){
    .flex{
        flex: 0 0 50%;
    }
    .book_img{
        height: 233px !important;
    }
    .d-flex-filters {
        display: flex;
        justify-content: center;
        align-items: baseline;
        flex-wrap: wrap;
    }
    .larger_srch{
        width: 280px !important;
    }

}

@media (min-width: 400px) and (max-width: 991px){
    .filters>div{
        padding-top: 6px !important;
    }
}

.font-400{
    font-weight: 600;
}

#footer{
    position: absolute;
    z-index: 1;
    width: 100%;
}

@media (min-width: 1200px){
    .top-bar .cnt-account{
        padding-right: 35px;
    }
    .logo{
        padding-left: 35px;
    }
    .book_search{
        width: 60% !important;
}
}

#new-products-1 i{
    font-size: 30px;
}

.filter_modal{
    top: 440px !important;
}

.filter_modal .modal-dialog{
    margin: 0 0 !important;
}

#product-tabs-slider{
    margin-top: 0 !important;
}

.tab-content{
    margin-top: 0 !important;
}

@media(min-width: 1800px){
    /* #product-tabs-slider .tab-content img{
        width: 90% !important;
    } */
    .product .product-image img{
        width: 100% !important;
    }
}
.filter_left{
    padding-left: 20px !important;
}

.filter_left{
    padding-left: 20px !important;
}

.main_head{
    margin-bottom: 25px;
}

.number_ol .number_li{
    font-size: 15px !important;
    font-weight: 600;
}
.alphabet_ol{
    list-style: upper-alpha;
    padding: 15px 0;
     margin-top: 8px;
}
.alphabet_li{
    font-weight: normal;
    padding: 10px 0;
}

.number_li .table-body{
    margin: 25px 0;
}
.number_li .inside_number .inside_li{
    font-style: normal;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    padding: 10px 0;
}
.inside_roman{
    list-style: upper-roman;
}
.number_li .inside_roman .inside_li_roman{
    font-style: normal;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    padding: 10px 0;
}
.terms_head h4 a{
    color: rgb(33, 54, 138);
}

.refund_ul li{
 font-size: 15px;
}
.privacy_p a{
    color: rgb(33, 54, 138);
}
.body-content .terms-conditions-page .terms-conditions ol{
    padding-left: 32px !important;
    padding-right: 10px;
}
.body-content .terms-conditions-page .terms-conditions p{
    font-size: 15px !important;
}
.body-content .terms-conditions-page .terms-conditions ol li{
    font-style: normal !important;
    font-size: 14px !important;
    color: #4c4c4c !important;
    padding-bottom: 15 !important;
}

@media (min-width: 300px) and  (max-width: 767px){
    .body-content .terms-conditions-page .terms-conditions ol{
        padding-left: 10px !important;
    }
}@media(min-width: 300px) and  (max-width: 767px){
.account_table .btn{
    margin: 8px 0;
    width: 100%;
}
}
@media(max-width: 499px){
	.breadcrumb{
		display: none !important;
	}
	.books_srch{
		width: 250px !important;
	}
	.center_srch_btn{
		background: rgb(33, 54, 138) !important;
	}
}

@media(min-width: 500px) and (max-width: 767px){
	.center_srch .input-group-btn{
		width: 0% !important;
	}
}
@media(min-width: 501px) and (max-width: 767px){
    .logo img{
        width: 160px;
    }

    .main-header .top-search-holder .search-area {
        margin-right: -85px;
        top: 59px;
        left: 128px;
        width: 70%;
        position: relative;
    }
    .srch-btn {
        color: rgb(255, 255, 255);
        background: rgb(0, 0, 0);
    }
    .book_search{
        width: 100%;
    }
    .top-bar {
        padding: 0px;
        font-size: 12px;
        position: relative;
        top: 3px;
        left: 164px;
    }
    .col_up{
        margin-top: -50px !important;
    }
    body{
        margin-top: -63px;
    }
}
@media(min-width: 300px) and (max-width: 399px){
    /* .featured-product img{
        height: 143px !important;
    } */
    .custom-carousel .owl-controls .owl-prev{
        top: 83px !important;
        left: 2px !important;
    }
    .custom-carousel .owl-controls .owl-next{
        top: 83px !important;
        right: -27px !important;
    }
}

@media(min-width: 400px) and  (max-width: 499px){
    .featured-product img{
        /* height: 143px !important; */
    }
    .custom-carousel .owl-controls .owl-prev{
        top: 83px !important;
        left: 1px !important;
    }
    .custom-carousel .owl-controls .owl-next{
        top: 83px !important;
        right: -27px !important;
    }

}

@media(min-width: 500px) and (max-width:767px){
    .featured-product img{
        /* height: 213px !important; */
    }
}
.preloader_wrapper{
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#ffffff;
	z-index:1111;
}
#blink {
            font-size: 20px;
            font-weight: bold;
            color: #2d38be;
            transition: 0.5s;
        }
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}


::-webkit-scrollbar-thumb
{
	background-color: rgb(33, 54, 138);
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

hr{
    margin-top: 10px;
    margin-bottom: -7px;
    border: 0;
    border-top: 1px solid #eee;
}
.foot_number{
line-height: 20px !important;
}
.main_heading{
    font-size: 22px;
}
h4, .h4, h5, .h5, h6, .h6{
    margin-bottom: 2px !important;
}
.numbers_foot{
width: 105px;
}
.filters a{
    font-size: 17px;
    font-weight: bold;
    color: rgb(33, 54, 138);
    }
    @media (min-width: 1600px){
#owl-main .item {
    height: 390px;
}
#owl-main {
    height: 390px;
}
}
@media (min-width: 1500px) and (max-width: 1799px){
#owl-main .item {
    background-position: center 80%;
    height: 390px;
}
#owl-main {
    height: 390px;
}
}
@media (min-width: 768px) and (max-width: 1199px){
#owl-main {
    height: 316px;
}
#owl-main .item {
    height: 316px;
}
}
@media (min-width: 500px) and (max-width: 767px){
#owl-main .item {
    height: 206px;
}
#owl-main {
    height: 206px;
}
}
@media (min-width: 320px) and (max-width: 480px){
#owl-main {
    height: 100%;
}
#owl-main .item {
    background: round;
}
#owl-main .item {
    height: 150px;
}
}
.header_select .form-group{
    margin-bottom: 6px;
    padding-top: 14px;
}
.home-owl-carousel1 .owl-prev{
    position: absolute;
    font-size: 25px !important;
    font-weight: bold !important;
    left: -22px;
    top: 110px;
    width: 30px;
    height: 50px;
    font-size: 21px;
    background-color: rgb(33, 54, 138) !important;
    color: #fff !important;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.home-owl-carousel1 .owl-next{
    position: absolute !important;
    font-size: 25px !important;
    font-weight: bold !important;
    right: -4px;
    top: 110px;
    width: 30px;
    height: 50px;
    font-size: 21px;
    background-color: rgb(33, 54, 138) !important;
    color: #fff !important;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.home-owl-carousel2 .owl-prev{
    position: absolute;
    font-size: 25px !important;
    font-weight: bold !important;
    left: -22px;
    top: 110px;
    width: 30px;
    height: 50px;
    font-size: 21px;
    background-color: rgb(33, 54, 138) !important;
    color: #fff !important;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.home-owl-carousel2 .owl-next{
    position: absolute;
    font-size: 25px !important;
    font-weight: bold !important;
    right: -4px;
    top: 110px;
    width: 30px;
    height: 50px;
    font-size: 21px;
    background-color: rgb(33, 54, 138) !important;
    color: #fff !important;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.col {
    flex: 1 0;
}
.widgetListNameWithImage {
    padding: 25px 15px 20px;
}
.widgetListNameWithImageCard {
    float: left;
    width: 100%;
}
.widgetListNameWithImageCard ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
@media (max-width: 1450px) and (min-width: 1086px) {
    .widgetListNameWithImageCard ul li {
        height: 148px;
        width: 14% !important;
    }
}
.widgetListNameWithImageCard ul li {
    display: inline-block;
    height: 170px;
    list-style: none;
    margin: 8px 11px;
    overflow: hidden;
    width: 15%;
}
.css-1wg5722 {
    background-color: rgb(244, 244, 244);
    border: 0.5px solid rgb(221, 221, 221);
    border-radius: 8px;
    text-align: center;
}
.widgetListNameWithImageCard ul li a {
    float: left;
    height: 100%;
    text-decoration: none;
    width: 100%;
}
@media (max-width: 1450px) and (min-width: 1086px) {
    .widgetListNameWithImageCard ul li .imageAltTextWrapper, .widgetListNameWithImageCard ul li img {
        height: 90px;
    }
}
.widgetListNameWithImageCard ul li img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    float: none;
    height: 112px;
    margin: 0 auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    object-fit: cover;
}
.css-o1iu6e {
    border-radius: 0px;
}
.img-fluid, .img-thumbnail {
    height: auto;
    max-width: 100%;
}
.widgetListNameWithImageCard .widgetNwlCardTitle {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    line-height: 21px;
    margin-top: 6px;
    overflow: hidden;
    padding: 0 8px;
    text-overflow: ellipsis;
}
.css-1gsqbjt {
    color: rgb(51, 51, 51);
    font-weight: 400;
}
.widgetListNameWithImageCard ul li:hover {
    border: 0 !important;
    box-shadow: 2px 6px 15px 0 rgba(23, 84, 116, .18);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    z-index: 15;
}
.widgetListNameWithImageCard .viewAll {
    position: relative;
    text-align: center;
    top: 26%;
}
.mt-3 {
    margin-top: 1rem !important;
}
.text-dec-underline {
    text-decoration: underline;
}
@media (max-width: 415px) and (min-width: 321px) {
    .widgetListNameWithImageCard ul li {
        height: 209px;
        width: 90% !important;
    }
}
@media (max-width: 415px) and (min-width: 321px) {
    .widgetListNameWithImageCard ul li .imageAltTextWrapper, .widgetListNameWithImageCard ul li img {
        height: 151px;
    }
}
.widgetListNameWithImageStyle1 {
    padding: 25px 15px 20px;
}
.widgetListNameWithImageStyle1Card {
    float: left;
    width: 100%;
}
.widgetListNameWithImageStyle1Card ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.widgetListNameWithImageStyle1Card ul li {
    display: inline-block;
    height: 200px;
    list-style: none;
    margin: 8px 11px;
    overflow: hidden;
    width: 15%;
}

.css-1paj5kj {
    background: radial-gradient(rgb(236, 236, 236), rgb(248, 248, 248));
    border: 0.5px solid rgb(221, 221, 221);
    border-radius: 8px;
    text-align: center;
}

.widgetListNameWithImageStyle1Card ul li a {
    float: left;
    height: 100%;
    text-decoration: none;
    width: 100%;
}
.widgetListNameWithImageStyle1Card ul li .widgetNwlStyle1ImgContainer {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 90px;
    margin: 27px 20px 15px;
    padding: 6%;
    position: relative;
    width: 90px;
}
.css-o1iu6e {
    border-radius: 0px;
}
.widgetListNameWithImageStyle1Card ul li img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    float: none;
    margin: 0 auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
}
.widgetListNameWithImageStyle1Card .widgetNwlStyle1CardTitle {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 21px;
    margin-top: 6px;
    overflow: hidden;
    padding: 0 8px;
    text-overflow: ellipsis;
}
.css-1kugohv {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 600;
}
.css-2f9svp {
    color: rgb(136, 136, 136);
    font-size: 14px;
    font-weight: 400;
}
.widgetListNameWithImageStyle1Card .viewAll {
    position: relative;
    text-align: center;
    top: 28.5%;
}
.widgetListNameWithImageStyle1Card ul li:hover {
    border: 0 !important;
    box-shadow: 2px 6px 15px 0 rgba(23, 84, 116, .18);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    z-index: 15;
}
.srch-wthn-bar-left {
    float: left;
}

.srch-wthn-bar {
    padding-top: 15px;
    position: relative;
    width: 26%;
}
.srch-wthn-icon {
    color: #b0b0b0;
    height: 16px;
    left: 10px;
    position: absolute;
    top: 10.5px;
    width: 16px;
    z-index: 4;
}
.srch-wthn-input {
    border-radius: .4rem !important;
    font-size: 14px !important;
    padding: .5rem 1.75rem .5rem 2.2rem !important;
}
.widget-sub-heading {
    font-size: 1.2em;
    padding: 5px 30px !important;
}
@media (max-width: 415px) and (min-width: 321px) {
    .widgetListNameWithImageStyle1Card ul li {
        width: 42% !important;

    }
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.css-igeob2 {
    color: rgb(85, 85, 85);
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 20px;
}
.ocaWidgetListNameWithImage {
    padding: 17px 15px 0;
}
.OCAwidgetListNameWithImageCard {
    float: left;
    width: 100%;
}
.OCAwidgetListNameWithImageCard ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.OCAwidgetListNameWithImageCard ul li {
    display: inline-block;
    height: 200px;
    list-style: none;
    margin: 8px 11px !important;
    overflow: hidden;
    width: 15%;
}
.css-1wg5722 {
    background-color: rgb(244, 244, 244);
    border: 0.5px solid rgb(221, 221, 221);
    border-radius: 8px;
    text-align: center;
}
.mb30 {
    margin-bottom: 30px !important;
}
.OCAwidgetListNameWithImageCard ul li a {
    float: left;
    height: 100%;
    text-decoration: none;
    width: 100%;
}
.OCAwidgetListNameWithImageCard ul li img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    float: none;
    height: 118px;
    margin: 0 auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
}
.css-o1iu6e {
    border-radius: 0px;
}
.OCAwidgetListNameWithImageCard .widgetNwlCardTitle {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    line-height: 21px;
    margin-top: 6px;
    overflow: hidden;
    padding: 0 8px;
    text-overflow: ellipsis;
}
.oca-description-badge {
    background: aqua;
    color: #057c7c !important;
    font-size: 11px !important;
    font-style: italic;
    margin-top: 0 !important;
}
.OCAwidgetListNameWithImageCard .widgetNwlCardTitle {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    line-height: 21px;
    margin-top: 6px;
    overflow: hidden;
    padding: 0 8px;
    text-overflow: ellipsis;
}
.css-1gsqbjt {
    color: rgb(51, 51, 51);
    font-weight: 400;
}
.OCAwidgetListNameWithImageCard ul li:hover {
    border: 0 !important;
    box-shadow: 2px 6px 15px 0 rgba(23, 84, 116, .18);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    z-index: 15;
}
@media (max-width: 450.99px) and (min-width: 375px) {
    .OCAwidgetListNameWithImageCard ul li {
        height: 185px;
        width: 42.5% !important;
    }
}
@media (max-width: 450.99px) and (min-width: 375px) {
    .OCAwidgetListNameWithImageCard ul li .imageAltTextWrapper, .OCAwidgetListNameWithImageCard ul li img {
        height: 98px;
    }
}
.css-1mzq8ks {
    background: transparent;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.css-rw840y {
    background: rgb(247, 247, 247);
}


.info-block {
    border-bottom: .5px solid #ccc;
    display: flex;
    flex-direction: row;
    padding: 23px;
}
.info-block .info-img {
    text-align: center;
    width: 13%;
}
.info-img img {
    border: .5px solid #ddd;
    border-radius: 6px;
    max-height: 120px;
    width: auto;
}
.info-block .info-details {
    padding: 2px 20px;
    width: 87%;
}
.info-details .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
}
.info-details .description {
    color: #676767;
    font-size: 13.5px;
    line-height: 18px;
    margin-bottom: 5px;
}
.atoz-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    margin-top: 2%;
    padding: 0;
}

.atoz-list .atoz-list-item {
    padding: 6px 12px;
    text-decoration: none;
}

.css-sn2ic {
    background-color: rgb(255, 255, 255);
    border: 0.5px solid rgb(221, 221, 221);
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
}
.css-ctkcao {
    color: rgb(25, 102, 175);
    font-weight: 400;
}
.search-result-page {
    display: flex !important;
    flex-direction: row;
    margin: auto;
    position: relative;
    width: 100%;
}
.css-8xc8u {
    background: rgb(255, 255, 255);
}

.filter-block {
    border-left: .5px solid #ccc;
    border-right: .5px solid #ccc;
}
.filter-block-open {
    width: 16%;
}
@media only screen and (min-width: 769px) {
    .filter-toggle-mobile {
        display: none;
    }
}

.filter-toggle-mobile {
    float: right;
    margin-right: 12px;
    margin-top: 10px;
}
.filter-toggle-mobile button {
    align-items: center;
    background-color: #f5f5f5;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(9, 30, 66, .08), 0 2px 4px 1px rgba(9, 30, 66, .08);
    cursor: pointer;
    display: flex
;
    height: 22px;
    justify-content: center;
    outline: 0;
    position: relative;
    transition: background-color .1s linear 0s, color .1s linear 0s, opacity .35s cubic-bezier(.2,0,0,1) 0s;
    width: 22px;
    z-index: 2;
}
.filter-block .filter-block-heading {
    border-bottom: .5px solid #ccc;
    color: #0b1f6f;
    font-size: 16px;
    font-weight: 700;
    height: 46px;
    margin-bottom: 0;
    padding: 10px 12px;
    position: relative;
}
.mobile-view {
    display: none;
}
.filter-block .filter-block-heading svg {
    position: relative;
    top: 2px;
}

.css-1lukbri {
    color: rgb(180, 180, 180);
}
.filter-toggle-web {
    float: right;
    margin-right: -12px;
    margin-top: 10px;
}
.filter-toggle-web button {
    align-items: center;
    background-color: #f5f5f5;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(9, 30, 66, .08), 0 2px 4px 1px rgba(9, 30, 66, .08);
    cursor: pointer;
    display: flex
;
    height: 22px;
    justify-content: center;
    outline: 0;
    position: relative;
    transition: background-color .1s linear 0s, color .1s linear 0s, opacity .35s cubic-bezier(.2,0,0,1) 0s;
    width: 22px;
    z-index: 2;
}
.filter-block .accordion-item:first-of-type {
    border-radius: none;
}
.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.filter-block .accordion-item {
    background-color: initial;
    border-left: 0 !important;
    border-radius: 0 !important;
    border-right: 0 !important;
    border-top: 0;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.filter-block .accordion-button {
    background-color: initial !important;
}

.filter-block .btn-accordian-fltr {
    color: #212529 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    height: 45px;
    text-transform: uppercase;
}
.accordion-button {
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #212529;
    display: flex
;
    font-size: 1rem;
    overflow-anchor: none;
    padding: 1rem 1.25rem;
    position: relative;
    text-align: left;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    width: 100%;
}
.filter-block .btn-accordian-fltr .filter-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-info-popover {
    color: #1966af;
    margin: 0 3px 0 5px;
}
.filter-count {
    background: rgba(31, 177, 65, .08);
    border-radius: 5px;
    color: #1fb141;
    margin: 0 7px;
    padding: 1px 5px;
    text-align: center;
}
.filter-block .accordion-button:after {
    background-size: 1rem !important;
    height: 1rem !important;
    width: 1rem !important;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    flex-shrink: 0;
    height: 1.25rem;
    margin-left: auto;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    width: 1.25rem;
}
.collapse:not(.show) {
    display: none;
}

.css-rw840y {
    background: rgb(247, 247, 247);
}

.result-block {
    min-height: 73vh !important;
    width: 84%;
}
.css-xi606m {
    text-align: center;
}
.result-page-tabs {
    padding: 16px 20px 0;
}
.result-page-tabs .active-tab {
    -webkit-filter: contrast(1) !important;
    filter: contrast(1) !important;
    pointer-events: none;
}
.result-page-tabs .custom-tabs {
    border-radius: 8px !important;
    font-size: 14px;
    margin: 5px;
    padding: 6px 12px;
    vertical-align: inherit !important;
}
.css-8pju09 {
    background: rgb(37, 56, 88) !important;
    color: rgb(255, 255, 255) !important;
    border-color: rgb(37, 56, 88) !important;
    font-weight: 600 !important;
}
.result-page-tabs .custom-tabs {
    border-radius: 8px !important;
    font-size: 14px;
    margin: 5px;
    padding: 6px 12px;
    vertical-align: inherit !important;
}
.css-6d28x8 {
    background: rgb(255, 255, 255) !important;
    color: rgb(85, 85, 85) !important;
    border-color: rgb(187, 187, 187) !important;
    font-weight: normal !important;
}
.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000;
}
/* .btn {
    background-color: initial;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #212529;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
} */
 .btn-outline-dark{
    padding: .375rem .75rem;
 }
.result-info-actions {
    align-items: center;
    display: flex
;
    padding: 25px 25px 15px;
}
.result-info-actions .search-within {
    max-width: 340px !important;
}
.result-info-actions .input-group {
    align-items: stretch;
    display: flex;
    position: relative;
    width: 100%;
}
.result-info-actions .search-within input {
    border-radius: 10px 0 0 10px !important;
    border-right: 0;
    font-size: 13.5px !important;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
}

.result-info-actions .search-within .btn-srch-within {
    background-color: #ccc !important;
    border: 1px solid #ced4da;
    border-radius: 0 10px 10px 0;
    color: #7a7a7a !important;
    z-index: 3;
}
.result-info-actions .search-within button svg {
    height: 18px;
    position: relative;
    top: 0;
    width: 18px;
}
.result-info-actions .info-dropdowns {
    position: relative;
    width: 80%;
}
.result-info-actions .sort-by {
    float: right;
    margin-left: 10px;
}
.result-info-actions .sort-by .sb-dropdown {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
    padding: 7px 14px 8px;
}

.dropdown-toggle {
    white-space: nowrap;
}
.result-info-actions .sort-by .sb-dropdown svg {
    color: #1966af;
    margin-left: 2px;
    position: relative;
    right: 5px;
    top: -1px;
}
.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    color: #212529;
    display: none;
    font-size: 1rem;
    list-style: none;
    margin: 0;
    min-width: 10rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    z-index: 1000;
}
.result-info-actions .sort-by ul li {
    font-size: .9em;
}
.dropdown-item {
    background-color: initial;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: .25rem 1rem;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}
.result-info-actions .sort-by ul li .list-icon {
    color: #999;
    position: relative;
    right: 3px;
    top: -2px;
}
.result-info-actions .layout-toggle {
    float: right;
    margin-left: 10px;
}
.result-info-actions .layout-toggle .sb-dropdown {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
    padding: 7px 14px 8px;
}
.result-info-actions .layout-toggle .sb-dropdown svg {
    color: #1966af;
    margin-left: 6px;
    position: relative;
    right: 7px;
    top: -1px;
}
.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
}
.result-info-actions .layout-toggle .dropdown-menu {
    min-width: 7em;
}
.result-info-actions .layout-toggle ul li {
    font-size: .9em;
}

.result-info {
    padding: 16px 20px 14px;
}
.result-info .showing-count {
    color: #111222;
    display: inline-block;
    font-size: 14px;
    padding-left: 15px !important;
    width: auto !important;
}
.result-info .result-count {
    font-size: 15px;
    font-weight: 700;
}
.grid-view-block {
    grid-gap: 15px;
    display: grid
;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    padding: 0 25px 25px;
}
.grid-view-card {
    background-color: #fff;
    border: .5px solid #e5e5e5;
    border-radius: 8px;
    padding: 5px;
    position: relative;
}
.grid-view-card .media-container {
    margin: 0 auto;
    padding: 10px 10px 2px;
    text-align: center;
    width: 140px;
}
.grid-view-card .media-container .img-container {
    background: #f7f7f7;
    border: .5px solid #dedede;
    border-radius: 4px;
    min-height: 156px;
    overflow: hidden;
}
grid-view-card .media-container .img-container img {
    font-size: 12px;
    max-height: 155px;
    width: 100%;
}
.grid-view-card .detail-container {
    height: 175px;
    padding: 10px;
    width: 100%;
}
.grid-view-card .detail-container .ct-highlight {
    background-color: #e9e9e9;
    border-radius: 2px;
    color: #8186b3;
    font-size: 11px;
    margin-bottom: 2px;
    padding: 1px 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.rt-opac-ribbon, .rt-open-ribbon {
    font-size: .65em;
    margin-left: 5px;
    padding: .5px 10px;
    text-transform: uppercase;
}
.rt-open-ribbon {
    border: 1px solid #f88234;
    border-radius: 2px;
    color: #f88234;
}
.grid-view-card .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #1f1f1f;
    cursor: pointer !important;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin: 4px auto;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
}
.grid-view-card .author, .grid-view-card .detail-container .fields {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 13px !important;
    line-height: 18px;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grid-view-card .author {
    color: #ac5000;
}
.grid-view-card .detail-container .fields {
    color: #555;
}

.grid-view-card .actions {
    align-items: center;
    display: flex
;
    justify-content: center;
    padding: 5px 10px 10px;
}

.grid-view-card .actions .btn {
    font-size: 14px !important;
    padding: 4px 18px !important;
    text-decoration: none;
}
.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
}

.circle-icon-detail {
    background: #fff;
    border: 1px solid #b5b5b5 !important;
    border-radius: 50%;
    color: gray !important;
    height: 30px;
    line-height: 30px;
    padding: 1px 7px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
.circle-icon {
    background: #fff;
    border: 1px solid #b5b5b5 !important;
    border-radius: 50%;
    color: #a0a0a0 !important;
    height: 30px;
    line-height: 30px;
    padding: 1px 7px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
.share-circle-icon {
    background: #fff;
    border: 1px solid #b5b5b5 !important;
    border-radius: 50%;
    color: #1966af !important;
    height: 30px;
    line-height: 30px;
    padding: 1px 7px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
.mb-3 {
    margin-bottom: 1rem !important;
}

.mt-1 {
    margin-top: .25rem !important;
}
.justify-content-center {
    justify-content: center !important;
}
.d-flex {
    display: flex !important
;
}
.pagination {
    display: flex
;
    list-style: none;
    padding-left: 0;
}
.page-item.disabled {
    cursor: not-allowed;
}

.css-1hyfx7x {
    display: none;
}
.page-item:first-child .page-link {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
}
.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    pointer-events: none;
}
.disabled>.page-link, .page-link.disabled {
    cursor: not-allowed;
    opacity: .65;
}
.pagin-icons a, .pagin-icons span {
    border-radius: 8px !important;
    padding: 8px !important;
}
.page-link {
    padding: .375rem .75rem;
}
.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #0d6efd;
    display: block;
    position: relative;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.page-link, .page-link span {
    align-items: center;
    justify-content: center;
}
.page-link {
    display: flex !important
;
    font-size: 14px !important;
    height: 38px;
    min-width: 38px;
    overflow: hidden !important;
    padding: 0 !important;
}

.page-item.disabled {
    cursor: not-allowed;
}

.css-1hyfx7x {
    display: none;
}
.pagin-icon-left {
    margin-left: 5px;
}
.page-item:nth-child(3) .page-link {
    border-bottom-left-radius: 8px;
    border-bottom-left-radius: var(--mod-pagination-border-radius);
    border-top-left-radius: 8px;
    border-top-left-radius: var(--mod-pagination-border-radius);
    margin-left: 5px !important;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.subscribed-unlock img {
    height: .8125em;
    width: .8125em;
}
.grid-view-card:hover {
    -ms-box-shadow: 0 0 15px 0 rgba(23, 84, 116, .4);
    -o-box-shadow: 0 0 15px 0 rgba(23, 84, 116, .4);
    box-shadow: 0 0 15px 0 rgba(23, 84, 116, .4);
}
.grid-view-card:hover .img-container img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}
.p-4 {
    padding: 1.5rem !important;
}

.card {
    word-wrap: break-word;
    background-clip: initial;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    display: flex
;
    flex-direction: column;
    min-width: 0;
    position: relative;
}
.vd-card-margin {
    margin-left: 4.5%;
    margin-right: 4.5%;
}
.text-center {
    text-align: center !important;
}
.vd-media-conatiner .media-container {
    max-width: 200px;
    padding: 12px;
    text-align: center;
}
.vd-media-conatiner .media-container .img-container {
    background: #f7f7f7;
    border: .5px solid #dedede;
    border-radius: 4px;
    overflow: hidden;
}
.vd-media-conatiner .media-container .img-container img {
    max-height: 220px;
    width: 100%;
}
@media (min-width: 768px) {
    .mt-md-2 {
        margin-top: .5rem !important;
    }
}
.card-title {
    margin-bottom: .5rem;
}
hr {
    background-color: currentColor;
    border: 0;
    color: inherit;
    margin: 1rem 0;
    opacity: .25;
}
.mt-2 {
    margin-top: .5rem !important;
}
.vd-FontSize, .vd-TitleSize {
    font-size: 13px;
}

.vd-TitleSize {
    color: #777;
    font-weight: 700;
}
.gap-2 {
    gap: .5rem !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}
.vd-cta {
    button {
        font-size: 13.5px !important;
        padding: 4px 20px;
    }
}
.vd-addFvrBtn {
    align-items: center;
    background-color: #fff;
    border: .5px solid #ccc;
    border-radius: 3px;
    color: #555;
    display: flex
;
    font-size: 13px;
    gap: 6px;
    justify-content: center;
    padding: 5px 20px;
}
.var-padding {
    padding: 3% 4.5%;
}

.lrPadding10 {
    padding: 0 10px;
}
.css-1waw5ya {
    color: rgb(34, 34, 34);
    text-align: left;
    font-size: 24px;
    font-weight: 900;
}

.grp-widget-title {
    font-size: 1.7em;
}
.css-igeob2 {
    color: rgb(85, 85, 85);
    text-align: left;
    font-size: 15px;
    font-weight: 400;
}

.grp-widget-desc {
    font-size: 1.15em;
}
.css-ub6zsr {
    background-color: rgb(255, 255, 255);
    border: 0.5px solid rgb(204, 204, 204);
    border-radius: 8px;
}
@media (min-width: 1200px) {
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
}
.advFieldsWrapper {
    margin: 25px 0 0;
}
.pt-4 {
    padding-top: 1.5rem !important;
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.mt-1 {
    margin-top: .25rem !important;
}
.asw-heading {
    color: #161616;
    font-size: 14px;
    font-weight: 600;
    margin: 0 10px 10px;
}
.asw-content-wrapper, .asw-tab-content-wrapper {
    padding: 10px;
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
}

.float-right {
    float: right;
}
@media (min-width: 768px) {
    .order-md-1 {
        order: 1 !important;
    }
}

@media (min-width: 576px) {
    .pe-sm-0 {
        padding-right: 0 !important;
    }
}
.mb-2 {
    margin-bottom: .5rem !important;
}
.order-1 {
    order: 1 !important;
}
.form-floating {
    position: relative;
}
.form-floating>.form-select {
    padding-bottom: .625rem;
    padding-top: 1.625rem;
}
.form-floating>.form-control, .form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-select {
    -moz-padding-start: calc(.75rem - 3px);
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 2.25rem .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}
.form-control-select-modified {
    border-radius: 10px !important;
    cursor: pointer;
    padding-top: 1.75rem !important;
}
select {
    word-wrap: normal;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating>label {
    border: 1px solid transparent;
    height: 100%;
    left: 0;
    padding: 1rem .75rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}
.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 0.625rem;
}

.form-floating>.form-control {
    padding: 1rem .75rem;
}
.form-floating>.form-control, .form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
@media (min-width: 768px) {
    .order-md-3 {
        order: 3 !important;
    }
}

.mb-2 {
    margin-bottom: .5rem !important;
}
.order-2 {
    order: 2 !important;
}
@media (min-width: 1200px) {
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}
@media (min-width: 1200px) {
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
.mt-1 {
    margin-top: .25rem !important;
}

.css-1cx5tnx {
    background-color: rgb(247, 247, 247);
    border: 0.5px solid rgb(204, 204, 204);
    border-radius: 8px;
}

.advSearchTips {
    margin: 25px 0;
    padding: 15px;
}
.advSearchTips p {
    font-size: 16px;
    font-weight: 900;
    margin: 5px;
}
.advSearchTipsInfo {
    color: #1966af;
    margin-right: 5px;
    margin-top: -2px;
}
.advSearchTips ul {
    list-style: none;
    padding: 5px 10px 0 20px;
}
.advSearchTips ul li {
    font-size: 13.5px;
    font-weight: 600;
    line-height: 18px;
    list-style-type: disc;
    padding: 8px 0;
}

.css-1tyndxa {
    -webkit-box-pack: center;
    justify-content: center;
}

.auth-container {
    display: flex
;
    min-height: 100vh;
    padding: 2% 8% !important;
}
.auth-module-card {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    display: flex
;
    flex-direction: column;
    margin: auto 0;
    margin-top: 115px;
    padding: 32px 36px;
    width: 430px;
}
.auth-module-card .auth-org-info {
    height: 76px;
    margin: 0 auto;
    text-align: center;
}
.auth-module-card .auth-org-img {
    height: 76px;
    margin: 0 auto;
    width: auto;
}
.auth-module-card .module-heading {
    color: #49566e;
    font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
    text-align: center;
}
.auth-module-card .module-sub-heading {
    color: #6c757d;
    font-size: 14px;
    padding-bottom: 60px;
    text-align: center;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.auth-module-card .block-ht {
    min-height: 164px;
}
.pwd-w-90 {
    width: 88%;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
}
.input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #212529;
    display: flex
;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap;
}
.password-eye-icon-wrapper {
    border-radius: 0 10px 10px 0 !important;
    cursor: pointer;
}
.pwd-w-10 {
    padding: 0 !important;
    width: 12%;
}
.eye-icon {
    margin: 0 auto;
}
.forgot-password-block {
    font-size: 13.5px;
    padding: 8px 4px 10px;
}
.remove-underline {
    cursor: pointer;
    text-decoration: none;
}
.auth-cta {
    margin-top: 10px;
}
.optional-auth-cta {
    display: flex
;
    flex-direction: row;
    justify-content: center;
    padding: 0px 0 12px;
}
.optional-auth-cta .label-text {
    font-size: 14px;
    margin-right: 10px;
}
.optional-auth-cta .sign-up-cta {
    font-size: 14px;
}
.fluids{
    padding: 3% 4.5%;
}
@media(min-width:1199px){
    .newcontainer{
        padding: 0 180px !important;
    }
}

.nav-bg-class{
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 500px) {
    .info-block {
        flex-direction: column;
    }
    .info-block .info-details{
        width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .info-block .info-img {
        text-align: center;
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .search-result-page {
        flex-direction: column;
    }
    .filter-block {
        padding-right: 0;
        width: 100%;
    }
    .atoz-list{
        justify-content: start;
    }
}

@media (min-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}

.mb-2 {
    margin-bottom: .5rem !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}
.w-100 {
    width: 100% !important;
}

.position-relative {
    position: relative !important;
}
.css-1ivaahs {
    height: 45px;
    border: 0.5px solid rgb(202, 221, 251);
    border-radius: 12px;
    margin-top: 10px;
}
.css-qdyua7 {
    width: 160px;
    background: rgb(202, 221, 251);
}
.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}
.css-151upcr {
    border: none;
    outline: none;
    background: rgb(202, 221, 251);
    color: rgb(66, 82, 108);
    font-size: 15px;
}
.css-nrxrcl {
    background: rgb(202, 221, 251);
}
.css-dg0s0b {
    background: rgb(246, 246, 246);
    color: rgb(34, 34, 34);
    border: none;
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.css-1t6i21f {
    background: rgb(202, 221, 251);
    opacity: 0.25;
}

.vr {
    align-self: stretch;
    background-color: currentColor;
    display: inline-block;
    min-height: 1em;
    opacity: .25;
    width: 1px;
}
.css-xiaila {
    background: rgb(202, 221, 251);
    width: 65px;
    border-radius: 0px 10px 10px 0;
    border: none;
}
.css-1m4dopu {
    color: rgb(66, 82, 108);
}
.css-1p522h1 {
    left: 17%;
    width: 75%;
}
.d-block {
    display: block !important;
}

.css-h59v2p {
    border-radius: 50px;
    color: rgb(66, 82, 108);
    background: rgb(202, 221, 251);
}
.p-2 {
    padding: .5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.header-icon {
    margin-left: 0 !important;
    top: 0;
}

.header-icon-round {
    border: .5px solid #ddd;
    display: inline-block;
    height: 50px;
    margin-left: 15px;
    position: relative;
    top: -21px;
    width: 50px;
    z-index: 1040;
}
@media(max-width: 767px){
    .css-1ivaahs {
        height: 45px;
        border: none;
        border-radius: 0;
        margin-top: 10px;
        position: relative;
        top: 60px;
        width: 220px;
        right: -120px;
        z-index: 1000;
        padding: 0;
    }
    .css-qdyua7 {
        width: 140px;
        background: rgb(202, 221, 251);
    }
}