/*** RESPONSIVE ***/

@media screen and (max-width: 1180px) {
	.top-nav {margin-top: 51px;}
	.mvl {display: block;}
	.footer-column-content p {margin-bottom: 0px;}
	#shopping-cart-table {width: 100% !important; margin: 0 auto!important;}

/* GENERAL */

.page {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto;
	text-align: left;
}
#header_menu {display: none;}
.header_menu {display: none;}
#header .redes,
.sf-right {display: none;}
.right-bg {
	width:100%;
	max-width: 100%;
	min-width: 100%;
	margin:0 auto;
}
input.button {
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px  !important;
	border-radius: 0px  !important;
	background: none !important;
}
input.button:hover {
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px  !important;
	border-radius: 0px  !important;
	background: none !important;
}
input.exclusive {
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px  !important;
	border-radius: 0px  !important;
	background: none !important;
}
input.exclusive:hover {
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px  !important;
	border-radius: 0px  !important;
	background: none !important;
}
input#phone_mobile {
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px  !important;
	border-radius: 0px  !important;
	background: none !important;
}
input#phone_mobile:hover {
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px  !important;
	border-radius: 0px  !important;
	background: none !important;
}
input#phone {
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px  !important;
	border-radius: 0px  !important;
	background: none !important;
}
input#phone:hover {
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px  !important;
	border-radius: 0px  !important;
	background: none !important;
}

#authentication .buttons-set {float: none !important; border: none !important; text-align: center !important; margin-top: 0px !important;}
#authentication .exclusive {float: none !important;}

#login_form #SubmitLogin {
width: 85px !important;
text-align: center !important;
float: none !important;
}
.form-list label  {float: none !important; text-align: center !important;}

.icon-lock {display: none !important;}


#authentication .col-1 {text-align: center;}
#authentication .col-2 {text-align: center;}

/* CABECERA */
.header-container {height: 51px;}
#header {
	background: #ffffff;
	position: fixed !important;
	z-index: 10000000000 !important;
	width: 100% !important;
	margin-top: 0px !important;
	top: 0px !important;
	border-bottom: 1px solid #000000;
	height: 50px !important;
}
.header {height: 50px !important;}
.logo {
	position: relative;
    z-index: 9999;
}

/* MENÚ */

.nav-container {display: none !important;}  
.mobile-menu-toggle {
	display: block !important;
    text-align: center;
    cursor: pointer;
    width: 25px !important;
    margin-left: 10px;
    float: left !important;
    position: absolute;
    top: 5px;
    z-index: 9999;
    padding: 10px;
    font-size: 20px;
}
 .mobile-menu .box-content {
    padding: 30px;
    width: 260px;
    background: rgba(0,0,0,0.85) !important;
	overflow-y: scroll;
	
	height: -webkit-calc(100vh - 111px) !important;
    height: -calc(100vh - 111px) !important;
    height: -moz-calc(100vh - 111px) !important;
  }
  .mobile-menu {
	  z-index: 100000000 !important;
	  position: absolute !important;
	      overflow-y: scroll;

	  margin-top: 0px;
	  padding: 0px !important;
	 }
.box-category .menuclose {
    background-image: url("../../img/menuclose.png");
    background-position: left 14px;
    background-repeat: no-repeat;
	margin-left: 7px;
    cursor: pointer;
    height: 50px;
    width: 100%;
	z-index: 100000000 !important;
	position: absolute;
    /* right: 20px; */
}
.box-category .menuopen {
    background-image: url("../../img/menuopen.png");
    background-position: left 12px;
    background-repeat: no-repeat;
	margin-left: 7px;
    cursor: pointer;
    height: 50px;
    width: 100%;
	z-index: 100000000 !important;
	position: absolute;
    /* right: 20px; */
}
 
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0px;
	margin-bottom:15px;
	height:38px;
}

.box .box-content {
	background: #FFFFFF;
	z-index: 100000000000000000000000000000000000000 !important;

}
.box-category {
	margin-top: 30px;
        text-align:left;
	
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow:visible !important;	
}
.box-category > ul > li {}
.box-category > ul > li:last-child {border:none;}
.box-category > ul > li > ul {}
.box-category > ul > li > a {	
	text-decoration: none;
	cursor: pointer;
	display:block;	
	
	 font-family: 'Avenir-Medium';
	text-transform: uppercase;
	letter-spacing: 1.5px !important;
	line-height: 40px;	
	color: #fff !important;
	font-size: 12px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	width: 50% !important;
	margin-left: 30px;
}
.box-category > ul > li > a:hover {
	color:#fff!important;
	
	-webkit-transition: all 0.2s linear;
  	-o-transition: all 0.2s linear;
  	-moz-transition: all 0.2s linear;
  	-ms-transition: all 0.2s linear;
 	 transition: all 0.2s linear;
}

