@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
	/*overflow-x: hidden;*/
}

.padding {
	padding-left: 4%;
	padding-right: 4%
}

@media(max-width:1400px) {
	.padding {
		padding-left: 3%;
		padding-right: 3%
	}
}

@media(max-width:1080px) {
	.padding {
		padding-left: 2%;
		padding-right: 2%
	}
}

@media(max-width:991px) {
	.padding {
		padding-left: 4%;
		padding-right: 4%
	}
}

body,
td,
th,
#submitButton,
textarea,
input,
select {
	color: #434343;
	font-size: 22px;
	font-weight: 500;
	font-style: normal;
	font-family: "Alumni Sans", sans-serif;
	line-height: 1.5;
}

h1 {
	font-size: calc(50px + (100 - 50) * ((100vw - 640px) / (1920 - 640)));
	font-weight: 700;
	font-style: normal;
	line-height: 1.5;
}

h2 {
	font-size: calc(45px + (65 - 45) * ((100vw - 640px) / (1920 - 640)));

	font-style: normal;
	line-height: 1.5;
}

h3 {
	font-size: calc(40px + (55 - 40) * ((100vw - 640px) / (1920 - 640)));

	font-style: normal;
	line-height: 1.5;
}

h4 {
	font-size: calc(35px + (48 - 35) * ((100vw - 640px) / (1920 - 640)));

	font-style: normal;
	line-height: 1;
}

h5 {
	font-size: calc(26px + (34 - 26) * ((100vw - 640px) / (1920 - 640)));

	font-style: normal;
	line-height: 1.2;
}

h6 {
	font-size: calc(20px + (22 - 20) * ((100vw - 640px) / (1920 - 640)));
	font-style: normal;
	line-height: 1.2;
}

.description,
.title {
	padding-top: 0%;
	padding-bottom: 0%;
	font-weight: 400;
}

.description {
	line-height: 1.2
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: underline;
	color: #008899;
}

.content {
	padding-top: 5%;
	padding-bottom: 6%;
}

@media(max-width:991px) {
	.content {
		padding-top: 7%;
		padding-bottom: 7%;
	}
}

.btn-dark {
	display: inline-block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: #1F1F29;
	border: none;
	padding: .8rem 3.75rem;
	font-size: calc(20px + (22 - 20) * ((100vw - 640px) / (1920 - 640)));
	border-radius: 0rem;
	transition: all 0.4s ease-in-out;
	font-weight: 300;
	text-transform: uppercase;
}

.btn-dark:hover {
	background-color: #008899;
	color: #fff;
	transition: all 0.4s ease-in-out;
	text-decoration: none;
}

.btn-light-blue {
	font-size: 18px;
	background-color: #008899;
	color: #fff !important;
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 6px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	font-style: normal;
	border: none;
	border-radius: 80px;
	font-weight: 500;
	text-decoration: none;
}

.btn-light-blue:hover {
	background-color: #111;
	color: #fff !important;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	text-decoration: none;
}

/*header*/
.top-section {
	background-color: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
	z-index: 100000000
}

@media (max-width: 575px) {
	.top-section .brand img {
		width: 200px !important
	}

	.top-section {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.top-section .bi {
	font-size: 20px
}

.top-section .bi-telephone {
	font-size: 16px
}

.search-top.offcanvas-top {
	height: 50vh;
	z-index: 10000000000
}

.search-top.offcanvas {
	transition: transform 0.6s ease-in-out !important;
}

.search-top .offcanvas-body {
	flex-grow: 1;
	padding: 1rem 1rem;
	overflow-y: auto;
	padding-top: 20vh
}

.search-top .close {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #000 !important;
	font-size: 20px;
	opacity: 1;
	background-image: none !important;
	cursor: pointer
}

.search-top .form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.5;
	color: #333;
	background-color: rgba(255, 255, 255, 0.00);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0rem;
	transition: none;
	border-bottom: 1px solid #333;
	border-top: none;
	border-left: none;
	border-right: none;
	text-align: center
}

.search-top .form-control:focus {
	color: none;
	background-color: none;
	border-color: none;
	outline: 0;
	box-shadow: none;
}

.search-top .form-control::placeholder {
	color: #333;
	opacity: 1;
	text-align: center;
	font-weight: 600
}

.search-top .bi-search {
	color: #333;
	font-size: 20px
}

.search-top .search-box {
	position: relative;
	width: 40vmax;
	margin-left: auto;
	margin-right: auto
}

.search-top .search-box .btn {
	position: absolute;
	right: -5px;
	top: 0px
}

.favorite,
.shopping-bag {
	position: relative
}

.lgn a {
	text-decoration: none;
}

.total-bag,
.total-favorite {
	position: absolute;
	color: #fff;
	background-color: #008899;
	width: 13px;
	height: 13px;
	border-radius: 100px;
	font-size: 11px;
	line-height: 10px;
	top: 0px;
	left: 14px;
	transition: all 0.4s ease-in-out;
	font-weight: 800
}

.core-nav.nav-core-sticky {
	position: relative;
	z-index: 10000000;
}

.core-nav .nav-container {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}

nav {
	/*	min-height: 60px;*/
	background: #1F1F29;
}

nav .wrap-core-nav-list,
nav .nav-header {
	background: #1F1F29;
}

nav .menu li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	transition: all 0.4s ease-in-out;
	text-transform: uppercase;
	color: #fff
}

