.catalog-items.search-result-wrapper .product-item-wrapper {
    width: -webkit-calc(100%/4);
    width: -moz-calc(100%/4);
    width: calc(100%/4);
    margin: 20px 0 50px;
    padding: 0 15px;
    border-right: 1px solid rgba(140, 140, 140, 0.1); }
    @media screen and (max-width: 1259px) {
      .catalog-items.search-result-wrapper .product-item-wrapper {
        width: -webkit-calc(100%/3);
        width: -moz-calc(100%/3);
        width: calc(100%/3); } }
    @media screen and (max-width: 991px) {
      .catalog-items.search-result-wrapper .product-item-wrapper {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .b-catalog-block--mod {
        padding-left: 0;
        padding-right: 0;
    }
      .catalog-items.search-result-wrapper .product-item-wrapper {
        padding: 0 10px;
        width: 50%;
        border: none; } }
  
  .result span {
    color: #a183b7; }
  
  .search-select-wrapper .input-group-btn .btn.btn-primary {
    line-height: 20px; }
  @media screen and (max-width: 767px) {
    .search-select-wrapper div[class^="col-sm"] {
      flex: 0 0 auto;
      max-width: 100%; }
      .search-select-wrapper div[class^="col-sm"] .input-group {
        margin-bottom: 15px; }
      .search-select-wrapper div[class^="col-sm"] .form-control {
        margin-bottom: 0; } }
  
  .product-text-block a .product-item-name {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .product-text-block a:hover {
    text-decoration: none; }
    .product-text-block a:hover .product-item-name {
      color: #a183b7; }
  
  .social-list li .social-item-link {
    width: 25px;
    height: 20px;
    background: none;
    /* background-color: #48714b; */
    color: #48714b;
    line-height: 20px;
    text-align: center;
    font-size: 20px; }
  .social-list li:last-of-type {
    position: relative; }
    .social-list li:last-of-type #insta_count {
      position: absolute;
      background-color: #48714b;
      color: #ffffff;
      top: 0;
      left: 100%;
      padding: 2px 5px;
      opacity: 0;
      visibility: hidden;
      -ms-transform: translateX(100px);
      -webkit-transform: translateX(100px);
      -o-transform: translateX(100px);
      -moz-transform: translateX(100px);
      transform: translateX(100px);
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .social-list li:last-of-type #insta_count:before {
        content: '';
        position: absolute;
        left: -6px;
        top: 3px;
        bottom: 0;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 6px 0;
        border-color: transparent #48714b transparent transparent; }
    .social-list li:last-of-type:hover #insta_count {
      opacity: 1;
      visibility: visible;
      -ms-transform: translateX(10px);
      -webkit-transform: translateX(10px);
      -o-transform: translateX(10px);
      -moz-transform: translateX(10px);
      transform: translateX(10px); }
  
  .ocf-offcanvas.ocfilter-mobile {
    width: 0;
    background-color: transparent;
    left: -100%; }
    .ocf-offcanvas.ocfilter-mobile .modal_fon {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 10; }
    .ocf-offcanvas.ocfilter-mobile .ocf-offcanvas-body {
      width: 280px;
      overflow: inherit;
      z-index: 11; }
      .ocf-offcanvas.ocfilter-mobile .ocf-offcanvas-body .ocfilter-mobile-handle-body {
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
        background-color: #ffffff; }
        .ocf-offcanvas.ocfilter-mobile .ocf-offcanvas-body .ocfilter-mobile-handle-body .ocfilter {
          border: none !important;
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          border-radius: 0; }
    .ocf-offcanvas.ocfilter-mobile.active {
      width: 100%; 
      left: 0;
    }
  
    #button_top {
      position: fixed;
      opacity: 0;
      display: block;
      visibility: hidden;
      bottom: 35px;
      right: 35px;
      width: 43px;
      height: 43px;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      background-color: #a183b7;
      z-index: 100;
      cursor: pointer;
      pointer-events: none;
    }
    #button_top:before {
      content: '';
      position: absolute;
      width: 14px;
      height: 14px;
      border-top: 2px solid #ffffff;
      border-left: 2px solid #ffffff;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      top: -webkit-calc(50% - 5px);
      top: -moz-calc(50% - 5px);
      top: calc(50% - 5px);
      left: -webkit-calc(50% - 7px);
      left: -moz-calc(50% - 7px);
      left: calc(50% - 7px);
    }
    #button_top:hover {
      opacity: 1;
    }
    #button_top:hover:before {
      top: -webkit-calc(50% - 10px);
      top: -moz-calc(50% - 10px);
      top: calc(50% - 10px);
    }
    #button_top.active {
      opacity: .75;
      visibility: visible;
      pointer-events: all;
    }
    @media screen and (max-width: 1024px) {}
  
  @media screen and (min-width: 768px) {
    .top-header-content .header-big-choice {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .top-header-content .top-header-menu {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .top-header-content .social-wrapper {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 3;
      -moz-order: 3;
      -ms-flex-order: 3;
      order: 3; }
    .top-header-content .entry-list {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 4;
      -moz-order: 4;
      -ms-flex-order: 4;
      order: 4; } }
  
  body.show_modal {
    overflow-y: hidden; }
  
  .tab-content .add-comment.section-padding .add-comment-form #form-review {
    max-width: 768px;
    margin: 0 auto; }
    @media screen and (max-width: 1259px) {
      .tab-content .add-comment.section-padding .add-comment-form #form-review {
        max-width: 520px; } }
  
  #form-review .add-comment.section-padding .add-comment-form .testimonial-form {
    max-width: 768px;
    margin: 0 auto; }
    @media screen and (max-width: 1259px) {
      #form-review .add-comment.section-padding .add-comment-form .testimonial-form {
        max-width: 520px; } }
  @media screen and (min-width: 992px) {
    .entry-list li {
      /* border-right: none; */
    }
    .top-header-content .top-header-menu {
      order: 2;
    }
    .top-header-content .top-header-menu li:last-child {
      border-right: 1px solid #ddd;
    }
  }
  @media screen and (max-width: 991px) {
    .top-header-menu li:last-child a {
      border-right: 1px solid #ddd;
    }
    .entry-list li {
      border: none;
    }
    .top-header-content .entry-list li a {
      padding: 10px 15px;
      margin: 5px 0;
      border-right: 1px solid #ddd;
    }
    .search-block-wrapper.show-search .search-block {
      z-index: 3; }
    .search-block-wrapper.show-search .modal_search {
      display: block; }
  
    .modal_search {
      position: fixed;
      display: none;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 999; }
      .modal_search .modal_fon {
        background-color: rgba(0, 0, 0, 0.7);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999; }
      .modal_search .modal_content {
        z-index: 1000;
        max-width: 300px;
        height: 72px;
        width: 100%;
        left: -webkit-calc(50% - 150px);
        left: -moz-calc(50% - 150px);
        left: calc(50% - 150px);
        top: -webkit-calc(50% - 36px);
        top: -moz-calc(50% - 36px);
        top: calc(50% - 36px);
        position: absolute; }
        .modal_search .modal_content .close {
          border: 1px solid #ffffff;
          width: 30px;
          height: 30px;
          position: relative; }
          .modal_search .modal_content .close:before, .modal_search .modal_content .close:after {
            content: '';
            position: absolute;
            width: 24px;
            height: 2px;
            background-color: #ffffff;
            top: -webkit-calc(50% - 1px);
            top: -moz-calc(50% - 1px);
            top: calc(50% - 1px);
            left: -webkit-calc(50% - 12px);
            left: -moz-calc(50% - 12px);
            left: calc(50% - 12px); }
          .modal_search .modal_content .close:before {
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg); }
          .modal_search .modal_content .close:after {
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            transform: rotate(-45deg); }
        .modal_search .modal_content .search-block {
          top: auto;
          left: 0;
          bottom: 0;
          width: 100%; }
          .modal_search .modal_content .search-block .search-block-field {
            width: 100%; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .basket-block #cart-info.basket-info-block .basket-products .basket-product-counter_text {
      display: none; }
    .basket-block #cart-info.basket-info-block .basket-products .basket-product-counter {
      font-size: 12px;
      line-height: 20px;
      position: absolute;
      top: -17px;
      right: 5px;
      display: inline-block;
      width: 20px;
      height: 20px;
      text-align: center;
      color: #fff;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background: #48714b; }
    .basket-block #cart-info.basket-info-block .basket-sum {
      display: none; }
  
    .header-container .header-logo-wrapper {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      width: inherit; }
    .header-container .header-messenger-list {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2;
      width: inherit;
      margin-bottom: 0; }
  
    .product-item-cell.cell-counter {
      max-width: 160px;
      width: 100%; } }
  .filter_btn {
    display: none; }
  
  @media screen and (max-width: 767px) {
    .breadcrumb {
      display: block !important;
      padding: 10px 0 10px; }
  
    .header-container .header-messenger-list {
      display: none; }
    .header-container .header-logo-wrapper {
      /* width: -webkit-calc(100% - 60px);
      width: -moz-calc(100% - 60px);
      width: calc(100% - 60px); */
      width: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      /* -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;  */
    }
      .header-container .header-logo-wrapper .mobile-menu-btn {
        margin-right: 0; }
  
    .main-menu-wrapper .header-container .main-menu > li > a {
      font-size: 16px;
      text-transform: inherit; }
    .main-menu-wrapper .header-container .main-menu > li:last-child {
      border-bottom: none; }
    .main-menu-wrapper .header-container .main-menu > li.has-submenu ul li {
      padding-left: 30px;
      border-top: 1px solid #eef2ee; }
      .main-menu-wrapper .header-container .main-menu > li.has-submenu ul li a {
        padding: 15px 15px;
        line-height: 18px;
        display: block; }
  
    .filter_btn {
      display: block; } }
  .brand-item:hover .brands-dropdown-menu {
    z-index: 10030; }
  
  table .input-group.btn-block .btn {
    height: 40px; }
  
  #collapse-coupon .input-group-btn #button-coupon {
    height: 40px; }
  
  @media screen and (max-width: 479px) {
  
    .quantity__text .form-control {
      width: 64px !important;
    }
  
    .product-item-cell.cell-counter {
      max-width: 160px;
      width: 100%; }
    .product-item-cell.cell-sum {
      width: 100%; }
  
    #simplecheckout_cart .quantity .form-control {
      max-width: inherit;
      min-width: inherit; } }
  .product-item-wrapper .product-price-block .price .stealth.active {
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
    width: 100%;
    white-space: nowrap;
    text-decoration: none;
    color: #48714b; }
  
  /*404*/
  /*Animate cogs*/
  #cog1, #cog2, #cog3 {
    animation: spin 4s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
    animation-delay: 0.6s; }
  
  #cog1 {
    fill: #848484; }
  
  #cog2 {
    animation: spinback 4s linear infinite;
    animation-delay: 0.6s;
    fill: #8963a4; }
  
  #cog3 {
    fill: #48714b; }
  
  @-webkit-keyframes pop {
    0% {
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      -o-transform: scale(0);
      -moz-transform: scale(0);
      transform: scale(0); }
    90% {
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -moz-transform: scale(1.1);
      transform: scale(1.1); }
    100% {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1); } }
  @-webkit-keyframes spin {
    100% {
      -ms-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      transform: rotate(360deg); } }
  @-webkit-keyframes spinback {
    100% {
      -ms-transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg);
      -o-transform: rotate(-360deg);
      -moz-transform: rotate(-360deg);
      transform: rotate(-360deg); } }
  .error-container {
    text-align: center;
    margin: 80px 0; }
    @media screen and (max-width: 479px) {
      .error-container {
        margin: 40px 0; } }
  
  .animate-404 {
    margin: 0 auto 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 170px;
    height: 170px;
    position: relative;
    background-color: #f9f9f9;
    box-shadow: inset 0 0 5px 0 rgba(50, 50, 50, 0.1); }
    .animate-404 > svg {
      animation: pop 0.4s ease-in;
      width: 200px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-47%, -50%); }
  
  .error-code {
    font-size: 100px;
    color: #848484;
    line-height: 1em; }
  
  .error-desc {
    color: #848484; }
  
  .cart-error-code {
    font-size: 40px;
    margin-bottom: 20px;
  }
  
  /*404*/
  /*poroduct*/
  @media screen and (max-width: 767px) {
    .product-info-wrapper .product_title {
      margin-bottom: 0; }
      .product-info-wrapper .product_title .col-sm-8,
      .product-info-wrapper .product_title .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
      .product-info-wrapper .product_title .col-sm-8 {
        max-width: -webkit-calc(100% - 95px);
        max-width: -moz-calc(100% - 95px);
        max-width: calc(100% - 95px); }
      .product-info-wrapper .product_title .col-sm-4 {
        max-width: 95px; } }
  
  .tabs-block.tabs-btn .tab-item {
    border: none !important; }
  
  /*poroduct*/
  .basket-icon {
    height: auto;
    width: 30px; }
  
  @media screen and (max-width: 767px) {
    .basket-icon-link .basket-counter {
      right: -2px; } }
  
  .brands-wrapper {}
  
  /*pagination*/
  .pagination .page-item {
    /*&:first-child,
    &:last-child{
      display: none;
    }*/
    margin: 0 2px; }
    .pagination .page-item a, .pagination .page-item span {
      width: 36px;
      height: 36px;
      border: 1px solid #a183b7;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .pagination .page-item a:hover, .pagination .page-item span:hover {
        background-color: #a183b7;
        color: #ffffff; }
    .pagination .page-item.active a, .pagination .page-item.active span {
      background-color: #a183b7;
      color: #ffffff;
      width: 36px;
      height: 36px;
      border: 1px solid #a183b7;
      line-height: 2; }
  
  /*pagination*/
  .left-img img {
    margin-bottom: 15px; }
  
  /*# sourceMappingURL=stylesheetG.css.map */
  