: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: "\e92a";
  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: 768px) {
    .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;
    }
    .wordOfWisdome {
        height: 481px;
        margin-top: 21px;
        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;
    }
}