:root {
  --space-unit: 1em;
  --space-xxxxs: calc(0.09 * var(--space-unit));
  --space-xxxs: calc(0.146 * var(--space-unit));
  --space-xxs: calc(0.236 * var(--space-unit));
  --space-xs: calc(0.382 * var(--space-unit));
  --space-sm: calc(0.618 * var(--space-unit));
  --space-md: calc(1 * var(--space-unit));
  --space-lg: calc(1.618 * var(--space-unit));
  --space-xl: calc(2.618 * var(--space-unit));
  --space-xxl: calc(4.236 * var(--space-unit));
  --space-xxxl: calc(6.854 * var(--space-unit));
  --space-xxxxl: calc(11.08 * var(--space-unit));
  --component-padding: var(--space-xxxl);
}

.ps-home--5 .ps-section--latest {
  margin: 30px 0 50px;
}

.ps-home--5 .ps-promo {
  padding: 30px 0 50px;
}

.ps-home--5 .ps-promo .ps-promo__icon img {
  filter: invert(60%) sepia(75%) saturate(1000%) hue-rotate(360deg) brightness(100%) contrast(100%);
}

.ps-home--5 .ps-footer--top {
  margin-top: 30px;
  background-color: #fdf6ed;
  border-color: #ffebd3;
}

.ps-home--5 .ps-footer--top .ps-footer__link i {
  color: #FD8D27;
}

.ps-home--5 .ps-footer--top .col-12:not(:last-child) {
  border-color: #ffebd3;
}

.ps-home--5 .ps-section--blog {
  padding: 30px 0 80px;
}

.ps-home--5 .ps-section--category {
  padding: 0px 0 50px;
  position: relative;
}

.ps-home--5 .ps-delivery {
  margin: 30px 0 50px;
}

.ps-home--5 .ps-home--block {
  padding: 30px 0 50px;
}

.ps-home--5 .ps-banner--round {
  margin: 0px 0 50px;
}

@media (min-width: 768px) {
  .ps-home--5 .ps-section--banner .ps-banner .ps-banner__thumnail .ps-banner__image {
    right: 0;
  }
  .ps-home--5 .ps-section--banner .ps-banner .ps-banner__content {
    padding-top: 4%;
  }
  .ps-home--5 .ps-section--banner .ps-banner .ps-banner__persen.ps-center {
    bottom: auto;
    top: 15%;
    right: 50%;
  }
}
.ps-home--5 .ps-promo__btn {
    font-size: 15px;
    padding: 5px 26px;
  }
@media (min-width: 992px) {
  .ps-home--5 .ps-promo__name {
    font-size: 20px;
  }
  .ps-home--5 .ps-promo__price {
    font-size: 40px;
  }
  .ps-home--5 .ps-promo__del {
    font-size: 19px;
  }
  .ps-home--5 .ps-promo__btn {
    font-size: 15px;
    padding: 5px 26px;
  }
  .ps-home--5 .ps-section--banner .ps-banner .ps-banner__persen.ps-center {
    top: 37%;
    right: 23%;
  }
}

@media (min-width: 1280px) {
  .ps-home--5 .ps-section--banner .ps-banner .ps-banner__content {
    padding-top: 10%;
  }
  .ps-home--5 .ps-section--banner .ps-banner .ps-banner__persen.ps-center {
    top: 50%;
    right: 14%;
  }
}

/* faq */
.faq-wrap {
    margin: 30px 0 0 0;
}
.faq-btn {
  font-size: 17px;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 30px;
  padding-right: 30px;
  width: 100%;
  text-align: left;
  padding-left: 75px;
  background: #ede7d4;
  border-radius: 0;
}
.card .collapse.show {
    display: block;
    padding: 0 45px;
}
.faq-btn.collapsed {
    background: no-repeat;
    color: #190a32;
}
.faq-wrap .card-header:first-child {
  border-radius: 0;
}
.faq-wrap .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: unset;
  border-bottom: none;
}
.faq-wrap .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: unset;
  padding: 25px 30px;
  padding-top: 0;
}
.faq-wrap .card-header h2 {
  font-size: unset;
}
.faq-wrap .card {
  border: none;
  border-radius:0 !important;
  margin-bottom: 15px;
  background: #ede7d4;
}
.faq-wrap .card:last-child {margin-bottom: 0;}
.faq-wrap .card-header h2 button::after {
  position: absolute;
  content: "\e937";
  top: 11px;
  left: 11px;
  font-size: 16px;
/*  font-family: "Font Awesome 5 Pro";*/
  font-family: 'Linearicons';
  font-weight: 700;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 40px;
}