.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	overflow:visible;
	padding: 0px;	
}
.box-category > ul > li ul > li > a {	
	display: block;
	margin: 0;
	text-decoration: none;		
	letter-spacing: 0.5px !important;
	color: #fff;
	font-size: 11px !important;
	font-family: 'Avenir-Medium';
	text-transform: uppercase !important;
	text-align: left;
	padding-left: 30px;
	line-height: 35px !important;
	-webkit-transition: all 0.2s linear;
  	-o-transition: all 0.2s linear;
  	-moz-transition: all 0.2s linear;
  	-ms-transition: all 0.2s linear;
 	 transition: all 0.2s linear;
    
}
li.parent ul {border-left: 1px solid #fff;}
.box-category > ul > li ul > li:last-child a {border:none;}
.box-category > ul > li ul > li > a:hover {
	color:#fff !important;
	-webkit-transition: all 0.2s linear;
  	-o-transition: all 0.2s linear;
  	-moz-transition: all 0.2s linear;
  	-ms-transition: all 0.2s linear;
 	 transition: all 0.2s linear;
}

.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
.mobile-menu .redes {
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #fff;
	padding-top: 30px;
	text-align: center;
	display: block !important;
}
.mobile-menu .redes a {
	background: transparent !important;
	font-size: 18px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
/* LOGIN, SEARCH... */

.movil-opciones-contenedor {
	display: inherit;
	margin-top: -38px;
}
.movil-opciones {
	float: right;
	text-align: right;
	margin-left: 6px;
	margin-right: 20px;
}
.movil-opciones li {
	display: inline-block !important;
	margin-left: 5px;
	
	padding-left: 15px;
    padding-right: 10px;
    line-height: 35px;
	color: #000;
}
.movil-opciones li:last-child {
	padding-right: 0px;
	border-left: 1px solid #000;}
.movil-opciones li a {color: #000;}
li.search-toggle {}

/* BUSCADOR */
.header-left {margin: 0px !important; display: none;}
.form-search input.input-text {
	width: 204px !important;
	float: left;
	margin: 0px !important;
	
	height: 35px !important;
	line-height: 35px !important;
}
.form-search button.button {
	width: 20px !important;
	padding: 18.5px !important;
	height: 35px !important;
	line-height: 35px !important;
	float: right;
}


/* CARRITO */
.header-right {margin: 0px !important; display: none;}

/* LOGO */
.header-center {
	margin: 0px !important;
	width: auto !Important;
}
.logo img {
	height: 40px !important;
	width: auto !important;
	margin-top: 6px !important;
}

/* CUERPO */

#center_column {
	margin-top: 30px !important;
	width: 90%;
	margin: 0 auto;
}
#banners-footer {
	width: 90%;
	margin: 0 auto;
}
.custom-footer-wrapper {
	width: 100%;
}

/* HOME */

/* Carrusel */

.tp-bullets {display: none;}

/* Banners */

.saleproducts .carousel, .newproducts .carousel {max-width:  100% !important; width:  100%;
	min-width:  100%;}
	
	
	
/* FOOTER */

.footer {
margin: 0 auto;
width: 100%;
max-width: 100%;
min-width: 100%;
color: #B8B6B6;
padding-top: 15px;
padding-bottom: 15px;
}
.footer .footer-left a {
	margin-right: 5px;
}
.footer .footer-left {
	width: 100%;
	/* display: none; */
}
.footer .footer-left {
	text-align: center;
	float: none;
	margin: 0 auto;
}

.additional-footer {
	margin: 0 auto 0;
	padding: 0px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin-top:50px;
	margin-bottom:50px;
}




/* PROCESO COMPRA */

.cart-collaterals {}
td.item-product-img,
td.cart_quantity,
td.cart_total,
td.cart_delete,
.cart-table .item-product-edit, .cart-table .item-product-whish, .cart-table .item-product-price, .cart-table .item-product-name  {width: 25%;}

.cart-collaterals {}

.col3-set .col-2 {
float: left;
width: 32%;
padding: 0px;
background: none !important;
}
.a-right {text-align: center !important;}
.cart .discount h2 {margin-top: 0px !important;}
.button.btn-proceed-checkout {margin-top: 0px;}

.cart .discount .input-box {margin: 0 auto;}
.buttons-set button.button {
float: none;
margin-left: 0px;
}
.cart_total_price .total_price_container p,
.cart_total_price .total_price_container span {text-align: right !important;}
.cart .discount .buttons-set, .cart .shipping .buttons-set {text-align: center !important;}


ul#order_step {width: 100% !important; text-align: center !important;}
ul.step li.step_current span, ul.step li.step_done a, ul.step li.step_current_end span {
padding: 8px 10px 6px;
color: #000000;
background: #ffffff!important;
}
ul.step li.step_todo span {
color: #A7A5A5;
border: none;
}
.btn-continue {display: none !important;}
#order-opc .btn-continue {display: block !important;}
.btn-update {display: none !important;}

.cart-table .item-product-edit, .cart-table .item-product-whish, .cart-table .item-product-price, .cart-table .item-product-name {display: none;} 


.addresses ul.address .address_title {line-height: 10px; height: 10px !important; margin-bottom: 25px !important;}
#ordermsg .textarea textarea {width: 50%; height: 80px;}

#order .delivery_option label > table.resume {width: 100%;}

/* PÁGINAS ESTÁTICAS */

/* CUENTA USUARIO */
.cerrar-sesion {display: inherit; margin-top: 25px;}
.cerrar-sesion a {
	color: #B8B6B6;
	text-decoration: none;	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-transform: lowercase;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-style: italic;
}
.cerrar-sesion a:hover {
	color: #000000;
	text-decoration: none;	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.shop-about {
	color:#000000;
	text-align:left;
	width:100%;
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto;
	margin-top:50px;
}

.banner-newsletter {display: none;}

.nav-container {display: none;}
#menu > ul {
	width:100%;
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto;
}
.wrapper {
   background:#FFFFFF; 
   box-shadow: none;
	-webkit-box-shadow: none;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
	margin: 0 auto !important;
        
}
.col-main {width: 100%}

.footer-links {display: block !important;}
.toolbar {border: none !important;}
}

/* Categorías */
@media screen and (max-width: 900px) {
.products-grid.columns3 li.item {
	width:-moz-calc(33% - 20px);
	width:calc(33% - 20px);
	
}
.products-grid li.item:nth-child(4n+1) {clear: none;}
.products-grid li.item:nth-child(3n+1) {clear: left;}
.products-grid.columns3 li.item img {width: 100%;}
}
@media screen and (max-width: 680px) {
	.top-nav,
	.top-nav h1,
	.top-nav h2 {letter-spacing: 0x; font-size: 9px;}
	.top-nav h2 {display: block;}
	.top-nav h1 {display: none;}
.products-grid.columns3 li.item {
	width:-moz-calc(50% - 40px);
	width:calc(50% - 40px);
	margin-left: 20px;
	margin-right: 20px;
}
.products-grid.columns3 li:nth-child(odd) {
	float: left;
	clear: left;
}
.products-grid.columns3 li:nth-child(even) {
	float: right;
	clear: none;
}
#email_create, #SubmitCreate {
	width: 100% !important;
	float: none !important;
	clear: both !important;
	margin-bottom: 15px !important;
}
}
@media screen and (max-width: 480px) {
.products-grid.columns3 li.item {
	width:-moz-calc(100% - 80px);
	width:calc(100% - 80px);
	float: none;
	clear: both;
	margin-left: 40px;
	margin-right: 40px;
	
}
}
/*@media screen and (max-width: 995px) {ul.products-grid {width: 76%!important;}}
@media screen and (max-width: 982px) {ul.products-grid {width: 78%!important;}}
@media screen and (max-width: 958px) {ul.products-grid {width: 80%!important;}}
@media screen and (max-width: 934px) {ul.products-grid {width: 82%!important;}}
@media screen and (max-width: 912px) {ul.products-grid {width: 84%!important;}}
@media screen and (max-width: 889px) {ul.products-grid {width: 86%!important;}}
@media screen and (max-width: 870px) {ul.products-grid {width: 88%!important;}}
@media screen and (max-width: 850px) {ul.products-grid {width: 90%!important;}}
@media screen and (max-width: 831px) {ul.products-grid {width: 92%!important;}}
@media screen and (max-width: 814px) {ul.products-grid {width: 94%!important;}}
@media screen and (max-width: 796px) {ul.products-grid {width: 96%!important;}}
@media screen and (max-width: 780px) {ul.products-grid {width: 98%!important;}}
@media screen and (max-width: 765px) {ul.products-grid {width: 100%!important;}}
@media screen and (max-width: 749px) {ul.products-grid {width: 68%!important;}}
@media screen and (max-width: 736px) {ul.products-grid {width: 70%!important;}}
@media screen and (max-width: 715px) {ul.products-grid {width: 72%!important;}}
@media screen and (max-width: 695px) {ul.products-grid {width: 74%!important;}}
@media screen and (max-width: 678px) {ul.products-grid {width: 76%!important;}}
@media screen and (max-width: 660px) {ul.products-grid {width: 78%!important;}}
@media screen and (max-width: 644px) {ul.products-grid {width: 80%!important;}}
@media screen and (max-width: 628px) {ul.products-grid {width: 82%!important;}}
@media screen and (max-width: 614px) {ul.products-grid {width: 84%!important;}}
@media screen and (max-width: 598px) {ul.products-grid {width: 86%!important;}}
@media screen and (max-width: 584px) {ul.products-grid {width: 88%!important;}}
@media screen and (max-width: 571px) {ul.products-grid {width: 90%!important;}}
@media screen and (max-width: 559px) {ul.products-grid {width: 92%!important;}}
@media screen and (max-width: 547px) {ul.products-grid {width: 94%!important;}}
@media screen and (max-width: 536px) {ul.products-grid {width: 96%!important;}}
@media screen and (max-width: 525px) {ul.products-grid {width: 98%!important;}}
@media screen and (max-width: 515px) {ul.products-grid {width: 100%!important;}} 
@media screen and (max-width: 505px) {ul.products-grid li {display: block !important; float: none !important;}}
@media screen and (max-width: 480px) {.saleproducts, .newproducts {margin-bottom: -150px !important;}}*/

