@font-face {
  font-family: "sawton_circularbold";
  src: url("../fonts/sawtoncircular-bold-webfont.eot");
  src: url("../fonts/sawtoncircular-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sawtoncircular-bold-webfont.woff2") format("woff2"), url("../fonts/sawtoncircular-bold-webfont.woff") format("woff"), url("../fonts/sawtoncircular-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sawton_circularlight";
  src: url("../fonts/sawtoncircular-light-webfont.eot");
  src: url("../fonts/sawtoncircular-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sawtoncircular-light-webfont.woff2") format("woff2"), url("../fonts/sawtoncircular-light-webfont.woff") format("woff"), url("../fonts/sawtoncircular-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sawton_circularmedium";
  src: url("../fonts/sawtoncircular-medium-webfont.eot");
  src: url("../fonts/sawtoncircular-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sawtoncircular-medium-webfont.woff2") format("woff2"), url("../fonts/sawtoncircular-medium-webfont.woff") format("woff"), url("../fonts/sawtoncircular-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sawton_circularregular";
  src: url("../fonts/sawtoncircular-regular-webfont.eot");
  src: url("../fonts/sawtoncircular-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sawtoncircular-regular-webfont.woff2") format("woff2"), url("../fonts/sawtoncircular-regular-webfont.woff") format("woff"), url("../fonts/sawtoncircular-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sawton_circularthin";
  src: url("../fonts/sawtoncircular-thin-webfont.eot");
  src: url("../fonts/sawtoncircular-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sawtoncircular-thin-webfont.woff2") format("woff2"), url("../fonts/sawtoncircular-thin-webfont.woff") format("woff"), url("../fonts/sawtoncircular-thin-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  background: #ffffff;
  color: #888591;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

p {
  color: #888591;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
p strong {
  color: #030218;
}

html, body, p, ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
}

h5 {
  margin: 0;
}

h6 {
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.flex-container {
  width: 1450px;
  max-width: 95%;
  margin: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
}
a:visited, a:link, a:active, a:focus {
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
  outline: none;
}

li {
  list-style: none;
}

/* ------------------- BUTTON ------------------- */
.btn {
  border-radius: 20px !important;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding: 19px 30px 18px 30px;
  background: #0803FF;
  display: inline-block;
  transition: all 0.5s ease;
  cursor: pointer;
}
.btn:hover {
  background: #0300ca;
  color: white;
}
.btn.n2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 26px 14px 26px;
  background: none;
  border: 4px solid #0803FF;
  color: #030218;
}
.btn.n2:hover {
  background: rgba(8, 3, 255, 0.4);
}
.btn.n3 {
  border-bottom: 4px solid #0803FF;
  padding: 0 0 6px 0;
  color: #030218;
  background: none;
  border-radius: 0 !important;
  transition: all 0.2s ease;
}
.btn.n3:hover {
  border-bottom-color: #0300ca;
  color: #0300ca !important;
}
.btn i {
  color: #FF5050;
  margin-right: 8px;
}

/* ------------------- TITRES ------------------- */
h1, h2, h3, h4, h5 {
  font-family: "sawton_circularbold", Arial, sans-serif;
  color: #030218;
}

h1 {
  font-size: 100px;
  line-height: 105px;
}

h2 {
  font-size: 60px;
  line-height: 65px;
}

h3 {
  font-size: 45px;
  line-height: 55px;
}

h5 {
  font-size: 20px;
  line-height: 20px;
  font-family: "sawton_circularmedium";
}

::selection {
  color: white;
  background: #FF5050;
}

::-moz-selection {
  color: white;
  background: #FF5050;
}

/* ------------------- UTILS ------------------- */
.flex {
  display: flex;
}

.auto {
  margin: auto;
}

.black-bg {
  background: #030218 !important;
}

.white-bg {
  background: #ffffff;
}

.black-type {
  color: #030218;
}

.white-type {
  color: white !important;
}

/* ------------------- HEADER ------------------- */
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 56px 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo .open {
  display: none;
}
header .logo .close {
  opacity: 1;
}
header .hamb {
  opacity: 0;
  display: none;
}
header .hamb .round {
  padding: 10px 8px;
}
header .hamb .round span.line {
  width: 27px;
  height: 3px;
  display: block;
  margin-bottom: 7px;
  border-radius: 80px;
  transition: all 0.4s ease;
  background: #0803FF;
}
header .hamb .round span.line.top.active {
  position: relative;
  top: 5px;
  transform: rotate(225deg);
}
header .hamb .round span.line.bottom {
  margin-bottom: 0;
}
header .hamb .round span.line.bottom.active {
  position: relative;
  top: -5px;
  transform: rotate(135deg);
}
header .hamb p {
  color: white;
  filter: invert(1) grayscale(1) contrast(9);
  font-size: 14px;
  text-align: center;
}
header nav .menu-menu-principal-container ul {
  display: flex;
  gap: 40px;
  align-items: center;
}
header nav .menu-menu-principal-container ul li {
  padding: 24px 0;
}
header nav .menu-menu-principal-container ul li a {
  color: #030218;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}
header nav .menu-menu-principal-container ul li a:hover {
  color: #0300ca;
}

/* ------------------- HERO ------------------- */
#hero {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 80px;
}
#hero.shop-home {
  min-height: 500px;
  text-align: left;
}
#hero.shop-home .text {
  float: left;
  width: 50%;
}
#hero.shop-home .text h1 {
  font-size: 80px;
  line-height: 90px;
}
#hero.shop-home .text .sub_title {
  font-size: 22px;
  line-height: 30px;
  color: #888591;
  margin-top: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}
#hero.shop-home .image {
  float: left;
  width: 50%;
}
#hero.shop-hero, #hero.page-hero {
  min-height: 350px;
  text-align: center;
}
#hero.error-page {
  min-height: 80vh;
  flex-direction: column;
  text-align: center;
}
#hero.error-page h1 {
  font-size: 150px;
  line-height: 150px;
  margin-bottom: 20px;
}
#hero.error-page .sub_title {
  font-size: 22px;
  color: #888591;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  margin-bottom: 40px;
}
#hero .flex-container {
  width: 100%;
}

