@charset "UTF-8";
/*

    1. BASE
    reset
    base

    2. Element
    Forms
    Header
    Text
    TextColor
    TextSize
    Module
    Footer
    Hero
    Carousel
    BoxContent
    Categories
    Post
    Bread
    Related
    Review
    Affiliate
    Faq
    Modal


    3. Layout
    Home
    Blog
    Builder
    Error
    Result
    Category
    Product
    Account
    Search
    Cart
    Checkout
    Post

    4. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     MIXINGS
------------------------------------------------------------ */
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
/* ------------------------------------------------------------
     RESET
------------------------------------------------------------ */
html,
body {
  -webkit-text-size-adjust: none;
  /* For iphone Landscape */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  /* For font looks antialiased */
  -moz-osx-font-smoothing: grayscale;
  /* Moz antialiased */
  text-rendering: optimizeLegibility;
  /* optimezy fonts */
  font-family: "Funnel Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

/* headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400 !important;
  font-family: "Bitter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p,
a {
  font-family: "Funnel Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body #main-content p {
  color: #000;
}

/* outline */
* {
  letter-spacing: 0;
}
*:focus {
  outline: none !important;
}

/* Placeholder */
::-webkit-input-placeholder {
  color: #7D838A !important;
}

::-moz-placeholder {
  color: #7D838A !important;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #7D838A !important;
} /* ie */
:-moz-placeholder {
  color: #7D838A !important;
}

/* Selection */
::-moz-selection {
  background: #3C70F6;
  color: #fff;
  opacity: 1 !important;
}
::selection {
  background: #3C70F6;
  color: #fff;
  opacity: 1 !important;
}

::-moz-selection {
  background: #3C70F6;
  color: #fff;
  opacity: 1 !important;
}

/* mx auto */
.mx-auto {
  margin: 0 auto;
}

.col-reset {
  padding: 0 !important;
}

/* Hidden */
.hidden {
  display: none !important;
}

/* Address */
address {
  font-style: initial;
}

/* margin */
.mt-0 {
  margin-top: 0 !important;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

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

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* ------------------------------------------------------------
     BASE
------------------------------------------------------------ */
.et_pb_row,
.et-db #et-boc .et-l .et_pb_row {
  width: 93%;
  max-width: 1140px;
}

.container {
  width: 93%;
  max-width: 1140px;
}

.center-row.et_pb_row {
  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;
}

/* bordered image */
.bordered-image img {
  border-radius: 20px;
  overflow: hidden;
}

/* header fix */
.header--fix.et_pb_section {
  margin-top: 90px;
}

/* row col */
.row-col.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row-col.et_pb_row .et_pb_column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 32px;
}