.faq-wrap .card-header h2 button.collapsed::after {
  content: '+';
  color: #000;
  font-weight: 500;
  box-shadow: none;
  font-size: 30px;
}

/*newsletter  */

.newsletter-content h4 {
    margin-bottom: 1.4rem;
    font-size: 2.5rem;
    color: #fff;
}
.newsletter-content h2 span {
    display: inline-block;
    margin-left: 0.4rem;
    font-weight: 800;
    color: #FD8D27;
}
.newsletter-content h2 {
    margin-bottom: 1.1rem;
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1.2;
    color: #fff;
}
#newsletter-popup-open .ps-form--subscribe .ps-btn--warning {
    border: 1px solid #fff !important;
    background-color: #fff !important;
    color: #800020 !important;
}
#newsletter-popup-open .ps-form--subscribe .ps-btn--warning:hover {
    background-color: white !important;
    color: #800020 !important;
}
.newsletter-content p {
    margin-bottom: 2.3rem;
    line-height: 1.75;
    color: #fff;
}
#newsletter-popup-open .ps-form--subscribe {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

#newsletter-popup-open {
    position: fixed;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: none;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch;    
}
#newsletter-popup-open .banner {
  position: relative;
  display: flex;
  align-items: center; 
  background-repeat-x: repeat;
  background-size: cover;
  height: 60vh; 
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 10px solid #800020;
  -webkit-box-shadow: 5px 5px 4px -3px rgb(0 0 0 / 75%);
  -moz-box-shadow: 5px 5px 4px -3px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 4px -3px rgb(0 0 0 / 75%);
  z-index: 100!important;
  padding: 50px 26px;
}
#closepopupbtn{
  position: absolute;
  width: 50px;
  height: 50px;
  border: none; 
  border-radius: 100%;
  z-index: 100!important;
  line-height: 5px;
  display: block;
  margin: 20px 16px 17px auto;
  background: #fff;
  color: #800020; 
  border: none; 
  font-size: 40px;
  cursor: pointer; 
  animation: glowing 1000ms infinite;
  right: 2%;
  top: 2%; 
}


@keyframes glowing {
    0% {
      background-color: #fff;
      box-shadow: 0 0 5px #fff;
    }
    25% {
      background-color: #fff;
      box-shadow: 0 0 10px #fff;
    }
    50% {
      background-color: #fff;
      box-shadow: 0 0 20px #fff;
    }
    75% {
      background-color: #fff;
      box-shadow: 0 0 10px #fff;
    }
   100% {
      background-color: #fff;
      box-shadow: 0 0 5px #fff;
    }
  }
.ps-form--subscribe .ps-input { 
    background-color: #fff; 
}


.sorting-options2{
    float: left;
}

.sorting-options span {
    line-height: 35px;
}

.sorting-options{
    float: right;
}

.sorting-options2 .bootstrap-select{
    width: 200px !important;
}

.sorting-options2 .dropdown-toggle::after {
    margin-left: .0em;
}

.sorting-options2 .bootstrap-select>.dropdown-toggle {
    padding-right: 30px;
}
.search-fields button {
    border-radius: 1px;
    box-shadow: none;
    border: none;
    background: #fff !important;
}
.search-fields {
    min-height: 48px;
    padding: 0;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #fff;
}
.bootstrap-select button {
    color: #636363;
    border-radius: 2px;
    outline: none;
    padding: 13px 15px;
    box-shadow: none;
}
.sorting-options2 .dropdown-toggle::after {
    margin-left: 0em;
}
.bootstrap-select .dropdown-toggle::after {
    top: 23px;
    position: absolute;
    right: 12px;
	font-size: 18px;
}
/** Option bar start **/
.option-bar {
    margin-bottom: 30px;
}

