/*
Theme Name: Pure Vend
Theme URI: https://github.com/elementor/hello-theme/
Description: Pure Vend Theme is a child theme of Hello Elementor, created by Fox & Lee
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

  /* Gravity Form */
  .gform_wrapper .gform_required_legend,
  .gform_wrapper .ginput_container--name .gform-field-label--type-sub,
  .wwp_wholesaler_registration .formbuilder-checkbox-group-label,
  .wwp_wholesaler_registration .formbuilder-text-label,
  .wwp_wholesaler_registration .formbuilder-select-label,
  .wwp_wholesaler_registration .formbuilder-textarea-label {
    display: none;
  }

  .gform-theme--foundation .gform_fields {
    gap: 20px !important;
  }

  .gform_wrapper .gfield--type-html h6,
  .wwp_wholesaler_registration h2,
  .wwp_wholesaler_registration h6 {
    color: #0692DF;
    font-family: "Oxygen-Local", Sans-serif !important;
    font-weight: 700;
    margin: 10px auto 10px;
  }

  .gform_wrapper #field_1_5.gfield--type-html h6 {
    margin-top: 0;
  }

  .gform_wrapper .gform_validation_errors,
  .gform_wrapper .gfield_validation_message {
    font-family: "Oxygen-Local", Sans-serif !important;
  }

  .gform_wrapper .gform_confirmation_message,
  .gform_wrapper .gfield--type-html p {
    color: #494949 !important;
    font-family: "Oxygen-Local", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    text-align: center;
  }

  .gform_wrapper .gfield_label,
  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper input[type="email"],
  .gform_wrapper textarea,
  .gform_wrapper select,
  .wwp_wholesaler_registration input[type="text"],
  .wwp_wholesaler_registration input[type="tel"],
  .wwp_wholesaler_registration input[type="email"],
  .wwp_wholesaler_registration input[type="password"],
  .wwp_wholesaler_registration textarea,
  .wwp_wholesaler_registration select {
    color: #494949 !important;
    font-family: "Oxygen-Local", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    margin: 0 !important;
  }

  .gform_wrapper input:-webkit-autofill,
  .gform_wrapper input:-webkit-autofill:hover, 
  .gform_wrapper input:-webkit-autofill:focus,
  .gform_wrapper textarea:-webkit-autofill,
  .gform_wrapper textarea:-webkit-autofill:hover,
  .gform_wrapper textarea:-webkit-autofill:focus,
  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper input[type="email"],
  .gform_wrapper textarea,
  .gform_wrapper select,
  .wwp_wholesaler_registration input:-webkit-autofill,
  .wwp_wholesaler_registration input:-webkit-autofill:hover, 
  .wwp_wholesaler_registration input:-webkit-autofill:focus,
  .wwp_wholesaler_registration textarea:-webkit-autofill,
  .wwp_wholesaler_registration textarea:-webkit-autofill:hover,
  .wwp_wholesaler_registration textarea:-webkit-autofill:focus,
  .wwp_wholesaler_registration input[type="text"],
  .wwp_wholesaler_registration input[type="tel"],
  .wwp_wholesaler_registration input[type="email"],
  .wwp_wholesaler_registration input[type="password"],
  .wwp_wholesaler_registration textarea,
  .wwp_wholesaler_registration select {
    border: 0 !important;
    background-color: #fff !important;
    border-radius: 0px !important;
    outline: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
  }

  .gform_wrapper .gfield_checkbox {
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .gform_wrapper .gfield_checkbox .gchoice {
    width: 33%;
  }

  .gform_wrapper .gfield_radio .gchoice .gform-field-label,
  .gform_wrapper .gfield_checkbox .gchoice .gform-field-label {
    color: #494949 !important;
    font-family: "Oxygen-Local", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
  }

  .gform_wrapper .gfield--type-radio {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .gform_wrapper .gfield--type-radio .gfield_label.gform-field-label {
    float: left;
  }

  .gform_wrapper .gfield_radio {
    flex-direction: row !important;
  }

  .gform_wrapper input[type="checkbox"] {
    background: transparent !important;
  }

  .gform_wrapper select,
  .wwp_wholesaler_registration select {
    line-height: 55px !important;
  }

  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper input[type="email"],
  .gform_wrapper select,
  .wwp_wholesaler_registration input[type="text"],
  .wwp_wholesaler_registration input[type="tel"],
  .wwp_wholesaler_registration input[type="email"],
  .wwp_wholesaler_registration input[type="password"],
  .wwp_wholesaler_registration select{
    height: 55px !important;
  }

  .gform_wrapper textarea,
  .wwp_wholesaler_registration textarea {
    height: 134px !important;
    min-height: auto !important;
    min-block-size: auto !important;
  }

  .gform_wrapper .gform_footer {
    width: 100%;
  }

  .gform_wrapper .gfield--type-captcha {
    margin: 20px 0 0 auto;
  }

  .gform_wrapper .ginput_recaptcha {
    text-align: center;
  }

  .gform_wrapper .ginput_recaptcha > div{
   display: inline-block;
  }

  .gform_wrapper .gform_button.button,
  .wwp_wholesaler_registration .button {
    background-color: #0692DF !important;
    color: #fff !important;
    font-size: 16px !important;
    font-family: "Oxygen-Local", Sans-serif !important;
    font-weight: 700 !important;
    margin: 0 0 0 auto !important;
    border-radius: 0px !important;
    height: 23px !important;
    max-width: 124px;
    width: 100% !important;
    display: block !important;
  }

  .gform_wrapper .gform_button.button:hover,
  .wwp_wholesaler_registration .button:hover {
    background-color: #264C72 !important;
    color: #fff !important;
  }

  .wwp_wholesaler_registration .button {
    height: 38px !important;
    padding: 0 16px !important;
  }


  /*
  * Global
  */
  .elementor-button {
    min-width: 169px;
  }

  body {
    font-family: "Oxygen-Local", Sans-serif !important;
  }


  /*
  * Header
  */

  #header.sticky {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
   
  #header .sub-menu {
    width: 307px !important;
    padding: 0 10px;
    box-sizing: border-box;
  }

  #header .white-btn a {
    background-color: #fff;
    border: 3px solid #264C72;
    border-radius: 0;
    color: #264C72;
    padding: 13px 16px;
    margin-right: 10px;
  }

  #header .blue-btn a {
    background-color: #264C72;
    color: #fff;
    padding: 16px 19px;
    margin: 0;
  }

  #header .white-btn a:hover {
    background-color: #0692DF;
    border-color: #0692DF;
    color: #fff;
  }

  #header .blue-btn a:hover {
    background-color: #0692DF;
    color: #fff;
  }

  #header .elementor-icon-list-item a:hover svg,
  #header .elementor-menu-cart__toggle_button:hover svg {
    filter: brightness(0) saturate(100%) invert(45%) sepia(72%) saturate(1026%) hue-rotate(171deg) brightness(87%) contrast(104%);
  }

  #search-icon-btn {
    cursor: pointer;
  }

  #header-search,
  #header .elementor-nav-menu .sub-arrow {
    display: none;
  }

  .product-search-form input.product-search-field {
    border: 1px solid #cdcdcd;
    border-radius: 0;
    font-family: "Oxygen-Local", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 72px;
    padding: .5rem 1rem;
    outline: 0 !important;
  }

  div.product-search-form form.product-search-form.show-submit-button button {
    font-size: 16px;
    padding: 24px;
    margin-left: 8px;
  }

  .product-search-results table.search-results {
    font-size: 16px;
  }

  .product-search-results table.search-results a {
    color: #000;
  }

  .product-search-results table.search-results a:hover {
    color: #264C72;
  }

  #header .elementor-button {
    min-width: initial;
  }

  /*
  * Footer
  */
  

  /*
  * Home
  */
  .home .elementor-widget-taxonomy-filter .e-filter-item[data-filter="uncategorized"] {
    display: none !important;
  }

  .best-seller-slider .elementor-loop-container {
    display: block;
    position: relative;
  }

  .best-seller-slider .slide-arrow {
    background-color: #fff !important;
    position: absolute;
    top: 30%;
    left: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
  }

  .best-seller-slider .slide-arrow svg path {
    fill: none;
    stroke: #000;
  }

  .best-seller-slider .slide-arrow.next-arrow {
    left: initial;
    right: 0;
  }

  .best-seller-slider .slide-arrow:hover svg path{
    stroke: #0692DF;
  }

  .product-item .product-images,
  .archive.woocommerce ul.products li.product .product-images,
  .search-results .product-images {
    position: relative;
  }

  .product-item .product-images *,
  .archive.woocommerce ul.products li.product .product-images *,
  .search-results .product-images * {
    transition: 0.3s all ease;
  }

  .product-item .product-images img,
  .search-results ul.products li.product .product-images img {
    border: 1px solid #C0C0C0;
    width: 100%;
    max-width: 100%;
    height: 245px;
    object-fit: cover;
  }

  .product-item .product-images .image-hover,
  .archive.woocommerce ul.products li.product a .image-hover,
  .search-results .product-images .image-hover {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
  }

  .product-item .product-images a:hover .image-hover,
  .archive.woocommerce ul.products li.product a:hover .image-hover,
  .search-results ul.products li.product a:hover .product-images .image-hover  {
    opacity: 1;
  }

