* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

html {
    hanging-punctuation: first allow-end last;
}

/* custom scrollbar */
::-webkit-scrollbar {
    width: 30px;
    background-color: black;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border: 6px solid transparent;
    background-color: white;
    border-radius: 30px;
    background-clip: content-box;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #636363;
        cursor: pointer;
    }

body {
    background-color: black;
    padding: 0px;
    margin: 0px;
    margin-top: 50px;
}

.fix-body {
    margin-top: 50px;
}

h1 {
    text-align: center;
    font-size: 60px;
    background-color: black;
    color: white;
}

h2 {
    text-align: center;
    width: 100%;
    color: black;
    font-size: 35px;
    border-radius: 5px;
}

.code_container {
    display: none;
}

.background_fp {
}

.parallax_contain {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    background-color: black;
    justify-content: center;
    /*  this is where the magic happens:  */
    background-attachment: fixed;
    /* background-image: url("../images/FieldBackground.jpg"); */
    background-position: center;
    background-size: cover;
    color: var(--color);
    row-gap: 4rem;
    text-align: center;
}

.parallax_front {
    width: 100%;
    position: absolute;
    z-index: 1;
    background: black;
    padding-top: 50px;
    text-align: center;
    top: 0;
    left: 0;
}

.wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 100%;
    text-align: center;
    overflow: hidden;
    vertical-align: bottom;
    background-color: black;
}

