/* OpenCart Responsive by Peter Stuart.
The original OpenCart theme was built by the OpenCart team!
I do not take credit in any part of the original theme */
@media (max-width: 454px)  {
	#banner12, #banner13, #banner14, #banner15 {
		width:100% !important;
	}
}

@media (min-width: 767px) {
	/* container */
	.container {
		width: 1000px;
	}	
	/* * { box-sizing: content-box; } */
	#mobile-menu { display:none; }
  h2 { font-size:16px; margin-top:0px; margin-bottom:5px; }
	h1, .welcome {
		font-family: 'Karla'!important;
		color: #e76085;
		text-transform:uppercase;
		margin-top: 0px;
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px; 
	}
	img { vertical-align: inherit; }
	#search_mobile { display:none; }	
	#footer .ui-icon {
		display:none;
	}
	.product-info .image-mobile, .product-info .mobile-additional {
		display:none !important;
	}	
	.product-info .image-additional li {
		width:100px !important;
	}
	.product-info .image-additional {
		display:block;
		position: relative !important;
	}
	.cart-info *,.checkout-info * {
			box-sizing: border-box !important;
	}
	.input-group {
		width:100%;
	}
	.checkout-info .col-sm-6 {
		padding-left:5px;
		padding-right:5px;
	}

	#cart .btn-lg, #search .btn-lg {
		padding: 5px 8px;
	}

	.valign-bottom {
	  display: flex;
	  align-items: baseline; 
	}
	#mobile-alert {
		display:none;
	}
	
	#button-cart {
		width:50%;
	}
#banner12 img { 
	max-width:227px;
}
#banner13 img { 
	max-width:227px;
}
#banner14 img { 
	max-width:227px;
}
#banner15 img { 
	max-width:227px;
}

#mobile-attention {
	display:none;
}	
#checkout-cart {
	display:block;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
}
	
}
@media only screen and (max-width : 768px) {
	html, body { overflow-x: hidden; width: 100%; font-family: 'Oswald', Arial, Helvetica, sans-serif; }
	a:hover, a:focus {
  	color: #e76085;
  	text-decoration: underline;
	}
	
	.col-sm-4 {margin-right:0 !important; width: 100%;}
	.col-sm-4 control-label {width: 100%; padding-top: 30px !important;}
	.control-label {width: 100%; padding-top: 30px !important;}
	.col-sm-3 {height: 0px;}
	.form-control {margin-bottom: 5px !important;}
	.dropdown-menu {min-width: 320px !important;}
	
	.valign-bottom {
	  display: block;
	  align-items: baseline; 
	}	
	#mobile-alert {
		display:block;
		margin-bottom:10px;
		color:#333;
		font-size:12px;
	}
	#banner12, #banner13, #banner14, #banner15 {
		width:50%;
		padding:0;

	}
	
