
.ps-container {
  /* max-width: 1650px; */
  /* JV */
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1680px) {
  .ps-container {
    max-width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
  .ps-container {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    min-width: 1230px;
  }
}


.ps-page--404 {
    position: relative;
    min-height: 100vh;
    background-color: #efeef0;
    text-align: center;
  }
  
  .ps-page--404 .container {
    min-height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
    -webkit-box-pack: center;
            justify-content: center;
  }
  
  .ps-page--404 img {
    margin-bottom: 100px;
  }
  
  .ps-page--404 h3 {
    margin-bottom: 20px;
    font-size: 36px;
    color: #000;
    font-weight: 600;
  }
  
  .ps-page--404 p {
    margin-bottom: 20px;
    font-size: 18px;
  }
  
  .ps-page--404 p a {
    color: #fcb800;
  }
  
  .ps-page--404 .ps-form--widget-search {
    max-width: 370px;
    margin: 0 auto;
  }
  
  .ps-page--404 .ps-form--widget-search input {
    height: 50px;
    border-color: #fff;
  }
  
  @media (max-width: 767px) {
    .ps-page--404 h3 {
      font-size: 24px;
    }
    .ps-page--404 p {
      font-size: 14px;
    }
  }
  
  .ps-page--comming-soon {
    text-align: center;
    padding-bottom: 50px;
  }
  
  .ps-page--comming-soon .ps-countdown li {
    display: inline-block;
    margin-right: 20px;
  }
  
  .ps-page--comming-soon .ps-countdown li span {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 48px;
    color: #000;
    line-height: 1em;
  }
  
  .ps-page--comming-soon .ps-countdown li p {
    margin-bottom: 0;
  }
  
  .ps-page--comming-soon .ps-countdown li:last-child {
    margin-right: 0;
  }
  
  .ps-page--comming-soon .ps-page__header {
    padding: 50px 0;
  }
  
  .ps-page--comming-soon .ps-page__header .ps-logo {
    display: inline-block;
    margin-bottom: 50px;
  }
  
  .ps-page--comming-soon .ps-page__header h1 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
  }
  
  .ps-page--comming-soon figure figcaption {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
  }
  
  .ps-page--comming-soon figure .ps-countdown {
    margin-bottom: 80px;
  }
  
  .ps-page--comming-soon .ps-list--social li {
    margin-right: 30px;
  }
  
  .ps-page--comming-soon .ps-list--social li a {
    color: #cccccc;
  }
  
  .ps-page--comming-soon .ps-list--social li a:hover {
    color: #fcb800;
  }
  
  .ps-page--shop .ps-shop-banner {
    padding: 30px 0 45px;
  }
  
  .ps-page--shop .ps-shop-brand {
    margin-bottom: 45px;
  }
  
  .ps-page--shop .ps-shop-categories {
    margin-bottom: 30px;
  }
  
  .ps-page--shop .ps-carousel--nav-inside .owl-item img {
    width: 100%;
  }
  
  @media (max-width: 1199px) {
    .ps-page--shop .ps-product:not(.ps-product--wide) {
      border-color: #dfdfdf;
    }
    .ps-page--shop .ps-product:not(.ps-product--wide) .ps-product__content:not(.hover) {
      position: relative;
      display: block;
      left: 0;
      padding: 0 10px 20px;
      border-bottom: 1px solid #dfdfdf;
      border-top: none;
    }
    .ps-page--shop .ps-shop-banner, .ps-page--shop .ps-shop-brand, .ps-page--shop .ps-shop-categories, .ps-page--shop .ps-shop-categories, .ps-page--shop .ps-block--shop-features, .ps-page--shop .ps-block--shop-features {
      display: none;
    }
  }
  
  @media (max-width: 767px) {
    .ps-page--shop .ps-product .ps-product__vendor {
      padding-left: 10px;
      padding-right: 10px;
    }
    .ps-page--shop .ps-product .ps-product__content:not(.hover) {
      width: 100%;
      left: 0;
      padding: 0 10px 20px;
    }
  }
  
  @media (min-width: 576px) and (max-width: 992px) {
    .ps-page--shop .container {
      max-width: 100%;
    }
  }
  
  .ps-page--product {
    padding-top: 30px;
  }
  
  .ps-page--product .ps-page__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    width: 100%;
  }
  
  .ps-page--product .ps-page__container > * {
    width: 100%;
  }
  
  .ps-page--product .ps-page__container .ps-page__left {
    padding-right: 30px;
    max-width: calc(100% - 290px);
  }
  
  .ps-page--product .ps-page__container .ps-page__right {
    min-width: 290px;
    max-width: 290px;
  }
  
  .ps-page--product.reverse .ps-page__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-flow: row-reverse nowrap;
  }
  
  .ps-page--product.reverse .ps-page__right {
    padding-right: 30px;
  }
  
