/* #38a741 #F964DF */

/* fonts */
@font-face {
    font-family: 'FacileSans';
    src: url('../fonts/FacileSans.eot?#iefix') format('embedded-opentype'),  url('../fonts/FacileSans.otf')  format('opentype'),
           url('../fonts/FacileSans.woff') format('woff'), url('../fonts/FacileSans.ttf')  format('truetype'), url('../fonts/FacileSans.svg#FacileSans') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  .payment-form-wrapper button {
      display: block!important;
      width: 100%!important;
      height: 37px!important;
      background-color:#3c763d!important;
      border-radius: 2px!important;
      color: rgb(255, 255, 255)!important;
      cursor: pointer!important;
      font-size: x-large!important;    
  }
  .payment-form-wrapper fieldset {
      border-style: none!important;
      padding: 7px!important;
      margin-left: -5px!important;
      margin-right: -5px!important;
      background: rgb(43 182 74 / 88%)!important;
      border-radius: 8px!important;
  }
  .ElementsApp, .ElementsApp .InputElement {
    color: #32325D;
    font-weight: 500;
    font-family: Inter UI, Open Sans, Segoe UI, sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: black!important;
}
  .table-bordered > tfoot > tr > td,.table-bordered > tbody > tr > td,table, .table-bordered, tbody, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th
  {
      border: 0px solid #fff !important;
  }
  .table-responsive
  {
    border-top: 1px dotted #000 !important;
  }
  .row.products_poup {
      margin: 5%;
  }
  .animGreen {
      background: linear-gradient(135deg, #00000061 0%,#8a8a8a2b 50%,#d2775417 51%,#ffffff1c 71%,#fff0 100%) !important;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343a40', endColorstr='#343a40',GradientType=1 );
      background-size: 400% 400%;
      -webkit-animation: AnimationName 3s ease infinite;
      -moz-animation: AnimationName 3s ease infinite;
      animation: AnimationName 3s ease infinite;
      -webkit-animation: AnimationName 3s ease infinite;
      -moz-animation: AnimationName 3s ease infinite;
      animation: AnimationName 3s ease infinite;
      border: medium none;
  }
  @-webkit-keyframes AnimationName {
      0%{
          background-position:0% 31%
      }
      50%{
          background-position:100% 70%
      }
      100%{
          background-position:0% 31%
      }
    }
    @-moz-keyframes AnimationName {
      0%{
          background-position:0% 31%
      }
      50%{
          background-position:100% 70%
      }
      100%{
          background-position:0% 31%
      }
    }
    @keyframes AnimationName {
      0%{
          background-position:0% 31%
      }
      50%{
          background-position:100% 70%
      }
      100%{
          background-position:0% 31%
      }
    }
      .modal-header {
          min-height: auto;
          padding: 30px 40px;
          border-bottom: 0;
          background-color: #38a741;
      }
  
  body {
      font-family: 'Quicksand', sans-serif!important;
      font-weight: 500;
      color: #000000;
      font-size: 14px;
      line-height: 26px;
  }
  h1, h2, h3, h4, h5, h6 {
      color: #38a741;
      margin:0;
      padding:0px;
      font-weight: 500;
      text-transform: none;
      font-family: 'Playball', cursive;
  }
  /* default font size */
  .fa {
      font-size: 15px;
  }
  /* Override the bootstrap defaults */
  h1 {
      font-size: 40px;
  }
  h2 {
      font-size:30px;
  }
  h3 {
      font-size: 24px;
  }
  h4 {
      font-size: 18px;
  }
  h5 {
      font-size: 16px;
  }
  h6 {
      font-size: 14px;
  }
  a {
      color: #3c763d;
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      padding: 0px;
      text-transform: none;
      text-align: left;
      font-weight: 500;
      font-size: 14px;
      letter-spacing: 0.5px;
      font-family: 'Poppins', sans-serif;
  }
  a:hover {
      text-decoration: none;
      color: #000000;
  }
  .clear
  {
      clear:both;
  }
  legend {
      font-size: 18px;
      padding: 7px 0px
  }
  label {
      font-size: 13px;
      font-weight: 600;
      
  }
  select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
      font-size: 14px;
      border-radius: 0;
      padding: 9.5px 15px;
      height: auto;
      outline: 0;
      border:1px solid #dddddd;
      max-height: 40px;
  }
  .form-control:focus {
      border-color: #dddddd;
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      
  }
  .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
      font-size: 14px;
  }
  .input-group .input-group-addon {
      font-size: 14px;
      height: 30px;
  }
  /* Fix some bootstrap issues */
  span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
      display: inline;
  }
  #tab-description p{text-align: center;}
  .nav-tabs {
      margin-bottom: 15px;
  }
  div.required .control-label:before {
      content: '* ';
      color: #F00;
      font-weight: bold;
  }
  /* Gradent to all drop down menus */
  .dropdown-menu li > a:hover {
      text-decoration: none;
      color: #ffffff;
      background-color: #229ac8;
      background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
      background-repeat: repeat-x;
  }
  /* top section header */
  #top {
      background-color: #ffffff;
      padding: 10px 0;
      min-height: auto;
  }
  #top .container {
      padding: 0 15px;
  }
  #top #form-currency .currency-select,
  #top #form-language .language-select {
      text-align: left;
  }
  #top #form-currency .currency-select:hover,
  #top #form-language .language-select:hover, .dropdown-menu li > a:hover {
      text-shadow: none;
      color: #ffffff;
      background-color: #38a741;
      background-image: none;
      background-repeat: repeat-x;
      font-weight: 500;
      transition-duration: 300ms;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
  }
  #top .list-inline>li {
      display: inline-block;
      border-right: 1px solid #ddd;
      padding: 0 15px;
  }
  #top .list-inline>li:last-child {
      border-right: 0;
      padding: 0 0 0 15px;
  }
  #top .list-inline>li:first-child {
      padding: 0 15px 0 0;
  }
  #top ul {
      margin-top: 0;
     margin-bottom: -7px;
  }
  #top ul.dropdown-menu-right li a, #top ul.dropdown-menu-right li ul.dropdown-menu li button
  {
      padding: 8px 12px;
  }
  #top .dropdown-menu-right, #top .pull-left ul.dropdown-menu  {
      right: 0;
      left: 0;
      top: 83%;
  }
  #top .pull-left ul.dropdown-menu  {
      top: 105%;
  }
  #top a.dropdown-toggle, #top button .dropdown-toggle {
      
      transition-duration: 300ms;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
  }
  #top .btn-link, #top-links li, #top-links a {
      color: #000;
      text-shadow: none;
      text-decoration: none;
      font-size: 13px;
      font-weight: 500;
      text-transform: uppercase;
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
  }
  .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
      background-color: transparent;
      border-color: transparent;
  }
  #top .btn-link:hover, #top-links a:hover {
      color: #38a741;
  }
  #top ul.dropdown-menu li button, #top ul.dropdown-menu li a
  {
      color: #727272;
      font-size: 13px;
      font-weight: 500;
  }
  #top .fa {
      margin-right: 5px;
  }
  #top i {
      color: #38a741;
  }
  #top .dropdown-menu {
      padding: 0px 0;
      margin: 8px 0 0;
      background-color: #ffffff;
      border: 0;
      border: 0;
      border-radius: 0;
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  #top-links .dropdown-menu a {
      text-shadow: none;
  }
  #top-links .dropdown-menu a:hover {
      color: #FFF;
  }
  #top .btn-link strong {
      font-size: 13px;
      line-height: 13px;
      font-weight: 600;
      color: #38a741;
  }
  #top button img
  {
      margin-right: 4px;
  }
  #top-links {
      padding-top: 0;
  }
  #top-links a + a {
      margin-left: 15px;
  }
  #top .btn {
      padding: 0;
      font-size: 13px;
  }
  
  /*header section*/
  header.main-menu
  {
      background: transparent;
      padding: 10px 0;
      border-top: 0;
      position: absolute;
      top: 0;
      z-index: 9;
      left: 0;
      right: 0;
      margin: auto;
  }
  .main-menu .menu_wrapper
  {
      max-width: 125px;
      min-height: 45px;
      background: #fff;
      cursor: pointer;
  /*
      box-shadow: 5px 5px 25px -5px rgba(0,0,0,.4);
      -webkit-box-shadow: 5px 5px 25px -5px rgba(0,0,0,.4);
      -moz-box-shadow: 5px 5px 25px -5px rgba(0,0,0,.4);
  */
      margin: 14.5px 0;
      vertical-align: middle;
      text-transform: uppercase;
      transform: translateY(0);
      transition: all .4s;
      
  }
  .main-menu .menu_wrapper:hover {
      -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
      -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
      box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
      transform: translateY(2px);
  }
  .main-menu .menu_wrapper i
  {
      width: 45px;
      text-align: center;
      background: #38a741;
      height: 45px;
      line-height: 45px;
      font-size: 20px;
      color:#ffffff;
       transition: all .4s;
  }
  .main-menu .menu_wrapper span.menu_text
  {
      font-size: 18px;
      text-transform: uppercase;
      margin-left: 13px;
      color: #38a741;
  }
  

  
  /* logo */
  /* Search Style */ 
  #search {
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: #38a741;
      -webkit-transition: all 0.5s ease-in-out;
         -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
             -o-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
      -webkit-transform: translate(0px, -100%) scale(0, 0);
           -moz-transform: translate(0px, -100%) scale(0, 0);
            -ms-transform: translate(0px, -100%) scale(0, 0);
           -o-transform: translate(0px, -100%) scale(0, 0);
                transform: translate(0px, -100%) scale(0, 0);    
      opacity: 0;
      display: none;
  }
  
  #search.open {
      -webkit-transform: translate(0px, 0px) scale(1, 1);
         -moz-transform: translate(0px, 0px) scale(1, 1);
            -ms-transform: translate(0px, 0px) scale(1, 1);
             -o-transform: translate(0px, 0px) scale(1, 1);
                 transform: translate(0px, 0px) scale(1, 1); 
      opacity: 1;
      z-index: 106;
      display: block;
  }
  
  #search input[type="search"] {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -51px;
      width: 60%;
      margin-left: 20%;
      color: rgb(255, 255, 255);
        background: transparent;
        border-top: 1px solid rgba(255, 255, 255, .8);
        border-bottom: 2px solid rgba(255, 255, 255, .5);
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
      font-size: 40px;
        font-family: Roboto;
      font-weight: 300;
      text-align: center;
      outline: none;
        padding: 10px;
  }
  
  #search input[type="search"].placeholder {
      text-align: center;
  }
    
  #search .close {
      position: fixed;
      top: 15px;
      right: 15px;
        opacity: 1;
        font-size: 27px;
        color: #fff;
       -webkit-transition: all 0.5s ease-in-out;
         -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
             -o-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
  }
  
  #search .close:hover{
    color: #38a741;
    cursor: pointer;
  }
  #logo {
      max-width: 300px;
      margin: auto;
  }
  #logo a img
  {
      margin:auto;
      max-width:230px;
      width:100%;
  }
  /* search */
  #search {
      margin-bottom: 10px;
      margin: 0;
  }
  #search .input-lg {
      height: 40px;
      line-height: 20px;
      padding: 0 20px;
  }
  #search .input-group-btn {
      width: auto;
      position: static;
  }
  #search .btn-lg {
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -51px;
      margin-right: 20%;
      color: white;
      font-size: 32px;
      font-weight: 300;
      text-align: center;
      outline: 0;
      border: 0;
      height: 0;
      z-index: 999;
      box-shadow: none;
      background: transparent;
  } 
  .main-menu .cart-menu
  {
      margin: 23px 18px 23px 0;
  }
  #search .fa {
      font-size: 26px;
  }
  .cart-menu .search_wrapper
  {
      display:inline-table;
  }
  .cart-menu .search_wrapper i
  {
      font-size: 26px;
      color: #000;
  }
  .cart-menu .search_wrapper i:hover
  {
      color: #38a741;
  }
  .cart-menu .search_wrapper
  {
      padding:0px 20px;
      cursor: pointer;
      border-right: 1px solid #ddd;
  }
  .cart-menu .search_wrapper:last-child
  {
      padding:0px 0px 0px 20px;
      border-right: 0px;
      position: relative;
  }
  .cart-menu .search_wrapper span.cart_qut
  {
      position: absolute;
      top: -3px;
      right: -19px;
      width: 18px;
      height: 18px;
      background: #38a741;
      border-radius: 100%;
      color: #fff;
      line-height: 18px;
      text-align: center;
      box-shadow: 5px 5px 25px -5px rgba(0,0,0,.4);
      -moz-box-shadow: 5px 5px 25px -5px rgba(0,0,0,.4);
      -webkit-box-shadow: 5px 5px 25px -5px rgba(0,0,0,.4);
  }
  /* cart */
  #cart {
      margin-bottom: 0;
      margin-top: 0;
  }
  #cart .cart_buttons
  {
      width: 100%;
      background: transparent;
      color: #38a741;
      text-align: center;
      padding: 0;
      border: 0;
  }
  
  #cart > .btn {
      font-size: 12px;
      line-height: 18px;
      background: transparent;
      border: #fdf5e6;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      
  }
  #cart > .btn:active {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      
  }
  #cart.open > .btn {
      background-image: none;
      background-color: transparent;
      border: 0;
      color: #38a741;
      box-shadow: none;
      text-shadow: none;
  }
  #cart.open > .btn:hover {
      color: #38a741;
  }
  #cart .dropdown-menu {
      background: #f4f4f4;
      z-index: 1001;
  }
  #cart.open ul li 
  {
      padding: 0 !important;
      text-align: center;
      float:none !important;
  }
  #cart .button{
      background: #38a741;
      margin: 20px auto;
      width: 200px;
      height: auto;
      overflow: hidden;
      text-align: center;
      transition: .2s;
      cursor: pointer;
      border-radius: 50px;
      box-shadow: 0px 1px 2px rgba(0,0,0,.2);
  }
  #cart .btnText {
      color:#ffffff;
      transition: .3s;
      margin-top: 10px;
      font-size:11px;
  }
  
  #cart .btnText2 {
      margin-top: 63px;
      margin-right: -130px;
      color: #000000;
  }
  .btnTwo {
      position: relative;
      width: 200px;
      height: 100px;
      margin-top: -100px;
      padding-top: 2px;
      background: #ffffff;
      left: -250px;
      transition: .3s;
  }
  
  #cart .btnTwo {
     
      background:#ffffff;
  
  }
  /*-- cart menu --*/
  #cart.open ul.dropdown-menu
  {
      background: #ffffff;
      z-index: 1001;
      border-color: #dddddd;
      position: absolute;
      border-radius: 0;
      top: 100%;
      padding: 15px 20px;
      margin: 0px;
      list-style: none;
      transition: 0.4s;
      margin-top: 10px;
      text-align: center;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  #cart .dropdown-menu li > div {
      min-width: auto;
      padding: 0 10px;
  }
  #cart .dropdown-menu {
      width: 350px;
      padding: 5px 0;
  }
  .cart-menu #cart .dropdown-menu > li {
      overflow-x: hidden;
      overflow-y: auto;
      max-height: 280px;
      padding: 0 15px;
  }
  .cart-menu #cart .dropdown-menu  li table.table-bordered{
      border: 0;
  }
  .cart-menu #cart tbody>tr>td {
      border: 0;
  }
  .cart-menu #cart .dropdown-menu  li table 
  {
      border:0px;
  }
  .cart-menu #cart .table-striped>tbody>tr:nth-of-type(odd) {
      background-color: transparent;
  }
  .cart-menu #cart .table-striped>tbody>tr td button.btn-xs
  {
      padding: 1px 5px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -khtml-border-radius: 0;
  }
  #cart .dropdown-menu .img-thumbnail {
      width: auto;
      max-width: none;
      padding: 0;
      margin: 4px;
      border: 1px solid #ddd;
  }
  #cart .dropdown-menu li > div {
      border-top: 1px solid #e4e4e4;
      margin: 10px 0;
      padding: 10px 0 0;
      display: inline-block;
      width: 100%;
  }
  
  #cart ul {
      margin-top: 0;
      margin-bottom: 10px;
      padding: 0;
      list-style: none;
  }
  
  #cart .btn-danger {
      color: #000;
      text-shadow: none;
      background-color: transparent;
      background-image: none;
      background-repeat: repeat-x;
      border-color: transparent;
      border-radius: 0;
      width: auto;
      padding: 0;
      font-size: 15px;
  }
  
  #cart .btn-danger .fa {
      font-size: 18px;
  }
  #cart .btn-danger:hover {
      color: #000;
      text-shadow: none;
      background-color: transparent;
      border-color: transparent;
  }
  #cart .table-striped>tbody>tr:nth-of-type(odd) {
      background-color: transparent;
  }
  html body #cart .table>tbody>tr>td
  {
      border-bottom:0px dashed #ddd;
      border-top: 0px solid #ddd;
      padding: 15px 5px;
  }
  html body #cart .table>tbody>tr:last-child td
  {
      border-bottom:0;
  }
  #cart .table-bordered {
      border: 0;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
  }
  #cart .table-bordered>tbody>tr>td
  {
      border: 0px dashed #ddd;
  }
  #cart .img-thumbnail {
      height: auto;
      background-color: transparent;
      border-radius: 0;
      border: 1px dashed #ddd;
      padding: 2px;
      box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
      -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
      -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
  }
  #cart .text_checkout_button_in_cart
  {
      margin-top: 40px;
  }
  
  
  
  .main-menu .cart-menu #cart ul.dropdown-menu p a {
      color: #fff;
      background-color: #000;
      display: inline-block;
      font-weight: normal;
      padding: 11px 15px 12px;
      text-transform: uppercase;
      width: auto;
      height: auto;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -khtml-border-radius: 50px;
      -moz-border-radius: 50px;
      line-height: normal;
      margin-right: 3px;
      font-weight: 500;
      font-size: 12px;
  }
  .main-menu .cart-menu #cart ul.dropdown-menu p a:hover {
      color: #fff;
      background-color: #38a741;
  }
  
  .products_cart_wrapper img
  {
      max-width: 150px;
      margin: auto;
      width: 100%;
  }
  .products_cart_wrapper h4
  {
      font-size: 30px;
      padding: 35px 0;
      letter-spacing: 0;
      color:#000000;
      font-family:'Montserrat', sans-serif;
      line-height: 45px;
  }
  #cart .eb_cate_button {
      padding: 19px 12px;
      font-family:'Montserrat', sans-serif;
      background-color:#ffffff;
  }
  /* button hover */
  #holder
  {
      clear: both;
  }
  
  #subsribe #holder
  {
      text-align:center
  }
  .button {
      background: #ffffff;
      margin: 15px 0px 0;
      max-width: 175px;
      height: auto;
      overflow: hidden;
      text-align: center;
      transition: .2s;
      cursor: pointer;
      border-radius: 50px;
      box-shadow: 0px 1px 2px rgba(0,0,0,.2);
      display: inline-block;
  }
     
  
  .btnTwo {
    position : relative;
    width : 200px;
    height : 100px;
    margin-top: -100px;
    padding-top: 2px;
    background :#38a741;
    left : -250px;
    transition : .3s;
  }
  .btnText {
    color :#000000;
    transition : .3s;
    margin-top:10px;
  }
  .btnText2 {
    margin-top : 63px;
    margin-right : -130px;
    color : #FFF;
  }
  .button:hover .btnTwo{ /*When hovering over .button change .btnTwo*/
    left: -130px;
  }
  .button:hover .btnText{ /*When hovering over .button change .btnText*/
    margin-left : 65px;
  }
  .button:active { /*Clicked and held*/
    box-shadow: 0px 5px 6px rgba(0,0,0,0.3);
  }
  
  
  /*/.eb_cate_button {
      content: "";
      position: relative;
      padding: 15px 30px;
      top: 20px;
      left: 494px;
      background:#ffffff;
      width:100%;
      height:100%;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      border-radius:50px;
  }
  .eb_cate_button span {
      position: relative;
      font-size: 16px;
      line-height: 18px;
      font-weight:600;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      vertical-align: middle;
      color:black;
  }
  .eb_cate_button svg {
      position: relative;
      top: 0px;
      margin-left: 10px;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke: #000;
      stroke-width: 2;
      transform: translateX(-5px);
      -webkit-transform: translateX(-5px);
      -moz-transform: translateX(-5px);
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
  }
  
  .eb_cate_button:hover:before {
      width: 100%;
      background: #ffffff;
  }
  .eb_cate_button:hover
  {
      color:#ffffff;
  }
  .eb_cate_button:hover svg {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      stroke: #ffffff;
  }*/
  /* button hover  end*/
  
  #cart .dropdown-menu {
      min-width: 100%;
  }
  
  @media (max-width: 478px) {
      #cart .dropdown-menu {
          width: 100%;
      }
  }
  #cart .dropdown-menu table {
      margin-bottom: 10px;
  }
  @media (max-width: 478px) {
      #cart .dropdown-menu li > div {
          min-width: 100%;
      }
  }
  #cart .dropdown-menu li p {
      margin: 5px 0;
  }
  /* menu */
  header .header_menu
  {
      background: #404245;
  }
  /* fix header */
  html body .sticky_header
  {
          position:fixed;
          background:#ffffff;
          z-index: 9;
          left:0;
          right:0;
          top: 0;
          box-shadow:0px 0px 8px 0px rgba(0,0,0,0.2);
          -moz-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.2);
          -webkit-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.2);
          padding: 20px 0 !important;
  }
  .main-menu.sticky_header .sec_header #logo {
      margin: auto;
      max-width: 260px;
  }
  #menu {
      background-color: transparent;
      background-image: none;
      background-repeat: repeat-x;
      border-color: transparent;
      min-height: auto;
      margin: 0;
      border: 0;
      position: relative;
      height: 100%;
      overflow: auto;
      padding: 40px 40px 0;
  }
  #menu .nav > li > a {
      color: #000;
      text-shadow: none;
      padding: 15px 15px;
      min-height: auto;
      background-color: transparent;
      text-transform: uppercase;
      font-weight: 500;
      transition: 0.4s;
      font-size: 16px;
      letter-spacing: 1px;
  }
  
  #menu .navbar-nav>li {
      float: left;
      width: 100%;
      text-align: left;
  }
  .main-menu .navbar {
      position: relative;
      min-height: auto;
      margin-bottom: 0;
      border: 0;
  }
  #menu .navbar-nav {
      float: none;
      margin: 0;
      text-align: center;
  }
  #menu .nav > li > a:hover, #menu .nav > li.open > a {
      background-color: #38a741;
      color: #ffffff;
      
  }
  #menu .dropdown-menu {
      padding-bottom: 0;
  }
  #menu .dropdown-inner {
      display: table;
  }
  #menu .dropdown-inner ul {
      display: table-cell;
  }
  #menu .dropdown-inner a {
      min-width: 260px;
      display: block;
      padding: 15px 15px;
      clear: both;
      line-height: normal;
      color: #333;
      font-size: 14px;
      border-bottom: 1px solid #ddd;
  }
  #menu .dropdown-inner:last-child  a{
      border-bottom: 0px solid #ddd;
  }
  #menu .dropdown-inner li a:hover {
      color: #FFFFFF;
  }
  #menu .see-all {
      display: block;
      margin-top: 0;
      border-top: 0;
      padding: 15px 15px;
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      border-radius: 0;
      font-size: 14px;
      background: #38a741;
      color: #fff;
  }
  #menu .see-all:hover, #menu .see-all:focus {
      text-decoration: none;
      color: #fff;
      background-color: #38a741;
      background-image: none;
      background-repeat: repeat-x;
  }
  #menu #category {
      float: left;
      padding-left: 15px;
      font-size: 16px;
      font-weight: 700;
      line-height: 40px;
      color: #fff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  }
  #menu .btn-navbar {
      font-size: 15px;
      font-stretch: expanded;
      color: #FFF;
      padding: 2px 18px;
      float: right;
      background-color: #229ac8;
      background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
      background-repeat: repeat-x;
      border-color: #1f90bb #1f90bb #145e7a;
  }
  #menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
      color: #ffffff;
      background-color: #38a741;
  }
  
  #menu ul.search_and_shopping_bag
  {
      padding:0;
      margin:0;
      list-style:none;
  }
  #menu ul.search_and_shopping_bag li
  {
      float:left;
      padding: 35px 15px 23px;
      position: relative;
  }
  
  #menu ul.search_and_shopping_bag li a .fa {
      font-size: 20px;
  }
  #menu ul.search_and_shopping_bag li a span
  {
      background: #000000;
      width: 20px;
      border-radius: 50%;
      color: #ffffff;
      position: absolute;
      top: -9px;
      right: -45px;
      text-align: center;
      height: 20px;
      line-height: 20px;
  }
  #menu.navbar .dropdown-menu {
      text-transform: uppercase;
      min-width: 260px;
      padding:0px 0px;
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
  }
  .header_menu .navbar-default {
      background-color: transparent;
      border-color: transparent;
  }
  .main-menu .sec_header #logo
  {
      margin: 10px;
  }
  .header_menu_wrapper_sidebar .navbar-nav>li {
      float: none;
  }
  .header_menu_wrapper_sidebar .navbar-nav {
      width: 100%;
  }
  
  .header_menu_wrapper_sidebar .navbar-nav>li>a {
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color:#000000;
  }
  
  .header_menu_wrapper_sidebar .nav>li>a:focus, .header_menu_wrapper_sidebar .nav>li>a:hover, .header_menu_wrapper_sidebar .list-unstyled.child-menu li a:hover {
      text-decoration: none;
      background-color: transparent;
      color:#38a741;
  }
  .header_menu_wrapper_sidebar
  {
      height: 500px;
      overflow: auto;
  }
  .header_menu_wrapper_sidebar ul li.parentmenu a i
  {
      float: right;
      font-size: 20px;
      color: #38a741;
  }
  
  .header_menu_wrapper_sidebar .list-unstyled.child-menu {
      padding-left:15px;
      list-style: none;
  }
  .header_menu_wrapper_sidebar .list-unstyled.child-menu li a
  {
      font-size: 14px;
      text-transform: uppercase;
      color: #000;
      letter-spacing: 1px;
      padding: 5px 0;
      display: inline-block;
  }
  
  .header_menu_wrapper_sidebar .list-unstyled.child-menu li
  {
      padding-left: 20px;
      border: 0;
      position: relative;
  }
  .header_menu_wrapper_sidebar .list-unstyled.child-menu li:before {
      position: absolute;
      width: 10px;
      border-left: 1px solid #38a741;
      left: 19px;
      top: 3px;
      content: '';
  }
  .header_menu_wrapper_sidebar .list-unstyled.child-menu li:before {
      height: 105%;
  }
  .header_menu_wrapper_sidebar .list-unstyled.child-menu li:last-child:before {
         height: 45%;
  }
  .header_menu_wrapper_sidebar .list-unstyled.child-menu li a em
  {
      color: #38a741;
      margin-right: 25px;
      display: inline-block;
  }
  .header_menu_wrapper_sidebar .list-unstyled.child-menu li a em span
  {
      width: 15px;
      height: 1px;
      background: #38a741;
      display: inline-block;
      line-height: 1px;
      position: absolute;
      top: 18px;
  }
  ::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 0;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #38a741; 
    border-radius: 0;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #38a741; 
  }
  @media (min-width: 768px) {
      #menu .dropdown:hover .dropdown-menu {
          display: block;
      }
  }
  @media (max-width: 767px) {
      #product-product .thumbnail {
          padding: 0vw!important;
          background-color: transparent;
          border: 0px solid #ffffff!important;
          border-radius: 0;
          outline: 0;
      }
      #menu {
          border-radius: 4px;
      }
      #menu div.dropdown-inner > ul.list-unstyled {
          display: block;
      }
      #menu div.dropdown-menu {
          margin-left: 0 !important;
          padding-bottom: 10px;
          background-color: rgba(0, 0, 0, 0.1);
      }
      #menu .dropdown-inner {
          display: block;
      }
      #menu .dropdown-inner a {
          width: 100%;
          color: #fff;
      }
      #menu .dropdown-menu a:hover,
      #menu .dropdown-menu ul li a:hover {
          background: rgba(0, 0, 0, 0.1);
      }
      #menu .see-all {
          margin-top: 0;
          border: none;
          border-radius: 0;
          color: #fff;
      }
  }
  /* content */
  #content {
      min-height: auto;
  }
  /* footer */
  #footer {
      background-color: #070706;
      border-top: 0;
      padding: 40px 0;
      color: #838383;
      border-top: 1px solid #3d3232;
      border-bottom: 1px solid #3d3232;
  }
  #footer ul
  {
      margin: 0;
      padding: 0;
      list-style: none;
  }
    #footer .footer-inner-matter h3 {
      font-weight: 500;
      color: #fff;
      margin-bottom: 25px;
      font-family: 'Playball', cursive;
      text-transform: none;
      margin: 0 0 15px 0;
      cursor: pointer;
      font-size: 22px;
      letter-spacing: 1px;
      line-height: 24px;
  
  }
      #footer .footer-inner-matter ul li {
      position: relative;
      margin-left: 20px;
      margin-bottom: 7px;
      text-transform:none;
  }
  
  #footer .footer-inner-matter p
  {
      color: #9d9d9d;
      text-transform: none;
      line-height: 26px;
  }
  #footer .footer-inner-matter ul li.email
  {
      text-transform: lowercase;
  }
  #footer .footer-inner-matter ul li:last-child
  {
      margin-bottom: 0px;
  }
  #footer .footer-inner-matter ul li i
  {
      color: #38a741;
      margin-right: 5px;
      position: absolute;
      top: 5px;
      left: -20px;
  }
  #footer .footer-inner-matter ul li  span{
      color: #38a741;
      margin-right: 5px;
      position: absolute;
      top: 5px;
      left: -25px;
  }
  #footer .footer_img_logo {
      text-align:center;
      margin-bottom:30px;
  }
  #footer .footer_img_logo a img{
      padding: 0;
      margin: 0;
      max-width: 200px;
      width: 100%;
          margin-bottom: 10px;
  }
  #footer .footer-inner-matter ul li a:hover
  {
      color:#38a741; 
      
  }
  #footer .footer-inner-matter .social-icons ul li i {
         margin-right: 0px;
      position: static;
      top: 0;
      left: 0;
      color: #808080;
      text-align: center;
      font-size: 24px;
  }
  #footer .footer-inner-matter .social-icons ul li i:hover {
      color: #38a741;
  }
  #footer .footer-inner-matter .social-icons ul li {
      margin-left: 0;
      float: left;
      margin-right: 10px;
  }
  #footer .footer-inner-matter .social-icons ul li:last-child
  {
       margin-right: 0;
  }
  #footer .footer-inner-matter .social-icons
  {
      margin-top: 25px;
  }
  
  html body #footer .footer-inner-matter ul li a
  {
      color: #9d9d9d;
      text-transform: none;
      font-weight: 500;
      font-size: 14px;
  }
  #footer .footer-inner-matter .form-control {
         display: block;
      width: 100%;
      line-height: 1.42857143;
      color: #9d9d9d;
      background-color: transparent;
      background-image: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      border-bottom: 3px solid #38a741 !important;
      margin-bottom: 21px;
      border: 0;
      padding: 10px 6px;
  }
  
  #footer .footer-inner-matter .popupnewsletter .form-control {
     
      border: 0;
      border-bottom: 0;
      border: 1px solid #ddd !important;
      margin-bottom: 1px;
      padding: 9px 15px;
      background: rgba(255,255,255,0.5);
  }
  #footer .footer-inner-matter .col-sm-12
  {
      padding:0px;
  }
  #footer .eb_cate_button {
      position: relative;
      padding: 15px 22px;
      color: #fff;
      margin-top: 1px;
      display: inline-block;
  }
  #footer .eb_cate_button svg {
      stroke: #fff;
  }
  #copy-right.copy-right
  {
      background: #070706;
      padding: 20px 0;
  }
  .copy-right .social_icon .setings_footer_social
  {
      text-align: left;
      margin-top: 0;
  }
  .copy-right .social_icon .setings_footer_social a {
      background: transparent;
      width: 35px;
      height: 35px;
  }
  .copy-right .social_icon .setings_footer_social a.icon:before {
      font-family: "FontAwesome", sans-serif;
      color: #808080;
      font-size: 20px;
      line-height: 17px;
  }
  .copy-right .social_icon .setings_footer_social a.icon:hover:before
  {
      color:#ffffff;
      font-size: 18px;
  }
  
  #copy-right.copy-right p {
      margin: 0;
      color: #808080;
      text-transform: none;
  }
  #copy-right.copy-right a:hover {
      color: #fff;
  }
  #copy-right.copy-right ul
  {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  #copy-right.copy-right ul li
  {
      margin-right: 15px;
      float: left;
  }
  #copy-right.copy-right ul li:last-child
  {
      margin-right: 0px;
  }
  #copy-right.copy-right ul li a i
  {
      color: #808080;
      font-size: 24px;
  }
  #copy-right.copy-right ul li a i:hover {
      color: #38a741;
  }
  /* alert */
  .alert {
      padding: 20px 15px;color: rgb(0, 67, 118);
  }
  /* breadcrumb */
  .main_breadcrumb
  {
      /* background: url(../image/blur-blurred-background-boutique.jpeg) no-repeat scroll 0 0; */
      background-image: url("/image/catalog/lavalerianehuiledoliveextravierge.jpg");
      display: inline-block;
      width: 100%;
      box-sizing: border-box;
      vertical-align: top;
      margin-bottom: 0;
      background-size: cover;
      background-position: top;
      padding: 170px 0 40px;
  }
  .breadcrumb {
      margin: 0;
      padding: 0;
      border: 0;
      list-style: none;
      background-color: transparent;
      border-radius: 0;
      text-align: center;
  }
  .breadcrumb i {
      font-size: 15px;
  }
  .breadcrumb > li {
      text-shadow: none;
      padding: 0;
      position: relative;
      white-space: nowrap;
      
  }
  .breadcrumb a {
      color: #38a741;
      text-transform: none;
      font-weight: 600;
      white-space: pre-wrap;
      word-wrap: break-word;
      font-size: 16px;
          font-family: 'Playball', cursive !important;
  
  }
  .breadcrumb li:last-child a
  {
      color: #000000;
  }
  .breadcrumb a span
  {
      color: #38a741;
  }
  .breadcrumb>li+li:before {
      padding: 0px 5px;
      color: #38a741;
      content: "/\00a0";
  }
  .pagination {
      margin: 0;
  }
  /* buttons */
  .buttons {
      margin: 1em 0;
  }
  .btn {
      padding: 9px 25px;
      font-size: 15px;
      border: 1px solid #dddddd;
      border-radius: 4px;
      box-shadow: 0px 3px #3c763d;
  }
  .btn-xs {
      font-size: 9px;
  }
  .btn-sm {
      font-size: 10.2px;
  }
  .btn-lg {
      padding: 10px 16px;
      font-size: 15px;
  }
  .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
      font-size: 12px;
  }
  .btn-group > .btn-xs {
      font-size: 9px;
  }
  .btn-group > .btn-sm {
      font-size: 10.2px;
  }
  .btn-group > .btn-lg {
      font-size: 15px;
  }
  .btn-default {
      background: #38a741;
      border: 0;
      padding: 10px 25px;
      border-radius: 50px;
      font-size: 14px;
      font-weight: 700;
      display: inline-block;
      color: #fff;
      text-shadow: none;
      background-color: #38a741;
      background-image: none;
      background-repeat: repeat-x;
      text-transform: uppercase;
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;

      margin: 11%;
  }
  .btn-primary {
      width:100%;
      background: #38a741;
      border: 0;
      padding: 10px 25px;
      font-size: 14px;
      font-weight: 700;
      display: inline-block;
      border-radius:0;
      -webkit-border-radius:0;
      -moz-border-radius:0;
      color: #ffffff;
      text-shadow: none;
      background-color: #38a741;
      background-image: none;
      background-repeat: repeat-x;
      text-transform:uppercase;
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
       transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      
  }
  .btn-primary:hover, .btn-primary:active, .btn-default:hover, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
      background: #000000;
      color: #fff;
      background-position: 0 -15px;
       transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
  }
  .btn-warning {
      color: #ffffff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #faa732;
      background-image: linear-gradient(to bottom, #fbb450, #f89406);
      background-repeat: repeat-x;
      border-color: #f89406 #f89406 #ad6704;
  }
  .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
      box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  }
  .btn-danger {
      color: #ffffff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #da4f49;
      background-image: none;
      background-repeat: repeat-x;
      border-color: #da4f49;
      border-radius: 0;
  }
  
  .btn-success {
      color: #ffffff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #5bb75b;
      background-image: linear-gradient(to bottom, #62c462, #51a351);
      background-repeat: repeat-x;
      border-color: #51a351 #51a351 #387038;
  }
  
  .btn-info {
      color: #ffffff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #df5c39;
      background-image: linear-gradient(to bottom, #e06342, #dc512c);
      background-repeat: repeat-x;
      border-color: #dc512c #dc512c #a2371a;
  }
  .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
      background-image: none;
      background-color: #df5c39;
  }
  .btn-link {
      border-color: rgba(0, 0, 0, 0);
      cursor: pointer;
      color: #000000;
      border-radius: 0;
  }
  .btn-link, .btn-link:active, .btn-link[disabled] {
      background-color: rgba(0, 0, 0, 0);
      background-image: none;
      box-shadow: none;
      padding: 0;
      text-decoration: none;
  }
  
  
  .myaccount_bar ul {
      margin-top: 0;
      margin-bottom: 10px;
      list-style: none;
      padding: 0 0 0px 15px;
  }
  .btn-inverse {
      color: #ffffff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #363636;
      background-image: linear-gradient(to bottom, #444444, #222222);
      background-repeat: repeat-x;
      border-color: #222222 #222222 #000000;
  }
  .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
      color: #fff;
      background-color: #000000;
      border-color: #000000;
  }
  .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
      background-color: #222222;
      background-image: linear-gradient(to bottom, #333333, #111111);
  }
  /* list group */
  .list-group a {
      border: 0;
      padding: 10px 0;
  }
  .list-group a.active, .list-group a.active:hover, .list-group a:hover {
      color: #000;
      background: transparent;
      text-shadow: none;
  }
  /* carousel */
  html body
  {
      margin:0;
      height:100%;
  }
  .swiper-viewport img
  {
      display:block;
      width:100%; height:100%;
      object-fit: fill;	
  }
  .carousel-caption {
      color: #FFFFFF;
      text-shadow: 0 1px 0 #000000;
  }
  .swiper-viewport #slideshow0 .swiper-wrapper a img {
      width: 100%;
  }
  .carousel-control .icon-prev:before {
      content: '\f053';
      font-family: FontAwesome;
  }
  .carousel-control .icon-next:before {
      content: '\f054';
      font-family: FontAwesome;
  }
  /* product list */
  .product-thumb {
      border: 0px solid #ddd;
      overflow: auto;
      min-height: 436px;
  }
  .product-thumb .image {
      text-align: center;
      overflow: hidden;
      position: relative;
      background: #ffffff;
  }
  .product-thumb .image a {
      display: block;
  }
  .product-thumb:hover .image a {
      opacity: 1;
  }
  .product-thumb .image img {
      margin-left: auto;
      margin-right: auto;
  }
  .product-grid .product-thumb .image {
      float: none;
  }
  @media (min-width: 767px) {
  .product-list .product-thumb .image {
      float: left;
      padding: 0 15px;
  }
  }
  .product-thumb h4 {
      font-weight: bold;
  }
  .product-thumb .caption {
      padding: 10px 15px 20px;
      min-height: auto;
  }
  .product-list .product-thumb .caption {
      margin-left: 225px;
  }
  @media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
      min-height: 210px;
      padding: 0 10px;
  }
  }
  @media (max-width: 767px) {
  .product-list .product-thumb .caption {
      min-height: 0;
      margin-left: 0;
      padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
      min-height: 0;
  }
  }
  .product-thumb .rating {
      padding: 0px 0 8px;
  }
  .rating .fa-stack {
      font-size: 8px;
  }
  .rating .fa-star-o {
      color: #ffc109;
      font-size: 15px;
  }
  .rating .fa-star {
      color: #ffc109;
      font-size: 15px;
  }
  .rating .fa-star + .fa-star-o {
      color: #ffc109;
  }
  h2.price {
      margin: 0;
  }
  .product-thumb .price {
      color: #444;
      text-align: right;
  }
  
  .product-thumb .price {
      color: #38a741;
      text-align: center;
      font-size: 18px;
      font-family: 'Playball', cursive;
  }
  .product-list .product-thumb .price-new {
      font-weight: 500;
      font-size: 22px;
      color: #38a741;
  }
  .product-grid .product-thumb .price-new {
      font-weight: 500;
      font-size: 22px;
      color: #38a741;
  }
  .product-thumb .price-old {
      text-decoration: line-through;
      margin-right: 10px;
      font-size: 15px;
      color: #7a7a7a;
  }
  .product-thumb .price-tax {
      color: #999;
      font-size: 12px;
      display: block;
  }
  .product-thumb .button-group {
      border-top: 0;
      background-color: transparent;
      overflow: auto;
  }
  
  @media (max-width: 768px) {
      .product-list .product-thumb .button-group {
          border-left: none;
      }
  }
  .product-thumb .button-group button {
      width: auto;
      border: none;
      display: inline-block;
      background-color: #00000085;
      color: #ffffff;
      line-height: 38px;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      margin-right: 5px;
  }
  .product-thumb .button-group button + button {
      width: auto;
      margin-right: 5px;
  }
  .product-thumb .button-group button:hover {
      text-decoration: none;
      cursor: pointer;
  }
  @media (max-width: 1200px) {
      .product-thumb .button-group button, .product-thumb .button-group button + button {
          width: 33.33%;
      }
  }
  @media (max-width: 767px) {
      .product-thumb .button-group button, .product-thumb .button-group button + button {
          width: 33.33%;
      }
  }
  .thumbnails {
      overflow: auto;
      list-style: none;
      padding: 0;
      margin: 0;
  }
  .thumbnails > li {
      margin-left: 20px;
  }
  .thumbnails {
      margin-left: -20px;
  }
  .thumbnails > img {
      width: 100%;
  }
  .image-additional a {
      margin-bottom: 20px;
      padding: 0;
      display: block;
      border: 1px solid #ddd;
  }
  .img-thumbnail {
      height: auto;
      padding: 0;
      background-color: transparent;
      border: 0;
      border-radius: 0;
  }
  .thumbnails .image-additional {
      float: none;
      display: inline-block;
      max-width: 100%;
  }
  .thumbnails.thumb_silder_images
  {
      float: left;
  }
  .thumbnails.additional_silder_images
  {
      width: 100%;
      float: left;
      margin: 0;
      overflow: hidden;
  }
  .additional_silder_images .bx-wrapper .bx-pager.bx-default-pager a
  {
      display:none;
  }
  .additional_silder_images  .bx-wrapper .bx-controls-direction a.bx-next:before {
      content:"\f078";
      font-size: 16px;
      font-family: "FontAwesome";
      color: #fff;
      vertical-align: middle;
  }
  .additional_silder_images  .bx-wrapper .bx-controls-direction a.bx-next {
     position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin:auto;
      opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      font-size: 0;
      cursor: pointer;
      text-align: center;
      background: #38a741b5;
  }
  
  .additional_silder_images  .bx-wrapper .bx-controls-direction a.bx-prev:before {
      content:"\f077";
      font-size: 16px;
      font-family: "FontAwesome";
      color:#fff;
      vertical-align: middle;
  }
  
  .additional_silder_images  .bx-wrapper .bx-controls-direction a.bx-prev {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      opacity: 1;
      margin: auto;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      font-size: 0;
      cursor: pointer;
      text-align: center;
      background: #38a741b5;
  }
  @media (min-width: 1200px) {
      #content .col-lg-2:nth-child(6n+1),
      #content .col-lg-3:nth-child(4n+1),
      #content .col-lg-4:nth-child(3n+1),
      #content .col-lg-6:nth-child(2n+1) {
          clear:left;
      }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
      #content .col-md-2:nth-child(6n+1),
      #content .col-md-3:nth-child(4n+1),
      #content .col-md-4:nth-child(3n+1),
      #content .col-md-6:nth-child(2n+1) {
          clear:left;
      }
  }
  @media (min-width: 768px) and (max-width: 991px) {
      #content .col-sm-2:nth-child(6n+1),
      #content .col-sm-3:nth-child(4n+1),
      #content .col-sm-4:nth-child(3n+1),
      #content .col-sm-6:nth-child(2n+1) {
          clear:left;
      }
  }
  
  /* fixed colum left + content + right*/
  @media (min-width: 768px) {
  
  #common-home .swiper-viewport {
      margin: 100px 0 20px;
      background: transparent;
      z-index: 1;
      border: 0;
      border-radius: 4px;
      box-shadow: none;
      width: 100%;
      position: relative;
      overflow: visible;
  }
  
      #column-left  .product-layout .col-md-3 {
         width: 100%;
      }
  
      #column-left + #content .product-layout .col-md-3 {
         width: 50%;
      }
  
      #column-left + #content + #column-right .product-layout .col-md-3 {
         width: 100%;
      }
  
      #content + #column-right .product-layout .col-md-3 {
         width: 100%;
      }
  }
  
  /* fixed product layouts used in left and right columns */
  #column-left .product-layout, #column-right .product-layout {
      width: 100%;
  }
  
  /* fixed mobile cart quantity input */
  .input-group .form-control[name^=quantity] {
      min-width: 50px;
  }
  
  /* Missing focus and border color to overwrite bootstrap */
  .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
      background-image: none;
      background-color: #df5c39;
  }
  
  /* silder */
  
  #common-home .swiper-viewport {
      background: transparent;
      z-index: 1;
      border: 0;
      border-radius: 4px;
      box-shadow: none;
      width: 100%;
      position: relative;
      overflow: visible;
  }
  
  #common-home .swiper-pagination {
      display: none;
  }
  
  #common-home .swiper-viewport:hover .swiper-button-prev, #common-home .swiper-viewport:hover .swiper-button-next {
      text-align: center;
      opacity: 1;
      width: 50px;
      height: 50px;
      line-height: 50px;
      color: #ffffff;
      border-radius:100%;
  }
  #common-home .swiper-viewport .swiper-button-prev:hover, #common-home .swiper-viewport .swiper-button-next:hover {
      background: #38a741;
  }
  #common-home .swiper-viewport .swiper-button-prev, #common-home .swiper-viewport .swiper-button-next {
      text-align: center;
      opacity: 1;
      background: rgba(0, 0, 0, 0.18);
      width: 50px;
      height: 50px;
      line-height: 50px;
      color: #ffffff;
      border-radius:100%;
  }
  
  #common-home .swiper-button-prev:before {
      line-height: 50px;
      height: 50px;
      font-family: FontAwesome;
     content:"\f177";
      color: #ffffff;
      font-size: 20px;
      text-align:center;
      display: inline-block;
      
      
  }
  #common-home .swiper-button-next:before {
      line-height: 50px;
      height: 50px;
      font-family: FontAwesome;
      content:"\f178";
      color: #ffffff;
      font-size: 20px;
      text-align:center;
      display: inline-block;
      
  }
  html body a:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
      outline: 0;
      outline: 0;
      outline-offset: 0;
  }
  #common-home .swiper-viewport .swiper-button-next {
         opacity: 0;
          right:10px;
     
  }
  #common-home .swiper-viewport .swiper-button-prev
  {
              opacity: 0;
      left:10px;
  }
  .home_silder_wrapper
  {
      position: relative;
  }
  .images_border
  {
      background-image: url(../image/welcome/volunteer-top-one-images.png);
      background-repeat: repeat-x;
      background-position: top center;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      height: 13px;
  }
  .top_images_border {
      background-image: url(../image/welcome/top-volunteer-bottom-images.png);
      background-repeat: repeat-x;
      background-position: top center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1;
      height: 13px;
  }
  /* silder end */
  
  .owl-carousel .owl-wrapper-outer
  {
      border: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: 0;
      -moz-box-shadow: 0;
      -o-box-shadow: 0;
      box-shadow: none;
  }
  #product-banner_wrapper .product-banner-inner-matter img, .product-category .category_banner img
  {
      width: 100%;
      height: auto;
  }
  #product-banner_wrapper .col-sm-6 {
      width: 50%;
      padding: 0;
  }
  #product-banner_wrapper .product-banner-inner-matter a::before, .product-category .category_banner a::before, #column-left #banner0 .swiper-wrapper a::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      z-index: 1;
      transition: all 0.6s ease-in-out;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      background: #38a74121;
  }
  #product-banner_wrapper .product-banner-inner-matter:hover a::before, .product-category .category_banner:hover a::before, #column-left #banner0 .swiper-wrapper:hover a::before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
  }
  
  /* BestSeller PRODUCT */
  
  .product_wrapper
  {
      padding: 0px 0;
      position:relative;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
  }
  .comman_title h2
  {
      color: #38a741;
      text-transform: none;
      font-size: 36px;
      position: relative;
  }
  
  .product_wrapper .hover-button i
   {
      width: 40px;
      height: 40px;
      background:#38a7417d;
      font-size: 16px;
      line-height: 40px;
      color: #fff;
      margin-right:8px;
      text-align: center;
  }
  .product_wrapper .hover-button .products_wishlist:last-child i
  {
      margin-right:0px;
      border-radius: 0px 25px 25px 0px;
      -webkit-border-radius: 0px 25px 25px 0px;
      -moz-border-radius: 0px 25px 25px 0px;
  }
  .product_wrapper .hover-button .products_wishlist:first-child i
  {
      border-radius: 25px 0px 0px 25px;
      -webkit-border-radius: 25px 0px 0px 25px;
      -moz-border-radius: 25px 0px 0px 25px;
  }
  .product_wrapper .hover-button-hover
  {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 0;
      bottom: 0;
      height: auto;
      background: rgba(0,0,0,0.0);
      display: none;
  }
  .product_wrapper .hover-button
  {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 0;
      bottom: 0;
      height: 40px;
  }
  .product_wrapper .product-thumb:hover .hover-button-hover
  {
      display: block;
  }
  .product_wrapper .hover-button .products_wishlist a
  {
      opacity:1;
  }
  
  .product_wrapper .hover-button .products_wishlist
  {
      display:inline-block;
  }
  
  .product_wrapper .product-section
  {
      margin-top: 25px;
  }
  .product_wrapper .product-thumb .caption{
      text-align:center;
  }
  
  .product_wrapper .sale p
  {
      background: #38a741;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      padding: 2px;
      width: 40px;
      position: absolute;
      top: 10px;
      left: 10px;
      font-size: 11px;
      margin: 0;
      z-index: 1;
      height: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 100%;
  }
  .product_wrapper .discounts p
  {
      background: #38a741;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      padding: 2px;
      width: 40px;
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 11px;
      margin: 0;
      z-index: 999;
      height: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 100%;
  }
  .product_wrapper .caption h4 a
  {
     
   
      padding-bottom: 10px;
      display: inline-block;
      color: #000;
      font-size: 15px;
      text-decoration: none;
      text-align: center;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0.5px;
      line-height: 30px;
      font-family: 'Roboto', sans-serif;
  }
  
  .add_to_cart_wrapper span.qty_products
  {
      color: #7a7a7a;
      font-size: 12px;
      margin-right: 5px;
  }
  .add_to_cart_wrapper input
  {
      width: 40px;
      height: 40px;
      text-align: center;
      border: 0;
      margin-right: 10px;
      font-size: 14px;
      outline: 0;
      border-bottom: 2px solid #38a741;
  }
  .add_to_cart_wrapper button i
  {
      margin-right: 5px;
      font-size:14px;
  }
  .add_to_cart_wrapper button[type="button"]
  {
      border-radius:0px;
      border: 0;
      background:#38a741;
      color: #fff;
      height: 40px;
      padding: 0px 15px;
      text-transform: none;
      font-size: 14px;
      font-weight:500;
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      width:100%;

      animation: AnimationName 6s ease infinite;
      background: linear-gradient(135deg, #38a741 0%,#2abb4b 50%,#38a741 51%,#38a741 71%,#38a741 100%);
      background-size: auto;
      background-size: 400% 400%;
  }
  .add_to_cart_wrapper
  {
      padding: 5px 0 0 0;
  }
  .product_wrapper .product-thumb:hover .add_to_cart_wrapper button[type="button"]
  {
      background: #000000;
      color: #fff;
  }
  .product_wrapper .image img, #blog-wrapper.blog-wrapper .blog-inner-section img, .product-category .product-list .image img, #blog-wrapper.blog-wrapper .blog-inner-section iframe {
          -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 500ms ease 0s;
      -moz-transition: all 500ms ease 0s;
      -o-transition: all 500ms ease 0s;
      transition: all 500ms ease 0s;
  }
  .product_wrapper .product-thumb:hover img, #blog-wrapper.blog-wrapper .blog-inner-section:hover img, .product-category .product-list .product-thumb:hover img, #blog-wrapper.blog-wrapper .blog-inner-section:hover iframe  {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background: #00000061;
  }
  
  .product_wrapper .nav-tabs {
      border-bottom: 0;
  }
  .product_wrapper .nav-tabs>li>a {
      border: 1px solid #ddd;
      background: #fff;
      color: #7a7a7a;
      padding: 10px 20px;
      margin-right: 15px;
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 25px;
      border-radius: 0px;
  }
  .product_wrapper .nav-tabs>li:last-child a  {
      margin-right: 0px;
      border-radius: 0px 50px 50px 0px;
  }
  .product_wrapper .nav-tabs>li:first-child a
  {
      border-radius: 50px 0 0 50px;
  }
  .product_wrapper .nav-tabs>li a:hover, .product_wrapper .nav-tabs>li.active a{
      background: #38a741;
      color: #fff;
      border: 1px solid transparent;
  }
  .product_wrapper .nav>li>a:focus, .product_wrapper .nav>li>a:hover {
      text-decoration: none;
      border: 0px;
      border: 1px solid transparent;
  }
  .product_wrapper .nav-tabs>li {
      float: none;
      margin-bottom: 0;
      display: inline-block;
  }
  /* products silder style */
  html body .owl-carousel .owl-buttons div i {
      font-size: 30px;
      margin: -20px 0 0;
      color: #000;
  }
  html body .owl-carousel .owl-buttons .owl-prev {
      left: -20px;
  }
  html body .owl-carousel .owl-buttons .owl-next {
      right: -20px;
  }
  
  /* testinomials */
  #testinomials .owl-carousel .owl-item img {
      max-width: 100px;
      max-height:100px;
      height:100px;
      margin: auto;
     border: 3px solid #fad9de;
      padding: 0;
      border-radius: 50%;
      -webkit-border-radius: 50%;
  }
  #testinomials .product-section
  {
      margin-top: 25px;
  }
  #testinomials .comman_title h2 {
      color: #ffffff;
      text-transform: none;
      font-size: 50px;
  }
  #testinomials .comman_title h2:before {
      border-top: 3px solid #c5c5c5;
  }
  #testinomials .custom_item
  {
      color: #ffffff;
  }
  #testinomials .owl-stage-outer
  {
      margin-top: 30px;
  }
  #testinomials .testinomials .tauthor {
      font-size: 18px;
      font-style: normal;
      text-transform: uppercase;
      font-weight: 600;
      padding-top: 0;
      margin-left: 10px;
      margin-top: 10px;
  }
  
  #testinomials .testinomials .owl-stage-outer p {
      margin: 0;
      text-transform: none;
      font-size: 15px;
      line-height: 26px;
  }
  #testinomials .testinomials .tauthor span
  {
      color: #ffffff;
       font-size: 15px;
  }
  #testinomials .testimonial_inner_wrapper
  {
      border: 1px solid #ddd;
      padding: 20px;
      float:right;
  }
  #testinomials .testinomials h5
  {
      font-size: 14px;
      color: #fff;
      text-transform: none;
      font-weight: 500;
      line-height: 30px;
      padding-top: 13px;
      text-align: justify;
      font-family: Quicksand, sans-serif;
  }
  #testinomials .comman_title p {
      color: #ffffff;
  }
  
  #testinomials .testimonial_images_wrapper .testimonial_images_section, #testinomials .testimonial_images_wrapper .testimonial_auhor_section {
      width: 50%;
      float: left;
  }
  
  #testinomials .testimonial_images_wrapper .testimonial_images_section
  {
      width: 40%;
  }
  #testinomials .owl-carousel .owl-dots.disabled, #testinomials .owl-carousel .owl-nav.disabled {
      display: none;
  }
  #testinomials .owl-carousel .owl-dots.disabled {
      display: block !important;
  }
  #testinomials .owl-carousel .owl-dots button span
  {
      width: 17px;
      height: 17px;
      background: #38a741;
      z-index: 999;
      display: inline-block;
      outline: 0;
      margin-right: 10px;
      border-radius: 100%;
  }
  #testinomials .testinomials i {
      margin-bottom: 0;
      font-size: 45px;
      text-align: right;
      width: 100%;
  }
  #testinomials .owl-carousel .owl-prev i, #testinomials .owl-carousel .owl-next i
  {
      color:#ffffff;
      font-size:30px;
  }
  
  /* blog section*/
  
  #blog-wrapper.blog-wrapper .blog-inner-section img
  {
      width:100%;
  }
  #blog-wrapper.blog-wrapper
  {
      padding: 60px 0 ;
  }
  html body #blog-wrapper.blog-wrapper.inner-blog-wrapper {
      padding:0px 0 !important;
  }
  #blog-wrapper.blog-wrapper .blog-inner-section
   {
      border: 0px solid #ddd;
  }
  
  #blog-wrapper .blog-padding-section {
      margin-top: 25px;
  }
  #blog-wrapper.blog-wrapper .auther_weapper .auther_name, #blog-wrapper.blog-wrapper .comments-section
  {
      display: inline-block;
      margin-right:15px;
  }
  #blog-wrapper.blog-wrapper .auther_weapper .auther_name i, #blog-wrapper.blog-wrapper .comments-section i
  {
      color: #38a741;
      margin-right: 3px;
  }
  #blog-wrapper.blog-wrapper .auther_weapper .auther_name span
  {
      color: #6d6d6d;
      text-transform: none;
  }
  #blog-wrapper.blog-wrapper .blog-inner-section .date
  {
      width: 120px;
      background: rgba(0,0,0,0.6);
      text-align: center;
      position: absolute;
      right: 10px;
      padding: 2px 0;
      color: #fff;
      bottom: 10px;
  }
  #blog-wrapper.blog-wrapper .blog-inner-section .date p {
      margin: 0;
      color: #fff;
      text-align: center;
  }
  #blog-wrapper.blog-wrapper .blog-inner-section .date span
  {
      text-transform: uppercase;
      font-size: 12px;
      color: #fff;
  }
  #blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section
  {
      padding: 20px 15px;
  }
  #blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section h5
  {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 15px;
      padding-bottom: 12px;
  }
  
  #blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section h3
  {
      color: #000;
      font-size: 20px;
      line-height: 30px;
      padding-bottom: 10px;
      font-weight: 400;
  }
  #blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section h3 a
  {
      color: #000000;
      font-size: 16.5px;
  }
  #blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section .auther_weapper a
  {
      border-right: 1px solid #ddd;
      padding-right: 20px;
  }
  
  #blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section .auther_weapper li:last-child a
  {
      border-right: 0;
      padding-right: 0;
  }
  
  #blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section .auther_weapper span
  {
      color: #8a8989;
  }
  #blog-wrapper.blog-wrapper a.base-button {
      margin-top: 6px;
  }
  #blog-wrapper.blog-wrapper a.auther_wrapper
  {
      text-transform: uppercase;
      color: #000;
  }
  
  #blog-wrapper.blog-wrapper .auther_and_views_wrapper .col-sm-6 {
      width: auto;
      float: none;
      display: inline-block;
  }
  #blog-wrapper.blog-wrapper .auther_and_views_wrapper
  {
      padding-top: 10px;
  }
  #blog-wrapper.blog-wrapper a.auther_wrapper span
  {
      color:#38a741;
  }
  #blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section p {
      text-transform: none;
      text-align: justify;
  }
  #blog-wrapper.blog-wrapper .owl-nav {
      position: absolute;
      top: -28px;
      right: 11px;
  }
  #blog-wrapper.blog-wrapper .auther_and_views_wrapper .list-inline>li {
      color: #000;
  }
  #blog-wrapper.blog-wrapper .auther_and_views_wrapper .list-inline>li i {
      color: #38a741;
  }
  #blog-wrapper.blog-wrapper .blog-inner-section .blog-images-section
  {
      overflow: hidden;
      position: relative;
  }
  #blog-wrapper.blog-wrapper .owl-carousel .owl-dots.disabled{
      display: none;
  }
  
  #common-home
  {
      overflow-x: hidden;
  }
  /* porducts page */
  .main_padding
  {
      padding: 40px  0;
  }
  #product-product .product_right h1 {
      font-size: 24px;
      color: #000000;
      padding-bottom: 8px;
      line-height: 36px;
  }
  #product-product .product_right .rating a
  {
      color: #000000;
  }
  #product-product .product_right .rating i
  {
      color: #38a741;
  }
  #product-product .product_right .rating span.border
  {
      padding: 0 10px;
  }
  #product-product .product_right .rating, #product-product .product_right .main-price
  {
      text-transform: uppercase;
  }
  #product-product .product_right .price li
  {
      display:inline-block;
      margin-right: 20px;
  }
  #product-product .product_right .price li:last-child
  {
      margin-right: 0;
  }
  #product-product .product_right .price li h2
  {
      font-size: 24px;
  }
  #product-product .product_right li
  {
      font-size: 14px;
      text-transform: uppercase;
  }
  #product-product hr {
      margin: 15px 0;
      border: 0;
      border-top: 1px solid #dddddd;
  }
  a:focus, a:hover {
      color: #000000;
      text-decoration: none;
  }
  #product-product .product_right p
  {
      text-align: justify;
      line-height: 28px;
  }
  #product-product .product_right h4
  {
      color: #000000;
      font-size: 24px;
  }
  
  #product-product .product_right .plus-minus-input input[type="text"]
  {
     padding: 5px 15px;
      width: 16%;
      border: 1px solid #ddd;
      outline: 0;
      height: 45px;
      text-align: center;
      vertical-align: top;
      margin: 0 5px;
  }
  #product-product .product_right .plus-minus-input .input-group-button button.circle
  {
      border: 1px solid #ddd;
      background: #f6f6f6;
      margin-right: 0px;
      margin-left: 0;
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      outline: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      width: 45px;
      height: 45px;
      line-height: 45px;
      padding: 0px;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
       margin: 0;
  }
  
  #product-product .product_right .plus-minus-input .input-group-button button.circle:hover
  {
      color: #ffffff;
      background:  #38a741;
  }
  #product-product .product_right .plus-minus-input .input-group-button
  {
      display: inline-block;
  }
  #product-product .product_right .plus-minus-input label {
      font-size: 15px;
      font-weight: 600;
      color: #38a741;
      text-transform: uppercase;
      margin-right: 20px;
  }
  .alert-dismissable .close, .alert-dismissible .close {
      position: relative;
      top: 0px;
      right: 0;
      color: inherit;
      font-size: 28px;
  }
  #product-product .product_right .plus-minus-input .input-group-button button#button-cart
  {
      margin-left: 20px;
      text-shadow: none;
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      background: #38a741;
      border: 0;
      padding: 0px 30px;
      color: #fff;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      font-weight: 700;
      display: inline-block;
      height: 45px;
      text-align: center;
      text-transform: none;
      vertical-align: initial;
      font-size: 15px;
  }
  #product-product .product_right .plus-minus-input .input-group-button button#button-cart i
  {
      margin-right:5px;
  }
  #product-product .product_right .plus-minus-input .input-group-button button#button-cart:hover
  {
      background: #000000;
      color:#ffffff;
  }
  #product-product .product_right .plus-minus-input .input-group-button.input-group-wishlist
  {
       margin-left: 0px;
  }
  #product-product .product_right .plus-minus-input .input-group-button.input-group-wishlist button
  {
     background: transparent;
      border: 0;
      color: #8a8989;
      margin-left: 0;
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      padding: 0;
      font-size: 14px;
      margin-right: 20px;
      margin-top: 15px;
      background: transparent;
  }
  #product-product .product_right .plus-minus-input .input-group-button.input-group-wishlist button i
  {
      font-size:14px;
      margin-right:5px;
      color:#38a741;
      
  }
  #product-product .product_right .plus-minus-input .input-group-button.input-group-wishlist button:hover
  {
      background:transparent;
  }
  
  #product-product .thumbnail {
      padding: 2vw;
      background-color: transparent;
      border: 1px solid #ddd;
      border-radius: 0;
      outline: 0;
  }
  
  #product-product .nav-tabs {
     border-bottom: 0;
      padding: 0;
      text-align: center;
      clear: both;
      margin: 0px 0 0px;
  }
  #product-product .nav-tabs>li.active>a{
      color: #ffffff;
      cursor: default;
      background-color: #38a741;
      border: 1px solid transparent;
      text-transform: uppercase;
      border-bottom-color: transparent;
      border-radius: 0;
      padding: 10px 25px;
      text-align: center;
  }
  #product-product .nav-tabs>li>a {
      margin-right: 0;
      line-height: 1.42857143;
      border: 1px solid #dddddd;
      border-radius: 0;
      color: #000000;
      padding: 10px 25px;
      text-transform: uppercase;
      background: #f4f4f4;
      margin-right: 10px;
      position:relative;
      display: block;
      width: 100%;
      text-align: center;
  }
  #product-product .nav-tabs li:last-child a {
      margin-right: 0px;
  }
  #product-product .reviews_padding
  {
     padding: 25px 0 0 0;
  }
  #product-product .reviews_padding p
  {
      /* text-align: justify; */
      text-transform: none;
      font-size: 15px;
      line-height: 26px;
      letter-spacing: 0px;
      
  }
   #product-product .select-selected {
      padding: 10px 12px;
      background: #f6f6f6;
      position: relative;
  }
  #product-product .select-selected:after {
      top: 22px;
  }
  #product-product .select-selected.select-arrow-active:after {
      top: 14px !important;
  }
  #product-product .reviews_padding .nav-tabs>li {
     display: table;
      vertical-align: top;
      float: none;
      width: 100%;
      margin-bottom: 15px;
  }
  #product-product .reviews_padding h2
  {
      font-size: 18px;display: none;
  }
  #product-product .reviews_padding input[type="text"], #product-product .reviews_padding textarea
  {
      border-radius: 0;
      padding:10px 15px;
      outline: 0;
  }
  
   #product-product .reviews_padding .fa-stack {
      position: relative;
      display: inline-block;
      width: 1em;
      height: 1em;
      line-height: 1em;
      vertical-align: middle;
      color: #38a741;
  }
   #product-product .reviews_padding .nav-tabs>li.active a:before {
      position: absolute;
      top: 0;
      bottom: 0;
      right: -20px;
      margin: auto;
      width: 0;
      height: 0;
      border: solid transparent;
      border-width: 10px;
      border-top-color: #38a741;
      transform: rotate(-90deg);
      content: '';
      transition-duration: 300ms;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
  }
  .alert-success {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      border-radius: 0;
      text-align: center;
      z-index: 999;
  }
  #quickproduct .bx-wrapper .bx-controls
   {
      display: none;
  }
  .product_wrapper.text_related_wrapper {
      padding: 0;
  }
  /*category section */
  
  
  .product-category .product-grid .product-thumb {
      border: 0px solid #ddd;
      overflow: auto;
      min-height: 436px;
      margin-bottom: 30px;
  }
  .product-category .category_grid-wrapper
  {
      background: transparent;
      padding: 15px 0 13px;
      border: 0px solid #ddd;
  }
  
  .product-category .category_grid-wrapper .form-group {
      margin-bottom: 0;
  }
  .product-category .category_grid-wrapper .form-group a {
     padding: 0;
      text-transform: uppercase;
      font-weight: 600;
      color: #000000;
      font-size: 12px;
      text-decoration: none;
  }
  .product-category .category_grid-wrapper .btn-group .btn-default
  {
     
      color:#000000;
      text-shadow: none;
      background-color: transparent;
      background-image: none;
      background-repeat: repeat-x;
      border-color: transparent;
      box-shadow: none;
      outline: 0;
  }
  .product-category .category_grid-wrapper .btn-group .btn-default.active i
  {
       color: #38a741;
  }
  .product-category .category_grid-wrapper .btn-group i
  {
      font-size: 24px;
      line-height: 28px;
  }
  .margin_search
  {
      margin-bottom:25px;
  
  }
  .product-category .category_grid-wrapper .btn-group-sm>.btn, .btn-sm {
      padding: 0px 7px;
      border-radius:0px;
  }
  
  .product-category .category_grid-wrapper .input-group .input-group-addon {
      font-size: 12px;
      height: 0;
      color: #000000;
      text-transform: uppercase;
      font-weight: 600;
      background: transparent;
      border: 0;
      border-radius: 0;
  }
  
  .product-category .category_grid-wrapper .input-group-sm>.form-control{
      height: auto;
      padding: 6px 10px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 0;
      border: 0;
      background: transparent;
      box-shadow: none;
      outline: 0;
      width: auto;
      display: none;
  }
  
  .product-category .category_grid-wrapper .form-control:focus {
      border-color: #dddddd;
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  .product-category h3, .product-category h2
  {
      color: #000000;
      padding-bottom: 15px;
      font-size:24px;
  }
  .list-group h4, .left_products_wrapper .left_comman_title h2
  {
      border: 0;
      color: #38a741;
      padding: 15px 15px;
      border-bottom: 0;
      text-align: left;
      font-size: 26px;
      background: #f7f7f7;
      border-left: 3px solid #38a741;
      position:relative
  }
  .list-group h4:before, .left_products_wrapper .left_comman_title h2:before {
      position: absolute;
      top: 0;
      bottom: -68px;
      left: 7px;
      margin: auto;
      width: 0;
      height: 0;
      border: solid transparent;
      border-width: 10px;
      border-top-color: #f7f7f7;
      transform: rotate(0deg);
      content: '';
      transition-duration: 300ms;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      z-index: 9;
  }
  :after, :before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  .list-group .fa {
      font-size: 15px;
      color: #38a741;
      margin-right: 5px;
  }
  
  .list-group .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }
  
  .categories_sidbar_section ul {
      margin-top: 0;
      margin-bottom: 10px;
      padding: 0;
      list-style: none;
  }
  
  .categories_sidbar_section ul li a
  {
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #000;
      display: inline-block;
  }
  .list-group.categories_sidbar_section, .eblog .search  {
      margin-bottom: 30px;
  }
  .categories_sidbar_section ul li:last-child a
  {
      padding-bottom: 0;
  }
  .categories_sidbar_section ul li a:hover, .categories_sidbar_section ul li.child_category a:hover
  {
      color: #38a741;
  }
  .categories_sidbar_section ul li.child_category{
      padding-left: 20px;
      border: 0;
      position: relative;
  }
  .categories_sidbar_section ul li.child_category:before {
      position: absolute;
      width: 10px;
      border-left: 1px solid #38a741;
      left: 19px;
      top: 3px;
      content: '';
  }
  .categories_sidbar_section ul li.child_category:before {
      height: 105%;
  }
  .categories_sidbar_section ul li.child_category:last-child:before 
  {
      height: 45%;
  }
  .categories_sidbar_section ul li.child_category a em {
      color: #38a741;
      margin-right: 25px;
      display: inline-block;
  }
  .categories_sidbar_section ul li.child_category a em span {
      width: 15px;
      height: 1px;
      background: #38a741;
      display: inline-block;
      line-height: 1px;
      position: absolute;
      top: 18px;
      left: -1px;
  }
  .categories_sidbar_section ul li.child_category a {
      font-size: 14px;
      text-transform: uppercase;
      color: #000;
      letter-spacing: 1px;
      padding: 5px 0;
      display: inline-block;
  }
  .product-category #column-left .swiper-viewport {
      margin: 0;
      background: transparent;
      z-index: 1;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      width: 100%;
      position: relative;
      overflow: visible;
  }
  .product-category .product-grid p.description_matter
  {
      display:none;
  }
  .product-category .product-list p.description_matter
  {
      display:block;
  }
  .product-category .product-list .rate-and-title
  {
      padding-left: 72px;
      padding-top: 17px;
  }
  
  .product-category .product-list .product-thumb {
      margin-bottom: 30px;
  }
  
  .product-category .product_wrapper
  {
      padding: 30px 0 0;
  }
  
  .product-category .product-list .product-thumb .caption {
      padding: 0;
      min-height: auto;
  }
  
  .product-category .product-list .product-thumb .image {
      float: left;
      padding: 0;
  }
  .product-category .product-list .product-thumb .caption {
      text-align: left;
  }
  
  .product-category .product-list .product-thumb .price {
      color: #38a741;
      text-align: left;
      font-size: 18px;
  }
  
  .custom-select {
    position: relative;
  }
  
  .custom-select select{
    display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
    background-color: DodgerBlue;
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #38a741  transparent transparent transparent;
  }
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #38a741  transparent;
    top: 7px;
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
      padding: 0 12px;
      border: 0;
      border-color: transparent transparent #0000001a transparent;
      cursor: pointer;
      user-select: none;
      background: transparent;
      box-shadow: none;
  }
  html body .select-items div {
      padding: 8px 12px;
      border: 0;
      border-color: transparent transparent #0000001a transparent;
      cursor: pointer;
      user-select: none;
      background: #f6f6f6;
      box-shadow: none;
      color: #000;
  }
  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: #38a741;
    color:#ffffff;
  }
  /* brand product-manufacturer*/
  
  html body h1{
      font-size: 24px;
      color: #000000;
      padding-bottom:20px;
  }
  #product-manufacturer p strong
  {
      font-size: 16px;
      color: #000000;
  }
  #product-manufacturer p a 
  {
      font-size: 16px;
      font-weight: 600;
  }
  #product-manufacturer .brand-border .row
  {
      padding: 10px 10px 9px;
  }
  #product-manufacturer .brand-border h2
  {
      background: #f4f4f4;
      padding: 10px;
      color: #000000;
  }
  #product-manufacturer .brand-border
  {
      border: 1px solid #dddddd;
      padding: 5px;
      margin-bottom: 15px;
      width: 100%;
  }
  #product-manufacturer .brand-border:last-child
  {
      margin-bottom: 0px;
  }
  
  /* checkout-cart*/
  #checkout-cart #accordion .input-group-btn input[type="button"], #checkout-cart #accordion .input-group-btn input[type="submit"]
  {
      padding: 9.5px 15px;
  }
  #checkout-cart  h2
  {
      font-size: 24px;
      padding-bottom: 10px;
  }
  
  .well h2
  {
      font-size: 24px;
      padding-bottom: 10px;
  }
  
  
  /* contact page*/
  #information-contact h3
  {
      color: #38a741;
      font-size: 17px;
      text-transform: uppercase;
      padding-bottom: 10px;
  }
  #information-contact .panel-default {
      border: 0;
      border-radius: 0;
      box-shadow: none;
  }
  
  #information-contact .panel-body {
      padding: 0;
  }
  
  #information-contact .panel-default ul {
      margin: 0;
      padding: 0;
      list-style: none;
  }
  .product-category .product-list .product-thumb h4 {
      padding-bottom: 0px;
  }
  #information-contact .panel-default ul li i {
      color: #38a741;
      margin-right: 5px;
      position: absolute;
      top: 5px;
      left: -25px;
  }
  #information-contact .panel-default ul li {
      position: relative;
      margin-left: 25px;
      margin-bottom: 6px;
      text-transform: uppercase;
  }
  
  #information-contact .panel-default .social-icons {
      margin-top: 25px;
  }
  
  #information-contact .panel-default .social-icons ul li.facebook
  {
       background: #3b5998;
  }
  #information-contact .panel-default .social-icons ul li.twitter
  {
       background: #1dcaff;
  }
  #information-contact .panel-default .social-icons ul li.google-plus
  {
       background: #d34836;
  }
  #information-contact .panel-default .social-icons ul li.linkedin
  {
       background: #0077b5;
  }
  #information-contact .panel-default .social-icons ul li.youtube-play
  {
       background: #ff0000;
  }
  #information-contact .panel-default .social-icons ul li i {
      margin-right: 0px;
      position: static;
      top: 0;
      left: 0;
      color: #ffffff;
      width: 35px;
      height: 35px;
      text-align: center;
      line-height: 35px;
  }
  #information-contact .panel-default .social-icons ul li {
      margin-left: 0;
      float: left;
      margin-right: 15px;
  }
   #account-account h2, #account-address h2, #account-wishlist h2, #account-download h2{
      font-size: 20px;
      margin-bottom: 10px;
      color: #000;
  }
  html body .owl-carousel {
      margin: 0 0 1px;
  }
  #blog-wrapper.blog-wrapper .owl-dots
  {
      display:none;
  }
  
  #clients_logo.clients_logo .owl-nav {
      display:none;
  }
  #clients_logo.clients_logo .owl-dots
  {
      display: none;
  }
  #clients_logo.clients_logo .owl-carousel .owl-item img {
      opacity: 0.8;
      max-width:150px;
      display: inline-block;
  }
  #clients_logo.clients_logo .owl-carousel .owl-item img:hover {
      opacity: 1;
  }
  #clients_logo.clients_logo .product_wrapper {
      padding: 30px 0;
  }
  .top_button a
  {
     width: 40px;
      height: 40px;
      line-height: 40px;
      background: #38a741;
      color: #fff;
      display: inline-block;
      text-align: center;
      position: fixed;
      z-index: 999;
      right: 20px;
      bottom: 20px;
      border-radius: 100%;
  }
  .top_button i
  {
      font-size:24px;
      line-height: 35px;
  }
  
  .top_button a:hover
  {
      background:#404245;
      color:#ffffff;
  }
  
  /* news latter */
  
  /* best offer */
  
  #best_offer.best_offer{
      background-image: url(../image/bg-images.jpg);
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: 100% auto;
      padding: 80px 0;
      text-align: center;
      background-position: center center;
  }
  #best_offer.best_offer h3 {
      font-size: 24px;
      color: #fff;
      padding-bottom: 20px;
  }
  #best_offer.best_offer h1 {
      font-size: 60px;
      color: #fff;
      padding-bottom: 20px;
      font-weight: 700;
      letter-spacing: 4px;
  }
  #best_offer.best_offer p {
     margin: 0 0 10px;
      font-size: 18px;
      text-transform: none;
      color: #fff;
  }
  #best_offer.best_offer a.base-button {
      padding: 10px 40px;
      font-size: 16px;
  }
  a.base-button {
     background: #38a741;
      border: 0;
      padding: 7px 25px;
      color: #fff;
      border-radius: 50px;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      margin-top: 20px;
      display: inline-block;
  }
  
  a.base-button:hover
  {
      background: #404245;
      color:#ffffff;
  }
  .owl-carousel .owl-dots.disabled{
      display: none !important;
  }
  
  
  /* category page */
  
  .product-category .row_category
  {
      margin: 0 0 15px;
  }
  .product-category .category_banner
  {
      padding:0px;
  }
  
  .product-category .refine_search ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  .product-category .refine_search ul li a
  {
      font-size: 14px;
      padding-bottom: 5px;
      color: #000;
      display: inline-block;
      text-transform: none;
  }
  .product-category .refine_search ul li:last-child a
  {
      padding-bottom: 0;
  }
  .product-category .refine_search ul li a:hover
  {
      color: #38a741;
  }
  .product-category .refine_search ul li a.base-button {
      margin-top: 0;
      margin-right: 15px;
  }
  .product-category .refine_search ul li.active a.base-button {
      background:#f7f7f7;
      color:#000000;
  }
  .product-category .refine_search ul li:last-child a.base-button {
      margin-right: 0px;
  }
  .product-category .refine_search
  {
      padding: 15px 0 15px;
      clear: both;
  }
  .product-category .row_category p {
      margin: 0 0 10px;
      text-align: justify;
      text-transform: none;
  }
  
  #column-left .panel-default>.panel-heading {
      border: 0;
      color: #fff;
      padding: 10px 12px;
      border-bottom: 0;
      background: #38a741;
      text-align: left;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      font-family: 'Roboto Slab', serif;
      height: auto;
      line-height: normal;
      border-radius: 0;
  }
  
  #column-left .panel-heading+.list-group .list-group-item {
      color: #000;
      font-size: 16px;
      font-weight: 700;
  }
  
  #column-left input[type=checkbox], #column-left input[type=radio] {
      margin: 7px 0 0 -20px;
  }
  
  #column-left .panel-footer {
      background-color: #fff;
      border-top: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }
  
  #column-left .checkbox label, #column-left .radio label {
      min-height: 20px;
      padding-left: 20px;
      margin-bottom: 0;
      font-weight: 500;
      cursor: pointer;
      color: #888;
      font-size: 14px;
  }
  
  #column-left .panel {
      margin-bottom: 20px;
      background-color: #fff;
      border: 1px solid #dddddd !important;
      box-shadow: none;
      border-top: 0px !important;
      border-radius: 0;
  }
  
  /* zoomer */
  
  /* styles unrelated to zoom */
  
          /* these styles are for the demo, but are not required for the plugin */
          .zoom {
              display:inline-block;
              position: relative;
          }
          
          /* magnifying glass icon */
  
          .zoom img {
              display: block;
          }
  
          .zoom img::selection { background-color: transparent; }
  
          #ex1 img:hover { cursor: url(grab.cur), default; }
          #ex1 img:active { cursor: url(grabbed.cur), default; }
          
          
  /* newslatter */
  
  #newsletterModal .closepopup{
      position: absolute;
      right: -18px;
      top: -18px;
      opacity:1;
      z-index:99999;
      outline: 0;
  }
  
  
  
  /* loder */
  .loader
  {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      background: #ffffff;
      z-index: 999999;
      width: 100%;
  }
  .loader img
  {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      z-index: 999999;
      width: 100%;
      max-width: 100px;
  }
  .iifr
  {
      display:none;
  }
  .refine_search ul {
      margin-top: 0;
      list-style: none;
      padding: 0px;
      margin-bottom: 20px;
  }
  
  /* shop by category */
  
  
  .shop_by_category
  {
      padding: 50px 0;
      background: #fffffff;
  }
  
  .shop_by_category .owl-carousel {
      background: transparent;
  }
  .inner_shop_by_category {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
  }
  
  .inner_shop_by_category .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
  }
  
  .inner_shop_by_category:hover .overlay {
      background: rgba(0,0,0,0.5);
  }
  
  .inner_shop_by_category img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  
  .inner_shop_by_category:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  
  .inner_shop_by_category h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: #38a741;
    margin-top: 50px;
  }
  
  .inner_shop_by_category a.info {
      display: inline-block;
      text-decoration: none;
      padding: 6px 20px;
      border: 1px solid #38a741;
      margin: 40px 0 0 0;
      background: #38a741;
      color: #38a741;
      border-radius: 30px;
  }
  html body .inner_shop_by_category span a
  {
       color:#38a741 !important;
  }
  .inner_shop_by_category a.info:hover {
    box-shadow: 0 0 5px #38a741;
  }
  
  .inner_shop_by_category a.info, .inner_shop_by_category h2 {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff !important;
    text-transform: none;
  }
  
  .inner_shop_by_category:hover a.info, .inner_shop_by_category:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .inner_shop_by_category .images_border
  {
      bottom:-1px;
  }
  
  /* products left bar */
  
  .left_products_wrapper .left_comman_title h2
  {
      margin:30px 0 20px;
  }
  .left_products_wrapper .products_images_wrapper
  {
      width: 35%;
      float: left;
  }
  
  .left_products_wrapper .products_text_wrapper
  {
      width: 65%;
      float: left;
  }
  
  .left_products_wrapper .product-thumb .caption {
      padding: 10px 15px 5px;
      min-height: auto;
  }
  
  .left_products_wrapper .product-thumb .price {
      text-align: left;
      font-size: 14px;
      margin: 0;
  }
  .left_products_wrapper .product-thumb .price-old {
      margin-left: 10px;
      font-size: 13px;
  }
  .left_products_wrapper .product-thumb {
      margin-bottom: 15px;
  }
  .left_products_wrapper .product-thumb .rating {
      padding: 0px 0 5px;
  }
  
  .left_products_wrapper .product-thumb h4 {
      font-weight: bold;
      font-family: Quicksand, sans-serif;
      font-size: 15px;
      padding-bottom: 4px;
  }
  .left_products_wrapper .product-thumb h4 a
  {
      color:#000;
  }
  .left_products_wrapper button[type="button"]
  {
      padding: 0;
      border: 0;
      background: transparent;
      text-transform: none;
      color: #000;
      font-size: 13px;
      outline: 0;
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
  }
  .left_products_wrapper button i
  {
      font-size: 13px;
      margin-right:3px;
  }
  .left_products_wrapper button[type="button"]:hover
  {
      color: #38a741;
  }
  
  /* search page */
  .custom-select.category_select_wrapper, .search_search_page input[type="text"] {
      position: relative;
      font-size: 14px;
      border-radius: 0;
      padding: 6.5px 15px;
      height: auto;
      outline: 0;
      border: 1px solid #ddd;
      min-height:45px;
      outline:0;
      box-shadow:none;
      margin-bottom: 8px;
  }
  
  .category_select_wrapper .select-selected:after {
      top: 19px;
  }
  .category_select_wrapper .select-selected.select-arrow-active:after {
      top: 14px !important;
  }
  
  .popup_products_page #porducts_images img {
      vertical-align: middle;
      max-width: 70px;
  }
  /* sitemap pages */
  
  #information-sitemap ul 
  {
      margin-top: 0;
      margin-bottom: 10px;
      padding: 0;
      list-style: none;
  }
  #information-sitemap ul li
  {
      font-size: 18px;
      text-transform: uppercase;
      color: #38a741;
  }
  
  #information-sitemap ul li a
  {
      font-size: 15px;
      text-transform: uppercase;
      color: #000000;
  }
  
  #information-sitemap ul li a:hover
  {
      color: #38a741;
  }
  
  #newsletterModal .modal-body {
      background-size: cover;
      background-repeat: no-repeat;
      padding: 40px 15px;
  }
  #footer .footer-inner-matter .col-sm-12 {
      padding: 0px 15px;
  }
  
  .shop_by_category .inner_shop_by_category img
  {
      width:100%;
  }
  
  /*welcome block */
  
  .welcomeblock h2{
      text-align: center;
      border: medium none;
      display: inline-block;
      width: auto;
      position: relative;
      margin: 0 0 35px 0;
      padding: 0;
      color: #38a741;
      letter-spacing: 0.1px;
      font-family: 'Playball', cursive;
      font-weight: 400;
      font-size:50px;
      line-height: 35px;
      text-transform:capitalize;
  
  }
  .welcomeblock{
      padding:50px 00;
      text-align: center;
  }
  
  .welcomeblock .about-store .about-text1{
  padding: 00 96px;
  font-family: 'Montserrat', sans-serif;
      
  }
  
  .hoverlogo .data1 .dataicon1 i{
  font-size: 50px;
  }
  
  .hoverlogo .data2 .dataicon2 i{
  font-size: 50px;
  }
  .hoverlogo .data3 .dataicon3 i{
  font-size: 50px;
  }
  
  .hoverlogo .data1 .dataicon1{
      text-align:center;
      color:#989898;
  }
  
  .hoverlogo .data2 .dataicon2{
      text-align:center;
      color:#989898;
  }
  
  .hoverlogo .data3 .dataicon3{
      text-align:center;
      color:#989898;
  }
  
  .hoverlogo  .datawrapper{
      text-align:center;
      padding:20px 00;
      
  }
  .hoverlogo {
      padding-bottom:50px;
  border-bottom: 1px solid #e6e6e6;}
  
  .datawrapper h6{
      font-family: 'Montserrat', sans-serif;
      font-weight:600;
  }
  .datawrapper p{
          font-family: 'Montserrat', sans-serif;
  }
  .weekendoffer{
      padding:50px 00;
  }
  
  .weekendoffer img {
      vertical-align: middle;
      width: 100%;
  }
  .weekendoffer .part1 .banner-detail{
      position: absolute;
      top: 20px;
  }
  .weekendoffer .part1 .banner-detail{
      position: absolute;
      top: 30px;
      left: 44px;
  }
  
  .weekendoffer .part1 .banner-detail .main-title{
  font-family: 'Playball', cursive;
      font-weight: 400;
      font-size: 26px;
  color: #38a741;
  padding: 10px 0;
  }
  
  .weekendoffer .part1 .banner-detail .sub-title{
      font-family: 'Playball', cursive;
      font-weight: 400;
      font-size:30px;
      padding: 7px 0;
      color: #000000;
  }
  
  .weekendoffer .part1 .banner-detail a{
     background-color: #38a741;
      color: white;
      padding: 15px 30px;
  border-radius: 50px;
  position: absolute;   
      top: 64px;
  }
  
  .weekendoffer .part2 .banner-detail{
      position: absolute;
      top: 75px;
      left: 110px;
  
  }
  .weekendoffer .part2 .banner-detail .main-title{
      font-family: 'Playball', cursive;
      font-weight: 400;
      font-size: 26px;
      color: #38a741;
      padding: 10px 0;
  }
  
  .weekendoffer .part2 .banner-detail .sub-title{
      font-family: 'Playball', cursive;
      font-weight: 400;
      font-size: 30px;
      color: #000000;
      padding: 7px 0;
  }
  
  .weekendoffer .part2 .banner-detail a{
      background-color: #38a741;
      color: white;
      padding: 15px 30px;
      border-radius: 50px;
      position: absolute;   
      top:85px;
      }
  
  .weekendoffer .part3 .banner-detail{
      position: absolute;
      top: 30px;
      right: 30px;
  }
  
  .weekendoffer .part3 .banner-detail .main-title{
  font-family: 'Playball', cursive;
      font-weight: 400;
      font-size: 26px;
  color: #38a741;
      padding: 10px 0;
  }
  
  .weekendoffer .part3 .banner-detail .sub-title{
      font-family: 'Playball', cursive;
      font-weight: 400;
      font-size:30px;
      color: #000000;
      padding: 7px 0;
  }
  
  .weekendoffer .part3 .banner-detail a{
     background-color: #38a741;
      color: white;
      padding: 15px 30px;
      border-radius: 50px;
      position: absolute;   
      top: 64px;
      }
      
  .vaseblock .vase {
      padding:150px 0;
      background:url(../image/vase.jpg);
      background-attachment: fixed;
      background-repeat: no-repeat;
    
  }
  .vaseblock .parallax_container .vase-text{
      float:left;
  }
  .vaseblock .parallax_container .vase-text .mainheadding{
  font-family: 'Playball', cursive;
      font-size: 40px;
      line-height: 32px;
      color: #38a741;
      letter-spacing: 0.2px;
      font-weight: 400;
      margin-bottom: 20px;
  }
  .vaseblock .parallax_container .vase-text .title{
  font-family: 'Playball', cursive;
      font-size: 55px;
      line-height: 42px;
      color: #000;
      letter-spacing: 0.2px;
      font-weight: 400;
  
  }
  .vaseblock .parallax_container .vase-text .sub-title{
  font-family: 'Montserrat', sans-serif;
  padding:15px 00;
  }
  .vaseblock .parallax_container .vase-text .shopnow  a{
      background-color: #38a741;
      color: white;
      padding: 15px 30px;
      border-radius: 50px;
      position: absolute;
   
  }
  .vaseblock .parallax_container .vase-text .button{
      margin:0;
  }
  .footer_header_top{
      padding: 100px 0;
      background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(56 167 65) 100%);
      background-size: cover;
      background-image: url("/image/catalog/newsletter.jpg");
  }
  .footer_header_top .row {
      padding: 10px 0;
      background:rgb(0 0 0 / 32%);
  }
  .text-danger {
    color: #ff00d2 !important;
    font-weight: 100 !important;
    font-style: italic;
  }
  .footer_header_top .Join_community h2{
      color:#fff;
      font-size:30px;
      line-height: 45px;
      text-transform:capitalize;
      text-align:center;
      margin-bottom: 5px;
  }
  .footer_header_top .Join_community{
  box-sizing: border-box;
  }
  
  #subsribe  .news_latter_form .input-news input{
      background: transparent;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      text-align: center;
      border: 1px solid #fff;
      border-left: 0;
      border-right: 0;
      padding: 13px 15px;
      color: #ffffff;
  }
  #subsribe  .news_latter_form .input-news input::placeholder{
      color:#ffffff;
  }
  #subsribe  .news_latter_form {
      padding:10px 0;
  }
  #subsribe  .news_latter_form .input-news{
       border-bottom: 0;
      max-width: 550px;
      margin: auto;
      }
  
      
      
      /*/testimonialvideo*/
      
      #czvideocmsblock{
      width: 100%;
      float: left;
      background:transparent;
      height: 497px;
      }
  #czvideocmsblock .cms-banner-inner{
      position: relative;
  }
  
  #czvideocmsblock .cms-banner-inner .cms-banner-video video {
      display: inline-block;
     max-width: 100%; 
    height: auto !important; 
      margin-bottom: 0;
  }
  
  #czvideocmsblock .cms-banner-inner .static-wrapper {
      top: 40%;
      bottom: auto;
      opacity: 1;
      padding: 0;
  }
  #czvideocmsblock .cms-banner-inner .static-wrapper {
      display: block;
      margin: 0 auto;
      padding: 10px;
      position: absolute;
      text-align: center;
      letter-spacing: 0;
      z-index: 9;
      top: 45px;
      left: 0;
      right: 0;
      opacity: 1;
  }
  
  #fade {
      display: none;
      position: fixed;
      top: 0%;
      left: 0%;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.8);
      z-index: 10000;
      -moz-opacity: 0.8;
      filter: alpha(opacity=80);
  }
  #czvideocmsblock  .cms-banner-inner .static-wrapper .link-text {
      background:url(../image/play.png) no-repeat scroll center center;
      font-size: 0;
      padding: 0 0 0 0;
      height: 400px;
      width: 81px;
      margin: 0;
      display: inline-block;
      
  }
  
  /* hover over the icons now to see the tooltips! */
  
  .setings_footer_social a.facebook:hover{
    background-color: #4183d7;
    color: #bfbfbf;
  }
  .setings_footer_social a.facebook span{
    color: #4183d7;
   
  }
  .setings_footer_social a.twitter:hover{
    background-color: #19b5fe;
    color: #fff;
     
  }
  .setings_footer_social a.twitter span{
    color: #19b5fe;
   
  }
  .setings_footer_social a.github:hover{
    background-color:#b60000;
    color: #fff;
    
  }
  .setings_footer_social a.github span{
    color: #000;
      
  }
  .setings_footer_social a.dribble:hover{
    background-color: #f62459;
    color: #fff;
     
  }
  .setings_footer_social a.dribble span{
    color: #f62459;
   
  }
  .setings_footer_social a.pinterest:hover{
    background-color: #f22613;
    color: #fff;
      
  }
  .setings_footer_social a.pinterest {
    color: #f22613;
  
  }
  
  /*/settings hover*/
  .setings_footer_social a{
    
     background: #ff9aae;
      color: #38a741;
      border-radius: 100%;
      display: inline-block;
      text-align: center;
      text-decoration: none;
      position: relative;
      width:45px;
      height:45px;
      margin: 0 2px;
      padding-top:9px;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      transition: all .5s;
  
  }
  .setings_footer_social a.icon:before{
    font-family: "FontAwesome", sans-serif;
    color: #fff;
    font-size: 20px;
  }
  .setings_footer_social a.facebook:before{
    content: '\f09a';
  }
  .setings_footer_social a.twitter:before{
    content: '\f099';
  }
  .setings_footer_social a.github:before{
    content: '\f113';
  }
  .setings_footer_social a.dribble:before{
    content: '\f17d';
  }
  .setings_footer_social a.pinterest:before{
    content: '\f0d2';
  }
  
  .setings_footer_social a span{
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 5px 7px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  
  .setings_footer_social a span:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 40px;
  }
  .setings_footer_social a:hover span{
    bottom: 50px;
    visibility: visible;
    opacity: 1;
  }
  .setings_footer_social{
      text-align: center;
      margin-top: 40px;
  }
  
  html body .btn-link:focus, html body .btn-link:hover {
      color: #38a741;
      text-decoration: none;
      background-color: transparent;
  }
  
  /*/settings side bar design*/
  
  .modal-body .myaccount_bar h4{
  text-transform: none;
      font-size: 18px;
      margin: 20px 0px;
  }
  .modal-body .myaccount_bar h4 i{
      margin-right: 15px;
      font-size: 20px;
  }
  
  .modal-body .myaccount_bar ul li a{
      font-size: 14px;
      font-family: 'Montserrat', sans-serif;
      color: #000;
  }
  .modal-body .myaccount_bar ul li a:hover{
      color:#38a741;
      
  }
  .modal-body .myaccount_bar ul li{
      margin-top: 13px;
  }
  
  .modal-body .myaccount_bar{
      height:650px;
  }
  
  
  /*/newslatter designing */
  #newsletterModal .modal-dialog .modal-content .modal-body p{
      text-align: center;
      font-size: 13px;
      color: #98999b;
      padding: 10px 0px;
      font-family: 'Montserrat', sans-serif;
      line-height: 24px;
  }
  #newsletterModal .popupnewsletter {    
      margin: auto;
      max-width: 500px;
  }
  
  #newsletterModal .popupnewsletter .form-group {
      margin-bottom: 0;
  }
  #newsletterModal .popupnewsletter input{
      height: auto;
      width:100%;
      border: none;
      text-align: left;
      margin-bottom: 20px;
  }
  #newsletterModal .popupnewsletter .input-group {
      display: block;
  }
  #newsletterModal .popupnewsletter .required .pop_button{
      text-align:center;
  }
  #newsletterModal .modal-dialog .modal-content h2{
      font-family: 'Playball', cursive;
      text-transform: none;
      text-align: center;
      font-size: 36px;
      color:#38a741;
  }
  #newsletterModal .modal-dialog .modal-content .modal-body #holder .btnTwo p{
      color:#ffffff !important;
  }
  #newsletterModal .modal-dialog .modal-content .modal-body #holder .button .btnText{
      padding: 1px 0;
  }
  
  #newsletterModal .modal-dialog .modal-content .modal-body #holder .button .btnText2{
      margin-top: 55px;
  }
  #newsletterModal .modal-dialog .modal-content .modal-body #holder .button{
      margin: 5px auto;
  }
  
  .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
      z-index: 2;
      color: #fff;
      cursor: default;
      background-color: #38a741;
      border-color: #38a741;
  }
  .pagination>li>a, .pagination>li>span {
      position: relative;
      float: left;
      padding: 10px 15px;
      margin-left: -1px;
      line-height: 1.42857143;
      color: #38a741;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd;
      font-size: 14px;
  }
  .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
      z-index: 3;
      color: #fff;
      background-color: #000000;
      border-color: #000000;
  }
  
  .product-category .product-list .hover-button-hover
  {
      display:none !important;
  }
  html body .product-category .product-list .add_to_cart_wrapper button[type="button"] {
      width: auto;
      padding:0px 22px;
  }
  html body .product-category .product-list .products_wishlist i
  {
      width: 40px;
      height: 40px;
      border: 1px solid #ddd;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      cursor: pointer;
  }
  html body .product-category .product-list .products_wishlist
  {
      display: inline-block;
      margin-right: 10px;
  }
  html body .product-category .product-list .products_wishlist a
  {
      color:#8a8989;
  }
  html body .product-category .product-list .list-hover-button
  {
      display: inline-block;
  }

  .btn {
    display: inline-block;
    height: 37px;
    top: -2px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    animation: AnimationName 6s ease infinite;
    background: linear-gradient(135deg, #38a741 0%,#2abb4b 50%,#38a741 51%,#38a741 71%,#38a741 100%);
    background-size: auto;
    background-size: 400% 400%;
}
@-webkit-keyframes AnimationName {
    0%{
        background-position:0% 31%
    }
    50%{
        background-position:100% 70%
    }
    100%{
        background-position:0% 31%
    }
  }
  @-moz-keyframes AnimationName {
    0%{
        background-position:0% 31%
    }
    50%{
        background-position:100% 70%
    }
    100%{
        background-position:0% 31%
    }
  }
  @keyframes AnimationName {
    0%{
        background-position:0% 31%
    }
    50%{
        background-position:100% 70%
    }
    100%{
        background-position:0% 31%
    }
  }

  #showcase{
    background-image:url("https://boutique.lavaleriane.store/image/catalog/banners/Jen-Louis%20Mellon%20-%20La%20Valeriane%20-%20huile%20d%20olive%20bio.png?_=1712091169");
    height:100vh;
    background-size:cover;
    background-position:center;
    color:#fff1e7;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:20px;
    text-align:center;
  }
  