/*
Common Website
*/
:root {
    --font-base: 16px;
    --color-primary: #FF5472;
    --bg-light-pink: #FFEDED;
    --color-dark: #000000;
    --color-light: #fff;
    --spacing-unit: 1rem;
    --max-width: 1200px;
}
@font-face {
    font-family: "Poppins";
    src: url(/fonts/poppins/Poppins-Regular.ttf);
}
*{
    /* font-family: "Poppins"; */
    /* font-style: normal; */
    font-family: 'DM Sans', sans-serif;
}

.form-control {
    border: 1px solid #b3b3b3;
}

.wsg-sec-py {
    padding: 2vw 0;
}


/**
jQuery ui change -
*/

.ui-menu.ui-widget.ui-widget-content {
    /* margin-left: -12px !important; */
    border-top-width: 0 !important;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 12px 8px;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    margin-bottom: 2px;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-active:hover {
    border: none;
    border-bottom: 1px solid #e9e9e9;
    background: #f0f0f0 !important;
    font-weight: normal !important;
    color: initial !important;
    margin: 0 !important;
}


/**
* Header - menu
*/

.ps-btn,
button.ps-btn {
    background-color: #E82E37;
    color: #ffffff;
}

.ps-btn:hover,
button.ps-btn:hover {
    background-color: #E82E37;
}

.header--roms .header__extra span {
    background-color: #E82E37;
}

.header--roms .menu--product-categories {
    display: block;
    margin-right: 20px;
}

.header--roms .menu--product-categories .menu__toggle:hover:before {
    background-color: #E82E37;
}

.header--roms .ps-form--quick-search {
    /* width: 600px; */
    width: 750px;
    margin-top: 5px;
}

.header--sticky .ps-form--quick-search {
    margin-top: 5px;
}

.header--roms .ps-form--quick-search button {
    background-color: #E82E37;
    color: #ffffff;
}

.header--roms .ps-form--quick-search .form-group--icon {
    border: 1px solid #E82E37;
    /* min-width: 80px; */
    min-width: 160px;
    border-radius: 0;
    margin-right: 15px;
}

.header--roms .ps-form--quick-search .form-group--icon select {
    height: 35px;
    cursor: pointer;
    border: none;
}

.header--roms .ps-form--quick-search input {
    border: 1px solid #E82E37;
    /* border-left: none; */
    height: 37px;
}

.header--roms .ps-block--header-hotline p {
    color: #000;
}

.header--roms .header__top {
    background-color: #ffffff;
}


/* .header--roms .navigation {
  background-color: #ffffff;
}  */

.header--roms .menu>li>a {
    color: #fff;
    padding: 15px 15px;
}


/* .header--roms .menu > li > a:hover {
  color: #E82E37;
} */

.header--roms.header--sticky .menu--product-categories .menu__toggle span {
    display: block;
}

.header--roms.header--sticky .header__top {
    border-bottom: 1px solid #e1e1e1;
}

.header--mobile.roms {
    background-color: #fff;
}

.header--mobile.roms .ps-cart--mini {
    text-align: left;
}

.header--mobile.roms .ps-search--mobile {
    background-color: #E82E37;
}

.header--mobile.roms.header--sticky .navigation--mobile {
    background-color: #ffffff;
}

.ps-panel--sidebar .ps-panel__header {
    background-color: #E82E37;
}


/**
* Home Banner
*/

.ps-banner--roms {
    position: relative;
}

.ps-banner--roms h4 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #0098ce;
}

.ps-banner--roms h3 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2em;
}

.ps-banner--roms h3 strong {
    font-weight: 600;
    color: #669900;
}

.ps-banner--roms .ps-btn {
    margin-top: 20px;
    padding: 12px 24px;
}

.ps-banner--roms .ps-banner__content {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-left: 140px;
}

@media (max-width: 1680px) {
    .ps-banner--roms h4 {
        margin-bottom: 10px;
    }
    .ps-banner--roms h3 {
        font-size: 40px;
        line-height: 1.2em;
    }
}

@media (max-width: 1366px) {
    .ps-banner--roms h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .ps-banner--roms h3 {
        font-size: 40px;
    }
    .ps-banner--roms h3 br {
        display: none;
    }
}

