:root {
    --theme-gradient: linear-gradient(40deg, #c20d31, #364cdc);
    --theme-blue: #0043fe;
}

::-webkit-scrollbar {
    width: 7px;
    height: 5px;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    background-color: #ddd;
}

::-webkit-scrollbar-thumb {
    width: 20px;
    background: #aaa !important;
    border-radius: 0px;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('../font/avant/ITC Avant Garde Gothic Std Book'), url('../font/avant/itc-avant-garde-gothic-std-book-58957161d80eb.woff') format('woff');
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('../font/avant/ITC Avant Garde Gothic Std Extra Light'), url('../font/avant/itc-avant-garde-gothic-std-extra-light-5895708744eb6.woff') format('woff');
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('../font/avant/ITC Avant Garde Gothic Std Medium'), url('../font/avant/ITC-Avant-Garde-Gothic-Std-Medium.woff') format('woff');
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('../font/avant/ITC Avant Garde Gothic Std Demi'), url('../font/avant/itc-avant-garde-gothic-std-demi-589572a199962.woff') format('woff');
}

@font-face {
    font-family: 'ITC Avant Garde Gothic';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('../font/avant/ITC Avant Garde Gothic Std Bold'), url('../font/avant/itc-avant-garde-gothic-std-bold-589572c7e9955.woff') format('woff');
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

/*//./-
*
* ==========================================
* ./circular progressbar css
* ==========================================
*
*/
.pricing-card .price {
    position: relative;
    padding-top: 3.4rem;
}

.pricing-card ul {
    padding: 0;
    list-style-type: none;
    text-align: left;
    padding: 0px 0px 0px 30px;
}

table.table thead th {
    border-top: none;
    font-size: 12px;
    font-weight: 600 !important;
    color: #656565 !important;
}

table.table .badge {
    box-shadow: none !important;
}

table.table .badge-secondary {
    background-color: #f6e8fd !important;
    color: #a6c !important;
}

table.table .badge-primary {
    background-color: #d3e3fd !important;
    color: #3b75d6 !important;
}

table.table .badge-success {
    background-color: #d3f5e0 !important;
    color: #00c851 !important;
}

table.table .badge-danger {
    background-color: #ffdade !important;
    color: #ff3547 !important;
}

table.table .badge-warning {
    background-color: #fff6e3 !important;
    color: #f3b332 !important;
}


.btn--faux {
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #0654ba !important;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    padding: .75rem 5rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.btn-faded-blue {
    background-color: #e5f2ff !important;
    color: #6a9bcc !important;
    box-shadow: none;
}

.btn-faded-blue:hover {
    box-shadow: 0 0rem 0.2rem rgba(0, 0, 0, 0.075) !important;
}

.btn-faded-warning {
    background-color: #fff6e3 !important;
    color: #f3b332 !important;
    box-shadow: none;
}

.btn-faded-warning:hover {
    box-shadow: 0 0rem 0.2rem rgba(0, 0, 0, 0.075) !important;
}

.btn-faded-danger {
    background-color: #ffdade !important;
    color: #ff3547 !important;
    box-shadow: none;
}

.btn-faded-danger:hover {
    box-shadow: 0 0rem 0.2rem rgba(0, 0, 0, 0.075) !important;
}

.btn-faded-success {
    background-color: #d3f5e0 !important;
    color: #00c851 !important;
    box-shadow: none;
}

.btn-faded-success:hover {
    box-shadow: 0 0rem 0.2rem rgba(0, 0, 0, 0.075) !important;
}

.btn-faded-primary {
    background-color: #d3e3fd !important;
    color: #3b75d6 !important;
    box-shadow: none;
}

.btn-faded-primary:hover {
    box-shadow: 0 0rem 0.2rem rgba(0, 0, 0, 0.075) !important;
}

.btn-faded-secondary {
    background-color: #f6e8fd !important;
    color: #a6c !important;
    box-shadow: none;
}

.btn-faded-secondary:hover {
    box-shadow: 0 0rem 0.2rem rgba(0, 0, 0, 0.075) !important;
}



.html-scroll {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}

body {
    font-weight: 400;
    font-family: 'ITC Avant Garde Gothic';
    font-size: 14px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.modal-open {
    overflow: hidden;/*
    padding-right: 0 !important;
    position: fixed;*/
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #0042fc;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.header-top {
    background: #f4f4f4;
    padding: 8px 0px;
}

.header-top ul li {
    font-size: 12px;
    color: #777777;
    font-weight: 500;
}

.header-top ul li a {
    color: #777777;
}

.header-top ul li a:hover {
    color: #ff5050;
}

.auth-action a {
    font-size: 12px;
    color: #777777;
    font-weight: 500;
    text-transform: capitalize;
}

.nav-banner-image {
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

header {
    background: #fff;
    /* padding-bottom: 42px;
    padding-top: 36px; */
    padding-bottom: 5px;
    padding-top: 5px;
}

.header-search input {
    height: 45px;
    border-radius: 31px 0 0 31px !important;
    border: 2px solid #eaeaea;
    padding-left: 34px;
    width: 300px;
    display: table-cell;
    border-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 35px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    max-width: 400px;
}

.header-search input::placeholder {
    color: #999999;
    font-weight: 500;
    font-size: 13px;
}
.select-wrapper+label {
    font-weight: 400;
}
.md-form.mt-0 .select-wrapper+label,  .select-wrapper.mt-0+label{
    top: 0.5rem;
}
.select-wrapper.mt-0+label.active {
    transform: translateY(-15px);
}
.md-form.mt-0 .select-wrapper+label.active {
    transform: translateY(-15px);
}
.select-wrapper.md-form.md-outline+label {
    left: 8px;
}

.select-wrapper.md-form.md-outline.my-1+label {
    top: -1.2em !important;
}

.select-wrapper {
    width: 100%;
}

.select-wrapper span.caret {
    width: 20px;
    color: #999;
}

.select-wrapper .dropdown-content.select-dropdown {
    top: 52px !important;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08) !important;
}

.select-wrapper .dropdown-content.select-dropdown::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}

.select-wrapper .dropdown-content.select-dropdown::-webkit-scrollbar-thumb {
    width: 20px;
    background: #ccc !important;
    border-radius: 0px;
}

.select-wrapper input.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
}

.btn-floating {
    height: 50px;
    width: 50px;
}

.sub-right span {
    color: #999999;
    font-size: 13px;
    font-weight: 500;
}

.sub-right .phone {
    font-size: 22px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 22px;
}

.tags {
    padding-top: 25px;
    font-size: 12px;
    text-align: center;
    margin-left: 55px;
    font-weight: 500;
}

.tags span {
    color: #333333;
}

.tags a {
    color: #999999;
    padding: 0 10px;
    border-right: 1px solid #e6e6e6;
}

.tags a:last-child {
    border-right: 0;
}

.header-sub-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header-sub-element.row {
    margin-left: auto;
}

.header-sub-element.row>a {
    padding-right: 26px;
}

.cart {
    padding-right: 25px;
    position: relative;
}

@media (min-width: 1025px) {
    .cart {
        padding-right: 40px;
    }
}

.count {
    width: 17px;
    height: 17px;
    line-height: 17px;
    display: inline-block;
    text-align: center;
    background: #eb5050;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    position: absolute;
    top: -8px;
    overflow: hidden;
    right: 15px;
}

@media (min-width: 1025px) {
    .count {
        width: 23px;
        height: 23px;
        line-height: 24px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        top: -10px;
    }
}

.dropdown-menu {
    z-index: 99999;
}

.dropdown-cart {
    -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
    border-radius: 5px;
    min-width: 346px;
    border: 1px solid #ebebeb;
    padding: 15px 28px 37px 22px;
    top: 10px !important;
    z-index: 99999;
}

.notification-drawer {
    border-bottom: 1px solid #eee;
    box-shadow: 0px 1px 0px 0px #e2dede;
    border-radius: 10px;
    margin-bottom: 1.2rem;
}

.notification-dropdown {
    width: 300px;
    z-index: 99999;
}

.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:hover,
.dropleft .dropdown-menu .dropdown-item:active,
.dropleft .dropdown-menu .dropdown-item:hover,
.dropright .dropdown-menu .dropdown-item:active,
.dropright .dropdown-menu .dropdown-item:hover,
.dropup .dropdown-menu .dropdown-item:active,
.dropup .dropdown-menu .dropdown-item:hover {
    box-shadow: none;
    background-color: #f5f5f5;
    border-radius: .125rem;
    color: black !important;
    transition: all .1s linear;
}

.dropdown .dropdown-menu .dropdown-item,
.dropleft .dropdown-menu .dropdown-item,
.dropright .dropdown-menu .dropdown-item,
.dropup .dropdown-menu .dropdown-item {
    padding: .5rem;
    margin-left: 0;
    white-space: initial;
    word-break: break-word;
    font-size: .8rem;
}

.header-logo {
    cursor: pointer;
}

@media (min-width: 992px) {
    .header-logo {
        height: 55px;
    }

    .tags {
        margin-left: 0px;
        height: 45px;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .header-logo {
        /* height:83px; */
        height: 70px;
    }

    .e-border {
        border: 1px solid #ededed;
        border-radius: 9999px;
        height: 78px;
        padding-left: 98px;
        padding-right: 44px;
        position: relative;
        margin-left: -84px;
    }
}



.text-success {
    color: #28a745 !important;
}

.btn-theme-gradient {
    background: -webkit-linear-gradient(50deg, #c20d31, #364cdc) !important;
    background: -o-linear-gradient(50deg, #c20d31, #364cdc) !important;
    background: linear-gradient(40deg, #c20d31, #364cdc) !important;
    box-shadow: 0 2px 5px 0 rgba(194, 13, 49, 0.12), 0 2px 10px 0 rgba(54, 76, 220, 0.16) !important;
}

.btn-theme-gradient:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(194, 13, 49, 0.18), 0 4px 15px 0 rgba(54, 76, 220, 0.16) !important;
    box-shadow: 0 5px 11px 0 rgba(194, 13, 49, 0.18), 0 4px 15px 0 rgba(54, 76, 220, 0.16) !important;
    outline: 0;
}

.theme-gradient {
    background: -webkit-linear-gradient(50deg, #c20d31, #364cdc) !important;
    background: -o-linear-gradient(50deg, #c20d31, #364cdc) !important;
    background: linear-gradient(40deg, #c20d31, #364cdc) !important;
}

.theme-gradient-slight {
    background: -webkit-linear-gradient(50deg, #c20d3114, #364cdc1f) !important;
    background: -o-linear-gradient(50deg, #c20d3114, #364cdc1f) !important;
    background: linear-gradient(40deg, #c20d3114, #364cdc1f) !important;
}

.wrapper {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0;
    min-width: 320px;
}

@media only screen and (min-width: 230px) and (max-width:991px) {
    .wrapper {
        width: 100%;
        margin: 1% 0%;
    }
}

@media only screen and (min-width: 920px) and (max-width:1064px) {
    .wrapper {
        width: 96%;
        margin: 0% 2%;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1600px) {
    .wrapper {
        width: 96%;
        margin: 0% 2%;
    }
}

@media only screen and (min-width: 480px) and (max-width:992px) {
    .wrapper {
        padding: 2%
    }
}

@media only screen and (min-width: 320px) and (max-width:479px) {
    .wrapper {
        padding: 2%
    }
}

.main-header-search .form-control {
    border: none;
    border-right: 1px solid #ced4da;
    background-color: transparent;
}

.main-header-search .form-control:focus {
    box-shadow: none;
}

.main-header-search .btn {
    padding: .61rem 2.14rem;
}

.main-header-search .input-group-text {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 0rem .75rem;
}

.main-header-search .select-wrapper input.select-dropdown {
    font-size: 13px;
    margin: 0rem;
    border-bottom: none;
    color: #999999;
    font-weight: 500;
}

.top-group.v2 .banner-img-item:first-child {
    margin-bottom: 16px;
}

.top-group.v2 [class*="col-"] {
    padding: 0 8px;
}

.top-group.v2 .row {
    margin: 0 -8px;
}

.effect-img3 {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.image-bd {
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.plus-zoom::before,
.plus-zoom::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
}

.plus-zoom:hover:before {
    right: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.plus-zoom:hover:after {
    top: 50%;
    bottom: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.image-bd img {
    border-radius: 10px;
}

.ecome-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
}

.ecome-heading h3 {
    background: #fff;
}

@media (min-width: 480px) {
    .ecome-heading:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        border-bottom: 1px solid #ededed;
    }

}

.ecome-heading h3 {
    padding-right: 33px;
    position: relative;
    z-index: 1;

}

.ecome-heading .btn-show {
    font-size: 16px;
    color: #999999;
    width: 201px;
    line-height: 54px;
    height: 56px;
    display: inline-block;
    text-align: center;
    border: 1px solid #eaeaea;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 999px;
}

.ecome-heading .btn-show:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #fff;
    background: #000;
    border-color: #000;
}

.ecome-heading .btn-show i {
    margin-left: 15px;
}

.category-item {
    position: relative;
}

.category-item .bd-7 {
    border: 1px solid #f0f0f0;
    border-bottom: none;
    /* border-radius: 10px; */
}

.category-item .cate-img {
    overflow: hidden;
    padding: 10px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.category-item .cate-img a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.category-item .cate-img a img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}

.category-item:hover img {
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}

/* .category-item:hover .cate-content{
    display: block
}
.cate-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    bottom: 0px;
    left: 0;
    background: linear-gradient(to top, #000000 0%, #43434300 40%);
    color: white;
    display: none;
} */
.cate-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    /* display: flex; */
    width: 100%;
    height: 100%;
    /* justify-content: start;
    align-items: flex-end; */
    margin-bottom: 15px;
}

.cate-content .abs {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.btn-shopcate {
    font-size: 13px;
    width: 122px;
    height: 38px;
    line-height: 37px;
    border-radius: 999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.btn-gradient {
    color: #fff;
    font-weight: 500;
    background: #54f0ff;
    background-image: var(--theme-gradient);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.btn-gradient:hover {
    color: #fff;
    -webkit-box-shadow: 0 5px 11px 0 rgba(194, 13, 49, 0.18), 0 4px 15px 0 rgba(54, 76, 220, 0.16);
    box-shadow: 0 5px 11px 0 rgba(194, 13, 49, 0.18), 0 4px 15px 0 rgba(54, 76, 220, 0.16);
}

.btn-shopcate i {
    margin-left: 8px;
}

.cate-div {
    width: 50%;
    padding: 1rem;
}

@media (min-width: 576px) {
    .cate-div {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .cate-div {
        width: 33.33%;
    }
}

@media (min-width: 992px) {
    .cate-div {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .cate-div {
        width: 20%;
    }
}

.category-item .pd30 {
    padding: 1rem;
}

.cate-bg {
    background: #f8f8f8;
    border-radius: 0 0 10px 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.cate-list li {
    line-height: 32px;
    position: relative;
    display: block;
    margin-left: 13px;
}

.cate-list li:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: -13px;
    color: #bfbfbf;
}

.cate-list li:hover::before {
    color: #ff5050;
}

.cate-list li a {
    color: #666;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.cate-list li a:hover {
    color: #ff5050;
    background-color: transparent;
}

.owl-cate .owl-dots {
    border: 1px solid #eaeaea;
    margin: 0 auto;
    border-radius: 999px;
    padding: 8px 10px;
    display: table;
}

.owl-cate.owl-theme .owl-dots .owl-dot {
    vertical-align: middle;
}

.owl-cate.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    background: #333333;
    opacity: 0.21;
}

.owl-cate.owl-theme .owl-dots .owl-dot.active span,
.owl-cate .owl-theme .owl-dots .owl-dot:hover span {
    background: #333333;
    opacity: 1;
}

.advertize-item {
    height: 100%;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.featured-product .item {
    width: 100%;
    padding: 1rem;
}

@media (min-width: 576px) {
    .featured-product .item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .featured-product .item {
        width: 33.33%;
    }
}

@media (min-width: 992px) {
    .featured-product .item {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .featured-product .item {
        width: 20%;
    }
}

.regular-img {
    padding: 1rem;
}

.regular-img img {
    /* height: 150px;
    width: 150px; */
    height: auto;
    width: 100%;
}

/* @media (max-width:575px) {
    .regular-img {
        padding: 1rem;
        width: 33.3%;
    }

    .regular-img img {
        height: 120px;
        width: 120px;
    }
}

@media (max-width:500px) {
    .regular-img {
        padding: 1rem;
        width: 33.3%;
    }

    .regular-img img {
        height: 100px;
        width: 100px;
    }
} */

.regular-img {
    padding: 1rem;
    width: 50%;
    text-align: center;
}

@media (min-width: 576px) {
    .regular-img {
        width: 33.33%;
    }
}

@media (min-width: 768px) {
    .regular-img {
        width: 33.33%;
    }
}

@media (min-width: 992px) {
    .regular-img {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .regular-img {
        width: 16.66%;
    }
}

.deals-regular-img {
    padding: 1rem;
}

.deals-regular-img img {
    height: 215px;
    width: 215px;
}

.user-credentials {
    height: 100vh;
}

@media (max-width: 800px) and (orientation: landscape) {
    .user-credentials {
        height: 100%;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.md-form.md-outline input[type=date],
.md-form.md-outline input[type=datetime-local],
.md-form.md-outline input[type=email],
.md-form.md-outline input[type=number],
.md-form.md-outline input[type=password],
.md-form.md-outline input[type=search-md],
.md-form.md-outline input[type=search],
.md-form.md-outline input[type=tel],
.md-form.md-outline input[type=text],
.md-form.md-outline input[type=time],
.md-form.md-outline input[type=url],
.md-form.md-outline textarea.md-textarea {
    height: 45px;
}

.signup-form .md-form.md-outline input[type=date],
.signup-form .md-form.md-outline input[type=datetime-local],
.signup-form .md-form.md-outline input[type=email],
.signup-form .md-form.md-outline input[type=number],
.signup-form .md-form.md-outline input[type=password],
.signup-form .md-form.md-outline input[type=search-md],
.signup-form .md-form.md-outline input[type=search],
.signup-form .md-form.md-outline input[type=tel],
.signup-form .md-form.md-outline input[type=text],
.signup-form .md-form.md-outline input[type=time],
.signup-form .md-form.md-outline input[type=url],
.signup-form .md-form.md-outline textarea.md-textarea {
    height: 35px;
    font-size: 13px;
}

.signup-form .md-form.md-outline label {
    font-size: 13px;
}

.prefix-country-flag,
.md-form.md-outline .prefix-country-flag {
    position: absolute;
    transition: color .2s;
}

.md-form.md-outline .prefix-country-flag,
.prefix-country-flag {
    top: .5rem;
    left: 10px;
    font-size: 1rem;
}

.md-form.md-outline .prefix-country-flag~input,
.prefix-country-flag~input {
    margin-left: 0rem;
    width: 100%;
    padding-left: 6rem;
}

.md-form.md-outline .prefix-country-flag~label,
.prefix-country-flag~label {
    margin-left: 6rem;
    transition: margin-left 0.1s ease-in-out;
}

.md-form.md-outline label.active {
    margin-left: 0px !important;
}

.mountain-bg {
    background: url(../img/mountainbg.jpg);
    background-size: cover;
    background-position: center;
}

.upgrade-detail-page .card.card-cascade.narrower .view.view-cascade {
    margin-left: 4%;
    margin-right: 4%;
    margin-top: -2.25rem;
}

.cascade-image-blur {
    background: url(../img/mountainheader.jpg);
    background-size: cover;

}

.cascade-image-blur:before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    top: -20px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: inherit;
    box-shadow: inset 0 0 0 800px rgba(255, 255, 255, 0.5);
    filter: blur(5px);
}


.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}

.breadcrumb li a {
    color: #676767;

    font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";
}

/*accordation filter*/
.card-group-item {
    border-bottom: 1px solid #E8E8E8 !important;
    margin-top: 5px !important;
}

.card-group-item .card-header {
    border-bottom: 0 !important;
    background-color: #fff !important;
    padding: .7rem 0.1rem !important;
}

.card-header .title {
    font-weight: 500;
    /* line-height: 1.5; */
    color: #282828 !important;
    font-size: 13px;
    margin-bottom: 0px !important;
}

.card-header .icon-action {
    margin-top: 1px !important;
    float: right !important;
    font-size: 100% !important;
    margin-right: 5px !important;
}

.filter-content .card-body h6 {
    color: #282828 !important;
    font-size: 0.9rem;
    font-weight: 500;
}

.filter-content .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 0 !important;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    padding-top: 0.5rem;

}

.filterperfectScrollbar {
    min-height: 0px;
    max-height: 210px;
    overflow: auto;
    position: relative;
}

.filter-content .card-body .badge-light {
    color: #676767 !important;
    background-color: #f8f9fa;
}

/* width */
.productgrid::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.productgrid::-webkit-scrollbar-track {
    background: #d1e6ff;
}

/* Handle */
.productgrid::-webkit-scrollbar-thumb {
    background: #304ffe;
}

/* Handle on hover */
.productgrid::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* The checkboxcontainer */
.checkboxcontainer {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #6c757d;
    word-break: normal;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkboxcontainer .badge {
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 5px;
    height: 14px;
    width: 14px;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 1.5px;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked~.checkmark {
    background-color: #304ffe;
    border: 1px solid #304ffe;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-search-form input {
    border-radius: 0;
    height: 27px;
    box-shadow: none;
}

.custom-search-form .input-group-btn .btn-default {
    line-height: 0;
    border-radius: 0;
    border-left: 0;
    color: #fff;
    height: 25px;
    padding: 0 6px;
    font-size: 12px;
    z-index: 3;
    bottom: 5px;
    margin-left: -25px;
    background: #304ffe !important;
    position: relative;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

ul.gridfilters li {
    display: inline;
}

.gridfilters-items+.gridfilters-items::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "|";
}

.gridfilters li a {
    color: #676767;

    font-size: 12px;
}

.gridfilters li a.active {
    color: #000;

    font-size: 12px;
}

ol,
ul {
    margin: 0;
    padding: 0
}

a:hover {
    text-decoration: none
}

.list-none,
.list-default {
    list-style: none
}

.img-wrap {
    text-align: center
}

.img-wrap img {
    max-width: 100%
}

.center-xy {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.center-y {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.center-x {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.center {
    margin-left: auto;
    margin-right: auto
}

.overflow-h {
    overflow: hidden
}

.flip-h {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.card-body-lg {
    padding: 2rem
}

.shadow {
    -webkit-box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.1)
}

.shadow-in {
    -webkit-box-shadow: inset 0 2px 4px rgba(51, 51, 51, 0.4);
    box-shadow: inset 0 2px 4px rgba(51, 51, 51, 0.4)
}

[class*="hover-"] {
    -webkit-transition: .5s;
    transition: .5s
}

.hover-shadow:hover {
    -webkit-box-shadow: 0 4px 15px rgba(51, 51, 51, 0.5);
    box-shadow: 0 4px 15px rgba(51, 51, 51, 0.5);
    -webkit-transition: .5s;
    transition: .5s
}

.hover-bg:hover {
    background: #007bff;
    background: -webkit-gradient(linear, left top, right bottom, from(#007bff), to(#007bff));
    background: linear-gradient(to bottom right, #007bff, #007bff);
    -webkit-transition: .5s;
    transition: .5s
}

.hover-zoom:hover {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.input-icon {
    position: relative
}

.input-icon i+input,
.input-icon i+select {
    padding-left: 36px
}

.input-icon i {
    position: absolute;
    color: #ccc;
    z-index: 9;
    left: 7px;
    top: 4px;
    width: 24px;
    text-align: center;
    padding: 7px 0
}

.border {
    border: 1px solid #eee
}

.border-left-white {
    border-left: 1px solid rgba(255, 255, 255, 0.3)
}

.border-right-white {
    border-right: 1px solid rgba(255, 255, 255, 0.3)
}

.border-top-white {
    border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.border-bottom-white {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.circle {
    border-radius: 100%
}

.round {
    border-radius: 200px;
    margin-right: 5px;
}

.padding-y {
    padding-top: 32px;
    padding-bottom: 32px
}

.padding-top {
    padding-top: 32px
}

.padding-bottom {
    padding-bottom: 32px
}

.padding-y-lg {
    padding-top: 60px;
    padding-bottom: 50px
}

.padding-top-lg {
    padding-top: 60px
}

.padding-bottom-lg {
    padding-bottom: 60px
}

.padding-y-sm {
    padding-top: 18px;
    padding-bottom: 18px
}

.padding-top-sm {
    padding-top: 18px
}

.padding-bottom-sm {
    padding-bottom: 18px
}

.nopadding {
    padding: 0px
}

.p0 {
    padding: 0px
}

.p5 {
    padding: 5px
}

.p7 {
    padding: 7px
}

.p10 {
    padding: 10px
}

.p15 {
    padding: 15px
}

.p20 {
    padding: 20px
}

.p30 {
    padding: 30px
}

.p40 {
    padding: 40px
}

.p50 {
    padding: 50px
}

.p60 {
    padding: 60px
}

.nomargin {
    margin: 0px
}

.m0 {
    margin: 0px
}

.m5 {
    margin: 5px
}

.m7 {
    margin: 7px
}

.m10 {
    margin: 10px
}

.m15 {
    margin: 15px
}

.m30 {
    margin: 30px
}

.m40 {
    margin: 40px
}

.m50 {
    margin: 50px
}

.m60 {
    margin: 60px
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

var {
    font-style: normal
}

map {
    display: block
}

.form-noborder input,
.form-noborder select {
    border: none
}

article:after,
.container:after,
.form-group:after,
.container-fluid:after {
    display: block;
    clear: both;
    content: ""
}

figure {
    margin-bottom: 0
}

.row-sm {
    margin-right: -7px;
    margin-left: -7px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row-sm>[class^="col"] {
    padding-left: 7px;
    padding-right: 7px
}

section[class*='section'] {
    background-attachment: fixed
}

.bg-white {
    background-color: #fff !important
}

.bg-grad-primary {
    background: #3395ff;
    background: -webkit-gradient(linear, left top, right bottom, from(#0062cc), to(#3395ff));
    background: linear-gradient(to bottom right, #0062cc, #3395ff)
}

.bg-grad-main {
    background-color: #007bff;
    background-image: radial-gradient(ellipse farthest-side at 100% 100%, #9bffd8 20%, #3395ff 50%, #6c757d 110%)
}

.bg-dark-transp {
    background-color: rgba(51, 51, 51, 0.3)
}

.bg-white-transp {
    background-color: rgba(255, 255, 255, 0.3)
}

.bg {
    background-color: #f8f8f8 !important
}

.bg2 {
    background-color: #eceded !important
}

.bg-pattern {
    background-image: url(../images/bg/bg-pattern.svg), linear-gradient(135deg, #007bff, #0062cc);
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
    background-position: 0px 0px, 50% 50%
}

.section-heading {
    margin-bottom: 20px;
    margin-top: 10px
}

.title-section {
    padding-right: 15px
}

.subtitle-section {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px
}

.title-category {
    margin: 0;
    padding: 1rem 1rem
}

.heading-line {
    position: relative
}

.heading-line .title-section {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    background-color: inherit;
    z-index: 2
}

.heading-line::before {
    top: 43%;
    border-top-style: solid;
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 100%;
    height: 0;
    border: 3px solid #E9EAEF;
    overflow: hidden
}

.b {
    font-weight: 600
}

.rtl {
    direction: rtl
}

.ltr {
    direction: ltr
}

.font-title {
    font-family: "Roboto", sans-serif
}

.text-white {
    color: #fff
}

.lh-sm {
    line-height: 1.2
}

.lh-lg {
    line-height: 1.6
}

.navbar-top {
    padding: 0
}

.brand-wrap {
    padding: 15px 0
}

.brand-wrap .logo {
    margin-right: 7px;
    height: 40px;
    display: inline-block
}

.brand-wrap .logo-text {
    margin: 0;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle
}

.navbar-brand img {
    max-height: 32px
}

.search-wrap {
    padding: 15px 0
}

.widget-header {
    margin-left: 7px;
    margin-right: 7px;
    display: inline-block;
    position: relative
}

.widget-header form {
    min-width: 280px
}

.widget-header .title {
    display: block
}

.widget-header .notify {
    position: absolute;
    top: -3px;
    right: -10px
}

.section-footer ul a {
    color: inherit
}

.footer-top .title {
    font-weight: 600
}

.footer-bottom {
    padding: 15px 0
}

.section-pagetop {
    padding: 45px 0;
    background-repeat: no-repeat;
    background-size: cover
}

.section-pagetop .title-page {
    color: #fff;
    opacity: .6
}

.gallery-wrap .img-big-wrap {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff
}

.gallery-wrap .img-big-wrap a {
    text-align: center;
    display: block
}

.gallery-wrap .img-big-wrap img {
    height: 450px;
    width: auto;
    display: inline-block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.gallery-wrap .img-small-wrap {
    text-align: center
}

.gallery-wrap .img-small-wrap .item-gallery {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    margin: 7px 2px;
    display: inline-block;
    overflow: hidden
}

.gallery-wrap .img-small-wrap img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.gallery-wrap .img-small-wrap img:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.owl-prev,
.owl-next {
    z-index: 9;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.owl-prev {
    left: 0;
    content: "<"
}

.owl-next {
    right: 0;
    content: ">"
}

.slider-main {
    background-color: #ccc
}

.slider-main .owl-nav [class*="owl-"] {
    opacity: 0
}

.slider-main:hover .owl-nav [class*="owl-"] {
    opacity: 1
}

.slider-main .item-slide {
    height: 325px
}

.slider-main .item-slide img {
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slider-items .owl-prev,
.slider-items .owl-next {
    z-index: 9;
    top: 42%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    position: absolute
}

.slider-items .owl-prev {
    left: -40px;
    content: "<"
}

.slider-items .owl-next {
    right: -40px;
    content: ">"
}

.btn-facebook {
    background-color: #405D9D;
    color: #fff
}

.btn-facebook:hover {
    color: #fff
}

.btn-instagram {
    background-color: #E52D27;
    color: #fff
}

.btn-instagram:hover {
    color: #fff
}

.btn-youtube {
    background-color: #C8046C;
    color: #fff
}

.btn-youtube:hover {
    color: #fff
}

.btn-twitter {
    background-color: #42AEEC;
    color: #fff
}

.btn-twitter:hover {
    color: #fff
}

.icon-xs {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    display: inline-block
}

.icon-sm {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 22px;
    display: inline-block
}

.icon-md {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
    display: inline-block
}

.icon-lg {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 42px;
    display: inline-block
}

.img-xs {
    width: 40px;
    max-height: 40px;
    -o-object-fit: cover;
    object-fit: cover
}

.img-sm {
    width: 80px;
    max-height: 80px;
    -o-object-fit: cover;
    object-fit: cover
}

.img-md {
    width: 120px;
    max-height: 120px;
    -o-object-fit: cover;
    object-fit: cover
}

.img-lg {
    width: 400px;
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover
}

.icon-wrap {
    text-align: center
}

.icon-wrap.round {
    border-radius: 100% !important
}

.itembox .icon-wrap {
    margin-bottom: 15px;
    margin-top: 7px
}

.itemside {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.itemside .text-wrap {
    padding-left: 15px;
    padding-right: 7px
}

.itemside .img-wrap {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 5px 0 0 5px
}

.itemside img {
    -o-object-fit: contain;
    object-fit: contain
}

.itemside p {
    margin-bottom: 0
}

.itemside.has-bg {
    position: relative;
    min-height: 100px
}

.itemside.has-bg .img-bg {
    width: 70px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0
}

.itemside.has-bg .card-body {
    position: relative;
    z-index: 3
}

.card-product {
    margin-bottom: 1rem
}

.card-product:after {
    content: "";
    display: table;
    clear: both;
    visibility: hidden
}

.card-product .price-new,
.card-product .price {
    margin-right: 5px;
    font-weight: 600;
}

.card-product .price-old {
    color: #999
}

.card-product .img-wrap {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    height: 175px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-product .img-wrap img {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card-product .info-wrap {
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #eee
}

.card-product .action-wrap {
    padding-top: 4px;
    margin-top: 4px
}

.card-product .bottom-wrap {
    padding: 10px;
    border-top: 1px solid #eee
}

.card-product .title {
    margin-top: 0
}

.card-product .btn-overlay {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5)
}

.card-product:hover .btn-overlay {
    opacity: 1
}

.card-product:hover {
    -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    -webkit-transition: .5s;
    transition: .5s
}

.card-sm .img-wrap {
    height: 180px
}

.card .img-wrap {
    overflow: hidden
}

.card.card-product {
    -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    -webkit-transition: .5s;
    transition: .5s
}

.card.card-product:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.itemlist {
    padding: 20px;
    border-bottom: 1px solid #eee
}

.itemlist:last-child {
    border-bottom: 0
}

.icontext {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.icontext .icon-wrap {
    position: relative
}

.icontext .text-wrap {
    line-height: 1.3;
    padding-left: 1rem
}

.icontext small,
.icontext .title {
    display: block
}

.notify {
    position: absolute;
    top: -4px;
    right: -10px;
    display: inline-block;
    padding: .25em .6em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: 3rem;
    color: #fff;
    background-color: #dc3545
}

.filter-wrap .list-group-item {
    padding-bottom: .5rem
}

.filter-wrap .title {
    margin-top: 5px;
    margin-bottom: 12px;
    font-weight: 600
}

.filter-header .icon-action {
    margin-top: 5px;
    float: right;
    font-size: 80%
}

.card-header .title {
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5
}

.card-header .icon-action {
    margin-top: 5px;
    float: right;
    font-size: 80%
}

.card-group-item {
    border-bottom: 1px solid #eee
}

.card-group-item .card-header {
    border-bottom: 0;
    background-color: #f9f9f9
}

.card-group-item:last-child {
    border-bottom: 0
}

.card-banner {
    overflow: hidden
}

.card-banner .img-wrap {
    height: 330px
}

.card-banner img {
    height: 100%;
    width: auto;
    min-width: 100%
}

.shopping-cart-wrap img {
    max-width: 100px
}

.shopping-cart-wrap thead th {
    border-top: 0;
    border-bottom: 0
}

.shopping-cart-wrap .price {
    color: #007bff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
    display: block
}

.box {
    padding: 18px 20px;
    display: block;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(51, 51, 51, 0.15);
    box-shadow: 0 1px 2px rgba(51, 51, 51, 0.15)
}

.block-envelope {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.2);
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.2);
    border: 10px solid transparent;
    -o-border-image: 10 repeating-linear-gradient(-45deg, #f77 0, #f77 1em, transparent 0, transparent 2em, #29a9ff 0, #29a9ff 3em, transparent 0, transparent 4em);
    border-image: 10 repeating-linear-gradient(-45deg, #f77 0, #f77 1em, transparent 0, transparent 2em, #29a9ff 0, #29a9ff 3em, transparent 0, transparent 4em)
}

.media .img-wrap {
    margin-right: 1rem
}

.param {
    margin-bottom: 7px;
    line-height: 1.4
}

.param dt {
    margin: 0;
    margin-right: 7px;
    font-weight: 600
}

.param dd {
    margin: 0;
    vertical-align: baseline
}

.param .icon {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    vertical-align: middle;
    display: inline-block
}

.param .text {
    margin-left: 5px
}

.param-inline dt {
    display: inline-block
}

.param-inline dd {
    vertical-align: baseline;
    display: inline-block
}

.param-aside dt {
    display: inline-block
}

.param-aside dd {
    vertical-align: baseline;
    float: right
}

.param-feature dt {
    width: 90px;
    float: left;
    word-wrap: break-word
}

.param-feature dd {
    margin-left: 120px;
    vertical-align: baseline
}

dl.value {
    margin: 3px 0
}

dl.value dt {
    display: inline-block;
    font-weight: normal;
    color: #6c757d
}

dl.value dd {
    vertical-align: baseline;
    float: right
}

.badge-new {
    top: 7px;
    left: 7px;
    position: absolute;
    display: block;
    z-index: 10;
    padding: 2px 7px;
    font-size: 12px;
    background-color: #ef5f5f;
    color: #fff;
    border-radius: 4px
}

.badge-offer {
    display: block;
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 2
}

.badge-offer b {
    background: #ef5f5f;
    padding: 4px;
    font-family: 'Bebas';
    font-weight: normal;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    height: 36px;
    width: 50px;
    position: relative
}

.badge-offer b:after {
    border-top: 7px solid #ef5f5f;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 36px;
    width: 0
}

.label-rating {
    padding: 0px 7px;
    color: #333;
    display: inline-block;
    vertical-align: middle
}

.stars-simple {
    margin-bottom: 7px
}

.stars-simple i {
    color: orange
}

.stars-simple small {
    color: #999;
    margin-left: 5px
}

.rating-wrap {
    margin-bottom: 10px;
}

.rating-stars {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 1;
    white-space: nowrap;
    clear: both
}

.rating-stars i {
    font-size: 14px;
    color: #ccc;
    display: inline
}

.rating-stars li {
    display: block;
    text-overflow: clip;
    white-space: nowrap;
    z-index: 1
}

.rating-stars li.stars-active {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.rating-stars li.stars-active i {
    color: orange
}

/* [class*="list-"] li:after {
    visibility: hidden;
    display: block;
    content: "";
    overflow: hidden;
    height: 0;
    clear: both
} */

.list-lg li {
    margin-bottom: 10px
}

.list-icon {
    list-style: none
}

.list-icon li {
    margin-bottom: 10px
}

.list-icon i {
    width: 22px
}

.list-icon img {
    width: 30px;
    vertical-align: middle;
    margin-right: 15px
}

.list-icon .icon {
    margin-right: 15px;
    vertical-align: middle;
    font-size: 20px;
    text-align: center
}

.list-icon span {
    vertical-align: middle
}

.list-bullet {
    list-style: none;
    line-height: 1.5
}

.list-bullet li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 20px
}

.list-bullet li::before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    margin: 0px 10px 0px 0px;
    background-color: #FE935F;
    border-radius: 100%
}

.list-check {
    list-style: none;
    margin-bottom: 15px
}

.list-check li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 25px
}

.list-check li::before {
    color: #FE935F;
    position: absolute;
    top: 0px;
    left: 0;
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 16px;
    display: inline-block
}

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px
}

.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1
}

.divider-text span {
    background-color: #fff;
    padding: 7px;
    font-size: 12px;
    position: relative;
    z-index: 2
}

.caption-left {
    position: absolute;
    width: 45%;
    padding: 30px;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 123, 255, 0.7);
    color: #fff;
    z-index: 9
}

.menu-category {
    margin: 0;
    padding: 0
}

.menu-category li {
    position: relative;
    display: block;
    border-bottom: 1px solid #eee
}

.menu-category>li>a {
    display: block;
    padding: 10px 15px
}

.menu-category .submenu {
    display: none;
    z-index: 20;
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    background: #fff
}

.menu-category .submenu li a {
    padding: 7px 15px;
    display: block
}

.menu-category li:hover {
    background: #f8f8f8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.menu-category li.has-submenu:hover .submenu {
    display: block;
    margin-left: 0px
}

/*# sourceMappingURL=uikit.css.map */

/* pagination css starts*/
.simple-pagination {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.page-link {
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: .9rem;
    color: #212529;
    line-height: 1.2 !important;
}

.pagination>li>span {
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent !important;
    font-size: .9rem;
    line-height: 1.2 !important;
    color: #212529;
}

/* pagination css ends */


/* Ion range slider css starts */
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #0043fd !important;
    border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #0043fd !important;
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #0043fd !important;
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
    background-color: #0739c3 !important;
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #0043fd !important;
}

/* Ion range slider css ends */

/**************My Account PAGE CSS************/
.testimonial-card .card-up {
    overflow: hidden;
    height: 80px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.testimonial-card .card-body {
    text-align: center;
    padding: 0.25rem;
}

.testimonial-card .avatar {
    border-radius: 50%;
    width: 70px;
    margin-top: 0px;
    overflow: hidden;
    border: 5px solid #fff;
}

.accountsidebar .nav .nav-link.active {
    font-weight: 500;
    color: #2874f0;
}

.accountsidebar .nav .nav-link {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.accountsidebar .card-header h6 {
    font-size: 14px;
}

.accountsidebar .md-accordion .card .card-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.accountsidebar .md-accordion .card.active .collapse {
    display: block;
}

.message-sidebar-links>li a {
    color: rgb(24, 24, 24);
    font-size: 14px;
    letter-spacing: 1px;
}

.sidebar-links>li a {
    color: rgb(24, 24, 24);
    font-size: 13px;
    letter-spacing: 1px;
}

.sidebar-links>li h6 {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    letter-spacing: 1px;
}

.sidebar-links>li h6 a {
    font-size: 14px;
}

.sidebar-links li {
    margin-bottom: 20px;
    margin-top: 20px;
}

.sub-sidebar-links>li {
    list-style-type: none;
    display: block;
    padding: 10px 10px 10px 10px;
    margin: 0px;
    border-bottom: 1px solid #cecece;
}

.sub-sidebar-links>li>a {
    color: rgb(24, 24, 24);
}

.not-found {
    font-size: 150%;
    font-weight: 600;
    text-align: center;
}

.find-product .param dt {
    font-weight: 500;
}

.find-product .param {
    margin-bottom: 7px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: 400;
    color: #747474;
}

.separator {
    width: 1px;
    height: 100%;
    margin: 0 auto;
    background-color: #ddd;
}

.ds6OrSeperator {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    position: absolute;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px 8px;
    box-sizing: border-box;
    margin: -8px auto 0;
    top: 50%;
}

.card .md-form label {
    font-weight: 400;
}

.accountsidebar {
    padding-top: 20px;
    padding-bottom: 20px;
}

.accountsidebar .active.text-muted {
    color: #007bff !important;
}

.simple-pagination {
    display: flex !important;
}

table td {
    font-size: .9rem;
    font-weight: 400;
}

.pagination>.active>span,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #304ffe !important;
    border-color: #2d48e2 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    transition: all .2s linear;
    border-radius: .125rem;
}

/**************My Account PAGE CSS ENDS************/

table .form-check-input[type=checkbox]+label,
table label.btn input[type=checkbox]+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    height: 1rem;
    line-height: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-white .form-check-input[type=checkbox]+label:before,
.checkbox-white .form-check-input[type=checkbox]:not(.filled-in)+label:after,
.checkbox-white label.btn input[type=checkbox]+label:before,
.checkbox-white label.btn input[type=checkbox]:not(.filled-in)+label:after {
    border-color: #fff;
}

.checkbox-white [type="checkbox"]:checked+label:before {
    border-color: transparent #fff #fff transparent;
}


.desktop-cart-dropdown {
    width: 300px;
    border: none;
    border-radius: 0px;
    padding: 20px 0px;
    height: 400px;
    overflow: auto;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.mobile-cart-dropdown {
    width: 300px;
    border: none;
    border-radius: 0px;
    padding: 20px 0px;
    height: 400px;
    overflow: auto;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.dropdown-content {
    z-index: 99999;
}

.text-shadow {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.slider-img-wrapper {
    background-size: cover;
    height: 150px;
}

@media (min-width: 576px) {
    .slider-img-wrapper {
        height: 150px;
    }
}

@media (min-width: 630px) {
    .slider-img-wrapper {
        height: 180px;
    }
}

@media (min-width: 768px) {
    .slider-img-wrapper {
        height: 237px;
    }
}

@media (min-width: 992px) {
    .slider-img-wrapper {
        height: 247px;
    }
}

@media (min-width: 1100px) {
    .slider-img-wrapper {
        height: 266px;
    }
}

@media (min-width: 1200px) {
    .slider-img-wrapper {
        height: 330px;
    }
}

@media (max-width: 575px) {
    .carousel-inner .carousel-item:first-child .slider-img-wrapper {
        background-position: right;
    }

    .carousel-inner .carousel-item:nth-child(2) .slider-img-wrapper {
        background-position: left;
    }

    .carousel-inner .carousel-item:nth-child(3) .slider-img-wrapper {
        background-position: left;
    }

    .carousel-inner .carousel-item:nth-child(4) .slider-img-wrapper {
        background-position: right;
    }

    .carousel-inner .carousel-item:nth-child(5) .slider-img-wrapper {
        background-position: right;
    }

    .carousel-inner .carousel-item:nth-child(6) .slider-img-wrapper {
        background-position: left;
    }

    .carousel-inner .carousel-item:nth-child(7) .slider-img-wrapper {
        background-position: right;
    }

    .carousel-inner .carousel-item:nth-child(8) .slider-img-wrapper {
        background-position: left;
    }

    .carousel-inner .carousel-item:nth-child(9) .slider-img-wrapper {
        background-position: center;
    }

    .carousel-inner .carousel-item:nth-child(10) .slider-img-wrapper {
        background-position: left;
    }

    .carousel-inner .carousel-item:nth-child(11) .slider-img-wrapper {
        background-position: left;
    }

    .carousel-inner .carousel-item:nth-child(12) .slider-img-wrapper {
        background-position: center;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 98%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 98%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.see-all-grid-single-page .regular-img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 1.5rem;
}

.see-all-grid-single-page .regular-img img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.see-all-grid-single-page .regular-img h6 {
    color: black;
}

.see-all-grid-single-page .regular-img:hover {
    transform: scale(1.05);
}

.see-all-grid-single-page .regular-img.this-is-product-wrap {
    background-color: #f6f8fc;
    border: 1px solid #eee;
    padding: 1rem;
}

.this-is-product-wrap .brand-name {
    font-size: 11px;
    color: #7ea8bb;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.1rem;
}

.this-is-product-wrap .rating {
    font-size: 12px;
    color: #ffb503;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0.3rem;
}

.this-is-product-wrap .product-name {
    color: #191919;
    text-align: center;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    text-transform: capitalize;
}

.this-is-product-wrap .small-desc {
    color: #808281;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
}

.this-is-product-wrap .small-desc dl {
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.this-is-product-wrap .prod-img {
    width: 100%;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: white;
    margin-bottom: 10px;
}

.this-is-product-wrap .prod-img img {
    object-fit: cover;
    width: 100%;
    height: auto;
}



/* ///////////////////////Auction Page Css Starts////////////// */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
[class^=heading-] a {
    color: inherit;
}

.maskicon {
    position: absolute;
    width: 30px;
    left: -3px;
}

.maskicon:hover div.miTab {
    visibility: visible;
    display: block;
}

div.miTab {
    position: absolute;
    visibility: hidden;
    border: 0px;
    padding-left: 31px;
    background: transparent url('../img/arrowLeft.png') no-repeat 25px 10px;
    display: none;
    z-index: 4;
    left: 3px;
}

div.miTab div.opa {
    background-image: url('../img/opa8.5.png');
    width: 152px;
}

div.miTab_label {
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    padding: 7px;
}

div.miTab_price {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    /* margin: 9px 7px 0px 7px; */
}

.bBorder {
    border-bottom: 1px solid #ddd;
}

button.miTab {
    font-size: 12px;
    font-weight: 500;
    width: 115px;
    border-radius: 4px;
    white-space: nowrap;
    height: 22px;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #3D9214;
    background: #65ae65;
    color: #000;
    margin: 14px auto;
}

div.miTab_info,
div.miTab_info a {
    font-size: 11px;
    font-weight: normal;
    color: #e1e1e1;
}

div.miTab_info {
    text-align: center;
    padding: 3px 7px 7px 7px;
}

.auction-items {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    -webkit-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}

.auction-items:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.post-modern-link {
    font-size: 17px;
    font-family: montserrat, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    line-height: 1.52632;
    color: #191919;
    font-weight: 600;
}

.post-modern {
    width: 270px;
    max-width: 100%;
    margin: 0 auto;
}

@media(max-width:575.98px) {
    .post-modern {
        margin-left: auto;
        margin-right: auto
    }
}

.post-modern-countdown {
    position: relative;
    font-weight: 500;
    background: #e4e4e4;
    border-radius: 5px;
    padding: 5px 13px;
    text-align: center;
}

.is-countdown {
    border: none !important;
    background-color: #e4e4e4 !important;
}

.post-modern-countdown:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 9px 0;
    border-color: #e4e4e4 transparent transparent transparent;
    right: 6px;
    bottom: -23px;
    transform: rotate(-41deg);
    z-index: -1
}

.post-modern-price {
    line-height: 1;
    font-weight: 300;
    font-family: montserrat, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    color: #888;
    font-size: 15px;
}

.post-modern-price-value {
    font-size: 20px;
    display: block;
    font-weight: 600;
    line-height: 1;
    margin-right: 12px;
    margin-top: 8px;
    color: #b90101;
}

.post-modern-price-value:before {
    content: '$';
    font-size: 21px;
    line-height: 21px;
    vertical-align: top;
    display: inline-block;
}

.post-modern-link {
    margin-top: 6px
}

.post-modern-link a:hover {
    color: inherit;
    text-decoration: underline
}

.post-modern-link+.button {
    margin-top: 16px
}

.post-modern-mod-2 *+.post-modern-caption {
    margin-top: 15px
}

.countdown-amount {
    font-size: 100% !important;
}

.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 18px 20px;
    font-size: 19px;
    line-height: 1.25;
    border: 2px solid;
    font-family: raleway, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    border-radius: 5px;
}

.button-box-right {
    display: inline-flex;
    align-items: center;
    padding: 0;
    padding-left: 20px;
    border: 0;
}

.button-primary,
.button-primary:focus {
    color: #fff;
    background-color: #304ffe;
    border-color: #304ffe;
}

.button-primary:hover,
.button-primary:active,
.button-primary.active {
    color: #304ffe;
    background-color: #000;
    border-color: #000;
}

.button-box {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #777;
    color: #fff;
    margin-left: 31px;
    margin-right: 0;
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
    vertical-align: baseline;
    width: 80px;
}

.button-box-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
}

.button-box-count {
    margin-top: -8px;
    margin-left: 4px;
    font-size: 37px;
    font-weight: 700;
    line-height: 1;
}

/* ///////////////////////Auction Page Css Ends////////////// */



/* ////////////////////////Auction Single page Css//////////////// */

/* Glasswire css */
.gc-display-area {
    position: absolute;
    overflow: hidden;
    border: 1px solid #e4e4e4 !important;
    padding: 12px !important;
    background-color: #fff;
}

.glass-case ul li {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 1px solid #e4e4e4 !important;
    padding: 2px;
    background-color: #fff;
}

.gc-icon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1020;
    cursor: pointer;
    cursor: hand;
    color: #fff;
    opacity: .7;
    -ms-filter: "alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    height: 1em;
    width: 1em;
    line-height: 0;
    background: #ccc;
    background: rgba(49, 49, 49, 0.5) !important;
    border: 2px solid rgba(49, 49, 49, 0.5) !important;
}

.gc-zoom {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1040 !important;
    border: 1px solid #e4e4e4 !important;
    padding: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    background-color: #fff;
}

/* /-Glasswire css */
.single-auction.breadcrumb li a {
    color: #ffffffb8;
    font-size: 12px;
}

.single-auction .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffffb8;
    content: ">";
}

.single-auction .breadcrumb-item.active {
    color: #fff;
}

.single-auction .countdown {
    background-color: #ffffff !important;
    display: inline-flex;
    font-size: 30px;
    font-weight: bold;
    color: #131313;
    letter-spacing: 1px;
    padding: 0.1rem 2rem;
    border-radius: 1px;
    border: 1px solid #d8d8d8 !important;
    box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.26);
    margin-bottom: 1rem;
}

.winner-img {
    width: 100%;
    height: 145px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.red-text {
    color: #b90101 !important;
}

.single-auction {
    border-right: 1px solid #e8e8e8;
}

.recent-bids-table table td {
    font-size: 12px;
    font-weight: 400;
}

.recent-bids-table table.table-sm td,
.recent-bids-table table.table-sm th {
    padding-top: .1rem;
    padding-bottom: .1rem;
}

/* ////////////////////////Auction Single page css Ends////////////// */


/* ///////////////Contact page Css///////////////////// */
#map-contact-block {
    background: white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid var(--theme-blue);
}

#map-contact-block {
    margin-top: -80px;
    padding: 30px 35px;
    overflow: hidden;
    position: relative;
}

#map-contact-block ul li .mc-icon {
    color: var(--theme-blue);
}

#map-contact-block ul li .mc-icon {
    float: left;
    width: 20px;
    font-size: 20px;
    margin-right: 12px;
}

#map-contact-block ul li .mc-text {
    overflow: hidden;
}

#map-contact-block:after {
    content: '';
    position: absolute;
    display: block;
    height: 100px;
    width: 100px;
    right: -50px;
    bottom: -50px;
    transform: rotate(-45deg);
}

#map-contact-block:after {
    background: var(--theme-blue);
}

#map-contact-text {
    padding: 40px 10px 30px;
    font-weight: 500;
}

#contact-page input,
#contact-page textarea {
    border-radius: 0px;
    box-shadow: none;
    background: #f3f4f4;
    border-color: #e6e7e8;
}

#contact-page input {
    height: 53px;
}

#contact-page textarea {
    height: 219px;
    padding-top: 16px;
}

#contact-page input,
#contact-page textarea {
    /* text-transform: uppercase; */
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 20px;
}

.error-text h1 {
    font-size: 241px;
    font-weight: bold;
    margin-bottom: 4px;
    line-height: 0em;
}

.error-text #code i {
    color: #b6b6b6;
    animation: example 4s linear infinite;
    position: relative;
}

@keyframes example {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

/* ///////////////Contact page Css Ends///////////////////// */


.choosing-reason .section-title {
    margin-bottom: 57px;
    text-align: center;
}

.choosing-reason .single-reason {
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 30px 28px 30px;
    margin-bottom: 30px;
}

.choosing-reason .single-reason .part-img {
    margin-bottom: 26px;
}

.choosing-reason .single-reason .part-img img {
    width: 100%;
}

.choosing-reason .single-reason .part-text h3 {
    font-size: 22px;
    font-weight: 600;
    color: #3f4b6e;
    margin-bottom: 17px;
}

.choosing-reason .single-reason .part-text p {
    color: #3f4b6e;
}


/* Homepage fetured products css starts */
.product-item {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.product-inner {
    position: relative;
}

.pd-bd {
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 30px;
}

.product-img {
    position: relative;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.deals-img-wrap {
    position: relative;
    width: 175px;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deals-img-wrap img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.deal-details {
    width: calc(100% - 190px);
}

.text-truncate-in-2line {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-info .product-cate {
    color: #999;
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.product-info .product-title {
    font-size: 14px;
    /*text-transform: capitalize;*/
    margin-bottom: 12px;
    font-weight: 600;
}

h3 a {
    color: #000000;
}

.product-bottom,
.product-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

.product-info .product-price {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
}

.product-button-group {
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding-bottom: 15px;
    margin: 5px -30px -30px -30px;
}

.product-item {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-button-group .btn-icon {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 80px;
}

.no-border {
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
}

.icon-bg {
    display: inline-block;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.icon-cart {
    background-image: url(../img/icon-cart2.png);
    background-repeat: no-repeat;
    height: 21px;
    width: 26px;
}

.icon-view {
    background-image: url(../img/icon-eye.png);
    background-repeat: no-repeat;
    height: 13px;
    width: 24px;
}

.icon-wishlist {
    background-image: url(../img/icon-heart2.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 21px;
}

@media (min-width: 1025px) {
    .product-button-group {
        opacity: 0;
        visibility: hidden;
        bottom: -5px;
        position: absolute;
        left: 0;
        right: 0;
        width: auto;
        margin: 0;
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        margin-bottom: -15px;
        z-index: 33;
    }

    .product-item:hover .product-button-group {
        opacity: 1;
        visibility: visible;
        bottom: -19px;
    }

    .product-item:hover .pd-bd {
        border: 0;
        box-shadow: unset;
    }

    .product-inner:after {
        content: '';
        width: 100%;
        display: block;
        z-index: -1;
        border: 1px solid #f0f0f0;
        border-radius: 10px;
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        right: 0;
        bottom: -8%;
        -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
        -webkit-transform: rotateX(45deg);
        transform: rotateX(45deg);
        moz-transform-origin: bottom;
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 0;
    }

    .product-item:hover .pd-bd:after {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .product-item {
        margin-bottom: 40px;
    }
}

/* Homepage fetured products css ends */

/* Ads css starts */
.advertize {
    margin: 0 auto;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
}

.advertize .image-bd {
    margin: 0 auto;
}

.ads_200x50,
.ads_200x190 {
    display: -ms-flexbox;
    display: flex;
}

.ads_200x50 .image-bd:first-child,
.ads_200x190 .image-bd:first-child {
    margin-right: 5px;
}

.ads_200x50 .image-bd:nth-child(2),
.ads_200x190 .image-bd:nth-child(2) {
    margin-left: 5px;
}

/* Ads css ends */

.badge {
    display: inline-block;
    padding: .4em .4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.nav-pills:not(.flex-column) .nav-item+.nav-item:not(:first-child) {
    margin-left: 5px
}

.nav-pills.flex-column .nav-item+.nav-item {
    margin-top: 5px
}

.nav-pills .nav-item .nav-link {
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    color: #555;
    transition: all .3s;
    /* border-radius: 30px; */
    padding: 10px 15px
}

.nav-pills .nav-item .nav-link:hover {
    background-color: hsla(0, 0%, 78%, .2)
}

.nav-pills .nav-item .nav-link.active {
    color: #fff;
    background-image: linear-gradient(40deg, #c20d31, #364cdc) !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(156, 39, 176, .6)
}

.nav-pills .nav-item i {
    display: block;
    font-size: 30px;
    padding: 15px 0
}

.nav-pills.nav-pills-info .nav-item .nav-link.active,
.nav-pills.nav-pills-info .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-info .nav-item .nav-link.active:hover {
    background-color: #00bcd4;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(0, 188, 212, .6);
    color: #fff
}

.nav-pills.nav-pills-rose .nav-item .nav-link.active,
.nav-pills.nav-pills-rose .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-rose .nav-item .nav-link.active:hover {
    background-color: #e91e63;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(233, 30, 99, .6);
    color: #fff
}

.nav-pills.nav-pills-success .nav-item .nav-link.active,
.nav-pills.nav-pills-success .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-success .nav-item .nav-link.active:hover {
    background-color: #4caf50;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(76, 175, 80, .6);
    color: #fff
}

.nav-pills.nav-pills-warning .nav-item .nav-link.active,
.nav-pills.nav-pills-warning .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-warning .nav-item .nav-link.active:hover {
    background-color: #ff9800;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(255, 152, 0, .6);
    color: #fff
}

.nav-pills.nav-pills-danger .nav-item .nav-link.active,
.nav-pills.nav-pills-danger .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-danger .nav-item .nav-link.active:hover {
    background-color: #f44336;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(244, 67, 54, .6);
    color: #fff
}

.nav-pills.nav-pills-icons .nav-item .nav-link {
    border-radius: 4px
}


.btn.btn-info {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4;
    box-shadow: 0 2px 2px 0 rgba(0, 188, 212, .14), 0 3px 1px -2px rgba(0, 188, 212, .2), 0 1px 5px 0 rgba(0, 188, 212, .12)
}

.btn.btn-info.focus,
.btn.btn-info:focus,
.btn.btn-info:hover {
    color: #fff;
    background-color: #00aec5;
    border-color: #008697
}

.btn.btn-info.active,
.btn.btn-info:active,
.open>.btn.btn-info.dropdown-toggle,
.show>.btn.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #00aec5;
    border-color: #008697;
    box-shadow: 0 2px 2px 0 rgba(0, 188, 212, .14), 0 3px 1px -2px rgba(0, 188, 212, .2), 0 1px 5px 0 rgba(0, 188, 212, .12)
}

.btn.btn-info.active.focus,
.btn.btn-info.active:focus,
.btn.btn-info.active:hover,
.btn.btn-info:active.focus,
.btn.btn-info:active:focus,
.btn.btn-info:active:hover,
.open>.btn.btn-info.dropdown-toggle.focus,
.open>.btn.btn-info.dropdown-toggle:focus,
.open>.btn.btn-info.dropdown-toggle:hover,
.show>.btn.btn-info.dropdown-toggle.focus,
.show>.btn.btn-info.dropdown-toggle:focus,
.show>.btn.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #00aec5;
    border-color: #004b55
}

.open>.btn.btn-info.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: #00bcd4
}

.open>.btn.btn-info.dropdown-toggle.bmd-btn-icon:hover {
    background-color: #00aec5
}

.btn.btn-info.disabled.focus,
.btn.btn-info.disabled:focus,
.btn.btn-info.disabled:hover,
.btn.btn-info:disabled.focus,
.btn.btn-info:disabled:focus,
.btn.btn-info:disabled:hover {
    background-color: #00bcd4;
    border-color: #00bcd4
}

.btn.btn-info:active,
.btn.btn-info:focus,
.btn.btn-info:hover {
    box-shadow: 0 14px 26px -12px rgba(0, 188, 212, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 188, 212, .2)
}

.btn.btn-info.btn-link {
    box-shadow: none
}

.btn.btn-info.btn-link,
.btn.btn-info.btn-link:active,
.btn.btn-info.btn-link:focus,
.btn.btn-info.btn-link:hover {
    background-color: transparent;
    color: #00bcd4
}

.btn.btn-success {
    color: #fff;
    background-color: #4caf50 !important;
    border-color: #4caf50;
    box-shadow: 0 2px 2px 0 rgba(76, 175, 80, .14), 0 3px 1px -2px rgba(76, 175, 80, .2), 0 1px 5px 0 rgba(76, 175, 80, .12)
}

.btn.btn-success.focus,
.btn.btn-success:focus,
.btn.btn-success:hover {
    color: #fff;
    background-color: #47a44b;
    border-color: #39843c
}

.btn.btn-success.active,
.btn.btn-success:active,
.open>.btn.btn-success.dropdown-toggle,
.show>.btn.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a44b;
    border-color: #39843c;
    box-shadow: 0 2px 2px 0 rgba(76, 175, 80, .14), 0 3px 1px -2px rgba(76, 175, 80, .2), 0 1px 5px 0 rgba(76, 175, 80, .12)
}

.btn.btn-success.active.focus,
.btn.btn-success.active:focus,
.btn.btn-success.active:hover,
.btn.btn-success:active.focus,
.btn.btn-success:active:focus,
.btn.btn-success:active:hover,
.open>.btn.btn-success.dropdown-toggle.focus,
.open>.btn.btn-success.dropdown-toggle:focus,
.open>.btn.btn-success.dropdown-toggle:hover,
.show>.btn.btn-success.dropdown-toggle.focus,
.show>.btn.btn-success.dropdown-toggle:focus,
.show>.btn.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #47a44b;
    border-color: #255627
}

.open>.btn.btn-success.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: #4caf50
}

.open>.btn.btn-success.dropdown-toggle.bmd-btn-icon:hover {
    background-color: #47a44b
}

.btn.btn-success.disabled.focus,
.btn.btn-success.disabled:focus,
.btn.btn-success.disabled:hover,
.btn.btn-success:disabled.focus,
.btn.btn-success:disabled:focus,
.btn.btn-success:disabled:hover {
    background-color: #4caf50;
    border-color: #4caf50
}

.btn.btn-success:active,
.btn.btn-success:focus,
.btn.btn-success:hover {
    box-shadow: 0 14px 26px -12px rgba(76, 175, 80, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(76, 175, 80, .2)
}

.btn.btn-success.btn-link {
    box-shadow: none
}

.btn.btn-success.btn-link,
.btn.btn-success.btn-link:active,
.btn.btn-success.btn-link:focus,
.btn.btn-success.btn-link:hover {
    background-color: transparent;
    color: #4caf50
}

.btn.btn-warning {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800;
    box-shadow: 0 2px 2px 0 rgba(255, 152, 0, .14), 0 3px 1px -2px rgba(255, 152, 0, .2), 0 1px 5px 0 rgba(255, 152, 0, .12)
}

.btn.btn-warning.focus,
.btn.btn-warning:focus,
.btn.btn-warning:hover {
    color: #fff;
    background-color: #f08f00;
    border-color: #c27400
}

.btn.btn-warning.active,
.btn.btn-warning:active,
.open>.btn.btn-warning.dropdown-toggle,
.show>.btn.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f08f00;
    border-color: #c27400;
    box-shadow: 0 2px 2px 0 rgba(255, 152, 0, .14), 0 3px 1px -2px rgba(255, 152, 0, .2), 0 1px 5px 0 rgba(255, 152, 0, .12)
}

.btn.btn-warning.active.focus,
.btn.btn-warning.active:focus,
.btn.btn-warning.active:hover,
.btn.btn-warning:active.focus,
.btn.btn-warning:active:focus,
.btn.btn-warning:active:hover,
.open>.btn.btn-warning.dropdown-toggle.focus,
.open>.btn.btn-warning.dropdown-toggle:focus,
.open>.btn.btn-warning.dropdown-toggle:hover,
.show>.btn.btn-warning.dropdown-toggle.focus,
.show>.btn.btn-warning.dropdown-toggle:focus,
.show>.btn.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #f08f00;
    border-color: #804c00
}

.open>.btn.btn-warning.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: #ff9800
}

.open>.btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover {
    background-color: #f08f00
}

.btn.btn-warning.disabled.focus,
.btn.btn-warning.disabled:focus,
.btn.btn-warning.disabled:hover,
.btn.btn-warning:disabled.focus,
.btn.btn-warning:disabled:focus,
.btn.btn-warning:disabled:hover {
    background-color: #ff9800;
    border-color: #ff9800
}

.btn.btn-warning:active,
.btn.btn-warning:focus,
.btn.btn-warning:hover {
    box-shadow: 0 14px 26px -12px rgba(255, 152, 0, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(255, 152, 0, .2)
}

.btn.btn-warning.btn-link {
    box-shadow: none
}

.btn.btn-warning.btn-link,
.btn.btn-warning.btn-link:active,
.btn.btn-warning.btn-link:focus,
.btn.btn-warning.btn-link:hover {
    background-color: transparent;
    color: #ff9800
}

.btn.btn-danger {
    color: #fff;
    background-color: #f44336 !important;
    border-color: #f44336;
    box-shadow: 0 2px 2px 0 rgba(244, 67, 54, .14), 0 3px 1px -2px rgba(244, 67, 54, .2), 0 1px 5px 0 rgba(244, 67, 54, .12)
}

.btn.btn-danger.focus,
.btn.btn-danger:focus,
.btn.btn-danger:hover {
    color: #fff;
    background-color: #f33527;
    border-color: #e11b0c
}

.btn.btn-danger.active,
.btn.btn-danger:active,
.open>.btn.btn-danger.dropdown-toggle,
.show>.btn.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f33527;
    border-color: #e11b0c;
    box-shadow: 0 2px 2px 0 rgba(244, 67, 54, .14), 0 3px 1px -2px rgba(244, 67, 54, .2), 0 1px 5px 0 rgba(244, 67, 54, .12)
}

.btn.btn-danger.active.focus,
.btn.btn-danger.active:focus,
.btn.btn-danger.active:hover,
.btn.btn-danger:active.focus,
.btn.btn-danger:active:focus,
.btn.btn-danger:active:hover,
.open>.btn.btn-danger.dropdown-toggle.focus,
.open>.btn.btn-danger.dropdown-toggle:focus,
.open>.btn.btn-danger.dropdown-toggle:hover,
.show>.btn.btn-danger.dropdown-toggle.focus,
.show>.btn.btn-danger.dropdown-toggle:focus,
.show>.btn.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #f33527;
    border-color: #a21309
}

.open>.btn.btn-danger.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: #f44336
}

.open>.btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover {
    background-color: #f33527
}

.btn.btn-danger.disabled.focus,
.btn.btn-danger.disabled:focus,
.btn.btn-danger.disabled:hover,
.btn.btn-danger:disabled.focus,
.btn.btn-danger:disabled:focus,
.btn.btn-danger:disabled:hover {
    background-color: #f44336;
    border-color: #f44336
}

.btn.btn-danger:active,
.btn.btn-danger:focus,
.btn.btn-danger:hover {
    box-shadow: 0 14px 26px -12px rgba(244, 67, 54, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(244, 67, 54, .2)
}

.btn.btn-danger.btn-link {
    box-shadow: none
}

.btn.btn-danger.btn-link,
.btn.btn-danger.btn-link:active,
.btn.btn-danger.btn-link:focus,
.btn.btn-danger.btn-link:hover {
    background-color: transparent;
    color: #f44336
}

.btn.btn-rose {
    color: #fff;
    background-color: #e91e63;
    border-color: #e91e63;
    box-shadow: 0 2px 2px 0 rgba(233, 30, 99, .14), 0 3px 1px -2px rgba(233, 30, 99, .2), 0 1px 5px 0 rgba(233, 30, 99, .12)
}

.btn.btn-rose.focus,
.btn.btn-rose:focus,
.btn.btn-rose:hover {
    color: #fff;
    background-color: #ea2c6d;
    border-color: #b8124a
}

.btn.btn-rose.active,
.btn.btn-rose:active,
.open>.btn.btn-rose.dropdown-toggle,
.show>.btn.btn-rose.dropdown-toggle {
    color: #fff;
    background-color: #ea2c6d;
    border-color: #b8124a;
    box-shadow: 0 2px 2px 0 rgba(233, 30, 99, .14), 0 3px 1px -2px rgba(233, 30, 99, .2), 0 1px 5px 0 rgba(233, 30, 99, .12)
}

.btn.btn-rose.active.focus,
.btn.btn-rose.active:focus,
.btn.btn-rose.active:hover,
.btn.btn-rose:active.focus,
.btn.btn-rose:active:focus,
.btn.btn-rose:active:hover,
.open>.btn.btn-rose.dropdown-toggle.focus,
.open>.btn.btn-rose.dropdown-toggle:focus,
.open>.btn.btn-rose.dropdown-toggle:hover,
.show>.btn.btn-rose.dropdown-toggle.focus,
.show>.btn.btn-rose.dropdown-toggle:focus,
.show>.btn.btn-rose.dropdown-toggle:hover {
    color: #fff;
    background-color: #ea2c6d;
    border-color: #7b0c32
}

.open>.btn.btn-rose.dropdown-toggle.bmd-btn-icon {
    color: inherit;
    background-color: #e91e63
}

.open>.btn.btn-rose.dropdown-toggle.bmd-btn-icon:hover {
    background-color: #ea2c6d
}

.btn.btn-rose.disabled.focus,
.btn.btn-rose.disabled:focus,
.btn.btn-rose.disabled:hover,
.btn.btn-rose:disabled.focus,
.btn.btn-rose:disabled:focus,
.btn.btn-rose:disabled:hover {
    background-color: #e91e63;
    border-color: #e91e63
}

.btn.btn-rose:active,
.btn.btn-rose:focus,
.btn.btn-rose:hover {
    box-shadow: 0 14px 26px -12px rgba(233, 30, 99, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(233, 30, 99, .2)
}

.btn.btn-rose.btn-link {
    box-shadow: none
}

.btn.btn-rose.btn-link,
.btn.btn-rose.btn-link:active,
.btn.btn-rose.btn-link:focus,
.btn.btn-rose.btn-link:hover {
    background-color: transparent;
    color: #e91e63
}

.rose-radio .form-check-input[type=radio].with-gap:checked+label:after,
.rose-radio .form-check-input[type=radio]:checked+label:after,
.rose-radio label.btn input[type=radio].with-gap:checked+label:after,
.rose-radio label.btn input[type=radio]:checked+label:after {
    background-color: #e91e63;
}

.rose-radio .form-check-input[type=radio].with-gap:checked+label:after,
.rose-radio .form-check-input[type=radio].with-gap:checked+label:before,
.rose-radio .form-check-input[type=radio]:checked+label:after,
.rose-radio label.btn input[type=radio].with-gap:checked+label:after,
.rose-radio label.btn input[type=radio].with-gap:checked+label:before,
.rose-radio label.btn input[type=radio]:checked+label:after {
    border: 2px solid #e91e63;
}

fieldset {
    min-width: 100%;
    padding: 20px;
    margin: 0px;
    /* border: 2px groove #ccc; */
    border: 1px solid #bababa;
}

legend {
    width: auto;
}

.md-inner {
    padding: 7px 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    min-height: 24px !important;
}

.classic-tabs.dash-tab .nav li a.active {
    border-bottom: 3px solid;
    font-weight: 600;
    color: #4c54be;
}

.classic-tabs.dash-tab .nav li a {
    display: block;
    padding: 20px 22px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: rgba(3, 3, 3, 0.54);
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.dash_svg {
    height: 25px;
    margin-right: 0.5rem;
    vertical-align: middle;
}

ul.dash-list {
    margin-left: 2.4rem;
    margin-top: 1rem;
}

ul.dash-list li {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 5px;
}

ul.dash-list li a {
    color: #656565;
    font-weight: 500;
}

.add_prod_details .form-control {
    font-size: 14px;
}

.add_prod_details .form-group .select-wrapper .dropdown-content.select-dropdown {
    top: 0px !important
}

.form-group .select-wrapper input.select-dropdown {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.draft-container {
    border: 2px solid #eee;
    padding: 30px;
    margin-top: 60px;
    background: #f7f8f9;
    box-sizing: border-box;
}

#variation_table_box table input {
    border: none !important;
}

.popover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-content li>a,
.dropdown-content li>span {
    font-size: .9rem;
    color: #131313;
    display: block;
    padding: .5rem;
}

.select-custom {
    position: relative;
}

.select-custom .mdb-autocomplete-wrap {
    top: 35px;
    display: none;
}

.select-custom span.caret {
    width: 20px;
    color: #999;
    position: absolute;
    right: 0;
    top: .8rem;
    font-size: .63rem;
}

.form-control.datepicker:disabled,
.form-control.datepicker[readonly] {
    background-color: #ffffff !important;
    opacity: 1;
}


.prod-image-grid .featured-item {
    margin-left: -1px;
    margin-top: -1px;
    text-align: center;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 25px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.upload-image-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.var-tag span {
    color: #0654ba;
    padding: 5px 10px 5px 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fcfcfc;
    font-weight: 500;
    cursor: pointer;
    margin: 10px 15px 5px 0;
    display:inline-block;
}

.var-tag .selected {
    color: #fff;
    border-color: #aaa;
    background-color: #989898;
    position: relative;
}

.var-tag .selected::before {
    content: "";
    width: 0;
    height: 0;
    border: .8em solid transparent;
    position: absolute;
    left: 50%;
    bottom: -20px;
    border-top: 10px solid #989898;
    margin-left: -10px;
}

.var-tag .selected>a {
    background-position: -105px -2px;
}

.var-tag span>a,
.var-dtl a {
    background: url(https://ir.ebaystatic.com/rs/c/febear-src-pages-images-MSKUSprite-2qogWuPW.png) repeat scroll -3px -43px;
    display: inline-block;
    height: 11px;
    margin-left: 6px;
    width: 10px;
    font-weight: 500;
}

.variations-body {
    margin-top: 25px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.variations-body ul {
    padding: 0;
    margin: 5px 0 0;
}

.variations-body li {
    padding: 5px 10px;
    color: #0077d2;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 3px;
    cursor: pointer;
    margin: 5px 10px 5px 0;
    display: inline-block;
    font-size: 12px;
}

.variations-body li.selected {
    color: #000;
    background-color: #eee;
    font-weight: 500;
    box-shadow: 0 1px 3px #ddd inset;
}

.variations-body li.selected:hover {
    border-color: #ddd;
}

.variations-body li:hover {
    border-color: #bebebe;
}

.create-own-option {
    display: inline-block;
    margin-left: 10px;
}

.hide {
    display: none;
}

.no-wrap {
    white-space: nowrap;
}

.popover {
    max-width: 350px;
}

.form-control {
    border: 1px solid #ddd;
    height: auto;
}

.right-section label {
    font-size: 13px;
}

.shipping-detail-table thead th {
    border-bottom: 1px solid #c4c4c4;
    padding: 7px 6px;
    text-align: left;
    vertical-align: middle;
    color: #333;
    font-size: 11px;
    font-weight: 400;
    background-color: #e8e8e8;
}

.shipping-detail-table tbody tr td {
    padding: 7px 6px;
    text-align: left;
    vertical-align: middle;
    color: #5d5d5d;
    font-size: 12px;
    font-weight: normal;
}

table.table.specification-table td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0px;
    font-size: 14px;
}

.comment-likes .thumbs-up,
.comment-likes .thumbs-down {
    color: #000;
    border: 1px solid #767676;
    padding: 3px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 300;
}

.comment-likes .lnr {
    vertical-align: middle;
}

.comment-likes .report-review {
    color: #000;
    border: 1px solid #767676;
    padding: 3px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
}

.md-pills .nav-link {
    transition: all .4s;
    color: #666;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
}

.img-150px {
    width: 150px;
    max-height: 150px;
    -o-object-fit: cover;
    object-fit: cover
}

.tell-us-more .empty-space {
    width: 150px;
}

.tell-us-more .btn {
    border-width: 1px !important;
    box-shadow: none;
    text-transform: none;
    font-size: 14px
}

.add-picture {
    display: flex;
    width: 90px;
    height: 90px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px dashed #ccc;
}

/*
*
* ==========================================
* circular progressbar css
* ==========================================
*
*/

.circular-progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}

.circular-progress {
    width: 80px;
    height: 80px;
    background: none;
    position: relative;
}

.circular-progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.circular-progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.circular-progress .circular-progress-left {
    left: 0;
}

.circular-progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.circular-progress .circular-progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.circular-progress .circular-progress-right {
    right: 0;
}

.circular-progress .circular-progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.circular-progress .circular-progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

/*
*
* ==========================================
* circular progressbar css ends
* ==========================================
*
*/


/*
*
* ==========================================
* store front css starts
* ==========================================
*
*/

.streak.streak-store-front {
    height: 350px;
}

.store-front-gradient {
    background: #292929 !important;
}

input[type=search] {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: rgba(255, 255, 255, 0);
    border: 0;
    color: white;
    padding: 0.5rem 0;
    width: 0;
}

input[type=search].show {
    background: rgba(255, 255, 255, 0);
    padding: 0.5rem;
    width: 268px;
    border-bottom: 1px solid #fff;
    margin-right: 5px;
}

input[type=search]::-webkit-input-placeholder {
    color: white;
}

input[type=search]::-moz-placeholder {
    color: white;
}

input[type=search]:-moz-placeholder {
    color: white;
}

input[type=search]:-ms-input-placeholder {
    color: white;
}


@media (min-width: 992px) {
    .navbar-expand-lg.store-front-gradient .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.store-top-filter .select-wrapper.md-form.md-outline input.select-dropdown {
    font-size: 13px;
}

.store-top-filter .dropdown-content li>a,
.store-top-filter .dropdown-content li>span {
    font-size: 13px;
}

.store-top-filter .md-form.md-outline input[type=date],
.store-top-filter .md-form.md-outline input[type=datetime-local],
.store-top-filter .md-form.md-outline input[type=email],
.store-top-filter .md-form.md-outline input[type=number],
.store-top-filter .md-form.md-outline input[type=password],
.store-top-filter .md-form.md-outline input[type=search-md],
.store-top-filter .md-form.md-outline input[type=search],
.store-top-filter .md-form.md-outline input[type=tel],
.store-top-filter .md-form.md-outline input[type=text],
.store-top-filter .md-form.md-outline input[type=time],
.store-top-filter .md-form.md-outline input[type=url],
.store-top-filter .md-form.md-outline textarea.md-textarea {
    height: 40px;
    border: none;
    border-top: 1px solid #dadce0;
    border-bottom: 1px solid #dadce0;
    border-radius: 0px;
}

.store-top-filter .md-form.md-outline input[type=date]:focus:not([readonly]),
.store-top-filter .md-form.md-outline input[type=datetime-local]:focus:not([readonly]),
.store-top-filter .md-form.md-outline input[type=email]:focus:not([readonly]),
.store-top-filter .md-form.md-outline input[type=number]:focus:not([readonly]),
.store-top-filter .md-form.md-outline input[type=password]:focus:not([readonly]),
.store-top-filter .md-form.md-outline input[type=search-md]:focus:not([readonly]),
.store-top-filter .md-form.md-outline input[type=search]:focus:not([readonly]),
.store-top-filter .md-form.md-outline input[type=tel]:focus:not([readonly]),
.store-top-filter .md-form.md-outline input[type=text]:focus:not([readonly]),
.store-top-filter .md-form.md-outline input[type=time]:focus:not([readonly]),
.store-top-filter .md-form.md-outline input[type=url]:focus:not([readonly]),
.store-top-filter .md-form.md-outline textarea.md-textarea:focus:not([readonly]),
.store-top-filter .select-wrapper.md-form.md-outline input.select-dropdown:focus {
    border-color: #dadce0;
    border-top: 2px solid blue;
    box-shadow: none;
}

.store-top-filter .select-wrapper.md-form.md-outline .dropdown-content {
    top: 2px !important;
}

.store-top-filter .select-wrapper span.caret {
    top: 10px;
}

.store-top-filter .select-wrapper.md-form.md-outline span.caret {
    text-indent: -1000em
}

.store-top-filter .select-wrapper.md-form.md-outline span.caret:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    float: left;
    text-indent: 0em
}

.product-item {
    margin-bottom: 40px;
}

.tt-promo-box {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tt-promo-box>img {
    width: 100%;
    height: auto;
}

.tt-promo-box .tt-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777777;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.tt-promo-box .tt-description .tt-title-small {
    font-family: 'Hind', sans-serif;
    color: #191919;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.03em;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.tt-promo-box .tt-description .tt-title-large {
    font-family: 'Hind', sans-serif;
    color: #191919;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: 0.03em;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.tt-promo-box .tt-description p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.tt-promo-box .tt-description [class^="btn"] {
    margin-top: 20px;
}

.tt-promo-box .tt-description img {
    max-width: 100%;
    height: auto;
}

.tt-promo-box>img {
    transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
}

.tt-promo-box:hover>img {
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

@media (max-width: 1024px) {
    .tt-promo-box .tt-description .tt-title-small {
        font-size: 15px;
        line-height: 22px;
    }

    .tt-promo-box .tt-description .tt-title-large {
        font-size: 23px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    .tt-promo-box .tt-description .tt-title-small {
        font-size: 15px;
        line-height: 22px;
    }

    .tt-promo-box .tt-description .tt-title-large {
        font-size: 20px;
        line-height: 29px;
    }

    .tt-promo-box .tt-description p {
        margin-top: 0;
        line-height: 20px;
    }

    .tt-promo-box .tt-description [class^="btn"] {
        margin-top: 10px;
    }
}

.tt-promo-box .tt-description *:nth-child(1) {
    margin-top: 0;
}

@media (max-width: 575px) {
    .tt-promo-box {
        margin-top: 10px;
    }
}

html:not(.ie) .tt-promo-box .tt-description .tt-description-wrapper .tt-background {
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper {
    padding: 27px;
    text-align: center;
    max-width: 409px;
    min-width: 47%;
    position: relative;
}

.tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper .tt-background {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.9);
}

.tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper>*:not(.tt-background) {
    position: relative;
}

@media (max-width: 1024px) {
    .tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper {
        padding: 19px;
    }
}

@media (max-width: 575px) {
    .tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper {
        padding: 15px;
    }
}

@media (min-width: 576px) {
    .tt-promo-box:not(.tt-one-child) .tt-description img:first-child+* {
        margin-top: 24px;
    }
}

@media (max-width: 575px) {
    .tt-promo-box:not(.tt-one-child) .tt-description img:first-child+* {
        margin-top: 12px;
    }
}

@media (min-width: 576px) {

    .tt-promo-box:not(.tt-one-child) .tt-description [class^="tt-title"]+img,
    .tt-promo-box:not(.tt-one-child) .tt-description p+img {
        margin-top: 11px;
        margin-bottom: 11px;
    }
}

@media (max-width: 575px) {

    .tt-promo-box:not(.tt-one-child) .tt-description [class^="tt-title"]+img,
    .tt-promo-box:not(.tt-one-child) .tt-description p+img {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper {
    padding: 13px 39px 11px;
    text-align: center;
    max-width: 409px;
    position: relative;
}

.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper .tt-background {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.9);
}

.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper>*:not(.tt-background) {
    position: relative;
}

@media (max-width: 1024px) {
    .tt-promo-box.tt-one-child .tt-description .tt-description-wrapper {
        padding: 13px 18px 11px;
    }
}

@media (max-width: 575px) {
    .tt-promo-box.tt-one-child .tt-description .tt-description-wrapper {
        padding: 13px 15px 11px;
    }
}

.tt-promo-box.tt-one-child .tt-description img {
    max-width: inherit;
    width: 100%;
}

@media (max-width: 575px) {
    .tt-promo-box.tt-one-child .tt-description img {
        max-width: 147px;
    }
}

@media (min-width: 576px) {
    .tt-promo-box.tt-one-child .tt-description img:first-child:not(:last-child) {
        margin-top: 6px;
    }
}

@media (max-width: 575px) {
    .tt-promo-box.tt-one-child .tt-description img:first-child:not(:last-child) {
        margin-top: 2px;
    }
}

@media (min-width: 576px) {
    .tt-promo-box.tt-one-child .tt-description img:first-child:not(:last-child)+* {
        margin-top: 12px;
    }
}

@media (max-width: 575px) {
    .tt-promo-box.tt-one-child .tt-description img:first-child:not(:last-child)+* {
        margin-top: 9px;
    }
}

@media (min-width: 576px) {
    .tt-promo-box.tt-one-child .tt-description img:not(:first-child):not(:last-child) {
        margin-top: 11px;
        margin-bottom: 8px;
    }
}

@media (max-width: 575px) {
    .tt-promo-box.tt-one-child .tt-description img:not(:first-child):not(:last-child) {
        margin-top: 11px;
    }
}

.tt-promo-box:not(.hover-type-2):hover {
    text-decoration: none;
}

.tt-promo-box:not(.hover-type-2):hover .tt-description-wrapper .tt-background {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}

.tt-promo-box:not(.hover-type-2):hover .btn-underline {
    border-color: transparent;
    color: #2879fe;
}

.tt-promo-box.hover-type-2:hover .tt-description-wrapper .tt-background {
    background: rgba(0, 0, 0, 0.85);
}

.tt-promo-box.hover-type-2:hover .tt-description-wrapper * {
    color: #ffffff;
}

.tt-promo-box.hover-type-2:hover .tt-description-wrapper .btn-underline {
    border-color: transparent;
}

.tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper .tt-background {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-underline {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.04em;
    font-family: 'Hind', sans-serif;
    border-bottom: 1px solid #2879fe;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.btn-underline:not([class$="color"]) {
    color: #2879fe;
}

/*
*
* ==========================================
* store front css ends
* ==========================================
*
*/


.trans-rep-profit {
    border: 2px dashed #a0a5a9;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

table.transaction-table td {
    font-size: 13px;
    font-weight: 400;
}

.store-front-filter .card-group-item {
    padding: .5rem !important;
    border-bottom: none !important;
}

.store-front-filter .card-header .icon-action {
    margin-top: 1px !important;
    float: right !important;
    font-size: 100% !important;
    margin-right: 5px !important;
    color: black;
    font-weight: 700;
}

.store-front-filter .card-group-item .card-header {
    background-color: transparent !important;
    border-top: 1px solid #dadce0 !important;
    border-bottom: 1px solid #dadce0 !important;
}

.filter-active {
    position: relative;
    padding: .5rem !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-top: 2px solid blue;
    border-radius: 0rem;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.08) !important;
}

.store-front-filter .card-group-item.filter-active .card-header {
    border-top: none !important;
    border-bottom: none !important;
}

.richText .richText-toolbar ul li a .richText-dropdown-outer {
    z-index: 1;
}

.steppers {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.steppers:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    z-index: 0;
}

.steppers .steps {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d4d4d4;
    border: 1px solid #d4d4d4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 1;
    font-weight: 700;
    font-family: monospace;
}

.steppers .steps.active {
    background-color: #0042fb;
    color: white;
    border: 1px solid #0042fb;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}

.steppers .steps.done {
    background-color: var(--green);
    border: 1px solid var(--green);
    color: white;
}

.seller-image {
    height: 150px
}

@media (min-width: 576px) {
    .seller-image {
        width: 100px;
        height: 100px
    }
}

@media (min-width: 768px) {
    .seller-image {
        width: 150px;
        height: 150px
    }
}

.seller-detail-icon {
    width: 25px;
}

.feedback-edge-header {
    display: block;
    height: 50px;
    background-color: #ccc;
}

.feedback-free-bird {
    margin-top: -50px;
}



/*
*
* ==========================================
* cart page css starts
* ==========================================
*
*/
.cart-bucket-lineitem {
    padding-top: 1rem;
}

.cart-bucket-lineitem a,
.cart-bucket-lineitem a[href="*"] {
    color: #333;
}

.cart-bucket-lineitem-foot {
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 1rem;
}

.line-y {
    display: inline-block;
    height: 1rem;
    margin: 1px 8px;
    width: 1px;
    background-color: #ddd;
}

/*
*
* ==========================================
* cart page css ends
* ==========================================
*
*/
.seller-task-card a h4 {
    color: #212529;
}

.seller-task-card ul li {
    border-bottom: 1px solid #e3e3e3;
    padding-top: 10px;
    padding-bottom: 10px;
}

.seller-task-card ul li a {
    color: rgb(41, 41, 41);
}

.seller-task-card ul.links li {
    border-bottom: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.seller-task-card ul.links li a {
    color: var(--theme-blue);
    font-size: 13px;
}

.deals-card {
    margin-bottom: 15px;
}

.deals-card .deals-image {
    height: 200px;
    margin-bottom: 10px;
}

.deals-card .deals-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.card.pricing-card {
    box-shadow: 0 0rem 0.2rem rgba(0, 0, 0, 0.075);
    border: 1px solid #ccc;
}

.card.pricing-card .header {
    box-shadow: none;
    background-color: #0043fe;
    color: #fff;
}

.card.pricing-card .price .version {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 1rem;
    background-color: transparent;
    border-radius: .25rem .25rem 0 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card.pricing-card.active {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    transform: scale(1.05);
}

.card.pricing-card.active .price .version {
    background-color: rgba(0, 0, 0, .3);
}

.editor-prod-dec, .single-prod-editor-prod-dec {
    width: 100%;
    overflow-x: auto;
}
.single-prod-editor-prod-dec table{
    float: left;
}

.classic-tabs.dash-tab .nav li a {
    display: block;
    padding: 18px 22px;
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.74);
    text-align: center;
    border-radius: 0;
    letter-spacing: 2px;
    font-weight: 500;
}

.classic-tabs.dash-tab .nav li a.active {
    border-bottom: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

@media (min-width: 62em) {
    .classic-tabs.dash-tab .nav li:first-child {
        margin-left: 0px;
    }
}

.gradient-text {
    background-image: var(--theme-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.user-dash-card {
    background-color: #fafbfd;
    border: 1px solid #f1f1f1;
}

.card-hoverable {
    box-shadow: 0 0rem 0.2rem rgba(0, 0, 0, 0.075);
    transition: all .55s ease-in-out;
}

.card-hoverable:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    transition: all .55s ease-in-out;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 42% !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0px;
    padding-bottom: 0px;
}

.card-img-32 {
    width: 32px;
    height: 32px;
}
.card-img-44 {
    width: 44px;
    height: 44px;
}
.card-img-54 {
    width: 54px;
    height: 54px;
}
/*////////////////////////////// TIMELINE CSS STARTS ////////////////////////////*/

.timeline {
    margin-top: 20px;
    position: relative;

}

.timeline:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    background: #e1ffed;
    left: 14px;
    top: 5px;
    border-radius: 4px;
}

.timeline-month {
    position: relative;
    padding: 4px 15px 4px 35px;
    background-color: aliceblue;
    display: inline-block;
    width: auto;
    border-radius: 40px;
    border: 1px solid aliceblue;
    border-right-color: aliceblue;
    margin-bottom: 30px;
    color: #009688;
    font-weight: 500;
}

.timeline-month span {
    position: absolute;
    top: -1px;
    left: calc(100% - 10px);
    z-index: 0;
    white-space: nowrap;
    display: inline-block;
    background-color: #daefff;
    padding: 4px 15px 4px 15px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border: 1px solid #b3ddff;
    box-sizing: border-box;
    color: #2196f3;
}

.timeline-month:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #00c851;
    border-radius: 100%;
    border: 1px solid #00c851;
    left: 5px;
}

.timeline-section {
    padding-left: 35px;
    display: block;
    position: relative;
    padding-bottom: 30px;
}

.timeline-date {
    margin-bottom: 15px;
    padding: 2px 15px;
    background: #daefff;
    position: relative;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #daefff;
    color: #2196F3;
    font-weight: 500;
}

.timeline-date:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #2196F3;
    top: 11px;
    left: -15px;
}

.timeline-section.active .timeline-date:before {
    background-color: #00c851;
}

.timeline-section.active .timeline-date {
    background: #bcffd7;
    border: 1px solid #bcffd7;
    color: #00c851;
}

.timeline-section:before {
    /* content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #2196F3;
    top: 12px;
    left: 20px; */
    position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    background: #e1ffed;
    left: 14px;
    top: 8px;
    border-radius: 4px;
}

.timeline-month:after {
    position: absolute;
    content: '';
    width: 4px;
    height: calc(100% + 50px);
    background: #e1ffed;
    left: 13px;
    top: 5px;
    border-radius: 4px;
}

.timeline-section.active:before,
.timeline-month.active:after {
    background-color: #00c851;
    background: #00c851;
}

.timeline-section:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #2196F3;
    top: 7px;
    left: 11px;
    border: 1px solid #2196F3;
    border-radius: 100%;
}

.timeline-section.active:after {
    background: #00c851;
    border: 1px solid #00c851;
}

.timeline-section .col-sm-4 {
    margin-bottom: 15px;
}

.timeline-box {
    position: relative;

    background-color: #444950;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #17191B;
    transition: all 0.3s ease;
    overflow: hidden;
}

.box-icon {
    position: absolute;
    right: 5px;
    top: 0px;
}

.box-title {
    padding: 8px 0px;
    border-bottom: 1px solid #17191B;
}

.box-title i {
    margin-right: 5px;
}

.box-content {
    padding: 5px 15px;
    background-color: #17191B;
}

.box-content strong {
    color: #666;
    font-style: italic;
    margin-right: 5px;
}

.box-item {
    margin-bottom: 5px;
}

.box-footer {
    padding: 5px 15px;
    border-top: 1px solid #17191B;
    background-color: #444950;
    text-align: right;
    font-style: italic;
}

/*//////////////////////////////*\- TIMELINE CSS ENDS //////////////////////////*/


.empty-state {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    height: 400px;
}

.empty-state .empty-state-icon {
    position: relative;
    background-color: #6777ef;
    width: 80px;
    height: 80px;
    line-height: 100px;
    border-radius: 5px;
}

.empty-state .empty-state-icon i {
    font-size: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.empty-state h2 {
    font-size: 20px;
    margin-top: 30px;
}

.empty-state p {
    font-size: 16px;
}



/* #Utilities
================================================== */
.border {
    border: 1px solid #ccc !important;
}

.border-top {
    border-top: 1px solid #ccc !important;
}

.border-right {
    border-right: 1px solid #ccc !important;
}

.border-bottom {
    border-bottom: 1px solid #ccc !important;
}

.border-left {
    border-left: 1px solid #ccc !important;
}

.diplay-heading {
    font-size: 50px;
}

@media only screen and (max-width: 767px) {
    .diplay-heading {
        font-size: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .diplay-heading {
        font-size: 25px;
    }
}

.rounded-more {
    border-radius: 1.25rem !important;
}

.transform-font1-1 {
    transform: scale(1, 1.1);
    -webkit-transform: scale(1, 1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1, 1.1);
    /* Firefox */
    -ms-transform: scale(1, 1.1);
    /* IE 9+ */
    -o-transform: scale(1, 1.1);
    /* Opera */
}

.line-height-1-5 {
    line-height: 1.5;
}

.line-height-2 {
    line-height: 2;
}

.letter-spacing-1 {
    letter-spacing: 1px !important
}

.letter-spacing-2 {
    letter-spacing: 2px !important
}

.letter-spacing-3 {
    letter-spacing: 3px !important
}

.letter-spacing-4 {
    letter-spacing: 4px !important
}

.letter-spacing-5 {
    letter-spacing: 5px !important
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-100 {
    font-weight: 100 !important;
}


.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-3by4::before {
    padding-top: 133.333333%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0rem 0.2rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.w-responsive-95 {
    width: 95%;
}

.w-responsive-90 {
    width: 90%;
}

.w-responsive-85 {
    width: 85%;
}

.w-responsive-80 {
    width: 80%;
}

.w-responsive-75 {
    width: 75%;
}

.w-responsive-70 {
    width: 70%;
}

.w-responsive-65 {
    width: 65%;
}

.w-responsive-60 {
    width: 60%;
}

.w-responsive-55 {
    width: 55%;
}

.w-responsive-50 {
    width: 50%;
}

.w-responsive-25 {
    width: 25%;
}

@media (max-width: 769px) {

    .w-responsive-95 .w-responsive-90,
    .w-responsive-85,
    .w-responsive-80,
    .w-responsive-75,
    .w-responsive-70,
    .w-responsive-65,
    .w-responsive-60,
    .w-responsive-55,
    .w-responsive-50,
    .w-responsive-25 {
        width: 99%;
    }
}




/* .........
MARGIN AND PADDING UTILITIES STARTS.....
............*/

.elevated {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .08);
    box-shadow: 0 0 40px rgba(0, 0, 0, .08)
}

.box-shadow-wide {
    -webkit-box-shadow: 0 23px 40px rgba(0, 0, 0, .2);
    box-shadow: 0 23px 40px rgba(0, 0, 0, .2)
}

.r-0 {
    right: 0
}

.l-0 {
    left: 0
}

.t-0 {
    top: 0
}

.b-0 {
    bottom: 0
}

.a-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.absolute-centered {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media (min-width:62em) {
    .absolute-centered-lg {
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
}

.sticky-top {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.pos-relative {
    position: relative
}

.pos-absolute {
    position: absolute
}

.pos-fixed {
    position: fixed
}

.w-100 {
    width: 100% !important
}

.w-75 {
    width: 75% !important
}

.w-50 {
    width: 50% !important
}

.w-25 {
    width: 25% !important
}

.h-100 {
    height: 100% !important
}

.h-75 {
    height: 75% !important
}

.h-50 {
    height: 50% !important
}

.h-25 {
    height: 25% !important
}

@media (min-width:36em) {
    .pos-sm-relative {
        position: relative
    }

    .pos-sm-absolute {
        position: absolute
    }

    .pos-sm-fixed {
        position: fixed
    }

    .w-sm-100 {
        width: 100% !important
    }

    .w-sm-75 {
        width: 75% !important
    }

    .w-sm-50 {
        width: 50% !important
    }

    .w-sm-25 {
        width: 25% !important
    }

    .h-sm-100 {
        height: 100% !important
    }

    .h-sm-75 {
        height: 75% !important
    }

    .h-sm-50 {
        height: 50% !important
    }

    .h-sm-25 {
        height: 25% !important
    }
}

@media (min-width:48em) {
    .pos-md-relative {
        position: relative
    }

    .pos-md-absolute {
        position: absolute
    }

    .pos-md-fixed {
        position: fixed
    }

    .w-md-100 {
        width: 100% !important
    }

    .w-md-75 {
        width: 75% !important
    }

    .w-md-50 {
        width: 50% !important
    }

    .w-md-25 {
        width: 25% !important
    }

    .h-md-100 {
        height: 100% !important
    }

    .h-md-75 {
        height: 75% !important
    }

    .h-md-50 {
        height: 50% !important
    }

    .h-md-25 {
        height: 25% !important
    }
}

@media (min-width:62em) {
    .pos-lg-relative {
        position: relative
    }

    .pos-lg-absolute {
        position: absolute
    }

    .pos-lg-fixed {
        position: fixed
    }

    .w-lg-100 {
        width: 100% !important
    }

    .w-lg-75 {
        width: 75% !important
    }

    .w-lg-50 {
        width: 50% !important
    }

    .w-lg-25 {
        width: 25% !important
    }

    .h-lg-100 {
        height: 100% !important
    }

    .h-lg-75 {
        height: 75% !important
    }

    .h-lg-50 {
        height: 50% !important
    }

    .h-lg-25 {
        height: 25% !important
    }
}

@media (min-width:75em) {
    .pos-xl-relative {
        position: relative
    }

    .pos-xl-absolute {
        position: absolute
    }

    .pos-xl-fixed {
        position: fixed
    }

    .w-xl-100 {
        width: 100% !important
    }

    .w-xl-75 {
        width: 75% !important
    }

    .w-xl-50 {
        width: 50% !important
    }

    .w-xl-25 {
        width: 25% !important
    }

    .h-xl-100 {
        height: 100% !important
    }

    .h-xl-75 {
        height: 75% !important
    }

    .h-xl-50 {
        height: 50% !important
    }

    .h-xl-25 {
        height: 25% !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-4 {
    margin: 1.8rem !important
}

.mt-4 {
    margin-top: 1.8rem !important
}

.mr-4 {
    margin-right: 1.8rem !important
}

.mb-4 {
    margin-bottom: 1.8rem !important
}

.ml-4 {
    margin-left: 1.8rem !important
}

.mx-4 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important
}

.my-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.m-6 {
    margin: 4rem !important
}

.mt-6 {
    margin-top: 4rem !important
}

.mr-6 {
    margin-right: 4rem !important
}

.mb-6 {
    margin-bottom: 4rem !important
}

.ml-6 {
    margin-left: 4rem !important
}

.mx-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
}

.my-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.m-7 {
    margin: 5rem !important
}

.mt-7 {
    margin-top: 5rem !important
}

.mr-7 {
    margin-right: 5rem !important
}

.mb-7 {
    margin-bottom: 5rem !important
}

.ml-7 {
    margin-left: 5rem !important
}

.mx-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
}

.my-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
}

.m-8 {
    margin: 7.5rem !important
}

.mt-8 {
    margin-top: 7.5rem !important
}

.mr-8 {
    margin-right: 7.5rem !important
}

.mb-8 {
    margin-bottom: 7.5rem !important
}

.ml-8 {
    margin-left: 7.5rem !important
}

.mx-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important
}

.my-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important
}

.m-9 {
    margin: 10rem !important
}

.mt-9 {
    margin-top: 10rem !important
}

.mr-9 {
    margin-right: 10rem !important
}

.mb-9 {
    margin-bottom: 10rem !important
}

.ml-9 {
    margin-left: 10rem !important
}

.mx-9 {
    margin-left: 10rem !important;
    margin-right: 10rem !important
}

.my-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important
}

.m-10 {
    margin: 12.5rem !important
}

.mt-10 {
    margin-top: 12.5rem !important
}

.mr-10 {
    margin-right: 12.5rem !important
}

.mb-10 {
    margin-bottom: 12.5rem !important
}

.ml-10 {
    margin-left: 12.5rem !important
}

.mx-10 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important
}

.my-10 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important
}

.m-11 {
    margin: 15rem !important
}

.mt-11 {
    margin-top: 15rem !important
}

.mr-11 {
    margin-right: 15rem !important
}

.mb-11 {
    margin-bottom: 15rem !important
}

.ml-11 {
    margin-left: 15rem !important
}

.mx-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important
}

.my-11 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important
}

@media (max-width:35.99em) {
    .m-xs-0 {
        margin: 0 !important
    }

    .mt-xs-0 {
        margin-top: 0 !important
    }

    .mr-xs-0 {
        margin-right: 0 !important
    }

    .mb-xs-0 {
        margin-bottom: 0 !important
    }

    .ml-xs-0 {
        margin-left: 0 !important
    }

    .mx-xs-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .my-xs-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-xs-1 {
        margin: .25rem !important
    }

    .mt-xs-1 {
        margin-top: .25rem !important
    }

    .mr-xs-1 {
        margin-right: .25rem !important
    }

    .mb-xs-1 {
        margin-bottom: .25rem !important
    }

    .ml-xs-1 {
        margin-left: .25rem !important
    }

    .mx-xs-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .my-xs-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-xs-2 {
        margin: .5rem !important
    }

    .mt-xs-2 {
        margin-top: .5rem !important
    }

    .mr-xs-2 {
        margin-right: .5rem !important
    }

    .mb-xs-2 {
        margin-bottom: .5rem !important
    }

    .ml-xs-2 {
        margin-left: .5rem !important
    }

    .mx-xs-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .my-xs-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-xs-3 {
        margin: 1rem !important
    }

    .mt-xs-3 {
        margin-top: 1rem !important
    }

    .mr-xs-3 {
        margin-right: 1rem !important
    }

    .mb-xs-3 {
        margin-bottom: 1rem !important
    }

    .ml-xs-3 {
        margin-left: 1rem !important
    }

    .mx-xs-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .my-xs-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-xs-4 {
        margin: 1.8rem !important
    }

    .mt-xs-4 {
        margin-top: 1.8rem !important
    }

    .mr-xs-4 {
        margin-right: 1.8rem !important
    }

    .mb-xs-4 {
        margin-bottom: 1.8rem !important
    }

    .ml-xs-4 {
        margin-left: 1.8rem !important
    }

    .mx-xs-4 {
        margin-left: 1.8rem !important;
        margin-right: 1.8rem !important
    }

    .my-xs-4 {
        margin-top: 1.8rem !important;
        margin-bottom: 1.8rem !important
    }

    .m-xs-5 {
        margin: 3rem !important
    }

    .mt-xs-5 {
        margin-top: 3rem !important
    }

    .mr-xs-5 {
        margin-right: 3rem !important
    }

    .mb-xs-5 {
        margin-bottom: 3rem !important
    }

    .ml-xs-5 {
        margin-left: 3rem !important
    }

    .mx-xs-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .my-xs-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-xs-6 {
        margin: 4rem !important
    }

    .mt-xs-6 {
        margin-top: 4rem !important
    }

    .mr-xs-6 {
        margin-right: 4rem !important
    }

    .mb-xs-6 {
        margin-bottom: 4rem !important
    }

    .ml-xs-6 {
        margin-left: 4rem !important
    }

    .mx-xs-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .my-xs-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .m-xs-7 {
        margin: 5rem !important
    }

    .mt-xs-7 {
        margin-top: 5rem !important
    }

    .mr-xs-7 {
        margin-right: 5rem !important
    }

    .mb-xs-7 {
        margin-bottom: 5rem !important
    }

    .ml-xs-7 {
        margin-left: 5rem !important
    }

    .mx-xs-7 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .my-xs-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .m-xs-8 {
        margin: 7.5rem !important
    }

    .mt-xs-8 {
        margin-top: 7.5rem !important
    }

    .mr-xs-8 {
        margin-right: 7.5rem !important
    }

    .mb-xs-8 {
        margin-bottom: 7.5rem !important
    }

    .ml-xs-8 {
        margin-left: 7.5rem !important
    }

    .mx-xs-8 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important
    }

    .my-xs-8 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important
    }

    .m-xs-9 {
        margin: 10rem !important
    }

    .mt-xs-9 {
        margin-top: 10rem !important
    }

    .mr-xs-9 {
        margin-right: 10rem !important
    }

    .mb-xs-9 {
        margin-bottom: 10rem !important
    }

    .ml-xs-9 {
        margin-left: 10rem !important
    }

    .mx-xs-9 {
        margin-left: 10rem !important;
        margin-right: 10rem !important
    }

    .my-xs-9 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .m-xs-10 {
        margin: 12.5rem !important
    }

    .mt-xs-10 {
        margin-top: 12.5rem !important
    }

    .mr-xs-10 {
        margin-right: 12.5rem !important
    }

    .mb-xs-10 {
        margin-bottom: 12.5rem !important
    }

    .ml-xs-10 {
        margin-left: 12.5rem !important
    }

    .mx-xs-10 {
        margin-left: 12.5rem !important;
        margin-right: 12.5rem !important
    }

    .my-xs-10 {
        margin-top: 12.5rem !important;
        margin-bottom: 12.5rem !important
    }

    .m-xs-11 {
        margin: 15rem !important
    }

    .mt-xs-11 {
        margin-top: 15rem !important
    }

    .mr-xs-11 {
        margin-right: 15rem !important
    }

    .mb-xs-11 {
        margin-bottom: 15rem !important
    }

    .ml-xs-11 {
        margin-left: 15rem !important
    }

    .mx-xs-11 {
        margin-left: 15rem !important;
        margin-right: 15rem !important
    }

    .my-xs-11 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important
    }
}

@media (min-width:36em) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0 {
        margin-left: 0 !important
    }

    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1 {
        margin-left: .25rem !important
    }

    .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2 {
        margin-left: .5rem !important
    }

    .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3 {
        margin-left: 1rem !important
    }

    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-sm-4 {
        margin: 1.8rem !important
    }

    .mt-sm-4 {
        margin-top: 1.8rem !important
    }

    .mr-sm-4 {
        margin-right: 1.8rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.8rem !important
    }

    .ml-sm-4 {
        margin-left: 1.8rem !important
    }

    .mx-sm-4 {
        margin-left: 1.8rem !important;
        margin-right: 1.8rem !important
    }

    .my-sm-4 {
        margin-top: 1.8rem !important;
        margin-bottom: 1.8rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5 {
        margin-left: 3rem !important
    }

    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-sm-6 {
        margin: 4rem !important
    }

    .mt-sm-6 {
        margin-top: 4rem !important
    }

    .mr-sm-6 {
        margin-right: 4rem !important
    }

    .mb-sm-6 {
        margin-bottom: 4rem !important
    }

    .ml-sm-6 {
        margin-left: 4rem !important
    }

    .mx-sm-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .my-sm-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .m-sm-7 {
        margin: 5rem !important
    }

    .mt-sm-7 {
        margin-top: 5rem !important
    }

    .mr-sm-7 {
        margin-right: 5rem !important
    }

    .mb-sm-7 {
        margin-bottom: 5rem !important
    }

    .ml-sm-7 {
        margin-left: 5rem !important
    }

    .mx-sm-7 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .my-sm-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .m-sm-8 {
        margin: 7.5rem !important
    }

    .mt-sm-8 {
        margin-top: 7.5rem !important
    }

    .mr-sm-8 {
        margin-right: 7.5rem !important
    }

    .mb-sm-8 {
        margin-bottom: 7.5rem !important
    }

    .ml-sm-8 {
        margin-left: 7.5rem !important
    }

    .mx-sm-8 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important
    }

    .my-sm-8 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important
    }

    .m-sm-9 {
        margin: 10rem !important
    }

    .mt-sm-9 {
        margin-top: 10rem !important
    }

    .mr-sm-9 {
        margin-right: 10rem !important
    }

    .mb-sm-9 {
        margin-bottom: 10rem !important
    }

    .ml-sm-9 {
        margin-left: 10rem !important
    }

    .mx-sm-9 {
        margin-left: 10rem !important;
        margin-right: 10rem !important
    }

    .my-sm-9 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .m-sm-10 {
        margin: 12.5rem !important
    }

    .mt-sm-10 {
        margin-top: 12.5rem !important
    }

    .mr-sm-10 {
        margin-right: 12.5rem !important
    }

    .mb-sm-10 {
        margin-bottom: 12.5rem !important
    }

    .ml-sm-10 {
        margin-left: 12.5rem !important
    }

    .mx-sm-10 {
        margin-left: 12.5rem !important;
        margin-right: 12.5rem !important
    }

    .my-sm-10 {
        margin-top: 12.5rem !important;
        margin-bottom: 12.5rem !important
    }

    .m-sm-11 {
        margin: 15rem !important
    }

    .mt-sm-11 {
        margin-top: 15rem !important
    }

    .mr-sm-11 {
        margin-right: 15rem !important
    }

    .mb-sm-11 {
        margin-bottom: 15rem !important
    }

    .ml-sm-11 {
        margin-left: 15rem !important
    }

    .mx-sm-11 {
        margin-left: 15rem !important;
        margin-right: 15rem !important
    }

    .my-sm-11 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important
    }
}

@media (min-width:48em) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0 {
        margin-left: 0 !important
    }

    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1 {
        margin-left: .25rem !important
    }

    .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2 {
        margin-left: .5rem !important
    }

    .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3 {
        margin-left: 1rem !important
    }

    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-md-4 {
        margin: 1.8rem !important
    }

    .mt-md-4 {
        margin-top: 1.8rem !important
    }

    .mr-md-4 {
        margin-right: 1.8rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.8rem !important
    }

    .ml-md-4 {
        margin-left: 1.8rem !important
    }

    .mx-md-4 {
        margin-left: 1.8rem !important;
        margin-right: 1.8rem !important
    }

    .my-md-4 {
        margin-top: 1.8rem !important;
        margin-bottom: 1.8rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5 {
        margin-left: 3rem !important
    }

    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-md-6 {
        margin: 4rem !important
    }

    .mt-md-6 {
        margin-top: 4rem !important
    }

    .mr-md-6 {
        margin-right: 4rem !important
    }

    .mb-md-6 {
        margin-bottom: 4rem !important
    }

    .ml-md-6 {
        margin-left: 4rem !important
    }

    .mx-md-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .my-md-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .m-md-7 {
        margin: 5rem !important
    }

    .mt-md-7 {
        margin-top: 5rem !important
    }

    .mr-md-7 {
        margin-right: 5rem !important
    }

    .mb-md-7 {
        margin-bottom: 5rem !important
    }

    .ml-md-7 {
        margin-left: 5rem !important
    }

    .mx-md-7 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .my-md-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .m-md-8 {
        margin: 7.5rem !important
    }

    .mt-md-8 {
        margin-top: 7.5rem !important
    }

    .mr-md-8 {
        margin-right: 7.5rem !important
    }

    .mb-md-8 {
        margin-bottom: 7.5rem !important
    }

    .ml-md-8 {
        margin-left: 7.5rem !important
    }

    .mx-md-8 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important
    }

    .my-md-8 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important
    }

    .m-md-9 {
        margin: 10rem !important
    }

    .mt-md-9 {
        margin-top: 10rem !important
    }

    .mr-md-9 {
        margin-right: 10rem !important
    }

    .mb-md-9 {
        margin-bottom: 10rem !important
    }

    .ml-md-9 {
        margin-left: 10rem !important
    }

    .mx-md-9 {
        margin-left: 10rem !important;
        margin-right: 10rem !important
    }

    .my-md-9 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .m-md-10 {
        margin: 12.5rem !important
    }

    .mt-md-10 {
        margin-top: 12.5rem !important
    }

    .mr-md-10 {
        margin-right: 12.5rem !important
    }

    .mb-md-10 {
        margin-bottom: 12.5rem !important
    }

    .ml-md-10 {
        margin-left: 12.5rem !important
    }

    .mx-md-10 {
        margin-left: 12.5rem !important;
        margin-right: 12.5rem !important
    }

    .my-md-10 {
        margin-top: 12.5rem !important;
        margin-bottom: 12.5rem !important
    }

    .m-md-11 {
        margin: 15rem !important
    }

    .mt-md-11 {
        margin-top: 15rem !important
    }

    .mr-md-11 {
        margin-right: 15rem !important
    }

    .mb-md-11 {
        margin-bottom: 15rem !important
    }

    .ml-md-11 {
        margin-left: 15rem !important
    }

    .mx-md-11 {
        margin-left: 15rem !important;
        margin-right: 15rem !important
    }

    .my-md-11 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important
    }
}

@media (min-width:62em) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0 {
        margin-left: 0 !important
    }

    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1 {
        margin-left: .25rem !important
    }

    .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2 {
        margin-left: .5rem !important
    }

    .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3 {
        margin-left: 1rem !important
    }

    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-lg-4 {
        margin: 1.8rem !important
    }

    .mt-lg-4 {
        margin-top: 1.8rem !important
    }

    .mr-lg-4 {
        margin-right: 1.8rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.8rem !important
    }

    .ml-lg-4 {
        margin-left: 1.8rem !important
    }

    .mx-lg-4 {
        margin-left: 1.8rem !important;
        margin-right: 1.8rem !important
    }

    .my-lg-4 {
        margin-top: 1.8rem !important;
        margin-bottom: 1.8rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5 {
        margin-left: 3rem !important
    }

    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-lg-6 {
        margin: 4rem !important
    }

    .mt-lg-6 {
        margin-top: 4rem !important
    }

    .mr-lg-6 {
        margin-right: 4rem !important
    }

    .mb-lg-6 {
        margin-bottom: 4rem !important
    }

    .ml-lg-6 {
        margin-left: 4rem !important
    }

    .mx-lg-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .my-lg-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .m-lg-7 {
        margin: 5rem !important
    }

    .mt-lg-7 {
        margin-top: 5rem !important
    }

    .mr-lg-7 {
        margin-right: 5rem !important
    }

    .mb-lg-7 {
        margin-bottom: 5rem !important
    }

    .ml-lg-7 {
        margin-left: 5rem !important
    }

    .mx-lg-7 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .my-lg-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .m-lg-8 {
        margin: 7.5rem !important
    }

    .mt-lg-8 {
        margin-top: 7.5rem !important
    }

    .mr-lg-8 {
        margin-right: 7.5rem !important
    }

    .mb-lg-8 {
        margin-bottom: 7.5rem !important
    }

    .ml-lg-8 {
        margin-left: 7.5rem !important
    }

    .mx-lg-8 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important
    }

    .my-lg-8 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important
    }

    .m-lg-9 {
        margin: 10rem !important
    }

    .mt-lg-9 {
        margin-top: 10rem !important
    }

    .mr-lg-9 {
        margin-right: 10rem !important
    }

    .mb-lg-9 {
        margin-bottom: 10rem !important
    }

    .ml-lg-9 {
        margin-left: 10rem !important
    }

    .mx-lg-9 {
        margin-left: 10rem !important;
        margin-right: 10rem !important
    }

    .my-lg-9 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .m-lg-10 {
        margin: 12.5rem !important
    }

    .mt-lg-10 {
        margin-top: 12.5rem !important
    }

    .mr-lg-10 {
        margin-right: 12.5rem !important
    }

    .mb-lg-10 {
        margin-bottom: 12.5rem !important
    }

    .ml-lg-10 {
        margin-left: 12.5rem !important
    }

    .mx-lg-10 {
        margin-left: 12.5rem !important;
        margin-right: 12.5rem !important
    }

    .my-lg-10 {
        margin-top: 12.5rem !important;
        margin-bottom: 12.5rem !important
    }

    .m-lg-11 {
        margin: 15rem !important
    }

    .mt-lg-11 {
        margin-top: 15rem !important
    }

    .mr-lg-11 {
        margin-right: 15rem !important
    }

    .mb-lg-11 {
        margin-bottom: 15rem !important
    }

    .ml-lg-11 {
        margin-left: 15rem !important
    }

    .mx-lg-11 {
        margin-left: 15rem !important;
        margin-right: 15rem !important
    }

    .my-lg-11 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important
    }
}

@media (min-width:75em) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0 {
        margin-left: 0 !important
    }

    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1 {
        margin-left: .25rem !important
    }

    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2 {
        margin-left: .5rem !important
    }

    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3 {
        margin-left: 1rem !important
    }

    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-xl-4 {
        margin: 1.8rem !important
    }

    .mt-xl-4 {
        margin-top: 1.8rem !important
    }

    .mr-xl-4 {
        margin-right: 1.8rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.8rem !important
    }

    .ml-xl-4 {
        margin-left: 1.8rem !important
    }

    .mx-xl-4 {
        margin-left: 1.8rem !important;
        margin-right: 1.8rem !important
    }

    .my-xl-4 {
        margin-top: 1.8rem !important;
        margin-bottom: 1.8rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5 {
        margin-left: 3rem !important
    }

    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-xl-6 {
        margin: 4rem !important
    }

    .mt-xl-6 {
        margin-top: 4rem !important
    }

    .mr-xl-6 {
        margin-right: 4rem !important
    }

    .mb-xl-6 {
        margin-bottom: 4rem !important
    }

    .ml-xl-6 {
        margin-left: 4rem !important
    }

    .mx-xl-6 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .my-xl-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .m-xl-7 {
        margin: 5rem !important
    }

    .mt-xl-7 {
        margin-top: 5rem !important
    }

    .mr-xl-7 {
        margin-right: 5rem !important
    }

    .mb-xl-7 {
        margin-bottom: 5rem !important
    }

    .ml-xl-7 {
        margin-left: 5rem !important
    }

    .mx-xl-7 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .my-xl-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .m-xl-8 {
        margin: 7.5rem !important
    }

    .mt-xl-8 {
        margin-top: 7.5rem !important
    }

    .mr-xl-8 {
        margin-right: 7.5rem !important
    }

    .mb-xl-8 {
        margin-bottom: 7.5rem !important
    }

    .ml-xl-8 {
        margin-left: 7.5rem !important
    }

    .mx-xl-8 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important
    }

    .my-xl-8 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important
    }

    .m-xl-9 {
        margin: 10rem !important
    }

    .mt-xl-9 {
        margin-top: 10rem !important
    }

    .mr-xl-9 {
        margin-right: 10rem !important
    }

    .mb-xl-9 {
        margin-bottom: 10rem !important
    }

    .ml-xl-9 {
        margin-left: 10rem !important
    }

    .mx-xl-9 {
        margin-left: 10rem !important;
        margin-right: 10rem !important
    }

    .my-xl-9 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .m-xl-10 {
        margin: 12.5rem !important
    }

    .mt-xl-10 {
        margin-top: 12.5rem !important
    }

    .mr-xl-10 {
        margin-right: 12.5rem !important
    }

    .mb-xl-10 {
        margin-bottom: 12.5rem !important
    }

    .ml-xl-10 {
        margin-left: 12.5rem !important
    }

    .mx-xl-10 {
        margin-left: 12.5rem !important;
        margin-right: 12.5rem !important
    }

    .my-xl-10 {
        margin-top: 12.5rem !important;
        margin-bottom: 12.5rem !important
    }

    .m-xl-11 {
        margin: 15rem !important
    }

    .mt-xl-11 {
        margin-top: 15rem !important
    }

    .mr-xl-11 {
        margin-right: 15rem !important
    }

    .mb-xl-11 {
        margin-bottom: 15rem !important
    }

    .ml-xl-11 {
        margin-left: 15rem !important
    }

    .mx-xl-11 {
        margin-left: 15rem !important;
        margin-right: 15rem !important
    }

    .my-xl-11 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important
    }
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pl-1 {
    padding-left: .25rem !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pl-2 {
    padding-left: .5rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-4 {
    padding: 1.8rem !important
}

.pt-4 {
    padding-top: 1.8rem !important
}

.pr-4 {
    padding-right: 1.8rem !important
}

.pb-4 {
    padding-bottom: 1.8rem !important
}

.pl-4 {
    padding-left: 1.8rem !important
}

.px-4 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important
}

.py-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pl-5 {
    padding-left: 3rem !important
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.p-6 {
    padding: 4rem !important
}

.pt-6 {
    padding-top: 4rem !important
}

.pr-6 {
    padding-right: 4rem !important
}

.pb-6 {
    padding-bottom: 4rem !important
}

.pl-6 {
    padding-left: 4rem !important
}

.px-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.p-7 {
    padding: 5rem !important
}

.pt-7 {
    padding-top: 5rem !important
}

.pr-7 {
    padding-right: 5rem !important
}

.pb-7 {
    padding-bottom: 5rem !important
}

.pl-7 {
    padding-left: 5rem !important
}

.px-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
}

.py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
}

.p-8 {
    padding: 7.5rem !important
}

.pt-8 {
    padding-top: 7.5rem !important
}

.pr-8 {
    padding-right: 7.5rem !important
}

.pb-8 {
    padding-bottom: 7.5rem !important
}

.pl-8 {
    padding-left: 7.5rem !important
}

.px-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important
}

.py-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important
}

.p-9 {
    padding: 10rem !important
}

.pt-9 {
    padding-top: 10rem !important
}

.pr-9 {
    padding-right: 10rem !important
}

.pb-9 {
    padding-bottom: 10rem !important
}

.pl-9 {
    padding-left: 10rem !important
}

.px-9 {
    padding-left: 10rem !important;
    padding-right: 10rem !important
}

.py-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important
}

.p-10 {
    padding: 12.5rem !important
}

.pt-10 {
    padding-top: 12.5rem !important
}

.pr-10 {
    padding-right: 12.5rem !important
}

.pb-10 {
    padding-bottom: 12.5rem !important
}

.pl-10 {
    padding-left: 12.5rem !important
}

.px-10 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important
}

.py-10 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important
}

.p-11 {
    padding: 15rem !important
}

.pt-11 {
    padding-top: 15rem !important
}

.pr-11 {
    padding-right: 15rem !important
}

.pb-11 {
    padding-bottom: 15rem !important
}

.pl-11 {
    padding-left: 15rem !important
}

.px-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important
}

.py-11 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important
}

@media (max-width:35.99em) {
    .p-xs-0 {
        padding: 0 !important
    }

    .pt-xs-0 {
        padding-top: 0 !important
    }

    .pr-xs-0 {
        padding-right: 0 !important
    }

    .pb-xs-0 {
        padding-bottom: 0 !important
    }

    .pl-xs-0 {
        padding-left: 0 !important
    }

    .px-xs-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .py-xs-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-xs-1 {
        padding: .25rem !important
    }

    .pt-xs-1 {
        padding-top: .25rem !important
    }

    .pr-xs-1 {
        padding-right: .25rem !important
    }

    .pb-xs-1 {
        padding-bottom: .25rem !important
    }

    .pl-xs-1 {
        padding-left: .25rem !important
    }

    .px-xs-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .py-xs-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-xs-2 {
        padding: .5rem !important
    }

    .pt-xs-2 {
        padding-top: .5rem !important
    }

    .pr-xs-2 {
        padding-right: .5rem !important
    }

    .pb-xs-2 {
        padding-bottom: .5rem !important
    }

    .pl-xs-2 {
        padding-left: .5rem !important
    }

    .px-xs-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .py-xs-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-xs-3 {
        padding: 1rem !important
    }

    .pt-xs-3 {
        padding-top: 1rem !important
    }

    .pr-xs-3 {
        padding-right: 1rem !important
    }

    .pb-xs-3 {
        padding-bottom: 1rem !important
    }

    .pl-xs-3 {
        padding-left: 1rem !important
    }

    .px-xs-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .py-xs-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-xs-4 {
        padding: 1.8rem !important
    }

    .pt-xs-4 {
        padding-top: 1.8rem !important
    }

    .pr-xs-4 {
        padding-right: 1.8rem !important
    }

    .pb-xs-4 {
        padding-bottom: 1.8rem !important
    }

    .pl-xs-4 {
        padding-left: 1.8rem !important
    }

    .px-xs-4 {
        padding-left: 1.8rem !important;
        padding-right: 1.8rem !important
    }

    .py-xs-4 {
        padding-top: 1.8rem !important;
        padding-bottom: 1.8rem !important
    }

    .p-xs-5 {
        padding: 3rem !important
    }

    .pt-xs-5 {
        padding-top: 3rem !important
    }

    .pr-xs-5 {
        padding-right: 3rem !important
    }

    .pb-xs-5 {
        padding-bottom: 3rem !important
    }

    .pl-xs-5 {
        padding-left: 3rem !important
    }

    .px-xs-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xs-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-xs-6 {
        padding: 4rem !important
    }

    .pt-xs-6 {
        padding-top: 4rem !important
    }

    .pr-xs-6 {
        padding-right: 4rem !important
    }

    .pb-xs-6 {
        padding-bottom: 4rem !important
    }

    .pl-xs-6 {
        padding-left: 4rem !important
    }

    .px-xs-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .py-xs-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .p-xs-7 {
        padding: 5rem !important
    }

    .pt-xs-7 {
        padding-top: 5rem !important
    }

    .pr-xs-7 {
        padding-right: 5rem !important
    }

    .pb-xs-7 {
        padding-bottom: 5rem !important
    }

    .pl-xs-7 {
        padding-left: 5rem !important
    }

    .px-xs-7 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .py-xs-7 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .p-xs-8 {
        padding: 7.5rem !important
    }

    .pt-xs-8 {
        padding-top: 7.5rem !important
    }

    .pr-xs-8 {
        padding-right: 7.5rem !important
    }

    .pb-xs-8 {
        padding-bottom: 7.5rem !important
    }

    .pl-xs-8 {
        padding-left: 7.5rem !important
    }

    .px-xs-8 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important
    }

    .py-xs-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }

    .p-xs-9 {
        padding: 10rem !important
    }

    .pt-xs-9 {
        padding-top: 10rem !important
    }

    .pr-xs-9 {
        padding-right: 10rem !important
    }

    .pb-xs-9 {
        padding-bottom: 10rem !important
    }

    .pl-xs-9 {
        padding-left: 10rem !important
    }

    .px-xs-9 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .py-xs-9 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .p-xs-10 {
        padding: 12.5rem !important
    }

    .pt-xs-10 {
        padding-top: 12.5rem !important
    }

    .pr-xs-10 {
        padding-right: 12.5rem !important
    }

    .pb-xs-10 {
        padding-bottom: 12.5rem !important
    }

    .pl-xs-10 {
        padding-left: 12.5rem !important
    }

    .px-xs-10 {
        padding-left: 12.5rem !important;
        padding-right: 12.5rem !important
    }

    .py-xs-10 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important
    }

    .p-xs-11 {
        padding: 15rem !important
    }

    .pt-xs-11 {
        padding-top: 15rem !important
    }

    .pr-xs-11 {
        padding-right: 15rem !important
    }

    .pb-xs-11 {
        padding-bottom: 15rem !important
    }

    .pl-xs-11 {
        padding-left: 15rem !important
    }

    .px-xs-11 {
        padding-left: 15rem !important;
        padding-right: 15rem !important
    }

    .py-xs-11 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important
    }
}

@media (min-width:36em) {
    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0 {
        padding-left: 0 !important
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1 {
        padding-left: .25rem !important
    }

    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2 {
        padding-left: .5rem !important
    }

    .px-sm-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3 {
        padding-left: 1rem !important
    }

    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-sm-4 {
        padding: 1.8rem !important
    }

    .pt-sm-4 {
        padding-top: 1.8rem !important
    }

    .pr-sm-4 {
        padding-right: 1.8rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.8rem !important
    }

    .pl-sm-4 {
        padding-left: 1.8rem !important
    }

    .px-sm-4 {
        padding-left: 1.8rem !important;
        padding-right: 1.8rem !important
    }

    .py-sm-4 {
        padding-top: 1.8rem !important;
        padding-bottom: 1.8rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5 {
        padding-left: 3rem !important
    }

    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-sm-6 {
        padding: 4rem !important
    }

    .pt-sm-6 {
        padding-top: 4rem !important
    }

    .pr-sm-6 {
        padding-right: 4rem !important
    }

    .pb-sm-6 {
        padding-bottom: 4rem !important
    }

    .pl-sm-6 {
        padding-left: 4rem !important
    }

    .px-sm-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .py-sm-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .p-sm-7 {
        padding: 5rem !important
    }

    .pt-sm-7 {
        padding-top: 5rem !important
    }

    .pr-sm-7 {
        padding-right: 5rem !important
    }

    .pb-sm-7 {
        padding-bottom: 5rem !important
    }

    .pl-sm-7 {
        padding-left: 5rem !important
    }

    .px-sm-7 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .py-sm-7 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .p-sm-8 {
        padding: 7.5rem !important
    }

    .pt-sm-8 {
        padding-top: 7.5rem !important
    }

    .pr-sm-8 {
        padding-right: 7.5rem !important
    }

    .pb-sm-8 {
        padding-bottom: 7.5rem !important
    }

    .pl-sm-8 {
        padding-left: 7.5rem !important
    }

    .px-sm-8 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important
    }

    .py-sm-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }

    .p-sm-9 {
        padding: 10rem !important
    }

    .pt-sm-9 {
        padding-top: 10rem !important
    }

    .pr-sm-9 {
        padding-right: 10rem !important
    }

    .pb-sm-9 {
        padding-bottom: 10rem !important
    }

    .pl-sm-9 {
        padding-left: 10rem !important
    }

    .px-sm-9 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .py-sm-9 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .p-sm-10 {
        padding: 12.5rem !important
    }

    .pt-sm-10 {
        padding-top: 12.5rem !important
    }

    .pr-sm-10 {
        padding-right: 12.5rem !important
    }

    .pb-sm-10 {
        padding-bottom: 12.5rem !important
    }

    .pl-sm-10 {
        padding-left: 12.5rem !important
    }

    .px-sm-10 {
        padding-left: 12.5rem !important;
        padding-right: 12.5rem !important
    }

    .py-sm-10 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important
    }

    .p-sm-11 {
        padding: 15rem !important
    }

    .pt-sm-11 {
        padding-top: 15rem !important
    }

    .pr-sm-11 {
        padding-right: 15rem !important
    }

    .pb-sm-11 {
        padding-bottom: 15rem !important
    }

    .pl-sm-11 {
        padding-left: 15rem !important
    }

    .px-sm-11 {
        padding-left: 15rem !important;
        padding-right: 15rem !important
    }

    .py-sm-11 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important
    }
}

@media (min-width:48em) {
    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0 {
        padding-left: 0 !important
    }

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1 {
        padding-left: .25rem !important
    }

    .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2 {
        padding-left: .5rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3 {
        padding-left: 1rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-md-4 {
        padding: 1.8rem !important
    }

    .pt-md-4 {
        padding-top: 1.8rem !important
    }

    .pr-md-4 {
        padding-right: 1.8rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.8rem !important
    }

    .pl-md-4 {
        padding-left: 1.8rem !important
    }

    .px-md-4 {
        padding-left: 1.8rem !important;
        padding-right: 1.8rem !important
    }

    .py-md-4 {
        padding-top: 1.8rem !important;
        padding-bottom: 1.8rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5 {
        padding-left: 3rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-md-6 {
        padding: 4rem !important
    }

    .pt-md-6 {
        padding-top: 4rem !important
    }

    .pr-md-6 {
        padding-right: 4rem !important
    }

    .pb-md-6 {
        padding-bottom: 4rem !important
    }

    .pl-md-6 {
        padding-left: 4rem !important
    }

    .px-md-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .py-md-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .p-md-7 {
        padding: 5rem !important
    }

    .pt-md-7 {
        padding-top: 5rem !important
    }

    .pr-md-7 {
        padding-right: 5rem !important
    }

    .pb-md-7 {
        padding-bottom: 5rem !important
    }

    .pl-md-7 {
        padding-left: 5rem !important
    }

    .px-md-7 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .py-md-7 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .p-md-8 {
        padding: 7.5rem !important
    }

    .pt-md-8 {
        padding-top: 7.5rem !important
    }

    .pr-md-8 {
        padding-right: 7.5rem !important
    }

    .pb-md-8 {
        padding-bottom: 7.5rem !important
    }

    .pl-md-8 {
        padding-left: 7.5rem !important
    }

    .px-md-8 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important
    }

    .py-md-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }

    .p-md-9 {
        padding: 10rem !important
    }

    .pt-md-9 {
        padding-top: 10rem !important
    }

    .pr-md-9 {
        padding-right: 10rem !important
    }

    .pb-md-9 {
        padding-bottom: 10rem !important
    }

    .pl-md-9 {
        padding-left: 10rem !important
    }

    .px-md-9 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .py-md-9 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .p-md-10 {
        padding: 12.5rem !important
    }

    .pt-md-10 {
        padding-top: 12.5rem !important
    }

    .pr-md-10 {
        padding-right: 12.5rem !important
    }

    .pb-md-10 {
        padding-bottom: 12.5rem !important
    }

    .pl-md-10 {
        padding-left: 12.5rem !important
    }

    .px-md-10 {
        padding-left: 12.5rem !important;
        padding-right: 12.5rem !important
    }

    .py-md-10 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important
    }

    .p-md-11 {
        padding: 15rem !important
    }

    .pt-md-11 {
        padding-top: 15rem !important
    }

    .pr-md-11 {
        padding-right: 15rem !important
    }

    .pb-md-11 {
        padding-bottom: 15rem !important
    }

    .pl-md-11 {
        padding-left: 15rem !important
    }

    .px-md-11 {
        padding-left: 15rem !important;
        padding-right: 15rem !important
    }

    .py-md-11 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important
    }
}

@media (min-width:62em) {
    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0 {
        padding-left: 0 !important
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1 {
        padding-left: .25rem !important
    }

    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2 {
        padding-left: .5rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3 {
        padding-left: 1rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-lg-4 {
        padding: 1.8rem !important
    }

    .pt-lg-4 {
        padding-top: 1.8rem !important
    }

    .pr-lg-4 {
        padding-right: 1.8rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.8rem !important
    }

    .pl-lg-4 {
        padding-left: 1.8rem !important
    }

    .px-lg-4 {
        padding-left: 1.8rem !important;
        padding-right: 1.8rem !important
    }

    .py-lg-4 {
        padding-top: 1.8rem !important;
        padding-bottom: 1.8rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5 {
        padding-left: 3rem !important
    }

    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-lg-6 {
        padding: 4rem !important
    }

    .pt-lg-6 {
        padding-top: 4rem !important
    }

    .pr-lg-6 {
        padding-right: 4rem !important
    }

    .pb-lg-6 {
        padding-bottom: 4rem !important
    }

    .pl-lg-6 {
        padding-left: 4rem !important
    }

    .px-lg-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .py-lg-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .p-lg-7 {
        padding: 5rem !important
    }

    .pt-lg-7 {
        padding-top: 5rem !important
    }

    .pr-lg-7 {
        padding-right: 5rem !important
    }

    .pb-lg-7 {
        padding-bottom: 5rem !important
    }

    .pl-lg-7 {
        padding-left: 5rem !important
    }

    .px-lg-7 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .py-lg-7 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .p-lg-8 {
        padding: 7.5rem !important
    }

    .pt-lg-8 {
        padding-top: 7.5rem !important
    }

    .pr-lg-8 {
        padding-right: 7.5rem !important
    }

    .pb-lg-8 {
        padding-bottom: 7.5rem !important
    }

    .pl-lg-8 {
        padding-left: 7.5rem !important
    }

    .px-lg-8 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important
    }

    .py-lg-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }

    .p-lg-9 {
        padding: 10rem !important
    }

    .pt-lg-9 {
        padding-top: 10rem !important
    }

    .pr-lg-9 {
        padding-right: 10rem !important
    }

    .pb-lg-9 {
        padding-bottom: 10rem !important
    }

    .pl-lg-9 {
        padding-left: 10rem !important
    }

    .px-lg-9 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .py-lg-9 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .p-lg-10 {
        padding: 12.5rem !important
    }

    .pt-lg-10 {
        padding-top: 12.5rem !important
    }

    .pr-lg-10 {
        padding-right: 12.5rem !important
    }

    .pb-lg-10 {
        padding-bottom: 12.5rem !important
    }

    .pl-lg-10 {
        padding-left: 12.5rem !important
    }

    .px-lg-10 {
        padding-left: 12.5rem !important;
        padding-right: 12.5rem !important
    }

    .py-lg-10 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important
    }

    .p-lg-11 {
        padding: 15rem !important
    }

    .pt-lg-11 {
        padding-top: 15rem !important
    }

    .pr-lg-11 {
        padding-right: 15rem !important
    }

    .pb-lg-11 {
        padding-bottom: 15rem !important
    }

    .pl-lg-11 {
        padding-left: 15rem !important
    }

    .px-lg-11 {
        padding-left: 15rem !important;
        padding-right: 15rem !important
    }

    .py-lg-11 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important
    }
}

@media (min-width:75em) {
    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0 {
        padding-left: 0 !important
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1 {
        padding-left: .25rem !important
    }

    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2 {
        padding-left: .5rem !important
    }

    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3 {
        padding-left: 1rem !important
    }

    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-xl-4 {
        padding: 1.8rem !important
    }

    .pt-xl-4 {
        padding-top: 1.8rem !important
    }

    .pr-xl-4 {
        padding-right: 1.8rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.8rem !important
    }

    .pl-xl-4 {
        padding-left: 1.8rem !important
    }

    .px-xl-4 {
        padding-left: 1.8rem !important;
        padding-right: 1.8rem !important
    }

    .py-xl-4 {
        padding-top: 1.8rem !important;
        padding-bottom: 1.8rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5 {
        padding-left: 3rem !important
    }

    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-xl-6 {
        padding: 4rem !important
    }

    .pt-xl-6 {
        padding-top: 4rem !important
    }

    .pr-xl-6 {
        padding-right: 4rem !important
    }

    .pb-xl-6 {
        padding-bottom: 4rem !important
    }

    .pl-xl-6 {
        padding-left: 4rem !important
    }

    .px-xl-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .py-xl-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .p-xl-7 {
        padding: 5rem !important
    }

    .pt-xl-7 {
        padding-top: 5rem !important
    }

    .pr-xl-7 {
        padding-right: 5rem !important
    }

    .pb-xl-7 {
        padding-bottom: 5rem !important
    }

    .pl-xl-7 {
        padding-left: 5rem !important
    }

    .px-xl-7 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .py-xl-7 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .p-xl-8 {
        padding: 7.5rem !important
    }

    .pt-xl-8 {
        padding-top: 7.5rem !important
    }

    .pr-xl-8 {
        padding-right: 7.5rem !important
    }

    .pb-xl-8 {
        padding-bottom: 7.5rem !important
    }

    .pl-xl-8 {
        padding-left: 7.5rem !important
    }

    .px-xl-8 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important
    }

    .py-xl-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }

    .p-xl-9 {
        padding: 10rem !important
    }

    .pt-xl-9 {
        padding-top: 10rem !important
    }

    .pr-xl-9 {
        padding-right: 10rem !important
    }

    .pb-xl-9 {
        padding-bottom: 10rem !important
    }

    .pl-xl-9 {
        padding-left: 10rem !important
    }

    .px-xl-9 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .py-xl-9 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .p-xl-10 {
        padding: 12.5rem !important
    }

    .pt-xl-10 {
        padding-top: 12.5rem !important
    }

    .pr-xl-10 {
        padding-right: 12.5rem !important
    }

    .pb-xl-10 {
        padding-bottom: 12.5rem !important
    }

    .pl-xl-10 {
        padding-left: 12.5rem !important
    }

    .px-xl-10 {
        padding-left: 12.5rem !important;
        padding-right: 12.5rem !important
    }

    .py-xl-10 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important
    }

    .p-xl-11 {
        padding: 15rem !important
    }

    .pt-xl-11 {
        padding-top: 15rem !important
    }

    .pr-xl-11 {
        padding-right: 15rem !important
    }

    .pb-xl-11 {
        padding-bottom: 15rem !important
    }

    .pl-xl-11 {
        padding-left: 15rem !important
    }

    .px-xl-11 {
        padding-left: 15rem !important;
        padding-right: 15rem !important
    }

    .py-xl-11 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important
    }
}
    .required-field::after {
        content: "*";
        color: red;
        margin-left:2px;
        font-size:larger
    }

    .store-heading {
        font-size: 40px;
    }

    .countdown {
        float: right;
        font-size: 11px;
        color: blue;
    }
    .select-wrapper.mdb-select.header-select .w-100.dropdown-content li>span {
        white-space: initial;
    }
    input#Group {
        text-transform: capitalize;
    }

    .accordion {
        background-color: #eee;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
      }

      .accordion.active, .accordion:hover {
        background-color: #ccc;
      }

      .accordion:after {

        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
      }

      .accordion.active:after {
        content: "\2212";
      }

      .panel {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
      }



/*..........
MARGIN AND PADDING UTILITIES ENDS .......
...........*/

/* Manual CSS  */

.manualFontSize{
    font-size: 13px !important;
}
.manualMarginBottom{
    margin-bottom:-60px !important;
}



.ppBody ul{
    all: revert !important

  }
  .ppBody kbd{
    all: revert !important

  }
  .ppBody kbd{
    all: revert !important

  }
  .ppBody ol{
    all: revert !important

  }
  .ppBody h1{
     all:revert !important
  }
  .ppBody h2{
     all:revert !important
  }
  .ppBody h3{
     all:revert !important
  }
  .ppBody h4{
     all:revert !important
  }
  .ppBody h5{
     all:revert !important
  }
  .ppBody h6{
     all:revert !important
  }
  .ppBody table{
     border-collapse:unset !important
  }
  .marker{
     background: yellow;
  }


 .customeCss  ul{
    all: revert !important
 }
 .customeCss kbd{
    all: revert !important
 }
 .customeCss  kbd{
    all: revert !important
 }
 .customeCss  ol{
    all: revert !important
 }
 .customeCss  h1{
     all:revert
 }
 .customeCss  h2{
     all:revert
 }
 .customeCss  h3{
     all:revert
 }
 .customeCss  h4{
     all:revert
 }
 .customeCss  h5{
     all:revert
 }
 .customeCss  h6{
     all:revert
 }
 .customeCss  table{
     border-collapse:unset !important
 }

 .filter-header {
    background: #3f51b5 !important;
    padding-top: 10px;
    color: #fff;
    padding-bottom: 4px;
}
.filter-header .close{
    padding: 0.7rem 1rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.multiple-select-dropdown li [type=checkbox]+label {
    height: 1.3rem;
}

multiple-select-dropdown .dropdown-content li>a, .dropdown-content li>span {
    font-size: .9rem;
    color: #4285f4;
    display: block;
    padding: .9rem;
    padding-top: 0px;
}

/* =====================================
   FINAL Sticky Header Fix
===================================== */

/* Mobile header: keep logo/icons inside the fixed bar (avoids duplicate floating logo) */
@media (max-width: 991px) {
    #mobile-search {
        display: block !important;
    }

    .wsmobileheader {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        height: 62px;
        background: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .18);
        z-index: 10050;
    }

    .wsmobileheader .smallogo {
        position: absolute !important;
        top: 9px;
        left: 72px;
        width: auto !important;
        height: auto !important;
        padding: 0;
        background: transparent !important;
        box-shadow: none !important;
        z-index: 1;
    }

    .wsmobileheader .smallogo > img {
        height: 44px;
        margin: 0;
    }

    .wsmobileheader .callusicon {
        position: absolute !important;
        top: 17px;
        right: 12px;
        width: auto;
        z-index: 1;
    }

    .wsmobileheader .animated-arrow {
        z-index: 1;
    }

    #mobile-search {
        position: fixed !important;
        top: 62px !important;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto;
        z-index: 10040;
        background: #fff;
        padding: 8px 0;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
    }

    /* Avoid extra vertical padding inside the fixed search bar on small phones (e.g. Samsung S22) */
    #mobile-search .wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }

    /*
     * Fixed header + search sit outside normal flow; reserve space so content is not covered.
     * --mobile-fixed-header-height is set by JS in master layout; fallback covers typical phones.
     */
    .mobile-navigation {
        margin-bottom: var(--mobile-fixed-header-height, 150px);
    }

    /* Mobile already uses a fixed header bar; avoid a second fixed wrapper on scroll */
    .sticky-header-wrapper.scrolled {
        position: static;
        box-shadow: none;
    }

    .wsmenucontainer {
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        margin-bottom: var(--mobile-fixed-header-height, 150px) !important;
    }

    /* Mobile search bar: give the text input room for the full placeholder */
    #mobile-search .main-header-search .input-group {
        flex-wrap: nowrap;
    }

    #mobile-search .main-header-search .form-control {
        flex: 1 1 auto;
        width: auto;
        max-width: none;
        min-width: 0;
        font-size: 14px;
    }

    #mobile-search .header-search input {
        width: auto;
        max-width: none;
    }

    #mobile-search .mobile-search-category {
        flex: 0 0 auto;
        width: auto;
        max-width: 34%;
    }

    #mobile-search .mobile-search-category .select-wrapper input.select-dropdown {
        font-size: 11px;
    }
}


