/*
Theme Name: Shark Shrim Template
Author: wowbrands
Author URI: 
Description: Shark Shrim Template
Version: 1.0.0
License: 
License URI: 
Text Domain: shark
*/

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color);
	font-size: var(--font-size);
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

h1 {
	position: relative;
	z-index: 1;
}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {
	margin-top: 0;
	margin-bottom: 0;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: var(--color);
	text-decoration: none;
}

strong {
	font-weight: 700
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: "rubik", sans-serif;
	font-size: 16px;
}

.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}

@media screen and (min-width: 992px) {
    .container {
        width: 1638px;
        padding: 0px 15px;
    }
}

* {
    outline: none;
}

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

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.wow {
	visibility: hidden;
}

.validation_error {
	display: none;
}

.validation_message {
	font-size: 14px;
	text-align: left;
}


input[type="email"] {
}
input[type="email"].dark:focus::placeholder {
}

input[type="email"].dark:focus {
}

input[type="email"]::placeholder {
}

@media screen and (max-width: 768px) {
    input[type="email"] {
    }
}

@media (max-width: 567px) {
    input[type="email"] {
    }
}

.lity {
	z-index: 9999;
}
.lity-iframe video {
	width: 100%;
	height: 100%;
}

.lity-iframe,
.lity-iframe div,
.lity-inline,
.lity-inline div,
.lity-youtube,
.lity-youtube div,
.lity-vimeo,
.lity-vimeo div {
	height: 100% !important;
	max-height: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	padding-top: inherit;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	width: 100%;
}
.page-main {
	max-width: 100%;
}
/* Navigation */
#masthead {
	top: 20px;
	width: 100%;
	z-index: 99;
	color: var(--color);
}


#masthead .headercontent {
	width: 1860px;
	border-radius: 90px;
	padding: 7px 0;
	background-color: rgba(255, 255, 255, 0.81);
}

#masthead #logo {
	margin-right: 86px;
}

#masthead .n-button {
	width: 298px;
	height: 50px;
	border-radius: 15px;
	font-size: 1.5em;
	margin-left: 28px;
	letter-spacing: 0.1em;
	flex-shrink: 0;
}
#masthead .search-container {
	flex-shrink: 0;
}
#masthead #site-navigation .menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    column-gap: 82px;
}

#masthead #site-navigation .menu>li > a {
	font-size: 1.25em;
	color: var(--darker-blue);
}
#masthead #site-navigation .menu>li .sub-menu a {
	font-size: 1.125em;
	line-height: 2;
	text-transform: none;
	color: var(--darker-blue);
}
#masthead #mobile-menu-hide,
#masthead #mobile-menu-show,
#masthead #site-navigation .menu>li>a {
	text-decoration: none
}

#masthead #mobile-menu-hide,
#masthead #mobile-menu-show {
	width: 35px;
	height: 35px;
	margin-left: 20px;
}

#masthead #mobile-menu-hide span,
#masthead #mobile-menu-show span {
	height: 2px;
	width: 17px;
	background: var(--darker-blue);
	display: block;
	border-radius: 2px;
}
#masthead #mobile-menu-hide span {
    transform: rotate(45deg);
    width: 19px;
}
#masthead #mobile-menu-hide span:before {
    transform: rotate(90deg);

}
#masthead #mobile-menu-hide span:before,
#masthead #mobile-menu-show span:before,
#masthead #mobile-menu-show span:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	background: var(--darker-blue);
	position: absolute;
	left: 0;
}
#masthead #mobile-menu-show span:before{
	top: -6px;
}
#masthead #mobile-menu-show span:after {
	bottom: -6px;
}

#masthead #mobile-menu-hide {
    /*margin-right: 23px;*/
}
footer {
	padding-top: 67px;
}
/*
footer:before {
	content: '';
	display: block;
	width: 348px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(assets/images/bite.png);
	background-image: -webkit-image-set(url(assets/images/bite.png) 1x, url(assets/images/bite@2x.png) 2x);
}
	*/
.footer-top {
	padding-bottom: 38px;
}
.footer-top:after {
	content: '';
	display: block;
	width: 31px;
	height: 29px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(assets/images/shark.png);
	background-image: -webkit-image-set(url(assets/images/shark.png) 1x, url(assets/images/shark@2x.png) 2x);

}
#footer-navigation {
	margin-left: 122px;
}
#footer-navigation .sub-menu {
    padding: 0;
    margin-left: 0;
    list-style: none;
}
#footer-navigation ul {
	margin-top: 20px;
}
#footer-navigation ul a {
	font-size: 1.125em;
}
#footer-navigation ul:not(.sub-menu) > li > a {
    font-weight: 500;
	line-height: normal;
	font-size: 1.25em;
	color: var(--darker-blue);
	text-transform: uppercase;
}
footer .address {
	margin-top: 12px;
	margin-bottom: 41px;
}
footer .address p {
	font-size: 1.25em;
	line-height: 1.7;
}
footer .social-links {
	gap: 40px;
}
#copyright {
	padding: 10px 0;
}


