@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1;
	background-image:url(imgs/pg.jpg);
	background-repeat:repeat-x;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #933;
}
a:active {
	text-decoration: none;
}
header {
	width:100%;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
.flex {
	overflow:hidden;
}
.split {
	clear:both;
}
.brand {
	float:left;
}
.brand img {
	margin-right:1px;
}
.arrowtop {
	position:absolute;
	margin: 37px 0 0 25px;
}
.topgradiantbar {
	background-repeat:repeat-x;
	height:38px;
	position:absolute;
	width:100%;
	z-index:1000;
	background-color:#2a2a2a;
}
.collection {
	padding:10px;
}
.collection h2 {
	font-family: 'Ruda', sans-serif;
	font-size:18px;
	margin: 5px 0px 5px 0px;
	font-weight:100;
	letter-spacing:-.5px;
}
.collection ul {
	width:auto;
	margin-bottom:20px;
}
.collection ul li {
	list-style:none;
}
.collection ul li a {
	padding: 7px 0 7px 10px;
	display:block;
	font-family: 'Ruda', sans-serif;
	border-bottom:solid 1px #eee;
	font-size:12px;
}
.collection ul li a:hover {
	border-bottom:solid 1px #ddd;
	background-color:#f7f7f7;
	text-decoration:none;
}
.toplink {
	width:580px;
	float:right;
}
.toplink ul {
	width:auto;
}
.toplink ul li {
	list-style:none;
	float:left;
}
.toplink ul li a {
	font-size:14px;
	color:#7c7b7b;
	padding: 12px 15px 12px 15px;
	display:block;
	font-family: 'Pathway Gothic One', sans-serif;
	border-left:solid 1px #434242;
	text-transform:uppercase;
	letter-spacing:1px;
}
.toplink ul li a:hover {
	color:#ccc;
	background-color:#333333;
	text-decoration:none;
}

.toplink ul li a img {
	float:left;
	margin-right:4px;
	margin-top:2px;
}

.toplink ul li:hover ul{
	 display:block;
	
}
.toplink ul ul {
	display:none;
	background-color:#2a2a2a;
	width:150px;
}
.toplink ul ul li {
	list-style:none;
	float:none;
}
.toplink ul ul li a {
	font-size:14px;
	color:#7c7b7b;
	padding:12px 15px 12px 15px;
	display:block;
	font-family: 'Pathway Gothic One', sans-serif;
	border-top:solid 1px #484848 ;
	text-transform:uppercase;
	letter-spacing:1px;
}
.toplink ul ul li a:hover {
	color:#ccc;
	background-color:#333333;
	text-decoration:none;
}
.searchbar {
	float:right;
	width:232px;
	padding:8px 0 5px 0px;
}
.searchbg {
	width:200px;
	float:left;
}
.fts {
	background-color:#fff;
	border:solid 1px #ccc;
	padding:5.4px;
	width:100%;
	color:#666;
	font-size:12px;
}
.stab {
	background-color:#ccc;
	float:left;
	padding:7px;
}

.logo {
	margin:0px auto 0px auto;
	padding: 45px 0 5px 0px;
	text-align:center;
	background-image:url(imgs/topbg.jpg);
	border-bottom:#313131 solid 1px;
}


.navbar {
	background-image:url(imgs/topbg.jpg);
	height:45px;
	border-top:#545454 solid 1px;
	width:100%;
}
.middle_container {
	width:1000px;
	margin:auto;	
}

#header {
	width:100%;
	z-index:1200;
}

nav {
	width:700px;
	float:left;
}
nav ul {
	width:auto;
}
nav ul li {
	list-style:none;
	float:left;
	margin: 7px 15px 10px 0px;
}
nav ul li:hover {
	background-color:#333;
}
nav ul li a {
	text-transform:uppercase;
	padding: 7px 15px 6px 15px;
	display:block;
	font-family: 'Ruda', sans-serif;
	color:#CCC;
	
}
nav ul li a:hover {
	background-color:#333;
	color:#FFF;
	text-decoration:none;
}

