@charset "UTF-8";
/*------------------------------------------------------------------
[Common]
*/
html.mdl-js {
  margin-top: 0 !important;
}

body {
  font-size: 16px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.6;
  font-weight: 400;
  background-color: #e9e9e9;
  padding-top: 56px;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  body.overflow-hidden {
    overflow: hidden;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  height: unset;
  width: auto;
}

textarea {
  resize: none;
}

a {
  color: #2698ff;
  text-decoration: none;
}
a:hover, a:focus {
  color: #7dbd44;
}

iframe {
  max-width: 100%;
}

.wrapper {
  overflow: hidden;
}

.container {
  width: 100% !important;
  max-width: 1320px !important;
}

main {
  padding-bottom: 24px;
}

.bg-blue-2 {
  background-color: #02aff3 !important;
}

/*------------------------------------------------------------------
[Buttons]
*/
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

.btn-clear {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.btn-green-gradient, .the_content .woocommerce .checkout_coupon .button, .the_content .checkout.woocommerce-checkout .woocommerce-checkout-review-order .button.alt {
  background: #7aac42;
  padding: 15px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
}
.btn-green-gradient:hover, .the_content .woocommerce .checkout_coupon .button:hover, .the_content .checkout.woocommerce-checkout .woocommerce-checkout-review-order .button.alt:hover, .btn-green-gradient:focus, .the_content .woocommerce .checkout_coupon .button:focus, .the_content .checkout.woocommerce-checkout .woocommerce-checkout-review-order .button.alt:focus, .btn-green-gradient:active, .the_content .woocommerce .checkout_coupon .button:active, .the_content .checkout.woocommerce-checkout .woocommerce-checkout-review-order .button.alt:active {
  background: #7cb643 !important;
  color: #fff !important;
}
.btn-green-gradient:disabled, .the_content .woocommerce .checkout_coupon .button:disabled, .the_content .checkout.woocommerce-checkout .woocommerce-checkout-review-order .button.alt:disabled {
  background: #8bc157 !important;
  color: #fff !important;
  cursor: not-allowed;
}

.btn-grey-gradient {
  background: #4d4d4d;
  padding: 15px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
}
.btn-grey-gradient:hover, .btn-grey-gradient:focus, .btn-grey-gradient:active {
  background: #222222 !important;
  color: #fff !important;
}

/*------------------------------------------------------------------
[Typo]
*/
.text-mo-green {
  color: #7ac142;
}

.fs-14px {
  font-size: 14px;
}

.fs-13px {
  font-size: 13px;
}

.text-hover-green:hover {
  color: #7ac142 !important;
}

/*------------------------------------------------------------------
[Header]
*/
.navbar-expand-lg {
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2030;
}

.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  max-height: 50px;
  height: auto;
  transition: all 0.25s;
}

@media only screen and (min-width: 992px) {
  .menu-header-menu-container {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .menu-header-menu-container {
    position: fixed;
    bottom: 0;
    top: 56px;
    background-color: rgba(0, 0, 0, 0.8);
    max-width: 100%;
    height: auto;
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
    visibility: hidden;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .menu-header-menu-container.show {
    background-color: #000;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    transition-delay: 0.25s;
    visibility: visible;
    transform: none;
  }
  .menu-header-menu-container #menu-header-menu {
    display: block;
  }
  .menu-header-menu-container .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    display: none;
    box-shadow: none;
    border-top: 1px solid #191919;
  }
  .menu-header-menu-container .sub-menu li {
    padding: 0;
  }
  .menu-header-menu-container .sub-menu li a {
    padding: 12px 20px 12px 30px !important;
    background-color: #0f0f0f;
  }
}
.menu-header-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu-header-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  #menu-header-menu > li:last-child {
    display: none;
  }
}
#menu-header-menu .menu-item {
  border-bottom: 1px solid #191919;
}
@media only screen and (min-width: 992px) {
  #menu-header-menu .menu-item {
    border-bottom: none;
  }
}
@media only screen and (min-width: 992px) {
  #menu-header-menu .menu-item:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  #menu-header-menu .menu-item:hover .sub-menu li a {
    transform: scale(1) translateY(0px) !important;
    opacity: 1 !important;
  }
  #menu-header-menu .menu-item:hover .sub-menu li:nth-child(1) > a {
    transition-delay: 0.05s;
  }
  #menu-header-menu .menu-item:hover .sub-menu li:nth-child(2) > a {
    transition-delay: 0.10s;
  }
  #menu-header-menu .menu-item:hover .sub-menu li:nth-child(3) > a {
    transition-delay: 0.15s;
  }
  #menu-header-menu .menu-item:hover .sub-menu li:nth-child(4) > a {
    transition-delay: 0.20s;
  }
  #menu-header-menu .menu-item:hover .sub-menu li:nth-child(5) > a {
    transition-delay: 0.25s;
  }
  #menu-header-menu .menu-item:hover .sub-menu li:nth-child(6) > a {
    transition-delay: 0.30s;
  }
  #menu-header-menu .menu-item:hover .sub-menu li:nth-child(7) > a {
    transition-delay: 0.35s;
  }
  #menu-header-menu .menu-item:hover .sub-menu li:nth-child(8) > a {
    transition-delay: 0.35s;
  }
  #menu-header-menu .menu-item:hover .sub-menu li:nth-child(9) > a {
    transition-delay: 0.35s;
  }
  #menu-header-menu .menu-item:hover .sub-menu li:nth-child(10) > a {
    transition-delay: 0.35s;
  }
  #menu-header-menu .menu-item:hover .sub-menu li:nth-child(11) > a {
    transition-delay: 0.35s;
  }
  #menu-header-menu .menu-item:hover .sub-menu li:nth-child(12) > a {
    transition-delay: 0.35s;
  }
}
#menu-header-menu .menu-item > a {
  color: #fff;
  padding: 0 12px;
  height: 56px;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #menu-header-menu .menu-item > a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #7dbd44;
  }
}
#menu-header-menu .menu-item > a i.bi-cart {
  font-size: 24px;
}

