@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}
.container {
	max-width: 1140px;
}
.main-section {
	max-width: 1400px;
	margin: 0 auto;
}
ul.navigation {
    display: flex;
    justify-content: center;
    list-style: none;
}
input#drop {
    display: none;
}

.navigation li a {
    display: flex;
    align-items: center;
    column-gap: 5px;
    filter: brightness(1%) contrast(100%);
    text-decoration: none;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 20px;
}
.navigation li a:hover {
	filter: brightness(100%) contrast(100%);
	color: #fff;
}
.main_menu .toggle {
	display: none;
}
.main_menu #drop {
	display: none;
}

.header p {
	margin: 0;
}
.banner .slider img {
	display: block;
}

ul.navigation li:hover {
	background: #337576;
}
.header-top-left span {
	text-transform: uppercase;
}
.head-background {
	border-top: 1px solid #eaeaea;
}
.bottom-header {
	padding: 23px 0;
	background: #f0dfd7;
}
img {
	max-width: 100%;
}
.product-title p {
	margin: 0;
	font-size: 22px;
	padding: 10px 0;
	transform: skew(10deg);
}
.product-title {
	color: #fff;
	font-weight: 600;
	margin-top: 50px;
	transform: skew(-10deg);
	background: #337576;
}

.product-heading h2 {
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 24px;
	border-bottom: 1px solid #5d5d5d;
	color: #fff;
	font-weight: 800;
}
.desc p {
	margin: 30px 0;
	line-height: 34px;
	font-size: 18px;
}
.product-gallery .container {
	padding: 0;
}

.product-gallery {
	margin-top: 30px;
}

.gallery-text img {
	width: 100%;
}
.gallery-text h3 {
	position: absolute;
	bottom: 0;
	padding: 15px 0;
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.75);
	transition: 0.5s ease all;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
}
.gallery-text {
	position: relative;
	border: 4px solid #fff;
}
.gallery-text:hover h3 {
	transform: translate(-0%, 50%);
	bottom: 50%;
	background-color: #b68820;
	color: #000;
}

.why-choose {
	padding: 50px 0;
	background: #ececec;
}
.why-choose-left {
	max-width: 527px;
	position: relative;
	z-index: 9;
	color: #333333;
}

.gallery-text a {
	color: black;
}
.useful-links ul {
    list-style: none;
}
.why-choose-left h2 {
	font-size: 35px;
	text-transform: uppercase;
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 24px;
	letter-spacing: 2px;
	font-weight: 700;
}

 .why-choose-left h2 span::before {
	position: absolute;
	content: "";
	width: 13%;
	height: 17px;
	top: 101px;
	left: 0;
	border-bottom: 4px solid #b8b8b8;
}
.why-choose-left ul {
	margin-top: 45px;
	list-style: none;
}

.why-choose-left ul li:not(:last-child) {
	margin-bottom: 20px;
}

.why-choose-left ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	width: 8px;
	height: 8px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.why-choose-left ul li {
	position: relative;
	padding-left: 16px;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: 300;
}


.about-us {
	margin-top: 50px;
}

.about-us h2 {
	font-size: 35px;
	text-transform: uppercase;
	border-bottom: 1px solid #d9131a;
	padding-bottom: 24px;
	letter-spacing: 2px;
	font-weight: 800;
	color: #d9131a;
}

.about-title p {
	margin: 30px 0;
	line-height: 25px;
	font-size: 16px;
	color: #fff;
}
.policy {
	margin-top: 50px;
}

.policys {
	margin-top: 20px;
}
.policy-title h3 {
	padding: 16px 54px;
	background: url(../images/title-back.png) no-repeat center;
	color: white;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	background-size: 100%;
}
.policy-title p {
	margin: 30px 0;
	line-height: 34px;
	font-size: 18px;
	color: #fff;
}

.thank-you {
	margin-top: 54px;
}

.thank h1 {
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	font-size: 50px;
	color: #232323;
	margin-bottom: 34px;
}
.badges {
	margin-bottom: 56px;
}
@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;
}

.price-tag h1 {
	font-size: 50px;
	color: #d00f16;
	font-weight: 800;
	margin-top: 30px;
}


/*------------------------------------------------------------------Start hover img-----------------------------------------------------------------*/