nav ul li:hover ul {
	display:block;
}

nav ul ul {
	display:none;
	position:absolute;
	width:1000px;
	background-color:#333;
	min-height:120px;
	z-index:9999;
	margin-left:-120px;
	padding:15px;
	border-radius:7px;
	box-shadow: 0 2px 3px #000;

}
nav ul ul div {
	width:49.5%;
	float:left;
	border:solid 1px #484848;
	border-radius:5px;
	margin:2px;
	padding:10px;
	min-height:240px;
}
nav ul ul div ul {
	width:50%;
	margin:0px;
	box-shadow:0 0 0;
	border-radius:0px;
	position:relative;
	float:left;
}
nav ul ul div h2 {
	color:#616060;
	font-size:20px;
	font-weight:100;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0px;
}
nav ul ul div ul li {
	list-style:none;
	float:left;
	padding:0px;
	margin:0px;
	width:98%;
}
nav ul ul div ul li a {
	padding:7px;
	text-transform:none;
	display:block;
	font-size:12px;
	
}
nav ul ul div ul li a:hover {
	background-color:#474747;
	border-radius:5px;
	
}



.strip {
	height:50px;
	width:1000px;
	margin:10px auto 0px auto;
	border:solid 1px #eee;
}
.whitestrip {
	background-color:#313131;
	width:98%;
	margin:6px auto;
	height:38px;
	box-shadow: 0 0 5px #999;
	border-radius:5px;
}
.whitestrip ul {
	width:100%;
}
.whitestrip ul li {
	font-size:14px;
	font-family: 'Ruda', sans-serif;
	padding:12px 0 0 12px;
	color:#fff;
	text-align:center;
}
.whitestrip ul li a {
	font-size:15px;
	font-family: 'Ruda', sans-serif;
	text-transform:uppercase;
	color:#eee;
	letter-spacing:1px;
}
#news {
	text-align:center;
}

 
.heart_icon {
	float:left;
	margin-right:4px;
}

.love {
	color:#e70636;
}
.slider {
	width:100%;
	/* height:350px; */
}
.slider img {
	width:100%;
}
.rightsliderpanel {
	float:right;
	width:240px;
	background-color:#FFF;
	height:402px;
	border:solid 1px #ddd;
}
.middle_home_bar {
	background-color:#eee;
	margin: 14px 0 0px 0px;
}
.banner1 {
	float:left;
	margin: 12px 0 0 0px;
}
.banner2 {
	float:right;
	margin: 12px 0 0 0px;
}
.small_banner1 {
	float:left;
	margin: 10px 0 10px 0px;
}
.small_banner2 {
	float:left;
	margin: 10px 0px 10px 13px;
}
.small_banner3 {
	float:right;
	margin: 10px 0 10px 0px;
}
.just_arrived {
	width:49%;
	float:left;
	border:solid 1px #ccc;
	height:425px;
	margin: 10px 0 4px 0;
	background-color:#eee;
}
.just_arrived h3 {
	text-align:center;
	margin: 15px 0 0px 0px;
	font-size:40px;
	font-family: 'Hammersmith One', sans-serif;
	letter-spacing:-2px;
	color:#666;
	text-transform:uppercase;
}
.just_arrived h4 {
	text-align:center;
	margin: 0px 0 5px 0px;
	font-size:15px;
	font-family: 'Ruda', sans-serif;
	letter-spacing:5px;
	font-weight:100;
	color:#999;
}
.just_arrived ul {
	width:auto;
}
.just_arrived ul li {
	list-style:none;
	width:45%;
	float:left;
	margin: 10px 0px 5px 15px;
	text-align:center;
	border:solid 1px #ddd;
	padding:10px 0 10px 0px;
	background-color:#FFF;
}
.just_arrived ul li h2 {
	margin: 0px 0 5px 0px;
	font-size:15px;
	font-family: 'Ruda', sans-serif;
	font-weight:100;
	color:#000;
}
.just_arrived ul li p {
	margin: 0px 0 5px 0px;
	font-family:Calibri;
	color:#666;
	line-height:18px;
}
.black {
	color:#333;
	font-size:16px;
}

