﻿@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900|Roboto+Condensed:300,300i,400,400i,700,700i);
#photos {
    /* Prevent vertical gaps */
    line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap: 0px;
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    column-count: 5;
    column-gap: 0px;
}

    #photos img {
        /* Just in case there are inline attributes */
        width: 100% !important;
        height: auto !important;
    }

@media (max-width: 1200px) {
    #photos {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 1000px) {
    #photos {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 800px) {
    #photos {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}






@media (max-width: 400px) {
    #photos {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

body {
    margin: 0;
    padding: 0;
}
a, body, p {
    color: #888
}

    a:hover, h1, h2, h3, h4, h5, h6 {
        color: #333
    }

.btn, body, p {
    font-size: 13px
}

.category-item img, .product-header img, a, a:hover {
    transition-duration: .4s
}

body {
    background-color: #eaeded;
    font-family: 'Maven Pro',sans-serif;
    line-height: 25px
}

p {
    line-height: 22px
}

img {
    /*    height: auto;*/
    margin-left: -5px;
    max-width: 116%;
    transform-style: preserve-3d;
    object-fit: cover
}

ol, ul {
    list-style: none
}

ul {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none !important
}

    a, a:hover {
        text-decoration: none
    }

        a:focus {
            outline: 0;
            outline-offset: 0
        }

.border-none {
    border: none !important
}

.section-padding {
    padding: 20px 0
}

.margin-auto {
    margin: auto
}

.dataTables_wrapper.container-fluid.dt-bootstrap4.no-footer {
    margin-top: 15px;
    padding: 0
}

.help-block li {
    color: red
}

.bg-success {
    /*background: #51aa1b !important*/
    background: #1ebea5 !important;
}

.bg-dark {
    background: #324763 !important
}

.btn-secondary {
    background: #1ebea5 !important
}

.text-secondary {
    color: #e96125 !important
}

.badge {
    border-radius: 2px;
    font-weight: 400
}

.btn {
    border: none;
    border-radius: 2px !important
}

.heading-design-h5 {
    font-size: 18px;
    margin-bottom: 14px
}

    .heading-design-h5 a {
        font-size: 15px;
        line-height: 22px
    }

.border-top {
    border-top: 1px solid #eee !important
}

.border-bottom {
    border-bottom: 1px solid #eee !important
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f9f9f9 !important;
    color: #1c2224 !important;
    text-decoration: none
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 2px;
    width: 100%
}

.select2-container .select2-selection--single {
    height: 35px;
    border-radius:5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 21px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: .375rem .75rem
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 8px;
    top: 5px
}

.checkout-step-two .select2-container {
    width: 100% !important
}

.checkout-step-three .select2-container {
    width: 100% !important
}
.accordion .card:first-of-type, .accordion .card:not(:first-of-type):not(:last-of-type) {
    border: 1px solid #eee
}

.select2-dropdown {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 4px 4px #dcdcdc !important
}

.footer-social a, .owl-theme .owl-controls .owl-buttons div {
    transform: scale(1);
    transition-duration: .4s
}

    .footer-social a:hover, .owl-theme .owl-controls .owl-buttons div:hover {
        transform: scale(1.09)
    }

.input-group-text {
    border-radius: 2px
}

.card-header {
    background-color: #fbfbfb;
    border-bottom: 1px solid #eee
}

.card {
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word
}

.list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.list-group-item:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.list-group-item {
    border: 1px solid #eee
}

.navbar-nav li.dropdown:hover .dropdown-menu {
    display: block
}

.osahan-menu {
    padding: 0
}

    .osahan-menu .navbar-brand {
        padding: 15px 18px
    }

        .osahan-menu .navbar-brand:hover {
            background: #324763
        }

.main-nav-right .btn {
    border-radius: 0 !important;
    border-right: 1px solid #384042;
    color: #fff;
    margin: 0 0 0 -4px;
    padding: 24px
}

    .main-nav-right .btn:hover {
        background-color: #384042 !important
    }

.main-nav-right li {
    margin: 0 !important
}

.main-nav-right .osahan-top-dropdown img {
    border: 2px solid #fff;
    border-radius: 50px;
    height: 32px;
    left: 20px;
    position: absolute;
    top: 18px;
    width: 32px
}

.main-nav-right .osahan-top-dropdown .dropdown-toggle {
    padding-left: 65px
}

.cart-btn .mdi {
    font-size: 20px;
    line-height: 0;
    margin-right: 5px;
    vertical-align: -3px
}

.cart-btn .btn {
    font-weight: 500;
    position: relative
}

.cart-btn .cart-value {
    background: #e96125;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 500;
    height: 18px;
    left: 31px;
    line-height: 17px;
    min-width: 18px;
    position: absolute;
    top: 11px
}

.location-top {
    color: #fff !important
}

    .location-top i {
        font-size: 25px;
        vertical-align: sub
    }

.top-categories-search {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 35px;
    width: 50%
}

    .top-categories-search .form-control {
        border: none;
        font-size: 13px;
        height: 38px;
        min-width: 384px
    }

    .top-categories-search .btn {
        border-radius: 0 2px 2px 0 !important;
        font-weight: 500;
        height: 38px;
        padding: 0 21px;
        text-transform: uppercase
    }

    .top-categories-search .select2-selection.select2-selection--single {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color #ececec -moz-use-text-color -moz-use-text-color;
        border-image: none;
        border-radius: 2px 0 0 2px;
        border-style: none solid none none;
        border-width: medium 1px medium medium;
        height: 38px
    }

    .top-categories-search .form-control-select, .top-categories-search .select2-container {
        width: 168px !important
    }

    .top-categories-search .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 13px;
        line-height: 36px;
        padding: 0 16px
    }

    .top-categories-search .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        right: 10px;
        top: 5px;
        width: 20px
    }

