/*Global css*/
/***fonts***/
@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Semibold';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/../fonts/OpenSans-Semibold.woff2') format('woff2'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Extrabold';
    src: url('../fonts/OpenSans-Extrabold.eot');
    src: url('../fonts/OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Extrabold.woff2') format('woff2'), url('../fonts/OpenSans-Extrabold.woff') format('woff'), url('../fonts/OpenSans-Extrabold.ttf') format('truetype'), url('../fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans light';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff2') format('woff2'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto Regular.eot');
    src: url('../fonts/Roboto Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto Regular.woff2') format('woff2'), url('../fonts/Roboto Regular.woff') format('woff'), url('../fonts/Roboto Regular.ttf') format('truetype'), url('../fonts/Roboto Regular.svg#Roboto Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}
/***fonts***/
* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    min-width: 320px;
    background-color: #fff;
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans';
}

a, button {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        outline: 0;
    }

a, img {
    border: none;
    outline: none;
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

ul, ol {
    list-style: none;
    margin: 0;
}

    ul li, ol li {
        list-style: none;
    }

.btn-custom {
    background-color: #cb3340;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    min-width: 154px;
    line-height: 38px;
    margin: 0;
    padding: 0 25px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

    .btn-custom:hover, .btn-custom:focus {
        background: #500001;
        color: #fff;
    }

.dis-inline {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.dis-block {
    display: block;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1280px;
    position: relative;
}

/***css***/
header {
    padding: 11px 0 5px;
    position: fixed;
    top: 0;
    background-color: #fff;
    left: 0;
    right: 0;
    z-index: 99;
}

.logo {
    padding-right: 40px;
}

.navbar-menu .navbar-light .navbar-nav .nav-link {
    font-family: 'Open Sans light';
    font-size: 14px;
    color: #333333;
    padding: 10px 0 10px 19px;
}

.search-bar {
    width: 480px;
    position: relative;
    margin: 5px 0 6px;
}

    .search-bar .form-control {
        background-color: transparent;
        border: 1px solid #d5d6d7;
        box-shadow: none;
        height: 48px;
        color: rgba(51,51,51,0.44);
        padding-right: 60px;
    }

        .search-bar .form-control::-webkit-input-placeholder {
            color: rgba(51,51,51,0.44);
        }

        .search-bar .form-control::-moz-placeholder {
            color: rgba(51,51,51,0.44);
        }

        .search-bar .form-control:-ms-input-placeholder {
            color: rgba(51,51,51,0.44);
        }

.search-icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ed1c24;
    width: 53px;
    height: 100%;
    text-align: center;
    line-height: 48px;
    border-radius: 0px 6px 6px 0px;
}

    .search-icon:hover {
        background-color: #500001;
    }

.navbar-menu {
    float: right;
}

    .navbar-menu .navbar-light .navbar-nav .nav-link {
        font-family: 'Open Sans light';
        font-size: 14px;
        color: #333333;
        padding: 10px 0 10px 19px;
    }

    .navbar-menu .navbar-light .navbar-nav .nav-item:first-child a {
        padding-left: 0;
    }

    .navbar-menu .navbar-light .navbar-nav .nav-link:hover {
        color: #ed1c24;
    }

.banner-content {
    background: url(../images/banner-bgimg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    height: inherit;
    padding-bottom: 40px;
    width: 100%;
    /*margin-top: 75px;*/
    position: relative;
}

.banner-text {
    padding-top: 7px;
}

    .banner-text span {
        font-family: 'Open Sans light';
        font-size: 32px;
        color: #fff;
    }

    .banner-text h1 {
        font-family: 'Open Sans Extrabold';
        font-size: 42px;
        color: #fff;
        text-transform: uppercase;
        margin-top: -10px;
    }

.banner-blog {
    margin: 40px 0 0;
}

    .banner-blog li {
        margin-right: 8%;
        width: 12%;
        position: relative;
        vertical-align: top;
    }

.top-arrow {
    background: url(../images/top-arrow.png) no-repeat;
    background-size: 100%;
    height: 38px;
    width: 152px;
    position: absolute;
    top: -10px;
    right: -100%;
    z-index: -1;
}

.down-arrow {
    background: url(../images/bottom-arrow.png) no-repeat;
    background-size: 100%;
    height: 30px;
    width: 119px;
    position: absolute;
    top: 45px;
    right: -92%;
    z-index: -1;
}

.top-arrow1 {
    background-size: 90%;
    top: 12px;
    right: -144px;
    width: 100px;
    height: 25px;
}

.down-arrow1 {
    background: url(../images/bottom-arrow1.png) no-repeat;
    background-size: 100%;
    height: 31px;
    width: 126px;
    position: absolute;
    top: 75px;
    right: -98%;
    z-index: -1;
}

.banner-blog li:last-child {
    margin-right: 0;
}

.banner-blog figure {
    background-color: #500001;
    border-radius: 50%;
    height: 126px;
    width: 126px;
    line-height: 126px;
    margin: auto;
    position: relative;
}

.banner-blog h2 {
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans Semibold';
    margin: 30px 0 0;
}

.banner-slider .owl-prev {
    background: url(../images/slide-left-arrow.png) no-repeat;
    font-size: 0;
    height: 65px;
    width: 40px;
    top: 65px;
    position: absolute;
    left: 0px;
}

.banner-slider .owl-next {
    background: url(../images/slide-right-arrow.png) no-repeat;
    font-size: 0;
    height: 65px;
    width: 40px;
    top: 65px;
    position: absolute;
    right: 0px;
}

.side-icon figure {
    background-color: #ed1c24;
    border-radius: 50%;
    height: 66px;
    width: 66px;
    line-height: 66px;
    margin: 0;
}

.side-icon1 {
    position: absolute;
    top: 72px;
    left: -42px;
}

.side-icon2 {
    position: absolute;
    right: -52px;
    top: 0;
}

.middle-part {
    background-color: #eaeded;
    padding: 18px 0;
}

.home-middle-content .row {
    margin: 0 -7px;
}

.home-middle-content .left-part {
    padding: 0 7px;
}

.home-middle-content .right-part {
    padding: 0 7px;
}

.content-title {
    position: relative;
    border-bottom: 1px solid #ececec;
    padding: 0 15px 22px;
    margin-bottom: 8px;
}

    .content-title h2 {
        font-family: 'Open Sans Bold';
        font-size: 28px;
        color: #3f3f3f;
        text-transform: uppercase;
        margin-bottom: 0;
    }

        .content-title h2 span {
            font-family: 'Open Sans light';
        }

.search-category {
    background-color: #fff;
    padding: 20px 0;
}

    .search-category .content-title {
        padding: 0 12px 14px;
        margin-bottom: 8px;
    }

        .search-category .content-title h2 {
            font-family: 'Open Sans Bold';
            font-size: 18px;
            color: #3f3f3f;
            text-transform: uppercase;
            margin-bottom: 0;
        }

            .search-category .content-title h2 span {
                font-family: 'Open Sans light';
            }

    .search-category ul {
        padding: 9px 12px;
    }

        .search-category ul li {
            margin-bottom: 18px;
        }

            .search-category ul li .fa {
                font-weight: normal;
                font-size: 9px;
                color: #757575;
                padding-right: 10px;
                vertical-align: middle;
                margin: -2px 0 0;
            }

            .search-category ul li:last-child {
                margin-bottom: 7px;
            }

            .search-category ul li a {
                font-size: 16px;
                color: #303030;
            }

            .search-category ul li:hover a {
                color: #cb3340;
            }

            .search-category ul li:hover .fa {
                color: #cb3340;
            }

            .search-category ul li.active a {
                color: #cb3340;
            }

            .search-category ul li.active .fa {
                color: #cb3340;
            }

.top-category {
    background-color: #fff;
    padding: 27px 0px;
    margin-bottom: 15px;
}

    .top-category:last-child {
        margin-bottom: 0;
    }

.view-more {
    position: absolute;
    top: 7px;
    right: 15px;
    color: #cb3340;
}

    .view-more:hover {
        color: #500001;
    }

.categoty-content {
    padding: 1px 37px;
    text-align: center;
    background-color: #00000014;
}

.category-blog figure {
    border: 1px solid #ececec;
    border-radius: 50%;
    height: 153px;
    width: 153px;
    overflow: hidden;
    margin: auto;
}

.category-text {
    margin: 15px 0 0;
    font-size: 16px;
    color: #303030;
    font-family: 'Open Sans Semibold';
}

.category-blog a:hover .category-text {
    color: #cb3340;
}

.top-category .owl-prev {
    background: url(../images/arrow-left.png) no-repeat;
    font-size: 0;
    height: 19px;
    width: 11px;
    top: -25px;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: -22px;
}

.top-category .owl-next {
    background: url(../images/arrow-right.png) no-repeat;
    font-size: 0;
    height: 19px;
    width: 11px;
    top: -25px;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: -22px;
}
/*Add Change home Top Categories next and prev button*/
.category-home > .owl-nav > .owl-next {
    top: -65px !important;
}

.category-home > .owl-nav > .owl-prev {
    top: -65px !important;
}
/*End Change home Top Categories next and prev button*/
.products-blog {
    padding: 0 2px;
}

    .products-blog figure {
        border: 1px solid #ececec;
        padding: 7px;
    }

.products-text {
    margin: 15px 0 0;
    font-size: 16px;
    color: #303030;
    font-family: 'Open Sans Semibold';
}

.products-blog a:hover .products-text {
    color: #cb3340;
}

.products-text span {
    font-family: 'Open Sans';
}

.stores-blog figure {
    border: none;
    padding: 0;
}

.footer-top {
    padding: 40px 0 30px;
}

.footer-blog {
    vertical-align: top;
}

    .footer-blog h2 {
        font-size: 16px;
        color: #303030;
        font-family: 'Open Sans Semibold';
        margin-bottom: 12px;
    }

    .footer-blog p {
        color: #8c8c8c;
        line-height: 27px;
        border-bottom: 1px solid #ececec;
        padding-bottom: 32px;
        width: 80%;
    }

.mobile-app {
    margin-top: 17px;
}

    .mobile-app strong {
        font-family: 'Open Sans Semibold';
        font-size: 16px;
        color: #303030;
    }

.app-img {
    margin: 23px 0 0;
}

    .app-img a {
        margin-right: 10px;
    }

.footer-blog ul {
    margin: 15px 0 0;
}

.footer-blog li {
    margin-bottom: 5px;
}

    .footer-blog li a {
        color: #8c8c8c;
    }

        .footer-blog li a:hover {
            color: #cb3340;
        }

.footer-leftblog {
    width: 38%;
}

.footer-middleblog {
    width: 21%;
}

.footer-rightblog {
    float: right;
    width: 40%;
}

.footer-form {
    margin: 20px 0 0;
}

    .footer-form .row {
        margin: 0 -6px;
    }

    .footer-form .col-width {
        padding: 0 6px;
    }

    .footer-form .form-group {
        margin-bottom: 8px;
    }

    .footer-form .form-control {
        background-color: transparent;
        border: 1px solid #bbb8b8;
        height: 37px;
        font-size: 14px;
        color: rgba(140,140,140,0.77);
        box-shadow: none;
    }

        .footer-form .form-control::-webkit-input-placeholder {
            color: rgba(140,140,140,0.77);
        }

        .footer-form .form-control::-moz-placeholder {
            color: rgba(140,140,140,0.77);
        }

        .footer-form .form-control:-ms-input-placeholder {
            color: rgba(140,140,140,0.77);
        }

    .footer-form textarea.form-control {
        resize: none;
        height: 217px;
    }

    .footer-form figure {
        margin: 2px 0 0;
    }

.captcha-input {
    vertical-align: middle;
    margin-left: 10px;
    width: 124px;
}

.footer-bottom {
    padding: 12px 0 10px;
    border-top: 1px solid #d5d6d7;
}

.social-icon a {
    padding: 0 20px 0 0;
}

    .social-icon a:last-child {
        padding-right: 0;
    }

.social-icon .fa {
    color: #303030;
    font-size: 16px;
}

.social-icon .fa-facebook:hover {
    color: #3c5b9b;
}

.social-icon .fa-twitter:hover {
    color: #2daae2;
}

.social-icon .fa-linkedin:hover {
    color: #0173b2;
}

.social-icon .fa-instagram:hover {
    color: #8d4103;
}

.copyright {
    text-align: center;
    color: #8c8c8c;
}

.right-menu {
    text-align: right;
}

    .right-menu li {
        position: relative;
        margin-left: 25px;
    }

        .right-menu li:first-child {
            margin-left: 0;
        }

        .right-menu li:after {
            background-color: #8c8c8c;
            position: absolute;
            content: '';
            right: -15px;
            height: 14px;
            width: 2px;
            top: 4px;
        }

        .right-menu li:last-child:after {
            background: none;
        }

        .right-menu li a {
            color: #8c8c8c;
        }

            .right-menu li a:hover {
                color: #cb3340;
            }

.zoomin {
    overflow: hidden;
}

    .zoomin img {
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        transition: all 2s ease;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }

    .zoomin:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

/***listing***/
.for-mobile {
    display: none;
}

.inner-middle-content {
    margin-top: 75px;
}

.inner-left-part .content-title {
    border-bottom: none;
    padding-bottom: 0;
}

.left-part-list .border-bottom {
    border-bottom: 1px solid #ececec;
    padding-bottom: 25px;
}

.price-measure {
    background-color: #f6f6f6;
    margin: 12px 12px 15px;
    height: 30px;
    position: relative;
}

    .price-measure figure {
        position: absolute;
        bottom: -4px;
        margin: 0;
        left: -8px;
        right: -8px;
    }

    .price-measure img {
        width: 100%;
    }

.search-category .price-list ul {
    display: flex;
    border-bottom: 1px solid #ececec;
    margin: 0 12px 15px;
    padding: 9px 0 20px;
}

.search-category .price-list li {
    margin-right: 18px;
    flex: 0 0 41%;
    margin-bottom: 0;
}

    .search-category .price-list li:last-child {
        margin-right: 0;
        margin-left: 18px;
        margin-bottom: 0;
    }

    .search-category .price-list li.mid-text {
        flex: 0;
        margin: 0;
        justify-items: center;
        height: auto;
        display: flex;
        align-items: center;
    }

.price-list li select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/caret-down.png) no-repeat 93% center;
    padding: 0 20px 0 2px;
    font-size: 14px;
    color: #595959;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #ececec;
}

select.form-control:not([size]):not([multiple]) {
    height: 25px;
}

.mail-chk label {
    font-size: 15px;
    color: #303030;
}

.mail-chk input[type="checkbox"] {
    display: none;
}

    .mail-chk input[type="checkbox"] + label {
        background: url(../images/uncheck-box.png) no-repeat scroll left top;
        display: inline-block;
        height: 20px;
        margin: 0px;
        padding: 0 0 0 30px;
        vertical-align: middle;
    }

    .mail-chk input[type="checkbox"]:checked + label {
        background-image: url(../images/check-box.png);
    }

.rating-list .fa.fa-star {
    color: #ed8918;
    padding-right: 0;
}

.search-category .rating-list li {
    margin-bottom: 10px;
}

.breadcrumbs {
    padding: 0 15px 15px;
}

    .breadcrumbs li {
        color: #6e6e6e;
        font-size: 13px;
        margin-right: 2px;
    }

        .breadcrumbs li:last-child {
            margin-right: 0;
            margin-left: 2px;
        }

        .breadcrumbs li a {
            color: #6e6e6e;
            font-size: 13px;
        }

            .breadcrumbs li a:hover {
                color: #cb3340;
            }

        .breadcrumbs li.active {
            color: #cb3340;
        }

.category-list {
    padding: 10px 0 0;
    background-color: #fff;
}

    .category-list .content-title {
        padding: 0 15px 12px;
    }

        .category-list .content-title h2 {
            font-family: 'Open Sans';
            font-size: 24px;
            color: #3f3f3f;
            text-transform: none;
        }

        .category-list .content-title span {
            font-size: 13px;
            color: #6e6e6e;
            padding: 4px 0 0 4px;
        }

.sort-by-content {
    float: right;
}

.sortby-text {
    margin-right: 10px;
}

    .sortby-text select.form-control {
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url(../images/caret-down.png) no-repeat 90% center;
        font-size: 13px;
        color: #6e6e6e;
        padding: 0;
        width: 80px;
        box-shadow: none;
    }

.list-view a {
    margin-left: 8px;
    filter: contrast(0);
}

    .list-view a.active {
        filter: inherit;
    }

.categotylist-content {
    padding: 12px 36px 47px;
    text-align: center;
}

    .categotylist-content ul {
        display: flex;
        flex-wrap: wrap;
    }

    .categotylist-content li {
        flex: 0 0 23%;
        width: 23%;
        margin-right: 23px;
        margin-bottom: 33px;
    }

        .categotylist-content li:nth-child(4n+4) {
            margin-right: 0;
        }

        .categotylist-content li figure {
            border: 1px solid #ececec;
            padding: 8px;
            margin: 0 0 17px;
        }

        .categotylist-content li h3 {
            font-size: 15px;
            color: #303030;
            margin-bottom: 0;
        }

        .categotylist-content li:hover h3 {
            color: #cb3340;
        }

.loadmore-btn {
    margin: 14px 0 0;
}
/***listing***/

/***listing-detail***/
.listdetail-content {
    padding: 0 15px 40px;
}

.listdetail-image {
    position: relative;
    display: inline-block;
}

    .listdetail-image .detail-thumnail-img {
        position: absolute;
        top: 0;
    }

.detail-thumnail-img li {
    border: 1px solid #e7e7e7;
    margin-bottom: 7px;
}

    .detail-thumnail-img li:last-child {
        margin-bottom: 0;
    }

.listdetail-image .detail-big-img {
    padding-left: 115px;
    display: inline-block;
}

.detail-big-img a {
    display: block;
    border: 2px solid #e7e7e7;
    padding: 4px;
}

    .detail-big-img a figure {
        margin: 0;
    }

.listdetail-text {
    display: inline-block;
    float: right;
    width: 52%;
    vertical-align: top;
    padding: 0 17px;
    margin: -5px 0 0;
}

    .listdetail-text h1 {
        font-size: 30px;
        color: #3f3f3f;
    }

.detail-price {
    font-family: 'Open Sans Bold';
    font-size: 24px;
    color: #3f3f3f;
}

    .detail-price span {
        color: #d63d33;
    }

.detail-text {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 12px 0 5px;
    margin: 20px 0 20px;
}

    .detail-text p {
        font-size: 13px;
        color: #6e6e6e;
    }

.productlist {
    border-bottom: 1px solid #c0c0c0;
    margin: 0 0 20px;
}

    .productlist li {
        font-size: 13px;
        font-family: 'RobotoRegular';
        color: #6e6e6e;
        margin-bottom: 12px;
    }

        .productlist li label {
            width: 24%;
        }

.available-btn {
    border-radius: 0;
    min-width: 175px;
    height: 45px;
    line-height: 45px;
    margin: 0 9px 0 0;
    font-size: 15px;
    letter-spacing: 0.9px;
}

.share-product a {
    margin-right: 3px;
}

.share-product span {
    font-size: 12px;
}

    .share-product span a {
        color: #4267b2;
        margin: 0;
    }

        .share-product span a:hover {
            text-decoration: underline;
        }

.related-product {
    margin: 20px 0 0;
}

    .related-product .top-category {
        padding: 23px 0 18px;
    }
/***listing-detail***/

/***Written Artists details***/
.wt-blog__post__author__photo {
    border-radius: 50%;
    overflow: hidden;
    display: block;
    float: left;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #ed7448;
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

.wt-blog__post__author {
    display: table;
    margin: 2%;
}

.wt-blog__post__author__details {
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .wt-blog__post__author__details a, .wt-blog__post__author__details h2, .wt-blog__post__author__details p {
        font-size: 15px;
        line-height: 16px;
        font-weight: 300;
        letter-spacing: .02em;
        color: #920004;
        margin: 0;
        padding: 0;
    }

.cus_details {
    font-size: 12px !important;
    margin-top: 9px !important;
}

.btn-expand-creatordetails {
    margin-left: 200px;
    margin-bottom: 10px;
}

@media (min-width:750px) and (max-width:1024px) {
    .btn-expand-creatordetails {
        margin-left: 150px;
    }
}

@media (min-width:360px) and (max-width:600px) {
    .btn-expand-creatordetails {
        margin-left: 250px;
    }
}
/***Written Artists details***/

.category-img {
    background-color: #c0c0c0;
    border-radius: 50%;
}

    .category-img:hover {
        background-color: #f00;
    }
/*Add 18-jun-2019*/

.marginauto {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-menu .navbar-light .navbar-nav li a.active {
    background-color: #3e3e3e;
    color: #fff;
}

/*End 18-jun-2019*/

/*change 19-06-2019*/
.btn-back-custom {
    float: right;
    right: 17px; /*position: absolute; right: 30px;*/
}

.productlist li a:hover {
    color: #cb3340;
}

#map_canvas {
    width: 96%;
    height: 85%;
}


.sliderstartstore {
    border: 3px solid #ed1c24 !important;
    border-radius: 6px;
    padding: 7px !important;
    height: 160px;
    color: #3f3f3f;
    width: 95% !important;
}

.brand_list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

    .brand_list li {
        display: inline-block;
        margin: 5px 3px 0 0;
        padding: 0;
        font-size: 14px;
        text-align: center;
        border: 1px solid #ccc;
        background-color: #fff;
        text-transform: uppercase;
        min-width: 25px;
        width: 24%;
        vertical-align: top;
        float: left;
    }


        .brand_list li a {
            text-decoration: none;
            color: #3e3e3e;
            outline: 0 none;
            padding: 5px 8px;
            display: block;
            -moz-transition: all .5s ease 0s;
            -ms-transition: all .5s ease 0s;
            -o-transition: all .5s ease 0s;
            -webkit-transition: all .5s ease 0s;
            transition: all .5s ease 0s;
        }

.logocomichub {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width:350px) and (max-width:500px) {
    .brand_list li {
        width: 100%;
    }
}