#reviews.inner {
	padding-top: 95px;
	padding-bottom: 123px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(assets/images/rate-inner-back.jpg);
	background-image: -webkit-image-set(url(assets/images/rate-inner-back.jpg) 1x, url(assets/images/rate-inner-back@2x.jpg) 2x);
}
#reviews h4 {
	font-size: 50px;
	line-height: 0.8;
	padding: 24px 50px;
	letter-spacing: 0.1em;
	border-radius: 50px;
	margin-bottom: 79px;
}
#reviews h4 span {
	color: var(--yellow);
}
#reviews .swiper {
	overflow: visible;
}
.rate.swiper-slide {
	width: 500px;
	min-height: 232px;
	padding: 27px 20px 29px 36px;
	border-radius: 5px;
}
.rate .rate-top {
	margin-bottom: 22px;
}
.rate-name {
	font-size: 1.875em;
}
.rate-checkmark {
	margin-left: 19px;
}
.rate-title p {
	font-size: 1.75em;
	line-height: 1;
}
.rate-copy p {
	font-size: 1.0625em;
	line-height: 1.64705882;
}
.rate .stars {
	right: -27px;
	top: -22px;
}
html .woocommerce .products ul::after, 
html .woocommerce .products ul::before, 
html .woocommerce ul.products::after, 
html .woocommerce ul.products::before {
    display: none;
}
html .woocommerce .products ul:not(.swiper-wrapper), 
html .woocommerce:not(.swiper) ul.products:not(.swiper-wrapper) {
    all: unset;
    --gap: 50px;
    box-sizing: border-box;
    pointer-events: all;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
}
html .woocommerce ul.products.columns-3, 
html .woocommerce-page ul.products.columns-3 {
    --columns: 3;
}
html .woocommerce ul.products.columns-4, 
html .woocommerce-page ul.products.columns-4 {
    --columns: 4;
}
html .woocommerce:not(.swiper) ul.products li.product,
html .woocommerce-page ul.products li.product,
html .woocommerce:not(.swiper) ul.products.columns-3 li.product, 
html .woocommerce-page ul.products.columns-3 li.product {
    width: inherit;
    margin: inherit;
    float: none;
    flex-basis: calc( (100% / var(--columns) ) - ( ( var(--gap) * ( var(--columns) - 1) ) / var(--columns) ) );
}
html .woocommerce ul.products li.product,
html .woocommerce-page ul.products li.product,
html .woocommerce ul.products.columns-3 li.product, 
html .woocommerce-page ul.products.columns-3 li.product {
    box-sizing: border-box;
    border: 1px solid #D9E0E3;
    border-radius: 20px;
    padding-bottom: 42px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #fff;
}
html .woocommerce ul.products li.product a.woocommerce-loop-product__link.image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 265px;
    width: 100%;
}
html .woocommerce ul.products li.product a.woocommerce-loop-product__link.image-wrapper img {
    max-height: calc(100% - 35px);
    width: auto;
    margin: 0;
}
html .woocommerce .wc-button {
    width: 140px;
    height: 45px;
    font-size: 1.25em;
    border-radius: 9px;
    margin-top: auto;
}
html .woocommerce ul.products li.product .woocommerce-loop-category__title, 
html .woocommerce ul.products li.product .woocommerce-loop-product__title, 
html .woocommerce ul.products li.product h3 {
    padding: 15px 25px 17px;
    letter-spacing: 0.1em;
    font-size: 1.75em;
    line-height: 1;
}
.product-material {
    display: none;
    transform: rotate(90deg) translateX(100%);
    transform-origin: top right;
    top: 0;
    right: 0;
    top: 23px;
    right: 16px;
    font-size: 36px;
    line-height: 1.111;
}
#shark-products .product-material {
    display: block;
}
#shark-products .product {
	width: 364px;
	height: auto;
	margin-right: 0;
}
.bite-mask {
	position: relative;
}
.bite-mask::after {
	content: '';
	display: block;
	width: 100%;
	height: 17px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
	background-color: var(--light-blue);
	mask-image: url(assets/images/bite-mask.png);
}
@media (min-width:768px) {

	#navigation .inner {
		position: static;
	}

	#masthead .menu-item-has-children {
		position: relative;
	}

	#masthead #site-navigation .menu>li.menu-item-has-children>a {
		padding-right: 17px !important;
		background-size: 12px 8px;
		background-repeat: no-repeat;
		background-position: right center;
		background-image: url(assets/images/down-arrow.png);
		background-image: -webkit-image-set(url(assets/images/down-arrow.png) 1x, url(assets/images/down-arrow@2x.png) 2x);
	}

	#masthead #site-navigation .sub-menu-wrap {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
		padding-top: 35px;
	}

	#masthead #site-navigation .sub-menu {
        background: #fff;
        width: 390px;
        margin: 0;
        padding: 28px 27px;
        border-radius: 30px;
        list-style: none;
        z-index: 99999;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	}

	#masthead #site-navigation .menu>li.menu-item-has-children:hover .sub-menu-wrap {
		visibility: visible;
		opacity: 1;
	}

}

