.mandatory {
    color: red!important;
}
.mandatory {
    color: red!important;
    font-size: 16px;
}

.fiel h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 70px;
    margin-bottom: 30px;
}

#primaryNav .nav-link.active {
    color: var(--dark) !important;
    border-bottom: 1px solid #000 !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    max-width: 48% !important;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    max-width: 48% !important;
}
.anr_captcha_field{ margin-top: 1rem;}
@media only screen and (max-width: 991px) {
    #searchfilterForm .hidden-mob {
        display: block;
    }
}

.maxim_loader {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    display: block;
    position: relative;
}

.max_loader {
    border: 7px solid #eae8e8;
    border-radius: 50%;
    border-top: 7px solid #000;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.max_loader_img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    border-radius: 50%;
}

.grey-bg .nav-tabs .nav-link:focus,
.grey-bg .nav-tabs .nav-link:hover {
    color: var(--dark);
    background-color: #fff;
}

.woocommerce-notices-wrapper {
    position: absolute;
    top: 151px;
    width: 370px;
    margin: 0 auto;
    left: 50%;
    z-index: 9999;
    display: block;
    text-align: center;
    /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important; */
    transform: translateX(-50%);
}

@media only screen and (max-width: 1199px) {
    .woocommerce-notices-wrapper{
        top:105px;
    }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-success,
.woocommerce-message {
    /*margin: 0 !important;*/
    margin: 0 0 10px 0 !important;
}
/* 
.woocommerce {
    padding-top: 3rem !important;
} */

.woocommerce-message {
    border-top-color: #0263e1;
    background-color: #468de8;
    color: #ffffff;
}

.woocommerce-error {
    border-top-color: #b81c23;
    background-color: #fb5252;
    color: #ffffff;
}

.woocommerce-info {
    border-top-color: #e09817;
    background-color: #fdba41;
    color: #ffffff;
}

.woocommerce-success {
    /* border-top-color: #14a02d;
    background-color: #4fcb65;
    color: #ffffff; */
    background-color: #dddddd;
    /*margin: 0 !important;*/
    color: #333333;
    border: 3px solid #cccccc;
}

.woocommerce-success::before{
    color: #333333;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    color: #ffffff;
}

.lost_reset_password .cancel_btn_lst {
    font-family: "BentonSansBold";
    color: var(--dark) !important;
    padding: .375rem .75rem;
    border: solid 1px var(--dark-gray);
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: .25rem;
    margin-left: 8px;
}

.lost_reset_password .cancel_btn_lst:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

#topNavÃ¢â‚¬Â¯a:hoverÃ¢â‚¬Â¯ {
    color: Ã¢â‚¬Â¯var(--danger);
}

.woocommerce form .form-row label,
.woocommerce form .form-row textarea,
.woocommerce-input-wrapper {
    width: 100% !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.woocommerce form .form-row textarea.input-text{
    height: 5rem;
} 
.woocommerce-currency-switcher {
    margin-right: 5px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce-form-register__submit {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    background: var(--dark);
    color: var(--white) !important;
    font-size: 12px;
    transition: all 0.5s;
    font-family: "BentonSansBold";
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px !important;
}

.woocommerce a.button.btn-continue-shopping {
    margin: 0 auto;
    float: none;
    background: var(--dark) !important;
    color: var(--white) !important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    border: 1px solid var(--dark-gray);
    background: var(--dark-gray);
    color: var(--white) !important;
}

.wishlist_table tr td.product-price {
    text-align: left;
}
.wishlist_table th.product-price,
.wishlist_table td.product-price{
    display: none;
}

/* share social media icon */

.share-social .fab {
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-social .fab:hover {
    opacity: 0.7;
}

.share-social .fa-facebook {
    background: #3B5998;
    color: white;
}

.share-social .fa-twitter {
    background: #55ACEE;
    color: white;
}

.share-social .fa-whatsapp {
    background: #25D366;
    color: white;
}

.share-social .fa-linkedin {
    background: #007bb5;
    color: white;
}

.woocommerce table.cart img {
    max-width: 80px !important;
}

.coupon {
    display: flex;
}

#coupon_code {
    width: 150px;
    margin-right: .5rem;
}

.woocommerce-info {
    border-top-color: #d2d2d2;
    background-color: #e4e4e4;
    color: #484848;
}

.woocommerce-info::before {
    color: #484848;
}

body .order-total span.festi-user-role-prices-regular-price-lable {
    color: #333 !important;
    font-weight: 400 !important;
}

#primaryNav .nav-link.active,
#primaryNav .nav-link:hover {
    color: var(--dark) !important;
    border-bottom: 1px solid #000 !important;
}

#primaryNav .nav-link:focus {
    color: var(--dark) !important;
}

#topNav select.woocommerce-currency-switcher {
    padding: 3px 13px 3px 5px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
}

.inner-banner {
    background-size: cover;
    /* padding: 180px 0 4rem; */
    max-height: 335px;
    overflow: hidden;
    position: relative;
}

