@charset "utf-8";
/* CSS Document */
 @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');

*{
box-sizing:border-box;	
	}

.vertical-center{
	align-items: center;
}

body{
margin:0px;
padding:0px;
 font-family: 'Lato', sans-serif;
	}

.main-background {
	width: 100% !important;
	margin: 0 auto;
}
.container{
	width: 100%;
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.main-content {
	width: 100%;
	margin: 0px auto 0px;
	display: table;
}

header > * {
font-family: 'Open Sans', sans-serif;	
}


header .top_bar {
	background: #fff;
	position: relative;
	z-index: 1;
}

header .top_bar .flex-div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .top_bar .flex-div .col-item:nth-child(2) ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
}
header .top_bar .flex-div .col-item:nth-child(2) ul li a {
	text-decoration: none;
	color: #1a1a18;
	display: flex;
	align-items: center;
	column-gap: 5px;
	position: relative;
	transition: 0.5s all ease-in-out;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

header .top_bar .flex-div .col-item:nth-child(2) ul li a:hover {
color: #de0000;
}

header .top_bar .flex-div .col-item:nth-child(2) ul li a .icon {
	display: flex;
	align-items: center;
	padding-top: 6px;
}

.col-item.welcome_text p {
	color: #1a1a18;
	font-size: 14px;
	display: flex;
	column-gap: 5px;
}

.col-item.welcome_text p strong {
	font-weight: bold;
	color: #de0000;
	text-transform: uppercase;
}
header .top_bar .flex-div .col-item:nth-child(2) ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	column-gap: 35px;
}
header .top_bar .flex-div .col-item:nth-child(2) ul li a .icon {
	background-position:center bottom;
	background-attachment: scroll;
	background-size: 100%;
	display: block;
	transition: 0.5s all ease-in-out;
}
header .top_bar .flex-div .col-item:nth-child(2) ul li a:hover .icon{
	background-position:center top;
}
header .top_bar .flex-div .col-item:nth-child(2) ul li.home a .icon {
	background-image: url("../images/home_icon.png");
	width: 19px;
	height: 14px;
}

header .top_bar .flex-div .col-item:nth-child(2) ul li.new_arrival a .icon {
	background-image: url("../images/new_arriv_icon.png");
	width: 17px;
	height: 13px;
}

header .top_bar .flex-div .col-item:nth-child(2) ul li.ending_soon a .icon {
	background-image: url("../images/ending_icon.png");
	width: 14px;
	height: 14px;
}

header .top_bar .flex-div .col-item:nth-child(2) ul li.contact_us a .icon {
	background-image: url("../images/contact_icon.png");
	width: 20px;
	height: 17px;
}


.promotion_bar p {
	color: #000;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
}

.promotion_bar ul.flex-div .p_text h3 {
	margin: 0;
	text-align: left;
	font-size: 18px;
	text-transform: uppercase;
}
.promotion_bar ul.flex-div .p_text p {
	font-size: 14px;
}

.p_text {
	width: 100%;
	display: block;
	padding: 0px 10px;
	margin: 0px auto 0px;
}

.middle_header .flex-div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.middle_header .flex-div .col-item.promo_bar ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.middle_header .flex-div .col-item.logo {
	max-width: max-content;
}
.middle_header .flex-div .col-item.promo_bar {
	flex: auto;
	max-width: 100%;
	text-align: right;
}
.middle_header {
	padding: 15px 0px;
	background: #131313;
}
.middle_header .flex-div .col-item.promo_bar li {
	display: flex;
	list-style: none;
	align-items: center;
	column-gap: 15px;
}
.middle_header .flex-div .col-item.promo_bar li h3 {
	text-transform: uppercase;
	color: #333333;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.25px;
}

img {
	max-width: 100%;
}


/* ----slider_start---- */
#banner-holder {
	width: 100%;
	display: table;
	height: auto;
	padding: 0;
	margin: 0px auto 0;
	position: relative;
	background: none;
	z-index: 0;
}
 @keyframes slidy {
0% { left: 0%; }
27.27% { left: 0%; }

36.36% { left: -100%; }
63.63% { left: -100%; }

72.72% { left: -200%; }
99.99% { left: -200%; }


}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 33.33%; float: left; }
div#slider figure { 
  position: relative;
  width: 300%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 20s slidy infinite; 
}
.top.bottom_promotion {
	background: rgba(0,0,0,0.80);
	margin: -45px auto 0px;
	position: relative;
	z-index: 999;
}
/* ----slider_end---- */

