/**
 * AsanWP frontend theme bundle.
 *
 * Contains only styles that are required globally. Feature-specific CSS remains
 * modular and is enqueued conditionally by the feature that owns it.
 */

/* ===== Core base ===== */
@charset "UTF-8";

/*------------------------------------------------------------------
[Table of contents]
  01. Root settings
  02. Base styles
  03. Form elements
  04. Components
  05. Header
  06. Modules
  07. Sidebar
  08. Blog Posts
  09. Theme extras
-------------------------------------------------------------------*/
/*---------------------------------------------------- 
  01. Root setting
----------------------------------------------------*/
/* ----- Default colors ----- */
:root {
  --color-dark50: #737582;
  --color-dark100: #5B5D67;
  --color-dark200: #42444D;
  --color-dark300: #34353D;
  --color-dark400: #2A2B32;
  --color-dark500: #23242A;
  --color-dark600: #1E1F25;
  --color-dark700: #1A1B20;
  --color-dark800: #151519;
  --color-dark900: #0E0E11;
  --color-red25: #FFF5F5;
  --color-red50: #FFEBEB;
  --color-red100: #FFE0E0;
  --color-red400: #FCA1A1;
  --color-red500: #F66565;
  --color-red600: #E53E3E;
  --color-red700: #C11A1A;
  --color-red800: #9D1515;
  --color-red900: #7B1919;
  --color-redRGB: 229, 62, 62;
  --color-orange25: #FFF7F0;
  --color-orange50: #FFF1E6;
  --color-orange100: #FFECDC;
  --color-orange400: #FFC884;
  --color-orange500: #FFA94D;
  --color-orange600: #FD7E14;
  --color-orange700: #F36507;
  --color-orange800: #E54C10;
  --color-orange900: #B03B0C;
  --color-orangeRGB: 253, 126, 20;
  --color-yellow25: #FFFBF0;
  --color-yellow50: #FFF9E6;
  --color-yellow100: #FFF6DC;
  --color-yellow400: #FFE884;
  --color-yellow500: #FFD952;
  --color-yellow600: #FCC419;
  --color-yellow700: #F5AC05;
  --color-yellow800: #F59F00;
  --color-yellow900: #E67700;
  --color-yellowRGB: 252, 196, 25;
  --color-green25: #F3FCF4;
  --color-green50: #EBFAED;
  --color-green100: #E2F8E6;
  --color-green400: #9DECA9;
  --color-green500: #6FDC81;
  --color-green600: #40C057;
  --color-green700: #2F9E44;
  --color-green800: #29843B;
  --color-green900: #1B5A29;
  --color-greenRGB: 64, 192, 87;
  --color-lime25: #F8FDF2;
  --color-lime50: #F4FCE9;
  --color-lime100: #EFFAE0;
  --color-lime400: #C0EB75;
  --color-lime500: #94D82D;
  --color-lime600: #82C91E;
  --color-lime700: #6DAD15;
  --color-lime800: #578D0C;
  --color-lime900: #436C09;
  --color-limeRGB: 130, 201, 30;
  --color-teal25: #F1FDFA;
  --color-teal50: #E7FDF7;
  --color-teal100: #DDFDF4;
  --color-teal400: #8AEACE;
  --color-teal500: #38D9A9;
  --color-teal600: #12B886;
  --color-teal700: #099268;
  --color-teal800: #077353;
  --color-teal900: #06513B;
  --color-tealRGB: 18, 184, 134;
  --color-cyan25: #F1FCFE;
  --color-cyan50: #E7FBFD;
  --color-cyan100: #DEF9FD;
  --color-cyan400: #76DDEA;
  --color-cyan500: #3BC9DB;
  --color-cyan600: #15AABF;
  --color-cyan700: #0C8599;
  --color-cyan800: #0A697A;
  --color-cyan900: #095562;
  --color-cyanRGB: 21, 170, 191;
  --color-blue25: #F0F8FF;
  --color-blue50: #E5F3FF;
  --color-blue100: #DBEEFF;
  --color-blue400: #74C0FC;
  --color-blue500: #46A3F1;
  --color-blue600: #228BE6;
  --color-blue700: #1971C2;
  --color-blue800: #1767B0;
  --color-blue900: #12528C;
  --color-blueRGB: 34, 139, 230;
  --color-indigo25: #F5F7FF;
  --color-indigo50: #EBEFFF;
  --color-indigo100: #E0E7FF;
  --color-indigo400: #A0B2FD;
  --color-indigo500: #748FFC;
  --color-indigo600: #4C6EF5;
  --color-indigo700: #3959DB;
  --color-indigo800: #3249B9;
  --color-indigo900: #20399D;
  --color-indigoRGB: 76, 110, 245;
  --color-violet25: #F7F5FF;
  --color-violet50: #F0EBFF;
  --color-violet100: #E8E1FE;
  --color-violet400: #B197FC;
  --color-violet500: #9F7FFA;
  --color-violet600: #7950F2;
  --color-violet700: #633CD8;
  --color-violet800: #4D28BD;
  --color-violet900: #301287;
  --color-violetRGB: 121, 80, 242;
  --color-text: #1B1F22;
  --color-background: #fff;
  --color-rgb: 27, 31, 34;
  --color-gray0: #FBFCFD;
  --color-gray25: #F8F9FA;
  --color-gray50: #F1F3F5;
  --color-gray100: #ECEEF0;
  --color-gray200: #E6E8EB;
  --color-gray300: #DFE2E6;
  --color-gray400: #CED4DA;
  --color-gray500: #ADB5BD;
  --color-gray600: #768088;
  --color-gray700: #4F575E;
  --color-gray800: #343A40;
  --color-gray900: #22262A;
  --color-cool0: #FBFCFD;
  --color-cool25: #F7F9FB;
  --color-cool50: #F0F3F6;
  --color-cool100: #EAEEF2;
  --color-cool200: #E4E8ED;
  --color-cool300: #DCE2E9;
  --color-cool400: #C9D4DE;
  --color-cool500: #A5B5C5;
  --color-cool600: #698195;
  --color-cool700: #465867;
  --color-cool800: #2E3A46;
  --color-cool900: #1E262E;
}



/* ----- Theme variables ----- */
:root {
  --theme-body-font: "IRANYekanX", sans-serif;
  --theme-body-font-size: 16px;
  --theme-body-font-weight: 400;
  --theme-body-letter-spacing: -0.01em;
  --theme-font-size-sm: 12px;
  --theme-font-size-md: 14px;
  --theme-font-size-lg: 16px;
  --theme-widgets-font-size: 14px;
  --theme-widgets-font-weight: 400;
  --theme-heading-font: "IRANYekanX", sans-serif;
  --theme-heading-font-weight: 600;
  --theme-heading-letter-spacing: -0.01em;
  --theme-site-width: 1360px;
  --theme-site-gutters: 15px;
  --theme-radius-base: 10px;
  --theme-radius-form: 8px;
  --theme-category-menu-large-width: 860px;
  --theme-category-menu-medium-width: 760px;
  --theme-category-menu-small-width: 560px;
  --theme-topbar-height: 38px;
  --theme-topbar-font-size: 12px;
  --theme-topbar-font-weight: 500;
  --theme-topbar-submenu-font-size: 12px;
  --theme-topbar-submenu-font-weight: 500;
  --theme-menu-font: "IRANYekanX", sans-serif;
  --theme-menu-font-size: 16px;
  --theme-menu-font-weight: 600;
  --theme-submenu-font-size: 14px;
  --theme-sub-menu-font-weight: 400;
  --theme-form-font: "IRANYekanX", sans-serif;
  --theme-form-font-size: 15px;
  --theme-form-font-weight: 500;
  --theme-form-letter-spacing: -0.01em;
  --theme-form-border-width: 1px;
  --theme-button-font: "IRANYekanX", sans-serif;
  --theme-button-font-size: 15px;
  --theme-button-font-weight: 600;
  --theme-button-letter-spacing: -0.01em;
  --theme-product-name-font-size-desktop: 14px;
  --theme-product-name-font-size-mobile: 13px;
  --theme-product-name-weight: 600;
  --theme-product-price-font: "IRANYekanX", sans-serif;
  --theme-product-price-font-size-desktop: 18px;
  --theme-product-price-font-size-mobile: 16px;
  --theme-product-price-weight: 700;
  --theme-primary-color: #ffc21f;
  --theme-primary-hover-color: #e0a800;
  --theme-secondary-color: #041e42;
  --theme-secondary-hover-color: #0b376d;
}

/* ----- spacing from class ----- */
@media screen and (min-width: 768px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
}