@media (max-width: 1199px) {
    .ps-banner--roms {
        min-height: 400px;
    }
    .ps-banner--roms img {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    .ps-banner--roms .ps-banner__content {
        padding: 0 30px;
    }

}

@media (max-width: 479px) {
    .ps-banner--roms h3 {
        font-size: 24px;
    }
    .ps-banner--roms p {
        font-size: 12px;
    }
}

.menu--product-categories .menu__toggle span,
.menu--product-categories .menu__toggle i {
    color: #fff;
}

.navigation__extra>li a {
    color: #fff;
}

.navigation__extra>li:after {
    background-color: #fff;
}

.menu--dropdown>li:hover>a,
.menu--dropdown>li>a:hover {
    color: #fff;
}

.header--sticky .menu--product-categories .menu__toggle span,
.header--sticky .menu--product-categories .menu__toggle i {
    color: #000;
}

.header--roms .ps-form--quick-search input:focus {
    border: 1px solid #E82E37;
}

.header--roms .header__extra:hover span i {
    color: #fff;
}

.form-group--icon i {
    font-size: 10px;
}

span.wsg-serach-label {
    background-color: #ffffff;
    padding: 5px 6px;
    font-size: 11px;
    position: absolute;
    left: 5px;
    top: -15px;
}

.form-group-keyword {
    position: relative;
}

.header--photo .ps-logo img {
    margin-top: 8px;
}


/*
Home New changes -
*/

.roms--home-call {
    background-color: #E82E37;
}

.roms--home-call-left {
    display: inline-block;
    padding: 15px 0;
}

.roms--home-call-right {
    /* display: inline-block; */
    float: right;
}

.roms--home-call-left h4 {
    margin-bottom: 0;
    color: #fff;
}

.roms--home-call-right a {
    border: 1px solid #ffffff;
    padding: 5px 15px;
    color: #ffffff;
    margin-top: 9px;
    display: block;
    font-size: 15px;
    font-weight: 600;
}

#homepage-1 .ps-top-categories {
    padding: 40px 0 50px;
}

.roms--home-section-steps {
    padding: 50px 0;
}

.roms--home-section-steps .ps-section__header {
    padding-bottom: 40px;
}

.roms--home-section-steps .ps-block--vendor-milestone:last-child {
    padding-bottom: 0;
}

.roms--home-section-download-app {
    padding: 50px 0;
    text-align: center;
}

.roms--home-section-download-app h2 {
    color: #000;
    text-transform: uppercase;
}

.roms--home-section-download-app p {
    font-weight: 600;
    font-size: 16px;
}

.roms--home-section-download-app p.download-link img {
    padding: 10px;
}


/**
  * Footer
 */

.ps-footer {
    background-color: #f3f3f3;
}

.ps-footer__links {
    padding: 30px 0;
}

.widget {
    margin-bottom: 0px;
}

.ps-footer__copyright {
    padding: 15px 0;
}


/**
* About page
*/

.ps-about-intro {
    padding: 40px 0;
}

.ps-about-intro .ps-section__header h4 {
    margin-bottom: 40px;
}

.ps-about-intro .ps-section__header {
    max-width: 100%;
    margin: 0 auto 50px;
}

.ps-about-awards {
    padding: 60px 0;
}

.ps-about-awards .ps-section__header {
    max-width: 100%;
}

.ps-block--ourteam:before {
    background-color: rgba(3, 84, 84, 0.65);
}

.ps-our-team .ps-section__header {
    padding-left: 0px;
    padding-bottom: 30px;
}

.ps-our-team {
    padding: 60px 0;
}


/**
* contact page
*/

.ps-contact-info {
    padding: 40px 0;
}

.ps-block--store .ps-block__author .ps-block__user {
    height: 20px;
    width: 20px;
}

