body {
  font-family: 'Raleway', sans-serif;
  color: #333; }
  body .hidden {
    display: none !important; }
  body h1, body h2, body h3 {
    text-transform: uppercase; }
  body a {
   /* color: #B0D103; */
    font-weight: bold; }
  body p {
    line-height: 25px; }
    @media (max-width: 767px) {
      body p {
        font-size: 13px;
        line-height: 20px; } }
  body .select2-container--default .select2-selection--single {
    border: 3px solid #000;
    border-radius: 0; }
  body .select2-container .select2-selection--single {
    height: 42px; }
  body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px; }
  body .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 40px;
    font-weight: bold; }
  body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 40px; }
    body .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #000 transparent transparent; }
  body .select2-dropdown {
    border: 3px solid #000;
    border-radius: 0; }
  body .select2-results__option {
    font-weight: bold; }
  body span.wpcf7-not-valid-tip {
    text-align: left;
    font-size: 12px;
    color: #d9534f;
    padding: 5px;
    margin-top: 5px; }
  body div.wpcf7-response-output {
    margin: 0;
    padding: 20px;
    text-align: center; }
  body div.wpcf7-mail-sent-ok {
    border: none;
    color: white;
    background: #5cb85c; }
  body div.wpcf7-mail-sent-ng {
    border: none;
    color: white;
    background: #f0ad4e; }
  body div.wpcf7-spam-blocked {
    border: none;
    color: white;
    background: #f0ad4e; }
  body div.wpcf7-validation-errors {
    border: none;
    color: white;
    background: #d9534f; }
  body .woocommerce-message,
  body .woocommerce-info,
  body .woocommerce-error,
  body .cart-empty {
    background: #f1f2f2;
    color: #555;
    padding: 15px 20px;
    font-weight: bold;
    margin-bottom: 10px;
    border-top: 4px solid #B0D103;
    list-style: none; }
    @media (max-width: 768px) {
      body .woocommerce-message,
      body .woocommerce-info,
      body .woocommerce-error,
      body .cart-empty {
        font-size: 13px;
        padding: 15px 15px;
        line-height: 20px; } }
    body .woocommerce-message.woocommerce-error,
    body .woocommerce-info.woocommerce-error,
    body .woocommerce-error.woocommerce-error,
    body .cart-empty.woocommerce-error {
      border-top: 4px solid #d9534f; }
    body .woocommerce-message a,
    body .woocommerce-info a,
    body .woocommerce-error a,
    body .cart-empty a {
      color: #B0D103; }
    body .woocommerce-message a.button,
    body .woocommerce-info a.button,
    body .woocommerce-error a.button,
    body .cart-empty a.button {
      margin-left: 10px;
      margin-right: 15px; }
    @media (max-width: 768px) {
      body .woocommerce-message a.button,
      body .woocommerce-info a.button,
      body .woocommerce-error a.button,
      body .cart-empty a.button {
        margin-left: 0;
        margin-right: 0;
        display: inline;
        padding: 0;
        background: none;
        color: #B0D103 !important;
        text-decoration: underline; } }
    body .woocommerce-message li,
    body .woocommerce-info li,
    body .woocommerce-error li,
    body .cart-empty li {
      display: block;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
      padding: 10px 0; }
      body .woocommerce-message li:last-child,
      body .woocommerce-info li:last-child,
      body .woocommerce-error li:last-child,
      body .cart-empty li:last-child {
        border-bottom: none; }
  body .form-blk h2 {
    display: block;
    padding: 20px 0;
    text-align: center;
    background: #000;
    color: white;
    margin: 0; }
  body .form-blk.form-register h2 {
    background: #B0D103; }
  body .form-blk.form-single-col {
    max-width: 600px;
    margin: 0 auto; }
  body .form-blk form {
    display: block;
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.05); }
  body label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
    body label abbr[title] {
      border: none; }
  body input[type="text"],
  body input[type="email"],
  body input[type="tel"],
  body input[type="password"],
  body input[type="number"],
  body textarea {
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.3);
    outline: none;
    padding: 8px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7); }
  body textarea {
    height: auto;
    line-height: normal; }
  body input[type="submit"] {
    border: 2px solid rgba(0, 0, 0, 0.3);
    outline: none;
    padding: 5px 20px;
    background: white;
    height: 40px;
    font-size: 16px; }
    @media (max-width: 767px) {
      body input[type="submit"] {
        height: auto;
        font-size: 14px;
        padding: 10px 15px; } }
  body .single-product-title {
    display: none; }
  body .woocommerce-password-strength {
    display: block;
    padding: 10px 20px;
    margin: 10px 0;
    color: white; }
    body .woocommerce-password-strength.short, body .woocommerce-password-strength.bad {
      background: #d9534f; }
    body .woocommerce-password-strength.good {
      background: #f0ad4e; }
    body .woocommerce-password-strength.strong {
      background: #5cb85c; }
  body fieldset {
    padding: 0;
    border: 2px solid silver;
    border: none;
    margin-top: 30px; }
    body fieldset legend {
      font-weight: bold;
      font-size: 24px; }
  body a.button {
    border: none;
    background: #B0D103;
    color: white !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: center;
    margin: 0px 0;
    transition: background 0.2s;
    text-decoration: none;
    display: inline-block; }
    body a.button:hover {
      background: #869f02; }
  body .search-form-mobile {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999; }
    body .search-form-mobile form {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      padding: 20px;
      background: #000;
      box-shadow: 0 0 20px #000; }
      body .search-form-mobile form label {
        display: none; }
      body .search-form-mobile form input[type="search"] {
        border: none;
        background: #333;
        width: 100%;
        padding: 10px;
        outline: 0;
        box-sizing: border-box;
        color: white;
        border-radius: 0 !important; }
      body .search-form-mobile form input[type="submit"] {
        margin-top: 20px;
        width: 100%;
        border: none;
        background: #B0D103;
        color: white;
        border-radius: 0 !important; }
    body .search-form-mobile .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.8);
      z-index: 0; }
  @media (max-width: 767px) {
    body .parallax-banner {
      padding-top: 150px !important;
      padding-bottom: 150px !important; } }
  @media (max-width: 767px) {
    body .parallax-banner img {
      max-width: 300px;
      height: auto; } }

/*------------------------------------*    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  position: relative;
  padding-top: 110px; }
  @media (max-width: 767px) {
    .wrapper {
      padding-top: 105px; } }
  .home .wrapper {
    padding-top: 0px; }

/* header */
.header {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3; }
  @media (max-width: 768px) {
    .header {
      padding-top: 0px;
      padding-bottom: 0px; } }
  .header .m-header {
    display: none;
    background: #000;
    height: 65px;
    position: absolute;
    width: 100%;
    z-index: 3; }
    @media (max-width: 768px) {
      .header .m-header {
        display: block; } }
    .header .m-header .logo {
      width: 40%;
      height: 65px;
      background: #000;
      vertical-align: bottom;
      float: left; }
      .header .m-header .logo a {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        background-repeat: no-repeat;
        background-position: 15px center;
        background-size: 80%; }
    .header .m-header .btn-cat-mobile {
      width: 45px;
      height: 65px;
      background: #000;
      text-align: center;
      line-height: 65px;
      color: white;
      float: right; }
    .header .m-header .btn-close-cat-mobile {
      width: 45px;
      height: 65px;
      background: #000;
      text-align: center;
      line-height: 65px;
      color: white;
      float: right;
      display: none; }
    .header .m-header .btn-account-mobile {
      width: 45px;
      height: 65px;
      background: #000;
      text-align: center;
      line-height: 65px;
      color: white;
      float: left; }
    .header .m-header .btn-search-mobile {
      width: 45px;
      height: 65px;
      background: #000;
      text-align: center;
      line-height: 65px;
      color: white;
      float: left; }
    .header .m-header .cart-mobile {
      position: relative;
      width: 45px;
      height: 65px;
      background: #000;
      text-align: center;
      line-height: 65px;
      color: white;
      float: left; }
      .header .m-header .cart-mobile a {
        color: white; }
      .header .m-header .cart-mobile .cart-item-count {
        width: 20px;
        height: 20px;
        border-radius: 100px;
        background: #666;
        color: white;
        display: block;
        position: absolute;
        text-align: center;
        font-weight: bold;
        font-weight: 'Roboto';
        line-height: 19px;
        font-size: 11px;
        top: 6px;
        right: -5px; }
  .header .nav-mobile {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.9);
    overflow: auto; }
    .header .nav-mobile .btn-close-nav-mobile {
      position: absolute;
      width: 50px;
      height: 50px;
      line-height: 50px;
      top: 0;
      right: 0;
      color: white;
      text-align: center;
      font-size: 36px;
      z-index: 1; }
    .header .nav-mobile > ul {
      position: relative;
      list-style: none;
      margin: 0;
      padding: 0;
      padding-top: 80px;
      padding-bottom: 50px;
      z-index: 0; }
      .header .nav-mobile > ul > li > a {
        display: block;
        padding: 10px 15px;
        color: white;
        font-size: 24px;
        font-weight: 300;
        text-decoration: none; }
      .header .nav-mobile > ul > li .sub-menu {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0; }
        .header .nav-mobile > ul > li .sub-menu > li > a {
          display: block;
          padding: 5px 15px;
          color: white;
          font-size: 16px;
          font-weight: 300;
          text-decoration: none; }
  .header .header-bar {
    opacity: 0; }
    @media (max-width: 768px) {
      .header .header-bar {
        display: none; } }
    .header .header-bar a {
      font-weight: normal; }
    .header .header-bar .logo {
      padding: 0 20px;
      height: 60px;
      line-height: 46px;
      background: #000;
      float: left;
      border-right: 1px solid white;
      position: relative;
      z-index: 1; }
      .header .header-bar .logo img {
        height: 30px;
        width: auto; }
    .header .header-bar .panel {
      float: left;
      width: auto;
      height: 60px;
      white-space: nowrap;
      position: relative;
      z-index: 0;
      display: none; }
      .header .header-bar .panel .cat {
        float: left; }
        .header .header-bar .panel .cat .btn-cat {
          padding: 0 20px;
          height: 60px;
          line-height: 60px;
          background: #000;
          color: white;
          text-transform: uppercase;
          font-size: 16px;
          border-right: 1px solid white;
          cursor: pointer;
          transition: background 0.2s; }
          .header .header-bar .panel .cat .btn-cat:hover {
            background: #4d4d4d; }
        .header .header-bar .panel .cat .nav {
          display: none;
          position: absolute;
          top: 60px;
          padding-top: 1px;
          width: auto; }
          .header .header-bar .panel .cat .nav > ul {
            background: #000;
            list-style: none;
            margin: 0;
            padding: 20px; }
            .header .header-bar .panel .cat .nav > ul > li {
              display: inline-block;
              vertical-align: top;
              margin-right: 25px;
              width: 120px; }
              .header .header-bar .panel .cat .nav > ul > li:last-child {
                margin-right: 0; }
              .header .header-bar .panel .cat .nav > ul > li > a {
                color: white;
                text-decoration: none;
                display: block;
                font-size: 24px;
                margin-bottom: 10px;
                height: 35px; }
                .header .header-bar .panel .cat .nav > ul > li > a img {
                  max-height: 35px;
                  max-width: 90px; }
              .header .header-bar .panel .cat .nav > ul > li .sub-menu {
                list-style: none;
                margin: 0;
                padding: 0;
                max-width: 120px; }
                .header .header-bar .panel .cat .nav > ul > li .sub-menu li {
                  margin-bottom: 7px;
                  line-height: 14px; }
                  .header .header-bar .panel .cat .nav > ul > li .sub-menu li a {
                    font-size: 12px;
                    color: white;
                    text-decoration: none;
                    white-space: pre-wrap; }
                    .header .header-bar .panel .cat .nav > ul > li .sub-menu li a:hover {
                      text-decoration: underline; }
      .header .header-bar .panel .user {
        float: left; }
        .header .header-bar .panel .user a {
          display: block;
          padding: 0 20px;
          height: 60px;
          line-height: 60px;
          background: #000;
          color: white;
          text-transform: uppercase;
          font-size: 16px;
          border-right: 1px solid white;
          cursor: pointer;
          transition: background 0.2s;
          text-decoration: none; }
          .header .header-bar .panel .user a:hover {
            background: #4d4d4d; }
      .header .header-bar .panel .searcher {
        float: left;
        border-right: 1px solid white;
        overflow: hidden; }
        .header .header-bar .panel .searcher .btn-search {
          position: relative;
          z-index: 2;
          float: left;
          width: 60px;
          text-align: center;
          line-height: 60px;
          background: #000;
          color: white;
          text-transform: uppercase;
          font-size: 24px;
          cursor: pointer;
          transition: background 0.2s; }
          .header .header-bar .panel .searcher .btn-search:hover {
            background: #4d4d4d; }
        .header .header-bar .panel .searcher .search-form {
          margin-left: 0;
          position: relative;
          z-index: 1;
          float: left;
          width: 220px;
          padding-right: 15px;
          padding-left: 15px;
          height: 60px;
          background: #000; }
          .header .header-bar .panel .searcher .search-form form {
            padding-top: 10px; }
            .header .header-bar .panel .searcher .search-form form label {
              display: none; }
            .header .header-bar .panel .searcher .search-form form input[type="search"] {
              border-radius: 100px;
              font-weight: bold;
              background: rgba(255, 255, 255, 0.9);
              color: #777;
              padding: 8px 20px;
              border: 2px solid white;
              width: 100%;
              box-sizing: border-box;
              outline: none;
              box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2); }
            .header .header-bar .panel .searcher .search-form form input[type="submit"] {
              display: none; }
      .header .header-bar .panel .cart {
        float: left; }
        .header .header-bar .panel .cart a {
          display: block;
          width: 60px;
          text-align: center;
          height: 60px;
          line-height: 60px;
          background: #000;
          color: white;
          text-transform: uppercase;
          font-size: 24px;
          border-right: 1px solid white;
          cursor: pointer;
          transition: background 0.2s;
          text-decoration: none; }
          .header .header-bar .panel .cart a:hover {
            background: #4d4d4d; }
        .header .header-bar .panel .cart .cart-item-count {
          width: 20px;
          height: 20px;
          border-radius: 100px;
          background: #666;
          color: white;
          display: block;
          position: absolute;
          text-align: center;
          font-weight: bold;
          font-weight: 'Roboto';
          line-height: 19px;
          font-size: 11px;
          top: 6px;
          right: 6px; }
    .header .header-bar .toggle {
      width: 60px;
      text-align: center;
      height: 60px;
      line-height: 58px;
      background: #B0D103;
      color: white;
      text-transform: uppercase;
      font-size: 36px;
      float: left;
      cursor: pointer;
      transition: background 0.2s; }
      .header .header-bar .toggle:hover {
        background: #869f02; }
      .header .header-bar .toggle .fa-angle-left {
        display: none; }
      .header .header-bar .toggle .fa-angle-right {
        display: inline; }
      .header .header-bar .toggle.open .fa-angle-left {
        display: inline; }
      .header .header-bar .toggle.open .fa-angle-right {
        display: none; }

/* logo */
/* nav */
/* sidebar */
/* footer */
.footer {
  clear: both; }
  .footer .copyright {
    padding: 20px 40px;
    border-top: 1px solid #ccc; }
    @media (min-width: 1250px) {
      .footer .copyright {
        padding: 20px 0px; } }
    @media (max-width: 767px) {
      .footer .copyright {
        font-size: 14px; } }
    @media (max-width: 500px) {
      .footer .copyright {
        padding: 20px 15px; } }
    .footer .copyright .copyright-inner {
      width: 100%;
      max-width: 1170px;
      margin: 0 auto; }
      .footer .copyright .copyright-inner .payment {
        text-align: right; }
        .footer .copyright .copyright-inner .payment img {
          height: 25px; }
        @media (max-width: 767px) {
          .footer .copyright .copyright-inner .payment {
            text-align: left;
            padding-top: 10px; }
            .footer .copyright .copyright-inner .payment img {
              height: 20px; } }
  .footer .footer_widgets {
    width: 100%;
    max-width: 1170px;
    padding: 30px 40px;
    margin: 0 auto; }
    @media (min-width: 1250px) {
      .footer .footer_widgets {
        padding: 30px 0px; } }
    @media (max-width: 500px) {
      .footer .footer_widgets {
        padding: 30px 15px; } }
    .footer .footer_widgets .footer_widget {
      margin-bottom: 30px; }
      .footer .footer_widgets .footer_widget h2 {
        margin-top: 0;
        text-transform: uppercase;
        font-size: 18px; }
      .footer .footer_widgets .footer_widget p {
        margin-top: 0;
        font-size: 13px; }
      .footer .footer_widgets .footer_widget i {
        margin-right: 10px;
        position: relative;
        top: 1px; }
      .footer .footer_widgets .footer_widget ul.menu {
        list-style: none;
        margin: 0;
        padding: 0; }
        .footer .footer_widgets .footer_widget ul.menu li {
          margin-bottom: 10px; }
          .footer .footer_widgets .footer_widget ul.menu li a {
            font-size: 14px;
            color: #333;
            font-weight: bold;
            text-decoration: none; }
      .footer .footer_widgets .footer_widget .footer-logo {
        max-width: 200px;
        width: 80%; }

main,
#container {
  max-width: 1170px;
  width: 100%;
  margin: 50px auto;
  padding: 0 40px;
  position: relative; }
  @media (min-width: 1250px) {
    main,
    #container {
      padding: 0 0px; } }
  @media (max-width: 768px) {
    main,
    #container {
      margin: 0px auto 50px; } }
  @media (max-width: 500px) {
    main,
    #container {
      padding: 0 15px; } }
  .home main, .home
  #container {
    margin-top: 0px; }
  main .breadcrumbs,
  #container .breadcrumbs {
    font-size: 24px;
    margin-bottom: 50px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      main .breadcrumbs,
      #container .breadcrumbs {
        font-size: 14px;
        margin-bottom: 30px; } }
    main .breadcrumbs a,
    #container .breadcrumbs a {
      color: #000;
      text-decoration: none; }
    .home main .breadcrumbs, .home
    #container .breadcrumbs {
      display: none; }
  main .page-title,
  #container .page-title {
    margin: 50px auto 10px;
    font-size: 48px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      main .page-title,
      #container .page-title {
        font-size: 24px;
        margin: 0px auto 10px; } }
    .home main .page-title, .home
    #container .page-title {
      display: none; }