/* row flex */
.row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .center-row .et_pb_column:not(.center-row__image) {
    margin-bottom: 0;
  }
  .center-row__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .row-col.et_pb_row .et_pb_column {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: calc(50% - 16px);
  }
  .row-col.et_pb_row .et_pb_column:nth-child(2n+2) {
    margin-right: 0;
  }
  .row-col.et_pb_row .et_pb_column {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    margin-right: 0;
  }
  .row-col.et_pb_row .et_pb_column:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .header--fix.et_pb_section {
    margin-top: 53px;
  }
  .et_pb_row.row--100-mobile {
    width: 100%;
  }
}
/* ------------------------------------------------------------
     FORM
------------------------------------------------------------ */
body #et-boc.et-boc .suscribe-form.et_pb_module .et_pb_code_inner form {
  position: relative;
  max-width: 570px;
  margin: 0 auto;
}
body #et-boc.et-boc .suscribe-form.et_pb_module .et_pb_code_inner form .forminator-row.forminator-row-last {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 100%;
}
body #et-boc.et-boc .suscribe-form.et_pb_module .et_pb_code_inner form .forminator-row.forminator-row-last .forminator-col,
body #et-boc.et-boc .suscribe-form.et_pb_module .et_pb_code_inner form .forminator-row.forminator-row-last .forminator-field {
  width: 100%;
  height: 100%;
}
body #et-boc.et-boc .suscribe-form.et_pb_module .et_pb_code_inner form .forminator-row.forminator-row-last .forminator-col button,
body #et-boc.et-boc .suscribe-form.et_pb_module .et_pb_code_inner form .forminator-row.forminator-row-last .forminator-field button {
  background: #3C70F6;
  color: #fff;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 0 24px;
  height: 44px;
  line-height: 44px;
}
body #et-boc.et-boc .suscribe-form.et_pb_module .et_pb_code_inner form .forminator-row.forminator-row-last .forminator-col button:hover,
body #et-boc.et-boc .suscribe-form.et_pb_module .et_pb_code_inner form .forminator-row.forminator-row-last .forminator-field button:hover {
  background: #183A8F;
  padding: 0 24px;
}
body #et-boc.et-boc .suscribe-form.et_pb_module .et_pb_code_inner form .forminator-row.forminator-row-last .forminator-field {
  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;
}
body #et-boc.et-boc .suscribe-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field {
  position: relative;
}
body #et-boc.et-boc .suscribe-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-label {
  display: none;
}
body #et-boc.et-boc .suscribe-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-input {
  background: #fff;
  height: 57px;
  border-radius: 30px;
  padding: 0 24px;
  font-family: "Funnel Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body #et-boc.et-boc .suscribe-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-error-message {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  border-radius: 5px;
}
body #et-boc.et-boc .contact-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
body #et-boc.et-boc .contact-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-textarea {
  height: 100px;
}
body #et-boc.et-boc .contact-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-textarea,
body #et-boc.et-boc .contact-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-input {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  font-size: 16px;
  background: #fff;
}
body #et-boc.et-boc .contact-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-textarea[disabled=disabled],
body #et-boc.et-boc .contact-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-input[disabled=disabled] {
  background: #F7F9FA;
}
body #et-boc.et-boc .contact-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-textarea:focus,
body #et-boc.et-boc .contact-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-input:focus {
  border-color: #3C70F6;
}
body #et-boc.et-boc .contact-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-input {
  height: 40px;
}
body #et-boc.et-boc .contact-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-description {
  display: none;
}
body #et-boc.et-boc .contact-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-button {
  background: #3C70F6;
  color: #fff;
  border: 0;
  border-radius: 30px !important;
  font-size: 16px;
  padding: 0 24px !important;
  height: 44px;
  line-height: 44px !important;
}
body #et-boc.et-boc .contact-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-button:hover {
  background: #183A8F;
  padding: 0 24px !important;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  body #et-boc.et-boc .suscribe-form.et_pb_module .et_pb_code_inner form .forminator-row.forminator-row-last {
    position: relative;
    width: 100%;
    bottom: 0;
  }
  body #et-boc.et-boc .suscribe-form.et_pb_module .et_pb_code_inner form .forminator-row.forminator-row-last button {
    width: 100%;
  }
  body #et-boc.et-boc .suscribe-form.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-error-message {
    position: relative;
    bottom: 0;
  }
}
/* ------------------------------------------------------------
     HEADER
------------------------------------------------------------ */
body #et-boc.et-boc header.et-l--header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
body #et-boc.et-boc header.et-l--header .header {
  padding: 20px 0;
  background: transparent;
}
body #et-boc.et-boc header.et-l--header .header .header__inner {
  padding: 0;
}
body #et-boc.et-boc header.et-l--header .header .header__inner:not(.header--middle) .et_pb_column {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #et-boc.et-boc header.et-l--header .header .header__inner:not(.header--middle) .et_pb_column .main-nav,
body #et-boc.et-boc header.et-l--header .header .header__inner:not(.header--middle) .et_pb_column .et_pb_menu_inner_container,
body #et-boc.et-boc header.et-l--header .header .header__inner:not(.header--middle) .et_pb_column .et_pb_menu__wrap,
body #et-boc.et-boc header.et-l--header .header .header__inner:not(.header--middle) .et_pb_column .et_pb_menu__menu,
body #et-boc.et-boc header.et-l--header .header .header__inner:not(.header--middle) .et_pb_column .et-menu-nav,
body #et-boc.et-boc header.et-l--header .header .header__inner:not(.header--middle) .et_pb_column .nav {
  width: 100%;
}
body #et-boc.et-boc header.et-l--header .header .header__inner:not(.header--middle) .et_pb_column .nav {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
body #et-boc.et-boc header.et-l--header .header .header__inner.header--middle .et_pb_menu__account,
body #et-boc.et-boc header.et-l--header .header .header__inner.header--middle .et_pb_menu__icon {
  position: relative;
  width: 26px;
  height: 26px;
  border: 0;
  padding: 0;
  margin: 0;
}
body #et-boc.et-boc header.et-l--header .header .header__inner.header--middle .et_pb_menu__account:hover,
body #et-boc.et-boc header.et-l--header .header .header__inner.header--middle .et_pb_menu__icon:hover {
  opacity: 0.8;
}
body #et-boc.et-boc header.et-l--header .header .header__inner.header--middle .et_pb_menu__account {
  background: url(/reset/wp-content/uploads/2025/07/user.png) no-repeat center center;
  background-size: 23px;
}
body #et-boc.et-boc header.et-l--header .header .header__inner.header--middle .et_pb_menu__icon:not(.et_pb_menu__search-button) {
  background: url(/reset/wp-content/uploads/2025/07/cart.png) no-repeat center center;
  background-size: contain;
}
body #et-boc.et-boc header.et-l--header .header .header__inner.header--middle .et_pb_menu__icon:not(.et_pb_menu__search-button):after {
  display: none;
}
body #et-boc.et-boc header.et-l--header .header .header__inner.header--middle .et_pb_menu__icon:not(.et_pb_menu__search-button) .et_pb_menu__cart-count {
  width: 18px;
  height: 18px;
  background: #3C70F6;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  position: absolute;
  top: -14px;
  right: -14px;
  white-space: nowrap;
  overflow: hidden;
}
body #et-boc.et-boc header.et-l--header .header .header__inner.header--middle .et_pb_menu__icon.et_pb_menu__search-button {
  background: url(/reset/wp-content/uploads/2025/07/search.png) no-repeat center center;
  background-size: contain;
}
body #et-boc.et-boc header.et-l--header .header .header__inner.header--middle .et_pb_menu__icon.et_pb_menu__search-button:after {
  display: none;
}
body #et-boc.et-boc header.et-l--header .header .header__inner.header--middle .et_pb_menu_inner_container .et_pb_menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #et-boc.et-boc header.et-l--header .header .header__inner.header--middle .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__account {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body #et-boc.et-boc header.et-l--header .header .header__inner.header--middle .et_pb_menu_inner_container .et_pb_menu__wrap .et_pb_menu__icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav {
  background-color: transparent !important;
  margin: 0;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et_pb_menu__wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li {
  padding-left: 24px;
  padding-right: 24px;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li.current_page_item a {
  color: #3C70F6;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li.menu-item-has-children a {
  padding-right: 18px;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li a {
  color: #000;
  font-size: 19px;
  padding-right: 0;
  font-family: "Bitter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li a:hover {
  background: transparent;
  opacity: 0.6;
  color: #3C70F6;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu {
  border: 0;
  padding: 16px 0;
  background: #fff !important;
  width: 300px;
  border-radius: 10px;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu li {
  width: 100%;
  padding: 0;
  margin: 0;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu a {
  display: block;
  width: 100%;
  -webkit-transition: initial;
  transition: initial;
  color: #7A7C8E !important;
  font-size: 14px;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu a:hover {
  color: #3C70F6 !important;
  background: #F8F8F8;
  opacity: 1;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .header__search {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .header__search .et_pb_s {
  border-radius: 30px;
  border: 2px solid #A2A5BF;
  height: 50px;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .header__search .et_pb_searchsubmit {
  background: url(/reset/wp-content/uploads/2025/07/search.png) no-repeat center center;
  background-size: 20px;
  width: 60px;
  height: 30px;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -999999px;
}
body #et-boc.et-boc .header__logo {
  margin: 0 !important;
  width: 160px;
}
body #et-boc.et-boc .header__social {
  position: absolute !important;
  top: 0;
  right: 0;
}

/* Nav icon */
#nav-icon2 {
  width: 50px;
  height: 25px;
  position: relative;
  -webkit-transform: scale(0.7) rotate(0deg);
          transform: scale(0.7) rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
}
#nav-icon2 span:nth-child(odd) {
  left: 0px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 11px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 22px;
}

.mobile_menu_bar:before {
  display: none;
}

.mobile_nav.opened #nav-icon2 span {
  background: #fff;
  -webkit-box-shadow: 0 4px 24px rgb(0, 0, 0);
          box-shadow: 0 4px 24px rgb(0, 0, 0);
}
.mobile_nav.opened #nav-icon2 span:nth-child(1), .mobile_nav.opened #nav-icon2 span:nth-child(6) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile_nav.opened #nav-icon2 span:nth-child(2), .mobile_nav.opened #nav-icon2 span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile_nav.opened #nav-icon2 span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.mobile_nav.opened #nav-icon2 span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.mobile_nav.opened #nav-icon2 span:nth-child(5) {
  left: 5px;
  top: 22px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(6) {
  left: calc(50% - 5px);
  top: 22px;
}

.open-subnav {
  display: none;
  border-radius: 10px;
}
.open-subnav span {
  color: #fff;
}

.mobile_menu_layout,
.mobile_menu_layout__inner {
  display: none !important;
}

/* header top */
.date-name {
  color: #F7F9FA;
  font-size: 12px;
  font-weight: 400;
  border-right: 1px solid #F7F9FA;
  padding-right: 16px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* header top */
.header__top .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__top .et_pb_column .et_pb_module {
  margin-bottom: 0;
}

.header-code .et_pb_code_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 1200px) {
  body #et-boc.et-boc header .header .header__logo {
    max-width: 130px;
  }
  body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 981px) {
  .header--middle .main-nav .et_pb_menu__menu {
    display: none !important;
  }
}
@media (max-width: 980px) {
  body #et-boc.et-boc .header__logo,
  body #et-boc.et-boc .header__inner .et_pb_image {
    width: 130px !important;
  }
  body #et-boc.et-boc .open-subnav {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
  }
  body #et-boc.et-boc .open-subnav.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner {
    padding: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column {
    margin-bottom: 0 !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column .et_pb_image {
    margin: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu {
    width: 100%;
    display: none !important;
    padding: 10px 0 10px 36px;
    background: transparent !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu.active {
    display: block !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li {
    width: 100%;
    padding-bottom: 0 !important;
    padding-left: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li.current-menu-item a {
    color: #3C70F6 !important;
    font-size: 18px !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li a {
    padding: 5px 10px;
    width: 100%;
    color: #fff !important;
    font-size: 18px !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li .open-subnav {
    top: 1px;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu {
    background: #D9D9D9 !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu a {
    font-size: 18px !important;
    padding-left: 30px;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu li > ul.sub-menu {
    background: #D9D9D9 !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu li > ul.sub-menu li > ul.sub-menu {
    background: #fff !important;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout {
    border: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: linear-gradient(74deg, rgba(0, 0, 0, 0.3) 36.64%, rgba(102, 102, 102, 0.3) 92.05%) !important;
    padding-bottom: 0;
    z-index: 1;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3C70F6;
    content: "";
    right: initial;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    overflow-y: auto;
    padding-top: 90px;
    padding-right: 20%;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu {
    width: 100%;
    border: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li {
    position: relative;
    z-index: 2;
    padding-bottom: 16px;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li.current-menu-item a {
    text-decoration: underline;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    border: 0;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_bar {
    z-index: 99999;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .et_mobile_menu:before {
    width: 60%;
    opacity: 1;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_layout,
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_layout__inner {
    display: block !important;
  }
}
@media (max-width: 768px) {
  body #et-boc.et-boc .header__top .social-widget {
    display: none;
  }
  body #et-boc.et-boc .header__top .et_pb_column {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  body #et-boc.et-boc .header__top .weather-item {
    margin-right: 8px;
  }
  body #et-boc.et-boc .header__top .weather-item p {
    font-size: 10px;
  }
  body #et-boc.et-boc .header-code .et_pb_code_inner {
    gap: 16px;
  }
  body #et-boc.et-boc .date-name {
    font-size: 10px;
  }
  body #et-boc.et-boc .header--middle .et_mobile_nav_menu {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 0;
    width: 40px;
  }
  body #et-boc.et-boc .header--middle .et_pb_menu__icon.et_pb_menu__search-button {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 680px) {
  body #et-boc.et-boc header .header .header__logo {
    max-width: 110px;
  }
  .et-db #et-boc header.et-l--header .header {
    padding: 16px 0;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout__inner {
    padding-right: 5%;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column {
    margin-bottom: 0 !important;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu,
  .et-db #et-boc header.et-l--header #mobile_menu2.et_mobile_menu {
    padding-top: 70px;
  }
}
/* ------------------------------------------------------------
     TEXT
------------------------------------------------------------ */
.text-uppercase {
  text-transform: uppercase;
}

.text-icon .et_pb_text_inner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
}
.text-icon .et_pb_text_inner p br {
  display: none;
}
.text-icon .et_pb_text_inner p * {
  margin: 0;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     TEXT COLOR
------------------------------------------------------------ */
.text-white,
.text-white * {
  color: #fff !important;
}

.text-Gray500,
.text-Gray500 * {
  color: #7D838A !important;
}

/* ------------------------------------------------------------
     TEXT SIZE
------------------------------------------------------------ */
.text-14,
.text-14 * {
  font-size: 14px;
  line-height: 20px;
}

.text-16,
.text-16 * {
  font-size: 16px;
  line-height: 25px;
}

.text-20,
.text-20 * {
  font-size: 20px;
  line-height: 28px;
}

.text-small,
.text-small * {
  font-size: 12px;
  line-height: 20px;
}

.text-21,
.text-21 * {
  font-size: 21px;
  line-height: 25px;
}

.text-24,
.text-24 * {
  font-size: 24px;
  line-height: 35px;
}

.text-28,
.text-28 * {
  font-size: 28px;
  line-height: 35px;
}

.text-40,
.text-40 * {
  font-size: 40px;
  line-height: 45px;
}

.text-64,
.text-64 * {
  font-size: 64px !important;
  line-height: 75px !important;
}

.text-96,
.text-96 * {
  font-size: 96px !important;
  line-height: 90px !important;
}

.text-18,
.text-18 * {
  font-size: 18px;
  line-height: 28px;
}

h1,
h1 *,
.h1,
.h1 * {
  font-size: 36px !important;
  line-height: 45px !important;
}

h2,
h2 *,
.h2,
.h2 * {
  font-size: 24px;
  line-height: 35px;
}

h3,
h3 *,
.h3,
.h3 * {
  font-size: 22px;
  line-height: 30px;
}

h4,
h4 *,
.h4,
.h4 * {
  font-size: 18px;
  line-height: 25px;
}

h5,
h5 *,
.h5,
.h5 * {
  font-size: 16px;
  line-height: 25px;
}

h6,
h6 *,
.h6,
.h6 * {
  font-size: 14px;
  line-height: 20px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1200px) {
  .text-96,
  .text-96 * {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .text-64,
  .text-64 * {
    font-size: 42px !important;
    line-height: 50px !important;
  }
}
@media all and (max-width: 980px) {
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 34px !important;
    line-height: 40px !important;
  }
  .text-40,
  .text-40 *,
  .text-28,
  .text-28 * {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 768px) {
  .text-96,
  .text-96 * {
    font-size: 42px !important;
    line-height: 50px !important;
  }
  .text-21,
  .text-21 * {
    font-size: 18px;
  }
  .text-24,
  .text-24 *,
  .text-20,
  .text-20 * {
    font-size: 18px;
    line-height: 25px;
  }
  .text-64,
  .text-64 * {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .text-18,
  .text-18 * {
    font-size: 16px;
  }
  h1,
  h1 *,
  .h1,
  .h1 * {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
@media all and (max-width: 680px) {
  .text-55 {
    font-size: 32px;
    line-height: 45px;
  }
}
/* ------------------------------------------------------------
    MODULE
------------------------------------------------------------ */
.module.et_pb_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.module-bottom.et_pb_section {
  padding-bottom: 60px;
}

.module-top.et_pb_section {
  padding-top: 60px;
}

.module-bottom24.et_pb_section {
  padding-bottom: 24px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .module.et_pb_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .module-bottom.et_pb_section {
    padding-bottom: 40px;
  }
  .module-top.et_pb_section {
    padding-top: 40px;
  }
}
@media all and (max-width: 768px) {
  .module.et_pb_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .module-bottom.et_pb_section {
    padding-bottom: 30px;
  }
  .module-top.et_pb_section {
    padding-top: 30px;
  }
}
/* ------------------------------------------------------------
     BUTTON
------------------------------------------------------------ */
body #page-container .et_pb_section .btn.btn--type1 {
  background: #3C70F6;
  color: #fff;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 0 24px !important;
  height: 44px;
  line-height: 44px !important;
}
body #page-container .et_pb_section .btn.btn--type1:hover {
  background: #183A8F;
  padding: 0 24px !important;
}
body #page-container .et_pb_section .btn.btn--type3 {
  background: #F6CD45;
  color: #000;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 0 24px !important;
  height: 44px;
  line-height: 44px !important;
}
body #page-container .et_pb_section .btn.btn--type3:hover {
  background: #E5A53A;
  padding: 0 24px !important;
}
body #page-container .et_pb_section .btn.btn--type2 {
  background: #fff;
  color: #3C70F6;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 0 24px !important;
  height: 44px;
  line-height: 44px !important;
}
body #page-container .et_pb_section .btn.btn--type2:hover {
  background: #F8F8F8;
  padding: 0 24px !important;
}
body #page-container .et_pb_section .btn.btn--14 {
  font-size: 14px;
}
body #page-container .et_pb_section .btn.btn--small {
  padding: 0 16px !important;
  height: 32px;
  line-height: 32px !important;
  font-size: 14px;
}
body #page-container .et_pb_section .btn.btn--small:hover {
  padding: 0 16px !important;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
  FOOTER
------------------------------------------------------------ */
.footer__list .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header,
.footer__list .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header * {
  color: #fff;
  font-weight: 600;
}
.footer__list .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__list .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li,
.footer__list .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li a {
  color: #EDE8E8;
}
.footer__list .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li:hover,
.footer__list .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li a:hover {
  opacity: 0.8;
}

.footer__row-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.footer__row-top .et_pb_column {
  margin: 0;
}
.footer__row-top .et_pb_column:first-child, .footer__row-top .et_pb_column:last-child {
  width: 20%;
}
.footer__row-top .et_pb_column:not(:first-child) {
  padding-top: 134px;
}

.footer__bottom .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__bottom .et_pb_column .et_pb_module {
  margin: 0;
}

.footer__copy .et_pb_text_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__copy .et_pb_text_inner ul li,
.footer__copy .et_pb_text_inner ul li a {
  text-decoration: underline;
}
.footer__copy .et_pb_text_inner ul li:hover,
.footer__copy .et_pb_text_inner ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .footer__row-top .et_pb_column {
    margin: 0;
  }
  .footer__row-top .et_pb_column:first-child, .footer__row-top .et_pb_column:last-child {
    width: 100%;
  }
  .footer__row-top .et_pb_column:not(:first-child) {
    padding-top: 0;
  }
}
@media all and (max-width: 768px) {
  .footer__bottom .et_pb_column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__bottom .et_pb_column .et_pb_module {
    margin-bottom: 16px;
    width: 100%;
  }
  .footer__bottom .et_pb_column .et_pb_module:last-child {
    margin-bottom: 0;
  }
  .footer__copy .et_pb_text_inner ul {
    gap: 16px;
  }
  .footer__row-top {
    gap: 0;
  }
}
/* ------------------------------------------------------------
    HERO
------------------------------------------------------------ */
body #page-container div.et_pb_section .hero-slider.hero--color1 .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
  background: #3C70F6;
}
body #page-container div.et_pb_section .hero-slider.hero--color1 .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1:not(a),
body #page-container div.et_pb_section .hero-slider.hero--color1 .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1 *:not(a),
body #page-container div.et_pb_section .hero-slider.hero--color1 .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2:not(a),
body #page-container div.et_pb_section .hero-slider.hero--color1 .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 *:not(a),
body #page-container div.et_pb_section .hero-slider.hero--color1 .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p:not(a),
body #page-container div.et_pb_section .hero-slider.hero--color1 .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p *:not(a) {
  color: #fff !important;
}
body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slide {
  padding: 0;
  width: 100%;
}
body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-radius: 20px;
  background: #F6CD45;
  margin: 0;
  padding: 24px;
  width: 70%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 20%;
  padding-bottom: 40px;
}
body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content *, body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
  color: #000 !important;
  text-shadow: initial;
}
body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1,
body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1 *,
body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2,
body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 * {
  font-size: 36px;
  line-height: 45px;
}
body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p {
  font-size: 18px;
  line-height: 25px;
}
body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image {
  margin-top: 0 !important;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  top: 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
}
body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 100% !important;
}
body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_button_wrapper a.et_pb_button {
  background: #3C70F6;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  width: 190px;
  text-align: center;
  line-height: 44px !important;
  padding: 0 !important;
  border-radius: 40px;
  border: none;
}
body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_button_wrapper a.et_pb_button:after {
  display: none !important;
}
body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_button_wrapper a.et_pb_button:hover {
  background: #183A8F;
  padding: 0 !important;
}
body #page-container div.et_pb_section .hero-slider .et-pb-controllers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 32px;
}
body #page-container div.et_pb_section .hero-slider .et-pb-controllers a {
  width: 40px;
  height: 10px;
  border-radius: 20px;
  background: #E5A53A;
}
body #page-container div.et_pb_section .hero-slider .et-pb-controllers a.et-pb-active-control {
  background: #fff;
}