.burger-container {
  position: relative;
  display: block;
  height: 56px;
  width: 56px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  left: calc(1.5rem * -.5 - 6px);
}
.burger-container #burger {
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}
.burger-container #burger .bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #FFF;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
}
.burger-container #burger .bar.topBar {
  transform: translateY(0px) rotate(0deg);
}
.burger-container #burger .bar.btmBar {
  transform: translateY(6px) rotate(0deg);
}
.burger-container.active {
  transform: rotate(90deg);
}
.burger-container.active #burger .bar {
  transition: all 0.35s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s;
}
.burger-container.active #burger .bar.topBar {
  transform: translateY(4px) rotate(45deg);
}
.burger-container.active #burger .bar.btmBar {
  transform: translateY(3px) rotate(-45deg);
}

.menu-mobile a {
  color: #fff;
  padding: 0 12px;
  height: 56px;
  display: flex;
  align-items: center;
  position: relative;
}
.menu-mobile a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #7dbd44;
}
.menu-mobile a:hover .cart-count {
  color: #fff;
}
.menu-mobile a i.bi-cart {
  font-size: 24px;
}
.menu-mobile a .cart-count {
  font-size: 12px;
  position: absolute;
  top: 14px;
  right: 5px;
  background: #7dbd44;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 13px;
  border-radius: 0.25rem;
}

