﻿.photo-view {
    float: left;
    padding: 15px;
    border: solid 1px;
    border-radius: 6px;
}

.detail-view .newarrival {
    position: static;
}

@media only screen and (max-width: 700px) {
    .photo-view {
        float: none;
        display: block;
    }

    .detail-view {
        padding-left: 0px;
        margin-top: 20px;
    }
}


/* from responsive.css */

div.filterSection {
    display: none;
}

#dvLeftSideBar div.filterSection {
    display: block;
}

.divisions > span {
    padding: 10px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 20px;
}

a.dropdown-toggle.useravatar {
    margin-top: 0;
    padding: 5px 10px;
}

    a.dropdown-toggle.useravatar > img {
        width: 28px;
    }

    a.dropdown-toggle.useravatar > span {
        font-weight: bold;
        line-height: 28px;
        margin-left: 6px;
        margin-right: 3px;
    }

    a.dropdown-toggle.useravatar > b.caret {
        border-width: 5px;
        top: -1px;
    }

.pager .previous > a {
    margin-left: 15px;
}

.pager .next > a {
    margin-right: 15px;
}

div.loginWrapper {
    text-align: left;
    float: none;
    display: inline-block;
    padding: 20px;
    border: solid 1px;
    border-radius: 6px;
}

    div.loginWrapper h2,
    .login-form h2,
    .signup-form h2 {
        margin-top: 0px;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 20px;
    }

.login-form form input,
.signup-form form input {
    border: solid 1px;
    height: 45px;
    margin-bottom: 15px;
}

    .login-form form input[type=checkbox] {
        margin-right: 12px;
    }

input[type=checkbox] {
    position: relative;
}

    input[type=checkbox]:before {
        content: '';
        width: 22px;
        height: 22px;
        text-align: center;
        line-height: 22px;
        border: solid 1px;
        border-radius: 3px;
        position: absolute;
        top: -1px;
        left: -1px;
        z-index: 1;
    }

    input[type=checkbox]:checked:before {
        content: '\f00c';
        font-family: FontAwesome;
        font-weight: 700;
    }

    input[type=checkbox] + a {
        margin-left: 8px;
    }

.login-form,
.signup-form {
    margin-top: 20px;
}

#cart_items .cart_info {
    margin-bottom: 0;
}

#do_action .total_area,
#do_action .chose_area {
    margin-bottom: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
}

    #do_action .total_area,
    #do_action .chose_area li {
        margin: 15px 0;
    }

#do_action .button-section .check_out {
    margin: 0px;
}

input[type="checkbox"] {
    margin: 0 10px 0 0;
}

div.table-details {
    padding: 0px 20px;
}

    div.table-details table {
        border: none;
    }

        div.table-details table tr > td:first-child {
            border-left: none;
        }

        div.table-details table tr > td:last-child {
            border-right: none;
        }


/* responsive.css end */


/* custom style 2019 */

body {
    overflow-x: hidden;
    font-family: lato;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: lato;
}

    body > .container {
        overflow-x: hidden;
    }

a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn.btn-primary,
.cart,
#reviews button,
.checkoutBtn,
.confirm_order,
.login-form form button,
.signup-form form button {
    border-radius: 3px;
    transition: all 0.2s ease-out;
    padding: 10px;
}

    .btn.btn-primary:hover,
    .btn.btn-primary:focus,
    .cart:hover,
    .cart:focus,
    #reviews button:hover,
    #reviews button:focus,
    .checkoutBtn:hover,
    .checkoutBtn:focus,
    .confirm_order:hover,
    .confirm_order:focus,
    .login-form form button:hover,
    .login-form form button:focus,
    .signup-form form button:hover,
    .signup-form form button:focus {
        border-radius: 3px;
    }

#header {
    position: relative;
    z-index: 8000;
}

    #header ul.dropdown-menu.extended {
        padding: 0;
        left: auto;
        right: 0px;
    }

        #header ul.dropdown-menu.extended > li {
            display: block;
            padding: 0;
            margin: 0;
        }

            #header ul.dropdown-menu.extended > li > a {
                padding: 15px;
                border-bottom: solid 1px;
                margin-top: 0;
                white-space: normal;
            }

    #header ul.nav.nav-pills > li > a:hover {
        border-radius: 0;
    }

.container {
    width: 100%;
}

.header_top .container .contactinfo {
    height: 38px;
}

    .header_top .container .contactinfo .topNavList {
        height: inherit;
        display: flex;
    }

        .header_top .container .contactinfo .topNavList li {
            height: inherit;
            flex: 1;
        }

            .header_top .container .contactinfo .topNavList li:last-child {
                flex: 4;
            }

        .header_top .container .contactinfo .topNavList li {
            margin-left: 0px;
            margin-right: 25px;
        }

            .header_top .container .contactinfo .topNavList li a {
                height: inherit;
                display: block;
                line-height: 22px;
                white-space: nowrap;
            }

.header_top .container .social-icons {
    float: right;
}

    .header_top .container .social-icons .navbar-nav {
        flex-direction: row;
    }

        .header_top .container .social-icons .navbar-nav li.brand-link {
            height: 38px;
            margin-right: -15px;
        }

            .header_top .container .social-icons .navbar-nav li.brand-link a {
                display: block;
                line-height: 38px;
                padding: 0px 10px;
                border-left: solid 5px;
            }

        .header_top .container .social-icons .navbar-nav li a i {
            transition: none;
            -moz-transition: none;
            -webkit-transition: none;
            padding: 12px 15px;
        }

.header-middle {
    padding: 10px 0px;
    position: relative;
    z-index: 10;
}

    .header-middle .header-logo-section .row {
        border-bottom: none;
        padding: 0px;
        margin: 0px -15px;
    }

    .header-middle .header-logo-section .logo {
        margin-right: 30px;
    }

        .header-middle .header-logo-section .logo a {
            display: block;
            width: 200px;
        }

            .header-middle .header-logo-section .logo a img {
                max-height: 50px;
            }

    .header-middle .header-logo-section .search_box {
        display: block;
        padding-left: 200px;
        height: 50px;
        margin-right: 0px;
    }

        .header-middle .header-logo-section .search_box > div {
            display: flex;
            height: inherit;
            align-items: center;
            position: relative;
        }

            .header-middle .header-logo-section .search_box > div input {
                border: solid 1px;
                height: 45px;
                border-radius: 3px;
                padding: 0px 50px 0px 15px;
                font-size: 18px;
                font-family: inherit;
            }

            .header-middle .header-logo-section .search_box > div i.fa {
                position: absolute;
                right: 15px;
                font-size: 20px;
                top: 50%;
                margin-top: -10px;
            }

            .header-middle .header-logo-section .search_box > div ul.typeahead.dropdown-menu {
                width: 100%;
                top: 55px !important;
                left: 0px !important;
                right: 15px;
                height: 410px;
                overflow: auto;
                border-radius: 0px 0px 4px 4px;
                padding: 0px;
            }

                .header-middle .header-logo-section .search_box > div ul.typeahead.dropdown-menu li > a {
                    padding: 10px;
                    border-bottom: solid 1px;
                }

                    .header-middle .header-logo-section .search_box > div ul.typeahead.dropdown-menu li > a .typeahead img {
                        width: 94px;
                        max-height: 60px;
                        margin-right: 0px;
                        border: solid 1px;
                    }

                    .header-middle .header-logo-section .search_box > div ul.typeahead.dropdown-menu li > a .typeahead .media-body {
                        overflow: inherit;
                        padding-left: 108px;
                    }

                        .header-middle .header-logo-section .search_box > div ul.typeahead.dropdown-menu li > a .typeahead .media-body p {
                            margin-bottom: 0px;
                        }

    .header-middle .header-logo-section .live-stream-section {
        position: absolute;
        top: 0px;
        left: 15px;
    }

        .header-middle .header-logo-section .live-stream-section .live-strem-action {
            cursor: pointer;
        }

            .header-middle .header-logo-section .live-stream-section .live-strem-action > i {
                font-size: 40px;
                float: left;
            }

            .header-middle .header-logo-section .live-stream-section .live-strem-action > p {
                padding-left: 50px;
                font-size: 14px;
                font-weight: bold;
                line-height: 40px;
            }

        .header-middle .header-logo-section .live-stream-section .live-strem-video {
            position: fixed;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            overflow: auto;
            padding: 15px;
            display: none;
        }

            .header-middle .header-logo-section .live-stream-section .live-strem-video .live-strem-video-header {
                height: 60px;
                margin-bottom: 20px;
                border-bottom: solid 1px;
                padding-bottom: 20px;
                box-sizing: content-box;
            }

                .header-middle .header-logo-section .live-stream-section .live-strem-video .live-strem-video-header .application-logo {
                    float: left;
                }

                    .header-middle .header-logo-section .live-stream-section .live-strem-video .live-strem-video-header .application-logo img {
                        height: 60px;
                    }

                .header-middle .header-logo-section .live-stream-section .live-strem-video .live-strem-video-header .close-btn {
                    float: right;
                    font-size: 30px;
                    margin-top: 9px;
                    position: relative;
                    z-index: 10;
                    cursor: pointer;
                }

                .header-middle .header-logo-section .live-stream-section .live-strem-video .live-strem-video-header .title {
                    line-height: 60px;
                }

                    .header-middle .header-logo-section .live-stream-section .live-strem-video .live-strem-video-header .title:before,
                    .header-middle .header-logo-section .live-stream-section .live-strem-video .live-strem-video-header .title:after {
                        display: none;
                    }

            .header-middle .header-logo-section .live-stream-section .live-strem-video .video-holder {
                height: 300px;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .header-middle .header-logo-section .live-stream-section .live-strem-video .video-holder .video-js.vjs-fluid {
                    width: 600px;
                    max-width: 100%;
                    height: inherit;
                    padding: 0px;
                }

                .header-middle .header-logo-section .live-stream-section .live-strem-video .video-holder .video-js .vjs-tech {
                    width: 100%;
                    height: inherit;
                    position: static;
                }

                .header-middle .header-logo-section .live-stream-section .live-strem-video .video-holder .video-js .vjs-big-play-button {
                    top: 50%;
                    left: 50%;
                    margin-left: -45px;
                    margin-top: -24.5px;
                }

    .header-middle .header-logo-section .shop-menu {
        height: 50px;
    }

        .header-middle .header-logo-section .shop-menu .navbar-nav {
            flex-direction: row;
            height: inherit;
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: flex-end;
        }

            .header-middle .header-logo-section .shop-menu .navbar-nav li a {
                margin-top: 0px;
            }

            .header-middle .header-logo-section .shop-menu .navbar-nav li.darshan-ticket-action a {
                color: #4d679c;
                font-weight: bold;
                font-size: 16px;
            }

            .header-middle .header-logo-section .shop-menu .navbar-nav li.darshan-ticket-action a:hover {
                color: #e8672d !important;
            }

            .header-middle .header-logo-section .shop-menu .navbar-nav .country-currency i {
                width: 24px;
                height: 24px;
                text-align: center;
                line-height: 27px;
                border-radius: 20px;
                display: inline-block;
            }

            .header-middle .header-logo-section .shop-menu .navbar-nav .open .dropdown-menu {
                min-width: 200px;
            }

                .header-middle .header-logo-section .shop-menu .navbar-nav .open .dropdown-menu li a {
                    border-bottom: solid 1px;
                }

            .header-middle .header-logo-section .shop-menu .navbar-nav li#topcartlink .cart-qty {
                font-weight: bold;
            }

            .header-middle .header-logo-section .shop-menu .navbar-nav li#topcartlink ul.minicart-dropdown-menu {
                top: 20px;
                left: auto;
                right: 0px;
                border-radius: 3px;
                padding-bottom: 0px;
                -webkit-animation: fadeInUp 100ms;
                -moz-animation: fadeInUp 100ms;
                -ms-animation: fadeInUp 100ms;
                -o-animation: fadeInUp 100ms;
                animation: fadeInUp 100ms;
                height: 350px;
            }

                .header-middle .header-logo-section .shop-menu .navbar-nav li#topcartlink ul.minicart-dropdown-menu .mini-shopping-cart {
                    height: inherit !important;
                }

                .header-middle .header-logo-section .shop-menu .navbar-nav li#topcartlink ul.minicart-dropdown-menu li {
                    padding: 0px !important;
                }

                    .header-middle .header-logo-section .shop-menu .navbar-nav li#topcartlink ul.minicart-dropdown-menu li #dvCartDetailsSubTotal {
                        padding: 16px 15px;
                    }

                    .header-middle .header-logo-section .shop-menu .navbar-nav li#topcartlink ul.minicart-dropdown-menu li .count {
                        padding: 10px 15px;
                        border-bottom: solid 1px;
                    }

                        .header-middle .header-logo-section .shop-menu .navbar-nav li#topcartlink ul.minicart-dropdown-menu li .count a {
                            padding: 5px;
                            border-radius: 50px;
                        }

                    .header-middle .header-logo-section .shop-menu .navbar-nav li#topcartlink ul.minicart-dropdown-menu li #dvCartDetails .picture img {
                        width: 71px !important;
                        max-height: 60px;
                        border-radius: 3px;
                        border: solid 1px;
                        padding: 5px;
                    }

                    .header-middle .header-logo-section .shop-menu .navbar-nav li#topcartlink ul.minicart-dropdown-menu li #dvCartDetails .item {
                        padding: 10px 0px;
                        font-size: 14px;
                        border-bottom: solid 1px;
                    }

                        .header-middle .header-logo-section .shop-menu .navbar-nav li#topcartlink ul.minicart-dropdown-menu li #dvCartDetails .item .product .name a {
                            text-transform: uppercase;
                            font-weight: bold;
                            font-size: 16px;
                        }

                .header-middle .header-logo-section .shop-menu .navbar-nav li#topcartlink ul.minicart-dropdown-menu li {
                    width: 100% !important;
                }

                    .header-middle .header-logo-section .shop-menu .navbar-nav li#topcartlink ul.minicart-dropdown-menu li ul {
                        padding: 0px;
                        height: inherit;
                    }

                    .header-middle .header-logo-section .shop-menu .navbar-nav li#topcartlink ul.minicart-dropdown-menu li .flyout-cart {
                        height: inherit;
                    }

                        .header-middle .header-logo-section .shop-menu .navbar-nav li#topcartlink ul.minicart-dropdown-menu li .flyout-cart .slimScrollDiv {
                            height: 250px !important;
                        }

    .header-middle.sleekMenu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3000;
        width: 100%;
        height: 70px;
    }