/* ------------------- PRODUCTS GRID ------------------- */
#products,
.shop-products {
  padding: 0 0 100px 0;
}
#products .head,
.shop-products .head {
  margin-bottom: 60px;
}
#products .products-grid,
.shop-products .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
#products .shop-cta,
.shop-products .shop-cta {
  margin-top: 60px;
  text-align: center;
}

.product-card {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 20px 80px -10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.product-card:hover {
  box-shadow: 0 20px 80px -10px rgba(0, 0, 0, 0.16);
  transform: translateY(-5px);
}
.product-card .product-image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #F5F3EE;
}
.product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.product-card .product-image:hover img {
  transform: scale(1.03);
}
.product-card .product-info {
  padding: 25px 30px;
}
.product-card .product-info .product-title,
.product-card .product-info .woocommerce-loop-product__title {
  font-family: "sawton_circularbold", Arial, sans-serif;
  font-size: 18px;
  color: #030218;
  margin-bottom: 8px;
}
.product-card .product-info .product-price,
.product-card .product-info .price {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #0803FF;
  font-weight: 600;
}

/* ------------------- PAGE CONTENT ------------------- */
#page-content {
  padding: 0 0 100px 0;
}
#page-content .flex-container {
  max-width: 900px;
}
#page-content .flex-container p {
  line-height: 32px;
  margin-bottom: 20px;
}

/* ------------------- CONTACT ------------------- */
#contact {
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(3, 2, 24) 0);
  position: relative;
  bottom: -1px;
}
#contact .window {
  border-radius: 20px;
  background: rgba(212, 212, 212, 0.72);
  backdrop-filter: saturate(180%) blur(20px);
}
#contact .window .contact-row {
  padding: 70px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
#contact .window .contact-row .contact-col h4 {
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 56px;
}
#contact .window .contact-row .contact-col.contact-buttons {
  display: flex;
  gap: 20px;
}

/* ------------------- FOOTER ------------------- */
footer {
  padding: 115px 0 40px 0;
  position: relative;
  z-index: 1;
}
footer .flex-container .footer-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
footer .flex-container .footer-row .footer-col {
  font-size: 17px;
}
footer .flex-container .footer-row .footer-col .logo {
  display: inline-block;
}
footer .flex-container .footer-row .footer-col .logo img {
  max-width: 180px;
}
footer .flex-container .footer-row .footer-col h2 {
  font-size: 20px !important;
  line-height: 35px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #CCCCCC !important;
  margin-top: 30px;
}
footer .flex-container .footer-row .footer-col > p {
  color: #CCCCCC;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer .flex-container .footer-row .footer-col ul li {
  margin-top: 15px;
}
footer .flex-container .footer-row .footer-col ul li a {
  color: white;
  transition: 0.5s;
  font-weight: 300;
}
footer .flex-container .footer-row .footer-col ul li a i {
  color: #FF5050 !important;
  margin-right: 10px;
  transition: 0.5s;
}
footer .flex-container .footer-row .footer-col ul li a:hover {
  color: #0803FF !important;
}
footer .flex-container .footer-row .footer-col ul li a:hover i {
  color: white !important;
}
footer .flex-container .credit {
  margin: 115px auto 0 auto;
  text-align: center;
  color: #CCCCCC;
  font-size: 12px;
  font-weight: 200;
}