.woocommerce .woocommerce-pagination {
  margin-top: 50px; }
  .woocommerce .woocommerce-pagination .page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px; }
    .woocommerce .woocommerce-pagination .page-numbers li {
      width: 40px;
      height: 40px;
      float: left;
      color: white;
      text-align: center;
      font-family: 'Roboto'; }
      .woocommerce .woocommerce-pagination .page-numbers li span {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        line-height: 40px;
        text-decoration: none;
        color: white; }
        .woocommerce .woocommerce-pagination .page-numbers li span.current {
          background: #B0D103; }
        .woocommerce .woocommerce-pagination .page-numbers li span.dots {
          background: #ccc; }
      .woocommerce .woocommerce-pagination .page-numbers li a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        line-height: 40px;
        background: #333;
        text-decoration: none;
        color: white; }

.woocommerce .product-category-title,
.woocommerce .single-product-title {
  max-width: 1170px;
  width: 100%;
  margin: 50px auto -30px;
  padding: 0 40px;
  font-size: 48px;
  text-transform: uppercase; }
  @media (min-width: 1250px) {
    .woocommerce .product-category-title,
    .woocommerce .single-product-title {
      padding: 0 0px; } }
  @media (max-width: 767px) {
    .woocommerce .product-category-title,
    .woocommerce .single-product-title {
      font-size: 24px;
      margin: 0px auto 10px; } }
  @media (max-width: 500px) {
    .woocommerce .product-category-title,
    .woocommerce .single-product-title {
      padding: 0 15px; } }
  .home .woocommerce .product-category-title, .home
  .woocommerce .single-product-title {
    display: none; }

.woocommerce .single-product-title {
  display: none; }

.woocommerce .woocommerce-breadcrumb {
  font-size: 24px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .woocommerce .woocommerce-breadcrumb {
      font-size: 14px;
      margin-bottom: 10px; } }
  .woocommerce .woocommerce-breadcrumb a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase; }