.osahan-menu-2 {
    background: #fff !important;
    border-radius: 0;
    box-shadow: 0 2px 2px #eaeaea;
    padding: 0
}

    .osahan-menu-2 .nav-link {
        color: #666 !important;
        font-size: 14px;
        padding: 13px 16px !important
    }

.dropdown-menu {
    border: none;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 4px 4px #dcdcdc;
    margin: 0
}

    .dropdown-menu .dropdown-item {
        color: #666;
        font-size: 13px;
        padding: 5px 14px !important
    }

.osahan-menu-2 .nav-link.shop {
    border-right: 1px solid #ececec;
    color: #333 !important;
    font-weight: 500;
    margin-right: 11px;
    padding-right: 22px !important
}

.osahan-menu-2 .nav-link:hover {
    background: #f4f4f4;
    color: #333 !important
}

.category-item img {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 2px #ccc;
    height: 80px;
    margin: 1px 0 8px;
    object-fit: scale-down;
    padding: 7px;
    transform: scale(1);
    width: 80px
}

.cart-list-product img, .cart_product img {
    box-shadow: 0 0 3px #ececec;
    float: left;
    object-fit: scale-down
}

.category-item:hover img {
    transform: scale(1.09)
}

.category-item {
    padding: 8px;
    text-align: center
}

    .category-item h6 {
        font-size: 13px;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.top-category {
    background: #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: 15px;
    padding: 14px 0
}

.category-item p {
    margin: 0
}

.top-category .owl-prev {
    left: -70px
}

.top-category .owl-next {
    right: -70px
}

.carousel-slider-main .owl-pagination {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0
}

.carousel-slider-main {
    position: relative;
    height:100%;
}

    .carousel-slider-main .owl-next, .carousel-slider-main .owl-prev {
        top: 46%
    }

.owl-carousel-featured {
    border-right: 1px solid #eee
}

.product-header .badge {
    background: #f2fef2;
    border: 1px solid #51aa1b;
    border-radius: 2px;
    color: #51aa1b;
    font-size: 12px;
    font-weight: 500;
    left: 20px;
    padding: 4px 10px;
    position: absolute;
    top: 20px;
    z-index: 9
}

.product {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    margin: 0 -1px 0 0;
    padding: 20px;
    position: relative
}

.product-header .mdi-circle {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: 11px;
    height: 22px;
    line-height: 19px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 22px
}

.product-body h5 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    height:50px
}

.product-body h6 {
    color: #9c9c9c;
    font-size: 12px;
    margin: 5px 0 -8px
}

.product-header img {
    height: 240px;
    width: 240px;
    margin: 15px 0 10px;
    object-fit: scale-down;
    transform: scale(1)
}

.product:hover .product-header img {
    transform: scale(1.09)
}

.product-header {
    text-align: center
}

.offer-price {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px
}

.regular-price {
    color: #666 !important;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    text-decoration: line-through
}

.product-footer .btn {
    /*border-radius: 49px !important;*/
    font-size: 12px;
    padding: 6px 12px
}