@media (max-width:1599px) {
	#masthead #logo {
		margin-right: 30px;
	}
	#masthead #site-navigation .menu {
		column-gap: 20px;
	}
	#masthead .n-button {
		width: 250px;
	}
}

@media (max-width:1299px) {
	#masthead #logo {
		width: 200px;
	}
	#masthead #site-navigation .menu>li > a {
		font-size: 1em;
	}

	html .woocommerce ul.products.columns-3, 
	html .woocommerce-page ul.products.columns-3 {
		--columns: 2;
	}
}
@media (max-width:1199px) {
	#masthead .n-button {
		font-size: 1.25em;
		width: 200px;
		margin-left: 20px;
        height: 35px;
        border-radius: 10px;
	}
	#masthead .search-container {
		width: 35px;
	}
	html .woocommerce:not(.swiper) ul.products.columns-3:not(.swiper-wrapper), 
	html .woocommerce-page ul.products.columns-3 {
		--gap: 30px;
	}
	#footer-navigation {
		margin-left: 45px;
	}
}
@media (max-width:991px) {
	#masthead .headercontent {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	#masthead #logo {
		width: 181px;
	}
	.mobile-nav-top {
		padding: 24px 15px 22px;
	}
	.mobile-nav-top form {
		flex-grow: 1;
	}
	.mobile-nav-top .search-field {
		border: 1px solid #D9D9D9;
		border-radius: 100px;
		background-position: 21px center;
		background-repeat: no-repeat;
		background-size: auto;
		background-image: url(assets/images/search-icon.png);
		background-image: -webkit-image-set(url(assets/images/search-icon.png) 1x, url(assets/images/search-icon@2x.png) 2x);
		padding-left: 46px;
		font-size: 1em;
		height: 42px;
		width: 100%;
		color: var(--darker-blue);
	}
	.mobile-nav-top .search-field::placeholder{
		opacity: 1;
		color: var(--darker-blue);
	}
	.mobile-nav-top button {
		display: none;
	}
	#mobile-navigation {
		padding: 0 15px;
	}
	#mobile-navigation ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#mobile-navigation .menu {
		border-bottom: 1px solid #D9D9D9;
	}
	#mobile-navigation .menu li {
		border-top: 1px solid #D9D9D9;
		padding: 23px 0;
	}
	#mobile-navigation .menu > li a {
		text-transform: uppercase;
		color: var(--darker-blue);
		font-size: 1.25em;
	}
	#mobile-navigation ul .sub-menu{
		display: none;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		padding: 24px 15px 22px;
	}
	#mobile-navigation ul .sub-menu.active {
		display: block;
	}
	.submenu-fixed-btn {
		font-size: 1.25em;
	}
	.submenu-fixed-btn img {
		transform: rotate(90deg);
		margin-right: 10px;
	}
	.mobile-logo {
		width: 315px;
	}
	.nav-social {
		gap: 40px;
		margin-top: 13px;
	}
	.mobile-nav {
		display: none;
		transform: translateX(-100%);
		transition: transform 0.5s linear;
		z-index: 9;
	}
	.mobile-nav-inner {
		/*
		max-width: 390px;
		*/
	}
	.mobile-nav:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		background-color: rgba(0,0,0,0.6);
		width: 100vw;
		height: var(--full-height);
		z-index: -1;
	}
	.menu-open .mobile-nav {
		display: block;
		transform: translateX(0);
	}
	.mobile-nav-bottom {
		margin-top: 80px;
		padding: 42px 15px 26px;
		background-size: auto;
		background-repeat: no-repeat;
		background-position: left top;
		background-image: url(assets/images/nav-bite.jpg);
		background-image: -webkit-image-set(url(assets/images/nav-bite.jpg) 1x, url(assets/images/nav-bite@2x.jpg) 2x);
	}
	#masthead .mobile-nav-bottom .n-button {
		font-size: 1.4375em;
		width: 260px;
		margin-left: auto;
        height: 52px;
        border-radius: 13px;
	}
	.site-footer .container {
		flex-direction: column;
		align-items: center;
	}
	footer .address {
		text-align: center;
	}
	#footer-navigation {
		margin-left: 0;
		width: 100%;
	}
	#footer-navigation ul {
		margin-top: 0;
	}
	footer .social-links {
		justify-content: center;
	}
}

