.logo-desc {
	font-weight: 600;
	line-height: 1.2;
	font-size: 18px;
}
.site-header {
	background-color: #f5f5f5;
	padding-top: 20px;
	padding-bottom: 20px;
}
.logo img {
	width: 80px;
}
.order-btn {
	background-color: #ffc700;
	color: #000;
	font-weight: 600;
	font-size: 24px;
	padding-left: 60px;
	padding-right: 60px;
}
.order-btn:hover {
	background-color: #ffab00;
}
.zip-btn {
	margin-top: 20px;
	display: inline-block;
	background-color: transparent;
	border: 2px solid #ffc700;
	color: #000;
	font-weight: 600;
	font-size: 24px;
	padding-left: 60px;
	padding-right: 60px;
}
.nav-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.first-screen img {
	max-width: 100%;
}
.first-screen h1 {
	font-size: 72px;
	font-weight: 700;
	color: #000;
	margin-bottom: 30px;
}
.first-screen p {
	font-size: 24px;
	color: #0d6efd;
}
.first-screen-img p {
	font-style: italic;
	color: #888;
	font-size: 1rem;
}
.second-btn {
	border: 2px solid #ffc700;
	font-size: 18px;
	padding-left: 30px;
	padding-right: 30px;
	color: #ffc700;
	font-weight: 600;
}
.first-screen-text p {
	margin-bottom: 40px;
}
.page-content {
	background-color: #f6f6f6;
	padding-top: 60px;
	padding-bottom: 60px;
}
.photogallery.owl-carousel .owl-item img {
	width: 60%;
	margin: 0 auto;
}
.attr-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.attr-wrap span {
	margin-bottom: 10px;
}
.attr-name {
	flex: 0 0 30%;
	max-width: 30%;
	color: #666;
}
.attr-val {
	flex: 0 0 70%;
	max-width: 70%;
}
h2	{
	padding-top: 30px;
	padding-bottom: 20px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 100%;
	font-size: 48px;
	background-color: rgba(0,0,0,.1);
}
.owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
.owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.order-page {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	flex-direction: column;
	text-align: center;
	padding: 20px;
}
.loag-wrap {
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	top: 0;
}
.progress {
	height: 100%;
	width: 0;
	display: block;
	background-color: #ffc700;
	animation: load 2s ease-in-out infinite;
	animation-iteration-count: 1;
}
@keyframes load {
 from { width: 0; }
 to { width: 100%; }
}
.product-item {
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	background-color: #fff;
}
.product-item img {
	max-width: 100%;
}
.pr-name {
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 20px;
}
.pr-link a {
	width: 100%;
	display: block;
	text-align: center;
	background-color: #ffc700;
	text-decoration: none;
	color: #000;
	padding: 10px;
	border-radius: 5px;
}
.pr-link a:hover {
	background-color: #ffab00;
}







@media (max-width: 1199.98px) {
.first-screen h1 {
	font-size: 64px;
}
}
@media (max-width: 991.98px) {
.first-screen h1 {
	font-size: 46px;
}
.order-btn,.zip-btn {
	padding-left: 30px;
	padding-right: 30px;
}
.product-item {
	margin-bottom: 20px;
}

}
@media (max-width: 767.98px) {
.menu-toggle {
	width: 30px;
	height: 20px;
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
	position: relative;
	cursor: pointer;
	float: right;
}	
.menu-toggle:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #222;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.nav-menu {
	position: fixed;
	left: -100%;
	top: 0;
	width: 80%;
	max-width: 320px;
	bottom: 0;
	background-color: #222;
	transition: .2s;
	z-index: 10;
	padding: 60px 30px;
}
.nav-menu.open {
	left: 0;
}
.nav-menu ul {
	display: block;
	text-align: left;
}
.nav-menu ul li {
	margin-bottom: 20px;
}
.nav-menu ul a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
.nav-menu ul a:hover {
	text-decoration: underline;
}
.site-header {
	padding-top: 10px;
	padding-bottom: 10px;
}
.logo img {
	width: 50px;
}
.first-screen {
	overflow: hidden;
}
.first-screen-img img {
	max-width: none;
	width: 450px;
}
.first-screen h1 {
	font-size: 40px;
}
.first-screen p {
	font-size: 22px;
}
.first-screen-img p {
	font-size: 12px;
}
.attr-name {
	flex: 0 0 40%;
	max-width: 40%;
	padding-right: 10px;
}
.attr-val {
	flex: 0 0 60%;
	max-width: 60%;
}
}
@media (max-width: 575.98px) {
.first-screen-text {
	order: 2;
	text-align: center;
}	
.first-screen-img {
	order: 1;
}
.first-screen-img img {
    max-width: 100%;
    width: auto;
}
.first-screen h1 {
	font-size: 54px;
	margin-top: 30px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	width: 30px;
}
.photogallery.owl-carousel .owl-item img {
	width: 80%;
}
}
@media (max-width: 400px) {
.logo-desc {
	font-size: 16px;
}
.first-screen h1 {
	font-size: 42px;
}
.first-screen .order-btn,.footer-order-btn .order-btn,.zip-btn {
	width: 100%;
}
.order-page .order-btn {
	padding-left: 20px;
	padding-right: 20px;
}
}