/* Productos */
@media screen and (max-width: 767px) {
	.content-left,
	.content-right {
	width: 100% !important;
	float: none !important;
		clear: both !important;
		margin-bottom: 0px !important;
}

	.tabla-envios {font-size: 13px !important;}
	.tabla-envios-header {letter-spacing: 0px!important;}
.product-view .product-img-box {float: none !important; width: 100% !important; margin: 0 auto; margin-left: 0px; margin-right: 0px;}
.product-shop {
	width: 100% !important;
	float: none !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: -15px !important;
}
.product-buttons .product-buttons-row.product-buttons-row-cart {text-align: center !important; width: 100% !important; margin-bottom: -20px !important;}
#add_to_cart {margin-bottom: 35px !important;}

.product-view .product-shop .short-description {
margin-top: 10px !important;
text-align: center !important;
}
.product-view .product-img-box .more-views {
margin: 10px auto 0;
margin-top: 3px;
margin-bottom: 25px;
}
.product-name-price#mvl {display: block !important; margin-bottom: 25px;}
.product-name-price#normal .product-name,
.product-name-price#normal .breadcrumbs {display: none;}

.product-name,
.breadcrumbs,
.product-name {text-align: center;}
#single-product-price {
	font-size: 22px !important;
    letter-spacing: 1px !important;
}