.header-bottom {
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;
    z-index: 9;
}

#header .container {
    overflow-x: inherit;
}

.nav-close-mobile {
    display: none;
}

#nvmainmenu .support-section,
#nvmainmenu .social-section {
    display: none;
}

#nvmainmenu .navbar-nav,
#nvmainmenu .navbar-nav > li {
    padding: 0px;
}

    #nvmainmenu .navbar-nav > li > a {
        padding: 10px 15px;
        font-size: 16px;
    }

        #nvmainmenu .navbar-nav > li > a > .fa-angle-up {
            display: none;
        }

    #nvmainmenu .navbar-nav > li ul.sub-menu {
        top: 40px;
        left: 0px;
        border: none;
        z-index: 5000;
    }

    #nvmainmenu .navbar-nav > li:hover ul.sub-menu {
        -webkit-animation: fadeInUp 100ms;
        -moz-animation: fadeInUp 100ms;
        -ms-animation: fadeInUp 100ms;
        -o-animation: fadeInUp 100ms;
        animation: fadeInUp 100ms;
    }

    #nvmainmenu .navbar-nav > li ul.sub-menu li,
    #nvmainmenu .navbar-nav > li ul.sub-menu li:last-child {
        padding: 0px;
    }

    #nvmainmenu .navbar-nav > li ul.sub-menu > li > a {
        padding: 5px 15px;
        display: block;
        border-bottom: solid 1px;
    }

    #nvmainmenu .navbar-nav > li ul.mega-dropdown-menu {
        padding: 15px 0px 30px;
    }

        #nvmainmenu .navbar-nav > li ul.mega-dropdown-menu li ul {
            padding: 0px 30px;
        }

            #nvmainmenu .navbar-nav > li ul.mega-dropdown-menu li ul li .collection-link {
                display: inline-block;
                margin-top: 15px;
            }

                #nvmainmenu .navbar-nav > li ul.mega-dropdown-menu li ul li .collection-link span {
                    margin-top: 5px;
                    font-size: 12px;
                    margin-left: 5px;
                }

        #nvmainmenu .navbar-nav > li ul.mega-dropdown-menu .dropdown-header {
            margin-top: 20px;
        }

        #nvmainmenu .navbar-nav > li ul.mega-dropdown-menu .carousel.slide .carousel-inner .item a,
        #nvmainmenu .navbar-nav > li ul.mega-dropdown-menu .carousel.slide .carousel-inner .item h4 {
            display: inline-block;
            vertical-align: middle;
            margin: 0px 10px 0px 0px;
            padding: 0px;
        }

            #nvmainmenu .navbar-nav > li ul.mega-dropdown-menu .carousel.slide .carousel-inner .item h4 small {
                font-size: 18px;
            }

            #nvmainmenu .navbar-nav > li ul.mega-dropdown-menu .carousel.slide .carousel-inner .item h4 span {
                display: block;
                margin-top: 10px;
            }

            #nvmainmenu .navbar-nav > li ul.mega-dropdown-menu .carousel.slide .carousel-inner .item a img {
                height: 50px;
                width: auto !important;
                border-radius: 3px;
                -webkit-border-radius: 3px;
            }

        #nvmainmenu .navbar-nav > li ul.mega-dropdown-menu .newsletter .mail-input {
            position: relative;
        }

            #nvmainmenu .navbar-nav > li ul.mega-dropdown-menu .newsletter .mail-input input {
                width: 100%;
                margin: 0px;
                padding-left: 36px;
            }

            #nvmainmenu .navbar-nav > li ul.mega-dropdown-menu .newsletter .mail-input #tpemailErr {
                padding: 3px 5px;
            }

            #nvmainmenu .navbar-nav > li ul.mega-dropdown-menu .newsletter .mail-input i {
                position: absolute;
                top: 12px;
                left: 12px;
                font-size: 12px;
            }

        #nvmainmenu .navbar-nav > li ul.mega-dropdown-menu .newsletter button {
            width: auto !important;
            padding: 6px 12px;
            margin: 15px 0px;
        }

        #nvmainmenu .navbar-nav > li ul.mega-dropdown-menu .newsletter p {
            margin: 0px;
        }

#slider {
    border-bottom: solid 1px;
    padding-bottom: 0px;
    height: 330px;
}

    #slider .control-carousel {
        margin-top: -42px;
    }

    #slider .item {
        padding: 0px 100px;
    }

    #slider .banner-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 330px;
    }

        #slider .banner-content > * {
            flex: 1;
        }

        #slider .banner-content .banner-left {
            padding-right: 20px;
        }

            #slider .banner-content .banner-left h1 {
                margin-top: 0px;
                font-family: inherit;
                font-size: 36px;
            }

            #slider .banner-content .banner-left .get {
                border-radius: 3px;
                transition: all 0.2s ease-out;
                padding: 10px 20px;
                margin-top: 5px;
                border: solid 1px;
            }

        #slider .banner-content .banner-right img {
            max-height: 300px;
            margin-top: 0px;
            max-width: 100%;
            float: right;
        }

    #slider.carousel-image-fullscreen {
    }

        #slider.carousel-image-fullscreen .carousel-inner {
            margin: 0px -15px;
            width: auto;
        }

        #slider.carousel-image-fullscreen .carousel-indicators {
            bottom: 0px;
        }

        #slider.carousel-image-fullscreen .item {
            padding: 0px;
        }

        #slider.carousel-image-fullscreen .banner-content {
            display: block;
            position: relative;
        }

            #slider.carousel-image-fullscreen .banner-content .banner-right img {
                display: none;
            }

            #slider.carousel-image-fullscreen .banner-content .banner-right > div {
                height: 660px;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
            }

            #slider.carousel-image-fullscreen .banner-content .banner-left.banner-contnet-center {
                position: absolute;
                top: 0px;
                left: 0px;
                display: flex;
                flex-direction: column;
                width: 100%;
                height: 100%;
                align-items: center;
                justify-content: center;
                text-align: center;
            }

                #slider.carousel-image-fullscreen .banner-content .banner-left.banner-contnet-center.banner-content-center-backdrop {
                    width: auto;
                    height: auto;
                    padding: 15px;
                    transform: translate(-50%, -50%);
                    top: 50%;
                    left: 50%;
                }

            #slider.carousel-image-fullscreen .banner-content .banner-left.banner-content-bottom {
                position: absolute;
                bottom: 0px;
                left: 0px;
                width: 100%;
                text-align: center;
                padding: 15px 15px 40px;
            }

                #slider.carousel-image-fullscreen .banner-content .banner-left.banner-content-bottom h2 {
                    font-size: 24px;
                    margin-bottom: 15px;
                }

                #slider.carousel-image-fullscreen .banner-content .banner-left.banner-content-bottom .item p {
                    font-size: 14px;
                    margin-bottom: 0px;
                }

            #slider.carousel-image-fullscreen .banner-content .banner-left.banner-content-top {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                text-align: center;
                padding: 15px;
            }

            #slider.carousel-image-fullscreen .banner-content .banner-left.banner-content-left {
                position: absolute;
                top: 0px;
                left: 0px;
                width: auto;
                height: 100%;
                padding: 15px 15px 15px 60px;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            #slider.carousel-image-fullscreen .banner-content .banner-left.banner-content-right {
                position: absolute;
                top: 0px;
                right: 0px;
                width: auto;
                height: 100%;
                padding: 15px 60px 15px 15px;
                text-align: right;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            #slider.carousel-image-fullscreen .banner-content.banner-content-seperate {
                display: flex;
                flex-direction: column;
                height: auto;
            }

                #slider.carousel-image-fullscreen .banner-content.banner-content-seperate .banner-left.banner-content-bottom-seperate {
                    width: 100%;
                    padding: 15px;
                    order: 1;
                }

                    #slider.carousel-image-fullscreen .banner-content.banner-content-seperate .banner-left.banner-content-bottom-seperate + .banner-right {
                        width: 100%;
                    }

                #slider.carousel-image-fullscreen .banner-content.banner-content-seperate .banner-left.banner-content-top-seperate {
                    width: 100%;
                    padding: 15px;
                    order: 0;
                }

                    #slider.carousel-image-fullscreen .banner-content.banner-content-seperate .banner-left.banner-content-top-seperate + .banner-right {
                        width: 100%;
                    }

            #slider.carousel-image-fullscreen .banner-content.banner-content-side-seperate {
                display: flex;
                flex-direction: row;
            }

                #slider.carousel-image-fullscreen .banner-content.banner-content-side-seperate .banner-left.banner-content-left-seperate {
                    padding: 15px 15px 15px 60px;
                    order: 0;
                    width: 400px;
                    height: 100%;
                }

                    #slider.carousel-image-fullscreen .banner-content.banner-content-side-seperate .banner-left.banner-content-left-seperate + .banner-right {
                        width: calc(100% - 400px);
                    }

                #slider.carousel-image-fullscreen .banner-content.banner-content-side-seperate .banner-left.banner-content-right-seperate {
                    padding: 15px 60px 15px 15px;
                    order: 1;
                    width: 400px;
                    height: 100%;
                    text-align: right;
                    flex: auto;
                }

                    #slider.carousel-image-fullscreen .banner-content.banner-content-side-seperate .banner-left.banner-content-right-seperate + .banner-right {
                        width: calc(100% - 400px);
                        flex: auto;
                    }

.shopping-items-wrapper .brands_products {
    margin-bottom: 20px;
}

.section-link {
    margin-left: 20px;
    padding: 0px !important;
    font-weight: bold;
}

    .section-link a {
        text-transform: none;
        font-size: 14px;
        cursor: pointer;
    }

