@charset "utf-8";

/* CSS Document */
@import url('bootstrap.min.css');
@import url('animate.min.css');
@import url('select2.css');
@import url('slick.css');
@import url('slick-theme.css');
@import url('remixicons.css');
@import url('normal.css');

@media (max-width: 1399px) and (min-width: 1280px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1240px;
    }
}

/*----------drodpown----------*/

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    max-width: 280px;
    min-width: 250px;
    position: absolute;
    right: 0;
    left: auto;
    padding: 8px;
    border: 1px solid #E5E6EF;
    box-shadow:0px 5px 15px rgb(91 86 117 / 10%);
    border-radius:12px;
    z-index:99;
    -webkit-transition: 0.3s;
    transition:0.3s;
    -webkit-transform:translateY(25px) !important;
            transform:translateY(25px) !important;
    display:block;
    opacity:0;
    visibility:hidden;
}

.dropdown-menu.show {
    opacity: 1;
    -webkit-transform: translateY(15px) !important;
            transform: translateY(15px) !important;
    visibility: visible;
}

.dropdown-menu>.dropdown {
    position: relative;
}

.dropdown-menu>.dropdown a::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
    right: .9rem;
    top: .9rem;
}

.dropdown-menu>.dropdown .dropdown-menu {
    top: -15px;
    left: calc(100% + 8px);
}
.has_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.has_arrow::after{
    content: "";
    background-image: url('../images/icons/icon_arrow_down.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 10px;
    height: 6px;
    display: block;
    transition: all 0.4s ease;
}
.menu-dropdown:hover > .has_arrow::after{
    background-image: url('../images/icons/icon_arrow_down_red.svg');
}
.account-right .dropdown-menu>.dropdown .dropdown-menu {
    left: initial;
    right: calc(100% + 8px);
}


/*------------Header--------------*/

.header-wrapper.account-logined {
    background-color: #fff;
}

.header-wrapper {
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 20px 0px;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.header-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.header-wrapper.sticky {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

.inner-page-navbar {
    background-color: #27282c;
}

.logo-part a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* .logo-part a img {
    display: block;
    max-width: 220px;
} */

.logo-part a span {
    display: inline-block;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
}

.nav-bar ul {
    gap: 30px;
}

.nav-bar li {
    position: relative;
}

.nav-bar li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #3C3C3C;
    white-space: nowrap;
    display: block;
    position: relative;
}
.nav-bar li a span{
    color: #E21E26;
}

.nav-bar li a.btn-theme {
    color: #ffffff;
    font-weight: 600;
    padding: 10px 24px;
}

.nav-bar>ul>li>a:not(.btn-theme):hover,
.nav-bar>ul>li>a:not(.btn-theme):focus,
.nav-bar>ul>li.active>a:not(.btn-theme) {
    color: #E21E26;
}

.menu-overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.menu-overlay-bg.active {
    opacity: 1;
    visibility: visible;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e4e6e9;
    opacity: 1;
}
.header-ctg-mega-menu .dropdown-menu{
    max-width: 921px;
    min-width: 921px;
    left: 50%;
    transform: translate(-50%, 15px) !important;
    right: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
    overflow: hidden;
    padding: 22px 27px;
    background: #FFFFFF;
    box-shadow: 0px 8px 28px rgb(0 0 0 / 7%);
    border-radius: 12px;
    border: none;
    margin-top: 13px;
}

.header-ctg-mega-menu .dropdown-menu li{
    width: 250px;
    height: 225px;
    flex-grow: 1;
    transition: all 0.4s ease;
    background-blend-mode: overlay;
}
.header-ctg-mega-menu .dropdown-menu li:hover{
    
    background-color: rgba(0, 0, 0, 0.4);
}
.header-ctg-mega-menu .dropdown-menu li a{
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #FFFFFF;
    padding: 24px;
    padding-right: 57%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    white-space: normal;
}
.header-ctg-mega-menu .dropdown-menu li a span {
    display: flex;
    align-items: flex-start;
    min-height: 80px;
    color: #ffffff;
}

.ctg_sidebar_menu{
    position: fixed;
    width: 476px;
    height: 100%;
    min-height: 100vh;
    background-color: #fff;
    right: -100%;
    top: 0;
    overflow-x: hidden;
    z-index: 99;
    transition: 0.5s;
}
.ctg_sidebar_menu.active{
    right: 0;
}
.ctg_sidebar_menu .ctg_sidebar_header{
    padding: 30px;
}
.sidebar_search_filter .form-control{
    padding: 12px 46px 12px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border-radius: 30px;
    border: none;
    background-color: rgba(217, 217, 217, 0.3);
}
.sidebar_search_filter .right-input-icon .right-icon{
    top: 4px;
    right: 7px;
}
.ctg_menu li{
    border-bottom: 1px solid #efefef;
}
.ctg_menu li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 10px 30px;
    flex-grow: 1;
}
.ctg_menu li a img{
    flex-shrink: 0;
}
/*-------------footer----------*/

.footer-wrapper {
    background-color: #ffffff;
    color: #000000;
    font-weight: 300;
    font-size: 14px;
    border-top: 1px solid #efefef;
}

.footer_bg_logo {
    position: absolute;
    top: 0px;
    right: 260px;
    max-width: 400px;
    z-index: -1;
}

.footer-wrapper .footer-logo {
    margin-bottom: 30px;
    display: inline-block;
}

.footer-wrapper .footer-logo img {
    max-width: 220px;
}

.footer-wrapper .footer-top-section {
    padding: 80px 0px;
    padding-bottom: 50px;
}

.footer-wrapper .footer-widget .widget-title {
    margin-bottom: 10px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.footer-wrapper .footer-widget .btn-theme {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 20px;
}
.footer-wrapper .footer-widget ul{
    gap: 10px;
}
.footer-wrapper .footer-widget ul li a,
.footer-wrapper p {
    color: #000000;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    display: block;
}

.footer-wrapper .footer-widget ul.footer_menu li a:hover,
.footer-wrapper .footer-widget ul li a:hover {
    color: #E21E26;
}

.footer-wrapper .footer-widget ul.footer_menu li a:hover:after {
    width: 100%;
}

.footer-wrapper .footer-bottom-section {
    padding: 0px 0px 24px;
}

.footer-widget .social_icons li a:hover i::before {
    color: #ffffff;
}

/*content-area-box*/

.main-wrapper {
    padding-top: 96px;
    display: block;
    width: 100%;
    min-height: calc(100vh - 509px);
}

.header_fixed+.main-wrapper {
    padding-top: 0px;
}


/* section-title */

.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #3C3C3C;
    margin-bottom: 0px;
}
.section-title h2 span{
    color: #E21E26;
    display: block;
}

.section-title h2 + p {
    font-size: 15px;
    font-weight: 400;
    color: #3C3C3C;
    letter-spacing: 0.3px;
}


/*Page-title*/

.banner-section {
    padding: 30px 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(150, 160, 181, 0.2);
}

.banner-title {
    text-align: center;
}

.banner-title h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #283653;
    margin-bottom: 0;
    margin-top: 5px;
}

.banner-title .breadcrumb {
    margin-bottom: 0;
    padding: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
}

.banner-title .breadcrumb-item a {
    color: #283653;
    border-bottom: 1px solid #283653;
}

.banner-title .breadcrumb-item+.breadcrumb-item {
    padding-left: 0.2rem;
}

.banner-title .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0.2rem;
}