.owl-carousel-featured .owl-prev {
    left: -40px;
    top: 43%
}

.owl-carousel-featured .owl-next {
    right: -40px;
    top: 43%
}

.feature-box p {
    margin: 0
}

.feature-box h6 {
    font-size: 15px;
    font-weight: 200;
    margin: 0;
    padding: 10px 0 0
}

.feature-box .mdi {
    border: 1px solid #acacac;
    border-radius: 50px;
    color: #acacac;
    display: inline-block;
    float: left;
    font-size: 21px;
    height: 60px;
    line-height: 56px;
    margin: 0 15px 0 0;
    text-align: center;
    width: 60px
}

.footer {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee !important
}

.app img {
    height: 32px;
    margin: 0 11px 0 0
}

.footer-bottom p {
    line-height: 16px
}

.footer-social a {
    background: #ccc;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    height: 27px;
    line-height: 26px;
    text-align: center;
    width: 27px
}

body.toggled {
    overflow: hidden
}

    body.toggled::after {
        background: #000;
        bottom: -1674px;
        content: "";
        left: 0;
        opacity: .7;
        position: absolute;
        right: 0;
        z-index: 9;
        top: 0
    }

.cart-sidebar {
    background: #fff;
    overflow: auto;
    position: fixed;
    right: -400px;
    top: 0;
    width: 400px;
    z-index: 101;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 100vh
}

.toggled .cart-sidebar {
    right: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.cart-sidebar-body {
    height: 66vh;
    overflow: inherit
}

.cart-sidebar-header {
    background: #1c2224;
    color: #fff;
    padding: 18px 20px
}

    .cart-sidebar-header h5 {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        margin: 0
    }

    .cart-sidebar-header .float-right {
        background: #fff;
        border-radius: 24px;
        color: #000;
        height: 26px;
        line-height: 25px;
        text-align: center;
        width: 26px
    }

.cart-list-product {
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    padding: 14px 20px;
    position: relative;
}

    .cart-list-product img {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #ececec #ececec #dcdcdc;
        border-image: none;
        border-radius: 2px;
        border-style: solid;
        border-width: 1px 1px 3px;
        height: 99px;
        margin: 0 15px 0 0;
        width: 82px
    }

    .cart-list-product h5 a {
        font-size: 14px
    }

    .cart-list-product h5 {
        margin: 0
    }

    .cart-list-product h6 {
        font-size: 11px
    }

    .cart-list-product > h6 span {
        color: #e96125
    }

.remove-cart {
    position: absolute;
    right: 18px;
    top: 12px
}

.cart-list-product .badge {
    background: #f2fef2;
    border: 1px solid #51aa1b;
    border-radius: 2px;
    color: #51aa1b;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 6px
}

.cart-sidebar-footer {
    background: #ececec;
    padding: 14px 20px
}

.cart-store-details p {
    margin: 0 0 3px
}

.cart-store-details h6 {
    margin: 10px 0 19px
}

.cart-sidebar-footer .btn {
    padding: 15px 17px
}

.shop-filters .card-header .btn {
    color: #e96125;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%
}

.favourite-icon a, .shop-detail-slider #sync2 .item {
    text-align: center
}

.shop-filters .card-header .btn .mdi {
    position: absolute;
    right: 0
}

.shop-filters .card-body {
    padding: 4px
}

.list-group-item.active {
    background: #e96125;
    border-color: #e96125
}

.shop-filters .card {
    margin: -2px 0 0
}

.shop-detail-slider #sync1 {
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden
}

.shop-detail-slider {
    position: relative
}

.favourite-icon a {
    background: red;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    height: 35px;
    line-height: 34px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 35px;
    z-index: 9
}

.shop-detail-slider #sync2 img {
    border: 2px solid #eee;
    border-radius: 12px;
    cursor: pointer;
    margin: 26px 0 8px;
    width: 67px
}

.shop-detail-right {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 32px
}

.shop-detail-slider #sync2 .synced img, .shop-detail-slider #sync2 img:hover {
    border-color: #1c2224
}

.shop-detail-slider #sync2 {
    padding: 0 70px
}

.shop-detail-right .badge {
    background: #f2fef2;
    border: 1px solid #51aa1b;
    border-radius: 2px;
    color: #51aa1b;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 13px
}

.shop-detail-right h2 {
    font-size: 24px;
    font-weight: 100;
    margin: 10px 0 5px
}

.shop-detail-right > h6 {
    color: #666;
    font-size: 14px;
    margin: 0 0 19px
}