.roms--store-item.ps-block--store h4 {
    margin-bottom: 0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ps-product .ps-product__price.sale {
    text-align: center;
}

.roms-store-categories {
    margin-top: 30px;
}

.widget--vendor {
    border-bottom: none;
}

.ps-product .ps-product__title {
    font-size: 20px;
    line-height: 1.5em;
    color: #000;
    /* max-height: calc(1.5em * var(--max-lines)); */
}

.ps-shopping-cart .ps-section__cart-actions .ps-btn--outline {
    border-color: #E82E37;
    color: #fff;
}

.ps-table--shopping-cart thead tr th {
    text-align: left;
}

.ps-shopping-cart .ps-section__footer .ps-btn--outline {
    border-color: #E82E37;
    color: #fff;
    border-radius: 0;
}

.roms--nocart-items {
    text-align: left;
    font-size: 20px;
}

.ps-table--shopping-cart tbody tr td {
    padding: 20px 20px;
}

.ps-product--cart .ps-product__content a {
    font-size: 15px;
    font-weight: 600;
}

.header--photo {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 999;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    transform: translate(-50%, -0%);
    background-color: #fff;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
}

.header--photo .header__extra span {
    background-color: #E82E37;
}

.header--photo .ps-block--user-header .ps-block__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.header--photo .header__language {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.header--photo .header__language .select2 {
    width: auto;
    max-width: 105px;
}

.header--photo .header__language .select2 .select2-selection {
    border: none;
    background-color: transparent;
}

.header--mobile .header__language {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.header--mobile .header__language .select2 {
    width: auto;
    max-width: 105px;
}

.header--mobile .header__language .select2 .select2-selection {
    border: none;
    background-color: transparent;
}

.header--photo .header__language .select2 .select2-selection .select2-selection__rendered {
    padding-left: 10px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.header--photo .header__content {
    display: -webkit-box;
    /* display: flex; */
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    margin-right: 35px;
}

.header--photo.header--sticky {
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px #e0e0e0;
}

.header--mobile .navigation--mobile {
    padding: 21px 15.72px 21px 15.72px;
}

@media (min-width: 1440px) {
    .header--photo {
        padding: 0px 60px;
    }
}

@media (max-width: 1199px) {
    .header--photo {
        display: none;
    }
}

.header--mobile-photo {
    background-color: #fff;
}

.header--mobile-photo.header--sticky .navigation--mobile {
    background-color: #fff;
}

.ps-panel--sidebar .ps-panel__header {
    background-color: #E82E37;
}

#homepage-photo .ps-btn {
    background-color: #E82E37;
    color: #fff;
}
#section2{
    background-color:rgb(217, 240, 248);
    height: 492px;

    text-align: center;
    padding-top: 8rem;
}
#homepage-photo .ps-btn:hover {
    color: #fff;
    background-color: #E82E37;
}

#homepage-photo .ps-product--photo .ps-product__actions li a:hover {
    color: #fff;
}

#homepage-photo .ps-home-testimonial .ps-block--testimonial-bg {
    height: 400px;
}

@media (min-width: 992px) {
    #homepage-photo .ps-home-testimonial .ps-section__wrapper {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
    }
    #homepage-photo .ps-home-testimonial .ps-section__wrapper>* {
        width: 100%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    #homepage-photo .ps-home-testimonial .ps-block--testimonial-bg {
        height: 520px;
    }
    .pac-container {
        top: 428px !important; /* Or adjust more */
    }

}

@media (min-width: 1600px) {
    #homepage-photo .ps-home-testimonial .container {
        max-width: 1440px;
    }
}

#homepage-photo .ps-home-media {
    padding: 60px 15px;
}

#homepage-photo .ps-home-media ul.ps-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
}

#homepage-photo .ps-home-media ul.ps-list li {
    margin-right: 25px;
    margin-bottom: 10px;
}

#homepage-photo .ps-home-media ul.ps-list li:last-child {
    margin-right: 25px;
}

#homepage-photo .ps-home-media .ps-section__header {
    padding-bottom: 30px;
}

#homepage-photo .ps-home-media .ps-section__footer {
    padding-top: 70px;
    padding-bottom: 80px;
}

#homepage-photo .ps-home-media .ps-section__footer .ps-section__morelink {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 600;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid #d0d0d0;
}

@media (min-width: 1200px) {
    #homepage-photo .ps-home-media .ps-section__footer {
        padding-top: 100px;
        padding-bottom: 130px;
    }
}

@media (min-width: 1366px) {
    #homepage-photo .ps-home-media {
        padding: 60px;
    }
    #homepage-photo .ps-home-media .ps-section__header {
        padding-bottom: 40px;
    }
}

#homepage-photo .ps-home-search {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 640px;

}

.homepage-photo .ps-home-search {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 625px;

}

#homepage-photo .ps-home-search p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.2em;
}

#homepage-photo .ps-home-search h3 {
    color:#3E5250;
}

#homepage-photo .ps-home-search h5 {
    font-size: 14px;
    position: absolute;
    bottom: 40px;
    left: 30px;
    font-weight: 400;
}

#homepage-photo .ps-home-search h5 a {
    text-decoration: underline;
}

#homepage-photo .ps-home-search .ps-section__wrapper {
    position: relative;
    width: 100%;
    max-width: 780px;
    text-align: center;
    margin: 0 auto;
}

#homepage-photo .ps-home-search .ps-section__wrapper_market {
    position: relative;
    width: 100%;
    max-width: 1040px;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 768px) {
    #homepage-photo .ps-home-search h3 br {
        display: none;
    }
    .icon-mobile{
        max-width: 10rem;
        padding: 1.8rem;
        max-height: 9rem;
        margin-bottom: 0.5rem
    }

}