.promotion_bar {
	padding: 40px 0px;
}
.promotion_bar ul.flex-div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.promotion_bar ul.flex-div li {
	text-align: center;
	display: flex;
	align-items: center;
}

.flex-div.section {
	display: flex;
}

.flex-div.section > div {
	flex: auto;
}

.tab.description_content span {
	padding: 0px !important;
}

.content {
	margin: 0 auto;
	width: 100%;
	display: table;
	box-shadow: none;
	padding: 0px;
	float: left;
}


.main-content .content {
	float: none;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.main_flex_div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0px auto 0px;
}
.main_flex_div > div.left-side {
	max-width: 265px;
}
.main_flex_div > div {
	flex: auto;
}

.right-side {
	width: 100%;
	max-width: calc(100% - 295px);
}
.main_flex_div > div.left-side .title h2 {
	margin: 0px;
	font-size: 19px;
	background: url("../images/left-cat-bg.png") no-repeat scroll left 10px center;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	padding-top: 13.5px;
	padding-bottom: 13.5px;
	padding-left: 42px;
	letter-spacing: 0.25px;
	background-color: #000;
	font-family: 'Roboto', sans-serif;
}
.lft_categories .lev1 {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #d2d2d2;
}
.lft_categories .dropdown .level2 {
	margin: 0;
	list-style: none;
	padding: 0 0 0 30px;
}
.lft_categories .dropdown .level2 li a {
	border: 0;
	padding-left: 0;
}
.lft_categories .dropdown .level2 li a:hover{
background: transparent;
color: #bb1622;
}
.lft_categories .dropdown .level2 li a::before {
	display: none;
}
.lft_categories {
	margin-bottom: 30px;
}


.lft_categories .lev1:nth-child(1) li {
	border-top: 0px !important;
}
.lft_categories .lev1 li {
	border-top: 1px dashed #333;
}
.lft_categories .lev1 > li a {
	font-size: 15px;
	color: #000;
	line-height: normal;
	text-decoration: none;
	position: relative;
	padding-left: 30px;
	padding-top: 5.5px;
	display: block;
	padding-bottom: 5.5px;
	border-bottom: 1px solid #d2d2d2;
}
.right-side h1 {
	margin: 0px;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	padding-top: 13.5px;
	padding-bottom: 13.5px;
	padding-left: 42px;
	letter-spacing: 0.25px;
	background-color: #000;
}

.lft_categories .lev1 > li a::before {
	position: absolute;
	content: "";
	left: 10px;
	top: 12px;
	width: 11px;
	height: 9px;
	background: url("../images/lft-arrow.png") no-repeat scroll left top;
	display: block;
}
.lft_categories .lev1 > li a:hover::before {
	background: url("../images/lft-arrow.png") no-repeat scroll left bottom;
}
.lft_categories .lev1 > li a:hover {
	color: #000;
}
.lft_categories .lev1 > li a:hover {
	background: #bb1622;
	color: #fff;
}
.gallery-bg {
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}
#gallery {
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: auto;
	margin: 0px auto 0px;
	padding: 0px 0px 30px;
	position: relative;
	text-align: center;
	width: 100%;
	background: #fff;
}

#gallery::before{
position: absolute;
content: "";
left: 0px;
bottom: -23px;
background: url("../images/big-shaddow.png") no-repeat scroll center bottom / 100%;
height: 19px;
width: 100%;
z-index: -9;
}
#gallery #slides {
	display: inline-block;
	height: auto;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	z-index: 500;
	width: 100%;
	margin: 50px auto 0px;
}
#gallery #slides div ul {
	display: table;
	height: auto;
	list-style: outside none none;
	margin: 15px auto 0;
	padding: 0;
	width: auto;
}
#gallery #slides div ul li:nth-of-type(1){
	margin-left:0px;
	}