.shopping-items-wrapper .left-sidebar h2,
.shopping-items-wrapper .brands_products h2,
.shopping-items-wrapper h2.title {
    text-align: left;
    margin: 0px;
}

    .shopping-items-wrapper .left-sidebar h2:after,
    .shopping-items-wrapper .brands_products h2:after,
    .shopping-items-wrapper h2.title:after {
        display: none;
    }

.shopping-items-wrapper .left-sidebar h2 {
    margin-bottom: 15px;
}

.shopping-items-wrapper .left-sidebar .filtersWrapper a.expandCollapsItem {
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .shopping-items-wrapper .left-sidebar .filtersWrapper a.expandCollapsItem:focus {
        text-decoration: none;
    }

    .shopping-items-wrapper .left-sidebar .filtersWrapper a.expandCollapsItem i.fa {
        padding: 4px 6px;
        margin-right: 6px;
        border: solid 1px;
    }

    .shopping-items-wrapper .left-sidebar .filtersWrapper a.expandCollapsItem + div {
        display: none;
        margin-top: 10px;
    }

.shopping-items-wrapper .left-sidebar .filtersWrapper .well {
    border: 1px solid;
    border-radius: 6px;
    padding: 15px;
}

    .shopping-items-wrapper .left-sidebar .filtersWrapper .well .slider,
    .shopping-items-wrapper .left-sidebar .filtersWrapper .well .slider .slider-track {
        width: 100% !important;
    }

        .shopping-items-wrapper .left-sidebar .filtersWrapper .well .slider .slider-track .slider-selection + .slider-handle.round {
            margin-left: 2px;
        }

        .shopping-items-wrapper .left-sidebar .filtersWrapper .well .slider .slider-track .slider-handle.round {
            margin-top: 3px;
        }

    .shopping-items-wrapper .left-sidebar .filtersWrapper .well .price-range-value {
        margin-top: 10px;
    }

.shopping-items-wrapper .left-sidebar #dvRecentItems .items {
    border-bottom: dashed 1px;
    padding: 10px 0px;
    display: flex;
}

    .shopping-items-wrapper .left-sidebar #dvRecentItems .items:last-child {
        border-bottom: none;
    }

    .shopping-items-wrapper .left-sidebar #dvRecentItems .items .picture {
        width: 70px;
    }

        .shopping-items-wrapper .left-sidebar #dvRecentItems .items .picture img {
            width: 60px;
            height: 60px;
            border: solid 1px;
            padding: 5px;
            border-radius: 6px;
            object-fit: cover;
        }

    .shopping-items-wrapper .left-sidebar #dvRecentItems .items .product {
        width: calc(100% - 70px);
    }

.shopping-items-wrapper .shopping-section {
    display: flex;
}

    .shopping-items-wrapper .shopping-section .shopping-left-section {
        padding: 30px 15px;
        border-right: solid 1px;
    }

        .shopping-items-wrapper .shopping-section .shopping-left-section .category-products {
            border: none;
            padding: 0px;
            margin-bottom: 20px;
        }

            .shopping-items-wrapper .shopping-section .shopping-left-section .category-products .panel {
            }

                .shopping-items-wrapper .shopping-section .shopping-left-section .category-products .panel + .panel {
                    margin-top: 0px;
                }

                .shopping-items-wrapper .shopping-section .shopping-left-section .category-products .panel .panel-heading {
                    padding: 0px;
                }

                    .shopping-items-wrapper .shopping-section .shopping-left-section .category-products .panel .panel-heading a {
                        border-bottom: dashed 1px;
                        padding: 10px 24px 10px 10px;
                        font-weight: normal;
                        display: block;
                        position: relative;
                    }

                        .shopping-items-wrapper .shopping-section .shopping-left-section .category-products .panel .panel-heading a .badge {
                            position: absolute;
                            top: 10px;
                            right: 0px;
                        }

                .shopping-items-wrapper .shopping-section .shopping-left-section .category-products .panel .panel-body {
                    padding: 6px 0px 0px 15px;
                }

                    .shopping-items-wrapper .shopping-section .shopping-left-section .category-products .panel .panel-body ul {
                        margin-bottom: 0px;
                        padding: 0px;
                    }

                        .shopping-items-wrapper .shopping-section .shopping-left-section .category-products .panel .panel-body ul > li > a {
                            display: block;
                            padding: 10px;
                            border-bottom: solid 1px;
                        }

                            .shopping-items-wrapper .shopping-section .shopping-left-section .category-products .panel .panel-body ul > li > a:hover,
                            .shopping-items-wrapper .shopping-section .shopping-left-section .category-products .panel .panel-body ul > li > a:focus,
                            .shopping-items-wrapper .shopping-section .shopping-left-section .category-products .panel .panel-body ul > li > a.active {
                                font-weight: bold;
                            }

                        .shopping-items-wrapper .shopping-section .shopping-left-section .category-products .panel .panel-body ul > li:last-child > a {
                            border-bottom: none;
                        }

        .shopping-items-wrapper .shopping-section .shopping-left-section .divisionsWrapper .divisions .brands-name {
            border: none;
            padding: 0px;
        }

            .shopping-items-wrapper .shopping-section .shopping-left-section .divisionsWrapper .divisions .brands-name .nav li a {
                padding: 10px;
                border-bottom: dashed 1px;
                border-radius: 0px;
            }

        .shopping-items-wrapper .shopping-section .shopping-left-section .left-sidebar > .row {
            margin-top: 20px;
        }

            .shopping-items-wrapper .shopping-section .shopping-left-section .left-sidebar > .row .price-range {
                margin-top: 0px;
            }

        .shopping-items-wrapper .shopping-section .shopping-left-section .left-sidebar > .shipping a {
            display: block;
        }

        .shopping-items-wrapper .shopping-section .shopping-left-section .left-sidebar > .shipping img {
            max-width: 100%;
        }

    .shopping-items-wrapper .shopping-section .shopping-right-section {
        padding: 0px 15px;
    }

        .shopping-items-wrapper .shopping-section .shopping-right-section > div {
            margin-top: 30px;
        }

            .shopping-items-wrapper .shopping-section .shopping-right-section > div.marquee {
                position: fixed;
                bottom: 0px;
                left: 0px;
                z-index: 100;
                width: 100%;
                height: 42px;
                border: none;
                font-size: 16px;
                padding: 10px;
                border-top: 1px solid;
            }

        .shopping-items-wrapper .shopping-section .shopping-right-section .breadcrumbs {
            padding: 5px 15px;
            margin: 0px -15px 20px;
            border-bottom: solid 1px;
        }

            .shopping-items-wrapper .shopping-section .shopping-right-section .breadcrumbs .breadcrumb {
                margin-bottom: 0px;
            }

        .shopping-items-wrapper .shopping-section .shopping-right-section #dvFilter {
            margin: -20px -15px 20px;
            padding: 10px 30px;
            border-bottom: solid 1px;
        }

            .shopping-items-wrapper .shopping-section .shopping-right-section #dvFilter h2.title {
                margin: 0px;
                font-size: 14px;
                text-transform: none;
            }

                .shopping-items-wrapper .shopping-section .shopping-right-section #dvFilter h2.title .clsclearall {
                    float: right;
                    padding: 5px;
                    font-size: 12px;
                    cursor: pointer;
                }

            .shopping-items-wrapper .shopping-section .shopping-right-section #dvFilter .filter-section {
                margin-top: 10px;
            }

            .shopping-items-wrapper .shopping-section .shopping-right-section #dvFilter .pnlFilter {
                width: auto;
                display: inline-block;
                margin-right: 18px;
                vertical-align: top;
            }

                .shopping-items-wrapper .shopping-section .shopping-right-section #dvFilter .pnlFilter > div {
                    display: inline-block;
                    border: solid 1px;
                    border-radius: 10px;
                    padding: 3px 10px;
                }

                    .shopping-items-wrapper .shopping-section .shopping-right-section #dvFilter .pnlFilter > div a.rmRating {
                        margin-left: 10px;
                    }

        .shopping-items-wrapper .shopping-section .shopping-right-section .features_items {
            overflow: visible;
        }

            .shopping-items-wrapper .shopping-section .shopping-right-section .features_items .alert-custom {
                margin-bottom: 0px;
                text-align: center;
                font-size: 27px;
                margin-top: -20px;
                font-weight: normal;
                font-style: italic;
            }

.features-content .product-display-wrapper #dvFeaturedList {
    display: flex;
    flex-wrap: wrap;
}

.features-content .product-display-wrapper .col-md-3.col-sm-6 {
    width: 50%;
    margin-top: 30px;
}

    .features-content .product-display-wrapper .col-md-3.col-sm-6 .product-image-wrapper {
        border: solid 1px;
        height: 100%;
        margin-bottom: 0px;
    }

        .features-content .product-display-wrapper .col-md-3.col-sm-6 .product-image-wrapper:hover {
            transform: none;
        }

        .features-content .product-display-wrapper .col-md-3.col-sm-6 .product-image-wrapper .productinfo {
            padding-bottom: 0px;
        }

            .features-content .product-display-wrapper .col-md-3.col-sm-6 .product-image-wrapper .productinfo .product small {
                height: auto;
            }

            .features-content .product-display-wrapper .col-md-3.col-sm-6 .product-image-wrapper .productinfo .product .price {
                display: inline-block;
                text-align: left;
            }

                .features-content .product-display-wrapper .col-md-3.col-sm-6 .product-image-wrapper .productinfo .product .price .price-offer-line {
                    justify-content: flex-start;
                }

            .features-content .product-display-wrapper .col-md-3.col-sm-6 .product-image-wrapper .productinfo .button-section {
                padding: 15px;
                text-align: right;
                width: 100%;
                border-top: solid 1px;
                position: static;
            }

                .features-content .product-display-wrapper .col-md-3.col-sm-6 .product-image-wrapper .productinfo .button-section .add-to-cart {
                    width: auto;
                    display: inline-block;
                }

.shopping-items-wrapper .shopping-section .shopping-right-section #page-selection {
    padding: 0px 15px;
}

    .shopping-items-wrapper .shopping-section .shopping-right-section #page-selection ul.pagination {
        padding: 0px;
        margin-bottom: 20px;
        width: 100%;
    }

        .shopping-items-wrapper .shopping-section .shopping-right-section #page-selection ul.pagination li {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }

            .shopping-items-wrapper .shopping-section .shopping-right-section #page-selection ul.pagination li a {
                margin-right: 0px;
                border-radius: 6px;
            }

            .shopping-items-wrapper .shopping-section .shopping-right-section #page-selection ul.pagination li.disabled a {
                opacity: 0.5;
            }

            .shopping-items-wrapper .shopping-section .shopping-right-section #page-selection ul.pagination li.active a {
                border: solid 2px;
            }

.product-image-wrapper {
    border: none;
    border-radius: 6px;
    transition: all 0.2s ease-out;
    overflow: visible;
    height: calc(100% - 30px);
    position: relative;
}

    .product-image-wrapper:hover {
        transform: scale(1.05);
        z-index: 10;
    }

    .product-image-wrapper .productinfo {
        position: relative;
        height: 100%;
        padding-bottom: 51px;
    }

        .product-image-wrapper .productinfo.no-btn {
            padding-bottom: 0px;
        }

    .product-image-wrapper .single-products {
        position: relative;
        height: 100%;
    }

    .product-image-wrapper .productinfo > .image-holder {
        display: flex;
        padding: 10px;
        border-bottom: solid 1px;
        height: 220px;
        align-items: center;
        justify-content: center;
    }

        .product-image-wrapper .productinfo > .image-holder img {
            max-width: 100%;
            width: auto;
            height: 200px;
            border-radius: 6px;
        }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .product-image-wrapper .productinfo > .image-holder img {
        width: 100%;
    }
}

