@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

body {
    font-family: "Poppins", sans-serif !important;
    background-color: #f7f7f7;
}

.our-partner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 20px;
    position: relative;
    background-color: white;
    margin-bottom: 10px;
}

.our-partner.partner-logo img {
    width: 165px;
}

.our-partner span {
    display: inline-block;
}

.our-partner.partner-logo h4 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.our-partner span {
    display: inline;
    padding: 15px;
    font-size: 1.5rem;
}

.white-bg {
    background-color: white;
}

.btn-header-search-dropdown {
    margin: 0px !important;
    padding: 0.7rem 2.14rem 0.6rem 0.9rem;
    font-size: 12px;
}

.btn-header-search {
    margin: 0px !important;
    padding: 0.7rem 1.14rem 0.6rem;
    font-size: 12px;
}

.header-search ul.dropdown-menu li:hover {
    background-color: #007afd;
    color: #fff;
    float: left;
    width: 100%;
}

span#search_concept {
    text-transform: capitalize;
}

.header-search ul.dropdown-menu li:hover a {
    color: #fff;
}

.header-search ul.dropdown-menu {
    padding: 0px;
}

.header-search .dropdown-menu li a {
    padding: 0 10px;
    font-size: 0.9375rem;
    font-weight: 300;
    width: 100%;
    float: left;
    color: black;
}

.header-search input {
    font-size: 12px;
    height: 39px;
}

.navbar-brand img {
    width: 150px;
}

.navbar-nav {
    width: 38%;
}

.home-slider-menu-icon img {
    width: 32px;
    height: 32px;
    margin-right: 6px;
    background-color: #e9eded;
    border-radius: 50%;
    padding: 7px;
}

.home-slider-menu-icon .list-group-item a {
    color: rgb(0, 0, 0);
    padding: 0.19rem 0.6rem;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
}

.home-slider-menu-icon .list-group-item a:hover {
    background-color: #007afd;
    border-color: #007afd;
    color: #fff;
}

.home-slider-menu-icon li.list-group-item.active a {
    color: #fff;
}

.home-slider-menu-icon .list-group-item {
    padding: 0px;
}

.btn-default.dropdown-toggle {
    background-color: #497dc4 !important;
}

.btn-default {
    background-color: #497dc4 !important;
}

.btn-default:hover {
    background-color: #0866cc !important;
}

.navbar-nav li a {
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    float: left;
}

.navbar-nav li a:hover {
    color: #0866cc;
}

.btn-default.dropdown-toggle:hover,
.btn-default.dropdown-toggle:focus {
    background-color: #0866cc !important;
}

.navbar-nav li:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* slider */

.div-shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    max-height: 460px;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-control.left span {
    padding: 15px;
}

.carousel-control.right span {
    padding: 15px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
    background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.carousel .carousel-control-prev-icon {
    /* background-image: url(../img/icons/nav-arrow-left.png); */
    background-color: white;
    border-radius: 50%;
}

.carousel .carousel-control-next-icon {
    /* background-image: url(../img/icons/nav-arrow-right.png); */
    background-color: white;
    border-radius: 50%;
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
    width: 30px;
    height: 30px;
}

.carousel-caption.d-none.d-md-block {
    /* float: left; */
    text-align: left;
    top: 19%;
    left: 10%;
}

.home-slider h1 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #0a62a5;
}

.home-slider span {
    font-family: "Poppins", sans-serif;
    color: #ff2c25;
    font-weight: 500;
}

.btn-black {
    background-color: black !important;
    color: #fff;
}

/* slider */

/* product tab */

.button-border {
    margin-top: -17px;
    border: 1px solid #bfbfbf;
}

.product-tab {
    margin: 15px 0 30px;
    background-color: #fff;
    margin-top: 10px;
}

.product-tab ul {
    margin-bottom: 15px;
}

.product-tab #tabs {
    background: #007b5e;
    color: #eee;
}

.product-tab #tabs h6.section-title {
    color: #eee;
}

.product-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: #e9eded;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}

.product-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
}

.product-tab thead {
    background: #f3f3f3;
    color: #333;
}

.product-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

/* product tab */

/* owl product */

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 28%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 28%;
    right: 20px;
    display: block !important;
    border: 0px solid black;
}

.owl-prev i,
.owl-next i {
    transform: scale(1, 6);
    color: #ccc;
}

.owl-nav button:focus,
img:focus {
    outline: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #fff;
    text-decoration: none;
}

/* owl product */

/* news letter */

.newsletter {
    padding: 15px 0;
    background-color: #4777b8;
}

.newsletter .content {
    text-align: center;
    padding: 16px 15px;
}

.newsletter .content h3 {
    color: #fff;
    margin-bottom: 40px;
}

.newsletter .content .form-control {
    border-color: #ffffff;
    border-radius: 0;
}

.newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
}

.newsletter .content .btn {
    background-color: #ff2c25;
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding: 10px;
}

/* news letter */

/* sell with us */

.register {
    background: -webkit-linear-gradient(right, #ffba00, #f4b200);
    margin-top: 0;
}

.register-left {
    background: #f8f9fa;
    border-top-right-radius: 10% 50%;
    border-bottom-right-radius: 10% 50%;
    padding: 110px 0 20px;
}

.register-left {
    background: #f8f9fa;
    border-top-right-radius: 10% 50%;
    border-bottom-right-radius: 10% 50%;
}

.register-left input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}

.register-right {
    background: #f8b500;
}

.register-left p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    padding: 12%;
    margin-top: -9%;
}

.register .register-form {
    padding: 10%;
    margin-top: 8%;
}

.register h3 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #202525;
}

.register h4 {
    font-family: Poppins;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #202525;
}

.btnRegister {
    font-family: Poppins;
    font-size: 16px;
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}

.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
    border: none;
}

.register .nav-tabs .nav-link.active {
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

/* sell with us */

/* Tailored For You */
.title h3 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    color: #202525;
}

.Tailored {
    padding-top: 3%;
}

/* Tailored For You */

/* footer support */

.support-title h4 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0a62a5;
}

.box-part {
    background: #fff;
    border-radius: 0;
    padding: 0px 10px;
    margin: 30px 0px;
}

.support-text {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    color: #6f7373;
}

/* footer support */

/* footer */
.page-footer {
    background-color: #f5f7f7;
}

.page-footer h5 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    color: #202525;
}

.page-footer ul li a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #6f7373;
}

.page-footer ul li a:hover {
    color: #0866cc;
}

.footer-copyright {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    color: #202525 !important;
    background-color: #dbe1e1 !important;
}

.footer-copyright span {
    line-height: 46px;
    font-weight: 600 !important;
}

.footer-copyright .d-inline {
    display: flex;
}

/* seller list */
.listcard.Search-card {
    display: inline-block;
    border: 1px solid #dbdbdb;
}

.listcard.Search-card input[type="text"] {
    border-radius: 4px 0 0 4px;
}

.listcard.Search-card input {
    height: 40px;
}

#searchResult .listcard .address span {
    display: grid;
    padding: 5px 70px 10px 0;
}

.filter-for-dmp.active {
    max-height: 350px;
    overflow: scroll;
    overflow-x: hidden;
}

.filter-body {
    float: right;
}

.filter-body input {
    color: #fff;
    height: 40px;
    font-size: 14px;
    margin: 10px;
}

.filter-body input:hover {
    color: #fff;
}

#searchResult .listcard .contact-details span {
    display: grid;
    padding: 5px 85px 10px 0;
    text-transform: capitalize;
}

#searchResult .listcard.Search-card {
    display: inline-block;
}

#searchResult .listcard .contact-details {
    padding-bottom: 15px;
}

#searchResult .listcard .address {
    padding-bottom: 15px;
}

#searchResult .listcard .heading {
    padding-bottom: 15px;
    color: #007bff;
}

#searchResult .listcard .b-disc {
    padding-bottom: 15px;
}

#searchResult .listcard {
    display: inline-block;
    border: 1px solid #dbdbdb;
}

a.btn-view-profile {
    float: right;
    border: 1px solid;
    padding: 7px 15px;
}

.clear_filters {
    display: block;
    float: right;
}

.clear_filters input {
    font-size: 14px;
    color: #fff;
}

.clear_filters input:hover {
    color: #fff;
}

/* seller list */
/* footer */

.order-products-toolbar .pager {
    display: flex;
}

.order-products-toolbar .pager .toolbar-amount {
    padding-top: 5px;
    margin-right: 25px;
}

.order-products-toolbar .pager .limiter {
    width: 50%;
    text-align: right;
}

.order-products-toolbar .pager .pages .action.next:before {
    margin: -2px 0 0 -6px;
}

.videoslider .owl-prev {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
    background: #ffffff !important;
    color: #497dc4 !important;
    left: 14px;
}

.videoslider .owl-next {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 40%;
    right: 12px;
    display: block !important;
    border: 0px solid black;
    background: #ffffff !important;
    color: #497dc4 !important;
}

.videoslider .owl-prev i,
.owl-next i {
    transform: inherit !important;
    color: #ccc;
    font-size: 26px !important;
}
.customer-account-create .form.create.account {
    padding: 20px 10% !important;
}
.page.messages {
    margin-top: 5rem;
}
@media (min-width: 768px) {
    .navbar.scrolling-navbar {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar.scrolling-navbar.top-nav-collapse {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar.scrolling-navbar .navbar-nav > li {
        float: left !important;
    }

    .icon-badge {
        background-color: red;
        font-size: 12px;
        color: white;
        text-align: center;
        width: 20px;
        height: 18px;
        border-radius: 100%;
        position: inherit;
        top: 0;
        left: 0;
        float: right;
        margin: 0 0 0 5px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .navbar-brand img {
        width: 100px;
    }

    .home-slider h1 {
        font-size: 20px;
    }

    .navbar-nav li a {
        font-size: 12px;
    }

    .newsletter .content h3 {
        color: #fff;
        margin-bottom: 14px;
        font-size: 13px;
    }

    .footer-copyright span {
        line-height: 46px;
        font-size: 12px;
    }

    .newsletter {
        padding: 15px 0;
        background-color: #4777b8;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .customer_ca ul li:first-child {
        margin-left: 0 !important;
    }

    .customer_ca ul li {
        width: 100% !important;
    }

    .sellWithUs {
        padding: 0 6px;
    }

    .showcart .fa-shopping-cart,
    .nav-link .fa-hand-holding-usd {
        font-size: 15px !important;
    }

    .switcher .fa-user {
        padding: 0px 10px;
    }

    #switcher-toplink i {
        font-size: 15px !important;
    }

    .icon-badge {
        background-color: red;
        font-size: 12px;
        color: white;
        text-align: center;
        width: 20px;
        height: 18px;
        border-radius: 100%;
        position: absolute;
        top: 0px;
        left: 11px;
        z-index: 999;
    }

    .navbar-nav li.nav-item {
        float: left;
        padding: 0 10px;
    }

    .navbar .nav-item .nav-link {
        padding-right: 6px;
        padding-left: 6px;
        font-size: 18px;
    }

    .footer-copyright span {
        line-height: 29px;
        font-size: 12px;
    }

    .navbar-nav {
        width: auto !important;
        display: inline-block;
        padding: 0px 0px;
        float: right;
    }

    .navbar-brand {
        float: left;
    }

    .btn-black {
        padding: 5px 10px;
    }

    .home-slider h1 {
        font-size: 18px;
    }

    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #007bff;
        border: 1px solid #007bff;
        border-radius: 0.25rem;
        float: left;
        margin-top: 4px;
        margin-right: 15px;
    }

    .navbar-toggler span {
        color: #fff;
        padding: 5px 0;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav li.nav-item {
        float: left;
    }

    .no-padding-xs {
        padding: 0px !important;
    }

    div#navbarSupportedContent {
        margin-top: 10px;
    }

    .navbar-brand img {
        width: 100px;
    }

    .newsletter .content h3 {
        color: #fff;
        margin-bottom: 14px;
        font-size: 13px;
    }

    .footer-copyright span {
        line-height: 46px;
        font-size: 12px;
    }

    .newsletter {
        padding: 15px 0;
        background-color: #4777b8;
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1278px;
    }
}

/*sanjeev 05-11-2020*/
.customer-account-login .actions-toolbar .primary .action.primary {
    background: #497dc4 !important;
}

.customer-account-login .actions-toolbar .primary .action.primary span {
    color: #fff !important;
}

.minicart-wrapper .action.showcart {
    background-color: transparent;
    padding: 0 5px 0 5px;
    position: relative;
}

.page-header .panel.header {
    padding: 0px 0px 0 0px !important;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    max-width: 1900px;
}

.minicart-wrapper .action.showcart:before,
.page-header
    .header.panel
    .switcher.toplink.switcher-toplink
    .actions.dropdown.options.switcher-options::before,
.block-search .nested,
.page-main
    .xtremo-category-sidebar-main
    .navigation
    .level0.parent
    > .level-top:after {
    display: none;
}

.minicart-wrapper .action.showcart .text,
.waves-effect .fa-hand-holding-usd,
.wk-cat-text,
a.nav-link.waves-effect.waves-light,
.showcart .fa-shopping-cart {
    color: #000;
}

.logo {
    margin: 0px;
    display: flex;
}

.minicart-wrapper .action.showcart.active:before {
    display: none !important;
}

.block-search .action.search {
    padding: 5px 5px;
}

.logo img {
    display: block;
    width: auto;
    height: 60px;
    margin-left: 0px;
    margin-top: 0px;
}

.block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 0px;
}