.hero-text {
  background: #3C70F6;
  border-radius: 20px;
  padding: 32px;
  height: 100%;
  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;
}
.hero-text.hero-text--color1 {
  background: #F6CD45;
}
.hero-text.hero-text--color1 .et_pb_text_inner h1:not(a),
.hero-text.hero-text--color1 .et_pb_text_inner h1 *:not(a),
.hero-text.hero-text--color1 .et_pb_text_inner h2:not(a),
.hero-text.hero-text--color1 .et_pb_text_inner h2 *:not(a),
.hero-text.hero-text--color1 .et_pb_text_inner p:not(a),
.hero-text.hero-text--color1 .et_pb_text_inner p *:not(a) {
  color: #000 !important;
}
.hero-text .et_pb_text_inner h1,
.hero-text .et_pb_text_inner h1 *,
.hero-text .et_pb_text_inner h2,
.hero-text .et_pb_text_inner h2 * {
  font-weight: 600;
}
.hero-text .et_pb_text_inner p {
  font-size: 18px;
  line-height: 25px;
}
.hero-text .et_pb_text_inner h1:not(a),
.hero-text .et_pb_text_inner h1 *:not(a),
.hero-text .et_pb_text_inner h2:not(a),
.hero-text .et_pb_text_inner h2 *:not(a),
.hero-text .et_pb_text_inner p:not(a),
.hero-text .et_pb_text_inner p *:not(a) {
  color: #fff !important;
}
.hero-text .et_pb_text_inner a {
  background: #fff;
  color: #3C70F6;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 0 24px;
  height: 44px;
  text-decoration: none;
  line-height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 190px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.hero-text .et_pb_text_inner a:hover {
  background: #F8F8F8;
  padding: 0 24px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 24px;
    border-radius: 0;
    padding-bottom: 80px;
  }
  body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
    text-align: left;
  }
  body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1,
  body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h1 *,
  body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2,
  body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 * {
    font-size: 24px;
    line-height: 35px;
  }
  body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p {
    font-size: 16px;
    line-height: 25px;
  }
  body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image {
    display: block !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 0;
  }
  body #page-container div.et_pb_section .hero-slider .et_pb_slides .et_pb_slider_container_inner .et_pb_button_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body #page-container div.et_pb_section .hero-slider .et-pb-controllers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .hero-text .et_pb_text_inner p {
    font-size: 16px;
  }
}
/* ------------------------------------------------------------
    CAROUSEL
------------------------------------------------------------ */
.carousel-item {
  overflow: hidden;
}