.product-image-wrapper .productinfo .product {
    text-align: left;
    padding: 10px;
}

    .product-image-wrapper .productinfo .product h2 {
        margin: 0px;
        font-size: 20px;
    }

        .product-image-wrapper .productinfo .product h2 a {
            display: block;
        }

    .product-image-wrapper .productinfo .product small {
        display: block;
        margin-top: 10px;
        line-height: 22px;
        font-size: 14px;
        font-family: lato !important;
        height: 44px;
        word-break: break-word;
    }

    .product-image-wrapper .productinfo .product .price {
        text-align: center;
        margin: 15px 0px;
        height: 74px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .product-image-wrapper .productinfo .product .price .price-offer-line {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: center;
        }

        .product-image-wrapper .productinfo .product .price .mrkCulture {
            display: block;
            font-size: 30px;
            font-weight: bold;
        }

            .product-image-wrapper .productinfo .product .price .mrkCulture.original-price {
                font-size: 20px;
                text-decoration: line-through;
                font-weight: normal;
            }

        .product-image-wrapper .productinfo .product .price .price-offer-line .price-offer-percentage {
            margin-left: 10px;
            font-size: 18px;
            padding: 2px 5px;
            border-radius: 4px;
        }

        .product-image-wrapper .productinfo .product .price .price-offer-line .price-offer-value {
            width: 100%;
            font-weight: bold;
            font-size: 16px;
            margin-top: 5px;
        }

.product-image-wrapper .productinfo .button-section {
    transition: all 0.2s ease-out;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

    .product-image-wrapper .productinfo .button-section .add-to-cart {
        margin-bottom: 0px;
        display: block;
        width: 100%;
        padding: 15px;
        transition: all 0.2s ease-out;
    }

    .product-image-wrapper .productinfo .button-section:hover {
        padding-bottom: 5px;
    }

    .product-image-wrapper .productinfo .button-section .add-to-cart:hover {
        margin-top: -5px;
    }

.product-image-wrapper .productinfo .product-alert,
.product-details .detail-view .product-information .product-alert {
    width: auto;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 3px;
    margin-bottom: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
}

    .product-image-wrapper .productinfo .product-alert span,
    .product-details .detail-view .product-information .product-alert span {
        display: block;
        font-weight: bold;
        font-size: 16px;
        margin: 0px;
    }

#panelRecommened {
    border-top: solid 1px;
    padding-top: 20px;
    clear: both;
}

    #panelRecommened .recommended_items h2.title {
        margin-bottom: -10px;
    }

#recommended-item-carousel .carousel-inner .item {
    padding: 30px 0px;
}

    #recommended-item-carousel .carousel-inner .item.active {
        display: flex;
    }

.category-tab {
    border: solid 1px;
    padding: 15px 15px 0px;
    border-radius: 6px;
    clear: both;
    margin: 0px;
    overflow: visible;
    position: relative;
    z-index: 10;
}

    .category-tab h2.title {
        margin: 0px 0px 20px;
    }

    .category-tab .tab-content .alert-custom {
        margin-bottom: 0px;
        text-align: center;
        font-size: 27px;
        margin-top: -20px;
        font-weight: normal;
        font-style: italic;
    }

    .category-tab .tab-content .tab-heading {
        display: none;
    }

    .category-tab ul {
        border-bottom: 1px solid;
    }

        .category-tab ul li a {
            position: relative;
        }

    .category-tab .nav-tabs li.active a:after {
        content: '';
        width: 0px;
        height: 0px;
        border: solid 10px;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        bottom: -20px;
    }

.category-content .tab-navigation,
.category-tab-list-content .tab-navigation {
    display: none;
}

.category-content .tab-content .tab-pane,
.category-tab-list-content .tab-content .tab-pane {
    display: block;
    opacity: 1;
}

.category-content .tab-content .tab-pane-no-content,
.category-tab-list-content .tab-content .tab-pane-no-content {
    display: none;
    opacity: 0;
}

.category-content .tab-content .tab-heading,
.category-tab-list-content .tab-content .tab-heading {
    display: block;
    font-weight: normal;
    margin-top: 0px;
    border-bottom: solid 1px;
    margin-bottom: 15px;
}

    .category-content .tab-content .tab-heading span,
    .category-tab-list-content .tab-content .tab-heading span {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 10px 10px 0px 0px;
    }

.category-content .tab-content .detail-information .details strong {
    display: block;
    width: 100%;
}

.category-tab-list .items,
.category-tab-list-content .items {
    border-bottom: dashed 1px;
    padding: 10px 0px;
}

    .category-tab-list .items .picture img,
    .category-tab-list-content .items .picture img {
        width: 100%;
        height: 80px;
        border: solid 1px;
        padding: 5px;
        border-radius: 6px;
        object-fit: cover;
    }

.category-tab-list-content h2.title:after,
.category-tab-list-content h2.title:before {
    display: none;
}

.category-offline .product-image-wrapper {
    box-shadow: none;
    border: solid 1px #d6d6d6;
}

    .category-offline .product-image-wrapper:hover {
        box-shadow: none;
        transform: scale(1);
    }

    .category-offline .product-image-wrapper .productinfo {
        padding-bottom: 15px;
    }

        .category-offline .product-image-wrapper .productinfo .product {
            text-align: center;
        }

            .category-offline .product-image-wrapper .productinfo .product .price {
                display: none;
            }

        .category-offline .product-image-wrapper .productinfo .button-section {
            display: none;
        }

.hybrid-category {
    border: solid 1px;
    padding: 15px 15px 0px;
    border-radius: 6px;
    clear: both;
}

    .hybrid-category .category-row {
        margin-bottom: 15px;
    }

        .hybrid-category .category-row .category-heading {
            margin: 0px;
            font-size: 16px;
            text-transform: uppercase;
            border-bottom: solid 1px;
            padding-bottom: 10px;
            margin-bottom: 15px;
        }

        .hybrid-category .category-row ul {
            padding-left: 0px;
            margin-bottom: 15px;
        }

            .hybrid-category .category-row ul li {
                position: relative;
                margin-bottom: 7px;
                padding-bottom: 7px;
                padding-left: 15px;
                border-bottom: solid 1px;
            }

                .hybrid-category .category-row ul li:before {
                    content: '';
                    width: 5px;
                    height: 5px;
                    position: absolute;
                    top: 6px;
                    left: 0px;
                }

        .hybrid-category .category-row .figure-wrapper {
            display: flex;
        }

            .hybrid-category .category-row .figure-wrapper figure {
                margin: 0px 5px;
                width: 33.3333%;
            }

                .hybrid-category .category-row .figure-wrapper figure figcaption span {
                    display: inline-flex;
                    padding: 2px 6px;
                    border-radius: 6px 6px 0px 0px;
                }

                .hybrid-category .category-row .figure-wrapper figure img {
                    width: 100%;
                    height: 180px;
                    border-radius: 0px 6px 6px 6px;
                    object-fit: cover;
                }

                .hybrid-category .category-row .figure-wrapper figure a {
                    display: block;
                    margin-top: 5px;
                }

#footer .companyinfo,
#footer .video-gallery {
    margin-top: 30px;
}

    #footer .companyinfo h2,
    #footer .video-gallery h2 {
        font-family: inherit;
        font-size: 20px;
    }

    #footer .video-gallery h2 {
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 20px;
    }

    #footer .companyinfo .logo {
        text-align: center;
        padding: 10px;
        border-radius: 6px;
    }

        #footer .companyinfo .logo img {
            max-width: 100%;
        }

    #footer .video-gallery a.video {
        display: block;
        position: relative;
    }

    #footer .video-gallery .iframe-img {
        height: 90px;
        border-radius: 6px;
        border: none;
    }

        #footer .video-gallery .iframe-img img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            border-radius: 6px;
        }

    #footer .video-gallery .overlay-icon {
        height: 90px;
    }

    #footer .video-gallery a.video:hover .overlay-icon {
        opacity: 0.9;
    }

#footer .address {
    width: 290px;
    max-width: 100%;
    display: inline-block;
}

    #footer .address img {
        border-radius: 6px;
        margin-bottom: 10px;
        width: 290px;
        max-width: 100%;
    }

    #footer .address p {
        padding: 10px;
        top: auto;
        bottom: 0px;
        left: 0px;
        border-radius: 0px 0px 6px 6px;
    }

#footer .footer-top .container {
    border-bottom: 1px solid;
}

#footer .footer-widget {
    margin-bottom: 0px;
}

    #footer .footer-widget .single-widget h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    #footer .footer-widget .single-widget ul li a {
        border-bottom: dashed 1px;
        border-radius: 0px;
    }

        #footer .footer-widget .single-widget ul li a:hover {
            font-weight: bold;
        }

    #footer .footer-widget .newsletter-column {
        text-align: right;
    }

        #footer .footer-widget .newsletter-column .mail-input {
            position: relative;
            display: inline-block;
        }

            #footer .footer-widget .newsletter-column .mail-input input {
                width: 100%;
                margin: 0px;
                padding-left: 36px;
            }

            #footer .footer-widget .newsletter-column .mail-input #btmemailErr {
                padding: 3px 5px;
                position: absolute;
                top: 37px;
                width: 100%;
                text-align: left;
            }

            #footer .footer-widget .newsletter-column .mail-input i {
                position: absolute;
                top: 12px;
                left: 12px;
                font-size: 12px;
            }

    #footer .footer-widget .admin-link-wrapper {
        margin: 15px -15px 0px;
        text-align: center;
        border-top: dashed 1px;
    }

        #footer .footer-widget .admin-link-wrapper .admin-link {
            display: inline-block;
            padding: 15px;
        }

.product-details {
    margin-bottom: 0px !important;
    overflow: inherit;
    display: flex;
}

    .product-details .photo-view #etalage {
        margin-bottom: 0px;
    }

        .product-details .photo-view #etalage > li.etalage_thumb {
            border: 1px solid;
            border-radius: 6px;
        }

            .product-details .photo-view #etalage > li.etalage_thumb img {
                border-radius: 6px;
            }

        .product-details .photo-view #etalage > li.etalage_hint {
            top: 0px !important;
            right: 0px !important;
        }

        .product-details .photo-view #etalage .etalage_small_thumbs li {
            border: 1px solid;
            border-radius: 6px;
        }

        .product-details .photo-view #etalage .etalage_zoom_area {
            border: solid 1px;
            border-radius: 6px;
        }

    .product-details .detail-view {
        padding-left: 15px;
        width: 100%;
        float: left;
    }

        .product-details .detail-view .mrkCulture.original-price {
            margin: 0px;
            display: inline-block;
            font-size: 21px;
            text-decoration: line-through;
        }

        .product-details .detail-view .price-offer-percentage {
            margin: 0px 0px 0px 10px;
            font-size: 18px;
            padding: 2px 5px;
            border-radius: 4px;
        }

        .product-details .detail-view .price-offer-value {
            font-weight: bold;
            font-size: 16px;
            margin: 0px 0px 0px 10px;
        }

        .product-details .detail-view .product-information {
            padding-top: 10px;
            padding-left: 15px;
            padding-bottom: 10px;
            height: 100%;
            border: solid 1px;
            border-radius: 6px;
        }

            .product-details .detail-view .product-information .price-box .input-group {
                width: 228px;
            }

                .product-details .detail-view .product-information .price-box .input-group .form-control {
                    width: 150px;
                }

            .product-details .detail-view .product-information .product-alert {
                position: static;
            }

            .product-details .detail-view .product-information h2 {
                font-size: 30px;
                margin-top: 10px;
                font-weight: bold;
            }

.product-information > span {
    display: flex;
    align-items: center;
}

.product-information .detail-information {
    margin-top: 20px;
}