nav .menu li a:hover {
	color: #008899;
}

nav .menu .dropdown>a::after {
	margin-left: 8px;
	content: '\F282';
	font-family: "bootstrap-icons";
	float: right;
	position: relative;
	font-size: 12px;
	top: 6px;
}

.core-nav .dropdown>.dropdown-content>li>a {
	font-size: 18px;
	border-bottom: solid 1px #eee !important;
	padding: 8px 15px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
	color: #333
}

@media (max-width: 991px) {
	.core-nav .dropdown>.dropdown-content>li>a {
		font-size: 22px;
		padding: 15px 15px;
	}
}

.core-nav .dropdown>.dropdown-content>li>a::after {
	top: 4px;
}

.core-nav .dropdown>.dropdown-content>li>a:hover {
	color: #008899;
}

.core-nav .dropdown>.dropdown-content>li .dropdown-content>li>a {
	font-size: 18px;
	border-bottom: solid 1px #eee;
	padding: 4px 15px;
	text-align: left;
	text-transform: none;
	font-weight: 500;
}

@media (min-width: 992px) {
	.core-nav .dropdown>.dropdown-content {
		width: 230px;
		background: #fff;
		border: solid 1px #eee;
		position: absolute;
		top: 100%;
		padding: 0;
		left: 10px
	}

	.core-nav .wrap-core-nav-list .core-nav-list {
		display: inline-block;
		margin: 0 0 -10px 0;
		padding: 0;
		list-style: none;
	}
}

nav button {
	background: transparent;
	border: none;
	outline: none;
}

@media (max-width: 991px) {
	.core-nav .core-nav-toggle {
		display: -webkit-box;
		float: left;
	}

	nav .full-container,
	nav .nav-container {
		padding-left: 0;
		padding-right: 0;
	}

	nav .nav-header {
		min-height: 30px;
	}

	nav .nav-header .brand {
		/*        margin: 0 auto 5px;*/
		float: none;
	}

	nav .nav-header .toggle-bar {
		position: absolute;
		top: 6px;
		left: 15px;
	}

	nav .menu li a {
		font-size: 22px;
		padding-top: 10px;
		padding-right: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 10px;
		border-top: solid 1px #efefef;
		color: #333
	}

	nav .menu li:first-child a {
		border-top: none;
	}
	
	.core-nav .dropdown > .dropdown-content > li >a {
		padding-left: 30px!important;
	}
	
	.core-nav .dropdown > .dropdown-content > li .dropdown-content > li > a {
		padding-top: 4px;
		padding-right: 20px;
		padding-left: 35px!important;
		padding-bottom: 4px;
	}
	
	nav .nav-header .toggle-bar .bi {
		font-size: 35px;
		color: #E5E5E5
	}
}

@media (max-width: 575px) {
	nav .nav-header .toggle-bar {
		position: absolute;
		left: 15px !important;
	}
}