#banner12 img, #banner13 img, #banner14 img, #banner15 img { 
	width:100%;
}
  /*
  #header #logo img {
   	content:url('https://www.girlsdressline.com/image/data/logo-mobile2.png');
   	min-width:250px;
   	min-height:20px;
   	margin: 5px 0 10px 0;
	}
	*/
	#container, #content, #out-container  { 
		width: 100%; 
		overflow-x: hidden; }
	#outside-left { display:none !important; }

  #menu {
    	display: none;
  }

  #mobile-menu {
    	/*display: block !important;*/
  }

	#mobile-menu .dropdown:hover .dropdown-menu {
		display: none;
	}
	#container, .container {
		padding-left:5px;
		padding-right:5px;
	}	
	.navbar {
		margin-bottom:10px;
	}
	.navbar-collapse {
		max-height: 100% !important;
	}
	.navbar-nav {
	  margin: 0px -15px;
	}

	/* Links */
	#links-mobile {
		display: block !important;
		text-align: center;
		background-color: #EEEEEE;
	  border-bottom: 1px solid #e2e2e2;
		padding-top:2px;
		height:35px;
	}
	
	#links-mobile span, #links-mobile UL, #links-mobile LI {
		color: #999;
	}
	
	#links-mobile a {
		font-size: 18px !important;
		display: inline-block;
		padding: 2px 10px 4px 10px;
		text-decoration: none;
		color: #999;
	}
	#links-mobile a:hover {
		color: #666;
	}
	#links-mobile .dropdown-menu li > a {
		font-size:13px !important;
		color:#333 !important;
		text-transform:uppercase;
	}

	/* menu */
	#mobile-menu {
		background-color: #e15f81;
		background-image: linear-gradient(to bottom, #e76085, #d75d80);
		background-repeat: repeat-x;
		border-color: #d75d80 #d75d80 #a9596f;
		text-transform:uppercase;
			-webkit-border-radius: 5px 5px 5px 5px;
			-moz-border-radius: 5px 5px 5px 5px;
			-khtml-border-radius: 5px 5px 5px 5px;
			border-radius: 5px 5px 5px 5px;
	}
	#mobile-menu .ui-icon {
		float:right;
	}
	#mobile-menu .nav > li > span {
		display:block;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		padding: 10px 15px 10px 15px;
		min-height: 15px;
		background-color: transparent;
		background-color: rgba(0, 0, 0, 0.2);
		cursor:pointer;
	}
	#mobile-menu .nav > li > ul > li > span {
		display:block;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		padding: 7px 15px 7px 25px;
		background-color: rgba(0, 0, 0, 0.1);
		cursor:pointer;
	}
	#mobile-menu .nav > li > ul > li > ul > li > span {
		display:block;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		padding: 5px 15px 5px 35px;
		cursor:pointer;
	}
	#mobile-menu .nav > li > ul > li > ul > li > span:hover {
		background-color: rgba(0, 0, 0, 0.25);
	}	

	#mobile-menu  a:hover, #mobile-menu  a, #mobile-menu a:focus  {
		color:#fff !important;
	}
	
	#mobile-menu .see-all {
		display: block;
		margin-top: 0.5em;
		border-top: 1px solid #DDD;
		padding: 3px 20px;
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 3px 3px;
		font-size: 12px;
	}
	#mobile-menu .see-all:hover, #mobile-menu .see-all:focus {
		text-decoration: none;
		color: #ffffff;
		background-color: #e15f81;
		background-image: linear-gradient(to bottom, #e76085, #d75d80);
		background-repeat: repeat-x;
	}
	#mobile-menu #category {
		float: left;
		padding-left: 0px;
		font-size: 16px;
		font-weight: 600;
		line-height: 45px;
		color: #fff;
		text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
	}
	#mobile-menu .btn-navbar {
		font-stretch: expanded;
		color: #FFF;
		padding: 4px 15px;
		margin-left:10px;
		float: left;
		background-color: #e15f81;
		background-image: linear-gradient(to bottom, #e76085, #d75d80);
		background-repeat: repeat-x;
		border-color: #d75d80 #d75d80 #a9596f;
	}
	#mobile-menu .btn-navbar:hover, #mobile-menu .btn-navbar:focus, #mobile-menu .btn-navbar:active, #mobile-menu .btn-navbar.disabled, #mobile-menu .btn-navbar[disabled] {
		color: #ffffff;
		background-color: #e15f81;
	}	
	
	
	/* Search */
	/*
	#search_mobile {
		display:table;
		margin-bottom: 10px;
	}
	#search_mobile .input-lg {
	  height: 40px !important;
	  line-height: 20px;
	  padding: 0 10px !important;
	  width:100% !important;
	}	
	#search_mobile .btn-lg {
	  font-size: 15px;
	  line-height: 18px;
	  padding: 10px 35px;
	  text-shadow: 0 1px 0 #FFF;
	}
*/
	/* Common and Misc */
	.hide {
		display: none !important;
	}
	
	.show {
		display: block !important;
	}
	
	.show-table-cell {
		display: table-cell !important;
	}
	
	a.button2, input.button2 {
		font-size: 14px;
		text-transform:uppercase;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin: 10px 0;
		width: 50%;
		padding: 0;
		display: block;
		float:left;
		background-image: none;
		background: #efefef;
		background: -moz-linear-gradient(top,  #efefef 0%, #cacaca 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#cacaca));
		background: -webkit-linear-gradient(top,  #efefef 0%,#cacaca 100%);
		background: -o-linear-gradient(top,  #efefef 0%,#cacaca 100%);
		background: -ms-linear-gradient(top,  #efefef 0%,#cacaca 100%);
		background: linear-gradient(to bottom,  #efefef 0%,#cacaca 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cacaca',GradientType=0 );
	}

	a.button2:hover, input.button2:hover {
		background-image: none;
		background: #a55668;
		background: -moz-linear-gradient(top,  #a55668 0%, #712737 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a55668), color-stop(100%,#712737));
		background: -webkit-linear-gradient(top,  #a55668 0%,#712737 100%);
		background: -o-linear-gradient(top,  #a55668 0%,#712737 100%);
		background: -ms-linear-gradient(top,  #a55668 0%,#712737 100%);
		background: linear-gradient(to bottom,  #a55668 0%,#712737 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a55668', endColorstr='#712737',GradientType=0 );
	}
	
	
	a.button-grey, input.button-grey {
		background: #e598a9;
		background: -moz-linear-gradient(top, #e598a9 0%, #b66779 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e598a9), color-stop(100%,#b66779));
		background: -webkit-linear-gradient(top, #e598a9 0%,#b66779 100%);
		background: -o-linear-gradient(top, #e598a9 0%,#b66779 100%);
		background: -ms-linear-gradient(top, #e598a9 0%,#b66779 100%);
		background: linear-gradient(to bottom, #e598a9 0%,#b66779 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e598a9', endColorstr='#b66779',GradientType=0 );
	}
	
	.buttons .right, .buttons .left {
		float: none;
		width: 100%;
	}
	
	input[type=text], input[type=tel], input[type=password], input[type=email], textarea, select {
	  display: block;
	  width: 100%;
	  height: 34px;
	  padding: 6px 12px;
	  font-size: 14px;
	  line-height: 1.428571429;
	  color: #555;
	  background-color: #fff !important;
	  background-image: none;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	textarea {
  	height: auto;
	}

	INPUT:focus, textarea:focus , select:focus  {
	  border-color: #e15f81;
	  outline: 0;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(225,95,129,.6);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(225,95,129,.6);
	}
	INPUT[type=radio]:focus, INPUT[type=checkbox]:focus {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
		
	.left, .right {
		width: 100% !important;
		float: none !important;
	}
		
	#notification {
		width: 90%;
		margin: 0 auto;	
	}
	
	textarea {
		/*width: 97% !important;*/
		padding: 1%;
		margin: 0;
	}
	
	
	#content .content ul {
		font-size:14px;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	table.form tr td:first-child {
		width: 100px;
		font-weight: bold;
	}
	
	table.list .left, table.list .right {
		width: 50% !important;	
		border-bottom: 1px solid #DDDDDD;
	}
	
	.scroll {
		font-style: italic;
		display: block !important;
		margin: 0 0 5px 10px;
		font-weight: bold;
	}
	
  	/* Header */
  	#header {
    	width: 100%;
    	margin: 7px 0 1px 0;
    	padding: 0;
    	height: auto;
		background: #fff;
  	}

  	#header div {
    	display: none;
  	}
  	/*
		#header #top-content, #header #top-cart, #header #search, #header #cart {
			display:none;
		} 
		#header .top-banner {
			float:none;
			display:table;
			margin-top:0;
			height:0;
		}
		#header .banner {
			display:block;
			float:none;
			text-align:left;
		}
  	#header #logo {
    	display: block;
    	margin: 0 auto;
    	position: relative;
    	top: 0;
    	text-align: center;
    	left: 0;
  	}
		*/

		

	
  
  	/* Main */

  	/* Left Blocks and Right Blocks are hidden */
  	#column-left, #column-right {
    	display: none;
  	}  

  	/* Add content properties to make things look nice! */
  	#content {
    	width: 99%;
   		margin: 0 auto !important;
			min-height: 0;
  	}
/*
		#content .banner, #content .banner div { 
			text-align:center;
			width:100%;
			max-width:340px;
			margin:0;
			padding:0;
			padding-right:10px;
		}
*/		
		#content .banner img {
			width:100%;
		}
		
		#content #banner11 img {
			display:none;
		}
		
  	#content #banner16 img, #content #banner17 img, #banner9 img,  #banner10 img {
  		display:none;
  		/*width: 100%; 
  		overflow-x: hidden; 
  		min-width:740px;*/
  	}

	/* Image Slideshow */
 	.slideshow {
  	 /*display: none;*/
  }
 
  	/* Module Boxes */
  	/* For Products */
  	.box-product {
    	text-align: center;
  	}
  	.box-product .name a {
  		font-size:14px;
    	font-weight:normal;
  	}  
  	.box-product > div {
    	width: 20%;
			min-width:220px;
	    margin: 5px 0;
  			    
  	}

  	.box-product > div img {
    	width: 70%;
  	}
  	#product-sale{
  		display:none;
  	}
  	.box-product .button {
   		font-size: 12px;
		width: 90%;
		height: 25px;
		line-height: 25px;
		margin: 10px auto;
  	}
	
	/* Product Search */
	/* Category */
	.category-info {
		display: none;
	}
	
	.content {
	  margin-bottom: 20px;
	  background-color: #fff;
	  border: 1px solid transparent;
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-khtml-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
	}	

	#content h1 {
		font-size:26px;
		color: #333;
		padding: 5px 10px;
		margin: 0;
		font-weight:400;
	}
	
	#content h2 {
		font-size:18px;
		color: #333;
		padding: 5px 10px;
		margin: 0;
		font-weight:200;
	}
	
	.category-list {
		width:96%;
		margin: 0 auto;
		padding: 0;
		display: none;
	}
	
	.category-list ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
  	.category-list ul li {
    	display: block;
  	}

  	.category-list ul li a {
    	line-height: 30px;
    	text-decoration: none;
    	display: block;
    	padding: 0 10px;
    	color: #222;
   		border: #ccc 1px solid;
		border-top: none;
  	}
	
	.product-filter {
		margin-top: 15px;
	}
	
	.product-filter > div > b:nth-child(1), .product-filter .display {
		display: none;
	}
	
	.product-compare {
		display: none;	
	}

	.product-box {
		position:relative;
	}
	
	.product-list > div {
		position: relative;
		min-width:370px;
		height:450px;
		float: none;
	}
		
	.product-list > div > div > div {
		position: absolute;
	}

	.product-list .product-box {
		/*height:400px;*/
		overflow-x: hidden;
		
	}
	.product-list .product-over-box {
		display:none;
	}
	.product-list .product-over-box .right {
		width:48%;
		float:right;
		vertical-align: top;
	}
	.product-list .product-over-box .left {
		width:48%;
		float:left;
	}
	.product-list .product-over-box img {
		vertical-align:middle;
		padding-right:3px;
	}
	.product-list .product-over-box a {
		text-decoration:none;
	}
	.product-list .product-over-box .over-button a {
		float:right;
		padding: 5px 8px 5px 8px;
		width:80px;
		cursor: pointer;
		color: #fff;
		border:0;
		font-size: 11px;
		font-weight: bold;
		background-color:#e598a9;
		text-decoration: none;
		text-transform:uppercase;
		text-align:center;
		margin-top: 14px;
		-webkit-border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		-khtml-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
	
		-webkit-box-shadow: 0px 2px 0px #DDD;
		-moz-box-shadow: 0px 2px 0px #DDD;
		box-shadow: 0px 2px 0px #DDD;		
	}
	.product-list .product-over-box {
		display:none;
	}
	
	.product-list .image {
		top: 80px;
	}
	
	.product-list .name {
		top: 20px;
		left:2px;
	}
	
	.product-list .name a {
	 	font-size: 15px;
	 	font-weight:normal;
	}
	
	.product-list .price {
		top: 80px;
		width:130px;
		right: 0;
		text-align: left;
		margin: 0;
		color: #c64e65;
		font-weight: bold;
		font-size:16px;	
	}
	
	.product-list .description {
		display: none;
	}
	
	.product-list .right > div {
		width: 130px;
	}
	
	.product-list .cart {
		right: 0;
		top: 110px;
		margin: 0;
	}
	
	.product-list .cart .button {
		display:none;
		margin: 0;
		text-transform:uppercase;
	}
	
	.product-list .wishlist {
		display:none;
	}

	.product-list .compare {
		display:none;
	}

	.product-list .price {
		font-size:16px;
		display: block;
		font-weight: bold;
		color: #333333;
		margin-bottom: 4px;
		text-align:center;
	}
	.product-list .price-old {
		color: #000;
		text-decoration: line-through;
	}
	.product-list .price-new {
		color: #c64e65;
		font-weight: bold;
	}
	
	.product-list .wishlist a, .product-list .compare a {
		background-image: none;
		background: #eee;
		background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#ccc));
		background: -webkit-linear-gradient(top, #eee 0%,#ccc 100%);
		background: -o-linear-gradient(top, #eee 0%,#ccc 100%);
		background: -ms-linear-gradient(top, #eee 0%,#ccc 100%);
		background: linear-gradient(to bottom, #eee 0%,#ccc 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#ccc',GradientType=0 );
		font-size: 12px;
		text-align: center;
		margin: 0;
		width: 100%;
		padding: 0;
		display: block;
		border-radius: 7px 7px 7px 7px;
		box-shadow: 0 2px 2px #DDDDDD;
		color: #777;
		cursor: pointer;
		font-weight: bold;
		height: 40px;
		line-height: 40px;
	}
	
	.product-grid {
		overflow-y: hidden;
		margin-top: 0;
		text-align: center;
	}
	
	.product-grid > div {
		width: 20%;
		min-width: 225px;
		margin: 5px 0;
		text-align: center;
	}

	.product-grid .product-over-box, .product-grid .left, .product-grid .right {
		display:none;
	}
	
	.product-grid .image img {
		width: 70%;
		min-width:220px;
	}
	
	.product-grid .wishlist, .product-grid .compare {
		display: none;
	}
	
	.product-grid .button {
		font-size: 12px;
		width: 90%;
		height: 25px;
		line-height: 25px;
		margin: 10px auto;
	}
	
  /* Product Page */
  .product-info {
    overflow-x: hidden;
		margin-bottom: 0;
  }
	.product-info .left, .product-info > .left + .right {
		float: none;
		margin: 0 0 10px 0;
	}
	
	.product-info .left .image {
		float: none;
		width: 99%;
		padding: 0;
		margin-bottom: 7px;
	}
	
	.product-info .left .image img {
		width: 70%;
	}
			
	.product-info .image-additional {
		text-align: left;
		width: 100%;
		overflow-x: scroll;
		margin: 0;
	}
	
	.product-info .image-additional div {
		overflow: auto;
	}
	
	.product-info .image-additional a.image-replace {
		float: none;
	  	display: inline-block !important;
	  	margin: 0 5px;
	}

	.product-info .options SELECT {
		height:40px;
	}	
	.product-info .price {
		font-size: 22px;
	}
	
	.product-info .price-old {
		color: #F00;
		text-decoration: line-through;
		display:block;
		font-size:16px;
	}
	
	.product-info .price-new {
		font-size:24px;
	}
	
	.product-info .price-tax {
		font-size: 16px;
	}
	
	.product-info .price .reward {
		font-size: 14px;
	}
	
	.product-info .price .discount {
		font-size: 14px;
	}
	
	.product-info .cart {
		margin-bottom: 0;
	}
	
	.product-info .cart div {
	  float: none;
	  width: 100%;
	  font-weight: bold;
	  color: #222222;
	}
	
	.product-info .cart div input[type=text] {
		width: 45px;
		padding: 0 4%;
	}

	.product-info .cart div:nth-child(2), #button-cart+span {
		/*display: none;*/
	}
	
	span.links {
		width: 100%;
	}
	
	.product-info .cart div:nth-child(3) a, span.links a {
		color: #222222;
		font-size: 14px;
		height: 40px;
		text-decoration: none;
		width: 100%;
		display: block;
		font-weight: bold;
		-webkit-border-radius: 7px 7px 7px 7px;
		-moz-border-radius: 7px 7px 7px 7px;
		-khtml-border-radius: 7px 7px 7px 7px;
		border-radius: 7px 7px 7px 7px;
		-webkit-box-shadow: 0px 2px 2px #DDDDDD;
		-moz-box-shadow: 0px 2px 2px #DDDDDD;
		box-shadow: 0px 2px 2px #DDDDDD;
		background: #e598a9;
		text-align: center;
		line-height: 40px;
		background: -moz-linear-gradient(top, #e598a9 0%, #b66779 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e598a9), color-stop(100%,#b66779));
		background: -webkit-linear-gradient(top, #e598a9 0%,#b66779 100%);
		background: -o-linear-gradient(top, #e598a9 0%,#b66779 100%);
		background: -ms-linear-gradient(top, #e598a9 0%,#b66779 100%);
		background: linear-gradient(to bottom, #e598a9 0%,#b66779 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e598a9', endColorstr='#b66779',GradientType=0 );
	}
	
	.review {
		/*display:none;*/
	}
		
	.addthis_button_compact {
		display: none;
	}
	#tabs, #tab-description{
		min-width:260px;
	}
	#tabs a {
		display: none !important;
		font-size: 12px;
		margin-right: 5px;
    padding: 7px 8px 6px;
	}
	
	#tabs a.selected {
    	padding-bottom: 7px;
	}
	
	#tabs a[href="#tab-related"],
	#tabs a[href="#tab-description"],
	#tabs a[href="#tab-review"],
	#tabs a[href="#tab-attribute"] {
		display: block !important;	
	}
	
	.tags {
		display: none;	
	}
	
	/* Cart */
	.cart-info table .model {
		display: none;
	}
	
	.cart-info .image {
		display: none;
	}
	
	/* Checkout */
	.checkout-product .model, .checkout-product .model {
		display: none;
	}
		
	/* Account */
	/* Wishlist */
	.wishlist-info thead .model, .wishlist-info tbody .model,
	.wishlist-info thead .stock, .wishlist-info tbody .stock {
		display: none;
	}
	
	/* Order History */
	
	
	/* jcarousel */
	.jcarousel-container-horizontal{
		padding: 0 !important;	
	}
	
	.jcarousel-next-horizontal {
		display: none !important;
	}
	
	.jcarousel-container-horizontal{
		padding: 0 !important;	
	}
	
	.jcarousel-item {
		width: auto !important;
		margin: 0 10px !important;
	}
	
	.jcarousel-clip {
		overflow: scroll !important;
	}
	
	.jcarousel-clip ul {
		overflow: hidden !important;
	}
	
	/* Footer */
	#footer {
		width:100%;
	  margin-top: 20px;
	  padding-top: 20px;
	  margin-left:0;
	  margin-right:0;
	  background-color: #999;
	  color: #e2e2e2;
	  border: 1px solid transparent;
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-khtml-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;	  
	}
	#footer .column ul  li a {
	  color: #fff;
	}	
	#footer .column {
		float: none;
		min-height: 0;
		width: 100% !important;
	}
	#footer .column h3 {
	  font-family: 'Open Sans', sans-serif;
	  font-size: 13px;
	  font-weight: 200;
	  line-height:150%;
	  color: #fff;
	  cursor:pointer;
	}
	
	#footer .column ul {
	  margin-top: 0;
	  margin-bottom: 10px;
	  display:none;
	}
	#footer .column li {
		padding-left:10px;
	}
	
	#footer .ui-icon {
		float:left;
		color:#fff;
		font-size:20px;
	}
	
	
	/* Other edits for my own OC extensions */
	.productHover { display: none !important; }
	
	#header-top {
		display:none;
	}
	#logo { padding:0; margin-left:23%; margin-top:20px;width:220px}
	#logo img {
		content: url("../image/logo-mobile.png") no-repeat;
		margin-left:auto;
		margin-right:auto;
		width:195px !important;
	}
	
	#search {width:150px !important;}
	
	H1 {
		color:#000;
		font-weight:normal;
		font-size:20px;
		letter-spacing:0px;
		margin:0 !important;
	}
	#welcome-area {
		display:none;
	}
	.filter-group {
		display:none;
	}
	.category-help {
		display:none;
	}
	
	/* breadcrumb */
	.breadcrumb {
		margin: 0 0 20px 0;
		padding: 8px 0px;
		border: 1px solid #ddd;
		height:38px;
		background-color:#EEE !important;
		overflow-y: hidden;
		overflow-x: hidden;
	}
	.breadcrumb UL, .breadcrumb LI {
		height:38px;
	}
	.breadcrumb i {
		font-size: 15px;
	}
	.breadcrumb > li:first-child {
		/*display:none;*/
	}
	.breadcrumb > li {
		text-shadow: 0 1px 0 #FFF;
		padding: 2px 15px;
		position: relative;
	}
	.breadcrumb > li + li:before {
		content: '';
		padding: 0;
	}
	.breadcrumb > li:after {
		content: '';
		display: block;
		position: absolute;
		top: -3px;
		right: -5px;
		width: 26px;
		height: 26px;
		border-right: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#product-breadcrumb li:last-child {
		display:none;
	}	
	.product-grid .product-box {
		/*height:400px;*/
	}
	#contact-with, #footer-top, .linex {
		display:none;
		margin:0;
	}
	.line {
		display:none;
		margin:0;
	}
	.total-product {
		padding-top:5px;
	}
	#copyright {
		padding:0;
		margin:0;
		border:0;
		text-align:center;
	}
	#copyright img {
		/*display:none;*/
	}
	#copyright .store-copyright {
		width:100%;
		margin:0;
		padding: 20px 0px 20px 20px !important;
	  border:0;
	  color: #666;		
	  margin-bottom:10px;
	}
	#header-top {
		margin:0;
		padding:0;
	}
	.index-box-heading {
		text-align:center;
		color:#c95b74;
		background-color:#eee;
		padding-top:10px;
		padding-bottom:10px;
		border-bottom:1px solid #ccc;
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-khtml-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;	 		
	}

	#left-menu {
		display:none !important;
	}

	#column-left + #column-right + #content, #column-left + #info-content {
	  margin-left: 10px;
	}
	#info-content H1 {
		font-size:25px;
		color:#d85d80;
		padding-top:10px;
		padding-bottom:10px;
		text-transform:uppercase;
	}
	#info-content H2 {
		font-size:20px;
		padding-top:10px;
		text-transform:uppercase;
	}	
	#info-content TABLE,#info-content  img {
		width:100%;
	}

	.product-info .image, .product-info .scroll-additional {
		display:none !important;
	}
	
	.thumbnails {
		overflow: auto;
		clear: both;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.thumbnails > li {
		margin-left: 20px;
	}
	.thumbnails {
		margin-left: -20px;
	}
	.thumbnails > img {
		width: 100%;
	}
	
	.image-mobile-additional a {
		margin-bottom: 20px;
		padding: 5px;
		display: block !important;
		border: 1px solid #ddd;
	}
	.image-mobile-additional {
		max-width: 100px;
	}
	.thumbnails .image-mobile-additional {
		float: left;
		margin-left: 20px;
	}
	#button-cart {
		width:100%;
	}
	#size-chart {
		display:inline-block;
	}
	#qty-down {
		width:40px !important;
	}
	#qty-up {
		width:40px !important;
	}
	.btn-group {
		width:100% !important;
		display:table;
	}
	.cart .btn-group .btn {
		display:table-cell;
		width:50%;
	}
	.color-box img, .color-box a {
		padding:0 !important;
		margin:0 !important;
		line-height:0;
		-webkit-box-sizing: content-box !important;
  	-moz-box-sizing: content-box !important;
  	box-sizing: content-box !important;
  	vertical-align:baseline !important;
	}
	.cart-info div {
		/* width:100% !important;*/
	}
	#search .input-lg {
		height:40px;
	}
	#top #top-links .fa {
		font-size:20px !important;
		padding-left:5px;
		padding-right:5px;
	}
	#top .dropdown-menu {
		min-width:120px;
	}
	.mobile-additional2 {
    width: 100%;
    height: 250px;
    overflow-x:scroll;
    overflow-y:hidden;
    white-space:nowrap;
	}	
	.mobile-additional2 img {
		margin:20px 10px 0 10px;
	}

	#mobile-attention {
		display:block;
	}	
	#checkout-cart {
		display:none;
	}
	.vcenter {
	    display: block;
	    vertical-align: middle;
	    float: none !important;
	}
	#pagination .text-left,#pagination .text-right {
		text-align:center !important;
		margin-bottom:10px;
	}
	#category-image {
		width:100%;
	}

	.button-search {
		margin-bottom: 5px !important;
	}
}


/*
.size-chart-box, #size-chart, .review, .review-write-box, #shipping-banner, .options, .product-qty-css,
.btn-group, .product-social, .div-add-cart, .product-grid2, #tabs, .box, #tab-related
{
	display:none;
}

#tab-related {
	display:none!important;
}
*/