#gallery #slides div ul li {
	margin: 0px 0px 0px 12px;
	float: left;
	margin-bottom: 0px;
	background: #fff;
}
#gallery #slides div ul li:last-child {
	margin-right: 0;
}
#gallery .big-img-wpr {
	box-sizing: border-box;
	display: inline-block;
	height: 600px;
	margin: 0 auto;
	max-width: 850px;
	vertical-align: middle;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#gallery div.img-wpr {
	background-color: #fff;
	border: 1px solid #ccc;
	bottom: 0;
	box-sizing: border-box;
	height: 100%;
	left: 0px;
	max-height: 600px;
	max-width: 600px;
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	margin: 40px auto 0px;
}
#gallery div.img-wpr .img-box {
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#gallery div.img-wpr .big-img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 590px;
	max-width: 590px;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	width: auto;
	border: 0px solid #d8d8d8;
	width: auto;
}
#gallery .thumb {
	background-color: transparent;
	border: 0px solid #f00;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 100px;
	left: 0;
	position: relative;
	right: 0px;
	width: 100px;
	z-index: 2;
	border: 1px solid #d8d8d8;
	margin-bottom: 0;
}
.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 div:first-child ul:first-child li:first-child .img-wpr {
	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;
}
@media only screen and (max-width: 768px) {
#gallery {
  padding: 10px;
}
#gallery .thumb {
  height: 50px;
  width: 50px;
}
#gallery #slides div ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  margin-top: 0;
}
#gallery div.img-wpr, #gallery .big-img-wpr {
  height: 350px;
  left: 0;
  margin: 0 auto 10px;
  right: 0;
  top: 15px;
  width: 90%;
}
}



.description-box .description.title {
	margin: 0;
	text-align: left;
	color: #fff;
	letter-spacing: 0.30px;
	padding: 10px 0px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	background: #000;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

.description_content {
	padding: 20px 20px;
	color: #333333;
	font-size: 14px;
	letter-spacing: 0.25px;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #c7c7c7;
	border-radius: 0;
	position: relative;
	background: #fff;
}
.description_content span[property="description"] span {
	padding-left: 0 !important;
}

.new-arrival .image img {
	width: 100%;
}
.new-arrival {
	margin-top: 30px;
}

.shop_categories_bg {
	background: url("../images/shopcategories_bg.png") no-repeat scroll center top / 100% 100%;
	padding: 75px 0px;
	margin: 30px auto 80px;
}
.view_more_btn a {
	display: block;
	color: #fff;
	text-align: center;
	max-width: max-content;
	margin: 0 auto;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 80px;
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 18px 40px;
	font-weight: bold;
	letter-spacing: 0.25px;
}

.shop_categories_bg .title h2 {
	color: #fff;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	position: relative;
	position: relative;
	max-width: max-content;
	margin: 0 auto 45px;
}
.shop_categories_bg .title h2::before {
	position: absolute;
	content: "";
	background: url("../images/left-line.png") no-repeat scroll center left;
	width: 101px;
	height: 10px;
	left: -130px;
	top: 27px;
}

.shop_categories_bg .title h2::after {
	position: absolute;
	content: "";
	background: url("../images/left-line.png") no-repeat scroll center left;
	width: 101px;
	height: 10px;
	transform: rotate(180deg);
	right: -130px;
	top: 27px;
}



.shop_categories_bg .flex-div a {
	text-decoration: none;
}

.shop_categories_bg .flex-div {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.shop_categories_bg .flex-div .cat_details {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.shop_categories_bg .flex-div .cat_details h3 {
	margin: 0;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
}

.shop_categories_bg li {
	flex: auto;
	max-width: max-content;
}

.shop_categories_bg .content_flex {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.shop_categories_bg .flex-div .cat_details .shop_btn {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}
.shop_categories_bg .flex-div .cat_details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 10px 30px;
	margin: -3px auto 0px;
}



.feedback_section {
	width: 100%;
	max-width: 1140px;
	margin: 0px auto 120px;
}
.feedback_section .title {
	margin-bottom: 55px;
}
.feedback-content ul {
	margin: 0;
	padding: 0;
}
.feedback_section .title h2 {
	color: #000;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	position: relative;
	position: relative;
	max-width: max-content;
	margin: 0 auto 0px;
}
.feedback_section .title h2::before {
	position: absolute;
	content: "";
	background: url("../images/black_line.png") no-repeat scroll center left;
	width: 101px;
	height: 10px;
	left: -130px;
	top: 27px;
}

.feedback_section .title h2::after {
	position: absolute;
	content: "";
	background: url("../images/black_line.png") no-repeat scroll center left;
	width: 101px;
	height: 10px;
	transform: rotate(180deg);
	right: -130px;
	top: 27px;
}
.feedback_section .title p {
	text-align: center;
	font-size: 16px;
	margin-top: 0;
	color: #323232;
}
.feedback-content ul {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 30px;
}
.feedback-content ul li {
	text-align: center;
	list-style: none;
	border: 1px solid #b1b1b1;
	padding: 30px 25px;
	flex: 0 0 calc(25% - 15px);
}

.feedback_section .view_more_btn a {
	display: block;
	margin: 50px auto 0;
	background: #bb1622;
	width: 100%;
	max-width: 210px;
	padding: 12px 30px;
	font-size: 14px;
}

/*-------------------tab-style start----------------------------*/
.tabbox {
	padding: 4px 0px 0px;
	font-size: 20px;
	margin: 30px auto 0px;
	border-radius: 0px 0px 15px 15px;
}
.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 0 0;
	background: #000;
}
.tabs label {
	order: 1;
	display: block;
	padding: 0 72.8px;
	cursor: pointer;
	width: auto;
	float: left;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 51px;
	margin: 0% 0% 0% 0%;
	font-weight: normal;
	height: 51px;
	position: relative;
	z-index: 1;
	background: #000000;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}

.tabs label.border-none{
	border-right: none;
	}

.tabs label a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 0 	0px;
}
.tabs label[for="tabfive"]:hover{
background: #de0000;
}


label.nomarginleft {
	border-radius: 0px;
}
.tabs .tab h3 {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 25px;
	margin: 0px 0px 20px;
	text-align: left;
	color: #5e5e5e;
}
.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 30px;
	display: none;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #c7c7c7;
	border-top: 0px;
	box-shadow: none;
}
.tabs .tab ul {
	margin: 0;
	padding: 0;
}

.tabs .tab h3 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.25px;
	line-height: 25px;
	margin: 0px 0px 20px;
	text-align: left;
	color: #041130;
}
.tabs .tab table {
	width: 100%;
	border-collapse: collapse;
}
.tabs .tab table tr td {
	font-size: 18px;
	line-height: 55px;
	letter-spacing: 0.25px;
	text-align: left;
	background: #fff;
	border: 1px solid #c7c7c7;
	text-transform: uppercase;
}