@media (min-width: 992px) {
    #homepage-photo .ps-home-search h5 {
        left: 80px;
    }
}

@media (min-width: 1440px) {
    #homepage-photo .ps-home-search {
        padding: 0 12.7%;
    }
}

#homepage-photo .ps-home-share-work {
    padding-top: 60px;
}

#homepage-photo .ps-home-share-work .ps-block--icon {
    max-width: 280px;
    margin-bottom: 40px;
}

#homepage-photo .ps-home-share-work .ps-section__header {
    padding-bottom: 60px;
    text-align: center;
}

#homepage-photo .ps-home-share-work .ps-section__header p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
}

#homepage-photo .ps-home-share-work .ps-section__header h3 {
    font-size: 24px;
}

#homepage-photo .ps-home-share-work .ps-section__wrapper {
    max-width: 700px;
}

#homepage-photo .ps-home-share-work .ps-section__left {
    padding: 50px 30px 0;
}

#homepage-photo .ps-home-share-work .ps-section__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-flow: column-reverse wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

#homepage-photo .ps-home-share-work .ps-section__footer {
    padding-top: 36px;
}

@media (max-width: 991px) {
    #homepage-photo .ps-home-share-work .ps-section__left {
        text-align: center;
    }
    #homepage-photo .ps-home-share-work .ps-section__left img {
        max-height: 350px;
    }
    .mobile-mb{
        margin-bottom: 10px;
    }

}

@media (min-width: 992px) {
    #homepage-photo .ps-home-share-work .ps-section__left {
        padding-top: 0;
    }
    #homepage-photo .ps-home-share-work .ps-section__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
    }
}

@media (min-width: 1200px) {
    #homepage-photo .ps-home-share-work {
        padding-top: 100px;
    }
    #homepage-photo .ps-home-share-work .ps-block--icon {
        margin-bottom: 60px;
    }
    #homepage-photo .ps-home-share-work .ps-section__right {
        padding-left: 50px;
    }
    #homepage-photo .ps-home-share-work .ps-section__header {
        padding-bottom: 80px;
    }
    #homepage-photo .ps-home-share-work .ps-section__header h3 {
        font-size: 40px;
    }
    #homepage-photo .ps-home-share-work .ps-section__content {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    #homepage-photo .ps-home-share-work .ps-section__content>* {
        width: 100%;
        max-width: 50%;
    }
}

@media (min-width: 1366px) {
    #homepage-photo .ps-home-share-work {
        padding-top: 140px;
    }
    #homepage-photo .ps-home-share-work .ps-section__header {
        padding-bottom: 110px;
    }
    #homepage-photo .ps-home-share-work .ps-section__right {
        padding-left: 70px;
    }
}

#homepage-photo .ps-home-blog {
    background-color: #efefef;
}

@media (min-width: 1200px) {
    #homepage-photo .ps-home-blog {
        padding-top: 120px;
    }
}

@media (min-width: 1366px) {
    #homepage-photo .ps-home-blog {
        padding-top: 170px;
    }
}

#homepage-photo .ps-home-brands {
    background-color: #efefef;
    padding: 60px 0;
}

#homepage-photo .ps-home-brands .ps-section__header {
    text-align: center;
    padding-bottom: 60px;
}

#homepage-photo .ps-home-brands .ps-section__header h3 {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.2em;
    color: #000;
}

#homepage-photo .ps-home-brands .ps-section__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}

#homepage-photo .ps-home-brands .ps-section__content>a {
    width: 100%;
    max-width: 33.333%;
    padding: 10px 20px;
}

@media (min-width: 480px) {
    #homepage-photo .ps-home-brands .ps-section__content>a {
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    #homepage-photo .ps-home-brands .ps-section__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
    }
    .driver-guide-tb{
        display: block !important;
    }


}

@media (min-width: 1200px) {
    #homepage-photo .ps-home-brands {
        padding: 80px 0 130px;
    }
    #homepage-photo .ps-home-brands .ps-section__header {
        padding-bottom: 80px;
    }
    #homepage-photo .ps-home-brands .ps-section__header h3 {
        font-size: 36px;
    }
}

@media (min-width: 1366px) {
    #homepage-photo .ps-home-brands .ps-section__header {
        padding-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    #homepage-photo .container-fluid {
        max-width: 1170px;
    }
}

@media (min-width: 1680px) {
    #homepage-photo .container-fluid {
        padding: 0 135px;
        max-width: 100%;
    }
}


/* Homepage */

#homepage-1 .ps-site-features {
    padding-bottom: 40px;
    padding-top: 40px;
}


/* Crousal Slider  */