/* 
  479
  767
  991
  1199
  1366
  1680
*/
/* 
SEARCH SECTIONS (AUTHORITY and KEY SEARCH)
*/

  @media (max-width: 1199px) {
    .ps-page--product .ps-page__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column wrap;
    }
    .ps-page--product .ps-page__container .ps-page__left {
      max-width: 50%;
      padding-right: 0;
    }
    .ps-page--product .ps-page__container .ps-page__right {
      max-width: 50%;
      padding-right: 0;
    }
    .ps-page--product .ps-page__container .ps-page__right .widget{
      margin-top: 20px;
    }
    .ps-page--product .ps-page__container .rednet-search-page__left{
      max-width: 75%;
      padding-right: 0;
    }
  }

  @media (max-width: 991px) {
    .ps-page--product .ps-page__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column wrap;
      align-content: center;
    }
    .ps-page--product .ps-page__container .ps-page__left {
      max-width: 50%;
      padding-right: 0;
    }
    .ps-page--product .ps-page__container .ps-page__right {
      max-width: 50%;
      padding-right: 0;
      margin-left:12.5%
    }
    .ps-page--product .ps-page__container .ps-page__right .widget{
      margin-top: 20px;

    }
    .ps-page--product .ps-page__container .rednet-search-page__left{
      max-width: 90%;
      padding-right: 0;
    }
  }


  @media (max-width: 767px) {
    .ps-page--product .ps-page__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column wrap;
      align-content: center;
    }
    .ps-page--product .ps-page__container .ps-page__left {
      max-width: 100%;
      padding-right: 0;
    }
    .ps-page--product .ps-page__container .rednet-search-page__right-seeMore {
      max-width: 80%;
      padding-right: 0px;
      margin-left:5%;
    }
    .ps-page--product .ps-page__container .rednet-search-page__left{
      max-width: 90%;
      padding-right: 0;
    }
    .ps-page--product .ps-page__container .rednet-search-page__left .ps-product__thumbnail{
      padding: 0px;
      margin: 0px;
      align-content: center;
    }
    .ps-page--product .ps-page__container .rednet-search-page__left .ps-product__info{
      padding: 0px;
      margin: 0px;
      align-content: center;
    }
    .ps-page--product .ps-page__container .rednet-search-page__left .ps-product__info .ps-product__vendor{
      padding-top: 20px;
      padding-left: 20px;
    }
    .ps-page--product .ps-page__container .rednet-search-page__left .ps-product__info .rednet-search-page__left-liks{
      padding-left: 20px;
    }
  }

  @media (max-width: 479px) {
    .ps-page--product .ps-page__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column wrap;
    }
    .ps-page--product .ps-page__container .ps-page__left {
      max-width: 100%;
      padding-right: 0;
    }
    .ps-page--product .ps-page__container .ps-page__right {
      max-width: 100%;
      padding-right: 0;
    }
  }
    
  .ps-page--product-box {
    background-color: #f1f1f1;
  }
  
  