.hero_banner_main {
    border-radius: 15px;
    overflow: hidden;
    padding: 100px 24px 160px;
}
.hero_banner_main .filter_box_tabs{
    margin-left: 24px;
}
.hero_banner_main .filter_box_tabs .btn-theme{
    border-radius: 10px 10px 0px 0px;
    padding:9px 16px;
    background-color: #9A1218;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.hero_banner_main .filter_box_tabs .btn-theme img{
    filter: brightness(10);
    transition: all 0.4s;
}
.hero_banner_main .filter_box_tabs .btn-theme.active{
    background-color: #F8F8F8;
    box-shadow: inset 0px -7px 5px rgba(0, 0, 0, 0.12);
    color: #E21E26;
}
.hero_banner_main .filter_box_tabs .btn-theme.active img{
    filter: none;
}
.hero_banner_text .filter_box {
    /*max-width: 610px;*/
    margin: auto;
}
.hero_banner_text .filter_box_input{
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.hero_banner_text .filter_box_input .left_part{
    width: 160px;
    /*border-right: 1px solid rgba(0, 0, 0, 0.11);*/
    flex-shrink: 0;
}
.hero_banner_text .filter_box_input .right_part{
    flex-grow: 1;
}
.hero_banner_text .filter_box_input .select2-container--default .select2-selection--single{
    border: none;
}
.hero_banner_text .filter_box_input .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: block;
}

.hero_banner_text .filter_box_input .select2-container--default .select2-selection--single{
    height: 56px;
    background: rgba(217, 217, 217, 0.3);
}
.hero_banner_text .filter_box_input .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #283653;
    line-height: 56px;
    padding-right: 25px;
    text-transform: capitalize;
}
.hero_banner_text .filter_box_input .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px;
    right: 0px;
}
.hero_banner_text .filter_box_input .right-input-icon .right-icon{
    top: 8px;
}
.hero_banner_text .filter_box_input .right-input-icon .form-control{
    border: none;
    background: rgba(217, 217, 217, 0.3);
    font-weight: 400;
    line-height: 2;
    padding:12px 118px 12px 16px;
}
.hero_banner_text .filter_box_input .btn-theme{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px;
}
.hero_banner_section .hero_banner_text {
    position: relative;
    z-index: 1;
}


.hero_banner_section .hero_banner_text h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #ffffff;
    margin-bottom: 32px;
}

.hero_banner_image {
    position: relative;
    display: block;
    border-top-left-radius: 140px;
    border-bottom-left-radius: 140px;
    overflow: hidden;
    height: 100%;
}

.hero_banner_image img {
    width: 100%;
    height: 100%;
}
.ctg_select2_dropdown_menu{
    text-align: left;
    width: 400px !important;
    border: 1px solid #F3F3F3;
    text-transform: capitalize;
    border-radius: 0px !important;
}
.ctg_select2_dropdown_menu .select2-results .select2-results__options li{
    border-bottom: 1px solid #efefef;
}
.ctg_select2_dropdown_menu .select2-results .select2-results__options::-webkit-scrollbar {
    width: 5px;
    height: 6px;
    background-color:#efefef;
    border-radius: 8px;
}

.ctg_select2_dropdown_menu .select2-results .select2-results__options::-webkit-scrollbar-track {
    background-color:#efefef;
    border-radius: 8px;
}

.ctg_select2_dropdown_menu .select2-results .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #E21E26;
    border-radius: 8px;
}

/* aboutus */

.page_banner_section {
    padding-top: 180px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    min-height: 710px;
}

.page_banner_section::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0F0E33;
    opacity: 0.8;
    z-index: -1;
}

.page_banner_section .banner_text h2,
.page_banner_section .banner_text h1,
.page_banner_section .banner_text p {
    color: #ffffff;
    text-transform: capitalize;
}

.page_banner_section .banner_text h1 span {
    color: #2CE28B;
}

.page_banner_section .banner_text hr {
    width: 64px;
    border-color: #2CE28B;
    opacity: 1;
    margin: 10px auto 60px;
    border-width: 3px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.slick-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: unset;
    max-height: 250px;
}

.offer-banner-main .offer-banner-img{
    border-radius: 12px;
    overflow: hidden;
    max-height: 315px;
}

.image_hover img{
    transform: scale(1);
    transition: all 0.4s ease;
}
.image_hover:hover img{
    transform: scale(1.1);
}
.fd-ctg-card {
    position: relative;
}
.fd-ctg-card .text {
    position: absolute;
    bottom: 0;
    padding: 16px 24px;
    width: 100%;
}

.product-card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

.product-card .image img{
    transition: all 0.4s ease;
}.product-slider-main .product-card .image img{height:250px;max-height:250px;}
.product-card .text{
    padding: 22px;
}
.product-card:hover .image img{
    mix-blend-mode: multiply;
}
.product-action .action_btn{
    padding: 8px;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    z-index: 2;
}
.product-action .action_like{
    left: 10px;
    top: 4px;
} 
.product-action .action_tag {
    background-color: #E21E26;
    border-radius: 0px 0px 8px 8px;
    right: 16px;
}
.product-action .action_view{
    background-color: #FEBC01;
}


.product-cart-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(60, 60, 60, 0.12);
    top: 100%;
    transition: all 0.4s ease;
}
.product-card:hover .product-cart-btn{
    background: rgba(60, 60, 60, 0.12);
    top: 0px;
}
.product-cart-btn button + button{
    margin-top: 8px;
}

.product-slider .slick-track{
    display: flex !important;
}

.product-slider .slick-track .slick-slide{
    height: inherit !important;
}
.product-slider .slick-track .product-card{
    height: 100% !important;
}
.recommended-categories-section .product-slider .slick-track .product-card{
    height: auto !important;
    height: 380px !important;
}

.safesecure-card .image{
    min-height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.download-app-section{
    margin: 60px 0 110px;
}
.download-app-main {
    position: relative;
    padding: 86px 0;
}
.download-app-main .section-image{
    position: absolute;
    top: -81px;
}

/* weather-widget */
.weather-widget-button {
    position: fixed;
    right: 0px;
    top: 150px;
}
.weather-widget-button .btn-theme{
    border-radius: 12px 0px 0px 12px;
    padding:10px 12px;
}
.weather-widget-main {
    position: fixed;
    max-width: 605px;
    right: -100%;
    top: 210px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 8px 28px rgb(0 0 0 / 7%);
    border-radius: 12px;
    overflow: hidden;
    border: none;
    z-index: 98;
    transition:all 0.6s;
}
.weather-widget-main.active{
    right: 0px;
}

.weather-widget-main ul li {
    text-align: center;
}
.weather-widget-bottom li{
    width: 14.28%;
    padding: 14px 10px;
}
.weather-widget-bottom li:nth-child(odd){
    background-color: #FAFAFA;
}
.weather-widget-bottom .day-name{
    font-size: 14px;
    color: #3C3C3C;
    font-weight: 600;
    margin-bottom: 4px;
}
.weather-widget-bottom i{
    font-size: 32px;
    line-height: 1;
    display: block;
    color: #3C3C3C;
    margin-bottom: 4px;
}
.weather-widget-bottom .temp{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}
.weather-widget-bottom .temp1{
    color: #E21E26;
}
.weather-widget-bottom .temp2{
    color: #068EDB;
}
.weather-widget-top{
    padding: 24px;
    gap: 30px;
}
.weather-widget-top p{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    text-transform: uppercase;
}
.weather-widget-top h6{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    text-transform: uppercase;
}
.weather-widget-top p span,
.weather-widget-top h6 span{
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.weather-widget-top i{
    font-size: 48px;
    line-height: 1;
    color: #F98629;
}
/* chat bot */
.chat_bot_btn{
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9;
}

.feedback-button .btn-theme {
    border-radius: 0px 12px 12px 0px;
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
}
.feedback-card-close {
    position: absolute;
    top: 8px;
    left: 13px;
}
.feedback-card{
    background: #FFFFFF;
    box-shadow: 1px 0px 5px rgb(0 0 0 / 12%);
    border-radius: 12px 0px 0px 12px;
    position: fixed;
    top: 140px;
    right: -100%;
    padding: 30px 36px;
    max-width: 548px;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
}
.feedback-card.active{
    right: 0px;
}
button#sendfeedback {
    margin-right: auto!important;
        margin-left: unset !important;
}
.feedback-type-list .btn-theme{
    width: 33.33%;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.face-moode-list a svg path{
    transition: all 0.4s;
}
.face-moode-list a:hover svg path,
.face-moode-list a.active svg path{
    fill: #E21E26;
}
.feedback-type-list .btn-theme:hover,
.feedback-type-list .btn-theme.active{
    color: #ffffff;
    background-color: #E21E26;
    border-color: #E21E26;
}

.feedback-card .form-control{
    padding: 12px 24px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    font-size: 14px;
    line-height: 16px;
}
.feedback-card .form-control::placeholder{
    color: #7B7B7B !important;
}

/* seek_buy_buttons */
.seek_buy_buttons{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}
.seek_buy_buttons .btn-theme{
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.12);
}
.alert-error {
    background: red;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.alert-success {
    background: green;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}
section.products .container .product-card {
    width: 25%;
    display: inline-block;
    margin: 20px;
}
section.products .container .product-card img.img-fluid {
    width: 100%;
    max-height: 250px;
    height: 250px;
    object-fit: cover;
    object-position: center;
}
.product-row {
    display: flex;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    align-content: center;
    justify-content: center;
}
.products-pagination ul.pagination li {
    display: inline-block;
    padding: 5px 10px;
    background: #e21e26;
    margin: 5px;
}

.products-pagination ul.pagination li a {
    color: #fff;
}

.products-pagination ul.pagination li:hover, .products-pagination ul.pagination li.active {
    background: #000;
}

.products-pagination ul.pagination li.disabled {
    background:none;
}
h1.login-heading {
    font-family: Roboto;
font-size: 48px;
font-weight: 800;
line-height: 52px;
letter-spacing: 0em;
text-align: center;
}
h1.login-heading span{
 color:#E21E26;
}
.max1024 {
    max-width: 1024px;
}
.max900 {
    max-width: 900px;
}

.max1024 {
    max-width: 1024px;
}

.abcRioButtonLightBlue {
    width: 100% !important;
    border: 1px solid #000 !important;
    box-shadow: none !important;
    border-radius: 25px !important;
    margin-top: 25px;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400 !important;
    /* height: 48px !important; */
    padding: 4px;
    height: 48px !important;
}

button#appleLink {
    width: 100% !important;
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 25px;
    /* margin-top: 25px; */
    margin-bottom: 15px;
    background: none;
    font-size: 16px;
    padding: 10px;
    font-weight: 400;
}

span.abcRioButtonContents {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000;
}

.abcRioButtonIcon {
    float: none !important;
    display: inline-block;
}
button#appleLink .fa-apple {
    margin-right: 12px;
    font-size: 20px;
}