/* ------------------- WOOCOMMERCE ARCHIVE ------------------- */
#shop-archive {
  padding: 0 0 100px 0;
}
#shop-archive .woocommerce-notices-wrapper {
  margin-bottom: 30px;
}
#shop-archive .woocommerce-result-count {
  font-family: "Poppins", sans-serif;
  color: #888591;
  font-size: 14px;
  margin-bottom: 20px;
}
#shop-archive .woocommerce-ordering {
  margin-bottom: 30px;
}
#shop-archive .woocommerce-ordering select {
  font-family: "Poppins", sans-serif;
  padding: 10px 15px;
  border: 2px solid #CCCCCC;
  border-radius: 10px;
  font-size: 14px;
  color: #030218;
  background: #ffffff;
  cursor: pointer;
}
#shop-archive .woocommerce-ordering select:focus {
  border-color: #0803FF;
  outline: none;
}
#shop-archive ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 0;
}
#shop-archive ul.products li.product {
  list-style: none;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 20px 80px -10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
#shop-archive ul.products li.product:hover {
  box-shadow: 0 20px 80px -10px rgba(0, 0, 0, 0.16);
  transform: translateY(-5px);
}
#shop-archive ul.products li.product a.product-card-link {
  display: block;
}
#shop-archive ul.products li.product .product-image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #F5F3EE;
}
#shop-archive ul.products li.product .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
#shop-archive ul.products li.product .product-image:hover img {
  transform: scale(1.03);
}
#shop-archive ul.products li.product .product-info {
  padding: 25px 30px;
}
#shop-archive ul.products li.product .woocommerce-loop-product__title {
  font-family: "sawton_circularbold", Arial, sans-serif;
  font-size: 18px;
  color: #030218;
  margin-bottom: 8px;
}
#shop-archive ul.products li.product .price {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #0803FF;
  font-weight: 600;
}
#shop-archive ul.products li.product .price del {
  color: #CCCCCC;
  font-weight: 400;
}
#shop-archive ul.products li.product .price ins {
  text-decoration: none;
}
#shop-archive ul.products li.product .onsale {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #FF5050;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
  z-index: 10;
}
#shop-archive ul.products li.product .button, #shop-archive ul.products li.product .add_to_cart_button, #shop-archive ul.products li.product .ajax_add_to_cart {
  display: block;
  text-align: center;
  margin: 0 30px 25px 30px;
  padding: 14px 20px;
  background: #0803FF;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
#shop-archive ul.products li.product .button:hover, #shop-archive ul.products li.product .add_to_cart_button:hover, #shop-archive ul.products li.product .ajax_add_to_cart:hover {
  background: #0300ca;
}
#shop-archive .woocommerce-pagination {
  margin-top: 60px;
  text-align: center;
}
#shop-archive .woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
}
#shop-archive .woocommerce-pagination ul.page-numbers li a, #shop-archive .woocommerce-pagination ul.page-numbers li span {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #030218;
  transition: 0.3s;
}
#shop-archive .woocommerce-pagination ul.page-numbers li a:hover, #shop-archive .woocommerce-pagination ul.page-numbers li span:hover {
  background: #F5F3EE;
}
#shop-archive .woocommerce-pagination ul.page-numbers li span.current {
  background: #0803FF;
  color: white;
}

/* ------------------- SINGLE PRODUCT ------------------- */
#single-product {
  padding: 120px 0 80px 0;
}
#single-product .product .product-single-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
#single-product .product .product-single-image .woocommerce-product-gallery {
  width: 100% !important;
}
#single-product .product .product-single-image .woocommerce-product-gallery img {
  width: 100%;
  border-radius: 20px;
}
#single-product .product .product-single-summary {
  padding-top: 20px;
}
#single-product .product .product-single-summary .product_title {
  font-family: "sawton_circularbold", Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  color: #030218;
  margin-bottom: 20px;
}
#single-product .product .product-single-summary .price {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  color: #0803FF;
  font-weight: 700;
  margin-bottom: 25px;
  display: block;
}
#single-product .product .product-single-summary .price del {
  color: #CCCCCC;
  font-weight: 400;
  font-size: 20px;
}
#single-product .product .product-single-summary .price ins {
  text-decoration: none;
}
#single-product .product .product-single-summary .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}
#single-product .product .product-single-summary .woocommerce-product-details__short-description p {
  line-height: 28px;
}
#single-product .product .product-single-summary .cart {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
#single-product .product .product-single-summary .cart .qty {
  width: 70px;
  padding: 14px;
  border: 2px solid #CCCCCC;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-align: center;
}
#single-product .product .product-single-summary .cart .qty:focus {
  border-color: #0803FF;
  outline: none;
}
#single-product .product .product-single-summary .cart .single_add_to_cart_button {
  padding: 16px 35px;
  background: #0803FF;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