.shop-detail-right .btn {
    font-weight: 500;
    margin: 29px 0;
    padding: 15px 50px;
    text-transform: uppercase
}

.short-description {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 22px
}

.shop-detail-right .regular-price {
    font-size: 17px;
    font-weight: 100;
    margin: 0 0 8px;
    color: #17a2b8 !important
}

.shop-detail-right .offer-price {
    font-size: 20px;
    font-weight: 300
}

    .shop-detail-right .offer-price .text-success {
        font-size: 30px;
        font-weight: 500
    }

.shop-detail-right .feature-box .mdi {
    background: #e96125;
    border: none;
    color: #fff
}

.shop-detail-right .feature-box h6 {
    font-weight: 400
}

.shop-detail-right .feature-box {
    margin: 4px 0
}

.cart_product img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ececec #ececec #dcdcdc;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px 1px 3px;
    height: 88px;
    margin: 0;
    width: 72px
}

.cart_summary td {
    vertical-align: middle
}

.cart_summary > tfoot, .cart_summary > thead {
    background: #f7f7f7
}

.cart_summary {
    border: none !important
}

.qty .form-control {
    border-radius: 5px !important;
    margin: 0 2px;
    text-align: center;
    width: 18px
}

.qty .btn {
    background: #5a6268;
    border-radius: 2px !important;
    color: #fff;
    font-size: 23px;
    height: 33px;
    line-height: 15px;
    padding: 0;
    text-align: center !important;
    vertical-align: baseline;
    width: 27px
}

.cart_description h5 {
    font-size: 15px;
    margin: 0 0 5px
}

.cart_description h6 {
    font-size: 12px;
    font-weight: 100
}

.availability .badge {
    font-size: 11px;
    padding: 6px 11px
}

.cart-table {
    border-top: medium none;
    padding: 0
}

    .cart-table .table {
        margin-bottom: 0
    }

    .cart-table .btn-secondary {
        border-radius: 0 !important;
        font-size: 16px;
        padding: 20px;
        text-transform: uppercase
    }

.cart_product {
    width: 10%
}

.checkout-step .card {
    margin: 0 0 -1px
}

    .checkout-step .card .card-header .btn {
        color: #333;
        font-size: 17px;
        font-weight: 500;
        padding: 9px 0;
        text-align: left;
        text-decoration: none;
        width: 100%
    }

        .checkout-step .card .card-header .btn .number {
            border-radius: 50px;
            display: inline-block;
            font-weight: 700;
            height: 34px;
            line-height: 28px;
            margin: 0 8px 0 0;
            text-align: center;
            text-decoration: none;
            vertical-align: 0;
            width: 34px
        }

        .checkout-step .card .card-header .btn.collapsed .number {
            border: 2px solid #e96125;
            color: #e96125
        }

        .checkout-step .card .card-header .btn .number {
            border: 2px solid #51aa1b;
            color: #51aa1b
        }

.order-done .mdi {
    font-size: 135px;
    line-height: 161px
}