.gallery-bg {
	box-sizing: border-box;
	height: auto;
	margin: 0 auto 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.col-item {
	border: 1px solid #ddd;
}
#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: 940px;
}
#gallery #slides {
	display: inline-block;
	height: auto;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	z-index: 500;
	width: 100%;
	margin: 0px auto 0px;
	max-width: 380px;
}
#gallery #slides div ul {
  display: table;
  height: auto;
  list-style: outside none none;
  margin:0px auto 0;
  padding: 0;
  width: auto;
}

#gallery #slides div ul li {
	margin: 0px 0px 0px 20px;
	float: left;
	margin-bottom: 20px;
	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: 540px;
	margin: 0 auto;
	max-width: 540px;
	vertical-align: middle;
	width: 100%;
}
#gallery div.img-wpr {
	background-color: #fff;
	bottom: 0;
	box-sizing: border-box;
	height: 100%;
	left: 0px;
	max-height: 540px;
	max-width: 540px;
	position: absolute;
	right: 0;
	top: 48px;
	width: 100%;
}
#gallery div.img-wpr .img-box {
	display: table-cell;
	height: 540px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	vertical-align: middle;
	width: 540px;
	border: 1px solid #ddd;
}
#gallery div.img-wpr .big-img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 540px;
	max-width: 540px;
	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: 164px;
	left: 0;
	position: relative;
	right: 0px;
	width: 164px;
	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 ===================================== */

/*===========Tab=============*/
.tab-conatiner {
    width: 100%;
}