.detail-information {
    margin-right: 15px;
}

    .detail-information .details {
        border-bottom: solid 1px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .detail-information > .details:last-child {
        border-bottom: none;
    }

    .detail-information .details strong {
        display: inline-block;
        vertical-align: top;
        width: 150px;
        padding-right: 15px;
    }

    .detail-information .details > div span {
        margin: 0px;
        display: block;
    }

    .detail-information .rating-block .star-rating .clear-rating {
        display: none !important;
    }

    .detail-information .rating-block .star-rating .caption {
        padding-left: 15px;
    }

        .detail-information .rating-block .star-rating .caption span {
            margin: 0px;
            padding: 5px;
        }

.product-details-fullscreen .detail-view {
    padding-left: 0px;
    margin-bottom: 15px;
}

.product-details-fullscreen .product-information {
    padding: 15px;
}

.product-details-fullscreen .detail-information {
    margin-right: 0px;
}

    .product-details-fullscreen .detail-information .details {
        margin-bottom: 15px;
        padding: 0px;
        border: none;
    }

.product-details-fullscreen .container.gallery-container {
    padding: 0px;
    border-radius: 0px;
}

.product-details-fullscreen .detail-information-description {
    white-space: pre-wrap;
    font-size: 16px;
    line-height: 30px;
}

.product-details-fullscreen .tz-gallery {
    padding: 0px;
}

    .product-details-fullscreen .tz-gallery ul {
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

        .product-details-fullscreen .tz-gallery ul li {
            width: 200px;
            height: 200px;
            margin: 0px 15px 15px 0px;
        }

            .product-details-fullscreen .tz-gallery ul li a.lightbox {
                display: block;
            }

                .product-details-fullscreen .tz-gallery ul li a.lightbox img {
                    max-width: 200px;
                    max-height: 200px;
                    min-height: 200px;
                    margin: 0px;
                }

.product-details-fullscreen .rating-block {
    text-align: right;
    border-top: solid 1px;
    margin: 0px -15px -10px;
    padding: 15px;
}

.product-information span span,
.product-information span label,
.product-information span .cart {
    margin-bottom: 0px;
}

.product-information span input {
    padding-left: 10px;
}

.bullet-point-list {
    margin-bottom: 25px;
}

    .bullet-point-list > div {
        margin-bottom: 15px;
    }

        .bullet-point-list > div:last-child {
            margin-bottom: 0px;
        }

        .bullet-point-list > div .bullet-symbol {
            font-size: 24px;
            float: left;
            line-height: 24px;
        }

        .bullet-point-list > div .bullet-text {
            display: block;
            padding-left: 30px;
        }

.video-list-wrapper .video-list {
    display: inline-block;
    width: 270px;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 25px;
    border: solid 1px;
    border-radius: 6px;
    padding: 10px;
    position: relative;
}

    .video-list-wrapper .video-list .video-gallery {
        margin: 0px;
        height: 114px;
        overflow: hidden;
    }

        .video-list-wrapper .video-list .video-gallery a {
            display: block;
            height: inherit;
        }

            .video-list-wrapper .video-list .video-gallery a .iframe-img {
                height: inherit;
                border: none;
                margin-bottom: 0px;
            }

                .video-list-wrapper .video-list .video-gallery a .iframe-img img {
                    max-width: 100%;
                    max-height: 100%;
                    height: auto;
                    width: auto;
                }

            .video-list-wrapper .video-list .video-gallery a .overlay-icon {
                height: inherit;
            }

    .video-list-wrapper .video-list .video-details {
        border-top: solid 1px;
        margin-top: 10px;
        padding-top: 10px;
    }

        .video-list-wrapper .video-list .video-details .video-title {
            margin: 0px;
            font-size: 20px;
        }

        .video-list-wrapper .video-list .video-details .video-description {
            margin-bottom: 0px;
            margin-top: 7px;
            line-height: 24px;
        }

#reviews {
    padding: 0px;
}

.users-rating-wrapper .users-rating-list .user-rating {
    border-bottom: dashed 1px;
    padding: 15px;
}

    .users-rating-wrapper .users-rating-list .user-rating .user-name {
        font-size: 18px;
    }

    .users-rating-wrapper .users-rating-list .user-rating .review-time {
        font-size: 14px;
    }

        .users-rating-wrapper .users-rating-list .user-rating .review-time span {
            display: inline-block;
            vertical-align: top;
            margin-right: 10px;
        }

    .users-rating-wrapper .users-rating-list .user-rating .review-comment {
        margin-top: 10px;
    }

.users-rating-wrapper .user-rating-pagination #page-selection {
    padding: 15px;
    border-radius: 0px 0px 6px 6px;
    margin-bottom: 30px;
}

    .users-rating-wrapper .user-rating-pagination #page-selection .pagination {
        margin: 0px;
    }

        .users-rating-wrapper .user-rating-pagination #page-selection .pagination > li {
            margin-right: 5px;
            vertical-align: middle;
        }

            .users-rating-wrapper .user-rating-pagination #page-selection .pagination > li a {
                margin-right: 0px;
                border-radius: 6px;
            }

            .users-rating-wrapper .user-rating-pagination #page-selection .pagination > li.disabled a {
                opacity: 0.5;
            }

            .users-rating-wrapper .user-rating-pagination #page-selection .pagination > li.active a {
                border: solid 2px;
            }

#reviews .new-rating-box .full-row {
    padding: 0px 15px;
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

#reviews .new-rating-box textarea {
    border: solid 1px;
    margin: 0px;
    width: 100%;
    padding: 10px;
}

#reviews .new-rating-box .full-row strong {
    float: left;
    margin-top: 10px;
}

#reviews .new-rating-box .full-row .star-rating {
    padding-left: 70px;
}

#reviews .new-rating-box .full-row .button-section {
    text-align: right;
    border-top: solid 1px;
    padding-top: 15px;
}

.recommended-item-control i,
a#scrollUp {
    animation: none;
}

#advertisement {
    padding: 15px;
    border-bottom: solid 1px;
    border-top: solid 1px;
}

    #advertisement a {
        display: block;
        text-align: center;
    }

        #advertisement a img {
            width: auto;
            max-width: 100%;
        }

.bg h2.title {
    text-align: left;
    margin-top: 20px;
}

    .bg h2.title.text-center {
        text-align: center;
    }

    .bg h2.title:after,
    .bg h2.title:before {
        display: none;
    }

.contact-map {
    margin-bottom: 30px;
}

.social-networks {
    text-align: left;
}

#form {
    margin-bottom: 30px;
    overflow: visible;
}

.thbk {
    border-bottom: 3px solid !important;
}

.right-align-label-form .control-label {
    text-align: right;
}

#postervideoimgPrev {
    margin-bottom: 0px;
    margin-top: 15px;
}

    #postervideoimgPrev .panel-heading {
        margin-bottom: 15px;
    }

        #postervideoimgPrev .panel-heading .btn {
            float: right;
            margin: -8px;
        }

        #postervideoimgPrev .panel-heading .panel-title {
            padding-right: 50px;
        }

    #postervideoimgPrev img[id^="clsPosterImg"] {
        border: solid 1px;
        border-radius: 6px;
        padding: 5px;
    }

.table > thead > tr > th {
    vertical-align: middle;
}

#cart_items .cart_info .no-items-table .cart_menu th {
    padding-left: 15px;
    border-radius: 6px 6px 0px 0px;
}

#cart_items .cart_info .no-items-table tbody td p {
    margin-top: 15px;
    font-size: 27px;
    font-weight: bold;
    font-style: italic;
}

#cart_items .cart_info .no-items-table tbody td .btn.btn-primary {
    margin-top: 0px;
}

.user_info input,
select,
textarea {
    border: solid 1px;
    height: 45px;
}

.right-preview .highlight {
    border: solid 1px;
}

.right-preview .left-sidebar .shipping img {
    max-width: 100%;
}

.shipping {
    padding: 10px;
}

.heading-top-seperation {
    border-top: solid 1px;
    padding-top: 20px;
    margin-top: 0px;
}

.modal-backdrop {
    z-index: 8999;
}

.modal {
    z-index: 9000;
}

    .modal.in .modal-dialog {
        border-radius: 6px;
    }

.custom-tooltip {
    position: relative;
    display: block;
    word-break: break-word;
}

    .custom-tooltip:after,
    .custom-tooltip:before {
        position: absolute;
        z-index: 9000;
        display: none;
        font-size: 14px;
        font-weight: normal;
    }

    .custom-tooltip:after {
        content: attr(data-content);
        left: 50%;
        top: 50px;
        width: 200px;
        margin-left: -100px;
        padding: 5px 10px;
        border-radius: 3px;
        text-align: center;
        white-space: normal;
    }

    .custom-tooltip:before {
        content: '';
        position: absolute;
        top: 40px;
        left: 50%;
        border: solid 5px;
        margin-left: -5px;
        width: 0px;
        height: 0px;
        display: none;
    }

    .custom-tooltip:hover:after,
    .custom-tooltip:hover:before {
        display: block;
    }

.asimg {
    min-height: 400px;
    max-height: 400px;
}

.info-image-wrapper {
    /*min-height: 400px;
    min-width: 400px;*/
}

.loader {
    border: 16px solid;
    border-radius: 50%;
    border-top: 16px solid;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    z-index: 99999;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.custom-content-area {
    padding: 15px;
    /*margin: 30px 15px;*/
    border: solid 1px;
    border-radius: 6px;
}

    .custom-content-area * {
        font-family: lato !important;
    }

.gallery-section .product-details .product-information {
    padding: 15px 0px 0px;
    border: none;
}

    .gallery-section .product-details .product-information .detail-information {
        margin-top: 0px;
    }

    .gallery-section .product-details .product-information .tz-gallery ul li {
        width: 14.6666%;
        height: 150px;
        margin: 5px 1% 20px 1%;
    }

        .gallery-section .product-details .product-information .tz-gallery ul li a.lightbox img {
            max-width: 100%;
            max-height: 150px;
            min-height: 150px;
            object-fit: scale-down;
            border: solid 1px;
        }

        .gallery-section .product-details .product-information .tz-gallery ul li a.lightbox .caption {
            display: none;
        }

.gallery-section .product-details-caption .product-information .tz-gallery ul li {
    width: 31.3333%;
    height: 300px;
}

    .gallery-section .product-details-caption .product-information .tz-gallery ul li a.lightbox img {
        max-height: 250px;
        min-height: 250px;
    }

    .gallery-section .product-details-caption .product-information .tz-gallery ul li a.lightbox .caption {
        display: block;
        margin: -5px 0px 0px;
        border: solid 1px;
        padding: 10px 15px;
        position: relative;
        z-index: 10;
        border-radius: 0px 0px 3px 3px;
        text-align: center;
    }

.product-display-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: -5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .payment-method-wrapper > div > label img {
        width: 100% !important;
    }
}

.shopping-section-full-content .shopping-left-section {
    display: none;
}

.shopping-section-full-content .shopping-right-section {
    width: 100%;
}

.small-card-form {
    border: solid 1px;
    border-radius: 4px;
    padding: 15px;
    margin: 0px auto 30px;
    width: 500px;
    max-width: 100%;
}

    .small-card-form > h3 {
        margin: 0px 0px 20px;
    }

    .small-card-form .form-control,
    .small-card-form .btn {
        height: 45px;
        margin: 0px;
    }

    .small-card-form .message-box {
        text-align: center;
    }

        .small-card-form .message-box h2 {
            margin: 15px;
        }

        .small-card-form .message-box span {
            font-size: 18px;
        }

        .small-card-form .message-box .btn {
            margin-top: 15px;
        }

.common-page .bg h2.title {
    margin-bottom: 0px;
    float: none;
    font-size: 24px;
}

    .common-page .bg h2.title + * {
        margin-top: 15px !important;
    }

.common-page .bg .category-tab h2.title {
    margin-top: 0px;
}

.common-page .bg .category-tab-list-content .tab-content .tab-pane {
    margin-top: 15px;
}

.common-page .product-details-fullscreen .tz-gallery ul {
    /*margin-bottom: 30px;*/
}

.common-page .product-image-wrapper .productinfo {
    padding-bottom: 0px;
}

.product-detail-group-wrapper .content-detail-section .product-details {
    margin: 0px;
}

    .product-detail-group-wrapper .content-detail-section .product-details .detail-view .product-information {
        border: none;
    }

.product-detail-group-wrapper .content-detail-section .category-tab {
    border: none;
    padding: 15px;
}

