.header .header__top {
  background-color: #fff;
}
.ps-form--quick-search {
  border: 2px solid #3f1313;
  border-radius: 5px;
}
#back2top:hover i{
  color: #fff;
}
.sm_btn .ps-btn{
  padding: 8px 20px;
  border-radius: 20px;
  text-align: center;
  text-wrap: nowrap;
  
  background: none;
  color: var(--color-1st);
  border: 2px solid var(--color-1st);
}

@media (max-width: 767px) {
  .sm_btn .ps-btn{
	padding: 5px 10px;
    font-size: 14px;
  }
}

.ps-product {
  margin-left: 8px;
  margin-right: 8px;
  padding: 0px;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #e8e8e8;
}
.ps-product:hover {
  border-color: var(--color-1st);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.ps-product:hover .sm_btn .ps-btn{
  color: #fff;
  background-color: var(--color-1st);
}
.ps-product .ps-product__title {
	color: var(--color-1st);
}
.ps-product__badges {
  right: 10px;
  top: 10px;
}
.ps-product__actions li:first-child {
  margin-left: 10px;
}
.ps-product .ps-product__actions{
  padding: 7px 0;
  border-radius: 10px;
  justify-content: center;
  max-width: unset;
}
.ps-product .ps-product__container {
  padding-top: 0px;
}
.ps-product__actions.sm_btn {
  background-color: transparent;
}
.ps-product__content {
  padding: 0px 10px;
  border-top: 1px solid #e6e6e6;
}
.ps-product .ps-product__title{
  font-size: 16px;
  font-weight: bold;
  height: calc(1.2em*var(--max-lines));
}
.ps-product .ps-product__price {
  font-weight: bold;
  margin-bottom: 10px;
}
.ps-product .ps-product__thumbnail img {
  border-radius: 5px 5px 0 0;
}
.ps-block--category {
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
}
.ps-block--category:hover {
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
}
.ps-footer__widgets {
  padding-top: 35px;
  padding-bottom: 0px;
  border-top: 1px solid #e1e1e1;
}
.address-form-wrapper .form-input-wrapper .form-control::placeholder {
  color: #bfbfbf !important;
}
.header .header__extra {
  height: 42px;
  width: 40px;
  background-color: var(--color-1st);
  border-radius: 10px;
}

.header .header__extra > i {
  font-size: 20px;
  line-height: 40px;
  padding: 0px 10px;
}
.ps-block--user-header .ps-block__left {
  background-color: var(--color-1st);
  padding: 0px 10px;
  border-radius: 10px;
  height: 42px;
  width: 40px;
}
.ps-block--user-header .ps-block__left i {
  font-size: 20px;
  line-height: 1em;
}
.header .ps-block--user-header .ps-block__right a {
  color: var(--color-1st);
  line-height: 20px;
}
.header.header--sticky .menu--product-categories .menu__toggle span {
  color: var(--color-1st);
}
.header.header--sticky .menu--product-categories .menu__toggle i {
    color: color: var(--color-1st);
}

.header--mobile .navigation--mobile {
  background-color: #fff;
}
.header--mobile.header--sticky .navigation--mobile {
  background-color: #fff;
}
@media (max-width: 767px) {
  .ps-product__actions .ps-btn {
    margin-bottom: 15px;
  }
  
  .header--mobile .ps-block--user-header {
    margin-top: 0px;
  }
}
.widget_content h3{
  font-size: 20px;
}
.header--mobile-product .header__back{
  color: var(--color-1st);
}
.ps-faq-wrapper .ps-faq-accordion .ps-faq-item .ps-faq-question:not(.collapsed){
  color: #fff;
}
.ps-faq-wrapper .ps-faq-accordion .ps-faq-item .ps-faq-question:not(.collapsed) .ps-faq-toggle-icon i{
  color: #fff;
}
.ps-faq-wrapper .ps-faq-accordion .ps-faq-item .ps-faq-question:not(.collapsed) .ps-faq-icon i {
  color: #fff;
}
.ps-home-banner .ps-banner{
  border-radius: 10px;
}
.ps-product-list .ps-section__header{
  background-color: #fff;
  border-bottom: none;
  padding: 8px 5px;
}
.ps-product-list .ps-section__header h3 {
  font-size: 22px;
  font-weight: 600;
}

.ps-product-list .ps-section__links li{
  margin-right: 10px;
}

@media (max-width: 767px) {
  .ps-product-list .ps-section__links li {
    margin-right: 5px;
    margin-bottom: 10px;
  }
}

.ps-product-list .ps-section__links li a{
  border: 2px solid var(--color-1st);
  padding: 4px 10px;
  border-radius: 15px;
  color: var(--color-1st);
}
.ps-product-list .ps-section__links li a.active{
  background-color: var(--color-1st);
  color: #fff;
}

/*======== Footer =========*/
.ps-footer {
  padding-top: 15px;
}
.ps-footer__copyright {
  padding: 15px 0;
  
}
@media (max-width: 767px) {
  .ps-footer__copyright {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
}
/*======== others page =========*/
.bb-product-filter{
  border-radius: 10px;
}
.ps-shopping .bg-light{
  border-radius: 10px;
}
.ps-layout--shop{
  padding-bottom: 5px;
}

/*
.bb-product-gallery img {
  max-width: 99%;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  border: 2px solid var(--color-1st);
}
.ps-product--detail .ps-product__header .ps-product__thumbnail {
  max-width: 45%;
}
.ps-product--detail .ps-product__header .ps-product__info {
  max-width: 56%;
  padding-left: 20px;
}
.bb-product-gallery-images {
  max-width: calc(100% - 79px);
}
*/
.widget_features{
  border-radius: 10px;
}
#main-checkout-product-info .bg-light{
  border-radius: 10px;
}
.ps-cart--mini .ps-cart__content {
  min-width: 260px;
}

.ps-product .ps-product__actions li {
  margin-right: 10px;
  list-style: none;
}