.tabs .tab table tr:nth-child(1) td {
	background: #e3e1e1;
	font-weight: bold;
}

.tabs .tab table tr td:nth-child(1) {
    background: #e3e1e1;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
}
.tabs .tab table tr td {
    font-size: 18px;
    line-height: 26px;

    padding-left: 20px;
}

.tabs .tab, .tabs .tab p {
	margin: 0;
	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;
	border-radius: 0;
	margin-right: 0;
	color: #fff;
}
.tabs input[type="radio"]:checked + label::before {
	position: absolute;
	content: "";
	left: 0px;
	z-index: -999999;
	height: 51px;
	top: 0px;
	background: #de0000;
	right: 0px;
	width: 100%;
	margin: 0 auto !important;
}
.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;
}


footer {
	background: #e7e5e5;
	margin: 70px auto 0px;
}
footer .footer_link .flex-div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .footer_link .flex-div .company_info ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}


footer .footer_link .flex-div .company_info ul li {
	flex: auto;
	width: 100%;
	max-width: calc(33.3% - 0px);
}

footer .footer_link .flex-div .company_info ul li a {
	text-decoration: none;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	letter-spacing: 0.25px;
	position: relative;
	padding: 10px 15px;
	display: block;
	transition: 0.5s all ease-in-out;
}
footer .footer_link .flex-div .company_info ul li a:hover {
	color: #bb1622;
}


footer .footer_link .flex-div .company_info ul li a::before {
	position: absolute;
	content: "";
	top: 17px;
	left: 0px;
	background: url("../images/ftr_arrow.png") no-repeat scroll center bottom;
	width: 9px;
	height: 7px;
	transition: 0.5s all ease-in-out;
}
footer .footer_link .flex-div .company_info ul li a:hover::before {
	background: url("../images/ftr_arrow.png") no-repeat scroll center top;
}



footer .footer_link .flex-div .col-item.company_info {
	width: 100%;
	max-width: 445px;
}
footer .footer_link .flex-div .col-item:nth-child(2) h3 {
	color: #000;
	font-size: 40px;
	text-align: right;
	text-transform: uppercase;
	margin: 0;
	font-family: 'Oswald', sans-serif;
}

footer .ftr_copyright {
	background: #000;
}
footer .ftr_copyright .copyright_text.flex-div {
	display: flex;
	justify-content: space-between;
}
footer .ftr_copyright .copyright_text.flex-div p {
	margin: 0;
	color: #fff;
	font-size: 13px;
font-family: 'Lato', sans-serif;
	padding: 15px 0px;
	font-weight: 700;
}

footer .footer_link .flex-div .col-item.company_info h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 0.50px;
	margin: 0 auto 15px;
	font-family: 'Oswald', sans-serif;
}

footer .footer_link {
	padding: 40px 0px 40px;
}