button#appleLink:hover, .abcRioButtonLightBlue:hover {
    background: #ccc;
}
.maxwidth400 {
    max-width: 400px;
    margin: 0 auto;
}
.login-form .mb-4 {
    margin-bottom: 10px !important;
}

.btn-primary {
    background: #e21e26;
    border-color: #e21e26;
}
.form-check-input:checked {
    background: #e21e26;
    border-color: #ed7277;
}
.login-form input#email, .login-form input#password {border-radius: 50px;border-color: #ccc;}

.login-form button {
    width: 100%;
    border-radius: 50px;
}

a {
    color: #e21e26;
}
.maxwidth800 {
    max-width: 800px;
    margin: 0 auto;
}
.signup-note {
font-size: 16px;
font-weight: 500;
line-height: 19px;
letter-spacing: 0em;
text-align: center;
margin-top:20px;
}

.mc-highligt {
    color: #e21e26;
}
.signup-form .form-control {
    border-radius: 50px;
    border-color: #ccc;
}

.signup-form .form-check {
    margin-left: 20px;
}
.signup-form #signupbtn {
    min-width: 300px;
    padding: 10px;
    border-radius: 50px;
    margin-top: 15px;
}
.about-us-header h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 1.195em;
    color: #FEBC01;
}
.about-us-header h2{
    font-style: normal;
font-weight: 800;
font-size: 48px;
line-height: 52px;
text-align: center;
color: #FFFFFF;
    margin-bottom:10px;
}
.about-us-header h3{
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 26px;
text-align: center;
color: #FFFFFF;
    margin-bottom:10px;
}
.about-us-header p{
    font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 16px;
text-align: center;
color: #FFFFFF;
}
.about-us-body h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    margin-bottom:30px;
}
.about-us-body p {
   font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 16px;
color: #000000;
}
section.record-fair .text-image {
    padding-top: 150px;
    padding-bottom: 150px;
}

section.record-fair .text-image img {
    margin-bottom: 20px;
}

section.record-fair .text-image p {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    text-align: justify;
    line-height: 22px;
    color: #FFFFFF;
}
section.record-fair-discover {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
}

section.record-fair-discover h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 32px;
/* or 110% */
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}

section.record-fair-discover p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
}
section.variety {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

section.variety h3 {
   font-style: normal;
font-weight: 300;
font-size: 19px;
line-height: 22px;
text-align: center;
letter-spacing: 0.505em;
text-transform: uppercase;
color: #000000;
   margin-bottom:20px;
    margin-top:70px;
}

section.variety .mc-cards div {
   display:inline-block;
   margin:7px;
   border:1px solid #BABABA;
   padding:15px 30px;
   border-radius:10px;
}
section.variety .mc-cards h5 {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
text-align: center;
color: #000000;
   margin-top:15px;
}
section.record-fair.signup {}

section.record-fair.signup h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 52px;
/* or 108% */
    color: #000000;
}

section.record-fair.signup h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}

.btn-circle {
    border: 2px solid #000;
    padding: 10px 30px;
    border-radius: 50px;
    min-width: 200px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    /* line-height: 19px; */
/* identical to box height */
    color: #000000;
}

.btn-circle.highlited {
    background: #e21e26;
    color: #fff;
    border-color: #e21e26;
}

section.record-fair.signup .right-input-icon {
    margin-top: 30px;
}

section.record-fair.signup .btn_with_icon.btn-sm {
    width: 144px;
    height: 35px;
}
section.record-fair.signup .right-icon {
    top: 7px;
}
.contactus p {
    text-align: justify;
    margin-bottom: 25px;
}

.contactus i {
    color: #E21E26;
    font-size: 20px;
    margin-right: 7px;
}

.contactus div {
    margin-bottom: 5px;
}
section.pb80.pt80.contactus {}

.contactus input, .contactus textarea {
    border-color: #ccc;
}
.pinoy-market div {
    text-align: center;
}

.disgram-image img {
    max-width: 450px;
}

.heading-image img {
    max-width: 550px;
}

.pinoy-market h1 {
    font-family: Roboto;
    font-size: 19px;
    font-weight: 900;
    line-height: 22px;
    letter-spacing: 0.6em;
    text-align: center;
}

.pinoy-market p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    padding-right: 50px;
    margin-top: 5px;
}

.star-image {
    margin-top: 40px;
}

.pinoy-market h3 {
    font-family: Roboto;
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 10px;
}

.pinoy-market h4 {
    font-family: Roboto;
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.skylline-image img {
    max-width: 527px;
}

.pinoy-market a {
    margin-top: 50px;
    width: 68%;
    border-radius: 25px;
}
.pinoy-market a i {
    margin-right: 10px;
}

.pinoy-market-center {
    margin-top: 50px;
}

.pinoy-market-center h2 {
    font-family: Roboto;
    font-size: 29px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.pinoy-market-center p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 20px;
}
.pr100 {
    padding-right: 100px;
}
.pinoy-market-center .pr100.pb80 {
    padding-top: 50px;
}
section.pinoy-market-items {}

.mc-cards-without-border > div {
    display: inline-block;
    text-align: center;
    margin: 10px;
}

.mc-cards-without-border {
    margin: 0 auto;
    max-width: 90%;
}

.mc-cards-without-border h5 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 15px;
}
.pinoy-market-text {
    margin-bottom: 100px;
}