.sub-menu {
  visibility: hidden;
  z-index: 99;
  position: absolute;
  opacity: 0;
  transition: all 0.25s;
  width: 220px;
  background: #02aff3;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.sub-menu li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #191919;
}
@media only screen and (min-width: 992px) {
  .sub-menu li:before {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.sub-menu li a {
  padding: 10px 20px !important;
  height: unset !important;
}
@media only screen and (min-width: 992px) {
  .sub-menu li a {
    transform: scale(1.2) translateY(-5px);
    opacity: 0;
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.35s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
}
.sub-menu li:nth-child(1) > a {
  transition-delay: 0.35s;
}
.sub-menu li:nth-child(2) > a {
  transition-delay: 0.30s;
}
.sub-menu li:nth-child(3) > a {
  transition-delay: 0.25s;
}
.sub-menu li:nth-child(4) > a {
  transition-delay: 0.20s;
}
.sub-menu li:nth-child(5) > a {
  transition-delay: 0.15s;
}
.sub-menu li:nth-child(6) > a {
  transition-delay: 0.10s;
}
.sub-menu li:nth-child(7) > a {
  transition-delay: 0.05s;
}
.sub-menu li:nth-child(8) > a {
  transition-delay: 0.05s;
}
.sub-menu li:nth-child(9) > a {
  transition-delay: 0.05s;
}
.sub-menu li:nth-child(10) > a {
  transition-delay: 0.05s;
}
.sub-menu li:nth-child(11) > a {
  transition-delay: 0.05s;
}
.sub-menu li:nth-child(12) > a {
  transition-delay: 0.05s;
}

.expand-menu-icon {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  right: 12px;
  top: 10px;
  position: absolute;
  background: #131313;
  color: #7f7f7f;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  transition: all 0.25s;
}

/*------------------------------------------------------------------
[Content]
*/
.banner-silder img {
  width: 100%;
}

.slick-dots {
  padding: 0;
  text-align: center;
  width: 100%;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
@media only screen and (min-width: 992px) {
  .slick-dots li {
    margin: 0 10px;
  }
}
.slick-dots li button {
  background: #d9d9d9;
  border-radius: 50%;
  border: none;
  width: 12px;
  height: 12px;
  font-size: 0;
  transition: all 0.15s;
  opacity: 0.8;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 992px) {
  .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}
.slick-dots li.slick-active button {
  opacity: 1;
  background: #7dbd44;
}

.slick-dots-absolute .slick-dots {
  position: absolute;
  bottom: 10px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .slick-dots-absolute .slick-dots {
    bottom: 20px;
  }
}

.text-bottom-slide {
  background-color: #02aff3;
  padding: 15px 0;
  color: #fff;
}
.text-bottom-slide h1 {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .text-bottom-slide h1 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .text-bottom-slide h1 {
    font-size: 20px;
  }
}

.slick-slider {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: #c4c4c5;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 0;
  width: 30px;
  height: 30px;
  z-index: 10;
  transition: all 0.15s;
}
.slick-arrow:hover {
  background-color: #7dbd44;
  color: #fff;
}
.slick-arrow::after {
  font-size: 15px;
}

.slick-prev {
  left: 15px;
  transform: translateY(-50%) rotate(-180deg);
}
.slick-prev::after {
  content: "→";
}

.slick-next {
  right: 15px;
}
.slick-next::after {
  content: "→";
}

.product-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex !important;
  margin-left: auto;
  margin-right: auto;
}
.product-slider .slick-slide {
  height: auto;
  min-height: 1px;
  float: none;
}
.product-slider .product-item {
  height: 100%;
}

.product-item {
  padding: 3px 0;
}
.product-item img {
  width: 100px;
  display: inline-block;
  transition: all 0.25s;
}
.product-item:hover img {
  transform: translate(0, -3px);
}

.product-card {
  background-color: #fff;
  padding: 7px;
  border-radius: 10px;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 576px) {
  .product-card {
    padding: 15px;
  }
}
.product-card:hover .thumb-back {
  transform: translateY(-5px);
}

.product-label {
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 6px 6px;
  padding: 1px 6px;
  z-index: 10;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .product-label {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .product-label {
    font-size: 14px;
  }
}
.product-label.badge-sale {
  background-color: red;
}
.product-label.badge-stock {
  background-color: #7cb242;
}

.thumb-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 83.3333333333%;
  position: relative;
  transition: all 0.25s;
}
.thumb-back img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  max-height: 100%;
}

.product-price {
  color: red;
}

@media (max-width: 420px) {
  .product-name > * {
    font-size: 13px !important;
  }

  .product-price > * {
    font-size: 16px !important;
  }
}
.woocommerce-breadcrumb {
  color: #000;
}
.woocommerce-breadcrumb a {
  color: #000;
}
.woocommerce-breadcrumb a:first-child::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f775";
  margin-right: 4px;
}
.woocommerce-breadcrumb a:hover {
  color: #7dbd44;
}

.single-product .price del {
  margin-right: 8px;
  font-size: 18px;
}
.single-product .price ins {
  color: red;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.woocommerce-product-details__short-description {
  border-radius: 16px;
  border: 1px solid #dee2e6;
  padding: 16px;
  margin-bottom: 24px;
}
.woocommerce-product-details__short-description .table {
  font-size: 13px;
}
.woocommerce-product-details__short-description .table tr:first-child td:first-child {
  border-radius: 16px 0 0 0;
}
.woocommerce-product-details__short-description .table tr:first-child td:last-child {
  border-radius: 0 16px 0 0;
}
.woocommerce-product-details__short-description .table tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}
.woocommerce-product-details__short-description .table tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}