.carousel-item__icon {
  margin-bottom: 0 !important;
  width: 100px;
}
.carousel-item__icon .et_pb_blurb_content .et_pb_main_blurb_image {
  width: 70px;
  height: 80px;
}
.carousel-item__icon .et_pb_blurb_content .et_pb_main_blurb_image span,
.carousel-item__icon .et_pb_blurb_content .et_pb_main_blurb_image img {
  width: 100%;
  height: 100%;
}
.carousel-item__icon .et_pb_blurb_content .et_pb_main_blurb_image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.carousel-item__icon .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  text-align: center;
}
.carousel-item__icon .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header,
.carousel-item__icon .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header * {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.js-loop-banner .et_pb_column {
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  gap: 100px;
}

.js-loop-banner .et_pb_column > * {
  display: inline-block;
  margin: 0;
  position: relative;
}

/* carousel collection */
.carousel-collection__item {
  margin-bottom: 0 !important;
}
.carousel-collection__item .et_pb_blurb_content .et_pb_main_blurb_image {
  width: 150px;
  height: 150px;
}
.carousel-collection__item .et_pb_blurb_content .et_pb_main_blurb_image span,
.carousel-collection__item .et_pb_blurb_content .et_pb_main_blurb_image img {
  width: 100%;
  height: 100%;
}
.carousel-collection__item .et_pb_blurb_content .et_pb_main_blurb_image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.carousel-collection__item .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  text-align: center;
}
.carousel-collection__item .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header,
.carousel-collection__item .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header * {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.carousel-collection:not(.js-carousel-collection) .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousel-collection:not(.js-carousel-collection) .et_pb_column .et_pb_module {
  width: 25%;
}

.js-carousel-collection .et_pb_column {
  padding-bottom: 60px;
}
.js-carousel-collection .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.js-carousel-collection .slick-dots li.slick-active button {
  background: #E5A53A;
}
.js-carousel-collection .slick-dots li button {
  width: 40px;
  height: 10px;
  border-radius: 20px;
  background: #F7F9FA;
  text-indent: -9999px;
  position: relative;
  border: 0;
  cursor: pointer;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .carousel-collection:not(.js-carousel-collection) .et_pb_column .et_pb_module {
    width: 45%;
  }
}
/* ------------------------------------------------------------
    BOX CONTENT
------------------------------------------------------------ */
.box-content {
  border-radius: 20px;
}
.box-content .et_pb_blurb_content {
  padding: 32px;
}
.box-content .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h1,
.box-content .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h1 *,
.box-content .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2,
.box-content .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 * {
  font-size: 36px;
  line-height: 45px;
}
.box-content .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
  font-size: 18px;
  line-height: 25px;
}
.box-content .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a {
  background: #3C70F6;
  color: #fff;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 0 24px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
}
.box-content .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:hover {
  background: #183A8F;
  padding: 0 24px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .box-content {
    border-radius: 0;
  }
  .box-content .et_pb_blurb_content {
    padding: 32px 24px;
  }
  .box-content .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h1,
  .box-content .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h1 *,
  .box-content .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2,
  .box-content .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h2 * {
    font-size: 32px;
    line-height: 40px;
  }
  .box-content .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
    font-size: 16px;
  }
  .box-content .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a {
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 170px;
  }
}
/* ------------------------------------------------------------
CATEGORIES
------------------------------------------------------------ */
.product-categories .woocommerce .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.product-categories .woocommerce .products::before {
  display: none;
}
.product-categories .woocommerce .products .product {
  width: calc(33.33% - 24px) !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.product-categories .woocommerce .products .product a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  background: #F7F9FA;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding-bottom: 24px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0);
}
.product-categories .woocommerce .products .product a:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.product-categories .woocommerce .products .product a:hover .product__btn {
  color: #183A8F !important;
  text-decoration: none;
}
.product-categories .woocommerce .products .product a:hover .woocommerce-loop-category__title {
  color: #183A8F !important;
}
.product-categories .woocommerce .products .product a * {
  width: 100%;
}
.product-categories .woocommerce .products .product a *:not(img) {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.product-categories .woocommerce .products .product a img {
  width: 100%;
  height: 234px !important;
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.product-categories .woocommerce .products .product a .count {
  color: #A2A5BF;
  font-size: 14px;
  text-align: center;
  background: transparent;
  display: block;
  font-family: "Bitter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.product-categories .woocommerce .products .product a .woocommerce-loop-category__title {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.product-categories .woocommerce .products .product a .woocommerce-loop-category__title,
.product-categories .woocommerce .products .product a .woocommerce-loop-category__title * {
  font-size: 18px !important;
  line-height: 25px !important;
  font-weight: 600 !important;
  font-family: "Funnel Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding-top: 0;
  padding-bottom: 32px;
}
.product-categories .woocommerce .products .product a .product__btn {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  color: #3C70F6 !important;
  text-decoration: underline;
  font-weight: 600;
  font-size: 18px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .product-categories .woocommerce .products .product {
    width: calc(50% - 24px) !important;
  }
}
@media all and (max-width: 768px) {
  .product-categories .woocommerce .products .product {
    width: 100% !important;
  }
}
/* ------------------------------------------------------------
POST
------------------------------------------------------------ */
.post-grid .et_pb_ajax_pagination_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.post-grid .et_pb_ajax_pagination_container .et_pb_post {
  width: calc(25% - 24px);
  background: #F7F9FA;
  border-radius: 10px;
  text-align: center;
  padding-bottom: 24px;
  margin: 0;
}
.post-grid .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url {
  width: 100%;
  height: 234px;
}
.post-grid .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.post-grid .et_pb_ajax_pagination_container .et_pb_post .entry-title {
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
}
.post-grid .et_pb_ajax_pagination_container .et_pb_post .entry-title,
.post-grid .et_pb_ajax_pagination_container .et_pb_post .entry-title * {
  font-size: 18px !important;
  line-height: 25px !important;
  font-weight: 600 !important;
  font-family: "Funnel Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding-top: 0;
}
.post-grid .et_pb_ajax_pagination_container .et_pb_post .entry-title a {
  min-height: 50px;
  display: block;
  width: 100%;
}
.post-grid .et_pb_ajax_pagination_container .et_pb_post .post-content a {
  color: #3C70F6;
  text-decoration: underline;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
}
.post-grid .et_pb_ajax_pagination_container .et_pb_post .post-content a:hover {
  text-decoration: none;
  color: #183A8F;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .post-grid .et_pb_ajax_pagination_container .et_pb_post {
    width: calc(50% - 24px);
  }
}
@media all and (max-width: 768px) {
  .post-grid .et_pb_ajax_pagination_container .et_pb_post {
    width: 100%;
  }
}
/* ------------------------------------------------------------
BREAD
------------------------------------------------------------ */
.breadcrumbs .lwp-breadcrumbs a {
  color: #7D838A;
}
.breadcrumbs .lwp-breadcrumbs .separator {
  font-size: 0 !important;
  margin-right: 4px;
  margin-left: 4px;
}
.breadcrumbs .lwp-breadcrumbs .separator:after {
  content: "/";
  font-size: 16px !important;
  color: #7D838A;
  font-family: "Funnel Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .breadcrumbs .lwp-breadcrumbs * {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}
/* ------------------------------------------------------------
     RELATED
------------------------------------------------------------ */
.woocommerce-page .related.products > h2 {
  display: none;
}
.woocommerce-page .related.products .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.woocommerce-page .related.products .products::before {
  display: none;
}
.woocommerce-page .related.products .products .product {
  width: calc(24% - 7px) !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.woocommerce-page .related.products .products .product a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  background: #F7F9FA;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding-bottom: 24px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0);
}
.woocommerce-page .related.products .products .product a:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.woocommerce-page .related.products .products .product a:hover .product__btn {
  color: #183A8F !important;
  text-decoration: none;
}
.woocommerce-page .related.products .products .product a:hover .woocommerce-loop-category__title {
  color: #183A8F !important;
}
.woocommerce-page .related.products .products .product a > * {
  width: 100%;
}
.woocommerce-page .related.products .products .product a > *:not(img) {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.woocommerce-page .related.products .products .product a .et_shop_image {
  padding: 0 !important;
  margin-bottom: 24px;
}
.woocommerce-page .related.products .products .product a .et_shop_image .et_overlay {
  display: none !important;
}
.woocommerce-page .related.products .products .product a img {
  width: 100%;
  height: 234px !important;
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 !important;
}
.woocommerce-page .related.products .products .product a .star-rating {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100px !important;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 !important;
  height: 20px;
  margin: 0 !important;
}
.woocommerce-page .related.products .products .product a .star-rating:before {
  font-size: 18px;
}
.woocommerce-page .related.products .products .product a .star-rating span {
  padding: 0 !important;
  font-size: 0;
  height: 20px;
}
.woocommerce-page .related.products .products .product a .star-rating span:before {
  font-size: 18px;
}
.woocommerce-page .related.products .products .product a .woocommerce-loop-product__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px !important;
  line-height: 25px !important;
  font-weight: 600 !important;
  font-family: "Funnel Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 0;
  margin-bottom: 24px;
}
.woocommerce-page .related.products .products .product a .price {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 24px;
}
.woocommerce-page .related.products .products .product a .price *, .woocommerce-page .related.products .products .product a .price {
  color: #3C70F6 !important;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
}
.woocommerce-page .related.products .products .product a .product-btn-category {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  background: #3C70F6;
  color: #fff !important;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 0 24px !important;
  height: 44px;
  line-height: 44px !important;
  width: 183px;
  margin: 24px auto 0 auto;
}
.woocommerce-page .related.products .products .product a .product-btn-category:hover {
  background: #183A8F;
  padding: 0 24px !important;
}

.related .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.related .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.related .slick-dots li.slick-active button {
  background: #E5A53A;
}
.related .slick-dots li button {
  width: 40px;
  height: 10px;
  border-radius: 20px;
  background: #F7F9FA;
  text-indent: -9999px;
  position: relative;
  border: 0;
  cursor: pointer;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .woocommerce-page .related.products .products {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .woocommerce-page .related.products .products .product {
    width: calc(49% - 7px) !important;
  }
}
@media all and (max-width: 768px) {
  .woocommerce-page .related.products .products .product {
    width: 100% !important;
  }
  .related.products {
    padding-bottom: 0;
  }
  .related.products .products {
    padding-bottom: 40px;
  }
}
/* ------------------------------------------------------------
     REVIEW
------------------------------------------------------------ */
.review-module {
  padding-top: 24px;
}
.review-module .woocommerce-Reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.review-module .woocommerce-Reviews .clear {
  display: none;
}
.review-module .woocommerce-Reviews #comments {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.review-module .woocommerce-Reviews #comments .woocommerce-Reviews-title,
.review-module .woocommerce-Reviews #comments .woocommerce-Reviews-title * {
  font-size: 16px !important;
  line-height: 25px !important;
}
.review-module .woocommerce-Reviews #comments .avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.review-module .woocommerce-Reviews #comments .woocommerce-review__verified.verified {
  color: #2E9F47;
  background: #B9FBC7;
  border-radius: 10px;
  font-size: 12px;
  padding: 4px 8px;
}
.review-module .woocommerce-Reviews #comments .commentlist > li {
  border-bottom: 1px solid #D0D5DD !important;
}
.review-module .woocommerce-Reviews #comments .commentlist > li:last-child {
  border-bottom: 0 !important;
}
.review-module .woocommerce-Reviews > #review_form_wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border: 0;
  position: sticky;
  top: 40px;
  padding: 0;
}
.review-module .woocommerce-Reviews > #review_form_wrapper #review_form_wrapper {
  width: 100%;
  border: 0;
  padding: 0;
}
.review-module .woocommerce-Reviews > #review_form_wrapper #review_form_wrapper #review_form .comment-respond .comment-reply-title {
  font-weight: 600;
}
.review-module .woocommerce-Reviews > #review_form_wrapper #review_form_wrapper #review_form .comment-respond .comment-form input,
.review-module .woocommerce-Reviews > #review_form_wrapper #review_form_wrapper #review_form .comment-respond .comment-form textarea {
  border: 1px solid #D0D5DD;
  border-radius: 10px;
  padding: 12px;
  font-size: 16px;
  background: #fff;
  width: 100%;
}
.review-module .woocommerce-Reviews > #review_form_wrapper #review_form_wrapper #review_form .comment-respond .comment-form input:focus,
.review-module .woocommerce-Reviews > #review_form_wrapper #review_form_wrapper #review_form .comment-respond .comment-form textarea:focus {
  border-color: #3C70F6;
}
.review-module .woocommerce-Reviews > #review_form_wrapper #review_form_wrapper #review_form .comment-respond .comment-form .form-submit button {
  background: #3C70F6;
  color: #fff;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 0 24px !important;
  height: 32px;
  line-height: 32px !important;
}
.review-module .woocommerce-Reviews > #review_form_wrapper #review_form_wrapper #review_form .comment-respond .comment-form .form-submit button::after {
  display: none;
}
.review-module .woocommerce-Reviews > #review_form_wrapper #review_form_wrapper #review_form .comment-respond .comment-form .form-submit button:hover {
  background: #183A8F;
  padding: 0 24px !important;
}
.review-module .woocommerce-Reviews > #review_form_wrapper #review_form_wrapper #review_form .comment-respond .comment-form .stars a:before {
  color: #3C70F6;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .review-module .woocommerce-Reviews {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review-module .woocommerce-Reviews #comments,
  .review-module .woocommerce-Reviews > #review_form_wrapper {
    width: 100%;
  }
  .review-module .woocommerce-Reviews > #review_form_wrapper {
    position: relative;
    top: 0;
  }
}
/* ------------------------------------------------------------
   FAQ
------------------------------------------------------------ */
.faq-accordion .et_pb_toggle {
  border-radius: 10px;
  background: #F7F9FA;
  border: 0;
}
.faq-accordion .et_pb_toggle.et_pb_toggle_open {
  background: #ecfafe;
}
.faq-accordion .et_pb_toggle .et_pb_toggle_title {
  color: #000;
}
.faq-accordion .et_pb_toggle .et_pb_toggle_title::before {
  color: #3C70F6;
}
.faq-accordion .et_pb_toggle.et_pb_toggle_open h5:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-accordion .et_pb_accordion_item h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0;
  cursor: pointer;
}
.faq-accordion .et_pb_accordion_item h5:before {
  content: var(--fa) !important;
  font-weight: 900;
  --fa: "";
  --fa--fa: "";
  font-family: "Font Awesome 6 Free";
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     MODAL
------------------------------------------------------------ */
div:where(.swal2-container) {
  z-index: 9999999999 !important;
}

.swal2-container .swal2-popup {
  border-radius: 20px;
}
.swal2-container .swal2-popup .swal2-actions button {
  border-radius: 30px;
}
.swal2-container .swal2-popup .swal2-actions button.swal2-cancel {
  background: #A2A5BF;
}
.swal2-container .swal2-popup .swal2-actions button.swal2-cancel:hover {
  background: #6B6B6B;
}
.swal2-container .swal2-popup .swal2-actions button.swal2-confirm {
  background: #3C70F6;
}
.swal2-container .swal2-popup .swal2-actions button.swal2-confirm:hover {
  background: #183A8F;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     LAYOUT
------------------------------------------------------------ */
.single-post .et_pb_post_title .entry-title {
  font-size: 48px !important;
  line-height: 55px !important;
  margin-bottom: 32px;
}

.box-content {
  background: #F7F9FA;
  border-radius: 20px;
  border: 0;
  padding: 24px;
}

/* :::::::::

Responsive

::::::::::*/
@media (max-width: 768px) {
  .single-post .et_pb_post_title .entry-title {
    font-size: 38px !important;
    line-height: 45px !important;
    margin-bottom: 16px;
  }
}
/* ------------------------------------------------------------
     CATEGORY
------------------------------------------------------------ */
.category-section.category--3-col .category-products .woocommerce .products .product {
  width: calc(25% - 19px) !important;
}
.category-section .et_pb_column:first-child {
  position: sticky !important;
  top: 40px;
}
.category-section .category-products .woocommerce-ordering select {
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  font-size: 14px;
  color: #000;
}
.category-section .category-products .woocommerce .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.category-section .category-products .woocommerce .products::before {
  display: none;
}
.category-section .category-products .woocommerce .products .product {
  width: calc(33.33% - 16px) !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.category-section .category-products .woocommerce .products .product a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  background: #F7F9FA;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding-bottom: 24px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0);
}
.category-section .category-products .woocommerce .products .product a:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.category-section .category-products .woocommerce .products .product a:hover .product__btn {
  color: #183A8F !important;
  text-decoration: none;
}
.category-section .category-products .woocommerce .products .product a:hover .woocommerce-loop-category__title {
  color: #183A8F !important;
}
.category-section .category-products .woocommerce .products .product a > * {
  width: 100%;
}
.category-section .category-products .woocommerce .products .product a > *:not(img) {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.category-section .category-products .woocommerce .products .product a .et_shop_image {
  padding: 0 !important;
  margin-bottom: 24px;
}
.category-section .category-products .woocommerce .products .product a .et_shop_image .et_overlay {
  display: none !important;
}
.category-section .category-products .woocommerce .products .product a img {
  width: 100%;
  height: 234px !important;
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 !important;
}
.category-section .category-products .woocommerce .products .product a .star-rating {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100px !important;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 !important;
  height: 20px;
  margin: 0 !important;
}
.category-section .category-products .woocommerce .products .product a .star-rating:before {
  font-size: 18px;
}
.category-section .category-products .woocommerce .products .product a .star-rating span {
  padding: 0 !important;
  font-size: 0;
  height: 20px;
}
.category-section .category-products .woocommerce .products .product a .star-rating span:before {
  font-size: 18px;
}
.category-section .category-products .woocommerce .products .product a .woocommerce-loop-product__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px !important;
  line-height: 25px !important;
  font-weight: 600 !important;
  font-family: "Funnel Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 0;
  margin-bottom: 24px;
}
.category-section .category-products .woocommerce .products .product a .price {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 24px;
}
.category-section .category-products .woocommerce .products .product a .price *, .category-section .category-products .woocommerce .products .product a .price {
  color: #3C70F6 !important;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
}
.category-section .category-products .woocommerce .products .product a .price > * {
  width: auto;
}
.category-section .category-products .woocommerce .products .product a .product-btn-category {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  background: #3C70F6;
  color: #fff !important;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 0 16px !important;
  height: 44px;
  line-height: 44px !important;
  width: 210px;
  margin: 24px auto 0 auto;
}
.category-section .category-products .woocommerce .products .product a .product-btn-category:hover {
  background: #183A8F;
  padding: 0 16px !important;
}
.category-section .category-filters .yith-wcan-filters .filter-title {
  font-size: 16px !important;
  color: #000;
  font-weight: 600 !important;
}
.category-section .category-filters .yith-wcan-filters .checkbox.active .term-label.tooltip-added {
  color: #183A8F;
}
.category-section .category-filters .yith-wcan-filters .yith-wcan-tooltip {
  background: #3C70F6;
}
.category-section .category-filters .yith-wcan-filters .yith-wcan-tooltip:before {
  border-right-color: #183A8F !important;
}
.category-section .category-filters .yith-wcan-filters .show-more {
  color: #3C70F6;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.category-section .category-filters .yith-wcan-filters .show-more:hover {
  text-decoration: none;
  color: #183A8F;
}

.filters {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 4px;
  padding: 10px;
  border-radius: 20px;
  background: #F7F9FA;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  display: none;
}
.filters.active {
  background: #D0D5DD;
}

.woocommerce-LoopProduct-link .et_shop_image .et_overlay:before {
  color: #3C70F6;
}

body #main-content nav.woocommerce-pagination ul.page-numbers {
  border: 0;
}
body #main-content nav.woocommerce-pagination ul.page-numbers li {
  border: 0;
  padding: 0 4px;
}
body #main-content nav.woocommerce-pagination ul.page-numbers li a {
  border: 0;
  background: #F8F8F8;
  color: #3C70F6;
}
body #main-content nav.woocommerce-pagination ul.page-numbers li a:hover {
  background: #F7F9FA;
}
body #main-content nav.woocommerce-pagination ul.page-numbers li > * {
  border-radius: 5px;
}
body #main-content nav.woocommerce-pagination ul.page-numbers li > *.current {
  background: #3C70F6;
  color: #fff;
}
body #main-content .woocommerce-LoopProduct-link.woocommerce-loop-product__link .onsale {
  width: 100px !important;
  border-radius: 40px !important;
}