.product-detail-group-wrapper .shortcut-links-section {
    padding-top: 15px;
}

    .product-detail-group-wrapper .shortcut-links-section .widget_categories {
        margin-bottom: 30px;
    }

        .product-detail-group-wrapper .shortcut-links-section .widget_categories .widgettitle {
            margin: 0px 0px 15px;
            border-bottom: solid 1px;
        }

            .product-detail-group-wrapper .shortcut-links-section .widget_categories .widgettitle span {
                padding: 5px 10px;
                border-radius: 10px 10px 0px 0px;
                display: inline-block;
            }

        .product-detail-group-wrapper .shortcut-links-section .widget_categories > ul {
            padding: 0px;
        }

        .product-detail-group-wrapper .shortcut-links-section .widget_categories ul li {
            display: block;
            border-bottom: solid 1px;
        }

            .product-detail-group-wrapper .shortcut-links-section .widget_categories ul li:last-child {
                border: none;
            }

            .product-detail-group-wrapper .shortcut-links-section .widget_categories ul li a {
                display: block;
                padding: 10px 15px;
            }

        .product-detail-group-wrapper .shortcut-links-section .widget_categories > ul > li > span {
            display: block;
            font-weight: bold;
            margin-top: 15px;
        }

.news-style-layout {
    padding: 0px 15px;
}

    .news-style-layout .product-image-wrapper:hover {
        transform: scale(1);
    }

    .news-style-layout .product-image-wrapper .productinfo > .image-holder {
        float: left;
        height: auto;
        width: 250px;
    }

        .news-style-layout .product-image-wrapper .productinfo > .image-holder img {
            width: 100%;
            max-height: none;
        }

    .news-style-layout .product-image-wrapper .productinfo .product {
        width: calc(100% - 250px);
    }

    .news-style-layout .product-image-wrapper .productinfo {
        min-height: auto;
        display: flex;
    }

.product-image-wrapper .productinfo .product small {
    height: auto;
}

.product-image-wrapper .productinfo .product .date-time {
    display: block;
    margin-top: 15px;
}

.footer-gap-down {
    margin-bottom: 40px;
}

.product-flex-container {
    display: flex;
    flex-wrap: wrap;
}

.user-type-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px;
}

    .user-type-wrapper .user-type {
        margin: 0px 15px;
        position: relative;
    }

        .user-type-wrapper .user-type input {
            position: absolute;
            width: 100%;
            height: 100%;
            margin: 0px;
            opacity: 0;
            cursor: pointer;
            z-index: 2;
        }

        .user-type-wrapper .user-type h5 {
            text-align: center;
        }

        .user-type-wrapper .user-type .user-type-box {
            border: solid 1px;
            width: 150px;
            height: 150px;
            border-radius: 4px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 1;
        }

        .user-type-wrapper .user-type input:checked ~ .user-type-box:after {
            content: '';
            width: 0px;
            height: 0px;
            border: solid 10px;
            position: absolute;
            bottom: -20px;
            left: 50%;
            margin-left: -10px;
        }

        .user-type-wrapper .user-type input:checked ~ .user-type-box:after {
            content: '';
            width: 0px;
            height: 0px;
            border: solid 10px;
            position: absolute;
            bottom: -20px;
            left: 50%;
            margin-left: -10px;
        }

        .user-type-wrapper .user-type .user-type-box .offer-icon {
            position: absolute;
            top: 0px;
            right: 0px;
            font-size: 20px;
            padding: 10px;
            border-radius: 0px 0px 0px 50%;
        }

        .user-type-wrapper .user-type .user-type-box .main-icon {
            font-size: 45px;
        }

        .user-type-wrapper .user-type .user-type-box span {
            margin-top: 15px;
        }

.user-action-type {
    margin: 30px 0px;
}

    .user-action-type .type-box {
        width: 600px;
        max-width: 100%;
        margin: auto;
        padding: 20px;
        border: solid 1px;
        border-radius: 4px;
        position: relative;
        display: none;
    }

        .user-action-type .type-box .action-box {
            width: calc(100% - 200px);
            padding-right: 20px;
            border-right: solid 1px;
            margin-right: 20px;
        }

        .user-action-type .type-box .info-box {
            width: 200px;
        }

            .user-action-type .type-box .info-box ul {
                padding: 0px;
            }

                .user-action-type .type-box .info-box ul li {
                    display: block;
                    padding-left: 20px;
                    margin-top: 10px;
                    position: relative;
                }

                    .user-action-type .type-box .info-box ul li:before {
                        content: '';
                        width: 5px;
                        height: 5px;
                        border-radius: 50%;
                        position: absolute;
                        top: 7px;
                        left: 2px;
                    }

.welcome-content {
}

    .welcome-content .welcome-content-box {
        border: solid 1px;
        border-radius: 4px;
        padding: 15px;
    }

        .welcome-content .welcome-content-box h1,
        .welcome-content .welcome-content-box h2,
        .welcome-content .welcome-content-box h3,
        .welcome-content .welcome-content-box h4,
        .welcome-content .welcome-content-box h5,
        .welcome-content .welcome-content-box h6 {
            margin-top: 0px;
        }

        .welcome-content .welcome-content-box ul li {
            list-style: disc;
        }

.section-action-area {
    text-align: right;
    margin: 0px 0px 20px;
}

.cookie-box {
    width: 100%;
    padding: 15px;
    position: fixed;
    z-index: 10012;
    left: 0px;
    bottom: -200px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    display: none;
}

    .cookie-box > span {
        font-size: 18px;
    }

    .cookie-box > .button-section .btn {
        margin: 0px 0px 0px 10px;
        height: 36px;
    }

.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.plain-product-container > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.plain-product-container .product-image-wrapper {
    border: solid 1px;
    border-right: none;
    border-radius: 0px;
    height: auto;
    margin-bottom: 0px;
    padding: 15px;
}

    .plain-product-container .product-image-wrapper:first-child {
        border-radius: 6px 0px 0px 6px;
    }

    .plain-product-container .product-image-wrapper:last-child {
        border-right: solid 1px;
        border-radius: 0px 6px 6px 0px;
    }

    .plain-product-container .product-image-wrapper:hover {
        transform: scale(1.01);
        z-index: 1;
    }

    .plain-product-container .product-image-wrapper .productinfo {
        min-height: auto;
    }

        .plain-product-container .product-image-wrapper .productinfo > .image-holder {
            padding: 0px;
            display: block;
            height: auto;
            border: none;
        }

            .plain-product-container .product-image-wrapper .productinfo > .image-holder img {
                max-width: 100%;
                width: auto;
            }

        .plain-product-container .product-image-wrapper .productinfo .product {
            padding: 0px;
            margin-top: 15px;
        }

            .plain-product-container .product-image-wrapper .productinfo .product .offer-time {
                text-align: center;
                margin: 10px;
            }

            .plain-product-container .product-image-wrapper .productinfo .product .offer-type {
                text-align: center;
                margin: 10px 20px;
                padding: 5px;
                border-radius: 20px;
            }

                .plain-product-container .product-image-wrapper .productinfo .product .offer-type > span {
                    display: inline-block;
                    vertical-align: middle;
                }

                .plain-product-container .product-image-wrapper .productinfo .product .offer-type .offer-animation {
                    position: relative;
                    margin-right: 10px;
                }

                    .plain-product-container .product-image-wrapper .productinfo .product .offer-type .offer-animation .percentage {
                        position: absolute;
                        top: 20%;
                        left: 36%;
                        font-weight: bold;
                    }

                .plain-product-container .product-image-wrapper .productinfo .product .offer-type .icon-percentage {
                    font-size: 30px;
                    animation: rotation 10s infinite linear;
                    display: block;
                }

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.plain-product-container .product-image-wrapper .productinfo .product h2 {
    text-align: center;
}

.site-admin-link {
    margin-top: 15px;
}

.target-date-control {
    margin-top: 30px;
    padding-right: 15px;
}

.input-group .input-group-addon {
    display: table-cell;
}

.input-group .form-control,
.input-group .input-group-btn .btn {
    height: 45px;
}