@media (min-width: 992px) {
	.nav-header ul.attributes {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.core-nav .wrap-core-nav-list {
		width: 100%;
		max-height: 90vh;
		overflow: auto;
		left: 0;
		margin-top: -100vh;
		position: absolute;
		background-color: #fff
	}
}

.nav-header ul.attributes li a {
	padding: 16px 5px;
}

ul.attributes {
	position: absolute;
	right: 0;
}

ul.attributes .total-bag,
ul.attributes .total-favorite {
	position: absolute;
	color: #fff;
	background-color: #008899;
	width: 15px;
	height: 15px;
	border-radius: 100px;
	font-size: 14px;
	line-height: 10px;
	top: 12px;
	left: 20px;
	transition: all 0.4s ease-in-out;
}

ul.attributes a.btn-light-blue {
	padding-top: 10px !important;
	padding-bottom: 10px !important
}

.nav-header ul.attributes {
	position: relative;
	z-index: 9;
}

ul.attributes li a:hover {
	color: #008899;
	text-decoration: none;
}

@media (max-width: 575px) {
	.nav-header ul.attributes {
		display: inline-block;
		margin-right: 10px;
	}
}

@media (max-width: 991px) {
	.core-nav .dropdown .dropdown-content {
		position: relative;
		width: 100%;
		border: 0;
		padding-left: 0px;
		top: 0;
		left: 0 !important;
		right: 0 !important;
	}
}

.core-content .wrap-search-top ::placeholder {
	font-size: 16px;
	font-style: italic;
}

.wrap-search-top .input-group {
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 992px) {
	.wrap-search-top .input-group {
		width: 50%;
		margin: auto
	}
}

.core-content .wrap-search-top {
	border-bottom: none;
}

.core-content .wrap-search-top input {
	border: 1px solid #D8D8D8;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	display: block;
	width: 100%;
	outline: none;
	font-size: 14px;
	color: #6a6a6a;
}

.core-content .wrap-search-top .btn-outline-secondary {
	color: #333;
	border-color: #D8D8D8;
}

.core-content .wrap-search-top .btn-outline-secondary:hover {
	color: #fff;
	border-color: #212121;
	background-color: #212121;
}


/* carousel ------*/

.slider.owl-theme .owl-nav {
	margin-top: 0px
}

.slider .owl-nav div.owl-prev,
.slider .owl-nav div.owl-next {
	color: #fff;
	font-size: 30px;
	margin-top: -20px;
	position: absolute;
	top: 45%;
	text-align: center;
	line-height: 5px !important;
	opacity: 0;
	width: 41px;
	height: 41px;
	background-color: #1F1F29;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider .owl-nav div.owl-prev {
	left: 10%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
}

.slider .owl-nav div.owl-next {
	right: 10%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
}

.slider:hover .owl-nav div.owl-next {
	right: 5%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	opacity: 1;
}

.slider:hover .owl-nav div.owl-prev {
	left: 5%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	opacity: 1;
}

.slider:hover .owl-nav div.owl-next:hover,
.slider:hover .owl-nav div.owl-prev:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 1);
	border: none;
}

#banner-slider-xs.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -31px;
	z-index: 10;
	position: relative;
}

#banner-slider-xs.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #008899;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #008899;
}

/* carousel ------*/

.categories {
	position: relative;
	/*
    background-image: url(images/bkg-cat-2.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
*/
}

.categories .left-bkg {
	position: absolute;
	left: 10%;
	top: 20%;


}

.categories .left-bkg img {
	width: 10vw
}

.categories .item {
	position: relative
}

.categories .item .pict-bottom {
	position: absolute;
	background-color: #1F1F29;
	width: 100%;
	color: #fff;
	padding: 8px 15px;
	bottom: 0;
	text-transform: uppercase;
	z-index: 10;
	font-size: calc(20px + (24 - 20) * ((100vw - 640px) / (1920 - 640)));
}

@media (max-width: 575px) {
	.categories .item .pict-bottom {
		padding: 2px 8px;
	}
}

@media (min-width: 768px) {
	.categories .item .bi {
		position: absolute;
		color: #fff;
		z-index: 100;
		bottom: 6px;
		right: 55px;
		opacity: 0;
		transition: all 0.4s ease-in-out;
	}

	.categories a:hover .bi {
		position: absolute;
		bottom: 6px;
		right: 12px;
		opacity: 1;
		transition: all 0.4s ease-in-out;
	}
}

.products .item {
	background-color: #fff;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-top: 8px;
	text-align: center;
	display: flex
}

.products .box {
	aspect-ratio: 1 / 1;
}

.products .box img {
	object-fit: cover;
	min-width: 100% !important;
	min-height: 100% !important;
}

.best-sellers .owl-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	background-color: rgba(255, 255, 255, 1.00);
}


#best-sellers:hover .owl-nav div.owl-next {
	right: -1%;

}

#best-sellers:hover .owl-nav div.owl-prev {
	left: -1%;

}

.products a {

	text-decoration: none;
}


.products a:hover .price-wrapper {
	color: #434343
}


.products .item .price {
	font-weight: 600;
	font-size: 24px;
	color: #008899
}

.products .item .price span {

	font-size: 28px
}

.products .item .old-price {

	opacity: 0.6;

}

.products .item .old-price span {
	text-decoration: line-through;
	font-size: 28px
}


.home-about .pict img {
	object-fit: cover;
	min-width: 100% !important;
	min-height: 90% !important;
}