.js-sale-block {
  display: none;
}
.js-sale-block.active {
  display: block;
}

.whole-sale-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.whole-sale-block button {
  width: 100%;
  cursor: pointer;
}

.wholesale-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.wholesale-box.active {
  display: none !important;
}

.woocommerce-pagination {
  width: 100%;
}

/* :::::::::

Responsive

::::::::::*/
@media (max-width: 980px) {
  .category-section .category-products .woocommerce .products .product {
    width: calc(50% - 24px) !important;
  }
  .category-section.category--3-col .category-products .woocommerce .products .product {
    width: calc(50% - 24px) !important;
  }
}
@media (max-width: 768px) {
  .breadcrumb-section {
    padding: 14px 0;
  }
  body div#page-container div#et-boc.et-boc .category-section .et_pb_column:first-child {
    position: relative !important;
    top: 0;
  }
  body div#page-container div#et-boc.et-boc .category-section .category-products .woocommerce .products .product {
    width: 100% !important;
  }
  .category-section.category--3-col .category-products .woocommerce .products .product {
    width: 100% !important;
  }
  .category-filters {
    display: none;
  }
  .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* ------------------------------------------------------------
     PRODUCT
------------------------------------------------------------ */
.woocommerce .woocommerce-product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.woocommerce .woocommerce-product-rating .star-rating {
  font-size: 18px;
  width: 98px;
}
.woocommerce .product-main-review {
  margin-bottom: 0 !important;
}
.woocommerce .product-main-review .star-rating {
  height: 25px;
  margin-right: 12px;
}
.woocommerce .product-main-review .woocommerce-review-link {
  color: #000;
  font-size: 14px;
}
.woocommerce .product-main-review .woocommerce-product-rating {
  margin-bottom: 0 !important;
}
.woocommerce .product-main-title h1 {
  color: #000;
}
.woocommerce .product-main-price {
  padding-top: 8px;
}
.woocommerce .product-main-price .price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.woocommerce .product-main-price .price *, .woocommerce .product-main-price .price {
  color: #3C70F6 !important;
  font-size: 36px;
  line-height: 40px;
}
.woocommerce .product-main-price .new-price {
  color: #3C70F6 !important;
  font-size: 36px;
  line-height: 40px;
}
.woocommerce .product-main-box .variations_form,
.woocommerce .product-main-box .cart {
  background: transparent;
  padding: 0;
}
.woocommerce .product-main-box .variations_form .variations tr,
.woocommerce .product-main-box .variations_form .variations th,
.woocommerce .product-main-box .variations_form .variations td,
.woocommerce .product-main-box .cart .variations tr,
.woocommerce .product-main-box .cart .variations th,
.woocommerce .product-main-box .cart .variations td {
  display: block;
  width: 100%;
}
.woocommerce .product-main-box .variations_form .variations .value span:after,
.woocommerce .product-main-box .cart .variations .value span:after {
  display: none;
}
.woocommerce .product-main-box .variations_form .variations .value select,
.woocommerce .product-main-box .cart .variations .value select {
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  font-size: 14px;
  color: #000;
}
.woocommerce .product-main-box .variations_form .variations .reset_variations,
.woocommerce .product-main-box .cart .variations .reset_variations {
  font-size: 14px;
  color: #3C70F6;
  text-decoration: underline;
}
.woocommerce .product-main-box .variations_form .variations .reset_variations:hover,
.woocommerce .product-main-box .cart .variations .reset_variations:hover {
  text-decoration: none;
  color: #183A8F;
}
.woocommerce .product-main-box .variations_form .woocommerce-variation-price > .price,
.woocommerce .product-main-box .cart .woocommerce-variation-price > .price {
  display: none;
}
.woocommerce .product-main-box .variations_form .wcsatt-options-product-prompt .wcsatt-options-prompt-radios,
.woocommerce .product-main-box .cart .wcsatt-options-product-prompt .wcsatt-options-prompt-radios {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.woocommerce .product-main-box .variations_form .wcsatt-options-product-prompt .wcsatt-options-prompt-radios li label,
.woocommerce .product-main-box .cart .wcsatt-options-product-prompt .wcsatt-options-prompt-radios li label {
  position: relative;
}
.woocommerce .product-main-box .variations_form .wcsatt-options-product-prompt .wcsatt-options-prompt-radios li label input,
.woocommerce .product-main-box .cart .wcsatt-options-product-prompt .wcsatt-options-prompt-radios li label input {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
}
.woocommerce .product-main-box .variations_form .wcsatt-options-product-prompt .wcsatt-options-prompt-radios li label input:checked + span,
.woocommerce .product-main-box .cart .wcsatt-options-product-prompt .wcsatt-options-prompt-radios li label input:checked + span {
  border: 2px solid #3C70F6;
}
.woocommerce .product-main-box .variations_form .wcsatt-options-product-prompt .wcsatt-options-prompt-radios li label span,
.woocommerce .product-main-box .cart .wcsatt-options-product-prompt .wcsatt-options-prompt-radios li label span {
  background: #F7F9FA;
  border-radius: 10px;
  padding: 24px 24px 24px 40px;
  display: block;
  color: #000;
  border: 2px solid transparent;
}
.woocommerce .product-main-box .variations_form .wcsatt-options-product-wrapper span,
.woocommerce .product-main-box .cart .wcsatt-options-product-wrapper span {
  font-weight: 700;
  text-align: left;
  font-size: 14px;
  color: #000;
}
.woocommerce .product-main-box .variations_form .wcsatt-options-product-wrapper select,
.woocommerce .product-main-box .cart .wcsatt-options-product-wrapper select {
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  font-size: 14px;
  color: #000;
}
.woocommerce .product-main-box .variations_form .woocommerce-variation-availability,
.woocommerce .product-main-box .cart .woocommerce-variation-availability {
  margin-bottom: 8px;
}
.woocommerce .product-main-box .variations_form .woocommerce-variation-availability p,
.woocommerce .product-main-box .cart .woocommerce-variation-availability p {
  color: #7D838A;
  font-weight: bold;
}
.woocommerce .product-main-box .variations_form .quantity .input-text.qty,
.woocommerce .product-main-box .cart .quantity .input-text.qty {
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #D0D5DD !important;
  font-size: 16px;
}
.woocommerce .product-main-box .variations_form .single_add_to_cart_button,
.woocommerce .product-main-box .cart .single_add_to_cart_button {
  background: #3C70F6;
  color: #fff;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 0 24px !important;
  height: 50px;
  line-height: 50px !important;
  width: 180px;
}
.woocommerce .product-main-box .variations_form .single_add_to_cart_button:after,
.woocommerce .product-main-box .cart .single_add_to_cart_button:after {
  display: none !important;
}
.woocommerce .product-main-box .variations_form .single_add_to_cart_button:hover,
.woocommerce .product-main-box .cart .single_add_to_cart_button:hover {
  background: #183A8F;
  padding: 0 24px !important;
  color: #fff !important;
}
.woocommerce .product-main-gallery .flex-control-thumbs li {
  border-radius: 10px;
  overflow: hidden;
}

/* track */
.woocommerce-form-track-order .form-row:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-form-track-order .form-row button {
  background: #3C70F6;
  color: #fff;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 0 24px !important;
  height: 44px;
  line-height: 44px !important;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  display: block;
}
.woocommerce-form-track-order .form-row button:hover {
  background: #183A8F;
  padding: 0 24px !important;
  color: #fff;
}
.woocommerce-form-track-order .form-row button:after {
  display: none;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     AFFILIATE
------------------------------------------------------------ */
.affiliate-section .et_pb_code_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.affiliate-section .et_pb_code_inner .affwp-form {
  float: initial;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #F7F9FA;
  border-radius: 20px;
  border: 0;
  padding: 24px;
  margin: 0;
}
.affiliate-section .et_pb_code_inner .affwp-form fieldset > legend {
  text-align: center;
  color: #000 !important;
  text-transform: initial;
  font-family: "Bitter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}
.affiliate-section .et_pb_code_inner .affwp-form label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.affiliate-section .et_pb_code_inner .affwp-form input:not([type=submit]):not([type=checkbox]),
.affiliate-section .et_pb_code_inner .affwp-form textarea {
  width: 100%;
}
.affiliate-section .et_pb_code_inner .affwp-form input:not([type=submit]),
.affiliate-section .et_pb_code_inner .affwp-form textarea {
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  font-size: 16px;
}
.affiliate-section .et_pb_code_inner .affwp-form input:not([type=submit]):focus,
.affiliate-section .et_pb_code_inner .affwp-form textarea:focus {
  border-color: #3C70F6;
}
.affiliate-section .et_pb_code_inner .affwp-form input:not([type=submit]) {
  height: 40px;
}
.affiliate-section .et_pb_code_inner .affwp-form textarea {
  height: 100px;
}
.affiliate-section .et_pb_code_inner .affwp-form input[type=submit] {
  background: #3C70F6;
  color: #fff;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 0 24px !important;
  height: 44px;
  line-height: 44px !important;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  display: block;
}
.affiliate-section .et_pb_code_inner .affwp-form input[type=submit]:hover {
  background: #183A8F;
  padding: 0 24px !important;
}
.affiliate-section .et_pb_code_inner .affwp-form .affwp-user-remember {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 400;
}
.affiliate-section .et_pb_code_inner .affwp-form .affwp-lost-password {
  text-align: center;
}
.affiliate-section .et_pb_code_inner .affwp-form .affwp-lost-password a {
  color: #3C70F6;
  text-decoration: underline;
}
.affiliate-section .et_pb_code_inner .affwp-form .affwp-lost-password a:hover {
  text-decoration: none;
  color: #183A8F;
}

#affwp-affiliate-dashboard {
  width: 100%;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
  padding: 0;
  border: 0;
  background: transparent !important;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a {
  background: #3C70F6;
  color: #fff;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
  background: #D0D5DD;
  border: 0;
  font-size: 14px;
  display: block;
  padding: 4px 16px;
  border-radius: 30px;
  color: #000;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a:hover {
  background: #F7F9FA;
}
#affwp-affiliate-dashboard .affwp-card {
  padding: 0;
  border: 0;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
#affwp-affiliate-dashboard .affwp-card.affwp-affiliate-link,
#affwp-affiliate-dashboard .affiliate-section .et_pb_code_inner .affwp-form {
  background: #F7F9FA;
  border-radius: 20px;
  border: 0;
  padding: 24px;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
#affwp-affiliate-dashboard .affiliate-section .et_pb_code_inner .affwp-form input[type=submit] {
  max-width: 200px;
}
#affwp-affiliate-dashboard .affwp-affiliate-link__input {
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  font-size: 16px;
}
#affwp-affiliate-dashboard .affwp-affiliate-link-copy-link.button {
  background: #F6CD45;
  color: #000;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 4px 16px;
  cursor: pointer;
}
#affwp-affiliate-dashboard .affwp-affiliate-link-copy-link.button:hover {
  background: #E5A53A;
}
#affwp-affiliate-dashboard .affwp-card__content.affwp-card__content--form a {
  color: #3C70F6;
  text-decoration: underline;
}
#affwp-affiliate-dashboard .affwp-card__content.affwp-card__content--form a:hover {
  color: #183A8F;
  text-decoration: none;
}

