/* CSS RESET */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%;
	font:inherit;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
body {
	font-family:eurostyle;
	font-family:'Roboto',sans-serif;
	font-size:12px;
	font-weight:300;
	line-height:1;
	#background: #E6CCA6 url(../images/wood.png) repeat fixed;
	background: white;
	color:#434343;
}

p {
	font-family:eurostyle;
}

h3 {
	font-family:eurostyle;
}

span {
	font-family:eurostyle;
}

br{
	display:none;
}
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;
}
/* Changable Global Styles -------------------------------------------------- */*::-moz-selection {
	color:#ff9e98;
}
h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
	font-weight:300;
}
h1 {
	font-size:42px;
}
h2 {
	font-size:36px;
}
h3 {
	font-size:26px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size: 14px;
    font-family: eurostyle;
}

.light {
	font-weight:300;
}
.regular,strong {
	font-weight:400;
}
.medium {
	font-weight:500;
}
.bold {
	font-weight:700;
}
a {
	transition:all 0.2s ease-in-out 0s;
	-webkit-transition:all 0.2s ease-in-out 0s;
}
a:focus {
	outline:medium none;
	outline-offset:0;
}
a:hover,a:focus,a {
	text-decoration:none;
}
ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}
ul:after {
	clear:both;
	content:"";
	display:block;
}
li {
	line-height:18px;
	transition:all 0.2s ease-in-out 0s;
	-webkit-transition:all 0.2s ease-in-out 0s;
}
img {
	#max-width:100%;
	height:auto;
}

#pizza-builder img {
	max-width:100%;
	height:auto;
}

/*~~ text align style ~~*/.center-text {
	text-align:center;
}
.left-text {
	text-align:left;
}
.right-text {
	text-align:right;
}
/*~~ position ~~*/.relative {
	position:relative;
}
.absolute {
	position:absolute;
}
/*Color*/.light-red {
	color:#fe5252;
}
.gray {
	color:#CCC;
}
.red {
	color:#ff3a3a;
}
.red-bg {
	background:#ff3a3a;
}
.yellow-bg {
	background:#fcff19;
}
.black-bg {
	background:#353535;
}
.gray-bg {
	background:#CCC;
}
.pink-bg {
	background:#ff26cf;
}
.dkpink-bg {
	background:#5c2c5d;
}
.chocolate-bg {
	background:#520000;
}
.chocolatelight-bg {
	background:#9a5b3b;
}
.biscuit-bg {
	background:#8e665e;
}
.lightgreen-bg {
	background:#84e25a;
}
.extra-lightgreen-bg {
	background:#b1cb5e;
}
.off-white-bg {
	background:#b1cb5e;
}
.orange-bg {
	background:#ff5313;
}
/*Transition Animation*/ a,button,.button,.products,.name,.price,.fa,.sequence-next,.sequence-prev {
	-webkit-transition:all 300ms cubic-bezier(0.250,0.250,0.750,0.750);
	-moz-transition:all 300ms cubic-bezier(0.250,0.250,0.750,0.750);
	-ms-transition:all 300ms cubic-bezier(0.250,0.250,0.750,0.750);
	-o-transition:all 300ms cubic-bezier(0.250,0.250,0.750,0.750);
	transition:all 300ms cubic-bezier(0.250,0.250,0.750,0.750);
	/* linear */
}
/*form element */input[type="text"],input[type="email"],input[type="number"],input[type="password"],input[type="tel"],textarea {
	background:#fff;
	padding:8px 15px;
	border:1px solid #cccccc;
	font-size:14px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="tel"]:focus,textarea:focus {
	border-color:#ff8e87;
	outline:none;
}
/* button */
.button,button {
    background-color: #E00505;
    #border: 1px solid #ed980d;
    font-weight: 700!important;
    text-shadow: 0 0 18px rgba(125, 54, 0, .2);
    margin: 0;
    #padding: .8rem 1.6rem;
    border-radius: 10px;
	font-size: 22px;
    height: 3rem;
    line-height: 1;
	color: white;
	font-family: eurostyle;
}

.button:hover,button:hover , button:focus{
    background: #FF0000;
    text-decoration: none;
    #border-color: #f8ac2b;
}
.add-cart {
	padding:9px 30px;
}

#side-cart {
	font-size: 12px;
	#min-height: 320px;
	margin-top: 50px;
}

#qtySelect {
    width: 90%;
    height: 2.1125rem;
    color: #4C4E4E;
    background: #fff;
    border: 0;
    border-radius: 3px;
    padding: 0;
    padding: 0 0 0 .3em;
}

.compare,.wishlist {
	padding:9px 10px;
	font-size:18px;
}
/* End of global estyle-------------------------------------------------- *//* customizable Style */.wrapper {
	position:relative;
	width:100%;
}
.footer,.container_fullwidth {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
}
.container_fullwidth {
	background: #ff0000 url(../images/fondo.png) repeat-x;
	#padding-top:30px; /*este padding deberia tenerlo cuando se ve en pantalla chica */
	padding-bottom:30px;
}
/* HEADER STYLE */
#home {
	#background:url(../images/bg.jpg) center top no-repeat;
	background:white;
	background-size:cover;
	-webkit-background-size:cover;
	#background-attachment:fixed;
}
.header {
	background-color: #FF0000;    
	#border-top: 1px solid #6AA3CD;
	#border-bottom: 5px solid #004498;
	#background:url(../images/fondo.png) center top repeat;
	position: relative;
	z-index: 100;
	top: 0;
}
.logo {
    float:left;
	position:absolute;
	padding:1px 0;
}

.logo  img{
    margin-left: auto;
	margin-right: auto;
}

.header_top {
	float:right;
	width:100%;
	position:relative;
}
.header_bottom {
	float:left;
	width:100%;
	position:relative;
}
.option_nav {
	float:left;
	#padding-top:10px;
}
.option_nav li {
	float:left;
	display:inline-block;
	list-style:none;
	margin-right:20px;
	position:relative;
}
.option_nav li>a {
	float:left;
	background:url(../images/down-arow.png) right 13px no-repeat;
	font-size:12px;
	color:#004498;
	text-transform:uppercase;
	padding:0px 12px 5px 0;
}
.option_nav li ul {
	display: none;
    position: absolute;
    right: 0;
    top: 20px;
    #border: 2px solid #42BE3D;
    #-webkit-border-radius: 20px;
    #border-radius: 10px;
    background: #6AA3CD;
    padding: 5px 10px;
    z-index: 100000;
}
.option_nav li:hover ul {
	display:block;
}
.option_nav li ul li {
	display:list-item;
	list-style:none;
	margin:5px;
}
.option_nav li ul li a {
	display:block;
	text-align:center;
	color:#434343;
	background:none;
	padding:0;
	line-height:14px;
}
.option_nav li ul li a:hover {
	color:white;
}
/* top menu */.topmenu {
	#float:right;
	width:auto;
	padding-top:20px;
	font-family:impactreg;
}
.topmenu li {
	float:left;
	border-left:1px solid #ffffff;
	padding:0 8px;
	line-height:12px;
}
.topmenu li:first-child {
	border:none;
	padding-left:0;
}
.topmenu li:last-child {
	margin-right:0;
	padding-right:0;
}
.topmenu li a {
	display: block;
	color: #fff;
	line-height: 14px;
	font-size: 15px;
	padding: 5px 0px 5px 0px;
}
.topmenu li a:hover {
	#-moz-box-shadow: 	0px 5px 10px rgba(0,0,0,0.5);
	#-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	#box-shadow: 		0px 5px 10px rgba(0,0,0,0.5);
}