.tabs1 {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.tabs {
	clear: both;
	padding: 0px;
	margin: 0px 0 0 0;
	float: left;
	width: 100%;
}
.tabs label {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	padding: 0 0 0 0px;
	cursor: pointer;
	-webkit-transition: background ease 0.2s;
	transition: background ease 0.2s;
	width: 17.5%;
	margin-left: 0;
	float: left;
	text-align: center;
	color: #000;
	box-sizing: border-box;
	font-size: 20px;
	clear: both;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: left;
	position: relative;
}
.tabs input[type="radio"]:checked + label img {
	margin-right: 5px;
	filter: brightness(100%);
}

.tabs label a {
    color: #fff;
    text-decoration: none;
		height: 58px;
    padding: 14px 8px;
}




.tabs input[type="radio"]:checked + label {
	border: none !important;
}
.tabs input[type="radio"]:checked + label::after {
	position: absolute;
	content: "";
	right: -7px;
	background: url("../images/tab-icon_roll.png") no-repeat scroll center top / 100%;
	border: none !important;
	width: 8px;
	height: 17px;
}

.tabs label img {
	margin-right: 5px;
	filter: invert(0%) sepia(5%) saturate(7482%) hue-rotate(261deg) brightness(0%) contrast(106%);
}

label.nomarginleft {
}
.tabs input[id="tab2"] ~ label {
	margin-top: 72px;
}
.tabs input[id="tab3"] ~ label {
	margin-top: 143px;
}
.tabs input[id="tab4"] ~ label {
	margin-top: 217px;
}
.tabs input[id="tab5"] ~ label {
	margin-top: 289px;
}
.tabs input[id="tab6"] ~ label {
	margin-top: 361px;
}
.tabs input[id='tab7'] ~ label {
	margin-top: 330px;
}
.tabs input[id='tab8'] ~ label {
	margin-top: 385px;
}
.tabs input[id='tab9'] ~ label {
	margin-top: 440px;
}
.tabs input[id='tab10'] ~ label {
	margin-top: 495px;
}
.tabs input[id='tab11'] ~ label {
	margin-top: 550px;
}
.tabs input[id='tab12'] ~ label {
	margin-top: 605px;
}
.tabs .tab {
	font-family: 'Open Sans', sans-serif;
	width: 74.8%;
	display: none;
	float: right;
	padding: 0 0px;
	text-align: left;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	box-sizing: border-box;
	position: relative;
	right: 0;
	z-index: 1;
	min-height: 346px;
	background: #fff;
}
.tab-section {
	margin: 70px 0;
}
.tabs .tab ul{
	padding: 0px;
}
.tabs .tab p, .tabs .tab ul li {
	font-size: 18px;
	color: #333;
	text-align: justify;
	list-style: none;
	font-family: 'Lato', sans-serif;
	line-height: 30px;
}
.est-wrapcens p {
    font-size: 12px;
    margin: 0 auto;
    padding: 5px 0px;
    font-family: 'Open Sans', sans-serif;
}
.tabs .tab p strong {
	color:#000;
}
.tabs .tab a {
    color: black;
}
.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tab h4 {
	font-size: 22px;
	font-weight: 600;
	color: #ff6000;
	margin-bottom: 25px;
}

.image-box img {
    width: 100%;
}
.tabs .tab, .tabs label {
	-webkit-box-ordinal-group: NaN;
	-webkit-order: initial;
	-ms-flex-order: initial;
	order: initial;
}
.tabs {
	border: none;
	padding-top: 0;

	width: 100%;
}
.tabs label {
    width: 100%;
    margin: 0;
    display: inherit;
    flex: inherit;
    position: inherit;
    font-size: 15px;
    padding-left: 0px;
    font-size: 20px;
}
.item-title h2 {
    background-color: #1a1a1a;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 12px 15px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
.desc-title {
	padding: 14px 0px;
	margin-left: 2px;
	font-size: 20px;
	font-weight: bold;
}
.tabs input[type="radio"]:checked + label {
	border: none !important;
	width: 100%;
	font-weight: bold;
	color: #337576;
}
.tabs .tab {
	width:100%;
	min-height:inherit;
}
.tabs label:after {
	float: right;
	line-height: normal;
	padding: 0;
	margin: 8px 5px 0 0;
	position: absolute;
	right: 10px;
	content:url(../images/plus.png) ;
}


.tabs input[id="tab1"] ~ label, .tabs input[id="tab2"] ~ label, .tabs input[id="tab3"] ~ label, .tabs input[id="tab4"] ~ label, .tabs input[id="tab5"] ~ label {
	position: relative;
	margin: 20px 0 0 0;
	font-weight: bold;
	border-bottom: 2px solid;
	display: flex;
	align-items: center;
	margin: 0;
	gap: 10px;
	font-size: 30px;
	padding: 20px 0;
}

.tabs input[type="radio"]:checked + label:after {
	font-family: FontAwesome;
	margin: 8px 5px 0 0;
	position: absolute;
	right: 10px;
	content:url(../images/minus.png) ;
}

.tab-img {
    display: flex;
    margin-top: 40px;
    column-gap: 32px;
}


.tabs.themebox i.fa-solid.fa-angle-down {
	padding: 5px 0px;
	margin-left: auto;
}

.tab-conatiner i.fa-solid.fa-angle-down {
    padding-right: 11px;
    padding-top: 6px;
    font-size: 22px;
}

.tabs input[type="radio"]:checked + label i.fa-solid.fa-angle-down {
	transform: rotate(900deg);
	margin-right: 0px;
	margin-top: 5px;
	color: #ff0201;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
	border-bottom: 2px solid #14658b;
}
.tabs input[type="radio"]:checked + label::after {
	font-family: FontAwesome;
	margin: 0 0 0;
	position: absolute;
	right: 0;
	content: url(../images/up-arw.png);
	width: 30px;
	height: 30px;
	top: 10px;
}
.tabs label::after {
	float: right;
	line-height: normal;
	padding: 0;
	position: absolute;
	right: 0px;
	width: 30px;
	height: 30px;
	margin: 0;
	content: url(../images/dwn-arw.png);
	top: 10px;
}

/*============================================================tabs end===================================================================*/

.footer {
	padding: 50px 0px;
}
.footer .store {
	max-width: 250px;
	width: 100%;
}

.footer .store .title {
	display: flex;
	justify-content: space-between;
	align-items: end;
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 13px;
	margin-bottom: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
}
.footer .store .title h3 {
	font-weight: 700;
}
ul {
	list-style: none;
}
.text li:not(:last-child) {
	margin-bottom: 5px;
}
.text li a {
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 12px;
	font-weight: 700;
}
.text li a:hover {
	color: #14658b;
	transition: ease-in-out .5s;
}
.fa-solid.fa-arrow-right-long {
	margin-right: 5px;
}
.fa-solid.fa-envelope {
	margin-right: 7px;
}
.ebayshop-img {
	height: 100%;
	background: #f0dfd7;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.store.newsletter .text a {
	color: #232323;
	text-decoration: none;
	border-bottom: 2px solid;
	padding-bottom: 3px;
	text-transform: uppercase;
	display: flex;
	max-width: max-content;
	align-items: center;
	gap: 5px;
}
.store.newsletter .text a p{
	margin: 0;
}
.footer .store p {
	font-size: 13px;
	line-height: 1.4;
}
.copy {
	background: #337576;
	padding: 18px 0;
	color: #fff;
}
.copyright p {
	margin: 0;
	font-size: 15px;

}
.copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copyright span {
	text-transform: uppercase;
}

.footer-logo-sec {
	background: #ddca68;
	padding: 24px 0;
	margin-top: 60px;
}

.subscribe .newsletter h2 {
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 0px;
}

.subscribe .newsletter {
	padding: 28px 10px;
}
.subscribe .newsletter p {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 0;
}
.subscribe-now-btn a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	border: 2px solid;
	padding: 14px 35px;
	display: block;
	font-weight: 700;
}
.subscribe-now-btn a:hover {
	background: #fff;
	color: #337576;
}
.subscribe {
	background: #337576;
	color: #fff;
}
.heading-title h2 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 0px;
	color: #fff;
	text-align: center;
	transform: skew(10deg);
}
.ebay-shop {
	margin-top: 50px;
}
.description {
	padding: 30px 30px;
	font-size: 18px;
	border: 1px solid #ddd;
}
.description p:last-child {
	margin-bottom: 0;
}