#affwp-custom-links-table {
  margin-top: 24px;
  border-radius: 10px;
  overflow: hidden;
}

.tablenav input[type=submit] {
  background: #F6CD45;
  color: #000;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 4px 16px;
  cursor: pointer;
}
.tablenav input[type=submit]:hover {
  background: #E5A53A;
}

#affwp-affiliate-dashboard-visits a {
  color: #3C70F6;
  text-decoration: underline;
}
#affwp-affiliate-dashboard-visits a:hover {
  color: #183A8F;
  text-decoration: none;
}

.affwp-wrap.affwp-send-notifications-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

#affwp-affiliate-dashboard h4 {
  margin: 0;
}

/* :::::::::

Responsive

::::::::::*/
@media (max-width: 980px) {
  .affiliate-section .et_pb_code_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .affiliate-section .et_pb_code_inner .affwp-form {
    width: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
@media (max-width: 768px) {
  #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #affwp-affiliate-dashboard .affwp-card.affwp-affiliate-link, #affwp-affiliate-dashboard .affiliate-section .et_pb_code_inner .affwp-form {
    padding: 0;
  }
  .affiliate-section .et_pb_code_inner .affwp-form {
    padding: 0;
  }
}
/* ------------------------------------------------------------
     SEARCH
------------------------------------------------------------ */
body.search.search-results .container, body.search.search-no-results .container {
  padding-bottom: 40px;
}
body.search.search-results .container:before, body.search.search-no-results .container:before {
  display: none !important;
}
body.search.search-results .container #content-area:before, body.search.search-no-results .container #content-area:before {
  display: none;
}
body.search.search-results .container #content-area #left-area, body.search.search-no-results .container #content-area #left-area {
  width: 100%;
  float: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
body.search.search-results .container #content-area #left-area .et_pb_post, body.search.search-no-results .container #content-area #left-area .et_pb_post {
  width: calc(33.33% - 24px) !important;
  background: #F7F9FA;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 16px;
  margin: 0;
}
body.search.search-results .container #content-area #left-area .et_pb_post .entry-featured-image-url, body.search.search-no-results .container #content-area #left-area .et_pb_post .entry-featured-image-url {
  margin-bottom: 16px;
}
body.search.search-results .container #content-area #left-area .et_pb_post .entry-featured-image-url img, body.search.search-no-results .container #content-area #left-area .et_pb_post .entry-featured-image-url img {
  width: 100%;
  height: 234px !important;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.search.search-results .container #content-area #left-area .et_pb_post .entry-title, body.search.search-no-results .container #content-area #left-area .et_pb_post .entry-title {
  font-size: 18px;
  line-height: 25px;
}
body.search.search-results .container #content-area #left-area .pagination, body.search.search-no-results .container #content-area #left-area .pagination {
  width: 100%;
}
body.search.search-results .container #content-area #left-area .pagination a, body.search.search-no-results .container #content-area #left-area .pagination a {
  color: #3C70F6;
  text-decoration: underline;
}
body.search.search-results .container #content-area #left-area .pagination a:hover, body.search.search-no-results .container #content-area #left-area .pagination a:hover {
  color: #183A8F;
  text-decoration: none;
}
body.search.search-results .container #content-area #left-area .breadcrumb-section, body.search.search-no-results .container #content-area #left-area .breadcrumb-section {
  display: none;
}
body.search.search-results .container #content-area #left-area .category-filter, body.search.search-no-results .container #content-area #left-area .category-filter {
  width: 100%;
}
body.search.search-results .container #content-area #left-area .woocommerce-ordering select, body.search.search-no-results .container #content-area #left-area .woocommerce-ordering select {
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  font-size: 14px;
  color: #000;
}
body.search.search-results .container #content-area #left-area .products, body.search.search-no-results .container #content-area #left-area .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
body.search.search-results .container #content-area #left-area .products::before, body.search.search-no-results .container #content-area #left-area .products::before {
  display: none;
}
body.search.search-results .container #content-area #left-area .products .product, body.search.search-no-results .container #content-area #left-area .products .product {
  width: calc(33.33% - 16px) !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
body.search.search-results .container #content-area #left-area .products .product a, body.search.search-no-results .container #content-area #left-area .products .product a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  background: #F7F9FA;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding-bottom: 24px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0);
}
body.search.search-results .container #content-area #left-area .products .product a:hover, body.search.search-no-results .container #content-area #left-area .products .product a:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
body.search.search-results .container #content-area #left-area .products .product a:hover .product__btn, body.search.search-no-results .container #content-area #left-area .products .product a:hover .product__btn {
  color: #183A8F !important;
  text-decoration: none;
}
body.search.search-results .container #content-area #left-area .products .product a:hover .woocommerce-loop-category__title, body.search.search-no-results .container #content-area #left-area .products .product a:hover .woocommerce-loop-category__title {
  color: #183A8F !important;
}
body.search.search-results .container #content-area #left-area .products .product a > *, body.search.search-no-results .container #content-area #left-area .products .product a > * {
  width: 100%;
}
body.search.search-results .container #content-area #left-area .products .product a > *:not(img), body.search.search-no-results .container #content-area #left-area .products .product a > *:not(img) {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
body.search.search-results .container #content-area #left-area .products .product a .et_shop_image, body.search.search-no-results .container #content-area #left-area .products .product a .et_shop_image {
  padding: 0 !important;
  margin-bottom: 24px;
}
body.search.search-results .container #content-area #left-area .products .product a .et_shop_image .et_overlay, body.search.search-no-results .container #content-area #left-area .products .product a .et_shop_image .et_overlay {
  display: none !important;
}
body.search.search-results .container #content-area #left-area .products .product a img, body.search.search-no-results .container #content-area #left-area .products .product a img {
  width: 100%;
  height: 234px !important;
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 !important;
}
body.search.search-results .container #content-area #left-area .products .product a .star-rating, body.search.search-no-results .container #content-area #left-area .products .product a .star-rating {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100px !important;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 !important;
  height: 20px;
  margin: 0 !important;
}
body.search.search-results .container #content-area #left-area .products .product a .star-rating:before, body.search.search-no-results .container #content-area #left-area .products .product a .star-rating:before {
  font-size: 18px;
}
body.search.search-results .container #content-area #left-area .products .product a .star-rating span, body.search.search-no-results .container #content-area #left-area .products .product a .star-rating span {
  padding: 0 !important;
  font-size: 0;
  height: 20px;
}
body.search.search-results .container #content-area #left-area .products .product a .star-rating span:before, body.search.search-no-results .container #content-area #left-area .products .product a .star-rating span:before {
  font-size: 18px;
}
body.search.search-results .container #content-area #left-area .products .product a .woocommerce-loop-product__title, body.search.search-no-results .container #content-area #left-area .products .product a .woocommerce-loop-product__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px !important;
  line-height: 25px !important;
  font-weight: 600 !important;
  font-family: "Funnel Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 0;
  margin-bottom: 24px;
}
body.search.search-results .container #content-area #left-area .products .product a .price, body.search.search-no-results .container #content-area #left-area .products .product a .price {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 24px;
}
body.search.search-results .container #content-area #left-area .products .product a .price *, body.search.search-results .container #content-area #left-area .products .product a .price, body.search.search-no-results .container #content-area #left-area .products .product a .price *, body.search.search-no-results .container #content-area #left-area .products .product a .price {
  color: #3C70F6 !important;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
}
body.search.search-results .container #content-area #left-area .products .product a .price > *, body.search.search-no-results .container #content-area #left-area .products .product a .price > * {
  width: auto;
}
body.search.search-results .container #content-area #left-area .products .product a .product-btn-category, body.search.search-no-results .container #content-area #left-area .products .product a .product-btn-category {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  background: #3C70F6;
  color: #fff !important;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 0 16px !important;
  height: 44px;
  line-height: 44px !important;
  width: 210px;
  margin: 24px auto 0 auto;
}
body.search.search-results .container #content-area #left-area .products .product a .product-btn-category:hover, body.search.search-no-results .container #content-area #left-area .products .product a .product-btn-category:hover {
  background: #183A8F;
  padding: 0 16px !important;
}