.pinoy-market-text h2 {
    font-family: Roboto;
    font-size: 29px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 30px;
}

.pinoy-market-text p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 20px;
}
.environmental h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 25px;
}

.environmental p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}
.pt20 {
    padding-top: 20px;
}
.environmental-boxes {
    max-width: 1295px;
    margin: 0 auto;
}
.environmental-boxes .box {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 25px;
        height: 100%;
}

.environmental-boxes .box .icon .image {
    position: absolute;
    top: -30px;
    left: 0;
    text-align: center;
    width: 100%;
}

.environmental-boxes .box {
    position: relative;
}

.environmental-boxes .box .icon .image img {
    max-width: 60px;
}

.environmental-boxes .box h3.title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 32px;
    text-align: center;
}
.environmental-boxes .box p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 20px;
}
.seeking-info-boxes {
    max-width: 95%;
    margin: 0 auto;
}

.seeking-info-boxes .box {
    border: 1px solid #000;
    padding: 20px;
    height: 100%;
    border-radius: 20px;
}

.seeking-info-boxes .box img {
    max-width: 80px;
    margin-bottom: 25px;
}

.seeking-info-boxes .box h3.title {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.seeking-info-boxes .box p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
.buyer-info-advertise-text {}

.buyer-info-advertise-text h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 38px;
}

.buyer-info-advertise-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
}

.buyer-info-advertise-text ul {
    margin-top: 20px;
    font-style: normal;
    font-weight: 300;
    list-style: disc;
    font-size: 14px;
    line-height: 20px;
    margin-left: 20px;
}
.buyer-info-advertise-text ol.oltext li {
    display: flex;
    border: 1px solid #ccc;
    padding: 5px 5px;
    border-radius: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    align-items: center;
}

.buyer-info-advertise-text ol.oltext li span {
    display: inline-block;
    background: #E21E26;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 42px;
    text-align: center;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
}
.buyer-info-advertise-text ol.oltext {
     margin: 0 auto;
     padding-left: 0px;
     max-width: 1024px;
     margin-top: 20px;
}
.buyer-info-advertise-text ol.oltext li:hover {
    background: #f0f0f0;
}
@media (min-width: 992px){
.seeking-info-boxes .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
}
}
@media (max-width: 676px)
{
    .buyer-info-advertise-text h2 {
    margin-top: 20px;
}

section.buyer-info-advertise.pt80 {
    padding-top: 0px !important;
}

section.buyer-info-advertise img {
    margin-top: 20px;
}
    .seeking-info-boxes .pt80 {
    padding-top: 20px;
}
    section.pinoy-market {
    background: none !important;
}

section.pinoy-market img {
    max-width: 100%;
    text-align: center;
}

section.pinoy-market p {
    padding-right: 0px !important;
}

section.pinoy-market {
    width: 90%;
    margin: 0 auto;
}

.star-image {
    margin-top: 13px;
}

.pinoy-market a {
    width: 100%;
}

.pinoy-market-center {
    margin-top: 0px;
    padding-top: 0px;
}

.pinoy-market-center .pr100.pb80 {
    padding-top: 0px;
    text-align: center;
    padding-right: 0px;
}

.pinoy-market-center {
    width: 90%;
    margin: 0 auto;
}

.mc-cards-without-border > div {
    width: 40%;
}

section.pinoy-market-text {
    width: 90%;
    margin: 0 auto;
}
.environmental {
    padding-left: 15px;
    padding-right: 15px;
}

section.environmental-text {
    padding-left: 15px;
    padding-right: 15px;
}

section.environmental-boxes {
    padding-left: 15px;
    padding-right: 15px;
}

section.record-fair {
    padding-left: 15px;
    padding-right: 15px;
}

section.record-fair .btn-circle {
    margin-top: 10px;
}
}