.mt-0 {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .mt-sm-5 {
    margin-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-5 {
    margin-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-5 {
    margin-top: 0.3125rem !important;
  }
}

.mt-5 {
  margin-top: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-10 {
    margin-top: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-10 {
    margin-top: 0.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-10 {
    margin-top: 0.625rem !important;
  }
}

.mt-10 {
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-15 {
    margin-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-15 {
    margin-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-15 {
    margin-top: 0.9375rem !important;
  }
}

.mt-15 {
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-20 {
    margin-top: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-20 {
    margin-top: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-20 {
    margin-top: 1.25rem !important;
  }
}

.mt-20 {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-25 {
    margin-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-25 {
    margin-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-25 {
    margin-top: 1.5625rem !important;
  }
}

.mt-25 {
  margin-top: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-30 {
    margin-top: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-30 {
    margin-top: 1.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-30 {
    margin-top: 1.875rem !important;
  }
}

.mt-30 {
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-35 {
    margin-top: 2.1875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-35 {
    margin-top: 2.1875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-35 {
    margin-top: 2.1875rem !important;
  }
}

.mt-35 {
  margin-top: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-40 {
    margin-top: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-40 {
    margin-top: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-40 {
    margin-top: 2.5rem !important;
  }
}

.mt-40 {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-45 {
    margin-top: 2.8125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-45 {
    margin-top: 2.8125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-45 {
    margin-top: 2.8125rem !important;
  }
}

.mt-45 {
  margin-top: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-50 {
    margin-top: 3.125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-50 {
    margin-top: 3.125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-50 {
    margin-top: 3.125rem !important;
  }
}

.mt-50 {
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-55 {
    margin-top: 3.4375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-55 {
    margin-top: 3.4375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-55 {
    margin-top: 3.4375rem !important;
  }
}

.mt-55 {
  margin-top: 3.4375rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-60 {
    margin-top: 3.75rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-60 {
    margin-top: 3.75rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-60 {
    margin-top: 3.75rem !important;
  }
}

.mt-60 {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-65 {
    margin-top: 4.0625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-65 {
    margin-top: 4.0625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-65 {
    margin-top: 4.0625rem !important;
  }
}

.mt-65 {
  margin-top: 4.0625rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-70 {
    margin-top: 4.375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-70 {
    margin-top: 4.375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-70 {
    margin-top: 4.375rem !important;
  }
}

.mt-70 {
  margin-top: 4.375rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-75 {
    margin-top: 4.6875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-75 {
    margin-top: 4.6875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-75 {
    margin-top: 4.6875rem !important;
  }
}

.mt-75 {
  margin-top: 4.6875rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-80 {
    margin-top: 5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-80 {
    margin-top: 5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-80 {
    margin-top: 5rem !important;
  }
}

.mt-80 {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-85 {
    margin-top: 5.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-85 {
    margin-top: 5.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-85 {
    margin-top: 5.3125rem !important;
  }
}

.mt-85 {
  margin-top: 5.3125rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-90 {
    margin-top: 5.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-90 {
    margin-top: 5.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-90 {
    margin-top: 5.625rem !important;
  }
}

.mt-90 {
  margin-top: 5.625rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-95 {
    margin-top: 5.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-95 {
    margin-top: 5.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-95 {
    margin-top: 5.9375rem !important;
  }
}

.mt-95 {
  margin-top: 5.9375rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-100 {
    margin-top: 6.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-100 {
    margin-top: 6.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-100 {
    margin-top: 6.25rem !important;
  }
}

.mt-100 {
  margin-top: 6.25rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-110 {
    margin-top: 6.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-110 {
    margin-top: 6.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-110 {
    margin-top: 6.875rem !important;
  }
}

.mt-110 {
  margin-top: 6.875rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-120 {
    margin-top: 7.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-120 {
    margin-top: 7.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-120 {
    margin-top: 7.5rem !important;
  }
}

.mt-120 {
  margin-top: 7.5rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-130 {
    margin-top: 8.125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-130 {
    margin-top: 8.125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-130 {
    margin-top: 8.125rem !important;
  }
}

.mt-130 {
  margin-top: 8.125rem;
}

@media screen and (min-width: 768px) {
  .mt-sm-140 {
    margin-top: 8.75rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-140 {
    margin-top: 8.75rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-lg-140 {
    margin-top: 8.75rem !important;
  }
}

.mt-140 {
  margin-top: 8.75rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}

.mb-0 {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .mb-sm-5 {
    margin-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-5 {
    margin-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-5 {
    margin-bottom: 0.3125rem !important;
  }
}

.mb-5 {
  margin-bottom: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-10 {
    margin-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-10 {
    margin-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-10 {
    margin-bottom: 0.625rem !important;
  }
}

.mb-10 {
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-15 {
    margin-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-15 {
    margin-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-15 {
    margin-bottom: 0.9375rem !important;
  }
}

.mb-15 {
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-20 {
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-20 {
    margin-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }
}

.mb-20 {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-25 {
    margin-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-25 {
    margin-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-25 {
    margin-bottom: 1.5625rem !important;
  }
}

.mb-25 {
  margin-bottom: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-30 {
    margin-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-30 {
    margin-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-30 {
    margin-bottom: 1.875rem !important;
  }
}

.mb-30 {
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-35 {
    margin-bottom: 2.1875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-35 {
    margin-bottom: 2.1875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-35 {
    margin-bottom: 2.1875rem !important;
  }
}

.mb-35 {
  margin-bottom: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }
}

.mb-40 {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-45 {
    margin-bottom: 2.8125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-45 {
    margin-bottom: 2.8125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-45 {
    margin-bottom: 2.8125rem !important;
  }
}

.mb-45 {
  margin-bottom: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-50 {
    margin-bottom: 3.125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-50 {
    margin-bottom: 3.125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-50 {
    margin-bottom: 3.125rem !important;
  }
}

.mb-50 {
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-55 {
    margin-bottom: 3.4375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-55 {
    margin-bottom: 3.4375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-55 {
    margin-bottom: 3.4375rem !important;
  }
}

.mb-55 {
  margin-bottom: 3.4375rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-60 {
    margin-bottom: 3.75rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-60 {
    margin-bottom: 3.75rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-60 {
    margin-bottom: 3.75rem !important;
  }
}

.mb-60 {
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-65 {
    margin-bottom: 4.0625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-65 {
    margin-bottom: 4.0625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-65 {
    margin-bottom: 4.0625rem !important;
  }
}

.mb-65 {
  margin-bottom: 4.0625rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-70 {
    margin-bottom: 4.375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-70 {
    margin-bottom: 4.375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-70 {
    margin-bottom: 4.375rem !important;
  }
}

.mb-70 {
  margin-bottom: 4.375rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-75 {
    margin-bottom: 4.6875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-75 {
    margin-bottom: 4.6875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-75 {
    margin-bottom: 4.6875rem !important;
  }
}

.mb-75 {
  margin-bottom: 4.6875rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-80 {
    margin-bottom: 5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-80 {
    margin-bottom: 5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-80 {
    margin-bottom: 5rem !important;
  }
}

.mb-80 {
  margin-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-85 {
    margin-bottom: 5.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-85 {
    margin-bottom: 5.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-85 {
    margin-bottom: 5.3125rem !important;
  }
}

.mb-85 {
  margin-bottom: 5.3125rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-90 {
    margin-bottom: 5.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-90 {
    margin-bottom: 5.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-90 {
    margin-bottom: 5.625rem !important;
  }
}

.mb-90 {
  margin-bottom: 5.625rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-95 {
    margin-bottom: 5.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-95 {
    margin-bottom: 5.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-95 {
    margin-bottom: 5.9375rem !important;
  }
}

.mb-95 {
  margin-bottom: 5.9375rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-100 {
    margin-bottom: 6.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-100 {
    margin-bottom: 6.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-100 {
    margin-bottom: 6.25rem !important;
  }
}

.mb-100 {
  margin-bottom: 6.25rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-110 {
    margin-bottom: 6.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-110 {
    margin-bottom: 6.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-110 {
    margin-bottom: 6.875rem !important;
  }
}

.mb-110 {
  margin-bottom: 6.875rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-120 {
    margin-bottom: 7.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-120 {
    margin-bottom: 7.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-120 {
    margin-bottom: 7.5rem !important;
  }
}

.mb-120 {
  margin-bottom: 7.5rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-130 {
    margin-bottom: 8.125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-130 {
    margin-bottom: 8.125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-130 {
    margin-bottom: 8.125rem !important;
  }
}

.mb-130 {
  margin-bottom: 8.125rem;
}

@media screen and (min-width: 768px) {
  .mb-sm-140 {
    margin-bottom: 8.75rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-md-140 {
    margin-bottom: 8.75rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-lg-140 {
    margin-bottom: 8.75rem !important;
  }
}

.mb-140 {
  margin-bottom: 8.75rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-0 {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-0 {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-0 {
    padding-top: 0 !important;
  }
}

.pt-0 {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .pt-sm-5 {
    padding-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-5 {
    padding-top: 0.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-5 {
    padding-top: 0.3125rem !important;
  }
}

.pt-5 {
  padding-top: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-10 {
    padding-top: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-10 {
    padding-top: 0.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-10 {
    padding-top: 0.625rem !important;
  }
}

.pt-10 {
  padding-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-15 {
    padding-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-15 {
    padding-top: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-15 {
    padding-top: 0.9375rem !important;
  }
}

.pt-15 {
  padding-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-20 {
    padding-top: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-20 {
    padding-top: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-20 {
    padding-top: 1.25rem !important;
  }
}

.pt-20 {
  padding-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-25 {
    padding-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-25 {
    padding-top: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-25 {
    padding-top: 1.5625rem !important;
  }
}

.pt-25 {
  padding-top: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-30 {
    padding-top: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-30 {
    padding-top: 1.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-30 {
    padding-top: 1.875rem !important;
  }
}

.pt-30 {
  padding-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-35 {
    padding-top: 2.1875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-35 {
    padding-top: 2.1875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-35 {
    padding-top: 2.1875rem !important;
  }
}

.pt-35 {
  padding-top: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-40 {
    padding-top: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-40 {
    padding-top: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-40 {
    padding-top: 2.5rem !important;
  }
}

.pt-40 {
  padding-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-45 {
    padding-top: 2.8125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-45 {
    padding-top: 2.8125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-45 {
    padding-top: 2.8125rem !important;
  }
}

.pt-45 {
  padding-top: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-50 {
    padding-top: 3.125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-50 {
    padding-top: 3.125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-50 {
    padding-top: 3.125rem !important;
  }
}

.pt-50 {
  padding-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-55 {
    padding-top: 3.4375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-55 {
    padding-top: 3.4375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-55 {
    padding-top: 3.4375rem !important;
  }
}

.pt-55 {
  padding-top: 3.4375rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-60 {
    padding-top: 3.75rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-60 {
    padding-top: 3.75rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-60 {
    padding-top: 3.75rem !important;
  }
}

.pt-60 {
  padding-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-65 {
    padding-top: 4.0625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-65 {
    padding-top: 4.0625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-65 {
    padding-top: 4.0625rem !important;
  }
}

.pt-65 {
  padding-top: 4.0625rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-70 {
    padding-top: 4.375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-70 {
    padding-top: 4.375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-70 {
    padding-top: 4.375rem !important;
  }
}

.pt-70 {
  padding-top: 4.375rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-75 {
    padding-top: 4.6875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-75 {
    padding-top: 4.6875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-75 {
    padding-top: 4.6875rem !important;
  }
}

.pt-75 {
  padding-top: 4.6875rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-80 {
    padding-top: 5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-80 {
    padding-top: 5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-80 {
    padding-top: 5rem !important;
  }
}

.pt-80 {
  padding-top: 5rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-85 {
    padding-top: 5.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-85 {
    padding-top: 5.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-85 {
    padding-top: 5.3125rem !important;
  }
}

.pt-85 {
  padding-top: 5.3125rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-90 {
    padding-top: 5.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-90 {
    padding-top: 5.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-90 {
    padding-top: 5.625rem !important;
  }
}

.pt-90 {
  padding-top: 5.625rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-95 {
    padding-top: 5.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-95 {
    padding-top: 5.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-95 {
    padding-top: 5.9375rem !important;
  }
}

.pt-95 {
  padding-top: 5.9375rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-100 {
    padding-top: 6.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-100 {
    padding-top: 6.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-100 {
    padding-top: 6.25rem !important;
  }
}

.pt-100 {
  padding-top: 6.25rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-110 {
    padding-top: 6.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-110 {
    padding-top: 6.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-110 {
    padding-top: 6.875rem !important;
  }
}

.pt-110 {
  padding-top: 6.875rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-120 {
    padding-top: 7.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-120 {
    padding-top: 7.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-120 {
    padding-top: 7.5rem !important;
  }
}

.pt-120 {
  padding-top: 7.5rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-130 {
    padding-top: 8.125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-130 {
    padding-top: 8.125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-130 {
    padding-top: 8.125rem !important;
  }
}

.pt-130 {
  padding-top: 8.125rem;
}

@media screen and (min-width: 768px) {
  .pt-sm-140 {
    padding-top: 8.75rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-md-140 {
    padding-top: 8.75rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-lg-140 {
    padding-top: 8.75rem !important;
  }
}

.pt-140 {
  padding-top: 8.75rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
}

.pb-0 {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .pb-sm-5 {
    padding-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-5 {
    padding-bottom: 0.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-5 {
    padding-bottom: 0.3125rem !important;
  }
}

.pb-5 {
  padding-bottom: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-10 {
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-10 {
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-10 {
    padding-bottom: 0.625rem !important;
  }
}

.pb-10 {
  padding-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-15 {
    padding-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-15 {
    padding-bottom: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-15 {
    padding-bottom: 0.9375rem !important;
  }
}

.pb-15 {
  padding-bottom: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-20 {
    padding-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-20 {
    padding-bottom: 1.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-20 {
    padding-bottom: 1.25rem !important;
  }
}

.pb-20 {
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-25 {
    padding-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-25 {
    padding-bottom: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-25 {
    padding-bottom: 1.5625rem !important;
  }
}

.pb-25 {
  padding-bottom: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-30 {
    padding-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-30 {
    padding-bottom: 1.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-30 {
    padding-bottom: 1.875rem !important;
  }
}

.pb-30 {
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-35 {
    padding-bottom: 2.1875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-35 {
    padding-bottom: 2.1875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-35 {
    padding-bottom: 2.1875rem !important;
  }
}

.pb-35 {
  padding-bottom: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-40 {
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }
}

.pb-40 {
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-45 {
    padding-bottom: 2.8125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-45 {
    padding-bottom: 2.8125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-45 {
    padding-bottom: 2.8125rem !important;
  }
}

.pb-45 {
  padding-bottom: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-50 {
    padding-bottom: 3.125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-50 {
    padding-bottom: 3.125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-50 {
    padding-bottom: 3.125rem !important;
  }
}

.pb-50 {
  padding-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-55 {
    padding-bottom: 3.4375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-55 {
    padding-bottom: 3.4375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-55 {
    padding-bottom: 3.4375rem !important;
  }
}

.pb-55 {
  padding-bottom: 3.4375rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-60 {
    padding-bottom: 3.75rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-60 {
    padding-bottom: 3.75rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-60 {
    padding-bottom: 3.75rem !important;
  }
}

.pb-60 {
  padding-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-65 {
    padding-bottom: 4.0625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-65 {
    padding-bottom: 4.0625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-65 {
    padding-bottom: 4.0625rem !important;
  }
}

.pb-65 {
  padding-bottom: 4.0625rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-70 {
    padding-bottom: 4.375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-70 {
    padding-bottom: 4.375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-70 {
    padding-bottom: 4.375rem !important;
  }
}

.pb-70 {
  padding-bottom: 4.375rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-75 {
    padding-bottom: 4.6875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-75 {
    padding-bottom: 4.6875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-75 {
    padding-bottom: 4.6875rem !important;
  }
}

.pb-75 {
  padding-bottom: 4.6875rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-80 {
    padding-bottom: 5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-80 {
    padding-bottom: 5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-80 {
    padding-bottom: 5rem !important;
  }
}

.pb-80 {
  padding-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-85 {
    padding-bottom: 5.3125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-85 {
    padding-bottom: 5.3125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-85 {
    padding-bottom: 5.3125rem !important;
  }
}

.pb-85 {
  padding-bottom: 5.3125rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-90 {
    padding-bottom: 5.625rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-90 {
    padding-bottom: 5.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-90 {
    padding-bottom: 5.625rem !important;
  }
}

.pb-90 {
  padding-bottom: 5.625rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-95 {
    padding-bottom: 5.9375rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-95 {
    padding-bottom: 5.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-95 {
    padding-bottom: 5.9375rem !important;
  }
}

.pb-95 {
  padding-bottom: 5.9375rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-100 {
    padding-bottom: 6.25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-100 {
    padding-bottom: 6.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-100 {
    padding-bottom: 6.25rem !important;
  }
}

.pb-100 {
  padding-bottom: 6.25rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-110 {
    padding-bottom: 6.875rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-110 {
    padding-bottom: 6.875rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-110 {
    padding-bottom: 6.875rem !important;
  }
}

.pb-110 {
  padding-bottom: 6.875rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-120 {
    padding-bottom: 7.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-120 {
    padding-bottom: 7.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-120 {
    padding-bottom: 7.5rem !important;
  }
}

.pb-120 {
  padding-bottom: 7.5rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-130 {
    padding-bottom: 8.125rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-130 {
    padding-bottom: 8.125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-130 {
    padding-bottom: 8.125rem !important;
  }
}

.pb-130 {
  padding-bottom: 8.125rem;
}

@media screen and (min-width: 768px) {
  .pb-sm-140 {
    padding-bottom: 8.75rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-md-140 {
    padding-bottom: 8.75rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-lg-140 {
    padding-bottom: 8.75rem !important;
  }
}

.pb-140 {
  padding-bottom: 8.75rem;
}

/*---------------------------------------------------- 
  02. Base styles
----------------------------------------------------*/
/* ----- Body clearfix ----- */
body {
  direction: rtl;
  font-family: var(--theme-body-font);
  font-size: var(--theme-body-font-size);
  font-weight: var(--theme-body-font-weight);
  letter-spacing: var(--theme-body-letter-spacing);
  -webkit-font-feature-settings: "liga" 1, "kern" 1;
  font-feature-settings: "liga" 1, "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: var(--color-text);
  background-color: var(--color-background);
}

/* ----- Heading clearfix ----- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-heading-font);
  font-weight: var(--theme-heading-font-weight);
  letter-spacing: var(--theme-heading-letter-spacing);
}

/* ----- text decoration none for a tag ----- */
a {
  text-decoration: none;
}

/* ----- img default settings ----- */
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

/* ----- theme toggled disable transitions ----- */
.theme-toggled[data-theme] * {
  -webkit-transition: none !important;
  transition: none !important;
}

.theme-toggled[data-theme] *::before,
.theme-toggled[data-theme] *::after {
  -webkit-transition: none !important;
  transition: none !important;
}

/* ----- custom-top-separator ----- */
.custom-top-separator svg,
.custom-bottom-separator svg {
  width: 100%;
  background-size: 100% 100%;
}

/* ----- custom background ----- */
.custom-baby-background {
  position: relative;
}

body[data-theme=light] .custom-baby-background {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, right bottom, right top, from(rgba(255, 255, 255, 0)), to(rgb(241, 246, 248)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(241, 246, 248) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f1f6f8", GradientType=1);
}

.custom-baby-background .custom-top-separator {
  position: absolute;
  width: 100%;
  top: -50px;
  z-index: -1;
}

body[data-theme=light] .custom-baby-background .custom-top-separator {
  color: #f1f6f8;
}

.custom-baby-background .custom-bottom-separator {
  position: absolute;
  width: 100%;
  bottom: -50px;
  z-index: -1;
}

body[data-theme=light] .custom-baby-background .custom-bottom-separator {
  color: #f1f6f8;
}

.custom-baby-background .products .slick-list::before {
  z-index: 1;
}

.custom-baby-background .products .slick-list .slider-item {
  background-color: var(--color-background);
}

.custom-gray-gradient {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, right bottom, right top, from(rgb(255, 255, 255)), to(rgb(247, 249, 251)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(247, 249, 251) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f7f9fb", GradientType=1);
}

@media screen and (min-width: 1280px) {
  .custom-background.padding {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 1440px) {
  .custom-background.padding {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 1600px) {
  .custom-background.padding {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.custom-background-inner {
  border-radius: var(--theme-radius-base);
}

.custom-background.custom-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-background.padding-fix {
  padding: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .custom-background.padding-fix {
    padding: 1.875rem;
  }
}

.custom-background .custom-decorative {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.custom-background .custom-decorative.position-absolute {
  z-index: -1;
}

.glasses-banner-slider {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .glasses-banner-slider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2.5rem;
    text-align: inherit;
  }

  .glasses-banner-slider>*.text-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    width: 58%;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }

  .glasses-banner-slider>*.image-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    width: 39%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .glasses-banner-slider.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.product-tick .entry-media {
  position: relative;
  max-width: 62.25rem;
  margin-right: auto;
  margin-left: auto;
}

.product-tick .entry-media .ring {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-tick .entry-media .ring .ringring {
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 3px solid var(--theme-primary-color);
  -webkit-animation: pulse 2s ease-in-out;
  animation: pulse 2s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  pointer-events: none;
  opacity: 0;
}

.product-tick .entry-media .ring button {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background-color: var(--theme-primary-color);
}

.entry-video {
  position: relative;
}

.entry-video video {
  width: 100%;
}

.relative {
  position: relative;
}

.entry-decorative {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.text-decoration.position-absolute {
  pointer-events: none;
  z-index: -1;
}

.text-decoration.center {
  right: 0;
  left: 0;
}

.overflow {
  overflow: hidden;
}

.theme-radius {
  border-radius: var(--theme-radius-base);
}

.animation-float-bob-y {
  -webkit-animation: float-bob-y;
  animation: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animation-float-bob-x {
  -webkit-animation: float-bob-x;
  animation: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.left-0 {
  right: 0;
}

.pl-30 {
  padding-right: 1.875rem;
}

@media screen and (min-width: 1024px) {
  .pl-md-60 {
    padding-right: 3.75rem;
  }
}

.feature-product-block.background-image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Hover Block */
.hover-block {
  position: relative;
}

.hover-block .entry-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--theme-radius-base);
}

.hover-block .entry-media::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgb(36, 40, 45);
  background: -webkit-gradient(linear, right bottom, right top, from(rgba(36, 40, 45, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(36, 40, 45, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#24282d", endColorstr="#ffffff", GradientType=1);
}

.hover-block .entry-content {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.875rem;
  color: #fff;
  z-index: 1;
}

.hover-block .entry-content .entry-header {
  -webkit-transition: all 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}

.hover-block .entry-content .hidden-content {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.875rem;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}

.hover-block .entry-content .hidden-content p {
  margin-bottom: 0;
}

/* Shop block */
.shop-block .entry-title {
  position: relative;
  margin-bottom: 0.9375rem;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .shop-block .entry-title {
    font-size: 4.75rem;
    margin-bottom: -30px;
  }
}

.shop-block .shop-content {
  position: relative;
  margin-top: 1.875rem;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .shop-block .shop-content {
    margin-top: -100px;
    padding-top: 3.125rem;
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .shop-block .shop-content::before {
    content: "";
    position: absolute;
    right: 3.75rem;
    left: 3.75rem;
    top: 0;
    bottom: 0;
    background-color: var(--color-background);
    z-index: -1;
  }
}

.shop-block .shop-content ul {
  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;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1.875rem;
}

.shop-block .shop-content ul li {
  font-size: 0.8125rem;
}

.shop-block .shop-content ul li a {
  font-weight: 500;
  color: currentColor;
}

.shop-block .shop-content ul li.address {
  border: 1px solid var(--color-gray200);
  padding: 0.1875rem 0.625rem;
  border-radius: 5.625rem;
}

.shop-block .shop-content ul li.phone {
  font-size: 1rem;
  font-weight: 600;
  color: var(--theme-primary-color);
}

.shop-block.style-2 {
  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;
}

.shop-block.style-2>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .shop-block.style-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

.shop-block.style-2 .shop-cover {
  position: relative;
  overflow: hidden;
  border-radius: var(--theme-radius-base);
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .shop-block.style-2 .shop-cover {
    margin-bottom: 0;
  }
}

.shop-block.style-2 .shop-content {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

@media screen and (min-width: 1024px) {
  .shop-block.style-2 .shop-content {
    padding-right: 1.25rem;
  }
}

.shop-block.style-2 .shop-content ul {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 1.25rem;
  gap: 0.75rem;
}

.shop-block.style-2 .shop-content ul .address {
  padding: 0;
  border: 0;
}

/* max width reset */
.max-width-none {
  max-width: none !important;
}

/* content search */
.content-search .search-form {
  position: relative;
}

.content-search .search-form .search-input {
  height: 2.75rem;
  border-radius: 0.625rem;
  border-color: rgba(var(--color-rgb), 0.03) !important;
  -webkit-box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 36px 28px -7px, rgba(27, 31, 34, 0.04) 0px 17px 17px -7px !important;
  box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 36px 28px -7px, rgba(27, 31, 34, 0.04) 0px 17px 17px -7px !important;
}

.content-search .search-form .search-input::-webkit-input-placeholder {
  font-weight: 400;
}

.content-search .search-form .search-input::-moz-placeholder {
  font-weight: 400;
}

.content-search .search-form .search-input:-ms-input-placeholder {
  font-weight: 400;
}

.content-search .search-form .search-input::-ms-input-placeholder {
  font-weight: 400;
}

.content-search .search-form .search-input::placeholder {
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .content-search .search-form .search-input {
    height: 4.125rem;
    padding-right: 1.25rem;
  }
}

.content-search .search-form button {
  position: absolute;
  height: auto;
  top: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
  border-radius: 0.5rem;
}

@media screen and (min-width: 1024px) {
  .content-search .search-form button {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

/* sale stamp */
.sale-stamp {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%;
  padding: 0.5rem;
  color: #FFF;
  background-color: var(--theme-primary-color);
}

@media screen and (min-width: 1024px) {
  .sale-stamp {
    width: 5.375rem;
    height: 5.375rem;
  }
}

.sale-stamp::before {
  content: "";
  position: absolute;
  right: 0.125rem;
  left: 0.125rem;
  top: 0.125rem;
  bottom: 0.125rem;
  border-radius: 50%;
  border: 2px solid #fff;
}

@media screen and (min-width: 1024px) {
  .sale-stamp::before {
    right: 0.1875rem;
    left: 0.1875rem;
    top: 0.1875rem;
    bottom: 0.1875rem;
  }
}

.sale-stamp p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 0;
}

.sale-stamp p span {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 0.1875rem;
  top: 2px;
}

@media screen and (min-width: 1024px) {
  .sale-stamp p {
    font-size: 2rem;
  }

  .sale-stamp p span {
    font-size: 1rem;
    top: 3px;
  }
}

/* custom block area */
.custom-block-area {
  position: relative;
  border-radius: var(--theme-radius-base);
}

.custom-block-area .custom-block-text {
  padding: 1.25rem 1.25rem 0.625rem;
}

@media screen and (min-width: 1024px) {
  .custom-block-area .custom-block-text {
    padding: 2.5rem 2.5rem 1.25rem;
  }
}

.custom-block-area .custom-carousel {
  margin-bottom: -80px;
}

.custom-block-area .custom-carousel .awp-slider {
  max-width: none;
  margin-right: -40px;
  margin-left: -40px;
}

.custom-block-area .custom-carousel .awp-slider .slick-track {
  padding-top: 1.25rem;
}

.custom-block-area .custom-carousel .awp-slider .slider-item {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.custom-block-area .custom-carousel .awp-slider .slider-item a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--theme-radius-base);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.custom-block-area .custom-carousel .awp-slider .slider-item a:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

/* AWP Player */
.awp-audio-player {
  min-height: 3.125rem;
}

.awp-audio-player .audio-playlist {
  margin-top: 1.875rem;
}

.awp-audio-player .audio-playlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.awp-audio-player .audio-playlist ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.awp-audio-player .audio-playlist ul li .audio-cover {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 3.5rem;
  margin-left: 0.9375rem;
}

.awp-audio-player .audio-playlist ul li .audio-cover::before {
  content: "";
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "AsanWPIcons-interface";
  font-size: 1.25rem;
  width: 3.125rem;
  height: 3.125rem;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  opacity: 0;
}

.awp-audio-player .audio-playlist ul li .audio-detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.awp-audio-player .audio-playlist ul li .audio-detail .audio-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.awp-audio-player .audio-playlist ul li .audio-detail .audio-time {
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 0.625rem;
}

.awp-audio-player .audio-playlist ul li.played .audio-cover::before {
  content: "";
  opacity: 1;
}

.awp-audio-player .audio-playlist ul li.paused .audio-cover::before {
  content: "";
  padding-right: 0.125rem;
  opacity: 1;
}

.awp-audio-player .audio-playlist ul li+li {
  margin-top: 1.25rem;
}

.awp-player {
  font-family: var(--theme-body-font);
  outline: none !important;
}

.awp-player .mejs__controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  background: none;
  background-color: var(--color-text);
  border-radius: var(--theme-radius-base);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 1.25rem;
}

.awp-player .mejs__controls button {
  all: unset;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: var(--theme-radius-base);
  color: currentColor !important;
  background-color: transparent !important;
  cursor: pointer;
}

.awp-player .mejs__controls button::before {
  content: "";
  font-family: "AsanWPIcons-interface";
  font-size: 1rem;
}

.awp-player .mejs__controls button svg {
  display: none;
}

.awp-player .mejs__controls .mejs__playpause-button {
  height: 2.125rem;
}

.awp-player .mejs__controls .mejs__playpause-button button::before {
  content: "";
  padding-right: 0.125rem;
}

.awp-player .mejs__controls .mejs__playpause-button button:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.awp-player .mejs__controls .mejs__playpause-button.mejs__pause button::before {
  content: "";
}

.awp-player .mejs__controls .mejs__volume-button button::before {
  content: "";
}

.awp-player .mejs__controls .mejs__volume-button.mejs__unmute button::before {
  content: "";
}

.awp-player .mejs__controls .mejs__time {
  color: currentColor;
}

.awp-player.white .mejs__controls {
  color: var(--color-text);
  background-color: #FFF;
  border-radius: 62.4375rem;
  border: 1px solid var(--color-gray50);
}

.awp-player.white .mejs__controls .mejs__time-rail .mejs__time-current,
.awp-player.white .mejs__controls .mejs__time-rail .mejs__time-handle-content {
  background-color: var(--color-gray300);
}

.awp-player.white .mejs__controls .mejs__time-rail .mejs__time-handle-content {
  border-color: var(--theme-primary-color);
}

.awp-player.white .mejs__controls .mejs__time-rail .mejs__time-total {
  background-color: var(--color-gray200);
}

/* icon text list */
.icon-text-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.icon-text-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.icon-text-list li .icon {
  font-size: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: 0.9375rem;
  border-radius: 50%;
}

@media screen and (min-width: 1024px) {
  .icon-text-list li .icon {
    font-size: 1.625rem;
    width: 2.375rem;
    height: 2.375rem;
  }
}

.icon-text-list li .icon i::before {
  margin: 0;
}

.icon-text-list li .icon i.awp-icon-organic-energy {
  font-size: 1.125rem;
}

@media screen and (min-width: 1024px) {
  .icon-text-list li .icon i.awp-icon-organic-energy {
    font-size: 1.375rem;
  }
}

.icon-text-list li .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  max-width: 100%;
}

.icon-text-list li .text p {
  margin-bottom: 0;
}

.icon-text-list li+li {
  margin-top: 0.625rem;
}

/* custom product block */
.custom-product-block {
  position: relative;
}

.custom-product-block.small {
  max-width: 15rem;
  margin-right: auto;
  margin-left: auto;
}

.custom-product-block.bordered {
  border: 1px solid var(--color-gray200);
  border-radius: var(--theme-radius-base);
}

.custom-product-block.shadowed {
  -webkit-box-shadow: -4px 4px 0px 0px var(--color-gray100);
  box-shadow: -4px 4px 0px 0px var(--color-gray100);
}

/* quote icon */
.quote-icon {
  display: block;
  font-size: 2.625rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.quote-icon::before {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .quote-icon {
    font-size: 4.75rem;
    line-height: 0.7;
    margin-bottom: 2.5rem;
  }
}

/* Quote block */
.quote-block {
  padding: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .quote-block {
    padding: 4.125rem;
  }
}

/* Whatsapp contact button */
.whatsapp-contact-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  background-color: #25d366;
  padding: 0.75rem 1rem 0.75rem 1.375rem;
  border-radius: var(--theme-radius-base);
}

.whatsapp-contact-button .social-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 2rem;
  width: 2.375rem;
  height: 2.375rem;
  margin-left: 0.625rem;
}

.whatsapp-contact-button .social-content .entry-title {
  font-size: 1rem;
  margin-bottom: 0.0625rem;
}

.whatsapp-contact-button .social-content p {
  font-size: 0.8125rem;
  margin-bottom: 0;
}

/* Categories list */
.awp-categories-list {
  background-color: #FFF;
  border: 1px solid var(--color-gray100);
  border-radius: var(--theme-radius-base);
}

.awp-categories-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.awp-categories-list ul li {
  padding: 0.25rem 0.375rem;
}

.awp-categories-list ul li+li {
  border-top: 1px solid var(--color-gray100);
}

.awp-categories-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0.125rem 0.875rem;
  color: var(--color-text);
  border-radius: calc(var(--theme-radius-base) / 2);
}

.awp-categories-list ul li a i {
  font-size: 145%;
  width: 1.375rem;
  margin-left: 0.9375rem;
  color: var(--theme-primary-color);
}

.awp-categories-list ul li a:hover {
  background-color: var(--color-gray50);
}

.awp-categories-list ul li a .badge {
  margin-right: auto;
}

/* Equal Height */
.equal-height {
  height: 100vh;
}

/* text gradients */
.text-gradiend-gray {
  background: -webkit-linear-gradient(-296deg, #fff, #a8a8a8, #fff, #a8a8a8, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradiend-dark {
  background: -webkit-linear-gradient(-296deg, #232323, #959595, #333, #6c6b6b, #1b1b1b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bordered-badge {
  border: 1px solid rgba(var(--color-rgb), 0.3);
  padding: 0.5rem 0.75rem;
}

.bordered-badge-white {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5rem 0.75rem;
}

/* ----- Theme print settings ----- */
@media print {

  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a {
    page-break-inside: avoid;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote,
  table {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
}

/* ----- header text settings ----- */
.awp-title-text {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 992px) {
  .awp-title-text {
    margin-bottom: 1.5625rem;
  }
}

.awp-title-text.with-bordered {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid;
}

body[data-color=custom][data-theme=light] .awp-title-text.with-bordered {
  border-color: rgba(var(--color-rgb), 0.12);
}

body[data-color=default] .awp-title-text.with-bordered {
  border-color: var(--color-gray200);
}

/* ----- theme bordered settings ----- */
.bordered-bottom {
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
}

.bordered-bottom-inner .header-inner,
.bordered-bottom-inner .footer-inner,
.bordered-bottom-inner .bordered-inner {
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
}

.bordered-top {
  border-top-width: 0.0625rem;
  border-top-style: solid;
}

.bordered-top-inner .header-inner,
.bordered-top-inner .footer-inner,
.bordered-top-inner .bordered-inner {
  border-top-width: 0.0625rem;
  border-top-style: solid;
}

.bordered-bottom.border-dark-10,
.bordered-top.border-dark-10 {
  border-color: rgba(27, 31, 34, 0.1) !important;
}

.bordered-bottom.border-light-10,
.bordered-top.border-light-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.bordered-bottom.border-theme-10,
.bordered-top.border-theme-10 {
  border-color: rgba(var(--color-rgb), 0.1) !important;
}

.bordered-bottom.border-dark-15,
.bordered-top.border-dark-15 {
  border-color: rgba(27, 31, 34, 0.15) !important;
}

.bordered-bottom.border-light-15,
.bordered-top.border-light-15 {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.bordered-bottom.border-theme-15,
.bordered-top.border-theme-15 {
  border-color: rgba(var(--color-rgb), 0.15) !important;
}

.bordered-bottom.border-dark-20,
.bordered-top.border-dark-20 {
  border-color: rgba(27, 31, 34, 0.2) !important;
}

.bordered-bottom.border-light-20,
.bordered-top.border-light-20 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.bordered-bottom.border-theme-20,
.bordered-top.border-theme-20 {
  border-color: rgba(var(--color-rgb), 0.2) !important;
}

.bordered-bottom.border-dark-30,
.bordered-top.border-dark-30 {
  border-color: rgba(27, 31, 34, 0.3) !important;
}

.bordered-bottom.border-light-30,
.bordered-top.border-light-30 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.bordered-bottom.border-theme-30,
.bordered-top.border-theme-30 {
  border-color: rgba(var(--color-rgb), 0.3) !important;
}

.bordered-bottom.border-dark-40,
.bordered-top.border-dark-40 {
  border-color: rgba(27, 31, 34, 0.4) !important;
}

.bordered-bottom.border-light-40,
.bordered-top.border-light-40 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.bordered-bottom.border-theme-40,
.bordered-top.border-theme-40 {
  border-color: rgba(var(--color-rgb), 0.4) !important;
}

.bordered-bottom.border-dark-50,
.bordered-top.border-dark-50 {
  border-color: rgba(27, 31, 34, 0.5) !important;
}

.bordered-bottom.border-light-50,
.bordered-top.border-light-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.bordered-bottom.border-theme-50,
.bordered-top.border-theme-50 {
  border-color: rgba(var(--color-rgb), 0.5) !important;
}

.bordered-bottom-inner.border-dark-10 .header-inner,
.bordered-bottom-inner.border-dark-10 .footer-inner,
.bordered-bottom-inner.border-dark-10 .bordered-inner,
.bordered-top-inner.border-dark-10 .header-inner,
.bordered-top-inner.border-dark-10 .footer-inner,
.bordered-top-inner.border-dark-10 .bordered-inner {
  border-color: rgba(27, 31, 34, 0.1) !important;
}

.bordered-bottom-inner.border-light-10 .header-inner,
.bordered-bottom-inner.border-light-10 .footer-inner,
.bordered-bottom-inner.border-light-10 .bordered-inner,
.bordered-top-inner.border-light-10 .header-inner,
.bordered-top-inner.border-light-10 .footer-inner,
.bordered-top-inner.border-light-10 .bordered-inner {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.bordered-bottom-inner.border-theme-10 .header-inner,
.bordered-bottom-inner.border-theme-10 .footer-inner,
.bordered-bottom-inner.border-theme-10 .bordered-inner,
.bordered-top-inner.border-theme-10 .header-inner,
.bordered-top-inner.border-theme-10 .footer-inner,
.bordered-top-inner.border-theme-10 .bordered-inner {
  border-color: rgba(var(--color-rgb), 0.1) !important;
}

.bordered-bottom-inner.border-dark-15 .header-inner,
.bordered-bottom-inner.border-dark-15 .footer-inner,
.bordered-bottom-inner.border-dark-15 .bordered-inner,
.bordered-top-inner.border-dark-15 .header-inner,
.bordered-top-inner.border-dark-15 .footer-inner,
.bordered-top-inner.border-dark-15 .bordered-inner {
  border-color: rgba(27, 31, 34, 0.15) !important;
}

.bordered-bottom-inner.border-light-15 .header-inner,
.bordered-bottom-inner.border-light-15 .footer-inner,
.bordered-bottom-inner.border-light-15 .bordered-inner,
.bordered-top-inner.border-light-15 .header-inner,
.bordered-top-inner.border-light-15 .footer-inner,
.bordered-top-inner.border-light-15 .bordered-inner {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.bordered-bottom-inner.border-theme-15 .header-inner,
.bordered-bottom-inner.border-theme-15 .footer-inner,
.bordered-bottom-inner.border-theme-15 .bordered-inner,
.bordered-top-inner.border-theme-15 .header-inner,
.bordered-top-inner.border-theme-15 .footer-inner,
.bordered-top-inner.border-theme-15 .bordered-inner {
  border-color: rgba(var(--color-rgb), 0.15) !important;
}

.bordered-bottom-inner.border-dark-20 .header-inner,
.bordered-bottom-inner.border-dark-20 .footer-inner,
.bordered-bottom-inner.border-dark-20 .bordered-inner,
.bordered-top-inner.border-dark-20 .header-inner,
.bordered-top-inner.border-dark-20 .footer-inner,
.bordered-top-inner.border-dark-20 .bordered-inner {
  border-color: rgba(27, 31, 34, 0.2) !important;
}

.bordered-bottom-inner.border-light-20 .header-inner,
.bordered-bottom-inner.border-light-20 .footer-inner,
.bordered-bottom-inner.border-light-20 .bordered-inner,
.bordered-top-inner.border-light-20 .header-inner,
.bordered-top-inner.border-light-20 .footer-inner,
.bordered-top-inner.border-light-20 .bordered-inner {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.bordered-bottom-inner.border-theme-20 .header-inner,
.bordered-bottom-inner.border-theme-20 .footer-inner,
.bordered-bottom-inner.border-theme-20 .bordered-inner,
.bordered-top-inner.border-theme-20 .header-inner,
.bordered-top-inner.border-theme-20 .footer-inner,
.bordered-top-inner.border-theme-20 .bordered-inner {
  border-color: rgba(var(--color-rgb), 0.2) !important;
}

.bordered-bottom-inner.border-dark-30 .header-inner,
.bordered-bottom-inner.border-dark-30 .footer-inner,
.bordered-bottom-inner.border-dark-30 .bordered-inner,
.bordered-top-inner.border-dark-30 .header-inner,
.bordered-top-inner.border-dark-30 .footer-inner,
.bordered-top-inner.border-dark-30 .bordered-inner {
  border-color: rgba(27, 31, 34, 0.3) !important;
}

.bordered-bottom-inner.border-light-30 .header-inner,
.bordered-bottom-inner.border-light-30 .footer-inner,
.bordered-bottom-inner.border-light-30 .bordered-inner,
.bordered-top-inner.border-light-30 .header-inner,
.bordered-top-inner.border-light-30 .footer-inner,
.bordered-top-inner.border-light-30 .bordered-inner {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.bordered-bottom-inner.border-theme-30 .header-inner,
.bordered-bottom-inner.border-theme-30 .footer-inner,
.bordered-bottom-inner.border-theme-30 .bordered-inner,
.bordered-top-inner.border-theme-30 .header-inner,
.bordered-top-inner.border-theme-30 .footer-inner,
.bordered-top-inner.border-theme-30 .bordered-inner {
  border-color: rgba(var(--color-rgb), 0.3) !important;
}

.bordered-bottom-inner.border-dark-40 .header-inner,
.bordered-bottom-inner.border-dark-40 .footer-inner,
.bordered-bottom-inner.border-dark-40 .bordered-inner,
.bordered-top-inner.border-dark-40 .header-inner,
.bordered-top-inner.border-dark-40 .footer-inner,
.bordered-top-inner.border-dark-40 .bordered-inner {
  border-color: rgba(27, 31, 34, 0.4) !important;
}

.bordered-bottom-inner.border-light-40 .header-inner,
.bordered-bottom-inner.border-light-40 .footer-inner,
.bordered-bottom-inner.border-light-40 .bordered-inner,
.bordered-top-inner.border-light-40 .header-inner,
.bordered-top-inner.border-light-40 .footer-inner,
.bordered-top-inner.border-light-40 .bordered-inner {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.bordered-bottom-inner.border-theme-40 .header-inner,
.bordered-bottom-inner.border-theme-40 .footer-inner,
.bordered-bottom-inner.border-theme-40 .bordered-inner,
.bordered-top-inner.border-theme-40 .header-inner,
.bordered-top-inner.border-theme-40 .footer-inner,
.bordered-top-inner.border-theme-40 .bordered-inner {
  border-color: rgba(var(--color-rgb), 0.4) !important;
}

.bordered-bottom-inner.border-dark-50 .header-inner,
.bordered-bottom-inner.border-dark-50 .footer-inner,
.bordered-bottom-inner.border-dark-50 .bordered-inner,
.bordered-top-inner.border-dark-50 .header-inner,
.bordered-top-inner.border-dark-50 .footer-inner,
.bordered-top-inner.border-dark-50 .bordered-inner {
  border-color: rgba(27, 31, 34, 0.5) !important;
}

.bordered-bottom-inner.border-light-50 .header-inner,
.bordered-bottom-inner.border-light-50 .footer-inner,
.bordered-bottom-inner.border-light-50 .bordered-inner,
.bordered-top-inner.border-light-50 .header-inner,
.bordered-top-inner.border-light-50 .footer-inner,
.bordered-top-inner.border-light-50 .bordered-inner {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.bordered-bottom-inner.border-theme-50 .header-inner,
.bordered-bottom-inner.border-theme-50 .footer-inner,
.bordered-bottom-inner.border-theme-50 .bordered-inner,
.bordered-top-inner.border-theme-50 .header-inner,
.bordered-top-inner.border-theme-50 .footer-inner,
.bordered-top-inner.border-theme-50 .bordered-inner {
  border-color: rgba(var(--color-rgb), 0.5) !important;
}

/* ----- theme brand default settings ----- */
.site-brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.site-brand a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-brand a img.light-logo {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

/* ----- scroll settings ----- */
.site-scroll {
  position: relative;
  width: 100%;
  height: 100%;
}

body[data-color=custom][data-theme=light] .site-scroll.ps .ps__rail-x:hover,
body[data-color=custom][data-theme=light] .site-scroll.ps .ps__rail-y:hover,
body[data-color=custom][data-theme=light] .site-scroll.ps .ps__rail-x:focus,
body[data-color=custom][data-theme=light] .site-scroll.ps .ps__rail-y:focus,
body[data-color=custom][data-theme=light] .site-scroll.ps .ps__rail-x.ps--clicking,
body[data-color=custom][data-theme=light] .site-scroll.ps .ps__rail-y.ps--clicking {
  background-color: rgba(var(--color-rgb), 0.08);
}

body[data-color=default] .site-scroll.ps .ps__rail-x:hover,
body[data-color=default] .site-scroll.ps .ps__rail-y:hover,
body[data-color=default] .site-scroll.ps .ps__rail-x:focus,
body[data-color=default] .site-scroll.ps .ps__rail-y:focus,
body[data-color=default] .site-scroll.ps .ps__rail-x.ps--clicking,
body[data-color=default] .site-scroll.ps .ps__rail-y.ps--clicking {
  background-color: var(--color-gray100);
}

.site-scroll .ps__rail-y {
  width: 0.625rem;
}

.site-scroll .ps__thumb-y {
  width: 0.25rem;
}

body[data-color=custom][data-theme=light] .site-scroll .ps__thumb-y {
  background-color: rgba(var(--color-rgb), 0.3);
}

body[data-color=default] .site-scroll .ps__thumb-y {
  background-color: var(--color-gray500);
}

.site-scroll .ps__rail-y:hover>.ps__thumb-y,
.site-scroll .ps__rail-y:focus>.ps__thumb-y,
.site-scroll .ps__rail-y.ps--clicking .ps__thumb-y {
  width: 0.375rem;
}

/* ----- theme overlay ----- */
.site-overlay,
.mobile-filter-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #1B1F22;
  opacity: 0;
  visibility: hidden;
  z-index: 90;
}

body.mega-menu-hover .site-overlay,
body.mega-menu-hover .mobile-filter-overlay {
  z-index: 10;
  visibility: visible;
}

body[data-theme=light].mega-menu-hover .site-overlay,
body[data-theme=light].mega-menu-hover .mobile-filter-overlay {
  opacity: 0.2;
}

/* ----- Link overlay ----- */
.overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 8;
}

/* ----- site close button ----- */
.site-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 1.125rem;
  width: 2.375rem;
  height: 2.375rem;
  cursor: pointer;
  border-radius: var(--theme-radius-base);
  overflow: hidden;
  -webkit-transition: color 0.4s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: color 0.4s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1), color 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1), color 0.4s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.site-close svg {
  width: 0.875rem;
  fill: currentColor;
}

.site-close i::before {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .site-close {
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
  }
}

.site-close:hover {
  color: var(--theme-primary-hover-color);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* ----- Mega menu items ----- */
.mega-grouped-items {
  position: relative;
  font-family: var(--theme-menu-font);
}

.mega-grouped-items+.mega-grouped-items {
  margin-top: 1.875rem;
}

.mega-grouped-items .mega-grouped-label {
  display: block;
  font-size: var(--theme-menu-font-size);
  font-weight: 600;
  margin-bottom: 1.375rem;
}

.mega-grouped-items .sub-menu-list+.sub-menu-list {
  margin-top: 0.9375rem;
}

/* ----- Menu link hover effects ----- */
.link-effect.style-1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.link-effect.style-1:hover::before {
  opacity: 1;
}

/* ----- link bordered settings ----- */
.link-decoration,
.woocommerce-LostPassword a {
  position: relative;
}

.link-decoration::after,
.woocommerce-LostPassword a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  -webkit-transition: opacity 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}

[lang=ar] .link-decoration::after,
[lang=ar] .woocommerce-LostPassword a::after {
  -webkit-transform-origin: right;
  transform-origin: right;
}

.link-decoration:hover::after,
.woocommerce-LostPassword a:hover::after {
  opacity: 0;
}

/* ----- Site loader ----- */
.awp-loader-wrapper {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.awp-loader-wrapper .awp-loader {
  display: inline-block;
  width: 2.375rem;
  height: 2.375rem;
  border-top: 0.125rem solid var(--theme-primary-color);
  border-left: 0.125rem solid var(--theme-primary-color);
  border-bottom-style: solid;
  border-right-style: solid;
  border-radius: 99999px;
  border-bottom-width: 0.125rem;
  border-right-width: 0.125rem;
  border-bottom-color: transparent;
  border-right-color: transparent;
  -webkit-animation: 0.55s cubic-bezier(0, 0, 1, 1) 0s infinite normal none running animation-loader;
  animation: 0.55s cubic-bezier(0, 0, 1, 1) 0s infinite normal none running animation-loader;
}

/* ----- image lazyloading ----- */
.lazyload,
.lazyloading {
  width: 100%;
  opacity: 0.3;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* ----- Overlay settings ----- */
.overlay-20::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(27, 31, 34, 0.2);
  z-index: 1;
}

.overlay-25::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(27, 31, 34, 0.25);
  z-index: 1;
}

.overlay-30::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(27, 31, 34, 0.3);
  z-index: 1;
}

.overlay-35::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(27, 31, 34, 0.35);
  z-index: 1;
}

.overlay-40::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(27, 31, 34, 0.4);
  z-index: 1;
}

/* ----- Seperator ----- */
.awp-separator {
  display: block;
  width: 100%;
  height: 0.0625rem;
  border-bottom: 1px solid;
}

body[data-color=custom][data-theme=light] .awp-separator {
  border-color: rgba(var(--color-rgb), 0.15);
}

body[data-color=default] .awp-separator {
  border-color: var(--color-gray200);
}

/* ----- Pagination ----- */
.site-pagination {
  margin-top: 1.25rem;
}

@media screen and (min-width: 992px) {
  .site-pagination {
    margin-top: 2.5rem;
  }
}

.site-pagination .page-numbers {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-pagination .page-numbers li>* {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 0.875rem;
  font-weight: 500;
  width: 2.25rem;
  height: 2.25rem;
  color: currentColor;
  border-radius: calc(var(--theme-radius-base) / 2);
}

body[data-color=custom][data-theme=light] .site-pagination .page-numbers li>* {
  background-color: rgba(var(--color-rgb), 0.08);
}

body[data-color=custom][data-theme=light] .site-pagination .page-numbers li>*:hover {
  background-color: rgba(var(--color-rgb), 0.11);
}

body[data-color=default] .site-pagination .page-numbers li>* {
  background-color: var(--color-gray50);
}

body[data-color=default] .site-pagination .page-numbers li>*:hover {
  background-color: var(--color-gray100);
}

.site-pagination .page-numbers li>*.prev,
.site-pagination .page-numbers li>*.next {
  font-size: 1.125rem;
  background-color: transparent !important;
}

.site-pagination .page-numbers li>*.dots {
  font-size: 1rem;
  background-color: transparent !important;
}

.site-pagination .page-numbers li>*.current {
  color: #FFF;
  background-color: var(--theme-primary-hover-color) !important;
}

/* ----- Accordion ----- */
.accordion .accordion-item {
  color: var(--color-text);
  background-color: var(--color-background);
}

.accordion .accordion-item .accordion-header button::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "AsanWPIcons-interface";
  font-size: 1.125rem;
  font-weight: 300;
  content: "";
  background-image: none;
}

.accordion .accordion-item .accordion-body {
  color: var(--color-gray800);
}

.accordion.style-1 {
  border-radius: var(--theme-radius-base);
  border: 1px solid;
}

body[data-color=custom][data-theme=light] .accordion.style-1 {
  border-color: rgba(var(--color-rgb), 0.17);
}

body[data-color=default] .accordion.style-1 {
  border-color: var(--color-gray300);
}

.accordion.style-1 .accordion-item {
  background-color: transparent;
  border: 0;
}

.accordion.style-1 .accordion-item+.accordion-item {
  border-top: 1px solid;
}

body[data-color=custom][data-theme=light] .accordion.style-1 .accordion-item+.accordion-item {
  border-color: rgba(var(--color-rgb), 0.17);
}

body[data-color=default] .accordion.style-1 .accordion-item+.accordion-item {
  border-color: var(--color-gray300);
}

.accordion.style-1 .accordion-item .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion.style-1 .accordion-item .accordion-header button {
  height: auto;
  line-height: initial;
  background-color: transparent;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion.style-1 .accordion-item .accordion-body {
  padding-top: 0;
}

.accordion.style-2 .accordion-item {
  background-color: transparent;
  border: 0;
}

.accordion.style-2 .accordion-item .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion.style-2 .accordion-item .accordion-header button {
  height: auto;
  line-height: initial;
  background-color: transparent;
  border-bottom: 1px solid;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  padding-left: 0;
}

body[data-color=custom][data-theme=light] .accordion.style-2 .accordion-item .accordion-header button {
  border-color: rgba(var(--color-rgb), 0.17);
}

body[data-color=default] .accordion.style-2 .accordion-item .accordion-header button {
  border-color: var(--color-gray300);
}

.accordion.style-2 .accordion-item .accordion-header button:not(.collapsed) {
  border-color: var(--color-text) !important;
}

.accordion.style-2 .accordion-item .accordion-body {
  padding-right: 0;
  padding-left: 0;
}

/* ----- image block settings ----- */
.awp-image-block {
  position: relative;
  overflow: hidden;
  border-radius: var(--theme-radius-base);
}

/* ----- text block settings ----- */
.awp-text-block .number {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1;
}

.awp-text-block.check-style .entry-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.awp-text-block.check-style .entry-title::before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1px;
  background-color: currentColor;
  margin-left: 0.625rem;
}

.awp-text-block.check-style .entry-description {
  padding-right: 2.5rem;
}

@media screen and (min-width: 992px) {
  .awp-text-block.check-style .entry-description {
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 992px) {
  .awp-text-block.padding-left-60 {
    padding-right: 3.75rem;
  }
}

/* ----- count block settings ----- */
.awp-count-block .entry-title {
  font-size: 1.5rem;
}

@media screen and (min-width: 992px) {
  .awp-count-block .entry-title {
    font-size: 2rem;
  }
}

.awp-count-block .entry-description {
  font-size: 0.875rem;
}

/* ----- free shipping notice ----- */
.awp-free-shipping {
  position: relative;
}

.awp-free-shipping p {
  font-size: 0.8125rem;
  margin-bottom: 0.625rem;
}

.awp-free-shipping p i {
  font-size: 1.0625rem;
  line-height: 1;
}

.awp-free-shipping p .amount {
  font-weight: 600;
  color: var(--color-red600);
}

.awp-free-shipping .shipping-progress {
  position: relative;
  width: 100%;
  height: 0.375rem;
  border-radius: 0.75rem;
  overflow: hidden;
}

.awp-free-shipping .shipping-progress span {
  position: absolute;
  height: 100%;
  top: 0;
  right: auto;
  border-radius: 0.75rem;
  background-color: var(--color-red600);
}

/* ----- magnific popup ----- */
.mfp-wrap .mfp-close {
  all: unset;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 0;
  width: 2.375rem;
  height: 2.375rem;
  top: 0.625rem;
  left: 0.625rem;
  border-radius: 50%;
  background-color: transparent !important;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.mfp-wrap .mfp-close::before {
  font-family: "AsanWPIcons-interface";
  font-size: 1.625rem;
  line-height: 1;
  content: "";
}

@media screen and (min-width: 992px) {
  .mfp-wrap .mfp-close {
    top: 0.9375rem;
    left: 0.9375rem;
  }
}

.mfp-wrap .mfp-close:hover {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* ----- comment text ----- */
.awp-comment-text .entry-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}

.awp-comment-text .entry-rating .stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
}

.awp-comment-text .entry-rating .stars i {
  color: var(--color-yellow600);
}

.awp-comment-text .entry-rating .stars i::before {
  margin-right: 0;
}

.awp-comment-text .entry-rating>span {
  font-size: 0.8125rem;
}

.awp-comment-text .entry-comment {
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .awp-comment-text .entry-comment {
    font-size: 1rem;
  }
}

.awp-comment-text .enty-author {
  font-size: 0.875rem;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .awp-comment-text .enty-author {
    font-size: 0.9375rem;
  }
}

/* ----- Color Schemas for Color Page ----- */
.color-schema-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2.5rem;
}

.color-schema-wrapper.light {
  margin-bottom: 0.9375rem;
}

.color-schema-wrapper.light+.color-schema-wrapper.light {
  margin-top: 3.125rem;
}

.color-schema-wrapper.dark+.color-schema-wrapper.light {
  padding-top: 2.5rem;
  border-top: 1px solid var(--color-gray400);
}

@media screen and (min-width: 768px) {
  .color-schema-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5rem;
  }

  .color-schema-wrapper.light {
    margin-bottom: 2.5rem;
  }

  .color-schema-wrapper.dark+.color-schema-wrapper.light {
    padding-top: 5rem;
  }
}

.color-schema-wrapper .color-info {
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .color-schema-wrapper .color-info {
    max-width: 18.75rem;
    margin-left: 2.5rem;
    margin-bottom: 0;
  }
}

.color-schema-wrapper .color-info .color-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}

.color-schema-wrapper .color-info .color-description {
  font-size: 0.8125rem;
  color: var(--color-gray600);
}

.color-schema-wrapper .color-info .color-description p {
  margin-bottom: 0;
}

.color-schema-wrapper .color-schema {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.0625rem;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .color-schema-wrapper .color-schema {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
  }
}

.color-schema-wrapper .color-schema>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
  max-width: 100%;
  padding: 0.0625rem;
}

@media screen and (min-width: 768px) {
  .color-schema-wrapper .color-schema>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    width: auto;
  }
}

.color-schema-wrapper .color-schema>* .color {
  min-height: 3.125rem;
}

@media screen and (min-width: 768px) {
  .color-schema-wrapper .color-schema>* .color {
    min-height: 4.375rem;
  }
}

/* ----- Mega menu demo links ----- */
.mega-demo-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  gap: 1.875rem;
}

.mega-demo-links .demo-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(20% - 1.875rem + 0.375rem);
}

.mega-demo-links .demo-item>a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: initial;
  width: 100%;
}

.mega-demo-links .demo-item>a::before {
  display: none;
}

.mega-demo-links .demo-item>a * {
  line-height: initial;
}

.mega-demo-links .demo-item>a img {
  margin-bottom: 0.625rem;
  border-radius: var(--theme-radius-base);
  border: 1px solid var(--color-gray200);
}

.mega-demo-links .demo-item>a .demo-content {
  text-align: center;
  width: 100%;
}

.mega-demo-links .demo-item>a .demo-content .entry-title {
  font-size: 1rem;
}

.mega-demo-links .demo-item>a .demo-content p {
  font-size: 0.75rem;
  white-space: initial;
  opacity: 0.6;
}

.mega-demo-links .demo-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  width: 100%;
}

.mega-demo-links .demo-button .btn {
  height: 2.75rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

/* ----- Press box ----- */
.awp-press-comment .press-box {
  text-align: center;
  margin-bottom: 1.875rem;
}

.awp-press-comment .press-box .press-logo {
  position: relative;
  margin-bottom: 1.25rem;
}

.awp-press-comment .press-box .press-logo img {
  max-height: 3.875rem;
}

.awp-press-comment .press-box .press-logo img.light {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
}

/* ----- Video box ----- */
.awp-video-box {
  position: relative;
  overflow: hidden;
}

.awp-video-box .awp-video-content {
  position: absolute;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  top: 0;
  right: 0;
}

.awp-video-box .awp-video-content iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.awp-video-box .awp-video-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.awp-video-box .awp-text-content {
  position: relative;
  text-align: center;
  color: #FFF;
  padding: 1.5625rem;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .awp-video-box .awp-text-content {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.awp-video-box .awp-text-content .text-inner {
  max-width: 35rem;
  margin-right: auto;
  margin-left: auto;
}

.awp-video-box .awp-text-content .text-inner .entry-subtitle {
  color: var(--theme-primary-color);
}

.awp-video-box .awp-text-content .text-inner .entry-title {
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .awp-video-box .awp-text-content .text-inner .entry-title {
    line-height: 1.1;
    margin-bottom: 1.25rem;
  }
}

.awp-video-box .awp-text-content .text-inner .entry-description {
  max-width: 30rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 992px) {
  .awp-video-box .awp-text-content .text-inner .entry-description {
    font-size: 1.125rem;
  }
}

/* ----- Custom form ----- */
.awp-custom-form {
  position: relative;
  padding: 1.25rem;
  border: 2px solid var(--theme-primary-color);
  border-radius: var(--theme-radius-base);
  -webkit-box-shadow: -5px 5px 0px color-mix(in srgb, var(--theme-primary-color) 10%, transparent);
  box-shadow: -5px 5px 0px color-mix(in srgb, var(--theme-primary-color) 10%, transparent);
}

@media screen and (min-width: 992px) {
  .awp-custom-form {
    padding: 1.875rem;
    border-width: 0.1875rem;
  }
}

.awp-custom-form .custom-form-header .entry-title {
  font-size: 1.125rem;
}

@media screen and (min-width: 992px) {
  .awp-custom-form .custom-form-header .entry-title {
    font-size: 1.25rem;
  }
}

.awp-custom-form .custom-form-header .entry-description {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--color-gray600);
}

.awp-custom-form .custom-form-body form .form-column {
  margin-bottom: 0.625rem;
}

.awp-custom-form .custom-form-body form .form-column .select2 .select2-selection {
  height: 2.875rem;
}

.awp-custom-form .custom-form-body form .form-column .select2 .select2-selection.select2-selection--single .select2-selection__arrow {
  background: transparent url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 9L12 15L18 9' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") calc(100% - (100% - 8px)) 15px no-repeat;
  background-size: 22px 16px;
  width: 1.875rem;
}

.awp-custom-form .custom-form-body form .form-column.button-column button {
  line-height: 2.875rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 2.875rem;
}

/* ----- Max text block ----- */
.max-text-block {
  max-width: 62rem;
  margin-right: auto;
  margin-left: auto;
}

/* ----- Text notification ----- */
.awp-text-notification {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.awp-text-notification.background-primary-light {
  background-color: color-mix(in srgb, var(--theme-primary-color) 8%, transparent) !important;
}

.awp-text-notification p {
  margin-bottom: 0;
}

.awp-text-notification p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.25rem 0.4375rem;
  border-radius: calc(var(--theme-radius-base) / 2);
}

/* ----- Promo box ----- */
.awp-promo-box {
  position: relative;
  border-radius: var(--theme-radius-base);
  overflow: hidden;
}

.awp-promo-box .promo-content {
  padding: 1.25rem;
}

@media screen and (min-width: 992px) {
  .awp-promo-box .promo-content {
    padding: 1.875rem;
  }
}

.awp-promo-box.style-2 .promo-image {
  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;
}

.awp-promo-box.style-2 .promo-image img {
  width: 70%;
}

.awp-promo-box.style-2 .promo-content {
  padding: 1.25rem;
}

/* ----- Image block ----- */
.image-block .entry-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--theme-radius-base);
}

/* ----- Checklist ----- */
.entry-checklist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.entry-checklist ul li {
  position: relative;
}

.entry-checklist ul li::before {
  font-family: "AsanWPIcons-interface";
  content: "";
  color: var(--color-green600);
  margin-left: 0.75rem;
}

.entry-checklist ul li+li {
  margin-top: 0.375rem;
}

.entry-checklist.filled ul li::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: var(--color-green100);
}

.entry-checklist.filled ul li+li {
  margin-top: 0.625rem;
}

/* Product box banner */
.product-box-banner .product-thumbnail {
  margin-bottom: 1.5625rem;
}

.product-box-banner .product-thumbnail img {
  max-width: 15rem;
  margin-right: auto;
  margin-left: auto;
}

.product-box-banner .product-content .entry-title {
  font-size: 1rem;
  margin-bottom: 0.9375rem;
}

.product-box-banner .product-content .entry-description {
  font-size: 0.875rem;
  color: var(--color-gray600);
  border-top: 1px solid var(--color-gray100);
  padding-top: 0.9375rem;
}

.product-box-banner .product-content .entry-checklist {
  margin-bottom: 1.25rem;
}

.product-box-banner .product-content .button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

/* Empty content */
.empty-content {
  max-width: 22.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.875rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .empty-content {
    margin-top: 5.625rem;
  }
}

.empty-content svg {
  width: auto;
  height: 3.5rem;
  margin-bottom: 0.9375rem;
}

.empty-content svg .fill-slate-50 {
  fill: var(--color-gray25);
}

.empty-content svg .fill-slate-100 {
  fill: var(--color-gray100);
}

.empty-content svg .stroke-slate-300 {
  stroke: var(--color-gray300);
}

.empty-content .entry-title {
  font-size: 1.375rem;
}

.empty-content .entry-description {
  font-size: 0.9375rem;
  color: var(--color-gray600);
}

/* Social Media widget styles are loaded from assets/css/social-media-widget.css. */

/* ----- Loading keyframe animation ----- */
@-webkit-keyframes animation-loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes animation-loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* ----- pulse keyframe animation ----- */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}

/* ----- page content ----- */
.page-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.page-content .site-primary {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* ----- page inner ----- */
.page-inner {
  position: relative;
  margin-top: 1.25rem;
}

@media screen and (min-width: 992px) {
  .page-inner {
    margin-top: 2.5rem;
  }
}

/* ----- content wrapper ----- */
@media screen and (min-width: 1200px) {
  .content-wrapper.sidebar-right:not(.no-sidebar) .primary-column {
    padding-left: 1.875rem;
  }
}

@media screen and (min-width: 1200px) {
  .content-wrapper.sidebar-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1200px) {
  .content-wrapper.sidebar-left:not(.no-sidebar) .primary-column {
    padding-right: 1.875rem;
  }
}

.content-wrapper.shop-wrapper .primary-column {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

@media screen and (min-width: 1200px) {
  .content-wrapper.shop-wrapper:not(.no-border) .primary-column::before {
    content: "";
    position: absolute;
    width: 0.0625rem;
    height: 100%;
    top: 0;
  }

  body[data-color=custom][data-theme=light] .content-wrapper.shop-wrapper:not(.no-border) .primary-column::before {
    background-color: rgba(var(--color-rgb), 0.15);
  }

  body[data-color=default] .content-wrapper.shop-wrapper:not(.no-border) .primary-column::before {
    background-color: var(--color-gray200);
  }
}

@media screen and (min-width: 1200px) {
  .content-wrapper.shop-wrapper.sidebar-left:not(.no-border) .primary-column::before {
    right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .content-wrapper.shop-wrapper.sidebar-left #sidebar {
    width: 18.75rem;
    padding-left: 1.875rem;
  }
}

@media screen and (min-width: 1200px) {
  .content-wrapper.shop-wrapper.sidebar-right:not(.no-border) .primary-column::before {
    left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .content-wrapper.shop-wrapper.sidebar-right #sidebar {
    width: 18.75rem;
    padding-right: 1.875rem;
  }
}

/* ----- page header ----- */
.page-header {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

body[data-color=custom][data-theme=light] .page-header {
  background-color: rgba(var(--color-rgb), 0.08);
}

.page-header-inner {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .page-header-inner {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.page-header .page-header-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.page-header .page-header-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-header .entry-subtitle {
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .page-header .entry-subtitle {
    font-size: 0.9375rem;
  }
}

.page-header .entry-title {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .page-header .entry-title {
    font-size: 2.625rem;
  }

  .page-header .entry-title.large {
    font-size: 3.5rem;
  }
}

.page-header .entry-title+.entry-description {
  margin-top: 0.4375rem;
}

.page-header .entry-description {
  font-size: 0.9375rem;
}

@media screen and (min-width: 992px) {
  .page-header .entry-description {
    font-size: 1rem;
  }
}

.page-header .entry-description p {
  margin-bottom: 0;
}

.page-header.centered {
  text-align: center;
}

.page-header.centered .entry-description {
  max-width: 36rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .page-header.large .page-header-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.page-header.light {
  color: #FFF;
}

.page-header.custom-header-image {
  padding: 0;
}

.page-header.custom-header-image .page-header-image {
  position: relative;
  height: 9.375rem;
}

@media screen and (min-width: 992px) {
  .page-header.custom-header-image .page-header-image {
    height: 28.125rem;
  }
}

/* ----- page container ----- */
@media screen and (min-width: 1024px) {
  .container {
    max-width: var(--theme-site-width);
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .container .row:not(.g-0) {
    margin-right: calc(var(--theme-site-gutters) * -1);
    margin-left: calc(var(--theme-site-gutters) * -1);
  }

  .container .row>* {
    padding-right: var(--theme-site-gutters);
    padding-left: var(--theme-site-gutters);
  }
}

@media screen and (max-width: 1023.98px) {
  .container {
    max-width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* ----- custom col ----- */
@media screen and (min-width: 1200px) {
  .col-custom-260 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .col-custom-300 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 18.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .col-custom-310 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 19.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .col-custom-320 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20rem;
  }
}

@media screen and (min-width: 1200px) {
  .col-custom-420 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 26.25rem;
  }
}

.max-420 {
  max-width: 26.25rem;
  margin-right: auto;
  margin-left: auto;
}

.max-768 {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.max-920 {
  max-width: 57.5rem;
  margin-right: auto;
  margin-left: auto;
}

.max-w-1200 {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1200px) {
  .col-custom-offset-300 {
    padding-right: 20.625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .col-custom-offset-310 {
    padding-right: 21.25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .col-custom-offset-320 {
    padding-right: 21.875rem !important;
  }
}

/* ----- Page not fount ----- */
.page-error .page-inner {
  margin-top: 0;
}

.page-error .page-not-found {
  text-align: center;
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 992px) {
  .page-error .page-not-found {
    padding-top: 8.75rem;
    padding-bottom: 11.25rem;
  }
}

.page-error .page-not-found img {
  max-width: 26.25rem;
  margin-bottom: 3.75rem;
}

.page-error .page-not-found .entry-title {
  font-size: 2rem;
}

@media screen and (min-width: 992px) {
  .page-error .page-not-found .entry-title {
    font-size: 3.375rem;
  }
}

.page-error .page-not-found .entry-description {
  color: var(--color-gray600);
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 992px) {
  .page-error .page-not-found .entry-description {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
}

.page-error .page-not-found .btn {
  height: 2.875rem !important;
  line-height: 2.875rem !important;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* ----- store header ----- */
.store-header {
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 992px) {
  .store-header {
    margin-bottom: 3.75rem;
  }
}

.store-header .store-header-background {
  position: relative;
  overflow: hidden;
  height: 7.5rem;
  background-color: var(--color-gray200);
}

@media screen and (min-width: 992px) {
  .store-header .store-header-background {
    height: 16.25rem;
  }
}

.store-header .store-header-background img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.store-header .store-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.store-header .store-detail>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.store-header .store-detail .store-info {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .store-header .store-detail .store-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    width: auto;
    padding-top: 1.25rem;
  }
}

.store-header .store-detail .store-avatar {
  position: relative;
  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;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 3px solid var(--color-background);
  margin-top: -3.75rem;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .store-header .store-detail .store-avatar {
    width: 8.75rem;
    height: 8.75rem;
    margin-left: 1.875rem;
  }
}

.store-header .store-detail .store-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .store-header .store-detail .store-info-header {
    width: 50%;
  }
}

.store-header .store-detail .store-info-header .store-name {
  font-size: 1.125rem;
}

@media screen and (min-width: 992px) {
  .store-header .store-detail .store-info-header .store-name {
    font-size: 1.25rem;
  }
}

.store-header .store-detail .store-info-header .store-caption {
  display: block;
  font-size: 0.8125rem;
  opacity: 0.5;
  margin-top: -0.3125rem;
  margin-bottom: 0.4375rem;
}

.store-header .store-detail .store-info-header .store-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
}

.store-header .store-detail .store-info-header .store-meta .store-total-review {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3125rem;
}

.store-header .store-detail .store-info-content p {
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .store-header .store-detail .store-info-content p {
    font-size: 0.9375rem;
  }
}

/* ----- Custom container width ----- */
@media screen and (min-width: 1024px) {
  .container-custom-large {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .container-custom-large {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .container-custom-large {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}

@media screen and (min-width: 1360px) {
  .container-custom-large {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media screen and (min-width: 1440px) {
  .container-custom-large {
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }
}

@media screen and (min-width: 1600px) {
  .container-custom-large {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
}

/* ----- Device below 992 hide ----- */
@media screen and (max-width: 991.98px) {
  .min-992 {
    display: none !important;
  }
}

/* ----- Device below 1024 hide ----- */
@media screen and (max-width: 1023.98px) {
  .min-1024 {
    display: none !important;
  }
}

/* ----- Device below 1200 hide ----- */
@media screen and (max-width: 1199.98px) {
  .min-1200 {
    display: none !important;
  }
}

/* ----- Device above 992 hide ----- */
@media screen and (min-width: 992px) {
  .max-992 {
    display: none !important;
  }
}

/* ----- Device above 1024 hide ----- */
@media screen and (min-width: 1024px) {
  .max-1024 {
    display: none !important;
  }
}

/* ----- Device above 1200 hide ----- */
@media screen and (min-width: 1200px) {
  .max-1200 {
    display: none !important;
  }
}

/* ----- Theme typography weight classes ----- */
.weight-100 {
  font-weight: 100;
}

.weight-300 {
  font-weight: 300;
}

.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

/* ----- Theme typography letter spacing classes ----- */
.letter-spacing-1 {
  letter-spacing: 1px;
}

.font-default {
  font-size: var(--theme-button-font-size);
}

.z-index-1 {
  z-index: 1;
}

.z-index-0 {
  z-index: 0;
}

/* ----- Theme typography font sizes classes ----- */
.font-11 {
  font-size: 0.6875rem !important;
}

.font-12 {
  font-size: 0.75rem !important;
}

.font-13 {
  font-size: 0.8125rem !important;
}

.font-14 {
  font-size: 0.875rem !important;
}

.font-15 {
  font-size: 0.9375rem !important;
}

.font-16 {
  font-size: 1rem !important;
}

.font-18 {
  font-size: 1.125rem !important;
}

.font-20 {
  font-size: 1.25rem !important;
}

.font-24 {
  font-size: 1.5rem !important;
}

.font-26 {
  font-size: 1.625rem !important;
}

.font-28 {
  font-size: 1.75rem !important;
}

.font-30 {
  font-size: 1.875rem !important;
}

.font-32 {
  font-size: 2rem !important;
}

.font-34 {
  font-size: 2.125rem !important;
}

.font-36 {
  font-size: 2.25rem !important;
}

.font-38 {
  font-size: 2.375rem !important;
}

.font-40 {
  font-size: 2.5rem !important;
}

.font-42 {
  font-size: 2.625rem !important;
}

.font-46 {
  font-size: 2.75rem !important;
}

.font-48 {
  font-size: 2.875rem !important;
}

.font-50 {
  font-size: 3.125rem !important;
}

.font-52 {
  font-size: 3.25rem !important;
}

.font-54 {
  font-size: 3.375rem !important;
}

.font-56 {
  font-size: 3.5rem !important;
}

.font-60 {
  font-size: 3.75rem !important;
}

.font-66 {
  font-size: 4.125rem !important;
}

@media screen and (min-width: 768px) {
  .font-sm-13 {
    font-size: 0.8125rem !important;
  }

  .font-sm-14 {
    font-size: 0.875rem !important;
  }

  .font-sm-15 {
    font-size: 0.9375rem !important;
  }

  .font-sm-16 {
    font-size: 1rem !important;
  }

  .font-sm-18 {
    font-size: 1.125rem !important;
  }

  .font-sm-20 {
    font-size: 1.25rem !important;
  }

  .font-sm-24 {
    font-size: 1.5rem !important;
  }

  .font-sm-26 {
    font-size: 1.625rem !important;
  }

  .font-sm-28 {
    font-size: 1.75rem !important;
  }

  .font-sm-30 {
    font-size: 1.875rem !important;
  }

  .font-sm-32 {
    font-size: 2rem !important;
  }

  .font-sm-34 {
    font-size: 2.125rem !important;
  }

  .font-sm-36 {
    font-size: 2.25rem !important;
  }

  .font-sm-38 {
    font-size: 2.375rem !important;
  }

  .font-sm-40 {
    font-size: 2.5rem !important;
  }

  .font-sm-42 {
    font-size: 2.625rem !important;
  }

  .font-sm-46 {
    font-size: 2.75rem !important;
  }

  .font-sm-48 {
    font-size: 2.875rem !important;
  }

  .font-sm-50 {
    font-size: 3.125rem !important;
  }

  .font-sm-52 {
    font-size: 3.25rem !important;
  }

  .font-sm-54 {
    font-size: 3.375rem !important;
  }

  .font-sm-56 {
    font-size: 3.5rem !important;
  }

  .font-sm-60 {
    font-size: 3.75rem !important;
  }

  .font-sm-66 {
    font-size: 4.125rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .font-md-13 {
    font-size: 0.8125rem !important;
  }

  .font-md-14 {
    font-size: 0.875rem !important;
  }

  .font-md-15 {
    font-size: 0.9375rem !important;
  }

  .font-md-16 {
    font-size: 1rem !important;
  }

  .font-md-18 {
    font-size: 1.125rem !important;
  }

  .font-md-20 {
    font-size: 1.25rem !important;
  }

  .font-md-22 {
    font-size: 1.375rem !important;
  }

  .font-md-24 {
    font-size: 1.5rem !important;
  }

  .font-md-26 {
    font-size: 1.625rem !important;
  }

  .font-md-28 {
    font-size: 1.75rem !important;
  }

  .font-md-30 {
    font-size: 1.875rem !important;
  }

  .font-md-32 {
    font-size: 2rem !important;
  }

  .font-md-34 {
    font-size: 2.125rem !important;
  }

  .font-md-36 {
    font-size: 2.25rem !important;
  }

  .font-md-38 {
    font-size: 2.375rem !important;
  }

  .font-md-40 {
    font-size: 2.5rem !important;
  }

  .font-md-42 {
    font-size: 2.625rem !important;
  }

  .font-md-46 {
    font-size: 2.75rem !important;
  }

  .font-md-48 {
    font-size: 2.875rem !important;
  }

  .font-md-50 {
    font-size: 3.125rem !important;
  }

  .font-md-52 {
    font-size: 3.25rem !important;
  }

  .font-md-54 {
    font-size: 3.375rem !important;
  }

  .font-md-56 {
    font-size: 3.5rem !important;
  }

  .font-md-60 {
    font-size: 3.75rem !important;
  }

  .font-md-66 {
    font-size: 4.125rem !important;
  }

  .font-md-76 {
    font-size: 4.75rem !important;
  }
}

/* ----- Theme typography line height classes ----- */
.lh-1 {
  line-height: 1;
}

.lh-1-1 {
  line-height: 1.1;
}

.lh-1-2 {
  line-height: 1.2;
}

.lh-1-3 {
  line-height: 1.3;
}

.lh-1-4 {
  line-height: 1.4;
}

.lh-1-5 {
  line-height: 1.5;
}

.lh-1-6 {
  line-height: 1.6;
}

/* ----- theme text color classes ----- */
.color-gray-light {
  color: var(--color-gray400) !important;
}

.color-gray-500 {
  color: var(--color-gray500) !important;
}

.color-gray {
  color: var(--color-gray600) !important;
}

.color-primary {
  color: var(--theme-primary-color) !important;
}

.color-secondary {
  color: var(--theme-secondary-color) !important;
}

.color-red {
  color: var(--color-red600) !important;
}

.color-violet {
  color: var(--color-violet600) !important;
}

.color-indigo {
  color: var(--color-indigo600) !important;
}

.color-blue {
  color: var(--color-blue600) !important;
}

.color-cyan {
  color: var(--color-cyan600) !important;
}

.color-teal {
  color: var(--color-teal600) !important;
}

.color-green {
  color: var(--color-green600) !important;
}

.color-lime {
  color: var(--color-lime600) !important;
}

.color-yellow {
  color: var(--color-yellow600) !important;
}

.color-orange {
  color: var(--color-orange600) !important;
}

.color-white {
  color: #FFF !important;
}

.color-black {
  color: #1B1F22 !important;
}

body[data-color=custom][data-theme=light] .color-gray {
  color: rgba(var(--color-rgb), 0.45);
}

body[data-color=default] .color-gray {
  color: var(--color-gray500);
}

body[data-color=custom][data-theme=light] .color-dark-gray {
  color: rgba(var(--color-rgb), 0.6);
}

body[data-color=default] .color-dark-gray {
  color: var(--color-gray600);
}

/* ----- theme background color classes ----- */
.background-black {
  background-color: #1B1F22 !important;
}

.background-gray-light {
  background-color: var(--color-gray25) !important;
}

.background-white {
  background-color: #FFF !important;
}

.background-primary {
  color: #FFF !important;
  background-color: var(--theme-primary-color) !important;
}

.background-secondary {
  color: #FFF !important;
  background-color: var(--theme-secondary-color) !important;
}

.background-red {
  color: #FFF !important;
  background-color: var(--color-red600) !important;
}

.background-violet {
  color: #FFF !important;
  background-color: var(--color-violet600) !important;
}

.background-indigo {
  color: #FFF !important;
  background-color: var(--color-indigo600) !important;
}

.background-cyan {
  color: #FFF !important;
  background-color: var(--color-cyan600) !important;
}

.background-teal {
  color: #FFF !important;
  background-color: var(--color-teal600) !important;
}

.background-teal-400 {
  color: #FFF !important;
  background-color: var(--color-teal400) !important;
}

.background-green {
  color: #FFF !important;
  background-color: var(--color-green600) !important;
}

.background-lime {
  color: #FFF !important;
  background-color: var(--color-lime600) !important;
}

.background-yellow {
  color: #1B1F22 !important;
  background-color: var(--color-yellow600) !important;
}

.background-orange {
  color: #FFF !important;
  background-color: var(--color-orange600) !important;
}

/* ----- theme background light color classes ----- */
.background-info-light {
  color: var(--color-gray700) !important;
  background-color: rgba(var(--color-rgb), 0.05) !important;
}

.background-primary-light {
  color: var(--theme-primary-color) !important;
  background-color: color-mix(in srgb, var(--theme-primary-color) 12%, transparent) !important;
}

.background-secondary-light {
  color: var(--theme-secondary-color) !important;
  background-color: rgba(var(--theme-secondary-color), 0.12) !important;
}

.background-red-light {
  color: var(--color-red700) !important;
  background-color: var(--color-red50) !important;
}

.background-violet-light {
  color: var(--color-violet700) !important;
  background-color: var(--color-violet50) !important;
}

.background-indigo-light {
  color: var(--color-indigo700) !important;
  background-color: var(--color-indigo50) !important;
}

.background-cyan-light {
  color: var(--color-cyan700) !important;
  background-color: var(--color-cyan50) !important;
}

.background-teal-light {
  color: var(--color-teal700) !important;
  background-color: var(--color-teal50) !important;
}

.background-green-light {
  color: var(--color-green700) !important;
  background-color: var(--color-green50) !important;
}

.background-lime-light {
  color: var(--color-lime700) !important;
  background-color: var(--color-lime50) !important;
}

.background-yellow-light {
  color: #1B1F22 !important;
  background-color: var(--color-yellow50) !important;
}

.background-orange-light {
  color: var(--color-orange700) !important;
  background-color: var(--color-orange50) !important;
}

/* Custom colored */
.custom-yellow-light {
  background-color: var(--color-yellow25) !important;
}


/*---------------------------------------------------- 
  03. Form elements
----------------------------------------------------*/
/* ----- form label ----- */
label {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0.8125rem;
  margin-bottom: 0.3125rem;
}

label.woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

label.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin-left: 0.5rem;
}

label.woocommerce-form-login__rememberme {
  margin-bottom: 0.875rem;
}

/* ----- Theme-native form controls -----
 * Old form CSS targeted every input/select/textarea on the page and contained
 * hundreds of duplicated browser/color-mode selectors. Keep the theme look
 * only inside forms/components owned by AsanWP (and WooCommerce pages). */
:where(.site-header, .site-login, .search-form, .service-search-form,
  .asanwp-smart-search-form, .product-search-form, .comment-form, .post-password-form,
  .awp-custom-form, .awp-modal, .awp-question-form, .awp-better-price-form, .wpcf7-form,
  body.woocommerce, body.woocommerce-page) :where(input[type=date], input[type=email], input[type=number], input[type=password],
  input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url],
  textarea, select, input.form-control) {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 42px;
  padding-inline: .75rem;
  border: var(--theme-form-border-width, 1px) solid var(--color-gray300, #d6d6d6);
  border-radius: var(--theme-radius-form);
  outline: 0;
  background: var(--color-background, #fff);
  color: var(--color-text, #222);
  font-family: var(--theme-form-font);
  font-size: var(--theme-form-font-size);
  font-weight: var(--theme-form-font-weight);
  letter-spacing: var(--theme-form-letter-spacing);
  line-height: 42px;
  box-shadow: 0 1px 2px rgba(27, 31, 34, .045);
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

:where(.site-header, .site-login, .search-form, .service-search-form,
  .asanwp-smart-search-form, .product-search-form, .comment-form, .post-password-form,
  .awp-custom-form, .awp-modal, .awp-question-form, .awp-better-price-form, .wpcf7-form,
  body.woocommerce, body.woocommerce-page) :where(input, textarea)::placeholder {
  color: var(--color-gray600, #81858b);
  opacity: 1
}

:where(.site-header, .site-login, .search-form, .service-search-form,
  .asanwp-smart-search-form, .product-search-form, .comment-form, .post-password-form,
  .awp-custom-form, .awp-modal, .awp-question-form, .awp-better-price-form, .wpcf7-form,
  body.woocommerce, body.woocommerce-page) :where(input[type=date], input[type=email], input[type=number], input[type=password], input[type=search],
  input[type=tel], input[type=text], input[type=time], input[type=url], textarea, select, input.form-control):focus {
  border-color: var(--theme-primary-hover-color, var(--theme-primary-color));
  box-shadow: 0 0 0 1px var(--theme-primary-hover-color, var(--theme-primary-color));
}

:where(.site-header, .site-login, .search-form, .service-search-form,
  .asanwp-smart-search-form, .product-search-form, .comment-form, .post-password-form,
  .awp-custom-form, .awp-modal, .awp-question-form, .awp-better-price-form, .wpcf7-form,
  body.woocommerce, body.woocommerce-page) textarea {
  display: block;
  height: auto;
  min-height: 9.375rem;
  padding-block: .75rem;
  line-height: 1.9;
  resize: vertical
}

:where(.site-header, .site-login, .search-form, .service-search-form,
  .asanwp-smart-search-form, .product-search-form, .comment-form, .post-password-form,
  .awp-custom-form, .awp-modal, .awp-question-form, .awp-better-price-form, .wpcf7-form,
  body.woocommerce, body.woocommerce-page) select {
  cursor: pointer;
  appearance: none;
  padding-inline-end: 2.15rem;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 9L12 15L18 9' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: left .55rem center;
  background-size: 1.125rem 1.125rem;
}

[dir=ltr] :where(.site-header, .site-login, .search-form, .service-search-form,
  .asanwp-smart-search-form, .product-search-form, .comment-form, .post-password-form,
  .awp-custom-form, .awp-modal, .awp-question-form, .awp-better-price-form, .wpcf7-form,
  body.woocommerce, body.woocommerce-page) select {
  background-position: right .55rem center
}

:where(.site-header, .site-login, .search-form, .service-search-form,
  .asanwp-smart-search-form, .product-search-form, .comment-form, .post-password-form,
  .awp-custom-form, .awp-modal, .awp-question-form, .awp-better-price-form, .wpcf7-form,
  body.woocommerce, body.woocommerce-page) input[type=search]::-webkit-search-cancel-button {
  appearance: none
}

.password-input {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%
}

.password-input>input {
  padding-inline-end: 2.375rem
}

.password-input .show-password-input {
  position: absolute;
  inset-inline-end: .3125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: var(--color-gray600);
  font-size: 1.3125rem;
  cursor: pointer;
}

.password-input .show-password-input::before {
  font-family: "AsanWPIcons-interface";
  content: "";
  line-height: 1
}

.password-input .show-password-input.display-password::before {
  content: ""
}

/* ----- Theme-native button primitives -----
 * Legacy global button variants were removed. They targeted every button,
 * submit input and third-party .button class and caused style leakage.
 * Only the small .btn API still emitted by the theme is kept here. */
.btn:not(.unset) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .375rem;
  min-height: 2.625rem;
  padding: .5rem 1.125rem;
  border: 1px solid transparent;
  border-radius: var(--theme-radius-form);
  font-family: var(--theme-button-font);
  font-size: var(--theme-button-font-size);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  line-height: 1.35;
  text-decoration: none;
  cursor: pointer;
  transition: color .15s ease, background-color .15s ease, border-color .15s ease, transform .15s ease;
}

.btn:not(.unset):hover {
  transform: translateY(-1px)
}

.btn:not(.unset).primary {
  color: #fff;
  background: var(--theme-primary-color)
}

.btn:not(.unset).primary:hover {
  background: var(--theme-primary-hover-color)
}

.btn:not(.unset).danger {
  color: #fff;
  background: var(--color-red600, #d32f2f)
}

.btn:not(.unset).danger:hover {
  background: color-mix(in srgb, var(--color-red600, #d32f2f) 88%, #000)
}

.btn:not(.unset):disabled,
.btn:not(.unset).disabled {
  opacity: .55;
  pointer-events: none
}

/* ----- Theme-native checkbox controls -----
 * Keep browser-native checkbox behavior and only set dimensions/accent inside
 * theme-owned forms. This avoids changing controls added by third-party plugins. */
:where(.site-header, .site-login, .search-form, .service-search-form,
  .asanwp-smart-search-form, .product-search-form, .comment-form, .post-password-form,
  .awp-custom-form, .awp-modal, .awp-question-form, .awp-better-price-form, .wpcf7-form,
  body.woocommerce, body.woocommerce-page) input[type=checkbox],
.woocommerce-form__input-checkbox {
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 0;
  accent-color: var(--theme-primary-color);
  cursor: pointer;
}

/* ----- wpcf7-form settings ----- */
.wpcf7-form input[type=date],
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=password],
.wpcf7-form input[type=search],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=text],
.wpcf7-form input[type=time],
.wpcf7-form input[type=url],
.wpcf7-form select,
.wpcf7-form input.form-control {
  height: 2.875rem;
}

.wpcf7-form .wpcf7-submit {
  height: 2.875rem !important;
}

/*---------------------------------------------------- 
  04. Components
----------------------------------------------------*/
/* ----- Tooltip component settings ----- */
.awp-tooltip {
  font-family: var(--theme-body-font);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: var(--theme-body-letter-spacing);
  --bs-tooltip-bg: var(--color-gray100);
  --bs-tooltip-opacity: 1;
  --bs-tooltip-padding-y: 0.3125rem;
  --bs-tooltip-padding-x: 0.625rem;
  --bs-tooltip-border-radius: calc(var(--theme-radius-base) / 2);
}

.awp-tooltip.white {
  --bs-tooltip-color: var(--color-text);
  --bs-tooltip-bg: var(--color-background);
}

.awp-tooltip.white .tooltip-arrow::after {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  bottom: 0;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  z-index: -1;
}

.awp-tooltip.white .tooltip-inner {
  border: 1px solid var(--color-gray100);
  -webkit-box-shadow: hsla(206deg, 22%, 7%, 0.4) 0px 10px 38px -10px, hsla(206deg, 22%, 7%, 0.25) 0px 10px 20px -15px;
  box-shadow: hsla(206deg, 22%, 7%, 0.4) 0px 10px 38px -10px, hsla(206deg, 22%, 7%, 0.25) 0px 10px 20px -15px;
}

.awp-tooltip[data-popper-placement=bottom].white .tooltip-arrow::after {
  border-bottom-color: var(--color-gray300);
}

.awp-tooltip[data-popper-placement=left].white .tooltip-arrow::after {
  border-right-color: var(--color-gray300);
}

.ring-tooltip {
  font-family: var(--theme-body-font);
  font-size: 0.8125rem;
  font-weight: 500;
  --bs-tooltip-bg: var(--theme-primary-color);
  --bs-tooltip-opacity: 1;
  --bs-tooltip-border-radius: calc(var(--theme-radius-base) / 2);
}

/* ----- Badge component settings ----- */
.badge {
  --bs-badge-padding-x: 0.4375rem;
  --bs-badge-padding-y: 0.3125rem;
  --bs-badge-border-radius: 0.1875rem;
  --bs-badge-font-size: 0.75rem;
  --bs-badge-font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 1.25rem;
  background-color: var(--color-gray400);
}

/* ----- Theme menu settings ----- */
.awp-menu-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.awp-menu-nav.horizontal>ul {
  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;
  -webkit-column-gap: 1.0625rem;
  -moz-column-gap: 1.0625rem;
  column-gap: 1.0625rem;
}

.awp-menu-nav.horizontal li {
  white-space: nowrap;
}

.awp-menu-nav.horizontal .menu-item-has-children>a {
  position: relative;
}

.awp-menu-nav.horizontal .menu-item-has-children>a::after {
  font-family: "AsanWPIcons-interface";
  font-size: 88%;
  content: "";
  margin-right: 0.4375rem;
}

.awp-menu-nav.horizontal .menu-item-has-children:not(.mega-menu) {
  position: relative;
}

.awp-menu-nav.horizontal a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.awp-menu-nav.horizontal a i {
  font-size: 128%;
  margin-left: 0.4375rem;
  line-height: 1;
}

.awp-menu-nav.horizontal a i::before {
  margin: 0;
}

.awp-menu-nav.horizontal .sub-menu {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  color: var(--color-text);
  border: 1px solid transparent;
  border-radius: var(--theme-radius-base);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), transform 0.15s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  z-index: 10;
}

.awp-menu-nav.horizontal .menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.awp-menu-nav.horizontal.color-scheme-white .sub-menu {
  background-color: #FFF;
}

.awp-menu-nav.horizontal.color-scheme-white.border-gray .sub-menu {
  border-color: var(--color-gray100);
}

.awp-menu-nav.horizontal.color-scheme-white.border-gray-light .sub-menu {
  border-color: var(--color-gray25);
}

.awp-menu-nav.horizontal.color-scheme-white.border-dark .sub-menu {
  border-color: #1B1F22;
}

.awp-menu-nav.horizontal.color-scheme-white .bordered-columns>*+* {
  border-right: 1px solid var(--color-gray100);
  padding-right: 2.5rem;
}

.awp-menu-nav.horizontal.color-scheme-custom .bordered-columns>*+* {
  border-right: 1px solid rgba(var(--color-rgb), 0.1);
  padding-right: 2.5rem;
}

.awp-menu-nav.horizontal.sub-shadow-xs .sub-menu {
  -webkit-box-shadow: rgba(27, 31, 34, 0.03) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 1px 2px;
  box-shadow: rgba(27, 31, 34, 0.03) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 1px 2px;
}

.awp-menu-nav.horizontal.sub-shadow-sm .sub-menu {
  -webkit-box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 10px 15px -5px, rgba(27, 31, 34, 0.04) 0px 7px 7px -5px;
  box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 10px 15px -5px, rgba(27, 31, 34, 0.04) 0px 7px 7px -5px;
}

.awp-menu-nav.horizontal.sub-shadow-md .sub-menu {
  -webkit-box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 20px 25px -5px, rgba(27, 31, 34, 0.04) 0px 10px 10px -5px;
  box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 20px 25px -5px, rgba(27, 31, 34, 0.04) 0px 10px 10px -5px;
}

.awp-menu-nav.horizontal.sub-shadow-lg .sub-menu {
  -webkit-box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 28px 23px -7px, rgba(27, 31, 34, 0.04) 0px 12px 12px -7px;
  box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 28px 23px -7px, rgba(27, 31, 34, 0.04) 0px 12px 12px -7px;
}

.awp-menu-nav.horizontal.triangle-enable.color-scheme-white .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.5rem solid #FFF;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  margin-bottom: 0rem;
  top: -0.4375rem;
  right: 1.125rem;
  z-index: 1;
}

.awp-menu-nav.horizontal.triangle-enable.color-scheme-white .sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.5rem solid var(--color-gray300);
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  margin-bottom: 0rem;
  top: -0.5rem;
  right: 1.125rem;
}

.awp-menu-nav.horizontal.triangle-enable.color-scheme-white.border-gray-light .sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.5rem solid var(--color-gray50);
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  margin-bottom: 0rem;
  top: -0.5rem;
  right: 1.125rem;
}

.awp-menu-nav.horizontal.triangle-enable.color-scheme-white.border-dark .sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.5rem solid #1B1F22;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  margin-bottom: 0rem;
  top: -0.5rem;
  right: 1.125rem;
}

/* ----- Theme modal settings ----- */
.awp-modal-root {
  position: fixed;
  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;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 1000;
}

.awp-modal-root .awp-modal-inner {
  position: relative;
  white-space: nowrap;
  background-color: #FFF;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.awp-modal-root .awp-modal-inner .awp-modal-header {
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 992px) {
  .awp-modal-root .awp-modal-inner .awp-modal-header {
    margin-bottom: 2.5rem;
  }
}

.awp-modal-root .awp-modal-inner .awp-modal-header .entry-title {
  font-size: 1.25rem;
  font-weight: 500;
}

@media screen and (min-width: 576px) {
  .awp-modal-root .awp-modal-inner .awp-modal-header .entry-title {
    font-size: 1.625rem;
  }
}

.awp-modal-root .awp-modal-inner .awp-modal-header .site-close {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
}

.awp-modal-root .awp-modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #1B1F22;
  opacity: 0.2;
}

.awp-modal-root {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.awp-modal-root.default-modal .awp-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem 1.25rem 0.625rem;
}

.awp-modal-root.default-modal .awp-modal-header .entry-title {
  font-size: 1.375rem;
  margin-bottom: 0;
}

.awp-modal-root.default-modal .awp-modal-header .site-close {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  top: 0;
  left: 0;
}

.awp-modal-root.default-modal .awp-modal-inner {
  min-width: 17.5rem;
  border-radius: var(--theme-radius-base);
}

.awp-modal-root.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.awp-modal-root.is-active .awp-modal-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* ----- Coupon Modal settings ----- */
.awp-coupon-modal.white-popup {
  position: relative;
  max-width: 51.25rem;
  background-color: var(--color-background);
  padding: 1.25rem;
  border-radius: var(--theme-radius-base);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .awp-coupon-modal.white-popup {
    padding: 2.1875rem;
  }
}

.awp-coupon-modal .awp-coupon-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.awp-coupon-modal .awp-coupon-inner .store-thumbnail {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 12.5rem;
  height: 8.125rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-radius: var(--theme-radius-base);
  margin-left: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .awp-coupon-modal .awp-coupon-inner .store-thumbnail {
    margin-left: 1.875rem;
  }
}

.awp-coupon-modal .awp-coupon-inner .store-thumbnail img {
  max-height: 5.625rem;
}

.awp-coupon-modal .awp-coupon-inner .store-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.awp-coupon-modal .awp-coupon-inner .store-content .store-name {
  font-size: 1.375rem;
  font-weight: 700;
}

.awp-coupon-modal .awp-coupon-inner .store-content .store-name strong {
  color: var(--color-red600);
}

.awp-coupon-modal .awp-coupon-inner .store-content .entry-description {
  font-size: 0.9375rem;
  color: var(--color-gray600);
}

.awp-coupon-modal .awp-coupon-inner .store-content .coupon-code {
  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;
  border-top: 1px solid var(--color-gray100);
  padding-top: 1.25rem;
}

.awp-coupon-modal .awp-coupon-inner .store-content .coupon-code .entry-title {
  font-size: 0.9375rem;
  width: 100%;
  margin-bottom: 0.1875rem;
}

.awp-coupon-modal .awp-coupon-inner .store-content .coupon-code p {
  font-size: 0.875rem;
  color: var(--color-gray500);
}

.awp-coupon-modal .awp-coupon-inner .store-content .coupon-code .code {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.0625rem;
  font-weight: 700;
  height: 2.5rem;
  color: var(--theme-primary-color);
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  border: 2px dashed var(--theme-primary-color);
  border-radius: calc(var(--theme-radius-base) / 2);
  background-color: color-mix(in srgb, var(--theme-primary-color) 5%, transparent);
  cursor: pointer;
}

/* ----- dropdown settings ----- */
.dropdown-menu {
  --bs-dropdown-min-width: 18.75rem;
  --bs-dropdown-padding-x: 1rem;
  --bs-dropdown-padding-y: 1rem;
  --bs-dropdown-font-size: 0.875rem;
  --bs-dropdown-border-color: var(--color-gray100);
  --bs-dropdown-border-radius: var(--theme-radius-base);
  --bs-dropdown-color: var(--color-text);
  --bs-dropdown-bg: var(--color-background);
  display: block;
}

body[data-color=custom][data-theme=light] .dropdown-menu {
  --bs-dropdown-bg: transparent;
  --bs-dropdown-border-color: rgba(var(--color-rgb), 0.1);
}

.dropdown-menu:not(.custom-dropdown-menu) {
  -webkit-box-shadow: rgba(27, 31, 34, 0.03) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 1px 2px;
  box-shadow: rgba(27, 31, 34, 0.03) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 1px 2px;
}

.dropdown-menu:not(.custom-dropdown-menu)::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.59375rem solid var(--color-background);
  border-right: 0.59375rem solid transparent;
  border-left: 0.59375rem solid transparent;
  margin-bottom: 0rem;
  top: -0.4375rem;
  right: 1.5rem;
  z-index: 1;
}

.dropdown-menu:not(.custom-dropdown-menu)::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.59375rem solid var(--color-gray300);
  border-right: 0.59375rem solid transparent;
  border-left: 0.59375rem solid transparent;
  margin-bottom: 0rem;
  top: -0.5rem;
  right: 1.5rem;
}

.dropdown-menu.custom-dropdown-menu {
  all: unset;
  position: absolute;
  min-width: var(--bs-dropdown-min-width);
  padding-top: 0.5625rem;
  top: 100%;
  right: -0.75rem;
}

.dropdown-menu.custom-dropdown-menu .custom-dropdown-body {
  font-family: var(--theme-body-font);
  font-size: var(--bs-dropdown-font-size);
  font-weight: 400;
  line-height: 1.5;
  padding: 1rem;
  color: var(--bs-dropdown-color);
  background-color: var(--bs-dropdown-bg);
  border: 1px solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  -webkit-box-shadow: rgba(27, 31, 34, 0.03) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 1px 2px;
  box-shadow: rgba(27, 31, 34, 0.03) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 1px 2px;
}

body[data-color=custom][data-theme=light] .dropdown-menu.custom-dropdown-menu .custom-dropdown-body {
  --bs-dropdown-bg: var(--color-background);
}

.dropdown-menu.custom-dropdown-menu .custom-dropdown-body::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.59375rem solid var(--color-background);
  border-right: 0.59375rem solid transparent;
  border-left: 0.59375rem solid transparent;
  margin-bottom: 0rem;
  top: 0.0625rem;
  right: 1.5rem;
  z-index: 1;
}

.dropdown-menu.custom-dropdown-menu .custom-dropdown-body::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.59375rem solid var(--color-gray300);
  border-right: 0.59375rem solid transparent;
  border-left: 0.59375rem solid transparent;
  margin-bottom: 0rem;
  top: 0;
  right: 1.5rem;
}

/* ----- custom dropdown settings ----- */
.custom-dropdown {
  position: relative;
}

.custom-dropdown .custom-dropdown-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.1s cubic-bezier(0.42, 0, 0.58, 1), transform 0.15s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.58, 1);
}

.custom-dropdown[data-placement=center] .custom-dropdown-menu {
  right: -50%;
}

.custom-dropdown[data-placement=center] .custom-dropdown-menu .custom-dropdown-body::before,
.custom-dropdown[data-placement=center] .custom-dropdown-menu .custom-dropdown-body::after {
  right: 50%;
  margin-right: -0.5625rem;
}

.custom-dropdown[data-placement=right] .custom-dropdown-menu {
  right: auto;
  left: -0.75rem;
}

.custom-dropdown[data-placement=right] .custom-dropdown-menu .custom-dropdown-body::before,
.custom-dropdown[data-placement=right] .custom-dropdown-menu .custom-dropdown-body::after {
  right: auto;
  left: 1.3125rem;
}

.custom-dropdown:hover .custom-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate(0);
  transform: translate(0);
}

/* ----- Banner component settings ----- */
.awp-banner {
  position: relative;
}

.awp-banner.w-50 {
  width: 100% !important;
}

.awp-banner.inner-style {
  overflow: hidden;
  border-radius: var(--theme-radius-base);
}

.awp-banner.inner-style .entry-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.75rem 1.875rem;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .awp-banner.inner-style .entry-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 1.5625rem;
  }
}

.awp-banner.inner-style .entry-wrapper .entry-inner {
  width: 90%;
}

.awp-banner.inner-style .entry-media {
  position: relative;
}

@media screen and (max-width: 991.98px) {
  .awp-banner.inner-style .entry-media {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
  }

  .awp-banner.inner-style .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .awp-banner.inner-style .entry-media video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.awp-banner.inner-style .entry-media.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.awp-banner.inner-style .entry-media .image-decoration {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45%;
  height: 100%;
}

.awp-banner.inner-style .entry-media .image-decoration svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991.98px) {
  .awp-banner.inner-style .entry-media .image-decoration {
    display: none;
  }
}

.awp-banner.inner-style.align-top .entry-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.awp-banner.inner-style.align-center .entry-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.awp-banner.inner-style.align-bottom .entry-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.awp-banner.inner-style.justify-start .entry-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.awp-banner.inner-style.justify-center .entry-wrapper,
.awp-banner.inner-style.justify-center .entry-footer,
.awp-banner.inner-style.justify-center .entry-heading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.awp-banner.inner-style.justify-center .entry-excerpt {
  margin-right: auto;
  margin-left: auto;
}

.awp-banner.inner-style.justify-center.align-center .entry-wrapper,
.awp-banner.inner-style.justify-center.align-bottom .entry-wrapper {
  text-align: center;
}

.awp-banner.inner-style.justify-end .entry-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  .awp-banner.inner-style.strech .entry-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.75rem 1.875rem;
    z-index: 1;
  }

  .awp-banner.inner-style.strech .entry-wrapper .entry-inner {
    width: 90%;
  }

  .awp-banner.inner-style.strech .entry-media {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
  }

  .awp-banner.inner-style.strech .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (min-width: 992px) {
  .awp-banner.inner-style.space-30 .entry-wrapper {
    padding: 1.875rem;
  }

  .awp-banner.inner-style.space-40 .entry-wrapper {
    padding: 2.5rem;
  }

  .awp-banner.inner-style.space-50 .entry-wrapper {
    padding: 3.125rem;
  }

  .awp-banner.inner-style.space-60 .entry-wrapper {
    padding: 3.75rem;
  }
}

@media screen and (min-width: 992px) {
  .awp-banner.inner-style.w-50 .entry-inner {
    width: 50%;
  }

  .awp-banner.inner-style.w-60 .entry-inner {
    width: 60%;
  }

  .awp-banner.inner-style.w-70 .entry-inner {
    width: 70%;
  }

  .awp-banner.inner-style.w-80 .entry-inner {
    width: 80%;
  }

  .awp-banner.inner-style.w-90 .entry-inner {
    width: 90%;
  }

  .awp-banner.inner-style.w-100 .entry-inner {
    width: 100%;
  }
}

.awp-banner.outer-style .entry-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--theme-radius-base);
}

@media screen and (max-width: 1023.98px) {
  .awp-banner.outer-style .entry-media {
    margin-bottom: 1.25rem;
  }
}

.awp-banner.outer-style .entry-media .media-content {
  position: absolute;
  width: 100%;
  height: 40%;
  top: 0;
  right: 0;
  padding: 1.25rem;
}

.awp-banner.outer-style .entry-media .media-content::before {
  position: absolute;
  content: "";
  width: 100%;
  top: -30px;
  bottom: 0;
  right: 0;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, right bottom, right top, from(rgba(255, 255, 255, 0)), to(rgba(36, 40, 45, 0.5)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(36, 40, 45, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#24282d", GradientType=1);
}

.awp-banner.outer-style .entry-media .media-content .entry-title {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 0;
  z-index: 1;
}

.awp-banner.outer-style .entry-wrapper {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .awp-banner.outer-style .entry-wrapper {
    position: relative;
    margin-top: -50px;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    z-index: 1;
  }

  .awp-banner.outer-style .entry-wrapper .entry-inner {
    background-color: var(--color-background);
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}

.awp-banner.outer-style .entry-heading,
.awp-banner.outer-style .entry-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.awp-banner.outer-style:hover .entry-inner {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.awp-banner.light .entry-wrapper {
  color: #FFF;
}

.awp-banner.light .entry-wrapper .btn.link {
  color: #FFF;
}

.awp-banner.dark .entry-wrapper {
  color: #1B1F22;
}

.awp-banner.grid-style {
  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;
}

.awp-banner.grid-style .entry-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .awp-banner.grid-style .entry-media {
    width: 50%;
    margin-bottom: 0;
  }
}

.awp-banner.grid-style .entry-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

@media screen and (min-width: 1024px) {
  .awp-banner.grid-style:not(.image-right) .entry-media {
    margin-left: 3.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .awp-banner.grid-style.image-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .awp-banner.grid-style.image-right .entry-media {
    margin-right: 3.75rem;
  }
}

.awp-banner.grid-style.full-width {
  max-width: var(--theme-site-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--theme-site-gutters);
  padding-left: var(--theme-site-gutters);
}

@media screen and (min-width: 1024px) {
  .awp-banner.grid-style.full-width {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.awp-banner .entry-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .awp-banner .entry-heading {
    margin-bottom: 0.9375rem;
  }
}

.awp-banner .entry-body {
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .awp-banner .entry-body {
    margin-bottom: 1.875rem;
  }
}

.awp-banner .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.awp-banner .entry-footer .btn {
  font-size: 0.8125rem;
  height: 2.375rem;
}

.awp-banner .entry-footer .btn.default.outline {
  color: currentColor;
}

.awp-banner .entry-footer .btn.icon-right {
  padding-left: 0.875rem;
}

.awp-banner .entry-footer .btn+.price {
  margin-right: 0.9375rem;
}

.awp-banner .entry-subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
}

.awp-banner .entry-subtitle+.entry-discount {
  margin-right: 0.875rem;
}

.awp-banner .entry-count-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}

.awp-banner .entry-count-text span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  background-color: var(--color-background);
  padding: 0.25rem 0.375rem;
  margin-left: 0.375rem;
  border-radius: 2.875rem;
}

.awp-banner .entry-title {
  font-size: 1.375rem;
  font-weight: 600;
}

.awp-banner .entry-excerpt {
  font-size: 0.875rem;
  max-width: 26.25rem;
}

.awp-banner .entry-excerpt:not(.not-opacity) p {
  opacity: 0.7;
}

.awp-banner .entry-excerpt.large {
  max-width: 40rem;
}

.awp-banner .entry-discount {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  padding: 0.1875rem 0.5rem;
  border-radius: 0.25rem;
}

.awp-banner .entry-discount::before {
  content: "";
  position: absolute;
  right: -0.4375rem;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent var(--color-red600);
  border-style: solid;
  border-width: 0.4375rem 0 0.4375rem 0.4375rem;
}

@media screen and (min-width: 768px) {
  .awp-banner .entry-discount {
    font-size: 1rem;
    border-radius: 0.375rem;
  }
}

.awp-banner .sub-categories {
  margin-top: 1.25rem;
}

.awp-banner .sub-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.awp-banner .sub-categories ul li+li {
  margin-top: 0.125rem;
}

.awp-banner .sub-categories ul li a {
  font-size: 0.875rem;
  color: currentColor;
}

.awp-banner .price {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
}

.awp-banner .price del {
  opacity: 0.5;
}

.awp-banner .price ins {
  font-size: 1.625rem;
  font-weight: 700;
  text-decoration: none;
  margin-right: 0.3125rem;
}

.awp-banner .price.filled {
  font-size: 1.125rem !important;
  font-weight: 700;
  color: #fff;
  background-color: var(--color-green600);
  padding: 0.375rem 0.5rem;
  border-radius: var(--theme-radius-base);
}

@media screen and (min-width: 768px) {
  .awp-banner.small-size .entry-heading {
    margin-bottom: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .awp-banner.small-size .entry-body {
    margin-bottom: 1.25rem;
  }
}

.awp-banner.small-size .entry-footer .btn:not(.link) {
  font-size: 0.8125rem;
  line-height: 2.1875rem;
  height: 2.1875rem;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
}

.awp-banner.small-size .entry-footer .btn:not(.link).icon-right {
  padding-left: 0.625rem;
}

@media screen and (max-width: 575.98px) {
  .awp-banner.small-size .entry-footer .btn:not(.link) {
    font-size: 0.75rem;
    line-height: 1.875rem;
    height: 1.875rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.awp-banner.small-size .entry-footer .banner-price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1.625rem;
  line-height: 1;
}

.awp-banner.small-size .entry-footer .banner-price .price-label {
  font-size: 75%;
  margin-left: 0.375rem;
  opacity: 0.7;
}

.awp-banner.small-size .entry-footer .banner-price .price {
  font-size: inherit;
}

.awp-banner.small-size .entry-footer .banner-price.size-sm {
  font-size: 1.25rem;
}

.awp-banner.small-size .entry-footer .banner-price.bolded .price {
  font-weight: 700;
}

@media screen and (max-width: 767.98px) {
  .awp-banner.for-slider .entry-inner {
    width: 90% !important;
  }
}

@media screen and (max-width: 991.98px) {
  .awp-banner.for-slider .entry-inner {
    width: 60% !important;
  }
}

@media screen and (max-width: 575.98px) {
  .awp-banner.for-slider .entry-inner {
    width: 90% !important;
  }
}

.awp-banner.for-slider .entry-title {
  font-size: 1.875rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .awp-banner.for-slider .entry-title {
    margin-bottom: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .awp-banner.for-slider .entry-subtitle {
    font-size: 1rem;
    line-height: 1;
  }
}

.awp-banner.for-slider .entry-footer .btn {
  height: 2.5rem;
}

@media screen and (min-width: 768px) {
  .awp-banner.for-slider.inner-style.space-50 .entry-wrapper {
    padding: 3.125rem 3.75rem;
  }

  .awp-banner.for-slider.inner-style.space-60 .entry-wrapper {
    padding: 3.75rem 4.375rem;
  }

  .awp-banner.for-slider.inner-style.space-60.align-start .entry-wrapper {
    padding: 4.375rem;
  }
}

@media screen and (max-width: 991.98px) {
  .awp-banner.banner-text .banner-column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .awp-banner.banner-text .banner-column+.banner-column {
    margin-top: 0.625rem;
  }
}

.awp-banner.banner-text .entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.awp-banner.banner-text .entry-wrapper .banner-column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media screen and (min-width: 992px) {

  .awp-banner.banner-text .entry-wrapper .banner-column:nth-child(1),
  .awp-banner.banner-text .entry-wrapper .banner-column:nth-child(3) {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.awp-banner.banner-text .entry-wrapper .text-wrapper {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 992px) {
  .awp-banner.banner-text .entry-wrapper .text-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.awp-banner.banner-text .entry-wrapper .text-wrapper .entry-title {
  font-size: 1.25rem;
  margin-bottom: 0.3125rem;
}

.awp-banner.banner-text .entry-wrapper .text-wrapper .entry-caption {
  font-size: 0.9375rem;
}

@media screen and (min-width: 992px) {
  .awp-banner.banner-text .entry-wrapper .text-wrapper .entry-caption {
    font-size: 1rem;
  }
}

.awp-banner.banner-text .entry-wrapper .text-wrapper .entry-caption p {
  margin-bottom: 0;
}

.awp-banner.banner-text .entry-wrapper .simple-image {
  max-width: 23.75rem;
}

@media screen and (min-width: 1200px) {
  .awp-banner.custom-height .entry-media {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }

  .awp-banner.custom-height .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .awp-banner.custom-height .entry-media video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 1199.98px) {
  .awp-banner.custom-height {
    height: auto !important;
  }
}

.awp-banner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.awp-banner-box .column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .awp-banner-box .column {
    width: 50%;
  }
}

.awp-banner-box .banner-box-image img {
  width: 100%;
}

.awp-banner-box .banner-box-content {
  text-align: center;
  padding: 1.25rem;
}

@media screen and (min-width: 768px) {
  .awp-banner-box .banner-box-content {
    padding: 3.75rem;
  }
}

.awp-banner-box .banner-box-content .text-inner {
  max-width: 28.75rem;
  margin-right: auto;
  margin-left: auto;
}

.awp-banner-box .banner-box-content .text-inner .entry-subtitle {
  color: var(--theme-primary-color);
}

@media screen and (min-width: 768px) {
  .awp-banner-box .banner-box-content .text-inner .entry-title {
    margin-bottom: 1.25rem;
  }
}

.awp-banner-box .banner-box-content .text-inner .entry-description {
  margin-bottom: 2.5rem;
}

/* ----- Slider component settings ----- */
.awp-slider-wrapper {
  position: relative;
  z-index: 1;
}

.awp-slider-wrapper .awp-loader-wrapper {
  will-change: opacity;
  -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.awp-slider-wrapper .awp-slider {
  opacity: 0;
  visibility: hidden;
  will-change: contents;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.awp-slider-wrapper .awp-slider.carousel-style {
  max-height: 18.75rem;
}

.awp-slider-wrapper .awp-slider.slider-style {
  max-height: 34.375rem;
}

.awp-slider-wrapper .awp-slider>.slick-list>.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.awp-slider-wrapper .awp-slider>.slick-list>.slick-track .slick-slide {
  height: auto;
  white-space: initial;
}

.awp-slider-wrapper.slider-loaded .awp-loader-wrapper {
  opacity: 0;
  visibility: hidden;
}

.awp-slider-wrapper.slider-loaded .awp-slider.slick-initialized {
  max-height: none !important;
  opacity: 1;
  visibility: visible;
}

.awp-slider-wrapper .awp-slider.slider-spaced {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}

.awp-slider-wrapper .awp-slider.slider-spaced .slider-item {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}

.awp-slider-wrapper .slick-nav {
  all: unset;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  padding: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.15s cubic-bezier(0.42, 0, 0.58, 1), color 0.15s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.15s cubic-bezier(0.42, 0, 0.58, 1), border-color 0.15s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.15s cubic-bezier(0.42, 0, 0.58, 1), color 0.15s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.15s cubic-bezier(0.42, 0, 0.58, 1), border-color 0.15s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.15s cubic-bezier(0.42, 0, 0.58, 1), color 0.15s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.15s cubic-bezier(0.42, 0, 0.58, 1), border-color 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.15s cubic-bezier(0.42, 0, 0.58, 1), color 0.15s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.15s cubic-bezier(0.42, 0, 0.58, 1), border-color 0.15s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 1;
}

.awp-slider-wrapper .slick-nav.slick-next {
  right: auto;
  left: 0;
}

.awp-slider-wrapper .slick-nav.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.awp-slider-wrapper .slick-nav svg {
  fill: currentColor;
}

.awp-slider-wrapper .awp-slider .slick-nav {
  width: 2.375rem;
  height: 4.25rem;
  color: currentColor;
  background-color: transparent;
}

.awp-slider-wrapper .awp-slider .slick-nav svg {
  width: 130%;
  height: 130%;
}

.awp-slider-wrapper .awp-slider .slick-nav:hover {
  background-color: transparent;
}

.awp-slider-wrapper .awp-slider.hidden-arrows:not(.zoom-effect) .slick-nav {
  opacity: 0;
}

.awp-slider-wrapper .awp-slider.hidden-arrows:not(.zoom-effect) .slick-nav.slick-prev {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.awp-slider-wrapper .awp-slider.hidden-arrows:not(.zoom-effect) .slick-nav.slick-next {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.awp-slider-wrapper .awp-slider.hidden-arrows:not(.zoom-effect):hover .slick-nav {
  opacity: 1;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.awp-slider-wrapper .awp-slider.hidden-arrows.zoom-effect .slick-nav {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.awp-slider-wrapper .awp-slider.hidden-arrows.zoom-effect:hover .slick-nav {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.awp-slider-wrapper .awp-slider.slider-style .slick-nav.slick-prev {
  right: 0.9375rem;
}

.awp-slider-wrapper .awp-slider.slider-style .slick-nav.slick-next {
  left: 0.9375rem;
}

.awp-slider-wrapper .awp-slider.arrows-white-shadow .slick-nav {
  color: #1B1F22;
  background-color: #FFF;
  border: 1px solid;
  -webkit-box-shadow: 0 1px 3px 0 rgba(27, 31, 34, 0.08), 0 1px 2px 0 rgba(27, 31, 34, 0.04);
  box-shadow: 0 1px 3px 0 rgba(27, 31, 34, 0.08), 0 1px 2px 0 rgba(27, 31, 34, 0.04);
}

body[data-color=custom][data-theme=light] .awp-slider-wrapper .awp-slider.arrows-white-shadow .slick-nav {
  border-color: rgba(var(--color-rgb), 0.05);
}

body[data-color=default] .awp-slider-wrapper .awp-slider.arrows-white-shadow .slick-nav {
  border-color: var(--color-gray50);
}

.awp-slider-wrapper .awp-slider.arrows-white-border .slick-nav {
  border: 1px solid;
}

body[data-color=custom][data-theme=light] .awp-slider-wrapper .awp-slider.arrows-white-border .slick-nav {
  color: #1B1F22;
  background-color: #FFF;
  border-color: rgba(var(--color-rgb), 0.15);
}

body[data-color=default] .awp-slider-wrapper .awp-slider.arrows-white-border .slick-nav {
  color: #1B1F22;
  background-color: #FFF;
  border-color: var(--color-gray300);
}

.awp-slider-wrapper .awp-slider.arrows-white-opacity .slick-nav {
  color: #1B1F22;
  background-color: rgba(255, 255, 255, 0.25);
}

.awp-slider-wrapper .awp-slider.arrows-white-opacity .slick-nav:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

.awp-slider-wrapper .awp-slider.arrows-theme .slick-nav {
  color: var(--color-text);
  background-color: var(--color-background);
  border: 1px solid rgba(var(--color-rgb), 0.1);
}

.awp-slider-wrapper .awp-slider.arrows-theme .slick-nav:hover {
  background-color: var(--theme-primary-hover-color);
  border-color: transparent;
}

.awp-slider-wrapper .awp-slider.arrows-dark .slick-nav {
  color: #FFF;
  background-color: rgba(27, 31, 34, 0.25);
}

.awp-slider-wrapper .awp-slider.arrows-dark .slick-nav:hover {
  background-color: rgba(27, 31, 34, 0.35);
}

.awp-slider-wrapper .awp-slider.arrows-style-1 .slick-nav {
  width: 2rem;
  height: 4.25rem;
  border-radius: calc(var(--theme-radius-base) / 2);
}

.awp-slider-wrapper .awp-slider.arrows-style-1 .slick-nav svg {
  width: 56%;
  height: auto;
}

.awp-slider-wrapper .awp-slider.arrows-style-1 .slick-nav svg>* {
  stroke-width: 2.5;
}

.awp-slider-wrapper .awp-slider.arrows-style-1.carousel-style .slick-nav.slick-prev {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.awp-slider-wrapper .awp-slider.arrows-style-1.carousel-style .slick-nav.slick-next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.awp-slider-wrapper .awp-slider.arrows-style-2 .slick-nav {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}

.awp-slider-wrapper .awp-slider.arrows-style-2 .slick-nav svg {
  width: 0.875rem;
  height: auto;
}

.awp-slider-wrapper .awp-slider.arrows-style-2 .slick-nav svg>* {
  stroke-width: 2;
}

.awp-slider-wrapper .awp-slider.arrows-style-2 .slick-nav.slick-prev svg {
  position: relative;
  right: -0.0625rem;
}

.awp-slider-wrapper .awp-slider.arrows-style-2 .slick-nav.slick-next svg {
  position: relative;
  left: -0.0625rem;
}

.awp-slider-wrapper .awp-slider.arrows-style-2.carousel-style .slick-nav.slick-prev {
  right: -1.25rem;
}

.awp-slider-wrapper .awp-slider.arrows-style-2.carousel-style .slick-nav.slick-next {
  left: -1.25rem;
}

.awp-slider-wrapper .awp-slider.arrows-style-2.slider-style .slick-nav {
  width: 3rem;
  height: 3rem;
}

.awp-slider-wrapper .awp-slider.arrows-style-2.slider-style .slick-nav svg {
  width: 1.125rem;
}

.awp-slider-wrapper .awp-slider.arrows-style-2.slider-style:not(.full-width) .slick-nav.slick-prev {
  right: -1.5rem;
}

.awp-slider-wrapper .awp-slider.arrows-style-2.slider-style:not(.full-width) .slick-nav.slick-next {
  left: -1.5rem;
}

.awp-slider-wrapper .slick-dots {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 992px) {
  .awp-slider-wrapper .slick-dots {
    margin: 1.875rem 0 0;
  }
}

.awp-slider-wrapper .slick-dots li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  line-height: 0;
}

.awp-slider-wrapper .slick-dots li button {
  all: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 0 !important;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

body[data-color=custom][data-theme=light] .awp-slider-wrapper .slick-dots li button {
  background-color: rgba(var(--color-rgb), 0.2);
}

body[data-color=custom][data-theme=light] .awp-slider-wrapper .slick-dots li button:hover {
  background-color: rgba(var(--color-rgb), 0.3);
}

body[data-color=default] .awp-slider-wrapper .slick-dots li button {
  background-color: var(--color-gray300);
}

body[data-color=default] .awp-slider-wrapper .slick-dots li button:hover {
  background-color: var(--color-gray400);
}

.awp-slider-wrapper .slick-dots li.slick-active>button {
  background-color: var(--theme-primary-color) !important;
}

.awp-slider-wrapper .awp-slider.dots-style-2 .slick-dots {
  gap: 0.5625rem;
}

.awp-slider-wrapper .awp-slider.dots-style-2 .slick-dots li.slick-active button {
  border: 1px solid var(--theme-primary-color);
  -webkit-box-shadow: 0 0 0 2px var(--theme-primary-color);
  box-shadow: 0 0 0 2px var(--theme-primary-color);
  background-color: transparent !important;
}

@media screen and (min-width: 768px) {
  .awp-slider-wrapper .awp-slider.slider-style .slick-dots {
    position: absolute;
    bottom: 1.875rem;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    background-color: rgba(27, 31, 34, 0.3);
    padding: 0.375rem 0.5rem;
    border-radius: 1.25rem;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .awp-slider-wrapper .awp-slider.slider-style.dots-style-1 .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .awp-slider-wrapper .awp-slider.slider-style.dots-style-1 .slick-dots li button:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .awp-slider-wrapper .awp-slider.slider-style.dots-style-1 .slick-dots li.slick-active>button {
    background-color: white !important;
  }
}

.awp-slider-wrapper .awp-slider.gutter-2 .slick-track {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}

.awp-slider-wrapper .awp-slider.gutter-2 .slick-track .slider-item {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}

.awp-slider-wrapper .awp-slider.gutter-5 .slick-list {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}

.awp-slider-wrapper .awp-slider.gutter-5 .slick-list .slider-item {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}

.awp-slider-wrapper .awp-slider.gutter-10 .slick-list {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.awp-slider-wrapper .awp-slider.gutter-10 .slick-list .slider-item {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.awp-slider-wrapper .awp-slider.gutter-15 .slick-list {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.awp-slider-wrapper .awp-slider.gutter-15 .slick-list .slider-item {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.awp-slider-wrapper .awp-slider.gutter-25 .slick-list {
  margin-right: -1.5625rem;
  margin-left: -1.5625rem;
}

.awp-slider-wrapper .awp-slider.gutter-25 .slick-list .slider-item {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

.awp-slider-wrapper .awp-slider.full-width {
  margin-right: 0;
  margin-left: 0;
}

.awp-slider-wrapper .awp-slider.full-width .slider-item {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 1200px) {
  .awp-slider-wrapper .awp-slider.full-width .slick-nav.slick-prev {
    right: 1.875rem;
  }
}

@media screen and (min-width: 1200px) {
  .awp-slider-wrapper .awp-slider.full-width .slick-nav.slick-next {
    left: 1.875rem;
  }
}

.awp-slider-wrapper .awp-slider.full-width .awp-banner {
  border-radius: 0;
}

@media screen and (min-width: 1200px) {
  .awp-slider-wrapper .awp-slider.full-width .awp-banner.align-center .entry-inner {
    position: relative;
    top: -2.5rem;
  }
}

.awp-slider-wrapper .awp-slider.full-width .awp-banner .entry-wrapper {
  max-width: calc(var(--theme-site-width) - 5rem);
  margin-right: auto;
  margin-left: auto;
  left: 0;
}

@media screen and (min-width: 1200px) {
  .awp-slider-wrapper .awp-slider.full-width .awp-banner .entry-wrapper.col-custom-offset-300 {
    padding-right: 23.125rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .awp-slider-wrapper .awp-slider.full-width .awp-banner .entry-wrapper.col-custom-offset-310 {
    padding-right: 23.75rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .awp-slider-wrapper .awp-slider.full-width .awp-banner .entry-wrapper.col-custom-offset-320 {
    padding-right: 24.375rem !important;
  }
}

.awp-slider-wrapper.visible-slider .slick-list {
  overflow: visible;
}

@media screen and (max-width: 1023.98px) {
  .awp-slider-wrapper .awp-slider.column-style .slider-item {
    height: auto !important;
    padding-bottom: 1.875rem;
  }
}

.awp-slider-wrapper .awp-slider.column-style .awp-banner {
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .awp-slider-wrapper .awp-slider.column-style .awp-banner {
    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;
  }
}

.awp-slider-wrapper .awp-slider.column-style .entry-extra-image {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 43%;
  pointer-events: none;
  z-index: 2;
}

@media screen and (max-width: 1023.98px) {
  .awp-slider-wrapper .awp-slider.column-style .entry-extra-image {
    display: none;
  }
}

.awp-slider-wrapper .awp-slider.column-style .entry-extra-image img {
  height: 100%;
}

.awp-slider-wrapper .awp-slider.column-style .entry-media {
  position: relative;
  height: 30vh;
}

@media screen and (min-width: 1024px) {
  .awp-slider-wrapper .awp-slider.column-style .entry-media {
    position: absolute;
    max-width: 46%;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
  }
}

.awp-slider-wrapper .awp-slider.column-style .entry-media img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.awp-slider-wrapper .awp-slider.column-style .btn {
  font-size: var(--theme-button-font-size);
}

.awp-slider-wrapper .awp-slider.column-style .entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5625rem;
  z-index: 3;
}

@media screen and (min-width: 1024px) {
  .awp-slider-wrapper .awp-slider.column-style .entry-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    padding-top: 0;
  }
}

.awp-slider-wrapper .awp-slider.column-style .entry-wrapper .entry-inner {
  width: 100%;
  max-width: none !important;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .awp-slider-wrapper .awp-slider.column-style .entry-wrapper .entry-inner {
    max-width: 45% !important;
    padding-right: 0;
    padding-left: 0;
  }
}

.awp-slider-wrapper .awp-slider.column-style .entry-wrapper .entry-inner .entry-footer .btn {
  height: 2.875rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

.awp-slider-wrapper .awp-slider.column-style.watch-slider .entry-extra-image {
  left: 45.4%;
}

@media screen and (min-width: 1024px) {
  .awp-slider-wrapper .awp-slider.column-style.watch-slider .entry-media {
    max-width: 44%;
  }
}

.awp-slider-wrapper .awp-slider.column-style.watch-slider .entry-wrapper .entry-inner {
  max-width: 44%;
  margin-left: -20px;
}

.awp-slider-wrapper .awp-slider.column-style.animate .entry-media>span {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: var(--color-gray25);
  z-index: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.25s cubic-bezier(0.45, 0, 0.55, 1);
}

.awp-slider-wrapper .awp-slider.column-style.animate .entry-inner {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.25s cubic-bezier(0.45, 0, 0.55, 1);
}

.awp-slider-wrapper .awp-slider.column-style.animate .entry-extra-image {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.25s cubic-bezier(0.45, 0, 0.55, 1);
}

.awp-slider-wrapper .awp-slider.column-style.animate .animation-out .entry-inner {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
}

.awp-slider-wrapper .awp-slider.column-style.animate .animation-out .entry-extra-image {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}

.awp-slider-wrapper .awp-slider.column-style.animate .animation-out .entry-media>span {
  bottom: 0;
}

.awp-slider-wrapper .awp-slider.column-style.animate .animation-in .entry-inner,
.awp-slider-wrapper .awp-slider.column-style.animate .animation-in .entry-extra-image {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.awp-slider-wrapper .awp-slider.column-style.animate .animation-in .entry-extra-image {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.awp-slider-wrapper .awp-slider.column-style.animate .animation-in .entry-media>span {
  top: 0;
  height: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
}

/* ----- countdown component ----- */
.awp-countdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.awp-countdown-wrapper .awp-countdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}

.awp-countdown-wrapper .awp-countdown .count-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  min-width: 1.875rem;
  height: 1.5625rem;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  margin-right: 0.1875rem;
  border: 1px solid;
  border-radius: calc(var(--theme-radius-base) / 2);
}

.awp-countdown-wrapper .awp-countdown .count-item .count {
  width: 1.1875rem;
}

.awp-countdown-wrapper .awp-countdown .count-item .count-label {
  font-size: 85%;
  font-weight: 400;
  margin-right: 0.25rem;
}

.awp-countdown-wrapper .awp-countdown .count-item+span {
  margin-right: 0.1875rem;
}

.awp-countdown-wrapper .awp-countdown.not-labelled .count-label {
  display: none;
}

.awp-countdown-wrapper .awp-countdown.separate-second .sep-h,
.awp-countdown-wrapper .awp-countdown.separate-second .sep-m {
  display: none;
}

.awp-countdown-wrapper .awp-countdown.size-xs {
  font-size: 0.75rem;
}

.awp-countdown-wrapper .awp-countdown.size-xs .count-item {
  width: 1.875rem;
  height: 1.5rem;
  line-height: 1.625rem;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.awp-countdown-wrapper .awp-countdown.size-xs .count-item .count-label {
  font-size: 80%;
}

.awp-countdown-wrapper .awp-countdown.size-xs .count-item:first-child {
  margin-right: 0;
}

.awp-countdown-wrapper .awp-countdown.size-md {
  font-size: 1rem;
}

.awp-countdown-wrapper .awp-countdown.size-md .count-item {
  height: 1.875rem;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.awp-countdown-wrapper .awp-countdown.size-md .count-item .count {
  width: 1.4375rem;
}

.awp-countdown-wrapper .awp-countdown.size-md .count-item .count-label {
  font-size: 80%;
}

.awp-countdown-wrapper .awp-countdown.size-lg {
  font-size: 1.125rem;
}

.awp-countdown-wrapper .awp-countdown.size-lg .count-item {
  height: 2.125rem;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.awp-countdown-wrapper .awp-countdown.size-lg .count-item .count {
  width: 1.5625rem;
}

.awp-countdown-wrapper .awp-countdown.size-lg .count-item .count-label {
  position: relative;
  font-size: 80%;
  line-height: 2.125rem;
  top: 1px;
}

.awp-countdown-wrapper .awp-countdown.filled>span {
  opacity: 0.4;
}

.awp-countdown-wrapper .awp-countdown.filled .count-item {
  border-color: transparent;
  background-color: var(--color-gray100);
}

body[data-color=custom][data-theme=light] .awp-countdown-wrapper .awp-countdown.filled .count-item {
  background-color: rgba(var(--color-rgb), 0.1);
}

body[data-color=default] .awp-countdown-wrapper .awp-countdown.filled .count-item {
  background-color: var(--color-gray200);
}

.awp-countdown-wrapper .awp-countdown.filled.red .count-item {
  color: #FFF !important;
  background-color: var(--color-red600) !important;
}

.awp-countdown-wrapper .awp-countdown.filled.red .count-item .count-label {
  opacity: 0.6;
}

.awp-countdown-wrapper .awp-countdown.opacity-white .count-item {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.25) !important;
  border-color: transparent;
}

.awp-countdown-wrapper .awp-countdown.opacity-black .count-item {
  color: #1B1F22;
  background-color: rgba(27, 31, 34, 0.1) !important;
  border-color: transparent;
}

.awp-countdown-wrapper .awp-countdown.opacity-primary .count-item {
  color: var(--theme-primary-color);
  background-color: color-mix(in srgb, var(--theme-primary-color) 12%, transparent) !important;
  border-color: transparent;
}

.awp-countdown-wrapper .awp-countdown.style-minimal {
  gap: 0.9375rem;
}

.awp-countdown-wrapper .awp-countdown.style-minimal .count-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0;
  height: auto;
  border: 0;
}

@media screen and (min-width: 1024px) {
  .awp-countdown-wrapper .awp-countdown.style-minimal .count-item .count {
    font-size: 2.75rem;
    width: 3.125rem;
  }
}

.awp-countdown-wrapper .awp-countdown.style-minimal .count-item .count-label {
  font-size: 0.625rem;
  text-transform: uppercase;
  line-height: 1.8;
  margin-right: 0;
  opacity: 0.5;
}

.awp-countdown-wrapper .awp-countdown.style-minimal .count-item+span {
  display: none;
}

.awp-countdown-wrapper .awp-countdown.style-mini .count-item {
  border: 0;
  height: auto;
}

/* ----- Theme iconlist settings ----- */
.awp-iconlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.5625rem;
  -moz-column-gap: 1.5625rem;
  column-gap: 1.5625rem;
  white-space: nowrap;
  list-style: none;
  width: 100%;
  overflow-x: scroll;
  margin: 0;
  padding: 0 0 0.3125rem;
}

@media screen and (min-width: 1200px) {
  .awp-iconlist ul {
    white-space: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    overflow: visible;
    padding: 0;
  }
}

.awp-iconlist ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.awp-iconlist ul li .icon {
  font-size: 1.375rem;
  margin-left: 0.5rem;
}

.awp-iconlist ul li .icon i {
  line-height: 1;
}

.awp-iconlist ul li .icon i::before {
  margin: 0;
}

.awp-iconlist ul li .icon i.awp-icon-ecommerce-like {
  font-size: 1.25rem;
}

.awp-iconlist ul li .text p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

/* ----- Categories component ----- */
.awp-category-block.style-1 {
  position: relative;
  border-radius: var(--theme-radius-base);
}

body[data-color=custom][data-theme=light] .awp-category-block.style-1 {
  background-color: rgba(var(--color-rgb), 0.1);
}

body[data-color=default] .awp-category-block.style-1 {
  background-color: var(--color-gray100);
}

.awp-category-block.style-1 a {
  color: currentColor;
}

.awp-category-block.style-1 .category-detail {
  padding: 1.25rem 1.25rem 1.5625rem;
}

@media screen and (min-width: 992px) {
  .awp-category-block.style-1 .category-detail {
    padding: 1.5625rem 1.5625rem 1.875rem;
  }
}

.awp-category-block.style-1 .category-detail .entry-title {
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .awp-category-block.style-1 .category-detail .entry-title {
    font-size: 0.9375rem;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.awp-category-block.style-1 .category-detail>ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
}

.awp-category-block.style-1 .category-detail>ul li a {
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.awp-category-block.style-1 .category-detail>ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.awp-category-block.style-1 .category-detail>ul li a:hover::before {
  opacity: 1;
}

.awp-category-block.style-1 .category-thumbnail img {
  height: 4.125rem;
  margin-right: auto;
  margin-left: auto;
}

.awp-category-block.style-2 {
  position: relative;
  text-align: center;
}

.awp-category-block.style-2 .category-thumbnail {
  margin-bottom: 0.625rem;
  padding: 1.25rem 1.25rem 0;
}

@media screen and (min-width: 1024px) {
  .awp-category-block.style-2 .category-thumbnail {
    padding: 1.5625rem 1.5625rem 0;
  }
}

.awp-category-block.style-2 .category-detail .entry-title {
  font-size: 0.9375rem;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.awp-category-block.style-2 .category-detail .category-count {
  font-size: 0.75rem;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.2s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.awp-category-block.style-2:hover .category-detail .entry-title {
  color: var(--theme-primary-hover-color);
}

.awp-category-block.style-2:hover .category-detail .category-count {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.awp-category-block.style-2.small .category-detail .entry-title {
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
}

.awp-category-block.style-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.awp-category-block.style-3 .category-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 35%;
  margin-left: 1.25rem;
}

.awp-category-block.style-3 .category-detail .entry-title {
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.awp-category-block.style-3 .category-detail .category-count {
  font-size: 0.75rem;
  opacity: 0.4;
}

.awp-category-block.style-3 .category-detail .sub-categories {
  list-style: none;
  margin: 0.5rem 0 0.75rem;
  padding: 0;
}

.awp-category-block.style-3 .category-detail .sub-categories li a {
  position: relative;
  font-size: 0.8125rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  color: var(--color-gray700);
}

.awp-category-block.style-3 .category-detail .sub-categories li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.awp-category-block.style-3 .category-detail .sub-categories li a:hover::before {
  opacity: 1;
}

.awp-category-block.style-3 .category-detail .btn {
  font-size: 0.8125rem;
}

.awp-category-block.style-4 {
  position: relative;
}

.awp-category-block.style-4 .entry-title {
  font-size: 1rem;
  text-align: center;
  margin-top: 0.625rem;
}

.awp-category-block.style-4 .category-count {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.375rem 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  background-color: var(--color-background);
  top: 0.625rem;
  left: 0.625rem;
  border-radius: var(--theme-radius-base);
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.awp-category-block.style-4:hover .category-count {
  opacity: 1;
}

.awp-category-block.style-5 {
  position: relative;
}

.awp-category-block.style-5 .category-detail {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0.9375rem;
}

.awp-category-block.style-5 .entry-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--theme-body-font);
  font-size: 0.8125rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0.625rem;
  background-color: var(--color-background);
  border: 1px solid var(--color-text);
  padding: 0.3125rem 0.625rem;
}

.awp-category-block.style-5:hover .category-count {
  opacity: 1;
}

.awp-category-block.style-6 {
  position: relative;
  text-align: center;
}

.awp-category-block.style-6 .category-thumbnail {
  margin-bottom: 0.625rem;
  background-color: var(--color-gray50);
  border-radius: 0.1875rem;
}

.awp-category-block.style-6 .category-detail .entry-title {
  font-size: 1rem;
  margin-bottom: 0.1875rem;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.awp-category-block.style-6 .category-detail .category-count {
  font-size: 0.75rem;
  color: var(--color-gray600);
}

.awp-category-block.style-6:hover .category-detail .entry-title {
  color: var(--theme-primary-hover-color);
}

.awp-category-block.style-7 {
  position: relative;
  text-align: center;
}

.awp-category-block.style-7 .category-thumbnail {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-bottom: 0.625rem;
  border-radius: 0.1875rem;
}

.awp-category-block.style-7 .category-detail .entry-title {
  font-size: 0.875rem;
  margin-bottom: 0.1875rem;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.awp-category-block.style-7 .category-detail .category-count {
  font-size: 0.75rem;
  color: var(--color-gray600);
}

.awp-category-block.style-7:hover .category-detail .entry-title {
  color: var(--theme-primary-hover-color);
}

.awp-category-block.style-8 {
  position: relative;
  border: 1px solid var(--color-gray300);
  overflow: hidden;
  border-radius: var(--theme-radius-base);
}

.awp-category-block.style-8 .category-detail {
  padding: 1.25rem;
}

.awp-category-block.style-8 .category-detail>img {
  max-height: 4.125rem;
  margin-right: auto;
  margin-left: auto;
}

.awp-category-block.style-8 .category-detail .category-count {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  opacity: 0.6;
}

.awp-category-block.style-9 {
  position: relative;
  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;
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.awp-category-block.style-9 .category-thumbnail svg {
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .awp-category-block.style-9 .category-thumbnail svg {
    height: auto;
  }
}

.awp-category-block.style-9 .category-detail {
  position: absolute;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.awp-category-block.style-9 .category-detail .entry-title {
  font-size: 1.375rem;
  margin-bottom: 0;
}

.awp-category-block.style-9 .category-detail .entry-title span {
  display: block;
  width: 100%;
}

.awp-category-block.style-9:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.awp-category-block .rounded {
  position: relative;
  border-radius: 50% !important;
  overflow: hidden;
}

/* Category parent */
.category-bordered.slick-slider .slick-list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 0px);
  border: 0.0625rem solid;
  border-radius: var(--theme-radius-base);
  pointer-events: none;
}

body[data-color=custom][data-theme=light] .category-bordered.slick-slider .slick-list::before {
  border-color: rgba(var(--color-rgb), 0.15);
}

body[data-color=default] .category-bordered.slick-slider .slick-list::before {
  border-color: var(--color-gray200);
}

.category-bordered.slick-slider .slick-list .slider-item {
  position: relative;
}

.category-bordered.slick-slider .slick-list .slider-item:not(.slick-current)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
}

body[data-color=custom][data-theme=light] .category-bordered.slick-slider .slick-list .slider-item:not(.slick-current)::after {
  background-color: rgba(var(--color-rgb), 0.1);
}

body[data-color=default] .category-bordered.slick-slider .slick-list .slider-item:not(.slick-current)::after {
  background-color: var(--color-gray200);
}

.category-bordered.slick-slider .slick-list .awp-category-block {
  padding-bottom: 1.25rem;
}

/* ----- coupon settings ----- */
.awp-coupon-banner .awp-coupon-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: var(--theme-radius-base);
  padding: 0.9375rem;
}

.awp-coupon-banner .awp-coupon-inner .entry-title {
  font-size: 1.25rem;
}

.awp-coupon-banner .awp-coupon-inner .entry-title strong {
  font-weight: 700;
  text-decoration: underline;
}

.awp-coupon-banner .awp-coupon-inner p {
  font-size: 0.875rem;
}

.awp-coupon-banner .awp-coupon-inner .awp-coupon-code {
  font-size: 0.9375rem;
  font-weight: 600;
}

.awp-coupon-banner.red .awp-coupon-inner {
  color: #FFF;
  background-color: var(--color-red600);
}

.awp-coupon-banner.red-light .awp-coupon-inner {
  color: var(--color-red600);
  background-color: var(--color-red50);
}

.awp-coupon-banner.red-light .awp-coupon-inner p {
  color: var(--color-red700);
}

.awp-coupon-banner.yellow-light .awp-coupon-inner {
  color: var(--color-text);
  background-color: var(--color-yellow50);
}

.awp-coupon-banner.yellow-light .awp-coupon-inner p {
  color: var(--color-text);
}

.awp-coupon-banner.style-1 .awp-coupon-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 0.625rem;
}

@media screen and (min-width: 992px) {
  .awp-coupon-banner.style-1 .awp-coupon-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    line-height: 1;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.awp-coupon-banner.style-1 .awp-coupon-inner .entry-title {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .awp-coupon-banner.style-1 .awp-coupon-inner .entry-title {
    font-size: 1.125rem;
    text-align: initial;
    margin-bottom: 0;
  }
}

.awp-coupon-banner.style-1 .awp-coupon-inner p {
  margin-bottom: 0;
}

.awp-coupon-banner.style-1 .awp-coupon-inner .awp-coupon-code {
  font-size: 1rem;
  border: 1px dashed;
  padding: 0.4375rem 0.75rem;
  border-radius: calc(var(--theme-radius-base) / 2);
}

/*---------------------------------------------------- 
  05. Header
----------------------------------------------------*/
/* ----- Header global settings ----- */
.site-header:not(.transparent) {
  position: relative;
  z-index: 11;
}

[data-theme=light] .site-header:not(.transparent) .color-scheme-dark {
  color: #1B1F22;
}

.site-header:not(.transparent) .color-scheme-light {
  color: #FFF;
}

.site-header:not(.transparent) .color-scheme-theme {
  color: var(--color-text);
}

.site-header:not(.transparent) .color-layout-white {
  background-color: #FFF;
}

.site-header:not(.transparent) .color-layout-white.stuck {
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
  box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}

.site-header:not(.transparent) .color-layout-white.stuck .header-inner {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.site-header:not(.transparent) .color-layout-white.stuck::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  background-color: currentColor;
  opacity: 0.1;
}

.site-header:not(.transparent) .color-layout-black {
  background-color: #1B1F22;
}

.site-header:not(.transparent) .color-layout-black .header-decorator {
  color: #1B1F22;
}

.site-header:not(.transparent) .color-layout-red {
  background-color: var(--color-red600);
}

.site-header:not(.transparent) .color-layout-red .header-decorator {
  color: var(--color-red600);
}

.site-header:not(.transparent) .color-layout-theme {
  background-color: var(--color-background);
}

.site-header:not(.transparent) .color-layout-primary {
  background-color: var(--theme-primary-color);
}

.site-header:not(.transparent) .color-layout-primary .header-decorator {
  color: var(--theme-primary-color);
}

.site-header:not(.transparent) .color-layout-secondary {
  background-color: var(--theme-secondary-color);
}

.site-header:not(.transparent) .color-layout-secondary .header-decorator {
  color: var(--theme-secondary-color);
}

.site-header:not(.transparent) .color-layout-custom.green-light {
  background-color: #e5f3ef;
}

.site-header:not(.transparent) .color-layout-custom.green-light .header-decorator {
  color: #e5f3ef;
}

.site-header:not(.transparent) .color-layout-custom.dark-blue {
  background-color: #031424;
}

.site-header:not(.transparent) .color-layout-custom.dark-blue .header-decorator {
  color: #031424;
}

.site-header:not(.transparent) .color-layout-custom.brown {
  background-color: #3a2a2f;
}

.site-header:not(.transparent) .color-layout-custom.brown .header-decorator {
  color: #3a2a2f;
}

.site-header:not(.transparent) .color-layout-custom.brown-dark {
  background-color: #3a2a2f;
}

.site-header:not(.transparent) .color-layout-custom.brown-dark .header-decorator {
  color: #3a2a2f;
}

.site-header:not(.transparent) .color-layout-custom.auto-part {
  background-color: #132530;
}

.site-header:not(.transparent) .color-layout-custom.auto-part .header-decorator {
  color: #132530;
}

.site-header:not(.transparent) .color-layout-custom.medical {
  background-color: #05bbf2;
}

.site-header:not(.transparent) .color-layout-custom.medical .header-decorator {
  color: #05bbf2;
}

.site-header:not(.transparent) .color-layout-custom.jewellery {
  background-color: #faf5ea;
}

.site-header:not(.transparent) .color-layout-custom.baby {
  background-color: #ddf1eb;
}

.site-header:not(.transparent) .color-layout-custom.baby-1 {
  color: #fff;
  background-color: #00cae7;
}

.site-header:not(.transparent) .color-layout-custom.wine-menu {
  background-color: #fff4f6;
}

.site-header:not(.transparent) .color-layout-custom.book-dark {
  color: #fff;
  background-color: #1a2a4e;
}

.site-header:not(.transparent) .color-layout-custom.toys {
  color: #fff;
  background-color: #ec073c;
}

.site-header:not(.transparent) .color-layout-custom.garden-nav {
  background-color: #f8f5ec;
}


@media screen and (min-width: 1024px) {
  .site-header.header-transparent-desktop {
    position: absolute;
    width: 100%;
  }

  .site-header.header-transparent-desktop .header-topbar {
    color: #fff !important;
    background-color: transparent !important;
  }

  .site-header.header-transparent-desktop .header-main:not(.stuck) {
    color: #fff !important;
    background-color: transparent !important;
  }

  .site-header.header-transparent-desktop .header-main:not(.stuck) .site-brand .dark-logo {
    opacity: 0;
  }

  .site-header.header-transparent-desktop .header-main:not(.stuck) .site-brand .light-logo {
    opacity: 1;
  }

  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input::-webkit-input-placeholder {
    color: #FFF;
  }

  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input::-moz-placeholder {
    color: #FFF;
  }

  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:-ms-input-placeholder {
    color: #FFF;
  }

  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input::-ms-input-placeholder {
    color: #FFF;
  }

  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input::placeholder {
    color: #FFF;
  }

  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:active,
  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:focus {
    color: var(--color-text);
  }

  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:active::-webkit-input-placeholder,
  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:focus::-webkit-input-placeholder {
    color: var(--color-gray600);
  }

  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:active::-moz-placeholder,
  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:focus::-moz-placeholder {
    color: var(--color-gray600);
  }

  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:active:-ms-input-placeholder,
  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:focus:-ms-input-placeholder {
    color: var(--color-gray600);
  }

  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:active::-ms-input-placeholder,
  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:focus::-ms-input-placeholder {
    color: var(--color-gray600);
  }

  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:active::placeholder,
  .site-header.header-transparent-desktop .header-main:not(.stuck) .search-form .search-input:focus::placeholder {
    color: var(--color-gray600);
  }

  .site-header.header-transparent-desktop .border-bottom:not(.stuck) {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  }
}

.site-header .header-decorator {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  right: 0;
}

.site-header .bordered-bottom-dark {
  border-bottom: 2px solid #1B1F22 !important;
}

.site-header .header-row {
  background-repeat: no-repeat;
  background-size: cover;
}

.site-header .header-row.stuck {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}

.site-header .header-inner>.col+* {
  padding-right: 0.9375rem;
}

.site-header .header-inner>.col>*+* {
  margin-right: 0.9375rem;
}

/* ----- Unified header builder ----- */
.site-header .asanwp-header-builder-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto) minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-width: 0;
  column-gap: 1.25rem;
}

.site-header .asanwp-header-builder-zone {
  display: flex;
  min-width: 0;
  max-width: 100%;
  gap: 0.9375rem;
}

.site-header .asanwp-header-builder-zone.is-start {
  grid-column: 1;
  justify-content: flex-start;
}

.site-header .asanwp-header-builder-zone.is-center {
  grid-column: 2;
  justify-self: center;
  justify-content: center;
}

.site-header .asanwp-header-builder-zone.is-end {
  grid-column: 3;
  justify-self: end;
  justify-content: flex-end;
}

.site-header .asanwp-header-builder-item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
}

.site-header .asanwp-header-builder-item--primary_menu,
.site-header .asanwp-header-builder-item--top_left_menu,
.site-header .asanwp-header-builder-item--top_right_menu {
  min-width: 0;
}

.site-header .header-bottom .asanwp-header-builder-row,
.site-header .header-bottom .asanwp-header-builder-zone,
.site-header .header-bottom .asanwp-header-builder-item {
  height: auto;
  min-height: 3rem;
}

.site-header .header-topbar .asanwp-header-builder-row {
  height: auto;
  min-height: var(--theme-topbar-height);
}

.site-header .header-bottom .asanwp-header-builder-item--sidebar_menu {
  flex: 0 1 19.375rem;
  width: min(19.375rem, 100%);
}

.site-header .header-bottom .asanwp-header-builder-item--primary_menu {
  flex: 1 1 auto;
}

.site-header .asanwp-header-builder-zone .awp-menu-nav,
.site-header .asanwp-header-builder-zone .awp-menu {
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .site-header .header-mobile-main .asanwp-header-builder-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 3.5rem;
    column-gap: 0.5rem;
  }

  .site-header .header-mobile-main .asanwp-header-builder-zone {
    gap: 0.375rem;
  }

  .site-header .header-mobile-main .asanwp-header-builder-item--search {
    flex-basis: auto;
  }

  .site-header .header-mobile-main .asanwp-header-builder-item--product_home_exit .action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--color-text);
    border-radius: .65rem;
  }

  .site-header .header-mobile-main .asanwp-header-builder-item--product_home_exit .action-icon {
    display: inline-grid;
    place-items: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.2rem;
  }

  .site-header .header-mobile-main .site-brand,
  .site-header .header-mobile-main .site-brand a,
  .site-header .header-mobile-main .site-brand img {
    max-width: 100%;
  }
}

.site-header .site-brand .brand-text {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.1;
}

@media screen and (min-width: 992px) {
  .site-header .site-brand .brand-text {
    font-size: 2.25rem;
  }
}

.site-header .site-brand img {
  height: 2.625rem;
}

.site-header .custom-link>a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  line-height: 0;
  margin-bottom: 0;
}

.site-header .custom-link>a i {
  font-size: 128%;
  margin-left: 0.625rem;
  line-height: 1;
}

.site-header .custom-link>a i::before {
  margin: 0;
}

.site-header .theme-toggle .theme-mode-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.site-header .theme-toggle .theme-mode-toggle .toggle-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 0.8125rem;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 0.375rem;
}

.site-header .theme-toggle .theme-mode-toggle .toggle-icon i {
  line-height: 1;
}

.site-header .theme-toggle .theme-mode-toggle .toggle-icon i::before {
  margin: 0;
}

.site-header .theme-toggle .theme-mode-toggle .toggle-text {
  font-weight: 500;
  margin-right: 0.4375rem;
}

.site-header .theme-toggle .theme-mode-toggle .toggle-text .light-theme {
  display: none;
}

.site-header .header-action>*:not(.dropdown-menu) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 2.375rem;
  height: 2.375rem;
}

.site-header .header-action .action-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.375rem;
  height: 100%;
}

.site-header .header-action .action-icon i {
  font-size: 1.625rem;
  line-height: 1;
}

.site-header .header-action .action-icon i::before {
  margin: 0;
}

.site-header .header-action .action-icon i.awp-icon-interface-user-big {
  font-size: 1.5rem;
}

.site-header .header-action .action-icon i.awp-icon-interface-italic-shop,
.site-header .header-action .action-icon i.awp-icon-interface-hearth-wide,
.site-header .header-action .action-icon i.awp-icon-interface-user-cut {
  font-size: 1.75rem;
}

.site-header .header-action .action-icon .action-count {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 0.625rem;
  font-weight: 500;
  line-height: 1.0625rem;
  min-width: 1.0625rem;
  padding-right: 0.0625rem;
  padding-left: 0.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  top: 0.125rem;
  left: -0.125rem;
  color: #FFF;
  background-color: var(--theme-primary-color);
}

.site-header .header-action .action-text {
  line-height: 1.3;
}

.site-header .header-action .action-text>span {
  display: block;
  font-size: 0.6875rem;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.4;
}

.site-header .header-action .action-text p {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
}

.site-header .header-action.row-style .action-text {
  margin-right: 0.625rem;
}

.site-header .header-action.column-style>*:not(.dropdown-menu) {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}

.site-header .header-action.column-style>*:not(.dropdown-menu) .action-icon {
  height: 2.375rem;
  top: -0.1875rem;
}

.site-header .header-action.column-style>*:not(.dropdown-menu) .action-text {
  margin-top: -0.125rem;
}

.site-header .header-action.column-style>*:not(.dropdown-menu) .action-text p {
  font-size: 0.8125rem;
}

.site-header .header-action.column-style+.column-style {
  margin-right: 1.75rem;
}

.site-header .header-action.cart-button .custom-dropdown-menu {
  z-index: 10;
}

.site-header .header-action.cart-button .custom-dropdown-body .cart-empty {
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.site-header .header-action.cart-button .custom-dropdown-body .cart-empty .empty-icon {
  margin-bottom: 1.25rem;
}

.site-header .header-action.cart-button .custom-dropdown-body .cart-empty .empty-icon svg {
  width: 4.75rem;
  height: 4.75rem;
  fill: var(--color-gray200);
}

.site-header .header-action.cart-button .custom-dropdown-body .cart-empty .empty-text {
  font-size: 0.875rem;
  font-weight: 500;
}

.site-header .header-action.cart-button .custom-dropdown-body .cart-discount {
  font-size: 0.75rem;
  text-align: center;
  border-top: 1px dashed var(--color-gray200);
  padding-top: 0.9375rem;
  margin-top: 0.9375rem;
}

.site-header .header-action.cart-button .custom-dropdown-body .cart-discount p {
  margin-bottom: 0;
}

.site-header .header-action.cart-button .custom-dropdown-body .cart-discount p strong {
  font-weight: 600;
  text-decoration: underline;
}

.site-header .header-action.cart-button .cart-not-empty {
  position: relative;
}

.site-header .header-action.cart-button .cart-not-empty .site-scroll.ps--active-y .remove_from_cart_button {
  margin-left: 0.5rem;
}

.site-header .header-action.cart-button .cart-not-empty .products {
  max-height: 15rem;
}

.site-header .header-action.cart-button .cart-not-empty .products .product+.product {
  margin-top: 0.625rem;
  padding-top: 0.9375rem;
  border-top: 1px solid;
}

body[data-color=custom][data-theme=light] .site-header .header-action.cart-button .cart-not-empty .products .product+.product {
  border-color: rgba(var(--color-rgb), 0.1);
}

body[data-color=default] .site-header .header-action.cart-button .cart-not-empty .products .product+.product {
  border-color: var(--color-gray100);
}

.site-header .header-action.cart-button .cart-not-empty .products .product .thumbnail-wrapper {
  width: 3rem;
}

.site-header .header-action.cart-button .cart-not-empty .products .product .product-title {
  font-size: 0.8125rem;
  margin-bottom: 0.3125rem;
}

.site-header .header-action.cart-button .cart-not-empty .products .product .price {
  font-size: 0.875rem;
}

.site-header .header-action.cart-button .cart-not-empty .products .product .price .woocommerce-Price-amount {
  color: var(--color-red600);
}

.site-header .header-action.cart-button .cart-not-empty .products .product .content-wrapper {
  padding-left: 0.3125rem;
}

.site-header .header-action.cart-button .cart-not-empty .products .product .remove_from_cart_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  font-size: 1rem;
  text-shadow: 0 0 0;
  margin-top: -0.1875rem;
}

.site-header .header-action.cart-button .cart-not-empty .woocommerce-mini-cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.875rem;
  padding-top: 0.625rem;
  margin-bottom: 0.625rem;
  border-top: 1px solid;
}

body[data-color=custom][data-theme=light] .site-header .header-action.cart-button .cart-not-empty .woocommerce-mini-cart__total {
  border-color: rgba(var(--color-rgb), 0.1);
}

body[data-color=default] .site-header .header-action.cart-button .cart-not-empty .woocommerce-mini-cart__total {
  border-color: var(--color-gray100);
}

.site-header .header-action.cart-button .cart-not-empty .woocommerce-mini-cart__total strong {
  font-weight: 500;
}

.site-header .header-action.cart-button .cart-not-empty .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-red600);
}

.site-header .header-action.cart-button .cart-not-empty .awp-free-shipping {
  margin-bottom: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-radius: calc(var(--theme-radius-base) / 2);
  background-color: var(--color-red25);
}

.site-header .header-action.cart-button .cart-not-empty .awp-free-shipping .shipping-progress {
  background-color: var(--color-red100);
}

.site-header .header-action.cart-button .cart-not-empty .awp-free-shipping .shipping-notice {
  font-size: 0.8125rem;
}

.site-header .header-action.cart-button .cart-not-empty .awp-free-shipping .shipping-notice i {
  display: none;
}

.site-header .header-action.cart-button .cart-not-empty .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.site-header .header-action.cart-button .cart-not-empty .woocommerce-mini-cart__buttons>* {
  font-size: 0.8125rem;
  height: 2.375rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}















.site-header .header-action.search-holder .search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 16.25rem;
  height: auto;
}

.site-header .header-action.search-holder .search-form .search-input {
  height: 2.75rem;
}

.site-header .header-action.search-holder .search-form .search-input::-webkit-input-placeholder {
  font-weight: 400 !important;
}

.site-header .header-action.search-holder .search-form .search-input::-moz-placeholder {
  font-weight: 400 !important;
}

.site-header .header-action.search-holder .search-form .search-input:-ms-input-placeholder {
  font-weight: 400 !important;
}

.site-header .header-action.search-holder .search-form .search-input::-ms-input-placeholder {
  font-weight: 400 !important;
}

.site-header .header-action.search-holder .search-form .search-input::placeholder {
  font-weight: 400 !important;
}

.site-header .header-action.search-holder .search-form button {
  position: absolute;
  font-size: 1.375rem;
  top: 0;
  left: 0;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0.3125rem;
  color: currentColor;
  background-color: transparent;
}

.site-header .header-action.search-holder .search-form button:hover {
  background-color: transparent;
}

/* ----- Header topbar settings ----- */
.header-topbar {
  font-size: var(--theme-topbar-font-size);
  font-weight: var(--theme-topbar-font-weight);
}

.header-topbar a {
  color: currentColor;
  outline: none;
  -webkit-transition: color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.header-topbar .header-inner {
  height: var(--theme-topbar-height);
}

.header-topbar .header-inner>* {
  height: 100%;
}

.header-topbar .awp-menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-topbar .awp-menu-nav .awp-menu-prefix {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  margin-left: 0.625rem;
  opacity: 0.4;
}

.header-topbar .awp-menu-nav .awp-menu-prefix i {
  font-size: 128%;
  margin-left: 0.4375rem;
  line-height: 1;
  opacity: 1;
}

.header-topbar .awp-menu-nav .awp-menu-prefix i::before {
  margin: 0;
}

.header-topbar .awp-menu-nav .awp-menu>li>a {
  height: var(--theme-topbar-height);
  line-height: var(--theme-topbar-height);
}

.header-topbar .awp-menu-nav .awp-menu>li .sub-menu {
  right: -1.375rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.header-topbar .awp-menu-nav .awp-menu>li .sub-menu .menu-item a {
  font-size: var(--theme-topbar-submenu-font-size);
  font-weight: var(--theme-topbar-submenu-font-weight);
  width: 100%;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  line-height: initial;
}

.header-topbar .awp-menu-nav+.awp-menu-nav::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 0.0625rem;
  height: 0.9375rem;
  background-color: currentColor;
  margin-left: 1.0625rem;
  opacity: 0.2;
}

.header-topbar .theme-toggle {
  margin-right: 1.25rem;
}

.header-topbar.color-scheme-custom {
  color: #1B1F22;
  background-color: #FFF;
}

[data-color=default][data-theme=light] .header-topbar:not(.color-layout-black) .theme-mode-toggle .header-light-background,
[data-color=default][data-theme=light] .header-topbar:not(.color-layout-black) .custom-button-link .header-light-background {
  background-color: var(--color-cool50);
}

[data-color=custom][data-theme=light] .header-topbar:not(.color-layout-black) .theme-mode-toggle .header-light-background,
[data-color=custom][data-theme=light] .header-topbar:not(.color-layout-black) .custom-button-link .header-light-background {
  background-color: rgba(27, 31, 34, 0.07);
}

[data-color=default][data-theme=light] .header-topbar:not(.color-layout-black) .theme-mode-toggle:hover .header-light-background,
[data-color=default][data-theme=light] .header-topbar:not(.color-layout-black) .theme-mode-toggle:hover .custom-button-link,
[data-color=default][data-theme=light] .header-topbar:not(.color-layout-black) .custom-button-link:hover .header-light-background,
[data-color=default][data-theme=light] .header-topbar:not(.color-layout-black) .custom-button-link:hover .custom-button-link {
  background-color: var(--color-cool100);
}

[data-color=custom][data-theme=light] .header-topbar:not(.color-layout-black) .theme-mode-toggle:hover .header-light-background,
[data-color=custom][data-theme=light] .header-topbar:not(.color-layout-black) .theme-mode-toggle:hover .custom-button-link,
[data-color=custom][data-theme=light] .header-topbar:not(.color-layout-black) .custom-button-link:hover .header-light-background,
[data-color=custom][data-theme=light] .header-topbar:not(.color-layout-black) .custom-button-link:hover .custom-button-link {
  background-color: rgba(27, 31, 34, 0.1);
}

.header-topbar.color-layout-primary .theme-mode-toggle .header-light-background,
.header-topbar.color-layout-primary .custom-button-link .header-light-background,
.header-topbar.color-layout-black .theme-mode-toggle .header-light-background,
.header-topbar.color-layout-black .custom-button-link .header-light-background {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.header-topbar.color-layout-primary .theme-mode-toggle:hover .header-light-background,
.header-topbar.color-layout-primary .theme-mode-toggle:hover .custom-button-link,
.header-topbar.color-layout-primary .custom-button-link:hover .header-light-background,
.header-topbar.color-layout-primary .custom-button-link:hover .custom-button-link,
.header-topbar.color-layout-black .theme-mode-toggle:hover .header-light-background,
.header-topbar.color-layout-black .theme-mode-toggle:hover .custom-button-link,
.header-topbar.color-layout-black .custom-button-link:hover .header-light-background,
.header-topbar.color-layout-black .custom-button-link:hover .custom-button-link {
  background-color: rgba(255, 255, 255, 0.18) !important;
}

.header-topbar.color-layout-custom.green-light .theme-mode-toggle .header-light-background,
.header-topbar.color-layout-custom.green-light .custom-button-link .header-light-background {
  background-color: color-mix(in srgb, var(--theme-primary-color) 12%, transparent) !important;
}

.header-topbar.color-layout-custom.green-light .theme-mode-toggle:hover .header-light-background,
.header-topbar.color-layout-custom.green-light .theme-mode-toggle:hover .custom-button-link,
.header-topbar.color-layout-custom.green-light .custom-button-link:hover .header-light-background,
.header-topbar.color-layout-custom.green-light .custom-button-link:hover .custom-button-link {
  background-color: color-mix(in srgb, var(--theme-primary-hover-color) 16%, transparent) !important;
}

.header-topbar.color-layout-custom.dark-blue .theme-mode-toggle .header-light-background,
.header-topbar.color-layout-custom.dark-blue .custom-button-link .header-light-background {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.header-topbar.color-layout-custom.dark-blue .theme-mode-toggle:hover .header-light-background,
.header-topbar.color-layout-custom.dark-blue .theme-mode-toggle:hover .custom-button-link,
.header-topbar.color-layout-custom.dark-blue .custom-button-link:hover .header-light-background,
.header-topbar.color-layout-custom.dark-blue .custom-button-link:hover .custom-button-link {
  background-color: rgba(255, 255, 255, 0.16) !important;
}

.header-topbar.color-layout-custom.brown-dark .theme-mode-toggle .header-light-background,
.header-topbar.color-layout-custom.brown-dark .custom-button-link .header-light-background,
.header-topbar.color-layout-custom.auto-part .theme-mode-toggle .header-light-background,
.header-topbar.color-layout-custom.auto-part .custom-button-link .header-light-background,
.header-topbar.color-layout-custom.primary .theme-mode-toggle .header-light-background,
.header-topbar.color-layout-custom.primary .custom-button-link .header-light-background {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.header-topbar.color-layout-custom.brown-dark .theme-mode-toggle:hover .header-light-background,
.header-topbar.color-layout-custom.brown-dark .theme-mode-toggle:hover .custom-button-link,
.header-topbar.color-layout-custom.brown-dark .custom-button-link:hover .header-light-background,
.header-topbar.color-layout-custom.brown-dark .custom-button-link:hover .custom-button-link,
.header-topbar.color-layout-custom.auto-part .theme-mode-toggle:hover .header-light-background,
.header-topbar.color-layout-custom.auto-part .theme-mode-toggle:hover .custom-button-link,
.header-topbar.color-layout-custom.auto-part .custom-button-link:hover .header-light-background,
.header-topbar.color-layout-custom.auto-part .custom-button-link:hover .custom-button-link,
.header-topbar.color-layout-custom.primary .theme-mode-toggle:hover .header-light-background,
.header-topbar.color-layout-custom.primary .theme-mode-toggle:hover .custom-button-link,
.header-topbar.color-layout-custom.primary .custom-button-link:hover .header-light-background,
.header-topbar.color-layout-custom.primary .custom-button-link:hover .custom-button-link {
  background-color: rgba(255, 255, 255, 0.16) !important;
}

.header-topbar.color-layout-custom.medical .theme-mode-toggle .header-light-background,
.header-topbar.color-layout-custom.medical .custom-button-link .header-light-background {
  background-color: rgba(27, 31, 34, 0.12) !important;
}

.header-topbar.color-layout-custom.medical .theme-mode-toggle:hover .header-light-background,
.header-topbar.color-layout-custom.medical .theme-mode-toggle:hover .custom-button-link,
.header-topbar.color-layout-custom.medical .custom-button-link:hover .header-light-background,
.header-topbar.color-layout-custom.medical .custom-button-link:hover .custom-button-link {
  background-color: rgba(27, 31, 34, 0.16) !important;
}

.header-topbar.color-layout-custom.baby .theme-mode-toggle .header-light-background,
.header-topbar.color-layout-custom.baby .custom-button-link .header-light-background {
  background-color: rgba(27, 31, 34, 0.1) !important;
}

.header-topbar.color-layout-custom.baby .theme-mode-toggle:hover .header-light-background,
.header-topbar.color-layout-custom.baby .theme-mode-toggle:hover .custom-button-link,
.header-topbar.color-layout-custom.baby .custom-button-link:hover .header-light-background,
.header-topbar.color-layout-custom.baby .custom-button-link:hover .custom-button-link {
  background-color: rgba(27, 31, 34, 0.16) !important;
}

.header-topbar.color-layout-custom.baby-1 .theme-mode-toggle .header-light-background,
.header-topbar.color-layout-custom.baby-1 .custom-button-link .header-light-background {
  background-color: rgba(27, 31, 34, 0.1) !important;
}

.header-topbar.color-layout-custom.baby-1 .theme-mode-toggle:hover .header-light-background,
.header-topbar.color-layout-custom.baby-1 .theme-mode-toggle:hover .custom-button-link,
.header-topbar.color-layout-custom.baby-1 .custom-button-link:hover .header-light-background,
.header-topbar.color-layout-custom.baby-1 .custom-button-link:hover .custom-button-link {
  background-color: rgba(27, 31, 34, 0.16) !important;
}

/* ----- Header main settings ----- */
.header-main a {
  color: currentColor;
  -webkit-transition: color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.header-main .header-inner {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

@media screen and (min-width: 992px) {
  .header-main .header-inner>.col+.col {
    padding-right: 2.1875rem;
  }

  .header-main .header-inner>.col+.col.center {
    padding-right: 2.5rem;
  }
}

.header-main.color-scheme-custom {
  color: #1B1F22;
  background-color: #FFF;
}

.header-main.color-layout-primary .header-action .action-icon .action-count {
  color: var(--theme-primary-color);
  background-color: var(--theme-secondary-color);
}

/* ----- Header bottom settings ----- */
.header-bottom a {
  color: currentColor;
  -webkit-transition: color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.header-bottom .header-inner {
  height: 3rem;
}

.header-bottom .header-inner>* {
  height: 100%;
}

.header-bottom .header-inner>*+* {
  padding-right: 1.875rem !important;
}

.header-bottom .custom-link {
  margin-right: auto !important;
}

.header-bottom .custom-link>a {
  font-family: var(--theme-menu-font);
  font-size: var(--theme-menu-font-size);
  font-weight: var(--theme-menu-font-weight);
  line-height: 0;
  height: 100%;
}

.header-bottom.color-scheme-custom {
  color: #1B1F22;
  background-color: #FFF;
}

.header-bottom.bordered-inner .header-inner {
  border-right: 1px solid;
  border-left: 1px solid;
}


/* ----- Header primary menu settings ----- */
.awp-menu-nav.primary-menu {
  height: 100%;
}

.awp-menu-nav.primary-menu .awp-menu {
  height: 100%;
}

.awp-menu-nav.primary-menu .awp-menu>.menu-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-left: 0.1875rem;
}

.awp-menu-nav.primary-menu .awp-menu>.menu-item:last-child {
  margin-left: 0;
}

.awp-menu-nav.primary-menu .awp-menu>.menu-item>a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--theme-menu-font);
  font-size: var(--theme-menu-font-size);
  font-weight: var(--theme-menu-font-weight);
  line-height: 0;
  height: 100%;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.awp-menu-nav.primary-menu .awp-menu>.menu-item>a::after {
  font-size: 84%;
  margin-right: 0.625rem;
  text-shadow: 0 0 0;
}

.awp-menu-nav.primary-menu .awp-menu>.menu-item:not(.mega-menu) .sub-menu {
  min-width: 13.125rem;
  padding: 0.9375rem 0;
  right: -1.25rem;
}

.awp-menu-nav.primary-menu .awp-menu>.menu-item:not(.mega-menu) .sub-menu li+li {
  margin-top: 0;
}

.awp-menu-nav.primary-menu .awp-menu>.menu-item:not(.mega-menu) .sub-menu li.menu-item-has-children>a::after {
  font-size: 80%;
  content: "";
  margin-right: auto;
  margin-left: -0.75rem;
  top: 0.0625rem;
}

.awp-menu-nav.primary-menu .awp-menu>.menu-item:not(.mega-menu) .sub-menu li a {
  width: 100%;
  padding-right: 1.625rem;
  padding-left: 1.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  line-height: initial;
}

.awp-menu-nav.primary-menu .awp-menu>.menu-item:not(.mega-menu) .sub-menu li .sub-menu {
  top: 0;
  right: 100%;
  margin-top: -1rem;
}

.awp-menu-nav.primary-menu .awp-menu .sub-menu li+li {
  margin-top: 0.625rem;
}

.awp-menu-nav.primary-menu .awp-menu .sub-menu li>a {
  font-size: var(--theme-submenu-font-size);
  font-weight: var(--theme-sub-menu-font-weight);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.awp-menu-nav.primary-menu .awp-menu .sub-menu .menu-item-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 0.625rem;
  font-weight: 600;
  line-height: inherit;
  padding: 0.25rem 0.4375rem;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 0.1875rem;
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
  margin-right: 0.375rem;
}

.awp-menu-nav.primary-menu .awp-menu .sub-menu .menu-item-label.hot {
  color: #FFF;
  background-color: var(--color-red500);
}

.awp-menu-nav.primary-menu .awp-menu .sub-menu .menu-item-label.new {
  color: #FFF;
  background-color: var(--color-green600);
}

.awp-menu-nav.primary-menu .awp-menu .mega-menu>.sub-menu {
  width: 100%;
}

.awp-menu-nav.primary-menu .awp-menu .mega-menu>.sub-menu a {
  position: relative;
}

.awp-menu-nav.primary-menu .awp-menu .mega-menu>.sub-menu a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.awp-menu-nav.primary-menu .awp-menu .mega-menu>.sub-menu a:hover::before {
  opacity: 1;
}

.awp-menu-nav.primary-menu .awp-menu .mega-menu>.sub-menu .sub-menu {
  all: unset;
}

.awp-menu-nav.primary-menu .awp-menu .mega-menu>.sub-menu .sub-menu::before,
.awp-menu-nav.primary-menu .awp-menu .mega-menu>.sub-menu .sub-menu::after {
  display: none !important;
}

.awp-menu-nav.primary-menu .awp-menu .mega-menu.mega-menu-boxed>.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: calc(var(--theme-site-width) - 5rem);
  right: 0;
  left: 0;
  padding-top: 2.375rem;
  padding-bottom: 2.875rem;
  padding-right: 2.625rem;
  padding-left: 2.625rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-right: auto;
  margin-left: auto;
}

.awp-menu-nav.primary-menu .awp-menu .mega-menu.mega-menu-boxed>.sub-menu>li {
  line-height: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
}

.awp-menu-nav.primary-menu .awp-menu .mega-menu.mega-menu-boxed>.sub-menu>li>a {
  font-size: var(--theme-menu-font-size);
  font-weight: 600;
  padding: 0;
  margin-bottom: 1.375rem;
  pointer-events: none;
}

.awp-menu-nav.primary-menu .awp-menu .mega-menu.mega-menu-boxed>.sub-menu>li>a::after {
  display: none;
}

.awp-menu-nav.primary-menu .awp-menu .mega-menu.mega-menu-wide>.mega-menu-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.awp-menu-nav.primary-menu .awp-menu .mega-menu.mega-menu-wide .mega-menu-inner {
  line-height: 1;
}

.awp-menu-nav.primary-menu.triangle-enable.color-scheme-white .awp-menu>.menu-item .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.59375rem solid #FFF;
  border-right: 0.59375rem solid transparent;
  border-left: 0.59375rem solid transparent;
  margin-bottom: 0rem;
  top: -0.5625rem;
  right: var(--triangleLeft, 1.4375rem);
  z-index: 1;
}

.awp-menu-nav.primary-menu.triangle-enable.color-scheme-white .awp-menu>.menu-item .sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.59375rem solid var(--color-gray300);
  border-right: 0.59375rem solid transparent;
  border-left: 0.59375rem solid transparent;
  margin-bottom: 0rem;
  top: -0.625rem;
  right: var(--triangleLeft, 1.4375rem);
}

.awp-menu-nav.primary-menu.triangle-enable.color-scheme-white .awp-menu>.menu-item:not(.mega-menu) .sub-menu .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.59375rem solid #FFF;
  border-bottom: 0.59375rem solid transparent;
  border-top: 0.59375rem solid transparent;
  margin-right: -1.1875rem;
  top: 1.3125rem;
  right: 0.0625rem;
  z-index: 1;
}

.awp-menu-nav.primary-menu.triangle-enable.color-scheme-white .awp-menu>.menu-item:not(.mega-menu) .sub-menu .sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.59375rem solid var(--color-gray300);
  border-bottom: 0.59375rem solid transparent;
  border-top: 0.59375rem solid transparent;
  margin-right: -1.1875rem;
  top: 1.3125rem;
  right: 0;
}

.awp-menu-nav.primary-menu.triangle-enable.color-scheme-white.border-gray-light .awp-menu>.menu-item .sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.59375rem solid var(--color-gray50);
  border-right: 0.59375rem solid transparent;
  border-left: 0.59375rem solid transparent;
  margin-bottom: 0rem;
}

.awp-menu-nav.primary-menu.triangle-enable.color-scheme-white.border-dark .awp-menu>.menu-item .sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.59375rem solid #1B1F22;
  border-right: 0.59375rem solid transparent;
  border-left: 0.59375rem solid transparent;
  margin-bottom: 0rem;
}

.awp-menu-nav.primary-menu.menu-seperate .awp-menu {
  gap: 0;
}

.awp-menu-nav.primary-menu.menu-seperate .awp-menu>.menu-item {
  margin-left: 0;
}

.awp-menu-nav.primary-menu.menu-seperate .awp-menu>.menu-item+.menu-item {
  border-right: 1px solid rgba(var(--color-rgb), 0.15);
}

.awp-menu-nav.primary-menu.menu-seperate .awp-menu>.menu-item>a {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

.awp-menu-nav.primary-menu.menu-seperate .awp-menu>.menu-item:not(.mega-menu)>.sub-menu {
  right: 0;
}

/* ----- Header mobile settings ----- */
.header-mobile:not(.transparent) {
  position: relative;
}

.header-mobile a {
  color: currentColor;
  outline: none;
  -webkit-transition: color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.header-mobile .header-inner {
  height: 3.5rem;
}

.header-mobile .site-brand img {
  height: 2.25rem;
}



.header-mobile .header-action.cart-button .action-text {
  display: none;
}

/* ----- mobile bottom menu settings ----- */
.awp-mobile-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 58px;
  padding: 4px 8px calc(4px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--color-gray150, #ededee);
  border-radius: 0;
  background: var(--color-background, #fff);
  box-shadow: 0 -1px 6px rgba(0, 0, 0, .035);
  z-index: 100000;
}

@media screen and (min-width:769px) {
  .awp-mobile-bottom {
    display: none;
  }
}

.awp-mobile-bottom .mobile-menu,
.awp-mobile-bottom .mobile-menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.awp-mobile-bottom .mobile-menu ul {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: nowrap;
  min-height: 50px;
  list-style: none;
}

.awp-mobile-bottom .mobile-menu ul li {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}

.awp-mobile-bottom .mobile-menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  min-height: 50px;
  padding: 3px 2px 2px;
  line-height: 1;
  color: var(--color-gray600, #81858b);
  text-decoration: none;
}

.awp-mobile-bottom .mobile-menu ul li a i {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0;
  font-size: 22px;
  line-height: 1;
}

.awp-mobile-bottom .mobile-menu ul li a span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 1;
}

.awp-mobile-bottom .mobile-menu ul li a:hover,
.awp-mobile-bottom .mobile-menu ul li a:focus-visible,
.awp-mobile-bottom .mobile-menu ul li a.active {
  color: var(--color-text-primary, #23254e);
}

.awp-mobile-bottom .mobile-menu ul li a.active span {
  font-weight: 700;
}

/*---------------------------------------------------- 
  06. Modules
----------------------------------------------------*/
/* ----- module header settings ----- */
.awp-module {
  position: relative;
}

.awp-module .module-header {
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 1024px) {
  .awp-module .module-header {
    margin-bottom: 1.25rem;
  }
}

.awp-module .module-header-inner {
  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;
}

.awp-module .module-header-inner .column.button-column {
  margin-right: auto;
}

@media screen and (max-width: 575.98px) {
  .awp-module .module-header-inner .column.sub-column {
    width: 100%;
    margin-top: 0.3125rem;
  }
}

.awp-module .module-header .entry-subtitle {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-gray600);
}

.awp-module .module-header .entry-subtitle:not(.primary) {
  opacity: 0.8;
}

.awp-module .module-header .entry-subtitle.primary {
  color: var(--theme-primary-color);
}

.awp-module .module-header .entry-subtitle.thin {
  font-weight: 400;
}

.awp-module .module-header .entry-title {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
}

.awp-module .module-header .entry-title.bolded {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .awp-module .module-header .entry-title {
    font-size: 1.25rem;
  }

  .awp-module .module-header .entry-title.medium-size {
    font-size: 1.5rem;
  }

  .awp-module .module-header .entry-title.large-size {
    font-size: 1.625rem;
  }
}

.awp-module .module-header .entry-excerpt {
  font-size: 0.875rem;
  color: var(--color-gray600);
  margin-top: 0.5rem;
}

.awp-module .module-header .entry-excerpt p {
  opacity: 0.7;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .awp-module .module-header .module-header-tab {
    margin-right: 2.5rem;
  }
}

.awp-module .module-header .module-header-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.awp-module .module-header .module-header-tab ul li a {
  font-size: 0.9375rem;
  font-weight: 500;
  color: currentColor;
}

@media screen and (max-width: 767.98px) {
  .awp-module .module-header .module-header-tab.style-1 {
    margin-top: 0.1875rem;
  }
}

.awp-module .module-header .module-header-tab.style-1 ul {
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 0.625rem;
}

.awp-module .module-header .module-header-tab.style-1 ul li a {
  position: relative;
  opacity: 0.5;
}

.awp-module .module-header .module-header-tab.style-1 ul li a:hover {
  opacity: 0.7;
}

.awp-module .module-header .module-header-tab.style-1 ul li.active>a {
  opacity: 1;
}

.awp-module .module-header .module-header-tab.style-1 ul li.active>a::before {
  position: absolute;
  content: "";
  right: -0.625rem;
  left: -0.625rem;
  top: -0.375rem;
  bottom: -0.375rem;
  background-color: currentColor;
  border-radius: 2.25rem;
  opacity: 0.08;
}

@media screen and (max-width: 767.98px) {
  .awp-module .module-header .module-header-tab.style-1 ul li.active:first-child {
    margin-right: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .awp-module .module-header .module-header-counter {
    margin-right: 1.875rem;
  }
}

@media screen and (max-width: 767.98px) {
  .awp-module .module-header .btn .button-text {
    display: none;
  }
}

.awp-module .module-header .btn .button-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767.98px) {
  .awp-module .module-header .btn .button-icon {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
  }

  .awp-module .module-header .btn .button-icon i {
    font-size: 0.625rem;
  }

  .awp-module .module-header .btn .button-icon i::before {
    content: "";
    text-shadow: 0 0 0;
  }

  body[data-color=custom][data-theme=light] .awp-module .module-header .btn .button-icon {
    border: 1px solid rgba(var(--color-rgb), 0.17);
  }

  body[data-color=default] .awp-module .module-header .btn .button-icon {
    background-color: var(--color-gray100);
  }
}

@media screen and (min-width: 768px) {
  .awp-module .module-header .btn .button-icon {
    margin-right: 0.4375rem;
  }
}

.awp-module .module-header .btn .button-icon i {
  margin-right: 0;
}

.awp-module .module-header.centered {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .awp-module .module-header.centered {
    margin-bottom: 1.875rem;
  }

  .awp-module .module-header.centered.extra-space {
    margin-bottom: 3.125rem;
  }
}

.awp-module .module-header.centered .module-header-inner {
  -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;
}

.awp-module .module-header.centered .module-header-inner .column {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.awp-module .module-header.centered .module-header-inner .column.sub-column {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.awp-module .module-header.centered .module-header-inner .module-header-tab {
  margin-right: 0;
  margin-bottom: 1.25rem;
}

.awp-module .module-header.centered .entry-excerpt {
  max-width: 35rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .awp-module .module-header.extra-space {
    margin-bottom: 1.875rem;
  }
}

.awp-module .module-header.border-thin {
  border-bottom: 1px solid;
  padding-bottom: 0.9375rem;
}

@media screen and (min-width: 1024px) {
  .awp-module .module-header.border-thin {
    margin-bottom: 1.875rem;
  }
}

.awp-module .module-header.border-bold {
  border-bottom: 2px solid;
  padding-bottom: 0.9375rem;
}

@media screen and (min-width: 1024px) {
  .awp-module .module-header.border-bold {
    margin-bottom: 1.875rem;
  }
}

body[data-color=custom][data-theme=light] .awp-module .module-header.border-thin,
body[data-color=custom][data-theme=light] .awp-module .module-header.border-bold {
  border-color: rgba(var(--color-rgb), 0.2);
}

body[data-color=default] .awp-module .module-header.border-thin,
body[data-color=default] .awp-module .module-header.border-bold {
  border-color: var(--color-gray200);
}

/* ----- module carousel settings ----- */
.awp-module.module-carousel.hot .awp-slider:not(.bordered) .slick-list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 0px);
  border: 0.0625rem solid;
  border-radius: var(--theme-radius-base);
  pointer-events: none;
  border: 0.125rem solid var(--color-red600);
}

@media screen and (min-width: 768px) {
  .awp-module.module-carousel.hot .awp-slider:not(.bordered) .slick-list::before {
    border: 0.1875rem solid var(--color-red600);
  }
}

.awp-module.module-carousel.hot .awp-slider.bordered .slick-list::before {
  border-width: 0.125rem;
  border-color: var(--color-red600);
}

@media screen and (min-width: 768px) {
  .awp-module.module-carousel.hot .awp-slider.bordered .slick-list::before {
    border-width: 0.1875rem;
  }
}

.awp-module.module-carousel.hot .awp-slider.bordered .slick-list .slider-item:not(.slick-current)::after {
  top: 0.125rem;
  bottom: 0.125rem;
  height: auto;
}

@media screen and (min-width: 768px) {
  .awp-module.module-carousel.hot .awp-slider.bordered .slick-list .slider-item:not(.slick-current)::after {
    top: 0.1875rem;
    bottom: 0.1875rem;
  }
}

.awp-module.module-carousel.hot .awp-slider .slick-nav {
  color: #FFF !important;
  background-color: var(--color-red600) !important;
  border-color: transparent !important;
}

.awp-module.module-carousel.hot .awp-slider .slick-dots .slick-active>button {
  background-color: var(--color-red600) !important;
}

.awp-module.module-carousel.hot .awp-slider .product .product-wrapper.style-2 .content-wrapper.price-filled .price ins bdi {
  background-color: var(--color-red600);
}

.awp-module.module-carousel.hot .awp-slider .product:hover .awp-countdown.filled .count-item {
  color: #FFF;
  background-color: var(--color-red600);
}

.awp-module.module-carousel.centered .product .content-wrapper {
  text-align: center;
}

.awp-module.module-carousel.centered .product .content-wrapper .product-rating,
.awp-module.module-carousel.centered .product .content-wrapper .switcher-wrapper,
.awp-module.module-carousel.centered .product .content-wrapper .product-color-switcher {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.awp-module.module-carousel.centered .product .content-wrapper .price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.awp-module.module-carousel.centered .product .content-wrapper .switcher-wrapper .price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.awp-module.module-carousel.centered .product .content-wrapper .product-cart-wrapper .price {
  width: auto;
}

/* ----- module iconbox settings ----- */
.module-iconbox .module-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.module-iconbox .module-body .iconbox-icon {
  font-size: 2.625rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: var(--theme-primary-color);
  width: 4.25rem;
  height: 4.25rem;
}

.module-iconbox .module-body .iconbox-icon i {
  line-height: 1;
}

.module-iconbox .module-body .iconbox-icon i::before {
  margin: 0;
}

.module-iconbox .module-body .iconbox-content .entry-title {
  font-size: 0.9375rem;
  margin-bottom: 0.125rem;
}

.module-iconbox .module-body .iconbox-content p {
  font-size: 0.8125rem;
  margin-bottom: 0;
  opacity: 0.6;
}

.module-iconbox.style-2 .module-body {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.module-iconbox.style-2 .iconbox-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  background-color: var(--theme-primary-color);
  border-radius: var(--theme-radius-base);
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 992px) {
  .module-iconbox.style-2 .iconbox-icon {
    margin-left: 1.25rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .module-iconbox.style-2 .iconbox-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
}

.module-iconbox.style-2 .iconbox-content .entry-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.4375rem;
}

@media screen and (min-width: 992px) {
  .module-iconbox.style-2 .iconbox-content .entry-title {
    font-size: 1.125rem;
  }
}

.module-iconbox.colored .iconbox-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 2.375rem;
  width: 3.875rem;
  height: 3.875rem;
  border-radius: var(--theme-radius-base);
  margin-left: 0.9375rem;
}

.module-iconbox.with-image .module-body {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.module-iconbox.with-image .iconbox-icon {
  margin-left: 1.25rem;
}

.module-iconbox.with-image .iconbox-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.module-iconbox.with-image .iconbox-content .entry-title {
  margin-bottom: 0.3125rem;
}

.module-iconbox.with-image .iconbox-content p+p {
  margin-top: 0.9375rem;
}

.module-iconbox.with-image .iconbox-content .button {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 0.625rem;
}

.module-iconbox.with-image.dark-style {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--theme-radius-base);
  padding: 1.25rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(-301deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

@media screen and (min-width: 1024px) {
  .module-iconbox.with-image.dark-style {
    padding: 1.875rem;
  }
}

.module-iconbox.with-image.dark-style .entry-title {
  background: -webkit-linear-gradient(-296deg, #fff, #a8a8a8, #fff, #a8a8a8, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 1024px) {
  .module-iconbox.with-image.dark-style .entry-title {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}

/* ----- module countdown banner settings ----- */
.awp-countodnw-banner {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 0.9375rem;
}

@media screen and (min-width: 992px) {
  .awp-countodnw-banner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.awp-countodnw-banner .column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 0.9375rem;
}

@media screen and (min-width: 992px) {
  .awp-countodnw-banner .column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.awp-countodnw-banner .entry-title {
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .awp-countodnw-banner .entry-title {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .awp-countodnw-banner .awp-countdown-wrapper {
    margin-right: 2.5rem;
  }
}

.awp-countodnw-banner .awp-countdown-wrapper .awp-countdown {
  font-size: 1.75rem;
}

@media screen and (min-width: 992px) {
  .awp-countodnw-banner .awp-countdown-wrapper .awp-countdown {
    font-size: 2.25rem;
  }
}

.awp-countodnw-banner .awp-countdown-wrapper .awp-countdown>span {
  display: block;
  font-size: 0;
  width: 0.0625rem;
  height: 1.875rem;
  background-color: currentColor;
  margin-right: 0.5625rem;
  margin-left: 0.625rem;
  opacity: 0.2;
}

.awp-countodnw-banner .awp-countdown-wrapper .awp-countdown .count-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: auto;
  height: auto;
  border: 0;
}

.awp-countodnw-banner .awp-countdown-wrapper .awp-countdown .count-item .count {
  width: 2.25rem;
}

@media screen and (min-width: 992px) {
  .awp-countodnw-banner .awp-countdown-wrapper .awp-countdown .count-item .count {
    width: 2.875rem;
  }
}

.awp-countodnw-banner .awp-countdown-wrapper .awp-countdown .count-item .count-label {
  font-size: 50%;
  margin-right: 0;
  margin-top: 0.125rem;
  opacity: 0.6;
}

@media screen and (min-width: 992px) {
  .awp-countodnw-banner .awp-countdown-wrapper .awp-countdown .count-item .count-label {
    font-size: 42%;
  }
}

@media screen and (min-width: 992px) {
  .awp-countodnw-banner .entry-description p {
    margin-bottom: 0;
  }
}

/* ----- module logofolio settings ----- */
.logo-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-block img {
  max-height: 5.3125rem;
}

.logo-block a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-block a img {
  opacity: 0.5;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.logo-block a:hover img {
  opacity: 1;
}

.logo-block.no-opacity a img {
  opacity: 1;
}

/*---------------------------------------------------- 
  08. Blog Posts
----------------------------------------------------*/
/* ----- Post settings ----- */
.post {
  position: relative;
}

.post .entry-media {
  margin-bottom: 0.625rem;
}

.post .entry-media a {
  position: relative;
  display: block;
  border-radius: var(--theme-radius-base);
  overflow: hidden;
}

.post .entry-category {
  margin-bottom: 0.4375rem;
}

.post .entry-category a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--theme-primary-color);
}

.post .entry-title {
  margin-bottom: 0.625rem;
}

.post .entry-title a {
  color: currentColor;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.15rem;
  -webkit-transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.post .entry-title a:hover {
  text-decoration-color: currentColor;
}

.post .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  margin-bottom: 0.625rem;
}

.post .entry-meta>* {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.post .entry-meta>*:first-child::before {
  display: none;
}

.post .entry-meta a {
  color: currentColor;
}

.post .entry-meta .entry-author a {
  font-weight: 500;
}

.post .entry-meta .entry-author a span {
  font-weight: 400;
  opacity: 0.4;
}

.post .entry-meta .entry-comments i {
  font-size: 0.9375rem;
  line-height: 1;
}

.post .entry-meta .entry-comments i::before {
  margin: 0;
}

.post .entry-excerpt {
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .post .entry-excerpt {
    font-size: 0.9375rem;
  }
}

/* ----- Blog post module ----- */
.blog-posts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-posts.grid-style {
  margin-right: calc(var(--theme-site-gutters) * -1);
  margin-left: calc(var(--theme-site-gutters) * -1);
}

.blog-posts.grid-style>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding-right: var(--theme-site-gutters);
  padding-left: var(--theme-site-gutters);
}

@media screen and (min-width: 992px) {
  .blog-posts.grid-style.grid-4>* {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .blog-posts.grid-style.grid-4>* {
    width: 25%;
  }
}

.blog-posts.grid-style.grid-4 .post .entry-title {
  font-size: 1.25rem;
}

@media screen and (min-width: 992px) {
  .blog-posts.large-style .post {
    margin-bottom: 3.75rem;
  }
}

@media screen and (min-width: 992px) {
  .blog-posts.large-style .post .entry-title {
    margin-bottom: 0.9375rem;
  }
}

@media screen and (min-width: 992px) {
  .blog-posts.large-style .post .entry-meta {
    margin-bottom: 1.25rem;
  }
}

/*---------------------------------------------------- 
  07. Sidebar
----------------------------------------------------*/
/* ----- sidgets settings ----- */
.widget {
  position: relative;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .widget {
    margin-bottom: 2.5rem;
  }
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widget-title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .widget .widget-title {
    font-size: calc(var(--theme-widgets-font-size) + 1px);
    margin-bottom: 1.25rem;
  }
}

.widget .company-details {
  position: relative;
}

.widget .company-details .company-phone {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.1875rem;
}

@media screen and (min-width: 768px) {
  .widget .company-details .company-phone {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}

.widget .company-details .company-phone a {
  color: var(--theme-primary-color);
}

.widget .company-details .company-email span {
  opacity: 0.6;
}

.widget .company-details .company-email a {
  position: relative;
  font-weight: 500;
  color: currentColor;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.widget .company-details .company-email a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.widget .company-details .company-email a:hover::before {
  opacity: 1;
}

.widget .company-details .company-hours span {
  opacity: 0.6;
}

.widget .company-details .company-hours strong {
  display: block;
  width: 100%;
}

/* ----- nav menu widget ----- */
.widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_nav_menu ul li+li {
  margin-top: 0.1875rem;
}

.widget_nav_menu ul li a {
  position: relative;
  font-size: var(--theme-widgets-font-size);
  font-weight: var(--theme-widgets-font-weight);
  color: currentColor;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.widget_nav_menu ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  right: 0;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.widget_nav_menu ul li a:hover::before {
  opacity: 1;
}

/* ----- text widget ----- */
.widget_text p {
  font-size: var(--theme-widgets-font-size);
  font-weight: var(--theme-widgets-font-weight);
}

/* ----- post list widget ----- */
.posts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.posts-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.posts-list li .entry-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 4.125rem;
  margin-left: 0.9375rem;
}

.posts-list li .entry-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.posts-list li .entry-wrapper .entry-title {
  font-size: 0.875rem;
}

.posts-list li .entry-wrapper .entry-meta {
  font-size: 0.75rem;
}

/* ----- checkbox list ----- */
.widget-checkbox-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-checkbox-list ul li+li {
  margin-top: 0.25rem;
}

.widget-checkbox-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: currentColor;
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
}

.widget-checkbox-list ul li a input {
  width: 1rem;
  height: 1rem;
}

body:not(.input-variation-filled)[data-color=custom][data-theme=light] .widget-checkbox-list ul li a input:not(.variation-filled)::after,
body[data-color=custom] .widget-checkbox-list ul li a input:not(.variation-filled)::after {
  border: var(--theme-form-border-width) solid rgba(var(--color-rgb), 0.2);
  background-color: var(--color-background);
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
  box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}

body:not(.input-variation-filled)[data-color=custom][data-theme=light] .widget-checkbox-list ul li a input:not(.variation-filled):hover::after,
body[data-color=custom] .widget-checkbox-list ul li a input:not(.variation-filled):hover::after {
  border-color: rgba(var(--color-rgb), 0.25);
}

body:not(.input-variation-filled)[data-color=default] .widget-checkbox-list ul li a input:not(.variation-filled)::after,
body[data-color=default] .widget-checkbox-list ul li a input:not(.variation-filled)::after {
  border: var(--theme-form-border-width) solid var(--color-gray500);
  background-color: var(--color-background);
  -webkit-box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
  box-shadow: 0 1px 2px 0 rgba(27, 31, 34, 0.045);
}

body:not(.input-variation-filled)[data-color=default] .widget-checkbox-list ul li a input:not(.variation-filled):hover::after,
body[data-color=default] .widget-checkbox-list ul li a input:not(.variation-filled):hover::after {
  border-color: var(--color-gray600);
}

.widget-checkbox-list ul li a label {
  font-size: 0.875rem;
  cursor: pointer;
  margin-right: 0.625rem;
  margin-bottom: 0;
}

.widget-checkbox-list.max-height {
  max-height: 8.5625rem;
}

.widget-checkbox-list+.total-check-count {
  font-size: 0.75rem;
  padding-top: 0.4375rem;
  border-top: 1px solid;
}

body[data-color=custom][data-theme=light] .widget-checkbox-list+.total-check-count {
  color: rgba(var(--color-rgb), 0.5);
  border-color: rgba(var(--color-rgb), 0.15);
}

body[data-color=default] .widget-checkbox-list+.total-check-count {
  color: var(--color-gray500);
  border-color: var(--color-gray200);
}

/* ----- search form for widget ----- */
.search-from-list {
  margin-bottom: 0.625rem;
}

.search-from-list form {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.search-from-list form input {
  height: 2.75rem;
}

.search-from-list form input::-webkit-input-placeholder {
  font-size: 0.8125rem;
  font-weight: 400;
}

.search-from-list form input::-moz-placeholder {
  font-size: 0.8125rem;
  font-weight: 400;
}

.search-from-list form input:-ms-input-placeholder {
  font-size: 0.8125rem;
  font-weight: 400;
}

.search-from-list form input::-ms-input-placeholder {
  font-size: 0.8125rem;
  font-weight: 400;
}

.search-from-list form input::placeholder {
  font-size: 0.8125rem;
  font-weight: 400;
}

.search-from-list form button {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-text);
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  left: 0;
}

/* ----- sidebar ----- */
@media screen and (max-width: 1199.98px) {
  .filter-sidebar-active {
    overflow-y: hidden !important;
  }
}

@media screen and (max-width: 1199.98px) {
  #sidebar.filtered-sidebar {
    position: fixed !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    background-color: var(--color-background);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 10001;
  }
}

#sidebar.filtered-sidebar .filter-sidebar-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.75rem 1.25rem 0.9375rem;
}

#sidebar.filtered-sidebar .filter-sidebar-header .entry-title {
  font-size: 1rem;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  #sidebar.filtered-sidebar .filter-sidebar-header {
    display: none;
  }
}

@media screen and (max-width: 1199.98px) {
  #sidebar.filtered-sidebar .filter-sidebar-header+.site-scroll {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (max-width: 1199.98px) {
  #sidebar.filtered-sidebar .theiaStickySidebar {
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-touch-action: auto;
    touch-action: auto;
  }
}

@media screen and (max-width: 1199.98px) {
  #sidebar.filtered-sidebar .filter-sidebar-body {
    padding-bottom: 6.25rem;
  }
}

/* Native footer styles are loaded from assets/footer-builder/frontend/footer.css. */

/* WooCommerce page styles are loaded conditionally from woocommerce.css. */

/* ===== Theme styles ===== */
html,
body {
  direction: rtl;
}

/*- - - - - Contents - - - - - 01 - Blog 02 - Custom 03 - Woocommerce 04 - Widgets - - - - - - - - - - - - - -*/
/************************************************* * Blog *************************************************/
:root {
  --theme-single-product-name-font-size-desktop: 18px;
  --theme-single-product-name-font-size-mobile: 16px;
  --theme-single-product-price-font-size-desktop: 18px;
  --theme-single-product-price-font-size-mobile: 16px;
  --theme-single-product-name-line-height-desktop: 2.1;
  --theme-single-product-name-line-height-mobile: 1.5;
  --theme-product-content-line-height: 2.1
}

.awp-post img {
  max-width: 100%;
  height: auto;
}

.awp-post h1,
.awp-post h2,
.awp-post h3,
.awp-post h4,
.awp-post h5,
.awp-post h6 {
  margin-bottom: 10px;
  line-height: 140%;
  margin: 10px 0;
  text-rendering: optimizelegibility;
  padding: 0;
}

.awp-post h1 {
  font-size: 38.5px;
  text-transform: inherit;
}

.awp-post h2 {
  font-size: 31.5px;
  padding-bottom: initial;
}

.awp-post h3 {
  font-size: 24.5px;
  text-transform: initial;
  text-transform: initial;
  font-weight: 500;
}

.awp-post h4 {
  font-size: 17.5px;
}

.awp-post h5 {
  font-size: 14px;
}

.awp-post h6 {
  font-size: 11.9px;
}

table {
  max-width: 100%;
  background-color: transparent;
  width: 100%;
}

th {
  text-align: right;
  padding-right: 20px;
  padding-bottom: 5px;
  padding: 8px;
  border: 1px solid var(--color-gray200);
}

td {
  padding: 4px;
  border: 1px solid var(--color-gray200);
  text-align: right;
}

dt {
  font-weight: bold;
}

dt,
dd {
  line-height: 20px;
}

dd {
  margin-left: 10px;
}

.wp-calendar-table td,
.wp-calendar-table th {
  text-align: center;
}

abbr,
tla,
acronym {
  text-decoration: underline;
  cursor: help;
}

.screen-reader-text {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
}

form select,
select {
  width: 100%;
}

.aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
  clear: both;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  clear: both;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.gallery-caption {
  padding: 0;
}

.bypostauthor {
  color: #000;
}

.textarea_half {
  max-width: 500px;
}

.wp-caption img {
  max-width: 100%;
  height: auto;
}

.sticky {}

p>img {
  max-width: 100%;
  height: auto;
}

.wp-caption {
  padding-top: 4px;
  max-width: 100%;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-image: initial;
  background-color: #efefef;
  text-align: center;
  margin-bottom: 20px;
  clear: both;
}

.wp-caption p.wp-caption-text {
  width: auto !important;
  line-height: 1.9;
  font-size: 12px;
  padding: 3px 0;
  margin: 0 !important;
  background: #f6f6f6;
  display: block;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  text-align: inherit;
}

.awp-post ul {
  padding-left: 20px;
  list-style-type: circle;
}

.awp-post ol {
  padding-left: 20px;
  list-style-type: decimal;
}

.awp-post ul li {
  list-style-type: circle;
  line-height: 1.75;
  padding: 0;
}

.awp-post ol li {
  list-style-type: decimal;
  line-height: 1.75;
  padding: 0;
}

.post-password-form label {
  width: 100%;
}

.awp-post:before,
.awp-post:after {
  content: "";
  display: table;
  clear: both;
}

.awp-post td a {
  font-weight: 600;
}

.awp-post td {
  padding: 12px;
}

.awp-post th {
  padding: 12px;
}

.awp-pagination {
  clear: both;
}

pre {
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  white-space: pre-line;
}

/************************************************* * Custom *************************************************/
.site-loading {
  position: fixed;
  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;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-background);
  z-index: 100000;
}

.site-loading .preloading {
  position: relative;
  width: 60px;
  height: 60px;
}

.site-loading .circular {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.site-loading .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke: var(--theme-primary-color);
  -webkit-animation: dashray 1.5s ease-in-out infinite;
  animation: dashray 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dashray {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

@keyframes dashray {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

.preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: var(--theme-primary-color);
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite;
  width: 2.125rem !important;
  -webkit-transition: opacity 1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.28, 0.12, 0.22, 1);
  background: none;
  height: auto;
}

.preloader .path {
  stroke: currentColor;
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite;
  animation: dash 1.4s ease-in-out infinite;
}

.ajax-loading .products>svg.loader-image.preloader {
  bottom: 0;
  top: inherit;
  height: auto;
  z-index: 9999;
}

.ajax-loading .loader-image.preloader {
  position: static;
  display: block;
}

svg.loader-image.preloader.quick-view {
  position: fixed;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

.tab-ajax.preloader {
  width: 2.125rem !important;
  height: 2.125rem;
  background: none;
  position: absolute !important;
  -webkit-animation: awp-loading-spin 0.8s linear infinite !important;
  animation: awp-loading-spin 0.8s linear infinite !important;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.tab-ajax.preloader .path {
  display: block;
  stroke: var(--theme-primary-color);
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.4s ease-in-out infinite;
  animation: dash 1.4s ease-in-out infinite;
}

@-webkit-keyframes awp-loading-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes awp-loading-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-image.preloader.added,
.site-loading .circular,
a.quickview-loading::after {
  -webkit-animation-name: awp-loading-spin !important;
  animation-name: awp-loading-spin !important;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
  -webkit-animation-iteration-count: infinite !important;
  animation-iteration-count: infinite !important;
}

@media screen and (min-width: 1024px) {
  .elementor-container.elementor-column-gap-extended {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 1023.98px) {
  .elementor-container.elementor-column-gap-extended {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .elementor-container.elementor-column-gap-default {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1023.98px) {
  .elementor-container.elementor-column-gap-default {
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

  .elementor-container.elementor-column-gap-extended,
  .elementor-container.elementor-column-gap-default {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 320px) {
  .products:not(.awp-slider).mobile-grid-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 64rem) {
  .awp-blog .content-wrapper.sidebar-left {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 992px) {
  .blog-single-post .single-post .entry-media {
    margin-bottom: 2.5rem !important;
  }
}

.sidebar-column .entry-meta .entry-published a {
  font-size: 0.75rem !important;
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 40px;
  }
}

/************************************************* * Widgets *************************************************/
@media screen and (min-width: 768px) {
  .blog-posts.grid-3 .post {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}

@media screen and (min-width: 992px) {
  .blog-posts.grid-3 .post {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
  }
}

@media screen and (min-width: 768px) {
  .blog-posts.grid-2 .post {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}

@media (max-width: 769px) {
  .awp-product-category+.awp-product-category {
    margin-top: 40px;
  }
}


@media screen and (min-width: 992px) {
  .for-hero-bg {
    position: relative;
    margin-top: -9.375rem;
    z-index: 1;
  }
}

@media screen and (min-width: 992px) {
  .for-hero-bg::before {
    content: "";
    position: absolute;
    top: -4.375rem;
    bottom: -3.75rem;
    left: -5rem;
    right: -5rem;
    background-color: var(--color-background);
    border-top-left-radius: var(--theme-radius-base);
    border-top-right-radius: var(--theme-radius-base);
    z-index: -1;
  }
}

@media screen and (min-width: 75rem) {
  .products.column-6 .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15.69%;
    flex: 0 0 15.69%;
    max-width: 15.69%;
  }
}

.awp-order-tracking {
  padding: 0 !important;
}

.awp-page.section {
  margin-top: 2.5rem;
}

@media screen and (min-width: 64rem) {
  .awp-page.section {
    margin-top: 4.5rem;
  }
}

h1.awp-page-title {
  margin-bottom: 1.2rem;
}

#order_review .woocommerce-terms-and-conditions p:first-child {
  display: none;
}

.order-review-wrapper h3 {
  font-size: 1.25rem;
}

body .select2-container--default .select2-selection--single {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--theme-form-font);
  font-size: var(--theme-form-font-size);
  font-weight: var(--theme-form-font-weight);
  letter-spacing: var(--theme-form-letter-spacing);
  line-height: 42px;
  width: 100%;
  height: 2.875rem;
  border-radius: var(--theme-radius-form);
  padding-left: 0.25rem;
  padding-right: 0.75rem;
  -webkit-transition: none;
  transition: none;
  outline: none;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.875rem;
  font-size: 0.8125rem;
}





.no-more-products+.no-more-products {
  display: none;
}

.no-more-products {
  text-align: center;
  margin-top: 30px;
}

nav.woocommerce-pagination.awp-load-more .button {
  cursor: pointer;
  color: #fff !important;
  background-color: var(--theme-primary-color) !important;
}

nav.woocommerce-pagination.awp-load-more .button:hover {
  background-color: color-mix(in srgb, var(--theme-primary-hover-color) 90%, transparent) !important;
}

.products>svg.loader-image.preloader {
  bottom: -70px;
  top: inherit;
  padding: 0;
}

.shop-wide .awp-menu-nav.primary-menu .awp-menu .mega-menu.mega-menu-boxed>.sub-menu {
  max-width: 100%;
}

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

.sub-menu.mega-menu-wrapper .mega-sub-list .sub-menu-list a {
  position: relative;
}

.sub-menu.mega-menu-wrapper .mega-sub-list .sub-menu-list a {
  color: var(--color-text);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.sub-menu.mega-menu-wrapper .sub-menu-list li {
  line-height: 1;
}

.sub-menu.mega-menu-wrapper .mega-grouped-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub-menu.mega-menu-wrapper .sub-menu-list li+li {
  margin-top: 0.5rem;
}

.sub-menu.mega-menu-wrapper .mega-sub-list .sub-menu-list li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.07s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.sub-menu.mega-menu-wrapper .mega-sub-list .sub-menu-list li a:hover::before {
  opacity: 1;
}

.mega-sub-list .sub-menu-list i {
  margin-right: 0.5rem;
}

form.cart.grouped_form table {
  margin-bottom: 30px;
}

form.grouped_form tr td:first-child {
  padding-left: 0;
}

form.grouped_form td {
  border-left: 0;
  border-right: 0;
  padding: 15px;
}

.cart.grouped_form .add_to_cart_button {
  line-height: 1;
}

form.grouped_form label a {
  font-weight: 500;
  color: currentColor;
}

.awp-count-block {
  color: var(--color-text);
}




.woocommerce-page-header .woocommerce-sub-categories ul.children {
  display: none !important;
}

.woocommerce-page-header .woocommerce-sub-categories .widget-checkbox-list ul li+li {
  margin-top: 0;
}

.woocommerce-page-header .woocommerce-sub-categories ul li a::before {
  display: none;
}

.woocommerce-page-header .woocommerce-sub-categories .widget-checkbox-list input[type="checkbox"]:checked+label {
  color: var(--theme-primary-color);
  border-color: var(--theme-primary-color) !important;
}

.woocommerce-page-header .woocommerce-sub-categories span.subDropdown.plus {
  display: none !important;
}

.single-product-wrapper.style-3 .product-detail.with-side td.woocommerce-grouped-product-list-item__thumbnail {
  display: none;
}

.single-product-wrapper.style-3 .product-detail.with-side form.grouped_form td {
  padding: 2px;
}

.single-product-wrapper form>.tinv-wraper {
  display: none;
}

.site-header .site-brand img {
  height: auto;
}

.white-popup {
  position: relative;
  max-width: 62rem;
  background-color: var(--color-background);
  padding: 1.25rem;
  border-radius: var(--theme-radius-base);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .white-popup {
    padding: 2.1875rem;
  }
}

.orderon-whatsapp a {
  color: #fff !important;
  background-color: var(--color-green700) !important;
  border-color: transparent;
  height: 2.875rem;
}

.orderon-whatsapp a:hover {
  background-color: var(--color-green800) !important;
}

.orderon-whatsapp {
  margin-bottom: 1.25rem;
}

.product-detail .buy_now_button {
  height: 2.875rem;
}

@media screen and (max-width: 64rem) {
  .product-detail .buy_now_button {
    display: block;
    width: 100%;
  }
}

.product-detail-inner>.product-delivery-time {
  display: none;
}





.products.column-1 .product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.products.list-style.for-fashion .product {
  margin-bottom: 1.25rem;
}

.products:not(.awp-slider).list-style.for-fashion .product-countdown {
  margin-top: 0.9375rem;
}

.products:not(.awp-slider).list-style.for-fashion .product-countdown .awp-countdown-wrapper {
  margin-bottom: 0.3125rem;
}

.products:not(.awp-slider).list-style.for-fashion .product-countdown>p {
  font-size: 0.75rem;
  opacity: 0.6;
}


.cart-with-quantity.product-in-cart .quantity {
  display: flex;
}

.cart-with-quantity.product-in-cart a.button {
  display: none;
}

.cart-with-quantity a.added_to_cart {
  display: none;
}




.products .product .thumbnail-buttons>.wishlist-button {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.products .wishlist-button:hover a {
  color: var(--color-red600);
}

.products .wishlist-button a.awpwishlist-added {
  color: var(--color-red600);
}

.woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.single-product-wrapper .product-delivery-time,
.single-product-sticky .product-delivery-time {
  display: none;
}

.single-product-wrapper .product-inventory-wrapper .product-delivery-time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.products .wishlist-button span {
  font-size: 0;
}

.height100 .products.bordered.awp-slider .slick-list::before,
.bordered .products.awp-slider .slick-list::before {
  border: none;
}

.single-product-wrapper .related .wishlist-button a {
  color: currentColor !important;
  font-weight: var(--theme-body-font-weight);
}

.single-product-wrapper .related .wishlist-button a::before {
  margin-right: 0;
}


.lg-brdr-right-radius .products.bordered.awp-slider .slick-list::before {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}


.lg-brdr-left-radius .products.bordered.awp-slider .slick-list::before {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.banner-border .awp-banner {
  border-radius: 0;
}

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


  .md-brdr-right-radius .products.bordered.awp-slider .slick-list::before {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md-brdr-left-radius .products.bordered.awp-slider .slick-list::before {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px !important;
  }


  .md-banner-border .awp-banner {
    border-top-right-radius: var(--theme-radius-base);
  }
}

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



  .sm-brdr-right-radius .products.bordered.awp-slider .slick-list::before {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 10px !important;
  }


  .sm-brdr-left-radius .products.bordered.awp-slider .slick-list::before {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px !important;
  }
}



.awp-storebox.style-1 a .store-products .product-item .product-price ins,
.awp-storebox.style-1 a .store-products .product-item .product-price del {
  color: #ffffff;
}

.single-product-wrapper .woocommerce-Reviews #comments {
  border: 0;
  padding-top: 0;
}

.ring-tooltip .tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x) !important;
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
  font-size: 0.8125rem;
  font-weight: 500 !important;
}

.ring-tooltip .tooltip-arrow {
  border: 1px solid transparent;
  -webkit-box-shadow: hsla(206deg, 22%, 7%, 0.4) 0px 10px 38px -10px, hsla(206deg, 22%, 7%, 0.25) 0px 10px 20px -15px;
  box-shadow: hsla(206deg, 22%, 7%, 0.4) 0px 10px 38px -10px, hsla(206deg, 22%, 7%, 0.25) 0px 10px 20px -15px;
}

.ring-tooltip.tooltip {
  line-height: 1.5;
}

.awp-shop-block ul {
  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;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.awp-shop-block ul li {
  font-size: 0.8125rem;
}

.awp-shop-block ul li a {
  font-weight: 500;
  color: currentColor;
}

.awp-shop-block ul li.address {
  border: 1px solid var(--color-gray200);
  padding: 0.1875rem 0.625rem;
  border-radius: 5.625rem;
}

.awp-shop-block ul li.phone {
  font-size: 1rem;
  font-weight: 600;
  color: var(--theme-primary-color);
}

.mejs__time {
  box-sizing: content-box !important;
}

a.quickview-button {
  cursor: pointer;
}

span.woocommerce-input-wrapper {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .order-xs-2 {
    order: 2 !important;
  }

  .order-xs-3 {
    order: 3 !important;
  }
}

.awp-categories-list ul#category-menu>li>.sub-menu {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: calc(100% + 0.0625rem);
  background-color: var(--color-background);
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.awp-categories-list ul#category-menu>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 999999;
}

.awp-categories-list ul#category-menu>li:hover>.sub-menu {
  border: 1px solid;
  border-bottom-right-radius: var(--theme-radius-base);
  border-color: var(--color-gray300);
}

.awp-categories-list #category-menu>li.menu-item-has-children>a::after {
  font-family: "AsanWPIcons-interface";
  font-size: 92%;
  content: "";
  margin-left: auto;
}

.awp-categories-list ul#category-menu li.menu-item-object-custom .badge.for {
  color: var(--color-red700);
  background-color: var(--color-red50);
  text-transform: capitalize;
}

.awp-categories-list ul#category-menu li.menu-item-object-custom .badge.new {
  text-transform: capitalize;
}

.products .product .product-wrapper .thumbnail-wrapper .product-thumbnail .product-second-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.products .product .product-wrapper .thumbnail-wrapper .product-thumbnail .product-second-image+img {
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}

body.input-variation-filled .woocommerce-ordering select.orderby {
  background-color: transparent;
}

body.input-variation-filled .woocommerce-ordering select.orderby:hover {
  background-color: transparent;
}

body.input-variation-filled .quantity .input-text.qty.text {
  background-color: transparent;
}

body.input-variation-filled .quantity .input-text.qty.text:hover {
  background-color: transparent;
}

body[data-color="default"] .site-header.header-transparent-desktop .header-mobile .header-action .action-icon {
  color: #1b1f22;
}

.products .thumbnail-wrapper .thumbnail-buttons a.awpcp-btn {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.price_slider_bottom .price_slider_amount {
  margin: 0;
  display: inherit;
  margin-left: auto;
}

.sidebar-mega-product span.price {
  font-size: 1rem;
}

.sidebar-mega-product h2.product-title a {
  font-weight: 600 !important;
}

.sidebar-mega-product .thumbnail-wrapper.entry-media {
  width: 5.125rem !important;
}

.sidebar-mega-product-grid .products .thumbnail-wrapper .thumbnail-buttons {
  display: none;
}

.sidebar-mega-product-grid .products .product-buttons {
  display: none;
}

.sidebar-mega-banner img {
  width: 100%;
}

.sidebar-mega-banner .awp-banner.inner-style {
  border-radius: 0;
}

@keyframes awp-quickview-rotate {
  100% {
    transform: rotate(360deg);
  }
}

a.quickview-loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  transition: opacity 0.2s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgb(161 161 161 / 40%);
  border-left-color: #000;
  border-radius: 50%;
  vertical-align: middle;
  opacity: 1;
  animation: awp-quickview-rotate 450ms infinite linear;
}

a.quickview-loading i {
  opacity: 0;
}

.product-type-grouped .product-cart-wrapper .price {
  font-size: 10px;
}

.product-type-grouped .product-cart-wrapper .price .amount {
  color: var(--color-red600);
  font-size: 1.1rem;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  max-width: 50%;
  width: 50%;
}

a.shipping-calculator-button {
  font-size: 0.825rem;
}

.woocommerce-shipping-totals section.shipping-calculator-form {
  margin-top: 10px;
}

.woocommerce-shipping-totals p#calc_shipping_state_field span {
  width: 100%;
  text-align: left;
}

body[data-color="default"] .cart-wrapper .awp-free-shipping.success {
  border-color: var(--color-green400);
  background-color: var(--color-green25);
}

body[data-color="default"] .cart-wrapper .awp-free-shipping.success .shipping-progress {
  background-color: var(--color-green100);
}

.awp-free-shipping.success .shipping-progress span {
  background-color: var(--color-green600);
}

.woocommerce-product-gallery__wrapper img.zoomImg {
  background: #fff;
}

.woocommerce-product-gallery__wrapper img {
  width: 100%;
}

.single-product-wrapper .woocommerce-product-gallery .thumbnail-badges.product-badges {
  z-index: 9;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}

.single-product-wrapper .woocommerce-product-gallery .badge {
  position: static;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 12px;
}

.product-meta.top a.woocommerce-review-link {
  color: var(--color-text);
}

.filter-holder ul li+li {
  margin-top: 0.5rem;
}

.filter-holder ul li a {
  color: #212529;
}

.site-header .header-action.cart-button .cart-not-empty .awp-free-shipping.success {
  border-color: var(--color-green400);
  background-color: var(--color-green25);
}

section#related-products .product-content-switcher .add_to_cart_button {
  padding: 0;
  height: auto;
}

.site-login .site-login-inner .login-form-container .register-form input[type="radio"] {
  height: auto !important;
}

span.password-input {
  flex-wrap: wrap;
}

.password-input .show-password-input {
  top: 0;
  height: 2.875rem;
}

.woocommerce-password-strength.bad {
  margin-top: 10px;
}

.tagcloud a {
  color: #021523;
  background-color: transparent;
  border: 1px solid var(--bs-border-color);
  height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}

.single-product-wrapper section#related-products .wishlist-button {
  margin-bottom: 0;
}

.products .product-buttons a.button {
  font-size: 0.875rem;
  line-height: 2.1875rem;
  height: 2.1875rem;
}


.sidebar-mega-product .list-style .product-countdown {
  display: none;
}


.awp-coupon-modal .awp-coupon-inner .store-thumbnail img {
  max-height: inherit !important;
}

.awp-newsletter-popup .newsletter-inner .privacy-policy p {
  font-size: 11px;
  margin-top: 10px;
}

.awp-menu-nav .mega-menu .sub-menu::before,
.awp-menu-nav .mega-menu .sub-menu::after {
  display: none !important;
}

@media (max-width: 768px) {}

@media screen and (max-width: 1199.98px) {
  #sidebar.filtered-sidebar {
    z-index: 100011;
  }
}


.specification-content table {
  margin-bottom: 30px;
}

.specification-content table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.specification-content table tr {
  border-bottom: 1px solid var(--color-gray200);
}

.specification-content table td {
  border: none;
  padding-right: 0;
  max-width: 50%;
  width: 50%;
  font-size: 0.875rem;
  text-align: right;
}

.specification-content h2 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.meta-item.sticky-post {
  color: var(--theme-primary-color);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.6875rem;
}

a {
  text-decoration: none;
  color: var(--theme-primary-color);
}

.awp-pagination a,
.awp-pagination span.current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 0.875rem;
  font-weight: 500;
  width: 2.25rem;
  height: 2.25rem;
  color: var(--color-text);
  border-radius: calc(var(--theme-radius-base) / 2);
  background-color: var(--color-gray50);
}

.awp-readmore+.awp-pagination {
  margin-top: 20px;
}

.awp-pagination a:hover {
  background-color: var(--color-gray100);
}

.awp-pagination span.current {
  color: #fff;
  background-color: var(--theme-primary-hover-color);
}

ol.wp-block-comment-template {
  list-style-type: none;
  padding-left: 0;
}

ol.wp-block-comment-template li {
  list-style: none;
}

blockquote {
  border-left: 4px solid var(--color-gray400);
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 1.25rem;
  padding-bottom: 0.75rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 64.0625rem) {
  blockquote {
    padding-left: 3.125rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.wp-block-button {
  margin-bottom: 15px;
}

.wp-block-cover {
  margin-bottom: 15px;
}

figure.wp-block-gallery figcaption.blocks-gallery-caption {
  margin-bottom: 30px;
}

.wp-block-gallery.alignleft {
  margin-right: 30px;
}

.awp-post span.catcount {
  float: right;
}

.awp-post select,
.awp-post form.wp-block-search {
  margin-bottom: 1rem;
}

.post .entry-media a {
  border-radius: 0;
}

.post .entry-media a img {
  border-radius: var(--theme-radius-base);
}

.awp-post form.post-password-form input[type="submit"] {
  color: #fff;
  background-color: var(--theme-primary-color);
  border-color: transparent;
  height: 2.875rem;
  line-height: initial;
}

.awp-post form.post-password-form input[type="submit"]:hover {
  background-color: color-mix(in srgb, var(--theme-primary-hover-color) 90%, transparent);
}

nav#comment-nav-above {
  margin-bottom: 20px;
}

nav#comment-nav-below {
  margin-bottom: 30px;
}

.blog-posts.large-style .post {
  display: block;
  width: 100%;
}

.post .entry-title {
  word-break: break-word;
}

.post .meta-item {
  flex-flow: row wrap;
}

.post .meta-item a {
  line-height: 1.5;
}

.post .meta-item a+a {
  margin-left: 3px;
}

.blog-sidebar ul li a:before {
  margin-right: 10px;
  text-rendering: auto;
  line-height: 1;
  font-family: "AsanWPIcons-interface";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 12px;
}

span.catcount {
  float: right;
  font-size: 0.8125rem;
  color: var(--color-text-desc);
}

.blog-sidebar .widget ul li a,
.blog-sidebar .widget ol li a {
  color: var(--color-text);
  text-decoration: none;
  display: inline-block;
}

.widget_recent_comments ul li>a,
ol.wp-block-latest-comments li a+a {
  font-weight: 500;
}

.blog-sidebar .widget ul,
.blog-sidebar .widget ol {
  padding-left: 0;
}

h2.wp-block-heading {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  h2.wp-block-heading {
    font-size: calc(var(--theme-widgets-font-size) + 1px);
    margin-bottom: 1.25rem;
  }
}

.widget_calendar caption {
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: var(--theme-primary-color);
}

.widget_calendar table th {
  font-weight: 400;
  background: #ddd;
}

.widget_calendar table#wp-calendar {
  caption-side: top;
  text-align: center;
}

nav.wp-calendar-nav {
  padding-top: 0.75rem;
  text-align: center;
}

.widget_recent_comments ul li>a:before {
  display: none;
}

.widget_rss ul li a.rsswidget {
  display: block;
  font-weight: 500;
  margin-bottom: 0.625rem;
}

.widget_rss ul li {
  margin-bottom: 1rem;
}

.search_form {
  width: 100%;
  position: relative;
}

.search_form button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: 0;
  color: #1b1f22 !important;
  background: none !important;
}

.search_form button i {
  font-size: 1rem;
}

.blog-sidebar .widget_nav_menu ul li a:before {
  position: static;
  opacity: 1;
  background: none;
}

.blog-sidebar span.badge {
  display: block;
}

h2.search-title {
  margin-bottom: 1.875rem;
}

.single-product-wrapper form.cart .variations tr {
  flex-direction: column;
}

.single-product-wrapper form.cart .variations tr .value {
  padding-left: 0;
}

body[data-color="default"] .single-product-wrapper form.cart .variations tr+tr {
  border: none;
}

body.awp-swatches .single-product-wrapper form.cart .variations tr {
  flex-direction: row;
}

body[data-color="default"].awp-swatches .single-product-wrapper form.cart .variations tr+tr {
  border-top: 1px solid;
  border-color: var(--color-gray100);
}

td.woocommerce-grouped-product-list-item__thumbnail img {
  max-width: 90px;
}

.products .product .product-wrapper.style-1 .product-buttons>a.button.product_type_external i {
  display: none;
}

.products .product .product-wrapper.style-1 .product-buttons>a.button.product_type_external {
  height: auto;
}

.my-account-wrapper .woocommerce-MyAccount-content p a.dokan-btn {
  color: #fff;
}

.blog-sidebar ul.posts-list li a:before {
  display: none;
}

@media (max-width: 400px) {}

@media (max-width: 400px) {}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  width: 100%;
}

#add_payment_method #payment ul.payment_methods .stripe-card-group,
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
  position: relative;
  width: 100%;
}

.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .wc_payment_methods li.payment_method_stripe .payment_box.payment_method_stripe label::before {
  display: none;
}

.checkout-wrapper .order-review-wrapper #order_review .woocommerce-checkout-payment .wc_payment_methods li .payment_box p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
  padding-left: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  margin-top: 10px;
}

.products li.product-category {
  overflow: visible;
  padding: 0.9375rem;
}

.products h2.woocommerce-loop-category__title {
  font-size: var(--theme-product-name-font-size-mobile);
  font-weight: var(--theme-product-name-weight);
  line-height: 1.3;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 0.5rem;
  color: #212529;
  margin-top: 0.75rem;
}

@media screen and (min-width: 1024px) {
  .products h2.woocommerce-loop-category__title {
    font-size: var(--theme-product-name-font-size-desktop);
  }
}

.buy_now_button svg {
  display: none !important;
}


.site-header .header-action.cart-button .cart-not-empty .products.site-scroll {
  overflow: auto;
}

#sidebar.filtered-sidebar .theiaStickySidebar {
  overflow: auto !important;
}

p.woocommerce-store-notice.demo_store {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: var(--theme-primary-color);
  margin: 0;
  padding: 15px;
  color: #fff;
  z-index: 999;
}

p.woocommerce-store-notice.demo_store a {
  color: #fff;
  font-weight: 500;
}

.checkout-wrapper ul.woocommerce-error {
  white-space: nowrap;
}

.single-product-wrapper .woocommerce-variation-availability .product-stock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.8125rem;
  padding: 0.25rem 0.625rem;
  border-radius: calc(var(--theme-radius-form) / 2);
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .slick-vertical .slick-track {
    height: auto !important;
  }
}


p.vendor-customer-registration label+br {
  display: none;
}

.cart-wrapper wc-order-attribution-inputs {
  width: inherit !important;
}

p.woocommerce-mini-cart__buttons a.button.checkout {
  line-height: 1;
}

.site-header .header-action.cart-button .cart-not-empty .woocommerce-mini-cart__buttons>* {
  padding: 0;
}

.select2-container--open {
  z-index: 999999;
}


.elementor-shortcode .woocommerce-customer-details .col-1,
.elementor-shortcode .woocommerce-customer-details .col-2 {
  width: 100%;
}

body.woocommerce-order-pay ul.wc_payment_methods.payment_methods {
  list-style: none;
  padding: 0;
}

body.woocommerce-order-pay form#order_review div#payment {
  margin-top: 30px;
}

body.woocommerce-order-pay form#order_review {
  margin-top: 50px;
}

body.woocommerce-order-pay label {
  display: inline;
}

body.woocommerce-order-pay .woocommerce-terms-and-conditions-wrapper {
  display: block;
  width: 100%;
}

.awp-flexslider-thumbnail .flex-control-thumbs {
  padding: 0;
}

.awp-flexslider-thumbnail .flex-control-thumbs:before,
.awp-flexslider-thumbnail .flex-control-thumbs:after {
  content: "";
  display: table;
  clear: both;
}

.awp-flexslider-thumbnail .flex-control-thumbs li img {
  padding: 0.25rem;
  cursor: pointer;
  border-radius: calc(var(--theme-radius-base) / 2);
  border: 1px solid;
  border-color: var(--color-gray300);
  width: 100%;
}

.awp-flexslider-thumbnail .flex-control-thumbs li img.flex-active {
  border-color: rgb(var(--theme-color-black));
}

.awp-flexslider-thumbnail .flex-control-nav,
.awp-flexslider-thumbnail .flex-direction-nav {
  padding: 0;
  list-style: none;
  margin: 0;
}

.awp-flexslider-thumbnail.vertical li,
.awp-flexslider-thumbnail.vertical li img {
  width: 80px;
  height: auto;
}

.awp-flexslider-thumbnail.horizontal .flex-control-nav {
  margin-top: 15px;
}

.awp-flexslider-thumbnail.horizontal ul.flex-direction-nav button {
  background: 0;
  padding: 0;
  height: 100%;
}

.awp-flexslider-thumbnail.horizontal ul.flex-direction-nav .flex-nav-prev,
.awp-flexslider-thumbnail.horizontal ul.flex-direction-nav .flex-nav-next {
  position: absolute;
  top: 7.5px;
  height: 100%;
  width: auto;
}

.awp-flexslider-thumbnail.horizontal ul.flex-direction-nav .flex-nav-prev {
  left: 0;
}

.awp-flexslider-thumbnail.horizontal ul.flex-direction-nav .flex-nav-next {
  right: 0;
}

.awp-flexslider-thumbnail.horizontal {
  position: relative;
}

.awp-flexslider-thumbnail.horizontal ul.flex-direction-nav button svg {
  width: 24px;
}

.awp-flexslider-thumbnail.horizontal .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.awp-flexslider-thumbnail.vertical .flex-viewport {
  height: 480px !important;
}

.awp-flexslider-thumbnail.vertical {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  z-index: 9;
}

.awp-flexslider-thumbnail.vertical li {
  margin-bottom: 5px;
}

.awp-flexslider-thumbnail.vertical ul.flex-direction-nav svg {
  width: 20px;
  transform: rotate(90deg);
}

.awp-flexslider-thumbnail.vertical ul.flex-direction-nav {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.awp-flexslider-thumbnail.vertical ul.flex-direction-nav li {
  width: 100%;
  padding: 0.25rem;
}

.awp-flexslider-thumbnail.vertical ul.flex-direction-nav button {
  width: 100%;
  padding: 0;
  height: 30px;
}

.awp-flexslider-thumbnail.vertical ul.flex-direction-nav .disabled {
  opacity: 0.5;
}

.awp-flexslider-thumbnail.vertical ul.flex-direction-nav .disabled a {
  pointer-events: none;
}

.awp-flexslider-thumbnail.vertical ul.flex-direction-nav a.flex-disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (min-width: 576px) {
  .single-product-wrapper .vertical .woocommerce-product-gallery {
    padding-left: 6.5rem;
  }
}

.products .product .product-progress p {
  font-size: 0.75rem;
  margin-top: 7px;
  margin-bottom: 0;
}

.products .product .product-countdown p {
  font-size: 0.75rem;
  margin-top: 7px;
  margin-bottom: 0;
}

.products .product .sku_wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
}

body[data-theme="light"] .products .product .sku_wrapper {
  color: #000;
}

.products .product .sku_wrapper {
  font-weight: 600;
}

.products .product .sku_wrapper>span.sku {
  font-weight: 500;
  color: #6b7280;
  margin-left: 3px;
}

.products .product .awp-product-attributes tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.products .product .awp-product-attributes tr td,
.products .product .awp-product-attributes tr th {
  border: 0;
  padding: 0;
  font-size: 0.75rem;
}

.products .product .awp-product-attributes tr th:after {
  content: ":";
  margin-right: 4px;
}

.products .product .awp-product-attributes {
  margin-top: 5px;
}

body[data-theme="light"] .products .product .awp-product-attributes tr th {
  color: #000;
}

.products .product .awp-product-attributes tr th {
  font-weight: 600;
  font-size: 0.75rem;
}

.products .product .awp-product-attributes tr td {
  font-weight: 500;
  color: #6b7280;
}

.products .product .awp-product-attributes p {
  margin-bottom: 0;
}

[data-theme="dark"] #dokan-store-listing-filter-wrap,
#dokan-store-listing-filter-form-wrap {
  background-color: #1a1b20;
  box-shadow: 1px 1px 20px 0px #0e0e0e;
}

[data-theme="dark"] #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
  background: #1a1b20;
  border-top: 1px solid #1a1b20;
}

[data-theme="dark"] #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
  box-shadow: 1px 1px 20px 0px #0e0e0e;
}

[data-theme="dark"] #dokan-store-listing-filter-wrap .right .item select {
  background: #1a1b20;
}

.products .product .product-wrapper.with-content-fade form.variations_form {
  padding: 0 0.9375rem;
}

.products .product-type-variable .cart-with-quantity.product-in-cart a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.products .product-type-variable .cart-with-quantity.product-in-cart .quantity {
  display: none;
}

.dokan-dashboard ul#select2-product_tag_search-container {
  display: none;
}

.dokan-dashboard .select2-container .select2-search--inline .select2-search__field {
  width: 100%;
  min-height: 32px;
}

.dokan-dashboard .select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: static;
}

.dokan-dashboard .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: static;
}

.dokan-dashboard .select2 .select2-selection {
  height: auto;
  display: inline-block;
  width: 100%;
}

.awp-blog .blog-posts.grid-style .post .entry-title {
  font-size: 1.25rem;
}

.awp-blog .blog-posts.grid-style .post .entry-excerpt {
  font-size: 0.875rem;
}

.dark-theme-toggle .theme-toggle .theme-mode-toggle .toggle-icon i {
  font-size: 0.8125rem;
  margin-right: 0;
}

[data-theme="dark"] .bypostauthor {
  color: #ecedee;
}

[data-theme="dark"] .theme-mode-toggle span.dark-theme {
  display: none;
}

[data-theme="light"] .theme-mode-toggle span.light-theme {
  display: none;
}

.password-input .show-password-input {
  background: none !important;
  margin: 0 !important;
  font-weight: inherit;
}

.site-scrollsa {
  overflow-y: auto;
  height: 100%;
}

.site-scrollsa::-webkit-scrollbar {
  width: 3px;
}

.site-scrollsa::-webkit-scrollbar-track {
  background-color: #f6f4f0;
  border-radius: 9px;
}

.site-scrollsa::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 9px;
}

.widget_brand_nav ul li a:before {
  content: "";
  position: relative;
  display: inline-block;
  display: -ms-inline-flexbox;
  width: 1rem;
  height: 1rem;
  border-radius: 0.125rem;
  background-color: rgb(var(--theme-color-white));
  margin-right: 0.625rem;
  -webkit-transition: border-color 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: border-color 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
  appearance: none;
  outline: none;
  cursor: pointer;
  border: 1px solid var(--color-gray500);
  border-radius: 0.25rem;
}

.widget_brand_nav ul li {
  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;
  width: 100%;
}

.widget_brand_nav ul.children {
  width: 100%;
}

.widget_brand_nav ul li a {
  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;
  font-size: var(--widget-font-size);
  font-weight: 400;
  line-height: 1;
}

.widget_brand_nav span.count {
  margin-left: auto;
  color: #9aa5b3;
}

.widget_brand_nav ul li+li {
  margin-top: 0.1875rem;
}

.widget_brand_nav ul li.chosen>a:after {
  content: "";
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  opacity: 1;
  transition: opacity 0.2s ease;
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  height: 3px;
  width: 10px;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.widget_brand_nav ul li.chosen>a:before {
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget_brand_nav ul li.chosen>a {
  position: relative;
}

.products .product span.awp-product-brands {
  margin-top: 10px;
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.products .product span.awp-product-brands a {
  font-weight: 500;
  color: #6b7280;
  text-transform: capitalize;
}

.product-detail span.posted_in {
  margin-right: 0.25rem;
  font-size: 0.8125rem;
}

.single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--description>h2 {
  display: block;
}

.single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--description>h2:first-child {
  display: none;
}

.awp-flexslider-thumbnail.horizontal .flex-direction-nav .flex-disabled {
  position: absolute;
}

/* Brands A-Z Section */
.awp-brand-section {
  --gap-x: 2rem;
  --gap-y: 0.35rem;
}

.awp-brand-section .entry-title {
  font-size: 1.125rem;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 576.1px) {
  .awp-brand-section .entry-title {
    font-size: 1.375rem;
  }
}

.awp-brand-section__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  justify-content: space-between;
}

.awp-brand-section__nav a {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: 1rem;
  color: #000;
}

.awp-brand-section__nav .disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.awp-brand-section .brand-group {
  padding: 1.25rem 0 1rem;
  border-top: 1px solid #e8e8e8;
}

.awp-brand-section .brand-group:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.awp-brand-section .brand-letter {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 0.75rem;
}

.awp-brand-section .brand-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(var(--brand-cols, 5), minmax(0, 1fr));
  column-gap: var(--gap-x);
  row-gap: var(--gap-y);
}

.awp-brand-section .brand-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.awp-brand-section .brand-item a {
  text-decoration: none;
  color: #000;
  font-weight: 300;
}

.awp-brand-section .brand-count {
  opacity: 0.55;
  margin-left: 0.35rem;
  font-size: 0.9em;
}

@media (max-width: 1200px) {
  .awp-brand-section .brand-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .awp-brand-section .brand-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .awp-brand-section .brand-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.woocommerce-checkout a.showlogin {
  font-weight: 500;
  text-decoration: underline;
}

.woocommerce-checkout .woocommerce-form-login-toggle {
  font-size: 15px;
}

.woocommerce-checkout .woocommerce-form-login {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 500px;
  border: 1px solid #e5e8ec;
  border-radius: 7px;
  padding: 40px;
}

.woocommerce-checkout .woocommerce-form-login p {
  font-size: 14px;
}

.woocommerce-checkout .woocommerce-form-login__rememberme span {
  margin-left: 5px;
}

.woocommerce-checkout .woocommerce-form-login__rememberme input {
  vertical-align: text-top;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  border: 1px solid #e5e7eb;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
  padding: 1rem;
  font-size: 0.875rem;
}

/* Specific RTL */
  {
  text-align: right;
  direction: rtl;
}

.slick-list {
  direction: ltr;
}

.slick-list>* {
  direction: rtl;
}

.slick-list .product {
  direction: rtl;
}

.slick-list .entry-wrapper {
  direction: rtl;
}


.ui-widget-content .ui-slider-handle {
  right: initial;
  left: 0;
}

.ui-widget-content .ui-slider-handle:last-child {
  left: 100%;
  right: initial;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}



.awp-slider-wrapper .awp-slider.slider-style .slick-nav.slick-next {
  right: 0.9375rem;
  left: inherit;
}

@media screen and (min-width: 1200px) {
  .awp-slider-wrapper .awp-slider.full-width .slick-nav.slick-next {
    right: 1.875rem;
  }
}

.awp-slider-wrapper .awp-slider.slider-style .slick-nav.slick-prev {
  left: 0.9375rem;
  right: inherit;
}

@media screen and (min-width: 1200px) {
  .awp-slider-wrapper .awp-slider.full-width .slick-nav.slick-prev {
    left: 1.875rem;
  }
}

.awp-slider-wrapper .awp-slider.arrows-style-2.carousel-style .slick-nav.slick-next {
  right: -1.25rem;
  left: inherit;
}

.awp-slider-wrapper .awp-slider.arrows-style-2.carousel-style .slick-nav.slick-prev {
  left: -1.25rem;
  right: inherit;
}

.select2-container {
  direction: ltr;
}

.site-login .login-form-container.show-register-form {
  -webkit-transform: translateX(-50%);
  transform: translateX(50%);
}






.awp-quickview-product {
  direction: rtl;
  text-align: right;
}

.category-bordered.slick-slider .slick-list::before {
  left: 0;
}

.awp-single-video {
  z-index: 9;
}

a.woocommerce-product-gallery__trigger {
  z-index: 9;
}

.awp-slider-wrapper .awp-slider.slider-style .slick-nav.slick-next {
  right: 0.9375rem !important;
  left: inherit !important;
}

.awp-slider-wrapper .awp-slider.slider-style .slick-nav.slick-prev {
  left: 0.9375rem !important;
  right: inherit !important;
}

.awp-slider-wrapper .slick-nav.slick-next {
  left: auto;
  right: 0;
}

.awp-slider-wrapper .slick-nav.slick-prev {
  right: auto;
  left: 0;
}

.woocommerce-breadcrumb ul li::after {
  content: "";
}

.awp-icon-interface-right-arrow-large:before {
  content: "";
}

.awp-slider-wrapper .awp-slider.arrows-style-2.carousel-style .slick-nav.slick-next {
  left: inherit;
  right: -1.25rem;
}

.awp-slider-wrapper .awp-slider.arrows-style-2.carousel-style .slick-nav.slick-prev {
  right: inherit;
  left: -1.25rem;
}

.site-header .header-action .action-icon .action-count {
  right: 1.5rem;
}

.single-product-wrapper .product-checklist ul li:before {
  float: right;
}

.awp-category-block.style-3 .category-thumbnail {
  margin-left: 0.3rem;
}

.single-product-wrapper>*.product-gallery {
  overflow: hidden;
}



.flex-control-thumbs li {
  margin-right: 0;
  margin-left: 5px;
}

.filter-holder .widget ul {
  padding-right: 0;
}

.dropdown-menu {
  text-align: right;
}

body.link-underline .products .product-title a {
  text-decoration: none;
}

.cart-widget-side {
  overflow: auto;
}

.woocommerce-Price-currencySymbol {
  margin-right: 3px;
}

.product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 52px;
  line-height: var(--theme-single-product-name-line-height-desktop);
}



.products .thumbnail-wrapper .thumbnail-buttons a.awpcp-btn {
  cursor: pointer;
}




.product-inventory,
.product-progress,
.product-cart-wrapper,
.product-countdown {
  margin-bottom: 0.3rem;
}



.single-product-wrapper .product_title {
  font-size: var(--theme-single-product-name-font-size-desktop);
  line-height: var(--theme-single-product-name-line-height-desktop);
  font-weight: var(--theme-product-name-weight);
}

.single-product .product-price .price .woocommerce-Price-amount {
  font-size: var(--theme-single-product-price-font-size-desktop);
}

.single-product .entry-content {
  line-height: var(--theme-product-content-line-height);
}

@media (max-width: 767px) {
  .single-product-wrapper .product_title {
    font-size: var(--theme-single-product-name-font-size-mobile);
    line-height: var(--theme-single-product-name-line-height-mobile);
  }

  .single-product .product-price .price .woocommerce-Price-amount {
    font-size: var(--theme-single-product-price-font-size-mobile);
  }

}

select {
  padding-left: 1.625rem !important;
  padding-right: 0.313rem !important;
}

.single-product .single-shipping-message i {
  display: inline-flex;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .625rem;
  background: color-mix(in srgb, var(--awp-shipping-class-color, var(--color-blue600)) 10%, transparent);
  color: var(--awp-shipping-class-color, var(--color-blue600));
  font-size: 18px;
  align-items: center;
}


@media (max-width: 600px) {
  .single-product .single-shipping-message {
    flex-direction: row;
  }

  .single-shipping-message .info-message:after {
    content: "|";
    margin-left: 15px;
    margin-right: 15px;
    opacity: 0.3;
  }

  .single-shipping-message .info-message:after {
    display: inline-block !important;
  }
}

.single-shipping-message .info-message:last-child::after {
  display: none !important;
}

.product-detail .awpwl-adding:after {
  right: 0;
  margin-left: 0;
  margin-right: 0
}

.product-detail a.awpwl-btn.awpwl-adding:after,
.product-detail span.awpwl-removing i:before {
  right: 7px;
  margin-left: 0;
  margin-right: 0
}

.awp-countdown {
  direction: ltr
}

.awp-countdown .count-item {
  direction: rtl
}


.mfp-video-holder {
  position: absolute;
  inset: 0;
}

.mfp-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.woocommerce-Tabs-panel {
  --asanwp-tab-preview-height: 22rem;
}

.woocommerce-Tabs-panel.asanwp-readmore-enhanced.asanwp-tab-has-overflow:not(.asanwp-tab-open) .asanwp-tab-content {
  position: relative;
  max-height: var(--asanwp-tab-preview-height);
  overflow: hidden;
}

.woocommerce-Tabs-panel.asanwp-readmore-enhanced.asanwp-tab-has-overflow:not(.asanwp-tab-open) .asanwp-tab-content::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--color-background, #fff) 90%);
  content: "";
  pointer-events: none;
}

.asanwp-tab-trigger {
  display: none;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
  padding: .35rem 0;
  border: 0;
  background: transparent;
  color: var(--theme-primary-color, #ef4056);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  user-select: none;
  box-shadow: none;
}

.woocommerce-Tabs-panel.asanwp-tab-has-overflow>.asanwp-tab-trigger {
  display: inline-flex;
}

.asanwp-tab-trigger i {
  font-size: 11px;
  transition: .2s;
}

.asanwp-tab-trigger:hover {
  opacity: .8;
}

body[data-theme=dark] .woocommerce-Tabs-panel.asanwp-readmore-enhanced.asanwp-tab-has-overflow:not(.asanwp-tab-open) .asanwp-tab-content::after,
body[data-color=custom][data-theme=dark] .woocommerce-Tabs-panel.asanwp-readmore-enhanced.asanwp-tab-has-overflow:not(.asanwp-tab-open) .asanwp-tab-content::after {
  background: linear-gradient(to bottom, rgba(23, 25, 29, 0), var(--color-background, #17191d) 90%);
}

@media screen and (max-width: 767.98px) {
  .woocommerce-Tabs-panel {
    --asanwp-tab-preview-height: 18rem;
  }
}

.single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table tr th {
  background-color: #f0f0f1;
  width: 200px;
  border: none;
}

.single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table tr td {
  background-color: #ffffff;
  border: none;
  line-height: 2.5;
}

@media (max-width: 767px) {
  .single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table tr th {
    width: 200px;
    max-width: 180px;
    min-width: 150px;
  }
}

.single-product-wrapper .product-countdown .entry-title,
.single-product-wrapper .product-progress-wrapper .entry-title {
  font-size: var(--theme-body-font-size);
}

.ellipsis {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.woocommerce-product-details__short-description ul {
  padding: 0;
  line-height: 2.1;
}

.woocommerce-product-details__short-description ul li {
  list-style: none;
}

.woocommerce-product-details__short-description ul li::before {
  font-family: "AsanWPIcons-interface";
  font-size: 0.75rem;
  content: "";
  color: var(--color-green800);
  margin-left: 0.5rem;
  float: right;
}

.asanwp-order-documents {
  margin-top: 10px;
}

.asanwp-auth-page .awp-mobile-bottom,
.asanwp-auth-page .asanwp-floating-actions {
  display: none
}

/* AsanWP unified loading motion */
.loader-image.preloader,
.tab-ajax.preloader {
  inset: 0;
  margin: auto;
  transform: none !important;
  -webkit-transform: none !important;
  -webkit-animation: awp-loading-spin .8s linear infinite !important;
  animation: awp-loading-spin .8s linear infinite !important;
  transform-origin: center center !important;
}

.loader-image.preloader .path,
.tab-ajax.preloader .path {
  display: block !important;
  stroke: var(--theme-primary-color);
}