@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'lato', sans-serif;
}
.main-sec {
	max-width: 1600px;
	margin: auto;
}
.main_menu .toggle {
	display: none;
}
.main_menu #drop {
	display: none;
}
ul.navigation {
	display: flex;
	list-style: none;
	width: 100%;
	justify-content: end;
	gap: 40px;
}
.main_menu {
	width: 100%;
}
.header {
	background: #439c96;
	padding: 22px 0;
}
.two-image {
	margin-top: 20px;
	margin-bottom: 40px;
}
.navigation li a {
	display: flex;
	align-items: center;
	column-gap: 5px;
	text-decoration: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 6px 0px;
	font-size: 20px;
	border-bottom: 2px solid transparent;
}
.navigation li a:hover {
	border-bottom: 2px solid #fff;
}
.banner img {
	max-width: 100%;
	width: 100%;
}
.left-promo {
	text-align: center;
	background: #00bcb3;
	padding: 0px 10px;
	border-radius: 25px;
}
.promo-box {
	min-height: 230px;
	border-bottom: 2px dashed #fff;
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.promo-box p {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #fff;
	margin-top: 18px;
}
.promo-box:last-child {
	border-bottom: 0;
}
img {
	max-width: 100%;
}
.product-title p {
	margin: 0;
	font-size: 20px;
}
.product {
	margin: 30px 0 0;
}
.product-title {
	max-width: 1140px;
	margin: 0 auto;
	background: #1a1a1a;
	color: white;
	font-weight: bold;
}
.product-description-title {
	margin-top: 50px;
}
.product-border {
	padding: 0px 0;
}
.product-heading h2 {
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 24px;
	border-bottom: 1px solid #b8b8b8;
	position: relative;
}
.desc p {
	margin: 30px 0;
}

.product-heading h2 span::before {
	position: absolute;
	content: "";
	width: 13%;
	height: 17px;
	top: 44px;
	left: 0;
	border-bottom: 4px solid #b8b8b8;
}
.ebay-text {
	width: 100%;
}
.badges {
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 45px;
	max-width: max-content;
}

.row {
    max-width: 100% !important;
    margin: 0 auto !important;
}
.product-description-title .container {
    padding: 0;
}
.services {
	display: flex;
	align-items: center;
}
.service-text p {
	margin-bottom: 0px;
}
.service-text {
	margin-left: 5px;
	text-transform: uppercase;
	color: #000;
}
.service-text h3 {
	font-family: 'Oswald', sans-serif;
	color: #28597a;
}
.service-text p {
	margin-bottom: 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}
.flex-services {
	display: flex;
}
.not-flex {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}
.service-sub-text p {
	margin-top: 0;
	margin: 15px 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}
.back-bottom-header {
	max-width: 1140px;
	margin: 0 auto;
}

.shipping .title {
    margin-top: 30px;
}
.gallery-bg {
	border: 1px solid #c5c5c5;
	border-top: 0;
	padding: 30px 10px;
}
.inner_content.btm-shaddow li {
    list-style: none;
    border: 1px solid #c5c5c5;
    border-top: 0;  
}
.left .title h2 img {
    margin-right: 8px;
}

.inner_content.btm-shaddow li:hover {
	background: #208dc8;
}
.inner_content.btm-shaddow ul li a:hover {
	filter: contrast(0) brightness(10);
}
.inner_content.btm-shaddow ul li a {
	padding: 8px 10px;
}
.pay-opt {
	margin-top: 30px;
}
.pay-img {
	border: 1px solid #c5c5c5;
	text-align: center;
	padding: 20px 0;
	border-top: 0;
}
.inner_content.btm-shaddow li a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	width: 100%;
	display: block;
}
.ship-img {
	padding: 30px 20px;
	border: 1px solid #c5c5c5;
	border-top: 0;
}
.inner_content.btm-shaddow img {
    padding-right: 7px;
}
.title h2 {
	background-color: #f26a2e;
	font-size: 20px;
	color: #fff;
	text-align: left;
	padding: 11px 10px;
	font-weight: 700;
	text-transform: uppercase;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	font-family: 'oswald', sans-serif;
}

.power-up-text {
	margin: 30px 0;
	padding: 15px 0;
	background: #f26a2e;
	border-radius: 25px;
}
.power-up-text h3 {
	font-family: "Oswald", sans-serif;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #fff;
}
/*------------------------------------------------------------------Start hover img-----------------------------------------------------------------*/