.dropdown-menu[data-bs-popper]{
    right: 0;
    left: auto;
}
.header-ctg-mega-menu .dropdown-menu[data-bs-popper] {
    left: 0;
}
/* master_filter_section */
.weather-widget-button {
    z-index: 1;
}
.master_filter_section .hero_banner_text .filter_box{
    max-width: 100%;
}
.master_filter_section .hero_banner_text .filter_box_input{
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
}
.master_filter_section .hero_banner_text .filter_box_input .right-input-icon .form-control {
    padding-top: 12px;
    padding-bottom: 12px;
}
.profile_card_header .profile_card_main{
    background-image: url('../images/profile_card_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    padding: 120px 52px 24px;
    overflow: hidden;
}
.profile_sidebar .profile_info_card .profile_image{
    overflow: hidden;
    width: 154px;
    height: 154px;
    border: 10px solid #ffffff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    margin:0px auto 10px;
}
.profile_sidebar .profile_info_card ul li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin-bottom: 10px;
}
.profile_sidebar .profile_info_card ul li.active a{
    background-color: #E21E26;
    color: #ffffff;
}
.profile_sidebar .profile_info_card ul li a .icon svg {
    width: 24px;
    height: 24px;
}
.profile_sidebar .profile_info_card ul li.active  a svg path {
    fill: #ffffff;
}
.profile_sidebar{
    margin-top: -120px;
}
.profile_sidebar .profile_score a{
    display: block;
    padding: 0px 16px;
    font-size: 16px;
    color: #7B7B7B;
}
.profile_sidebar .profile_score a span{
    font-weight: 600;
    color: #E21E26;
}
.profile_sidebar .profile_score a:first-child{
    border-right: 1px solid #7B7B7B;
}
.profile_info_content .profile_tabs .nav-pills{
    border-bottom: 1px solid #D9D9D9;
}
.profile_info_content .profile_tabs .nav-pills .nav-link{
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #000000;
    padding: 14px 34px;
    position: relative;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.profile_info_content .profile_tabs .nav-pills .nav-link.active{
    color: #E21E26;
}
.profile_info_content .profile_tabs .nav-pills .nav-link:after{
    content: '';
    height: 1px;
    width: 0%;
    background-color: #E21E26;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0px;
    visibility: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.profile_info_content .profile_tabs .nav-pills .nav-link.active:after{
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.profile_info_content .profile_tabs .nav-pills .nav-link.active, 
.profile_info_content .profile_tabs .nav-pills .show>.nav-link{
    background-color: transparent;
}
.profile_info_content .tab_content_card {
    background-color: #FFFFFF;
    box-shadow: 4px 4px 33px 5px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    padding: 32px;
}
.products_grid_wrappwr .product-card{
    height: calc(100% - 24px);
}
.products_grid_wrappwr .product-card.product_sell_card{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
} 
.products_grid_wrappwr .product-card.product_sell_card{
    cursor: pointer;
    padding: 24px 14px;
}
.products_grid_wrappwr .product-card.product_sell_card .image{
    position: relative;
}
.products_grid_wrappwr .product-card.product_sell_card:hover .image a img:first-child{
    opacity: 0;
    visibility: hidden;
}
.products_grid_wrappwr .product-card.product_sell_card .btn-theme{
    background-color: #D2D2D2;
    color: #FFFFFF;
}
.products_grid_wrappwr .product-card.product_sell_card:hover .btn-theme{
    background-color: #E21E26;
}
.products_grid_wrappwr .product-card.product_sell_card:hover .image a img.hover_icon{
    visibility: visible;
    opacity: 1;
}
.products_grid_wrappwr .product-card.product_sell_card .image a img.hover_icon{
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.products_grid_wrappwr .product-card.product_sold .product-cart-btn,
.products_grid_wrappwr .product-card.product_expired .product-cart-btn{
    top: 0;
    background: none;
} 
.products_grid_wrappwr .product-card.product_sold .product-cart-btn .btn-theme,
.products_grid_wrappwr .product-card.product_expired .product-cart-btn .btn-theme{
    width: 100%;
    border-radius: 0px;
}
.review_splash_card{
    padding: 90px;
    text-align: center;
}
.profile_edit_form .btn-theme{
    padding: 12px 14px;
}

.head_profile_dropdown.dropdown .dropdown-menu,
.head_notification_dropdown.dropdown .dropdown-menu{
    max-width: 284px;
    min-width: 284px;
    width: 100%;
    padding: 0px;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.head_profile_dropdown.dropdown .dropdown-menu ul li,
.head_notification_dropdown.dropdown .dropdown-menu ul li{
    display: block;
}
.head_profile_dropdown.dropdown .dropdown-menu ul li a,
.head_notification_dropdown.dropdown .dropdown-menu ul li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 16px 20px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #D9D9D9;
}
.head_notification_dropdown.dropdown .dropdown-menu ul li a{
    padding: 10px 14px;
}

.head_profile_dropdown.dropdown .dropdown-menu ul li a .icon,
.head_profile_dropdown.dropdown .dropdown-menu .drop_menu_head .title .user_img,
.head_notification_dropdown.dropdown .dropdown-menu ul li a .icon{
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-color: #E21E26;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}
.head_profile_dropdown.dropdown .dropdown-menu ul li a .text,
.head_notification_dropdown.dropdown .dropdown-menu ul li a .text{
    flex-grow: 1;
    color: #000000;
    word-wrap: break-word;
    white-space: normal;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.head_notification_dropdown.dropdown .dropdown-menu ul li a .text{
    color: #3C3C3C;
}
.head_profile_dropdown.dropdown .dropdown-menu ul li a:hover .text{
    color: #E21E26;
}
.head_profile_dropdown.dropdown .dropdown-menu ul li a .arrow_icon{
    flex-shrink: 0;
    width: 14px;
    text-align: center;
    display: block;
    margin-left: auto;
}
.head_profile_dropdown.dropdown .dropdown-menu .drop_menu_footer a{
    color: #B1B1B1;
    font-size: 14px;
    font-weight: 400;
    padding: 20px 20px;
    text-align: center;
    display: block;
}
.head_profile_dropdown.dropdown .dropdown-menu .drop_menu_footer a:hover,
.head_profile_dropdown.dropdown .dropdown-menu .drop_menu_head p:hover a{
    color: #E21E26;
}
.head_profile_dropdown.dropdown .dropdown-menu .drop_menu_head .title,
.head_notification_dropdown.dropdown .dropdown-menu .drop_menu_head .title,
.head_profile_dropdown.dropdown .dropdown-menu .drop_menu_head p a{
    padding: 14px 20px;
    border-bottom: 1px solid #D9D9D9;
}
.head_profile_dropdown.dropdown .dropdown-menu .drop_menu_head p a{
    color: #313131;
    font-size: 14px;
    text-align: center;
    display: block;
}
.head_profile_dropdown.dropdown .dropdown-menu .drop_menu_head .title .user_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.head_profile_dropdown.dropdown .dropdown-menu .drop_menu_head .title a,
.head_notification_dropdown.dropdown .dropdown-menu .drop_menu_head .title a{
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    display: block;
    text-align: center;
}
.head_notification_dropdown.dropdown .dropdown-menu ul li a .icon{
    width: 40px;
    height: 40px;
    border: 1px solid #F0F0F0;
    background-color: transparent;
}
.head_notification_dropdown.dropdown .dropdown-menu ul{
    max-height: 465px;
    overflow-y: auto;
}
div#payout_form_paypal {
    margin-top: 20px;
}
div#payout_form_bank {
    margin-top: 20px;
}

div#payout_form_bank h5 {
    margin-bottom: 20px;
}

div#payout_form_bank h4 {
    font-size: 15px;
    margin-top: 20px;
}

.profilemy_left2 {
}

.profilemy_left2 .picture-container {
    margin-top: 16px;
}

button.save_changes_btn_edit.btn.btn-primary {
    margin-top: 10px;
}

ul.profile_page_Detail_li {
    margin-bottom: 30px;
}
.slider.slider-for.slick-initialized.slick-slider {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    padding-top: 40px;
}

.slider.slider-for.slick-initialized.slick-slider img {
    width: 100% !important;
    position: relative !important;
}

.slick-track im {}

.slider.slider-nav img {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.slider-nav {
    margin-top: 10px;
    text-align: center;
}
.product-detail-bag {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    padding: 8px 40px;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    left: calc(50% - 80px);
    top: 0px;
}
.product-detail-bag.sell {
    background: #E21E26;
}
.product-detail-bag.sell {
    background: #E21E26;
}
.product-detail-bag.looking-for{
    background: #FEBC01;
}
.product-detail-bag.sell svg {
    margin-right: 10px;
}
section.single-product {
    margin-top: 50px;
}
.images-gallery {
    text-align: center;
    position: relative;
}
.sinngle-product-title h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 38px;
    color: #3C3C3C;
}

.sinngle-product-title .chat-icon {
    background: #e21e26;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    float: right;
    padding: 8px 20px;
    border-radius: 20px;
    cursor:pointer;
}

.sinngle-product-title .chat-icon i {
    margin-right: 5px;
}

.sinngle-product-title .chat-icon:hover {
    background: #000;
}
.product-description .col-sm-1 i {
    font-size: 20px;
    color: #E21E26;
}

.product-description .col-sm-1 {
    text-align: right;
}

.product-description .row {
    margin-top: 15px;
}

.product-description .postedby .col-sm-11 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
/* identical to box height */
    color: #3C3C3C;
}

.product-description .location .col-sm-11 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.product-description .discription .col-sm-11 {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.product-description .budget .col-sm-11 {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    color: #000000;
}

.product-description .btn-primary {
    width: 100%;
    border-radius: 25px;
}

.product-description .offer {
    margin-top: 25px;
}
.sell-price {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 0px;
}
.sell-product {
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 20px;
    border-radius: 10px;
}

.sell-product .row {
    padding: 0px;
    margin: 0px;
}

.sell-product .row .col-sm-6 {
    padding: 0px;
    border: 1px solid #ccc;
}

.sell-product .row .col-sm-6 input {
    width: 100%;
    height: 33px;
    border: 0px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    /* text-align: center; */
    color: rgba(0, 0, 0, 0.6);
    padding-left: 10px;
}

.sell-product .btn-primary {
    margin-top: 10px;
}
.text-right {
    text-align: right;
}
#ad-creation-container .form-control {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #3C3C3C;
    border: 1px solid #D9D9D9;
    border-radius:5px;
}

#ad-creation-container label[for='description'] {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

#ad-creation-container .select2-container--default .select2-selection--single {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #3C3C3C;
    height: 49px;
    border-radius: 5px;
    padding-top: 5px;
    border-color: #D9D9D9;
    padding-left: 15px;
    text-transform: capitalize;
}

#ad-creation-container .mc-input-text-in 
 > span.absolute {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #3C3C3C;
    position: absolute;
    top: 16px;
    left: 30px;
    z-index: 1;
}

#ad-creation-container .form-group.mc-input-text-in {
    position: relative;
}

#ad-creation-container .form-group.mc-input-text-in > input {
    padding-left: 64px;
}

#ad-creation-container .form-group.mc-input-text-in .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 49px;
}

#ad-creation-container .mc-input-text-in.floating-label span.absolute {
    top: 40px !important;
}

#ad-creation-container .mc-input-text-in.floating-label input {
    padding-left: 54px !important;
}

#ad-creation-container .form-control:disabled, #ad-creation-container .form-control[readonly] {
    background: #f6f6f6;
}

#ad-creation-container button.btn.login.btn-success {
    padding: 10px 100px;
    background: #00A538;
    border-radius: 61px;
    margin-top: 20px;
}

#ad-creation-container button.btn.login.btn-success i {
    margin-left: 10px;
}

#ad-creation-container .privacysec {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #7B7B7B;
}

#ad-creation-container button.btn.login.btn-success:hover {
    background: #e21e26;
}
#add-post h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 42px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 20px;
}
div#post-added {
    max-width: 500px;
}