.target-date-control .room-control {
    border: solid 1px;
    height: 45px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

    .target-date-control .room-control > span {
        line-height: 45px;
        padding: 0px 15px;
        display: block;
        margin: 0px;
    }

    .target-date-control .room-control > .btn {
        position: absolute;
        top: 0px;
        right: 0px;
        margin: -1px;
        height: 45px;
        padding: 10px 15px;
    }

    .target-date-control .room-control.active .guestRoomPickerPopUp {
        display: block;
    }

.guestRoomPickerPopUp {
    min-width: 250px;
    width: 100%;
    position: absolute;
    top: 43px;
    left: -1px;
    border-radius: 4px;
    border: 1px solid;
    display: none;
}

    .guestRoomPickerPopUp .guestRoomPickerPopUp__headingRow {
        padding: 15px;
        border-bottom: solid 1px;
        display: flex;
    }

        .guestRoomPickerPopUp .guestRoomPickerPopUp__headingRow .guestRoomPickerPopUp__heading {
            flex: 1;
            font-weight: bold;
        }

    .guestRoomPickerPopUp .guestRoomPickerPopUp__roomsRow {
        padding: 15px;
        border-bottom: solid 1px;
    }

        .guestRoomPickerPopUp .guestRoomPickerPopUp__roomsRow .guestRoomPickerPopUp__roomTable {
            display: flex;
        }

            .guestRoomPickerPopUp .guestRoomPickerPopUp__roomsRow .guestRoomPickerPopUp__roomTable > div {
                flex: 1;
            }

    .guestRoomPickerPopUp .guestRoomPickerPopUp__minus i.fa,
    .guestRoomPickerPopUp .guestRoomPickerPopUp__plus i.fa {
        position: static !important;
    }

    .guestRoomPickerPopUp .guestRoomPickerPopUp__roomsRow .guestRoomPickerPopUp__roomTable > div .guestRoomPickerPopUp__minus,
    .guestRoomPickerPopUp .guestRoomPickerPopUp__roomsRow .guestRoomPickerPopUp__roomTable > div .guestRoomPickerPopUp__plus {
        display: inline-block;
        vertical-align: middle;
        border: solid 1px;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        cursor: pointer;
    }

    .guestRoomPickerPopUp .guestRoomPickerPopUp__roomsRow .guestRoomPickerPopUp__roomTable > div span.guestRoomPickerPopUp__count {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        text-align: center;
    }

    .guestRoomPickerPopUp .guestRoomPickerPopUp__buttonRow {
        display: flex;
        padding: 15px;
    }

        .guestRoomPickerPopUp .guestRoomPickerPopUp__buttonRow .btn {
            width: 50%;
        }

            .guestRoomPickerPopUp .guestRoomPickerPopUp__buttonRow .btn.btn-primary {
                margin: 0px 0px 0px 15px;
            }

.testimonials-content {
    border: solid 1px;
    border-radius: 4px;
    padding: 15px 15px 0px;
}

    .testimonials-content h2.title {
        margin-bottom: 20px;
    }

    .testimonials-content .product-flex-container .col-md-3.col-sm-6 {
        margin-bottom: 30px;
    }

    .testimonials-content .product-image-wrapper {
        margin-bottom: 0px;
        height: 100%;
    }

    .testimonials-content .testimonial-info {
        padding-bottom: 0px;
    }

        .testimonials-content .testimonial-info .image-holder {
            height: auto;
            border: none;
            margin-bottom: 10px;
            display: block;
        }

            .testimonials-content .testimonial-info .image-holder img {
                width: 100px;
                height: 100px;
                border-radius: 50%;
            }

        .testimonials-content .testimonial-info .product {
            text-align: center;
        }

            .testimonials-content .testimonial-info .product .date {
                font-size: 14px;
                font-weight: normal;
                margin: 5px 0px;
                display: block;
            }

            .testimonials-content .testimonial-info .product .occupation {
                font-size: 14px;
                font-weight: normal;
                display: block;
                line-height: 20px;
            }

            .testimonials-content .testimonial-info .product .testimonial-message {
                border-top: solid 1px;
                margin: 20px -10px 0px;
                padding: 15px;
                position: relative;
            }

                .testimonials-content .testimonial-info .product .testimonial-message:before {
                    content: '';
                    width: 0px;
                    height: 0px;
                    border: solid 10px;
                    position: absolute;
                    top: -20px;
                    left: 50%;
                    margin-left: -10px;
                }

.testimonials-style-2 .product-flex-container .col-md-3.col-sm-6 {
    width: 33.3333%;
}

.testimonials-style-2 .testimonial-info .image-holder {
    float: left;
    width: 100px;
    height: 100px;
}

    .testimonials-style-2 .testimonial-info .image-holder img {
        border: solid 1px;
    }

.testimonials-style-2 .product-image-wrapper .productinfo .product h2 {
    padding-left: 120px;
    height: 100px;
}

.testimonials-style-3 .product-flex-container .col-md-3.col-sm-6,
.testimonials-style-4 .product-flex-container .col-md-3.col-sm-6 {
    width: 50%;
}

.testimonials-style-3 .testimonial-info .product,
.testimonials-style-4 .testimonial-info .product {
    display: flex;
    padding: 0px;
    height: inherit;
}

    .testimonials-style-3 .testimonial-info .product > div,
    .testimonials-style-4 .testimonial-info .product > div {
        width: 50%;
    }

        .testimonials-style-3 .testimonial-info .product > div:first-child,
        .testimonials-style-4 .testimonial-info .product > div:first-child {
            width: 40%;
            padding: 15px;
            border-right: solid 1px;
        }

    .testimonials-style-3 .testimonial-info .product .testimonial-message,
    .testimonials-style-4 .testimonial-info .product .testimonial-message {
        margin: 0px;
        border-top: none;
        width: 60%;
        padding-top: 60px;
        text-align: left;
    }

        .testimonials-style-3 .testimonial-info .product .testimonial-message:before,
        .testimonials-style-4 .testimonial-info .product .testimonial-message:before {
            content: '\f10d';
            font-family: FontAwesome;
            font-weight: 700;
            border: none;
            margin-left: 0px;
            font-size: 40px;
            left: 15px;
            top: 0px;
        }

.testimonials-style-4 .product-image-wrapper {
    border: solid 1px;
}

    .testimonials-style-4 .product-image-wrapper:hover {
        transform: scale(1);
    }

.testimonials-style-4 .product-flex-container .col-md-3.col-sm-6 {
    margin-bottom: 15px;
}

.testimonials-style-5 .product-flex-container .col-md-3.col-sm-6,
.testimonials-style-6 .product-flex-container .col-md-3.col-sm-6,
.testimonials-style-7 .product-flex-container .col-md-3.col-sm-6,
.testimonials-style-8 .product-flex-container .col-md-3.col-sm-6,
.testimonials-style-9 .product-flex-container .col-md-3.col-sm-6 {
    width: 50%;
}

.testimonials-style-6 .testimonial-info .product,
.testimonials-style-7 .testimonial-info .product,
.testimonials-style-8 .testimonial-info .product,
.testimonials-style-9 .testimonial-info .product {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

    .testimonials-style-6 .testimonial-info .product > div:first-child,
    .testimonials-style-7 .testimonial-info .product > div:first-child,
    .testimonials-style-8 .testimonial-info .product > div:first-child,
    .testimonials-style-9 .testimonial-info .product > div:first-child {
        order: 2;
    }

    .testimonials-style-6 .testimonial-info .product .testimonial-message,
    .testimonials-style-7 .testimonial-info .product .testimonial-message,
    .testimonials-style-8 .testimonial-info .product .testimonial-message,
    .testimonials-style-9 .testimonial-info .product .testimonial-message {
        border-top: none;
        border-bottom: solid 1px;
        margin: 0px 0px 15px;
        padding: 50px 0px 15px;
    }

        .testimonials-style-6 .testimonial-info .product .testimonial-message:before,
        .testimonials-style-7 .testimonial-info .product .testimonial-message:before,
        .testimonials-style-8 .testimonial-info .product .testimonial-message:before,
        .testimonials-style-9 .testimonial-info .product .testimonial-message:before {
            content: '\f10d';
            font-family: FontAwesome;
            font-weight: 700;
            border: none;
            font-size: 40px;
            top: -10px;
        }

    .testimonials-style-7 .testimonial-info .product .testimonial-message {
        border-bottom: none;
        height: 170px;
        overflow: auto;
    }

    .testimonials-style-7 .testimonial-info .product > div:first-child {
        margin: -15px;
        padding: 15px;
        border-radius: 0px 0px 6px 6px;
    }

.testimonials-style-8 .testimonial-info .image-holder,
.testimonials-style-9 .testimonial-info .image-holder {
    float: left;
    width: 100px;
    height: 100px;
}

    .testimonials-style-8 .testimonial-info .image-holder img,
    .testimonials-style-9 .testimonial-info .image-holder img {
        border: solid 1px;
    }

.testimonials-style-8 .product-image-wrapper .productinfo .product h2,
.testimonials-style-9 .product-image-wrapper .productinfo .product h2 {
    padding-left: 120px;
    height: 100px;
    text-align: left;
}

.testimonials-style-8 .testimonial-info .product .testimonial-message,
.testimonials-style-9 .testimonial-info .product .testimonial-message {
    height: 170px;
    overflow: auto;
}

ul.available-list {
    padding: 0px;
}

    ul.available-list li {
        display: inline-block;
        border: solid 1px;
        padding: 10px 15px;
        margin-right: 10px;
        border-radius: 20px;
    }

.daterangepicker .drp-buttons .btn {
    margin-top: 0px;
}

.box .box-header {
    margin-bottom: 15px;
}

.box .box-body .dataTables_wrapper .dataTables_length select {
    width: auto;
    margin: 0px 10px;
}

.box .box-body .dataTables_wrapper .dataTables_filter input {
    border: solid 1px;
    height: 36px;
    padding: 0px 5px;
}

.box .box-body .dataTables_wrapper .dt-buttons {
    float: right;
    margin-right: 20px;
}

    .box .box-body .dataTables_wrapper .dt-buttons a.dt-button {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        margin-right: 0.333em;
        margin-bottom: 0.333em;
        padding: 0.5em 1em;
        border: 1px solid;
        border-radius: 2px;
        cursor: pointer;
        font-size: 0.88em;
        line-height: 1.6em;
        white-space: nowrap;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-decoration: none;
        outline: none;
    }

        .box .box-body .dataTables_wrapper .dt-buttons a.dt-button i {
            margin-right: 5px;
        }

.box .box-body .dataTables_wrapper .dataTable {
    margin-top: 15px;
    float: left;
}


/*event calendar*/

.event-calendar-holder {
    margin: 20px 0px;
}

    .event-calendar-holder table {
        border-spacing: 0;
        width: 100%;
        table-layout: fixed;
        margin-top: 20px;
    }

    .event-calendar-holder .calendar-container {
        height: 538px;
        left: 50%;
        margin: -255px 0 0 -245px;
        position: absolute;
        top: 45%;
        width: 510px;
    }

    .event-calendar-holder .calendar {
        text-align: center;
    }

        .event-calendar-holder .calendar .calendar-header {
            position: relative;
        }

        .event-calendar-holder .calendar h2 {
            text-transform: uppercase;
        }

        .event-calendar-holder .calendar thead {
            font-weight: 600;
            text-transform: uppercase;
        }

        .event-calendar-holder .calendar .event-days td {
            border: 1px solid;
            padding: 20px 10px;
            position: relative;
        }

        .event-calendar-holder .calendar .event-calendar td {
            border: 1px solid;
            padding: 20px 10px;
            font-size: 16px;
            position: relative;
        }

            .event-calendar-holder .calendar .event-calendar td.event {
                cursor: pointer;
                position: relative;
                font-weight: bold;
            }

                .event-calendar-holder .calendar .event-calendar td.event:after {
                    content: '';
                    position: absolute;
                    bottom: -10px;
                    right: -10px;
                    width: 0px;
                    height: 0px;
                    border: solid 10px;
                    transform: rotate(-45deg);
                    transition: all 0.2s ease-in;
                }

                .event-calendar-holder .calendar .event-calendar td.event:hover:after,
                .event-calendar-holder .calendar .event-calendar td.event.active:after {
                    bottom: 0px;
                    right: 0px;
                }

    .event-calendar-holder .btn-prev,
    .event-calendar-holder .btn-next {
        border: 2px solid;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        font-size: 18px;
        line-height: 32px;
        margin: -16px;
        position: absolute;
        top: 50%;
    }

    .event-calendar-holder .btn-prev {
        left: 15px;
    }

    .event-calendar-holder .btn-next {
        right: 15px;
    }

    .event-calendar-holder .list {
        margin-top: 70px;
    }

        .event-calendar-holder .list h2.title {
            font-size: 18px;
            margin: 0px 0px 15px;
        }

        .event-calendar-holder .list .event-action {
            margin: 20px -20px -20px;
            border-top: solid 1px;
            padding: 20px;
            display: flex;
            align-items: center;
        }

            .event-calendar-holder .list .event-action .check-btn {
                width: 50%;
                flex: 1;
                padding-right: 40px;
            }

            .event-calendar-holder .list .event-action .social-share {
                width: 50%;
                flex: 1;
            }

                .event-calendar-holder .list .event-action .social-share h2 {
                    margin-top: 0px;
                }

                .event-calendar-holder .list .event-action .social-share ul {
                    padding: 0px;
                    margin: 0px;
                }

                    .event-calendar-holder .list .event-action .social-share ul li {
                        display: inline-block;
                        margin-right: 10px;
                    }

                        .event-calendar-holder .list .event-action .social-share ul li a {
                            display: block;
                            font-size: 18px;
                            width: 42px;
                            height: 42px;
                            text-align: center;
                            line-height: 42px;
                            border-radius: 3px;
                            border: solid 1px;
                        }

    .event-calendar-holder .close {
        margin-top: -15px;
        margin-right: 10px;
        float: right;
    }

    .event-calendar-holder .day-event {
        width: 100%;
        padding: 20px;
        margin-bottom: 30px;
        display: none;
        border: solid 1px;
        border-radius: 4px;
    }

        .event-calendar-holder .day-event p {
        }

        .event-calendar-holder .day-event span {
            font-size: 12px;
        }

        .event-calendar-holder .day-event button {
            position: relative;
            vertical-align: top;
            width: 100%;
            height: 50px;
            padding: 0;
            font-size: 18px;
            text-align: center;
            border: 0;
            border-bottom: 2px solid;
            cursor: pointer;
        }

    .event-calendar-holder input[type=checkbox] {
        display: none;
    }

    .event-calendar-holder span {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: .85em;
        letter-spacing: 2px;
        text-decoration: none;
        text-align: center;
        width: 100%;
        height: 50px;
        line-height: 50px;
        cursor: pointer;
        display: block;
        margin: 0 auto;
        -webkit-transition: background-color 150ms ease-in;
        -moz-transition: background-color 150ms ease-in;
        -ms-transition: background-color 150ms ease-in;
        -o-transition: background-color 150ms ease-in;
        transition: background-color 150ms ease-in;
    }

    .event-calendar-holder input[type=checkbox]:checked + span {
        text-decoration: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-size: 15px 13px;
    }

    .event-calendar-holder input[type=checkbox]:checked:hover + span {
        text-decoration: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-size: 15px 15px;
    }

    .event-calendar-holder .print-btn {
        padding: 1px 14px 5px 14px;
    }

.searchform p {
    margin-top: 10px;
    margin-bottom: 30px;
}

.searchform #btmemailErr {
    margin-top: -5px;
    border-radius: 3px;
    padding: 10px 10px 5px;
    text-align: left;
}

ul.social-list {
    padding: 0px;
}

    ul.social-list li {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
    }

        ul.social-list li a {
            border: none !important;
            width: 36px;
            height: 36px;
            line-height: 36px;
            display: block;
            text-align: center;
            padding: 0px;
        }

            ul.social-list li a i {
                margin: 0px;
                display: block;
                width: inherit;
                height: inherit;
                line-height: inherit;
                border-radius: 6px;
            }

.share-widget {
    border-top: solid 1p;
    margin-top: 15px;
    padding-top: 15px;
}

    .share-widget h2 {
        font-size: 24px !important;
        margin-top: 0px !important;
        margin-bottom: 15px;
    }

    .share-widget ul.social-list li {
        margin-left: 0px;
        margin-right: 10px;
    }

    .share-widget .input-group .input-group-btn {
        display: table-cell;
    }


/* gallery */

.gallery-section .product-details .product-information .media-gallery-box {
    display: flex;
}

.gallery-section .product-details .product-information .media-photo-box,
.gallery-section .product-details .product-information .media-video-box {
    flex: 1;
    padding: 0px 15px;
}

    .gallery-section .product-details .product-information .media-photo-box .tz-gallery ul .info-image-wrapper {
        width: calc(33.3333% - 15px);
        margin: 0px 15px 15px 0px;
        height: 150px;
    }

    .gallery-section .product-details .product-information .media-video-box .video-gallery {
        margin-top: 15px;
    }

        .gallery-section .product-details .product-information .media-video-box .video-gallery ul {
            padding: 0px;
            margin: 0px;
            display: flex;
            flex-wrap: wrap;
        }

            .gallery-section .product-details .product-information .media-video-box .video-gallery ul li {
                width: calc(33.3333% - 15px);
                margin: 0px 15px 15px 0px;
                height: 150px;
            }

                .gallery-section .product-details .product-information .media-video-box .video-gallery ul li a.video {
                    display: block;
                    height: inherit;
                    position: relative;
                }

                    .gallery-section .product-details .product-information .media-video-box .video-gallery ul li a.video .iframe-img {
                        height: inherit;
                        margin: 0px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                        .gallery-section .product-details .product-information .media-video-box .video-gallery ul li a.video .iframe-img img {
                            max-width: 100%;
                            max-height: 100%;
                            width: auto;
                            height: auto;
                        }

                    .gallery-section .product-details .product-information .media-video-box .video-gallery ul li a.video .overlay-icon {
                        width: 0px;
                        height: 0px;
                        top: 50%;
                        left: 50%;
                        transform: translateX(-50%) translateY(-50%);
                        transition: all 0.2s ease-in-out;
                        text-align: center;
                        font-size: 60px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }

                        .gallery-section .product-details .product-information .media-video-box .video-gallery ul li a.video .overlay-icon .fa {
                            top: 0px;
                            margin-top: 0px;
                        }

                .gallery-section .product-details .product-information .media-video-box .video-gallery ul li a:hover .overlay-icon {
                    width: 100%;
                    height: inherit;
                    top: 50%;
                    left: 50%;
                    transform: translateX(-50%) translateY(-50%);
                }

.video-gallery-modal .modal-dialog {
    width: 100%;
    height: 100%;
    padding: 30px;
    margin: 0px;
}

    .video-gallery-modal .modal-dialog .modal-content {
        height: inherit;
    }

        .video-gallery-modal .modal-dialog .modal-content .modal-header {
            border: none;
            padding: 0px;
        }

            .video-gallery-modal .modal-dialog .modal-content .modal-header .close {
                opacity: 1;
                font-size: 70px;
                font-weight: normal;
                margin-top: -7px;
            }

            .video-gallery-modal .modal-dialog .modal-content .modal-header .modal-title {
                font-size: 40px;
                text-transform: none;
            }

        .video-gallery-modal .modal-dialog .modal-content .modal-body {
            position: relative;
            padding: 0px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: calc(100% - 60px);
        }

            .video-gallery-modal .modal-dialog .modal-content .modal-body video {
                width: 900px;
                height: auto;
                max-width: 100%;
            }

.modal-backdrop.in {
    opacity: .8;
    filter: alpha(opacity=80);
}

.bx-wrapper {
    height: 500px;
    border: none;
}

    .bx-wrapper .bx-viewport {
        height: 500px;
    }

        .bx-wrapper .bx-viewport .product-slider > div {
            height: 500px;
        }

            .bx-wrapper .bx-viewport .product-slider > div img {
                height: 490px;
                width: 100%;
            }

    .bx-wrapper .bx-caption > span {
        font-family: inherit;
        display: flex;
        align-items: center;
    }

        .bx-wrapper .bx-caption > span span {
            display: flex;
            align-items: flex-start;
            flex: 2;
            flex-direction: column;
        }

            .bx-wrapper .bx-caption > span span h4 {
                margin: 0px;
                font-size: 24px;
            }

            .bx-wrapper .bx-caption > span span h6 {
                margin-bottom: 0px;
                font-size: 14px;
            }

        .bx-wrapper .bx-caption > span .btn {
            margin: 0px;
            float: right;
            border: solid 1px;
        }

    .bx-wrapper .bx-controls-direction a {
        z-index: 500;
    }

.device-quick-links,
.mobile-horiztal-control h2.title .next-prev-controller,
.category-content .tab-content .tab-heading span.accordion-control {
    display: none;
}

.testimonials-content .next-prev-controller {
    display: none;
}

.display-flex {
    display: flex !important;
}

.display-block {
    display: block !important;
}

.bx-wrapper {
    margin-bottom: 50px;
}

@keyframes colorAnim {
    0% {
        color: #ff4d4d;
    }

    25% {
        color: #ff9f4d;
    }

    50% {
        color: #42b740;
    }

    100% {
        color: #4d63ff;
    }
}


.appointment-holder .calendar-block {
    width: 240px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0px 3px 9px rgba(0,0,0,0.3);
}

.appointment-holder .times-block {
    width: calc(100% - 260px);
}

    .appointment-holder .times-block .form-group {
        margin-bottom: 0px;
        display: flex;
        flex-wrap: wrap;
    }

        .appointment-holder .times-block .form-group > div {
            transition: all 0.2s ease-out;
            display: flex;
            flex-wrap: wrap;
            margin: 7px 10px;
        }

        .appointment-holder .times-block .form-group > div.btn-group {
            margin-top: 15px;
            border-top: solid 1px #dddddd;
            display: block;
        }

        .appointment-holder .times-block .form-group > div.btn-group .slot-legend {
            display: inline-flex;
            align-items: center;
        }

        .appointment-holder .times-block .form-group > div.btn-group .color-indicator {
            width: 10px;
            height: 10px;
            background-color: #666666;
            border-radius: 50%;
            margin-right: 5px;
        }

        .appointment-holder .times-block .form-group > div.btn-group .btn {
            float: right;
        }

        .appointment-holder .times-block .form-group > div.pnlDetail {
            margin: 15px 10px 0px;
        }

        .appointment-holder .times-block .form-group > div.pnlDetail .alert {
            width: 100%;
        }

        .appointment-holder .times-block .form-group > div.pnlDetail .form-group {
            width: calc(33.3333% - 20px);
            margin: 10px;
        }

        .appointment-holder .times-block .form-group.appointment-details {
            display: block;
        }

    .appointment-holder .times-block .radio {
        margin: 0px !important;
        border: solid 1px #d6d6d6;
        border-radius: 6px;
        padding: 7px 10px;
        background-color: #ffffff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: all 0.2s ease-out;
    }

        .appointment-holder .times-block .radio input[type=radio] {
            margin-left: 0px;
            position: relative;
        }

            .appointment-holder .times-block .radio input[type=radio]:after {
                content: '';
                position: absolute;
                top: -1px;
                left: -1px;
                width: 15px;
                height: 15px;
                background-color: #ffffff;
                border: solid 1px #d0d0d0;
                border-radius: 50%;
            }

            .appointment-holder .times-block .radio input[type=radio]:checked:after {
                content: "\f00c";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                border: none;
            }

        .appointment-holder .times-block .radio span {
            display: inline-block;
            padding-left: 5px;
            vertical-align: text-bottom;
        }

    .appointment-holder .times-block .btn-danger,
    .appointment-holder .times-block .sub-time-slots {
        width: 35px;
        border-radius: 0px 6px 6px 0px;
        display: none;
    }

    .appointment-holder .times-block .form-group.appointment-details .slot-information {
        display: none;
        margin: 15px 10px 0px;
    }

        .appointment-holder .times-block .form-group.appointment-details .slot-information .fa {
            font-size: 24px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

        .appointment-holder .times-block .form-group.appointment-details .slot-information span {
            display: inline-block;
            vertical-align: middle;
            line-height: 24px;
        }

        .appointment-holder .times-block .form-group.appointment-details .slot-information strong {
            margin: 0px 5px;
        }

    .appointment-holder .times-block .active .sub-time-slots {
        width: 100%;
        margin-top: 15px;
        display: flex;
        flex-wrap: wrap;
    }

    .appointment-holder .times-block .form-group > .active {
        width: 100%;
    }

    .appointment-holder .times-block .active .radio-main {
        width: calc(100% - 35px);
        border-right: none;
        border-radius: 6px 0px 0px 6px;
    }

    .appointment-holder .times-block .active .btn-danger {
        display: block;
    }

    .appointment-holder .times-block .active .sub-time-slots .radio-sub {
        margin: 0px 10px 10px 0px !important;
    }

    .appointment-holder .times-block .active .sub-time-slots .radio-sub .slot-count {
        background-color: #666666;
        color: #ffffff;
        padding: 0px 6px;
        margin-left: 10px;
        display: inline-block;
        height: 20px;
        text-align: center;
        border-radius: 6px;
        line-height: 22px;
        vertical-align: text-bottom;
    }

        .appointment-holder .times-block .active .sub-time-slots .radio-sub.active {
            background-color: #40ad48;
            color: #fff;
            border-color: #40ad48;
            box-shadow: 0px 0px 10px rgba(64, 173, 72, 0.5);
        }

        .appointment-holder .times-block .active .sub-time-slots .radio-sub.active .slot-count {
            background-color: #ffffff;
            color: #51ac4a;
        }

            .appointment-holder .times-block .active .sub-time-slots .radio-sub.active input[type=radio]:after {
                background-color: #40ad48;
                color: #ffffff;
            }


.main-content {
    padding: 15px;
}

    .main-content .main-heading {
        margin-top: 0px;
        font-size: 27px;
        margin-bottom: 15px;
    }

    .main-content .appointment-holder {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .main-content .appointment-holder .form-section {
            width: 100%;
            border-bottom: solid 1px #dddddd;
            margin-bottom: 20px;
            background-color: #f9f9f9;
            padding: 15px;
            border-radius: 6px;
        }

.datepicker-panel > ul > li.highlighted {
    background-color: #d8f1ff;
    color: #000000;
    border: none !important;
    border-radius: 50%;
}

.datepicker-panel > ul > li.picked {
    background-color: orange;
    color: #ffffff;
    border: none !important;
    border-radius: 50%;
}

background-color: orange; color: white; border-radius: 50%; .appointment-holder .times-block .radio input[type=radio]:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border: solid 1px #d0d0d0;
    border-radius: 50%;
}

.appointment-holder .times-block .radio input[type=radio]:checked:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-weight: 700;
    border: none;
}

.flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main-content .appointment-holder .form-section.flex-row .form-group {
    width: calc(100% - 170px);
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.main-content .appointment-holder .form-section.flex-row .form-group label {
    width: 200px;
}

.main-content .appointment-holder .form-section.flex-row .form-group .form-control {
    height: 50px;
}

.main-content .appointment-holder .form-section.flex-row .price-holder {
    width: 150px;
    background-color: #4a9d4f;
    color: #ffffff;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 12px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
}

.main-content .appointment-holder .form-section.flex-row .price-holder span:first-child {
    display: none;
}

.main-content .appointment-holder .form-section.flex-row .price-holder span:nth-child(2) {
    margin-right: 5px;
}

.slot-availability {
    margin: 20px 10px 0px;
}

.appointment-wrapper {
    display: flex;
    align-items: flex-start;
}

.appointment-wrapper .appointment-side-image {
    width: 400px;
    margin-right: 30px;
    position: relative;
}

.appointment-wrapper .appointment-side-image img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.5);
}

.appointment-wrapper .appointment-side-image div {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #ffffff;
    z-index: 15;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 36px;
    background-color: rgba(0,0,0,0.5);
}

.main-content .appointment-wrapper .appointment-holder {
    width: calc(100% - 430px);
    padding: 0px;
}

.modal-footer .btn-primary {
    margin-top: 0px !important;
    padding: 5px 10px !important;
}

.alert-warning {
    color: #000000;
    background-color: #f5e591;
    border: none !important;
    width: 100%;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    padding: 0px;
    display: flex;
    overflow: hidden;
}

.alert-warning .fa {
    background-color: rgba(0,0,0,0.5);
    padding: 13px 15px;
    color: #fff1aa;
    font-size: 24px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
}

.alert-warning span {
    font-size: 18px;
    margin: 10px 15px;
}