/* footer menu */.footermenu {	
	width:auto;	
	font-family:impactreg;
}
.footermenu li {
	float:left;
	border-left:1px solid #ffffff;
	padding:0 8px;
	line-height:12px;
}
.footermenu li:first-child {
	border:none;
	padding-left:0;
}
.footermenu li:last-child {
	margin-right:0;
	padding-right:0;
}
.footermenu li a {
	display: block;
	color: #fff;
	line-height: 14px;
	font-size: 15px;
	padding: 5px 0px 5px 0px;
}
.footermenu li a:hover {
	#-moz-box-shadow: 	0px 5px 10px rgba(0,0,0,0.5);
	#-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	#box-shadow: 		0px 5px 10px rgba(0,0,0,0.5);
}
.sliding-middle-out {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
}

/* efecto de hover sobre los li del nav */
.sliding-middle-out:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.sliding-middle-out:hover:after {
	width: 100%;
	background: #FFF200;
}

.usermenu {
	#float:right;
	padding-top:25px;
	font-family:impactreg;
}
.usermenu li {
	float:left;
	margin-left:25px;
}
.usermenu li:first-child {
	margin-left:0;
}
.usermenu li a {
	#font-weight: bold;
	font-size: 16px;
	float:left;
	padding-left:22px;
	color:#004498;
}

.usermenu li a {
	float:left;
	padding-left:22px;
	color:#fff;
}
.usermenu li a.log {
	background:url(../images/loginbg.png) left top no-repeat;
	color:#ffffff;
}

.usermenu li .log:hover{
	color:#FFF200;
}
.usermenu li a.reg {
	background:url(../images/regbg.png) left top no-repeat;
}
/* NAV style */.navbar-collapse {
	float:left;
	position:relative;
	width:auto;
	#padding:20px 0 10px 0;
	#left: 5%;
}
.nav li {
	float:left;
	display:inline-block;
	position:relative;
	padding-bottom:1px;
}
.nav li a {
	padding: 0px 5px 0px 5px;
	font-size: 14px;
	color: #fff;
	#border: 2px solid;
	#border-color: rgba(255,255,255,0);
	#-webkit-border-radius: 20px;
	#border-radius: 10px;
	text-transform: uppercase;
	font-family: monospace;
}

/*
.nav li.active a,.nav li a:hover,.nav li a:focus,.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
	-moz-box-shadow: 	0px 5px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	box-shadow: 		0px 5px 10px rgba(0,0,0,0.5);
}
.nav .open>a,.nav .open>a:hover,.nav .open>a:focus,.nav .dropdown-hover a,.nav .dropdown-hover a:hover {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
*/

.nav .dropdown-menu {
	left:auto;
	right:0;
}

.subnav{
    #min-width: 100px;    
}

.mega-menu,.navbar-nav>li>.dropdown-menu {
	min-width:150px;
	padding:20px;
	border:1px solid #004498;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.mega-menu-links {
	list-style:none outside none;
	margin:0;
}
.mega-menu-links li {
	margin:0;
	padding:0;
	width:100%;
}
.mega-menu-links li>a {
	white-space:normal;
}
.mega-menu-links>li>a,ul.dropdown-menu>li>a {
	clear:both;
	color:#666666;
	display:block;
	font-weight:300;
	line-height:20px;
	padding:3px 10px;
	white-space:nowrap;
	font-size:13px;
	text-transform:capitalize;
	border:none;
}
.mega-menu-links>li>a:hover,ul.dropdown-menu>li>a:hover {
	color:#004498;
}
.dropdown-hover:hover>.dropdown-menu,.open>.dropdown-menu {
	display:block;
}
.navbar-toggle .icon-bar {
	background:#fff;
}
/* Opton Bar */.option {
	position:relative;
	float:right;
	width:auto;
	#margin-top:20px;
	z-index:1;
}
.search {
	float:left;
	position:relative;
	z-index:1;
}
.search form {
	float:right;
	padding-bottom:15px;
}
.search-submit {
	float:left;
	width:32px;
	height:32px;
	background:url(../images/search-bg.png) center center no-repeat;
	background-color:rgba(255,255,255,0.1);
	-webkit-border-radius:5px;
	border-radius:5px;
	border:none;
}
.search form:hover .search-submit {
	background-color:#004498;
}
.search-input {
	position:absolute;
	top:35px;
	right:0;
	outline:none;
	background:#fff;
	width:220px;
	height:36px;
	margin:0;
	z-index:1000;
	padding:3px 10px;
	font-family:inherit;
	font-size:12px;
	color:#2c3e50;
	border:1px solid #004498;
	-webkit-border-radius:10px;
	border-radius:10px;
	display:none;
}
.search form:hover .search-input {
	display:block;
}
.option-cart {
	float:left;
	position:relative;
	margin-left:10px;
	#padding-bottom:5px;
}
.option-cart a.cart-icon {
	float:right;
	width:32px;
	height:32px;
	margin-right:24px;
	background:url(../images/carticon.png) center center no-repeat;
	background-color:#000000;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:none;
	font-size:0;
}
.option-cart:hover a.cart-icon {
	background-color:#FDA61E;
}
.option-cart .cart_no {
	position:absolute;
	top:-8px;
	right:0px;
	width:20px;
	font-size:14px;
	color:#fff;
	padding-left: 3px;
	font-weight:bold;
}
.option-cart-item {
	position:absolute;
	top:35px;
	right:24px;
	#width:258px;
	width:281px;
	border:2px solid #004498;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:10px;
	background:#fff;
	z-index:10000;
	display:none;
    max-height: 400px;
}
.option-cart:hover .option-cart-item {
	display:block;
}
.option-cart-item li {
	display:list-item;
	float:left;
	margin:10px 0;
	width:100%;
}
.cart-item .image {
	border:1px solid #cfcfcf;
	float:left;
	height:46px;
	width:40px;
	padding:5px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:5px 0 5px 5px;
}
.cart-item .image img {
	max-height:100%;
	max-width:100%;
	display:block;
	margin:0 auto;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.cart-item .item-description {
	float:left;
	width:70%;
	padding-left:15px;
}
.cart-item .item-description .name {
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
	color:#434343;
}
.cart-item .item-description p {
	font-size:12px;
	margin-bottom:2px;
	color:#898989;
}
.option-cart-item a {
	background:none;
}
.cart-item .right {
	float:right;
	text-align:center;
	width:auto;
	padding:2px;
}
.cart-item .price {
	font-size:13px;
}
.option-cart-item .total {
	float:left;
	margin-left:5px;
	vertical-align:middle;
	font-size:13px;
	padding-top:10px;
	text-transform:uppercase;
}
.option-cart-item .total strong {
	margin-left:15px;
	font-size:18px;
	color:#004498;
}
.option-cart-item .checkout {
	float:right;
}
/*~~~~~~~~~~~ HOME PAGE SLIDER ~~~~~~~~~*/.flat-caption {
	padding:0;
	font-size:20px;
	line-height:28px;
	color:#fff;
	position:relative;
}
.flat-caption .suphead {
	text-align:left;
	font-size:25px;
	text-transform:uppercase;
	padding-bottom:10px;
}
.flat-caption h1 {
	font-size:45px;
	font-weight:300;
	line-height:45px;
	text-transform:uppercase;
	width:100%;
	color:#004498;
}
.flat-caption h2 {
	font-size:22px;
	line-height:30px;
	text-transform:uppercase;
	color:#004498;
}
.flat-caption h3 {
	font-size:35px;
	line-height:43px;
	color:#004498;
}
.flat-caption p {
	font-size:14px;
	text-align:center;
	color:#004498;
}
.flat-button {
	padding:0
}
.flat-button a.more {
	border:1px solid #004498;
	padding:10px 50px 10px 15px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:url(../images/more-icon.png) right 10px top 7px no-repeat;
	color:#004498;
}
.flat-button a.more:hover {
	background-color:#004498;
	border-color:#da2a20;
}
.flat-image img {
	width:auto;
	height:auto;
}
.caption1,.caption2,.caption3,.caption4,.caption5 {
	left:7%;
	width:50%;
}
.caption1 {
	top:15%;
}
.caption2 {
	top:20%;
}
.caption3 {
	top:30%;
}
.caption4 {
	top:42%;
}
.caption5 {
	top:47%;
}
/* HOME2 SLIDER */.hom-slider {
	position:relative;
	float:left;
	width:100%;
	background:none;
}
.slide-caption {
	float:left;
	width:48%;
	text-align:center;
	margin-top:110px;
	color:#fff;
}
.slide-caption .suphead {
	float:left;
	width:100%;
	text-align:left;
	font-size:25px;
	text-transform:uppercase;
	padding-bottom:10px;
}
.slide-caption h1 {
	float:left;
	width:100%;
	text-align:left;
	font-size:45px;
	line-height:45px;
	font-weight:300;
	text-transform:uppercase;
	padding-bottom:10px;
	color:#004498;
}
.slide-caption p {
	padding-bottom:20px;
	color:#7B7979;
}
.slide-caption .more {
	border:2px solid #66ADE2;
	padding:10px 50px 10px 15px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:url(../images/more-icon.png) right 10px top 7px no-repeat;
	color:#004498;
	background-color:#D3D3D3;
}
.slide-caption .more:hover {
	background-color:#7B7979;
	border-color:#66ADE2;
	color:#fff;
}
/** HOME 2 SLIDER **/#homeslide2 {
	margin-top:-20px;
}
#homeslide2 .flexslider .slides>li {
	position:relative;
}
#homeslide2 .slide-caption {
	position:absolute;
	left:5%;
	top:0;
	z-index:100;
	width:50%;
	text-align:left;
}
#homeslide2 .slide-caption p {
	font-size:22px;
	text-transform:uppercase;
	line-height:28px;
}
#homeslide2 .flexslider .slides img {
	margin-right:5%;
}
/** HOME 3 SLIDER **/#homeslide3 {
	margin-top:-20px;
}
#homeslide3 .flexslider .slides>li {
	width: 653px;
	float: left;
	display: block;
}
#homeslide3 .slide-caption h1 {
	text-align:center;
}
#homeslide3 .slide-caption {
	position:absolute;
	left:5%;
	top:0;
	z-index:100;
	width:50%;
}
#homeslide3 .slide-caption p {
	font-size:14px;
	line-height:22px;
}
#homeslide3 .flexslider .slides img {
	width: 653px;
	display: block;
}
/*```````````` HEADER SECTION CLOSE ```````````````````*//*~~~~~~ CONTAINER ~~~~~~~~~~~~~*//*promotion Banner */
.promotion-banner {
	background:url(../images/black_transparent50.png) left top repeat;
	bottom:0;
	padding:15px 0;
	
	#position:absolute;
	width:100%;
	z-index:10;
}
.promo-box {
	float:left;
	width:100%;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	overflow:hidden;
}
/*``promotion banner close``*//* title */.title {
	float:left;
	position:relative;
	width:100%;
	margin-bottom:15px;
	font-size:24px;
	color:#2f2f2f;
	font-weight:300;
	padding-bottom:5px;
}
.title strong {
	color:#004498;
	font-weight:300;
}
/*carousel */.control {
	position:absolute;
	right:0;
	top:20px;
	background:#fff;
}
.control .prev,.control .next {
	float:left;
	width:14px;
	height:20px;
	font-size:0;
}
.control .next {
	margin-left:15px;
	background:url(../images/arow_right.png) left top no-repeat;
}
.control .prev {
	background:url(../images/arow_left.png) left top no-repeat;
}
.control .prev:hover,.control .next:hover {
	background-position:left bottom;
}
/*~~ Products Style ~~*//*featured products */.featured-products,.hot-products,.our-brand {
	float:left;
	width:100%;
	position:relative;
	padding:25px 0 0 0;
}
#featured,#hot,#brand,#braldLogo {
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:100%;
}
#featured li,#hot li,#brand li,#braldLogo li {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	display:inline;
}
.featured-products,.our-brand {
	padding-top:30px;
}
/*products */.products {
	#min-height:350px;
	position:relative;
	margin-bottom:20px;
	margin-top:20px;
	z-index:999;
	
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
	
	#-webkit-border-radius:10px;
	#border-radius:10px;
	#border:1px solid #e1e1e1;
	#overflow:hidden;
	#background:#fff;
}
.products:hover {
	border-color:#004498;	
	border-width: 1px;
	
	-webkit-transform: rotate(-2deg);
     -moz-transform: rotate(-2deg);
       -o-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
		  
	#background:#fff;
}