.coca-logo {
    text-align: center;
    padding: 6px 10px;
}

.coca-logo span {
    color: #fc8927;
}

.coca-logo img {
    margin-top: 0px;
    height: auto;
    width: 100px;
}

.block-search {
    width: 40%;
    float: left;
    margin-left: 40px;
    margin-right: 25px;
    margin-top: 0px;
}

.minicart-wrapper .action.showcart .text,
.wk-cat-text {
    text-transform: none;
    font-family: "Roboto-Regular";
    font-size: 1.4rem;
}

.block-search .action.search {
    background-color: #497dc4 !important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.minicart-wrapper {
    margin-left: 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-link {
    padding: 0px;
}

.field.choice.newsletter {
    background: none !important;
}

.showcart .fa-shopping-cart {
    vertical-align: super;
}

.page-header
    .header.panel
    .switcher.toplink.switcher-toplink
    .switcher-toplink-strong {
    color: #000;
    font-family: "Roboto-Bold";
}

.minicart-wrapper .action.showcart .counter.qty {
    margin: 3px 0 0 0px;
    position: absolute;
    top: -9px;
    left: initial !important;
    right: -9px;
    min-width: 25px;
    background: transparent;
}

.switcher .fa-user {
    position: relative;
    left: -3px;
    top: 5px;
    font-size: 20px;
}

.footer.links,
.widget.block.block-static-block {
    float: left;
    padding-left: 0px;
}

.footer.links .block-title strong span,
.widget.block.block-static-block .block-title strong {
    font-family: Poppins;
    font-size: 18px;
    font-weight: bold !important;
    color: #202525;
    margin-bottom: 1.5rem !important;
    margin-top: 3rem !important;
    display: block;
}

.field.field-name-firstname input[type="text"],
.field.email input[type="email"],
.field.field-name-firstname input[type="pass"] {
    background-color: #ffffff;
    padding: 5px;
    height: auto;
    border-radius: 3px;
    border: solid 1px #bac9c9;
}

#shopping-cart-table thead th:first-child {
    text-align: left;
}

#shopping-cart-table thead th {
    text-align: center;
}

.products-grid.wishlist .product-item-name {
    height: 52px;
    overflow: hidden;
}

.field.email input[type="email"] {
    padding: 10px;
}

.field.choice.newsletter span {
    position: relative;
    top: -10px;
}

.page-footer ul li a {
    color: #6f7373 !important;
    font-weight: 500 !important;
}

.catalog-product-view .product-info-main .price-box {
    margin-top: -6px;
    float: left;
    margin-bottom: 20px;
    margin-left: 15px;
}

ul.footer.links li {
    margin-bottom: 5px;
    list-style: none;
}

.footer.content .footer.links li.current strong {
    color: #6f7373 !important;
}

.support-title h4 {
    font-weight: 600 !important;
}

.modal-popup {
    top: 0px;
}

#s_method_mpeasypost_Express-USPS {
    left: -9999px !important;
}

.selected-address input[type="radio"] {
    left: -999px;
}

#checkout .modal-inner-wrap {
    background-color: #e9eded !important;
}

#empty_cart_button span:hover,
.action.update span:hover {
    color: #fd8926;
}

.page-main .xtremo-feature-carousel .owl-carousel .owl-item .item,
.page-main
    .xtremo-feature-carousel
    .owl-carousel.owl-theme.product-item-info
    > .item {
    box-shadow:
        0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 3px 0 rgba(0, 0, 0, 0.12);
}

.page-main .xtremo-feature-carousel .price-container .price {
    font-size: 16px !important;
    color: #2196f3 !important;
    font-family: "Roboto-Bold";
}

.page-main .xtremo-feature-carousel .product.name.product-item-name a {
    color: #4f4f4f !important;
    font-family: Poppins;
}

.page-main .xtremo-feature-carousel .owl-carousel.owl-theme.product-item-info,
.page-main .xtremo-feature-carousel .owl-carousel .owl-item {
    display: flex;
}

.page-main .xtremo-feature-carousel .wk-heading {
    margin-bottom: 0px;
    font-size: 20px;
    margin-left: 13px;
}

.register h3,
.register h4 {
    font-weight: bold !important;
}

.register h4,
.register h3 {
    font-size: 22px;
}

.register-left p {
    font-weight: normal;
    text-align: center;
}

.row.register-form .form-group {
    margin-bottom: 20px;
}

.page-main .xtremo-feature-carousel .owl-carousel .owl-nav .owl-prev {
    left: -35px;
}

.waves-effect.waves-light.btnRegister {
    background-color: #202525 !important;
    font-size: 14px;
}

.row.register-form .form-control {
    border: 0px;
    padding: 20px 15px;
}

.row.register-form button:not(.action-close) {
    font-size: 18px;
    margin-top: 22px;
}

.font-weight-bold strong {
    color: #2196f3 !important;
    font-weight: 800 !important;
    font-size: 24px;
}