.gallery-bg {
	box-sizing: border-box;
	height: auto;
	margin: 0 auto 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	border: 1px solid #343434;
}
#gallery {
	_background-color: #fff;
	border: 0px solid #e4e4e4;
	box-sizing: border-box;
	height: auto;
	margin: 0 auto;
	padding: 48px 0px 48px;
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 700px;
}
#gallery #slides {
	display: inline-block;
	height: auto;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	z-index: 500;
	width: 100%;
	margin: 20px auto 0px;
	max-width: 100%;
}
#gallery #slides div ul {
	display: flex;
	margin: 0px auto 0;
	padding: 0;
	width: auto;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

#gallery #slides div ul li {
	background: #fff;
}
#gallery #slides div ul li:last-child {
	margin-right: 0;
}
#slide2 ul li:nth-last-child(1), #slide2 ul li:nth-last-child(2) {
	margin-bottom: 0px !important;
}
#gallery .big-img-wpr {
	box-sizing: border-box;
	display: inline-block;
	height: 690px;
	margin: 0 auto;
	max-width: 690px;
	vertical-align: middle;
	width: 100%;
}
#gallery div.img-wpr {
	background-color: #fff;
	bottom: 0;
	box-sizing: border-box;
	height: 100%;
	left: 0px;
	max-height: 690px;
	max-width: 690px;
	position: absolute;
	right: 0;
	top: 30px;
	width: 100%;
}
#gallery div.img-wpr .img-box {
	display: table-cell;
	height: 690px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	vertical-align: middle;
	width: 690px;
	border: 1px solid #ddd;
}
#gallery div.img-wpr .big-img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 650px;
	max-width: 650px;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	width: auto;
	border: 0px solid #343434;
}
#gallery .thumb {
	border: 0px solid #f00;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 160px;
	left: 0;
	position: relative;
	right: 0px;
	width: 160px;
	z-index: 2;
	border: 1px solid #ddd;
	margin-bottom: 0px;
}
#slide1 {
	display: flex;
}
.gallery-sec {
	background: #222222;
	padding: 0 40px;
}
.thumb-img[src=""], .thumb-img[src=""] + .thumb {
	display: none !important;
}
.thumb-wpr {
	position: relative;
}
#gallery .thumb-img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: auto;
  z-index: 1;
}

#gallery #slides input {
	display: none;
}
#gallery #slides input:checked ~ .img-wpr {
	z-index: 2;
}
#gallery #slides div ul li:only-child .thumb-wpr{
	display: none;
}
#gallery #slides div ul li:only-#gallery {
	left: 0px;
  margin: 0 auto;
}
.gallery-img .desc-hedtitle {
	text-align: center;
	background: red;
	padding: 14px 0px;
	color: #fff;
	font-weight: 700;
	margin: 0px 0px 30px 0px;
}

/*------------------------------------------------------------------end hover img-----------------------------------------------------------------*/