.custom-footer .custom-footer-column {
    width: 100% !important;
    float: none !important;
	clear: both  !important;
}
.mi-cuenta li {
	margin-top: 15px !important;
	width: 100% !important;
	float: none !important;
	clear: both !important;
}
}

/* Cuenta usuario */
@media screen and (max-width: 350px) {.mi-cuenta a {letter-spacing: 0px !important;}}

/* Wishlist */
@media screen and (max-width: 450px) {
#module-blockwishlist-mywishlist #shopping-cart-table th:nth-child(3) {display: none;}
#module-blockwishlist-mywishlist #shopping-cart-table td:nth-child(3) {display: none;}
#module-blockwishlist-mywishlist #shopping-cart-table th:nth-child(4) {display: none;}
#module-blockwishlist-mywishlist #shopping-cart-table td:nth-child(4) {display: none;}
#module-blockwishlist-mywishlist #shopping-cart-table th:nth-child(5) {display: none;}
#module-blockwishlist-mywishlist #shopping-cart-table td:nth-child(5) {display: none;}
}

/* Historial pedidos */
@media screen and (max-width: 600px) {
#history #shopping-cart-table th:nth-child(2) {display: none;}
#history #shopping-cart-table td:nth-child(2) {display: none;}
#history #shopping-cart-table th:nth-child(3) {display: none;}
#history #shopping-cart-table td:nth-child(3) {display: none;}
#history #shopping-cart-table th:nth-child(4) {display: none;}
#history #shopping-cart-table td:nth-child(4) {display: none;}
#history #shopping-cart-table th:nth-child(5) {display: none;}
#history #shopping-cart-table td:nth-child(5) {display: none;}

#history #block-order-detail #shopping-cart-table th:nth-child(2) {display: inherit;}
#history #block-order-detail #shopping-cart-table td:nth-child(2) {display: inherit;}
#history #block-order-detail #shopping-cart-table th:nth-child(3) {display: inherit;}
#history #block-order-detail #shopping-cart-table td:nth-child(3) {display: inherit;}
#history #block-order-detail #shopping-cart-table th:nth-child(4) {display: inherit;}
#history #block-order-detail #shopping-cart-table td:nth-child(4) {display: inherit;}
#history #block-order-detail #shopping-cart-table th:nth-child(5) {display: inherit;}
#history #block-order-detail #shopping-cart-table td:nth-child(5) {display: inherit;}

/* #history #order-detail-content #shopping-cart-table th:nth-child(2) {display: inherit;}
#history #order-detail-content #shopping-cart-table td:nth-child(2) {display: inherit;}
#history #order-detail-content #shopping-cart-table th.first_item {display: none;} */

.historial-cantidad {display: none !important;}
.historial-precio-uno {display: none !important;}
}

/* Carrito */