.heading-title {
	margin-top: 30px;
	transform: skew(-10deg);
	background: #337576;
}

.ebay-text span {
	position: relative;
	padding-top: 10px;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 50px;
	font-weight: 600;
	color: #337576;
}
.ebay-text span::before {
	border-bottom: 7px solid #337576;
	content: "";
	position: absolute;
	width: 64px;
	top: 0px;
}
.ebay-text h2 {
	text-transform: uppercase;
	margin: 0px 0 30px;
	letter-spacing: 2px;
}
.ebay-text p {
	color: #333333;
	line-height: 1.8;
}
.ebay-text {
	width: 100%;
}

.categories {
	margin: 46px 0;
	background: url(../images/store-bg.png) no-repeat center;
	padding: 76px 0;
}
.cate-title {
	margin-bottom: 30px;
}
.categories-bg .cate-title h2 {
	font-size: 35px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 4px;
	text-transform: uppercase;
	color: #232323;
}
.categories-bg .cate-title h4 {
	font-size: 16px;
	color: #232323;
	text-align: center;
	font-weight: 500;
}
.cate-back {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.cate-img {
	display: flex;
	gap: 30px;
}
.gallery-text {
	position: relative;
}
.gallery-text a {
	color: #000;
}
.gallery-text h3 {
	position: absolute;
	bottom: 2px;
	padding: 7px 0;
	width: 100%;
	text-align: center;
	background: #272525;
	transition: 0.5s ease all;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 20px;
	color: #fff;
}
.gallery-text:hover h3 {
	transform: translate(-0%, 50%);
	bottom: 50%;
	background:#337576;
	color: #fff;
}

.what-customers h3 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #337576;
	font-weight: 700;
}
.what-customers {
	text-align: center;
}
.what-customers h5 {
	font-size: 16px;
	letter-spacing: 2px;
	margin-top: 5px;
	font-weight: 400;
}
.entry {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 15px;
	padding: 30px 0px 0;
	margin: 50px 0;
	border: 2px solid #337576;
	width: 100%;
}
.name {
	min-height: 105px;
	font-size: 14px;
	margin: 0;
	line-height: 1.5;
}
.customers {
	margin-top: 34px;
	margin-bottom: 70px;
}
.quote {
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 10px 0px;
	background: #337576;
	color: #fff;
}
.view-btn a {
	padding: 13px 60px;
	color: #000;
	text-decoration: none;
	background: #edd6cb;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	max-width: max-content;
	margin: 0 auto;
	border: 2px solid #edd6cb;
}
.view-btn a:hover {
	background: #337576;
	color: #fff;
}