@media screen and (min-width: 768px) {
	#footer-navigation .menu-item-has-children {
		display: block;
	}
}
@media screen and (max-width: 767px) {


	#reviews.inner {
		padding-top: 87px;
		padding-bottom: 160px;
	}
	#reviews h4 {
		font-size: 34px;
		padding: 22px 33px;
		border-radius: 50px;
	}
	.rate.swiper-slide {
		width: 264px;
		min-height: 280px;
		padding: 35px 20px 55px 16px;
	}
	.rate .rate-top {
		margin-bottom: 22px;
	}
	.rate-name {
		font-size: 1.5em;
	}
	.rate-checkmark {
		width: 23px;
		margin-left: 10px;
	}
	.rate-title p {
		font-size: 1.375em;
		line-height: 1.09;
	}
	.rate-copy p {
		font-size: 0.9375em;
		line-height: 1.6667;
	}
	.rate .stars {
		width: 130px;
		right: inherit;
		left: -17px;
		top: -14px;
	}
	footer {
		padding-top: 44px;
	}
	.footer-top:after {
		right: 15px;
	}
	footer .footer-logo {
		width: 298px;
	}
	footer .address {
		margin-bottom: 18px;
		margin-top: 30px;
	}
	footer .address p {
		font-size: 1.0625em;
	}
	#menu-footer-menu {
		flex-direction: column;
		border-bottom: 1px solid #D9D9D9;
	}
	#footer-navigation .sub-menu {
		flex-basis: 100%;
		display: none;
	}
	#menu-footer-menu > li {
		padding-top: 25px;
		padding-bottom: 21px;
		border-top: 1px solid #D9D9D9;
	}
	footer .social-links {

	}
	html .woocommerce.archive .wc-button {
		display: none;
	}
}

@media screen and (max-width: 567px) {
	html .woocommerce:not(.swiper) ul.products.columns-3:not(.swiper-wrapper), 
	html .woocommerce-page ul.products.columns-3 {
		column-gap: 23px;
		row-gap: 29px;
	}
	html .woocommerce ul.products li.product, 
	html .woocommerce-page ul.products li.product, 
	html .woocommerce ul.products.columns-3 li.product, 
	html .woocommerce-page ul.products.columns-3 li.product {
		padding-bottom: 39px;
	}
	html .woocommerce ul.products li.product a.woocommerce-loop-product__link.image-wrapper {
		height: 240px;
	}
	html .woocommerce ul.products li.product a.woocommerce-loop-product__link.image-wrapper img {
		max-height: calc(100% - 10px);
	}
	.product-material {
		font-size: 2.0625em;
		line-height: 1.12121212;
		top: 21px;
		right: 14px;
		display: block;
	}
	html .woocommerce ul.products li.product .woocommerce-loop-category__title, 
	html .woocommerce ul.products li.product .woocommerce-loop-product__title, 
	html .woocommerce ul.products li.product h3 {
		padding-top: 0;
		line-height: 1;
		font-size: 1.625em;
	}
	html .woocommerce.archive main ul.products li.product .woocommerce-loop-category__title, 
	html .woocommerce.archive main ul.products li.product .woocommerce-loop-product__title, 
	html .woocommerce.archive main ul.products li.product h3 {
		padding: 0 10px;
		line-height: 1.11764706;
		font-size: 1.0625em;
	}
	html .woocommerce.archive main ul.products li.product, 
	html .woocommerce-page.archive main ul.products li.product, 
	html .woocommerce.archive main ul.products.columns-3 li.product, 
	html .woocommerce-page.archive main ul.products.columns-3 li.product {
		padding-bottom: 14px;
	}
	html .woocommerce.archive main ul.products li.product a.woocommerce-loop-product__link.image-wrapper {
		height: 140px;
	}
	html .woocommerce.archive main .product-material {
		font-size: 1.125em;
		line-height: 1;
		top: 10px;
		right: 7px;
		display: block;
	}
	html .woocommerce .wc-button {
		width: 155px;
		height: 42px;
		font-size: 1.375em;
		border-radius: 8px;
	}
	#reviews.inner {
		background-image: url(assets/images/rate-inner-back-m.jpg);
		background-image: -webkit-image-set(url(assets/images/rate-inner-back-m.jpg) 1x, url(assets/images/rate-inner-back-m@2x.jpg) 2x);
	}
}