/* Theme base: variables, fonts, reset, layout primitives, typography, buttons */

:root {
  --primary-color: #248fd6;
  --black-blue-color: #0b1e30;
  --dark-blue-color: #004c80;
  --border-color: #e8e8e8;
  --bg-color: #f8f8f9;
}

@font-face {
  font-family: "Rajdhani";
  src: url("../../fonts/Rajdhani-Bold.woff2") format("woff2"),
    url("../../fonts/Rajdhani-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani";
  src: url("../../fonts/Rajdhani-SemiBold.woff2") format("woff2"),
    url("../../fonts/Rajdhani-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-SemiBold.woff2") format("woff2"),
    url("../../fonts/Roboto-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.wp-block-buttons .wp-block-button__link {
  width: 100%;
  height: 56px;
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center;
  display: flex;
}

.page-checkout {
  display: flex;
  flex-direction: column;
}

.page-checkout .checkout_footer {
  margin-top: auto;
}

/* Reset */
html,
body {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font: 16px/25.6px "Roboto", sans-serif;
  color: #000;
  background: #fff;
}

div,
html,
body,
p,
ul,
ol,
li,
a,
form,
img,
table,
td,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
header,
section,
footer,
aside,
nav,
article,
figure,
figcaption,
dt,
dd,
dl {
  margin: 0;
  padding: 0;
}

header,
section,
footer,
aside,
nav,
article,
figure,
figcaption {
  display: block;
}

table {
  border-collapse: collapse;
}

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

iframe,
object,
embed {
  max-width: 100%;
}

ul,
li {
  list-style: none;
}

input {
  vertical-align: middle;
}

input:focus,
textarea:focus {
  outline: none;
}

button,
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

a,
a:visited {
  text-decoration: none;
  color: #248fd6;
  transition: color ease-in-out 0.2s;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
  color: #004c80;
}

a {
  cursor: pointer;
}

/* Layout */
.wrapper {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.narrow .wrapper {
  max-width: 1140px;
}

.narrow .wrapper .woocommerce.columns-4 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
}

.narrow .wrapper .woocommerce.columns-4 .products.columns-4 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
}

.align_center {
  text-align: center;
}

.wp-block-separator {
  margin: 0 0 65px 0;
  border: none;
  border-top: 1px solid #e8e8e8;
}

/* Responsive video embed */
.video_wrap {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
}

.video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Typography */
h1 {
  font: 700 84px/84px "Rajdhani";
  padding-bottom: 10px;
  font-size: 60px;
  text-transform: inherit;
}

h2 {
  font: 700 64px/64px "Rajdhani";
  padding-bottom: 20px;
}

h3 {
  font: 700 42px/54px "Rajdhani";
  padding-bottom: 20px;
}

h4 {
  font: 700 34px/43px "Rajdhani";
  padding-bottom: 20px;
}

h5 {
  font: 700 24px "Rajdhani";
  padding-bottom: 15px;
}

h6 {
  font: 700 22px "Rajdhani";
  padding-bottom: 15px;
}

h6.has-primary-color-color {
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
}

p {
  padding-bottom: 30px;
}

p.has-small-font-size {
  font-size: 14px !important;
  line-height: 34px;
}

p.has-normal-font-size {
  font-size: 16px !important;
  line-height: 25.6px;
}

p.has-medium-font-size {
  font-size: 18px !important;
  line-height: 29px;
}

/* Buttons */
.wp-block-button {
  display: inline;
}

.button,
.button:visited,
.wp-block-button__link,
.wp-block-button__link:visited,
.searchform input[type="submit"],
.wc-block-components-checkout-place-order-button,
.wc-block-components-button:not(.is-link) {
  color: #fff !important;
  background: #248fd6 !important;
  padding: 5px 10px !important;
  min-width: 180px;
  height: 56px;
  font: 600 16px "Rajdhani" !important;
  border: 2px solid #248fd6 !important;
  border-radius: 0 !important;
  text-align: center;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  transition: all ease-in-out 0.2s;
}

.button:hover,
.wp-block-button__link:hover,
.searchform input[type="submit"]:hover,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-button:not(.is-link):hover {
  color: #fff !important;
  background: #004c80 !important;
  border-color: #004c80 !important;
}

.button.button_outline,
.button.button_outline:visited,
.is-style-outline .wp-block-button__link,
.is-style-outline .wp-block-button__link:visited {
  color: #000 !important;
  background: transparent !important;
  border-color: #248fd6 !important;
}

.button.button_outline:hover,
.is-style-outline .wp-block-button__link:hover {
  color: #fff !important;
  background: #248fd6 !important;
  border-color: #248fd6 !important;
}

.button.button_white,
.button.button_white:visited,
.is-style-white .wp-block-button__link,
.is-style-white .wp-block-button__link:visited {
  color: #004c80 !important;
  background: #fff !important;
  border-color: #fff !important;
}

.button.button_white:hover,
.is-style-white .wp-block-button__link:hover {
  color: #fff !important;
  background: #004c80 !important;
  border-color: #004c80 !important;
}

.button.button_bordered,
.button.button_bordered:visited {
  color: #fff !important;
  background: transparent !important;
  border-color: #fff !important;
}

.button.button_bordered:hover {
  color: #004c80 !important;
  background: #fff !important;
  border-color: #fff !important;
}

/* Editor / theme color classes */
.has-primary-color-color {
  color: #248fd6;
}

.has-secondary-color-color {
  color: #004c80;
}

.has-bg-color-color {
  color: #f8f8f9;
}

.has-primary-color-background-color {
  background-color: #248fd6;
}

.has-secondary-color-background-color {
  background-color: #004c80;
}

.has-bg-color-background-color {
  background-color: #f8f8f9;
}