.ps-vendor-best-seller .ps-section__header h3 {
    font-size: 2.5rem;
}

.wsg-slider .wsg-slide-item {
    margin-bottom: 10px;
}

.wsg-slider .wsg-slide-item {
    position: relative;
    border: 1px solid transparent;
    max-width: 400px;
}

.wsg-slide-item .wsg-slide-item__thumbnail {
    position: relative;
    overflow: hidden;
}

.wsg-slide-item .wsg-slide-item__thumbnail img {
    width: 100%;
}

.wsg-slide-item .wsg-slide-item__container {
    padding-top: 10px;
}

.wsg-slide-item .wsg-slide-item__title {
    margin: 0;
    display: block;
    --max-lines: 2;
    overflow: hidden;
    padding-right: 1rem;
}

.wsg-slide-item .wsg-slide-item__title {
    max-height: calc(1.5em * var(--max-lines));
}


/* Home slider section start */

.ps-form--photo-search .form-group--icon input {
    border-radius: 0px;
}

.ps-form--photo-search input,
.ps-form--photo-search select {
    background-color: #fff;
}

.ps-form--photo-search button {
    position: absolute;
    right: 10px;
    background-color: transparent;
    border: none;
}

.ps-form--photo-search .form-group--icon i {
    left: 15px;
}


/* .ps-form--photo-search .form-group--icon i {
    right: 20px;
    left: auto;
    font-size: 12px;
    color: #000;
} */


/* Home slider section end */


/* Checkout Page start */

.ps-section--shopping {
    padding: 20px 0;
}

.ps-block--shopping-total {
    background-color: #f9f9f9;
}

.ps-block--shopping-total .ps-block__header {
    border-bottom: none;
}


/* checkout Page end */


/* Order confirmation page start */

.order-confirmation-content i {
    font-size: 8rem;
    margin-bottom: 20px;
    padding: 10px;
}

.order-confirmation-content.error i {
    color: #ff0000;
}


/* Order confirmation page end */


/* Login page start */

.ps-my-account {
    min-height: 100%;
}

.ps-form--account {
    padding-top: 10px;
}

.ps-my-account .ps-tabs {
    padding: 30px 0 70px;
}

.ps-form--account .ps-list--social li a {
    color: #fff;
}

.ps-form--account .ps-list--social {
    display: -webkit-box;
    display: block;
}

.ps-form--account .ps-list--social li {
    margin-bottom: 15px;
}


/* Login page end */


/* Dashboard start */

.ps-block--vendor .ps-block__container p strong {
    font-weight: 700;
}

.ps-store-list .ps-store-link ul li a {
    color: #12090a;
}

.roms--user-forms label {
    position: absolute;
    top: -8px;
    left: 25px;
    background: #fff;
    padding: 2px 7px;
    font-size: 13px;
    z-index: 9;
}

.roms--myorders table.table thead tr th {
    font-weight: 600;
}

.roms--orderdetails-link {
    font-weight: 600;
}

.roms--front-pagination .pagination .page-item.disabled .page-link {
    padding: 0 14px;
    position: relative;
    display: inline-block;
    z-index: 30;
    color: #999;
    line-height: 32px;
    border: none;
    background-color: #f5f5f5;
    color: #000;
    vertical-align: middle;
    font-size: 14px;
}

.roms--front-pagination .pagination .page-item.active .page-link {
    padding: 0 14px;
    position: relative;
    display: inline-block;
    z-index: 30;
    color: #999;
    line-height: 32px;
    border: none;
    background-color: #E82E37;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
}

.roms--front-pagination .pagination .page-item .page-link:hover {
    color: #fff;
}


/* Dashboard end */


/** Search page start */

.roms--search-page-query {
    font-size: 15px;
}


/** Search page end */

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    margin: auto;
}


/* Safari */

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

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


/* Media queries */


/* Small device medias */

@media (max-width: 480px) {
    /* .ps-form--photo-search .ps-form__content {
        -webkit-box-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
    }
    .form-group{
        margin-bottom: 1rem;
    }
    .ps-form--photo-search .form-group--icon
     {
        margin-bottom: 20px;
    }

    .ps-form--photo-search button {
        width: 100%;
        position: relative;
        right: 0;
        background: #E82E37;
    }
    .ps-form--photo-search button .fa.fa-paper-plane{
        color: #fff;
    } */
    .header--mobile .header__actions>* {
        margin-right: 0px;
    }
}