.top_selling {
	width:100%;
	border:solid 1px #ccc;
	height:425px;
	margin: 10px 0 4px 0;
	background-color:#eee;
}
.middle_container p{
   color: #666;
    font-family: calibri;
    font-size: 17px;
    line-height: 21px;
    margin: 7px 0;
    text-align: justify;
	
}
.form_field{
   color: #666;
    font-family: calibri;
    font-size: 17px;
    line-height: 21px;
    padding:5px;
    text-align: justify;
}
.deiv p{
   color: #666;
    font-family: calibri;
    font-size: 14px;
     padding:5px 10px;
  
}
.top_selling h3 {
	text-align:center;
	margin: 15px 0 0px 0px;
	font-size:40px;
	font-family: 'Hammersmith One', sans-serif;
	letter-spacing:-2px;
	color:#666;
	text-transform:uppercase;
}
.top_selling h4 {
	text-align:center;
	margin: 0px 0 5px 0px;
	font-size:15px;
	font-family: 'Ruda', sans-serif;
	letter-spacing:5px;
	font-weight:100;
	color:#999;
}
.top_selling ul {
	width:auto;
}
.top_selling ul li {
	list-style:none;
	width:23%;
	float:left;
	margin: 10px 0px 5px 15px;
	text-align:center;
	border:solid 1px #ddd;
	padding:10px 0 10px 0px;
	background-color:#FFF;
}
.top_selling ul li h2 {
	margin: 0px 0 5px 0px;
	font-size:15px;
	font-family: 'Ruda', sans-serif;
	font-weight:100;
	color:#000;
}
.top_selling ul li p {
	margin: 0px 0 5px 0px;
	font-family:Calibri;
	color:#666;
	line-height:18px;
}

.heading {
	padding:18px 0 6px 0px;
}
.heading p {
	font-family: 'Ruda', sans-serif;
	font-size:13px;
	color:#999;
}
.heading p a {
	font-family: 'Ruda', sans-serif;
	font-size:13px;
	color:#666;
}
.heading p a:hover {
	color:#333;
}
.headbar {
	width:100%;
}
.headbar img {
	width:100%;
}
.ipage {
	padding:25px 0 20px 0px;
	min-height:400px;
}
.ipage p {
    color: #666;
    font-family: calibri;
    font-size: 17px;
    line-height: 21px;
    margin: 7px 0;
    text-align: justify;
}
.ipage h2 {
    color: #666;
    font-family: "Ruda",sans-serif;
    font-size: 21px;
    padding: 7px 0 6px;
    text-transform: uppercase;
}

.bottom_strip {
	height:57px;
	background-image:url(imgs/bottomstrip.png);
	background-repeat:repeat-x;
}
.newsletter {
	width:480px;
	margin: 0 auto;
	padding: 10px 0 0 0px;
}
.newshead {
	font-family: 'Ruda', sans-serif;
	font-size:16px;
	float:left;
	margin: 7px 7px 0 0px;
	font-style:italic;
	color:#CCC;
}
.newsletter_form {
	padding:6.3px;
	background-color:#FFF;
	border:solid 1px #ccc;
	width:100%;
}
.newsletterarea {
	float:left;
	width:250px;
}
.go {
	float:left;
}
.social {
	float:right;
	width:260px;
	margin: 10px 0 0 0px;
}
.social h3 {
	float:right;
	font-family: 'Ruda', sans-serif;
	font-size:16px;
	margin: 5px 7px 0 0px;
	font-style:italic;
	color:#CCC;
}
.social img {
	float:right;
	margin:0px 0 0 4px;
}
.bottomlink {
	width:100%;
}
.bottomlink ul {
	width:17%;
	float:left;
}
.bottomlink ul h3 {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:16px;
	margin: 19px 7px 10px 0px;
	font-weight:500;
	letter-spacing:-.5px;
	color:#666;
	text-transform:uppercase;
	letter-spacing:.5px;

}
.bottomlink ul li  {
	list-style:none;
	line-height:22px;
}
.bottomlink ul li a  {
	font-family: 'Ruda', sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
}