#single-product .product .product-single-summary .cart .single_add_to_cart_button:hover {
  background: #0300ca;
}
#single-product .product .product-single-summary .product_meta {
  border-top: 1px solid #F5F3EE;
  padding-top: 20px;
  font-size: 14px;
  color: #888591;
}
#single-product .product .product-single-summary .product_meta > span {
  display: block;
  margin-bottom: 8px;
}
#single-product .product .product-single-summary .product_meta > span a {
  color: #0803FF;
}
#single-product .product .product-single-summary .product_meta > span a:hover {
  color: #0300ca;
}
#single-product .woocommerce-tabs {
  margin-top: 60px;
}
#single-product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #F5F3EE;
  padding: 0;
  margin-bottom: 30px;
}
#single-product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 15px 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #888591;
  transition: 0.3s;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}
#single-product .woocommerce-tabs ul.tabs li a:hover {
  color: #030218;
}
#single-product .woocommerce-tabs ul.tabs li.active a {
  color: #030218;
  border-bottom-color: #0803FF;
}
#single-product .woocommerce-tabs .panel p {
  line-height: 28px;
}
#single-product .related.products, #single-product .upsells.products {
  margin-top: 80px;
}
#single-product .related.products > h2, #single-product .upsells.products > h2 {
  font-size: 30px;
  margin-bottom: 40px;
}
#single-product .related.products ul.products, #single-product .upsells.products ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 0;
}

/* ------------------- CART ------------------- */
.woocommerce-cart .woocommerce {
  padding: 120px 0 80px 0;
}
.woocommerce-cart table.shop_table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-cart table.shop_table th, .woocommerce-cart table.shop_table td {
  padding: 20px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #F5F3EE;
}
.woocommerce-cart table.shop_table th {
  font-weight: 600;
  color: #030218;
  font-size: 14px;
  text-transform: uppercase;
}
.woocommerce-cart table.shop_table td {
  color: #888591;
}
.woocommerce-cart table.shop_table td img {
  max-width: 80px;
  border-radius: 10px;
}
.woocommerce-cart table.shop_table .product-name a {
  color: #030218;
  font-weight: 600;
}
.woocommerce-cart table.shop_table .product-name a:hover {
  color: #0803FF;
}
.woocommerce-cart table.shop_table .product-price .amount, .woocommerce-cart table.shop_table .product-subtotal .amount {
  color: #0803FF;
  font-weight: 600;
}
.woocommerce-cart table.shop_table input.qty {
  width: 60px;
  padding: 10px;
  border: 2px solid #CCCCCC;
  border-radius: 10px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.woocommerce-cart table.shop_table .actions .button {
  padding: 14px 25px;
  background: #0803FF;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.woocommerce-cart table.shop_table .actions .button:hover {
  background: #0300ca;
}
.woocommerce-cart .cart-collaterals {
  margin-top: 40px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  max-width: 500px;
  margin-left: auto;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 18px;
  background: #0803FF;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: #0300ca;
}

/* ------------------- CHECKOUT ------------------- */
.woocommerce-checkout .woocommerce {
  padding: 120px 0 80px 0;
}
.woocommerce-checkout h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-form-row, .woocommerce-checkout .form-row {
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-form-row label, .woocommerce-checkout .form-row label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #030218;
  margin-bottom: 8px;
}
.woocommerce-checkout .woocommerce-form-row input, .woocommerce-checkout .woocommerce-form-row select, .woocommerce-checkout .woocommerce-form-row textarea, .woocommerce-checkout .form-row input, .woocommerce-checkout .form-row select, .woocommerce-checkout .form-row textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #CCCCCC;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #030218;
  transition: 0.3s;
}
.woocommerce-checkout .woocommerce-form-row input:focus, .woocommerce-checkout .woocommerce-form-row select:focus, .woocommerce-checkout .woocommerce-form-row textarea:focus, .woocommerce-checkout .form-row input:focus, .woocommerce-checkout .form-row select:focus, .woocommerce-checkout .form-row textarea:focus {
  border-color: #0803FF;
  outline: none;
}
.woocommerce-checkout #place_order {
  padding: 18px 40px;
  background: #0803FF;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.woocommerce-checkout #place_order:hover {
  background: #0300ca;
}