div#post-added h2 {
    padding-top: 150px;
    text-align: center;
    padding-bottom: 20px;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 38px;
/* or 106% */
    text-align: center;
    color: #000000;
}

div#post-added .btn {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
/* identical to box height */
    color: #FFFFFF;
    border-radius: 78px;
    padding: 15px 50px;
    border: 0px;
}

div#post-added .btn:hover {
    background: #000;
}

div#post-added .btn-secondary {
    background: #FEBC01;
}
div#login-model .btn {
    padding: 5px 50px;
    border-radius: 50px;
}

ul#image_ul_set li {
    display: inline-block;
    width: 24%;
    padding: 10px;
}

ul#image_ul_set li img {
    width: 100%;
}
.product-action .action_like:hover, .product-action .action_like.active {
    background: #e21e26;
    color: #fff;
    border-radius: 50%;
}
.product-action .action_like:hover svg path, .product-action .action_like.active svg path{
    fill: #fff;
}
.product-card.col-sm-4 img {
    width: 100%;
    border-radius: 5px;
    max-height: 250px;
}

.product-card.col-sm-4 {
    padding: 10px;
    /* margin: 10px; */
}

.product-row.row {
    margin-top: 15px;
}
.btn-primary:hover {
    background: green;
}
div#cookieConsent {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 20px 10px;
    background: #fff;
    border-top: 1px solid #e3e3e3;
    z-index: 99999999999999;
}
div#cookieConsent .col-sm-8 {
    width: 80%;
    display: inline-block;
}

div#cookieConsent .col-sm-4 {
    width: 19%;
    display: inline-block;
    text-align: right;
}
.feedback-button .btn-theme {
    border-radius: 12px 0px 0px 12px;
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    padding: 16px 19px;
}
.feedback-button {
   position: fixed;
    right: 20px;
    top: 220px;
    transform: rotate(360deg);
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    writing-mode: vertical-lr;
}

@media (max-width: 676px){
    div#cookieConsent .col-sm-8 {
      width: 100%;
    text-align: center;
}

div#cookieConsent .col-sm-4 {
    width: 100%;
    text-align: center;
}
}
.vintage-page-header p {
    color: #fff;
    font-style: normal;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.vintage-page-header .container {
    background: #C04F4F;
    border-radius: 15px;
    padding: 0px 50px 0px 0px;
}
.vinatage-bg{
border-radius: 15px;
}

.vintage-page-header .vintage-heading {
    padding-top: 50px;
    text-align: center;
    margin-bottom: 25px;
}

.vintage-page-header .vintage-heading img {
    max-width: 450px;
}

.vintage-page-header p.uppercase {
    text-transform: uppercase;
}

.vintage-page-header p:last-child {
    margin-bottom:40px;
}
.vintage-page-header .col-sm-5{
    vertical-align: bottom;
    display: inherit;
}
.vintage-page-posts h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.vintage-page-posts h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
    text-align: center;
    margin-bottom: 25px;
    padding-right: 20px;
}


.vintage-page-posts {
    text-align: center;
}

.vintage-subscribe h2 {
    font-style: normal;
    font-weight: 800 !important;
    font-size: 36px !important;
    line-height: 38px !important;
}

.vintage-subscribe h3 {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    margin-top: 20px;
}

.vintage-subscribe input.form-control {
    border-radius: 25px;
}
.macquarie-page-header .container {
    background: #21386D;
    border-radius: 15px;
}

.macquarie-page-header .container .row .col-sm-6:first-child {
    padding-left: 0px;
}

.macquarie-page-header .container .row .col-sm-6:first-child img {
    border-radius: 15px 0 0px 15px;
}
.macquarie-page-header .heading {
    max-width: 494px;
    margin-bottom: 15px;
}

.macquarie-page-header p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin-bottom: 12px;
}

.macquarie-page-header p img, .macquarie-page-header p i {
    max-width: 16px;
    margin-right: 5px;
}

.macquarie-page-header a.btn.btn-primary {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    width: 100%;
    max-width: 450px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    background: #E21E26;
    margin-top: 30px;
}

.macquarie-page-header a.btn.btn-primary img {
    max-height: 16px;
    margin-right: 10px;
    margin-bottom: 3px;
}
.macquarie-page-body img {
    border-radius: 50%;
}

.macquarie-page-body h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 15px;
    text-align: center;
}

.macquarie-page-body p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.macquarie-page-body a {
    margin-top: 20px;
}
.drive-in-header .container {
    background: url('/assets/images/drive-in/header-bg-drivein.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 550px;
}

.drive-in-header h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 76px;
    line-height: 68px;
/* or 89% */
    text-align: center;
    color: #FFFFFF;
}
.drive-in-header p img, .drive-in-header p i {
    height: 16px;
    margin-right: 6px;
}

.drive-in-header p {
    margin-bottom: 12px;
}

.drive-in-header a.btn-theme {
    width: 100%;
    max-width: 400px;
    background: #FEBC01;
    margin-top: 20px;
}

.drive-in-header a.btn-theme img {
    max-height: 14px;
    margin-bottom: 3px;
    margin-right: 10px;
}

.drive-in-header a.btn-theme:hover {
    background: green;
}
img.img-fluid.height468 {
    min-height: 468px;
}
section.drive-in-subscribe .container {
    background: url('/assets/images/drive-in/join-us.png');
    background-repeat: no-repeat;
    background-size: cover;
}

section.drive-in-subscribe {
    margin-top: 50px;
    margin-bottom: 50px;
}

section.drive-in-subscribe h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 52px;
}
section.drive-in-subscribe h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.visitors-info-header .container {
    background-image: url('/assets/images/visitors-info/header-bg.jpg');
        background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 100px;
    /* border-radius: 15px; */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    background-color: #fec841;
    background-position: right;
}
.visitors-info-header span {
    display: table-cell;
}

.visitors-info-header span i {
    margin-right: 15px;
}
.visitors-info-header .container h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 52px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.visitors-info-header .container .mc-border {
    border-bottom: 1px solid #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}
.visitors-info-columns {}

.visitors-info-columns .shopping {
    background-image: url('/assets/images/visitors-info/shoppers-info.jpg');
    background-size: cover;
    padding: 60px;
    padding-left: 311px;
    background-repeat: no-repeat;
    padding-right: 30px;
        background-color: #f79820;
}
.visitors-info-columns .drivein {
    background-image: url(/assets/images/visitors-info/drive-in.jpg);
    background-size: cover;
    padding: 60px;
    padding-right: 311px;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-color: #b2c633;
}
.visitors-info-columns .shopping h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 32px;
    color: #FFFFFF;
}
.visitors-info-columns .shopping .mc-border {
    border-bottom: 1px solid #fff;
    margin-top: 25px;
    margin-bottom: 10px;
}

.visitors-info-columns .shopping .light-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.visitors-info-columns .shopping .prices {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    color: #fff;
}

.visitors-info-columns .shopping .terms {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-top: 20px;
}
.visitors-info-columns .drivein h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 32px;
    color: #FFFFFF;
}
.visitors-info-columns .row {
    display: table;
}

.visitors-info-columns .row .col-sm-6 {
    display: table-cell;
}
.visitors-info-text h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 32px;
    color: #000000;
    text-align: center;
}

.visitors-info-text .mc-border {
    border: 4px solid #e21e26;
    max-width: 100px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.visitors-info-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}
.forestway .container {
    background: url('/assets/images/forestway/col-7-forestway-september-optimized.jpg');
    background-color: #E31F2D;
    background-repeat: no-repeat;
    background-position: left center;
}
.forestway h1 {
   font-family: 'Bebas Neue', sans-serif;
   font-size: 100px;
   font-weight: 400;
   letter-spacing: 10px;
   text-align: center;
}
.forestway h2 {font-size: 27px;font-weight: 300; letter-spacing: 10px;text-align: center;color:#fff;}
.forestway .row {
    padding-top: 50px;
}
.forestway-bottom .container {
    background-image: url(/assets/images/forestway/woman-seller.png) !important;
    background-color: #8D5428 !important;
    background-repeat: no-repeat !important;
    background-position: 20% center !important;
    background-size: contain !important;
}

.forestway-bottom .mc-highligt {
    color: #FDB73A;
}

.forestway-bottom h2 {
    color: #fff;
}

.forestway-bottom h3 {
    color: #fff;
}

.forestway-bottom a.btn-theme {
    background: #FDB73A;
}
.permanent-stallholder-header .container {
    background: #e21e26;
    padding: 50px 100px;
    background-image: url(/assets/images/permanent-stall/permanant_stall_holder.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.permanent-stallholder-header .container h1 {
    color: #fff;
}

.permanent-stallholder-header .container p {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 20px;
}

.permanent-stallholder-header  .application {
    background: #FEBC01;
    margin-bottom: 30px;
}

.permanent-stallholder-header .info {
    background: #E21E26;
}

.permanent-stallholder-header .btn-theme:hover {
    background: green;
}
.permanent-stallholder-coloumns .weather-policy {
    background-color: #FF9F1F;
    background-image: url(/assets/images/permanent-stall/umberalla.png);
}
.permanent-stallholder-coloumns .col-sm-3, .permanent-stallholder-coloumns .col-sm-4{
       background-repeat: no-repeat;
       background-position: right;
       background-size: contain;
       padding:80px 20px 20px 40px;
}
.permanent-stallholder-coloumns .entry-exit {
    background-color: #BED62F;
    background-image: url(/assets/images/permanent-stall/stall_holder.png);
}
.permanent-stallholder-coloumns .additional-vehicles {
    background-color: #4FB0B3;
    background-image: url(/assets/images/permanent-stall/car_half.png);
}
.permanent-stallholder-coloumns .hire {
    background-color: #FFBB02;
    background-image: url(/assets/images/permanent-stall/for_hire.png);
}
.permanent-stallholder-coloumns .holding-fee {
    background-color: #50B5A6;
    background-image: url(/assets/images/permanent-stall/fee.png);
}
.permanent-stallholder-coloumns .rain-checks {
    background-color: #FF9302;
    background-image: url(/assets/images/permanent-stall/weather.png);
}
.permanent-stallholder-coloumns .stallholders-conditions {
    background-color: #EF212B;
    background-image: url(/assets/images/permanent-stall/conditions.png);
}
.permanent-stallholder-coloumns .prohibited-items {
    background-color: #A1B819;
    background-image: url(/assets/images/permanent-stall/message.png);
}
.permanent-stallholder-coloumns .row{
  display: flex;
    flex-wrap: wrap;
}
.permanent-stallholder-coloumns .col-sm-3 h2, .permanent-stallholder-coloumns .col-sm-4 h2{
    color:#fff;
    font-size:25px;
}
.permanent-stallholder-coloumns .col-sm-3 a, .permanent-stallholder-coloumns .col-sm-4 a{
    color:#fff;
    margin-top:15px;
}
.permanent-stallholder-coloumns .col-sm-3 a:hover, .permanent-stallholder-coloumns .col-sm-4 a:hover{
    color:green;
}
.permanent-stallholders-page .row.background {
    background-color: #FF9F1F;
    padding: 60px 60px;
}
.permanent-stallholders-page h1 {
    color: #fff;
    line-height: 42px;
    margin-bottom: 5px;
}
.permanent-stallholders-page .background p {
    color: #fff;
}
.permanent-stallholders-page .row.background {
    background-image: url('/assets/images/wet-weather-policy.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.permanent-stallholders-page .container {
    border: 1px solid #FF9F1F;
}

.permanent-stallholders-page .mc-contents {
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.permanent-stallholders-page .mc-contents p {
    margin-bottom: 15px;
}

.mc-bold {
    font-weight: 700;
}
.entry-exit 
 .background {
    background-image: url(/assets/images/entry-exit.png) !important;
    background-color: #BED62F !important;
}

.entry-exit .container {
    border-color: #BED62F !important;
}
.additional-vichles 
 .background {
    background-image: url(/assets/images/car.png) !important;
    background-color: #4FB0B3 !important;
}

.additional-vichles .container {
    border-color: #4FB0B3 !important;
}
.equipment-hire 
 .background {
    background-image: url(/assets/images/for_hire-1.png) !important;
    background-color: #FFBB02 !important;
}

.equipment-hire .container {
    border-color: #FFBB02 !important;
}
.permanent-stall-holding-fee 
 .background {
    background-image: url(/assets/images/permanent-stall-holding-fee.png) !important;
    background-color: #50B5A6 !important;
}

.permanent-stall-holding-fee .container {
    border-color: #50B5A6 !important;
}

.rain-checks 
 .background {
    background-image: url(/assets/images/rain-checks.png) !important;
    background-color: #FF9302 !important;
}

.rain-checks .container {
    border-color: #FF9302 !important;
}
.stallholder-conditions-of-entry 
 .background {
    background-image: url(/assets/images/stallholder-conditions-of-entry.png) !important;
    background-color: #EF212B !important;
}

.stallholder-conditions-of-entry .container {
    border-color: #EF212B !important;
}
.prohibited-items 
 .background {
    background-image: url(/assets/images/prohibited-items.png) !important;
    background-color: #A1B819 !important;
}

.prohibited-items .container {
    border-color: #A1B819 !important;
}
.casual-stall .container {
    background-color: #4EAFB2;
    background-image: url('/assets/images/casual-stall-banner.png');
}
.casual-stall .additional-vehicles {
    background-color: #187CA1;
}

.casual-wet-weather-policy 
 .background {
    background-image: url(/assets/images/casual-wet-weather-policy.png) !important;
    background-color: #FDA702 !important;
}

.casual-wet-weather-policy .container {
    border-color: #FDA702 !important;
}
.casual-stall-text {
    text-align: center;
}
.casual-stall-text p{
    margin-bottom:10px;
}
.casual-stall-text h2 {
    font-weight:700;
    font-size:29px;
    line-height:32px;
}
.casual-stall-text .mc-border{
    border:4px solid #ccc;
     margin:0 auto;
    margin-top:20px;
    margin-bottom:20px;
    max-width:150px;
}
.red{
    border-color:#E21E26  !important;
}
.yellow{
    border-color:#FEBC01  !important;
}
.casual-stall-text .col-sm-6 {
    padding-left: 50px;
    padding-right: 50px;
}
.casual-stall-colorsblock .yellowbg {
    background: #FEBC01;
}

.casual-stall-colorsblock .redbg, .casual-stall-colorsblock .redbg h3 {
    background: #E21E26;
    color: #fff;
}

.casual-stall-colorsblock .col-sm-6 {
    padding: 40px 80px;
    border: 4px solid #fff;
}

.casual-stall-colorsblock .toptext {
    font-weight:600;
    font-size:19px;
    line-height:22.27px;
}
.casual-stall-colorsblock h3 {
    font-weight:700;
    font-size:29px;
    line-height:32px;
    margin-bottom:15px;
}
.casual-stall-colorsblock p {
    font-weight:400;
    font-size:16px;
    line-height:18.75px;
    margin-bottom:15px;
}

.mc-bold {
    font-weight: 700 !Important;
}

.mc-spaces {
    height: 40px;
}
.casual-wet-weather-policy .mc-contents {
    text-align: left !important;
    max-width: 100% !important;
}

.casual-wet-weather-policy .mc-contents h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
.terms-of-use .background {
    background-image: url('/assets/images/terms-of-use-bg.png') !important;
    background-color: transparent !important;
}
.terms-of-use .bgcolor {
    background-image: url('/assets/images/terms-of-use.png') !important;
}

.terms-of-use .container {
    padding-left: 0px;
    padding-right: 0px;
}

.terms-of-use .mc-contents {
    max-width: 100%;
    text-align: left;
}
.terms-of-use .container {
    padding-left: 0px;
    padding-right: 0px;
    border-color: #dc3537;
}
.privacy-policy .background {
    background-image: url(/assets/images/privacy-policy.png) !important;
}
.indrive-tickets-btn {
    position: fixed;
     left: 0;
    top: 200px;
    z-index: 1;
}

.indrive-tickets-btn:hover img {
    opacity: .80;
}
a.btn-theme.ticketbtn {
    background: #27bf27;
}
.record-fair .container .row {
    border-radius: 15px;
}
.record-fair a.btn-theme {
    width: 100%;
    max-width: 400px;
    background: #FEBC01;
    margin-top: 20px;
}
.record-fair a.btn-theme.ticketbtn {
    background: #27bf27;
}
.record-fair a.btn-theme img {
    max-height: 14px;
    margin-bottom: 3px;
    margin-right: 10px;
}
span#current_address {
    position: absolute;
    right: 25px;
    bottom: 10px;
    cursor: pointer;
    z-index: 9999999;
}

.form-outline.mb-4.col-sm-6.caddress {
    position: relative;
}
.progress-label-left
{
    float: left;
    margin-right: 0.5em;
    line-height: 1em;
}
.progress-label-right
{
    float: right;
    margin-left: 0.3em;
    line-height: 1em;
}
.star-light
{
	color:#e9ecef;
}

.reviews_progressbar p {
    margin-bottom: 10px;
}
div#breadcrumbs li {
    display: inline-block;
    padding-right: 6px;
}

div#breadcrumbs li span {
    padding: 0px 5px;
}

div#breadcrumbs {
    padding-top: 10px;
}
.vintage-page-header a.btn-theme {
    width: 100%;
    max-width: 400px;
    background: #FDB73A;
    margin-top: 20px;
}

.vintage-page-header a.btn-theme img {
    max-height: 14px;
    margin-bottom: 3px;
    margin-right: 10px;
}
.vintage-page-header a.btn-theme:hover {
    background: green;
}
a.btn-theme.ticketbtn {
    background: #27bf27;
}
a.btn-theme.infobtn {
    background: #e21e26;
    border: 2px solid #fff;
}
@media (max-width: 1200px){
    .vintage-page-header .vintage-heading img {
    max-width: 100%;
    }
}
@media (max-width: 676px){
    .vintage-page-header .vintage-heading img {
    max-width: 100%;
    }
    div#review_content {
    margin-top: 10px !important;
}

#review_content .rounded-circle {
    display: none;
}
    .indrive-tickets-btn {
    display:none;
}
    .permanent-stallholders-page .container {
    border: 0px;
}
.casual-stall-colorsblock .col-sm-6 {
    padding: 40px 20px;
}
.permanent-stallholders-page .row.background {
    background-size: 40%;
    background-position: bottom right;
    padding: 20px;
}
    img.img-fluid.height468 {
    min-height: auto !important;
}
.permanent-stallholder-header .container {
    padding: 20px 20px;
    background-image: none;
}