.inner-banner::before {
    content: "";
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    height: 50%;
    bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .inner-banner {
        padding: 180px 0 2rem;
    }
}

.registeration_form label .required {
    color: red;
}


/* .slideShow.fullScreen .slideElement {
    max-height: 450px;
} */


/*. payment_method_stripe .payment_box.payment_method_stripe {
    padding: 0 !important;
}
. payment_method_stripe #top fieldset {
    margin: 0 !important
}#wc-stripe-cc-form {
    margin: 0 !important;
}*/

.cstmaddtocart {
    display: none !important;
}

.client-bx:hover {
    background: rgb(0, 0, 0);
}

.client-bx:hover img {
    filter: brightness(1) invert(1);
}

.maximworld_wishlist,
.cart_page {
    margin-top: 32px !important;
}

.abtPoints li {
    margin-bottom: .5rem;
}

.abtPoints li span {
    font-size: 1rem;
    vertical-align: inherit;
    margin-right: .5rem;
}

.viewAll-btn {
    border: solid 1px var(--dark-gray);
    padding: .3rem 1rem;
    border-radius: .25rem;
    right: 0;
    font-size: .75em;
    font-family: "BentonSansBold";
    color: var(--dark-gray) !important;
}

.viewAll-btn:hover {
    background: var(--dark-gray);
    color: #fff !important;
}

.viewAll-btn i {
    background: var(--dark);
    color: var(--white);
    padding: .3rem .5rem;
}

#tw_email.form-control {
    border-color: #fff;
    border-radius: .25rem;
}

.filter-accordion {
    max-height: 150px;
    overflow: hidden;
    overflow-y: auto;
}

.filter-accordion .custom-control-label {
    font-size: .9rem;
}

.fixTop {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
}

.search-count {
    font-weight: bold;
}

button.close {
    right: 0px;
    margin-top: 0px;
}

.filterBg {
    background: #fff;
    padding: 1rem 1rem;
    border: solid 1px #ced4da;
    font-size: .9rem;
    border-radius: .35rem;
}

.filtHeader {
    padding: .5rem 0;
    border-top: solid 1px #ced4da;
    border-left: none;
    border-right: none;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.filtMain .card {
    border: none;
}

.filtMain .card h2 {
    background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
    background-size: 12px;
    cursor: pointer;
    font-size: 15px;
}

.filtMain .card h2.collapsed {
    background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}

.clearBtn {
    float: right;
    font-size: 12px;
    margin-top: 4px;
    position: relative;
}

.clearBtn::before {
    content: '\f053';
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: .67rem;
}

.btn-light.dropdown-toggle {
    height: auto !important;
    padding: 5px 5px 4px !important;
    background: transparent !important;
    color: var(--dark-gray) !important;
    font-family: 'RobotoRegular';
    border: none;
    line-height: 14px !important;
}

.btn-light.dropdown-toggle::after {
    color: var(--dark-gray);
}

#topNav .dropdown {
    display: inline-flex;
}

#topNav .dropdown-menu {
    min-width: 12em;
}

.prodBox .price {
    margin: 0 auto 0.5rem;
    font-size: 20px;
    font-family: 'BentonSansBold';
    height: 16px;
}

.profname {
    font-size: .9rem;
    line-height: 1.5rem;
    max-width: 95px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.prodBox .btn-group {
    border: solid 1px #b9b9b9;
    border-radius: 0;
}

.prodBox .btn-group .btn {
    border: none;
    border-radius: 0;
}

.prodBox .btn-cartBtn {
    position: relative;
}

.prodBox .btn-cartBtn button.btn:before,
.prodBox .btn-cartBtn button.btn:after {
    content: '';
    height: 25px;
    width: 1px;
    background: #b9b9b9;
    position: absolute;
    top: 4px;
}

.prodBox .btn-cartBtn button.btn:before {
    right: -1px;
}

.prodBox .btn-cartBtn button.btn:after {
    left: 0px;
}

.qty-container .form-control {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .fa-2x {
        font-size: 1.1rem;
    }
}

.btn-light.dropdown-toggle {
    height: auto !important;
    padding: 5px 5px 4px !important;
    background: transparent !important;
    color: var(--dark-gray) !important;
    font-family: 'RobotoRegular';
    border: none;
    line-height: 14px !important;
}

.btn-light.dropdown-toggle::after {
    color: var(--dark-gray);
}

#topNav .dropdown {
    display: inline-flex;
}

#topNav .dropdown-menu {
    min-width: 12em;
}

#design li {
    width: 48%;
    display: inline-block;
}

.prDet-desc .nav-link {
    padding: .5rem 1rem .5rem 0rem;
}

.register label, .register .form-check label {
    font-size: .85rem;
}


.heading1 {
    font-size: 20px;
}

a.edit {
    font-size: .9rem;
    position: absolute;
    right: 18px;
    top: 5px;
}

.woocommerce-MyAccount-content .woocommerce-Address,
.woocommerce-MyAccount-content .woocommerce-Address {
    margin-top: 2rem;
}