.woocommerce .term-description {
  font-size: 14px;
  width: 75%;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .woocommerce .term-description {
      width: 100%; } }

.woocommerce .cat-image {
  display: none; }

.woocommerce ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -1%;
  margin-right: -1%; }
  .woocommerce ul.products li {
    display: block;
    width: 23%;
    margin: 10px 1%;
    float: left;
    position: relative;
    overflow: hidden;
    text-align: center; }
    @media (max-width: 767px) {
      .woocommerce ul.products li {
        width: 100%;
        margin: 10px 0; } }
    .woocommerce ul.products li a {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .woocommerce ul.products li a img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .woocommerce ul.products li span.onsale {
      position: absolute;
      top: 0px;
      left: 0px;
      display: inline-block;
      padding: 10px 20px;
      background: #B0D103;
      color: white;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
      z-index: 9; }
    .woocommerce ul.products li.cat-img-wrapper {
      width: 48%;
      overflow: hidden; }
      @media (max-width: 767px) {
        .woocommerce ul.products li.cat-img-wrapper {
          width: 100%; } }
      .woocommerce ul.products li.cat-img-wrapper img {
        width: 100%;
        height: auto; }
    .woocommerce ul.products li .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      text-align: center;
      background: rgba(0, 0, 0, 0.5);
      display: none; }
      .woocommerce ul.products li .overlay a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        text-decoration: none;
        padding: 15px;
        color: white; }
      .woocommerce ul.products li .overlay .star-rating {
        display: none; }
      .woocommerce ul.products li .overlay .price {
        font-weight: bold;
        font-family: 'Roboto'; }
        .woocommerce ul.products li .overlay .price del {
          display: block;
          font-size: 12px; }
        .woocommerce ul.products li .overlay .price ins {
          display: block;
          text-decoration: none; }