.login-modal-left {
    background: url(/Bottom//QTPLogo.jpg) center center rgba(0,0,0,0);
    float: right;
    height: 310px;
    list-style: none;
    margin: 28px auto auto;
    width: 322px
}

.form-control {
    border-radius: 2px;
    font-size: 14px
}

label {
    font-size: 13px;
    margin: 0 0 3px
}

.modal-content {
    border: none;
    border-radius: 2px
}

.login-modal-right {
    padding: 27px
}

.login-icons {
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.login-footer-tab .nav-link {
    background: #ececec !important;
    border: none;
    border-radius: 2px !important;
    margin: 10px 3px 0 2px;
    padding: 7px 20px
}

.login-footer-tab .nav {
    border: none;
    display: inline-flex
}

.btn-facebook {
    background: #395b9a;
    color: #fff
}

.btn-google {
    background: #c71e25;
    color: #fff
}

.btn-twitter {
    background: #3a9ed8;
    color: #fff
}

.login-with-sites p {
    margin: 0 0 7px
}

.login-with-sites {
    margin-bottom: 10px;
    margin-top: 10px
}

.modal-backdrop.show {
    opacity: .7
}

.account-page .mx-auto {
    background: #fff;
    border: 1px solid #eee;
    padding: 0
}

    .account-page .mx-auto .card {
        border: none
    }

.team-card img, .user-profile-header img {
    border-radius: 50px;
    height: 100px;
    width: 100px
}

.account-right {
    border-left: 1px solid #eee !important;
    min-height: 508px
}

.user-profile-header img {
    margin-bottom: 15px;
    object-fit: scale-down
}

.user-profile-header {
    padding: 36px;
    text-align: center
}

    .user-profile-header p {
        margin: 0
    }

.account-left {
    margin-right: -1px
}

    .account-left .list-group {
        padding: 10px
    }
@media (max-width:575.98px) {
    .location-top, .login-modal-left {
        display: none
    }

    .carousel-slider-main .owl-next, .carousel-slider-main .owl-prev {
        top: 34%
    }

    .account-left {
        margin-right: 0
    }

    .account-page .mx-auto {
        margin: 0 15px !important
    }

    .account-right {
        border-left: medium none !important;
        border-top: 1px solid #eee !important;
        min-height: auto !important
    }

    .top-categories-search {
        left: 0;
        margin: auto;
        padding: 0 15px 8px;
        position: relative;
        right: 0;
        top: 0;
        width: 100%
    }
    .clearfix {
      margin-top: 73px; 
    }
    .container {
        max-width: 100%
    }

    .category-small-text .textwidget {
        white-space: normal;
    }
    .main-nav-right .osahan-top-dropdown .dropdown-toggle {
        padding: 18px 16px !important
    }

    .main-nav-right .osahan-top-dropdown img {
        left: auto;
        position: relative;
        top: 0
    }

    .owl-carousel-featured .owl-prev, .top-category .owl-prev {
        left: 0
    }

    .osahan-menu-2 .nav-link.shop {
        border-right: medium none;
        margin-right: 0
    }

    .shop-detail-slider #sync2 {
        padding: 0
    }

        .shop-detail-slider #sync2 img {
            margin: 26px 0 10px
        }

    .navbar-toggler {
        background: #fff !important;
        border: none;
        border-radius: 2px;
        margin: 0 16px 0 0;
        padding: 6px 9px;margin-left:8px;

    }

    .top-categories-search-main {
        margin-top: 0 !important
    }

    .main-nav-right .btn {
        font-size: 0;
        padding: 21px 15px
    }

    .osahan-menu .my-2.my-lg-0 .main-nav-right {
        position: absolute;
        right: 76px;
        top: 25px
    }

    .owl-carousel-featured .owl-next, .top-category .owl-next {
        right: 0
    }

    .main-nav-right .btn .mdi {
        font-size: 17px !important;
        line-height: unset !important;
        margin: 0;
        vertical-align: initial !important
    }

    .app img {
        margin-bottom: 4px
    }

    .footer-social a {
        margin-bottom: 3px
    }

    .top-categories-search .form-control {
        border-radius: 2px 0 0 2px !important;
        min-width: auto
    }

    .cart-sidebar {
        width: 320px
    }

    .login-modal-right {
        padding: 6px
    }

    .feature-box {
        margin-bottom: 6px;
        overflow: hidden
    }

    .footer h6 {
        margin-bottom: 12px !important;
        margin-top: 25px
    }

    .top-categories-search .form-control-select, .top-categories-search .select2-container {
        width: 138px !important;
        display: none
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .location-top, .login-modal-left {
        display: none
    }

    .carousel-slider-main .owl-next, .carousel-slider-main .owl-prev {
        top: 40%
    }

    .account-left {
        margin-right: 0
    }

    .account-page .mx-auto {
        margin: 0 15px !important
    }

    .account-right {
        border-left: medium none !important;
        border-top: 1px solid #eee !important;
        min-height: auto !important
    }

    .top-categories-search {
        left: 0;
        margin: auto;
        padding: 0 15px 8px;
        position: relative;
        right: 0;
        top: 0;
        width: 100%
    }

    .container {
        max-width: 100%
    }

    .main-nav-right .osahan-top-dropdown .dropdown-toggle {
        padding: 18px 16px !important
    }

    .main-nav-right .osahan-top-dropdown img {
        left: auto;
        position: relative;
        top: 0
    }

    .owl-carousel-featured .owl-prev, .top-category .owl-prev {
        left: 0
    }

    .osahan-menu-2 .nav-link.shop {
        border-right: medium none;
        margin-right: 0
    }

    .shop-detail-slider #sync2 {
        padding: 0
    }

        .shop-detail-slider #sync2 img {
            margin: 26px 0 10px
        }

    .navbar-toggler {
        background: #fff !important;
        border: none;
        border-radius: 2px;
        margin: 0 16px 0 0;
        padding: 6px 9px
    }

    .top-categories-search-main {
        margin-top: 0 !important
    }

    .main-nav-right .btn {
        font-size: 0;
        padding: 21px 15px
    }

    .osahan-menu .my-2.my-lg-0 .main-nav-right {
        position: absolute;
        right: 76px;
        top: 25px
    }

    .owl-carousel-featured .owl-next, .top-category .owl-next {
        right: 0
    }

    .main-nav-right .btn .mdi {
        font-size: 17px !important;
        line-height: unset !important;
        margin: 0;
        vertical-align: initial !important
    }

    .app img {
        margin-bottom: 4px
    }

    .footer-social a {
        margin-bottom: 3px
    }

    .top-categories-search .form-control {
        min-width: auto
    }

    .feature-box {
        margin-bottom: 6px;
        overflow: hidden
    }

    .top-categories-search .form-control-select, .top-categories-search .select2-container {
        width: 138px !important
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .location-top, .login-modal-left {
        display: none
    }

    .top-categories-search {
        left: 0;
        margin: auto;
        padding: 0 15px 8px;
        position: relative;
        right: 0;
        top: 0;
        width: 100%
    }

    .container {
        max-width: 100%
    }

    .main-nav-right .osahan-top-dropdown .dropdown-toggle {
        padding: 18px 16px !important
    }

    .main-nav-right .osahan-top-dropdown img {
        left: auto;
        position: relative;
        top: 0
    }

    .owl-carousel-featured .owl-prev, .top-category .owl-prev {
        left: 0
    }

    .osahan-menu-2 .nav-link.shop {
        border-right: medium none;
        margin-right: 0
    }

    .shop-detail-slider #sync2 {
        padding: 0
    }

        .shop-detail-slider #sync2 img {
            margin: 26px 0 10px
        }

    .navbar-toggler {
        background: #fff !important;
        border: none;
        border-radius: 2px;
        margin: 0 16px 0 0;
        padding: 6px 9px
    }

    .top-categories-search-main {
        margin-top: 0 !important
    }

    .main-nav-right .btn {
        font-size: 0;
        padding: 21px 15px
    }

    .osahan-menu .my-2.my-lg-0 .main-nav-right {
        position: absolute;
        right: 76px;
        top: 25px
    }

    .owl-carousel-featured .owl-next, .top-category .owl-next {
        right: 0
    }

    .main-nav-right .btn .mdi {
        font-size: 17px !important;
        line-height: unset !important;
        margin: 0;
        vertical-align: initial !important
    }

    .app img {
        margin-bottom: 4px
    }

    .footer-social a {
        margin-bottom: 3px
    }

    .top-categories-search .form-control {
        min-width: auto
    }

    .feature-box {
        margin-bottom: 6px;
        overflow: hidden
    }

    .top-categories-search .form-control-select, .top-categories-search .select2-container {
        width: 138px !important
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .owl-carousel-featured .owl-next, .top-category .owl-next {
        right: 0
    }

    .osahan-menu-2 .nav-link {
        font-size: 13px;
        padding: 13px 10px !important
    }

    .main-nav-right .osahan-top-dropdown img {
        left: auto;
        position: relative;
        top: 0
    }

    .owl-carousel-featured .owl-prev, .top-category .owl-prev {
        left: 0
    }

    .main-nav-right .osahan-top-dropdown .dropdown-toggle {
        padding: 18px 16px !important
    }

    .main-nav-right .btn {
        font-size: 0;
        padding: 21px 15px
    }

        .main-nav-right .btn .mdi {
            font-size: 17px !important;
            line-height: unset !important;
            margin: 0;
            vertical-align: initial !important
        }

    .location-top {
        display: none
    }

    .top-categories-search .form-control {
        min-width: auto
    }

    .top-categories-search {
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 16px;
        width: 45%
    }

    .top-categories-search .form-control-select, .top-categories-search .select2-container {
        width: 138px !important
    }

    .container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .top-categories-search .form-control {
        min-width: auto
    }
}