.woocommerce-Address address {
    border: solid 1px var(--gray);
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: .95rem;
    background: var(--light-gray);
}

.woocommerce-orders-table__cell-order-actions a.button {
    margin-right: 0.5 rem;
}

.woocommerce-button.button.pay {
    background: var(--green);
    margin-right: .5rem;
}

.woocommerce-button.button.view {
    background: var(--dark);
    margin-right: .5rem;
}

.woocommerce-button.button.cancel {
    background: var(--danger);
}

.nav-item.woocommerce-MyAccount-navigation-link.is-active {
    background: var(--light-gray);
}

#primaryNav .nav-link {
    letter-spacing: 1px;
    border-bottom: 1px solid #fff;
}

.btn-askprice {
    background: var(--dark);
    padding: 5px 10px;
    margin: .25rem auto 1rem;
    font-size: 12px;
}

.prodName h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--dark);
    font-family: 'BentonSansBold';
    margin: 1rem 0 .5rem;
    /* height: 32px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.prodBox {
    background: var(--white);
    padding: 1rem;
    height: auto;
    box-shadow: 0 0 10px #e2e2e2;
    border-radius: var(--rounded);
}

.btn-share {
    background: transparent;
    color: var(--dark) !important;
    font-family: 'RobotoLight';
    font-size: .8em;
    text-transform: uppercase !important;
    border: none;
}

.btn-number {
    background: var(--gray);
    color: var(--dark-gray) !important;
    border-radius: 0;
    border-color: #C9BEBE;
    font-family: "RobotoRegular";
    font-size: .9em;
    padding: .5rem .75rem;
}

.prDet-desc .nav-link.active {
    border: 0;
    border-bottom: 2px solid var(--dark);
    color: var(--dark);
    background: transparent;
}

.admin-menu .nav-item {
    border-bottom: 1px solid var(--gray);
    margin-top: 0;
    padding: .25rem 0;
}

.prodBox .btn-group {
    border: solid 1px #b9b9b9;
    border-radius: 0;
}

.prodBox .btn-group .btn {
    border: none;
    border-radius: 0;
}

.prodBox .btn-cartBtn {
    position: relative;
}

.prodBox .btn-cartBtn button.btn:before,
.prodBox .btn-cartBtn button.btn:after {
    content: '';
    height: 25px;
    width: 1px;
    background: #b9b9b9;
    position: absolute;
    top: 4px;
}

.prodBox .btn-cartBtn button.btn:before {
    right: -1px;
}

.prodBox .btn-cartBtn button.btn:after {
    left: 0px;
}

.form-control {
    /* border-radius: 0; */
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-appearance: auto;
    font-size: 1rem;
    font-family: "RobotoLight";
}

.woocommerce-Address-title.title {
    margin-bottom: 1rem;
}

.borderRight {
    border-right: solid 1px #b9b9b9 !important;
}

.borderLeft {
    border-left: solid 1px #b9b9b9 !important;
}

.woocommerce-currency-switcher-form {
    margin-right: .5rem !important;
}

.chosen-container {
    vertical-align: top !important;
}

.text-underline {
    position: relative;
}

.text-underline:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100px;
    height: 2px;
    background: var(--dark);
}

.sortBy {
    margin-top: .5rem;
    margin-right: .5rem;
}

.chosen-container-single .chosen-single span {
    font-size: 14px;
}
.select2-container .select2-selection--single{
    height: 38px !important;
    border: 1px solid #ccc !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px !important;
    color: #495057 !important;
}
a.text-underline-hove:hover{text-decoration: underline !important;}

.floating-alert{
    display: block;
    position: fixed;
    top: 160px;
    z-index: 10000;
    width: 100%;
}

.floating-alert .woocommerce-message{
    max-width: 460px;
    margin: 0px auto !important;
    background: #fff;
    border: navajowhite;
    border-radius: 6px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.floating-alert .woocommerce-message::before {
    color: #000 !important;
}

@media only screen and (max-width: 600px) {
    .floating-alert{
        top: 118px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .aboutFeatures ul li {
        width: 18%;
        margin: 10px;
    }
    .feature-single .feat-img {
        margin: 0 auto 10px;
    }
}

@media only screen and (max-width: 991px) {
    .mobFilter {
        background: var(--dark);
    }
    .filterBg {
        width: 100%;
        border: none;
    }
    #filterModal .custom-control-input[checked="checked"]+.custom-control-label::before {
        z-index: 2;
    }
}

@media only screen and (max-width: 768px) {
    .viewAll-btn {
        margin-top: 1rem;
    }
    .fa-2x {
        font-size: 1.1rem;
    }
    #design li {
        width: 100%;
        display: inline-block;
    }
    .aboutFeatures ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .aboutFeatures ul li {
        width: 45%;
    }
    .feature-single h5 {
        font-size: 14px;
    }
    .feature-single .feat-img {
        width: 55px;
        height: 80px;
        margin: auto;
    }
    .feature-single {
        padding: 1rem .3%;
    }
    .aboutContent p {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
}