.woocommerce.single-product .single-product-title {
  display: block; }

.woocommerce.single-product .product {
  position: relative;
  margin-top: 40px; }
  .woocommerce.single-product .product.sale .entry-summary .price {
    border: none;
    background: #B0D103;
    color: white;
    font-size: 24px;
    padding: 15px 25px;
    min-width: 250px; }
    .woocommerce.single-product .product.sale .entry-summary .price del {
      display: block;
      font-size: 14px; }
    .woocommerce.single-product .product.sale .entry-summary .price ins {
      display: block; }

.woocommerce.single-product span.onsale {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  padding: 15px 30px;
  background: #B0D103;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase; }

.woocommerce.single-product .images {
  float: left;
  width: 48%;
  border: 1px solid #E6E6E6; }
  @media (max-width: 767px) {
    .woocommerce.single-product .images {
      width: 100%; } }
  .woocommerce.single-product .images .woocommerce-main-image {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    .woocommerce.single-product .images .woocommerce-main-image img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .woocommerce.single-product .images .thumbnails {
    border-top: 1px solid #E6E6E6;
    padding: 10px;
    text-align: center; }
    .woocommerce.single-product .images .thumbnails a {
      border: 1px solid #E6E6E6;
      display: inline-block;
      width: 23%;
      margin: 0.5% 1%;
      height: auto; }
      .woocommerce.single-product .images .thumbnails a img {
        width: 100%;
        height: auto; }

.woocommerce.single-product .entry-summary {
  float: right;
  width: 48%; }
  @media (max-width: 767px) {
    .woocommerce.single-product .entry-summary {
      width: 100%;
      padding-top: 40px; } }
  .woocommerce.single-product .entry-summary h1[itemprop="name"] {
    margin-top: 0;
    font-size: 24px; }
  .woocommerce.single-product .entry-summary div[itemprop="description"] {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6; }
  .woocommerce.single-product .entry-summary .price {
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    border: 3px solid #000;
    padding: 10px 20px;
    font-family: 'Roboto'; }
  .woocommerce.single-product .entry-summary .quantity {
    display: none !important; }
  .woocommerce.single-product .entry-summary .variations .label {
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 10px; }
  .woocommerce.single-product .entry-summary .variations .value {
    min-width: 300px; }
  .woocommerce.single-product .entry-summary .variations .reset_variations {
    text-transform: uppercase;
    text-decoration: none;
    height: 40px;
    font-weight: bold;
    color: #000;
    position: relative;
    top: 2px;
    margin-left: 10px; }
  .woocommerce.single-product .entry-summary .woocommerce-variation-price .price {
    margin-top: 30px;
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    border: 3px solid #000 !important;
    padding: 10px 20px;
    background: white !important;
    color: #000 !important;
    font-family: 'Roboto'; }
  .woocommerce.single-product .entry-summary .woocommerce-variation-availability {
    font-weight: bold;
    text-transform: capitalize; }
  .woocommerce.single-product .entry-summary .single_add_to_cart_button {
    border: none;
    background: #B0D103;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 65px;
    width: 250px;
    margin: 20px 0;
    transition: background 0.2s; }
    .woocommerce.single-product .entry-summary .single_add_to_cart_button:hover {
      background: #869f02; }

.woocommerce.single-product .woocommerce-tabs {
  clear: both;
  padding-top: 50px; }
  .woocommerce.single-product .woocommerce-tabs .wc-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 60px; }
    @media (max-width: 767px) {
      .woocommerce.single-product .woocommerce-tabs .wc-tabs {
        height: auto; } }
    .woocommerce.single-product .woocommerce-tabs .wc-tabs li {
      float: left;
      display: block;
      float: left; }
      .woocommerce.single-product .woocommerce-tabs .wc-tabs li.reviews_tab {
        display: none; }
      @media (max-width: 767px) {
        .woocommerce.single-product .woocommerce-tabs .wc-tabs li {
          float: none; } }
      .woocommerce.single-product .woocommerce-tabs .wc-tabs li a {
        display: block;
        padding: 0 30px;
        line-height: 60px;
        height: 60px;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.5);
        border-top: 1px solid #E6E6E6;
        border-left: 1px solid #E6E6E6;
        border-right: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
        outline: 0;
        margin-left: -1px; }
        @media (max-width: 767px) {
          .woocommerce.single-product .woocommerce-tabs .wc-tabs li a {
            margin-left: 0px;
            width: 100%;
            margin-top: -1px; } }
      .woocommerce.single-product .woocommerce-tabs .wc-tabs li:first-child a {
        margin-left: 0px; }
      .woocommerce.single-product .woocommerce-tabs .wc-tabs li.active a {
        color: #000;
        border-bottom: 1px solid white; }
  .woocommerce.single-product .woocommerce-tabs .wc-tab {
    padding: 30px;
    border: 1px solid #E6E6E6;
    margin-top: -1px;
    margin-bottom: 80px; }
    .woocommerce.single-product .woocommerce-tabs .wc-tab .shop_attributes th, .woocommerce.single-product .woocommerce-tabs .wc-tab .shop_attributes td {
      text-align: left;
      padding-right: 15px;
      padding-top: 5px;
      padding-bottom: 5px; }
    .woocommerce.single-product .woocommerce-tabs .wc-tab iframe {
      width: 100%; }

.woocommerce .shop_table {
  width: 100%;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6; }
  @media (max-width: 767px) {
    .woocommerce .shop_table {
      font-size: 12px; } }
  .woocommerce .shop_table td, .woocommerce .shop_table th {
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    text-align: center; }
  .woocommerce .shop_table th {
    padding: 10px;
    background: #FBFBFB; }
  .woocommerce .shop_table td {
    padding: 10px; }
  .woocommerce .shop_table a {
    color: #B0D103;
    font-weight: bold;
    text-decoration: none; }
  @media (max-width: 767px) {
    .woocommerce .shop_table a.button {
      font-size: 12px;
      padding: 5px 10px; } }
  .woocommerce .shop_table input[type="text"],
  .woocommerce .shop_table input[type="number"] {
    width: auto; }
  .woocommerce .shop_table input[type="number"].qty {
    width: 55px; }
    @media (max-width: 768px) {
      .woocommerce .shop_table input[type="number"].qty {
        width: 40px; } }
  @media (max-width: 767px) {
    .woocommerce .shop_table .product-remove {
      display: none; } }
  .woocommerce .shop_table .product-remove .remove {
    display: inline-block;
    width: 29px;
    height: 29px;
    font-size: 22px;
    border: 2px solid #B0D103;
    border-radius: 100px;
    text-align: center;
    line-height: 22px; }
  @media (max-width: 767px) {
    .woocommerce .shop_table .product-thumbnail {
      display: none; } }
  .woocommerce .shop_table .product-thumbnail a {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px; }
  .woocommerce .shop_table .product-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .woocommerce .shop_table .amount {
    font-family: 'Roboto'; }
  .woocommerce .shop_table .variation {
    margin: 5px auto; }
    .woocommerce .shop_table .variation dt {
      display: inline-block;
      font-weight: bold; }
    .woocommerce .shop_table .variation dd {
      display: inline-block;
      margin-left: 5px; }
      .woocommerce .shop_table .variation dd p {
        margin: 0; }
  .woocommerce .shop_table .actions .coupon {
    float: left; }
    @media (max-width: 767px) {
      .woocommerce .shop_table .actions .coupon {
        float: none;
        margin-top: 10px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        text-align: right; }
        .woocommerce .shop_table .actions .coupon #coupon_code {
          width: 100%;
          margin-bottom: 10px; } }
    .woocommerce .shop_table .actions .coupon label {
      display: none; }
  .woocommerce .shop_table .actions [name="update_cart"] {
    float: right; }
    @media (max-width: 767px) {
      .woocommerce .shop_table .actions [name="update_cart"] {
        float: right;
        margin-bottom: 10px; } }
  .woocommerce .shop_table.woocommerce-checkout-review-order-table th, .woocommerce .shop_table.woocommerce-checkout-review-order-table td {
    width: 50%; }

.woocommerce .cart-collaterals {
  width: 50%;
  float: right;
  margin-top: 30px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .woocommerce .cart-collaterals {
      width: 100%; } }
  .woocommerce .cart-collaterals a.button {
    width: 100%;
    margin: 20px 0;
    padding: 15px; }

.woocommerce #shipping_method {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  margin: 0 auto; }
  .woocommerce #shipping_method li {
    display: block;
    padding: 5px;
    border-bottom: 1px dashed #ccc; }
    .woocommerce #shipping_method li:last-child {
      border-bottom: none; }
    .woocommerce #shipping_method li input {
      display: inline-block;
      margin-right: 5px; }
    .woocommerce #shipping_method li label {
      display: inline-block;
      font-size: 14px;
      float: right; }