/* new styles addded for bug fixes --gk-- 27-11-2020*/

.modal.fade.login-modal-main.show{
    pointer-events: none !important;
}

.login-modal-right .heading-design-h5 {
    font-size: 18px;
    margin-bottom: 14px
}

.terms-condition-block {
    padding-bottom: 1.5rem;
}

.terms-condition-block {
    padding-bottom: 1.5rem;
}

.terms-condition-block a:hover{
    color: #007bff;
}

.disabled{
    pointer-events:none !important;
}

#offerdetailsview.cart-sidebar-body {
    overflow-y: auto !important;
}

.offer-panel-footer {
    display: inline-flex;

}

.offer-panel-footer button{
    margin:.1rem;
}

/*css grid */



img.img-fluid.pl-2.pb-2 {
    vertical-align: text-top;
}

#product_list {
    line-height: 0;
    -webkit-column-count: 4;
    -webkit-column-gap: 0px;
    -moz-column-count: 4;
    -moz-column-gap: 0px;
    column-count: 4;
    column-gap: 0px;
}

.product_item {
    position: relative;
}

.product_random {
    background: #3d4146;
    color: #fff;
    opacity: 0.8;
    padding: 13px;
    z-index: 1;
    position: absolute;
    bottom: 4%;
    width: 97%;
    /*display: inline-grid;
    justify-content: center;*/
    height: 5rem;
    margin-left: .55rem;
}