.bottomlink ul li a:hover  {	
	color:#e9e9e9;
}
.bottomlink ul p  {
	margin: 20px 0 0 0;
	font-family: 'Ruda', sans-serif;
	font-size:12px;
	line-height:22px;
}

.bottombg {
	background-color:#2c2c2c;
	margin-top:-5px;
	border-top:#404040 solid 1px;
}
.copyright {
	padding: 16px 0 16px 0px;
	font-size:12px;
	color:#666;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#333;
}
.line {
	border-top:dashed 1px #404040;
	margin: 10px 0 0 0px;
}
.tshirt_cat {
	width:100%;
	
}
.tshirt_cat ul {
	width:auto;
}
.tshirt_cat ul li {
	list-style:none;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#666;
	padding:8px 20px 10px 20px;
	
	font-style:italic;
	margin-bottom:20px;
}
.tshirt_cat ul li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#999;
}
.tshirt_cat ul li a:hover {
	color:#666;
	text-decoration:none;
}
.prod-dis {
	padding:0px;
}
.brand_cntry ul {
	float:left;
	width:50%;
}

.flag_holder {
	
	background-repeat:repeat-x;
	height:25px;
	width:1050px;
	
}
.flag {
	width:100%;
	background:url("imgs/bottomstrip.png");

}
.flag_holder ul {
	float:right;
}
.flag_holder ul li {
	float:left;
	padding:5px;
	margin:0 5px;
	color:#666;
	font-size:12px;
	
    
}
.flag_holder ul li p {
	text-align:center;
	display:inline-block;
	 padding:8px 0 0 2px;
	

	
}
.flag_holder ul li img {
	margin-top:5px;
	 padding: 0 0px 0 0;
	  float:left;
}
.heading_brand {
	text-align:right;
	width:502px;
	margin-top:12px;
	color:#666;
	font-weight:500;
	text-transform:uppercase;
	font-size:12px;
	float:left;
}
.carrer_holder {
  width:900px;
  margin:auto;
  margin-top:20px;
  border:1px solid #eee;
}
.carrer{
  float:left;
  width:33%;
}
.carrer-textarea{

  width:100%;
}
.margin_set {
	width:30% !important;
	margin-left:45px !important;
	padding:7px 10px !important; 
}
.career_field {
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin: 5px 15px 8px;
    padding: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
    width: 90%;
	color:#666!important;
	font-size:14px;
}
.career_field  option{
	 border-top: 1px solid #eee;
     padding:0 5px;
	  line-height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:14px;
	  color:#666!important;
}
.career_textarea {
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin: 5px 15px 30px;
    padding: 10px;
    width:96%;
}
.career_form p {
  margin-top:-10px;
  margin-left:15px;
  background:#FFF;	
  width:110px;
  text-align:center;
}

