.header{
    background: #fff;
    border-bottom: 1px solid #d9dee6;
    width: 100%;
}

.header .navbar-brand{
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
    text-align: center;
}

.header .navbar-toggler{
    border: none;
    z-index: 2;
    padding: 0;
}

.navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
}

.header .navbar{
    padding: .7rem 0;
}

.header .navbar-brand .navbar-img{
    height: auto;
    width: 60px;
}

.header ul li {
    text-align: center;
    min-width: 80px;
}

.menu-title{
    font-size: 0.8rem;
}

.header ul li i{
    font-size: 1.3rem;
}

.header ul li a:hover, .header ul li i:hover{
    color: #c80000;
}

.header #navbarDropdown{
    padding: 0;
}

.header .dropdown-menu{
    box-shadow: 0 0 5px 2px rgba(0,0,0,.09);
}

.header ul.navbar-r{
    background: #fff;
    padding: 8px;
    border: 1px solid #c2c8d2;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}

.multi-alert{
    margin: 50px 0;
}

.multi-alert .alert{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px 0 rgba(56,67,89,.05);
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 16px;
}

footer{
    margin-top: 48px;
    padding: 42px 0 36px;
    font-size: 14px;
}

footer ul li{
    padding: 0 12px;
}

footer a, footer span, footer{
    color: white;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.2s;
    box-shadow: #ced4da 0px 0px 4px 0px;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 45px;
    font-size: 30px;
    color: lightgray;
}

.overlay .default_icon{
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}

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

.drawer-heading_2ll-JGNR {
    background-color: #f0f1f4;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0 16px;
}

.item_2ovouckr {
    border-bottom: 1px solid #eee;
    position: relative;
}

.link_30Wo7jTZ {
    display: -webkit-flex;
    display: flex;
    height: 44px;
    line-height: 44px;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 16px;
    color: #384359;
}

.overlay .overlay-angle-right{
    color: #c2c8d2;
    font-size: 12px;
    margin: auto;
    position: absolute;
    right: 11px;
    top: 16px;
}

.overlay .title_30kLmzEb {
    font-size: 14px;
    margin: 0 0 0 10px;
}

.item_2ovouckr i{
    min-width: 20px;
}


.banner{
    padding: 20px;
    background: url("/common/img/base/templateMarketThumbnail.png");
    text-align: center;
}

.banner .conatainer-desc{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-top: 5px;color:white;
}

.banner .banner-btn{
    background-color: rgba(0,0,0,.4);
    box-shadow: 0 1px 0 rgba(0,0,0,.2);
    border: #cd5c5c;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 25px;
    padding: 8px 40px;
    transition: all .3s ease;
}

.filter{
    text-align: center;
    padding: 10px;
}

.show>.btn-secondary.dropdown-toggle, .btn-secondary, .show>.btn-secondary.dropdown-toggle:hover {
    color: #1d2124 !important;
    background-color: #fbfbfc !important;
    width: 95%;
    border: 1px solid #e8e8e8!important;
    margin: 35px 5px;
    padding: 12px;
}

.show .dropdown-menu {
    width: 40%;
}

.template_content .card-img-top{
    width: 100%;
    height: auto !important;
    border-radius: 3px;
    box-shadow: 0 1px 10px 1px rgba(0,0,0,.1);
    box-sizing: border-box;
}

.template_content .text-price{
    font-size: 1.8rem;
    letter-spacing: 1px;
}

.template_content .card{
    border: none !important;
}

.template_content .card-body {
    padding: 1.25rem 0;
}

.list-sp-template{
    padding: 0 5px;
}

.btn-breadcrumb{
    color: black;
}

.btn-template.btn-disabled{
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #ccc;
    color: #919191;
    cursor: pointer;
    margin: 20px 0;
    text-align: center;
}

.btn-template.btn-positive{
    background-color: #d61518;
    color: #fff;
    cursor: pointer;
    margin: 20px 0;
    text-align: center;
}
.btn-template{
    box-sizing: border-box;
    border: none;
    border-radius: 3px;
    display: block;
    line-height: 34px;
    padding: 8px 30px;
}

.breadcrumb {
    background-color: unset !important;
}

/* slick dot style */

.slick-dots {
    bottom: -45px;
}

.slick-dots li button:before {
    font-size: 15px;
}