.ps-shopping .select2 {
    display: inline-block;
  }
  
  .ps-shopping .select2 .select2-selection__rendered {
    padding: 6px 20px;
  }
  
  .ps-shopping .ps-shopping__view {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
  }
  
  .ps-shopping .ps-shopping__view p {
    margin-bottom: 0;
    margin-right: 20px;
    color: #000;
  }
  
  .ps-shopping .ps-shopping__view ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
  
  .ps-shopping .ps-shopping__view ul li a {
    font-size: 24px;
    color: #999999;
  }
  
  .ps-shopping .ps-shopping__view ul li:last-child {
    margin-right: 0;
  }
  
  .ps-shopping .ps-shopping__view ul li.active a {
    color: #000;
  }
  
  .ps-shopping .ps-shopping__actions {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
  }
  
  .ps-shopping .ps-shopping__actions .ps-shopping__view {
    padding-left: 40px;
  }
  
  .ps-shopping .ps-shopping__header {
    margin-bottom: 40px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    background-color: rgb(248, 249, 216);
    -webkit-box-align: center;
            align-items: center;
    padding: 8px 15px;
  }
  
  .ps-shopping .ps-shopping__header p {
    margin-bottom: 0;
    display: inline-block;
  }
  
  .ps-shopping .ps-shopping__header p strong {
    color: #000;
  }
  
  .ps-shopping .ps-shop__filter-mb {
    margin-bottom: 30px;
    font-size: 16px;
    vertical-align: top;
    display: -webkit-box;
    display: flex;
    color: #000;
    -webkit-box-align: center;
            align-items: center;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .ps-shopping .ps-shop__filter-mb i {
    font-weight: 700;
    font-size: 18px;
    margin-right: 10px;
  }
  
  @media (min-width: 1200px) {
    .ps-shopping .ps-shop__filter-mb {
      display: none;
    }
  }
  
  @media (max-width: 1680px) and (min-width: 1440px) {
    .ps-shopping .row .col-xl-2 {
      max-width: 20%;
      flex-basis: 20%;
    }
  }
  
  @media (max-width: 1440px) and (min-width: 1200px) {
    .ps-shopping .row .col-xl-2 {
      max-width: 25%;
      flex-basis: 25%;
    }
  }
  
  @media (max-width: 1199px) {
    .ps-shopping {
      margin-top: 40px;
    }
  }
  
  @media (max-width: 767px) {
    .ps-shopping .ps-shopping__header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap;
      -webkit-box-pack: justify;
              justify-content: space-between;
    }
    .ps-shopping .ps-shopping__header > * {
      flex-basis: 100%;
      max-width: 50%;
    }
    .ps-shopping .ps-shopping__header .ps-shopping__view {
      padding-left: 10px;
    }
    .ps-shopping .ps-shopping__actions {
      width: 100%;
      -webkit-box-pack: end;
              justify-content: flex-end;
    }
    .ps-shopping .ps-shopping__actions .select2 {
      display: none;
    }
  }
  
  