.org-content {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    display: table;
    padding: 30px;
}
.product-title {
	padding: 11px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background: #439c96;
	text-align: center;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.product-title p {
	margin: 0;
	font-family: 'oswald', sans-serif;
	text-transform: capitalize;
}
.badge-img {
	text-align: center;
}
.title-p {
    padding: 0 !important;
}
.product-description-title .container {
    padding: 0;
}
.product-border {
    max-width: 1140px;
    margin: 0 auto;
}
.gallery-bg {
	border: 1px solid #cecdcd;
	background: #fff;
}
/*-----------------------------------------------end img gallery ----------------------------------------*/
.inner_content.btm-shaddow ul {
	background: #fff;
}
.org-listingarea-box {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0px 10px;
}
.desc-hedtitle {
	text-align: center;
	background: #28597a;
	color: #fff;
	padding: 14px 0;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-transform: uppercase;
}
.about-img {
	margin: 30px auto;
	text-align: center;
}
.item-title h2 {
	background-color: #101010;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 12px 15px;
	    font-family: 'Montserrat', sans-serif;
	margin: 0;
}
.desc-title {
	background-color: #101010;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 12px 15px;
	    font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.item-description-text {
	font-size: 14px;
	color: #333;
	line-height: 25px;
	text-align: justify;
	    font-family: 'Montserrat', sans-serif;
	padding: 20px;
}
.theme-box {
	margin: 0px auto 30px;
	display: flex;
	gap: 30px;
}
.gallery-img {
	margin-top: 50px;
}
.desc_text {
	padding: 20px 0 0;
}
.fa-regular.fa-circle-check {
	padding-right: 5px;
	color: #556e2a;
}
.details {
	padding: 30px 0;
}
.details p {
	display: flex;
	align-items: baseline;
	font-weight: 600;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	color: #333;
}
.fav a {
	text-decoration: navajowhite;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-family: lato;
	display: flex;
	align-items: center;
}
.right-feed {
	display: flex;
	gap: 30px;
}

.container {
	max-width: 1170px;
	padding: 0;
}
.description-title {
	background: #439c96;
	width: 100%;
	color: #fff;
	padding: 13px 22px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.description-text {
	width: 100%;
	padding: 30px 20px;
	border: 1px solid #cccccc;
	margin-bottom: 30px;
}

.tabs .nomarginleft {
	padding: 0 25px;
	width: auto;
	border-top-left-radius: 14px;
}
.tabs .padding {
	padding: 0 25px;
	width: auto;
	border-top-right-radius: 14px;
}
.tabbox {
	padding: 0px 0px;
	font-size: 20px;
	margin: 30px auto 0px;
	background: #1c57f4;
}
.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	padding: 0px;
	margin: 0px 0 0px 0;
}
.tabs .tab h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 30px;
}
.tabs .tab p .green {
	font-weight: bold;
	color: #28bc83;
	font-size: 20px;
}
.tabs label {
	order: 1;
	display: block;
	padding: 0px 10px;
	cursor: pointer;
	width: 18.21%;
	float: left;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 50px;
	margin: 0 0px 0 0px;
	height: 50px;
	position: relative;
	z-index: 1;
	font-weight: bold;
	background: #439c96;
	font-size: 20px;
	letter-spacing: 2px;
	font-family: "Oswald", sans-serif;
}
.tab-section {
	width: 100%;
}
.warranty-content {
	padding-left: 25px;
}
.tabs .tab p .bold {
	font-weight: bold;
	font-size: 18px;
}
.tabs label.border-none{
	border-right: none;
	}
.tabs label a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
}
label.nomarginleft {
	margin-left: 0px;
	border-radius: 0px;
}
.tabs .tab {
	-webkit-box-ordinal-group: 100;
	-webkit-order: 99;
	-ms-flex-order: 99;
	order: 99;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	background: #fff;
	padding: 30px 20px;
	display: none;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #e1e1e1;
	box-shadow: none;
}
.tabs .tab h3 {
	text-transform: uppercase;
	font-size: 18px;
}
.tabs .tab, .tabs .tab p {
	text-align: left;
}

.none {
	width: 166.666%;
}
.none_01 {
}
.tabs .tab a {
	color: #821982;
}
.tabs label[for="tabfive"] {
}

.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
	left:0px;
}
.tabs input[type="radio"]:checked + label {
	position: relative;
	z-index: 9;
	margin-right: 0px;
	color: #fff;
	border: 0;
}
.tabs input[type="radio"]:checked + label::before {
	position: absolute;
	content: "";
	left: 0px;
	z-index: -999999;
	height: 50px;
	top: 0px;
	right: 0px;
	width: 100%;
	margin: 0 auto !important;
	background: #00bcb3;
}
.tabs input[type="radio"]:checked + label.nomarginleft::before {
	left: 0px;
	width: 100%;
}
.tabs label::after {
	content: "";
	position: absolute;
	background: url("../images/tab-border.png") no-repeat scroll center left;
	width: 2px;
	left: 0%;
	top: 0px;
	height: 52px;
	z-index: -1;
}

.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

.tab h4 {
	font-size: 22px;
	font-weight: 400;
	color: #ff4000;
	margin-bottom: 25px;
}

.tab.description_content a {
	color: #fff;
	text-decoration: none;
	padding: 13px 15px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
}

.tab.description_content span {
	color: #f00d0d;
}

.tab.description_content h4 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #000;
}
.tab.description_content .span {
	color: #2663a6;
}
	
.list-return {
	padding-left: 15px;
}
.tab.description_content h5 {
	font-size: 20px;
	margin-bottom: 15px;
}

