/*!
  Theme Name: Hello Elementor
  Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
  Description: A plain-vanilla & lightweight theme for Elementor page builder
  Author: Elementor Team
  Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
  Version: 2.2.1
  Stable tag: 2.2.©
  Requires at least: 4.7
  Tested up to: 5.2
  License: GNU General Public License v3 or later.
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
  Text Domain: hello-elementor
  Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Style - include Theme style
   ========================================================================== */
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & editor-style.scss
 */
/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
 
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */


.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{width: 48%;}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
      
    /* 2 */ }
  
  *,
  *::before,
  *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 3 */ }
  
  /* Sections
     ========================================================================== */
  body {
    margin: 0;
    font-family: "Montserrat", Sans-serif ,  -apple-system, BlinkMacSystemFont ;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFF;
    background-color: #000;
    overflow-x: hidden;
  }
  /* div{font-family: 'Montserrat', sans-serif; } */
  div{font-family: 'Manrope', sans-serif; }
  .no-scroll{ overflow: hidden !important;}
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1, h2, h3, h4, h5, h6 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: #afafaf; }
  
  h1 {
    font-size: 2.5rem; }
  
  h2 {
    font-size: 2rem; }
  
  h3 {
    font-size: 1.75rem; }
  
  h4 {
    font-size: 1.5rem; }
  
  h5 {
    font-size: 1.25rem; }
  
  h6 {
    font-size: 1rem; }
  
  /*
  p {
    margin-top: 0;
    font-size: 1.5625rem;
    margin-bottom: .9rem; }
  */
  
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: "Montserrat", Sans-serif;
    /* 1 */
    font-size: 1em;
    /* 2 */
    white-space: pre-wrap; }
  
  /* Text-level semantics
     ========================================================================== */
  a {
    background-color: transparent;
    text-decoration: none;
    color: #FFF;
  cursor: pointer;}
    a:not([href]):not([tabindex]) {
      color: #8e8e8e;
        cursor: pointer;
      text-decoration: none; }
    a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
      color: #000;
      text-decoration: none; }
    a:not([href]):not([tabindex]):focus {
      outline: 0; }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */ }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder; }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: "Montserrat", Sans-serif;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%; }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  
  sub {
    bottom: -0.25em; }
  
  sup {
    top: -0.5em; }
  
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none;
    height: auto;
    max-width: 100%; }
  
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block; }
  
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item; }
  
  figcaption {
    font-size: 16px;
    color: #FFF;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400; }
  
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none; }
  
  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none; }
  
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  
  /* Print
     ========================================================================== */
  @media print {
    *,
    *:before,
    *:after {
      background: transparent !important;
      color: #000 !important;
      /* Black prints faster */
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      text-shadow: none !important; }
    a,
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }
    abbr[title]:after {
      content: " (" attr(title) ")"; }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: ""; }
    pre {
      white-space: pre-wrap !important; }
    pre,
    blockquote {
      page-break-inside: avoid;
      border: 1px solid #cccccc; }
    thead {
      display: table-header-group; }
    tr,
    img {
      page-break-inside: avoid; }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3; }
    h2,
    h3 {
      page-break-after: avoid; } }
  
  /*
  DO NOT CHANGE THIS FILE
  to override any of the settings in this section, add your styling code in the custom directory.
   */
  
  /* a tag use as Button
  ========================================================================== */
  /**
   * 1. Here We get a-tag css using [role=button] **/
  
  .elementor-button-link{
      border: 1px solid #165bad;
      line-height: 26px;
      font-size: 18px;
      color: #8e8e8e;
      padding: 14px 35px;
      background-color: transparent;
  }
  .elementor-button-link:hover{ background-color:#165bad; color: #FFF;}
  
  
  /* elementor-image-box-description 
  
  ========================================================================== */
  
  .elementor-image-box-description{color: #afafaf;
      font-size: 16px;}
  
  
  /* Forms
     ========================================================================== */
  label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle; }
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: "Montserrat", Sans-serif;
    /* 1 */
    font-size: 1rem;
    /* 1 */
    line-height: 1.5;
    /* 1 */
    margin: 0;
    /* 2 */ }
  
  input[type="text"],
  input[type="date"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  select,
  textarea {
    width: 100%;
    border: solid 1px #666666;
      background: #272727;
      color: #c7c7c7;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    input[type="text"]:focus,
    input[type="date"]:focus,
    input[type="email"]:focus,
    input[type="number"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    select:focus,
    textarea:focus {
      border-color: #333333;
      outline: 0 none; }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input {
    /* 1 */
    overflow: visible; }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select {
    /* 1 */
    text-transform: none; }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    width: auto;
    -webkit-appearance: button; }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
  
  button,
  [type="submit"],
  [type="button"] {
    display: inline-block;
    font-weight: 400;
    color: #8e8e8e;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid #165bad;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    button:focus,
    [type="submit"]:focus,
    [type="button"]:focus {
      outline: 1px dotted;
      outline: 5px auto -webkit-focus-ring-color; }
    button:hover, button:focus,
    [type="submit"]:hover,
    [type="submit"]:focus,
    [type="button"]:hover,
    [type="button"]:focus {
      color: #ffffff;
      background-color: #000;
      text-decoration: none;
        outline: none;
  }
    button:not(:disabled),
    [type="submit"]:not(:disabled),
    [type="button"]:not(:disabled) {
      cursor: pointer; }
  
  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em; }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline; }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto;
    resize: vertical; }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  [type="checkbox"],
  [type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }
  
  select {
    display: block; }
  
  /*
  DO NOT CHANGE THIS FILE
  to override any of the settings in this section, add your styling code in the custom directory.
   */
  /* Table
     ========================================================================== */
  table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: 0.9em;
    border-spacing: 0;
    border-collapse: collapse; }
    table th,
    table td {
      padding: 15px;
      line-height: 1.5;
      text-align: left;
      vertical-align: top;
      border: 1px solid #cccccc; }
    table th {
      font-weight: bold; }
    table thead th,
    table tfoot th {
      font-size: 1em; }
    table caption + thead tr:first-child th,
    table caption + thead tr:first-child td,
    table caption + thead tr:first-child th,
    table caption + thead tr:first-child td,
    table colgroup + thead tr:first-child th,
    table colgroup + thead tr:first-child td,
    table colgroup + thead tr:first-child th,
    table colgroup + thead tr:first-child td,
    table thead:first-child tr:first-child th,
    table thead:first-child tr:first-child td,
    table thead:first-child tr:first-child th,
    table thead:first-child tr:first-child td {
      border-top: 1px solid #cccccc; }
    table tbody > tr:nth-child(odd) > td,
    table tbody > tr:nth-child(odd) > th {
      background-color: #232323; }
    table tbody tr:hover > td,
    table tbody tr:hover > th {
      background-color: #161616; }
    table tbody + tbody {
      border-top: 2px solid #161616; }
    @media (max-width: 767px) {
      table table {
        font-size: 0.8em; }
        table table th,
        table table td {
          padding: 7px;
          line-height: 1.3; }
        table table th {
          font-weight: 400; } }
  
  /*
  DO NOT CHANGE THIS FILE
  to override any of the settings in this section, add your styling code in the custom directory.
   */
  /* Lists
     ========================================================================== */
  dl,
  dt,
  dd,
  ol,
  ul,
  li {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; }
  
  
  /* 
  Accodian Css 
  ============================================================================ */
  /*
  .elementor-accordion .elementor-tab-content {
      background-color: #23232300;
      border-top: 0px;
  }
  
  .elementor-accordion .elementor-accordion-item {
      border: 1px solid #1c1c1c;
  }
  
  .elementor-tab-title{ background: #101010; color: #FFF; padding: 22px 20px;}
  
  .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
      border-color: #000;
      background: #4b4b4b;
  }
  
  */
  
  a.elementor-button:hover{color: #FFF;
      background-color: #165bad;}
  
  /* 
  Menu Css 
  ============================================================================ */
  
  .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active{color: #165bad !important;}
  
  .elementor-widget-button a.elementor-button:hover, .elementor-widget-button .elementor-button:hover { background-color:#165bad; color: #FFF;}
  .air_series_top_box .elementor-widget-button a.elementor-button:hover, .air_series_top_box .elementor-widget-button .elementor-button:hover{background-color: unset;}
  .elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{    stroke: #165bad;}
  .menu-item-658230 span.menu-image-title,.menu-item-658386 span.menu-image-title{
    color: #f5b700;
  }
  
  /* 
  woocommerce-breadcrumb Css 
  ============================================================================ */
  .woocommerce-breadcrumb a:hover{ color:#165bad; }
  
  
  /* 
  Read More Css 
  ============================================================================ */
  .elementor-widget-posts .elementor-post__read-more {
      color: #adada8;
  }
  
  .elementor-widget-posts .elementor-post__read-more:hover {color: #165bad;}
  /* text editor
  ============================================================================ */
  
  .elementor-widget-text-editor{font-size: 1.5625rem; color: #FFF;}
  
  /* End text editor */
  
  /*icon-list-text 
  ============================================================================ */
  .elementor-icon-list-item{ color: #ffffff; font-size: 22px;}
  .elementor-icon-list-icon{color: #ffffff; font-size: 20px;}
  
  /* End  icon-list-text */
  
  
  /* elementor cart and price
  ============================================================================ */
  .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{ font-weight: 400; font-size: 18px;}
  .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{font-weight: 400; font-size: 16px;}
  .woocommerce ul.products li.product .price ins{ font-weight:400;}
  
  /* tab */
  
  .woocommerce a.button{ border: 1px solid #165bad; color: #8e8e8e; cursor: pointer; background-color: transparent;}
  .woocommerce a.button:hover{    border: 1px solid #165bad; color: #FFF; background: #165bad; }
  
  .elementor-slides .slick-slide-inner .elementor-slide-button { border: 1px solid #165bad; color: #8e8e8e; cursor: pointer; }
  .elementor-slides .slick-slide-inner .elementor-slide-button:hover{    border: 1px solid #165bad; color: #FFF; background: #165bad; }
  
  
  .woocommerce span.onsale{background-color: #165bad;}
  .woocommerce-info {
      border-top-color: #165bad;
      color: #ffffff;
      background-color: #272727;
  }
  .woocommerce-info::before {
      color:#165bad;
  }
  
  
  .elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active{ color: #165bad; }
  
  
  
  .elementor-widget-toggle .elementor-toggle .elementor-tab-title.elementor-active {
      color: #165bad;
  }
  
  /*Form css 
  ============================================================================ */
  /*
  .elementor-480 .elementor-element .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
      background-color: #1d1d1d;
  }
  */
  .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
      background-color: #272727 !important; 
  }
  
  
  .elementor-menu-cart__wrapper a.elementor-button:hover { background-color: transparent; color: #165bad;}
  
  /*======================================================== Start Elementor frontend.min.css?ver=2.7.3  ============================================= */
  /*! elementor - v2.7.3 - 30-09-2019 */
  .woocommerce-view-order .order-number,.woocommerce-view-order .order-date,.woocommerce-view-order .order-status{
        background-color: #fbaf00;
  }
  .dialog-widget-content {
      background-color: #fff;
      position: absolute;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
      box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
      overflow: hidden
  }
  
  .dialog-message {
      font-size: 12px;
      line-height: 1.5;
      -webkit-box-sizing: border-box;
      box-sizing: border-box
  }
  
  .dialog-type-lightbox {
      position: fixed;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, .8);
      z-index: 9999;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
  }
  
  .dialog-type-lightbox .dialog-widget-content {
      margin: auto;
      width: 375px
  }
  
  .dialog-type-lightbox .dialog-header {
      font-size: 15px;
      color: #495157;
      padding: 30px 0 10px;
      font-weight: 500
  }
  
  .dialog-type-lightbox .dialog-message {
      padding: 0 30px 30px;
      min-height: 50px
  }
  
  .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
  .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
      text-align: center
  }
  
  .dialog-type-lightbox .dialog-buttons-wrapper {
      border-top: 1px solid #e6e9ec;
      text-align: center
  }
  
  .dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
      font-family: "Montserrat", Sans-serif;
      width: 50%;
      border: none;
      background: none;
      color: #6d7882;
      font-size: 15px;
      cursor: pointer;
      padding: 13px 0;
      outline: 0;
      cursor: pointer;
  }
  
  .dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
      background-color: #f4f6f7
  }
  
  .dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
      color: #b01b1b
  }
  
  .dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
      color: #39b54a
  }
  
  .dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
      background-color: rgba(230, 233, 236, .5)
  }
  
  .dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
      border: 0
  }
  
  .dialog-close-button {
      cursor: pointer;
      position: absolute;
      top: 30px;
      right: 30px;
      font-size: 15px;
      line-height: 1
  }
  
  .dialog-close-button:not(:hover) {
      opacity: .4
  }
  
  .dialog-alert-widget .dialog-buttons-wrapper>button {
      width: 100%
  }
  
  .dialog-confirm-widget .dialog-button:first-child {
      border-right: 1px solid #e6e9ec
  }
  
  .dialog-prevent-scroll {
      overflow: hidden;
      max-height: 100vh
  }
  
  @media (max-width:767px) {
      .dialog-close-button {
          top: 15px;
          right: 15px
      }
      body.admin-bar .dialog-close-button {
          top: 40px
      }
  }
  
  .elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
      padding-bottom: 42.8571%
  }
  
  .elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
      padding-bottom: 56.25%
  }
  
  .elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
      padding-bottom: 75%
  }
  
  .elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
      padding-bottom: 66.6666%
  }
  
  .elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
      padding-bottom: 100%
  }
  
  .elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
      padding-bottom: 177.8%
  }
  
  .elementor-fit-aspect-ratio {
      position: relative;
      height: 0
  }
  
  .elementor-fit-aspect-ratio iframe {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      border: 0;
      background-color: #000
  }
  
  .elementor-fit-aspect-ratio video {
      width: 100%
  }
  
  .flatpickr-calendar {
      width: 280px
  }
  
  .flatpickr-calendar .flatpickr-current-month span.cur-month {
      font-weight: 300
  }
  
  .flatpickr-calendar .dayContainer {
      width: 280px;
      min-width: 280px;
      max-width: 280px
  }
  
  .flatpickr-calendar .flatpickr-days {
      width: 280px
  }
  
  .flatpickr-calendar .flatpickr-day {
      max-width: 37px;
      height: 37px;
      line-height: 37px
  }
  
  .elementor-templates-modal .dialog-widget-content {
      font-family: "Montserrat", Sans-serif;
      background-color: #f1f3f5;
      width: 100%
  }
  
  @media (max-width:1439px) {
      .elementor-templates-modal .dialog-widget-content {
          max-width: 990px
      }
  }
  
  @media (min-width:1440px) {
      .elementor-templates-modal .dialog-widget-content {
          max-width: 1200px
      }
  }
  
  .elementor-templates-modal .dialog-header {
      padding: 0;
      z-index: 1
  }
  
  .elementor-templates-modal .dialog-buttons-wrapper,
  .elementor-templates-modal .dialog-header {
      background-color: #fff;
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
      box-shadow: 0 0 8px rgba(0, 0, 0, .1);
      position: relative
  }
  
  .elementor-templates-modal .dialog-buttons-wrapper {
      border: none;
      display: none;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 5px
  }
  
  .elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
      height: 40px;
      margin-left: 5px
  }
  
  .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
      padding: 12px 36px;
      color: #fff;
      width: auto;
      font-size: 15px
  }
  
  .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
      background-color: #39b54a
  }
  
  .elementor-templates-modal .dialog-message {
      height: 750px;
      max-height: 85vh;
      overflow: auto;
      padding-top: 25px
  }
  
  .elementor-templates-modal .dialog-content {
      height: 100%
  }
  
  .elementor-templates-modal .dialog-loading {
      display: none
  }
  
  .elementor-templates-modal__header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 50px
  }
  
  .elementor-templates-modal__header__logo {
      line-height: 1;
      text-transform: uppercase;
      font-weight: 700;
      cursor: pointer
  }
  
  .elementor-templates-modal__header__logo-area {
      text-align: left;
      padding-left: 15px
  }
  
  .elementor-templates-modal__header__logo-area>* {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center
  }
  
  .elementor-templates-modal__header__logo__icon-wrapper {
      padding: 4px 7px 6px;
      background-image: -webkit-linear-gradient(225deg, #f2295b, #434363);
      background-image: -o-linear-gradient(225deg, #f2295b, #434363);
      background-image: linear-gradient(-135deg, #f2295b, #434363);
      -webkit-border-radius: 2px;
      border-radius: 2px;
      margin-right: 10px
  }
  
  .elementor-templates-modal__header__logo__title {
      padding-top: 2px
  }
  
  .elementor-templates-modal__header__logo i {
      color: #fff;
      font-size: 10px
  }
  
  .elementor-templates-modal__header__items-area {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse
  }
  
  .elementor-templates-modal__header__item {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-sizing: content-box;
      box-sizing: content-box
  }
  
  .elementor-templates-modal__header__item>i {
      font-size: 20px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      cursor: pointer
  }
  
  .elementor-templates-modal__header__item>i:not(:hover) {
      color: #a4afb7
  }
  
  .elementor-templates-modal__header__close--normal {
      width: 45px;
      border-left: 1px solid #e6e9ec
  }
  
  .elementor-templates-modal__header__close--normal i {
      font-size: 18px
  }
  
  .elementor-templates-modal__header__close--skip {
      padding: 10px 10px 10px 20px;
      margin-right: 10px;
      color: #fff;
      background-color: #a4afb7;
      font-size: 11px;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      cursor: pointer
  }
  
  .elementor-templates-modal__header__close--skip>i {
      font-size: inherit;
      padding-left: 10px;
      margin-left: 15px;
      border-left: 1px solid
  }
  
  .elementor-templates-modal__header__close--skip>i:not(:hover) {
      color: #fff
  }
  
  .elementor-templates-modal__sidebar {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 25%;
      background-color: hsla(0, 0%, 100%, .3)
  }
  
  .elementor-templates-modal__content {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, .05);
      box-shadow: inset 0 0 13px rgba(0, 0, 0, .05)
  }
  
  .elementor-hidden {
      display: none
  }
  
  .elementor-screen-only,
  .screen-reader-text,
  .screen-reader-text span,
  .ui-helper-hidden-accessible {
      position: absolute;
      top: -10000em;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0
  }
  
  .elementor-clearfix:after {
      content: "";
      display: block;
      clear: both;
      width: 0;
      height: 0
  }
  
  .elementor {
      -webkit-hyphens: manual;
      -ms-hyphens: manual;
      hyphens: manual
  }
  
  .elementor *,
  .elementor:after,
  .elementor:before {
      -webkit-box-sizing: border-box;
      box-sizing: border-box
  }
  
  .elementor a {
      -webkit-box-shadow: none;
      box-shadow: none;
      text-decoration: none
  }
  
  .elementor hr {
      margin: 0;
      background-color: transparent
  }
  
  .elementor img {
      height: auto;
      max-width: 100%;
      border: none;
      -webkit-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none
  }
  
  .elementor .elementor-widget:not(.elementor-widget-text-editor) figure {
      margin: 0
  }
  
  .elementor embed,
  .elementor iframe,
  .elementor object,
  .elementor video {
      max-width: 100%;
      width: 100%;
      margin: 0;
      line-height: 1;
      border: none
  }
  
  .elementor .elementor-custom-embed {
      line-height: 0
  }
  
  .elementor .elementor-background,
  .elementor .elementor-background-holder,
  .elementor .elementor-background-video-container {
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
      overflow: hidden;
      z-index: 0;
      direction: ltr
  }
  
  .elementor .elementor-background-video-container {
      -webkit-transition: opacity 1s;
      -o-transition: opacity 1s;
      transition: opacity 1s;
      pointer-events: none
  }
  
  .elementor .elementor-background-video-container.elementor-loading {
      opacity: 0
  }
  
  .elementor .elementor-background-video-embed {
      max-width: none
  }
  
  .elementor .elementor-background-video-embed,
  .elementor .elementor-background-video-hosted {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%)
  }
  
  .elementor .elementor-background-video {
      position: absolute;
      max-width: none;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%)
  }
  
  .elementor .elementor-html5-video {
      -o-object-fit: cover;
      object-fit: cover
  }
  
  .elementor .elementor-background-overlay,
  .elementor .elementor-background-slideshow {
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute
  }
  
  .elementor .elementor-background-slideshow {
      z-index: 0
  }
  
  .elementor .elementor-background-slideshow__slide__image {
      width: 100%;
      height: 100%;
      background-position: 50%;
      -webkit-background-size: cover;
      background-size: cover
  }
  
  .elementor-widget-wrap>.elementor-element.elementor-absolute {
      position: absolute
  }
  
  .elementor-widget-wrap>.elementor-element.elementor-fixed {
      position: fixed
  }
  
  .elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
  .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
      max-width: 100%
  }
  
  @media (max-width:1024px) {
      .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
      .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
          max-width: 100%
      }
  }
  
  @media (max-width:767px) {
      .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
      .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
          max-width: 100%
      }
  }
  
  .elementor-element.elementor-absolute,
  .elementor-element.elementor-fixed {
      z-index: 1
  }
  
  .elementor-invisible {
      visibility: hidden
  }
  
  .elementor-align-center {
      text-align: center
  }
  
  .elementor-align-center .elementor-button {
      width: auto
  }
  
  .elementor-align-right {
      text-align: right
  }
  
  .elementor-align-right .elementor-button {
      width: auto
  }
  
  .elementor-align-left {
      text-align: left
  }
  
  .elementor-align-left .elementor-button {
      width: auto
  }
  
  .elementor-align-justify .elementor-button {
      width: 100%
  }
  
  .elementor-custom-embed-play {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%)
  }
  
  .elementor-custom-embed-play i {
      font-size: 100px;
      color: #fff;
      opacity: .8;
      text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s
  }
  
  .elementor-custom-embed-play.elementor-playing i {
      font-family: eicons;
      -webkit-animation: fa-spin 2s linear infinite;
      animation: fa-spin 2s linear infinite
  }
  
  .elementor-custom-embed-play.elementor-playing i:before {
      content: "\e8fb"
  }
  
  .elementor-tag {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex
  }
  
  .elementor-ken-burns {
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 10s;
      -o-transition-duration: 10s;
      transition-duration: 10s;
      -webkit-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear
  }
  
  .elementor-ken-burns--out {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3)
  }
  
  .elementor-ken-burns--active {
      -webkit-transition-duration: 20s;
      -o-transition-duration: 20s;
      transition-duration: 20s
  }
  
  .elementor-ken-burns--active.elementor-ken-burns--out {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1)
  }
  
  .elementor-ken-burns--active.elementor-ken-burns--in {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3)
  }
  
  @media (max-width:1024px) {
      .elementor-tablet-align-center {
          text-align: center
      }
      .elementor-tablet-align-center .elementor-button {
          width: auto
      }
      .elementor-tablet-align-right {
          text-align: right
      }
      .elementor-tablet-align-right .elementor-button {
          width: auto
      }
      .elementor-tablet-align-left {
          text-align: left
      }
      .elementor-tablet-align-left .elementor-button {
          width: auto
      }
      .elementor-tablet-align-justify .elementor-button {
          width: 100%
      }
  }
  
  @media (max-width:767px) {
      .elementor-mobile-align-center {
          text-align: center
      }
      .elementor-mobile-align-center .elementor-button {
          width: auto
      }
      .elementor-mobile-align-right {
          text-align: right
      }
      .elementor-mobile-align-right .elementor-button {
          width: auto
      }
      .elementor-mobile-align-left {
          text-align: left
      }
      .elementor-mobile-align-left .elementor-button {
          width: auto
      }
      .elementor-mobile-align-justify .elementor-button {
          width: 100%
      }
  }
  
  #wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before {
      content: "\e813";
      font-family: eicons;
      top: 3px;
      font-size: 18px
  }
  
  #wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before {
      content: "\f348";
      top: 2px
  }
  
  .elementor-section {
      position: relative
  }
  
  .elementor-section .elementor-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: auto;
      margin-left: auto;
      position: relative
  }
  
  .elementor-section.elementor-section-boxed>.elementor-container {
      max-width: 1140px
  }
  
  .elementor-section.elementor-section-stretched {
      position: relative;
      width: 100%
  }
  
  .elementor-section.elementor-section-items-top>.elementor-container {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start
  }
  
  .elementor-section.elementor-section-items-middle>.elementor-container {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center
  }
  
  .elementor-section.elementor-section-items-bottom>.elementor-container {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end
  }
  
  @media (min-width:768px) {
      .elementor-section.elementor-section-height-full {
          height: 100vh
      }
      .elementor-section.elementor-section-height-full>.elementor-container {
          height: 100%
      }
  }
  
  .elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start
  }
  
  .elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center
  }
  
  .elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end
  }
  
  .elementor-row {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex
  }
  
  @media (max-width:1024px) {
      .elementor-row {
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap
      }
  }
  
  .elementor-column-wrap {
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex
  }
  
  .elementor-widget-wrap {
      position: relative;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start
  }
  
  .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex
  }
  
  .elementor-widget-wrap>.elementor-element {
      width: 100%
  }
  
  .elementor-widget {
      position: relative
  }
  
  /*.elementor-widget:not(:last-child) {
      margin-bottom: 20px
  }*/
  
  .elementor-widget:not(:last-child).elementor-absolute,
  .elementor-widget:not(:last-child).elementor-widget__width-auto,
  .elementor-widget:not(:last-child).elementor-widget__width-initial {
      margin-bottom: 0
  }
  
  .elementor-column {
      position: relative;
      min-height: 1px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex
  }
  
  .elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated {
      padding: 5px
  }
  
  .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  /*   padding: 10px*/
  }
  
  .elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
      padding: 15px
  }
  
  .elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated {
      padding: 20px
  }
  
  .elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
      padding: 30px
  }
  
  .elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
      padding: 0
  }
  
  @media (min-width:768px) {
      .elementor-column.elementor-col-10,
      .elementor-column[data-col="10"] {
          width: 10%
      }
      .elementor-column.elementor-col-11,
      .elementor-column[data-col="11"] {
          width: 11.111%
      }
      .elementor-column.elementor-col-12,
      .elementor-column[data-col="12"] {
          width: 12.5%
      }
      .elementor-column.elementor-col-14,
      .elementor-column[data-col="14"] {
          width: 14.285%
      }
      .elementor-column.elementor-col-16,
      .elementor-column[data-col="16"] {
          width: 16.666%
      }
      .elementor-column.elementor-col-20,
      .elementor-column[data-col="20"] {
          width: 20%
      }
      .elementor-column.elementor-col-25,
      .elementor-column[data-col="25"] {
          width: 25%
      }
      .elementor-column.elementor-col-30,
      .elementor-column[data-col="30"] {
          width: 30%
      }
      .elementor-column.elementor-col-33,
      .elementor-column[data-col="33"] {
          width: 33.333%
      }
      .elementor-column.elementor-col-40,
      .elementor-column[data-col="40"] {
          width: 40%
      }
      .elementor-column.elementor-col-50,
      .elementor-column[data-col="50"] {
          width: 50%
      }
      .elementor-column.elementor-col-60,
      .elementor-column[data-col="60"] {
          width: 60%
      }
      .elementor-column.elementor-col-66,
      .elementor-column[data-col="66"] {
          width: 66.666%
      }
      .elementor-column.elementor-col-70,
      .elementor-column[data-col="70"] {
          width: 70%
      }
      .elementor-column.elementor-col-75,
      .elementor-column[data-col="75"] {
          width: 75%
      }
      .elementor-column.elementor-col-80,
      .elementor-column[data-col="80"] {
          width: 80%
      }
      .elementor-column.elementor-col-83,
      .elementor-column[data-col="83"] {
          width: 83.333%
      }
      .elementor-column.elementor-col-90,
      .elementor-column[data-col="90"] {
          width: 90%
      }
      .elementor-column.elementor-col-100,
      .elementor-column[data-col="100"] {
          width: 100%
      }
  }
  
  @media (max-width:479px) {
      .elementor-column.elementor-xs-10 {
          width: 10%
      }
      .elementor-column.elementor-xs-11 {
          width: 11.111%
      }
      .elementor-column.elementor-xs-12 {
          width: 12.5%
      }
      .elementor-column.elementor-xs-14 {
          width: 14.285%
      }
      .elementor-column.elementor-xs-16 {
          width: 16.666%
      }
      .elementor-column.elementor-xs-20 {
          width: 20%
      }
      .elementor-column.elementor-xs-25 {
          width: 25%
      }
      .elementor-column.elementor-xs-30 {
          width: 30%
      }
      .elementor-column.elementor-xs-33 {
          width: 33.333%
      }
      .elementor-column.elementor-xs-40 {
          width: 40%
      }
      .elementor-column.elementor-xs-50 {
          width: 50%
      }
      .elementor-column.elementor-xs-60 {
          width: 60%
      }
      .elementor-column.elementor-xs-66 {
          width: 66.666%
      }
      .elementor-column.elementor-xs-70 {
          width: 70%
      }
      .elementor-column.elementor-xs-75 {
          width: 75%
      }
      .elementor-column.elementor-xs-80 {
          width: 80%
      }
      .elementor-column.elementor-xs-83 {
          width: 83.333%
      }
      .elementor-column.elementor-xs-90 {
          width: 90%
      }
      .elementor-column.elementor-xs-100 {
          width: 100%
      }
  }
  
  @media (max-width:767px) {
      .elementor-column.elementor-sm-10 {
          width: 10%
      }
      .elementor-column.elementor-sm-11 {
          width: 11.111%
      }
      .elementor-column.elementor-sm-12 {
          width: 12.5%
      }
      .elementor-column.elementor-sm-14 {
          width: 14.285%
      }
      .elementor-column.elementor-sm-16 {
          width: 16.666%
      }
      .elementor-column.elementor-sm-20 {
          width: 20%
      }
      .elementor-column.elementor-sm-25 {
          width: 25%
      }
      .elementor-column.elementor-sm-30 {
          width: 30%
      }
      .elementor-column.elementor-sm-33 {
          width: 33.333%
      }
      .elementor-column.elementor-sm-40 {
          width: 40%
      }
      .elementor-column.elementor-sm-50 {
          width: 50%
      }
      .elementor-column.elementor-sm-60 {
          width: 60%
      }
      .elementor-column.elementor-sm-66 {
          width: 66.666%
      }
      .elementor-column.elementor-sm-70 {
          width: 70%
      }
      .elementor-column.elementor-sm-75 {
          width: 75%
      }
      .elementor-column.elementor-sm-80 {
          width: 80%
      }
      .elementor-column.elementor-sm-83 {
          width: 83.333%
      }
      .elementor-column.elementor-sm-90 {
          width: 90%
      }
      .elementor-column.elementor-sm-100 {
          width: 100%
      }
  }
  
  @media (min-width:768px) and (max-width:1024px) {
      .elementor-column.elementor-md-10 {
          width: 10%
      }
      .elementor-column.elementor-md-11 {
          width: 11.111%
      }
      .elementor-column.elementor-md-12 {
          width: 12.5%
      }
      .elementor-column.elementor-md-14 {
          width: 14.285%
      }
      .elementor-column.elementor-md-16 {
          width: 16.666%
      }
      .elementor-column.elementor-md-20 {
          width: 20%
      }
      .elementor-column.elementor-md-25 {
          width: 25%
      }
      .elementor-column.elementor-md-30 {
          width: 30%
      }
      .elementor-column.elementor-md-33 {
          width: 33.333%
      }
      .elementor-column.elementor-md-40 {
          width: 40%
      }
      .elementor-column.elementor-md-50 {
          width: 50%
      }
      .elementor-column.elementor-md-60 {
          width: 60%
      }
      .elementor-column.elementor-md-66 {
          width: 66.666%
      }
      .elementor-column.elementor-md-70 {
          width: 70%
      }
      .elementor-column.elementor-md-75 {
          width: 75%
      }
      .elementor-column.elementor-md-80 {
          width: 80%
      }
      .elementor-column.elementor-md-83 {
          width: 83.333%
      }
      .elementor-column.elementor-md-90 {
          width: 90%
      }
      .elementor-column.elementor-md-100 {
          width: 100%
      }
  }
  
  @media (min-width:768px) and (max-width:1024px) {
      .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
          -webkit-box-ordinal-group: 11;
          -webkit-order: 10;
          -ms-flex-order: 10;
          order: 10
      }
      .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
          -webkit-box-ordinal-group: 10;
          -webkit-order: 9;
          -ms-flex-order: 9;
          order: 9
      }
      .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
          -webkit-box-ordinal-group: 9;
          -webkit-order: 8;
          -ms-flex-order: 8;
          order: 8
      }
      .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
          -webkit-box-ordinal-group: 8;
          -webkit-order: 7;
          -ms-flex-order: 7;
          order: 7
      }
      .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
          -webkit-box-ordinal-group: 7;
          -webkit-order: 6;
          -ms-flex-order: 6;
          order: 6
      }
      .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
          -webkit-box-ordinal-group: 6;
          -webkit-order: 5;
          -ms-flex-order: 5;
          order: 5
      }
      .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
          -webkit-box-ordinal-group: 5;
          -webkit-order: 4;
          -ms-flex-order: 4;
          order: 4
      }
      .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
          -ms-flex-order: 3;
          order: 3
      }
      .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2
      }
      .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1
      }
      .single-product-bundle .product-type-bundle .entry-summary h1.product_title{
          font-size: 32px; 
      }
     
  }
  
  @media (max-width:767px) {
      .elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child {
          -webkit-box-ordinal-group: 11;
          -webkit-order: 10;
          -ms-flex-order: 10;
          order: 10
      }
      .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2) {
          -webkit-box-ordinal-group: 10;
          -webkit-order: 9;
          -ms-flex-order: 9;
          order: 9
      }
      .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3) {
          -webkit-box-ordinal-group: 9;
          -webkit-order: 8;
          -ms-flex-order: 8;
          order: 8
      }
      .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4) {
          -webkit-box-ordinal-group: 8;
          -webkit-order: 7;
          -ms-flex-order: 7;
          order: 7
      }
      .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5) {
          -webkit-box-ordinal-group: 7;
          -webkit-order: 6;
          -ms-flex-order: 6;
          order: 6
      }
      .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6) {
          -webkit-box-ordinal-group: 6;
          -webkit-order: 5;
          -ms-flex-order: 5;
          order: 5
      }
      .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7) {
          -webkit-box-ordinal-group: 5;
          -webkit-order: 4;
          -ms-flex-order: 4;
          order: 4
      }
      .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8) {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
          -ms-flex-order: 3;
          order: 3
      }
      .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9) {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2
      }
      .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10) {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1
      }
      .elementor-column {
          width: 100%
      }
  }
  
  ul.elementor-icon-list-items.elementor-inline-items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  
  ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
      word-break: break-word
  }
  
  .elementor-grid .elementor-grid-item {
      word-break: break-word;
      min-width: 0
  }
  
  .elementor-grid-0 .elementor-grid {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  
  .elementor-grid-1 .elementor-grid {
      grid-template-columns: repeat(1, 1fr);
      display: grid
  }
  
  .elementor-grid-2 .elementor-grid {
      grid-template-columns: repeat(2, 1fr);
      display: grid
  }
  
  .elementor-grid-3 .elementor-grid {
      grid-template-columns: repeat(3, 1fr);
      display: grid
  }
  
  .elementor-grid-4 .elementor-grid {
      grid-template-columns: repeat(4, 1fr);
      display: grid
  }
  
  .elementor-grid-5 .elementor-grid {
      grid-template-columns: repeat(5, 1fr);
      display: grid
  }
  
  .elementor-grid-6 .elementor-grid {
      grid-template-columns: repeat(6, 1fr);
      display: grid
  }
  
  .elementor-grid-7 .elementor-grid {
      grid-template-columns: repeat(7, 1fr);
      display: grid
  }
  
  .elementor-grid-8 .elementor-grid {
      grid-template-columns: repeat(8, 1fr);
      display: grid
  }
  
  .elementor-grid-9 .elementor-grid {
      grid-template-columns: repeat(9, 1fr);
      display: grid
  }
  
  .elementor-grid-10 .elementor-grid {
      grid-template-columns: repeat(10, 1fr);
      display: grid
  }
  
  .elementor-grid-11 .elementor-grid {
      grid-template-columns: repeat(11, 1fr);
      display: grid
  }
  
  .elementor-grid-12 .elementor-grid {
      grid-template-columns: repeat(12, 1fr);
      display: grid
  }
  
  @media (max-width:1024px) {
      .elementor-grid-tablet-0 .elementor-grid {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          overflow: hidden;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap
      }
      .elementor-grid-tablet-1 .elementor-grid {
          grid-template-columns: repeat(1, 1fr);
          display: grid
      }
      .elementor-grid-tablet-2 .elementor-grid {
          grid-template-columns: repeat(2, 1fr);
          display: grid
      }
      .elementor-grid-tablet-3 .elementor-grid {
          grid-template-columns: repeat(3, 1fr);
          display: grid
      }
      .elementor-grid-tablet-4 .elementor-grid {
          grid-template-columns: repeat(4, 1fr);
          display: grid
      }
      .elementor-grid-tablet-5 .elementor-grid {
          grid-template-columns: repeat(5, 1fr);
          display: grid
      }
      .elementor-grid-tablet-6 .elementor-grid {
          grid-template-columns: repeat(6, 1fr);
          display: grid
      }
      .elementor-grid-tablet-7 .elementor-grid {
          grid-template-columns: repeat(7, 1fr);
          display: grid
      }
      .elementor-grid-tablet-8 .elementor-grid {
          grid-template-columns: repeat(8, 1fr);
          display: grid
      }
      .elementor-grid-tablet-9 .elementor-grid {
          grid-template-columns: repeat(9, 1fr);
          display: grid
      }
      .elementor-grid-tablet-10 .elementor-grid {
          grid-template-columns: repeat(10, 1fr);
          display: grid
      }
      .elementor-grid-tablet-11 .elementor-grid {
          grid-template-columns: repeat(11, 1fr);
          display: grid
      }
      .elementor-grid-tablet-12 .elementor-grid {
          grid-template-columns: repeat(12, 1fr);
          display: grid
      }
  }
  
  @media (max-width:767px) {
      .elementor-grid-mobile-0 .elementor-grid {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          overflow: hidden;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap
      }
      .elementor-grid-mobile-1 .elementor-grid {
          grid-template-columns: repeat(1, 1fr);
          display: grid
      }
      .elementor-grid-mobile-2 .elementor-grid {
          grid-template-columns: repeat(2, 1fr);
          display: grid
      }
      .elementor-grid-mobile-3 .elementor-grid {
          grid-template-columns: repeat(3, 1fr);
          display: grid
      }
      .elementor-grid-mobile-4 .elementor-grid {
          grid-template-columns: repeat(4, 1fr);
          display: grid
      }
      .elementor-grid-mobile-5 .elementor-grid {
          grid-template-columns: repeat(5, 1fr);
          display: grid
      }
      .elementor-grid-mobile-6 .elementor-grid {
          grid-template-columns: repeat(6, 1fr);
          display: grid
      }
      .elementor-grid-mobile-7 .elementor-grid {
          grid-template-columns: repeat(7, 1fr);
          display: grid
      }
      .elementor-grid-mobile-8 .elementor-grid {
          grid-template-columns: repeat(8, 1fr);
          display: grid
      }
      .elementor-grid-mobile-9 .elementor-grid {
          grid-template-columns: repeat(9, 1fr);
          display: grid
      }
      .elementor-grid-mobile-10 .elementor-grid {
          grid-template-columns: repeat(10, 1fr);
          display: grid
      }
      .elementor-grid-mobile-11 .elementor-grid {
          grid-template-columns: repeat(11, 1fr);
          display: grid
      }
      .elementor-grid-mobile-12 .elementor-grid {
          grid-template-columns: repeat(12, 1fr);
          display: grid
      }
  }
  
  @media (min-width:1025px) {
      #elementor-device-mode:after {
          content: "desktop"
      }
  }
  
  @media (min-width:768px) and (max-width:1024px) {
      #elementor-device-mode:after {
          content: "tablet"
      }
  }
  
  @media (max-width:767px) {
      #elementor-device-mode:after {
          content: "mobile"
      }
  }
  
  .elementor-form-fields-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  
  .elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group .elementor-field-subgroup,
  .elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>.elementor-select-wrapper,
  .elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>input,
  .elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>textarea {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%
  }
  
  .elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
  .elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1
  }
  
  .elementor-field-group {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center
  }
  
  .elementor-field-group.elementor-field-type-submit {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end
  }
  
  .elementor-field-group .elementor-field-textual {
      width: 100%;
      max-width: 100%;
      border: 1px solid #505050;
      background-color: #1a1a1a;
      color: #373a3c;
      vertical-align: middle;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1
  }
  
  .elementor-field-group .elementor-field-textual:focus {
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
      outline: 0
  }
  
  .elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
      color: inherit;
      font-family: "Montserrat", Sans-serif;
      opacity: .6
  }
  
  .elementor-field-group .elementor-field-textual:-ms-input-placeholder {
      color: inherit;
     font-family: "Montserrat", Sans-serif;
      opacity: .6
  }
  
  .elementor-field-group .elementor-field-textual:-moz-placeholder {
      color: inherit;
      font-family: "Montserrat", Sans-serif;
      opacity: .6
  }
  
  .elementor-field-group .elementor-field-textual::-ms-input-placeholder {
      color: inherit;
      font-family: "Montserrat", Sans-serif;
      opacity: .6
  }
  
  .elementor-field-group .elementor-field-textual::placeholder {
      color: inherit;
      font-family: "Montserrat", Sans-serif;
      opacity: .6
  }
  
  .elementor-field-group .elementor-select-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 100%
  }
  
  .elementor-field-group .elementor-select-wrapper select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      font-weight: inherit;
      font-style: inherit;
      text-transform: inherit;
      letter-spacing: inherit;
      line-height: inherit;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding-right: 20px
  }
  
  .elementor-field-group .elementor-select-wrapper:before {
      content: "\e92a";
      font-family: eicons;
      font-size: 15px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 10px;
      pointer-events: none
  }
  
  .elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
      content: ""
  }
  
  .elementor-field-subgroup {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  
  .elementor-field-subgroup .elementor-field-option label {
      display: inline-block
  }
  
  .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
      padding-right: 10px
  }
  
  .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%
  }
  
  .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
  .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
  .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
  .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
  .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
  .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
      display: inline
  }
  
  .elementor-field-label {
      cursor: pointer
  }
  
  .elementor-mark-required .elementor-field-label:after {
      content: "*";
      color: red;
      padding-left: .2em
  }
  
  .elementor-field-textual {
      line-height: 1.4
  }
  
  .elementor-field-textual.elementor-size-xs {
      font-size: 13px;
      min-height: 33px;
      padding: 4px 12px;
      -webkit-border-radius: 2px;
      border-radius: 2px
  }
  
  .elementor-field-textual.elementor-size-sm {
      font-size: 15px;
      min-height: 40px;
      padding: 5px 14px;
      -webkit-border-radius: 3px;
      border-radius: 3px
  }
  
  .elementor-field-textual.elementor-size-md {
      font-size: 16px;
      min-height: 47px;
      padding: 6px 16px;
      -webkit-border-radius: 4px;
      border-radius: 4px
  }
  
  .elementor-field-textual.elementor-size-lg {
      font-size: 18px;
      min-height: 59px;
      padding: 7px 20px;
      -webkit-border-radius: 5px;
      border-radius: 5px
  }
  
  .elementor-field-textual.elementor-size-xl {
      font-size: 20px;
      min-height: 72px;
      padding: 8px 24px;
      -webkit-border-radius: 6px;
      border-radius: 6px
  }
  
  .elementor-button-align-center .elementor-field-type-submit {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  
  .elementor-button-align-stretch .elementor-field-type-submit button {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      background-color: transparent;
              border: 1px solid #faaf00;
          
  }
  
  .elementor-button-align-stretch .elementor-field-type-submit button:hover{
      
      background-color:#faaf00;
      color: #000;
  }
  
  .elementor-button-align-start .elementor-field-type-submit {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }
  
  .elementor-button-align-end .elementor-field-type-submit {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end
  }
  
  @media screen and (max-width:1024px) {
      .elementor-tablet-button-align-center .elementor-field-type-submit {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center
      }
      .elementor-tablet-button-align-stretch .elementor-field-type-submit button {
          -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%
      }
      .elementor-tablet-button-align-start .elementor-field-type-submit {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start
      }
      .elementor-tablet-button-align-end .elementor-field-type-submit {
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end
      }
  }
  
  @media screen and (max-width:767px) {
      .elementor-mobile-button-align-center .elementor-field-type-submit {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center
      }
      .elementor-mobile-button-align-stretch .elementor-field-type-submit button {
          -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%
      }
      .elementor-mobile-button-align-start .elementor-field-type-submit {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start
      }
      .elementor-mobile-button-align-end .elementor-field-type-submit {
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end
      }
  }
  
  .elementor-error .elementor-field {
      border-color: #d9534f
  }
  
  .elementor-error .help-inline {
      color: #d9534f;
      font-size: .9em
  }
  
  .elementor-message {
      margin: 10px 0;
      font-size: 1em;
      line-height: 1
  }
  
  .elementor-message:before {
      content: "\e90e";
      display: inline-block;
      font-family: eicons;
      font-weight: 400;
      font-style: normal;
      vertical-align: middle;
      margin-right: 5px
  }
  
  .elementor-message.elementor-message-danger {
      color: #d9534f
  }
  
  .elementor-message.elementor-message-danger:before {
      content: "\e87f"
  }
  
  .elementor-message.form-message-success {
      color: #5cb85c
  }
  
  .elementor-form .elementor-button {
      padding-top: 0;
      padding-bottom: 0;
      border: 0
  }
  
  .elementor-form .elementor-button>span {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  
  .elementor-form .elementor-button .elementor-align-icon-right {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2
  }
  
  .elementor-form .elementor-button .elementor-align-icon-left {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0
  }
  
  .elementor-form .elementor-button.elementor-size-xs {
      min-height: 33px
  }
  
  .elementor-form .elementor-button.elementor-size-sm {
      min-height: 40px
  }
  
  .elementor-form .elementor-button.elementor-size-md {
      min-height: 47px
  }
  
  .elementor-form .elementor-button.elementor-size-lg {
      min-height: 59px
  }
  
  .elementor-form .elementor-button.elementor-size-xl {
      min-height: 72px
  }
  
  .elementor-element .elementor-widget-container {
      -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
      transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
      -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
      transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
      transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
  }
  
  .elementor-accordion {
      text-align: left
  }
  
  .elementor-accordion .elementor-accordion-item {
      border: 1px solid #1c1c1c;
  }
  
  .elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
      border-top: none
  }
  
  .elementor-accordion .elementor-tab-title {
      margin: 0;
      padding: 22px 20px;
      font-weight: 700;
      line-height: 1;
      cursor: pointer;
      outline: none
  }
  
  .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
      display: inline-block;
      width: 1.5em
  }
  
  .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
      float: right;
      text-align: right
  }
  
  .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
      float: left;
      text-align: left
  }
  
  .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
      display: block
  }
  
  .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
  .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
      display: none
  }
  
  .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
      display: block
  }
  
  .elementor-accordion .elementor-tab-content {
      display: none;
      padding: 15px 20px;
      background: #272727;
      border-top: 1px solid #4c4c4c;
  }
  
  @media (max-width:767px) {
      .elementor-accordion .elementor-tab-title {
          padding: 12px 15px
      }
      .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
          width: 1.2em
      }
      .elementor-accordion .elementor-tab-content {
          padding: 7px 15px
      }
  }
  
  .elementor-alert {
      padding: 15px;
      border-left: 5px solid transparent;
      position: relative;
      text-align: left
  }
  
  .elementor-alert .elementor-alert-title {
      display: block;
      font-weight: 700
  }
  
  .elementor-alert .elementor-alert-description {
      font-size: 13px
  }
  
  .elementor-alert button.elementor-alert-dismiss {
      position: absolute;
      right: 10px;
      top: 10px;
      padding: 3px;
      font-size: 20px;
      line-height: 1;
      background: transparent;
      color: inherit;
      border: none;
      cursor: pointer
  }
  
  .elementor-alert.elementor-alert-info {
      color: #ffffff;
      background-color: #272727;
      border-color: #faaf00;
  }
  
  .elementor-alert.elementor-alert-success {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #cae6be
  }
  
  .elementor-alert.elementor-alert-warning {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #f9f0c3
  }
  
  .elementor-alert.elementor-alert-danger {
      color: #a94442;
      background-color: #f2dede;
      border-color: #e8c4c4
  }
  
  @media (max-width:767px) {
      .elementor-alert {
          padding: 10px
      }
      .elementor-alert button.elementor-alert-dismiss {
          right: 7px;
          top: 7px
      }
  }
  
  .elementor-tab-title a {
      color: inherit
  }
  
  .elementor-button {
      display: inline-block;
      line-height: 1;
      background-color: transparent;
      color: #8e8e8e;
      fill: #fff;
      border: 1px solid #165bad;
      text-align: center;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s
  
  }
  
  .elementor-button:visited {color: #8e8e8e;
      background-color: #faaf00;}
  
  .elementor-button:focus{
      color: #000;
      background-color: #faaf00;
  }
  .elementor-button:hover
  {
      color: #000;
      background-color: #faaf00;
  }
  
  .elementor-button-icon svg {
      width: 1em
  }
  
  .elementor-button.elementor-size-xs {
      font-size: 13px;
      padding: 10px 20px;
      -webkit-border-radius: 2px;
      border-radius: 2px
  }
  
  .elementor-button.elementor-size-sm {
      font-size: 15px;
      padding: 16px 30px;
      -webkit-border-radius: 3px;
      border-radius: 3px
  }
  
  .elementor-button.elementor-size-md {
      font-size: 16px;
      padding: 15px 30px;
      -webkit-border-radius: 4px;
      border-radius: 4px
  }
  
  .elementor-button.elementor-size-lg {
      font-size: 18px;
      padding: 20px 40px;
      -webkit-border-radius: 5px;
      border-radius: 5px
  }
  
  .elementor-button.elementor-size-xl {
      font-size: 20px;
      padding: 25px 50px;
      -webkit-border-radius: 6px;
      border-radius: 6px
  }
  
  .elementor-button .elementor-align-icon-right {
      float: right;
      margin-left: 5px
  }
  
  .elementor-button .elementor-align-icon-left {
      float: left;
      margin-right: 5px
  }
  
  .elementor-button .elementor-button-text {
      display: inline-block
  }
  
  .elementor-button span {
      text-decoration: inherit
  }
  
  .elementor-element.elementor-button-info .elementor-button {
      background-color: #5bc0de
  }
  
  .elementor-element.elementor-button-success .elementor-button {
      background-color: #5cb85c
  }
  
  .elementor-element.elementor-button-warning .elementor-button {
      background-color: #f0ad4e
  }
  
  .elementor-element.elementor-button-danger .elementor-button {
      background-color: #d9534f
  }
  
  .elementor-widget-button .elementor-button .elementor-button-info {
      background-color: #5bc0de
  }
  
  .elementor-widget-button .elementor-button .elementor-button-success {
      background-color: #5cb85c
  }
  
  .elementor-widget-button .elementor-button .elementor-button-warning {
      background-color: #f0ad4e
  }
  
  .elementor-widget-button .elementor-button .elementor-button-danger {
      background-color: #d9534f
  }
  
  .elementor-counter .elementor-counter-number-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 69px;
      font-weight: 600;
      color: #222;
      line-height: 1
  }
  
  .elementor-counter .elementor-counter-number-prefix,
  .elementor-counter .elementor-counter-number-suffix {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      white-space: pre-wrap
  }
  
  .elementor-counter .elementor-counter-number-prefix {
      text-align: right
  }
  
  .elementor-counter .elementor-counter-number-suffix {
      text-align: left
  }
  
  .elementor-counter .elementor-counter-title {
      text-align: center;
      font-size: 19px;
      font-weight: 400;
      color: #666;
      line-height: 2.5
  }
  
  .elementor-widget-divider {
      --divider-border-style: none;
      --divider-border-width: 1px;
      --divider-border-color: $gray-darkest;
      --divider-icon-size: 20px;
      --divider-element-spacing: 10px;
      --divider-pattern-height: 24px;
      --divider-pattern-size: 20px;
      --divider-pattern-url: none;
      --divider-pattern-repeat: repeat-x
  }
  
  .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator {
      display: inline-block
  }
  
  .elementor-widget-divider .elementor-divider {
      line-height: 0;
      font-size: 0
  }
  
  .elementor-widget-divider .elementor-divider__text {
      font-size: 15px;
      line-height: 1
  }
  
  .elementor-widget-divider .elementor-divider__element {
      margin: 0 var(--divider-element-spacing);
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0
  }
  
  .elementor-widget-divider .elementor-icon {
      font-size: var(--divider-icon-size)
  }
  
  .elementor-widget-divider .elementor-divider-separator {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      direction: ltr
  }
  
  .elementor-widget-divider--view-line_icon .elementor-divider-separator,
  .elementor-widget-divider--view-line_text .elementor-divider-separator {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center
  }
  
  .elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
  .elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
  .elementor-widget-divider--view-line_text .elementor-divider-separator:after,
  .elementor-widget-divider--view-line_text .elementor-divider-separator:before {
      display: block;
      content: "";
      border-bottom: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)
  }
  
  .elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 100;
      -ms-flex-negative: 100;
      flex-shrink: 100
  }
  
  .elementor-widget-divider--element-align-left .elementor-divider-separator:before {
      content: none
  }
  
  .elementor-widget-divider--element-align-left .elementor-divider__element {
      margin-left: 0
  }
  
  .elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 100;
      -ms-flex-negative: 100;
      flex-shrink: 100
  }
  
  .elementor-widget-divider--element-align-right .elementor-divider-separator:after {
      content: none
  }
  
  .elementor-widget-divider--element-align-right .elementor-divider__element {
      margin-right: 0
  }
  
  .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
      border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)
  }
  
  .elementor-widget-divider--separator-type-pattern {
      --divider-border-style: none
  }
  
  .elementor-widget-divider--separator-type-pattern .elementor-divider-separator,
  .elementor-widget-divider--separator-type-pattern .elementor-divider-separator:after,
  .elementor-widget-divider--separator-type-pattern .elementor-divider-separator:before {
      width: 100%;
      min-height: var(--divider-pattern-height);
      background-image: var(--divider-pattern-url);
      -webkit-background-size: var(--divider-pattern-size) 100%;
      background-size: var(--divider-pattern-size) 100%;
      background-repeat: var(--divider-pattern-repeat)
  }
  
  .elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_icon .elementor-divider-separator,
  .elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_text .elementor-divider-separator {
      background-image: none
  }
  
  .elementor-widget-divider--no-spacing {
      --divider-pattern-size: auto
  }
  
  .elementor-widget-divider--bg-round {
      --divider-pattern-repeat: round
  }
  
  .rtl .elementor-widget-divider .elementor-divider__text {
      direction: rtl
  }
  
  .elementor-image-gallery .gallery-item {
      display: inline-block;
      text-align: center;
      vertical-align: top;
      width: 100%;
      max-width: 100%;
      margin: 0 auto
  }
  
  .elementor-image-gallery .gallery-item img {
      margin: 0 auto
  }
  
  .elementor-image-gallery .gallery-item .gallery-caption {
      margin: 0
  }
  
  @media (min-width:768px) {
      .elementor-image-gallery .gallery-columns-2 .gallery-item {
          max-width: 50%
      }
      .elementor-image-gallery .gallery-columns-3 .gallery-item {
          max-width: 33.33%
      }
      .elementor-image-gallery .gallery-columns-4 .gallery-item {
          max-width: 25%
      }
      .elementor-image-gallery .gallery-columns-5 .gallery-item {
          max-width: 20%
      }
      .elementor-image-gallery .gallery-columns-6 .gallery-item {
          max-width: 16.666%
      }
      .elementor-image-gallery .gallery-columns-7 .gallery-item {
          max-width: 14.28%
      }
      .elementor-image-gallery .gallery-columns-8 .gallery-item {
          max-width: 12.5%
      }
      .elementor-image-gallery .gallery-columns-9 .gallery-item {
          max-width: 11.11%
      }
      .elementor-image-gallery .gallery-columns-10 .gallery-item {
          max-width: 10%
      }
  }
  
  @media (min-width:480px) and (max-width:767px) {
      .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
      .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
      .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
      .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
      .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
      .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
      .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
      .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
      .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
          max-width: 50%
      }
  }
  
  @media (max-width:479px) {
      .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
      .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
      .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
      .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
      .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
      .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
      .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
      .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
      .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
          max-width: 100%
      }
  }
  
  .elementor-widget-google_maps iframe {
      height: 300px
  }
  
  .elementor-widget-heading .elementor-heading-title {
      padding: 0;
      margin: 0;
      line-height: 1
  }
  
  .elementor-widget-heading .elementor-heading-title>a {
      color: inherit;
      font-size: inherit
  }
  
  .elementor-widget-heading .elementor-heading-title.elementor-size-small {
      font-size: 15px
  }
  
  .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
      font-size: 19px
  }
  
  .elementor-widget-heading .elementor-heading-title.elementor-size-large {
      font-size: 29px
  }
  
  .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
      font-size: 39px
  }
  
  .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
      font-size: 59px
  }
  
  .elementor-icon {
      display: inline-block;
      line-height: 1;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      color: #faaf00;
      font-size: 50px;
      text-align: center
  }
  
  .elementor-icon:hover {
      color: #818a91
  }
  
  .elementor-icon i,
  .elementor-icon svg {
      width: 1em;
      height: 1em;
      position: relative;
      display: block
          
  }
  
  .elementor-icon i:before,
  .elementor-icon svg:before {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%)
  }
  
  .elementor-view-stacked .elementor-icon {
      padding: .5em;
      background-color: #818a91;
      color: #fff;
      fill: #fff
  }
  
  .elementor-view-framed .elementor-icon {
      padding: .5em;
      color: #818a91;
      border: 3px solid #818a91;
      background-color: transparent
  }
  
  .elementor-shape-circle .elementor-icon {
      -webkit-border-radius: 50%;
      border-radius: 50%
  }
  
  @media (min-width:768px) {
      .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
      .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex
      }
      .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
      .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto
      }
      .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
          text-align: right;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse
      }
      .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
          text-align: left;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row
      }
      .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
          margin: auto
      }
      .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start
      }
      .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center
      }
      .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
          -ms-flex-align: end;
          align-items: flex-end
      }
  }
  
  @media (max-width:767px) {
      .elementor-widget-icon-box .elementor-icon-box-icon {
          margin-left: auto!important;
          margin-right: auto!important;
          margin-bottom: 15px
      }
  }
  
  .elementor-widget-icon-box .elementor-icon-box-wrapper {
      text-align: center
  }
  
  .elementor-widget-icon-box .elementor-icon-box-title a {
      color: inherit
  }
  
  .elementor-widget-icon-box .elementor-icon-box-content {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1
  }
  
  .elementor-widget-icon-box .elementor-icon-box-description {
      margin: 0
  }
  
  .elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
      overflow: hidden
  }
  
  .elementor-widget .elementor-icon-list-items.elementor-inline-items {
      margin-right: -8px;
      margin-left: -8px
  }
  
  .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
      margin-right: 8px;
      margin-left: 8px
  }
  
  .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
      width: auto;
      left: auto;
      right: auto;
      position: relative;
      height: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border-top: 0;
      border-bottom: 0;
      border-right: 0;
      border-left-width: 1px;
      border-style: solid;
      right: -8px
  }
  
  .elementor-widget .elementor-icon-list-items {
      list-style-type: none;
      margin: 0;
      padding: 0
  }
  
  .elementor-widget .elementor-icon-list-item {
      margin: 0;
      padding: 0;
      position: relative
  }
  
  .elementor-widget .elementor-icon-list-item:after {
      position: absolute;
      bottom: 0;
      width: 100%
  }
  
  .elementor-widget .elementor-icon-list-item,
  .elementor-widget .elementor-icon-list-item a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start
  }
  
  .elementor-widget .elementor-icon-list-item a {
      width: 100%
  }
  
  .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      padding-left: 5px
  }
  
  .elementor-widget .elementor-icon-list-icon {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0
  }
  
  .elementor-widget .elementor-icon-list-icon i {
      width: 1.25em
  }
  
  .elementor-widget .elementor-icon-list-icon svg {
      width: 1em
  }
  
  .elementor-widget.elementor-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-align-center .elementor-icon-list-item a {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  
  .elementor-widget.elementor-align-center .elementor-icon-list-item:after {
      margin: auto
  }
  
  .elementor-widget.elementor-align-center .elementor-inline-items {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  
  .elementor-widget.elementor-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-align-left .elementor-icon-list-item a {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-align: left
  }
  
  .elementor-widget.elementor-align-left .elementor-inline-items {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }
  
  .elementor-widget.elementor-align-right .elementor-icon-list-item,
  .elementor-widget.elementor-align-right .elementor-icon-list-item a {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      text-align: right
  }
  
  .elementor-widget.elementor-align-right .elementor-icon-list-items {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end
  }
  
  .elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
      left: 0
  }
  
  .elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
      right: 0
  }
  
  @media (max-width:1024px) {
      .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
      .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,
      .elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center
      }
      .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
          margin: auto
      }
      .elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start
      }
      .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
      .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          text-align: left
      }
      .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end
      }
      .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
      .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          text-align: right
      }
      .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
          left: 0
      }
      .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
          right: 0
      }
  }
  
  @media (max-width:767px) {
      .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
      .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,
      .elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center
      }
      .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
          margin: auto
      }
      .elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start
      }
      .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
      .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          text-align: left
      }
      .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end
      }
      .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
      .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          text-align: right
      }
      .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
          left: 0
      }
      .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
          right: 0
      }
  
  }
  
  .elementor-widget-image {
      text-align: center
  }
  
  .elementor-widget-image .elementor-image>a,
  .elementor-widget-image .elementor-image figure>a {
      display: inline-block
  }
  
  .elementor-widget-image .elementor-image>a img[src$=".svg"],
  .elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
      width: 48px
  }
  
  .elementor-widget-image .elementor-image img {
      vertical-align: middle;
      display: inline-block
  }
  
  .elementor-widget-image .elementor-image.elementor-image-shape-circle {
      -webkit-border-radius: 50%;
      border-radius: 50%
  }
  
  .elementor-widget-image-box .elementor-image-box-content {
      width: 100%
  }
  
  @media (min-width:768px) {
      .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
      .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex
      }
      .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
          text-align: right;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse
      }
      .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
          text-align: left;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row
      }
      .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
          margin: auto
      }
      .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start
      }
      .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center
      }
      .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
          -ms-flex-align: end;
          align-items: flex-end
      }
  }
  
  @media (max-width:767px) {
      .elementor-widget-image-box .elementor-image-box-img {
          margin-left: auto!important;
          margin-right: auto!important;
          margin-bottom: 15px
      }
  }
  
  .elementor-widget-image-box .elementor-image-box-img {
      display: inline-block
  }
  
  .elementor-widget-image-box .elementor-image-box-title a {
      color: inherit
  }
  
  .elementor-widget-image-box .elementor-image-box-wrapper {
      text-align: center
  }
  
  .elementor-widget-image-box .elementor-image-box-description {
      margin: 0
  }
  
  .elementor-widget-image-carousel .swiper-container {
      position: static
  }
  
  .elementor-widget-image-carousel .swiper-container .swiper-slide figure {
      line-height: inherit
  }
  
  .elementor-widget-image-carousel .swiper-slide {
      text-align: center
  }
  
  .elementor-image-gallery figure img {
      display: block
  }
  
  .elementor-image-gallery figure figcaption {
      width: 100%
  }
  
  .gallery-spacing-custom .elementor-image-gallery .gallery-icon {
      padding: 0
  }
  
  body.elementor-page .elementor-widget-menu-anchor {
      margin-bottom: 0
  }
  
  .elementor-widget-progress {
      text-align: left
  }
  
  .elementor-progress-wrapper {
      position: relative;
      background-color:#272727;
      color: #fff;
      height: 100%;
      -webkit-border-radius: 2px;
      border-radius: 2px
  }
  
  .elementor-progress-bar {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background-color: #818a91;
      width: 0;
      font-size: 11px;
      height: 30px;
      line-height: 30px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      -webkit-transition: width 1s ease-in-out;
      -o-transition: width 1s ease-in-out;
      transition: width 1s ease-in-out
  }
  
  .elementor-progress-text {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      padding-left: 15px
  }
  
  .elementor-progress-percentage {
      padding-right: 15px
  }
  
  .elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
      background-color: #5bc0de
  }
  
  .elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
      background-color: #5cb85c
  }
  
  .elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
      background-color: #f0ad4e
  }
  
  .elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
      background-color: #d9534f
  }
  
  .elementor-progress .elementor-title {
      display: block
  }
  
  @media (max-width:767px) {
      .elementor-progress-text {
          padding-left: 10px
      }
  }
  
  .elementor-social-icons-wrapper {
      font-size: 0
  }
  
  .elementor-social-icon {
      background-color: #818a91;
      font-size: 25px;
      text-align: center;
      padding: .5em;
      margin-right: 5px;
      cursor: pointer
  }
  
  .elementor-social-icon i {
      color: #fff
  }
  
  .elementor-social-icon:last-child {
      margin: 0
  }
  
  .elementor-social-icon:hover {
      opacity: .9;
      color: #fff
  }
  
  .elementor-social-icon-android {
      background-color: #a4c639
  }
  
  .elementor-social-icon-apple {
      background-color: #999
  }
  
  .elementor-social-icon-behance {
      background-color: #1769ff
  }
  
  .elementor-social-icon-bitbucket {
      background-color: #205081
  }
  
  .elementor-social-icon-codepen {
      background-color: #000
  }
  
  .elementor-social-icon-delicious {
      background-color: #39f
  }
  
  .elementor-social-icon-deviantart {
      background-color: #05cc47
  }
  
  .elementor-social-icon-digg {
      background-color: #005be2
  }
  
  .elementor-social-icon-dribbble {
      background-color: #ea4c89
  }
  
  .elementor-social-icon-elementor {
      background-color: #d30c5c
  }
  
  .elementor-social-icon-envelope {
      background-color: #ea4335
  }
  
  .elementor-social-icon-facebook,
  .elementor-social-icon-facebook-f {
      background-color: #3b5998
  }
  
  .elementor-social-icon-flickr {
      background-color: #0063dc
  }
  
  .elementor-social-icon-foursquare {
      background-color: #2d5be3
  }
  
  .elementor-social-icon-free-code-camp,
  .elementor-social-icon-freecodecamp {
      background-color: #006400
  }
  
  .elementor-social-icon-github {
      background-color: #333
  }
  
  .elementor-social-icon-gitlab {
      background-color: #e24329
  }
  
  .elementor-social-icon-globe {
      background-color: #818a91
  }
  
  .elementor-social-icon-google-plus,
  .elementor-social-icon-google-plus-g {
      background-color: #dd4b39
  }
  
  .elementor-social-icon-houzz {
      background-color: #7ac142
  }
  
  .elementor-social-icon-instagram {
      background-color: #262626
  }
  
  .elementor-social-icon-jsfiddle {
      background-color: #487aa2
  }
  
  .elementor-social-icon-link {
      background-color: #818a91
  }
  
  .elementor-social-icon-linkedin {
      background-color: #0077b5
  }
  
  .elementor-social-icon-medium {
      background-color: #00ab6b
  }
  
  .elementor-social-icon-meetup {
      background-color: #ec1c40
  }
  
  .elementor-social-icon-mixcloud {
      background-color: #273a4b
  }
  
  .elementor-social-icon-odnoklassniki {
      background-color: #f4731c
  }
  
  .elementor-social-icon-pinterest {
      background-color: #bd081c
  }
  
  .elementor-social-icon-product-hunt {
      background-color: #da552f
  }
  
  .elementor-social-icon-reddit {
      background-color: #ff4500
  }
  
  .elementor-social-icon-rss {
      background-color: #f26522
  }
  
  .elementor-social-icon-shopping-cart {
      background-color: #4caf50
  }
  
  .elementor-social-icon-skype {
      background-color: #00aff0
  }
  
  .elementor-social-icon-slideshare {
      background-color: #0077b5
  }
  
  .elementor-social-icon-snapchat {
      background-color: #fffc00
  }
  
  .elementor-social-icon-soundcloud {
      background-color: #f80
  }
  
  .elementor-social-icon-spotify {
      background-color: #2ebd59
  }
  
  .elementor-social-icon-stack-overflow {
      background-color: #fe7a15
  }
  
  .elementor-social-icon-steam {
      background-color: #00adee
  }
  
  .elementor-social-icon-stumbleupon {
      background-color: #eb4924
  }
  
  .elementor-social-icon-telegram {
      background-color: #2ca5e0
  }
  
  .elementor-social-icon-thumb-tack {
      background-color: #1aa1d8
  }
  
  .elementor-social-icon-tripadvisor {
      background-color: #589442
  }
  
  .elementor-social-icon-tumblr {
      background-color: #35465c
  }
  
  .elementor-social-icon-twitch {
      background-color: #6441a5
  }
  
  .elementor-social-icon-twitter {
      background-color: #1da1f2
  }
  
  .elementor-social-icon-viber {
      background-color: #665cac
  }
  
  .elementor-social-icon-vimeo {
      background-color: #1ab7ea
  }
  
  .elementor-social-icon-vk {
      background-color: #45668e
  }
  
  .elementor-social-icon-weibo {
      background-color: #df2029
  }
  
  .elementor-social-icon-weixin {
      background-color: #7bb32e
  }
  
  .elementor-social-icon-whatsapp {
      background-color: #25d366
  }
  
  .elementor-social-icon-wordpress {
      background-color: #21759b
  }
  
  .elementor-social-icon-xing {
      background-color: #026466
  }
  
  .elementor-social-icon-yelp {
      background-color: #af0606
  }
  
  .elementor-social-icon-youtube {
      background-color: #cd201f
  }
  
  .elementor-social-icon-500px {
      background-color: #0099e5
  }
  
  .elementor-shape-rounded .elementor-icon.elementor-social-icon {
      -webkit-border-radius: 10%;
      border-radius: 10%
  }
  
  .elementor-shape-circle .elementor-icon.elementor-social-icon {
      -webkit-border-radius: 50%;
      border-radius: 50%
  }
  
  .elementor-star-rating {
      color: #ccd6df;
      font-family: eicons;
      display: inline-block
  }
  
  .elementor-star-rating i {
      display: inline-block;
      position: relative;
      font-style: normal;
      cursor: default
  }
  
  .elementor-star-rating i:before {
      content: "\e934";
      display: block;
      font-size: inherit;
      font-family: inherit;
      position: absolute;
      overflow: hidden;
      color: #f0ad4e;
      top: 0;
      left: 0
  }
  
  .elementor-star-rating .elementor-star-empty:before {
      content: none
  }
  
  .elementor-star-rating .elementor-star-1:before {
      width: 10%
  }
  
  .elementor-star-rating .elementor-star-2:before {
      width: 20%
  }
  
  .elementor-star-rating .elementor-star-3:before {
      width: 30%
  }
  
  .elementor-star-rating .elementor-star-4:before {
      width: 40%
  }
  
  .elementor-star-rating .elementor-star-5:before {
      width: 50%
  }
  
  .elementor-star-rating .elementor-star-6:before {
      width: 60%
  }
  
  .elementor-star-rating .elementor-star-7:before {
      width: 70%
  }
  
  .elementor-star-rating .elementor-star-8:before {
      width: 80%
  }
  
  .elementor-star-rating .elementor-star-9:before {
      width: 90%
  }
  
  .elementor-star-rating__wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center
  }
  
  .elementor-star-rating__title {
      margin-right: 10px
  }
  
  .elementor-star-rating--align-right .elementor-star-rating__wrapper {
      text-align: right;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end
  }
  
  .elementor-star-rating--align-left .elementor-star-rating__wrapper {
      text-align: left;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }
  
  .elementor-star-rating--align-center .elementor-star-rating__wrapper {
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  
  .elementor-star-rating--align-justify .elementor-star-rating__title {
      margin-right: auto
  }
  
  @media (max-width:1024px) {
      .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
          text-align: right;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end
      }
      .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
          text-align: left;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start
      }
      .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
          text-align: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center
      }
      .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
          margin-right: auto
      }
  }
  
  @media (max-width:767px) {
      .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
          text-align: right;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end
      }
      .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
          text-align: left;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start
      }
      .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
          text-align: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center
      }
      .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
          margin-right: auto
      }
  }
  
  .last-star {
      letter-spacing: 0
  }
  
  .elementor--star-style-star_unicode .elementor-star-rating {
      font-family: Arial, Helvetica, sans-serif
  }
  
  .elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
      content: "\002605"
  }
  
  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
      width: 25%;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0
  }
  
  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
      border-right-style: none
  }
  
  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
      height: 999em;
      width: 0;
      right: 0;
      border-right-style: solid
  }
  
  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
      top: 0;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%)
  }
  
  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
      top: 100%
  }
  
  .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
      display: table-cell
  }
  
  .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
      border-bottom-style: none;
          color: #faaf00;
      border-top: 3px solid #faaf00;
  }
  
  .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
  .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
      bottom: 0;
      height: 0;
      width: 999em;
      border-bottom-style: solid
  }
  
  .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
      right: 100%
  }
  
  .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
      left: 100%
  }
  
  .elementor-widget-tabs .elementor-tab-content,
  .elementor-widget-tabs .elementor-tab-title,
  .elementor-widget-tabs .elementor-tab-title:after,
  .elementor-widget-tabs .elementor-tab-title:before,
  .elementor-widget-tabs .elementor-tabs-content-wrapper {
      border: 1px #d4d4d4
  }
  
  .elementor-widget-tabs .elementor-tabs {
      text-align: left
  }
  
  .elementor-widget-tabs .elementor-tabs-wrapper {
      overflow: hidden
  }
  
  .elementor-widget-tabs .elementor-tab-title {
      cursor: pointer;
      outline: none
  }
  
  .elementor-widget-tabs .elementor-tab-desktop-title {
      position: relative;
      padding: 20px 25px;
      font-weight: 700;
      line-height: 1;
      border: solid transparent
  }
  
  .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
      border-color: #d4d4d4
  }
  
  .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
  .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
      display: block;
      content: "";
      position: absolute
  }
  
  .elementor-widget-tabs .elementor-tab-mobile-title {
      padding: 10px;
      cursor: pointer
  }
  
  .elementor-widget-tabs .elementor-tab-content {
      padding: 20px;
      display: none
  }
  
  @media (max-width:767px) {
      .elementor-tabs .elementor-tab-content,
      .elementor-tabs .elementor-tab-title {
          border-style: solid solid none
      }
      .elementor-tabs .elementor-tabs-wrapper {
          display: none
      }
      .elementor-tabs .elementor-tabs-content-wrapper {
          border-bottom-style: solid
      }
      .elementor-tabs .elementor-tab-content {
          padding: 10px
      }
  }
  
  @media (min-width:768px) {
      .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex
      }
      .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          border-style: solid solid solid none
      }
      .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
          border-style: none solid solid
      }
      .elementor-tabs .elementor-tab-mobile-title {
          display: none
      }
  }
  
  .elementor-testimonial-wrapper {
      overflow: hidden;
      text-align: center
  }
  
  .elementor-testimonial-wrapper .elementor-testimonial-content {
      font-size: 1.3em;
      margin-bottom: 20px
  }
  
  .elementor-testimonial-wrapper .elementor-testimonial-name {
      line-height: 1.5;
      color: inherit
  }
  
  .elementor-testimonial-wrapper .elementor-testimonial-job {
      font-size: .85em;
      color: inherit
  }
  
  .elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
      text-align: left
  }
  
  .elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
      text-align: right
  }
  
  .elementor-testimonial-wrapper .elementor-testimonial-meta {
      width: 100%;
      line-height: 1
  }
  
  .elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
      display: inline-block
  }
  
  .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
  .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
      display: table-cell;
      vertical-align: middle
  }
  
  .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
      width: 60px;
      height: 60px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -o-object-fit: cover;
      object-fit: cover;
      max-width: none
  }
  
  .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
      padding-right: 15px
  }
  
  .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
      text-align: left
  }
  
  .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
  .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
      display: block
  }
  
  .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
      margin-bottom: 20px
  }
  
  .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
      background-color: #818a91;
      color: #fff
  }
  
  .elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
      color: #818a91;
      border: 3px solid;
      background-color: transparent
  }
  
  .elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
      margin-top: 8px
  }
  
  .elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
      width: 1em;
      height: 1em
  }
  
  .elementor-widget-text-editor .elementor-drop-cap {
      float: left;
      text-align: center;
      line-height: 1;
      font-size: 50px
  }
  
  .elementor-widget-text-editor .elementor-drop-cap-letter {
      display: inline-block
  }
  
  .elementor-toggle {
      text-align: left
  }
  
  .elementor-toggle .elementor-tab-title {
      font-weight: 700;
      line-height: 1;
      margin: 0;
      padding: 22px 15px;
      border-bottom: 1px solid #d4d4d4;
      cursor: pointer;
      outline: none
  }
  
  .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
      display: inline-block;
      width: 1em
  }
  
  .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
      float: right;
      text-align: right
  }
  
  .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
      float: left;
      text-align: left
  }
  
  .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
      display: block
  }
  
  .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
      display: none
  }
  
  .elementor-toggle .elementor-tab-title.elementor-active {
      border-bottom: none
  }
  
  .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
      display: none
  }
  
  .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
      display: block
  }
  
  .elementor-toggle .elementor-tab-content {
      padding: 15px;
      border-bottom: 1px solid #d4d4d4;
      display: none
  }
  
  @media (max-width:767px) {
      .elementor-toggle .elementor-tab-title {
          padding: 12px
      }
      .elementor-toggle .elementor-tab-content {
          padding: 12px 10px
      }
  }
  
  .elementor-widget-video .elementor-widget-container {
      overflow: hidden;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
  
  .elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: 50%
  }
  
  .elementor-widget-video .elementor-custom-embed-image-overlay {
      cursor: pointer;
      text-align: center
  }
  
  .elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
      opacity: 1
  }
  
  .elementor-widget-video .elementor-custom-embed-image-overlay img {
      display: block;
      width: 100%
  }
  
  .elementor-widget-video .elementor-video {
      -o-object-fit: cover;
      object-fit: cover
  }
  
  .slick-slider {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent
  }
  
  .slick-list,
  .slick-slider {
      position: relative;
      display: block
  }
  
  .slick-list {
      overflow: hidden;
      margin: 0;
      padding: 0
  }
  
  .slick-list:focus {
      outline: none
  }
  
  .slick-list.dragging {
      cursor: pointer
  }
  
  .slick-slider .slick-list,
  .slick-slider .slick-track {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
  
  .slick-track {
      position: relative;
      left: 0;
      top: 0;
      display: block
  }
  
  .slick-track:after,
  .slick-track:before {
      content: "";
      display: table
  }
  
  .slick-track:after {
      clear: both
  }
  
  .slick-loading .slick-track {
      visibility: hidden
  }
  
  .slick-slide {
      float: left;
      height: 100%;
      min-height: 1px;
      display: none
  }
  
  .elementor-slick-slider[dir=rtl] .slick-slide {
      float: right
  }
  
  .slick-slide img {
      display: block
  }
  
  .slick-slide.slick-loading img {
      display: none
  }
  
  .slick-slide.dragging img {
      pointer-events: none
  }
  
  .slick-initialized .slick-slide {
      display: block
  }
  
  .slick-loading .slick-slide {
      visibility: hidden
  }
  
  .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent
  }
  
  .slick-arrow.slick-hidden {
      display: none
  }
  
  .elementor-slick-slider .slick-loading .slick-list {
      background: #fff
  }
  
  .elementor-slick-slider .slick-loading .slick-list:after {
      content: "\e8fb";
      font-family: eicons;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      -webkit-animation: fa-spin 2s linear infinite;
      animation: fa-spin 2s linear infinite;
      font-size: 25px;
      color: #a4afb7
  }
  
  .elementor-slick-slider .slick-next,
  .elementor-slick-slider .slick-prev {
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 50%;
      display: block;
      width: 20px;
      padding: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent
  }
  
  .elementor-slick-slider .slick-next:focus,
  .elementor-slick-slider .slick-next:hover,
  .elementor-slick-slider .slick-prev:focus,
  .elementor-slick-slider .slick-prev:hover {
      color: transparent;
      outline: none;
      background: transparent
  }
  
  .elementor-slick-slider .slick-next:focus:before,
  .elementor-slick-slider .slick-next:hover:before,
  .elementor-slick-slider .slick-prev:focus:before,
  .elementor-slick-slider .slick-prev:hover:before {
      opacity: 1
  }
  
  .elementor-slick-slider .slick-next.slick-disabled:before,
  .elementor-slick-slider .slick-prev.slick-disabled:before {
      opacity: .25
  }
  
  .elementor-slick-slider .slick-next:before,
  .elementor-slick-slider .slick-prev:before {
      font-family: eicons;
      font-size: 35px;
      line-height: 1;
      opacity: .75;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale
  }
  
  .elementor-slick-slider .slick-prev {
      left: -25px
  }
  
  [dir=rtl] .elementor-slick-slider .slick-prev {
      left: auto;
      right: -25px
  }
  
  .elementor-slick-slider .slick-prev:before {
      content: "\e89f"
  }
  
  [dir=rtl] .elementor-slick-slider .slick-prev:before {
      content: "\e89e"
  }
  
  .elementor-slick-slider .slick-next {
      right: -25px
  }
  
  [dir=rtl] .elementor-slick-slider .slick-next {
      left: -25px;
      right: auto
  }
  
  .elementor-slick-slider .slick-next:before {
      content: "\e89e"
  }
  
  [dir=rtl] .elementor-slick-slider .slick-next:before {
      content: "\e89f"
  }
  
  .elementor-slick-slider .slick-dotted.slick-slider {
      margin-bottom: 30px
  }
  
  .elementor-slick-slider ul.slick-dots {
      position: absolute;
      bottom: -25px;
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
      line-height: 1
  }
  
  .elementor-slick-slider ul.slick-dots li {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0;
      padding: 0;
      cursor: pointer
  }
  
  .elementor-slick-slider ul.slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent
  }
  
  .elementor-slick-slider ul.slick-dots li button:focus,
  .elementor-slick-slider ul.slick-dots li button:hover {
      outline: none
  }
  
  .elementor-slick-slider ul.slick-dots li button:focus:before,
  .elementor-slick-slider ul.slick-dots li button:hover:before {
      opacity: 1
  }
  
  .elementor-slick-slider ul.slick-dots li button:before {
      font-family: eicons;
      font-size: 6px;
      line-height: 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      content: "\e914";
      text-align: center;
      opacity: .25;
      color: #000;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale
  }
  
  .elementor-slick-slider ul.slick-dots li.slick-active button:before {
      opacity: .75;
      color: #000
  }
  
  .elementor-slick-slider .slick-arrows-inside .slick-prev {
      left: 20px
  }
  
  [dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev {
      left: auto;
      right: 20px
  }
  
  .elementor-slick-slider .slick-arrows-inside .slick-next {
      right: 20px
  }
  
  [dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next {
      left: 20px;
      right: auto
  }
  
  .elementor-slick-slider .slick-dots-inside .slick-dots {
      bottom: 5px
  }
  
  .elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
      margin-bottom: 0
  }
  
  .elementor-slick-slider .slick-slider .slick-next,
  .elementor-slick-slider .slick-slider .slick-prev {
      z-index: 1
  }
  
  .elementor-slick-slider .slick-slide img {
      margin: auto
  }
  
  .swiper-container {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      overflow: hidden;
      z-index: 1
  }
  
  .swiper-container .swiper-slide figure {
      line-height: 0
  }
  
  .swiper-container .elementor-lightbox-content-source {
      display: none
  }
  
  .swiper-container-no-flexbox .swiper-slide {
      float: left
  }
  
  .swiper-container-vertical>.swiper-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
  }
  
  .swiper-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-box-sizing: content-box;
      box-sizing: content-box
  }
  
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
  
  .swiper-container-multirow>.swiper-wrapper {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  
  .swiper-container-free-mode>.swiper-wrapper {
      -webkit-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      margin: 0 auto
  }
  
  .swiper-slide {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 100%;
      height: 100%;
      position: relative
  }
  
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
      height: auto
  }
  
  .swiper-container-autoheight .swiper-wrapper {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-transition-property: height, -webkit-transform;
      transition-property: height, -webkit-transform;
      -o-transition-property: transform, height;
      transition-property: transform, height;
      transition-property: transform, height, -webkit-transform
  }
  
  .swiper-container .swiper-notification {
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none;
      opacity: 0;
      z-index: -1000
  }
  
  .swiper-wp8-horizontal {
      -ms-touch-action: pan-y;
      touch-action: pan-y
  }
  
  .swiper-wp8-vertical {
      -ms-touch-action: pan-x;
      touch-action: pan-x
  }
  
  .swiper-button-next,
  .swiper-button-prev {
      position: absolute;
      top: 50%;
      width: 27px;
      height: 44px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      -webkit-background-size: 27px 44px;
      background-size: 27px 44px;
      background: no-repeat 50%
  }
  
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
      opacity: .35;
      cursor: auto;
      pointer-events: none
  }
  
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
      left: 10px;
      right: auto
  }
  
  .swiper-button-prev.swiper-button-black,
  .swiper-container-rtl .swiper-button-next.swiper-button-black {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
  }
  
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
  }
  
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
      right: 10px;
      left: auto
  }
  
  .swiper-button-next.swiper-button-black,
  .swiper-container-rtl .swiper-button-prev.swiper-button-black {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
  }
  
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
  }
  
  .swiper-pagination {
      position: absolute;
      text-align: center;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      z-index: 10
  }
  
  .swiper-pagination.swiper-pagination-hidden {
      opacity: 0
  }
  
  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
      bottom: 5px;
      left: 0;
      width: 100%
  }
  
  .swiper-pagination-bullet {
      width: 6px;
      height: 6px;
      display: inline-block;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #000;
      opacity: .2
  }
  
  .swiper-pagination-fraction {
      color: #000
  }
  
  button.swiper-pagination-bullet {
      border: none;
      margin: 0;
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none
  }
  
  .swiper-pagination-clickable .swiper-pagination-bullet {
      cursor: pointer
  }
  
  .swiper-pagination-white .swiper-pagination-bullet {
      background: #fff
  }
  
  .swiper-pagination-bullet-active {
      opacity: 1
  }
  
  .swiper-pagination-white .swiper-pagination-bullet-active {
      background: #fff
  }
  
  .swiper-pagination-black .swiper-pagination-bullet-active {
      background: #000
  }
  
  .swiper-container-vertical>.swiper-pagination-bullets {
      right: 10px;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0)
  }
  
  .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 5px 0;
      display: block
  }
  
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 6px
  }
  
  .swiper-pagination-progressbar {
      background: rgba(0, 0, 0, .25);
      position: absolute
  }
  
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top
  }
  
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top
  }
  
  .swiper-container-horizontal>.swiper-pagination-progressbar {
      width: 100%;
      height: 4px;
      left: 0;
      top: 0
  }
  
  .swiper-container-vertical>.swiper-pagination-progressbar {
      width: 4px;
      height: 100%;
      left: 0;
      top: 0
  }
  
  .swiper-pagination-progressbar.swiper-pagination-white {
      background: hsla(0, 0%, 100%, .5)
  }
  
  .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
      background: #fff
  }
  
  .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
      background: #000
  }
  
  .swiper-container-3d {
      -webkit-perspective: 1200px;
      perspective: 1200px
  }
  
  .swiper-container-3d .swiper-cube-shadow,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-wrapper {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d
  }
  
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 10
  }
  
  .swiper-container-3d .swiper-slide-shadow-left {
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
      background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
      background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
      background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
  }
  
  .swiper-container-3d .swiper-slide-shadow-right {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
      background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
  }
  
  .swiper-container-3d .swiper-slide-shadow-top {
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
      background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
  }
  
  .swiper-container-3d .swiper-slide-shadow-bottom {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
      background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
  }
  
  .swiper-container-coverflow .swiper-wrapper,
  .swiper-container-flip .swiper-wrapper {
      -ms-perspective: 1200px
  }
  
  .swiper-container-cube,
  .swiper-container-flip {
      overflow: visible
  }
  
  .swiper-container-cube .swiper-slide,
  .swiper-container-flip .swiper-slide {
      pointer-events: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      z-index: 1
  }
  
  .swiper-container-cube .swiper-slide .swiper-slide,
  .swiper-container-flip .swiper-slide .swiper-slide {
      pointer-events: none
  }
  
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-active .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active .swiper-slide-active {
      pointer-events: auto
  }
  
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right,
  .swiper-container-cube .swiper-slide-shadow-top,
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-right,
  .swiper-container-flip .swiper-slide-shadow-top {
      z-index: 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden
  }
  
  .swiper-container-cube .swiper-slide {
      visibility: hidden;
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      width: 100%;
      height: 100%
  }
  
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
      -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      transform-origin: 100% 0
  }
  
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-next,
  .swiper-container-cube .swiper-slide-next+.swiper-slide,
  .swiper-container-cube .swiper-slide-prev {
      pointer-events: auto;
      visibility: visible
  }
  
  .swiper-container-cube .swiper-cube-shadow {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .6;
      -webkit-filter: blur(50px);
      filter: blur(50px);
      z-index: 0
  }
  
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
      -webkit-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out
  }
  
  .swiper-container-fade .swiper-slide {
      pointer-events: none;
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity
  }
  
  .swiper-container-fade .swiper-slide .swiper-slide {
      pointer-events: none
  }
  
  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
      pointer-events: auto
  }
  
  .swiper-zoom-container {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center
  }
  
  .swiper-zoom-container>canvas,
  .swiper-zoom-container>img,
  .swiper-zoom-container>svg {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
      object-fit: contain
  }
  
  .swiper-scrollbar {
      -webkit-border-radius: 10px;
      border-radius: 10px;
      position: relative;
      -ms-touch-action: none;
      background: rgba(0, 0, 0, .1)
  }
  
  .swiper-container-horizontal>.swiper-scrollbar {
      position: absolute;
      left: 1%;
      bottom: 3px;
      z-index: 50;
      height: 5px;
      width: 98%
  }
  
  .swiper-container-vertical>.swiper-scrollbar {
      position: absolute;
      right: 3px;
      top: 1%;
      z-index: 50;
      width: 5px;
      height: 98%
  }
  
  .swiper-scrollbar-drag {
      height: 100%;
      width: 100%;
      position: relative;
      background: rgba(0, 0, 0, .5);
      -webkit-border-radius: 10px;
      border-radius: 10px;
      left: 0;
      top: 0
  }
  
  .swiper-scrollbar-cursor-drag {
      cursor: move
  }
  
  .elementor-pagination-position-outside .swiper-container {
      padding-bottom: 30px
  }
  
  .elementor-pagination-position-outside .elementor-swiper-button {
      top: calc(50% - 15px)
  }
  
  .elementor-swiper {
      position: relative
  }
  
  .elementor-main-swiper {
      position: static
  }
  
  .elementor-arrows-position-outside .swiper-container {
      width: calc(100% - 60px)
  }
  
  .elementor-arrows-position-outside .elementor-swiper-button-prev {
      left: 0
  }
  
  .elementor-arrows-position-outside .elementor-swiper-button-next {
      right: 0
  }
  
  .swiper-image-stretch .swiper-slide .swiper-slide-image {
      width: 100%
  }
  
  .elementor-swiper-button {
      position: absolute;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      z-index: 1;
      cursor: pointer;
      font-size: 25px;
      color: hsla(0, 0%, 93.3%, .9);
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%)
  }
  
  .elementor-swiper-button-prev {
      left: 10px
  }
  
  .elementor-swiper-button-next {
      right: 10px
  }
  
  .elementor-swiper-button.swiper-button-disabled {
      opacity: .3
  }
  
  .swiper-lazy-preloader {
      width: 42px;
      height: 42px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -21px;
      margin-top: -21px;
      z-index: 10;
      -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
      transform-origin: 50%;
      -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
      animation: swiper-preloader-spin 1s steps(12) infinite
  }
  
  .swiper-lazy-preloader:after {
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      -webkit-background-size: 100% 100%;
      background-size: 100%;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
  }
  
  .swiper-lazy-preloader-white:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
  }
  
  @-webkit-keyframes swiper-preloader-spin {
      to {
          -webkit-transform: rotate(1turn);
          transform: rotate(1turn)
      }
  }
  
  @keyframes swiper-preloader-spin {
      to {
          -webkit-transform: rotate(1turn);
          transform: rotate(1turn)
      }
  }
  
  .elementor-lightbox .dialog-header {
      display: none
  }
  
  .elementor-lightbox .dialog-widget-content {
      background: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      height: 100%
  }
  
  .elementor-lightbox .dialog-message {
      -webkit-animation-duration: .4s;
      animation-duration: .4s
  }
  
  .elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
      height: 100%
  }
  
  .elementor-lightbox .dialog-lightbox-close-button {
      cursor: pointer;
      position: absolute;
      font-size: 25px;
      padding: 5px;
      z-index: 2;
      line-height: 1
  }
  
  @media (max-width:767px) {
      .elementor-lightbox .dialog-lightbox-close-button {
          padding: 0
      }
  }
  
  .elementor-lightbox .dialog-lightbox-close-button,
  .elementor-lightbox .elementor-swiper-button {
      color: hsla(0, 0%, 93.3%, .9);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      opacity: 1
  }
  
  .elementor-lightbox .dialog-lightbox-close-button:hover,
  .elementor-lightbox .elementor-swiper-button:hover {
      color: #fff
  }
  
  .elementor-lightbox .swiper-container {
      height: 100%
  }
  
  .elementor-lightbox .elementor-lightbox-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      padding: 70px 80px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 100%;
      margin: auto
  }
  
  @media (max-width:767px) {
      .elementor-lightbox .elementor-lightbox-item {
          padding: 40px
      }
  }
  
  .elementor-lightbox .elementor-lightbox-image {
      max-height: 100%
  }
  
  .elementor-lightbox .elementor-video-container {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%)
  }
  
  @media (min-width:1025px) {
      .elementor-lightbox .elementor-video-container {
          width: 75%
      }
  }
  
  @media (max-width:1024px) {
      .elementor-lightbox .elementor-video-container {
          width: 100%
      }
      .review-detail {
        font-size: 18px !important;
      }
      .review-containt h4{
        font-size: 22px !important;
      }
      
    
  }
  
  
  
  @media (max-width:768px){
    
  .woocommerce.single-line-product .product_title.entry-title .price{
    padding-left: 0px;
  }
  .for-special-bundle .fixedElement .amount{
    margin: 0px;
  }
  .woocommerce .for-special-bundle .fixedElement p.price ins{
    margin-left: 5px;
  }
  }
  .woocommerce.single-line-product .product_title.entry-title{
     display: contents;
      font-size: 0.9375rem;
      padding-top: 15px;
      font-weight: 400; color: #FFF; 
  }
  .woocommerce.single-line-product .product_title.entry-title .price{
    padding-left: 10px;
  }
  .for-special-bundle .viewSubBundleProductModal2{
    display: inline-block;
  }
  .for-special-bundle .x-icon-shopping-cart{
    display: inherit;
  }
  
  .product-type-bundle .entry-summary1.bundles_oneline .price del .amount, .product-type-bundle .entry-summary1.bundles_oneline .price ins .amount { font-size: 0.9375rem !important; }
  
  /*.popup_mobile_add_to_cart .price{
    display: none;
  }*/
  .for-special-bundle .fixedElement{
    padding: 0px 0px;
    
  }
  @media (min-width:768px) and (max-width:1024px) {
      .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
          width: 70%
      }
  }
  
  .elementor-lightbox .elementor-swiper-button-prev {
      left: 35px
  }
  
  .elementor-lightbox .elementor-swiper-button-next {
      right: 35px
  }
  
  @media (max-width:767px) {
      .elementor-lightbox .elementor-swiper-button-prev {
          left: 10px
      }
      .elementor-lightbox .elementor-swiper-button-next {
          right: 10px
      }
  }
  
  .animated {
      -webkit-animation-duration: 1.25s;
      animation-duration: 1.25s
  }
  
  .animated.animated-slow {
      -webkit-animation-duration: 2s;
      animation-duration: 2s
  }
  
  .animated.animated-fast {
      -webkit-animation-duration: .75s;
      animation-duration: .75s
  }
  
  .animated.infinite {
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite
  }
  
  .animated.reverse {
      animation-direction: reverse
  }
  
  @media (prefers-reduced-motion:reduce) {
      .animated {
          -webkit-animation: none;
          animation: none
      }
  }
  
  .elementor-shape {
      overflow: hidden;
      position: absolute;
      left: 0;
      width: 100%;
      line-height: 0;
      direction: ltr
  }
  
  .elementor-shape-top {
      top: -1px
  }
  
  .elementor-shape-bottom {
      bottom: -1px
  }
  
  .elementor-shape[data-negative=false].elementor-shape-bottom,
  .elementor-shape[data-negative=true].elementor-shape-top {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg)
  }
  
  .elementor-shape svg {
      display: block;
      width: calc(100% + 1.3px);
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%)
  }
  
  .elementor-shape .elementor-shape-fill {
      fill: #fff;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg)
  }
  
  #wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 200px
  }
  
  #wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      width: 100%
  }
  
  #wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
      background: #55595c;
      font-size: 11px;
      line-height: 9px;
      margin-top: 6px;
      padding: 4px 8px;
      -webkit-border-radius: 3px;
      border-radius: 3px
  }
  
  .page-template-elementor_canvas.elementor-page:before {
      display: none
  }
  
  .elementor-post__thumbnail__link {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }
  
  #elementor .elementor-element ul.elementor-icon-list-items,
  #left-area ul.elementor-icon-list-items,
  .elementor .elementor-element ul.elementor-icon-list-items {
      padding: 0
  }
  
  @media (max-width:767px) {
      .elementor:not(.elementor-edit-area-active) .elementor-hidden-phone {
          display: none
      }
  }
  
  @media (min-width:768px) and (max-width:1024px) {
      .elementor:not(.elementor-edit-area-active) .elementor-hidden-tablet {
          display: none
      }
  }
  
  @media (min-width:1025px) {
      .elementor:not(.elementor-edit-area-active) .elementor-hidden-desktop {
          display: none
      }
  }
  /*======================================================== End Elementor frontend.min.css?ver=2.7.3  =============================================== */
  
  
  
  /*.woocommerce.single-line-product{
          display: block;
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      background: #165bad;
      color: #FFF;
      z-index: 10;
      padding: 16px 10px;
  }
  .expand-button-wc.close-wc{
    display: block;
    position: relative;]
    float: right;
    margin-top: 23px;
  }*/
  /*======================================================== Start Elementor-pro frontend.min.css?ver=2.6.5 ========================================== */
  
  /*! elementor-pro - v2.6.5 - 30-09-2019 */
  
  @charset "UTF-8";
  .elementor-bg-transform .elementor-bg {
      will-change: transform
  }
  
  .elementor-bg-transform-zoom-in:hover .elementor-bg,
  .elementor-bg-transform-zoom-out .elementor-bg {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2)
  }
  
  .elementor-bg-transform-zoom-out:hover .elementor-bg {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1)
  }
  
  .elementor-bg-transform-move-left .elementor-bg {
      -webkit-transform: scale(1.2) translateX(8%);
      -ms-transform: scale(1.2) translateX(8%);
      transform: scale(1.2) translateX(8%)
  }
  
  .elementor-bg-transform-move-left:hover .elementor-bg,
  .elementor-bg-transform-move-right .elementor-bg {
      -webkit-transform: scale(1.2) translateX(-8%);
      -ms-transform: scale(1.2) translateX(-8%);
      transform: scale(1.2) translateX(-8%)
  }
  
  .elementor-bg-transform-move-right:hover .elementor-bg {
      -webkit-transform: scale(1.2) translateX(8%);
      -ms-transform: scale(1.2) translateX(8%);
      transform: scale(1.2) translateX(8%)
  }
  
  .elementor-bg-transform-move-up .elementor-bg {
      -webkit-transform: scale(1.2) translateY(8%);
      -ms-transform: scale(1.2) translateY(8%);
      transform: scale(1.2) translateY(8%)
  }
  
  .elementor-bg-transform-move-down .elementor-bg,
  .elementor-bg-transform-move-up:hover .elementor-bg {
      -webkit-transform: scale(1.2) translateY(-8%);
      -ms-transform: scale(1.2) translateY(-8%);
      transform: scale(1.2) translateY(-8%)
  }
  
  .elementor-bg-transform-move-down:hover .elementor-bg {
      -webkit-transform: scale(1.2) translateY(8%);
      -ms-transform: scale(1.2) translateY(8%);
      transform: scale(1.2) translateY(8%)
  }
  
  .elementor-animated-content:hover .elementor-animated-item--grow {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1)
  }
  
  .elementor-animated-content:hover .elementor-animated-item--shrink {
      -webkit-transform: scale(.85);
      -ms-transform: scale(.85);
      transform: scale(.85)
  }
  
  .elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,
  .elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,
  .elementor-animated-content:hover .elementor-animated-item--fade-in {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1
  }
  
  .elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,
  .elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,
  .elementor-animated-content:hover .elementor-animated-item--fade-out {
      opacity: 0
  }
  
  .elementor-animated-content:hover .elementor-animated-item--exit-zoom-out {
      -webkit-transform: scale(.2);
      -ms-transform: scale(.2);
      transform: scale(.2)
  }
  
  .elementor-animated-content:hover .elementor-animated-item--exit-zoom-in {
      -webkit-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2)
  }
  
  .elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,
  .elementor-animated-content:hover .elementor-animated-item--enter-from-left,
  .elementor-animated-content:hover .elementor-animated-item--enter-from-right,
  .elementor-animated-content:hover .elementor-animated-item--enter-from-top {
      opacity: 1;
      -webkit-transform: translateY(0) translateX(0);
      -ms-transform: translateY(0) translateX(0);
      transform: translateY(0) translateX(0)
  }
  
  .elementor-animated-content:hover .elementor-animated-item--exit-to-right {
      -webkit-transform: translateX(1000px);
      -ms-transform: translateX(1000px);
      transform: translateX(1000px)
  }
  
  .elementor-animated-content:hover .elementor-animated-item--exit-to-left {
      -webkit-transform: translateX(-1000px);
      -ms-transform: translateX(-1000px);
      transform: translateX(-1000px)
  }
  
  .elementor-animated-content:hover .elementor-animated-item--exit-to-top {
      -webkit-transform: translateY(-600px);
      -ms-transform: translateY(-600px);
      transform: translateY(-600px)
  }
  
  .elementor-animated-content:hover .elementor-animated-item--exit-to-bottom {
      -webkit-transform: translateY(600px);
      -ms-transform: translateY(600px);
      transform: translateY(600px)
  }
  
  .elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,
  .elementor-animated-content:hover .elementor-animated-item--exit-to-left,
  .elementor-animated-content:hover .elementor-animated-item--exit-to-right,
  .elementor-animated-content:hover .elementor-animated-item--exit-to-top {
      opacity: 0
  }
  
  .elementor-animated-content:hover .elementor-animated-item--move-right {
      -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
      transform: translateX(30px)
  }
  
  .elementor-animated-content:hover .elementor-animated-item--move-left {
      -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
      transform: translateX(-30px)
  }
  
  .elementor-animated-content:hover .elementor-animated-item--move-up {
      -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px)
  }
  
  .elementor-animated-content:hover .elementor-animated-item--move-down {
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px)
  }
  
  .elementor-animated-content [class^=elementor-animated-item] {
      will-change: transform, opacity
  }
  
  .elementor-animated-content .elementor-animated-item--enter-zoom-in {
      -webkit-transform: scale(.2);
      -ms-transform: scale(.2);
      transform: scale(.2)
  }
  
  .elementor-animated-content .elementor-animated-item--enter-zoom-out {
      -webkit-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2)
  }
  
  .elementor-animated-content .elementor-animated-item--enter-zoom-in,
  .elementor-animated-content .elementor-animated-item--enter-zoom-out,
  .elementor-animated-content .elementor-animated-item--fade-in {
      opacity: 0
  }
  
  .elementor-animated-content .elementor-animated-item--exit-zoom-in,
  .elementor-animated-content .elementor-animated-item--exit-zoom-out,
  .elementor-animated-content .elementor-animated-item--fade-out {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1)
  }
  
  .elementor-animated-content .elementor-animated-item--enter-from-right {
      -webkit-transform: translateX(1000px);
      -ms-transform: translateX(1000px);
      transform: translateX(1000px)
  }
  
  .elementor-animated-content .elementor-animated-item--enter-from-left {
      -webkit-transform: translateX(-1000px);
      -ms-transform: translateX(-1000px);
      transform: translateX(-1000px)
  }
  
  .elementor-animated-content .elementor-animated-item--enter-from-top {
      -webkit-transform: translateY(-600px);
      -ms-transform: translateY(-600px);
      transform: translateY(-600px)
  }
  
  .elementor-animated-content .elementor-animated-item--enter-from-bottom {
      -webkit-transform: translateY(500px);
      -ms-transform: translateY(500px);
      transform: translateY(500px)
  }
  
  .elementor-animated-content .elementor-animated-item--enter-from-bottom,
  .elementor-animated-content .elementor-animated-item--enter-from-left,
  .elementor-animated-content .elementor-animated-item--enter-from-right,
  .elementor-animated-content .elementor-animated-item--enter-from-top {
      opacity: 0
  }
  
  .elementor-animated-content .elementor-animated-item--exit-to-bottom,
  .elementor-animated-content .elementor-animated-item--exit-to-left,
  .elementor-animated-content .elementor-animated-item--exit-to-right,
  .elementor-animated-content .elementor-animated-item--exit-to-top {
      opacity: 1;
      -webkit-transform: translateY(0) translateX(0);
      -ms-transform: translateY(0) translateX(0);
      transform: translateY(0) translateX(0)
  }
  
  .elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover {
      outline: 1px solid #fec449
  }
  
  .elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings {
      background-image: -webkit-gradient(linear, left bottom, left top, from(#feb416), to(#fec449));
      background-image: -webkit-linear-gradient(bottom, #feb416, #fec449);
      background-image: -o-linear-gradient(bottom, #feb416, #fec449);
      background-image: linear-gradient(0deg, #feb416, #fec449)
  }
  
  .elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover {
      background-color: #feb416
  }
  
  .elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save {
      display: none
  }
  
  .elementor-posts-container.elementor-posts-masonry {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
  }
  
  .elementor-posts-container:not(.elementor-posts-masonry) {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch
  }
  
  .elementor-posts-container .elementor-post {
      padding: 0;
      margin: 0
  }
  
  .elementor-posts-container .elementor-post__thumbnail {
      overflow: hidden
  }
  
  .elementor-posts-container .elementor-post__thumbnail img {
      display: block;
      width: 100%;
      max-height: none;
      max-width: none;
      -webkit-transition: -webkit-filter .3s;
      transition: -webkit-filter .3s;
      -o-transition: filter .3s;
      transition: filter .3s;
      transition: filter .3s, -webkit-filter .3s
  }
  
  .elementor-posts-container .elementor-post__thumbnail__link {
      position: relative;
      display: block;
      width: 100%
  }
  
  .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0
  }
  
  .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
      height: auto;
      position: absolute;
      top: calc(50% + 1px);
      left: calc(50% + 1px);
      -webkit-transform: scale(1.01) translate(-50%, -50%);
      -ms-transform: scale(1.01) translate(-50%, -50%);
      transform: scale(1.01) translate(-50%, -50%)
  }
  
  .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
      height: 100%;
      width: auto
  }
  
  .elementor-posts .elementor-post {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition-property: background, border, -webkit-box-shadow;
      transition-property: background, border, -webkit-box-shadow;
      -o-transition-property: background, border, box-shadow;
      transition-property: background, border, box-shadow;
      transition-property: background, border, box-shadow, -webkit-box-shadow;
      -webkit-transition-duration: .25s;
      -o-transition-duration: .25s;
      transition-duration: .25s
  }
  
  .elementor-posts .elementor-post__title {
      font-size: 18px;
      margin: 0
  }
  
  .elementor-posts .elementor-post__excerpt {
      margin-bottom: 10px
  }
  
  .elementor-posts .elementor-post__excerpt p {
      margin: 0;
      line-height: 1.5em;
      font-size: 14px;
      color: #777
  }
  
  .elementor-posts .elementor-post__meta-data {
      line-height: 1.3em;
      font-size: 12px;
      margin-bottom: 13px;
      color: #adadad
  }
  
  .elementor-posts .elementor-post__read-more {
      font-size: 12px;
      font-weight: 700
  }
  
  .elementor-posts .elementor-post__thumbnail {
      position: relative
  }
  
  .elementor-posts--skin-classic {
      display: grid;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  
  .elementor-posts--skin-classic:not(.elementor-posts-masonry) {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch
  }
  
  .elementor-posts--skin-classic .elementor-post {
      overflow: hidden
  }
  
  .elementor-posts--align-left .elementor-post {
      text-align: left
  }
  
  .elementor-posts--align-right .elementor-post {
      text-align: right
  }
  
  .elementor-posts--align-center .elementor-post {
      text-align: center
  }
  
  .elementor-posts--thumbnail-top .elementor-post {
      display: block
  }
  
  .elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
      margin-bottom: 20px
  }
  
  .elementor-posts--thumbnail-top .elementor-post__text {
      width: 100%
  }
  
  .elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link {
      margin-right: auto
  }
  
  .elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link {
      margin-left: auto
  }
  
  .elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link {
      margin-right: auto;
      margin-left: auto
  }
  
  .elementor-posts--thumbnail-left .elementor-post__thumbnail__link,
  .elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 25%
  }
  
  .elementor-posts--thumbnail-left .elementor-post__thumbnail__link {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      margin-right: 20px
  }
  
  .elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
      margin-left: 20px
  }
  
  .elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link {
      display: none
  }
  
  .elementor-posts .elementor-post__card {
      overflow: hidden;
      position: relative;
      background-color: #202020;
      width: 100%;
      min-height: 100%;
      border-radius: 3px;
      border: 0 solid #818a91;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s
  }
  
  .elementor-posts .elementor-post__card .elementor-post__thumbnail {
      position: relative;
      transform-style: preserve-3d;
      -webkit-transform-style: preserve-3d
  }
  
  .elementor-posts .elementor-post__card .elementor-post__thumbnail img {
      width: calc(100% + 1px)
  }
  
  .elementor-posts .elementor-post__card .elementor-post__text {
      padding: 0 30px;
      margin-bottom: 0;
      margin-top: 20px
  }
  
  .elementor-posts .elementor-post__card .elementor-post__read-more {
      margin-bottom: 20px;
      display: inline-block
  }
  
  .elementor-posts .elementor-post__card .elementor-post__meta-data {
      padding: 15px 30px;
      margin-bottom: 0;
      border-top: 1px solid #eaeaea
  }
  
  .elementor-posts .elementor-post__card .elementor-post__meta-data span+span:before {
      margin: 0 5px
  }
  
  .elementor-posts .elementor-post__card .elementor-post__title {
      font-size: 21px
  }
  
  .elementor-posts .elementor-post__card .elementor-post__excerpt {
      line-height: 1.7
  }
  
  .elementor-posts .elementor-post__card .elementor-post__excerpt,
  .elementor-posts .elementor-post__card .elementor-post__title {
      margin-bottom: 25px
  }
  
  .elementor-posts .elementor-post__card .elementor-post__badge,
  .elementor-posts .elementor-post__card .elementor-post__read-more {
      text-transform: uppercase
  }
  
  .elementor-posts .elementor-post__badge {
      position: absolute;
      top: 0;
      background: #818a91;
      color: #fff;
      font-size: 12px;
      padding: .6em 1.2em;
      line-height: 1;
      font-weight: 400;
      margin: 20px;
      border-radius: 999px
  }
  
  .elementor-posts .elementor-post__avatar {
      position: relative;
      padding: 0 30px;
      width: 100%;
      top: -25px;
      height: 0;
      pointer-events: none
  }
  
  .elementor-posts .elementor-post__avatar img {
      border-radius: 50%;
      width: 60px;
      pointer-events: all;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%)
  }
  
  .elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__card,
  .elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }
  
  .elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data,
  .elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data {
      margin-top: auto
  }
  
  .elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar {
      padding-top: 0;
      position: static;
      height: auto
  }
  
  .elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      vertical-align: bottom
  }
  
  .elementor-posts--show-avatar .elementor-post__thumbnail__link {
      margin-bottom: 25px
  }
  
  .elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after {
      display: block;
      content: "";
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .35)), color-stop(75%, transparent));
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .35), transparent 75%);
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .35) 0, transparent 75%);
      background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
      background-repeat: no-repeat;
      height: 100%;
      width: 100%;
      position: absolute;
      bottom: 0;
      opacity: 1;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out
  }
  
  .elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after {
      opacity: .5
  }
  
  .elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
      height: 100%
  }
  
  .elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
      width: calc(100% + 1px)
  }
  
  .elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
      height: 115%
  }
  
  .elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img {
      width: 115%
  }
  
  .elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
      height: 115%
  }
  
  .elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
      width: 115%
  }
  
  .elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
      height: 100%
  }
  
  .elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img {
      width: calc(100% + 1px)
  }
  
  .elementor-posts__hover-zoom-in .elementor-post__thumbnail img,
  .elementor-posts__hover-zoom-out .elementor-post__thumbnail img {
      -webkit-transition: height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1), -webkit-filter .3s;
      transition: height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1), -webkit-filter .3s;
      -o-transition: filter .3s, height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1);
      transition: filter .3s, height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1);
      transition: filter .3s, height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1), -webkit-filter .3s
  }
  
  .elementor-card-shadow-yes .elementor-post__card {
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
  }
  
  .elementor-card-shadow-yes .elementor-post__card:hover {
      -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15)
  }
  
  .elementor-portfolio {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: start;
      align-content: flex-start
  }
  
  .elementor-portfolio,
  .elementor-portfolio__filters {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  
  .elementor-portfolio__filters {
      list-style: none;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0;
      margin: 0
  }
  
  .elementor-portfolio__filter {
      margin: 0;
      cursor: pointer;
      padding: 8px
  }
  
  .elementor-portfolio-item {
      -ms-flex-item-align: start;
      align-self: flex-start;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      -o-transition-property: transform, opacity;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      overflow: hidden;
      margin: 0
  }
  
  .elementor-portfolio-item__title {
      margin: 0;
      padding: 0;
      line-height: 1;
      font-size: 18px;
      color: #fff
  }
  
  .elementor-portfolio-item__tags__separator:before {
      content: ", "
  }
  
  .elementor-portfolio-item__overlay {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 15px;
      -webkit-transition: opacity 1s;
      -o-transition: opacity 1s;
      transition: opacity 1s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      background-color: hsla(206, 7%, 54%, .8)
  }
  
  .elementor-portfolio-item__overlay:hover {
      opacity: 1;
      -webkit-transition: opacity .5s;
      -o-transition: opacity .5s;
      transition: opacity .5s
  }
  
  .elementor-portfolio-item__img img[src=""] {
      background-color: rgba(0, 0, 0, .1);
      height: 100%
  }
  
  .elementor-portfolio.elementor-has-item-ratio {
      -webkit-transition: height .5s;
      -o-transition: height .5s;
      transition: height .5s
  }
  
  .elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail {
      position: absolute;
      background-color: #1e1e1e;
  }
  
  .elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link {
      padding-bottom: 56.25%
  }
  
  .elementor ul li.elementor-portfolio__filter {
      list-style-type: none
  }
  
  .elementor-field-type-hidden {
      display: none
  }
  
  .elementor-field-type-html {
      display: inline-block
  }
  
  .elementor-login .elementor-lost-password,
  .elementor-login .elementor-remember-me {
      font-size: .85em
  }
  
  .elementor-field-type-recaptcha_v3 .elementor-field-label {
      display: none
  }
  
  .elementor-widget-price-list .elementor-price-list {
      list-style: none;
      padding: 0;
      margin: 0
  }
  
  .elementor-widget-price-list .elementor-price-list li {
      margin: 0
  }
  
  .elementor-price-list li:not(:last-child) {
      margin-bottom: 20px
  }
  
  .elementor-price-list .elementor-price-list-image {
      max-width: 50%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding-right: 25px
  }
  
  .elementor-price-list .elementor-price-list-image img {
      width: 100%
  }
  
  .elementor-price-list .elementor-price-list-header,
  .elementor-price-list .elementor-price-list-item,
  .elementor-price-list .elementor-price-list-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
  
  .elementor-price-list .elementor-price-list-item {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
  }
  
  .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1
  }
  
  .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      font-size: 19px;
      font-weight: 600;
      margin-bottom: 10px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
  }
  
  .elementor-price-list .elementor-price-list-item .elementor-price-list-title {
      max-width: 80%
  }
  
  .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      font-size: 14px;
      margin: 0
  }
  
  .elementor-price-list .elementor-price-list-item .elementor-price-list-separator {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-left: 10px;
      margin-right: 10px;
      border-bottom-style: dotted;
      border-bottom-width: 2px;
      height: 0
  }
  
  .elementor-price-table {
      text-align: center
  }
  
  .elementor-price-table .elementor-price-table__header {
      background: #555;
      padding: 20px 0
  }
  
  .elementor-price-table .elementor-price-table__heading {
      margin: 0;
      padding: 0;
      line-height: 1.2;
      font-size: 24px;
      font-weight: 600;
      color: #fff
  }
  
  .elementor-price-table .elementor-price-table__subheading {
      font-size: 13px;
      font-weight: 400;
      color: #fff
  }
  
  .elementor-price-table .elementor-price-table__original-price {
      margin-right: 15px;
      text-decoration: line-through;
      font-size: .5em;
      line-height: 1;
      font-weight: 400;
      -ms-flex-item-align: center;
      align-self: center
  }
  
  .elementor-price-table .elementor-price-table__price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
          color: #faaf00;
      font-weight: 800;
      font-size: 65px;
      padding: 40px 0
  }
  
  .elementor-price-table .elementor-price-table__price .elementor-typo-excluded {
      line-height: normal;
      letter-spacing: normal;
      text-transform: none;
      font-weight: 400;
      font-size: medium;
      font-style: normal
  }
  
  .elementor-price-table .elementor-price-table__after-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: left;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }
  
  .elementor-price-table .elementor-price-table__integer-part {
      line-height: .8
  }
  
  .elementor-price-table .elementor-price-table__currency,
  .elementor-price-table .elementor-price-table__fractional-part {
      line-height: 1;
      font-size: .3em
  }
  
  .elementor-price-table .elementor-price-table__currency {
      margin-right: 3px
  }
  
  .elementor-price-table .elementor-price-table__period {
      width: 100%;
      font-size: 13px;
      font-weight: 400
  }
  
  .elementor-price-table .elementor-price-table__features-list {
      list-style-type: none;
      margin: 0;
      padding: 0;
      line-height: 1
  }
  
  .elementor-price-table .elementor-price-table__features-list li {
      font-size: 14px;
      line-height: 1;
      margin: 0;
      padding: 0
  }
  
  .elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
      margin-left: 15px;
      margin-right: 15px
  }
  
  .elementor-price-table .elementor-price-table__features-list li:not(:first-child):before {
      content: "";
      display: block;
      border: 0 solid hsla(0, 0%, 48%, .3);
      margin: 10px 12.5%
  }
  
  .elementor-price-table .elementor-price-table__features-list i {
      margin-right: 10px;
      font-size: 1.3em
  }
  
  .elementor-price-table .elementor-price-table__features-list svg {
      margin-right: 10px;
      width: 1.3em
  }
  
  .elementor-price-table .elementor-price-table__footer {
      padding: 30px 0
  }
  
  .elementor-price-table .elementor-price-table__additional_info {
      margin: 0;
      font-size: 13px;
      line-height: 1.4
  }
  
  .elementor-price-table__ribbon {
      position: absolute;
      top: 0;
      left: auto;
      right: 0;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      width: 150px;
      overflow: hidden;
      height: 150px
  }
  
  .elementor-price-table__ribbon-inner {
      text-align: center;
      left: 0;
      width: 200%;
      -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
      -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
      transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
      margin-top: 35px;
      font-size: 13px;
      line-height: 2;
      font-weight: 800;
      text-transform: uppercase;
      background: #faaf00;
  }
  
  .elementor-price-table__ribbon.elementor-ribbon-left {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      left: 0;
      right: auto
  }
  
  .elementor-price-table__ribbon.elementor-ribbon-right {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      left: auto;
      right: 0
  }
  
  .elementor-widget-price-table .elementor-widget-container {
      overflow: hidden;
      background-color: #1e1e1e;
  }
  
  .elementor-flip-box {
      height: 280px;
      position: relative;
      -webkit-perspective: 1000px;
      perspective: 1000px;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d
  }
  
  @media (max-device-width:1024px) {
      .elementor-flip-box {
          cursor: pointer
      }
  }
  
  .elementor-flip-box__front {
      background-color: #1e1e1e;
  }
  
  .elementor-flip-box__back {
      background-color: #555555;
      display: block
  }
  
  .elementor-flip-box__layer {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: all .6s ease-in-out;
      -o-transition: all .6s ease-in-out;
      transition: all .6s ease-in-out
  }
  
  .elementor-flip-box__layer__overlay {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      text-align: center;
      padding: 35px
  }
  
  .elementor-flip-box__layer__title {
      font-size: 21px
  }
  
  .elementor-flip-box__layer__description {
      font-size: 14px
  }
  
  .elementor-flip-box__layer__description,
  .elementor-flip-box__layer__title {
      color: #fff
  }
  
  .elementor-flip-box__layer__description:not(:last-child),
  .elementor-flip-box__layer__title:not(:last-child) {
      margin: 0 0 20px;
      padding: 0
  }
  
  .elementor-flip-box__layer__title {
      line-height: 1;
      font-weight: 600
  }
  
  .elementor-flip-box .elementor-icon,
  .elementor-flip-box .elementor-view-framed .elementor-icon,
  .elementor-flip-box .elementor-view-stacked .elementor-icon {
      color: #fff
  }
  
  .elementor-flip-box .elementor-view-framed .elementor-icon {
      border-color: #fff
  }
  
  .elementor-flip-box .elementor-view-stacked .elementor-icon {
      background-color: rgba(0, 0, 0, .5)
  }
  
  .elementor-flip-box__button.elementor-button {
      cursor: pointer;
      -ms-flex-item-align: center;
      align-self: center;
      margin-left: auto;
      margin-right: auto;
      border: 2px solid #fff;
      color: #fff;
      background: transparent
  }
  
  .elementor-flip-box__button.elementor-button:hover {
      background: transparent;
      text-decoration: none
  }
  
  .elementor-flip-box__image {
      margin: 0 0 20px;
      display: inline-block;
      width: 100%
  }
  
  .elementor-flip-box__image img {
      width: 50%
  }
  
  .elementor-flip-box .elementor-icon-wrapper {
      margin-bottom: 20px
  }
  
  .elementor-flip-box--3d .elementor-flip-box__layer__inner {
      -webkit-transform: translateZ(90px) scale(.91);
      transform: translateZ(90px) scale(.91)
  }
  
  .elementor-flip-box--3d .elementor-flip-box__layer__overlay {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform: translateZ(.1px);
      transform: translateZ(.1px)
  }
  
  .elementor-flip-box--effect-flip .elementor-flip-box {
      -webkit-perspective: 1000px;
      perspective: 1000px;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d
  }
  
  .elementor-flip-box--effect-flip .elementor-flip-box__layer {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden
  }
  
  .elementor-flip-box--effect-flip .elementor-flip-box__front {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      z-index: 1
  }
  
  .elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none
  }
  
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box__back {
      -webkit-transform: rotateX(0) rotateY(-180deg);
      transform: rotateX(0) rotateY(-180deg)
  }
  
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box__back,
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front {
      -webkit-transform: rotateX(0) rotateY(180deg);
      transform: rotateX(0) rotateY(180deg)
  }
  
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
      -webkit-transform: rotateX(0) rotateY(-180deg);
      transform: rotateX(0) rotateY(-180deg)
  }
  
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box__back {
      -webkit-transform: rotateX(-180deg) rotateY(0);
      transform: rotateX(-180deg) rotateY(0)
  }
  
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box__back,
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
      -webkit-transform: rotateX(180deg) rotateY(0);
      transform: rotateX(180deg) rotateY(0)
  }
  
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front {
      -webkit-transform: rotateX(-180deg) rotateY(0);
      transform: rotateX(-180deg) rotateY(0)
  }
  
  .elementor-flip-box--effect-push .elementor-flip-box__front {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none
  }
  
  .elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front {
      -webkit-transform: translateX(100%) translateY(0);
      -ms-transform: translateX(100%) translateY(0);
      transform: translateX(100%) translateY(0)
  }
  
  .elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
      -webkit-transform: translateX(-100%) translateY(0);
      -ms-transform: translateX(-100%) translateY(0);
      transform: translateX(-100%) translateY(0)
  }
  
  .elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
      -webkit-transform: translateX(0) translateY(-100%);
      -ms-transform: translateX(0) translateY(-100%);
      transform: translateX(0) translateY(-100%)
  }
  
  .elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front {
      -webkit-transform: translateX(0) translateY(100%);
      -ms-transform: translateX(0) translateY(100%);
      transform: translateX(0) translateY(100%)
  }
  
  .elementor-flip-box--effect-push .elementor-flip-box,
  .elementor-flip-box--effect-slide .elementor-flip-box {
      overflow: hidden
  }
  
  .elementor-flip-box--effect-push .elementor-flip-box:hover .elementor-flip-box__back,
  .elementor-flip-box--effect-slide .elementor-flip-box:hover .elementor-flip-box__back {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none
  }
  
  .elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box__back,
  .elementor-flip-box--effect-slide.elementor-flip-box--direction-right .elementor-flip-box__back {
      -webkit-transform: translateX(-100%) translateY(0);
      -ms-transform: translateX(-100%) translateY(0);
      transform: translateX(-100%) translateY(0)
  }
  
  .elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box__back,
  .elementor-flip-box--effect-slide.elementor-flip-box--direction-left .elementor-flip-box__back {
      -webkit-transform: translateX(100%) translateY(0);
      -ms-transform: translateX(100%) translateY(0);
      transform: translateX(100%) translateY(0)
  }
  
  .elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box__back,
  .elementor-flip-box--effect-slide.elementor-flip-box--direction-up .elementor-flip-box__back {
      -webkit-transform: translateX(0) translateY(100%);
      -ms-transform: translateX(0) translateY(100%);
      transform: translateX(0) translateY(100%)
  }
  
  .elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box__back,
  .elementor-flip-box--effect-slide.elementor-flip-box--direction-down .elementor-flip-box__back {
      -webkit-transform: translateX(0) translateY(-100%);
      -ms-transform: translateX(0) translateY(-100%);
      transform: translateX(0) translateY(-100%)
  }
  
  .elementor-flip-box--effect-zoom-out .elementor-flip-box .elementor-flip-box__front {
      -webkit-transition: opacity .35s, width .1ms, -webkit-transform .7s;
      transition: opacity .35s, width .1ms, -webkit-transform .7s;
      -o-transition: transform .7s, opacity .35s, width .1ms;
      transition: transform .7s, opacity .35s, width .1ms;
      transition: transform .7s, opacity .35s, width .1ms, -webkit-transform .7s;
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      z-index: 1;
      width: 100%
  }
  
  .elementor-flip-box--effect-zoom-out .elementor-flip-box:hover .elementor-flip-box__front {
      width: 0;
      opacity: 0;
      -webkit-transform: scale(.7);
      -ms-transform: scale(.7);
      transform: scale(.7);
      -webkit-transition: opacity .7s .1s, width .1ms .7s, -webkit-transform .8s;
      transition: opacity .7s .1s, width .1ms .7s, -webkit-transform .8s;
      -o-transition: transform .8s, opacity .7s .1s, width .1ms .7s;
      transition: transform .8s, opacity .7s .1s, width .1ms .7s;
      transition: transform .8s, opacity .7s .1s, width .1ms .7s, -webkit-transform .8s
  }
  
  .elementor-flip-box--effect-zoom-in .elementor-flip-box .elementor-flip-box__back {
      -webkit-transition: opacity .5s .2s, -webkit-transform .7s;
      transition: opacity .5s .2s, -webkit-transform .7s;
      -o-transition: transform .7s, opacity .5s .2s;
      transition: transform .7s, opacity .5s .2s;
      transition: transform .7s, opacity .5s .2s, -webkit-transform .7s;
      opacity: 0;
      -webkit-transform: scale(.7);
      -ms-transform: scale(.7);
      transform: scale(.7)
  }
  
  .elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back {
      -webkit-transition: opacity .5s, -webkit-transform .7s;
      transition: opacity .5s, -webkit-transform .7s;
      -o-transition: transform .7s, opacity .5s;
      transition: transform .7s, opacity .5s;
      transition: transform .7s, opacity .5s, -webkit-transform .7s;
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1)
  }
  
  .elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back {
      opacity: 0
  }
  
  .elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back {
      opacity: 1
  }
  
  .elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__front {
      display: none
  }
  
  .elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__back {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      opacity: 1
  }
  
  .elementor-cta,
  .elementor-widget-call-to-action .elementor-widget-container {
      overflow: hidden
  }
  
  .elementor-cta {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s
  }
  
  .elementor-cta--skin-classic .elementor-cta {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  
  .elementor-cta--skin-classic .elementor-cta__bg-wrapper {
      position: relative;
      min-height: 200px;
      width: 100%
  }
  
  .elementor-cta--skin-classic .elementor-cta__content {
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      width: 100%;
      background-color: #1e1e1e;
  }
  
  .elementor-cta--skin-classic .elementor-cta__button.elementor-button,
  .elementor-cta--skin-classic .elementor-cta__content-item,
  .elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
      color: #ffffff;
      border-color: #faaf00;
  }
  
  .elementor-cta--skin-cover .elementor-cta {
      display: block
  }
  
  .elementor-cta--skin-cover .elementor-cta__bg-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      width: 100%
  }
  
  .elementor-cta--skin-cover .elementor-cta__content {
      min-height: 280px
  }
  
  .elementor-cta--skin-cover .elementor-cta__button.elementor-button,
  .elementor-cta--skin-cover .elementor-cta__content-item,
  .elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
      color: #fff;
      border-color: #fff
  }
  
  .elementor-cta--layout-image-above .elementor-cta {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  
  .elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
      width: 100%
  }
  
  .elementor-cta--layout-image-left .elementor-cta,
  .elementor-cta--layout-image-right .elementor-cta {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap
  }
  
  .elementor-cta--layout-image-left .elementor-cta__bg-wrapper,
  .elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
      width: auto;
      min-width: 50%
  }
  
  .elementor-cta--layout-image-left .elementor-cta__content,
  .elementor-cta--layout-image-right .elementor-cta__content {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1
  }
  
  .elementor-cta--layout-image-left .elementor-cta {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
  }
  
  .elementor-cta--layout-image-right .elementor-cta {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse
  }
  
  .elementor-cta__bg,
  .elementor-cta__bg-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s
  }
  
  .elementor-cta__bg-wrapper {
      z-index: 1;
      overflow: hidden
  }
  
  .elementor-cta__bg {
      -webkit-background-size: cover;
      background-size: cover;
      background-position: 50%;
      z-index: 1
  }
  
  .elementor-cta__bg-overlay {
      z-index: 2
  }
  
  .elementor-cta__button.elementor-button {
      cursor: pointer;
      -ms-flex-item-align: center;
      align-self: center;
      margin-left: auto;
      margin-right: auto;
      border: 2px solid #fff;
      background: transparent
  }
  
  .elementor-cta__button.elementor-button:hover {
      background: transparent;
      text-decoration: none
  }
  
  .elementor-cta__title {
      font-size: 23px
  }
  
  .elementor-cta__content {
      z-index: 1;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      padding: 35px;
      width: 100%
  }
  
  .elementor-cta__content,
  .elementor-cta__content-item {
      position: relative;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      color: #fff
  }
  
  .elementor-cta__content-item {
      width: 100%;
      margin: 0
  }
  
  .elementor-cta__content-item:not(:last-child) {
      margin-bottom: 15px
  }
  
  .elementor-cta__content-item .elementor-icon {
      color: #fff
  }
  
  .elementor-cta--valign-top .elementor-cta__content {
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
  }
  
  .elementor-cta--valign-middle .elementor-cta__content {
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }
  
  .elementor-cta--valign-bottom .elementor-cta__content {
      -ms-flex-line-pack: end;
      align-content: flex-end;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end
  }
  
  .elementor-cta:hover .elementor-cta__bg-overlay {
      background-color: rgba(0, 0, 0, .3)
  }
  
  @media (max-device-width:1024px) {
      .elementor-cta {
          cursor: pointer
      }
  }
  
  @media (min-width:1025px) {
      .elementor-cta--desktop-layout-image-above .elementor-cta {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap
      }
      .elementor-cta--desktop-layout-image-above .elementor-cta__bg-wrapper {
          width: 100%
      }
      .elementor-cta--desktop-layout-image-left .elementor-cta,
      .elementor-cta--desktop-layout-image-right .elementor-cta {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap
      }
      .elementor-cta--desktop-layout-image-left .elementor-cta__bg-wrapper,
      .elementor-cta--desktop-layout-image-right .elementor-cta__bg-wrapper {
          width: auto;
          min-width: 50%
      }
      .elementor-cta--desktop-layout-image-left .elementor-cta__content,
      .elementor-cta--desktop-layout-image-right .elementor-cta__content {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1
      }
      .elementor-cta--desktop-layout-image-left .elementor-cta {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row
      }
      .elementor-cta--desktop-layout-image-right .elementor-cta {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse
      }
  }
  
  @media (max-width:1024px) {
      .elementor-cta--tablet-layout-image-above .elementor-cta {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap
      }
      .elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper {
          width: 100%
      }
      .elementor-cta--tablet-layout-image-left .elementor-cta,
      .elementor-cta--tablet-layout-image-right .elementor-cta {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap
      }
      .elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper,
      .elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper {
          width: auto;
          min-width: 50%
      }
      .elementor-cta--tablet-layout-image-left .elementor-cta__content,
      .elementor-cta--tablet-layout-image-right .elementor-cta__content {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1
      }
      .elementor-cta--tablet-layout-image-left .elementor-cta {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row
      }
      .elementor-cta--tablet-layout-image-right .elementor-cta {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse
      }
  }
  
  @media (max-width:767px) {
      .elementor-cta--mobile-layout-image-above .elementor-cta {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap
      }
      .elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper {
          width: 100%
      }
      .elementor-cta--mobile-layout-image-left .elementor-cta,
      .elementor-cta--mobile-layout-image-right .elementor-cta {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap
      }
      .elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper,
      .elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper {
          width: auto;
          min-width: 50%
      }
      .elementor-cta--mobile-layout-image-left .elementor-cta__content,
      .elementor-cta--mobile-layout-image-right .elementor-cta__content {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1
      }
      .elementor-cta--mobile-layout-image-left .elementor-cta {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row
      }
      .elementor-cta--mobile-layout-image-right .elementor-cta {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse
      }
  }
  
  .elementor-ribbon {
      position: absolute;
      z-index: 1;
      top: 0;
      left: auto;
      right: 0;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      width: 150px;
      overflow: hidden;
      height: 150px
  }
  
  .elementor-ribbon-inner {
      text-align: center;
      left: 0;
      width: 200%;
      -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
      -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
      transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
      margin-top: 35px;
      font-size: 13px;
      line-height: 2;
      font-weight: 800;
      text-transform: uppercase;
      background: #000;
      color: #fff
  }
  
  .elementor-ribbon.elementor-ribbon-left {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      left: 0;
      right: auto
  }
  
  .elementor-ribbon.elementor-ribbon-right {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      left: auto;
      right: 0
  }
  
  .elementor-widget-countdown .elementor-countdown-expire--message {
      display: none;
      padding: 20px;
      text-align: center
  }
  
  .elementor-widget-countdown .elementor-countdown-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
  }
  
  .elementor-widget-countdown .elementor-countdown-item {
      padding: 20px 0;
      text-align: center;
      background-color: #1e1e1e;
      color: #fff
  }
  
  .elementor-widget-countdown .elementor-countdown-digits,
  .elementor-widget-countdown .elementor-countdown-label {
      line-height: 1
  }
  
  .elementor-widget-countdown .elementor-countdown-digits {
      font-size: 69px
  }
  
  .elementor-widget-countdown .elementor-countdown-label {
      font-size: 19px
  }
  
  .elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: auto;
      margin-left: auto
  }
  
  .elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-digits,
  .elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-label {
      display: block
  }
  
  .elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1
  }
  
  .elementor-widget-countdown.elementor-countdown--label-inline {
      text-align: center
  }
  
  .elementor-widget-countdown.elementor-countdown--label-inline .elementor-countdown-item {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px
  }
  
  @-webkit-keyframes ken-burns-in {
      0% {
          -webkit-transform: scale(1);
          transform: scale(1)
      }
      to {
          -webkit-transform: scale(1.3);
          transform: scale(1.3)
      }
  }
  
  @keyframes ken-burns-in {
      0% {
          -webkit-transform: scale(1);
          transform: scale(1)
      }
      to {
          -webkit-transform: scale(1.3);
          transform: scale(1.3)
      }
  }
  
  @-webkit-keyframes ken-burns-out {
      0% {
          -webkit-transform: scale(1.3);
          transform: scale(1.3)
      }
      to {
          -webkit-transform: scale(1);
          transform: scale(1)
      }
  }
  
  @keyframes ken-burns-out {
      0% {
          -webkit-transform: scale(1.3);
          transform: scale(1.3)
      }
      to {
          -webkit-transform: scale(1);
          transform: scale(1)
      }
  }
  
  .elementor-slides .slick-slide-bg {
      -webkit-background-size: cover;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
      min-width: 100%;
      min-height: 100%;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 10s;
      -o-transition-duration: 10s;
      transition-duration: 10s
  }
  
  .elementor-slides .slick-slide-bg.elementor-ken-out {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3)
  }
  
  .elementor-slides .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      overflow: hidden;
      height: 400px
  }
  
  .elementor-slides .slick-slide>div {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      background-color: #000;
  }
  
  .elementor-slides .slick-slide:focus {
      outline: 0
  }
  
  .elementor-slides .slick-slide.slick-active .slick-slide-bg {
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-duration: 20s;
      animation-duration: 20s
  }
  
  .elementor-slides .slick-slide.slick-active .slick-slide-bg.elementor-ken-in {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3);
      -webkit-animation-name: ken-burns-in;
      animation-name: ken-burns-in
  }
  
  .elementor-slides .slick-slide.slick-active .slick-slide-bg.elementor-ken-out {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-animation-name: ken-burns-out;
      animation-name: ken-burns-out
  }
  
  .elementor-slides .slick-slide-inner {
      background-repeat: no-repeat;
      background-position: 50%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      padding: 50px
  }
  
  .elementor-slides .slick-slide-inner,
  .elementor-slides .slick-slide-inner:hover {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
  
  .elementor-slides .slick-slide-inner .elementor-background-overlay {
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0
  }
  
  .elementor-slides .slick-slide-inner .elementor-slide-content {
      position: relative;
      z-index: 1;
      width: 100%
  }
  
  .elementor-slides .slick-slide-inner .elementor-slide-heading {
      font-size: 35px;
      font-weight: 700;
      line-height: 1
  }
  
  .elementor-slides .slick-slide-inner .elementor-slide-description {
      font-size: 17px;
      line-height: 1.4
  }
  
  .elementor-slides .slick-slide-inner .elementor-slide-description:not(:last-child),
  .elementor-slides .slick-slide-inner .elementor-slide-heading:not(:last-child) {
      margin-bottom: 30px
  }
  
  .elementor-slides .slick-slide-inner .elementor-slide-button {
      border: 1px solid #faaf00;
      color: #8e8e8e;
      background: transparent
  }
  
  
  .elementor-slides .slick-slide-inner .elementor-slide-button:hover {
      background:#faaf00;
      color:#000;
      text-decoration: none
  }
  
  .elementor--v-position-top .slick-slide-inner {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
  }
  
  .elementor--v-position-bottom .slick-slide-inner {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end
  }
  
  .elementor--v-position-middle .slick-slide-inner {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }
  
  .elementor--h-position-left .slick-slide-inner {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }
  
  .elementor--h-position-right .slick-slide-inner {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end
  }
  
  .elementor--h-position-center .slick-slide-inner {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  
  .elementor-slides-wrapper div:not(.slick-slide)>.slick-slide-inner {
      display: none
  }
  
  @media (max-width:767px) {
      .elementor-slides .slick-slide-inner {
          padding: 30px
      }
      .elementor-slides .slick-slide-inner .elementor-slide-heading {
          font-size: 23px;
          line-height: 1;
          margin-bottom: 15px
      }
      .elementor-slides .slick-slide-inner .elementor-slide-description {
          font-size: 13px;
          line-height: 1.4;
          margin-bottom: 15px
      }
  }
  
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn,
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn {
      background-color: #ea4335
  }
  
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn,
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn,
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn {
      color: #ea4335;
      border-color: #ea4335
  }
  
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon {
      background-color: #ea4335
  }
  
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon {
      color: #fff
  }
  
  .elementor-share-buttons--color-official .elementor-share-btn:hover {
      -webkit-filter: saturate(1.5) brightness(1.2);
      filter: saturate(1.5) brightness(1.2)
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_delicious,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_delicious {
      background-color: #39f
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_digg,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_digg {
      background-color: #005be2
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_email {
      background-color: #ea4335
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_print,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_print {
      background-color: #aaa
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_facebook,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_facebook {
      background-color: #3b5998
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_google,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_google {
      background-color: #dd4b39
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pocket,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pocket {
      background-color: #ef3f56
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_linkedin,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_linkedin {
      background-color: #0077b5
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_odnoklassniki,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_odnoklassniki {
      background-color: #f4731c
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pinterest,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pinterest {
      background-color: #bd081c
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_reddit,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_reddit {
      background-color: #ff4500
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_skype,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_skype {
      background-color: #00aff0
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_slideshare,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_slideshare {
      background-color: #0077b5
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_snapchat,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_snapchat {
      background-color: #fffc00
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_stumbleupon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_stumbleupon {
      background-color: #eb4924
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_tumblr,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_tumblr {
      background-color: #35465c
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitch,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitch {
      background-color: #6441a5
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_telegram,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_telegram {
      background-color: #2ca5e0
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitter,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitter {
      background-color: #1da1f2
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vimeo,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vimeo {
      background-color: #1ab7ea
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vk,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vk {
      background-color: #45668e
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_whatsapp,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_whatsapp {
      background-color: #25d366
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_wordpress,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_wordpress {
      background-color: #21759b
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_xing,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_xing {
      background-color: #026466
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_delicious,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_delicious {
      color: #39f
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg {
      color: #005be2
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email {
      color: #ea4335
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print {
      color: #aaa
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook {
      color: #3b5998
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google {
      color: #dd4b39
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket {
      color: #ef3f56
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin {
      color: #0077b5
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki {
      color: #f4731c
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest {
      color: #bd081c
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit {
      color: #ff4500
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype {
      color: #00aff0
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare {
      color: #0077b5
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat {
      color: #fffc00
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon {
      color: #eb4924
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr {
      color: #35465c
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch {
      color: #6441a5
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram {
      color: #2ca5e0
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter {
      color: #1da1f2
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo {
      color: #1ab7ea
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk {
      color: #45668e
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp {
      color: #25d366
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress {
      color: #21759b
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing {
      color: #026466
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_delicious .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_delicious .elementor-share-btn__icon {
      background-color: #39f
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_digg .elementor-share-btn__icon {
      background-color: #005be2
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_email .elementor-share-btn__icon {
      background-color: #ea4335
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_print .elementor-share-btn__icon {
      background-color: #aaa
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_facebook .elementor-share-btn__icon {
      background-color: #3b5998
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_google .elementor-share-btn__icon {
      background-color: #dd4b39
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pocket .elementor-share-btn__icon {
      background-color: #ef3f56
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_linkedin .elementor-share-btn__icon {
      background-color: #0077b5
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_odnoklassniki .elementor-share-btn__icon {
      background-color: #f4731c
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pinterest .elementor-share-btn__icon {
      background-color: #bd081c
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_reddit .elementor-share-btn__icon {
      background-color: #ff4500
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_skype .elementor-share-btn__icon {
      background-color: #00aff0
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_slideshare .elementor-share-btn__icon {
      background-color: #0077b5
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_snapchat .elementor-share-btn__icon {
      background-color: #fffc00
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_stumbleupon .elementor-share-btn__icon {
      background-color: #eb4924
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_tumblr .elementor-share-btn__icon {
      background-color: #35465c
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitch .elementor-share-btn__icon {
      background-color: #6441a5
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_telegram .elementor-share-btn__icon {
      background-color: #2ca5e0
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitter .elementor-share-btn__icon {
      background-color: #1da1f2
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vimeo .elementor-share-btn__icon {
      background-color: #1ab7ea
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vk .elementor-share-btn__icon {
      background-color: #45668e
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_whatsapp .elementor-share-btn__icon {
      background-color: #25d366
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_wordpress .elementor-share-btn__icon {
      background-color: #21759b
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_xing .elementor-share-btn__icon {
      background-color: #026466
  }
  
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon {
      color: #fff
  }
  
  .elementor-share-buttons--skin-boxed .elementor-share-btn__icon,
  .elementor-share-buttons--skin-framed .elementor-share-btn__icon {
      margin-left: -.2em
  }
  
  .elementor-share-buttons--skin-boxed .elementor-share-btn,
  .elementor-share-buttons--skin-framed .elementor-share-btn {
      border-style: solid
  }
  
  .elementor-share-buttons--skin-gradient .elementor-share-btn__text,
  .elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .12)), to(transparent));
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .12), transparent);
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, .12), transparent);
      background-image: linear-gradient(90deg, rgba(0, 0, 0, .12), transparent)
  }
  
  .elementor-share-buttons--skin-boxed .elementor-share-btn__text,
  .elementor-share-buttons--skin-gradient .elementor-share-btn__text,
  .elementor-share-buttons--skin-minimal .elementor-share-btn__text {
      padding-left: .9em
  }
  
  .elementor-share-buttons--skin-flat .elementor-share-btn,
  .elementor-share-buttons--skin-flat .elementor-share-btn:hover,
  .elementor-share-buttons--skin-gradient .elementor-share-btn,
  .elementor-share-buttons--skin-gradient .elementor-share-btn:hover {
      color: #fff
  }
  
  .elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded .elementor-share-btn__icon {
      border-radius: .5em
  }
  
  .elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle .elementor-share-btn__icon {
      border-radius: 99.9em
  }
  
  .elementor-share-buttons--skin-minimal .elementor-share-btn__text {
      color: #222
  }
  
  .elementor-share-buttons--view-text .elementor-share-btn__text {
      padding-left: 1em
  }
  
  .elementor-share-buttons--view-icon .elementor-share-btn,
  .elementor-share-buttons--view-text .elementor-share-btn {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  
  .elementor-share-buttons--view-icon .elementor-share-btn__icon,
  .elementor-share-buttons--view-icon .elementor-share-btn__text,
  .elementor-share-buttons--view-text .elementor-share-btn__icon,
  .elementor-share-buttons--view-text .elementor-share-btn__text {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  
  .elementor-share-buttons--shape-rounded .elementor-share-btn {
      border-radius: .5em
  }
  
  .elementor-share-buttons--shape-circle .elementor-share-btn {
      border-radius: 99.9em
  }
  
  .elementor-share-buttons--align-right .elementor-grid {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end
  }
  
  .elementor-share-buttons--align-left .elementor-grid {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }
  
  .elementor-share-buttons--align-center .elementor-grid {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  
  .elementor-share-buttons--align-justify .elementor-grid {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
  }
  
  @media (max-width:1024px) {
      .elementor-share-buttons-tablet--align-right .elementor-grid {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end
      }
      .elementor-share-buttons-tablet--align-left .elementor-grid {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start
      }
      .elementor-share-buttons-tablet--align-center .elementor-grid {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center
      }
      .elementor-share-buttons-tablet--align-justify .elementor-grid {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between
      }
  }
  
  @media (max-width:767px) {
      .elementor-share-buttons-mobile--align-right .elementor-grid {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end
      }
      .elementor-share-buttons-mobile--align-left .elementor-grid {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start
      }
      .elementor-share-buttons-mobile--align-center .elementor-grid {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center
      }
      .elementor-share-buttons-mobile--align-justify .elementor-grid {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between
      }
  }
  
  .elementor-share-btn {
      overflow: hidden;
      font-size: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-transition-property: background-color, border-color, -webkit-filter;
      transition-property: background-color, border-color, -webkit-filter;
      -o-transition-property: filter, background-color, border-color;
      transition-property: filter, background-color, border-color;
      transition-property: filter, background-color, border-color, -webkit-filter;
      height: 4.5em;
      cursor: pointer
  }
  
  .elementor-share-btn,
  .elementor-share-btn__icon,
  .elementor-share-btn__text {
      -webkit-transition-duration: .2s;
      -o-transition-duration: .2s;
      transition-duration: .2s
  }
  
  .elementor-share-btn__icon,
  .elementor-share-btn__text {
      -webkit-transition-property: color, background-color;
      -o-transition-property: color, background-color;
      transition-property: color, background-color
  }
  
  .elementor-share-btn__icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 4.5em;
      position: relative
  }
  
  .elementor-share-btn__icon i {
      font-size: 1.7em
  }
  
  .elementor-share-btn__text {
      font-size: 1.5em;
      padding-right: 1em;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: 100
  }
  
  .elementor-share-btn__title {
      font-weight: 700;
      -ms-flex-negative: 0;
      flex-shrink: 0
  }
  
  .elementor-widget-share-buttons .elementor-widget-container {
      overflow: hidden
  }
  
  body.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,
  body.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,
  body.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,
  body.woocommerce div.product .elementor-widget-woocommerce-product-images div.images {
      float: none;
      width: 100%;
      padding: 0
  }
  
  body.rtl.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,
  body.rtl.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,
  body.rtl.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,
  body.rtl.woocommerce div.product .elementor-widget-woocommerce-product-images div.images {
      float: none;
      padding: 0
  }
  
  .woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart,
  .woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap
  }
  
  .woocommerce div.product.elementor form.cart table.variations tbody {
      display: block
  }
  
  .woocommerce div.product.elementor form.cart table.variations tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
  
  .woocommerce div.product.elementor form.cart table.variations tr:not(:last-child) {
      margin-bottom: 10px
  }
  
  .woocommerce div.product.elementor form.cart table.variations td {
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0
  }
  
  .woocommerce div.product.elementor form.cart table.variations td.label {
      width: 25%
  }
  
  .woocommerce div.product.elementor form.cart table.variations td.value {
      position: relative;
      width: 75%
  }
  
  .woocommerce div.product.elementor form.cart table.variations td.value:before,
  .woocommerce div.product.elementor form.cart table.variations td.value select {
      display: block;
      font-size: 1em;
      height: 2em
  }
  
  .woocommerce div.product.elementor form.cart table.variations td.value:before {
      content: "-";
      color: transparent;
      background-color: #fff;
      position: relative;
      max-width: 100%;
      width: 75%;
      margin-right: 1em
  }
  
  .woocommerce div.product.elementor form.cart table.variations td.value select {
      border: 0;
      position: absolute;
      background: transparent;
      top: 0;
      padding: 0
  }
  
  .woocommerce div.product.elementor .quantity .qty {
      vertical-align: top;
      margin-right: 0
  }
  
  .woocommerce div.product.elementor .quantity+.button {
      margin-left: 10px
  }
  
  .woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input {
      height: 100%
  }
  
  .woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,
  .woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }
  
  .woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,
  .woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end
  }
  
  .woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,
  .woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  
  .woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
  .woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,
  .woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
  .woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,
  .woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
  .woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity {
      margin-right: 0
  }
  
  .woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,
  .woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) button,
  .woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,
  .woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) button,
  .woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,
  .woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) button {
      -ms-flex-preferred-size: auto;
      flex-basis: auto
  }
  
  .woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,
  .woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap
  }
  
  .woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
  .woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity {
      margin-right: auto
  }
  
  .woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,
  .woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) button {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%
  }
  
  @media (max-width:1024px) {
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start
      }
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end
      }
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center
      }
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity {
          margin-right: 0
      }
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) button,
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) button,
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) button {
          -ms-flex-preferred-size: auto;
          flex-basis: auto
      }
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap
      }
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity {
          margin-right: auto
      }
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,
      .woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) button {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%
      }
  }
  
  @media (max-width:767px) {
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start
      }
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end
      }
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center
      }
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity {
          margin-right: 0
      }
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) button,
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) button,
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) button {
          -ms-flex-preferred-size: auto;
          flex-basis: auto
      }
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap
      }
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity {
          margin-right: auto
      }
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,
      .woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) button {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%
      }
  }
  
  .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-info button.button.alt.elementor-button {
      background-color: #5bc0de
  }
  
  .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-success button.button.alt.elementor-button {
      background-color: #5cb85c
  }
  
  .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-warning button.button.alt.elementor-button {
      background-color: #f0ad4e
  }
  
  .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-danger button.button.alt.elementor-button {
      background-color: #d9534f
  }
  
  .elementor-widget-wc-add-to-cart .quantity {
      display: inline-block
  }
  
  .elementor-widget-wc-add-to-cart.elementor-align-center form.cart {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  
  .elementor-widget-wc-add-to-cart.elementor-align-left form.cart,
  .elementor-widget-wc-add-to-cart.elementor-align-right form.cart {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end
  }
  
  .woocommerce div.product.elementor ul.tabs:before {
      position: static;
      content: none;
      width: auto;
      bottom: auto;
      left: auto;
      border-bottom: 0;
      z-index: auto
  }
  
  .woocommerce div.product.elementor ul.tabs {
      margin: 0
  }
  
  .woocommerce div.product.elementor ul.tabs li {
      padding: 0
  }
  
  .woocommerce div.product.elementor ul.tabs li a {
      padding: .8em 1.2em;
      line-height: 1
  }
  
  .woocommerce div.product.elementor ul.tabs li:after,
  .woocommerce div.product.elementor ul.tabs li:before {
      border: 0;
      position: static;
      bottom: auto;
      width: auto;
      height: auto;
      content: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box
  }
  
  .woocommerce div.product.elementor .woocommerce-tabs .panel {
      margin: 0;
      padding: 20px;
      border-radius: 0;
      border-width: 0;
      border-top: 1px solid #d3ced2;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin-top: -1px
  }
  
  .woocommerce div.product.elementor .elementor-product-price-block-yes .price del,
  .woocommerce div.product.elementor .elementor-product-price-block-yes .price ins {
      display: block
  }
  
  .elementor-widget-woocommerce-product-meta .detail-container {
      position: relative
  }
  
  .elementor-widget-woocommerce-product-meta .detail-container:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%
  }
  
  .elementor-widget-woocommerce-product-meta .detail-label {
      font-weight: 700
  }
  
  .elementor-woo-meta--view-inline .product_meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  
  .elementor-woo-meta--view-inline .product_meta .detail-container:after {
      width: auto;
      left: auto;
      right: auto;
      position: absolute;
      height: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border-top: 0;
      border-bottom: 0;
      border-right: 0;
      border-left-width: 1px;
      border-style: solid;
      right: -8px
  }
  
  .elementor-woo-meta--view-table .product_meta {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }
  
  .elementor-woo-meta--view-table .product_meta,
  .elementor-woo-meta--view-table .product_meta .detail-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
  
  .elementor-woo-meta--view-table .product_meta .detail-label {
      min-width: 108px
  }
  
  .elementor-woo-meta--view-stacked .product_meta .detail-container {
      display: block
  }
  
  .woocommerce div.product.elementor .woocommerce-product-rating {
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }
  
  .woocommerce div.product.elementor .star-rating {
      margin-top: 0
  }
  
  .elementor-product-rating--align-left .woocommerce-product-rating {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }
  
  .elementor-product-rating--align-right .woocommerce-product-rating {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end
  }
  
  .elementor-product-rating--align-center .woocommerce-product-rating {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  
  .elementor-product-rating--align-justify .woocommerce-product-rating .woocommerce-review-link {
      margin-left: auto
  }
  
  @media (min-width:1025px) {
      .elementor-element.elementor-products-grid .woocommerce.columns-2 ul.products,
      .elementor-element.elementor-products-grid ul.products.columns-2 {
          grid-template-columns: repeat(2, 1fr)
      }
      .elementor-element.elementor-products-grid .woocommerce.columns-3 ul.products,
      .elementor-element.elementor-products-grid ul.products.columns-3 {
          grid-template-columns: repeat(3, 1fr)
      }
      .elementor-element.elementor-products-grid .woocommerce.columns-4 ul.products,
      .elementor-element.elementor-products-grid ul.products.columns-4 {
          grid-template-columns: repeat(4, 1fr)
      }
      .elementor-element.elementor-products-grid .woocommerce.columns-5 ul.products,
      .elementor-element.elementor-products-grid ul.products.columns-5 {
          grid-template-columns: repeat(5, 1fr)
      }
      .elementor-element.elementor-products-grid .woocommerce.columns-6 ul.products,
      .elementor-element.elementor-products-grid ul.products.columns-6 {
          grid-template-columns: repeat(6, 1fr)
      }
      .elementor-element.elementor-products-grid .woocommerce.columns-7 ul.products,
      .elementor-element.elementor-products-grid ul.products.columns-7 {
          grid-template-columns: repeat(7, 1fr)
      }
      .elementor-element.elementor-products-grid .woocommerce.columns-8 ul.products,
      .elementor-element.elementor-products-grid ul.products.columns-8 {
          grid-template-columns: repeat(8, 1fr)
      }
      .elementor-element.elementor-products-grid .woocommerce.columns-9 ul.products,
      .elementor-element.elementor-products-grid ul.products.columns-9 {
          grid-template-columns: repeat(9, 1fr)
      }
      .elementor-element.elementor-products-grid .woocommerce.columns-10 ul.products,
      .elementor-element.elementor-products-grid ul.products.columns-10 {
          grid-template-columns: repeat(10, 1fr)
      }
      .elementor-element.elementor-products-grid .woocommerce.columns-11 ul.products,
      .elementor-element.elementor-products-grid ul.products.columns-11 {
          grid-template-columns: repeat(11, 1fr)
      }
      .elementor-element.elementor-products-grid .woocommerce.columns-12 ul.products,
      .elementor-element.elementor-products-grid ul.products.columns-12 {
          grid-template-columns: repeat(12, 1fr)
      }
  }
  
  @media (max-width:1024px) {
      .elementor-element.elementor-products-grid ul.products {
          grid-template-columns: repeat(3, 1fr)
      }
  }
  
  @media (max-width:767px) {
      .elementor-element.elementor-products-grid ul.products {
          grid-template-columns: repeat(2, 1fr)
      }
  }
  
  @media (min-width:1025px) {
      .elementor-element.elementor-products-grid.elementor-products-columns-1 ul.products {
          grid-template-columns: repeat(1, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-2 ul.products {
          grid-template-columns: repeat(2, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-3 ul.products {
          grid-template-columns: repeat(3, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-4 ul.products {
          grid-template-columns: repeat(4, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-5 ul.products {
          grid-template-columns: repeat(5, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-6 ul.products {
          grid-template-columns: repeat(6, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-7 ul.products {
          grid-template-columns: repeat(7, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-8 ul.products {
          grid-template-columns: repeat(8, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-9 ul.products {
          grid-template-columns: repeat(9, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-10 ul.products {
          grid-template-columns: repeat(10, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-11 ul.products {
          grid-template-columns: repeat(11, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-12 ul.products {
          grid-template-columns: repeat(12, 1fr)
      }
  }
  
  @media (max-width:1024px) {
      .elementor-element.elementor-products-grid.elementor-products-columns-tablet-1 ul.products {
          grid-template-columns: repeat(1, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-tablet-2 ul.products {
          grid-template-columns: repeat(2, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-tablet-3 ul.products {
          grid-template-columns: repeat(3, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-tablet-4 ul.products {
          grid-template-columns: repeat(4, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-tablet-5 ul.products {
          grid-template-columns: repeat(5, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-tablet-6 ul.products {
          grid-template-columns: repeat(6, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-tablet-7 ul.products {
          grid-template-columns: repeat(7, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-tablet-8 ul.products {
          grid-template-columns: repeat(8, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-tablet-9 ul.products {
          grid-template-columns: repeat(9, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-tablet-10 ul.products {
          grid-template-columns: repeat(10, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-tablet-11 ul.products {
          grid-template-columns: repeat(11, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-tablet-12 ul.products {
          grid-template-columns: repeat(12, 1fr)
      }
  }
  
  @media (max-width:767px) {
      .elementor-element.elementor-products-grid.elementor-products-columns-mobile-1 ul.products {
          grid-template-columns: repeat(1, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-mobile-2 ul.products {
          grid-template-columns: repeat(2, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-mobile-3 ul.products {
          grid-template-columns: repeat(3, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-mobile-4 ul.products {
          grid-template-columns: repeat(4, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-mobile-5 ul.products {
          grid-template-columns: repeat(5, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-mobile-6 ul.products {
          grid-template-columns: repeat(6, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-mobile-7 ul.products {
          grid-template-columns: repeat(7, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-mobile-8 ul.products {
          grid-template-columns: repeat(8, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-mobile-9 ul.products {
          grid-template-columns: repeat(9, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-mobile-10 ul.products {
          grid-template-columns: repeat(10, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-mobile-11 ul.products {
          grid-template-columns: repeat(11, 1fr)
      }
      .elementor-element.elementor-products-grid.elementor-products-columns-mobile-12 ul.products {
          grid-template-columns: repeat(12, 1fr)
      }
  }
  
  .elementor-element.elementor-products-grid ul.products {
      display: grid;
      margin: 0;
      grid-column-gap: 20px;
      grid-row-gap: 40px
  }
  
  .elementor-element.elementor-products-grid ul.products:after,
  .elementor-element.elementor-products-grid ul.products:before {
      content: none;
      display: none
  }
  
  .elementor-element.elementor-products-grid ul.products li.product {
      width: auto;
      padding: 0;
      margin: 0;
      float: none
  }
  
  .elementor-element.elementor-products-grid ul.products li.product .onsale {
      padding: 0;
      display: none
  }
  
  .elementor-element.elementor-products-grid ul.products li.product a.woocommerce-loop-product__link {
      display: block;
      position: relative
  }
  
  .elementor-products-grid:not(.show-heading-yes) .products>h2 {
      display: none
  }
  
  .elementor-products-grid nav.woocommerce-pagination {
      margin-top: 40px
  }
  
  .elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul {
      border: 0 none
  }
  
  .elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul li {
      border-right: 0 none;
      border-left: 0 none
  }
  
  .elementor-product-loop-item--align-left ul.products li.product .star-rating {
      margin-right: auto
  }
  
  .elementor-product-loop-item--align-right ul.products li.product .star-rating {
      margin-left: auto
  }
  
  .elementor-product-loop-item--align-center ul.products li.product .star-rating {
      margin-right: auto;
      margin-left: auto
  }
  
  .woocommerce .elementor-element.elementor-products-grid ul.products li.product,
  .woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,
  .woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product {
      width: auto
  }
  
  .elementor.product .woocommerce-product-gallery__trigger+.woocommerce-product-gallery__wrapper {
      overflow: hidden
  }
  
  .woocommerce .elementor-widget-woocommerce-product-images span.onsale {
      padding: 0
  }
  
  .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product-remove,
  .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-subtotal-yes) .elementor-menu-cart__toggle .elementor-button-text {
      display: none
  }
  
  .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__product:not(:last-of-type),
  .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__products,
  .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__subtotal {
      border-bottom: none
  }
  
  .elementor-widget-woocommerce-menu-cart.toggle-icon--bag-light .elementor-menu-cart__toggle .elementor-button-icon i:before {
      content: "\e8e3"
  }
  
  .elementor-widget-woocommerce-menu-cart.toggle-icon--bag-medium .elementor-menu-cart__toggle .elementor-button-icon i:before {
      content: "\e8e4"
  }
  
  .elementor-widget-woocommerce-menu-cart.toggle-icon--bag-solid .elementor-menu-cart__toggle .elementor-button-icon i:before {
      content: "\e8e5"
  }
  
  .elementor-widget-woocommerce-menu-cart.toggle-icon--basket-light .elementor-menu-cart__toggle .elementor-button-icon i:before {
      content: "\e8e6"
  }
  
  .elementor-widget-woocommerce-menu-cart.toggle-icon--basket-medium .elementor-menu-cart__toggle .elementor-button-icon i:before {
      content: "\e8e7"
  }
  
  .elementor-widget-woocommerce-menu-cart.toggle-icon--basket-solid .elementor-menu-cart__toggle .elementor-button-icon i:before {
      content: "\e8e8"
  }
  
  .elementor-widget-woocommerce-menu-cart.toggle-icon--cart-light .elementor-menu-cart__toggle .elementor-button-icon i:before {
      content: "\e8e9"
  }
  
  .elementor-widget-woocommerce-menu-cart.toggle-icon--cart-medium .elementor-menu-cart__toggle .elementor-button-icon i:before {
      content: "\e8ea"
  }
  
  .elementor-widget-woocommerce-menu-cart.toggle-icon--cart-solid .elementor-menu-cart__toggle .elementor-button-icon i:before {
      content: "\e8eb"
  }
  
  .elementor-menu-cart__toggle .elementor-button {
      background: transparent;
      border-radius: 0;
      color: #818a91;
      border: 1px solid;
      border-color: inherit;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }
  
  .elementor-menu-cart__toggle .elementor-button-text {
      margin-right: .3em
  }
  
  .elementor-menu-cart__toggle .elementor-button-icon {
      position: relative;
      -webkit-transition: color .1s;
      -o-transition: color .1s;
      transition: color .1s
  }
  
  .elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
      content: attr(data-counter);
      display: block;
      position: absolute;
      min-width: 1.6em;
      height: 1.6em;
      line-height: 1.5em;
      top: -.7em;
      right: -.7em;
      border-radius: 100%;
      color: #000;
      background-color: #faaf00;
      text-align: center;
      font-size: 10px
  }
  
  .elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
      content: attr(data-counter);
      display: inline-block;
      font-weight: 400
  }
  
  .elementor-menu-cart--empty-indicator-hide .elementor-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter]:before {
      content: none;
      display: none
  }
  
  .elementor-menu-cart__container {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      overflow: hidden;
      position: fixed;
      z-index: 9999999;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.78);
      -webkit-transition: background-color .4s, -webkit-transform 0s;
      transition: background-color .4s, -webkit-transform 0s;
      -o-transition: background-color .4s, transform 0s;
      transition: background-color .4s, transform 0s;
      transition: background-color .4s, transform 0s, -webkit-transform 0s
  }
  
  .elementor-menu-cart__container .elementor-menu-cart__main {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      position: fixed;
      top: 0;
      width:470px;
      max-width: 100%;
      right: 0;
      bottom: 0;
      padding: 0px 0px;
      background-color: #232323;
      z-index: 9999 !important;
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
      box-shadow: 0 0 20px rgba(0, 0, 0, .2);
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0)
  }
  
  .elementor-menu-cart__container:not(.elementor-menu-cart--shown) {
      background-color: transparent;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: background-color .4s, -webkit-transform 0s .4s;
      transition: background-color .4s, -webkit-transform 0s .4s;
      -o-transition: background-color .4s, transform 0s .4s;
      transition: background-color .4s, transform 0s .4s;
      transition: background-color .4s, transform 0s .4s, -webkit-transform 0s .4s
  }
  
  .elementor-menu-cart__container:not(.elementor-menu-cart--shown) .elementor-menu-cart__main {
      overflow: hidden;
      opacity: 0;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%)
  }
  
  .elementor-menu-cart__container:not(.elementor-menu-cart--shown) .dialog-lightbox-close-button {
      display: none
  }
  
  .elementor-menu-cart__main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      font-size: 14px
  }
  
  .elementor-menu-cart__close-button {
      width: 25px;
      height: 25px;
      position: relative;
      margin: 20px 0;
      -ms-flex-item-align: end;
      align-self: flex-end;
      cursor: pointer
  }
  
  .elementor-menu-cart__close-button:after,
  .elementor-menu-cart__close-button:before {
      content: "";
      position: absolute;
      height: 3px;
      width: 100%;
      top: 50%;
      left: 0;
      margin-top: -1px;
      background: #818a91;
      border-radius: 1px
  }
  
  .elementor-menu-cart__close-button:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg)
  }
  
  .elementor-menu-cart__close-button:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg)
  }
  
  .elementor-menu-cart__products {
      max-height: calc(100vh - 250px);
      overflow: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch
  }
  
  .elementor-menu-cart__product {
      display: grid;
      grid-template-columns: 25% auto 50px;
      grid-template-rows: 75% auto
  }
  
  .elementor-menu-cart__product-image {
      grid-row-start: 1;
      grid-row-end: 3;
      width: 100%
  }
  
  .elementor-menu-cart__product-image a,
  .elementor-menu-cart__product-image img {
      display: block
  }
  
  .elementor-menu-cart__product-name {
      grid-column-start: 2;
      grid-column-end: 4;
      margin: 0
  }
  
  .elementor-menu-cart__product-price {
      -ms-flex-item-align: end;
      align-self: end;
      color: #d4d4d4;
      font-weight: 300
  }
  
  .elementor-menu-cart__product-price .amount {
      font-weight: 600
  }
  
  .elementor-menu-cart__product-name,
  .elementor-menu-cart__product-price {
      font-size: 14px;
      padding-left: 20px
  }
  
  .elementor-menu-cart__product-remove {
      -ms-flex-item-align: end;
      align-self: end;
      justify-self: end;
      color: #818a91;
      width: 22px;
      height: 22px;
      border-radius: 20px;
      border: 1px solid #d4d4d4;
      text-align: center;
      overflow: hidden;
      position: relative
  }
  
  .elementor-menu-cart__product-remove:after,
  .elementor-menu-cart__product-remove:before {
      content: "";
      position: absolute;
      height: 1px;
      width: 50%;
      top: 50%;
      left: 25%;
      margin-top: -1px;
      background: #d4d4d4;
      z-index: 1
  }
  
  .elementor-menu-cart__product-remove:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg)
  }
  
  .elementor-menu-cart__product-remove:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg)
  }
  
  .elementor-menu-cart__product-remove>a {
      display: block;
      z-index: 2;
      width: 100%;
      height: 100%;
      overflow: hidden;
      opacity: 0;
      position: absolute
  }
  
  .elementor-menu-cart__product:not(:last-of-type),
  .elementor-menu-cart__products,
  .elementor-menu-cart__subtotal {
      border-bottom: 1px solid #464646;
  }
  
  .elementor-menu-cart__footer-buttons,
  .elementor-menu-cart__product:not(:first-of-type),
  .elementor-menu-cart__subtotal {
      padding-top: 20px
  }
  
  .elementor-menu-cart__product,
  .elementor-menu-cart__subtotal {
  /*    padding-bottom: 20px;*/
      padding: 20px 20px 20px 20px; 
  }
  
  .elementor-menu-cart__subtotal {
     font-size: 16px;
      text-align: center;
      font-weight: 500;
      background: #3a3a3a;
  }
  
  .elementor-menu-cart__footer-buttons {
      font-size: 20px;
      text-align: center;
      display: grid;
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      padding: 15px 10px;
  }
  
  .elementor-menu-cart__footer-buttons .elementor-button {
      border-radius: 0;
      font-weight: 400 !important;
      border-radius: 3px;
  }
  
  
  .elementor-menu-cart--buttons-inline .elementor-menu-cart__footer-buttons {
      grid-template-columns: 1fr 1fr
  }
  
  .elementor-menu-cart--buttons-stacked .elementor-menu-cart__footer-buttons {
      grid-template-columns: 1fr
  }
  
  .product .count {
      background-color: inherit
  }
  
  .elementor-widget-woocommerce-product-additional-information:not(.elementor-show-heading-yes) h2 {
      display: none
  }
  
  .woocommerce div.product.elementor form.cart div.product-addon {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -ms-flex-negative: 0;
      flex-shrink: 0
  }
  
  .elementor-skin-carousel .elementor-main-swiper,
  .elementor-skin-coverflow .elementor-main-swiper {
      height: 230px
  }
  
  .elementor-skin-carousel.elementor-pagination-position-inside .swiper-container-horizontal>.swiper-pagination-bullets,
  .elementor-skin-carousel.elementor-pagination-position-inside .swiper-pagination-fraction,
  .elementor-skin-coverflow.elementor-pagination-position-inside .swiper-container-horizontal>.swiper-pagination-bullets,
  .elementor-skin-coverflow.elementor-pagination-position-inside .swiper-pagination-fraction {
      bottom: 5px
  }
  
  .elementor-skin-carousel.elementor-pagination-position-outside .swiper-container,
  .elementor-skin-coverflow.elementor-pagination-position-outside .swiper-container {
      padding-bottom: 30px
  }
  
  .elementor-skin-carousel.elementor-pagination-position-outside .swiper-container-horizontal>.swiper-pagination-bullets,
  .elementor-skin-carousel.elementor-pagination-position-outside .swiper-pagination-fraction,
  .elementor-skin-coverflow.elementor-pagination-position-outside .swiper-container-horizontal>.swiper-pagination-bullets,
  .elementor-skin-coverflow.elementor-pagination-position-outside .swiper-pagination-fraction {
      bottom: 0
  }
  
  .elementor-skin-carousel.elementor-pagination-position-outside .elementor-swiper-button,
  .elementor-skin-coverflow.elementor-pagination-position-outside .elementor-swiper-button {
      top: calc(50% - 30px / 2)
  }
  
  .elementor-skin-slideshow .elementor-main-swiper {
      height: 450px;
      position: relative
  }
  
  .elementor-skin-slideshow .elementor-thumbnails-swiper .elementor-custom-embed-play i {
      font-size: 50px
  }
  
  .elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide {
      cursor: pointer
  }
  
  .elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, .3)
  }
  
  .elementor-carousel-image {
      background: no-repeat 50%;
      -webkit-background-size: cover;
      background-size: cover;
      height: 100%;
      position: relative
  }
  
  .elementor-carousel-image-overlay {
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      width: 100%;
      height: 100%;
      padding: 20px;
      color: #fff;
      background-color: hsla(206, 7%, 54%, .8);
      -webkit-transition: opacity .5s, -webkit-transform .5s;
      transition: opacity .5s, -webkit-transform .5s;
      -o-transition: transform .5s, opacity .5s;
      transition: transform .5s, opacity .5s;
      transition: transform .5s, opacity .5s, -webkit-transform .5s
  }
  
  .elementor-carousel-image-overlay i {
      font-size: 21px
  }
  
  .elementor-testimonial__image {
      -ms-flex-negative: 0;
      flex-shrink: 0
  }
  
  .elementor-testimonial__image img {
      border-radius: 999px;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      -o-object-fit: cover;
      object-fit: cover
  }
  
  .elementor-testimonial__footer,
  .elementor-testimonial__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
  
  .elementor-testimonial__footer cite,
  .elementor-testimonial__header cite {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      font-style: normal;
      font-size: 14px;
      line-height: 1.5
  }
  
  .elementor-testimonial__name {
      font-weight: 700
  }
  
  .elementor-testimonial--layout-image_above .elementor-testimonial__footer,
  .elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }
  
  .elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
  .elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
      margin-left: 20px
  }
  
  .elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__footer,
  .elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse
  }
  
  .elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image+cite,
  .elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image+cite {
      margin-right: 20px;
      margin-left: 0
  }
  
  .elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__footer,
  .elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
  }
  
  .elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image+cite,
  .elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image+cite {
      margin-right: 0;
      margin-left: 20px
  }
  
  .elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
      margin-top: 25px
  }
  
  .elementor-testimonial--layout-image_above .elementor-testimonial {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse
  }
  
  .elementor-testimonial--layout-image_above .elementor-testimonial__footer {
      margin-bottom: 25px
  }
  
  .elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
      margin-top: 25px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  
  .elementor-testimonial--layout-image_stacked .elementor-testimonial__image,
  .elementor-testimonial--layout-image_stacked .elementor-testimonial cite {
      margin-top: 15px;
      width: 100%
  }
  
  .elementor-testimonial--layout-image_left .elementor-testimonial,
  .elementor-testimonial--layout-image_right .elementor-testimonial {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch
  }
  
  .elementor-testimonial--layout-image_left .elementor-testimonial__footer,
  .elementor-testimonial--layout-image_right .elementor-testimonial__footer {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center
  }
  
  .elementor-testimonial--layout-image_left .elementor-testimonial__image+cite,
  .elementor-testimonial--layout-image_right .elementor-testimonial__image+cite {
      margin-top: 15px
  }
  
  .elementor-testimonial--layout-image_left.elementor-testimonial--align-center .elementor-testimonial__footer,
  .elementor-testimonial--layout-image_right.elementor-testimonial--align-center .elementor-testimonial__footer {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }
  
  .elementor-testimonial--layout-image_left .elementor-testimonial {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse
  }
  
  .elementor-testimonial--layout-image_left .elementor-testimonial__footer {
      padding-right: 20px
  }
  
  .elementor-testimonial--layout-image_right .elementor-testimonial {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
  }
  
  .elementor-testimonial--layout-image_right .elementor-testimonial__footer {
      padding-left: 20px
  }
  
  .elementor-testimonial--align-right .elementor-testimonial {
      text-align: right
  }
  
  .elementor-testimonial--align-left .elementor-testimonial {
      text-align: left
  }
  
  .elementor-testimonial--align-center .elementor-testimonial {
      text-align: center
  }
  
  .elementor-testimonial--align-center .elementor-testimonial__footer {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  
  .elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
      text-align: left
  }
  
  .elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite,
  .elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite,
  .elementor-testimonial--skin-default.elementor-testimonial--layout-image_right .elementor-testimonial__cite {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 25px
  }
  
  .elementor-testimonial--skin-bubble .elementor-testimonial__content {
      background-color: #e6e9ec;
      padding: 20px;
      position: relative
  }
  
  .elementor-testimonial--skin-bubble .elementor-testimonial__content:after {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      background-color: #e6e9ec;
      position: absolute;
      -webkit-transform: scaleX(.75) rotate(45deg);
      -ms-transform: scaleX(.75) rotate(45deg);
      transform: scaleX(.75) rotate(45deg);
      border-width: 0;
      -webkit-box-sizing: content-box;
      box-sizing: content-box
  }
  
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above .elementor-testimonial__content:after {
      bottom: calc(100% - 7px);
      -webkit-transform: scaleX(.75) rotate(-135deg);
      -ms-transform: scaleX(.75) rotate(-135deg);
      transform: scaleX(.75) rotate(-135deg)
  }
  
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center .elementor-testimonial__content:after {
      left: 50%;
      -webkit-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
      -ms-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
      transform: translateX(-50%) scaleX(.75) rotate(-135deg)
  }
  
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline .elementor-testimonial__content:after,
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked .elementor-testimonial__content:after {
      top: calc(100% - 7px)
  }
  
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-center .elementor-testimonial__content:after,
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-center .elementor-testimonial__content:after {
      left: 50%;
      -webkit-transform: translateX(-50%) scaleX(.75) rotate(45deg);
      -ms-transform: translateX(-50%) scaleX(.75) rotate(45deg);
      transform: translateX(-50%) scaleX(.75) rotate(45deg)
  }
  
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after,
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after,
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after {
      left: 45px
  }
  
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after,
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after,
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after {
      right: 45px
  }
  
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after {
      -webkit-transform: scaleY(.75) rotate(135deg);
      -ms-transform: scaleY(.75) rotate(135deg);
      transform: scaleY(.75) rotate(135deg);
      left: -8px
  }
  
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
      -webkit-transform: scaleY(.75) rotate(-45deg);
      -ms-transform: scaleY(.75) rotate(-45deg);
      transform: scaleY(.75) rotate(-45deg);
      right: -8px
  }
  
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
      top: 45px
  }
  
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__footer,
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
      padding-top: 20px
  }
  
  .elementor-widget-testimonial-carousel .swiper-slide {
      padding: 20px
  }
  
  .elementor-widget-testimonial-carousel .elementor-testimonial__text {
      font-size: 1.3em;
      font-style: italic;
      line-height: 1.5
  }
  
  .elementor-widget-testimonial-carousel .elementor-testimonial__image img {
      width: 50px;
      height: 50px
  }
  
  .elementor-widget-reviews .swiper-slide {
      background-color: #1e1e1e;
      border: 1px solid #484848;
      border-radius: 5px;
      padding: 0
  }
  
  .elementor-widget-reviews .elementor-testimonial__text {
      font-size: 14px;
      line-height: 20px
  }
  
  .elementor-widget-reviews .elementor-testimonial__name {
          background-color: #1e1e1e;
      color: #faaf00;
  }
  
  .elementor-widget-reviews .elementor-testimonial__title {
      color: #ffffff;
      font-size: 12.5px;
      font-weight: 400;
      font-family: inherit
  }
  
  .elementor-widget-reviews .elementor-testimonial__image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
  
  .elementor-widget-reviews .elementor-testimonial__image img {
      width: 36px;
      height: 36px
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon {
      margin-left: auto;
      font-size: 17px
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon .fa+.fa {
      margin-left: .15em
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-android {
      color: #a4c639
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-apple {
      color: #999
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-behance {
      color: #1769ff
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-bitbucket {
      color: #205081
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-codepen {
      color: #000
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-delicious {
      color: #39f
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-digg {
      color: #005be2
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-dribbble {
      color: #ea4c89
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-envelope {
      color: #ea4335
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-facebook {
      color: #3b5998
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-flickr {
      color: #0063dc
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-foursquare {
      color: #2d5be3
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-github {
      color: #333
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-google-plus {
      color: #dd4b39
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-houzz {
      color: #7ac142
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-instagram {
      color: #262626
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-jsfiddle {
      color: #487aa2
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-linkedin {
      color: #0077b5
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-medium {
      color: #00ab6b
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-meetup {
      color: #ec1c40
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-mixcloud {
      color: #273a4b
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-odnoklassniki {
      color: #f4731c
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-pinterest {
      color: #bd081c
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-product-hunt {
      color: #da552f
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-reddit {
      color: #ff4500
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-rss {
      color: #f26522
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-shopping-cart {
      color: #4caf50
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-skype {
      color: #00aff0
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-slideshare {
      color: #0077b5
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-snapchat {
      color: #fffc00
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-soundcloud {
      color: #f80
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-spotify {
      color: #2ebd59
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stack-overflow {
      color: #fe7a15
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-steam {
      color: #00adee
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stumbleupon {
      color: #eb4924
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-telegram {
      color: #2ca5e0
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumb-tack,
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumbtack {
      color: #1aa1d8
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tripadvisor {
      color: #589442
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tumblr {
      color: #35465c
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitch {
      color: #6441a5
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitter {
      color: #1da1f2
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vimeo {
      color: #1ab7ea
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vk {
      color: #45668e
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weibo {
      color: #df2029
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weixin {
      color: #7bb32e
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-whatsapp {
      color: #25d366
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-wordpress {
      color: #21759b
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-xing {
      color: #026466
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-yelp {
      color: #af0606
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-youtube {
      color: #cd201f
  }
  
  .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-500px {
      color: #0099e5
  }
  
  .elementor-widget-reviews .elementor-testimonial__rating {
      background-image: -webkit-gradient(linear, left top, right top, from(#ffc82c), to(#ccc));
      background-image: -webkit-linear-gradient(left, #ffc82c var(--rating), #ccc var(--rating));
      background-image: -o-linear-gradient(left, #ffc82c var(--rating), #ccc var(--rating));
      background-image: linear-gradient(90deg, #ffc82c var(--rating), #ccc var(--rating));
      font-family: eicons
  }
  
  .elementor-widget-reviews .elementor-testimonial__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 15px;
      padding-bottom: 6px
  }
  
  .elementor-widget-reviews .elementor-testimonial__image+cite {
      margin-left: 9px
  }
  
  .elementor-widget-reviews .elementor-testimonial__separator {
      margin: 0 auto;
      border-top: 0 none;
      border-bottom: 1px solid #e1e8ed;
      height: 0
  }
  
  .elementor-widget-reviews .elementor-testimonial__content {
      padding-top: 6px;
      padding-bottom: 15px
  }
  
  .elementor-widget-reviews .elementor-testimonial__content,
  .elementor-widget-reviews .elementor-testimonial__header {
      padding-left: 15px;
      padding-right: 15px
  }
  
  .elementor-widget-reviews.elementor-review--has-separator .elementor-testimonial__header {
      border-bottom: 1px solid #484848;
  }
  
  .swiper-pagination-bullets {
      color: #fff;
      cursor: default
  }
  
  .swiper-container .elementor-lightbox-content-source {
      display: none
  }
  
  .swiper-slide {
      border-style: solid;
      border-width: 0;
      -webkit-transition-duration: .5s;
      -o-transition-duration: .5s;
      transition-duration: .5s;
      -webkit-transition-property: border, background, -webkit-transform;
      transition-property: border, background, -webkit-transform;
      -o-transition-property: border, background, transform;
      transition-property: border, background, transform;
      transition-property: border, background, transform, -webkit-transform;
      overflow: hidden
  }
  
  .swiper-slide:not(:hover) .e-overlay-animation-fade {
      opacity: 0
  }
  
  .swiper-slide:not(:hover) .e-overlay-animation-slide-up {
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%)
  }
  
  .swiper-slide:not(:hover) .e-overlay-animation-slide-down {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%)
  }
  
  .swiper-slide:not(:hover) .e-overlay-animation-slide-right {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%)
  }
  
  .swiper-slide:not(:hover) .e-overlay-animation-slide-left {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%)
  }
  
  .swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
      -webkit-transform: scale(.5);
      -ms-transform: scale(.5);
      transform: scale(.5);
      opacity: 0
  }
  
  .swiper-slide a {
      display: inline
  }
  
  .elementor-swiper {
      position: relative
  }
  
  .elementor-main-swiper {
      position: static
  }
  
  .elementor-main-swiper .elementor-swiper-button-prev {
      left: 10px
  }
  
  .elementor-main-swiper .elementor-swiper-button-next {
      right: 10px
  }
  
  .elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper,
  .elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper {
      width: calc(95% - 40px)
  }
  
  .elementor-widget-reviews .elementor-main-swiper,
  .elementor-widget-testimonial-carousel .elementor-main-swiper {
      width: 95%
  }
  
  .elementor-widget-reviews .swiper-wrapper,
  .elementor-widget-testimonial-carousel .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch
  }
  
  .elementor-widget-reviews .swiper-slide,
  .elementor-widget-testimonial-carousel .swiper-slide {
      height: auto
  }
  
  .elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,
  .elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,
  .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,
  .elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container {
      padding-bottom: 40px
  }
  
  .elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button-prev,
  .elementor-widget-testimonial-carousel .elementor-main-swiper .elementor-swiper-button-prev {
      left: 0
  }
  
  .elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button-next,
  .elementor-widget-testimonial-carousel .elementor-main-swiper .elementor-swiper-button-next {
      right: 0
  }
  
  .elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,
  .elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev,
  .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,
  .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
      top: calc(50% - 20px)
  }
  
  .entry-content blockquote.elementor-blockquote:not(.alignright):not(.alignleft),
  .entry-summary blockquote.elementor-blockquote {
      margin-right: 0;
      margin-left: 0
  }
  
  .elementor-widget-blockquote blockquote {
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      font-size: 100%;
      vertical-align: baseline;
      background: transparent;
      quotes: none;
      border: 0 none;
      font-style: normal;
      color: #55595c
  }
  
  .elementor-widget-blockquote blockquote:after,
  .elementor-widget-blockquote blockquote:before,
  .elementor-widget-blockquote blockquote cite:after,
  .elementor-widget-blockquote blockquote cite:before,
  .elementor-widget-blockquote blockquote footer:after,
  .elementor-widget-blockquote blockquote footer:before {
      content: "";
      content: none
  }
  
  .elementor-blockquote {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s
  }
  
  .elementor-blockquote__author,
  .elementor-blockquote__content {
      margin-bottom: 0;
      font-style: normal
  }
  
  .elementor-blockquote__author {
      font-weight: 700
  }
  
  .elementor-blockquote footer {
      margin-top: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
  }
  
  .elementor-blockquote__tweet-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      color: #1da1f2;
      -ms-flex-item-align: end;
      align-self: flex-end;
      line-height: 1;
      position: relative;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content
  }
  
  .elementor-blockquote__tweet-button:hover {
      color: #0967a0
  }
  
  .elementor-blockquote__tweet-button span {
      font-weight: 600
  }
  
  .elementor-blockquote__tweet-button i,
  .elementor-blockquote__tweet-button span {
      vertical-align: middle
  }
  
  .elementor-blockquote__tweet-button i+span {
      margin-left: .5em
  }
  
  .elementor-blockquote__tweet-label {
      white-space: pre-wrap
  }
  
  .elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button,
  .elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button {
      padding: .7em 1.2em;
      border-radius: 100em;
      background-color: #1da1f2;
      color: #fff;
      font-size: 15px
  }
  
  .elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover,
  .elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover {
      background-color: #0967a0;
      color: #fff
  }
  
  .elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover:before,
  .elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover:before {
      border-right-color: #0967a0
  }
  
  .elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button,
  .elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button {
      padding: 0;
      width: 2em;
      height: 2em
  }
  
  .elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i,
  .elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%)
  }
  
  .elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:before {
      content: "";
      border: .5em solid transparent;
      border-right-color: #1da1f2;
      position: absolute;
      left: -.8em;
      top: 50%;
      -webkit-transform: translateY(-50%) scaleY(.65);
      -ms-transform: translateY(-50%) scaleY(.65);
      transform: translateY(-50%) scaleY(.65);
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s
  }
  
  .elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:before {
      right: auto;
      left: -.8em;
      border-right-color: #1da1f2;
      border-left-color: transparent
  }
  
  .elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:hover:before {
      border-right-color: #0967a0
  }
  
  .elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:before {
      left: auto;
      right: -.8em;
      border-right-color: transparent;
      border-left-color: #1da1f2
  }
  
  .elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:hover:before {
      border-left-color: #0967a0
  }
  
  .elementor-blockquote--skin-boxed .elementor-blockquote {
      background-color: #e6e9ec;
      padding: 30px
  }
  
  .elementor-blockquote--skin-border .elementor-blockquote {
      border-color: #faaf00;
      border-style: solid;
      border-left-width: 1px;
      padding-left: 20px;
  }
  
  .elementor-blockquote--skin-quotation .elementor-blockquote:before {
      content: "â€œ";
      font-size: 100px;
      color: #e6e9ec;
      font-weight: 900;
      line-height: 1;
      display: block;
      height: .6em
  }
  
  .elementor-blockquote--skin-quotation .elementor-blockquote__content {
      margin-top: 15px
  }
  
  .elementor-blockquote--align-left .elementor-blockquote__content {
      text-align: left
  }
  
  .elementor-blockquote--align-left .elementor-blockquote footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
  }
  
  .elementor-blockquote--align-right .elementor-blockquote__content {
      text-align: right
  }
  
  .elementor-blockquote--align-right .elementor-blockquote footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse
  }
  
  .elementor-blockquote--align-center .elementor-blockquote {
      text-align: center
  }
  
  .elementor-blockquote--align-center .elementor-blockquote__author,
  .elementor-blockquote--align-center .elementor-blockquote footer {
      display: block
  }
  
  .elementor-blockquote--align-center .elementor-blockquote__tweet-button {
      margin-right: auto;
      margin-left: auto
  }
  
  .elementor-headline {
      font-size: 43px;
      line-height: 1.2;
      display: block
  }
  
  .elementor-headline--style-rotate .elementor-headline-dynamic-wrapper {
      text-align: left
  }
  
  .elementor-headline--style-highlight .elementor-headline-dynamic-wrapper {
      overflow: visible;
      text-align: inherit
  }
  
  .elementor-headline--style-highlight .elementor-headline-dynamic-text {
      z-index: 1
  }
  
  .elementor-headline--style-highlight .elementor-headline-plain-text {
      z-index: 1;
      position: relative
  }
  
  .elementor-headline--style-highlight svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: calc(100% + 20px);
      height: calc(100% + 20px);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      overflow: visible
  }
  
  .elementor-headline--style-highlight svg path {
      stroke: #faaf00;
      stroke-width: 9;
      fill: none;
      stroke-dasharray: 1500;
      -webkit-animation: elementor-headline-dash 10s infinite;
      animation: elementor-headline-dash 10s infinite
  }
  
  .elementor-headline--style-highlight svg path:nth-of-type(2) {
      -webkit-animation-delay: .6s;
      animation-delay: .6s
  }
  
  @-webkit-keyframes elementor-headline-dash {
      0% {
          stroke-dasharray: 0 1500
      }
      15% {
          stroke-dasharray: 1500 1500
      }
      85% {
          opacity: 1
      }
      90% {
          stroke-dasharray: 1500 1500;
          opacity: 0
      }
      to {
          stroke-dasharray: 0 1500;
          opacity: 0
      }
  }
  
  @keyframes elementor-headline-dash {
      0% {
          stroke-dasharray: 0 1500
      }
      15% {
          stroke-dasharray: 1500 1500
      }
      85% {
          opacity: 1
      }
      90% {
          stroke-dasharray: 1500 1500;
          opacity: 0
      }
      to {
          stroke-dasharray: 0 1500;
          opacity: 0
      }
  }
  
  .elementor-headline-dynamic-wrapper {
      display: inline-block;
      position: relative
  }
  
  .elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0
  }
  
  .elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active {
      position: relative
  }
  
  .elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper {
      -webkit-perspective: 300px;
      perspective: 300px
  }
  
  .elementor-headline-animation-type-flip .elementor-headline-dynamic-text {
      opacity: 0;
      -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg)
  }
  
  .elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active {
      opacity: 1;
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      -webkit-animation: elementor-headline-flip-in 1.2s;
      animation: elementor-headline-flip-in 1.2s
  }
  
  .elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive {
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg);
      -webkit-animation: elementor-headline-flip-out 1.2s;
      animation: elementor-headline-flip-out 1.2s
  }
  
  @-webkit-keyframes elementor-headline-flip-in {
      0% {
          -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
          opacity: 0
      }
      35% {
          -webkit-transform: rotateX(120deg);
          transform: rotateX(120deg);
          opacity: 0
      }
      65% {
          opacity: 0
      }
      to {
          -webkit-transform: rotateX(1turn);
          transform: rotateX(1turn);
          opacity: 1
      }
  }
  
  @keyframes elementor-headline-flip-in {
      0% {
          -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
          opacity: 0
      }
      35% {
          -webkit-transform: rotateX(120deg);
          transform: rotateX(120deg);
          opacity: 0
      }
      65% {
          opacity: 0
      }
      to {
          -webkit-transform: rotateX(1turn);
          transform: rotateX(1turn);
          opacity: 1
      }
  }
  
  @-webkit-keyframes elementor-headline-flip-out {
      0% {
          -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
          opacity: 1
      }
      35% {
          -webkit-transform: rotateX(-40deg);
          transform: rotateX(-40deg);
          opacity: 1
      }
      65% {
          opacity: 0
      }
      to {
          -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
          opacity: 0
      }
  }
  
  @keyframes elementor-headline-flip-out {
      0% {
          -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
          opacity: 1
      }
      35% {
          -webkit-transform: rotateX(-40deg);
          transform: rotateX(-40deg);
          opacity: 1
      }
      65% {
          opacity: 0
      }
      to {
          -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
          opacity: 0
      }
  }
  
  .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper {
      vertical-align: top;
      overflow: hidden
  }
  
  .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after {
      content: "";
      position: absolute;
      left: auto;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 90%;
      width: 1px;
      background-color: #0d0d0d
  }
  
  .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after {
      -webkit-animation: elementor-headline-pulse 1s infinite;
      animation: elementor-headline-pulse 1s infinite
  }
  
  .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected {
      background-color: #0d0d0d
  }
  
  .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after {
      visibility: hidden
  }
  
  .elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text {
      color: #aebcb9
  }
  
  .elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active) {
      visibility: hidden
  }
  
  .elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
      position: absolute;
      visibility: hidden
  }
  
  @-webkit-keyframes elementor-headline-pulse {
      0% {
          -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
          opacity: 1
      }
      40% {
          -webkit-transform: translateY(-50%) scale(.9);
          transform: translateY(-50%) scale(.9);
          opacity: 0
      }
      to {
          -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
          opacity: 0
      }
  }
  
  @keyframes elementor-headline-pulse {
      0% {
          -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
          opacity: 1
      }
      40% {
          -webkit-transform: translateY(-50%) scale(.9);
          transform: translateY(-50%) scale(.9);
          opacity: 0
      }
      to {
          -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
          opacity: 0
      }
  }
  
  .elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper {
      -webkit-perspective: 300px;
      perspective: 300px
  }
  
  .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
      display: inline-block;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden
  }
  
  .elementor-headline-animation-type-swirl .elementor-headline-dynamic-text {
      opacity: 0
  }
  
  .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform: translateZ(-20px) rotateX(90deg);
      transform: translateZ(-20px) rotateX(90deg);
      opacity: 0
  }
  
  .elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
      opacity: 1
  }
  
  .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in {
      -webkit-animation: elementor-headline-swirl-in .4s forwards;
      animation: elementor-headline-swirl-in .4s forwards
  }
  
  .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
      -webkit-animation: elementor-headline-swirl-out .4s forwards;
      animation: elementor-headline-swirl-out .4s forwards
  }
  
  @-webkit-keyframes elementor-headline-swirl-in {
      0% {
          opacity: 0;
          -webkit-transform: translateZ(-20px) rotateX(90deg);
          transform: translateZ(-20px) rotateX(90deg)
      }
      60% {
          opacity: 1;
          -webkit-transform: translateZ(-20px) rotateX(-10deg);
          transform: translateZ(-20px) rotateX(-10deg)
      }
      to {
          opacity: 1;
          -webkit-transform: translateZ(-20px) rotateX(0deg);
          transform: translateZ(-20px) rotateX(0deg)
      }
  }
  
  @keyframes elementor-headline-swirl-in {
      0% {
          opacity: 0;
          -webkit-transform: translateZ(-20px) rotateX(90deg);
          transform: translateZ(-20px) rotateX(90deg)
      }
      60% {
          opacity: 1;
          -webkit-transform: translateZ(-20px) rotateX(-10deg);
          transform: translateZ(-20px) rotateX(-10deg)
      }
      to {
          opacity: 1;
          -webkit-transform: translateZ(-20px) rotateX(0deg);
          transform: translateZ(-20px) rotateX(0deg)
      }
  }
  
  @-webkit-keyframes elementor-headline-swirl-out {
      0% {
          opacity: 1;
          -webkit-transform: translateZ(-20px) rotateX(0);
          transform: translateZ(-20px) rotateX(0)
      }
      60% {
          opacity: 0;
          -webkit-transform: translateZ(-20px) rotateX(-100deg);
          transform: translateZ(-20px) rotateX(-100deg)
      }
      to {
          opacity: 0;
          -webkit-transform: translateZ(-20px) rotateX(-90deg);
          transform: translateZ(-20px) rotateX(-90deg)
      }
  }
  
  @keyframes elementor-headline-swirl-out {
      0% {
          opacity: 1;
          -webkit-transform: translateZ(-20px) rotateX(0);
          transform: translateZ(-20px) rotateX(0)
      }
      60% {
          opacity: 0;
          -webkit-transform: translateZ(-20px) rotateX(-100deg);
          transform: translateZ(-20px) rotateX(-100deg)
      }
      to {
          opacity: 0;
          -webkit-transform: translateZ(-20px) rotateX(-90deg);
          transform: translateZ(-20px) rotateX(-90deg)
      }
  }
  
  .elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper {
      display: inline-block;
      padding: .2em 0
  }
  
  .elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper {
      overflow: hidden;
      vertical-align: top
  }
  
  .elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text {
      opacity: 0;
      top: .2em
  }
  
  .elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active {
      top: 0;
      opacity: 1;
      -webkit-animation: elementor-headline-slide-down-in .6s;
      animation: elementor-headline-slide-down-in .6s
  }
  
  .elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive {
      -webkit-animation: elementor-headline-slide-down-out .6s;
      animation: elementor-headline-slide-down-out .6s
  }
  
  @-webkit-keyframes elementor-headline-slide-down-in {
      0% {
          opacity: 0;
          -webkit-transform: translateY(-100%);
          transform: translateY(-100%)
      }
      60% {
          opacity: 1;
          -webkit-transform: translateY(20%);
          transform: translateY(20%)
      }
      to {
          opacity: 1;
          -webkit-transform: translateY(0);
          transform: translateY(0)
      }
  }
  
  @keyframes elementor-headline-slide-down-in {
      0% {
          opacity: 0;
          -webkit-transform: translateY(-100%);
          transform: translateY(-100%)
      }
      60% {
          opacity: 1;
          -webkit-transform: translateY(20%);
          transform: translateY(20%)
      }
      to {
          opacity: 1;
          -webkit-transform: translateY(0);
          transform: translateY(0)
      }
  }
  
  @-webkit-keyframes elementor-headline-slide-down-out {
      0% {
          opacity: 1;
          -webkit-transform: translateY(0);
          transform: translateY(0)
      }
      60% {
          opacity: 0;
          -webkit-transform: translateY(120%);
          transform: translateY(120%)
      }
      to {
          opacity: 0;
          -webkit-transform: translateY(100%);
          transform: translateY(100%)
      }
  }
  
  @keyframes elementor-headline-slide-down-out {
      0% {
          opacity: 1;
          -webkit-transform: translateY(0);
          transform: translateY(0)
      }
      60% {
          opacity: 0;
          -webkit-transform: translateY(120%);
          transform: translateY(120%)
      }
      to {
          opacity: 0;
          -webkit-transform: translateY(100%);
          transform: translateY(100%)
      }
  }
  
  .elementor-headline-animation-type-clip .elementor-headline-text-wrapper {
      display: inline-block;
      padding: .2em 0
  }
  
  .elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper {
      overflow: hidden;
      vertical-align: top
  }
  
  .elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after {
      content: "";
      position: absolute;
      top: 0;
      left: auto;
      right: 0;
      width: 2px;
      height: 100%;
      background-color: #0d0d0d
  }
  
  .elementor-headline-animation-type-clip .elementor-headline-dynamic-text {
      opacity: 0
  }
  
  .elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active {
      opacity: 1
  }
  
  .elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper {
      -webkit-perspective: 300px;
      perspective: 300px
  }
  
  .elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text {
      opacity: 0
  }
  
  .elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active {
      opacity: 1;
      -webkit-animation: elementor-headline-drop-in-in .8s;
      animation: elementor-headline-drop-in-in .8s
  }
  
  .elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive {
      -webkit-animation: elementor-headline-drop-in-out .8s;
      animation: elementor-headline-drop-in-out .8s
  }
  
  @-webkit-keyframes elementor-headline-drop-in-in {
      0% {
          opacity: 0;
          -webkit-transform: translateZ(100px);
          transform: translateZ(100px)
      }
      to {
          opacity: 1;
          -webkit-transform: translateZ(0);
          transform: translateZ(0)
      }
  }
  
  @keyframes elementor-headline-drop-in-in {
      0% {
          opacity: 0;
          -webkit-transform: translateZ(100px);
          transform: translateZ(100px)
      }
      to {
          opacity: 1;
          -webkit-transform: translateZ(0);
          transform: translateZ(0)
      }
  }
  
  @-webkit-keyframes elementor-headline-drop-in-out {
      0% {
          opacity: 1;
          -webkit-transform: translateZ(0);
          transform: translateZ(0)
      }
      to {
          opacity: 0;
          -webkit-transform: translateZ(-100px);
          transform: translateZ(-100px)
      }
  }
  
  @keyframes elementor-headline-drop-in-out {
      0% {
          opacity: 1;
          -webkit-transform: translateZ(0);
          transform: translateZ(0)
      }
      to {
          opacity: 0;
          -webkit-transform: translateZ(-100px);
          transform: translateZ(-100px)
      }
  }
  
  .elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper {
      -webkit-perspective: 300px;
      perspective: 300px
  }
  
  .elementor-headline-animation-type-blinds .elementor-headline-dynamic-text {
      opacity: 0
  }
  
  .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
      display: inline-block;
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden
  }
  
  .elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg)
  }
  
  .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in {
      -webkit-animation: elementor-headline-blinds-in .6s forwards;
      animation: elementor-headline-blinds-in .6s forwards
  }
  
  .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
      -webkit-animation: elementor-headline-blinds-out .6s forwards;
      animation: elementor-headline-blinds-out .6s forwards
  }
  
  @-webkit-keyframes elementor-headline-blinds-in {
      0% {
          -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg)
      }
      to {
          -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg)
      }
  }
  
  @keyframes elementor-headline-blinds-in {
      0% {
          -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg)
      }
      to {
          -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg)
      }
  }
  
  @-webkit-keyframes elementor-headline-blinds-out {
      0% {
          -webkit-transform: rotateY(0);
          transform: rotateY(0)
      }
      to {
          -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg)
      }
  }
  
  @keyframes elementor-headline-blinds-out {
      0% {
          -webkit-transform: rotateY(0);
          transform: rotateY(0)
      }
      to {
          -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg)
      }
  }
  
  .elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
      opacity: 0
  }
  
  .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
      display: inline-block;
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0)
  }
  
  .elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
      opacity: 1
  }
  
  .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in {
      -webkit-animation: elementor-headline-wave-up .6s forwards;
      animation: elementor-headline-wave-up .6s forwards
  }
  
  .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
      -webkit-animation: elementor-headline-wave-down .6s forwards;
      animation: elementor-headline-wave-down .6s forwards
  }
  
  @-webkit-keyframes elementor-headline-wave-up {
      0% {
          -webkit-transform: scale(0);
          transform: scale(0);
          opacity: 0
      }
      60% {
          -webkit-transform: scale(1.2);
          transform: scale(1.2);
          opacity: 1
      }
      to {
          -webkit-transform: scale(1);
          transform: scale(1);
          opacity: 1
      }
  }
  
  @keyframes elementor-headline-wave-up {
      0% {
          -webkit-transform: scale(0);
          transform: scale(0);
          opacity: 0
      }
      60% {
          -webkit-transform: scale(1.2);
          transform: scale(1.2);
          opacity: 1
      }
      to {
          -webkit-transform: scale(1);
          transform: scale(1);
          opacity: 1
      }
  }
  
  @-webkit-keyframes elementor-headline-wave-down {
      0% {
          -webkit-transform: scale(1);
          transform: scale(1);
          opacity: 1
      }
      60% {
          -webkit-transform: scale(0);
          transform: scale(0);
          opacity: 0
      }
  }
  
  @keyframes elementor-headline-wave-down {
      0% {
          -webkit-transform: scale(1);
          transform: scale(1);
          opacity: 1
      }
      60% {
          -webkit-transform: scale(0);
          transform: scale(0);
          opacity: 0
      }
  }
  
  .elementor-headline-animation-type-slide .elementor-headline-dynamic-text {
      opacity: 0
  }
  
  .elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active {
      opacity: 1;
      -webkit-animation: elementor-headline-slide-in .6s;
      animation: elementor-headline-slide-in .6s
  }
  
  .elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive {
      -webkit-animation: elementor-headline-slide-out .6s;
      animation: elementor-headline-slide-out .6s
  }
  
  @-webkit-keyframes elementor-headline-slide-in {
      0% {
          opacity: 0;
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%)
      }
      60% {
          opacity: 1;
          -webkit-transform: translateX(10%);
          transform: translateX(10%)
      }
      to {
          opacity: 1;
          -webkit-transform: translateX(0);
          transform: translateX(0)
      }
  }
  
  @keyframes elementor-headline-slide-in {
      0% {
          opacity: 0;
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%)
      }
      60% {
          opacity: 1;
          -webkit-transform: translateX(10%);
          transform: translateX(10%)
      }
      to {
          opacity: 1;
          -webkit-transform: translateX(0);
          transform: translateX(0)
      }
  }
  
  @-webkit-keyframes elementor-headline-slide-out {
      0% {
          opacity: 1;
          -webkit-transform: translateX(0);
          transform: translateX(0)
      }
      60% {
          opacity: 0;
          -webkit-transform: translateX(110%);
          transform: translateX(110%)
      }
      to {
          opacity: 0;
          -webkit-transform: translateX(100%);
          transform: translateX(100%)
      }
  }
  
  @keyframes elementor-headline-slide-out {
      0% {
          opacity: 1;
          -webkit-transform: translateX(0);
          transform: translateX(0)
      }
      60% {
          opacity: 0;
          -webkit-transform: translateX(110%);
          transform: translateX(110%)
      }
      to {
          opacity: 0;
          -webkit-transform: translateX(100%);
          transform: translateX(100%)
      }
  }
  
  .elementor-headline-animation-type-blinds .elementor-headline-dynamic-text,
  .elementor-headline-animation-type-swirl .elementor-headline-dynamic-text,
  .elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
      white-space: nowrap
  }
  
  .elementor-msie .elementor-headline--style-highlight svg {
      top: auto;
      left: auto;
      -webkit-transform: translate(-100%);
      -ms-transform: translate(-100%);
      transform: translate(-100%)
  }
  
  .elementor-facebook-widget.fb_iframe_widget,
  .elementor-facebook-widget.fb_iframe_widget span {
      width: 100%!important
  }
  
  .elementor-facebook-widget.fb_iframe_widget iframe {
      position: relative
  }
  
  .elementor-widget-facebook-comments iframe {
      width: 100%!important
  }
  
  .site-main .menu-navigation-container {
      overflow: visible
  }
  
  .elementor-item:after,
  .elementor-item:before {
      display: block;
      position: absolute;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
      -o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
      transition-timing-function: cubic-bezier(.58, .3, .005, 1)
  }
  
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
      opacity: 0
  }
  
  .elementor-item-active:after,
  .elementor-item-active:before,
  .elementor-item.highlighted:after,
  .elementor-item.highlighted:before,
  .elementor-item:focus:after,
  .elementor-item:focus:before,
  .elementor-item:hover:after,
  .elementor-item:hover:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1)
  }
  
  .e--pointer-double-line .elementor-item:after,
  .e--pointer-double-line .elementor-item:before,
  .e--pointer-overline .elementor-item:after,
  .e--pointer-overline .elementor-item:before,
  .e--pointer-underline .elementor-item:after,
  .e--pointer-underline .elementor-item:before {
      height: 3px;
      width: 100%;
      left: 0;
      background-color: #55595c;
      z-index: 2
  }
  
  .e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
  .e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
  .e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
  .e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
  .e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
  .e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
      height: 0;
      width: 0;
      left: 50%
  }
  
  .e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
  .e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
  .e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
      top: 10px
  }
  
  .e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
  .e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
  .e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
      bottom: 10px
  }
  
  .e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
  .e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
  .e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
      top: -10px
  }
  
  .e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
  .e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
  .e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
      bottom: -10px
  }
  
  .e--pointer-double-line.e--animation-none,
  .e--pointer-double-line.e--animation-none .elementor-item,
  .e--pointer-double-line.e--animation-none .elementor-item:after,
  .e--pointer-double-line.e--animation-none .elementor-item:before,
  .e--pointer-double-line.e--animation-none .elementor-item:focus,
  .e--pointer-double-line.e--animation-none .elementor-item:hover,
  .e--pointer-double-line.e--animation-none:after,
  .e--pointer-double-line.e--animation-none:before,
  .e--pointer-double-line.e--animation-none:focus,
  .e--pointer-double-line.e--animation-none:hover,
  .e--pointer-overline.e--animation-none,
  .e--pointer-overline.e--animation-none .elementor-item,
  .e--pointer-overline.e--animation-none .elementor-item:after,
  .e--pointer-overline.e--animation-none .elementor-item:before,
  .e--pointer-overline.e--animation-none .elementor-item:focus,
  .e--pointer-overline.e--animation-none .elementor-item:hover,
  .e--pointer-overline.e--animation-none:after,
  .e--pointer-overline.e--animation-none:before,
  .e--pointer-overline.e--animation-none:focus,
  .e--pointer-overline.e--animation-none:hover,
  .e--pointer-underline.e--animation-none,
  .e--pointer-underline.e--animation-none .elementor-item,
  .e--pointer-underline.e--animation-none .elementor-item:after,
  .e--pointer-underline.e--animation-none .elementor-item:before,
  .e--pointer-underline.e--animation-none .elementor-item:focus,
  .e--pointer-underline.e--animation-none .elementor-item:hover,
  .e--pointer-underline.e--animation-none:after,
  .e--pointer-underline.e--animation-none:before,
  .e--pointer-underline.e--animation-none:focus,
  .e--pointer-underline.e--animation-none:hover {
      -webkit-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s
  }
  
  .e--pointer-double-line .elementor-item:before,
  .e--pointer-overline .elementor-item:before {
      content: "";
      top: 0
  }
  
  .e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
  .e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
      width: 10px;
      left: -20px
  }
  
  .e--pointer-double-line .elementor-item:after,
  .e--pointer-underline .elementor-item:after {
      content: "";
      bottom: 0
  }
  
  .e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
  .e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
      width: 10px;
      left: calc(100% + 20px)
  }
  
  .e--pointer-framed .elementor-item:after,
  .e--pointer-framed .elementor-item:before {
      background: transparent;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      border: 3px solid #55595c
  }
  
  .e--pointer-framed .elementor-item:before {
      content: ""
  }
  
  .e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
      -webkit-transform: scale(.75);
      -ms-transform: scale(.75);
      transform: scale(.75)
  }
  
  .e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
      -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
      transform: scale(1.25)
  }
  
  .e--pointer-framed.e--animation-grow .elementor-item:before,
  .e--pointer-framed.e--animation-shrink .elementor-item:before {
      -webkit-transition: opacity .2s, -webkit-transform .4s;
      transition: opacity .2s, -webkit-transform .4s;
      -o-transition: opacity .2s, transform .4s;
      transition: opacity .2s, transform .4s;
      transition: opacity .2s, transform .4s, -webkit-transform .4s
  }
  
  .e--pointer-framed.e--animation-draw .elementor-item:after,
  .e--pointer-framed.e--animation-draw .elementor-item:before {
      width: 3px;
      height: 3px
  }
  
  .e--pointer-framed.e--animation-draw .elementor-item:before {
      border-width: 0 0 3px 3px;
      -webkit-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
      -o-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
      transition: width .1s .2s, height .1s .3s, opacity .12s .22s
  }
  
  .e--pointer-framed.e--animation-draw .elementor-item:after {
      content: "";
      top: auto;
      bottom: 0;
      left: auto;
      right: 0;
      border-width: 3px 3px 0 0;
      -webkit-transition: width .1s, height .1s .1s, opacity .02s .18s;
      -o-transition: width .1s, height .1s .1s, opacity .02s .18s;
      transition: width .1s, height .1s .1s, opacity .02s .18s
  }
  
  .e--pointer-framed.e--animation-draw .elementor-item-active:after,
  .e--pointer-framed.e--animation-draw .elementor-item-active:before,
  .e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
  .e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
  .e--pointer-framed.e--animation-draw .elementor-item:focus:after,
  .e--pointer-framed.e--animation-draw .elementor-item:focus:before,
  .e--pointer-framed.e--animation-draw .elementor-item:hover:after,
  .e--pointer-framed.e--animation-draw .elementor-item:hover:before {
      width: 100%;
      height: 100%
  }
  
  .e--pointer-framed.e--animation-draw .elementor-item-active:before,
  .e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
  .e--pointer-framed.e--animation-draw .elementor-item:focus:before,
  .e--pointer-framed.e--animation-draw .elementor-item:hover:before {
      -webkit-transition: opacity .02s, height .1s, width .1s .1s;
      -o-transition: opacity .02s, height .1s, width .1s .1s;
      transition: opacity .02s, height .1s, width .1s .1s
  }
  
  .e--pointer-framed.e--animation-draw .elementor-item-active:after,
  .e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
  .e--pointer-framed.e--animation-draw .elementor-item:focus:after,
  .e--pointer-framed.e--animation-draw .elementor-item:hover:after {
      -webkit-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
      -o-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
      transition: opacity .02s .2s, height .1s .2s, width .1s .3s
  }
  
  .e--pointer-framed.e--animation-corners .elementor-item:after,
  .e--pointer-framed.e--animation-corners .elementor-item:before {
      width: 3px;
      height: 3px
  }
  
  .e--pointer-framed.e--animation-corners .elementor-item:before {
      border-width: 3px 0 0 3px
  }
  
  .e--pointer-framed.e--animation-corners .elementor-item:after {
      content: "";
      top: auto;
      bottom: 0;
      left: auto;
      right: 0;
      border-width: 0 3px 3px 0
  }
  
  .e--pointer-framed.e--animation-corners .elementor-item-active:after,
  .e--pointer-framed.e--animation-corners .elementor-item-active:before,
  .e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,
  .e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,
  .e--pointer-framed.e--animation-corners .elementor-item:focus:after,
  .e--pointer-framed.e--animation-corners .elementor-item:focus:before,
  .e--pointer-framed.e--animation-corners .elementor-item:hover:after,
  .e--pointer-framed.e--animation-corners .elementor-item:hover:before {
      width: 100%;
      height: 100%;
      -webkit-transition: opacity 2ms, width .4s, height .4s;
      -o-transition: opacity 2ms, width .4s, height .4s;
      transition: opacity 2ms, width .4s, height .4s
  }
  
  .e--pointer-framed.e--animation-none,
  .e--pointer-framed.e--animation-none .elementor-item,
  .e--pointer-framed.e--animation-none .elementor-item:after,
  .e--pointer-framed.e--animation-none .elementor-item:before,
  .e--pointer-framed.e--animation-none .elementor-item:focus,
  .e--pointer-framed.e--animation-none .elementor-item:hover,
  .e--pointer-framed.e--animation-none:after,
  .e--pointer-framed.e--animation-none:before,
  .e--pointer-framed.e--animation-none:focus,
  .e--pointer-framed.e--animation-none:hover {
      -webkit-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s
  }
  
  .e--pointer-background .elementor-item:after,
  .e--pointer-background .elementor-item:before {
      content: "";
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s
  }
  
  .e--pointer-background .elementor-item:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #55595c;
      z-index: -1
  }
  
  .e--pointer-background .elementor-item-active,
  .e--pointer-background .elementor-item.highlighted,
  .e--pointer-background .elementor-item:focus,
  .e--pointer-background .elementor-item:hover {
      color: #fff
  }
  
  .e--pointer-background.e--animation-grow .elementor-item:before {
      -webkit-transform: scale(.5);
      -ms-transform: scale(.5);
      transform: scale(.5)
  }
  
  .e--pointer-background.e--animation-grow .elementor-item-active:before,
  .e--pointer-background.e--animation-grow .elementor-item.highlighted:before,
  .e--pointer-background.e--animation-grow .elementor-item:focus:before,
  .e--pointer-background.e--animation-grow .elementor-item:hover:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1
  }
  
  .e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s
  }
  
  .e--pointer-background.e--animation-shrink .elementor-item-active:before,
  .e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,
  .e--pointer-background.e--animation-shrink .elementor-item:focus:before,
  .e--pointer-background.e--animation-shrink .elementor-item:hover:before {
      -webkit-transition: opacity .15s, -webkit-transform .4s;
      transition: opacity .15s, -webkit-transform .4s;
      -o-transition: opacity .15s, transform .4s;
      transition: opacity .15s, transform .4s;
      transition: opacity .15s, transform .4s, -webkit-transform .4s
  }
  
  .e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
      left: 100%
  }
  
  .e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
      right: 100%
  }
  
  .e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
      top: 100%
  }
  
  .e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
      bottom: 100%
  }
  
  .e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
      bottom: 50%;
      top: 50%
  }
  
  .e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
      right: 50%;
      left: 50%
  }
  
  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,
  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #55595c;
      z-index: -1
  }
  
  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
      top: 0;
      bottom: 100%
  }
  
  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
      top: 100%;
      bottom: 0
  }
  
  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,
  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,
  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,
  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before {
      bottom: 50%
  }
  
  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,
  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,
  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,
  .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after {
      top: 50%
  }
  
  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
      right: 0;
      left: 100%
  }
  
  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
      right: 100%;
      left: 0
  }
  
  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,
  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,
  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,
  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before {
      left: 50%
  }
  
  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,
  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,
  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,
  .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after {
      right: 50%
  }
  
  .e--pointer-background.e--animation-none,
  .e--pointer-background.e--animation-none .elementor-item,
  .e--pointer-background.e--animation-none .elementor-item:after,
  .e--pointer-background.e--animation-none .elementor-item:before,
  .e--pointer-background.e--animation-none .elementor-item:focus,
  .e--pointer-background.e--animation-none .elementor-item:hover,
  .e--pointer-background.e--animation-none:after,
  .e--pointer-background.e--animation-none:before,
  .e--pointer-background.e--animation-none:focus,
  .e--pointer-background.e--animation-none:hover {
      -webkit-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s
  }
  
  .e--pointer-text.e--animation-skew .elementor-item:focus,
  .e--pointer-text.e--animation-skew .elementor-item:hover {
      -webkit-transform: skew(-8deg);
      -ms-transform: skew(-8deg);
      transform: skew(-8deg)
  }
  
  .e--pointer-text.e--animation-grow .elementor-item:focus,
  .e--pointer-text.e--animation-grow .elementor-item:hover {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2)
  }
  
  .e--pointer-text.e--animation-shrink .elementor-item:focus,
  .e--pointer-text.e--animation-shrink .elementor-item:hover {
      -webkit-transform: scale(.8);
      -ms-transform: scale(.8);
      transform: scale(.8)
  }
  
  .e--pointer-text.e--animation-float .elementor-item:focus,
  .e--pointer-text.e--animation-float .elementor-item:hover {
      -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
      transform: translateY(-8px)
  }
  
  .e--pointer-text.e--animation-sink .elementor-item:focus,
  .e--pointer-text.e--animation-sink .elementor-item:hover {
      -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
      transform: translateY(8px)
  }
  
  .e--pointer-text.e--animation-rotate .elementor-item:focus,
  .e--pointer-text.e--animation-rotate .elementor-item:hover {
      -webkit-transform: rotate(6deg);
      -ms-transform: rotate(6deg);
      transform: rotate(6deg)
  }
  
  .e--pointer-text.e--animation-none,
  .e--pointer-text.e--animation-none .elementor-item,
  .e--pointer-text.e--animation-none .elementor-item:after,
  .e--pointer-text.e--animation-none .elementor-item:before,
  .e--pointer-text.e--animation-none .elementor-item:focus,
  .e--pointer-text.e--animation-none .elementor-item:hover,
  .e--pointer-text.e--animation-none:after,
  .e--pointer-text.e--animation-none:before,
  .e--pointer-text.e--animation-none:focus,
  .e--pointer-text.e--animation-none:hover {
      -webkit-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s
  }
  
  .elementor-nav-menu--main .elementor-nav-menu a {
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s
  }
  
  .elementor-nav-menu--main .elementor-nav-menu a,
  .elementor-nav-menu--main .elementor-nav-menu a.highlighted,
  .elementor-nav-menu--main .elementor-nav-menu a:focus,
  .elementor-nav-menu--main .elementor-nav-menu a:hover {
      padding: 13px 5px; font-weight: 400;
  }
  
  .elementor-nav-menu--main .elementor-nav-menu a.current {
      background: #373a3c;
      color: #fff
  }
  
  .elementor-nav-menu--main .elementor-nav-menu a.disabled {
      background: #55595c;
      color: #a1a6a9
  }
  
  .elementor-nav-menu--main .elementor-nav-menu ul {
      position: absolute;
      width: 12em;
      border-width: 0;
      border-style: solid;
      padding: 0
  }
  
  .elementor-nav-menu--main .elementor-nav-menu span.scroll-down,
  .elementor-nav-menu--main .elementor-nav-menu span.scroll-up {
      position: absolute;
      display: none;
      visibility: hidden;
      overflow: hidden;
      background: #fff;
      height: 20px
  }
  
  .elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,
  .elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow {
      position: absolute;
      top: -2px;
      left: 50%;
      margin-left: -8px;
      width: 0;
      height: 0;
      overflow: hidden;
      border-width: 8px;
      border-style: dashed dashed solid;
      border-color: transparent transparent #494c4f
  }
  
  .elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
      top: 6px;
      border-style: solid dashed dashed;
      border-color: #494c4f transparent transparent
  }
  
  .elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg)
  }
  
  .elementor-nav-menu--layout-horizontal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
  
  .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  
  .elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
      white-space: nowrap
  }
  
  .elementor-nav-menu__align-right .elementor-nav-menu {
      margin-left: auto
  }
  
  .elementor-nav-menu__align-right .elementor-nav-menu,
  .elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end
  }
  
  .elementor-nav-menu__align-left .elementor-nav-menu {
      margin-right: auto
  }
  
  .elementor-nav-menu__align-left .elementor-nav-menu,
  .elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
  }
  
  .elementor-nav-menu__align-center .elementor-nav-menu {
      margin-left: auto;
      margin-right: auto
  }
  
  .elementor-nav-menu__align-center .elementor-nav-menu,
  .elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  
  .elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
      width: 100%
  }
  
  .elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1
  }
  
  .elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  
  .elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
      display: none
  }
  
  .elementor-widget-nav-menu .elementor-widget-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }
  
  .elementor-nav-menu {
      position: relative;
      z-index: 2
  }
  
  .elementor-nav-menu:after {
      content: "\00a0";
      display: block;
      height: 0;
      font: 0/0 serif;
      clear: both;
      visibility: hidden;
      overflow: hidden
  }
  
  .elementor-nav-menu,
  .elementor-nav-menu li,
  .elementor-nav-menu ul {
      display: block;
      list-style: none;
      margin: 0;
      padding: 0;
      line-height: normal;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }
  
  .elementor-nav-menu ul {
      display: none
  }
  
  .elementor-nav-menu ul ul a,
  .elementor-nav-menu ul ul a:active,
  .elementor-nav-menu ul ul a:focus,
  .elementor-nav-menu ul ul a:hover {
      border-left: 16px solid transparent
  }
  
  .elementor-nav-menu ul ul ul a,
  .elementor-nav-menu ul ul ul a:active,
  .elementor-nav-menu ul ul ul a:focus,
  .elementor-nav-menu ul ul ul a:hover {
      border-left: 24px solid transparent
  }
  
  .elementor-nav-menu ul ul ul ul a,
  .elementor-nav-menu ul ul ul ul a:active,
  .elementor-nav-menu ul ul ul ul a:focus,
  .elementor-nav-menu ul ul ul ul a:hover {
      border-left: 32px solid transparent
  }
  
  .elementor-nav-menu ul ul ul ul ul a,
  .elementor-nav-menu ul ul ul ul ul a:active,
  .elementor-nav-menu ul ul ul ul ul a:focus,
  .elementor-nav-menu ul ul ul ul ul a:hover {
      border-left: 40px solid transparent
  }
  
  .elementor-nav-menu a,
  .elementor-nav-menu li {
      position: relative;
      font-weight: 400;
  }
  
  .elementor-nav-menu li {
      border-width: 0
  }

  body.canada-panel .elementor-nav-menu li.menu-item-20210139412 {
    padding-right: 10px;
  }
  
  .elementor-nav-menu a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }
  
  .elementor-nav-menu a,
  .elementor-nav-menu a:focus,
  .elementor-nav-menu a:hover {
      padding: 10px 20px;
      line-height: 20px
  }
  
  .elementor-nav-menu a.current {
      background: #373a3c;
      color: #fff
  }
  
  .elementor-nav-menu a.disabled {
      cursor: not-allowed;
      color: #a1a6a9
  }
  
  .elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu {
      padding-right: 20px
  }
  
  .elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu .sub-arrow {
      display: none
  }
  
  .elementor-nav-menu--indicator-plus:before {
      font-family: Open Sans, sans-serif
  }
  
  .elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow {
      font-size: 10px
  }
  
  .elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow i:before {
      content: "ï¸"
  }
  
  .elementor-nav-menu--indicator-angle .elementor-nav-menu .sub-arrow i:before {
      content: "ï„‡"
  }
  
  .elementor-nav-menu--indicator-classic .elementor-nav-menu .sub-arrow i:before {
      content: "\f107";
  }
  
  .elementor-nav-menu--indicator-plus .elementor-nav-menu .sub-arrow i:before {
      content: "+"
  }
  
  .elementor-nav-menu .sub-arrow {
      font-size: 16px;
      line-height: 1;
      padding: 10px 0 10px 10px;
      margin-top: -10px;
      margin-bottom: -10px
  }
  
  .elementor-nav-menu .sub-arrow i {
      pointer-events: none
  }
  
  .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
  .elementor-nav-menu--dropdown .elementor-item.highlighted,
  .elementor-nav-menu--dropdown .elementor-item:focus,
  .elementor-nav-menu--dropdown .elementor-item:hover,
  .elementor-sub-item.elementor-item-active,
  .elementor-sub-item.highlighted,
  .elementor-sub-item:focus,
  .elementor-sub-item:hover {
      background-color: #55595c;
      color: #fff
  }
  
  .elementor-menu-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 22px;
      padding: .25em;
      cursor: pointer;
      border: 0 solid;
      border-radius: 3px;
      background-color: rgba(0, 0, 0, .05);
      color: #494c4f
  }
  
  .elementor-menu-toggle.elementor-active i:before {
      content: "\e87f"
  }
  
  .elementor-nav-menu--dropdown {
      background-color: #fff;
      font-size: 13px
  }
  
  .elementor-nav-menu--dropdown-none .elementor-menu-toggle,
  .elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown {
      display: none
  }
  
  .elementor-nav-menu--dropdown.elementor-nav-menu__container {
      margin-top: 10px;
      -webkit-transition: max-height .3s, -webkit-transform .3s;
      transition: max-height .3s, -webkit-transform .3s;
      -o-transition: max-height .3s, transform .3s;
      transition: max-height .3s, transform .3s;
      transition: max-height .3s, transform .3s, -webkit-transform .3s;
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top;
      overflow: auto
  }
  
  .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
      font-size: .85em
  }
  
  .elementor-nav-menu--dropdown a {
      color: #494c4f;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
  }
  
  .elementor-nav-menu--dropdown a.current {
      background: #373a3c;
      color: #fff
  }
  
  .elementor-nav-menu--dropdown a.disabled {
      color: #b3b3b3
  }
  
  ul.elementor-nav-menu--dropdown a,
  ul.elementor-nav-menu--dropdown a:focus,
  ul.elementor-nav-menu--dropdown a:hover {
      text-shadow: none;
      border-left: 8px solid transparent
  }
  
  .elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  
  .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
      max-height: 0
  }
  
  .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1);
      max-height: 100vh
  }
  
  .elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
      position: absolute;
      z-index: 9997
  }
  
  @media (min-width:768px) {
      .elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,
      .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown {
          display: none
      }
  }
  
  @media (min-width:1025px) {
      .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,
      .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
          display: none
      }
  }
  
  @media (max-width:1024px) {
      .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
          display: none
      }
  }
  
  @media (max-width:767px) {
      .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
          display: none
      }
  }
  
  .elementor-theme-builder-content-area {
      height: 400px
  }
  
  .elementor-location-footer:before,
  .elementor-location-header:before {
      content: "";
      display: table;
      clear: both
  }
  
  .elementor-post-navigation-borders-yes .elementor-post-navigation.elementor-grid {
      color: #d4d4d4;
      border: none;
      border-top: 1px solid;
      border-bottom: 1px solid;
      padding-top: 10px;
      padding-bottom: 10px
  }
  
  .elementor-post-navigation-borders-yes .elementor-post-navigation__separator {
      height: 100%;
      width: 1px;
      margin: 0 auto;
      background-color: #d4d4d4
  }
  
  .elementor-post-navigation {
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
  
  .elementor-post-navigation .post-navigation__arrow-wrapper {
      color: #d4d4d4
  }
  
  .elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
      font-size: 30px;
      padding-right: 15px
  }
  
  .elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next {
      font-size: 30px;
      padding-left: 15px
  }
  
  .elementor-post-navigation .post-navigation__arrow-wrapper i {
      -webkit-transform: translateY(-5%);
      -ms-transform: translateY(-5%);
      transform: translateY(-5%)
  }
  
  .elementor-post-navigation .elementor-post-navigation__link__next,
  .elementor-post-navigation .elementor-post-navigation__link__prev {
      overflow: hidden
  }
  
  .elementor-post-navigation .elementor-post-navigation__link a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 100%
  }
  
  .elementor-post-navigation .post-navigation__next--label,
  .elementor-post-navigation .post-navigation__prev--label {
      text-transform: uppercase;
      font-size: .8em
  }
  
  .elementor-post-navigation .post-navigation__next--title,
  .elementor-post-navigation .post-navigation__prev--title {
      font-size: .7em
  }
  
  .elementor-post-navigation .post-navigation__next--label,
  .elementor-post-navigation .post-navigation__next--title,
  .elementor-post-navigation .post-navigation__prev--label,
  .elementor-post-navigation .post-navigation__prev--title {
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis
  }
  
  .elementor-post-navigation span.elementor-post-navigation__link__next {
      text-align: right
  }
  
  .elementor-post-navigation span.elementor-post-navigation__link__next,
  .elementor-post-navigation span.elementor-post-navigation__link__prev {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }
  
  .elementor-post-navigation .elementor-grid {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
  }
  
  .elementor-post-navigation .elementor-post-navigation__link {
      width: calc(50% - 0.5px);
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis
  }
  
  .elementor-post-navigation .elementor-post-navigation__separator-wrapper {
      text-align: center
  }
  
  .elementor-post-navigation .elementor-post-navigation__next {
      text-align: right
  }
  
  .elementor-post-navigation .elementor-post-navigation__next a {
      float: right
  }
  
  .site-main .elementor-widget-post-navigation,
  .site-main .elementor-widget-post-navigation [class*=navigation] {
      margin: 0
  }
  
  .elementor-search-form {
      display: block;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s
  }
  
  .elementor-search-form button,
  .elementor-search-form input[type=search] {
      margin: 0;
      border: 0;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      white-space: normal;
      background: none;
      line-height: 1;
      min-width: 0;
      font-size: 15px;
      -webkit-appearance: none;
      -moz-appearance: none
  }
  
  .elementor-search-form button:focus,
  .elementor-search-form input[type=search]:focus {
      outline: 0;
      color: inherit
  }
  
  .elementor-search-form button {
      background-color: #818a91;
      font-size: 16px;
      color: #fff;
      border-radius: 0
  }
  
  .elementor-search-form__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      overflow: hidden;
      border: 0 solid transparent;
      min-height: 50px
  }
  
  .elementor-search-form__container:not(.elementor-search-form--full-screen) {
      background: #272727;
  }
  
  .elementor-search-form__input {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      color: #55595c;
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s
  }
  
  .elementor-search-form__input::-webkit-input-placeholder {
      color: inherit;
      font-family: inherit;
      opacity: .6
  }
  
  .elementor-search-form__input:-ms-input-placeholder {
      color: inherit;
      font-family: inherit;
      opacity: .6
  }
  
  .elementor-search-form__input:-moz-placeholder,
  .elementor-search-form__input::-moz-placeholder {
      color: inherit;
      font-family: inherit;
      opacity: .6
  }
  
  .elementor-search-form__input::-ms-input-placeholder {
      color: inherit;
      font-family: inherit;
      opacity: .6
  }
  
  .elementor-search-form__input::placeholder {
      color: inherit;
      font-family: inherit;
      opacity: .6
  }
  
  .elementor-search-form__submit {
      color: #fff;
      -webkit-transition: color .2s, background .2s;
      -o-transition: color .2s, background .2s;
      transition: color .2s, background .2s
  }
  
  .elementor-search-form--button-type-text .elementor-search-form__submit {
      -ms-flex-negative: 0;
      flex-shrink: 0
  }
  
  .elementor-search-form--skin-minimal .elementor-search-form__icon {
      opacity: .6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      color: #55595c
  }
  
  .elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input {
      font-size: 50px;
      text-align: center;
      border-style: solid;
      border-width: 0 0 1px;
      border-color: #fff;
      line-height: 1.5;
      color: #fff
  }
  
  .elementor-search-form--skin-full_screen .elementor-search-form__toggle {
      display: inline-block;
      cursor: pointer;
      vertical-align: middle;
      color: #494c4f
  }
  
  .elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
      position: relative;
      display: block;
      border: 0 solid;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      width: 33px;
      height: 33px;
      background-color: rgba(0, 0, 0, .05);
      border-radius: 3px
  }
  
  .elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: .55em
  }
  
  .elementor-search-form--skin-full_screen .elementor-search-form__container {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: fixed;
      z-index: 9998;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100vh;
      padding: 0 15%;
      background-color: rgba(0, 0, 0, .8)
  }
  
  .elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) {
      overflow: hidden;
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0)
  }
  
  .elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button {
      display: none
  }
  
  .elementor-author-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }
  
  .elementor-author-box__avatar {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 25px
  }
  
  .elementor-author-box__avatar img {
      width: 100px;
      border-radius: 500px;
      -o-object-fit: cover;
      object-fit: cover
  }
  
  .elementor-author-box__text {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-size: 17px
  }
  
  .elementor-author-box__name {
      font-size: 24px;
      margin-bottom: 5px
  }
  
  .elementor-author-box__bio,
  .elementor-author-box__bio p {
      margin-bottom: .8em
  }
  
  .elementor-author-box__bio p:last-of-type {
      margin-bottom: 0
  }
  
  .elementor-author-box--layout-image-left .elementor-author-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
  }
  
  .elementor-author-box--layout-image-left .elementor-author-box__avatar {
      margin-left: 0;
      margin-right: 25px
  }
  
  .elementor-author-box--layout-image-right .elementor-author-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse
  }
  
  .elementor-author-box--layout-image-right .elementor-author-box__avatar {
      margin-right: 0;
      margin-left: 25px
  }
  
  .elementor-author-box--layout-image-above .elementor-author-box {
      display: block
  }
  
  .elementor-author-box--layout-image-above .elementor-author-box__avatar {
      margin: 0 auto 15px;
      display: inline-block
  }
  
  .elementor-author-box--layout-image-above.elementor-author-box--align-left .elementor-author-box__avatar {
      margin-left: 0
  }
  
  .elementor-author-box--layout-image-above.elementor-author-box--align-right .elementor-author-box__avatar {
      margin-right: 0
  }
  
  .elementor-author-box--align-left .elementor-author-box {
      text-align: left
  }
  
  .elementor-author-box--align-right .elementor-author-box {
      text-align: right
  }
  
  .elementor-author-box--align-center .elementor-author-box {
      text-align: center
  }
  
  .elementor-button.elementor-author-box__button {
      border: 2px solid #55595c;
      font-size: 15px;
      font-weight: 100;
      padding: 10px 18px
  }
  
  .elementor-button.elementor-author-box__button,
  .elementor-button.elementor-author-box__button:hover {
      background: transparent;
      color: #55595c
  }
  
  .elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-top .elementor-author-box__avatar,
  .elementor-widget-author-box:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar {
      -ms-flex-item-align: start;
      align-self: flex-start
  }
  
  .elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-middle .elementor-author-box__avatar {
      -ms-flex-item-align: center;
      align-self: center
  }
  
  .elementor-post-info__terms-list {
      display: inline-block
  }
  
  .elementor-post-info .elementor-icon-list-icon .elementor-avatar {
      border-radius: 100%
  }
  
  .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
      display: inline-block
  }
  
  .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a,
  .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
      display: inline
  }
  
  .elementor-widget-breadcrumbs {
      font-size: .85em
  }
  
  .elementor-widget-breadcrumbs p {
      margin-bottom: 0
  }
  
  .elementor-sitemap-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap
  }
  
  .elementor-sticky--active {
      z-index: 99
  }
  
  [data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,
  [data-elementor-type=popup]:not(.elementor-edit-mode) {
      display: none
  }
  
  .elementor-popup-modal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      pointer-events: none;
      background-color: transparent;
      -webkit-user-select: auto;
      -moz-user-select: auto;
      -ms-user-select: auto;
      user-select: auto
  }
  
  .elementor-popup-modal .dialog-buttons-wrapper,
  .elementor-popup-modal .dialog-header {
      display: none
  }
  
  .elementor-popup-modal .dialog-close-button {
      display: none;
      top: 20px;
      right: 20px;
      opacity: 1;
      z-index: 9999;
      pointer-events: all
  }
  
  .elementor-popup-modal .dialog-widget-content {
      width: auto;
      overflow: visible;
      max-width: 100%;
      max-height: 100%;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      pointer-events: all
  }
  
  .elementor-popup-modal .dialog-message {
      width: 640px;
      max-width: 100vw;
      max-height: 100vh;
      padding: 0;
      overflow: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
  
  .elementor-popup-modal .elementor {
      width: 100%
  }
  
  .elementor-motion-effects-element,
  .elementor-motion-effects-layer {
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      -o-transition-property: transform, opacity;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
      -o-transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
      transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
      -webkit-transition-duration: 1s;
      -o-transition-duration: 1s;
      transition-duration: 1s
  }
  
  .elementor-motion-effects-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden
  }
  
  .elementor-motion-effects-layer {
      position: absolute;
      top: 0;
      left: 0;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover
  }
  
  .elementor-motion-effects-perspective {
      -webkit-perspective: 1200px;
      perspective: 1200px
  }
  /*======================================================== End Elementor-pro frontend.min.css?ver=2.6.5  =============================================== */
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
      padding: 1em 2em 1em 3.5em;
      margin: 0 0 2em;
      position: relative;
      background-color: transparent;
      color: #8f8f8f;
      border-top: 3px solid #165bad;
      list-style: none outside;
      width: auto;
      word-wrap: break-word;
  }
  /* ============================================= start header cart icon and number of cart ============================================= */
  .cart-contents{ position: relative; display: inline-block !important;}
  .cart-icon-center{ text-align: center;}
  .cart-contents-count{ position: absolute;  min-width: 20px;  height: 20px; text-align: center; font-size: 11px; line-height: 17px; color: #000; background: #faaf00; border-radius: 20px; top: -10px; left: 7px; border: 2px solid #faaf00;z-index: 99;}
  /* .variation .variation-list .variation-PlugType{margin-top: 4px; font-weight: 100;}
  .variation .variation-list .variation-PlugType{margin-left: 5px;}
  .variation .variation-list .variation-PlugType p{margin: 0px 0px 0px;font-weight: 400;} */
  
  /*.fixedElement{ display: none; }*/
  .fixedElement.sticky-product{ display: block;
      position: fixed;
      width: 100%;
      z-index: 10;}
  
  .product_title_mobile{ display: none;}
  .close_cart_mobile{ display: none;}
  
  .menu-item-658230 span.menu-image-title, .menu-item-658386 span.menu-image-title{color: #f5b700;}
  
  /* ============================================= End header cart icon and number of cart ============================================= */
  .whats-includes-list p{
      margin: 8px 0px;
      font-size: 16px;
  }
  
  /* ============================================= Start Checkout ============================================= */
  .checkout-wrp{display: flex;
      justify-content: space-between;
      width: 100%;
      }
  .right_side_containt{ border: 1px solid #333333; }
  .right_side_containt h3{     background: #171717;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
      margin: 0px;
      text-transform: uppercase;
      padding: 22px 20px;}
  
  .cart-right-section .product-name{ width: 100%; padding: 0px 0px 0px 0px}
  .woocommerce-checkout .woocommerce-checkout-review-order-table{ border: 0px !important; margin-bottom: 0px !important;}
  
  
  .woocommerce-checkout .checkout-wrp .product-name, .woocommerce-checkout .checkout-wrp .product-total{width: 100%!important;border: 0px;font-size: 16px;}
  .woocommerce-checkout .shop_table th, .woocommerce-checkout .shop_table td{ border: 0px !important; padding: 0px !important; }
  /* .woocommerce-checkout .shop_table {background-color: #171717; padding: 20px;} */
  .woocommerce-checkout .shop_table {background-color: #171717; padding: 0px;}
  .woocommerce-checkout .cart_item:first-child td{ border: none !important;}
  .woocommerce-checkout .cart_item td{ border-top: 1px dashed #333333 !important; background-color: #171717; vertical-align: top !important;}
  .woocommerce-checkout .shop_table tr:nth-child(odd) > td{background-color: #171717;}
  .woocommerce-checkout-review-order-table thead .product-name, .woocommerce-checkout-review-order-table thead .product-total{font-size: 16px; font-weight: 700; color: #FFF;}
  .woocommerce-Price-amount.amount{ color:#fff;font-size: 16px;}
  
  .woocommerce-checkout .bundle_sub_items td{ border: none !important;}
  .woocommerce-checkout .bundle_sub_items td:first-child{ color: #8f8f8f;}
  
  .checkout-wrp .variation-list .variation-Color, .checkout-wrp .variation-list .variation-PowerOptions{ display: inline-flex; color: #8f8f8f; font-weight: 400 !important; margin-left: 0px !important;font-size: 12px;line-height: 12px;}
  
  .woocommerce-checkout .variation-list .variation-Color p, .woocommerce-checkout .variation-list .variation-PowerOptions p{ color: #FFF;}
  .woocommerce-checkout .variation-list{ margin-bottom: 5px !important;}
  .woocommerce-checkout .order-total th, .woocommerce-checkout .order-total td{background: #171717!important;font-size: 20px;font-weight: bold !important;color: #FFF !important;padding: 20px !important;} 
  .order-total td .woocommerce-Price-amount.amount{font-weight: 400 !important; color: #FFF !important;}
  .cart-right-section .variation-list{ margin-bottom: 0px !important;line-height: 18px;}
  .woocommerce-checkout .cart-subtotal th, .woocommerce-checkout .cart-subtotal td{background: #171717 !important; font-size: 14px; font-weight: 400 !important; color: #FFF;padding: 0px 20px !important;}
  .woocommerce-checkout .cart-discount th{background: #171717 !important;
    font-size: 14px;
    font-weight: 400 !important;
    color: #FFF;
    padding: 0px 20px !important;}
    .woocommerce-checkout .cart-discount td{text-align: right;    background: #171717 !important;
        font-size: 14px;
        font-weight: 400 !important;
        color: #FFF;
        padding: 0px 20px !important;}
  .woocommerce-checkout .cart-subtotal td,.woocommerce-checkout .order-total td{text-align: right;}
  .cart-subtotal td .woocommerce-Price-amount.amount{color: #FFF !important;}
  
  .woocommerce-shipping-totals.shipping th, .woocommerce-shipping-totals.shipping td{ font-weight: 400 !important; border: none !important;  }
  .woocommerce-shipping-totals.shipping th{color: #8f8f8f !important;}
  
  
  .new_checkout{ background: #141414; border: 1px solid #333333; margin-bottom: 25px;}
  .new_checkout .checkout-accordion{ display: none;}
  .new_checkout.active .checkout-accordion{ display: block;}
  .new_checkout h3{background: #171717;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin: 0px;
    text-transform: uppercase;
    padding: 26px 20px;}
    .checkout-accordion{    background: #171717;}
  .new_checkout h3 .checkout-step-no{ width: 30px; height: 30px; border-radius: 30px; background: #141414; display: inline-block; text-align: center; line-height: 30px; font-size: 18px; margin-right: 12px;}
  
  .new_checkout .my-custom-shipping-table th{ display: none;}
  
  .new_checkout.active h3 .checkout-step-no { color: #FFF; background: #165bad;}
  
  .checkout-accordion{ padding: 30px 22px;}
  .woocommerce-billing-fields__field-wrapper label {
      font-size: 14px;
      color: #fff;
  }
  .woocommerce-billing-fields__field-wrapper .birth-date label {
    font-size: 9px;
    color: #fff;
    margin-top: 10px;
}
  
  .woocommerce-billing-fields__field-wrapper .input-text {
      background: none;
      border: 1px solid #333333;
  }
  
  .select2-container--default .select2-selection--single {
    background-color: #F0F0F0;
    border: 1px solid #F0F0F0;
    border-radius: 0px;
    height: 44px;
    color: #000;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #000;
      line-height: 40px;
      height: 40px;
      padding-left: 15px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 40px;
  }
  
  .ship-different-address1{ background:none !important; padding: 0px 0px 20px !important;border-bottom: none;font-size: 14px !important;}
  .ship-different-address2{ background:none !important; padding: 0px 0px 20px !important; font-size: 14px !important;}
  
  .checkout-accordion .woocommerce-checkout-payment{ background: none !important;}
  
  .checkout-accordion ul.payment_methods {
      text-align: left;
      padding: 0em !important;}
  
  .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
      position: relative;
      box-sizing: border-box;
      width: 100%;
      padding: 1em;
      margin: 1em 0;
      font-size: .92em;
      border-radius: 2px;
      line-height: 1.5;
      background-color: #333333;
      color: #ffffff;
  }
  
  .woocommerce-checkout #payment div.payment_box p:last-child {
      margin-bottom: 0;
      margin-top: 0px;
  }
  
  .woocommerce-checkout #payment div.payment_box::before {
      content: "";
      display: block;
      border: 1em solid #333333;
      border-right-color: transparent;
      border-left-color: transparent;
      border-top: transparent;
      border-top-color: #c5c5c500;
      position: absolute;
      top: 1px;
      left: 0;
      margin: -1em 0 0 2em;} 
  
  .woocommerce-checkout #payment ul.payment_methods {
      text-align: left;
      border-bottom: none;
      /* margin-bottom: 285px;*/
      margin-bottom: 0px;
    }
    .shop_table{
        padding: 0px !important;
    }
  
  .new_checkout .prev_step1, .new_checkout .prev_step2, .new_checkout .prev_step3, .new_checkout .prev_step4{     margin-right: 15px;
    color: #8e8e8e !important;
    width: 100%;
    font-size: 20px;
    padding: 19px;
    margin-bottom: 10px;
    border-radius: 0px;
    text-transform: uppercase;}
    .new_checkout .prev_step4{margin-bottom: 0px !important;}
  .new_checkout .next_step1, .new_checkout .next_step2, .new_checkout .next_step3, .new_checkout .next_step4{ background: #165bad !important;
    color: #FFF !important;
    width: 100%;
    border-radius: 0px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 19px;}
  .ui-datepicker-title {
      display: flex;
      text-align: center;
      justify-content: space-between;
  }
  .shipping_address .input-text{background: #F0F0F0 !important;
      border: 1px solid #333333 ;}
  .shipping_address label{font-size: 14px;
      color: #8f8f8f;}
  
  .shipping_address  select {
      cursor: pointer;
      margin: 0;
      height: 40px;
      background: #F0F0F0;
      border: 1px solid #333;
  }
  
  .woocommerce-billing-fields h3{ display: none;}
  
  
  .woocommerce-form-coupon{background: #141414 !important;
      border: 1px solid #333333 !important;
      margin-bottom: 25px;
      border-radius: 0px !important;
  }
  
  .woocommerce-form-coupon .button{ background: #165bad !important; border: 1px solid #165bad !important; 
      color: #FFF !important;
      font-weight: 400 !important;}
  .woocommerce-form-coupon .button:hover{ background:none !important;
      color: #ccc !important;
      border: 1px solid #165bad !important;
      font-weight: 400 !important;}
  .woocommerce-checkout .input-text {
    background: #F0F0F0;
    border: 1px solid #F0F0F0;  
  }
  
  
  .woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
      border-color: #333333;
  }
  .ship-different-address1 .input-checkbox, .ship-different-address2 .input-checkbox{ vertical-align: top}
  
  .woocommerce-checkout .woocommerce-input-wrapper{ position: relative;}
  .birth-date span.woocommerce-input-wrapper:after { background-image: url(../../../wp-content/themes/arizer-child/images/calender.png);  width: 26px; right: 6px;  background-repeat: no-repeat;  height: 36px;}
  .woocommerce-input-wrapper{ position: relative;}
  .woocommerce-terms-and-conditions-checkbox-text a{ color: #faaf00;}
   .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select { border: 1px solid #333333; border-bottom-color: #ff0000;}
  
  .new_checkout .form-row .input-checkbox { margin: 4px 8px 0 0 !important;width: 20px;height: 20px;}
  .new_checkout .form-row.create-account .input-checkbox{ margin: 5px 8px 0 0 !important;}
  .checkout-wrp .right_side_section .cart-coupon-amount{ width: 100%; font-weight: 400; text-align: left; position: relative;}
  .checkout-wrp .right_side_section .xoo-wsc-remove-coupon {
      top: 0px;
      left: inherit;
      right: -30px;}
  
  /* =============================================End Checkout ============================================= */ 
  
  
  
  /* ============================================= start Custome Css ============================================= */
      
  /* ============================================ Start Footer menu css  ============================================*/
  
  .footer-menu h5{    font-size: 16px;  text-transform: uppercase; font-family: "'Montserrat', sans-serif", color:#cecece; font-weight: 700; } 
  .footer-menu .menu{ list-style: none; padding-left: 22px;  }
  
  .footer-menu .menu .menu-item{ position: relative; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-bottom: 8px;}
  .footer-menu .menu .menu-item:after{ content: "\f061";  color: #313131; font-size: 11px; position: absolute; left: -21px; top: 3px;}
  .footer-menu .menu .menu-item a{ color: #cecece; font-size: 14px; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 400;}
  .footer-menu .menu .menu-item a:hover{ color: #165bad;}
  .footer-quick-links .menu-item{ position: relative;}
  .footer-quick-links .menu-item::after { content: ""; position: absolute; width: 1px; height: 13px; background: #ffffff; top: 16px;  right: 0px;}
  .footer-quick-links .menu-item:last-child::after{ display: none;}
  
  .footer_policy_menu .elementor-nav-menu li a::after{ display: none;}
  .footer_policy_menu .elementor-nav-menu li a:hover::after{ display: none;}
  
  /* ============================================ Start Footer menu css  ============================================*/
  .support-toggle{border: 1px solid #1C1C1C;}
  .support-toggle .elementor-toggle .elementor-toggle-item .elementor-tab-title{border-bottom:1px solid #1C1C1C;}
  .support-toggle .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active,.support-toggle .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active a{border-width: 1px;border-color: #1C1C1C;color: #165bad;}
  .support-toggle .elementor-toggle .elementor-toggle-item .elementor-tab-content.elementor-clearfix.elementor-active{border-width: 1px;border-bottom-color: #1C1C1C;background-color: #272727;}
  .support-toggle .elementor-toggle .elementor-toggle-item .elementor-tab-title a{color: #ffffff;}
  .support-toggle .elementor-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon-closed i.fas.fa-chevron-right{color: #ffffff;}
  .support-toggle .elementor-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon-opened i.elementor-toggle-icon-opened.fas.fa-chevron-down{color: #165bad;}
  .support-toggle .elementor-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{margin-right: 15px;}
  /* ============================================= End Custome Css ============================================= */
  
  
  /* ======================================== Product review css ============================================== */
  .review-wrp{ display:block; margin: 0px; padding: 80px 0px 20px 0px;  width: 100%;}
  .review-containt{ display: block; margin: 0px 2px; padding: 0px; }
  .review-containt h4{ display: block; margin: 0px; text-align: left; padding: 18px 0px 0px 55px; font-size: 26px; color: #ffffff; font-weight: 700; position: relative; }
  .review-containt h4:after{  content:""; position: absolute; left:4px; top: 5px; background: url(../../../wp-content/themes/arizer-child/images/quart.png) no-repeat; width: 43px; height: 41px; animation-name: ring;
    animation-duration: 4s;
    animation-iteration-count: infinite;}
  
  @keyframes ring
    {
      0% { transform: rotate(0deg) }
      5% { transform: rotate(45deg) }
      15% { transform: rotate(-40deg) }
      25% { transform: rotate(20deg) }
      35% { transform: rotate(-15deg) }
      45% { transform: rotate(10deg) }
      55% { transform: rotate(-5deg) }
      60% { transform: rotate(0deg) }
      100% { transform: rotate(0deg) }
    }
  .review-containt h5{display: block; margin: 10px 0px 0px 0px; text-align: left; padding: 0px; font-size: 25px; font-style: italic;  color: #ffffff; font-weight: 500;}
  
  .review-detail{ display: block; margin: 10px 0px 0px 0px; padding: 0px; text-align: left; color: #ffffff; font-size: 20px; line-height: 34px;}
  .review-username{ display: block; margin: 20px 0px 0px 0px; padding: 0px; font-size: 20px; color: #FFF; text-align: left;}
  
  .rating-wrp{ display: block; margin: 0px; padding: 0px; text-align: left;}
  .rating-wrp a{ display: inline-block; font-size: 18px; color: #bababa; }
  .rating-wrp a.active{color: #e9a400;}
  .owl-dots{ display: block;
      width: 100%;
      margin-top: 50px;    text-align: center; }
  .owl-dot{ display: inline-block; margin: 0px 2px;}
  .owl-dot span{ display: inline-block; width: 10px; height: 10px; border-radius: 10px; border: 1px solid #646464;}
  .owl-dot.active span{ background:#acacac; border: 1px solid #acacac;}
  /* .owl-nav{ display: none;} */
  a.terms_of_use-link,.reviews_links a{
      color: #165bad;
  }
  /* ======================================== End product review css ========================================== */
  #product-919 #main_product_section,#product-921 #main_product_section,#product-3556 #main_product_section,#product-3576 #main_product_section,
  #product-923 #main_product_section,#product-3587 #main_product_section,#product-3594 #main_product_section,#product-2020015106 #main_product_section,
  #post-2020015076 #main_product_section,#product-2020004832 #main_product_section,#product-2020004848 #main_product_section,#product-2020020910 #main_product_section,#product-20206122 #main_product_section,
  #product-20206601 #main_product_section,#product-20210142217 #main_product_section,#product-20210045543 #main_product_section,#product-20211006767 #main_product_section,
  #product-20210224684 #main_product_section,#product-20210071981 #main_product_section,#product-20211014368 #main_product_section{
    display: none;
  }
  
  /* ======================================== Start Product cart part ========================================= */
  .woocommerce div.product p.price del{color: #8f8f8f;}
  .woocommerce div.product p.price del .woocommerce-Price-amount.amount{color: #8f8f8f; font-size: 20px;}
  .woocommerce div.product p.price ins { text-decoration: none; margin-left: 15px;}
  .woocommerce div.product p.price ins .woocommerce-Price-amount.amount{color: #165bad; font-size: 25px; font-weight: 400;}
  
  .woocommerce div.product form.cart .variations td.label{width: 100%; display: block;}
  .woocommerce div.product form.cart .variations td.value{width: 100%; display: block;}
  
  .color-variable-wrapper .rtwpvs-color-term {
      border: 1px solid #333333;
      padding:8px 15px !important;
      width: 45% !important;
      margin:0px 0px 20px 0px !important;
      height: auto !important;
      border-radius: 0px !important;
      background: transparent !important;
      justify-content: flex-start !important;
      overflow: hidden; white-space: nowrap; text-overflow: ellipsis; 
  }
  .color-variable-wrapper .rtwpvs-color-term .attribute-options{ font-size: 13px; }
  .color-variable-wrapper .attribute-options{ padding-left: 7px; }
  .color-variable-wrapper .rtwpvs-color-term .rtwpvs-term-span-color{ width: 22px !important;  height: 14px !important; border: 1px solid #FFF; }
  .enableproductmainsection .variations .color-variable-wrapper .rtwpvs-term-span-color{
      height: 22px !important;
  }
  .rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):hover{ border: 1px solid #165bad !important; background-color:transparent !important;}
  .color-variable-wrapper .rtwpvs-color-term.selected{border: 1px solid #165bad !important; box-shadow: none !important;}
  
  .woocommerce div.product form.cart .variations td{ background-color: transparent !important;}
  .woocommerce div.product form.cart .variations label{ color: #FFF; font-weight: 400; font-size: 18px; margin: 0px 0px 15px 0px; padding: 0px;}
  .woocommerce div.product form.cart .variations td.label{ margin: 0px; padding: 0px;}
  
  .rtwpvs .rtwpvs-terms-wrapper {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
      width: 100%;
      list-style: none;
      flex-wrap: wrap !important;
      justify-content: flex-start !important;
  }
  
  .rtwpvs-image-term{ border: 1px solid #333333;
      width:100% !important;
      height: auto !important;
      padding:8px 15px !important;   
      margin:0px 0px 20px 0px !important; 
      height: auto !important;
      border-radius: 0px !important;
      background: transparent !important;
      justify-content: flex-start !important;
      -webkit-box-align: center;
      align-items: center;
      overflow: hidden; white-space: nowrap; text-overflow: ellipsis; 
  }
   /* .enableproductmainsection .rtwpvs-image-term{
       width:45% !important;
   } */
  .rtwpvs-image-term .attribute-options{ 
      font-size: 13px; 
      padding-left: 7px;
      max-width: 200px;
      border: 1px solid #000000;
      overflow: hidden;
      text-overflow: ellipsis;
      }
  .rtwpvs-image-term.selected{border: 1px solid #165bad !important; box-shadow: none !important;}
  .rtwpvs-terms-wrapper .rtwpvs-term img{width: 22px !important; height: 22px !important; border: 1px solid #FFF; }
  .woocommerce button.button.alt{background-color:#165bad;  color: #FFF; text-transform: uppercase; border: 1px solid #165bad;  font-size: 18px; font-weight: 500; border-radius: 0px;     padding: 10.5px 22px;}
  .woocommerce button.button.alt.added{padding-right: 44px !important;}
  .woocommerce button.button.alt.disabled{background-color:#165bad;  color: #FFF; text-transform: uppercase; border: 1px solid #165bad;  font-size: 18px; font-weight: 500; padding: 20px 30px;}
  .woocommerce button.button.alt.disabled:hover{ background-color: transparent; color: #8e8e8e; border: 1px solid #165bad;  }
  .woocommerce button.button.alt:hover{ background-color: transparent; color: #8e8e8e; border: 1px solid #165bad;  }
  #main_product_section{max-width: 1140px; margin:  0 auto;}
  
  .woocommerce div.product form.cart div.quantity {
      float: left;
      margin: 0 4px 30px 0;
      width: 100%;
  }
  .single-product .view-cart-wc{ line-height: 56px;  padding: 0px 0px 0px 15px;}
  .woocommerce div.product .product_title{font-style: italic;}
  
  .variations .value {
      padding: 0px !important;}
  .screen-reader-text1{ padding-right: 14px;}
  .qty_button{ border: 1px solid #4e4e4e;
      background: #1b1b1b;
      width: 25px;
      height: 25px;
      line-height: 24px !important;
      border-radius: 25px; padding: 0px !important;}
  .woocommerce .quantity .qty {
      width: 4em;
      text-align: center;
  }
  
  .price .amount{color: #165bad;
      font-size: 25px;
      font-weight: 400;}
  
  .rtwpvs-terms-wrapper .rtwpvs-term{ margin-right:0% !important;}
  .rtwpvs-terms-wrapper .rtwpvs-term:nth-child(2n), .rtwpvs-terms-wrapper .rtwpvs-term:nth-child(4n){ margin-right: 0% !important;}
  
  .input-text.qty{border: solid 1px #000000; background: #000000; color: #FFF;}
  .screen-reader-text1{ font-size: 14px; }
  .fixedElement{background: #232323; padding: 15px 0px;  text-align: center;}
  .accessories_sub_menu .fixedElement{background: #232323; padding: 0px 0px;  text-align: center;}
  .fixedElement ins {text-decoration: none !important; }
  .fixedElement ins .woocommerce-Price-amount.amount {color: #165bad; text-decoration: none !important;} 
  .fixedElement .variations td{ border: none !important;}
  .fixedElement .variations{    width: auto !important; display: inline-block; vertical-align: top; margin: 0px !important; background-color: transparent;  }
  .fixedElement .attribute-options{ display: none;}
  .fixedElement .variations_form.cart{ vertical-align: top; display: inline-block;}
  .fixedElement .cart{ vertical-align: middle; display: inline-block;}
  .fixedElement .color-variable-wrapper .rtwpvs-color-term { border: 1px solid #333333; padding: 0px !important; width: auto !important; margin-bottom: 0px !important; height: auto !important; border-radius: 0px !important; background: transparent !important; border: 1px solid #ffffff;  margin: 0px 0px 0px 7px !important; flex-direction: column; border-radius: 22px !important;}
  .fixedElement .rtwpvs-terms-wrapper .rtwpvs-term {  margin-right: 0% !important;}
  .fixedElement .rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:nth-child(3n){ margin-right: 7px !important;}
  .fixedElement .variations tr{display: inline-block !important; vertical-align: top; padding: 0px 15px; border-left: 1px solid #535353; }
  .fixedElement .variations tr:hover td{ background: none !important;}
  .fixedElement .rtwpvs-image-term { border: 1px solid #333333; width: auto !important; height: auto !important; padding: 0px !important; margin-bottom:0px !important; height: auto !important; border-radius: 22px !important; background: transparent !important; border: 1px solid #FFF; justify-content: flex-start !important; margin: 0px 0px 0px 7px !important;}
  .fixedElement .reset_variations{ display: none;}
  .fixedElement .stock{ display: none;}
  .fixedElement .label{ padding: 0px !important} 
  .fixedElement .single_variation_wrap{ display: inline-block; border-radius: 22px !important}
  .fixedElement .quantity{display: inline-block; border-left: 1px solid #535353;  padding-left: 15px;}
  .fixedElement .variations_button{display: inline-block; vertical-align: top;}
  .fixedElement .color-variable-wrapper .rtwpvs-color-term .rtwpvs-term-span-color{  border:none !important;  width: 20px !important; height: 20px !important; }
  .woocommerce .fixedElement button.button.alt { background-color: #165bad; color: #FFF; text-transform: none; border: 1px solid #165bad; font-size: 15px; font-weight: 500; padding: 6px 12px; margin-left: 8px;}
  .woocommerce .fixedElement button.button.alt:hover{border: 1px solid #165bad; color: #8e8e8e; background:none !important; }
  .fixedElement .input-text.qty{ padding: 0px !important;}
  .fixedElement .screen-reader-text1 {     font-size: 15px; vertical-align: top; padding: 3px 0px;  margin-right: 7px; vertical-align: top;}
  .fixedElement .rtwpvs-terms-wrapper .rtwpvs-term img{ -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); width: 22px !important; height: 22px !important; border: 0px solid !important;}
  .fixedElement .rtwpvs-image-term.selected img{-webkit-filter: grayscale(0%) !important; /* Safari 6.0 - 9.0 */ filter: grayscale(0%) !important; }
  .fixedElement .rtwpvs-image-term.selected{ border:1px solid #165bad !important;}
  .fixedElement .rtwpvs-image-term.selected img{width: 21px !important; height: 21px !important;}
  .fixedElement .input-text.qty {border: none; background: none; color: #FFF;}
  .fixedElement .woocommerce .quantity .qty { width: 3em;}
  .fixedElement .woocommerce a.added_to_cart{ margin-top: 0px !important;}
  .woocommerce-product-gallery__trigger{ display: none !important; }
  .woocommerce div.product .stock {        color: #165bad; border: 1px dashed #165bad; padding: 5px 10px; margin-top: 10px; margin-left: 0px; }
  .woocommerce div.product form.cart .variations{    margin-bottom: 0em;}
  .woocommerce div.product form.cart .reset_variations{ display: none;}
  .woocommerce div.product div.summary { margin-bottom: 3em; margin-top: 3em;}
  .fixedElement .quantity .qty { width: 3em; text-align: center;}
  .fixedElement .product_title{ display: inline-block; margin-right: 15px;}
  
  .fixedElement .amount{ margin: 0px 15px 0px 0px;}
  .fixedElement del{ color: #8f8f8f;}
  .fixedElement del .amount { color: #8f8f8f;}
  .woocommerce div.product div.images {  margin-top: 3.5em;}
  .fixedElement .single_variation{ display: inline-block;}
  .woocommerce a.added_to_cart{ margin-top: 0px !important; padding-top: 0px !important;}
  
  .fixedElement .single_variation_wrap .view-cart-wc{ line-height: 10px !important;
      padding: 0px 0px 0px 5px;}
  /* ======================================== Start Bundle css ========================================= */

  .expand-button.open_cart_mobile{ display: none}
  .bundled_product_title{  
    position: relative;
    padding-left: 30px !important; 
    color: #8f8f8f !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    margin-bottom: 7px !important;
    }
    .bundled_product_title::after {
        position: absolute;
        width: 17px;
        height: 17px;
        border-radius: 17px;
        content: "";
        left: 0px;
        top: 2px;
        background-color: #545454;
    }
  .bundled_item_cart_content{ padding: 0px 0px 0px 30px !important; }
  .bundled_item_cart_content .rtwpvs-image-term {  border: 1px solid #333333; width: 47.5% !important; padding: 10px 15px !important;}
  .bundled_item_cart_content .rtwpvs-terms-wrapper .rtwpvs-term:nth-child(3n){ margin-right: 5% !important;}
  .bundled_item_cart_content .rtwpvs-terms-wrapper .rtwpvs-term:nth-child(even){ margin-right: 0% !important;}
  
  .bundled_item_cart_content .color-variable-wrapper .rtwpvs-color-term { border: 1px solid #333333; width: 47.5% !important; padding: 10px 15px !important;}
  .bundled_item_cart_content .color-variable-wrapper .rtwpvs-color-term:nth-child(3n){ margin-right:5% !important;}
  .bundled_item_cart_content .color-variable-wrapper .rtwpvs-color-term:nth-child(even){ margin-right: 0% !important;}
  .woocommerce div.product.bundled_product_summary{ margin-bottom: 0px !important; padding-bottom: 0px !important;}
  .bundled_product_summary:not(.thumbnail_hidden) .details {width: 100% !important;  padding: 0 !important;}
  
  .bundled_product_summary{ position: relative;}
  .bundled_product_summary .bundled_product_images{display: none;}
  .bundled_product_summary .bundled_product_images .attachment-woocommerce_thumbnail{ height: 52px !important; width: auto !important;  height: 52px !important;
      width: auto !important;}
  .bundled_item_cart_content .in-stock{ display: none !important;}
  
  .bundled_product_title product_title{ position: relative;}
  .bundled_product_title_inner .item_suffix{ display: none;}
  
  .bundle_button .quantity{ margin-top: 25px !important;}
  .posted_in{ display: none;}
  #wcqv_contend2 .scrollable .pro_summary .product_title.entry-title{
    display: none!important;
  }
  .bundles_oneline .product_title.entry-title{margin-bottom: 0px;font-style: normal !important;}
  .enableproductmainsection.single-product .product .entry-summary .bundled_product_summary .variations tr{
    display: block;
    width: 100% !important;
    margin-bottom: 5px !important;
  }
  .bundled_product_summary .variations label{
    color: #8f8f8f !important;
    font-weight: 400 !important;
    font-size: 15px !important;
  }
  .bundled_product_summary .variations td.value{
    display: inline-block !important;
    width:  auto !important;
  }
  .bundled_product_summary .variations td.label{
    display: inline-block !important;
    width:  auto !important;
  }

    .product-type-bundle .woocommerce-product-description{
        margin-bottom: 40px !important;
    } 
  /* ======================================== End Bundle css ========================================= */
  
  
  /* ======================================== Start accessories css ========================================= */
  .accessories-sidebar{ background: #000000; padding-bottom: 14px; }
  .accessories-sidebar .widget-title{ font-size: 18px; color: #ffffff; font-weight: 400; padding: 24px 24px 24px 24px; margin: 0px 0px 0px 0px !important; border-top: 1px solid #141414; }
  .accessories-sidebar .wpf_item .wpf_hierachy{ list-style: none !important; padding: 0px 24px; margin: 0px; }
  .accessories-sidebar .wpf_item .wpf_hierachy li{ margin-bottom: 10px;}
  .accessories-sidebar .wpf_item .wpf_hierachy li label{ color: #9b9999; }
  
  .accessories-sidebar .wpf_item .wpf_hierachy li label {
    
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   color: #9b9999;
  }
  
  /* Hide the browser's default checkbox */
  .accessories-sidebar .wpf_item .wpf_hierachy li label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .check {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: transparent;
      border: 1px solid #404040;
      border-radius: 3px;
  }
  
  /* On mouse-over, add a grey background color */
  .accessories-sidebar .wpf_item .wpf_hierachy li label:hover input ~ .check {
    background-color: #383838;
  }
  
  /* When the checkbox is checked, add a blue background */
  .accessories-sidebar .wpf_item .wpf_hierachy li label input:checked ~ .check {
    background-color: #909090;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .check:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .accessories-sidebar .wpf_item .wpf_hierachy li label input:checked ~ .check:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .accessories-sidebar .wpf_item .wpf_hierachy li label .check:after {
    left: 5px;
      top: 2px;
      width: 5px;
      height: 9px;
      border: solid #141414;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  
  
  .rander_product{position: relative;}
  .single-product{ display: block; width: 100%; border-bottom: 1px solid #262626;}
  .rander_product .woocommerce-product-gallery--with-images{     width: 40% !important;
      height: 325px; 
      border: 1px solid #404040;
      vertical-align: middle;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .rander_product .woocommerce-product-gallery--with-images figure{ margin: 0px;}
  .rander_product .product_title{ font-size: 20px; color: #8f8f8f; font-style: italic; font-weight: 500; }
  .rander_product p.price del {
      color: #8f8f8f;
  }
  .rander_product .price del .woocommerce-Price-amount.amount {
      color: #8f8f8f;
      font-size: 20px;
  }
  .rander_product p.price ins{    text-decoration: none;
      margin-left: 15px;
  }
  .rander_product p.price ins .woocommerce-Price-amount.amount {
      color: #ffb400;
      font-size: 25px;
      font-weight: 400;
  }
  .rander_product .quantity{ margin-bottom: 20px;}
  .rander_product .quantity .qty {
      width: 4.5em;
      text-align: center;
  }
  
  .rander_product .input-text.qty {
      border: solid 1px #141414;
      background: #141414;
      color: #FFF;
  }
  .rander_product .price{margin: 12px 0px;}
  
  
  .rander_product  form.cart .variations {
      margin-bottom: 0em;
  }
  .rander_product form.cart .variations td {
      background-color: transparent !important;
      border: 0px;
  }
  .rander_product form.cart .variations td.label {
      width: 30%;
      display: inline-block;
      padding-left: 0px;
      padding-right: 0px;
  }
  .rander_product  form.cart .variations label {
      color: #FFF;
      font-weight: 400;
      font-size: 18px;
      margin: 0px 0px 8px 0px;
      padding: 0px;
  }
  .rander_product  form.cart .variations td.value {
      width: 70%;
      display: inline-block; position: relative;
  }
  
  .rander_product  form.cart .variations label {
      color: #FFF;
      font-weight: 400;
      font-size: 18px;
      margin: 0px 0px 8px 0px;
      padding: 0px;
  }
  
  .rander_product  form.cart .variations td.value select{height: 50px; text-indent:15px;
      background-color: transparent;
      color: #FFF;
      padding: 0px 40px !important;
      border: 1px solid #383838;}
  .rander_product  form.cart .variations td.value select option{  background-color:#222222; text-align: left; line-height: 30px;  }
  .rander_product .sku_wrapper{ font-size: 13px;}
  
  .single_add_to_cart_button{ color: #8e8e8e; text-transform: uppercase; padding: 10px 20px;}
  .single_add_to_cart_button:hover{background: #faaf00; color: #000;}
  
  .woocommerce-product-details__short-description{ color: #FFF; font-weight: 400; font-size: 16px; margin: 0px 0px 8px 0px; padding: 0px;}
  .rander_product .woocommerce-product-rating{color: #FFF; font-weight: 400; font-size: 18px; }
  
  .rander_product #main_product_section{ display: flex; justify-content: space-between;}
  .rander_product #main_product_section .entry-summary{ width: 55%;}
  .rander_product .product_meta{ margin-top: 20px;}
  .reset_variations{padding: 3px 5px;
      background: #383838;
      border-radius: 3px;
      margin-top: 8px;
      display: inline-block;
      FONT-SIZE: 10px;
      text-transform: uppercase;
      color: #8f8f8f;}
  
  .rander_product .color-variable-wrapper .rtwpvs-color-term {  border: 1px solid #333333; width: 47.5% !important; padding: 10px 15px !important;}
  .rander_product .color-variable-wrapper .rtwpvs-color-term:nth-child(3n){ margin-right: 5% !important;}
  .rander_product .color-variable-wrapper .rtwpvs-color-term:nth-child(even){ margin-right: 0% !important;}
  
  .rander_product .rtwpvs-image-term{  border: 1px solid #333333; width: 47.5% !important; padding: 10px 15px !important;}
  .rander_product .rtwpvs-image-term:nth-child(even){ margin-right: 0% !important;}
  .rander_product .rtwpvs-term.rtwpvs-image-term:nth-child(3n){ margin-right: 5% !important;}
  .rtwpvs-image-term .attribute-options{ border: none;}
  .loader_ajax{ text-align: center; }
  .loader_ajax img{ width: 50px;}
  .rtwpvs-term.rtwpvs-image-term.disabled{display: none !important;}
#product-3945 .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term){margin: 0px 10px 0px 0 !important;}

.accessories_listing_page .wvg-gallery-thumbnail-image {width: 100%;}

.woocommerce-variation-description.listing_page {
    position: absolute;
    top: 58px;
    left: 292px;
    padding-left: 0;
    text-align: left;
    /* width: 100%; */
    padding-right: 10px;
    width: auto;
  }
  .woocommerce-variation-description.listing_page p{
    font-size: 14px;
    font-weight: 300;
  }
  .product_meta.listing_page {
    width: 100%;
  }
  .product_meta.listing_page.variation_list .tagged_as {
    margin-top: 180px;
    float: left;
  }

  /* ======================================== End accessories css ========================================= */
  
  /* ======================================== Start cart slide css ========================================= */
  
  .elementor-menu-cart__product-name.product-name{ font-weight: 400;  color: #faaf00;} 
  .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a {  font-weight: 400; color: #faaf00; }
  .variation{ color: #FFF;}
  .variation .variation-Color{ display: inline-block; }
  .variation dt.variation-Color{}
  .variation dd.variation-Color{ margin: 0px; color: #909090;}
  .variation dd.variation-Color p{ margin: 0px;}
  
  .variation .variation-PlugType{ display: inline-block; margin-left: 15px; }
  .variation dt.variation-PlugType{}
  .variation dd.variation-PlugType{ margin: 0px; color: #909090;}
  .variation dd.variation-PlugType p{ margin: 0px;}
  
  .variation .variation-Partof{ display: inline-block; }
  .variation dt.variation-Partof{}
  .variation dt.variation-Partof p{ margin: 0px;}
  .variation dd.variation-Partof{ margin: 0px; color: #909090;}
  .elementor-menu-cart__footer-buttons .elementor-button:hover{background: #faaf00 !important; color: #000!important;}
  .sidebar .coupon{ display: flex; justify-content: center; width: 100%; padding: 20px; background: url(../../../wp-content/themes/arizer-child/images/coupon-bg.png) repeat;}
  .sidebar .coupon .input-text{ width: 70%; border-radius: 0px;  color: #CCC;  border-right: 0px;  border-color: #7d7d7d;  border-style: dashed;  background: #424242; }
  .sidebar .coupon .woo-wsc-coupon-submit { width: 30%; background: #165bad; line-height: 42px; color: #FFF; text-align: center; cursor: pointer;}
  .cart-discount { position: relative; padding: 2px 0px 8px 25px;}
  .xoo-wsc-remove-coupon{ position: absolute;
      display: inline-block !important ;
      top: 0px;
      font-size: 17px !important;
      left: 0px;
      padding: 0px 10px 0px 0px !important;
      color: #FFF !important;}
  
  .woo-wsc-coupon-trigger{ width: 50% !important; display: inline-block !important; font-size: 15px !important; text-align: left !important; padding: 13px 20px !important; vertical-align: top;}
  .woo-wsc-coupon-trigger:hover{ color: #FFF !important;}
  .cart-coupon-shipping .shipping-calculator-button{ width: 49% !important; display: inline-block !important; font-size: 15px !important; text-align: right !important; padding: 13px 20px !important; vertical-align: top; margin: 0px !important; color: #8e8e8e !important; }
  .cart-coupon-shipping .shipping-calculator-button::after{ display: none;}
  .cart-coupon-shipping .shipping-calculator-button:hover{ color: #FFF !important;}
  .shipping-calculator-form{ padding: 20px; background: #131313;}
  .select2-container.select2-container--open{ z-index: 99999999; }
  
  .cart-empty.woocommerce-info{height: 100vh; background: url(../../../wp-content/themes/arizer-child/images/empty-cart.png) no-repeat center;}
  
  .woocommerce-shipping-methods{ margin-top: 10px !important; padding: 0px !important; font-size: 14px;}
  .sidebar .woocommerce-shipping-destination{ padding: 0px 20px 0px 20px !important; margin-bottom: 0px !important;  font-size: 14px;}
  .right_side_section .woocommerce-shipping-methods{ padding: 0px 0px !important;}
  .woocommerce-shipping-calculator .input-text{background: #121212; border: 1px solid #333;}
  .shipping-calculator-form .button{    width: 100%;
      border: 1px solid #165bad !important;
      background-color: transparent !important;
      font-weight: 400 !important;
      height: 40px !important;
      text-transform: uppercase; cursor: pointer;}
  
  .shipping-calculator-form .button:hover{ background:#165bad !important; color: #FFF !important;}
  .product-price del{ color: #8f8f8f; display: inline-block; margin-right: 5px;}
  .product-price del .woocommerce-Price-amount.amount {  color: #8f8f8f; font-size:15px; }
  .product-price ins{ text-decoration: none; display: inline-block;}
  .product-price ins .woocommerce-Price-amount.amount { text-decoration: none; font-size:15px;}
  .shipping-calculator-form{ margin-top: 0px !important; }
  .cws-cart .woocommerce-notices-wrapper .woocommerce-info{ display: none; }
  /* ======================================== End cart slide css ========================================= */
  
  /* ======================================== Start Login & Reg. css ===================================== */
  .woocommerce-form-login{border: 1px solid #333333 !important;}
  .woocommerce-form-register{border: 1px solid #333333 !important;}
  .woocommerce-form-login__submit{background-color: transparent !important;
      color: #8e8e8e !important;
      text-transform: uppercase;
      border: 1px solid #165bad !important;
      font-size: 16px !important;
      font-weight: 500 !important;
      padding: 14px 30px !important;}
  .woocommerce-form-login__submit:hover{background-color:#165bad !important; color: #FFF !important; }
  .woocommerce-Button{background-color: transparent !important;
      color: #8e8e8e !important;
      text-transform: uppercase;
      border: 1px solid #165bad !important;
      font-size: 16px !important;
      font-weight: 500 !important;
      padding: 14px 30px !important;}
  .woocommerce-Button:hover{background-color:#165bad !important; color: #FFF !important; }
  .woocommerce-MyAccount-navigation ul{ list-style: none !important; padding: 0px;}
  
  
  #customer_login .u-column1, #customer_login .u-column2{border: 1px solid #333333; background: #141414;  margin-bottom: 30px;}
  
  #customer_login .u-column1 h2, #customer_login .u-column2 h2{background: #333333; font-size: 18px; font-weight: 700; vertical-align: top; padding:20px 30px; margin: 0px;}
  .woocommerce-form-login__rememberme{ display: block; width: 100%; margin-bottom: 10px;}
  #customer_login .u-column1 .login, #customer_login .u-column2 .register{ margin: 0px; padding: 30px; border: 0px !important;}
  #customer_login .u-column1 .login .input-text, #customer_login .u-column2 .register .input-text{ background: none; border: 1px solid #333333;}
  
  #customer_login .u-column1 .login label, #customer_login .u-column2 .register label{ font-size: 14px; color: #8f8f8f;}
  #customer_login  .woocommerce-form-login__submit{ float: none; margin: 0px;}
  #customer_login .woocommerce-privacy-policy-text{ font-size: 14px; color: #8f8f8f;}
  
  .register_msg.success, .login_msg.success {color: #4e842a; }
  .register_msg.fail, .login_msg.fail{color: #ff0000;}
  
  .cw-social-login{  font-weight: 500 !important; margin-bottom: 10px !important; transition: all 0.5s;}
  .cw-social-login.facebook{margin-right: 10px !important;}
  .cw-social-login span{width:30px; height:30px; border-radius:30px; transition: all 0.5s; display: inline-block; line-height: 30px; text-align: center; margin-left:5px; }
  .cw-social-login.facebook span{ background: #4778ee; color: #FFF;}
  .cw-social-login.google span{ background: #bd4f45; color: #FFF;}
  .cw-social-login:hover span{ background: #FFF; color: #141414;}
  /* ======================================== End Login & Reg. css ========================================= */
  
  
  /* ======================================== Start My account css ========================================= */
  .woocommerce-MyAccount-navigation{ background: #141414; padding:0px; border: 1px solid #333333;}
  .woocommerce-MyAccount-navigation ul li{ display: block;}
  .woocommerce-MyAccount-navigation ul li a{     display: block;
      color: #afafaf;
      font-size: 18px;
      font-weight: 500;
      line-height: 20px;
      padding: 15px 30px;
  }
  .woocommerce-MyAccount-navigation ul li:hover a{ background: #212121;}
  .woocommerce-MyAccount-navigation ul li.is-active a{ background: #165bad; color: #FFF; position: relative; }
  .woocommerce-MyAccount-navigation ul li.is-active a::after{ content: "";
      position: absolute;
      right: -10px;
      width: 0;
      top: 27%;
      height: 0;
      border-top: 12px solid transparent;
      border-left: 12px solid #165bad;
      border-bottom: 12px solid transparent;}
  .woocommerce-MyAccount-content{background: #141414; padding:30px; border: 1px solid #333333;}
  .woocommerce-MyAccount-content .woocommerce-orders-table{ margin-bottom: 0px !important;}
  .woocommerce-account .addresses .title h3 {
      float: left; font-size: 18px; color: #8f8f8f; margin-top: 0px;}
  .woocommerce-Address-title.title a{ font-size: 13px;
      padding: 3px 12px;
      background: #165bad;
      color: #FFF;
      position: absolute;
      border-radius: 3px;
      text-transform: uppercase;
      right: 0px;
      top: 0px;
      cursor: pointer;
  }
  .woocommerce-Address .woocommerce-Address-title{position: relative; padding: 0px 68px 0px 0px;}
  .woocommerce-Address{ border: 1px dashed #333333;  border-radius: 10px; padding: 20px;}
  .woocommerce table.shop_table td, .woocommerce table.shop_table th{border: 1px solid #333333; border-top: 1px solid #333333; }
  .woocommerce-orders-table__header {border-top: 1px solid #333333 !important; }
  .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a.button {
      border: 1px solid #165bad;
      color: #ffffff;
      font-weight: 400;
      cursor: pointer;
      background-color: transparent;
  }
  .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a.button:hover{ background-color: #165bad; color: #FFF; }
  .woocommerce-EditAccountForm label{font-size: 14px;  color: #8f8f8f;}
  .woocommerce-MyAccount-content fieldset{border: 1px dashed #333;}
  
  .woocommerce-MyAccount-content .input-text {background: none;
      border: 1px solid #333333;
  }
  .woocommerce-MyAccount-content .button {background-color: transparent !important;
      color: #8e8e8e !important;
      text-transform: uppercase;
      border: 1px solid #165bad !important;
      font-size: 16px !important;
      font-weight: 500 !important;
      padding: 14px 30px !important;}
  .woocommerce-MyAccount-content .button{background:#165bad; color: #FFF; }
  .woocommerce-MyAccount-content  .select2-container--default .select2-selection--single {
      background-color: transparent;
      border: 1px solid #333;
      border-radius: 4px;
      height: 40px;
  }
  .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #fff;
      line-height: 40px;
      height: 40px;
      padding-left: 15px;
  }
  .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 40px;
  }
  
  .select2-dropdown {
      background-color: #131313 !important;
      border: 1px solid #333 !important;}
  .woocommerce-MyAccount-content .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
      background-color: #212121 !important;
      color: #fff !important;
  }
  
  .select2-container--default .select2-results__option[data-selected=true] {
       background-color: #165bad !important;
  }
  
  .woocommerce-MyAccount-content label{    font-size: 14px;
      color: #8f8f8f;}
  
  .woocommerce-MyAccount-content h3{font-size: 18px; color: #8f8f8f; margin-top: 0px;}
  
  
  
  .woocommerce-MyAccount-navigation { width: 27%; float: left; }
  
  .woocommerce-MyAccount-content{ width: 70%; float: right;}
  
  
  
  /* ======================================== End My account css ========================================= */
  /* Accessory product listing start */
  .has_var_price{ 
    position: absolute;
    top: 15px;
    right: 0px;
    padding-right: 15px;
    width: 32%;
    text-align: right;
  }
  .has_var_price .price ins .amount{ 
    color: #f6cb17;  
    margin-left: 15px;
  } 
/* Accessory product listing end */
    body.single-product .has_var_price{ position: inherit; }
    body.single-product .has_var_price .price ins .amount{ color:#165bad;  }
  .price del .amount{color: #8f8f8f; font-size: 20px;}
  .price { color: #8f8f8f !important;}
  .price del { color: #8f8f8f; }
  .price ins { text-decoration: none; }
  
  .woocommerce-loop-product__title{font-size: 20px !important;
      color: #8f8f8f;
      font-style: italic;
      font-weight: 500;}
  
  /* ======================================== Start Slider Cart css ========================================= */
  .sidebar {
                height: 100%;
                width: 420px;
                position: fixed;
                z-index: 99999999;
                top: 0;
                right: -420px;
                background-color: #222222;
                overflow-x: hidden;
                transition: 0.7s;
              }
  
  .sidebar.cart-sidebar{right: 0px;}
  
  .us-panel .sidebar.cart-sidebar .cws-cart{width: 100%;
      overflow: auto;
      position: absolute;
      top: 50px;}
  .canada-panel .sidebar.cart-sidebar .cws-cart, .international-panel .sidebar.cart-sidebar .cws-cart, .eu-panel .sidebar.cart-sidebar .cws-cart, .uk-panel .sidebar.cart-sidebar .cws-cart{width: 100%;
      overflow: auto;
      position: absolute;
      top: 64px;}
  
              .sidebar a {
                padding: 8px 8px 8px 32px;
                text-decoration: none;
                font-size: 25px;
                color: #818181;
                display: block;
                transition: 0.3s;
              }
  
              .sidebar a:hover {
                color: #f1f1f1;
              }
  
              .sidebar .closebtn {
                position: absolute;
                top: 0;
                right: 25px;
                font-size: 36px;
                margin-left: 50px;
              }
  
              .openbtn {
                font-size: 20px;
                cursor: pointer;
                background-color: #111;
                color: white;
                padding: 10px 15px;
                border: none;
              }
  
              .openbtn:hover {
                background-color: #444;
              }
  
  
  .sidebar .cart-subtotal{ width: 100%; padding: 22px 0px 0px 0px;  color: #FFF; font-size: 14px; font-weight: 700;}
  .sidebar .order-total{width: 100%;   padding:8px 0px; color: #FFF; font-size: 14px; font-weight: 700;}
  .sidebar .cart_totals{ width: 100% !important;  padding: 5px 20px 0px 20px; display: block; float: none !important;  } 
  .sidebar .order-total .woocommerce-Price-amount { color: #FFF; text-align: right; width: 50%; display: inline-block; font-weight: 600;}
  .sidebar .cart-subtotal .woocommerce-Price-amount { color: #FFF; text-align: right;  width: 50%; display: inline-block; font-weight: 400;font-size: 20px;}
  .sidebar .cart-discount .woocommerce-Price-amount{color: #165bad; font-weight: 400;}
  .cart-coupon-amount{color: #165bad; text-align: right;  width: 49%; display: inline-block;}
  .sidebar .calculated_shipping{ width: 100% !important; display: block !important; float: none !important;}
  .sidebar .wc-proceed-to-checkout{  padding: 0px; width: 100%;}
  .sidebar .checkout-button{    border: 1px solid #165bad !important;
      margin-bottom: 0px !important;
      padding: 20px 0px !important; 
      color: #FFF !important;
      background-color: #165bad !important;
      cursor: pointer !important;
      border-radius: 0 !important;
      font-weight: 500 !important;
      z-index: 10;
      width: 100% !important;
       text-align: center;
      font-weight: 500 !important;
      font-size: 18px !important;
      text-transform: uppercase;
      background-color: #165bad !important;}
  .sidebar .checkout-button:hover{color: #165bad !important; background-color: #212121 !important;}
  .label-subtotal{ width: 48%;
    display: inline-block;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;}
  .label-total{width: 48%; display:inline-block; text-align: left; font-weight: 600;}
  .label-coupon{width: 49%; display:inline-block; text-align: left; font-weight: 400;}
  .sidebar .variation .variation-Color, .sidebar .variation .variation-PowerOptions{ font-size: 13px !important; font-weight: 400 !important; font-style: normal !important; margin: 0px; color: #9f9f9f;}
  .sidebar .variation .variation-Color p, .sidebar .variation .variation-PowerOptions p{ color: #FFF !important; }
  .product-remove-sidebar a{ 
      width: 25px !important;
      height: 25px !important;
      text-align: center;
      font-size: 20px;
      padding: 0px;
      font-weight: 400;
      color: #d9d9d9 !important;
      line-height: normal;
      border: 1px solid #d9d9d9;
      border-radius: 25px;}
  .product-remove-sidebar a:hover{ background: none; color: #165bad !important; border: 1px solid #165bad; }
  .cart-title{ display: block; font-size: 20px; color: #ffffff; font-weight: 500; padding: 26px 21px; text-align: left; position: relative;}
  .cart-title a{ position: absolute;
      color: #FFF;
      top: 30px;
      padding: 0px;
      right: 10px;
      line-height: 21px;
      font-size: 33px !important;
      font-weight: 400 !important;
      width: auto !important;}
   .woocommerce-cart-form__cart-item{ display: flex; justify-content: space-between; padding: 20px;}
  .cart-left-section{   width: 90px;}   
  .cart-left-section .product-thumbnail{border: 1px solid #2d2d2d;}
  .cart-left-section .product-thumbnail img{ margin: 0px; display: block;}
              
  .cart-right-section{position: relative; width: 71%;}
  .product-remove-sidebar{ position: absolute; top: 0px; right: 0px;}
  .cart-right-section .product-price del .woocommerce-Price-amount.amount{color: #8f8f8f !important; font-size: 13px !important;  text-decoration: line-through;}
  .cart-right-section .product-price .woocommerce-Price-amount{color: #FAAF2C;font-size: 14px !important; margin: 3px 0px; display: inline-block;}
  .cart-right-section .product-name{ color: #fff; font-weight: normal; font-style: normal;font-size: 18px;}
  .cart-right-section .product-name a{ margin: 0px; padding: 0px 30px 0px 0px; font-weight: 700; font-style: italic; font-size: 15px;}
  .cart-right-section .product-quantity{ display: inline-block;font-size: 14px; }
  .cart-right-section .final_price{ float: right; margin-top: 9px;}
  .cart-right-section .final_price .woocommerce-Price-amount.amount{ color: #fff;  font-size: 20px !important; }
  .sidebar .input-text.qty { border: solid 1px #212121; background: none; color: #FFF;}
  .sidebar .screen-reader-text1{ display: none;}
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
             
  .cws-cart .woocommerce-message{padding: 1em 2em 1em 3.5em;
      margin: 0 0 0px;
      position: relative;
      background-color: #212121;
      color: #515151;
      list-style: none outside;
      width: auto;
      word-wrap: break-word;}
  
  .cws-cart .woocommerce-message a {
      padding: 5px 5px 5px 0px;
      text-decoration: none;
      font-size: 15px;
      color: #818181;
      display: block;
      transition: 0.3s;
  }
  .sidebar .wc-backward{border: 1px solid #165bad !important;
      margin-bottom: 0px !important;
      padding: 27px 0px !important;
      color: #FFF !important;
      position: fixed !important;
      bottom: 0px;
      background-color: #165bad !important;
      cursor: pointer !important;
      border-radius: 0 !important;
      font-weight: 500 !important;
      z-index: 10;
      width: 420px !important;
       text-align: center;
      font-weight: 500 !important;
      font-size: 18px !important;
      text-transform: uppercase;
  }
  .sidebar .wc-backward:hover{color: #165bad !important; background-color: transparent !important;}
  .label-shipping{ width: 100%;  padding: 0px 0px; display: block; }
  
  .cart-collaterals{
    position: fixed;
    bottom: 0px;
    font-size: 14px;
    width: 420px !important;
    z-index: 99999;
    } 
  
  .cart-coupon-shipping{background: #424242;
      border-bottom: 1px solid #5a5a5a;
  }
  .woocommerce-checkout .cws-cart .shop_table{ background-color: #212121 !important;}
  .sidebar_update_cart{ display: none;}
  .cart_totals .woocommerce-shipping-calculator{ display: none !important; overflow: hidden !important; height: 0px !important;}
  .cws-cart .woocommerce-message{ color: #FFF;}
  
  
  .bundle-product-price {    width: 100%;
      padding: 8px 20px 8px 31%;
      margin: 0px; 
  }
  
  .bundle-product-price .product-price-tickr{  padding: 5px 0px 0px 0px; margin: 0px;}
  
  
  /* ======================================== End Slider Cart css ========================================= */
  
  .left_side_section {
      display: inline-block;
      width: 60%;
      margin: 0;
      padding: 0;
  }
  
  .right_side_section {
      display: inline-block;
      width: 40%;
      margin: 0;
      padding: 0px 0px 0px 30px;
      vertical-align: top;
  }
  .right_side_section .cart-discount td{display: flex;justify-content: end;}
  /* ======================================== Start Menu ========================================= */

  .sub-menu .menu-item a{background: #3b3b3b !important;
      background-image: none !important;
      color: #d6d6d6 !important;
      border-right: 0 none !important;
      text-align: left;
      display: block;
      line-height: 22px;
      padding: 7px 12px 7px 30px;
      text-transform: none;
      font-size: 13px; 
      position: relative;
      border-left: 0px;}
  
  .sub-menu .menu-item a:hover {
      background-color: #165bad !important;
      border-radius: 0px!important;
      text-decoration: none;
      text-decoration: none;
      line-height: 22px;
      padding: 7px 12px 7px 30px; 
      color: #FFF !important;
      border-left: 0px;
  }
  
  .sub-menu .menu-item a::after{position: absolute; content:"\f35a";  left: 10px; top: 9px; font-family: 'Font Awesome 5 Free';}  
  a.highlighted{ color: #165bad !important;}
  
  .elementor-widget-nav-menu .elementor-nav-menu--main .primary-yellow-link a{color: #faaf00;}
  .elementor-widget-nav-menu .elementor-nav-menu--main .primary-yellow-link a:hover{color: #faaf00;}
  .elementor-widget-nav-menu .elementor-nav-menu--main .primary-yellow-link a.elementor-item-active{color: #faaf00;}
  .my-account-icon .elementor-icon{color: #faaf00 !important;}
  
  /* ======================================== End Menu ========================================= */
  
  #secondary_nav ul#support_sidbar li a.active {
      color: #FFF;
      background-color: #165bad;
  }
  .tab {
      display: block;
      width: 100%;
      height: auto;
  }
  #secondary_nav ul#support_sidbar li a.active:after {
      content: "";
      position: absolute;
      right: -10px;
      display: block;
      top: 13px;
      border-top: 10px solid rgb(0, 0, 0);
      border-bottom: 10px solid rgb(0, 0, 0);
      border-left: 10px solid #165bad;
  }
  .tab-content.hidden{
    display: none;
  }
  #support_sidbar {
      padding: 0px;
      border-width: 1px;
      border-style: solid;
      border-color: rgb(50, 50, 50);
      border-image: initial;
  }
  #secondary_nav ul#support_sidbar li {
      list-style: none;
  }
  #secondary_nav ul#support_sidbar li a {
      position: relative;
      padding: 10px 30px;
  }
  .gform_wrapper.gf_browser_chrome select, .gform_fields .ginput_container_text input,.gform_fields .ginput_container_email input,.gform_fields .ginput_container_textarea textarea,.mc4wp-form-fields input{
      background: inherit;
      padding: 0.5rem 1rem!important;
  }
  .gfield_label{
    font-size: 14px;
      color: #8f8f8f;
  }
  .gform_button:hover,.mc4wp-form-fields [type="submit"]:hover{
    background-color: #165bad !important;
    color: #FFF !important;
  }
  .mc4wp-form-fields input[type="text"],.mc4wp-form-fields input[type="date"],.mc4wp-form-fields input[type="email"],
  .mc4wp-form-fields input[type="number"],.mc4wp-form-fields input[type="password"],.mc4wp-form-fields input[type="search"],
  .mc4wp-form-fields input[type="tel"],.mc4wp-form-fields select,.mc4wp-form-fields textarea{
    width: 170px;
    margin: 0px 25px 0px 0px;
  }
  .mc4wp-form-fields [type="submit"]{
        padding: 0.5rem 2rem!important;
  }
  #support_sidbar_drop,.gform_title{
    display: none;
  }
  ul.support-list{
    list-style: none;
    padding-left: 0px;
  }
  .support-list li{
    line-height: 1.8rem;
  }
  .whats_include_section .support-list li{margin-bottom: 10px;}
  
  /* ======================================== Start Product Category ========================================= */
  ul.products.columns-4 li .price .woocommerce-Price-amount.amount{font-size: 18px;}
  /* ======================================== End Product Category ========================================= */
  /* ======================================== Bundle page ==================================================*/
  .bundle-banner-center-section-bg {
      background-image: linear-gradient(#0a41844a, #0834713b, rgba(0, 0, 0, 0));
  }
  .bundle-banner-title{
      margin-bottom: 0px!important;
  }
  .bundle-banner-title h2 {
      font-size: 38px;
      font-weight: bold;
      letter-spacing: 1.8px;
      color: #fff!important;
    
  }
  .bundle-banner-text p {
      font-size: 14px!important;
      font-style: italic;
  }
  
  .bundle-option-title-content {
      
      text-align: center;
  }
  .bundle-option-title-content .elementor-icon-list-items{
    margin: 0 auto;
      display: inline-block;
  }
  /* ======================================== Bundle page end ============================================= */
  
/* ======================================== Start product review tab ========================================= */
  .product-review-custom .elementor-tabs-wrapper{ display: block; text-align: center;}
  
  .product-review-custom .elementor-tabs-wrapper .elementor-tab-title{ display: inline-block; background: #141414; border: 2px solid #515151; font-size: 18px; color: #afafaf; font-weight: 400; margin-left: -4px; padding: 20px 30px;} 
  
  .product-review-custom.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
      
      border-width: 0px;
  }
  .product-review-custom.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
      
      border-width: 0px;
  }
  .product-review-custom .elementor-tabs-wrapper .elementor-tab-title:first-child{border-radius: 68px 0px 0px 68px; -moz-border-radius: 68px 0px 0px 68px; -webkit-border-radius: 68px 0px 0px 68px; border: 2px solid #515151;}
  
  .product-review-custom .elementor-tabs-wrapper .elementor-tab-title:last-child{border-radius: 0px 68px 68px 0px; -moz-border-radius: 0px 68px 68px 0px; -webkit-border-radius: 0px 68px 68px 0px; border: 2px solid #515151;}
  .product-review-custom .elementor-tabs-wrapper .elementor-tab-title.elementor-active{background: #515151; color: #FFF;}
  
  .product-review-custom .elementor-tabs .elementor-tabs-content-wrapper{ border: 0px !important;}
  .product-review-custom .elementor-tab-content{border: 0px !important;} 
  
  
  .product-review-custom ul.cmr_reviews_list { height: auto !important;}
  .product-review-custom ul.cmr_reviews_list .cm_single_review{ display: block; width: 100% !important; position:initial !important; border-bottom: 1px dashed #434343;     padding-bottom: 25px;}
  .product-review-custom .cm_single_review{ display: block; background:#000; box-shadow: none;  padding:0px 0px 20px 0px; margin-bottom: 25px; border-bottom: 1px dashed #434343; width: 100%; }
  .product-review-custom .cmr_review_text{ font-size: 15px; color: #FFF; line-height: 25px;}
  .product-review-custom .cm_single_review_first{ background: #2c2c2c; color: #bcbcbc; padding: 10px 10px; width: 70px; max-width: 70px; text-align: center; display: inline-block; margin: 0px; font-style: normal; line-height: 20px;  height: auto; line-height: 20px; }
  .cm_single_review_date{color: #bcbcbc !important; font-weight: 700 !important; font-size: 18px; line-height: 18px; width: 100%; display: inline-block; height:  auto !important; margin: 0px; padding: 0px;}
  .cm_single_review_year{color: #bcbcbc !important; width: 100%; display: inline-block; height:  auto !important;  font-weight: 700 !important; font-size: 20px; margin: 0px; padding: 0px;}
  .cm_single_review_title{ font-size: 18px; color: #bcbcbc; font-weight: 400; margin: 7px 0px;}
  .cm_single_review_rating{ font-size: 20px;}
  .cm_single_review_meta{color: #bcbcbc;}
  form.cmr_form_lf{border: 1px solid #454545; border-radius: 0px;}
  .cmrrow input, .cmrrow textarea{ background-color: transparent !important; border: 1px solid #333333 !important;}
  .cmrrow input[type="submit"]{ border: 1px solid #165bad !important; cursor: pointer;}
  .cmrrow input[type="submit"]:hover{ border: 1px solid #165bad !important;; background:#165bad !important;; }
  .cm_single_review_meta,.cmr_userName{display: none!important;}
  .cmr_review_text{color: #bcbcbc!important;}
  .cmr-pagination{text-align: right;}
  .page-numbers {    padding: 3px 7px;border: 1px solid #383838;margin: 0px 1px;text-align: center;border-radius: 3px;color: #bcbcbc!important;font-size: 12px;min-width: 28px;display: inline-block;}
  .next.page-numbers,.prev.page-numbers{border: none!important;color: #bcbcbc!important;padding: 4px 5px 4px 5px;}
  .page-numbers.current{
    background:#313131;
  } 
  .single-product{
    border-bottom: none!important;
  }
  .section_bg_gradiant h2{
    background-image: linear-gradient(to right,#0000, #0a5795c4, #0000);
    color: #fff!important;
    padding: 10px 0px 10px 0px!important;
  }
  .section_bg_gradiant{
    background-image: linear-gradient(#0a418494, #0834710a, rgba(2, 2, 2, 0), rgba(0, 0, 0, 0));
  }
  .section_bg_gradiant.special-bundle{
    background-image: linear-gradient(#0a418494, #0a418478, #0a418430, rgba(0, 0, 0, 0));
  }
  .title_section_bg_gradiant{
      background-image: linear-gradient(180deg, #0A254F 15%, #04274B 100%);
  }
  .special-bundle-product-main .elementor-element-populated {
      text-align: center;
      max-width: 200px;
      margin-left: auto!important;
  }
  .special-bundle-plus-img img{
    width: 80px;
  }

.product-review-custom .cws_date_title_wrapper{ display: flex; width: 100%;}
.product-review-custom .cm_single_review_second{ display: block; width: 100%; text-align: left;  margin: 0px;}
.product-review-custom .cm_single_review_second{
    padding-left: 90px;
}
.cws_custom_review_section .cm_single_review_second {
    padding-left: 20px;
}
.product-review-custom .star-rating{ float: left;}
.product-review-custom .cm_single_review_content{ display: block; margin: 20px 0px 0px 0px;}
.product-review-custom .shortcode-wcpr-pagination .wcpr-page-numbers{    padding: 3px 7px;
    border: 1px solid #383838;
    margin: 0 1px;
    text-align: center;
    border-radius: 3px;
    color: #bcbcbc!important;
    font-size: 12px;
    min-width: 28px;
    display: inline-block;}
.product-review-custom .shortcode-wcpr-pagination .wcpr-page-numbers.wcpr-current, .product-review-custom .shortcode-wcpr-pagination a.wcpr-page-numbers:hover{background: #313131; color: #bcbcbc!important;}
.product-review-custom .woocommerce-photo-reviews-form-main-inner{    border: 1px solid #454545; border-radius: 0 !important; background: #000 !important; padding: 20px !important;}
.product-review-custom .woocommerce-photo-reviews-form{width: 100% !important; padding: 0px !important;}
.product-review-custom .wcpr-comment-form-title, .product-review-custom .comment-form-comment, .product-review-custom .comment-form-author, .product-review-custom .comment-form-email, .product-review-custom .comment-form-comment, .product-review-custom .comment-form-rating, .product-review-custom .woo-login-captcha{ display: flex; margin: 0px 0px 25px 0px;}
.product-review-custom .wcpr-comment-form-title label, .product-review-custom .comment-form-comment label, .product-review-custom .comment-form-author label, .product-review-custom .comment-form-email label, .product-review-custom .comment-form-comment label, .product-review-custom .comment-form-rating label, .product-review-custom .woo-login-captcha label{ width: 30% !important; padding-top: 12px;}
.product-review-custom .wcpr-comment-form-title input, .product-review-custom .comment-form-comment input, .product-review-custom .comment-form-author input, .product-review-custom .comment-form-email input, .product-review-custom .comment-form-comment textarea, .product-review-custom .comment-form-comment .g-recaptcha, .product-review-custom .comment-form-comment .stars{ width: 70% !important; }
.product-review-custom .wcpr-comment-form-title input, .product-review-custom .comment-form-comment input, .product-review-custom .comment-form-author input, .product-review-custom .comment-form-email input, .product-review-custom .comment-form-comment textarea{border:1px solid #333 !important; background: #000 !important; color: #c7c7c7; border-radius: 3px; padding: 0.5rem 1rem;}
.product-review-custom .cws_review_submit{padding-left: 30%;}
.product-review-custom .cws_review_submit .form-submit{margin-top: 30px;}
.no_reviews { display: block;margin-top: 30px;text-align: center;font-size: 22px;font-weight: 300 !important;font-style: italic;color: #c1cccf;}
.no_reviews span { color: #757575; }
.product-review-custom .cws_review_submit .submit{height: auto;
    max-width: none;
    width: 300px;
    display: block;
    padding: 15px 0 !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    border-radius: 40px !important;
    color: #fff !important;
    outline: 0;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #165bad !important;
    background: #000 !important;}
    .product-review-custom .cws_review_submit .submit:hover{
        background:#165bad !important;
    }
    .product-review-custom .woocommerce-message{border: none !important; }
    .product-review-custom .woocommerce-message p{margin: 0px !important;}
    .cws_star_ratings .shortcode-wcpr-overall-rating-and-rating-count{ padding-bottom: 0px !important;}
    .cws_star_ratings .shortcode-wcpr-overall-rating-and-rating-count .cmr_stars .cmr_count{line-height: 23px;}
.single.single-product .product-review-custom .shortcode-wcpr-pagination a.wcpr-page-numbers:hover{font-size: 12px !important;}

/* ======================================== End product review tab ========================================= */

  /* ======================================== Start product review tab ========================================= */
  .product-review-custom .elementor-tabs-wrapper{ display: block; text-align: center;}
  
  .product-review-custom .elementor-tabs-wrapper .elementor-tab-title{ display: inline-block; background: #141414; border: 2px solid #515151; font-size: 18px; color: #afafaf; font-weight: 400; margin-left: -4px; padding: 20px 30px;} 
  
  .product-review-custom.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
      
      border-width: 0px;
  }
  .product-review-custom.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
      
      border-width: 0px;
  }
  .product-review-custom .elementor-tabs-wrapper .elementor-tab-title:first-child{border-radius: 68px 0px 0px 68px; -moz-border-radius: 68px 0px 0px 68px; -webkit-border-radius: 68px 0px 0px 68px; border: 2px solid #515151;}
  
  .product-review-custom .elementor-tabs-wrapper .elementor-tab-title:last-child{border-radius: 0px 68px 68px 0px; -moz-border-radius: 0px 68px 68px 0px; -webkit-border-radius: 0px 68px 68px 0px; border: 2px solid #515151;}
  .product-review-custom .elementor-tabs-wrapper .elementor-tab-title.elementor-active{background: #515151; color: #FFF;}
  
  .product-review-custom .elementor-tabs .elementor-tabs-content-wrapper{ border: 0px !important;}
  .product-review-custom .elementor-tab-content{border: 0px !important;} 
  
  
  .product-review-custom ul.cmr_reviews_list { height: auto !important;}
  .product-review-custom ul.cmr_reviews_list .cm_single_review{ display: block; width: 100% !important; position:initial !important; border-bottom: 1px dashed #434343;     padding-bottom: 25px;}
  .product-review-custom .cm_single_review{ display: block; background:#000; box-shadow: none;  padding:12px 0px; }
  .product-review-custom .cmr_review_text{ font-size: 15px; color: #FFF; line-height: 25px;}
  .product-review-custom .cm_single_review_first{ background: #2c2c2c; color: #bcbcbc; }
  .cm_single_review_date{color: #bcbcbc !important; font-weight: 700 !important; font-size: 18px; line-height: normal;}
  .cm_single_review_year{color: #bcbcbc !important;  font-weight: 700 !important; font-size: 20px;}
  .cm_single_review_title{ font-size: 18px; color: #bcbcbc; font-weight: 400; margin: 7px 0px;}
  .cm_single_review_rating{ font-size: 20px;}
  .cm_single_review_meta{color: #bcbcbc;}
  form.cmr_form_lf{border: 1px solid #454545; border-radius: 0px;}
  .cmrrow input, .cmrrow textarea{ background-color: transparent !important; border: 1px solid #333333 !important;}
  .cmrrow input[type="submit"]{ border: 1px solid #165bad !important; cursor: pointer;}
  .cmrrow input[type="submit"]:hover{ border: 1px solid #165bad !important;; background:#165bad !important;; }
  .cm_single_review_meta,.cmr_userName{display: none!important;}
  .cmr_review_text{color: #bcbcbc!important;}
  .cmr-pagination{text-align: right;}
  .page-numbers {    padding: 3px 7px;border: 1px solid #383838;margin: 0px 1px;text-align: center;border-radius: 3px;color: #bcbcbc!important;font-size: 12px;min-width: 28px;display: inline-block;}
  .next.page-numbers,.prev.page-numbers{border: none!important;color: #bcbcbc!important;padding: 4px 5px 4px 5px;}
  .page-numbers.current{
    background:#313131;
  } 
  .single-product{
    border-bottom: none!important;
  }
  .section_bg_gradiant h2{
    background-image: linear-gradient(to right,#0000, #0a5795c4, #0000);
    color: #fff!important;
    padding: 10px 0px 10px 0px!important;
  }
  .section_bg_gradiant{
    background-image: linear-gradient(#00000094, #0834710a, rgba(2, 2, 2, 0), rgba(0, 0, 0, 0));
  }
  .section_bg_gradiant.special-bundle{
    background-image: linear-gradient(#0a418494, #0a418478, #0a418430, rgba(0, 0, 0, 0));
  }
  .title_section_bg_gradiant{
      background-image: linear-gradient(180deg, #0A254F 15%, #04274B 100%);
  }
  .special-bundle-product-main .elementor-element-populated {
      text-align: center;
      max-width: 200px;
      margin-left: auto!important;
  }
  .special-bundle-plus-img img{
    width: 80px;
  }
  /* ======================================== End product review tab ========================================= */
  
  /* ======================================== Start reviews tab ========================================= */
  .product-review-custom .elementor-tab-title a{
    color: inherit!important;
  }
  .single-product .cmr_reviews_title{
    display: none;
  }
  .cmr_reviews_list {
    height: auto!important;
  }
  #cm_single_review {
    border-bottom: 1px dashed #434343;
    padding: 25px 0px;
    list-style: none;
    margin-bottom: 10px;
  }
  #cm_single_review_first{
    background: #2c2c2c;
    color: #bcbcbc;
    font-size: 18px;  
    width: 70px;
    height: 76px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #cm_single_review_title {
      font-size: 18px;
      color: #bcbcbc;
      font-weight: 400;
      margin: 7px 0px;
  }
  #cm_single_review_content{
    line-height: 25px;
  }
  .reviewmenutitle{
   margin: 20px 0px 30px 0px;
   text-align: center;
  }
  .reviewmenutitle a{
   padding: 0px 10px;
  }
  h3.reviewpost_title{
   margin-bottom: 0px;
   margin-top: 40px;
   display: flex;
   align-items: center;
  }
  h3.reviewpost_title a {
   font-size: 12px;
  }
  
  /* ======================================== End reviews tab ========================================= */
  
  
  /* ======================================== Start Accessories Sub Menu ========================================= */
  
  .accessories_sub_menu{      background: #222;
      padding: 5px 0px 10px 0px; border-top: 1px solid #383838;}
  
  .accessories_sub_menu a{
      font-size: 15px;
      color: #FFF;
      line-height: 15px; padding: 0px 15px 0px 0px;
      display: inline-block; position: relative;}
  .accessories_sub_menu a:hover{color: #165bad;}
  .accessories_sub_menu a:before{    position: absolute;
      right: 4px;
      height: 15px;
      width: 1px;
      background: #CCC;
      content: "";}
  .accessories_sub_menu a:last-child{padding-right: 0px;}
  .accessories_sub_menu a:last-child:before{ display: none;}
  .sticky-menu.accessories_sub_menu{ position: fixed;
      left: 0px;
       padding:0px 0px 10px 0px;
      z-index: 10;
      margin: 0px 0px;
        width: -webkit-fill-available;
      
  }
  
  .accessories_listing_page .entry-summary h1{
    font-size: 2em;
  }
  .accessories_listing_page .woocommerce div.product form.cart{
    margin-bottom: 0px;
  }
  .accessories_listing_page #main_product_section{
    display: flex!important;
    align-items: center!important;
  }
  .accessories_listing_page .entry-summary{
    margin-left: 35px;
  }
  /* ======================================== End Accessories Sub Menu ========================================= */
  
   /* ======================================== Start Accessories Page New Design ========================================= */

   .accessories_listing_page .product-image-content-wrapper{width: 100%;height: auto;background-color: #232323;margin-bottom: 0px;display: flex !important; padding: 5px; vertical-align: top;}
   .accessories_listing_page .product-image-wrapper{width: 238px; min-width: 238px; display: inline-block;}
   /*.accessories_listing_page .product-image-wrapper img{width: 220px !important;height: 240px !important;}*/
   .accessories_listing_page .product-image-wrapper img{display: block; width: 100%; height: auto;}
   .accessories_listing_page .product-image-content-wrapper .product-image-wrapper .woocommerce-product-gallery{margin: 0px !important; width: 100%;}
   .accessories_listing_page .product-image-content-wrapper .entry-summary{width: 100% !important; padding: 20px 20px 20px 50px !important; margin: 0px !important; min-height: 145px;  display: inline-block;}
   .accessories_listing_page .product-image-content-wrapper .entry-summary .product_title{font-size: 20px;font-style: normal;font-weight: 500;margin-bottom: 5px !important;float: left;width: 60%;color: #fff;line-height: 18px;}
   .accessories_listing_page .product-image-content-wrapper .entry-summary .price{margin: -5px !important; min-width: 240px; text-align: right;}
   .accessories_listing_page .product-image-content-wrapper .entry-summary .woocommerce-product-details__short-description{float: left;font-size: 14px;font-weight: 300;margin: 0px 0px 15px 0px; width: 100%;}
   .accessories_listing_page .product-image-content-wrapper .entry-summary .woocommerce-product-details__short-description p{line-height: 18px;margin: 10px 0;}
   .accessories_listing_page .product-image-content-wrapper .entry-summary .price ins .woocommerce-Price-amount.amount{color: #f6cb17}
   .accessories_listing_page .product-image-content-wrapper .entry-summary .product_meta .tagged_as .comp-tag{font-size: 15px;font-weight: 400;color: white;text-transform: uppercase;}
   /*.accessories_listing_page .product-image-content-wrapper .entry-summary .product_meta .tagged_as a, .accessories_listing_page .product-image-content-wrapper .entry-summary .product_meta .tagged_as span{margin-right: 5px;font-size: 12px;font-weight: 500;background: #323232;padding: 5px 10px;border-radius: 5px;     display: inline-block;
    margin-bottom: 10px;}*/
    .accessories_listing_page .product-image-content-wrapper .entry-summary .product_meta .tagged_as a, .single-product #main_product_section .entry-summary .product_meta .tagged_as span, .accessories_listing_page .product-image-content-wrapper .entry-summary .product_meta .tagged_as span{margin-right: 5px;font-size: 12px;font-weight: 500;background: #323232;padding: 5px 10px;border-radius: 5px; display: inline-block; margin-bottom: 10px;}
   .accessories_listing_page .product-add-to-cart-wrapper{width: 100%;height: auto;background-color: #323131;margin-bottom: 20px;display: inline-block;}
   .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form{float: left;width: 100%;}
   .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form table.variations{float: left;width: auto !important;}
   .accessories_listing_page .product-add-to-cart-wrapper .variations_form .single_variation_wrap{float: right;}
   .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr th{display: none;}
   .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr td{margin: 12px;width: 100% !important;}
   .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr td .rtwpvs-term{border-radius: 10px !important;border-color: #4c4c4c;background-color: #323232 !important;color: #4c4c4c;width: fit-content !important;margin: 0 5px !important;}
   .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr td .rtwpvs-term:hover{box-shadow: none !important; color: #165bad !important;}
   .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr td .rtwpvs-term img{display: none;}
   .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr td .rtwpvs-term .rtwpvs-term-span-color{display: none;}
   .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr td .rtwpvs-term.selected{background-color: #165bad !important;color: #FFF !important;border-color: #165bad !important;}
   .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr td .rtwpvs-term .attribute-options{font-size: 16px;padding: 0px !important;}
   .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr td a.reset_variations{display: none !important;visibility: hidden !important;}
   .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity{width: 140px !important;margin: 15px 0px !important;}
   .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .single_add_to_cart_button{height: 70px !important;}
   .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .single_add_to_cart_button::after{position: absolute;}
   /*.accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap a.added_to_cart{position: absolute;bottom: 5px !important;right: 0px;}*/
   .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .single_add_to_cart_button.disabled{background: #8e8e8e !important;border-color: #8e8e8e !important;color: #fff !important;}
   .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity label{display: none;}
   .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity .qty_button{background-color: #4e4e4e !important;border-color: #4e4e4e !important;width: 30px !important;height: 30px !important;font-size: 25px !important;margin: 0px 5px !important;color: #000;vertical-align: middle;}
   .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity .qty{background-color: #fff !important;border-color: #fff !important;color: #000 !important;width: 50px !important;height: 40px !important;}
   /*.accessories_listing_page .product-add-to-cart-wrapper .variations_form .single_variation_wrap .single_variation{display: none !important;}*/
   .accessories_listing_page .product-add-to-cart-wrapper form.cart{float: right;}
   .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity{width:140px !important;margin: 15px 0px !important;}
   .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity label{display: none;}
   .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity .qty_button{background-color: #4e4e4e !important;border-color: #4e4e4e !important;width: 30px !important;height: 30px !important;font-size: 25px !important;margin: 0px 5px !important;color: #000;vertical-align: middle;}
   .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity .qty{background-color: #fff !important;border-color: #fff !important;color: #000 !important;width: 50px !important;height: 40px !important;}
   .accessories_listing_page .product-add-to-cart-wrapper form.cart .single_add_to_cart_button{height: 70px !important;}
   .accessories_listing_page .product-add-to-cart-wrapper form.cart .single_add_to_cart_button::after{position: absolute;}
   .accessories_listing_page .product-add-to-cart-wrapper form.cart a.added_to_cart{background-color: #747474; color: #FFF;text-transform: uppercase; border: 1px solid #747474; font-size: 18px; font-weight: 500;
    padding: 10.5px 22px; height: 70px !important; line-height: 70px; font-weight: 300; border-radius: 0px;}
   .accessories_listing_page .product-add-to-cart-wrapper .out-of-stock{float: right;margin-right: 10px;}
 
   .accessory-page .price .amount{color: #f6cb17;}
    .accessory-main-title h1{
        font-size: 30px !important;
    }
    .accessory-sub-title h2{
        font-size: 1.5rem !important;
    }
    .accessory-main-title .parts-and-accessoris-title, .accessory-sub-title .parts-and-accessoris-title{margin-left: 8px !important;}
    .accessory-main-title .parts-and-accessoris-title img{width: 60px !important;}
    .accessory-sub-title .parts-and-accessoris-title img{width: 55px !important;}
    .accessories_listing_page .accessory-title-price-detail{ display: flex; justify-content: space-between;}
   /* ======================================== End Accessories Page New Design ========================================= */

  /* ======================================== Start Support Sub Menu ========================================= */
  
   /*-------- Start Support page submenu --------*/
  #secondary-nav ul{ text-align: center; display: block;}
  #secondary-nav li{ float: none !important; display: inline-block !important;}
   /*-------- End Support page submenu --------*/
  
  .sticky-menu#secondary-nav{ position: fixed; width: 100%; background: #232323; padding: 0px 0px; text-align: center; left: 0px; z-index: 10;}
  .sticky-menu#secondary-nav ul{ padding: 0px;}
  .sticky-menu#secondary-nav li a img{ display: none;}
  .sticky-menu#secondary-nav .elementor-widget-heading{ display: none;}
  .sticky-menu#secondary-nav li a:hover{color: #165bad;}
  .sticky-menu#secondary-nav li a.tab.active{color: #165bad;}
  
  .sticky-menu#secondary-nav li{ float: none !important; display: inline-block !important;}
  
  
  /* ======================================== End Support Sub Menu ========================================= */
  
  
  /* ======================================== Kapil Start product listing page ========================================= */
  .woocommerce ul.products{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -1.4%;
    min-height: 500px;
  }
  
  .woocommerce ul.products a.button{
    
    font-weight:400;
    padding: 15px 15px;
  }
  
  .woocommerce ul.products a.button:hover{
    background-color: #165bad !important;
    color: #FFF !important;
  }
  
  .woocommerce ul.products img{
    border: 1px solid #404040;
  }
  .woocommerce-page ul.products li.product{
    margin: 0px 1.4% 50px 1.4%; 
    text-align: center;
  }
  .woocommerce ul.products li.product a{
    color: #8f8f8f;
  }
  .woocommerce-loop-product__title{
   min-height: 70px;
  }
  
  .load_more_products{
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 20px;
    color: #8f8f8f;
    border: 1px solid #165bad;
    border-radius: 3px;
    margin: 0px auto 50px auto;
    text-align: center;
    display: block;
    max-width: 300px;
  }
  .load_more_products:hover{
    background-color: #165bad !important;
    color: #FFF !important;
  }
  #formButton{
    border: 1px solid #404040;
    border-radius: 3px;
    padding: 6px 15px;
    text-transform: uppercase;
    color: #c7c7c7;
    display: inline-block;
    margin-top: 20px;
   }
  #formButton:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0b0";
    font-size: 16px; 
    padding-right: 10px;
  }
  #formButton:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    font-size: 18px; 
    color: #4d4d4d;
    padding-left: 20px;
  }
  .ass_filter .accessories-sidebar{
    margin-top: 10px;
    min-width: 260px;
    z-index: 9 !important;
  }
  .ass_filter .accessories-sidebar:before{
    content: '';
    height: 20px;
    width: 20px;
    background-color: #000;
    top: -6px;
    position: absolute;
    left: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ui-widget-overlay{
   background: #000;
  }
  .ui-widget-content{
    background: #141414;
    border: 0px !important;
  }
  .ui-widget.ui-widget-content .woocommerce div.product div.images{
    margin-top: 0px;
  }
  .ui-widget-content .woocommerce div.product div.summary{
   margin: 0px !important;
  }
  .ui-dialog #main_product_section{max-width: 100%;}
  .ui-dialog .ui-dialog-titlebar {
      cursor: default;
      background: transparent;
      border: 0px;
      height: 20px;
  }
  .ui-dialog .ui-dialog-titlebar-close{
    background: transparent !important;
    border: 0px;
    margin-top: -8px;
  }
  .rtwpvs-terms-wrapper .rtwpvs-term{
    color: #fff;
  }
  .ui-dialog .woocommerce div.product .product_title {
    font-style: italic;
    font-size: 25px;
    font-weight: 500;
  }
  
  .ui-dialog .woocommerce div.product div.images img{
    border: 1px solid #404040;
  }
  .reset_variations{
   color: #8f8f8f !important;
  }
  .woocommerce div.product form.cart div.quantity{
    color: #fff!important;
  }
  .input-text.qty{
    background: transparent;
    border-color: #141414;
  }
  .input-text.qty:hover{
    border: 1px solid #404040;
  }
  .ui-dialog .ui-dialog-title{
   display: none; 
  }
  .ui-dialog .single-product{
   margin: 0px;
   padding: 0px;
  }
  .ui-dialog .ui-dialog-content{
   padding: .5em 1.5em 2em 1.5em;  
  }
  .ui-dialog .woocommerce div.product form.cart{
   margin-bottom: 0px;
  }
  .ui-button.ui-dialog-titlebar-close:focus{
    border: 0px !important;
    box-shadow: none !important;
    outline: 0 !important;
  }
  .dynamic_tags{
    margin: 30px 0px 15px 0px;
  }
  .dynamic_tags span{
   background: #000;
   padding: 5px 10px;
   border-radius: 3px; 
   margin-right: 10px;
   font-size: 12px;
   color: #8f8f8f;
   margin-bottom: 10px;
   display: inline-block;
  }   
  .dynamic_tags span a{ 
    font-size: 10px;
    border-left:1px solid #404040;
    margin-left: 8px;
    padding-left: 6px;
  }
  .rander_product .woocommerce-product-gallery--with-images{
   border: 0px !important; 
  }
  .rander_product .woocommerce-product-gallery--with-images img{
   border: 1px solid #404040; 
  }
  .rander_product .single-product{
   padding-bottom: 0px;
   margin-bottom: 0px; 
  }
  .rander_product .product-type-simple{
   border-bottom: 1px solid #262626 !important;
   padding-bottom: 30px;
   margin-bottom: 30px; 
  }
  .rander_product .single-product .product-type-variable{
   border-bottom: 1px solid #262626 !important;
   padding-bottom: 30px;
   margin-bottom: 30px; 
  }
  .rander_product .product-type-variable{
   border-bottom: 1px solid #262626 !important;
   padding-bottom: 30px;
   margin-bottom: 30px; 
  }
  .bundled_product_summary.product img{
   cursor: default;
  }
  .bundled_product_summary.product a.bundled_product_permalink{
   display: none;
  }
  a.open_view_cart{
  color: #fff !important;
  line-height: normal;
  }
  .ui-dialog .woocommerce div.product .woocommerce-product-rating{
  display: none;
  }
  .ui-widget-overlay{
  z-index: 999 !important;
  }
  .woocommerce .quantity .qty {
    padding-left: 0.5em;
    padding-right: 0.5em;
    vertical-align: middle;
    line-height: normal;
  }
  .rtwpvs-image-term{
   padding: 8px 15px !important; 
  }
  .woocommerce div.product form.cart .variations label{
   font-size: 16px;
  }
  .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background-color: transparent;
    border: 0px;
  }
  .gform_wrapper .field_description_below .gfield_description {
    padding-top: 10px;
  }
  .gform_wrapper .gfield_error .gfield_label{
    color:#8f8f8f;
  }
  .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea{
    border:1px solid #666666;
    border-bottom: 1px solid #790000;
  }
  .gform_wrapper li.gfield_error .rc-anchor-normal{border-bottom: 1px solid #790000 !important;}
  
  .gform_wrapper div.validation_error, .gform_wrapper .validation_message{
    display: none;
  }
  .gform_body .gfield_description.validation_message{ display: block;}
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
      margin-top:0px;
  }
  .gform_body li.gfield.gfield_error{ padding-top: 0px; padding-bottom: 0px;}
  .gform_wrapper .hidden_label .gfield_description.validation_message{
   display: block;
   color: #ff0000;
  }
  .cws-cart.woo-wsc-updating .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__wrapper form.woocommerce-cart-form, .woocommerce.woo-wsc-updating{
   position: relative; 
  }
  .cws-cart.woo-wsc-updating .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__wrapper form.woocommerce-cart-form:before, .woocommerce.woo-wsc-updating:before{
   background-color:rgba(255,255,255, 0.5);
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   z-index: 9;
  }
  .cws-cart.woo-wsc-updating .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__wrapper form.woocommerce-cart-form:after, .woocommerce.woo-wsc-updating:after{
   background-image: url("../../../wp-content/themes/arizer-child/images/loader.svg");
   background-position: center; 
   background-size: 30px;
   background-repeat: no-repeat;
   content: "";
   animation: spin 1s ease-in-out infinite;
   width: 30px;
   height: 30px;
   position: absolute;
   top: 50%;
   z-index: 99;
   left: 50%;
   
  }
  .cws-cart .elementor-menu-cart__wrapper form .cart-right-section .product-name{
   font-size: 16px !important;
   line-height: normal;
  }
  a.open_view_cart {
    line-height: normal;
    padding-left: 10px;
    font-size: 14px;
  }
  .cmr_review_text{
   font-family: "'Montserrat', sans-serif", "Montserrat", Sans-serif;
   font-weight: 400; 
  }
  .elementor-location-footer .emailer-box .elementor-section-boxed{
   padding-left: 20px !important;
   padding-right: 20px !important;
  }
  .elementor-location-footer .emailer-box .elementor-col-50 .mc4wp-form input[type="text"], .elementor-location-footer .emailer-box .elementor-col-50 .mc4wp-form input[type="email"]{
    width: 36% ;
    margin-right: 10px !important;
  }
   /*solo2 max subscription form start */
   .solo2-max-subscribe.emailer-box .elementor-section-boxed{
   padding-left: 20px !important;
   padding-right: 20px !important;
  }
   .solo2-max-subscribe.emailer-box .elementor-col-50 .solo2-max-subscription.mc4wp-form input[type="text"], .solo2-max-subscribe.emailer-box .elementor-col-50 .solo2-max-subscription.mc4wp-form input[type="email"]{
    width: 36% ;
    margin-right: 10px !important;
  }
   /*solo2 max subscription form end */
  .product-listing li.product a.open_view_cart{
   padding-left: 5px;
   font-size: 13px;
   padding-top: 10px !important;
  }
  .swp-form .field-submit{ color: #8f8f8f; }
  .product-listing li.product .price .amount{
   font-size: 18px;
  }
  .elementor-widget-container span.no_more_product{
   text-align: center;
  }
  .ui-resizable .ui-dialog-content button.single_add_to_cart_button{
   background-color: transparent;
   color: #8f8f8f;
  }
  .ui-resizable .ui-dialog-content button.single_add_to_cart_button:hover{
   background-color: #165bad !important;
   color: #FFF !important;
  }
  .cm_single_review_title, .cm_single_review_first{
    font-family: "Montserrat", Sans-serif;
  }
  .cm_single_review_first .cm_single_review_date, .cm_single_review_first .cm_single_review_year{
    font-family: "Montserrat", Sans-serif;
  }
  .ui-resizable .single_variation_wrap .view-cart-wc {
    line-height: 50px;
  }
  .product-review-custom .reviews-tabs .elementor-tabs-wrapper .elementor-tab-title {
    border: 1px solid #515151 !important;
  }
  .search-results article{
    float: left;
    width: 33%;
    padding: 10px 15px;
  }
  .search-results article h2.entry-title {
   font-size: 1.2rem;
   line-height: 25px;
  }
  .search-results article figure {
   margin: 0px;
  }
  .search-results article figure img{
    border: 1px solid #404040;
  }
  header.page-header .page-description{
   padding-left: 10px;
  }
  header.page-header{
    width: 100%;
    display: flex;
    font-size: 20px;
    margin: 20px 0px 10px 0px;
    line-height: 50px;
  }
  header.page-header h1{
    font-size: 1.8rem;
  }
  .search-results .pagination{
    width: 100%;
    float: left;
    margin: 20px 0px 30px 0px;
    text-align: right;
  }
  .woocommerce div.product .stock{
   display: inline-block; 
  }
  .woocommerce button{
   outline: none !important;
  }
  .woocommerce-page ul.products li.product .button.loading:after{
   background-position: center;
   background-size: 30px;
   content: url("../../../wp-content/themes/arizer-child/images/loader.svg");
   width: 25px;
   height: 25px;
  }
  .woocommerce ul.products a.button.loading{
   background-color: #666;
   pointer-events: none;
  }
  .elementor-button:focus {
   color: #8e8e8e !important;
  }
  form.cmr_form_lf input[type="text"], form.cmr_form_lf input[type="email"], form.cmr_form_lf input[type="radio"], 
  form.cmr_form_lf input[type="checkbox"], form.cmr_form_lf textarea, form.cmr_form_lf select {
   cursor: auto !important; 
  }
  .elementor-nav-menu--dropdown.elementor-nav-menu__container{
    margin-top: 0px !important;
  }
  .fixedElement .reset_variations {
   display: none !important;
  }
  select.orderby{
   height: 40px;
   font-size: 13px;
   margin-bottom: 20px;
  }
  .woocommerce nav.woocommerce-pagination ul{
    border: 0px;
    margin-bottom: 50px;
  }
  .woocommerce-pagination ul.page-numbers li{
    border: 1px solid #383838 !important;
    margin: 0px 2px !important;
    text-align: center;
    border-radius: 3px;
    color: #bcbcbc!important;
    font-size: 12px;
    min-width: 28px;
  }
  .woocommerce-pagination ul.page-numbers li a.page-numbers{
   border: 0px;
   border-radius: 0px;
  }
  .woocommerce-pagination ul.page-numbers li a:hover{
   background: transparent !important;
  }
  .woocommerce-pagination ul.page-numbers li span.current{
   background: #313131 !important;
   border: 0px;
   border-radius: 0px;
  }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title select{
   padding-left: 0.2rem;
   padding-right: 0.2rem;
  }
  .fixedElement.sticky-product .cart_full_section a.view-cart-wc{
   line-height: normal;
  }
  .elementor-menu-cart__wrapper .woocommerce-notices-wrapper .woocommerce-error{
   margin-bottom: 0px !important; 
  }
  .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers{
   margin-top: 20px; 
  }
  .woocommerce-MyAccount-content table.woocommerce-orders-table td a.button{
   padding: 10px 20px !important;
   font-size: 14px !important;
  }
  .bottom_bar_menu{
   padding-bottom: 20px !important; 
  }
  .bottom_bar_menu ul li a{
   border-right: 1px solid #5D5D5D;
   padding-top: 0px !important;
   padding-bottom: 0px !important;
  }
  .bottom_bar_menu ul li a:hover{
   color: #165bad !important; 
  }
  .bottom_bar_menu ul li:last-child a{
   border-right: 0px; 
  }
  .secondary-menu-class{
   width: 100%;
   text-align: center;
   padding: 15px 0px;
   background: #232323;
  }
  .top-div{
    width: 100%;
   text-align: center;
   padding:0px;
   background: #232323;
  }
  .secondary-menu-class ul{
   margin: 0px;
   padding: 0px; 
  }
  .secondary-menu-class ul li{
   display: inline-block;
   margin: 0px 1%;
   font-size: 12px;
   min-width: 75px;
  }
  .secondary-menu-class.sticky-menu .secondary-menu-class .menu-image-hover-wrapper,.top-div.sticky-menu .secondary-menu-class .menu-image-hover-wrapper{display: none!important;}
  .secondary-menu-class ul li a img.menu-image{
   width: 75px;
   height: 75px;
   padding-bottom: 0px;
   transition: all ease-in 150ms;
  }
  .secondary-menu-class ul li a img.hovered-image{ display: none !important;}
  .secondary-menu-class ul .current-menu-item a img.hovered-image{ display: block !important;opacity: 1 !important;width: 100%;height: 75px;margin: 0 auto;max-width: 100% !important; }
  .secondary-menu-class ul .current-menu-item a img.menu-image{ display: none !important;}
  .secondary-menu-class ul a:hover img.menu-image{ display: none !important;}
  .secondary-menu-class ul a:hover img.hovered-image{ display: inline-block !important; width: 75px;  height: 75px;}
  .secondary-menu-class ul a:hover{ color:#165bad;}
  .secondary-menu-class.sticky-menu ul li a img.hovered-image,.top-div ul li a img.hovered-image { display: none !important;}
  
  
  .secondary-menu-class ul li a img.menu-image:hover{
   transform:scale(1.1);
  }
  .secondary-menu-class ul li.current-menu-item{
   pointer-events: none;
  }
  .secondary-menu-class ul li.current-menu-item a{
   color: #165bad;
   cursor: default;
  }
  /*.secondary-menu-class .menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper, .menu-image-title-below .menu-image-hover-wrapper{display:inline-grid !important;}*/
  .secondary-menu-class.sticky-menu,.top-div.sticky-menu{
   position: fixed;
   z-index: 10;
  }
  .secondary-menu-class.sticky-menu ul li a img.menu-image,.top-div.sticky-menu ul li a img{
   display: none;
  } 
  .fixedElement, .fixedElement.sticky-product{
   border-top: 1px solid #323232; 
  }
  .video_header{
   display: flex;
   justify-content: center;
  }
  .secondary_banner_image{
   background-color: #141414;
   padding-bottom: 35px;
  }
  .features_video_sec section figure.elementor-image-box-img, .features_video_sec section figure.elementor-image-box-img a{
   position: relative; 
  }
  .features_video_sec section figure.elementor-image-box-img:before{
    content: " ";
    background-image: url("/wp-content/themes/arizer-child/images/play-video.png");
    cursor: pointer;
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    transition: all ease-in 150ms;
   }
  .features_video_sec section  figure.elementor-image-box-img:hover:before{
   display: block;
   transition: all ease-in 150ms;
  }
  .cp_style_4938 .cp-popup{
   background-color: #131313;  
  }
  form.cmr_form_lf div.g-recaptcha {
   padding-left: calc(39% + 0.35em);
  }
  
  .top_bundle_section{
    padding-top: 30px;
    text-align: right;
  }
  .top_bundle_section .bundle_name_option{
   display: inline-block;
  }
  .top_bundle_section .bundle_name_option label{
    cursor: pointer;
    position: relative;
    display: inline-block;
    border: 1px solid #333333;
    padding: 15px 15px 15px 40px; 
    margin-left: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
  }
  
  .top_bundle_section .bundle_name_option input{
   margin-right: 10px;
   cursor: pointer; 
  }
  
  /* Hide the browser's default Radio */
  .top_bundle_section .bundle_name_option label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .top_bundle_section .bundle_name_option .checkmark {
    position: absolute;
    top: 13px;
    left: 13px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #404040;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .top_bundle_section .bundle_name_option label:hover input ~ .checkmark {
    background-color: #383838;
  }
  
  /* When the checkbox is checked, add a blue background */
  .top_bundle_section .bundle_name_option label input:checked ~ .checkmark {
    background-color: #165bad;
    border-color: #165bad;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .top_bundle_section .bundle_name_option .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .top_bundle_section .bundle_name_option label input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .top_bundle_section .bundle_name_option label .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  /*Bundle product style*/
  #wcqv_contend2 .images {
  width: 13%;
  float: left;
  }
  .popup-top-section {
  margin-left: 15%;
  }
  #wcqv_contend2 .product_title.entry-title {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  }
  #wcqv_contend2 .scrollable .price {
  font-size: 1em;
  color: #ffffff;
  margin: 10px 0px 10px 0px;
  }
  #wcqv_contend2 .scrollable .pro_summary .price {
  display: none;
  }
  #wcqv_contend2 .scrollable .pro_summary .product_title.entry-title {
  display: none;
  }
  .remodal {
  background: #19191a!important;
  }
  .popup_cart_button {
  display: flex;
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 20px;
  margin: 0 0 5px;
  font-size: 20px;
  margin-top: 8px;
  margin-left: 15%;
  }
  #wcqv_contend2 .scrollable .bundle_form button {
  color: #fff;
  border-color: #0d0d0d;
  background-color: #165bad;
  margin-bottom: .25em;
  text-shadow: 0 0.075em 0.075em rgba(0,0,0,.5);
  border-radius: .25em;
  padding: 8px 15px;
  font-size: 12px;
  margin: 0px 0px 0px 10px;
  box-shadow: none;
  border: 1px solid #000;
  }
  #wcqv_contend2 input[type="number"] {
  max-width: 4em;
  height: 2.65em;
  margin: 0;
  padding: 0 .65em;
  text-align: center;
  }
  .popup_bundle_option {
  color: #fff;
  
  }
  
  .remodal2{
  left: 35% !important;
  right: 35% !important;
  outline: none;
  }
  .remodal2 .scrollbar_div {
  overflow-y: auto;
  float: left;
  width: 100%;
  height: 100%;
  padding: 20px;
  }
  .remodal2 .bundled_product_title{
  background: transparent;
  border: 0px;
  pointer-events: none;
  padding-top: 15px !important;
  font-weight: 400;
  }
  .remodal2 .quantity{
   color: #fff;
  }
  .remodal2 .price del .amount, .remodal2 .price ins .amount{
   font-size: 18px;
  }
  .remodal2 .popup_bundle_option select{
   width: 200px;
   margin-left: 10px;
   font-size: 14px;
   display: inline-block;
   font-size: 14px !important;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   height: 35px;
   line-height: 20px;
   background: url("/wp-content/themes/arizer-child/images/bundle-aerrow.png") no-repeat 95% center;
   padding-right: 28px;
   color: #555;
  }
  .remodal2 .variations label{
   font-size: 16px;
   margin-bottom: 15px;
   color: #fff;
  }
  .remodal2 .bundle_wrap .bundle_button{
   display: none;
  }
  .remodal2 .bundled_product_summary img{
   border: 1px solid #333333;
  }
  .remodal2 .bundled_item_cart_content{
   border: 0px !important;
   padding: 10px 10px 10px 10px !important;
  }
  .remodal2 .bundled_product_summary .bundled_product_title .item_suffix{
   display: none;
  }
  .remodal2 .popup_cart_button{
   margin-top: 20px; 
  }
  .remodal2 .reset_bundled_variations{
   display: none !important;
  }
  .remodal2 form{
   margin-bottom: 0px;
  }
  .remodal2 .remodal-close {
   z-index: 10;
  }
  
  .entry-summary1.bundles_oneline{
    justify-content: center;
  }
  .entry-summary1.bundles_oneline .expand-button-wc{
   display: none;
  }
  .entry-summary1.bundles_oneline, .entry-summary1.bundles_oneline .popup_mobile_add_to_cart{
   display: flex;
   align-items: center; 
  }
  .entry-summary1.bundles_oneline h1{
  font-size: 18px;
  font-weight: 600;
  font-style: normal !important;
  margin: 0px 20px 0px 0px !important;
  }
  .entry-summary1.bundles_oneline .price del .amount, .entry-summary1.bundles_oneline .price ins .amount{
   font-size: 18px !important;
  }
  .entry-summary1.bundles_oneline .top_section{
  font-size: 14px !important;
  margin-right: 15px;
  display: flex;
  align-items: center;
  }
  .entry-summary1.bundles_oneline .top_section select{
   font-size: 14px !important;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   height: 35px;
   line-height: 20px;
   background: url("/wp-content/themes/arizer-child/images/bundle-aerrow.png") no-repeat 95% center;
   padding-right: 28px;
   color: #555;
  }
  .entry-summary1.bundles_oneline .top_section label{
   white-space: nowrap;
   padding-right: 10px;
  }
  .entry-summary1.bundles_oneline .popup_mobile_add_to_cart{
   font-size: 16px; 
  }
  .entry-summary1.bundles_oneline .popup_mobile_add_to_cart a{
  background-color: #165bad;
  color: #FFF;
  border: 1px solid #165bad;
  padding:5px 13px;
  margin-left: 15px;
  border-radius: 3px;
  font-size: 14px;
  }
  .entry-summary1.bundles_oneline .popup_mobile_add_to_cart a:hover{
   background: transparent;
  }
  .remodal2 .popup_cart_button a.open_view_cart{
   line-height: 40px;
  }
  .remodal2 .product-type-bundle .entry-summary{
   width: 100% !important;
  }
  .remodal2 .product-type-bundle .woocommerce-product-gallery{
   display: none; 
  }
  .remodal2 .product-type-bundle .bundled_product_summary{
   color: #fff;
  }
  .quick_view.button{
    display: none !important;
  }
  
  .summary1.entry-summary1.bundles_oneline .starting_from {
      display: none;
  }
  
  .product-type-bundle .product_title.entry-title {
      display: inline-block  !important;
      font-size: 0.9375rem;
      padding-top: 0px !important;
      font-weight: 400;
      color: #FFF;
      margin-right: 15px;
      vertical-align: top  !important;
  }
  /*Bundle product style*/
  
  /* ======================================== Kapil End product listing page ========================================= */
  
  
  /* ========================================  Start SUBSCRIBE  ========================================= */
  
  .swp-error{ color: #ff0000; padding: 10px 0px 0px 0px; }
  .swp-success{ color: #4e842a; padding: 10px 0px 0px 0px; }
  /*.swp-email-valid-error{border-bottom-color: #ff0000 !important;}*/
  .swp-email-valid-error{border: 2px solid #ff0000 !important;}
  
  /* ========================================  End SUBSCRIBE  ========================================= */
  
  /* ========================================  Start reviews new page ========================================= */
  .reviews-top-bar{
    text-align: center;
  }
  #Reviews_tab_top {
    display: inline-flex;
    list-style: none;
  }
  #Reviews_tab_top li {
      padding: 0px 15px;
  }
  .product-review-custom .reviews-tabs .elementor-tabs-wrapper .elementor-tab-title{
    border: 2px solid #515151;
  }
  .product-review-custom .elementor-widget-tabs.reviews-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
      border-width: 0px!important;
  }
  .product-review-custom .elementor-widget-tabs.reviews-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
      border-width: 0px;
  }
  .reviews-tabs .cmr_reviews_title{
    display: none;
  }
  /* ======================================== End reviews new page ========================================= */
  
  /* ======================================================================================================= */
  
  
  .dialog-form{ width: 100% !important; }
  .sidebar .woocommerce-shipping-methods li .betrs_option_desc{ display: none; }
  .dialog-form .fixedElement{ display: none;}
  
  /* ====================================== start New home Age popup ============================================ */
  
  .agc_screen#agc_bg {
    position: fixed;
    z-index: 999999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    background-color: #000000;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.agc_screen#agc_bg_video {
    position: fixed;
    z-index: 999999999;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    background-color: #333;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.agc_screen#agc_bg_video::-webkit-media-controls {
    display: none !important;
    opacity: 0 !important;
}

.agc_screen#agc_overlay {
    position: fixed;
    z-index: 999999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    background-color: #000;
}

.agc_screen#agc_form {
    position: fixed;
    z-index: 999999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
}

.agc_screen .agc_cleared {
    clear: both;
}
.agc_screen{
    background: #2c2c2c00 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(12px);
}
.agc_screen #agc_container {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    position: absolute;
    max-height: 100%;
    /* Allows container to overflow correctly in small screen heights */
    z-index: 2;
    bottom: 50%;
    right: 50%;
    width: 100%;
    text-align: center;
    max-width: 700px;
    background: #000000 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
    padding: 10px;
    -ms-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    border: 3px solid #fff;
    border-radius: 22px;
    
}

.agc_screen #agc_container #agc_title {
    margin: 10px 0px 0px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
}

.agc_screen #agc_container p {
    margin: 0px 0px 0px 0px;
    font-size: 16px;
}

.agc_screen .agc_select_wrap {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    padding: 0px;
    width: 31%;
}

.agc_screen .agc_select {
    width: 100%;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently not supported by any browser */
}

.agc_screen .agc_select_wrap .agc_select_val,
.agc_screen .agc_select_wrap .agc_options {
    display: none;
}

.agc_screen .agc_select_wrap .agc_select_val {
    font-size: 14px;
}

.agc_screen .agc_select select {
    height: auto;
    width: 100%;
    border: none;
    padding: 18px 20px 18px 20px;
    background: url("../img/dropdown.png") no-repeat 85% center white;
    font-size: 16px;
    /* 16px prevents iOS zooming when clicking select */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Hide dropdown on IE 10 */
.agc_screen .agc_select select::-ms-expand {
    display: none;
}

.agc_screen .agc_select_wrap:nth-of-type(1) select {
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.agc_screen .agc_select_wrap:nth-of-type(2) select {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.agc_screen .agc_select_wrap:nth-of-type(3) select {
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}

/* ============================================================
    END BIRTHDAY DROPDOWN
  ============================================================ */


.agc_screen .agc_verify_button {
    
        text-transform: uppercase;
        font-weight: 600;
        padding: 10px 20px;
        color: #faaf00;
        border: 1px solid #faaf00;
        border-radius: 10px;
        margin: 0px 0px 0px auto;
        text-align: center;
        display: block;
        width: 40%;
        font-size: 14px;
        vertical-align: middle;
}
.agc_screen [type=submit]:disabled{
    opacity: 0.4;
    color: #838383;
    border: 1px solid #838383;
}
.agc_screen [type=submit]:disabled:hover{
    cursor:unset;
   background-color: #00000000 !important;
   color: #838383!important;
}
.agc_screen .agc_verify_button:focus {
    background-color: #000 !important;

}

.agc_screen .agc_verify_button:hover {
    background-color: #faaf00 !important;
    color: #000 !important;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.agc_screen .agc_verify_button[disabled=disabled] {
    cursor: not-allowed;
}

.agc_screen #agc_verify_submit {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.agc_screen #agc_verify_submit .global_checkbox{
    vertical-align: initial;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 14px;
    text-transform: initial;
}
.agc_screen .agc_result {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    font-size: 14px;
    padding-top: 10px;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #ff2816;
}

.agc_screen .agc_result.redirect{ color: #FFF;}

.form__field {
    position: relative;
    font-size: 20px;
    width: 100%;
    margin-bottom: 0px;
}

/* -------------------- Start popup check box style -------------------*/
.global_checkbox {

    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #9b9999;
    text-align: left;
}

/* Hide the browser's default checkbox */
.global_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.global_checkbox .check {
    position: absolute;
    top: -1px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.global_checkbox:hover input ~ .check {
    background-color: #383838;
}

/* When the checkbox is checked, add a blue background */
.global_checkbox input:checked ~ .check {
    background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.global_checkbox .check:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.global_checkbox input:checked ~ .check:after {
    display: block;
}

/* Style the checkmark/indicator */
.global_checkbox .check:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* --------------------End popup check box style -------------------*/

.form__field select {
    height: 40px;
    font-size: 13px;
    margin-bottom: 30px;
}

.form_between {
    justify-content: space-between;
    display: flex;
}

.form__field label {
    display: block;
    width: 100%;
    font-weight: 300;
    text-align: left;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;

}

.agc_screen form {
    text-align: left;
}
.before-smile-text p{
    text-align: center !important;
    /*margin-left: -35px !important;*/
}
.agc_screen #agc_container p.agc_title_subtext{
    text-align: center;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}
#agc_verify_form select{
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
#agc_verify_form .select:after {
    content: '\f078';
font-family: "Font Awesome 5 Free";
font-size: 18px;
padding: 12px 8px;
position: absolute;
right: 20px;
top: 17px;
z-index: 999;
text-align: center;
width: 15px;
height: 15px;
pointer-events: none;
color: #000;
font-weight: 600;
  }
  #agc_verify_form .agc_select_wrap::after{
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    padding: 12px 8px;
    position: absolute;
    right: 20px;
    top: -5px;
    z-index: 999;
    text-align: center;
    width: 15px;
    height: 15px;
    pointer-events: none;
    color: #000;
    font-weight: 600;
  }
  
#agc_verify_form select::placeholder{
    text-align: center;
}
.agc_screen #agc_container {
    padding: 40px 80px !important;
}
.before-smile-text .far.fa-smile{
    font-size: 50px;        
}

.home-new-slider .slider-for {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}
.home-new-slider .elementor-image img,.home-new-slider .elementor-image a img,.home-new-slider .elementor-image a,
.home-new-slider .elementor-widget-container img,.home-new-slider .elementor-widget-container a img,.home-new-slider .elementor-widget-container a{
    width: 100%;
}

.home-new-slider .slide-container {
    height: 20vh;
    background-color: transparent;
    text-align: center;
    line-height: 20vh;
    font-size: 40px;
    font-weight: bold;
    border: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.home-new-slider .decor {
    padding: 5px 40px;
    background-color: #fff;
    border: 2px solid #000;
}

.home-new-slider .slide-btn {
    text-align: center;
    box-sizing: border-box;
    height: 40vh;
    background-color: yellow;
    border: 1px solid #000;
    cursor: pointer;
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    font-size: 30px;
    min-height: 120px;
    transition: 0.5s all;
}

.home-new-slider .slick-active-first .slide-btn {
    background-color: red;
}

.home-new-slider .slick-active-last .slide-btn {
    background-color: orange;
}

.home-new-slider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-new-slider .slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
}

.home-new-slider .slider-dots button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    border: 0;
    background-color: transparent;
    margin: 0 10px 0px 0px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    transition: .3s all;
    position: relative;
    z-index: 0;
}

.home-new-slider .slick-active button {
        width: 40px;
        height: 40px;
}

.home-new-slider .slider-dots button:after {
    content: "";
display: block;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #0000;
border: 2px solid #858585;
}

.home-new-slider .slick-active button:after {
    content: none;
    display: none;
}

.home-new-slider .slick-active button:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border: 2px solid rgb(247 247 247 / 31%);
    border-radius: 50%;
}

.home-new-slider .circle-bg {
  fill: rgba(255, 255, 255, 0);
  stroke: rgba(0, 0, 0, 0.05);
  stroke-width: 2;
  stroke-linecap: butt;
}
.home-new-slider .circle-go {
  fill: rgba(255, 255, 255, 0);
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
    animation: progress 27s;
    stroke-dasharray: 360px;
    stroke-dashoffset: 360;
}
.home-new-slider .circle-tx {
  fill: #fff;
  stroke-width: 1;
  font: bold 24px 'Arial';
  text-anchor: middle;

}
a.cart-contents {
    width: 40px !important;
    height: 40px !important;
    padding-top: 5px;
}
.cart-contents .fas.fa-shopping-cart{display: none;}
.cart-contents::after{
    content: '';
    background-image: url(/wp-content/uploads/2022/02/cart.svg);
    position: absolute;
    width: 30px;
    height: 28px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 9;
    left: 0px;
}
.cart-contents .cart-contents-count{
    top: 0px;
    left: 15px;
}

@keyframes progress {
  from {
    stroke-dashoffset: 360;
  }
  
  to {
    stroke-dashoffset: 0;
  }
}
.home-new-slider .slick-next.slick-arrow{
    display: none !important;
}
.slider-dots li::marker{
    color: #262626;
}
.home-new-slider .slider-dots{
    position: absolute;
    right: 30px;
    bottom: 40px;
    background: #262626;
    border-radius: 12px;
    backdrop-filter: blur(50px);
    padding: 10px 20px;
    min-height: 60px;
}
.home-new-slider .owl-carousel .owl-dot svg{
    display: none;
    transition: 0ms;
}
/* .home-new-slider .owl-carousel .owl-dots
{
    position: absolute;
    right: 30px;
    bottom: 40px;
    background: #262626;
    border-radius: 12px;
    backdrop-filter: blur(50px);
    padding: 10px 20px;
    min-height: 60px;
    width: max-content;
    display: flex;
    justify-content: center;
    align-content: center;
} */
.home-new-slider .owl-carousel .owl-dots
{
    position: relative;
    right: auto;
    bottom: 10px;
    background: #262626;
    border-radius: 12px;
    backdrop-filter: blur(50px);
    padding: 10px 20px;
    min-height: 60px;
    width: max-content;
    display: none;
    justify-content: center;
    align-content: center;
    margin: -60px auto 0px auto;
}
.home-new-slider .owl-carousel .owl-dots{
    display: none;
}
.home-new-slider .owl-carousel .owl-dot{
    background: #fff0;
    border: 2px solid #858585;
    border-radius: 20px;
    padding: 10px 10px !important;
    width: 25px;
    height: 25px;
    margin: 8px 7px 0px 7px;    
    position: relative;
}
.home-new-slider .owl-carousel .owl-dot.active{
    background: none;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: relative;
    padding: 0px 0px !important;
    margin-top: 0px;
}
.home-new-slider .owl-carousel .owl-dot.active svg{
    display: block;
    position: absolute;
    left: -2px;
top: -3px;
}
.home-new-slider .owl-carousel .owl-dot span,.home-new-slider .owl-carousel .owl-dot.active span{
    background: #e9e9e900;
    border: none;
}
/* .home .main-navigation{
    margin: 0px 10px;
    max-width: 100%;
    width: -webkit-fill-available;
    border-radius: 5px;
    position: fixed;
    z-index: 999;
    top: 10px;
    background-color: #4040406B !important;
}
.home .main-navigation.elementor-sticky--active{
    top: 10px !important;
}
.home.admin-bar .main-navigation{
    top: 42px;
}
.home.admin-bar .main-navigation.elementor-sticky--active{
    top: 42px !important;
}
.home.admin-bar .menu-item-has-children .sub-menu,.home .menu-item-has-children .sub-menu{
    top:56px !important;
}
.home.admin-bar .menu-item-has-children .sub-menu.elementor-nav-menu--dropdown::before,
.home .menu-item-has-children .sub-menu.elementor-nav-menu--dropdown::before{
    content: '' !important;
    position: absolute !important;
    border: 15px solid #3b3b3b !important;
    top: -5px !important;
    width: 10px !important;
    height: 10px !important;
    transform: rotate(45deg);
    left: 15px;
}
.country-and-state-wrap{
    display: flex;
}
.country-and-state-wrap .form__field.field_for_others{
    width: 50%;
}
.country-and-state-wrap #age_limit_countries_field{
    margin-right: 10px;
}
.checkout-popup-wrp{
    display: none;
}
.home .main-navigation.sticky{
    background-color: #232323 !important;
}
.home .top-div {
    width: 99%;
    text-align: center;
    padding: 0px;
    background: #232323;
    margin: 0px 10px;
} */

.main-navigation,.page-id-20207511 .main-navigation{
    background-color: #4040406B !important;
}
/* .main-navigation.elementor-sticky--active{
    top: 10px !important;
} */
.elementor-location-header{
    position: fixed;
    top: 0px;
    display: block;
    width: -webkit-fill-available;
    width: -moz-available;
    max-width: 100%;
    z-index: 9999;
    /* margin: 0 10px 0px 10px; */
    /* background-color: #4040406B !important; */
}
.admin-bar .elementor-location-header{
    position: fixed;
    top: 32px;
    display: block;
    width: -webkit-fill-available;
    width: -moz-available;
    max-width: 100%;
    z-index: 9999;
    /* margin: 0 10px 0px 10px; */
    /* background-color: #4040406B !important; */
}
.country-and-state-wrap{
    display: flex;
}
.country-and-state-wrap .form__field.field_for_others{
    width: 50%;
}
.country-and-state-wrap #age_limit_countries_field{
    margin-right: 10px;
}
.checkout-popup-wrp{
    display: none;
}
.main-navigation.sticky,.page-id-20207511 .main-navigation.sticky{
    background-color: #232323 !important;
}
.top-div {
    max-width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: center;
    padding: 0px;
    background: #232323;
    margin: 0px 0px;
    margin-top: 60px;
}
.top-div.sticky-menu{
    margin-top: 0px;
}
 .entry-content{
    margin-top: 60px !important;
}
/* .page-id-20210286328 .entry-content,.page-id-20210092123 .entry-content,.page-id-20211020591 .entry-content{
    margin-top: 0px !important;
} */
.support-secondary-nav{
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 0px 10px;
}
.support-secondary-nav.sticky-menu#secondary-nav{
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 0px 10px;
}
@media only screen and (max-width: 1024px){
    .device_review .product-write-review-custom .woocommerce-photo-reviews-form {
        width: 100%;
        padding: 0px 0px !important;
    }
    .home-new-slider .owl-carousel .owl-dots{
        position: relative;
        right: auto;
        bottom: 10px;
        background: #262626;
        border-radius: 12px;
        backdrop-filter: blur(50px);
        padding: 10px 5px;
        min-height: 60px;
        width: max-content;
        display: none;
        margin: -60px auto 0px auto;
        justify-content: center;
        align-content: center;
    }
    .home-new-slider .owl-carousel .owl-dots{
        position: relative;
        right: auto;
        bottom: 10px;
        background: #262626;
        border-radius: 12px;
        backdrop-filter: blur(50px);
        padding: 10px 5px;
        min-height: 60px;
        width: max-content;
        display: none;
        margin: -30px auto 0px auto;
        justify-content: center;
        align-content: center;
        margin: -60px auto 0px auto;
    }
    .home.admin-bar .menu-item-has-children .sub-menu.elementor-nav-menu--dropdown::before,
    .home .menu-item-has-children .sub-menu.elementor-nav-menu--dropdown::before{
    display: none;
}
    .elementor-nav-menu--dropdown .elementor-nav-menu .sub-menu .menu-item a::after{
        left: 18px !important;
    }
    .home .home-new-slider .slider-dots {
        position: relative;
        right: auto;
        bottom: 0px;
        background: #1b1b1b;
        border-radius: 12px;
        padding: 0px 15px;
        min-height: 60px;
        width: fit-content;
        margin: 0 auto;
        backdrop-filter: blur(50px);
        margin-top: -50px;
        fill-opacity: 74%;
    }
    .slider-dots li::marker {
        color: #1b1b1b;
    }
    .main-navigation nav{
        height: 100vh;
        background-color: #181818 !important;
    }
    /* Mega Menu */
    .main-navigation nav{
        height: auto !important;
        background-color: unset !important;
    }
    .main-navigation nav.elementor-nav-menu--dropdown ul.elementor-nav-menu{
        padding-top: 35px;
    }
    .main-navigation nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item a{
        font-size: 15px !important;
        text-align: right !important;
        display: block !important;
        padding-right: 50px !important;
        color: #fff !important;
        font-weight: 300 !important;
        border-bottom: none !important;
    }
    .main-navigation nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.primary-yellow-link .menu-item a{
        color: #F79F28 !important;
    }
    .main-navigation nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item a .sub-arrow{
        position: absolute;
    }
    .active-navigation .main-navigation {
        background-color: #181818 !important;
    }
    .top-div {
        margin-top: 60px !important;
    }
    .top-div.sticky-menu {
        margin-top: 6px !important;
    }
    .entry-content {
        margin-top: 60px !important;
    }
}
@media only screen and (max-width: 768px){
    .admin-bar .top-div {
        margin-top: 52px !important;
    }
    .top-div {
        margin-top: 56px !important;
    }
    .admin-bar .top-div.sticky-menu {
        margin-top: 0px !important;
    }
    .admin-bar .elementor-location-header{
        top: 46px;
    }
    .main-navigation.elementor-sticky--active{
        top: 0cqwpx !important;
    }
    .air_series_img::after{
        display: none;
     }

}
@media only screen and (max-width: 767px){
    .home-new-slider .owl-carousel .owl-dot{
        margin: 8px 2px 0px 2px;    
    }
    .agc_screen #agc_container {
        padding: 30px 30px !important;
        width: 388px;
    }
    #agc_verify_form .select:after
    {
        font-size:12px;
        padding: 16px 0px;
    }
    .agc_screen #agc_verify_submit{
        text-align: center;
        width: 100%;
        display: inline-block;
    }
    .agc_screen #agc_verify_submit .global_checkbox{
        font-size: 10px;
        text-align: center;
    }
    
    /* Age gate start */
    .agegate_state_validation .global_checkbox .check{
        top: 0;
        left: 0;
    }
    /* Age gate end */

    .global_checkbox .check{
        top: -3px;
        left: 30px;
    }
    .agc_screen [type=submit]:disabled:hover{
        margin-top: 18px;
    }
    .agc_screen .agc_verify_button{
        width: 100%;
        margin-top: 18px;
    }
    .admin-bar .top-div {
        margin-top: 55px !important;
    }
    .top-div {
        margin-top: 59px !important;
    }
    /* div#secondary_nav_select {
        margin-top: 55px;
    } */
    .whats_include_section .support-list li{margin-bottom: 5px;}
    
}
/* ====================================== End home Age popup ============================================ */
  /*** poduct page banner image *****/
  .play-video-button{
      position: absolute!important;
      bottom: 70px;
  }
  .postid-923 .play-video-button,.postid-3556 .play-video-button{
      position: absolute!important;
      bottom: 25px;
  }
  /***** Product page banner image end *******/
  /* ====================================== inner banner ================================================== */
  
  .video_header .banner-play{
      background-color: transparent;
      color: #FFF;
      text-transform: capitalize;
      border: 1px solid #165bad;
      font-size: 18px;
      font-weight: 400;
      padding: 10px 20px !important;
      border-radius: 3px; transition: all 0.5s;
      display: flex;
      align-items: center;
    }
  .video_header .banner-play i{
      width: 28px;
      height: 28px;
      background: #165bad;
      color: #FFF;
      display: inline-block;
      line-height: 25px;
      border-radius: 30px;
      vertical-align: middle;
      text-align: center;
      transition: all 0.5s;
      margin-right: 7px;
      font-size: 12px; 
      text-align: center !important;
      padding-top: 2px !important;
      padding-left: 3px !important;
    }
  .video_header .banner-play:hover{background-color:#165bad}
  .video_header .banner-play:hover i{color:#165bad;  background: #FFF;}
  
  
  /*====================================== Bundel popup  css ====================================================*/
  .remodal2 .popup-top-section .product_title.entry-title{ color: #8f8f8f;
      font-style: italic; font-size: 20px !important; font-weight:700; margin: 0px 0px 0px 0px;}
  
  .remodal2 .price del .amount, .remodal2 .price ins .amount {
      font-size: 15px;margin-right: 10px;
  }
  
  .remodal2 .qty.text{  height: 2em !important; border: none;}
  
  .remodal2 .popup_cart_button {
      margin-top: 0px;
      text-align: left;
      padding-left: 13% !important;
      margin-left: 0px !important; 
      border-bottom: 1px solid #535353;
  }
  
  .remodal2 .bundled_product_summary .details{padding-left: 13% !important;
      margin-left: 0px !important;}
  .remodal2 .bundled_product_title {
      display: inline-block;
      width: auto;
      padding: 0px !important;
      vertical-align: top;
  }
  
  .remodal2 .bundle_add_to_cart_button{ margin-left: 0px !important;}
  
  .remodal2 .quantity {
      color: #fff;
      margin: 0px 0px 12px 0px;
  }
  .remodal2 .popup_cart_button{ display: block;}
  .remodal2 .bundled_product_images{ position: relative; display: inline-block; padding: 0px !important; width: 13% !important;}
  .remodal2 .bundled_product_title{ display: inline-block; width: auto; font-size: 15px !important;}
  .remodal2 .bundled_product_summary{ text-align: left !important; border-bottom: 1px dashed #535353; padding: 15px 0px !important; margin: 15px 0px !important;   } 
  .remodal2 .attribute_options { display: flex !important; flex-wrap: wrap !important; padding: 0px 5px !important; width: 100%; }
  .remodal2 .attribute_options td{ width: 100% !important;}
  .remodal2 .bundled_item_cart_content{ padding: 0px !important;}
  .remodal2 .variations label {
      font-size: 13px !important;}
  .remodal2  .variations tbody{display: flex !important;
      flex-wrap: wrap !important;}
  
  .agc_screen #agc_container {
      overflow-y: auto;
  }
  .remodal2 .woocommerce-product-details__short-description{
    display: none;
  }
  /*====================================== End Bundel popup  css ====================================================*/
  
  /*======================================= Start Yello bart css ================================================*/
  
  .woocommerce-store-notice.demo_store {
      position:relative !important;
      background-color: #daa511 !important;
      color: #0a0a0a;
      bottom: auto;
      z-index:9;
      text-align: center;
      font-weight: 700;
      font-size: 16px;
      padding: 10px 0;
      top: 0 !important;
  }
  
  
  /*======================================= End Yello bart css ================================================*/
  
  /*======================================= Stat bottom infobar css ===========================================*/
  
  .cp-module-info_bar .cp-popup.cp-bottom {background-color: #131313 !important;}
  .home .cp-module-info_bar .cp-popup.cp-bottom { bottom: 0px;}
  
  /*======================================= End bottom infobar css ===========================================*/
  
  /*======================================= start accesory bart css ==========================================*/
  .sub_menu_accrssories.fixedElement{ display: block !important; bottom: auto !important;}
  
  
  /*======================================= End accesory bart css ==========================================*/
  /*======================================= Stat career css ===========================================*/
  .career-sub-list{    margin-left: 25px;margin-top: 10px;}
  .career-contact a{color: #faaf00;}
  /*======================================= End Career css ===========================================*/
  /*======================================= Start Target Browser css ============================================ */
  
  @supports (-ms-ime-align: auto) {
    /* Microsoft EdgeV13&14 CSS styles go here */
   .rtwpvs-terms-wrapper .rtwpvs-term img { min-width: 22px !important;}
   .cart-contents-count{ border: none !important; box-shadow: 0px 0px 0px 2px #131313 !important; min-width: 18px !important; height:18px !important;}
   .cmrrow input, .cmrrow textarea{ outline: none; }
  }
  
  @supports (-ms-accelerator: true) {
    /* Microsoft EdgeV13 CSS styles go here */
   .rtwpvs-terms-wrapper .rtwpvs-term img { width: 42px !important;}
   .cart-contents-count{ border: none !important; box-shadow: 0px 0px 0px 2px #131313 !important; min-width: 18px !important; height:18px !important;}
   .cmrrow input, .cmrrow textarea{ outline: none; }
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      /* IE10 & IE11 CSS styles go here */
      .rtwpvs-terms-wrapper .rtwpvs-term img { width: 22px !important; height: 22px !important; border: 1px solid #FFF; position: absolute; left: 10px; top: 10px;}
      .color-variable-wrapper .rtwpvs-color-term .rtwpvs-term-span-color{position: absolute !important; left: 10px; top: 10px;}
      .color-variable-wrapper .rtwpvs-color-term{ padding: 8px 15px !important;  }
      .rtwpvs-terms-wrapper .rtwpvs-term{ display: inline-block !important; padding-left: 35px !important; position: relative;  }
      
      .fixedElement .rtwpvs-terms-wrapper .rtwpvs-term img { width: 22px !important; height: 22px !important; border: 1px solid #FFF; position: inherit; left: 0px; top: 0px ; }
     .fixedElement .color-variable-wrapper .rtwpvs-color-term .rtwpvs-term-span-color{position: inherit !important; left:0px; top:0px; }
      .fixedElement .color-variable-wrapper .rtwpvs-color-term{ padding:0px !important;  }
     .fixedElement .rtwpvs-terms-wrapper .rtwpvs-term{ display: inline-block !important; padding-left: 0px !important; position: relative;  }
      
      .color-variable-wrapper .rtwpvs-color-term .rtwpvs-term-span-color{ display: inline-block; vertical-align: middle; }
      .ui-dialog .rtwpvs-terms-wrapper .rtwpvs-term{margin-right: 3% !important;}
      .ui-dialog .rtwpvs-image-term{ width: 29% !important;}
      .ui-widget-content{ overflow-x: hidden !important;}
      
      .fixedElement .rtwpvs-image-term{ min-height: 23px; height: 23px !important;}
      .fixedElement .color-variable-wrapper .rtwpvs-color-term{ min-height: 23px !important; height: 23px !important;}
      
      .cart-contents-count{ border: none !important; box-shadow: 0px 0px 0px 2px #131313 !important; min-width: 18px !important; height:18px !important;}
  
      .rtwpvs .rtwpvs-terms-wrapper{ display: block !important; width: 100% !important; }
  
      .elementor-button{ vertical-align: middle; }
  
      .elementor-location-footer .emailer-box .elementor-col-50 .mc4wp-form input[type='text'], .elementor-location-footer .emailer-box .elementor-col-50 .mc4wp-form input[type='email']{ vertical-align: top; }
      /* solo2 max subscription start */
      .solo2-max-subscribe.emailer-box .elementor-col-50 .solo2-max-subscription.mc4wp-form input[type='text'], .solo2-max-subscribe.emailer-box .elementor-col-50 .solo2-max-subscription.mc4wp-form input[type='email']{ vertical-align: top; }
      /* solo2 max subscription start */
      .gform_fields .ginput_container_text input, .gform_fields .ginput_container_email input, .gform_fields .ginput_container_textarea textarea, .mc4wp-form-fields input{ padding: 0.7rem 1rem !important; }
      .cmrrow input, .cmrrow textarea{ outline: none; }
      .gform_wrapper .gform_footer input.button{ padding: 8px 16px !important; }  
      .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator { border-top: 1px solid #464646; }
  
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
      border: none;
  }
  /*======================================= End Target Browser css ============================================ */

/*Banner promo start */
.accessory-main-title-promo {
    position: absolute !important;
    right: 0px !important;
    width: 350px !important ; 
}

/*Banner promo end */  

/* Support Page Start */
.supports-template #secondary-nav {margin-top: 76px;}
/* Support Page End */


/*================== New review css start ==========================*/

.cws_reviewx_listing .rx_review_block{
    padding:0px !important;
    background-color:transparent !important;
    border-bottom: 1px dashed #434343 !important;
    padding: 25px 0px 20px 0px !important;
    border-radius: 0px;
}
.cws_reviewx_listing .rx_review_wrap{ 
    flex-wrap: wrap !important;
}
.cws_reviewx_listing .review-date-title-rating{ 
    display: block; 
    width: 100%;
}
.cws_reviewx_listing .review-date-title-rating{
    display: flex;
}
.cws_reviewx_listing .review-date-title-rating .rx_review_calender {
    background: #2c2c2c;
    padding: 10px;
    width: 70px;
    min-width: 70px;
    text-align: center;
}
.cws_reviewx_listing .review-date-title-rating .rx_review_calender  span{  
    color: #bcbcbc!important;
    font-weight: 700!important;
    font-size: 18px;
}
.cws_reviewx_listing .review-date-title-rating .title-rating-section{
    width: 100%;
    padding: 0px 0px 0px 15px;
}
.cws_reviewx_listing .review-date-title-rating .title-rating-section .review-title h4{
    font-size: 18px;
    color: #bcbcbc !important;
    font-weight: 400;
    margin: 7px 0;
}

.cws_reviewx_listing .review-content{
    width: 100%;
    display: block;
}
.cws_reviewx_listing .review-content p{
    color: #bcbcbc!important;
    line-height: 25px;
    font-size: 15px ;
}
  
.rx_listing_container_style_2 .rx_pagination a{
    padding: 0px 12px !important;
    border: 1px solid #383838;
    text-align: center;
    border-radius: 3px;
    color: #bcbcbc!important;
    font-size: 12px !important;
    font-weight: 400 !important;
    min-width: 28px;
    display: inline-block;
    background: none !important;
}
.rx_pagination .rx-page.active a{
    background: #313131 !important;
}



.star-rating{
    margin: 3px 9px 0px 0px;
  }

  .cws_custom_review_section #review_form_wrapper{
    border: 1px solid #454545;
  }

  .cws_custom_review_section .comment-form-author input, .cws_custom_review_section .comment-form-email input, .cws_custom_review_section .review_title input, .cws_custom_review_section #review_form_wrapper .cws_review-comment textarea{
    border: 1px solid #333333 !important;
    background-color: transparent;
    width: 100%;
    margin-bottom: 0px !important;
  }

   .cws_custom_review_section .comment-form-author label, .cws_custom_review_section .comment-form-email label, .cws_custom_review_section .review_title label, .cws_custom_review_section #review_form_wrapper .cws_review-comment label{    
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    padding-top: 12px !important;
  }

  .cws_custom_review_section #review_form_wrapper .review_title, .cws_custom_review_section #review_form_wrapper .woo-login-captcha, .cws_custom_review_section #review_form_wrapper .cws_review-comment, .cws_custom_review_section #review_form_wrapper .cws_review_submit {
    display: flex;
    margin-bottom: 25px !important;
  }
  .cws_custom_review_section #review_form_wrapper .comment-form-author, .cws_custom_review_section #review_form_wrapper .comment-form-email{
    display: block;
    margin-bottom: 25px !important;
  }

  .cws_custom_review_section #review_form_wrapper .comment-form-author label, .cws_custom_review_section #review_form_wrapper .comment-form-email label{
    display: inline-block;
    width: 30% !important;
  }
  .cws_custom_review_section #review_form_wrapper .comment-form-author input, .cws_custom_review_section #review_form_wrapper .comment-form-email input{
    display: inline-block;
    width: 70% !important;
  }

  .cws_custom_review_section #review_form_wrapper .comment-form-author label.error, .cws_custom_review_section #review_form_wrapper .comment-form-email label.error{
    display: inline-block;
    width: 100% !important;
    padding-left: 30%;
  }

  .cws_custom_review_section .comment-form-author label, .cws_custom_review_section .comment-form-email label, .cws_custom_review_section .review_title label, .cws_custom_review_section #review_form_wrapper .woo-login-captcha label, .cws_custom_review_section #review_form_wrapper .cws_review-comment label, .cws_custom_review_section #review_form_wrapper .cws_review_submit label{
    min-width: 30%;
    width: 30%;
  } 


  .cws_custom_review_section #review_form_wrapper .comment-form-author .error, .cws_custom_review_section #review_form_wrapper .comment-form-email .error, .cws_custom_review_section #review_form_wrapper .review_title .error, .cws_custom_review_section #review_form_wrapper .woo-login-captcha .error, .cws_custom_review_section #review_form_wrapper .cws_review-comment .error{
    font-weight: 400 !important;
    color: #ff0000 !important;
    font-size: 13px !important;
    width: 100%;
  }
  
  
  .cws_custom_review_section #review_form_wrapper .cws_review-comment p{ 
    width: 100%;
    margin-bottom: 0px !important;
  }
  .cws_custom_review_section #review_form_wrapper .cws_review_submit .submit{
    height: auto;
    max-width: none;
    width: 300px;
    margin: 0 30% 0;
    display: block;
    padding: 15px 0 !important;
    font-size: .8em;
    font-weight: 400 !important;
    letter-spacing: 1px;
    border-radius: 40px !important;
    color: #fff !important;
    outline: none;
    cursor: pointer;
    border: 1px solid #165bad !important;
    background-color:transparent !important;
  }

  .cws_custom_review_section #review_form_wrapper .cws_review_submit .submit:hover{
    background-color:#165bad !important;
  }

  .cws_custom_review_section #review_form_wrapper .cws_review_submit{ 
   display: block;
   padding-left: 30%;
  }

  .cws_star_ratings .star-rating{
    color: #eeb23e !important;
  }

  .cws_custom_review_section #review_form_wrapper .cws_review_submit .rx-form-submit-status.rx-notice .review_success_msg svg
    {
        fill: #FFFF !important;
        vertical-align: top !important;
    }
    
   .comment-form-author label .required, .comment-form-email label .required, .review_title label .reviewx-required, .cws_review-comment label .reviewx-required, .woo-login-captcha label .required{
    color: #ff0000 !important;
   }

   .rx-review-form-area-style-2, .rx_review_sort_list, .rx-flex-grid-container, .rx_review_summery_block, .rx-filter-bar-style-2{display: none;}
   .cw-review-section .rx-review-form-area-style-2, .cw-review-section .rx_review_sort_list{display: block;}
  /*================== New review css End ==========================*/

  /* =============== Start enableproductmainsection Product Single page new design ==========*/


.infoplus_main{
    margin-top: 45px;
}

.infoplus_main .checksingle_gallery{
    display: block;
}

.infoplus_main .checksingle_gallery ul{
    list-style: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.infoplus_main .checksingle_gallery ul li{
    display: inline-block !important; 
    margin-right: 40px;
}
.infoplus_main .checksingle_gallery ul li:last-child{
    margin: 0px;
}
.enableproductmainsection .woocommerce .infoplus_main .checksingle_gallery ul li a img{
    display: inline-block !important;
    height:45px !important;
    opacity: 0.5;
}
.enableproductmainsection .woocommerce .infoplus_main .checksingle_gallery ul li a.activeinfo img{ 
    opacity: 1; 
}
.singleproduct_gallery .infoplus{
    text-align: center;
    height: 450px;
}
.singleproduct_gallery .cloudimage-360.initialized{
    position: relative;
    width: 400px !important;
    cursor: default ;
    height: 450px !important;
    /*display: inline-block !important;*/
}
.single_video{
    height: 450px;
}

.enableproductmainsection .summary .product_title{ 
    color: #FFF;
    font-style: normal !important;
    font-size: 40px;
    font-weight: 600;
}
.enableproductmainsection .summary .price del, .enableproductmainsection .summary .price ins{
    display: block !important;
    margin: 0px !important;
    padding: 0px;
}
.enableproductmainsection .summary .price ins .amount bdi, .enableproductmainsection .summary .price.no_sale_price .amount bdi{
    color:#f6b601;
    font-size: 28px;
}
/*.enableproductmainsection .woocommerce-product-description h4{
    color: #FFF;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 20px;
}*/
.woocommerce-variation-description h4 {
    font-size: 25px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
}
.enableproductmainsection .woocommerce-product-description{
    font-size: 18px;
    color: #D2D1D1;
}
.enableproductmainsection .woocommerce .entry-summary button.button.alt{
    padding: 20px 22px;
    border-radius: 5px;
    width: 100%;
}
.enableproductmainsection .quantity .screen-reader-text1{
    display: none;
}

.enableproductmainsection .woocommerce .entry-summary .quantity .qty{
    background-color: #FFF;
    color: #000;
    font-weight: 700;
    margin: 0px 2px;
    width: 3em;
}
.enableproductmainsection .entry-summary .qty_button{
    border: 1px solid #2e2e2e;
    background: #2e2e2e;
    color: #000;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    /* font-size: 30px; */
    font-weight: 900;
    position: relative;
}

.enableproductmainsection .woocommerce div.product .entry-summary form.cart div.quantity {
    float: left;
    margin: 0px 4px 30px 0;
    text-align: right;
}
.enableproductmainsection .air-max-features-box{
    background: none !important;
}
.enableproductmainsection .air-max-features-box .elementor-image-box-description {
    font-size: 14px;  
    font-weight: 500;
}
.enableproductmainsection .air-max-features-box {
    height: auto;
    /* background: #1e1e1e; */
    padding: 10px 5px;
    border-radius: 10px;
}
.enableproductmainsection .air-max-option-video-content-wrap .air-max-option-content{
    font-size: 18px;
    font-weight: 400;
}
.enableproductmainsection .woocommerce div.product div.images img {
    display: block;
    width: auto !important;
    
}

.enableproductmainsection .woocommerce div.product div.images .whats_included_variation_item{
    height: 450px !important;
    text-align: center;
}

.enableproductmainsection .woocommerce  div.product  div.images.product_image_tab .flex-viewport{
    height: 382px !important;
}

.enableproductmainsection .woocommerce  div.product  div.images.product_image_tab .flex-viewport img {
    display: block;
    width: auto !important;
    /* height: 382px !important; */
    max-height: 382px !important;
    max-width: 100%;
    margin: 0 auto;
    /* min-height: 387.5px !important; */
}

.enableproductmainsection .single_video iframe{
    width: 100%;
}


.enableproductmainsection .woocommerce div.product .entry-summary form.cart .variations td.value{
    display: table-cell;
    width: auto;
}

.enableproductmainsection .entry-summary .color-variable-wrapper .rtwpvs-color-term .rtwpvs-term-span-color{
    border: none !important;
}

.enableproductmainsection .entry-summary .color-variable-wrapper .rtwpvs-color-term, .enableproductmainsection .entry-summary .rtwpvs-image-term{
    /* border: 1px solid #FFF !important; */
    padding: 0px !important;
    width: auto !important;
    margin: 0px 0px 0px 7px !important;
    border-radius: 22px !important;
}
.enableproductmainsection .woocommerce div.product .entry-summary form.cart .variations label{
    margin: 0px 0px 8px 0px !important;
}
.enableproductmainsection .entry-summary .color-variable-wrapper .rtwpvs-color-term.selected, .enableproductmainsection .entry-summary .rtwpvs-image-term.selected{
    border: 1px solid #165bad !important;
}
.enableproductmainsection .entry-summary .color-variable-wrapper .rtwpvs-color-term.selected .rtwpvs-term-span-color::after {
    content: "";
    background: url(/wp-content/themes/arizer-child/images/stripline.png) repeat;
    width: 22px;
    height: 22px;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}
.enableproductmainsection .entry-summary .rtwpvs-terms-wrapper .rtwpvs-term img {
    width: 22px !important;
    height: 22px !important;
    border: none;
    cursor: pointer !important;
}
.enableproductmainsection .entry-summary .rtwpvs-image-term .attribute-options{
    display: none;
}

.enableproductmainsection .entry-summary .reset_variations{
    display: none !important;
}

.enableproductmainsection .single-product .product .entry-summary .variations tr {
    margin-bottom: 20px !important;
}


/**/
.flex-control-nav {
	width: 100%;
	text-align: center;
    margin: 15px 0px;
    padding: 30px 0px 0px 0px;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}

.flex-control-paging li a {
	width: 11px;
	height: 12px;
	display: block;
	border-radius: 11px;
    background-color: transparent;
    border: 1px solid #545454;
    text-indent: -99999999px;
}

.flex-control-paging li a:hover {
	background: #fff;
}

.flex-control-paging li a.flex-active {
	background: #545454;
	cursor: default;
}


/**/

.fixedElement_pro.none,#claim_free_product{display: none;}
  .fixedElement_pro.block{display: block;}
  .fixedElement_pro .variations{margin: 3px 0px 0px 0px !important;}
  .fixedElement_pro .product_title,.fixedElement_pro .woocommerce-Price-amount{margin: 3px 15px 0px 0px !important;}

/* =============== End enableproductmainsection Product Single page new design ==========*/

/* =============== Start Product signle page common css =============*/

.col_btm_content .elementor-column-gap-default{
    align-items: flex-end !important;
}

.max_control_left_section .elementor-image-box-wrapper .elementor-image-box-title{
     color: #FFF;
     font-weight: 300;
     font-size: 30px;
     margin: 0px;
     padding: 0px;
}

.enableproductmainsection .woocommerce-variation-description > p {
    font-size: 20px;
}

.enableproductmainsection .single_variation_wrap{
     margin-top: -58px;
}

.enableproductmainsection .variations{
    /* margin-top: 80px; */
    width: calc(100% - 109px) !important;
}

.enableproductmainsection .woocommerce-variation.single_variation .has_var_price{
    text-align: left;
}
.enableproductmainsection .has_var_price .price ins .amount{
    margin-left: 0px;
}

.aromatherapy-main .owl-nav{
    display: block;
}

.aromatherapy-main .owl-nav .owl-next, .aromatherapy-main .owl-nav .owl-prev {
    position: absolute;
}


.enableproductmainsection #product-20213984 .price{
    display: none;
}

.enableproductmainsection .woocommerce-variation-price.has_var_price .price{
    display: block !important;
}
.postid-20213984 .woocommerce-variation.single_variation{display: flex; flex-direction: column-reverse;}
.postid-20213984 .woocommerce-variation.single_variation .woocommerce-variation-price.has_var_price{margin-bottom: 20px;}

.enableproductmainsection ul.flex-direction-nav {
    position: absolute;
    top: 30%;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

.enableproductmainsection li.flex-nav-prev {float: left;}
.enableproductmainsection li.flex-nav-next {float: right;}
.enableproductmainsection a.flex-next {visibility:hidden;}
.enableproductmainsection a.flex-prev {visibility:hidden;}
.enableproductmainsection a.flex-next::after {visibility:visible;content: '\f0da';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 35px;
    color: #919191;
}

.enableproductmainsection a.flex-prev::before {
    visibility:visible;
    content: '\f0d9';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 35px;
    color: #919191;
}

.enableproductmainsection .elementor-image-box-title{
    min-height: 50px;
}


.enableproductmainsection .woocommerce-variation-description > h4 span{
    color: #f5b400;
}
.enableproductmainsection .woocommerce-variation-description{margin-bottom: 80px;}

.enableproductmainsection .dynamic_color_led_bold_content p strong{
    font-weight: 800 !important;
}
.enableproductmainsection .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    text-align: center;
}
.enableproductmainsection .woocommerce a.added_to_cart {
    margin-top: 20px !important;
}

.enableproductmainsection .entry-summary .woocommerce-variation-availability {
    display: none !important;
}

/* ============== End Product signle page common css =============*/

/* Scroll to top - Buy now button START */
.enableproductmainsection #myTopBtn{
    display: inline-block;
    background-color: #165bad;
    color:#fff;
    width: max-content;
    height: 40px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 90px;
    right: 30px;
    line-height:40px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    padding: 0px 10px;
}

#myTopBtn {
    display: inline-block;
    background-color: #165bad;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 40px;
    position: fixed;
    bottom: 90px;
    right: 30px;
    line-height:40px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.enableproductmainsection #myTopBtn::after{
    content: "";
}

#myTopBtn::after {
    /*content: "";*/
    content: "\f062";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #fff;
}

#myTopBtn:hover {
    cursor: pointer;
    background-color: #faaf00;
    text-decoration: none;
}

#myTopBtn:active {
    background-color: #555;
}

.enableproductmainsection #myTopBtn.show{
    top:85px;
}

#myTopBtn.show {
    opacity: 1;
    visibility: visible;
}

/* Scroll to top - Buy now button END */
#product-20210580077 .bundled_product_summary.product,#product-20210437437 .bundled_product_summary.product,#product-20210139088 .bundled_product_summary.product,#product-3576 .bundled_product_summary.product,
#product-20210680114 .bundled_product_summary.product,#product-20210210653 .bundled_product_summary.product{display:block !important}
.international-panel .bundled_product_summary.product, .canada-panel .bundled_product_summary.product{display: block !important;} /* .net*/
.bundled_product_summary.product{display: none !important;}
.postid-20210139211.canada-panel .bundled_product_summary.product,
.postid-20210175602.canada-panel .bundled_product_summary.product{display: block !important;} /* canada */
.postid-20210175602 .bundle_child_item,
#product-20210580077 .bundle_child_item,#product-3576 .bundle_child_item,#product-20210680114 .bundle_child_item,#product-20210210653 .bundle_child_item{display:none}

.postid-20210481016.custom-popup-chat .bundled_product_summary.product {display:block !important} /* US */



/*.bundle_button .quantity{display:none;}*/
button.single_add_to_cart_button.bundle_add_to_cart_button.button.alt
{
    background-color: #165bad;
    color: #FFF;
    border: 1px solid #165bad;
    padding: 8px 12px;
    border-radius: 3px !important; 
    font-size: 18px;
    text-transform: uppercase;
    line-height: 15px;
    font-weight: 500;
}

button.single_add_to_cart_button.bundle_add_to_cart_button.button.alt:hover
{
    background-color: transparent;
    color: #8e8e8e;
    border: 1px solid #165bad;
}

.woocommerce div.product .entry-summary1.bundles_oneline form.cart {
    margin-bottom: 0em !important;
}
.enableproductmainsection .product-type-bundle .woocommerce-product-description-mobile{display:none;}
.bundle_child_item ul li a.bundle_items{color: #8f8f8f;}
.enableproductmainsection .faq-section .elementor-widget-wrap, .single-post .faq-section .elementor-widget-wrap {background-color: #131313; padding: 50px !important;}
.enableproductmainsection .faq-section .elementor-tabs-content-wrapper, .single-post .faq-section .elementor-tabs-content-wrapper { background-color: #000; border-radius: 10px; padding:35px; }

.enableproductmainsection .faq-section .elementor-widget-tabs .elementor-tab-desktop-title, .single-post .faq-section .elementor-widget-tabs .elementor-tab-desktop-title{padding: 0px !important;}
.enableproductmainsection .faq-section .elementor-tab-title.elementor-active, .single-post .faq-section .elementor-tab-title.elementor-active{font-weight: 600; }
.enableproductmainsection .faq-section .faq-ans-question, .single-post .faq-section .faq-ans-question{font-size: 20px; color: #fff; margin-bottom: 15px; font-weight: 700; }
.enableproductmainsection .faq-section .elementor-tabs .elementor-tabs-wrapper, .single-post .faq-section .elementor-tabs .elementor-tabs-wrapper{ justify-content: flex-start !important; }

.single-post .post_term ul li .elementor-post-info__terms-list .elementor-post-info__terms-list-item{
    margin-right: 5px;
    font-size: 12px;
    font-weight: 500;
    background: #323232;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
}

.single-post .post_subtiitle_mb0:not(:last-child) {
    margin-bottom: 0px !important;
}

.bundle_child_item{
    margin-bottom: -50px;
    width: calc(100% - 115px);
}
.bundle_child_item ul{
    margin: 0px;
    padding: 0px;
}

.bundle_child_item ul li{
    list-style: none;
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    display: block;
    text-align: left;
}
.bundle_child_item ul li::after{
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 17px;
    content: "";
    left: 0px;
    top:2px;
    background-color: #545454;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-ec37918.accessory-main-title-promo.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default{display:none !important;}
.enableproductmainsection .woocommerce .single-product .single_video{align-items: center;}
.enableproductmainsection .single-product .product div.summary.entry-summary{ 
    float: unset !important;
    display: inline-block !important;
    padding-left: 15px;
}
.enableproductmainsection .banner_top_img{
    position: relative;
    z-index: -1;
}
.enableproductmainsection .summary.entry-summary .woocommerce-variation-description p{font-weight: 300 !important;}
.accessory-main-title-promo.ca_top_banner .elementor-widget-wrap{
          padding-top: 0px !important;
          padding-right: 10px !important;
      }
/* ----------  accessories_kit  Start ---------- */
.accessories_kit_main_wapper{
    padding: 120px 0px 0px 0px;
}

.accessories_kit_title h1{
    font-size: 70px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    line-height: 65px !important;
}
.accessories_kit_span_title h1{
    font-size: 70px;
    font-family: 'Manrope', sans-serif;
    font-weight: 900 !important;
    line-height: 65px !important;
}
.accessories_kit_title, .accessories_kit_span_title{
    margin: 0px !important;
    padding: 0px;
}
.accessories_kit_title .elementor-widget-container, .accessories_kit_span_title .elementor-widget-container{
    margin: 0px !important;
    padding: 0px !important;
}

.category-select{
    margin: 0 auto;
    width: 475px;
}
.select_kit_main{
    margin: 85px 0px 0px 0px;
}
.kits_accessories{
    
    margin: 85px auto 0px;
    width: 350px;
    background-color: #FFF;
}
.category-select .select_kit{
    background-color: #FFF !important;
    border-radius: 0px !important;
    border: 0px !important;
    color: #000;
    font-size: 20px;
}
.accessories_feature_img img{
    width: 100%;
 }

.kits_accessories .accessories_kit_pro_info{
    padding: 20px;
}

.kits_accessories .accessory_kit_title h3{
    display: inline-block;
    font-size: 20px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
}
.kits_accessories .accessory_kit_title h3 span{
    font-weight: 300 !important;
}

.accessories_child_item h3{
    display: block;
    margin: 18px 0px;
    padding: 0px;
    color: #004D9D;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.accessories_child_item ul{
    margin:0px;
    padding: 0px;
    list-style: none;
    display: block;
}

.accessories_child_item ul li{
    font-size: 11px;
    color: #000;
    line-height: 16px;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
}
.add_to_cart_inline {
    display: block;
    margin: 18px 0px 0px 0px !important;
    text-align: center;
}

.kits_accessories .add_to_cart_inline .amount{
    color: #F5B918;
    font-size: 20px;
    font-weight: 500;
}

.kits_accessories .add_to_cart_inline del .amount {
    color: #9a9a9a;
    font-size: 15px;
}

.kits_accessories .add_to_cart_inline{
    border: none !important;
    margin: 0px;
    padding: 0px !important;
    text-align: center;
}


.kits_accessories .add_to_cart_inline .add_to_cart_button{
    background-color: #004D9D;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 25px;
    border-radius: 10px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 20px;
}

.kits_accessories .add_to_cart_inline .added_to_cart{
    color: #004D9D;
    text-transform: uppercase;
    display: block;
    margin-top: 20px !important;
    cursor: pointer;
}
.kit_loader{
    display: block;
    text-align: center;
    margin-top: 85px;
}
.kit_loader img{
    display: inline-block;
    width: 60px;
    height: auto;
    animation: animName 1.5s linear infinite;
}
.accessory_kit_btn{
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    display: block;
    padding: 10px 22px;
    background: #165bad;
    border: 1px solid #165bad;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: "Montserrat", Sans-serif;
}
.accessory_kit_btn:hover{
    background-color: transparent;
    color: #8e8e8e;
    border: 1px solid #165bad;
}
.accessories_kit_pro_info .add_to_cart_inline{
    margin-bottom: 20px !important;
}
 @keyframes animName {
   0%{
      transform: rotate(0deg);
     }
  100%{
      transform: rotate(360deg);
     }
  }
/* ----------  accessories_kit  End ---------- */

/* ---------- Deals Start ---------- */

.deals_bundle_main{
    position: relative;
    width: calc(50% - 15px) !important;
    margin-right: 15px;
}


.deals_bundle_main .elementor-element-populated, .deals_accessories_main .elementor-element-populated{
    position: relative;
}


.deals_bundle_main .elementor-element-populated .elementor-widget-image, .deals_accessories_main .elementor-element-populated .elementor-widget-image{
    margin-bottom: 0px !important;
}
.deals_bundle_main .elementor-element-populated .bundle_top_title{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 18px;
}

.deals_bundle_main .elementor-element-populated .bundle_top_title h2{
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
}
.deals_bundle_main .elementor-element-populated .bundle_bottom_btn.bundle_btn_net{
    bottom:20px;
}
.deals_bundle_main .elementor-element-populated .bundle_bottom_btn{
    position: absolute;
    bottom:0px;
    left: 0px;
    width: 100%;
}

.deals_bundle_main .elementor-element-populated .bundle_bottom_btn2{
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
}

.deals_bundle_main .elementor-element-populated .bundle_middle_title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.deals_bundle_main .elementor-element-populated .bundle_middle_title h2{
    font-size: 70px;
    color: #FFF;
    text-transform: uppercase;
    font-weight:800 ;
    text-align: center;
}

.deals_bundle_main .elementor-element-populated .bundle_bottom_btn .elementor-button-link, .deals_bundle_main .elementor-element-populated .bundle_bottom_btn2 .elementor-button-link {
    background: #ffffff4a 0% 0% no-repeat padding-box;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 1;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    border-radius: 10px;
    border: 2px solid #FFF !important;
    font-weight: 500;
    padding: 15px 30px;
    min-width: 200px;
    display: inline-block;
    color:#fff;
}

.deals_bundle_main .elementor-element-populated .bundle_bottom_btn .elementor-button-link:hover, .deals_accessories_main .elementor-element-populated .accessories_bottom_btn .elementor-button-link:hover, .deals_bundle_main .elementor-element-populated .bundle_bottom_btn2 .elementor-button-link:hover, .deals_accessories_main .elementor-element-populated .accessories_bottom_btn2 .elementor-button-link:hover{
    background-color: #165bad;
}

.deals_bundle_main .elementor-element-populated .bundle_bottom_btn .elementor-button-link:focus, .deals_accessories_main .elementor-element-populated .accessories_bottom_btn .elementor-button-link:focus, .deals_bundle_main .elementor-element-populated .bundle_bottom_btn2 .elementor-button-link:focus, .deals_accessories_main .elementor-element-populated .accessories_bottom_btn2 .elementor-button-link:focus {
    color: #FFF !important
}

.deals_accessories_main{
    position: relative;
    width: calc(50% - 15px) !important;
    margin-left: 15px;
}

.deals_accessories_main .elementor-element-populated .accessories_middle_title{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 40px 10px 15px 10px;
}
.deals_accessories_main .elementor-element-populated .accessories_middle_title h2{
    text-align: center;
    font-size: 70px;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
    word-break: break-all;
}

.deals_accessories_main .elementor-element-populated .accessories_middle_title h2 span{
    display: block;
    width: 100%;
    font-weight: 700;
}

.deals_accessories_main .elementor-element-populated .accessories_bottom_btn{
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
}   
.deals_accessories_main .elementor-element-populated .accessories_bottom_btn .elementor-button-link {
    background: #ffffff4a 0% 0% no-repeat padding-box;
    text-transform: uppercase;
    font-size: 24px;
    opacity: 1;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    border: 2px solid #FFF !important;
    border-radius: 10px;
    font-weight: 500;
    padding: 20px 40px;
    color:#fff;
}

.arizer_deal_logo_section{
    margin-top: 135px;
    margin-bottom: 20px;
}

.arizer_deal_logo_section .arizer_deal_logo_col img{
    width:305px;
}

.arizer_deal_logo_section .elementor-widget-text-editor{
    margin-bottom: 0px !important;
    max-width: 735px;
    margin: 0 auto;
}

.arizer_deal_logo_section .elementor-widget-text-editor p{
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    margin: 0px 0px 30px 0px;
}
.arizer_deal_logo_section .elementor-widget-text-editor.arizer_deal_second_content p{
    font-size: 26px;
    font-weight: 500;
}

.owl-carousel.kit .owl-dots{
    padding: 10px 15px;
    margin: -40px 30px 0px 0px;
    float: right;
}

/* .owl-carousel.kit .owl-dot {
    background: #fff0;
    border: 2px solid #858585;
    border-radius: 20px;
    padding: 5px 5px !important;
    width: 15px;
    height: 15px;
    margin: 8px 7px 0px 7px;
    position: relative;
} */
/* .owl-carousel.kit .owl-dot.active{
    width: 20px;
    height:20px;
} */

/* ---------- Deals End ---------- */

/* ------- Banner Top Image Section Start --------- */

.desktop_top_banner_img{
    display: block;
    text-align: right;
    position: absolute;
    right: 0px;
    width: auto;
}
.desktop_top_banner_img img{
    width: 485px;
    float: right;
}

.mobile_top_banner_img{
    display: none;
    float: right;
}
/* ------- Banner Top Image Section End --------- */

/* ------- welcome coupon code start --------- */

.welcome_coupon_wrapper {
    position: fixed;
    top: 50% !important;
    bottom: unset !important;
    z-index: 999999;
    left: 50% !important;
    transition: 1s;
    transform: translate(-50%, -50%);
    padding:42px 50px !important;
    border-radius: 10px;
    width: auto !important;
    /*background: url('https://arizer.com/wp-content/uploads/2024/01/Welcome_Popup_Background.png');*/
    background: url('https://arizer.com/wp-content/uploads/2024/03/Welcome_Popup_Background.webp');
    background-size: cover;
    width: 800px !important;
    min-height: 400px !important;
    border-radius: 20px;
    border: 5px solid #494949;
    overflow: hidden;
}

.welcome_coupon_wrapper p{
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 25px;
  letter-spacing: 1px !important;
  text-align: center !important;
  display: block !important;
  color: #FFF !important;
  margin: 15px auto 15px auto;
}

.welcome_coupon_wrapper p .welcome_popup_dic_msg{
    color: #f3c100;
}

.welcome_coupon_wrapper h3 {
  font-size: 34px;
  color:#FFF;
  margin-top: 20px;
}

.welcome_coupon_wrapper .welcome_popup_logo{
  display: block;
  margin: 20px 0px 0px 0px;
}
.welcome_coupon_wrapper .welcome_popup_logo img{
  width: 160px;
}

.welcome_coupon_wrapper .reveal-code{
      background: #165bad;
    color: #fff;
    font-size: 14px;
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 0px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.welcome_coupon_wrapper .welcome_popup-content-wrp {
    width: 100% !important;
    height: auto !important;
    color: #dbdbdb;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.welcome_coupon_wrapper .popup-content-col{
  display: block !important;
}

.welcome_coupon_wrapper h5{
  font-weight: 300 !important;
    font-size: 32px !important;
    text-transform: uppercase;
    display: block !important;
    text-align: center !important;
    color: #f0ba00 !important;
    margin: 10px auto 30px auto;
}

.welcome_coupon_wrapper .popup-close {
  right: 5px !important;
  top: 5px !important;
  z-index: 3;
  cursor: pointer;
  position: absolute !important;
}

.welcome_coupon_wrapper .code-reveled{
    text-align: center;
}
.welcome_coupon_wrapper .code-reveled .clipboard{
    width: auto;
    padding: 5px;
    display: inline-block;
    background-color:#FFF;
    border-radius: 50px;
}

.welcome_coupon_wrapper .code-reveled .clipboard .copy-input{
    border: none;
    box-shadow: none;
    color: #000000;
    width: 150px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.welcome_coupon_wrapper .code-reveled .clipboard .copy-input:focus-visible{
    outline: none;
}

.welcome_coupon_wrapper .code-reveled .clipboard  .copy-btn{
    border: none !important;
    background: #005be2;
    border-radius: 50px;
    color: #FFF;
    padding: 10px 25px;
}
.welcome_coupon_wrapper .code-reveled .clipboard  .copy-btn:hover{
    background:#faaf00;
    color: #000;
}

.welcome_coupon_wrapper .welcome_popup-content-wrp .description_below{
    max-width: 440px;
    margin: 30px auto 20px !important
    
}

.welcome_coupon_wrapper .welcome_popup-content-wrp .description_below .gfield.gfield--type-email{
    text-align: left !important;
}
.welcome_coupon_wrapper .welcome_popup-content-wrp .gform_validation_errors{display:none !important}
.welcome_coupon_wrapper .welcome_popup-content-wrp .description_below .gfield_description{
    padding: 5px 0px 0px 0px !important;
    background: none !important;
    border: none !important;
    color: #ff4a4a;
}

.welcome_coupon_wrapper .welcome_popup-content-wrp .description_below li.gfield_error.gfield_contains_required{
    padding: 0px !important;
    background: none !important;
    border: none !important;
}



.welcome_coupon_wrapper .welcome_popup-content-wrp .description_below .gfield_description{
    padding-top: 8px;
}
.welcome_coupon_wrapper .welcome_popup-content-wrp .description_below .gfield_description .gfield_description.validation_message{
    color: #eb1818;
}

.welcome_coupon_wrapper .welcome_popup-content-wrp .gform_confirmation_message{
    color: #ffffff;
    font-size: 19px;
    font-weight: 900;
    background: #309a0087;
    padding: 15px 15px;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 5px;
}

.welcome_coupon_wrapper .description_below .field_description_below{
   padding-right: 0px;
}

.welcome_coupon_wrapper .description_below .field_description_below .gfield_label{
    color: #FFF !important;
}

.welcome_coupon_wrapper .description_below .field_description_below .ginput_container.ginput_container_email input{
    border-radius: 7px !important;
}

.welcome_coupon_wrapper .welcome_popup-content-wrp .gform_footer{
    max-width: 370px;
    margin: 0 auto !important;
    text-align: center;
}

.welcome_coupon_wrapper .welcome_popup-content-wrp .gform_footer .gform_ajax_spinner{
/* width: 23px; */
display: none !important;
}

.welcome_coupon_wrapper .welcome_popup-content-wrp .gform_button.button{
    margin-right: 0px;
    width: 100%;
    background-color: #2b63ba;
    color: #FFF;
    border-radius: 7px;
}



.blankPopup{
    width: 100vw;
    height: 100vh;
    background: #00000066 0% 0% no-repeat padding-box;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.popupfixbody{
    width: 100vw;
    height: 100vh;
    overflow: hidden; 
}

/* -------  welcome coupon code end ----------- */


/* ---- Blog List -----*/

.cws_arizer_cat_listing .elementor-grid-item .elementor-post__meta-data{
    padding-top: 0px !important ;
    border-top: none !important;
}

.cws_arizer_cat_listing .elementor-grid-item .elementor-post__card .elementor-post__title{
    margin-bottom: 15px !important;
}

.cws_arizer_cat_listing .elementor-grid-item .elementor-post__card  .elementor-post__read-more-wrapper .elementor-post__read-more
{
    border: 1px solid #165BAD;
    padding: 6px 12px;
    border-radius: 5px;
}

.cws_arizer_cat_listing .elementor-grid-item .elementor-post__card  .elementor-post__read-more-wrapper .elementor-post__read-more:hover
{
    border: 1px solid #165BAD;
    padding: 6px 12px;
    border-radius: 5px;
    background-color: #165BAD !important;
}
.cws_arizer_cat_listing .elementor-grid-item .elementor-post__card .elementor-post__text{
    padding-bottom: 15px !important;
}

/* blog right side */

.custom-recent-posts{
    border: 1px solid #2b2b2b;
    padding: 10px;
    display: block;
}
.rightside_post-details{
    padding-bottom: 10px;
    margin-bottom: 13px;
   border-bottom: 1px solid #2b2b2b;
}

.custom-recent-posts li:last-child .rightside_post-details{
    border-bottom: none;
    margin: 0px;
    padding: 0px;
}


.rightside_post-details .post_img_section{
    display: flex;
}

.rightside_post-details a{
    display:block;
}


.rightside_post-details .post-thumbnail{
    width: 70px;
}

.rightside_post-details .post_title_section{
    display: block;
    width: 100%;
    padding-left: 20px;
}

.rightside_post-details .post_title_section .post-title{
    color: #EEEEEE;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    padding: 0px;
    line-height: 16px;
}

.rightside_post-details .post_title_section .post-date{
    font-size: 12px;
    color: #B3B3B3;
    display: block;
    padding: 0px;
}
.blog_single_sidebar .widget.widget_search{
    margin-bottom: 40px;
}

.blog_single_sidebar .widget.widget_search .search-form{
    border-radius: 3px;
    background-color: #2b2b2b;
    display: flex;
}
.blog_single_sidebar .widget.widget_search .search-form label{
    width: 100%;
}
.blog_single_sidebar .widget.widget_search .search-form .search-field{
    border: none;
    background: none;
    width: 100%;
}

.blog_single_sidebar .widget.widget_search .search-submit{
    background: #165bad;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
}
.blog_single_sidebar .widget.widget_search .search-submit:hover{
    background: #faaf00;
    border: 1px solid #faaf00;
}

.blog_single_sidebar h2.widget-title{
    font-size: 25px;
}

.blog_accessories_secrion .add_to_cart_button{
    display: none !important;
}

.blog_accessories_secrion  .woocommerce-loop-product__title{
    min-height: unset !important;
}

.rightside_post-details .post_content{
    color: #B3B3B3;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    padding: 0px;
    display: none;
}
.rightside_post-details  .post_content a{
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    display: none;
} 

/* blog right side end */

.blog_recent_post_section .elementor-post__card .elementor-post__title a{
    color: #FFF;
    font-size: 20px;
}

.blog_vap_product{
    text-align: center;
}

.blog_vap_product .products{
    display: inline-block !important;
    max-width: 450px;
    width: 450px;
    border: 1px solid #474747;
    border-radius: 10px;
    padding: 30px !important;
    margin-bottom: 30px !important;
}

.blog_vap_product .products .woocommerce-loop-product__title{
    min-height: unset !important;
}

.blog_vap_product .products .star-rating {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.blog_related_content_post .elementor-post__text{
    padding: 0px 15px 20px 15px !important;
}

.blog_related_content_post .elementor-post__text .elementor-post__title{
    font-size: 15px;
}

/* ---- End Blog List -----*/

/* Blog Search Result Page Start */
.search-results{margin-top: 100px;}
.search .search-results .entry-content{margin-top:20px !important;}
.search .search-results a.elementor-post__read-more{border: 1px solid #165bad;padding: 6px 12px;border-radius: 5px;}
.search .search-results a.elementor-post__read-more:hover{    
border: 1px solid #165bad;
padding: 6px 12px;
border-radius: 5px;
background-color: #165bad!important;
}
.search .search-results .elementor-post__card{ overflow: hidden;
  position: relative;
  background-color: #202020;
  width: 100%;
  min-height: 100%;
  border-radius: 3px;
  border: 0 solid #818a91;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: all .25s; }
.search .search-results .elementor-post__text {padding: 20px 30px 20px 30px;}
.search .search-results .elementor-post__excerpt{margin-bottom:25px;}
.search .search-results .elementor-post__meta-data{color:#B3B3B3; padding: 15px 30px 0px 30px;line-height: 1.3em;font-size: 12px;}
.search .search-results .elementor-post__meta-data span + span:before{content: "|"; margin: 0 5px;}
/* Blog Search Result Page Start */

/* ------ Media kit Start -------*/

ul.accordion, ul{
    list-style: none;
    padding: 0px    ;
}

ul.accordion .inner { display: none; }

.media-kit-product-list li{
    display: inline-block;
    font-size: 18px;
    margin-right:20px;
    position: relative;
}
.media-kit-product-list li::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 13px;
    background: #FFF;
    top: 7px;
    right: -10px;
}

.media-kit-product-list li:last-child{
    margin-right: 0px;
}

.media-kit-product-list li:last-child::after{
    display: none;
}

.mediakit_shortcode_section .accordion{
    display: block;
    border-bottom: 2px solid #FFF;       
}

.mediakit_shortcode_section .accordion li{
    padding: 0px 0px;
}
.mediakit_shortcode_section .accordion li .mediakit_item{
    display: flex;
    align-items: flex-start;
}

.mediakit_shortcode_section .accordion li .toggle, .mediakit_shortcode_section .accordion li .non_toggle {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    cursor: pointer;
    display: block;
    padding: 20px 0px;
    position: relative;
}

.mediakit_shortcode_section .accordion li .button{
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px 22px;
    border-radius:5px;
    color: #FFF;
    background-color: #165bad;
    transition: all 0.5s;
    min-width: 127px;
}

.mediakit_shortcode_section .accordion li .mediakit_item .button{
    margin-top: 15px;
} 

.mediakit_shortcode_section .accordion li .button:hover{ 
    background-color:#faaf00
}

.mediakit_shortcode_section .accordion .inner{
    padding: 0px;
    margin: 0px;
}

.mediakit_shortcode_section .accordion .inner li{
 background-color: #121212;
 padding:0px;
}

.mediakit_shortcode_section .accordion .inner li{
    width: 100%;
    padding: 0px 0px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    background-color: #1e1e1e;
    position: relative;
    margin-bottom: 6px;
}
.mediakit_shortcode_section .accordion .inner li:last-child{
    margin-bottom: 0px;
}

.mediakit_shortcode_section .accordion .inner li .toggle{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
    display: block;
    position: relative;
    padding: 15px 25px;
}


.mediakit_shortcode_section .accordion .inner li .inner{
    display: block;
    padding: 0px 0px;
    width: 100%;
}

.mediakit_shortcode_section .accordion .inner li .inner.show{
    display: block !important;
}

.mediakit_shortcode_section .accordion .inner li .dwn_icon_btn{
    background-color: #2a63b9;
    padding: 7px 8px 4px 8px;
    border-radius: 10px;
}
.mediakit_shortcode_section .accordion .inner li .dwn_icon_btn.icn_download{
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 10;
}

.mediakit_shortcode_section .accordion .inner li .dwn_icon_btn:hover{
    background-color:#faaf00
}

.mediakit_shortcode_section .accordion .inner li .dwn_icon_btn img{
    width: 18px;
}

.mediakit_shortcode_section .accordion .inner li .inner .vaporiser_pro_sec{
    display: flex;
    width: 100%;
    padding: 15px 25px;
    background: #171717;
}

.mediakit_shortcode_section .accordion li .inner li .inner li .toggle{
    padding: 15px 25px;
}

.mediakit_shortcode_section .accordion .inner li .inner .vaporiser_pro_sec .vaporizer_pro_img{
    background: #000000;
    min-width: 185px;
    width: 185px;
    display: inline-block;
}
.mediakit_shortcode_section .accordion .inner li .inner .vaporiser_pro_sec .vaporizer_pro_content{
    width: 100%;
    padding: 0px 120px 0px 45px;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mediakit_shortcode_section .accordion .inner li .inner .vaporiser_pro_sec .vaporizer_pro_content p{
    color: #FFF;
    font-size: 14px;
}

.mediakit_shortcode_section .accordion .inner li .inner .vaporiser_pro_sec .dwn_icon_btn{
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px 22px;
    border-radius: 5px;
    color: #FFF;
    background-color: #165bad;
    transition: all 0.5s;
    min-width: 127px;
}

.mediakit_shortcode_section .accordion .inner li .inner .vaporiser_pro_sec .dwn_icon_btn:hover{
    background-color:#faaf00
}


.mediakit_shortcode_section .accordion .inner li .inner li .toggle{
    display: block;
    padding: 0px 25px;
}

.mediakit_shortcode_section .accordion li .inner li .inner li .inner li .toggle{
    background-color: #000;
    padding: 15px 25px;
    font-weight: 400;
}

.mediakit_shortcode_section .accordion .inner li .inner li{
    margin: 0px;
}

.mediakit_shortcode_section .accordion .inner li .inner li .inner{
    padding: 0px 0px;
    width: 100%;
}

.mediakit_shortcode_section .accordion li .inner li .inner li .inner li  .inner li .toggle{
    background: #656565;
    position: relative;
    padding: 15px 70px;
}
.mediakit_shortcode_section .accordion li .inner li .inner li .inner li  .inner li .toggle::before{
    content: "";
    background-color: #00aff0;
    background: url("https://arizer.com/wp-content/uploads/2024/01/folder.png") no-repeat;
    background-size: 100%;
    width: 27px;
    height: 24px;
    position: absolute;
    left: 27px;
    top: 15px;
}

.mediakit_shortcode_section .accordion li .inner li .inner li .inner li  .inner li .inner,  .mediakit_shortcode_section .accordion li .inner li .inner li .inner{
    background: #f8f8f8;
}


.mediakit_shortcode_section .accordion li .inner li .inner li .inner li  .inner li .inner .button{
    background: none;
}

.mediakit_shortcode_section .accordion li .inner li .inner li .inner li  .inner li .inner .button, .mediakit_shortcode_section .accordion li .inner li .inner li .inner .button{
    padding: 15px 40px;
    display: block;
    width: 100%;
    background: none;
}

.mediakit_shortcode_section .accordion li .inner li .inner li .inner li  .inner li .inner .button button, .mediakit_shortcode_section .accordion li .inner li .inner li .inner .button button{
    color: #dddddd;
    padding:0px;
    border: none;
    font-size: 25px;
    margin-right: 10px;
    box-shadow: none;
    text-shadow: none;
}

.mediakit_shortcode_section .accordion li .inner li .inner li .inner li  .inner li .inner .button button.active, .mediakit_shortcode_section .accordion li .inner li .inner li .inner .button button.active{
    color:#000;
}

.mediakit_shortcode_section .accordion li .inner li .inner li .inner li  .inner li .inner .button button:hover, .mediakit_shortcode_section .accordion li .inner li .inner li .inner li  .inner li .inner .button button:focus, .mediakit_shortcode_section .accordion li .inner li .inner li .inner .button button:hover, .mediakit_shortcode_section .accordion li .inner li .inner li .inner .button button:focus{
    background:none;
}
.mediakit_shortcode_section .accordion li .inner li .inner li .inner li  .inner li .inner .list-view-filter.list li:last-child .upload_color_sec{
    border-bottom: none;
}

/* kit global */

.mediakit_shortcode_section .accordion li .list-grid-wrp{
    background: #f8f8f8;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-grid-button{
    padding: 15px 40px;
    display: block;
    width: 100%;
    background: none;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-grid-button .button button {
    color: #dddddd;
    padding: 0px;
    border: none;
    font-size: 25px;
    margin-right: 10px;
}
.mediakit_shortcode_section .accordion li .list-grid-wrp .list-grid-button .button button .active {
    color: #000;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list{
    padding-bottom: 40px;
    border: none;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list li {
    background: none;
    padding: 0px 40px !important;
    border-bottom: none !important;
    margin: 0px !important;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list li .upload_color_sec, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list li .what_include_main_img, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list li .video_data_setion{
    display: flex;
    width: 100%;
    padding: 7px 0px;
    border-bottom: 1px solid #000;
    align-items: flex-start;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list li:last-child .upload_color_sec, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list li:last-child .what_include_main_img, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list li:last-child .video_data_setion{
    border-bottom: none !important;
    position: relative;
}


.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid .video_data_setion .video_url .play_icon{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #FFF;
    z-index: 10;
    opacity: 0.6;
    border-radius: 60px;
    background: #FFF;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid .video_data_setion .video_url:hover .play_icon{
    opacity: 1;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .video_data_setion .video_url .play_icon{
    position: absolute;
    width: 20px;
    height: 20px;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    border: 1px solid #FFF;
    border-radius: 30px;
    background: #FFF;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .upload_color_img, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .what_include_main_img, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .video_url{
    width: 38px;
    min-height: 36px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    border: 1px solid #171717;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .upload_color_img img, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .what_include_main_img img, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .video_url video{
   width: auto;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .upload_color_img a, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .what_include_main_img a, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .video_url a{
    width: auto;
     display: inline-block;
     margin: 0px;
     padding: 0px;
 }
 

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .video_url img, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .what_include_main_img img, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .video_url .video {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .img_alt, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .video_title{
    font-size: 16px;
    color: #000;
    display: inline-block;
    padding: 6px 10px;
    width: 100%;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .img_dwnl_btn, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .video_dwnl_btn {
    display: inline-block;
}
.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .dwn_icon_btn{
    background-color: #2a63b9;
    padding: 7px 8px 4px 8px;
    border-radius: 10px;
    display: inline-block;
}
.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .dwn_icon_btn:hover{
    background-color: #faaf00;
}
.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .dwn_icon_btn img, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list .video_dwnl_btn img{
    width: 18px;
}


.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid {
    padding: 0px 30px 40px 30px !important;
    /* display: flex;
    flex-wrap: wrap; */
    display: block;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid li {
    height: auto !important;
    height: auto !important;
    background: none;
    padding: 0px 0px !important;
    border-bottom: none !important;
    margin: 0px 10px 20px 10px !important;
    width: calc(25% - 24px) !important;
    border: none !important;
    display: inline-block;
}



.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid li .upload_color_sec, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid li .video_data_setion {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #000;
    width: 100%;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid .upload_color_sec .upload_color_img, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid .video_data_setion .video_url{
    display: block;
    width: 100%;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid .upload_color_sec .upload_color_img img, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid .upload_color_sec .video_data_setion .video_url video  {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background-color: #f8f8f8;
    /* border: 1px solid #000; */
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid .upload_color_sec .img_alt, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid .video_data_setion .video_title{
    display: none;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid .upload_color_sec .img_dwnl_btn, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid .video_dwnl_btn{
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid li{
    border: none;
}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid li .upload_color_sec .img_dwnl_btn, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid  li .video_data_setion .video_dwnl_btn{
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;

}

.mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid li .upload_color_sec .dwn_icon_btn img, .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid  li .video_data_setion .video_dwnl_btn img{
    width: 18px;
}

.mediakit_shortcode_section .accordion li .toggle::after{
    content: "";
    background: url("/wp-content/themes/arizer-child/images/down-chevron-white.png") no-repeat;
    background-size: 100%;
    width: 17px;
    height: 12px;
    display: inline-block;
    margin-left: 10px;
    transform: rotate(180deg);
    transition: all 0.5s;
}
.mediakit_shortcode_section .accordion li .toggle.no_toggle::after{
    display: none !important;
}
.mediakit_shortcode_section .accordion li  .toggle.active-arrow::after{
    transform: rotate(0deg);
}

.list-grid-button button{
    color: #dddddd;
    padding: 0px;
    border: none;
    font-size: 25px;
    margin-right: 10px;
    text-shadow: none;
    box-shadow: none;
}

.list-grid-button button.active{
    color: #000;
}

.list-grid-button button:hover, .list-grid-button button:focus  {
    background: none;
}

/* kit global end */

/* ------ Media kit End -------*/

/* Blog single product start */
div.blog_vap_product .products.blog_product_inner a h2 {
    font-family: "'Montserrat', sans-serif", "Manrope", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 0.5em 0;
    margin: 50px 0 0 0;
}
div.blog_vap_product .products.blog_product_inner .star-rating {
    color: #FFB600;
    font-size: .857em;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}
div.blog_vap_product .products.blog_product_inner .star-rating::before {
    content: "sssss";
    color: #02010100;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
div.blog_vap_product .products.blog_product_inner .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
div.blog_vap_product .products.blog_product_inner .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
}
div.blog_vap_product .products.blog_product_inner .price {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 0.5em;
}
div.blog_vap_product .products.blog_product_inner .price del {
    font-size: 28px;
    font-weight: 400;
    color: #F6B601;
    opacity: .5;
    display: inline-block;
}
div.blog_vap_product .products.blog_product_inner .price del span.amount {
    color: #F6B601;
    font-weight: 400;
}
div.blog_vap_product .products.blog_product_inner .price ins {
    color: #8F8F8F;
    font-weight: 400;
}
div.blog_vap_product .products.blog_product_inner .price ins span.amount {
    font-weight: 400;
    color: #8F8F8F;
}
div.blog_vap_product .products.blog_product_inner div.woocommerce-loop-product__buttons a.add_to_cart_button {
    color: #FFFFFF;
    background-color: #165BAD;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    margin-top: 1em;
    font-weight: 400;
    padding: 15px 15px;
    border: 1px solid #165bad;
    cursor: pointer;
}
.remove_pd_related_cnt article.elementor-grid-item div.elementor-post__text {
    padding: 10px 20px 10px 0;
    margin-top: 0px;
}
.remove_pd_related_cnt article.elementor-grid-item h3.elementor-post__title {
    margin-bottom: 0;
}
.elementor-widget-author-box .elementor-author-box div.elementor-author-box__text h4.elementor-author-box__name {
    margin: 0;
}
div.remove_pd_related_cnt .elementor-grid {
    display: inline-block;
}
/* Blog single product end */

/* footer subscribe form start */
form.footer_subscription_form {
    display: flex;
}

form.footer_subscription_form div.gform_heading {
    display: none;
}
form.footer_subscription_form div.gform_body div.form_sublabel_below {
    display: flex;
}

form.footer_subscription_form .gform_footer.top_label{
    padding: 0px;
}

form.footer_subscription_form .gform_footer.top_label{
 min-width: 123px;
 width: 123px;
 margin-top: 0px !important;
}

/* form.footer_subscription_form .gform_body{
    width: 100%;
} */
form.footer_subscription_form .gform_body {
    width: 100%;
    /* width: auto; */
    margin-top: 0px !important;
    padding-right: 16px !important;
}

form.footer_subscription_form .gform_body div.ginput_container{
    margin-top: 0px !important;
}

form.footer_subscription_form .gform_body div input{
    margin: 0px !important;
    background-color: #FFF;
    border-radius: 3px;
    border: solid 1px #666666;
    padding: 0.5rem 1rem!important;
    color: #000 !important;
}

/* form.footer_subscription_form .gform_body .gfield_error { */
form.footer_subscription_form .gform_body .gfield_error .gfield_validation_message {
    background-color: transparent;
    margin-bottom: 0px!important;
    border-top: 0px solid #c89797;
    border-bottom: 0px solid #c89797;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    box-sizing: border-box;
    border: none;
}
form.footer_subscription_form .gform_body div .validation_message{
    padding: 0px 0px 15px 0px !important;
}

form.footer_subscription_form .gform_body div .name_first{
    padding-top: 0px !important;
}

form.footer_subscription_form .gform_footer input#gform_submit_button_9 {
    padding: 0.5rem 2rem!important;
    color: #000 !important;
    background: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    color: #8e8e8e;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #165bad;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-right: 0px !important;
    text-transform: uppercase;
}

form.footer_subscription_form .gform_footer input#gform_submit_button_9:hover{
    background-color: #165bad !important;
    color: #FFF !important;
}

.footer_subscription_form_wrapper .gform_body,.footer_subscription_form_wrapper .gfield,.footer_subscription_form_wrapper .gform_button{
    width:100%;
}

.footer_subscription_form_wrapper #gform_12_validation_container, .footer_subscription_form_wrapper #gform_5_validation_container, .footer_subscription_form_wrapper #gform_6_validation_container {
    display: none;
}
.footer_section_copyright .copyright_text p{ font-size: 14px; line-height: 20px;}
/* footer subscribe form end */

.single-product.postid-20211039029 .bundle_child_item{display:none !important}
.single-product.postid-20211039029 .bundled_product_summary.product{display:block !important;}

/* Gift Card css start */

.product-type-wgm_gift_card {
  padding-top: 10px;
}

.product-type-wgm_gift_card .summary.entry-summary {
  float: unset !important;
  width: 100% !important;
}

.product-type-wgm_gift_card .cws_giftcard_container .elementor-inner-col-1 {
  display: flex;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-inner-col-1
  .elementor-column.elementor-col-50 {
  display: block;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-inner-col-2
  .elementor-column.elementor-col-100 {
  display: flex;
  justify-content: center;
}

.product-type-wgm_gift_card .summary.entry-summary form.cart {
  position: relative;
}

.product-type-wgm_gift_card
  .summary.entry-summary
  form.cart
  .cws_giftcard_add_to_cart {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-type-wgm_gift_card .cws_giftcard_container .elementor-container {
  flex-wrap: wrap;
  max-width: 767px;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-right {
  flex-wrap: wrap;
  padding-left: 50px;
  flex-direction: column;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-left
  .send_now {
  display: flex;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-left
  .send_now
  label {
  margin-bottom: 0px;
}

.cws_selected_user_price_inner {
  flex-direction: row-reverse;
  display: flex;
}
.cws_selected_user_price label {
  text-align: center;
  width: 100%;
}
.wps-uwgc-choose-amount {
  text-align: center;
  display: flex;
}

.wps-uwgc-choose-amount .select_custom_amt {
  width: 100px;
  height: 70px;
  font-size: 22px;
  font-weight: 500;
  border: 1px solid #535353;
  margin-right: 20px !important;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 5px;
}

.wps-uwgc-choose-amount .select_custom_amt span {
  font-size: 13px;
  font-weight: 500;
  color: #8e8e8e;
  padding-bottom: 9px;
  padding-right: 2px;
}

.cws_selected_user_price_inner .selected_price_type {
  width: 100px;
  height: 70px;
  font-size: 22px;
  font-weight: 500;
  border: 1px solid #535353;
  margin: 15px 0px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 5px;
  padding: 15px 15px;
  position: relative;
}

.cws_selected_user_price_inner .selected_price_type span {
  position: absolute;
  font-size: 17px;
  top: 24px;
  color: #707070;
}

.cws_selected_user_price_inner .selected_price_type .customer_input_price {
  border: none;
  border-bottom: 1px solid #535353;
  background: none;
  border-radius: 0px;
  padding: 0px 0px 0px 16px;
}

.product-type-wgm_gift_card .wps-uwgc-choose-amount .wps_uwgc_price_button {
  /* width: 100px;
    height: 70px;
    font-size: 22px;
    font-weight: 500;
    border: 1px solid #535353;
    margin-right: 20px !important; */
  border: none;
  font-size: 22px;
  font-weight: 500;
  padding: 0px;
}
.product-type-wgm_gift_card
  .wps-uwgc-choose-amount
  .wps_uwgc_price_button:last-child {
  margin-right: 0px;
}

.cws_selected_user_price {
  margin-top: 20px;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-left
  .wps_uwgc_info {
  font-size: 12px;
  color: #b5b5b5;
  display: block;
}
.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-left
  .wps_uwgc_info.light_text {
  color: #393939;
  font-size: 10px;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-right
  label {
  width: 100%;
  font-size: 15px;
  color: #fff !important;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 13px;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-right
  select,
.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-right
  input[type="text"],
.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-right
  textarea {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 0px !important;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-right
  textarea.wps_wgm_message {
  height: 105px;
}

.wps_select_date {
  position: relative;
}

.wps_select_date::after {
  background: url(https://arizer.com/wp-content/uploads/2024/01/calendar-arizer.png);
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  content: "";
  position: absolute;
  top: 36px;
  left: 0px;
  z-index: 100000000;
  background-size: 100%;
}
.dp-disabled.wps_select_date::after {
  background: url(https://arizer.com/wp-content/uploads/2024/01/calendar-disable.png);
  background-size: 100%;
}

.dp-disabled.wps_select_date .hasDatepicker {
  color: #2b2b2b !important;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-right
  .wps_wgm_from_name_email
  input[type="text"],
.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-right
  .wps_wgm_delivery_via_email
  input[type="text"] {
  width: calc(50% - 5px) !important;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-right
  .wps_wgm_from_name_email,
.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-right
  .wps_wgm_delivery_via_email {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.cws_default_recipient {
  display: none;
}

.product-type-wgm_gift_card .cws_giftcard_container .wps_message {
  margin: 0px;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-right
  .wps_wgm_delivery_method {
  border: none;
  padding: 0px;
  margin-bottom: 0px;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-right
  .wps_delivery_method
  label {
  width: 100%;
  font-size: 15px;
  color: #fff !important;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 13px;
}

.wps_select_date .hasDatepicker {
  border: none;
  background: none;
  color: #175bae !important;
  padding-left: 35px;
  font-size: 14px;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-left {
  flex-wrap: wrap;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-left
  .wps_wgm_selected_template,
.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-left
  .wps_wgm_section {
  width: 100%;
  margin: 0px 0px 25px 0px;
  padding: 0px !important;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-left
  p {
  margin: 0px 0px;
  padding: 0px;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-left
  label {
  width: 100%;
  font-size: 15px;
  color: #fff !important;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 13px;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-left
  .wps_wgm_delivery_method
  select,
.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-left
  .wps_wgm_delivery_method
  input[type="text"] {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-column.elementor-col-left
  select {
  border: 1px solid #f3b91a;
  color: #f3b91a;
  width: 100%;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-inner-col-2 {
  width: 100%;
  margin-bottom: 30px;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-inner-col-2
  .wps_wgm_selected_template {
  padding-right: 0px;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-inner-col-2
  .wps_wgm_selected_template
  label {
  text-align: center;
  font-size: 15px;
  color: #fff !important;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 20px;
  width: 100%;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-inner-col-2
  .wps_wgm_selected_template
  .wps_wgm_featured_img {
  padding: 10px;
  border: 1px solid #535353;
  background: none;
  border-radius: 10px;
  margin: 0px 15px;
}

.product-type-wgm_gift_card
  .cws_giftcard_container
  .elementor-container
  .elementor-inner-col-2
  .wps_wgm_selected_template
  .wps_wgm_featured_img.wps_wgm_pre_selected_temp {
  border: 1px solid #f3b91a !important;
  padding: 10px;
  border-radius: 10px;
}

.product-type-wgm_gift_card .cws_giftcard_add_to_cart button {
  padding: 10.5px 45px !important;
  border-radius: 5px !important;
}

.product-type-wgm_gift_card .product_title,
.product-type-wgm_gift_card .price {
  display: none;
}

#gift_card_banner {
  max-width: 767px;
  margin: 0 auto;
  position: relative;
}
.gift_card_from_name {
  position: absolute;
  top: 20px;
  left: 30px;
}

.gift_card_to_name {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.giftcard_top_msg .gift_card_to_name {
    bottom: 50px;
  }

.gift_card_message {
  position: absolute;
  bottom: 50px;
  text-align: center;
  /* margin: 0 auto; */
  transform: translateX(-50%);
  left: 50%;
  max-width: 450px;
}
.giftcard_top_msg .gift_card_message{
    bottom: 50px;
}

.gift_card_message p {
  width: 100%;
  text-align: center;
}

.giftcard_loader img {
  display: inline-block;
  width: 40px;
  height: auto;
  animation: 1.5s linear infinite animName;
}
.gift_card_banner .giftcard_loader{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.gift_loader{
  position: relative;
}

.gift_loader::after{
  position: absolute;
  top:0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #2c2c2c00 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(12px);
  content: "";
  z-index: 1;
}
article.product-type-wgm_gift_card .single-product .woocommerce-message a.wp-element-button{display:none;}
.cws_giftcard_add_to_cart button.single_add_to_cart_button span.loader {display: none;}

/* Gift Card css end */

/* Age gate start */
.agegate_state_validation p {
    font-family: inherit;
    font-size: 15px !important;
}
.agegate_state_validation p span.age_confirm {
    color: #faaf00;
}
:not(.page-id-20210152659) .age-gate__info {margin-top:30px}
.agegate_state_validation label.global_checkbox {
    text-transform: inherit;
}
.agegate_state_validation label.global_checkbox span.age_confirm {
    color: #faaf00;
}
.agegate_state_validation label.global_checkbox p{
    color: #ffffff;
}
/* Age gate end */

/* solo 2 max page newsletter form start */
.coming_soon_solo2_max .elementor-widget-container {
    text-align: center;
}

.coming_soon_solo2_max h3.coming_soon_title {
    color: #fbaf00;
}
/* solo 2 max page newsletter form start */

/*---- checkout ----*/
.left_side_section .woocommerce-terms-and-conditions{
    background: #333;
    border: 1px solid #4e4e4e;
}
/*---- End Checout ----*/
/* Solo 3 new page design */ 
#product-20210580077 .variations_form .woocommerce-variation-price.has_var_price .woocommerce-Price-amount,
#product-20210175602 .variations_form .woocommerce-variation-price.has_var_price .woocommerce-Price-amount,
#product-20211046767 .variations_form .woocommerce-variation-price.has_var_price .woocommerce-Price-amount,
#product-20211031005 .variations_form .woocommerce-variation-price.has_var_price .woocommerce-Price-amount{
    display: none;
}
.solo3_feature_icon_section .elementor-column-gap-default{
    max-width: 1640px !important;
}   

.heat_level_btn_section .elementor-widget-button{
    display:flex;
    align-items: center;
    width: auto;
}
.heat_level_btn_section .tab_btn{
    margin: 0px 5px;
}

.heat_level_btn_section .tab_btn a{
    background: #555555;
    font-size: 20px;
    border-radius: 20px;
    color: #2e2e2e;
    text-transform: uppercase;
    border: none;
    padding: 20px 25px;
}
.heat_level_btn_section .tab_btn a:hover{
    text-decoration: none;
}
.heat_level_btn_section .tab_btn a:focus{
    text-decoration: none;
    color: #000 !important;
}
.heat_level_btn_section .tab_btn.active a
{
    background: #f5b700;
    font-size: 25px;
    color: #000;
    padding: 25px;
    border-radius: 20px;
}

.solo3_whats_include_section{
    padding: 30px 0px 30px 0px !important;
}


.whats_include_h2_title h2{
    display: inline-block;
    text-align: left;
}

/* solo III Page developer css */

.add_Cart_validation_msg{
  position: fixed;
    bottom: 0px;
    text-align: center;
    width: 100%;
    background: #fbaf02;
}
  .whats_include_section h2{
    font-size: 60px !important;
      text-align: justify;
      font-weight: 600 !important;
      letter-spacing: 2px;
  }
  .whats_include_section .whats_include_list_cal .elementor-icon-list-item span{
    font-size: 21px !important;
      font-weight: 600 !important;
      color: #000 !important;
  }
  /* .session_mode_section,.on_demand_section{
    padding: 215px 0px !important;
  } */
  .session_mode_button .elementor-button-wrapper,.on_demand_mode_button .elementor-button-wrapper{
    text-align: center;
  }
  .session_mode_button .elementor-button-wrapper a{
    width: 310px;
    color: #fff;
    background: #555555;
    text-decoration: none;
      padding: 15px 20px;
      border-radius: 10px;
      border: none;
  }
  .session_mode_section .session_mode_button.active .elementor-button-wrapper a{
    background: #fbaf02;
    color: #000;
    width: 320px;
      text-decoration: none;
      padding: 30px 20px;
      border-radius: 10px;
      border: none;
  }
  .on_demand_mode_button .elementor-button-wrapper a{
    width: 310px;
    color: #fff;
    background: #555555;
    text-decoration: none;
      padding: 15px 20px;
      border-radius: 10px;
      border: none;
  }
  .on_demand_mode_button.active .elementor-button-wrapper a{
    width: 320px;
    background: #fbaf02;
    color: #000;
    text-decoration: none;
      padding: 30px 20px;
      border-radius: 10px;
      border: none;
  }
  .on_demand_mode_button.active .elementor-button-wrapper a:hover{
    background: #fbaf02 !important;
    color: #000;
  }
  .session_mode_button .elementor-button-wrapper a:hover,.on_demand_mode_button .elementor-button-wrapper a:hover{
    text-decoration: none;
  }
  .session_mode_button .elementor-button-text,.on_demand_mode_button .elementor-button-text{
    display: grid !important;
    text-align: left;
  }
  .session_mode_button.active .elementor-button-text .session_class{
    font-size: 35px;
  }
  .on_demand_mode_button .elementor-button-text .on_demand_class,.session_mode_button .elementor-button-text .session_class{
    font-size: 25px;
  }
  .on_demand_mode_button.active .elementor-button-text .on_demand_class{
    font-size: 35px;
  }
  .session_mode_button .elementor-button-text .session_mode{
    font-size: 20px;
  }
  .on_demand_mode_button .elementor-button-text .on_demand_mode{
    font-size: 20px;
  }
  .session_mode_section .session_mode_content_sec,.on_demand_section .on_demand_content_sec {
    margin-top: 100px;
    padding-right: 110px;
    padding-left: 100px;
  }
  .on_demand_mode_button a:focus,.session_mode_button a:focus{
      text-decoration: none;
      color: #000 !important;
  }
  /* solo III Page developer css End */

/* Solo 3 new page design End */

/* Solo3 Single product purhase warning message start */
/*.single-product .woocommerce-notices-wrapper{
    position: fixed;
    width: 100%;
    background: #fbaf02;
    z-index: 999;
    display: none;
    height: auto;
    bottom: 0px;
    text-align: center;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error{
    margin: 0 0 0em;
    border-top: none;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error:before{
    display: none;
}*/
.single-product .woocommerce-notices-wrapper .woocommerce-error li{
    color:#fff;
}
/* Solo3 Single product purhase warning message end */

/* compare product page blog section start */
section#compare-product-recent-posts .compare-blog .compare-blog-grid article.elementor-grid-item {
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-direction: column-reverse;
}

section#compare-product-recent-posts .compare-blog .compare-blog-grid .elementor-grid article.elementor-grid-item div.elementor-post__text {
  order: 1;
  margin-bottom: 20px !important;
  margin-top: 10px !important;
}

section#compare-product-recent-posts .compare-blog .compare-blog-grid .elementor-grid article.elementor-grid-item a.elementor-post__thumbnail__link {
  order: 2;
}
/* compare product page blog section end */
/* Product Single page variation dropdown start */
.variations_form .variations th.label{vertical-align: middle !important;}
.variations_form .variations th.label label[for="something"]{margin: 0px !important;}
/*.variations_form .variations td.value{padding-left: 10px !important;}*/
.variations_form .variations td.value select#pa_color{width: calc(100% - 30px) !important;margin-left: 10px;}
/* Product Single page variation dropdown end */
.woocommerce-Price-amount.amount bdi{
    color: #f6cb17 !important;
}
/*-- Accessories new Design Start --*/

.product_cat_list_new, .support_portal, .product_cat_list_new1{
    background: #FFF;
    border-radius:10px;
    height: 60px;
    padding: 0px 20px;
    font-size: 24px;
    font-weight: 500;
    color: #010201;
    max-width: 860px;
    margin: 0 auto;
}


/* Mega Menu */

.arizer_megamenu .menu-item{
    display: block;
    text-align: right;
}

.arizer_megamenu .menu-item a{

    padding: 0px !important;
    display: inline-block;
}
.arizer_megamenu .megamenu_submenu{
    background: #0000008a 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    background-image: none !important;
}
.arizer_megamenu .series_menu a span{
    background: #FFF;
    display: inline-block;
    color: #000;
    padding: 0px 3px 0px 20px;
    line-height: 15px;
}

/* Mega Menu End */

/*-- Accessories new Design End --*/
.desktop_series_learn-btn p{
    margin: 0px !important;
}

.desktop_series_img, .air_series_img, .solo_series_img{
    position: relative;
}

.desktop_series_img::after{
    content: "";
    width: 1px;
    height: 274px;
    background: #F3B81A;
    position: absolute;
    right: -70px;
    top: 75px;
}
.air_series_img::after{
    content: "";
    width: 1px;
    height: 274px;
    background: #F3B81A;
    position: absolute;
    right: -40px;
    top: 150px;
}
.solo_series_img::after{
    content: "";
    width: 1px;
    height: 274px;
    background: #F3B81A;
    position: absolute;
    right: -50px;
    top: 75px;
}
.desktop_series_addtocart table.variations {
    display: none;
}
.desktop_series_addtocart .woocommerce-variation-description.listing_page {
	display:none;
}
.desktop_series_addtocart .quantity {
    display: none !important;
}
.desktop_series_addtocart a.compare_btn.compare_vaporizer_btn {
    display: none;
}
/* about histry btn css */
.about_history_btn .elementor-button-wrapper{
    margin-top: -150px;
}
.series_thin{font-weight: 100 !important;}
.tips_red{ color: #FF0000;}

  .owl-nav .owl-prev,.owl-nav .owl-next{
    position:absolute;
    top: 40%;
}
.home-new-slider .owl-carousel.home .owl-nav .owl-prev{
    left: 15px;
    font-size: 40px;
    background-color: #4141418f;
    padding: 5px 10px !important;
    line-height: 40px;
}
.home-new-slider .owl-carousel.home .owl-nav .owl-next{
    right: 15px;
    font-size: 40px;
    background-color: #4141418f;
    padding: 5px 10px !important;
    line-height: 40px;
}
.home_btn a.elementor-button.elementor-button-link.elementor-size-sm:hover{
    background-color: unset;
}
.home_btn .elementor-button:visited{
    background-color: transparent;
}
.dealsnotice{
    background: #fbaf04;
    color: #000;
    text-align: center;
    padding: 0px;
    margin-top: 60px;;
}
.dealsnotice p.large-text{
    font-size: 24px;
    line-height: 28px;
    /* text-transform: uppercase; */
    padding: 15px 0px 15px 0px !important;
}
.dealsnotice p.small-text{
    color: #000;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px !important;
    font-weight: 500;
    margin: 0px;
}
.dealsnotice p.small-text a{
    color: #fff;
}
.dealsnotice p.small-text a:hover{
    color: #fff;
    text-decoration: underline;
}
.desktop_series_learn-btn p{
    margin: 0px !important;
}

.desktop_series_img, .air_series_img, .solo_series_img{
    position: relative;
}

.desktop_series_img::after{
    content: "";
    width: 1px;
    height: 274px;
    background: #F3B81A;
    position: absolute;
    right: -70px;
    top: 75px;
}
.air_series_img::after{
    content: "";
    width: 1px;
    height: 274px;
    background: #F3B81A;
    position: absolute;
    right: -40px;
    top: 150px;
}
.solo_series_img::after{
    content: "";
    width: 1px;
    height: 274px;
    background: #F3B81A;
    position: absolute;
    right: -50px;
    top: 75px;
}
.desktop_series_addtocart table.variations {
    display: none;
}
.desktop_series_addtocart .woocommerce-variation-description.listing_page {
	display:none;
}
.desktop_series_addtocart .quantity {
    display: none !important;
}
.desktop_series_addtocart a.compare_btn.compare_vaporizer_btn {
    display: none;
}
/* about histry btn css */
.about_history_btn .elementor-button-wrapper{
    margin-top: -150px;
}
.series_thin{font-weight: 100 !important;}
.tips_red{ color: #FF0000;}

.e-n-tabs-heading #tab_blue{
    background: #0084CB;
    color: #FFF;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.e-n-tabs-heading #tab_blue{
    background: #0084CB;
    color: #FFF;
}

.e-n-tabs-heading #tab_green{
    background: #3BAC91;
    color: #FFF;
}

.e-n-tabs-heading #tab_yellow{
    background: #F6A801;
    color: #FFF;
}

.e-n-tabs-heading #tab_red{
    background: #E20B1D;
    color: #FFF;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.vap_mob_image{
    display: none;
}

.vaporizer_selection_area .vscale_list{
    background: #FFF;
    color: #000;
    width: 370px;
    margin: 0 auto 70px;
}

.vscale_loader{
    text-align: center;
    margin-bottom: 80px;
}

.vscale_loader img{
    width: 80px;
}
.vscale_btn a:hover {
    cursor: none;
}
.accessoriesbtn-single-pro {
    text-align: center;
    padding: 10px 0px 10px 0px;
    border: 1px solid #fff;
    width: fit-content;
    margin: 0 auto;
    border-radius: 5px;
    text-decoration: none;
}
.accessoriesbtn-single-pro a{
    padding: 10px 70px;
}
.checksingle_gallery {
    margin-bottom: 50px;
}
.single.single-product .woocommerce-variation-description p span { color: #FFFFFF; }
.woocommerce-variation-description p span { color: #F4B916; }
.airmax-max-thearizerway-content.dark-mode-content span, .airmax-aromatherphy-content.dark-mode-content span { color: #F4B916; }
.postid-20210100572 .bundled_item_144.bundled_product.bundled_product_summary.product{display:none !important}
.postid-20210100572 .bundled_item_145.bundled_product.bundled_product_summary.product{display:none !important}
.postid-655152 .bundled_item_266.bundled_product.bundled_product_summary.product{display: none !important;}
.postid-655152 .bundled_item_266.bundled_product.bundled_product_summary.product{display: none !important; }
.postid-655152 .bundled_item_267.bundled_product.bundled_product_summary.product{display: none !important;}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox{display: inline-block !important;}

/* Drop Shipping - START */
.drop_shipping_form label.gfield_label.gform-field-label, .wholesale_form label.gfield_label.gform-field-label{ color:#fff !important; font-weight: 500 !important; line-height: 27px !important; letter-spacing: 2px !important;text-transform: uppercase;}
.drop_shipping_form label.gfield_label.gform-field-label span.gfield_required, .wholesale_form label.gfield_label.gform-field-label span.gfield_required{display:none !important;}
.drop_shipping_form .ginput_container.ginput_container_text input, .drop_shipping_form .ginput_container.ginput_container_email input, .drop_shipping_form .ginput_container.ginput_container_number input, .wholesale_form .ginput_container.ginput_container_text input, .wholesale_form .ginput_container.ginput_container_email input, .wholesale_form .ginput_container.ginput_container_number input, .wholesale_form .ginput_container.ginput_container_phone input, .wholesale_form .ginput_container.ginput_container_select select{
    border-radius: 14px !important;
    border: none !important;
    height: 44px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    opacity: 1 !important;
    color: #000000 !important;
}
.drop_shipping_form .ginput_container.ginput_container_textarea textarea, .wholesale_form .ginput_container.ginput_container_textarea textarea{
    border-radius: 14px !important;
    border: none !important;
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    opacity: 1 !important;
}
.drop_shipping_form .gfield, .wholesale_form .gfield{padding-bottom: 20px !important;}
.drop_shipping_form input#gform_submit_button_14, .wholesale_form input#gform_submit_button_5, .drop_shipping_form .gform_button.button,  .wholesale_form .gform_button.button{
    color: #fff;
    padding: 10px 35px 10px 35px;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow:none;
}
.drop_shipping_form .validation_message.gfield_validation_message, .wholesale_form .validation_message.gfield_validation_message{border: none; background: transparent; padding: 0px !important;}
.gform_wrapper.gravity-theme .gform_validation_errors { display: none;}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox{display: inline-block !important;}
/* Drop Shipping - END */

/* Review page - START */
.device_review .shortcode-wcpr-pagination:first-child{display: none;}
.device_review .shortcode-wcpr-pagination{float: right;}
.device_review .read-review_titla p {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 2px;
}
.device_review .product-review-custom{margin-top:75px;}
.device_review .cm_single_review_title{font-size: 30px; line-height: 41px; color:#fff; text-align: center !important; width: 70%; float: left;}
.device_review .cws_date_title_wrapper .cm_single_review_zero_selection h3{font-size: 30px; color: #fff;}
.device_review .product-review-custom .shortcode-wcpr-pagination .wcpr-page-numbers.wcpr-current, .product-review-custom .shortcode-wcpr-pagination a.wcpr-page-numbers:hover{font-size: 20px !important; background: #1E5CAD; color: #fff !important; font-weight: 300 !important;}
.device_review .product-review-custom .shortcode-wcpr-pagination .wcpr-page-numbers{font-size: 20px; color: #fff !important; font-weight: 300 !important; text-transform: uppercase; padding:8px 18px; border-radius: 10px; border: none; background: #1C1C1C;}
.device_review .wcpr-review-date.cm_single_review_first{display:none;}
.device_review .cm_single_review_second .cm_single_review_title p {font-size: 15px; color: #515151; text-align: center !important; margin: 0px;}

.device_review .product-review-custom .cmr_reviews_list .cm_single_review{background: #1B1B1B !important; padding: 30px; border-radius: 10px; border:none;}

.cws_custom_review_section .cm_single_review_title p{display:none;}


.device_review .device_icon{
    display: flex;
    align-items: center;
}

.device_review .device_icon span{
    width: 60px;
    height: 60px;
    background: #165BAD;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    align-items: center;
}

.device_review .device_icon span img{
    max-width: 40px;
    max-height: 40px;
}

.device_review .device_icon h3{
    font-size: 30px;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}


.device_review  .cm_single_review_title{
    font-size: 30px;
    margin: 0px;
    padding: 0px;
}

.device_review .wcpr-review-content.cm_single_review_content{
    margin: 10px 0px 0px 0px;
}

.device_review .cm_single_review_title p{
    line-height: 25px;
}

.device_review .cm_single_review_zero_selection{
    min-width: 280px;
}

.device_review .cm_single_review_second{
    padding-left: 0px;
}

.device_review .cm_single_review_zero_selection .device_icon:nth-child(2){
    display: none;
}

.device_review .product-write-review-custom p.stars.selected:nth-child(3), .device_review .product-write-review-custom p.stars.selected:nth-child(4), .device_review .product-write-review-custom p.stars.selected:nth-child(5), .device_review .product-write-review-custom p.stars.selected:nth-child(6), .device_review .product-write-review-custom p.stars.selected:nth-child(7), .device_review .product-write-review-custom p.stars.selected:nth-child(8), .device_review .product-write-review-custom p.stars.selected:nth-child(9), .device_review .product-write-review-custom p.stars.selected:nth-child(10){
    display: none;
}
.device_review .woocommerce-photo-reviews-form-main-inner{background: #000 !important;}
.device_review .product-write-review-custom .woocommerce-photo-reviews-form{ width: 100%; padding:0px 130px;}
.device_review .product-write-review-custom .woocommerce-photo-reviews-form input{
    border-radius: 14px !important;
    border: none !important;
    height: 44px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    opacity: 1 !important;
    color: #000;;
}
.device_review .product-write-review-custom .comment-form-rating{margin-top:20px;}
.device_review .product-write-review-custom .woocommerce-photo-reviews-form label{ 
    color:#fff !important; font-weight: 500 !important; line-height: 27px !important; letter-spacing: 2px !important;text-transform: uppercase;
}
.device_review .product-write-review-custom .woocommerce-photo-reviews-form textarea{
    border-radius: 14px !important;
    border: none !important;
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    opacity: 1 !important;
    color: #000;
}
.device_review .review_listig_loader{
    padding-top: 100px;
    text-align: center;
}
.device_review .review_listig_loader img{
    display: inline-block;
    width: 40px;
    height: auto;
    animation: 1.5s linear infinite animName;
}
.device_review .woocommerce-photo-reviews-form .submit.wcpr-comment-form-submit{
    background: #2B73E7 !important;
    text-transform: uppercase;
    color: #fff;
    border-radius: 9px;
    padding: 4px 41px;
}
.device_review .woocommerce-message{ border: none !important; width:fit-content; margin: auto;}
.device_review .woocommerce-message::before{padding-top: 15px;}
.accessories_listing_page .tariff_free{display: none !important;}
.woocommerce-checkout .select2-search__field{ color: #ffffff !important;}
/* Review page - END */
.select2-results__option{color: #ffffff !important;}
.single-post ul li{list-style: inside;}
.single-post ul.menu li { list-style: none; }
.elementor-widget-text-editor p{ font-size: 14px;}
ul.custom-recent-posts li{ list-style: none;}
.select_custom_amt input.wps_uwgc_price_button{ background-color: transparent !important;} 
p.gform_required_legend{display: none !important;}
form.woocommerce-form.woocommerce-form-login.login input { color: #fff; }
form.woocommerce-form.woocommerce-form-register.register input { color: #fff; }
.postid-20211032695 .woocommerce-variation-price.has_var_price{display: none !important;}
.ppcp-messages {display:none !important}
  /* ======================================== Start Responsive css ========================================= */
  @media screen and (min-width:1700px) and (max-width:1920px){
      .postid-923 .play-video-button, .postid-3556 .play-video-button {
          bottom: 20px;
      }
      .play-video-button {
          bottom: 55px;
      }
      .desktop_top_banner_img img {
        width: 400px !important;
      }
  }
  @media screen and (min-width:1550px) and (max-width:1700px){
      .postid-923 .play-video-button, .postid-3556 .play-video-button {
          bottom: 15px;
      }
      .play-video-button {
          bottom: 55px;
      }
      .accessory-main-title-promo img{
         width: 390px;
      }
      .desktop_top_banner_img img {
        width: 300px;
    }
      
  }
  @media screen and (min-width:1440px) and (max-width:1550px){
      .postid-923 .play-video-button, .postid-3556 .play-video-button {
          bottom: 10px;
      }
       .play-video-button {
          bottom: 45px;
      }
      .accessory-main-title-promo img{
         width: 390px;
      }
      .desktop_top_banner_img img {
        width: 250px;
     }
    .solo2_max_power_section .elementor-container.elementor-column-gap-default{
        min-height: 810px !important;
     }
     .air_series_top_box{
        min-height: 520px;
    }
    .solo_series_top_box{
        min-height: 540px;
    }
  }
  @media screen and (min-width:1366px) and (max-width:1440px){
      .postid-923 .play-video-button, .postid-3556 .play-video-button {
          bottom: 8px;
      }
      .accessory-main-title-promo img{
         width: 350px;
      }
    .accessory-main-title-promo.ca_top_banner img{
         width: 250px;
      }
      .accessory-main-title-promo.ca_top_banner .elementor-widget-wrap{
          padding-top: 0px !important;
      }
      .desktop_top_banner_img img {
        width: 250px;
      }
      .solo2_max_power_section .elementor-container.elementor-column-gap-default{
        min-height: 810px !important;
     }
    .air_series_top_box{
        min-height: 520px;
    }
    .solo_series_top_box{
        min-height: 520px;
    }
  }
  @media screen and (min-width:1280px) and (max-width:1366px){
      .postid-923 .play-video-button, .postid-3556 .play-video-button {
          bottom: 5px;
      }
      .accessory-main-title-promo img{
         width: 320px;
      }
      .desktop_top_banner_img img {
        width: 250px;
      }
      .solo2_max_power_section .elementor-container.elementor-column-gap-default{
        min-height: 810px !important;
     }
     .air_series_top_box{
        min-height: 600px;
    }
    .solo_series_top_box{
        min-height: 600px;;
    }
  
  }
  @media screen and (min-width:1024px) and (max-width:1280px){
      .postid-923 .play-video-button, .postid-3556 .play-video-button {
          bottom: 10px;
      }
      .postid-923 .video_header .banner-play,.postid-3556 .video_header .banner-play{
          padding: 5px 20px !important;
      }
      
      .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form{width: 100% !important;}
      /*.accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap{width: 35% !important;}
      .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .single_add_to_cart_button{right: -10px !important;}*/
      /* .accessories_listing_page .product-add-to-cart-wrapper form.cart{width: 35% !important;float: right !important;}
      .accessories_listing_page .product-add-to-cart-wrapper form.cart .single_add_to_cart_button{right: -10px !important;} */
      .accessory-main-title-promo img{
         width: 310px;
      }
       .enableproductmainsection .banner_top_img img{
        width: 220px;
      }  
      .desktop_top_banner_img img {
        width: 250px;
    }
    .desktop_series_img::after{
        height: 200px;
        right: -21px;
        top: 35px;
    }
    .solo_series_top_box{
        min-height: 580px;
    }
  }
  
  @media screen and (max-width:1280px){
    .accessory-main-title-promo img{
         width: 310px;
    }  
    .solo2_max_power_section .elementor-container.elementor-column-gap-default{
        min-height: 780px !important;
    } 
    .desktop_series_img::after{
        height: 224px;
        right: -55px;
        top: 35px;
    }
  }
  @media screen and (max-width:1199px){
    .deals_accessories_main .elementor-element-populated .accessories_middle_title h2, .deals_bundle_main .elementor-element-populated .bundle_middle_title h2 {
        font-size: 50px;
    }
    .deals_bundle_main .elementor-element-populated .bundle_bottom_btn .elementor-button-link, .deals_accessories_main .elementor-element-populated .accessories_bottom_btn .elementor-button-link{
        font-size: 14px;
        font-weight: 500;
        padding: 15px 20px;
    }
    .desktop_top_banner_img img {
        width: 250px;
    }
    form.footer_subscription_form{
        padding-right: 15px;
    }
    .solo2_max_power_section .elementor-container.elementor-column-gap-default{
        min-height: 750px !important;
     }
     .air_series_top_box{
        min-height: 510px;
    }
    
  }
  @media screen and (min-width:992px) and (max-width:1199px){
    .play-video-button {
        bottom: 22px;
    }
    .video_header .banner-play{
      padding: 5px 13px !important;
      font-size: 14px;
    }
     .postid-923 .play-video-button, .postid-3556 .play-video-button {
      padding: 5px 20px !important;
    }
    .enableproductmainsection .banner_top_img img{width:200px;}
    .solo2_max_power_section{
        background-size: cover !important;
    }
    .solo2_max_power_section .elementor-container.elementor-column-gap-default{
        min-height: 620px !important;
     } 
  }
  @media screen and (min-width:1036px) and (max-width:1991px){
      
    .left_side_section {
     width: 63%;
     }
      .elementor-location-footer .elementor-col-50 .mc4wp-form input{
      margin-right: 10px;
    } 
    .elementor-location-footer .elementor-col-50 .mc4wp-form-fields [type="submit"] {
      padding: 0.5rem 1.5rem!important;
      margin-right: 0px;
    }
     .elementor-location-footer .elementor-section-boxed {
      padding-left: 15px !important;
      padding-right: 15px !important;
   }
   .enableproductmainsection .summary .product_title{
    font-size: 30px;
    width: calc(100% - 80px);
    }
  }

  @media (max-width:1024px){

    .search-results article {
        width: 50%;
    }
    .dealsnotice{
            margin-top: 70px;
    }

  }
  
  @media screen and (min-width:992px) and (max-width:1035px){
      
    .left_side_section {
    width: 61%;
    }
    .elementor-location-footer .emailer-box {
     padding-left: 10px !important;
     padding-right: 10px !important;
    }
    /* solo2 max subscription form start */
    .solo2-max-subscribe.emailer-box {
     padding-left: 10px !important;
     padding-right: 10px !important;
    }
    /* solo2 max subscription form end */
    .product-review-custom .elementor-tabs-wrapper .elementor-tab-title{
    font-size: 17px;
    padding: 20px 25px;
   }
   .postid-923 .play-video-button, .postid-3556 .play-video-button {
      bottom: 0px;
  }
  .postid-923 .video_header .banner-play,.postid-3556 .video_header .banner-play{
      padding: 5px 20px !important;
  }
    
  .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form{width: 100% !important;}
  /* .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap{width: 40% !important;}
  .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity{width: 48% !important;}
  .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .single_add_to_cart_button{right: -20px !important;} */
  /*    .accessories_listing_page .product-add-to-cart-wrapper form.cart{width: 40% !important;}
  .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity{width: 48% !important;}
   .accessories_listing_page .product-add-to-cart-wrapper form.cart .single_add_to_cart_button{right: -20px !important;} */
   .enableproductmainsection .summary .product_title{
    font-size: 30px;
    width: calc(100% - 80px);
    }
    
  }
  
      
  @media screen and (min-width:768px) and (max-width:991px){
      
      .fixedElement .variations {
      width: 100% !important;
      display: block;
      vertical-align: top;
      margin: 15px 0px !important;
      padding: 15px 0px;
      text-align: center;
      border-top: 1px dashed #464646;
      border-bottom: 1px dashed #535353;}
      .fixedElement .variations tr{ border: none;}
      .fixedElement .variations_form.cart { width: 100%;}
      .fixedElement .variations tbody{display: inline-block;}
      .woocommerce div.product div.summary{ padding: 0px 10px;}
      .woocommerce .col2-set .col-1{ margin-bottom: 30px;}
      .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { width: 100%; }
      .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{width: 100%;}
      .checkout-wrp { display: block;}
      .left_side_section { width: 100%; }
      .right_side_section { width: 100%; padding: 0px; margin: 0px }
      .right_side_containt{position: relative !important; width: 100%; top: 0px !important;}
      
      .product_title_mobile{ display: block; position: fixed; bottom: 0px; left: 0px;  width: 100%;  background: #165bad; color: #FFF; z-index: 10; padding: 16px 10px; }
      .close_cart_mobile{ display: block;}
      .fixedElement.sticky-product{ display: none; bottom: 0px;}
      .fixedElement{display: none; bottom: 0px; position: relative;}
      .for-special-bundle .fixedElement{
        display: block;
        bottom: unset;
        padding: 0px 0px !important;
        border-top: none;
      }
      .fixedElement .product_title { display: block; margin-right: 0; padding: 0px 5px; margin-bottom: 10px; margin-top: 7px;  width: 100%; }
      .close_cart_mobile{ position: absolute; right: 10px;  top: -21px; width: 50px; height: 50px;  border-radius: 50px; text-align: center;  line-height: 32px;   font-size: 21px; z-index: 10000;
      background: #165bad; color: #FFF;  border: 10px solid #222; box-shadow: 0px -3px 0px 0px #165bad;}
      .fixedElement.active_mobile{ display: block; position: fixed; z-index: 9999; width: 100%; bottom: 0px; border-top: 3px solid #165bad; left: 0; top: auto !important;}
      .open_cart_mobile{ display: inline-block;  position: fixed;  right: 20px; bottom: 13px;  background: #FFF; width: 30px; height: 30px; text-align: center; line-height: 31px;
      color: #165bad;  border-radius: 30px;}
     .product_title_mobile del .woocommerce-Price-amount.amount{ color: #FFF;  margin-left: 10px;}
       .product_title_mobile ins .woocommerce-Price-amount.amount{ color: #FFF; display: inline-block;  margin-left: 7px;}
      .fixedElement .rtwpvs-image-term.selected img { width: 28px !important;  height: 28px !important; }
      .fixedElement .color-variable-wrapper .rtwpvs-color-term .rtwpvs-term-span-color { width: 28px !important;  height: 28px !important;}
      .fixedElement .rtwpvs-terms-wrapper .rtwpvs-term img { width: 28px !important; height: 28px !important; border: 0px solid !important;}
      .fixedElement .variations tr td.label label { line-height: 29px;}
      .fixedElement.active_mobile .variations td{ display: inline-block;}
     .elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a { justify-content: space-between; padding: 10px 10px !important; border-bottom: 1px solid #2f2f2f;}
      .elementor-nav-menu--dropdown .elementor-nav-menu .sub-menu .menu-item a{ padding: 7px 12px 7px 30px !important;}
      .elementor-nav-menu--dropdown .elementor-nav-menu .sub-menu .menu-item a:hover { padding: 7px 12px 7px 30px !important; }
      .elementor-nav-menu--dropdown .elementor-nav-menu .sub-menu .menu-item a::after{position: absolute; content:"\f35a";  left: 10px; top:7px; font-family: 'Font Awesome 5 Free';}  
      a.highlighted{ color: #FFF !important;}
      .fixedElement.active_mobile .star_rating {  margin-right: 0px;  border-right:0px solid #535353;  padding-right: 0px; }
      .woocommerce ul.products li.product{
       margin: 0px 1.4% 50px 1.4% !important;
       width: 30.5% !important;
      }
      .woocommerce-loop-product__title {
       font-size: 18px !important;
      }
      .woocommerce-product-details__short-description{
       font-size: 16px;
      }
      .rander_product form.cart .variations td.label, .rander_product form.cart .variations td.value {
       width: 100%;
      }
      .elementor-location-footer .emailer-box .elementor-col-50 .mc4wp-form input{
      width: 30% !important;
     }
     /* solo2 max subscription form start */
     .solo2-max-subscribe.emailer-box .elementor-col-50 .solo2-max-subscription.mc4wp-form input{
      width: 30% !important;
     }
     /* solo2 max subscription form end */

     .product-review-custom .elementor-tabs-wrapper .elementor-tab-title{
      font-size: 15px;
      padding: 20px 20px;
     }
     .woocommerce div.product div.images img {
      width: 100%;
      margin: 0 auto;
     }   
     .accessories_listing_page .entry-summary h1 {
      font-size: 24px;
      }
      .woocommerce-MyAccount-navigation ul li a{ font-size: 16px; padding: 15px 20px;}
      .expand-button.open_cart_mobile{ display: block}
      .cp-module-info_bar .cp-popup-wrapper .cp-popup.cp-bottom{ bottom: 53px; z-index: 999 !important; }
      .sub_menu_accrssories.fixedElement{ position: inherit;}
      .sub_menu_accrssories.fixedElement.sticky-product{bottom: auto !important; display: block !important; position: fixed;}
      .play-video-button{bottom: 20px;}
      .video_header .banner-play {
      font-size: 13px!important;
      padding: 10px 15px !important;
    }
    .video_header .banner-play i {
        width: 23px!important;
        height: 23px!important;
        line-height: 21px!important;
    }
    .accessories_listing_page .product-image-content-wrapper .entry-summary .product_title{width: 55%;}
    .enableproductmainsection .banner_top_img img{width:200px;}
    .enableproductmainsection .summary .product_title{
        font-size: 30px;
        width: calc(100% - 80px);
    }
  }
  @media (max-width:991px){
    .shortcode-wcpr-grid.cmr_reviews_list{
        column-count: 1;
    }
      .postid-923 .play-video-button, .postid-3556 .play-video-button {
      position: absolute!important;
      bottom: 5px;
    }
      .woocommerce.single-line-product{
      position: fixed;
      bottom: 0;
      background-color: #165BAD;
      width: 100%;
      left: 0;
      border-top: 3px solid #165bad;
      text-align: left;
      z-index: 9999;
      transform: translate3d(0,0,0);
      }
      .for-special-bundle .fixedElement{
            padding: 0px 0px;
      }
      .woocommerce.single-line-product .summary1.entry-summary1{
        display: inline-flex;
        padding:16px 10px;
          width: 100%;
      }
      .product-type-bundle .entry-summary1.bundles_oneline{    justify-content: start;}
     .for-special-bundle .woocommerce.single-line-product .popup_mobile_add_to_cart{
      display: none;
      }
      .woocommerce.single-line-product .bundles_oneline .product_title,.woocommerce.single-line-product .bundles_oneline .price .woocommerce-Price-amount {
        color: #fff!important;
      }
      .woocommerce.single-line-product .product_title.entry-title .price {
        padding-left: 0px;
        margin: 0px 5px;
      display: inline-block;
      }
      .woocommerce.single-line-product .bundles_oneline .price .woocommerce-Price-amount{
        font-size: 15px!important;
      }
      .expand-button-wc {
        display: block;
        position: fixed;
           bottom: 8px;
      right: 15px;
        margin: 5px;
        z-index: 99999999999999999;
        color: #165bad;
        font-size: 18px;
        font-weight: 900;
        background-color: #fff;
        border-radius: 100px;
       
      }
      .expand-button-wc.close-wc{
        position: relative;
        float: right;
        margin-top: 15px;
        display: block;
      }
  
      .expand-button-wc.open-wc{
         width: auto;
        padding: 10px;
        height: auto;
      }
      .fixedElement .amount {
        margin: 0px 0px 0px 0px;
      }
      .x-icon-shopping-cart:before{
        content: "\f07a";
        display: block!important;
        position: static!important;
        top: auto!important;
        left: auto!important;
        right: auto!important;
        bottom: auto!important;
        width: inherit!important;
        height: inherit!important;
        margin: 0!important;
        line-height: inherit !important;
        font-style: initial;
        text-align: inherit!important;
      }
      .x-icon-toggle-down:before{
        content: "\f0d7";
       
      }
      .woocommerce.single-line-product .expand-button-wc.open-wc span{
        display: none;
      }
      .x-icon-shopping-cart,.x-icon-toggle-down{
        font-family: "Font Awesome 5 Free"!important;
        font-weight: 900;
        font-size: 15px;
      }
      .x-icon-toggle-down{
  
      position: absolute;
      right: 10px;
      top: -30px;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      text-align: center;
      line-height: 32px;
      font-size: 21px;
      background: #165bad;
      color: #FFF;
      border: 10px solid #222;
      box-shadow: 0px -3px 0px 0px #165bad;
  
      }
      .expand-button-wc.open-wc {
        width: 30px;
        padding: 5px 6px;
        height: 30px;
      }
      .woocommerce.single-line-product .product_title.entry-title {
      display: contents;
      font-size: 14px;
      padding-top: 15px;
      font-weight: 500;
      }
      .product-type-bundle .popup_mobile_add_to_cart .price { margin: 0px 0px 15px 0px; padding: 15px 0px !important; border-bottom: 1px dashed #535353; }
      /**** BOGO popup for mobile ****/
      #claim_free_product.block{display: inline-block;}
      .fixedElement_pro{
          display: block;
          position: fixed;
          bottom: 55px;
          z-index: 999;
          width: 100%;
          border-top: 3px solid #165bad;
        }
        .fixedElement_pro.none{display: none;}
        .fixedElement_pro.block{display: block;}
        #claim_free_product{
      background: #545454;
      width: 87%;
      margin: 15px 0px 0px 0px;
      font-size: 14px;
      padding: 0px;
      line-height: 34px;
      border-radius: 2px;
      }
      .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .woocommerce-checkout .address-field.single-country {
        margin-bottom: 26px !important;
    }
    /* .accessories_listing_page .product-add-to-cart-wrapper .variations_form .single_variation_wrap{width: 50% !important;} */
    /* .accessories_listing_page .product-add-to-cart-wrapper form.cart{width: 50%;} */

    .accessory-main-title h1{
        font-size: 28px !important;
    }
    .accessory-sub-title h2{
        font-size: 1.3rem !important;
    }
    
    .accessory-main-title .parts-and-accessoris-title img{width: 55px !important;}
    .accessory-sub-title .parts-and-accessoris-title img{width: 50px !important;}
    .accessories_listing_page .product-image-content-wrapper .entry-summary {
        padding: 20px 20px 20px 30px !important;
    }
    .woocommerce-variation-description.listing_page { left: 273px;}
    .aromatherapy-main {
        width: 100% !important;
    }
   
    .enableproductmainsection .woocommerce-variation-description > p {
        font-size: 18px;
    }
    button.single_add_to_cart_button.bundle_add_to_cart_button.button.alt{
        float: unset !important;  
    }
    .elementor-menu-toggle svg.elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar, .elementor-menu-toggle .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close{
        fill: #a8a8a8 !important;
    }
    .elementor-nav-menu--dropdown.elementor-nav-menu__container ul li .sub-arrow svg{
        fill:#a8a8a8 !important;
    }
    .enableproductmainsection .banner_top_img img{width:200px;}
    
    .deals_bundle_main .elementor-element-populated .bundle_bottom_btn .elementor-button-link, .deals_accessories_main .elementor-element-populated .accessories_bottom_btn .elementor-button-link,  .deals_bundle_main .elementor-element-populated .bundle_bottom_btn2 .elementor-button-link, .deals_accessories_main .elementor-element-populated .accessories_bottom_btn2 .elementor-button-link {
        font-size: 16px;
        font-weight: 500;
        padding: 15px 20px;
    }
    .deals_bundle_main, .deals_accessories_main{
        width: calc(100% - 30px) !important;
        margin-right: 15px;
        margin-left: 15px;
    }
    .deals_bundle_main .elementor-element-populated .bundle_bottom_btn {
        bottom: 30px;
    }
    .deals_bundle_main{
        margin-bottom: 10px;
    }
    .desktop_top_banner_img img {
        width: 180px;
    }
    .enableproductmainsection .single-product .product div.summary.entry-summary {
        padding-left: 10px;
    }

    /* welcome popup start */
    .welcome_coupon_wrapper{
        max-width: 720px;
        min-height: 330px !important;
        background-position: center !important;
        padding: 42px 40px !important;
    }

    .welcome_coupon_wrapper h5 {
        font-size: 20px !important;
        margin: 10px auto 20px auto;
    }
    .welcome_coupon_wrapper p{
        font-size: 12px !important;
        margin: 10px auto 10px auto;
    }
    .welcome_coupon_wrapper .welcome_popup_logo {
        display: block;
        margin: 30px 0px 0px 0px;
    }
    .welcome_coupon_wrapper .reveal-code {
        background: #165bad;
        color: #fff;
        font-size: 10px;
        padding: 5px 20px;
        font-weight: 700;
    }
    /* welcome popup end */
    .solo2_max_power_section{
        background-size: cover !important;
    }
    .solo2_max_power_section .elementor-container.elementor-column-gap-default{
        min-height: 520px !important;
    }
    .desktop_series_img::after{
    display: none;
    }
    .air_series_img::after{
        right: 0px;
        top: 55px;
    }
    .solo_series_img::after{
        right: 0px;
        top: 55px;
    } 
    .dealsnotice{
        margin-top: 70px;
    }
  }
  

   @media (max-width:840px){
       .solo2_max_power_section .elementor-container.elementor-column-gap-default{
        min-height: 460px !important;
     }  
   }


  @media (max-width:768px){
      .play-video-button {
          bottom: 14px;
      }
      .video_header .banner-play{
          padding: 6px 15px !important;
      }

      .accessories_listing_page .product-image-content-wrapper .entry-summary .woocommerce-product-details__short-description{font-size: 13px;}
      .accessories_listing_page .product-image-content-wrapper, .accessories_listing_page .product-image-content-wrapper .entry-summary{height: auto;}
      .accessories_listing_page .product-image-content-wrapper .entry-summary .product_meta{float: left;}
      .accessories_listing_page .product-image-content-wrapper .entry-summary .product_title{line-height: 22px; font-size: 18px !important;}
      /* .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity{width: 48% !important;} */
      /* .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .single_add_to_cart_button{float: right;right: 0px !important;} */
      /* .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity{width: 48% !important;} */
      /* .accessories_listing_page .product-add-to-cart-wrapper form.cart .single_add_to_cart_button{float: right !important;right: 0px !important;} */
      .postid-20213984 .woocommerce-variation.single_variation .woocommerce-variation-price.has_var_price{margin-bottom: 0px;}
      .enableproductmainsection .variations{ margin-top: 20px;}
      .enableproductmainsection #myTopBtn.show{top:65px;}
      .enableproductmainsection #myTopBtn{width: 80px;font-size: 12px;line-height: 30px;height:30px;}
       form.cmr_form_lf input[type="submit"] {
      margin: auto !important;
      width: 250px !important;
    }
    .elementor-486 .elementor-element.elementor-element-430f51a > .elementor-element-populated { 
      padding: 0px;
    }
    .elementor-widget-wc-add-to-cart .elementor-widget-container .elementor-button-wrapper{ text-align:center; }
    .elementor-widget-wc-add-to-cart .elementor-widget-container .elementor-button-wrapper a.add_to_cart_button{ margin-bottom:5px;}
    }

  @media (max-width:767px) {
    .accessory-main-title-promo.ca_top_banner .elementor-widget-wrap{
          padding-top: 0px !important;
          padding-right: 0px !important;
      }
    .woocommerce-checkout #payment ul.payment_methods {
        margin-bottom: 00px;
    }
    .new_checkout .prev_step1, .new_checkout .prev_step2, .new_checkout .prev_step3, .new_checkout .prev_step4{font-size: 12px;}
    /**** BOGO popup for mobile ****/
    .fixedElement_pro .variations_form.cart{display: inline-grid;}
    .fixedElement_pro .variations{    display: grid;margin: 10px 0px!important;}
    .fixedElement_pro .variations tr{ display: block;
      vertical-align: top;
      padding: 0px;
      border-left: none;}
      .fixedElement_pro .rtwpvs-terms-wrapper .rtwpvs-term:nth-child(3n){margin-right: 0%!important;}
  /**** BOGO popup for mobile end ****/
    .accessories_listing_page .single-product #main_product_section .woocommerce-product-gallery,
    .accessories_listing_page .single-product #main_product_section .summary.entry-summary {
      width: 100%;
    }
    .accessories_listing_page .single-product #main_product_section .summary.entry-summary{
      float: right;
      margin-top: 1em;
    }
      .accessories_listing_page #main_product_section{
            display: block!important;
  
      }
      .expand-button.open_cart_mobile{ display: block}
      .accessories_listing_page .entry-summary {
      margin-left: 0px!important;
      }
      
      .support_poduct_menu{
      display: none;
      }
      .dropdown-custom{
      background-color: #191919;
      padding: 15px 15px;
      width: 100%;
      }
      .fixedElement .variations {
      width: 100% !important;
      display: block;
      vertical-align: top;
      margin: 15px 0px !important;
      padding: 10px 0px;
      text-align: center;
      border-top: 1px dashed #464646;
      border-bottom: 1px dashed #535353;}
      .fixedElement .variations tr{ border: none;}
      .fixedElement .variations_form.cart { width: 100%;}
      .fixedElement .variations tbody{display: inline-block;}
      .fixedElement .variations tr { padding: 10px 15px;}
      .fixedElement .quantity{ border: none;}
      .woocommerce div.product div.summary{ padding: 0px 10px;}
      .bundled_product_title { font-size: 16px !important;}
      .rander_product .woocommerce-product-gallery--with-images{ text-align: center; width:100% !important; height: auto;}
      .rander_product form.cart .variations td.label { width: 100%; display: block; }
      .rander_product  form.cart .variations td.value {width: 100%; display: block; }
      .rander_product #main_product_section{ display: flex; justify-content: space-between; flex-wrap: wrap !important;}
      .rander_product #main_product_section .entry-summary { width:100%; margin-top: 20px;}
      .woocommerce-MyAccount-navigation { width: 100%; margin-bottom: 30px;}
      .woocommerce-MyAccount-content{ width: 100%;}
      .woocommerce-MyAccount-navigation ul li.is-active a::after{ display: none;}
      .woocommerce .col2-set .col-1{ margin-bottom: 30px;}
      .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { width: 100%; }
      .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{width: 100%;}
      .checkout-wrp { display: block;}
      .left_side_section { width: 100%; }
      .right_side_section { width: 100%; position: relative !important; }
      .right_side_section { width: 100%; padding: 0px; margin: 0px }
      .right_side_containt{position: relative !important; width: 100%; top: 0px !important;}
  
      .color-variable-wrapper .rtwpvs-color-term .rtwpvs-term-span-color { width: 22px !important; height: 16px !important;}
       .rtwpvs-terms-wrapper .rtwpvs-term img {width: 16px !important; height: 16px !important;}
       .rtwpvs-terms-wrapper .rtwpvs-term { margin: 0px 4% 15px 0px !important; width: 48% !important; padding: 10px 10px !important;}
      .rtwpvs-terms-wrapper .rtwpvs-term:nth-child(even) { margin-right: 0% !important;}
      .rtwpvs-terms-wrapper .rtwpvs-term:nth-child(3n) { margin-right: 4% !important;}
      
      .fixedElement .color-variable-wrapper .rtwpvs-color-term .rtwpvs-term-span-color { width: 20px !important; height: 20px !important;}
      .fixedElement .rtwpvs-terms-wrapper .rtwpvs-term { margin-right: 0% !important; }
     .fixedElement .rtwpvs-terms-wrapper .rtwpvs-term img { -webkit-filter: grayscale(100%); filter: grayscale(100%);  width: 22px !important; height: 22px !important; border: 0px solid !important; }
      .fixedElement .color-variable-wrapper .rtwpvs-color-term { border: 1px solid #333333; padding: 0px !important; width: auto !important; margin-bottom: 0px !important;
      height: auto !important; border-radius: 0px !important; background: transparent !important;  border: 1px solid #ffffff; margin: 0px 0px 0px 7px !important; flex-direction: column; border-radius: 22px !important; }
      .fixedElement .rtwpvs-terms-wrapper .rtwpvs-term { border: 1px solid #333333; width: auto !important;  height: auto !important;  padding: 0px !important; margin-bottom: 0px !important; border-radius: 22px !important; background: transparent !important;  border: 1px solid #FFF; justify-content: flex-start !important; margin: 0px 0px 0px 7px !important; }
      .woocommerce button.button.alt { background-color: #165bad !important;  color: #FFF !important; text-transform: uppercase;  border: 1px solid #165bad; font-size: 15px; font-weight: 500; padding: 15px 25px; }
      .bundled_item_cart_content .rtwpvs-image-term {  width: 47.5% !important;  padding: 10px 15px !important;}
      .woocommerce div.product p.price del .woocommerce-Price-amount.amount { font-size: 18px; }
      .woocommerce div.product p.price ins .woocommerce-Price-amount.amount { font-size: 20px;}
      .bundled_item_cart_content .rtwpvs-image-term { margin-right: 5% !important;}
      
      /*.woocommerce div.product div.images { margin-top: 0px;}*/ 
      .price .amount { font-size: 20px; }
      .woocommerce a.button{ font-size: 14px !important;
      font-weight: 500 !important;
      padding: 12px 28px !important;
      }
      .product_title_mobile{ display: block; position: fixed; bottom: 0px; left: 0px;  width: 100%;  background: #165bad; color: #FFF; z-index: 10; padding: 16px 10px; }
    
      .close_cart_mobile{ display: block;}
      
      .fixedElement{display: none; bottom: 0px; position: relative;}
      .for-special-bundle .fixedElement,.for-special-bundle .fixedElement.sticky-product{
        display: block;
        bottom: unset;
        padding: 0px 0px !important;
        border-top: none;
      }
      .woocommerce.single-line-product{
        text-align: center;
      }
  
      .woocommerce.single-line-product .summary1.entry-summary1 {
        display: inline-flex;
        padding: 13px;
      }
      
      .x-icon-shopping-cart{
        font-family: "Font Awesome 5 Free"!important;
        font-weight: 900;
        font-size: 15px;
      }
      
      .x-icon-shopping-cart:before{
        content: "\f07a";
        display: block!important;
        position: static!important;
        top: auto!important;
        left: auto!important;
        right: auto!important;
        bottom: auto!important;
        width: inherit!important;
        height: inherit!important;
        margin: 0!important;
        line-height: inherit !important;
        font-style: initial;
        text-align: inherit!important;
      }
      .woocommerce.single-line-product .expand-button-wc.open-wc span{
        display: none;
      }
  
      .fixedElement.sticky-product{ display: none; bottom: 0px;}
      .close_cart_mobile{ position: absolute; right: 10px;  top: -21px; width: 50px; height: 50px;  border-radius: 50px; z-index: 1000; text-align: center;  line-height: 32px;   font-size: 21px;
      background: #165bad; color: #FFF;  border: 10px solid #222; box-shadow: 0px -3px 0px 0px #165bad;}
      .fixedElement.active_mobile{ display: block; position: fixed; z-index: 9999; bottom: 0px; width: 100%; border-top: 3px solid #165bad; left: 0; top: auto !important;}
      .open_cart_mobile{     display: inline-block;  position: fixed; right: 10px;  bottom: 10px; background: #FFF;  width: 30px; height: 30px; line-height: 30px;  text-align: center;   border-radius: 30px; color: #165bad; } 
      .fixedElement .product_title { display: block;  margin-right: 0;  padding: 0px 5px; margin-bottom: 10px; margin-top: 7px; width: 100%;}
      .active_mobile.fixedElement .single_variation_wrap .view-cart-wc{ line-height: 10px !important;
      /* padding: 0px 0px 0px 5px; */ background: #545454; padding: 13px 25px !important; display: inline-block;  line-height: normal;  margin: 15px 0px 0px 0px !important;
      border-radius: 3px;   width: 93%; }
      .product_title_mobile del .woocommerce-Price-amount.amount{ color: #FFF;  margin-left: 10px;}
       .product_title_mobile ins .woocommerce-Price-amount.amount{ color: #FFF; display: inline-block;  margin-left: 7px;}
      
      .fixedElement .rtwpvs-image-term.selected img { width: 28px !important;  height: 28px !important; }
      .fixedElement .color-variable-wrapper .rtwpvs-color-term .rtwpvs-term-span-color { width: 28px !important;  height: 28px !important;}
      .fixedElement .rtwpvs-terms-wrapper .rtwpvs-term img { width: 28px !important; height: 28px !important; border: 0px solid !important;}
      .fixedElement .variations tr td.label label { line-height: 29px;}
      
      .elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a { justify-content: space-between; padding: 10px 10px !important; border-bottom: 1px solid #2f2f2f;}
      .elementor-nav-menu--dropdown .elementor-nav-menu .sub-menu .menu-item a{ padding: 7px 12px 7px 30px !important;}
      .elementor-nav-menu--dropdown .elementor-nav-menu .sub-menu .menu-item a:hover { padding: 7px 12px 7px 30px !important; }
      .elementor-nav-menu--dropdown .elementor-nav-menu .sub-menu .menu-item a::after{position: absolute; content:"\f35a";  left: 10px; top: 7px; font-family: 'Font Awesome 5 Free';}  
      a.highlighted{ color: #FFF !important;}
  
      #support_sidbar{ display: none; }
      #support_sidbar_drop { display: inline-block; }
  
      .woocommerce ul.products li.product{
       margin: 0px 1.4% 50px 1.4% !important;
       width: 47% !important;
      }
      .woocommerce-loop-product__title {
       font-size: 16px !important;
      }
      .woocommerce-product-details__short-description{
       font-size: 15px;
      }
      .rander_product .product_title{
       font-size: 18px !important; 
      }
      .rander_product .rtwpvs-term.rtwpvs-image-term:nth-child(3n) {
       margin-right: 4% !important;
      }
      .ui-dialog {
        width: 90% !important;
      }
      .fixedElement .quantity{
       margin-bottom: 10px;
      }
      .fixedElement .quantity .qty {
       width: 2em;
      }
      .woocommerce .fixedElement button.button.alt{
       margin-top: 10px;
      }
      .ui-dialog .ui-dialog-content {
       padding: .5em .5em 1em .5em;
      }
      
     .elementor-location-footer .emailer-box .elementor-col-50 .mc4wp-form input{
      width: 100% !important;
      margin-bottom: 20px !important;
     }
     .elementor-location-footer .emailer-box .elementor-col-50 .elementor-element-populated{
      padding-left: 0px !important;
     }
     /* solo2 max subscription form start */
     .solo2-max-subscribe.emailer-box .elementor-col-50 .solo2-max-subscription.mc4wp-form input{
      width: 100% !important;
      margin-bottom: 20px !important;
     }
     .solo2-max-subscribe.emailer-box .elementor-col-50 .solo2-max-subscription .elementor-element-populated{
      padding-left: 0px !important;
     }
     /* solo2 max subscription form end */
     .elementor-widget-container .elementor-nav-menu--main .elementor-nav-menu li a{ 
      padding: 13px 10px;
      line-height: 12px !important;
     }
    .elementor-location-footer .elementor-widget-text-editor .elementor-widget-container .elementor-text-editor p{
     line-height: 25px;
     text-align: left;
    }
    .emailer-box{
     padding: 25px 0px;
    }
    .footer-quick-links{
     margin-bottom: 0px !important; 
    }
    .support-links h5{
      display: none;
    }
    .elementor-location-footer .emailer-box{
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      border-width: 0 !important; 
    }
    /* solo2 max subscription form start */
    .solo2-max-subscribe.emailer-box {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      border-width: 0 !important; 
    }
    /* solo2 max subscription form end */
    .bottom-links {
     width: 50%;
     float: left;
    }
    .bottom-links .elementor-element-populated{
     border-bottom: 0px !important;
     padding-bottom: 0px !important;
    }
  
    .product-review-custom .elementor-tabs-wrapper{
     display: none !important;
    }
    .product-review-custom .elementor-tab-title.elementor-active{
     color: #faaf00 !important;
     border-bottom: 1px solid #4c4c4c !important;
    }
    .product-review-custom .elementor-tab-mobile-title {
     padding: 10px 15px !important;
     font-size: 15px;
     border: 1px solid #1c1c1c !important;
    }
    .product-review-custom ul.cmr_reviews_list .cm_single_review{
     background: #272727;
    }
    .product-review-custom .elementor-tab-content{
     background: #272727; 
    }
    .product-review-custom .elementor-tab-mobile-title:before{
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f054";
      font-size: 15px; 
      color: #a2a2a2;
      padding-right: 10px;  
    }
   .product-review-custom .elementor-tab-mobile-title.elementor-active:before{
     content: "\f078";
     color: #faaf00 !important;
    }
    .elementor-button.elementor-size-sm {
     padding: 16px 20px !important;
    }
    .elementor-widget-tabs .cmr_form_lf{
     background: #272727 !important;
     border: 0px; 
    }
    .elementor-977 .elementor-element.elementor-element-1621e32b > .elementor-widget-container {
      padding: 10px 0px 20px 10px !important;
    }
    
    h2 {
     font-size: 1.5rem !important;
    }
    .elementor-element.elementor-element-cd6bbdb > .elementor-element-populated {
      margin: 0px 0px 0px 0px !important;
    }
    .elementor-486 .elementor-element.elementor-element-7d1f800 {
     padding: 30px 0px 0px 0px;
    }
    .elementor-919 .elementor-element.elementor-element-4c92eaff .elementor-image img {
      width: 50% !important;
      padding: 30px 0px;
    }
    .elementor-919 .elementor-element.elementor-element-24ab6397 .elementor-image img {
      width: 50% !important;
    }
    
    #main_product_section .summary.entry-summary h1{
     font-size: 1.7rem;
    }
    .bundled_product_title{ 
     padding-left: 75px; 
    }
    .woocommerce-MyAccount-navigation ul li a{ font-size: 16px; padding: 15px 20px;}
    
    .woocommerce-MyAccount-content { padding: 10px;}
  
    .fixedElement .cart{ width: 100%;}
  
    .secondary-menu-class.sticky-menu{ top: 47px; }
  
    .remodal2 .popup_bundle_option select{
     margin-top: 15px;
     margin-left: 0px;
    }
    .remodal2 .popup_cart_button{
     display: block;
    }
    .remodal2 .popup_cart_button button{
     margin-top: 10px;
     margin-left: 0px;
    }
    .special-bundle-product-main .elementor-element-populated{max-width: 100%;}
    .cp-module-info_bar .cp-popup-wrapper .cp-popup.cp-bottom { bottom: 53px; z-index: 999 !important; }
    .sub_menu_accrssories.fixedElement{ position: inherit;}
    .sub_menu_accrssories.fixedElement.sticky-product{bottom: auto !important; display: block !important; position: fixed;}
    .cp_style_4938 .cp-popup-content { height: 85px; }
    .fixedElement.active_mobile .star_rating {  margin-right: 0px;  border-right:0px solid #535353;  padding-right: 0px; }
    .play-video-button{bottom: 50px;}

    .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form table.variations{width: auto !important;}
    .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr td{margin-top: 10px; margin-bottom: 10px;}
    .accessory-main-title h1{
        font-size: 25px !important;
    }
    .accessory-sub-title h2{
        font-size: 1.1rem !important;
    }
    
    .accessory-main-title .parts-and-accessoris-title img{width: 50px !important;}
    .accessory-sub-title .parts-and-accessoris-title img{width: 45px !important;}
    .accessory-main-title-promo { 
        position: relative !important; 
        right: unset !important; 
        width: 100% !important; 
    }
    .accessory-main-title-promo img{width: 100%;}
    .accessories_listing_page .product-image-wrapper {
        width: 180px;
        min-width: 180px;
    }
    .woocommerce-variation-description.listing_page {
        left: 217px;
    }
    .product-review-custom .cm_single_review{padding: 10px; margin: 0px;}
    .max_control_left_section .elementor-widget-image-box .elementor-image-box-wrapper{
        text-align: left;
    }
    .max_control_left_section .elementor-widget-image-box .elementor-image-box-content {
         width: auto;
        display: inline-block;
        vertical-align: top;
        padding-top: 15px;
    }
    .max_control_left_section .elementor-image-box-wrapper .elementor-image-box-title{
        font-size: 20px;
    }
    .the-arizer-way-sec-airmax .elementor-motion-effects-layer{
        background-color: #000 !important;
        background-image: none !important;
    }
    
    .mobile_col_swipe .elementor-column-gap-default{
        flex-direction: column-reverse  ;
    }
    .dark-mode-content-wrap h2 {
        font-size: 20px !important;
    }
    .mobile_col_swipe{
        background-image: none !important;
    }
    .aromatherapy-main .owl-nav i {
        font-size: 80px;
        color: #4c4c4c;
    }
    .enableproductmainsection .elementor-image-box-title {
        min-height: 25px;
    }
   
    .enableproductmainsection .banner_top_img img{width:100%;}
    .enableproductmainsection .single-product .product div.summary.entry-summary{
        padding-left: 10px;
    }
    .no_reviews {margin-top: 0px; font-size: 16px;}
    .bundle_bottom_btn .elementor-column, .bundle_bottom_btn2 .elementor-column{
        width: 50%;
    }
    .deals_accessories_main .elementor-element-populated .accessories_middle_title h2, .deals_bundle_main .elementor-element-populated .bundle_middle_title h2 {
        font-size: 35px !important;
    }
    .deals_bundle_main .elementor-element-populated .bundle_bottom_btn .elementor-button-link, .deals_accessories_main .elementor-element-populated .accessories_bottom_btn .elementor-button-link, .deals_bundle_main .elementor-element-populated .bundle_bottom_btn2 .elementor-button-link, .deals_accessories_main .elementor-element-populated .accessories_bottom_btn2 .elementor-button-link {
        font-weight: 500;
        padding: 10px 30px;
        font-size: 15px;
    }
    .deals_bundle_main {
        margin-bottom: 10px;
    }
    .arizer_deal_logo_section {
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .desktop_top_banner_img{
        display: none;
    }
    .mobile_top_banner_img{
        display: block;
    }
    .mobile_top_banner_img img{
        width: 100%;
    }
    .enableproductmainsection.woocommerce div.product div.summary {
    margin-top: 1em;
    }
    .enableproductmainsection .summary .product_title{
        width: 100%;
    }
    /* welcome popup start */
    .welcome_coupon_wrapper {
        max-width: 640px;
        min-height: 330px !important;
        background-position: center !important;
    }
    /* welcome popup end */

    .blog_vap_product .products{
        display: inline-block !important;
        max-width: 450px;
        width: 100%;
    }

    .single.single-post h2{
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .blog_recent_post_section .elementor-post__card .elementor-post__title a{
        font-size: 18px;
    }

    /* Media Kit */
    .mediakit_shortcode_section .accordion .inner li .inner .vaporiser_pro_sec{
        flex-wrap: wrap;
        justify-content: center;
        padding: 25px;
    }
    .mediakit_shortcode_section .accordion .inner li .inner .vaporiser_pro_sec .vaporizer_pro_content{
        padding: 5px 0px;
        width: 100%;
    }
    .mediakit_shortcode_section .accordion li .inner li .inner li .inner li .inner li .inner .button, .mediakit_shortcode_section .accordion li .inner li .inner li .inner .button, .list-grid-button{
        text-align: center;
    }
     .mediakit_shortcode_section .accordion li .inner li .inner li .inner .button button:last-child {
        margin-right: 0px !important;
    } 
    .mediakit_shortcode_section .accordion li .inner li .inner li .inner li .inner li .inner .button button, .mediakit_shortcode_section .accordion li .inner li .inner li .inner .button button{
        font-size: 30px;
    }
    .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid li{
        margin: 0px 10px 20px 10px !important;
        width: calc(50% - 23px) !important;
    }
    .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.list li{
        padding: 0px 25px !important;
    }
    .mediakit_shortcode_section .accordion li .inner li .inner li .inner li .inner li .inner .button, .mediakit_shortcode_section .accordion li .inner li .inner li .inner .button{
        padding: 15px 25px;
    }
    .mediakit_shortcode_section .accordion li .inner li .inner li .inner li .inner li .toggle::before{
        left: 25px;
        top: 17px;
    }
    .mediakit_shortcode_section .accordion li .inner li .inner li .inner li .inner li .toggle{
        padding: 15px 63px;
    }
    .mediakit_shortcode_section .accordion li .list-grid-wrp .list-view-filter.grid {
        padding: 0px 15px !important;
    }
    .mediakit_shortcode_section .accordion li .mediakit_item{
        flex-wrap: wrap;
        justify-content: center;
    }
    .mediakit_shortcode_section .accordion li .mediakit_item .non_toggle{
        text-align: center;
    }
    .mediakit_shortcode_section .accordion li .mediakit_item .button {
        margin-bottom: 15px;
        margin-top: 0px;
    }
    .mediakit_shortcode_section .accordion .inner li .dwn_icon_btn.icn_download {
        right: 65px;
    }
    .mediakit_shortcode_section .accordion li .toggle::after{
        position: absolute;
        right: 25px;
        top: 22px;
    }
    .mediakit_shortcode_section .accordion .inner li .toggle{
        padding: 15px 110px 15px 25px;
    }

    form.footer_subscription_form div.gform_body div.form_sublabel_below{
        flex-wrap: wrap;
    }
    form.footer_subscription_form .gform_body{
        padding-right: 0px !important;
        margin-bottom: 15px;
    }
    form.footer_subscription_form{
        flex-wrap: wrap;
    }
    form.footer_subscription_form .gform_footer.top_label{
        min-width: 100%;
        width: 100%;
    }
    form.footer_subscription_form .gform_footer input#gform_submit_button_9{
        width: 100%;
    }
    /* Media Kit End*/
    .search-results article {
        width: 100%;
    }
    /* Mega Menu */
    .arizer_megamenu .e-n-menu-wrapper {
        background: #000 !important;
    }
    /* about histry btn css */
    .about_history_btn .elementor-button-wrapper{
        margin-top: -40px;
    }
    .vap_mob_image{
        display: block;
    }
    .vap_desk_image{
        display: none;
    }
    .dealsnotice{
        margin-top: 70px;
    }
    
    .dealsnotice p.large-text {
        font-size: 16px;
        line-height: 22px;
        text-transform: uppercase;
        padding: 10px 10px 10px 10px !important;
    }

  }   

   @media screen and (max-width: 680px) {
    .accessories_listing_page .product-image-content-wrapper .entry-summary .product_meta .tagged_as span{font-size: 10px;}
    .accessories_listing_page .product-image-wrapper{ width: 100px; min-width: 100px;}

    .accessories_listing_page .product-image-content-wrapper .entry-summary .price .amount{
        font-size: 11px !important;
    }
    .accessories_listing_page .product-image-content-wrapper .entry-summary {
        padding: 15px !important;
    }
    .woocommerce-variation-description.listing_page {
        top: 54px;
        left: 122px;
    }
    .woocommerce-variation-description.listing_page p{
        font-size: 12px;
    }
    .has_var_price {
        top: 12px;
        width: 150px;
    }
    .accessories_listing_page .product-image-content-wrapper .entry-summary .price {
        min-width: 150px;
    }
    .enableproductmainsection #main_product_section{
        display: flex !important;
        flex-direction: column-reverse;
    }
    .enableproductmainsection #main_product_section .singleproduct_gallery, .enableproductmainsection #main_product_section .entry-summary{
        width: 100%;
    }
    
    .enableproductmainsection #main_product_section .singleproduct_gallery .woocommerce-product-gallery{
        width: 100%;
        margin-top: 0px;
    }
    .enableproductmainsection .entry-summary .price del, .enableproductmainsection .summary .price ins {
        text-align: center;
    }
    .enableproductmainsection .entry-summary .product_title{
        width: 100%;
        text-align: center;
    }
    .enableproductmainsection .entry-summary .product_title.bundled_product_title{
        width: 100%;
        text-align: left;
    }
    .woocommerce div.product.bundled_product_summary {
        margin-bottom: 40px !important;
    }
    .product-type-bundle h1.product_title{
        text-align: center;
        margin-bottom: 10px !important;
    }
    .enableproductmainsection .woocommerce div.product .entry-summary form.cart .variations td.value{
        display:inline-block;
    }
    .enableproductmainsection .woocommerce div.product .entry-summary form.cart .variations th {
        display:inline-block;
    }
    .enableproductmainsection .single-product .product .entry-summary .variations tr {
        text-align: left;
    }
    .enableproductmainsection .woocommerce div.product .entry-summary form.cart div.quantity {
        margin: 0px 4px 30px 0;
    }
    .enableproductmainsection .entry-summary .price ins .amount bdi {
        font-size: 20px;
    }
    .enableproductmainsection .woocommerce div.product div.images img {
        height: 350px !important;
        display:inline-block;
    }
    .enableproductmainsection .woocommerce-product-gallery__image{
        text-align: center;
    }
    .singleproduct_gallery .cloudimage-360.initialized {
       width: 250px !important;
        height: 288px !important;
    }
    
    .enableproductmainsection .woocommerce-product-description {
        text-align: left;
        margin-bottom: 15px;
    }
    .dark_mode_section .elementor-container, .air-max-performance-section .elementor-container, .glass-aroma-tube-content-col .elementor-widget-wrap{
        flex-direction: column-reverse;
    }
    .glass-pod-system {
        margin-top: 40px;
    }
    .air-max-features-box img{
        width: 48px;
        height: 48px;
    }
    
    .disableproductmainsection .product-type-simple .woocommerce-product-description-desktop.woocommerce-variation-description {display: block !important;}

    /* New vaporizer */
    .woocommerce-product-description-desktop.woocommerce-variation-description{display: none !important;}
    .woocommerce-product-description-mobile.woocommerce-variation-description, .woocommerce-product-description.woocommerce-variation-description.woocommerce-product-description-mobile > p{display: block !important;}
    /* New vaporizer */
    
    .custom-session-settings h2{
        font-size: 1.2rem !important;
    }
    .enableproductmainsection .air-max-option-video-content-wrap .air-max-option-content, .enableproductmainsection .dark-mode-content, .enableproductmainsection .dark-mode-content-wrap .dark-mode-content, .enableproductmainsection .dark-mode-content-wrap .extra-note
    {
        font-size: 14px;
        margin: 0px;
    }
    .enableproductmainsection .dark-mode-content-wrap .extra-note {
        font-size: 12px !important;
    }
    .enableproductmainsection .woocommerce div.product div.images.product_image_tab .flex-viewport img{height: 230px !important;}
    .elementor-20216947 .elementor-element.elementor-element-1bdb1952 > .elementor-container{min-height:100px !important;}
    .enableproductmainsection .woocommerce .infoplus_main .checksingle_gallery ul li a img{height:35px !important;}
   
    .enableproductmainsection .woocommerce div.product div.images img {
        display: block;
        width: auto !important;
        height: 288px !important;
        margin: 0 auto;
    }
    .single_video {
        height: 288px;
        overflow: hidden;
        align-items: center;
    }
    .enableproductmainsection .woocommerce-variation-description > h4, .enableproductmainsection .woocommerce-variation-description > p{display:none !important;}
    .enableproductmainsection .woocommerce-variation-description{margin-bottom: 0px !important;}
    .enableproductmainsection .woocommerce-variation-description.woocommerce-product-description-mobile > h4, .enableproductmainsection .woocommerce-variation-description > p{display:none !important;}
    .enableproductmainsection .woocommerce-variation-price.has_var_price{
       width: 100%;
    }
    .aromatherapy-main .owl-prev {
        left: -15px;
    }
    .aromatherapy-main .owl-next {
        right: -15px;
    }
    .enableproductmainsection .elementor-image-box-title {
        min-height: 45px;
    }
    .enableproductmainsection .woocommerce div.product div.images.product_image_tab .flex-viewport {
        height: 220px !important;
    }
    .enableproductmainsection .woocommerce div.product div.images .whats_included_variation_item {
        height: 288px !important;
    }
    .woocommerce div.product p.price, .woocommerce div.product span.price{
        margin-top: 0px !important;
        margin-bottom: 10px;
    }
    #main_product_section .summary.entry-summary h1 {
        margin-bottom: 0px;
    }
    .enableproductmainsection .woocommerce-variation-description.woocommerce-product-description-mobile > h4 {
        margin-bottom: 15px;
    }
    .aromatherapy-main .aroma-desc .buy-now-btn .buy-now-btn-link{
        font-size: 13px;
    }
    .aromatherapy-main .aroma-desc .content {
        line-height: 17px;
        font-size: 12px;
    }
    .aromatherapy-main .aroma-desc .title{
        font-size: 16px;
    }
    .aromatherapy-main .aroma-desc .highlight-text{
        margin: 10px 0;
    }
    .infoplus_main {
        margin-top: 20px;
    }
    .enableproductmainsection .faq-section .elementor-tabs-content-wrapper, .single-post .faq-section .elementor-tabs-content-wrapper{
        padding: 15px !important;
    }
    .enableproductmainsection .faq-section .elementor-widget-wrap.elementor-element-populated, .single-post .faq-section .elementor-widget-wrap.elementor-element-populated{
        padding: 20px !important;
    }
    .enableproductmainsection .faq-section .faq-ans-question, .single-post .faq-section .faq-ans-question{
        display: none;
    }
    .enableproductmainsection .price.no_sale_price .woocommerce-Price-amount.amount{
        text-align: center;
        width: 100%;
        display: inline-block;
    }
    .accessories_kit_title h1, .accessories_kit_span_title h1{
        font-size: 48px;
        line-height: 48px !important;
    }
    .accessories_kit_title h1, .accessories_kit_span_title h1{
        font-size: 48px;
        line-height: 48px !important;
    }
    /* welcome popup start */
    .welcome_coupon_wrapper {
        transform: scale(0.7);
        transform-origin: -115% -100%;
        max-width: 476px;
        min-height: 300px !important;
    }
    /* welcome popup end */

    .product-type-bundle .woocommerce div.product.bundled_product_summary{
        margin-bottom: 0px !important;
        margin-top: 5px !important;
    }
    .product-type-bundle .bundled_product_summary.product .details .bundled_item_cart_content{
        float: left;
        width: 100%;
    }
    .product-type-bundle .woocommerce div.product form.cart .variations{
        float: left;
        width: 100%;
        margin-bottom: 14px;
    }

    /* Gift card css start */
  .product-type-wgm_gift_card
    .cws_giftcard_container
    .elementor-container
    .elementor-column.elementor-col-left,
  .product-type-wgm_gift_card
    .cws_giftcard_container
    .elementor-container
    .elementor-column.elementor-col-right {
    padding: 0px;
    width: 100%;
  }
  .product-type-wgm_gift_card .cws_giftcard_container .elementor-inner-col-1 {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .wps-uwgc-choose-amount .select_custom_amt {
    width: 117px !important;
    height: 83px;
    font-size: 20px;
    margin: 15px 13px !important;
  }
  .cws_selected_user_price_inner .selected_price_type {
    width: 117px !important;
    height: 83px;
    margin-top: 0px;
  }

  .cws_selected_user_price_inner {
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column-reverse;
  }

  .product-type-wgm_gift_card .wps-uwgc-choose-amount {
    width: 286px;
    flex-wrap: wrap;
  }
  .cws_selected_user_price label {
    line-height: 22px;
  }
  .gift_card_message{
    transform: translateX(0%);
    left: 0;
    max-width: 100%;
    font-size: 12px;
    padding: 0px 10px;
  }

  .gift_card_from_name p, .gift_card_to_name p{
    font-size: 12px;
    padding: 0px;
    margin: 0px;
  } 

  /* Gift card css end*/
  .product_cat_list_new, .support_portal{
    font-size: 20px;
  }
  }
  @media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;} 
  }
  
  @media (max-width:580px) {
      
    .sidebar {width: 100%; right: -100%; }
    .cart-right-section {width: 73%; padding: 0px 0px 0px 20px; }
    .bundle-product-price {
      width: 100%;
      padding: 8px 20px 8px 34%;
      margin: 0px;
    }
    .sidebar .wc-proceed-to-checkout{width: 100%}  
    .cart-collaterals {width: 100% !important;}
    
    .woocommerce-cart-form__cart-item { padding: 10px 10px;}
    .woo-wsc-coupon-trigger {  width: 49% !important; font-size: 13px !important;  padding: 13px 10px !important;}
    .cart-coupon-shipping .shipping-calculator-button {width: 49% !important;    font-size: 13px !important;   padding: 13px 10px !important;}
    .sidebar .cart_totals { padding: 5px 10px 0px 10px; }
    .sidebar .cart-subtotal, .label-shipping, .sidebar .order-total{ font-size: 13px;}
  
    .woocommerce ul.rander_product{
     margin: 0px 0px 1em 0px !important;
    }
    .woocommerce ul.products li.product{
     width: 100% !important;
    }
    .woocommerce-loop-product__title {
     min-height: auto;
     font-size: 16px !important;
    }
    .site-main form.woocommerce-ordering{
     float: none !important;
    }
    .g-recaptcha.cminds-recaptcha{
    transform:scale(0.86); 
    -webkit-transform:scale(0.86); 
    transform-origin:0 0; 
    -webkit-transform-origin:0 0;
    }
    .sidebar .wc-backward{ width: 100% !important;}
    .postid-2020015076 .product_title_mobile,.postid-2020004848 .product_title_mobile{font-size: 14px;}
    .postid-2020015106 .product_title_mobile,.postid-2020004832 .product_title_mobile{font-size:12px;}

    /* .accessories_listing_page .product-add-to-cart-wrapper .variations_form .single_variation_wrap{width: 50% !important;} */
    /* .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity{width: 50% !important;} */
    /* .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .single_add_to_cart_button{padding: 15px !important;font-size: 15px !important;} */
    /* .accessories_listing_page .product-add-to-cart-wrapper form.cart{width: 50%;} */
    /* .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity{width: 50% !important;} */
    /* .accessories_listing_page .product-add-to-cart-wrapper form.cart .single_add_to_cart_button{padding: 15px;} */
    /* .accessories_listing_page .product-image-content-wrapper .entry-summary .product_title{font-size: 15px !important;width: 50%;} */
    /* .accessories_listing_page .product-image-content-wrapper .entry-summary .woocommerce-product-details__short-description{font-size: 13px;} */
    .accessories_listing_page .product-image-content-wrapper .entry-summary .price ins{margin-left: 5px;}
    .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr td{margin: 5px;}
    .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr td .rtwpvs-term{padding: 5px 10px !important;}
    .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity{margin: 10px 0px !important;}
    .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .single_add_to_cart_button{height: 50px !important;}
    .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity .qty_button{width: 25px !important;height: 25px !important;vertical-align: middle;}
    .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity .qty{width: 40px !important;height: 35px !important;}
    .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity .qty_button{width: 25px !important;height: 25px !important;vertical-align: middle;}
    /* .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity .qty{width: 40px !important;height: 35px !important;} */
    .accessories_listing_page .product-add-to-cart-wrapper form.cart .single_add_to_cart_button{height: 50px !important;}
    .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity{margin: 7px 0px !important;}
    /* .accessories_listing_page .product-image-content-wrapper .entry-summary .product_meta .tagged_as .comp-tag{font-size: 14px;} */
    /* .accessories_listing_page .product-image-content-wrapper .entry-summary .product_meta .tagged_as a{font-size: 12px;} */
    .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .single_add_to_cart_button::after{margin: 0px;}
    .accessories_listing_page .product-add-to-cart-wrapper form.cart .single_add_to_cart_button::after{margin: 0px;}
    /* .accessories_listing_page .product-add-to-cart-wrapper form.cart a.added_to_cart{ height: 50px !important ; font-size: 13px; line-height: 50px;} */
    .cws_custom_review_section #review_form_wrapper .cws_review_submit {
        display: block;
        padding-left: 0px;
        text-align: center;
    }
    .cws_custom_review_section #review_form_wrapper .cws_review_submit .form-submit{
        width: 100% !important;
        display: block !important;
        text-align: center;
    }
    .cws_custom_review_section #review_form_wrapper .cws_review_submit .submit {
      display: inline-block !important;
    }
    .cws_custom_review_section #review_form_wrapper .cws_review_submit .submit {
        max-width: 250px;
        width: 100%;
    }
    .product-review-custom .wcpr-comment-form-title, .product-review-custom .comment-form-comment, .product-review-custom .comment-form-author, .product-review-custom .comment-form-email, .product-review-custom .comment-form-comment, .product-review-custom .comment-form-rating, .product-review-custom .woo-login-captcha{
        flex-wrap: wrap;
        margin-bottom: 10px !important;
    }
    .product-review-custom .wcpr-comment-form-title label, .product-review-custom .comment-form-comment label, .product-review-custom .comment-form-author label, .product-review-custom .comment-form-email label, .product-review-custom .comment-form-comment label, .product-review-custom .comment-form-rating label, .product-review-custom .woo-login-captcha label{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .product-review-custom .wcpr-comment-form-title input, .product-review-custom .comment-form-comment input, .product-review-custom .comment-form-author input, .product-review-custom .comment-form-email input, .product-review-custom .comment-form-comment textarea{
        width: 100% !important;
    }
    .product-review-custom .cws_review_submit{
        padding-left: 0px !important;
    }
    .product-review-custom .cws_review_submit .submit{
        width: 100% !important;
    }
    .aromatherapy-main {
        width: 85% !important;
    }
    .deals_bundle_main .elementor-element-populated .bundle_bottom_btn .elementor-button-link, .deals_accessories_main .elementor-element-populated .accessories_bottom_btn .elementor-button-link, .deals_bundle_main .elementor-element-populated .bundle_bottom_btn2 .elementor-button-link, .deals_accessories_main .elementor-element-populated .accessories_bottom_btn2 .elementor-button-link {
        font-weight: 500;
        padding: 10px 10px;
        font-size: 12px;
        min-width: 142px;
    }
    .deals_bundle_main .elementor-element-populated .bundle_bottom_btn {
        position: absolute;
        bottom: 25px;
    }
    
    .deals_accessories_main .elementor-element-populated .accessories_middle_title h2, .deals_bundle_main .elementor-element-populated .bundle_middle_title h2 {
        font-size: 25px;
    }
    .arizer_deal_logo_section .arizer_deal_logo_col img {
        width: 215px;
    }
    
  }
  
 
  
  @media only screen and (min-width: 480px) {
      .agc_screen #agc_container {
          padding: 40px;
      }
  
  }

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

    /* .accessories_listing_page .product-image-content-wrapper .entry-summary .product_title{width: 45% !important;font-weight: 400;} */
    /* .accessories_listing_page .product-image-content-wrapper .entry-summary .price{margin: 0px 10px 0px 0px !important;line-height: 12px;} */
    .accessories_listing_page .product-image-content-wrapper .entry-summary .price ins{margin-left: 0px;}
    /* .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity{width: 60% !important;} */
    /* .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity{width: 60% !important;} */
    .accessories_listing_page .product-image-content-wrapper .entry-summary .price {
        min-width: 135px;
    }
    .accessories_listing_page .product-image-content-wrapper .entry-summary .price .amount {
        font-size: 9px !important;
    }
    .accessories_listing_page .product-image-wrapper {
        width: 70px;
        min-width: 70px;
    }
    .woocommerce-variation-description.listing_page {
        top: 54px;
        left: 91px;
    }
    .category-select{ 
        width: 100%;
    }
    .kits_accessories{
        width: 95%;
        margin: 20px auto 0px;
    }  
    .select_kit_main{
        margin: 40px 0px 0px 0px;
    }

    /* welcome popup start */
    .welcome_coupon_wrapper .welcome_popup_logo {
        display: block;
        margin: 10px 0px 0px 0px;
    }
    /* welcome popup end */
}
  
  @media only screen and (min-width: 768px) {
      .agc_screen #agc_dob {
          width: 100%;
      }
  
      .agc_screen .agc_select_wrap .agc_select_val {
          display: block;
      }
      
  
  }
  
  
  @media screen and (min-width:992px) and (max-width:1024px){
  .elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a { justify-content: space-between !important; padding: 10px 10px !important; border-bottom: 1px solid #2f2f2f;}
  .elementor-nav-menu--dropdown .elementor-nav-menu .sub-menu .menu-item a{ padding: 7px 12px 7px 30px !important;}
  .elementor-nav-menu--dropdown .elementor-nav-menu .sub-menu .menu-item a:hover { padding: 7px 12px 7px 30px !important; }
  .elementor-nav-menu--dropdown .elementor-nav-menu .sub-menu .menu-item a::after{position: absolute; content:"\f35a";  left: 10px; top: 7px; font-family: 'Font Awesome 5 Free';}  
  a.highlighted{ color: #fdb201 !important;}  
   .bottom_bar_menu nav.elementor-nav-menu__container{
    justify-content: center;
    padding-top: 12px;
   }
   .air_series_img::after{
    right: -15px;
    top: 55px;
    }
  }
  
  @media screen and (min-width:1px) and (max-width:1160px){
  #main_product_section{
    padding: 0px 10px;
  }
  }
  
  @media screen and (min-width:1px) and (max-width:991px){
  .single-product .bottom_bar_menu {
   padding-bottom: 60px !important;
   } 
   .bottom_bar_menu nav.elementor-nav-menu__container{
    justify-content: center;
    padding-top: 12px;
   }
  /*.video_header .banner-play {
   font-size: 13px!important;
   padding: 2px 4px !important;
  }
  .video_header .banner-play i {
    width: 17px!important;
    height: 17px!important;
    line-height: 14px!important;
  }*/
  .remodal2 {
      left: 10% !important;
      right: 10% !important;
    }
    .remodal2 .scrollbar_div{
      padding: 10px !important;
    }
    .remodal2 .bundled_product_title{
      font-size: 14px !important;
    }
    .popup_cart_button{
      margin-left: 15px !important;
    }
  }
  @media only screen and (max-width: 1440px) {
  .remodal2 {
    left: 30% !important;
    right: 30% !important;
    bottom: 15% !important;
  }
  .enableproductmainsection .banner_top_img img{width:300px;}
  }
  @media only screen and (max-width: 1024px){
    .supports-template #secondary-nav {margin-top: 60px;}
  .remodal2 {
    left: 20% !important;
    right: 20% !important;
    bottom: 10% !important;
    top: 10%!important;
  }
  .special-bundle-plus-img img {
      width: 60px;
  }
  #secondary_nav_select.dropdown-custom.sticky-menu{position: sticky;z-index: 9999;}
  }
  @media (max-width:768px){
    .remodal2 {
    left: 3% !important;
    right: 3% !important;
    }
    .woocommerce.single-line-product .price.starting_from{
      display: inline-block;
    }
  }
  @media (max-width:500px){
      .postid-923 .play-video-button, .postid-3556 .play-video-button {
          position: absolute!important;
          bottom: 60px;
      }
	  .postid-923 .play-video-button{bottom: 15px;}
  }

  @media (max-width:425px){
    
    /* .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr td .rtwpvs-term{padding: 5px !important;margin: 5px 5px 0px 0px !important;}
    .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr td .rtwpvs-term .attribute-options{font-size: 12px;line-height: 20px;} */
    /* .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .single_add_to_cart_button{padding: 10px !important;font-size: 12px !important;} */
    /* .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity .qty_button{margin: 0 2px !important;} */
    .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity .qty{width: 35px !important;height: 30px !important;}
    .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity .qty_button{margin: 0 2px !important;}
    .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity .qty{width: 35px !important;height: 30px !important;}
    /* .accessories_listing_page .product-add-to-cart-wrapper form.cart .single_add_to_cart_button{padding: 10px !important;font-size: 12px !important;} */
    /* .accessories_listing_page .product-image-wrapper{width: 50%;} */
    /* .accessories_listing_page .product-image-content-wrapper .entry-summary .price .amount{font-size: 14px !important;font-weight: 300 !important;} */
    /* .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity{width: 50% !important;} */
    .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity{width: 105px !important;}
    /* .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form table.variations{width: 45% !important;}
    .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap{width: 55% !important;} */
    /* .accessories_listing_page .product-add-to-cart-wrapper form.cart{width: 55% !important;} */
    .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form{width: 100% !important;} 
    .accessories_listing_page .product-add-to-cart-wrapper form.cart .single_add_to_cart_button{float:right  !important;}
  }

  @media (max-width:415px){
      .postid-923 .play-video-button, .postid-3556 .play-video-button {
          position: absolute!important;
          bottom: 50px;
      }

      /* .accessories_listing_page .product-add-to-cart-wrapper{height: 100px;} */
      /* .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form table.variations{width: 100% !important;}
      .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap{width: 100% !important;} */
      .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .single_add_to_cart_button{float: right !important;right: 0px !important;margin: 0px !important;}
      .accessories_listing_page .product-add-to-cart-wrapper form.cart{width: 100% !important;}
      /* .accessories_listing_page .product-add-to-cart-wrapper form.cart .single_add_to_cart_button{float: right !important;right: 0px !important;margin: 10px 0 !important;}*/
      /* .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity{width: 180px !important;margin: 10px 0 !important;}  */
  }
  @media (max-width:360px){
      .postid-923 .play-video-button, .postid-3556 .play-video-button {
          position: absolute!important;
          bottom: 40px;
      }

      .accessories_listing_page .product-image-content-wrapper .entry-summary .product_title{width: 60% !important;}
  }
  
  
  
  
  
  
  /* ======================================== End Responsive css ========================================= */
  
  #countryConflict {
       color: #fbaf2c!important;
    border-color: #fbaf2c!important;
  }
  
  .botanicales-produ-title{font-size: 25px;font-weight: bold;line-height: 30px;}
.botanicales-produ-sub-title{font-size: 20px;line-height: 20px;}
.botanicales-produ-temp-details{font-size: 16px;line-height: 20px;color: #fbaf00;margin-top: 20px;margin-bottom: 20px;}
.botanicales-produ-short-details{font-size: 16px;line-height: 22px;}
.elementor-element-a489a7b h2{text-align: center;font-size: 50px;}
.top-div.sticky-menu .secondary-menu-class .menu .menu-image-hover-wrapper img{display: none !important;}
  
  .total-saved{        
    text-align: center;
    background-color: #FAAF2C;
    border-radius: 100px;
    margin: 0 auto;
    padding: 45px 0px;
    font-weight: 500;
    height: 140px;
    width: 140px;
    align-items: center;
    justify-content: center;
}
   .total-saved .saved-val{display: block;
}
.total-saved .saved-val .woocommerce-Price-amount.amount{color: #000;font-size: 18px;}
.saved-text{font-size: 11px;color: #000;}
.cart-right-section .variation-PlugType{font-size: 13px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    margin: 0px;
    color: #9f9f9f;
    display: inline-block;
}
.cart-right-section .variation-PlugType p{color: #FFF !important;margin: 0px;}
.cart-coupon-shipping{margin: 0px 20px;}
.cart-coupon-shipping .apply-shipping{    background: #86652B;
    
    border: 1px solid #FAAF2C;
    color: #FAAF2C;}
.cart-coupon-shipping .apply-shipping a{color: #FAAF2C;
    cursor: pointer;
    text-decoration: none;
    width: 100% !important;
    text-transform: uppercase;}
.woocommerce-checkout h2{font-size: 29px;color: #fff !important;font-weight: 400; line-height: 35px !important;}

.woocommerce-checkout form .form-row-first{margin-right: 10px !important;}
.woocommerce-checkout form .form-row-last{margin-left: 10px !important;}
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="date"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="search"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout select,.woocommerce-checkout textarea{
    color: #000;
    border-radius: 0px;
    padding: 11px 20px;}
.woocommerce-checkout input[type="text"]::placeholder,
.woocommerce-checkout input[type="date"]::placeholder,
.woocommerce-checkout input[type="email"]::placeholder,
.woocommerce-checkout input[type="number"]::placeholder,
.woocommerce-checkout input[type="password"]::placeholder,
.woocommerce-checkout input[type="search"]::placeholder,
.woocommerce-checkout input[type="tel"]::placeholder,
.woocommerce-checkout select::placeholder,.woocommerce-checkout textarea::placeholder{
    color: #000;
}
.woocommerce-checkout .woocommerce form .form-row {
        padding: 3px;
        margin: 0 0 26px;
    }
.woocommerce-checkout .shipping-method-title,.woocommerce-checkout .pay-with-title{font-size: 14px;}
.woocommerce-checkout .shipping-method-title span,.woocommerce-checkout .pay-with-title span{color: red;}
.woocommerce-checkout .pay-with-title{margin-bottom: 20px;}
.woocommerce-checkout .shipping-method table th,.shipping-method table td{padding: 10px 20px 0px 0px;}
.woocommerce-checkout ul#shipping_method li{width: 50% !important;float: left;padding-right: 25px !important;}
.woocommerce-checkout ul#shipping_method li label{font-size: 14px;font-weight: bold;display: inline-block;width: 89%;text-align: left;}
.woocommerce-checkout ul#shipping_method li label span{color: #FAAF2C;font-weight: 400 !important;}
.woocommerce-checkout ul#shipping_method li .betrs_option_desc{font-size: 14px;    text-align: left;padding-left: 30px;}
.woocommerce-checkout .place-order {
    padding: 1em 0px !important;
}
.woocommerce-checkout .woocommerce-privacy-policy-text p,.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text{font-size: 14px;}
.woocommerce-checkout .woocommerce-privacy-policy-text p a{color: #FAAF2C;}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox{display: flex !important;}
#section_4 .checkout-accordion{padding: 30px 22px 0px;}
.woocommerce-checkout-payment .form-row.place-order{margin-bottom: 0px !important;}
.sv-wc-payment-gateway-card-icons{margin-top: 15px;}
.sv-wc-payment-gateway-card-icons img{width: 60px !important;height: 50px !important;margin: 0px 4px 0 0em;}
.create-account .woocommerce-form__label-for-checkbox{display: flex;}
.create-account span{font-size: 14px;}
.birth-date span.woocommerce-input-wrapper:after{content:'';background-image: url(/wp-content/uploads/2021/09/DOB.png);width: 26px;right: 6px;background-repeat: no-repeat;height: 36px;}
.woocommerce-checkout input[type=radio]{width: 20px;height: 20px;border: 1px solid #fff;}
input[type='radio']:before {
    content: '';
    display: block;
    width: 65%;
    height: 65%;
    margin: 17% auto;
    border-radius: 50%;
}

input[type="radio"]:checked:before {
    border: 7px solid #1250ab;
    
}

input[type="radio"]:checked {
  border-color:#225BAD;
}
.woocommerce-checkout .cart_item .cart-left-section{padding-left: 20px !important;}
.woocommerce-checkout .cart_item .cart-left-section .product-thumbnail{width: 80px;}
.woocommerce-checkout .cart_item .cart-right-section{padding: 15px 10px 0!important;}
.woocommerce-checkout .cart_item td{padding-top: 15px !important;border: none !important;}
/* .woocommerce-checkout .cart_item .final_price{padding-right: 20px !important;padding-top: 40px !important;} */
.woocommerce-checkout .cart_item .final_price{padding-right: 15px !important;padding-top: 13px !important; text-align: right;}


.woocommerce-checkout .order-total td .woocommerce-Price-amount{font-weight: bold !important;color: #FFF !important;font-size: 20px;}
.woocommerce-checkout .product-quantity{font-size: 14px;}
.woocommerce-checkout .total-saved{margin-top: 35px;margin-bottom: 20px;}
#section_2,#section_4{display: none;}
.new_checkout.active{display: block !important;}
#wc-moneris-expiry_field,#wc-moneris-csc_field{width: 100% !important;}
.payment_method_moneris input[type="text"],.new_checkout .payment_method_moneris .input-text{background: #F0F0F0 !important;}
.monerisInput{border: none !important;}
/* .woocommerce-checkout #payment div.payment_box{font-size: 14px !important;position: absolute;width: 335px;padding: 5px;} */
.woocommerce-checkout #payment div.payment_box{font-size: 14px !important;position: relative;width: 100%;padding: 5px;}
.woocommerce-checkout .bundle_sub_items .product-name{font-size: 14px !important;padding-left: 10px !important;}
.woocommerce-checkout .bundle_sub_items del .woocommerce-Price-amount.amount{font-size: 12px !important;color: #8f8f8f !important;}
.woocommerce-checkout .bundle_sub_items .woocommerce-Price-amount.amount{color: #FAAF2C;font-size: 14px;}
.woocommerce-checkout .woocommerce-shipping-totals th,.woocommerce-checkout .tax-rate th{padding-left: 20px !important;font-size: 14px;color: #fff !important;}
.woocommerce-checkout .woocommerce-shipping-totals td,.woocommerce-checkout .tax-rate td{text-align: right;padding-right: 20px !important;color: #989898;font-size: 16px;font-weight: 400 !important;}
.woocommerce-checkout .address-field.single-country{margin-bottom: 40px !important;}

@media (max-width:768px) {
.supports-template #secondary-nav {margin-top: 52px;}
.woocommerce-checkout ul#shipping_method li {
    width: 100% !important;
    float: unset;
    padding-right: 0px !important;
}
.new_checkout #add_payment_method #payment ul.payment_methods li, .new_checkout #payment ul.payment_methods li {
    margin-bottom: 20px !important;
    width: 100% !important;
    float: left;
    padding-right: 0px !important;
}
}
@media (max-width:767px){
    .woocommerce-checkout #payment div.payment_box{font-size: 14px !important;    position: relative;width: 100%;}
    input, select { font-size: 100%; }
    
}
/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"], 
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}
.fixedElement table.variations th.label{
    border: none;
}
.fixedElement table.variations tbody tr:hover > th{
    background-color: transparent;
}
.single.single-product .product .variations tr{display: inline-block; margin-right: 20px; width: 100%;}
/*.accessories_listing_page .variations tr,.single-product .product .variations tr{*/
.single.single-product .product .variations tr:last-child{margin-right: 0px !important;}
.accessories_listing_page .variations tr{
    display: inline-block; /*width:100%;*/
}
.accessories_listing_page .variations tr th.label,.single-product .product .variations th.label{
    padding: 0px;
    background: none !important;
}

/* Air max */
.cloudimage-360-inner-box {
    text-align: right;
}

.main-extreme-q-option-img-wrap.main-air-max-option-img-wrap{
    display: flex;
    align-items: baseline;
    vertical-align: middle;
    text-align: right;
    width: 100%;
    justify-content: end;
}
.cloudimage-360-view-360-icon,.cloudimage-360-loader{
    display: none;
}
.air-max-main-title-wrap{
    display: flex;
    justify-content: end;
    align-items: baseline;
    margin-right: 25px;
}
.air-max-main-title-wrap h2{
    margin-right: 35px;
    color: #fff;
    font-weight: 500;
}
.air-max-main-title-wrap p{
    font-size: 14px;
}
.air-max-option-video-content-wrap{
    display: flex;
    min-height: 250px;
}
/* .air-max-option-video-content,.air-max-option-content{
    width: 50%;
} */
.air-max-option-content{
    font-size: 16px;
    font-weight: 300;
}
.air-max-option-content-col{
    padding-right: 70px;
}
.air-max-option-video-content-wrap{
    margin-top: 50px;
}
.air-max-option-video-content{
    margin-right: 25px;
    border: 3px solid #747474;
    max-height: 160px;
    position: relative;
    min-width: 280px;
    width: 280px;
}
.air-max-option-video-content video{
    width: 100%;
    height: 100%;
}
.air-max-option-content h2{
    font-size: 22px;
    color: #fff;
}
.air-max-option-content-wrap-none{display: none;}
.dark-mode-content-col,.performace-content-col,.glass-aroma-tube-content-col,.airmax-frosted-tube-highlite-col,.airmax-aromatherphy-col,
.custom-session-setting-content-col{
    padding-right: 110px;
    padding-left: 100px;
}
/* .dark-mode-content-wrap::before{
    background-color: #000;
    content: '';
    position: absolute;
    width: 375px;
    height: 265px;
    z-index: -1;
    top: -15px;
    left: -25px;

} */
.dark-mode-content-wrap h2{
    color: #fff;
    /*text-transform: uppercase;*/
}
.dark-mode-content-wrap .dark-mode-content{
    font-weight: 300;
    font-size: 14px;
}
.dark-mode-gif img{
    /* max-height: 700px; */
    width: auto;
}
.air-max-progressbar-wrap{
    margin-top: 620px;
    margin-bottom: 200px;
}
.air-max-progressbar .elementor-widget-container{
    display: flex;
    width: 100%;
    align-items: center;
}
.air-max-progressbar .elementor-title{
    float: right;
    order: 2;
    width: 15%;
    font-size: 28px;
    margin-left: 15px;
    color: #add17e;
    animation: mymove 5s;
    animation-delay: 4s;
}
.air-max-progressbar .elementor-progress-wrapper{
    width: 100%;
    float: left;
}

.air-ii-progressbar .elementor-widget-container{
    display: flex;
    width: 100%;
    align-items: center;
}
.air-ii-progressbar .elementor-title{
    float: right;
    order: 2;
    width: 55%;
    font-size: 28px;
    margin-left: 15px;
    color: #add17e;
    animation: mymove 5s;
    animation-delay: 3s;
    
}
.air-ii-progressbar .elementor-progress-wrapper{
    width: 100%;
    float: left;
}

.air-progressbar .elementor-widget-container{
    display: flex;
    width: 100%;
    align-items: center;
}
.air-progressbar .elementor-title{
    float: right;
    order: 2;
    width: 100%;
    font-size: 28px;
    margin-left: 15px;
    color: #add17e;
    animation: mymove 5s;
    animation-delay: 1s;
    
}
/* @keyframes mymove {
    from {opacity: 0;}
    to {opacity: 1;}
  } */
.air-progressbar .elementor-progress-wrapper{
    width: 100%;
    float: left;
}
.air-max-progressbar-wrap .elementor-progress-wrapper .elementor-progress-bar{
    background: #55622c;
background: -moz-linear-gradient(left,  #55622c 0%, #a0b453 100%);
background: -webkit-linear-gradient(left,  #55622c 0%,#a0b453 100%);
background: linear-gradient(to right,  #55622c 0%,#a0b453 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55622c', endColorstr='#a0b453',GradientType=1 );
}
/* .glass-aroma-tube-content{
    padding-top: 600px;
    padding-bottom: 100px;
    padding-left: 100px;
} */

/* .airmax-frosted-tube-highlite-content h2,.airmax-frosted-tube-highlite-content{
    color: #000;
} */
.air-max-progressbar-wrap .elementor-title{visibility: hidden;}
.air-max-progressbar-wrap.active .elementor-title{visibility: visible;}
.main-extreme-q-option-img.main-air-max-option-img{
    width: 35px;
    margin: 0px 10px;
}
.air-max-features-box {
	height: 180px;
    background: #1e1e1e;
    padding: 25px 5px;
    border-radius: 10px;
}
.air-max-features-box img{
    width: 72px;
    height: 72px;
}
.air-max-features-box .elementor-image-box-description{
	font-size: 10px;
}
.air-max-features-box .elementor-image-box-img{
	width: 72px !important;
	height: 100px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.air-max-features-box .elementor-image-box-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}
.main-air-max-option-img-wrap{
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: right;
    width: 100%;
    justify-content: end;
}
.main-air-max-option-img{
    width: 35px;
    margin: 0px 10px;
}
.main-air-max-option-img img{
    filter: invert(70%) sepia(32%) saturate(7%) hue-rotate(357deg) brightness(100%) contrast(99%);
    width: 35px;
    height: 255px;
}
.main-air-max-option-img img:hover{
    cursor: pointer;
}
/* .main-air-max-option-img.active {
    filter: invert(0%) sepia(75%) saturate(1%) hue-rotate(306deg) brightness(102%) contrast(101%);
} */
.air-max-option-video-content .pause-button,.air-max-option-video-content .play-button{
    display: none;
}
.air-max-option-video-content .play-button.active{
    display: block;
    position: absolute;
    top: 40%;
    right: 45%;
}
.air-max-option-video-content:hover .pause-button.active{
    display: block;
    position: absolute;
    top: 40%;
    right: 45%;
}
.airmax-max-performance-content {
    margin: 0px;
}
.airmax-max-thearizerway-content{
    margin: 0px;
}
.air-max-custom-slider-content-section .whtsinclude-inner-content .whats-include-mainslide-img img {
    width: auto !important;
}
.air-max-custom-slider-content-section .whtsinclude-inner-content .elementor-widget-text-editor .elementor-widget-container{
    min-height: auto;
}
.air-max-custom-slider-icon-content .elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-text{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}
.air-max-custom-slider-icon-content .elementor-icon-list-items li.elementor-icon-list-item .cls-1{
    opacity: 1 !important;
}
.custom-session-settings h2{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.display-none{
    display: none;
}
.custom-session-setting-content{
    font-size: 20px;
    font-weight: 300;
}
.air-max-option-content{
	font-size:20px;
}
/* .glass-pod-system{
	padding-top:200px;
} */
.main-air-max-option-img:hover img{
    cursor: default;
}
.main-air-max-option-img.active img{
	    filter: invert(80%) sepia(68%) saturate(1680%) hue-rotate(190deg) brightness(104%) contrast(88%);
}
.air-max-option-video-content-wrap .air-max-option-content,.dark-mode-content{
    font-size: 16px;
}
.home-new-slider .slick-prev.slick-arrow{
    display: none !important;
}
.airmax-max-performance-content .extra-note{
    font-size: 12px;
    margin-top: 20px;
}
@media screen and (max-width:3200px) and (min-width:2200px){
    .glass-aroma-tube-content {
        padding-top: 700px;
        padding-bottom: 100px;
        padding-left: 150px;
    }
    .air-max-progressbar-wrap{
        margin-top: 770px !important;
        margin-bottom: 100px !important;
    }
    .air-max-progressbar-wrap > .elementor-container{
        margin-left: 0px !important;
    }
    .air-max-left{
        left: 100px !important;
    }
    .air-max-right{
        left: -190px !important;
        top: 0px !important;
        
    }
}
@media screen and (max-width:1920px){
    .air-max-progressbar-wrap {
        margin-bottom: 100px !important;
    }
    .glass-aroma-tube-content {
        padding-bottom: 100px;
    }
}
@media screen and (max-width:1600px){
    .air-max-option-content {
        margin-bottom: 0px !important;
    }
    .air-max-option-content-col {
        padding-right: 0px;
    }
    .custom-session-settings {
        margin: 0px;
/*         padding-left: 100px; */
    }
    .air-max-progressbar-wrap {
        margin-top: 450px !important;
        margin-bottom: 10px !important;
    }
    .air-max-progressbar .elementor-title,.air-ii-progressbar .elementor-title,.air-progressbar .elementor-title{
        font-size: 26px;
    }
    .dark-mode-content-col, .performace-content-col, .glass-aroma-tube-content-col, .airmax-frosted-tube-highlite-col, .airmax-aromatherphy-col,
    .custom-session-setting-content-col {
        padding-right: 150px;
        padding-left: 100px;
    }
    
	.air-max-right{
        left: -225px !important; 
    }
    .glass-aroma-tube-content{
        padding-top: 0px;
    }
    
}
@media screen and (max-width:1500px){
    .air-max-option-content-col{
        padding-right: 0px;
    }
    .dark-mode-content-col, .performace-content-col, .glass-aroma-tube-content-col, .airmax-frosted-tube-highlite-col, .airmax-aromatherphy-col,
    .custom-session-setting-content-col{
        padding-right: 150px;
    }
    .air-max-progressbar-wrap{
        margin-top: 450px !important;
    }
    .air-max-progressbar .elementor-title,.air-ii-progressbar .elementor-title,.air-progressbar .elementor-title{
        font-size: 24px;
    }
   
}
@media screen and (max-width:1440px){
    .air-max-option-video-content-wrap{
        margin-top: 15px;
    }
    .air-max-option-video-content {
        margin-right: 25px;
        border: 3px solid #747474;
        max-height: 120px;
        position: relative;
        min-width: 200px;
        width: 200px;
    }
    .airmax-max-performance-content,.airmax-max-thearizerway-content{
        margin: 0px;
    }
    .air-max-progressbar .elementor-title,.air-ii-progressbar .elementor-title,.air-progressbar .elementor-title{
        font-size: 20px;
    }
    .air-max-right {
        left: -160px !important;
    }
   
}
@media screen and (max-width:1366px){
    .air-max-option-content {
        font-size: 14px;
        font-weight: 300;
    }
    .glass-aroma-tube-content {
        padding-top: 0px;
        padding-bottom: 100px;
    }
    .air-max-right{
        left: -160px !important;
        top: 5px !important;
    }
    .air-max-option-video-content-wrap {
        display: flex;
        min-height: 300px;
    }
}
@media screen and (max-width:1280px){
    .air-max-option-video-content-wrap{
        margin-top: 15px;
    }
    .dark-mode-content-col, .performace-content-col, .glass-aroma-tube-content-col, .airmax-frosted-tube-highlite-col, .airmax-aromatherphy-col
    .custom-session-setting-content-col{
        padding-right: 50px;
        padding-left: 50px;
    }
    .air-max-progressbar-wrap {
        margin-top: 400px !important;
    }
    .air-max-progressbar .elementor-title,.air-ii-progressbar .elementor-title,.air-progressbar .elementor-title {
        font-size: 20px;
    }
    .custom-session-settings{
        margin: 0px;
/*         padding-left: 50px; */
    }
	.air-max-option-content{
		font-size:14px;
	}
	.custom-session-setting-content{
    font-size: 14px;
    font-weight: 300;
    }
    .desktop_series_product_box{
        padding-left:50px;
        padding-right: 50px;
    }
    .air_series_img::after{
        top: 50px;
    }
   
}
@media screen and (max-width:1200px){
    .air-max-option-icon-col{
        width: 25% !important;
    }
    .air-max-360-col{
        width: 20% !important;
    }
    .air-max-option-content-col{
        width: 55% !important;
    }
    .air-max-main-title-wrap {
        display: flex;
        justify-content: end;
        align-items: baseline;
        margin-right: 0px;
        width: 100%;
    }
    .air-max-main-title-wrap h2 {
        margin-right: 10px;
        font-size: 26px;
        color: #fff;
        font-weight: 500;
        width: 100%;
    }
    .main-air-max-option-img {
        width: 100px;
        margin: 0px 5px;
    }
    .air-max-main-title-wrap p {
        font-size: 10px;
        width: 65%;
    }
    .airmax-max-performance-content, .airmax-max-thearizerway-content {
        margin: 0px;
    }
    .dark-mode-content-col, .performace-content-col, .glass-aroma-tube-content-col, .airmax-frosted-tube-highlite-col, .airmax-aromatherphy-col,.custom-session-setting-content-col {
        padding-right: 50px;
        padding-left: 0px;
    }

    .airmax-frosted-tube-highlite-content, .airmax-aromatherphy-content {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media screen and (max-width:1440px) and (min-width:1025px){
    .world-upside-down-section .elementor-motion-effects-layer{
        background-position: 100% 0% !important;
    }
}
@media screen and (max-width:1200px) and (min-width:1025px){
    .elementor-nav-menu--main .elementor-nav-menu a,
    .elementor-nav-menu--main .elementor-nav-menu a.highlighted,
    .elementor-nav-menu--main .elementor-nav-menu a:focus,
    .elementor-nav-menu--main .elementor-nav-menu a:hover {
        padding: 13px 5px; font-weight: 400;
    }
    .fixedElement .variations tr{
        padding: 0px 5px;
    }
    .elementor-20211006767 .elementor-element.elementor-element-72e97b3a{
        margin-top: 70px !important;
    }
}
@media screen and (max-width:1024px){
    .air-max-main-title-wrap h2{
        font-size: 20px;
        width: 100%;
    }
    .air-max-option-icon-col {
        width: 30% !important;
    }
    .air-max-360-col{
        width: 25% !important;
    }
    .air-max-option-content-col{
        width: 45% !important;
    }
    .dark-mode-content-col, .performace-content-col, .glass-aroma-tube-content-col, .airmax-frosted-tube-highlite-col, .airmax-aromatherphy-col,
    .custom-session-setting-content-col {
        padding-right: 0px;
        padding-left: 0px;
    }
    .air-max-progressbar-wrap {
        margin-top: 325px !important;
    }
    .air-max-progressbar .elementor-title, .air-ii-progressbar .elementor-title, .air-progressbar .elementor-title {
        font-size: 16px;
    }
    
    .custom-session-settings {
        margin: 0px 0px;
        padding-left: 0px;
    }
    .air-max-progressbar-wrap{
        margin-bottom: 63px !important;
    }
    .airmax-max-performance-content {
        margin: 0px;
        padding-right: 50px;
    }
    .airmax-max-thearizerway-content{
        margin: 0px;
        padding-right: 50px;
    }
    .glass-aroma-tube-content {
        padding-bottom: 50px;
    }
    .glass-pod-system {
        padding-top: 0px;
    }
    .main-air-max-option-img:hover img {
        filter: invert(70%) sepia(32%) saturate(7%) hue-rotate(357deg) brightness(100%) contrast(99%);
    }
    .main-air-max-option-img.active img {
        filter: invert(80%) sepia(68%) saturate(1680%) hue-rotate(190deg) brightness(104%) contrast(88%);
    }
    .air-max-right {
        left: -110px !important;
        top: 0px !important;
    }
    .air-max-left{
        left: -75px !important;
    }
    .fixedElement .variations tr{
        padding: 0px 5px;
    }
    .elementor-20211006767 .elementor-element.elementor-element-72e97b3a,
    .elementor-20210045543 .elementor-element.elementor-element-3636f924
    {
        margin-top: 70px !important;
    }
    .elementor-20210142217 .elementor-element.elementor-element-fea6796{
        margin-top: 115px !important;
    }
    .elementor-nav-menu--dropdown .elementor-nav-menu .sub-menu .menu-item a::after{
        left: 18px !important;
    }
    
    .main-navigation nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item a{
        padding-right: 20px !important;
    }
    .elementor-nav-menu .sub-arrow {
        font-size: 16px;
        line-height: 1;
        padding: 0px 0 10px 10px;
        margin-top: -20px;
        margin-bottom: 0px;
    }
}
@media screen and (max-width:991px){
    .air-max-360-view-section{
        margin-top: 00px !important;
    }
    .elementor-20211006767 .elementor-element.elementor-element-4fc34c7,
    .elementor-20210045543 .elementor-element.elementor-element-c60c80a,
    .elementor-20210142217 .elementor-element.elementor-element-7171a30f,
    .elementor-20211006767 .elementor-element.elementor-element-749a42b{
        margin-top: 0px !important;
    }
    .elementor-20210142217 .elementor-element.elementor-element-fea6796{
        margin-top: 70px !important;
    }
}
@media screen and (max-width:900px){
    .air-max-option-icon-col{
        order: 2;
        width: 35% !important;
    }
    .air-max-360-col{
        order: 1;
        width: 100% !important;
    }
    .air-max-option-content-col{
        order: 3;
        width: 65% !important;
    }
    .air-max-360-col .cloudimage-360.initialized{
        height: 500px !important;
    }
    .cloudimage-360-inner-box {
        text-align: center;
    }
    
    .air-max-progressbar .elementor-title, .air-ii-progressbar .elementor-title, .air-progressbar .elementor-title {
        font-size: 14px;
    }
    .glass-aroma-tube-content {
        padding-top: 0px;
        padding-bottom: 75px;
    }
    .airmax-frosted-tube-highlite-content, .airmax-aromatherphy-content {
        padding-top: 0px;
        padding-bottom: 125px;
    }
    .solo2_max_power_section .airmax-aromatherphy-content {
        padding-bottom: 0px !important;
    }
}
@media screen and (max-width:768px){
    .custom-session-settings {
        margin: 35px 0px;
        padding-left: 0px;
    }
    .air-max-progressbar-wrap {
        margin-top: 250px !important;
        margin-bottom: 35px !important;
    }
    .airmax-max-performance-content {
        margin: 90px 0px 90px 0px;
        padding-right: 50px;
    }
    .airmax-max-thearizerway-content {
        margin: 0px 0px 0px 0px;
        padding-right: 0px;
    }
    .glass-aroma-tube-content {
        padding-top: 225px;
        padding-bottom: 50px;
        padding-left: 0px;
    }
    .air-max-360-view-section{
        margin-top: 50px !important;
    }
    .xq2-banner-desktop{
        position: relative !important;
    }
    .xq2-banner-desktop img{
        width: 100% !important;
    }
    .accessories_listing_page .product-image-content-wrapper .entry-summary .product_meta .tagged_as span, .accessories_listing_page .product-image-content-wrapper .entry-summary .product_meta .tagged_as .comp-tag{font-size: 13px;}
    .woocommerce div.product div.images.woocommerce-product-gallery{
        width: 100%;
    }
    .woocommerce div.product div.summary{
        width: 100%;
        margin-top: 0px;
    }
}

@media screen and (max-width:767px){
    .elementor-20210142217 .elementor-element.elementor-element-fea6796{
        margin-top: 60px !important;
    }
    .main-air-max-option-img-wrap {
        display: flex;
        align-items: baseline;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        justify-content: center;
    }
    .air-max-main-title-wrap {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        margin-right: 0px;
        width: 100%;
        text-align: left;
    }
    .air-max-option-icon-col {
        order: 2;
        width: 100% !important;
        margin: 35px 0px 0px;
        padding: 0px 20px;
    }
    .air-max-option-content-col {
        order: 3;
        width: 100% !important;
    }
    .air-max-option-content{
        width: 100% !important;
    }
    .air-max-option-video-content-wrap {
        display: block;
    }
    .air-max-option-video-content {
        margin-right: 25px;
        border: 3px solid #747474;
        max-height: 300px;
        position: relative;
        min-width: 100%;
        width: 100%;
    }
    .air-max-option-content {
        margin-bottom: 0px !important;
        margin-top: 30px;
    }
    .air-max-360-view-section {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .air-max-progressbar-wrap {
        margin-top: 200px !important;
        margin-bottom: 20px !important;
    }
    .airmax-max-performance-content {
        margin: 0px 0px 0px 0px;
        padding-right: 50px;
    }
    .the-arizer-way-sec-airmax > .elementor-container{
        min-height: 385px !important;
        align-items: end !important;
    }
    .glass-aroma-tube-content {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .airmax-frosted-tube-highlite-content, .airmax-aromatherphy-content {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .singleproduct_gallery .cloudimage-360.initialized {
        width: 280px !important;
        height: 315px !important;
    }
    .cloudimage-360.initialized{
        width: 250px !important;
        margin: 0 auto;
    }
    .air-max-main-title-wrap h2 {
        font-size: 44px;
        width: 100%;
        text-align: center;
    }
    .main-air-max-option-img {
        width: 50px;
        margin: 0px 5px;
    }
    .device_review .cws_date_title_wrapper{
        flex-direction: column;
    }
    .device_review  .cm_single_review_title{
        width: 100%;
        margin-top: 10px;
    }
    .device_review .cm_single_review_rating{
        top: 50px;
        position: absolute;
        right: 10px;
    }
    .device_review .cm_single_review_rating span{
        width:100%
    }
    .device_review .cm_single_review{
        margin-bottom: 30px;
        position: relative;
    }
    .device_review .cws_date_title_wrapper .cm_single_review_zero_selection h3{
        font-size: 22px;
    }
    .device_review .cm_single_review_title{
      font-size: 20px;
      line-height: 26px;
    } 
}
@media screen and (max-width:640px){
    .dark-mode-content-wrap{
        padding: 0px 10px;
    }
    .global_checkbox{
        width: 100%;
    }
    .parts-and-accessoris-title img, .cases-and-containers-title img{width: 80%;}
    .power-title img, .merch-title img {width: 60%;}
    .botanicals-title img {width: 70%;}
    
}

@media screen and (max-width:680px){
    /* .accessories_listing_page .product-image-content-wrapper .entry-summary .product_title{width: 100% !important;} */
    /* .accessories_listing_page .product-add-to-cart-wrapper .variations_form .single_variation_wrap{width: 100%;} */
    /* .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .single_add_to_cart_button{ float: right;} */
    /* .accessories_listing_page .product-image-content-wrapper .entry-summary .price { float: left; margin: 0px !important;} */
    /* .accessories_listing_page .product-add-to-cart-wrapper form.cart a.added_to_cart{ float: right;} */
    .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr td .rtwpvs-term .attribute-options{ font-size: 10px; padding: 0px !important; line-height: 10px;}
    .accessories_listing_page .product-add-to-cart-wrapper .variations_form .single_variation_wrap {
        width: auto;
    }
    .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .single_add_to_cart_button {
        height: 40px !important;
    }
    .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .single_add_to_cart_button, .accessories_listing_page .product-add-to-cart-wrapper form.cart .single_add_to_cart_button{
        height: 40px !important;
    font-size: 8px !important;
    padding: 10px 10px;
    float: right !important;
    }
    .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity .qty_button, .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity .qty_button{
        width: 20px !important; height: 20px !important; line-height: 17px !important; font-size: 10px !important;     margin: 0 2px !important;
    }
    .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity .qty, .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity .qty{
        height: 30px !important; 
    }
    .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr td .rtwpvs-term{
        margin: 0px 5px 0px 0px !important;
    }
    .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr td .rtwpvs-term.selected {
        padding: 7px 10px !important;
    }
    .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr td {
        margin-top: 7px; margin-bottom: 7px;
    }
    .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity, .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity{
        margin: 5px 0px !important;
    }
    .accessories_listing_page .product-add-to-cart-wrapper .variations_form table.variations tr td .rtwpvs-term{
        height: 25px !important;
    }
    .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity, .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity {
        width: 95px !important;
    }
    .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form .single_variation_wrap .quantity .qty, .accessories_listing_page .product-add-to-cart-wrapper form.cart .quantity .qty{
        width: 34px !important;
    }
    .accessories_listing_page .product-image-content-wrapper .entry-summary .product_title {
        font-size: 12px !important;
        line-height: 19px;
    }
   
    .accessories_listing_page .product-image-content-wrapper .entry-summary .price{float: left; text-align: right; margin: 0px; }
    .accessories_listing_page .product-image-content-wrapper .entry-summary .woocommerce-product-details__short-description {
        font-size: 12px !important;
    }
    .accessories_listing_page .product-image-content-wrapper .entry-summary .product_meta .tagged_as a {
        font-size: 10px;
    }
    .accessories_listing_page .product-image-content-wrapper .entry-summary .product_meta .tagged_as .comp-tag {
        font-size: 11px;
    }
    .accessories_listing_page .product-add-to-cart-wrapper form.cart a.added_to_cart{
        display: none;
    }
    .woocommerce button.button.alt.added {
       padding-right: 10px !important;
    }
    .accessories_listing_page .product-add-to-cart-wrapper form.cart{width:auto !important;}
    .accessories_listing_page .product-add-to-cart-wrapper .cart.variations_form{width: 100% !important;}

    .has_var_price .price .amount{
        font-size: 16px !important;
    }
    .has_var_price .price ins .amount{
        margin-left: 0px;
    }
    .accessories_listing_page .product-image-content-wrapper .entry-summary .product_meta .tagged_as span{font-size: 10px;}
    .singleproduct_gallery .infoplus {
        height: 288px;
    }
    .singleproduct_gallery .cloudimage-360.initialized {
        width: 256px !important;
        height: 288px !important;
    }
    .enableproductmainsection .entry-summary .rtwpvs-terms-wrapper .rtwpvs-term img {
        min-width: 23px;
    }
    .enableproductmainsection .rtwpvs-terms-wrapper{
        flex-wrap: unset !important;
    }
    .air_series_img::after{
        display: none;
     }
     .solo_series_img::after{
         display: none;
     }
}

.woo_remove_item.free-gift-remove-icon{
    display: none;
}

.custom-shipping-authenticate-choice .woocommerce-input-wrapper input[type=radio]{
    margin-top: 5px;
}
.woocommerce-checkout-review-order-table .fee th{
    padding-left: 20px !important;
    font-size: 14px;
    font-weight: 400 !important;
    color: #fff !important;
}
.woocommerce-checkout-review-order-table .fee td{
    text-align: right;
    padding-right: 20px !important;
    color: #989898;
    font-size: 16px;
    font-weight: 400 !important;
}

.desktop-vaporizers-products .desktop-vaporizers-product-wrap .desktop-vaporizers-product-list ul.products{width: 100%;}
.desktop-vaporizers-products .desktop-vaporizers-product-wrap .desktop-vaporizers-product-list ul li.product{width: 30%;}
.desktop-vaporizers-products .desktop-vaporizers-product-wrap .desktop-vaporizers-product-list ul li .star-rating,.desktop-vaporizers-related-products ul li .star-rating{margin: 0 auto !important;margin-bottom: 10px !important;}
/* Product page top variation section start */
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term.rtwpvs-image-term .rtwpvs-term-span{line-height: 0px !important;}
/* Product page top variation section end */
.enableproductmainsection .woocommerce-variation-description > h4, .enableproductmainsection .woocommerce-variation-description > p{display:block;}
.enableproductmainsection .woocommerce-variation-description.woocommerce-product-description-mobile > h4 {display:block !important;}
.enableproductmainsection span.attribute-options{display: none;}
a.compare_btn.compare_vaporizer_btn{font-size: 15px; color: #165bad; margin-top: 20px; display: inline-block;}         
label.shipping_late_april{font-size: 12px; color: #fff; margin-top: 10px; display: block;text-transform:uppercase}         
.air-max-features-box span{
    color: #F4B916;
  }


.single-product.woocommerce div.product .entry-summary form.cart .variations td.value,.enableproductmainsection .woocommerce div.product .entry-summary form.cart .variations td.value{
    display: table-cell;
    width: auto;
}
.single-product .color-select-val,.enableproductmainsection .color-select-val{
    font-size: 16px;
    padding-left: 15px;
    position: relative;
}
.single-product .color-select-val:before,.enableproductmainsection .color-select-val:before{
    content: ':';
    position: absolute;
    left: 5px;
    width: 5px;
    height: 5px;
    color: #fff;
}
.single-product .woocommerce div.product form.cart .variations label,.enableproductmainsection .woocommerce div.product form.cart .variations label{
    margin: 0px 10px 5px 0px;
}
.accessories_listing_page .color-select-val{
    background-color: #165bad !important;
    color: #fff !important;
    border-color: #165bad !important;
    padding: 12px;
    border-radius: 10px;
    font-size: 16px;
    display: inline-block;
    margin: 0 auto;
}

.yellow-number ol li::marker,.yellow-number-inner .yellow-cnt{
    color: #F3B700;
}
.yellow-number-inner .list-bullet li{
    list-style: inside;
}
.cmg_soon_btn,.cmg_soon_btn a{
    cursor: none !important;
    opacity: 0.6;
}
.about_more_btn a:focus,.home_btn a:focus{
    background-color: transparent !important;
}
.elementor-kit-658740 button{
    box-shadow: none !important;
}
.accessories_menu a{
    cursor: none;
}
.wholesale_form .gform_button,.drop_shipping_form .gform_button{
    background: #fff;
    color: #000 !important;
    border: none;
}
.wholesale_form .gform_button:hover,.drop_shipping_form .gform_button:hover{
    color: #fff !important;
}
.homepage-banner-sec .swiper-slide-inner{
    display: flex;
}