.product_random .product_title {
    font-weight: bold;
    text-align: center;
}

.product_descp {
    padding: 1rem;
    color: #f5f5f5;
    text-align: center;
}
.category-list-sidebar-header .btn {
    width: 100%;
    text-align: left;
    color: #fff;
    display: flex;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    align-items: center;
    padding: 13px 18px;
}
.category-list-sidebar-header .badge-success:hover {
    background-color: #28a745;
}

.category-list-sidebar-header .btn i {
    margin-left: auto;
}

.category-list-sidebar {
    background: #fff;
    border-radius: 2px;
    margin-top: -77px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}

.sidebar-category-item a {
    display: flex;
    align-items: center;
    border-left: 2px solid #fff;
    padding: 5px 6px;
    border-bottom: 1px solid #f0f7fa;
}

    .sidebar-category-item a:hover {
        border-left: 2px solid #28d696;
        background-color: #eff7fa;
    }

        .sidebar-category-item a:hover h6 {
            color: #000;
        }

.sidebar-category-item img {
    width: 30px;
    height: 30px;
    padding: 1px;
    border-radius: 2px;
}

.sidebar-category-item h6 {
    font-size: 13px;
    margin: 0px 8px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-category-item a:hover p {
    background: #ff934b; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ff934b 0%, #ff5e62 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ff934b 0%,#ff5e62 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ff934b 0%,#ff5e62 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff934b', endColorstr='#ff5e62',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #ffffff;
}

.sidebar-category-item p {
    margin-left: auto;
    margin-bottom: 0px;
    font-size: 11px;
    margin-right: 10px;
    background: #f0f7fa;
    border-radius: 3px;
    line-height: 16px;
    padding: 1px 3px;
}

.card {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}

.page-info {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    border-top: 1px solid #ececec;
}

.category-item img {
    border-radius: 50px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    height: 80px;
    margin: 1px 0 8px;
    object-fit: scale-down;
    padding: 9px;
    transform: scale(1);
    transition-duration: 0.4s;
    width: 80px;
}

.category-item:hover img {
    transform: scale(1.09);
}

.category-item {
    padding: 8px;
    text-align: center;
}

    .category-item h6 {
        font-size: 13px;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.top-category {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding: 14px 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}

.category-item p {
    margin: 0;
}

.top-category .owl-prev {
    left: -70px;
}

.top-category .owl-next {
    right: -70px;
}
.osahan-menu-2 .ml-21{
    margin-left:26%;
}


@media screen and (max-width: 600px) {
    .img-fluid.h-100 {
        height:auto !important;
    }
    #wish_list_btn {
        display: none;
    }
}

@media screen and (max-width: 2000px) {
    #product_list {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }

    .product_random {
        height: 6rem;
        bottom: 3%;
    }
}


@media (max-width: 1600px) {
    #product_list {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 1200px) {
    #product_list {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
    .osahan-menu-2 .ml-21 {
        margin-left: auto;
    }
   
}

@media (max-width: 1000px) {
    #product_list {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .osahan_row_mob {
        margin-top: 4rem;
    }
}

@media (max-width: 800px) {
    #product_list {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .product_random {
        opacity: 1;
        height: 4rem;
    }
    .product_descp {
        display: none;
    }
    .osahan-menu-2 .ml-21 {
        margin-left: auto;
    }

    .osahan_row_mob {
        margin-top: 4rem;
    }
}