.option-bar .sort {
    color: #161616;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    line-height: 35px;
    font-family: 'Raleway', sans-serif;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
}
.sorting-options2{
    float: left;
	margin-bottom: 20px;
	padding-left: 25px;
}

.sorting-options span {
    line-height: 35px;
}

.sorting-options{
    float: right;
}

.sorting-options2 .bootstrap-select{
    width: 200px !important;
}

.sorting-options2 .dropdown-toggle::after {
    margin-left: .0em;
}

.sorting-options2 .bootstrap-select>.dropdown-toggle {
    padding-right: 30px;
}

.change-view-btn {
    border-radius: 2px;
    border: solid 2px #e4e4e4;
    margin: 0 2px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    display: block;
    float: left;
    font-size: 20px;
}

.change-view-btn:hover{
    background: #e4e4e4;
    border: solid 2px #e4e4e4;
}

.active-view-btn {
    background: #e4e4e4;
    border: solid 2px #e4e4e4;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    display: block;
    float: left;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ccc !important;
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.option-bar .btn-light:hover {
    color: #636363;
}



@media (max-width: 1320px) and (min-width:1080px) {
 section.ps-section--sellers.brands.section-padding{
         padding: 80px 25px !important;
 }  
 
}
@media (min-width: 768px) and (max-width: 921px){
    .ps-section--sellers.brands .owl-dots {
        display:block;
    }
    .ps-section--sellers.brands .owl-nav {
         display: none; 
    }
    .ps-footer--contact .ps-footer__email {
        display: flex;
    }
    .ps-section--categories .ps-categories__item {
        width: calc(100%/2) !important;
        flex-basis: calc(100%/2) !important;
    }
    .owl-carousel .owl-item .ps-promo__item img {
        margin: 0 auto;
    }
    .ps-blog--latset .ps-blog__thumbnail img {
        height: 200px;
        object-fit: cover;
    }
    .wordOfWisdome {
        margin-top: 20px;
        overflow: hidden;
    }
    .authorSay .ps-blog__title {
        display: block;
        font-size: 45px;
        line-height: 45px;
    }
    .ps-section--newsletter {
        padding: 10px 25px;
    }
    
    .ps-footer--bottom p {
        height: 100%;
        display: block;
    }
    .ps-product--standard .ps-product__image figure img {
        width: 80%;
        height: auto;
    }
    .ps-section--category form {
        padding-left: 15px;
    }
    #sidebarWrap {
        height: auto;
        width: 100%;
    }
    #sidebar.fixed {
        position: relative;
        top: 20px;
    }
    .ps-blog__content .row{
            flex-direction: column;
    }
    .ps-banner--round .ps-banner__btn-group {
        display: flex;
        margin-bottom: 7px;
        flex-direction: column;
    }
    .ps-banner {
        height: 420px;
        min-height: 500px !important;
    }
    .ps-banner--round .ps-banner__thumnail .ps-banner__image {
        -o-object-fit: contain;
        object-fit: contain;
    }
}
@media (max-width: 767px) {
    .ps-section--sellers.brands .owl-dots {
        display:block;
    }
    .ps-section--sellers.brands .owl-nav {
         display: none; 
    }
  .ps-checkout .ps-checkout__form {
    padding: 15px 20px 20px;
  }
  .ps-home--5 .ps-promo__btn {
        font-size: 13px;
        padding: 5px 15px;
    }
    .ps-blog--latset .ps-blog__thumbnail img {
        height: 200px;
        object-fit: cover;
    }
    .authorSay .ps-blog__title {
        font-size: 25px;
    }
    .authorSay p.content:before, .authorSay p.content:after{
        width: 60px;
        height: 60px; 
    }
    .authorSay p.content:after {
        right: -53px;
    }
    .ps-product--standard .ps-product__image figure img {
        width: auto;
        height: 470px;
        margin: 10px auto;
    }
    #sidebarWrap {
        height: auto !important;
        width: 100% !important;
    }
    .ps-banner .ps-banner__shop {
        height: auto !important;
    }
    .ps-menu--slidebar .ps-menu__item .ps-menu__contact a{
        font-weight: 600;
    }
    .ps-section--category .topAuthor .ps-section__content .read-more {
        margin-top: -10px;
    }
    .wordOfWisdome {
        margin-left: -8px;
    }
    .ps-section--sellers .owl-carousel .owl-nav .owl-prev {
        margin-left: -15px;
    }
    .ps-section--sellers .owl-carousel .owl-nav .owl-next {
        margin-right: -15px;
    }
    .owl-carousel .owl-nav > * i {
        font-size: 16px;
    }
    .owl-carousel .owl-nav > *:hover {
        color: #fff;
    }
    .owl-carousel .owl-nav > * {
        width: 35px;
        height: 35px;
    }
    .faq-wrap .card-body { 
        padding: 25px 0px;
    }
    .ps-header .ps-header__icons .ps-header__item:hover i {
        color: #800020;
    }
    .ps-header .ps-header__icons .ps-header__item:hover i:focus {
        color: #800020;
    }
    .ps-product--standard .ps-product__image figure {
        width: 100%;
    }
    .ps-header--5.ps-header--mobile .ps-header__top {
        background-color: #800020;
        border-top: 1px solid #fff;
    }
    .ps-noti {
        margin: 0;
        padding:0;
    }
    .ps-banner .ps-banner__thumnail .ps-banner__image {
        width: 100%;
        height: auto !important;
    }
    .ps-banner--round .ps-banner__content {
        height: 360px;
    }
    .ps-header--5 .ps-logo img {
        height: 50px;
        width: auto;
        margin: 0 auto;
    }
    .ps-header .ps-logo {
        height: 70px;
        padding-right: 0;
    }
    .ps-header--5 .ps-logo .dateLogo {
        max-width: 300px;
        margin: 5px auto;
        font-size: 12px;
    }
    .ps-product--standard .ps-product__image figure {
        height: 100%;
    }
    .ps-product--standard .ps-product__content {
        text-align: center;
    }
    .ps-product--standard .ps-product__content .ps-product__title {
        font-size: 17px;height: 68px;
    }
    .wordOfWisdome {height: 310px;    margin-top: 25px;}
    .ps-header--mobile .ps-header__middle {
        padding: 8px !important;
    }
    .ps-product--standard .ps-product__image figure img {
        width: auto;
        height: 100%;
        margin: 10px auto;
        max-height: 200px;
        object-fit: cover;
    }
    .menu--mobile .sub-menu--mega li a {
        line-height: 20px !important;
        font-weight: 600 !important;
        font-size: 17px !important;
        color: #800020;
        font-family: inherit !important;
        text-transform: capitalize !important;
    }
    .ps-section--category .ps-category__content {
        min-width: 180px !important;
    }
    .ps-section--category .ps-category__image img {
        height: 210px;
    }
    .ps-section--category .ps-category__content .ps-category__name {
        margin: -65px 10px 0;
        font-size: 17px;
        line-height: 18px;
    }
    .ps-section--category .ps-category__thumbnail {
        margin-bottom: 50px;
    }
    .authorSlide .container-fluid {
        padding-right: 15px !important;
    }
    .ps-banner--round .ps-banner__title {
        font-size: 22px;
    }
    .ps-section--sellers .ps-section__tab .nav-link {
        padding: 0 8px 3px;
    }
    .ps-reviews--2 .ps-review {
        height: 375px;
    }
    .ps-footer--contact .ps-footer__email {
        display: flex;
    }
    .ps-shopping .ps-shopping__footer .ps-btn {
        padding: 20px 20px;
        height: auto;
        line-height: 3px;
    }
    .ps-blog--masonry .owl-carousel .owl-dots {
        left: 41%;
        transform: translateX(-50%);
    }
    .ps-footer--bottom p {
        display: block;
    }
}