@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    color: #6b6b6b;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

section.bannerbackground {
    text-align: center;
    /*padding: 280px 0 180px 0;*/
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

section.bannerbackground h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
}
 section.bannerbackground:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 30%);
    top: 0;
    left: 0;
    z-index: -1;
}

.header-inner {
    padding: 0 20px;
}

.header-search input {
    width: 100%;
    border: 0;
    background: #ffffff;
    border-radius: 50px;
    outline: none;
    font-size: 12px;
    display: flex;
    padding: 6px 50px 6px 20px;
}

.header-search {
    position: relative;
    width: 100%;
}

    .header-search button.search-btn {
        border: 0;
        background: #15bcdd;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        outline: none;
        cursor: pointer;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

header.header-wrap-cr {
    position: relative;
    top: 0;
    left: 0;
    height: fit-content;
    z-index: 2;
    width: 100%;
    padding: 10px 0;
    background-color: black;
}

.header-menu-wrp {
    display: flex;
    width: 100%;
    justify-content: center;
}

    .header-menu-wrp ul.header-menu-list {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: row;
        margin: 0;
    }

        .header-menu-wrp ul.header-menu-list li {
            display: flex;
            padding: 15px;
        }

            .header-menu-wrp ul.header-menu-list li a {
                text-decoration: none;
                color: #fff;
                font-weight: 500;
                transition: all .5s ease;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition: all .5s ease;
                font-size: 16px;
            }

.header-menu-left, .header-menu-right {
    display: flex;
    align-items: center;
    width: 40%;
}

.header-menu-left {
    justify-content: flex-end;
}

.header-menu-right {
    justify-content: flex-start;
}

.header-search-wrp {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}

.header-right-order-btn a.order-btn-top {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    background: #15bcdd;
    padding: 8px 18px;
    border-radius: 50px;
    text-decoration: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.header-right-details {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

.header-right-order-btn {
    display: flex;
    padding: 0 10px;
}

.header-right-sign {
    padding: 0 10px;
}

.header-right-cart {
    padding: 0 10px;
}

.header-right-sign a.sign-btn-top {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

    .header-right-sign a.sign-btn-top img {
        margin-right: 10px;
    }

.header-right-cart a.cart-btn-top {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #15bcdd;
    border-radius: 50%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

    .header-right-cart a.cart-btn-top img {
        width: auto;
        display: flex;
    }

.header-right-lang select {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    padding: 8px 8px;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid #fff;
    background: none;
    outline: none;
}

.header-inner .col-md-3 {
    max-width: 27%;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
}

.header-inner .col-md-6 {
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
}

.header-right-lang select option {
    color: #15bcdd;
}

.header-inner .header-search button.search-btn:hover {
    background: #045298;
}

.header-right-order-btn a.order-btn-top:hover {
    background: #045298;
}

.header-right-cart a.cart-btn-top:hover {
    background: #045298;
}

.header-right-sign a.sign-btn-top:hover {
    color: #15bcdd;
}

.header-menu-wrp ul.header-menu-list li a:hover {
    color: #15bcdd;
}

section.banner h2:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 150px;
    height: 2px;
}

.order-main-main-box {
    padding: 30px 20px;
    background: #15b8d8;
}

.menu-left-list .menu-left-list-row {
    margin: 0 -3px;
}

.menu-left-list-bx {
    padding: 3px;
}

.menu-left-list-bx-inner .menu-left-list-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    text-align: center;
}

.menu-left-list-bx-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    background: rgb(255 255 255 / 25%);
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 3px 27px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 3px 27px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 3px 27px rgb(0 0 0 / 15%);
    -o-box-shadow: 0 3px 27px rgb(0 0 0 / 15%);
    -ms-box-shadow: 0 3px 27px rgb(0 0 0 / 15%);
}

.menu-left-list-bx a {
    text-decoration: none;
}

.menu-left-list-name h4 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    margin-top: 10px;
    font-weight: 400;
}

.menu-left-wrp h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 20px;
}