.woocommerce-checkout .woocommerce-thankyou-order-received {
  font-weight: bold;
  font-size: 24px; }

.woocommerce-checkout .woocommerce-thankyou-order-details {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px;
  margin-right: -20px; }
  .woocommerce-checkout .woocommerce-thankyou-order-details li {
    display: block;
    float: left;
    vertical-align: top;
    border-right: 1px dashed #000;
    width: 25%;
    padding: 10px 20px;
    margin-bottom: 20px; }
    .woocommerce-checkout .woocommerce-thankyou-order-details li:last-child {
      border-right: none; }
    .woocommerce-checkout .woocommerce-thankyou-order-details li strong {
      display: block; }

.woocommerce-checkout .checkout_coupon {
  display: block;
  padding: 10px 0; }
  .woocommerce-checkout .checkout_coupon p {
    margin-top: 0; }

.woocommerce-checkout .col2-set {
  margin-bottom: 30px; }
  .woocommerce-checkout .col2-set .col-1 {
    width: 47%;
    float: left; }
    @media (max-width: 768px) {
      .woocommerce-checkout .col2-set .col-1 {
        width: 100%;
        float: none; } }
  .woocommerce-checkout .col2-set .col-2 {
    width: 47%;
    float: right; }
    @media (max-width: 768px) {
      .woocommerce-checkout .col2-set .col-2 {
        width: 100%;
        float: none; } }
    .woocommerce-checkout .col2-set .col-2 #ship-to-different-address label {
      display: inline-block;
      margin-bottom: 0; }
    .woocommerce-checkout .col2-set .col-2 textarea {
      min-height: 130px; }
  .woocommerce-checkout .col2-set address {
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: 400; }
  .woocommerce-checkout .col2-set p {
    margin: 25px 0; }
  .woocommerce-checkout .col2-set .clear {
    display: none; }

