/*-----------------------------------------------------------------------------------*/
/*	reset
/*-----------------------------------------------------------------------------------*/
@import url("https://use.typekit.net/cle4xke.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Colors
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Font & Text
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Buttons
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Mobile Menu
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Page Titles
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Overlays
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Modals
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Accessability
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Global Variables
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Mixins
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Helpers
/*-----------------------------------------------------------------------------------*/
.is-position-relative {
  position: relative;
}
.is-position-absolute {
  position: absolute;
}
.is-position-fixed {
  position: fixed;
}
.is-position-inherit {
  position: inherit;
}

.is-overflow-hidden {
  overflow: hidden;
}
.is-overflow-x-hidden {
  overflow-x: hidden;
}
.is-overflow-y-hidden {
  overflow-y: hidden;
}

.has-opacity-1 {
  opacity: 1;
}
.has-opacity-0 {
  opacity: 0;
}

.is-no-br {
  white-space: nowrap;
}

.is-clearfix {
  overflow: auto;
}
.is-clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.is-padding-flat {
  padding: 0px;
}
.is-padding-small {
  padding: 50px 0px;
}
@media only screen and (max-width: 768px) {
  .is-padding-small {
    padding: 25px 0px;
  }
}
.is-padding-medium {
  padding: 150px 0px;
}
@media only screen and (max-width: 768px) {
  .is-padding-medium {
    padding: 50px 0px;
  }
}
.is-padding-large {
  padding: 200px 0px;
}
@media only screen and (max-width: 768px) {
  .is-padding-large {
    padding: 75px 0px;
  }
}

.is-margin-flat {
  margin: 0px auto !important;
}
.is-margin-small {
  margin: 25px auto !important;
}
.is-margin-medium {
  margin: 60px auto !important;
}
.is-margin-large {
  margin: 100px auto !important;
}

.is-reverse-row {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .is-reverse-row {
    display: block;
  }
}

.is-inverted h1,
.is-inverted h2,
.is-inverted h3,
.is-inverted h4,
.is-inverted h5,
.is-inverted h6,
.is-inverted p,
.is-inverted figcaption,
.is-inverted a,
.is-inverted ul,
.is-inverted li,
.is-inverted i,
.is-inverted svg,
.is-inverted .slick-prev:before,
.is-inverted .slick-next:before {
  color: white !important;
}
.is-inverted a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.is-inverted .slick-prev,
.is-inverted .slick-next {
  background: #191919;
}
.is-inverted .slick-prev:hover,
.is-inverted .slick-prev:focus,
.is-inverted .slick-next:hover,
.is-inverted .slick-next:focus {
  background: rgba(25, 25, 25, 0.8);
}

.has-dropshadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

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

.has-bg-parallax {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.has-bg-position-cc {
  background-position: center center !important;
}
.has-bg-position-ct {
  background-position: center top !important;
}
.has-bg-position-cb {
  background-position: center bottom !important;
}
.has-bg-position-lt {
  background-position: left top !important;
}
.has-bg-position-lc {
  background-position: left center !important;
}
.has-bg-position-lb {
  background-position: left bottom !important;
}
.has-bg-position-rt {
  background-position: right top !important;
}
.has-bg-position-rc {
  background-position: right center !important;
}
.has-bg-position-rb {
  background-position: right bottom !important;
}

.is-zindex-1 {
  z-index: 1;
}
.is-zindex-2 {
  z-index: 2;
}
.is-zindex-3 {
  z-index: 3;
}
.is-zindex-4 {
  z-index: 4;
}
.is-zindex-5 {
  z-index: 5;
}

.has-ar-16-9 {
  aspect-ratio: 16/9;
}
.has-ar-1-1 {
  aspect-ratio: 1/1;
}
.has-ar-5-3 {
  aspect-ratio: 5/3;
}

.has-rounded-corners {
  border-radius: 6px;
}

.has-round-image {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.wow {
  visibility: hidden;
}

.has-columbreak-1 .column {
  flex: 1 1 1200px;
}
.has-columbreak-2 .column {
  flex: 1 1 600px;
}
.has-columbreak-3 .column {
  flex: 1 1 300px;
}
.has-columbreak-4 .column {
  flex: 1 1 200px;
}
.has-columbreak-5 .column {
  flex: 1 1 150px;
}

.has-width-100 {
  width: 100%;
}
.has-width-auto {
  width: auto;
}

.has-height-100 {
  height: 100%;
}
.has-height-auto {
  width: auto;
}

.has-object-fit-cover {
  object-fit: cover;
}
.has-object-fit-contain {
  object-fit: contain;
}

/*-----------------------------------------------------------------------------------*/
/*	Functions
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Placeholders
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* Woocommerce Product Page
/*-----------------------------------------------------------------------------------*/
#wrapper .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: auto;
}
#wrapper .woocommerce div.product div.images img {
  width: auto;
  border: 0px solid #02ADEE;
}
#wrapper .woocommerce-product-gallery__wrapper img:nth-child(1) {
  border: 0px solid #02ADEE;
}
#wrapper .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(1) {
  margin-bottom: 10px;
}
#wrapper .woocommerce-Price-amount {
  color: #4b23d1;
  font-weight: 500;
  font-family: "gravesend-sans", "sans-serif";
  font-size: 1.6rem;
  margin-bottom: 1.2em;
}
#wrapper .product .product_title {
  font-size: 1.7rem !important;
  font-weight: 600;
  margin-bottom: 10px;
}
#wrapper .product .proGallery a {
  opacity: 0.8;
}
#wrapper .product .proGallery a :hover {
  opacity: 1;
}
#wrapper .product .woocommerce-product-gallery img {
  width: auto;
  border: 0px solid #02ADEE;
  border-radius: 2px;
}
#wrapper .product table > tbody > tr {
  background-color: transparent;
}
#wrapper .product table > tbody > tr:nth-of-type(even) {
  background-color: transparent;
}
#wrapper .product table > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
#wrapper .product form.cart .variations {
  margin-bottom: 1.2em;
  border: 0;
  width: 100%;
}
#wrapper .product form .variations th {
  border: 0;
  line-height: 1.5em;
  vertical-align: top;
}
#wrapper .product form input[type=text], #wrapper .product form input, #wrapper .product form select, #wrapper .product form textarea {
  background: transparent;
  border: solid 1.5px rgba(8, 38, 108, 0.2);
  font-size: 1rem !important;
  padding: 10px !important;
  border-radius: 3px;
  box-shadow: none;
}
#wrapper .product .product_meta {
  font-size: 0.8rem;
}
#wrapper .product .woocommerce-tabs {
  border-bottom: 1px solid;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