/*
* Footer
*/



  /*
  * Inner Page
  */
  /* Wholesale */

  .wwp_wholesaler_registration h2 {
    font-size: 20px !important;
    text-transform: uppercase;
  }

  .wwp_wholesaler_registration p {
    margin-bottom: 20px;
  }

  .wwp_wholesaler_registration label {
    color: #494949 !important;
    font-family: "Oxygen-Local", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
  }

  .wwp_wholesaler_registration .checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .wwp_wholesaler_registration .checkbox-group .formbuilder-checkbox {
    display: flex;
    align-items: center;
  }

  .wwp_wholesaler_registration .checkbox-group input {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background-color: transparent;
  }

  .wwp_wholesaler_registration .g-recaptcha {
    text-align: right;
    display: block;
    transform: none;
  }

  .wwp_wholesaler_registration .g-recaptcha > div {
    display: inline-block;
  }

  .wwp-wholesale-pricing-details p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
  }

  .wwp-wholesale-pricing-details .price-text,
  .wwp-wholesale-pricing-details .woocommerce-Price-amount * {
    font-weight: 400 !important;
  }

  /* Vending Machine */
  .vending-machines .elementor-cta {
    overflow: visible
  }

  .vending-machines .elementor-cta__bg {
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
  }
  
  .vending-machines .elementor-ribbon {
    top: -40px;
    right: -20px;
    height: 180px;
    width: 180px;
  }

  .vending-machines .elementor-ribbon .elementor-ribbon-inner {
    margin-top: 100px !important;
    text-align: right;
    padding-right: 68px;
  }
  

  .faq-section .e-n-accordion-item:first-child .e-n-accordion-item-title {
    border-top: 0 !important;
  }

  .faq-section .e-n-accordion-item-title-icon {
    background-color: #0692DF;
    border-radius: 50%;
    width: 53px !important;
    height: 53px;
    justify-content: center;
  }

  /* Single Product */
  .single-product .woocommerce-message {
    border-top-color: #264C72;
  }

  .single-product .woocommerce-message::before {
    color: #264C72;
  }

  .single-product .wvg-single-gallery-image-container img {
    height: 600px;
    object-fit: contain;
  }

  .single-product .woocommerce-message .button {
    background-color: #264C72;
    color: #fff;
  }

  .single-product .woocommerce-message .button:hover {
    background-color: #0692DF;
    color: #fff;
  }

  .single-product .pswp__caption,
  .single-product .single_variation_wrap .woocommerce-variation-description {
    display: none !important;
  }

  .single-product .variations {
    font-size: 20px;
    font-family: "Oxygen-Local", Sans-serif;
    line-height: 24px;
  }

  .single-product .variations th,
  .single-product .variations td {
    background-color: #fff !important;
    padding: 0;
  }

  .single-product .woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, 
  .single-product .woo-variation-swatches.wvs-show-label .variations td label, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name, 
  .single-product .woo-variation-swatches.wvs-show-label .variations th label {
    vertical-align: middle;
  }

  .woocommerce.single-product div.product form.cart .reset_variations {
    color: #264C72;
    font-size: 16px;
    font-family: "Oxygen-Local", Sans-serif;
    font-weight: 700;
  }

  .single-product.woocommerce div.product p.stock,
  .single-product .woocommerce-variation-availability p {
    color: #000;
    font-size: 16px !important;
    font-family: "Oxygen-Local", Sans-serif;
  }

  .single-product .product-right .woocommerce-variation-price {
    margin-top: 30px;
  }

  .single-product .product-right .woocommerce-variation-price .price,
  .single-product .product-right .wwp-wholesale-pricing-details p {
    color: #000 !important;
    font-family: "Oxygen-Local", Sans-serif;
    font-size: 32px !important;
    font-weight: 300;
  }

  .single-product .wwp-wholesale-pricing-details p {
    margin-bottom: 0;
  }

  .single-product .e-n-accordion-item:first-child .e-n-accordion-item-title {
    border-top: 0 !important;
  }

  .single-product .cart .quantity {
    display: flex;
    align-items: center;
    background-color: #C0C0C0;
    width: 62px;
  }

  .single-product .cart .quantity .qty {
    background-color: #C0C0C0;
    border: 0;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    font-family: "Oxygen-Local", Sans-serif;
    width: 40px;
    height: 50px !important;
    padding: 0;
  }

  .single-product .cart .quantity .qty,
  .single-product .cart .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
  }


  .single-product .cart .quantity button {
    background-color: transparent !important;
    color: #000 !important;
    display: block;
    font-size: 16px !important;
    font-family: "Arial", Sans-serif !important;
    font-weight: 300 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 15px;
  }

  .single-product .cart .single_add_to_cart_button {
    width: 100% !important;
  }

  .single-product .woocommerce-variation-add-to-cart {
    margin-top: 30px;
  }

  .single-product .elementor-widget-woocommerce-product-content h2 {
    font-size: 1.75em;
  }

  .single-product .elementor-widget-woocommerce-product-content h3 {
    font-size: 1.5em;
  }

  .single-product .elementor-widget-woocommerce-product-content h4 {
    font-size: 1.125em;
  }

  .single-product .variation-description p,
  .single-product ul.product-description li .label {
    color: #000;
    font-size: 16px;
    font-family: "Oxygen-Local", Sans-serif;
    font-weight: 400;
  }

  .single-product ul.product-description {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .single-product ul.product-description li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
  }

  .single-product ul.product-description li .icon {
    width: 28px;
    position: relative;
  }

  .single-product ul.product-description li .icon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
  }

  .single-product ul.product-description li .icon.Checkmark:before {
    background: url(assets/images/icon-checkmark.webp) no-repeat center top;
  }

  .single-product ul.product-description li .icon.Protein:before {
    background: url(assets/images/icon-protein.webp) no-repeat center top;
    width: 25px;
    height: 26px;
  }

  .single-product ul.product-description li .icon.Gluten:before {
    background: url(assets/images/icon-gluten.webp) no-repeat center top;
    width: 25px;
    height: 25px;
  }

  .single-product ul.product-description li .icon.Caffeine:before {
    background: url(assets/images/icon-caffeine.webp) no-repeat center top;
  }

  .single-product ul.product-description li .icon.Dairy:before {
    background: url(assets/images/icon-caffeine.webp) no-repeat center top;
    width: 27px;
    height: 27px;
  }

  .single-product ul.product-description li .icon.Vegan:before {
    background: url(assets/images/icon-vegan.webp) no-repeat center top;
    width: 27px;
    height: 27px;
  }

  .single-product ul.product-description li .icon.Nut:before {
    background: url(assets/images/icon-nut.webp) no-repeat center top;
    width: 28px;
    height: 28px;
  }

  .single-product ul.product-description li .icon.Sugar:before {
    background: url(assets/images/icon-sugar.webp) no-repeat center top;
    width: 27px;
    height: 27px;
  }

  .single-product ul.product-description li .icon.Caffeine.Content:before {
    background: url(assets/images/icon-caffeine-content.webp) no-repeat center top;
  }

  .single-product ul.product-description li .icon.Non-Stim:before {
    background: url(assets/images/icon-non-stim.webp) no-repeat center top;
    width: 27px;
    height: 27px;
  }

  .single-product ul.product-description li .icon.Calories:before {
    background: url(assets/images/icon-smiley.webp) no-repeat center top;
    width: 26px;
    height: 26px;
  }

  .single-product .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow, 
  .single-product .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow {
    background: #fff !important;
    font-size: 20px !important;
  }

  .single-product .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow:before, 
  .single-product .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow:before {
    color: #000 !important;
  }

  /* Archive */
  .archive.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
  }

  .archive.woocommerce ul.products li.product a img {
    border: 1px solid #c0c0c0;
    margin: 0;
    height: 236px;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
  }

  .archive.woocommerce ul.products li.product .woocommerce-loop-product__title a {
    color: inherit;
  }

  .archive.woocommerce ul.products li.product a .star-rating {
    order: 4;
  }

  /*.archive.woocommerce ul.products li.product .woocommerce-loop-product__buttons {
    position: absolute;
    right: 10px;
    top: 20vh;
  }*/

  .archive.woocommerce ul.products li.product .woocommerce-loop-product__buttons .button {
    margin-top: 10px;
  }

  .woocommerce .woocommerce-ordering select {
    height: 48px;
  }

  .archive .bottom-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .archive .facetwp-checkbox {
    background: url(assets/images/checkbox.webp) no-repeat left center;
    background-size: 20px 19px;
    margin-bottom: 10px;
    padding-left: 40px;
    cursor: pointer;
    font-size: 14px;
    font-family: "Oxygen-Local", Sans-serif;
    color: #000;
  }

  .archive .facetwp-reset {
    font-size: 16px;
    margin-top: 30px;
    width: 100%;
    padding: 12px;
  }

  .archive .facetwp-facet.facetwp-type-reset {
    margin-bottom: 20px;
  }

  .archive .facetwp-toggle {
    color: #000 !important;
    font-size: 14px;
    text-decoration: underline !important;
  }

  .archive .facetwp-toggle:hover {
    color: #0692DF !important;
  }

  /* Flyout */
  .archive .facetwp-flyout {
    background: #E8E8E8;
    font-size: 14px;
    font-family: "Oxygen-Local", Sans-serif;
    color: #000;
    padding: 30px;
  }

  .archive .facetwp-flyout-wrap {
    position: static;
  }

  .archive .facetwp-flyout .facetwp-flyout-content {
    padding: 0;
  }

  .archive .facetwp-flyout h3 {
    font-size: 14px;
    font-family: "Oxygen-Local", Sans-serif;
    color: #000;
    cursor: pointer;
    border-bottom: 1px solid #00;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .archive .facetwp-flyout-close {
    font-size: 0px !important;
    height: 25px !important;
    position: relative !important;
    transition: .3s !important;
    width: 25px !important;
    margin: 10px 10px 45px auto !important;
    display: block;
  }

  .archive .facetwp-flyout-close:after, 
  .archive .facetwp-flyout-close:before {
      background: #000;
      border-radius: 1px;
      content: "";
      height: 3px;
      left: 0;
      margin-top: -1px;
      position: absolute;
      top: 50%;
      transition: .3s;
      width: 100%;
  }

  .archive .facetwp-flyout-close:before {
      transform: rotate(45deg);
  }

  .archive .facetwp-flyout-close:after {
      transform: rotate(-45deg);
  }

  .archive .facetwp-counter,
  .archive .flyout-row.name-clear h3 {
    display: none;
  }

  .signin-link {
    color: #0692DF !important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .signin-link:hover {
    color: #264C72 !important;
  }

  /*
  * My Account / Login
  */
  #customer_login h2,
  .customer-login h2 {
    color: #264C72;
    font-size: 32px !important;
    font-weight: 700;
  }

  #customer_login {
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }

  .woocommerce #customer_login .col-1, 
  .woocommerce #customer_login .col-2,
  body:not(.logged-in) .customer-login .woocommerce {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 30px;
    box-sizing: border-box;
    float: none;
    width: 50%;
  }

  body:not(.logged-in) .customer-login .woocommerce {
    max-width: 740px;
    margin: 0 auto;
    width: 100%;

  }

  .woocommerce-ResetPassword.lost_reset_password,
  .woocommerce form.login, 
  .woocommerce form.register {
    border: 0;
    padding: 0;
    font-size: 16px;
  }

  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
  .woocommerce .woocommerce-form-register .woocommerce-form-register__submit,
  .woocommerce-ResetPassword.lost_reset_password .button {
    background-color: #264C72;
    border-radius: 0;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 19px;
    min-width: 169px;
  }

  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
  .woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover,
  .woocommerce-ResetPassword.lost_reset_password .button:hover {
    background-color: #0692DF;
    color: #fff;
  }

  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    margin-bottom: 20px;
  }

  .woocommerce-form-register > a,
  .woocommerce-LostPassword.lost_password {
    margin: 20px auto 0;
  }

  .woocommerce-form-register > a,
  .woocommerce-LostPassword.lost_password a,
  .woocommerce-privacy-policy-text a {
    color: #0692DF;
  }

  .woocommerce-form-register > a {
    display: inline-block;
  }

  /* My account - logged in */

  nav.woocommerce-MyAccount-navigation ul {
    padding: 0; 
  }

  nav.woocommerce-MyAccount-navigation ul li {
    background: #E8E8E8;
    border-radius: 4px;
    list-style: none;
    margin-bottom: 3px;
    padding: 10px 15px; 
  }

  nav.woocommerce-MyAccount-navigation ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
  }

  nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--ma-manage-address a:before {
    content: none; 
  }

  nav.woocommerce-MyAccount-navigation ul li:hover,
  nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: #0692DF; 
  }

  nav.woocommerce-MyAccount-navigation ul li:hover *,
  nav.woocommerce-MyAccount-navigation ul li.is-active * {
    color: white; 
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px; 
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 6px; 
  }

  .select2-container--default .select2-selection--single {
    min-height: 35px;
    border-radius: 0; 
  }

  form.edit-account fieldset {
      margin-top: 30px;
  }

  form.edit-account fieldset legend {
    padding-top: 5px;
    padding-bottom: 5px; 
  }

  .woocommerce-Address-title h3 {
    padding-bottom: 10px; 
  }

  .woocommerce-account #customer_login h2,
  .woocommerce-account .addresses .title h2 {
    font-size: 24px;
    font-weight: 600;
  }

  .woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses .col-1, 
  .woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses .col-2 {
    float: none;
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses .col-2 {
    margin-top: 40px;
  }  


  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single {
    height: 37px;
    border-radius: 4px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 21px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    margin-bottom: 30px;
  }

  .woocommerce-account .addresses .title .edit {
    color: #0692DF;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase; 
    float: none;
  }

  .woocommerce-account .addresses .title .edit:hover,
  .woocommerce-MyAccount-content p > a:hover {
    text-decoration: underline;
  }  

  .woocommerce-MyAccount-content p > a {
    color: #0692DF; 
  }

  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
  }

  .woocommerce-MyAccount-content {
    font-size: 16px;
  }

  .woocommerce-MyAccount-content .woocommerce-info {
    border-top-color: #264C72;
  }

  .woocommerce-MyAccount-content .woocommerce-info::before {
    color: #264C72;
  }

  .woocommerce table.woocommerce-MyAccount-orders .button,
  .woocommerce-MyAccount-content .woocommerce-info .button,
  .woocommerce-MyAccount-content .edit-account .button {
    background-color: #264C72;
    border-radius: 0;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }

  .woocommerce table.woocommerce-MyAccount-orders .button:hover,
  .woocommerce-MyAccount-content .woocommerce-info .button:hover,
  .woocommerce-MyAccount-content .edit-account .button:hover {
    background-color: #0692DF;
    color: #fff;
  }

  .woocommerce-MyAccount-content .edit-account .button {
    margin-top: 30px;
    padding: 16px;
  }

  .woocommerce table.woocommerce-MyAccount-orders th a {
    color: #264C72;
  }

  .woocommerce table.woocommerce-MyAccount-orders th a:hover {
    color: #0692DF;
  }

  .fave-section {
    margin-top: 60px;
  }

  .fave-section h4 {
    color: #000;
    font-weight: 700;
  }

  .fave-section .woocommerce ul.products {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    display: grid;
  }

  .fave-section .woocommerce ul.products:before {
    display: none;
  }

  .fave-section .woocommerce ul.products li.product {
    float: none;
    width: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .fave-section .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .fave-section .woocommerce ul.products li.product .price {
    color: #000;
    font-size: 16px;
  }

  .fave-section .woocommerce ul.products li.product .button {
    border: 0;
    border-radius: 0;
    color: #fff;
    background-color: #0692DF;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 20px;
    outline: 0;
  }

  .fave-section .woocommerce ul.products li.product .button:hover {
    background-color: #264C72;
    color: #fff;
  }

  /*
  * Cart
  */

  .woocommerce-cart .woocommerce-message {
    border-top-color: #264C72;
    font-size: 16px;
  }

  .woocommerce-cart .woocommerce-message::before {
    color: #264C72;
  }

  .woocommerce-cart .woocommerce-message a {
    color: #0692DF;
  }

  .woocommerce-cart #coupon_code {
    border-radius: 0;
    height: 44px;
  }

  .woocommerce-cart .woocommerce-cart-form__cart-item {
    position: relative;
  }

  .woocommerce-cart  .woocommerce-cart-form__cart-item:after {
    border-bottom: 1px solid #ebebeb;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /*
  * Checkout
  */
  .woocommerce-checkout .woocommerce-error,
  .woocommerce-checkout .woocommerce-notices-wrapper {
    font-size: 16px;
    font-family: "Oxygen-Local", Sans-serif;
  }

  .woocommerce-checkout .checkout-inline-error-message {
    font-family: "Oxygen-Local", Sans-serif;
  }

  /*
  * Checkout - Thank you
  */

  .woocommerce-checkout .woocommerce-order,
  .woocommerce-checkout .woocommerce table.shop_table {
    color: #000;
    font-family: "Oxygen-Local", Sans-serif;
    font-size: 16px;
  }

  .woocommerce-checkout .woocommerce-order-details table th,
  .woocommerce-checkout .woocommerce-order-details table td {
    padding-bottom: 0 !important;
  }

  .woocommerce-checkout .woocommerce .shop_table tfoot th,
  .woocommerce-checkout .woocommerce .shop_table tfoot td {
    color: #000 !important;
  }

  .woocommerce-checkout .woocommerce-order-details h2 {
    margin-top: 60px;
  }

  .woocommerce-checkout .woocommerce-order-details h2,
  .woocommerce-checkout .woocommerce-customer-details h2 {
    font-size: 24px;
  }

  .woocommerce-cart .special-category-notice,
  .woocommerce-checkout .special-category-notice {
    color: #FF3A00;
  }

  .woocommerce table.shop_table tr.order-total td small.includes_tax {
    display: block !important;
  }


  /*
  * Media Queries
  */



  @media screen and (max-width: 1600px) and (min-width: 1367px) {
    #header .elementor-nav-menu .elementor-item {
      font-size: 17px;
      --e-nav-menu-horizontal-menu-item-margin: calc(20px / 2);
    }
    
  }

   @media screen and (max-width: 1600px) {
    #header .white-btn a {
      padding: 10px;
    }

    #header .blue-btn a {
      padding: 13px 10px;
    }
   }

   @media screen and (max-width: 1500px) and (min-width: 1367px) {

    .archive.woocommerce ul.products,
    .fave-section .woocommerce ul.products {
      grid-template-columns: repeat(4, 1fr) !important;
    }

    /*.archive.woocommerce ul.products li.product .woocommerce-loop-product__buttons {
      top: 23vh;
    }*/
  }

  @media screen and (max-width: 1366px) {
    .archive.woocommerce ul.products,
    .fave-section .woocommerce ul.products {
      grid-template-columns: repeat(3, 1fr) !important;
    }

    /*.archive.woocommerce ul.products li.product .woocommerce-loop-product__buttons {
      top: 26vh;
    }*/
  }

  @media screen and (max-width: 1200px) {
    .single-product .wvg-single-gallery-image-container img {
      height: 600px;
    }

    /*.archive.woocommerce ul.products li.product .woocommerce-loop-product__buttons {
      top: 21vh;
    }*/

    .archive .facetwp-checkbox {
      background-size: 16px 15px;
      padding-left: 25px;
    }
  }


  @media screen and (max-width: 1024px) {

    #header .elementor-nav-menu .sub-arrow {
      display: flex;
    }

    #header ul.elementor-nav-menu > li {
      border: 0 !important;
    }
    
    #header ul.elementor-nav-menu > li > a {
      font-weight: 700 !important;
    }

    #header .sub-menu {
      width: 100% !important;
      padding: 0;
    }

    #header .elementor-nav-menu a {
      justify-content: flex-end;
    }

    #header .elementor-nav-menu li:not(.menu-item-has-children) {
      padding-right: 30px;
    }

    #header .white-btn a {
      padding: 10px 0;
      margin-right: 0;
      margin-bottom: 15px;
      max-width: 340px;
      margin-left: auto;
      margin-top: 10px;
      display: block;
      text-align: center;
    }

    #header .blue-btn a {
      display: block;
      max-width: 340px;
      margin: 0 0 20px auto;
      text-align: center;
    }

    /*.archive.woocommerce ul.products li.product .woocommerce-loop-product__buttons {
      position: static;
      margin-top: 10px;
    }*/

    .archive.woocommerce .facetwp-flyout-open .elementor-button {
      position: absolute;
      left: 0;
      top: 20px;
    }

    .single-product .wvg-single-gallery-image-container img {
      height: 450px;
    }

    .gform_wrapper .gfield_checkbox .gchoice {
      width: 47%;
    }

    .product-item .product-images img {
      height: 200px;
    }

    .single-product .elementor-widget-woocommerce-product-content h2 {
      font-size: 1.25em;
    }

    .single-product .elementor-widget-woocommerce-product-content h3 {
      font-size: 1.125em;
    }

    .single-product .elementor-widget-woocommerce-product-content h4 {
      font-size: 1em;
    }
   
  }

  @media screen and (max-width: 767px) {

    .faq-section .e-n-accordion-item-title-icon {
      width: 33px !important;
      height: 33px;
    }

    .archive .bottom-buttons {
      justify-content: center;
    }

   
    .vending-machines .elementor-cta__bg {
      background-repeat: no-repeat !important;
      background-size: contain !important;
    }
  
    .single-product .wvg-single-gallery-image-container img {
      height: auto;
      max-height: 600px;
    }

    #customer_login {
      flex-direction: column;
      gap: 30px;
    }

    .woocommerce #customer_login .col-1, 
    .woocommerce #customer_login .col-2 {
      padding: 20px;
      width: 100%;
    }

    .woocommerce-MyAccount-content {
      margin-top: 30px;
    }

    .woocommerce table.shop_table_responsive tbody th.product-name {
      display: block;
      text-align: right;
      padding: 15px 0;
    }

    .woocommerce table.shop_table_responsive tbody th.product-name:before {
      content: attr(data-title) ": ";
      font-weight: 700;
      float: left;
    }

    .archive.woocommerce ul.products,
    .fave-section .woocommerce ul.products {
      grid-template-columns: repeat(2, 1fr) !important;
    }

    .product-item .product-images img {
      height: 175px;
    }
  }

  @media screen and (max-width: 600px) {
    #wpadminbar {
      position: fixed;
    }

    .gform_wrapper .gfield--type-radio {
      flex-direction: column;
      align-items: flex-start;
    }

    .gform_wrapper .gfield--type-radio .gfield_label.gform-field-label {
      float: none;
      margin-bottom: 20px !important;
    }

  }

  @media screen and (max-width: 480px) {
    .add-to-cart-loop .button {
      font-size: 13px !important;
      padding: 14px 10px !important;
    }

    .archive.woocommerce .facetwp-flyout-open .elementor-button {
      position: static;
      display: block;
      width: 100%;
    }

    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
      float: none;
    }

    .archive .bottom-buttons .elementor-button {
      font-size: 16px !important;
      min-width: initial;
    }

    .gform_wrapper .gfield_checkbox {
      flex-direction: column !important;
    }

    .gform_wrapper .gfield_checkbox .gchoice {
      width: 100%;
    }

    .wwp_wholesaler_registration .checkbox-group {
      grid-template-columns: repeat(1, 1fr);
      gap: 5px;
    }

    .ftcols .elementor-icon-list-item {
      word-break: break-word;
    }
  }

  @media screen and (max-width: 380px) {
    .gform_wrapper .ginput_recaptcha > div {
      transform: scale(0.8);
      transform-origin: 0;
    }

    #header .white-btn a,
    #header .blue-btn a {
      max-width: 260px;
    }
    
    .elementor-wc-products ul.products li.product .button {
      padding-left: 14px !important;
      padding-right: 14px !important;
    }
  }
  