#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;
}

@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 {
    width: 10px;
    height: 10px;
    width: 100%;
    min-width: 320px;
    height: 100%;
}

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;
}

.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 {
    padding: 90px 0 0;
}

    #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: 72%;
        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 50px;
    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 64px;
    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;
    }

.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;
}

    .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;
}

/* 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 {
    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-size: 20px;
        font-weight: 600;
        color: #000000;
        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: 19px;
        height: 19px;
        margin: 0 15px 0 0;
        display: inline-block;
        vertical-align: middle;
    }

    .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;
    }

.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 .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");
}


/* 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: 100001;
    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;
    }


/*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;
}

.continue-btn {
    padding: 0px 20px 20px 20px;
    overflow: hidden;
}

    .continue-btn p {
        margin-bottom: 20px;
    }

@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%;
    }
}

@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;
    }
}

@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%;
    }
}

/* Filter Form End */


/*Verification form*/
.verification-form-wrap {
    padding: 45px 0 25px;
}

    .verification-form-wrap .form-group {
        margin: 0;
    }

        .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;
    }

        .verification-form-wrap .verification-input .form-control {
            width: 100%;
        }

    .verification-form-wrap .resend-code-wrap {
        margin: 0;
        padding: 12px 45px 14px 25px;
        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;
    }


/*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: 62%;
        padding-top: 0;
    }

    .search-form {
        width: 44%;
    }

        .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 .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);
        }

        #header .align-right {
            width: 31%;
        }

    #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;
    }

        .social-list li {
            margin: 0 10px;
        }

        .social-list .icon-youtube {
            font-size: 25px;
        }

    #mainMessageContainer {
        margin-top: 0px !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;
    }
}

@media (max-width: 374px) {
    #logo {
        width: 100px;
        margin-top: 5px;
    }
}

/* 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: 150px;
    }

    .messages_all_wrapper .col-md-8 {
        border-left: 1px solid #dedede
    }

    .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 > 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;
    }

.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: 10px;
}

.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;
    box
}

.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;
    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.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: 45px;
    }

    .messages_all_wrapper .all_messages .send_msg input {
        width: 100%;
    }

    .messages_all_wrapper .all_messages .send_msg .do_message {
        width: calc(100% - 70px) !important;
    }

.messages_all_wrapper .all_messages .send_it {
    width: 60px !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: 22px !important;
        color: #fff !important;
        margin-left: -5px;
    }

.messages_all_wrapper .all_messages .send_msg .do_message textarea {
    font-size: 13px;
    height: 110px;
    line-height: 16px;
    padding-top: 10px;
}


/*#messagenotification {
    position: absolute;
    right: -18px;
    bottom: -15px;
}*/

.messagenotification {
    position: absolute;
    right: -18px;
    bottom: -15px;
}

    /*#messagenotification a, #messagenotification a span {
        color: #e5e0bf !important
    }*/

    .messagenotification a, .messagenotification a span {
        color: #e5e0bf !important
    }

@media (max-width: 1200px) {
    .messages_all_wrapper {
        max-width: calc(100vw - 30px) !important
    }
}

@media (max-width: 1150px) {
    #header .align-right {
        padding-right: 20px !important
    }

    /*#MessageNotification {
        right: 0
    }*/
    .messagenotification {
        right: 0
    }
}

@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;
        }
}

@media (min-width: 768px) {
    .messagenotification.msg_notification {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    /*#messagenotification {
        right: 75px;
        bottom: -12px;
    }*/
    .messagenotification {
        right: 75px;
        bottom: -12px;
    }
}


@media (max-width: 767px) {
    .messages_all_wrapper .all_messages .send_msg .do_message textarea {
        height: 80px
    }

    .messages_all_wrapper .all_messages ul {
        padding-bottom: 0px !important
    }

    .messages_all_wrapper .all_messages .send_it {
        width: 45px !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, .messages_all_wrapper .all_messages .send_it a {
        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;
        margin-left: 12px !important;
        margin-top: 2px !important
    }

    .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
    }

    #header a.msg_notification {
        color: #e5e0bf !important
    }

    .messages_all_wrapper .all_messages ul {
        padding-right: 10px !important
    }

    /*#header a.msg_notification #MessageNotificationCount {
            color: #e5e0bf !important;
        }*/

    #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
    }
}

@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: 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: 15px 0
    }
}

@media (max-width: 767px) {
    body.ShowPromotionlink #header {
        padding-top: 0;
    }

    #header .top-holder {
        padding: 15px 0 5px;
    }
}



#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;
    padding: 20px 20px 20px 0;
}

#divRecentlyAddedProduct .gallery {
    width: auto;
    max-width: 100%;
    padding: 0;
}

#divRecentlyAddedProduct .div-viewed {
    border-left: 3px solid #fe0000;
}

@media (max-width:991px) {
    #divRecentlyAddedProduct .div-viewed {
        border-left: none;
    }

    #divRecentlyAddedProduct h1 {
        height: auto;
        overflow: visible;
    }
}

/* 28/01/2022 */
#tednugent .member-container {
    padding-left: 0;
    padding-right: 0;
}
#tednugent .member-message {
    padding-left: 0;
    padding-right: 0;
}

#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-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;
}

@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;
    }
}