.woocommerce-checkout .select2 {
  color: #999; }

.woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 2px solid rgba(0, 0, 0, 0.3); }

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(0, 0, 0, 0.3) transparent transparent; }

.woocommerce-checkout .select2-dropdown {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 0; }

#payment {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin: 50px 0;
  padding: 20px; }
  #payment a {
    color: #B0D103; }
  #payment ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #payment ul li {
      margin-bottom: 20px; }
      #payment ul li input[type="radio"] {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px; }
        #payment ul li input[type="radio"][value="paypal"] {
          margin-top: 21px; }
          @media (max-width: 768px) {
            #payment ul li input[type="radio"][value="paypal"] {
              margin-top: 25px; } }
      #payment ul li label {
        display: inline-block;
        vertical-align: top;
        cursor: pointer; }
        @media (max-width: 768px) {
          #payment ul li label {
            font-size: 14px; } }
        #payment ul li label[for="payment_method_paypal"] img {
          height: 40px;
          position: relative;
          top: 8px;
          display: inline-block;
          margin: 0 5px; }
        @media (max-width: 768px) {
          #payment ul li label[for="payment_method_paypal"] a {
            display: none; } }
      #payment ul li .payment_box {
        margin-top: 10px;
        background: rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        padding: 5px 20px; }
  #payment .place-order {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 20px 0; }
    #payment .place-order .wc-terms-and-conditions {
      margin-top: 10px;
      margin-bottom: 0;
      float: left; }
      #payment .place-order .wc-terms-and-conditions input {
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
        margin-top: 1px; }
      #payment .place-order .wc-terms-and-conditions label {
        display: inline-block;
        vertical-align: top; }
        @media (max-width: 768px) {
          #payment .place-order .wc-terms-and-conditions label {
            font-size: 12px;
            margin-bottom: 30px; } }
    #payment .place-order #place_order {
      float: right; }
      @media (max-width: 768px) {
        #payment .place-order #place_order {
          width: 100%;
          float: none;
          background: #B0D103;
          color: white;
          border: none; } }