.tabs .nomarginleft {
	padding: 0 25px;
	width: auto;
	border-top-left-radius: 14px;
}
.tabs .padding {
	padding: 0 25px;
	width: auto;
	border-top-right-radius: 14px;
}

.ebay-text h2 {
	text-transform: uppercase;
	margin: 0px 0 38px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: 600;
}
.ebay-shop {
	margin-top: 90px;
	margin-bottom: 90px;
}
.ebay-text span:not(:last-child)::before {
	border-bottom: 4px solid #439c96;
	content: "";
	position: absolute;
	width: 70%;
	bottom: 0px;
	right: 0;
}
.ebay-text span {
	position: relative;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 25px;
}

.ebay-orange {
	color: #439c96;
}
.ebay-text p {
	color: #333333;
	line-height: 1.9;
	font-size: 18px;
}
.product-box h2 {
	font-size: 25px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "Oswald", sans-serif;
	color: #439c96;
	margin: 15px 0;
}
.product-box p {
	color: #1b1b1b;
	margin: 0;
	line-height: 1.4;
	font-size: 15px;
	letter-spacing: 0.5px;
}
.product-box {
	padding: 0 20px;
}
.our-product {
	margin-bottom: 80px;
}
.footer .store .title {
	display: flex;
	justify-content: space-between;
	align-items: end;
	border-bottom: 1px solid #47b4ad;
	padding-bottom: 10px;
	margin-bottom: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer .store.contact-content .text a {
	color: #fff8db;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 2px solid;
	max-width: max-content;
}
.footer .store {
	max-width: 230px;
	width: 100%;
}

.desc_box .title {
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding-bottom: 15px;
	border-bottom: 2px solid #fe864a;
	margin-bottom: 23px;
}
ul {
	list-style: none;
}
.text li:not(:last-child) {
	margin-bottom: 9px;
}
.text p {
	letter-spacing: .5px;
	line-height: 1.5;
	margin-bottom: 25px;
}
.text li a {
	text-decoration: none;
	color: #fff;
	font-family: 'Lato', sans-serif;
	letter-spacing: .5px;
	font-size: 15px;
}
.fa-solid.fa-arrow-right-long {
	margin-right: 5px;
}
.text li a:hover {
	color: #11edde;
	transition: ease-in-all-10s;
}
.store.newsletter .text a {
	color: #11edde;
	text-decoration: none;
	border-bottom: 2px solid #11edde;
	padding-bottom: 3px;
	text-transform: uppercase;
	max-width: max-content;
	font-size: 13px;
	letter-spacing: .5px;
}
.text img {
	margin-right: 4px;
}

.store.contact .text a {
	color: #11edde;
	text-decoration: none;
	border-bottom: 2px solid #11edde;
	padding-bottom: 3px;
	text-transform: uppercase;
	max-width: max-content;
	font-size: 13px;
	letter-spacing: .5px;
}

.copy {
	background: #00bcb3;
	padding: 14px 0;
	color: #fff;
}
.copyright p {
	margin: 0;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}

.description-title h2 {
	font-size: 22px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
}
.tab.description_content p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 15px;
}
.description-text p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #333333;
	line-height: 28px;
	font-weight: bold;
}
.why-choose-left span {
	font-family: 'Oswald', sans-serif;
}
.what-customers h5 {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	margin-top: 5px;
}
.quote {
	font-weight: 600;
	font-family: 'lato', sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	color: #202020;
}
.footer .store .title h3 {
	font-size: 18px;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.5px;
}

.copyright span {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin: 0px 3px;
}

.customers .view-btn a:hover {
	background: #fff;
	color: #202020;
}
.store-categories .view-btn a:hover {
	background: #fff;
	color: #2994ff;
}
th {
	border: 1px solid #000;
	color: #fff;
	padding: 5px 10px;
}
.table-blue {
	background: #ff5500;
}
.lounge .container {
	max-width: 1600px;
	margin: 0 auto;
}
.lounge {
	margin-bottom: 30px;
}
.lounge .col-sm-12.col-md-6.col-lg-6 {
	padding-right: 0;
	padding-left: 10px;
}
.lounge .col-sm-12.col-md-6.col-lg-6:first-child {
	padding-left: 0;
	padding-right: 10px;
}