.product-detail-thumb {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-thumb .onsale {
  display: none;
}
.product-detail-thumb .flex-viewport {
  min-height: 380px;
}
.product-detail-thumb .woocommerce-product-gallery {
  position: relative;
}
.product-detail-thumb .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 380px;
  z-index: 2;
}
.product-detail-thumb .woocommerce-product-gallery__trigger img {
  opacity: 0;
}
.product-detail-thumb .woocommerce-product-gallery__image a {
  padding-bottom: 70%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: block;
}
.product-detail-thumb .woocommerce-product-gallery__image img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  border-radius: 16px;
}
.product-detail-thumb .flex-control-thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.product-detail-thumb .flex-control-thumbs li {
  width: 22%;
  flex: 0 0 auto;
  max-width: 100px;
}
.product-detail-thumb .flex-control-thumbs li img {
  border: 1px solid #dee2e6;
  cursor: pointer;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-thumb .flex-control-thumbs li img:hover, .product-detail-thumb .flex-control-thumbs li img.flex-active {
  border-color: #7dbd44;
}

@media only screen and (min-width: 768px) {
  .group-btns-cart .btn {
    min-height: 100%;
  }
}

.bg-mo-green {
  background-color: #7ac142 !important;
}

.bg-mo-light {
  background: #e9e9e9 !important;
}

#quick-order-result {
  margin: 0.6rem 0 !important;
  border-radius: 0.5rem;
  padding: 1rem !important;
  border: 2px solid #00a0d2;
}

#quick-order-form .form-control {
  font-size: 16px;
}
#quick-order-form .form-control[aria-invalid="true"] {
  border-color: red;
}
#quick-order-form .btn-green-gradient:hover, #quick-order-form .the_content .woocommerce .checkout_coupon .button:hover, .the_content .woocommerce .checkout_coupon #quick-order-form .button:hover, #quick-order-form .the_content .checkout.woocommerce-checkout .woocommerce-checkout-review-order .button.alt:hover, .the_content .checkout.woocommerce-checkout .woocommerce-checkout-review-order #quick-order-form .button.alt:hover {
  letter-spacing: 1.1px;
}

.form-invalid #quick-order-result {
  border-color: #ffb900;
}

.wc-tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  border-bottom: 1px solid #7dbd44;
}
.wc-tabs li a {
  display: block;
  border-radius: 5px 5px 0 0;
  padding: 8px 10px;
  color: #000;
}
.wc-tabs li a:hover, .wc-tabs li a:focus {
  background-color: #7dbd44;
  color: #fff;
}
.wc-tabs li.active a {
  background-color: #7dbd44;
  color: #fff;
}

.wc-tab h2 {
  font-size: 18px;
}
.wc-tab table {
  width: 100%;
}

.woocommerce-Tabs-panel--additional_information tr:nth-child(2n+1) {
  background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce-Tabs-panel--additional_information tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.woocommerce-Tabs-panel--additional_information tr th, .woocommerce-Tabs-panel--additional_information tr td {
  padding: 8px;
}
.woocommerce-Tabs-panel--additional_information tr th p, .woocommerce-Tabs-panel--additional_information tr td p {
  margin-bottom: 5px;
}
.woocommerce-Tabs-panel--additional_information tr th p:last-child, .woocommerce-Tabs-panel--additional_information tr td p:last-child {
  margin-bottom: 0;
}

.woocommerce-products-header {
  text-align: center;
  padding: 24px 0;
}

.woocommerce-products-header__title.page-title {
  margin: 0;
  font-size: calc(1.3rem + .6vw);
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .woocommerce-products-header__title.page-title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 576px) {
  .woocommerce-result-count {
    margin-top: 4px;
    margin-bottom: 0;
    float: left;
  }
}

@media only screen and (min-width: 576px) {
  .woocommerce-ordering {
    float: right;
  }
}
.woocommerce-ordering .orderby {
  border-radius: 6px;
  border: none;
  background-color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  width: 100%;
}
.woocommerce-ordering .orderby:focus {
  outline: none;
}
.woocommerce-ordering + .row {
  clear: both;
  margin-top: 16px;
}

.table-cart th {
  padding: 1rem 0.85rem;
}
.table-cart td {
  padding: 1rem 0.85rem !important;
  border-top: 1px solid rgba(0, 0, 0, 0.075) !important;
}

.product-quantity input {
  border: none;
  width: 100% !important;
  background-color: #f8f9fa;
  border-radius: 6px;
  text-align: center !important;
  height: 36px;
}

.text-hover-red:hover {
  color: red !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
  margin-top: -16px;
  z-index: -1;
  position: relative;
  background: #fff;
  padding-top: 16px;
  padding-bottom: 2px;
}

.woocommerce table.shop_table {
  border: none !important;
}

@media (max-width: 991px) {
  .form-control-lg {
    font-size: 14px;
  }
}
.order-total td::before {
  display: none !important;
}

.custom-checkout-button .btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
}