#wrapper .product .woocommerce-tabs .panel {
  box-shadow: none;
}

/*-----------------------------------------------------------------------------------*/
/* Woocommerce Shop Page
/*-----------------------------------------------------------------------------------*/
#wrapper ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 {
  padding: 0;
  margin: 0;
}
#wrapper li.wc-block-product-categories-list-item {
  list-style: none;
  margin-bottom: 14px;
}
#wrapper li.wc-block-product-categories-list-item a {
  text-decoration: none;
}
#wrapper .product_type_variable,
#wrapper .add_to_cart_button,
#wrapper .product_type_simple,
#wrapper .single_add_to_cart_button,
#wrapper .checkout-button {
  background-color: rgba(0, 173, 238, 0.1) !important;
  color: #00adee !important;
  padding: 14px 10% !important;
}
#wrapper .woocommerce .buton {
  background-color: rgba(0, 173, 238, 0.1) !important;
  color: #00adee !important;
  padding: 10px 10% !important;
}
#wrapper .products .woocommerce-Price-amount {
  color: #4b23d1;
  font-weight: 500;
  font-family: "gravesend-sans", "sans-serif";
  font-size: 1.2rem;
  margin-bottom: 0em;
}
#wrapper .products .product_title {
  font-size: 2rem !important;
  font-weight: 600;
  margin-bottom: 10px;
}
#wrapper table thead {
  background-color: rgb(8, 38, 108);
}
#wrapper table > tbody > tr:nth-of-type(even),
#wrapper .actions {
  background-color: rgba(8, 38, 108, 0.1);
}
#wrapper .woocommerce-cart-form,
#wrapper .cart-collaterals {
  max-width: 1420px;
  margin: 0 auto;
}
#wrapper .cart {
  padding-top: 0.5rem;
}
#wrapper .quantity {
  padding-right: 0.5rem;
}
#wrapper .woocommerce-message {
  border-top-color: #02adee !important;
}
#wrapper .woocommerce-message::before {
  color: #02adee !important;
}
#wrapper .product_meta #text {
  font-weight: 900 !important;
}
#wrapper .parent-cat h2 {
  font-size: 1.1rem;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase !important;
}
#wrapper .col-lg-8 {
  padding-top: 50px;
}
#wrapper .sidebar {
  top: 10;
  padding: 40px 20px;
  margin-right: 40px;
  background-color: #fafafa;
  margin: 80px 40px 80px 0;
}
#wrapper .woocommerce-loop-product__title {
  font-family: "raleway", "sans-serif";
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.5px;
  font-weight: 600;
}
#wrapper .child-categories {
  padding-left: 8px;
}
#wrapper .child-cat h4 {
  font-weight: 500;
  padding-bottom: 10px;
  font-family: "Raleway", sans-serif;
  color: #00adee;
}
#wrapper .toggle-icon {
  color: #4b23d1;
  font-size: 1.6rem;
}
#wrapper .minus-icon {
  color: #00adee;
}
#wrapper .variations .label {
  color: #191919 !important;
  text-transform: uppercase;
  font-size: 1.8rem;
}
#wrapper .parent-cat :hover {
  color: #00adee;
}

/*# sourceMappingURL=shop.css.map */