.carrer-textarea p {
  margin-top:-10px;
  margin-left:15px;
   width:110px;
  text-align:center;
}
.field_set  {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    float: left;
    margin-left: 15px;
    margin-top: 5px;
    padding: 5px;
    width: 30%;
}
.career_file {
  width:65%;
}
.submit_apple {
  padding:5px 10px;
  margin-top:15px;
  cursor:pointer;
  background:#333;
  color:#dfdfdf;
  border:0;
  font-family:Calibri;
  text-transform:uppercase;
  float:right;	
  margin-right:25px;
}
.submit_apple:hover {
	 background:#000;
}
.feedback
{
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    height: 115px;
    margin: 5px 15px 10px;
    padding: 10px;
    width: 90%;
}
.career_form {
	width:100%;
	margin:auto;
}
.career_form h1 {
	font-size:16px;
    color: #666;
    font-family: "Ruda",sans-serif;
    padding: 7px 15px 6px;
    text-transform: uppercase;
}
.call_holder{
 float:left;
  width:25%;
 
  }
  
.contact_pic ul{
 width:auto;
 }
 .contact_pic ul li{
 float:left;
 margin: 10px 3%;
 text-align:center;

 }
 .contact_pic ul li p a {
  color: #666;
    font-family: calibri;
    font-size: 17px;
    line-height: 21px;
    margin: 7px 0;
    text-align:center;
}


.contact_pic ul li p a:hover {
	 text-decoration:none;
}
.ftds2 {
   margin: 7px 3px 0 0px;
   padding: 8px 14px 8px 14px;
   border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666!important;
	font-size:14px;
}
.rp_heading
{
	color: #000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
	margin-top:20px;
}
.return_policy
{
	width:100%;
}
.return_policy p
{
	padding-left:10px;
	text-align:justify;
}
.care_instruction
{
	width:100%;
}

.care_instruction p
{
	margin-left:30px;
}
.care_instruction ul
{
	width:100%;
	margin-top:10px;
}
.care_instruction ul li
{
	width:100%;
	list-style-type:square;
	padding-bottom:6px;
	margin-left:30px;
	color: #666;
	line-height:20px;
    font-family: calibri;
    font-size: 17px;
	}



.ci_heading
{
	color: #000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
	margin-top:20px;
}
.heading2
{
	color:#333;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
	text-decoration:underline;
	margin-top:10px;
}
.size_btn
{
	background: none repeat scroll 0 0 #333;
    border: 0 none;
	 color: #dfdfdf;
    cursor: pointer;
    float: left;
    font-family: Calibri;
    font-size: 20px;
    margin-right: 25px;
    margin-top: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
	border-radius:5px;
}
.size_btn2
{
	color:#000;
    border: 0 none;
    font-family: Calibri;
    font-size: 18px;
    margin-top: 25px;
    text-transform: uppercase;
	border-radius:5px;
}



.m_size_container
{
	width:100%;
}
.size_btn:hover
{
	background: none repeat scroll 0 0 #000;
	color:#FFF;
}
.m_size_container table
{
	width:70%;
}


.m_size_container tr
td,th
{
	border:thin solid #999;
	height:40px;
	padding:15px;
}

.m_size_container tr th
{
	border:thin solid #999;
	height:40px;
	padding:15px;
	background:#CCC;
}

/* Featured Products Section */
.featured_section {
	padding: 20px 0;
}

.featured_section h2 {
	font-family: 'Ruda', sans-serif;
	font-size: 24px;
	margin: 20px 0 30px 0;
	color: #333;
	font-weight: bold;
}

.collection_group {
	margin-bottom: 30px;
}

.collection_group h3 {
	font-family: 'Ruda', sans-serif;
	font-size: 18px;
	margin: 15px 0 15px 0;
	color: #555;
	font-weight: bold;
}

.product_row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}

.product_item {
	flex: 0 0 calc(25% - 15px);
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
	transition: all 0.3s ease;
	min-height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product_item:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	border-color: #999;
	transform: translateY(-2px);
}

.product_item a {
	text-decoration: none;
	color: #333;
	display: block;
}

.product_item img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	min-height: 150px;
	object-fit: cover;
	background-color: #f5f5f5;
}

.product_item h4 {
	font-family: 'Ruda', sans-serif;
	font-size: 14px;
	margin: 10px 0;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

.product_item:hover h4 {
	color: #e74c3c;
}