﻿#nav:after,
.visual-list:after {
    content: " ";
    display: block;
    clear: both;
}

.right-arrow:before {
    content: ">";
}

.users-list,
#nav,
.visual-list,
.state-list,
.nav-footer,
.category-list,
.social-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

@font-face {
    font-family: "Oswald";
    src: url("../fonts/oswald-medium-webfont.eot");
    src: url("../fonts/oswald-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-medium-webfont.woff2") format("woff2"), url("../fonts/oswald-medium-webfont.woff") format("woff"), url("../fonts/oswald-medium-webfont.ttf") format("truetype"), url("../fonts/oswald-medium-webfont.svg#oswaldmedium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?okw8qt");
    src: url("../fonts/icomoon.eot?#iefixokw8qt") format("embedded-opentype"), url("../fonts/icomoon.ttf?okw8qt") format("truetype"), url("../fonts/icomoon.woff?okw8qt") format("woff"), url("../fonts/icomoon.svg?okw8qt#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Stencil';
    src: url('../fonts/StencilStd.woff2') format('woff2'), url('../fonts/StencilStd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
    content: "\e60b";
}

.icon-chevron-down:before {
    content: "\e60d";
}

.icon-facebook:before {
    content: "\e600";
}

.icon-google-plus:before {
    content: "\e601";
}

.icon-gear:before {
    content: "\e602";
}

.icon-handguns:before {
    content: "\e603";
}

.icon-instagram:before {
    content: "\e604";
}

.icon-pencil:before {
    content: "\e605";
}

.icon-rifles:before {
    content: "\e606";
}

.icon-scope:before {
    content: "\e607";
}

.icon-search:before {
    content: "\e608";
}

.icon-shotguns:before {
    content: "\e609";
}

.icon-twitter:before {
    content: "\e60a";
}

html {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Lato", "Arial", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #e5e0bf;
    padding-top: 86px !important;
}

@media(max-width: 1200px) {
    body {
        padding-top: 81px !important;
    }
}

@media(max-width: 991px) {
    body {
        padding-top: 60px !important;
    }
}

@media(max-width: 767px) {
    body {
        padding-top: 51px !important;
    }
}

a {
    -webkit-transition: background .3s, opacity .3s, color .3s ease;
    transition: background .3s, opacity .3s, color .3s ease;
}

    a:focus {
        outline: none;
    }

#wrapper {
    overflow: hidden;
    width: 100%;
    /* height: 100%;
    display: table;*/
    margin: 0 auto;
}

.container-fluid {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.form-control {
    box-shadow: none;
    font-size: 18px;
    line-height: 50px;
    padding: 2px 12px 1px;
    width: 100%;
    -webkit-appearance: none;
}

    .form-control:focus {
        box-shadow: none;
    }

    .form-control::-webkit-input-placeholder {
        color: #79706e;
    }

    .form-control::-moz-placeholder {
        opacity: 1;
        color: #79706e;
    }

    .form-control:-moz-placeholder {
        color: #79706e;
    }

    .form-control:-ms-input-placeholder {
        color: #79706e;
    }

    .form-control.placeholder {
        color: #79706e;
    }

#recaptcha_widget {
    padding: 20px 0px;
}

.btn {
    border-width: 2px;
    font: 300 22px/26px "Oswald", "Arial", "Helvetica", sans-serif;
    padding: 12px 21px;
    -webkit-transition: background .3s, opacity .3s, color .3s ease;
    transition: background .3s, opacity .3s, color .3s ease;
    white-space: normal;
}

button:focus {
    outline: 0 !important;
}

#main_site .btn-primary {
    color: #ffffff;
    background-color: #6F825F;
    border-color: #BFC2BC;
}

    #main_site .btn-primary:hover,
    #main_site .btn-primary:focus,
    #main_site .btn-primary:active,
    #main_site .btn-primary.active,
    #main_site .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #56634B;
        border-color: #BFC2BC;
    }

    #main_site .btn-primary:active,
    #main_site .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    #main_site .btn-primary.disabled,
    #main_site .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    #main_site .btn-primary.disabled:hover,
    #main_site .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    #main_site .btn-primary.disabled:focus,
    #main_site .btn-primary[disabled]:focus,
    #main_site fieldset[disabled] .btn-primary:focus,
    #main_site .btn-primary.disabled:active,
    #main_site .btn-primary[disabled]:active,
    #main_site fieldset[disabled] .btn-primary:active,
    #main_site .btn-primary.disabled.active,
    #main_site .btn-primary[disabled].active,
    #main_site fieldset[disabled] .btn-primary.active {
        background-color: #6F825F;
        border-color: #BFC2BC;
    }

    #main_site .btn-primary .badge {
        color: #6F825F;
        background-color: #ffffff;
    }


.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: 29px;
}

.bg-stretch {
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

.loader-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.loader {
    position: relative;
}

    .loader:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(10, 10, 10, .5);
        z-index: 199;
        content: "";
    }

    .loader .loader-box {
        opacity: 1;
        visibility: visible;
    }


#header .top-holder {
    position: fixed;
    top: 0;
    left: 0;
    padding: 14px 0;
    background: url("../images/bg-body.png") repeat;
    width: 10px;
    height: 10px;
    background-color: #0a0a0a;
    box-shadow: 0 0 5px 0 rgba(10, 10, 10, .8);
    z-index: 100;
    width: 100%;
    height: auto;
    -webkit-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.32);
    box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.32);
}

#header .align-right {
    letter-spacing: -4px;
    width: calc(100% - 260px);
    text-align: right;
    padding: 6px 0 0;
}

    #header .align-right > * {
        letter-spacing: 0;
    }

#logo {
    width: 260px;
}

    #logo img {
        max-width: 100%;
        height: auto;
    }

.search-form {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

    .search-form .form-group {
        margin-bottom: 0;
        width: 100%;
    }

    .search-form .form-control {
        border: 0;
        width: 100%;
        padding-right: 50px;
    }

    .search-form .btn {
        padding: 0;
        border: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 31px;
        color: #5d734d;
        font-family: "icomoon";
    }

        .search-form .btn:before {
            line-height: 50px;
        }

        .search-form .btn:hover {
            background: transparent;
            color: #0a0a0a;
        }

.create-btn {
    margin: 0 0 0 30px;
    padding: 11px 5px 9px 8px;
    background: transparent;
}

    .create-btn [class^="icon-"] {
        margin: -5px 0 0 7px;
        font-size: 30px;
        display: inline-block;
        vertical-align: top;
    }

.users-list {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 -3px 30px;
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    min-width: 155px !important;
}

    .users-list li {
        margin: 0 0 3px;
    }

    .users-list a {
        color: #e5e0bf;
    }

        .users-list a:hover {
            color: #d3cb93;
        }

#nav {
    font: 300 23px/26px "Oswald", "Arial", "Helvetica", sans-serif;
    text-align: center;
    padding: 10px 0 8px;
    max-width: 1000px;
    margin: 0 auto;
}

    #nav li {
        float: left;
    }

    #nav [class^="icon-"] {
        margin: 5px 0 0;
        display: inline-block;
        vertical-align: top;
        font-size: 40px;
    }

        #nav [class^="icon-"].icon-shotguns {
            font-size: 23px;
        }

        #nav [class^="icon-"].icon-rifles {
            font-size: 37px;
        }

        #nav [class^="icon-"].icon-handguns {
            font-size: 34px;
        }

    #nav a {
        color: #e5e0bf;
    }

        #nav a:hover {
            color: #d3cb93;
        }

.nav_post_new_edit {
    background-color: #E8E8E8;
    -webkit-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.32);
    box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.32);
    color: #ffffff;
    padding: 15px 0px;
    margin: 20px 0px;
}

.post_new_edit dt {
    font-size: larger;
    padding: 5px 0px;
}

.post_new_edit .state-list {
    text-align: left;
    padding: 1% 0 0 7.3%;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -moz-column-count: 5;
    -moz-column-gap: 0;
    -webkit-column-count: 5;
    -webkit-column-gap: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
}

.post_new_edit .categories_block {
    padding: 15px 0px;
}

.post_new_edit .category-list {
    text-align: left;
    padding: 1% 0 0 7.3%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
}

.post_new_edit .cat_header {
    font-size: larger;
}

.nav_post_new_edit .selected {
    color: #79706e;
}

.nav_post_new_edit #nav .success a {
    color: #d0d9c8;
}

    .nav_post_new_edit #nav .success a:hover {
        color: #6f825f;
    }

.banner {
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
    font: 300 30px/39px "Oswald", "Arial", "Helvetica", sans-serif;
    color: #fff;
    padding: 34px 0 31px;
    border-bottom: 1px solid #fff;
    background-color: #000000;
}

    .banner .picture-holder {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        z-index: -1;
    }

    .banner h1 {
        margin: 0 0 1px;
    }

    .banner b {
        font-weight: 500;
    }

    .banner p {
        margin: 0 0 20px;
    }

#main {
    padding: 24px 0 37px;
    background: url("../images/bg-content.png") repeat-x;
    width: 100%;
    height: auto;
    background-color: #fff;
}

#main_site {
    padding: 24px 0 37px;
    width: 100%;
    height: auto;
    background-color: #fff;
    color: #79706e;
}

    #main_site h1,
    #main_site h2 {
        color: #79706e;
        font-weight: 400;
        text-transform: uppercase;
    }

a.visible-sm.visible-xs.msg_notification.messagenotification.inboxmobilescreen {
    color: #e5e0bf;
}

.users-list li {
    line-height: 1.2;
}

.visual-list {
    margin: 0 -2.3% 33px -2.2%;
}

    .visual-list li {
        float: left;
        width: 25.3%;
        margin: 0 2%;
    }

.state-hold {
    text-align: center;
    position: relative;
    z-index: 1;
}

    .state-hold h2 {
        margin: 0 0 42px;
        color: #79706e;
        font-weight: 400;
    }

        .state-hold h2 a {
            color: #79706e;
        }

    .state-hold .panel-body {
        padding: 0;
    }

.state-list {
    text-align: left;
    padding: 0 0 0 7.3%;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -moz-column-count: 5;
    -moz-column-gap: 0;
    -webkit-column-count: 5;
    -webkit-column-gap: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

    .category-list,
    .state-list li {
        padding: 0 10px 0 0;
        margin: 0 0 10px;
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }


#footer {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 1%;
    display: table-footer-group;
    background: url("../images/bg-body.png") repeat;
    background-color: black;
}

    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: #d3cb93;
        }

    #footer .top-hold {
        background: #2f2d24;
        padding: 26px 0 22px 20px;
        font-size: 17px;
        line-height: 20px;
        font-weight: 700;
        margin: 0 0 25px;
        text-align: left;
    }

        #footer .top-hold a {
            color: #e5e0bf;
        }

            #footer .top-hold a:hover {
                color: #d3cb93;
            }

    #footer h3 {
        margin: 0 0 12px;
        line-height: 22px;
    }

    #footer p {
        margin: 0 0 20px;
    }

    #footer .text-block {
        border: 4px solid #fff;
        padding: 17px 30px 0;
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 20px;
    }

.nav-footer li {
    margin: 0 0 12px;
}

.social-list {
    margin-bottom: 27px;
    letter-spacing: -4px;
    /*font-size: 41px;
    line-height: 44px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 32px;
}

    .social-list li a {
        display: block;
    }

        .social-list li a img {
            max-width: 40px;
            max-height: 40px;
            vertical-align: middle;
        }
    /*.social-list li {
        letter-spacing: 0;
        display: inline-block;
        vertical-align: middle;
        margin: 0 16px;
    }*/
    .social-list .icon-youtube {
        font-size: 49px;
    }

.copy {
    display: block;
    padding: 0 0 10px;
}

.maintenanceMessage {
    text-align: center;
    color: white;
    padding: 10px;
    background: red;
    font-weight: 600;
    padding: 10px;
}

/* Fitler Form Start */
.fitler-form-main form label {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.fitler-form-main form .form-control {
    border: 1px solid #AFAFAF;
    border-radius: 8px;
    height: 40px;
    line-height: 100%;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}


.fitler-form-main form select.form-control, .fitler-form-main form .select2-container--default .select2-selection--multiple, .filterShortBy .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-image: url(../images/down-select.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
    background-size: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000 !important
}

.fitler-form-main form text {
    height: 40px;
    display: block;
    text-align: center;
}

    .fitler-form-main form text i {
        height: 40px;
        line-height: 40px;
        color: #000000;
        font-size: 20px;
    }

.fitler-form-main form .nav-tabs {
    margin-top: 10px;
    border: none;
    margin-bottom: 30px;
}

    .fitler-form-main form .nav-tabs .nav-item {
        margin-right: 35px;
    }

        .fitler-form-main form .nav-tabs .nav-item:last-child {
            margin-right: 0;
        }

    .fitler-form-main form .nav-tabs .nav-link {
        box-shadow: none;
        border: none;
        background: transparent;
        font-family: "Lato", "Arial", "Helvetica", sans-serif;
        color: #e5e0bf;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.25;
        border-bottom: 3px solid transparent;
    }

        .fitler-form-main form .nav-tabs .nav-link.active {
            background: #59734E1A;
            border-bottom: 3px solid #59734E;
        }

            .fitler-form-main form .nav-tabs .nav-link.active label {
                color: #59734E;
            }

        .fitler-form-main form .nav-tabs .nav-link .search-count {
            color: #000000;
            font-size: 12px;
            font-weight: 400;
            margin-left: 8px;
            padding: 1px 8px;
            line-height: 100%;
            display: inline-block;
            vertical-align: middle;
            border-radius: 11px;
        }

        .fitler-form-main form .nav-tabs .nav-link.active .search-count {
            color: #ffffff;
            background: #000000;
        }

.fitler-form-main form .apply-filter-btn {
    margin-bottom: 25px;
}

    .fitler-form-main form .apply-filter-btn input {
        background: #59734E;
        border-radius: 8px;
        box-shadow: none;
        outline: none;
        text-shadow: none;
        border: none;
        padding: 10px 20px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
    }

.fitler-form-main form .tab-pane .all-group {
    height: 480px;
    padding-top: 30px;
}

.fitler-form-main form .tab-pane .inline-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

    .fitler-form-main form .tab-pane .inline-list .small-text {
        margin-bottom: 12px;
        flex: 25%;
        max-width: 25%;
    }

    .fitler-form-main form .tab-pane .inline-list input[type="checkbox"] {
        width: 100%;
        height: 100%;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        top: 3px;
        left: 0;
        bottom: 0;
        right: 100%;
        z-index: 1;
        opacity: 0;
        cursor: pointer;
    }

    .fitler-form-main form .tab-pane .inline-list label {
        font-weight: 400;
        color: #333;
        display: inline-block;
        width: calc(100% - 40px);
        vertical-align: middle;
        margin: 0;
        cursor: pointer;
    }

.fitler-form-main form .tab-pane .has-search {
    position: relative;
    width: calc(100% - 120px);
    display: inline-block;
}

    .fitler-form-main form .tab-pane .has-search img {
        position: absolute;
        right: 4px;
        top: 4px;
        width: 32px;
        height: 32px;
        content: "";
    }

    .fitler-form-main form .tab-pane .has-search .form-control {
        box-shadow: 0px 2px 12px #00000029;
        border: none;
    }

.fitler-form-main form .tab-pane .refresh-btn {
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    background: #ebeee9;
    border-radius: 8px;
    margin-top: 4px;
    margin-left: 15px;
}

.fitler-form-main form .tab-pane .selected-count {
    display: inline-block;
    background: #59734E;
    padding: 7px 13px;
    color: #ffffff;
    border-radius: 8px;
    margin-top: 4px;
    margin-left: 11px;
}

    .fitler-form-main form .tab-pane .selected-count label {
        color: #ffffff;
        margin: 0;
        font-size: 14px;
        font-weight: 400;
    }

.fitler-form-main form .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 32px;
}

.fitler-form-main .form-group .select2-container {
    z-index: 100;
}

.fitler-form-main form .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.fitler-form-main form .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0rem;
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #AFAFAF solid 2px;
    border-radius: 4px;
}

.fitler-form-main form .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #59734E;
    background-color: #59734E;
}

.fitler-form-main form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("../images/checked.png");
}


.seller-product-detail-main .seller-detail-inner .seller-dm a.red-bg {
    background-image: url(../images/btn-bg-red.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 11px;
    font-weight: 900;
    color: #ffffff;
    line-height: 130%;
    width: 50px;
    height: 50px;
    padding: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}

.custom-sell-section {
    display: flex;
}



.seller-dm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-sell-section h2 {
    margin-bottom: 0px;
}

.seller-product-detail-main .seller-detail-inner .seller-dm {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

/* Date 18/3 by Abhimanyu*/


.select2-container--default .select2-selection--multiple {
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        color: #000 !important;
        font-size: 12px
    }

.select2-results__option--selectable {
    font-size: 14px;
    color: #000;
}

.sticky_bottom_button_for_all {
    position: fixed;
    background-color: #000;
    z-index: 100000;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
    border: 2px solid #d3cb93;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sticky_bottom_button_for_all img {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        text-align: center;
        left: 15px;
    }


/*Popup box*/
#powerSearchAlertModal .modal-content {
    border-radius: 16px;
}

#powerSearchAlertModal .modal-header {
    background: #59734E;
    border-radius: 16px 16px 0 0;
}

#powerSearchAlertModal .modal-title {
    color: #ffffff;
    margin: 0;
    font-size: 20px;
}

#powerSearchAlertModal button.close {
    color: #ffffff;
    opacity: 1;
}

.popover {
    z-index: 100002 !important;
}

.custom-btn-main {
    font-size: 18px;
    padding: 8px 20px;
    line-height: 120%;
    margin-bottom: 20px;
}

.custom-btn-second {
    font-size: 18px;
    padding: 8px 20px;
    line-height: 120%;
}

.desktop_switch {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .desktop_switch label {
        margin-bottom: 0;
    }

.product_title {
    position: relative;
    padding-right: 22px !important;
}

    .product_title .favicon {
        position: absolute;
        right: -15px;
        top: 0;
        z-index: 1;
    }

        .product_title .favicon i.fa {
            font-size: 20px;
        }

.info-holder.UserType .title a i {
    font-size: 20px;
}

.info-holder.UserType .title a {
    line-height: 0;
}

.continue-btn a.btn {
    padding: 9px 17px 11px;
    font-size: 20px;
    background: #637e31;
    border-radius: 0px;
    color: #fff;
    margin-left: 15px;
}

.pv-btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}

    .pv-btn-group a.btn {
        margin-left: 0;
    }

.continue-btn {
    padding: 0px 20px 20px 20px;
    overflow: hidden;
}

    .continue-btn p {
        margin-bottom: 20px;
    }

.mt-15px {
    margin-top: 15px;
}

#carousel-example-captions h3.productTitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    right: 12px;
    width: auto;
    text-align: left;
    line-height: 1.3;
}

#carousel-example-captions .logindata h3.productTitle {
    right: 122px;
}

@media (min-width: 768px) {
    #powerSearchAlertModal .modal-dialog {
        width: 80%;
    }
}

@media screen and (max-width: 1024px) {
    .responsive_ad.mobile_ad img {
        height: auto;
        width: 100%;
    }
}

@media (max-width:992px) {
    .fitler-form-main form .nav-tabs .nav-item {
        margin-right: 30px;
    }

    .fitler-form-main form .tab-pane .inline-list .small-text {
        flex: 33%;
        max-width: 33%;
    }

    .post_new_edit .state-list {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
    }
}

@media (max-width:767px) {
    .fitler-form-main form .nav-tabs .nav-link .search-count {
        margin-left: 3px;
    }

    .fitler-form-main form .tab-pane .inline-list .small-text {
        flex: 50%;
        max-width: 50%;
    }

    .ac-clear:nth-child(3) {
        clear: both;
    }

    .continue-btn a.btn {
        margin-bottom: 2px;
        line-height: 20px;
    }

    .custom-sell-section a.back-to-list {
        margin-top: -10px;
    }

    .post_new_edit .state-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #carousel-example-captions h3.productTitle {
        right: 0;
    }

    #carousel-example-captions .logindata h3.productTitle {
        right: 0;
    }
}

@media (max-width:480px) {
    .fitler-form-main form .col-xss-12 {
        width: 100%;
        float: none;
    }

    .fitler-form-main form .nav-tabs .nav-item {
        margin-right: 0;
        width: calc(50% - 15px);
    }

        .fitler-form-main form .nav-tabs .nav-item:nth-child(odd) {
            margin-right: 7px;
        }

        .fitler-form-main form .nav-tabs .nav-item:nth-child(even) {
            margin-left: 7px;
        }

    .fitler-form-main form .nav-tabs .nav-link label {
        font-size: 13px;
    }

    .fitler-form-main form .tab-pane .inline-list .small-text {
        flex: 100%;
        max-width: 100%;
    }

    .post_new_edit .state-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }
}

/* Filter Form End */


/*Verification form*/
.verification-form-wrap {
    width: 600px;
    max-width: 100%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 45px 0 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

    .verification-form-wrap .form-group {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .verification-form-wrap .form-group .input-label {
            font-size: 28px;
            font-weight: normal;
            margin: 0 0 20px;
        }

    .verification-form-wrap p {
        margin: 0 0 15px;
        font-size: 18px;
    }

        .verification-form-wrap p:last-child {
            margin-bottom: 0
        }

    .verification-form-wrap .verification-input {
        float: left;
        width: 350px;
        text-align: center;
    }

        .verification-form-wrap .verification-input .form-control {
            width: 100%;
        }

    .verification-form-wrap .resend-code-wrap {
        margin: 0;
        padding: 15px;
        float: left;
        font-size: 18px;
        position: relative;
    }

        .verification-form-wrap .resend-code-wrap img.throbber {
            width: 32px;
            height: 32px;
            position: absolute;
            right: 0;
            top: 9px;
            margin: 0
        }

    .verification-form-wrap .verification-form-action {
        margin-top: 30px;
    }

        .verification-form-wrap .verification-form-action input, .verification-form-wrap .verification-form-action button {
            min-width: 200px;
            padding: 11px 0;
            background-color: #59734e;
            border: 3px solid #59734e;
            font-size: 18px;
            color: #fff;
            font-weight: normal;
            cursor: pointer;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            transition: all 0.35s ease 0s;
            -webkit-transition: all 0.35s ease 0s;
            display: inline-block;
            vertical-align: middle;
            outline: none
        }

            .verification-form-wrap .verification-form-action input.btn:hover, .verification-form-wrap .verification-form-action button.btn:hover {
                background: #fff;
                color: #59734e;
            }

    .verification-form-wrap .verification-msg {
        font-size: 18px;
        margin: 13px 0 0;
    }

.resend-code-wrap span#counter {
    margin-left: 7px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600 !important;
}

    .resend-code-wrap span#counter:empty {
        display: none;
    }

.verification-form-wrap .resend-code-wrap span.timer {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500 !important;
}

.verification-form-wrap .resend-code-wrap a#resendCodeLink {
    margin-left: 7px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600 !important;
}

.verification-form-wrap label#contactToAdminMsg {
    font-size: 14px;
    color: #ff0000;
    font-weight: 500 !important;
    line-height: 24px;
    margin: 0;
    padding: 15px;
}

.verification-form-wrap label#message {
    font-size: 15px;
    color: #ff0000;
    line-height: 9px;
    font-weight: 500 !important;
}

.verification-input label#VerificationCode-error {
    color: #ff0000;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400 !important;
}
/*Responsive*/
@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    body {
        background-image: url("../images/bg-body@2x.png");
        background-size: 10px 10px;
    }

    #header .top-holder {
        background-image: url("../images/bg-body@2x.png");
        background-size: 10px 10px;
        -webkit-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.32);
        -moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.32);
        box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.32);
    }

    #main {
        background-image: url("../images/bg-content@2x.png");
        background-size: 100% auto;
    }
}

@media (min-width: 768px) {
    .state-hold h2 a {
        pointer-events: none;
    }

    .state-hold .collapse {
        display: block !important;
        height: auto !important;
    }

    .state-hold .collapsing {
        height: auto !important;
    }
}

@media only screen and (min-width: 1025px) {
    a[href^=tel],
    a[href^=skype],
    a[href^=sms] {
        cursor: default;
        pointer-events: none;
    }
}

@media (max-width: 991px) {
    #header .top-holder {
        padding: 12px 0;
        -webkit-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.32);
        -moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.32);
        box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.32);
    }

    #header .align-right {
        width: calc(100% - 210px);
        padding-top: 0;
    }

    .search-form {
        width: 35%;
    }

    #logo {
        width: 200px;
        margin-right: auto;
    }

    .search-form .btn {
        font-size: 20px;
    }

    .create-btn {
        margin-left: 25px;
        padding: 0 !important;
        border: 0;
    }

    create-btn:hover {
        color: #d3cb93;
    }

    .create-btn [class^="icon-"] {
        margin: 0 0 5px;
    }

    .users-list {
        margin-left: 25px;
    }

    .state-list {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
    }

    #footer {
        display: block;
    }

        #footer .top-hold {
            padding-bottom: 1px;
        }

    .nav-footer {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 16px;
    }

    .btn {
        font-size: 11px;
        line-height: 16px;
        padding: 4px 10px;
    }

    .btn-group {
        vertical-align: top;
    }

        .btn-group .btn + .btn,
        .btn-group .btn + .btn-group,
        .btn-group .btn-group + .btn,
        .btn-group .btn-group + .btn-group {
            margin-left: 13px;
        }

    #header {
        padding-top: 0;
    }

        #header .align-right {
            margin-right: 12px !important;
            padding-right: 30px !important;
        }

        #header .top-holder {
            padding: 6px 0 5px;
            position: static;
            -webkit-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.32);
            -moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.32);
            box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.32);
        }

    #logo {
        width: 130px;
        margin: 0 auto;
        float: none !important;
    }

    .create-btn {
        display: inline-block !important;
        vertical-align: middle;
        margin-left: 0;
    }

        .create-btn.visible-xs {
            margin-left: 15px;
        }

        .create-btn [class^="icon-"] {
            font-size: 20px;
            margin-bottom: 2px;
        }

    .nav-holder {
        padding: 0;
    }

    #nav {
        padding: 20px 0;
        font-size: 18px;
        line-height: 22px;
    }

        #nav li {
            float: none;
            width: 100% !important;
            padding: 0 15px 20px;
            margin: 0 0 20px;
            border-bottom: 1px solid #0a0a0a;
        }

            #nav li:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: 0;
            }

        #nav [class^="icon-"] {
            display: none;
        }

    .navbar-collapse {
        border: 0;
        box-shadow: none;
    }

    .navbar-toggle {
        margin: 0;
        padding: 0;
        border: 0;
        font: 300 11px/16px "Oswald", "Arial", "Helvetica", sans-serif;
        text-align: center;
        -webkit-transition: background .3s, opacity .3s, color .3s ease;
        transition: background .3s, opacity .3s, color .3s ease;
    }

        .navbar-toggle .icon-bar {
            width: 20px;
            height: 4px;
            margin: 0 auto;
            -webkit-transition: background .3s, opacity .3s, color .3s ease;
            transition: background .3s, opacity .3s, color .3s ease;
        }

        .navbar-toggle .text {
            margin: 2px 0 0;
            display: block;
        }

        .navbar-toggle:hover {
            color: #d3cb93;
        }

            .navbar-toggle:hover .icon-bar {
                background: #d3cb93;
            }

    .banner {
        border-bottom: 0;
        padding: 39px 0 32px;
    }

        .banner h1 {
            margin-bottom: 8px;
        }

    #main {
        padding: 8px 0 2px;
    }

    #main_site {
        padding: 8px 0 2px;
    }

    .visual-list {
        margin: 0 -10px 8px;
    }

        .visual-list li {
            width: 100%;
            float: none;
            margin: 0 0 2px;
        }

            .visual-list li.video {
                width: 100%;
            }

        .visual-list img {
            max-width: none;
            width: 100%;
        }

    .state-hold {
        text-align: left;
    }

        .state-hold h2 {
            font-weight: 300;
            color: #e5e0bf;
            margin: 0 -15px;
        }

            .state-hold h2 a {
                display: block;
                color: #e5e0bf;
                padding: 7px 40px 6px 14px;
                background: #2f2d24;
                position: relative;
            }

                .state-hold h2 a:before {
                    position: absolute;
                    content: "\e60d";
                    font-family: "icomoon";
                    top: 50%;
                    right: 11px;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    font-size: 22px;
                }

    .state-list {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        padding: 10px 0;
        font-size: 14px;
        line-height: 18px;
    }

        .state-list li {
            margin-bottom: 5px;
        }

    #footer {
        font-size: 7px;
        line-height: 12px;
        padding: 12px 34px;
    }

        #footer .text-block {
            font-size: 8px;
            line-height: 10px;
            border-width: 2px;
            padding: 9px 13px 0;
            margin-bottom: 8px;
        }

        #footer p {
            margin-bottom: 10px;
        }

    .social-list {
        /*font-size: 20px;
        line-height: 24px;*/
        margin-bottom: 13px;
        column-gap: 20px;
    }

        .social-list li a img {
            max-width: 26px;
            max-height: 26px;
        }

        /*.social-list li {
            margin: 0 10px;
        }*/

        .social-list .icon-youtube {
            font-size: 25px;
        }

    /*#mainMessageContainer {
        margin-top: 0px !important;
    }*/

    #header .header-inbox-hide a.msg_notification {
        display: none !important;
    }
}

@media(max-width:480px) {
    .verification-form-wrap .form-group .input-label {
        font-size: 25px
    }

    .verification-form-wrap p {
        font-size: 16px;
    }

    .verification-form-wrap .verification-input {
        float: none;
        width: 100%;
    }

    .verification-form-wrap .resend-code-wrap {
        padding: 15px 45px 0 0;
        float: none;
        font-size: 17px;
        display: inline-flex;
    }

    .verification-form-wrap .verification-msg {
        font-size: 16px;
        margin: 13px 0 0;
    }

    .shopping {
        bottom: -4px;
        right: -95px;
    }
}

@media (max-width: 374px) {
    #logo {
        width: 120px;
    }
}

/* MEssage page 15/07/21 */

.messages_all_wrapper {
    background: #fff;
    padding: 20px 5px !important;
    border-radius: 12px;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.15);
}

    .messages_all_wrapper .all_messangers {
        /*max-height: 500px;
        overflow: auto;
        min-height: 390px;*/
        margin: 0 -16px 0 -10px;
        padding-left: 10px;
        padding-right: 16px;
    }

    .messages_all_wrapper .all_messages {
        max-height: 500px;
        min-height: 390px;
        position: relative;
        padding-bottom: 50px;
    }

    .messages_all_wrapper .col-md-7 {
        border-left: 1px solid #ccc
    }

    .messages_all_wrapper .all_messages ul {
        max-height: 300px;
        overflow: auto;
        margin: 0 -21px 0 -10px;
        padding-left: 10px !important;
        padding-right: 18px !important;
    }

    .messages_all_wrapper .all_messages .send_msg {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 3px;
    }

        .messages_all_wrapper .all_messangers::-webkit-scrollbar-track,
        .messages_all_wrapper .all_messages ul::-webkit-scrollbar-track,
        .messages_all_wrapper .all_messages .send_msg .do_message textarea::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
            background-color: #F5F5F5;
        }

        .messages_all_wrapper .all_messangers::-webkit-scrollbar,
        .messages_all_wrapper .all_messages ul::-webkit-scrollbar,
        .messages_all_wrapper .all_messages .send_msg .do_message textarea::-webkit-scrollbar {
            width: 4px;
            background-color: #F5F5F5;
        }

        .messages_all_wrapper .all_messangers::-webkit-scrollbar-thumb,
        .messages_all_wrapper .all_messages ul::-webkit-scrollbar-thumb,
        .messages_all_wrapper .all_messages .send_msg .do_message textarea::-webkit-scrollbar-thumb {
            background-color: #6f825f;
        }

        .messages_all_wrapper .all_messangers::-webkit-scrollbar-track,
        .messages_all_wrapper .all_messages ul::-webkit-scrollbar-track,
        .messages_all_wrapper .all_messages .send_msg .do_message textarea::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
            background-color: #F5F5F5;
        }

        .messages_all_wrapper .all_messangers::-webkit-scrollbar,
        .messages_all_wrapper .all_messages ul::-webkit-scrollbar,
        .messages_all_wrapper .all_messages .send_msg .do_message textarea::-webkit-scrollbar {
            width: 4px;
            background-color: #F5F5F5;
        }

        .messages_all_wrapper .all_messangers::-webkit-scrollbar-thumb,
        .messages_all_wrapper .all_messages ul::-webkit-scrollbar-thumb,
        .messages_all_wrapper .all_messages .send_msg .do_message textarea::-webkit-scrollbar-thumb {
            background-color: #6f825f;
        }

    .messages_all_wrapper .all_messangers > label {
        color: #59734e;
        font-weight: 900;
        font-size: 18px !important;
        text-transform: uppercase;
        margin-bottom: 20px !important
    }

    .messages_all_wrapper .all_messangers table, .messages_all_wrapper .all_messangers table tbody,
    .messages_all_wrapper .all_messangers table thead, .messages_all_wrapper .all_messangers tr,
    .messages_all_wrapper .all_messangers table td, .messages_all_wrapper .all_messangers table th {
        display: block;
        width: 100%;
    }

    .messages_all_wrapper .all_messangers .menu-list {
        display: block;
        padding: 12px 8px;
        border-bottom: 1px solid #dedede;
    }

        .messages_all_wrapper .all_messangers .menu-list.showchat {
            background: rgba(110, 130, 94, 0.10);
        }

        .messages_all_wrapper .all_messangers .menu-list.showchat {
            background: rgba(110, 130, 94, 0.10);
        }

.msg-section {
    position: relative;
}

    .msg-section .custom-archive {
        position: absolute;
        right: 0;
        top: 25px;
    }

.msg-custom-title {
    background: #e5e4e4;
    width: 100%;
    display: inline-block;
    padding: 5px;
}

.messages_all_wrapper .all_messangers .menu-list:nth-child(2).showchat {
    border-top: 1px solid #dedede !important
}

.messages_all_wrapper .all_messangers > .menu-list:hover {
    opacity: 0.75;
}

.messages_all_wrapper .all_messangers table td span.excerpt_msg {
    margin-top: 4px;
    color: #a3b09e
}

.messages_all_wrapper .all_messangers table td.messenger b {
    color: #000;
}

.messages_all_wrapper .all_messages .messageList li:last-child {
    margin-bottom: 5px
}

.messages_all_wrapper .all_messangers > a.showchat {
    padding: 12px 8px;
    background: #fafafa;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
    border-left: 1px solid #dedede !important;
    border-right: 1px solid #dedede !important
}

.messages_all_wrapper .all_messages > label {
    font-size: 24px !important;
    line-height: 1;
    font-weight: 900;
    -webkit-text-stroke: 0.3px;
    text-transform: capitalize;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #dedede !important;
    display: block !important
}

.messages_all_wrapper .all_messages .messageList li > div {
    margin-top: 3px !important;
    margin-bottom: 0px !important;
    padding-top: 5px !important;
    border-top: none !important;
    padding-bottom: 2px !important;
    text-align: left !important;
    max-width: 550px;
    min-width: 300px;
    margin-left: auto;
    width: max-content;
}

    .messages_all_wrapper .all_messages .messageList li > div pre {
        background: #f2f6ef !important;
        margin-bottom: -8px !important;
        font-family: "Lato", "Arial", "Helvetica", sans-serif !important;
        padding: 8px 10px 10px !important;
    }

.messages_all_wrapper .all_messages .messageList li .msg-list-box .msg-list-box-inner {
    background: #f2f6ef !important;
    font-family: "Lato", "Arial", "Helvetica", sans-serif !important;
    padding: 8px 10px 10px !important;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.25;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.messages_all_wrapper .all_messages .messageList li .msg-list-box .msg-list-img-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-box-title-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 30px;
}

    .chat-box-title-wrap label {
        font-size: 20px;
        line-height: 22px;
        text-transform: capitalize;
        margin-bottom: 0;
    }

    .chat-box-title-wrap span {
        display: flex;
        flex: 100%;
    }

    .chat-box-title-wrap h4 {
        color: #000000;
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        font-family: "Lato", "Arial", "Helvetica", sans-serif;
    }

.msg-list-btn-box {
    display: flex;
}

    .msg-list-btn-box a {
        font-size: 9px;
        font-weight: 900;
        color: #ffffff;
        line-height: 130%;
        width: 44px;
        height: 45px;
        padding: 6px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .msg-list-btn-box a + a {
            margin-left: 10px;
        }

        .msg-list-btn-box a.red-bg {
            background-image: url('../images/btn-bg-red.png');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        .msg-list-btn-box a.green-bg {
            background-image: url('../images/btn-bg-green.png');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

.messages_all_wrapper .all_messages .messageList li .msg-list-box .msg-list-box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

    .messages_all_wrapper .all_messages .messageList li .msg-list-box .msg-list-box-title .msg-list-box-price {
        font-size: 13px;
        font-weight: bold;
        margin-left: 35px;
    }

.messages_all_wrapper .all_messages .messageList li .msg-list-box img {
    max-width: 100%;
    width: 110px;
    border-radius: 4px;
    max-height: 90px;
    object-fit: contain;
}

.messages_all_wrapper .all_messages .messageList li .msg-list-box .msg-list-time {
    font-size: 10px;
    margin-top: 12px !important;
    display: block !important;
    text-align: right;
    color: #6e6e6e !important;
}

.messages_all_wrapper .all_messages .messageList li .msg-list-box .msg-list-box-inner {
    background: #f2f6ef !important;
    font-family: "Lato", "Arial", "Helvetica", sans-serif !important;
    padding: 8px 10px 10px !important;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.25;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.messages_all_wrapper .all_messages .messageList li .msg-list-box .msg-list-box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.messages_all_wrapper .all_messages .send_msg input, .messages_all_wrapper .all_messages .send_it a {
    height: 36px;
}

.messages_all_wrapper .all_messages .messageList li .msg-list-box .msg-list-box-title .msg-list-box-price {
    font-size: 13px;
    font-weight: bold;
    margin-left: 35px;
}

/*.messages_all_wrapper .all_messages .messageList li .msg-list-box img {
    max-width: 100%;
    width: 110px;
    border-radius: 4px;
}*/

.messages_all_wrapper .all_messages .messageList li .msg-list-box .msg-list-time {
    font-size: 10px;
    margin-top: 12px !important;
    display: block !important;
    text-align: right;
    color: #6e6e6e !important;
}

.messages_all_wrapper .all_messages .messageList li.receivedmessages > div {
    margin-left: 0 !important
}

.messages_all_wrapper .all_messages .messageList li.receivedmessages {
    text-align: left !important
}

    .messages_all_wrapper .all_messages .messageList li.receivedmessages > div pre {
        background: #f2f2f2 !important;
    }

.messages_all_wrapper .all_messages .messageList li {
    font-size: 14px !important;
    margin-top: 10px;
}

    .messages_all_wrapper .all_messages .messageList li > a {
        color: #59734e;
        font-weight: 700 !important
    }

    .messages_all_wrapper .all_messages .messageList li > div pre > span:last-child {
        margin-top: 12px !important;
        display: block !important;
        text-align: right;
        color: #6e6e6e !important
    }

.messages_all_wrapper .all_messages .send_msg {
    display: flex;
    align-items: flex-end;
}

    .messages_all_wrapper .all_messages .send_msg input, .messages_all_wrapper .all_messages .send_it a {
        height: 36px;
    }

    .messages_all_wrapper .all_messages .send_msg input {
        width: 100%;
    }

    .messages_all_wrapper .all_messages .send_msg .do_message {
        width: calc(100% - 46px) !important;
    }

.messages_all_wrapper .all_messages .send_it {
    width: 36px !important;
    margin-left: auto !important;
}

    .messages_all_wrapper .all_messages .send_it a {
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: #6f825f !important;
        border-radius: 5px;
    }

    .messages_all_wrapper .all_messages .send_it i {
        font-size: 16px !important;
        color: #fff !important;
        margin-left: -5px;
    }

.messages_all_wrapper .all_messages .send_msg .do_message textarea {
    font-size: 13px;
    height: 36px;
    line-height: 16px;
    padding-top: 8px;
    resize: none;
}

/*#messagenotification {
        position: absolute;
        right: -18px;
        bottom: -15px;
    }*/
.messagenotification {
    position: absolute;
    right: -18px;
    bottom: -16px;
}

    /*#messagenotification a, #messagenotification a span {
        color: #e5e0bf !important
    }*/

    .messagenotification a, .messagenotification a span {
        color: #e5e0bf !important
    }

.willing-to-ship-form .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
    margin-bottom: -5px !important;
    vertical-align: -2px;
}

    .willing-to-ship-form .switch input {
        display: none;
    }

.willing-to-ship-form .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

    .willing-to-ship-form .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 18px;
        left: 2px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
    }

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
    background-color: #5c734e;
}

/* include generated hidden field here */
input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
    transform: translateX(26px);
}

/* Rounded sliders */
.willing-to-ship-form .slider.round {
    border-radius: 34px;
}

    .willing-to-ship-form .slider.round:before {
        border-radius: 50%;
    }


@media (max-width: 1200px) {
    .messages_all_wrapper {
        max-width: calc(100vw - 30px) !important
    }
}

@media (max-width: 1150px) {
    /*#header .align-right {
        padding-right: 20px !important;
        width: calc(100% - 260px);
    }*/

    .messagenotification {
        right: 3px;
        /*bottom: 5px;*/
        color: #e5e0bf !important;
    }
}

@media (max-width: 991px) {

    .messages_all_wrapper .all_messangers {
        border-right: none !important;
        padding-right: 10px !important;
        min-height: auto
    }

    .messages_all_wrapper .col-md-8 {
        border-left: none;
    }

    .messages_all_wrapper .all_messages
    .messages_all_wrapper .all_messangers,
    .messages_all_wrapper .all_messages {
        min-height: auto !important;
    }

        /*.messages_all_wrapper .all_messages {
            margin-top: 30px !important
        }*/

        .messages_all_wrapper .all_messages ul {
            max-height: 295px;
        }

            .messages_all_wrapper .all_messages ul + #msgloader {
                position: absolute;
                bottom: 115px;
                left: 50%;
                transform: translateX(-65%);
            }

                .messages_all_wrapper .all_messages ul + #msgloader #preloader {
                    font-size: 12px !important
                }

                .messages_all_wrapper .all_messages ul + #msgloader img {
                    width: 22px;
                    height: 22px;
                }

        .messages_all_wrapper .all_messages .send_msg {
            left: 0
        }

        .messages_all_wrapper .all_messages ul #msgloader {
            margin-top: 10px;
        }

        .messages_all_wrapper .all_messages .messageList li:last-child {
            margin-bottom: 10px;
        }

    .chat-box-title-wrap span {
        padding-left: 30px;
    }

    /* 31 08 2022 Start*/
    #header .top-holder {
        padding: 30px 0;
    }

    .notification-badge {
        bottom: 14px;
        right: 6px;
    }

    .shopping {
        bottom: -15px;
        right: 0;
    }

    .top-holder .container-fluid {
        width: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: inherit;
        position: static;
    }

    #main {
        padding: 15px 0 37px !important;
    }

    .pull-right.align-right {
        width: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .create-btn {
        margin-left: 0px;
    }

    .users-list {
        margin-left: 0px;
    }

    .badge {
        padding: 2px 6px;
    }
    /* 31 08 2022 End*/

    .messagenotification {
        right: 15px;
        bottom: 2px;
        z-index: 1;
    }

    #MessageDetailPage .chat-box-header-top {
        margin-top: 15px;
    }
}

@media (min-width: 768px) {
    /*.messagenotification.msg_notification {
            display: none;
        }*/
}

/*@media (min-width: 768px) and (max-width: 768px) {
    .messagenotification {
        right: 15px;
        bottom: 11px;
        color: #e5e0bf;
    }
}*/

@media (max-width: 768px) {
    .col-sm-12 {
        width: 100%;
    }

    .vendor-search-section {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .messages_all_wrapper .all_messages ul {
        padding-bottom: 0px !important;
        padding-right: 10px !important;
        margin-right: -10px;
        max-height: inherit;
    }

    .messages_all_wrapper .all_messages .send_it {
        width: 36px !important
    }

        .messages_all_wrapper .all_messages .send_it i {
            font-size: 16px !important;
            margin-left: -2px;
        }

    .messages_all_wrapper .all_messages .send_msg .do_message {
        width: calc(100% - 55px) !important;
    }

    .messages_all_wrapper .all_messages .send_msg input {
        height: 38px
    }

    .messagenotification.msg_notification {
        display: inline-block !important
    }

    .messages_all_wrapper .all_messangers table, .messages_all_wrapper .all_messangers table tbody, .messages_all_wrapper .all_messangers table thead, .messages_all_wrapper .all_messangers tr, .messages_all_wrapper .all_messangers table td, .messages_all_wrapper .all_messangers table th {
        font-size: 13px !important
    }

    .messages_all_wrapper .all_messangers > label {
        font-size: 16px !important
    }

    .messages_all_wrapper .all_messages > label {
        font-size: 20px !important
    }

    .messages_all_wrapper .all_messages .messageList li {
        margin-top: 15px !important
    }

        .messages_all_wrapper .all_messages .messageList li > div {
            padding-top: 4px !important
        }

        .messages_all_wrapper .all_messages .messageList li.receivedmessages > div pre {
            padding: 5px 8px;
        }

    #header a.msg_notification {
        display: inline-block !important;
        color: #e5e0bf !important;
        margin-left: 12px !important;
        margin-top: -8px !important;
        font-size: 13px;
    }

        #header a.msg_notification i {
            font-size: 16px;
        }

    .messages_all_wrapper .all_messages .messageList li > div pre span:last-child {
        margin-top: 8px !important;
        /* font-size: 8px !important*/
    }

    .messages_all_wrapper .all_messages .messageList li {
        font-size: 12px !important
    }

    /*.messages_all_wrapper .all_messages ul {
        padding-right: 10px !important;
        max-height: inherit;
    }*/

    #header a.msg_notification .messagenotification {
        color: #e5e0bf !important;
    }

    /*#logo {
        transform: translate(-15px, -15px)
    }*/

    .users-list {
        min-width: auto !important;
    }

    .messagenotification {
        position: unset !important
    }

    /*.messages_all_wrapper .all_messages ul + #msgloader {
        bottom: 87px;
        left: 45px !important
    }*/
    .chat-box-header-top button.back-to-list {
        padding-left: 0;
        padding-right: 5px;
        display: block !important;
    }

    .chat-box-title-wrap label {
        margin-bottom: 0;
        font-size: 18px;
    }

    #MessageDetailPage .chat-box-header-top {
        margin-top: 0;
    }
    /*#main {
        padding: 15px 0 37px !important;
    }*/
}

@media (max-width: 575px) {
    .messages_all_wrapper .all_messages .messageList li > div {
        max-width: calc(100% - 40px) !important
    }

    .messages_all_wrapper {
        margin-bottom: 40px !important
    }

        .messages_all_wrapper .all_messangers > a.showchat {
            background: #fafafa;
            box-shadow: none;
        }

        .messages_all_wrapper .all_messangers a.showchat table td.messenger b {
            color: #59734e !important
        }

        .messages_all_wrapper .all_messages {
            padding-bottom: 50px
        }
}

@media (max-width: 480px) {
    .chat-box-title-wrap label {
        white-space: nowrap;
        max-width: 185px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 380px) {
    .chat-box-title-wrap label {
        max-width: 170px;
    }
}

@media (max-width: 360px) {
    .chat-box-title-wrap label {
        max-width: 150px;
    }
}

@media (max-width: 359px) {
    .chat-box-title-wrap label {
        max-width: 120px;
    }
}

/* 28-07-2021*/

.pp_main {
    max-width: 800px;
    margin: 20px auto 20px;
    background-color: #fff;
}

    .pp_main h3 {
        font-size: 36px;
        padding-bottom: 12px;
        -webkit-text-stroke: 1px;
        text-align: center;
        margin-bottom: 25px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 40px 10px;
        background: #000;
        color: #e5e0bf;
    }

    .pp_main ul {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0;
    }

        .pp_main ul li {
            list-style: none;
            padding: 15px 30px;
            padding-left: 60px;
            background: rgba(99, 126, 49, 0.1);
            position: relative;
            margin-bottom: 15px;
            font-family: Oswald;
            line-height: 1.7;
            font-size: 18px;
            position: relative;
        }

            .pp_main ul li::before {
                content: '';
                position: absolute;
                left: 15px;
                top: 16px;
                width: 30px;
                height: 30px;
                background: url(../images/checkmark.png) no-repeat center;
                background-size: 20px;
            }

            .pp_main ul li:last-child::before {
                top: 24px;
            }

            .pp_main ul li a.btn {
                padding: 9px 17px 11px;
                font-size: 20px;
                background: #637e31;
                border-radius: 0px;
                color: #fff;
                margin-left: 15px
            }

                .pp_main ul li a.btn:hover {
                    background: #000
                }

    .pp_main p:last-child {
        line-height: 1.7;
        font-weight: 700;
        color: #000;
        margin-top: 25px;
        text-align: center;
        font-size: 17px;
        padding-bottom: 25px;
    }

@media (max-width: 767px) {

    .pp_main h3 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .pp_main ul li {
        padding-left: 40px;
        margin-bottom: 12px;
        font-size: 16px;
    }

        .pp_main ul li::before {
            left: 10px;
            top: 21px;
            width: 20px;
            height: 20px;
            background-size: 16px;
        }

        .pp_main ul li:last-child::before {
            top: 21px;
        }

    .pp_main ul {
        padding-left: 15px;
        padding-right: 15px;
    }

        .pp_main ul li a.btn {
            padding: 9px 17px 11px;
            font-size: 16px;
            display: block;
            width: max-content;
            margin-left: 0;
            margin-top: 12px;
        }
}

#messageSellerContainer textarea {
    line-height: 1.5 !important;
    height: 100px !important
}

#contactSellerEmailModal .modal-footer {
    display: inline-flex;
    width: 100%;
    text-align: left !important;
}

    #contactSellerEmailModal .modal-footer button:last-child {
        margin-left: auto;
    }

    #contactSellerEmailModal .modal-footer #loader {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
    }

#contactform textarea {
    line-height: 1.5 !important;
    height: 150px !important
}

/*body.ShowPromotionlink #header {
    padding-top: 113px;
}*/

@media (max-width: 1039px) {
    #header {
        /*padding: 145px 0 0;*/
    }

    /* body.ShowPromotionlink #header {
        padding-top: 163px;
    }*/
}

@media (max-width: 991px) {
    /*#header {
        padding: 0px;
    }*/

    /* body.ShowPromotionlink #header {
        padding-top: 106px;
    }*/

    #header .top-holder {
        padding: 17px 0;
    }

    .search-form .form-control {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    #header {
        padding: 0px;
    }

    body.ShowPromotionlink #header {
        padding-top: 0;
    }

    .top-holder .container-fluid {
        width: 100%;
        display: flex;
        align-items: center;
    }
}

#userLoginAlertModal {
    padding-right: 0 !important;
}

    #userLoginAlertModal .close {
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 99;
    }

    #userLoginAlertModal .modal-header {
        padding: 0 15px;
        min-height: inherit;
        border-bottom: none;
    }

    #userLoginAlertModal h2 {
        font-size: 24px;
        margin: 0 0 20px;
        padding-bottom: 25px;
        border-bottom: 1px solid #e5e5e5;
    }

.withoutlogingcart {
    margin-top: 165px;
}

    .withoutlogingcart .msg-error {
        margin-bottom: 8px;
        display: block;
    }

@media (max-width:991px) {
    .withoutlogingcart {
        margin-top: 0;
    }
}


#divRecentlyAddedProduct .font-danger {
    font-size: 26px;
    font-family: "oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fe0000;
}

#divRecentlyAddedProduct h1 {
    font-size: 19px;
    line-height: 140%;
    height: 53px;
    overflow: hidden;
}

#divRecentlyAddedProduct .centered-img {
    min-height: 190px;
    /*height: auto;*/
    height: 230px;
    padding: 20px 20px 20px 0;
}

    #divRecentlyAddedProduct .centered-img a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

#divRecentlyAddedProduct .gallery {
    width: auto;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    padding: 0;
}

#divRecentlyAddedProduct .div-viewed {
    border-left: 3px solid #fe0000;
}

@media (max-width:991px) {
    #divRecentlyAddedProduct .div-viewed {
        border-left: none;
    }

    #divRecentlyAddedProduct h1 {
        height: auto !important;
        overflow: visible;
    }
}

/* 28/01/2022 */
#tednugent .member-container {
    padding-left: 0;
    padding-right: 0;
}

#tednugent .member-message {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

    #tednugent .member-message .thank-msg {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
    }

    #tednugent .member-message .sponsor-msg {
        text-align: center;
        font-size: 20px;
    }

    #tednugent .member-message img {
        max-width: 300px;
    }

#tednugent .member-benifit-main {
    padding-left: 0;
    padding-right: 0;
}

#tednugent .member-benifit {
    padding-left: 0;
}

#tednugent .member-benifit-main .member-side-img {
    padding-right: 0;
}

    #tednugent .member-benifit-main .member-side-img img {
        margin-top: 21px;
        width: 100%;
        height: auto;
    }


.messages_all_wrapper .all_messages_tab {
    display: flex;
    border-bottom: 1px solid #e5e4e4;
    margin-bottom: 15px;
    margin-top: 15px;
    white-space: nowrap;
}

    .messages_all_wrapper .all_messages_tab a {
        text-align: center;
        padding-bottom: 8px;
    }

    .messages_all_wrapper .all_messages_tab .msg-custom-title label {
        text-transform: capitalize;
        font-size: 14px;
        cursor: pointer;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-bottom: 0;
    }

    .messages_all_wrapper .all_messages_tab .msg-custom-title .count-no {
        background: #ed2201;
        padding: 0;
        color: #fff;
        border-radius: 30px;
        font-size: 15px;
        line-height: 14px;
        font-weight: bold;
        margin-left: 6px;
        min-width: 22px;
        height: 22px;
        padding: 3px 5px 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
    }

    .messages_all_wrapper .all_messages_tab .msg-custom-title.active label::before {
        position: absolute;
        right: -10px;
        top: 8px;
        content: "";
        width: 6px;
        height: 6px;
        background: #FF4646;
        border-radius: 50%;
        display: none;
    }

    .messages_all_wrapper .all_messages_tab .msg-custom-title label i {
        margin-right: 6px;
        vertical-align: -2px;
    }

.messages_all_wrapper .all_messangers .all_msg_section {
    max-height: 290px;
    overflow: auto;
    margin: 0 -14px 0 0;
    padding-right: 16px;
}

.messages_all_wrapper .msg-custom-title.active {
    border-bottom: 3px solid #6f825f;
    color: #6f825f !important;
}

.messages_all_wrapper .msg-custom-title {
    background: #ffffff;
}

.messages_all_wrapper .all_messangers::-webkit-scrollbar-track,
.messages_all_wrapper .all_messangers .all_msg_section::-webkit-scrollbar-track,
.messages_all_wrapper .all_messages ul::-webkit-scrollbar-track,
.messages_all_wrapper .all_messages .send_msg .do_message textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
}

.messages_all_wrapper .all_messangers::-webkit-scrollbar,
.messages_all_wrapper .all_messangers .all_msg_section::-webkit-scrollbar,
.messages_all_wrapper .all_messages ul::-webkit-scrollbar,
.messages_all_wrapper .all_messages .send_msg .do_message textarea::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.messages_all_wrapper .all_messangers::-webkit-scrollbar-thumb,
.messages_all_wrapper .all_messangers .all_msg_section::-webkit-scrollbar-thumb,
.messages_all_wrapper .all_messages ul::-webkit-scrollbar-thumb,
.messages_all_wrapper .all_messages .send_msg .do_message textarea::-webkit-scrollbar-thumb {
    background-color: #6f825f;
}

.messages_all_wrapper .all_messangers .msg-custom-title {
    color: #000;
}

    .messages_all_wrapper .all_messangers .msg-custom-title:hover {
        color: #6f825f;
    }

.favoriteproductsection .favoriteproductsectionlink {
    display: flex;
    align-items: center;
}

.favoriteproductsection .favoriteproductsectionicon {
    font-size: 18px;
    margin-right: 5px;
}



@media (max-width: 991px) {
    #tednugent .member-message {
        padding-top: 96px;
    }

    #tednugent .member-benifit-main .member-side-img {
        padding-left: 0;
    }

    #tednugent .member-benifit {
        padding-right: 0;
    }

    #tednugent .member-benifit-main {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px) {
    #tednugent .member-message {
        padding-top: 0;
    }

        #tednugent .member-message img {
            max-width: 180px;
        }
}

#editData .form-group {
    margin-left: 0;
    margin-right: 0;
}

#editData.form-horizontal .form-group .form-label {
    margin-bottom: 5px;
}

.green-btn {
    background-color: rgb(89, 115, 78);
    color: rgb(255, 255, 255);
    min-width: 160px;
    box-shadow: none;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    padding: 7px 20px 7px;
    margin: 15px 0px 0px 0px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(89, 115, 78);
    border-image: initial;
    outline: none;
    border-radius: 4px;
    transition: all 0.35s ease 0s;
}

    .green-btn:hover {
        background-color: rgb(255, 255, 255);
        color: rgb(89, 115, 78);
        border-color: rgb(89, 115, 78);
    }

    .green-btn:focus, .green-btn:active, .green-btn:active:focus {
        background-color: rgb(89, 115, 78);
        border-color: rgb(89, 115, 78);
    }

.location-list-detail {
    padding: 15px 0px 5px;
}

    .location-list-detail #StoreName {
        font-size: 18px;
        line-height: 26px;
        color: rgb(89, 115, 78);
        font-family: Lato;
        font-weight: 700;
        margin: 0px 0px 13px;
    }

#googleMap .map-info {
    padding-left: 0;
    list-style-type: none;
}

    #googleMap .map-info li {
        font-size: 14px;
        position: relative;
        padding-left: 20px;
        margin-bottom: 8px;
        line-height: 120%;
    }

.map-info li i.redpin {
    color: red;
}

.map-info li i.greenpin {
    color: green;
}

.map-info li i.bluepin {
    color: blue;
}

.map-info li i {
    font-size: 18px;
    position: absolute;
    left: 0;
}

    .map-info li i.fa-info-circle {
        font-size: 15px;
    }

#googleMap #distanceList {
    width: 68%;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 8px;
    color: #000;
}

    #googleMap #distanceList:focus-visible {
        outline: none;
    }

    #googleMap #distanceList option:hover {
        background-color: rgb(89, 115, 78) !important;
    }

#googleMap .col-pad-0 {
    padding-left: 0;
    padding-right: 0;
}

#googleMap .location-details-wrapper {
    padding-right: 35px;
    min-width: 280px;
    max-width: 280px;
    margin-bottom: 10px;
}

    #googleMap .location-details-wrapper h3 {
        margin-top: 0;
        color: rgb(89, 115, 78);
        font-weight: 400;
    }

    #googleMap .location-details-wrapper p {
        font-size: 14px;
    }

    #googleMap .location-details-wrapper .green-btn {
        min-width: 110px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    #googleMap .location-details-wrapper .fa-phone, #googleMap .location-details-wrapper .fa-envelope {
        color: #59734e;
    }

.map-box-wrap {
    height: 415px;
}

    .map-box-wrap #map {
        height: 400px;
        width: 100%;
        position: relative !important;
        visibility: visible !important;
    }

#googleMap .map-box-wrap .gm-ui-hover-effect {
    top: -3px !important;
    right: -3px !important;
}

#googleMap .red-pin-popups {
    min-width: 280px;
    max-width: 280px;
    padding: 0px 10px 10px 0;
}

    #googleMap .red-pin-popups p {
        color: rgb(89, 115, 78);
        font-weight: 400;
        font-size: 18px;
    }

#googleMap .gm-style-iw {
    max-width: 280px !important;
}

    #googleMap .gm-style-iw .gm-style-iw-d {
        min-width: 280px !important;
        padding-right: 5px !important;
        overflow-x: hidden !important;
    }

@media (max-width: 991px) {
    .map-box-wrap {
        height: auto;
    }
}

@media (max-width: 767px) {
    #backbutton {
        margin-bottom: 10px;
    }
}





.location-search-list-wrap {
    word-break: break-word;
}

.location-search-list {
    list-style-type: none;
    padding: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    display: flex;
    word-break: break-word;
    overflow-y: auto;
    /*height: 614px;*/
}

    .location-search-list::-webkit-scrollbar {
        width: 10px;
        border-radius: 20px;
    }

        .location-search-list::-webkit-scrollbar:horizontal {
            height: 10px
        }

    .location-search-list::-webkit-scrollbar-thumb {
        border-radius: 20px;
        box-shadow: none;
        background-color: #c4c4c4;
        transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out, border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
        cursor: pointer;
    }

        .location-search-list::-webkit-scrollbar-thumb:hover {
            background-color: #59734e;
        }

    .location-search-list::-webkit-scrollbar-track {
        box-shadow: none;
        border-radius: 20px;
        background: #fff;
        border: 1px solid #dbe1e8;
    }

    .location-search-list li {
        width: 33.33%;
        padding: 0 10px;
        margin: 0 0 20px;
    }

    .location-search-list .card {
        margin: 0;
        height: 100%;
        border-radius: 4px;
        border: 1px solid #5e574f96;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        padding: 15px 15px 70px;
        color: #655D5B;
        font-size: 15px;
        line-height: 22px;
        position: relative;
    }

    .location-search-list li h3, .location-list-detail h3 {
        font-size: 18px;
        line-height: 26px;
        color: #59734e;
        font-family: 'Lato';
        font-weight: 700;
        margin: 0 0 13px;
    }

.location-list-detail h3 {
    font-size: 20px;
}

    .location-search-list li h3 a, .location-list-detail h3 a {
        color: #59734e;
        text-decoration: none;
        outline: none;
        transition: 0.35s;
    }

        .location-search-list li h3 a:hover, .location-list-detail h3 a:hover {
            color: #655D5B;
        }

.location-search-list .card p, .location-list-detail p {
    margin: 7px 0 0;
}

.location-search-list .card .btn {
    padding: 6px 20px 8px;
    margin: 0;
    border: 2px solid #59734e;
    background-color: #fff;
    color: #59734e;
    min-width: 160px;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    cursor: pointer;
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    width: calc(100% - 30px);
    box-sizing: border-box;
    display: block;
    transition: 0.35s;
}

    .location-search-list .card .btn:hover {
        border-color: #59734e;
        background-color: #59734e;
        color: #fff;
    }

.location-search-list .card.selected {
    border-color: #59734e;
    background: rgba(89, 115, 78,0.075);
}

    .location-search-list .card.selected .btn {
        border-color: #59734e;
        background-color: #59734e;
        color: #fff;
    }

/*Location Search List Detail*/
.location-list-detail {
    padding: 15px 0 5px;
    /*margin-bottom: 10px;
    border-bottom: 2px solid #DADADA;*/
    color: #655D5B;
    font-size: 16px;
    line-height: 22px;
}

.location-list-detail-action {
    margin-top: 25px;
}

.location-list-detail .btn {
    padding: 6px 20px 8px;
    margin: 0 0 0 15px;
    border: 2px solid #59734e;
    background-color: #59734e;
    color: #fff;
    min-width: 160px;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    transition: 0.35s;
}

    .location-list-detail .btn:first-child {
        margin-left: 0;
        margin-top: 0;
    }

    .location-list-detail .btn:hover {
        border-color: #59734e;
        background-color: #fff;
        color: #59734e;
    }

.location-list-detail .cancel-btn {
    background: #fff;
    color: #59734e;
    border-color: #59734e;
}

    .location-list-detail .cancel-btn:hover {
        background: #59734e;
        color: #fff;
        border-color: #59734e;
    }

.cartsectionmap .col-md-6 {
    width: 100%;
}

    .cartsectionmap .col-md-6 img {
        width: 100%;
    }

.map-pin-color ul {
    padding: 0;
    margin-top: 15px;
    list-style-type: none;
}

    .map-pin-color ul li {
        margin-bottom: 8px;
        text-align: left;
        font-size: 14px;
    }

        .map-pin-color ul li i.redpin {
            color: red;
        }

        .map-pin-color ul li i.greenpin {
            color: green;
        }

        .map-pin-color ul li i.bluepin {
            color: blue;
        }

        .map-pin-color ul li i {
            font-size: 18px;
            padding-right: 5px;
        }

#googleMap .location-search-list .card .btn {
    font-size: 18px;
    line-height: 20px;
}

.add-to-cart-right-panel .cart-right-panel-inner > label {
    font-size: 20px;
    line-height: 26px;
    color: rgb(89, 115, 78);
}

.add-to-cart-right-panel {
    background: #ffffff;
    padding: 15px;
    margin-top: 10px;
    border-radius: 3px;
    box-shadow: 1px 0px 3px 2px #e2e1e1;
}

.all_messangers .chat-box-header-top {
    float: right;
    top: 5px;
}

    .all_messangers .chat-box-header-top .dropdown-menu ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .all_messangers .chat-box-header-top .dropdown-menu ul li .dropdown-item {
            display: block;
            padding: 4px 12px;
            font-size: 14px;
        }

.all_messages .block-list-main li {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c0c0c0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .all_messages .block-list-main li button {
        background: #6f825f !important;
        box-shadow: none;
        border: 0;
        color: #fff;
        padding: 7px 15px;
        border-radius: 20px;
        font-size: 14px;
    }

        .all_messages .block-list-main li button i {
            margin-right: 6px;
        }

.all_messages .blockunblocklink li a i {
    margin-right: 6px;
}

.all_messages .block-list-main li span {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}

.all_messages .chat-box-header-top .dropdown .dropdown-menu ul {
    margin: 0;
}

#MessageDetailPage .chat-box-header-top {
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.all_messages .blockedusermsg {
    text-align: center;
    margin-top: 20px;
}

    .all_messages .blockedusermsg span {
        font-size: 16px;
    }

#googleMap .location-search-list .card label.btn-txt {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    display: block;
    font: 400 18px/30px "Oswald", "Arial", "Helvetica", sans-serif;
    text-align: center;
}

#PVList .location-search-list .selectedHomeFFLCard {
    background: #e5e0bf;
    /*#a3bc9d*/
}

#subscribePVs #reason .select2-container {
    z-index: 99;
}

#subscribed-vendor tr td .form-group {
    margin-bottom: 0;
}

#subscribed-vendor tr th .unsubscribe-btn {
    background: #5c734e;
    box-shadow: none;
    outline: 0;
    color: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    border: none;
    font-weight: 400;
}

#subscribePVs #formButtons .btn-default {
    background: #5c734e;
    box-shadow: none;
    outline: 0;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    border: none;
    font-weight: 300;
    font-size: 20px;
}

.select2-results__options .select2-results__message {
    color: #5c734e;
}

.info-holder.UserType .title a {
    margin-bottom: 12px;
}

.sellerSurveyRating {
    float: left;
}


    .sellerSurveyRating:not(:checked) > input {
        position: absolute;
        top: -9999px;
        clip: rect(0,0,0,0);
    }

    .sellerSurveyRating:not(:checked) > label {
        float: right;
        width: 1em;
        padding: 0 .1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 200%;
        line-height: 1.2;
        color: #ddd;
        text-shadow: 1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
    }

        .sellerSurveyRating:not(:checked) > label:before {
            content: '★ ';
        }

    .sellerSurveyRating > input:checked ~ label {
        color: #f70;
        text-shadow: 1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
    }

    .sellerSurveyRating:not(:checked) > label:hover,
    .sellerSurveyRating:not(:checked) > label:hover ~ label {
        color: gold;
        text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
    }

    .sellerSurveyRating > input:checked + label:hover,
    .sellerSurveyRating > input:checked + label:hover ~ label,
    .sellerSurveyRating > input:checked ~ label:hover,
    .sellerSurveyRating > input:checked ~ label:hover ~ label,
    .sellerSurveyRating > label:hover ~ input:checked ~ label {
        color: #ea0;
        text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
    }

    .sellerSurveyRating > label:active {
        position: relative;
        top: 2px;
        left: 2px;
    }

.product-detail-main-custom {
    padding: 25px;
}

    .product-detail-main-custom .product-detail-title {
        margin-bottom: 10px;
        width: 190px;
        display: inline-block;
        vertical-align: top;
    }

    .product-detail-main-custom .product-detail-desc {
        margin-bottom: 10px;
        width: calc(100% - 195px);
        display: inline-block;
        vertical-align: top;
    }

.product-list-main-custom .product-list-title {
    float: left;
}

.product-list-main-custom .green-btn {
    float: right;
    margin-top: 0;
    margin-bottom: 20px;
}

.product-list-main-custom .panel-default {
    clear: both;
}

    .product-list-main-custom .panel-default table tr td .checkbox {
        margin: 0 auto;
    }

@media (max-width:600px) {
    .product-detail-main-custom .product-detail-title {
        width: 100%;
        display: block;
    }

    .product-detail-main-custom .product-detail-desc {
        width: 100%;
        display: block;
    }
}

#WBAGProductImageSection .new-product-img {
    position: relative;
    margin-bottom: 20px;
    margin-top: 15px;
}

    #WBAGProductImageSection .new-product-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: 150px;
        max-height: 100px;
    }

    #WBAGProductImageSection .new-product-img .btn-delete {
        position: absolute;
        right: -10px;
        top: -10px;
        background-color: #6f825f;
        color: #ffffff;
        height: 22px;
        width: 22px;
        border-radius: 50%;
        text-align: center;
        line-height: 22px;
        font-size: 11px;
    }


/* WBAG Product detail css start */

.seller-detail {
    margin-bottom: 30px;
    border: 1px solid #b1b1b1;
    padding: 0 10px;
}

    .seller-detail h4 {
        font-size: 20px;
        color: #655D5B;
        font-weight: 400;
        margin: 0;
        padding: 10px 5px;
        border-top: 1px solid #b1b1b1;
        display: flex;
        flex-wrap: unset;
    }

        .seller-detail h4:first-child {
            border-top: 0px solid #b1b1b1;
        }



        .seller-detail h4 span {
            color: #000;
            padding-right: 5px;
            min-width: 115px;
        }

.seller-btn .btn-custom {
    box-shadow: inherit;
    outline: 0;
    border: 0px;
    padding: 8px 12px;
    font-size: 16px;
    background: #637e31;
    border-radius: 2px;
    color: #fff;
    margin-right: 15px;
}

    .seller-btn .btn-custom:hover {
        background: #000;
    }

.pagination_custom {
    margin-top: 10px;
}

.product-slider-main .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: calc(50% - 16px);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

    .product-slider-main .owl-theme .owl-nav .owl-prev {
        position: absolute;
        left: 0;
        background: #869791;
    }

    .product-slider-main .owl-theme .owl-nav .owl-next {
        position: absolute;
        right: 0;
        background: #869791;
    }

.product-slider-main #big .owl-item img {
    height: 340px;
    object-fit: contain;
    max-width: 100%;
}

.product-slider-main #thumbs {
    margin-top: 5px;
}

    .product-slider-main #thumbs .owl-item img {
        height: 90px;
        object-fit: cover;
        max-width: 100%;
    }

.product-slider-main #big .owl-item .item {
    background: #2f2d24;
}

#siteLoader {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: 999999;
    background: #000;
    height: 100%;
    width: 100%;
}

    #siteLoader .div-content-center {
        color: #fff;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }

        #siteLoader .div-content-center img {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }


#WBAGProductConfirmationModal .modal-header h4 {
    margin: 0;
}

#WBAGProductConfirmationModal .btn-success {
    padding: 6px 26px;
    line-height: 100%;
}

#WBAGProductConfirmationModal .btn-danger {
    padding: 6px 26px;
    line-height: 100%;
}

.account-info-advertisement {
    margin-bottom: 20px;
}

    .account-info-advertisement .account-info-advertisement-wrap {
        position: relative;
        border-radius: 4px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 130px;
    }

        .account-info-advertisement .account-info-advertisement-wrap::before {
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(0,0,0,0.2);
            border-radius: 4px;
            z-index: 1;
        }

        .account-info-advertisement .account-info-advertisement-wrap img {
            max-width: 100%;
            border-radius: 6px;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .account-info-advertisement .account-info-advertisement-wrap .advertisement-text {
            position: absolute;
            z-index: 2;
            width: 100%;
            height: 100%;
            text-align: center;
            padding: 10px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .account-info-advertisement .account-info-advertisement-wrap .advertisement-text .advertisement-title {
                margin: 0 0 18px;
                font-size: 28px;
                line-height: 120%;
            }

            .account-info-advertisement .account-info-advertisement-wrap .advertisement-text .btn-secondary {
                background: #E5E0BF;
                color: #2F2D24;
                border-radius: 3px;
                font-size: 15px;
                font-weight: 400;
                line-height: 100%;
                padding: 10px 17px;
            }

.h-advertisement-main-image {
    position: relative;
}

    .h-advertisement-main-image::before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        background: rgba(111, 130, 95, 0.67);
        z-index: 1;
    }

    .h-advertisement-main-image h2 {
        position: relative;
        z-index: 2;
    }

    .h-advertisement-main-image .btn-warning {
        /*background: #E5E0BF;*/
        border-radius: 3px;
        /*color: #2F2D24;*/
        position: relative;
        z-index: 2;
        /*margin-top: 35px;*/
        font-weight: 400;
    }

        .h-advertisement-main-image .btn-warning span {
            font-size: 87%;
            display: block;
        }

            .h-advertisement-main-image .btn-warning span:after {
                position: relative;
                content: ">>";
                top: -2px;
                padding-left: 5px;
                display: inline-block;
            }

.msg-section .msg-counter {
    background: #6F825F;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 14px;
    padding: 1px 5px;
}

/*Buy Any Gun List*/
.any-gun-list-main {
    clear: both;
}

    .any-gun-list-main .nav-tabs {
        border-bottom: 1px solid #EEEEEE;
        margin-bottom: 20px;
    }

        .any-gun-list-main .nav-tabs li a {
            font-size: 15px;
            padding: 10px 30px;
            color: #000;
            border-radius: 0;
        }

        .any-gun-list-main .nav-tabs li.active a {
            background: rgba(111, 130, 95, 0.2);
            border: none;
            border-bottom: 2px solid #6F825F;
            border-radius: 0;
        }

    .any-gun-list-main .tab-content .any-gun-list-box {
        display: flex;
        flex-direction: row;
        width: 100%;
        background: #ffffff;
        box-shadow: 0px 5px 10px #0000000D;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 12px;
    }

        .any-gun-list-main .tab-content .any-gun-list-box .list-box-image {
            max-width: 87px;
            flex: 87px;
            border-radius: 4px;
            height: 87px;
        }

            .any-gun-list-main .tab-content .any-gun-list-box .list-box-image a {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 4px;
            }

            .any-gun-list-main .tab-content .any-gun-list-box .list-box-image img {
                max-width: 100%;
                border-radius: 4px;
                max-height: 100%;
                vertical-align: middle;
            }

        .any-gun-list-main .tab-content .any-gun-list-box .list-box-info {
            max-width: calc(100% - 87px);
            flex: calc(100% - 87px);
            padding-left: 20px;
        }

            .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .list-box-title {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                margin-bottom: 8px;
            }

            .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .product-title {
                font-size: 14px;
                line-height: 130%;
                font-weight: 600;
                margin: 0;
                max-width: calc(100% - 340px);
            }

            .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .product-specification {
                display: flex;
                flex-direction: row;
                padding: 0;
                list-style-type: none;
                margin: 0;
                min-width: 325px;
            }

                .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .product-specification li {
                    margin-right: 30px;
                }

                    .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .product-specification li label {
                        font-size: 14px;
                        font-weight: 600;
                        color: #6F825F;
                        margin-right: 6px;
                        margin-bottom: 0;
                    }

                    .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .product-specification li span {
                        font-size: 14px;
                        font-weight: 400;
                        color: #000000;
                    }

            .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .product-price {
                font-size: 16px;
                font-weight: bold;
                margin-bottom: 12px;
                color: #000000;
            }

            .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .product-list-action {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
            }

            .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .custom-checkbox {
                background: #EEEEEE;
                border-radius: 4px;
                padding: 5px 10px;
            }

                .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .custom-checkbox.active {
                    background: #CCBC54;
                }

                .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .custom-checkbox .custom-checkbox-label {
                    display: block;
                    position: relative;
                    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
                    padding-left: 20px;
                    margin-bottom: 0;
                    cursor: pointer;
                    font-size: 14px;
                    font-weight: 400;
                    color: #000000;
                    line-height: 130%;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                }

                    .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .custom-checkbox .custom-checkbox-label input {
                        position: absolute;
                        opacity: 0;
                        cursor: pointer;
                        height: 0;
                        width: 0;
                    }

                .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .custom-checkbox .checkmark {
                    position: absolute;
                    top: 3px;
                    left: 0;
                    height: 14px;
                    width: 14px;
                    border: 1px solid #707070;
                    border-radius: 2px;
                }

                .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .custom-checkbox .custom-checkbox-label:hover input ~ .checkmark {
                    background-color: #ccc;
                }

                .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .custom-checkbox .custom-checkbox-label input:checked ~ .checkmark {
                    background-color: #000000;
                    border-color: #000000;
                }

                .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .custom-checkbox .custom-checkbox-label .checkmark:after {
                    content: "";
                    position: absolute;
                    display: none;
                }

                .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .custom-checkbox .custom-checkbox-label input:checked ~ .checkmark:after {
                    display: block;
                }

                .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .custom-checkbox .custom-checkbox-label .checkmark:after {
                    left: 4px;
                    top: 0px;
                    width: 5px;
                    height: 9px;
                    border: solid #CCBC54;
                    border-width: 0 2px 2px 0;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

.product-list-action .action-bar a {
    display: inline-block;
}

    .product-list-action .action-bar a + a {
        margin-left: 6px;
    }

.back-to-list {
    font-size: 30px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding: 0 10px;
}

.create-form-title {
    color: #2F2D24;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.any-gun-form-main .card {
    box-shadow: 0px 0px 10px #0000000d;
    border-radius: 5px;
    border: none;
    padding: 20px;
}

    .any-gun-form-main .card .form-group label {
        font-size: 14px;
        color: #000000;
    }

    .any-gun-form-main .card .form-group .dorpdown {
        height: 40px;
        padding: 9px 12px;
        font-size: 14px;
        appearance: none;
        -webkit-appearance: none;
        background-color: transparent;
        background-image: url('../images/down-arrow.png');
        background-repeat: no-repeat;
        background-position: calc(100% - 7px);
        background-size: 12px;
    }

    .any-gun-form-main .card .form-group .form-control {
        height: 40px;
        padding: 9px 12px;
        font-size: 14px;
        line-height: 120%;
    }

    .any-gun-form-main .card .form-group textarea.form-control {
        height: 138px;
        resize: none;
    }

.any-gun-form-main .dropzone-wrap {
    height: auto;
    padding: 9px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .any-gun-form-main .dropzone-wrap .dropzone {
        height: 86px;
        min-height: inherit;
        border-radius: 0;
        padding: 0;
        border: 1px dashed #707070;
        background: #EEEEEE;
    }

        .any-gun-form-main .dropzone-wrap .dropzone.dz-started {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
        }

            .any-gun-form-main .dropzone-wrap .dropzone.dz-started .dz-image-preview {
                max-width: 33.33%;
                flex: 33.33%;
                padding: 10px;
                margin: 0;
                min-height: inherit;
                z-index: 9;
            }

                .any-gun-form-main .dropzone-wrap .dropzone.dz-started .dz-image-preview .dz-image {
                    width: 100%;
                    border-radius: 4px;
                    height: 64px;
                    align-items: center;
                    justify-content: center;
                    display: flex;
                }

        .any-gun-form-main .dropzone-wrap .dropzone .dz-preview:hover .dz-details {
            display: none !important;
        }

        .any-gun-form-main .dropzone-wrap .dropzone .dz-preview:hover .dz-image img {
            transform: none;
            filter: none;
        }

        .any-gun-form-main .dropzone-wrap .dropzone .dz-preview .dz-details {
            display: none;
        }

        .any-gun-form-main .dropzone-wrap .dropzone .dz-remove {
            position: absolute;
            right: 0px;
            top: 0px;
            box-shadow: 0px 3px 6px #00000029;
            background-color: #FFFFFF !important;
            color: #6F825F !important;
            height: 26px !important;
            width: 26px !important;
            line-height: 26px !important;
            border-radius: 50%;
            z-index: 10;
        }

            .any-gun-form-main .dropzone-wrap .dropzone .dz-remove i {
                font-size: 16px;
                cursor: pointer;
            }

        .any-gun-form-main .dropzone-wrap .dropzone.dz-started .dz-image-preview .dz-image img {
            width: auto !important;
            height: auto !important;
            max-width: 100%;
            max-height: 100%;
            vertical-align: middle;
        }
    /* .any-gun-form-main .dropzone-wrap .dropzone.dz-started .dz-message {
    display: none;
} */

    .any-gun-form-main .dropzone-wrap .choose-file {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        display: flex;
        display: -webkit-flex;
        margin-bottom: 12px;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

/* . modle view css start*/
#WBAGImageRotateModal .modal-dialog {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
}

div#WBAGImageRotateAlertContainer {
    display: flex;
    display: -webkit-flex;
    align-items: start;
    -webkit-align-items: start;
}

.img-preview {
    flex-basis: 33.33%;
    max-width: 33.33%;
    width: 100%;
    padding: 0 15px;
}

    .img-preview div[id*="imgPreview_"] {
        overflow: hidden;
        text-align: center;
    }

.img-h {
    min-height: 277px;
    height: 100%;
}

.btn-one-line a img {
    max-width: 24px !important;
    width: 100%;
}

.modal-footer-right-btn {
    padding: 5px 5px 15px;
    display: flex;
    justify-content: end;
}

    .modal-footer-right-btn a#btn_WBAGImageRotate, .modal-footer-right-btn button.btn.btn-default {
        border-radius: 4px;
        background: #6F825F !important;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 100%;
        padding: 15px 33px;
        border: none;
    }

a#btn_WBAGImageRotate {
    margin-right: 10px;
}

.modal-header {
    padding: 25px 15px
}

.modal-footer-right-btn .close {
    color: #000;
    font-size: 30px;
}

.btn-one-line {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-one-line a {
        background: #6f825f;
        padding: 10px;
        color: #fff;
        margin: 10px 5px;
        border-radius: 10px;
        cursor: pointer;
    }

        .btn-one-line a#savePVImages {
            font-size: 22px;
            cursor: pointer;
        }

.img-preview div[id*="imgPreview_"] .img-h img {
    max-width: 80%;
    width: 100% !important;
    overflow: hidden;
    height: 300px !important;
}

#WBAGImageRotateModal .modal-footer a#btn_WBAGImageRotate, #WBAGImageRotateModal .modal-footer button.btn.btn-default {
    background: #000;
    border-color: #000;
    color: #fff;
}

.btn-one-line a img {
    max-width: 30px;
    width: 100%;
}

div#crop-image-area {
    max-width: 25%;
    text-align: center;
    width: 100%;
}

ul.select-product-list {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

    ul.select-product-list li {
        max-width: 30.33%;
        flex-basis: 30.33%;
        width: 100%;
        text-align: center;
        border: 1px solid #ccc;
        margin: 0 15px 30px;
        position: relative;
    }

        ul.select-product-list li .btn-one-line {
            position: absolute;
            top: 0;
            right: 4px;
        }

    ul.select-product-list .btn-one-line a {
        padding: 10px 10px;
        font-size: 0;
    }

    ul.select-product-list li img {
        max-width: 70%;
        width: 100%;
        margin-bottom: 15px;
    }

    ul.select-product-list .btn-one-line a img {
        margin-bottom: 0;
        max-width: 20px !important;
    }

.jcrop-holder {
    margin: 0 auto;
}

.img-preview img.pic-view {
    width: 300px !important;
    height: 300px !important;
}

ul.select-product-list li img[id*=image] {
    max-width: 300px;
    min-height: 300px;
    max-height: 300px;
}

div[id*=divimg-preview_] img[id*="pic-view_"] {
    height: 300px !important;
    width: 300px !important;
}

div[id*=divimg-preview_] {
    text-align: center;
}

@media only screen and (max-width: 580px) {
    div #crop-image-area {
        max-width: 100%;
    }

    div #WBAGImageRotateAlertContainer {
        flex-direction: column;
    }

    ul.select-product-list li {
        margin: 0 0px 30px;
    }

    .img-preview {
        flex-basis: 100%;
        max-width: 100%;
    }

    .img-h {
        min-height: 200px;
    }

    .img-preview div[id*="imgPreview_"] {
        margin-bottom: 20px;
    }

    .modal-dialog {
        margin: 10px 0px;
    }

    ul.select-product-list {
        flex-direction: column;
    }

        ul.select-product-list li {
            max-width: 100%;
        }
}

.any-gun-form-main .dropzone-wrap .choose-file button {
    border: none;
    padding: 0;
    background: transparent;
}

.any-gun-form-main .dropzone-wrap .choose-file i {
    font-size: 14px;
    color: #000000;
    vertical-align: middle;
    margin-left: 5px;
}

.any-gun-form-main .pl-0 {
    padding-left: 0 !important;
}

.any-gun-form-main .pr-0 {
    padding-right: 0 !important;
}

.any-gun-form-main .uploaded-image-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
    .any-gun-form-main .uploaded-image-group.wbag-img-wrap {
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .any-gun-form-main .uploaded-image-group .uploaded-image {
        max-width: 33.33%;
        flex: 33.33%;
        padding: 10px;
    }

        .any-gun-form-main .uploaded-image-group .uploaded-image .new-product-img {
            margin: 0 !important;
            border-radius: 4px;
            height: 64px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .any-gun-form-main .uploaded-image-group .uploaded-image .new-product-img img {
                border-radius: 4px;
                width: auto !important;
                height: auto !important;
                max-width: 100% !important;
                max-height: 100% !important;
                vertical-align: middle;
                object-fit: inherit !important;
            }

        .any-gun-form-main .uploaded-image-group .uploaded-image .btn-delete {
            box-shadow: 0px 3px 6px #00000029;
            background-color: #FFFFFF !important;
            color: #6F825F !important;
            height: 26px !important;
            width: 26px !important;
            line-height: 26px !important;
        }

.any-gun-form-main .dropzone-wrap .dropzone .dz-message {
    margin: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.any-gun-form-main .dropzone-wrap .dropzone.dz-started .dz-message {
    width: auto;
    padding: 0 10px;
}

.any-gun-form-main .card #btnSaveFormData {
    border-radius: 4px;
    background: #6F825F;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 100%;
    padding: 10px 33px;
    border: none;
}

@media(max-width: 479px) {
    .any-gun-form-main .uploaded-image-group.wbag-img-wrap .uploaded-image {
        max-width: 50%;
        flex: 50%;
    }
}

.product-list-main-custom .product-list-title {
    font-size: 20px;
    font-weight: 400;
    max-width: calc(100% - 110px);
}

.product-list-main-custom .btn {
    min-width: 90px;
    font-size: 16px;
    padding: 9px 26px;
    line-height: 100%;
}

.product-list-main-custom .card {
    box-shadow: 0px 10px 30px #0000000D;
    border-radius: 8px;
    padding: 20px 12px;
    border: none;
    clear: both;
}

.product-detail-info .product-specification {
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    list-style-type: none;
    border-bottom: 1px solid #EEEEEE;
}

.product-detail-info .product-detail-title {
    font-size: 16px;
    font-weight: 600;
    color: #6F825F;
}

.product-detail-info .product-detail-desc {
    font-size: 16px;
    font-weight: 400;
    color: #2F2D24;
}

.product-detail-info .product-price {
    margin-bottom: 20px;
}

    .product-detail-info .product-price .product-detail-title {
        font-size: 20px;
    }

    .product-detail-info .product-price .product-detail-desc {
        font-size: 20px;
        font-weight: bold;
    }

.product-status .dorpdown {
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    padding: 7px 12px;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 7px);
    background-size: 12px;
    width: 140px;
    line-height: 110%;
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    color: #000000;
}

.product-status .product-detail-title {
    font-size: 14px;
    color: #000000;
    margin-right: 10px;
    vertical-align: middle;
}

.product-desc-wrapper {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #EEEEEE;
}

    .product-desc-wrapper .product-desc-title {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
    }

    .product-desc-wrapper .product-detail-desc {
        text-align: justify;
        color: #707070;
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
    }

.product-slider .item img {
    border-radius: 8px;
    max-width: 100%;
}

.product-slider #sync2 {
    margin-top: 20px;
}

    .product-slider #sync2 .item img {
        height: 112px;
        width: 100%;
        object-fit: cover;
    }

.seller-product-detail-main .product-list-title {
    font-size: 20px;
    font-weight: 400;
    color: #2F2D24;
    margin: 0 0 20px;
}

.seller-product-detail-main .card {
    box-shadow: 0px 10px 30px #0000000d;
    border-radius: 8px;
    padding: 20px;
    border: none;
    position: relative;
    margin-top: 0;
}


.seller-product-detail-main .seller-detail-inner .seller-dm .dropdown {
    display: inline-block;
    padding: 0;
    margin-right: 10px;
}

    .seller-product-detail-main .seller-detail-inner .seller-dm .dropdown .btn-default {
        position: relative;
        padding: 5px 40px 6px 10px;
        font: 700 14px/17px "lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
        border: 1px solid #5c724c;
        color: #5c724c;
    }

        .seller-product-detail-main .seller-detail-inner .seller-dm .dropdown .btn-default .caret {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 25px;
            height: 100%;
            border: 0;
            border-left: 1px solid #5c724c;
        }

    .seller-product-detail-main .seller-detail-inner .seller-dm .dropdown .caret:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        vertical-align: middle;
        border-top: 6px dashed;
        border-top: 6px solid \9;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

.seller-product-detail-main .seller-detail-inner .seller-dm .dropdown-menu > li > a {
    padding: 3px 30px;
    color: #5c724c;
    position: relative;
}

    .seller-product-detail-main .seller-detail-inner .seller-dm .dropdown-menu > li > a i {
        position: absolute;
        top: 6px;
        left: 8px;
    }

.seller-product-detail-main .seller-detail-inner .seller-dm .dropdown-menu > li .legal-message {
    padding: 12px 10px 5px 10px;
    font-size: 12px;
    border-top: 1px solid #ccc;
    margin: 10px 0 0;
}


.seller-product-detail-main .seller-detail-inner .seller-dm .btn-custom {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    background: #6F825F;
    box-shadow: 10px 10px 20px #0000001A;
    text-align: center;
    display: inline-block;
}

    .seller-product-detail-main .seller-detail-inner .seller-dm .btn-custom + .btn-custom {
        margin-left: 6px;
    }

    .seller-product-detail-main .seller-detail-inner .seller-dm .btn-custom i {
        color: #ffffff;
        font-size: 20px;
    }

    .seller-product-detail-main .seller-detail-inner .seller-dm .btn-custom img {
        vertical-align: -6px;
    }

    .seller-product-detail-main .seller-detail-inner .seller-dm .btn-custom.btn-disabled {
        background: #B6C0AE;
        cursor: no-drop;
    }

.seller-product-detail-main .hard-pass-link {
    color: #707070;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 12px;
    display: inline-block;
}

.product-desc-wrapper .read-more {
    color: #000000;
    font-weight: 600;
}

.product-detail-info .product-link-prev {
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
    border-top: 1px solid #EEEEEE;
}

    .product-detail-info .product-link-prev .product-detail-title {
        font-size: 14px;
        font-weight: 600;
        font-family: "Lato", "Arial", "Helvetica", sans-serif;
        margin: 0 0 12px;
    }

    .product-detail-info .product-link-prev .product-link-group {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .product-detail-info .product-link-prev .product-link-group li {
            position: relative;
            padding-left: 18px;
            color: #000000 !important;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 10px;
        }

            .product-detail-info .product-link-prev .product-link-group li::before {
                position: absolute;
                content: "";
                left: 0;
                top: 8px;
                width: 8px;
                height: 8px;
                background: #6F825F;
                border-radius: 50%;
            }

.chat-box-header-top button.back-to-list {
    border: none;
    background: transparent;
    line-height: 30px;
    display: none;
}
/* 12/07*/
.h-advertisement-main-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 258px;
}

@media (max-width:1200px) {
    .product-detail-main-custom-inner > .row {
        max-width: calc(100vw - 55px) !important;
    }

    .seller-product-detail-main .container-fluid > .row {
        max-width: calc(100vw - 30px);
    }
}

@media (max-width:992px) {
    .product-list-main-custom .product-detail-info {
        margin-top: 15px;
    }

    .messages_all_wrapper {
        box-shadow: none;
        border-radius: 0;
        margin-left: -15px !important;
        margin-right: -15px !important;
        max-width: 100vw !important;
    }

        .messages_all_wrapper .all_messangers .msg-custom-title {
            flex: auto;
            width: auto;
        }

        .messages_all_wrapper .col-md-7 {
            border-left: 0;
        }

    .chat-box-header-top {
        margin-bottom: 0 !important;
        vertical-align: middle;
    }

    .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .list-box-title {
        flex-direction: column;
    }

    .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .product-title {
        max-width: 100%;
    }

    .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .product-specification {
        min-width: inherit;
    }

    .seller-product-detail-main .card {
        padding: 15px 0;
        box-shadow: none;
    }

    .product-desc-wrapper {
        margin-bottom: 15px;
    }
}

@media (max-width:567px) {
    .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .product-specification {
        flex-direction: column;
    }

    .product-status .dorpdown {
        font-size: 12px;
        width: 100px;
    }

    .any-gun-list-main .tab-content .any-gun-list-box .list-box-info {
        padding-left: 10px;
    }

        .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .product-price {
            font-size: 14px;
        }

        .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .product-specification li label, .any-gun-list-main .tab-content .any-gun-list-box .list-box-info .product-specification li span {
            font-size: 12px;
            line-height: 110%;
        }

    .any-gun-list-main .nav-tabs li {
        width: 50%;
        text-align: center;
    }

    .any-gun-list-main .tab-content .any-gun-list-box .list-box-image img {
        object-fit: contain;
        object-position: top;
    }

    .seller-dm {
        position: relative !important;
        justify-content: flex-start;
        right: 0 !important;
        bottom: 0 !important;
    }
}

@media (max-width:480px) {
    .messages_all_wrapper .all_messages {
        /*min-height: calc(100vh - 200px) !important;*/
    }

    .plan-box {
        padding: 10px 30px !important;
    }
}
/* slider css start 19-5-2022*/

.artmlist-slide {
    margin-bottom: 20px;
}

    .artmlist-slide .item .item-inner {
        position: relative;
        border-radius: 4px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 150px;
    }

    .artmlist-slide .item img {
        height: 100%;
    }

    .artmlist-slide .carousel-caption {
        padding-bottom: 20px;
    }

        .artmlist-slide .carousel-caption h4 {
            margin: 0 0 18px;
            font-size: 28px;
            line-height: 120%;
        }

    .artmlist-slide .btn-secondary {
        background: #E5E0BF;
        color: #2F2D24;
        border-radius: 3px;
        font-size: 15px;
        font-weight: 400;
        line-height: 100%;
        padding: 10px 17px;
    }

    .artmlist-slide .carousel-indicators {
        bottom: 0px !important;
    }

.Cartdropdown {
    max-width: 250px;
    width: 100%;
    left: inherit !important;
    z-index: 1000;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-linear-gradient(top, lightgray 0%, #ebebeb 55%, white 100%);
    background: linear-gradient(to bottom, lightgray 0%, #ebebeb 55%, white 100%);
}

    .Cartdropdown::-webkit-scrollbar-track {
        border-radius: 10px;
    }

    .Cartdropdown::-webkit-scrollbar {
        width: 6px;
    }

    .Cartdropdown::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }

    .Cartdropdown .custom-drp {
        margin-bottom: 0;
    }

        .Cartdropdown .custom-drp thead tr th {
            color: #8e8b8b;
            font-family: "Oswald", "Arial", "Helvetica", sans-serif;
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
        }

        .Cartdropdown .custom-drp tbody tr td {
            color: #8e8b8b;
            font-family: "Oswald", "Arial", "Helvetica", sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
        }

            .Cartdropdown .custom-drp tbody tr td #checkoutBtn {
                font-size: 16px;
                line-height: 20px;
                padding: 5px 15px;
                background-color: #5cb85c !important;
                border: 1px solid #4cae4c !important;
            }


.navbarmenuHead {
    color: #e5e0bf;
    text-transform: uppercase;
    margin: 10px 0;
}

@media (max-width:1200px) {
    .custom-account-information-main .artmlist-slide {
        max-width: calc(100vw - 60px) !important;
    }
}

@media (max-width:992px) {
    .artmlist-slide .carousel-caption h4 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .artmlist-slide .btn-secondary {
        padding: 6px 17px;
        font-size: 13px;
    }
}

.msg-list-box-hardpass {
    color: #cc241e !important;
}

.all_msg_section .msg-section .msg-list-time {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 12px;
    color: #FF4646;
}

.msg-timer-seller {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 12px;
    color: #FF4646;
}

.msg-timer-seller-for {
    right: 0;
    top: 30px;
    font-size: 12px;
    color: #FF4646;
}

.all_msg_section .msg-section .msg-list-time i {
    font-weight: 400;
    margin-right: 3px;
}

.messages_all_wrapper .all_messages .messageList .msg-list-time-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 4px;
    /*background: rgb(255 70 70 / 10%);*/
    padding: 5px;
    margin-top: 0;
    margin-left: 12px;
    color: #FF4646;
    border: 1px solid #6f825f;
}

.messages_all_wrapper .all_messages .messageList label.expire-time {
    flex: 100%;
    width: 100%;
    margin-bottom: 10px;
}

.messages_all_wrapper .all_messages .messageList .expire-time {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #000000;
}

.messages_all_wrapper .all_messages .messageList span.expire-time {
    font-size: 11px;
    font-weight: bold;
    color: #FF4646;
}

    .messages_all_wrapper .all_messages .messageList span.expire-time span {
        display: block;
    }

.all_msg_section .sub-options {
    transition: 0.5s;
    overflow: hidden;
    height: auto;
}

    .all_msg_section .sub-options .collapse {
        height: 0;
    }

.sub-options .msg-section {
    padding-left: 25px;
}

.collpase-menu-heading {
    position: relative;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4c712c;
    font-weight: bold;
    font-size: 17px;
    border-bottom: 1px solid #dedede;
}

.single-menu-heading {
    color: #4c712c !important;
    font-weight: bold;
    font-size: 17px;
}

.collpase-menu-heading .heading-text span:nth-child(1) {
    text-transform: capitalize;
    margin-right: 5px;
}

.collpase-menu-heading .heading-text span:nth-child(2) {
    background: #ed2201;
    padding: 1px 5px;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
}

.collpase-menu-heading.arrow-down i {
    transform: rotate(180deg);
}

.collpase-menu-heading i {
    margin-bottom: 5px;
}

.sub-options .msg-section .messenger b span {
    color: #665e5e;
    font-size: 15px;
}

.messages_all_wrapper .all_messangers table td span.excerpt_msg {
    font-size: 13px;
}

.messages_all_wrapper .all_messages .error-msg {
    text-align: center;
    margin-top: 20px;
}

    .messages_all_wrapper .all_messages .error-msg label {
        border: 2px dashed #59734e;
        padding: 10px 15px;
        border-radius: 8px;
        color: #59734e;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 15px;
    }

.messages_all_wrapper .all_messages .send_msg input, .messages_all_wrapper .all_messages .send_it.disable {
    cursor: not-allowed;
}

    .messages_all_wrapper .all_messages .send_msg input, .messages_all_wrapper .all_messages .send_it.disable a {
        background: #bcbcbc !important;
        pointer-events: none;
    }

.single-menu-heading .sellername {
    font-size: 12px;
    color: #979797;
    margin-left: 3px;
}

.checkout-paymentPanel img {
    max-width: 100%;
}

.checkout-right-title {
    padding-top: 10px;
    text-decoration: underline;
    font-size: 27px;
}

#homeFFLAlertModal .modal-dialog {
    width: 1000px;
}

.custom-account-information-main img {
    max-width: 100%;
}

#srsGoogleMapImage {
    margin-bottom: 20px;
}

.custom-account-information-main #subscribePVs #reason .select2-container {
    max-width: 350px !important;
    width: 350px !important;
}

.product-list-main-custom .product-list-tag {
    margin-bottom: 15px;
}

@media (max-width:1199px) {
    .custom-account-information-main {
        width: calc(100vw - 30px);
    }

    #googleMap .location-search-list .card .btn {
        font-size: 15px;
        padding: 6px 12px 8px;
    }

    #googleMap .location-search-list .card label.btn-txt {
        font-size: 15px;
    }

    .input_form .table tr > td.btn_number {
        position: relative;
    }

        .input_form .table tr > td.btn_number .custom-qty {
            margin-left: 0;
            top: 0;
        }

    /*  .input_form .table tr > td.btn_number .plus {
            position: absolute;
            right: 5px;
            top: 12px;
        }*/

    .checkout-paymentPanel .panel-title {
        font-size: 13px;
    }

    #homeFFLAlertModal .modal-dialog {
        width: auto;
    }
}

@media (max-width:991px) {
    .location-search-list li {
        width: 50%;
    }

    .Cartdropdown {
        max-height: calc(100vh - 150px);
    }

    .location-search-list {
        margin-top: 20px;
    }

    .add-to-cart-left-panel .input_form {
        float: none;
    }

    .add-to-cart-left-panel .pager {
        clear: both;
    }

    .any-gun-form-main .pl-0 {
        padding-right: 0 !important;
    }

    .any-gun-form-main .pr-0 {
        padding-left: 0 !important;
    }
}

@media (max-width:767px) {
    .checkout-right-title {
        font-size: 20px;
    }
}

@media (max-width:568px) {
    .add-to-cart-left-panel .divider_1, .add-to-cart-left-panel .divider_2 {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}

@media (max-width:480px) {
    .location-search-list li {
        width: 100%;
    }

    .input_form .table tr > td.btn_number .plus {
        right: -5px;
    }

    .swal-modal.ProducrAddtoCart, .swal-modal.swalLoading {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: auto !important;
        max-width: 90%;
    }
}

.adminmessage {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    font-size: 14px;
}

}

.sponsor-landing-main .member-message {
    margin-bottom: 40px;
}

    .sponsor-landing-main .member-message .thank-msg {
        width: 100vw;
        position: relative;
        left: calc(50% - 17px);
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        margin-top: -20px;
        background: #F9F9F9;
        padding: 25px;
    }

.sponsor-landing-main .sponsor-msg-wrap {
    box-shadow: -30px 0px 50px #0000000a;
    border-radius: 105px;
    background: linear-gradient(270deg, #FFFFFF00 0%, #FFFFFF 100%);
    padding: 42px 70px 65px 100px;
}

    .sponsor-landing-main .sponsor-msg-wrap img {
        max-width: 100%;
    }

    .sponsor-landing-main .sponsor-msg-wrap .sponsor-msg {
        font-size: 26px;
        color: #000000;
        font-weight: 600;
    }

.sponsor-landing-main .sponsor-video-wrap {
    position: relative;
}

    .sponsor-landing-main .sponsor-video-wrap video {
        max-width: 100%;
        border-radius: 10px;
    }

    .sponsor-landing-main .sponsor-video-wrap .video-play {
        background-image: url('../images/icon-play.svg');
        background-size: cover;
        background-repeat: no-repeat;
        width: 44px;
        height: 44px;
        display: block;
        position: relative;
        transition: all .3s ease;
    }

    .sponsor-landing-main .sponsor-video-wrap .video-pause {
        background-image: url('../images/icon-pause.png');
        background-size: cover;
        background-repeat: no-repeat;
        width: 44px;
        height: 44px;
        display: block;
        position: relative;
        opacity: 0;
        transition: all .3s ease;
    }

    .sponsor-landing-main .sponsor-video-wrap:hover .video-pause {
        opacity: 1;
        transition: all .3s ease;
    }

.sponsor-landing-video-section {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
}

.sponsor-landing-main .sponsor-video-wrap .video-play::after, .sponsor-landing-main .sponsor-video-wrap .video-pause::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.sponsor-landing-main .sponsor-video-wrap button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background-color: transparent;
}

.sponsor-landing-main .member-benifit-main {
    margin-top: 30px;
}

    .sponsor-landing-main .member-benifit-main .member-benifit h3 {
        color: #000000;
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0 0 20px;
    }

    .sponsor-landing-main .member-benifit-main .benefits_list {
        padding: 0;
        margin: 0 0 20px;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        padding-left: 11%;
        /*justify-content: space-evenly;
        align-items: center;*/
    }

        .sponsor-landing-main .member-benifit-main .benefits_list li {
            max-width: calc(33.33% - 17px);
            flex: calc(33.33% - 17px);
            margin-left: 15px;
            padding: 5px 25px;
            position: relative;
            border-radius: 10px;
            margin-bottom: 12px;
            font-size: 20px;
            font-family: "Oswald", "Arial", "Helvetica", sans-serif;
            font-weight: 300;
            min-height: 30px;
            display: flex;
            align-items: center;
        }

            .sponsor-landing-main .member-benifit-main .benefits_list li::before {
                content: "\f05b";
                position: absolute;
                left: -11px;
                top: 40%;
                transform: translateY(-50%);
                /*background-image: url('../images/landing-checked.png');*/
                background-repeat: no-repeat;
                background-size: cover;
                width: 23px;
                height: 23px;
                font-family: FontAwesome;
                font-size: 24px;
                color: #637E31;
            }

/*.sponsor-landing-main .member-benifit-main .benefits_list li:last-child {
                max-width: 100%;
                flex: 100%;
            }*/

.sponsor-landing-main .sponsor-advert {
    background: #000000;
    border-radius: 10px;
    padding: 30px 45px;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    position: relative;
}

    .sponsor-landing-main .sponsor-advert::before {
        position: absolute;
        content: "";
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 370px;
        height: 181px;
        left: 0;
        top: 0;
    }

    .sponsor-landing-main .sponsor-advert p {
        font-size: 15px;
        color: #FFFFFF;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .sponsor-landing-main .sponsor-advert .btn, .sponsor-landing-main .sponsor-join-wrap .btn {
        max-width: 180px;
        margin: 0 auto 25px;
        background: #637E31;
        color: #ffffff;
        border-radius: 0;
    }

    .sponsor-landing-main .sponsor-advert .text-link {
        color: #ffffff;
        text-decoration: underline;
        font-size: 20px;
        font-weight: 300;
        font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    }


/*index 1*/

.sponsor-landing-main-one .member-container {
    max-width: 900px;
    margin: 0 auto;
}

.sponsor-landing-main-one.sponsor-landing-main .sponsor-msg-wrap {
    text-align: center;
}

.sponsor-landing-main-one .member-benifit {
    margin-top: 35px;
}

.sponsor-landing-main-one.sponsor-landing-main .member-benifit-main .benefits_list li {
    max-width: 100%;
    flex: 100%;
}

.sponsor-landing-main-one.sponsor-landing-main .member-benifit-main .member-benifit h3 {
    font-size: 36px;
    padding-bottom: 12px;
    -webkit-text-stroke: 1px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 40px 10px;
    background: #000;
    color: #e5e0bf;
}

.sponsor-landing-main-one.sponsor-landing-main .sponsor-advert {
    background: transparent;
    color: #000000;
    padding: 30px 0 0;
}

    .sponsor-landing-main-one.sponsor-landing-main .sponsor-advert::before {
        width: 100%;
        height: 110px;
    }

    .sponsor-landing-main-one.sponsor-landing-main .sponsor-advert.sponsor-advert-two::before {
        height: 210px;
    }

    .sponsor-landing-main-one.sponsor-landing-main .sponsor-advert .btn, .sponsor-landing-main-one.sponsor-landing-main .sponsor-join-wrap .btn {
        display: inline-block;
        max-width: inherit;
        margin-right: 15px;
    }

.sponsor-landing-main-one .sponsor-advert-info p {
    text-align: center;
    color: #000;
    font-size: 15px;
    margin-top: 15px;
}

/*Index 2*/

.sponsor-landing-main-two.sponsor-landing-main .sponsor-advert {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .sponsor-landing-main-two.sponsor-landing-main .sponsor-advert p {
        margin-bottom: 0;
        text-align: left;
    }

    .sponsor-landing-main-two.sponsor-landing-main .sponsor-advert .btn, .sponsor-landing-main-two.sponsor-landing-main .sponsor-join-wrap .btn {
        margin: 0 20px;
    }

    .sponsor-landing-main-two.sponsor-landing-main .sponsor-advert::before {
        display: none;
    }

.sponsor-landing-main-two.sponsor-landing-main .member-benifit-main .member-benifit h3 {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
}

    .sponsor-landing-main-two.sponsor-landing-main .member-benifit-main .member-benifit h3:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 120px;
        height: 3px;
        background: #637E31;
        margin: auto;
    }

.sponsor-msg-wrap {
    position: relative;
}

    .sponsor-msg-wrap:before {
        content: "";
        position: absolute;
        background-image: url(../images/pointer-re.svg);
        right: -30px;
        top: -33px;
        height: 130px;
        width: 130px;
        background-repeat: no-repeat;
        transform: rotate(-110deg);
    }

.sponsor-landing-header {
    background-color: transparent;
    border-color: transparent;
}

.sponsor-landing-main .sponsor-video-wrap video::-webkit-media-controls-overlay-play-button {
    display: none;
}

@media (max-width: 1199px) {
    .sponsor-msg-wrap:before {
        height: 110px;
        width: 110px;
        background-size: contain;
    }

    .sponsor-landing-main-two.sponsor-landing-main .sponsor-advert p {
        max-width: 44%;
        flex: 44%;
    }

        .sponsor-landing-main-two.sponsor-landing-main .sponsor-advert p br {
            display: none;
        }

    .sponsor-landing-main-two.sponsor-landing-main .sponsor-advert .btn {
        font-size: 16px;
    }

    .sponsor-landing-main .sponsor-advert .text-link {
        font-size: 16px;
    }

    .sponsor-landing-main .member-message .thank-msg {
        left: 50%;
    }

    .sponsor-landing-main .member-container {
        width: auto;
    }

    .sponsor-landing-main .member-benifit-main .benefits_list {
        padding-left: 7%;
    }
}

/*Footer 26-01 Open comment*/
@media (max-width: 991px) and (orientation: portrait) {
    .sponsor-join-wrap {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background: #000000;
        padding: 18px 15px;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .sponsor-msg-wrap:before {
        display: none;
        right: 120px;
        top: 125px;
        height: 115px;
        width: 115px;
        transform: rotate(-10deg);
        background-size: contain;
    }

    .sponsor-landing-main .sponsor-msg-wrap {
        margin-bottom: 35px;
    }

    #tednugent .member-benifit-main {
        flex-direction: column;
    }

    .sponsor-landing-main .member-benifit-main .benefits_list li {
        padding-top: 0px;
        padding-bottom: 0px !important;
        min-height: 70px;
    }

    .member-benifit {
        margin-bottom: 10px;
    }

    .sponsor-image-wrap {
        display: inline-block;
        position: relative;
    }

        .sponsor-image-wrap::before {
            content: "";
            position: absolute;
            background-image: url(../images/pointer-re.svg);
            right: -105px;
            top: 40px;
            height: 115px;
            width: 115px;
            background-size: contain;
        }

        /*.sponsor-join-wrap {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background: #000000;
        padding: 18px 15px;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
    }*/
        .sponsor-image-wrap::before {
            content: "";
            position: absolute;
            background-image: url(../images/pointer-re.svg);
            right: -105px;
            top: 40px;
            height: 115px;
            width: 115px;
            background-size: contain;
        }

    .custom-sponsor-landing-main {
        padding-bottom: 145px;
    }

    .sponsor-landing-main-two.sponsor-landing-main .sponsor-advert p {
        max-width: 100%;
        flex: 100%;
    }

    .sponsor-landing-video-section {
        flex-wrap: wrap;
    }
}

@media (max-width:767px) {
    #tednugent .member-message .thank-msg {
        font-size: 26px;
    }

    .sponsor-landing-main .sponsor-msg-wrap img {
        max-width: 300px;
    }

    .sponsor-msg-wrap:before {
        top: 75px;
        height: 95px;
        width: 95px;
    }

    .sponsor-landing-main .sponsor-msg-wrap {
        padding: 20px 30px 30px 60px;
    }

    .sponsor-landing-main .member-benifit-main .benefits_list li {
        min-height: 40px;
        max-width: calc(50% - 17px);
        flex: calc(50% - 17px);
    }

    .sponsor-landing-main-two.sponsor-landing-main .sponsor-advert {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 35px;
    }

        .sponsor-landing-main-two.sponsor-landing-main .sponsor-advert p {
            max-width: 100%;
            flex: 100%;
            margin-bottom: 0;
        }

    .sponsor-image-wrap::before {
        right: -75px;
        top: 20px;
        height: 90px;
        width: 90px;
    }

    /*Footer 26-01*/
    .custom-sponsor-landing-main {
        padding-bottom: 15px;
        /*padding-bottom: 90px;*/
    }
}

@media (max-width:567px) {
    .sponsor-landing-main .sponsor-msg-wrap img {
        max-width: 220px;
    }

    .sponsor-landing-main .member-message .thank-msg {
        font-size: 20px !important;
        margin-top: -6px;
    }

    .sponsor-landing-main .sponsor-msg-wrap .sponsor-msg {
        font-size: 20px;
    }

    .sponsor-landing-main .sponsor-msg-wrap {
        padding-left: 40px;
    }

    .sponsor-msg-wrap:before {
        top: 50px;
        right: -25px;
    }

    .sponsor-landing-main .member-benifit-main .benefits_list li {
        max-width: 100%;
        flex: 100%;
        padding: 5px 10px 5px 18px;
        font-size: 18px;
        min-height: inherit;
    }

    .sponsor-landing-main .sponsor-advert {
        padding: 20px;
    }
    /*.sponsor-landing-main .sponsor-advert .text-link{
        margin-top:20px;
    }*/
    .sponsor-landing-main .member-benifit-main .benefits_list li::before {
        top: 46%;
    }

    .sponsor-image-wrap::before {
        right: -60px;
        top: 20px;
        height: 70px;
        width: 70px;
    }

    .sponsor-landing-main-two.sponsor-landing-main .sponsor-advert {
        flex-direction: column;
    }

    .custom-sponsor-landing-main {
        padding-bottom: 110px;
    }
}


@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.adminmessage {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    font-size: 14px;
}


@media screen and (max-width: 480px) {
    .messages_all_wrapper .all_messages_tab .msg-custom-title label {
        font-size: 13px;
    }

        .messages_all_wrapper .all_messages_tab .msg-custom-title label i {
            margin-right: 3px;
            font-size: 16px !important;
        }

    .messages_all_wrapper .all_messangers .msg-custom-title {
        padding-left: 3px;
        padding-right: 3px;
    }

    .messages_all_wrapper .all_messages_tab .msg-custom-title .count-no {
        font-size: 12px;
        width: 18px;
        height: 18px;
        margin-left: 1px;
    }
}

/*div#homeFFLAlertContainer li:before {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    vertical-align: middle;
}

div#homeFFLAlertContainer li {
    position: relative;
    padding-left: 13px;
    list-style-type: none;
}*/

.vendor-search-section {
    display: flex;
    align-items: center;
}

.vendor-form-select {
    -webkit-appearance: auto !important;
}

.pvStore .category {
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
}


.category-sidebar {
    padding: 20px;
    box-shadow: 0px 0px 10px #b9b8b8;
    margin-bottom: 20px;
}

    .category-sidebar h2 {
        margin: 0px;
        color: #5c734e;
        font-size: 25px;
    }

    .category-sidebar input.btn.btn-default {
        background: transparent;
        border: none;
        padding: 0px;
        font-size: 15px;
        text-decoration: underline;
        float: right;
        margin-top: 3px;
    }

        .category-sidebar input.btn.btn-default:focus {
            outline: none;
        }

        .category-sidebar input.btn.btn-default:active {
            box-shadow: none;
        }

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #5c734e;
}

.custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #5c734e;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.category-sidebar {
    position: relative;
    padding: 0;
    box-shadow: none;
}

.category-sidebar-inner {
    position: absolute;
    width: 260px;
    padding: 20px;
    box-shadow: 0px 0px 10px #b9b8b8;
    background: #ffffff;
}

    .category-sidebar-inner.fixed {
        position: sticky;
        top: 110px;
    }

.pvStore .pvEntry h2 {
    margin: 0 0 25px;
    color: #555555;
}

.pvPosts .data-list-category {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #cccccc;
}

    .pvPosts .data-list-category a .img-responsive {
        width: 100%;
        object-fit: cover;
    }

@media (max-width:1199px) {
    .category-sidebar-inner {
        width: 225px;
    }
}

@media (max-width:992px) {
    .category-sidebar-inner.fixed, .category-sidebar-inner {
        position: static;
        width: 100%;
    }
}

@media (max-width:480px) {
    .pvPosts .col-xxs-12 {
        width: 100% !important;
        float: none !important;
    }
}

/*div#homeFFLAlertContainer li:before {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    vertical-align: middle;
}
*/

div#homeFFLAlertContainer li {
    position: relative;
    padding-left: 13px;
    list-style-type: none;
}

/*faq-arms-wrap css*/
.faq-arms-wrap {
    padding: 50px 0;
}

    .faq-arms-wrap .faq-accordion .panel.panel-default {
        border: none;
        box-shadow: rgb(14 30 37 / 12%) 0px 0px 8px 0px, rgb(14 30 37 / 12%) 0px 0px 5px 0px;
        margin-bottom: 15px;
    }

    .faq-arms-wrap .faq-accordion .panel-heading {
        background: #ffffff;
        padding: 0;
    }

    .faq-arms-wrap .faq-accordion .panel-title a {
        display: flex;
        justify-content: space-between;
        color: #5c734e;
        font-size: 18px;
        font-family: "Oswald", "Arial", "Helvetica", sans-serif;
        line-height: 26px;
        padding: 15px 20px 15px 25px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .faq-arms-wrap .faq-accordion .panel-title a[aria-expanded="true"] {
            color: #000;
        }

        .faq-arms-wrap .faq-accordion .panel-title a span {
            display: inline-block;
            position: relative;
            min-width: 30px;
            height: 26px;
        }

            .faq-arms-wrap .faq-accordion .panel-title a span:before,
            .faq-arms-wrap .faq-accordion .panel-title a span:after {
                content: "";
                width: 15px;
                height: 3px;
                background-color: #5c734e;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
            }

            .faq-arms-wrap .faq-accordion .panel-title a span:after {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

        .faq-arms-wrap .faq-accordion .panel-title a[aria-expanded="true"] span:before,
        .faq-arms-wrap .faq-accordion .panel-title a[aria-expanded="true"] span:after {
            background-color: #000;
        }

        .faq-arms-wrap .faq-accordion .panel-title a[aria-expanded="true"] span:after {
            -webkit-transform: none;
            -moz-transform: none;
            -o-transform: none;
            -ms-transform: none;
            transform: none;
        }

    .faq-arms-wrap .faq-accordion .panel-body {
        color: #5a5a5a;
        font-size: 16px;
        line-height: 24px;
        padding: 20px 25px;
        text-align: justify;
    }

        .faq-arms-wrap .faq-accordion .panel-body h3 {
            font-size: 17px;
            line-height: 25px;
            color: #5a5a5a;
            margin-bottom: 15px;
        }

        .faq-arms-wrap .faq-accordion .panel-body ol {
            padding: 0 0 0 15px;
        }

            .faq-arms-wrap .faq-accordion .panel-body ol li {
                color: #555;
                margin-bottom: 10px;
            }

                .faq-arms-wrap .faq-accordion .panel-body ol li:last-child {
                    margin-bottom: 0;
                }

        .faq-arms-wrap .faq-accordion .panel-body p {
            margin: 0;
        }

.sell-btn-wrap {
    position: relative;
}

    .sell-btn-wrap a.btn.btn-primary.green-btn {
        position: absolute;
        top: 15px;
        right: 0;
    }

ul.messageList.font-wrap > li.receivedmessages > div pre date-time-font {
    font-size: 10px;
    line-height: 1.5;
}

.chat-box-header-top .archiveBtn {
    padding: 5px 13px 7px;
    font-size: 16px;
    line-height: 22px;
    background: #637e31;
    border-radius: 0px;
    color: #fff;
    border: none;
    position: absolute;
    right: 45px;
    top: -1px;
}

    .chat-box-header-top .archiveBtn:hover {
        background: #000;
        color: #fff;
    }

@media (max-width: 991px) {
    .faq-arms-wrap {
        padding: 20px 0 20px 0;
    }

        .faq-arms-wrap .faq-accordion .panel-title a {
            font-size: 16px;
            line-height: 24px;
            padding: 10px 15px 10px 20px;
        }

        .faq-arms-wrap .faq-accordion .panel-body {
            font-size: 15px;
            line-height: 23px;
        }

    .sell-btn-wrap a.btn.btn-primary.green-btn {
        font-size: 14px;
        line-height: 20px;
        top: 18px;
        padding: 6px 15px 7px 15px;
    }

    .chat-box-header-top .archiveBtn {
        top: 0;
    }
}

@media (max-width: 767px) {
    .faq-arms-wrap {
        padding: 0 0 10px 0;
    }

        .faq-arms-wrap .faq-accordion .panel-title a {
            font-size: 14px;
            line-height: 22px;
            padding: 7px 10px 7px 15px;
        }

        .faq-arms-wrap .faq-accordion .panel-body {
            font-size: 13px;
            line-height: 20px;
        }

            .faq-arms-wrap .faq-accordion .panel-body h3 {
                font-size: 14px;
                line-height: 22px;
                margin-bottom: 10px;
            }

        .faq-arms-wrap .faq-accordion .panel-title a span {
            min-width: 25px;
            height: 20px;
        }

            .faq-arms-wrap .faq-accordion .panel-title a span:before,
            .faq-arms-wrap .faq-accordion .panel-title a span:after {
                width: 12px;
                height: 2px;
            }

    .sell-btn-wrap a.btn.btn-primary.green-btn {
        font-size: 14px;
        line-height: 20px;
        padding: 3px 10px 5px 10px;
        position: absolute;
        top: 4px;
        right: 0;
    }

    .messages_all_wrapper .all_messages ul.messageList.font-wrap {
        max-height: 330px;
    }

    ul.messageList.font-wrap > li.receivedmessages > div pre span,
    ul.messageList.font-wrap > li.receivedmessages > div pre p span {
        font-size: 10pt;
        line-height: 1.5 !important;
    }

    .messages_all_wrapper .all_messages {
        padding-bottom: 40px;
    }

    ul.messageList.font-wrap li.receivedmessages div pre .date-time-font, ul.messageList.font-wrap li.sendmessages div pre .date-time-font {
        font-size: 8px;
    }

    .chat-box-header-top .archiveBtn {
        top: 3px;
    }
}

@media (max-width: 479px) {

    .messages_all_wrapper {
        margin-bottom: 0px !important;
    }

        .messages_all_wrapper .all_messages {
            padding-bottom: 50px;
            overflow: hidden;
            /*min-height: calc(100vh - 170px) !important;*/
        }

            .messages_all_wrapper .all_messages ul.messageList.font-wrap {
                max-height: 250px;
                height: 250px;
            }

    .all_messages .blockedusermsg {
        margin-top: 10px;
    }

    .sell-btn-wrap a.btn.btn-primary.green-btn {
        position: relative;
        top: auto;
        right: auto;
        float: left;
        margin-left: 0;
    }
}

@media (max-width: 359px) {
    .messages_all_wrapper .all_messages ul.messageList.font-wrap {
        padding-left: 0px !important;
    }
}

.container {
    width: 100%;
}

ul li {
    list-style: none;
}

.main-div {
    width: 100%;
}

    .main-div .premium-vendor {
        /* margin-bottom: -5000px;
    padding-bottom: 5000px;*/
        padding: 0px 15px 20px 15px;
        background-color: #F9F9F9;
    }

.premium-vendor .heading-title {
    width: 100%;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
    top: 0;
    z-index: 99;
}

.heading-title h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 27px;
    color: #404040;
    line-height: 37px;
}

.premium-vendor-top .vendor-filter {
    width: 100%;
    height: auto;
    /*background: rgb(62,85,132);
    background: linear-gradient(0deg, rgba(62,85,132,1) 0%, rgba(80,101,152,1) 100%);*/
    background: #d3cb93;
    border-radius: 10px;
    opacity: 1;
    margin: 25px 0;
    padding: 21px;
}

.vendor-filter form {
    width: 100%;
}

.vendor-filter ul li {
    margin-right: 20px;
    position: relative;
}

    .vendor-filter ul li.your-location {
        width: 315px;
        color: #000;
        font-size: 14px;
        line-height: 24px;
        /*margin-bottom: 10px;*/
    }

li.vender-result i.angle-down-wrap {
    height: max-content;
    pointer-events: none;
    position: absolute;
    top: 73%;
    right: 13px;
    color: #000;
    font-size: 18px;
    z-index: 0;
    transform: translateY(-50%);
}

.vendor-filter ul.vender-serch-bar li label {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}
/*li.vender-result span.down-arrow {
    position: absolute;
    top: 42px;
    right: 62px;
    color: #000;
    font-size: 18px;
    z-index:0;
    }
*/


li.vender-result label {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}

.vendor-filter input {
    width: 100%;
    color: #000;
    background-color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Lato',sans-serif;
    box-shadow: none;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    opacity: 1;
    padding: 7px 10px;
    outline: none;
    transition: all 0.05s ease 0s;
    appearance: none;
}

    .vendor-filter input:focus {
        /*outline: #fff solid 2px;*/
        outline: none;
    }

li.vender-result {
    max-width: 110px;
    width: 100%;
}

    li.vender-result select {
        min-width: 100%;
        width: 100%;
        height: auto;
        color: #000;
        background-color: #fff;
        font-size: 14px;
        line-height: 24px;
        font-family: 'Lato',sans-serif;
        box-shadow: none;
        border: 1px solid #d1d1d1;
        border-radius: 8px;
        opacity: 1;
        padding: 7px 10px;
        appearance: none !important;
    }

        li.vender-result select:focus {
            appearance: none;
            outline: none;
        }

form#newPVSearchForm input.search-btn {
    width: 110px;
    height: auto;
    background: #1c1c1b;
    color: #fff;
    margin-top: 30px;
    padding: 8px 8px 6px 8px;
    outline: none;
    border: 1px solid #1c1c1b;
    transition: 0.5s;
}

    form#newPVSearchForm input.search-btn:focus {
        outline: #000;
    }

    form#newPVSearchForm input.search-btn:hover {
        background: #000;
        border: 1px solid #000;
        color: #d3cb93;
    }

li.vender-result select:focus {
    box-shadow: none;
}

.vendor-filter form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.vender-serch-bar {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
}

button.search-btn {
    max-width: 100px;
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: #6d7fa6;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Lato',sans-serif;
    box-shadow: none;
    border: 1px solid #FFFFFF66;
    border-radius: 8px;
    opacity: 1;
    padding: 5px 10px;
}

/**/
section.map {
    width: 100%;
    height: auto;
}

.map img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

/**/
.premium-vendor-card {
    width: 100%;
}

    .premium-vendor-card .second-title {
        width: 100%;
        text-align: center;
        margin: 20px 0px;
    }

.second-title h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 27px;
    color: #404040;
    line-height: 37px;
}

.premium-vendor-card .card-vender-bottom {
    width: 100%;
}

ul.card-detail-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 0 -8px;
}

    ul.card-detail-list li.card-detail {
        padding: 0 8px;
        width: 20%;
        margin-bottom: 20px;
    }

        ul.card-detail-list li.card-detail .profile-card {
            background-color: #efefef;
            padding: 20px 10px;
            border-radius: 15px;
            text-align: center;
            height: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
        }

        /*ul.card-detail-list li.card-detail .profile-card:hover {
                background: linear-gradient(180deg, #d3cb93 0%, #ffffff 100%);
            }*/

        ul.card-detail-list li.card-detail .profile-img {
            width: 110px;
            height: 110px;
            border-radius: 50%;
            margin: 0px auto 20px auto;
        }

            ul.card-detail-list li.card-detail .profile-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                border-radius: 50%;
            }

.profile-card h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    align-items: center;
    color: #404040;
}

.profile-card h3 {
    min-height: 28px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: 'Oswald', sans-serif;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 0 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.profile-card ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
}

    .profile-card ul li {
        margin: 0 5px;
    }

        .profile-card ul li span {
            margin-left: 5px;
            display: inline-block;
            font-size: 14px;
            font-weight: 600;
            line-height: 24px;
            color: #404040;
            font-family: 'Lato', sans-serif;
        }

li.card-detail .profile-card p {
    margin: 10px auto;
    max-width: 200px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #404040;
    font-weight: 600;
    line-height: 24px;
}

.profile-card small {
    font-size: 14px;
    font-family: 'Lato',sans-serif;
    line-height: 24px;
    color: #404040;
}

.card-vender-bottom ul {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    justify-content: center;
    height: 100%
}

.card-detail small a {
    color: #000;
    margin-left: 2px;
    text-underline-offset: 4px;
    font-weight: 600;
    text-decoration: underline;
}
/* 29 11 2020*/
.profile-card ul.location-detail {
    width: 100%;
    padding: 10px;
    background: #dbdbdb;
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 30px;
}

li.card-detail .profile-card small {
    font-size: 14px;
    font-family: 'Lato',sans-serif;
    line-height: 24px;
    color: #404040;
    min-height: 40px;
}

.vender-serch-bar li select {
    background: #fff;
}

    .vender-serch-bar li input::-webkit-outer-spin-button,
    .vender-serch-bar li input::-webkit-inner-spin-button,
    select::-webkit-outer-spin-button,
    .vender-serch-bar li select::-webkit-inner-spin-button,
    .vender-serch-bar li select {
        -webkit-appearance: none;
        appearance: none;
        background: #fff;
    }

.vender-serch-bar li input[type=number],
{
    -moz-appearance: textfield;
}



/* Responsive*/
@media (min-width: 768px) {
    #powerSearchAlertModal .modal-dialog {
        width: 80%;
    }
}

@media screen and (max-width: 1024px) {
    .responsive_ad.mobile_ad img {
        height: auto;
        width: 100%;
        appearance: none !important;
    }

    /*li.vender-result i.angle-down-wrap {
        top: 79%;
    }*/
    /* Vendor Search */
    .premium-vendor-top .vendor-filter {
        height: auto;
    }

    .vendor-filter form {
        width: 100%;
        justify-content: start;
        align-items: start;
        /*flex-direction: column;*/
    }



    .vendor-filter ul li {
        width: 100%;
        display: block;
        flex-direction: column;
    }

    /*.vendor-filter ul li.your-location {
            width: 100%;
        }*/

    .vendor-filter input {
        width: 100%;
    }


    li.vender-result select {
        min-width: auto;
        width: 100%;
    }

    li.vender-result label {
        /*margin-top: 20px;*/
    }
}

@media (max-width:991px) {
    .fitler-form-main form .nav-tabs .nav-item {
        margin-right: 30px;
    }

    .fitler-form-main form .tab-pane .inline-list .small-text {
        flex: 33%;
        max-width: 33%;
    }

    /* */
    /* 25 11 2022*/
    ul.card-detail-list li.card-detail {
        width: 30%;
    }
    /* 25 11 2022 End*/

    /*13 12 2022*/
    .vendor-filter ul li {
        margin-right: 12px;
    }

    .vendor-filter ul.vender-serch-bar li label {
        font-size: 12px;
        line-height: 16px;
    }

    .premium-vendor-top .vendor-filter #newPVSearchForm {
        flex-direction: column;
    }

    .premium-vendor-top .vendor-filter ul.vender-serch-bar {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .premium-vendor-top .vendor-filter ul li,
    .premium-vendor-top .vendor-filter ul li.your-location,
    .premium-vendor-top .vendor-filter ul li.vender-result {
        max-width: calc(50% - 12px);
    }

        .premium-vendor-top .vendor-filter ul li.your-location {
            width: calc(50% - 12px);
        }

    form#newPVSearchForm input.search-btn {
        margin-top: 23px;
    }

    li.vender-result i.angle-down-wrap {
        top: 70%;
    }
}

@media (max-width:767px) {
    .fitler-form-main form .nav-tabs .nav-link .search-count {
        margin-left: 3px;
    }

    .fitler-form-main form .tab-pane .inline-list .small-text {
        flex: 50%;
        max-width: 50%;
    }

    .ac-clear:nth-child(3) {
        clear: both;
    }

    .continue-btn a.btn {
        margin-bottom: 2px;
        line-height: 20px;
    }

    .custom-sell-section a.back-to-list {
        margin-top: -10px;
    }
    /* 25 11 2022*/
    ul.card-detail-list {
        display: flex;
        justify-content: space-around;
    }

        ul.card-detail-list li.card-detail {
            width: 50%;
        }
    /* 25 11 2022 End*/
    /*Vendor search*/
    /*13 12 2022*/
    .vendor-filter form {
        flex-direction: column;
    }

    .premium-vendor-top .vendor-filter ul.vender-serch-bar {
        flex-direction: column;
        align-items: start;
        width: 100%;
        row-gap: 0;
    }

    .premium-vendor-top .vendor-filter ul li.your-location {
        width: 100%;
        max-width: 100%;
    }

    .vendor-filter ul li.vender-result {
        max-width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

        .vendor-filter ul li.vender-result:last-child {
            margin-bottom: 0;
        }

    .vendor-filter ul li.your-location {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
    }

    .premium-vendor-top .vendor-filter ul li,
    .premium-vendor-top .vendor-filter ul li.vender-result {
        max-width: 100%;
    }
}

@media (max-width:480px) {
    .fitler-form-main form .col-xss-12 {
        width: 100%;
        float: none;
    }

    .fitler-form-main form .nav-tabs .nav-item {
        margin-right: 0;
        width: calc(50% - 15px);
    }

        .fitler-form-main form .nav-tabs .nav-item:nth-child(odd) {
            margin-right: 7px;
        }

        .fitler-form-main form .nav-tabs .nav-item:nth-child(even) {
            margin-left: 7px;
        }

    .fitler-form-main form .nav-tabs .nav-link label {
        font-size: 13px;
    }

    .fitler-form-main form .tab-pane .inline-list .small-text {
        flex: 100%;
        max-width: 100%;
    }

    ul.card-detail-list li.card-detail {
        width: 100%;
    }
}

@media (max-width:480px) {
    #googleMap .gm-style-iw {
        max-width: 250px !important;
    }
}
/* Filter Form End */


@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Oswald:wght@200;300;400;500;600;700&display=swap');
/*font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;*/

.landding-armlist-main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #8E8E8E;
    padding: 20px 20px;
    background-image: url(../images/bg-top-left.png), url(../images/bg-top-right.png), url(../images/Ellipse-top-right.png), url(../images/bg-bottom-left.png),url(../images/Ellipse-bottome-left.png), url(../images/bg-bottom-right.png);
    background-repeat: no-repeat;
    background-position: left -10% top -200px, right -16% top -70%, right top, bottom -25% left -10%, bottom left, bottom -11% right 8%;
}

    .landding-armlist-main .landding-armlist-main-title h1 {
        font-size: 46px;
        line-height: 55px;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .landding-armlist-main .landding-form-inner {
        background-image: url('../images/Group 8216.png');
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 947px;
        width: 100%;
        display: flex;
        border-radius: 24px;
    }

    .landding-armlist-main .landding-armlist-form {
        width: 100%;
        background-image: url('../images/Group 8216.png');
        background-size: cover;
        background-repeat: no-repeat;
        padding: 35px 60px 40px 35px;
        border-radius: 24px 0 0 24px;
    }

.armlist-main .landding-armlist-form .form-logo {
    display: inline-block;
}

.landding-armlist-main .landding-armlist-form .form-logo a {
    display: inline-block;
}

.landding-armlist-main .landding-armlist-form .landding-welcome-title {
    font-size: 14px;
    line-height: 17px;
    color: #B8B8B8;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    /* padding-top: 28px;*/
    padding-bottom: 30px;
}

    .landding-armlist-main .landding-armlist-form .landding-welcome-title h2 {
        font-size: 33px;
        line-height: 50px;
        color: #D4D4D4;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        margin: 0 0;
        display: inline-block;
    }

    .landding-armlist-main .landding-armlist-form .landding-welcome-title p {
        margin: 0 0;
    }

.landding-armlist-main .inner-landding-form-inner form {
    margin: 0 0;
}

.landding-armlist-main .inner-landding-form-inner .row {
    margin-left: -8px;
    margin-right: -8px;
}

    .landding-armlist-main .inner-landding-form-inner .row [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

.landding-armlist-main .inner-landding-form-inner .form-group {
    margin: 0 0;
    margin-bottom: 25px;
}

.landding-armlist-main .inner-landding-form-inner .row .col-md-12 .form-group {
    margin-bottom: 0;
    padding-top: 5px;
}

.landding-armlist-main .inner-landding-form-inner .form-group label {
    /*text-transform: capitalize;*/
    font-size: 14px;
    line-height: 17px;
    color: #B8B8B8;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

    .landding-armlist-main .inner-landding-form-inner .form-group label img {
        padding-right: 5px;
    }

.landding-armlist-main .inner-landding-form-inner .form-group input.form-control {
    background-color: rgba(255,255,255,0.3);
    border: 1px solid #686868;
    color: #fff;
    border-radius: 8px;
    height: auto;
    padding: 8px 12px 8px 12px;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.35s ease;
}

.form-control:focus {
    border: inherit;
    outline: 1px solid #B8B8B8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.landding-armlist-main .inner-landding-form-inner .form-group .btn {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding: 8px 25px;
    color: #000000;
    text-transform: capitalize;
    border-radius: 8px;
    background-color: #D4D4D4;
    transition: all 0.5s ease;
    border: 1px solid transparent;
}

    .landding-armlist-main .inner-landding-form-inner .form-group .btn:hover {
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
    }

    .landding-armlist-main .inner-landding-form-inner .form-group .btn:active {
        box-shadow: none;
        outline: none;
    }

    .landding-armlist-main .inner-landding-form-inner .form-group .btn:focus {
        outline: none;
        outline-offset: -2px;
    }

.landding-armlist-main .inner-landding-form-inner .form-group .m-left {
    margin-left: 15px;
}

.landding-armlist-main .inner-landding-form-inner .form-group .clear-btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 12px;
    transition: all 0.3s linear;
}

    .landding-armlist-main .inner-landding-form-inner .form-group .clear-btn:hover {
        color: #101010;
        background-color: #fff;
    }

.landding-armlist-main .arm-img {
    width: 50%;
}

    .landding-armlist-main .arm-img img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
        border-radius: 0 24px 24px 0;
    }

.landding-armlist-main .landding-form-inner .arm-content-formtext {
    width: 100%;
    padding: 35px 25px 35px 25px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 0 24px 24px 0;
}

    .landding-armlist-main .landding-form-inner .arm-content-formtext .arm-content-formtext-title h1 {
        margin: 0 0;
        margin-bottom: 25px;
        font-size: 42px;
        line-height: 57px;
        color: #D4D4D4;
        text-align: center;
        text-transform: capitalize;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
    }

    .landding-armlist-main .landding-form-inner .arm-content-formtext ul {
        list-style: none;
        margin: 0 0;
        padding: 0 0;
    }

        .landding-armlist-main .landding-form-inner .arm-content-formtext ul li {
            padding: 0px 0;
            font-size: 16px;
            line-height: 20px;
            color: #B8B8B8;
            position: relative;
            padding-left: 30px;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            margin-bottom: 35px;
        }

            .landding-armlist-main .landding-form-inner .arm-content-formtext ul li::after {
                content: '';
                position: absolute;
                top: 2px;
                left: 0;
                width: 20px;
                height: 20px;
                background-image: url(../images/checked-leadcapture.png);
                background-size: cover;
            }

            .landding-armlist-main .landding-form-inner .arm-content-formtext ul li:last-child {
                margin-bottom: 0;
            }


.landding-armlist-main .inner-landding-form-inner .radio-wrapper {
    padding-top: 12px;
}

    .landding-armlist-main .inner-landding-form-inner .radio-wrapper .radio-btn {
        display: inline-flex;
        align-items: center;
        position: relative;
        padding-left: 32px;
        cursor: pointer;
        font-size: 14px;
        line-height: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0.5px;
        color: #B8B8B8;
        margin: 0 20px 0 0;
        margin-right: 32px;
        font-family: 'Lato', sans-serif;
        font-weight: 600;
    }

        .landding-armlist-main .inner-landding-form-inner .radio-wrapper .radio-btn:last-child {
            margin-right: 0;
        }

        .landding-armlist-main .inner-landding-form-inner .radio-wrapper .radio-btn input {
            position: absolute;
            top: 0;
            left: 0;
            width: 22px;
            height: 22px;
            margin: 0 0;
            opacity: 0;
            cursor: pointer;
        }

        .landding-armlist-main .inner-landding-form-inner .radio-wrapper .radio-btn .checkmark-inner {
            position: absolute;
            top: -2px;
            left: 0;
            height: 22px;
            width: 22px;
            border-radius: 50%;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            border: 1px solid #ffff;
        }

    .landding-armlist-main .inner-landding-form-inner .radio-wrapper .radio-bt .checkmark-inner:after {
        content: "";
        position: absolute;
        display: none;
    }

    .landding-armlist-main .inner-landding-form-inner .radio-wrapper .radio-btn input:checked ~ .checkmark-inner:after {
        display: block;
    }

    .landding-armlist-main .inner-landding-form-inner .radio-wrapper .radio-btn .checkmark-inner:after {
        top: 0;
        left: 0;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #fff;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.landding-armlist-main .receive-your-signup .arm-content-formtext .arm-right-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
    margin-top: 10px;
}

.landding-armlist-main .receive-your-signup .arm-content-formtext .get_started_btn {
    border: 1px solid #e5e0bf;
    background: #e5e0bf;
    border-radius: 6px;
    /*padding: 7px 25px;*/
    padding: 7px 15px;
    color: #101010;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    /*text-transform: uppercase;*/
    min-width: 220px;
    width: 300px;
    margin: 0 auto;
}

.landding-armlist-main .receive-your-signup .arm-content-formtext .arm-content-formtext-title {
    border: 1px dashed #ffffff75;
    padding: 20px;
    border-radius: 12px;
}

    .landding-armlist-main .receive-your-signup .arm-content-formtext .arm-content-formtext-title .acf-heading {
        color: #B8B8B8;
        font-family: Oswald, sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.5px;
        margin-top: 0;
        margin-bottom: 25px;
    }


.mark-main label {
    justify-content: start !important;
}

.mark-main .checkbox {
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    color: #aaa;
    font-size: 14px
}

.mark-main .checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin: 0;
    cursor: pointer;
    min-height: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
}

    .mark-main .checkbox a {
        color: inherit
    }

        .mark-main .checkbox a:hover {
            color: #d07a00
        }

    .mark-main .checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        width: 20px;
        height: 20px;
        margin: 0 !important;
        top: 0;
        left: 0;
    }

    .mark-main .checkbox .checkmark-mark {
        position: absolute;
        top: 0px;
        left: 0;
        height: 20px;
        width: 20px;
        border: 2px solid #ccc;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s
    }

        .mark-main .checkbox .checkmark-mark:after {
            content: "";
            position: absolute;
            display: none;
            left: 3px;
            top: 4px;
            width: 11px;
            height: 6px;
            margin: auto;
            border-left: 2px solid #fff;
            border-bottom: 2px solid #fff;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s
        }

    .mark-main .checkbox input:checked ~ .checkmark-mark:after {
        display: block
    }

    .mark-main .checkbox input:checked ~ .checkmark-mark {
    }

.mark-main {
    display: inline-flex;
    flex-direction: column;
}

div#loggedInUser a {
    color: #e5e0bf;
    transition: all 0.5s ease;
}

    div#loggedInUser a:hover {
        color: #ffed73;
    }


@media only screen and (max-width:1920px) {
    .landding-armlist-main {
        background-position: left 10% top -203px, right 4% top -31%, right -13% top -87%, bottom -2% left 13%, bottom 100% left 15%, bottom -1% right 18%;
    }
}

@media only screen and (max-width:1440px) {
    .landding-armlist-main {
        background-position: left -9% top -212px, right -8% top -31%, right top, bottom -31% left -12%, bottom 100% left 20%, bottom -8% right 7%;
    }
}

@media only screen and (max-width:991px) {
    .landding-armlist-main .landding-armlist-form .landding-welcome-title h1 {
        font-size: 28px;
        line-height: 39px;
    }

    .landding-armlist-main .landding-armlist-form {
        padding: 32px 20px 32px 20px;
    }

    .landding-armlist-main .inner-landding-form-inner .form-group {
        margin-bottom: 20px;
    }

        .landding-armlist-main .inner-landding-form-inner .form-group button.btn {
            width: 100%;
        }

    .landding-armlist-main {
        padding-top: 110px;
    }

        .landding-armlist-main .landding-armlist-main-title h1 {
            font-size: 38px;
            line-height: 40px;
            margin-bottom: 16px;
        }

        .landding-armlist-main .landding-armlist-form .landding-welcome-title h2 {
            font-size: 34px;
            line-height: 36px;
        }
}

@media only screen and (max-width:767px) {
    .landding-armlist-main .landding-armlist-form div#loggedinuser {
        text-align: center;
    }

    .landding-armlist-main .landding-form-inner .arm-content-formtext {
        width: 100%;
        padding: 32px 20px 32px 20px;
    }

        .landding-armlist-main .landding-form-inner .arm-content-formtext .arm-content-formtext-title h1 {
            font-size: 28px;
            line-height: 32px;
        }

        .landding-armlist-main .landding-form-inner .arm-content-formtext ul li {
            font-size: 16px;
            line-height: 20px;
            text-align: justify;
            margin-bottom: 25px;
        }

    .landding-armlist-main {
        padding: 0 0;
    }

        .landding-armlist-main .landding-form-inner {
            flex-wrap: wrap;
            min-height: 100vh;
            border-radius: 0 0 0 0;
        }

        .landding-armlist-main .landding-armlist-form {
            width: 100%;
            border-radius: 0 0 0 0;
            -webkit-border-radius: 0 0 0 0;
            -moz-border-radius: 0 0 0 0;
            -ms-border-radius: 0 0 0 0;
            -o-border-radius: 0 0 0 0;
            padding: 32px 20px 32px 20px;
        }

            .landding-armlist-main .landding-armlist-form .landding-welcome-title h1 {
                font-size: 28px;
                line-height: 38px;
            }

        .landding-armlist-main .arm-img {
            display: none;
        }

        .landding-armlist-main .inner-landding-form-inner .form-group button.btn {
            width: 50%;
            text-align: center;
        }

        .landding-armlist-main .inner-landding-form-inner .form-group {
            margin-bottom: 20px;
            width: 60%;
        }

        .landding-armlist-main .inner-landding-form-inner .row {
            margin-left: -8px;
            margin-right: -8px;
            display: flex;
            flex-direction: column;
        }

            /* .inner-landding-form-inner form .row [class*="col-6"] {
            padding-left: 8px;
            padding-right: 8px;
            width: 50%;
        }*/

            .landding-armlist-main .inner-landding-form-inner .row [class*="col-md-12"] {
                width: 100%;
                /*text-align: center;*/
            }

    .inner-landding-form-inner .col-md-6 {
        width: 50%;
    }

    .landding-armlist-main .landding-armlist-main-title {
        padding: 10px 20px;
    }

        .landding-armlist-main .landding-armlist-main-title h1 {
            margin-bottom: 0;
            font-size: 34px;
            line-height: 36px;
        }

    .landding-armlist-main .landding-armlist-form .landding-welcome-title h2 {
        font-size: 32px;
        line-height: 34px;
    }

    .landding-armlist-main .landding-form-inner {
        padding-top: 45px;
        position: relative;
    }

        .landding-armlist-main .landding-form-inner .arm-content-formtext {
            padding-top: 0
        }

    .landding-armlist-main .receive-your-signup .arm-content-formtext .get_started_btn {
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
    }

    .landding-armlist-main .inner-landding-form-inner .form-group {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .landding-armlist-main .landding-armlist-main-title h1 {
        margin-bottom: 0;
        font-size: 28px;
        line-height: 30px;
    }

    .landding-armlist-main .landding-armlist-form .landding-welcome-title h2 {
        font-size: 26px;
        line-height: 28px;
    }
}

@media only screen and (max-width:480px) {
    .landding-armlist-main .inner-landding-form-inner .row {
        display: block;
    }


    .inner-landding-form-inner .col-md-6 {
        width: 100%;
    }

    .landding-armlist-main .inner-landding-form-inner .form-group button.btn {
        width: 100%;
    }

    .landding-armlist-main .inner-landding-form-inner .form-group {
        width: 100%;
    }
}
/*New css*/
/*div#divReferralQrCode {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 30px;
}
 div#divReferralQrCode canvas {
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        padding: 5px;
        background-color: #ffffff;
        border-radius: 25px;
        display: inline-block;
        width: 100%;
    }*/
.row.back-ground div#divReferralQrCode {
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 20px;
    text-align: left;
    background: #5c734e38;
    padding: 15px;
    margin: 30px 0;
    /*border: 2px dashed #5c734e;*/
}

#bootstrap-overrides h3 {
    margin-top: 0px;
    color: #000;
    font-size: 22px;
    line-height: 30px;
}

    #bootstrap-overrides h3.mr-left {
        margin-left: 15px;
    }

div#divReferralQrCode canvas {
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
    padding: 5px;
    background-color: #ffffff;
    border-radius: 25px;
    display: inline-block;
    width: 100%;
    width: 180px;
    height: 180px;
    order: -1;
}

@media only screen and (max-width: 991px) {
    #bootstrap-overrides h3 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 480px) {
    .row.back-ground div#divReferralQrCode {
        flex-direction: column;
        text-align: center;
    }

    div#divReferralQrCode h3.mr-left {
        margin-top: 15px;
    }
}

/*popup css*/
.swal-modal.SignUpPopup {
    max-width: 400px;
    width: 100% !important;
}

    .swal-modal.SignUpPopup .swalCancel {
        background-color: #004bfe !important;
        border-color: #004bfe !important;
    }

        .swal-modal.SignUpPopup .swalCancel:focus, .swal-button:focus {
            box-shadow: none;
        }

@media only screen and (max-width: 767px) {
    .swal-overlay.swal-overlay--show-modal {
        padding: 0 15px;
    }
}

div#alreadyExistUser a {
    color: #e5e0bf;
    transition: all 0.5s ease;
}

    div#alreadyExistUser a:hover {
        color: #ffed73;
    }

.notify-me .btn {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding: 8px 25px;
    color: #000000;
    text-transform: capitalize;
    border-radius: 8px;
    background-color: #D4D4D4;
    transition: all 0.5s ease;
    border: 1px solid transparent;
}

    .notify-me .btn:hover {
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
    }

    .notify-me .btn:active {
        box-shadow: none;
        outline: none;
    }

    .notify-me .btn:focus {
        outline: none;
        outline-offset: -2px;
    }

#violationAlertModal .modal-header h4 {
    margin: 0 0;
}

#violationAlertModal .modal-header {
    padding: 13px 10px;
}

#violationAlertModal div#violationAlertContainer p {
    font-size: 16px;
    color: #000;
    padding-bottom: 8px;
}

#violationAlertModal ul#violation li {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 7px;
}

#violationAlertModal .footer-btn {
    padding: 10px;
}

    #violationAlertModal .footer-btn .fo-btn {
        color: #e5e0bf;
        background-color: #5c734e;
        border-color: transparent;
        transition: all 0.5s ease;
        padding: 2px 15px;
        font-size: 16px;
    }

        #violationAlertModal .footer-btn .fo-btn:hover {
            border-color: #5c734e;
            color: #5c734e;
            background-color: transparent;
        }

/*25 Jan 2023*/
.all_msg_section .wbag_message {
    width: 100%;
    padding: 5px 10px 5px 40px;
    border-radius: 7px;
    background: #d4ddd2;
    border: 1px solid rgb(89 115 78);
    margin-bottom: 10px;
    position: relative;
}

    .all_msg_section .wbag_message span {
        font-size: 16px;
        line-height: 1.6;
        color: #000;
        font-weight: 500;
    }

        .all_msg_section .wbag_message span .offer-text-click {
            color: #59734E;
            font-size: 16px;
            font-weight: 600;
            line-height: 1.6;
            display: block;
        }

.wbag-offer-msg {
    width: 100%;
    background: #f2f2f2;
    color: #5c734e;
    text-align: center;
    padding: 10px;
    position: sticky;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
}

.wbag_message a p.plush-sign {
    background: #5c734e;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    position: absolute;
}

.wbag_message .plus-icon {
    position: absolute;
    top: 7px;
    left: 9px;
    width: 16px;
    height: 16px;
}

.all_msg_section .wbag_message {
    background: #E5E0BF;
    margin-bottom: 15px;
}

    .all_msg_section .wbag_message span {
        color: #00000099;
        font-size: 14px;
        line-height: 1.3;
        font-weight: 700;
    }

        .all_msg_section .wbag_message span .offer-text-click {
            font-family: Oswald !important;
            font-weight: 500 !important;
            text-transform: uppercase;
            display: block;
            line-height: 1.3;
        }

@media (max-width: 479px) {
    .all_msg_section .wbag_message span {
        font-size: 12px;
    }

        .all_msg_section .wbag_message span .offer-text-click {
            font-size: 15px;
        }
}

.plan-acc-wrap {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 1px 10px #d0d0d0c4;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

    .plan-acc-wrap .acc-btn-wrap {
        margin-top: 40px;
        text-align: center;
    }

    .plan-acc-wrap .reactiv-btn {
        padding: 11px 30px 13px;
        background-color: #5c734e;
        border: 1px solid #5c734e;
        color: #fff;
        font-family: "Lato", "Arial", "Helvetica", sans-serif;
        font-size: 20px;
        line-height: 24px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: inline-block;
        text-decoration: none;
        outline: none;
    }

        .plan-acc-wrap .reactiv-btn:hover {
            background-color: #fff;
            color: #5c734e;
        }

    .plan-acc-wrap .edit-acc-info {
        max-width: 132px;
        background-color: #6f825f;
        display: inline-block;
        color: #fff;
        height: max-content;
        padding: 7px 20px;
        font-family: "Lato", "Arial", "Helvetica", sans-serif;
        font-size: 16px;
        line-height: 24px;
        border: 1px solid #6f825f;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        margin: 15px auto 0 auto;
    }

        .plan-acc-wrap .edit-acc-info:hover {
            background-color: #fff;
            color: #6f825f;
        }

    .plan-acc-wrap a.bill-btn input {
        white-space: normal;
    }

    .plan-acc-wrap a.bill-btn input,
    .plan-acc-wrap a.reactiv-btn input {
        background-color: #5c734e;
        border: 1px solid #5c734e;
        color: #fff;
        font-family: "Lato", "Arial", "Helvetica", sans-serif;
        font-size: 16px;
        line-height: 24px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .plan-acc-wrap a.bill-btn input {
        padding: 7px 10px;
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 10px;
        max-width: 215px;
        margin: 0 auto;
    }

    .plan-acc-wrap a.reactiv-btn input {
        padding: 7px 20px;
    }

        .plan-acc-wrap a.bill-btn input:hover,
        .plan-acc-wrap a.reactiv-btn input:hover {
            background-color: #fff;
            color: #5c734e;
        }

    .plan-acc-wrap .row:first-child .col-lg-8 {
        padding-right: 8px
    }

    .plan-acc-wrap .row:first-child .col-lg-4 {
        padding-left: 8px
    }

    .plan-acc-wrap .plan-info-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .plan-acc-wrap .info-acc-data {
        display: flex;
    }

    .plan-acc-wrap .plan-info-wrap,
    .plan-acc-wrap .acc-info-wrap {
        border: 1px solid #ccc;
        height: 100%;
        border-radius: 4px;
    }

    .plan-acc-wrap .plan-info-wrap {
        padding: 10px;
    }

    .plan-acc-wrap .acc-info-wrap {
        position: relative;
        padding: 10px 10px 60px 10px;
    }

        .plan-acc-wrap .info-acc-data h3,
        .plan-acc-wrap .acc-info-wrap h3 {
            margin-bottom: 7px;
        }

        .plan-acc-wrap .info-acc-data p,
        .plan-acc-wrap .acc-info-wrap p {
            margin-bottom: 3px !important;
        }

    .plan-acc-wrap .info-data-wrap {
        width: 50%;
    }

@media (max-width: 991px) {
    .plan-acc-wrap .row:first-child .col-lg-8 {
        padding-right: 15px;
        margin-bottom: 25px;
    }

    .plan-acc-wrap .row:first-child .col-lg-4 {
        padding-left: 15px
    }
}

@media (max-width: 767px) {

    .plan-acc-wrap .info-acc-data {
        display: block;
    }

    .plan-acc-wrap .info-data-wrap:first-child {
        margin-bottom: 15px;
    }

    .plan-acc-wrap .info-data-wrap {
        width: 100%;
    }

    .plan-acc-wrap .edit-acc-info,
    .plan-acc-wrap a.bill-btn input {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    .plan-acc-wrap {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-bottom: none !important;
        box-shadow: none;
        padding: 0;
    }
}

.upgrade-modal-wrap .modal-header {
    padding: 15px;
}

    .upgrade-modal-wrap .modal-header h4 {
        font-family: "Oswald", "Arial", "Helvetica", sans-serif;
        font-size: 20px;
        margin: 0;
        line-height: 26px;
        font-weight: 300;
        color: #000 !important;
    }

#upgradeAlertContainer {
    line-height: 1.3;
    display: flex;
    flex-direction: column;
}

    #upgradeAlertContainer p {
        margin-bottom: 8px;
    }

.upgrade-modal-wrap .modal-body img {
    margin: 15px auto;
    max-width: 300px;
}

.upgrade-modal-wrap .modal-body .upgrade-acc-link {
    margin: 0 auto;
    padding: 5px 0;
    color: #637e31;
    font-weight: 800;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .upgrade-modal-wrap .modal-body .upgrade-acc-link:hover {
        border-color: #637e31;
    }

.upgrade-modal-wrap .modal-footer .pull-left,
.upgrade-modal-wrap .modal-footer button {
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
    border-color: #655D5B;
    background-color: #655D5B;
    padding: 7px 15px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .upgrade-modal-wrap .modal-footer .pull-left:hover,
    .upgrade-modal-wrap .modal-footer button:hover {
        background-color: transparent;
        color: #655D5B;
    }

.orderThankyou {
    text-align: center;
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #637e31;
    background: rgba(255, 255, 255, 0.8);
    border: #637e31 1px solid;
    margin: 0 0 25px;
    border-radius: 6px;
}

    .orderThankyou b {
        font-weight: 600;
    }

.padding-0 {
    padding: 0;
}

/*order-table*/
.top-holder.order-confirmation-page {
    padding-bottom: 30px;
}

.order-confirmation-page .order-conf-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .order-confirmation-page .order-conf-wrap h1 {
        margin-bottom: 0;
        font-family: "Oswald", "Arial", "Helvetica", sans-serif;
        font-size: 40px;
        font-weight: 500;
        line-height: 55px;
    }

    .order-confirmation-page .order-conf-wrap .btn-default {
        border: 2px solid #5c724c;
        padding: 11px 25px 15px;
        font-weight: 400;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .order-confirmation-page .order-conf-wrap .btn-default:hover {
            color: #fff;
            background-color: #5c724c;
        }

.order-table-wrap {
    background-color: #ffffff;
    border: solid 1px #cccccc;
    padding: 30px 37px;
}

    .order-table-wrap .order-list-table {
        margin-bottom: 0;
    }

        .order-table-wrap .order-list-table thead tr th {
            color: #666666;
            font-size: 18px;
            line-height: 22px;
            border-bottom: 1px solid #707070;
            padding-bottom: 17px;
        }

        .order-table-wrap .order-list-table tbody tr td {
            border-bottom: 1px solid #ddd;
            vertical-align: middle;
        }

        .order-table-wrap .order-list-table thead tr th:nth-child(4),
        .order-table-wrap .order-list-table thead tr th:nth-child(5) {
            text-align: center;
        }

        .order-table-wrap .order-list-table tbody tr td span {
            display: block;
            color: #000;
            font-family: "Lato", sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            min-height: 80px;
        }

            .order-table-wrap .order-list-table tbody tr td span strong {
                display: inline-block;
                margin-bottom: 11px;
                font-weight: 500;
            }

        .order-table-wrap .order-list-table tbody tr td .custom-text p {
            color: #707070;
            font-size: 14px;
            line-height: 17px;
            margin-bottom: 0;
        }

        .order-table-wrap .order-list-table tbody tr td:first-child .custom-text {
            padding-right: 32px;
        }

            .order-table-wrap .order-list-table tbody tr td:first-child .custom-text a {
                display: block;
                width: 100%;
            }

                .order-table-wrap .order-list-table tbody tr td:first-child .custom-text a img {
                    width: 100%;
                }

        .order-table-wrap .order-list-table tbody tr td:last-child.subtotal {
            padding-left: 30px;
        }

.order-thank-wrap .orderThankyou {
    padding: 25px;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 20px;
}

    .order-thank-wrap .orderThankyou p {
        margin-bottom: 0;
    }

.order-table-wrap .checkout-cust-table tbody tr:first-child td {
    border-top: none;
}

.order-table-wrap .checkout-cust-table tbody tr::after {
    display: none;
}

.order-table-wrap .checkout-cust-table tbody tr td .price-text {
    font-size: 18px;
    line-height: 22px;
}

.order-table-wrap td.CheckoutproductPrice .price-text {
    position: relative;
    top: 3px !important;
}

.order-table-wrap td.subtotal .subtotalVal {
    position: relative;
    top: 3px !important;
}

.order-table-wrap .checkout-cust-table tbody tr td:last-child {
    padding: 8px 9px 8px 8px;
    text-align: right;
}

.order-table-wrap .checkout-cust-table tbody tr td .text-red {
    font-size: 16px;
    line-height: 24px;
    float: none;
}

.order-table-wrap .order-list-table tbody tr td:first-child .custom-text {
    min-width: 170px;
}
/*order-table*/


@media screen and (max-width:1199px) {
    .order-table-wrap .checkout-cust-table tbody tr td:last-child {
        padding-right: 16px;
    }
}

@media screen and (max-width:1024px) {
    .orderThankyou br {
        display: none;
    }
}

@media screen and (max-width:991px) {
    .orderThankyou br {
        display: inline;
    }

    .order-table-wrap {
        padding: 15px 20px;
    }

    .top-holder.order-confirmation-page .container-fluid {
        display: block;
    }

    .order-table-wrap .order-list-table tbody tr td:first-child .custom-text {
        padding-right: 20px;
    }

    .order-table-wrap .checkout-cust-table tbody tr td:last-child {
        padding-right: 23px;
    }

    .top-holder.order-confirmation-page {
        padding-bottom: 22px;
    }

    .order-confirmation-page .order-conf-wrap h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .order-thank-wrap .orderThankyou {
        padding: 15px;
        font-size: 20px;
        line-height: 27px;
    }

    .order-confirmation-page .order-conf-wrap .btn-default {
        padding: 7px 20px 10px;
    }
}

@media (min-width:768px) and (max-width:820px) {
    .order-table-wrap .checkout-cust-table tbody tr td:last-child {
        padding-right: 12px;
    }
}

@media screen and (max-width:768px) {
    .order-table-wrap .checkout-cust-table tr td:nth-child(1) {
        display: table-cell;
    }
}

@media screen and (max-width:767px) {
    .orderThankyou {
        padding: 13px 16px;
        margin-bottom: 22px;
        font-size: 15px;
        line-height: 23px;
    }

        .orderThankyou br {
            display: none;
        }

    .top-holder.order-confirmation-page .container-fluid {
        display: block;
    }

    .order-table-wrap .checkout-cust-table tbody tr::after {
        display: none;
    }

    .order-table-wrap .order-list-table tbody tr td:first-child .custom-text {
        min-width: 165px;
    }

    .order-table-wrap .order-list-table thead tr th:nth-child(2),
    .order-table-wrap .order-list-table thead tr th:nth-child(3) {
        min-width: 220px;
    }

    .order-table-wrap .order-list-table tbody tr td {
        white-space: normal;
    }

    .order-confirmation-page .order-conf-wrap h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .order-confirmation-page .order-conf-wrap .btn-default {
        padding: 5px 10px 8px;
    }

    .order-thank-wrap .orderThankyou {
        padding: 8px;
        font-size: 16px;
        line-height: 22px;
    }

    .order-thank-wrap .order-table-wrap .table-responsive {
        border: none;
    }

    .order-table-wrap {
        padding: 10px;
    }

    .top-holder.order-confirmation-page {
        padding-bottom: 20px;
    }

    .order-table-wrap .checkout-cust-table tbody tr td .price-text {
        font-size: 18px;
        line-height: 22px;
    }

    .order-table-wrap .checkout-cust-table tbody tr td .text-red {
        text-align: right;
    }

    .order-table-wrap .order-list-table thead tr th {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 10px;
    }

    .order-table-wrap .checkout-cust-table tbody tr td .price-text {
        padding-right: 23px;
        font-size: 16px;
        line-height: 20px;
    }

    .order-table-wrap .checkout-cust-table tbody tr td .text-red {
        font-size: 14px;
        line-height: 20px;
    }

    .order-table-wrap .checkout-cust-table tbody tr td:last-child {
        padding-right: 9px;
    }

    .order-table-wrap .order-list-table tbody tr td:last-child.subtotal {
        padding-left: 22px;
    }
}

@media screen and (max-width:479px) {
    .order-confirmation-page .order-conf-wrap h1 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (max-width:359px) {
    .order-confirmation-page .order-conf-wrap h1 {
        font-size: 20px;
        line-height: 25px;
    }
}



/* Reward Point modal css*/

.reward-point-modal-main {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    transform: translateY(-50%) !important;
}

    .reward-point-modal-main .modal-content {
        background: #ffffff;
        border: 1px solid #E5E0BF;
        border-radius: 8px;
        width: 216px;
        margin: 0 auto;
    }

    .reward-point-modal-main .reward-point-inner-box {
        text-align: center;
    }

        .reward-point-modal-main .reward-point-inner-box h3 {
            font-family: 'Oswald';
            font-style: normal;
            font-weight: 500;
            font-size: 22px;
            line-height: 26px;
            text-transform: uppercase;
            color: #59734E;
            margin: 0;
        }

        .reward-point-modal-main .reward-point-inner-box h4 {
            font-family: 'Oswald';
            font-style: normal;
            font-weight: 700;
            font-size: 28px;
            line-height: 26px;
            text-align: center;
            text-transform: uppercase;
            color: #59734E;
            margin: 0;
        }

        .reward-point-modal-main .reward-point-inner-box h5 {
            font-family: 'Oswald';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 26px;
            text-align: center;
            color: #8D875F;
            margin: 0;
        }


    .reward-point-modal-main .reward-point-gif-img {
        width: 140px;
        margin: 0 auto;
    }

        .reward-point-modal-main .reward-point-gif-img img {
            width: 100%;
        }


@media screen and (max-width:767px) {
    .reward-point-modal-main .reward-point-inner-box h3 {
        font-size: 18px;
    }

    .reward-point-modal-main .reward-point-gif-img {
        width: 110px;
    }

    .reward-point-modal-main .reward-point-inner-box h4 {
        font-size: 24px;
    }

    .reward-point-modal-main .reward-point-inner-box h5 {
        font-size: 16px;
    }
}

/* Reward Point modal End*/

#toast-container > .toast.toast-success {
    background-image: url(../images/shield-icon.svg) !important;
    background-size: 26px auto;
    background-position: top 15px left 15px;
    padding-left: 54px;
}

#toast-container > .toast-success:before {
    content: "\f2f7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    font-size: 28px;
    line-height: 28px;
    left: 14px;
    top: 15px;
    display: none;
}

#toast-container > div {
    opacity: 1 !important;
}

#toast-container > .toast-success .toast-message {
    font-size: 16px;
    line-height: 1.25;
}
/* Table Custom css Start */

.popover {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    min-width: 266px;
}

    .popover.bottom > .arrow:after {
        content: none;
    }

    .popover .arrow {
        display: none;
    }

.popover-content {
    padding: 0px;
}


.CheckoutproductPrice .price-details {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #5D734D;
    cursor: pointer;
    white-space: nowrap;
}

.subtotal .price-details {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #5D734D;
    cursor: pointer;
    white-space: nowrap;
}


.CheckoutproductPrice .price-details .usedPoints {
    font-size: 10px;
}

.subtotal .price-details .usedPoints {
    font-size: 10px;
}


.close-pop {
    text-align: right;
    padding: 0px 8px 5px;
}

.table-custom-modal-body {
    padding: 0px;
}

.table-wrape {
    padding-bottom: 15px;
}

    .table-wrape .head-table {
        display: flex;
        background: #F5F5F5;
        padding: 2px 13px;
    }

        .table-wrape .head-table div:first-child {
            width: 60px;
            text-align: left;
        }

    .table-wrape .table-body .tab-body-inn div:first-child {
        width: 60px;
        text-align: left;
    }

    .table-wrape .head-table div {
        width: 25%;
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #655D5B;
        text-align: center;
        padding: 0 2px;
    }

    .table-wrape .table-body .tab-body-inn {
        display: flex;
        border-bottom: 1px solid #DEDEDE;
    }

        .table-wrape .table-body .tab-body-inn:last-child {
            border-bottom: 0px solid #DEDEDE;
        }

    .table-wrape .table-body {
        padding: 0 15px;
    }

        .table-wrape .table-body .tab-body-inn div {
            font-family: 'Oswald';
            font-style: normal;
            font-weight: 400;
            font-size: 10px;
            line-height: 20px;
            text-align: center;
            color: #2F2D24;
            width: 25%;
            text-align: center;
            padding: 8px 0px 0px;
        }

            .table-wrape .table-body .tab-body-inn div.blur-offer {
                opacity: 0.4;
            }


/* Table Custom css End */

/* Custom check box css start*/

.check-container {
    display: flex;
    white-space: nowrap;
    position: relative;
    padding: 8px 5px;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #2F2D24;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    text-transform: uppercase;
}

    .check-container .chkLabel {
        font-style: normal;
        font-weight: 400;
        font-size: 12px !important;
        color: #2F2D24;
    }

    .check-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .check-container .checkmark {
        position: absolute;
        top: 8px;
        left: 8px;
        height: 16px;
        width: 16px;
        border: 0;
        background-color: transparent;
        border-radius: 2px;
        border: 1px solid #DDDDDD;
    }

    .check-container input:checked ~ .checkmark {
        background-color: #5D734D;
        border: 0px solid #DDDDDD;
    }

    .check-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .check-container input:checked ~ .checkmark:after {
        display: block;
    }

    .check-container .checkmark:after {
        left: 6px;
        top: 3px;
        width: 4px;
        height: 8px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

#tblProducts .cross-fa.productDelete {
    font-size: 16px;
    margin-top: 10px;
}

#tblProducts .btn_number .custom-qty {
    margin-left: 0 !important;
}
@media screen and (min-width: 1200px){
    .check-container:hover input ~ .checkmark {
        background-color: #5D734D;
    }
}


@media screen and (max-width:991px) {
    #tblProducts .btn_number .inc.button.plus {
        position: absolute;
        top: 11px;
        right: 5px;
    }
}

@media screen and (max-width:767px) {
    #tblProducts .btn_number .inc {
        font-size: 12px !important;
    }

        #tblProducts .btn_number .inc.button.plus {
            position: absolute;
            top: 13px;
            right: -1px;
        }
}


@media screen and (max-width:467px) {
    .popover {
        min-width: 280px;
    }

    .table-wrape .head-table div {
        font-size: 10px;
    }

    .table-wrape .table-body .tab-body-inn div:first-child {
        font-size: 10px;
    }

    .table-wrape .table-body .tab-body-inn div {
        font-size: 10px;
    }
}

/* Reward transaction history 13-03-2023 css start*/

.reward-history-transation-sec h2 {
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    line-height: 26px;
    color: #000000;
    margin: 0 0 25px;
}

.reward-transation-top-box {
    display: flex;
    align-items: center;
    background: #E8E3C4;
    border: 1px solid rgba(47, 45, 36, 0.3);
    border-radius: 4px;
    padding: 18px;
}

    .reward-transation-top-box .transation-point-left {
        width: 250px;
    }

    .reward-transation-top-box ul {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0;
        gap: 2%;
        margin: 0;
    }

        .reward-transation-top-box ul li {
            width: 33.33%;
            border: 1px solid rgba(47, 45, 36, 0.3);
            border-radius: 4px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 15px;
            height: 65px;
        }

            .reward-transation-top-box ul li.earned {
                background: #C9D9C2;
            }

            .reward-transation-top-box ul li.lose {
                background: #E5CDBF;
            }

            .reward-transation-top-box ul li.redeem {
                background: #CFD7EA;
            }

    .reward-transation-top-box h3 {
        font-size: 30px;
        line-height: 26px;
        color: #000000;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 5px;
    }

    .reward-transation-top-box h6 {
        font-size: 20px;
        line-height: 26px;
        color: #2F2D24;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
    }

        .reward-transation-top-box h6 span {
            font-weight: 300;
        }

    .reward-transation-top-box ul li h4 {
        font-size: 20px;
        line-height: 26px;
        color: #2F2D24;
        font-weight: 300;
        text-transform: uppercase;
        margin: 0;
    }

    .reward-transation-top-box ul li h5 {
        font-size: 20px;
        line-height: 26px;
        color: #000000;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
    }


.reward-transation-type-drop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .reward-transation-type-drop h4 {
        font-size: 26px;
        font-style: normal;
        line-height: 24px;
        color: #000000;
        font-weight: 400;
        margin: 0;
    }

    .reward-transation-type-drop .tran-type-drop {
        position: relative;
    }

        .reward-transation-type-drop .tran-type-drop:after {
            content: "\f078";
            position: absolute;
            top: 12px;
            right: 12px;
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            color: #333333;
            font-size: 16px;
        }

        .reward-transation-type-drop .tran-type-drop .dropdown {
            font-family: 'Oswald';
            font-style: normal;
            border-radius: 4px;
            font-weight: 300;
            font-size: 18px;
            height: 40px;
            color: #333333;
            background: #E6E6E6;
            border: 2px solid #CCCCCC;
            padding: 0 5px;
            -webkit-appearance: none;
            appearance: none;
            padding-right: 40px;
            display: flex;
            align-items: center;
        }

.coupons-title {
    font-size: 26px;
    font-style: normal;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}

.reward-history-transation-sec .reward-report-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

    .reward-history-transation-sec .reward-report-title h2 {
        margin-bottom: 0;
    }

    .reward-history-transation-sec .reward-report-title .reward-report-link {
        display: inline-block;
        padding: 7px 15px;
        background-color: transparent;
        text-align: center;
        border-radius: 25px;
        border: 1px solid #59734e;
        color: #59734e;
        font-family: "Lato", "Arial", "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        text-transform: capitalize;
    }

        .reward-history-transation-sec .reward-report-title .reward-report-link:hover {
            color: #fff;
            background-color: #59734e;
        }

.exclusive-coupons-wrap .table,
.reward-history-transation-sec .table {
    width: 100%;
    margin-top: 15px;
    border-spacing: 0px 7px !important;
    border-collapse: separate !important;
    margin-bottom: 10px;
}

    .exclusive-coupons-wrap .table thead tr th,
    .reward-history-transation-sec .table thead tr th {
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 0.06em;
        font-weight: 700;
        color: #655D5B;
        background: #F5F5F5;
        white-space: nowrap;
        padding: 8px 20px;
    }

    .exclusive-coupons-wrap .table thead tr th {
        white-space: normal;
        vertical-align: middle;
        word-break: break-word;
        padding: 8px 10px;
    }

        .exclusive-coupons-wrap .table thead tr th.discount-name,
        .exclusive-coupons-wrap .table thead tr th.partner-name {
            width: 18% !important;
            min-width: 140px;
        }

        .exclusive-coupons-wrap .table thead tr th.discount-desc {
            width: 35% !important;
            min-width: 130px;
        }

        .exclusive-coupons-wrap .table thead tr th.partner-dis-code {
            width: 28% !important;
            min-width: 229px;
        }

        .exclusive-coupons-wrap .table thead tr th.partner-url {
            width: 20% !important;
            min-width: 149px;
            text-align: center;
        }

        .exclusive-coupons-wrap .table thead tr th:first-child,
        .reward-history-transation-sec .table thead tr th:first-child {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .exclusive-coupons-wrap .table thead tr th:last-child,
        .reward-history-transation-sec .table thead tr th:last-child {
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px;
        }

    .exclusive-coupons-wrap .table tbody tr td,
    .reward-history-transation-sec .table tbody tr td {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.06em;
        color: #2F2D24;
        border: solid 1px #DDDDDD;
        border-style: none none solid none;
        border-top: 1px solid #DDDDDD !important;
        vertical-align: middle;
        padding: 8px 20px;
    }

    .exclusive-coupons-wrap .table tbody tr td {
        font-size: 14px;
        line-height: 20px;
    }

    .exclusive-coupons-wrap .table tbody tr td {
        word-break: break-word;
        padding: 8px 10px;
    }

        .exclusive-coupons-wrap .table tbody tr td span
        .exclusive-coupons-wrap .table tbody tr td .partner-discount-code {
            font-size: 14px;
            line-height: 20px
        }

    .reward-history-transation-sec .table tbody tr td span {
        color: #655D5B;
        font-size: 15px;
    }

    .exclusive-coupons-wrap .table tbody tr td:first-child,
    .reward-history-transation-sec .table tbody tr td:first-child {
        border-left-style: solid;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .exclusive-coupons-wrap .table tbody tr td:last-child,
    .reward-history-transation-sec .table tbody tr td:last-child {
        border-right-style: solid;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .exclusive-coupons-wrap .table tbody tr td button.copy-file-btn {
        padding: 3px;
        width: 27px;
        height: 27px;
        border-radius: 27px;
        background-color: #5c734e94;
        border: 1px solid #5c734e94;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-left: 7px;
        transition: all 0.3s linear;
    }

        .exclusive-coupons-wrap .table tbody tr td button.copy-file-btn:hover {
            background-color: #5c734e;
        }

        .exclusive-coupons-wrap .table tbody tr td button.copy-file-btn .fa-copy {
            font-size: 14px;
            color: #fff;
        }

    .exclusive-coupons-wrap .table tbody tr td .url-link {
        display: flex;
        align-items: flex-end;
    }

        .exclusive-coupons-wrap .table tbody tr td .url-link .fa-external-link {
            font-size: 15px;
            margin-left: 3px;
        }

        .exclusive-coupons-wrap .table tbody tr td .url-link span {
            text-decoration: underline;
            text-underline-offset: 2px;
        }

.reward-history-transation-sec .pager {
    margin: 10px 0;
    text-align: right;
}

    .reward-history-transation-sec .pager li > a, .reward-history-transation-sec .pager li > span {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        border: 1px solid #DDDDDD;
        border-radius: 4px;
        margin-left: 5px !important;
    }

    .reward-history-transation-sec .pager li.page a {
        line-height: 20px;
        color: #655D5B;
        text-transform: capitalize;
    }

        .reward-history-transation-sec .pager li.page a i {
            padding: 0 5px;
        }
/*data table*/
.dataTables_scroll div.dataTables_scrollHeadInner,
.dataTables_scroll table#reward-list.dataTable.no-footer,
.dataTables_scroll table.table.dataTable.no-footer {
    width: 100% !important;
}

.exclusive-coupons-wrap ul.pagination,
#reward-list_paginate ul.pagination {
    column-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

    .exclusive-coupons-wrap ul.pagination li.paginate_button,
    #reward-list_paginate ul.pagination li.paginate_button {
        padding: 0 !important;
        border-radius: 4px !important;
        border: none;
    }

        .exclusive-coupons-wrap ul.pagination li.paginate_button:hover,
        #reward-list_paginate ul.pagination li.paginate_button:hover {
            border: none;
            background: none;
        }

        .exclusive-coupons-wrap ul.pagination li.paginate_button a,
        #reward-list_paginate ul.pagination li.paginate_button a {
            padding: 3px 8.2px;
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-border-radius: 4px;
            border-radius: 4px;
        }

        .exclusive-coupons-wrap ul.pagination li.paginate_button.next a,
        #reward-list_paginate ul.pagination li.paginate_button.next a {
            padding-right: 30px;
        }

        .exclusive-coupons-wrap ul.pagination li.paginate_button.previous a,
        #reward-list_paginate ul.pagination li.paginate_button.previous a {
            padding-left: 30px;
        }

            .exclusive-coupons-wrap ul.pagination li.paginate_button.next a:before,
            .exclusive-coupons-wrap ul.pagination li.paginate_button.previous a:before,
            #reward-list_paginate ul.pagination li.paginate_button.next a:before,
            #reward-list_paginate ul.pagination li.paginate_button.previous a:before {
                content: "";
                width: 8px;
                height: 14px;
                position: absolute;
                top: 0px;
                bottom: 0;
                margin: auto;
                background-image: url(../images/arrow-right.svg);
                background-repeat: no-repeat;
                background-size: contain;
            }

        .exclusive-coupons-wrap ul.pagination li.paginate_button.next a:before,
        #reward-list_paginate ul.pagination li.paginate_button.next a:before {
            right: 12px;
        }

        .exclusive-coupons-wrap ul.pagination li.paginate_button.previous a:before,
        #reward-list_paginate ul.pagination li.paginate_button.previous a:before {
            left: 12px;
            transform: rotate(180deg);
        }

        .exclusive-coupons-wrap ul.pagination li.paginate_button.active a,
        #reward-list_paginate ul.pagination li.paginate_button.active a {
            background-color: #59734E;
            border-color: #59734E;
        }

.dataTables_scroll table.dataTable.no-footer thead th, table.dataTable thead td {
    border-bottom: none;
}

@media (max-width: 1279px) {
    .exclusive-coupons-wrap .table {
        overflow-x: auto;
    }
}

@media only screen and (max-width: 1199px) {
    .reward-transation-top-box ul li h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .exclusive-coupons-wrap .table {
    }
}

@media only screen and (max-width: 1024px) {
    .reward-transation-top-box ul {
        width: 100%;
        flex-wrap: wrap;
    }

        .reward-transation-top-box ul li {
            width: 100%;
            margin-bottom: 8px;
        }
}

@media only screen and (max-width: 991px) {
    .reward-transation-top-box .transation-point-left {
        width: 180px;
    }

    .reward-transation-top-box h3 {
        font-size: 26px;
        line-height: 22px;
    }

    .reward-transation-top-box h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .reward-transation-top-box ul li h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .reward-transation-top-box ul li h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .reward-transation-top-box ul li {
        padding: 0 10px;
        height: 45px;
    }

    .reward-transation-type-drop h4 {
        font-size: 22px;
        line-height: 20px;
    }

    .reward-transation-type-drop .tran-type-drop .dropdown {
        font-size: 16px;
        padding-right: 35px;
    }

    .reward-transation-type-drop .tran-type-drop:after {
        top: 10px;
        right: 12px;
    }

    .reward-history-transation-sec .table thead tr th {
        font-size: 14px;
        line-height: 22px;
        padding: 8px 15px;
    }

    .reward-history-transation-sec .table tbody tr td {
        font-size: 14px;
        line-height: 22px;
        padding: 8px 15px;
    }

        .reward-history-transation-sec .table tbody tr td span {
            font-size: 12px;
            line-height: 20px;
        }
}


@media only screen and (max-width: 767px) {
    .reward-history-transation-sec .table-responsive {
        border: 0px !important;
    }

    .reward-transation-type-drop {
        margin-bottom: 15px;
    }

    .reward-history-transation-sec .reward-report-title h2 {
        font-size: 24px;
        line-height: 20px;
    }

    .reward-transation-top-box {
        padding: 15px;
    }

    .reward-history-transation-sec .table {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #reward-list_wrapper.dataTables_wrapper .row:last-child .col-sm-5 {
        padding-right: 0;
    }

    #reward-list_wrapper.dataTables_wrapper .row:last-child .col-sm-7 {
        padding-left: 0;
    }

    #reward-list_paginate ul.pagination {
        justify-content: center;
    }

    .exclusive-coupons-wrap .table tbody tr td,
    .exclusive-coupons-wrap .table thead tr th {
        padding: 5px 5px;
    }

    .exclusive-coupons-wrap ul.pagination {
        justify-content: center;
    }

    .exclusive-coupons-wrap div[class^="col-"]:first-child {
        padding-right: 0 !important;
    }

    .exclusive-coupons-wrap div[class^="col-"]:last-child {
        padding-left: 0 !important;
    }

    .exclusive-coupons-wrap ul.pagination {
        gap: 5px;
    }

        .exclusive-coupons-wrap ul.pagination li.paginate_button.previous a {
            padding-left: 20px;
        }

        .exclusive-coupons-wrap ul.pagination li.paginate_button.next a {
            padding-right: 20px;
        }

        .exclusive-coupons-wrap ul.pagination li.paginate_button.previous a:before {
            left: 5px;
        }

        .exclusive-coupons-wrap ul.pagination li.paginate_button.next a:before {
            right: 5px;
        }
}


@media only screen and (max-width: 467px) {
    .reward-transation-top-box {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

        .reward-transation-top-box .transation-point-left {
            width: 100%;
            margin-bottom: 15px;
        }
}

@media only screen and (max-width: 374px) {
    .reward-history-transation-sec .reward-report-title {
        justify-content: center;
    }
}

@media only screen and (max-width: 360px) {
    .reward-transation-top-box ul {
        flex-direction: column;
    }

        .reward-transation-top-box ul li {
            width: 100%;
            margin: 5px 0;
        }

    #reward-list_paginate ul.pagination {
        column-gap: 7px;
    }
}

/*How to earn page*/

.how-to-earn-report-box {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5%;
    width: 100%;
}

    .how-to-earn-report-box .how-to-earn-box-inner {
        position: relative;
        background: linear-gradient(277.64deg, #4A4949 -3.98%, #000000 100%);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
        display: flex;
        align-items: center;
        width: calc(33.33% - 12px);
        padding: 20px;
        justify-content: space-between;
        border-left: 5px solid #59734E;
        margin-bottom: 20px;
    }

        .how-to-earn-report-box .how-to-earn-box-inner:after {
            content: "";
            position: absolute;
            left: 25%;
            bottom: -60px;
            background-image: url(../images/Earn-vector.svg);
            background-repeat: no-repeat;
            width: 157px;
            height: 157px;
        }

    .how-to-earn-report-box .how-to-earn-left {
        max-width: 180px;
    }

        .how-to-earn-report-box .how-to-earn-left h3 {
            font-family: 'Oswald';
            font-style: normal;
            font-weight: 500;
            font-size: 24px;
            line-height: 26px;
            text-transform: uppercase;
            color: #FFFFFF;
            margin: 0;
            min-height: 52px;
        }

        .how-to-earn-report-box .how-to-earn-left h5 span {
            font-family: 'Oswald';
            font-style: normal;
            font-weight: 500;
            font-size: 40px;
            line-height: 38px;
            text-transform: uppercase;
            color: #E5E0BF;
        }

        .how-to-earn-report-box .how-to-earn-left h5 {
            font-family: 'Oswald';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            text-transform: uppercase;
            color: #E5E0BF;
            margin: 0;
            margin-top: 20px;
        }

    .how-to-earn-report-box .btn-earn {
        background: #2F2D24;
        border: 2px solid #E5E0BF;
        border-radius: 4px;
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 26px;
        text-transform: uppercase;
        color: #E5E0BF;
        display: inline-block;
        outline: 0;
        text-decoration: none;
        min-width: 125px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 10px;
    }

        .how-to-earn-report-box .btn-earn:hover {
            color: #e5e0bf;
            background-color: rgba(0, 0, 0, 0.5);
            border-color: #d3cb93;
        }

.title-earn-point h2 {
    position: relative;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #59734E;
    text-align: center;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
}

.title-earn-point {
    margin: 40px 0 70px;
}

    .title-earn-point h2:after {
        content: "";
        position: absolute;
        right: 0;
        width: 100%;
        height: 74px;
        background-image: url(../images/title-back.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .title-earn-point h2 span {
        position: relative;
        z-index: 4;
    }

@media only screen and (max-width: 1200px) {
    .how-to-earn-report-box {
        padding: 0 10px;
    }

    .title-earn-point h2 {
        font-size: 26px;
        line-height: 44px;
        max-width: 410px;
    }

        .title-earn-point h2:after {
            height: 50px;
        }

    .title-earn-point {
        margin: 30px 0 45px;
    }

    .how-to-earn-report-box .how-to-earn-left h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .how-to-earn-report-box .btn-earn {
        height: 34px;
        font-size: 16px;
        padding: 0px 5px;
    }

    .how-to-earn-report-box .how-to-earn-left {
        max-width: 150px;
    }

        .how-to-earn-report-box .how-to-earn-left h5 {
            font-size: 16px;
            margin-top: 10px;
        }

            .how-to-earn-report-box .how-to-earn-left h5 span {
                font-size: 34px;
                line-height: 34px;
            }
}

@media only screen and (max-width: 991px) {

    .title-earn-point h2 {
        max-width: 420px;
    }

    .how-to-earn-report-box .how-to-earn-box-inner {
        width: calc(50% - 8px);
    }

        .how-to-earn-report-box .how-to-earn-box-inner:after {
            width: 130px;
            height: 130px;
            background-size: 100%;
        }
}


@media only screen and (max-width: 767px) {
    .title-earn-point h2 {
        max-width: 325px;
        font-size: 20px;
        line-height: 36px;
    }

        .title-earn-point h2:after {
            height: 40px;
        }
}

@media only screen and (max-width: 567px) {
    .how-to-earn-report-box .how-to-earn-box-inner {
        width: calc(100% - 8px);
    }

    .title-earn-point {
        margin: 20px 0 35px;
    }
}

@media only screen and (max-width: 360px) {
    .title-earn-point h2 {
        max-width: 300px;
        font-size: 18px;
        line-height: 36px;
    }

    .how-to-earn-report-box .how-to-earn-left h3 {
        font-size: 16px;
        line-height: 22px;
    }
}

/**/
.prod-details-wrap .sale-head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #6C7F5D;
    margin-bottom: 10px;
}

    .prod-details-wrap .sale-head-wrap h1 {
        margin-bottom: 0;
    }

.price-col-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 19px;
    padding-bottom: 12px;
    margin-top: 10px;
}

.price-point-wrap span.discount-point {
    min-width: 250px;
    display: block;
    padding: 3px 12px 3px 16px;
    border-left: 4px solid #59734E;
    font-family: 'Oswald';
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    background: linear-gradient(277.64deg, #4A4949 -3.98%, #000000 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
    margin-left: auto;
}

.price-point-wrap a {
    display: inline-flex;
    align-items: center;
    padding: 3px 6px;
    column-gap: 6px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    border: 1px dashed #5C724C;
    border-radius: 2px;
    justify-content: flex-end;
    margin-top: 8px;
    float: right;
}

    .price-point-wrap a .fa-hand-o-right {
        -webkit-transform: rotate(275deg);
        -moz-transform: rotate(275deg);
        -o-transform: rotate(275deg);
        -ms-transform: rotate(275deg);
        transform: rotate(275deg);
    }

    .price-point-wrap a:hover {
        border-color: #2f2d24;
    }

a.addToCartButton.btn-second {
    margin-left: 10px;
}

@media(max-width: 991px) {
    .top-holder.widgetProductDetails.prod-details-wrap .container-fluid .row.sale-head-row {
        width: 100%;
        margin-top: 20px;
    }
}

@media(max-width: 576px) {
    .top-holder.widgetProductDetails.prod-details-wrap .container-fluid .row.sale-head-row {
        width: 100%;
        margin-top: 20px;
    }

    .prod-details-wrap .sale-head-wrap {
        display: block;
    }

        .prod-details-wrap .sale-head-wrap h1 {
            line-height: 1;
            margin-bottom: 15px;
        }
}

@media(max-width: 576px) {
    .price-col-wrap {
        display: block;
    }

    .price-point-wrap a {
        float: none;
    }

    .cart-add ul.list li {
        display: block;
    }

    a.addToCartButton.btn-second {
        margin-left: 0;
        margin-top: 10px;
    }
}

.cart-add.cart-add-dflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .cart-add.cart-add-dflex ul {
        width: 100%;
    }

@media only screen and (max-width: 576px) {
    .cart-add.cart-add-dflex {
        flex-direction: column;
        align-items: start;
    }
}

/* 24-03-2023 */

.order-list-table .confirm-custom-total {
    text-align: right;
}

    .order-list-table .confirm-custom-total label {
        color: #000;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 14px;
    }

    .order-list-table .confirm-custom-total a {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        text-decoration-line: underline;
        text-transform: uppercase;
        color: #5D734D;
        cursor: pointer;
        white-space: nowrap;
    }

/*04-04-2023*/
.new-cart-hadign {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
}

    .new-cart-hadign h1 {
        margin-bottom: 0;
    }

.user-remaining-point {
    display: flex;
    align-items: center;
    column-gap: 10px;
    position: relative;
}

.user-remaining-point-title {
    display: flex;
    align-items: center;
    padding: 8px;
    justify-content: space-between;
    column-gap: 5px;
    min-width: 150px;
    height: 40px;
    background: linear-gradient(277.64deg, #4A4949 -3.98%, #000000 100%);
}

    .user-remaining-point-title span {
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #E5E0BF;
    }

    .user-remaining-point-title div {
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
    }

@media only screen and (max-width: 991px) {
    /*.new-cart-hadign {
        margin-top: -65px;
    }*/
    #reward-list_wrapper .col-sm-5 {
        width: 100% !important;
        text-align: center;
    }

    #reward-list_wrapper .col-sm-7 {
        width: 100% !important;
        text-align: center;
    }

    #reward-list_wrapper .dataTables_info, #reward-list_wrapper .dataTables_paginate.paging_simple_numbers {
        width: 100%;
    }

    #reward-list_wrapper ul.pagination {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .new-cart-hadign {
        margin-top: 0px;
    }

        .new-cart-hadign h1 {
            font-size: 22px;
            line-height: 26px;
        }
}


@media only screen and (max-width: 580px) {
    .user-remaining-point-title {
        min-width: 130px;
        height: 35px;
    }

        .user-remaining-point-title span {
            font-size: 12px;
        }

        .user-remaining-point-title div {
            font-size: 14px;
        }

    #reward-list_wrapper .pagination {
        flex-wrap: wrap;
    }

        #reward-list_wrapper .pagination .paginate_button {
            margin-bottom: 5px;
        }
}

@media only screen and (max-width: 480px) {
    .new-cart-hadign {
        align-items: start;
        flex-direction: column;
    }

    .user-remaining-point {
        width: 100%;
    }

    .user-remaining-point-title {
        min-width: inherit;
        width: 100%;
    }

    .backToList {
        position: absolute;
        right: 0;
        top: -38px;
    }
}

/*Widget Category*/

.category-list-wrap {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    border: 1px solid #47761f;
}

    .category-list-wrap .category-list {
        width: 20%;
        height: auto !important;
        margin-bottom: 25px;
    }

        .category-list-wrap .category-list li {
            width: 100% !important;
            padding-left: 15px;
            position: relative;
        }

            .category-list-wrap .category-list li::before {
                content: "";
                position: absolute;
                width: 6px;
                height: 6px;
                border-radius: 6px;
                background-color: #6f825f;
                top: 0;
                left: 0;
                bottom: 0;
                margin: auto 0;
            }

            .category-list-wrap .category-list li:first-child {
                padding-left: 0;
            }

                .category-list-wrap .category-list li:first-child::before {
                    display: none;
                }

                .category-list-wrap .category-list li:first-child .category-link {
                    color: #47761f;
                    font-size: 18px;
                    font-weight: 600;
                    margin-bottom: 5px;
                    display: inline-block;
                }

    .category-list-wrap .category-blank-list {
        width: 20%;
        display: flex;
        flex-wrap: wrap;
    }

        .category-list-wrap .category-blank-list .category-list {
            display: block;
            width: 100%;
            height: 100%;
            margin-bottom: 15px;
        }

.all-categories .category-link {
    color: #47761f;
    font-size: 18px;
    font-weight: 600;
}

.main-title-loc, .category-selection-title.choose-title {
    color: #79706e;
}

#mainMessageContainer {
    border: none;
    margin-top: -24px;
    border-radius: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}


@media (max-width: 1024px) {
    .category-list-wrap .category-list {
        width: 33.33%;
    }

    .category-list-wrap .category-blank-list {
        width: 33.33%;
    }
}

@media (max-width: 991px) {
    #mainMessageContainer {
        margin-top: -15px;
    }
}

@media (max-width: 767px) {
    .category-list-wrap .category-list {
        width: 50%;
    }

    .category-list-wrap .category-blank-list {
        width: 50%;
    }

    .ad-position5 .center .ad,
    .ad-position6 .ad {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 479px) {
    .category-list-wrap .category-list {
        width: 100%;
    }

    .category-list-wrap .category-blank-list {
        width: 100%;
    }
}
/*25 01 2023*/

#lucas-arms .member-message .thank-msg {
    box-shadow: rgb(149 157 165 / 20%) 0px 2px 17px;
}

#lucas-arms .sponsor-landing-video-section .sponsor-msg-wrap {
    border-radius: 0px;
    text-align: center;
    background: transparent;
    box-shadow: none;
    padding: 5px 30px 30px;
}

#lucas-arms .sponsor-landing-main .sponsor-video-wrap video {
    width: 100%;
    height: 100%;
}

.sponsor-advert .sponsor-join-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 10px;
}

/*#lucas-arms .sponsor-join-wrap a.btn {
    margin-bottom: 15px !important;
}*/

#lucas-arms .sponsor-landing-main .sponsor-advert .text-link span {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    color: #fff;
    pointer-events: none;
}

#lucas-arms .sponsor-join-wrap a.text-link {
    color: #e5e0bf;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    transition: 0.5s all;
}

    #lucas-arms .sponsor-join-wrap a.text-link:hover {
        color: #fff;
    }

    #lucas-arms .sponsor-join-wrap a.text-link span {
        color: #fff;
    }

#lucas-arms .member-message .thank-msg {
    font-size: 30px;
    color: #000000;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    background: transparent;
    box-shadow: none;
    text-align: center;
    position: static;
    padding: 25px 25px 0px;
}

#lucas-arms .sponsor-video-wrap button {
    background-color: black;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

#lucas-arms .sponsor-video-wrap {
    border-radius: 10px;
}

#lucas-arms .sponsor-msg {
    position: relative;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 400;
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding-bottom: 14px;
}

#lucas-arms .sponsor-msg-wrap .sponsor-msg::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 135px;
    height: 3px;
    background: #637E31;
    margin: auto;
}

#lucas-arms .sponsor-landing-main .sponsor-msg-wrap {
    box-shadow: none;
    background: transparent;
    min-height: 303px;
    height: 303px;
}

#lucas-arms .sponsor-msg-wrap:before {
    content: "";
    position: absolute;
    background-image: url(../images/pointer-lucas.svg);
    right: -30px;
    top: 27px;
    height: 130px;
    width: 130px;
    background-repeat: no-repeat;
    transform: rotate(-110deg);
}

#lucas-arms .benefits_list li {
    max-width: calc(33.33% - 17px);
    flex: inherit;
    margin-left: 15px;
    padding: 0px 25px 5px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 12px;
    font-size: 18px;
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    font-weight: 300;
    min-height: 30px;
    display: block;
    line-height: 26px;
}

    #lucas-arms .benefits_list li a {
        padding: 0 3px;
        text-decoration: underline;
    }

#lucas-arms .member-benifit-main .benefits_list {
    justify-content: center;
}

    #lucas-arms .member-benifit-main .benefits_list li::before {
        content: "\f05b";
        position: absolute;
        left: -11px;
        top: 2px;
        background: transparent;
        width: 24px;
        height: 24px;
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 26px;
        color: #637E31;
        transform: none;
    }

#lucas-arms .member-benifit-main .benefits_list {
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: start;
}

#lucas-arms .sponsor-video-wrap .video-play {
    background-image: url(../images/icon-play.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
    display: block;
    position: relative;
    transition: all .3s ease;
}

#lucas-arms .member-message {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    #lucas-arms .member-message .sponsor-join-wrap a.btn {
        margin-bottom: 15px !important;
        max-width: 180px;
        margin: 0 auto;
        background: #637E31;
        color: #ffffff;
        border-radius: 0;
    }

    #lucas-arms .member-message .sponsor-join-wrap {
        position: static;
        width: 100%;
        padding: 0px 15px;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
    }

#lucas-arms .sponsor-advert p a {
    color: #e5e0bf;
    font-weight: 600;
}

    #lucas-arms .sponsor-advert p a:hover {
        color: #fff;
    }


/*Responsive Css*/

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1280px) {
    #lucas-arms .member-benifit-main .benefits_list li::before {
        top: 1px;
    }

    #lucas-arms .sponsor-msg-wrap:before {
        top: 37px;
        width: 100px;
    }

    #lucas-arms .sponsor-video-wrap button {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1024px) {
    /* #lucas-arms .sponsor-msg-wrap:before {
        top: -3px;
        width: 80px;
        right: -40px;
    }*/
    #lucas-arms .benefits_list li {
        padding: 0px 15px 5px;
    }

    #lucas-arms .sponsor-msg-wrap:before {
        top: 17px;
        right: -39px;
        width: 87px;
    }

    #lucas-arms .sponsor-video-wrap button {
        top: 44.8%;
    }
}

@media screen and (max-width: 991px) {
    #lucas-arms .sponsor-landing-video-section {
        flex-wrap: nowrap;
    }

    #lucas-arms .sponsor-msg {
        font-size: 20px;
    }

    #lucas-arms .sponsor-msg-wrap .sponsor-msg::before {
        width: 100px;
    }

    #lucas-arms .sponsor-image-wrap::before {
        content: "";
        position: absolute;
        background-image: url(../images/pointer-lucas.svg);
        right: -69px;
        top: -39px;
        height: 90px;
        width: 130px;
        background-repeat: no-repeat;
        transform: rotate(-110deg);
    }

    #lucas-arms .sponsor-image-wrap {
        max-width: 100%;
        max-height: 100%;
    }

    #lucas-arms .member-benifit-main .benefits_list li {
        font-size: 18px;
        line-height: 1.6;
    }

    #lucas-arms .sponsor-landing-video-section .sponsor-msg-wrap {
        padding: 0px 30px 0px;
    }

    #lucas-arms .row.member-benifit-main {
        margin-top: 0px;
    }

    #lucas-arms #tednugent .member-message {
        padding-top: 96px;
    }

    #lucas-arms .member-message {
        margin-top: 20px;
    }

    #lucas-arms .sponsor-video-wrap .video-play {
        width: 50px;
        height: 50px;
    }

    #lucas-arms .sponsor-video-wrap button {
        top: 47%;
    }
}

@media screen and (max-width: 850px) {
}

@media screen and (max-width: 768px) {


    #lucas-arms .sponsor-image-wrap::before {
        right: -66px;
        top: -39px;
        width: 100px;
        height: 90px;
    }

    #lucas-arms .member-benifit-main .benefits_list li {
        padding: 0 10px;
    }

    #lucas-arms .sponsor-video-wrap .video-play {
        width: 46px;
        height: 46px;
    }

    #lucas-arms .sponsor-video-wrap button {
        top: 45%;
        width: 46px;
        height: 46px;
    }
}

.coupon-feild {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 20px;
    column-gap: 8px;
}

    .coupon-feild .apply-code-wrap {
        display: flex;
        border: 1px solid rgba(0,0,0,0.32);
    }

        .coupon-feild .apply-code-wrap .form-control {
            max-width: 220px;
            border: none;
            line-height: 1.5 !important;
            height: 40px;
        }

    .coupon-feild label {
        margin-bottom: 0;
    }

    .coupon-feild .apply-code-wrap .valid {
        border: none;
        background-color: #a3bc9d;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        padding: 4px 15px 7px;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        outline: none;
    }

        .coupon-feild .apply-code-wrap .valid:hover {
            background-color: #59734e;
        }

    .coupon-feild .remove-btn {
        border: none;
        background: none;
        color: #a1a1a1;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.3;
        padding: 0;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

        .coupon-feild .remove-btn:hover {
            text-decoration: underline;
        }

.card-btn-wrap {
    margin-bottom: 10px;
}

    .card-btn-wrap .btn-group {
        gap: 10px;
    }

        .card-btn-wrap .btn-group .btn.btn-secondary {
            border-radius: 10px !important;
            position: relative;
            /*padding-left: 35px !important;*/
            display: flex;
            align-items: center;
            justify-content: center;
            column-gap: 5px;
        }

        .card-btn-wrap .btn-group.btn-group-toggle label.btn.btn-secondary:first-child {
            margin-right: 0 !important;
        }

        .card-btn-wrap .btn-group.btn-group-toggle label.btn.btn-secondary:last-child {
            margin-left: 0 !important;
        }

        .card-btn-wrap .btn-group .btn.btn-secondary .price-check-mark {
            display: inline-block;
            position: relative;
        }

            .card-btn-wrap .btn-group .btn.btn-secondary .price-check-mark::after {
                content: "";
                display: block;
                width: 22px;
                height: 22px;
                background: url(../images/icon-check.svg) center no-repeat;
                background-size: 70%;
                z-index: 1;
                border: 1px solid;
                border-radius: 24px;
                -webkit-border-radius: 24px;
                -moz-border-radius: 24px;
                -khtml-border-radius: 24px;
                opacity: 0;
            }

        .card-btn-wrap .btn-group .btn.btn-secondary.active .price-check-mark::after {
            opacity: 1;
        }

    .card-btn-wrap input.upgrade-account {
        width: 100%;
        line-height: 1.3;
    }

.plan-box-main.plan-card-wrap {
    display: flex;
}

.plan-card-wrap .price-text {
    font-weight: 400;
    color: #302d249e;
    text-decoration: line-through;
}

.plan-card-wrap .plan-box .avf-text {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.plan-card-wrap .plan-box .faq-text {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0px;
}

.plan-card-wrap .plan-box h3 {
    padding-bottom: 20px;
    min-height: 120px;
}

.plan-card-wrap .plan-box ul {
    padding-bottom: 15px;
}

.plan-card-wrap .box-heading {
    font-size: 25px;
    text-align: center;
}

.plan-card-wrap .plan-box .plan-offer {
    margin-top: 10px;
}

ul.plan-box-main.plan-card-wrap li.ShowUpgradeButton {
    padding: 0 15px;
}

.plan-card-wrap .plan-box h3 span p {
    margin: 0 !important;
}

.plan-card-wrap .plan-box.ua-plan-title img {
    top: -1px;
    height: 125px;
}

.card-btn-wrap .price-text {
    display: block;
    margin-bottom: 5px;
}

.plan-wrapper.for-create-new .plan-wrapper-inner ul.plan-box-main.plan-card-wrap li:first-child .plan-box ul {
    min-height: auto;
}

.plan-card-wrap .plan-box {
    height: calc(100% - 54px);
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.plan-card-wrap .ShowUpgradeButton:first-child .plan-box ul {
    min-height: 248px;
}
/*#mainMessageContainer {
    margin-top: 0 !important;
    }*/
.coupon-feild .code-fild-wrap {
    display: flex;
    column-gap: 8px;
    position: relative;
}

.plan-card-wrap .card-btn-wrap #pendingMonthsAmount,
.plan-card-wrap .card-btn-wrap #pvPendingMonthsAmount {
    margin: 10px 0;
    line-height: 1.5;
    display: block;
}

.discount-price-col .discount-price {
    text-align: center;
}

.discount-price #pvPendingMonthsAmount,
.discount-price #pendingMonthsAmount {
    margin: 8px 0;
    padding: 5px 0;
    border-top: 1px solid #ccc;
}

.coupon-feild .apply-code-wrap .filed-wrap label {
    position: absolute;
    left: 0;
    bottom: -23px;
    font-size: 14px;
    line-height: 1.2;
}

.main-plan-wrap {
    margin-top: 0 !important;
}

.plan-card-wrap .plan-box img {
    top: -5px;
}

.plan-card-wrap .plan-box h3 .pvDiscountedPrice span,
.plan-card-wrap .plan-box h3 .ppDiscountedPrice span {
    font-size: 18px;
}

.choose-plan p {
    color: #508d36;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    background-color: #dfefd87a;
    display: inline-block;
    padding: 8px;
    border-radius: 4px;
}

    .choose-plan p span {
        margin-right: 5px;
    }

.discount-price-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .discount-price-col .discount-price {
        color: #267e01;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        background-color: #dfefd87a;
        display: inline-block;
        padding: 10px 30px;
        border-radius: 4px;
        max-width: 500px;
    }

    .discount-price-col .ppActualPrice {
        display: block;
        margin-bottom: 3px;
    }
/* ----- city-list-wrap ---- */
.city-list-wrap {
    margin: 30px 0;
}

    .city-list-wrap .subnav-link {
        display: inline-block;
        color: #47761f;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .city-list-wrap .city-list {
        display: flex;
        flex-wrap: wrap;
        padding: 15px;
        border: 1px solid #47761f;
    }

        .city-list-wrap .city-list li {
            width: 20%;
            padding-left: 15px;
            padding-right: 15px;
            position: relative;
        }

            .city-list-wrap .city-list li::before {
                content: "";
                position: absolute;
                width: 6px;
                height: 6px;
                border-radius: 6px;
                background-color: #6f825f;
                top: 7px;
                left: 0;
            }

            .city-list-wrap .city-list li a {
                color: #6f825f;
            }

#power-search-filter .select2 {
    width: 100% !important;
}

    #power-search-filter .select2 .select2-selection {
        min-height: 40px;
    }

.userPortalLinks {
    text-align: center;
    width: 535px;
    max-width: 100%;
    margin: 15px auto 0;
    border: 1px solid #E8E8E8;
    font-family: "Lato", "Arial", "Helvetica", sans-serif;
    font-weight: 400;
    padding: 8px 10px;
    border-radius: 7px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

    .userPortalLinks a {
        font-weight: 700;
        text-decoration: underline;
        color: #59734e;
        transition: all 0.35s ease 0s;
    }

        .userPortalLinks a:hover {
            color: #333;
            text-decoration: none;
        }

.govxauth-outer {
    position: absolute;
    right: 0;
    top: 0px;
}

.discountUser-Outer {
    margin-bottom: 15px;
    position: relative;
}

.discountUser-info {
    text-align: left;
    margin-bottom: 10px;
}

.govxauth-outer.discountUser {
    position: absolute;
    right: 0;
    bottom: -55px;
    top: auto;
}

.govxauth-outer .govxauthBtn {
    background-color: #5c734e;
    margin-bottom: 0px;
    border-color: #5c734e;
    color: white;
}

    .govxauth-outer .govxauthBtn:hover,
    .govxauth-outer .govxauthBtn:focus {
        background-color: #fff;
        border-color: #5c734e;
        color: #5c734e;
    }

#GovXActivationModel .modal-header h4,
#govXModelContainer .modal-header h4 {
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    font-size: 20px;
    margin: 0;
    line-height: 26px;
    font-weight: 300;
    color: #000 !important;
}

#govXModelContainer .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

#govXModelContainer.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

#govXModelContainer .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

#govXModelContainer .modal-body {
    position: relative;
    padding: 15px;
}

#govXModelContainer p {
    font-family: "Lato", "Arial", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 10px;
}

#govXModelContainer ul {
    margin: 0;
    padding: 0 0 0 15px;
}

    #govXModelContainer ul li {
        list-style-type: disc;
        font-size: 16px;
        line-height: 1.3;
        margin: 0 0 5px;
    }

#govXModelContainer button.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

#govXModelContainer .close:hover, #govXModelContainer .close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#GovXActivationModel .btnGreen {
    background-color: #5cb85c;
    color: #fff;
    border: 2px solid #4cae4c;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding: 7px 15px;
}

    #GovXActivationModel .btnGreen:hover,
    #GovXActivationModel .btnGreen:focus {
        background-color: #ffffff;
        color: #4cae4c;
        border: 2px solid #4cae4c;
        outline: none;
    }

#GovXActivationModel .btnGray {
    background-color: #655D5B;
    color: #fff;
    border: 2px solid #655D5B;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding: 7px 15px;
}

    #GovXActivationModel .btnGray:hover,
    #GovXActivationModel .btnGray:focus {
        background-color: #ffffff;
        color: #655D5B;
        border: 2px solid #655D5B;
        outline: none;
    }

@media screen and (min-width: 576px) {
    #govXModelContainer .modal-dialog {
        width: 600px !important;
        margin: 30px auto;
    }
}

@media screen and (min-width: 992px) {
    .plan-card-wrap .plan-box img {
        position: absolute;
        left: -70px !important;
    }
}

@media screen and (max-width: 767px) {
    #lucas-arms .sponsor-image-wrap::before {
        content: "";
        position: absolute;
        background-image: url(../images/pointer-re.svg);
        right: -80px;
        top: auto;
        bottom: -19px;
        height: 115px;
        width: 115px;
        background-size: contain;
        background-repeat: no-repeat;
        transform: none;
    }

    #lucas-arms .sponsor-msg-wrap {
        padding: 20px 30px 30px 0px;
    }

    #lucas-arms .sponsor-landing-video-section .sponsor-msg-wrap {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    #lucas-arms .sponsor-advert {
        margin-bottom: 10px;
    }

    #lucas-arms .sponsor-landing-video-section {
        flex-wrap: wrap;
    }

    #lucas-arms .member-benifit {
        margin-top: 30px;
    }

    #lucas-arms .member-benifit-main .benefits_list li::before {
        top: 2px;
    }

    #lucas-arms .member-message .thank-msg {
        font-size: 26px;
    }

    .govxauth-outer {
        position: relative;
        right: auto;
        top: auto;
        text-align: right;
        margin-bottom: 10px;
    }

        .govxauth-outer.discountUser {
            position: relative;
            right: auto;
            bottom: auto;
            top: auto;
            text-align: left;
        }

    .userPortalLinks {
        margin: 5px auto 0;
    }

    .plan-box-main.plan-card-wrap {
        flex-direction: column;
    }
}

@media screen and (max-width: 580px) {
    #lucas-arms .sponsor-image-wrap::before {
        top: 108px;
    }

    #lucas-arms .sponsor-landing-video-section {
        flex-wrap: wrap;
    }

    #lucas-arms .member-message .thank-msg {
        padding: 10px 0px 0px;
        font-size: 22px;
    }

    #lucas-arms .sponsor-msg-wrap {
        padding: 20px 20px 20px 20px;
    }

    #lucas-arms .member-benifit-main .benefits_list {
        flex-direction: column;
        padding-left: 0;
    }

        #lucas-arms .member-benifit-main .benefits_list li {
            max-width: 100%;
            font-size: 16px;
            min-height: auto;
            padding-left: 13px;
        }

        #lucas-arms .member-benifit-main .benefits_list li {
            position: relative;
            padding-top: 0;
        }

            #lucas-arms .member-benifit-main .benefits_list li::before {
                left: -11px;
                top: 0px;
                font-size: 18px;
            }

    #lucas-arms .sponsor-advert {
        margin-bottom: 0px;
    }

    #lucas-arms .sponsor-landing-video-section .sponsor-msg-wrap {
        margin-bottom: 40px;
        padding: 0;
    }

    #lucas-arms .member-benifit {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    #lucas-arms .member-benifit-main .benefits_list li::before {
        left: -11px;
        font-size: 15px;
    }

    #lucas-arms .sponsor-advert {
        margin-top: 30px;
    }

    #lucas-arms .member-benifit h3 {
        font-size: 20px;
    }

    #lucas-arms .sponsor-image-wrap::before {
        top: 115px;
        height: 95px;
    }
}

@media screen and (max-width: 400px) {
    #lucas-arms .member-benifit {
        margin-top: 30px;
    }
}

@media screen and (max-width: 375px) {
    #lucas-arms .member-benifit-main .benefits_list li {
        padding-left: 8px;
        margin-bottom: 5px;
    }

        #lucas-arms .member-benifit-main .benefits_list li::before {
            left: -11px;
            font-size: 13px;
        }

    #lucas-arms .sponsor-video-wrap button {
        top: 40%;
    }
}

@media screen and (max-width: 320px) {
    #lucas-arms .member-benifit-main .benefits_list li::before {
        top: 0px;
    }
}

@media (max-width:1024px) {
    .plan-card-wrap .plan-box .btn-group .btn + .btn {
        margin-top: 0 !important;
    }
}

@media (max-width:1199px) {
    .city-list-wrap .city-list li {
        width: 25%;
    }
}

@media (max-width:991px) {
    .plan-card-wrap .upgrade-account {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .city-list-wrap .city-list li {
        width: 33.33%;
    }

    .card-btn-wrap {
        justify-content: center;
    }

        .card-btn-wrap input.upgrade-account {
            min-height: 50px !important;
            padding: 5px 0 !important;
        }

    .plan-card-wrap .plan-box.ua-plan-title img {
        left: auto;
        right: -50px;
        max-width: none;
    }

    .plan-card-wrap .box-heading {
        font-size: 20px;
    }

    .plan-card-wrap .plan-box img {
        left: -90px;
    }

    ul.plan-box-main.plan-card-wrap li {
        padding: 0 15px;
    }

    .pv-btn-group {
        padding: 0px 10px 20px 10px;
    }

        .pv-btn-group a.btn {
            padding: 7px 10px 9px;
            font-size: 16px;
            line-height: 18px;
            width: 100%;
        }
}

@media (max-width:767px) {
    .plan-card-wrap .plan-box {
        padding: 30px 30px !important;
        height: auto;
        display: block;
    }

        .plan-card-wrap .plan-box .btn-group.btn-group-toggle {
            display: flex !important;
            margin: 0 !important;
        }

    .plan-card-wrap ul.plan-box-main.plan-card-wrap li.ShowUpgradeButton {
        padding: 0 5px;
    }

    .plan-card-wrap ul.plan-box-main li {
        width: 100%;
    }

    .plan-card-wrap .plan-box.ua-plan-title img {
        left: -70px;
        right: auto;
    }

    .plan-card-wrap .plan-box h3 .pvDiscountedPrice span,
    .plan-card-wrap .plan-box h3 .ppDiscountedPrice span {
        font-size: 16px;
    }

    .plan-card-wrap .upgrade-account {
        padding-bottom: 0 !important;
    }

    ul.plan-box-main.plan-card-wrap li:first-child {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    ul.plan-box-main.plan-card-wrap li:last-child {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .plan-box-main.plan-card-wrap .plan-box .plan-offer li:first-child {
        padding-left: 25px !important;
    }

    .plan-box-main.plan-card-wrap .plan-box .plan-offer li:last-child {
        margin-top: 0 !important;
        padding-left: 25px !important;
    }

    .card-btn-wrap {
        justify-content: space-between;
    }

        .card-btn-wrap .price-text {
            margin-bottom: 8px;
        }

    li.ShowCancelButtonForfirst-case:first-child .plan-box ul {
        min-height: auto;
    }

    .city-list-wrap .city-list li a {
        font-size: 14px;
        line-height: 20px;
    }

    .pv-resour-title {
        font-size: 28px;
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .city-list-wrap .city-list li {
        width: 50%;
    }

    .pv-resour-title {
        font-size: 26px;
    }

    .pv-btn-group {
        flex-direction: column;
        gap: 8px;
    }

    .coupon-feild {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        max-width: 334px;
        margin-left: auto;
        margin-right: auto;
    }

        .coupon-feild .remove-btn {
            margin-left: auto;
        }

        .coupon-feild .code-fild-wrap {
            flex-direction: column;
        }

        .coupon-feild .apply-code-wrap .filed-wrap label {
            min-height: 35px;
            max-width: 210px;
        }
}

@media (max-width: 479px) {
    .pv-resour-title {
        font-size: 24px;
    }

    .plan-card-wrap .plan-box .faq-text {
        text-align: center;
        margin-bottom: 10px;
    }

    .plan-card-wrap .plan-box.ua-plan-title img {
        right: -42px;
        width: 500px;
        top: -2px;
    }

    .city-list-wrap .city-list li {
        width: 100%;
    }

    .edit-status-text {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    ul.plan-box-main.plan-card-wrap li:last-child .plan-box .btn-group.btn-group-toggle label.btn.btn-secondary {
        margin: 0 0 !important;
    }
}

@media (max-width: 359px) {
    .main-wrapp-top {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 241px) and (max-width: 480px) {
    #toast-container .toast.toast-success {
        padding: 15px 15px 15px 50px !important;
    }
}


/**/
.edit-listing-tab-wrap .nav_post_new_edit {
    background: none;
    box-shadow: none;
    padding: 0;
}

.edit-listing-tab-wrap ul#nav {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
}

    .edit-listing-tab-wrap ul#nav li {
        width: calc(33.33% - 0px) !important;
        border-radius: 15px;
        margin-left: 8px;
        overflow: hidden;
    }

        .edit-listing-tab-wrap ul#nav li a {
            width: 100%;
            display: inline-block;
            background-color: #5c734e33;
            padding: 15px;
            color: #fff;
            float: none;
        }

        .edit-listing-tab-wrap ul#nav li a {
            color: #5c734e;
            font-weight: 400;
        }

        .edit-listing-tab-wrap ul#nav li:first-child {
            margin-left: 0px;
        }

        .edit-listing-tab-wrap ul#nav li.selected {
            background: #5c734e;
        }

            .edit-listing-tab-wrap ul#nav li.selected a {
                color: #fff !important;
            }

.edit-status-text {
    display: block;
    padding: 10px;
    margin-bottom: 15px;
    color: #589b54;
    font-family: "Lato", "Arial", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    background: #d3d3d39e;
    border-radius: 5px;
    border: 1px solid #589b5478;
}

.make-me-offer-text .price {
    color: #5c724c;
}

.powerSearchMobile {
    display: none !important;
}

.discountNote {
    text-align: center;
    width: 740px;
    max-width: 100%;
    margin: 0 auto 20px;
    font-family: "Lato", "Arial", "Helvetica", sans-serif;
    font-weight: 400;
    padding: 8px 10px;
    border-radius: 7px;
    background: rgba(255,255,255,0.75);
    color: #333;
    font-size: 16px;
    line-height: 24px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

    .discountNote strong {
        font-weight: 700;
        font-size: 17px;
    }

    .discountNote.discountNoteBox {
        background: transparent;
        margin-top: 10px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.08);
        border: 1px solid #E2E2E2;
        padding: 8px 10px;
        border-radius: 7px;
    }

    .discountNote a, .popupClickLink {
        font-weight: 700;
        text-decoration: underline;
        color: #59734e;
        transition: all 0.35s ease 0s;
    }

        .discountNote a:hover, .popupClickLink:hover {
            color: #333;
            text-decoration: none;
        }

.militaryDisNote {
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.plan-wrapper .reActivateTitle {
    margin-bottom: 20px;
}

.couponCodeNote {
    text-align: center;
    margin: 20px 0;
    font-family: "Lato", "Arial", "Helvetica", sans-serif;
    font-weight: 400;
    color: #444;
    font-size: 18px;
    line-height: 26px;
}

.creataccount.header h2 {
    color: #655d5b;
    font-size: 36px;
    font-weight: 400;
    margin: 10px 0;
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
}

@media (min-width: 768px) {
    .messagenotification-desktop {
        display: block !important;
    }

    .messagenotification-mobile {
        display: none !important;
    }

    .editinfo-margin {
        margin-left: 22px;
    }
}

@media (max-width: 991px) {
    .messagenotification-desktop {
        display: none !important;
    }

    .messagenotification-mobile {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .powerSearchMobile {
        display: block !important;
    }

    .discountNote {
        margin: 0 0 17px;
        padding: 0;
        background: none;
        box-shadow: none;
        border-radius: 0;
    }
}

@media screen and (max-width: 600px) {
    .creataccount.header h2 {
        font-size: 26px;
    }
}

.new-subscribe-modal {
    padding: 0 !important;
}

    .new-subscribe-modal.in.modal.fade .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .new-subscribe-modal .dialog-inner {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        padding: 10px;
        line-height: 1.25;
    }

    .new-subscribe-modal .modal-dialog {
        width: 640px !important;
        max-width: 100%;
        margin: auto;
    }

    .new-subscribe-modal .modal-content {
        border: none;
        overflow: hidden;
        border-radius: 16px;
        background-image: url(../images/modal-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        box-shadow: inherit;
        background-color: inherit;
    }

    .new-subscribe-modal .modal-body {
        padding: 0;
        display: flex;
        align-items: stretch;
    }

    .new-subscribe-modal .modal-img {
        max-width: 190px;
        width: 100%;
    }

        .new-subscribe-modal .modal-img img {
            width: 100%;
            filter: drop-shadow(8px 0px 6px #00000052);
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }

    .new-subscribe-modal .popup-content {
        flex: 1;
        padding: 30px 40px 30px 30px;
    }

    .new-subscribe-modal .account-box {
        padding: 24px 0 20px;
        border-bottom: 1px dashed rgba(229, 224, 191, 0.2);
    }

        .new-subscribe-modal .account-box p {
            font-size: 18px;
            line-height: 22px;
            color: #FFFFFF;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            margin-bottom: 12px !important;
        }

            .new-subscribe-modal .account-box p:last-child {
                margin-bottom: 0 !important;
            }

            .new-subscribe-modal .account-box p span {
                display: inline-block;
                font-family: 'Stencil';
                margin: 0 4px;
                vertical-align: middle;
            }

        .new-subscribe-modal .account-box .sing-link {
            display: inline-block;
            border: none;
            outline: none;
            box-shadow: inherit;
            padding: 6px 12px;
            font-size: 18px;
            line-height: 22px;
            color: #FFFFFF;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            background-color: #59734E;
            border-radius: 8px;
            margin-right: 8px;
        }

    .new-subscribe-modal .update-about {
        padding: 22px 0 25px;
    }

        .new-subscribe-modal .update-about p {
            font-size: 18px;
            line-height: 22px;
            color: #B8B8B8;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            margin-bottom: 0;
        }

            .new-subscribe-modal .update-about p a {
                font-size: 18px;
                line-height: 22px;
                color: #B8B8B8;
                display: inline-block;
                font-family: 'Stencil';
                font-weight: bold;
                vertical-align: middle;
            }

    .new-subscribe-modal .modal-form .form-group {
        margin-bottom: 0px;
    }

        .new-subscribe-modal .modal-form .form-group label {
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            color: #B8B8B8;
            font-size: 14px;
            line-height: 17px;
            margin-bottom: 4px;
            position: relative;
            display: inline-flex;
            align-items: center;
            margin-bottom: 6px;
        }

            .new-subscribe-modal .modal-form .form-group label:before {
                content: '*';
                position: absolute;
                top: 4px;
                right: -8px;
                color: #FF0000;
                width: 8px;
                height: 8px;
                display: inline-flex;
                justify-content: center;
                align-items: center;
            }

            .new-subscribe-modal .modal-form .form-group label span {
                display: inline-block;
                vertical-align: middle;
                line-height: 0;
            }

            .new-subscribe-modal .modal-form .form-group label img {
                margin-right: 6px;
            }

        .new-subscribe-modal .modal-form .form-group .form-control {
            height: inherit !important;
            width: 100%;
            border: 1px solid #B8B8B8;
            border-radius: 8px;
            background-color: transparent;
            font-size: 14px !important;
            line-height: 16px !important;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            color: #FFF;
            padding: 11px 10px !important;
        }

    .new-subscribe-modal .modal-form .modal-submit-btn {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        color: #FFF;
        font-size: 16px;
        line-height: 20px;
        background-color: #59734E;
        border-radius: 8px;
        border: none;
        outline: none;
        padding: 10px 26px;
    }

    .new-subscribe-modal .input-wrap {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .new-subscribe-modal .input-fild {
        width: calc(100% - 120px);
        position: relative;
    }

    .new-subscribe-modal .validation-msg {
        font-family: 'Lato', sans-serif;
        font-weight: 600;
        color: rgb(255, 19, 19);
        position: absolute;
        left: 4px;
        font-size: 15px;
        line-height: 17px;
        margin-top: 4px;
    }

    .new-subscribe-modal .close {
        display: inline-block;
        background: #59734E;
        width: 24px;
        height: 24px;
        position: absolute;
        border-radius: 20px;
        border: none;
        opacity: 1;
        right: 10px;
        top: 10px;
        outline: none;
        bottom: 0;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        cursor: pointer;
        z-index: 2;
    }

        .new-subscribe-modal .close:before, .new-subscribe-modal .close:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            left: 0;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
            background: #fff;
        }

        .new-subscribe-modal .close:before {
            width: 12px;
            height: 2px;
        }

        .new-subscribe-modal .close:after {
            width: 2px;
            height: 12px;
        }

/*Stew Peters*/
.wecomeNotes {
    font-weight: 700;
    font-size: 35px;
    color: #655d5b;
    text-align: center;
    margin-top: 15px;
}

.netViewerImgBox {
    display: none;
    border-radius: 20px;
    width: 220px;
    min-width: 220px;
    margin: 20px auto 30px;
}

.networkViewerWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 100px;
    width: 860px;
    max-width: 100%;
    margin: 30px auto;
}

.networkViewerContent {
    flex: 1;
}

.networkViewerWrap .couponCodeNote {
    margin-top: 0;
}

.networkViewerWrap .coupon-feild > label {
    white-space: nowrap;
}

.networkViewerWrap .discountNote {
    width: 100%;
    margin-bottom: 0;
}

.networkViewerImage {
    border-radius: 20px;
    position: relative;
    width: 200px;
    min-width: 200px;
}

    .networkViewerImage:before {
        content: '';
        border-left: 1px solid rgba(0,0,0,0.22);
        position: absolute;
        top: 0;
        left: -50px;
        bottom: 0;
        height: 140px;
        margin: auto;
        pointer-events: none;
    }

    .networkViewerImage img, .netViewerImgBox img {
        max-width: 100%;
        border-radius: 20px;
        vertical-align: middle;
    }


@media screen and (max-width: 991px) {
    .wecomeNotes {
        margin-top: 5px;
    }

    .networkViewerWrap {
        gap: 70px;
        width: 100%;
    }

    .networkViewerImage:before {
        left: -35px;
    }

    .networkViewerImage {
        border-radius: 15px;
        width: 180px;
        min-width: 180px;
    }
}

@media screen and (max-width: 767px) {
    .new-subscribe-modal .account-box p {
        font-size: 16px;
        line-height: 20px;
    }

    .new-subscribe-modal .update-about p {
        font-size: 16px;
        line-height: 20px;
    }

    .new-subscribe-modal .account-box .sing-link {
        font-size: 16px;
        line-height: 20px;
        padding: 4px 10px;
        margin-right: 6px;
    }

    .networkViewerImage {
        width: 220px;
        min-width: 220px;
    }

    .new-subscribe-modal .modal-img {
        display: none
    }

    .new-subscribe-modal .popup-content {
        flex: 1;
        padding: 20px 30px 35px 20px;
    }

    .wecomeNotes {
        margin-top: 0;
    }

    .networkViewerWrap {
        display: block;
        margin: 24px 0 30px;
    }

    .networkViewerImage {
        display: none;
    }

    .netViewerImgBox {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .new-subscribe-modal .update-about {
        padding: 18px 0 20px;
    }

    .new-subscribe-modal .popup-content {
        padding: 20px 30px 20px 20px;
    }

    .new-subscribe-modal .account-box {
        padding: 20px 0 16px;
    }

    .new-subscribe-modal .input-wrap {
        flex-direction: column;
    }

    .new-subscribe-modal .input-fild {
        margin-bottom: 12px;
        max-width: 380px;
        width: 100%;
    }

    .new-subscribe-modal .validation-msg {
        position: static;
        display: block;
    }
}


/*  26-10-2023*/

.creat-listing-main .dropzone {
    background-color: #EEEEEE;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 20px;
    border: 2px dashed #707070;
}

    .creat-listing-main .dropzone .dz-message {
        display: inline-flex !important;
        justify-content: center;
        align-items: center;
        margin: 30px 0;
        margin-left: auto;
        margin-right: auto;
    }

.creat-listing-main .dz-remove {
    box-shadow: 0px 3px 6px #00000029;
    background-color: #FFFFFF !important;
    color: #6F825F !important;
    height: 26px !important;
    width: 26px !important;
    line-height: 26px !important;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.creat-listing-main .dropzone .dz-preview {
    width: calc(14.28% - 13px)
}

.creat-listing-main .dropzone .dz-image-preview {
    background: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 12px;
    z-index: 9 !important;
}

    .creat-listing-main .dropzone .dz-image-preview .dz-image {
        border-radius: inherit;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .creat-listing-main .dropzone .dz-image-preview .dz-image img {
            width: auto !important;
            height: auto !important;
            max-width: 100%;
            max-height: 100%;
            vertical-align: middle;
        }

    .creat-listing-main .dropzone .dz-image-preview:hover .dz-image img {
        filter: inherit;
        transform: inherit;
    }

.creat-listing-main .dropzone .dz-preview .dz-remove {
    position: absolute;
    top: -3px;
    right: -3px;
    cursor: pointer;
}

    .creat-listing-main .dropzone .dz-preview .dz-remove i {
        font-size: 16px;
        cursor: pointer;
    }

.creat-listing-main .uploaded-image-group {
    margin: 16px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    .creat-listing-main .uploaded-image-group .uploaded-image {
        box-shadow: 0px 3px 18px #00000029;
        background-color: #FFFFFF !important;
        position: relative;
        padding: 10px;
        border-radius: 10px;
        width: 160px;
        height: 160px;
    }

        .creat-listing-main .uploaded-image-group .uploaded-image .post-Images {
            overflow: hidden;
            width: 100%;
            height: 100%;
            position: relative;
            align-items: center;
            justify-content: center;
            display: flex;
        }

            .creat-listing-main .uploaded-image-group .uploaded-image .post-Images .postImages {
                width: auto;
                height: auto;
                max-width: 100%;
                max-height: 100%;
                object-fit: unset;
                vertical-align: middle;
            }

        .creat-listing-main .uploaded-image-group .uploaded-image .dz-remove {
            position: absolute;
            top: -3px;
            right: -3px;
            display: flex;
            justify-content: center;
            align-items: center;
        }


.preview-modal .modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .preview-modal .modal-footer .footer-left {
        display: flex;
        gap: 10px;
    }

    .preview-modal .modal-footer::after, .preview-modal .modal-footer:before {
        display: none
    }

    .preview-modal .modal-footer .btn-success {
        background-color: #6F825F;
        border-color: #6F825F;
    }

    .preview-modal .modal-footer .btn {
        padding: 6px 15px;
        font-size: 16px;
        line-height: 22px;
    }

    .preview-modal .modal-footer .rotate-btn {
        background-color: #6f825f;
        border-color: #6f825f;
        width: 40px;
        height: 40px;
        padding: 2px;
        border: none;
        outline: none;
        border-radius: 5px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

        .preview-modal .modal-footer .rotate-btn img {
            width: 80%;
            height: 80%;
        }

#imageModal .modal-dialog .modal-content .modal-body {
    padding: 0px !important;
    margin: 5px 5px 5px 5px;
}
/*.preview-modal .cropper-bg {
    width: 100% !important;
    height: 250px !important;
}*/
/*.preview-modal .cropper-wrap-box .cropper-canvas {
    height: 100% !important;
    width: 100% !important;
    transform: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.moreProductListTitle {
    width: 66.6666666667%;
    align-items: center;
    justify-content: space-between;
    display: flex;
    gap: 20px;
}

    .moreProductListTitle h1 {
        margin-bottom: 0;
    }

.cartPricing .shopping {
    right: 20px;
}

    .cartPricing .shopping .fa-shopping-cart {
        position: relative;
    }

        .cartPricing .shopping .fa-shopping-cart .notification-badge {
            position: absolute;
            top: -15px;
            left: -12px;
        }

.messagenotification.msgNotification {
    bottom: -17px;
    right: 62px;
    display: block !important;
}

    .messagenotification.msgNotification a {
        font-family: "Oswald", "Arial", "Helvetica", sans-serif;
        font-size: 14px;
        align-items: center;
        display: inline-flex;
    }

    .messagenotification.msgNotification .fa-envelope {
        font-size: 17px;
        line-height: 17px;
    }

.addToCartAvialableQtyNew.seePriceLabel {
    left: 130px;
    right: 130px;
    text-align: center;
}

.suggestedAddressModal .modal-header, .homeFFLAlertWrap .modal-header, .categoryModal .modal-header {
    padding: 15px;
}

    .suggestedAddressModal .modal-header h4, .homeFFLAlertWrap .modal-header h4, .categoryModal .modal-header h4 {
        font-family: "Oswald", "Arial", "Helvetica", sans-serif;
        font-size: 20px;
        margin: 0;
        line-height: 26px;
        font-weight: 300;
        color: #000;
    }

.suggestedAddressModal p, .homeFFLAlertWrap p, .categoryModal p {
    margin-bottom: 15px;
}

    .suggestedAddressModal p:last-child, .homeFFLAlertWrap p:last-child, .categoryModal p:last-child {
        margin-bottom: 0;
    }

.suggestedAddressModal .sugAddressBox {
    position: relative;
    padding-left: 30px;
}

    .suggestedAddressModal .sugAddressBox ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .suggestedAddressModal .sugAddressBox ul li {
            margin-bottom: 7px;
        }

            .suggestedAddressModal .sugAddressBox ul li:last-child {
                margin-bottom: 0;
            }

.sugAddressBox .fa-home {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 18px;
    color: #5c724c;
}

.suggestedAddressModal .btn-default, .homeFFLAlertWrap .btn-default, .categoryModal .btn-default {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    padding: 8px 16px 10px;
    letter-spacing: 0.5px;
    background: transparent;
    border-color: #5c724c;
    color: #5c724c;
    box-shadow: none;
    border-width: 2px;
}

    .suggestedAddressModal .btn-default:hover, .homeFFLAlertWrap .btn-default:hover, .categoryModal .btn-default:hover {
        background: #5c724c;
        border-color: #5c724c;
        color: #fff;
    }

.suggestedAddressModal .modalGreenBtn, .homeFFLAlertWrap .modalGreenBtn, .categoryModal .modalGreenBtn {
    background: #5c724c;
    border-color: #5c724c;
    color: #fff;
}

    .suggestedAddressModal .modalGreenBtn:hover, .homeFFLAlertWrap .modalGreenBtn:hover, .categoryModal .modalGreenBtn:hover {
        background: #fff;
        color: #5c724c;
    }

.homeFFLAlertWrap, .categoryModal {
    font-size: 16px;
    line-height: 22px;
}

    .homeFFLAlertWrap .modal-dialog, .categoryModal .modal-dialog {
        max-width: 100%;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .homeFFLAlertWrap ul {
        margin: 0 0 15px;
        padding: 0;
        list-style-type: none;
    }

        .homeFFLAlertWrap ul li {
            margin-bottom: 10px;
            position: relative;
            padding-left: 20px !important;
        }

            .homeFFLAlertWrap ul li:before {
                content: '';
                background: #5c724c;
                width: 8px;
                height: 8px;
                border-radius: 20px;
                position: absolute;
                top: 7px;
                left: 0;
            }

            .homeFFLAlertWrap ul li:last-child {
                margin-bottom: 0;
            }

    .homeFFLAlertWrap .btn-default, .categoryModal .btn-default {
        padding: 6px 16px 8px;
    }

    .homeFFLAlertWrap .btn + .btn, .categoryModal .btn + .btn {
        margin-left: 15px;
    }

    .categoryModal .modal-body {
        padding: 30px 15px;
    }

    .categoryModal .form-control {
        line-height: 22px;
        padding: 11px 25px 11px 13px;
        height: auto;
        border: 1px solid #ccc;
        outline: none;
        transition: all 0.35s ease 0s;
        appearance: auto;
        -webkit-appearance: auto;
    }

        .categoryModal .form-control:focus {
            border-color: #5c724c;
        }

    .categoryModal label {
        font-weight: 600;
        font-size: 16px;
        color: #655D5B;
        margin: 0 0 5px;
    }

    .categoryModal .validation-msg {
        color: #df0000;
        margin-top: 3px;
        display: block;
    }

@media screen and (min-width: 991px) and (max-width: 1280px) {
    #searchWidget #carousel-example-captions .carousel-caption {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    #searchWidget #carousel-example-captions .carousel-inner > .item, #searchWidget #carousel-example-captions .carousel-inner > .item > a {
        height: 326px;
    }

    #searchWidget #carousel-example-captions .carousel-caption h3.productTitle {
        font-size: 18px;
        line-height: 26px;
        bottom: 85px;
        white-space: nowrap;
        text-overflow: ellipsis;
        left: 12px;
        right: 12px;
        overflow: hidden;
        text-align: left;
    }

    #searchWidget #carousel-example-captions .carousel-caption .loginMessageForPrice {
        bottom: 78px;
        font-size: 14px;
    }

    #searchWidget #carousel-example-captions .carousel-caption .addToCartButton {
        bottom: 37px;
    }

    #searchWidget #carousel-example-captions .carousel-caption .productMoreInfo {
        bottom: 35px;
    }

    #searchWidget #carousel-example-captions .carousel-caption .addToCartAvialableQtyNew {
        left: 12px;
        right: 12px;
        font-size: 14px;
        bottom: 13px;
    }

    #searchWidget #carousel-example-captions .carousel-caption .productPrice {
        margin: 0;
        bottom: 73px;
    }
}

@media screen and (max-width: 1200px) {
    .cartPricing .shopping {
        right: 40px;
        bottom: -16px;
    }

    .messagenotification.msgNotification {
        bottom: -19px;
        right: 82px;
    }
}

@media screen and (max-width: 991px) {
    .creat-listing-main .dropzone {
        flex-direction: row;
        justify-content: flex-start;
    }

        .creat-listing-main .dropzone .dz-preview {
            width: calc(20% - 18px);
        }

        .creat-listing-main .dropzone .dz-message {
            margin: 30px 0;
        }

    .moreProductListTitle {
        width: 100%;
    }

    header .messagenotification-mobile.msg_notification.messagenotification {
        display: none !important;
    }

    .messagenotification.msgNotification {
        bottom: -15px;
    }
}

@media screen and (max-width: 767px) {
    .e-commerce-list-row {
        flex-direction: column-reverse;
        row-gap: 20px;
        column-gap: 15px;
    }

    .e-commerce-product-filter {
        padding: 15px;
    }

        .e-commerce-product-filter h3 {
            margin-bottom: 12px;
        }

    .creat-listing-main .dropzone .dz-preview {
        width: calc(25% - 14px);
    }

    .moreProductListTitle .btn-default {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .messagenotification.msgNotification {
        display: none !important;
    }

    header .messagenotification-mobile.msg_notification.messagenotification {
        display: block !important;
    }

    .cartPricing .shopping {
        bottom: -5px;
        right: -75px;
    }
}

@media screen and (max-width: 575px) {
    .creat-listing-main .dropzone .dz-preview {
        width: calc(33.33% - 14px);
    }

    .suggestedAddressModal, .homeFFLAlertWrap, .categoryModal {
        padding: 15px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .creat-listing-main .dropzone .dz-preview {
        width: calc(46% - 14px);
    }

    .creat-listing-main .uploaded-image-group .uploaded-image {
        width: 140px;
        height: 140px;
    }

    .addToCartAvialableQtyNew.seePriceLabel {
        left: 15px;
        right: 15px;
        bottom: 59px;
    }
}
/* notification-preferences */
.notification-preferences .noti_custom-checkbox {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    height: 18px;
    margin-right: 7px;
}

    .notification-preferences .noti_custom-checkbox input[type="checkbox"] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
    }

    .notification-preferences .noti_custom-checkbox .noti_checkmark {
        display: inline-block;
        width: 18px;
        min-width: 18px;
        height: 18px;
        border-radius: 2px;
        border: 1px solid #5c734e;
        position: relative;
        z-index: 1;
        cursor: pointer;
    }

        .notification-preferences .noti_custom-checkbox .noti_checkmark::before {
            content: '';
            display: block;
            position: absolute;
            top: 2px;
            left: 6px;
            width: 5px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
            opacity: 0;
        }

    .notification-preferences .noti_custom-checkbox input:checked ~ .noti_checkmark {
        background-color: #5c734e;
    }

        .notification-preferences .noti_custom-checkbox input:checked ~ .noti_checkmark::before {
            opacity: 1;
        }

.notification-preferences .notification-content {
    max-width: 900px;
    width: 100%;
}

    .notification-preferences .notification-content .notification-head-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 25px;
    }

    .notification-preferences .notification-content h2 {
        color: #000;
        font-family: 'Oswald',sans-serif;
        font-size: 32px;
        font-weight: 600;
        line-height: 1.3;
        margin: 0;
    }

    .notification-preferences .notification-content .dis-noti-wrap {
        display: flex;
        align-items: center;
        column-gap: 8px;
    }

    .notification-preferences .notification-content .dis-noti-wrap {
        display: flex;
        font-family: 'lato',sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 0;
    }

        .notification-preferences .notification-content .dis-noti-wrap input {
            margin: 0;
        }

    .notification-preferences .notification-content .notifications-table {
        width: 100%;
    }

        .notification-preferences .notification-content .notifications-table thead tr th {
            text-align: center;
            font-weight: 500;
        }

            .notification-preferences .notification-content .notifications-table thead tr th label {
                display: flex;
                align-items: center;
                justify-content: center;
                color: #1e79c8;
                font-family: 'lato',sans-serif;
                flex-wrap: wrap;
                font-size: 14px;
                line-height: 1.5;
                min-width: max-content;
                margin-bottom: 0;
            }

                .notification-preferences .notification-content .notifications-table thead tr th label i {
                    margin-left: 5px;
                    display: inline-block;
                    color: #1e79c8;
                }

        .notification-preferences .notification-content .notifications-table thead tr th,
        .notification-preferences .notification-content .notifications-table tbody tr td {
            border: 1px solid #9d9d9d75;
            padding: 10px;
            color: #000;
            font-family: 'lato',sans-serif;
            flex-wrap: wrap;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.5;
        }

            .notification-preferences .notification-content .notifications-table tbody tr td:not(:first-child) {
                text-align: center;
            }

            .notification-preferences .notification-content .notifications-table tbody tr td strong {
                font-family: 'lato',sans-serif;
                flex-wrap: wrap;
                font-size: 16px;
                font-weight: 600;
                line-height: 1.5;
            }

.notification-preferences .checkmark-wrap {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
}


    .notification-preferences .checkmark-wrap .check-slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 34px;
        display: inline-block;
        border: 1px solid #ccc;
    }

        .notification-preferences .checkmark-wrap .check-slider:before {
            content: "";
            position: absolute;
            height: 16px;
            width: 16px;
            left: 2px;
            bottom: 1px;
            background-color: #ccc;
            -webkit-transition: .4s;
            transition: .4s;
            border-radius: 50%;
        }

.notification-preferences .notification-row .notification-switch input:checked ~ .checkmark-wrap .check-slider {
    background-color: #5c734e;
    border-color: #5c734e;
}

.notification-preferences .notification-row .notification-switch input:focus ~ .checkmark-wrap .check-slider {
    box-shadow: 0 0 1px #5c734e;
}

.notification-preferences .notification-row .notification-switch input:checked ~ .checkmark-wrap .check-slider:before {
    background-color: #fff;
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

.notification-preferences .notification-content .notification-box-main .notiheading-title {
    font-size: 24px;
    line-height: 36px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #101010;
    padding-bottom: 16px;
}

.notification-box {
    background-color: #FFFFFF80;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(210, 210, 210, 0.5);
    padding: 18px 24px;
    margin-bottom: 30px;
}

    .notification-box .notification-row {
        padding: 18px 0;
        border-bottom: 1px solid #D2D2D2;
        display: flex;
        align-items: center;
        gap: 20px;
        position: relative;
    }

    .notification-box .notification-inner-row {
        display: flex;
        align-items: center;
        gap: 20px;
        position: relative;
        width: 100%;
    }

    .notification-box .notification-row:first-child {
        padding-top: 0;
    }

    .notification-box .notification-row:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

.notification-row .notification-content {
    flex: 1;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    color: #101010;
    font-weight: 400;
}

    .notification-row .notification-content strong {
        font-size: 16px;
        line-height: 20px;
        color: #101010;
        font-weight: 600;
    }

    .notification-row .notification-content p {
        margin-bottom: 0;
    }

.notification-row .notification-switch {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

    .notification-row .notification-switch .check-noti-label {
        position: relative;
        width: 35px;
        height: 20px;
        margin-bottom: 0;
        cursor: pointer;
    }

        .notification-row .notification-switch .check-noti-label input {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            z-index: 1;
        }

            .notification-row .notification-switch .check-noti-label input:checked + .check-radio {
                background-color: #5c734e;
                border-color: #5c734e;
            }

                .notification-row .notification-switch .check-noti-label input:checked + .check-radio::after {
                    background-color: #fff;
                    -webkit-transform: translateX(14px);
                    -ms-transform: translateX(14px);
                    transform: translateX(14px);
                }

        .notification-row .notification-switch .check-noti-label .check-radio {
            border-radius: 20px;
            border: 1px solid #aaa;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

            .notification-row .notification-switch .check-noti-label .check-radio:after {
                content: "";
                position: absolute;
                height: 16px;
                width: 16px;
                left: 2px;
                bottom: 1px;
                background-color: #ccc;
                -webkit-transition: .4s;
                transition: .4s;
                border-radius: 50%;
            }

.notification-box.daily-box-notification {
    margin-bottom: 8px;
}

.notification-row .notification-switch .noti-get-point {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background-color: rgba(254, 212, 53, 0.4);
    padding: 5px 12px;
}

    .notification-row .notification-switch .noti-get-point span {
        display: inline-block;
        line-height: 0px;
        min-width: 21px;
        width: 21px;
        min-height: 21px;
        height: 21px;
    }

        .notification-row .notification-switch .noti-get-point span img {
            width: 100%;
            height: 100%;
        }

    .notification-row .notification-switch .noti-get-point strong {
        font-size: 18px;
        line-height: 26px;
        color: #101010;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
    }

.notification-content .notification-box-main:last-child .notification-box:last-child {
    margin-bottom: 0;
}

@media (max-width: 1280px) {
    .notification-box {
        padding: 16px 20px;
        margin-bottom: 26px;
    }

        .notification-box .notification-row {
            padding: 16px 0;
        }

    .notification-preferences .notification-content .notification-box-main .notiheading-title {
        font-size: 22px;
        line-height: 34px;
    }

    .notification-row .notification-switch .noti-get-point strong {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 1025px) {
    .notification-preferences .notification-row .notification-switch {
        pointer-events: none;
    }
    .notification-preferences .notification-row .notification-switch input {
        opacity: 0;
        position: absolute;
        width: 35px;
        max-width: 35px;
        height: 20px;
        max-height: 20px;
        cursor: pointer;
        top: 0;
        right: 0;
        left: auto;
        bottom: 0;
        margin: auto;
        z-index: 1;
        overflow: hidden;
        pointer-events: all;
        border-radius: 34px;
    }
}

@media (max-width: 1024px) {
    .notification-preferences .notification-row .notification-switch input {
        opacity: 0;
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .notification-preferences .notification-content h2 {
        font-size: 28px;
    }

    .notification-box {
        padding: 16px 16px;
        margin-bottom: 22px;
    }

        .notification-box .notification-row {
            padding: 12px 0;
        }

    .notification-row .notification-content strong {
        font-size: 15px;
        line-height: 18px;
    }

    .notification-preferences .notification-content .notification-box-main .notiheading-title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 12px;
    }

    .notification-row .notification-switch {
        gap: 16px;
    }

        .notification-row .notification-switch .noti-get-point {
            gap: 6px;
        }

            .notification-row .notification-switch .noti-get-point span {
                min-width: 18px;
                width: 18px;
                min-height: 18px;
                height: 18px;
            }

            .notification-row .notification-switch .noti-get-point strong {
                font-size: 14px;
                line-height: 18px;
            }
}

@media (max-width: 767px) {
    .notification-preferences .notification-content .notification-head-wrap {
        flex-direction: column;
    }

    .notification-preferences .notification-content h2 {
        font-size: 26px;
    }


    .notification-preferences .notification-content .notifications-table thead tr th,
    .notification-preferences .notification-content .notifications-table tbody tr td {
        padding: 10px 7px;
    }
}

@media (max-width: 480px) {
    .notification-preferences .notification-content .notification-box-main .notiheading-title {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 10px;
    }

    .notification-row .notification-content strong {
        font-size: 14px;
        line-height: 16px;
    }

    .notification-box {
        padding: 12px 12px;
    }

    .notification-box .notification-inner-row {
        gap: 10px;
    }

    .notification-row .notification-switch {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 6px;
    }

    .notification-row .notification-switch .noti-get-point {
        border-radius: 4px;
        background-color: rgba(254, 212, 53, 0.4);
        padding: 3px 10px;
    }

    .notification-row .notification-switch .noti-get-point strong{
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .notification-box {
        border-radius: 12px;
    }

    .notification-box .notification-row {
        gap: 12px;
    }
}

/*e-commerce-product-filter*/
.e-commerce-list-row {
    display: flex;
    gap: 20px;
}

    .e-commerce-list-row .e-com-col {
        padding-left: 0;
        padding-right: 0;
    }

.e-commerce-product-filter {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    border: solid 1px #cccccc;
}

    .e-commerce-product-filter h3 {
        color: #000;
        font-family: "oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 0;
    }

    .e-commerce-product-filter .e-com-filter-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 20px;
    }

        .e-commerce-product-filter .e-com-filter-head .clear-filter-btn {
            display: inline-block;
            padding: 5px 10px;
            background-color: #fff;
            border: 1px solid #637e31;
            color: #637e31;
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            border-radius: 5px;
            transition: all 0.3s linear;
        }

            .e-commerce-product-filter .e-com-filter-head .clear-filter-btn:hover {
                color: #fff;
                background-color: #637e31;
            }

    .e-commerce-product-filter .select2-container {
        display: block;
        width: 100% !important;
        margin-bottom: 15px;
    }

        .e-commerce-product-filter .select2-container:last-child {
            margin-bottom: 0;
        }

        .e-commerce-product-filter .select2-container .selection .select2-selection {
            min-height: 40px;
        }

    .e-commerce-product-filter .select2-container--open .selection .select2-selection,
    .e-commerce-product-filter .select2-container--focus .selection .select2-selection {
        border-color: #5c724c;
    }

    .e-commerce-product-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        min-height: 40px;
    }

    .e-commerce-product-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 8px;
    }
/* payment-method-card */

.payment-method-card {
    padding: 15px 20px 20px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    min-height: 330px;
}

    .payment-method-card .pay-card-title {
        color: #637e31;
        font-family: "Oswald", sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 24px;
        margin-top: 0;
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .payment-method-card .acc-info-wrap {
        font-family: "Lato", "Arial", "Helvetica", sans-serif;
        font-size: 16px;
        line-height: 24px;
    }

        .payment-method-card .acc-info-wrap .acc-info-data {
            display: flex;
            justify-content: space-between;
            gap: 15px;
            margin-bottom: 15px;
        }

            .payment-method-card .acc-info-wrap .acc-info-data p {
                margin-bottom: 0;
            }

                .payment-method-card .acc-info-wrap .acc-info-data p strong {
                    color: #637e31;
                    font-weight: 600;
                    margin-right: 2px
                }

    .payment-method-card .addPaymentMethod {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        position: absolute;
        top: 14px;
        right: 21px;
        padding: 3px 15px;
    }

    .payment-method-card button {
        border: 1px solid #637e31;
        border-radius: 4px;
        background-color: #fff;
        color: #637e31;
        cursor: pointer;
    }

    .payment-method-card .pay-frame-btn {
        margin-top: 5px;
        padding: 5px 15px;
    }

    .payment-method-card button:hover {
        color: #fff;
        background-color: #637e31;
    }

    .payment-method-card .no-bill-text {
        color: #a7a7a7;
        font-family: "Lato", "Arial", "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }

    .payment-method-card .pay-card-note {
        margin-bottom: 0;
        font-family: "Lato", "Arial", "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

        .payment-method-card .pay-card-note strong {
            font-weight: 600;
        }

    .payment-method-card #submitPaymentDetail {
        width: 100%;
        max-width: 65%;
    }

.social-media-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

    .social-media-icon li img {
        border-radius: 4px;
    }


/*uploadImgTip*/
.uploadImgTip {
    margin: 0 0 24px;
    background: rgba(92, 115, 78, 0.2);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    gap: 25px;
    align-items: center;
    display: flex;
}

    .uploadImgTip .uploadImgInfo {
        flex: 1;
        font-size: 16px;
        line-height: 24px;
        color: #404040;
    }

    .uploadImgTip img {
        width: 170px;
        border-radius: 10px;
    }

.uploadImgInfo p {
    margin: 0 0 15px;
}

    .uploadImgInfo p strong {
        color: #333;
    }

    .uploadImgInfo p:last-child {
        margin-bottom: 0;
    }
/*End uploadImgTip*/

.listingInfoFrom input.form-control-static, .listingInfoFrom select.form-control-static {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    box-sizing: border-box;
    outline: none !important;
}

.listingInfoFrom .form-group label {
    margin-right: 5px;
}

.ml-25 {
    margin-left: 25px;
}

.accBillingNote {
    display: block;
    padding: 10px 15px;
    margin: 7px 0 22px;
    color: #589b54;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    background: rgba(211, 211, 211, 0.3);
    border-radius: 5px;
    border: 1px solid rgba(88, 155, 84, 0.47);
}

.accFLPBillingNote {
    display: block;
    padding: 10px 15px;
    margin: 0 0 20px;
    color: #589b54;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 5px;
    border: 1px solid rgba(88, 155, 84, 0.35);
}

.earn-point-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 15px;
    column-gap: 6px;
    color: #5C724C;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 1px dashed #5C724C;
    border-radius: 4px;
    margin-left: auto;
    transition: all 0.3s linear;
    width: 100%;
    margin-top: 15px;
}

    .earn-point-link:hover {
        color: #000;
        border-color: #000;
    }

@media (max-width: 991px) {
    .payment-method-card #submitPaymentDetail {
        width: 100%;
        max-width: 100%;
    }

    .earn-point-link {
        padding: 4px 10px;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .uploadImgTip {
        padding: 15px;
        gap: 20px;
    }

        .uploadImgTip .uploadImgInfo {
            font-size: 14px;
            line-height: 20px;
        }

    .uploadImgInfo p {
        margin: 0 0 10px;
    }

    .listingInfoFrom br {
        display: none;
    }
}

@media (max-width: 479px) {
    .payment-method-card {
        padding: 15px;
    }

        .payment-method-card:has(#divPaymentMethod[style="display: none;"]) .pay-card-title {
            padding-bottom: 15px;
        }

        .payment-method-card .pay-card-title {
            padding-bottom: 55px;
            text-align: center;
        }

        .payment-method-card .addPaymentMethod {
            top: 52px;
            right: 0;
            left: 0;
            margin: 0 auto;
            width: max-content;
        }

    .social-media-icon li h3 {
        padding-left: 7px !important;
    }

    .social-media-icon li img {
        width: 30px;
        height: 100%;
    }

    ul.card-detail-list li.card-detail .profile-card h3 {
        min-height: inherit;
    }

    .uploadImgTip {
        gap: 17px;
        flex-direction: column;
        justify-content: center;
    }

        .uploadImgTip img {
            width: 180px;
        }
}

@media (max-width: 359px) {
    .social-media-icon li img {
        width: 26px;
        height: 100%;
    }
}

.referral-qr-box .mr-left {
    font-size: 18px;
    margin-left: 15px !important;
    line-height: 22px;
}
    /*.referral-qr-box .referral-link-wrap {
    display: flex;
    align-items: center;
    gap:10px;
}*/
    .referral-qr-box .mr-left .qr-label {
        color: #655D5B;
        margin: 10px 0;
    }

    .referral-qr-box .mr-left .referral-link {
        font-size: 18px;
        line-height: 22px;
        color: #5c734e;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle;
        /*max-width: 65%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;*/
    }

    .referral-qr-box .mr-left .continue-btn {
        padding: 0px;
    }

    .referral-qr-box .mr-left .pv-btn-group {
        justify-content: flex-start;
        cursor: pointer;
    }

    .referral-qr-box .mr-left .continue-btn a.btn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px 15px 8px;
        border-radius: 4px;
    }

        .referral-qr-box .mr-left .continue-btn a.btn.btn-default {
            background-color: transparent;
            border: 1px solid #5c724c;
            color: #5c724c;
        }

    .referral-qr-box .mr-left .qr-link-img {
        cursor: pointer;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin-top: 0px;
        margin-right: 5px;
        object-fit: cover;
    }

.row.back-ground div#divReferralQrCode.referralscan {
    flex-wrap: wrap;
}

    .row.back-ground div#divReferralQrCode.referralscan .mr-left {
        flex: 1;
    }

.referral-qr-box .mr-left .pv-btn-group #copyLink .qr-link-img {
    margin-left: 7px;
    margin-right: 0px;
    height: 20px;
    width: 20px;
}

.referral-qr-box .scan-wrap {
    margin-top: 15px;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    /*border-top: 2px dashed #5c734e;*/
}

    .referral-qr-box .scan-wrap p {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
    }

    .referral-qr-box .scan-wrap .giftscan_icon {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-width: 30px;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background-color: #637e31;
    }

        .referral-qr-box .scan-wrap .giftscan_icon img {
            max-width: 70%;
            width: 70%;
        }

    .referral-qr-box .scan-wrap p span {
        color: #000;
        font-weight: 900;
        font-size: 20px;
        line-height: 24px;
        margin: 0 4px;
        display: inline-block;
    }
/* Sidebar SearchWidgetSidebar*/
.searchWidgetSidebar#searchWidget {
    width: 100% !important;
}

.backToList {
    display: inline-flex;
    vertical-align: middle;
    font-size: 17px;
    line-height: 20px;
    align-items: center;
    transition: all 0.3s ease 0s;
    color: #5c734e;
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    letter-spacing: 0.35px;
}

    .backToList span {
        display: inline-block;
        position: relative;
    }

        .backToList span:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: -1px;
            border-bottom: 1px solid;
            transition: all 0.3s ease 0s;
        }

    .backToList:hover span:before {
        opacity: 0;
    }



    .backToList i {
        margin-right: 7px;
        font-size: 19px;
        line-height: 15px;
        transition: all 0.3s ease 0s;
        position: relative;
        left: 0;
    }

    .backToList:hover i {
        left: -3px;
    }

    .backToList:hover {
        color: #000;
    }

/*Top Category List*/
.topCategoryList {
    padding: 30px 0;
}

    .topCategoryList .container-fluid {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 110px;
    }

        .topCategoryList .container-fluid:before, .topCategoryList .container-fluid:after {
            display: none;
        }

    .topCategoryList a {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        color: #e5e0bf;
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    }

        .topCategoryList a i {
            font-size: 26px;
            margin-top: 7px;
            display: block;
        }

.topCategorySlider {
    display: none;
    padding: 15px;
}
/*END*/

/*Footer Gun Deals*/
.gunDealsWrap {
    padding: 30px 0;
    background: #ff0000;
    color: #fff;
}

    .gunDealsWrap .container-fluid {
        max-width: 960px;
        gap: 24px;
        align-items: center;
        display: flex;
    }

    .gunDealsWrap .gunDealsInfo {
        flex: 1;
        text-align: left;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
    }

        .gunDealsWrap .gunDealsInfo h2 {
            font-size: 30px;
            line-height: 36px;
            font-weight: 500;
            margin: 0 0 10px;
        }

        .gunDealsWrap .gunDealsInfo p {
            margin: 0 !important;
        }

    .gunDealsWrap .container-fluid:before, .gunDealsWrap .container-fluid:after {
        display: none;
    }

    .gunDealsWrap .gunDealsForm {
        width: 40%;
        max-width: 100%;
    }

.gunDealsForm .input-wrap {
    position: relative;
}

.gunDealsForm .input-fild input {
    padding: 12px 125px 12px 15px;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    color: #000;
    outline: none;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

    .gunDealsForm .input-fild input::-webkit-input-placeholder {
        color: #888;
    }

    .gunDealsForm .input-fild input::-moz-placeholder {
        color: #888;
    }

    .gunDealsForm .input-fild input:-ms-input-placeholder {
        color: #888;
    }

    .gunDealsForm .input-fild input:-moz-placeholder {
        color: #888;
    }

    .gunDealsForm .input-fild input:focus {
        box-shadow: 0 0 0 3px rgba(78, 115, 82, 0.35);
    }

.gunDealsWrap .gunDealsForm .btn {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #000000;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding: 12px 16px 12px;
    letter-spacing: 0.5px;
    box-shadow: none;
    min-width: 108px;
    border-radius: 0 5px 5px 0;
}

    .gunDealsWrap .gunDealsForm .btn:hover {
        color: #000;
        background: #9abca1;
    }
/*END*/

/*comment box style*/
.panel.comment_box_wrap .panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

    .panel.comment_box_wrap .panel-heading strong {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .panel.comment_box_wrap .panel-heading strong .ph_name {
            color: #637e31;
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            overflow: hidden;
            max-width: 200px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .panel.comment_box_wrap .panel-heading strong .replied_user_name {
            color: #4f4f4f;
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            max-width: 160px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin-left: 3px;
        }

            .panel.comment_box_wrap .panel-heading strong .replied_user_name .fa-reply {
                transform: rotateY(180deg);
                font-size: 12px;
                line-height: 20px;
                margin-left: 3px;
            }

    .panel.comment_box_wrap .panel-heading p {
        color: rgba(0,0,0,0.85);
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
        min-width: 105px;
    }

    .panel.comment_box_wrap .panel-heading .ph-right_wrap span {
        color: rgba(0,0,0,0.65);
        font-size: 12px;
        line-height: 1;
        display: block;
        margin-top: 3px;
    }

    .panel.comment_box_wrap .panel-heading .fa-user-circle {
        color: rgba(0,0,0,0.32);
        font-size: 25px;
        line-height: 25px;
    }

.panel.comment_box_wrap .blogCommentReplybtn {
    background: none;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-size: 14px;
    line-height: 1;
}

    .panel.comment_box_wrap .blogCommentReplybtn i {
        font-size: 14px;
        line-height: 1;
    }

.panel.comment_box_wrap .like-icon {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .panel.comment_box_wrap .like-icon i {
        color: #0284fe;
        font-size: 18px;
        line-height: 1;
    }

    .panel.comment_box_wrap .like-icon label {
        margin-bottom: 0;
    }

.panel.comment_box_wrap .panel-body .comment_text_wrap p {
    flex-grow: 1;
    max-width: calc(100% - 80px);
    margin-bottom: 0;
    word-break: break-word;
}

.panel.comment_box_wrap .panel-body .comment_text_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.panel.comment_box_wrap .reply_bottom_box {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.panel.comment_box_wrap .inner-reply-box {
    width: calc(100% - 55px);
    margin: 0 10px 15px auto;
    border: none;
    background-color: #cccccc2b;
    border-radius: 10px;
    padding-bottom: 1px;
    box-shadow: 1px 2px 7px 1px #ccc;
    border: 1px solid #eaeaea;
}

    .panel.comment_box_wrap .inner-reply-box .panel-heading {
        background-color: transparent !important;
        border-bottom: 1px solid #ccc;
    }

.panel.comment_box_wrap .replyBox .inner_comment_box {
    display: flex;
    align-items: center;
    padding: 0 10px;
    gap: 15px;
}

.panel.panel-danger.inner-reply-box {
    border-color: #ebccd1;
}

    .panel.panel-danger.inner-reply-box .panel-heading {
        background-color: #f2dede !important;
        border-color: #ebccd1;
    }

.panel.comment_box_wrap .replyBox .inner_comment_box .textarea_comment {
    flex-grow: 1;
}

    .panel.comment_box_wrap .replyBox .inner_comment_box .textarea_comment .emoji-picker-container {
        margin-bottom: 0;
    }

        .panel.comment_box_wrap .replyBox .inner_comment_box .textarea_comment .emoji-picker-container .emoji-wysiwyg-editor {
            padding-right: 50px;
            word-break: break-word;
        }

        .panel.comment_box_wrap .replyBox .inner_comment_box .textarea_comment .emoji-picker-container .emoji-picker-icon {
            top: 8px;
            right: 20px;
        }

            .leave-a-comment_box .lead.emoji-picker-container .emoji-picker-icon:before,
            .panel.comment_box_wrap .replyBox .inner_comment_box .textarea_comment .emoji-picker-container .emoji-picker-icon::before {
                color: #eaa904;
            }

.panel.comment_box_wrap .replyBox .inner_comment_box h4 {
    padding: 0 15px;
}

.panel.comment_box_wrap .replyBox .inner_comment_box textarea {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 5px 10px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ccc;
    background-color: transparent;
    outline: none;
    border-radius: 0;
}

    .panel.comment_box_wrap .replyBox .inner_comment_box textarea:focus {
        border-color: #111;
    }

.panel.comment_box_wrap .inner-reply-box .comment_submit_button {
    min-width: 80px;
}

.panel.comment_box_wrap .replyBox .inner_comment_box .comment_submit_button button {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.panel.comment_box_wrap .ph-right_wrap {
    display: flex;
    align-items: center;
}

    .panel.comment_box_wrap .ph-right_wrap .ph_status_wrap {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #ccc;
        display: flex;
        align-items: center;
        gap: 6px;
    }

.panel.comment_box_wrap .ph_status_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff !important;
    border-radius: 20px;
    padding: 5px 10px 6px;
}

    .panel.comment_box_wrap .ph_status_wrap a.ph_approve_btn {
        background-color: #637e31;
    }

    .panel.comment_box_wrap .ph_status_wrap a.ph_reject_btn {
        background-color: #cc2127;
    }

    .panel.comment_box_wrap .ph_status_wrap a.ph_ghost_btn {
        background-color: #337ab7;
    }

    .panel.comment_box_wrap .ph_status_wrap a.ph_unghost_btn {
        background-color: #000000;
    }
/*comment box style*/
/* NewSubscriberModal */

#NewSubscriberModal .modal-dialog {
    margin: auto;
    max-width: calc(100% - 30px);
    min-height: 100vh;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #NewSubscriberModal .modal-dialog .modal-content {
        box-shadow: none;
        border: none;
        border-radius: 15px;
    }

        #NewSubscriberModal .modal-dialog .modal-content .modal-header {
            padding: 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom-color: #c2c2c2;
        }

            #NewSubscriberModal .modal-dialog .modal-content .modal-header #HeadingNewSubscriberModal {
                color: #655d5b;
                font-size: 18px;
                font-weight: 500;
                line-height: 28px;
                margin-bottom: 0;
                margin-top: 0;
            }

            #NewSubscriberModal .modal-dialog .modal-content .modal-header .close {
                width: 32px;
                height: 32px;
                border-radius: 16px;
                overflow: visible;
                background: #ccc;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 5px;
                opacity: 1;
            }

        #NewSubscriberModal .modal-dialog .modal-content .modal-body {
            padding: 15px 20px;
        }

            #NewSubscriberModal .modal-dialog .modal-content .modal-body p {
                color: rgb(101, 93, 91);
                font-size: 16px;
                font-weight: 400;
                line-height: 20px;
                margin-bottom: 10px;
            }

                #NewSubscriberModal .modal-dialog .modal-content .modal-body p:last-child {
                    margin-bottom: 0;
                }

.blog_list_wrap .news-read-more a {
    padding: 5px 20px 7px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    background-color: #637e31;
    border: 1px solid #637e31;
    border-radius: 20px;
    margin-left: auto;
    margin-bottom: 5px;
}

.blog_list_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (max-width:991px) {
    .referral-qr-box .mr-left .continue-btn a.btn {
        padding: 6px 9px 8px;
        width: auto;
        min-height: 42px;
    }

    .topCategoryList .container-fluid {
        justify-content: space-between;
        gap: inherit;
    }

    .topCategoryList a {
        font-size: 16px;
        line-height: 22px;
    }

        .topCategoryList a i {
            font-size: 24px;
        }

    .gunDealsWrap .gunDealsForm {
        width: 45%;
    }

    #NewSubscriberModal .modal-dialog .modal-content .modal-body {
        padding: 10px 15px;
    }

    .topCategoryList {
        display: none !important;
    }

    .referral-qr-box .scan-wrap p {
        font-size: 18px;
    }

        .referral-qr-box .scan-wrap p span {
            font-size: 18px;
        }
}

@media screen and (max-width:767px) {
    .gunDealsWrap {
        padding: 24px 0;
        text-align: center;
    }

        .gunDealsWrap .container-fluid {
            display: block;
        }

        .gunDealsWrap .gunDealsInfo {
            text-align: center;
        }

        .gunDealsWrap .gunDealsForm {
            width: 480px;
            margin: 20px auto 0;
            max-width: 100%;
        }

    .panel.comment_box_wrap .blogCommentReplybtn i {
        font-size: 12px;
    }
}

@media (max-width:576px) {
    .referral-qr-box .mr-left .pv-btn-group {
        flex-direction: unset;
        justify-content: center;
    }

    .referral-qr-box {
        flex-direction: column !important;
        text-align: center !important;
    }

        .referral-qr-box .mr-left {
            font-size: 16px;
            margin-top: 15px;
            margin-left: 0px !important;
            line-height: 20px;
        }

    .gunDealsWrap .gunDealsInfo h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .gunDealsWrap .gunDealsInfo {
        font-size: 15px;
    }

    .referral-qr-box .scan-wrap p {
        font-size: 16px;
        line-height: 20px;
    }

        .referral-qr-box .scan-wrap p span {
            font-size: 16px;
            line-height: 20px;
        }

    .referral-qr-box .scan-wrap {
        margin-top: 12px;
        padding-top: 10px;
    }
}

@media (max-width:375px) {
    .panel.comment_box_wrap .ph-right_wrap .ph_status_wrap {
        flex-direction: column;
    }
}

/* Header CSS */
.mainHeaderTop {
    min-height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 10px 0;
    background: url(../images/bg-body.png) repeat;
    background-color: #0a0a0a;
    width: 100%;
    -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.32);
    box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.32);
}

.mainHeader {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.mainHeaderTop .mainHeader .headerlogo {
    max-width: 260px;
}

    .mainHeaderTop .mainHeader .headerlogo img {
        width: 100%;
        height: auto;
    }

.mainHeaderTop .mainHeader .headerform {
    position: relative; /*margin-right: 10px; margin-left: 60px;*/
}

.mainHeaderTop .mainHeader .searchtext-box {
    background-color: #ffffff;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    padding: 5px 55px 5px 15px;
    border-radius: 4px;
    height: 50px;
    width: 100%;
    outline: none;
    border: 0px;
}

.mainHeaderTop .mainHeader .searchBtn {
    position: absolute;
    background: none;
    padding: 0px;
    margin: 0px;
    color: #5d734d;
    border: 0px;
    right: 15px;
    top: 10px;
    cursor: pointer;
    transition: all 0.5s;
}

    .mainHeaderTop .mainHeader .searchBtn.search_icon_wrap svg {
        max-width: 30px;
        width: 30px;
        min-width: 30px;
    }

        .mainHeaderTop .mainHeader .searchBtn.search_icon_wrap svg path {
            transition: all 0.5s;
        }

    .mainHeaderTop .mainHeader .searchBtn.search_icon_wrap:hover svg path {
        fill: #000;
    }

.mainHeaderTop .mainHeader .createlistBtn {
    font: 300 22px / 26px "Oswald", "Arial", "Helvetica", sans-serif;
    color: #e5e0bf;
    border: 2px solid #e5e0bf;
    border-radius: 4px;
    padding: 10px 15px;
    transition: all 0.5s;
}

    .mainHeaderTop .mainHeader .createlistBtn .listBtn-label {
        margin-right: 10px;
    }

    .mainHeaderTop .mainHeader .createlistBtn:hover {
        border: 2px solid #d3cb93;
        color: #d3cb93;
        transition: all 0.5s;
    }
/* .mainHeaderTop .headloginDetail{ margin-left: 50px; text-align: right; } */
.mainHeaderTop .headlogin-before .premiumacc-link {
    display: inline-block;
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    color: #2F2D24;
    background-color: #e5e0bf;
    font-size: 18px;
    line-height: 22px;
    border-radius: 4px;
    padding: 14px 15px;
    transition: all 0.5s;
    outline: none;
}

.mainHeaderTop .headlogin-before .loginacc-link {
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    font-weight: 400;
    color: #2F2D24;
    color: #e5e0bf;
    font-size: 18px;
    border-radius: 4px;
    padding: 3px 15px;
    transition: all 0.5s;
    margin-left: 10px;
    transition: all 0.5s;
}

.mainHeaderTop .headlogin-before .premiumacc-link:hover {
    transition: all 0.5s;
    background-color: #d3cb93;
}

.mainHeaderTop .headlogin-before .loginacc-link:hover {
    transition: all 0.5s;
    color: #d3cb93;
}

.mainHeaderTop .headlogin-before i {
    font-size: 24px;
    font-family: FontAwesome;
    font-weight: normal;
    margin-right: 5px;
}

.mainHeaderTop .headlogin-before .premiumacc-link i {
    display: none;
}

.headlogin-after {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: nowrap;
}

    .headlogin-after .userlink-dropdown {
        width: 60px;
        border: 2px solid #e5e0bf;
        border-radius: 4px;
        text-align: left;
        cursor: pointer;
        position: relative;
    }

        .headlogin-after .userlink-dropdown .userlink-main {
            padding: 10px 12px;
            display: block;
            height: 40px;
            font-size: 18px;
            line-height: 20px;
        }

            .headlogin-after .userlink-dropdown .userlink-main .fa-user {
                color: #e5e0bf;
                font-size: 18px;
                font-family: FontAwesome !important;
                font-weight: normal !important;
            }

            .headlogin-after .userlink-dropdown .userlink-main::before {
                content: '';
                border: solid #e5e0bf;
                border-width: 0 2px 2px 0;
                display: inline-block;
                padding: 3px;
                position: absolute;
                right: 12px;
                top: calc(50% - 2px);
                transform: translateY(-50%) rotate(45deg);
            }

.userlink-list {
    position: absolute;
    padding: 10px;
    margin: 0;
    list-style: none;
    background: #fff;
    top: calc(100% - -9px);
    right: -10px;
    border-radius: 5px;
    min-width: 165px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}

    .userlink-list:before {
        content: '';
        position: absolute;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 7px 7px 4px;
        border-color: transparent transparent #fff transparent;
        transform: rotate(5deg);
        top: -6px;
        right: 20px;
    }

    .userlink-list li {
        background: #E5E0BF;
        border-radius: 4px;
        margin-bottom: 5px;
        display: block;
    }

        .userlink-list li:last-child {
            margin-bottom: 0px;
        }

        .userlink-list li .userlist-link {
            font-family: "Oswald", "Arial", "Helvetica", sans-serif;
            font-size: 16px;
            padding: 7px 10px;
            color: #2F2D24;
            display: block;
        }

.powerserach {
    display: block;
    border-top: 1px solid rgba(229, 224, 191, 0.5);
    padding-top: 2px;
    margin-top: 7px;
    font-size: 18px;
}

    .powerserach .powerserach-link {
        font-family: "Oswald", "Arial", "Helvetica", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        color: #e5e0bf;
        text-transform: uppercase;
        display: inline-flex;
        gap: 6px;
        align-items: center;
    }

.userinformation {
    text-align: left;
}

    .userinformation .userguide .usermessage {
        font-family: "Oswald", "Arial", "Helvetica", sans-serif;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        vertical-align: middle;
        color: #e5e0bf;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid rgba(229, 224, 191, 0.5);
        position: relative;
    }

        .userinformation .userguide .usermessage span {
            position: absolute;
            top: -13px;
            left: -10px;
            background-color: #ff0000;
            color: #FFF;
            font-size: 10px;
            line-height: 13px;
            border-radius: 100%;
            height: 17px;
            min-width: 17px;
            padding: 1px 3px 2px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .userinformation .userguide {
        font-size: 18px;
    }

        .userinformation .userguide .fa-envelope {
            font-family: 'FontAwesome';
            font-weight: normal;
        }

.usercart {
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    vertical-align: middle;
    color: #e5e0bf;
}

    .usercart i {
        position: relative;
        font-family: FontAwesome;
        font-weight: normal;
        font-size: 16px;
        cursor: pointer;
    }

    .usercart:after {
        display: none !important;
    }

    .usercart .notificationBadge {
        font-family: "Oswald", "Arial", "Helvetica", sans-serif;
        position: absolute;
        background-color: #ff0000;
        color: #ffffff;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        height: 17px;
        min-width: 17px;
        left: -8px;
        top: -11px;
        padding: 1px 3px 2px;
        text-align: center;
        font-size: 10px;
        line-height: 13px;
        cursor: pointer;
    }

    .usercart .cartTotal {
        display: inline-block;
        margin: 0;
        cursor: pointer;
    }

.mainHeader .hdright-side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.hdright-side .navbar-toggler {
    background-color: transparent;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    min-width: 35px;
    min-height: 35px;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    display: none;
}

    .hdright-side .navbar-toggler .nav-line {
        display: inline-block;
        width: 30px;
        height: 2px;
        background-color: #e5e0bf;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        /* transition: all 0.3s ease; */
    }

    .hdright-side .navbar-toggler.on .nav-line {
        position: absolute;
    }

        .hdright-side .navbar-toggler.on .nav-line:nth-child(2) {
            opacity: 0;
            visibility: hidden;
        }

        .hdright-side .navbar-toggler.on .nav-line:nth-child(1) {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
        }

        .hdright-side .navbar-toggler.on .nav-line:nth-child(3) {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
        }

.navbar-menu {
    position: fixed;
    top: -100vh;
    left: 0;
    right: 0;
    z-index: 88;
    min-height: calc(100vh - 50px);
    max-height: calc(100vh - 50px);
    overflow: auto;
    background-color: #e5e0bf;
    list-style: none;
    transition: top 0.3s ease;
    padding: 8px 15px;
    background: url(../images/bg-body.png) repeat;
    background-color: #0a0a0a;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

    .navbar-menu.active {
        top: 53px;
    }

    .navbar-menu .navbar-menu-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .navbar-menu .navbar-menu-list .nav-item {
            padding: 10px 2px;
        }

            .navbar-menu .navbar-menu-list .nav-item .nav-link {
                display: inline-block;
                color: #fff;
                font-family: "Oswald", sans-serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 21px;
            }

.mainHeader .form-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

#searchMobileView {
    display: none;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .withoutlogin .mainHeaderTop {
        padding: 17px 0px;
    }
}

.mes-dropdown-wrap .dropdown-menu ul {
    padding: 0 !important;
}

    .mes-dropdown-wrap .dropdown-menu ul li {
        margin-bottom: 5px;
    }

        .mes-dropdown-wrap .dropdown-menu ul li:last-child {
            margin-bottom: 0;
        }

        .mes-dropdown-wrap .dropdown-menu ul li a {
            font-family: "Oswald", "Arial", "Helvetica", sans-serif;
            font-size: 16px;
            padding: 7px 10px;
            color: #2F2D24;
            display: block;
            background-color: rgb(99 126 49 / 40%);
            border-radius: 4px;
            transition: all 0.3s linear;
        }

            .mes-dropdown-wrap .dropdown-menu ul li a:hover {
                color: #fff;
                background-color: rgb(99 126 49 / 100%);
            }

            .mes-dropdown-wrap .dropdown-menu ul li a i {
                font-size: 16px;
                line-height: 1;
                margin-right: 8px;
            }
/* dropdown style end*/

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .withoutlogin .mainHeaderTop {
        padding: 17px 0px;
    }
}

@media screen and (max-width: 1200px) {
    .mainHeaderTop .mainHeader .headerlogo {
        max-width: 180px;
    }

    .mainHeader .hdright-side {
        gap: 20px;
    }

    .mainHeaderTop .mainHeader .searchtext-box {
        height: 46px;
        padding: 5px 55px 5px 12px;
    }

    .mainHeaderTop .mainHeader .searchBtn {
        top: 8px;
    }

    .mainHeaderTop .mainHeader .createlistBtn {
        padding: 8px 12px;
    }

    .mainHeaderTop .headlogin-before .premiumacc-link {
        padding: 12px 12px;
    }

    .mainHeaderTop .headlogin-before .loginacc-link {
        padding: 3px 12px;
    }

    .Cartdropdown {
        right: 15px;
    }

    .panel.comment_box_wrap .panel-heading strong .ph_name {
        max-width: 150px;
    }

    .panel.comment_box_wrap .panel-heading strong .replied_user_name {
        max-width: 115px;
    }
}

@media screen and (min-width: 992px) {
    .navbar-menu, .searchmobile {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .navbar-menu .navbar-menu-list .nav-item .nav-link {
        padding: 0px;
        text-transform: capitalize;
    }

    .searchmobile {
        border: 1px solid #e5e0bf;
        color: #e5e0bf;
        border-radius: 100%;
        text-align: center;
        font-size: 18px;
        padding: 7px;
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .searchmobile svg {
            width: 18px;
            height: 18px;
        }

    .mainHeaderTop .mainHeader .headerlogo {
        max-width: 160px;
        margin-right: auto;
    }

    .mainHeaderTop .mainHeader .headerform .search-wrap {
        display: none !important;
    }

    .mainHeaderTop .mainHeader .createlistBtn {
        border-width: 1px;
        outline: none;
        font-size: 18px;
        border-radius: 100%;
        padding: 3px;
        height: 35px;
        width: 35px;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

        .mainHeaderTop .mainHeader .createlistBtn:hover {
            border: 1px solid #e5e0bf;
        }

        .mainHeaderTop .mainHeader .createlistBtn .listBtn-label {
            display: none;
        }

    .mainHeaderTop .mainHeader .searchBtn {
        padding: 5px;
        height: 38px;
        width: 35px;
        top: 9px;
        right: 20px;
    }

        .mainHeaderTop .mainHeader .searchBtn.search_icon_wrap svg {
            max-width: 22px;
            width: 22px;
            min-width: 22px;
        }

    .search-open .topCategorySlider {
        display: block !important;
    }

    .search-open #searchMobileView {
        width: 100%;
        display: block;
        z-index: 99;
        margin: 0 auto;
        padding: 10px 15px;
        background-color: #2f2d24;
    }

        .search-open #searchMobileView .search-wrap {
            position: relative;
        }

        .search-open #searchMobileView .headerform {
            max-width: 280px;
            margin: 0 auto;
        }

        .search-open #searchMobileView .searchtext-box {
            background-color: #ffffff;
            color: #000;
            font-size: 18px;
            line-height: 1.2;
            padding: 5px 55px 5px 15px;
            border-radius: 4px;
            height: 50px;
            width: 100%;
            outline: none;
            border: 0px;
        }

        .search-open #searchMobileView .searchBtn {
            position: absolute;
            background: none;
            padding: 0px;
            margin: 0px;
            color: #5d734d;
            font-size: 30px;
            line-height: 1;
            border: 0px;
            right: 15px;
            top: 9px;
            cursor: pointer;
            transition: all 0.5s;
        }

            .search-open #searchMobileView .searchBtn.search_icon_m_wrap svg {
                max-width: 30px;
                width: 30px;
                min-width: 30px;
            }

    .close-search-bar {
        display: inline-block;
        background: transparent;
        width: 30px;
        height: 30px;
        position: absolute;
        border-radius: 20px;
        border: none;
        opacity: 1;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
        outline: none;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }

        .close-search-bar:before, .close-search-bar:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            left: 0;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
            background: #2F2D24;
        }

        .close-search-bar:before {
            width: 16px;
            height: 2px;
        }

        .close-search-bar:after {
            width: 2px;
            height: 16px;
        }

    .mainHeaderTop .mainHeader .searchBtn:hover {
        color: #d3cb93;
    }

    .mainHeaderTop .headlogin-before .premiumacc-link {
        padding: 8px 12px;
        font-size: 16px;
        line-height: 20px;
    }

    .mainHeaderTop .headlogin-before .loginacc-link {
        font-size: 16px;
    }

    .mainHeaderTop .headlogin-before .loginacc-link {
        padding: 3px 8px;
    }

    .powerserach {
        display: none !important;
    }

    .headlogin-after {
        gap: 20px;
    }

        .headlogin-after .userlink-dropdown {
            width: 35px;
            height: 35px;
            border-radius: 100%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            border-width: 1px;
        }

            .headlogin-after .userlink-dropdown .userlink-main::before {
                display: none;
            }

    /*.headlogin-after .userlink-dropdown .userlink-main {
                padding: 0;
            }*/

    .userinformation .userguide .usermessage {
        border: none;
        margin: 0;
        padding: 0;
    }

    .userinformation .userguide {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .userinformation .userguide i {
            position: relative;
            font-family: FontAwesome;
            font-weight: normal;
            font-size: 18px;
        }

    .usercart {
        display: inline-flex;
        align-items: center;
    }

    .cartTotal {
        margin-left: 10px !important;
    }

    .usercart .notificationBadge {
        left: inherit;
        right: -10px;
        top: -10px;
    }

    .userinformation .userguide .usermessage span {
        left: inherit;
        right: -7px;
    }

    .mainHeaderTop .headlogin-before .loginacc-link {
        margin-left: 4px;
    }

    .mainHeader .form-wrap, .mainHeader, .userinformation .userguide, .headlogin-after, .mainHeader .hdright-side {
        gap: 14px;
    }
}

@media screen and (max-width: 767px) {
    .mainHeaderTop {
        min-height: 51px;
    }

    .headlogin-after .userlink-dropdown {
        display: none;
    }

    .hdright-side .navbar-toggler {
        display: flex;
    }

    .mainHeaderTop .headlogin-before .premiumacc-link .headlogin-label {
        display: none;
    }

    .mainHeaderTop .headlogin-before .premiumacc-link i {
        display: block;
        margin-right: -1px;
    }

    .mainHeaderTop .headlogin-before .premiumacc-link {
        padding: 0;
        width: 35px;
        height: 35px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        color: #e5e0bf;
        border: 1px solid #e5e0bf;
        border-radius: 100%;
    }

        .mainHeaderTop .headlogin-before .premiumacc-link .fa-user-plus {
            font-size: 16px;
        }

    .mainHeaderTop .headlogin-before .loginacc-link {
        margin-left: 11px;
        padding: 0;
        width: 35px;
        height: 35px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        color: #e5e0bf;
        border: 1px solid #e5e0bf;
        border-radius: 100%;
    }

        .mainHeaderTop .headlogin-before .loginacc-link i {
            font-size: 16px;
            margin-right: 0;
        }

        .mainHeaderTop .headlogin-before .loginacc-link .headlogin-label {
            display: none;
        }

    .mainHeaderTop .headlogin-before .premiumacc-link:hover {
        background-color: transparent;
    }

    .search-open #searchMobileView .searchtext-box {
        height: 40px;
    }

    .search-open #searchMobileView .searchBtn {
        top: 4px;
    }
        /*.search-open #searchMobileView .searchBtn {
        font-size: 22px;
        top: 9px;
    }*/
        .search-open #searchMobileView .searchBtn.search_icon_m_wrap svg {
            max-width: 22px;
            width: 22px;
            min-width: 22px;
        }

    .panel.comment_box_wrap .panel-heading strong .ph_name {
        max-width: 250px;
    }

    .panel.comment_box_wrap .panel-heading strong .replied_user_name {
        max-width: 160px;
    }

    .panel.comment_box_wrap .panel-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        padding: 10px;
    }

    .panel.comment_box_wrap .ph-right_wrap {
        margin-left: auto;
    }
}

@media screen and (max-width: 576px) {
    .searchmobile {
        font-size: 16px;
        padding: 6px;
        height: 30px;
        width: 30px;
    }

        .searchmobile svg {
            width: 16px;
            height: 16px;
        }

    .cartTotal {
        display: none !important;
    }

    .mainHeaderTop .mainHeader .headerlogo {
        max-width: 140px;
    }

    .mainHeaderTop .mainHeader .searchtext-box {
        height: 40px;
        font-size: 16px;
        line-height: 1.1;
        padding: 5px 50px 5px 12px;
    }

    .close-search-bar {
        width: 28px;
        height: 28px;
    }

    .mainHeader .hdright-side {
        gap: 16px;
    }


    .mainHeaderTop .mainHeader .createlistBtn {
        font-size: 14px;
        height: 32px;
        width: 32px;
    }

    .mainHeaderTop .headlogin-before .premiumacc-link {
        font-size: 14px;
        height: 32px;
        width: 32px;
    }

        .mainHeaderTop .headlogin-before .premiumacc-link .fa-user-plus {
            font-size: 14px;
        }

    .mainHeaderTop .headlogin-before .loginacc-link {
        margin-left: 10px;
        font-size: 14px;
        height: 32px;
        width: 32px;
    }

        .mainHeaderTop .headlogin-before .loginacc-link i {
            font-size: 14px;
        }

    .hdright-side .navbar-toggler {
        min-height: 28px;
        min-width: 30px;
        gap: 6px;
    }

        .hdright-side .navbar-toggler .nav-line {
            width: 28px;
        }

    .navbar-menu.active {
        top: 50px;
    }

    .userguide {
        gap: 16px;
    }

    .headlogin-after {
        gap: 16px;
    }

        .headlogin-after .userlink-dropdown {
            width: 45px;
        }

            .headlogin-after .userlink-dropdown .userlink-main {
                padding: 4px 6px;
            }

    .userinformation .userguide .usermessage {
        row-gap: 0;
    }

    .userguide i {
        font-size: 15px;
    }


    .mainHeader {
        gap: 12px;
    }

        .mainHeader .form-wrap {
            gap: 12px;
        }

    .panel.comment_box_wrap .panel-heading strong .ph_name {
        max-width: 120px;
    }

    .panel.comment_box_wrap .panel-heading strong .replied_user_name {
        max-width: 90px;
        margin-left: 0;
    }

    .panel.comment_box_wrap .panel-heading .ph-right_wrap span {
        font-size: 11px;
    }

    .panel.comment_box_wrap .panel-heading p {
        font-size: 14px;
        line-height: 16px;
    }

    .panel.comment_box_wrap .panel-heading strong .replied_user_name .fa-reply {
        margin-left: 2px;
    }

    .panel.comment_box_wrap .inner-reply-box {
        width: calc(100% - 35px);
    }

    .panel.comment_box_wrap .ph_status_wrap a {
        padding: 5px 8px 6px;
        font-size: 14px;
        line-height: 1;
    }
}

@media screen and (max-width: 480px) {


    .mainHeaderTop .mainHeader .headerlogo {
        max-width: 120px;
    }

    .mainHeaderTop .mainHeader .searchtext-box {
        height: 36px;
        font-size: 15px;
        line-height: 1;
        padding: 5px 44px 5px 12px;
    }

    .close-search-bar {
        width: 26px;
        height: 26px;
    }

        .close-search-bar:after {
            height: 14px;
        }

        .close-search-bar:before {
            width: 14px;
        }

    .mainHeaderTop .headlogin-before .loginacc-link {
        font-size: 14px;
        height: 30px;
        width: 30px;
    }

        .mainHeaderTop .headlogin-before .loginacc-link i {
            font-size: 14px;
        }



    .mainHeaderTop .mainHeader .createlistBtn {
        font-size: 14px;
        height: 30px;
        width: 30px;
    }

    .mainHeaderTop .headlogin-before .premiumacc-link {
        font-size: 14px;
        height: 30px;
        width: 30px;
    }

        .mainHeaderTop .headlogin-before .premiumacc-link .fa-user-plus {
            font-size: 14px;
        }

    .hdright-side .navbar-toggler {
        min-width: 24px;
        min-height: 24px;
        gap: 5px;
    }

        .hdright-side .navbar-toggler .nav-line {
            width: 24px;
        }

    .headlogin-after {
        gap: 12px;
    }

        .headlogin-after .userlink-dropdown {
            width: 42px;
            border-width: 1px;
        }

            .headlogin-after .userlink-dropdown .userlink-main {
                padding: 2px 4px;
            }

    .navbar-menu .navbar-menu-list .nav-item {
        padding: 8px 2px;
    }
}

@media screen and (max-width: 359px) {
    .mainHeader {
        gap: 10px;
    }

        .mainHeader .form-wrap {
            gap: 10px;
        }

        .mainHeader .hdright-side {
            gap: 10px;
        }

    .mainHeaderTop .mainHeader .headerlogo {
        max-width: 100px;
    }

    .mainHeaderTop .headlogin-before .loginacc-link {
        margin-left: 4px;
    }

    .userguide {
        gap: 10px;
    }

    .headlogin-after {
        gap: 10px;
    }

    .panel.comment_box_wrap .panel-heading strong .ph_name {
        max-width: 130px;
    }

    .panel.comment_box_wrap .panel-heading strong .replied_user_name {
        max-width: 90px;
    }

    .panel.comment_box_wrap .inner-reply-box {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 340px) {
    .mainHeader .hdright-side {
        gap: 8px;
    }

    .mainHeader .form-wrap {
        gap: 8px;
    }

    .mainHeader {
        gap: 8px;
    }
}

.adv-detail-frame iframe {
    width: 100%;
}

/* Transfer CSS */
.transferHead {
    background-color: #e7e0c1;
    color: #000000;
    padding: 10px 15px;
    margin-bottom: 0px !important;
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 21px;
}

.transferBg {
    background-color: #f6efd2;
    color: #000000;
    padding: 20px 15px;
    margin-bottom: 0px !important;
}

.venderTransferdesc {
    background-color: #ebe1b5;
    padding: 7px 10px;
    font-weight: bold !important;
    color: #000000 !important;
}

.info-holder ul li.transferdet-info {
    background-color: #f6efd2;
    color: #000;
}

.form-horizontal .transferCostbox .control-label {
    text-align: left;
    padding: 0px;
    display: inline-block;
    min-width: 130px;
    vertical-align: middle;
}

    .form-horizontal .transferCostbox .control-label + div {
        padding-left: 0;
        display: inline-block;
        vertical-align: middle;
        min-width: calc(100% - 150px);
    }

.transferBg label span {
    margin-left: 5px;
}

.transferBg .transferCostbox {
    padding-top: 15px;
    margin-top: 10px;
    border-top: 1px solid #e7e0c1;
}

.vendertransfer {
    text-align: right;
    margin-top: 15px;
}

    .vendertransfer .submitBtn, .armslistStore, .ffl-nearme {
        padding: 5px 30px;
        font-family: "Oswald", "Arial", "Helvetica", sans-serif;
        background: rgb(89, 115, 78);
        text-align: center;
        border-radius: 25px;
        color: rgb(255 255 255);
        margin: 5px 0;
        border: 2px solid rgb(89 115 78);
        font-size: 18px;
        text-transform: capitalize;
        margin-right: 10px;
        cursor: pointer;
    }

        .vendertransfer .submitBtn:hover, .armslistStore:hover, .ffl-nearme:hover {
            background: rgb(76 99 66);
            border: 2px solid rgb(76 99 66);
            color: rgb(255 255 255);
        }

    .vendertransfer .cancelBtn {
        padding: 5px 30px;
        font-family: "Oswald", "Arial", "Helvetica", sans-serif;
        background: rgb(255 255 255);
        text-align: center;
        border-radius: 25px;
        color: rgb(89, 115, 78);
        margin: 5px 0;
        border: 2px solid rgb(89 115 78);
        font-size: 18px;
        text-transform: capitalize;
        cursor: pointer;
    }

        .vendertransfer .cancelBtn:hover {
            background: rgb(89, 115, 78);
            color: rgb(255 255 255);
        }

.armslistStore {
    display: inline-block;
    margin-bottom: 15px;
}

.ffl-nearme {
    display: block;
    margin-top: 15px;
    padding: 5px 20px;
}

.transferInfo {
    color: #000;
    background: rgb(255 255 255);
    padding: 3px 15px;
    border-radius: 5px;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .info-holder ul.location li.transferdet-info {
        width: 100%;
        border-right: 0px !important;
        border-top: 1px solid #b1b1b1;
    }

    .form-horizontal .transferCostbox .control-label {
        padding: 0px 0 10px;
        display: block;
        width: 100%;
    }

        .form-horizontal .transferCostbox .control-label + div {
            display: block;
            width: 100%;
        }
}

/* Edit Vendor images*/
.vendorpage {
    width: 83.3333% !important;
}

.vendor-banner-wrap {
    border-radius: 20px;
    overflow: hidden;
}

    .vendor-banner-wrap .tinted-image {
        padding: 32px 16px;
        position: relative;
        min-height: 292px;
    }

    .vendor-banner-wrap .pvHero .heroHeader .heroHeaderStats {
        color: #FFFFFF;
        font-family: "Oswald", "Arial", "Helvetica", sans-serif;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 0.24px;
        text-transform: uppercase;
    }

        .vendor-banner-wrap .pvHero .heroHeader .heroHeaderStats .pv-avtar-img-wrap {
            max-width: 100px;
            width: 100%;
            height: 100px;
            border-radius: 50%;
            background-color: #B9B9B9;
            border: 2px solid #FFFFFF80;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            position: relative;
        }

            .vendor-banner-wrap .pvHero .heroHeader .heroHeaderStats .pv-avtar-img-wrap .vendor-user-img {
                max-width: 100px;
                width: 100%;
                height: 100%;
                border-radius: 50px;
                object-fit: cover;
                object-position: center;
                overflow: hidden;
            }

            .vendor-banner-wrap .pvHero .heroHeader .heroHeaderStats .pv-avtar-img-wrap .default-user-img {
                max-width: 44px;
                width: 100%;
                height: 100%;
                object-fit: contain;
                object-position: center;
            }

    .vendor-banner-wrap .pvHero .heroHeader .edit-vendor-profile {
        width: 31px;
        height: 31px;
        border-radius: 31px;
        background-color: #FFFFFF;
        border: 1px solid #5C734E;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: absolute;
        right: 0;
        bottom: 0;
    }

        .vendor-banner-wrap .pvHero .heroHeader .edit-vendor-profile img {
            width: 16px;
            height: 16px;
        }

    .vendor-banner-wrap .pvHero .heroHeader .vendor-content {
        text-align: center;
        max-width: 300px;
        margin: 0 auto;
    }

        .vendor-banner-wrap .pvHero .heroHeader .vendor-content .vc-title {
            margin-top: 19px;
            margin-bottom: 4px;
        }

        .vendor-banner-wrap .pvHero .heroHeader .vendor-content h3 {
            color: #FFFFFF;
            font-family: "Oswald", "Arial", "Helvetica", sans-serif;
            font-size: 24px;
            line-height: 32px;
            font-weight: 400;
            letter-spacing: 0.24px;
        }

        .vendor-banner-wrap .pvHero .heroHeader .vendor-content .vc-phone {
            margin-top: 0;
            margin-bottom: 17px;
        }

    .vendor-banner-wrap .store-link-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #FFFFFF80;
        border-radius: 5px;
        padding: 4px 14px 4px 12px;
        max-width: 223px;
        margin: 0 auto;
        color: #FFFFFF;
        font-family: "Lato", "Arial", "Helvetica", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
    }

        .vendor-banner-wrap .store-link-wrap a {
            color: #fff;
            position: relative;
            display: flex;
            align-items: center;
            gap: 4px;
            padding-left: 9px;
        }

            .vendor-banner-wrap .store-link-wrap a::before {
                content: "";
                position: absolute;
                left: 0;
                width: 1px;
                height: 12px;
                border-left: 1px solid #FFFFFF;
                opacity: 0.5;
                margin: auto 0;
            }

    .vendor-banner-wrap .edit-vendor-cover {
        background-color: #FFFFFF;
        border: 1px solid #5C734E;
        border-radius: 20px;
        color: #000000;
        font-family: "Lato", "Arial", "Helvetica", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0px;
        position: absolute;
        left: 16px;
        bottom: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 11px 16px;
        gap: 8px;
    }

        .vendor-banner-wrap .edit-vendor-cover img {
            width: 16px;
            height: 16px;
        }

.vendor-bottom-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

    .vendor-bottom-buttons button {
        min-width: 89px;
        height: 42px;
        border: 1px solid #59734E;
        border-radius: 4px;
        font-family: "Oswald", "Arial", "Helvetica", sans-serif;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 8px 15px 9px;
        transition: all 0.3s linear;
        cursor: pointer;
    }

.btn_apply {
    color: #fff;
    background-color: #59734E;
}

    .btn_apply:disabled {
        opacity: 0.5;
    }

    .btn_apply:hover {
        color: #59734E;
        background-color: #fff;
    }

.btn_cancel {
    color: #59734E;
    background-color: #fff;
}

    .btn_cancel:hover {
        color: #fff;
        background-color: #59734E;
    }

#ImageUploadModel .modal-dialog {
    max-width: 390px;
    width: 100%;
}

#AvatarImageUploadModel .modal-dialog {
    max-width: 336px;
    width: 100%;
}

    #ImageUploadModel .modal-dialog .modal-content,
    #AvatarImageUploadModel .modal-dialog .modal-content {
        box-shadow: 0px 3px 6px #00000014;
        border-radius: 16px;
    }

        #ImageUploadModel .modal-dialog .modal-content .modal-header,
        #AvatarImageUploadModel .modal-dialog .modal-content .modal-header {
            padding: 19px 24px 0 24px;
            margin-bottom: 0;
            border-bottom: none;
        }

            #ImageUploadModel .modal-dialog .modal-content .modal-header .close,
            #AvatarImageUploadModel .modal-dialog .modal-content .modal-header .close {
                display: inline-block;
                font-size: 25px;
                line-height: 1;
                position: absolute;
                top: 10px;
                right: 16px;
                opacity: 1 !important;
                color: #1D1E31;
            }

            #ImageUploadModel .modal-dialog .modal-content .modal-header h4,
            #AvatarImageUploadModel .modal-dialog .modal-content .modal-header h4 {
                color: #101010;
                font-family: "Oswald", "Arial", "Helvetica", sans-serif;
                font-size: 24px;
                line-height: 32px;
                font-weight: 400;
                letter-spacing: 0.24px;
                margin: 0;
            }

        #ImageUploadModel .modal-dialog .modal-content .modal-body,
        #AvatarImageUploadModel .modal-dialog .modal-content .modal-body {
            padding: 17px 24px 24px;
        }

            #ImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload,
            #AvatarImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload {
                position: relative;
                background-color: #4B67190D;
                border: 1px dashed #59734E;
                border-radius: 8px;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 13px 20px;
                margin-bottom: 16px;
                width: 100%;
            }

            #AvatarImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload {
                min-height: 168px;
                flex-direction: column;
            }

            #ImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload {
                min-height: 76px;
                gap: 12px;
                flex-direction: column;
            }

                #ImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload .upload-left-wrap {
                    display: flex;
                    align-items: center;
                    gap: 16px;
                }

                #AvatarImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload #Avataruploadedimage,
                #ImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload #uploadedimage {
                    max-height: 200px;
                    overflow: hidden;
                }
                /*#AvatarImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload #Avataruploadedimage img,
#ImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload .upload-left-wrap #uploadedimage img{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    margin: auto;
}*/
                #ImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload .upload-text {
                    color: #59734E;
                    font-family: "Lato", "Arial", "Helvetica", sans-serif;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 17px;
                    margin-bottom: 0;
                }

            #AvatarImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload .upload-text {
                color: #59734E;
                font-family: "Lato", "Arial", "Helvetica", sans-serif;
                font-size: 14px;
                font-weight: 500;
                line-height: 17px;
                max-width: 148px;
                margin: 0 auto 10px;
                text-align: center;
            }

            #ImageUploadModel .modal-dialog .modal-content .modal-body .info-msg,
            #AvatarImageUploadModel .modal-dialog .modal-content .modal-body .info-msg {
                color: #239b21;
                font-size: 12px;
                font-weight: 600;
                letter-spacing: 0.25px;
                padding: 8px;
                background-color: rgb(35 155 33 / 15%);
                border-radius: 8px;
                text-align: center;
                display: block;
                margin-bottom: 15px;
            }

            #ImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload input,
            #AvatarImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload input {
                opacity: 0;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                cursor: pointer;
            }

            #ImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload .vendor-add-img-wrap,
            #AvatarImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload .vendor-add-img-wrap {
                background-color: #FFFFFF;
                border: 1px solid rgb(75 103 25 / 20%);
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
            }

            #AvatarImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload .vendor-add-img-wrap {
                width: 60px;
                min-width: 60px;
                height: 60px;
                min-height: 60px;
                border-radius: 60px;
                margin-bottom: 8px;
            }

            #ImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload .vendor-add-img-wrap {
                width: 50px;
                min-width: 50px;
                height: 50px;
                min-height: 50px;
                border-radius: 50px;
            }

            #ImageUploadModel .modal-dialog .modal-content .modal-body .gallery-title {
                margin-bottom: 12px;
                color: #101010;
                font-family: "Lato", "Arial", "Helvetica", sans-serif;
                font-size: 14px;
                font-weight: 500;
                line-height: 17px;
                display: inline-block;
            }

            #ImageUploadModel .modal-dialog .modal-content .modal-body .divimage {
                display: flex;
                flex-wrap: wrap;
                gap: 6px;
                list-style: none;
                margin-bottom: 16px;
                padding-left: 0;
            }

                #ImageUploadModel .modal-dialog .modal-content .modal-body .divimage .preview-img-item {
                    width: calc(33.33% - 5px);
                }

                    #ImageUploadModel .modal-dialog .modal-content .modal-body .divimage .preview-img-item.selected-bg-img {
                        border: 3px solid #637e31;
                        border-radius: 10px;
                    }

                        #ImageUploadModel .modal-dialog .modal-content .modal-body .divimage .preview-img-item.selected-bg-img img {
                            border: 1px solid #fff;
                        }

                    #ImageUploadModel .modal-dialog .modal-content .modal-body .divimage .preview-img-item img {
                        max-width: 100%;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        object-position: center;
                        border-radius: 8px;
                        min-height: 77px;
                    }

.vendor-image-set-button-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
    margin-top: 16px;
}

    .vendor-image-set-button-wrap button {
        height: 42px;
        border: 1px solid #59734E;
        border-radius: 4px;
        font-family: "Oswald", "Arial", "Helvetica", sans-serif;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 8px 15px 9px;
        transition: all 0.3s linear;
        cursor: pointer;
        text-align: center;
    }

.save_button {
    min-width: 148px;
    color: #fff;
    background-color: #59734E;
}

    .save_button:hover {
        color: #59734E;
        background-color: #fff;
    }

.reset_button {
    color: #59734E;
    background-color: #fff;
    min-width: 89px;
}

    .reset_button:hover {
        color: #fff;
        background-color: #59734E;
    }

@media (max-width: 991px) {
    #AvatarImageUploadModel .modal-dialog,
    #ImageUploadModel .modal-dialog {
        margin: 40px auto auto;
    }

    .vendorpage {
        width: 75% !important;
    }

    .vendor-banner-wrap .tinted-image {
        padding: 20px 15px;
    }

    .vendor-banner-wrap .pvHero .heroHeader .heroHeaderStats .pv-avtar-img-wrap {
        max-width: 90px;
        height: 90px;
    }

    .vendor-banner-wrap .pvHero .heroHeader .vendor-content .vc-title {
        margin-top: 12px;
        margin-bottom: 2px;
    }

    .vendor-banner-wrap .pvHero .heroHeader .vendor-content h3 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 400;
    }

    .vendor-banner-wrap .edit-vendor-cover {
        left: 12px;
        bottom: 12px;
        padding: 8px 12px;
        gap: 7px;
    }

    .vendor-banner-wrap .pvHero .heroHeader .vendor-content .vc-phone {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .vendorpage {
        width: 100% !important;
    }

    .vendor-banner-wrap .pvHero .heroHeader .vendor-content h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 479px) {
    .vendor-banner-wrap .pvHero .heroHeader .vendor-content h3 {
        font-size: 18px;
        line-height: 25px;
    }

    #ImageUploadModel .modal-dialog .modal-content,
    #AvatarImageUploadModel .modal-dialog .modal-content {
        border-radius: 8px;
    }

        #ImageUploadModel .modal-dialog .modal-content .modal-header,
        #AvatarImageUploadModel .modal-dialog .modal-content .modal-header {
            padding: 15px 15px 0 15px;
        }

        #ImageUploadModel .modal-dialog .modal-content .modal-body,
        #AvatarImageUploadModel .modal-dialog .modal-content .modal-body {
            padding: 15px 15px 15px;
        }

            #ImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload,
            #AvatarImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload {
                padding: 10px;
            }

                #AvatarImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload .vendor-add-img-wrap {
                    width: 45px;
                    min-width: 45px;
                    height: 45px;
                    min-height: 45px;
                    border-radius: 45px;
                }

                #ImageUploadModel .modal-dialog .modal-content .modal-body .vendor-img-upload .vendor-add-img-wrap {
                    width: 40px;
                    min-width: 40px;
                    height: 40px;
                    min-height: 40px;
                    border-radius: 40px;
                }
}

@media (max-width: 429px) {
    #AvatarImageUploadModel .modal-dialog,
    #ImageUploadModel .modal-dialog {
        margin-left: 12px;
        margin-right: 12px;
        max-width: 100%;
        width: auto;
    }
}

/* price-range-slider */
.price-range-slider {
    padding-top: 15px;
    margin-bottom: 20px;
}

    .price-range-slider.prs-for-mobile {
        padding-bottom: 10px;
        margin-bottom: 0;
        border-bottom: 1px solid #aaaaaa;
    }

    .price-range-slider .price-range-value {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;
    }

        .price-range-slider .price-range-value h3 {
            margin: 0;
        }

        .price-range-slider .price-range-value .show-price-no {
            display: flex;
            align-items: center;
            gap: 8px;
            max-width: 200px;
        }

            .ps-price-range-slider .price-input-val input,
            .price-range-slider .price-range-value .show-price-no .start-price,
            .price-range-slider .price-range-value .show-price-no .end-price {
                width: fit-content;
                color: #101010;
                font-family: "Lato", "Arial", "Helvetica", sans-serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 21px;
                background: none;
                border: none;
                outline: none;
                max-width: 100px;
                width: 100%;
                text-align: center;
                max-width: 65px;
            }

    .price-range-slider .pr-slider-wrap {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .ps-price-range-slider #pricefilter,
    .price-range-slider #pricefiltermbl,
    .price-range-slider #pricefilter {
        flex: 1;
        background-color: rgba(16, 16, 16, 0.2);
        border: none;
        border-radius: 8px;
        margin: 0 10px;
    }

.ps-price-range-slider .ui-slider-horizontal .ui-slider-range {
    background-color: #4B6719;
}

.price-range-slider .ui-slider-horizontal .ui-slider-range {
    background-color: #4B6719;
}

.price-range-slider #pricefiltermbl span.ui-slider-handle,
.ps-price-range-slider #pricefilter span.ui-slider-handle,
.price-range-slider #pricefilter span.ui-slider-handle {
    border: 2px solid #fff;
    background-color: #4B6719;
    border-radius: 50%;
    outline: none;
    height: 20px;
    width: 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.20);
}

.price-range-slider .go_button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4B6719;
    border: 1px solid;
    padding: 5px 8px 6px;
    color: #fff;
    font-family: "Lato", "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 6px;
}

.ps-price-range-slider .price-range-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

    .ps-price-range-slider .price-range-col .price-input-val input {
        padding: 0;
        height: fit-content;
        max-height: fit-content;
        max-width: 65px;
    }

.ps-price-range-slider .price-range-slider .price-range-col i {
    color: #000000;
    font-size: 20px;
    line-height: 1;
    height: fit-content;
}

.ps-price-range-slider .render-options.number {
    margin-bottom: 15px;
}

.inbox-notifications-table {
    margin-top: 20px;
}

    .inbox-notifications-table thead tr th {
        text-align: left !important;
        background-color: rgb(92 115 78 / 100%);
    }

.notification-preferences .notification-content .notifications-table.inbox-notifications-table thead tr th strong {
    color: #fff;
    font-family: 'lato', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.notification-preferences .notification-content .notifications-table.inbox-notifications-table tbody tr td strong {
    color: #000;
    font-family: 'lato', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.notification-preferences .notification-content .notifications-table.inbox-notifications-table tbody tr td p {
    color: #000;
    font-family: 'lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 0;
}

.notification-preferences .notification-content .notifications-table.inbox-notifications-table tbody tr td .check-noti-label {
    position: relative;
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    margin-top: 4px;
}

    .notification-preferences .notification-content .notifications-table.inbox-notifications-table tbody tr td .check-noti-label input {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        z-index: 1;
    }

        .notification-preferences .notification-content .notifications-table.inbox-notifications-table tbody tr td .check-noti-label input:checked + .check-radio {
            border-color: #5c734e;
        }

            .notification-preferences .notification-content .notifications-table.inbox-notifications-table tbody tr td .check-noti-label input:checked + .check-radio::after {
                opacity: 1;
            }

    .notification-preferences .notification-content .notifications-table.inbox-notifications-table tbody tr td .check-noti-label .check-radio {
        border-radius: 20px;
        border: 1px solid #aaa;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .notification-preferences .notification-content .notifications-table.inbox-notifications-table tbody tr td .check-noti-label .check-radio:after {
            content: "";
            background-color: #5c734e;
            border-radius: 20px;
            position: absolute;
            top: 4px;
            left: 4px;
            right: 4px;
            bottom: 4px;
            opacity: 0;
        }

@media (max-width: 991px) {
    .price-range-slider #pricefiltermbl span.ui-slider-handle,
    .ps-price-range-slider #pricefilter span.ui-slider-handle,
    .price-range-slider #pricefilter span.ui-slider-handle {
        height: 25px;
        width: 25px;
    }
}



/* ====== new list start ====== */
.all-product-list-section {
    padding: 65px 0 80px;
}

    .all-product-list-section .form-group.checkbox {
        position: relative;
        margin: 0;
    }

        .all-product-list-section .form-group.checkbox a {
            position: relative;
            display: flex;
            align-items: center;
            cursor: pointer;
            gap: 8px;
            color: #101010;
            font-family: 'lato',sans-serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 18px;
            text-decoration: none;
        }

            .all-product-list-section .form-group.checkbox a::before {
                content: "";
                -webkit-appearance: none;
                background-color: #fff;
                border: 1px solid #4B6719;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
                display: inline-block;
                position: relative;
                vertical-align: middle;
                cursor: pointer;
                height: 20px;
                width: 20px;
                min-width: 20px;
            }

            .all-product-list-section .form-group.checkbox a::after {
                content: "";
                display: block;
                position: absolute;
                top: 4px;
                left: 8px;
                width: 5px;
                height: 10px;
                border: solid #fff;
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
                opacity: 0;
            }

        .all-product-list-section .form-group.checkbox input {
            padding: 0;
            margin-bottom: 0;
            cursor: pointer;
            width: 24px;
            display: block;
            position: absolute;
            z-index: 1;
            top: 0;
            bottom: 0;
            left: 0;
            opacity: 0;
        }

            .all-product-list-section .form-group.checkbox input:checked {
                background-color: #4B6719;
            }

        .all-product-list-section .form-group.checkbox::placeholder, .all-product-list-section .form-group.checkbox::-webkit-input-placeholder {
            vertical-align: middle;
        }

        .all-product-list-section .form-group.checkbox a.checked::before {
            background-color: #4B6719;
        }

        .all-product-list-section .form-group.checkbox a.checked::after {
            opacity: 1;
        }

    .all-product-list-section .custom_Select {
        background-color: #FFFFFF;
        border: 1px solid #1010101A;
        border-radius: 8px;
        color: #101010;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        padding: 8px 12px 11px;
    }

        .all-product-list-section .custom_Select:focus {
            outline: none;
        }

    .all-product-list-section .all-product-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 24px;
        gap: 10px;
    }

        .all-product-list-section .all-product-head .apl-title {
            color: #101010;
            font-weight: 700;
            font-family: "Oswald", sans-serif;
            font-size: 22px;
            line-height: 32px;
            letter-spacing: 0.22px;
            text-transform: uppercase;
            margin: 0;
        }

        .all-product-list-section .all-product-head .apl-button-wrap {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 16px;
        }

        .all-product-list-section .all-product-head .button {
            transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            min-width: -moz-max-content;
            min-width: max-content;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            outline: none;
            cursor: pointer;
            text-align: center;
            border-radius: 8px;
            font-family: "Oswald", sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 21px;
            padding: 9px 12px;
            min-height: 45px;
        }

            .all-product-list-section .all-product-head .button svg path {
                transition: all 0.3s linear;
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
            }

            .all-product-list-section .all-product-head .button:focus {
                outline: none;
                border: none;
            }

            .all-product-list-section .all-product-head .button.primary_alert_button {
                color: #4B6719;
                background-color: #fff;
                -moz-column-gap: 8px;
                column-gap: 8px;
                border: 1px solid #10101033;
                text-transform: uppercase;
            }

                .all-product-list-section .all-product-head .button.primary_alert_button:hover {
                    color: #fff;
                    background-color: #4B6719;
                }

                    .all-product-list-section .all-product-head .button.primary_alert_button:hover svg path {
                        stroke: #fff;
                    }

    .all-product-list-section .product-list-view {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .all-product-list-section .product-item-card {
        width: calc(68.42% - 10px);
    }

        .all-product-list-section .product-item-card .pl-filter-list {
            padding: 7px 8px;
            border-radius: 8px;
            background-color: #FBFBFB;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            gap: 12px;
        }

            .all-product-list-section .product-item-card .pl-filter-list div.productlist_state_select {
                width: 163px !important;
            }

                .all-product-list-section .product-item-card .pl-filter-list div.productlist_state_select .dropdown-backdrop {
                    display: none;
                }

            .all-product-list-section .product-item-card .pl-filter-list .productlist_state_select .dropdown-menu.inner li a {
                padding-left: 12px;
                padding-right: 12px;
            }

            .all-product-list-section .product-item-card .pl-filter-list .category-list {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                gap: 32px;
                width: auto;
                margin-bottom: 0;
            }

        .all-product-list-section .product-item-card .product_details_list {
            display: grid;
            gap: 20px 18px;
            margin-bottom: 32px;
            list-style: none;
            padding-left: 0;
            margin-top: 20px;
            grid-template-columns: calc(50% - 9px) calc(50% - 9px);
            grid-template-rows: auto;
        }

            .all-product-list-section .product-item-card .product_details_list .al-page-wrap,
            .all-product-list-section .product-item-card .product_details_list .ads-grid-full {
                grid-column: span 2;
            }

                .all-product-list-section .product-item-card .product_details_list .ads-grid-full .zone_horizontal_banner_medium {
                    max-width: 100%;
                    overflow: hidden;
                }

                    .all-product-list-section .product-item-card .product_details_list .ads-grid-full .zone_horizontal_banner_medium iframe {
                        width: 100%;
                    }

            .all-product-list-section .product-item-card .product_details_list .pdl_item {
                display: grid;
                grid-template-rows: auto 1fr;
            }

                .all-product-list-section .product-item-card .product_details_list .pdl_item .product_detail-img-wrap {
                    position: relative;
                }

                    .all-product-list-section .product-item-card .product_details_list .pdl_item .product_detail-img-wrap .pdl-img {
                        position: relative;
                        padding-bottom: 47.67%;
                        margin: 8px 12px -127px;
                        display: block;
                        border-radius: 8px;
                        background-color: #e9e9e9;
                        border: 1px solid rgba(16, 16, 16, 0.16);
                    }

                        .all-product-list-section .product-item-card .product_details_list .pdl_item .product_detail-img-wrap .pdl-img .sale-tag {
                            position: absolute;
                            top: -8px;
                            left: 0;
                            right: 0;
                            margin: 0 auto;
                            background-color: #6f825f;
                            padding: 4px 12px;
                            border-radius: 0 0 4px 4px;
                            text-align: center;
                            min-width: 104px;
                            width: -moz-max-content;
                            width: max-content;
                            z-index: 1;
                            color: #fff;
                            font-family: 'lato',sans-serif;
                            font-weight: 400;
                            font-size: 14px;
                            line-height: 17px;
                            pointer-events: none;
                        }

                        .all-product-list-section .product-item-card .product_details_list .pdl_item .product_detail-img-wrap .pdl-img .star-icon {
                            width: 18px;
                            height: 18px;
                            position: absolute;
                            top: 7px;
                            right: 8px;
                            z-index: 1;
                        }

                        .all-product-list-section .product-item-card .product_details_list .pdl_item .product_detail-img-wrap .pdl-img .sale-tag::after,
                        .all-product-list-section .product-item-card .product_details_list .pdl_item .product_detail-img-wrap .pdl-img .sale-tag::before {
                            content: "";
                            width: 8px;
                            height: 8px;
                            border-color: #165e23;
                            border-style: solid;
                            position: absolute;
                            top: 0;
                        }

                        .all-product-list-section .product-item-card .product_details_list .pdl_item .product_detail-img-wrap .pdl-img .sale-tag::before {
                            border-width: 0 0 8px 8px;
                            border-left-color: transparent;
                            left: -8px;
                        }

                        .all-product-list-section .product-item-card .product_details_list .pdl_item .product_detail-img-wrap .pdl-img .sale-tag::after {
                            border-width: 0 8px 8px 0;
                            border-right-color: transparent;
                            right: -8px;
                        }

                        .all-product-list-section .product-item-card .product_details_list .pdl_item .product_detail-img-wrap .pdl-img img {
                            max-width: 100%;
                            max-height: 100%;
                            width: auto;
                            height: auto;
                            -o-object-fit: contain;
                            object-fit: contain;
                            -o-object-position: center;
                            object-position: center;
                            border-radius: 8px;
                            margin: auto;
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                        }

                .all-product-list-section .product-item-card .product_details_list .pdl_item .card-inner-content {
                    background: #FFFFFF 0% 0% no-repeat padding-box;
                    border: 1px solid rgba(16, 16, 16, 0.16);
                    border-radius: 8px;
                    padding: 142px 16px 16px;
                    display: grid;
                    grid-template-rows: 1fr auto auto;
                }

                    .all-product-list-section .product-item-card .product_details_list .pdl_item .card-inner-content .ci-title-wrap {
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: space-between;
                        align-items: flex-start;
                        gap: 10px;
                        margin-bottom: 19px;
                    }

                        .all-product-list-section .product-item-card .product_details_list .pdl_item .card-inner-content .ci-title-wrap h3 {
                            color: #4B6719;
                            font-family: "Oswald", sans-serif;
                            font-weight: 400;
                            font-size: 18px;
                            line-height: 22px;
                            text-transform: uppercase;
                            max-width: calc(100% - 96px);
                            margin: 0;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical
                        }

                        .all-product-list-section .product-item-card .product_details_list .pdl_item .card-inner-content .ci-title-wrap strong p {
                            color: #b91e1e;
                            font-family: "Oswald", sans-serif;
                            font-weight: 400;
                            font-size: 14px;
                            line-height: 18px;
                            text-transform: uppercase;
                            word-break: break-word;
                        }

                    .all-product-list-section .product-item-card .product_details_list .pdl_item .card-inner-content .ci-small-title {
                        color: #4B6719;
                        font-family: "Oswald", sans-serif;
                        font-weight: 400;
                        font-size: 17px;
                        line-height: 20px;
                        text-transform: uppercase;
                    }

                    .all-product-list-section .product-item-card .product_details_list .pdl_item .card-inner-content .ci-title-wrap strong {
                        color: #101010;
                        font-family: "Oswald", sans-serif;
                        font-weight: 500;
                        font-size: 18px;
                        line-height: 22px;
                        text-align: right;
                    }

                    .all-product-list-section .product-item-card .product_details_list .pdl_item .card-inner-content .ci-title-wrap .ci-price-wrap {
                        display: flex;
                        flex-direction: column;
                        align-items: flex-start;
                        row-gap: 4px;
                    }

                        .all-product-list-section .product-item-card .product_details_list .pdl_item .card-inner-content .ci-title-wrap .ci-price-wrap strong {
                            width: 100%;
                        }

                        .all-product-list-section .product-item-card .product_details_list .pdl_item .card-inner-content .ci-title-wrap .ci-price-wrap .cic-will-ship {
                            padding: 3px 8px;
                            background-color: #6f825f;
                            color: white;
                            border-radius: 24px;
                            font-size: 12px;
                            line-height: 16px;
                            display: flex;
                            align-items: center;
                            gap: 4px;
                        }

                    .all-product-list-section .product-item-card .product_details_list .pdl_item .card-inner-content .ci-type-info {
                        background: #e9e9e9 0% 0% no-repeat padding-box;
                        border-radius: 8px;
                        padding: 12px 16px;
                        margin-bottom: 16px;
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        gap: 10px;
                        color: #101010;
                        font-family: 'lato',sans-serif;
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 17px;
                    }

                        .all-product-list-section .product-item-card .product_details_list .pdl_item .card-inner-content .ci-type-info .cic-tag {
                            display: flex;
                            align-items: center;
                            gap: 4px;
                            padding: 3px 8px;
                            background-color: #FFFFFF;
                            border-radius: 24px;
                        }

                    .all-product-list-section .product-item-card .product_details_list .pdl_item .card-inner-content .location-info {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        color: rgb(16 16 16 / 90%);
                        font-family: 'lato',sans-serif;
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 17px;
                    }

                        .all-product-list-section .product-item-card .product_details_list .pdl_item .card-inner-content .location-info span {
                            color: #101010;
                            display: flex;
                            align-items: center;
                            gap: 4px;
                        }

                        .all-product-list-section .product-item-card .product_details_list .pdl_item .card-inner-content .location-info small {
                            width: 13px;
                            height: 2px;
                            border-bottom: 2px solid rgba(16, 16, 16, 0.2);
                            margin: 0 12px;
                            display: inline-block;
                        }

    .all-product-list-section .pl-side-filter {
        width: calc(31.58% - 10px);
    }

        .all-product-list-section .pl-side-filter .product-ads-box {
            width: 100%;
            overflow: hidden;
        }

        .all-product-list-section .pl-side-filter .custom_Select,
        .all-product-list-section .pl-side-filter .custom_Select#locationDDL,
        .all-product-list-section .custom_Select#cityDDL {
            width: 100%;
        }

            .all-product-list-section .pl-side-filter .custom_Select#locationDDL {
                margin-bottom: 8px;
                margin-top: 15px;
            }

        .all-product-list-section .pl-side-filter .price-range-slider {
            padding-top: 0;
        }

            .all-product-list-section .pl-side-filter .price-range-slider .price-range-value {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .all-product-list-section .pl-side-filter .price-range-slider .price-range-value h3 {
                    color: #101010;
                    font-family: "Oswald", sans-serif;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 21px;
                    letter-spacing: 0.16px;
                }

            .all-product-list-section .pl-side-filter .price-range-slider .pr-deash {
                width: 5px;
                background-color: #DF2727;
                height: 2px;
            }

        .all-product-list-section .pl-side-filter .pr-slider-wrap .ui-slider {
            height: 4px;
        }

        .all-product-list-section .pl-side-filter .price-range-slider #pricefilter span.ui-slider-handle {
            border: 3px solid #4B6719;
            background-color: #fff;
            border-radius: 50%;
            outline: none;
            height: 20px;
            width: 20px;
            top: -9px;
        }

        .all-product-list-section .pl-side-filter .price-range-slider .go_button {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #FFF;
            border: 1px solid #10101033;
            padding: 5px 8px 6px;
            color: #4B6719;
            font-family: 'OSWALD';
            font-size: 14px;
            font-weight: 400;
            line-height: 19px;
            border-radius: 8px;
        }

        .all-product-list-section .pl-side-filter .price-range-slider .price-range-value .show-price-no .start-price,
        .all-product-list-section .pl-side-filter .price-range-slider .price-range-value .show-price-no .end-price {
            color: #DF2727;
            font-family: "Oswald", sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 21px;
            letter-spacing: 0.16px;
            min-width: 65px;
            padding: 2px 5px;
        }

        .all-product-list-section .pl-side-filter .price-range-slider .price-range-value .show-price-no .start-price {
            text-align: right;
        }

        .all-product-list-section .pl-side-filter .price-range-slider .price-range-value .show-price-no .end-price {
            text-align: left;
        }

        .all-product-list-section .pl-side-filter .serch-location-filter {
            background-color: #e9e9e9;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px;
            padding: 12px 20px 30px;
            margin-bottom: 20px;
        }

            .all-product-list-section .pl-side-filter .serch-location-filter .slf-filter-head {
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 10px;
                padding-bottom: 12px;
                border-bottom: 1px solid #CCCCCC;
                margin-bottom: 24px;
            }

                .all-product-list-section .pl-side-filter .serch-location-filter .slf-filter-head h3 {
                    margin: 0;
                }

                .all-product-list-section .pl-side-filter .serch-location-filter .slf-filter-head .reset-btn {
                    background: none;
                    border: none;
                    outline: none;
                    color: #4B6719;
                    font-family: 'lato',sans-serif;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 17px;
                }

            .all-product-list-section .pl-side-filter .serch-location-filter .side-title {
                color: #101010;
                font-family: "Oswald", sans-serif;
                font-weight: 700;
                font-size: 18px;
                line-height: 32px;
                letter-spacing: 0.18px;
            }

            .all-product-list-section .pl-side-filter .serch-location-filter .product-types-list {
                padding-left: 0;
                list-style: none;
                margin-bottom: 32px;
            }

                .all-product-list-section .pl-side-filter .serch-location-filter .product-types-list li {
                    margin-bottom: 16px;
                }

                    .all-product-list-section .pl-side-filter .serch-location-filter .product-types-list li a {
                        transition: all 0.3s linear;
                    }

    .all-product-list-section div.productlist_state_select {
        padding: 0;
        width: 100% !important;
        margin-bottom: 8px;
        border-radius: 8px;
    }

        .all-product-list-section div.productlist_state_select .dropdown-backdrop {
            display: none;
        }

    .all-product-list-section .productlist_state_select.open .dropdown-toggle .bs-caret {
        transform: rotateX(180deg)
    }

    .all-product-list-section .productlist_state_select .dropdown-toggle {
        background-color: #fff;
        color: #101010;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        border-radius: 8px;
        border: 1px solid #10101033;
        padding: 9px 12px 9px;
        display: flex;
        align-items: center;
        outline: none;
        box-shadow: none;
    }

        .all-product-list-section .productlist_state_select .dropdown-toggle:hover,
        .all-product-list-section .productlist_state_select .dropdown-toggle:focus {
            outline: none !important;
            background-color: #fff;
        }

        .all-product-list-section .productlist_state_select .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
            color: #101010;
            font-weight: 400;
            font-size: 16px;
            padding: 0;
            line-height: 19px;
        }

        .all-product-list-section .productlist_state_select .dropdown-toggle .bs-caret {
            width: 12px;
            height: 8px;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0;
            right: 10px;
            background-image: url(../images/select-dropdown-arrow.svg);
            background-repeat: no-repeat;
            background-position: center;
        }

            .all-product-list-section .productlist_state_select .dropdown-toggle .bs-caret .caret {
                display: none;
            }

    .all-product-list-section .productlist_state_select .dropdown-menu {
        width: 100% !important;
        z-index: 99;
        max-height: 200px;
    }

        .all-product-list-section .productlist_state_select .dropdown-menu .inner .dropdown-menu.inner li:hover a,
        .all-product-list-section .productlist_state_select .dropdown-menu .inner .dropdown-menu.inner li.active a {
            color: #fff;
            background-color: #5C724C;
        }

    .all-product-list-section .pl-side-filter .location_box .select2-selection__arrow b {
        display: none;
    }

    .all-product-list-section .pl-side-filter .location_box h3 {
        color: #101010;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.16px;
    }

    .all-product-list-section .pl-side-filter .category_box .accordion-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .all-product-list-section .pl-side-filter .category_box .accordion-toggle svg {
            transition: all 0.3s linear;
        }

        .all-product-list-section .pl-side-filter .category_box .accordion-toggle[aria-expanded="true"] svg {
            transform: rotate(45deg);
        }

    .all-product-list-section .pl-side-filter .side-add {
        text-align: center;
        margin-bottom: 40px;
    }

        .all-product-list-section .pl-side-filter .side-add:last-child {
            margin-bottom: 0px;
        }

    .all-product-list-section .pl-side-filter #collapseCategory table tbody tr td h4 {
        color: #101010;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin: 5px 0;
    }

    .all-product-list-section .pl-side-filter #collapseCategory table tbody tr td h5 {
        color: #101010;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        margin: 5px 0;
    }

    .all-product-list-section .pl-side-filter #collapseCategory table tbody tr td img {
        width: 16px;
        height: 16px;
    }

    .all-product-list-section .all-product-head .button#MobileFilterForList {
        display: none;
    }

    .all-product-list-section .pl-side-filter .serch-location-filter #closeFilterforList {
        display: none;
    }

.al-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding-left: 0;
}

    .al-pagination .page-item {
        border-radius: 32px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        -ms-border-radius: 32px;
        -o-border-radius: 32px;
    }

        .al-pagination .page-item:hover a, .al-pagination .page-item.pi-active a {
            color: #fff;
            background-color: #4B6719;
        }

            .al-pagination .page-item:hover a svg path, .al-pagination .page-item.pi-active a svg path {
                stroke: #fff;
            }

        .al-pagination .page-item .next {
            transform: rotate(180deg);
        }

        .al-pagination .page-item a {
            transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 32px;
            -webkit-border-radius: 32px;
            -moz-border-radius: 32px;
            -ms-border-radius: 32px;
            -o-border-radius: 32px;
            border: 1px solid rgb(16 16 16 / 16%);
            padding: 5px;
            color: #101010;
            font-family: "Lato", "Arial", "Helvetica", sans-serif;
            font-weight: 400;
            font-size: 15px;
            line-height: 24px;
            background-color: #fff;
            min-width: 32px;
            width: auto;
            height: 32px;
        }

        .al-pagination .page-item picture {
            display: inline-block;
        }

            .al-pagination .page-item picture img {
                width: 12px;
                height: 12px;
            }

@media (max-width: 991px) {
    .all-product-list-section .pl-side-filter .price-range-slider #pricefilter span.ui-slider-handle {
        width: 25px;
        height: 25px;
        top: -11px;
    }

    .all-product-list-section {
        padding: 40px 0;
    }

        .all-product-list-section .all-product-head .button {
            border-radius: 5px;
            line-height: 20px;
            padding: 5px 10px;
            min-height: 40px;
        }

            .all-product-list-section .all-product-head .button#MobileFilterForList {
                display: flex;
            }

        .all-product-list-section .product-item-card .product_details_list .pdl_item .card-inner-content .ci-title-wrap h3 {
            font-size: 16px;
            line-height: 20px;
        }

        .all-product-list-section .product-item-card .product_details_list .pdl_item .card-inner-content .ci-title-wrap strong {
            font-size: 16px;
            line-height: 20px;
        }

        .all-product-list-section .pl-side-filter .price-range-slider .price-range-value .show-price-no {
            padding-right: 3px;
        }

        .all-product-list-section .all-product-head {
            flex-direction: column;
            align-items: flex-start;
        }

        .all-product-list-section .pl-side-filter {
            max-height: calc(100vh - 95px);
            width: calc(100% - 30px);
            max-width: 600px;
            background-color: #fff;
            overflow-y: auto;
            position: fixed;
            top: 80px;
            left: 15px;
            right: 15px;
            margin: auto;
            display: none;
            z-index: 999999;
            border-radius: 20px;
            box-shadow: 0px 2px 10px 1px #0000003b;
        }

            .all-product-list-section .pl-side-filter .product-ads-box {
                display: none;
            }

            .all-product-list-section .pl-side-filter .serch-location-filter {
                padding: 40px 15px 20px;
                margin-bottom: 0;
            }

                .all-product-list-section .pl-side-filter .serch-location-filter #closeFilterforList {
                    width: 30px;
                    height: 30px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding: 3px;
                    border-radius: 30px;
                    background-color: #ccc;
                    border: none;
                    outline: none;
                    overflow: hidden;
                    color: #fff;
                    font-size: 16px;
                    line-height: 1;
                    position: absolute;
                    top: 5px;
                    right: 5px;
                }

        .all-product-list-section .product-item-card {
            width: 100%;
        }

        .all-product-list-section .all-product-head .apl-title {
            font-size: 20px;
            line-height: 30px;
        }

        .all-product-list-section .product-item-card .pl-filter-list .category-list {
            gap: 16px;
        }

        .all-product-list-section .pl-side-filter .custom_Select#locationDDL {
            margin-top: 10px;
        }

        .all-product-list-section .custom_Select {
            border-radius: 5px;
            font-size: 14px;
            line-height: 17px;
            padding: 5px 12px 8px;
        }
}

@media (max-width: 767px) {
    .all-product-list-section .form-group.checkbox a::before {
        height: 20px;
        width: 20px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        margin-right: 5px;
    }

    .all-product-list-section .all-product-head .apl-button-wrap {
        gap: 10px;
    }
}

@media (max-width: 640px) {
    .all-product-list-section .product-item-card .product_details_list {
        grid-template-columns: 100%;
    }

        .all-product-list-section .product-item-card .product_details_list .al-page-wrap,
        .all-product-list-section .product-item-card .product_details_list .ads-grid-full {
            grid-column: span 1;
        }
}

/* ====== new list end ====== */



.cancelbillingmodal-wrap #Confirmationmessage {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 25px 0 15px;
    position: relative;
    padding-left: 28px;
}

    .cancelbillingmodal-wrap #Confirmationmessage:before {
        content: 'i';
        position: absolute;
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        left: 0;
        top: -1px;
        border-radius: 24px;
        background: #d1d1d1;
        color: #333;
        font-style: normal;
        font-size: 16px;
        line-height: 18px;
        font-family: serif;
        font-weight: 400;
    }

#CancelBillingModal #CancelBillingModalModalFooter {
    border-top-color: #D0D0D0;
}

#CancelBillingModal.cancelbillingmodal-wrap .modal-dialog {
    width: 460px !important;
    max-width: 94%;
}


.messages_all_wrapper .all_messages .messageList li.receivedmessages ul {
    padding-left: 24px !important;
    list-style-type: disc;
    margin-left: 0;
    width: 100%;
    max-height: inherit;
    height: auto;
}

.messages_all_wrapper .all_messages .messageList li.receivedmessages ol {
    padding-left: 24px;
}

.messages_all_wrapper .all_messages .messageList li.receivedmessages li {
    list-style: inherit;
    margin-top: 0;
}

.messages_all_wrapper .all_messages .messageList li.receivedmessages pre span {
    margin-top: 0 !important;
}

.messages_all_wrapper .all_messages .messageList li.receivedmessages > div pre > span:last-child {
    margin-top: 0 !important;
}

.messages_all_wrapper .all_messages .messageList li.receivedmessages table th,
.messages_all_wrapper .all_messages .messageList li.receivedmessages table td {
    padding: 8px;
}


/* ====== PP User pofile Css Start ====== */

.all-product-list-section .pp-side-filter .serch-location-filter.serch-filter-category .slf-filter-head {
    padding-bottom: 6px;
    margin-bottom: 12px;
}

.pp-pofile-main {
    margin: 18px 0 15px;
    background-color: #e9e9e9;
    padding: 18px 15px 15px;
    border-radius: 12px;
}

    .pp-pofile-main .pp-pofile-inner {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #c5c5c5;
    }

        .pp-pofile-main .pp-pofile-inner .pp-pofile-image {
            min-width: 70px;
            width: 70px;
            min-height: 70px;
            height: 70px;
            border-radius: 100%;
            overflow: hidden;
        }

            .pp-pofile-main .pp-pofile-inner .pp-pofile-image img {
                width: 100%;
                height: 100%;
            }

        .pp-pofile-main .pp-pofile-inner .pp-pofile-detail {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            row-gap: 10px
        }

            .pp-pofile-main .pp-pofile-inner .pp-pofile-detail h6 {
                font-size: 16px;
                line-height: 20px;
                font-weight: 700;
                color: #655D5B;
                margin: 0;
            }

            .pp-pofile-main .pp-pofile-inner .pp-pofile-detail .contact-seller-btn {
                border: 1px solid #5c724c;
                font-size: 18px;
                line-height: 22px;
                font-weight: 400;
                color: #5c724c;
                padding: 8px 10px;
                background: none;
                border-radius: 5px;
                width: 100%;
                text-align: center;
            }

    .pp-pofile-main .since-line {
        font-size: 18px;
        line-height: 22px;
        color: #655D5B;
        padding-bottom: 16px;
    }

        .pp-pofile-main .since-line p {
            margin-bottom: 10px;
        }

            .pp-pofile-main .since-line p:last-child {
                margin-bottom: 0;
            }

            .pp-pofile-main .since-line p strong {
                font-weight: 500;
            }

    .pp-pofile-main .pp-button-wrap {
        width: 100%;
        padding-bottom: 10px;
    }

        .pp-pofile-main .pp-button-wrap .armslistStore {
            width: 100%;
            text-align: center;
            margin: 0;
            margin-bottom: 12px;
            border-radius: 10px;
            padding: 8px 12px;
            font-weight: 400;
        }

        .pp-pofile-main .pp-button-wrap .pp-modal-btn {
            width: 100%;
            display: flex;
            align-items: center;
            gap: 16px;
        }

            .pp-pofile-main .pp-button-wrap .pp-modal-btn button {
                width: calc(500% - 8px);
                border: 1px solid #5c724c;
                font-size: 18px;
                line-height: 22px;
                font-weight: 400;
                color: #5c724c;
                padding: 8px 12px;
                background: none;
                border-radius: 5px;
            }

.all-product-list-section .pp-side-filter {
    width: calc(31.58% - 10px);
}

    .all-product-list-section .pp-side-filter .serch-location-filter {
        background-color: #e9e9e9;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        padding: 12px 20px 16px;
        margin-bottom: 20px;
    }

        .all-product-list-section .pp-side-filter .serch-location-filter .slf-filter-head {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 10px;
            padding-bottom: 12px;
            border-bottom: 1px solid #CCCCCC;
            margin-bottom: 24px;
        }

            .all-product-list-section .pp-side-filter .serch-location-filter .slf-filter-head h3 {
                margin: 0;
            }

        .all-product-list-section .pp-side-filter .serch-location-filter .side-title {
            color: #101010;
            font-family: "Oswald", sans-serif;
            font-weight: 700;
            font-size: 18px;
            line-height: 32px;
            letter-spacing: 0.18px;
        }

    .all-product-list-section .pp-side-filter .location_box h3 {
        color: #101010;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.16px;
        margin: 0;
    }

    .all-product-list-section .pp-side-filter .category_box .accordion-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .all-product-list-section .pp-side-filter .category_box .accordion-toggle svg {
            transition: all 0.3s linear;
        }

        .all-product-list-section .pp-side-filter .category_box .accordion-toggle[aria-expanded="true"] svg {
            transform: rotate(45deg);
        }

    .all-product-list-section .pp-side-filter .side-add {
        text-align: center;
        margin-bottom: 40px;
    }

        .all-product-list-section .pp-side-filter .side-add:last-child {
            margin-bottom: 0px;
        }

    .all-product-list-section .pp-side-filter #collapseCategory table tbody tr td h4 {
        color: #101010;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin: 5px 0;
    }

    .all-product-list-section .pp-side-filter #collapseCategory table tbody tr td h5 {
        color: #101010;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        margin: 5px 0;
    }

    .all-product-list-section .pp-side-filter #collapseCategory table tbody tr td img {
        width: 16px;
        height: 16px;
    }

    .all-product-list-section .pp-side-filter .serch-location-filter #closeFilterforList {
        display: none;
    }

    .all-product-list-section .pp-side-filter .primary_alert_button {
        display: none;
        color: #4B6719;
        background-color: #fff;
        align-items: center;
        justify-content: center;
        -moz-column-gap: 8px;
        column-gap: 6px;
        border: 1px solid #10101033;
        text-transform: uppercase;
        border-radius: 5px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        padding: 5px 10px;
        min-height: 30px;
        min-width: max-content;
        outline: none;
        cursor: pointer;
        text-align: center;
    }


.additional-information-wrap {
    /*border: 2px dashed #5c734e;*/
    padding: 15px;
    border-radius: 12px;
    padding-top: 0;
}

    .additional-information-wrap .addition-title {
        margin: 0 -15px;
        width: calc(100% + 30px);
        padding: 0 15px;
        padding-bottom: 10px;
        /*border-bottom: 1px dashed #5c734e;*/
        color: #000;
        font-size: 32px;
        font-weight: 600;
        line-height: 1.3;
    }

    .additional-information-wrap .addition-inner {
        /*display:flex;*/
        align-items: flex-end;
        gap: 36px;
        padding-top: 15px;
        padding-right: 20px;
    }

    .additional-information-wrap .additional-comment {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding-top: 40px;
    }

        .additional-information-wrap .additional-comment textarea {
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 4px;
            outline: none;
            box-shadow: inherit;
            padding: 10px
        }

    .additional-information-wrap .addition-img {
        max-width: 130px;
        min-width: 130px;
        width: 130px;
        max-height: 130px;
        min-height: 130px;
        height: 130px;
        position: relative;
        background-color: #bfbfbf;
        padding: 3px;
        border-radius: 4px;
    }

        .additional-information-wrap .addition-img > img {
            width: 100%;
            height: 100%;
            border-radius: 4px;
        }

        .additional-information-wrap .addition-img .edit-vendor-cover {
            width: 30px;
            height: 30px;
            min-width: 30px;
            min-height: 30px;
            padding: 0;
            border-radius: 31px;
            background-color: #FFFFFF;
            border: 1px solid #5C734E;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            position: absolute;
            right: -14px;
            bottom: -10px;
        }

            .additional-information-wrap .addition-img .edit-vendor-cover img {
                width: 16px;
                height: 16px;
            }

    .additional-information-wrap .additional-buttons {
        padding: 15px 35px 0 15px;
        margin: 15px -15px 0;
        /*border-top: 1px dashed #5C734E;*/
        text-align: center;
    }

        .additional-information-wrap .additional-buttons button.reset_button {
            border-color: #59734E;
            margin-right: 12px;
        }

        .additional-information-wrap .additional-buttons button.save_button {
            border-color: #59734E;
        }

.info-holder .title .title-image {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

    .info-holder .title .title-image img {
        min-width: 50px;
        width: 50px;
        min-height: 50px;
        height: 50px;
    }

    .info-holder .title .title-image h4 {
        margin-bottom: 0;
        flex: 1;
        font-size: 18px;
        font-weight: 400;
    }

.info-holder .title .vendor-button a {
    display: inline-block;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .additional-information-wrap .addition-img {
        max-width: 120px;
        min-width: 120px;
        width: 120px;
        max-height: 120px;
        min-height: 120px;
        height: 120px;
    }
}

@media (max-width: 991px) {

    .additional-information-wrap .addition-img {
        max-width: 105px;
        min-width: 105px;
        width: 105px;
        max-height: 105px;
        min-height: 105px;
        height: 105px;
    }

    .additional-information-wrap .addition-inner {
        padding-right: 0;
        gap: 24px;
    }

    .additional-information-wrap .additional-buttons {
        padding-right: 15px;
    }

        .additional-information-wrap .additional-buttons button {
            font-size: 16px;
            line-height: 22px;
            padding: 6px 13px;
        }

    .additional-information-wrap .addition-title {
        font-size: 28px;
        padding-bottom: 0;
    }
}

@media (max-width: 820px) {
    .pp-pofile-main .pp-pofile-inner .pp-pofile-detail .contact-seller-btn {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 4px;
    }

    .pp-pofile-main .pp-button-wrap .pp-modal-btn button {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 4px;
    }
}

@media (max-width: 767px) {
    .pp-pofile-main .pp-pofile-inner {
        /*flex-direction: column;*/
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .pp-pofile-main .since-line {
        font-size: 16px;
        line-height: 20px;
    }

        .pp-pofile-main .since-line p {
            margin-bottom: 6px;
        }

    .pp-pofile-main .since-line {
        padding-bottom: 12px;
    }

    .all-product-list-section .pp-side-filter .product-ads-box {
        display: none;
    }

    .all-product-list-section .pp-side-filter .primary_alert_button {
        display: flex;
    }

    .all-product-list-section .pp-side-filter .serch-location-filter {
        display: none;
        max-height: calc(100vh - 95px);
        width: calc(100% - 30px);
        max-width: 600px;
        background-color: #fff;
        overflow-y: auto;
        position: fixed;
        top: 80px;
        left: 15px;
        right: 15px;
        margin: auto;
        display: none;
        z-index: 999999;
        border-radius: 20px;
        box-shadow: 0px 2px 10px 1px #0000003b;
    }

    .all-product-list-section .pp-side-filter {
        width: 100%;
    }

        .all-product-list-section .pp-side-filter .serch-location-filter #closeFilterforList {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 3px;
            border-radius: 30px;
            background-color: #ccc;
            border: none;
            outline: none;
            overflow: hidden;
            color: #fff;
            font-size: 16px;
            line-height: 1;
            position: absolute;
            top: 5px;
            right: 5px;
        }

    #AboutModal .modal-header h4 {
        font-size: 22px;
        line-height: 26px;
    }

    #ReviewModal .modal-header h4 {
        font-size: 22px;
        line-height: 26px;
    }



    #AddReviewModal .modal-header h4 {
        font-size: 22px;
        line-height: 26px;
    }

    #AddReviewModal .modal-dialog {
        margin: 10px auto;
    }

    .additional-information-wrap .addition-inner {
        gap: 20px;
    }

    .additional-information-wrap .additional-buttons button {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 10px;
    }

    .additional-information-wrap {
        padding: 15px 0;
    }

        .additional-information-wrap .addition-title {
            font-size: 26px;
        }

    .pp-pofile-main .pp-button-wrap .pp-modal-btn {
        max-width: 314px;
    }

    .pp-pofile-main .pp-button-wrap .armslistStore {
        max-width: 314px;
    }

    .pp-pofile-main .pp-pofile-inner .pp-pofile-detail .contact-seller-btn {
        max-width: 250px;
    }
}

@media (max-width: 480px) {
    .additional-information-wrap .addition-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .additional-information-wrap .additional-comment {
        flex: 100%;
        width: 100%;
    }
}

/* ====== PP User pofile Css End ====== */



/*====== New Design of PP User profile details page start ==== */

.ppv_page-main {
    padding-top: 60px;
}

    .ppv_page-main .all-product-list-section .pp-details-head {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        padding-bottom: 40px;
    }


    .ppv_page-main .all-product-list-section .head-left {
        width: calc(100% - 360px);
    }

.all-product-list-section .pp-details-title {
    font-size: 22px;
    line-height: 32px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 0.22px;
    margin-bottom: 18px;
}

.all-product-list-section .pp-details-price {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

    .all-product-list-section .pp-details-price .flag-price-wrap {
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .all-product-list-section .pp-details-price .price-amount {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0.32px;
        color: #4B6719;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Oswald", sans-serif;
    }

.ppv_page-main .all-product-list-section .head-right {
    width: 340px;
}

.all-product-list-section .head-right .pp_listedin {
    display: flex;
    align-items: center;
    gap: 4px 8px;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 32px;
    color: #101010;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    letter-spacing: 0.18px;
    padding-bottom: 20px;
}

    .all-product-list-section .head-right .pp_listedin p {
        margin-bottom: 0;
    }

        .all-product-list-section .head-right .pp_listedin p strong {
            color: #4B6719;
        }

    .all-product-list-section .head-right .pp_listedin .new-primary-btn {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 12px;
        border-radius: 6px;
        font-weight: 500;
        text-transform: capitalize;
    }

        .all-product-list-section .head-right .pp_listedin .new-primary-btn i {
            margin-right: 3px;
        }

        .all-product-list-section .head-right .pp_listedin .new-primary-btn img {
            max-height: 16px;
            max-width: 16px;
        }

.all-product-list-section .head-right .pp-share-link {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
    align-items: center;
}

    .all-product-list-section .head-right .pp-share-link li span {
        display: inline-block;
        font-size: 18px;
        line-height: 26px;
        color: #4B6719;
        font-weight: 500;
        font-family: "Oswald", sans-serif;
        letter-spacing: 0.18px;
    }

    .all-product-list-section .head-right .pp-share-link li a {
        display: inline-block;
        max-width: 32px;
        width: 32px;
        height: 32px;
        border-radius: 4px;
        overflow: hidden;
    }

        .all-product-list-section .head-right .pp-share-link li a img {
            width: 100%;
            height: 100%;
        }






.new-primary-btn {
    display: inline-block;
    outline: none;
    text-decoration: none;
    box-shadow: inherit;
    border: 1px solid #4B6719;
    border-radius: 8px;
    background-color: #FFF;
    color: #5C724C;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    transition: all 0.3s ease;
}

    .new-primary-btn:hover {
        background-color: #e5e5e5;
        color: #5C724C;
    }

.new-primary-fill-btn {
    display: inline-block;
    outline: none;
    text-decoration: none;
    box-shadow: inherit;
    border: 1px solid #4B6719;
    border-radius: 20px;
    background-color: #4B6719;
    color: #FFFFFF;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    transition: all 0.3s ease;
    letter-spacing: 0.16px;
    text-align: center;
}

    .new-primary-fill-btn:hover {
        background-color: transparent;
        color: #4B6719;
    }

.new-primary-outlin-btn {
    display: inline-block;
    outline: none;
    box-shadow: inherit;
    text-decoration: none;
    border: 1px solid #4B6719;
    border-radius: 20px;
    background-color: #FFF;
    color: #4B6719;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    transition: all 0.3s ease;
    letter-spacing: 0.16px;
    text-align: center;
}

    .new-primary-outlin-btn:hover {
        background-color: #4B6719;
        color: #FFF;
    }


.ppv_page-main .all-product-list-section .pp-details-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.all-product-list-section .pp-details-side {
    width: calc(100% - 360px);
}

.all-product-list-section .pp-info-side {
    width: 340px;
}

.pp-info-side .vendor_party_detail {
    width: 100%;
    background-color: #ECECEC;
    border-radius: 8px;
    padding: 16px 16px 24px;
}


    .pp-info-side .vendor_party_detail .vendor_party-title {
        display: flex;
        align-items: center;
        gap: 7px;
        font-size: 18px;
        line-height: 32px;
        color: #4B6719;
        font-weight: 400;
        font-family: "Oswald", sans-serif;
        letter-spacing: 0.18px;
        margin: 0;
        margin-bottom: 14px;
    }

.pp-info-side .ppv-profile-wrap {
    padding: 16px 16px;
    background-color: #D6D6D6;
    width: calc(100% + 60px);
    margin: 0 -30px;
    position: relative;
    margin-bottom: 16px;
}

    .pp-info-side .ppv-profile-wrap::before, .pp-info-side .ppv-profile-wrap::after {
        content: '';
        position: absolute;
        bottom: -13px;
        border-top: 13px solid #9F9F9F;
    }

    .pp-info-side .ppv-profile-wrap::before {
        left: 0;
        border-left: 13px solid transparent;
    }

    .pp-info-side .ppv-profile-wrap::after {
        right: 0;
        border-right: 13px solid transparent;
    }

    .pp-info-side .ppv-profile-wrap .ppv-profileimg-name {
        display: flex;
        align-items: center;
        gap: 12px;
        padding-bottom: 16px;
    }

.pp-info-side .private-party-details .ppv-profile-wrap .ppv-profileimg-name {
    align-items: flex-start;
}

.pp-info-side .ppv-profile-wrap .ppv-profileimg-name .ppv-profileimg {
    position: relative;
    padding-bottom: 60px;
    width: 60px;
    border-radius: 100%;
}

    .pp-info-side .ppv-profile-wrap .ppv-profileimg-name .ppv-profileimg img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
        border-radius: 30px;
    }

.pp-info-side .ppv-profile-wrap .ppv-profileimg-name .ppv-profilename {
    flex: 1;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    color: #101010;
}

    .pp-info-side .ppv-profile-wrap .ppv-profileimg-name .ppv-profilename .name {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        font-family: "Oswald", sans-serif;
        letter-spacing: 0.18px;
        color: #101010;
        margin-bottom: 4px;
    }

        .pp-info-side .ppv-profile-wrap .ppv-profileimg-name .ppv-profilename .name a {
            color: #101010;
        }

    .pp-info-side .ppv-profile-wrap .ppv-profileimg-name .ppv-profilename p {
        margin-bottom: 0;
    }

.pp-info-side .ppv-profile-wrap .pp-button-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 10px;
    width: 100%;
}

    .pp-info-side .ppv-profile-wrap .pp-button-wrap button,
    .pp-info-side .ppv-profile-wrap .pp-button-wrap a {
        width: calc(50% - 5px);
        text-align: center;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        justify-content: center;
    }

        .pp-info-side .ppv-profile-wrap .pp-button-wrap button.w-100 {
            width: 100%;
        }

.pp-info-side .vendor_party_detail .new-primary-btn {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 8px;
    font-weight: 700;
    border-color: #10101033;
    font-family: "Lato", sans-serif;
}

    .pp-info-side .vendor_party_detail .new-primary-btn:hover {
        border-color: #4B6719;
    }

.pp-info-side .vendor_party_detail .new-primary-fill-btn {
    font-size: 16px;
    line-height: 22px;
    padding: 7px 7px;
}

    .pp-info-side .vendor_party_detail .new-primary-fill-btn:hover {
        background-color: #FFF;
    }

.pp-info-side .vendor_party_detail .new-primary-outlin-btn {
    font-size: 16px;
    line-height: 22px;
    padding: 7px 7px;
}

.pp-info-side .ppv-profile-wrap .blur-line {
    height: 14px;
    background-color: #AAAAAA;
    filter: blur(14px);
    position: absolute;
    bottom: 0px;
    left: 16px;
    right: 16px;
}
/*.pp-info-side .pp-contect-details{
    padding-top: 20px;
}*/
.pp-info-side .pp-contect-details .contect-line {
    padding: 16px 0;
    border-bottom: 1px solid rgba(16, 16, 16, 0.1);
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

    .pp-info-side .pp-contect-details .contect-line:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .pp-info-side .pp-contect-details .contect-line .contect-label {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 16px;
        line-height: 19px;
        color: #101010;
        font-family: "Lato", sans-serif;
        width: 115px;
    }

    .pp-info-side .pp-contect-details .contect-line a,
    .pp-info-side .pp-contect-details .contect-line p {
        flex: 1;
        display: inline-block;
        color: #4B6719;
        font-size: 16px;
        line-height: 24px;
        font-weight: 900;
        font-family: "Lato", sans-serif;
        margin-bottom: 0;
    }

.pp-info-side .specification-main {
    margin-top: 4px;
}

    .pp-info-side .specification-main .transfars-upc .pp-line-row {
        padding: 16px 16px;
        border-bottom: 1px solid rgba(16, 16, 16, 0.1);
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .pp-info-side .specification-main .transfars-upc .pp-line-row:first-child {
            border-top: 1px solid rgba(16, 16, 16, 0.1);
        }

        .pp-info-side .specification-main .transfars-upc .pp-line-row.transfars-line {
            background-color: #f6efd2;
        }

        .pp-info-side .specification-main .transfars-upc .pp-line-row .pp-line-label {
            display: flex;
            align-items: center;
            gap: 4px;
            font-size: 16px;
            line-height: 19px;
            color: #101010;
            font-family: "Oswald", sans-serif;
            width: 115px;
        }

        .pp-info-side .specification-main .transfars-upc .pp-line-row p {
            flex: 1;
            display: inline-block;
            color: #101010;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            margin-bottom: 0;
        }

.pp-info-side .specification-inner {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    background-color: rgba(216, 216, 216, 0.52);
}

    .pp-info-side .specification-inner li {
        border-bottom: 1px solid #FFF;
        padding: 16px 16px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .pp-info-side .specification-inner li .specification-lable {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            font-size: 16px;
            line-height: 19px;
            color: #101010;
            font-family: "Oswald", sans-serif;
            width: 105px;
            text-transform: uppercase;
        }

        .pp-info-side .specification-inner li .specification-detail {
            flex: 1;
            display: inline-block;
            color: #101010;
            font-size: 16px;
            line-height: 24px;
            font-weight: 700;
            font-family: "Oswald", sans-serif;
        }

.pp-info-side .primary_alert_button {
    display: none;
    color: #4B6719;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 8px;
    column-gap: 6px;
    border: 1px solid #10101033;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 5px 10px;
    min-height: 30px;
    min-width: max-content;
    outline: none;
    cursor: pointer;
    text-align: center;
}


.pp-info-side .serch-filter-category {
    margin-top: 30px;
}

.pp-info-side #closeFilterforList {
    display: none;
}

.pp-info-side .category_box .accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pp-info-side .location_box h3 {
    color: #101010;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.16px;
    margin: 0;
}

.pp-info-side .category_box .accordion-toggle svg {
    transition: all 0.3s linear;
}

.pp-info-side .category_box .accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .pp-info-side .category_box .accordion-toggle svg {
        transition: all 0.3s linear;
    }

    .pp-info-side .category_box .accordion-toggle[aria-expanded="true"] svg {
        transform: rotate(45deg);
    }

.pp-info-side .side-add {
    text-align: center;
    margin-bottom: 40px;
}

    .pp-info-side .side-add:last-child {
        margin-bottom: 0px;
    }

.pp-info-side #collapseCategory table tbody tr td h4 {
    color: #101010;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0;
}

.pp-info-side #collapseCategory table tbody tr td h5 {
    color: #101010;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
}

.pp-info-side #collapseCategory table tbody tr td img {
    width: 16px;
    height: 16px;
}

.pp-info-side .serch-location-filter #closeFilterforList {
    display: none;
}




/*==================    Modal Css Start  =========================*/
.pp-page-modal {
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 !important;
}

    .pp-page-modal .modal-dialog {
        margin: 30px auto;
    }

    .pp-page-modal .modal-content {
        margin: 0 15px;
        width: calc(100% - 30px);
        box-shadow: 0px 3px 6px #00000014;
        border-radius: 16px;
        border: none;
    }

    .pp-page-modal .modal-header {
        position: relative;
        padding: 16px 32px 0 24px;
        border: none;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        gap: 20px;
        color: rgba(16, 16, 16, 0.6);
        font-size: 16px;
        line-height: 20px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
    }

        .pp-page-modal .modal-header .modal-title {
            font-size: 24px;
            line-height: 32px;
            color: #101010;
            font-family: "Oswald", sans-serif;
            font-weight: 400;
            letter-spacing: 0.24px;
            margin: 0;
        }

        .pp-page-modal .modal-header p {
            padding-left: 12px;
            border-left: 1px solid rgba(16, 16, 16, 0.1);
            margin-bottom: 0;
            display: flex;
            align-items: center;
        }

            .pp-page-modal .modal-header p img {
                margin-left: 4px;
                display: inline-block;
            }

    .pp-page-modal .close-modal {
        display: inline-block;
        background-color: transparent;
        width: 16px;
        height: 16px;
        position: absolute;
        border: none;
        opacity: 1;
        right: 16px;
        top: 16px;
        padding: 0;
        outline: none;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        z-index: 9;
    }

        .pp-page-modal .close-modal:before, .pp-page-modal .close-modal:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            left: 0;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
            background: #000;
        }

        .pp-page-modal .close-modal:before {
            width: 16px;
            height: 2px;
        }

        .pp-page-modal .close-modal:after {
            width: 2px;
            height: 16px;
        }

    .pp-page-modal .modal-body {
        padding: 24px;
        font-size: 14px;
        line-height: 20px;
        color: #101010;
        font-family: "Lato", sans-serif;
        font-weight: 500;
    }

    .pp-page-modal .modal-footer {
        border: none;
        padding: 0 24px 24px;
    }

.pp-modal-button {
    display: inline-block;
    outline: none;
    box-shadow: inherit;
    border: 1px solid #4B6719;
    border-radius: 8px;
    background-color: #FFFFFF;
    color: #4B6719;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    transition: all 0.3s ease;
    letter-spacing: 0.16px;
    text-align: center;
}

    .pp-modal-button:hover {
        background-color: #4B6719;
        color: #FFFFFF;
    }

.pp-about-modal .modal-dialog {
    max-width: 366px;
    width: 100%;
}

/*==================    Review List Modal Css Start  =========================*/

.pp-reviews-modal .modal-dialog {
    max-width: 770px;
    width: 100%;
}

.pp-reviews-modal .pp-reviews-list {
    padding: 0;
    margin: 0;
    width: 100%;
}

    .pp-reviews-modal .pp-reviews-list .reviews-list-row {
        margin-bottom: 8px;
        width: 100%;
        background-color: #F5F5F5;
        border-radius: 8px;
        padding: 12px 16px;
    }

        .pp-reviews-modal .pp-reviews-list .reviews-list-row:last-child {
            margin-bottom: 0;
        }

        .pp-reviews-modal .pp-reviews-list .reviews-list-row .review-name {
            font-size: 16px;
            line-height: 20px;
            color: #101010;
            font-family: "Lato", sans-serif;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            gap: 4px;
            margin-bottom: 8px;
        }

            .pp-reviews-modal .pp-reviews-list .reviews-list-row .review-name span {
                display: inline-block;
                line-height: 0;
            }

        .pp-reviews-modal .pp-reviews-list .reviews-list-row .review-description {
            font-style: italic;
            font-size: 16px;
            line-height: 20px;
            color: #101010;
            font-family: "Lato", sans-serif;
            font-weight: 400;
        }


/*==================    Add Review Modal Css Start  =========================*/

.pp-addreviews-modal .modal-dialog {
    max-width: 400px;
    width: 100%;
}

.pp-addreviews-modal .star-rating {
    background-color: #F5F5F5;
    border-radius: 8px;
    width: 100%;
    padding: 15px 20px;
    margin: 0 0 24px 0;
}

    .pp-addreviews-modal .star-rating .star-rating-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        direction: rtl;
    }

    .pp-addreviews-modal .star-rating input[type="radio"] {
        display: none;
    }

    .pp-addreviews-modal .star-rating label {
        font-size: 46px;
        line-height: 40px;
        margin: 0;
        color: #d3d3d3;
        cursor: pointer;
    }

        .pp-addreviews-modal .star-rating label:hover, .pp-addreviews-modal .star-rating label:hover ~ label {
            color: #ffcc00;
        }

    .pp-addreviews-modal .star-rating input[type="radio"]:checked ~ label {
        color: #ffcc00;
    }

.pp-addreviews-modal .review-type {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 24px;
}

    .pp-addreviews-modal .review-type label {
        display: inline-block;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 20px;
        color: #101010;
        font-family: "Lato", sans-serif;
        font-weight: 700;
    }

    .pp-addreviews-modal .review-type .select-wrap-main {
        width: calc(100% - 46px);
    }

        .pp-addreviews-modal .review-type .select-wrap-main select {
            display: none !important;
        }


    .pp-addreviews-modal .review-type .review-type-select {
        padding: 0;
        width: 100% !important;
        margin-bottom: 8px;
        border-radius: 8px;
        margin-bottom: 0;
    }

        .pp-addreviews-modal .review-type .review-type-select .dropdown-backdrop {
            display: none;
        }

        .pp-addreviews-modal .review-type .review-type-select.open .dropdown-toggle .bs-caret {
            transform: rotateX(180deg)
        }

        .pp-addreviews-modal .review-type .review-type-select .dropdown-toggle {
            background-color: #fff;
            outline: none;
            box-shadow: inherit;
            border: 1px solid #10101033;
            padding: 10px 12px;
            border-radius: 8px;
            display: flex;
            align-items: center;
        }

            .pp-addreviews-modal .review-type .review-type-select .dropdown-toggle:hover,
            .pp-addreviews-modal .review-type .review-type-select .dropdown-toggle:focus {
                outline: none !important;
                background-color: #fff;
            }

            .pp-addreviews-modal .review-type .review-type-select .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
                line-height: 16px;
                color: #101010;
                font-size: 13px;
                font-family: "Lato", sans-serif;
                font-weight: 400;
                padding: 0;
            }

            .pp-addreviews-modal .review-type .review-type-select .dropdown-toggle .bs-caret {
                width: 12px;
                height: 8px;
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto 0;
                right: 10px;
                background-image: url(../images/select-dropdown-arrow.svg);
                background-repeat: no-repeat;
                background-position: center;
            }

                .pp-addreviews-modal .review-type .review-type-select .dropdown-toggle .bs-caret .caret {
                    display: none;
                }

        .pp-addreviews-modal .review-type .review-type-select > .dropdown-menu {
            width: 100% !important;
            z-index: 99;
            background: #FFF;
            padding: 0;
        }


        .pp-addreviews-modal .review-type .review-type-select .dropdown-menu .inner .dropdown-menu.inner li a {
            padding: 6px 12px;
            line-height: 16px;
            color: #101010;
            font-size: 13px;
            font-family: "Lato", sans-serif;
            font-weight: 400;
            border: none;
            outline: none;
            box-shadow: inherit;
            border-bottom: 1px solid #10101033;
        }

        .pp-addreviews-modal .review-type .review-type-select .dropdown-menu .inner .dropdown-menu.inner li:last-child a {
            border-bottom: none;
        }

        .pp-addreviews-modal .review-type .review-type-select .dropdown-menu .inner .dropdown-menu.inner li a:focus {
            border: none;
            outline: none;
            box-shadow: inherit;
        }

        .pp-addreviews-modal .review-type .review-type-select .dropdown-menu .inner .dropdown-menu.inner {
            background: transparent;
        }

            .pp-addreviews-modal .review-type .review-type-select .dropdown-menu .inner .dropdown-menu.inner li:hover a,
            .pp-addreviews-modal .review-type .review-type-select .dropdown-menu .inner .dropdown-menu.inner li.active a {
                color: #fff;
                background-color: #4B6719;
            }

.pp-addreviews-modal .review-comment .review-comment-title {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #101010;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    padding-bottom: 14px;
}

.pp-addreviews-modal .review-comment-checkbox label.checkbox {
    display: block;
    position: relative;
    padding-left: 26px;
    margin: 0;
    margin-bottom: 10px;
    cursor: pointer;
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 20px;
    color: #101010;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}

    .pp-addreviews-modal .review-comment-checkbox label.checkbox:last-child {
        margin-bottom: 0;
    }

    .pp-addreviews-modal .review-comment-checkbox label.checkbox input {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        opacity: 0;
        cursor: pointer;
        width: 16px;
        height: 16px;
        margin: 0 !important;
    }

    .pp-addreviews-modal .review-comment-checkbox label.checkbox .checkmark {
        position: absolute;
        top: calc(50% + 1px);
        transform: translateY(-50%);
        left: 0;
        height: 16px;
        width: 16px;
        border: 1px solid #4B6719;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }

        .pp-addreviews-modal .review-comment-checkbox label.checkbox .checkmark:before {
            content: '';
            position: absolute;
            opacity: 0;
            left: 2px;
            top: 3px;
            width: 10px;
            height: 5px;
            margin: auto;
            border-left: 2px solid #fff;
            border-bottom: 2px solid #fff;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

    .pp-addreviews-modal .review-comment-checkbox label.checkbox input:checked ~ .checkmark:before {
        opacity: 1;
    }

.pp-addreviews-modal .review-comment-checkbox .checkbox input:checked ~ .checkmark {
    background: #4B6719;
    border-color: #4B6719;
}

.pp-addreviews-modal .modal-footer .pp-modal-button.fill-btn {
    width: 100%;
    border-radius: 19px;
    background-color: #4B6719;
    color: #FFF;
    padding: 7px 16px;
}

.all-product-list-section .pp-details-price .dropdown a.btn {
    border: 1px solid #4B6719;
    border-radius: 8px;
    background-color: #FFF;
    color: #5C724C;
    font-size: 18px;
    font-weight: 600;
    padding: 7px 40px 9px 10px;
}

#ReviewModal .modal-body {
    max-height: calc(100vh - 176px);
    overflow: auto;
}

    #ReviewModal .modal-body::-webkit-scrollbar {
        width: 6px;
    }

    #ReviewModal .modal-body::-webkit-scrollbar-thumb {
        background-color: #c4c4c4;
    }

    #ReviewModal .modal-body::-webkit-scrollbar-track {
        background-color: #fff;
    }

.all-product-list-section .pp-details-price .dropdown a.btn:hover {
    background-color: #e5e5e5;
    color: #5C724C;
}

.all-product-list-section .pp-details-side .postContent {
    width: 100%;
    overflow: hidden;
}

    .all-product-list-section .pp-details-side .postContent .row {
        margin: 0;
    }

#ImageUploadModel.ppImageUploadModel .modal-dialog {
    max-width: 620px;
    padding: 12px;
}

    #ImageUploadModel.ppImageUploadModel .modal-dialog .modal-content .modal-body .divimage {
        gap: 8px;
        margin: 0 -24px;
        padding: 0 24px;
        max-height: 222px;
        overflow: auto;
    }

        #ImageUploadModel.ppImageUploadModel .modal-dialog .modal-content .modal-body .divimage::-webkit-scrollbar {
            width: 6px;
        }


        #ImageUploadModel.ppImageUploadModel .modal-dialog .modal-content .modal-body .divimage::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #c4c4c4;
            cursor: pointer;
        }

        #ImageUploadModel.ppImageUploadModel .modal-dialog .modal-content .modal-body .divimage::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: #fff;
        }

        #ImageUploadModel.ppImageUploadModel .modal-dialog .modal-content .modal-body .divimage .preview-img-item {
            width: calc(20% - 7px);
            padding: 2px;
            border: 1px solid #cbcbcb;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

            #ImageUploadModel.ppImageUploadModel .modal-dialog .modal-content .modal-body .divimage .preview-img-item.selected-bg-img {
                border: 3px solid #637e31;
            }

#ImageUploadModel.ppImageUploadModel .vendor-bottom-buttons {
    margin-top: 20px;
}


.likecomment-modal {
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 !important;
}

    .likecomment-modal .modal-dialog {
        margin: 30px auto;
        max-width: 770px;
        width: 100%;
    }

    .likecomment-modal .modal-content {
        margin: 0 15px;
        width: calc(100% - 30px);
        box-shadow: 0px 3px 6px #00000014;
        border-radius: 16px;
        border: none;
    }

    .likecomment-modal .modal-header {
        position: relative;
        padding: 16px 32px 0 16px;
        border: none;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        gap: 20px;
        color: rgba(16, 16, 16, 0.6);
        font-size: 16px;
        line-height: 20px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
    }

        .likecomment-modal .modal-header .modal-title {
            font-size: 24px;
            line-height: 32px;
            color: #101010;
            font-family: "Oswald", sans-serif;
            font-weight: 400;
            letter-spacing: 0.24px;
            margin: 0;
        }

    .likecomment-modal .close-modal {
        display: inline-block;
        background-color: transparent;
        width: 16px;
        height: 16px;
        position: absolute;
        border: none;
        opacity: 1;
        right: 16px;
        top: 16px;
        padding: 0;
        outline: none;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

        .likecomment-modal .close-modal:before, .likecomment-modal .close-modal:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            left: 0;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
            background: #000;
        }

        .likecomment-modal .close-modal:before {
            width: 16px;
            height: 2px;
        }

        .likecomment-modal .close-modal:after {
            width: 2px;
            height: 16px;
        }

    .likecomment-modal .modal-body {
        padding: 16px;
        margin-top: 12px;
        border-top: 1px solid #ccc;
    }

    .likecomment-modal .modal-body-inner {
        max-height: calc(100vh - 158px);
        overflow: auto;
        width: 100%;
    }

        .likecomment-modal .modal-body-inner::-webkit-scrollbar {
            width: 6px;
        }

            .likecomment-modal .modal-body-inner::-webkit-scrollbar:horizontal {
                height: 6px;
            }

        .likecomment-modal .modal-body-inner::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #c4c4c4;
        }

        .likecomment-modal .modal-body-inner::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: #fff;
        }

    .likecomment-modal table {
        width: calc(100% - 8px);
        min-width: calc(600px - 8px);
        margin: 0 4px 4px;
    }

        .likecomment-modal table th {
            padding: 4px 8px;
            font-size: 15px;
            line-height: 18px;
            color: #000;
            border: 1px solid #ccc;
            white-space: nowrap;
        }

            .likecomment-modal table th.numberth {
                max-width: 130px;
                width: 130px;
            }

        .likecomment-modal table td {
            padding: 4px 8px;
            font-size: 14px;
            line-height: 18px;
            color: #000;
            border: 1px solid #ccc;
        }

            .likecomment-modal table td.numbertd {
                white-space: nowrap;
            }

#IsWillingToShipModel .modal-dialog {
    max-width: 334px;
}

.more-product-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 32px;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
}

    .more-product-list:first-child {
        border-top: 1px solid #cccccc;
    }

    .more-product-list:last-child {
        border-bottom: none;
    }

    .more-product-list .more-product-img {
        width: calc(39% - 16px);
    }

        .more-product-list .more-product-img .postSearchImg {
            padding-bottom: 67%;
        }

    .more-product-list .more-product-content {
        width: calc(61% - 16px);
    }

        .more-product-list .more-product-content .product-name {
            font-size: 24px;
            line-height: 32px;
            font-family: "Oswald", sans-serif;
            font-weight: 400;
            color: #101010;
            margin: 0;
            margin-bottom: 8px;
        }

            .more-product-list .more-product-content .product-name a {
                color: #101010;
            }

        .more-product-list .more-product-content .morep-info {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px 20px;
            margin-bottom: 20px;
        }

            .more-product-list .more-product-content .morep-info span {
                white-space: nowrap;
                display: inline-flex;
                gap: 4px;
                align-items: center;
                font-size: 16px;
                line-height: 20px;
                font-family: "Lato", sans-serif;
                font-weight: 400;
                color: #655D5B;
                position: relative;
            }

                .more-product-list .more-product-content .morep-info span:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    right: -10px;
                    width: 1px;
                    height: 19px;
                    margin: auto 0;
                    background-color: #707070;
                }

                .more-product-list .more-product-content .morep-info span:last-child:before {
                    content: inherit;
                    display: none;
                }

        .more-product-list .more-product-content .soldout-items .soldout-head {
            display: flex;
            align-items: center;
            gap: 12px;
            justify-content: space-between;
            margin-bottom: 18px;
        }

        .more-product-list .more-product-content .soldout-items .sold-title {
            display: inline-block;
            font-size: 20px;
            line-height: 22px;
            color: #FE0000;
            margin: 0;
            font-weight: 500;
        }

        .more-product-list .more-product-content .soldout-items .sold-input-wrap {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 10px 12px;
            padding: 10px;
            background-color: #efefef;
            border: 1px solid #eee;
            border-radius: 10px;
            width: 100%;
        }

        .more-product-list .more-product-content .soldout-items .form-group {
            flex: 1;
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 0;
        }

            .more-product-list .more-product-content .soldout-items .form-group label {
                margin-bottom: 0;
                color: #000;
                font-weight: 500;
                white-space: nowrap;
            }

            .more-product-list .more-product-content .soldout-items .form-group input {
                padding: 6px 10px 8px;
                border: 1px solid #fff;
                outline: none;
                box-shadow: inherit;
                background-color: #fff;
                font-size: 16px;
                line-height: 20px;
                font-weight: 400;
                color: #000;
                border-radius: 5px;
                flex: 1;
                transition: all 0.3s ease;
            }

                .more-product-list .more-product-content .soldout-items .form-group input:focus {
                    border-color: #4B6719;
                }

        .more-product-list .more-product-content .soldout-items .notify-btn {
            display: inline-block;
            padding: 8px 16px;
            font-size: 16px;
            line-height: 18px;
            font-family: "Lato", sans-serif;
            font-weight: 700;
            color: #FFF;
            background-color: #4B6719;
            border: 1px solid #4B6719;
            outline: none;
            box-shadow: inherit;
            border-radius: 5px;
            white-space: nowrap;
        }

.product-price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 16px;
}

    .product-price-wrap .mp-price {
        display: flex;
        align-items: stretch;
        gap: 8px;
        flex-wrap: wrap;
    }

        .product-price-wrap .mp-price .amount-box {
            position: relative;
            border: 1px solid #CCCCCC;
            background-color: #FFF;
            border-radius: 8px;
            width: 140px;
            max-width: 140px;
            padding: 15px 8px 46px 8px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 8px;
            text-align: center;
        }

.more-product-content .product-price-wrap .mp-price .amount-box.twobox-flex-class,
.mo-product-details-content .product-price-wrap .mp-price .amount-box.twobox-flex-class {
    width: 200px;
    max-width: 200px;
}

.product-price-wrap .mp-price .amount-box .product-price {
    font-size: 20px;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #4B6719;
    margin: 0;
}

            .product-price-wrap .mp-price .amount-box .without-login-title {
                font-size: 16px;
                line-height: 20px;
                font-family: "Lato", sans-serif;
                font-weight: 700;
                color: red;
            }

            .product-price-wrap .mp-price .amount-box small {
                padding: 2px 8px;
                font-size: 10px;
                line-height: 12px;
                color: #FFF;
                background-color: #FE0000;
                border-radius: 18px;
                letter-spacing: 0.1px;
                font-family: "Lato", sans-serif;
                font-weight: 700;
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                white-space: nowrap;
            }

            .product-price-wrap .mp-price .amount-box p {
                font-size: 11px;
                line-height: 13px;
                font-family: "Lato", sans-serif;
                font-weight: 700;
                color: #101010;
                margin-bottom: 0;
            }

            .product-price-wrap .mp-price .amount-box .add-cart-btn {
                position: absolute;
                bottom: 8px;
                left: 8px;
                right: 8px;
                display: flex;
                justify-content: center;
                gap: 8px;
                align-items: center;
                border-radius: 18px;
                font-size: 13px;
                line-height: 16px;
                font-family: "Lato", sans-serif;
                font-weight: 700;
                color: #FFF;
                background-color: #4B6719;
                border: 1px solid #4B6719;
                outline: none;
                box-shadow: inherit;
                padding: 5px;
            }

                .product-price-wrap .mp-price .amount-box .add-cart-btn.disabled {
                    opacity: 0.65;
                    pointer-events: none;
                }

.more-product-content .more-info-btn {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    border-radius: 18px;
    font-size: 13px;
    line-height: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #4B6719;
    background-color: #F8F8F8;
    border: 1px solid #CCCCCC;
    outline: none;
    box-shadow: inherit;
    padding: 8px 16px;
    letter-spacing: 0.13px;
    transition: all 0.3s ease;
}

.more-product-details-head .head-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 22px;
}

    .more-product-details-head .head-inner .details-title {
        flex: 1px;
        margin: 0;
        font-size: 30px;
        line-height: 34px;
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        letter-spacing: 0.3px;
        color: #101010;
        min-width: 38%;
    }

    .more-product-details-head .head-inner .mpd-right-wrap {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .more-product-details-head .head-inner .button-wrap {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .more-product-details-head .head-inner .button-wrap .more-btn {
            display: inline-block;
            outline: none;
            box-shadow: inherit;
            border: 1px solid #4B6719;
            background-color: transparent;
            border-radius: 8px;
            padding: 10px 16px;
            font-size: 16px;
            line-height: 24px;
            font-family: "Oswald", sans-serif;
            font-weight: 300;
            letter-spacing: 0.16px;
            color: #4B6719;
        }

        .more-product-details-head .head-inner .button-wrap .earn-btn {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            gap: 8px;
            outline: none;
            box-shadow: inherit;
            background: transparent linear-gradient(90deg, #101010 0%, #5D5D5D 100%);
            border-radius: 8px;
            padding: 11px 16px;
            font-size: 16px;
            line-height: 24px;
            font-family: "Oswald", sans-serif;
            font-weight: 300;
            letter-spacing: 0.16px;
            color: #FFF;
        }

.mo-product-details-content .select-variant {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

    .mo-product-details-content .select-variant .lbl {
        margin: 0;
    }

    .mo-product-details-content .select-variant .drp select {
        border: 1px solid #10101033;
        border-radius: 8px;
        width: 100%;
        height: inherit;
        padding: 10px 12px;
    }

.mo-product-details-content .product-price-wrap {
    padding-bottom: 24px;
}

    .mo-product-details-content .product-price-wrap .mp-price {
        width: 100%;
        gap: 24px;
    }

        .mo-product-details-content .product-price-wrap .mp-price .amount-box {
            width: calc(50% - 12px);
            max-width: calc(50% - 12px);
        }

            .mo-product-details-content .product-price-wrap .mp-price .amount-box.without-login {
                max-width: 100%;
                width: 100%;
            }

                .mo-product-details-content .product-price-wrap .mp-price .amount-box.without-login .add-cart-btn {
                    max-width: 216px;
                    width: 100%;
                    margin: 0 auto;
                    padding: 10px 5px;
                }

        .mo-product-details-content .product-price-wrap .mp-price .notify-box {
            border: 1px dashed #5C724C;
            background-color: #ededed;
            width: 100%;
            padding: 10px 12px;
            border-radius: 10px;
            display: flex;
            align-items: flex-end;
            flex-wrap: wrap;
            justify-content: center;
            gap: 12px;
        }

            .mo-product-details-content .product-price-wrap .mp-price .notify-box .form-group {
                flex: 1;
                display: flex;
                align-items: center;
                gap: 10px;
                margin-bottom: 0;
            }

                .mo-product-details-content .product-price-wrap .mp-price .notify-box .form-group label {
                    margin-bottom: 0;
                    color: #000;
                    font-weight: 500;
                    white-space: nowrap;
                }

                .mo-product-details-content .product-price-wrap .mp-price .notify-box .form-group input {
                    padding: 6px 10px 8px;
                    border: 1px solid #fff;
                    outline: none;
                    box-shadow: inherit;
                    background-color: #fff;
                    font-size: 16px;
                    line-height: 20px;
                    font-weight: 400;
                    color: #000;
                    border-radius: 5px;
                    flex: 1;
                    transition: all 0.3s ease;
                }

                    .mo-product-details-content .product-price-wrap .mp-price .notify-box .form-group input:focus {
                        border-color: #4B6719;
                    }

            .mo-product-details-content .product-price-wrap .mp-price .notify-box .notify-btn {
                display: inline-block;
                padding: 8px 16px;
                font-size: 16px;
                line-height: 18px;
                font-family: "Lato", sans-serif;
                font-weight: 700;
                color: #FFF;
                background-color: #4B6719;
                border: 1px solid #4B6719;
                outline: none;
                box-shadow: inherit;
                border-radius: 5px;
                white-space: nowrap;
            }

@media(max-width: 480px) {
    .mo-product-details-content .product-price-wrap .mp-price .amount-box {
        padding: 15px 150px 15px 14px;
        text-align: center;
    }

        .mo-product-details-content .product-price-wrap .mp-price .amount-box .without-login-title {
            width: 100%;
        }

        .mo-product-details-content .product-price-wrap .mp-price .amount-box.without-login .add-cart-btn {
            bottom: 8px;
            top: auto;
            left: 0;
            right: 0;
            transform: none;
        }
        .more-product-content .product-price-wrap .mp-price .amount-box.twobox-flex-class,
        .mo-product-details-content .product-price-wrap .mp-price .amount-box.twobox-flex-class {
            width: 100%;
            max-width: 100%;
        }
}

.details-description .description-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 16px;
}

    .details-description .description-head span {
        display: inline-block;
        line-height: 0;
        min-width: 28px;
        width: 28px;
        min-height: 28px;
        height: 28px;
        position: relative;
        top: 1px;
    }

        .details-description .description-head span img {
            width: 100%;
            height: 100%;
        }

    .details-description .description-head .vd-name {
        margin: 0;
        padding: 0;
        font-size: 24px;
        line-height: 28px;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        color: #101010;
    }

.details-description .discription-inner {
    padding: 20px 24px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
}

    .details-description .discription-inner ul {
        display: flex;
        flex-wrap: wrap;
        gap: 24px 20px;
        margin: 0;
        padding: 0;
    }

        .details-description .discription-inner ul li {
            width: calc(50% - 10px)
        }

            .details-description .discription-inner ul li span {
                display: block;
                font-size: 14px;
                line-height: 17px;
                margin-bottom: 4px;
                font-family: "Lato", sans-serif;
                font-weight: 400;
                color: #101010;
            }

            .details-description .discription-inner ul li strong {
                display: block;
                font-size: 16px;
                line-height: 19px;
                font-family: "Lato", sans-serif;
                font-weight: 700;
                color: #101010;
            }




.drp .select2-container {
    display: block;
    width: 100% !important;
    margin-bottom: 15px;
}

    .drp .select2-container:last-child {
        margin-bottom: 0;
    }

    .drp .select2-container .selection .select2-selection {
        min-height: 40px;
        border-radius: 8px;
    }

.drp .select2-container--open .selection .select2-selection,
.drp .select2-container--focus .selection .select2-selection {
    border-color: #5c724c;
}

.drp .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    min-height: 40px;
}

.drp .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

.custom-radio .radio-btn {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #4B6719;
    margin: 0 20px 8px 0;
}

    .custom-radio .radio-btn:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }

    .custom-radio .radio-btn input {
        position: absolute;
        top: 1px;
        left: 0;
        height: 18px;
        width: 18px;
        opacity: 0;
        cursor: pointer;
        margin: 0;
    }

    .custom-radio .radio-btn .checkmark {
        position: absolute;
        top: 2px;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #fff;
        border-radius: 50%;
        transition: all 0.4s ease;
        border: 1px solid #4B6719;
    }

    .custom-radio .radio-btn input:checked ~ .checkmark {
        background-color: #4B6719;
    }

        .custom-radio .radio-btn input:checked ~ .checkmark:after {
            display: block;
        }

    .custom-radio .radio-btn .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #fff;
        right: 0;
        bottom: 0;
        margin: auto;
    }

#NotEnoughPointsModel.pp-page-modal .modal-body {
    padding-top: 35px;
}

/* error page css start */
.al-error-section {
    padding: 20px 0 30px;
}

    .al-error-section .al-error-content {
        max-width: 584px;
        margin: 0 auto;
    }

        .al-error-section .al-error-content .al-error-title {
            color: #000000;
            font-family: "Oswald", sans-serif;
            font-size: 24px;
            font-weight: 700;
            line-height: 36px;
            margin-bottom: 30px;
            text-align: center;
            margin-top: 0;
        }

        .al-error-section .al-error-content .al-error-box {
            padding: 24px;
            background: #ffffff;
            border: 1px solid #D2D2D2;
            border-radius: 16px;
            text-align: center;
        }

            .al-error-section .al-error-content .al-error-box p {
                margin-bottom: 6px;
            }

                .al-error-section .al-error-content .al-error-box p:last-child {
                    margin-bottom: 0;
                }

        .al-error-section .al-error-content .al-error-img {
            max-width: 163px;
            width: 100%;
            margin: 0 auto 30px;
            display: block;
        }

            .al-error-section .al-error-content .al-error-img img {
                width: 100%;
                height: auto;
            }

        .al-error-section .al-error-content .al-error-box .al-error-button {
            background-color: #4B6719;
            border: 1px solid #4B6719;
            border-radius: 21px;
            padding: 9px 15px;
            min-width: 160px;
            margin-top: 16px;
            transition: all 0.3s linear;
            display: inline-block;
            color: #ffffff;
            font-family: "Oswald", sans-serif;
            font-size: 16px;
            font-weight: 700;
            line-height: 24px;
            letter-spacing: 0.16px;
        }

            .al-error-section .al-error-content .al-error-box .al-error-button:hover {
                color: #000000;
                background-color: #ffffff;
            }
/* error page css end */
@media only screen and (max-width:1366px) {
    .al-error-section .al-error-content .al-error-title {
        margin-bottom: 20px;
    }

    .al-error-section .al-error-content .al-error-img {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:1280px) {
    .pp-info-side .pp-share-link {
        padding-bottom: 24px;
    }

    .pp-info-side .pp-contect-details .contect-line {
        padding: 12px 0;
    }

    .pp-info-side .specification-main .transfars-upc .pp-line-row {
        padding: 12px 12px;
    }

    .pp-info-side .specification-inner li {
        padding: 12px 12px;
    }

    .pp-info-side .vendor_party_detail {
        padding: 12px 12px 20px;
    }

    .pp-info-side .ppv-profile-wrap {
        padding: 12px 12px;
        width: calc(100% + 48px);
        margin: 0 -24px;
        margin-bottom: 16px;
    }

    .all-product-list-section .pp-details-price .price-amount {
        font-size: 30px;
        line-height: 32px;
    }

    .all-product-list-section .pp-details-price .new-primary-btn {
        padding: 8px 11px;
        font-size: 16px;
        line-height: 24px;
    }

    .all-product-list-section .pp-details-price .dropdown a.btn {
        padding: 5px 40px 5px 10px;
    }

    .ppv_page-main .all-product-list-section .pp-details-head {
        padding-bottom: 30px;
    }

    .all-product-list-section .pp-details-price {
        gap: 20px;
    }

        .all-product-list-section .pp-details-price .flag-price-wrap {
            gap: 20px;
        }

    .more-product-content .product-price-wrap .mp-price .amount-box {
        width: 130px;
        max-width: 130px;
    }
}

@media only screen and (max-width:1199px) {
    .more-product-details-head .head-inner .mpd-right-wrap {
        flex-wrap: wrap;
        max-width: 322px;
    }
}

@media only screen and (max-width: 1024px) {
    .more-product-details-head .head-inner .mpd-right-wrap {
        max-width: 303px;
    }

    .more-product-details-head .head-inner .details-title {
        font-size: 28px;
        line-height: 32px;
    }

    .more-product-details-head .head-inner .button-wrap .more-btn {
        padding: 8px 14px;
        font-size: 15px;
        line-height: 22px;
    }

    .more-product-details-head .head-inner .button-wrap .earn-btn {
        padding: 9px 16px;
        font-size: 15px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 991px) {
    .ppv_page-main .all-product-list-section .head-right {
        width: 290px;
    }

    .ppv_page-main .all-product-list-section .head-left {
        width: calc(100% - 310px);
    }

    .pp-info-side .pp-share-link {
        padding-bottom: 20px;
    }

    .pp-info-side .vendor_party_detail .vendor_party-title {
        line-height: 28px;
        margin-bottom: 10px;
    }

    .pp-info-side .pp-contect-details .contect-line {
        padding: 10px 0;
    }

    .pp-info-side .specification-main .transfars-upc .pp-line-row {
        padding: 10px 12px;
    }

    .pp-info-side .specification-inner li {
        padding: 10px 12px;
    }

    .pp-info-side .ppv-profile-wrap .ppv-profileimg-name {
        padding-bottom: 12px;
    }

    .all-product-list-section .pp-info-side {
        width: 290px;
    }

    .all-product-list-section .pp-details-side {
        width: calc(100% - 310px);
    }

    .pp-info-side .ppv-profile-wrap .pp-button-wrap button, .pp-info-side .ppv-profile-wrap .pp-button-wrap a {
        width: 100%;
    }

    .all-product-list-section .pp-details-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .all-product-list-section .pp-details-price .price-amount {
        font-size: 26px;
        line-height: 30px;
    }

    .ppv_page-main .all-product-list-section .pp-details-head {
        padding-bottom: 20px;
    }

    .all-product-list-section .pp-details-price {
        gap: 16px;
    }

        .all-product-list-section .pp-details-price .flag-price-wrap {
            gap: 16px;
        }

        .all-product-list-section .pp-details-price .new-primary-btn {
            padding: 4px 8px;
        }

        .all-product-list-section .pp-details-price .dropdown a.btn {
            padding: 6px 40px 6px 10px;
            line-height: 20px;
        }

    .likecomment-modal .modal-header .modal-title {
        font-size: 22px;
        line-height: 30px;
    }

    .likecomment-modal .modal-body-inner {
        max-height: calc(100vh - 152px);
    }

    .product-price-wrap .mp-price .amount-box .product-price {
        font-size: 18px;
        line-height: 22px;
    }

    .more-product-content .product-price-wrap .mp-price .amount-box {
        width: 120px;
        max-width: 120px;
    }

    .product-price-wrap .mp-price .amount-box .add-cart-btn {
        left: 4px;
        right: 4px;
        bottom: 4px;
    }

    .more-product-content .product-price-wrap {
        gap: 12px;
    }

    .more-product-content .more-info-btn {
        padding: 6px 12px;
    }

    .more-product-list .more-product-content .morep-info {
        gap: 10px 16px;
    }

        .more-product-list .more-product-content .morep-info span:before {
            right: -8px;
        }

    .more-product-list .more-product-content .product-name {
        font-size: 22px;
        line-height: 30px;
    }

    .more-product-list .more-product-img .postSearchImg {
        padding-bottom: 80%;
    }

    .details-description .discription-inner {
        padding: 16px 20px;
    }

        .details-description .discription-inner ul {
            gap: 20px;
        }

    .top-holder.more-product-details-head .container-fluid {
        display: block;
    }

    .more-product-details-head .head-inner .details-title {
        font-size: 26px;
        line-height: 30px
    }

    .more-product-details-head .head-inner .button-wrap .more-btn {
        font-size: 14px;
        line-height: 18px;
    }

    .more-product-details-head .head-inner .button-wrap .earn-btn {
        font-size: 14px;
        line-height: 18px;
    }

    .more-product-details-head .head-inner {
        padding-bottom: 16px;
    }
}

@media only screen and (max-width: 820px) {
    .all-product-list-section .pp-info-side {
        width: 220px;
    }

    .all-product-list-section .pp-details-side {
        width: calc(100% - 240px);
    }

    .ppv_page-main .all-product-list-section .head-right {
        width: 220px;
    }

    .ppv_page-main .all-product-list-section .head-left {
        width: calc(100% - 240px);
    }

    .pp-share-link .social-bar table tr td {
        font-size: 16px;
    }

        .pp-share-link .social-bar table tr td .social_bar_list li img {
            max-width: 30px;
            width: 30px;
            height: 30px;
            max-height: 30px;
        }

    .pp-share-link .social-bar ul li {
        padding-right: 2px;
    }
}

@media only screen and (max-width:767px) {
    .al-error-section {
        padding: 20px 0 10px;
    }

        .al-error-section .al-error-content .al-error-title {
            font-size: 20px;
            line-height: 32px;
        }

        .al-error-section .al-error-content .al-error-box {
            padding: 20px 15px;
        }

            .al-error-section .al-error-content .al-error-box .al-error-button {
                margin-top: 15px;
            }

    .ppv_page-main .all-product-list-section .head-right {
        width: 100%;
    }

    .ppv_page-main .all-product-list-section .head-left {
        width: 100%;
    }

    .all-product-list-section .pp-info-side {
        max-width: calc(100% - 26px);
        width: calc(100% - 26px);
        margin: 0 13px;
    }

    .all-product-list-section .pp-details-side {
        width: 100%;
    }

    .pp-info-side .ppv-profile-wrap .pp-button-wrap button, .pp-info-side .ppv-profile-wrap .pp-button-wrap a {
        width: calc(50% - 5px);
    }

    .pp-info-side .product-ads-box {
        display: none;
    }

    .pp-info-side .ppv-profile-wrap .ppv-profileimg-name .ppv-profilename .listing_p {
        display: flex;
        align-items: center;
    }

        .pp-info-side .ppv-profile-wrap .ppv-profileimg-name .ppv-profilename .listing_p p.first-p {
            padding-right: 16px;
        }

        .pp-info-side .ppv-profile-wrap .ppv-profileimg-name .ppv-profilename .listing_p p.second-p {
            padding-left: 16px;
            position: relative
        }

            .pp-info-side .ppv-profile-wrap .ppv-profileimg-name .ppv-profilename .listing_p p.second-p:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 1px;
                height: calc(100% - 5px);
                background-color: #4B6719;
            }

    .likecomment-modal .modal-header {
        padding: 10px 32px 0 16px;
    }

    .likecomment-modal .modal-body {
        padding: 12px 16px 16px;
        margin-top: 8px;
    }

    .likecomment-modal .modal-header .modal-title {
        font-size: 20px;
        line-height: 28px;
    }

    .likecomment-modal .modal-body-inner {
        max-height: calc(100vh - 136px);
    }

    .mo-product-details-content {
        padding-top: 30px;
    }

        .mo-product-details-content .select-variant {
            margin-bottom: 24px;
        }

    .details-description .description-head .vd-name {
        font-size: 22px;
        line-height: 26px;
    }

    .details-description .discription-inner {
        padding: 12px 12px;
    }

        .details-description .discription-inner ul {
            gap: 16px;
        }

            .details-description .discription-inner ul li {
                width: calc(50% - 8px);
            }

    .more-product-details-head .head-inner {
        padding-bottom: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

        .more-product-details-head .head-inner .details-title {
            font-size: 24px;
            line-height: 28px;
        }

    .more-product-list .more-product-img {
        width: 100%;
    }

        .more-product-list .more-product-img .postSearchImg {
            padding-bottom: 35%;
        }

    .more-product-list .more-product-content {
        width: 100%;
    }

    .more-product-details-head .head-inner .mpd-right-wrap {
        max-width: 100%;
    }
}

@media only screen and (max-width:575px) {
    #ImageUploadModel.ppImageUploadModel .modal-dialog .modal-content .modal-body .divimage .preview-img-item {
        width: calc(25% - 6px);
    }

    .more-product-details-head .head-inner {
        gap: 10px;
    }
}

@media only screen and (max-width:480px) {
    .pp-info-side .specification-inner li .specification-lable {
        font-size: 14px;
        line-height: 18px;
        width: 95px;
    }

    .pp-info-side .specification-main .transfars-upc .pp-line-row .pp-line-label {
        font-size: 14px;
        line-height: 18px;
        width: 95px;
    }

    .pp-info-side .pp-contect-details .contect-line .contect-label {
        font-size: 14px;
        line-height: 18px;
        width: 95px;
    }

    .pp-info-side .pp-contect-details .contect-line a, .pp-info-side .pp-contect-details .contect-line p {
        font-size: 14px;
        line-height: 18px;
    }

    .pp-info-side .specification-main .transfars-upc .pp-line-row p {
        font-size: 14px;
        line-height: 18px;
    }

    .pp-info-side .specification-inner li .specification-detail {
        font-size: 14px;
        line-height: 18px;
    }

    .pp-page-modal .modal-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

        .pp-page-modal .modal-header p {
            padding-left: 0;
            border-left: 0;
        }

    #ReviewModal .modal-body {
        max-height: calc(100vh - 212px);
    }

    .pp-addreviews-modal .star-rating {
        padding: 12px;
        margin: 0 0 18px 0;
    }

        .pp-addreviews-modal .star-rating .star-rating-inner {
            gap: 8px;
        }

        .pp-addreviews-modal .star-rating label {
            font-size: 42px;
        }

    .pp-page-modal .modal-header {
        position: relative;
        padding: 16px 32px 0 16px;
    }

    .pp-page-modal .modal-body {
        padding: 24px 16px;
    }

    .pp-page-modal .modal-footer {
        padding: 0 16px 24px;
    }

    .product-price-wrap .mp-price .amount-box {
        padding: 15px 150px 15px 14px;
        align-items: flex-start;
    }

    .mo-product-details-content .product-price-wrap .mp-price .amount-box {
        width: 100%;
        max-width: 100%;
    }

    .product-price-wrap .mp-price .amount-box .add-cart-btn {
        max-width: 135px;
        width: 100%;
        left: inherit;
        bottom: inherit;
        top: 50%;
        transform: translateY(-50%);
        padding: 8px 16px;
    }

    .mo-product-details-content .select-variant {
        margin-bottom: 18px;
    }

    .details-description .discription-inner ul {
        gap: 12px;
    }

        .details-description .discription-inner ul li {
            width: 100%;
        }

    .more-product-details-head .head-inner .details-title {
        font-size: 20px;
        line-height: 26px;
    }

    .product-price-wrap .mp-price {
        width: 100%;
        flex-direction: column;
        gap: 24px;
    }

    .more-product-content .product-price-wrap .mp-price .amount-box {
        width: 100%;
        max-width: 100%;
    }
    .login-sub-link {
        text-align: left;
        font-size: 14px;
    }
    .amount-box .flex-member-price {
        display: flex;
        align-items: center;
        gap: 5px;
    }
}

@media only screen and (max-width:479px) {
    #ImageUploadModel.ppImageUploadModel .modal-dialog .modal-content .modal-body .divimage {
        margin: 0 -15px;
        padding: 0 15px;
    }
}

@media only screen and (max-width:429px) {
    #ImageUploadModel.ppImageUploadModel .modal-dialog {
        margin-left: 0;
        margin-right: 0;
    }

        #ImageUploadModel.ppImageUploadModel .modal-dialog .modal-content .modal-body .divimage .preview-img-item {
            width: calc(33.33% - 6px);
        }
}

@media only screen and (max-width:375px) {

    .pp-addreviews-modal .review-type {
        padding-bottom: 18px;
    }

    .more-product-details-head .head-inner .button-wrap .more-btn {
        padding: 6px 12px;
    }

    .more-product-details-head .head-inner .button-wrap .earn-btn {
        padding: 7px 12px;
    }
}

@media only screen and (max-width:359px) {
    .pp-info-side .ppv-profile-wrap .pp-button-wrap button, .pp-info-side .ppv-profile-wrap .pp-button-wrap a {
        width: 100%;
    }

    .pp-info-side .ppv-profile-wrap .ppv-profileimg-name .ppv-profilename .listing_p {
        flex-direction: column;
        align-items: flex-start;
    }

        .pp-info-side .ppv-profile-wrap .ppv-profileimg-name .ppv-profilename .listing_p p.first-p {
            padding: 0;
        }

        .pp-info-side .ppv-profile-wrap .ppv-profileimg-name .ppv-profilename .listing_p p.second-p {
            padding: 0;
        }

            .pp-info-side .ppv-profile-wrap .ppv-profileimg-name .ppv-profilename .listing_p p.second-p:before {
                content: inherit;
            }

    #ImageUploadModel.ppImageUploadModel .modal-dialog .modal-content .modal-body .divimage .preview-img-item {
        width: calc(50% - 4px);
    }
}


/*====== New Design of PP User profile details page end ==== */


.vendor-table-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.vendor-side {
    width: calc(58% - 5px);
    border: 1px solid #ddd;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2)
}

.person-side {
    width: calc(42% - 5px);
    border: 1px solid #ddd;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2)
}

.favorite-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 7px 14px;
    display: block;
    /*text-align:center;*/
}

.vendors-personals-table {
    /*background-color:#FFF;*/
    margin: 10px 0 0;
    border-radius: 10px;
}

    .vendors-personals-table thead tr th {
        font-size: 14px;
        line-height: 16px;
        border-bottom: none;
        color: #000;
        font-weight: 700;
        padding: 10px;
    }

    .vendors-personals-table tbody tr td {
        font-size: 14px;
        line-height: 16px;
        border-color: #ddd;
        color: #000;
        font-weight: 400;
        padding: 10px;
    }

    .vendors-personals-table tbody tr:last-child td {
        border-bottom: 1px solid #ddd;
    }

    .vendors-personals-table tbody tr td .vandor-link {
        color: #637e31;
        font-weight: 700;
    }

        .vendors-personals-table tbody tr td .vandor-link:hover {
            text-decoration: underline;
        }

    .vendors-personals-table tbody tr td a {
        color: rgba(0, 0, 0, 0.5);
    }

    .vendors-personals-table thead tr th:last-child {
        text-align: center;
    }

    .vendors-personals-table tbody tr td:last-child {
        text-align: center
    }

    .vendors-personals-table thead tr th:first-child {
        padding-left: 14px;
    }

    .vendors-personals-table tbody tr td:first-child {
        padding-left: 14px;
    }

@media (max-width: 991px) {
    .vendor-side {
        width: 100%;
    }

    .person-side {
        width: 100%;
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .favorite-title {
        font-size: 18px;
        line-height: 22px;
    }

    .vendor-table-wrap .pvtable-responsive {
        overflow: auto;
        width: 100%;
    }

    .vendors-personals-table {
        min-width: 380px;
    }
}

/* Military page new css start */

.al-choose-account-section {
    padding: 50px 0 80px !important;
}

    .al-choose-account-section .section-title {
        text-align: center;
        color: #101010;
        letter-spacing: 0.42px;
        margin-bottom: 30px;
        font-family: "Oswald", sans-serif;
        font-size: 42px;
        font-weight: 700;
        line-height: 57px;
    }

    .al-choose-account-section .account-btns {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 19px;
        max-width: 1100px;
        margin: 0 auto 30px;
    }

        .al-choose-account-section .account-btns .links-btn {
            background-color: #efefef;
            padding: 3px 3px 3px 16px;
            display: flex;
            align-items: center;
            gap: 16px;
            border-radius: 48px;
            font-size: 16px;
            line-height: 21px;
            font-family: "Lato", sans-serif;
            color: #000;
        }

    .al-choose-account-section .close-btn {
        position: absolute;
        top: -12px;
        right: -10px;
        background-color: #fff;
        height: 24px;
        width: 24px;
        min-width: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0784313725);
    }

    .al-choose-account-section .primary_button {
        padding: 11px 20px;
    }

    .al-choose-account-section .coupon-box {
        background-color: #f9f9f9;
        display: flex;
        gap: 16px;
        max-width: 594px;
        width: 100%;
        margin: 30px auto 50px;
        border-radius: 16px;
        padding: 13px 24px;
        position: relative;
    }

        .al-choose-account-section .coupon-box .coupon-feild {
            flex: 1;
            padding: 12px 24px;
            width: 100%;
            border-radius: 26px;
            border: 1px solid transparent;
            font-size: 14px;
            line-height: 18px;
            color: rgba(16, 16, 16, 0.4);
        }

            .al-choose-account-section .coupon-box .coupon-feild:focus {
                color: #101010;
                border: 1px solid #4B6719;
            }

    .al-choose-account-section .view-box {
        background-color: #f9f9f9;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        max-width: 1030px;
        margin: 30px auto 50px;
        border-radius: 16px;
        padding: 20px 24px;
        position: relative;
        font-size: 14px;
        line-height: 18px;
        color: black;
    }

        .al-choose-account-section .view-box p {
            margin-bottom: 9px;
            font-weight: 400;
        }

            .al-choose-account-section .view-box p strong {
                font-size: 16px;
                line-height: 21px;
                font-weight: 600;
            }

            .al-choose-account-section .view-box p:last-child {
                margin-bottom: 0px;
            }

            .al-choose-account-section .view-box p a {
                color: #4B6719;
                text-decoration: underline;
                font-weight: 500;
            }

    .al-choose-account-section .account-type-box {
        display: flex;
        gap: 30px;
        padding-top: 20px;
        max-width: 1030px;
        margin: 0 auto;
    }

        .al-choose-account-section .account-type-box .account-box {
            display: flex;
            flex-direction: column;
            width: 50%;
            border-radius: 24px;
        }

            .al-choose-account-section .account-type-box .account-box.account-box-green {
                background-color: #4B6719;
            }

            .al-choose-account-section .account-type-box .account-box.account-box-black {
                background-color: #101010;
            }

            .al-choose-account-section .account-type-box .account-box .title {
                background-color: #101010;
                font-size: 18px;
                letter-spacing: 2.7px;
                color: #FFFF81;
                text-transform: uppercase;
                font-family: "Lato", sans-serif;
                font-weight: 400;
                max-width: 340px;
                width: 100%;
                padding: 10px;
                display: flex;
                justify-content: center;
                margin: -22px auto 0;
                border-radius: 30px;
                position: relative;
                z-index: 1;
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5019607843);
            }

            .al-choose-account-section .account-type-box .account-box .personal-box {
                background-color: rgba(255, 255, 255, 0.1);
                padding: 56px 32px 32px;
                border-radius: 24px;
                text-align: center;
                margin: -22px 0 0;
                position: relative;
                overflow: hidden;
            }

                .al-choose-account-section .account-type-box .account-box .personal-box .account-box-details {
                    color: #ffffff;
                    font-family: "Lato", sans-serif;
                    font-size: 14px;
                    line-height: 18px;
                    font-weight: 400;
                    margin-bottom: 20px;
                    position: relative;
                    z-index: 1;
                }

                .al-choose-account-section .account-type-box .account-box .personal-box .verify-button {
                    padding: 16px;
                    border-radius: 16px;
                    background-color: #ffffff;
                    box-shadow: inset 0px 0px 16px #000000CC, 0px 0px 14px #000000B0;
                    max-width: 210px;
                    width: 100%;
                    display: block;
                    margin: 0 auto;
                    position: relative;
                    z-index: 1;
                    color: #101010;
                    font-family: "Lato", sans-serif;
                    font-size: 16px;
                    line-height: 24px;
                    font-weight: 600;
                    letter-spacing: 0.16px;
                }

                    .al-choose-account-section .account-type-box .account-box .personal-box .verify-button span {
                        color: #4B6719;
                        font-family: "Oswald", sans-serif;
                        font-size: 16px;
                        line-height: 24px;
                        font-weight: 600;
                        margin-bottom: 14px;
                        display: block;
                    }

                    .al-choose-account-section .account-type-box .account-box .personal-box .verify-button strong {
                        text-decoration: underline;
                    }

                .al-choose-account-section .account-type-box .account-box .personal-box .pb-account-wrap {
                    display: flex;
                    gap: 16px;
                }

                .al-choose-account-section .account-type-box .account-box .personal-box h4 {
                    color: rgba(255, 255, 255, 0.8);
                    font-family: "Lato", sans-serif;
                    font-size: 22px;
                    line-height: 29px;
                    font-weight: 400;
                    margin-bottom: 15px;
                }

                .al-choose-account-section .account-type-box .account-box .personal-box .discount-value {
                    color: #fff;
                    font-family: "Oswald", sans-serif;
                    font-weight: 400;
                    font-size: 22px;
                    line-height: 30px;
                    margin-bottom: 3px;
                    text-decoration: line-through;
                }

                .al-choose-account-section .account-type-box .account-box .personal-box h3 {
                    font-size: 32px;
                    line-height: 44px;
                    color: #fff;
                    font-family: "Oswald", sans-serif;
                    font-weight: 400;
                    margin-bottom: 24px;
                }

                .al-choose-account-section .account-type-box .account-box .personal-box .vender-btns {
                    display: flex;
                    justify-content: center;
                    gap: 16px;
                }

                .al-choose-account-section .account-type-box .account-box .personal-box .personal-btn {
                    padding: 15px 30px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    width: 100%;
                    border-radius: 36px;
                    border: 1px solid #fff;
                    background-color: #fff;
                    font-family: "Lato", sans-serif;
                    font-size: 14px;
                    line-height: 18px;
                    font-weight: 400;
                    text-align: center;
                }

                    .al-choose-account-section .account-type-box .account-box .personal-box .personal-btn span {
                        color: #101010;
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 18px;
                        white-space: nowrap;
                        display: inline-block;
                    }

                    .al-choose-account-section .account-type-box .account-box .personal-box .personal-btn strong {
                        color: #101010;
                        font-weight: 600;
                        font-size: 16px;
                        line-height: 21px;
                        white-space: nowrap;
                        display: inline-block;
                    }

                    .al-choose-account-section .account-type-box .account-box .personal-box .personal-btn:hover {
                        color: #101010;
                    }

            .al-choose-account-section .account-type-box .account-box .included-featured {
                padding: 32px;
                color: #fff;
            }

                .al-choose-account-section .account-type-box .account-box .included-featured .al-featured-list-title {
                    color: #fff;
                    font-family: "Oswald", sans-serif;
                    font-size: 24px;
                    font-weight: 500;
                    line-height: 36px;
                    letter-spacing: 0.24px;
                    margin-bottom: 24px;
                }

                .al-choose-account-section .account-type-box .account-box .included-featured .included-title {
                    margin-bottom: 25px;
                    font-family: "Lato", sans-serif;
                }

                    .al-choose-account-section .account-type-box .account-box .included-featured .included-title h5 {
                        font-size: 16px;
                        line-height: 24px;
                        letter-spacing: 0.8px;
                        font-family: "Oswald", sans-serif;
                        font-weight: 400;
                        text-transform: uppercase;
                        color: #fff;
                    }

                .al-choose-account-section .account-type-box .account-box .included-featured .included-content {
                    font-size: 16px;
                    line-height: 21px;
                    font-family: "Lato", sans-serif;
                }

                    .al-choose-account-section .account-type-box .account-box .included-featured .included-content li {
                        position: relative;
                        padding-left: 24px;
                        margin-bottom: 16px;
                        font-weight: 400;
                    }

                        .al-choose-account-section .account-type-box .account-box .included-featured .included-content li:last-child {
                            margin-bottom: 0;
                        }

                        .al-choose-account-section .account-type-box .account-box .included-featured .included-content li::before {
                            background: url(../images/checkoutline.svg) no-repeat;
                            position: absolute;
                            content: "";
                            left: 0;
                            top: 2px;
                            height: 16px;
                            width: 16px;
                        }

            .al-choose-account-section .account-type-box .account-box .included-text {
                color: rgba(255, 255, 255, 0.8);
                font-weight: 400;
                font-family: "Lato", sans-serif;
                font-size: 14px;
                line-height: 22px;
                border-top: 1px dashed #D2D2D2;
                padding: 14px 0 32px;
                margin: 0 32px;
                margin-top: auto;
            }

                .al-choose-account-section .account-type-box .account-box .included-text a {
                    color: rgba(255, 255, 255, 0.8);
                    text-decoration: underline;
                }



        .military-discount-section .military-discount-account-card .md-account-card .pv-card-btn-wrap {
            gap: 10px;
            margin-bottom: 15px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .pv-card-btn-wrap .btn.btn-secondary {
            border-radius: 10px !important;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #1d405f;
            column-gap: 5px;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .pv-card-btn-wrap .btn.btn-secondary .price-check-mark {
            display: inline-block;
            position: relative;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .pv-card-btn-wrap .btn.btn-secondary .price-check-mark::after {
            content: "";
            display: block;
            width: 22px;
            height: 22px;
            background: url(../images/icon-check.svg) center no-repeat;
            background-size: 70%;
            z-index: 1;
            border: 1px solid;
            border-radius: 24px;
            -webkit-border-radius: 24px;
            -moz-border-radius: 24px;
            -khtml-border-radius: 24px;
            opacity: 0;
        }

        .military-discount-section .military-discount-account-card .md-account-card .pv-card-btn-wrap .btn.btn-secondary.active .price-check-mark::after {
            opacity: 1;
        }

        .military-discount-section .military-discount-account-card .md-account-card .pv-card-btn-wrap .price-text {
            display: block;
            margin-bottom: 5px;
        }

.military-discount-section {
    background-color: #fff;
}
    .military-discount-section .military-top-box {
        padding-top: 100px;
        max-width: 731px;
        margin: 76px auto 62px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #D2D2D2;
        border-radius: 28px;
        position: relative;
    }

        .bit-chute-card-section.bit-chute-card-section .bit-chute-top-box {
            max-width: 731px;
            margin: 55px auto;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            border: 1px solid #D2D2D2;
            border-radius: 28px;
            position: relative;
        }

        .military-discount-section .military-top-box .military-discount-banner {
            max-width: 592px;
            width: 100%;
            border-radius: 16px;
            overflow: hidden;
            display: block;
            position: absolute;
            top: -76px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        .military-discount-section .military-top-box .military-discount-banner img {
            width: 100%;
            height: auto;
            border-radius: 16px;
        }

        .military-discount-section .military-top-box h3 {
            color: #000;
            font-family: "Oswald", sans-serif;
            font-size: 24px;
            line-height: 32px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 20px;
        }

        .bit-chute-card-section .bit-chute-top-box h2 {
            color: #000;
            font-family: "Oswald", sans-serif;
            font-size: 32px;
            line-height: 45px;
            font-weight: 600;
            text-align: center;
            padding: 5px 10px;
            background-color: #fff;
            margin: -30px auto 0;
            max-width: max-content;
        }

        .bit-chute-card-section .bit-chute-top-box .bit-chute-logo-wrap {
            max-width: 300px;
            width: 100%;
            padding: 20px 25px;
            margin: 20px auto;
        }

        .bit-chute-card-section .faq-text {
            color: rgb(16 16 16 / 80%);
            font-family: "Lato", sans-serif;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            letter-spacing: 0.14px;
            text-align: center;
            padding-top: 24px;
        }

        .bit-chute-card-section .faq-text a {
            color: #4B6719;
            font-weight: 700;
            text-decoration: underline;
            display: inline-block;
            margin-left: 5px;
            text-underline-offset: 3px;
        }

        .military-discount-section .military-top-box .military-inner-box {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 24px;
        }

            .military-discount-section .military-top-box .military-inner-box h5 {
                font-family: "Oswald", sans-serif;
                font-size: 15px;
                line-height: 15px;
                font-weight: 700;
                text-transform: uppercase;
                margin-right: 16px;
            }

            .military-discount-section .military-top-box .military-inner-box strong {
                color: #59734E;
                font-size: 25px;
                line-height: 33px;
                display: block;
            }

        .military-discount-section .military-top-box .mtb-list {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 16px;
            padding-left: 16px;
            border-left: 1px solid #D2D2D2;
        }

        .military-discount-section .military-top-box .mtb-list li picture {
            max-width: 70px;
            width: 100%;
            display: block;
        }

        .military-discount-section .military-top-box .mtb-list li picture img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }

        .bit-chute-card-section.bit-chute-card-section .military-bottom-wrap,
        .military-discount-section .military-top-box .military-bottom-wrap {
            padding: 8px 32px;
            background-color: #F3F3F3;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            border-radius: 0 0 28px 28px;
        }

        .bit-chute-card-section.bit-chute-card-section .bit-chute-top-box .military-login-link,
        .military-discount-section .military-top-box .military-bottom-wrap .military-login-link {
            display: flex;
            align-items: center;
            color: #101010CC;
            font-family: "Lato", sans-serif;
            font-size: 16px;
            line-height: 20px;
            font-weight: 400;
            letter-spacing: 0.16px;
        }
   
        .military-discount-section .military-top-box .military-bottom-wrap .military-login-link.mbw-left {
            gap: 16px;
            padding-right: 40px;
        }

        .military-discount-section .military-top-box .military-bottom-wrap .military-login-link.mbw-pr {
            padding-right: 0;
        }

        .military-discount-section .military-top-box .military-bottom-wrap .military-login-link.mbw-right {
            gap: 8px;
            padding-left: 40px;
            position: relative;
        }

        .military-discount-section .military-top-box .military-bottom-wrap .military-login-link.mbw-right::before {
            content: "";
            width: 1px;
            height: 20px;
            border-left: 1px solid #D2D2D2;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            margin: auto 0;
        }

        .military-discount-section .military-top-box .military-bottom-wrap .military-login-link .mll-login-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 7px 12px 9px;
            min-width: 84px;
            min-height: 38px;
            background-color: #ffffff;
            border: 1px solid #D2D2D2;
            border-radius: 24px;
            transition: all 0.3s linear;
            color: #101010;
            font-family: "Oswald", sans-serif;
            font-size: 15px;
            line-height: 22px;
            font-weight: 500;
            text-transform: uppercase;
        }

        .military-discount-section .military-top-box .military-bottom-wrap .military-login-link .mll-login-btn:hover {
            color: #ffffff;
            background-color: #4B6719;
            border-color: #4B6719;
        }

        .military-discount-section .military-top-box .military-bottom-wrap .military-login-link .mll-click-link {
            color: #4B6719;
            font-weight: 700;
            text-decoration: underline;
            letter-spacing: 0.14px;
            font-size: 14px;
            line-height: 17px;
            min-width: fit-content;
        }

        .military-discount-section .military-discount-content {
            max-width: 1092px;
            margin: 0 auto;
        }

        .military-discount-section .military-discount-account-card .md-account-card {
            display: flex;
            background-color: #ccc;
            position: relative;
            border-radius: 24px;
            padding: 48px 32px 46px;
            background: url(../images/md-us-flag-bg.png) center no-repeat;
            background-size: contain;
        }

        .military-discount-section .military-discount-account-card .md-account-card.ac-pp-bg {
            background-color: #4b6719;
        }
        .military-discount-section .military-discount-account-card .md-account-card.bitchute-bg{
            background-color: rgb(33 31 34 / 75%);
        }
        .military-discount-section .military-discount-account-card .md-account-card.ac-pv-bg {
            background-color: #101010;

        }
        .military-discount-section .military-discount-account-card .md-account-card.bitchute-pv .personal-box {
            padding-left: 0;
            padding-right: 35px;
        }
        .military-discount-section .military-discount-account-card .md-account-card.bitchute-pv .personal-box .pv-dic-price-list {
            display: flex;
            justify-content: center;
            gap: 22px;
        }
        .military-discount-section .military-discount-account-card .md-account-card.bitchute-pv .personal-box .pv-dic-item.year-pack h3 {
            color: #7DECBC;
        }

        .military-discount-section .military-discount-account-card .md-account-card.bitchute-pv .personal-box .pv-dic-item.month-pack .bti-signup-button {
            background-color: #FFFF7E;
            box-shadow: inset 0px -2px 7px #00000099, 0px 0px 14px #FFFF7E66;
            min-width: 220px;
        }

        .military-discount-section .military-discount-account-card .md-account-card.bitchute-pv .personal-box .pv-dic-item.year-pack .bti-signup-button {
            background-color: #7DECBC;
            box-shadow: inset 0px -2px 7px #00000099, 0px 0px 14px #A8FF7E66;
            min-width: 220px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .pb-col-box {
            width: 50%;
        }

        .military-discount-section .military-discount-account-card .md-account-card .md-acc-card-title {
            background-color: #101010;
            font-size: 18px;
            letter-spacing: 2.52px;
            color: #FFFF81;
            text-transform: uppercase;
            font-family: "Lato", sans-serif;
            font-weight: 600;
            max-width: 264px;
            width: 100%;
            padding: 10px;
            display: flex;
            justify-content: center;
            margin: 0 auto;
            border-radius: 30px;
            z-index: 1;
            box-shadow: 0px 3px 6px #00000066;
            position: absolute;
            top: -22px;
            left: 0;
            right: 0;
        }

        .military-discount-section .military-discount-account-card .md-account-card.ac-pv-bg .md-acc-card-title {
            box-shadow: 0px 3px 6px #FFFF7E66;
        }

        .military-discount-section .military-discount-account-card .md-account-card .personal-box {
            text-align: center;
            position: relative;
            overflow: hidden;
            color: #ffffff;
            font-family: "Lato", sans-serif;
            font-size: 14px;
            line-height: 22px;
            font-weight: 400;
            letter-spacing: 0.14px;
            padding-left: 32px;
            padding-right: 58px;
            border-right: 1px dashed #D2D2D2;
        }

        .military-discount-section .military-discount-account-card .md-account-card.ac-pv-bg .personal-box {
            padding-left: 0;
            padding-right: 35px;
        }

        .military-discount-section .military-discount-account-card .md-account-card.ac-pv-bg .personal-box .pv-dic-price-list {
            display: flex;
            justify-content: center;
            gap: 22px;
        }

        .military-discount-section .military-discount-account-card .md-account-card.ac-pv-bg .personal-box .pv-dic-item.year-pack h3 {
            color: #7DECBC;
        }

        .military-discount-section .military-discount-account-card .md-account-card.ac-pv-bg .personal-box .pv-dic-item.month-pack .signup-button {
            background-color: #FFFF7E;
            box-shadow: inset 0px -2px 7px #00000099, 0px 0px 14px #FFFF7E66;
            min-width: 220px;
        }

        .military-discount-section .military-discount-account-card .md-account-card.ac-pv-bg .personal-box .pv-dic-item.year-pack .signup-button {
            background-color: #7DECBC;
            box-shadow: inset 0px -2px 7px #00000099, 0px 0px 14px #A8FF7E66;
            min-width: 220px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .personal-box .signup-button {
            padding: 16px;
            box-shadow: inset 0px -2px 7px #00000099, 0px 0px 14px #000000B0;
            border-radius: 16px;
            background-color: #FFFF7E;
            display: block;
            margin: 0 auto 22px;
            position: relative;
            max-width: 270px;
            width: 100%;
            transition: all 0.3s ease;
            color: #101010;
            font-family: "Oswald", sans-serif;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
        }

        .military-discount-section .military-discount-account-card .md-account-card .personal-box .signup-button strong {
            text-decoration: underline;
            display: block;
            color: #101010;
            font-size: 24px;
            line-height: 36px;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            text-decoration-thickness: 1px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .personal-box .signup-button:hover strong {
            text-decoration: none;
        }

        .military-discount-section .military-discount-account-card .md-account-card .personal-box .pb-account-wrap {
            display: flex;
            gap: 16px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .personal-box h4 {
            color: #FFFFFF;
            font-family: "Oswald", sans-serif;
            font-size: 32px;
            line-height: 47px;
            font-weight: 400;
            letter-spacing: 0.45px;
            margin-bottom: 16px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .personal-box .discount-value {
            color: #fff;
            font-family: "Oswald", sans-serif;
            font-weight: 400;
            font-size: 21px;
            line-height: 31px;
            text-decoration: line-through;
            text-decoration-thickness: 1px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .personal-box h3 {
            color: #FFFF7E;
            font-family: "Oswald", sans-serif;
            font-weight: 500;
            font-size: 40px;
            line-height: 60px;
            margin-bottom: 16px;
            letter-spacing: 0.08px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .personal-box h3 span {
            font-size: 20px;
            line-height: 28px;
            letter-spacing: 0.04px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .included-featured {
            padding-left: 40px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .included-featured .al-featured-list-title {
            color: #FFFF7E;
            font-family: "Oswald", sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 0.72px;
            text-transform: uppercase;
            margin-bottom: 18px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .included-featured .included-title {
            margin-bottom: 18px;
            font-family: "Lato", sans-serif;
        }

        .military-discount-section .military-discount-account-card .md-account-card .included-featured .included-title h4 {
            color: #fff;
            font-family: "Oswald", sans-serif;
            font-weight: 500;
            font-size: 20px;
            line-height: 30px;
            letter-spacing: 0.2px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .included-featured .included-content {
            color: #fff;
            font-family: "Lato", sans-serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 0.14px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .included-featured .included-content li {
            position: relative;
            padding-left: 24px;
            margin-bottom: 16px;
            font-weight: 400;
        }

        .military-discount-section .military-discount-account-card .md-account-card .included-featured .included-content li:last-child {
            margin-bottom: 0;
        }

        .military-discount-section .military-discount-account-card .md-account-card .included-featured .included-content li::before {
            background: url(../images/checkoutline.svg) no-repeat;
            position: absolute;
            content: "";
            left: 0;
            top: 4px;
            height: 16px;
            width: 16px;
        }

    .military-discount-section .military-discount-content .mdac-footer {
        color: rgb(16 16 16 / 80%);
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.14px;
        text-align: center;
        padding-top: 24px;
    }

    .military-discount-section .military-discount-content .mdac-footer .faq_link {
        color: #4B6719;
        font-weight: 700;
        text-decoration: underline;
        display: inline-block;
        margin-left: 5px;
        text-underline-offset: 3px;
    }

    .bit-chute-card-section .bti-signup-button {
        padding: 16px;
        border-radius: 12px;
        background-color: #FFFF7E;
        box-shadow: inset 0px -2px 7px #00000099, 0px 0px 14px #000000B0;
        border: none;
        outline: none;
        display: block;
        margin: 0 auto 22px;
        position: relative;
        max-width: 270px;
        width: 100%;
        transition: all 0.3s ease;
        color: #101010;
        font-family: "Oswald", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
    }

/* Gov Auth Alert Model css */

#GovAuthAlertModel .modal-header h4 {
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    font-size: 20px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
    color: #000 !important;
}

#GovAuthAlertModel .modal-content {
    position: relative;
    background-color: #fff;
    /*border: 1px solid #999;*/
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

#GovAuthAlertModel.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

#GovAuthAlertModel .modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
    padding: 16px 32px 0 24px;
}

#GovAuthAlertModel .modal-body {
    position: relative;
    padding: 24px 24px 8px;
    font-size: 14px;
    line-height: 20px;
    color: #101010;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

#GovAuthAlertModel .modal-footer {
    padding: 0 24px 24px;
    border-top: 0px solid #e9ecef !important;
    gap: 5px;
}

#GovAuthAlertModel p {
    font-family: "Lato", "Arial", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 10px;
}

#GovAuthAlertModel ul {
    margin: 0;
    padding: 0 0 0 15px;
}

    #GovAuthAlertModel ul li {
        list-style-type: disc;
        font-size: 16px;
        line-height: 1.3;
        margin: 0 0 5px;
    }

#GovAuthAlertModel button.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

#GovAuthAlertModel .close:hover, #govXModelContainer .close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

@media screen and (min-width: 576px) {
    #GovAuthAlertModel .modal-dialog {
        max-width: 600px !important;
        width: 100% !important;
        margin: 30px auto;
    }
}

#GovAuthAlertModel .footerbtn {
    min-width: 89px;
    height: 40px;
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    padding: 8px 15px 9px;
    cursor: pointer;
    display: inline-block;
    outline: none;
    box-shadow: inherit;
    border: 1px solid #4B6719;
    border-radius: 8px;
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    transition: all 0.3s ease;
    letter-spacing: 0.16px;
    text-align: center;
}
/* military page css end */
/* al-account login section start */
.al-account-login-section {
    padding: 30px 0 20px;
}

    .al-account-login-section .al-account-login-box {
        max-width: 396px;
        background-color: #ffffff;
        padding: 40px 50px;
        border: 1px solid #D2D2D2;
        border-radius: 24px;
        margin: 0 auto;
        color: rgb(0 0 0 / 50%);
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        letter-spacing: 0.14px;
    }

        .al-account-login-section .al-account-login-box .al-account-title {
            color: #000000;
            font-family: "Oswald", sans-serif;
            font-size: 24px;
            font-weight: 700;
            line-height: 36px;
            letter-spacing: 0.24px;
            margin-top: 0;
            margin-bottom: 0;
        }

        .al-account-login-section .al-account-login-box .al-form-field {
            margin: 30px 0;
        }

        .al-account-login-section .al-account-login-box .al-field-wrap {
            margin-bottom: 14px;
        }

            .al-account-login-section .al-account-login-box .al-field-wrap:last-child {
                margin-bottom: 0;
            }

            .al-account-login-section .al-account-login-box .al-field-wrap .password-field {
                position: relative;
                margin-bottom: 8px;
            }

                .al-account-login-section .al-account-login-box .al-field-wrap .password-field input {
                    padding-right: 40px;
                }

            .al-account-login-section .al-account-login-box .al-field-wrap .password-button {
                width: 24px;
                height: 24px;
                cursor: pointer;
                position: absolute;
                top: 0;
                right: 14px;
                bottom: 0;
                margin: auto 0;
                border: none;
                background: none;
                outline: none;
            }

            .al-account-login-section .al-account-login-box .al-field-wrap .al-link-wrap {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: space-between;
                gap: 10px;
            }

                .al-account-login-section .al-account-login-box .al-field-wrap .al-link-wrap p {
                    margin-bottom: 0;
                }

            .al-account-login-section .al-account-login-box .al-field-wrap label {
                display: flex;
                align-items: center;
                gap: 4px;
                margin-bottom: 11px;
                color: #000000;
                font-family: "Lato", sans-serif;
                font-size: 14px;
                font-weight: 500;
                line-height: 17px;
                letter-spacing: 0.14px;
            }

        .al-account-login-section .al-account-login-box .al-account-field {
            background-color: #FFFFFF;
            border: 1px solid #D2D2D2;
            border-radius: 21px;
            width: 100%;
            color: #000000;
            font-family: "Lato", sans-serif;
            font-size: 14px;
            font-weight: 500;
            line-height: 17px;
            letter-spacing: 0.14px;
            padding: 12px 14px;
            min-height: 42px;
            outline: none;
        }

            .al-account-login-section .al-account-login-box .al-account-field:focus {
                border-color: #4b6719;
            }

        .al-account-login-section .al-account-login-box .al-field-link {
            color: rgb(0 0 0 / 70%);
            font-family: "Lato", sans-serif;
            font-size: 14px;
            font-weight: 500;
            line-height: 17px;
            letter-spacing: 0.14px;
            transition: all 0.2s linear;
        }

            .al-account-login-section .al-account-login-box .al-field-link:hover {
                color: #4b6719;
            }

        .al-account-login-section .al-account-login-box .al-login-button {
            background-color: #4b6719;
            border: 1px solid #4b6719;
            border-radius: 21px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 9px 15px;
            color: #fff;
            font-family: "Oswald", sans-serif;
            font-size: 16px;
            font-weight: 700;
            line-height: 24px;
            letter-spacing: 0.16px;
            margin-bottom: 10px;
            cursor: pointer;
        }

            .al-account-login-section .al-account-login-box .al-login-button:hover {
                color: #000000;
                background-color: #ffffff;
            }

            .al-account-login-section .al-account-login-box .al-login-button ~ p {
                text-align: center;
            }

        .al-account-login-section .al-account-login-box .sign-up-link {
            color: #4b6719;
            font-weight: 700;
            margin-left: 3px;
            display: inline-block;
        }
/* al-account login section end */
/* al premium vendor section start */
.al-premium-vendor-section {
    padding: 40px 0 40px;
}

    .al-premium-vendor-section .al-premium-vendor-benner {
        background-color: #010204;
        border-radius: 40px;
        padding: 10px 100px 10px 20px;
        overflow: hidden;
        margin-bottom: 40px;
        position: relative;
        min-height: 387px;
        display: flex;
        align-items: center;
    }

        .al-premium-vendor-section .al-premium-vendor-benner.premium-vendor-bg {
            background-size: cover;
            padding-right: 70px;
        }

        .al-premium-vendor-section .al-premium-vendor-benner.join-now-bg {
            background-size: cover;
            min-height: 377px;
        }

        .al-premium-vendor-section .al-premium-vendor-benner .al-pv-details {
            max-width: 580px;
            width: 100%;
            margin-left: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            color: #fff;
            font-family: "Lato", sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0.16px;
            position: relative;
            z-index: 1;
        }

        .al-premium-vendor-section .al-premium-vendor-benner .al-pv-image {
            max-width: 600px;
            width: 100%;
            height: 350px;
            position: absolute;
            top: 18px;
            left: 20px;
            bottom: 10px;
        }
            .al-premium-vendor-section .al-premium-vendor-benner .al-pv-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }

        .al-premium-vendor-section .al-premium-vendor-benner .al-pv-details p {
            margin-bottom: 16px;
        }

        .al-premium-vendor-section .al-premium-vendor-benner .al-pv-details .al-pv-logo {
            max-width: 174px;
            width: 100%;
            margin-bottom: 14px;
        }

            .al-premium-vendor-section .al-premium-vendor-benner .al-pv-details .al-pv-logo img {
                width: 100%;
                height: auto;
            }

        .al-premium-vendor-section .al-premium-vendor-benner .al-pv-details .al-pv-price {
            color: #ffffff;
            font-family: "Oswald", sans-serif;
            font-size: 60px;
            font-weight: 700;
            line-height: 89px;
            margin-bottom: 8px;
        }

            .al-premium-vendor-section .al-premium-vendor-benner .al-pv-details .al-pv-price small {
                color: #ffffff;
                font-family: "Oswald", sans-serif;
                font-size: 20px;
                font-weight: 400;
                line-height: 30px;
            }

        .al-premium-vendor-section .al-premium-vendor-benner .al-pv-details .al-pv-btn-wrap {
            color: rgb(255, 255, 255, 0.6);
            padding-top: 16px;
            position: relative;
        }

            .al-premium-vendor-section .al-premium-vendor-benner .al-pv-details .al-pv-btn-wrap::before {
                content: "";
                width: 305px;
                height: 1px;
                border: 1px dashed #FFFFFF;
                opacity: 0.6;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                margin: 0 auto;
            }

            .al-premium-vendor-section .al-premium-vendor-benner .al-pv-details .al-pv-btn-wrap p {
                margin-bottom: 30px;
            }

        .al-premium-vendor-section .al-premium-vendor-benner .al-pv-login {
            background-color: #010204;
            border: 1px solid #D2D2D2;
            border-radius: 28px;
            max-width: 315px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding-left: 20px;
            letter-spacing: 0.16px;
            color: #FFFFFF99;
            font-family: "Lato", sans-serif;
            font-size: 16px;
            line-height: 24px;
            font-weight: 700;
        }

            .al-premium-vendor-section .al-premium-vendor-benner .al-pv-login .pv_login {
                color: #ffffff;
                font-family: "Oswald", sans-serif;
                font-size: 16px;
                line-height: 22px;
                font-weight: 700;
                text-align: center;
                padding: 12px 15px 14px;
                min-width: 88px;
                border-radius: 24px;
                border: 1px solid #FFFFFF99;
                background-color: #FFFFFF4D;
                transition: all 0.3s linear;
                margin-right: -1px;
                margin-top: -1px;
                margin-bottom: -1px;
            }

                .al-premium-vendor-section .al-premium-vendor-benner .al-pv-login .pv_login:hover {
                    color: #ffffff;
                    background-color: #4b6719;
                    border-color: #4b6719;
                }

    .al-premium-vendor-section .al-premium-vendor-wrap {
        display: grid;
        gap: 40px;
        grid-template-columns: 1fr 1fr;
    }

        .al-premium-vendor-section .al-premium-vendor-wrap .al-premium-vendor-box {
            padding: 24px;
            border-radius: 16px;
            background-color: #FFFFFF;
            border: 1px solid #D2D2D2;
            color: rgb(16 16 16 / 80%);
            font-family: "Lato", sans-serif;
            font-size: 16px;
            line-height: 22px;
            font-weight: 400;
            letter-spacing: 0.16px;
            margin-bottom: 40px;
        }

            .al-premium-vendor-section .al-premium-vendor-wrap .al-premium-vendor-box:last-child {
                margin-bottom: 0;
            }

            .al-premium-vendor-section .al-premium-vendor-wrap .al-premium-vendor-box .al-pv-title {
                color: #101010;
                font-family: "Oswald", sans-serif;
                font-size: 16px;
                line-height: 24px;
                font-weight: 500;
                letter-spacing: 0.16px;
                margin-bottom: 16px;
                position: relative;
                padding-left: 27px;
                margin-top: 0;
            }

                .al-premium-vendor-section .al-premium-vendor-wrap .al-premium-vendor-box .al-pv-title::before {
                    content: "";
                    width: 17px;
                    height: 17px;
                    background: url(../images/arrow-point.svg) center no-repeat;
                    background-size: contain;
                    position: absolute;
                    top: 4px;
                    left: 0;
                }

            .al-premium-vendor-section .al-premium-vendor-wrap .al-premium-vendor-box p {
                margin-bottom: 16px;
            }

                .al-premium-vendor-section .al-premium-vendor-wrap .al-premium-vendor-box p:last-child {
                    margin-bottom: 0;
                }

            .al-premium-vendor-section .al-premium-vendor-wrap .al-premium-vendor-box .al-pv-inner {
                padding: 16px;
                background-color: rgb(16 16 16 / 6%);
                border-radius: 16px;
                font-style: italic;
            }

.al-premium-vendor-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

    .al-premium-vendor-button .al-main-button {
        min-width: 178px;
    }

        .al-premium-vendor-button .al-main-button.al-go-premium-btn {
            padding: 13px 20px 10px;
        }

            .al-premium-vendor-button .al-main-button.al-go-premium-btn svg {
                margin-top: -6px;
            }

.al-main-button {
    background-color: #4B6719;
    border: 1px solid #4B6719;
    transition: all 0.3s linear;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.16px;
    padding: 13px 20px;
    min-height: 50px;
}

    .al-main-button svg path {
        transition: all 0.3s linear;
    }

    .al-main-button:hover {
        color: #010204;
        background-color: #ffffff;
    }

        .al-main-button:hover svg path {
            fill: #010204;
            stroke: #010204;
        }

.al-premium-vendor-section.al-join-now-section .join-now-bg {
    display: flex;
    align-items: center;
    padding: 10px 100px 10px 20px;
}

    .al-premium-vendor-section.al-join-now-section .join-now-bg .al-pv-details {
        color: #FFFFFF;
        font-family: "Oswald", sans-serif;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        letter-spacing: 0.16px;
        text-transform: uppercase;
        max-width: 372px;
        position: relative;
        z-index: 1;
    }

        .al-premium-vendor-section.al-join-now-section .join-now-bg .al-pv-details .join-now-title {
            color: #FFFFFF;
            font-family: "Oswald", sans-serif;
            font-size: 36px;
            line-height: 52px;
            font-weight: 700;
            letter-spacing: 0.16px;
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 21px;
            text-align: center;
        }

.al-premium-vendor-section .al-pv-details .al-join-btn {
    background-color: #FFFFFF4D;
    border: 1px solid #FFFFFF99;
    transition: all 0.3s linear;
    border-radius: 50px;
    padding: 15px 30px;
    min-width: 170px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.al-premium-vendor-section .al-pv-details .al-pv-btn-wrap .al-join-btn {
    padding: 12px 20px 8px;
}

.al-premium-vendor-section .premium-vendor-bg .al-pv-details .al-join-btn {
    max-width: 130px;
    margin: 0 auto;
}

.al-premium-vendor-section .al-pv-details .al-join-btn:hover {
    background-color: #4b6719;
    border-color: #4b6719;
}

.al-premium-vendor-section.al-join-now-section .al-premium-vendor-wrap {
    grid-template-columns: 1fr 1fr 1fr;
}

    .al-premium-vendor-section.al-join-now-section .al-premium-vendor-wrap .al-premium-vendor-box {
        margin-bottom: 0;
        padding-left: 51px;
        color: #101010;
        background-color: #4B67190D;
        border: 1px solid #4B671933;
        position: relative;
    }

        .al-premium-vendor-section.al-join-now-section .al-premium-vendor-wrap .al-premium-vendor-box .al-box-link {
            color: #4B6719;
            text-decoration: underline;
            text-underline-offset: 4px;
        }

        .al-premium-vendor-section.al-join-now-section .al-premium-vendor-wrap .al-premium-vendor-box::before {
            content: "";
            width: 17px;
            height: 17px;
            background: url(../images/arrow-point.svg) center no-repeat;
            background-size: contain;
            position: absolute;
            top: 28px;
            left: 24px;
        }


/* al premium vendor section end */

/* ----- create-wbag-modal ----- */

.form-group.create-wbag-check {
    font-weight: 600;
    margin-bottom: 15px;
}
    .form-group.create-wbag-check input {
        margin-top: 2px;
        margin-bottom: 2px;
        margin-right: 2px;
    }

.create-wbag-modal .modal-dialog {
    max-width: 750px;
    width: 100%;
}

    .create-wbag-modal .modal-dialog .modal-content .modal-header {
        padding: 15px;
    }

        .create-wbag-modal .modal-dialog .modal-content .modal-header .close-modal {
            width: 25px;
            height: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #efefef;
            border: none;
            outline: none;
            border-radius: 25px;
            padding: 3px;
            position: absolute;
            top: 10px;
            right: 10px;
            color: #000000;
            font-size: 18px;
            line-height: 1.2;
        }

        .create-wbag-modal .modal-dialog .modal-content .modal-header .modal-title {
            color: #000000;
            font-family: "Oswald", sans-serif;
            font-size: 20px;
            line-height: 28px;
            font-weight: 600;
            letter-spacing: 0.16px;
        }

    .create-wbag-modal .modal-dialog .modal-content .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }

        .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-field-wrap {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }

            .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-field-wrap label {
                color: #101010;
                font-family: "Lato", "Arial", "Helvetica", sans-serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                margin-bottom: 7px;
            }

            .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-field-wrap .form-group {
                width: 100%;
                margin-bottom: 0;
            }

            .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-field-wrap .form-control {
                box-shadow: none;
                outline: none;
                color: #101010;
                font-family: "Lato", "Arial", "Helvetica", sans-serif;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                padding: 7px 15px;
                width: 100%;
                min-height: 40px;
                height: auto;
                border-radius: 5px;
                border: 1px solid #b9b9b9;
            }

            .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-field-wrap select.form-control {
                -webkit-appearance: auto !important;
            }

            .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-field-wrap .form-control:focus {
                border-color: #637e31;
            }

        .create-wbag-modal .modal-dialog .modal-content .modal-body #ImageValidation {
            color: #ff0000;
            font-size: 16px;
            line-height: 20px;
            font-weight: 400;
            margin-bottom: 12px;
            display: flex;
            text-align: center;
            align-items: center;
            justify-content: center;
        }

        .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-field-wrap .validation-msg {
            color: #ff0000;
            font-size: 12px;
            font-weight: 400;
            line-height: 16px;
        }

        .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-gun-wrap .wbag-gun-list {
            display: grid;
            grid-template-columns: calc(33.33% - 6px) calc(33.33% - 6px) calc(33.33% - 6px);
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 25px;
        }

            .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-gun-wrap .wbag-gun-list .wbag-item {
                position: relative;
                padding-bottom: 75%;
                border-radius: 12px;
                overflow: hidden;
                transition: all 0.15s linear;
            }

                .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-gun-wrap .wbag-gun-list .wbag-item::before {
                    content: "";
                    border-radius: 12px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    z-index: 1;
                    box-shadow: inset 0 0 0 2px #b5b5b5;
                    transition: all 0.15s linear;
                }

                .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-gun-wrap .wbag-gun-list .wbag-item img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                    object-position: center;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    margin: auto;
                }

                .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-gun-wrap .wbag-gun-list .wbag-item .wbag-check-mark {
                    width: 35px;
                    height: 35px;
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    background-color: #fff;
                    cursor: pointer;
                    border-radius: 0 10px 0 18px;
                    border: 1px solid #b5b5b5;
                    position: absolute;
                    top: 1px;
                    right: 1px;
                    z-index: 1;
                    transition: all 0.15s linear;
                }

                    .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-gun-wrap .wbag-gun-list .wbag-item .wbag-check-mark::before {
                        content: "";
                        width: 9px;
                        height: 15px;
                        border-width: 0 4px 4px 0;
                        border-style: solid;
                        border-color: #fff;
                        transform: rotate(45deg);
                        position: absolute;
                        top: 0;
                        left: 2px;
                        right: 0;
                        bottom: 6px;
                        margin: auto;
                        opacity: 0;
                        transition: all 0.15s linear;
                    }

                .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-gun-wrap .wbag-gun-list .wbag-item input {
                    cursor: pointer;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    opacity: 0;
                    z-index: 1;
                    width: 100%;
                    height: 100%;
                }

                .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-gun-wrap .wbag-gun-list .wbag-item:has(input:checked)::before {
                    box-shadow: inset 0 0 0 2px #637e31;
                }

                .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-gun-wrap .wbag-gun-list .wbag-item:has(input:checked) .wbag-check-mark {
                    background-color: #637e31;
                    border-color: #637e31;
                }

                    .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-gun-wrap .wbag-gun-list .wbag-item:has(input:checked) .wbag-check-mark::before {
                        opacity: 1;
                    }

    .create-wbag-modal .modal-dialog .modal-content .modal-footer {
        padding: 15px 0 0 0;
    }

        .create-wbag-modal .modal-dialog .modal-content .modal-footer .pp-modal-button {
            padding: 8px 20px;
        }

/* ----- create-wbag-modal end ----- */


/* military page css media start */
@media (max-width: 1440px) {
    .al-account-login-section {
        padding: 20px 0 20px;
    }

        .al-account-login-section .al-account-login-box {
            padding: 20px 40px;
        }

            .al-account-login-section .al-account-login-box .al-form-field {
                margin: 20px 0;
            }
}

@media only screen and (max-width: 1280px) {
    .al-choose-account-section {
        padding: 50px 0 70px !important;
    }

        .al-choose-account-section .section-title {
            margin-bottom: 24px;
        }

        .al-choose-account-section .coupon-box {
            margin: 24px auto 40px;
            padding: 10px 20px;
        }

        .al-choose-account-section .view-box {
            margin: 24px auto 40px;
            padding: 10px 20px;
        }

        .al-choose-account-section .account-type-box .account-box .personal-box {
            padding: 46px 28px 28px;
        }

            .al-choose-account-section .account-type-box .account-box .personal-box h4 {
                font-size: 20px;
                line-height: 26px;
                margin-bottom: 12px;
            }

            .al-choose-account-section .account-type-box .account-box .personal-box .discount-value {
                font-size: 20px;
                line-height: 26px;
            }

            .al-choose-account-section .account-type-box .account-box .personal-box h3 {
                font-size: 30px;
                line-height: 40px;
                margin-bottom: 20px;
            }

            .al-choose-account-section .account-type-box .account-box .personal-box .vender-btns .personal-btn {
                padding: 12px 24px;
            }

            .al-choose-account-section .account-type-box .account-box .personal-box .personal-btn {
                padding: 12px 24px;
            }

        .al-choose-account-section .account-type-box .account-box .included-featured {
            padding: 28px;
        }

            .al-choose-account-section .account-type-box .account-box .included-featured .included-title {
                margin-bottom: 20px;
            }

        .al-choose-account-section .account-type-box .account-box .included-text {
            padding: 20px 0 28px;
            margin: 0 28px;
            margin-top: auto;
        }

    .al-premium-vendor-section.al-join-now-section .join-now-bg {
        padding: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .al-choose-account-section .account-btns {
        gap: 15px;
    }

        .al-choose-account-section .account-btns .links-btn {
            gap: 10px;
            padding: 3px 3px 3px 16px;
        }

            .al-choose-account-section .account-btns .links-btn .button.show-now-btn {
                padding: 8px 12px;
            }

    .al-choose-account-section .coupon-box .coupon-feild {
        padding: 10px 20px;
    }

    .al-choose-account-section .coupon-box .button.show-now-btn {
        padding: 8px 12px;
    }

    .al-choose-account-section .view-box {
        width: calc(100% - 10px);
    }

        .al-choose-account-section .view-box .button.show-now-btn {
            padding: 8px 12px;
        }

    .al-premium-vendor-section .al-premium-vendor-benner {
        padding: 24px;
    }

        .al-premium-vendor-section .al-premium-vendor-benner.premium-vendor-bg {
            padding-right: 24px;
        }

    .al-premium-vendor-section .al-premium-vendor-wrap {
        gap: 30px;
    }

        .al-premium-vendor-section .al-premium-vendor-wrap .al-premium-vendor-box {
            margin-bottom: 30px;
        }

    .military-discount-section .military-discount-account-card .md-account-card.bitchute-pv .personal-box .pv-dic-price-list,
    .military-discount-section .military-discount-account-card .md-account-card.ac-pv-bg .personal-box .pv-dic-price-list {
        gap: 12px;
    }

    .military-discount-section .military-discount-account-card .md-account-card.bitchute-pv .personal-box .pv-dic-item.month-pack .bti-signup-button,
    .military-discount-section .military-discount-account-card .md-account-card.ac-pv-bg .personal-box .pv-dic-item.year-pack .signup-button {
        min-width: auto;
    }

    .military-discount-section .military-discount-account-card .md-account-card.ac-pv-bg .personal-box {
        padding-right: 15px;
    }

    .military-discount-section .military-discount-account-card .md-account-card.ac-pv-bg .included-featured {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .al-choose-account-section {
        padding: 50px 0 60px !important;
    }

        .al-choose-account-section .coupon-box {
            margin: 24px auto 30px;
            gap: 12px;
        }

        .al-choose-account-section .view-box {
            margin: 24px auto 30px;
            gap: 12px;
            flex-direction: column;
        }

        .al-choose-account-section .account-type-box {
            gap: 20px;
        }

            .al-choose-account-section .account-type-box .account-box .personal-box {
                padding: 40px 20px 20px;
            }

                .al-choose-account-section .account-type-box .account-box .personal-box h3 {
                    font-size: 26px;
                    line-height: 36px;
                }

            .al-choose-account-section .account-type-box .account-box .included-featured {
                padding: 24px 20px;
            }

            .al-choose-account-section .account-type-box .account-box .included-text {
                padding: 20px 0 20px;
                margin: 0 20px;
                margin-top: auto;
            }

            .al-choose-account-section .account-type-box .account-box .included-featured .included-title {
                margin-bottom: 16px;
            }
}

@media only screen and (max-width: 991px) {

    .al-choose-account-section .account-btns .links-btn .button.show-now-btn {
        padding: 6px 12px;
    }

    .al-choose-account-section .coupon-box .button.show-now-btn {
        padding: 6px 12px;
    }

    .al-choose-account-section .view-box .button.show-now-btn {
        padding: 6px 12px;
    }

    .al-choose-account-section .account-type-box {
        gap: 15px;
    }

        .al-choose-account-section .account-type-box .account-box .title {
            font-size: 16px;
            max-width: 280px;
        }

        .al-choose-account-section .account-type-box .account-box .personal-box {
            padding: 34px 20px 20px;
        }

            .al-choose-account-section .account-type-box .account-box .personal-box h4 {
                font-size: 18px;
                line-height: 24px;
                margin-bottom: 8px;
            }

            .al-choose-account-section .account-type-box .account-box .personal-box .discount-value {
                font-size: 18px;
                line-height: 26px;
            }

            .al-choose-account-section .account-type-box .account-box .personal-box h3 {
                font-size: 24px;
                line-height: 34px;
            }

            .al-choose-account-section .account-type-box .account-box .personal-box .vender-btns {
                flex-direction: column;
            }

                .al-choose-account-section .account-type-box .account-box .personal-box .vender-btns .personal-btn {
                    padding: 10px 20px;
                    width: 100%;
                }

            .al-choose-account-section .account-type-box .account-box .personal-box .personal-btn {
                padding: 10px 20px;
            }

                .al-choose-account-section .account-type-box .account-box .personal-box .personal-btn picture {
                    margin: 0 15px;
                }

    .al-premium-vendor-section .al-premium-vendor-benner {
        margin-bottom: 30px;
    }

        .al-premium-vendor-section .al-premium-vendor-benner .al-pv-details {
            max-width: 400px;
        }

    .al-premium-vendor-section.al-join-now-section .join-now-bg .al-pv-details {
        max-width: 335px;
    }

    .al-premium-vendor-section .al-premium-vendor-benner .al-pv-image {
        max-width: 430px;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto 0;
    }
        .al-premium-vendor-section .al-premium-vendor-benner .al-pv-image img {
            object-fit: contain;
        }
    .al-premium-vendor-section.al-join-now-section .join-now-bg .al-pv-details .join-now-title {
        font-size: 32px;
        line-height: 45px;
    }

    .al-premium-vendor-section .al-premium-vendor-benner .al-pv-details .al-pv-btn-wrap {
        text-align: center;
    }

    .al-premium-vendor-section .al-premium-vendor-benner .al-pv-details .al-pv-price {
        font-size: 45px;
        line-height: 65px;
    }

    .al-premium-vendor-section .al-premium-vendor-benner .al-pv-details .al-pv-btn-wrap p {
        margin-bottom: 20px;
    }

    .al-premium-vendor-section .al-premium-vendor-wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }

        .al-premium-vendor-section .al-premium-vendor-wrap .al-premium-vendor-box {
            margin-bottom: 20px;
            padding: 20px;
        }

    .al-premium-vendor-button {
        margin-top: 30px;
    }

    .al-premium-vendor-section.al-join-now-section .al-premium-vendor-wrap {
        grid-template-columns: 1fr 1fr;
    }

        .al-premium-vendor-section.al-join-now-section .al-premium-vendor-wrap .al-premium-vendor-box {
            padding-left: 38px;
        }

            .al-premium-vendor-section.al-join-now-section .al-premium-vendor-wrap .al-premium-vendor-box::before {
                top: 23px;
                left: 12px;
            }
    .al-premium-vendor-section.al-join-now-section .al-premium-vendor-wrap {
        grid-template-columns: 1fr 1fr;
    }

        .al-premium-vendor-section.al-join-now-section .al-premium-vendor-wrap .al-premium-vendor-box {
            padding-left: 38px;
        }

            .al-premium-vendor-section.al-join-now-section .al-premium-vendor-wrap .al-premium-vendor-box::before {
                top: 23px;
                left: 12px;
            }

    .military-discount-section .military-top-box {
        margin-bottom: 55px;
    }

    .military-discount-section .military-discount-account-card .md-account-card {
        padding: 45px 16px 30px;
    }

        .military-discount-section .military-discount-account-card .md-account-card.bitchute-pv .personal-box .pv-dic-price-list,
        .military-discount-section .military-discount-account-card .md-account-card.ac-pv-bg .personal-box .pv-dic-price-list {
            flex-direction: column;
            margin-bottom: 15px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .personal-box {
            padding-left: 15px;
            padding-right: 15px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .included-featured {
            padding-left: 15px;
        }

            .military-discount-section .military-discount-account-card .md-account-card .included-featured .included-content li {
                margin-bottom: 8px;
            }

        .military-discount-section .military-discount-account-card .md-account-card .personal-box h4 {
            font-size: 26px;
            line-height: 36px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .personal-box h3 {
            font-size: 33px;
            line-height: 50px;
            margin-bottom: 12px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .personal-box .signup-button {
            max-width: 230px;
            padding: 12px;
            line-height: 20px;
            margin-bottom: 12px;
        }

            .military-discount-section .military-discount-account-card .md-account-card .personal-box .signup-button strong {
                font-size: 20px;
                line-height: 32px;
            }
}

@media only screen and (min-width: 768px) {
    .review-your-order-card .review-your-order-body .review-your-order-table {
        overflow: visible;
    }
        .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.review-product-name .m-vendor-name,
        .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.review-check-points .price-details {
            display: none !important;
        }
}

@media only screen and (max-width: 767px) {
    .al-choose-account-section {
        padding: 40px 0 40px !important;
    }

        .al-choose-account-section .section-title {
            font-size: 28px;
            line-height: 40px;
        }

        .al-choose-account-section .account-btns {
            flex-direction: column;
        }

            .al-choose-account-section .account-btns .links-btn {
                justify-content: space-between;
            }

                .al-choose-account-section .account-btns .links-btn .button.show-now-btn {
                    min-width: 132px;
                }

        .al-choose-account-section .close-btn {
            top: -8px;
            right: 0;
        }

        .al-choose-account-section .view-box .close-btn {
            right: 0;
        }

        .al-choose-account-section .account-type-box {
            flex-direction: column;
            row-gap: 50px;
        }

            .al-choose-account-section .account-type-box .account-box {
                width: 100%;
                border-radius: 16px;
            }

                .al-choose-account-section .account-type-box .account-box.account-box-green .personal-btn {
                    max-width: 400px;
                    margin: 0 auto;
                }

                .al-choose-account-section .account-type-box .account-box .personal-box .vender-btns {
                    flex-direction: row;
                }

                .al-choose-account-section .account-type-box .account-box .included-featured {
                    padding: 20px 20px;
                }

                    .al-choose-account-section .account-type-box .account-box .included-featured .included-content li {
                        margin-bottom: 12px;
                    }

                .al-choose-account-section .account-type-box .account-box .included-text {
                    padding: 15px 0 15px;
                }

                .al-choose-account-section .account-type-box .account-box .personal-box .verify-button {
                    max-width: 100%;
                }

    .al-premium-vendor-section {
        padding: 30px 0;
    }

        .al-premium-vendor-section .al-premium-vendor-benner .al-pv-image {
            max-width: 100%;
            width: 100%;
            height: auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: auto;
        }

        .al-premium-vendor-section .al-premium-vendor-benner .al-pv-details {
            margin-right: auto;
            text-align: center;
        }

        .al-premium-vendor-section .al-premium-vendor-benner {
            border-radius: 20px;
            padding-top: 300px !important;
        }

            .al-premium-vendor-section .al-premium-vendor-benner.premium-vendor-bg {
                padding-top: 350px !important;
            }

        .al-premium-vendor-section .al-premium-vendor-wrap .al-premium-vendor-box {
            padding: 12px 16px 16px;
            border-radius: 12px;
        }

            .al-premium-vendor-section .al-premium-vendor-wrap .al-premium-vendor-box .al-pv-title {
                margin-bottom: 8px;
            }

        .al-premium-vendor-section .al-premium-vendor-benner.join-now-bg {
            min-height: 300px;
        }

        .al-premium-vendor-section.al-join-now-section .join-now-bg {
            padding: 30px;
        }

        .al-premium-vendor-section.al-join-now-section .al-premium-vendor-wrap .al-premium-vendor-box {
            padding-left: 32px;
        }

            .al-premium-vendor-section.al-join-now-section .al-premium-vendor-wrap .al-premium-vendor-box::before {
                top: 16px;
                left: 10px;
                width: 14px;
                height: 14px;
            }

        .al-premium-vendor-section.al-join-now-section .al-premium-vendor-wrap {
            grid-template-columns: 1fr;
        }

        .al-premium-vendor-section.al-join-now-section .join-now-bg {
            padding: 30px;
        }

        .al-premium-vendor-section.al-join-now-section .al-premium-vendor-wrap .al-premium-vendor-box {
            padding-left: 32px;
        }

            .al-premium-vendor-section.al-join-now-section .al-premium-vendor-wrap .al-premium-vendor-box::before {
                top: 16px;
                left: 10px;
                width: 14px;
                height: 14px;
            }

        .al-premium-vendor-section.al-join-now-section .al-premium-vendor-wrap {
            grid-template-columns: 1fr;
        }

        .al-premium-vendor-section .al-premium-vendor-benner .al-pv-details p {
            margin-bottom: 10px;
        }

        .al-premium-vendor-section.al-join-now-section .join-now-bg .al-pv-details .join-now-title {
            margin-bottom: 18px;
        }

        .al-premium-vendor-section .al-pv-details .al-join-btn {
            padding: 12px 30px;
            min-width: 150px;
        }


    .military-discount-section .military-top-box .military-inner-box {
        flex-direction: column;
    }

        .military-discount-section .military-top-box .military-inner-box h5 {
            margin-right: 0;
            margin-bottom: 15px;
        }

    .military-discount-section .military-top-box .mtb-list {
        padding-left: 0;
        padding-top: 16px;
        border-left: none;
        border-top: 1px solid #D2D2D2;
    }

    .military-discount-section .military-top-box .military-bottom-wrap {
        flex-direction: column;
        padding: 12px 20px;
    }

        .military-discount-section .military-top-box .military-bottom-wrap .military-login-link.mbw-left.mbw-pr {
            margin-bottom: 0;
        }

        .military-discount-section .military-top-box .military-bottom-wrap .military-login-link.mbw-left {
            padding-right: 0;
            margin-bottom: 10px;
        }

        .military-discount-section .military-top-box .military-bottom-wrap .military-login-link.mbw-right {
            padding-left: 0;
            padding-top: 10px;
        }

            .military-discount-section .military-top-box .military-bottom-wrap .military-login-link.mbw-right::before {
                width: 100%;
                height: 1px;
                border-top: 1px solid #D2D2D2;
                position: absolute;
                top: 0px;
                left: auto;
                bottom: auto;
                margin: 0;
            }

    .military-discount-section .military-top-box {
        padding-top: 85px;
    }

    .military-discount-section .military-discount-account-card .md-account-card .personal-box h4 {
        font-size: 24px;
    }

    .military-discount-section .container {
        max-width: 100% !important;
    }

    .create-wbag-modal .modal-dialog {
        width: calc(100% - 24px);
        margin: 15px auto;
    }

    /* add to cart start */
    .review-your-order-card .review-your-order-body {
        padding: 0;
    }

        .review-your-order-card .review-your-order-body .review-your-order-table {
            border: none;
            padding: 15px 15px 0;
            overflow: visible;
        }

    .main-total-table {
        overflow: hidden;
        padding: 0 15px;
        border: none;
    }

        .main-total-table table {
            border: 1px solid #ccc;
        }

            .main-total-table table tbody tr td.mt-display {
                display: none;
            }

            .main-total-table table tbody tr td.mt-amount,
            .main-total-table table tbody tr td.subtotal {
                padding: 10px;
            }

            .main-total-table table tbody tr td.mt-amount {
                text-align: right !important;
            }

            .main-total-table table tbody tr td .mt-st-amount {
                color: #565050 !important;
                font-size: 12px;
                line-height: 18px;
            }

            .main-total-table table tbody tr td .mt-st-val {
                color: #000000 !important;
            }

    .review-your-order-card .review-your-order-body .review-your-order-table .mt-row {
        display: grid;
        grid-template-columns: 40% 60%;
        margin: 0 0 20px 0;
        padding: 8px;
        border: 1px solid #ccc;
        position: relative;
    }

        .review-your-order-card .review-your-order-body .review-your-order-table .mt-row:last-child {
            margin-bottom: 0;
        }

        .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td {
            border: none;
            color: #565050;
            font-family: "Lato", "Arial", "Helvetica", sans-serif;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
        }

            .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.review-product-img,
            .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.review-product-name {
                padding-bottom: 15px;
            }

            .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td .custom-text {
                white-space: normal;
                word-break: break-word;
            }

            .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td .img-responsive {
                max-width: 100px !important;
                width: 100% !important;
                height: 100px !important;
                object-fit: contain;
                object-position: center;
                margin: auto;
            }

            .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.w-15,
            .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.w-25 {
                width: 100%;
            }

            .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.CheckoutproductPrice,
            .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.review-vendor-name {
                display: none;
            }

    .review-your-order-card .review-your-order-body .review-your-order-table table thead {
        display: none;
    }

    .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.review-check-points {
        grid-area: 3 / 1 / span 1 / span 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 5px;
    }

        .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.review-check-points .popover {
            left: 5px !important;
            right: auto;
        }

        .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.review-check-points .check-container {
            margin-bottom: 0;
            max-width: max-content;
            margin-left: auto;
            font-size: 12px;
            line-height: 16px;
        }

        .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.review-check-points .price-details {
            color: #5D734D;
            font-family: 'Oswald';
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            text-decoration-line: underline;
            text-transform: uppercase;
            cursor: pointer;
        }

    .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.btn_number {
        grid-area: 2 / 1;
        border-top: 1px solid #ccc;
        padding-top: 15px !important;
    }

    .review-your-order-card .review-your-order-body .review-your-order-table #tblProducts .mt-row td.btn_number .inc {
        font-size: 15px !important;
    }

    .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.review-check-points {
        padding-top: 15px;
    }

    .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.subtotal {
        padding-top: 15px;
        grid-area: 2 / 2;
        border-top: 1px solid #ccc;
    }

        .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.subtotal .price-details {
            display: none !important;
        }

        .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.subtotal .subtotalVal {
            color: #101010;
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
        }

        .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.subtotal .subtotal-val-wrap {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 10px;
        }

    .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.btn_number .inc.button.plus {
        position: static !important;
    }

    .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.review-close-button {
        position: absolute;
        top: -18px;
        right: -20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.review-close-button .productDelete {
            background-color: #fff;
            font-size: 22px !important;
            line-height: 1;
            margin-top: 0 !important;
        }

    .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td .m-vendor-name {
        display: flex;
        align-items: flex-start;
        gap: 3px;
        color: #565050;
        font-family: "Lato", "Arial", "Helvetica", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }

        .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td .m-vendor-name span {
            font-size: 12px;
            line-height: 18px;
        }

        .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td .m-vendor-name strong {
            font-weight: 600;
            min-width: fit-content;
            font-size: 12px !important;
            line-height: 18px !important;
        }
    /* add to cart  end */
    .military-discount-section .military-discount-account-card .md-account-card .pv-card-btn-wrap {
        justify-content: center;
        margin-bottom: 15px !important;
        display: flex !important;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 575px) {
    #GovAuthAlertModel .modal-dialog {
        margin-top: 30px;
        margin-left: 12px;
        margin-right: 12px;
    }

    #GovAuthAlertModel .modal-footer {
        justify-content: center;
    }

    .al-choose-account-section .account-type-box .account-box .personal-box .discount-value {
        font-size: 16px;
        line-height: 24px;
    }

    .al-choose-account-section .account-type-box .account-box .personal-box h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-field-wrap {
        flex-direction: column;
    }

    .al-choose-account-section .account-type-box .account-box .personal-box .vender-btns {
        flex-direction: column;
    }

    .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-gun-wrap .wbag-gun-list {
        grid-template-columns: calc(50% - 6px) calc(50% - 6px);
    }

    .create-wbag-modal .modal-dialog .modal-content .modal-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .al-choose-account-section .account-type-box .account-box .personal-box .vender-btns {
        flex-direction: column;
    }

    .military-discount-section .military-discount-account-card .md-account-card.bitchute-pv .personal-box,
    .military-discount-section .military-discount-account-card .md-account-card.ac-pv-bg .personal-box {
        padding-right: 0;
    }

    .military-discount-section .military-discount-account-card .md-account-card .personal-box {
        padding-left: 0;
    }

    .military-discount-section .military-discount-account-card .md-account-card {
        flex-direction: column;
    }

        .military-discount-section .military-discount-account-card .md-account-card .pb-col-box {
            width: 100%;
        }

        .military-discount-section .military-discount-account-card .md-account-card .personal-box {
            padding-right: 0;
            border-right: none;
            margin-bottom: 25px;
        }

        .military-discount-section .military-discount-account-card .md-account-card .personal-box,
        .military-discount-section .military-discount-account-card .md-account-card .included-featured,
        .military-discount-section .military-discount-account-card .md-account-card.ac-pv-bg .included-featured {
            padding-left: 0;
        }

    .military-discount-section .military-top-box {
        padding-top: 75px;
        border-radius: 16px;
    }

        .military-discount-section .military-top-box .military-bottom-wrap {
            border-radius: 0 0 16px 16px;
        }

    .military-discount-section .military-discount-account-card .md-account-card {
        border-radius: 16px;
    }

    .military-discount-section .military-top-box .military-discount-banner {
        width: auto;
        left: 15px;
        right: 15px;
    }

    .al-premium-vendor-section .al-premium-vendor-benner {
        padding-top: 200px !important;
    }

    .al-premium-vendor-section .al-premium-vendor-benner.premium-vendor-bg {
        padding-top: 280px !important;
    }
    .bit-chute-card-section .bit-chute-top-box h2 {
        font-size: 28px;
        line-height: 42px;
        margin: -28px auto 0;
    }
    .bit-chute-card-section .bit-chute-top-box .bit-chute-logo-wrap {
        max-width: 250px;
        width: 100%;
        padding: 10px 15px;
        margin: 7px auto 25px;
    }
}

@media only screen and (max-width: 479px) {
    .al-choose-account-section .section-title {
        font-size: 26px;
        line-height: 36px;
    }

    .al-choose-account-section .account-btns .links-btn {
        font-size: 14px;
    }

        .al-choose-account-section .account-btns .links-btn .button.show-now-btn {
            font-size: 14px;
        }

    .al-choose-account-section .account-type-box .account-box {
        border-radius: 12px;
    }

        .al-choose-account-section .account-type-box .account-box .personal-box .pb-account-wrap {
            flex-direction: column;
        }

    .al-account-login-section .al-account-login-box {
        padding: 30px 20px 40px;
        border-radius: 12px;
    }

    .al-premium-vendor-section .al-premium-vendor-benner .al-pv-details .al-pv-price {
        font-size: 35px;
        line-height: 55px;
    }

    .al-premium-vendor-section .al-premium-vendor-benner .al-pv-login .pv_login {
        padding: 8px 15px 10px;
    }

    .al-premium-vendor-section .al-premium-vendor-benner .al-pv-login {
        font-size: 14px;
        line-height: 20px;
    }

    .al-premium-vendor-section.al-join-now-section .join-now-bg .al-pv-details .join-now-title {
        font-size: 30px;
        line-height: 42px;
    }

    .military-discount-section .military-discount-account-card .md-account-card .personal-box h4 {
        font-size: 24px;
        line-height: 34px;
    }

    .military-discount-section .military-top-box .military-discount-banner {
        top: -60px;
        border-radius: 8px;
    }

        .military-discount-section .military-top-box .military-discount-banner img {
            border-radius: 8px;
        }

    .military-discount-section .military-top-box {
        padding-top: 60px;
    }

    .military-discount-section .military-discount-account-card .md-account-card .personal-box .discount-value {
        font-size: 18px;
        line-height: 28px;
    }

    .military-discount-section .military-discount-account-card .md-account-card .personal-box h3 {
        font-size: 28px;
        line-height: 45px;
    }

    .military-discount-section .military-discount-account-card .md-account-card .personal-box .signup-button {
        font-size: 14px;
    }

        .military-discount-section .military-discount-account-card .md-account-card .personal-box .signup-button strong {
            font-size: 18px;
            line-height: 30px;
        }
    .bit-chute-card-section.bit-chute-card-section .military-bottom-wrap, 
    .military-discount-section .military-top-box .military-bottom-wrap {
        padding: 8px 15px;
    }
    .bit-chute-card-section.bit-chute-card-section .bit-chute-top-box .military-login-link,
    .military-discount-section .military-top-box .military-bottom-wrap .military-login-link {
        font-size: 14px;
        line-height: 20px;
        gap: 5px;
    }
}

@media only screen and (max-width: 419px) {
    .al-premium-vendor-section .al-premium-vendor-benner.premium-vendor-bg {
        padding-top: 250px !important;
    }

    .al-premium-vendor-section .al-premium-vendor-benner {
        padding-top: 180px !important;
    }
}

@media only screen and (max-width: 375px) {
    .al-choose-account-section .close-btn {
        right: -4px;
    }

    .al-choose-account-section .coupon-box {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 10px 15px;
    }

    .al-choose-account-section .account-type-box .account-box .personal-box .personal-btn picture {
        margin: 0 10px;
    }

    .al-account-login-section .al-account-login-box {
        padding: 20px 15px 30px;
    }

  /*  .al-premium-vendor-section.al-join-now-section .join-now-bg .al-pv-details .join-now-title {
        font-size: 25px;
        line-height: 40px;
    }*/

    .al-premium-vendor-section .al-premium-vendor-benner .al-pv-details .al-pv-btn-wrap::before {
        content: "";
        width: 100%;
        height: 1px;
        border: 1px dashed #FFFFFF;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .military-discount-section .military-top-box {
        margin-top: 60px;
    }

    .create-wbag-modal .modal-dialog .modal-content .modal-body .wbag-gun-wrap .wbag-gun-list {
        grid-template-columns: 100%;
    }
}

@media only screen and (max-width: 359px) {
    .al-choose-account-section .account-type-box .account-box .title {
        font-size: 16px;
        max-width: 245px;
    }

    .military-discount-section .military-top-box .military-discount-banner {
        top: -50px;
    }

    .military-discount-section .military-top-box {
        margin-top: 50px;
        padding-top: 75px;
    }

        .military-discount-section .military-top-box .military-bottom-wrap {
            padding-left: 10px;
            padding-right: 10px;
        }

            .military-discount-section .military-top-box .military-bottom-wrap .military-login-link.mbw-left {
                gap: 5px;
            }

    .review-your-order-card .review-your-order-body .review-your-order-table .mt-row td.review-check-points .popover {
        max-width: calc(100% - 15px);
        min-width: 260px;
    }

    .bit-chute-card-section.bit-chute-card-section .bit-chute-top-box .military-login-link,
    .military-discount-section .military-top-box .military-bottom-wrap .military-login-link {
        font-size: 12px;
        line-height: 18px;
    }
}
/* military page css media end */
/*Setup Image Order css start */
.ordering-image-section .ordering-image-title {
    color: #000000;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.24px;
    margin-top: 0;
    margin-bottom: 0;
}

.ordering-image-section .ordering-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.ordering-image-section .ordering-image-notes .oi-notes-title {
    color: #000000;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.14px;
}

.ordering-image-section .ordering-image-notes .notes-order-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .ordering-image-section .ordering-image-notes .notes-order-list li {
        margin-bottom: 8px;
        color: #000000;
        font-family: "Lato", "Arial", "Helvetica", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }

        .ordering-image-section .ordering-image-notes .notes-order-list li:last-child {
            margin-bottom: 0;
        }

.setup-image-order-list {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

    .setup-image-order-list .setup-image-item {
        width: calc(16.66% - 13.3px);
        position: relative;
    }

        .setup-image-order-list .setup-image-item .priview-action-btn {
            position: relative;
            padding-bottom: 100%;
            border-radius: 5px;
            border: 1px solid #b5b5b5;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 1;
        }

            .setup-image-order-list .setup-image-item .priview-action-btn::before {
                content: "";
                background-color: rgb(0 0 0 / 35%);
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                transition: all 0.15s linear;
                opacity: 0;
            }

            .setup-image-order-list .setup-image-item .priview-action-btn:hover::before {
                opacity: 1;
            }

            .setup-image-order-list .setup-image-item .priview-action-btn .setup-gun-img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                object-position: center;
                object-position: center;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                z-index: -1;
            }

        .setup-image-order-list .setup-image-item .checked-button {
            width: 35px;
            height: 35px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            background-color: #fff;
            cursor: pointer;
            border-radius: 0 5px 0 18px;
            border: 1px solid #b5b5b5;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 2;
            transition: all 0.15s linear;
            background-color: #dddddd;
        }

            .setup-image-order-list .setup-image-item .checked-button::before {
                content: "";
                width: 9px;
                height: 15px;
                border-width: 0 4px 4px 0;
                border-style: solid;
                border-color: #fff;
                transform: rotate(45deg);
                position: absolute;
                top: 0;
                left: 2px;
                right: 0;
                bottom: 6px;
                margin: auto;
                opacity: 1;
                transition: all 0.15s linear;
            }

        .setup-image-order-list .setup-image-item .priview-action-btn .hend-icon-wrap {
            width: 46px;
            height: 46px;
            border-radius: 46px;
            box-shadow: 0px 1px 6px 3px rgba(0, 0, 0, 0.5);
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 5px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            opacity: 0;
        }

        /*.setup-image-order-list .setup-image-item:hover .hend-icon-wrap,
        .setup-image-order-list .setup-image-item .priview-action-btn:has(.setup-gun-img:hover) .hend-icon-wrap {
            opacity: 1;
        }*/

        .setup-image-order-list .setup-image-item .priview-action-btn:focus .hend-icon-wrap,
        .setup-image-order-list .setup-image-item .priview-action-btn:hover .hend-icon-wrap {
            opacity: 1;
        }

        .setup-image-order-list .setup-image-item .priview-action-btn .hend-icon-wrap img {
            max-width: 30px;
            width: 100%;
            height: auto;
        }

        .setup-image-order-list .setup-image-item .checked-button input {
            cursor: pointer;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            z-index: 1;
            min-width: 35px;
            min-height: 35px;
            width: 100%;
            height: 100%;
            margin: 0;
        }

        .setup-image-order-list .setup-image-item .checked-button:has(input:checked) {
            background-color: #637e31;
        }

@media (max-width: 1279px) {
    .setup-image-order-list .setup-image-item {
        width: calc(20% - 13px);
    }
}

@media (max-width: 991px) {
    .setup-image-order-list .setup-image-item {
        width: calc(25% - 12px);
    }
}

@media (max-width: 767px) {
    .setup-image-order-list .setup-image-item {
        width: calc(33.33% - 11px);
    }
}

@media (max-width: 575px) {
    .setup-image-order-list .setup-image-item {
        width: calc(50% - 8px);
    }
}
/*Setup Image Order css end */
.lightbox .lb-nav a.lb-next,
.lightbox .lb-nav a.lb-prev {
    width: 50px !important;
}

.lightbox .lb-nav a.lb-prev {
    background: url("../images/prev.png") center no-repeat !important;
    background-size: contain !important;
}

.lightbox .lb-nav a.lb-next {
    background: url("../images/next.png") center no-repeat !important;
    background-size: contain !important;
}

.lightbox .lb-data .lb-close {
    background: url("../images/close.png") center no-repeat !important;
    position: absolute;
    top: -35px;
    right: 0;
}

.lightbox .lb-loader .lb-cancel {
    background: url("../images/loading.gif") center no-repeat !important;
    background-size: contain !important;
}

.thumbnail-item-box .owl-stage {
    display: grid !important;
    grid-template-columns: repeat(3, calc(33.33% - 11px)) !important;
    gap: 16px !important;
    width: 100% !important;
}

    .thumbnail-item-box .owl-stage .owl-item {
        margin-right: 0 !important;
        width: 100% !important;
    }

        .thumbnail-item-box .owl-stage .owl-item .postListImg {
            border: 3px solid #ebebeb;
        }

        .thumbnail-item-box .owl-stage .owl-item .item .postListImg:hover,
        .thumbnail-item-box .owl-stage .owl-item.current .item .postListImg {
            border-color: #b2b682;
        }

        .thumbnail-item-box .owl-stage .owl-item .postListImg img {
            width: 100% !important;
            height: 100% !important;
            object-position: center !important;
            object-fit: contain !important;
        }

@media(max-width: 575px) {
    .thumbnail-item-box .owl-stage {
        grid-template-columns: repeat(2, calc(50% - 5px)) !important;
        gap: 10px !important;
    }
}
/* blog post detail content css start */


.blog-post-detail-content {
    color: #000000;
    font-family: "Lato", "Arial", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

    .blog-post-detail-content h1,
    .blog-post-detail-content h2,
    .blog-post-detail-content h3,
    .blog-post-detail-content h4,
    .blog-post-detail-content h5,
    .blog-post-detail-content h6 {
        color: #000000;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .blog-post-detail-content h1 {
        font-family: 'Oswald', sans-serif;
        font-size: 40px;
        line-height: 50px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .blog-post-detail-content a {
        color: #5c724c;
        text-decoration: underline;
    }

    p,
    .blog-post-detail-content ol,
    .blog-post-detail-content ul {
        margin-bottom: 15px;
    }

        .blog-post-detail-content ol li,
        .blog-post-detail-content ul li {
            margin-bottom: 5px;
        }

            .blog-post-detail-content ol li:last-child,
            .blog-post-detail-content ul li:last-child {
                margin-bottom: 0;
            }

            .blog-post-detail-content ul li:has(ul) {
                list-style-type: none !important;
            }

            .blog-post-detail-content ul li:has(* ~ ul) {
                list-style: disc !important;
            }

        .blog-post-detail-content ul li {
            list-style: disc !important;
        }

            .blog-post-detail-content ul li ul li {
                list-style: circle !important;
            }

        .blog-post-detail-content ol li {
            list-style: auto !important;
        }

    .blog-post-detail-content img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
        margin-bottom: 15px
    }
/* blog post detail content css end */
.blog-whole-detail .panel.comment_box_wrap .replyBox .inner_comment_box {
    align-items: flex-end;
}
.blog-whole-detail .panel.comment_box_wrap .replyBox .inner_comment_box .textarea_comment .form-control {
    min-height: 36px;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    word-break: break-word;
    outline: none;
    border: 1px solid #ccc;
    padding: 7px 10px;
}
.blog-whole-detail .panel.comment_box_wrap .replyBox .inner_comment_box .comment_submit_button button {
    padding: 9px 16px;
}

/*bitchute logo css*/
.bit-chute-wrap .networkViewerImage {
    max-width: 250px;
    width: 100%;
    height: 150px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bit-chute-wrap .networkViewerImage img {
        max-width: 250px;
        width: 100%;
        height: auto;
        border-radius: 0;
    }

@media (max-width: 767px) {
    .bit-chute-wrap .networkViewerImage {
        display: none;
    }

        .bit-chute-wrap .networkViewerImage:before {
            display: none;
        }

    .bit-chute-logo-m .netViewerImgBox {
        max-width: 250px;
        width: 100%;
        height: 100px;
        border-radius: 8px;
        border: 1px solid rgba(0,0,0,0.22);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .bit-chute-logo-m .netViewerImgBox img {
            max-width: 200px;
            width: 100%;
            height: auto;
            border-radius: 0;
        }
}
.leave-a-comment_box .form-group .txtAdminCommentInput {
    height: auto !important;
    min-height: 50px;
    font-size: 16px;
    line-height: 22px;
    word-break: break-word;
}
.leave-a-comment_box .form-group .msg-text-field .form-control {
    font-size: 16px;
    line-height: 22px;
    word-break: break-word;
}

.e-commerce-product-filter h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    margin-top: 0;
    margin-bottom:5px;
}

.e-commerce-product-filter .tags-filter-list {
    padding-left: 0;
    max-height: 255px;
    overflow: auto;
}
.e-commerce-product-filter .tags-filter-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.e-commerce-product-filter .tags-filter-list::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

.e-commerce-product-filter .tags-filter-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #4B6719;
}

.e-commerce-product-filter .tags-filter-list .tag-list {
    position: relative;
    padding-right: 5px;
}
.e-commerce-product-filter .tags-title-wrap .tag-list {
    position: relative;
}
.e-commerce-product-filter .tag-list .custom-control-input {
    position: absolute;
    /* z-index: -1;*/
    opacity: 0;
    width: 100%;
}
.e-commerce-product-filter .tag-list .custom-control-label {
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #4B6719;
    padding-left: 25px;
}
.e-commerce-product-filter .tag-list .custom-control-label::before {
    position: absolute;
    top: 2px;
    left: 0rem;
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #4B6719;
    border-radius: 4px;
}

.e-commerce-product-filter .tag-list .custom-control-label::after {
    position: absolute;
    top: 1px;
    left: -1px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #4B6719 !important;
    background-color: #4B6719 !important;
}
.e-commerce-product-filter .tag-list .custom-control-input[type="checkbox"]{
    z-index:1;
}
.e-commerce-product-filter .tag-list .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("../images/checked.png");
}

@media (max-width:1199px) {
    .e-commerce-product-filter {
        padding:15px;
    }
}
.tags-list {
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    margin-bottom:15px;
}
.tag_Name {
    font-size:13px !important;
    line-height:18px !important;
    font-weight:400 !important;
    padding: 4px 10px;
    border: 1px solid #4B6719;
    border-radius: 10px;
    background-color: rgb(229, 224, 191);
    color:#202020;
}

.tags-title-wrap {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:10px;
    margin-top:12px;
}

.tags-title-wrap h5 {
    margin-bottom:0;
}

.earn-point-link.avilable-point-link{
    margin-top:0;
    margin-bottom:10px;
    background-color:#fff;
}

.e-commerce-product {
    padding-bottom:15px !important;
}

.e-comm-page-filter {
    text-align: center;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 20px 0;
    flex-wrap:wrap;
}
.e-comm-page-filter .pager {
    width: auto;
    flex: 1;
    margin: 0;
}
.e-comm-page-filter .pager .al-pagination {
    margin-bottom:0px;
}
.moreProductListTitle .select2-container .select2-selection {
    height: 40px;
}
.moreProductListTitle .select2-container .select2-selection .select2-selection__rendered {
    line-height: 38px;
    font-size: 14px;
}
.moreProductListTitle .select2-container .select2-selection .select2-selection__arrow {
    height: 38px;
}
 @media (max-width:1199px) {
        .e-comm-page-filter .more-product-right .page-size-dropdown label {
        font-size:14px;
    }    
}
@media (max-width:767px) {
    .e-commerce-product-filter .tags-filter-list {
        max-height: 180px;
    }
    .moreProductListTitle .select2-container .select2-selection {
        height: 32px;
    }
    .moreProductListTitle .select2-container .select2-selection .select2-selection__rendered {
        line-height: 30px;
        font-size: 12px;
    }
    .moreProductListTitle .select2-container .select2-selection .select2-selection__arrow {
        height: 30px;
    }
}
@media (max-width:495px) {
    .e-commerce-product {
        align-items:flex-end !important;
    }
    .moreProductListTitle {
        width: calc(65% - 20px) !important;
    }

}
@media (max-width:360px) {
    .e-comm-page-filter {
        flex-direction:column;
        justify-content:center;

    }
    .e-comm-page-filter .more-product-right {
        justify-content:center;
    }
}

.tag_dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-color: #4B6719;
    background-color: rgb(229, 224, 191);
    color: #202020;
    font-size: 13px;
}

.tag_dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-color: #4B6719;
    background-color: rgb(229, 224, 191);
}

/*Modal Popup Css*/
.origAddressBox {
    position: relative;
    padding-left: 30px;
    margin-top: 3rem;
}

    .origAddressBox .fa-home {
        position: absolute;
        left: 0;
        top: 0px;
        font-size: 18px;
    }

.suggestedAddressModal .origAddressBox ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* Reset-password */
.al-account-login-section .al-account-login-box .al-form-field.reset-form-field {
    margin: 30px 0 0;
}

    .al-account-login-section .al-account-login-box .al-form-field.reset-form-field .al-login-button {
        width: 100%;
        transition: all 0.3s ease;
    }

@media (max-width:1440px) {
    .al-account-login-section .al-account-login-box .al-form-field.reset-form-field {
        margin: 20px 0 0;
    }
}