.woocommerce-account h1 {
  margin-top: 0; }

.woocommerce-account .col2-set {
  margin-bottom: 30px; }
  .woocommerce-account .col2-set .col-1 {
    width: 48%;
    float: left; }
    @media (max-width: 768px) {
      .woocommerce-account .col2-set .col-1 {
        width: 100%;
        float: none; } }
  .woocommerce-account .col2-set .col-2 {
    width: 48%;
    float: right; }
    @media (max-width: 768px) {
      .woocommerce-account .col2-set .col-2 {
        width: 100%;
        float: none; } }

.woocommerce-account .woocommerce-MyAccount-content {
  width: 72%;
  float: right; }
  @media (max-width: 767px) {
    .woocommerce-account .woocommerce-MyAccount-content {
      width: 100%;
      float: none; }
      .woocommerce-account .woocommerce-MyAccount-content h1 {
        font-size: 24px; } }
  .woocommerce-account .woocommerce-MyAccount-content form {
    max-width: 500px; }
  .woocommerce-account .woocommerce-MyAccount-content .greeting {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    color: #444; }
  .woocommerce-account .woocommerce-MyAccount-content .account-blk {
    margin: 50px 0; }
  .woocommerce-account .woocommerce-MyAccount-content .edit {
    display: inline-block;
    background: #B0D103;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
    margin-bottom: 10px; }
    .woocommerce-account .woocommerce-MyAccount-content .edit:hover {
      background: #869f02; }
  .woocommerce-account .woocommerce-MyAccount-content address {
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: 400; }
  .woocommerce-account .woocommerce-MyAccount-content p {
    margin: 25px 0; }
  .woocommerce-account .woocommerce-MyAccount-content .clear {
    display: none; }
  .woocommerce-account .woocommerce-MyAccount-content .select2 {
    color: #999; }
  .woocommerce-account .woocommerce-MyAccount-content .select2-container--default .select2-selection--single {
    border: 2px solid rgba(0, 0, 0, 0.3); }
  .woocommerce-account .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(0, 0, 0, 0.3) transparent transparent; }
  .woocommerce-account .woocommerce-MyAccount-content .select2-dropdown {
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 0; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
  float: left;
  background: rgba(0, 0, 0, 0.05);
  border-top: 20px solid #B0D103; }
  @media (max-width: 767px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
      width: 100%;
      float: none;
      margin-bottom: 30px; } }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 15px 0; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
      display: block;
      color: rgba(0, 0, 0, 0.6);
      font-size: 18px;
      font-weight: bold;
      text-decoration: none;
      padding: 8px 20px;
      text-transform: uppercase;
      outline: 0;
      transition: color 0.3s; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
        color: #B0D103; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
      color: #B0D103; }