@media screen and (max-width: 995px) {ul.step li {width: 190px !important;}}
@media screen and (max-width: 965px) {ul.step li {width: 185px !important;}}
@media screen and (max-width: 940px) {ul.step li {width: 180px !important;}}
@media screen and (max-width: 915px) {ul.step li {width: 175px !important;}}
@media screen and (max-width: 890px) {ul.step li {width: 170px !important;}}
@media screen and (max-width: 865px) {ul.step li {width: 165px !important;}}
@media screen and (max-width: 840px) {ul.step li {width: 160px !important;}}
@media screen and (max-width: 815px) {ul.step li {width: 155px !important;}}

@media screen and (max-width: 790px) {ul.step li {width: 150px !important;}}
@media screen and (max-width: 765px) {ul.step li {width: 145px !important;}}
@media screen and (max-width: 740px) {ul.step li {width: 140px !important;}}
@media screen and (max-width: 715px) {ul.step li {width: 135px !important;}}

@media screen and (max-width: 690px) {ul.step li {width: 130px !important;}}
@media screen and (max-width: 675px) {ul.step li {width: 125px !important;}}
@media screen and (max-width: 640px) {ul.step li {width: 120px !important;}}
@media screen and (max-width: 615px) {ul.step li {width: 115px !important;} #ordermsg .textarea textarea {width: 98%;}}

@media screen and (max-width: 590px) {ul.step li {width: 110px !important;}}
@media screen and (max-width: 575px) {ul.step li {width: 105px !important;}}
@media screen and (max-width: 540px) {ul.step li {width: 100px !important;}}
@media screen and (max-width: 515px) {ul.step li {width: 95px !important;}}

@media screen and (max-width: 490px) {ul.step li {width: 90px !important;}}
@media screen and (max-width: 475px) {ul.step li {width: 85px !important;}}
@media screen and (max-width: 440px) {ul.step li {width: 80px !important;}}
@media screen and (max-width: 415px) {ul.step li {width: 75px !important;}}

@media screen and (max-width: 390px) {ul.step li {width: 70px !important; letter-spacing: 0px; font-size: 9px;}}
@media screen and (max-width: 375px) {ul.step li {width: 65px !important;}}
@media screen and (max-width: 340px) {ul.step li {width: 60px !important;}}
@media screen and (max-width: 315px) {ul.step li {width: 55px !important;}}

@media screen and (max-width: 290px) {ul.step li {width: 50px !important; font-size: 8px;}}
@media screen and (max-width: 275px) {ul.step li {width: 45px !important;}}
@media screen and (max-width: 240px) {ul.step li {width: 40px !important;}}
@media screen and (max-width: 215px) {ul.step li {width: 35px !important;}}

/* Buscador & Footer */

@media screen and (max-width: 870px) {
.form-search input.input-text {
	margin: 0 auto 0 25px;
	width: 92%;
}
.footer {margin-top: 0px !important;}
}
@media screen and (max-width: 675px) {
.form-search input.input-text {
	margin: 0 auto 0 25px;
	width: 90%;
}
}
@media screen and (max-width: 550px) {
.form-search input.input-text {
	margin: 0 auto 0 25px;
	width: 88%;
}
}
@media screen and (max-width: 450px) {
.form-search input.input-text {
	margin: 0 auto 0 25px;
	width: 86%;
}
}
@media screen and (max-width: 385px) {
.form-search input.input-text {
	margin: 0 auto 0 25px;
	width: 80%;
}
}
@media screen and (max-width: 265px) {
.form-search input.input-text {
	margin: 0 auto 0 25px;
	width: 75%;
}
}
@media screen and (max-width: 165px) {
.form-search input.input-text {
	margin: 0 auto 0 25px;
	width: 70%;
}
}

/* -------------------------------------------------- */
/*	Media Queries
/* -------------------------------------------------- */




/* Standard 960 or larger (browsers) */
@media only screen and (min-width: 960px) {
    
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1000px) {
   
    
    .li-custom-block,.custommenuitem {
    display: none !important;
}
.product-view  .left_banner {
    clear: both;
}
.product-view .box-up-sell, .product-view .box-related {
    width:245px;
    margin:0 auto;
}
/* Change width for containers */

.fullwidthbanner-container {
    margin-top: 20px;
    width:100%!important;
}
.wrapper {
	width:100%!important;
}
#header-menu-bg {
	width: 100%!important;
}
.footer-wrapper {
	width: 100%!important;
}
#footer {
	width: auto;
}
#footer .column {
	width: 200px;
	margin-bottom: 10px;
	min-height:160px;
}

#footer .column #twitter_update_list {
	width: auto;
}
.footer-container {
	width:100%!important;
}
#mobile-menu {
	width:440px;
	margin:0 auto;
	display:block;
}
#menu{
    display: block !important;
}
/*.mobile-menu-toggle{display:block !important;}*/