.menu-left-list-bx-inner .menu-left-list-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.menu-left-list-bx-inner:hover .menu-left-list-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.order-main-right-box {
    padding: 30px 20px;
}

.menu-right-wrp h3 {
    font-size: 28px;
    color: #15b8d8;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 20px;
}

.menu-right-list-head-img img {
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.row.menu-right-list-row {
}

.menu-right-list-bx {
    padding: 7px;
}

.menu-right-list-bx-inner {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 27px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 3px 27px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 27px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 3px 27px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 3px 27px rgb(0 0 0 / 10%);
}

.menu-right-list-cnt {
    padding: 15px;
    border-bottom: 1px solid #ededed;
}

.menu-right-list-btns {
    padding: 8px;
    display: flex;
    justify-content: space-between;
}

    .menu-right-list-btns a {
        padding: 4px 18px;
        text-transform: uppercase;
        font-size: 12px;
        text-decoration: none;
        display: flex;
        align-items: center;
        border-radius: 50px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

        .menu-right-list-btns a.cstmze-btn {
            background: #fff;
            border: 2px solid #15bcdd;
            color: #15bcdd;
            margin-right: 10px;
        }

        .menu-right-list-btns a.add-btn {
            background: #14b4d3;
            color: #fff;
        }

            .menu-right-list-btns a.add-btn img {
                margin-right: 5px;
            }

            .menu-right-list-btns a.add-btn:hover {
                background: #045298;
            }

        .menu-right-list-btns a.cstmze-btn:hover {
            border: 2px solid #045298;
            color: #045298;
        }

.menu-right-list-img {
    position: relative;
}

    .menu-right-list-img .menu-right-list-name {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10px 15px;
        position: absolute;
        bottom: 0;
        font-size: 18px;
        display: flex;
        width: 100%;
        padding: 35 px 20 px 10 px 20 px;
        background: linear-gradient( 0deg, rgb(0 0 0 / 65%), transparent);
        background: -webkit-linear-gradient( 90deg, rgb(0 0 0 / 65%), transparent);
        background: -moz-linear-gradient( 0deg, rgb(0 0 0 / 65%), transparent);
        background: -ms-linear-gradient( 0deg, rgb(0 0 0 / 65%), transparent);
        background: -o-linear-gradient( 0deg, rgb(0 0 0 / 65%), transparent);
        margin: 0;
    }

        .menu-right-list-img .menu-right-list-name a {
            display: flex;
            text-decoration: none;
        }

            .menu-right-list-img .menu-right-list-name a h4 {
                margin: 0;
                text-transform: uppercase;
                color: #ffff;
                font-size: 14px;
                font-weight: 400;
            }

    .menu-right-list-img .menu-right-list-head-img {
        text-align: center;
        overflow: hidden;
    }

.menu-right-list-bx-inner:hover .menu-right-list-head-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.menu-right-list-cnt p {
    font-size: 12px;
    color: #454545;
    margin-bottom: 15px;
}

.menu-right-list-cnt h5 {
    font-size: 16px;
    color: #045298;
    margin: 0;
}

#menu {
    background: #085599;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all 0.7s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1100;
}

    #menu.open {
        opacity: 1;
        visibility: visible;
    }

        #menu.open li:nth-child(1) {
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        #menu.open li:nth-child(2) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        #menu.open li:nth-child(3) {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

        #menu.open li:nth-child(4) {
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

        #menu.open li:nth-child(5) {
            -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
        }

        #menu.open li:nth-child(6) {
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

        #menu.open li:nth-child(7) {
            -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
        }

        #menu.open li:nth-child(8) {
            -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
        }

        #menu.open li:nth-child(9) {
            -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
        }

        #menu.open li:nth-child(10) {
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }

        #menu.open li {
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
        }

    #menu ul:hover a {
        opacity: 0.5;
    }

    #menu ul a {
        -webkit-transform: translateZ(0);
        transition: opacity 0.3s ease-in-out;
    }

        #menu ul a:hover {
            opacity: 1;
        }

    #menu .main-nav {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        overflow: auto;
        height: 100%;
        padding: 15px 15px;
        padding-top: 80px;
    }

        #menu .main-nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #menu .main-nav a {
            color: #ffffff;
            display: block;
            font-size: 20px;
            font-weight: bold;
            padding: 10px 20px;
            text-decoration: none;
            text-transform: uppercase;
        }

            #menu .main-nav a:first {
                padding-top: 0;
            }

    #menu .menu-footer {
        padding: 2rem;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
    }

        #menu .menu-footer ul {
            display: inline-block;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            #menu .menu-footer ul li {
                display: inline;
                margin: 0 1rem;
            }

        #menu .menu-footer a {
            color: #ffffff;
            text-decoration: none;
            text-transform: uppercase;
        }

.toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 18px;
    padding: 0;
    pointer-events: initial;
    position: absolute;
    vertical-align: middle;
    width: 26px;
    z-index: 1110;
    outline: none !important;
    right: 0;
    top: 8px;
}

nav.nav.nav-responsive {
    padding-right: 26px;
    position: relative;
}

.toggle-menu span {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 13px );
    position: absolute;
    top: calc(50% - 1px );
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 26px;
}

    .toggle-menu span:before, .toggle-menu span:after {
        background-color: #fff;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        transform-origin: 50% 50%;
        transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
        width: 26px;
    }

    .toggle-menu span:before {
        top: 7px;
    }

    .toggle-menu span:after {
        top: -7px;
    }

.toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
}

    .toggle-menu.active span:before, .toggle-menu.active span:after {
        transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    }

    .toggle-menu.active span:before {
        top: 0;
        transform: rotate3d(0, 0, 1, -45deg);
    }

    .toggle-menu.active span:after {
        top: 0;
        transform: rotate3d(0, 0, 1, 45deg);
    }

.header-responsive {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

button.toggle-menu.active {
    position: fixed;
    right: 20px;
    top: 38px;
}

nav.nav.nav-responsive {
    align-items: center;
}

    nav.nav.nav-responsive .header-right-lang {
        margin-right: 10px;
    }

.header-menu-logo-resp img {
    max-width: 100px;
}

.header-menu-logo-resp a {
    display: flex;
}

nav.main-nav .header-search-wrp {
    max-width: 300px;
    margin: auto;
    padding: 10px 0;
    height: auto;
}

.menu-left-list-row .slick-slide {
    width: 200px;
}

.menu-slide-slider .slick-list.draggable {
    overflow: visible;
}

section.order-main-content {
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .menu-left-list.menu-left-list-responsive {
        display: none;
    }
}

@media screen and (min-width: 1201px) {
    .header-responsive {
        display: none;
    }
}

@media screen and (max-width: 1350px) {
    .header-inner .col-md-6 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .header-inner .col-md-3 {
        max-width: 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }

    .header-menu-logo img {
        width: 125px;
    }

    .header-menu-wrp ul.header-menu-list li a {
        font-size: 15px;
    }

    .header-menu-wrp ul.header-menu-list li {
        padding: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .header-menu-wrp ul.header-menu-list li a {
        font-size: 14px;
    }

    .header-menu-wrp ul.header-menu-list li {
        padding: 10px;
    }

    .header-menu-logo img {
        width: 120px;
    }

    .col-md-3.menu-right-list-bx {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .col-md-3.order-main-main-box {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .col-md-9.order-main-right-box {
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }

    section.banner {
        padding: 200px 0 100px 0;
    }

        section.banner h2 {
            font-size: 50px;
        }

    .header-inner {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .menu-left-list.menu-left-list-desktop {
        display: none;
    }

    .col-md-3.order-main-main-box, .col-md-9.order-main-right-box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    section.banner h2 {
        font-size: 42px;
    }
}

@media screen and (max-width: 767px) {
    .menu-left-wrp h3, .menu-right-wrp h3 {
        font-size: 24px;
    }

    section.banner h2 {
        font-size: 38px;
    }

    .col-md-3.menu-right-list-bx {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .menu-left-wrp h3, .menu-right-wrp h3 {
        font-size: 24px;
    }

    section.banner h2 {
        font-size: 38px;
    }

    .col-md-3.menu-right-list-bx {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.productcreateleftnav {
    margin: 0; /*background-color: #20263e;*/
    float: left;
    width: 100%;
}

.panel-body {
    margin: 4px 0 0 !important;
}

div.panel-body {
    background-color: #fff !important;
    padding: 1em !important;
}

    div.panel-body canvas#bar {
        width: 100% !important;
    }

.page_subtitles .toggle-arrow, .page_subtitles a:hover span.toggle-arrow {
    float: right;
    font-size: 16px;
    color: #333;
}

.page_subtitles a.collapsed .toggle-arrow {
    color: #333;
}

.page_subtitles a {
    font-size: 1em;
    color: #333;
}

.nav-tabs li.tab-header {
    cursor: pointer;
    vertical-align: top;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #999;
    margin: 0;
    width: 100%;
    position: relative;
}

.nav-tabs li .tab-pane {
    padding: 5px 15px;
}

.nav-tabs .productcreteheader {
    font-size: 16px;
    margin: 0;
    border: none;
    padding: 4px 0 10px;
}

.nav-tabs li.tab-header span.toggle-arrow {
    position: absolute;
    right: 14px;
    font-size: 26px;
    top: 7px;
    transition: all 0.2s ease;
}

.nav-tabs li.tab-header .panel-body {
    padding: 0;
}
/*ul.nav-tabs li:first-child { border-top:1px solid #e1e1e1; }*/
.nav-tabs > li.tab-header > a {
    color: black;
    border: none;
    border: none !important;
    border-radius: 0;
    font-size: 14px;
    padding: 8px 15px;
    margin: 0;
    background-color: #e1e1e1;
}

.nav-tabs .page_subtitles a.collapsed {
    background: #f5f5f5;
    border-radius: 4px;
    color: #333;
}

}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: #e8e8e8;
    color: #333;
}

.nav-tabs .page_subtitles a {
    background: #2ec7cb;
    color: #333;
    border-radius: 4px 4px 0 0;
}


    .nav-tabs .page_subtitles a, .nav-tabs .page_subtitles a.collapsed:hover {
        background: #f5f5f5;
        color: #333;
        background: linear-gradient(to right, #f5f5f5 0%, #e2e2e2 100%);
        border-radius: 4px;
    }

        .nav-tabs .page_subtitles a:not(.collapsed) {
            color: #555;
            background: #e2e2e2 !important;
            border-radius: 4px 4px 0 0;
            /*background: linear-gradient(to right, #f5f5f5 0%, #e2e2e2 100%);*/
        }


.nav-tabs > li.tab-header.active span.toggle-arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.nav-tabs .page_subtitles a span.toggle-arrow {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.nav-tabs .page_subtitles a.collapsed span.toggle-arrow {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.nav-tabs .panel-body {
    padding: 0 !important;
    display: inline-block;
    width: 100%;
    margin-top: 6px !important;
    border-radius: 4px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.19), 0 2px 2px rgba(0,0,0,0.23);
    border-top: 1px solid #f5f5f5;
}

    .nav-tabs .panel-body .page_subtitles {
        margin: 0;
    }

.nav-tabs .page_subtitles {
    line-height: 40px;
    color: white;
    padding: 0;
    border: none;
    margin: 0 0 15px;
}

.nav-tabs .panel-body .container-left {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}

.nav-tabs .page_subtitles a:focus {
    outline: none;
}

.nav-tabs .page_subtitles h4 a {
    padding: 10px 14px;
    text-decoration: none !important;
}

.nav-tabs .page_subtitles a, .nav-tabs .page_subtitles h4 {
    text-transform: none;
    font-size: 15px;
    display: block;
    font-weight: normal;
}

.nav-tabs .panel-collapse .panel-body {
    padding: 10px !important;
    margin: 0 !important;
    box-shadow: none;
}

.productcreaterightnav {
    margin: 0;
    background-color: #20263e;
    box-shadow: 2px 2px 2px 2px #000;
    border: 1px solid #42688d;
    min-height: 423px;
}

.tab-content {
    margin: 10px 14px;
}

.productcreteheader {
    text-align:left;
    color: #666;
    font-size: 22px;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 15px;
}

    .productcreteheader.ui-draggable-handle {
        cursor: move;
    }

.tab-content .panel-body {
    padding: 0;
}

.createdate {
    vertical-align: middle;
}

    .createdate span.input-group-addon {
        background-color: #3c8dbc;
        border: none;
        color: #666;
        cursor: pointer;
    }

    .createdate div.input-group {
        width: 180px;
    }

    .createdate div input {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-right: none;
        width: 180px;
    }

.productname {
    position: relative;
}

    .productname a {
        text-decoration: none;
    }

    .productname input {
        padding-right: 35px;
    }

    .productname div.languageoption {
        display: none;
        position: absolute;
        left: 0;
        top: 0px;
        background: white;
        border: 1px solid #e1e1e1;
        box-shadow: 0 6px 30px #000;
        height: auto;
        padding: 10px 17px;
        z-index: 99;
        width: 310px;
    }

        .productname div.languageoption .ui-resizable-e, .productname div.languageoption .ui-resizable-s {
            display: none;
        }

td div.productname div.languageoption {
    width: 290px;
    right: auto;
    left: 0;
}

div.languageoption select {
    width: 150px;
}

.languageoption label {
    text-align: left;
    width: 100%;
    padding: 0 0 2px;
}

div.languageoption input {
    width: 100% !important;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 4px;
}

.productname div.languageoption i {
    padding: 5px;
    font-size: 18px;
    color: #dd6d17;
}

.productname div.languageoption ul li {
    position: relative;
    list-style: none;
}

.dynamicPopoverOverlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    display: none;
    z-index: 10000;
}


#dynamicPopover {
    width: 789px;
    height: 559px;
    margin: 0 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: fixed;
    z-index: 10000;
}

    #dynamicPopover.cropPopup {
        width: 821px;
        height: 579px;
    }

    #dynamicPopover .popup-wrap {
        overflow: auto;
        height: 100%;
        z-index: 101;
    }

#dynamicPopoverContainer {
    display: block;
    width: 100%;
    height: calc(100% - 28px);
}

    #dynamicPopoverContainer img {
        max-width: 100%;
    }

.cropBtn {
    position: absolute;
    right: 16px;
    bottom: 8px;
}

    .cropBtn .button-orange {
        background: #48b8e6;
    }

.popup.pagePopup[data-popup-type="snapshotWindow"] {
    width: 690px;
    position: fixed !important;
    margin: 0 !important;
    transform: translate(-50%,-50%);
    z-index: 10000;
}


.popup {
    display: none;
    width: 340px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2004;
    backface-visibility: hidden;
}

.popup-wrap {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
    box-shadow: 0 0px 18px -5px #000;
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #666;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    /*width: 100%;*/
    padding: 16px;
    position: relative;
}

.popup.pagePopup {
    width: 80%;
    height: auto;
    min-height: 450px;
    position: absolute;
    margin: 0 0 20px;
}

    .popup.pagePopup .pageheader {
        position: relative !important;
        top: auto !important;
        display: inline-block !important;
        background-color: #ffffff !important;
        box-shadow: none !important;
    }

    .popup.pagePopup .nav-tabs .panel-body .page_subtitles {
        margin: 0 0 20px;
        display: inline-block;
        width: 100%;
    }

    .popup.pagePopup .msg-alert {
        top: 0;
        z-index: 2002;
    }

.titleText .popup-wrap {
    padding: 0 16px 16px;
}

.titleText .popup-title {
    padding: 15px 10px 5px;
    margin: 0;
}

.ui-draggable .popup-title {
    cursor: move;
}

.popup.show .popup-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.popup-wrap input[type="text"] {
    border: 1px solid #aaa;
    color: #666;
    display: block;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 5px 10px;
    width: 100%;
    background: #2b334c;
}

.popup-wrap .columns select {
    width: 100%;
}

.popup-wrap textarea {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin: 0 0 10px;
    height: 100px;
    color: #666;
    background: #fff;
    resize: none;
}

.popup-wrap input[type="submit"] {
    float: right;
}

.fl-advsearch .toggleContainer {
    position: unset !important;
    top: auto;
}

.popup-wrap .close, .closebtn {
    position: absolute;
    top: 0px;
    right: 5px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: 1;
    font-size: 14px;
    text-shadow: none;
    color: #666;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ccc;
}

.popup-wrap .close {
    z-index: 2002;
}

    .popup-wrap .close:hover, .closebtn:hover {
        background: #7a7a7a;
        color: #fff;
    }

.popup-title {
    background: transparent;
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 5px 10px;
}

.popup.show .popup-wrap .sum_togglecontent {
    background: #252d47;
    padding: 10px;
}


.dz-preview {
    border: 1px solid #e2e2e2;
    box-shadow: 0 1px 5px 0px #ccc;
    display: inline-block;
    margin: 0 6px 10px;
    position: relative;
    vertical-align: top;
}

.dz-remove {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    right: 0;
    font-size: 0;
    cursor: pointer;
}

    .dz-remove:before {
        background: radial-gradient(ellipse at center, #222940 0%, #10141f 100%);
        border-radius: 50%;
        content: "\f057";
        font-family: "FontAwesome";
        font-size: 25px;
        position: absolute;
        right: 2px;
        top: 2px;
        color: #666;
        line-height: 19px;
    }

    .dz-remove:hover:before {
        background: #70a5d8;
    }

.dz-image {
    width: 90px;
    min-height: 25px;
}

    .dz-image img {
        max-width: 100%;
    }

button.data-count:before {
    content: attr(data-count);
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background: #cc4b37;
    border: 1px solid #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    color: #FFF;
    position: absolute;
    top: -7px;
    left: -7px;
}

button.data-count.badge-top-right:before {
    left: auto;
    right: -7px;
}

button.data-count.badge-bottom-right:before {
    left: auto;
    top: auto;
    right: -7px;
    bottom: -7px;
}

button.data-count.badge-bottom-left:before {
    top: auto;
    bottom: -7px;
}

button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.telephone-number {
    padding-right: 6px !important;
    padding-left: 52px !important;
}

.box-shadow1 {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.card-shadow {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.select2-choices {
    display:flex;
}

.ui-select-match {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.product-listing .product-variant .pos-txt .select2-choices {
    border: none !important;
    border-radius: 15px !important;
    padding: 0 15px;
    box-shadow: 0px 6px 3px 0px rgb(221 221 221) !important;
    min-height: 70px !important;
    background-color: #fafafa !important;
}

.pos-txt.select2-container-multi .select2-choices .select2-search-field .select2-input {
    width: 100% !important;
    height: 100% !important;
    padding: 5px;
    margin: 1px 0;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #707087;
    outline: 0;
    border: 0;
    padding-left: 8px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fafafa !important;
    font-weight: 500;
    text-transform: capitalize;
}

#map {
    width: 100%;
    height: 400px;
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-height: calc(100% - 1rem);*/
    margin: 0;
}

.modal-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
}

/* Custom CSS to center the modal horizontally */
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 0 auto;
    }
}

.AttachWayPointsDiv {
    margin-top : 20px;
}

body {
    margin-top: 20px;
}

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

    .timeline-steps .timeline-step {
        align-items: center;
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 1rem
    }

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }

    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

    .timeline-steps .timeline-content .inner-circle {
        border-radius: 1.5rem;
        height: 1rem;
        width: 1rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #3b82f6
    }

        .timeline-steps .timeline-content .inner-circle:before {
            content: "";
            background-color: #3b82f6;
            display: inline-block;
            height: 3rem;
            width: 3rem;
            min-width: 3rem;
            border-radius: 6.25rem;
            opacity: .5
        }