/* :::::::::

Responsive

::::::::::*/
@media (max-width: 980px) {
  body.search.search-results .container #content-area #left-area .et_pb_post {
    width: calc(50% - 24px) !important;
  }
  body.search.search-results .container #content-area #left-area .products .product, body.search.search-no-results .container #content-area #left-area .products .product {
    width: calc(50% - 24px) !important;
  }
}
@media (max-width: 768px) {
  body.search.search-results .container #content-area #left-area .et_pb_post {
    width: 100% !important;
  }
  body.search.search-results .container #content-area #left-area .products .product, body.search.search-no-results .container #content-area #left-area .products .product {
    width: 100% !important;
  }
}
/* ------------------------------------------------------------
     ACCOUNT
------------------------------------------------------------ */
body .um-account .um-account-main .um-button {
  background: #3C70F6;
  color: #fff;
  border: 0;
  border-radius: 30px !important;
  font-size: 16px;
  padding: 0 24px !important;
  height: 44px;
  line-height: 44px !important;
}
body .um-account .um-account-main .um-button:hover {
  background: #183A8F;
  padding: 0 24px !important;
}
body .um-account .um-account-main .um-field-area label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
body .um-account .um-account-main .um-field-area .um-form-field {
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  font-size: 16px;
  background: #fff;
}
body .um-account .um-account-main .um-field-area .um-form-field[disabled=disabled] {
  background: #F7F9FA;
}
body .um-account .um-account-main .um-field-area .um-form-field:focus {
  border-color: #3C70F6;
}
body .um-account .um-account-side ul {
  border: 0 !important;
}
body .um-account .um-account-side ul li {
  background: #ecfafe;
  border-radius: 5px;
}
body .um-account .um-account-side ul li:hover,
body .um-account .um-account-side ul li .current, body .um-account .um-account-side ul li:hover {
  background: #e2eef1 !important;
}
body .um-account .um-account-side ul li .um-account-arrow {
  font-size: 16px;
  top: 10px;
}
body .um-account .um-account-profile-link .um-link {
  color: #3C70F6;
}
body .um .um-cover-add:hover,
body .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
body .um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
body .um .um-item-meta a,
body .um .um-member-less a:hover,
body .um .um-member-more a:hover,
body .um .um-member-name a:hover,
body .um .um-members-pagi a:hover,
body .um .um-profile-subnav a.active,
body .um .um-tip:hover,
body .um-account-name a:hover,
body .um-account-nav a.current,
body .um-account-side li a.current span.um-account-icon,
body .um-account-side li a.current:hover span.um-account-icon,
body .um-dropdown li a:hover,
body i.um-active-color, body span.um-active-color {
  color: #3C70F6;
}
body .rm-login-wrapper .rmrow label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
body .rm-login-wrapper .rmrow .rminput input {
  height: 40px !important;
  min-height: initial !important;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  font-size: 16px;
  background: #fff;
  padding: 0 16px;
  font-size: 16px !important;
}
body .rm-login-wrapper .rmrow .rminput input[disabled=disabled] {
  background: #F7F9FA;
}
body .rm-login-wrapper .rmrow .rminput input:focus {
  border-color: #3C70F6;
}
body .rm-login-wrapper .buttonarea input {
  background: #3C70F6;
  color: #fff;
  border: 0;
  border-radius: 30px !important;
  font-size: 16px;
  padding: 0 24px !important;
  height: 44px;
  line-height: 44px !important;
}
body .rm-login-wrapper .buttonarea input:hover {
  background: #183A8F;
  padding: 0 24px !important;
}
body .woocommerce .woocommerce-form-register,
body .woocommerce .woocommerce-form-login {
  background: #F7F9FA;
  border-radius: 20px;
  border: 0;
  height: 340px;
}
body .woocommerce .woocommerce-form {
  margin: 0 !important;
}
body .woocommerce .woocommerce-form label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
body .woocommerce .woocommerce-form button.woocommerce-button {
  background: #3C70F6;
  color: #fff;
  border: 0;
  border-radius: 30px !important;
  font-size: 16px;
  padding: 0 24px !important;
  height: 44px;
  line-height: 44px !important;
}
body .woocommerce .woocommerce-form button.woocommerce-button:hover {
  background: #183A8F;
  padding: 0 24px !important;
}
body .woocommerce .woocommerce-form a {
  color: #3C70F6;
  text-decoration: underline;
}
body .woocommerce .woocommerce-form a:hover {
  color: #183A8F;
  text-decoration: none;
}
body .woocommerce .woocommerce-form .form-row .woocommerce-form__label.woocommerce-form-login__rememberme {
  width: 100%;
  margin-bottom: 8px;
}
body .woocommerce .woocommerce-MyAccount-navigation {
  background: #F7F9FA;
  border-radius: 20px;
  border: 0;
  padding: 24px;
}
body .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .woocommerce .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #D0D5DD;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
body .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  font-weight: 600;
  color: #183A8F;
}
body .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
}
body .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #3C70F6;
  font-size: 16px;
}
body .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #183A8F;
}
body .woocommerce .account-navigation-select {
  width: 100%;
  height: 44px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  font-size: 16px;
  padding: 0 16px;
  margin-top: 16px;
  font-family: "Funnel Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #000;
  cursor: pointer;
  display: none;
}
body .woocommerce .account-navigation-select:focus {
  outline: none;
  border-color: #3C70F6;
  -webkit-box-shadow: 0 0 0 2px rgba(60, 112, 246, 0.1);
          box-shadow: 0 0 0 2px rgba(60, 112, 246, 0.1);
}
body .woocommerce .account-navigation-select option {
  padding: 8px;
  font-size: 16px;
}
body .woocommerce .woocommerce-MyAccount-content a {
  color: #3C70F6;
  text-decoration: underline;
}
body .woocommerce .woocommerce-MyAccount-content a:hover {
  text-decoration: none;
  color: #183A8F;
}
body .woocommerce .quantity input.qty,
body .woocommerce-page .quantity input.qty,
body .woocommerce #content .quantity input.qty,
body .woocommerce-page #content .quantity input.qty,
body .woocommerce-cart table.cart td.actions .coupon .input-text,
body .woocommerce form .form-row input.input-text,
body .woocommerce form .form-row textarea,
body .et_pb_wc_cart_totals .select2-container--default .select2-selection--single,
body .et_pb_wc_checkout_billing .select2-container--default .select2-selection--single,
body .et_pb_wc_checkout_shipping .select2-container--default .select2-selection--single {
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  font-size: 16px;
  background: #fff;
}
body .woocommerce .quantity input.qty[disabled=disabled],
body .woocommerce-page .quantity input.qty[disabled=disabled],
body .woocommerce #content .quantity input.qty[disabled=disabled],
body .woocommerce-page #content .quantity input.qty[disabled=disabled],
body .woocommerce-cart table.cart td.actions .coupon .input-text[disabled=disabled],
body .woocommerce form .form-row input.input-text[disabled=disabled],
body .woocommerce form .form-row textarea[disabled=disabled],
body .et_pb_wc_cart_totals .select2-container--default .select2-selection--single[disabled=disabled],
body .et_pb_wc_checkout_billing .select2-container--default .select2-selection--single[disabled=disabled],
body .et_pb_wc_checkout_shipping .select2-container--default .select2-selection--single[disabled=disabled] {
  background: #F7F9FA;
}
body .woocommerce .quantity input.qty:focus,
body .woocommerce-page .quantity input.qty:focus,
body .woocommerce #content .quantity input.qty:focus,
body .woocommerce-page #content .quantity input.qty:focus,
body .woocommerce-cart table.cart td.actions .coupon .input-text:focus,
body .woocommerce form .form-row input.input-text:focus,
body .woocommerce form .form-row textarea:focus,
body .et_pb_wc_cart_totals .select2-container--default .select2-selection--single:focus,
body .et_pb_wc_checkout_billing .select2-container--default .select2-selection--single:focus,
body .et_pb_wc_checkout_shipping .select2-container--default .select2-selection--single:focus {
  border-color: #3C70F6;
}
body .et_pb_code_inner .um .um-form form .um-field label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
body .et_pb_code_inner .um .um-form form .um-field input:not([type=submit]) {
  height: 40px !important;
  background-color: #fff !important;
  border-radius: 10px;
  border: 1px solid #D0D5DD !important;
  font-size: 16px;
  background: #fff;
}
body .et_pb_code_inner .um .um-form form .um-field input:not([type=submit])[disabled=disabled] {
  background: #F7F9FA;
}
body .et_pb_code_inner .um .um-form form .um-field input:not([type=submit]):focus {
  border-color: #3C70F6 !important;
}
body .et_pb_code_inner .um .um-form form #um-submit-btn.um-button {
  background: #3C70F6;
  color: #fff;
  border: 0;
  border-radius: 30px !important;
  font-size: 16px;
  padding: 0 24px !important;
  height: 44px;
  line-height: 44px !important;
}
body .et_pb_code_inner .um .um-form form #um-submit-btn.um-button:hover {
  background: #183A8F;
  padding: 0 24px !important;
}
body .et_pb_code_inner .um .um-form form .um-field-checkbox .um-field-checkbox-option {
  font-size: 16px;
  font-weight: 600;
  color: #000 !important;
}
body .et_pb_code_inner .um .um-form form a.um-button {
  background: #fff !important;
  color: #3C70F6 !important;
  border: 0 !important;
  border-radius: 30px !important;
  font-size: 16px;
  padding: 0 24px !important;
  height: 44px;
  line-height: 44px !important;
}
body .et_pb_code_inner .um .um-form form a.um-button:hover {
  background: #F8F8F8 !important;
  padding: 0 24px !important;
}
body .et_pb_code_inner .um .um-form form .um-link-alt {
  color: #3C70F6 !important;
  text-decoration: underline !important;
}
body .et_pb_code_inner .um .um-form form .um-link-alt:hover {
  text-decoration: none !important;
  color: #183A8F !important;
}
body .et_pb_code_inner .um .um-form .um-misc-ul {
  background: #F7F9FA;
  border-radius: 20px;
  border: 0;
  padding: 24px;
  list-style: none;
}
body .et_pb_code_inner .um .um-form .um-misc-ul li {
  border-bottom: 1px solid #D0D5DD;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
body .et_pb_code_inner .um .um-form .um-misc-ul li:last-child {
  border-bottom: 0;
}
body .et_pb_code_inner .um .um-form .um-misc-ul li a {
  color: #3C70F6;
  font-size: 16px;
}
body .et_pb_code_inner .um .um-form .um-misc-ul li a:hover {
  color: #183A8F;
}

/* :::::::::

Responsive

::::::::::*/
@media (max-width: 768px) {
  .woocommerce .woocommerce-notices-wrapper .u-columns > div {
    margin-bottom: 24px;
  }
  .woocommerce .woocommerce-notices-wrapper .u-columns > div h2 {
    font-size: 23px !important;
    line-height: 35px !important;
  }
  .woocommerce .woocommerce-MyAccount-navigation {
    display: none;
  }
  .woocommerce .account-navigation-select {
    display: block !important;
    margin-bottom: 24px;
  }
}
/* ------------------------------------------------------------
     CHECKOUT
------------------------------------------------------------ */
body.woocommerce .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #3C70F6 !important;
}
body.woocommerce .shop_table {
  border: 0;
}
body.woocommerce .shop_table td,
body.woocommerce .shop_table th {
  font-size: 16px;
}
body.woocommerce .shop_table .product-name a {
  color: #3C70F6;
  text-decoration: underline;
}
body.woocommerce .shop_table .product-name a:hover {
  color: #183A8F;
  text-decoration: none;
}
body.woocommerce .shop_table .actions button[name=update_cart] {
  background: transparent;
  color: #3C70F6;
  border: 1px solid #3C70F6 !important;
  border-radius: 30px;
  font-size: 16px;
  padding: 0 24px !important;
  height: 44px;
  line-height: 44px !important;
}
body.woocommerce .shop_table .actions button[name=update_cart]:after {
  display: none;
}
body.woocommerce .shop_table .actions button[name=update_cart]:hover {
  background: transparent;
  padding: 0 24px !important;
  color: #183A8F;
  border: 1px solid #183A8F;
}
body.woocommerce .shop_table .actions button[name=update_cart][disabled] {
  color: #7A7C8E;
  border: 1px solid #7A7C8E !important;
}
body.woocommerce .woocommerce-info {
  font-size: 14px !important;
  background: #3C70F6;
  border-radius: 10px;
  width: 100% !important;
}
body.woocommerce .woocommerce-info a {
  text-decoration: underline;
  font-weight: 600;
}
body.woocommerce .woocommerce-info a:hover {
  text-decoration: none;
}
body.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  margin: 0 !important;
}
body.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info,
body.woocommerce .woocommerce-form-login-toggle .woocommerce-info {
  background: #183A8F !important;
  color: #000;
}
body.woocommerce #woocommerce-checkout-form-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
body.woocommerce button[name=apply_coupon] {
  background: #F6CD45;
  color: #000;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 0 24px !important;
  height: 44px;
  line-height: 44px !important;
}
body.woocommerce button[name=apply_coupon]:after {
  display: none;
}
body.woocommerce button[name=apply_coupon]:hover {
  background: #E5A53A;
  padding: 0 24px !important;
}
body.woocommerce .select2-selection .select2-selection__rendered {
  padding: 0;
}
body.woocommerce .select2-selection .select2-selection__arrow {
  top: 7px !important;
}
body.woocommerce .woocommerce-input-wrapper textarea.input-text {
  border: 1px solid #D0D5DD;
  border-radius: 10px;
  padding: 12px;
  font-size: 16px;
  color: #000;
  background: #fff;
}
body.woocommerce .woocommerce-input-wrapper textarea.input-text:focus {
  border: 1px solid #3C70F6;
}
body.woocommerce #order_review.woocommerce-checkout-review-order #payment.woocommerce-checkout-payment {
  background: #F7F9FA !important;
  border-radius: 20px;
  border: 0;
  padding: 24px;
}
body.woocommerce #order_review.woocommerce-checkout-review-order #payment.woocommerce-checkout-payment .payment_box {
  background: #fff !important;
  border-radius: 10px;
}
body.woocommerce #order_review.woocommerce-checkout-review-order #payment.woocommerce-checkout-payment #place_order {
  background: #3C70F6;
  color: #fff;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 0 24px !important;
  height: 44px;
  line-height: 44px !important;
}
body.woocommerce #order_review.woocommerce-checkout-review-order #payment.woocommerce-checkout-payment #place_order:hover {
  background: #183A8F;
  padding: 0 24px !important;
}
body.woocommerce #order_review.woocommerce-checkout-review-order #payment.woocommerce-checkout-payment .payment_box input {
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  font-size: 16px;
  background: #fff;
}
body.woocommerce #order_review.woocommerce-checkout-review-order #payment.woocommerce-checkout-payment .payment_box input[disabled=disabled] {
  background: #F7F9FA;
}
body.woocommerce #order_review.woocommerce-checkout-review-order #payment.woocommerce-checkout-payment .payment_box input:focus {
  border-color: #3C70F6;
}
body.woocommerce #order_review.woocommerce-checkout-review-order #payment.woocommerce-checkout-payment .woocommerce-validated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
body.woocommerce #order_review.woocommerce-checkout-review-order #payment.woocommerce-checkout-payment a {
  color: #3C70F6;
  text-decoration: underline;
}
body.woocommerce #order_review.woocommerce-checkout-review-order #payment.woocommerce-checkout-payment a:hover {
  color: #183A8F;
  text-decoration: none;
}
body.woocommerce .woocommerce-shipping-totals.shipping {
  display: block !important;
}
body.woocommerce .et_pb_wc_cart_notice .woocommerce-message {
  background: #3C70F6;
  border-radius: 10px;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.et_pb_wc_cart_totals .select2-container--default .select2-selection--single,
.et_pb_wc_checkout_billing .select2-container--default .select2-selection--single,
.et_pb_wc_checkout_shipping .select2-container--default .select2-selection--single {
  border: 1px solid #D0D5DD;
  border-radius: 10px;
  padding: 12px;
  font-size: 16px;
  color: #000;
  background: #fff;
}
.woocommerce .quantity input.qty:focus,
.woocommerce-page .quantity input.qty:focus,
.woocommerce #content .quantity input.qty:focus,
.woocommerce-page #content .quantity input.qty:focus,
.woocommerce-cart table.cart td.actions .coupon .input-text:focus,
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus,
.et_pb_wc_cart_totals .select2-container--default .select2-selection--single:focus,
.et_pb_wc_checkout_billing .select2-container--default .select2-selection--single:focus,
.et_pb_wc_checkout_shipping .select2-container--default .select2-selection--single:focus {
  border: 1px solid #3C70F6;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single {
  min-height: 40px;
  padding: 7px 15px !important;
}
body .entry-content .woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
body .entry-content .woocommerce-billing-fields__field-wrapper .form-row {
  margin: 0 !important;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body .entry-content .woocommerce-billing-fields__field-wrapper .form-row.form-row-first, body .entry-content .woocommerce-billing-fields__field-wrapper .form-row.form-row-last {
  width: 47%;
}
body .entry-content .woocommerce-billing-fields__field-wrapper .form-row:not(.form-row-last):not(.form-row-first) {
  width: 100%;
}
body .entry-content .woocommerce-billing-fields__field-wrapper .form-row a {
  color: #3C70F6;
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
}
body .entry-content .woocommerce-billing-fields__field-wrapper .form-row a:hover {
  color: #183A8F;
  text-decoration: none;
}
body .entry-content .woocommerce-billing-fields__field-wrapper .form-row input {
  height: 40px;
}
body .entry-content .woocommerce-billing-fields__field-wrapper #billing_email_field {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body #payment .about_paypal {
  display: none !important;
}
body .payment_box > p,
body .payment_box > h5 {
  display: none !important;
}
body .payment-info-box {
  background: #f8f0d7;
  padding: 10px;
  border-radius: 20px;
  margin-top: 24px;
}
body .payment-info-box * {
  font-size: 14px;
  line-height: 25px;
}
body .payment-info-box a {
  color: #3C70F6;
  text-decoration: underline;
}
body .payment-info-box a:hover {
  color: #183A8F;
  text-decoration: none;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     CART
------------------------------------------------------------ */
body.woocommerce-cart a.remove {
  color: #6B6B6B !important;
}
body.woocommerce-cart .cart_totals .shop_table .cart-subtotal {
  background: #F7F9FA;
  border-radius: 20px;
  border: 0;
  padding: 24px;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button {
  background: #3C70F6;
  color: #fff;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 0 24px !important;
  height: 44px;
  line-height: 34px !important;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background: #183A8F;
  padding: 0 24px !important;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:after {
  display: none;
}
body .woocommerce-notices-wrapper {
  background: #3C70F6;
}
body .woocommerce-notices-wrapper .woocommerce-message {
  background: transparent;
  width: 93%;
  max-width: 1140px;
  margin: 0 auto;
  font-size: 14px !important;
  padding: 14px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .woocommerce-notices-wrapper .woocommerce-message .button {
  font-size: 14px;
  border-radius: 40px;
  background: #fff;
  color: #3C70F6;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  height: 30px;
  line-height: 30px !important;
}
body .woocommerce-notices-wrapper .woocommerce-message .button:hover {
  background: #F8F8F8;
}
body .woocommerce-notices-wrapper .woocommerce-message .button:after {
  display: none !important;
}

body .et_pb_module_inner .return-to-shop .button {
  background: #3C70F6;
  color: #fff;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  padding: 0 24px !important;
  height: 44px;
  line-height: 34px !important;
}
body .et_pb_module_inner .return-to-shop .button:hover {
  background: #183A8F;
  padding: 0 24px !important;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     POST
------------------------------------------------------------ */
.single-post .et-l--body .et_builder_inner_content > .module > .et_pb_row {
  max-width: 900px !important;
}
.single-post .et-l--body .et_builder_inner_content .post-head .et_pb_title_featured_container img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* :::::::::

Responsive

::::::::::*/
@media (max-width: 768px) {
  .single-post .et-l--body .et_builder_inner_content .post-head .et_pb_title_featured_container img {
    height: auto;
  }
}
/* ------------------------------------------------------------
     ERROR
------------------------------------------------------------ */
.error-layout.et_pb_section {
  padding: 30px 0;
  height: calc(100vh - 130px);
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error-layout.et_pb_section p {
  font-size: 21px;
  line-height: 35px;
}
.error-layout.et_pb_section a {
  text-decoration: underline;
  color: #3C70F6;
}
.error-layout.et_pb_section a:hover {
  text-decoration: none;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 680px) {
  .error-layout.et_pb_section p {
    font-size: 16px;
    line-height: 25px;
  }
}
/* ------------------------------------------------------------
     BUILDER
------------------------------------------------------------ */
html.et-fb-preview--desktop header.et-l--header, html.et-fb-preview--tablet header.et-l--header, html.et-fb-preview--phone header.et-l--header, html.et-fb-preview--wireframe header.et-l--header {
  position: relative;
}

/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */