.video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* send behind other content */
}

/* 3. Make video cover the container */
.video-bg video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.navigation {
    background: #f6b746;
}

.header .menu--product-categories .menu__toggle span {
    font-weight: 400;
}

.ps-product .ps-product__title {
    height: 100px;
}

.ps-newsletter {
    /*background: linear-gradient(6deg, #f6b74626, #f2f2f2);*/
}

.ps-newsletter .form-group--nest input {
    color: black;
}

.ps-form--newsletter .form-group--nest button {
    background: #f6b746;
    color: black;
}

.widget_contact-us .widget_content h3 {
    color: #f6b746;
}


.current-menu-item a {
    /*font-weight: bold;*/
}

#homepage-1 .ps-home-banner {
    padding-top: 0px;
}

#homepage-1 .ps-home-banner .owl-slider {
    /*border-radius: 10px;*/
}

.ps-collection img {
    /*border-radius: 10px;*/
}

.header .header__extra > i {
    font-weight: normal;
}

.header .ps-form--quick-search {
    border: 1px solid black;
    border-radius: 5px;
}


.header .ps-form--quick-search button {
    background: transparent;
    background-size: 200% 200%;
    color: black;
    font-weight: 400;
    cursor: pointer;
}

#homepage-1 .ps-home-banner .owl-slider .ps-banner img{
    max-height: 470px;
}


.header .ps-form--quick-search button .icon-magnifier {
    font-size: 18px;
    font-weight: bold;
}

.ps-btn,
button.ps-btn {
    background: #f6b746;
    background-size: 200% 200%;
    color: black;
    font-weight: 400;
    cursor: pointer;
}

/*.ps-btn:hover,*/
/*button.ps-btn:hover {*/
/*    transform: scale(1.05);*/
/*}*/

/* slide the gradient left↔right */
/*@keyframes rainbowBlackFade {*/
/*    0%, 100% {*/
/*        background-position: 0% 50%;*/
/*    }*/
/*    50% {*/
/*        background-position: 100% 50%;*/
/*    }*/
/*}*/


.ps-product {
    margin: 5px;
}

.owl-carousel .ps-product {
    margin: 0 5px;
}


.ps-shopping .row .col-xl-2 {
    padding: 0;
}

.ps-product-list .ps-section__links li a.active {
    color: black;
}

.widget_footer .widget-title,
.ps-footer__links p strong {
    color: #f6b746;
}

.ps-product-list .ps-section__header h3,
#homepage-1 .ps-top-categories h3 {
    color: #f6b746;
}

.ps-product-list {
    margin: 15px 0;
}

.ps-product {
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    padding: 0;
    /*box-shadow: inset 0 0 5px 0px rgba(255, 162, 0, 0.37);*/
}

.ps-product .ps-product__thumbnail {
    padding: 20px;
    text-align: center;
}

.ps-product .ps-product__thumbnail img {
    max-height: 175px;
    width: auto;
}

.ps-product .ps-product__price {
    font-size: 14px;
}

.ps-product .ps-product__container {
    background: #f8f8f8;
    padding: 10px;
    border-radius: 10px;
}

.ps-form--search-mobile input {
    border: 1px solid black;
    /*border-radius: 20px 0 0 10px;*/
}


.ps-product--wide .ps-product__container,
.ps-product--wide .ps-product__actions {
    background: #f8f8f8 !important;
}


.mb-40 {
    margin-bottom: 10px !important;
}

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

.menu--dropdown > li > a > img {
    width: 20px;
    height: auto;
    margin: 0 5px 0 0;
}


#homepage-1 .ps-top-categories h3 {
    /*margin-bottom: 15px;*/
}

.ps-block--category p {
    /*font-size: 8px;*/
}

.bb-social-sharing .bb-social-sharing__item svg {
    width: 2.25rem;
    height: 2.25rem;
    stroke: #717171;
}

.ps-block--category {
    border: none;
}

.ps-block--category img {
    height: 100px;
    margin-bottom: 0px;
}


.ps-product--wide .ps-product__shopping .ps-product__actions li a:hover {
    color: black;
}


.ps-product--header-sticky .ps-tab-list li a:hover, .ps-product--header-sticky .ps-tab-list li.active a {
    color: black;
}

.navigation > .container, .navigation > .ps-container {
    height: 35px;
}

.header--sticky .navigation > .container, .header--sticky .navigation > .ps-container {
    height: auto;
}

.ps-logo img {
    max-height: 65px !important;
}

.auth-card .text-primary {
    color: #f6b746 !important;
}


.auth-card__header-icon {
    background: transparent !important;
}


.ps-section__right .nav-tabs .nav-item .nav-link {
    color: black;
}

.ps-section__right .nav-tabs .nav-item .nav-link.active {
    color: black;
}


.bb-customer-page svg.icon {
    color: black !important;
}

.ps-footer {
    background: #f2f2f2;
    padding-left: 10%;
    padding-right: 10%;
}

.ps-panel--search-result img {
    max-height: max-content;
    width: 250px;
}

.ps-panel--search-result .ps-product .ps-product__title {
    height: auto;
    margin-top: 20px;
}


.ps-product--search-result .ps-product__thumbnail {
    max-width: max-content;
    min-width: 50px;
    height: auto !important;
    min-height: auto;
    padding: 11px;
    flex-basis: 150px;
}

.ps-product--detail > .ps-product__content {
    padding-top: 20px;
}

.show-md{
    display: block;
}

.show-xs {
    display: none;
}

.header .header__top{
    background: white;
}

@media (max-width: 768px) {

    .ps-page--product .ps-page__container .ps-page__right {
        margin-bottom: 25px;
    }

    .show-md{
        display: none;
    }


    .show-xs {
        display: block;
    }

    .ps-footer__widgets > * {
        flex-basis: 100%;
        text-align: center;
    }

    .footer-payments {
        margin: auto;
    }

    .ps-product .ps-product__thumbnail {
        padding: 10px;
        text-align: center;
        min-height: auto;
    }

    .ps-footer {
        padding-left: initial;
        padding-right: initial;
    }


    .ps-logo img {
        max-height: 45px !important;
    }

    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 250px;
    }

    #homepage-1 .ps-home-banner {
        margin-bottom: 15px;
        padding-top: 15px;
    }

    .ps-site-features {
        display: none;
    }

    #homepage-1 .ps-home-banner .ps-collection img {
        width: 100%;
    }

    .ps-block--site-features {
        padding: 20px;
    }

    .ps-block--site-features .ps-block__left i {
        font-size: 25px;
    }

    .ps-block--site-features .ps-block__right h4 {
        font-size: 14px;
    }

    .ps-block--site-features .ps-block__item {
        margin-bottom: 0;
        text-align: center;
    }

    .ps-block--site-features .ps-block__right p {
        font-size: 12px;
    }

    .navigation--list .navigation__item i {
        font-size: 15px;
    }

    .navigation--list .navigation__item span {
        display: block;
        font-size: 12px;
    }
}

.contact-form .contact-column-12, .contact-form .contact-column-6{
    padding: 0 !important;
}

.contact-form .contact-form-group {
    padding: 0 10px;
}