.services-footer {
	padding: 45px 0 45px;
}
.service1 h3 {
	margin: 14px 0 7px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: .5px;
	color: #439c96;
}
.service-img {
	min-height: 61px;
}
.service1 {
	font-family: 'Lato', sans-serif;
}
.service1 p {
	margin: 0;
	font-size: 14px;
}


@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
36% { left: -100%; }
50% { left: -100%; }
70% { left: -200%; }
80% { left: -200%; }
99% { left: -300%; }
100% { left: -300%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img {
	width: 16%;
	float: left;
}
div#slider figure {
	position: relative;
	width: 625%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 20s slidy infinite;
}

.furniture {
	position: relative;
}
.text-furniture {
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 0;
	right: 0;
}
.text-furniture a {
	text-align: center;
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 700;
	background: rgba(235, 96, 2, 0.9);
	padding: 15px 0px;
}

.furniture-img.margin {
	margin: 20px 0;
}

.footer-sec {
	background: #ececec;
	padding: 26px 10px;
}
.pay-option h2 {
	margin-bottom: 22px;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.thank {
	max-width: 100%;
	width: 90%;
}
.thank h2 {
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Playfair Display', serif;
	font-weight: 600;
}
.copyright {
	display: flex;
	justify-content: center;
	padding: 0px 10px;
	width: 100%;
	align-items: center;
}
.copyright p {
	margin: 0;
}
.copyright p span {
	text-transform: uppercase;
}
.copyright_bg {
	background: #3ea748;
	color: #fff;
}

.thank-you-text h1 {
	font-size: 55px;
	text-transform: uppercase;
	padding-top: 43px;
	letter-spacing: 2px;
	margin-bottom: 27px;
	font-weight: 700;
	text-align: center;
}

.entry {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 25px;
	background: #fff;
	color: #202020;
	padding: 30px 15px;
	margin: 50px 0;
	border: 1px solid #d1d1d1;
}
.name {
	min-height: 110px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
.what-customers {
	text-align: center;
	padding-top: 40px;
}
.what-customers h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
}

.customers {
	object-fit: cover;
	background-size: cover;
	position: relative;
}

.customers .view-btn a {
	padding: 17px 60px;
	color: #fff;
	text-decoration: none;
	background: #f26a2e;
	border-radius: 30px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	max-width: max-content;
	margin: 0 auto;
}

.store-categories .view-btn a {
	padding: 17px 60px;
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	max-width: max-content;
	margin: 0 auto;
	border: 2px solid #fff;
	margin-top: 50px;
}
.customers .view-btn {
	padding-bottom: 50px;
}

a {
	display: block;
}

	
.subscribe .newsletter {
	padding: 28px 10px;
	color: #000;
}
.subscribe .newsletter h2 {
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 3px;
	word-spacing: 2px;
	color: #000;
	font-family: 'Oswald', sans-serif;
}
.subscribe .newsletter p {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 1px;
}
.subscribe-now-btn a:hover {
	background: #2994ff;
	color: #ececec;
}
.subscribe-now-btn a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	border: 2px solid #000;
	padding: 14px 44px;
	display: block;
}
.subscribe-now-btn a {
	margin-bottom: 10px;
	max-width: max-content;
}


.footer {
	padding: 58px 0;
	background: #439c96;
	color: #f7f7f7;
}
.footer .store {
	max-width: 250px;
	width: 100%;
}

.store-categories {
	background: url(../images/categories-bg.png);
	padding: 60px 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.store-title h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	font-size: 40px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
}
.store-title p {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 0;
	font-size: 18px;
}
.store-content {
	position: relative;
	margin: 34px 0px;
	box-shadow: 0px 42px 2px #d6d6d6;
}
.store-content .image {
	border: 1px solid #fff;
	box-shadow: 0px 2px 1px #cdcdcd;
}
.store-categories .text {
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	box-shadow: 0px 0px 0px 0px;
	position: absolute;
	width: 100%;
	bottom: -38px;
	background: #fff;
	align-items: center;
}
.store-categories .text h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 auto;
}
.store-categories .text a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
.store-categories .text p {
	margin: 0;
}
.store-categories .text span {
	font-size: 12px;
	text-decoration: underline;
}
.store-categories .text a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

.thanks-text h1 {
	font-size: 55px;
	text-transform: uppercase;
	padding: 0px 0;
	font-weight: 700;
	font-family: "oswald", serif;
	color: #212121;
	letter-spacing: 1px;
	text-align: center;
}