.permanent-stallholder-header .container a {
    font-size: 12px;
}
    .visitors-info-header .container {
    padding: 30px;
    background: #EBAD12;
}
.permanent-stallholders-page .mc-contents {
    padding: 20px 10px;
}
.visitors-info-header .container .col-sm-6 {
    margin-bottom: 10px;
}
.terms-of-use .background {
    background-size: contain !important;
}
.visitors-info-columns .row .col-sm-6 {
    padding: 30px;
    display: block;
    background-image: none;
}
    .drive-in-header .container {
    background: url(/assets/images/drive-in/mobile-banner-drivein.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 860px;
}

.drive-in-header h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 1em;
}

section.drive-in-subscribe .container {
    background: #febd01;
}
    .macquarie-page-header {
    padding-left: 10px;
    padding-right: 10px;
}

.macquarie-page-header .container .row .col-sm-6:first-child img {
    /* border-radius: 0px; */
    width: 100%;
    margin-top: 10px;
    border-radius: 0 0 15px 15px;
}

.macquarie-page-header .heading {
    width: 100%;
    padding-top: 20px;
}

.macquarie-page-body h2 {
    margin-top: 20px;
}

    .vintage-page-header .vintage-heading img {
    width: 100%;
}

.vintage-page-posts .col-sm-4 {
    margin-bottom: 30px;
}

.vintage-subscribe {
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.vintage-subscribe .row {
    background-image: none !important;
}

.vintage-page-header {
    padding-left: 15px;
    padding-right: 15px;
}
.forestway .vintage-heading {
    padding-top: 10px !important;
}
.forestway .container {
    background: url('/assets/images/forestway/col-7-forestway-september-optimized.jpg');
    background-color: #E31F2D;
    background-repeat: no-repeat;
            background-position: bottom;
        background-size: 180%;
}
.forestway h1 {
   font-family: 'Bebas Neue', sans-serif;
   font-size: 65px;
   font-weight: 400;
   letter-spacing: 10px;
   text-align: center;
}
.forestway h2 {font-size: 21px;
        font-weight: 300;
        letter-spacing: 5px;
        text-align: center;
        color: #fff;}
.forestway p img, .forestway a img {
    width: auto !Important;
}
.forestway img.title-image {
    margin-bottom: 20px;
}
.forestway-bottom .container {
    background-image: none !important;
}
.record-fair .container .adjusthmobile {
    min-height: 718px;
    align-items: unset !important;
    background-position: bottom !important;
    background-size: contain !important;
}

section.record-fair .text-image {
    padding-top: 0px !important;
}
.vintage-page-header .container {
    padding: 0px 15px 0px 15px;
}
.vinatage-bg{
border-radius: 0px;
}
}
.alert-info {
 color: #564000;
background-color: #FEBC01;
border-color: white;
margin-bottom: -10px;
 font-weight: 600;
 font-size: 13px;
   text-align: center;
}
 ::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background:#efefef;
}
::-webkit-scrollbar-thumb {
  background: #C41925;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #AF1722;
}

.text-white {
    color: white !important;
}
.cart-btn {
    position: absolute;
    z-index: 9;
    right: 5px;
    top: 180px;
}
/* permanent stallholder form */
.permanent-stallholders-form .background {
    background-image: url('/assets/images/permanent-stallholder-form-bg.png') !important;
    background-size: cover !important;
    border-radius: 15px;
        background-color: #e21f27 !important;
            padding: 0px !important;
    min-height: 200px;
}

.permanent-stallholders-form .container {
    border: 0px;
}
.permanent-stallholders-form .icon-image {
    background-image: url(/assets/images/permanent-stallholder-form-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.permanent-stallholders-form .background h1 {
    padding: 60px 60px;
}
.permanent-stallholders-form {
    max-width: 1024px;
    margin: 0 auto;
}
.permanent-stallholders-form .form-control {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}
.permanent-stallholders-form .btn-theme {
    padding: 10px 50px;
}

.permanent-stallholders-form .btn-theme .fa {
    margin-right: 5px;
}
.permanent-stallholders-policy .icon-image {
    background-image: url(/assets/images/woman-policy.png);
}
.permanent-stallholders-policy .background {
    background-image: none !important;
}
@media (max-width: 676px) {
.permanent-stallholders-form .icon-image {
    background-image:none !important;
}
.permanent-stallholders-form .background {
    border-radius: 0px;
}
.permanent-stallholders-policy h1 {
    font-size: 30px;
    line-height: 30px;
}
.permanent-stallholders-policy .info-card {
    display: block;
            text-align: center;
}
 .permanent-stallholders-policy .info-card img {
        width: 100%;
        max-width:175px;
 }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
    .dropzone .dz-default.dz-message {
        margin-left: 0px;
    }
}
section.download-app-section .container{
    display: none;
}
section.download-app-section{
    background:none !important;
    padding:0px !important;
}
header#header_wrapper .container {
    max-width: 98%;
}