.the_content .woocommerce .woocommerce-info {
  margin-bottom: 24px;
  border: none;
  background-color: #02aff3;
  border-radius: 8px;
  color: #fff;
}
.the_content .woocommerce .woocommerce-info::before {
  color: #fff;
}
.the_content .woocommerce .woocommerce-info a {
  color: #fff;
}
.the_content .woocommerce .woocommerce-info a:hover, .the_content .woocommerce .woocommerce-info a:focus {
  font-weight: 700;
}
.the_content .woocommerce .checkout_coupon {
  border-radius: 8px;
  margin: 16px 0 24px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.the_content .woocommerce .checkout_coupon .button {
  height: 40px;
  padding: 2px 20px;
}
.the_content .woocommerce .checkout_coupon p {
  margin: 0;
}
.the_content .woocommerce form .form-row .input-text, .the_content .woocommerce form .form-row select {
  border-color: #cfc8d8;
  height: 40px;
  border-radius: 8px;
}
.the_content .woocommerce form .form-row .input-text:focus, .the_content .woocommerce form .form-row select:focus {
  outline: none;
  border-color: #02aff3;
}
.the_content .woocommerce form .form-row textarea.input-text {
  height: 110px;
  overflow-x: hidden;
  overflow-y: auto;
}
.the_content .woocommerce .select2-container .select2-dropdown, .the_content .woocommerce .select2-container .select2-selection {
  border-color: #cfc8d8;
  border-radius: 8px;
}
.the_content .woocommerce .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .the_content .woocommerce .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: #02aff3;
}
.the_content .woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
  border-color: #02aff3;
}
.the_content .woocommerce h3 {
  font-size: 22px;
}
@media only screen and (min-width: 992px) {
  .the_content .woocommerce h3 {
    font-size: 24px;
  }
}

.select2-container .select2-dropdown {
  border-color: #02aff3 !important;
  border-radius: 0 0 8px 8px !important;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #02aff3 !important;
  color: #fff !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #02aff3;
}

.the_content .checkout.woocommerce-checkout .woocommerce-checkout-review-order {
  border: 2px solid #446084;
  padding: 15px 30px 10px;
}
.the_content .checkout.woocommerce-checkout .woocommerce-checkout-review-order #payment {
  background: none;
}
.the_content .checkout.woocommerce-checkout .woocommerce-checkout-review-order #payment ul.payment_methods {
  padding: 0;
  border: none;
}
.the_content .checkout.woocommerce-checkout .woocommerce-checkout-review-order .button.alt {
  min-width: 120px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 48% !important;
}

/*------------------------------------------------------------------
[Footer]
*/
.footer-site p {
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .footer-site .mb-4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #212529;
  }
}

.footer-top {
  border-bottom: 1px solid #fff;
  background-color: #5dd0fe;
  color: #fff;
}

.block-info-footer .icon i {
  transition: all 0.25s;
  display: block;
}
.block-info-footer:hover i {
  color: #2698ff;
  transform: scale(1.1);
}

#back-to-top {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 99;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background-color: #7dbd43;
  color: #FFF;
  font-size: 20px;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease-out;
  opacity: 0;
}
#back-to-top.show {
  opacity: 1;
}
#back-to-top:hover {
  background-color: rgba(125, 189, 67, 0.8);
}
#back-to-top i::before {
  transform: rotate(180deg);
}

.about-footer img {
  width: 220px;
}
.about-footer a {
  color: #fff;
}
.about-footer a:hover {
  text-decoration: underline;
}

.title-footer {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .title-footer {
    cursor: text;
  }
}
.title-footer i {
  margin-left: 4px;
}
@media only screen and (min-width: 992px) {
  .title-footer i {
    display: none;
  }
}

.social-icon a {
  width: 36px;
  height: 36px;
  background-color: #222222;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
  transition: all 0.25s;
}
.social-icon a:hover {
  background-color: #444444;
}
.social-icon a::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.menu-item {
  position: relative;
  padding-right: 10px;
}

.footer_menu li a {
  margin: 5px 0;
  padding: 5px 0;
  color: #fff;
  display: block;
}
.footer_menu li a:hover {
  color: #fff;
  font-weight: 700;
}
.footer_menu li:first-child a {
  margin-top: 0;
  padding-top: 0;
}

.link_footer a {
  color: #fff;
}
.link_footer a:hover {
  color: #fff;
  text-decoration: underline;
}