.welcome-buttons {
	display:none;
}

.header .header-center {
	float:none;
	
}
#header_menu .links {
    position: absolute;
    top: 55px;
    text-align:center;
}
#header_menu .links li a {
	border-right:none;
}
.header_menu .links {
    position: absolute;
    top: 55px;
    text-align:center;
}
.header_menu .links li a {
	border-right:none;
}
.product-view .product-shop .white-back {
    padding:0px;
}
/* products */
.product-tabs li.active a {
    border-bottom:5px solid #F5F5F5;
}
.product-view .product-shop .product_right {
    float:none;
    margin:0 auto;
    width:auto;
}
.left_banner {
    text-align:center;
}
.toolbar .sortbutton {
	display:none;
}
.box-product-item {
	float: none;
}
ul.products-grid {
	padding-top: 10px;
	text-align: center !important;
	margin: 0 auto !important;
}
/* cart */
.col3-set .col-2 {
	margin-left: 0px;
}
/* footer */
 
.footer .footer-right {
	float: none;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}
#header_menu {
	width: 100%;
}
.header_menu {
	width: 100%;
}
.links li {
	padding: 0px!important;
	margin: 0px!important;
	overflow: hidden;
}

.newslettter-box {
	display:none;
}
.promo-block {
	display: none;
}
.shop-about {
	display: none;
}
.header .logo {
	text-align: center;
}

.header .logo img {
	margin: 0 auto;
	text-align: center;
}
.form-search input.input-text {margin-left: 0px!important;}
.page, .footer-social, .additional-footer, .footer {
	width: 280px;
}
.page img {
	max-width: 100%;
	height: auto;
}
.header .header-center {
	width: 100%;
	text-align: center;
	margin: 0 auto 15px;
}
.header .logo {
	float: none;
}
.header .welcome-msg {
	display: none;
}
.header .top-bar {
	float: none;
}
.header .form-search {
	margin: 0 auto;
}
.header .top-link-cart-li {
	display: inline;
}
.minicart {
	display: none;
}
.header .header-right {
	width: 100%;
}
.header .links {
	text-align: center;
}
.links li {
	display: inline-block;
}
.etheme_cp {
	display: none!important;
}
.etheme_cp_btn_show {
	display: none!important;
}
.iosSlider .prev {
	left: 0!important;
}
.iosSlider .next {
	right: 0!important;
}
.iosSlider .prev, .iosSlider .next {
	top: 40%!important;
	width: 28px!important;
	height: 35px!important;
}
.iosSlider .prev:hover, .iosSlider .prev:focus, .iosSlider .next:hover, .iosSlider .next:focus {
	background-position: -28px center!important;
}
.iosSlider .prev:active, .iosSlider .next:active {
	background-position: -56px center!important;
}
.iosSlider .sliderNavi, .iosSlider .text1, .iosSlider .text2 {
	display: none;
}
.view-mode, .limiter, .back-to, .sort-by {
	display: none;
}
.product-view img {
	height: auto;
}
.product-view .product-img-box .main-image .lightbox-btn {
	display: none;
}
.product-view .product-img-box .more-views {
	width: 175px!important;
}
.product-view .product-shop #container1, .product-view .product-shop .white-back {
	width: 100%!important;
}
.product-view .product-shop .addtocont {
	float: left;
}
.add-to-links {
	display: none;
}
.product-tabs li {
	float: none;
	margin: 0 !important;
	margin-bottom: 10px!important;
	text-align: center;
}
.product-tabs li.active, .product-tabs li:hover {
	
}
.product-collateral .product-tabs-content div, .product-collateral .product-tabs-content fieldset, .product-collateral .product-tabs-content textarea, .product-collateral .product-tabs-content input {
	max-width: 188px!important;
}

.cart-table .button {
	float: left;
	clear: both;
	margin-bottom: 20px;
}
/* Base Columns */   

.checkout-onepage-index .col-main, .col-main {
	width: 100%;
}
/* 3 Columns Layout */
.col3-layout .col-main {
	width: 100%;
}
.col3-layout .col-wrapper {
	width: 100%;
}
/* Content Columns */
    
.col-1 {
	width: 100%!important;
	margin-bottom: 15px!important;
}
.col-2 {
	width: 100%!important;
	margin-bottom: 15px!important;
}
.col-3 {
	width: 100%!important;
	margin-bottom: 15px!important;
}
.col-4 {
	width: 100%!important;
	margin-bottom: 15px!important;
}
.related, .carousel {
	width: 245px!important;
	margin: 0 auto 15px!important;
}
fieldset {
	max-width: 100%!important;
}
.form-list .input-box, .form-list li.wide .input-box, .form-list li.wide select, .form-list input.input-text,input.text,.input-type-field input[type="text"],.input-type-field input[type="password"] {
	width: 180px!important;
}
#email_create {float: left;}
#SubmitCreate {float: right;}
#login_form input {
	width: -webkit-calc(100% - 30px) !important;
    width: -calc(100% - 20px) !important;
    width: -moz-calc(100% - 30px) !important;
}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 1000px) {
.col-left {
	display:none;
}
.product-view .product-img-box .main-image {
	text-align:center;
}
.product-view .product-shop .white-back {
	border:none;
}
.footer-container .footer-right {
	width: 249px;
	margin: 0 auto;
}
.footermenucolumn {
	width: 220px!important;
}
#added {
	margin: 0 5%;
	top: 35%;
}