.products img{
	display: block;
	max-width: 75%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
	
.offer {
	position:absolute;
	right:15px;
	top:15px;
	z-index:99;
	padding:10px;
	font-size:18px;
	color:#fff;
	background:#004498;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.thumbnail {
	float:left;
	position:relative;
	width:100%;
	margin: 20px 0 5px 0;
	padding:0;
	height:230px;
	border:none;
	text-align:center;
}
.productname {
	float:left;
	width:100%;
	text-align:center;
	font-size:16px;	
	margin-bottom:10px;
	color: #66ADE2;
	font-weight: bold;
	font-family: sans-serif;
	padding-top: 10px;
}
.products .price {
	float: right;
	width: 100%;
	color: #7B7979;
	text-align: right;
	#font-weight: bold;
	margin-bottom: 7px;
	font-size: 20px;
	line-height: 35px;
	width: 40%;
	padding-right: 15px;
	#background-color: #D3D3D3;
	#border-top: 2px solid #6AA3CD;
	#border-bottom: 3px solid #004498;
}
.products .button_group {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
.products .button {
	margin:0 3px 5px 3px;
}
.products .button .fa {
	background-color: #ffffff;
	border-top: 3px solid #A7D065;
	border-bottom: 4px solid #004498;
	padding: 10px 20px;
	border: 2px solid #A7D065;	
	font-size: 14px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	outline: yellowgreen;	
}
.products .button:hover {
	#border:2px solid #004498;	
	font-weight:bold;
}
.products .button:hover .fa {
	color:#fff;
}

/* products-grid */.products-grid {
	position:relative;
	width:100%;
}
.products-grid .products {
	margin:15px 0;
}
/* Product List */.products-listItem {
	float:left;
	position:relative;
	width:100%;
	margin-bottom:15px;
}
.products-listItem .products {
	border:1px solid #e1e1e1;
	position:relative;
	overflow:hidden;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#fff;
	padding:15px;
	margin-top:15px;
	min-height:150px;
}
.products-listItem .products:hover {
	background:#fff;
	border-color:#004498;
}
.products-listItem .thumbnail {
	border:medium none;
	float:left;
	margin:0;
	padding:15px 10px 5px 10px;
	position:relative;
	width:18%;
	height:auto;
}
.product-list-description {
	float:right;
	width:75%;
}
.product-list-description .productname {
	font-size:20px;
	color:#434343;
	text-align:left;
	margin-top:15px;
	font-weight:400;
}
.review_num {
	margin-left:10px;
}
.list_bottom {
	position:relative;
	width:100%;
	padding-top:10px;
}
.list_bottom .button_group {
	width:auto;
}
.product-list-description .price {
	float:left;
	width:40%;
}
.product-list-description .new_price {
	float:left;
	font-size:28px;
	color:#ff3636;
	margin-right:10px;
}
.product-list-description .new_price sup {
	font-size:18px;
}
.product-list-description .old_price {
	float:left;
	text-decoration:line-through;
	font-size:18px;
	color:#666666;
}
.product-list-description .old_price sup {
	font-size:10px;
}
.product-list-description .button {
	margin:0 5px;
}
.favorite,.compare {
	color:#ff3636;
}
/*!````` product style close``````````````!*//* BRAND LOGO */.brand_item {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.brand-logo {
	float:left;
	border:1px solid #dcdcdc;
	-webkit-border-radius:10px;
	border-radius:10px;
	width:100%;
	padding:10px;
	text-align:center;
}
#braldLogo .brand_item li {
	display:inline-block;
	*display:inline;
	margin-right:2%;
	width:18.4%;
}
#braldLogo .brand_item li:last-child {
	margin-right:0;
}
.our-brand .caroufredsel_wrapper {
	min-height:87px;
}
/*left bar */.leftbar {
	position:relative;
	margin:15px 0;
	padding:15px;
	border:1px solid #e1e1e1;
	overflow:hidden;
	-webkit-border-radius:10px;
	border-radius:10px;
	clear:both;
}
.leftbar .title {
	font-size:16px;
	text-transform:uppercase;
}
/*!~~~~~~~~~~~~ SPECIAL DEAL ~~~~~~~~~~~~~*/.special-deal {
}
.special-deal img {
	display:block;
	margin:0 auto;
}
.special-item {
	float:left;
	width:100%;
	margin-bottom:15px;
}
.special-item:last-child {
	margin-bottom:5px;
}
.special-item .product-image {
	float:left;
	width:25%;
	text-align:center;
}
.special-item .product-info {
	float:right;
	width:65%;
}
.special-item .price {
	color:#ff3e3e;
	font-size:16px;
}
.rating .fa {
	margin:1px;
}
/*!~~~~~~~~~~~~ PRODUCT TAGS ~~~~~~~~~~~~~*/.product-tag {
}
.product-tag ul {
	position:relative;
}
.product-tag ul li {
	float:left;
	display:inline;
	margin:0 5px 5px 0;
}
.product-tag ul li a {
	background:#fff;
	color:#2f2f2f;
	padding:5px 15px;
	border:2px solid #cccccc;
	display:block;
	border-radius:5px;
	-webkit-border-radius:5px;
}
.product-tag ul li a:hover {
	color:#004498;
	border-color:#004498;
}
/* News letter */.get-newsletter {
}
.get-newsletter input.email {
	display:block;
	border:1px solid #cccccc;
	padding:10px 15px;
	border-radius:10px;
	-webkit-border-radius:10px;
	width:100%;
	margin-bottom:10px;
}
.get-newsletter input.submit {
	display:block;
	border:none;
	background:#004498;
	color:#fff;
	padding:10px 25px;
	border-radius:10px;
	-webkit-border-radius:10px;
}
/*Bacebook Likebox */.likebutton {
	float:left;
	margin-right:20px;
}
.fbl-box ul {
	position:relative;
}
.fbl-box ul li {
	margin:5px;
	display:inline-block;
}
.fbl-box ul li a {
	float:left;
	width:40px;
	height:34px;
	border:1px solid #cccccc;
	border-radius:10px;
	-webkit-border-radius:10px;
}
.fbplug {
	display:block;
	margin-top:5px;
}
.fbplug span {
	margin-right:5px;
}
/*!~~~~FOOTER STYLE~~~~*/.footer {
	width:100%;
	background:#242424;
}
.footer-info {
	position:relative;
	padding:13px 0;
	color:#8f8f8f;
}
.footer-logo {
	padding-top:25px;
	text-align:center;
	position:relative;
}
.footer-info .title {
	#margin-bottom:25px;
	#margin-top:15px;
	color:#fff;
	font-size:18px;
}
.footer-info p {
	font-size:13px;
}
.support ul {
	position:relative;
	margin:0 0 10px 0;
	padding:0;
}
.support li {
	display:list-item;
	list-style:disc inside;
	color:#004498;
	margin-bottom:5px;
}
.support li a {
	color:#8f8f8f;
}
.support li a:hover {
	color:#004498;
}
form.newsletter {
	float:left;
	width:100%;
	position:relative;
	padding-top:10px;
}
form.newsletter input[type="text"],form.newsletter input[type="submit"] {
	float:left;
	height:33px;
	padding:5px;
	width:75%;
	font-size:13px;
	border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #575757;
	background:none;
	color:#fff;
}
form.newsletter input[type="submit"] {
	float:right;
	width:23%;
}
form.newsletter input[type="submit"]:hover {
	color:#004498;
}
.copyright-info {
	position:relative;
	overflow:hidden;
	background:#ff0000;
	padding:7px 0;
	border-top:1px solid #ffffff;
}

.copyright-info a {
	color:#004498;
}
.copyrightLabel{
	#padding-left:30px;
	color:#FFFFFF;
	font-size:13px;
	position: relative;
	width: 85%;
}
.social-icon {
	float:right;
	padding-top:4px;
}
.social-icon li {
	display:inline-block;
	margin-left:10px;
}
.social-icon li a {
	float:left;
	width:25px;
	height:25px;
	font-size:0;
	background-position:center top;
}
.social-icon li a:hover {
	background-position:center bottom;
}
.social-icon li a.linkedin {
	background-image:url(../images/in.png);
}
.social-icon li a.google-plus {
	background-image:url(../images/gplus.png);
}
.social-icon li a.twitter {
	background-image:url(../images/twi.png);
}
.social-icon li a.facebook {
	background-image:url(../images/f.png);
}
/* Products page style */.page-index {
	border-top:1px solid #5c5c5c;
	position:relative;
	padding:20px 0;
	color:#fff;
}
.page-index ul {
	position:relative;
	float:left;
}
.page-index ul li {
	float:left;
	background:url(../images/slash.png) left center no-repeat;
	padding:0 10px 0 15px;
}
.page-index ul li:first-child {
	padding-left:0;
	background:none;
}
.page-index ul li a {
	font-size:14px;
	color:#2f2f2f;
}
.page-index ul li a:hover {
	color:#0092ff;
}
/* Category */.category {
	position:relative;
}
.category li,.branch li {
	display:list-item;
	margin-bottom:10px;
}
.category li a,.branch li a {
	font-size:13px;
	color:#666666;
	display:block;
}
.category li a:hover,.category li>a.active,.category li a:active,.branch li a:hover,.branch li>a.active,.branch li a:active {
	color:#004498;
}
.others .title {
	margin-bottom:0;
	text-align:center;
}
.pricing label {
	float:left;
	margin-right:5px;
	color:#004498;
	font-size:16px;
}
.pricing .separate {
	float:left;
	margin:0 10px 0 5px;
	font-size:24px;
	font-weight:700;
	color:#bfbfbf;
}
.pricing input[type="number"],.pricing input[type="submit"] {
	width:40px;
	height:30px;
	border:1px solid #d2d2d2;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	padding:5px;
	margin-left:5px;
	font-size:14px;
}
.pricing input[type="submit"] {
	border:1px solid #004498;
	background:#004498;
	color:#fff;
}
.clolr-filter {
	position:relative;
}
.clolr-filter li {
	display:inline-block;
	margin-right:8px;
	margin-bottom:8px;
	width:26px;
	height:26px;
}
.clolr-filter li a {
	float:left;
	display:block;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:0;
	width:100%;
	height:100%;
}
/* BANNER */.leftbanner {
	width:100%;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:15px 0;
	position:relative;
	overflow:hidden;
}
.leftbanner img {
	width:100%;
}
/* Page main banner*/.banner {
	width:100%;
	height:180px;
	position:relative;
	clear:both;
	overflow:hidden;
	border-radius:10px;
	-webkit-border-radius:10px;
	margin:15px 0;
}
.bannerslide {
	width:100%;
	position:relative;
}
.bannerslide li {
	position:relative;
}
/* toolbar */ .toolbar {
	float:left;
	position:relative;
	width:100%;
    margin: 10px 0;
}
.sorter {
	float:left;
	width:75%;
}
.view-mode {
	float:left;
	width:25%;
}
.view-mode a {
	float:left;
	width:25px;
	height:25px;
	border:1px solid #cfcfcf;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#fff;
	font-size:0;
	margin-right:10px;
	position:relative;
}
.view-mode a.active,.view-mode a:hover {
	background-position:center bottom;
	background-color:#004498;
	border-color:#004498;
}
.view-mode .list {
	background-image:url(../images/list-icon.png);
}
.view-mode .grid {
	background-image:url(../images/grid-icon.png);
}
.view-mode a.active:after,.view-mode a.active:before {
	top:100%;
	left:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}
.view-mode a.active:after {
	border-color:rgba(247,84,74,0);
	border-top-color:#004498;
	border-width:8px;
	margin-left:-8px;
}
.view-mode a.active:before {
	border-color:rgba(247,84,74,0);
	border-top-color:#004498;
	border-width:8px;
	margin-left:-8px;
}
.bottom .view-mode a.active:after,.bottom .view-mode a.active:before {
	top:auto;
	bottom:100%;
}
.bottom .view-mode a.active:after {
	border-top-color:#fff;
	border-bottom-color:#004498;
}
.bottom .view-mode a.active:before {
	border-top-color:#fff;
	border-bottom-color:#004498;
}
.sort-by,.limiter {
	float: left;
	font-size: 13px;
	background: #004498;
	font-weight: bold;
	margin: 0px 0;
	padding: 10px;
	border: 2px solid #F0EFF9;
	overflow: hidden;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	clear: both;
	#width: 30%;
}
.sort-by select,.limiter select,select {
	padding:6px;
	#border: 2px solid #FF0000;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-left:10px;
	color:black;
	min-width:60px;
	font-weight: bold;
}
.sort-by option,.limiter option,option {
	color:#000000;
}
.pager {
	float:right;
	width:auto;
	margin:0;
}
.pager a {
	float:left;
	margin-left:5px;
	min-width:25px;
	min-height:25px;
	border:1px solid #fff;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
	text-align:center;
	font-size:15px;
	line-height:22px;
}
.pager a.prev-page,.pager a.next-page {
	border:1px solid #cfcfcf;
}
.pager a.active {
	color:#004498;
}
/*Products Details page style */.products-details {
	position:relative;
	width:100%;
}
.preview_image {
	float:left;
	#width:330px;
	position:relative;
	margin-bottom:15px;
	padding-bottom:15px;
	border:1px solid #e1e1e1;
	-webkit-border-radius:10px;
	border-radius:10px;
	display:block;
}
.preview-small {
	display:block;
	width:100%;
	margin-top:10px;
	position:relative;
}
.preview-small .zoom {
	position:absolute;
	right:25px;
	bottom:25px;
	z-index:1;
	font-size:24px;
	color:#b0b0b0;
}
.thum-image {
	position:relative;
	width:240px;
	margin:15px auto 5px;
}
.thum-image li {
	float:left;
	width:57px;
	height:57px;
	padding:5px;
	display:inline-block;
}
.thum-image li a {
	float:left;
	width:47px;
	height:47px;
	padding:3px;
	border:1px solid #cccccc;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.thum-image li a:hover {
	border-color:#004498;
}
.thum-image li a img {
	max-height:100%;
	max-width:100%;
	margin:0 auto;
	display:block;
}
.thum-image .control-left,.thum-image .control-right {
	position:absolute;
	top:20px;
	left:-20px;
	font-size:20px;
	color:#b0b0b0;
}
.thum-image .control-right {
	left:auto;
	right:-20px;
}
.thum-image .control-left:hover,.thum-image .control-right:hover,.preview-small .zoom:hover {
	color:#004498;
}
.products-description {
	border:1px solid #E1E1E1;
	border-radius:10px;
	display:block;
	margin:15px 0 15px 360px;
	padding:20px;
	position:relative;
	overflow:hidden;
}
.products-description .name {
	font-weight:400;
	margin-bottom:15px;
}
.border {
	border-color:#e1e1e1;
}
.products-description .price {
	font-weight:400;
	width:100%;
	font-size:13px;
	vertical-align:middle;
}
.products-description .price .new_price {
	font-size:30px;
	color:#6AA3CD;
	font-weight:500;
	margin-left:30px;
}
.products-description .new_price sup {
	font-size:18px;
}
.products-description .old_price {
	color:#666666;
	font-size:18px;
	text-decoration:line-through;
	margin-left:30px;
}
.products-description .old_price sup {
	font-size:13px;
}
.wided {
	float:left;
	position:relative;
	width:100%;
}
.products-description .qty {
	float:left;
	font-weight:400;
	width:auto;
	font-size:13px;
	vertical-align:middle;
}
.products-description .qty select {
	#margin-left:30px;
}
.products-description .button_group {
	float:right;
}
/** tab style **/.tab-box {
	position:relative;
	min-height:250px;
	width:100%;
	float:left;
	margin-top:15px;
	margin-bottom: 15px;
}
#tabnav {
	float:left;
	width:100%;
	margin-bottom:10px;
}
#tabnav ul {
	position:relative;
}
#tabnav ul li {
	float:left;
	display:inline-block;
	margin-right:10px;
}
#tabnav ul li:last-child {
	margin-right:0;
}
#tabnav ul li a {
	display:block;
	padding:15px 20px;
	font-size:18px;
	border:1px solid #cccccc;
	-webkit-border-radius:15px;
	border-radius:15px;
	position:relative;
}
#tabnav ul li a:hover,#tabnav ul li.active a {
	position:relative;
	background:#004498;
	color:#fff;
	border:1px solid #004498;
}
#tabnav ul li a:hover:after,#tabnav ul li.active a:after {
	top:100%;
	left:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-color:rgba(247,84,74,0);
	border-top-color:#004498;
	border-width:10px;
	margin-left:-10px;
}
/* CONTENT */.tab-content-wrap {
	float:left;
	width:100%;
}
.tab-content {
	position:relative;
	padding:15px 0;
	border:1px solid #E1E1E1;
	border-radius:10px;
	display:block;
	margin:15px 0;
	padding:25px;
}
.tab-content h3 {
	margin-bottom:15px;
}
.review {
	position:relative;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:10px;
	margin-bottom:10px;
}
.review .rating {
	float:right;
}
.review h5 {
	padding-bottom:5px;
}
.review:last-child {
	border:none;
}
/**************************************/#Reviews table {
	width:100%;
	border-collapse:separate;
	border-spacing:0;
	border:1px solid #e1e1e1;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
	margin-bottom:30px;
}
#Reviews table th,#Reviews table td {
	border-left:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	padding:15px;
	text-align:center;
}
#Reviews table thead tr:first-child th {
	border-top:none;
}
#Reviews table td:first-child,#Reviews table th:first-child {
	border-left:none;
}
.form-row {
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
	width:100%;
}
#Reviews .input {
	width:100%;
	padding:10px;
}
#Reviews .lebel-abs {
	left:20px;
	position:absolute;
	top:15px;
}
#Reviews .button {
	float:right;
}
#Reviews .namefild,#Reviews .emailfild {
	padding-left:100px;
}
#Reviews .emailfild {
	padding-left:100px;
}
#Reviews .summeryfild {
	padding-left:160px;
}
#Reviews .textareafild {
	padding-top:30px;
}

/* TAGS*/.tag {
}
.tag input[type="text"] {
	position:relative;
	margin:0 15px;
	border:1px solid #E1E1E1;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:5px 10px;
}
.tag input[type="submit"] {
	position:relative;
	border:1px solid #E1E1E1;
	background:#004498;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:5px 10px;
	color:#fff;
}
.tag input[type="submit"]:hover {
	border:1px solid #303030;
	background:#303030;
}
/*Shopping cart table style*/.shopping-cart {
}
.shopping-cart button:hover {
	background:#004498;
	color:#fff;
}
.shop-table {
	position:relative;
	width: 90%;
	left: 5%;
	border-collapse:separate;
}
.shop-table th {
	font-size:16px;
	padding:5px;
	text-align:center;
}
.shop-table tbody td {
	text-align:center;
	border:1px solid #E1E1E1;
	vertical-align:middle;
	#padding:10px;
	border-left:none;
}
.shop-table tbody tr td:first-child {
	border-left:1px solid #E1E1E1;
	-webkit-border-radius:10px 0 0 10px;
	border-radius:10px 0 0 10px;
}
.shop-table tbody tr td:last-child {
	-webkit-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;
}
.shop-table tr {
	width:100%;
	display:table;
	margin-bottom:5px;
}
.shop-table th:first-child,.shop-table td:first-child {
	width:15%;
}
.shop-table th:nth-child(2),.shop-table td:nth-child(2) {
	width:45%;
}
.shop-table th:nth-child(3),.shop-table td:nth-child(3),.shop-table th:nth-child(4),.shop-table td:nth-child(4),.shop-table th:nth-child(5),.shop-table td:nth-child(5),.shop-table th:nth-child(6),.shop-table td:nth-child(6) {
	width:10%;
}
.shop-table img {
	max-height:100px;
}
.shop-details {
	position:relative;
	text-align:left;
	padding:0 10px;
}
.shop-details .productname {
	text-align:left;
	font-weight:400;
}
.shop-details .color-choser {
	position:relative;
}
.shop-details .text {
	float:left;
	padding:2px 15px 5px 0;
}
.shop-details .color-choser li {
	display:inline-block;
	margin:0 5px 5px 0;
}
.shop-details .color-choser li a {
	float:left;
	width:16px;
	height:16px;
	font-size:0;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.pcode {
	padding-left:15px;
	color:#004498;
}
.shippingbox {
	margin:15px 0;
	border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #E1E1E1;
	padding:30px;
	float:left;
	width:100%;
}
.shippingbox h5 {
	margin-bottom:20px;
}
.shippingbox label {
	position:relative;
	margin-bottom:8px;
	width:100%;
}
.shippingbox select,.shippingbox input {
	margin-bottom:20px;
	margin-left:0;
	width:100%;
}
.subtotal,.grandtotal {
	float:left;
	position:relative;
	width:100%;
}
.subtotal h5 {
	float:left;
	width:45%;
	text-align:right;
	font-weight:400;
}
.subtotal span {
	float:right;
	width:45%;
	font-weight:500;
	font-size:20px;
}
.grandtotal h5 {
	float:left;
	width:45%;
	text-align:right;
	font-weight:400;
	font-size:20px;
}
.grandtotal span {
	float:right;
	width:45%;
	font-weight:500;
	font-size:25px;
	color:#fe5252;
}
/* checkout page sytle */.checkout-page {
	float:left;
	width:100%;
	position:relative;
	clear:both;
}
.checkout-steps {
	position:relative;
	width:100%;
	float:left;
}
.checkout-steps .steps {
	float:left;
	width:100%;
	border:1px solid #cccccc;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-bottom:10px;
}
.checkout-steps .step-title {
	float:left;
	width:100%;
	padding:15px 25px;
	font-size:14px;
	margin:0;
	background:url(../images/down-arow-2.png) right 25px top 22px no-repeat;
	text-transform:uppercase;
	font-weight:400;
	cursor:pointer;
}
.checkout-steps .active .step-title {
	background:url(../images/up-arow.png) right 25px top 22px no-repeat;
}
.checkout-steps .disable .step-title {
	cursor:default;
}
.step-description {
	float:left;
	width:100%;
	border-top:1px solid #cccccc;
	padding:30px;
}
.input-radio {
	float:left;
	position:relative;
	display:inline-block;
	padding-right:10px;
}
.step-description h5 {
	font-weight:400;
	font-size:16px;
	margin-bottom:20px;
}
.new-customer label {
	float:left;
	width:100%;
	display:block;
	margin-bottom:5px;
}
.new-customer label .text {
	float:left;
	padding-top:2px;
}
.new-customer p.requir {
	float:left;
	padding:25px 0 30px 0;
}
.form-row .input[type="text"],.form-row .input[type="email"],.form-row .input[type="password"],.form-row .input[type="tel"],.form-row .input[type="number"] {
	width:100%;
	padding:10px 10px 10px 100px;
}
.form-row .input[type="password"] {
	padding-left:120px;
}
.form-row .input[type="password"].cpass {
	padding-left:160px;
}
.form-row .lebel-abs {
	left:20px;
	position:absolute;
	top:12px;
}
.forgoten {
	padding:10px 0 25px 0;
	text-align:right;
}
.pass-wrap {
	clear:both;
	padding:10px 0 30px 0;
}
.privacy {
	padding:10px 0;
}
/*Contact us page style */.contact-title {
	font-weight:400;
	font-size:20px;
}
.map iframe {
	float:left;
	width:100%;
}
.map iframe {
	float:left;
	width:100%;
	-webkit-border-radius:10px;
	border-radius:10px;
	overflow:hidden;
	margin:15px 0;
	-webkit-box-shadow:inset 0 0 20px 5px #949494;
	box-shadow:inset 0 0 20px 5px #949494;
}
.contact-infoormation,.ContactForm {
	border:1px solid #E1E1E1;
	border-radius:10px;
	float:left;
	margin:15px 0;
	padding:30px;
	width:100%;
}
.contact-infoormation h5,.ContactForm h5 {
	font-size:20px;
	font-weight:400;
	margin-bottom:30px;
}
.contact-infoormation p {
	font-size:13px;
	color:#434343;
	line-height:22px;
	text-align:justify;
}
.contact-infoormation ul {
	float:left;
	width:100%;
	padding-top:20px;
	position:relative;
}
.contact-infoormation ul li {
	display:list-item;
	margin-top:5px;
}
.contact-infoormation ul li p {
	line-height:18px;
}
.contact-infoormation .icon {
	float:left;
	width:30px;
	height:30px;
	padding:5px;
	border:1px solid #cccccc;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:center;
	vertical-align:middle;
	margin:5px 10px 10px 0
}
.ContactForm label {
	position:relative;
	display:block;
	margin-bottom:8px;
}
.ContactForm .inputfild {
	width:100%;
	margin-bottom:22px;
}

.facebookIcon{
	float: left;
	padding-right: 10px;
}

/* SOLO PARA CELULARES */
.facebookIcon-xs {
	float: left;
	padding-right: 2px;
	
}
.facebookIcon-xs  a{
	float: right;
}
	
.twitterIcon-xs {
	float: right;
	padding-left: 2px;
}

.twitterIcon-xs  a{
	float: left;
}
/* FIN SOLO PARA CELULARES */

/* SOLO PARA TABLETS */
.facebookIcon-sm {
	float: left;
	padding-right: 2px;
	
}
.facebookIcon-sm  a{
	float: right;
}
	
.twitterIcon-sm {
	float: right;
	padding-left: 2px;
}

.twitterIcon-sm  a{
	float: left;
}
/* FIN SOLO PARA TABLETS */

.twitterIcon {
	#float: right;
	#padding-left: 10px;
}

/*! responsive style !*//* box resize*/
/*
@media (min-width:768px) {
	.boxwrap {
		width:768px;
	}
	.container {
		width:750px;
	}	
	
}
*/
@media (min-width:992px) {
	.boxwrap {
		width:992px;
	}
	.container {
		width:970px;
	}
	
	/**
	En la vistas md y lg, acomodamos las fotos para que el espacio entre columnas sea equitativo. En las sm y xs no hace falta.
	**/
	.products-img-first{
		float: right;
	}

	.products-img-last{
		float: left;
	}
}
@media (min-width:1200px) {
	
	#topping-title{
		font-size: 15px;
	}
	
	#topping-price{
		font-size: 16px;
	}
	
	.boxwrap {
		width:1200px;
	}
	.container {
		width:1170px;
	}
}
/* box resize close */@media (min-width:1200px) {
}
/*
@media (min-width:992px) and (max-width:1199px) {
	#topping-title{
		font-size: 15px;
	}
	
	#topping-price{
		font-size: 16px;
	}
	
	.nav li a {
		font-size:13px;
		padding:6px 10px;
	}
	.button,button {
		padding:8px 10px;
	}
	.thum-image .control-right {
		right:-10px;
	}
	.thum-image .control-left {
		left:-10px;
	}
	.products-description .qty {
		margin-bottom:15px;
	}
	/*home slider */#sequence {
		height:490px;
	}
	.flat-image img {
		max-width:380px;
	}
	.caption1,.caption2,.caption3,.caption4,.caption5 {
		width:60%;
	}
	*/
}
@media (min-width:768px) and (max-width:1199px) {
	
	#topping-title{
		font-size: 15px;
	}
	
	#topping-price{
		font-size: 16px;
	}
	
	#pizza-total-spacer{
		min-height: 150px;
	}
	
	.nav>li>a {
		font-size:12px;
		padding:5px 7.7px;
	}
	.option {
		margin-top:20px;
	}
	.navbar-collapse {
		padding-top:5px;
	}
	/*home slider */#sequence {
		height:400px;
	}
	.caption1,.caption2,.caption3,.caption4,.caption5 {
		width:60%;
	}
	.flat-image img {
		max-width:300px;
	}
	.flat-caption .suphead {
		font-size:18px;
	}
	.flat-caption h1 {
		font-size:32px;
		line-height:35px;
	}
	.flat-caption h2 {
		font-size:16px;
		line-height:18px;
	}
	.flat-caption p {
		font-size:12px;
		max-width:400px;
	}
	.caption2 {
		top:21%;
	}
	.caption3 {
		top:32%;
	}
	.caption4 {
		top:47%;
	}
}

/*
@media (max-width:991px) {
		
	.products img {
		display: block;
		max-width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	
	#topping-title{
		font-size: 15px;
	}
	
	#topping-price{
		font-size: 16px;
	}
	
	.hom-slider .flexslider .slides img {
		max-height:450px;
	}
	.slide-caption {
		margin-top:60px;
	}
	.slide-caption .suphead {
		font-size:18px;
	}
	.slide-caption h1 {
		font-size:24px;
		line-height:24px;
	}
	.slide-caption p {
		font-size:12px;
	}
	.flex-control-nav {
		top:320px;
	}
	.footer-logo {
		padding-top:0;
	}
	.products-description .qty {
		margin-bottom:15px;
	}
}
	*/

@media (max-width:991px) {
	
	#pizza-total-spacer{
		min-height: 150px;
	}
}		
@media (max-width:768px) {
	.logo {		
		position: relative;		
	}
	
	#pizza-total-spacer{
		min-height: 150px;
	}
	
	#side-cart {
		font-size: 14px;
	}
	
	#topping-title{
		font-size: 20px;
	}
	
	#topping-price{
		font-size: 16px;
	}

	.products img {
		display: block;
		max-width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}	

	.navbar-collapse {
		margin:0;
		padding:0 5px;
		float:none;
	}
	.navbar-nav {
		margin:0;
		padding:0;
	}
	.nav>li {
		display:block;
		position:relative;
		float:none;
	}
	.navbar-nav .open .dropdown-menu {
		background-color:rgba(255,255,255,0.9);
		padding:10px 20px;
	}
	.header_top {
		float:right;
		position:relative;
		width:70%;
	}
	.option {
		margin-top:15px;
	}
	.navbar-header {
		position:relative;
	}
	.navbar-toggle {
		background-color:rgba(255,255,255,0.1);
		-webkit-border-radius:5px;
		border-radius:5px;
		margin-top:15px;
	}
	.flex-control-nav {
		top:280px;
	}
	.caroufredsel_wrapper .row {
		padding-right:1px;
	}
	.products-description {
		float:left;
		width:100%;
		margin:15px 0 15px 0;
	}
	/*home slider */#sequence {
		height:350px;
	}
	.caption1,.caption2,.caption3,.caption4,.caption5 {
		left:5%;
		width:62%;
	}
	.flat-image img {
		max-width:260px;
	}
	.flat-caption .suphead {
		font-size:14px;
	}
	.flat-caption h1 {
		font-size:24px;
		line-height:30px;
	}
	.flat-caption h2 {
		font-size:12px;
		line-height:18px;
	}
	.flat-caption p {
		font-size:10px;
		line-height:14px;
	}
	.caption2 {
		top:23%;
	}
	.caption3 {
		top:33%;
	}
	.caption4 {
		top:49%;
	}
	#sequence>.sequence-prev,#sequence>.sequence-next {
		font-size:24px;
		height:30px;
		width:30px;
		margin-top:-15px;
		text-align:center;
		line-height:28px;
	}
	#sequence>.sequence-prev {
		left:0;
	}
	#sequence>.sequence-next {
		right:0;
	}
}
@media (max-width:640px) {
	.logo {		
		position: relative;		
	}
	.navbar-toggle,.option {
		margin-top:20px;
	}
	.slide-caption {
		margin-top:40px;
	}
	.flex-control-nav {
		top:230px;
	}
	.slide-caption .suphead {
		font-size:12px;
	}
	.slide-caption h1 {
		font-size:18px;
		margin-bottom:10px;
	}
	#homeslide3 .slide-caption,#homeslide2 .slide-caption {
		top:15%;
	}
	#homeslide3 .flexslider .slides img {
		max-height:370px;
	}
	.slide-caption p {
		visibility:hidden;
		display:none;
	}
}
@media (max-width:480px) {
	#homeslide3 .flexslider .slides img {
		max-height:320px;
	}
	/* por default no se muestran los br, solo los usamos en modo mobile. */
	br{
	display: block;
	}
	
	.logo {		
		position: relative;		
	}
	
	.flex-control-nav {
		top:62%;
	}
	#homeslide3 .flex-control-nav {
		top:210px;
	}
	.topmenu li {
		margin-bottom:5px;
		margin-right:0;
		padding-left:5px;
		padding-right:5px;
	}
	.topmenu li a {
		font-size:12px;
		font-weight: normal;
	}
	.footermenu li {
		margin-bottom:5px;
		margin-right:0;
		padding-left:5px;
		#padding-right:5px;
	}
	.footermenu li a {
		font-size:12px;
		font-weight: normal;
	}
	.navbar-toggle,.option {
		margin-top:20px;
	}
	.hot-products .caroufredsel_wrapper,.featured-products .caroufredsel_wrapper {
		min-height:1650px;
	}
	#productsDetails .caroufredsel_wrapper {
		min-height:1245px;
	}
	.banner {
		height:auto;
	}
	#tabnav ul li a {
		padding:10px 15px;
	}
	#braldLogo li {
		text-align:center;
	}
	#braldLogo .brand_item li {
		margin-right:3%;
		margin-bottom:3%;
		width:47%;
		float:none;
		display:inline-block;
		text-align:center;
	}
	#braldLogo .brand_item li:nth-child(2),#braldLogo .brand_item li:nth-child(4) {
		margin-right:0;
	}
	.our-brand .caroufredsel_wrapper {
		min-height:300px;
		max-height:300px;
	}
	.sorter {
		width:100%;
		padding-bottom:5px;
		text-align:center;
	}
	.view-mode,.sort-by,.limiter {
		display:inline-block;
		float:none;
		width:auto;
        min-width: 250px;
	}
	.pager {
		width:100%;
		text-align:center;
		padding-top:10px;
	}
	.pager a {
		float:none;
		display:inline-block;
	}
	.products-listItem .thumbnail {
		float:none;
		width:auto;
	}
	.product-list-description {
		width:auto;
	}
	.list_bottom {
		position:relative;
		width:100%;
	}
	.product-list-description .price,.list_bottom .button_group {
		width:100%;
		text-align:center;
	}
	.product-list-description .new_price,.product-list-description .old_price {
		float:none;
	}
	.product-list-description .button {
		margin-bottom:10px;
	}
	.products-description .button_group {
		float:left;
		margin-top:10px;
	}
	/*shop table */.shop-table thead {
		display:none;
	}
	.shop-table tr {
		float:left;
		width:100%;
		border:1px solid #E1E1E1;
		border-radius:10px;
	}
	.shop-table td {
		float:right;
		width:100% !important;
		border:none !important;
		border-bottom:1px solid #E1E1E1 !important;
		position:relative;
		white-space:nowrap;
	}
	.shop-table td:last-child {
		border-bottom:none !important;
	}
	.shop-table tfoot tr {
		border:none;
	}
	.shop-table .productname {
		float:none;
	}
	.shop-table tfoot button.pull-left,.shop-table tfoot button.pull-right {
		margin:5px 0;
		font-size:12px;
		padding:10px;
	}
	/*checkout page style */.new-customer {
		margin-bottom:30px;
	}
	.new-customer label .text {
		float:none;
	}
	/*home slider */#sequence {
		height:300px;
	}
	.flat-image img {
		display:none;
	}
	.caption1,.caption2,.caption3,.caption4,.caption5 {
		left:5%;
		width:90%;
	}
	.flat-caption .suphead {
		font-size:13px;
	}
	.flat-caption h1 {
		font-size:18px;
		line-height:20px;
	}
	.flat-caption h2 {
		font-size:11px;
		;
	}
	.caption2 {
		top:23%;
	}
	.caption3 {
		top:32%;
	}
	.caption4 {
		top:52%;
	}
	.caption5 {
		top:52%;
	}
}

@media (max-width:960px) {
	.flex-control-nav {
		top:72%;
	}	
	
	br{
	display: block;
	}
	.logo {		
		width:100%;
	}	
	.header_top,.option_nav {
		float:none;
		width:100%;
		text-align:center;
		padding-bottom:0;
	}
	
	.facebookIcon {
		float: right;
		padding-right: 50%;	
	}
	.twitterIcon {
		float: left;
		padding-left: 15%;	
	}
	
	.copyrightLabel {		
	    font-size: 12px;
		position: relative;
		width: 100%;
		text-align: center;
	}
	
	.option {
		width:53%;
	}
	.option-cart-item {
		right:-40px;
	}
	.search-input {
		right:-80px;
	}
	.option_nav li {
		float:none;
	}
	.option_nav li ul li a {
		margin-bottom:5px;
	}
	.topmenu,.usermenu {
		width: 100%;
		text-align: center;
	}
	.topmenu li,.usermenu li {
		float:none;
		display:inline-block;
	}
	.topmenu li {
		padding-left:4px;
		padding-right:4px;
	}
	.topmenu li a {
		font-size: 14px;
		font-weight: normal;
	}
	.slide-caption {
		position:absolute;
		width:100%;
		background:rgba(0,0,0,0.3);
		padding:10px;
		border-radius:10px;
		-webkit-border-radius:10px;
	}
	#homeslide3 .slide-caption {
		top:35px;
	}
	.slide-caption .more {
		display:inline-block;
	}
	
	#homeslide2 .slide-caption,#homeslide3 .slide-caption {
		width:90%;
	}
	.products-description .price .new_price {
		font-size:24px;
		margin-left:10px;
	}
	.products-description .old_price {
		font-size:16px;
		margin-left:10px;
	}
	.products-description .button {
		margin:5px 0;
	}
	.products-description .qty {
		margin-bottom:5px;
	}
	#tabnav ul li a {
		padding:5px 8px;
		font-size:12px;
	}
	#tabnav ul li {
		margin-right:5px;
	}
	#Reviews table th,#Reviews table td {
		padding:5px;
	}
	.tag input[type="text"] {
		margin:10px 0 10px 0;
	}
	.limiter {
		margin-top:15px;
	}
	.thum-image .control-right {
		right:-12px;
	}
	.thum-image .control-left {
		left:-12px;
	}
	.products-description .button_group {
		text-align:center;
	}
	.preview_image {
		width:100%;
		overflow:hidden;
	}
	.zoomLens,.zoomContainer {
		display:none !important;
	}
}

@media (max-width: 450px) {
	#pizza-total-spacer {
		min-height: 70px;
	}
}

@media (max-width: 380px) {
	#pizza-total-spacer {
		min-height: 10px;
	}
}	

@media (max-width:320px) {
	.caption5 {
		top:54%;
	}
	
	/* por default no se muestran los br, solo los usamos en modo mobile. */
	br{
	display: block;
	}
	
	#pizza-total-spacer{
		min-height: 0px;
	}
	.logo {		
		width:100%;
	}
	
	.facebookIcon {
		float: right;
		padding-right: 50%;	
	}
	.twitterIcon {
		float: left;
		padding-left: 15%;	
	}
	
	.copyrightLabel {		
	    font-size: 13px;
		position: relative;
		width: 100%;
		text-align: center;
	}
	
	.caption4 {
		top:58%;
	}
	.caption5 {
		top:56%;
	}
	.our-brand .caroufredsel_wrapper {
		min-height:220px;
		max-height:240px;
	}
}
@media (max-width:260px) {
	.caption1 {
		top:10%;
	}
	/* por default no se muestran los br, solo los usamos en modo mobile. */
	br{
	display: block;
	}
	
	#pizza-total-spacer{
		min-height: 0px;
	}
	.logo {		
		width:100%;
	}
	
	.facebookIcon {
		float: right;
		padding-right: 50%;	
	}
	.twitterIcon {
		float: left;
		padding-left: 15%;	
	}
	
	.copyrightLabel {		
	    font-size: 13px;
		position: relative;
		width: 100%;
		text-align: center;
	}
	
	.caption2 {
		top:20%;
	}
	.caption3 {
		top:35%;
	}
	.caption4,.caption5 {
		top:63%;
	}
	/* Shopping page */.shop-table .productname {
		font-size:12px;
	}
	.shop-details .text {
		padding-right:10px;
	}
	.shop-table tfoot button.pull-right {
		float:left !important;
	}
	.subtotal span,.grandtotal span,.subtotal h5,.grandtotal h5 {
		float:noe;
		width:100%;
		text-align:center;
		margin:5px 0;
	}
	.subtotal span,.grandtotal span {
		margin-bottom: 20px;
	}
}

/* Mis estylos */
.mytextwithicon {
    position:relative;
}

.mytextwithicon:hover{
	-moz-box-shadow: 	0px 5px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	box-shadow: 		0px 5px 10px rgba(0,0,0,0.5);
}

.nav-separator{	
	font-family: FontAwesome;		
	color: white;
	font-size:18px;	
}

.pizza-builder{
	background: white; 
	position: relative;
	display: block; 
	min-height: 390px;
	padding-top: 10px;
}

.pizza-builder img{
	position:absolute; 
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.topping-selector{
	background: white; 
	position: relative;	
	display: block; 
	min-height:390px;
}

.btn span.glyphicon {    			
	opacity: 0;				
}
.btn.active span.glyphicon {				
	opacity: 1;				
}

.cd-top {
  display: inline-block;
  height: 107px;
  width: 108px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  #box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/upToCart.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  
}

#cd-top-sm {
  background: url(../images/downToCart.png) no-repeat center 50%;  
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  #background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {   
    right: 30%;
    bottom: 30px;
  }
}
.subnav ul { display: none; }
.subnav li:hover ul { display: block; }