/*# sourceMappingURL=vendor.css.map */
.menu > li > a {
    display: inline-block;
    /* padding: 15px 25px; */
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    /* line-height: 20px; */
    color: #fff;
}

.menu > li > a:hover {
    color: #ec1d24;
}
.navigation__extra > li a {
    color: #fff;
    font-size: 16px;
}
.navigation__extra > li a:hover {
    color: #ec1d24;
}

.ps-block--product-box .ps-block__content .ps-block__left {
    max-width: calc(100% - 0px);
}

.menu--dropdown > li.has-mega-menu .mega-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: auto;
    min-width: 260px;
    visibility: hidden;
    opacity: 0;
    border-left: none;
}

.header .header__top {
    padding: 25px 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.navigation {
    background-color: #000;
}

.menu--dropdown > li:hover {
    background-color: #ec1d24 !important;
}

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

.ps-form--quick-search button {
    background-color: #ec1d24;
    color: #ffffff;
}
.ps-form--quick-search .form-control {
    background-color: #fff;
    color: #000;
    height: 42px;
    border: 2px solid #ec1d24;
    border-radius: 0;
}
.ps-form--quick-search button:hover {
    background-color: #000;
    color: #ffffff;
}
.header .header__extra span {
    background-color: #ec1d24;
}
.header .header__extra span:hover {
    background-color: #ec1d24;
}
.header .header__extra i {
    color: #ec1d24;
}
.header .header__extra:hover i {
    color: #ec1d24;
}
.header__extra span i {
    color: #fff !important;
}

.ps-block--user-header .ps-block__right a:hover {
    color: #ec1d24 !important;
}

.ps-product__actions button {
    border: none;
    background-color: #fff;
}

.ps-product__content button {
    border: none;
    background-color: #fff;
}

.ps-product__content button:hover {
    color: #76a8ba !important;
    font-weight: 900;
}

/* Loader Styles start here */
.loader-wrapper {
    --line-width: 2px;
    --curtain-color: #f1faee;
    --outer-line-color: #a8dadc;
    --middle-line-color: #457b9d;
    --inner-line-color: #1d3557;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.loader {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    /*   transform: translate(-50%, -50%); */
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: var(--line-width) solid transparent;
    border-top-color: var(--outer-line-color);
    border-radius: 100%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: 1001;
}

.loader:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: var(--line-width) solid transparent;
    border-top-color: var(--inner-line-color);
    border-radius: 100%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    border: var(--line-width) solid transparent;
    border-top-color: var(--middle-line-color);
    border-radius: 100%;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}

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

.loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    background: var(--curtain-color);
    width: 51%;
    height: 100%;
    z-index: 1000;
}

.loader-wrapper .loader-section.section-left {
    left: 0;
}
.loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded Styles */
.loaded .loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded .loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded .loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.loaded .loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

#homepage-5 {
    padding: 0px 0 !important;
    background: #f5f7fa!important;
}

.ps-layout--shop .ps-layout__left {
    width: 100%;
    min-width: 290px;
    max-width: 290px;
    padding-right: 30px;
}

.category_img img {
    height: 25px;
    width: 30px;
}
.ps-block--site-features .ps-block__left i {
    font-size: 40px;
    color: #76a8ba !important;
}
.menu--product-categories .menu__toggle span {
    color: #ec1d24;
}
.menu--product-categories .menu__toggle:before {
    background-color: #ec1d24 !important;
}

.left {
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    padding-right: 30px;
    margin-right: -10px;
    margin-top: 15px;
}
.left h4 {
    padding-top: 10px;
}
.right {
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    margin-top: 15px;
}
.checkout-input {
    border: 1px solid #dcdcdc;
    height: 45px;
}
.ps-block--categories-tabs .ps-tab-list a {
    width: 100px;
}

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

.ps-page--shop {
    background-color: #fff;
}
.ps-breadcrumb {
    padding: 0px 0;
}

.ps-page--product {
    background-color: #fff;
}

/* login && register error  */
.text-sm {
    color: crimson;
    font-weight: 600;
}

.menu--product-categories .menu--dropdown {
    min-width: 270px;
}

/* Mobile header part */
.navigation--mobile {
    height: 60px !important;
}
.header--mobile {
    background-color: #fff;
}

.header--mobile.header--sticky .navigation--mobile {
    background-color: floralwhite;
}

.ps-panel--sidebar .ps-panel__header {
    background-color: #76a8ba !important;
}

.checkout a {
    position: absolute;
    left: 100px;
}

.pd-full .c-left section {
    padding: 10px 20px;
    margin-left: -10px;
}

.cell_left section {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.c-left section h3 {
    text-align: center;
    padding: 5px 0 15px;
    margin: 0;
    color: #000 !important;
}

.p-s-item {
    background: #fff;
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #ecedef;
}

.p-s-item .image-holder {
    flex: 0 0 86px;
    display: flex;
}

.p-s-item .image-holder img {
    width: 70px;
}
.p-s-item .product-name {
    margin: 0 0 10px;
}

.p-s-item .product-name a {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    line-height: 16px;
}
.p-s-item .product-name a:hover {
    color: #76a8ba !important;
}
.p-s-item .price {
    font-size: 16px;
    color: #e5330b;
    padding-bottom: 12px;
}
.p-item-price {
    line-height: 22px;
    font-size: 17px;
    font-weight: 600;
    color: #ef4a23;
}

.brand .ps-carousel--nav .owl-nav i {
    display: none;
}

.ps-list--link li a:hover {
    color: #76a8ba;
}
.menu--product-categories .menu__toggle i {
    color: #ef4a23;
}
.menu__toggle span:hover {
    color: #ef4a23 !important;
}
.menu--product-categories .menu--dropdown {
    background-color: #000;
}
.mega-menu .mega-menu__list li a:hover {
    color: #ef4a23;
}
.list-group-item {
    border: 1px solid#76a8ba;
}

.ps-shopping .ps-select {
    width: 150px !important;
}

.ps-layout--shop .ps-layout__right #filter-sidebar {
    align-items: center;
    border: none;
    display: flex;
    justify-content: center;
    padding: 0.5em;
    width: 100%;
}

.form-group > label {
    font-weight: 500;
}

.btn-cart-button-action {
    margin-left: 5px;
}

li a.active {
    color: var(--color-1st);
}

.ps-carousel--dots .owl-dots .owl-dot {
    background-color: #fff;
}
.ps-carousel--dots .owl-dots .owl-dot:hover,
.ps-carousel--dots .owl-dots .owl-dot.active {
    background-color: #ef4a23;
}

.ps-product .ps-product__actions li {
    margin: 5px 0px 0px 10px;
}

.ps-product .ps-product__thumbnail img {
    width: 70%;
}

.ps-product .ps-product__badge {
    color: #ec1d24;
    font-size: 13px;
    padding: 5px 5px;
    background-color: #ee63683d;
}
.ps-product .ps-product__title {
    color: #000;
}
.ps-product .ps-product__price.sale {
    color: #ec1d24;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
}
.ps-product:hover {
    border-color: #ec1d24;
}
.ps-product .ps-product__content.hover {
    border: 1px solid #ec1d24;
    border-top: none;
}