.form-search {
	border: none;
}
#addedoverlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
body {
	width: 100%;
}
.products-grid.columns3 .ratings {
	width: 10px;
	margin: 6px 0 0 187px;
}
.product-view #added {
	margin: 20px 0 0 10%;
}
/* .right {
	float: none !important;
} */
.footer-container .footer-right {
	width: 249px;
	margin: 0 auto;
}
/* .left {
	float: none !important;
} */
.footermenu {
	width: 335px;
	margin: 20px auto;
}
.follow_us {
	height: 35px;
}
.header .header-center {
	width: 100%;
	text-align: center;
	margin: 0 auto 15px;
}
.header .logo {
	float: none;
}
.header .welcome-msg {
	display: none;
}
.header .top-bar {
	float: none;
}
.header .form-search {
	margin: 0 auto;
}
.header .top-link-cart-li {
	display: inline;
}
.minicart {
	display: none;
}
.header .header-right {
	width: 100%;
}
.header .links {
	text-align: center;
}
.links li {
	display: inline-block;
}
.etheme_cp {
	display: none!important;
}
.etheme_cp_btn_show {
	display: none!important;
}


.right-bg {
    margin: 0 auto;
    width: 70% !important;
}
.iosSlider .prev {
	left: 0!important;
}
.iosSlider .next {
	right: 0!important;
}
.iosSlider .prev, .iosSlider .next {
	top: 40%!important;
	width: 28px!important;
	height: 35px!important;
}

.iosSlider .prev:hover, .iosSlider .prev:focus, .iosSlider .next:hover, .iosSlider .next:focus {
	background-position: -28px center!important;
}
.iosSlider .prev:active, .iosSlider .next:active {
	background-position: -56px center!important;
}
.iosSlider .sliderNavi, .iosSlider .text1, .iosSlider .text2 {
	display: none;
}
.view-mode, .limiter, .back-to, .sort-by {
	display: none;
}
.product-view img {
	height: auto;
}
.product-view .product-img-box .main-image .lightbox-btn {
	display: none;
}
.product-view .product-img-box .more-views {
	width: 175px!important;
}
.product-view .product-shop #container1, .product-view .product-shop .white-back {
	width: 100%!important;
}
.product-view .product-shop .addtocont {
	float: left;
}
.add-to-links {
	display: none;
}
.product-tabs li {
	float: none;
	margin: 0 !important;
	margin-bottom: 10px!important;
	text-align: center;
}
.product-tabs li.active, .product-tabs li:hover {

}
.product-collateral .product-tabs-content div, .product-collateral .product-tabs-content fieldset, .product-collateral .product-tabs-content textarea, .product-collateral .product-tabs-content input {
	max-width: 230px!important;
}

.cart-table .button {
	float: left;
	clear: both;
	margin-bottom: 20px;
}
/* Base Columns */   
.col-left {
	width: 188px;
}
.checkout-onepage-index .col-main, .col-main {
	width: 100%;
}
.col-right {
	width: 188px;
	float: left;
}
/* 3 Columns Layout */
.col3-layout .col-main {
	width: 100%;
}
.col3-layout .col-wrapper {
	width: 100%;
}
/* Content Columns */
    
.col-1 {
	width: 100%!important;
	margin-bottom: 15px!important;
}
.col-2 {
	width: 100%!important;
	margin-bottom: 15px!important;
}
.col-3 {
	width: 100%!important;
	margin-bottom: 15px!important;
}
.col-4 {
	width: 100%!important;
	margin-bottom: 15px!important;
}

fieldset {
	max-width: 100%!important;
}
.form-list .input-box, .form-list li.wide .input-box, .form-list li.wide select, .form-list input.input-text {
	width: 180px!important;
}
.iosSlider {
	height: 312px!important;
}
#added {
	margin: 0 5%;
	top: 35%;
}