@media screen and (max-width: 1580px) {
  .flex-container {
    width: 95%;
    margin: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1440px) {
  #hero.shop-home h1 {
    font-size: 70px;
    line-height: 80px;
  }
  #hero.shop-home .sub_title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  #products .products-grid,
  #shop-archive ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  #single-product .product .product-single-row {
    gap: 40px;
  }
  #single-product .related.products ul.products,
  #single-product .upsells.products ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  #contact .window .contact-row {
    padding: 50px 60px;
    flex-direction: column;
    text-align: center;
  }
  #contact .window .contact-row .contact-col h4 {
    font-size: 30px;
    line-height: 42px;
  }
  #contact .window .contact-row .contact-col.contact-buttons {
    justify-content: center;
  }
}
@media screen and (max-width: 990px) {
  header {
    padding: 0;
  }
  header .logo {
    padding: 20px;
  }
  header.is-active .logo {
    z-index: 100;
    position: fixed;
  }
  header.is-active .logo .close {
    display: none;
  }
  header.is-active .logo .open {
    display: block;
  }
  header .hamb {
    opacity: 1;
    position: fixed;
    display: block;
    padding: 15px 25px;
    right: 0;
    z-index: 1000;
    background: white;
    border-radius: 0 0 0 25px;
    box-shadow: rgba(0, 0, 0, 0.1019607843) 0px 0px 40px;
  }
  header nav {
    display: none;
    height: 100vh;
    position: fixed;
    z-index: -1;
    right: -200%;
    transition: 0.5s;
  }
  header nav ul li a {
    transition: 0.5s;
    opacity: 0;
  }
  header nav.is-active {
    display: block;
    transition: 0.5s;
    right: 0;
    width: 100%;
    z-index: 80;
    background: #030218;
  }
  header nav.is-active ul {
    flex-direction: column;
    margin-top: 110px;
    gap: 0;
  }
  header nav.is-active ul li {
    padding: 0;
  }
  header nav.is-active ul li a {
    display: block;
    padding: 10px 55px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 2.15em;
    color: white;
    opacity: 1;
  }
  footer .flex-container .footer-row {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  footer .flex-container .footer-row .footer-col.footer-brand {
    text-align: center;
  }
  footer .flex-container .footer-row .footer-col.footer-brand .logo {
    margin: 0 auto;
  }
  footer .flex-container .footer-row .footer-col.footer-brand h2 {
    text-align: center;
  }
  #single-product .product .product-single-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #single-product .related.products ul.products,
  #single-product .upsells.products ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  h1 {
    font-size: 45px;
    line-height: 50px;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  #hero {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  #hero.shop-home {
    min-height: 350px;
  }
  #hero.shop-home h1 {
    font-size: 45px;
    line-height: 55px;
  }
  #hero.shop-home .sub_title {
    font-size: 18px;
  }
  #hero.error-page h1 {
    font-size: 100px;
    line-height: 100px;
  }
  #contact .window .contact-row {
    padding: 40px 30px;
  }
  #contact .window .contact-row .contact-col h4 {
    font-size: 24px;
    line-height: 36px;
  }
  #contact .window .contact-row .contact-col.contact-buttons {
    flex-direction: column;
    gap: 15px;
  }
  footer {
    padding: 80px 0 40px 0;
  }
  footer .flex-container .footer-row .footer-col {
    padding: 0 30px;
  }
  footer .flex-container .credit {
    margin-top: 60px;
  }
  .woocommerce-cart table.shop_table th.product-thumbnail,
  .woocommerce-cart table.shop_table td.product-thumbnail {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  #products .products-grid,
  #shop-archive ul.products {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #single-product .related.products ul.products,
  #single-product .upsells.products ul.products {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  #single-product .related.products ul.products,
  #single-product .upsells.products ul.products {
    grid-template-columns: 1fr;
  }
  #single-product .product .product-single-summary .product_title {
    font-size: 30px;
    line-height: 38px;
  }
  #single-product .product .product-single-summary .price {
    font-size: 22px;
  }
  #single-product .product .product-single-summary .cart {
    flex-direction: column;
    align-items: stretch;
  }
  #single-product .product .product-single-summary .cart .single_add_to_cart_button {
    text-align: center;
  }
}