/*footer*/
.footer {
	padding-top: 3%;
	padding-bottom: 3%;
	color: #fff;
	background-color: #1F1F29;
	font-size: 19px;
}

.footer h6 {
	font-style: normal;
	opacity: 0.6
}

.footer .link a {
	color: #fff;
	text-decoration: none;
	font-size: 19px;
	line-height: 1.7;
	letter-spacing: 0px;
}

.footer .info a {
	color: #fff;
}

.footer .bi {
	font-size: 16px;
}

.footer .social .bi {
	font-size: 20px;
	color: #fff;
}

.footer .link a:hover {
	color: #008899;
}

@media (max-width: 991px) {
	.footer .logo img {
		width: 150px
	}
}

.sub-footer {
	background-color: #0c0c15;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.40);
}

.sub-footer a {
	color: rgba(255, 255, 255, 0.40);
}

.breadcrumb {
	font-size: 16px;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #333;
}

.breadcrumb .breadcrumb-item a {
	color: #333;
	font-style: italic;
	text-decoration: none
}

.breadcrumb .active {
	color: #008899;
	font-style: italic
}

.breadcrumb .bi {
	font-size: 15px;
}


@media (max-width: 767px) {
	.products a:hover .price-wrapper {
		color: #434343
	}

	.browse .item .price,
	.browse .item .old-price {
		font-weight: 600;
		font-size: 20px;
		line-height: 1
	}

	.browse .item .price span {
		font-size: 20px
	}

	.browse .item .old-price span {
		text-decoration: line-through;
		font-size: 20px
	}

}

.form-check-input:checked {
	background-color: #008899;
	border-color: #008899;
}

.pdp .form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 45px;
	margin-bottom: .525rem;
}

.pdp .form-check .prod-name {
	font-weight: 700;
	font-size: 21px;
	line-height: 1;
	margin-bottom: 5px
}

.pdp .form-check .prod-description {
	font-size: 16px;
	font-weight: 500;
	margin-top: -4px;
	line-height: 1
}


.pdp .form-check .prod-old-price {
	font-size: 18px
}

.pdp .form-check .prod-old-price span {
	font-size: 25px;
	text-decoration: line-through;
	opacity: 0.8
}

.pdp .form-check .prod-price {
	font-size: 18px
}

.pdp .form-check .prod-price span {
	font-size: 25px;
	font-weight: 600
}

.pdp .size label {
	font-size: 18px
}

.pdp .input-group-text,
.pdp .form-control {
	border-radius: 0px
}


.pdp .right-box h6 {
	font-size: 18px
}

.pdp .total-price {
	font-size: 24px
}

.pdp .total-price span {
	font-size: 44px
}


.contacts a {
	text-decoration: none;
}


.contacts label {
	font-size: 18px
}


.map {
	height: 35vmax
}


/* FORMS ERRORS */
input.error {
	border: #c00 1px solid !important;
}

select.error {
	border: #c00 1px solid;
}

textarea.error {
	border: #c00 1px solid;
}

label.error {
	display: block;
	color: #fff;
	font-size: 75%;
	font-weight: normal;
	padding: 0px 10px !important;
	margin-top: 0px;
	background-color: #FF0004;
}

/* ! Animations */
.hover-div {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	/*background-color: #eee;*/
}

.hover-div img {
	width: 100%;
	transition: all ease-in-out .5s;
}

.hover-div:hover img {
	transition: all ease-in-out .5s;
	opacity: 1;
	transform: scale(1.2);
}

/* ! Animations */


.tabs-wrapper .nav-tabs .nav-link {
	border: none;
	padding-left: 35px;
	padding-right: 35px
}

.tabs-wrapper .nav-tabs .nav-link.active {
	border-bottom: 3px solid #434343;
}

.tabs-wrapper .nav-link {
	display: block;
	padding: .5rem 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
	color: #434343;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.tabs-wrapper .tab-content .description,
.tabs-wrapper .tab-content ul {
	font-size: 19px;
	font-weight: 500
}

.tabs-wrapper .tab-content ul {
	margin-left: -15px;
}

.tabs-wrapper .tab-content li {
	line-height: 1.2
}


.tabs-wrapper .tab-content .link a {
	text-decoration: none;
	font-size: 17px;
	font-weight: 600
}

.tabs-wrapper .tab-content .link .bi {
	color: #FF0004;
	font-size: 25px
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.modal-backdrop {
	z-index: 100000001;
}

.offcanvas {
	z-index: 100000002;
}

.fancybox-container {
	z-index: 100000003 !important
}