.dark-grey-text {
    color: #4f4f4f !important;
    font-weight: 600 !important;
    font-size: 20px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge {
    font-weight: bold !important;
    color: #fff !important;
    border-radius: 10px;
    -webkit-box-shadow:
        0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow:
        0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.primary-color,
ul.stepper li.active a .circle,
ul.stepper li.completed a .circle {
    background-color: #4285f4 !important;
}

.danger-color,
ul.stepper li.warning a .circle {
    background-color: #ff3547 !important;
}

.block-search .xtremo-cat-search-wrapper + input {
    width: calc(100% - 110px) !important;
    border: 0;
    background-color: #e9eded;
}

.page-main .xtremo-category-sidebar-main .navigation .level0 > .level-top {
    display: flex;
    align-items: center;
}

.page-main
    .xtremo-category-sidebar-main
    .navigation
    .nav-menu-right
    > .submenu {
    overflow: auto;
}
.page-main .xtremo-category-sidebar-main .navigation .nav-menu-left ul.ui-menu {
    overflow-y: scroll;
    max-height: 462px;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #a8a8a8 #f1f1f1;
}

/* Modern slim scrollbar for Chrome, Edge, and Safari */
.page-main
    .xtremo-category-sidebar-main
    .navigation
    .nav-menu-left
    ul.ui-menu::-webkit-scrollbar {
    width: 8px;
}

.page-main
    .xtremo-category-sidebar-main
    .navigation
    .nav-menu-left
    ul.ui-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.page-main
    .xtremo-category-sidebar-main
    .navigation
    .nav-menu-left
    ul.ui-menu::-webkit-scrollbar-thumb {
    background: #a8a8a8;
    border-radius: 10px;
    transition: background 0.3s;
}

.page-main
    .xtremo-category-sidebar-main
    .navigation
    .nav-menu-left
    ul.ui-menu::-webkit-scrollbar-thumb:hover {
    background: #808080;
}
.page-main .xtremo-category-sidebar-main .navigation li.level1 {
    float: none;
    display: block;
    margin-left: 30px;
    margin-bottom: 0px !important;
    line-height: 37px;
}

.xtremo-cat-search-wrapper .fa.fa-caret-down {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: #fff;
}

.page-main .xtremo-category-sidebar-main .navigation li.level1 > a,
.action.view span {
    font-size: 12px !important;
}

.switcher-toplink-strong span {
    font-size: 12px;
}

.customer-account-forgotpassword .columns {
    text-align: center;
}

.customer-account-forgotpassword .actions-toolbar {
    margin-top: 25px;
}

.form.password.forget {
    width: 560px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
}

.form.password.forget .field.note {
    font-size: 14px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.form.password.forget .actions-toolbar {
  margin-left: 0px;
}
.wk_guest_login_form .actions-toolbar{
margin-left: 0px;
}
.page-main
    .xtremo-feature-carousel
    .owl-carousel.owl-theme.product-item-info
    > .item:hover {
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.page-main .xtremo-category-sidebar-main:hover {
    box-shadow: none;
}

.minicart-wrapper .action.showcart .text {
    margin: 8px 0 0 5px;
}

.my-2.py-2.white-bg {
    margin-top: 15px !important;
}

a.nav-link.waves-effect.waves-light,
.minicart-wrapper .action.showcart .text,
.wk-cat-text {
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500 !important;
}

.block-search .xtremo-cat-search-wrapper + input,
.block-search .action.search,
.block-search .xtremo-cat-search-wrapper .xtremo-cat-search {
    height: 40px;
}

.block-search .xtremo-cat-search-wrapper .xtremo-cat-search {
    color: #fff;
    background: #497dc3 !important;
    width: 100px;
    box-shadow: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 12px;
    font-weight: 600 !important;
}

.product-tab .nav-link {
    font-weight: 600 !important;
}

.page-main .xtremo-feature-carousel .wk-heading span {
    font-family: Poppins;
    font-size: 20px;
    color: #202525;
    font-weight: 600 !important;
    display: block;
    margin-bottom: 10px;
}

.xtremo-marketplace-block {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.xtremo-marketplace-block .mp-banner .mp-content p,
.xtremo-marketplace-block .mp-banner .mp-main-heading h1 {
    margin-bottom: 10px;
}

.page-main .xtremo-feature-carousel .owl-carousel.owl-theme.product-item-info,
.page-main .xtremo-feature-carousel .owl-carousel .owl-item,
.page-main .xtremo-feature-carousel .owl-stage-outer {
    background: #fff;
    justify-content: center;
}

.xtremo-image-carousel #owl-demo .item {
    height: auto;
    max-height: initial !important;
    margin-left: 0;
}

.homepage-content-top-wrapper .xtremo-category-sidebar-main .nav-menu-left {
    height: initial !important;
    overflow: initial !important;
}

.homepage-content-top-wrapper,
.xtremo-category-sidebar-main {
    height: initial !important;
}

.page-main .homepage-content-top-wrapper {
    padding: 0 15px;
}

.page-main .xtremo-category-sidebar-main .navigation .level0 > .level-top span {
    color: #000;
    font-size: 12px;
    font-weight: 500 !important;
    font-family: Poppins;
}

.page-main .xtremo-category-sidebar-main .navigation .nav-menu-left {
    padding: 0;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    width: 250px;
    padding: 5px 0;
    height: 474px !important;
    overflow-y: scroll !important;
}

.page-main .xtremo-category-sidebar-main .navigation .level0 {
    position: static;
    padding: 10px 5px 10px 18px;
    margin: 0 32px 0 0;
    font-family: Poppins;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.33;
    letter-spacing: -0.2px;
}

.active_hover {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.nav-menu-right {
    display: none;
}

.page-main .xtremo-category-sidebar-main {
    width: 800px !important;
    background: transparent;
}

.page-main
    .xtremo-category-sidebar-main
    .navigation
    .nav-menu-left
    .choose-cat {
    display: none;
    padding: 8px 0 8px 15px;
    margin: 0px;
    font-weight: 500;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.page-main .xtremo-category-sidebar-main .navigation .nav-menu-right {
    padding-top: 0px;
    background: #f7f7f7;
}

.page-main .xtremo-category-sidebar-main .navigation li.level0 img {
    margin-right: 6px;
}

.page-main .xtremo-category-sidebar-main .navigation .nav-menu-left ul.ui-menu {
    padding-bottom: 0px;
}

.page-main .xtremo-category-sidebar-main .navigation li.level0:hover {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.page-main .xtremo-category-sidebar-main .navigation li.level0:hover a > span {
    color: #497dc4;
}

.xtremo-image-carousel #owl-demo .item img {
    width: 100%;
    margin: 0 auto;
    height: 474px;
    margin-bottom: 0px;
    margin-left: 0%;
}

.summer-head {
    font-size: 32px;
    line-height: 43px;
    bottom: calc(100% - 75%);
    margin-left: 50px;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-family: "Poppins", sans-serif;
    color: #0a62a5;
}

/*.owl-carousel.owl-drag .owl-item{margin-left: 20px;}*/
a.action.primary {
    margin-left: 50px;
    bottom: 68px;
    padding: 5px 15px;
}

a.action.primary.ask.askque {
    margin-left: 50px;
    bottom: inherit;
    padding: 5px 15px;
    background: #f89327;
}

.product-tab .nav-link,
.product-tab a {
    font-size: 14px !important;
}

.price-container .price {
    color: #0a62a5;
    font-weight: bold !important;
}

.wk-dashboard-sales-font .price {
    font-size: 4.5rem !important;
}

.page-main .xtremo-category-sidebar-main .navigation .nav-menu-right {
    height: 473px !important;
}

.summer-head-p {
    position: absolute;
    bottom: calc(100% - 48%);
    margin-left: 50px;
    font-family: "Poppins", sans-serif;
    color: #ff2c25;
    font-weight: 600 !important;
    font-size: 14px;
}

.owl-dots {
    position: relative;
    top: -68px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2980b9;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.xtremo-image-carousel .owl-carousel .owl-nav .owl-next:after {
    /* background-image: url("/pub/media/marketplace/icon/nav-arrow-right.png"); */
    width: 32px;
    height: 32px;
    background-position: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.xtremo-image-carousel .owl-carousel .owl-nav .owl-prev:before {
    /* background-image: url("/pub/media/marketplace/icon/nav-arrow-left.png"); */
    width: 32px;
    height: 32px;
    background-position: 0;
    margin-left: 26px;
}

#askque {
    background: none repeat scroll 0 0 #497dc4 !important;
}

.xtremo-image-carousel .owl-carousel .owl-nav .owl-next {
    right: 36px;
}

.xtremo-image-carousel .owl-carousel .owl-nav .owl-prev {
    left: -30px;
}

.block-search .xtremo-cat-search-wrapper {
    width: auto;
    position: relative;
}

.owl-theme .owl-nav {
    margin-top: 0px;
}

.register {
    margin: 0 15px;
}

.mp-open-shop a.action.primary {
    margin-left: 0px;
}

.page-main .xtremo-feature-carousel .owl-carousel .owl-nav .owl-next {
    right: 45px;
}

.ui-menu.ui-widget.ui-widget-content.ui-corner-all img {
    width: 32px;
    height: 32px;
    margin-right: 6px;
    background-color: #e9eded;
    border-radius: 50%;
    padding: 7px;
}

.xtremo-cat-search.input_bx_cls1 {
    flex: 1 1 auto;
    width: 100px !important;
    min-width: 66%;
    margin-bottom: 0;
    display: flex;
    padding-right: 20px;
}

#search.input-text.input_bx_cls_search1 {
    width: 78% !important;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.xtremo-cat-search.input_bx_cls2 {
    flex: 1 1 auto;
    width: 180px !important;
    min-width: 66%;
    margin-bottom: 0;
    display: flex;
    padding-right: 20px;
}

#search.input-text.input_bx_cls_search2 {
    width: 65% !important;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.xtremo-cat-search.input_bx_cls3 {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 66%;
    margin-bottom: 0;
    display: flex;
    padding-right: 20px;
}

#search.input-text.input_bx_cls_search3 {
    width: 57% !important;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.sellWithUs,
.minicart-wrapper {
    float: left;
    padding: 0 10px;
}

.page-header .header.panel .switcher.toplink.switcher-toplink {
    padding-left: 30px;
    margin-left: 0;
}

.page-main.mb-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-main.mb-1 {
    padding: 0px 0;
}

.block-search .action.search:before {
    font-size: 24px;
    font-weight: lighter;
    color: #fff;
}

.page-header
    .header.panel
    .switcher.toplink.switcher-toplink
    .action.toggle
    .switcher-toplink-strong {
    max-width: 68px;
}

.product-item-inner .box-tocart .field.qty {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: -11px;
    margin-right: 10px;
}

.customer-account-logoutsuccess p {
    text-align: center;
    font-size: 18px;
}

.wk-supplier-dropdown-wrap span.action.toggle,
.wk-supplier-location,
.wk-mp-qs-info-container {
    font-size: 12px;
}

.block.block-reviews-dashboard .block-content .items .item .product-name a,
.wk-supplier-collection-header-txt.fieldset .input-tex.required-entry,
.wk-supplier-collection-header-txt.fieldset select,
textarea,
.product.attribute.overview p {
    font-size: 14px !important;
}

#frontend-back {
    color: #fff !important;
}

#wishlist-sidebar .product-image-wrapper {
    height: auto !important;
    overflow: visible;
}

#wishlist-sidebar .product-image-wrapper img.product-image-photo {
    width: 100px !important;
}

.wk-b2b-quote-item-selected,
.wk-quote-details-container .wk-quote-details-head a span,
.wk-b2b-quote-item-select li {
    color: #444444;
    font-size: 14px;
}

.page-main {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.parent,
.form-wishlist-items {
    width: 100%;
}

.block.block-wishlist .action.details,
.action.compare.primary {
    background: #497dc3 !important;
}

.block.block-wishlist .action.details span,
.action.compare.primary span {
    color: #fff !important;
}

.form-wishlist-items .primary .action.update,
.form-wishlist-items .primary .action.update:hover,
.form-wishlist-items .primary .action.share,
.form-wishlist-items .primary .action.share:hover,
.wishlist-index-index
    .form-wishlist-items
    .box-tocart
    .actions-primary
    > .action.tocart.primary:hover {
    background: #497dc3 !important;
}

.page-header .switcher .options {
    text-align: right;
}

.page-header
    .header.panel
    .switcher.toplink.switcher-toplink
    .action.toggle:after {
    display: none;
}

.page-header .header.panel .switcher.toplink.switcher-toplink .wk-cat-text {
    width: 77% !important;
    font-size: 12px;
}

.xtremo-image-carousel {
    width: 76%;
    z-index: 9;
    position: relative;
}

.xtremo-marketplace-block {
    margin-left: -246px;
    margin-right: -246px;
}

.page-main .xtremo-category-sidebar-main .navigation .level0 {
    padding: 5px 5px 5px 18px;
}

/* .page-main .xtremo-category-sidebar-main .navigation .nav-menu-right{width: 250px;} */
.static-links-category {
    display: none;
}

.page-main .xtremo-category-sidebar-main .navigation li.level1 {
    line-height: 28px;
}

.fot_img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.fot_img img {
    width: 100%;
    height: 100%;
}

.fotorama--fullscreen {
    z-index: 9999 !important;
}

.message.info.notlogged {
    font-family: "Poppins", sans-serif;
    font-size: 12px !important;
}

.catalog-product-view .product-name span {
    margin: 20px 47px 10px 0px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600 !important;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #202525;
}

.catalog-product-view .action.towishlist span,
.catalog-product-view .action.tocompare span {
    margin: 0 0 0 8px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #497dc4;
}

.catalog-product-view .action.towishlist:hover,
.catalog-product-view .action.towishlist:active,
.catalog-product-view .action.tocompare:hover {
    padding: 10px 15px 10px 0;
    background: transparent !important;
    color: #fc8927;
}

.product-reviews-summary .reviews-actions a.action.add:hover,
.product-reviews-summary .reviews-actions a.action.add:focus,
.product-reviews-summary .reviews-actions a.action.add:active {
    background: transparent !important;
    color: #497dc4;
}

.action.primary {
    background: none;
}

.catalog-product-view .product-info-main .box-tocart .actions span {
    margin: 3px 0px 20px 0px;
    padding: 10px 19px 10px 20px;
    border-radius: 3px;
    background-color: #497dc4;
}

.catalog-product-view
    .product.info.detailed
    .product-reviews-summary
    .reviews-actions
    .action.add,
.catalog-product-view
    .product.info.detailed
    .product-reviews-summary
    .reviews-actions
    .action.add:hover {
    background-color: #497dc4 !important;
}

.catalog-product-view .product-info-main .price-box .price-wrapper .price {
    margin: 17px 9px 11px 0px;
    font-family: Poppins;
    font-size: 24px !important;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0a62a5;
}

.catalog-category-view
    .filter-options
    .filter-options-content
    .xt-filter-check {
    left: -9999px !important;
}

.catalog-product-view .action.tocompare,
.catalog-product-view .action.towishlist,
.catalog-product-view .action.mailto {
    padding: 10px 15px 10px 0;
}

.field.qty {
    padding-right: 0px !important;
}

.field.qty label {
    line-height: 47px !important;
}

.action.primary:hover,
.action.action-select-shipping-item,
.action.action-edit {
    background: #497dc3 !important;
}

.action.action-edit {
    background: #fff !important;
}

.mpassignproduct-product-productlist .action.primary:hover {
    background: none repeat scroll 0 0 #ef7915 !important;
}

.catalog-product-view .product-addto-links {
    float: left;
    text-align: left;
    display: flex !important;
}

.field.qty span {
    margin: 35px 10px 41px 0px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #497dc4;
}

.stock.available span {
    margin: 0px 62px 42px 0px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff7e1a;
}

.breadcrumbs {
    margin-bottom: 15px !important;
}

.catalog-product-view .product-info-main .stock.available {
    margin-top: 10px;
    padding-left: 0px !important;
}

.catalog-product-view .product-info-main .box-tocart .input-text.qty {
    margin: 5px 12px 0px 8px;
    border-radius: 2px;
    border: solid 1px #bac9c9;
    background-color: #ffffff;
    width: 65px;
    height: 37px;
}

.product-reviews-summary .reviews-actions a.action.add:hover:before {
    background-position: 28px 50px;
}

.catalog-product-view .action.towishlist:hover:before {
    background-position: -50px 1px;
}

.catalog-product-view .action.tocompare:hover:before {
    background-position: -71px 0;
}

.product-reviews-summary .reviews-actions a.action.add {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #497dc4;
    padding: 10px 15px 10px 0;
}

.product-info-main .box-tocart .action.tocart {
    padding: 0px;
    margin-left: 0px;
    margin-top: 20px;
}

.product-info-main .box-tocart .action.tocart:focus {
    outline: 0px !important;
}

.product-info-main .box-tocart .action.tocart:active {
    box-shadow: none !important;
}

.catalog-product-view .product-reviews-summary,
.catalog-product-view .product-info-main .price-box,
.wk-supplier-collection-header-txt {
    margin-bottom: 10px;
}

.value pre {
    display: none;
}

.catalog-product-view .product.info.detailed .additional-attributes .col.label {
    width: 46%;
}

.product.info.detailed .additional-attributes > tbody > tr > td {
    color: #757575 !important;
}

.page-layout-2columns-left .sidebar-main .block.filter {
    border: 1px solid #ededed;
}

.catalog-category-view .filter-options .filter-options-title,
.catalogsearch-result-index .filter-options .filter-options-title {
    font-weight: 600 !important;
    color: #497dc4;
    font-size: 14px;
    text-transform: none;
    font-family: "Poppins";
    padding: 15px 0px 15px 20px;
    margin: 0px;
    cursor: pointer;
    position: relative;
}

.catalog-category-view .current-cat h3 {
    font-size: 18px;
    padding-top: 10px !important;
}

.page-layout-2columns-left .sidebar-main {
    padding-right: 0px;
}

.table.wk-buyer-rma-table > thead > tr > th {
    text-align: center;
}

.page-layout-2columns-left .sidebar-additional > .block.block.block-reorder {
    display: none !important;
}

.wk-supplier-product-block .wk-supplier-title {
    font-weight: 600 !important;
    font-size: 14px !important;
}

.catalog-category-view .filter-options .filter-options-item:not(:last-child),
.catalogsearch-result-index
    .filter-options
    .filter-options-item:not(:last-child) {
    border-bottom: 1px solid #ededed;
}

.page-layout-2columns-left .sidebar-main .block.filter {
    padding: 0px;
}

.catalog-category-view .filter-options .filter-options-title:after {
    top: 4px;
}

#wk-filter-rma-status,
#wk-filter-order-ref {
    width: 115px !important;
}

.catalog-category-view .filter-options a.filter-price,
.filter-options .count {
    color: #000;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500 !important;
}

.price,
.filter-options .count {
    font-weight: 500 !important;
    font-size: 12px !important;
}

.xtremo-checkbox:not(:checked) + label:before {
    top: -6px;
}

.xtremo-checkbox:checked + label:after {
    color: #497dc4 !important;
}

.xtremo-checkbox:checked ~ a > span {
    color: #000 !important;
}

.xtremo-checkbox:not(:checked) + label:before,
.xtremo-checkbox:checked + label:before,
.xtremo-checkbox:not(:checked) + label:after,
.xtremo-checkbox:checked + label:after {
    top: -8px !important;
    width: 16px;
    height: 16px;
}

input[type="radio"]:not(.admin__control-radio):not(.wk_rma_order_selection):not(
        :checked
    )
    + label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(
        .rating-5
    ):before,
input[type="radio"]:not(.admin__control-radio):not(
        .wk_rma_order_selection
    ):checked
    + label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(
        .rating-5
    ):before {
    width: 16px;
    height: 16px;
}

input[type="radio"]:not(.admin__control-radio):not(
        .wk_rma_order_selection
    ):checked
    + label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(
        .rating-5
    ):before {
    background-color: #497dc4 !important;
}

input[type="radio"]:not(.admin__control-radio):not(.wk_rma_order_selection)
    + label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(
        .rating-5
    ):hover:before {
    border: 2px solid #497dc4;
}

input[type="radio"]:not(.admin__control-radio):not(
        .wk_rma_order_selection
    ):checked
    ~ a,
input[type="radio"]:not(.admin__control-radio):not(
        .wk_rma_order_selection
    ):checked
    ~ a
    > span,
.catalog-category-view .filter-options a,
.catalogsearch-result-index .filter-options a {
    color: #000 !important;
}

input[type="radio"]:not(.admin__control-radio):not(
        .wk_rma_order_selection
    ):checked
    + label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(
        .rating-5
    ):before {
    border-color: #497dc4 !important;
}

input[type="radio"]:not(.admin__control-radio):not(.wk_rma_order_selection):not(
        :checked
    )
    + label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(
        .rating-5
    ):before,
input[type="radio"]:not(.admin__control-radio):not(
        .wk_rma_order_selection
    ):checked
    + label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(
        .rating-5
    ):before,
input[type="radio"]:not(.admin__control-radio):not(.wk_rma_order_selection):not(
        :checked
    )
    + label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(
        .rating-5
    ):after,
input[type="radio"]:not(.admin__control-radio):not(
        .wk_rma_order_selection
    ):checked
    + label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(
        .rating-5
    ):after {
    top: 0px !important;
}

.breadcrumbs a:visited {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.breadcrumbs a {
    font-size: 1.5rem !important;
}

.breadcrumbs strong {
    color: #fc8927;
    font-size: 1.5rem;
    font-weight: normal;
    font-family: "Roboto-Medium";
}

#checkout-step-shipping_method td strong {
    font-weight: 500 !important;
    font-size: 12px;
}

a:hover,
.alink:hover,
a:focus,
.alink:focus,
a:active,
.alink:active,
a:visited,
.alink:visited,
.account .account-nav .item:hover a,
.account .block-collapsible-nav .item:hover a,
.account .account-nav .item:hover span,
.account .block-collapsible-nav .item:hover span,
.account .account-nav .item.current a,
.account .block-collapsible-nav .item.current a,
.account .account-nav .item.current strong,
.account .block-collapsible-nav .item.current strong {
    color: #497dc3;
}

body .fieldset.wk-guest-login {
    margin: 0 auto;
    background: #fff;
    padding: 25px;
}

.box.box-order-shipping-method .box-content,
.payment-method.checkmemo .title,
.items.order-links {
    font-size: 12px;
}

.customer_ca ul li a {
    font-size: 12px;
    font-weight: 600 !important;
}

.form.form-newsletter-manage
    input[type="checkbox"]:not(:checked)
    + label:before {
    top: 5px !important;
}

.empty {
    font-size: 12px;
}

.form.form-newsletter-manage input[type="checkbox"]:checked + label:after {
    color: #497dc4 !important;
}

.block-reorder .actions-toolbar .primary .action:hover,
.block-compare .actions-toolbar .primary .action:hover,
.block-wishlist .actions-toolbar .primary .action:hover,
.block-reorder .actions-toolbar .primary .action:focus,
.block-compare .actions-toolbar .primary .action:focus,
.block-wishlist .actions-toolbar .primary .action:focus,
.block-reorder .actions-toolbar .primary .action:active,
.block-compare .actions-toolbar .primary .action:active,
.block-wishlist .actions-toolbar .primary .action:active {
    background: #497dc4 !important;
}

.action.primary.add,
.form.form-edit-account .action.save.primary,
.form.form-newsletter-manage .action.save.primary,
.primary.action.create,
.block-wishlist .actions-toolbar .action:hover {
    background: #497dc4 !important;
}

address,
.action.edit span,
.table:not(.additional-attributes):not(.cart):not(.totals) > tbody > tr > th,
.table:not(.additional-attributes):not(.cart):not(.totals) > tbody > tr > td {
    font-size: 14px !important;
}

.wk-page-title-wrapper.page-title-wrapper span {
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
    font-size: 24px;
}

.privacy-policy-content p,
.privacy-policy.cms-content table th,
.privacy-policy.cms-content table td,
#privacy-policy-nav-content li a,
.privacy-policy ul li {
    font-size: 14px;
}

.wk-page-title-wrapper.page-title-wrapper p a {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.wk-supplier-registration-link a {
    color: #000;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}

.b2bmarketplace-supplier-login .page-title-wrapper.wk-page-title-wrapper,
.b2bmarketplace-supplier-create .page-title-wrapper.wk-page-title-wrapper {
    margin: 0px;
    padding: 0px;
}

.page-layout-seller-login .page-title {
    margin-top: 1.5rem;
}

.wk-signup-step-tab.wk-active-tab {
    color: #ff2c25;
    border-bottom: 5px solid #ff2c25;
}

.fieldset.wk-supplier-login {
    width: 400px;
    margin: 25px auto;
    background: #fff;
    padding: 25px;
}

#wk-supplier-login-form,
#wk-supplier-create-form,
#wk_guest_login_form,
#wk_new_rma_form {
    width: 100% !important;
}

.action.login.primary {
    background: #497dc4 !important;
}

.action.login.primary span {
    color: #fff;
}

.breadcrumbs .items > li {
    vertical-align: middle;
}

.catalog-category-view .filter-options .filter-options-content,
.catalogsearch-result-index .filter-options .filter-options-content {
    padding-left: 20px;
}

.sorter-options {
    border: none;
}

.form.form-shipping-address {
    width: 100%;
}

.modal-popup .modal-inner-wrap {
    margin: 5rem auto;
}

.product.name a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #202525;
}

.product-item .price-box .price {
    font-family: Poppins;
    font-size: 16px;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0a62a5;
}

.item.product.product-item.odd.last {
    border-top: 1px solid #cccccc !important;
}

.action-secondary.action-dismiss,
.action-primary.action-accept {
    background: none repeat scroll 0 0 #497dc3 !important;
}

.subtotal span {
    color: #747474;
    font-size: 12px;
    font-weight: bold !important;
}

.product-addto-links a span {
    color: #497dc4 !important;
    background: transparent !important;
}

.modal-content {
    font-size: 12px !important;
    padding: 12px 15px;
    font-family: Poppins;
}

.checkout-payment-method
    .payment-method-billing-address
    .billing-address-details,
.opc-block-shipping-information .shipping-information-content {
    color: #757575;
    font-size: 13px !important;
    font-weight: normal;
    font-family: "Poppins", sans-serif !important;
    line-height: 22px;
}

body #wk_new_rma_form .fieldset.wk-mprma-fieldset > .field > .control {
    width: 100%;
}

.action.wk-save,
.action.wk-save:hover,
.action.wk-send-message:hover,
.button.wk-mp-btn:hover,
#form-validate .action.save.primary:hover {
    background: #0a62a5 !important;
}

.action.primary.checkout {
    background: #0a62a5 !important;
}

.action.primary.checkout span {
    color: #fff !important;
}

#checkout .opc-progress-bar {
    margin: 0 auto !important;
    float: none !important;
    width: 100% !important;
}

#wk_new_rma_form {
    width: 100% !important;
}

#wk_new_rma_form label span {
    font-size: 14px;
}

.opc-summary-wrapper .modal-header .action-close {
    display: none !important;
}

button:focus {
    outline: none !important;
}

.block-content p,
.fieldset.wk-mprma-fieldset,
.wk-mp-notification-entry-description-start,
.wk-mp-notification-time {
    font-size: 14px !important;
}

.payment-method-title.field.choice
    input[type="radio"]:not(.admin__control-radio):not(
        .wk_rma_order_selection
    ):checked
    + label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(
        .rating-5
    ):before,
.payment-method-title.field.choice
    input[type="radio"]:not(.admin__control-radio):not(
        .wk_rma_order_selection
    ):checked
    + label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(
        .rating-5
    ):after {
    top: 0px !important;
}

.modal-header > .action-close {
    display: block !important;
}

.modals-wrapper {
    position: relative;
    z-index: 99999 !important;
}

#wk-mpexpdd-regex {
    padding: 18px 12px;
    border-radius: 2px;
    border: solid 1px #bac9c9;
    background-color: #ffffff;
    width: 100%;
}

.fieldset.wk-mprma-fieldset select {
    font-size: 12px;
}

input:focus:not([disabled]) {
    box-shadow: none;
}

#wk-mpexpdd-check a {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 4px 8px 4px 8px;
    border-radius: 2px;
    border: solid 1px #bac9c9;
    background-color: #ffffff;
    color: #497dc4;
    position: absolute;
    top: 5px;
    right: 10px;
}

form {
    position: relative;
    width: 50%;
}

form#product_addtocart_form {
    width: 70% !important;
}

.minicart-wrapper .block-minicart {
    box-shadow: none;
}

.minicart-wrapper.active .block-minicart {
    width: 480px;
    height: 394px;
    margin: 0 0 459.5px 690px;
    padding: 21.5px 15px 14.5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
    /*border: 1px solid red;*/
}

.mark {
    font-size: 12px !important;
}

.cart-totals .totals-tax-summary .amount .price {
    padding-right: 0px !important;
}

.cart-totals .totals-tax-summary .amount .price:after {
    position: absolute;
    right: -25px !important;
    top: -7px !important;
}

.totals-tax-details.shown {
    border-bottom: 1px solid #bfbfbf !important;
}

.block-minicart .items-total {
    float: left;
    width: 49%;
}

/*.block-minicart .subtotal{float: right:width:49%;text-align: right;}*/

.minicart-wrapper .product .actions {
    margin: 43px 0 0 14px;
}

.block-minicart .block-content > .actions > .primary {
    background-color: #fd8926;
}

.minicart-items .item-qty {
    text-align: center;
    width: 46px;
}

.checkout-cart-index #shopping-cart-table > caption {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #202525;
    padding: 20px 0;
}

.checkout-cart-index .form.form-cart .table > thead {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
}

.cart.table-wrapper .item .col.item {
    border-top: 0px !important;
}

#shopping-cart-table th span {
    font-family: Poppins;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a6a8a8;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.checkout-cart-index .form.form-cart .table > thead > tr > th {
    padding: 10px 20px;
}

.product-item-name > a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #202525 !important;
}

.actions-toolbar span {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff2c25;
}

.buy-now-btn-custom.action.primary:hover {
    background-color: #102a3d !important;
}

.actions-toolbar button span {
    color: #fff !important;
}

.checkout-cart-index .form.form-cart .cart.main.actions > .action.continue,
.action.edit-address-link {
    background: transparent !important;
}

.form-cart .action.continue:before {
    line-height: 27px;
}

.checkout-cart-index
    .form.form-cart
    .cart.main.actions
    > .action.continue
    span {
    font-family: Poppins;
    font-size: 14px;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0a62a5;
}

#empty_cart_button span {
    font-family: Poppins;
    font-size: 14px;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fd8926;
}

.action.clear,
.action.clear:hover {
    background: transparent !important;
}

.action.update,
.action.update:hover {
    border: solid 1px #fd8926 !important;
    background: transparent !important;
}

.action.update span {
    font-family: Poppins;
    font-size: 14px;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fd8926;
}

.price-box.price-final_price {
    float: none !important;
    /*width: 20% !important;*/
}

.product.details.product-item-details a {
    display: block;
}

.marketplace-index-index .wk-mp-design h1 {
    font-size: 20px !important;
    padding: 40px 0 20px 0 !important;
    letter-spacing: 0px;
    font-weight: bold !important;
    font-family: "Poppins", sans-serif;
}

.wk-mp-icon-container.wk-mp-landingpage-one-icon-container {
    background: #fff;
    padding: 30px 0;
}

.wk-mp-landingpage-layout1 .wk-mp-landing-sellers-details button {
    padding: 5px 15px;
    margin-top: 10px;
}

.wk-mp-landingpage-layout1 .wk-mp-landing-sellers-wraper {
    width: 272px;
    margin-right: 10px;
    background: #fff;
    display: inline-block;
    border: 1px solid #eee;
}

.wk-mp-landing-sellers-container,
.wk-mp-label3-container {
    padding: 15px;
    background: #fff;
}

.wk-mp-landingpage-layout1 .wk-mp-landing-sellers-details div {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500 !important;
}

.marketplace-index-index .wk-mp-design .wk-mp-header h1 {
    padding: 5px 0 !important;
    font-weight: 300 !important;
}

.wk-mp-landingpage-layout1 .wk-mp-landing-about {
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500 !important;
    padding-bottom: 15px;
}

.nav-menu-right .wk-cat-image {
    display: none !important;
}

.footer.content .links {
    padding: 0 40px 0 0;
}

/*.columns .column.main p{font-size: 16px;text-align: center;}*/
.wk-mp-label3-container .wk-mp-label3 {
    border: 0px;
}

.wk-mp-login-container
    .wk-supplier-account-container
    .wk-page-title-wrapper.page-title-wrapper
    p {
    padding-right: 25px;
}

button:not(.action-close),
.button .cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift {
    background: #0a62a5 !important;
}

.wk-mp-submenu {
    width: 92%;
}

.wk-mp-login-content .wk-mp-login-container,
.page-layout-seller-login .wk-mp-login-content,
.wk-page-title-wrapper.page-title-wrapper {
    background: #f2f2f2;
}

.cart-container .form-cart .action.continue:hover:before,
.cart-container .form-cart .action.continue:before {
    color: #0a62a5;
    font-weight: bold !important;
    margin-top: 4px !important;
}

.col.qty {
    padding-top: 10px !important;
}

#wk-mpexpdd-check a.validateExpdd {
    top: -3px !important;
    position: relative;
    left: 20px;
}

.col.subtotal .price-excluding-tax .cart-price .price {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0a62a5;
}

.block.block-dashboard-info .box.box-information .box-content p {
    text-align: left !important;
}

#product_list table tr th:nth-child(1) {
    width: 24% !important;
    text-align: center;
}

.wk-ap-list-header {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.cart-summary {
    background-color: #e9eded !important;
}

.mark {
    background: transparent !important;
}

.totals.sub .mark {
    font-family: Poppins !important;
    font-weight: 500;
}

.amount .price {
    font-weight: bold !important;
    color: #000 !important;
    padding-right: 0px !important;
}

.totals-tax-summary .amount .price:after {
    right: -25px !important;
}

.table:not(.additional-attributes):not(.cart):not(.totals)
    > tbody
    > tr:not(:last-child) {
    border-bottom: 1px solid #bfbfbf !important;
}

.grand.totals .amount {
    padding-top: 10px !important;
}

.grand.totals .mark {
    padding-top: 15px !important;
}

.payment-option-title.field.choice .action.action-toggle span {
    color: #444444;
    font-size: 14px;
    font-weight: 600 !important;
    font-family: Poppins;
}

.customer-account-create .form.create.account {
    width: 50%;
}

.action.submit.primary {
    background: #006bb4 !important;
}

.action.submit.primary span {
    color: #fff !important;
}

#form-validate .fieldset {
    margin: 0 0 10px;
}