.form-search {
	border: none;
}
#addedoverlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
body {
	width: 100%;
}
.products-grid.columns3 .ratings {
	width: 10px;
	margin: 6px 0 0 187px;
}
.product-view #added {
	margin: 20px 0 0 10%;
}
.follow_us {
	height: 35px;
}
#product_tabs_description_contents div.std {
	max-width: 100% !important;
	text-indent: 10px;
}
.block-related h5 {
	float: none;
	font-size: 13px;
	text-align: center;
}
.footer-social .follow_us {
	overflow: hidden;
	width: 0;
}
.left {
	margin: 0 auto 33px;
	width: 116px;
}
.col-left {
	overflow: hidden;
	width: 0;
}
.category-products .moreinfo .additional .qty p {
	margin-left: 10px;
	margin-bottom: 0;
}
.category-products .moreinfo .additional p {
	line-height: 21px;
	margin-top: 9px;
	float: left;
	font-size: 11px;
}
.products-grid.columns3 li.item {
	/* height: 369px; 
	width: 245px;*/
}
.product-view .related {
	height:auto!important;
}
   



}


@media only screen and (max-width: 479px) {  

.product-essential .saleproduct_label {margin-left: 210px;}
.product-view .product-shop .white-back {padding:0px;}
#fb-root {display:none!important;}
#footer .column {min-height: inherit;}
.additional-footer {width: 225px;}
#mobile-menu {width: 280px;}
.shop-news-slider {
	width:245px!important;
	margin:0 auto!important;
	position:inherit!important;
	float:none;
}
.welcome-buttons {display:none;}
.products-list .product-shop {width:240px;}
.products-list .addtocont {
	float:none;
	margin:0 auto;
}
.main {min-height:100px!important;}
.col-left {display:none;}
.currency {
	position:absolute;
	top:25px;
	right:20px;
	float:none;
}
.product-view .product-img-box .main-image {text-align:center;}
.product-view .product-shop .white-back {border:none;}
.cart .discount input.input-text, .cart .shipping .form-list select {width: 245px;}



.iosSlider {height: 199px!important;}
.iosSlider .prev, .iosSlider .next {top: 37%!important;}
.form-subscribe {display:none;}
.footer-about {width:220px;}
.more-views-arrow.next, .more-views-arrow.prev {top: 330px!important;}



#added {
	margin: 0;
	top: 35%;
	width: 280px;
}
#added a {
	display: block;
	margin: 0;
}

.form-search {
	border: none;
}
#addedoverlay {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}
body {width: 100%} 


.products-grid.columns3 .ratings {
	width: 10px;
	margin: 6px 0 0 187px;
}
.product-view #added {
	margin: 20px 0 0 0;
	z-index: 350;
}
/* .footer-right, .right {float: none !important;} */
.footer-container .footer-right {
	width: 249px;
	margin: 0 auto;
}
.footermenu .footermenucolumn {
	width: 112px!important;
	margin-bottom: 20px;
}
.footer-left, .left {float: none !important;}
.footermenu {
	width: 224px;
	margin: 20px auto;
}
.follow_us {display: none;}
.block-related h5 {
	float: none;
	font-size: 12px;
	text-align: center;
}
.related-block-subtitle {
	float: none;
	text-align: center;
}
.header .header-center {float: none;}
.product-view .product-shop .addtocont {float: left;}
.product-view .product-shop .price-box {width: 150px;}
.footer-social .gift_img {clear: both;}




.left {
	margin: 0 auto 33px;
	width: 116px;
}
.footer-social .follow_us {
	overflow: hidden;
	width: 0;
}
.col-left {
	overflow: hidden;
	width: 0;
}
#product-review-table th, #product-review-table td {display: none}
#product-review-table th.mobile-heading, #product-review-table th.rating-name, #product-review-table th.empty, #product-review-table td.mobile-select {
	display: table-cell;
	text-align: center;
	padding-right: 4px;
}
.data-table .rating-name {padding: 7px;}
.mobile-select select {
	padding: 4px;
	height: 30px;
	width: 160px;
}
#review-form .buttons-set {width: 95%;}
.category-products .moreinfo .additional .qty p {
	margin-left: 10px;
	margin-bottom: 0;
}
.category-products .moreinfo .additional p {
	line-height: 21px;
	margin-top: 9px;
	float: left;
	font-size: 11px;
}
.products-grid.columns3 li.item {
	/* height: 369px; 
	width: 245px;*/
}
.main-container.col2-left-layout .main .col-main {}
.product-view .related {height:auto!important;}
.addresses ul.address {width: 90% !important;}



ul.address {width: 90% !important;}
#order .delivery_option label, #order-opc .delivery_option label { display: block;  }


#order .delivery_options_address .delivery_option_logo, #order .delivery_option_carrier .delivery_option_logo, #order-opc .delivery_options_address .delivery_option_logo {
    width:auto;
}


/* .cart-table tfoot td {display: block;} */
/* caption, th, td { display: block;}*/ 


}

@media screen and (max-width: 760px) {
	.order-left, .order-right {
		float: none !important;
		 width:-moz-calc(100% - 40px) !important;
  width:calc(100% - 40px) !important;
		margin: 0 auto !important;
		margin-bottom: 35px !important;}
}