.ps-product:hover {
    border-color: silver;
  }
  
  .ps-product:hover .ps-product__thumbnail .ps-product__actions {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  
  .ps-product:hover .ps-product__content {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  
  .ps-product:hover .ps-product__content.hover {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  
  .ps-product:hover.ps-product--inner {
    border: none;
  }
  
  .ps-product:hover.ps-product--inner .ps-product__content {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  
  @media (max-width: 767px) {
    .ps-product {
      padding: 0;
    }
  }
  
  
.ps-product .ps-product__content > p {
    color: #000;
  }
  
  .ps-product .ps-product__content.hover {
    display: block;
    position: absolute;
    top: 100%;
    right: -1px;
    width: calc(100% + 2px);
    padding: 0 20px 20px;
    border: 1px solid silver;
    border-top: none;
    visibility: hidden;
    opacity: 0;
  }
  
  .ps-product .ps-product__thumbnail {
    position: relative;
    overflow: hidden;
  }
  
  .ps-product .ps-product__thumbnail img {
    width: 100%;
  }
  
  .ps-product .ps-product__thumbnail .ps-product__actions {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
  
  
.ps-product .ps-product__title {
    margin: 0;
    display: block;
    padding: 0 0 5px;
    font-size: 14px;
    line-height: 1.2em;
    color: #06c;
    --max-lines: 2;
    max-height: calc(1.2em * var(--max-lines));
    overflow: hidden;
    padding-right: 1rem;
  }
  
  .ps-product .ps-product__title:hover {
    color: #fcb800;
  }
  
  .ps-product .ps-product__badge {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 4px;
    /* JV */
    /* background-color: #f14705; */
    background-color: #fCB800; 
  }
  
  .ps-product .ps-product__badge.out-stock {
    background-color: #000;
  }
  
  .ps-product .ps-product__badge.hot {
    background-color: #ff8c46;
    color: #ffffff;
  }

  .ps-product .ps-product__vendor {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 13px;
    line-height: 1.2;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
  }
  
  
.ps-product .ps-product__actions {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    max-width: 200px;
    padding: 10px 0;
    background-color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  }
  
  .ps-product .ps-product__actions li {
    margin-right: 10px;
  }
  
  .ps-product .ps-product__actions li a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
  }
  
  .ps-product .ps-product__actions li a:hover {
    background-color: #fcb800;
    color: #ffffff;
  }
  
  .ps-product .ps-product__actions:last-child {
    margin-right: 0;
  }
  
  
.ps-product {
    position: relative;
    padding: 20px 20px 0;
    border: 1px solid transparent;
    border-bottom: none;
  }
  
  .ps-product .ps-product__rating .br-wrapper {
    display: inline-block;
  }
  
  .ps-product .ps-product__rating .br-wrapper a {
    font-size: 13px;
    color: #fcb800;
  }
  
  .ps-product .ps-product__rating span {
    color: #666;
    margin-left: 10px;
  }
  
  .ps-product .ps-product__price {
    position: relative;
    font-size: 16px;
    color: #000;
  }
  
  .ps-product .ps-product__price.sale {
    color: #f30;
  }
  
  .ps-product .ps-product__price.sale del {
    color: #666;
  }
  
  
.ps-badge {
    position: absolute;
    padding: 5px 15px;
    top: 1rem;
    left: 1rem;
    border-radius: 3px;
  }
  
  .ps-badge i {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    font-style: normal;
  }
  
  .ps-badge--red {
    background-color: #ea4040;
  }

  
.widget {
    position: relative;
    /* padding-bottom: 20px; */
    margin-bottom: 50px;
  }
  
  .widget .widget-title {
    margin-bottom: 2.5rem;
    font-weight: 700;
  }
  
  .widget:last-child {
    border-bottom: none;
  }
  
  .widget_sidebar {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .widget_sidebar .widget-title {
    font-family: "Work Sans", sans-serif;
    display: block;
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
  }
  
  .widget_sidebar ul li a {
    display: block;
    position: relative;
    padding: 5px 0;
    font-size: 1.4rem;
    line-height: 1.8em;
    color: #666;
  }
  
  .widget_sidebar ul li a:before {
    content: '\f105';
    font-family: FontAwesome;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 0;
    line-height: 1em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .widget_sidebar ul li a:hover {
    padding-left: 10px;
    color: #000;
  }
  
  .widget_sidebar ul li a:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  
  .widget_shop {
    padding: 25px 20px;
    background-color: #f5f5f5;
  }
  
  .widget_shop .widget-title {
    margin-bottom: 25px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
  }
  
  .widget_shop .ps-checkbox {
    margin-bottom: 10px;
  }
  
  .widget_shop .ps-checkbox > label {
    color: #000;
    line-height: 16px;
    padding-left: 25px;
  }
  
  .widget_shop .ps-checkbox > label:before {
    width: 16px;
    height: 16px;
    border-radius: 2px;
  }
  
  .widget_shop .ps-checkbox > label:after {
    top: 3px;
    left: 7px;
    width: 4px;
    height: 8px;
    border-width: 1px;
    border-color: #fcb800;
  }
  
  .widget_shop .ps-checkbox .fa-star {
    margin-right: 5px;
    color: #ccc;
  }
  
  .widget_shop .ps-checkbox .fa-star.rate {
    color: #f2b309;
  }
  
  .widget_shop .ps-checkbox small {
    color: #999999;
    font-size: 14px;
  }
  
  .widget_shop .ps-checkbox input[type=checkbox]:checked ~ label {
    font-weight: 500;
    color: #fcb800;
  }
  
  .widget_shop .ps-checkbox input[type=checkbox]:checked ~ label:before {
    border-color: #fcb800;
    background-color: #ffffff;
  }
  
  .widget_shop .ps-checkbox.ps-checkbox--color > label {
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
  }
  
  .widget_shop .ps-checkbox.ps-checkbox--color > label:before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  
  .widget_shop .ps-slider {
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    height: 4px;
    background-color: #cecece;
    position: relative;
    border-radius: 0;
    border: none;
  }
  
  .widget_shop .ui-slider-range {
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000;
    border-radius: 0;
    border: none;
  }
  
  .widget_shop .ui-slider-handle {
    display: inline-block;
    top: 50%;
    height: 16px;
    width: 16px;
    outline: none;
    cursor: pointer;
    border: none;
    background-color: #000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
  }
  
  .widget_shop .ps-slider__meta {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8em;
    color: #999;
  }
  
  .widget_shop .ps-slider__meta span {
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .widget_shop .ps-filter__btn {
    background-color: #888888;
    color: #fff;
  }
  
  .widget_shop .ps-filter__btn:hover {
    background-color: #222222;
  }
  
  .widget_shop figure {
    margin-top: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
  }
  
  .widget_shop figure:last-child {
    border-bottom: none;
  }
  
  .widget_shop .sizes a {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 2px 20px;
    border: 1px solid #ccc;
    background-color: #ffffff;
  }
  
  .widget_shop .sizes a:hover {
    border-color: #fcb800;
  }
  
  .widget_search {
    margin-bottom: 25px;
    border-bottom: none;
  }
  
  .widget_size a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    line-height: 20px;
    color: #555;
    background-color: #f6f6f6;
  }
  
  .widget_size a:hover {
    background-color: #a7a7a7;
    color: #ffffff;
  }
  
  .widget_size .ps-checkbox--size label {
    margin-bottom: 10px;
    padding: 0;
    background-color: transparent;
  }
  
  .widget_filter .ps-slider {
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    height: 5px;
    background-color: #cecece;
    position: relative;
    border-radius: 0;
    border: none;
  }
  
  .widget_filter .ui-slider-range {
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fcb800;
    border-radius: 0;
    border: none;
  }
  
  .widget_filter .ui-slider-handle {
    display: inline-block;
    top: 50%;
    height: 14px;
    width: 14px;
    outline: none;
    cursor: pointer;
    background-color: #fcb800;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
  }
  
  .widget_filter .ps-slider__meta {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.8em;
    color: #666;
    text-align: center;
  }
  
  .widget_filter .ps-slider__meta span {
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .widget_filter .ps-filter__btn {
    background-color: #888888;
    color: #fff;
  }
  
  .widget_filter .ps-filter__btn:hover {
    background-color: #222222;
  }
  
  .widget_tags a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 15px;
    color: #303030;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50px;
  }
  
  .widget_tags a:hover {
    background-color: #222222;
    color: #fff;
  }
  
  .widget_footer .widget-title {
    font-size: 16px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
  }
  
  .widget_contact-us .widget_content h3 {
    color: #fcb800;
  }
  
  .widget_contact-us .widget_content .ps-list--social {
    padding-top: 25px;
  }
  
  .widget_features {
    margin-bottom: 30px;
    background-color: rgb(248, 249, 216);
    padding: 20px;
  }
  
  .widget_features p {
    position: relative;
    margin-bottom: 20px;
    padding-left: 50px;
    color: #000;
    line-height: 1.4em;
  }
  
  .widget_features p i {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 10px;
    font-size: 26px;
    color: #000;
  }
  
  .widget_sell-on-site p {
    margin-bottom: 0;
    color: #000;
    vertical-align: middle;
  }
  
  .widget_sell-on-site p i {
    font-size: 18px;
  }
  
  .widget_sell-on-site p a {
    color: #06c;
  }
  
  .widget_same-brand {
    text-align: center;
    align-items: center;
  }
  
  .widget_same-brand h3 {
    padding: 14px 20px;
    background-color: #f9d98f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0;
    color: #000;
  }

  .widget_same-brand p {
    background-color: rgb(248, 249, 216);
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0;
  }

  .widget_same-brand .widget__content {
    padding: 20px;
  }
  
  .widget_same-brand .ps-product {
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  .widget_same-brand .ps-product .ps-product__content {
    display: block;
  }
  
  .widget_same-brand .ps-product:hover {
    border-bottom: 1px solid silver;
  }
  
  .widget_same-brand .ps-product:hover .ps-product__content {
    display: block;
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  
  .widget_same-brand .ps-product:hover .ps-product__content.hover {
    display: none;
  }
  
  .widget_best-sale {
    padding: 15px 10px;
    border: 1px solid #d9d9d9;
    border-bottom: 5px solid red;
  }
  
  .widget_best-sale .widget-title {
    font-weight: 600;
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
  }
  
  .widget_best-sale .ps-product--horizontal {
    margin-bottom: 15px;
  }
  
  .widget_best-sale .ps-product--horizontal .ps-product__thumbnail {
    max-width: 60px;
  }
  
  .widget_best-sale .ps-product--horizontal .ps-product__rating {
    display: none;
  }
  
  .widget_best-sale .ps-product--horizontal .ps-product__price {
    font-size: 14px;
  }
  
  .widget_best-sale .ps-product--horizontal .ps-product__price del {
    font-size: 12px;
  }
  
  .widget--blog .widget__title {
    margin-bottom: 35px;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
  }
  
  .widget--blog.widget--search .ps-form--widget-search input {
    height: 40px;
  }
  
  .widget--blog.widget--categories ul li a {
    display: block;
    padding: 6px 0;
    line-height: 20px;
    color: #000000;
  }
  
  .widget--blog.widget--categories ul li a:hover {
    color: #fcb800;
  }
  
  .widget--blog.widget--recent-post .widget__content a {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
  }
  
  .widget--blog.widget--recent-post .widget__content a:hover {
    color: #fcb800;
  }
  
  .widget--blog.widget--recent-comments p a {
    color: #000;
  }
  
  .widget--blog.widget--recent-comments p a:hover {
    color: #fcb800;
  }
  
  .widget--blog.widget--tags a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    color: #999;
  }
  
  .widget--blog.widget--tags a:after {
    content: ',';
  }
  
  .widget--blog.widget--tags a:hover {
    color: #fcb800;
  }
  
  .widget--vendor {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
  }
  
  .widget--vendor .widget-title {
    margin-bottom: 35px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
  }
  
  .widget--vendor .form-control {
    background-color: #fff;
    border: none;
  }
  
  .widget--vendor .select2 {
    min-width: 100%;
  }
  
  .widget--vendor .select2 .select2-selection {
    border: none;
  }
  
  .widget--vendor .select2 .select2-selection__rendered {
    font-size: 16px;
    color: #666;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .widget--vendor .ps-list--arrow a {
    color: #000;
  }
  
  .widget--vendor .ps-list--arrow a:before {
    content: "\f105";
    font-size: 20px;
  }
  
  .widget--open-time ul li {
    margin-bottom: 25px;
  }
  
  .widget--open-time ul li strong {
    display: block;
    font-weight: 600;
    color: #000;
  }
  
  .widget--open-time ul li span {
    color: #666;
  }
  
  .widget--open-time ul li:last-child {
    margin-bottom: 0;
  }