.customer-account-create .form.create.account .legend.register {
    background: transparent;
    border: 0px;
}

#opc-sidebar .opc-block-summary {
    padding: 22px 15px;
}

.checkout-cart-index .cart-summary > .title {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #202525;
    text-align: left;
    padding-bottom: 20px;
}

.marketplace-seller-profile
    .write-seller-review
    .seller-review-wrapper
    .action:hover,
.marketplace-seller-profile
    .write-seller-review
    .seller-review-wrapper
    .action:focus,
.marketplace-seller-profile
    .write-seller-review
    .seller-review-wrapper
    .action:active,
.marketplace-seller-profile .write-seller-review .seller-review-wrapper .action,
.marketplace-seller-profile .wk-mp-modal-footer > .wk-btn,
.marketplace-seller-profile .wk-mp-modal-footer > .wk-btn:hover {
    background: none repeat scroll 0 0 #497dc4 !important;
}

.wk-mp-design tr td,
.storename .store-name {
    font-size: 14px !important;
}

.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title:not(.disabled) > .switch:active {
    height: 34px;
}

.checkout-cart-index .cart-summary .cart-totals th {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #202525;
}

.checkout-cart-index .price {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #202525;
}

#discount-coupon-form,
#shipping-zip-form,
#co-shipping-method-form {
    width: 100%;
}

.cart-summary
    .block
    .fieldset
    .field:not(.choice)
    > .control
    input[type="text"],
.payment-option-inner input[type="text"] {
    border-radius: 3px;
    border: solid 1px #bac9c9;
    background-color: #ffffff;
    padding: 10px;
    height: auto;
}

#shipping-zip-form select,
#shipping-zip-form input[type="text"],
#customer-email,
#pass {
    background-color: #ffffff;
    padding: 10px;
    height: auto;
    border-radius: 3px;
    border: solid 1px #bac9c9;
}

.opc-sidebar .opc-block-summary .table-totals + .items-in-cart {
    margin-top: 10px;
}

.action.apply.primary span,
.actions-toolbar .action.action-apply span {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 3px;
    /*background-color: #497dc4 !important;*/
    color: #fff;
}

.checkout-payment-method .payment-option-inner {
    margin: 0 0 10px;
}

#discount-form .actions-toolbar {
    float: left;
}

.checkout-cart-index .cart-summary .checkout-methods-items .action.primary {
    width: 100%;
    padding: 15px 25px !important;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #fd8926 !important;
}

.checkout-success,
.cart-empty {
    background: #fff;
    text-align: center;
    padding: 10% 0;
}

.checkout-success p,
.cart-empty p {
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500 !important;
}

.faq_qn ul li {
    list-style: decimal;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "Roboto-Regular";
    padding-bottom: 5px;
    margin-left: 22px;
}

.faq_qn ul li p {
    font-weight: 300;
    font-size: 1.4rem;
    font-family: "Roboto-Regular";
    padding: 8px 0;
    line-height: 18px;
    margin-bottom: 0px;
}

.supplier_faq ul {
    margin: 0;
    padding: 0;
}

.supplier_faq {
    background: #fff;
    padding: 20px;
}

.supplier_faq h1 {
    text-align: center !important;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold !important;
    padding-bottom: 30px;
    font-size: 22px;
    margin: 0;
}

.supplier_faq h2 {
    text-transform: uppercase;
    color: #444444;
    text-decoration: underline;
    font-weight: bold !important;
    padding-bottom: 20px;
    font-size: 22px;
    margin-bottom: 0px;
}

.inside_ul ul li {
    list-style: lower-alpha !important;
    font-weight: 300 !important;
    margin-bottom: 0px;
}

.inside_ul_b ul li {
    list-style: disc !important;
    font-weight: 300 !important;
    padding-bottom: 10px !important;
    margin-bottom: 0px;
}

.billing_cy {
    padding-bottom: 20px;
}

.second_cl {
    padding-left: 0px;
    padding-top: 15px;
}

.faq_qn h4 {
    padding: 10px 0 10px 0;
    margin: 0;
    font-size: 15px;
}

.second_cl ul li {
    list-style: disc;
    font-weight: 300 !important;
    padding-bottom: 5px !important;
    margin-bottom: 0px !important;
}

.faq_qn h5 {
    font-weight: bold !important;
    font-size: 24px;
    text-decoration: underline;
    padding: 10px 0 20px 0;
    margin: 0;
}

table.table_con tr {
    padding: 5px;
    border: 1px solid #fff;
    color: #fff;
}

table.table_con {
    border: 1px solid #fff;
}

table.table_con tr td {
    line-height: 22px;
    height: 28px;
    text-align: left;
    padding: 15px;
    font-weight: 300;
}

table.table_con tr th {
    border: 1px solid #fff;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-weight: 300;
}

.table_con {
    width: 800px;
    background: #5f9ea0;
}

.customer_ca {
    margin-bottom: 20px;
}

.customer_ca h2 {
    padding: 20px;
    font-weight: bold !important;
    background: #ccc;
    text-align: left;
}

.customer_ca ul {
    margin: 20px 0 50px 0;
    padding: 0px;
}

.customer_ca ul li {
    width: 35%;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 25px 35px;
    float: left;
    margin-right: 15px;
    list-style: none;
    background: #fff;
}

.customer_ca ul li:nth-last-child(2) {
    margin-right: 0px;
}

.category_blk ul li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.customer_ca ul li:first-child {
    margin-left: 7%;
}

.customer_ca ul li h3 {
    font-weight: 600 !important;
    padding-bottom: 15px;
    font-size: 16px;
}

.customer_ca ul li p {
    font-size: 14px;
    padding-bottom: 20px;
}

.customer_ca ul li a {
    text-decoration: none;
    color: #000;
    background: #e7e9ec;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    width: 100px;
}

.customer_ca ul li button {
    padding: 10px 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.second_cl_p {
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.checkout-success .actions-toolbar {
    display: inline-block;
}

.actions-toolbar .action.primary.continue {
    background: #497dc4 !important;
}

.actions-toolbar .action.primary.continue span {
    color: #fff !important;
}

.checkout-agreement .action.action-show {
    background: transparent !important;
}

.checkout-agreement .action.action-show span {
    color: #000 !important;
}

.col.col-method
    input[type="radio"]:not(.admin__control-radio):not(
        .wk_rma_order_selection
    ):not(:checked),
.col.col-method
    input[type="radio"]:not(.admin__control-radio):not(
        .wk_rma_order_selection
    ):checked {
    left: 50px !important;
}

.field label span {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #202525;
}

.action.multicheckout span {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fd8926;
    text-align: left;
}

.cart-summary .action.primary.apply,
.actions-toolbar .action.action-apply {
    background-color: #497dc4 !important;
}

.checkout-cart-index .cart-summary > .block {
    padding: 20px 30px;
}

.page-main .xtremo-feature-carousel .product.name.product-item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 215px;
}

.minicart-items .product-item-name a {
    color: #202525;
    font-weight: 500 !important;
}

.minicart-items .product-item-details .price {
    color: #0a62a5;
    font-weight: 600 !important;
}

.items-total span {
    font-weight: 600 !important;
    font-family: Poppins;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #202525;
}

.block-minicart {
    color: #202525;
}

.manage_a p {
    font-weight: bold;
    padding-bottom: 5px;
    margin-left: 8px;
    margin-bottom: 0px;
    font-size: 14px;
}

.manage_a h6 {
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.manage_a ul li {
    font-weight: 300;
    list-style: lower-alpha;
    padding: 8px 0;
    margin-bottom: 0px;
}

.sidebar.sidebar-main
    .block-actions.filter-actions
    a.action.clear.filter-clear {
    margin: 20px;
    font-size: 12px;
}

.category_blk {
    width: 280px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #fff;
}

.category_blk ul {
    margin: 0;
    padding: 0;
}

.category_blk ul li:first-child {
    font-weight: bold;
    font-size: 20px !important;
}

.category_blk ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px 12px 10px 20px;
    list-style: none;
    font-size: 16px !important;
    margin-bottom: 0px;
}

.page-main .xtremo-feature-carousel .product.name.product-item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 215px;
}

#info .view-profile-link .store-name {
    font-size: 14px !important;
}

.wk-sellerlist-divide2 a strong,
.wk-sellerlist-divide2 {
    font-size: 14px;
}

.page-layout-2columns-left .column.main {
    width: 77% !important;
    border: solid 1px #ededed;
    padding: 10px 10px 10px 25px;
}

.toolbar-sorter.sorter {
    border: 1px solid #ededed;
    padding: 0px 4px;
    border-radius: 3px;
}

.catalogsearch-result-index .filter-options .filter-options-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 13px;
    top: 4px;
}

#product-addtocart-button span {
    background: transparent !important;
}

#product_list .table.wk-table-product-list tr td a {
    color: #000 !important;
}

#product_list .table.wk-table-product-list tr td {
    width: auto !important;
}

#product_list .table.wk-table-product-list tr td .wk-ap-product-price {
    font-size: 15px;
}

.limiter-text {
    font-size: 12px;
}

.search.results .title,
.search.results .item {
    font-size: 14px;
}

.toolbar-sorter.sorter label {
    margin-bottom: 0px;
}

.catalogsearch-result-index .filter-actions .button.layer-filter-btn {
    float: right;
    width: auto;
}

.page-main .xtremo-feature-carousel .owl-carousel .owl-item .item {
    transition: all 0.5s;
    margin: 15px 0;
}

.catalog-category-view .filter-actions .button.layer-filter-btn .button,
.catalogsearch-result-index .filter-actions .button.layer-filter-btn .button,
.pages strong.page,
.action.primary.action-save-address,
.action.primary.action-save-address:hover,
.action.secondary.action-hide-popup,
.action.secondary.action-hide-popup:hover {
    background: none repeat scroll 0 0 #497dc4 !important;
}

.catalogsearch-result-index .filter-actions,
.catalog-category-view .filter-actions {
    width: 95%;
    display: inline-block;
}

.catalog-category-view .filter-actions .button.layer-filter-btn .button,
.catalogsearch-result-index .filter-actions .button.layer-filter-btn .button {
    padding: 5px 25px;
    border-radius: 3px;
}

.catalog-category-view .filter-actions .button.layer-filter-btn .button span,
.catalogsearch-result-index
    .filter-actions
    .button.layer-filter-btn
    .button
    span {
    font-size: 14px;
    text-transform: capitalize;
}

.page-main .xtremo-feature-carousel .owl-carousel .owl-item .item:hover {
    box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.2);
}

.action.action-show-popup {
    background: #0a62a5 !important;
}

/*.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.2);
}*/

.validateExpdd {
    top: 20px !important;
}

.checkout-index-index .modal-popup .form-shipping-address {
    margin: 0 auto;
}

.modal-inner-wrap h1 {
    width: 100%;
    border-bottom: 0px !important;
}

.attribute .value .a-list-item {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5d5d5d;
}

#co-payment-form,
#search_mini_form,
#wk-add-rfq-product-form {
    width: 100% !important;
}

.wk-mp-header h2 {
    font-size: 30px;
}

.column.main > .breadcrumbs {
    border-bottom: solid 1px #ededed;
}

.box.box-shipping-address .box-actions,
.box.box-billing-address .box-actions,
.block.block-dashboard-addresses .box-actions {
    border: 1px solid #ff7e1a;
    width: 40%;
    text-align: center;
}

.box.box-information .box-actions .action.change-password {
    padding-left: 30px;
}

.box.box-newsletter .box-actions {
    border: 1px solid #ff7e1a;
    width: 15%;
    text-align: center;
}

.box.box-address-billing .box-actions {
    border: 1px solid #ff7e1a;
    width: 45%;
    text-align: center;
}

.box.box-address-shipping .box-actions {
    border: 1px solid #ff7e1a;
    width: 45%;
    text-align: center;
}

.form-address-edit#form-validate select#region_id,
.form-address-edit#form-validate select#country,
.wk-customer-supplier-msg-body {
    font-size: 14px;
}

.data.table.table-order-items.history tbody tr td,
.data.table.table-order-items.history thead tr th,
#my-orders-table thead tr th,
#my-orders-table tbody tr td,
#orders-item-table tbody tr td,
#orders-item-table thead tr th,
#additional-addresses-table tbody tr td,
#additional-addresses-table thead tr th,
#my-reviews-table tbody tr td,
#my-reviews-table thead tr th,
.data.table.mpquote-list tbody tr td,
.data.table.mpquote-list thead tr th {
    width: auto;
}

.customer-review.view {
    font-size: 14px !important;
}

#my-rma-table tbody tr td:first-child,
#my-orders-table tfoot td {
    text-align: center;
}

#orders-item-table tbody tr td:first-child,
#orders-item-table thead tr th:first-child {
    padding-left: 10px;
}

#orders-item-table tbody tr td:nth-child(4n) {
    min-width: auto !important;
    max-width: auto !important;
}

.account.sales-order-view .items.order-links {
    border-bottom: 0px !important;
}

.account.sales-order-view .items.order-links li strong {
    font-size: 2rem;
    font-weight: bold !important;
}

.order-details-items.ordered .table-wrapper.order-items tfoot tr th {
    font-size: 14px !important;
}

.block-collapsible-nav .item.current strong {
    color: #497dc3;
}

.account .block-collapsible-nav .item:hover span,
.account .block-collapsible-nav .item.current strong {
    color: #fc8927 !important;
    font-weight: 400 !important;
}

.box.box-information .box-actions a span,
.box.box-shipping-address .box-actions a,
.box.box-shipping-address .box-actions span a,
.block.block-dashboard-addresses .box-actions a,
.block.block-dashboard-addresses .box-actions span a,
.box.box-information .box-actions a,
.box.box-newsletter .box-actions a,
.box.box-newsletter .box-actions span a,
.box.box-billing-address .box-actions a,
.box.box-billing-address .box-actions span a {
    font-size: 14px;
    color: #ff7e1a;
    padding: 3px 0;
    display: inline-block;
}

.page-layout-1column .product-info-main {
    border-left: solid 1px #ededed;
    padding-left: 15px;
}

.column.main > .breadcrumbs {
    margin-bottom: 0px;
}

.catalog-product-view .product-name {
    padding-top: 5px;
}

.catalog-product-view .product-info-main .box-tocart .actions {
    padding-top: 5px !important;
}

.product-info-main .product.attribute.overview {
    margin: 5px 0;
}

.field.choice.item
    input[type="radio"]:not(.admin__control-radio):not(
        .wk_rma_order_selection
    ):not(:checked)
    + label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(
        .rating-5
    ):before {
    top: 2px !important;
}

.block-minicart .items-total .count {
    color: #000 !important;
    font-weight: 600 !important;
}

.block-authentication .block-title strong,
.block-content p {
    font-weight: 500 !important;
    font-size: 16px;
    color: #000 !important;
    font-family: "Poppins", sans-serif;
}

.block-content ul li {
    font-family: "Poppins", sans-serif;
    list-style: disc !important;
    color: #000 !important;
    font-size: 12px !important;
}

.block-authentication .actions-toolbar > .primary {
    float: left !important;
    width: 100% !important;
}

.action.action-login.secondary {
    float: left !important;
}

.form.form-login {
    width: 100% !important;
}

.action.action-register.primary,
#company-info:hover,
#product-addtocart-button:hover,
.action.action-register.primary:hover,
.action.action-register.primary span,
.action.action-login.secondary,
.action.action-login.secondary:hover,
.action.action-login.secondary span,
.action-primary.action-accept:hover,
.action-secondary.action-dismiss:hover {
    background: #497dc3 !important;
    color: #fff !important;
}

.page-header .switcher .options ul.dropdown a {
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
    font-size: 12px !important;
    color: #000 !important;
}

.opc-progress-bar-item._active > span {
    color: #eb4435;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.opc-progress-bar-item > span {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.opc-wrapper .step-title {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    border-bottom: 0px !important;
}

.opc-wrapper .shipping-address-item.selected-item,
.shipping-address-item.not-selected-item {
    border-color: #f2f2f2;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.catalog-category-view .filter-options .filter-options-content .item,
.catalogsearch-result-index .filter-options .filter-options-content .item {
    color: #000;
    font-size: 1.4rem;
    font-family: "Roboto-Medium";
}

.action.action-select-shipping-item {
    background: transparent !important;
}
.page-header
    .header.panel
    .switcher.toplink.switcher-toplink
    ul.dropdown
    .reg-sign-wrapper
    ul
    li
    a {
    color: #ffffff !important;
    background-color: #337ab7 !important;
    border-radius: 3px;
    padding: 5px 8px;
}
.page-header
    .header.panel
    .switcher.toplink.switcher-toplink
    ul.dropdown
    .reg-sign-wrapper
    ul
    li
    a#idnlYi3RVQ {
    color: #ffffff !important;
    background-color: #ef7915 !important;
    border-radius: 3px;
    padding: 5px 8px;
}

.action.action-select-shipping-item span {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.product-tab.div-shadow .button-border {
    padding-bottom: 17px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
    width: 97%;
    margin: -17px auto;
}

/*.product-tab.div-shadow .nav > li > a:hover, .nav > li > a:focus{border: 0px !important;}*/
.opc-wrapper
    .shipping-address-item.selected-item
    .action-select-shipping-item
    > span:before {
    font-size: 18px;
}

h1.page-title span {
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
}

#block-customer-login-heading,
#block-new-customer-heading {
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
    font-size: 16px;
}
.customer-account-login .login-container .field {
    margin-bottom: 1px;
}
.customer-account-login .login-container .actions-toolbar {
    margin-left: 0px !important;
    margin-top: 2rem;
}
.customer-account-login .login-container .fieldset:after {
    margin-left: 0px !important;
}
.customer-account-login .login-container .actions-toolbar .secondary {
    text-align: right;
    float: right !important;
}
.customer-account-login .login-container .field.note {
    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    font-weight: 300 !important;
}
.customer-account-login .login-container .field.email {
    display: flex;
    flex-direction: column;
}
.customer-account-login .login-container .field.email .control {
    width: 100%;
}
.customer-account-login .login-container .field.password .control {
    width: 100% !important;
}
.fieldset>.field {
    margin: 0 0 9px;
}
.form-create-account .fieldset>.field .control{
    width: 100% !important;
    position: relative;
}
.customer-account-create .form.create.account .actions-toolbar {
    display: flex;
    width: 100%;
}
.toggle-icond {
    position: absolute;
    right: 1rem;
    top: 8px;
    font-size: medium;
}
.toggle-icone{
     position: absolute;
    right: 1rem;
    top: 8px;
    font-size: medium;
}
.breadcrumbs .items {
    padding-left: 10px;
}
.fieldset > .field:not(.choice) > .label {
    text-align: left;
    width: 100%;
}
.checkout-suggested-addresses > p {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}

.suggested-address.selected-address span b {
    font-weight: bold !important;
    font-size: 14px;
}

.suggested-address-details {
    font-size: 12px;
    line-height: 20px;
    padding-left: 0px;
}

.customer-account-login .page-title-wrapper {
    width: 100%;
}
.customer-account-login .page-main .columns {
    margin-top: 0px;
}
.customer-account-login .page-title-wrapper ~ .page.messages {
    margin: 0px auto;
}
.customer-account-login .page-title-wrapper {
    margin-top: 65px;
}

.filter-options-content
    input[type="radio"]:not(.admin__control-radio):not(
        .wk_rma_order_selection
    ):checked
    + label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(
        .rating-5
    ):before,
.filter-options-content
    input[type="radio"]:not(.admin__control-radio):not(
        .wk_rma_order_selection
    ):not(:checked)
    + label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(
        .rating-5
    ):before,
.filter-options-content
    input[type="radio"]:not(.admin__control-radio):not(
        .wk_rma_order_selection
    ):checked
    + label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(
        .rating-5
    ):after {
    top: -7px !important;
}

.suggested-address.selected-address
    input[type="radio"]:not(.admin__control-radio):not(
        .wk_rma_order_selection
    ):checked
    + label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(
        .rating-5
    ):before,
.suggested-address.selected-address
    input[type="radio"]:not(.admin__control-radio):not(
        .wk_rma_order_selection
    ):checked
    + label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(
        .rating-5
    ):after {
    top: 6px !important;
}

.font-weight-bold.blue-text strong,
.payment-method.purchase.order {
    font-size: 14px !important;
}

.dark-grey-text {
    font-size: 16px !important;
}

#myTabContent .price-container .price {
    font-size: 14px !important;
}

.tab-pane.fade {
    opacity: 1 !important;
}

.minicart-items .product-item:first-child {
    border-top: 0px !important;
}

.opc-sidebar
    .opc-block-summary
    .items-in-cart
    .minicart-items
    .product-item
    :first-child {
    font-size: 13px;
    font-family: "Poppins", sans-serif !important;
}

.opc-block-summary > .title {
    font-family: "Poppins", sans-serif !important;
}

.opc-sidebar .opc-block-summary .items-in-cart > .title {
    background: transparent;
}

.checkout-shipping-method .actions-toolbar > .primary {
    background: #0a62a5 !important;
}

.button.action.continue.primary span {
    color: #fff !important;
}

.checkout-cart-index .cart-summary .cart-totals td,
.checkout-cart-index .cart-summary .cart-totals th {
    border: 0 !important;
}

.checkout-suggested-addresses .suggested-address .suggested-address-details {
    padding: 0px !important;
}

.opc-block-shipping-information .shipping-information-title {
    margin: 0 0 10px !important;
}

.table-checkout-shipping-method tbody tr:first-child td,
.table-checkout-shipping-method tbody td {
    font-size: 12px;
}

.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
    font-family: Poppins;
}

#modal-content-5.modal-content {
    font-size: 12px !important;
    padding: 12px 15px;
    font-family: Poppins;
    background: #e9eded !important;
}

.totals th {
    font-family: Poppins !important;
    font-size: 12px !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #202525 !important;
}

.catalog-product-view .action.primary.tocart {
    padding: 8px;
    border-radius: 3px;
}

.catalog-product-view .action.primary.tocart span {
    font-size: 12px;
}

.review-form .action.submit.primary:hover,
.modal-inner-wrap footer button.action.primary:hover,
.wk-ap-add-to-cart.action.primary.tocart:hover,
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active,
.wishlist-index-index
    .form-wishlist-items
    .actions-toolbar
    .primary
    button.action:hover,
.wishlist-index-index
    .form-wishlist-items
    .actions-toolbar
    .primary
    button.action:focus,
.wishlist-index-index
    .form-wishlist-items
    .actions-toolbar
    .primary
    button.action:active,
button:not(.action-close):hover,
.button .cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .action-gift:hover,
button:not(.action-close):focus,
.button .cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .action-gift:focus,
button:not(.action-close):active,
.button .cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .action-gift:active {
    background: #497dc3 !important;
}

/* seller*/
.page-layout-seller-2columns-left * {
    font-size: 14px;
}

.wk-mp-dashboard-lifetimesale-title,
.wk-mp-dashboard-lifetimesale-value {
    font-size: 18px !important;
}

.wk-mp-dashboard-lifetimesale-value {
    margin-top: 3px;
}

.wk-supplier-continer .wk-signup-step-tab-container {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
}

.wk-mp-menu .wk-mp-submenu li {
    min-width: auto;
}

/* seller*/

/*sanjeev bootstrap 01-12-2020*/

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace:
        SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444444;
    text-align: left;
    background-color: #fff;
    font-family: "Roboto-Regular";
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #fc8927;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family:
        SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

header.page-header {
    background: #fff !important;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

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

.page-title-wrapper {
    background-color: none;
    text-align: center;
}

.block-customer-login .block-title {
    text-align: center;
}

.block-customer-login .note {
    text-align: center;
}

.block-customer-login .password-container {
    text-align: right;
    position: relative;
}

.block-customer-login .password-container i {
    cursor: pointer;
    margin-top: unset;
    z-index: 9;
    margin-right: unset;
    font-size: 15px;
    position: absolute;
    right: 4%;
    top: 13px;
}
.login-container .fieldset:after {
    margin-top: 20px !important;
}

.page-header .panel.wrapper .switcher .options ul.dropdown li:hover {
    background: none;
}

.customer-account-create .form.create.account .legend.register {
    margin: 0;
    padding: 0;
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}

.form-create-account .fieldset > .field:not(.choice) > .label {
    padding: 0px 15px 0 0;
}

.form-create-account .password-container {
    cursor: pointer;
    margin-top: 9px;
    z-index: 9;
    margin-right: 9px;
    font-size: 15px;
    position: relative;
    right: unset;
}
.form-create-account .password-container i {
    position: absolute;
    right: 3%;
    z-index: 10;
    top: 9%;
}
.password-strength-meter {
    font-size: 14px;
    margin-top: 3px;
}

#password-strength-meter-label {
    font-size: 14px;
}

.form-create-account #togglePasswordC {
    cursor: pointer;
    margin-top: inherit;
    z-index: 9;
    margin-right: inherit;
    font-size: 15px;
    position: absolute;
    right: 3%;
    padding: 0;
    margin: 6px 0;
}
.form-create-account .fieldset>.field.choice:before{
  padding: 5px 15px 0 0;
            width: unset;
            box-sizing: border-box;
            content: ' ';
            float: inline-end;
            height: inherit;
}

.form-create-account .field-recaptcha {
    margin-left: 0;
    margin-top: 2rem;
}
.catalog-product-view .product.info.detailed .data.content {
    font-size: 16px;
  
}
.product.attribute.description ul li {
    list-style-type: none;
}
.catalog-product-view .product.info.detailed .additional-attributes .col.label {
    font-size: 16px;
}
th.col.label {
    padding: 0px !important;
    text-align: left;
    width: 100%;
    margin: 0 auto;
}
.form-create-account .newsletter label.label::before {
    margin-top: 11px;
}
.form-create-account .xtremo-checkbox:not(:checked)+label:before{
  border: 1px solid #757575;
  width: 14px;
    height: 14px;
}
.form-create-account .xtremo-checkbox:not(:checked)+label{
padding-left: 1em !important;
}
.form-create-account .newsletter {
    padding-bottom: 0px;
    margin-bottom: 0;
}
.customer-account-create .form.create.account .actions-toolbar {
   margin-left: 0px;
}
.form-create-account .form-create-account .newsletter {
    padding-bottom: 0px;
}
.customer-account-create .form.create.account .actions-toolbar .secondary {
    box-sizing: border-box;
    padding-left: 0px;
    width: 100%;
    float: initial;
    display: inline-block;
    margin-top: 4px;
    margin-left: 1rem;
}
.customer-account-create .form.create.account .actions-toolbar .secondary label {
    color: #757575;
    font-size: 16px;
}
.customer-account-create .form.create.account .actions-toolbar .secondary .action.sign-in {
    font-size: 16px;
    margin-top: inherit;

}
.customer-account-create .form.create.account .actions-toolbar span {
    font-size: 16px;
}
.form-create-account .actions-toolbar .secondary {
    text-align: left;
}

.form-create-account .actions-toolbar .secondary label {
    text-align: left;
}

.wk-signup-step-account-info .fieldset > .field:not(.choice) > .label {
    padding: 0px 15px 0 0;
}

.wk-signup-step-account-info .password-container {
}

.wk-signup-step-account-info .password-container i {
    position: absolute;
    right: 9px;
    margin-top: 8px;
    font-size: 16px;
    cursor: pointer;
}

.wk-supplier-continer {
    width: 60%;
}
body.account .column.main>.page-title-wrapper .page-title {
    font-size: 20px;
}
.block-dashboard-info .block-title strong{
    font-size: 20px !important;
}
.block-dashboard-addresses .block-title strong{
    font-size: 20px !important;
}
.block-dashboard-orders .block-content table thead tr th{
    font-size: 16px;
}
.block-wishlist .product-item-name .product-item-link {
    font-size: 14px;
}
.page-layout-2columns-left .sidebar-additional .block-title .counter {
    font-size: 16px;
}
.form-edit-account .fieldset>.field.choice:before{
padding: 6px 0 0 0;
            width: 0;
            box-sizing: border-box;
            content: ' ';
            float: left;
            height: 1px;
}
.form.form-edit-account input[type="checkbox"]:not(:checked)+label {
       position: relative !important;
    padding-left: 1em !important;
    cursor: pointer;
    font-size: 24px !important;
    height: 0px;
    display: inline-flex;
}
.form-edit-account .actions-toolbar{
margin-left: 0px;
}
.message {
    font-size: 18px !important;
}
.wishlist-index-index .form-wishlist-items .box-tocart .field.qty {
    float: inherit;
}
.products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: 100%;
}
.wishlist-index-index .form-wishlist-items .box-tocart .field.qty+.product-item-actions>.btn-remove {
    margin-right: 5px;
    float: none;
}
.block-minicart .block-content>.actions{
    font-size: 16px;
}
#top-cart-btn-checkout span{font-size: 16px;}
.form .fieldset .legend{
    margin: 0px !important;
    font-size: 16px !important;
    color: #fc8927 !important;
}
.form .fieldset .choice::before{
width: inherit !important;
float: inherit;
height: inherit;
}
.form .fieldset .choice .label{
padding-left: 1rem !important;
}
.form.form-newsletter-manage input[type="checkbox"]:not(:checked)+label {
    padding-left: 1rem !important;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}
.form.form-newsletter-manage .field label span {
    margin-left: 10px;
    margin-top: 2px;
}
.form.form-newsletter-manage .actions-toolbar {
  margin: 0px !important;
}
.wk-mprma-container thead th.col{
    font-size: 16px !important;
}
.catalog-product-view .product.info.detailed .review-form .legend.review-legend strong{
    font-size: 16px;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

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

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

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

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

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

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}

.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-4by3::before {
    padding-top: 75%;
}

.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;
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: 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;
    margin: -1px;
    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 0.125rem 0.25rem 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;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family:
        SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

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

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

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

/* added by dheeraj 14-apr-2021 */

div#footerContentID {
    padding: 0;
}

div#footerContentID > .links {
    width: 100%;
}

.page-main .xtremo-category-sidebar-main .navigation .level0 .wk-cat-image {
    display: none;
}

/* added by dheeraj 14-apr-2021 */

/*sanjeev bootstrap 01-12-2020*/

/*media query for mobile*/

@media only screen and (min-device-width: 320px) and (max-device-width: 766px) {
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .page-main {
        max-width: 100%;
    }

    .minicart-wrapper {
        margin-top: 23px;
    }

    .page-main .xtremo-category-sidebar-main,
    .nav-open .nav-toggle:after {
        display: none;
    }

    .footer.links,
    .widget.block.block-static-block {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .summer-head-p {
        bottom: initial;
        top: 16%;
        margin-left: 20px;
    }

    form {
        width: 100%;
    }

    .block-authentication .actions-toolbar {
        overflow: auto;
    }

    .block-authentication .actions-toolbar > .primary {
        float: left !important;
        width: 100% !important;
    }

    .wk-mp-landing-sellers-details button span {
        color: #fff;
    }

    .nav-toggle:before,
    .nav-toggle:hover:before {
        color: #000 !important;
    }

    .action.action-register.primary {
        padding-left: 0px;
        margin-left: 0px;
    }

    .checkout-cart-index #shopping-cart-table > caption {
        padding: 20px 0 20px 20px;
    }

    .opc-estimated-wrapper .minicart-wrapper {
        background-color: transparent;
        border-radius: 3px;
        border: 0px;
    }

    .toolbar.toolbar-products {
        margin-bottom: 0px;
    }

    .review-form .action.submit.primary,
    .action.primary,
    .action.secondary.action-hide-popup {
        background-color: #497dc4 !important;
        color: #ffffff;
    }

    .catalog-product-view .box-tocart .actions {
        display: block;
    }

    .review-form .action.submit.primary span {
        color: #fff !important;
    }

    .catalog-product-view .action.tocompare {
        width: 50%;
        float: left;
        box-sizing: border-box;
        text-align: center;
        display: inline-grid;
    }

    .catalog-product-view .action.tocompare:before {
        margin: 0 auto;
    }

    .minicart-wrapper.active .block-minicart {
        width: 290px;
        margin: 0;
        right: -47px;
    }

    .button.action.continue.primary {
        margin: 20px 0 !important;
    }

    .checkout-shipping-method .actions-toolbar > .primary {
        background: transparent !important;
    }

    .opc-wrapper .shipping-address-item {
        padding: 15px 35px 15px 18px;
    }

    .opc-wrapper .step-title {
        padding-bottom: 15px;
    }

    .opc-wrapper .action-select-shipping-item,
    .opc-wrapper
        .shipping-address-item.selected-item
        .action-select-shipping-item {
        text-align: left;
    }

    .product-tab .nav-link {
        padding: 10px 8px !important;
    }

    .footer.links.col-md-3,
    .widget.block.block-static-block.col-md-3 {
        text-align: center;
    }

    .footer.links .block-title strong span,
    .widget.block.block-static-block .block-title strong {
        font-size: 20px;
    }

    .page-footer ul li a {
        font-size: 14px;
    }

    .products.list.items.product-items {
        margin-top: 0px;
    }

    .catalog-category-view
        .resp-filter-wrapper
        .container
        > .tab
        > .button.filter:before,
    .button.filter span,
    .catalog-category-view
        .resp-filter-wrapper
        .container
        > .tab
        > .button.sort:before,
    .button.sort span {
        color: #fff;
    }

    .filter-nav-open .page-wrapper > .block.filter.filter-nav-sections {
        z-index: 9999;
    }

    .footer.links {
        float: none;
        text-align: center;
    }

    #product-addtocart-button span {
        color: #fff;
    }

    .product-info-main .box-tocart .action.tocart {
        background: transparent !important;
    }

    .product.info.detailed {
        width: 95%;
        margin: 0 auto;
    }

    .block-minicart .items-total,
    .customer-account-create .form.create.account {
        width: 100%;
    }

    .checkout-cart-index .form.form-cart .cart.main.actions {
        background: #fff;
    }

    .checkout-cart-index
        #shopping-cart-table
        .item-actions
        .action.action-delete {
        position: initial;
        padding-top: 0px;
        line-height: 16px;
    }

    .checkout-cart-index
        #shopping-cart-table
        .item-actions
        .action.action-delete:after,
    .checkout-cart-index
        #shopping-cart-table
        .item-actions
        .action.action-edit:before {
        display: none;
    }

    .page-main .xtremo-feature-carousel .owl-carousel .owl-nav .owl-prev {
        left: 15px;
    }

    .page-main .xtremo-feature-carousel .owl-carousel .owl-nav .owl-next {
        right: 22px;
    }

    .register h4,
    .register h3 {
        font-size: 20px;
    }

    .register-left {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding: 50px 0 0 0;
    }

    .product-tab .nav-link,
    .product-tab a {
        font-size: 12px !important;
    }

    .xtremo-image-carousel #owl-demo .item img {
        height: auto !important;
    }

    .summer-head {
        line-height: 18px;
        font-size: 18px;
        bottom: initial !important;
        top: 28%;
        margin-left: 20px;
    }

    .buy-now-btn-custom.action.primary {
        bottom: initial !important;
        top: 60%;
        margin-left: 20px;
    }

    .block-search {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100%;
    }

    .block-search .block-title {
        display: block;
    }

    .section-item-title.nav-sections-item-title {
        display: none;
    }

    .section-items.nav-sections-items {
        margin-top: 20px;
    }

    .block-search .block-content {
        position: relative;
        z-index: 99;
    }

    #maincontent.page-main {
        margin-top: 35px !important;
    }

    .footer.content > div.links .links,
    .footer.content > div.links .widget.block {
        padding: 0px;
    }

    .block-search .xtremo-cat-search-wrapper + input {
        width: 100% !important;
    }

    .logo img {
        width: auto;
        height: 31px;
        margin-top: 0px;
    }

    .coca-logo img {
        margin-top: 0px;
        height: auto !important;
    }

    .footer-copyright span {
        line-height: 17px !important;
    }

    .footer-copyright {
        text-align: center;
    }

    .owl-dots {
        top: -28px;
    }

    .nav-toggle {
        top: 0px;
    }

    .parent_logo {
        left: 50px;
    }

    .block-search .xtremo-cat-search-wrapper,
    .xtremo-authorization-link {
        display: none !important;
    }

    .add_de_mob {
        display: block !important;
    }

    .rem_mb {
        margin-top: 0px !important;
    }

    .switcher.toplink.switcher-toplink {
        display: block !important;
    }

    .logo {
        margin-left: 0px;
        position: absolute;
        left: 50px;
    }

    .parent_sell {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        top: -7px;
    }

    .catalog-product-view .actions {
        width: auto;
    }

    .icon-badge {
        top: -15px;
    }

    .customer-account-login .page-title-wrapper {
        margin-top: 10px;
    }

    .sellWithUs,
    .minicart-wrapper {
        float: left;
        padding: 0 5px;
    }

    .switcher .fa-user {
        top: 0px !important;
        margin-top: 5px !important;
        padding: 0px 5px 0 10px;
    }

    .field.search .label {
        background: #497dc4;
        padding: 3px 10px;
        right: 0px;
    }

    .field.search .label:before {
        color: #fff;
    }

    .block.block-title.add_de_mob {
        margin-bottom: 25px !important;
    }

    .minicart-wrapper .action.showcart .counter.qty {
        overflow: visible;
        top: 3px;
        right: 2px;
        color: #fff;
    }

    .catalog-product-view .actions.action-clone .action.primary.tocart {
        padding: 15px;
    }

    #wk-mpexpdd-delivery-detail {
        font-size: 13px;
    }

    .page-header .header.panel .switcher.toplink.switcher-toplink ul.dropdown {
        top: 0px;
        right: 0px;
    }

    #product-addtocart-button,
    #product-buynow-button {
        /* border-top: 1px solid #bfbfbf !important;
    border-right: 1px solid #bfbfbf !important;
    border-bottom: 1px solid #bfbfbf !important;*/
        /*border-color: #6a6a6a;*/
        padding: 15px;
        background: #497dc4 !important;
    }

    #checkout-step-shipping_method table td {
        font-size: 12px;
    }

    #product-addtocart-button:active,
    #product-buynow-button:active {
        background: #497dcb !important;
    }

    .checkout-success,
    .cart-empty {
        padding: 10%;
    }

    button:hover {
        background: #497dc4 !important;
    }

    .checkout-agreement .action.action-show {
        background: transparent !important;
    }

    .sd.sfsd.primary a.action.primary {
        margin-left: 0px !important;
    }

    .opc-progress-bar {
        display: block;
    }

    .sellWithUs {
        margin-top: 10px;
    }

    .page-header .switcher .options {
        top: 25px;
    }

    .page-header .header.panel .switcher.toplink.switcher-toplink {
        margin-top: 4px;
    }

    .page-header .header.panel .switcher.toplink.switcher-toplink {
        padding-left: 0px;
    }

    .showcart .fa-shopping-cart,
    .nav-link .fa-hand-holding-usd {
        font-size: 15px !important;
    }

    .minicart-wrapper .action.showcart {
        width: 30px;
        height: 30px;
        border-radius: 30px;
    }

    .opc-estimated-wrapper .estimated-block .estimated-label,
    .estimated-price {
        font-weight: bold !important;
    }
}

@media only screen and (min-device-width: 767px) and (max-device-width: 1020px) {
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .register h4,
    .register h3 {
        font-size: 20px !important;
    }

    .block-search {
        margin-left: 14px;
        width: 38% !important;
        margin-right: 10px;
    }

    .block-search .xtremo-cat-search-wrapper .xtremo-cat-search {
        width: 70px;
    }

    .page-header .header.panel .switcher.toplink.switcher-toplink {
        padding-left: 15px;
    }

    .page-main.mb-1 {
        justify-content: flex-start;
    }

    .page-layout-2columns-left .column.main {
        width: 70% !important;
    }

    .product-info-main form {
        width: 80%;
    }

    #wk-mpexpdd-regex {
        padding: 20px 12px;
    }

    #wk-mpexpdd-check a {
        top: 7px;
    }

    .wk-mpexpdd-zipform,
    .block-search,
    .block-search .xtremo-cat-search-wrapper + input {
        width: 100%;
    }

    .checkout-cart-index .form.form-cart .cart.main.actions > .action {
        width: auto;
    }

    .checkout-cart-index .form.form-cart .cart.main.actions {
        padding: 0px;
    }

    .checkout-cart-index #shopping-cart-table > caption {
        text-align: center;
    }

    .action.primary.checkout span {
        font-size: 12px;
    }

    .customer-account-create .form.create.account {
        width: 60%;
    }

    .action.primary.continue span,
    .action.add span {
        color: #fff;
    }

    .xtremo-image-carousel {
        width: 65%;
    }

    .page-main .xtremo-feature-carousel .owl-carousel .owl-nav .owl-prev {
        left: -1% !important;
    }

    .page-main .xtremo-feature-carousel .owl-carousel .owl-item .item {
        margin-right: 5px;
    }

    .page-main .xtremo-feature-carousel .owl-carousel .owl-nav .owl-next {
        right: 7% !important;
    }

    .page-main .xtremo-category-sidebar-main {
        width: 100% !important;
    }
}

@media only screen and (min-device-width: 1021px) and (max-device-width: 1024px) {
    .block-search {
        margin-left: 25px !important;
        width: 48% !important;
        margin-right: 0px !important;
    }

    .block-search .block-content,
    .block-search .form.minisearch {
        width: 99% !important;
    }

    .xtremo-image-carousel {
        width: 73% !important;
    }

    .page-main .xtremo-feature-carousel .owl-carousel .owl-nav .owl-prev {
        left: -1% !important;
    }

    .page-main .xtremo-feature-carousel .owl-carousel .owl-nav .owl-next {
        right: 5% !important;
    }

    .page-layout-2columns-left .column.main {
        width: 75% !important;
    }
}

/*media query for mobile*/

.spend {
    width: 100%;
}

.spend th {
    background: #497dc3;
    color: #fff;
    padding: 8px 4px;
    text-transform: uppercase;
}

.spend td {
    padding: 5px;
}

.spend_analysis .spend_search {
    width: 100%;
    height: 24px;
    font-size: 18px;
    padding: 2px;
    border: 0;
}

.spend_analysis .spend_title {
    font-weight: normal;
}

.spend_analysis {
    width: 100%;
    margin-bottom: 12px;
    float: right;
}

.spend_analysis .fields {
    width: 35%;
    float: left;
    margin-left: 4px;
}

.spend_analysis .search_analysis {
    cursor: pointer !important;
    margin-left: 5px;
    padding: 6px 16px 5px 20px !important;
}

.spend_form {
    float: right;
}

.file-uploader-meta {
    display: none;
}

.file-uploader-button.action-default {
    display: none;
}

.file-uploader-area {
    padding-bottom: 10px;
}

.control-checkbox.xtremo-checkbox {
    position: relative;
    left: 0;
    display: none;
}

input.admin__control-checkbox[type="checkbox"],
input.admin__control-checkbox[type="radio"] {
    display: none;
}

.xtremo-checkbox:not(:checked),
.xtremo-checkbox:checked {
    position: relative;
    left: 0;
    display: none;
}

.admin__data-grid-action-columns-menu
    .admin__action-dropdown-footer-secondary-actions {
    display: none;
}

.mpassignproduct-product-view table.data.table.wk-table-product-list td {
    width: 0px !important;
}

.mpassignproduct-product-view table.data.table.wk-table-product-list td > img {
    width: 50px;
    height: 50px;
}

.mpassignproduct-product-view input[type="text"] {
    width: 60%;
}

.mpassignproduct-product-view .wk-ap-btn {
    margin-top: 0px;
}

.mpassignproduct-product-view .button {
    padding: 6px 25px;
}

.catalog-product-view .fieldset > .field.required > .label:after {
    margin: 0px 0px 0px 0px;
}

.budget-rfq {
    width: 91% !important;
}

.budget-dollar {
    width: 10%;
    font-size: 19px;
}

.highlight {
    background-color: yellow;
}

body {
    background-color: #f2f2f2;
    font-family: "Poppins", sans-serif;
}

.listcard {
    background-color: #fff;
    padding: 15px;
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
    box-shadow:
        0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 3px 0 rgba(0, 0, 0, 0.12);
}

.listcard h3 {
    padding-top: 0;
    margin-top: 0;
    font-weight: bolder !important;
}

.listcard .address {
    display: flex;
}

.listcard .address span {
    display: grid;
    padding: 0 15px 10px 0;
}

.listcard .contact-details {
    display: flex;
}

.listcard .contact-details span {
    display: grid;
    padding: 0 15px 10px 0;
    text-transform: capitalize;
}

.b-disc {
    width: 100%;
}

.filter-for-dmp {
    font-family: "Roboto-Medium";
    font-weight: 600 !important;
    color: #497dc4;
    font-size: 14px;
    text-transform: none;
    font-family: "Poppins";
    padding: 15px 15px 15px 20px;
    margin: 0px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
}

.filter-for-dmp a {
    font-family: "icons-blank-theme";
    content: "\e622";
    font-family: "Poppins", sans-serif;
    width: 100%;
    display: block;
}

.dmp-filter {
    text-decoration: none !important;
}

.filter-dropdown {
    margin: 0;
    font-family: "Roboto-Medium";
}

.filter-dropdown label {
    color: #000;
    font-family: "Roboto", sans-serif;
}

.filter-for-dmp a {
    font-family: "icons-blank-theme";
    content: "\e622";
    font-family: "Poppins", sans-serif;
}

.dmp-filter i {
    text-align: right;
    float: right;
}

.btn-blue-search {
    background-color: #007bff;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .listcard .address {
        display: block;
    }

    .listcard .contact-details {
        display: block;
    }
}

.sellerslist-index-index b,
strong {
    font-weight: bolder !important;
}

.rating-main span {
    color: #b1b3b3;
    font-size: 25px;
    padding: 0 3px;
}

.rating-checked {
    color: #fcd93a !important;
}

.rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    height: auto;
    position: relative;
}

.rating-0 {
    filter: grayscale(100%);
}

.rating > input {
    display: none;
}

.rating > label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: 0.3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.filter-options-content .rating > input {
    display: none;
}

.filter-options-content .rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}

.filter-options-content .rating > input {
    display: none;
}

.filter-options-content .rating > label {
    position: relative;
    width: 1.5em;
    font-size: 22px;
    font-weight: 300;
    color: transparent;
    cursor: pointer;
}

.filter-options-content .rating > label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
    display: none;
}

.filter-options-content .rating > label:hover:before,
.filter-options-content .rating > label:hover ~ label:before {
    display: none;
    opacity: 1 !important;
}

.filter-options-content .rating > input:checked ~ label:before {
    opacity: 1;
}

.filter-options-content .rating:hover > input:checked ~ label:before {
    opacity: 0.4;
}

.private-product {
    font-family: Poppins;
    font-size: 20px;
    color: #202525;
    font-weight: 600 !important;
    display: block;
    margin-bottom: 11px;
}

.pr-heading {
    padding: 0px 15px 0px 15px;
    margin-top: 20px;
}

.stripe-payments-express-minicart {
    margin-top: 0;
}

.profile_img img {
    width: 55px;
    height: 55px;
    float: left;
    border-radius: 28px;
}

.profile_name {
    padding: 10px;
}

.profile_name span {
    padding: 8px;
}

.profile_area hr {
    border: 1px solid #497dc4;
}

.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
    background: #f0f0f0;
    color: #949494;
}

.swatch-option.text {
    background: #f0f0f0;
    color: #686868;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 7px;
    min-width: 22px;
    padding: 4px 8px;
}

.swatch-option {
    border: 1px solid #dadada;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 0 10px 5px 0;
    max-width: 100%;
    min-width: 30px;
    overflow: hidden;
    padding: 1px 2px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
}

.swatch-input {
    left: -1000px;
    position: absolute;
    visibility: hidden;
}

.page-main .columns {
    margin-top: 35px;
    background: #fff;
}
.wk-mp-login-container .wk-supplier-account-container .wk-supplier-continer {
    width: 30%;
}
/*celebrity css*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

::selection {
    background: #8e44ad;
    color: #fff;
}

#celebrity_container {
    display: flex;
    flex-wrap: wrap;
}

.container .box {
    width: 33%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 0px;
    border-radius: 5px;
    flex: 0 0 33.3333%;
    margin-bottom: 15px;
}

.box .quote i {
    margin-top: 10px;
    font-size: 45px;
    color: #17c0eb;
}

.container .box .image {
    margin: 10px 0;
    height: 268px;
    width: 268px;
    padding: 3px;
}

.box .image img {
    height: 100%;
    width: 100%;
    /*  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;*/
}

.box p {
    text-align: justify;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
}

.box .name_job {
    margin: 10px 0px 7px 0px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.rating i {
    font-size: 18px;
    color: #8e44ad;
    margin-bottom: 5px;
}

.btns {
    margin-top: 4px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.btns button {
    background: #8e44ad;
    width: 100%;
    padding: 9px 0px;
    outline: none;
    border: 2px solid #8e44ad;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #8e44ad;
    transition: all 0.3s linear;
}

.btns button:first-child {
    background: none;
    margin-right: 5px;
}

.btns button:last-child {
    color: #fff;
    margin-left: 5px;
}

.btns button:first-child:hover {
    background: #8e44ad;
    color: #fff;
}

.btns button:hover {
    color: #fff;
}
 .fieldset .field .control {
    width:auto !important;
    position: relative;
}
 .wk-signup-step-account-info .fieldset .field .control {
    width:100% !important;

}
.form-address-edit .fieldset .field .control {
    width:100% !important;
}
.form-address-edit .fieldset .field .telephone label{
   margin-top: 15px !important;
}
.form-address-edit .fieldset .legend{
 margin:15px 0 0 0px !important;
 font-size: 16px;
color: #fc8927 !important;
font-weight: 600 !important;
}
.form-address-edit .actions-toolbar{
    margin: 0px !important;
}
.form-edit-account .actions-toolbar{
    margin: 0px !important;
}
.form-edit-account .legend{
    margin: 0px !important;
    font-size: 16px !important;
    color: #fc8927 !important;
}
.form-edit-account .fieldset .field .control{
    width:100% !important;
}
 #wk-supplier-login-form .fieldset .field .control {
    width:100% !important;
}
 #wk-supplier-login-form .fieldset .field .control i{

    position: absolute;
    right: 4%;
    margin-top: 11px;

}
.additional-attributes-wrapper table:nth-child(2) tbody tr:first-child{
text-align: left;
    font-size: 19px;
    margin-bottom: 1rem;
    display: inline-block;
}
@media (max-width: 1045px) {
    .container .box {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
}

@media (max-width: 710px) {
    .container .box {
        width: 100%;
    }
}

.fa:hover {
    opacity: 0.9;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

.fa-reddit {
    background: #ff5700;
    color: white;
}

h1 {
    color: green;
}

.viewproductbtn {
    border-radius: 4px;
    border: 1px solid #497dc4;
    background: #fff;
    padding: 6px 12px;
    margin-top: 5px;
    display: block;
    width: fit-content;
    font-size: 15px;
}

.viewproductbtn:hover {
    text-decoration: none;
    border-radius: 4px;
    background: #497dc4;
    color: #fff;
}

.social-icons {
    padding-bottom: 15px;
}

.social-icons img {
    width: 24px;
    margin-right: 10px;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.modes-mode:before {
    font-size: 1px !important;
}

.modes {
    float: right !important;
    margin-right: 5px !important;
}

.page-layout-2columns-left .sidebar-additional .block-title strong {
    font-size: 1.5rem;
}

/** Sideform **/
.sidebar-form {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-top: 24%;
}
.sidebar-form form {
    padding: 14px 4px 12px 2px;
    width: 100% !important;
}

.sidebar-form h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.sidebar-form .field {
    margin-bottom: 15px;
}

.sidebar-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    color: #555;
    font-size: 14px;
}

.sidebar-form select {
    width: 100%;
    padding: 4px 15px 5px 37px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fafafa;
    font-size: 14px;
}

.sidebar-form select:focus {
    border-color: #007bdb;
    box-shadow: 0 0 0 2px rgba(0, 123, 219, 0.1);
}

.sidebar-form .actions {
    text-align: right;
}

.sidebar-form button.action.primary {
    background-color: #007bdb;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}
.sidebar-form button.action.primary:hover {
    background-color: #005fa3;
}

/* .testing{
  font-size: 1px;
} */

/* .testing8{
  font-size: 1px;
} */