@media (max-width: 1199px) {
    .ps-page--single {
        margin-top: 0;
    }
    /* .roms--home-call
    {

    } */
    .roms--home-call .roms--home-call-left {
        display: block;
        text-align: center;
    }
    .roms--home-call .roms--home-call-right {
        float: none;
        text-align: center;
        display: block;
    }
    .roms--home-call .roms--home-call-right a {
        display: inline-block;
        margin-bottom: 20px;
    }
    .ps-store-list.roms--dashboard .ps-section__wrapper {
        flex-flow: column-reverse;
    }
    .ps-store-list.roms--dashboard .ps-section__wrapper .ps-section__left {
        margin: 0 auto 30px;
        max-width: 300px;
    }
}

@media (min-width: 1200px) {
    /*
    .table-responsive.roms--myorders {
        overflow-x: auto;
    }
    .ps-store-list.roms--dashboard .ps-section__right
    {
          max-width: 900px;
    }
    */
}

.pac-target-input {
    background: #fff;
}

.ps-section__nav {
    float: right;
    display: inline-block;
}

.ps-block--user-header a {
    color: #000;
}

.header--photo .header__extra span {
    background-color: #E82E37;
}

.ps-form--photo-search .form-group--icon input {
    height: 56px;
    border-radius: 4px;
}

a.navigation__item.ps-toggle--sidebar i {
    font-size: 32px;
    font-weight: bold;
    margin-top: 4px;
    display: block;
}

a.navigation__item i {
    font-size: 26px;
    font-weight: bold;
    margin-top: 4px;
    display: block;
}

.ps-slider__title {
    width: 50%;
    display: inline-block;
    margin: 0;
}

.user-current-address {
    cursor: pointer;
}
.user-current-address-mPickup {
    cursor: pointer;
}

.btn-primary {
    background-color: #E82E37;
    border-color: #E82E37;
    border: 0;
    color: #ffffff !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #E82E37;
    border-color: #E82E37;
}

.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
    border: 0;
    color: #212121;
}

.btn-primary:hover {
    background-color: #E82E37;
    border-color: #E82E37;
}

.social {
    padding: 5px;
    font-size: 25px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}

.social:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: #fff;
}

.fa-twitter {
    background: #55ACEE;
    color: #fff;
}

.fa-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
    color: #fff;
}

.footypes .select2-selection {
    border: 1px solid #b3b3b3;
    height: 50px;
}

.select-foodtype .select2-container {
    border: 1px solid #b3b3b3;
    height: 50px;
}

.lesslink,
.morelink {
    cursor: pointer;
}

.ps-disable {
    background: grey;
    pointer-events: none;
}

a.ps-btn.ps-disable {
    color: #fff;
}

.ps-disable:hover {
    background: grey;
}

.content {
    padding: 16px;
}

.category-menu {
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 2.7rem;
    text-transform: capitalize;
    padding-top: 2rem !important;
    padding-bottom: 1.5rem;
}

.sticky+.content {
    padding-top: 60px;
}

.resturants .ps-section__nav {
    margin-right: 0px;
}

.label {
    display: inline-block;
    padding-left: 15px;
    text-indent: -15px;
    line-height: 14px
}

.checkbox_input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}



.bg-lamp {

    background-image: url("../images/lamp.png");
}

.ps-home-search .ps-section__header {
    max-width: 800px;
    position: relative;
    margin: auto;
}
.ps-section__header.homepage{
    max-width: 550px;
}
.image-shadow-wrapper {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.image-shadow-wrapper::after {
    content: "";
    position: absolute;
    bottom: -20px;
    /* adjust spacing below the image */
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    /* adjust width to spread the shadow */
    height: 60px;
    /* height of the shadow */
    background: radial-gradient(50% 50% at 50% 50%, rgba(19, 19, 19, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

/* Responsive*/

@media (min-width: 769px) {
    .address-btn {
        padding-top: 23px;
    }
    .ps-home-search .ps-section__header {
        max-width: 800px;
    }
    .ps-section__header.homepage{
        max-width: 450px;
    }

    .notfordesktop {
        display: none;
    }
    .resturant-banner {
        height: 420px;
    }
    .flex-container {
        display: flex;
    }
    .main-content-profile {
        min-height: 68px;
    }
    .name-profile {
        padding-top: 11px;
        padding-left: 28px;
    }
    .main-content-profile.addresses {
        border: 1px solid #E0E0E0;
        padding: 6px;
        margin-top: 13px;
    }
    .roms--order-detail {
        width: 40vw;
    }
    .order-details {
        max-width: 30vw;
    }
    .main-order-details {
        margin-top: 40px;
    }
    .ps-store-list .ps-section__right {
        margin-bottom: 50px;
        /* background-color: white; */
        margin-left: 16px;
    }
    .menu-icon {
        margin-left: 35px;
    }
    .ps-form--photo-search .form-group--icon input {
        height: 56px;
        border-radius: 4px;
    }
    .ps-form--photo-search .form-group--icon input {
        border-radius: 0px;
    }
    .ps-form--photo-search .form-group--icon input {
        background-color:#e0e0e0;
        border: none;
        height: 60px;
        padding-left: 50px;
        border-radius: 6px 6px 6px 6px;
        color: var(--color-dark);
        font-size: 17px;
        padding-right: 41px;
    }

    #address-haulaway input{
        background-color:#FFFFFF;
        border: none;
        height: 60px;
        padding-left: 43px;
        color: #B0ADAD;
        font-size: 15px;
        padding-right: 41px;
        border-radius: 0;
    }

    .b-right{
        border-right: 4px solid #FFFFFF;
      }
      .h-159{
        height: 75px;
      }
      .m-auto-lg{
         margin: auto!important;
      }
      .mx-w500{
        max-width: 500px;
        width: 100%;
      }
      #homepage-photo .bg-home{
        background-image: url("../images/bg-haul@2x.png");
        background-size: cover;
        background-position: center;
        height: 640px;
        width: 100%;
    }
    .ps-home-search.bg--cover {

        background-image: url("../images/heroImage.jpg");
        /*box-shadow:  inset 0 0 0 1000px rgb(191 45 65 / 71%);*/
    }
}


/* TAB portrate*/

@media (max-width: 991px) {
    #homepage-photo .ps-home-search {
        min-height: 450px;
        margin-top: -25px;
    }
}

.form-group--icon input.form-control {
    padding-right: 45px; /* space for send button */
    padding-left: 55px;  /* space for location icon */
  }
/* TAB*/

@media (max-width: 768px) {
    .resturant-banner {
        height: 300px;
    }
    .ps-form--photo-search .ps-form__content {
        padding-bottom: 0px;
    }
    .ps-form--photo-search .form-group--icon i {
        left: 20px;
    }
    .ps-home-search .ps-section__header {
        margin-left: 15px;
        max-width: 100%
    }
    #homepage-photo .ps-home-search {
        min-height: 102px;
        /* padding-top: 21px; */
        top: 4rem;
    }
    /*search marketplaces*/
    #homepage-photo .mp-market{
        padding-top: 9px;
        margin-top: 0px;
    }

    .ps-form--photo-search button {
        right: 7px;
    }
    .ps-home-search.ps-section__header {
        max-width: 100%;
    }
    .onlydesktop {
        display: none;
    }
    .onlysection{
        padding-top: 79px;
    }

    .flex-container {
        display: block;
    }
    .mobile-inline-block {
        display: inline-block;
    }
    .edit-profile-btn-mobile {
        float: left;
    }
    .profile-data {
        text-align: center;
    }
    .main-content-profile {
        min-height: 36px;
        margin-left: 5px;
    }
    .my-container.ps-container {
        padding: 0;
    }
    .name-profile {
        padding-top: 11px;
    }
    .ps-store-list.roms--dashboard .ps-section__wrapper {
        background-color: white;
    }
    .sign-out-mbl {
        position: absolute;
        padding-left: 22px;
    }
    .modal-content {
        border: none;
    }
    .modal {
        width: 100%;
        padding-top: 53px;
        background-color: white;
    }
    .address-btn {
        padding-top: 0px;
    }
    .roms--order-detail {
        width: 100%;
    }
    .order-detail-left {
        margin-top: 22px;
    }
    .ps-form--photo-search .form-group--icon input {
        background-color: #fff;
        border: none;
        height: 60px;
        padding-left: 54px;
        border-radius: 6px 0 0 6px;
        color: #000000;
        font-size: 17px;
        padding-right: 45px;
        border: 2px solid var(--color-primary);
    }
    .bg-white-mobile{
        background: #FFFFFF;
    }
    /*
        * Common page
        */
    .profile-data {
        margin-top: 14px;
    }
    .alert.alert-danger.mb-4 {
        margin-top: 11px;
        margin-right: 10px;
    }
    /* .ps-form--photo-search .form-group--icon input {

            max-width: 80vw;
        } */
        .ps-home-search.bg--cover {
            box-shadow:  inset 0 0 0 0 rgb(191 45 65 / 71%);
        }
        .text-center-mobile{
            text-align: center;
        }
        .p12-mobile{
            padding: 19px;
        }
        .flex-container > div {
            margin: 5px;
            padding: 12px;
        }
        .b-right{
            border-bottom: 4px solid #FFFFFF;
          }
          .pl-40{
            padding-left: 0px;
        }
        .flex-column-mob{
            flex-direction: column;
        }
        .conten-box img{
            height: 79px;
            width: 75px;
        }
        .mt-mobile{
             margin-top: 6px;
        }
        .flex-sm-column{
            flex-direction: column !important;
        }
        .form-centered {
            position: absolute;
            top: 38px;
            transform: translate(0, -50%);
            left: 0%;
            width: 100%;
        }
        .cols-haul {
            min-height: 63px;
        }
        .bg-haul{
            background: #fff;
        }

}
@media (min-width: 767px) {
    .flex-sm-column{
        flex-direction: row !important;
    }



}

@media (max-width: 767px) {
    #homepage-photo .height_mobile{
        min-height: 169px;
    }
    #marketplaces .flex-columns{
        flex-direction: column;
    }
    #marketplaces .d-mobile-flex{
        display: flex;
    }
    #marketplaces .border-7{
        border-radius: 7px;
    }
    #marketplaces .mr-4px{
        margin-right: 1.5rem!important;
    }
    #marketplaces .ml-4px{
        margin-left: 0.5rem!important;
    }
    .mt-1rem{
        margin-top: 1rem;
    }
    .send-marketplaces{
        top: 111px;
        width: 70px;
        height: 40px;
        border-radius: 14px;

    }
    #marketplaces button{
        right: 10px;
    }
    .search-market{
        height: inherit;
    }
    #marketplaces input{
        margin-left: 6px;
    }
    #marketplaces form{
        width: 100%;
    }
    .driver-guide-ss{
        padding-top: 2rem;
        display: flex !important;
        justify-content: center;
    }



}


/* mobile*/

@media (max-width: 479px) {
    .ps-form--photo-search button {
        bottom: 15px;
    }
    .mt-21 {
        margin-top: 21px;
    }
    .form-centered .ps-form--photo-search button {
        bottom: 5px;
    }
    .howitwork-h{
        padding-left :20px;
        padding-top :20px;
        min-height: 300px;
    }
}

.ps-section__footer {
    padding-top: 34px;
}

.ps-section__wrapper {
    margin-top: 30px;
}

.bootstrap-datetimepicker-widget {
    width: 30vh;
}

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

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.allbox{
    text-align: center;
}
.boxs{
    background-color: white;
    border-radius: 2rem;
    width: 248px;
    height: 196px;
    float: left;
    margin: 10px;
    margin-top: 4rem;
    margin-left: 7rem;
    padding: 5rem;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -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: #2196F3;
}

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

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


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

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

.driver-top-online {
    margin-top: 5px;
}

.ps-block--icon-box img {
    margin-bottom: 30px;
}

.border-red {
    border: 1px solid #F05B62;
}

p{
    color: #808080;
}
.bg-red{
    background: #D52340;
    opacity: 0.84;
}
.filter-color{
    filter: brightness(10.25);
}
.pd-10{
    padding: 10px;
}

.question-sec {
    margin: 10px 20px;
    padding: 16px;
    flex:1;
}
ul.wherelist li {
    color: red;
    font-size: 16px;
    font-weight: 600;
}


@media screen and (max-width: 1040px) and (min-width: 900px) {
    .flexcolumns {
        display: flex;
        flex-direction: column;
    }
    .Servies-text {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #000000;
        letter-spacing: 0px;
    }
    .Servies-box {
        background: #FFFFFF;
        box-shadow: 0px 0px 9px rgb(0 0 0 / 25%);
        border-radius: 18px;
        border: 2px solid #d1d0d0;
        padding: 15px;
        min-height: 100%;
    }
  }
  @media screen and (max-width: 991px) and (min-width: 619px) {
    .mx-wd-50{
        max-width: 50%;
    }

  }
  @media screen and (min-width: 1040px) {
    .m5 {
        margin-top: 5rem;
    }
    .mt-large-5 {
        margin-top: 3rem!important;
    }


  }
  .b-0{
    border-radius: 0px !important;
  }
  .bold{
    font-weight: bold;
  }
  .h-100{
    height: 100%;
  }
  .btn-uncheck{
    color: #fff;
    background-color: black;
    border-color: black;
    opacity: 0.5;
  }
  .mx-w-1000{
        max-width: 1000px;
  }
  .mx-120{
    max-width: 120px;
  }
  .ps-overflow-wrap{
    max-width: 70%;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .prod-options{
    border-radius: 12px;
    border: 1px solid #dcdcdc;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    background: #e82e3740;
  }