@media (max-width: 400px) {
    #product_list {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .product_random {
        opacity: 1;
        height: 4rem;
    }
    .product_descp {
        display: none;
    }
}


@media (max-width: 360px) {
    #product_list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .product_random {
        opacity: 1;
        height: 4rem;
    }
    .product_descp {
        display: none;
    }
}

span#confirm_order{
    float:right;
}

span#apply_coupon_btn {
    float: left;
    margin-left: 1rem;
}

.owl-carousel .owl-wrapper-outer, .owl-wrapper, .owl-item, .owl-item .item {
    height: 100%;
}

#checkout_charges_div .st_tit {
    font-weight: 500;
    font-size: 16px;
    color: #6c757d;
}
#checkout_charges_div .st_val {
    font-weight: 400;
    font-size: 14px;
    color: #6c757d;
    padding-left:1rem;
}

div#checkout_charges_div, .pricedetails {
    background-color: #e9ecef;
    padding: 1rem;
    box-shadow: -2px 2px 3px #f5f5f5;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}
.grnd_totl span {
    color: #495057 !important;
}

.checkout_content {
    display: flex;
    justify-content: center;
}
.checkout_content .checkout_blk {
    text-align: center;
    display: flex;
    justify-content: center;
}

.color-red{
    color:red;
}

img.img-fluid.lock-image {
    height: 2rem;
    width: 2rem;
}

div#offerdetailsview .pricedetails {
    background-color: #e9ecef;
    padding: 1rem;
    box-shadow: -2px 2px 3px #f5f5f5;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}


.brand_names {
    text-align: center;
}

.grid__item {
    float: left;
    min-height: 1px;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.brand_names .brand_logo:first-child {
    margin-left: 0;
    background: #e1ffd9;
}

.brand_names .brand_logo:nth-child(1) {
    margin-left: 0;
    background: #dff1ff;
}

.brand_names .brand_logo:nth-child(2) {
    margin-left: 0;
    background: #fbf9c9
}

.brand_names .brand_logo:nth-child(3) {
    margin-left: 0;
    background: #ffd8ed;
}

.brand_names .brand_logo:nth-child(4) {
    margin-left: 0;
    background: #e1e9fc;
}

.brand_names .brand_logo:nth-child(5) {
    margin-left: 0;
    background: #e1ffd9;
}

.brand_names .brand_logo:nth-child(6) {
    margin-left: 0;
    background: #e1ffd9;
}

.brand_names .brand_logo:nth-child(3):hover,
.brand_names .brand_logo:nth-child(2):hover,
.brand_names .brand_logo:nth-child(1):hover,
.brand_names .brand_logo:first-child:hover,
.brand_names .brand_logo:nth-child(4):hover,
.brand_names .brand_logo:nth-child(5):hover,
.brand_names .brand_logo:nth-child(6):hover {
    background: #89c74a !important;
}

.brand_names .brand_logo {
    -webkit-mask-image: url(/images/department/Untitled-1_medium.png);
    mask-image: url(/images/department/Untitled-1_medium.png);
    height: 190px;
    -webkit-mask-repeat: no-repeat;
}

.brand_names .brand_logo {
    width: 170px;
    margin: 0 20px;
    margin-bottom: 36px;
    float: none;
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 5px;
}

.brand_names .brand_logo a, ul.brand_names .brand_logo {
    padding: 0;
    border: none;
}

.brand_names .brand_logo a img {
    transition: 0.03s linear;
    display: block;
}

.brand_names .brand_logo img {
    margin: 30px auto 8px;
    text-align: center;
}

img.auto, .grid__item img, .grid__item iframe {
    max-width: 100%;
}

.brand_names .brand_logo a span {
    color: #000000;
}

.brand_names .brand_logo a span {
    font-size: 20px;
    font-weight: 700;
}

.grid, .grid--rev, .grid--full, .grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
}

.brand_names {
    text-align: center;
}

.brand_names .brand_logo:before, 
ul li.grid__item.item-row .products:before, 
#recently-viewed-products-grid .grid__item .products:before, 
.category-listing-type-2 ul li .category-listing_section:before {
    position: absolute;
    top: 0;
    left: 0;
}

.container-bg {
    float: left;
    width: 100%;
    padding: 0 2%;
}

/*Slider Start*/
#owl-demo .item {
    margin: 3px;
}

    #owl-demo .item img {
        display: block;
    }
/*Slider End*/