.fp_slide_head {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    line-height: 1.2;
    font-size: 30px;
    position: absolute;
    text-align: right;
    left: 50%;
    top: 50%;
    clear: both;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fp_acct_head {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    text-align: center;
    padding: 20px 10px 20px;
    line-height: 1.2;
    font-size: 28px;
    position: absolute;
    left: 50%;
    top: 0%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.fp_img_contain {
    display: inline-block;
    position: relative;
    width: 70%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    float: right;
}

.fp_slide_extra {
    overflow: auto;
    overflow-x: hidden;
    text-align: right;
    font-size: 18px;
    background-color: black;
    color: white;
    z-index: 1;
    position: relative;
    height: auto;
    width: 100%;
    opacity: 1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fp_slide_div_mini {
    display: inline-block;
    text-align: left;
    background: black;
    color: white;
    margin: 0px;
    position: relative;
    width: 50%;
    padding-right: 40px;
    z-index: 2;
    height: 100%;
    float: right;
}

.fp_slide_div_mini_left {
    display: inline-block;
    text-align: left;
    background: black;
    color: white;
    margin: 0px;
    position: relative;
    width: 50%;
    padding-left: 40px;
    z-index: 2;
    height: 100%;
    float: right;
}

.fp_slide_btm_left {
    display: inline-block;
    text-align: center;
    background: black;
    color: white;
    margin: 0px;
    position: relative;
    width: 100%;
    font-size: 20px;
    padding-top: 20px;
    padding-left: 0px;
}

.fp_slide_btm {
    display: inline-block;
    text-align: center;
    background: black;
    color: white;
    margin: 0px;
    position: relative;
    width: 100%;
    font-size: 20px;
    padding-top: 20px;
    padding-right: 0px;
}

.img_mini {
    display: inline-block;
    position: relative;
    width: 50%;
    float: left;
    height: 400px;
    border-radius: 0px 5px 5px 0px;
    vertical-align: middle;
}

.img_mini_right {
    display: inline-block;
    position: relative;
    width: 50%;
    float: right;
    height: 400px;
    border-radius: 5px 0px 0px 5px;
    vertical-align: middle;
}

.fp_slide_img_mini {
    width: 100%;
    height: auto;
    opacity: 0.65;
    margin: auto;
    display: inline-block;
    position: relative;
}

.fp_slide_div_mini_left {
    display: inline-block;
    text-align: center;
    background: black;
    color: white;
    margin: 0px;
    z-index: 2;
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
}

.fp_slide_desc {
    padding: 40px;
    line-height: 1.5;
    font-size: 20px;
    text-align: left;
}

.message_div {
    text-align: center;
    display: none;
    padding: 25px;
    border-radius: 10px;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 4;
    top: 0;
    left: 0;
    overflow: auto;
    backdrop-filter: blur(10px);
}

.message_center {
    display: none;
    position: relative;
    margin-top: 100px;
    width: 50%;
    padding: 5px;
    border-radius: 15px;
    padding: 50px 25px 50px;
    background-color: #eee;
}

.message_load {
    display: inline-block;
    padding: 5px;
    width: 100%;
    text-align: center;
    border-radius: 15px;
    padding: 5px 25px 5px;
}

.message_title {
    font-size: 32px;
    padding: 10px;
}

.message_msg {
    display: inline-block;
    font-size: 24px;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.loader_div_bus {
    position: relative;
    display: inline-block;
    width: 100%;
    border-spacing: 2px;
    text-align: center;
    border-collapse: separate;
    padding: 40px 5px 40px;
}

.loader {
    display: inline-block;
    text-align: center;
    z-index: 0;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #56342A;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

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

    100% {
        -webkit-transform: rotate(360deg);
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.check_wrapper {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke: black;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    background-color: black;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #808080;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {
    0%, 100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px black
    }
}

.close_reply {
    color: black;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close_reply:hover,
    .close_reply:focus {
        color: #D3D3D3;
        text-decoration: none;
        cursor: pointer;
    }



/* -------------------------------Navigation-------------------------------- */
.mob_navwrap {
    display: none;
}

.sidenav {
    display: none;
}

.clearfix {
    display: inline-block;
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    white-space: normal;
    text-align: center;
    padding: 10px 0px 0px;
}

.nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    padding: 20px 20px 10px;
    font-size: 24px;
    background-color: white;
    color: black;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    box-shadow: 0px 15px 10px -15px #111;
}

.mob_navwrap {
    display: none;
}

.sidenav {
    display: none;
}

.clearfix:after {
    clear: both;
    display: block;
}

.fix-nav-wrap {
    font-size: 22px;
    z-index: 3;
    padding: 0px;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    box-shadow: 0px 15px 10px -15px #111;
}

.menu_left {
    display: inline-block;
    margin: 0px;
    width: 40%;
    float: left;
    padding: 0px;
}

.menu_middle {
    display: inline-block;
    margin: 0px;
    width: 40%;
    float: left;
    padding: 0px 25px 0px;
}

.menu_right {
    display: inline-block;
    margin: 0px;
    width: 20%;
    float: right;
    padding: 0px;
    text-align: center;
}

.nav_pro {
    display: flex;
    align-items: center;
    padding: 5px 20px 10px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .nav_pro:hover {
        box-shadow: 15px 15px 10px -15px #111, -15px 15px 10px -15px #111;
    }

.nav-menu {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    overflow: hidden;
    vertical-align: bottom;
    display: inline-block;
    text-decoration: none;
}

    .nav-menu a {
        -webkit-transition: all linear 0.15s;
        -o-transition: all linear 0.15s;
        transition: all linear 0.15s;
        color: black;
        font-size: 20px;
        cursor: pointer;
        text-decoration: none;
    }

    .nav-menu ul {
        padding-inline-start: 5px;
    }

    .nav-menu li {
        display: inline;
        list-style-type: none;
        float: left;
        margin: 0px 10px 0px;
    }

    .nav-menu > ul > div > li {
        display: inline-block;
        position: relative;
    }

        .nav-menu > ul > div > li > a {
            padding: 10px 20px 10px;
            display: inline-block;
            text-shadow: 0px 1px 0px rbga(0,0,0,0,4);
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .nav-menu > ul > div > li:hover > a, .nav-menu > ul > .current-item > a {
            background: #B8B8B8;
            padding: 10px 20px 10px;
            z-index: 3;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -ms-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
            box-shadow: 15px 15px 10px -15px #111, -15px 15px 10px -15px #111;
        }



.sub_menu {
    display: none;
    width: 100%;
    height: 0%;
    text-align: center;
    padding: 5px 0px;
    position: relative;
    -webkit-backface-visibility: hidden;
    opacity: 1;
    z-index: 3;
    -webkit-transition: opacity linear 0.15s;
    -o-transition: opacity linear 0.15s;
    transition: opacity linear 0.15s;
    background: white;
}

.sub_menu_cat {
    position: relative;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    border: 4px solid white;
    width: 22%;
    padding: 0px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .sub_menu_cat a {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 5px;
        color: black;
        text-decoration: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .sub_menu_cat a:hover {
            position: relative;
            background: #B8B8B8;
            display: inline-block;
            width: 100%;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -ms-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
            box-shadow: 0px 15px 10px -15px #111;
        }

.sub_menu_title {
    border-bottom: 1px solid black;
    position: relative;
    display: inline-block;
}

.nav-menu .arrow {
    font-size: 11px;
    line-height: 0%;
}



/*******************************SEARCH****************************************/
.swrap {
    position: relative;
    width: 100%;
    padding: 0px;
    height: auto;
    display: inline-block;
    text-align: center;
}

.swrap_div {
    width: 100%;
    overflow: auto;
    padding: 0px;
    padding-right: 50px;
    display: inline-block;
    text-align: center;
}

.search {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    z-index: 2;
    padding: 0px;
    max-width: 1000px;
    position: relative;
}

.searchTerm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 85%;
    height: 100%;
    font-size: 20px;
    padding: 10px;
    height: 45px;
    outline: none;
    color: #9DBFAF;
}

    .searchTerm:focus {
        color: #2b1b17;
    }

.searchButton {
    display: none;
}

.mob_searchButton {
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
    transition: all linear 0.15s;
    float: right;
    width: 15%;
    height: 45px;
    background-color: white;
    color: black;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    display: inline-block;
}

    .mob_searchButton:hover {
        background-color: #212121;
        color: white;
    }

.srch_suggest_wrap {
    display: none;
    width: 100%;
    margin: 20px 0px 40px;
    padding: 40px 0px 40px;
    background: white;
}


.srch_suggest {
    padding: 0px 5px 20px;
    width: 100%;
}

.srch_more_btn {
    width: auto;
    text-align: center;
    display: inline-block;
    position: relative;
    height: auto;
    padding: 10px;
    margin: 10px;
    vertical-align: top;
    border: 1px solid grey;
    user-select: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .srch_more_btn:hover {
        cursor: pointer;
        text-decoration: underline;
        background-color: #E0E0E0;
    }
/*******************************FOOOTER****************************************/
footer {
    position: relative;
    clear: both;
    width: 100%;
    font-size: 12px;
    padding: 5px;
    background-color: #000;
    color: white;
}

.footer_bottom {
    width: 100%;
    text-align: center;
    clear: both;
    padding: 20px 0px 20px;
    font-size: 12px;
    background-color: #000;
    color: white;
}

.second_footer {
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0px 20px;
    padding: 5px;
    background-color: #000;
    color: white;
}

.footer_left {
    width: 40%;
    padding: 15px;
    float: left;
    font-size: 20px;
    text-align: center;
    color: white;
}

.logo_img {
    border-radius: 15px;
    width: 35%;
    height: auto;
}

.logo_text {
    width: 100%;
    padding: 10px;
}

.logo_text_link {
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
    transition: all linear 0.15s;
    color: white;
    width: auto;
    display: inline-block;
    text-decoration: none;
    font-size: 32px;
    border-radius: 5px;
    padding: 15px 20px 15px;
}

    .logo_text_link:hover {
        color: white;
        background-color: #212121;
    }

.footer_right {
    width: 60%;
    padding: 15px;
    float: right;
    font-size: 20px;
    text-align: center;
    color: white;
}

.footer_menu {
    width: 50%;
    float: left;
}

.footer_menu_sub {
    width: 50%;
    float: left;
    text-align: left;
}

.footer_about {
    width: 50%;
    float: right;
}

.footer_link_div {
    width: auto;
    white-space: nowrap;
    margin-bottom: 5px;
}

.terms_link {
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
    transition: all linear 0.15s;
    color: white;
    width: auto;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    padding: 15px 20px 15px;
}

    .terms_link:hover {
        color: white;
        background-color: #212121;
    }

.terms {
    display: inline-block;
    width: 100%;
    padding-top: 150px;
    height: auto;
    text-align: center;
    background: black;
}

.terms_sub {
    display: inline-block;
    width: 80%;
    background: white;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    padding: 25px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

    .terms_sub p {
        text-align: left;
        display: inline-block;
        width: 70%;
    }

    .terms_sub ul {
        text-align: left;
        display: inline-block;
        width: 70%;
    }

    .terms_sub h2 {
        width: 100%;
        font-size: 22px;
        text-align: center;
        margin-bottom: 0px;
    }

    .terms_sub h3 {
        text-align: left;
        display: inline-block;
        margin-bottom: 0px;
        width: 70%;
    }

.terms_sub_preview {
    display: inline-block;
    width: 100%;
    height: 500px;
    overflow: scroll;
    background: white;
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px;
    padding: 25px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.footer_contact {
    display: inline-block;
    float: right;
    width: 50%;
    margin-top: 50px;
}

/*******************************END FOOOTER**********************************/

.shop_page_div {
    padding: 50px 0px 50px;
    height: auto;
    background-color: black;
}

.preview_page_div {
    padding: 100px 20px 100px;
    height: auto;
    background-color: #CACCCE;
}

.upfloat_page_div {
    background-color: black;
    width: 100%;
    height: auto;
    padding: 100px 0px 100px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.ourwork_page_div {
    background: white;
    padding: 100px 0px 200px;
}

.fp_div {
    display: inline-block;
    width: 80%;
    height: 100%;
    position: relative;
    border-radius: 15px;
    margin: 50px 2px 50px;
    background-color: #CACCCE;
    overflow: hidden;
}

.wood_image {
    border-radius: 15px;
    width: 100%;
    height: auto;
    float: left;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.fp_image {
    border-radius: 15px;
    width: 75%;
    height: auto;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.fp_image_about {
    border-radius: 15px;
    width: 75%;
    height: auto;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.fp_image_large {
    border-radius: 15px;
    width: 100%;
    height: auto;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.fp_title_wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    border-radius: 15px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.55);
    display: inline-block;
    text-align: center;
}

.preview_div {
    display: inline-block;
    width: auto;
    opacity: 1;
    background-color: black;
    text-align: center;
    border-radius: 5px;
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding: 40px 50px 40px;
    top: 10%;
}

.fp_title {
    display: inline-block;
    width: auto;
    opacity: 1;
    text-align: center;
    border-radius: 5px;
    position: relative;
    height: auto;
    width: 100%;
    padding: 40px;
    background-color: white;
    background: white;
    top: 10%;
}

.fp_div_left {
    display: inline-block;
    width: auto;
    text-align: center;
    border-radius: 5px;
    position: relative;
    height: auto;
    width: 100%;
    float: left;
    margin-bottom: 40px;
    background-color: black;
    top: 10%;
}

.fp_div_right {
    display: inline-block;
    width: auto;
    text-align: center;
    border-radius: 5px;
    position: relative;
    height: auto;
    width: 100%;
    float: right;
    padding-right: 0px;
    background-color: black;
    top: 10%;
}

.fp_div_contain {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .fp_div_contain:hover {
        cursor: pointer;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    }

.fp_img_small {
    float: left;
    width: 100px;
    height: 100px;
    padding: 10px;
    color: white;
}

.div_center {
    float: right;
    width: 85%;
    height: auto;
    overflow: hidden;
    text-align: left;
    color: white;
}

.div_slide {
    display: flex;
    color: white;
    align-items: center;
    padding: 20px;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    gap: 10px;
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.6s ease-out;
}

    .div_slide.animate {
        opacity: 1;
        transform: translateX(0);
    }

.about_div {
    display: inline-block;
    width: auto;
    text-align: center;
    position: relative;
    height: auto;
    vertical-align: top;
    width: 100%;
    padding: 80px 0px 80px;
    background-color: black;
    color: white;
    top: 10%;
    margin: 0px;
}

.about_div_top_top {
    display: inline-block;
    align-items: center;
    width: 100%;
    height: auto; /* Adjust as necessary */
    padding: 50px 0px 40px;
    background-color: black;
    color: white;
    margin-top: 50px;
    position: relative;
    top: 20%;
    padding-top: 200px;
    overflow: hidden; /* Prevent overflow issues */
    line-height: normal; /* Adjust line-height */
}

.about_div_top {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto; /* Adjust as necessary */
    padding: 50px 20px 40px;
    background-color: black;
    color: white;
    position: relative;
    top: 10%;
    overflow: hidden; /* Prevent overflow issues */
    line-height: normal; /* Adjust line-height */
}

.about_div_bottom {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto; /* Adjust as necessary */
    padding: 50px 20px 100px;
    background-color: black;
    color: white;
    position: relative;
    top: 10%;
    overflow: hidden; /* Prevent overflow issues */
    line-height: normal; /* Adjust line-height */
}

.about_sub_div {
    display: inline-block;
    position: relative;
    opacity: 1;
    width: 100%;
    text-align: center;
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    color: black;
    font-size: 24px;
    line-height: 1.5;
}

.about_sub_img {
    display: block; /* Remove inline space */
    max-width: 100%; /* Ensure it scales correctly */
    height: auto; /* Maintain aspect ratio */
}

.about_sub_logo {
    width: 60%;
}

.about_sub_div_right {
    display: inline-block;
    position: relative;
    float: right;
    opacity: 1;
    width: 50%;
    text-align: left;
    height: auto;
    padding: 40px;
    color: white;
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    right: 0;
    top: 50%;
    width: 50%;
    height: auto;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background: black;
}

    .about_sub_div_right p {
        font-size: 20px;
    }

.about_sub_div_right_about {
    display: inline-block;
    position: relative;
    overflow: auto;
    float: right;
    opacity: 1;
    width: 50%;
    background: black;
    text-align: center;
    height: 700px;
    color: white;
    font-size: 24px;
    line-height: 1.5;
    background-image: url("../images/carrots.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_sub_div_left {
    display: inline-block;
    position: relative;
    float: left;
    opacity: 1;
    width: 50%;
    text-align: center;
    height: auto;
    padding: 0px;
    margin: 0px;
    color: black;
    font-size: 0px;
    overflow: hidden;
}

.about_sub_div_left_about {
    display: inline-block;
    position: relative;
    overflow: auto;
    float: left;
    opacity: 1;
    width: 50%;
    text-align: center;
    height: 700px;
    color: black;
    font-size: 24px;
    line-height: 1.5;
    background-image: url("../images/garlic.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fp_text {
    opacity: 0.9;
    z-index: 2;
    width: 80%;
    padding: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    padding: 40px;
    color: white;
    margin: 20px;
    background: black;
    font-size: 24px;
    line-height: 1.5;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.about_sub_title {
    font-size: 40px;
    padding: 25px 0px 25px;
    margin: 10px 0px 0px;
    width: auto;
    color: white;
    background: black;
}

.fp_title_sub {
    display: inline-block;
    width: 40%;
    opacity: 0;
    text-align: center;
    border-radius: 5px;
    border: 2px solid white;
    position: relative;
    vertical-align: top;
    height: auto;
    padding: 40px;
    color: black;
    margin: 20px;
    color: white;
    background: black;
    top: 10%;
    font-size: 24px;
    line-height: 1.5;
}

.fp_title_num {
    display: inline-block;
    text-align: center;
    position: relative;
    height: auto;
    width: 100%;
    padding: 10px;
    font-size: 34px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.fp_title_num_title {
    display: inline-block;
    text-align: left;
    position: relative;
    height: auto;
    width: 100%;
    text-decoration: underline;
    padding: 10px;
    font-size: 28px;
    line-height: 1.5;
}

.fp_title_sub_title {
    display: inline-block;
    text-align: center;
    position: relative;
    height: auto;
    width: 100%;
    padding: 10px;
    font-size: 46px;
    line-height: 1.5;
    color: white;
}

.fp_title_sub_div {
    display: inline-block;
    text-align: left;
    position: relative;
    height: auto;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    line-height: 1.5;
}

.fp_title_noappear {
    display: inline-block;
    width: auto;
    text-align: center;
    border-radius: 5px;
    position: relative;
    height: auto;
    width: 100%;
    padding: 50px;
    top: 10%;
}

.fp_title_title {
    font-size: 46px;
    padding: 0px 0px 20px;
    margin: 0px 0px 20px;
    width: auto;
    border-radius: 5px;
    color: white;
}

.fp_title_dreams {
    width: 50%;
    font-size: 36px;
    padding: 10px 0px 10px;
    margin: 10px 0px 10px;
    width: auto;
    border-radius: 5px;
    color: white;
    background: transparent;
}

.fp_title_title:hover {
    cursor: pointer;
}

.fp_title_desc {
    display: inline-block;
    height: auto;
    width: auto;
    color: white;
    font-size: 24px;
    background: #56342A;
    border-radius: 5px;
    line-height: 160%;
    padding: 40px 100px 20px;
}

.more_btn {
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
    transition: all linear 0.15s;
    background: #C8C8C8;
    border: 2px solid white;
    border-radius: 5px;
    width: auto;
    display: inline-block;
    height: auto;
    margin: 35px 0px 10px;
    padding: 20px 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

    .more_btn:hover {
        color: white;
        background: #56342A;
        cursor: pointer;
    }


/*******************************CONTACT FORM**********************************/


.contact_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    opacity: 1;
    padding: 100px 50px 100px;
    background-color: #000;
    color: white;
}

.contact_left {
    opacity: 1;
    float: left;
    width: 50%;
    height: auto;
    padding: 200px 10px 25px;
    opacity: 1;
    font-size: 20px;
    background-color: #000;
    display: inline-block;
}

.contact_right {
    float: right;
    width: 50%;
    height: auto;
    text-align: left;
    padding: 25px 10px 25px;
    opacity: 1;
    background-color: #000;
    display: inline-block;
}

.contact_desc {
    display: inline-block;
    color: white;
    width: 50%;
    line-height: 150%;
    margin: 20px 0px 100px;
}

.contact_error {
    display: none;
    background-color: #CD5C5C;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.contact_talk {
    font-size: 30px;
    padding: 30px;
}

.contact_date {
    width: 30%;
    display: inline-block;
    float: left;
    padding: 20px 10px 20px;
    font-size: 18px;
}

.contact_name {
    width: 100%;
    display: inline-block;
    float: left;
    color: white;
    padding: 20px 10px 20px;
}

    .contact_name label {
        width: 100%;
        font-size: 20px;
        display: inline-block;
    }

.contact_email {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 20px 10px 20px;
}

    .contact_email label {
        width: 100%;
        font-size: 20px;
        display: inline-block;
    }


.contact_msg {
    width: 100%;
    display: inline-block;
    padding: 20px 10px 20px;
}

    .contact_msg label {
        width: 100%;
        font-size: 20px;
        display: inline-block;
    }

.contact_form {
    width: 100%;
    padding: 40px;
}

.input_reg {
    margin-top: 5px;
    padding: 10px;
    width: 100%;
}

    .input_reg option {
        -webkit-transition: all linear 0.15s;
        -o-transition: all linear 0.15s;
        transition: all linear 0.15s;
        background: #C8C8C8;
        border-radius: 5px;
        width: auto;
        display: inline-block;
        height: auto;
        margin: 10px 20px 10px;
        padding: 10px 20px;
        cursor: pointer;
    }

        .input_reg option:hover {
            color: white;
            background: #56342A;
            cursor: pointer;
        }

.input_msg {
    width: 100%;
    height: 200px;
    margin-top: 5px;
    overflow-y: auto;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.input_btn {
    -webkit-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
    background: #C8C8C8;
    border: 2px solid white;
    border-radius: 5px;
    width: auto;
    display: inline-block;
    height: auto;
    margin: 10px 20px 10px;
    padding: 10px 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

    .input_btn:hover {
        color: white;
        background: black;
        cursor: pointer;
    }



/*******************************HEADING*************************************/


.weegar_wood_wrap {
    display: inline-block;
    width: auto;
    opacity: 1;
    text-align: center;
    border-radius: 20px;
    position: relative;
    height: auto;
    width: auto;
    padding: 0px;
    background-color: #56342A;
    top: 10%;
    box-shadow: inset 0 0 20px 20px rgb(66, 48, 37);
}

.weegar_wood {
    position: relative;
    width: 800px;
    background-color: transparent;
    height: auto;
    padding: 100px 0px 100px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

.dreams {
    opacity: 0;
    display: inline-block;
    width: auto;
    font-size: 32px;
}

.developed {
    opacity: 0;
    display: inline-block;
    width: auto;
    font-size: 32px;
}

.weegar_title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgb(0,0,0,0.75);
    left: 0;
}

.title_contain {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 35%;
    left: 0;
}

.fp_dragon_title {
    font-size: 40px;
    padding: 10px 0px 10px;
    margin: 0px;
    width: auto;
    opacity: 0;
    border-radius: 5px;
    color: white;
    background: transparent;
}


/*******************************CAROUSEL*************************************/

.mySlides {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: default;
    padding: 20px;
    display: inline-block;
}

.mySlidesImg {
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-align: center;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 90%;
}

    .mySlidesImg:hover .hoverlink {
        visibility: visible;
        opacity: 1;
    }

.prev, .next {
    display: inline-flex; /* Use inline-flex to maintain inline-block behavior with flex properties */
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    cursor: pointer;
    width: auto;
    height: 100px;
    padding: 50px 16px;
    color: black;
    border: 2px solid #d2ccc4;
    font-weight: bold;
    font-size: 28px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    background: #E0E0E0;
    position: absolute;
    top: 95%;
    right: 0px;
    border-radius: 3px;
}

.prev {
    background: #E0E0E0;
    position: absolute;
    top: 95%;
    left: 0px;
    border-radius: 3px;
}


.next:hover {
    background-color: #989898;
    cursor: pointer;
    color: black;
}

.prev:hover {
    background-color: #989898;
    cursor: pointer;
    color: black;
}

.prev_fp, .next_fp {
    display: inline-flex; /* Use inline-flex to maintain inline-block behavior with flex properties */
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    cursor: pointer;
    width: auto;
    height: 50%;
    padding: 50px 16px;
    color: black;
    border: 2px solid #d2ccc4;
    font-weight: bold;
    font-size: 28px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.next_fp {
    background: #E0E0E0;
    position: absolute;
    top: 25%;
    right: 15px;
    border-radius: 3px;
}

.prev_fp {
    background: #E0E0E0;
    position: absolute;
    top: 25%;
    left: 15px;
    border-radius: 3px;
}


.next_fp:hover {
    background-color: #989898;
    cursor: pointer;
    color: black;
}

.prev_fp:hover {
    background-color: #989898;
    cursor: pointer;
    color: black;
}

.dotwrapper_index {
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    margin: auto;
    padding: 5px;
}

.dotwrapper {
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    background: white;
    margin: auto;
    padding: 5px;
}

.dots {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

    .active, .dots:hover {
        background-color: #717171;
    }

.dots_bs {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

    .active, .dots_bs:hover {
        background-color: #717171;
    }

.arrowWrapper {
    position: relative;
    margin: auto;
    width: 30%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #787878;
    border: 1px solid black;
}



/*******************************Modal*****************/
.modal {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5;
    padding-top: 75px;
    top: 0;
    left: 0;
    background-color: black;
    overflow: auto;
}

.modal_content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    text-align: center;
    width: 100%;
    max-width: 1200px;
}

.close_modal {
    color: white;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close_modal:hover,
    .close_modal:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.modal_image {
    width: auto;
    max-width: 80%;
    height: 80%;
    margin: 10px 0px 10px;
}

.dotwrapper_modal {
    text-align: center;
    width: 50%;
    bottom: 2px;
    padding: 25px 0px 25px;
    margin: auto;
    border: 1px solid black;
}

.dots_modal {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

    .active, .dots_modal:hover {
        background-color: #717171;
    }

.next_modal, .prev_modal {
    cursor: pointer;
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: auto;
    color: black;
    border: 2px solid #d2ccc4;
    font-weight: bold;
    padding: 16px;
    margin-top: -50px;
    font-weight: bold;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    background: #E0E0E0;
    border-radius: 3px;
}

    .prev_modal:hover {
        background-color: #989898;
    }

    .next_modal:hover {
        background-color: #989898;
    }

.prev_modal {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.next_modal {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.carousel-item {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    margin: 10px;
    background-color: rgb(105,105,105);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.carousel_item_large {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    background-color: #202E15;
}

.gallery {
    min-height: 400px;
    background: white;
    overflow: hidden;
    margin: 20px 0px 10px;
}

.gallery-cell {
    width: 500px;
    height: auto;
    display: inline-block;
    overflow: hidden;
    margin-right: 50px;
    counter-increment: gallery-cell;
}

    /* cell number */
    .gallery-cell:before {
        display: block;
        text-align: center;
        line-height: 200px;
        font-size: 80px;
        color: black;
    }

.gallery_cell_large {
    width: 75%;
    height: auto;
    overflow: hidden;
    margin-right: 50px;
    counter-increment: gallery-cell;
    background-color: #202E15;
}

    /* cell number */
    .gallery_cell_large:before {
        display: block;
        text-align: center;
        line-height: 200px;
        font-size: 80px;
        color: black;
    }





.flickity-button {
    background-color: #212121;
    color: white;
}



.wood_step_title {
    overflow: auto;
    overflow-x: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    z-index: 1;
    padding: 20px;
    position: absolute;
    top: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 400px;
    opacity: 0.8;
}

.carousel_step_img {
    display: inline-block;
    position: relative;
    border-radius: 5px;
    margin: 5px 0px 5px;
    width: 400px;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.carousel_step_img_large {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    width: 50%;
    padding: 10px;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/*******************************UPFLOAT*************************************/

.fp_upfloat {
    position: relative;
    display: inline-block;
    width: 20%;
    height: 250px;
    overflow: hidden;
    margin: 30px;
    text-align: center;
    border: 1px solid black;
    background: white;
    opacity: 0;
    box-shadow: rgb(66, 48, 37) 0px 20px 30px -10px;
}

    .fp_upfloat:hover {
        cursor: pointer;
    }

.fp_upfloat2 {
    position: relative;
    display: inline-block;
    width: 20%;
    height: 250px;
    margin: 30px;
    text-align: center;
    overflow: hidden;
    border: 1px solid black;
    background-color: white;
    opacity: 0;
    box-shadow: rgb(66, 48, 37) 0px 20px 30px -10px;
}

    .fp_upfloat2:hover {
        cursor: pointer;
    }

.upfloat_title {
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 2;
    opacity: 0.85;
    font-size: 30px;
    background-color: #000;
    padding: 20px 0px 20px;
    margin: 0px;
    width: 100%;
    border-radius: 0px;
    color: white;
}

.upfloat_img {
    vertical-align: middle;
    width: 100%;
    height: 250px;
    opacity: 0.65;
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.upfloat_desc {
    position: absolute;
    bottom: 5;
    left: 0;
    z-index: 2;
    opacity: 0.85;
    font-size: 18px;
    background-color: #000;
    padding: 5px;
    margin: 0px;
    width: 100%;
    border-radius: 5px;
    color: white;
}


/*******************************AD DISPLAY*************************************/


.buysell_wrapper {
    width: 80%;
    padding: 100px 0px 100px;
    display: inline-block;
    min-height: 1200px;
    border-radius: 5px;
}

.buysell_display {
    width: 100%;
    background: #f9f9f9;
    display: inline-block;
    height: auto;
    padding: 20px 10px 40px;
    border-radius: 5px;
}

.sort_wrapper {
    width: 100%;
    float: right;
    display: inline-block;
    height: auto;
    padding: 0px;
    text-align: right;
    position: relative;
    overflow: hidden;
}

.postad_btn {
    width: auto;
    display: inline-block;
    position: relative;
    height: auto;
    padding: 10px;
    vertical-align: top;
    float: left;
    text-align: center;
    cursor: pointer;
    margin: 10px;
    border: 1px solid grey;
    border-radius: 10px;
    user-select: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .postad_btn:hover {
        cursor: pointer;
        background-color: #E0E0E0;
    }

.postfm_btn {
    width: auto;
    display: inline-block;
    position: relative;
    height: auto;
    padding: 10px;
    background: white;
    vertical-align: top;
    float: left;
    text-align: center;
    cursor: pointer;
    margin: 10px;
    border: 1px solid grey;
    border-radius: 10px;
    user-select: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .postfm_btn:hover {
        cursor: pointer;
        background-color: #E0E0E0;
    }

/****************Filter******/
.filter_by {
    width: auto;
    text-align: center;
    display: inline-block;
    position: relative;
    height: auto;
    padding: 10px;
    margin: 10px;
    vertical-align: top;
    float: left;
    border: 1px solid grey;
    border-radius: 10px;
    user-select: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .filter_by:hover {
        cursor: pointer;
        background-color: #E0E0E0;
    }

.filter_wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 2px 5px;
    font-size: 20px;
    opacity: 3;
    clear: both;
    margin-bottom: 10px;
}

.filter {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 60px;
}

.filter_title {
    color: white;
    width: 100%;
    font-size: 24px;
    text-align: left;
    margin-bottom: 10px;
}

.filter_div {
    width: 100%;
    color: white;
    background-color: #111;
    display: inline-block;
    margin: 20px 0px 10px;
    text-align: center;
    padding: 10px;
    padding-left: 100px;
    font-size: 24px;
}

.filter_sub {
    color: white;
    background-color: #111;
    display: inline-block;
    width: 100%;
    padding: 10px 0px 10px;
    text-align: left;
}

.filter_sub_price {
    display: inline-block;
    width: 45%;
    text-align: left;
}

    .filter_sub_price input {
        display: inline-block;
        width: 80%;
        padding: 10px;
        font-size: 16px;
    }

.filter_sub_cat {
    display: inline-block;
    position: relative;
    width: 85%;
    text-align: left;
}

    .filter_sub_cat input {
        display: inline-block;
        width: 100%;
        padding: 10px;
        font-size: 16px;
    }

.filter_location {
    padding-right: 20px;
    width: 100%;
    position: relative;
    margin: 0px 10px 15px;
    display: inline-block;
    text-align: left;
    float: left;
}

    .filter_location input {
        margin: 10px 0px 10px;
    }

.filter_distance {
    padding-right: 20px;
    width: 100%;
    margin: 0px 10px 0px;
    display: inline-block;
    text-align: left;
    float: left;
}

    .filter_distance input {
        margin: 10px 0px 10px;
    }

.filter_cat_title {
    display: inline-block;
    width: auto;
    font-size: 20px;
    padding: 10px 5px 10px;
    text-align: left;
    vertical-align: top;
}

    .filter_cat_title:hover {
        cursor: pointer;
        text-decoration: underline;
    }


.filter_cat {
    font-size: 18px;
    text-align: left;
    padding: 5px;
    text-decoration: none;
}

    .filter_cat:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.closebtn {
    position: absolute;
    top: 0;
    color: white;
    text-decoration: none;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sort_title {
    width: auto;
    display: inline-block;
    position: relative;
    height: auto;
    padding: 10px;
    vertical-align: top;
    float: right;
    text-align: center;
    cursor: pointer;
    margin: 10px;
    background: white;
    border: 1px solid grey;
    border-radius: 10px;
    user-select: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .sort_title:hover {
        cursor: pointer;
        background-color: #E0E0E0;
    }

        .sort_title:hover .asc {
            cursor: pointer;
            background-color: #E0E0E0;
        }

        .sort_title:hover .desc {
            cursor: pointer;
            background-color: #E0E0E0;
        }

.sort_price {
    width: auto;
    text-align: center;
    display: inline-block;
    position: relative;
    height: auto;
    padding: 10px;
    margin: 10px;
    background: white;
    vertical-align: top;
    float: right;
    border: 1px solid grey;
    border-radius: 10px;
    user-select: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .sort_price:hover {
        cursor: pointer;
        background-color: #E0E0E0;
    }

        .sort_price:hover .asc {
            cursor: pointer;
            background-color: #E0E0E0;
        }

        .sort_price:hover .desc {
            cursor: pointer;
            background-color: #E0E0E0;
        }

.sort_date {
    display: inline-block;
    height: auto;
    position: relative;
    width: auto;
    margin: 10px;
    background: white;
    vertical-align: top;
    padding: 10px;
    float: right;
    border: 1px solid grey;
    border-radius: 10px;
    text-align: center;
    user-select: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .sort_date:hover {
        cursor: pointer;
        background-color: #E0E0E0;
    }

        .sort_date:hover .asc {
            cursor: pointer;
            background-color: #E0E0E0;
        }

        .sort_date:hover .desc {
            cursor: pointer;
            background-color: #E0E0E0;
        }

.sorting_hat {
    cursor: pointer;
    background-color: #D3D3D3;
}

    .sorting_hat:hover {
        background-color: #E0E0E0;
    }

.asc {
    cursor: pointer;
    display: none;
    background-color: #D3D3D3;
    user-select: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.desc {
    cursor: pointer;
    display: none;
    background-color: #D3D3D3;
    user-select: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.buysell_window {
    width: 100%;
    position: relative;
    padding: 20px 5px 20px;
    display: inline-block;
    height: auto;
    text-align: center;
}

.buysell_window_profile {
    display: none;
    width: 100%;
    position: relative;
    padding: 20px 5px 20px;
    height: auto;
    text-align: center;
}

.window_profile {
    display: none;
    width: 100%;
    position: relative;
    padding: 20px 5px 20px;
    height: auto;
    text-align: center;
}

.posts {
    display: none;
    width: 100%;
    height: auto;
    padding: 40px 0px 20px;
}

.bs_prev_carousel {
    width: 300%; /* Three times the width to accommodate three slides */
    transition: transform 0.5s ease-in-out;
    white-space: nowrap;
}

.fp_ad_contain {
    display: inline-block;
    position: relative;
    width: 500px;
    height: 300px;
    margin: 10px;
    margin-right: 20px;
    background: rgb(0,0,0,0.3);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    overflow: auto;
    overflow-x: hidden;
}

    .fp_ad_contain:hover {
        cursor: pointer;
        background: rgb(0,0,0,0.4);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    }

        .fp_ad_contain:hover .sample_title {
            text-decoration: underline;
        }

        .fp_ad_contain:hover .ad_postinfo {
            opacity: 1;
        }

.fp_farm_contain {
    overflow: auto;
    overflow-x: hidden;
    white-space: normal;
    display: inline-block;
    position: relative;
    width: 500px;
    height: 300px;
    margin: 10px;
    margin-right: 30px;
    background: rgb(0,0,0,0.3);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .fp_farm_contain:hover {
        cursor: pointer;
        background: rgb(0,0,0,0.4);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    }

        .fp_farm_contain:hover .sample_title {
            text-decoration: underline;
        }

        .fp_farm_contain:hover .ad_postinfo {
            opacity: 1;
        }

        .fp_farm_contain:hover .card_postinfo {
            opacity: 1;
        }

.fp_ad_contain_fm {
    overflow: auto;
    overflow-x: hidden;
    white-space: normal;
    display: inline-block;
    position: relative;
    width: 500px;
    height: 300px;
    margin: 10px;
    margin-right: 30px;
    background: rgb(0,0,0,0.3);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .fp_ad_contain_fm:hover {
        cursor: pointer;
        background: rgb(0,0,0,0.4);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    }

        .fp_ad_contain_fm:hover .sample_title {
            text-decoration: underline;
        }

        .fp_ad_contain_fm:hover .ad_postinfo {
            opacity: 1;
        }

        .fp_ad_contain_fm:hover .card_postinfo {
            opacity: 1;
        }

.user_srch_contain {
    overflow: auto;
    overflow-x: hidden;
    display: inline-block;
    position: relative;
    width: 300px;
    height: 200px;
    z-index: 1;
    margin: 10px;
    margin-bottom: 30px;
    margin-right: 30px;
    background: rgb(0,0,0,0.3);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .user_srch_contain:hover {
        cursor: pointer;
        background: rgb(0,0,0,0.4);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    }

        .user_srch_contain:hover .sample_title {
            text-decoration: underline;
        }

        .user_srch_contain:hover .card_postinfo {
            opacity: 1;
        }

.user_srch_post {
    overflow: auto;
    overflow-x: hidden;
    display: inline-block;
    position: relative;
    width: 300px;
    height: 200px;
    z-index: 1;
    margin: 10px;
    margin-bottom: 30px;
    margin-right: 30px;
    background: rgb(0,0,0,0.3);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .user_srch_post:hover {
        cursor: pointer;
        background: rgb(0,0,0,0.4);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    }

        .user_srch_post:hover .sample_title {
            text-decoration: underline;
        }

        .user_srch_post:hover .card_postinfo {
            opacity: 1;
        }


.post_contain {
    overflow: auto;
    overflow-x: hidden;
    display: inline-block;
    position: relative;
    width: 500px;
    height: 300px;
    margin: 10px;
    margin-bottom: 30px;
    margin-right: 30px;
    background: rgb(0,0,0,0.3);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .post_contain:hover {
        cursor: pointer;
        background: rgb(0,0,0,0.4);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    }

        .post_contain:hover .sample_title {
            text-decoration: underline;
        }

        .post_contain:hover .card_postinfo {
            opacity: 1;
        }

.deliv_tag {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    background: red;
    color: white;
    padding: 5px;
    font-size: 12px;
    border-radius: 10px;
    -webkit-user-select: none; /* Safari */
    user-select: none;
}

.ship_contain {
    overflow: auto;
    overflow-x: hidden;
    display: inline-block;
    position: relative;
    width: 500px;
    height: 300px;
    margin: 10px;
    border: 1px solid gray;
    padding: 10px;
}

.ad_img_div {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: white;
    text-align: center;
    vertical-align: middle;
}

.post_img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.fp_ad_img_div {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: white;
    text-align: center;
    vertical-align: middle;
}

.fp_ad_img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-user-select: none; /* Safari */
    user-select: none;
}

.card_user_postinfo {
    overflow: auto;
    overflow-x: hidden;
    text-align: center;
    font-size: 18px;
    background-color: black;
    color: white;
    z-index: 1;
    position: absolute;
    bottom: 0px;
    left: 0%;
    padding: 20px;
    height: auto;
    width: 100%;
    opacity: 0.8;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card_postinfo {
    overflow: auto;
    overflow-x: hidden;
    text-align: center;
    font-size: 18px;
    background-color: black;
    color: white;
    z-index: 1;
    position: absolute;
    bottom: 0px;
    left: 0%;
    height: auto;
    width: 100%;
    opacity: 0.8;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fp_ad_img_div:hover {
    opacity: 1;
}

.card_title {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 0px;
    text-align: center;
    font-size: 20px;
    vertical-align: top;
    font-weight: bold;
    vertical-align: middle;
    -webkit-user-select: none; /* Safari */
    user-select: none;
}

.card_desc {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    -webkit-user-select: none; /* Safari */
    user-select: none;
}

.card_pricelocation {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none; /* Safari */
    user-select: none;
}

.card_price {
    display: inline-block;
    float: right;
    width: 30%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    -webkit-user-select: none; /* Safari */
    user-select: none;
}

.card_location {
    display: inline-block;
    float: left;
    width: 70%;
    padding: 10px;
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;
    margin: 0px;
    -webkit-user-select: none; /* Safari */
    user-select: none;
}

.card_date {
    display: inline-block;
    float: right;
    width: 50%;
    text-align: center;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    -webkit-user-select: none; /* Safari */
    user-select: none;
}

.card_user {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-user-select: none; /* Safari */
    user-select: none;
}

    .card_user:hover {
        cursor: pointer;
        text-decoration: underline;
    }


.sample_ad {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    overflow-x: hidden;
    width: 500px;
    height: 300px;
    margin: 10px;
    margin-bottom: 30px;
    margin-right: 30px;
    background: rgb(0,0,0,0.3);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .sample_ad:hover {
        cursor: pointer;
        background: rgb(0,0,0,0.4);
    }

        .sample_ad:hover .sample_title {
            text-decoration: underline;
        }

.sample_img_div {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: white;
    text-align: center;
    vertical-align: middle;
}

.sample_img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.sample_postinfo {
    overflow: auto;
    overflow-x: hidden;
    text-align: center;
    font-size: 18px;
    background-color: black;
    color: white;
    z-index: 1;
    position: absolute;
    bottom: 0px;
    left: 0%;
    height: auto;
    width: 100%;
    opacity: 0.8;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sample_title {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 0px;
    text-align: center;
    font-size: 20px;
    vertical-align: top;
    font-weight: bold;
    vertical-align: middle;
}

.sample_desc {
    display: inline-block;
    width: 100%;
    height: 0%;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
}

.sample_pricelocation {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.sample_price {
    display: inline-block;
    float: right;
    width: 30%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
}

.sample_location {
    display: inline-block;
    float: left;
    width: 70%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
}

/*********LOADER********/

.loader_div {
    width: 70%;
    display: inline-block;
    float: right;
    border-spacing: 2px;
    text-align: center;
    border-collapse: separate;
    padding: 5px;
}

.loader_table {
    width: auto;
    margin: 20px 0px 20px;
    text-align: center;
}

.loader_hodor {
    display: inline-block;
    text-align: center;
    width: 70%;
    padding: 10px;
}

.loader_morer {
    display: inline-block;
    text-align: center;
    width: 70%;
    padding: 10px;
}

.loader {
    display: inline-block;
    text-align: center;
    z-index: 0;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid black;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

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

    100% {
        -webkit-transform: rotate(360deg);
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*******************************PROFILE*********************************/

.profile_left {
    display: inline-block;
    width: 30%;
    float: left;
    padding: 100px 20px 20px;
}

.profile_display {
    width: 100%;
    background: white;
    display: inline-block;
    border-radius: 5px;
    padding: 10px;
}

.profile_img_div {
    width: 100%;
    height: auto;
    padding: 5px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.profile_img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    padding: 10px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.profile_bio {
    width: 100%;
    height: auto;
    padding: 5px 5px 10px;
    border-bottom: 1px solid black;
    font-size: 28px;
    cursor: default;
}

.profile_name {
    font-size: 28px;
}

.profile_desc {
    padding: 5px;
    font-size: 20px;
}

.profile_menu {
    width: 100%;
    height: auto;
    padding: 5px;
}

.profile_menu_btn {
    width: 100%;
    padding: 10px 30px 10px;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0px 1px 0px rbga(0,0,0,0,4);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .profile_menu_btn:hover {
        background: #B8B8B8;
        padding: 10px 30px 10px;
        z-index: 3;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        box-shadow: 0px 15px 10px -15px #111;
    }

.profile_menu_sub {
    height: 0%;
    display: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 1px solid #212121;
}

.boost_btn {
    width: auto;
    padding: 10px 30px 10px;
    display: inline-block;
    font-size: 20px;
    background: white;
    color: black;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0px 1px 0px rbga(0,0,0,0,4);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .boost_btn:hover {
        background: #B8B8B8;
        padding: 10px 40px 10px;
        z-index: 3;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        box-shadow: 0px 15px 10px -15px #111;
    }

.delete_btn {
    width: auto;
    padding: 10px 30px 10px;
    display: inline-block;
    font-size: 20px;
    background: red;
    color: white;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0px 1px 0px rbga(0,0,0,0,4);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .delete_btn:hover {
        background: #C30000;
        padding: 10px 40px 10px;
        z-index: 3;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        box-shadow: 0px 15px 10px -15px #111;
    }

.profile_menu_btn_active {
    width: 100%;
    padding: 10px 30px 10px;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0px 1px 0px rbga(0,0,0,0,4);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #212121;
    color: white;
}

    .profile_menu_btn_active:hover {
        padding: 10px 30px 10px;
        z-index: 3;
        background-color: #212121;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        box-shadow: 0px 15px 10px -15px #111;
    }


.profile_right {
    display: inline-block;
    width: 70%;
    float: left;
    padding: 100px 20px 20px;
}

.post_type {
    display: inline-block;
    width: 100%;
}

.post_type_btn {
    padding: 10px 30px 10px;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    background: #f9f9f9;
    text-decoration: none;
    text-shadow: 0px 1px 0px rbga(0,0,0,0,4);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
}

    .post_type_btn:hover {
        background: #B8B8B8;
        padding: 10px 30px 10px;
        z-index: 3;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        box-shadow: 0px 15px 10px -15px #111;
    }

.post_type_btn_active {
    padding: 10px 30px 10px;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0px 1px 0px rbga(0,0,0,0,4);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #212121;
    color: white;
}

    .post_type_btn_active:hover {
        background: #212121;
        padding: 10px 30px 10px;
        z-index: 3;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        box-shadow: 0px 15px 10px -15px #111;
    }


/*******************************SETTINGS**************************************/
.settings_wrapper {
    width: 100%;
    background: white;
    text-align: center;
    display: inline-block;
    padding: 50px;
}

.settings_left {
    display: inline-block;
    position: relative;
    width: 42%;
    padding: 0px 10px 0px;
    float: left;
    text-align: center;
}

.settings_right {
    display: inline-block;
    position: relative;
    width: 42%;
    padding: 0px 10px 0px;
    float: right;
    text-align: center;
}

.new_pic {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
}
/*******************************MESSAGING**************************************/
.msg_display_center {
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px;
    height: auto;
    text-align: center;
}

.msg_display_left {
    display: inline-block;
    position: relative;
    width: 50%;
    overflow: hidden;
    padding: 10px;
    height: 80%;
    float: left;
}

.msg_display_contacts {
    overflow: auto;
    padding: 10px;
    width: 100%;
}

.msg_display_right {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 80%;
    padding: 10px;
    overflow: auto;
    float: right;
}

.msg_wrapper {
    width: auto;
    background: white;
    text-align: center;
    overflow: scroll;
    position: relative;
    display: inline-block;
    padding: 50px;
}

.contact_wrapper {
    width: 100%;
    background: white;
    text-align: center;
    overflow: scroll;
    position: relative;
    display: inline-block;
    padding: 50px;
}

.no_posts {
    width: 100%;
    background: white;
    text-align: center;
    display: inline-block;
    padding: 30px;
}

.msg {
    width: 100%;
    background: white;
    text-align: center;
    display: inline-block;
    padding: 30px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

    .msg:hover {
        cursor: pointer;
    }



.msg_msg {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 30px;
    font-size: 20px;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.msg_contact {
    display: inline-block;
    font-size: 16px;
    text-align: right;
    float: right;
    width: auto;
    text-align: center;
    padding: 10px;
    font-style: italic;
}

.msg_date {
    display: inline-block;
    font-size: 16px;
    text-align: left;
    float: left;
    width: auto;
    text-align: center;
    padding: 10px;
    font-style: italic;
}

.convo_msg_wrap {
    width: 100%;
    display: inline-block;
}

.convo_msg_left {
    float: left;
    width: auto;
    background-color: #212121;
    color: white;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    padding: 10px;
    max-width: 90%;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.convo_msg_right {
    float: right;
    width: auto;
    background: #f9f9f9;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    padding: 10px;
    max-width: 90%;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.convo_title {
    width: 100%;
    color: white;
    background-color: black;
    font-size: 30px;
    /* Styles for sticky title */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; /* Ensure it stays on top */
    /* Add any additional styling as needed */
    padding: 20px;
}

/*********NEW MSG*******/
.contact {
    background: #f9f9f9;
    text-align: center;
    display: inline-block;
    margin: 20px;
    padding: 20px;
    max-width: 90%;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .contact:hover {
        cursor: pointer;
    }


/*********CONVO*******/

.convo_portal {
    text-align: center;
    display: none;
    padding: 25px;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 4;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: rgba(0,0,0, 0.5);
    backdrop-filter: blur(10px);
}

.close_convo {
    color: white;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close_convo:hover,
    .close_convo:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.close_convo_white {
    color: white;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: 10;
}

    .close_convo_white:hover,
    .close_convo_white:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.convo_wrap {
    width: 50%;
    height: 90%;
    position: absolute;
    top: 20;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    padding: 10px;
    background-color: white;
}

.convo_display {
    display: inline-block;
    overflow-y: scroll;
    position: relative;
    height: 90%;
    width: 100%;
    padding: 10px 10px 50px;
}

.convo_enterwrap {
    display: inline-block;
    width: 90%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,-50%);
    min-height: auto;
    max-height: 200px; /* Set the maximum height */
    overflow-y: auto;
    background-color: #CACCCE;
    padding: 5px;
    border: 1px solid black;
}

.convo_type {
    display: inline-block;
    padding: 5px;
    float: left;
    background-color: #CACCCE;
    text-align: left;
    overflow: hidden;
    font-size: 15px;
    width: 100%;
    min-height: 45px;
    max-height: 200px; /* Set the maximum height */
    overflow-y: auto;
}

.convo_input {
    display: inline-block;
    width: 80%;
    border: none;
    outline: none;
    height: auto;
    float: left;
    overflow-wrap: anywhere;
    font-size: 20px;
    padding: 10px;
    max-height: 100px;
    resize: none;
}

.msg_btn {
    display: inline-block;
    background-color: #212121;
    float: right;
    color: white;
    width: 15%;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 10px;
    text-shadow: 0px 1px 0px rbga(0,0,0,0,4);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .msg_btn:hover {
        z-index: 3;
        cursor: pointer;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        box-shadow: 0px 15px 10px -15px #111;
    }

.msg_preview_div {
    padding: 10px 5px 10px;
    background-color: #d2ccc4;
}

.themessage {
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}

.msg_left {
    display: inline-block;
    width: auto;
    height: auto;
    border-radius: 5px;
    background-color: #DCDCDC;
    border-left: 1px solid gray;
    padding: 2px;
    float: left;
    text-align: left;
    clear: both;
    overflow: hidden;
}

.msg_right {
    display: inline-block;
    width: auto;
    height: auto;
    border-radius: 5px;
    background-color: #DCDCDC;
    border-right: 1px solid gray;
    padding: 2px;
    float: right;
    text-align: right;
    clear: both;
    overflow: hidden;
}




/*******************************REVIEWS**************************************/
.watchlist_reviews {
    width: 100%;
    background: white;
    text-align: center;
    display: inline-block;
    padding: 0px;
}

.reviews_wrapper {
    width: 100%;
    background: white;
    text-align: center;
    display: inline-block;
    padding-top: 20px;
}

.watchlist_title {
    font-size: 26px;
    padding-bottom: 50px;
}

.post_order {
    width: 100%;
    background: white;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    padding: 20px;
    margin: 20px 0px 10px;
}

.post_order_left {
    width: 50%;
    display: inline-block;
    position: relative;
    float: left;
    text-align: right;
    padding: 20px;
}

.post_checkboxdiv {
    width: 10%;
    position: relative;
    float: left;
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Optional: Center horizontally */
}

.delivery_checkbox {
    margin: 0; 
}

.post_order_leftinfo {
    width: 90%;
    display: inline-block;
    position: relative;
    float: right;
    text-align: right;
    padding: 0px;
}

.post_order_right {
    width: 50%;
    display: inline-block;
    position: relative;
    float: right;
    text-align: left;
    padding: 20px;
}

.review {
    width: 90%;
    background: white;
    text-align: center;
    display: inline-block;
    padding: 10px;
    margin-top: 15px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.review_write {
    width: 90%;
    background: white;
    text-align: center;
    display: inline-block;
    padding: 10px;
    margin-top: 50px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.review_content {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 5px;
}

.review_stars {
    display: inline-block;
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}

.review_desc {
    display: inline-block;
    position: relative;
    float: right;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

/*******************************LOGIN/REGISTER**************************************/
.sticky_profile {
    display: none;
    z-index: 1;
    position: fixed;
    padding: 5px;
    top: 0;
    right: 50;
    border: 1px solid black;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    padding: 2px;
    background-color: #2b1b17;
    color: #e9ab17;
}

    .sticky_profile a {
        -webkit-transition: all linear 0.15s;
        -o-transition: all linear 0.15s;
        transition: all linear 0.15s;
        color: #e9ab17;
        text-decoration: none;
    }

    .sticky_profile li {
        cursor: pointer;
        display: inline;
        list-style-type: none;
    }

.sticky_profile_img {
    display: inline-block;
    width: 40px;
    max-height: 40px;
    object-fit: contain;
    padding: 2px;
}

.loggedinuser {
    padding-top: 5px;
}

.sticky_sub {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    right: 0;
    opacity: 1;
    background-color: #111;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 60px;
}

    .sticky_sub a {
        width: auto;
        margin: 20px;
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        text-align: left;
        padding: 25px;
        font-size: 25px;
        color: white;
        display: block;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .sticky_sub a:hover {
            width: auto;
            text-align: left;
            text-decoration: none;
            background-color: #212121;
            color: white;
        }

        .sticky_sub a:active {
            width: auto;
            text-decoration: none;
            background: #2e2728;
        }

    .sticky_sub .closebtn {
        width: auto;
        position: absolute;
        text-decoration: none;
        top: 0;
        right: 25px;
        font-size: 36px;
        color: white;
    }

.login_portal {
    width: 600px;
    margin: 200px 0px 200px;
    text-align: center;
    display: inline-block;
    padding: 50px;
    box-shadow: rgb(66, 48, 37) 0px 20px 30px -10px;
    background: #f9f9f9;
}

.login_wrapper {
    text-align: center;
    display: none;
}

.account_type_wrap {
    width: 100%;
    padding-bottom: 50px;
    display: inline-block;
}

.account_type_left {
    width: 50%;
    background: white;
    display: inline-block;
    padding: 10px;
    float: left;
    text-align: center;
    font-size: 24px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .account_type_left:hover {
        cursor: pointer;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        box-shadow: 0px 15px 10px -15px #111;
    }

.account_type_right {
    width: 50%;
    background: white;
    display: inline-block;
    padding: 10px;
    float: left;
    text-align: center;
    font-size: 24px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .account_type_right:hover {
        cursor: pointer;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        box-shadow: 0px 15px 10px -15px #111;
    }

.account_type_active {
    background-color: #212121;
    color: white;
}

.login_btn {
    display: inline-block;
    background-color: #212121;
    color: white;
    margin: 20px;
    margin-top: 20px;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 10px 30px 10px;
    text-shadow: 0px 1px 0px rbga(0,0,0,0,4);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .login_btn:hover {
        padding: 10px 30px 10px;
        z-index: 3;
        cursor: pointer;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        box-shadow: 0px 15px 10px -15px #111;
    }

.clear_btn {
    display: inline-block;
    font-size: 20px;
    width: auto;
    background-color: #212121;
    color: white;
    margin-top: 10px;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
    transition: all linear 0.15s;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 10px 30px 10px;
    text-shadow: 0px 1px 0px rbga(0,0,0,0,4);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .clear_btn:hover {
        padding: 10px 30px 10px;
        z-index: 3;
        cursor: pointer;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        box-shadow: 0px 15px 10px -15px #111;
    }

.login_switch {
    font-size: 18px;
    padding: 10px;
    color: black;
    margin: 20px 0px 20px;
    background-color: #DCDCDC;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .login_switch:hover {
        cursor: pointer;
        background-color: gray;
    }

.login_form {
    display: inline-block;
    width: 100%;
}

.farm_left {
    display: inline-block;
    width: 50%;
    padding-right: 10px;
    padding-bottom: 0px;
    border-right: 1px solid grey;
    float: left;
}

.farm_right {
    display: inline-block;
    width: 50%;
    padding-left: 10px;
    padding-top: 0px;
    float: right;
}

.lost_password {
    display: inline-block;
    font-size: 18px;
    padding: 10px;
    width: auto;
    float: right;
    color: black;
    background-color: #DCDCDC;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .lost_password:hover {
        cursor: pointer;
        background-color: gray;
    }


html::-webkit-scrollbar-thumb {
    background-color: #212121;
}

html::-webkit-scrollbar-hover {
    background-color: #555;
}

.input_checkbox_settings {
    display: inline-block;
    width: auto;
}

.input_checkbox {
    display: inline-block;
    width: auto;
    float: left;
}

    .input_checkbox input {
        background-color: #eee;
    }

    .input_checkbox:hover input {
        background-color: #ccc;
    }


.input_login {
    margin: 5px 0px 5px;
    font-size: 24px;
    padding: 10px;
    width: 100%;
    height: 20%;
    resize: none;
    overflow: hidden;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 10px;
}

.input_login_prov {
    margin: 0px;
    font-size: 24px;
    width: 70%;
    float: left;
    resize: none;
    padding-right: 10px;
    padding-bottom: 0px;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 10px;
}

.input_login_zip {
    margin: 0px;
    font-size: 24px;
    width: 30%;
    float: right;
    resize: none;
    text-align: left;
    padding-top: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 10px;
}

.input_desc {
    margin: 5px 0px 5px;
    font-size: 24px;
    padding: 10px;
    width: 100%;
    height: 20%;
    resize: none;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 10px;
    border: 1px solid black;
}

.input_basic {
    margin: 5px 0px 5px;
    font-size: 24px;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid black;
}

.input_email {
    margin: 5px 0px 5px;
    font-size: 24px;
    padding: 10px;
    width: 60%;
    border-radius: 10px;
    border: 1px solid black;
}

.input_price {
    margin: 5px 0px 5px;
    font-size: 24px;
    padding: 10px;
    width: 80px;
    border-radius: 10px;
    border: 1px solid black;
}

.cat_suggest {
    display: none;
    color: black;
    z-index: 2;
    opacity: 1;
    width: auto;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 100%;
}

.input_images {
    display: inline-block;
    margin: 5px 0px 5px;
    font-size: 20px;
    padding: 10px;
    width: auto;
    border: none;
}

.image_buttons {
    font-size: 24px;
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
}

.image_preview {
    margin: 5px 0px 5px;
    font-size: 24px;
    padding: 10px;
    width: 100%;
    background-color: white;
    display: inline-block;
    float: left;
}

.login_error {
    display: none;
    background-color: #CD5C5C;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    text-align: center
}

.filter_error {
    display: none;
    background-color: #CD5C5C;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    text-align: center
}


/*******************************NEW POST******************************/
.newpost_farmersmarket {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5;
    text-align: center;
    padding: 75px;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.5);
    backdrop-filter: blur(10px);
    overflow: auto;
}

.newpost {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5;
    text-align: center;
    padding: 50px;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.5);
    backdrop-filter: blur(10px);
    overflow: auto;
}

.newpost_display {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: white;
}

.newpost_left {
    display: inline-block;
    float: left;
    padding: 20px;
    width: 50%;
    vertical-align: middle;
    background-color: white;
}

.checkout_left {
    display: inline-block;
    float: left;
    padding: 20px 0px 20px;
    position: relative;
    width: 50%;
    background: rgb(0,0,0,0.3);
}

.newpost_preview {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: rgb(0,0,0,0.3);
}

.newpost_right {
    position: relative;
    display: inline-block;
    float: right;
    width: 50%;
    padding: 20px 0px 20px;
    background: #f9f9f9;
}

.checkout_right {
    position: relative;
    display: inline-block;
    float: right;
    width: 50%;
    padding: 20px 0px 20px;
    background-color: white;
}

.newpost_info {
    display: inline-block;
    padding: 20px;
    width: 100%;
    vertical-align: middle;
}

.newpost_info_left {
    display: inline-block;
    padding: 20px;
    float: left;
    width: 50%;
    border-right: 1px solid gray;
    vertical-align: middle;
}

.newpost_info_right {
    display: none;
    padding: 20px;
    float: right;
    width: 50%;
    vertical-align: middle;
}

.newpost_title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    text-align: left;
    width: 100%;
    padding: 20px 10px 20px;
}

.newpost_category {
    position: relative;
    display: inline-block;
    font-size: 20px;
    text-align: left;
    width: 100%;
    padding: 20px 10px 0px;
}

.newpost_img {
    display: inline-block;
    font-size: 20px;
    text-align: left;
    width: 100%;
    padding: 20px 10px 20px;
}

.newpost_location {
    font-size: 20px;
    display: inline-block;
    width: 60%;
    float: left;
    text-align: left;
    padding: 20px 10px 20px;
}

.newpost_price {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    float: right;
    text-align: left;
    padding: 20px 10px 20px;
}

.fm_deliv_div {
    display: none;
}


/*******************************POST DISPLAY******************************/

.post {
    padding: 150px 10px 20px;
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background-color: black;
}

.post_left {
    position: relative;
    padding: 20px;
    display: inline-block;
    float: left;
    width: 70%;
    background: white;
    height: auto;
    overflow: hidden;
}

.post_info_lt {
    display: inline-block;
    background: white;
    width: 100%;
    height: auto;
    padding: 10px;
    font-style: italic;
    font-size: 10px;
}

.post_lt_left {
    float: left;
    width: auto;
    padding-left: 20px;
}

.post_lt_right {
    float: right;
    width: auto;
    padding-right: 20px;
}

.post_info_wrap {
    display: inline-block;
    position: relative;
    background: white;
    width: 50%;
    height: auto;
    padding: 20px;
    float: left;
}

.post_title {
    margin: 5px 0px 5px;
    text-align: center;
    font-size: 30px;
    padding: 20px;
    width: 100%;
    height: auto;
}

    .post_title:hover {
        cursor: pointer;
    }

.post_info {
    font-size: 20px;
    padding: 10px;
    vertical-align: middle;
    margin: 10px;
}

.post_info_price {
    display: inline-block;
    position: relative;
    float: left;
    text-align: right;
    font-size: 20px;
    padding: 10px 20px;
    width: 50%;
    vertical-align: middle;
    margin: 0px;
}

.post_info_quantity {
    display: inline-block;
    position: relative;
    float: right;
    text-align: left;
    font-size: 20px;
    padding: 10px 20px;
    width: 50%;
    vertical-align: middle;
    margin: 0px;
}

span.fill {
    font-variation-settings: 'FILL' 1;
}

.post_desc {
    display: inline-block;
    position: relative;
    font-size: 20px;
    padding: 20px 40px 20px;
    max-width: 100%;
    height: 300px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5;
    overflow-y: auto;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.post_title_edit {
    margin: 5px 0px 5px;
    text-align: center;
    font-size: 30px;
    padding: 20px;
    width: 100%;
    height: auto;
    border: 1.5px solid grey;
    -webkit-box-shadow: 0 0 5px 2px #fff;
    -moz-box-shadow: 0 0 5px 2px #fff;
    box-shadow: 0 0 5px 2px #fff;
}

.post_info_edit {
    margin: 5px 0px 5px;
    font-size: 20px;
    padding: 10px;
    border: 1.5px solid grey;
    -webkit-box-shadow: 0 0 5px 2px #fff;
    -moz-box-shadow: 0 0 5px 2px #fff;
    box-shadow: 0 0 5px 2px #fff;
}

.post_info_edit_price {
    display: inline-block;
    position: relative;
    margin: 0px;
    font-size: 20px;
    width: 20%;
    float: left;
    padding: 10px;
    border: 1.5px solid grey;
    -webkit-box-shadow: 0 0 5px 2px #fff;
    -moz-box-shadow: 0 0 5px 2px #fff;
    box-shadow: 0 0 5px 2px #fff;
}

.post_quant_edit {
    margin: 0px;
    font-size: 20px;
    padding: 10px;
    width: auto;
    display: inline-block;
    overflow: hidden;
    border: 1.5px solid grey;
    -webkit-box-shadow: 0 0 5px 2px #fff;
    -moz-box-shadow: 0 0 5px 2px #fff;
    box-shadow: 0 0 5px 2px #fff;
}

.post_desc_edit {
    display: inline-block;
    position: relative;
    font-size: 20px;
    padding: 20px 40px 20px;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5;
    overflow-y: auto;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    border: 1.5px solid grey;
    -webkit-box-shadow: 0 0 5px 2px #fff;
    -moz-box-shadow: 0 0 5px 2px #fff;
    box-shadow: 0 0 5px 2px #fff;
}


.chart_table {
    border-collapse: collapse;
    width: 100%;
}

chart_th, .chart_td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

chart_th {
    background-color: #f2f2f2;
}

#chart {
    margin-top: 20px;
    height: 300px;
    background-color: #f2f2f2;
    display: flex;
    align-items: flex-end;
}

.bar {
    flex: 1;
    margin: 0 2px;
    height: 100%;
    background-color: #3498db;
}

.post_img_wrap {
    position: relative;
    display: inline-block;
    background: white;
    padding: 20px;
    width: 50%;
    height: 500px;
    float: right;
}

.post_img_overflow {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.post_right {
    position: relative;
    opacity: 1;
    background-color: #000;
    color: white;
    padding: 20px;
    display: inline-block;
    float: right;
    width: 30%;
    height: 650px;
}

.post_msg_wrap {
    text-align: left;
    opacity: 1;
    background-color: #000;
    color: white;
    padding: 10px;
    height: auto;
}

.post_suggest {
    width: 100%;
    margin: 0px;
    padding: 40px 0px 20px;
}

.suggest_ad {
    display: inline-block;
    position: relative;
    width: 300px;
    margin: 10px;
    background: rgb(0,0,0,0.3);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

    .suggest_ad:hover {
        cursor: pointer;
        background: rgb(0,0,0,0.4);
    }

        .suggest_ad:hover .sample_title {
            text-decoration: underline;
        }

        .suggest_ad:hover .ad_postinfo {
            opacity: 1;
        }

/*******************************MISC*************************************/
.numberCircle {
    position: absolute;
    top: 40%;
    left: 60%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 8px;
    border: 4px solid #56342A;
    color: #56342A;
    text-align: center;
    font-size: 70px;
}

.close_btn_cat {
    color: black;
    position: absolute;
    cursor: pointer;
    top: 2px;
    right: 2px;
    font-size: 35px;
    font-weight: bold;
    z-index: 3;
}

    .close_btn_cat:hover,
    .close_btn_cat:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.close_btn {
    color: black;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: 3;
}

    .close_btn:hover,
    .close_btn:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }


#slideshow {
    width: 500px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}

.slide {
    width: 500px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
}

.makeList {
    display: block;
    position: relative;
    background-color: white;
    border-radius: 4px;
    list-style-type: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.selectMake {
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
    padding: 10px 40px 10px;
}

    .selectMake:hover {
        background-color: #A9A9A9;
        padding: 10px 40px 10px;
        cursor: pointer;
        border-radius: 4px;
    }


/*******************************GOOGLE*************************************/



.sb-title {
    position: relative;
    top: -12px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}

.sb-title-icon {
    position: relative;
    top: -5px;
}

.card-container {
    display: flex;
    height: auto;
    width: auto;
}

.panel {
    background: white;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.half-input-container {
    display: flex;
    justify-content: space-between;
}

.half-input {
    max-width: 120px;
}

.map {
    width: 100%;
}

input {
    border: 0;
    border-bottom: 1px solid black;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
}

    input:focus::placeholder {
        color: white;
    }



.no_result {
    background: white;
    display: inline-block;
    width: 80%;
    -webkit-user-select: none; /* Safari */
    user-select: none;
}

.no_result_left {
    padding: 10px;
    width: 50%;
    position: relative;
    display: inline-block;
    float: left;
}

.no_result_image {
    width: 200px;
    border-radius: 5px;
}

.no_result_right {
    padding: 10px;
    width: 50%;
    height: auto;
    position: relative;
    display: inline-block;
    text-align: center;
    float: right;
}

.no_result_heading {
    padding: 10px 0px 20px;
    position: relative;
    font-size: 30px;
}

.no_result_text {
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 20px;
}


.shr_buttons {
    display: inline-block;
    width: 100%;
}

.shr_button {
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    padding: 20px;
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.linkedin {
    background-color: #0077b5;
}

.pinterest {
    background-color: #bd081c;
}

.reddit {
    background-color: #ff4500;
}

.whatsapp {
    background-color: #25d366;
}


.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2ab934;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on, .off {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/*-----------SHOPPING CART------------*/

.cart_contain {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 3;
    border-radius: 50%;
}

    .cart_contain:hover {
        cursor: pointer;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        box-shadow: 15px 15px 10px -15px #111, -15px 15px 10px -15px #111;
    }

.cart_count {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    z-index: 5;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
    color: white;
}

.cart_logo {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}


.scroll_contain {
    position: relative;
    overflow: hidden;
    height: 480px;
    background-color: black;
    padding: 20px;
}

.scroll {
    padding-top: 40px;
    position: absolute;
    top: 0;
    left: 0;
    height: 460px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: white transparent;
}
    .scroll:active {
        cursor: grabbing;
        user-select: none;
    }

    .scroll::-webkit-scrollbar {
        height: 8px;
    }

    .scroll::-webkit-scrollbar-track {
        background: transparent;
    }

    .scroll::-webkit-scrollbar-thumb {
        background-color: white;
        border-radius: 10px;
    }

.scroll_fp_preview {
    width: auto;
    position: relative;
    padding-bottom: 60px;
    height: 100%;
    white-space: nowrap;
}



.rating {
    cursor: pointer;
}

    .rating label {
        font-size: 50px;
        color: #ccc;
        cursor: pointer;
        display: inline-block;
        margin-right: 5px;
    }

        .rating label:hover,
        .rating label:hover ~ label,
        .rating label.checked,
        .rating input:checked ~ label {
            color: #ffcc00;
        }

    .rating input {
        display: none;
    }

.rated {
    cursor: pointer;
}

    .rated label {
        font-size: 50px;
        color: #ccc;
        cursor: pointer;
        display: inline-block;
        margin-right: 5px;
    }

        .rated label.checked {
            color: #ffcc00;
        }

.shipandbill {
    display: inline-block;
    width: auto;
    background: white;
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px;
    padding: 25px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.checkout_div {
    width: 80%;
    background: white;
    text-align: center;
    display: inline-block;
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.autocomplete-results {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
}

.pac-container {
    position: absolute !important;
    z-index: 10000 !important;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.pac-item {
    cursor: pointer;
    padding: 5px 10px;
}

    .pac-item:hover {
        background-color: #f0f0f0;
    }

.checkoutdiv {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 0px 20px;
    background-color: white;
}

.checkoutdiv_right {
    position: relative;
    display: inline-block;
    float: right;
    width: 50%;
    padding: 20px 20px 20px;
    background-color: white;
}

.checkoutdiv_left {
    display: inline-block;
    float: left;
    padding: 20px;
    width: 50%;
    vertical-align: middle;
    background: #f9f9f9;
}

.account_total {
    position: relative;
    display: inline-block;
    float: right;
    width: 100%;
    text-align: center;
}

.cart_ad_contain {
    overflow: auto;
    overflow-x: hidden;
    white-space: normal;
    display: inline-block;
    position: relative;
    width: 200px;
    height: 150px;
    margin: 10px;
    margin-right: 30px;
    background: rgb(0,0,0,0.3);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .cart_ad_contain:hover {
        cursor: pointer;
        background: rgb(0,0,0,0.4);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    }

        .cart_ad_contain:hover .sample_title {
            text-decoration: underline;
        }

        .cart_ad_contain:hover .ad_postinfo {
            opacity: 1;
        }

        .cart_ad_contain:hover .card_postinfo {
            opacity: 1;
        }

.cart_item_title {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 20px;
    text-align: center;
    font-size: 20px;
    vertical-align: top;
    font-weight: bold;
    vertical-align: middle;
    -webkit-user-select: none; /* Safari */
    user-select: none;
}

.quantity_adjuster {
    position: absolute;
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Vertically align items */
    justify-content: space-between; /* Space out child divs evenly */
    width: 20%;
    right: 5%;
    top: 55%;
    border-radius: 5px;
    border: 0.5px solid gray;
    background-color: #808080;
    user-select: none; /* Prevent text selection in modern browsers */
    -webkit-user-select: none; /* For Safari and Chrome */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none; /* For older versions of IE */
}

    .quantity_adjuster span {
        cursor: pointer; /* Optional: Ensure it looks like a clickable button */
    }

.less_quantity, .quantity, .more_quantity {
    display: flex; /* Flex for child alignment */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    width: 33%; /* Each div takes equal width */
    height: 50px; /* Set a consistent height for all */
    font-size: 24px; /* Adjust font size */
    color: black;
    cursor: pointer;
    border: 0.5px solid gray; /* Border for separation */
}

    .less_quantity:hover, .more_quantity:hover {
        background-color: #D3D3D3;
        text-decoration: none;
    }

.quantity {
    background-color: white; /* Keep distinct background for quantity */
}

.less_span {
    color: black;
    cursor: pointer;
    font-size: 50px;
    font-weight: bold;
}

.delete_cart {
    color: black;
    cursor: pointer;
    font-size: 35px;
    font-weight: bold;
}

.more_span {
    color: black;
    cursor: pointer;
    font-size: 50px;
    font-weight: bold;
}

.checkoutdiv_right h3 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.invoice_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
    font-size: 14px;
    color: #555;
}

    .invoice_table thead th {
        background-color: #f1f1f1;
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
        font-weight: bold;
    }

    .invoice_table tbody td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

        .invoice_table tbody td:nth-child(2),
        .invoice_table tbody td:nth-child(4) {
            text-align: right; /* Align price and subtotal to the right */
        }

.account_total {
    margin-top: 15px;
    font-size: 16px;
    text-align: right;
    color: #333;
}

    .account_total strong {
        display: block;
        margin-bottom: 10px;
    }



/************ Hero Section (Front Page Gallery) ************/
.fp_gallery {
    padding: 100px 10px 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    background: black;
}

/* Individual Slides */
.fp_slide {
    display: none;
    width: 100%;
    height: 600px;
    position: relative;
    text-align: center;
    cursor: pointer;
    background: black;
}

    .fp_slide:hover {
        cursor: pointer;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    }

.fp_slide_div {
    display: inline-block;
    text-align: center;
    background: black;
    color: white;
    margin: 0px;
    overflow: hidden;
    position: relative;
    width: 40%;
    height: auto;
    float: left;
}

/* Image Styling */
.fp_img_contain {
    display: inline-block;
    position: relative;
    width: 60%;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    float: right;
}

.fp_slide_img {
    width: auto;
    height: 550px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* Slide Navigation Buttons */
.fp_slide_buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 15px;
}

    .fp_slide_buttons button {
        background-color: #36454F;
        color: white;
        border: none;
        padding: 10px 40px;
        font-size: 1.5rem;
        border-radius: 2px;
        cursor: pointer;
        transition: background 0.3s;
    }

        .fp_slide_buttons button:hover {
            background-color: #71797E;
        }

        /* Highlight active button */
        .fp_slide_buttons button.active {
            background-color: #808080;
        }

/* Responsive */
@media (max-width: 768px) {
    .fp_gallery {
        height: auto;
    }

    .fp_slide_img {
        width: 90%;
        max-height: 400px;
    }

    .fp_slide_buttons {
        flex-wrap: wrap;
    }

        .fp_slide_buttons button {
            font-size: 0.9rem;
            padding: 8px 15px;
        }
}

.error_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 700px;
    padding: 50px 20px 50px;
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-sizing: border-box;
    text-align: center;
}

.error_message {
    display: inline-block;
    margin-bottom: 15px;
    white-space: normal; /* wrap text normally */
}

.error_button {
    display: block;
    width: 100%;
    text-align: center;
}

.error_button_button {
    display: inline-block;
    padding: 10px 40px;
    background-color: black;
    color: white;
    border: 2px solid white;
    font-size: 1rem;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.3s;
    box-sizing: border-box;
    margin: 0 auto;
}